]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge tag 'edac/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 M:      Hannes Reinecke <hare@suse.de>
449 L:      linux-scsi@vger.kernel.org
450 S:      Maintained
451 F:      Documentation/scsi/advansys.txt
452 F:      drivers/scsi/advansys.c
453
454 AEDSP16 DRIVER
455 M:      Riccardo Facchetti <fizban@tin.it>
456 S:      Maintained
457 F:      sound/oss/aedsp16.c
458
459 AF9013 MEDIA DRIVER
460 M:      Antti Palosaari <crope@iki.fi>
461 L:      linux-media@vger.kernel.org
462 W:      http://linuxtv.org/
463 W:      http://palosaari.fi/linux/
464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
465 T:      git git://linuxtv.org/anttip/media_tree.git
466 S:      Maintained
467 F:      drivers/media/dvb-frontends/af9013*
468
469 AF9033 MEDIA DRIVER
470 M:      Antti Palosaari <crope@iki.fi>
471 L:      linux-media@vger.kernel.org
472 W:      http://linuxtv.org/
473 W:      http://palosaari.fi/linux/
474 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
475 T:      git git://linuxtv.org/anttip/media_tree.git
476 S:      Maintained
477 F:      drivers/media/dvb-frontends/af9033*
478
479 AFFS FILE SYSTEM
480 L:      linux-fsdevel@vger.kernel.org
481 S:      Orphan
482 F:      Documentation/filesystems/affs.txt
483 F:      fs/affs/
484
485 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
486 M:      David Howells <dhowells@redhat.com>
487 L:      linux-afs@lists.infradead.org
488 S:      Supported
489 F:      fs/afs/
490 F:      include/net/af_rxrpc.h
491 F:      net/rxrpc/af_rxrpc.c
492
493 AGPGART DRIVER
494 M:      David Airlie <airlied@linux.ie>
495 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
496 S:      Maintained
497 F:      drivers/char/agp/
498 F:      include/linux/agp*
499 F:      include/uapi/linux/agp*
500
501 AHA152X SCSI DRIVER
502 M:      "Juergen E. Fischer" <fischer@norbit.de>
503 L:      linux-scsi@vger.kernel.org
504 S:      Maintained
505 F:      drivers/scsi/aha152x*
506 F:      drivers/scsi/pcmcia/aha152x*
507
508 AIC7XXX / AIC79XX SCSI DRIVER
509 M:      Hannes Reinecke <hare@suse.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aic7xxx/
513
514 AIMSLAB FM RADIO RECEIVER DRIVER
515 M:      Hans Verkuil <hverkuil@xs4all.nl>
516 L:      linux-media@vger.kernel.org
517 T:      git git://linuxtv.org/media_tree.git
518 W:      http://linuxtv.org
519 S:      Maintained
520 F:      drivers/media/radio/radio-aimslab*
521
522 AIO
523 M:      Benjamin LaHaise <bcrl@kvack.org>
524 L:      linux-aio@kvack.org
525 S:      Supported
526 F:      fs/aio.c
527 F:      include/linux/*aio*.h
528
529 AIRSPY MEDIA DRIVER
530 M:      Antti Palosaari <crope@iki.fi>
531 L:      linux-media@vger.kernel.org
532 W:      http://linuxtv.org/
533 W:      http://palosaari.fi/linux/
534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
535 T:      git git://linuxtv.org/anttip/media_tree.git
536 S:      Maintained
537 F:      drivers/media/usb/airspy/
538
539 ALCATEL SPEEDTOUCH USB DRIVER
540 M:      Duncan Sands <duncan.sands@free.fr>
541 L:      linux-usb@vger.kernel.org
542 W:      http://www.linux-usb.org/SpeedTouch/
543 S:      Maintained
544 F:      drivers/usb/atm/speedtch.c
545 F:      drivers/usb/atm/usbatm.c
546
547 ALCHEMY AU1XX0 MMC DRIVER
548 M:      Manuel Lauss <manuel.lauss@gmail.com>
549 S:      Maintained
550 F:      drivers/mmc/host/au1xmmc.c
551
552 ALI1563 I2C DRIVER
553 M:      Rudolf Marek <r.marek@assembler.cz>
554 L:      linux-i2c@vger.kernel.org
555 S:      Maintained
556 F:      Documentation/i2c/busses/i2c-ali1563
557 F:      drivers/i2c/busses/i2c-ali1563.c
558
559 ALPHA PORT
560 M:      Richard Henderson <rth@twiddle.net>
561 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
562 M:      Matt Turner <mattst88@gmail.com>
563 S:      Odd Fixes
564 L:      linux-alpha@vger.kernel.org
565 F:      arch/alpha/
566
567 ALTERA MAILBOX DRIVER
568 M:      Ley Foon Tan <lftan@altera.com>
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/mailbox/mailbox-altera.c
572
573 ALTERA PIO DRIVER
574 M:      Tien Hock Loh <thloh@altera.com>
575 L:      linux-gpio@vger.kernel.org
576 S:      Maintained
577 F:      drivers/gpio/gpio-altera.c
578
579 ALTERA TRIPLE SPEED ETHERNET DRIVER
580 M:      Vince Bridgers <vbridger@opensource.altera.com>
581 L:      netdev@vger.kernel.org
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/net/ethernet/altera/
585
586 ALTERA UART/JTAG UART SERIAL DRIVERS
587 M:      Tobias Klauser <tklauser@distanz.ch>
588 L:      linux-serial@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/tty/serial/altera_uart.c
592 F:      drivers/tty/serial/altera_jtaguart.c
593 F:      include/linux/altera_uart.h
594 F:      include/linux/altera_jtaguart.h
595
596 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
597 M:      Tom Lendacky <thomas.lendacky@amd.com>
598 L:      linux-crypto@vger.kernel.org
599 S:      Supported
600 F:      drivers/crypto/ccp/
601 F:      include/linux/ccp.h
602
603 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
604 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
605 L:      lm-sensors@lm-sensors.org
606 S:      Maintained
607 F:      Documentation/hwmon/fam15h_power
608 F:      drivers/hwmon/fam15h_power.c
609
610 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
611 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
612 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
613 S:      Supported
614 F:      drivers/usb/gadget/udc/amd5536udc.*
615
616 AMD GEODE PROCESSOR/CHIPSET SUPPORT
617 P:      Andres Salomon <dilinger@queued.net>
618 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
619 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
620 S:      Supported
621 F:      drivers/char/hw_random/geode-rng.c
622 F:      drivers/crypto/geode*
623 F:      drivers/video/fbdev/geode/
624 F:      arch/x86/include/asm/geode.h
625
626 AMD IOMMU (AMD-VI)
627 M:      Joerg Roedel <joro@8bytes.org>
628 L:      iommu@lists.linux-foundation.org
629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
630 S:      Maintained
631 F:      drivers/iommu/amd_iommu*.[ch]
632 F:      include/linux/amd-iommu.h
633
634 AMD KFD
635 M:      Oded Gabbay <oded.gabbay@amd.com>
636 L:      dri-devel@lists.freedesktop.org
637 T:      git git://people.freedesktop.org/~gabbayo/linux.git
638 S:      Supported
639 F:      drivers/gpu/drm/amd/amdkfd/
640 F:      drivers/gpu/drm/amd/include/cik_structs.h
641 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
642 F:      drivers/gpu/drm/radeon/radeon_kfd.c
643 F:      drivers/gpu/drm/radeon/radeon_kfd.h
644 F:      include/uapi/linux/kfd_ioctl.h
645
646 AMD MICROCODE UPDATE SUPPORT
647 M:      Borislav Petkov <bp@alien8.de>
648 S:      Maintained
649 F:      arch/x86/kernel/cpu/microcode/amd*
650
651 AMD XGBE DRIVER
652 M:      Tom Lendacky <thomas.lendacky@amd.com>
653 L:      netdev@vger.kernel.org
654 S:      Supported
655 F:      drivers/net/ethernet/amd/xgbe/
656
657 AMS (Apple Motion Sensor) DRIVER
658 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
659 S:      Supported
660 F:      drivers/macintosh/ams/
661
662 AMSO1100 RNIC DRIVER
663 M:      Tom Tucker <tom@opengridcomputing.com>
664 M:      Steve Wise <swise@opengridcomputing.com>
665 L:      linux-rdma@vger.kernel.org
666 S:      Maintained
667 F:      drivers/infiniband/hw/amso1100/
668
669 ANALOG DEVICES INC AD9389B DRIVER
670 M:      Hans Verkuil <hans.verkuil@cisco.com>
671 L:      linux-media@vger.kernel.org
672 S:      Maintained
673 F:      drivers/media/i2c/ad9389b*
674
675 ANALOG DEVICES INC ADV7180 DRIVER
676 M:      Lars-Peter Clausen <lars@metafoo.de>
677 L:      linux-media@vger.kernel.org
678 W:      http://ez.analog.com/community/linux-device-drivers
679 S:      Supported
680 F:      drivers/media/i2c/adv7180.c
681
682 ANALOG DEVICES INC ADV7511 DRIVER
683 M:      Hans Verkuil <hans.verkuil@cisco.com>
684 L:      linux-media@vger.kernel.org
685 S:      Maintained
686 F:      drivers/media/i2c/adv7511*
687
688 ANALOG DEVICES INC ADV7604 DRIVER
689 M:      Hans Verkuil <hans.verkuil@cisco.com>
690 L:      linux-media@vger.kernel.org
691 S:      Maintained
692 F:      drivers/media/i2c/adv7604*
693
694 ANALOG DEVICES INC ADV7842 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7842*
699
700 ANALOG DEVICES INC ASOC CODEC DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      sound/soc/codecs/adau*
707 F:      sound/soc/codecs/adav*
708 F:      sound/soc/codecs/ad1*
709 F:      sound/soc/codecs/ad7*
710 F:      sound/soc/codecs/ssm*
711 F:      sound/soc/codecs/sigmadsp.*
712
713 ANALOG DEVICES INC ASOC DRIVERS
714 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
715 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
716 W:      http://blackfin.uclinux.org/
717 S:      Supported
718 F:      sound/soc/blackfin/*
719
720 ANALOG DEVICES INC IIO DRIVERS
721 M:      Lars-Peter Clausen <lars@metafoo.de>
722 M:      Michael Hennerich <Michael.Hennerich@analog.com>
723 W:      http://wiki.analog.com/
724 W:      http://ez.analog.com/community/linux-device-drivers
725 S:      Supported
726 F:      drivers/iio/*/ad*
727 X:      drivers/iio/*/adjd*
728 F:      drivers/staging/iio/*/ad*
729 F:      staging/iio/trigger/iio-trig-bfin-timer.c
730
731 ANDROID DRIVERS
732 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
733 M:      Arve HjønnevĂ¥g <arve@android.com>
734 M:      Riley Andrews <riandrews@android.com>
735 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
736 L:      devel@driverdev.osuosl.org
737 S:      Supported
738 F:      drivers/android/
739 F:      drivers/staging/android/
740
741 AOA (Apple Onboard Audio) ALSA DRIVER
742 M:      Johannes Berg <johannes@sipsolutions.net>
743 L:      linuxppc-dev@lists.ozlabs.org
744 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
745 S:      Maintained
746 F:      sound/aoa/
747
748 APM DRIVER
749 M:      Jiri Kosina <jkosina@suse.cz>
750 S:      Odd fixes
751 F:      arch/x86/kernel/apm_32.c
752 F:      include/linux/apm_bios.h
753 F:      include/uapi/linux/apm_bios.h
754 F:      drivers/char/apm-emulation.c
755
756 APPLE BCM5974 MULTITOUCH DRIVER
757 M:      Henrik Rydberg <rydberg@bitmath.org>
758 L:      linux-input@vger.kernel.org
759 S:      Odd fixes
760 F:      drivers/input/mouse/bcm5974.c
761
762 APPLE SMC DRIVER
763 M:      Henrik Rydberg <rydberg@bitmath.org>
764 L:      lm-sensors@lm-sensors.org
765 S:      Odd fixes
766 F:      drivers/hwmon/applesmc.c
767
768 APPLETALK NETWORK LAYER
769 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
770 S:      Maintained
771 F:      drivers/net/appletalk/
772 F:      net/appletalk/
773
774 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
775 M:      Iyappan Subramanian <isubramanian@apm.com>
776 M:      Keyur Chudgar <kchudgar@apm.com>
777 S:      Supported
778 F:      drivers/net/ethernet/apm/xgene/
779 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
780
781 APTINA CAMERA SENSOR PLL
782 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
783 L:      linux-media@vger.kernel.org
784 S:      Maintained
785 F:      drivers/media/i2c/aptina-pll.*
786
787 ARC FRAMEBUFFER DRIVER
788 M:      Jaya Kumar <jayalk@intworks.biz>
789 S:      Maintained
790 F:      drivers/video/fbdev/arcfb.c
791 F:      drivers/video/fbdev/core/fb_defio.c
792
793 ARM MFM AND FLOPPY DRIVERS
794 M:      Ian Molton <spyro@f2s.com>
795 S:      Maintained
796 F:      arch/arm/lib/floppydma.S
797 F:      arch/arm/include/asm/floppy.h
798
799 ARM PMU PROFILING AND DEBUGGING
800 M:      Will Deacon <will.deacon@arm.com>
801 S:      Maintained
802 F:      arch/arm/kernel/perf_event*
803 F:      arch/arm/oprofile/common.c
804 F:      arch/arm/include/asm/pmu.h
805 F:      arch/arm/kernel/hw_breakpoint.c
806 F:      arch/arm/include/asm/hw_breakpoint.h
807
808 ARM PORT
809 M:      Russell King <linux@arm.linux.org.uk>
810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
811 W:      http://www.arm.linux.org.uk/
812 S:      Maintained
813 F:      arch/arm/
814
815 ARM SUB-ARCHITECTURES
816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
817 S:      Maintained
818 F:      arch/arm/mach-*/
819 F:      arch/arm/plat-*/
820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
821
822 ARM PRIMECELL AACI PL041 DRIVER
823 M:      Russell King <linux@arm.linux.org.uk>
824 S:      Maintained
825 F:      sound/arm/aaci.*
826
827 ARM PRIMECELL CLCD PL110 DRIVER
828 M:      Russell King <linux@arm.linux.org.uk>
829 S:      Maintained
830 F:      drivers/video/fbdev/amba-clcd.*
831
832 ARM PRIMECELL KMI PL050 DRIVER
833 M:      Russell King <linux@arm.linux.org.uk>
834 S:      Maintained
835 F:      drivers/input/serio/ambakmi.*
836 F:      include/linux/amba/kmi.h
837
838 ARM PRIMECELL MMCI PL180/1 DRIVER
839 M:      Russell King <linux@arm.linux.org.uk>
840 S:      Maintained
841 F:      drivers/mmc/host/mmci.*
842 F:      include/linux/amba/mmci.h
843
844 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
845 M:      Russell King <linux@arm.linux.org.uk>
846 S:      Maintained
847 F:      drivers/tty/serial/amba-pl01*.c
848 F:      include/linux/amba/serial.h
849
850 ARM PRIMECELL BUS SUPPORT
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      drivers/amba/
854 F:      include/linux/amba/bus.h
855
856 ARM/ADS SPHERE MACHINE SUPPORT
857 M:      Lennert Buytenhek <kernel@wantstofly.org>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
860
861 ARM/AFEB9260 MACHINE SUPPORT
862 M:      Sergey Lapin <slapin@ossfans.org>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
865
866 ARM/AJECO 1ARM MACHINE SUPPORT
867 M:      Lennert Buytenhek <kernel@wantstofly.org>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
870
871 ARM/Allwinner A1X SoC support
872 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875 N:      sun[x4567]i
876
877 ARM/Allwinner SoC Clock Support
878 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
879 S:      Maintained
880 F:      drivers/clk/sunxi/
881
882 ARM/Amlogic MesonX SoC support
883 M:      Carlo Caione <carlo@caione.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 S:      Maintained
886 F:      drivers/media/rc/meson-ir.c
887 N:      meson[x68]
888
889 ARM/Annapurna Labs ALPINE ARCHITECTURE
890 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
891 S:      Maintained
892 F:      arch/arm/mach-alpine/
893
894 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
895 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
896 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
897 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 W:      http://www.linux4sam.org
900 S:      Supported
901 F:      arch/arm/mach-at91/
902 F:      include/soc/at91/
903 F:      arch/arm/boot/dts/at91*.dts
904 F:      arch/arm/boot/dts/at91*.dtsi
905 F:      arch/arm/boot/dts/sama*.dts
906 F:      arch/arm/boot/dts/sama*.dtsi
907 F:      arch/arm/include/debug/at91.S
908
909 ARM/ATMEL AT91 Clock Support
910 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
911 S:      Maintained
912 F:      drivers/clk/at91
913
914 ARM/CALXEDA HIGHBANK ARCHITECTURE
915 M:      Rob Herring <robh@kernel.org>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S:      Maintained
918 F:      arch/arm/mach-highbank/
919
920 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
921 M:      Krzysztof Halasa <khalasa@piap.pl>
922 S:      Maintained
923 F:      arch/arm/mach-cns3xxx/
924
925 ARM/CAVIUM THUNDER NETWORK DRIVER
926 M:      Sunil Goutham <sgoutham@cavium.com>
927 M:      Robert Richter <rric@kernel.org>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Supported
930 F:      drivers/net/ethernet/cavium/
931
932 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
933 M:      Alexander Shiyan <shc_work@mail.ru>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Odd Fixes
936 N:      clps711x
937
938 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
939 M:      Hartley Sweeten <hsweeten@visionengravers.com>
940 M:      Ryan Mallon <rmallon@gmail.com>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943 F:      arch/arm/mach-ep93xx/
944 F:      arch/arm/mach-ep93xx/include/mach/
945
946 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
947 M:      Lennert Buytenhek <kernel@wantstofly.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Maintained
950
951 ARM/CLKDEV SUPPORT
952 M:      Russell King <linux@arm.linux.org.uk>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 S:      Maintained
955 F:      arch/arm/include/asm/clkdev.h
956 F:      drivers/clk/clkdev.c
957
958 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
959 M:      Mike Rapoport <mike@compulab.co.il>
960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 S:      Maintained
962
963 ARM/CONTEC MICRO9 MACHINE SUPPORT
964 M:      Hubert Feurstein <hubert.feurstein@contec.at>
965 S:      Maintained
966 F:      arch/arm/mach-ep93xx/micro9.c
967
968 ARM/CORESIGHT FRAMEWORK AND DRIVERS
969 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S:      Maintained
972 F:      drivers/hwtracing/coresight/*
973 F:      Documentation/trace/coresight.txt
974 F:      Documentation/devicetree/bindings/arm/coresight.txt
975 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
976
977 ARM/CORGI MACHINE SUPPORT
978 M:      Richard Purdie <rpurdie@rpsys.net>
979 S:      Maintained
980
981 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
982 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 T:      git git://github.com/ulli-kroll/linux.git
985 S:      Maintained
986 F:      arch/arm/mach-gemini/
987
988 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
989 M:      Barry Song <baohua@kernel.org>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
992 S:      Maintained
993 F:      arch/arm/mach-prima2/
994 F:      drivers/clk/sirf/
995 F:      drivers/clocksource/timer-prima2.c
996 F:      drivers/clocksource/timer-atlas7.c
997 N:      [^a-z]sirf
998
999 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1000 M:      Baruch Siach <baruch@tkos.co.il>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S:      Maintained
1003 N:      digicolor
1004
1005 ARM/EBSA110 MACHINE SUPPORT
1006 M:      Russell King <linux@arm.linux.org.uk>
1007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 W:      http://www.arm.linux.org.uk/
1009 S:      Maintained
1010 F:      arch/arm/mach-ebsa110/
1011 F:      drivers/net/ethernet/amd/am79c961a.*
1012
1013 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1014 M:      Uwe Kleine-König <kernel@pengutronix.de>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 S:      Maintained
1017 N:      efm32
1018
1019 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1020 M:      Daniel Ribeiro <drwyrm@gmail.com>
1021 M:      Stefan Schmidt <stefan@openezx.org>
1022 M:      Harald Welte <laforge@openezx.org>
1023 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1024 W:      http://www.openezx.org/
1025 S:      Maintained
1026 T:      topgit git://git.openezx.org/openezx.git
1027 F:      arch/arm/mach-pxa/ezx.c
1028
1029 ARM/FARADAY FA526 PORT
1030 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033 T:      git git://git.berlios.de/gemini-board
1034 F:      arch/arm/mm/*-fa*
1035
1036 ARM/FOOTBRIDGE ARCHITECTURE
1037 M:      Russell King <linux@arm.linux.org.uk>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W:      http://www.arm.linux.org.uk/
1040 S:      Maintained
1041 F:      arch/arm/include/asm/hardware/dec21285.h
1042 F:      arch/arm/mach-footbridge/
1043
1044 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1045 M:      Shawn Guo <shawn.guo@linaro.org>
1046 M:      Sascha Hauer <kernel@pengutronix.de>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Maintained
1049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1050 F:      arch/arm/mach-imx/
1051 F:      arch/arm/mach-mxs/
1052 F:      arch/arm/boot/dts/imx*
1053 F:      arch/arm/configs/imx*_defconfig
1054
1055 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1056 M:      Shawn Guo <shawn.guo@linaro.org>
1057 M:      Sascha Hauer <kernel@pengutronix.de>
1058 R:      Stefan Agner <stefan@agner.ch>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1062 F:      arch/arm/mach-imx/*vf610*
1063 F:      arch/arm/boot/dts/vf*
1064
1065 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1066 M:      Lennert Buytenhek <kernel@wantstofly.org>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069
1070 ARM/GUMSTIX MACHINE SUPPORT
1071 M:      Steve Sakoman <sakoman@gmail.com>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074
1075 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1076 M:      Philipp Zabel <philipp.zabel@gmail.com>
1077 M:      Paul Parsons <lost.distance@yahoo.com>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 F:      arch/arm/mach-pxa/hx4700.c
1081 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1082 F:      sound/soc/pxa/hx4700.c
1083
1084 ARM/HISILICON SOC SUPPORT
1085 M:      Wei Xu <xuwei5@hisilicon.com>
1086 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1087 W:      http://www.hisilicon.com
1088 S:      Supported
1089 T:      git git://github.com/hisilicon/linux-hisi.git
1090 F:      arch/arm/mach-hisi/
1091
1092 ARM/HP JORNADA 7XX MACHINE SUPPORT
1093 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1094 W:      www.jlime.com
1095 S:      Maintained
1096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1097 F:      arch/arm/mach-sa1100/jornada720.c
1098 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1099
1100 ARM/IGEP MACHINE SUPPORT
1101 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1102 M:      Javier Martinez Canillas <javier@dowhile0.org>
1103 L:      linux-omap@vger.kernel.org
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1106 F:      arch/arm/boot/dts/omap3-igep*
1107
1108 ARM/INCOME PXA270 SUPPORT
1109 M:      Marek Vasut <marek.vasut@gmail.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1113
1114 ARM/INTEL IOP32X ARM ARCHITECTURE
1115 M:      Lennert Buytenhek <kernel@wantstofly.org>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118
1119 ARM/INTEL IOP33X ARM ARCHITECTURE
1120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S:      Orphan
1122
1123 ARM/INTEL IOP13XX ARM ARCHITECTURE
1124 M:      Lennert Buytenhek <kernel@wantstofly.org>
1125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1126 S:      Maintained
1127
1128 ARM/INTEL IQ81342EX MACHINE SUPPORT
1129 M:      Lennert Buytenhek <kernel@wantstofly.org>
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S:      Maintained
1132
1133 ARM/INTEL IXDP2850 MACHINE SUPPORT
1134 M:      Lennert Buytenhek <kernel@wantstofly.org>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137
1138 ARM/INTEL IXP4XX ARM ARCHITECTURE
1139 M:      Imre Kaloz <kaloz@openwrt.org>
1140 M:      Krzysztof Halasa <khalasa@piap.pl>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-ixp4xx/
1144
1145 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1146 M:      Jonathan Cameron <jic23@cam.ac.uk>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149 F:      arch/arm/mach-pxa/stargate2.c
1150 F:      drivers/pcmcia/pxa2xx_stargate2.c
1151
1152 ARM/INTEL XSC3 (MANZANO) ARM CORE
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1158 M:      Lennert Buytenhek <kernel@wantstofly.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161
1162 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1163 M:      Santosh Shilimkar <ssantosh@kernel.org>
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Maintained
1166 F:      arch/arm/mach-keystone/
1167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1168
1169 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1170 M:      Santosh Shilimkar <ssantosh@kernel.org>
1171 L:      linux-kernel@vger.kernel.org
1172 S:      Maintained
1173 F:      drivers/clk/keystone/
1174
1175 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1176 M:      Santosh Shilimkar <ssantosh@kernel.org>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 L:      linux-kernel@vger.kernel.org
1179 S:      Maintained
1180 F:      drivers/clocksource/timer-keystone.c
1181
1182 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1183 M:      Santosh Shilimkar <ssantosh@kernel.org>
1184 L:      linux-kernel@vger.kernel.org
1185 S:      Maintained
1186 F:      drivers/power/reset/keystone-reset.c
1187
1188 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1189 M:      Santosh Shilimkar <ssantosh@kernel.org>
1190 L:      linux-kernel@vger.kernel.org
1191 S:      Maintained
1192 F:      drivers/memory/*emif*
1193
1194 ARM/LOGICPD PXA270 MACHINE SUPPORT
1195 M:      Lennert Buytenhek <kernel@wantstofly.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198
1199 ARM/MAGICIAN MACHINE SUPPORT
1200 M:      Philipp Zabel <philipp.zabel@gmail.com>
1201 S:      Maintained
1202
1203 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1204 M:      Jason Cooper <jason@lakedaemon.net>
1205 M:      Andrew Lunn <andrew@lunn.ch>
1206 M:      Gregory Clement <gregory.clement@free-electrons.com>
1207 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 F:      arch/arm/mach-mvebu/
1211 F:      drivers/rtc/rtc-armada38x.c
1212 F:      arch/arm/boot/dts/armada*
1213 F:      arch/arm/boot/dts/kirkwood*
1214
1215
1216 ARM/Marvell Berlin SoC support
1217 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219 S:      Maintained
1220 F:      arch/arm/mach-berlin/
1221 F:      arch/arm/boot/dts/berlin*
1222
1223
1224 ARM/Marvell Dove/MV78xx0/Orion SOC support
1225 M:      Jason Cooper <jason@lakedaemon.net>
1226 M:      Andrew Lunn <andrew@lunn.ch>
1227 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1228 M:      Gregory Clement <gregory.clement@free-electrons.com>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231 F:      arch/arm/mach-dove/
1232 F:      arch/arm/mach-mv78xx0/
1233 F:      arch/arm/mach-orion5x/
1234 F:      arch/arm/plat-orion/
1235 F:      arch/arm/boot/dts/dove*
1236 F:      arch/arm/boot/dts/orion5x*
1237
1238
1239 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1240 M:      Alexander Clouter <alex@digriz.org.uk>
1241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 W:      http://www.digriz.org.uk/ts78xx/kernel
1243 S:      Maintained
1244 F:      arch/arm/mach-orion5x/ts78xx-*
1245
1246 ARM/Mediatek SoC support
1247 M:      Matthias Brugger <matthias.bgg@gmail.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1250 S:      Maintained
1251 F:      arch/arm/boot/dts/mt6*
1252 F:      arch/arm/boot/dts/mt8*
1253 F:      arch/arm/mach-mediatek/
1254 N:      mtk
1255 K:      mediatek
1256
1257 ARM/MICREL KS8695 ARCHITECTURE
1258 M:      Greg Ungerer <gerg@uclinux.org>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 F:      arch/arm/mach-ks8695/
1261 S:      Odd Fixes
1262
1263 ARM/MIOA701 MACHINE SUPPORT
1264 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1266 F:      arch/arm/mach-pxa/mioa701.c
1267 S:      Maintained
1268
1269 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1270 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1271 S:      Maintained
1272
1273 ARM/NOMADIK ARCHITECTURE
1274 M:      Alessandro Rubini <rubini@unipv.it>
1275 M:      Linus Walleij <linus.walleij@linaro.org>
1276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 S:      Maintained
1278 F:      arch/arm/mach-nomadik/
1279 F:      drivers/pinctrl/nomadik/
1280 F:      drivers/i2c/busses/i2c-nomadik.c
1281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1282
1283 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1284 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1285 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1286 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1287 S:      Supported
1288
1289 ARM/TOSA MACHINE SUPPORT
1290 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1291 M:      Dirk Opfer <dirk@opfer-online.de>
1292 S:      Maintained
1293
1294 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1295 M:      Marek Vasut <marek.vasut@gmail.com>
1296 L:      linux-arm-kernel@lists.infradead.org
1297 W:      http://hackndev.com
1298 S:      Maintained
1299 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1300 F:      arch/arm/mach-pxa/palmtx.c
1301 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1302 F:      arch/arm/mach-pxa/palmt5.c
1303 F:      arch/arm/mach-pxa/include/mach/palmld.h
1304 F:      arch/arm/mach-pxa/palmld.c
1305 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1306 F:      arch/arm/mach-pxa/palmte2.c
1307 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1308 F:      arch/arm/mach-pxa/palmtc.c
1309
1310 ARM/PALM TREO SUPPORT
1311 M:      Tomas Cech <sleep_walker@suse.cz>
1312 L:      linux-arm-kernel@lists.infradead.org
1313 W:      http://hackndev.com
1314 S:      Maintained
1315 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1316 F:      arch/arm/mach-pxa/palmtreo.c
1317
1318 ARM/PALMZ72 SUPPORT
1319 M:      Sergey Lapin <slapin@ossfans.org>
1320 L:      linux-arm-kernel@lists.infradead.org
1321 W:      http://hackndev.com
1322 S:      Maintained
1323 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1324 F:      arch/arm/mach-pxa/palmz72.c
1325
1326 ARM/PLEB SUPPORT
1327 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1328 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1329 S:      Maintained
1330
1331 ARM/PT DIGITAL BOARD PORT
1332 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 W:      http://www.arm.linux.org.uk/
1335 S:      Maintained
1336
1337 ARM/QUALCOMM SUPPORT
1338 M:      Kumar Gala <galak@codeaurora.org>
1339 M:      Andy Gross <agross@codeaurora.org>
1340 M:      David Brown <davidb@codeaurora.org>
1341 L:      linux-arm-msm@vger.kernel.org
1342 L:      linux-soc@vger.kernel.org
1343 S:      Maintained
1344 F:      arch/arm/mach-qcom/
1345 F:      drivers/soc/qcom/
1346 F:      drivers/tty/serial/msm_serial.h
1347 F:      drivers/tty/serial/msm_serial.c
1348 F:      drivers/*/pm8???-*
1349 F:      drivers/mfd/ssbi.c
1350 F:      drivers/firmware/qcom_scm.c
1351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1352
1353 ARM/RADISYS ENP2611 MACHINE SUPPORT
1354 M:      Lennert Buytenhek <kernel@wantstofly.org>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 S:      Maintained
1357
1358 ARM/RISCPC ARCHITECTURE
1359 M:      Russell King <linux@arm.linux.org.uk>
1360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 W:      http://www.arm.linux.org.uk/
1362 S:      Maintained
1363 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1364 F:      arch/arm/include/asm/hardware/ioc.h
1365 F:      arch/arm/include/asm/hardware/iomd.h
1366 F:      arch/arm/include/asm/hardware/memc.h
1367 F:      arch/arm/mach-rpc/
1368 F:      drivers/net/ethernet/8390/etherh.c
1369 F:      drivers/net/ethernet/i825xx/ether1*
1370 F:      drivers/net/ethernet/seeq/ether3*
1371 F:      drivers/scsi/arm/
1372
1373 ARM/Rockchip SoC support
1374 M:      Heiko Stuebner <heiko@sntech.de>
1375 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1376 L:      linux-rockchip@lists.infradead.org
1377 S:      Maintained
1378 F:      arch/arm/boot/dts/rk3*
1379 F:      arch/arm/mach-rockchip/
1380 F:      drivers/clk/rockchip/
1381 F:      drivers/i2c/busses/i2c-rk3x.c
1382 F:      drivers/*/*rockchip*
1383 F:      drivers/*/*/*rockchip*
1384 F:      sound/soc/rockchip/
1385 N:      rockchip
1386
1387 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1388 M:      Kukjin Kim <kgene@kernel.org>
1389 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1390 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1391 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1392 S:      Maintained
1393 F:      arch/arm/boot/dts/s3c*
1394 F:      arch/arm/boot/dts/exynos*
1395 F:      arch/arm/plat-samsung/
1396 F:      arch/arm/mach-s3c24*/
1397 F:      arch/arm/mach-s3c64xx/
1398 F:      arch/arm/mach-s5p*/
1399 F:      arch/arm/mach-exynos*/
1400 F:      drivers/*/*s3c2410*
1401 F:      drivers/*/*/*s3c2410*
1402 F:      drivers/spi/spi-s3c*
1403 F:      sound/soc/samsung/*
1404 N:      exynos
1405
1406 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1407 M:      Kyungmin Park <kyungmin.park@samsung.com>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 S:      Maintained
1410 F:      arch/arm/mach-s5pv210/
1411
1412 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1413 M:      Kyungmin Park <kyungmin.park@samsung.com>
1414 M:      Kamil Debski <k.debski@samsung.com>
1415 L:      linux-arm-kernel@lists.infradead.org
1416 L:      linux-media@vger.kernel.org
1417 S:      Maintained
1418 F:      drivers/media/platform/s5p-g2d/
1419
1420 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1421 M:      Kyungmin Park <kyungmin.park@samsung.com>
1422 M:      Kamil Debski <k.debski@samsung.com>
1423 M:      Jeongtae Park <jtp.park@samsung.com>
1424 L:      linux-arm-kernel@lists.infradead.org
1425 L:      linux-media@vger.kernel.org
1426 S:      Maintained
1427 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1428 F:      drivers/media/platform/s5p-mfc/
1429
1430 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1431 M:      Kyungmin Park <kyungmin.park@samsung.com>
1432 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1433 L:      linux-arm-kernel@lists.infradead.org
1434 L:      linux-media@vger.kernel.org
1435 S:      Maintained
1436 F:      drivers/media/platform/s5p-tv/
1437
1438 ARM/SHMOBILE ARM ARCHITECTURE
1439 M:      Simon Horman <horms@verge.net.au>
1440 M:      Magnus Damm <magnus.damm@gmail.com>
1441 L:      linux-sh@vger.kernel.org
1442 W:      http://oss.renesas.com
1443 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1445 S:      Supported
1446 F:      arch/arm/boot/dts/emev2*
1447 F:      arch/arm/boot/dts/r7s*
1448 F:      arch/arm/boot/dts/r8a*
1449 F:      arch/arm/boot/dts/sh*
1450 F:      arch/arm/configs/armadillo800eva_defconfig
1451 F:      arch/arm/configs/bockw_defconfig
1452 F:      arch/arm/configs/kzm9g_defconfig
1453 F:      arch/arm/configs/marzen_defconfig
1454 F:      arch/arm/configs/shmobile_defconfig
1455 F:      arch/arm/include/debug/renesas-scif.S
1456 F:      arch/arm/mach-shmobile/
1457 F:      drivers/sh/
1458
1459 ARM/SOCFPGA ARCHITECTURE
1460 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1461 S:      Maintained
1462 F:      arch/arm/mach-socfpga/
1463 F:      arch/arm/boot/dts/socfpga*
1464 F:      arch/arm/configs/socfpga_defconfig
1465 W:      http://www.rocketboards.org
1466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1467
1468 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1469 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1470 S:      Maintained
1471 F:      drivers/clk/socfpga/
1472
1473 ARM/SOCFPGA EDAC SUPPORT
1474 M:      Thor Thayer <tthayer@opensource.altera.com>
1475 S:      Maintained
1476 F:      drivers/edac/altera_edac.
1477
1478 ARM/STI ARCHITECTURE
1479 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1480 M:      Maxime Coquelin <maxime.coquelin@st.com>
1481 M:      Patrice Chotard <patrice.chotard@st.com>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 L:      kernel@stlinux.com
1484 W:      http://www.stlinux.com
1485 S:      Maintained
1486 F:      arch/arm/mach-sti/
1487 F:      arch/arm/boot/dts/sti*
1488 F:      drivers/clocksource/arm_global_timer.c
1489 F:      drivers/i2c/busses/i2c-st.c
1490 F:      drivers/media/rc/st_rc.c
1491 F:      drivers/mmc/host/sdhci-st.c
1492 F:      drivers/phy/phy-miphy28lp.c
1493 F:      drivers/phy/phy-miphy365x.c
1494 F:      drivers/phy/phy-stih407-usb.c
1495 F:      drivers/phy/phy-stih41x-usb.c
1496 F:      drivers/pinctrl/pinctrl-st.c
1497 F:      drivers/reset/sti/
1498 F:      drivers/rtc/rtc-st-lpc.c
1499 F:      drivers/tty/serial/st-asc.c
1500 F:      drivers/usb/dwc3/dwc3-st.c
1501 F:      drivers/usb/host/ehci-st.c
1502 F:      drivers/usb/host/ohci-st.c
1503 F:      drivers/watchdog/st_lpc_wdt.c
1504 F:      drivers/ata/ahci_st.c
1505
1506 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1507 M:      Lennert Buytenhek <kernel@wantstofly.org>
1508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 S:      Maintained
1510
1511 ARM/TETON BGA MACHINE SUPPORT
1512 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 S:      Maintained
1515
1516 ARM/THECUS N2100 MACHINE SUPPORT
1517 M:      Lennert Buytenhek <kernel@wantstofly.org>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 S:      Maintained
1520
1521 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1522 M:      Wan ZongShun <mcuos.com@gmail.com>
1523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1524 W:      http://www.mcuos.com
1525 S:      Maintained
1526 F:      arch/arm/mach-w90x900/
1527 F:      drivers/input/keyboard/w90p910_keypad.c
1528 F:      drivers/input/touchscreen/w90p910_ts.c
1529 F:      drivers/watchdog/nuc900_wdt.c
1530 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1531 F:      drivers/mtd/nand/nuc900_nand.c
1532 F:      drivers/rtc/rtc-nuc900.c
1533 F:      drivers/spi/spi-nuc900.c
1534 F:      drivers/usb/host/ehci-w90x900.c
1535 F:      drivers/video/fbdev/nuc900fb.c
1536
1537 ARM/U300 MACHINE SUPPORT
1538 M:      Linus Walleij <linus.walleij@linaro.org>
1539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 S:      Supported
1541 F:      arch/arm/mach-u300/
1542 F:      drivers/clocksource/timer-u300.c
1543 F:      drivers/i2c/busses/i2c-stu300.c
1544 F:      drivers/rtc/rtc-coh901331.c
1545 F:      drivers/watchdog/coh901327_wdt.c
1546 F:      drivers/dma/coh901318*
1547 F:      drivers/mfd/ab3100*
1548 F:      drivers/rtc/rtc-ab3100.c
1549 F:      drivers/rtc/rtc-coh901331.c
1550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1551
1552 ARM/Ux500 ARM ARCHITECTURE
1553 M:      Linus Walleij <linus.walleij@linaro.org>
1554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 S:      Maintained
1556 F:      arch/arm/mach-ux500/
1557 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1558 F:      drivers/dma/ste_dma40*
1559 F:      drivers/hwspinlock/u8500_hsem.c
1560 F:      drivers/mfd/abx500*
1561 F:      drivers/mfd/ab8500*
1562 F:      drivers/mfd/dbx500*
1563 F:      drivers/mfd/db8500*
1564 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1565 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1566 F:      drivers/rtc/rtc-ab8500.c
1567 F:      drivers/rtc/rtc-pl031.c
1568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1569
1570 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1571 M:      Ulf Hansson <ulf.hansson@linaro.org>
1572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1573 T:      git git://git.linaro.org/people/ulfh/clk.git
1574 S:      Maintained
1575 F:      drivers/clk/ux500/
1576 F:      include/linux/platform_data/clk-ux500.h
1577
1578 ARM/VERSATILE EXPRESS PLATFORM
1579 M:      Liviu Dudau <liviu.dudau@arm.com>
1580 M:      Sudeep Holla <sudeep.holla@arm.com>
1581 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583 S:      Maintained
1584 F:      arch/arm/boot/dts/vexpress*
1585 F:      arch/arm/mach-vexpress/
1586 F:      */*/vexpress*
1587 F:      */*/*/vexpress*
1588 F:      drivers/clk/versatile/clk-vexpress-osc.c
1589 F:      drivers/clocksource/versatile.c
1590
1591 ARM/VFP SUPPORT
1592 M:      Russell King <linux@arm.linux.org.uk>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 W:      http://www.arm.linux.org.uk/
1595 S:      Maintained
1596 F:      arch/arm/vfp/
1597
1598 ARM/VOIPAC PXA270 SUPPORT
1599 M:      Marek Vasut <marek.vasut@gmail.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      arch/arm/mach-pxa/vpac270.c
1603 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1604
1605 ARM/VT8500 ARM ARCHITECTURE
1606 M:      Tony Prisk <linux@prisktech.co.nz>
1607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S:      Maintained
1609 F:      arch/arm/mach-vt8500/
1610 F:      drivers/clocksource/vt8500_timer.c
1611 F:      drivers/i2c/busses/i2c-wmt.c
1612 F:      drivers/mmc/host/wmt-sdmmc.c
1613 F:      drivers/pwm/pwm-vt8500.c
1614 F:      drivers/rtc/rtc-vt8500.c
1615 F:      drivers/tty/serial/vt8500_serial.c
1616 F:      drivers/usb/host/ehci-platform.c
1617 F:      drivers/usb/host/uhci-platform.c
1618 F:      drivers/video/fbdev/vt8500lcdfb.*
1619 F:      drivers/video/fbdev/wm8505fb*
1620 F:      drivers/video/fbdev/wmt_ge_rops.*
1621
1622 ARM/ZIPIT Z2 SUPPORT
1623 M:      Marek Vasut <marek.vasut@gmail.com>
1624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1625 S:      Maintained
1626 F:      arch/arm/mach-pxa/z2.c
1627 F:      arch/arm/mach-pxa/include/mach/z2.h
1628
1629 ARM/ZYNQ ARCHITECTURE
1630 M:      Michal Simek <michal.simek@xilinx.com>
1631 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1632 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 W:      http://wiki.xilinx.com
1634 T:      git git://git.xilinx.com/linux-xlnx.git
1635 S:      Supported
1636 F:      arch/arm/mach-zynq/
1637 F:      drivers/cpuidle/cpuidle-zynq.c
1638 F:      drivers/block/xsysace.c
1639 N:      zynq
1640 N:      xilinx
1641 F:      drivers/clocksource/cadence_ttc_timer.c
1642 F:      drivers/i2c/busses/i2c-cadence.c
1643 F:      drivers/mmc/host/sdhci-of-arasan.c
1644 F:      drivers/edac/synopsys_edac.c
1645
1646 ARM SMMU DRIVERS
1647 M:      Will Deacon <will.deacon@arm.com>
1648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 S:      Maintained
1650 F:      drivers/iommu/arm-smmu.c
1651 F:      drivers/iommu/arm-smmu-v3.c
1652 F:      drivers/iommu/io-pgtable-arm.c
1653
1654 ARM64 PORT (AARCH64 ARCHITECTURE)
1655 M:      Catalin Marinas <catalin.marinas@arm.com>
1656 M:      Will Deacon <will.deacon@arm.com>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 S:      Maintained
1659 F:      arch/arm64/
1660 F:      Documentation/arm64/
1661
1662 AS3645A LED FLASH CONTROLLER DRIVER
1663 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1664 L:      linux-media@vger.kernel.org
1665 T:      git git://linuxtv.org/media_tree.git
1666 S:      Maintained
1667 F:      drivers/media/i2c/as3645a.c
1668 F:      include/media/as3645a.h
1669
1670 ASC7621 HARDWARE MONITOR DRIVER
1671 M:      George Joseph <george.joseph@fairview5.com>
1672 L:      lm-sensors@lm-sensors.org
1673 S:      Maintained
1674 F:      Documentation/hwmon/asc7621
1675 F:      drivers/hwmon/asc7621.c
1676
1677 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1678 M:      Corentin Chary <corentin.chary@gmail.com>
1679 L:      acpi4asus-user@lists.sourceforge.net
1680 L:      platform-driver-x86@vger.kernel.org
1681 W:      http://acpi4asus.sf.net
1682 S:      Maintained
1683 F:      drivers/platform/x86/asus*.c
1684 F:      drivers/platform/x86/eeepc*.c
1685
1686 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1687 R:      Dan Williams <dan.j.williams@intel.com>
1688 W:      http://sourceforge.net/projects/xscaleiop
1689 S:      Odd fixes
1690 F:      Documentation/crypto/async-tx-api.txt
1691 F:      crypto/async_tx/
1692 F:      drivers/dma/
1693 F:      include/linux/dmaengine.h
1694 F:      include/linux/async_tx.h
1695
1696 AT24 EEPROM DRIVER
1697 M:      Wolfram Sang <wsa@the-dreams.de>
1698 L:      linux-i2c@vger.kernel.org
1699 S:      Maintained
1700 F:      drivers/misc/eeprom/at24.c
1701 F:      include/linux/platform_data/at24.h
1702
1703 ATA OVER ETHERNET (AOE) DRIVER
1704 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1705 W:      http://www.openaoe.org/
1706 S:      Supported
1707 F:      Documentation/aoe/
1708 F:      drivers/block/aoe/
1709
1710 ATHEROS ATH GENERIC UTILITIES
1711 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1712 L:      linux-wireless@vger.kernel.org
1713 S:      Supported
1714 F:      drivers/net/wireless/ath/*
1715
1716 ATHEROS ATH5K WIRELESS DRIVER
1717 M:      Jiri Slaby <jirislaby@gmail.com>
1718 M:      Nick Kossifidis <mickflemm@gmail.com>
1719 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1720 L:      linux-wireless@vger.kernel.org
1721 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1722 S:      Maintained
1723 F:      drivers/net/wireless/ath/ath5k/
1724
1725 ATHEROS ATH6KL WIRELESS DRIVER
1726 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1727 L:      linux-wireless@vger.kernel.org
1728 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1729 T:      git git://github.com/kvalo/ath.git
1730 S:      Supported
1731 F:      drivers/net/wireless/ath/ath6kl/
1732
1733 WILOCITY WIL6210 WIRELESS DRIVER
1734 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1735 L:      linux-wireless@vger.kernel.org
1736 L:      wil6210@qca.qualcomm.com
1737 S:      Supported
1738 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1739 F:      drivers/net/wireless/ath/wil6210/
1740 F:      include/uapi/linux/wil6210_uapi.h
1741
1742 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1743 M:      Christian Lamparter <chunkeey@googlemail.com>
1744 L:      linux-wireless@vger.kernel.org
1745 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1746 S:      Maintained
1747 F:      drivers/net/wireless/ath/carl9170/
1748
1749 ATK0110 HWMON DRIVER
1750 M:      Luca Tettamanti <kronos.it@gmail.com>
1751 L:      lm-sensors@lm-sensors.org
1752 S:      Maintained
1753 F:      drivers/hwmon/asus_atk0110.c
1754
1755 ATI_REMOTE2 DRIVER
1756 M:      Ville Syrjala <syrjala@sci.fi>
1757 S:      Maintained
1758 F:      drivers/input/misc/ati_remote2.c
1759
1760 ATLX ETHERNET DRIVERS
1761 M:      Jay Cliburn <jcliburn@gmail.com>
1762 M:      Chris Snook <chris.snook@gmail.com>
1763 L:      netdev@vger.kernel.org
1764 W:      http://sourceforge.net/projects/atl1
1765 W:      http://atl1.sourceforge.net
1766 S:      Maintained
1767 F:      drivers/net/ethernet/atheros/
1768
1769 ATM
1770 M:      Chas Williams <3chas3@gmail.com>
1771 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1772 L:      netdev@vger.kernel.org
1773 W:      http://linux-atm.sourceforge.net
1774 S:      Maintained
1775 F:      drivers/atm/
1776 F:      include/linux/atm*
1777 F:      include/uapi/linux/atm*
1778
1779 ATMEL AT91 / AT32 MCI DRIVER
1780 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1781 S:      Maintained
1782 F:      drivers/mmc/host/atmel-mci.c
1783 F:      drivers/mmc/host/atmel-mci-regs.h
1784
1785 ATMEL AT91 / AT32 SERIAL DRIVER
1786 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1787 S:      Supported
1788 F:      drivers/tty/serial/atmel_serial.c
1789
1790 ATMEL Audio ALSA driver
1791 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1792 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1793 S:      Supported
1794 F:      sound/soc/atmel
1795
1796 ATMEL DMA DRIVER
1797 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1799 S:      Supported
1800 F:      drivers/dma/at_hdmac.c
1801 F:      drivers/dma/at_hdmac_regs.h
1802 F:      include/linux/platform_data/dma-atmel.h
1803
1804 ATMEL XDMA DRIVER
1805 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1806 L:      linux-arm-kernel@lists.infradead.org
1807 L:      dmaengine@vger.kernel.org
1808 S:      Supported
1809 F:      drivers/dma/at_xdmac.c
1810
1811 ATMEL I2C DRIVER
1812 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1813 L:      linux-i2c@vger.kernel.org
1814 S:      Supported
1815 F:      drivers/i2c/busses/i2c-at91.c
1816
1817 ATMEL ISI DRIVER
1818 M:      Josh Wu <josh.wu@atmel.com>
1819 L:      linux-media@vger.kernel.org
1820 S:      Supported
1821 F:      drivers/media/platform/soc_camera/atmel-isi.c
1822 F:      include/media/atmel-isi.h
1823
1824 ATMEL LCDFB DRIVER
1825 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1826 L:      linux-fbdev@vger.kernel.org
1827 S:      Maintained
1828 F:      drivers/video/fbdev/atmel_lcdfb.c
1829 F:      include/video/atmel_lcdc.h
1830
1831 ATMEL MACB ETHERNET DRIVER
1832 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1833 S:      Supported
1834 F:      drivers/net/ethernet/cadence/
1835
1836 ATMEL NAND DRIVER
1837 M:      Josh Wu <josh.wu@atmel.com>
1838 L:      linux-mtd@lists.infradead.org
1839 S:      Supported
1840 F:      drivers/mtd/nand/atmel_nand*
1841
1842 ATMEL SPI DRIVER
1843 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1844 S:      Supported
1845 F:      drivers/spi/spi-atmel.*
1846
1847 ATMEL SSC DRIVER
1848 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 S:      Supported
1851 F:      drivers/misc/atmel-ssc.c
1852 F:      include/linux/atmel-ssc.h
1853
1854 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1855 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 S:      Supported
1858 F:      drivers/misc/atmel_tclib.c
1859 F:      drivers/clocksource/tcb_clksrc.c
1860
1861 ATMEL USBA UDC DRIVER
1862 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1864 S:      Supported
1865 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1866
1867 ATMEL WIRELESS DRIVER
1868 M:      Simon Kelley <simon@thekelleys.org.uk>
1869 L:      linux-wireless@vger.kernel.org
1870 W:      http://www.thekelleys.org.uk/atmel
1871 W:      http://atmelwlandriver.sourceforge.net/
1872 S:      Maintained
1873 F:      drivers/net/wireless/atmel*
1874
1875 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1876 M:      Bradley Grove <linuxdrivers@attotech.com>
1877 L:      linux-scsi@vger.kernel.org
1878 W:      http://www.attotech.com
1879 S:      Supported
1880 F:      drivers/scsi/esas2r
1881
1882 ATUSB IEEE 802.15.4 RADIO DRIVER
1883 M:      Stefan Schmidt <stefan@osg.samsung.com>
1884 L:      linux-wpan@vger.kernel.org
1885 S:      Maintained
1886 F:      drivers/net/ieee802154/atusb.c
1887 F:      drivers/net/ieee802154/atusb.h
1888 F:      drivers/net/ieee802154/at86rf230.h
1889
1890 AUDIT SUBSYSTEM
1891 M:      Paul Moore <paul@paul-moore.com>
1892 M:      Eric Paris <eparis@redhat.com>
1893 L:      linux-audit@redhat.com (moderated for non-subscribers)
1894 W:      http://people.redhat.com/sgrubb/audit/
1895 T:      git git://git.infradead.org/users/pcmoore/audit
1896 S:      Maintained
1897 F:      include/linux/audit.h
1898 F:      include/uapi/linux/audit.h
1899 F:      kernel/audit*
1900
1901 AUXILIARY DISPLAY DRIVERS
1902 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1903 W:      http://miguelojeda.es/auxdisplay.htm
1904 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1905 S:      Maintained
1906 F:      drivers/auxdisplay/
1907 F:      include/linux/cfag12864b.h
1908
1909 AVR32 ARCHITECTURE
1910 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1911 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1912 W:      http://www.atmel.com/products/AVR32/
1913 W:      http://mirror.egtvedt.no/avr32linux.org/
1914 W:      http://avrfreaks.net/
1915 S:      Maintained
1916 F:      arch/avr32/
1917
1918 AVR32/AT32AP MACHINE SUPPORT
1919 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1920 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1921 S:      Maintained
1922 F:      arch/avr32/mach-at32ap/
1923
1924 AX.25 NETWORK LAYER
1925 M:      Ralf Baechle <ralf@linux-mips.org>
1926 L:      linux-hams@vger.kernel.org
1927 W:      http://www.linux-ax25.org/
1928 S:      Maintained
1929 F:      include/uapi/linux/ax25.h
1930 F:      include/net/ax25.h
1931 F:      net/ax25/
1932
1933 AZ6007 DVB DRIVER
1934 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1935 L:      linux-media@vger.kernel.org
1936 W:      http://linuxtv.org
1937 T:      git git://linuxtv.org/media_tree.git
1938 S:      Maintained
1939 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1940
1941 AZTECH FM RADIO RECEIVER DRIVER
1942 M:      Hans Verkuil <hverkuil@xs4all.nl>
1943 L:      linux-media@vger.kernel.org
1944 T:      git git://linuxtv.org/media_tree.git
1945 W:      http://linuxtv.org
1946 S:      Maintained
1947 F:      drivers/media/radio/radio-aztech*
1948
1949 B43 WIRELESS DRIVER
1950 L:      linux-wireless@vger.kernel.org
1951 L:      b43-dev@lists.infradead.org
1952 W:      http://wireless.kernel.org/en/users/Drivers/b43
1953 S:      Odd Fixes
1954 F:      drivers/net/wireless/b43/
1955
1956 B43LEGACY WIRELESS DRIVER
1957 M:      Larry Finger <Larry.Finger@lwfinger.net>
1958 L:      linux-wireless@vger.kernel.org
1959 L:      b43-dev@lists.infradead.org
1960 W:      http://wireless.kernel.org/en/users/Drivers/b43
1961 S:      Maintained
1962 F:      drivers/net/wireless/b43legacy/
1963
1964 BACKLIGHT CLASS/SUBSYSTEM
1965 M:      Jingoo Han <jingoohan1@gmail.com>
1966 M:      Lee Jones <lee.jones@linaro.org>
1967 S:      Maintained
1968 F:      drivers/video/backlight/
1969 F:      include/linux/backlight.h
1970
1971 BATMAN ADVANCED
1972 M:      Marek Lindner <mareklindner@neomailbox.ch>
1973 M:      Simon Wunderlich <sw@simonwunderlich.de>
1974 M:      Antonio Quartulli <antonio@meshcoding.com>
1975 L:      b.a.t.m.a.n@lists.open-mesh.org
1976 W:      http://www.open-mesh.org/
1977 S:      Maintained
1978 F:      net/batman-adv/
1979
1980 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1981 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1982 L:      linux-hams@vger.kernel.org
1983 W:      http://www.baycom.org/~tom/ham/ham.html
1984 S:      Maintained
1985 F:      drivers/net/hamradio/baycom*
1986
1987 BCACHE (BLOCK LAYER CACHE)
1988 M:      Kent Overstreet <kmo@daterainc.com>
1989 L:      linux-bcache@vger.kernel.org
1990 W:      http://bcache.evilpiepirate.org
1991 S:      Maintained:
1992 F:      drivers/md/bcache/
1993
1994 BDISP ST MEDIA DRIVER
1995 M:      Fabien Dessenne <fabien.dessenne@st.com>
1996 L:      linux-media@vger.kernel.org
1997 T:      git git://linuxtv.org/media_tree.git
1998 W:      http://linuxtv.org
1999 S:      Supported
2000 F:      drivers/media/platform/sti/bdisp
2001
2002 BEFS FILE SYSTEM
2003 S:      Orphan
2004 F:      Documentation/filesystems/befs.txt
2005 F:      fs/befs/
2006
2007 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2008 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2009 L:      netdev@vger.kernel.org
2010 S:      Maintained
2011 F:      drivers/net/ethernet/ec_bhf.c
2012
2013 BFS FILE SYSTEM
2014 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2015 S:      Maintained
2016 F:      Documentation/filesystems/bfs.txt
2017 F:      fs/bfs/
2018 F:      include/uapi/linux/bfs_fs.h
2019
2020 BLACKFIN ARCHITECTURE
2021 M:      Steven Miao <realmz6@gmail.com>
2022 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2023 T:      git git://git.code.sf.net/p/adi-linux/code
2024 W:      http://blackfin.uclinux.org
2025 S:      Supported
2026 F:      arch/blackfin/
2027
2028 BLACKFIN EMAC DRIVER
2029 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2030 W:      http://blackfin.uclinux.org
2031 S:      Supported
2032 F:      drivers/net/ethernet/adi/
2033
2034 BLACKFIN RTC DRIVER
2035 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2036 W:      http://blackfin.uclinux.org
2037 S:      Supported
2038 F:      drivers/rtc/rtc-bfin.c
2039
2040 BLACKFIN SDH DRIVER
2041 M:      Sonic Zhang <sonic.zhang@analog.com>
2042 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2043 W:      http://blackfin.uclinux.org
2044 S:      Supported
2045 F:      drivers/mmc/host/bfin_sdh.c
2046
2047 BLACKFIN SERIAL DRIVER
2048 M:      Sonic Zhang <sonic.zhang@analog.com>
2049 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2050 W:      http://blackfin.uclinux.org
2051 S:      Supported
2052 F:      drivers/tty/serial/bfin_uart.c
2053
2054 BLACKFIN WATCHDOG DRIVER
2055 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2056 W:      http://blackfin.uclinux.org
2057 S:      Supported
2058 F:      drivers/watchdog/bfin_wdt.c
2059
2060 BLACKFIN I2C TWI DRIVER
2061 M:      Sonic Zhang <sonic.zhang@analog.com>
2062 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2063 W:      http://blackfin.uclinux.org/
2064 S:      Supported
2065 F:      drivers/i2c/busses/i2c-bfin-twi.c
2066
2067 BLACKFIN MEDIA DRIVER
2068 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2069 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2070 W:      http://blackfin.uclinux.org/
2071 S:      Supported
2072 F:      drivers/media/platform/blackfin/
2073 F:      drivers/media/i2c/adv7183*
2074 F:      drivers/media/i2c/vs6624*
2075
2076 BLINKM RGB LED DRIVER
2077 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2078 S:      Maintained
2079 F:      drivers/leds/leds-blinkm.c
2080
2081 BLOCK LAYER
2082 M:      Jens Axboe <axboe@kernel.dk>
2083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2084 S:      Maintained
2085 F:      block/
2086 F:      kernel/trace/blktrace.c
2087
2088 BLOCK2MTD DRIVER
2089 M:      Joern Engel <joern@lazybastard.org>
2090 L:      linux-mtd@lists.infradead.org
2091 S:      Maintained
2092 F:      drivers/mtd/devices/block2mtd.c
2093
2094 BLUETOOTH DRIVERS
2095 M:      Marcel Holtmann <marcel@holtmann.org>
2096 M:      Gustavo Padovan <gustavo@padovan.org>
2097 M:      Johan Hedberg <johan.hedberg@gmail.com>
2098 L:      linux-bluetooth@vger.kernel.org
2099 W:      http://www.bluez.org/
2100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2102 S:      Maintained
2103 F:      drivers/bluetooth/
2104
2105 BLUETOOTH SUBSYSTEM
2106 M:      Marcel Holtmann <marcel@holtmann.org>
2107 M:      Gustavo Padovan <gustavo@padovan.org>
2108 M:      Johan Hedberg <johan.hedberg@gmail.com>
2109 L:      linux-bluetooth@vger.kernel.org
2110 W:      http://www.bluez.org/
2111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2113 S:      Maintained
2114 F:      net/bluetooth/
2115 F:      include/net/bluetooth/
2116
2117 BONDING DRIVER
2118 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2119 M:      Veaceslav Falico <vfalico@gmail.com>
2120 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2121 L:      netdev@vger.kernel.org
2122 W:      http://sourceforge.net/projects/bonding/
2123 S:      Supported
2124 F:      drivers/net/bonding/
2125 F:      include/uapi/linux/if_bonding.h
2126
2127 BPF (Safe dynamic programs and tools)
2128 M:      Alexei Starovoitov <ast@kernel.org>
2129 L:      netdev@vger.kernel.org
2130 L:      linux-kernel@vger.kernel.org
2131 S:      Supported
2132 F:      kernel/bpf/
2133
2134 BROADCOM B44 10/100 ETHERNET DRIVER
2135 M:      Gary Zambrano <zambrano@broadcom.com>
2136 L:      netdev@vger.kernel.org
2137 S:      Supported
2138 F:      drivers/net/ethernet/broadcom/b44.*
2139
2140 BROADCOM GENET ETHERNET DRIVER
2141 M:      Florian Fainelli <f.fainelli@gmail.com>
2142 L:      netdev@vger.kernel.org
2143 S:      Supported
2144 F:      drivers/net/ethernet/broadcom/genet/
2145
2146 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2147 M:      Sony Chacko <sony.chacko@qlogic.com>
2148 M:      Dept-HSGLinuxNICDev@qlogic.com
2149 L:      netdev@vger.kernel.org
2150 S:      Supported
2151 F:      drivers/net/ethernet/broadcom/bnx2.*
2152 F:      drivers/net/ethernet/broadcom/bnx2_*
2153
2154 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2155 M:      Ariel Elior <ariel.elior@qlogic.com>
2156 L:      netdev@vger.kernel.org
2157 S:      Supported
2158 F:      drivers/net/ethernet/broadcom/bnx2x/
2159
2160 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2161 M:      Florian Fainelli <f.fainelli@gmail.com>
2162 M:      Ray Jui <rjui@broadcom.com>
2163 M:      Scott Branden <sbranden@broadcom.com>
2164 L:      bcm-kernel-feedback-list@broadcom.com
2165 T:      git git://github.com/broadcom/mach-bcm
2166 S:      Maintained
2167 F:      arch/arm/mach-bcm/
2168 F:      arch/arm/boot/dts/bcm113*
2169 F:      arch/arm/boot/dts/bcm216*
2170 F:      arch/arm/boot/dts/bcm281*
2171 F:      arch/arm/configs/bcm_defconfig
2172 F:      drivers/mmc/host/sdhci-bcm-kona.c
2173 F:      drivers/clocksource/bcm_kona_timer.c
2174
2175 BROADCOM BCM2835 ARM ARCHITECTURE
2176 M:      Stephen Warren <swarren@wwwdotorg.org>
2177 M:      Lee Jones <lee@kernel.org>
2178 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2180 S:      Maintained
2181 N:      bcm2835
2182
2183 BROADCOM BCM33XX MIPS ARCHITECTURE
2184 M:      Kevin Cernekee <cernekee@gmail.com>
2185 L:      linux-mips@linux-mips.org
2186 S:      Maintained
2187 F:      arch/mips/bcm3384/*
2188 F:      arch/mips/include/asm/mach-bcm3384/*
2189 F:      arch/mips/kernel/*bmips*
2190
2191 BROADCOM BCM5301X ARM ARCHITECTURE
2192 M:      Hauke Mehrtens <hauke@hauke-m.de>
2193 L:      linux-arm-kernel@lists.infradead.org
2194 S:      Maintained
2195 F:      arch/arm/mach-bcm/bcm_5301x.c
2196 F:      arch/arm/boot/dts/bcm5301x.dtsi
2197 F:      arch/arm/boot/dts/bcm470*
2198
2199 BROADCOM BCM63XX ARM ARCHITECTURE
2200 M:      Florian Fainelli <f.fainelli@gmail.com>
2201 L:      linux-arm-kernel@lists.infradead.org
2202 T:      git git://github.com/broadcom/arm-bcm63xx.git
2203 S:      Maintained
2204 F:      arch/arm/mach-bcm/bcm63xx.c
2205 F:      arch/arm/include/debug/bcm63xx.S
2206
2207 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2208 M:      Kevin Cernekee <cernekee@gmail.com>
2209 L:      linux-usb@vger.kernel.org
2210 S:      Maintained
2211 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2212
2213 BROADCOM BCM7XXX ARM ARCHITECTURE
2214 M:      Brian Norris <computersforpeace@gmail.com>
2215 M:      Gregory Fong <gregory.0xf0@gmail.com>
2216 M:      Florian Fainelli <f.fainelli@gmail.com>
2217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2218 T:      git git://github.com/broadcom/stblinux.git
2219 S:      Maintained
2220 F:      arch/arm/mach-bcm/*brcmstb*
2221 F:      arch/arm/boot/dts/bcm7*.dts*
2222 F:      drivers/bus/brcmstb_gisb.c
2223
2224 BROADCOM BMIPS MIPS ARCHITECTURE
2225 M:      Kevin Cernekee <cernekee@gmail.com>
2226 M:      Florian Fainelli <f.fainelli@gmail.com>
2227 L:      linux-mips@linux-mips.org
2228 T:      git git://github.com/broadcom/stblinux.git
2229 S:      Maintained
2230 F:      arch/mips/bmips/*
2231 F:      arch/mips/include/asm/mach-bmips/*
2232 F:      arch/mips/kernel/*bmips*
2233 F:      arch/mips/boot/dts/bcm*.dts*
2234 F:      drivers/irqchip/irq-bcm7*
2235 F:      drivers/irqchip/irq-brcmstb*
2236
2237 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2238 M:      Prashant Sreedharan <prashant@broadcom.com>
2239 M:      Michael Chan <mchan@broadcom.com>
2240 L:      netdev@vger.kernel.org
2241 S:      Supported
2242 F:      drivers/net/ethernet/broadcom/tg3.*
2243
2244 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2245 M:      Brett Rudley <brudley@broadcom.com>
2246 M:      Arend van Spriel <arend@broadcom.com>
2247 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2248 M:      Hante Meuleman <meuleman@broadcom.com>
2249 L:      linux-wireless@vger.kernel.org
2250 L:      brcm80211-dev-list@broadcom.com
2251 S:      Supported
2252 F:      drivers/net/wireless/brcm80211/
2253
2254 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2255 M:      QLogic-Storage-Upstream@qlogic.com
2256 L:      linux-scsi@vger.kernel.org
2257 S:      Supported
2258 F:      drivers/scsi/bnx2fc/
2259
2260 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2261 M:      QLogic-Storage-Upstream@qlogic.com
2262 L:      linux-scsi@vger.kernel.org
2263 S:      Supported
2264 F:      drivers/scsi/bnx2i/
2265
2266 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2267 M:      Ray Jui <rjui@broadcom.com>
2268 M:      Scott Branden <sbranden@broadcom.com>
2269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2270 L:      bcm-kernel-feedback-list@broadcom.com
2271 T:      git git://github.com/broadcom/cygnus-linux.git
2272 S:      Maintained
2273 N:      iproc
2274 N:      cygnus
2275 N:      bcm9113*
2276 N:      bcm9583*
2277 N:      bcm583*
2278 N:      bcm113*
2279
2280 BROADCOM BRCMSTB GPIO DRIVER
2281 M:      Gregory Fong <gregory.0xf0@gmail.com>
2282 L:      bcm-kernel-feedback-list@broadcom.com>
2283 S:      Supported
2284 F:      drivers/gpio/gpio-brcmstb.c
2285 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2286
2287 BROADCOM KONA GPIO DRIVER
2288 M:      Ray Jui <rjui@broadcom.com>
2289 L:      bcm-kernel-feedback-list@broadcom.com
2290 S:      Supported
2291 F:      drivers/gpio/gpio-bcm-kona.c
2292 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2293
2294 BROADCOM STB NAND FLASH DRIVER
2295 M:      Brian Norris <computersforpeace@gmail.com>
2296 L:      linux-mtd@lists.infradead.org
2297 S:      Maintained
2298 F:      drivers/mtd/nand/brcmnand/
2299
2300 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2301 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2302 L:      linux-wireless@vger.kernel.org
2303 S:      Maintained
2304 F:      drivers/bcma/
2305 F:      include/linux/bcma/
2306
2307 BROADCOM SYSTEMPORT ETHERNET DRIVER
2308 M:      Florian Fainelli <f.fainelli@gmail.com>
2309 L:      netdev@vger.kernel.org
2310 S:      Supported
2311 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2312
2313 BROCADE BFA FC SCSI DRIVER
2314 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2315 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2316 L:      linux-scsi@vger.kernel.org
2317 S:      Supported
2318 F:      drivers/scsi/bfa/
2319
2320 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2321 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2322 L:      netdev@vger.kernel.org
2323 S:      Supported
2324 F:      drivers/net/ethernet/brocade/bna/
2325
2326 BSG (block layer generic sg v4 driver)
2327 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2328 L:      linux-scsi@vger.kernel.org
2329 S:      Supported
2330 F:      block/bsg.c
2331 F:      include/linux/bsg.h
2332 F:      include/uapi/linux/bsg.h
2333
2334 BT87X AUDIO DRIVER
2335 M:      Clemens Ladisch <clemens@ladisch.de>
2336 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2337 T:      git git://git.alsa-project.org/alsa-kernel.git
2338 S:      Maintained
2339 F:      Documentation/sound/alsa/Bt87x.txt
2340 F:      sound/pci/bt87x.c
2341
2342 BT8XXGPIO DRIVER
2343 M:      Michael Buesch <m@bues.ch>
2344 W:      http://bu3sch.de/btgpio.php
2345 S:      Maintained
2346 F:      drivers/gpio/gpio-bt8xx.c
2347
2348 BTRFS FILE SYSTEM
2349 M:      Chris Mason <clm@fb.com>
2350 M:      Josef Bacik <jbacik@fb.com>
2351 M:      David Sterba <dsterba@suse.cz>
2352 L:      linux-btrfs@vger.kernel.org
2353 W:      http://btrfs.wiki.kernel.org/
2354 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2356 S:      Maintained
2357 F:      Documentation/filesystems/btrfs.txt
2358 F:      fs/btrfs/
2359
2360 BTTV VIDEO4LINUX DRIVER
2361 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2362 L:      linux-media@vger.kernel.org
2363 W:      http://linuxtv.org
2364 T:      git git://linuxtv.org/media_tree.git
2365 S:      Odd fixes
2366 F:      Documentation/video4linux/bttv/
2367 F:      drivers/media/pci/bt8xx/bttv*
2368
2369 BUSLOGIC SCSI DRIVER
2370 M:      Khalid Aziz <khalid@gonehiking.org>
2371 L:      linux-scsi@vger.kernel.org
2372 S:      Maintained
2373 F:      drivers/scsi/BusLogic.*
2374 F:      drivers/scsi/FlashPoint.*
2375
2376 C-MEDIA CMI8788 DRIVER
2377 M:      Clemens Ladisch <clemens@ladisch.de>
2378 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2379 T:      git git://git.alsa-project.org/alsa-kernel.git
2380 S:      Maintained
2381 F:      sound/pci/oxygen/
2382
2383 C6X ARCHITECTURE
2384 M:      Mark Salter <msalter@redhat.com>
2385 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2386 L:      linux-c6x-dev@linux-c6x.org
2387 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2388 S:      Maintained
2389 F:      arch/c6x/
2390
2391 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2392 M:      David Howells <dhowells@redhat.com>
2393 L:      linux-cachefs@redhat.com
2394 S:      Supported
2395 F:      Documentation/filesystems/caching/cachefiles.txt
2396 F:      fs/cachefiles/
2397
2398 CADET FM/AM RADIO RECEIVER DRIVER
2399 M:      Hans Verkuil <hverkuil@xs4all.nl>
2400 L:      linux-media@vger.kernel.org
2401 T:      git git://linuxtv.org/media_tree.git
2402 W:      http://linuxtv.org
2403 S:      Maintained
2404 F:      drivers/media/radio/radio-cadet*
2405
2406 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2407 M:      Jonathan Corbet <corbet@lwn.net>
2408 L:      linux-media@vger.kernel.org
2409 T:      git git://linuxtv.org/media_tree.git
2410 S:      Maintained
2411 F:      Documentation/video4linux/cafe_ccic
2412 F:      drivers/media/platform/marvell-ccic/
2413
2414 CAIF NETWORK LAYER
2415 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2416 L:      netdev@vger.kernel.org
2417 S:      Supported
2418 F:      Documentation/networking/caif/
2419 F:      drivers/net/caif/
2420 F:      include/uapi/linux/caif/
2421 F:      include/net/caif/
2422 F:      net/caif/
2423
2424 CALGARY x86-64 IOMMU
2425 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2426 M:      "Jon D. Mason" <jdmason@kudzu.us>
2427 L:      discuss@x86-64.org
2428 S:      Maintained
2429 F:      arch/x86/kernel/pci-calgary_64.c
2430 F:      arch/x86/kernel/tce_64.c
2431 F:      arch/x86/include/asm/calgary.h
2432 F:      arch/x86/include/asm/tce.h
2433
2434 CAN NETWORK LAYER
2435 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2436 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2437 L:      linux-can@vger.kernel.org
2438 W:      https://github.com/linux-can
2439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2441 S:      Maintained
2442 F:      Documentation/networking/can.txt
2443 F:      net/can/
2444 F:      include/linux/can/core.h
2445 F:      include/uapi/linux/can.h
2446 F:      include/uapi/linux/can/bcm.h
2447 F:      include/uapi/linux/can/raw.h
2448 F:      include/uapi/linux/can/gw.h
2449
2450 CAN NETWORK DRIVERS
2451 M:      Wolfgang Grandegger <wg@grandegger.com>
2452 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2453 L:      linux-can@vger.kernel.org
2454 W:      https://github.com/linux-can
2455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2457 S:      Maintained
2458 F:      drivers/net/can/
2459 F:      include/linux/can/dev.h
2460 F:      include/linux/can/platform/
2461 F:      include/uapi/linux/can/error.h
2462 F:      include/uapi/linux/can/netlink.h
2463
2464 CAPABILITIES
2465 M:      Serge Hallyn <serge.hallyn@canonical.com>
2466 L:      linux-security-module@vger.kernel.org
2467 S:      Supported
2468 F:      include/linux/capability.h
2469 F:      include/uapi/linux/capability.h
2470 F:      security/commoncap.c
2471 F:      kernel/capability.c
2472
2473 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2474 M:      Kevin Tsai <ktsai@capellamicro.com>
2475 S:      Maintained
2476 F:      drivers/iio/light/cm*
2477 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2478
2479 CAVIUM LIQUIDIO NETWORK DRIVER
2480 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2481 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2482 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2483 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2484 L:     netdev@vger.kernel.org
2485 W:     http://www.cavium.com
2486 S:     Supported
2487 F:     drivers/net/ethernet/cavium/
2488 F:     drivers/net/ethernet/cavium/liquidio/
2489
2490 CC2520 IEEE-802.15.4 RADIO DRIVER
2491 M:      Varka Bhadram <varkabhadram@gmail.com>
2492 L:      linux-wpan@vger.kernel.org
2493 S:      Maintained
2494 F:      drivers/net/ieee802154/cc2520.c
2495 F:      include/linux/spi/cc2520.h
2496 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2497
2498 CELL BROADBAND ENGINE ARCHITECTURE
2499 M:      Arnd Bergmann <arnd@arndb.de>
2500 L:      linuxppc-dev@lists.ozlabs.org
2501 W:      http://www.ibm.com/developerworks/power/cell/
2502 S:      Supported
2503 F:      arch/powerpc/include/asm/cell*.h
2504 F:      arch/powerpc/include/asm/spu*.h
2505 F:      arch/powerpc/include/uapi/asm/spu*.h
2506 F:      arch/powerpc/oprofile/*cell*
2507 F:      arch/powerpc/platforms/cell/
2508
2509 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2510 M:      Yan, Zheng <zyan@redhat.com>
2511 M:      Sage Weil <sage@redhat.com>
2512 L:      ceph-devel@vger.kernel.org
2513 W:      http://ceph.com/
2514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2515 S:      Supported
2516 F:      Documentation/filesystems/ceph.txt
2517 F:      fs/ceph/
2518 F:      net/ceph/
2519 F:      include/linux/ceph/
2520 F:      include/linux/crush/
2521
2522 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2523 L:      linux-usb@vger.kernel.org
2524 S:      Orphan
2525 F:      Documentation/usb/WUSB-Design-overview.txt
2526 F:      Documentation/usb/wusb-cbaf
2527 F:      drivers/usb/host/hwa-hc.c
2528 F:      drivers/usb/host/whci/
2529 F:      drivers/usb/wusbcore/
2530 F:      include/linux/usb/wusb*
2531
2532 CFAG12864B LCD DRIVER
2533 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2534 W:      http://miguelojeda.es/auxdisplay.htm
2535 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2536 S:      Maintained
2537 F:      drivers/auxdisplay/cfag12864b.c
2538 F:      include/linux/cfag12864b.h
2539
2540 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2541 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2542 W:      http://miguelojeda.es/auxdisplay.htm
2543 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2544 S:      Maintained
2545 F:      drivers/auxdisplay/cfag12864bfb.c
2546 F:      include/linux/cfag12864b.h
2547
2548 CFG80211 and NL80211
2549 M:      Johannes Berg <johannes@sipsolutions.net>
2550 L:      linux-wireless@vger.kernel.org
2551 W:      http://wireless.kernel.org/
2552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2554 S:      Maintained
2555 F:      include/uapi/linux/nl80211.h
2556 F:      include/net/cfg80211.h
2557 F:      net/wireless/*
2558 X:      net/wireless/wext*
2559
2560 CHAR and MISC DRIVERS
2561 M:      Arnd Bergmann <arnd@arndb.de>
2562 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2564 S:      Supported
2565 F:      drivers/char/*
2566 F:      drivers/misc/*
2567 F:      include/linux/miscdevice.h
2568
2569 CHECKPATCH
2570 M:      Andy Whitcroft <apw@canonical.com>
2571 M:      Joe Perches <joe@perches.com>
2572 S:      Maintained
2573 F:      scripts/checkpatch.pl
2574
2575 CHINESE DOCUMENTATION
2576 M:      Harry Wei <harryxiyou@gmail.com>
2577 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2578 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2579 S:      Maintained
2580 F:      Documentation/zh_CN/
2581
2582 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2583 M:      Peter Chen <Peter.Chen@freescale.com>
2584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2585 L:      linux-usb@vger.kernel.org
2586 S:      Maintained
2587 F:      drivers/usb/chipidea/
2588
2589 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2590 M:      Hans de Goede <hdegoede@redhat.com>
2591 L:      linux-input@vger.kernel.org
2592 S:      Maintained
2593 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2594 F:      drivers/input/touchscreen/chipone_icn8318.c
2595
2596 CHROME HARDWARE PLATFORM SUPPORT
2597 M:      Olof Johansson <olof@lixom.net>
2598 S:      Maintained
2599 F:      drivers/platform/chrome/
2600
2601 CISCO VIC ETHERNET NIC DRIVER
2602 M:      Christian Benvenuti <benve@cisco.com>
2603 M:      Sujith Sankar <ssujith@cisco.com>
2604 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2605 M:      Neel Patel <neepatel@cisco.com>
2606 S:      Supported
2607 F:      drivers/net/ethernet/cisco/enic/
2608
2609 CISCO VIC LOW LATENCY NIC DRIVER
2610 M:      Upinder Malhi <umalhi@cisco.com>
2611 S:      Supported
2612 F:      drivers/infiniband/hw/usnic
2613
2614 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2615 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2616 L:      netdev@vger.kernel.org
2617 S:      Maintained
2618 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2619
2620 CIRRUS LOGIC AUDIO CODEC DRIVERS
2621 M:      Brian Austin <brian.austin@cirrus.com>
2622 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2623 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2624 S:      Maintained
2625 F:      sound/soc/codecs/cs*
2626
2627 CLEANCACHE API
2628 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2629 L:      linux-kernel@vger.kernel.org
2630 S:      Maintained
2631 F:      mm/cleancache.c
2632 F:      include/linux/cleancache.h
2633
2634 CLK API
2635 M:      Russell King <linux@arm.linux.org.uk>
2636 L:      linux-clk@vger.kernel.org
2637 S:      Maintained
2638 F:      include/linux/clk.h
2639
2640 CLOCKSOURCE, CLOCKEVENT DRIVERS
2641 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2642 M:      Thomas Gleixner <tglx@linutronix.de>
2643 L:      linux-kernel@vger.kernel.org
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2645 S:      Supported
2646 F:      drivers/clocksource
2647
2648 CISCO FCOE HBA DRIVER
2649 M:      Hiral Patel <hiralpat@cisco.com>
2650 M:      Suma Ramars <sramars@cisco.com>
2651 M:      Brian Uchino <buchino@cisco.com>
2652 L:      linux-scsi@vger.kernel.org
2653 S:      Supported
2654 F:      drivers/scsi/fnic/
2655
2656 CISCO SCSI HBA DRIVER
2657 M:      Narsimhulu Musini <nmusini@cisco.com>
2658 M:      Sesidhar Baddela <sebaddel@cisco.com>
2659 L:      linux-scsi@vger.kernel.org
2660 S:      Supported
2661 F:      drivers/scsi/snic/
2662
2663 CMPC ACPI DRIVER
2664 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2665 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2666 L:      platform-driver-x86@vger.kernel.org
2667 S:      Supported
2668 F:      drivers/platform/x86/classmate-laptop.c
2669
2670 COBALT MEDIA DRIVER
2671 M:      Hans Verkuil <hans.verkuil@cisco.com>
2672 L:      linux-media@vger.kernel.org
2673 T:      git git://linuxtv.org/media_tree.git
2674 W:      http://linuxtv.org
2675 S:      Supported
2676 F:      drivers/media/pci/cobalt/
2677
2678 COCCINELLE/Semantic Patches (SmPL)
2679 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2680 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2681 M:      Nicolas Palix <nicolas.palix@imag.fr>
2682 M:      Michal Marek <mmarek@suse.cz>
2683 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2685 W:      http://coccinelle.lip6.fr/
2686 S:      Supported
2687 F:      Documentation/coccinelle.txt
2688 F:      scripts/coccinelle/
2689 F:      scripts/coccicheck
2690
2691 CODA FILE SYSTEM
2692 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2693 M:      coda@cs.cmu.edu
2694 L:      codalist@coda.cs.cmu.edu
2695 W:      http://www.coda.cs.cmu.edu/
2696 S:      Maintained
2697 F:      Documentation/filesystems/coda.txt
2698 F:      fs/coda/
2699 F:      include/linux/coda*.h
2700 F:      include/uapi/linux/coda*.h
2701
2702 CODA V4L2 MEM2MEM DRIVER
2703 M:      Philipp Zabel <p.zabel@pengutronix.de>
2704 L:      linux-media@vger.kernel.org
2705 S:      Maintained
2706 F:      Documentation/devicetree/bindings/media/coda.txt
2707 F:      drivers/media/platform/coda/
2708
2709 COMMON CLK FRAMEWORK
2710 M:      Mike Turquette <mturquette@linaro.org>
2711 M:      Stephen Boyd <sboyd@codeaurora.org>
2712 L:      linux-clk@vger.kernel.org
2713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2714 S:      Maintained
2715 F:      drivers/clk/
2716 X:      drivers/clk/clkdev.c
2717 F:      include/linux/clk-pr*
2718 F:      include/linux/clk/
2719
2720 COMMON INTERNET FILE SYSTEM (CIFS)
2721 M:      Steve French <sfrench@samba.org>
2722 L:      linux-cifs@vger.kernel.org
2723 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2724 W:      http://linux-cifs.samba.org/
2725 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2726 S:      Supported
2727 F:      Documentation/filesystems/cifs/
2728 F:      fs/cifs/
2729
2730 COMPACTPCI HOTPLUG CORE
2731 M:      Scott Murray <scott@spiteful.org>
2732 L:      linux-pci@vger.kernel.org
2733 S:      Maintained
2734 F:      drivers/pci/hotplug/cpci_hotplug*
2735
2736 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2737 M:      Scott Murray <scott@spiteful.org>
2738 L:      linux-pci@vger.kernel.org
2739 S:      Maintained
2740 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2741
2742 COMPACTPCI HOTPLUG GENERIC DRIVER
2743 M:      Scott Murray <scott@spiteful.org>
2744 L:      linux-pci@vger.kernel.org
2745 S:      Maintained
2746 F:      drivers/pci/hotplug/cpcihp_generic.c
2747
2748 COMPAL LAPTOP SUPPORT
2749 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2750 L:      platform-driver-x86@vger.kernel.org
2751 S:      Maintained
2752 F:      drivers/platform/x86/compal-laptop.c
2753
2754 CONEXANT ACCESSRUNNER USB DRIVER
2755 M:      Simon Arlott <cxacru@fire.lp0.eu>
2756 L:      accessrunner-general@lists.sourceforge.net
2757 W:      http://accessrunner.sourceforge.net/
2758 S:      Maintained
2759 F:      drivers/usb/atm/cxacru.c
2760
2761 CONFIGFS
2762 M:      Joel Becker <jlbec@evilplan.org>
2763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2764 S:      Supported
2765 F:      fs/configfs/
2766 F:      include/linux/configfs.h
2767
2768 CONNECTOR
2769 M:      Evgeniy Polyakov <zbr@ioremap.net>
2770 L:      netdev@vger.kernel.org
2771 S:      Maintained
2772 F:      drivers/connector/
2773
2774 CONTROL GROUP (CGROUP)
2775 M:      Tejun Heo <tj@kernel.org>
2776 M:      Li Zefan <lizefan@huawei.com>
2777 L:      cgroups@vger.kernel.org
2778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2779 S:      Maintained
2780 F:      Documentation/cgroups/
2781 F:      include/linux/cgroup*
2782 F:      kernel/cgroup*
2783
2784 CONTROL GROUP - CPUSET
2785 M:      Li Zefan <lizefan@huawei.com>
2786 L:      cgroups@vger.kernel.org
2787 W:      http://www.bullopensource.org/cpuset/
2788 W:      http://oss.sgi.com/projects/cpusets/
2789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2790 S:      Maintained
2791 F:      Documentation/cgroups/cpusets.txt
2792 F:      include/linux/cpuset.h
2793 F:      kernel/cpuset.c
2794
2795 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2796 M:      Johannes Weiner <hannes@cmpxchg.org>
2797 M:      Michal Hocko <mhocko@suse.cz>
2798 L:      cgroups@vger.kernel.org
2799 L:      linux-mm@kvack.org
2800 S:      Maintained
2801 F:      mm/memcontrol.c
2802 F:      mm/swap_cgroup.c
2803
2804 CORETEMP HARDWARE MONITORING DRIVER
2805 M:      Fenghua Yu <fenghua.yu@intel.com>
2806 L:      lm-sensors@lm-sensors.org
2807 S:      Maintained
2808 F:      Documentation/hwmon/coretemp
2809 F:      drivers/hwmon/coretemp.c
2810
2811 COSA/SRP SYNC SERIAL DRIVER
2812 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2813 W:      http://www.fi.muni.cz/~kas/cosa/
2814 S:      Maintained
2815 F:      drivers/net/wan/cosa*
2816
2817 CPMAC ETHERNET DRIVER
2818 M:      Florian Fainelli <florian@openwrt.org>
2819 L:      netdev@vger.kernel.org
2820 S:      Maintained
2821 F:      drivers/net/ethernet/ti/cpmac.c
2822
2823 CPU FREQUENCY DRIVERS
2824 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2825 M:      Viresh Kumar <viresh.kumar@linaro.org>
2826 L:      linux-pm@vger.kernel.org
2827 S:      Maintained
2828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2829 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2830 F:      drivers/cpufreq/
2831 F:      include/linux/cpufreq.h
2832
2833 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2834 M:      Viresh Kumar <viresh.kumar@linaro.org>
2835 M:      Sudeep Holla <sudeep.holla@arm.com>
2836 L:      linux-pm@vger.kernel.org
2837 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2838 S:      Maintained
2839 F:      drivers/cpufreq/arm_big_little.h
2840 F:      drivers/cpufreq/arm_big_little.c
2841 F:      drivers/cpufreq/arm_big_little_dt.c
2842
2843 CPUIDLE DRIVER - ARM BIG LITTLE
2844 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2845 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2846 L:      linux-pm@vger.kernel.org
2847 L:      linux-arm-kernel@lists.infradead.org
2848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2849 S:      Maintained
2850 F:      drivers/cpuidle/cpuidle-big_little.c
2851
2852 CPUIDLE DRIVER - ARM EXYNOS
2853 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2854 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2855 M:      Kukjin Kim <kgene@kernel.org>
2856 L:      linux-pm@vger.kernel.org
2857 L:      linux-samsung-soc@vger.kernel.org
2858 S:      Supported
2859 F:      drivers/cpuidle/cpuidle-exynos.c
2860 F:      arch/arm/mach-exynos/pm.c
2861
2862 CPUIDLE DRIVERS
2863 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2864 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2865 L:      linux-pm@vger.kernel.org
2866 S:      Maintained
2867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2868 F:      drivers/cpuidle/*
2869 F:      include/linux/cpuidle.h
2870
2871 CPUID/MSR DRIVER
2872 M:      "H. Peter Anvin" <hpa@zytor.com>
2873 S:      Maintained
2874 F:      arch/x86/kernel/cpuid.c
2875 F:      arch/x86/kernel/msr.c
2876
2877 CPU POWER MONITORING SUBSYSTEM
2878 M:      Thomas Renninger <trenn@suse.de>
2879 L:      linux-pm@vger.kernel.org
2880 S:      Maintained
2881 F:      tools/power/cpupower/
2882
2883 CRAMFS FILESYSTEM
2884 W:      http://sourceforge.net/projects/cramfs/
2885 S:      Orphan / Obsolete
2886 F:      Documentation/filesystems/cramfs.txt
2887 F:      fs/cramfs/
2888
2889 CRIS PORT
2890 M:      Mikael Starvik <starvik@axis.com>
2891 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2892 L:      linux-cris-kernel@axis.com
2893 W:      http://developer.axis.com
2894 S:      Maintained
2895 F:      arch/cris/
2896 F:      drivers/tty/serial/crisv10.*
2897
2898 CRYPTO API
2899 M:      Herbert Xu <herbert@gondor.apana.org.au>
2900 M:      "David S. Miller" <davem@davemloft.net>
2901 L:      linux-crypto@vger.kernel.org
2902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2903 S:      Maintained
2904 F:      Documentation/crypto/
2905 F:      Documentation/DocBook/crypto-API.tmpl
2906 F:      arch/*/crypto/
2907 F:      crypto/
2908 F:      drivers/crypto/
2909 F:      include/crypto/
2910
2911 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2912 M:      Neil Horman <nhorman@tuxdriver.com>
2913 L:      linux-crypto@vger.kernel.org
2914 S:      Maintained
2915 F:      crypto/ansi_cprng.c
2916 F:      crypto/rng.c
2917
2918 CS5535 Audio ALSA driver
2919 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2920 S:      Maintained
2921 F:      sound/pci/cs5535audio/
2922
2923 CW1200 WLAN driver
2924 M:      Solomon Peachy <pizza@shaftnet.org>
2925 S:      Maintained
2926 F:      drivers/net/wireless/cw1200/
2927
2928 CX18 VIDEO4LINUX DRIVER
2929 M:      Andy Walls <awalls@md.metrocast.net>
2930 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2931 L:      linux-media@vger.kernel.org
2932 T:      git git://linuxtv.org/media_tree.git
2933 W:      http://linuxtv.org
2934 W:      http://www.ivtvdriver.org/index.php/Cx18
2935 S:      Maintained
2936 F:      Documentation/video4linux/cx18.txt
2937 F:      drivers/media/pci/cx18/
2938 F:      include/uapi/linux/ivtv*
2939
2940 CX2341X MPEG ENCODER HELPER MODULE
2941 M:      Hans Verkuil <hverkuil@xs4all.nl>
2942 L:      linux-media@vger.kernel.org
2943 T:      git git://linuxtv.org/media_tree.git
2944 W:      http://linuxtv.org
2945 S:      Maintained
2946 F:      drivers/media/common/cx2341x*
2947 F:      include/media/cx2341x*
2948
2949 CX24120 MEDIA DRIVER
2950 M:      Jemma Denson <jdenson@gmail.com>
2951 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
2952 L:      linux-media@vger.kernel.org
2953 W:      http://linuxtv.org/
2954 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2955 S:      Maintained
2956 F:      drivers/media/dvb-frontends/cx24120*
2957
2958 CX88 VIDEO4LINUX DRIVER
2959 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2960 L:      linux-media@vger.kernel.org
2961 W:      http://linuxtv.org
2962 T:      git git://linuxtv.org/media_tree.git
2963 S:      Odd fixes
2964 F:      Documentation/video4linux/cx88/
2965 F:      drivers/media/pci/cx88/
2966
2967 CXD2820R MEDIA DRIVER
2968 M:      Antti Palosaari <crope@iki.fi>
2969 L:      linux-media@vger.kernel.org
2970 W:      http://linuxtv.org/
2971 W:      http://palosaari.fi/linux/
2972 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2973 T:      git git://linuxtv.org/anttip/media_tree.git
2974 S:      Maintained
2975 F:      drivers/media/dvb-frontends/cxd2820r*
2976
2977 CXGB3 ETHERNET DRIVER (CXGB3)
2978 M:      Santosh Raspatur <santosh@chelsio.com>
2979 L:      netdev@vger.kernel.org
2980 W:      http://www.chelsio.com
2981 S:      Supported
2982 F:      drivers/net/ethernet/chelsio/cxgb3/
2983
2984 CXGB3 ISCSI DRIVER (CXGB3I)
2985 M:      Karen Xie <kxie@chelsio.com>
2986 L:      linux-scsi@vger.kernel.org
2987 W:      http://www.chelsio.com
2988 S:      Supported
2989 F:      drivers/scsi/cxgbi/cxgb3i
2990
2991 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2992 M:      Steve Wise <swise@chelsio.com>
2993 L:      linux-rdma@vger.kernel.org
2994 W:      http://www.openfabrics.org
2995 S:      Supported
2996 F:      drivers/infiniband/hw/cxgb3/
2997
2998 CXGB4 ETHERNET DRIVER (CXGB4)
2999 M:      Hariprasad S <hariprasad@chelsio.com>
3000 L:      netdev@vger.kernel.org
3001 W:      http://www.chelsio.com
3002 S:      Supported
3003 F:      drivers/net/ethernet/chelsio/cxgb4/
3004
3005 CXGB4 ISCSI DRIVER (CXGB4I)
3006 M:      Karen Xie <kxie@chelsio.com>
3007 L:      linux-scsi@vger.kernel.org
3008 W:      http://www.chelsio.com
3009 S:      Supported
3010 F:      drivers/scsi/cxgbi/cxgb4i
3011
3012 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3013 M:      Steve Wise <swise@chelsio.com>
3014 L:      linux-rdma@vger.kernel.org
3015 W:      http://www.openfabrics.org
3016 S:      Supported
3017 F:      drivers/infiniband/hw/cxgb4/
3018
3019 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3020 M:      Casey Leedom <leedom@chelsio.com>
3021 L:      netdev@vger.kernel.org
3022 W:      http://www.chelsio.com
3023 S:      Supported
3024 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3025
3026 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3027 M:      Ian Munsie <imunsie@au1.ibm.com>
3028 M:      Michael Neuling <mikey@neuling.org>
3029 L:      linuxppc-dev@lists.ozlabs.org
3030 S:      Supported
3031 F:      drivers/misc/cxl/
3032 F:      include/misc/cxl*
3033 F:      include/uapi/misc/cxl.h
3034 F:      Documentation/powerpc/cxl.txt
3035 F:      Documentation/powerpc/cxl.txt
3036 F:      Documentation/ABI/testing/sysfs-class-cxl
3037
3038 STMMAC ETHERNET DRIVER
3039 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3040 L:      netdev@vger.kernel.org
3041 W:      http://www.stlinux.com
3042 S:      Supported
3043 F:      drivers/net/ethernet/stmicro/stmmac/
3044
3045 CYBERPRO FB DRIVER
3046 M:      Russell King <linux@arm.linux.org.uk>
3047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3048 W:      http://www.arm.linux.org.uk/
3049 S:      Maintained
3050 F:      drivers/video/fbdev/cyber2000fb.*
3051
3052 CYCLADES ASYNC MUX DRIVER
3053 W:      http://www.cyclades.com/
3054 S:      Orphan
3055 F:      drivers/tty/cyclades.c
3056 F:      include/linux/cyclades.h
3057 F:      include/uapi/linux/cyclades.h
3058
3059 CYCLADES PC300 DRIVER
3060 W:      http://www.cyclades.com/
3061 S:      Orphan
3062 F:      drivers/net/wan/pc300*
3063
3064 CYPRESS_FIRMWARE MEDIA DRIVER
3065 M:      Antti Palosaari <crope@iki.fi>
3066 L:      linux-media@vger.kernel.org
3067 W:      http://linuxtv.org/
3068 W:      http://palosaari.fi/linux/
3069 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3070 T:      git git://linuxtv.org/anttip/media_tree.git
3071 S:      Maintained
3072 F:      drivers/media/common/cypress_firmware*
3073
3074 CYTTSP TOUCHSCREEN DRIVER
3075 M:      Ferruh Yigit <fery@cypress.com>
3076 L:      linux-input@vger.kernel.org
3077 S:      Supported
3078 F:      drivers/input/touchscreen/cyttsp*
3079 F:      include/linux/input/cyttsp.h
3080
3081 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3082 M:      Joshua Kinard <kumba@gentoo.org>
3083 S:      Maintained
3084 F:      drivers/rtc/rtc-ds1685.c
3085 F:      include/linux/rtc/ds1685.h
3086
3087 DAMA SLAVE for AX.25
3088 M:      Joerg Reuter <jreuter@yaina.de>
3089 W:      http://yaina.de/jreuter/
3090 W:      http://www.qsl.net/dl1bke/
3091 L:      linux-hams@vger.kernel.org
3092 S:      Maintained
3093 F:      net/ax25/af_ax25.c
3094 F:      net/ax25/ax25_dev.c
3095 F:      net/ax25/ax25_ds_*
3096 F:      net/ax25/ax25_in.c
3097 F:      net/ax25/ax25_out.c
3098 F:      net/ax25/ax25_timer.c
3099 F:      net/ax25/sysctl_net_ax25.c
3100
3101 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3102 L:      netdev@vger.kernel.org
3103 S:      Orphan
3104 F:      Documentation/networking/dmfe.txt
3105 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3106
3107 DC390/AM53C974 SCSI driver
3108 M:      Hannes Reinecke <hare@suse.de>
3109 L:      linux-scsi@vger.kernel.org
3110 S:      Maintained
3111 F:      drivers/scsi/am53c974.c
3112
3113 DC395x SCSI driver
3114 M:      Oliver Neukum <oliver@neukum.org>
3115 M:      Ali Akcaagac <aliakc@web.de>
3116 M:      Jamie Lenehan <lenehan@twibble.org>
3117 L:      dc395x@twibble.org
3118 W:      http://twibble.org/dist/dc395x/
3119 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3120 S:      Maintained
3121 F:      Documentation/scsi/dc395x.txt
3122 F:      drivers/scsi/dc395x.*
3123
3124 DCCP PROTOCOL
3125 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3126 L:      dccp@vger.kernel.org
3127 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3128 S:      Maintained
3129 F:      include/linux/dccp.h
3130 F:      include/uapi/linux/dccp.h
3131 F:      include/linux/tfrc.h
3132 F:      net/dccp/
3133
3134 DECnet NETWORK LAYER
3135 W:      http://linux-decnet.sourceforge.net
3136 L:      linux-decnet-user@lists.sourceforge.net
3137 S:      Orphan
3138 F:      Documentation/networking/decnet.txt
3139 F:      net/decnet/
3140
3141 DECSTATION PLATFORM SUPPORT
3142 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3143 L:      linux-mips@linux-mips.org
3144 W:      http://www.linux-mips.org/wiki/DECstation
3145 S:      Maintained
3146 F:      arch/mips/dec/
3147 F:      arch/mips/include/asm/dec/
3148 F:      arch/mips/include/asm/mach-dec/
3149
3150 DEFXX FDDI NETWORK DRIVER
3151 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3152 S:      Maintained
3153 F:      drivers/net/fddi/defxx.*
3154
3155 DELL LAPTOP DRIVER
3156 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3157 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3158 L:      platform-driver-x86@vger.kernel.org
3159 S:      Maintained
3160 F:      drivers/platform/x86/dell-laptop.c
3161
3162 DELL LAPTOP FREEFALL DRIVER
3163 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3164 S:      Maintained
3165 F:      drivers/platform/x86/dell-smo8800.c
3166
3167 DELL LAPTOP SMM DRIVER
3168 M:      Guenter Roeck <linux@roeck-us.net>
3169 S:      Maintained
3170 F:      drivers/char/i8k.c
3171 F:      include/uapi/linux/i8k.h
3172
3173 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3174 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3175 S:      Maintained
3176 F:      Documentation/dcdbas.txt
3177 F:      drivers/firmware/dcdbas.*
3178
3179 DELL WMI EXTRAS DRIVER
3180 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3181 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3182 S:      Maintained
3183 F:      drivers/platform/x86/dell-wmi.c
3184
3185 DESIGNWARE USB2 DRD IP DRIVER
3186 M:      John Youn <johnyoun@synopsys.com>
3187 L:      linux-usb@vger.kernel.org
3188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3189 S:      Maintained
3190 F:      drivers/usb/dwc2/
3191
3192 DESIGNWARE USB3 DRD IP DRIVER
3193 M:      Felipe Balbi <balbi@ti.com>
3194 L:      linux-usb@vger.kernel.org
3195 L:      linux-omap@vger.kernel.org
3196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3197 S:      Maintained
3198 F:      drivers/usb/dwc3/
3199
3200 DEVICE COREDUMP (DEV_COREDUMP)
3201 M:      Johannes Berg <johannes@sipsolutions.net>
3202 L:      linux-kernel@vger.kernel.org
3203 S:      Maintained
3204 F:      drivers/base/devcoredump.c
3205 F:      include/linux/devcoredump.h
3206
3207 DEVICE FREQUENCY (DEVFREQ)
3208 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3209 M:      Kyungmin Park <kyungmin.park@samsung.com>
3210 L:      linux-pm@vger.kernel.org
3211 S:      Maintained
3212 F:      drivers/devfreq/
3213
3214 DEVICE NUMBER REGISTRY
3215 M:      Torben Mathiasen <device@lanana.org>
3216 W:      http://lanana.org/docs/device-list/index.html
3217 S:      Maintained
3218
3219 DEVICE-MAPPER  (LVM)
3220 M:      Alasdair Kergon <agk@redhat.com>
3221 M:      Mike Snitzer <snitzer@redhat.com>
3222 M:      dm-devel@redhat.com
3223 L:      dm-devel@redhat.com
3224 W:      http://sources.redhat.com/dm
3225 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3227 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3228 S:      Maintained
3229 F:      Documentation/device-mapper/
3230 F:      drivers/md/dm*
3231 F:      drivers/md/persistent-data/
3232 F:      include/linux/device-mapper.h
3233 F:      include/linux/dm-*.h
3234 F:      include/uapi/linux/dm-*.h
3235
3236 DIALOG SEMICONDUCTOR DRIVERS
3237 M:      Support Opensource <support.opensource@diasemi.com>
3238 W:      http://www.dialog-semiconductor.com/products
3239 S:      Supported
3240 F:      Documentation/hwmon/da90??
3241 F:      drivers/gpio/gpio-da90??.c
3242 F:      drivers/hwmon/da90??-hwmon.c
3243 F:      drivers/iio/adc/da91??-*.c
3244 F:      drivers/input/misc/da90??_onkey.c
3245 F:      drivers/input/touchscreen/da9052_tsi.c
3246 F:      drivers/leds/leds-da90??.c
3247 F:      drivers/mfd/da903x.c
3248 F:      drivers/mfd/da90??-*.c
3249 F:      drivers/mfd/da91??-*.c
3250 F:      drivers/power/da9052-battery.c
3251 F:      drivers/power/da91??-*.c
3252 F:      drivers/regulator/da903x.c
3253 F:      drivers/regulator/da9???-regulator.[ch]
3254 F:      drivers/rtc/rtc-da90??.c
3255 F:      drivers/video/backlight/da90??_bl.c
3256 F:      drivers/watchdog/da90??_wdt.c
3257 F:      include/linux/mfd/da903x.h
3258 F:      include/linux/mfd/da9052/
3259 F:      include/linux/mfd/da9055/
3260 F:      include/linux/mfd/da9063/
3261 F:      include/linux/mfd/da9150/
3262 F:      include/sound/da[79]*.h
3263 F:      sound/soc/codecs/da[79]*.[ch]
3264
3265 DIGI NEO AND CLASSIC PCI PRODUCTS
3266 M:      Lidza Louina <lidza.louina@gmail.com>
3267 M:      Mark Hounschell <markh@compro.net>
3268 L:      driverdev-devel@linuxdriverproject.org
3269 S:      Maintained
3270 F:      drivers/staging/dgnc/
3271
3272 DIGI EPCA PCI PRODUCTS
3273 M:      Lidza Louina <lidza.louina@gmail.com>
3274 M:      Mark Hounschell <markh@compro.net>
3275 M:      Daeseok Youn <daeseok.youn@gmail.com>
3276 L:      driverdev-devel@linuxdriverproject.org
3277 S:      Maintained
3278 F:      drivers/staging/dgap/
3279
3280 DIOLAN U2C-12 I2C DRIVER
3281 M:      Guenter Roeck <linux@roeck-us.net>
3282 L:      linux-i2c@vger.kernel.org
3283 S:      Maintained
3284 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3285
3286 DIRECT ACCESS (DAX)
3287 M:      Matthew Wilcox <willy@linux.intel.com>
3288 L:      linux-fsdevel@vger.kernel.org
3289 S:      Supported
3290 F:      fs/dax.c
3291
3292 DIRECTORY NOTIFICATION (DNOTIFY)
3293 M:      Eric Paris <eparis@parisplace.org>
3294 S:      Maintained
3295 F:      Documentation/filesystems/dnotify.txt
3296 F:      fs/notify/dnotify/
3297 F:      include/linux/dnotify.h
3298
3299 DISK GEOMETRY AND PARTITION HANDLING
3300 M:      Andries Brouwer <aeb@cwi.nl>
3301 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3302 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3303 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3304 S:      Maintained
3305
3306 DISKQUOTA
3307 M:      Jan Kara <jack@suse.cz>
3308 S:      Maintained
3309 F:      Documentation/filesystems/quota.txt
3310 F:      fs/quota/
3311 F:      include/linux/quota*.h
3312 F:      include/uapi/linux/quota*.h
3313
3314 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3315 M:      Bernie Thompson <bernie@plugable.com>
3316 L:      linux-fbdev@vger.kernel.org
3317 S:      Maintained
3318 W:      http://plugable.com/category/projects/udlfb/
3319 F:      drivers/video/fbdev/udlfb.c
3320 F:      include/video/udlfb.h
3321 F:      Documentation/fb/udlfb.txt
3322
3323 DISTRIBUTED LOCK MANAGER (DLM)
3324 M:      Christine Caulfield <ccaulfie@redhat.com>
3325 M:      David Teigland <teigland@redhat.com>
3326 L:      cluster-devel@redhat.com
3327 W:      http://sources.redhat.com/cluster/
3328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3329 S:      Supported
3330 F:      fs/dlm/
3331
3332 DMA BUFFER SHARING FRAMEWORK
3333 M:      Sumit Semwal <sumit.semwal@linaro.org>
3334 S:      Maintained
3335 L:      linux-media@vger.kernel.org
3336 L:      dri-devel@lists.freedesktop.org
3337 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3338 F:      drivers/dma-buf/
3339 F:      include/linux/dma-buf*
3340 F:      include/linux/reservation.h
3341 F:      include/linux/*fence.h
3342 F:      Documentation/dma-buf-sharing.txt
3343 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3344
3345 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3346 M:      Vinod Koul <vinod.koul@intel.com>
3347 L:      dmaengine@vger.kernel.org
3348 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3349 S:      Maintained
3350 F:      drivers/dma/
3351 F:      include/linux/dmaengine.h
3352 F:      Documentation/dmaengine/
3353 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3354
3355 DME1737 HARDWARE MONITOR DRIVER
3356 M:      Juerg Haefliger <juergh@gmail.com>
3357 L:      lm-sensors@lm-sensors.org
3358 S:      Maintained
3359 F:      Documentation/hwmon/dme1737
3360 F:      drivers/hwmon/dme1737.c
3361
3362 DMI/SMBIOS SUPPORT
3363 M:      Jean Delvare <jdelvare@suse.de>
3364 S:      Maintained
3365 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3366 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3367 F:      drivers/firmware/dmi-id.c
3368 F:      drivers/firmware/dmi_scan.c
3369 F:      include/linux/dmi.h
3370
3371 DOCUMENTATION
3372 M:      Jonathan Corbet <corbet@lwn.net>
3373 L:      linux-doc@vger.kernel.org
3374 S:      Maintained
3375 F:      Documentation/
3376 X:      Documentation/ABI/
3377 X:      Documentation/devicetree/
3378 X:      Documentation/acpi
3379 X:      Documentation/power
3380 X:      Documentation/spi
3381 T:      git git://git.lwn.net/linux-2.6.git docs-next
3382
3383 DOUBLETALK DRIVER
3384 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3385 L:      blinux-list@redhat.com
3386 S:      Maintained
3387 F:      drivers/char/dtlk.c
3388 F:      include/linux/dtlk.h
3389
3390 DPT_I2O SCSI RAID DRIVER
3391 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3392 L:      linux-scsi@vger.kernel.org
3393 W:      http://www.adaptec.com/
3394 S:      Maintained
3395 F:      drivers/scsi/dpt*
3396 F:      drivers/scsi/dpt/
3397
3398 DRBD DRIVER
3399 P:      Philipp Reisner
3400 P:      Lars Ellenberg
3401 M:      drbd-dev@lists.linbit.com
3402 L:      drbd-user@lists.linbit.com
3403 W:      http://www.drbd.org
3404 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3405 T:      git git://git.drbd.org/drbd-8.3.git
3406 S:      Supported
3407 F:      drivers/block/drbd/
3408 F:      lib/lru_cache.c
3409 F:      Documentation/blockdev/drbd/
3410
3411 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3412 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3414 S:      Supported
3415 F:      Documentation/kobject.txt
3416 F:      drivers/base/
3417 F:      fs/sysfs/
3418 F:      fs/debugfs/
3419 F:      include/linux/kobj*
3420 F:      include/linux/debugfs.h
3421 F:      lib/kobj*
3422
3423 DRM DRIVERS
3424 M:      David Airlie <airlied@linux.ie>
3425 L:      dri-devel@lists.freedesktop.org
3426 T:      git git://people.freedesktop.org/~airlied/linux
3427 S:      Maintained
3428 F:      drivers/gpu/drm/
3429 F:      drivers/gpu/vga/
3430 F:      include/drm/
3431 F:      include/uapi/drm/
3432
3433 RADEON DRM DRIVERS
3434 M:      Alex Deucher <alexander.deucher@amd.com>
3435 M:      Christian König <christian.koenig@amd.com>
3436 L:      dri-devel@lists.freedesktop.org
3437 T:      git git://people.freedesktop.org/~agd5f/linux
3438 S:      Supported
3439 F:      drivers/gpu/drm/radeon/
3440 F:      include/uapi/drm/radeon*
3441
3442 DRM PANEL DRIVERS
3443 M:      Thierry Reding <thierry.reding@gmail.com>
3444 L:      dri-devel@lists.freedesktop.org
3445 T:      git git://anongit.freedesktop.org/tegra/linux.git
3446 S:      Maintained
3447 F:      drivers/gpu/drm/drm_panel.c
3448 F:      drivers/gpu/drm/panel/
3449 F:      include/drm/drm_panel.h
3450 F:      Documentation/devicetree/bindings/panel/
3451
3452 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3453 M:      Daniel Vetter <daniel.vetter@intel.com>
3454 M:      Jani Nikula <jani.nikula@linux.intel.com>
3455 L:      intel-gfx@lists.freedesktop.org
3456 L:      dri-devel@lists.freedesktop.org
3457 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3458 T:      git git://anongit.freedesktop.org/drm-intel
3459 S:      Supported
3460 F:      drivers/gpu/drm/i915/
3461 F:      include/drm/i915*
3462 F:      include/uapi/drm/i915*
3463
3464 DRM DRIVERS FOR EXYNOS
3465 M:      Inki Dae <inki.dae@samsung.com>
3466 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3467 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3468 M:      Kyungmin Park <kyungmin.park@samsung.com>
3469 L:      dri-devel@lists.freedesktop.org
3470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3471 S:      Supported
3472 F:      drivers/gpu/drm/exynos/
3473 F:      include/drm/exynos*
3474 F:      include/uapi/drm/exynos*
3475
3476 DRM DRIVERS FOR FREESCALE IMX
3477 M:      Philipp Zabel <p.zabel@pengutronix.de>
3478 L:      dri-devel@lists.freedesktop.org
3479 S:      Maintained
3480 F:      drivers/gpu/drm/imx/
3481 F:      Documentation/devicetree/bindings/drm/imx/
3482
3483 DRM DRIVERS FOR NVIDIA TEGRA
3484 M:      Thierry Reding <thierry.reding@gmail.com>
3485 M:      Terje Bergström <tbergstrom@nvidia.com>
3486 L:      dri-devel@lists.freedesktop.org
3487 L:      linux-tegra@vger.kernel.org
3488 T:      git git://anongit.freedesktop.org/tegra/linux.git
3489 S:      Supported
3490 F:      drivers/gpu/drm/tegra/
3491 F:      drivers/gpu/host1x/
3492 F:      include/linux/host1x.h
3493 F:      include/uapi/drm/tegra_drm.h
3494 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3495
3496 DRM DRIVERS FOR RENESAS
3497 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3498 L:      dri-devel@lists.freedesktop.org
3499 L:      linux-sh@vger.kernel.org
3500 T:      git git://people.freedesktop.org/~airlied/linux
3501 S:      Supported
3502 F:      drivers/gpu/drm/rcar-du/
3503 F:      drivers/gpu/drm/shmobile/
3504 F:      include/linux/platform_data/shmob_drm.h
3505
3506 DRM DRIVERS FOR ROCKCHIP
3507 M:      Mark Yao <mark.yao@rock-chips.com>
3508 L:      dri-devel@lists.freedesktop.org
3509 S:      Maintained
3510 F:      drivers/gpu/drm/rockchip/
3511 F:      Documentation/devicetree/bindings/video/rockchip*
3512
3513 DSBR100 USB FM RADIO DRIVER
3514 M:      Alexey Klimov <klimov.linux@gmail.com>
3515 L:      linux-media@vger.kernel.org
3516 T:      git git://linuxtv.org/media_tree.git
3517 S:      Maintained
3518 F:      drivers/media/radio/dsbr100.c
3519
3520 DSCC4 DRIVER
3521 M:      Francois Romieu <romieu@fr.zoreil.com>
3522 L:      netdev@vger.kernel.org
3523 S:      Maintained
3524 F:      drivers/net/wan/dscc4.c
3525
3526 DT3155 MEDIA DRIVER
3527 M:      Hans Verkuil <hverkuil@xs4all.nl>
3528 L:      linux-media@vger.kernel.org
3529 T:      git git://linuxtv.org/media_tree.git
3530 W:      http://linuxtv.org
3531 S:      Odd Fixes
3532 F:      drivers/media/pci/dt3155/
3533
3534 DVB_USB_AF9015 MEDIA DRIVER
3535 M:      Antti Palosaari <crope@iki.fi>
3536 L:      linux-media@vger.kernel.org
3537 W:      http://linuxtv.org/
3538 W:      http://palosaari.fi/linux/
3539 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3540 T:      git git://linuxtv.org/anttip/media_tree.git
3541 S:      Maintained
3542 F:      drivers/media/usb/dvb-usb-v2/af9015*
3543
3544 DVB_USB_AF9035 MEDIA DRIVER
3545 M:      Antti Palosaari <crope@iki.fi>
3546 L:      linux-media@vger.kernel.org
3547 W:      http://linuxtv.org/
3548 W:      http://palosaari.fi/linux/
3549 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3550 T:      git git://linuxtv.org/anttip/media_tree.git
3551 S:      Maintained
3552 F:      drivers/media/usb/dvb-usb-v2/af9035*
3553
3554 DVB_USB_ANYSEE MEDIA DRIVER
3555 M:      Antti Palosaari <crope@iki.fi>
3556 L:      linux-media@vger.kernel.org
3557 W:      http://linuxtv.org/
3558 W:      http://palosaari.fi/linux/
3559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3560 T:      git git://linuxtv.org/anttip/media_tree.git
3561 S:      Maintained
3562 F:      drivers/media/usb/dvb-usb-v2/anysee*
3563
3564 DVB_USB_AU6610 MEDIA DRIVER
3565 M:      Antti Palosaari <crope@iki.fi>
3566 L:      linux-media@vger.kernel.org
3567 W:      http://linuxtv.org/
3568 W:      http://palosaari.fi/linux/
3569 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3570 T:      git git://linuxtv.org/anttip/media_tree.git
3571 S:      Maintained
3572 F:      drivers/media/usb/dvb-usb-v2/au6610*
3573
3574 DVB_USB_CE6230 MEDIA DRIVER
3575 M:      Antti Palosaari <crope@iki.fi>
3576 L:      linux-media@vger.kernel.org
3577 W:      http://linuxtv.org/
3578 W:      http://palosaari.fi/linux/
3579 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3580 T:      git git://linuxtv.org/anttip/media_tree.git
3581 S:      Maintained
3582 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3583
3584 DVB_USB_CXUSB MEDIA DRIVER
3585 M:      Michael Krufky <mkrufky@linuxtv.org>
3586 L:      linux-media@vger.kernel.org
3587 W:      http://linuxtv.org/
3588 W:      http://github.com/mkrufky
3589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3590 T:      git git://linuxtv.org/media_tree.git
3591 S:      Maintained
3592 F:      drivers/media/usb/dvb-usb/cxusb*
3593
3594 DVB_USB_EC168 MEDIA DRIVER
3595 M:      Antti Palosaari <crope@iki.fi>
3596 L:      linux-media@vger.kernel.org
3597 W:      http://linuxtv.org/
3598 W:      http://palosaari.fi/linux/
3599 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3600 T:      git git://linuxtv.org/anttip/media_tree.git
3601 S:      Maintained
3602 F:      drivers/media/usb/dvb-usb-v2/ec168*
3603
3604 DVB_USB_GL861 MEDIA DRIVER
3605 M:      Antti Palosaari <crope@iki.fi>
3606 L:      linux-media@vger.kernel.org
3607 W:      http://linuxtv.org/
3608 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3609 T:      git git://linuxtv.org/anttip/media_tree.git
3610 S:      Maintained
3611 F:      drivers/media/usb/dvb-usb-v2/gl861*
3612
3613 DVB_USB_MXL111SF MEDIA DRIVER
3614 M:      Michael Krufky <mkrufky@linuxtv.org>
3615 L:      linux-media@vger.kernel.org
3616 W:      http://linuxtv.org/
3617 W:      http://github.com/mkrufky
3618 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3619 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3620 S:      Maintained
3621 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3622
3623 DVB_USB_RTL28XXU MEDIA DRIVER
3624 M:      Antti Palosaari <crope@iki.fi>
3625 L:      linux-media@vger.kernel.org
3626 W:      http://linuxtv.org/
3627 W:      http://palosaari.fi/linux/
3628 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3629 T:      git git://linuxtv.org/anttip/media_tree.git
3630 S:      Maintained
3631 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3632
3633 DVB_USB_V2 MEDIA DRIVER
3634 M:      Antti Palosaari <crope@iki.fi>
3635 L:      linux-media@vger.kernel.org
3636 W:      http://linuxtv.org/
3637 W:      http://palosaari.fi/linux/
3638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3639 T:      git git://linuxtv.org/anttip/media_tree.git
3640 S:      Maintained
3641 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3642 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3643
3644 DYNAMIC DEBUG
3645 M:      Jason Baron <jbaron@akamai.com>
3646 S:      Maintained
3647 F:      lib/dynamic_debug.c
3648 F:      include/linux/dynamic_debug.h
3649
3650 DZ DECSTATION DZ11 SERIAL DRIVER
3651 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3652 S:      Maintained
3653 F:      drivers/tty/serial/dz.*
3654
3655 E3X0 POWER BUTTON DRIVER
3656 M:      Moritz Fischer <moritz.fischer@ettus.com>
3657 L:      usrp-users@lists.ettus.com
3658 W:      http://www.ettus.com
3659 S:      Supported
3660 F:      drivers/input/misc/e3x0-button.c
3661 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3662
3663 E4000 MEDIA DRIVER
3664 M:      Antti Palosaari <crope@iki.fi>
3665 L:      linux-media@vger.kernel.org
3666 W:      http://linuxtv.org/
3667 W:      http://palosaari.fi/linux/
3668 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3669 T:      git git://linuxtv.org/anttip/media_tree.git
3670 S:      Maintained
3671 F:      drivers/media/tuners/e4000*
3672
3673 EATA ISA/EISA/PCI SCSI DRIVER
3674 M:      Dario Ballabio <ballabio_dario@emc.com>
3675 L:      linux-scsi@vger.kernel.org
3676 S:      Maintained
3677 F:      drivers/scsi/eata.c
3678
3679 EC100 MEDIA DRIVER
3680 M:      Antti Palosaari <crope@iki.fi>
3681 L:      linux-media@vger.kernel.org
3682 W:      http://linuxtv.org/
3683 W:      http://palosaari.fi/linux/
3684 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3685 T:      git git://linuxtv.org/anttip/media_tree.git
3686 S:      Maintained
3687 F:      drivers/media/dvb-frontends/ec100*
3688
3689 ECRYPT FILE SYSTEM
3690 M:      Tyler Hicks <tyhicks@canonical.com>
3691 L:      ecryptfs@vger.kernel.org
3692 W:      http://ecryptfs.org
3693 W:      https://launchpad.net/ecryptfs
3694 S:      Supported
3695 F:      Documentation/filesystems/ecryptfs.txt
3696 F:      fs/ecryptfs/
3697
3698 EDAC-CORE
3699 M:      Doug Thompson <dougthompson@xmission.com>
3700 M:      Borislav Petkov <bp@alien8.de>
3701 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3702 L:      linux-edac@vger.kernel.org
3703 W:      bluesmoke.sourceforge.net
3704 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3705 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3706 S:      Supported
3707 F:      Documentation/edac.txt
3708 F:      drivers/edac/
3709 F:      include/linux/edac.h
3710
3711 EDAC-AMD64
3712 M:      Doug Thompson <dougthompson@xmission.com>
3713 M:      Borislav Petkov <bp@alien8.de>
3714 L:      linux-edac@vger.kernel.org
3715 W:      bluesmoke.sourceforge.net
3716 S:      Maintained
3717 F:      drivers/edac/amd64_edac*
3718
3719 EDAC-CALXEDA
3720 M:      Doug Thompson <dougthompson@xmission.com>
3721 M:      Robert Richter <rric@kernel.org>
3722 L:      linux-edac@vger.kernel.org
3723 W:      bluesmoke.sourceforge.net
3724 S:      Maintained
3725 F:      drivers/edac/highbank*
3726
3727 EDAC-CAVIUM
3728 M:      Ralf Baechle <ralf@linux-mips.org>
3729 M:      David Daney <david.daney@cavium.com>
3730 L:      linux-edac@vger.kernel.org
3731 L:      linux-mips@linux-mips.org
3732 W:      bluesmoke.sourceforge.net
3733 S:      Supported
3734 F:      drivers/edac/octeon_edac*
3735
3736 EDAC-E752X
3737 M:      Mark Gross <mark.gross@intel.com>
3738 M:      Doug Thompson <dougthompson@xmission.com>
3739 L:      linux-edac@vger.kernel.org
3740 W:      bluesmoke.sourceforge.net
3741 S:      Maintained
3742 F:      drivers/edac/e752x_edac.c
3743
3744 EDAC-E7XXX
3745 M:      Doug Thompson <dougthompson@xmission.com>
3746 L:      linux-edac@vger.kernel.org
3747 W:      bluesmoke.sourceforge.net
3748 S:      Maintained
3749 F:      drivers/edac/e7xxx_edac.c
3750
3751 EDAC-GHES
3752 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3753 L:      linux-edac@vger.kernel.org
3754 W:      bluesmoke.sourceforge.net
3755 S:      Maintained
3756 F:      drivers/edac/ghes_edac.c
3757
3758 EDAC-I82443BXGX
3759 M:      Tim Small <tim@buttersideup.com>
3760 L:      linux-edac@vger.kernel.org
3761 W:      bluesmoke.sourceforge.net
3762 S:      Maintained
3763 F:      drivers/edac/i82443bxgx_edac.c
3764
3765 EDAC-I3000
3766 M:      Jason Uhlenkott <juhlenko@akamai.com>
3767 L:      linux-edac@vger.kernel.org
3768 W:      bluesmoke.sourceforge.net
3769 S:      Maintained
3770 F:      drivers/edac/i3000_edac.c
3771
3772 EDAC-I5000
3773 M:      Doug Thompson <dougthompson@xmission.com>
3774 L:      linux-edac@vger.kernel.org
3775 W:      bluesmoke.sourceforge.net
3776 S:      Maintained
3777 F:      drivers/edac/i5000_edac.c
3778
3779 EDAC-I5400
3780 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3781 L:      linux-edac@vger.kernel.org
3782 W:      bluesmoke.sourceforge.net
3783 S:      Maintained
3784 F:      drivers/edac/i5400_edac.c
3785
3786 EDAC-I7300
3787 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3788 L:      linux-edac@vger.kernel.org
3789 W:      bluesmoke.sourceforge.net
3790 S:      Maintained
3791 F:      drivers/edac/i7300_edac.c
3792
3793 EDAC-I7CORE
3794 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3795 L:      linux-edac@vger.kernel.org
3796 W:      bluesmoke.sourceforge.net
3797 S:      Maintained
3798 F:      drivers/edac/i7core_edac.c
3799
3800 EDAC-I82975X
3801 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3802 M:      "Arvind R." <arvino55@gmail.com>
3803 L:      linux-edac@vger.kernel.org
3804 W:      bluesmoke.sourceforge.net
3805 S:      Maintained
3806 F:      drivers/edac/i82975x_edac.c
3807
3808 EDAC-IE31200
3809 M:      Jason Baron <jbaron@akamai.com>
3810 L:      linux-edac@vger.kernel.org
3811 W:      bluesmoke.sourceforge.net
3812 S:      Maintained
3813 F:      drivers/edac/ie31200_edac.c
3814
3815 EDAC-MPC85XX
3816 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3817 L:      linux-edac@vger.kernel.org
3818 W:      bluesmoke.sourceforge.net
3819 S:      Maintained
3820 F:      drivers/edac/mpc85xx_edac.[ch]
3821
3822 EDAC-PASEMI
3823 M:      Egor Martovetsky <egor@pasemi.com>
3824 L:      linux-edac@vger.kernel.org
3825 W:      bluesmoke.sourceforge.net
3826 S:      Maintained
3827 F:      drivers/edac/pasemi_edac.c
3828
3829 EDAC-R82600
3830 M:      Tim Small <tim@buttersideup.com>
3831 L:      linux-edac@vger.kernel.org
3832 W:      bluesmoke.sourceforge.net
3833 S:      Maintained
3834 F:      drivers/edac/r82600_edac.c
3835
3836 EDAC-SBRIDGE
3837 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3838 L:      linux-edac@vger.kernel.org
3839 W:      bluesmoke.sourceforge.net
3840 S:      Maintained
3841 F:      drivers/edac/sb_edac.c
3842
3843 EDAC-XGENE
3844 APPLIED MICRO (APM) X-GENE SOC EDAC
3845 M:     Loc Ho <lho@apm.com>
3846 S:     Supported
3847 F:     drivers/edac/xgene_edac.c
3848 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3849
3850 EDIROL UA-101/UA-1000 DRIVER
3851 M:      Clemens Ladisch <clemens@ladisch.de>
3852 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3853 T:      git git://git.alsa-project.org/alsa-kernel.git
3854 S:      Maintained
3855 F:      sound/usb/misc/ua101.c
3856
3857 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3858 M:      Matt Fleming <matt.fleming@intel.com>
3859 L:      linux-efi@vger.kernel.org
3860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3861 S:      Maintained
3862 F:      Documentation/efi-stub.txt
3863 F:      arch/ia64/kernel/efi.c
3864 F:      arch/x86/boot/compressed/eboot.[ch]
3865 F:      arch/x86/include/asm/efi.h
3866 F:      arch/x86/platform/efi/*
3867 F:      drivers/firmware/efi/*
3868 F:      include/linux/efi*.h
3869
3870 EFI VARIABLE FILESYSTEM
3871 M:      Matthew Garrett <matthew.garrett@nebula.com>
3872 M:      Jeremy Kerr <jk@ozlabs.org>
3873 M:      Matt Fleming <matt.fleming@intel.com>
3874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3875 L:      linux-efi@vger.kernel.org
3876 S:      Maintained
3877 F:      fs/efivarfs/
3878
3879 EFIFB FRAMEBUFFER DRIVER
3880 L:      linux-fbdev@vger.kernel.org
3881 M:      Peter Jones <pjones@redhat.com>
3882 S:      Maintained
3883 F:      drivers/video/fbdev/efifb.c
3884
3885 EFS FILESYSTEM
3886 W:      http://aeschi.ch.eu.org/efs/
3887 S:      Orphan
3888 F:      fs/efs/
3889
3890 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3891 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3892 M:      Christoph Raisch <raisch@de.ibm.com>
3893 L:      linux-rdma@vger.kernel.org
3894 S:      Supported
3895 F:      drivers/infiniband/hw/ehca/
3896
3897 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3898 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3899 L:      netdev@vger.kernel.org
3900 S:      Maintained
3901 F:      drivers/net/ethernet/ibm/ehea/
3902
3903 EM28XX VIDEO4LINUX DRIVER
3904 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3905 L:      linux-media@vger.kernel.org
3906 W:      http://linuxtv.org
3907 T:      git git://linuxtv.org/media_tree.git
3908 S:      Maintained
3909 F:      drivers/media/usb/em28xx/
3910
3911 EMBEDDED LINUX
3912 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3913 M:      Matt Mackall <mpm@selenic.com>
3914 M:      David Woodhouse <dwmw2@infradead.org>
3915 L:      linux-embedded@vger.kernel.org
3916 S:      Maintained
3917
3918 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
3919 M:      James Smart <james.smart@avagotech.com>
3920 M:      Dick Kennedy <dick.kennedy@avagotech.com>
3921 L:      linux-scsi@vger.kernel.org
3922 W:      http://www.avagotech.com
3923 S:      Supported
3924 F:      drivers/scsi/lpfc/
3925
3926 ENE CB710 FLASH CARD READER DRIVER
3927 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3928 S:      Maintained
3929 F:      drivers/misc/cb710/
3930 F:      drivers/mmc/host/cb710-mmc.*
3931 F:      include/linux/cb710.h
3932
3933 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3934 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3935 S:      Maintained
3936 F:      drivers/media/rc/ene_ir.*
3937
3938 ENHANCED ERROR HANDLING (EEH)
3939 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3940 L:      linuxppc-dev@lists.ozlabs.org
3941 S:      Supported
3942 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3943 F:      arch/powerpc/kernel/eeh*.c
3944
3945 EPSON S1D13XXX FRAMEBUFFER DRIVER
3946 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3947 S:      Maintained
3948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3949 F:      drivers/video/fbdev/s1d13xxxfb.c
3950 F:      include/video/s1d13xxxfb.h
3951
3952 ET131X NETWORK DRIVER
3953 M:      Mark Einon <mark.einon@gmail.com>
3954 S:      Odd Fixes
3955 F:      drivers/net/ethernet/agere/
3956
3957 ETHERNET BRIDGE
3958 M:      Stephen Hemminger <stephen@networkplumber.org>
3959 L:      bridge@lists.linux-foundation.org
3960 L:      netdev@vger.kernel.org
3961 W:      http://www.linuxfoundation.org/en/Net:Bridge
3962 S:      Maintained
3963 F:      include/linux/netfilter_bridge/
3964 F:      net/bridge/
3965
3966 ETHERNET PHY LIBRARY
3967 M:      Florian Fainelli <f.fainelli@gmail.com>
3968 L:      netdev@vger.kernel.org
3969 S:      Maintained
3970 F:      include/linux/phy.h
3971 F:      include/linux/phy_fixed.h
3972 F:      drivers/net/phy/
3973 F:      Documentation/networking/phy.txt
3974 F:      drivers/of/of_mdio.c
3975 F:      drivers/of/of_net.c
3976
3977 EXT2 FILE SYSTEM
3978 M:      Jan Kara <jack@suse.cz>
3979 L:      linux-ext4@vger.kernel.org
3980 S:      Maintained
3981 F:      Documentation/filesystems/ext2.txt
3982 F:      fs/ext2/
3983 F:      include/linux/ext2*
3984
3985 EXT3 FILE SYSTEM
3986 M:      Jan Kara <jack@suse.cz>
3987 M:      Andrew Morton <akpm@linux-foundation.org>
3988 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3989 L:      linux-ext4@vger.kernel.org
3990 S:      Maintained
3991 F:      Documentation/filesystems/ext3.txt
3992 F:      fs/ext3/
3993
3994 EXT4 FILE SYSTEM
3995 M:      "Theodore Ts'o" <tytso@mit.edu>
3996 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3997 L:      linux-ext4@vger.kernel.org
3998 W:      http://ext4.wiki.kernel.org
3999 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4000 S:      Maintained
4001 F:      Documentation/filesystems/ext4.txt
4002 F:      fs/ext4/
4003
4004 Extended Verification Module (EVM)
4005 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4006 L:      linux-ima-devel@lists.sourceforge.net
4007 L:      linux-security-module@vger.kernel.org
4008 S:      Supported
4009 F:      security/integrity/evm/
4010
4011 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4012 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4013 M:      Chanwoo Choi <cw00.choi@samsung.com>
4014 L:      linux-kernel@vger.kernel.org
4015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4016 S:      Maintained
4017 F:      drivers/extcon/
4018 F:      Documentation/extcon/
4019
4020 EXYNOS DP DRIVER
4021 M:      Jingoo Han <jingoohan1@gmail.com>
4022 L:      dri-devel@lists.freedesktop.org
4023 S:      Maintained
4024 F:      drivers/gpu/drm/exynos/exynos_dp*
4025
4026 EXYNOS MIPI DISPLAY DRIVERS
4027 M:      Inki Dae <inki.dae@samsung.com>
4028 M:      Donghwa Lee <dh09.lee@samsung.com>
4029 M:      Kyungmin Park <kyungmin.park@samsung.com>
4030 L:      linux-fbdev@vger.kernel.org
4031 S:      Maintained
4032 F:      drivers/video/fbdev/exynos/exynos_mipi*
4033 F:      include/video/exynos_mipi*
4034
4035 F71805F HARDWARE MONITORING DRIVER
4036 M:      Jean Delvare <jdelvare@suse.de>
4037 L:      lm-sensors@lm-sensors.org
4038 S:      Maintained
4039 F:      Documentation/hwmon/f71805f
4040 F:      drivers/hwmon/f71805f.c
4041
4042 FC0011 TUNER DRIVER
4043 M:      Michael Buesch <m@bues.ch>
4044 L:      linux-media@vger.kernel.org
4045 S:      Maintained
4046 F:      drivers/media/tuners/fc0011.h
4047 F:      drivers/media/tuners/fc0011.c
4048
4049 FC2580 MEDIA DRIVER
4050 M:      Antti Palosaari <crope@iki.fi>
4051 L:      linux-media@vger.kernel.org
4052 W:      http://linuxtv.org/
4053 W:      http://palosaari.fi/linux/
4054 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4055 T:      git git://linuxtv.org/anttip/media_tree.git
4056 S:      Maintained
4057 F:      drivers/media/tuners/fc2580*
4058
4059 FANOTIFY
4060 M:      Eric Paris <eparis@redhat.com>
4061 S:      Maintained
4062 F:      fs/notify/fanotify/
4063 F:      include/linux/fanotify.h
4064 F:      include/uapi/linux/fanotify.h
4065
4066 FARSYNC SYNCHRONOUS DRIVER
4067 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4068 W:      http://www.farsite.co.uk/
4069 S:      Supported
4070 F:      drivers/net/wan/farsync.*
4071
4072 FAULT INJECTION SUPPORT
4073 M:      Akinobu Mita <akinobu.mita@gmail.com>
4074 S:      Supported
4075 F:      Documentation/fault-injection/
4076 F:      lib/fault-inject.c
4077
4078 FBTFT Framebuffer drivers
4079 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4080 M:      Noralf Trønnes <noralf@tronnes.org>
4081 S:      Maintained
4082 F:      drivers/staging/fbtft/
4083
4084 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4085 M:      Vasu Dev <vasu.dev@intel.com>
4086 L:      fcoe-devel@open-fcoe.org
4087 W:      www.Open-FCoE.org
4088 S:      Supported
4089 F:      drivers/scsi/libfc/
4090 F:      drivers/scsi/fcoe/
4091 F:      include/scsi/fc/
4092 F:      include/scsi/libfc.h
4093 F:      include/scsi/libfcoe.h
4094 F:      include/uapi/scsi/fc/
4095
4096 FILE LOCKING (flock() and fcntl()/lockf())
4097 M:      Jeff Layton <jlayton@poochiereds.net>
4098 M:      J. Bruce Fields <bfields@fieldses.org>
4099 L:      linux-fsdevel@vger.kernel.org
4100 S:      Maintained
4101 F:      include/linux/fcntl.h
4102 F:      include/linux/fs.h
4103 F:      include/uapi/linux/fcntl.h
4104 F:      include/uapi/linux/fs.h
4105 F:      fs/fcntl.c
4106 F:      fs/locks.c
4107
4108 FILESYSTEMS (VFS and infrastructure)
4109 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4110 L:      linux-fsdevel@vger.kernel.org
4111 S:      Maintained
4112 F:      fs/*
4113
4114 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4115 M:      Riku Voipio <riku.voipio@iki.fi>
4116 L:      lm-sensors@lm-sensors.org
4117 S:      Maintained
4118 F:      drivers/hwmon/f75375s.c
4119 F:      include/linux/f75375s.h
4120
4121 FIREWIRE AUDIO DRIVERS
4122 M:      Clemens Ladisch <clemens@ladisch.de>
4123 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4124 T:      git git://git.alsa-project.org/alsa-kernel.git
4125 S:      Maintained
4126 F:      sound/firewire/
4127
4128 FIREWIRE MEDIA DRIVERS (firedtv)
4129 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4130 L:      linux-media@vger.kernel.org
4131 L:      linux1394-devel@lists.sourceforge.net
4132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4133 S:      Maintained
4134 F:      drivers/media/firewire/
4135
4136 FIREWIRE SBP-2 TARGET
4137 M:      Chris Boot <bootc@bootc.net>
4138 L:      linux-scsi@vger.kernel.org
4139 L:      target-devel@vger.kernel.org
4140 L:      linux1394-devel@lists.sourceforge.net
4141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4142 S:      Maintained
4143 F:      drivers/target/sbp/
4144
4145 FIREWIRE SUBSYSTEM
4146 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4147 L:      linux1394-devel@lists.sourceforge.net
4148 W:      http://ieee1394.wiki.kernel.org/
4149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4150 S:      Maintained
4151 F:      drivers/firewire/
4152 F:      include/linux/firewire.h
4153 F:      include/uapi/linux/firewire*.h
4154 F:      tools/firewire/
4155
4156 FIRMWARE LOADER (request_firmware)
4157 M:      Ming Lei <ming.lei@canonical.com>
4158 L:      linux-kernel@vger.kernel.org
4159 S:      Maintained
4160 F:      Documentation/firmware_class/
4161 F:      drivers/base/firmware*.c
4162 F:      include/linux/firmware.h
4163
4164 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4165 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4166 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4167 S:      Maintained
4168 F:      drivers/block/rsxx/
4169
4170 FLOPPY DRIVER
4171 M:      Jiri Kosina <jkosina@suse.cz>
4172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4173 S:      Odd fixes
4174 F:      drivers/block/floppy.c
4175
4176 FMC SUBSYSTEM
4177 M:      Alessandro Rubini <rubini@gnudd.com>
4178 W:      http://www.ohwr.org/projects/fmc-bus
4179 S:      Supported
4180 F:      drivers/fmc/
4181 F:      include/linux/fmc*.h
4182 F:      include/linux/ipmi-fru.h
4183 K:      fmc_d.*register
4184
4185 FPU EMULATOR
4186 M:      Bill Metzenthen <billm@melbpc.org.au>
4187 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4188 S:      Maintained
4189 F:      arch/x86/math-emu/
4190
4191 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4192 L:      netdev@vger.kernel.org
4193 S:      Orphan
4194 F:      drivers/net/wan/dlci.c
4195 F:      drivers/net/wan/sdla.c
4196
4197 FRAMEBUFFER LAYER
4198 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4199 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4200 L:      linux-fbdev@vger.kernel.org
4201 W:      http://linux-fbdev.sourceforge.net/
4202 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4204 S:      Maintained
4205 F:      Documentation/fb/
4206 F:      Documentation/devicetree/bindings/fb/
4207 F:      drivers/video/
4208 F:      include/video/
4209 F:      include/linux/fb.h
4210 F:      include/uapi/video/
4211 F:      include/uapi/linux/fb.h
4212
4213 FREESCALE DIU FRAMEBUFFER DRIVER
4214 M:      Timur Tabi <timur@tabi.org>
4215 L:      linux-fbdev@vger.kernel.org
4216 S:      Maintained
4217 F:      drivers/video/fbdev/fsl-diu-fb.*
4218
4219 FREESCALE DMA DRIVER
4220 M:      Li Yang <leoli@freescale.com>
4221 M:      Zhang Wei <zw@zh-kernel.org>
4222 L:      linuxppc-dev@lists.ozlabs.org
4223 S:      Maintained
4224 F:      drivers/dma/fsldma.*
4225
4226 FREESCALE I2C CPM DRIVER
4227 M:      Jochen Friedrich <jochen@scram.de>
4228 L:      linuxppc-dev@lists.ozlabs.org
4229 L:      linux-i2c@vger.kernel.org
4230 S:      Maintained
4231 F:      drivers/i2c/busses/i2c-cpm.c
4232
4233 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4234 M:      Sascha Hauer <kernel@pengutronix.de>
4235 L:      linux-fbdev@vger.kernel.org
4236 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4237 S:      Maintained
4238 F:      include/linux/platform_data/video-imxfb.h
4239 F:      drivers/video/fbdev/imxfb.c
4240
4241 FREESCALE QUAD SPI DRIVER
4242 M:      Han Xu <han.xu@freescale.com>
4243 L:      linux-mtd@lists.infradead.org
4244 S:      Maintained
4245 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4246
4247 FREESCALE SOC FS_ENET DRIVER
4248 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4249 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4250 L:      linuxppc-dev@lists.ozlabs.org
4251 L:      netdev@vger.kernel.org
4252 S:      Maintained
4253 F:      drivers/net/ethernet/freescale/fs_enet/
4254 F:      include/linux/fs_enet_pd.h
4255
4256 FREESCALE QUICC ENGINE LIBRARY
4257 L:      linuxppc-dev@lists.ozlabs.org
4258 S:      Orphan
4259 F:      arch/powerpc/sysdev/qe_lib/
4260 F:      arch/powerpc/include/asm/*qe.h
4261
4262 FREESCALE USB PERIPHERAL DRIVERS
4263 M:      Li Yang <leoli@freescale.com>
4264 L:      linux-usb@vger.kernel.org
4265 L:      linuxppc-dev@lists.ozlabs.org
4266 S:      Maintained
4267 F:      drivers/usb/gadget/udc/fsl*
4268
4269 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4270 M:      Li Yang <leoli@freescale.com>
4271 L:      netdev@vger.kernel.org
4272 L:      linuxppc-dev@lists.ozlabs.org
4273 S:      Maintained
4274 F:      drivers/net/ethernet/freescale/ucc_geth*
4275
4276 FREESCALE QUICC ENGINE UCC UART DRIVER
4277 M:      Timur Tabi <timur@tabi.org>
4278 L:      linuxppc-dev@lists.ozlabs.org
4279 S:      Maintained
4280 F:      drivers/tty/serial/ucc_uart.c
4281
4282 FREESCALE SOC SOUND DRIVERS
4283 M:      Timur Tabi <timur@tabi.org>
4284 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4285 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4286 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4287 L:      linuxppc-dev@lists.ozlabs.org
4288 S:      Maintained
4289 F:      sound/soc/fsl/fsl*
4290 F:      sound/soc/fsl/imx*
4291 F:      sound/soc/fsl/mpc8610_hpcd.c
4292
4293 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4294 M:      J. German Rivera <German.Rivera@freescale.com>
4295 L:      linux-kernel@vger.kernel.org
4296 S:      Maintained
4297 F:      drivers/staging/fsl-mc/
4298
4299 FREEVXFS FILESYSTEM
4300 M:      Christoph Hellwig <hch@infradead.org>
4301 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4302 S:      Maintained
4303 F:      fs/freevxfs/
4304
4305 FREEZER
4306 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4307 M:      Pavel Machek <pavel@ucw.cz>
4308 L:      linux-pm@vger.kernel.org
4309 S:      Supported
4310 F:      Documentation/power/freezing-of-tasks.txt
4311 F:      include/linux/freezer.h
4312 F:      kernel/freezer.c
4313
4314 FRONTSWAP API
4315 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4316 L:      linux-kernel@vger.kernel.org
4317 S:      Maintained
4318 F:      mm/frontswap.c
4319 F:      include/linux/frontswap.h
4320
4321 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4322 M:      David Howells <dhowells@redhat.com>
4323 L:      linux-cachefs@redhat.com
4324 S:      Supported
4325 F:      Documentation/filesystems/caching/
4326 F:      fs/fscache/
4327 F:      include/linux/fscache*.h
4328
4329 F2FS FILE SYSTEM
4330 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4331 M:      Changman Lee <cm224.lee@samsung.com>
4332 L:      linux-f2fs-devel@lists.sourceforge.net
4333 W:      http://en.wikipedia.org/wiki/F2FS
4334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4335 S:      Maintained
4336 F:      Documentation/filesystems/f2fs.txt
4337 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4338 F:      fs/f2fs/
4339 F:      include/linux/f2fs_fs.h
4340
4341 FUJITSU FR-V (FRV) PORT
4342 M:      David Howells <dhowells@redhat.com>
4343 S:      Maintained
4344 F:      arch/frv/
4345
4346 FUJITSU LAPTOP EXTRAS
4347 M:      Jonathan Woithe <jwoithe@just42.net>
4348 L:      platform-driver-x86@vger.kernel.org
4349 S:      Maintained
4350 F:      drivers/platform/x86/fujitsu-laptop.c
4351
4352 FUJITSU M-5MO LS CAMERA ISP DRIVER
4353 M:      Kyungmin Park <kyungmin.park@samsung.com>
4354 M:      Heungjun Kim <riverful.kim@samsung.com>
4355 L:      linux-media@vger.kernel.org
4356 S:      Maintained
4357 F:      drivers/media/i2c/m5mols/
4358 F:      include/media/m5mols.h
4359
4360 FUJITSU TABLET EXTRAS
4361 M:      Robert Gerlach <khnz@gmx.de>
4362 L:      platform-driver-x86@vger.kernel.org
4363 S:      Maintained
4364 F:      drivers/platform/x86/fujitsu-tablet.c
4365
4366 FUSE: FILESYSTEM IN USERSPACE
4367 M:      Miklos Szeredi <miklos@szeredi.hu>
4368 L:      fuse-devel@lists.sourceforge.net
4369 W:      http://fuse.sourceforge.net/
4370 S:      Maintained
4371 F:      fs/fuse/
4372 F:      include/uapi/linux/fuse.h
4373
4374 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4375 M:      Rik Faith <faith@cs.unc.edu>
4376 L:      linux-scsi@vger.kernel.org
4377 S:      Odd Fixes (e.g., new signatures)
4378 F:      drivers/scsi/fdomain.*
4379
4380 GCOV BASED KERNEL PROFILING
4381 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4382 S:      Maintained
4383 F:      kernel/gcov/
4384 F:      Documentation/gcov.txt
4385
4386 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4387 M:      Achim Leubner <achim_leubner@adaptec.com>
4388 L:      linux-scsi@vger.kernel.org
4389 W:      http://www.icp-vortex.com/
4390 S:      Supported
4391 F:      drivers/scsi/gdt*
4392
4393 GDB KERNEL DEBUGGING HELPER SCRIPTS
4394 M:      Jan Kiszka <jan.kiszka@siemens.com>
4395 S:      Supported
4396 F:      scripts/gdb/
4397
4398 GEMTEK FM RADIO RECEIVER DRIVER
4399 M:      Hans Verkuil <hverkuil@xs4all.nl>
4400 L:      linux-media@vger.kernel.org
4401 T:      git git://linuxtv.org/media_tree.git
4402 W:      http://linuxtv.org
4403 S:      Maintained
4404 F:      drivers/media/radio/radio-gemtek*
4405
4406 GENERIC GPIO I2C DRIVER
4407 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4408 S:      Supported
4409 F:      drivers/i2c/busses/i2c-gpio.c
4410 F:      include/linux/i2c-gpio.h
4411
4412 GENERIC GPIO I2C MULTIPLEXER DRIVER
4413 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4414 L:      linux-i2c@vger.kernel.org
4415 S:      Supported
4416 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4417 F:      include/linux/i2c-mux-gpio.h
4418 F:      Documentation/i2c/muxes/i2c-mux-gpio
4419
4420 GENERIC HDLC (WAN) DRIVERS
4421 M:      Krzysztof Halasa <khc@pm.waw.pl>
4422 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4423 S:      Maintained
4424 F:      drivers/net/wan/c101.c
4425 F:      drivers/net/wan/hd6457*
4426 F:      drivers/net/wan/hdlc*
4427 F:      drivers/net/wan/n2.c
4428 F:      drivers/net/wan/pc300too.c
4429 F:      drivers/net/wan/pci200syn.c
4430 F:      drivers/net/wan/wanxl*
4431
4432 GENERIC INCLUDE/ASM HEADER FILES
4433 M:      Arnd Bergmann <arnd@arndb.de>
4434 L:      linux-arch@vger.kernel.org
4435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4436 S:      Maintained
4437 F:      include/asm-generic/
4438 F:      include/uapi/asm-generic/
4439
4440 GENERIC PHY FRAMEWORK
4441 M:      Kishon Vijay Abraham I <kishon@ti.com>
4442 L:      linux-kernel@vger.kernel.org
4443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4444 S:      Supported
4445 F:      drivers/phy/
4446 F:      include/linux/phy/
4447
4448 GENERIC PM DOMAINS
4449 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4450 M:      Kevin Hilman <khilman@kernel.org>
4451 M:      Ulf Hansson <ulf.hansson@linaro.org>
4452 L:      linux-pm@vger.kernel.org
4453 S:      Supported
4454 F:      drivers/base/power/domain*.c
4455 F:      include/linux/pm_domain.h
4456
4457 GENERIC UIO DRIVER FOR PCI DEVICES
4458 M:      "Michael S. Tsirkin" <mst@redhat.com>
4459 L:      kvm@vger.kernel.org
4460 S:      Supported
4461 F:      drivers/uio/uio_pci_generic.c
4462
4463 GET_MAINTAINER SCRIPT
4464 M:      Joe Perches <joe@perches.com>
4465 S:      Maintained
4466 F:      scripts/get_maintainer.pl
4467
4468 GFS2 FILE SYSTEM
4469 M:      Steven Whitehouse <swhiteho@redhat.com>
4470 M:      Bob Peterson <rpeterso@redhat.com>
4471 L:      cluster-devel@redhat.com
4472 W:      http://sources.redhat.com/cluster/
4473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4474 S:      Supported
4475 F:      Documentation/filesystems/gfs2*.txt
4476 F:      fs/gfs2/
4477 F:      include/uapi/linux/gfs2_ondisk.h
4478
4479 GIGASET ISDN DRIVERS
4480 M:      Paul Bolle <pebolle@tiscali.nl>
4481 L:      gigaset307x-common@lists.sourceforge.net
4482 W:      http://gigaset307x.sourceforge.net/
4483 S:      Odd Fixes
4484 F:      Documentation/isdn/README.gigaset
4485 F:      drivers/isdn/gigaset/
4486 F:      include/uapi/linux/gigaset_dev.h
4487
4488 GO7007 MPEG CODEC
4489 M:      Hans Verkuil <hans.verkuil@cisco.com>
4490 L:      linux-media@vger.kernel.org
4491 S:      Maintained
4492 F:      drivers/media/usb/go7007/
4493
4494 GOODIX TOUCHSCREEN
4495 M:      Bastien Nocera <hadess@hadess.net>
4496 L:      linux-input@vger.kernel.org
4497 S:      Maintained
4498 F:      drivers/input/touchscreen/goodix.c
4499
4500 GPIO SUBSYSTEM
4501 M:      Linus Walleij <linus.walleij@linaro.org>
4502 M:      Alexandre Courbot <gnurou@gmail.com>
4503 L:      linux-gpio@vger.kernel.org
4504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4505 S:      Maintained
4506 F:      Documentation/gpio/
4507 F:      drivers/gpio/
4508 F:      include/linux/gpio/
4509 F:      include/linux/gpio.h
4510 F:      include/asm-generic/gpio.h
4511
4512 GRE DEMULTIPLEXER DRIVER
4513 M:      Dmitry Kozlov <xeb@mail.ru>
4514 L:      netdev@vger.kernel.org
4515 S:      Maintained
4516 F:      net/ipv4/gre_demux.c
4517 F:      net/ipv4/gre_offload.c
4518 F:      include/net/gre.h
4519
4520 GRETH 10/100/1G Ethernet MAC device driver
4521 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4522 L:      netdev@vger.kernel.org
4523 S:      Maintained
4524 F:      drivers/net/ethernet/aeroflex/
4525
4526 GSPCA FINEPIX SUBDRIVER
4527 M:      Frank Zago <frank@zago.net>
4528 L:      linux-media@vger.kernel.org
4529 T:      git git://linuxtv.org/media_tree.git
4530 S:      Maintained
4531 F:      drivers/media/usb/gspca/finepix.c
4532
4533 GSPCA GL860 SUBDRIVER
4534 M:      Olivier Lorin <o.lorin@laposte.net>
4535 L:      linux-media@vger.kernel.org
4536 T:      git git://linuxtv.org/media_tree.git
4537 S:      Maintained
4538 F:      drivers/media/usb/gspca/gl860/
4539
4540 GSPCA M5602 SUBDRIVER
4541 M:      Erik Andren <erik.andren@gmail.com>
4542 L:      linux-media@vger.kernel.org
4543 T:      git git://linuxtv.org/media_tree.git
4544 S:      Maintained
4545 F:      drivers/media/usb/gspca/m5602/
4546
4547 GSPCA PAC207 SONIXB SUBDRIVER
4548 M:      Hans de Goede <hdegoede@redhat.com>
4549 L:      linux-media@vger.kernel.org
4550 T:      git git://linuxtv.org/media_tree.git
4551 S:      Maintained
4552 F:      drivers/media/usb/gspca/pac207.c
4553
4554 GSPCA SN9C20X SUBDRIVER
4555 M:      Brian Johnson <brijohn@gmail.com>
4556 L:      linux-media@vger.kernel.org
4557 T:      git git://linuxtv.org/media_tree.git
4558 S:      Maintained
4559 F:      drivers/media/usb/gspca/sn9c20x.c
4560
4561 GSPCA T613 SUBDRIVER
4562 M:      Leandro Costantino <lcostantino@gmail.com>
4563 L:      linux-media@vger.kernel.org
4564 T:      git git://linuxtv.org/media_tree.git
4565 S:      Maintained
4566 F:      drivers/media/usb/gspca/t613.c
4567
4568 GSPCA USB WEBCAM DRIVER
4569 M:      Hans de Goede <hdegoede@redhat.com>
4570 L:      linux-media@vger.kernel.org
4571 T:      git git://linuxtv.org/media_tree.git
4572 S:      Maintained
4573 F:      drivers/media/usb/gspca/
4574
4575 GUID PARTITION TABLE (GPT)
4576 M:      Davidlohr Bueso <davidlohr@hp.com>
4577 L:      linux-efi@vger.kernel.org
4578 S:      Maintained
4579 F:      block/partitions/efi.*
4580
4581 STK1160 USB VIDEO CAPTURE DRIVER
4582 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4583 L:      linux-media@vger.kernel.org
4584 T:      git git://linuxtv.org/media_tree.git
4585 S:      Maintained
4586 F:      drivers/media/usb/stk1160/
4587
4588 H8/300 ARCHITECTURE
4589 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4590 L:      uclinux-h8-devel@lists.sourceforge.jp
4591 W:      http://uclinux-h8.sourceforge.jp
4592 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4593 S:      Maintained
4594 F:      arch/h8300/
4595 F:      drivers/clocksource/h8300_*.c
4596 F:      drivers/clk/h8300/
4597 F:      drivers/irqchip/irq-renesas-h8*.c
4598
4599 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4600 M:      Frank Seidel <frank@f-seidel.de>
4601 L:      platform-driver-x86@vger.kernel.org
4602 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4603 S:      Maintained
4604 F:      drivers/platform/x86/hdaps.c
4605
4606 HDPVR USB VIDEO ENCODER DRIVER
4607 M:      Hans Verkuil <hverkuil@xs4all.nl>
4608 L:      linux-media@vger.kernel.org
4609 T:      git git://linuxtv.org/media_tree.git
4610 W:      http://linuxtv.org
4611 S:      Odd Fixes
4612 F:      drivers/media/usb/hdpvr/
4613
4614 HWPOISON MEMORY FAILURE HANDLING
4615 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4616 L:      linux-mm@kvack.org
4617 S:      Maintained
4618 F:      mm/memory-failure.c
4619 F:      mm/hwpoison-inject.c
4620
4621 HYPERVISOR VIRTUAL CONSOLE DRIVER
4622 L:      linuxppc-dev@lists.ozlabs.org
4623 S:      Odd Fixes
4624 F:      drivers/tty/hvc/
4625
4626 HACKRF MEDIA DRIVER
4627 M:      Antti Palosaari <crope@iki.fi>
4628 L:      linux-media@vger.kernel.org
4629 W:      http://linuxtv.org/
4630 W:      http://palosaari.fi/linux/
4631 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4632 T:      git git://linuxtv.org/anttip/media_tree.git
4633 S:      Maintained
4634 F:      drivers/media/usb/hackrf/
4635
4636 HARDWARE MONITORING
4637 M:      Jean Delvare <jdelvare@suse.de>
4638 M:      Guenter Roeck <linux@roeck-us.net>
4639 L:      lm-sensors@lm-sensors.org
4640 W:      http://www.lm-sensors.org/
4641 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4643 S:      Maintained
4644 F:      Documentation/hwmon/
4645 F:      drivers/hwmon/
4646 F:      include/linux/hwmon*.h
4647
4648 HARDWARE RANDOM NUMBER GENERATOR CORE
4649 M:      Matt Mackall <mpm@selenic.com>
4650 M:      Herbert Xu <herbert@gondor.apana.org.au>
4651 L:      linux-crypto@vger.kernel.org
4652 S:      Odd fixes
4653 F:      Documentation/hw_random.txt
4654 F:      drivers/char/hw_random/
4655 F:      include/linux/hw_random.h
4656
4657 HARDWARE SPINLOCK CORE
4658 M:      Ohad Ben-Cohen <ohad@wizery.com>
4659 S:      Maintained
4660 F:      Documentation/hwspinlock.txt
4661 F:      drivers/hwspinlock/hwspinlock_*
4662 F:      include/linux/hwspinlock.h
4663
4664 HARMONY SOUND DRIVER
4665 L:      linux-parisc@vger.kernel.org
4666 S:      Maintained
4667 F:      sound/parisc/harmony.*
4668
4669 HD29L2 MEDIA DRIVER
4670 M:      Antti Palosaari <crope@iki.fi>
4671 L:      linux-media@vger.kernel.org
4672 W:      http://linuxtv.org/
4673 W:      http://palosaari.fi/linux/
4674 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4675 T:      git git://linuxtv.org/anttip/media_tree.git
4676 S:      Maintained
4677 F:      drivers/media/dvb-frontends/hd29l2*
4678
4679 HEWLETT-PACKARD SMART2 RAID DRIVER
4680 L:      iss_storagedev@hp.com
4681 S:      Orphan
4682 F:      Documentation/blockdev/cpqarray.txt
4683 F:      drivers/block/cpqarray.*
4684
4685 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4686 M:      Don Brace <don.brace@pmcs.com>
4687 L:      iss_storagedev@hp.com
4688 L:      storagedev@pmcs.com
4689 L:      linux-scsi@vger.kernel.org
4690 S:      Supported
4691 F:      Documentation/scsi/hpsa.txt
4692 F:      drivers/scsi/hpsa*.[ch]
4693 F:      include/linux/cciss*.h
4694 F:      include/uapi/linux/cciss*.h
4695
4696 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4697 M:      Don Brace <don.brace@pmcs.com>
4698 L:      iss_storagedev@hp.com
4699 L:      storagedev@pmcs.com
4700 L:      linux-scsi@vger.kernel.org
4701 S:      Supported
4702 F:      Documentation/blockdev/cciss.txt
4703 F:      drivers/block/cciss*
4704 F:      include/linux/cciss_ioctl.h
4705 F:      include/uapi/linux/cciss_ioctl.h
4706
4707 HFS FILESYSTEM
4708 L:      linux-fsdevel@vger.kernel.org
4709 S:      Orphan
4710 F:      Documentation/filesystems/hfs.txt
4711 F:      fs/hfs/
4712
4713 HFSPLUS FILESYSTEM
4714 L:      linux-fsdevel@vger.kernel.org
4715 S:      Orphan
4716 F:      Documentation/filesystems/hfsplus.txt
4717 F:      fs/hfsplus/
4718
4719 HGA FRAMEBUFFER DRIVER
4720 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4721 L:      linux-nvidia@lists.surfsouth.com
4722 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4723 S:      Maintained
4724 F:      drivers/video/fbdev/hgafb.c
4725
4726 HIBERNATION (aka Software Suspend, aka swsusp)
4727 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4728 M:      Pavel Machek <pavel@ucw.cz>
4729 L:      linux-pm@vger.kernel.org
4730 S:      Supported
4731 F:      arch/x86/power/
4732 F:      drivers/base/power/
4733 F:      kernel/power/
4734 F:      include/linux/suspend.h
4735 F:      include/linux/freezer.h
4736 F:      include/linux/pm.h
4737 F:      arch/*/include/asm/suspend*.h
4738
4739 HID CORE LAYER
4740 M:      Jiri Kosina <jkosina@suse.cz>
4741 L:      linux-input@vger.kernel.org
4742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4743 S:      Maintained
4744 F:      drivers/hid/
4745 F:      include/linux/hid*
4746 F:      include/uapi/linux/hid*
4747
4748 HID SENSOR HUB DRIVERS
4749 M:      Jiri Kosina <jkosina@suse.cz>
4750 M:      Jonathan Cameron <jic23@kernel.org>
4751 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4752 L:      linux-input@vger.kernel.org
4753 L:      linux-iio@vger.kernel.org
4754 S:      Maintained
4755 F:      Documentation/hid/hid-sensor*
4756 F:      drivers/hid/hid-sensor-*
4757 F:      drivers/iio/*/hid-*
4758 F:      include/linux/hid-sensor-*
4759
4760 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4761 M:      Thomas Gleixner <tglx@linutronix.de>
4762 L:      linux-kernel@vger.kernel.org
4763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4764 S:      Maintained
4765 F:      Documentation/timers/
4766 F:      kernel/time/hrtimer.c
4767 F:      kernel/time/clockevents.c
4768 F:      kernel/time/tick*.*
4769 F:      kernel/time/timer_*.c
4770 F:      include/linux/clockchips.h
4771 F:      include/linux/hrtimer.h
4772
4773 HIGH-SPEED SCC DRIVER FOR AX.25
4774 L:      linux-hams@vger.kernel.org
4775 S:      Orphan
4776 F:      drivers/net/hamradio/dmascc.c
4777 F:      drivers/net/hamradio/scc.c
4778
4779 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4780 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4781 W:      http://www.highpoint-tech.com
4782 S:      Supported
4783 F:      Documentation/scsi/hptiop.txt
4784 F:      drivers/scsi/hptiop.c
4785
4786 HIPPI
4787 M:      Jes Sorensen <jes@trained-monkey.org>
4788 L:      linux-hippi@sunsite.dk
4789 S:      Maintained
4790 F:      include/linux/hippidevice.h
4791 F:      include/uapi/linux/if_hippi.h
4792 F:      net/802/hippi.c
4793 F:      drivers/net/hippi/
4794
4795 HOST AP DRIVER
4796 M:      Jouni Malinen <j@w1.fi>
4797 L:      hostap@shmoo.com (subscribers-only)
4798 L:      linux-wireless@vger.kernel.org
4799 W:      http://hostap.epitest.fi/
4800 S:      Maintained
4801 F:      drivers/net/wireless/hostap/
4802
4803 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4804 L:      platform-driver-x86@vger.kernel.org
4805 S:      Orphan
4806 F:      drivers/platform/x86/tc1100-wmi.c
4807
4808 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4809 M:      Jaroslav Kysela <perex@perex.cz>
4810 S:      Maintained
4811 F:      drivers/net/ethernet/hp/hp100.*
4812
4813 HPET:   High Precision Event Timers driver
4814 M:      Clemens Ladisch <clemens@ladisch.de>
4815 S:      Maintained
4816 F:      Documentation/timers/hpet.txt
4817 F:      drivers/char/hpet.c
4818 F:      include/linux/hpet.h
4819 F:      include/uapi/linux/hpet.h
4820
4821 HPET:   x86
4822 S:      Orphan
4823 F:      arch/x86/kernel/hpet.c
4824 F:      arch/x86/include/asm/hpet.h
4825
4826 HPFS FILESYSTEM
4827 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4828 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4829 S:      Maintained
4830 F:      fs/hpfs/
4831
4832 HSI SUBSYSTEM
4833 M:      Sebastian Reichel <sre@kernel.org>
4834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4835 S:      Maintained
4836 F:      Documentation/ABI/testing/sysfs-bus-hsi
4837 F:      Documentation/hsi.txt
4838 F:      drivers/hsi/
4839 F:      include/linux/hsi/
4840 F:      include/uapi/linux/hsi/
4841
4842 HSO 3G MODEM DRIVER
4843 M:      Jan Dumon <j.dumon@option.com>
4844 W:      http://www.pharscape.org
4845 S:      Maintained
4846 F:      drivers/net/usb/hso.c
4847
4848 HSR NETWORK PROTOCOL
4849 M:      Arvid Brodin <arvid.brodin@alten.se>
4850 L:      netdev@vger.kernel.org
4851 S:      Maintained
4852 F:      net/hsr/
4853
4854 HTCPEN TOUCHSCREEN DRIVER
4855 M:      Pau Oliva Fora <pof@eslack.org>
4856 L:      linux-input@vger.kernel.org
4857 S:      Maintained
4858 F:      drivers/input/touchscreen/htcpen.c
4859
4860 HUGETLB FILESYSTEM
4861 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4862 S:      Maintained
4863 F:      fs/hugetlbfs/
4864
4865 Hyper-V CORE AND DRIVERS
4866 M:      K. Y. Srinivasan <kys@microsoft.com>
4867 M:      Haiyang Zhang <haiyangz@microsoft.com>
4868 L:      devel@linuxdriverproject.org
4869 S:      Maintained
4870 F:      arch/x86/include/asm/mshyperv.h
4871 F:      arch/x86/include/uapi/asm/hyperv.h
4872 F:      arch/x86/kernel/cpu/mshyperv.c
4873 F:      drivers/hid/hid-hyperv.c
4874 F:      drivers/hv/
4875 F:      drivers/input/serio/hyperv-keyboard.c
4876 F:      drivers/net/hyperv/
4877 F:      drivers/scsi/storvsc_drv.c
4878 F:      drivers/video/fbdev/hyperv_fb.c
4879 F:      include/linux/hyperv.h
4880 F:      tools/hv/
4881
4882 I2C OVER PARALLEL PORT
4883 M:      Jean Delvare <jdelvare@suse.de>
4884 L:      linux-i2c@vger.kernel.org
4885 S:      Maintained
4886 F:      Documentation/i2c/busses/i2c-parport
4887 F:      Documentation/i2c/busses/i2c-parport-light
4888 F:      drivers/i2c/busses/i2c-parport.c
4889 F:      drivers/i2c/busses/i2c-parport-light.c
4890
4891 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4892 M:      Jean Delvare <jdelvare@suse.de>
4893 L:      linux-i2c@vger.kernel.org
4894 S:      Maintained
4895 F:      Documentation/i2c/busses/i2c-ali1535
4896 F:      Documentation/i2c/busses/i2c-ali1563
4897 F:      Documentation/i2c/busses/i2c-ali15x3
4898 F:      Documentation/i2c/busses/i2c-amd756
4899 F:      Documentation/i2c/busses/i2c-amd8111
4900 F:      Documentation/i2c/busses/i2c-i801
4901 F:      Documentation/i2c/busses/i2c-nforce2
4902 F:      Documentation/i2c/busses/i2c-piix4
4903 F:      Documentation/i2c/busses/i2c-sis5595
4904 F:      Documentation/i2c/busses/i2c-sis630
4905 F:      Documentation/i2c/busses/i2c-sis96x
4906 F:      Documentation/i2c/busses/i2c-via
4907 F:      Documentation/i2c/busses/i2c-viapro
4908 F:      drivers/i2c/busses/i2c-ali1535.c
4909 F:      drivers/i2c/busses/i2c-ali1563.c
4910 F:      drivers/i2c/busses/i2c-ali15x3.c
4911 F:      drivers/i2c/busses/i2c-amd756.c
4912 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4913 F:      drivers/i2c/busses/i2c-amd8111.c
4914 F:      drivers/i2c/busses/i2c-i801.c
4915 F:      drivers/i2c/busses/i2c-isch.c
4916 F:      drivers/i2c/busses/i2c-nforce2.c
4917 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4918 F:      drivers/i2c/busses/i2c-piix4.c
4919 F:      drivers/i2c/busses/i2c-sis5595.c
4920 F:      drivers/i2c/busses/i2c-sis630.c
4921 F:      drivers/i2c/busses/i2c-sis96x.c
4922 F:      drivers/i2c/busses/i2c-via.c
4923 F:      drivers/i2c/busses/i2c-viapro.c
4924
4925 I2C/SMBUS ISMT DRIVER
4926 M:      Seth Heasley <seth.heasley@intel.com>
4927 M:      Neil Horman <nhorman@tuxdriver.com>
4928 L:      linux-i2c@vger.kernel.org
4929 F:      drivers/i2c/busses/i2c-ismt.c
4930 F:      Documentation/i2c/busses/i2c-ismt
4931
4932 I2C/SMBUS STUB DRIVER
4933 M:      Jean Delvare <jdelvare@suse.de>
4934 L:      linux-i2c@vger.kernel.org
4935 S:      Maintained
4936 F:      drivers/i2c/i2c-stub.c
4937
4938 I2C SUBSYSTEM
4939 M:      Wolfram Sang <wsa@the-dreams.de>
4940 L:      linux-i2c@vger.kernel.org
4941 W:      https://i2c.wiki.kernel.org/
4942 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4944 S:      Maintained
4945 F:      Documentation/devicetree/bindings/i2c/
4946 F:      Documentation/i2c/
4947 F:      drivers/i2c/
4948 F:      include/linux/i2c.h
4949 F:      include/linux/i2c-*.h
4950 F:      include/uapi/linux/i2c.h
4951 F:      include/uapi/linux/i2c-*.h
4952
4953 I2C ACPI SUPPORT
4954 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4955 L:      linux-i2c@vger.kernel.org
4956 L:      linux-acpi@vger.kernel.org
4957 S:      Maintained
4958
4959 I2C-TAOS-EVM DRIVER
4960 M:      Jean Delvare <jdelvare@suse.de>
4961 L:      linux-i2c@vger.kernel.org
4962 S:      Maintained
4963 F:      Documentation/i2c/busses/i2c-taos-evm
4964 F:      drivers/i2c/busses/i2c-taos-evm.c
4965
4966 I2C-TINY-USB DRIVER
4967 M:      Till Harbaum <till@harbaum.org>
4968 L:      linux-i2c@vger.kernel.org
4969 W:      http://www.harbaum.org/till/i2c_tiny_usb
4970 S:      Maintained
4971 F:      drivers/i2c/busses/i2c-tiny-usb.c
4972
4973 i386 BOOT CODE
4974 M:      "H. Peter Anvin" <hpa@zytor.com>
4975 S:      Maintained
4976 F:      arch/x86/boot/
4977
4978 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4979 M:      "H. Peter Anvin" <hpa@zytor.com>
4980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4981 S:      Maintained
4982
4983 IA64 (Itanium) PLATFORM
4984 M:      Tony Luck <tony.luck@intel.com>
4985 M:      Fenghua Yu <fenghua.yu@intel.com>
4986 L:      linux-ia64@vger.kernel.org
4987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4988 S:      Maintained
4989 F:      arch/ia64/
4990
4991 IBM Power in-Nest Crypto Acceleration
4992 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4993 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4994 L:      linux-crypto@vger.kernel.org
4995 S:      Supported
4996 F:      drivers/crypto/nx/Makefile
4997 F:      drivers/crypto/nx/Kconfig
4998 F:      drivers/crypto/nx/nx-aes*
4999 F:      drivers/crypto/nx/nx-sha*
5000 F:      drivers/crypto/nx/nx.*
5001 F:      drivers/crypto/nx/nx_csbcpb.h
5002 F:      drivers/crypto/nx/nx_debugfs.h
5003
5004 IBM Power 842 compression accelerator
5005 M:      Dan Streetman <ddstreet@us.ibm.com>
5006 S:      Supported
5007 F:      drivers/crypto/nx/Makefile
5008 F:      drivers/crypto/nx/Kconfig
5009 F:      drivers/crypto/nx/nx-842*
5010 F:      include/linux/sw842.h
5011 F:      crypto/842.c
5012 F:      lib/842/
5013
5014 IBM Power Linux RAID adapter
5015 M:      Brian King <brking@us.ibm.com>
5016 S:      Supported
5017 F:      drivers/scsi/ipr.*
5018
5019 IBM Power Virtual Ethernet Device Driver
5020 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5021 L:      netdev@vger.kernel.org
5022 S:      Supported
5023 F:      drivers/net/ethernet/ibm/ibmveth.*
5024
5025 IBM Power Virtual SCSI Device Drivers
5026 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5027 L:      linux-scsi@vger.kernel.org
5028 S:      Supported
5029 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5030 F:      drivers/scsi/ibmvscsi/viosrp.h
5031
5032 IBM Power Virtual FC Device Drivers
5033 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5034 L:      linux-scsi@vger.kernel.org
5035 S:      Supported
5036 F:      drivers/scsi/ibmvscsi/ibmvfc*
5037
5038 IBM ServeRAID RAID DRIVER
5039 S:      Orphan
5040 F:      drivers/scsi/ips.*
5041
5042 ICH LPC AND GPIO DRIVER
5043 M:      Peter Tyser <ptyser@xes-inc.com>
5044 S:      Maintained
5045 F:      drivers/mfd/lpc_ich.c
5046 F:      drivers/gpio/gpio-ich.c
5047
5048 IDE SUBSYSTEM
5049 M:      "David S. Miller" <davem@davemloft.net>
5050 L:      linux-ide@vger.kernel.org
5051 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5053 S:      Maintained
5054 F:      Documentation/ide/
5055 F:      drivers/ide/
5056 F:      include/linux/ide.h
5057
5058 IDEAPAD LAPTOP EXTRAS DRIVER
5059 M:      Ike Panhc <ike.pan@canonical.com>
5060 L:      platform-driver-x86@vger.kernel.org
5061 W:      http://launchpad.net/ideapad-laptop
5062 S:      Maintained
5063 F:      drivers/platform/x86/ideapad-laptop.c
5064
5065 IDEAPAD LAPTOP SLIDEBAR DRIVER
5066 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5067 L:      linux-input@vger.kernel.org
5068 W:      https://github.com/o2genum/ideapad-slidebar
5069 S:      Maintained
5070 F:      drivers/input/misc/ideapad_slidebar.c
5071
5072 IDE/ATAPI DRIVERS
5073 M:      Borislav Petkov <bp@alien8.de>
5074 L:      linux-ide@vger.kernel.org
5075 S:      Maintained
5076 F:      Documentation/cdrom/ide-cd
5077 F:      drivers/ide/ide-cd*
5078
5079 IDLE-I7300
5080 M:      Andy Henroid <andrew.d.henroid@intel.com>
5081 L:      linux-pm@vger.kernel.org
5082 S:      Supported
5083 F:      drivers/idle/i7300_idle.c
5084
5085 IEEE 802.15.4 SUBSYSTEM
5086 M:      Alexander Aring <alex.aring@gmail.com>
5087 L:      linux-wpan@vger.kernel.org
5088 W:      https://github.com/linux-wpan
5089 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5090 S:      Maintained
5091 F:      net/ieee802154/
5092 F:      net/mac802154/
5093 F:      drivers/net/ieee802154/
5094 F:      include/linux/nl802154.h
5095 F:      include/linux/ieee802154.h
5096 F:      include/net/nl802154.h
5097 F:      include/net/mac802154.h
5098 F:      include/net/af_ieee802154.h
5099 F:      include/net/cfg802154.h
5100 F:      include/net/ieee802154_netdev.h
5101 F:      Documentation/networking/ieee802154.txt
5102
5103 IGORPLUG-USB IR RECEIVER
5104 M:      Sean Young <sean@mess.org>
5105 L:      linux-media@vger.kernel.org
5106 S:      Maintained
5107 F:      drivers/media/rc/igorplugusb.c
5108
5109 IGUANAWORKS USB IR TRANSCEIVER
5110 M:      Sean Young <sean@mess.org>
5111 L:      linux-media@vger.kernel.org
5112 S:      Maintained
5113 F:      drivers/media/rc/iguanair.c
5114
5115 IIO SUBSYSTEM AND DRIVERS
5116 M:      Jonathan Cameron <jic23@kernel.org>
5117 R:      Hartmut Knaack <knaack.h@gmx.de>
5118 R:      Lars-Peter Clausen <lars@metafoo.de>
5119 R:      Peter Meerwald <pmeerw@pmeerw.net>
5120 L:      linux-iio@vger.kernel.org
5121 S:      Maintained
5122 F:      drivers/iio/
5123 F:      drivers/staging/iio/
5124 F:      include/linux/iio/
5125 F:      tools/iio/
5126
5127 IKANOS/ADI EAGLE ADSL USB DRIVER
5128 M:      Matthieu Castet <castet.matthieu@free.fr>
5129 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5130 S:      Maintained
5131 F:      drivers/usb/atm/ueagle-atm.c
5132
5133 INA209 HARDWARE MONITOR DRIVER
5134 M:      Guenter Roeck <linux@roeck-us.net>
5135 L:      lm-sensors@lm-sensors.org
5136 S:      Maintained
5137 F:      Documentation/hwmon/ina209
5138 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5139 F:      drivers/hwmon/ina209.c
5140
5141 INA2XX HARDWARE MONITOR DRIVER
5142 M:      Guenter Roeck <linux@roeck-us.net>
5143 L:      lm-sensors@lm-sensors.org
5144 S:      Maintained
5145 F:      Documentation/hwmon/ina2xx
5146 F:      drivers/hwmon/ina2xx.c
5147 F:      include/linux/platform_data/ina2xx.h
5148
5149 INDUSTRY PACK SUBSYSTEM (IPACK)
5150 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5151 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5152 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5153 L:      industrypack-devel@lists.sourceforge.net
5154 W:      http://industrypack.sourceforge.net
5155 S:      Maintained
5156 F:      drivers/ipack/
5157
5158 INGENIC JZ4780 DMA Driver
5159 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5160 S:      Maintained
5161 F:      drivers/dma/dma-jz4780.c
5162
5163 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5164 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5165 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5166 L:      linux-ima-devel@lists.sourceforge.net
5167 L:      linux-ima-user@lists.sourceforge.net
5168 L:      linux-security-module@vger.kernel.org
5169 S:      Supported
5170 F:      security/integrity/ima/
5171
5172 IMGTEC IR DECODER DRIVER
5173 M:      James Hogan <james.hogan@imgtec.com>
5174 S:      Maintained
5175 F:      drivers/media/rc/img-ir/
5176
5177 IMS TWINTURBO FRAMEBUFFER DRIVER
5178 L:      linux-fbdev@vger.kernel.org
5179 S:      Orphan
5180 F:      drivers/video/fbdev/imsttfb.c
5181
5182 INFINIBAND SUBSYSTEM
5183 M:      Doug Ledford <dledford@redhat.com>
5184 M:      Sean Hefty <sean.hefty@intel.com>
5185 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5186 L:      linux-rdma@vger.kernel.org
5187 W:      http://www.openfabrics.org/
5188 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5190 S:      Supported
5191 F:      Documentation/infiniband/
5192 F:      drivers/infiniband/
5193 F:      include/uapi/linux/if_infiniband.h
5194 F:      include/uapi/rdma/
5195 F:      include/rdma/
5196
5197 INOTIFY
5198 M:      John McCutchan <john@johnmccutchan.com>
5199 M:      Robert Love <rlove@rlove.org>
5200 M:      Eric Paris <eparis@parisplace.org>
5201 S:      Maintained
5202 F:      Documentation/filesystems/inotify.txt
5203 F:      fs/notify/inotify/
5204 F:      include/linux/inotify.h
5205 F:      include/uapi/linux/inotify.h
5206
5207 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5208 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5209 L:      linux-input@vger.kernel.org
5210 Q:      http://patchwork.kernel.org/project/linux-input/list/
5211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5212 S:      Maintained
5213 F:      drivers/input/
5214 F:      include/linux/input.h
5215 F:      include/uapi/linux/input.h
5216 F:      include/linux/input/
5217
5218 INPUT MULTITOUCH (MT) PROTOCOL
5219 M:      Henrik Rydberg <rydberg@bitmath.org>
5220 L:      linux-input@vger.kernel.org
5221 S:      Odd fixes
5222 F:      Documentation/input/multi-touch-protocol.txt
5223 F:      drivers/input/input-mt.c
5224 K:      \b(ABS|SYN)_MT_
5225
5226 INTEL ASoC BDW/HSW DRIVERS
5227 M:      Jie Yang <yang.jie@linux.intel.com>
5228 L:      alsa-devel@alsa-project.org
5229 S:      Supported
5230 F:      sound/soc/intel/sst-haswell*
5231 F:      sound/soc/intel/sst-dsp*
5232 F:      sound/soc/intel/sst-firmware.c
5233 F:      sound/soc/intel/broadwell.c
5234 F:      sound/soc/intel/haswell.c
5235
5236 INTEL C600 SERIES SAS CONTROLLER DRIVER
5237 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5238 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5239 L:      linux-scsi@vger.kernel.org
5240 T:      git git://git.code.sf.net/p/intel-sas/isci
5241 S:      Supported
5242 F:      drivers/scsi/isci/
5243
5244 INTEL IDLE DRIVER
5245 M:      Len Brown <lenb@kernel.org>
5246 L:      linux-pm@vger.kernel.org
5247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5248 S:      Supported
5249 F:      drivers/idle/intel_idle.c
5250
5251 INTEL PSTATE DRIVER
5252 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5253 L:      linux-pm@vger.kernel.org
5254 S:      Supported
5255 F:      drivers/cpufreq/intel_pstate.c
5256
5257 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5258 M:      Maik Broemme <mbroemme@plusserver.de>
5259 L:      linux-fbdev@vger.kernel.org
5260 S:      Maintained
5261 F:      Documentation/fb/intelfb.txt
5262 F:      drivers/video/fbdev/intelfb/
5263
5264 INTEL 810/815 FRAMEBUFFER DRIVER
5265 M:      Antonino Daplas <adaplas@gmail.com>
5266 L:      linux-fbdev@vger.kernel.org
5267 S:      Maintained
5268 F:      drivers/video/fbdev/i810/
5269
5270 INTEL MENLOW THERMAL DRIVER
5271 M:      Sujith Thomas <sujith.thomas@intel.com>
5272 L:      platform-driver-x86@vger.kernel.org
5273 W:      https://01.org/linux-acpi
5274 S:      Supported
5275 F:      drivers/platform/x86/intel_menlow.c
5276
5277 INTEL IA32 MICROCODE UPDATE SUPPORT
5278 M:      Borislav Petkov <bp@alien8.de>
5279 S:      Maintained
5280 F:      arch/x86/kernel/cpu/microcode/core*
5281 F:      arch/x86/kernel/cpu/microcode/intel*
5282
5283 INTEL I/OAT DMA DRIVER
5284 M:      Dave Jiang <dave.jiang@intel.com>
5285 R:      Dan Williams <dan.j.williams@intel.com>
5286 L:      dmaengine@vger.kernel.org
5287 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5288 S:      Supported
5289 F:      drivers/dma/ioat*
5290
5291 INTEL IOMMU (VT-d)
5292 M:      David Woodhouse <dwmw2@infradead.org>
5293 L:      iommu@lists.linux-foundation.org
5294 T:      git git://git.infradead.org/iommu-2.6.git
5295 S:      Supported
5296 F:      drivers/iommu/intel-iommu.c
5297 F:      include/linux/intel-iommu.h
5298
5299 INTEL IOP-ADMA DMA DRIVER
5300 R:      Dan Williams <dan.j.williams@intel.com>
5301 S:      Odd fixes
5302 F:      drivers/dma/iop-adma.c
5303
5304 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5305 M:      Krzysztof Halasa <khalasa@piap.pl>
5306 S:      Maintained
5307 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5308 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5309 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5310 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5311 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5312 F:      drivers/net/wan/ixp4xx_hss.c
5313
5314 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5315 M:      Deepak Saxena <dsaxena@plexity.net>
5316 S:      Maintained
5317 F:      drivers/char/hw_random/ixp4xx-rng.c
5318
5319 INTEL ETHERNET DRIVERS
5320 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5321 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5322 R:      Shannon Nelson <shannon.nelson@intel.com>
5323 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5324 R:      Don Skidmore <donald.c.skidmore@intel.com>
5325 R:      Matthew Vick <matthew.vick@intel.com>
5326 R:      John Ronciak <john.ronciak@intel.com>
5327 R:      Mitch Williams <mitch.a.williams@intel.com>
5328 L:      intel-wired-lan@lists.osuosl.org
5329 W:      http://www.intel.com/support/feedback.htm
5330 W:      http://e1000.sourceforge.net/
5331 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5334 S:      Supported
5335 F:      Documentation/networking/e100.txt
5336 F:      Documentation/networking/e1000.txt
5337 F:      Documentation/networking/e1000e.txt
5338 F:      Documentation/networking/igb.txt
5339 F:      Documentation/networking/igbvf.txt
5340 F:      Documentation/networking/ixgb.txt
5341 F:      Documentation/networking/ixgbe.txt
5342 F:      Documentation/networking/ixgbevf.txt
5343 F:      Documentation/networking/i40e.txt
5344 F:      Documentation/networking/i40evf.txt
5345 F:      drivers/net/ethernet/intel/
5346 F:      drivers/net/ethernet/intel/*/
5347
5348 INTEL-MID GPIO DRIVER
5349 M:      David Cohen <david.a.cohen@linux.intel.com>
5350 L:      linux-gpio@vger.kernel.org
5351 S:      Maintained
5352 F:      drivers/gpio/gpio-intel-mid.c
5353
5354 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5355 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5356 L:      linux-wireless@vger.kernel.org
5357 S:      Maintained
5358 F:      Documentation/networking/README.ipw2100
5359 F:      Documentation/networking/README.ipw2200
5360 F:      drivers/net/wireless/ipw2x00/
5361
5362 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5363 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5364 M:      Gang Wei <gang.wei@intel.com>
5365 M:      Shane Wang <shane.wang@intel.com>
5366 L:      tboot-devel@lists.sourceforge.net
5367 W:      http://tboot.sourceforge.net
5368 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5369 S:      Supported
5370 F:      Documentation/intel_txt.txt
5371 F:      include/linux/tboot.h
5372 F:      arch/x86/kernel/tboot.c
5373
5374 INTEL WIRELESS WIMAX CONNECTION 2400
5375 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5376 M:      linux-wimax@intel.com
5377 L:      wimax@linuxwimax.org (subscribers-only)
5378 S:      Supported
5379 W:      http://linuxwimax.org
5380 F:      Documentation/wimax/README.i2400m
5381 F:      drivers/net/wimax/i2400m/
5382 F:      include/uapi/linux/wimax/i2400m.h
5383
5384 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5385 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5386 L:      linux-wireless@vger.kernel.org
5387 S:      Supported
5388 F:      drivers/net/wireless/iwlegacy/
5389
5390 INTEL WIRELESS WIFI LINK (iwlwifi)
5391 M:      Johannes Berg <johannes.berg@intel.com>
5392 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5393 M:      Intel Linux Wireless <ilw@linux.intel.com>
5394 L:      linux-wireless@vger.kernel.org
5395 W:      http://intellinuxwireless.org
5396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5397 S:      Supported
5398 F:      drivers/net/wireless/iwlwifi/
5399
5400 INTEL MANAGEMENT ENGINE (mei)
5401 M:      Tomas Winkler <tomas.winkler@intel.com>
5402 L:      linux-kernel@vger.kernel.org
5403 S:      Supported
5404 F:      include/uapi/linux/mei.h
5405 F:      drivers/misc/mei/*
5406 F:      Documentation/misc-devices/mei/*
5407
5408 IOC3 ETHERNET DRIVER
5409 M:      Ralf Baechle <ralf@linux-mips.org>
5410 L:      linux-mips@linux-mips.org
5411 S:      Maintained
5412 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5413
5414 IOC3 SERIAL DRIVER
5415 M:      Pat Gefre <pfg@sgi.com>
5416 L:      linux-serial@vger.kernel.org
5417 S:      Maintained
5418 F:      drivers/tty/serial/ioc3_serial.c
5419
5420 IOMMU DRIVERS
5421 M:      Joerg Roedel <joro@8bytes.org>
5422 L:      iommu@lists.linux-foundation.org
5423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5424 S:      Maintained
5425 F:      drivers/iommu/
5426
5427 IP MASQUERADING
5428 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5429 S:      Maintained
5430 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5431
5432 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5433 M:      Francois Romieu <romieu@fr.zoreil.com>
5434 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5435 L:      netdev@vger.kernel.org
5436 S:      Maintained
5437 F:      drivers/net/ethernet/icplus/ipg.*
5438
5439 IPATH DRIVER
5440 M:      Mike Marciniszyn <infinipath@intel.com>
5441 L:      linux-rdma@vger.kernel.org
5442 S:      Maintained
5443 F:      drivers/infiniband/hw/ipath/
5444
5445 IPMI SUBSYSTEM
5446 M:      Corey Minyard <minyard@acm.org>
5447 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5448 W:      http://openipmi.sourceforge.net/
5449 S:      Supported
5450 F:      Documentation/IPMI.txt
5451 F:      drivers/char/ipmi/
5452 F:      include/linux/ipmi*
5453 F:      include/uapi/linux/ipmi*
5454
5455 QCOM AUDIO (ASoC) DRIVERS
5456 M:      Patrick Lai <plai@codeaurora.org>
5457 M:      Banajit Goswami <bgoswami@codeaurora.org>
5458 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5459 S:      Supported
5460 F:      sound/soc/qcom/
5461
5462 IPS SCSI RAID DRIVER
5463 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5464 L:      linux-scsi@vger.kernel.org
5465 W:      http://www.adaptec.com/
5466 S:      Maintained
5467 F:      drivers/scsi/ips*
5468
5469 IPVS
5470 M:      Wensong Zhang <wensong@linux-vs.org>
5471 M:      Simon Horman <horms@verge.net.au>
5472 M:      Julian Anastasov <ja@ssi.bg>
5473 L:      netdev@vger.kernel.org
5474 L:      lvs-devel@vger.kernel.org
5475 S:      Maintained
5476 F:      Documentation/networking/ipvs-sysctl.txt
5477 F:      include/net/ip_vs.h
5478 F:      include/uapi/linux/ip_vs.h
5479 F:      net/netfilter/ipvs/
5480
5481 IPWIRELESS DRIVER
5482 M:      Jiri Kosina <jkosina@suse.cz>
5483 M:      David Sterba <dsterba@suse.cz>
5484 S:      Odd Fixes
5485 F:      drivers/tty/ipwireless/
5486
5487 IPX NETWORK LAYER
5488 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5489 L:      netdev@vger.kernel.org
5490 S:      Maintained
5491 F:      include/net/ipx.h
5492 F:      include/uapi/linux/ipx.h
5493 F:      net/ipx/
5494
5495 IRDA SUBSYSTEM
5496 M:      Samuel Ortiz <samuel@sortiz.org>
5497 L:      irda-users@lists.sourceforge.net (subscribers-only)
5498 L:      netdev@vger.kernel.org
5499 W:      http://irda.sourceforge.net/
5500 S:      Maintained
5501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5502 F:      Documentation/networking/irda.txt
5503 F:      drivers/net/irda/
5504 F:      include/net/irda/
5505 F:      net/irda/
5506
5507 IRQ SUBSYSTEM
5508 M:      Thomas Gleixner <tglx@linutronix.de>
5509 L:      linux-kernel@vger.kernel.org
5510 S:      Maintained
5511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5512 F:      kernel/irq/
5513
5514 IRQCHIP DRIVERS
5515 M:      Thomas Gleixner <tglx@linutronix.de>
5516 M:      Jason Cooper <jason@lakedaemon.net>
5517 L:      linux-kernel@vger.kernel.org
5518 S:      Maintained
5519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5520 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5521 F:      Documentation/devicetree/bindings/interrupt-controller/
5522 F:      drivers/irqchip/
5523
5524 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5525 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5526 S:      Maintained
5527 F:      Documentation/IRQ-domain.txt
5528 F:      include/linux/irqdomain.h
5529 F:      kernel/irq/irqdomain.c
5530
5531 ISAPNP
5532 M:      Jaroslav Kysela <perex@perex.cz>
5533 S:      Maintained
5534 F:      Documentation/isapnp.txt
5535 F:      drivers/pnp/isapnp/
5536 F:      include/linux/isapnp.h
5537
5538 ISA RADIO MODULE
5539 M:      Hans Verkuil <hverkuil@xs4all.nl>
5540 L:      linux-media@vger.kernel.org
5541 T:      git git://linuxtv.org/media_tree.git
5542 W:      http://linuxtv.org
5543 S:      Maintained
5544 F:      drivers/media/radio/radio-isa*
5545
5546 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5547 M:      Peter Jones <pjones@redhat.com>
5548 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5549 S:      Maintained
5550 F:      drivers/firmware/iscsi_ibft*
5551
5552 ISCSI
5553 M:      Mike Christie <michaelc@cs.wisc.edu>
5554 L:      open-iscsi@googlegroups.com
5555 W:      www.open-iscsi.org
5556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5557 S:      Maintained
5558 F:      drivers/scsi/*iscsi*
5559 F:      include/scsi/*iscsi*
5560
5561 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5562 M:      Or Gerlitz <ogerlitz@mellanox.com>
5563 M:      Sagi Grimberg <sagig@mellanox.com>
5564 M:      Roi Dayan <roid@mellanox.com>
5565 L:      linux-rdma@vger.kernel.org
5566 S:      Supported
5567 W:      http://www.openfabrics.org
5568 W:      www.open-iscsi.org
5569 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5570 F:      drivers/infiniband/ulp/iser/
5571
5572 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5573 M:      Sagi Grimberg <sagig@mellanox.com>
5574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5575 L:      linux-rdma@vger.kernel.org
5576 L:      target-devel@vger.kernel.org
5577 S:      Supported
5578 W:      http://www.linux-iscsi.org
5579 F:      drivers/infiniband/ulp/isert
5580
5581 ISDN SUBSYSTEM
5582 M:      Karsten Keil <isdn@linux-pingi.de>
5583 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5584 L:      netdev@vger.kernel.org
5585 W:      http://www.isdn4linux.de
5586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5587 S:      Maintained
5588 F:      Documentation/isdn/
5589 F:      drivers/isdn/
5590 F:      include/linux/isdn.h
5591 F:      include/linux/isdn/
5592 F:      include/uapi/linux/isdn.h
5593 F:      include/uapi/linux/isdn/
5594
5595 ISDN SUBSYSTEM (Eicon active card driver)
5596 M:      Armin Schindler <mac@melware.de>
5597 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5598 W:      http://www.melware.de
5599 S:      Maintained
5600 F:      drivers/isdn/hardware/eicon/
5601
5602 IT87 HARDWARE MONITORING DRIVER
5603 M:      Jean Delvare <jdelvare@suse.de>
5604 L:      lm-sensors@lm-sensors.org
5605 S:      Maintained
5606 F:      Documentation/hwmon/it87
5607 F:      drivers/hwmon/it87.c
5608
5609 IT913X MEDIA DRIVER
5610 M:      Antti Palosaari <crope@iki.fi>
5611 L:      linux-media@vger.kernel.org
5612 W:      http://linuxtv.org/
5613 W:      http://palosaari.fi/linux/
5614 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5615 T:      git git://linuxtv.org/anttip/media_tree.git
5616 S:      Maintained
5617 F:      drivers/media/tuners/it913x*
5618
5619 IVTV VIDEO4LINUX DRIVER
5620 M:      Andy Walls <awalls@md.metrocast.net>
5621 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5622 L:      linux-media@vger.kernel.org
5623 T:      git git://linuxtv.org/media_tree.git
5624 W:      http://www.ivtvdriver.org
5625 S:      Maintained
5626 F:      Documentation/video4linux/*.ivtv
5627 F:      drivers/media/pci/ivtv/
5628 F:      include/uapi/linux/ivtv*
5629
5630 IX2505V MEDIA DRIVER
5631 M:      Malcolm Priestley <tvboxspy@gmail.com>
5632 L:      linux-media@vger.kernel.org
5633 W:      http://linuxtv.org/
5634 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5635 S:      Maintained
5636 F:      drivers/media/dvb-frontends/ix2505v*
5637
5638 JC42.4 TEMPERATURE SENSOR DRIVER
5639 M:      Guenter Roeck <linux@roeck-us.net>
5640 L:      lm-sensors@lm-sensors.org
5641 S:      Maintained
5642 F:      drivers/hwmon/jc42.c
5643 F:      Documentation/hwmon/jc42
5644
5645 JFS FILESYSTEM
5646 M:      Dave Kleikamp <shaggy@kernel.org>
5647 L:      jfs-discussion@lists.sourceforge.net
5648 W:      http://jfs.sourceforge.net/
5649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5650 S:      Maintained
5651 F:      Documentation/filesystems/jfs.txt
5652 F:      fs/jfs/
5653
5654 JME NETWORK DRIVER
5655 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5656 L:      netdev@vger.kernel.org
5657 S:      Maintained
5658 F:      drivers/net/ethernet/jme.*
5659
5660 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5661 M:      David Woodhouse <dwmw2@infradead.org>
5662 L:      linux-mtd@lists.infradead.org
5663 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5664 S:      Maintained
5665 F:      fs/jffs2/
5666 F:      include/uapi/linux/jffs2.h
5667
5668 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5669 M:      Andrew Morton <akpm@linux-foundation.org>
5670 M:      Jan Kara <jack@suse.cz>
5671 L:      linux-ext4@vger.kernel.org
5672 S:      Maintained
5673 F:      fs/jbd/
5674 F:      include/linux/jbd.h
5675
5676 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5677 M:      "Theodore Ts'o" <tytso@mit.edu>
5678 L:      linux-ext4@vger.kernel.org
5679 S:      Maintained
5680 F:      fs/jbd2/
5681 F:      include/linux/jbd2.h
5682
5683 JSM Neo PCI based serial card
5684 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5685 L:      linux-serial@vger.kernel.org
5686 S:      Maintained
5687 F:      drivers/tty/serial/jsm/
5688
5689 K10TEMP HARDWARE MONITORING DRIVER
5690 M:      Clemens Ladisch <clemens@ladisch.de>
5691 L:      lm-sensors@lm-sensors.org
5692 S:      Maintained
5693 F:      Documentation/hwmon/k10temp
5694 F:      drivers/hwmon/k10temp.c
5695
5696 K8TEMP HARDWARE MONITORING DRIVER
5697 M:      Rudolf Marek <r.marek@assembler.cz>
5698 L:      lm-sensors@lm-sensors.org
5699 S:      Maintained
5700 F:      Documentation/hwmon/k8temp
5701 F:      drivers/hwmon/k8temp.c
5702
5703 KCONFIG
5704 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5705 L:      linux-kbuild@vger.kernel.org
5706 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5707 S:      Maintained
5708 F:      Documentation/kbuild/kconfig-language.txt
5709 F:      scripts/kconfig/
5710
5711 KDUMP
5712 M:      Vivek Goyal <vgoyal@redhat.com>
5713 M:      Haren Myneni <hbabu@us.ibm.com>
5714 L:      kexec@lists.infradead.org
5715 W:      http://lse.sourceforge.net/kdump/
5716 S:      Maintained
5717 F:      Documentation/kdump/
5718
5719 KEENE FM RADIO TRANSMITTER DRIVER
5720 M:      Hans Verkuil <hverkuil@xs4all.nl>
5721 L:      linux-media@vger.kernel.org
5722 T:      git git://linuxtv.org/media_tree.git
5723 W:      http://linuxtv.org
5724 S:      Maintained
5725 F:      drivers/media/radio/radio-keene*
5726
5727 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5728 M:      Ian Kent <raven@themaw.net>
5729 L:      autofs@vger.kernel.org
5730 S:      Maintained
5731 F:      fs/autofs4/
5732
5733 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5734 M:      Michal Marek <mmarek@suse.cz>
5735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5737 L:      linux-kbuild@vger.kernel.org
5738 S:      Maintained
5739 F:      Documentation/kbuild/
5740 F:      Makefile
5741 F:      scripts/Makefile.*
5742 F:      scripts/basic/
5743 F:      scripts/mk*
5744 F:      scripts/package/
5745
5746 KERNEL JANITORS
5747 L:      kernel-janitors@vger.kernel.org
5748 W:      http://kernelnewbies.org/KernelJanitors
5749 S:      Odd Fixes
5750
5751 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5752 M:      "J. Bruce Fields" <bfields@fieldses.org>
5753 L:      linux-nfs@vger.kernel.org
5754 W:      http://nfs.sourceforge.net/
5755 S:      Supported
5756 F:      fs/nfsd/
5757 F:      include/uapi/linux/nfsd/
5758 F:      fs/lockd/
5759 F:      fs/nfs_common/
5760 F:      net/sunrpc/
5761 F:      include/linux/lockd/
5762 F:      include/linux/sunrpc/
5763 F:      include/uapi/linux/sunrpc/
5764
5765 KERNEL SELFTEST FRAMEWORK
5766 M:      Shuah Khan <shuahkh@osg.samsung.com>
5767 L:      linux-api@vger.kernel.org
5768 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5769 S:      Maintained
5770 F:      tools/testing/selftests
5771
5772 KERNEL VIRTUAL MACHINE (KVM)
5773 M:      Gleb Natapov <gleb@kernel.org>
5774 M:      Paolo Bonzini <pbonzini@redhat.com>
5775 L:      kvm@vger.kernel.org
5776 W:      http://www.linux-kvm.org
5777 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5778 S:      Supported
5779 F:      Documentation/*/kvm*.txt
5780 F:      Documentation/virtual/kvm/
5781 F:      arch/*/kvm/
5782 F:      arch/x86/kernel/kvm.c
5783 F:      arch/x86/kernel/kvmclock.c
5784 F:      arch/*/include/asm/kvm*
5785 F:      include/linux/kvm*
5786 F:      include/uapi/linux/kvm*
5787 F:      virt/kvm/
5788
5789 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5790 M:      Joerg Roedel <joro@8bytes.org>
5791 L:      kvm@vger.kernel.org
5792 W:      http://kvm.qumranet.com
5793 S:      Maintained
5794 F:      arch/x86/include/asm/svm.h
5795 F:      arch/x86/kvm/svm.c
5796
5797 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5798 M:      Alexander Graf <agraf@suse.de>
5799 L:      kvm-ppc@vger.kernel.org
5800 W:      http://kvm.qumranet.com
5801 T:      git git://github.com/agraf/linux-2.6.git
5802 S:      Supported
5803 F:      arch/powerpc/include/asm/kvm*
5804 F:      arch/powerpc/kvm/
5805
5806 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5807 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5808 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5809 M:      linux390@de.ibm.com
5810 L:      linux-s390@vger.kernel.org
5811 W:      http://www.ibm.com/developerworks/linux/linux390/
5812 S:      Supported
5813 F:      Documentation/s390/kvm.txt
5814 F:      arch/s390/include/asm/kvm*
5815 F:      arch/s390/kvm/
5816 F:      drivers/s390/kvm/
5817
5818 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5819 M:      Christoffer Dall <christoffer.dall@linaro.org>
5820 M:      Marc Zyngier <marc.zyngier@arm.com>
5821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5822 L:      kvmarm@lists.cs.columbia.edu
5823 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5824 S:      Supported
5825 F:      arch/arm/include/uapi/asm/kvm*
5826 F:      arch/arm/include/asm/kvm*
5827 F:      arch/arm/kvm/
5828 F:      virt/kvm/arm/
5829 F:      include/kvm/arm_*
5830
5831 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5832 M:      Christoffer Dall <christoffer.dall@linaro.org>
5833 M:      Marc Zyngier <marc.zyngier@arm.com>
5834 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5835 L:      kvmarm@lists.cs.columbia.edu
5836 S:      Maintained
5837 F:      arch/arm64/include/uapi/asm/kvm*
5838 F:      arch/arm64/include/asm/kvm*
5839 F:      arch/arm64/kvm/
5840
5841 KEXEC
5842 M:      Eric Biederman <ebiederm@xmission.com>
5843 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5844 L:      kexec@lists.infradead.org
5845 S:      Maintained
5846 F:      include/linux/kexec.h
5847 F:      include/uapi/linux/kexec.h
5848 F:      kernel/kexec.c
5849
5850 KEYS/KEYRINGS:
5851 M:      David Howells <dhowells@redhat.com>
5852 L:      keyrings@linux-nfs.org
5853 S:      Maintained
5854 F:      Documentation/security/keys.txt
5855 F:      include/linux/key.h
5856 F:      include/linux/key-type.h
5857 F:      include/keys/
5858 F:      security/keys/
5859
5860 KEYS-TRUSTED
5861 M:      David Safford <safford@us.ibm.com>
5862 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5863 L:      linux-security-module@vger.kernel.org
5864 L:      keyrings@linux-nfs.org
5865 S:      Supported
5866 F:      Documentation/security/keys-trusted-encrypted.txt
5867 F:      include/keys/trusted-type.h
5868 F:      security/keys/trusted.c
5869 F:      security/keys/trusted.h
5870
5871 KEYS-ENCRYPTED
5872 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5873 M:      David Safford <safford@us.ibm.com>
5874 L:      linux-security-module@vger.kernel.org
5875 L:      keyrings@linux-nfs.org
5876 S:      Supported
5877 F:      Documentation/security/keys-trusted-encrypted.txt
5878 F:      include/keys/encrypted-type.h
5879 F:      security/keys/encrypted-keys/
5880
5881 KGDB / KDB /debug_core
5882 M:      Jason Wessel <jason.wessel@windriver.com>
5883 W:      http://kgdb.wiki.kernel.org/
5884 L:      kgdb-bugreport@lists.sourceforge.net
5885 S:      Maintained
5886 F:      Documentation/DocBook/kgdb.tmpl
5887 F:      drivers/misc/kgdbts.c
5888 F:      drivers/tty/serial/kgdboc.c
5889 F:      include/linux/kdb.h
5890 F:      include/linux/kgdb.h
5891 F:      kernel/debug/
5892
5893 KMEMCHECK
5894 M:      Vegard Nossum <vegardno@ifi.uio.no>
5895 M:      Pekka Enberg <penberg@kernel.org>
5896 S:      Maintained
5897 F:      Documentation/kmemcheck.txt
5898 F:      arch/x86/include/asm/kmemcheck.h
5899 F:      arch/x86/mm/kmemcheck/
5900 F:      include/linux/kmemcheck.h
5901 F:      mm/kmemcheck.c
5902
5903 KMEMLEAK
5904 M:      Catalin Marinas <catalin.marinas@arm.com>
5905 S:      Maintained
5906 F:      Documentation/kmemleak.txt
5907 F:      include/linux/kmemleak.h
5908 F:      mm/kmemleak.c
5909 F:      mm/kmemleak-test.c
5910
5911 KPROBES
5912 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5913 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5914 M:      "David S. Miller" <davem@davemloft.net>
5915 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5916 S:      Maintained
5917 F:      Documentation/kprobes.txt
5918 F:      include/linux/kprobes.h
5919 F:      kernel/kprobes.c
5920
5921 KS0108 LCD CONTROLLER DRIVER
5922 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5923 W:      http://miguelojeda.es/auxdisplay.htm
5924 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5925 S:      Maintained
5926 F:      Documentation/auxdisplay/ks0108
5927 F:      drivers/auxdisplay/ks0108.c
5928 F:      include/linux/ks0108.h
5929
5930 LAPB module
5931 L:      linux-x25@vger.kernel.org
5932 S:      Orphan
5933 F:      Documentation/networking/lapb-module.txt
5934 F:      include/*/lapb.h
5935 F:      net/lapb/
5936
5937 LASI 53c700 driver for PARISC
5938 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5939 L:      linux-scsi@vger.kernel.org
5940 S:      Maintained
5941 F:      Documentation/scsi/53c700.txt
5942 F:      drivers/scsi/53c700*
5943
5944 LED SUBSYSTEM
5945 M:      Bryan Wu <cooloney@gmail.com>
5946 M:      Richard Purdie <rpurdie@rpsys.net>
5947 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5948 L:      linux-leds@vger.kernel.org
5949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5950 S:      Maintained
5951 F:      drivers/leds/
5952 F:      include/linux/leds.h
5953
5954 LEGACY EEPROM DRIVER
5955 M:      Jean Delvare <jdelvare@suse.de>
5956 S:      Maintained
5957 F:      Documentation/misc-devices/eeprom
5958 F:      drivers/misc/eeprom/eeprom.c
5959
5960 LEGO USB Tower driver
5961 M:      Juergen Stuber <starblue@users.sourceforge.net>
5962 L:      legousb-devel@lists.sourceforge.net
5963 W:      http://legousb.sourceforge.net/
5964 S:      Maintained
5965 F:      drivers/usb/misc/legousbtower.c
5966
5967 LG2160 MEDIA DRIVER
5968 M:      Michael Krufky <mkrufky@linuxtv.org>
5969 L:      linux-media@vger.kernel.org
5970 W:      http://linuxtv.org/
5971 W:      http://github.com/mkrufky
5972 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5973 T:      git git://linuxtv.org/mkrufky/tuners.git
5974 S:      Maintained
5975 F:      drivers/media/dvb-frontends/lg2160.*
5976
5977 LGDT3305 MEDIA DRIVER
5978 M:      Michael Krufky <mkrufky@linuxtv.org>
5979 L:      linux-media@vger.kernel.org
5980 W:      http://linuxtv.org/
5981 W:      http://github.com/mkrufky
5982 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5983 T:      git git://linuxtv.org/mkrufky/tuners.git
5984 S:      Maintained
5985 F:      drivers/media/dvb-frontends/lgdt3305.*
5986
5987 LGUEST
5988 M:      Rusty Russell <rusty@rustcorp.com.au>
5989 L:      lguest@lists.ozlabs.org
5990 W:      http://lguest.ozlabs.org/
5991 S:      Odd Fixes
5992 F:      arch/x86/include/asm/lguest*.h
5993 F:      arch/x86/lguest/
5994 F:      drivers/lguest/
5995 F:      include/linux/lguest*.h
5996 F:      tools/lguest/
5997
5998 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5999 M:      Tejun Heo <tj@kernel.org>
6000 L:      linux-ide@vger.kernel.org
6001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6002 S:      Maintained
6003 F:      drivers/ata/
6004 F:      include/linux/ata.h
6005 F:      include/linux/libata.h
6006
6007 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6008 M:      Viresh Kumar <viresh.linux@gmail.com>
6009 L:      linux-ide@vger.kernel.org
6010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6011 S:      Maintained
6012 F:      include/linux/pata_arasan_cf_data.h
6013 F:      drivers/ata/pata_arasan_cf.c
6014
6015 LIBATA PATA DRIVERS
6016 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6017 M:      Tejun Heo <tj@kernel.org>
6018 L:      linux-ide@vger.kernel.org
6019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6020 S:      Maintained
6021 F:      drivers/ata/pata_*.c
6022 F:      drivers/ata/ata_generic.c
6023
6024 LIBATA SATA AHCI PLATFORM devices support
6025 M:      Hans de Goede <hdegoede@redhat.com>
6026 M:      Tejun Heo <tj@kernel.org>
6027 L:      linux-ide@vger.kernel.org
6028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6029 S:      Maintained
6030 F:      drivers/ata/ahci_platform.c
6031 F:      drivers/ata/libahci_platform.c
6032 F:      include/linux/ahci_platform.h
6033
6034 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6035 M:      Mikael Pettersson <mikpelinux@gmail.com>
6036 L:      linux-ide@vger.kernel.org
6037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6038 S:      Maintained
6039 F:      drivers/ata/sata_promise.*
6040
6041 LIBLOCKDEP
6042 M:      Sasha Levin <sasha.levin@oracle.com>
6043 S:      Maintained
6044 F:      tools/lib/lockdep/
6045
6046 LINUX FOR IBM pSERIES (RS/6000)
6047 M:      Paul Mackerras <paulus@au.ibm.com>
6048 W:      http://www.ibm.com/linux/ltc/projects/ppc
6049 S:      Supported
6050 F:      arch/powerpc/boot/rs6000.h
6051
6052 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6053 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6054 M:      Paul Mackerras <paulus@samba.org>
6055 M:      Michael Ellerman <mpe@ellerman.id.au>
6056 W:      http://www.penguinppc.org/
6057 L:      linuxppc-dev@lists.ozlabs.org
6058 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
6060 S:      Supported
6061 F:      Documentation/powerpc/
6062 F:      arch/powerpc/
6063
6064 LINUX FOR POWER MACINTOSH
6065 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6066 W:      http://www.penguinppc.org/
6067 L:      linuxppc-dev@lists.ozlabs.org
6068 S:      Maintained
6069 F:      arch/powerpc/platforms/powermac/
6070 F:      drivers/macintosh/
6071
6072 LINUX FOR POWERPC EMBEDDED MPC5XXX
6073 M:      Anatolij Gustschin <agust@denx.de>
6074 L:      linuxppc-dev@lists.ozlabs.org
6075 T:      git git://git.denx.de/linux-denx-agust.git
6076 S:      Maintained
6077 F:      arch/powerpc/platforms/512x/
6078 F:      arch/powerpc/platforms/52xx/
6079
6080 LINUX FOR POWERPC EMBEDDED PPC4XX
6081 M:      Alistair Popple <alistair@popple.id.au>
6082 M:      Matt Porter <mporter@kernel.crashing.org>
6083 W:      http://www.penguinppc.org/
6084 L:      linuxppc-dev@lists.ozlabs.org
6085 S:      Maintained
6086 F:      arch/powerpc/platforms/40x/
6087 F:      arch/powerpc/platforms/44x/
6088
6089 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6090 L:      linuxppc-dev@lists.ozlabs.org
6091 S:      Orphan
6092 F:      arch/powerpc/*/*virtex*
6093 F:      arch/powerpc/*/*/*virtex*
6094
6095 LINUX FOR POWERPC EMBEDDED PPC8XX
6096 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6097 W:      http://www.penguinppc.org/
6098 L:      linuxppc-dev@lists.ozlabs.org
6099 S:      Maintained
6100 F:      arch/powerpc/platforms/8xx/
6101
6102 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6103 M:      Scott Wood <scottwood@freescale.com>
6104 M:      Kumar Gala <galak@kernel.crashing.org>
6105 W:      http://www.penguinppc.org/
6106 L:      linuxppc-dev@lists.ozlabs.org
6107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6108 S:      Maintained
6109 F:      arch/powerpc/platforms/83xx/
6110 F:      arch/powerpc/platforms/85xx/
6111
6112 LINUX FOR POWERPC PA SEMI PWRFICIENT
6113 M:      Olof Johansson <olof@lixom.net>
6114 L:      linuxppc-dev@lists.ozlabs.org
6115 S:      Maintained
6116 F:      arch/powerpc/platforms/pasemi/
6117 F:      drivers/*/*pasemi*
6118 F:      drivers/*/*/*pasemi*
6119
6120 LINUX SECURITY MODULE (LSM) FRAMEWORK
6121 M:      Chris Wright <chrisw@sous-sol.org>
6122 L:      linux-security-module@vger.kernel.org
6123 S:      Supported
6124
6125 LIS3LV02D ACCELEROMETER DRIVER
6126 M:      Eric Piel <eric.piel@tremplin-utc.net>
6127 S:      Maintained
6128 F:      Documentation/misc-devices/lis3lv02d
6129 F:      drivers/misc/lis3lv02d/
6130 F:      drivers/platform/x86/hp_accel.c
6131
6132 LIVE PATCHING
6133 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6134 M:      Seth Jennings <sjenning@redhat.com>
6135 M:      Jiri Kosina <jkosina@suse.cz>
6136 M:      Vojtech Pavlik <vojtech@suse.cz>
6137 S:      Maintained
6138 F:      kernel/livepatch/
6139 F:      include/linux/livepatch.h
6140 F:      arch/x86/include/asm/livepatch.h
6141 F:      arch/x86/kernel/livepatch.c
6142 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6143 F:      samples/livepatch/
6144 L:      live-patching@vger.kernel.org
6145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6146
6147 LLC (802.2)
6148 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6149 S:      Maintained
6150 F:      include/linux/llc.h
6151 F:      include/uapi/linux/llc.h
6152 F:      include/net/llc*
6153 F:      net/llc/
6154
6155 LM73 HARDWARE MONITOR DRIVER
6156 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6157 L:      lm-sensors@lm-sensors.org
6158 S:      Maintained
6159 F:      drivers/hwmon/lm73.c
6160
6161 LM78 HARDWARE MONITOR DRIVER
6162 M:      Jean Delvare <jdelvare@suse.de>
6163 L:      lm-sensors@lm-sensors.org
6164 S:      Maintained
6165 F:      Documentation/hwmon/lm78
6166 F:      drivers/hwmon/lm78.c
6167
6168 LM83 HARDWARE MONITOR DRIVER
6169 M:      Jean Delvare <jdelvare@suse.de>
6170 L:      lm-sensors@lm-sensors.org
6171 S:      Maintained
6172 F:      Documentation/hwmon/lm83
6173 F:      drivers/hwmon/lm83.c
6174
6175 LM90 HARDWARE MONITOR DRIVER
6176 M:      Jean Delvare <jdelvare@suse.de>
6177 L:      lm-sensors@lm-sensors.org
6178 S:      Maintained
6179 F:      Documentation/hwmon/lm90
6180 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6181 F:      drivers/hwmon/lm90.c
6182
6183 LM95234 HARDWARE MONITOR DRIVER
6184 M:      Guenter Roeck <linux@roeck-us.net>
6185 L:      lm-sensors@lm-sensors.org
6186 S:      Maintained
6187 F:      Documentation/hwmon/lm95234
6188 F:      drivers/hwmon/lm95234.c
6189
6190 LME2510 MEDIA DRIVER
6191 M:      Malcolm Priestley <tvboxspy@gmail.com>
6192 L:      linux-media@vger.kernel.org
6193 W:      http://linuxtv.org/
6194 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6195 S:      Maintained
6196 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6197
6198 LOCKDEP AND LOCKSTAT
6199 M:      Peter Zijlstra <peterz@infradead.org>
6200 M:      Ingo Molnar <mingo@redhat.com>
6201 L:      linux-kernel@vger.kernel.org
6202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6203 S:      Maintained
6204 F:      Documentation/locking/lockdep*.txt
6205 F:      Documentation/locking/lockstat.txt
6206 F:      include/linux/lockdep.h
6207 F:      kernel/locking/
6208
6209 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6210 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6211 L:      linux-ntfs-dev@lists.sourceforge.net
6212 W:      http://www.linux-ntfs.org/content/view/19/37/
6213 S:      Maintained
6214 F:      Documentation/ldm.txt
6215 F:      block/partitions/ldm.*
6216
6217 LogFS
6218 M:      Joern Engel <joern@logfs.org>
6219 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6220 L:      logfs@logfs.org
6221 W:      logfs.org
6222 S:      Maintained
6223 F:      fs/logfs/
6224
6225 LPC32XX MACHINE SUPPORT
6226 M:      Roland Stigge <stigge@antcom.de>
6227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6228 S:      Maintained
6229 F:      arch/arm/mach-lpc32xx/
6230
6231 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6232 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6233 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6234 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6235 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6236 L:      MPT-FusionLinux.pdl@avagotech.com
6237 L:      linux-scsi@vger.kernel.org
6238 W:      http://www.lsilogic.com/support
6239 S:      Supported
6240 F:      drivers/message/fusion/
6241 F:      drivers/scsi/mpt2sas/
6242 F:      drivers/scsi/mpt3sas/
6243
6244 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6245 M:      Matthew Wilcox <matthew@wil.cx>
6246 L:      linux-scsi@vger.kernel.org
6247 S:      Maintained
6248 F:      drivers/scsi/sym53c8xx_2/
6249
6250 LTC4261 HARDWARE MONITOR DRIVER
6251 M:      Guenter Roeck <linux@roeck-us.net>
6252 L:      lm-sensors@lm-sensors.org
6253 S:      Maintained
6254 F:      Documentation/hwmon/ltc4261
6255 F:      drivers/hwmon/ltc4261.c
6256
6257 LTP (Linux Test Project)
6258 M:      Mike Frysinger <vapier@gentoo.org>
6259 M:      Cyril Hrubis <chrubis@suse.cz>
6260 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6261 M:      Jan Stancek <jstancek@redhat.com>
6262 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6263 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6264 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6265 W:      http://linux-test-project.github.io/
6266 T:      git git://github.com/linux-test-project/ltp.git
6267 S:      Maintained
6268
6269 M32R ARCHITECTURE
6270 W:      http://www.linux-m32r.org/
6271 S:      Orphan
6272 F:      arch/m32r/
6273
6274 M68K ARCHITECTURE
6275 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6276 L:      linux-m68k@lists.linux-m68k.org
6277 W:      http://www.linux-m68k.org/
6278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6279 S:      Maintained
6280 F:      arch/m68k/
6281 F:      drivers/zorro/
6282
6283 M68K ON APPLE MACINTOSH
6284 M:      Joshua Thompson <funaho@jurai.org>
6285 W:      http://www.mac.linux-m68k.org/
6286 L:      linux-m68k@lists.linux-m68k.org
6287 S:      Maintained
6288 F:      arch/m68k/mac/
6289
6290 M68K ON HP9000/300
6291 M:      Philip Blundell <philb@gnu.org>
6292 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6293 S:      Maintained
6294 F:      arch/m68k/hp300/
6295
6296 M88DS3103 MEDIA DRIVER
6297 M:      Antti Palosaari <crope@iki.fi>
6298 L:      linux-media@vger.kernel.org
6299 W:      http://linuxtv.org/
6300 W:      http://palosaari.fi/linux/
6301 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6302 T:      git git://linuxtv.org/anttip/media_tree.git
6303 S:      Maintained
6304 F:      drivers/media/dvb-frontends/m88ds3103*
6305
6306 M88RS2000 MEDIA DRIVER
6307 M:      Malcolm Priestley <tvboxspy@gmail.com>
6308 L:      linux-media@vger.kernel.org
6309 W:      http://linuxtv.org/
6310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6311 S:      Maintained
6312 F:      drivers/media/dvb-frontends/m88rs2000*
6313
6314 MA901 MASTERKIT USB FM RADIO DRIVER
6315 M:      Alexey Klimov <klimov.linux@gmail.com>
6316 L:      linux-media@vger.kernel.org
6317 T:      git git://linuxtv.org/media_tree.git
6318 S:      Maintained
6319 F:      drivers/media/radio/radio-ma901.c
6320
6321 MAC80211
6322 M:      Johannes Berg <johannes@sipsolutions.net>
6323 L:      linux-wireless@vger.kernel.org
6324 W:      http://wireless.kernel.org/
6325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6327 S:      Maintained
6328 F:      Documentation/networking/mac80211-injection.txt
6329 F:      include/net/mac80211.h
6330 F:      net/mac80211/
6331
6332 MACVLAN DRIVER
6333 M:      Patrick McHardy <kaber@trash.net>
6334 L:      netdev@vger.kernel.org
6335 S:      Maintained
6336 F:      drivers/net/macvlan.c
6337 F:      include/linux/if_macvlan.h
6338
6339 MAILBOX API
6340 M:      Jassi Brar <jassisinghbrar@gmail.com>
6341 L:      linux-kernel@vger.kernel.org
6342 S:      Maintained
6343 F:      drivers/mailbox/
6344 F:      include/linux/mailbox_client.h
6345 F:      include/linux/mailbox_controller.h
6346
6347 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6348 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6349 W:      http://www.kernel.org/doc/man-pages
6350 L:      linux-man@vger.kernel.org
6351 S:      Maintained
6352
6353 MARVELL ARMADA DRM SUPPORT
6354 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6355 S:      Maintained
6356 F:      drivers/gpu/drm/armada/
6357
6358 MARVELL 88E6352 DSA support
6359 M:      Guenter Roeck <linux@roeck-us.net>
6360 S:      Maintained
6361 F:      drivers/net/dsa/mv88e6352.c
6362
6363 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6364 M:      Mirko Lindner <mlindner@marvell.com>
6365 M:      Stephen Hemminger <stephen@networkplumber.org>
6366 L:      netdev@vger.kernel.org
6367 S:      Maintained
6368 F:      drivers/net/ethernet/marvell/sk*
6369
6370 MARVELL LIBERTAS WIRELESS DRIVER
6371 L:      libertas-dev@lists.infradead.org
6372 S:      Orphan
6373 F:      drivers/net/wireless/libertas/
6374
6375 MARVELL MV643XX ETHERNET DRIVER
6376 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6377 L:      netdev@vger.kernel.org
6378 S:      Maintained
6379 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6380 F:      include/linux/mv643xx.h
6381
6382 MARVELL MVNETA ETHERNET DRIVER
6383 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6384 L:      netdev@vger.kernel.org
6385 S:      Maintained
6386 F:      drivers/net/ethernet/marvell/mvneta.*
6387
6388 MARVELL MWIFIEX WIRELESS DRIVER
6389 M:      Amitkumar Karwar <akarwar@marvell.com>
6390 M:      Avinash Patil <patila@marvell.com>
6391 L:      linux-wireless@vger.kernel.org
6392 S:      Maintained
6393 F:      drivers/net/wireless/mwifiex/
6394
6395 MARVELL MWL8K WIRELESS DRIVER
6396 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6397 L:      linux-wireless@vger.kernel.org
6398 S:      Odd Fixes
6399 F:      drivers/net/wireless/mwl8k.c
6400
6401 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6402 M:      Nicolas Pitre <nico@fluxnic.net>
6403 S:      Odd Fixes
6404 F:      drivers/mmc/host/mvsdio.*
6405
6406 MATROX FRAMEBUFFER DRIVER
6407 L:      linux-fbdev@vger.kernel.org
6408 S:      Orphan
6409 F:      drivers/video/fbdev/matrox/matroxfb_*
6410 F:      include/uapi/linux/matroxfb.h
6411
6412 MAX16065 HARDWARE MONITOR DRIVER
6413 M:      Guenter Roeck <linux@roeck-us.net>
6414 L:      lm-sensors@lm-sensors.org
6415 S:      Maintained
6416 F:      Documentation/hwmon/max16065
6417 F:      drivers/hwmon/max16065.c
6418
6419 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6420 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6421 L:      lm-sensors@lm-sensors.org
6422 S:      Maintained
6423 F:      Documentation/hwmon/max6650
6424 F:      drivers/hwmon/max6650.c
6425
6426 MAX6697 HARDWARE MONITOR DRIVER
6427 M:      Guenter Roeck <linux@roeck-us.net>
6428 L:      lm-sensors@lm-sensors.org
6429 S:      Maintained
6430 F:      Documentation/hwmon/max6697
6431 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6432 F:      drivers/hwmon/max6697.c
6433 F:      include/linux/platform_data/max6697.h
6434
6435 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6436 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6437 L:      linux-pm@vger.kernel.org
6438 S:      Supported
6439 F:      drivers/power/max14577_charger.c
6440 F:      drivers/power/max77693_charger.c
6441
6442 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6443 M:      Chanwoo Choi <cw00.choi@samsung.com>
6444 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6445 L:      linux-kernel@vger.kernel.org
6446 S:      Supported
6447 F:      drivers/*/max14577.c
6448 F:      drivers/*/max77686.c
6449 F:      drivers/*/max77693.c
6450 F:      drivers/extcon/extcon-max14577.c
6451 F:      drivers/extcon/extcon-max77693.c
6452 F:      drivers/rtc/rtc-max77686.c
6453 F:      drivers/clk/clk-max77686.c
6454 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6455 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6456 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6457 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6458 F:      include/linux/mfd/max14577*.h
6459 F:      include/linux/mfd/max77686*.h
6460 F:      include/linux/mfd/max77693*.h
6461
6462 MAXIRADIO FM RADIO RECEIVER DRIVER
6463 M:      Hans Verkuil <hverkuil@xs4all.nl>
6464 L:      linux-media@vger.kernel.org
6465 T:      git git://linuxtv.org/media_tree.git
6466 W:      http://linuxtv.org
6467 S:      Maintained
6468 F:      drivers/media/radio/radio-maxiradio*
6469
6470 MEDIA DRIVERS FOR RENESAS - VSP1
6471 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6472 L:      linux-media@vger.kernel.org
6473 L:      linux-sh@vger.kernel.org
6474 T:      git git://linuxtv.org/media_tree.git
6475 S:      Supported
6476 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6477 F:      drivers/media/platform/vsp1/
6478
6479 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6480 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6481 P:      LinuxTV.org Project
6482 L:      linux-media@vger.kernel.org
6483 W:      http://linuxtv.org
6484 Q:      http://patchwork.kernel.org/project/linux-media/list/
6485 T:      git git://linuxtv.org/media_tree.git
6486 S:      Maintained
6487 F:      Documentation/dvb/
6488 F:      Documentation/video4linux/
6489 F:      Documentation/DocBook/media/
6490 F:      drivers/media/
6491 F:      drivers/staging/media/
6492 F:      include/media/
6493 F:      include/uapi/linux/dvb/
6494 F:      include/uapi/linux/videodev2.h
6495 F:      include/uapi/linux/media.h
6496 F:      include/uapi/linux/v4l2-*
6497 F:      include/uapi/linux/meye.h
6498 F:      include/uapi/linux/ivtv*
6499 F:      include/uapi/linux/uvcvideo.h
6500
6501 MEDIATEK MT7601U WIRELESS LAN DRIVER
6502 M:      Jakub Kicinski <kubakici@wp.pl>
6503 L:      linux-wireless@vger.kernel.org
6504 S:      Maintained
6505 F:      drivers/net/wireless/mediatek/mt7601u/
6506
6507 MEGARAID SCSI/SAS DRIVERS
6508 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6509 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6510 M:      Uday Lingala <uday.lingala@avagotech.com>
6511 L:      megaraidlinux.pdl@avagotech.com
6512 L:      linux-scsi@vger.kernel.org
6513 W:      http://www.lsi.com
6514 S:      Maintained
6515 F:      Documentation/scsi/megaraid.txt
6516 F:      drivers/scsi/megaraid.*
6517 F:      drivers/scsi/megaraid/
6518
6519 MELLANOX ETHERNET DRIVER (mlx4_en)
6520 M:      Amir Vadai <amirv@mellanox.com>
6521 M:      Ido Shamay <idos@mellanox.com>
6522 L:      netdev@vger.kernel.org
6523 S:      Supported
6524 W:      http://www.mellanox.com
6525 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6526 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6527
6528 MEMORY MANAGEMENT
6529 L:      linux-mm@kvack.org
6530 W:      http://www.linux-mm.org
6531 S:      Maintained
6532 F:      include/linux/mm.h
6533 F:      include/linux/gfp.h
6534 F:      include/linux/mmzone.h
6535 F:      include/linux/memory_hotplug.h
6536 F:      include/linux/vmalloc.h
6537 F:      mm/
6538
6539 MEMORY TECHNOLOGY DEVICES (MTD)
6540 M:      David Woodhouse <dwmw2@infradead.org>
6541 M:      Brian Norris <computersforpeace@gmail.com>
6542 L:      linux-mtd@lists.infradead.org
6543 W:      http://www.linux-mtd.infradead.org/
6544 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6545 T:      git git://git.infradead.org/linux-mtd.git
6546 T:      git git://git.infradead.org/l2-mtd.git
6547 S:      Maintained
6548 F:      drivers/mtd/
6549 F:      include/linux/mtd/
6550 F:      include/uapi/mtd/
6551
6552 MEN A21 WATCHDOG DRIVER
6553 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6554 L:      linux-watchdog@vger.kernel.org
6555 S:      Maintained
6556 F:      drivers/watchdog/mena21_wdt.c
6557
6558 MEN CHAMELEON BUS (mcb)
6559 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6560 S:      Maintained
6561 F:      drivers/mcb/
6562 F:      include/linux/mcb.h
6563
6564 MEN F21BMC (Board Management Controller)
6565 M:      Andreas Werner <andreas.werner@men.de>
6566 S:      Supported
6567 F:      drivers/mfd/menf21bmc.c
6568 F:      drivers/watchdog/menf21bmc_wdt.c
6569 F:      drivers/leds/leds-menf21bmc.c
6570 F:      drivers/hwmon/menf21bmc_hwmon.c
6571 F:      Documentation/hwmon/menf21bmc
6572
6573 METAG ARCHITECTURE
6574 M:      James Hogan <james.hogan@imgtec.com>
6575 L:      linux-metag@vger.kernel.org
6576 S:      Supported
6577 F:      arch/metag/
6578 F:      Documentation/metag/
6579 F:      Documentation/devicetree/bindings/metag/
6580 F:      drivers/clocksource/metag_generic.c
6581 F:      drivers/irqchip/irq-metag.c
6582 F:      drivers/irqchip/irq-metag-ext.c
6583 F:      drivers/tty/metag_da.c
6584
6585 MICROBLAZE ARCHITECTURE
6586 M:      Michal Simek <monstr@monstr.eu>
6587 W:      http://www.monstr.eu/fdt/
6588 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6589 S:      Supported
6590 F:      arch/microblaze/
6591
6592 MICROTEK X6 SCANNER
6593 M:      Oliver Neukum <oliver@neukum.org>
6594 S:      Maintained
6595 F:      drivers/usb/image/microtek.*
6596
6597 MIPS
6598 M:      Ralf Baechle <ralf@linux-mips.org>
6599 L:      linux-mips@linux-mips.org
6600 W:      http://www.linux-mips.org/
6601 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6602 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6603 S:      Supported
6604 F:      Documentation/mips/
6605 F:      arch/mips/
6606
6607 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6608 M:      Hans Verkuil <hverkuil@xs4all.nl>
6609 L:      linux-media@vger.kernel.org
6610 T:      git git://linuxtv.org/media_tree.git
6611 W:      http://linuxtv.org
6612 S:      Odd Fixes
6613 F:      drivers/media/radio/radio-miropcm20*
6614
6615 Mellanox MLX5 core VPI driver
6616 M:      Eli Cohen <eli@mellanox.com>
6617 L:      netdev@vger.kernel.org
6618 L:      linux-rdma@vger.kernel.org
6619 W:      http://www.mellanox.com
6620 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6621 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6622 T:      git git://openfabrics.org/~eli/connect-ib.git
6623 S:      Supported
6624 F:      drivers/net/ethernet/mellanox/mlx5/core/
6625 F:      include/linux/mlx5/
6626
6627 Mellanox MLX5 IB driver
6628 M:      Eli Cohen <eli@mellanox.com>
6629 L:      linux-rdma@vger.kernel.org
6630 W:      http://www.mellanox.com
6631 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6632 T:      git git://openfabrics.org/~eli/connect-ib.git
6633 S:      Supported
6634 F:      include/linux/mlx5/
6635 F:      drivers/infiniband/hw/mlx5/
6636
6637 MN88472 MEDIA DRIVER
6638 M:      Antti Palosaari <crope@iki.fi>
6639 L:      linux-media@vger.kernel.org
6640 W:      http://linuxtv.org/
6641 W:      http://palosaari.fi/linux/
6642 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6643 T:      git git://linuxtv.org/anttip/media_tree.git
6644 S:      Maintained
6645 F:      drivers/staging/media/mn88472/
6646 F:      drivers/media/dvb-frontends/mn88472.h
6647
6648 MN88473 MEDIA DRIVER
6649 M:      Antti Palosaari <crope@iki.fi>
6650 L:      linux-media@vger.kernel.org
6651 W:      http://linuxtv.org/
6652 W:      http://palosaari.fi/linux/
6653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6654 T:      git git://linuxtv.org/anttip/media_tree.git
6655 S:      Maintained
6656 F:      drivers/staging/media/mn88473/
6657 F:      drivers/media/dvb-frontends/mn88473.h
6658
6659 MODULE SUPPORT
6660 M:      Rusty Russell <rusty@rustcorp.com.au>
6661 S:      Maintained
6662 F:      include/linux/module.h
6663 F:      kernel/module.c
6664
6665 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6666 W:      http://popies.net/meye/
6667 S:      Orphan
6668 F:      Documentation/video4linux/meye.txt
6669 F:      drivers/media/pci/meye/
6670 F:      include/uapi/linux/meye.h
6671
6672 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6673 M:      Jiri Slaby <jirislaby@gmail.com>
6674 S:      Maintained
6675 F:      Documentation/serial/moxa-smartio
6676 F:      drivers/tty/mxser.*
6677
6678 MR800 AVERMEDIA USB FM RADIO DRIVER
6679 M:      Alexey Klimov <klimov.linux@gmail.com>
6680 L:      linux-media@vger.kernel.org
6681 T:      git git://linuxtv.org/media_tree.git
6682 S:      Maintained
6683 F:      drivers/media/radio/radio-mr800.c
6684
6685 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6686 M:      Alan Ott <alan@signal11.us>
6687 L:      linux-wpan@vger.kernel.org
6688 S:      Maintained
6689 F:      drivers/net/ieee802154/mrf24j40.c
6690
6691 MSI LAPTOP SUPPORT
6692 M:      "Lee, Chun-Yi" <jlee@suse.com>
6693 L:      platform-driver-x86@vger.kernel.org
6694 S:      Maintained
6695 F:      drivers/platform/x86/msi-laptop.c
6696
6697 MSI WMI SUPPORT
6698 M:      Anisse Astier <anisse@astier.eu>
6699 L:      platform-driver-x86@vger.kernel.org
6700 S:      Supported
6701 F:      drivers/platform/x86/msi-wmi.c
6702
6703 MSI001 MEDIA DRIVER
6704 M:      Antti Palosaari <crope@iki.fi>
6705 L:      linux-media@vger.kernel.org
6706 W:      http://linuxtv.org/
6707 W:      http://palosaari.fi/linux/
6708 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6709 T:      git git://linuxtv.org/anttip/media_tree.git
6710 S:      Maintained
6711 F:      drivers/media/tuners/msi001*
6712
6713 MSI2500 MEDIA DRIVER
6714 M:      Antti Palosaari <crope@iki.fi>
6715 L:      linux-media@vger.kernel.org
6716 W:      http://linuxtv.org/
6717 W:      http://palosaari.fi/linux/
6718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6719 T:      git git://linuxtv.org/anttip/media_tree.git
6720 S:      Maintained
6721 F:      drivers/media/usb/msi2500/
6722
6723 MT9M032 APTINA SENSOR DRIVER
6724 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6725 L:      linux-media@vger.kernel.org
6726 T:      git git://linuxtv.org/media_tree.git
6727 S:      Maintained
6728 F:      drivers/media/i2c/mt9m032.c
6729 F:      include/media/mt9m032.h
6730
6731 MT9P031 APTINA CAMERA SENSOR
6732 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6733 L:      linux-media@vger.kernel.org
6734 T:      git git://linuxtv.org/media_tree.git
6735 S:      Maintained
6736 F:      drivers/media/i2c/mt9p031.c
6737 F:      include/media/mt9p031.h
6738
6739 MT9T001 APTINA CAMERA SENSOR
6740 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6741 L:      linux-media@vger.kernel.org
6742 T:      git git://linuxtv.org/media_tree.git
6743 S:      Maintained
6744 F:      drivers/media/i2c/mt9t001.c
6745 F:      include/media/mt9t001.h
6746
6747 MT9V032 APTINA CAMERA SENSOR
6748 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6749 L:      linux-media@vger.kernel.org
6750 T:      git git://linuxtv.org/media_tree.git
6751 S:      Maintained
6752 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6753 F:      drivers/media/i2c/mt9v032.c
6754 F:      include/media/mt9v032.h
6755
6756 MULTIFUNCTION DEVICES (MFD)
6757 M:      Samuel Ortiz <sameo@linux.intel.com>
6758 M:      Lee Jones <lee.jones@linaro.org>
6759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6760 S:      Supported
6761 F:      drivers/mfd/
6762 F:      include/linux/mfd/
6763
6764 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6765 M:      Ulf Hansson <ulf.hansson@linaro.org>
6766 L:      linux-mmc@vger.kernel.org
6767 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6768 S:      Maintained
6769 F:      drivers/mmc/
6770 F:      include/linux/mmc/
6771 F:      include/uapi/linux/mmc/
6772
6773 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6774 S:      Orphan
6775 F:      drivers/mmc/host/mmc_spi.c
6776 F:      include/linux/spi/mmc_spi.h
6777
6778 MULTISOUND SOUND DRIVER
6779 M:      Andrew Veliath <andrewtv@usa.net>
6780 S:      Maintained
6781 F:      Documentation/sound/oss/MultiSound
6782 F:      sound/oss/msnd*
6783
6784 MULTITECH MULTIPORT CARD (ISICOM)
6785 S:      Orphan
6786 F:      drivers/tty/isicom.c
6787 F:      include/linux/isicom.h
6788
6789 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6790 M:      Felipe Balbi <balbi@ti.com>
6791 L:      linux-usb@vger.kernel.org
6792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6793 S:      Maintained
6794 F:      drivers/usb/musb/
6795
6796 MXL5007T MEDIA DRIVER
6797 M:      Michael Krufky <mkrufky@linuxtv.org>
6798 L:      linux-media@vger.kernel.org
6799 W:      http://linuxtv.org/
6800 W:      http://github.com/mkrufky
6801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6802 T:      git git://linuxtv.org/mkrufky/tuners.git
6803 S:      Maintained
6804 F:      drivers/media/tuners/mxl5007t.*
6805
6806 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6807 M:      Hyong-Youb Kim <hykim@myri.com>
6808 L:      netdev@vger.kernel.org
6809 W:      https://www.myricom.com/support/downloads/myri10ge.html
6810 S:      Supported
6811 F:      drivers/net/ethernet/myricom/myri10ge/
6812
6813 NATSEMI ETHERNET DRIVER (DP8381x)
6814 S:      Orphan
6815 F:      drivers/net/ethernet/natsemi/natsemi.c
6816
6817 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6818 M:      Daniel Mack <zonque@gmail.com>
6819 S:      Maintained
6820 L:      alsa-devel@alsa-project.org
6821 W:      http://www.native-instruments.com
6822 F:      sound/usb/caiaq/
6823
6824 NCP FILESYSTEM
6825 M:      Petr Vandrovec <petr@vandrovec.name>
6826 S:      Odd Fixes
6827 F:      fs/ncpfs/
6828
6829 NCR 5380 SCSI DRIVERS
6830 M:      Finn Thain <fthain@telegraphics.com.au>
6831 M:      Michael Schmitz <schmitzmic@gmail.com>
6832 L:      linux-scsi@vger.kernel.org
6833 S:      Maintained
6834 F:      Documentation/scsi/g_NCR5380.txt
6835 F:      drivers/scsi/NCR5380.*
6836 F:      drivers/scsi/arm/cumana_1.c
6837 F:      drivers/scsi/arm/oak.c
6838 F:      drivers/scsi/atari_NCR5380.c
6839 F:      drivers/scsi/atari_scsi.*
6840 F:      drivers/scsi/dmx3191d.c
6841 F:      drivers/scsi/dtc.*
6842 F:      drivers/scsi/g_NCR5380.*
6843 F:      drivers/scsi/g_NCR5380_mmio.c
6844 F:      drivers/scsi/mac_scsi.*
6845 F:      drivers/scsi/pas16.*
6846 F:      drivers/scsi/sun3_scsi.*
6847 F:      drivers/scsi/sun3_scsi_vme.c
6848 F:      drivers/scsi/t128.*
6849
6850 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6851 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6852 L:      linux-scsi@vger.kernel.org
6853 S:      Maintained
6854 F:      drivers/scsi/NCR_D700.*
6855
6856 NCT6775 HARDWARE MONITOR DRIVER
6857 M:      Guenter Roeck <linux@roeck-us.net>
6858 L:      lm-sensors@lm-sensors.org
6859 S:      Maintained
6860 F:      Documentation/hwmon/nct6775
6861 F:      drivers/hwmon/nct6775.c
6862
6863 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6864 M:      Faisal Latif <faisal.latif@intel.com>
6865 L:      linux-rdma@vger.kernel.org
6866 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6867 S:      Supported
6868 F:      drivers/infiniband/hw/nes/
6869
6870 NETEM NETWORK EMULATOR
6871 M:      Stephen Hemminger <stephen@networkplumber.org>
6872 L:      netem@lists.linux-foundation.org
6873 S:      Maintained
6874 F:      net/sched/sch_netem.c
6875
6876 NETERION 10GbE DRIVERS (s2io/vxge)
6877 M:      Jon Mason <jdmason@kudzu.us>
6878 L:      netdev@vger.kernel.org
6879 S:      Supported
6880 F:      Documentation/networking/s2io.txt
6881 F:      Documentation/networking/vxge.txt
6882 F:      drivers/net/ethernet/neterion/
6883
6884 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6885 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6886 M:      Patrick McHardy <kaber@trash.net>
6887 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6888 L:      netfilter-devel@vger.kernel.org
6889 L:      coreteam@netfilter.org
6890 W:      http://www.netfilter.org/
6891 W:      http://www.iptables.org/
6892 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6895 S:      Supported
6896 F:      include/linux/netfilter*
6897 F:      include/linux/netfilter/
6898 F:      include/net/netfilter/
6899 F:      include/uapi/linux/netfilter*
6900 F:      include/uapi/linux/netfilter/
6901 F:      net/*/netfilter.c
6902 F:      net/*/netfilter/
6903 F:      net/netfilter/
6904
6905 NETLABEL
6906 M:      Paul Moore <paul@paul-moore.com>
6907 W:      http://netlabel.sf.net
6908 L:      netdev@vger.kernel.org
6909 S:      Maintained
6910 F:      Documentation/netlabel/
6911 F:      include/net/netlabel.h
6912 F:      net/netlabel/
6913
6914 NETROM NETWORK LAYER
6915 M:      Ralf Baechle <ralf@linux-mips.org>
6916 L:      linux-hams@vger.kernel.org
6917 W:      http://www.linux-ax25.org/
6918 S:      Maintained
6919 F:      include/net/netrom.h
6920 F:      include/uapi/linux/netrom.h
6921 F:      net/netrom/
6922
6923 NETWORK BLOCK DEVICE (NBD)
6924 M:      Markus Pargmann <mpa@pengutronix.de>
6925 S:      Maintained
6926 L:      nbd-general@lists.sourceforge.net
6927 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6928 F:      Documentation/blockdev/nbd.txt
6929 F:      drivers/block/nbd.c
6930 F:      include/linux/nbd.h
6931 F:      include/uapi/linux/nbd.h
6932
6933 NETWORK DROP MONITOR
6934 M:      Neil Horman <nhorman@tuxdriver.com>
6935 L:      netdev@vger.kernel.org
6936 S:      Maintained
6937 W:      https://fedorahosted.org/dropwatch/
6938 F:      net/core/drop_monitor.c
6939
6940 NETWORKING [GENERAL]
6941 M:      "David S. Miller" <davem@davemloft.net>
6942 L:      netdev@vger.kernel.org
6943 W:      http://www.linuxfoundation.org/en/Net
6944 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6947 S:      Maintained
6948 F:      net/
6949 F:      include/net/
6950 F:      include/linux/in.h
6951 F:      include/linux/net.h
6952 F:      include/linux/netdevice.h
6953 F:      include/uapi/linux/in.h
6954 F:      include/uapi/linux/net.h
6955 F:      include/uapi/linux/netdevice.h
6956 F:      include/uapi/linux/net_namespace.h
6957 F:      tools/net/
6958 F:      tools/testing/selftests/net/
6959 F:      lib/random32.c
6960 F:      lib/test_bpf.c
6961
6962 NETWORKING [IPv4/IPv6]
6963 M:      "David S. Miller" <davem@davemloft.net>
6964 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6965 M:      James Morris <jmorris@namei.org>
6966 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6967 M:      Patrick McHardy <kaber@trash.net>
6968 L:      netdev@vger.kernel.org
6969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6970 S:      Maintained
6971 F:      net/ipv4/
6972 F:      net/ipv6/
6973 F:      include/net/ip*
6974 F:      arch/x86/net/*
6975
6976 NETWORKING [IPSEC]
6977 M:      Steffen Klassert <steffen.klassert@secunet.com>
6978 M:      Herbert Xu <herbert@gondor.apana.org.au>
6979 M:      "David S. Miller" <davem@davemloft.net>
6980 L:      netdev@vger.kernel.org
6981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6983 S:      Maintained
6984 F:      net/core/flow.c
6985 F:      net/xfrm/
6986 F:      net/key/
6987 F:      net/ipv4/xfrm*
6988 F:      net/ipv4/esp4.c
6989 F:      net/ipv4/ah4.c
6990 F:      net/ipv4/ipcomp.c
6991 F:      net/ipv4/ip_vti.c
6992 F:      net/ipv6/xfrm*
6993 F:      net/ipv6/esp6.c
6994 F:      net/ipv6/ah6.c
6995 F:      net/ipv6/ipcomp6.c
6996 F:      net/ipv6/ip6_vti.c
6997 F:      include/uapi/linux/xfrm.h
6998 F:      include/net/xfrm.h
6999
7000 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7001 M:      Paul Moore <paul@paul-moore.com>
7002 L:      netdev@vger.kernel.org
7003 S:      Maintained
7004
7005 NETWORKING [WIRELESS]
7006 L:      linux-wireless@vger.kernel.org
7007 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7008
7009 NETWORKING DRIVERS
7010 L:      netdev@vger.kernel.org
7011 W:      http://www.linuxfoundation.org/en/Net
7012 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7015 S:      Odd Fixes
7016 F:      drivers/net/
7017 F:      include/linux/if_*
7018 F:      include/linux/netdevice.h
7019 F:      include/linux/arcdevice.h
7020 F:      include/linux/etherdevice.h
7021 F:      include/linux/fcdevice.h
7022 F:      include/linux/fddidevice.h
7023 F:      include/linux/hippidevice.h
7024 F:      include/linux/inetdevice.h
7025 F:      include/uapi/linux/if_*
7026 F:      include/uapi/linux/netdevice.h
7027
7028 NETWORKING DRIVERS (WIRELESS)
7029 M:      Kalle Valo <kvalo@codeaurora.org>
7030 L:      linux-wireless@vger.kernel.org
7031 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7033 S:      Maintained
7034 F:      drivers/net/wireless/
7035
7036 NETXEN (1/10) GbE SUPPORT
7037 M:      Manish Chopra <manish.chopra@qlogic.com>
7038 M:      Sony Chacko <sony.chacko@qlogic.com>
7039 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7040 L:      netdev@vger.kernel.org
7041 W:      http://www.qlogic.com
7042 S:      Supported
7043 F:      drivers/net/ethernet/qlogic/netxen/
7044
7045 NFC SUBSYSTEM
7046 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7047 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7048 M:      Samuel Ortiz <sameo@linux.intel.com>
7049 L:      linux-wireless@vger.kernel.org
7050 L:      linux-nfc@lists.01.org (subscribers-only)
7051 S:      Supported
7052 F:      net/nfc/
7053 F:      include/net/nfc/
7054 F:      include/uapi/linux/nfc.h
7055 F:      drivers/nfc/
7056 F:      include/linux/platform_data/pn544.h
7057 F:      Documentation/devicetree/bindings/net/nfc/
7058
7059 NFS, SUNRPC, AND LOCKD CLIENTS
7060 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7061 M:      Anna Schumaker <anna.schumaker@netapp.com>
7062 L:      linux-nfs@vger.kernel.org
7063 W:      http://client.linux-nfs.org
7064 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7065 S:      Maintained
7066 F:      fs/lockd/
7067 F:      fs/nfs/
7068 F:      fs/nfs_common/
7069 F:      net/sunrpc/
7070 F:      include/linux/lockd/
7071 F:      include/linux/nfs*
7072 F:      include/linux/sunrpc/
7073 F:      include/uapi/linux/nfs*
7074 F:      include/uapi/linux/sunrpc/
7075
7076 NILFS2 FILESYSTEM
7077 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7078 L:      linux-nilfs@vger.kernel.org
7079 W:      http://nilfs.sourceforge.net/
7080 T:      git git://github.com/konis/nilfs2.git
7081 S:      Supported
7082 F:      Documentation/filesystems/nilfs2.txt
7083 F:      fs/nilfs2/
7084 F:      include/linux/nilfs2_fs.h
7085
7086 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7087 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7088 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7089 S:      Maintained
7090 F:      Documentation/scsi/NinjaSCSI.txt
7091 F:      drivers/scsi/pcmcia/nsp_*
7092
7093 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7094 M:      GOTO Masanori <gotom@debian.or.jp>
7095 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7096 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7097 S:      Maintained
7098 F:      Documentation/scsi/NinjaSCSI.txt
7099 F:      drivers/scsi/nsp32*
7100
7101 NIOS2 ARCHITECTURE
7102 M:      Ley Foon Tan <lftan@altera.com>
7103 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7104 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7105 S:      Maintained
7106 F:      arch/nios2/
7107
7108 NOKIA N900 POWER SUPPLY DRIVERS
7109 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7110 S:      Maintained
7111 F:      include/linux/power/bq2415x_charger.h
7112 F:      include/linux/power/bq27x00_battery.h
7113 F:      include/linux/power/isp1704_charger.h
7114 F:      drivers/power/bq2415x_charger.c
7115 F:      drivers/power/bq27x00_battery.c
7116 F:      drivers/power/isp1704_charger.c
7117 F:      drivers/power/rx51_battery.c
7118
7119 NTB DRIVER
7120 M:      Jon Mason <jdmason@kudzu.us>
7121 M:      Dave Jiang <dave.jiang@intel.com>
7122 S:      Supported
7123 W:      https://github.com/jonmason/ntb/wiki
7124 T:      git git://github.com/jonmason/ntb.git
7125 F:      drivers/ntb/
7126 F:      drivers/net/ntb_netdev.c
7127 F:      include/linux/ntb.h
7128
7129 NTFS FILESYSTEM
7130 M:      Anton Altaparmakov <anton@tuxera.com>
7131 L:      linux-ntfs-dev@lists.sourceforge.net
7132 W:      http://www.tuxera.com/
7133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7134 S:      Supported
7135 F:      Documentation/filesystems/ntfs.txt
7136 F:      fs/ntfs/
7137
7138 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7139 M:      Antonino Daplas <adaplas@gmail.com>
7140 L:      linux-fbdev@vger.kernel.org
7141 S:      Maintained
7142 F:      drivers/video/fbdev/riva/
7143 F:      drivers/video/fbdev/nvidia/
7144
7145 NVM EXPRESS DRIVER
7146 M:      Matthew Wilcox <willy@linux.intel.com>
7147 L:      linux-nvme@lists.infradead.org
7148 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7149 S:      Supported
7150 F:      drivers/block/nvme*
7151 F:      include/linux/nvme.h
7152
7153 NXP-NCI NFC DRIVER
7154 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7155 R:      Charles Gorand <charles.gorand@effinnov.com>
7156 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7157 S:      Supported
7158 F:      drivers/nfc/nxp-nci
7159
7160 NXP TDA998X DRM DRIVER
7161 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7162 S:      Supported
7163 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7164 F:      include/drm/i2c/tda998x.h
7165
7166 NXP TFA9879 DRIVER
7167 M:      Peter Rosin <peda@axentia.se>
7168 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7169 S:      Maintained
7170 F:      sound/soc/codecs/tfa9879*
7171
7172 OMAP SUPPORT
7173 M:      Tony Lindgren <tony@atomide.com>
7174 L:      linux-omap@vger.kernel.org
7175 W:      http://www.muru.com/linux/omap/
7176 W:      http://linux.omap.com/
7177 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7179 S:      Maintained
7180 F:      arch/arm/*omap*/
7181 F:      arch/arm/configs/omap1_defconfig
7182 F:      arch/arm/configs/omap2plus_defconfig
7183 F:      drivers/i2c/busses/i2c-omap.c
7184 F:      drivers/irqchip/irq-omap-intc.c
7185 F:      drivers/mfd/*omap*.c
7186 F:      drivers/mfd/menelaus.c
7187 F:      drivers/mfd/palmas.c
7188 F:      drivers/mfd/tps65217.c
7189 F:      drivers/mfd/tps65218.c
7190 F:      drivers/mfd/tps65910.c
7191 F:      drivers/mfd/twl-core.[ch]
7192 F:      drivers/mfd/twl4030*.c
7193 F:      drivers/mfd/twl6030*.c
7194 F:      drivers/mfd/twl6040*.c
7195 F:      drivers/regulator/palmas-regulator*.c
7196 F:      drivers/regulator/pbias-regulator.c
7197 F:      drivers/regulator/tps65217-regulator.c
7198 F:      drivers/regulator/tps65218-regulator.c
7199 F:      drivers/regulator/tps65910-regulator.c
7200 F:      drivers/regulator/twl-regulator.c
7201 F:      include/linux/i2c-omap.h
7202
7203 OMAP DEVICE TREE SUPPORT
7204 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7205 M:      Tony Lindgren <tony@atomide.com>
7206 L:      linux-omap@vger.kernel.org
7207 L:      devicetree@vger.kernel.org
7208 S:      Maintained
7209 F:      arch/arm/boot/dts/*omap*
7210 F:      arch/arm/boot/dts/*am3*
7211 F:      arch/arm/boot/dts/*am4*
7212 F:      arch/arm/boot/dts/*am5*
7213 F:      arch/arm/boot/dts/*dra7*
7214
7215 OMAP CLOCK FRAMEWORK SUPPORT
7216 M:      Paul Walmsley <paul@pwsan.com>
7217 L:      linux-omap@vger.kernel.org
7218 S:      Maintained
7219 F:      arch/arm/*omap*/*clock*
7220
7221 OMAP POWER MANAGEMENT SUPPORT
7222 M:      Kevin Hilman <khilman@deeprootsystems.com>
7223 L:      linux-omap@vger.kernel.org
7224 S:      Maintained
7225 F:      arch/arm/*omap*/*pm*
7226 F:      drivers/cpufreq/omap-cpufreq.c
7227
7228 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7229 M:      Rajendra Nayak <rnayak@ti.com>
7230 M:      Paul Walmsley <paul@pwsan.com>
7231 L:      linux-omap@vger.kernel.org
7232 S:      Maintained
7233 F:      arch/arm/mach-omap2/prm*
7234
7235 OMAP AUDIO SUPPORT
7236 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7237 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7238 L:      alsa-devel@alsa-project.org (subscribers-only)
7239 L:      linux-omap@vger.kernel.org
7240 S:      Maintained
7241 F:      sound/soc/omap/
7242
7243 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7244 M:      Roger Quadros <rogerq@ti.com>
7245 M:      Tony Lindgren <tony@atomide.com>
7246 L:      linux-omap@vger.kernel.org
7247 S:      Maintained
7248 F:      drivers/memory/omap-gpmc.c
7249 F:      arch/arm/mach-omap2/*gpmc*
7250
7251 OMAP FRAMEBUFFER SUPPORT
7252 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7253 L:      linux-fbdev@vger.kernel.org
7254 L:      linux-omap@vger.kernel.org
7255 S:      Maintained
7256 F:      drivers/video/fbdev/omap/
7257
7258 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7259 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7260 L:      linux-omap@vger.kernel.org
7261 L:      linux-fbdev@vger.kernel.org
7262 S:      Maintained
7263 F:      drivers/video/fbdev/omap2/
7264 F:      Documentation/arm/OMAP/DSS
7265
7266 OMAP HARDWARE SPINLOCK SUPPORT
7267 M:      Ohad Ben-Cohen <ohad@wizery.com>
7268 L:      linux-omap@vger.kernel.org
7269 S:      Maintained
7270 F:      drivers/hwspinlock/omap_hwspinlock.c
7271 F:      arch/arm/mach-omap2/hwspinlock.c
7272
7273 OMAP MMC SUPPORT
7274 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7275 L:      linux-omap@vger.kernel.org
7276 S:      Maintained
7277 F:      drivers/mmc/host/omap.c
7278
7279 OMAP HS MMC SUPPORT
7280 L:      linux-mmc@vger.kernel.org
7281 L:      linux-omap@vger.kernel.org
7282 S:      Orphan
7283 F:      drivers/mmc/host/omap_hsmmc.c
7284
7285 OMAP RANDOM NUMBER GENERATOR SUPPORT
7286 M:      Deepak Saxena <dsaxena@plexity.net>
7287 S:      Maintained
7288 F:      drivers/char/hw_random/omap-rng.c
7289
7290 OMAP HWMOD SUPPORT
7291 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7292 M:      Paul Walmsley <paul@pwsan.com>
7293 L:      linux-omap@vger.kernel.org
7294 S:      Maintained
7295 F:      arch/arm/mach-omap2/omap_hwmod.*
7296
7297 OMAP HWMOD DATA
7298 M:      Paul Walmsley <paul@pwsan.com>
7299 L:      linux-omap@vger.kernel.org
7300 S:      Maintained
7301 F:      arch/arm/mach-omap2/omap_hwmod*data*
7302
7303 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7304 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7305 L:      linux-omap@vger.kernel.org
7306 S:      Maintained
7307 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7308
7309 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7310 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7311 L:      linux-media@vger.kernel.org
7312 S:      Maintained
7313 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7314 F:      drivers/media/platform/omap3isp/
7315 F:      drivers/staging/media/omap4iss/
7316
7317 OMAP USB SUPPORT
7318 M:      Felipe Balbi <balbi@ti.com>
7319 L:      linux-usb@vger.kernel.org
7320 L:      linux-omap@vger.kernel.org
7321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7322 S:      Maintained
7323 F:      drivers/usb/*/*omap*
7324 F:      arch/arm/*omap*/usb*
7325
7326 OMAP GPIO DRIVER
7327 M:      Javier Martinez Canillas <javier@dowhile0.org>
7328 M:      Santosh Shilimkar <ssantosh@kernel.org>
7329 M:      Kevin Hilman <khilman@deeprootsystems.com>
7330 L:      linux-omap@vger.kernel.org
7331 S:      Maintained
7332 F:      drivers/gpio/gpio-omap.c
7333
7334 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7335 M:      Mark Jackson <mpfj@newflow.co.uk>
7336 L:      linux-omap@vger.kernel.org
7337 S:      Maintained
7338 F:      arch/arm/boot/dts/am335x-nano.dts
7339
7340 OMFS FILESYSTEM
7341 M:      Bob Copeland <me@bobcopeland.com>
7342 L:      linux-karma-devel@lists.sourceforge.net
7343 S:      Maintained
7344 F:      Documentation/filesystems/omfs.txt
7345 F:      fs/omfs/
7346
7347 OMNIKEY CARDMAN 4000 DRIVER
7348 M:      Harald Welte <laforge@gnumonks.org>
7349 S:      Maintained
7350 F:      drivers/char/pcmcia/cm4000_cs.c
7351 F:      include/linux/cm4000_cs.h
7352 F:      include/uapi/linux/cm4000_cs.h
7353
7354 OMNIKEY CARDMAN 4040 DRIVER
7355 M:      Harald Welte <laforge@gnumonks.org>
7356 S:      Maintained
7357 F:      drivers/char/pcmcia/cm4040_cs.*
7358
7359 OMNIVISION OV7670 SENSOR DRIVER
7360 M:      Jonathan Corbet <corbet@lwn.net>
7361 L:      linux-media@vger.kernel.org
7362 T:      git git://linuxtv.org/media_tree.git
7363 S:      Maintained
7364 F:      drivers/media/i2c/ov7670.c
7365
7366 ONENAND FLASH DRIVER
7367 M:      Kyungmin Park <kyungmin.park@samsung.com>
7368 L:      linux-mtd@lists.infradead.org
7369 S:      Maintained
7370 F:      drivers/mtd/onenand/
7371 F:      include/linux/mtd/onenand*.h
7372
7373 ONSTREAM SCSI TAPE DRIVER
7374 M:      Willem Riede <osst@riede.org>
7375 L:      osst-users@lists.sourceforge.net
7376 L:      linux-scsi@vger.kernel.org
7377 S:      Maintained
7378 F:      Documentation/scsi/osst.txt
7379 F:      drivers/scsi/osst.*
7380 F:      drivers/scsi/osst_*.h
7381 F:      drivers/scsi/st.h
7382
7383 OPENCORES I2C BUS DRIVER
7384 M:      Peter Korsgaard <jacmet@sunsite.dk>
7385 L:      linux-i2c@vger.kernel.org
7386 S:      Maintained
7387 F:      Documentation/i2c/busses/i2c-ocores
7388 F:      drivers/i2c/busses/i2c-ocores.c
7389
7390 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7391 M:      Grant Likely <grant.likely@linaro.org>
7392 M:      Rob Herring <robh+dt@kernel.org>
7393 L:      devicetree@vger.kernel.org
7394 W:      http://www.devicetree.org/
7395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7396 S:      Maintained
7397 F:      drivers/of/
7398 F:      include/linux/of*.h
7399 F:      scripts/dtc/
7400
7401 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7402 M:      Rob Herring <robh+dt@kernel.org>
7403 M:      Pawel Moll <pawel.moll@arm.com>
7404 M:      Mark Rutland <mark.rutland@arm.com>
7405 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7406 M:      Kumar Gala <galak@codeaurora.org>
7407 L:      devicetree@vger.kernel.org
7408 S:      Maintained
7409 F:      Documentation/devicetree/
7410 F:      arch/*/boot/dts/
7411 F:      include/dt-bindings/
7412
7413 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7414 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7415 L:      devicetree@vger.kernel.org
7416 S:      Maintained
7417 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7418 F:      Documentation/devicetree/overlay-notes.txt
7419 F:      drivers/of/overlay.c
7420 F:      drivers/of/resolver.c
7421
7422 OPENRISC ARCHITECTURE
7423 M:      Jonas Bonn <jonas@southpole.se>
7424 W:      http://openrisc.net
7425 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7426 S:      Maintained
7427 T:      git git://openrisc.net/~jonas/linux
7428 F:      arch/openrisc/
7429
7430 OPENVSWITCH
7431 M:      Pravin Shelar <pshelar@nicira.com>
7432 L:      netdev@vger.kernel.org
7433 L:      dev@openvswitch.org
7434 W:      http://openvswitch.org
7435 S:      Maintained
7436 F:      net/openvswitch/
7437 F:      include/uapi/linux/openvswitch.h
7438
7439 OPL4 DRIVER
7440 M:      Clemens Ladisch <clemens@ladisch.de>
7441 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7442 T:      git git://git.alsa-project.org/alsa-kernel.git
7443 S:      Maintained
7444 F:      sound/drivers/opl4/
7445
7446 OPROFILE
7447 M:      Robert Richter <rric@kernel.org>
7448 L:      oprofile-list@lists.sf.net
7449 S:      Maintained
7450 F:      arch/*/include/asm/oprofile*.h
7451 F:      arch/*/oprofile/
7452 F:      drivers/oprofile/
7453 F:      include/linux/oprofile.h
7454
7455 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7456 M:      Mark Fasheh <mfasheh@suse.com>
7457 M:      Joel Becker <jlbec@evilplan.org>
7458 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7459 W:      http://ocfs2.wiki.kernel.org
7460 S:      Supported
7461 F:      Documentation/filesystems/ocfs2.txt
7462 F:      Documentation/filesystems/dlmfs.txt
7463 F:      fs/ocfs2/
7464
7465 ORINOCO DRIVER
7466 L:      linux-wireless@vger.kernel.org
7467 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7468 W:      http://www.nongnu.org/orinoco/
7469 S:      Orphan
7470 F:      drivers/net/wireless/orinoco/
7471
7472 OSD LIBRARY and FILESYSTEM
7473 M:      Boaz Harrosh <ooo@electrozaur.com>
7474 M:      Benny Halevy <bhalevy@primarydata.com>
7475 L:      osd-dev@open-osd.org
7476 W:      http://open-osd.org
7477 T:      git git://git.open-osd.org/open-osd.git
7478 S:      Maintained
7479 F:      drivers/scsi/osd/
7480 F:      include/scsi/osd_*
7481 F:      fs/exofs/
7482
7483 OVERLAY FILESYSTEM
7484 M:      Miklos Szeredi <miklos@szeredi.hu>
7485 L:      linux-unionfs@vger.kernel.org
7486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7487 S:      Supported
7488 F:      fs/overlayfs/
7489 F:      Documentation/filesystems/overlayfs.txt
7490
7491 P54 WIRELESS DRIVER
7492 M:      Christian Lamparter <chunkeey@googlemail.com>
7493 L:      linux-wireless@vger.kernel.org
7494 W:      http://wireless.kernel.org/en/users/Drivers/p54
7495 S:      Maintained
7496 F:      drivers/net/wireless/p54/
7497
7498 PA SEMI ETHERNET DRIVER
7499 M:      Olof Johansson <olof@lixom.net>
7500 L:      netdev@vger.kernel.org
7501 S:      Maintained
7502 F:      drivers/net/ethernet/pasemi/*
7503
7504 PA SEMI SMBUS DRIVER
7505 M:      Olof Johansson <olof@lixom.net>
7506 L:      linux-i2c@vger.kernel.org
7507 S:      Maintained
7508 F:      drivers/i2c/busses/i2c-pasemi.c
7509
7510 PADATA PARALLEL EXECUTION MECHANISM
7511 M:      Steffen Klassert <steffen.klassert@secunet.com>
7512 L:      linux-crypto@vger.kernel.org
7513 S:      Maintained
7514 F:      kernel/padata.c
7515 F:      include/linux/padata.h
7516 F:      Documentation/padata.txt
7517
7518 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7519 M:      Harald Welte <laforge@gnumonks.org>
7520 L:      platform-driver-x86@vger.kernel.org
7521 S:      Maintained
7522 F:      drivers/platform/x86/panasonic-laptop.c
7523
7524 PANASONIC MN10300/AM33/AM34 PORT
7525 M:      David Howells <dhowells@redhat.com>
7526 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7527 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7528 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7529 S:      Maintained
7530 F:      Documentation/mn10300/
7531 F:      arch/mn10300/
7532
7533 PARALLEL PORT SUPPORT
7534 L:      linux-parport@lists.infradead.org (subscribers-only)
7535 S:      Orphan
7536 F:      drivers/parport/
7537 F:      include/linux/parport*.h
7538 F:      drivers/char/ppdev.c
7539 F:      include/uapi/linux/ppdev.h
7540
7541 PARAVIRT_OPS INTERFACE
7542 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7543 M:      Chris Wright <chrisw@sous-sol.org>
7544 M:      Alok Kataria <akataria@vmware.com>
7545 M:      Rusty Russell <rusty@rustcorp.com.au>
7546 L:      virtualization@lists.linux-foundation.org
7547 S:      Supported
7548 F:      Documentation/virtual/paravirt_ops.txt
7549 F:      arch/*/kernel/paravirt*
7550 F:      arch/*/include/asm/paravirt.h
7551
7552 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7553 M:      Tim Waugh <tim@cyberelk.net>
7554 L:      linux-parport@lists.infradead.org (subscribers-only)
7555 W:      http://www.torque.net/linux-pp.html
7556 S:      Maintained
7557 F:      Documentation/blockdev/paride.txt
7558 F:      drivers/block/paride/
7559
7560 PARISC ARCHITECTURE
7561 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7562 M:      Helge Deller <deller@gmx.de>
7563 L:      linux-parisc@vger.kernel.org
7564 W:      http://www.parisc-linux.org/
7565 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7568 S:      Maintained
7569 F:      arch/parisc/
7570 F:      Documentation/parisc/
7571 F:      drivers/parisc/
7572 F:      drivers/char/agp/parisc-agp.c
7573 F:      drivers/input/serio/gscps2.c
7574 F:      drivers/parport/parport_gsc.*
7575 F:      drivers/tty/serial/8250/8250_gsc.c
7576 F:      drivers/video/fbdev/sti*
7577 F:      drivers/video/console/sti*
7578 F:      drivers/video/logo/logo_parisc*
7579
7580 PC87360 HARDWARE MONITORING DRIVER
7581 M:      Jim Cromie <jim.cromie@gmail.com>
7582 L:      lm-sensors@lm-sensors.org
7583 S:      Maintained
7584 F:      Documentation/hwmon/pc87360
7585 F:      drivers/hwmon/pc87360.c
7586
7587 PC8736x GPIO DRIVER
7588 M:      Jim Cromie <jim.cromie@gmail.com>
7589 S:      Maintained
7590 F:      drivers/char/pc8736x_gpio.c
7591
7592 PC87427 HARDWARE MONITORING DRIVER
7593 M:      Jean Delvare <jdelvare@suse.de>
7594 L:      lm-sensors@lm-sensors.org
7595 S:      Maintained
7596 F:      Documentation/hwmon/pc87427
7597 F:      drivers/hwmon/pc87427.c
7598
7599 PCA9532 LED DRIVER
7600 M:      Riku Voipio <riku.voipio@iki.fi>
7601 S:      Maintained
7602 F:      drivers/leds/leds-pca9532.c
7603 F:      include/linux/leds-pca9532.h
7604
7605 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7606 M:      Guenter Roeck <linux@roeck-us.net>
7607 L:      linux-i2c@vger.kernel.org
7608 S:      Maintained
7609 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7610
7611 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7612 M:      Khalid Aziz <khalid@gonehiking.org>
7613 S:      Maintained
7614 F:      drivers/firmware/pcdp.*
7615
7616 PCI ERROR RECOVERY
7617 M:      Linas Vepstas <linasvepstas@gmail.com>
7618 L:      linux-pci@vger.kernel.org
7619 S:      Supported
7620 F:      Documentation/PCI/pci-error-recovery.txt
7621
7622 PCI SUBSYSTEM
7623 M:      Bjorn Helgaas <bhelgaas@google.com>
7624 L:      linux-pci@vger.kernel.org
7625 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7627 S:      Supported
7628 F:      Documentation/PCI/
7629 F:      drivers/pci/
7630 F:      include/linux/pci*
7631 F:      arch/x86/pci/
7632 F:      arch/x86/kernel/quirks.c
7633
7634 PCI DRIVER FOR ARM VERSATILE PLATFORM
7635 M:      Rob Herring <robh@kernel.org>
7636 L:      linux-pci@vger.kernel.org
7637 L:      linux-arm-kernel@lists.infradead.org
7638 S:      Maintained
7639 F:      Documentation/devicetree/bindings/pci/versatile.txt
7640 F:      drivers/pci/host/pci-versatile.c
7641
7642 PCI DRIVER FOR APPLIEDMICRO XGENE
7643 M:      Tanmay Inamdar <tinamdar@apm.com>
7644 L:      linux-pci@vger.kernel.org
7645 L:      linux-arm-kernel@lists.infradead.org
7646 S:      Maintained
7647 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7648 F:      drivers/pci/host/pci-xgene.c
7649
7650 PCI DRIVER FOR FREESCALE LAYERSCAPE
7651 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7652 M:      Mingkai Hu <mingkai.hu@freescale.com>
7653 M:      Roy Zang <tie-fei.zang@freescale.com>
7654 L:      linuxppc-dev@lists.ozlabs.org
7655 L:      linux-pci@vger.kernel.org
7656 L:      linux-arm-kernel@lists.infradead.org
7657 S:      Maintained
7658 F:      drivers/pci/host/*layerscape*
7659
7660 PCI DRIVER FOR IMX6
7661 M:      Richard Zhu <Richard.Zhu@freescale.com>
7662 M:      Lucas Stach <l.stach@pengutronix.de>
7663 L:      linux-pci@vger.kernel.org
7664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7665 S:      Maintained
7666 F:      drivers/pci/host/*imx6*
7667
7668 PCI DRIVER FOR TI KEYSTONE
7669 M:      Murali Karicheri <m-karicheri2@ti.com>
7670 L:      linux-pci@vger.kernel.org
7671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7672 S:      Maintained
7673 F:      drivers/pci/host/*keystone*
7674
7675 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7676 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7677 M:      Jason Cooper <jason@lakedaemon.net>
7678 L:      linux-pci@vger.kernel.org
7679 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7680 S:      Maintained
7681 F:      drivers/pci/host/*mvebu*
7682
7683 PCI DRIVER FOR NVIDIA TEGRA
7684 M:      Thierry Reding <thierry.reding@gmail.com>
7685 L:      linux-tegra@vger.kernel.org
7686 L:      linux-pci@vger.kernel.org
7687 S:      Supported
7688 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7689 F:      drivers/pci/host/pci-tegra.c
7690
7691 PCI DRIVER FOR TI DRA7XX
7692 M:      Kishon Vijay Abraham I <kishon@ti.com>
7693 L:      linux-omap@vger.kernel.org
7694 L:      linux-pci@vger.kernel.org
7695 S:      Supported
7696 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7697 F:      drivers/pci/host/pci-dra7xx.c
7698
7699 PCI DRIVER FOR RENESAS R-CAR
7700 M:      Simon Horman <horms@verge.net.au>
7701 L:      linux-pci@vger.kernel.org
7702 L:      linux-sh@vger.kernel.org
7703 S:      Maintained
7704 F:      drivers/pci/host/*rcar*
7705
7706 PCI DRIVER FOR SAMSUNG EXYNOS
7707 M:      Jingoo Han <jingoohan1@gmail.com>
7708 L:      linux-pci@vger.kernel.org
7709 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7710 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7711 S:      Maintained
7712 F:      drivers/pci/host/pci-exynos.c
7713
7714 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7715 M:      Jingoo Han <jingoohan1@gmail.com>
7716 M:      Pratyush Anand <pratyush.anand@gmail.com>
7717 L:      linux-pci@vger.kernel.org
7718 S:      Maintained
7719 F:      drivers/pci/host/*designware*
7720
7721 PCI DRIVER FOR GENERIC OF HOSTS
7722 M:      Will Deacon <will.deacon@arm.com>
7723 L:      linux-pci@vger.kernel.org
7724 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7725 S:      Maintained
7726 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7727 F:      drivers/pci/host/pci-host-generic.c
7728
7729 PCIE DRIVER FOR ST SPEAR13XX
7730 M:      Pratyush Anand <pratyush.anand@gmail.com>
7731 L:      linux-pci@vger.kernel.org
7732 S:      Maintained
7733 F:      drivers/pci/host/*spear*
7734
7735 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7736 M:      Duc Dang <dhdang@apm.com>
7737 L:      linux-pci@vger.kernel.org
7738 L:      linux-arm-kernel@lists.infradead.org
7739 S:      Maintained
7740 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7741 F:      drivers/pci/host/pci-xgene-msi.c
7742
7743 PCMCIA SUBSYSTEM
7744 P:      Linux PCMCIA Team
7745 L:      linux-pcmcia@lists.infradead.org
7746 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7748 S:      Maintained
7749 F:      Documentation/pcmcia/
7750 F:      drivers/pcmcia/
7751 F:      include/pcmcia/
7752
7753 PCNET32 NETWORK DRIVER
7754 M:      Don Fry <pcnet32@frontier.com>
7755 L:      netdev@vger.kernel.org
7756 S:      Maintained
7757 F:      drivers/net/ethernet/amd/pcnet32.c
7758
7759 PCRYPT PARALLEL CRYPTO ENGINE
7760 M:      Steffen Klassert <steffen.klassert@secunet.com>
7761 L:      linux-crypto@vger.kernel.org
7762 S:      Maintained
7763 F:      crypto/pcrypt.c
7764 F:      include/crypto/pcrypt.h
7765
7766 PER-CPU MEMORY ALLOCATOR
7767 M:      Tejun Heo <tj@kernel.org>
7768 M:      Christoph Lameter <cl@linux-foundation.org>
7769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7770 S:      Maintained
7771 F:      include/linux/percpu*.h
7772 F:      mm/percpu*.c
7773 F:      arch/*/include/asm/percpu.h
7774
7775 PER-TASK DELAY ACCOUNTING
7776 M:      Balbir Singh <bsingharora@gmail.com>
7777 S:      Maintained
7778 F:      include/linux/delayacct.h
7779 F:      kernel/delayacct.c
7780
7781 PERFORMANCE EVENTS SUBSYSTEM
7782 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7783 M:      Ingo Molnar <mingo@redhat.com>
7784 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7785 L:      linux-kernel@vger.kernel.org
7786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7787 S:      Supported
7788 F:      kernel/events/*
7789 F:      include/linux/perf_event.h
7790 F:      include/uapi/linux/perf_event.h
7791 F:      arch/*/kernel/perf_event*.c
7792 F:      arch/*/kernel/*/perf_event*.c
7793 F:      arch/*/kernel/*/*/perf_event*.c
7794 F:      arch/*/include/asm/perf_event.h
7795 F:      arch/*/kernel/perf_callchain.c
7796 F:      tools/perf/
7797
7798 PERSONALITY HANDLING
7799 M:      Christoph Hellwig <hch@infradead.org>
7800 L:      linux-abi-devel@lists.sourceforge.net
7801 S:      Maintained
7802 F:      include/linux/personality.h
7803 F:      include/uapi/linux/personality.h
7804
7805 PHONET PROTOCOL
7806 M:      Remi Denis-Courmont <courmisch@gmail.com>
7807 S:      Supported
7808 F:      Documentation/networking/phonet.txt
7809 F:      include/linux/phonet.h
7810 F:      include/net/phonet/
7811 F:      include/uapi/linux/phonet.h
7812 F:      net/phonet/
7813
7814 PHRAM MTD DRIVER
7815 M:      Joern Engel <joern@lazybastard.org>
7816 L:      linux-mtd@lists.infradead.org
7817 S:      Maintained
7818 F:      drivers/mtd/devices/phram.c
7819
7820 PICOLCD HID DRIVER
7821 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7822 L:      linux-input@vger.kernel.org
7823 S:      Maintained
7824 F:      drivers/hid/hid-picolcd*
7825
7826 PICOXCELL SUPPORT
7827 M:      Jamie Iles <jamie@jamieiles.com>
7828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7829 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7830 S:      Supported
7831 F:      arch/arm/boot/dts/picoxcell*
7832 F:      arch/arm/mach-picoxcell/
7833 F:      drivers/crypto/picoxcell*
7834
7835 PIN CONTROL SUBSYSTEM
7836 M:      Linus Walleij <linus.walleij@linaro.org>
7837 L:      linux-gpio@vger.kernel.org
7838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7839 S:      Maintained
7840 F:      drivers/pinctrl/
7841 F:      include/linux/pinctrl/
7842
7843 PIN CONTROLLER - ATMEL AT91
7844 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7846 S:      Maintained
7847 F:      drivers/pinctrl/pinctrl-at91.*
7848
7849 PIN CONTROLLER - INTEL
7850 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7851 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7852 S:      Maintained
7853 F:      drivers/pinctrl/intel/
7854
7855 PIN CONTROLLER - RENESAS
7856 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7857 L:      linux-sh@vger.kernel.org
7858 S:      Maintained
7859 F:      drivers/pinctrl/sh-pfc/
7860
7861 PIN CONTROLLER - SAMSUNG
7862 M:      Tomasz Figa <tomasz.figa@gmail.com>
7863 M:      Thomas Abraham <thomas.abraham@linaro.org>
7864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7865 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7866 S:      Maintained
7867 F:      drivers/pinctrl/samsung/
7868
7869 PIN CONTROLLER - ST SPEAR
7870 M:      Viresh Kumar <viresh.linux@gmail.com>
7871 L:      spear-devel@list.st.com
7872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7873 W:      http://www.st.com/spear
7874 S:      Maintained
7875 F:      drivers/pinctrl/spear/
7876
7877 PKTCDVD DRIVER
7878 M:      Jiri Kosina <jkosina@suse.cz>
7879 S:      Maintained
7880 F:      drivers/block/pktcdvd.c
7881 F:      include/linux/pktcdvd.h
7882 F:      include/uapi/linux/pktcdvd.h
7883
7884 PKUNITY SOC DRIVERS
7885 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7886 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7887 S:      Maintained
7888 T:      git git://github.com/gxt/linux.git
7889 F:      drivers/input/serio/i8042-unicore32io.h
7890 F:      drivers/i2c/busses/i2c-puv3.c
7891 F:      drivers/video/fbdev/fb-puv3.c
7892 F:      drivers/rtc/rtc-puv3.c
7893
7894 PMBUS HARDWARE MONITORING DRIVERS
7895 M:      Guenter Roeck <linux@roeck-us.net>
7896 L:      lm-sensors@lm-sensors.org
7897 W:      http://www.lm-sensors.org/
7898 W:      http://www.roeck-us.net/linux/drivers/
7899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7900 S:      Maintained
7901 F:      Documentation/hwmon/pmbus
7902 F:      drivers/hwmon/pmbus/
7903 F:      include/linux/i2c/pmbus.h
7904
7905 PMC SIERRA MaxRAID DRIVER
7906 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7907 L:      linux-scsi@vger.kernel.org
7908 W:      http://www.pmc-sierra.com/
7909 S:      Supported
7910 F:      drivers/scsi/pmcraid.*
7911
7912 PMC SIERRA PM8001 DRIVER
7913 M:      xjtuwjp@gmail.com
7914 M:      lindar_liu@usish.com
7915 L:      pmchba@pmcs.com
7916 L:      linux-scsi@vger.kernel.org
7917 S:      Supported
7918 F:      drivers/scsi/pm8001/
7919
7920 POSIX CLOCKS and TIMERS
7921 M:      Thomas Gleixner <tglx@linutronix.de>
7922 L:      linux-kernel@vger.kernel.org
7923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7924 S:      Maintained
7925 F:      fs/timerfd.c
7926 F:      include/linux/timer*
7927 F:      kernel/time/*timer*
7928
7929 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7930 M:      Sebastian Reichel <sre@kernel.org>
7931 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7932 M:      David Woodhouse <dwmw2@infradead.org>
7933 L:      linux-pm@vger.kernel.org
7934 T:      git git://git.infradead.org/battery-2.6.git
7935 S:      Maintained
7936 F:      include/linux/power_supply.h
7937 F:      drivers/power/
7938
7939 PNP SUPPORT
7940 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7941 S:      Maintained
7942 F:      drivers/pnp/
7943
7944 PNXxxxx I2C DRIVER
7945 M:      Vitaly Wool <vitalywool@gmail.com>
7946 L:      linux-i2c@vger.kernel.org
7947 S:      Maintained
7948 F:      drivers/i2c/busses/i2c-pnx.c
7949
7950 PPP PROTOCOL DRIVERS AND COMPRESSORS
7951 M:      Paul Mackerras <paulus@samba.org>
7952 L:      linux-ppp@vger.kernel.org
7953 S:      Maintained
7954 F:      drivers/net/ppp/ppp_*
7955
7956 PPP OVER ATM (RFC 2364)
7957 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7958 S:      Maintained
7959 F:      net/atm/pppoatm.c
7960 F:      include/uapi/linux/atmppp.h
7961
7962 PPP OVER ETHERNET
7963 M:      Michal Ostrowski <mostrows@earthlink.net>
7964 S:      Maintained
7965 F:      drivers/net/ppp/pppoe.c
7966 F:      drivers/net/ppp/pppox.c
7967
7968 PPP OVER L2TP
7969 M:      James Chapman <jchapman@katalix.com>
7970 S:      Maintained
7971 F:      net/l2tp/l2tp_ppp.c
7972 F:      include/linux/if_pppol2tp.h
7973 F:      include/uapi/linux/if_pppol2tp.h
7974
7975 PPS SUPPORT
7976 M:      Rodolfo Giometti <giometti@enneenne.com>
7977 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7978 L:      linuxpps@ml.enneenne.com (subscribers-only)
7979 S:      Maintained
7980 F:      Documentation/pps/
7981 F:      drivers/pps/
7982 F:      include/linux/pps*.h
7983
7984 PPTP DRIVER
7985 M:      Dmitry Kozlov <xeb@mail.ru>
7986 L:      netdev@vger.kernel.org
7987 S:      Maintained
7988 F:      drivers/net/ppp/pptp.c
7989 W:      http://sourceforge.net/projects/accel-pptp
7990
7991 PREEMPTIBLE KERNEL
7992 M:      Robert Love <rml@tech9.net>
7993 L:      kpreempt-tech@lists.sourceforge.net
7994 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7995 S:      Supported
7996 F:      Documentation/preempt-locking.txt
7997 F:      include/linux/preempt.h
7998
7999 PRISM54 WIRELESS DRIVER
8000 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8001 L:      linux-wireless@vger.kernel.org
8002 W:      http://wireless.kernel.org/en/users/Drivers/p54
8003 S:      Obsolete
8004 F:      drivers/net/wireless/prism54/
8005
8006 PS3 NETWORK SUPPORT
8007 M:      Geoff Levand <geoff@infradead.org>
8008 L:      netdev@vger.kernel.org
8009 L:      linuxppc-dev@lists.ozlabs.org
8010 S:      Maintained
8011 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8012
8013 PS3 PLATFORM SUPPORT
8014 M:      Geoff Levand <geoff@infradead.org>
8015 L:      linuxppc-dev@lists.ozlabs.org
8016 S:      Maintained
8017 F:      arch/powerpc/boot/ps3*
8018 F:      arch/powerpc/include/asm/lv1call.h
8019 F:      arch/powerpc/include/asm/ps3*.h
8020 F:      arch/powerpc/platforms/ps3/
8021 F:      drivers/*/ps3*
8022 F:      drivers/ps3/
8023 F:      drivers/rtc/rtc-ps3.c
8024 F:      drivers/usb/host/*ps3.c
8025 F:      sound/ppc/snd_ps3*
8026
8027 PS3VRAM DRIVER
8028 M:      Jim Paris <jim@jtan.com>
8029 M:      Geoff Levand <geoff@infradead.org>
8030 L:      linuxppc-dev@lists.ozlabs.org
8031 S:      Maintained
8032 F:      drivers/block/ps3vram.c
8033
8034 PSTORE FILESYSTEM
8035 M:      Anton Vorontsov <anton@enomsg.org>
8036 M:      Colin Cross <ccross@android.com>
8037 M:      Kees Cook <keescook@chromium.org>
8038 M:      Tony Luck <tony.luck@intel.com>
8039 S:      Maintained
8040 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8041 F:      fs/pstore/
8042 F:      include/linux/pstore*
8043 F:      drivers/firmware/efi/efi-pstore.c
8044 F:      drivers/acpi/apei/erst.c
8045
8046 PTP HARDWARE CLOCK SUPPORT
8047 M:      Richard Cochran <richardcochran@gmail.com>
8048 L:      netdev@vger.kernel.org
8049 S:      Maintained
8050 W:      http://linuxptp.sourceforge.net/
8051 F:      Documentation/ABI/testing/sysfs-ptp
8052 F:      Documentation/ptp/*
8053 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8054 F:      drivers/net/phy/dp83640*
8055 F:      drivers/ptp/*
8056 F:      include/linux/ptp_cl*
8057
8058 PTRACE SUPPORT
8059 M:      Roland McGrath <roland@hack.frob.com>
8060 M:      Oleg Nesterov <oleg@redhat.com>
8061 S:      Maintained
8062 F:      include/asm-generic/syscall.h
8063 F:      include/linux/ptrace.h
8064 F:      include/linux/regset.h
8065 F:      include/linux/tracehook.h
8066 F:      include/uapi/linux/ptrace.h
8067 F:      kernel/ptrace.c
8068
8069 PVRUSB2 VIDEO4LINUX DRIVER
8070 M:      Mike Isely <isely@pobox.com>
8071 L:      pvrusb2@isely.net       (subscribers-only)
8072 L:      linux-media@vger.kernel.org
8073 W:      http://www.isely.net/pvrusb2/
8074 T:      git git://linuxtv.org/media_tree.git
8075 S:      Maintained
8076 F:      Documentation/video4linux/README.pvrusb2
8077 F:      drivers/media/usb/pvrusb2/
8078
8079 PWC WEBCAM DRIVER
8080 M:      Hans de Goede <hdegoede@redhat.com>
8081 L:      linux-media@vger.kernel.org
8082 T:      git git://linuxtv.org/media_tree.git
8083 S:      Maintained
8084 F:      drivers/media/usb/pwc/*
8085
8086 PWM FAN DRIVER
8087 M:      Kamil Debski <k.debski@samsung.com>
8088 L:      lm-sensors@lm-sensors.org
8089 S:      Supported
8090 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8091 F:      Documentation/hwmon/pwm-fan
8092 F:      drivers/hwmon/pwm-fan.c
8093
8094 PWM SUBSYSTEM
8095 M:      Thierry Reding <thierry.reding@gmail.com>
8096 L:      linux-pwm@vger.kernel.org
8097 S:      Maintained
8098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8099 F:      Documentation/pwm.txt
8100 F:      Documentation/devicetree/bindings/pwm/
8101 F:      include/linux/pwm.h
8102 F:      drivers/pwm/
8103 F:      drivers/video/backlight/pwm_bl.c
8104 F:      include/linux/pwm_backlight.h
8105
8106 PXA2xx/PXA3xx SUPPORT
8107 M:      Daniel Mack <daniel@zonque.org>
8108 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8109 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8111 T:      git git://github.com/hzhuang1/linux.git
8112 T:      git git://github.com/rjarzmik/linux.git
8113 S:      Maintained
8114 F:      arch/arm/mach-pxa/
8115 F:      drivers/pcmcia/pxa2xx*
8116 F:      drivers/spi/spi-pxa2xx*
8117 F:      drivers/usb/gadget/udc/pxa2*
8118 F:      include/sound/pxa2xx-lib.h
8119 F:      sound/arm/pxa*
8120 F:      sound/soc/pxa/
8121
8122 PXA3xx NAND FLASH DRIVER
8123 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8124 L:      linux-mtd@lists.infradead.org
8125 S:      Maintained
8126 F:      drivers/mtd/nand/pxa3xx_nand.c
8127
8128 MMP SUPPORT
8129 M:      Eric Miao <eric.y.miao@gmail.com>
8130 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8132 T:      git git://github.com/hzhuang1/linux.git
8133 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8134 S:      Maintained
8135 F:      arch/arm/mach-mmp/
8136
8137 PXA MMCI DRIVER
8138 S:      Orphan
8139
8140 PXA RTC DRIVER
8141 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8142 L:      rtc-linux@googlegroups.com
8143 S:      Maintained
8144
8145 QAT DRIVER
8146 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8147 L:      qat-linux@intel.com
8148 S:      Supported
8149 F:      drivers/crypto/qat/
8150
8151 QIB DRIVER
8152 M:      Mike Marciniszyn <infinipath@intel.com>
8153 L:      linux-rdma@vger.kernel.org
8154 S:      Supported
8155 F:      drivers/infiniband/hw/qib/
8156
8157 QLOGIC QLA1280 SCSI DRIVER
8158 M:      Michael Reed <mdr@sgi.com>
8159 L:      linux-scsi@vger.kernel.org
8160 S:      Maintained
8161 F:      drivers/scsi/qla1280.[ch]
8162
8163 QLOGIC QLA2XXX FC-SCSI DRIVER
8164 M:      qla2xxx-upstream@qlogic.com
8165 L:      linux-scsi@vger.kernel.org
8166 S:      Supported
8167 F:      Documentation/scsi/LICENSE.qla2xxx
8168 F:      drivers/scsi/qla2xxx/
8169
8170 QLOGIC QLA4XXX iSCSI DRIVER
8171 M:      QLogic-Storage-Upstream@qlogic.com
8172 L:      linux-scsi@vger.kernel.org
8173 S:      Supported
8174 F:      Documentation/scsi/LICENSE.qla4xxx
8175 F:      drivers/scsi/qla4xxx/
8176
8177 QLOGIC QLA3XXX NETWORK DRIVER
8178 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8179 M:      Ron Mercer <ron.mercer@qlogic.com>
8180 M:      linux-driver@qlogic.com
8181 L:      netdev@vger.kernel.org
8182 S:      Supported
8183 F:      Documentation/networking/LICENSE.qla3xxx
8184 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8185
8186 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8187 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8188 M:      Dept-GELinuxNICDev@qlogic.com
8189 L:      netdev@vger.kernel.org
8190 S:      Supported
8191 F:      drivers/net/ethernet/qlogic/qlcnic/
8192
8193 QLOGIC QLGE 10Gb ETHERNET DRIVER
8194 M:      Harish Patil <harish.patil@qlogic.com>
8195 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8196 M:      Dept-GELinuxNICDev@qlogic.com
8197 M:      linux-driver@qlogic.com
8198 L:      netdev@vger.kernel.org
8199 S:      Supported
8200 F:      drivers/net/ethernet/qlogic/qlge/
8201
8202 QNX4 FILESYSTEM
8203 M:      Anders Larsen <al@alarsen.net>
8204 W:      http://www.alarsen.net/linux/qnx4fs/
8205 S:      Maintained
8206 F:      fs/qnx4/
8207 F:      include/uapi/linux/qnx4_fs.h
8208 F:      include/uapi/linux/qnxtypes.h
8209
8210 QT1010 MEDIA DRIVER
8211 M:      Antti Palosaari <crope@iki.fi>
8212 L:      linux-media@vger.kernel.org
8213 W:      http://linuxtv.org/
8214 W:      http://palosaari.fi/linux/
8215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8216 T:      git git://linuxtv.org/anttip/media_tree.git
8217 S:      Maintained
8218 F:      drivers/media/tuners/qt1010*
8219
8220 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8221 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8222 L:      linux-wireless@vger.kernel.org
8223 L:      ath9k-devel@lists.ath9k.org
8224 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8225 S:      Supported
8226 F:      drivers/net/wireless/ath/ath9k/
8227
8228 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8229 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8230 L:      ath10k@lists.infradead.org
8231 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8232 T:      git git://github.com/kvalo/ath.git
8233 S:      Supported
8234 F:      drivers/net/wireless/ath/ath10k/
8235
8236 QUALCOMM HEXAGON ARCHITECTURE
8237 M:      Richard Kuo <rkuo@codeaurora.org>
8238 L:      linux-hexagon@vger.kernel.org
8239 S:      Supported
8240 F:      arch/hexagon/
8241
8242 QUALCOMM WCN36XX WIRELESS DRIVER
8243 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8244 L:      wcn36xx@lists.infradead.org
8245 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8246 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8247 S:      Supported
8248 F:      drivers/net/wireless/ath/wcn36xx/
8249
8250 RADOS BLOCK DEVICE (RBD)
8251 M:      Ilya Dryomov <idryomov@gmail.com>
8252 M:      Sage Weil <sage@redhat.com>
8253 M:      Alex Elder <elder@kernel.org>
8254 M:      ceph-devel@vger.kernel.org
8255 W:      http://ceph.com/
8256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8257 S:      Supported
8258 F:      drivers/block/rbd.c
8259 F:      drivers/block/rbd_types.h
8260
8261 RADEON FRAMEBUFFER DISPLAY DRIVER
8262 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8263 L:      linux-fbdev@vger.kernel.org
8264 S:      Maintained
8265 F:      drivers/video/fbdev/aty/radeon*
8266 F:      include/uapi/linux/radeonfb.h
8267
8268 RADIOSHARK RADIO DRIVER
8269 M:      Hans de Goede <hdegoede@redhat.com>
8270 L:      linux-media@vger.kernel.org
8271 T:      git git://linuxtv.org/media_tree.git
8272 S:      Maintained
8273 F:      drivers/media/radio/radio-shark.c
8274
8275 RADIOSHARK2 RADIO DRIVER
8276 M:      Hans de Goede <hdegoede@redhat.com>
8277 L:      linux-media@vger.kernel.org
8278 T:      git git://linuxtv.org/media_tree.git
8279 S:      Maintained
8280 F:      drivers/media/radio/radio-shark2.c
8281 F:      drivers/media/radio/radio-tea5777.c
8282
8283 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8284 M:      Paul Mackerras <paulus@samba.org>
8285 L:      linux-fbdev@vger.kernel.org
8286 S:      Maintained
8287 F:      drivers/video/fbdev/aty/aty128fb.c
8288
8289 RALINK RT2X00 WIRELESS LAN DRIVER
8290 P:      rt2x00 project
8291 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8292 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8293 L:      linux-wireless@vger.kernel.org
8294 S:      Maintained
8295 F:      drivers/net/wireless/rt2x00/
8296
8297 RAMDISK RAM BLOCK DEVICE DRIVER
8298 M:      Jens Axboe <axboe@kernel.dk>
8299 S:      Maintained
8300 F:      Documentation/blockdev/ramdisk.txt
8301 F:      drivers/block/brd.c
8302
8303 PERSISTENT MEMORY DRIVER
8304 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8305 L:      linux-nvdimm@lists.01.org
8306 S:      Supported
8307 F:      drivers/block/pmem.c
8308
8309 RANDOM NUMBER DRIVER
8310 M:      "Theodore Ts'o" <tytso@mit.edu>
8311 S:      Maintained
8312 F:      drivers/char/random.c
8313
8314 RAPIDIO SUBSYSTEM
8315 M:      Matt Porter <mporter@kernel.crashing.org>
8316 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8317 S:      Maintained
8318 F:      drivers/rapidio/
8319
8320 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8321 L:      linux-wireless@vger.kernel.org
8322 S:      Orphan
8323 F:      drivers/net/wireless/ray*
8324
8325 RCUTORTURE MODULE
8326 M:      Josh Triplett <josh@joshtriplett.org>
8327 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8328 L:      linux-kernel@vger.kernel.org
8329 S:      Supported
8330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8331 F:      Documentation/RCU/torture.txt
8332 F:      kernel/rcu/rcutorture.c
8333
8334 RCUTORTURE TEST FRAMEWORK
8335 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8336 M:      Josh Triplett <josh@joshtriplett.org>
8337 R:      Steven Rostedt <rostedt@goodmis.org>
8338 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8339 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8340 L:      linux-kernel@vger.kernel.org
8341 S:      Supported
8342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8343 F:      tools/testing/selftests/rcutorture
8344
8345 RDC R-321X SoC
8346 M:      Florian Fainelli <florian@openwrt.org>
8347 S:      Maintained
8348
8349 RDC R6040 FAST ETHERNET DRIVER
8350 M:      Florian Fainelli <florian@openwrt.org>
8351 L:      netdev@vger.kernel.org
8352 S:      Maintained
8353 F:      drivers/net/ethernet/rdc/r6040.c
8354
8355 RDS - RELIABLE DATAGRAM SOCKETS
8356 M:      Chien Yen <chien.yen@oracle.com>
8357 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8358 S:      Supported
8359 F:      net/rds/
8360
8361 READ-COPY UPDATE (RCU)
8362 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8363 M:      Josh Triplett <josh@joshtriplett.org>
8364 R:      Steven Rostedt <rostedt@goodmis.org>
8365 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8366 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8367 L:      linux-kernel@vger.kernel.org
8368 W:      http://www.rdrop.com/users/paulmck/RCU/
8369 S:      Supported
8370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8371 F:      Documentation/RCU/
8372 X:      Documentation/RCU/torture.txt
8373 F:      include/linux/rcu*
8374 X:      include/linux/srcu.h
8375 F:      kernel/rcu/
8376 X:      kernel/torture.c
8377
8378 REAL TIME CLOCK (RTC) SUBSYSTEM
8379 M:      Alessandro Zummo <a.zummo@towertech.it>
8380 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8381 L:      rtc-linux@googlegroups.com
8382 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8383 S:      Maintained
8384 F:      Documentation/rtc.txt
8385 F:      drivers/rtc/
8386 F:      include/linux/rtc.h
8387 F:      include/uapi/linux/rtc.h
8388
8389 REALTEK AUDIO CODECS
8390 M:      Bard Liao <bardliao@realtek.com>
8391 M:      Oder Chiou <oder_chiou@realtek.com>
8392 S:      Maintained
8393 F:      sound/soc/codecs/rt*
8394 F:      include/sound/rt*.h
8395
8396 REISERFS FILE SYSTEM
8397 L:      reiserfs-devel@vger.kernel.org
8398 S:      Supported
8399 F:      fs/reiserfs/
8400
8401 REGISTER MAP ABSTRACTION
8402 M:      Mark Brown <broonie@kernel.org>
8403 L:      linux-kernel@vger.kernel.org
8404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8405 S:      Supported
8406 F:      drivers/base/regmap/
8407 F:      include/linux/regmap.h
8408
8409 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8410 M:      Ohad Ben-Cohen <ohad@wizery.com>
8411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8412 S:      Maintained
8413 F:      drivers/remoteproc/
8414 F:      Documentation/remoteproc.txt
8415 F:      include/linux/remoteproc.h
8416
8417 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8418 M:      Ohad Ben-Cohen <ohad@wizery.com>
8419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8420 S:      Maintained
8421 F:      drivers/rpmsg/
8422 F:      Documentation/rpmsg.txt
8423 F:      include/linux/rpmsg.h
8424
8425 RESET CONTROLLER FRAMEWORK
8426 M:      Philipp Zabel <p.zabel@pengutronix.de>
8427 S:      Maintained
8428 F:      drivers/reset/
8429 F:      Documentation/devicetree/bindings/reset/
8430 F:      include/linux/reset.h
8431 F:      include/linux/reset-controller.h
8432
8433 RFKILL
8434 M:      Johannes Berg <johannes@sipsolutions.net>
8435 L:      linux-wireless@vger.kernel.org
8436 W:      http://wireless.kernel.org/
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8439 S:      Maintained
8440 F:      Documentation/rfkill.txt
8441 F:      net/rfkill/
8442
8443 RHASHTABLE
8444 M:      Thomas Graf <tgraf@suug.ch>
8445 L:      netdev@vger.kernel.org
8446 S:      Maintained
8447 F:      lib/rhashtable.c
8448 F:      include/linux/rhashtable.h
8449
8450 RICOH SMARTMEDIA/XD DRIVER
8451 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8452 S:      Maintained
8453 F:      drivers/mtd/nand/r852.c
8454 F:      drivers/mtd/nand/r852.h
8455
8456 RICOH R5C592 MEMORYSTICK DRIVER
8457 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8458 S:      Maintained
8459 F:      drivers/memstick/host/r592.*
8460
8461 ROCCAT DRIVERS
8462 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8463 W:      http://sourceforge.net/projects/roccat/
8464 S:      Maintained
8465 F:      drivers/hid/hid-roccat*
8466 F:      include/linux/hid-roccat*
8467 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8468
8469 ROCKER DRIVER
8470 M:      Jiri Pirko <jiri@resnulli.us>
8471 M:      Scott Feldman <sfeldma@gmail.com>
8472 L:      netdev@vger.kernel.org
8473 S:      Supported
8474 F:      drivers/net/ethernet/rocker/
8475
8476 ROCKETPORT DRIVER
8477 P:      Comtrol Corp.
8478 W:      http://www.comtrol.com
8479 S:      Maintained
8480 F:      Documentation/serial/rocket.txt
8481 F:      drivers/tty/rocket*
8482
8483 ROCKETPORT EXPRESS/INFINITY DRIVER
8484 M:      Kevin Cernekee <cernekee@gmail.com>
8485 L:      linux-serial@vger.kernel.org
8486 S:      Odd Fixes
8487 F:      drivers/tty/serial/rp2.*
8488
8489 ROSE NETWORK LAYER
8490 M:      Ralf Baechle <ralf@linux-mips.org>
8491 L:      linux-hams@vger.kernel.org
8492 W:      http://www.linux-ax25.org/
8493 S:      Maintained
8494 F:      include/net/rose.h
8495 F:      include/uapi/linux/rose.h
8496 F:      net/rose/
8497
8498 RTL2830 MEDIA DRIVER
8499 M:      Antti Palosaari <crope@iki.fi>
8500 L:      linux-media@vger.kernel.org
8501 W:      http://linuxtv.org/
8502 W:      http://palosaari.fi/linux/
8503 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8504 T:      git git://linuxtv.org/anttip/media_tree.git
8505 S:      Maintained
8506 F:      drivers/media/dvb-frontends/rtl2830*
8507
8508 RTL2832 MEDIA DRIVER
8509 M:      Antti Palosaari <crope@iki.fi>
8510 L:      linux-media@vger.kernel.org
8511 W:      http://linuxtv.org/
8512 W:      http://palosaari.fi/linux/
8513 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8514 T:      git git://linuxtv.org/anttip/media_tree.git
8515 S:      Maintained
8516 F:      drivers/media/dvb-frontends/rtl2832*
8517
8518 RTL2832_SDR MEDIA DRIVER
8519 M:      Antti Palosaari <crope@iki.fi>
8520 L:      linux-media@vger.kernel.org
8521 W:      http://linuxtv.org/
8522 W:      http://palosaari.fi/linux/
8523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8524 T:      git git://linuxtv.org/anttip/media_tree.git
8525 S:      Maintained
8526 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8527
8528 RTL8180 WIRELESS DRIVER
8529 L:      linux-wireless@vger.kernel.org
8530 W:      http://wireless.kernel.org/
8531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8532 S:      Orphan
8533 F:      drivers/net/wireless/rtl818x/rtl8180/
8534
8535 RTL8187 WIRELESS DRIVER
8536 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8537 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8538 M:      Larry Finger <Larry.Finger@lwfinger.net>
8539 L:      linux-wireless@vger.kernel.org
8540 W:      http://wireless.kernel.org/
8541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8542 S:      Maintained
8543 F:      drivers/net/wireless/rtl818x/rtl8187/
8544
8545 RTL8192CE WIRELESS DRIVER
8546 M:      Larry Finger <Larry.Finger@lwfinger.net>
8547 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8548 L:      linux-wireless@vger.kernel.org
8549 W:      http://wireless.kernel.org/
8550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8551 S:      Maintained
8552 F:      drivers/net/wireless/rtlwifi/
8553 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8554
8555 S3 SAVAGE FRAMEBUFFER DRIVER
8556 M:      Antonino Daplas <adaplas@gmail.com>
8557 L:      linux-fbdev@vger.kernel.org
8558 S:      Maintained
8559 F:      drivers/video/fbdev/savage/
8560
8561 S390
8562 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8563 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8564 M:      linux390@de.ibm.com
8565 L:      linux-s390@vger.kernel.org
8566 W:      http://www.ibm.com/developerworks/linux/linux390/
8567 S:      Supported
8568 F:      arch/s390/
8569 F:      drivers/s390/
8570 F:      Documentation/s390/
8571 F:      Documentation/DocBook/s390*
8572
8573 S390 COMMON I/O LAYER
8574 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8575 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8576 L:      linux-s390@vger.kernel.org
8577 W:      http://www.ibm.com/developerworks/linux/linux390/
8578 S:      Supported
8579 F:      drivers/s390/cio/
8580
8581 S390 DASD DRIVER
8582 M:      Stefan Weinhuber <wein@de.ibm.com>
8583 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8584 L:      linux-s390@vger.kernel.org
8585 W:      http://www.ibm.com/developerworks/linux/linux390/
8586 S:      Supported
8587 F:      drivers/s390/block/dasd*
8588 F:      block/partitions/ibm.c
8589
8590 S390 NETWORK DRIVERS
8591 M:      Ursula Braun <ursula.braun@de.ibm.com>
8592 M:      linux390@de.ibm.com
8593 L:      linux-s390@vger.kernel.org
8594 W:      http://www.ibm.com/developerworks/linux/linux390/
8595 S:      Supported
8596 F:      drivers/s390/net/
8597
8598 S390 PCI SUBSYSTEM
8599 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8600 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8601 L:      linux-s390@vger.kernel.org
8602 W:      http://www.ibm.com/developerworks/linux/linux390/
8603 S:      Supported
8604 F:      arch/s390/pci/
8605 F:      drivers/pci/hotplug/s390_pci_hpc.c
8606
8607 S390 ZCRYPT DRIVER
8608 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8609 M:      linux390@de.ibm.com
8610 L:      linux-s390@vger.kernel.org
8611 W:      http://www.ibm.com/developerworks/linux/linux390/
8612 S:      Supported
8613 F:      drivers/s390/crypto/
8614
8615 S390 ZFCP DRIVER
8616 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8617 M:      linux390@de.ibm.com
8618 L:      linux-s390@vger.kernel.org
8619 W:      http://www.ibm.com/developerworks/linux/linux390/
8620 S:      Supported
8621 F:      drivers/s390/scsi/zfcp_*
8622
8623 S390 IUCV NETWORK LAYER
8624 M:      Ursula Braun <ursula.braun@de.ibm.com>
8625 M:      linux390@de.ibm.com
8626 L:      linux-s390@vger.kernel.org
8627 W:      http://www.ibm.com/developerworks/linux/linux390/
8628 S:      Supported
8629 F:      drivers/s390/net/*iucv*
8630 F:      include/net/iucv/
8631 F:      net/iucv/
8632
8633 S3C24XX SD/MMC Driver
8634 M:      Ben Dooks <ben-linux@fluff.org>
8635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8636 S:      Supported
8637 F:      drivers/mmc/host/s3cmci.*
8638
8639 SAA6588 RDS RECEIVER DRIVER
8640 M:      Hans Verkuil <hverkuil@xs4all.nl>
8641 L:      linux-media@vger.kernel.org
8642 T:      git git://linuxtv.org/media_tree.git
8643 W:      http://linuxtv.org
8644 S:      Odd Fixes
8645 F:      drivers/media/i2c/saa6588*
8646
8647 SAA7134 VIDEO4LINUX DRIVER
8648 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8649 L:      linux-media@vger.kernel.org
8650 W:      http://linuxtv.org
8651 T:      git git://linuxtv.org/media_tree.git
8652 S:      Odd fixes
8653 F:      Documentation/video4linux/*.saa7134
8654 F:      drivers/media/pci/saa7134/
8655
8656 SAA7146 VIDEO4LINUX-2 DRIVER
8657 M:      Hans Verkuil <hverkuil@xs4all.nl>
8658 L:      linux-media@vger.kernel.org
8659 T:      git git://linuxtv.org/media_tree.git
8660 S:      Maintained
8661 F:      drivers/media/common/saa7146/
8662 F:      drivers/media/pci/saa7146/
8663 F:      include/media/saa7146*
8664
8665 SAMSUNG LAPTOP DRIVER
8666 M:      Corentin Chary <corentin.chary@gmail.com>
8667 L:      platform-driver-x86@vger.kernel.org
8668 S:      Maintained
8669 F:      drivers/platform/x86/samsung-laptop.c
8670
8671 SAMSUNG AUDIO (ASoC) DRIVERS
8672 M:      Sangbeom Kim <sbkim73@samsung.com>
8673 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8674 S:      Supported
8675 F:      sound/soc/samsung/
8676
8677 SAMSUNG FRAMEBUFFER DRIVER
8678 M:      Jingoo Han <jingoohan1@gmail.com>
8679 L:      linux-fbdev@vger.kernel.org
8680 S:      Maintained
8681 F:      drivers/video/fbdev/s3c-fb.c
8682
8683 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8684 M:      Sangbeom Kim <sbkim73@samsung.com>
8685 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8686 L:      linux-kernel@vger.kernel.org
8687 L:      linux-samsung-soc@vger.kernel.org
8688 S:      Supported
8689 F:      drivers/mfd/sec*.c
8690 F:      drivers/regulator/s2m*.c
8691 F:      drivers/regulator/s5m*.c
8692 F:      drivers/clk/clk-s2mps11.c
8693 F:      drivers/rtc/rtc-s5m.c
8694 F:      include/linux/mfd/samsung/
8695 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8696 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8697
8698 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8699 M:      Kyungmin Park <kyungmin.park@samsung.com>
8700 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8701 L:      linux-media@vger.kernel.org
8702 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8703 S:      Supported
8704 F:      drivers/media/platform/exynos4-is/
8705
8706 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8707 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8708 L:      linux-media@vger.kernel.org
8709 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8710 S:      Maintained
8711 F:      drivers/media/platform/s3c-camif/
8712 F:      include/media/s3c_camif.h
8713
8714 SAMSUNG S5C73M3 CAMERA DRIVER
8715 M:      Kyungmin Park <kyungmin.park@samsung.com>
8716 M:      Andrzej Hajda <a.hajda@samsung.com>
8717 L:      linux-media@vger.kernel.org
8718 S:      Supported
8719 F:      drivers/media/i2c/s5c73m3/*
8720
8721 SAMSUNG S5K5BAF CAMERA DRIVER
8722 M:      Kyungmin Park <kyungmin.park@samsung.com>
8723 M:      Andrzej Hajda <a.hajda@samsung.com>
8724 L:      linux-media@vger.kernel.org
8725 S:      Supported
8726 F:      drivers/media/i2c/s5k5baf.c
8727
8728 SAMSUNG SOC CLOCK DRIVERS
8729 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8730 M:      Tomasz Figa <tomasz.figa@gmail.com>
8731 S:      Supported
8732 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8733 F:      drivers/clk/samsung/
8734
8735 SAMSUNG SXGBE DRIVERS
8736 M:      Byungho An <bh74.an@samsung.com>
8737 M:      Girish K S <ks.giri@samsung.com>
8738 M:      Vipul Pandya <vipul.pandya@samsung.com>
8739 S:      Supported
8740 L:      netdev@vger.kernel.org
8741 F:      drivers/net/ethernet/samsung/sxgbe/
8742
8743 SAMSUNG THERMAL DRIVER
8744 M:      Lukasz Majewski <l.majewski@samsung.com>
8745 L:      linux-pm@vger.kernel.org
8746 L:      linux-samsung-soc@vger.kernel.org
8747 S:      Supported
8748 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8749 F:      drivers/thermal/samsung/
8750
8751 SAMSUNG USB2 PHY DRIVER
8752 M:      Kamil Debski <k.debski@samsung.com>
8753 L:      linux-kernel@vger.kernel.org
8754 S:      Supported
8755 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8756 F:      Documentation/phy/samsung-usb2.txt
8757 F:      drivers/phy/phy-exynos4210-usb2.c
8758 F:      drivers/phy/phy-exynos4x12-usb2.c
8759 F:      drivers/phy/phy-exynos5250-usb2.c
8760 F:      drivers/phy/phy-s5pv210-usb2.c
8761 F:      drivers/phy/phy-samsung-usb2.c
8762 F:      drivers/phy/phy-samsung-usb2.h
8763
8764 SERIAL DRIVERS
8765 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8766 L:      linux-serial@vger.kernel.org
8767 S:      Maintained
8768 F:      drivers/tty/serial/
8769
8770 SYNOPSYS DESIGNWARE DMAC DRIVER
8771 M:      Viresh Kumar <viresh.linux@gmail.com>
8772 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8773 S:      Maintained
8774 F:      include/linux/dma/dw.h
8775 F:      include/linux/platform_data/dma-dw.h
8776 F:      drivers/dma/dw/
8777
8778 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8779 M:      Seungwon Jeon <tgih.jun@samsung.com>
8780 M:      Jaehoon Chung <jh80.chung@samsung.com>
8781 L:      linux-mmc@vger.kernel.org
8782 S:      Maintained
8783 F:      include/linux/mmc/dw_mmc.h
8784 F:      drivers/mmc/host/dw_mmc*
8785
8786 THUNDERBOLT DRIVER
8787 M:      Andreas Noever <andreas.noever@gmail.com>
8788 S:      Maintained
8789 F:      drivers/thunderbolt/
8790
8791 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8792 M:      John Stultz <john.stultz@linaro.org>
8793 M:      Thomas Gleixner <tglx@linutronix.de>
8794 L:      linux-kernel@vger.kernel.org
8795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8796 S:      Supported
8797 F:      include/linux/clocksource.h
8798 F:      include/linux/time.h
8799 F:      include/linux/timex.h
8800 F:      include/uapi/linux/time.h
8801 F:      include/uapi/linux/timex.h
8802 F:      kernel/time/clocksource.c
8803 F:      kernel/time/time*.c
8804 F:      kernel/time/ntp.c
8805 F:      tools/testing/selftests/timers/
8806
8807 SC1200 WDT DRIVER
8808 M:      Zwane Mwaikambo <zwanem@gmail.com>
8809 S:      Maintained
8810 F:      drivers/watchdog/sc1200wdt.c
8811
8812 SCHEDULER
8813 M:      Ingo Molnar <mingo@redhat.com>
8814 M:      Peter Zijlstra <peterz@infradead.org>
8815 L:      linux-kernel@vger.kernel.org
8816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8817 S:      Maintained
8818 F:      kernel/sched/
8819 F:      include/linux/sched.h
8820 F:      include/uapi/linux/sched.h
8821 F:      include/linux/wait.h
8822
8823 SCORE ARCHITECTURE
8824 M:      Chen Liqin <liqin.linux@gmail.com>
8825 M:      Lennox Wu <lennox.wu@gmail.com>
8826 W:      http://www.sunplus.com
8827 S:      Supported
8828 F:      arch/score/
8829
8830 SCSI CDROM DRIVER
8831 M:      Jens Axboe <axboe@kernel.dk>
8832 L:      linux-scsi@vger.kernel.org
8833 W:      http://www.kernel.dk
8834 S:      Maintained
8835 F:      drivers/scsi/sr*
8836
8837 SCSI RDMA PROTOCOL (SRP) INITIATOR
8838 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8839 L:      linux-rdma@vger.kernel.org
8840 S:      Supported
8841 W:      http://www.openfabrics.org
8842 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8844 F:      drivers/infiniband/ulp/srp/
8845 F:      include/scsi/srp.h
8846
8847 SCSI SG DRIVER
8848 M:      Doug Gilbert <dgilbert@interlog.com>
8849 L:      linux-scsi@vger.kernel.org
8850 W:      http://sg.danny.cz/sg
8851 S:      Maintained
8852 F:      Documentation/scsi/scsi-generic.txt
8853 F:      drivers/scsi/sg.c
8854 F:      include/scsi/sg.h
8855
8856 SCSI SUBSYSTEM
8857 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8858 L:      linux-scsi@vger.kernel.org
8859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8860 S:      Maintained
8861 F:      drivers/scsi/
8862 F:      include/scsi/
8863
8864 SCSI TAPE DRIVER
8865 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8866 L:      linux-scsi@vger.kernel.org
8867 S:      Maintained
8868 F:      Documentation/scsi/st.txt
8869 F:      drivers/scsi/st.*
8870 F:      drivers/scsi/st_*.h
8871
8872 SCTP PROTOCOL
8873 M:      Vlad Yasevich <vyasevich@gmail.com>
8874 M:      Neil Horman <nhorman@tuxdriver.com>
8875 L:      linux-sctp@vger.kernel.org
8876 W:      http://lksctp.sourceforge.net
8877 S:      Maintained
8878 F:      Documentation/networking/sctp.txt
8879 F:      include/linux/sctp.h
8880 F:      include/uapi/linux/sctp.h
8881 F:      include/net/sctp/
8882 F:      net/sctp/
8883
8884 SCx200 CPU SUPPORT
8885 M:      Jim Cromie <jim.cromie@gmail.com>
8886 S:      Odd Fixes
8887 F:      Documentation/i2c/busses/scx200_acb
8888 F:      arch/x86/platform/scx200/
8889 F:      drivers/watchdog/scx200_wdt.c
8890 F:      drivers/i2c/busses/scx200*
8891 F:      drivers/mtd/maps/scx200_docflash.c
8892 F:      include/linux/scx200.h
8893
8894 SCx200 GPIO DRIVER
8895 M:      Jim Cromie <jim.cromie@gmail.com>
8896 S:      Maintained
8897 F:      drivers/char/scx200_gpio.c
8898 F:      include/linux/scx200_gpio.h
8899
8900 SCx200 HRT CLOCKSOURCE DRIVER
8901 M:      Jim Cromie <jim.cromie@gmail.com>
8902 S:      Maintained
8903 F:      drivers/clocksource/scx200_hrt.c
8904
8905 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8906 M:      Sascha Sommer <saschasommer@freenet.de>
8907 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8908 S:      Maintained
8909 F:      drivers/mmc/host/sdricoh_cs.c
8910
8911 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8912 L:      linux-mmc@vger.kernel.org
8913 S:      Orphan
8914 F:      drivers/mmc/host/sdhci.*
8915 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8916
8917 SECURE COMPUTING
8918 M:      Kees Cook <keescook@chromium.org>
8919 R:      Andy Lutomirski <luto@amacapital.net>
8920 R:      Will Drewry <wad@chromium.org>
8921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8922 S:      Supported
8923 F:      kernel/seccomp.c
8924 F:      include/uapi/linux/seccomp.h
8925 F:      include/linux/seccomp.h
8926 K:      \bsecure_computing
8927 K:      \bTIF_SECCOMP\b
8928
8929 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8930 M:      Ben Dooks <ben-linux@fluff.org>
8931 M:      Jaehoon Chung <jh80.chung@samsung.com>
8932 L:      linux-mmc@vger.kernel.org
8933 S:      Maintained
8934 F:      drivers/mmc/host/sdhci-s3c*
8935
8936 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8937 M:      Viresh Kumar <viresh.linux@gmail.com>
8938 L:      spear-devel@list.st.com
8939 L:      linux-mmc@vger.kernel.org
8940 S:      Maintained
8941 F:      drivers/mmc/host/sdhci-spear.c
8942
8943 SECURITY SUBSYSTEM
8944 M:      James Morris <james.l.morris@oracle.com>
8945 M:      Serge E. Hallyn <serge@hallyn.com>
8946 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8948 W:      http://kernsec.org/
8949 S:      Supported
8950 F:      security/
8951
8952 SECURITY CONTACT
8953 M:      Security Officers <security@kernel.org>
8954 S:      Supported
8955
8956 SELINUX SECURITY MODULE
8957 M:      Paul Moore <paul@paul-moore.com>
8958 M:      Stephen Smalley <sds@tycho.nsa.gov>
8959 M:      Eric Paris <eparis@parisplace.org>
8960 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8961 W:      http://selinuxproject.org
8962 T:      git git://git.infradead.org/users/pcmoore/selinux
8963 S:      Supported
8964 F:      include/linux/selinux*
8965 F:      security/selinux/
8966 F:      scripts/selinux/
8967
8968 APPARMOR SECURITY MODULE
8969 M:      John Johansen <john.johansen@canonical.com>
8970 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8971 W:      apparmor.wiki.kernel.org
8972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8973 S:      Supported
8974 F:      security/apparmor/
8975
8976 SENSABLE PHANTOM
8977 M:      Jiri Slaby <jirislaby@gmail.com>
8978 S:      Maintained
8979 F:      drivers/misc/phantom.c
8980 F:      include/uapi/linux/phantom.h
8981
8982 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8983 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
8984 M:      Minh Tran <minh.tran@avagotech.com>
8985 M:      John Soni Jose <sony.john-n@avagotech.com>
8986 L:      linux-scsi@vger.kernel.org
8987 W:      http://www.avagotech.com
8988 S:      Supported
8989 F:      drivers/scsi/be2iscsi/
8990
8991 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
8992 M:      Sathya Perla <sathya.perla@avagotech.com>
8993 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
8994 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
8995 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
8996 L:      netdev@vger.kernel.org
8997 W:      http://www.emulex.com
8998 S:      Supported
8999 F:      drivers/net/ethernet/emulex/benet/
9000
9001 EMULEX ONECONNECT ROCE DRIVER
9002 M:      Selvin Xavier <selvin.xavier@emulex.com>
9003 M:      Devesh Sharma <devesh.sharma@emulex.com>
9004 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
9005 L:      linux-rdma@vger.kernel.org
9006 W:      http://www.emulex.com
9007 S:      Supported
9008 F:      drivers/infiniband/hw/ocrdma/
9009
9010 SFC NETWORK DRIVER
9011 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9012 M:      Shradha Shah <sshah@solarflare.com>
9013 L:      netdev@vger.kernel.org
9014 S:      Supported
9015 F:      drivers/net/ethernet/sfc/
9016
9017 SGI GRU DRIVER
9018 M:      Dimitri Sivanich <sivanich@sgi.com>
9019 S:      Maintained
9020 F:      drivers/misc/sgi-gru/
9021
9022 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9023 M:      Pat Gefre <pfg@sgi.com>
9024 L:      linux-ia64@vger.kernel.org
9025 S:      Supported
9026 F:      Documentation/ia64/serial.txt
9027 F:      drivers/tty/serial/ioc?_serial.c
9028 F:      include/linux/ioc?.h
9029
9030 SGI XP/XPC/XPNET DRIVER
9031 M:      Cliff Whickman <cpw@sgi.com>
9032 M:      Robin Holt <robinmholt@gmail.com>
9033 S:      Maintained
9034 F:      drivers/misc/sgi-xp/
9035
9036 SI2157 MEDIA DRIVER
9037 M:      Antti Palosaari <crope@iki.fi>
9038 L:      linux-media@vger.kernel.org
9039 W:      http://linuxtv.org/
9040 W:      http://palosaari.fi/linux/
9041 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9042 T:      git git://linuxtv.org/anttip/media_tree.git
9043 S:      Maintained
9044 F:      drivers/media/tuners/si2157*
9045
9046 SI2168 MEDIA DRIVER
9047 M:      Antti Palosaari <crope@iki.fi>
9048 L:      linux-media@vger.kernel.org
9049 W:      http://linuxtv.org/
9050 W:      http://palosaari.fi/linux/
9051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9052 T:      git git://linuxtv.org/anttip/media_tree.git
9053 S:      Maintained
9054 F:      drivers/media/dvb-frontends/si2168*
9055
9056 SI470X FM RADIO RECEIVER I2C DRIVER
9057 M:      Hans Verkuil <hverkuil@xs4all.nl>
9058 L:      linux-media@vger.kernel.org
9059 T:      git git://linuxtv.org/media_tree.git
9060 W:      http://linuxtv.org
9061 S:      Odd Fixes
9062 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9063
9064 SI470X FM RADIO RECEIVER USB DRIVER
9065 M:      Hans Verkuil <hverkuil@xs4all.nl>
9066 L:      linux-media@vger.kernel.org
9067 T:      git git://linuxtv.org/media_tree.git
9068 W:      http://linuxtv.org
9069 S:      Maintained
9070 F:      drivers/media/radio/si470x/radio-si470x-common.c
9071 F:      drivers/media/radio/si470x/radio-si470x.h
9072 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9073
9074 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9075 M:      Eduardo Valentin <edubezval@gmail.com>
9076 L:      linux-media@vger.kernel.org
9077 T:      git git://linuxtv.org/media_tree.git
9078 W:      http://linuxtv.org
9079 S:      Odd Fixes
9080 F:      drivers/media/radio/si4713/si4713.?
9081
9082 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9083 M:      Eduardo Valentin <edubezval@gmail.com>
9084 L:      linux-media@vger.kernel.org
9085 T:      git git://linuxtv.org/media_tree.git
9086 W:      http://linuxtv.org
9087 S:      Odd Fixes
9088 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9089
9090 SI4713 FM RADIO TRANSMITTER USB DRIVER
9091 M:      Hans Verkuil <hverkuil@xs4all.nl>
9092 L:      linux-media@vger.kernel.org
9093 T:      git git://linuxtv.org/media_tree.git
9094 W:      http://linuxtv.org
9095 S:      Maintained
9096 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9097
9098 SIANO DVB DRIVER
9099 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9100 L:      linux-media@vger.kernel.org
9101 W:      http://linuxtv.org
9102 T:      git git://linuxtv.org/media_tree.git
9103 S:      Odd fixes
9104 F:      drivers/media/common/siano/
9105 F:      drivers/media/usb/siano/
9106 F:      drivers/media/usb/siano/
9107 F:      drivers/media/mmc/siano/
9108
9109 SIMPLEFB FB DRIVER
9110 M:      Hans de Goede <hdegoede@redhat.com>
9111 L:      linux-fbdev@vger.kernel.org
9112 S:      Maintained
9113 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9114 F:      drivers/video/fbdev/simplefb.c
9115 F:      include/linux/platform_data/simplefb.h
9116
9117 SH_VEU V4L2 MEM2MEM DRIVER
9118 L:      linux-media@vger.kernel.org
9119 S:      Orphan
9120 F:      drivers/media/platform/sh_veu.c
9121
9122 SH_VOU V4L2 OUTPUT DRIVER
9123 L:      linux-media@vger.kernel.org
9124 S:      Orphan
9125 F:      drivers/media/platform/sh_vou.c
9126 F:      include/media/sh_vou.h
9127
9128 SIMPLE FIRMWARE INTERFACE (SFI)
9129 M:      Len Brown <lenb@kernel.org>
9130 L:      sfi-devel@simplefirmware.org
9131 W:      http://simplefirmware.org/
9132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9133 S:      Supported
9134 F:      arch/x86/platform/sfi/
9135 F:      drivers/sfi/
9136 F:      include/linux/sfi*.h
9137
9138 SIMTEC EB110ATX (Chalice CATS)
9139 P:      Ben Dooks
9140 P:      Vincent Sanders <vince@simtec.co.uk>
9141 M:      Simtec Linux Team <linux@simtec.co.uk>
9142 W:      http://www.simtec.co.uk/products/EB110ATX/
9143 S:      Supported
9144
9145 SIMTEC EB2410ITX (BAST)
9146 P:      Ben Dooks
9147 P:      Vincent Sanders <vince@simtec.co.uk>
9148 M:      Simtec Linux Team <linux@simtec.co.uk>
9149 W:      http://www.simtec.co.uk/products/EB2410ITX/
9150 S:      Supported
9151 F:      arch/arm/mach-s3c24xx/mach-bast.c
9152 F:      arch/arm/mach-s3c24xx/bast-ide.c
9153 F:      arch/arm/mach-s3c24xx/bast-irq.c
9154
9155 TI DAVINCI MACHINE SUPPORT
9156 M:      Sekhar Nori <nsekhar@ti.com>
9157 M:      Kevin Hilman <khilman@deeprootsystems.com>
9158 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9159 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9160 S:      Supported
9161 F:      arch/arm/mach-davinci/
9162 F:      drivers/i2c/busses/i2c-davinci.c
9163
9164 TI DAVINCI SERIES MEDIA DRIVER
9165 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9166 L:      linux-media@vger.kernel.org
9167 W:      http://linuxtv.org/
9168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9169 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9170 S:      Maintained
9171 F:      drivers/media/platform/davinci/
9172 F:      include/media/davinci/
9173
9174 TI AM437X VPFE DRIVER
9175 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9176 L:      linux-media@vger.kernel.org
9177 W:      http://linuxtv.org/
9178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9179 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9180 S:      Maintained
9181 F:      drivers/media/platform/am437x/
9182
9183 OV2659 OMNIVISION SENSOR DRIVER
9184 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9185 L:      linux-media@vger.kernel.org
9186 W:      http://linuxtv.org/
9187 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9188 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9189 S:      Maintained
9190 F:      drivers/media/i2c/ov2659.c
9191 F:      include/media/ov2659.h
9192
9193 SIS 190 ETHERNET DRIVER
9194 M:      Francois Romieu <romieu@fr.zoreil.com>
9195 L:      netdev@vger.kernel.org
9196 S:      Maintained
9197 F:      drivers/net/ethernet/sis/sis190.c
9198
9199 SIS 900/7016 FAST ETHERNET DRIVER
9200 M:      Daniele Venzano <venza@brownhat.org>
9201 W:      http://www.brownhat.org/sis900.html
9202 L:      netdev@vger.kernel.org
9203 S:      Maintained
9204 F:      drivers/net/ethernet/sis/sis900.*
9205
9206 SIS FRAMEBUFFER DRIVER
9207 M:      Thomas Winischhofer <thomas@winischhofer.net>
9208 W:      http://www.winischhofer.net/linuxsisvga.shtml
9209 S:      Maintained
9210 F:      Documentation/fb/sisfb.txt
9211 F:      drivers/video/fbdev/sis/
9212 F:      include/video/sisfb.h
9213
9214 SIS USB2VGA DRIVER
9215 M:      Thomas Winischhofer <thomas@winischhofer.net>
9216 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9217 S:      Maintained
9218 F:      drivers/usb/misc/sisusbvga/
9219
9220 SLAB ALLOCATOR
9221 M:      Christoph Lameter <cl@linux.com>
9222 M:      Pekka Enberg <penberg@kernel.org>
9223 M:      David Rientjes <rientjes@google.com>
9224 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9225 M:      Andrew Morton <akpm@linux-foundation.org>
9226 L:      linux-mm@kvack.org
9227 S:      Maintained
9228 F:      include/linux/sl?b*.h
9229 F:      mm/sl?b*
9230
9231 SLEEPABLE READ-COPY UPDATE (SRCU)
9232 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9233 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9234 M:      Josh Triplett <josh@joshtriplett.org>
9235 R:      Steven Rostedt <rostedt@goodmis.org>
9236 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9237 L:      linux-kernel@vger.kernel.org
9238 W:      http://www.rdrop.com/users/paulmck/RCU/
9239 S:      Supported
9240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9241 F:      include/linux/srcu.h
9242 F:      kernel/rcu/srcu.c
9243
9244 SMACK SECURITY MODULE
9245 M:      Casey Schaufler <casey@schaufler-ca.com>
9246 L:      linux-security-module@vger.kernel.org
9247 W:      http://schaufler-ca.com
9248 T:      git git://git.gitorious.org/smack-next/kernel.git
9249 S:      Maintained
9250 F:      Documentation/security/Smack.txt
9251 F:      security/smack/
9252
9253 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9254 M:      Kevin Hilman <khilman@kernel.org>
9255 M:      Nishanth Menon <nm@ti.com>
9256 S:      Maintained
9257 F:      drivers/power/avs/
9258 F:      include/linux/power/smartreflex.h
9259 L:      linux-pm@vger.kernel.org
9260
9261 SMC91x ETHERNET DRIVER
9262 M:      Nicolas Pitre <nico@fluxnic.net>
9263 S:      Odd Fixes
9264 F:      drivers/net/ethernet/smsc/smc91x.*
9265
9266 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9267 M:      Sakari Ailus <sakari.ailus@iki.fi>
9268 L:      linux-media@vger.kernel.org
9269 S:      Maintained
9270 F:      drivers/media/i2c/smiapp/
9271 F:      include/media/smiapp.h
9272 F:      drivers/media/i2c/smiapp-pll.c
9273 F:      drivers/media/i2c/smiapp-pll.h
9274 F:      include/uapi/linux/smiapp.h
9275 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9276
9277 SMM665 HARDWARE MONITOR DRIVER
9278 M:      Guenter Roeck <linux@roeck-us.net>
9279 L:      lm-sensors@lm-sensors.org
9280 S:      Maintained
9281 F:      Documentation/hwmon/smm665
9282 F:      drivers/hwmon/smm665.c
9283
9284 SMSC EMC2103 HARDWARE MONITOR DRIVER
9285 M:      Steve Glendinning <steve.glendinning@shawell.net>
9286 L:      lm-sensors@lm-sensors.org
9287 S:      Maintained
9288 F:      Documentation/hwmon/emc2103
9289 F:      drivers/hwmon/emc2103.c
9290
9291 SMSC SCH5627 HARDWARE MONITOR DRIVER
9292 M:      Hans de Goede <hdegoede@redhat.com>
9293 L:      lm-sensors@lm-sensors.org
9294 S:      Supported
9295 F:      Documentation/hwmon/sch5627
9296 F:      drivers/hwmon/sch5627.c
9297
9298 SMSC47B397 HARDWARE MONITOR DRIVER
9299 M:      Jean Delvare <jdelvare@suse.de>
9300 L:      lm-sensors@lm-sensors.org
9301 S:      Maintained
9302 F:      Documentation/hwmon/smsc47b397
9303 F:      drivers/hwmon/smsc47b397.c
9304
9305 SMSC911x ETHERNET DRIVER
9306 M:      Steve Glendinning <steve.glendinning@shawell.net>
9307 L:      netdev@vger.kernel.org
9308 S:      Maintained
9309 F:      include/linux/smsc911x.h
9310 F:      drivers/net/ethernet/smsc/smsc911x.*
9311
9312 SMSC9420 PCI ETHERNET DRIVER
9313 M:      Steve Glendinning <steve.glendinning@shawell.net>
9314 L:      netdev@vger.kernel.org
9315 S:      Maintained
9316 F:      drivers/net/ethernet/smsc/smsc9420.*
9317
9318 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9319 M:      Steve Glendinning <steve.glendinning@shawell.net>
9320 L:      linux-fbdev@vger.kernel.org
9321 S:      Maintained
9322 F:      drivers/video/fbdev/smscufx.c
9323
9324 SOC-CAMERA V4L2 SUBSYSTEM
9325 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9326 L:      linux-media@vger.kernel.org
9327 T:      git git://linuxtv.org/media_tree.git
9328 S:      Maintained
9329 F:      include/media/soc*
9330 F:      drivers/media/i2c/soc_camera/
9331 F:      drivers/media/platform/soc_camera/
9332
9333 SOEKRIS NET48XX LED SUPPORT
9334 M:      Chris Boot <bootc@bootc.net>
9335 S:      Maintained
9336 F:      drivers/leds/leds-net48xx.c
9337
9338 SOFTLOGIC 6x10 MPEG CODEC
9339 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9340 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9341 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9342 M:      Ismael Luceno <ismael@iodev.co.uk>
9343 L:      linux-media@vger.kernel.org
9344 S:      Supported
9345 F:      drivers/media/pci/solo6x10/
9346
9347 SOFTWARE RAID (Multiple Disks) SUPPORT
9348 M:      Neil Brown <neilb@suse.de>
9349 L:      linux-raid@vger.kernel.org
9350 S:      Supported
9351 F:      drivers/md/
9352 F:      include/linux/raid/
9353 F:      include/uapi/linux/raid/
9354
9355 SONIC NETWORK DRIVER
9356 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9357 L:      netdev@vger.kernel.org
9358 S:      Maintained
9359 F:      drivers/net/ethernet/natsemi/sonic.*
9360
9361 SONICS SILICON BACKPLANE DRIVER (SSB)
9362 M:      Michael Buesch <m@bues.ch>
9363 L:      netdev@vger.kernel.org
9364 S:      Maintained
9365 F:      drivers/ssb/
9366 F:      include/linux/ssb/
9367
9368 SONY VAIO CONTROL DEVICE DRIVER
9369 M:      Mattia Dongili <malattia@linux.it>
9370 L:      platform-driver-x86@vger.kernel.org
9371 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9372 S:      Maintained
9373 F:      Documentation/laptops/sony-laptop.txt
9374 F:      drivers/char/sonypi.c
9375 F:      drivers/platform/x86/sony-laptop.c
9376 F:      include/linux/sony-laptop.h
9377
9378 SONY MEMORYSTICK CARD SUPPORT
9379 M:      Alex Dubov <oakad@yahoo.com>
9380 W:      http://tifmxx.berlios.de/
9381 S:      Maintained
9382 F:      drivers/memstick/host/tifm_ms.c
9383
9384 SONY MEMORYSTICK STANDARD SUPPORT
9385 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9386 S:      Maintained
9387 F:      drivers/memstick/core/ms_block.*
9388
9389 SOUND
9390 M:      Jaroslav Kysela <perex@perex.cz>
9391 M:      Takashi Iwai <tiwai@suse.de>
9392 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9393 W:      http://www.alsa-project.org/
9394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9395 T:      git git://git.alsa-project.org/alsa-kernel.git
9396 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9397 S:      Maintained
9398 F:      Documentation/sound/
9399 F:      include/sound/
9400 F:      include/uapi/sound/
9401 F:      sound/
9402
9403 SOUND - COMPRESSED AUDIO
9404 M:      Vinod Koul <vinod.koul@intel.com>
9405 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9407 S:      Supported
9408 F:      Documentation/sound/alsa/compress_offload.txt
9409 F:      include/sound/compress_driver.h
9410 F:      include/uapi/sound/compress_*
9411 F:      sound/core/compress_offload.c
9412 F:      sound/soc/soc-compress.c
9413
9414 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9415 M:      Liam Girdwood <lgirdwood@gmail.com>
9416 M:      Mark Brown <broonie@kernel.org>
9417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9418 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9419 W:      http://alsa-project.org/main/index.php/ASoC
9420 S:      Supported
9421 F:      Documentation/sound/alsa/soc/
9422 F:      sound/soc/
9423 F:      include/sound/soc*
9424
9425 SOUND - DMAENGINE HELPERS
9426 M:      Lars-Peter Clausen <lars@metafoo.de>
9427 S:      Supported
9428 F:      include/sound/dmaengine_pcm.h
9429 F:      sound/core/pcm_dmaengine.c
9430 F:      sound/soc/soc-generic-dmaengine-pcm.c
9431
9432 SP2 MEDIA DRIVER
9433 M:      Olli Salonen <olli.salonen@iki.fi>
9434 L:      linux-media@vger.kernel.org
9435 W:      http://linuxtv.org/
9436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9437 S:      Maintained
9438 F:      drivers/media/dvb-frontends/sp2*
9439
9440 SPARC + UltraSPARC (sparc/sparc64)
9441 M:      "David S. Miller" <davem@davemloft.net>
9442 L:      sparclinux@vger.kernel.org
9443 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9446 S:      Maintained
9447 F:      arch/sparc/
9448 F:      drivers/sbus/
9449
9450 SPARC SERIAL DRIVERS
9451 M:      "David S. Miller" <davem@davemloft.net>
9452 L:      sparclinux@vger.kernel.org
9453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9455 S:      Maintained
9456 F:      include/linux/sunserialcore.h
9457 F:      drivers/tty/serial/suncore.c
9458 F:      drivers/tty/serial/sunhv.c
9459 F:      drivers/tty/serial/sunsab.c
9460 F:      drivers/tty/serial/sunsab.h
9461 F:      drivers/tty/serial/sunsu.c
9462 F:      drivers/tty/serial/sunzilog.c
9463 F:      drivers/tty/serial/sunzilog.h
9464
9465 SPARSE CHECKER
9466 M:      "Christopher Li" <sparse@chrisli.org>
9467 L:      linux-sparse@vger.kernel.org
9468 W:      https://sparse.wiki.kernel.org/
9469 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9470 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9471 S:      Maintained
9472 F:      include/linux/compiler.h
9473
9474 SPEAR PLATFORM SUPPORT
9475 M:      Viresh Kumar <viresh.linux@gmail.com>
9476 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9477 L:      spear-devel@list.st.com
9478 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9479 W:      http://www.st.com/spear
9480 S:      Maintained
9481 F:      arch/arm/mach-spear/
9482
9483 SPEAR CLOCK FRAMEWORK SUPPORT
9484 M:      Viresh Kumar <viresh.linux@gmail.com>
9485 L:      spear-devel@list.st.com
9486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9487 W:      http://www.st.com/spear
9488 S:      Maintained
9489 F:      drivers/clk/spear/
9490
9491 SPI SUBSYSTEM
9492 M:      Mark Brown <broonie@kernel.org>
9493 L:      linux-spi@vger.kernel.org
9494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9495 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9496 S:      Maintained
9497 F:      Documentation/spi/
9498 F:      drivers/spi/
9499 F:      include/linux/spi/
9500 F:      include/uapi/linux/spi/
9501
9502 SPIDERNET NETWORK DRIVER for CELL
9503 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9504 M:      Jens Osterkamp <jens@de.ibm.com>
9505 L:      netdev@vger.kernel.org
9506 S:      Supported
9507 F:      Documentation/networking/spider_net.txt
9508 F:      drivers/net/ethernet/toshiba/spider_net*
9509
9510 SPU FILE SYSTEM
9511 M:      Jeremy Kerr <jk@ozlabs.org>
9512 L:      linuxppc-dev@lists.ozlabs.org
9513 W:      http://www.ibm.com/developerworks/power/cell/
9514 S:      Supported
9515 F:      Documentation/filesystems/spufs.txt
9516 F:      arch/powerpc/platforms/cell/spufs/
9517
9518 SQUASHFS FILE SYSTEM
9519 M:      Phillip Lougher <phillip@squashfs.org.uk>
9520 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9521 W:      http://squashfs.org.uk
9522 S:      Maintained
9523 F:      Documentation/filesystems/squashfs.txt
9524 F:      fs/squashfs/
9525
9526 SRM (Alpha) environment access
9527 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9528 S:      Maintained
9529 F:      arch/alpha/kernel/srm_env.c
9530
9531 STABLE BRANCH
9532 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9533 L:      stable@vger.kernel.org
9534 S:      Supported
9535 F:      Documentation/stable_kernel_rules.txt
9536
9537 STAGING SUBSYSTEM
9538 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9540 L:      devel@driverdev.osuosl.org
9541 S:      Supported
9542 F:      drivers/staging/
9543
9544 STAGING - COMEDI
9545 M:      Ian Abbott <abbotti@mev.co.uk>
9546 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9547 S:      Odd Fixes
9548 F:      drivers/staging/comedi/
9549
9550 STAGING - FLARION FT1000 DRIVERS
9551 M:      Marek Belisko <marek.belisko@gmail.com>
9552 S:      Odd Fixes
9553 F:      drivers/staging/ft1000/
9554
9555 STAGING - INDUSTRIAL IO
9556 M:      Jonathan Cameron <jic23@kernel.org>
9557 L:      linux-iio@vger.kernel.org
9558 S:      Odd Fixes
9559 F:      drivers/staging/iio/
9560
9561 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9562 M:      Jarod Wilson <jarod@wilsonet.com>
9563 W:      http://www.lirc.org/
9564 S:      Odd Fixes
9565 F:      drivers/staging/media/lirc/
9566
9567 STAGING - LUSTRE PARALLEL FILESYSTEM
9568 M:      Oleg Drokin <oleg.drokin@intel.com>
9569 M:      Andreas Dilger <andreas.dilger@intel.com>
9570 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9571 W:      http://lustre.opensfs.org/
9572 S:      Maintained
9573 F:      drivers/staging/lustre
9574
9575 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9576 M:      Julian Andres Klode <jak@jak-linux.org>
9577 M:      Marc Dietrich <marvin24@gmx.de>
9578 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9579 L:      linux-tegra@vger.kernel.org
9580 S:      Maintained
9581 F:      drivers/staging/nvec/
9582
9583 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9584 M:      Jens Frederich <jfrederich@gmail.com>
9585 M:      Daniel Drake <dsd@laptop.org>
9586 M:      Jon Nettleton <jon.nettleton@gmail.com>
9587 W:      http://wiki.laptop.org/go/DCON
9588 S:      Maintained
9589 F:      drivers/staging/olpc_dcon/
9590
9591 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9592 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9593 S:      Maintained
9594 F:      drivers/staging/ozwpan/
9595
9596 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9597 M:      Willy Tarreau <willy@meta-x.org>
9598 S:      Odd Fixes
9599 F:      drivers/staging/panel/
9600
9601 STAGING - REALTEK RTL8712U DRIVERS
9602 M:      Larry Finger <Larry.Finger@lwfinger.net>
9603 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9604 S:      Odd Fixes
9605 F:      drivers/staging/rtl8712/
9606
9607 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9608 M:      Larry Finger <Larry.Finger@lwfinger.net>
9609 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9610 L:      linux-wireless@vger.kernel.org
9611 S:      Maintained
9612 F:      drivers/staging/rtl8723au/
9613
9614 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9615 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9616 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9617 M:      Sudip Mukherjee <sudip@vectorindia.org>
9618 L:      linux-fbdev@vger.kernel.org
9619 S:      Maintained
9620 F:      drivers/staging/sm7xxfb/
9621
9622 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9623 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9624 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9625 M:      Sudip Mukherjee <sudip@vectorindia.org>
9626 L:      linux-fbdev@vger.kernel.org
9627 S:      Maintained
9628 F:      drivers/staging/sm750fb/
9629
9630 STAGING - SLICOSS
9631 M:      Lior Dotan <liodot@gmail.com>
9632 M:      Christopher Harrer <charrer@alacritech.com>
9633 S:      Odd Fixes
9634 F:      drivers/staging/slicoss/
9635
9636 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9637 M:      William Hubbs <w.d.hubbs@gmail.com>
9638 M:      Chris Brannon <chris@the-brannons.com>
9639 M:      Kirk Reiser <kirk@reisers.ca>
9640 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9641 L:      speakup@linux-speakup.org
9642 W:      http://www.linux-speakup.org/
9643 S:      Odd Fixes
9644 F:      drivers/staging/speakup/
9645
9646 STAGING - VIA VT665X DRIVERS
9647 M:      Forest Bond <forest@alittletooquiet.net>
9648 S:      Odd Fixes
9649 F:      drivers/staging/vt665?/
9650
9651 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9652 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9653 S:      Odd Fixes
9654 F:      drivers/staging/xgifb/
9655
9656 STARFIRE/DURALAN NETWORK DRIVER
9657 M:      Ion Badulescu <ionut@badula.org>
9658 S:      Odd Fixes
9659 F:      drivers/net/ethernet/adaptec/starfire*
9660
9661 SUN3/3X
9662 M:      Sam Creasey <sammy@sammy.net>
9663 W:      http://sammy.net/sun3/
9664 S:      Maintained
9665 F:      arch/m68k/kernel/*sun3*
9666 F:      arch/m68k/sun3*/
9667 F:      arch/m68k/include/asm/sun3*
9668 F:      drivers/net/ethernet/i825xx/sun3*
9669
9670 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9671 M:      Hans de Goede <hdegoede@redhat.com>
9672 L:      linux-input@vger.kernel.org
9673 S:      Maintained
9674 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9675 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9676
9677 SUNDANCE NETWORK DRIVER
9678 M:      Denis Kirjanov <kda@linux-powerpc.org>
9679 L:      netdev@vger.kernel.org
9680 S:      Maintained
9681 F:      drivers/net/ethernet/dlink/sundance.c
9682
9683 SUPERH
9684 L:      linux-sh@vger.kernel.org
9685 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9686 S:      Orphan
9687 F:      Documentation/sh/
9688 F:      arch/sh/
9689 F:      drivers/sh/
9690
9691 SUSPEND TO RAM
9692 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9693 M:      Len Brown <len.brown@intel.com>
9694 M:      Pavel Machek <pavel@ucw.cz>
9695 L:      linux-pm@vger.kernel.org
9696 S:      Supported
9697 F:      Documentation/power/
9698 F:      arch/x86/kernel/acpi/
9699 F:      drivers/base/power/
9700 F:      kernel/power/
9701 F:      include/linux/suspend.h
9702 F:      include/linux/freezer.h
9703 F:      include/linux/pm.h
9704
9705 SVGA HANDLING
9706 M:      Martin Mares <mj@ucw.cz>
9707 L:      linux-video@atrey.karlin.mff.cuni.cz
9708 S:      Maintained
9709 F:      Documentation/svga.txt
9710 F:      arch/x86/boot/video*
9711
9712 SWIOTLB SUBSYSTEM
9713 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9714 L:      linux-kernel@vger.kernel.org
9715 S:      Supported
9716 F:      lib/swiotlb.c
9717 F:      arch/*/kernel/pci-swiotlb.c
9718 F:      include/linux/swiotlb.h
9719
9720 SWITCHDEV
9721 M:      Jiri Pirko <jiri@resnulli.us>
9722 L:      netdev@vger.kernel.org
9723 S:      Supported
9724 F:      net/switchdev/
9725 F:      include/net/switchdev.h
9726
9727 SYNOPSYS ARC ARCHITECTURE
9728 M:      Vineet Gupta <vgupta@synopsys.com>
9729 S:      Supported
9730 F:      arch/arc/
9731 F:      Documentation/devicetree/bindings/arc/
9732 F:      drivers/tty/serial/arc_uart.c
9733
9734 SYSTEM CONFIGURATION (SYSCON)
9735 M:      Lee Jones <lee.jones@linaro.org>
9736 M:      Arnd Bergmann <arnd@arndb.de>
9737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9738 S:      Supported
9739 F:      drivers/mfd/syscon.c
9740
9741 SYSV FILESYSTEM
9742 M:      Christoph Hellwig <hch@infradead.org>
9743 S:      Maintained
9744 F:      Documentation/filesystems/sysv-fs.txt
9745 F:      fs/sysv/
9746 F:      include/linux/sysv_fs.h
9747
9748 TARGET SUBSYSTEM
9749 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9750 L:      linux-scsi@vger.kernel.org
9751 L:      target-devel@vger.kernel.org
9752 W:      http://www.linux-iscsi.org
9753 W:      http://groups.google.com/group/linux-iscsi-target-dev
9754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9755 S:      Supported
9756 F:      drivers/target/
9757 F:      include/target/
9758 F:      Documentation/target/
9759
9760 TASKSTATS STATISTICS INTERFACE
9761 M:      Balbir Singh <bsingharora@gmail.com>
9762 S:      Maintained
9763 F:      Documentation/accounting/taskstats*
9764 F:      include/linux/taskstats*
9765 F:      kernel/taskstats.c
9766
9767 TC CLASSIFIER
9768 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9769 L:      netdev@vger.kernel.org
9770 S:      Maintained
9771 F:      include/net/pkt_cls.h
9772 F:      include/uapi/linux/pkt_cls.h
9773 F:      net/sched/
9774
9775 TCP LOW PRIORITY MODULE
9776 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9777 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9778 W:      http://tcp-lp-mod.sourceforge.net/
9779 S:      Maintained
9780 F:      net/ipv4/tcp_lp.c
9781
9782 TDA10071 MEDIA DRIVER
9783 M:      Antti Palosaari <crope@iki.fi>
9784 L:      linux-media@vger.kernel.org
9785 W:      http://linuxtv.org/
9786 W:      http://palosaari.fi/linux/
9787 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9788 T:      git git://linuxtv.org/anttip/media_tree.git
9789 S:      Maintained
9790 F:      drivers/media/dvb-frontends/tda10071*
9791
9792 TDA18212 MEDIA DRIVER
9793 M:      Antti Palosaari <crope@iki.fi>
9794 L:      linux-media@vger.kernel.org
9795 W:      http://linuxtv.org/
9796 W:      http://palosaari.fi/linux/
9797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9798 T:      git git://linuxtv.org/anttip/media_tree.git
9799 S:      Maintained
9800 F:      drivers/media/tuners/tda18212*
9801
9802 TDA18218 MEDIA DRIVER
9803 M:      Antti Palosaari <crope@iki.fi>
9804 L:      linux-media@vger.kernel.org
9805 W:      http://linuxtv.org/
9806 W:      http://palosaari.fi/linux/
9807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9808 T:      git git://linuxtv.org/anttip/media_tree.git
9809 S:      Maintained
9810 F:      drivers/media/tuners/tda18218*
9811
9812 TDA18271 MEDIA DRIVER
9813 M:      Michael Krufky <mkrufky@linuxtv.org>
9814 L:      linux-media@vger.kernel.org
9815 W:      http://linuxtv.org/
9816 W:      http://github.com/mkrufky
9817 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9818 T:      git git://linuxtv.org/mkrufky/tuners.git
9819 S:      Maintained
9820 F:      drivers/media/tuners/tda18271*
9821
9822 TDA827x MEDIA DRIVER
9823 M:      Michael Krufky <mkrufky@linuxtv.org>
9824 L:      linux-media@vger.kernel.org
9825 W:      http://linuxtv.org/
9826 W:      http://github.com/mkrufky
9827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9828 T:      git git://linuxtv.org/mkrufky/tuners.git
9829 S:      Maintained
9830 F:      drivers/media/tuners/tda8290.*
9831
9832 TDA8290 MEDIA DRIVER
9833 M:      Michael Krufky <mkrufky@linuxtv.org>
9834 L:      linux-media@vger.kernel.org
9835 W:      http://linuxtv.org/
9836 W:      http://github.com/mkrufky
9837 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9838 T:      git git://linuxtv.org/mkrufky/tuners.git
9839 S:      Maintained
9840 F:      drivers/media/tuners/tda8290.*
9841
9842 TDA9840 MEDIA DRIVER
9843 M:      Hans Verkuil <hverkuil@xs4all.nl>
9844 L:      linux-media@vger.kernel.org
9845 T:      git git://linuxtv.org/media_tree.git
9846 W:      http://linuxtv.org
9847 S:      Maintained
9848 F:      drivers/media/i2c/tda9840*
9849
9850 TEA5761 TUNER DRIVER
9851 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9852 L:      linux-media@vger.kernel.org
9853 W:      http://linuxtv.org
9854 T:      git git://linuxtv.org/media_tree.git
9855 S:      Odd fixes
9856 F:      drivers/media/tuners/tea5761.*
9857
9858 TEA5767 TUNER DRIVER
9859 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9860 L:      linux-media@vger.kernel.org
9861 W:      http://linuxtv.org
9862 T:      git git://linuxtv.org/media_tree.git
9863 S:      Maintained
9864 F:      drivers/media/tuners/tea5767.*
9865
9866 TEA6415C MEDIA DRIVER
9867 M:      Hans Verkuil <hverkuil@xs4all.nl>
9868 L:      linux-media@vger.kernel.org
9869 T:      git git://linuxtv.org/media_tree.git
9870 W:      http://linuxtv.org
9871 S:      Maintained
9872 F:      drivers/media/i2c/tea6415c*
9873
9874 TEA6420 MEDIA DRIVER
9875 M:      Hans Verkuil <hverkuil@xs4all.nl>
9876 L:      linux-media@vger.kernel.org
9877 T:      git git://linuxtv.org/media_tree.git
9878 W:      http://linuxtv.org
9879 S:      Maintained
9880 F:      drivers/media/i2c/tea6420*
9881
9882 TEAM DRIVER
9883 M:      Jiri Pirko <jiri@resnulli.us>
9884 L:      netdev@vger.kernel.org
9885 S:      Supported
9886 F:      drivers/net/team/
9887 F:      include/linux/if_team.h
9888 F:      include/uapi/linux/if_team.h
9889
9890 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9891 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9892 S:      Maintained
9893 F:      arch/x86/platform/ts5500/
9894
9895 TECHNOTREND USB IR RECEIVER
9896 M:      Sean Young <sean@mess.org>
9897 L:      linux-media@vger.kernel.org
9898 S:      Maintained
9899 F:      drivers/media/rc/ttusbir.c
9900
9901 TEGRA ARCHITECTURE SUPPORT
9902 M:      Stephen Warren <swarren@wwwdotorg.org>
9903 M:      Thierry Reding <thierry.reding@gmail.com>
9904 M:      Alexandre Courbot <gnurou@gmail.com>
9905 L:      linux-tegra@vger.kernel.org
9906 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9908 S:      Supported
9909 N:      [^a-z]tegra
9910
9911 TEGRA CLOCK DRIVER
9912 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9913 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9914 S:      Supported
9915 F:      drivers/clk/tegra/
9916
9917 TEGRA DMA DRIVER
9918 M:      Laxman Dewangan <ldewangan@nvidia.com>
9919 S:      Supported
9920 F:      drivers/dma/tegra20-apb-dma.c
9921
9922 TEGRA I2C DRIVER
9923 M:      Laxman Dewangan <ldewangan@nvidia.com>
9924 S:      Supported
9925 F:      drivers/i2c/busses/i2c-tegra.c
9926
9927 TEGRA IOMMU DRIVERS
9928 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9929 S:      Supported
9930 F:      drivers/iommu/tegra*
9931
9932 TEGRA KBC DRIVER
9933 M:      Rakesh Iyer <riyer@nvidia.com>
9934 M:      Laxman Dewangan <ldewangan@nvidia.com>
9935 S:      Supported
9936 F:      drivers/input/keyboard/tegra-kbc.c
9937
9938 TEGRA PWM DRIVER
9939 M:      Thierry Reding <thierry.reding@gmail.com>
9940 S:      Supported
9941 F:      drivers/pwm/pwm-tegra.c
9942
9943 TEGRA SERIAL DRIVER
9944 M:      Laxman Dewangan <ldewangan@nvidia.com>
9945 S:      Supported
9946 F:      drivers/tty/serial/serial-tegra.c
9947
9948 TEGRA SPI DRIVER
9949 M:      Laxman Dewangan <ldewangan@nvidia.com>
9950 S:      Supported
9951 F:      drivers/spi/spi-tegra*
9952
9953 TEHUTI ETHERNET DRIVER
9954 M:      Andy Gospodarek <andy@greyhouse.net>
9955 L:      netdev@vger.kernel.org
9956 S:      Supported
9957 F:      drivers/net/ethernet/tehuti/*
9958
9959 Telecom Clock Driver for MCPL0010
9960 M:      Mark Gross <mark.gross@intel.com>
9961 S:      Supported
9962 F:      drivers/char/tlclk.c
9963
9964 TENSILICA XTENSA PORT (xtensa)
9965 M:      Chris Zankel <chris@zankel.net>
9966 M:      Max Filippov <jcmvbkbc@gmail.com>
9967 L:      linux-xtensa@linux-xtensa.org
9968 S:      Maintained
9969 F:      arch/xtensa/
9970 F:      drivers/irqchip/irq-xtensa-*
9971
9972 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9973 M:      Hans Verkuil <hverkuil@xs4all.nl>
9974 L:      linux-media@vger.kernel.org
9975 T:      git git://linuxtv.org/media_tree.git
9976 W:      http://linuxtv.org
9977 S:      Maintained
9978 F:      drivers/media/radio/radio-raremono.c
9979
9980 THERMAL
9981 M:      Zhang Rui <rui.zhang@intel.com>
9982 M:      Eduardo Valentin <edubezval@gmail.com>
9983 L:      linux-pm@vger.kernel.org
9984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9986 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9987 S:      Supported
9988 F:      drivers/thermal/
9989 F:      include/linux/thermal.h
9990 F:      include/uapi/linux/thermal.h
9991 F:      include/linux/cpu_cooling.h
9992 F:      Documentation/devicetree/bindings/thermal/
9993
9994 THINGM BLINK(1) USB RGB LED DRIVER
9995 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9996 S:      Maintained
9997 F:      drivers/hid/hid-thingm.c
9998
9999 THINKPAD ACPI EXTRAS DRIVER
10000 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10001 L:      ibm-acpi-devel@lists.sourceforge.net
10002 L:      platform-driver-x86@vger.kernel.org
10003 W:      http://ibm-acpi.sourceforge.net
10004 W:      http://thinkwiki.org/wiki/Ibm-acpi
10005 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10006 S:      Maintained
10007 F:      drivers/platform/x86/thinkpad_acpi.c
10008
10009 TI BANDGAP AND THERMAL DRIVER
10010 M:      Eduardo Valentin <edubezval@gmail.com>
10011 L:      linux-pm@vger.kernel.org
10012 L:      linux-omap@vger.kernel.org
10013 S:      Maintained
10014 F:      drivers/thermal/ti-soc-thermal/
10015
10016 TI CDCE706 CLOCK DRIVER
10017 M:      Max Filippov <jcmvbkbc@gmail.com>
10018 S:      Maintained
10019 F:      drivers/clk/clk-cdce706.c
10020
10021 TI CLOCK DRIVER
10022 M:      Tero Kristo <t-kristo@ti.com>
10023 L:      linux-omap@vger.kernel.org
10024 S:      Maintained
10025 F:      drivers/clk/ti/
10026 F:      include/linux/clk/ti.h
10027
10028 TI FLASH MEDIA INTERFACE DRIVER
10029 M:      Alex Dubov <oakad@yahoo.com>
10030 S:      Maintained
10031 F:      drivers/misc/tifm*
10032 F:      drivers/mmc/host/tifm_sd.c
10033 F:      include/linux/tifm.h
10034
10035 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10036 M:      Santosh Shilimkar <ssantosh@kernel.org>
10037 L:      linux-kernel@vger.kernel.org
10038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10039 S:      Maintained
10040 F:      drivers/soc/ti/*
10041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10042
10043
10044 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10045 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10046 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10047 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10048 S:      Maintained
10049 F:      sound/soc/codecs/lm49453*
10050 F:      sound/soc/codecs/isabelle*
10051
10052 TI LP855x BACKLIGHT DRIVER
10053 M:      Milo Kim <milo.kim@ti.com>
10054 S:      Maintained
10055 F:      Documentation/backlight/lp855x-driver.txt
10056 F:      drivers/video/backlight/lp855x_bl.c
10057 F:      include/linux/platform_data/lp855x.h
10058
10059 TI LP8727 CHARGER DRIVER
10060 M:      Milo Kim <milo.kim@ti.com>
10061 S:      Maintained
10062 F:      drivers/power/lp8727_charger.c
10063 F:      include/linux/platform_data/lp8727.h
10064
10065 TI LP8788 MFD DRIVER
10066 M:      Milo Kim <milo.kim@ti.com>
10067 S:      Maintained
10068 F:      drivers/iio/adc/lp8788_adc.c
10069 F:      drivers/leds/leds-lp8788.c
10070 F:      drivers/mfd/lp8788*.c
10071 F:      drivers/power/lp8788-charger.c
10072 F:      drivers/regulator/lp8788-*.c
10073 F:      include/linux/mfd/lp8788*.h
10074
10075 TI NETCP ETHERNET DRIVER
10076 M:      Wingman Kwok <w-kwok2@ti.com>
10077 M:      Murali Karicheri <m-karicheri2@ti.com>
10078 L:      netdev@vger.kernel.org
10079 S:      Maintained
10080 F:      drivers/net/ethernet/ti/netcp*
10081
10082 TI TAS571X FAMILY ASoC CODEC DRIVER
10083 M:      Kevin Cernekee <cernekee@chromium.org>
10084 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10085 S:      Odd Fixes
10086 F:      sound/soc/codecs/tas571x*
10087
10088 TI TWL4030 SERIES SOC CODEC DRIVER
10089 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10090 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10091 S:      Maintained
10092 F:      sound/soc/codecs/twl4030*
10093
10094 TI WILINK WIRELESS DRIVERS
10095 L:      linux-wireless@vger.kernel.org
10096 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10097 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10099 S:      Orphan
10100 F:      drivers/net/wireless/ti/
10101 F:      include/linux/wl12xx.h
10102
10103 TIPC NETWORK LAYER
10104 M:      Jon Maloy <jon.maloy@ericsson.com>
10105 M:      Ying Xue <ying.xue@windriver.com>
10106 L:      netdev@vger.kernel.org (core kernel code)
10107 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10108 W:      http://tipc.sourceforge.net/
10109 S:      Maintained
10110 F:      include/uapi/linux/tipc*.h
10111 F:      net/tipc/
10112
10113 TILE ARCHITECTURE
10114 M:      Chris Metcalf <cmetcalf@ezchip.com>
10115 W:      http://www.ezchip.com/scm/
10116 S:      Supported
10117 F:      arch/tile/
10118 F:      drivers/char/tile-srom.c
10119 F:      drivers/edac/tile_edac.c
10120 F:      drivers/net/ethernet/tile/
10121 F:      drivers/rtc/rtc-tile.c
10122 F:      drivers/tty/hvc/hvc_tile.c
10123 F:      drivers/tty/serial/tilegx.c
10124 F:      drivers/usb/host/*-tilegx.c
10125 F:      include/linux/usb/tilegx.h
10126
10127 TLAN NETWORK DRIVER
10128 M:      Samuel Chessman <chessman@tux.org>
10129 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10130 W:      http://sourceforge.net/projects/tlan/
10131 S:      Maintained
10132 F:      Documentation/networking/tlan.txt
10133 F:      drivers/net/ethernet/ti/tlan.*
10134
10135 TOMOYO SECURITY MODULE
10136 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10137 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10138 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10139 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10140 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10141 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10142 W:      http://tomoyo.sourceforge.jp/
10143 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10144 S:      Maintained
10145 F:      security/tomoyo/
10146
10147 TOPSTAR LAPTOP EXTRAS DRIVER
10148 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10149 L:      platform-driver-x86@vger.kernel.org
10150 S:      Maintained
10151 F:      drivers/platform/x86/topstar-laptop.c
10152
10153 TOSHIBA ACPI EXTRAS DRIVER
10154 M:      Azael Avalos <coproscefalo@gmail.com>
10155 L:      platform-driver-x86@vger.kernel.org
10156 S:      Maintained
10157 F:      drivers/platform/x86/toshiba_acpi.c
10158
10159 TOSHIBA BLUETOOTH DRIVER
10160 M:      Azael Avalos <coproscefalo@gmail.com>
10161 L:      platform-driver-x86@vger.kernel.org
10162 S:      Maintained
10163 F:      drivers/platform/x86/toshiba_bluetooth.c
10164
10165 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10166 M:      Azael Avalos <coproscefalo@gmail.com>
10167 L:      platform-driver-x86@vger.kernel.org
10168 S:      Maintained
10169 F:      drivers/platform/x86/toshiba_haps.c
10170
10171 TOSHIBA SMM DRIVER
10172 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10173 L:      tlinux-users@tce.toshiba-dme.co.jp
10174 W:      http://www.buzzard.org.uk/toshiba/
10175 S:      Maintained
10176 F:      drivers/char/toshiba.c
10177 F:      include/linux/toshiba.h
10178 F:      include/uapi/linux/toshiba.h
10179
10180 TMIO MMC DRIVER
10181 M:      Ian Molton <ian@mnementh.co.uk>
10182 L:      linux-mmc@vger.kernel.org
10183 S:      Maintained
10184 F:      drivers/mmc/host/tmio_mmc*
10185 F:      drivers/mmc/host/sh_mobile_sdhi.c
10186 F:      include/linux/mmc/tmio.h
10187 F:      include/linux/mmc/sh_mobile_sdhi.h
10188
10189 TMP401 HARDWARE MONITOR DRIVER
10190 M:      Guenter Roeck <linux@roeck-us.net>
10191 L:      lm-sensors@lm-sensors.org
10192 S:      Maintained
10193 F:      Documentation/hwmon/tmp401
10194 F:      drivers/hwmon/tmp401.c
10195
10196 TMPFS (SHMEM FILESYSTEM)
10197 M:      Hugh Dickins <hughd@google.com>
10198 L:      linux-mm@kvack.org
10199 S:      Maintained
10200 F:      include/linux/shmem_fs.h
10201 F:      mm/shmem.c
10202
10203 TM6000 VIDEO4LINUX DRIVER
10204 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10205 L:      linux-media@vger.kernel.org
10206 W:      http://linuxtv.org
10207 T:      git git://linuxtv.org/media_tree.git
10208 S:      Odd fixes
10209 F:      drivers/media/usb/tm6000/
10210
10211 TW68 VIDEO4LINUX DRIVER
10212 M:      Hans Verkuil <hverkuil@xs4all.nl>
10213 L:      linux-media@vger.kernel.org
10214 T:      git git://linuxtv.org/media_tree.git
10215 W:      http://linuxtv.org
10216 S:      Odd Fixes
10217 F:      drivers/media/pci/tw68/
10218
10219 TPM DEVICE DRIVER
10220 M:      Peter Huewe <peterhuewe@gmx.de>
10221 M:      Marcel Selhorst <tpmdd@selhorst.net>
10222 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10223 W:      http://tpmdd.sourceforge.net
10224 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10225 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10226 T:      https://github.com/PeterHuewe/linux-tpmdd
10227 S:      Maintained
10228 F:      drivers/char/tpm/
10229
10230 TPM IBM_VTPM DEVICE DRIVER
10231 M:      Ashley Lai <ashleydlai@gmail.com>
10232 W:      http://tpmdd.sourceforge.net
10233 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10234 S:      Maintained
10235 F:      drivers/char/tpm/tpm_ibmvtpm*
10236
10237 TRACING
10238 M:      Steven Rostedt <rostedt@goodmis.org>
10239 M:      Ingo Molnar <mingo@redhat.com>
10240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10241 S:      Maintained
10242 F:      Documentation/trace/ftrace.txt
10243 F:      arch/*/*/*/ftrace.h
10244 F:      arch/*/kernel/ftrace.c
10245 F:      include/*/ftrace.h
10246 F:      include/linux/trace*.h
10247 F:      include/trace/
10248 F:      kernel/trace/
10249 F:      tools/testing/selftests/ftrace/
10250
10251 TRIVIAL PATCHES
10252 M:      Jiri Kosina <trivial@kernel.org>
10253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10254 S:      Maintained
10255 K:      ^Subject:.*(?i)trivial
10256
10257 TTY LAYER
10258 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10259 M:      Jiri Slaby <jslaby@suse.cz>
10260 S:      Supported
10261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10262 F:      drivers/tty/
10263 F:      drivers/tty/serial/serial_core.c
10264 F:      include/linux/serial_core.h
10265 F:      include/linux/serial.h
10266 F:      include/linux/tty.h
10267 F:      include/uapi/linux/serial_core.h
10268 F:      include/uapi/linux/serial.h
10269 F:      include/uapi/linux/tty.h
10270
10271 TUA9001 MEDIA DRIVER
10272 M:      Antti Palosaari <crope@iki.fi>
10273 L:      linux-media@vger.kernel.org
10274 W:      http://linuxtv.org/
10275 W:      http://palosaari.fi/linux/
10276 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10277 T:      git git://linuxtv.org/anttip/media_tree.git
10278 S:      Maintained
10279 F:      drivers/media/tuners/tua9001*
10280
10281 TULIP NETWORK DRIVERS
10282 M:      Grant Grundler <grundler@parisc-linux.org>
10283 L:      netdev@vger.kernel.org
10284 S:      Maintained
10285 F:      drivers/net/ethernet/dec/tulip/
10286
10287 TUN/TAP driver
10288 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10289 W:      http://vtun.sourceforge.net/tun
10290 S:      Maintained
10291 F:      Documentation/networking/tuntap.txt
10292 F:      arch/um/os-Linux/drivers/
10293
10294 TURBOCHANNEL SUBSYSTEM
10295 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10296 M:      Ralf Baechle <ralf@linux-mips.org>
10297 L:      linux-mips@linux-mips.org
10298 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10299 S:      Maintained
10300 F:      drivers/tc/
10301 F:      include/linux/tc.h
10302
10303 U14-34F SCSI DRIVER
10304 M:      Dario Ballabio <ballabio_dario@emc.com>
10305 L:      linux-scsi@vger.kernel.org
10306 S:      Maintained
10307 F:      drivers/scsi/u14-34f.c
10308
10309 UBI FILE SYSTEM (UBIFS)
10310 M:      Artem Bityutskiy <dedekind1@gmail.com>
10311 M:      Adrian Hunter <adrian.hunter@intel.com>
10312 L:      linux-mtd@lists.infradead.org
10313 T:      git git://git.infradead.org/ubifs-2.6.git
10314 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10315 S:      Maintained
10316 F:      Documentation/filesystems/ubifs.txt
10317 F:      fs/ubifs/
10318
10319 UCLINUX (AND M68KNOMMU)
10320 M:      Greg Ungerer <gerg@uclinux.org>
10321 W:      http://www.uclinux.org/
10322 L:      uclinux-dev@uclinux.org  (subscribers-only)
10323 S:      Maintained
10324 F:      arch/m68k/*/*_no.*
10325 F:      arch/m68k/include/asm/*_no.*
10326
10327 UDF FILESYSTEM
10328 M:      Jan Kara <jack@suse.cz>
10329 S:      Maintained
10330 F:      Documentation/filesystems/udf.txt
10331 F:      fs/udf/
10332
10333 UFS FILESYSTEM
10334 M:      Evgeniy Dushistov <dushistov@mail.ru>
10335 S:      Maintained
10336 F:      Documentation/filesystems/ufs.txt
10337 F:      fs/ufs/
10338
10339 UHID USERSPACE HID IO DRIVER:
10340 M:      David Herrmann <dh.herrmann@googlemail.com>
10341 L:      linux-input@vger.kernel.org
10342 S:      Maintained
10343 F:      drivers/hid/uhid.c
10344 F:      include/uapi/linux/uhid.h
10345
10346 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10347 L:      linux-usb@vger.kernel.org
10348 S:      Orphan
10349 F:      drivers/uwb/
10350 F:      include/linux/uwb.h
10351 F:      include/linux/uwb/
10352
10353 UNICORE32 ARCHITECTURE:
10354 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10355 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10356 S:      Maintained
10357 T:      git git://github.com/gxt/linux.git
10358 F:      arch/unicore32/
10359
10360 UNIFDEF
10361 M:      Tony Finch <dot@dotat.at>
10362 W:      http://dotat.at/prog/unifdef
10363 S:      Maintained
10364 F:      scripts/unifdef.c
10365
10366 UNIFORM CDROM DRIVER
10367 M:      Jens Axboe <axboe@kernel.dk>
10368 W:      http://www.kernel.dk
10369 S:      Maintained
10370 F:      Documentation/cdrom/
10371 F:      drivers/cdrom/cdrom.c
10372 F:      include/linux/cdrom.h
10373 F:      include/uapi/linux/cdrom.h
10374
10375 UNISYS S-PAR DRIVERS
10376 M:      Benjamin Romer <benjamin.romer@unisys.com>
10377 M:      David Kershner <david.kershner@unisys.com>
10378 L:      sparmaintainer@unisys.com (Unisys internal)
10379 S:      Supported
10380 F:      drivers/staging/unisys/
10381
10382 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10383 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10384 L:      linux-scsi@vger.kernel.org
10385 S:      Supported
10386 F:      Documentation/scsi/ufs.txt
10387 F:      drivers/scsi/ufs/
10388
10389 UNSORTED BLOCK IMAGES (UBI)
10390 M:      Artem Bityutskiy <dedekind1@gmail.com>
10391 M:      Richard Weinberger <richard@nod.at>
10392 W:      http://www.linux-mtd.infradead.org/
10393 L:      linux-mtd@lists.infradead.org
10394 T:      git git://git.infradead.org/ubifs-2.6.git
10395 S:      Supported
10396 F:      drivers/mtd/ubi/
10397 F:      include/linux/mtd/ubi.h
10398 F:      include/uapi/mtd/ubi-user.h
10399
10400 USB ACM DRIVER
10401 M:      Oliver Neukum <oliver@neukum.org>
10402 L:      linux-usb@vger.kernel.org
10403 S:      Maintained
10404 F:      Documentation/usb/acm.txt
10405 F:      drivers/usb/class/cdc-acm.*
10406
10407 USB AR5523 WIRELESS DRIVER
10408 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10409 L:      linux-wireless@vger.kernel.org
10410 S:      Maintained
10411 F:      drivers/net/wireless/ath/ar5523/
10412
10413 USB ATTACHED SCSI
10414 M:      Hans de Goede <hdegoede@redhat.com>
10415 M:      Gerd Hoffmann <kraxel@redhat.com>
10416 L:      linux-usb@vger.kernel.org
10417 L:      linux-scsi@vger.kernel.org
10418 S:      Maintained
10419 F:      drivers/usb/storage/uas.c
10420
10421 USB CDC ETHERNET DRIVER
10422 M:      Oliver Neukum <oliver@neukum.org>
10423 L:      linux-usb@vger.kernel.org
10424 S:      Maintained
10425 F:      drivers/net/usb/cdc_*.c
10426 F:      include/uapi/linux/usb/cdc.h
10427
10428 USB CHAOSKEY DRIVER
10429 M:      Keith Packard <keithp@keithp.com>
10430 L:      linux-usb@vger.kernel.org
10431 S:      Maintained
10432 F:      drivers/usb/misc/chaoskey.c
10433
10434 USB CYPRESS C67X00 DRIVER
10435 M:      Peter Korsgaard <jacmet@sunsite.dk>
10436 L:      linux-usb@vger.kernel.org
10437 S:      Maintained
10438 F:      drivers/usb/c67x00/
10439
10440 USB DAVICOM DM9601 DRIVER
10441 M:      Peter Korsgaard <jacmet@sunsite.dk>
10442 L:      netdev@vger.kernel.org
10443 W:      http://www.linux-usb.org/usbnet
10444 S:      Maintained
10445 F:      drivers/net/usb/dm9601.c
10446
10447 USB DIAMOND RIO500 DRIVER
10448 M:      Cesar Miquel <miquel@df.uba.ar>
10449 L:      rio500-users@lists.sourceforge.net
10450 W:      http://rio500.sourceforge.net
10451 S:      Maintained
10452 F:      drivers/usb/misc/rio500*
10453
10454 USB EHCI DRIVER
10455 M:      Alan Stern <stern@rowland.harvard.edu>
10456 L:      linux-usb@vger.kernel.org
10457 S:      Maintained
10458 F:      Documentation/usb/ehci.txt
10459 F:      drivers/usb/host/ehci*
10460
10461 USB GADGET/PERIPHERAL SUBSYSTEM
10462 M:      Felipe Balbi <balbi@ti.com>
10463 L:      linux-usb@vger.kernel.org
10464 W:      http://www.linux-usb.org/gadget
10465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10466 S:      Maintained
10467 F:      drivers/usb/gadget/
10468 F:      include/linux/usb/gadget*
10469
10470 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10471 M:      Jiri Kosina <jkosina@suse.cz>
10472 L:      linux-usb@vger.kernel.org
10473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10474 S:      Maintained
10475 F:      Documentation/hid/hiddev.txt
10476 F:      drivers/hid/usbhid/
10477
10478 USB ISP116X DRIVER
10479 M:      Olav Kongas <ok@artecdesign.ee>
10480 L:      linux-usb@vger.kernel.org
10481 S:      Maintained
10482 F:      drivers/usb/host/isp116x*
10483 F:      include/linux/usb/isp116x.h
10484
10485 USB MASS STORAGE DRIVER
10486 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10487 L:      linux-usb@vger.kernel.org
10488 L:      usb-storage@lists.one-eyed-alien.net
10489 S:      Maintained
10490 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10491 F:      drivers/usb/storage/
10492
10493 USB MIDI DRIVER
10494 M:      Clemens Ladisch <clemens@ladisch.de>
10495 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10496 T:      git git://git.alsa-project.org/alsa-kernel.git
10497 S:      Maintained
10498 F:      sound/usb/midi.*
10499
10500 USB NETWORKING DRIVERS
10501 L:      linux-usb@vger.kernel.org
10502 S:      Odd Fixes
10503 F:      drivers/net/usb/
10504
10505 USB OHCI DRIVER
10506 M:      Alan Stern <stern@rowland.harvard.edu>
10507 L:      linux-usb@vger.kernel.org
10508 S:      Maintained
10509 F:      Documentation/usb/ohci.txt
10510 F:      drivers/usb/host/ohci*
10511
10512 USB OTG FSM (Finite State Machine)
10513 M:      Peter Chen <Peter.Chen@freescale.com>
10514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10515 L:      linux-usb@vger.kernel.org
10516 S:      Maintained
10517 F:      drivers/usb/common/usb-otg-fsm.c
10518
10519 USB OVER IP DRIVER
10520 M:      Valentina Manea <valentina.manea.m@gmail.com>
10521 M:      Shuah Khan <shuah.kh@samsung.com>
10522 L:      linux-usb@vger.kernel.org
10523 S:      Maintained
10524 F:      drivers/usb/usbip/
10525 F:      tools/usb/usbip/
10526
10527 USB PEGASUS DRIVER
10528 M:      Petko Manolov <petkan@nucleusys.com>
10529 L:      linux-usb@vger.kernel.org
10530 L:      netdev@vger.kernel.org
10531 T:      git git://github.com/petkan/pegasus.git
10532 W:      https://github.com/petkan/pegasus
10533 S:      Maintained
10534 F:      drivers/net/usb/pegasus.*
10535
10536 USB PHY LAYER
10537 M:      Felipe Balbi <balbi@ti.com>
10538 L:      linux-usb@vger.kernel.org
10539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10540 S:      Maintained
10541 F:      drivers/usb/phy/
10542
10543 USB PRINTER DRIVER (usblp)
10544 M:      Pete Zaitcev <zaitcev@redhat.com>
10545 L:      linux-usb@vger.kernel.org
10546 S:      Supported
10547 F:      drivers/usb/class/usblp.c
10548
10549 USB RTL8150 DRIVER
10550 M:      Petko Manolov <petkan@nucleusys.com>
10551 L:      linux-usb@vger.kernel.org
10552 L:      netdev@vger.kernel.org
10553 T:      git git://github.com/petkan/rtl8150.git
10554 W:      https://github.com/petkan/rtl8150
10555 S:      Maintained
10556 F:      drivers/net/usb/rtl8150.c
10557
10558 USB SERIAL SUBSYSTEM
10559 M:      Johan Hovold <johan@kernel.org>
10560 L:      linux-usb@vger.kernel.org
10561 S:      Maintained
10562 F:      Documentation/usb/usb-serial.txt
10563 F:      drivers/usb/serial/
10564 F:      include/linux/usb/serial.h
10565
10566 USB SMSC75XX ETHERNET DRIVER
10567 M:      Steve Glendinning <steve.glendinning@shawell.net>
10568 L:      netdev@vger.kernel.org
10569 S:      Maintained
10570 F:      drivers/net/usb/smsc75xx.*
10571
10572 USB SMSC95XX ETHERNET DRIVER
10573 M:      Steve Glendinning <steve.glendinning@shawell.net>
10574 L:      netdev@vger.kernel.org
10575 S:      Maintained
10576 F:      drivers/net/usb/smsc95xx.*
10577
10578 USB SUBSYSTEM
10579 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10580 L:      linux-usb@vger.kernel.org
10581 W:      http://www.linux-usb.org
10582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10583 S:      Supported
10584 F:      Documentation/usb/
10585 F:      drivers/usb/
10586 F:      include/linux/usb.h
10587 F:      include/linux/usb/
10588
10589 USB UHCI DRIVER
10590 M:      Alan Stern <stern@rowland.harvard.edu>
10591 L:      linux-usb@vger.kernel.org
10592 S:      Maintained
10593 F:      drivers/usb/host/uhci*
10594
10595 USB "USBNET" DRIVER FRAMEWORK
10596 M:      Oliver Neukum <oneukum@suse.de>
10597 L:      netdev@vger.kernel.org
10598 W:      http://www.linux-usb.org/usbnet
10599 S:      Maintained
10600 F:      drivers/net/usb/usbnet.c
10601 F:      include/linux/usb/usbnet.h
10602
10603 USB VIDEO CLASS
10604 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10605 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10606 L:      linux-media@vger.kernel.org
10607 T:      git git://linuxtv.org/media_tree.git
10608 W:      http://www.ideasonboard.org/uvc/
10609 S:      Maintained
10610 F:      drivers/media/usb/uvc/
10611 F:      include/uapi/linux/uvcvideo.h
10612
10613 USB VISION DRIVER
10614 M:      Hans Verkuil <hverkuil@xs4all.nl>
10615 L:      linux-media@vger.kernel.org
10616 T:      git git://linuxtv.org/media_tree.git
10617 W:      http://linuxtv.org
10618 S:      Odd Fixes
10619 F:      drivers/media/usb/usbvision/
10620
10621 USB WEBCAM GADGET
10622 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10623 L:      linux-usb@vger.kernel.org
10624 S:      Maintained
10625 F:      drivers/usb/gadget/function/*uvc*
10626 F:      drivers/usb/gadget/legacy/webcam.c
10627
10628 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10629 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10630 L:      linux-wireless@vger.kernel.org
10631 S:      Maintained
10632 F:      drivers/net/wireless/rndis_wlan.c
10633
10634 USB XHCI DRIVER
10635 M:      Mathias Nyman <mathias.nyman@intel.com>
10636 L:      linux-usb@vger.kernel.org
10637 S:      Supported
10638 F:      drivers/usb/host/xhci*
10639 F:      drivers/usb/host/pci-quirks*
10640
10641 USB ZD1201 DRIVER
10642 L:      linux-wireless@vger.kernel.org
10643 W:      http://linux-lc100020.sourceforge.net
10644 S:      Orphan
10645 F:      drivers/net/wireless/zd1201.*
10646
10647 USB ZR364XX DRIVER
10648 M:      Antoine Jacquet <royale@zerezo.com>
10649 L:      linux-usb@vger.kernel.org
10650 L:      linux-media@vger.kernel.org
10651 T:      git git://linuxtv.org/media_tree.git
10652 W:      http://royale.zerezo.com/zr364xx/
10653 S:      Maintained
10654 F:      Documentation/video4linux/zr364xx.txt
10655 F:      drivers/media/usb/zr364xx/
10656
10657 USER-MODE LINUX (UML)
10658 M:      Jeff Dike <jdike@addtoit.com>
10659 M:      Richard Weinberger <richard@nod.at>
10660 L:      user-mode-linux-devel@lists.sourceforge.net
10661 L:      user-mode-linux-user@lists.sourceforge.net
10662 W:      http://user-mode-linux.sourceforge.net
10663 S:      Maintained
10664 F:      Documentation/virtual/uml/
10665 F:      arch/um/
10666 F:      arch/x86/um/
10667 F:      fs/hostfs/
10668 F:      fs/hppfs/
10669
10670 USERSPACE I/O (UIO)
10671 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10672 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10673 S:      Maintained
10674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10675 F:      Documentation/DocBook/uio-howto.tmpl
10676 F:      drivers/uio/
10677 F:      include/linux/uio*.h
10678
10679 UTIL-LINUX PACKAGE
10680 M:      Karel Zak <kzak@redhat.com>
10681 L:      util-linux@vger.kernel.org
10682 W:      http://en.wikipedia.org/wiki/Util-linux
10683 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10684 S:      Maintained
10685
10686 UVESAFB DRIVER
10687 M:      Michal Januszewski <spock@gentoo.org>
10688 L:      linux-fbdev@vger.kernel.org
10689 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10690 S:      Maintained
10691 F:      Documentation/fb/uvesafb.txt
10692 F:      drivers/video/fbdev/uvesafb.*
10693
10694 VFAT/FAT/MSDOS FILESYSTEM
10695 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10696 S:      Maintained
10697 F:      Documentation/filesystems/vfat.txt
10698 F:      fs/fat/
10699
10700 VFIO DRIVER
10701 M:      Alex Williamson <alex.williamson@redhat.com>
10702 L:      kvm@vger.kernel.org
10703 S:      Maintained
10704 F:      Documentation/vfio.txt
10705 F:      drivers/vfio/
10706 F:      include/linux/vfio.h
10707 F:      include/uapi/linux/vfio.h
10708
10709 VIDEOBUF2 FRAMEWORK
10710 M:      Pawel Osciak <pawel@osciak.com>
10711 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10712 M:      Kyungmin Park <kyungmin.park@samsung.com>
10713 L:      linux-media@vger.kernel.org
10714 S:      Maintained
10715 F:      drivers/media/v4l2-core/videobuf2-*
10716 F:      include/media/videobuf2-*
10717
10718 VIRTIO CONSOLE DRIVER
10719 M:      Amit Shah <amit.shah@redhat.com>
10720 L:      virtualization@lists.linux-foundation.org
10721 S:      Maintained
10722 F:      drivers/char/virtio_console.c
10723 F:      include/linux/virtio_console.h
10724 F:      include/uapi/linux/virtio_console.h
10725
10726 VIRTIO CORE, NET AND BLOCK DRIVERS
10727 M:      "Michael S. Tsirkin" <mst@redhat.com>
10728 L:      virtualization@lists.linux-foundation.org
10729 S:      Maintained
10730 F:      drivers/virtio/
10731 F:      tools/virtio/
10732 F:      drivers/net/virtio_net.c
10733 F:      drivers/block/virtio_blk.c
10734 F:      include/linux/virtio_*.h
10735 F:      include/uapi/linux/virtio_*.h
10736
10737 VIRTIO HOST (VHOST)
10738 M:      "Michael S. Tsirkin" <mst@redhat.com>
10739 L:      kvm@vger.kernel.org
10740 L:      virtualization@lists.linux-foundation.org
10741 L:      netdev@vger.kernel.org
10742 S:      Maintained
10743 F:      drivers/vhost/
10744 F:      include/uapi/linux/vhost.h
10745
10746 VIRTIO INPUT DRIVER
10747 M:      Gerd Hoffmann <kraxel@redhat.com>
10748 S:      Maintained
10749 F:      drivers/virtio/virtio_input.c
10750 F:      include/uapi/linux/virtio_input.h
10751
10752 VIA RHINE NETWORK DRIVER
10753 S:      Orphan
10754 F:      drivers/net/ethernet/via/via-rhine.c
10755
10756 VIA SD/MMC CARD CONTROLLER DRIVER
10757 M:      Bruce Chang <brucechang@via.com.tw>
10758 M:      Harald Welte <HaraldWelte@viatech.com>
10759 S:      Maintained
10760 F:      drivers/mmc/host/via-sdmmc.c
10761
10762 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10763 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10764 L:      linux-fbdev@vger.kernel.org
10765 S:      Maintained
10766 F:      include/linux/via-core.h
10767 F:      include/linux/via-gpio.h
10768 F:      include/linux/via_i2c.h
10769 F:      drivers/video/fbdev/via/
10770
10771 VIA VELOCITY NETWORK DRIVER
10772 M:      Francois Romieu <romieu@fr.zoreil.com>
10773 L:      netdev@vger.kernel.org
10774 S:      Maintained
10775 F:      drivers/net/ethernet/via/via-velocity.*
10776
10777 VIVID VIRTUAL VIDEO DRIVER
10778 M:      Hans Verkuil <hverkuil@xs4all.nl>
10779 L:      linux-media@vger.kernel.org
10780 T:      git git://linuxtv.org/media_tree.git
10781 W:      http://linuxtv.org
10782 S:      Maintained
10783 F:      drivers/media/platform/vivid/*
10784
10785 VLAN (802.1Q)
10786 M:      Patrick McHardy <kaber@trash.net>
10787 L:      netdev@vger.kernel.org
10788 S:      Maintained
10789 F:      drivers/net/macvlan.c
10790 F:      include/linux/if_*vlan.h
10791 F:      net/8021q/
10792
10793 VLYNQ BUS
10794 M:      Florian Fainelli <florian@openwrt.org>
10795 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10796 S:      Maintained
10797 F:      drivers/vlynq/vlynq.c
10798 F:      include/linux/vlynq.h
10799
10800 VME SUBSYSTEM
10801 M:      Martyn Welch <martyn.welch@ge.com>
10802 M:      Manohar Vanga <manohar.vanga@gmail.com>
10803 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10804 L:      devel@driverdev.osuosl.org
10805 S:      Maintained
10806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10807 F:      Documentation/vme_api.txt
10808 F:      drivers/staging/vme/
10809 F:      drivers/vme/
10810 F:      include/linux/vme*
10811
10812 VMWARE HYPERVISOR INTERFACE
10813 M:      Alok Kataria <akataria@vmware.com>
10814 L:      virtualization@lists.linux-foundation.org
10815 S:      Supported
10816 F:      arch/x86/kernel/cpu/vmware.c
10817
10818 VMWARE BALLOON DRIVER
10819 M:      Xavier Deguillard <xdeguillard@vmware.com>
10820 M:      Philip Moltmann <moltmann@vmware.com>
10821 M:      "VMware, Inc." <pv-drivers@vmware.com>
10822 L:      linux-kernel@vger.kernel.org
10823 S:      Maintained
10824 F:      drivers/misc/vmw_balloon.c
10825
10826 VMWARE VMMOUSE SUBDRIVER
10827 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10828 M:      "VMware, Inc." <pv-drivers@vmware.com>
10829 L:      linux-input@vger.kernel.org
10830 S:      Maintained
10831 F:      drivers/input/mouse/vmmouse.c
10832 F:      drivers/input/mouse/vmmouse.h
10833
10834 VMWARE VMXNET3 ETHERNET DRIVER
10835 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10836 M:      "VMware, Inc." <pv-drivers@vmware.com>
10837 L:      netdev@vger.kernel.org
10838 S:      Maintained
10839 F:      drivers/net/vmxnet3/
10840
10841 VMware PVSCSI driver
10842 M:      Arvind Kumar <arvindkumar@vmware.com>
10843 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10844 L:      linux-scsi@vger.kernel.org
10845 S:      Maintained
10846 F:      drivers/scsi/vmw_pvscsi.c
10847 F:      drivers/scsi/vmw_pvscsi.h
10848
10849 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10850 M:      Liam Girdwood <lgirdwood@gmail.com>
10851 M:      Mark Brown <broonie@kernel.org>
10852 L:      linux-kernel@vger.kernel.org
10853 W:      http://opensource.wolfsonmicro.com/node/15
10854 W:      http://www.slimlogic.co.uk/?p=48
10855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10856 S:      Supported
10857 F:      drivers/regulator/
10858 F:      include/linux/regulator/
10859
10860 VT1211 HARDWARE MONITOR DRIVER
10861 M:      Juerg Haefliger <juergh@gmail.com>
10862 L:      lm-sensors@lm-sensors.org
10863 S:      Maintained
10864 F:      Documentation/hwmon/vt1211
10865 F:      drivers/hwmon/vt1211.c
10866
10867 VT8231 HARDWARE MONITOR DRIVER
10868 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10869 L:      lm-sensors@lm-sensors.org
10870 S:      Maintained
10871 F:      drivers/hwmon/vt8231.c
10872
10873 VUB300 USB to SDIO/SD/MMC bridge chip
10874 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10875 L:      linux-mmc@vger.kernel.org
10876 L:      linux-usb@vger.kernel.org
10877 S:      Supported
10878 F:      drivers/mmc/host/vub300.c
10879
10880 W1 DALLAS'S 1-WIRE BUS
10881 M:      Evgeniy Polyakov <zbr@ioremap.net>
10882 S:      Maintained
10883 F:      Documentation/w1/
10884 F:      drivers/w1/
10885
10886 W83791D HARDWARE MONITORING DRIVER
10887 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10888 L:      lm-sensors@lm-sensors.org
10889 S:      Maintained
10890 F:      Documentation/hwmon/w83791d
10891 F:      drivers/hwmon/w83791d.c
10892
10893 W83793 HARDWARE MONITORING DRIVER
10894 M:      Rudolf Marek <r.marek@assembler.cz>
10895 L:      lm-sensors@lm-sensors.org
10896 S:      Maintained
10897 F:      Documentation/hwmon/w83793
10898 F:      drivers/hwmon/w83793.c
10899
10900 W83795 HARDWARE MONITORING DRIVER
10901 M:      Jean Delvare <jdelvare@suse.de>
10902 L:      lm-sensors@lm-sensors.org
10903 S:      Maintained
10904 F:      drivers/hwmon/w83795.c
10905
10906 W83L51xD SD/MMC CARD INTERFACE DRIVER
10907 M:      Pierre Ossman <pierre@ossman.eu>
10908 S:      Maintained
10909 F:      drivers/mmc/host/wbsd.*
10910
10911 WACOM PROTOCOL 4 SERIAL TABLETS
10912 M:      Julian Squires <julian@cipht.net>
10913 M:      Hans de Goede <hdegoede@redhat.com>
10914 L:      linux-input@vger.kernel.org
10915 S:      Maintained
10916 F:      drivers/input/tablet/wacom_serial4.c
10917
10918 WATCHDOG DEVICE DRIVERS
10919 M:      Wim Van Sebroeck <wim@iguana.be>
10920 L:      linux-watchdog@vger.kernel.org
10921 W:      http://www.linux-watchdog.org/
10922 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10923 S:      Maintained
10924 F:      Documentation/watchdog/
10925 F:      drivers/watchdog/
10926 F:      include/linux/watchdog.h
10927 F:      include/uapi/linux/watchdog.h
10928
10929 WD7000 SCSI DRIVER
10930 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10931 L:      linux-scsi@vger.kernel.org
10932 S:      Maintained
10933 F:      drivers/scsi/wd7000.c
10934
10935 WIIMOTE HID DRIVER
10936 M:      David Herrmann <dh.herrmann@googlemail.com>
10937 L:      linux-input@vger.kernel.org
10938 S:      Maintained
10939 F:      drivers/hid/hid-wiimote*
10940
10941 WINBOND CIR DRIVER
10942 M:      David Härdeman <david@hardeman.nu>
10943 S:      Maintained
10944 F:      drivers/media/rc/winbond-cir.c
10945
10946 WIMAX STACK
10947 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10948 M:      linux-wimax@intel.com
10949 L:      wimax@linuxwimax.org (subscribers-only)
10950 S:      Supported
10951 W:      http://linuxwimax.org
10952 F:      Documentation/wimax/README.wimax
10953 F:      include/linux/wimax/debug.h
10954 F:      include/net/wimax.h
10955 F:      include/uapi/linux/wimax.h
10956 F:      net/wimax/
10957
10958 WISTRON LAPTOP BUTTON DRIVER
10959 M:      Miloslav Trmac <mitr@volny.cz>
10960 S:      Maintained
10961 F:      drivers/input/misc/wistron_btns.c
10962
10963 WL3501 WIRELESS PCMCIA CARD DRIVER
10964 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10965 L:      linux-wireless@vger.kernel.org
10966 W:      http://oops.ghostprotocols.net:81/blog
10967 S:      Maintained
10968 F:      drivers/net/wireless/wl3501*
10969
10970 WM97XX TOUCHSCREEN DRIVERS
10971 M:      Mark Brown <broonie@kernel.org>
10972 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10973 L:      linux-input@vger.kernel.org
10974 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10975 W:      http://opensource.wolfsonmicro.com/node/7
10976 S:      Supported
10977 F:      drivers/input/touchscreen/*wm97*
10978 F:      include/linux/wm97xx.h
10979
10980 WOLFSON MICROELECTRONICS DRIVERS
10981 L:      patches@opensource.wolfsonmicro.com
10982 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10983 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10984 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10985 S:      Supported
10986 F:      Documentation/hwmon/wm83??
10987 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10988 F:      drivers/clk/clk-wm83*.c
10989 F:      drivers/extcon/extcon-arizona.c
10990 F:      drivers/leds/leds-wm83*.c
10991 F:      drivers/gpio/gpio-*wm*.c
10992 F:      drivers/gpio/gpio-arizona.c
10993 F:      drivers/hwmon/wm83??-hwmon.c
10994 F:      drivers/input/misc/wm831x-on.c
10995 F:      drivers/input/touchscreen/wm831x-ts.c
10996 F:      drivers/input/touchscreen/wm97*.c
10997 F:      drivers/mfd/arizona*
10998 F:      drivers/mfd/wm*.c
10999 F:      drivers/power/wm83*.c
11000 F:      drivers/rtc/rtc-wm83*.c
11001 F:      drivers/regulator/wm8*.c
11002 F:      drivers/video/backlight/wm83*_bl.c
11003 F:      drivers/watchdog/wm83*_wdt.c
11004 F:      include/linux/mfd/arizona/
11005 F:      include/linux/mfd/wm831x/
11006 F:      include/linux/mfd/wm8350/
11007 F:      include/linux/mfd/wm8400*
11008 F:      include/linux/wm97xx.h
11009 F:      include/sound/wm????.h
11010 F:      sound/soc/codecs/arizona.?
11011 F:      sound/soc/codecs/wm*
11012
11013 WORKQUEUE
11014 M:      Tejun Heo <tj@kernel.org>
11015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11016 S:      Maintained
11017 F:      include/linux/workqueue.h
11018 F:      kernel/workqueue.c
11019 F:      Documentation/workqueue.txt
11020
11021 X.25 NETWORK LAYER
11022 M:      Andrew Hendry <andrew.hendry@gmail.com>
11023 L:      linux-x25@vger.kernel.org
11024 S:      Odd Fixes
11025 F:      Documentation/networking/x25*
11026 F:      include/net/x25*
11027 F:      net/x25/
11028
11029 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11030 M:      Thomas Gleixner <tglx@linutronix.de>
11031 M:      Ingo Molnar <mingo@redhat.com>
11032 M:      "H. Peter Anvin" <hpa@zytor.com>
11033 M:      x86@kernel.org
11034 L:      linux-kernel@vger.kernel.org
11035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11036 S:      Maintained
11037 F:      Documentation/x86/
11038 F:      arch/x86/
11039
11040 X86 PLATFORM DRIVERS
11041 M:      Darren Hart <dvhart@infradead.org>
11042 L:      platform-driver-x86@vger.kernel.org
11043 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11044 S:      Maintained
11045 F:      drivers/platform/x86/
11046
11047 X86 MCE INFRASTRUCTURE
11048 M:      Tony Luck <tony.luck@intel.com>
11049 M:      Borislav Petkov <bp@alien8.de>
11050 L:      linux-edac@vger.kernel.org
11051 S:      Maintained
11052 F:      arch/x86/kernel/cpu/mcheck/*
11053
11054 X86 VDSO
11055 M:      Andy Lutomirski <luto@amacapital.net>
11056 L:      linux-kernel@vger.kernel.org
11057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11058 S:      Maintained
11059 F:      arch/x86/entry/vdso/
11060
11061 XC2028/3028 TUNER DRIVER
11062 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11063 L:      linux-media@vger.kernel.org
11064 W:      http://linuxtv.org
11065 T:      git git://linuxtv.org/media_tree.git
11066 S:      Maintained
11067 F:      drivers/media/tuners/tuner-xc2028.*
11068
11069 XEN HYPERVISOR INTERFACE
11070 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11071 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11072 M:      David Vrabel <david.vrabel@citrix.com>
11073 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11075 S:      Supported
11076 F:      arch/x86/xen/
11077 F:      drivers/*/xen-*front.c
11078 F:      drivers/xen/
11079 F:      arch/x86/include/asm/xen/
11080 F:      include/xen/
11081 F:      include/uapi/xen/
11082
11083 XEN HYPERVISOR ARM
11084 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11085 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11086 S:      Supported
11087 F:      arch/arm/xen/
11088 F:      arch/arm/include/asm/xen/
11089
11090 XEN HYPERVISOR ARM64
11091 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11092 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11093 S:      Supported
11094 F:      arch/arm64/xen/
11095 F:      arch/arm64/include/asm/xen/
11096
11097 XEN NETWORK BACKEND DRIVER
11098 M:      Ian Campbell <ian.campbell@citrix.com>
11099 M:      Wei Liu <wei.liu2@citrix.com>
11100 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11101 L:      netdev@vger.kernel.org
11102 S:      Supported
11103 F:      drivers/net/xen-netback/*
11104
11105 XEN PCI SUBSYSTEM
11106 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11107 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11108 S:      Supported
11109 F:      arch/x86/pci/*xen*
11110 F:      drivers/pci/*xen*
11111
11112 XEN BLOCK SUBSYSTEM
11113 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11114 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11115 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11116 S:      Supported
11117 F:      drivers/block/xen-blkback/*
11118 F:      drivers/block/xen*
11119
11120 XEN PVSCSI DRIVERS
11121 M:      Juergen Gross <jgross@suse.com>
11122 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11123 L:      linux-scsi@vger.kernel.org
11124 S:      Supported
11125 F:      drivers/scsi/xen-scsifront.c
11126 F:      drivers/xen/xen-scsiback.c
11127 F:      include/xen/interface/io/vscsiif.h
11128
11129 XEN SWIOTLB SUBSYSTEM
11130 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11131 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11132 S:      Supported
11133 F:      arch/x86/xen/*swiotlb*
11134 F:      drivers/xen/*swiotlb*
11135
11136 XFS FILESYSTEM
11137 P:      Silicon Graphics Inc
11138 M:      Dave Chinner <david@fromorbit.com>
11139 M:      xfs@oss.sgi.com
11140 L:      xfs@oss.sgi.com
11141 W:      http://oss.sgi.com/projects/xfs
11142 T:      git git://oss.sgi.com/xfs/xfs.git
11143 S:      Supported
11144 F:      Documentation/filesystems/xfs.txt
11145 F:      fs/xfs/
11146
11147 XILINX AXI ETHERNET DRIVER
11148 M:      Anirudha Sarangi <anirudh@xilinx.com>
11149 M:      John Linn <John.Linn@xilinx.com>
11150 S:      Maintained
11151 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11152
11153 XILINX UARTLITE SERIAL DRIVER
11154 M:      Peter Korsgaard <jacmet@sunsite.dk>
11155 L:      linux-serial@vger.kernel.org
11156 S:      Maintained
11157 F:      drivers/tty/serial/uartlite.c
11158
11159 XILINX VIDEO IP CORES
11160 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11161 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11162 L:      linux-media@vger.kernel.org
11163 T:      git git://linuxtv.org/media_tree.git
11164 S:      Supported
11165 F:      Documentation/devicetree/bindings/media/xilinx/
11166 F:      drivers/media/platform/xilinx/
11167 F:      include/uapi/linux/xilinx-v4l2-controls.h
11168
11169 XILLYBUS DRIVER
11170 M:      Eli Billauer <eli.billauer@gmail.com>
11171 L:      linux-kernel@vger.kernel.org
11172 S:      Supported
11173 F:      drivers/char/xillybus/
11174
11175 XTENSA XTFPGA PLATFORM SUPPORT
11176 M:      Max Filippov <jcmvbkbc@gmail.com>
11177 L:      linux-xtensa@linux-xtensa.org
11178 S:      Maintained
11179 F:      drivers/spi/spi-xtensa-xtfpga.c
11180 F:      sound/soc/xtensa/xtfpga-i2s.c
11181
11182 YAM DRIVER FOR AX.25
11183 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11184 L:      linux-hams@vger.kernel.org
11185 S:      Maintained
11186 F:      drivers/net/hamradio/yam*
11187 F:      include/linux/yam.h
11188
11189 YEALINK PHONE DRIVER
11190 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11191 L:      usbb2k-api-dev@nongnu.org
11192 S:      Maintained
11193 F:      Documentation/input/yealink.txt
11194 F:      drivers/input/misc/yealink.*
11195
11196 Z8530 DRIVER FOR AX.25
11197 M:      Joerg Reuter <jreuter@yaina.de>
11198 W:      http://yaina.de/jreuter/
11199 W:      http://www.qsl.net/dl1bke/
11200 L:      linux-hams@vger.kernel.org
11201 S:      Maintained
11202 F:      Documentation/networking/z8530drv.txt
11203 F:      drivers/net/hamradio/*scc.c
11204 F:      drivers/net/hamradio/z8530.h
11205
11206 ZBUD COMPRESSED PAGE ALLOCATOR
11207 M:      Seth Jennings <sjennings@variantweb.net>
11208 L:      linux-mm@kvack.org
11209 S:      Maintained
11210 F:      mm/zbud.c
11211 F:      include/linux/zbud.h
11212
11213 ZD1211RW WIRELESS DRIVER
11214 M:      Daniel Drake <dsd@gentoo.org>
11215 M:      Ulrich Kunitz <kune@deine-taler.de>
11216 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11217 L:      linux-wireless@vger.kernel.org
11218 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11219 S:      Maintained
11220 F:      drivers/net/wireless/zd1211rw/
11221
11222 ZR36067 VIDEO FOR LINUX DRIVER
11223 L:      mjpeg-users@lists.sourceforge.net
11224 L:      linux-media@vger.kernel.org
11225 W:      http://mjpeg.sourceforge.net/driver-zoran/
11226 T:      hg http://linuxtv.org/hg/v4l-dvb
11227 S:      Odd Fixes
11228 F:      drivers/media/pci/zoran/
11229
11230 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11231 M:      Minchan Kim <minchan@kernel.org>
11232 M:      Nitin Gupta <ngupta@vflare.org>
11233 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11234 L:      linux-kernel@vger.kernel.org
11235 S:      Maintained
11236 F:      drivers/block/zram/
11237 F:      Documentation/blockdev/zram.txt
11238
11239 ZS DECSTATION Z85C30 SERIAL DRIVER
11240 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11241 S:      Maintained
11242 F:      drivers/tty/serial/zs.*
11243
11244 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11245 M:      Minchan Kim <minchan@kernel.org>
11246 M:      Nitin Gupta <ngupta@vflare.org>
11247 L:      linux-mm@kvack.org
11248 S:      Maintained
11249 F:      mm/zsmalloc.c
11250 F:      include/linux/zsmalloc.h
11251 F:      Documentation/vm/zsmalloc.txt
11252
11253 ZSWAP COMPRESSED SWAP CACHING
11254 M:      Seth Jennings <sjennings@variantweb.net>
11255 L:      linux-mm@kvack.org
11256 S:      Maintained
11257 F:      mm/zswap.c
11258
11259 THE REST
11260 M:      Linus Torvalds <torvalds@linux-foundation.org>
11261 L:      linux-kernel@vger.kernel.org
11262 Q:      http://patchwork.kernel.org/project/LKML/list/
11263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11264 S:      Buried alive in reporters
11265 F:      *
11266 F:      */