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