OSDN Git Service

Revert "usb: dwc3: turn off VBUS when leaving host mode"
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      linux-hwmon@vger.kernel.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      linux-hwmon@vger.kernel.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDIO-16 GPIO DRIVER
244 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L:      linux-gpio@vger.kernel.org
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-idio-16.c
248
249 ACENIC DRIVER
250 M:      Jes Sorensen <jes@trained-monkey.org>
251 L:      linux-acenic@sunsite.dk
252 S:      Maintained
253 F:      drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M:      Peter Feuerer <peter@piie.net>
257 L:      platform-driver-x86@vger.kernel.org
258 W:      http://piie.net/?section=acerhdf
259 S:      Maintained
260 F:      drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M:      "Lee, Chun-Yi" <jlee@suse.com>
264 L:      platform-driver-x86@vger.kernel.org
265 S:      Maintained
266 F:      drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M:      Len Brown <lenb@kernel.org>
271 L:      linux-acpi@vger.kernel.org
272 W:      https://01.org/linux-acpi
273 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S:      Supported
276 F:      drivers/acpi/
277 F:      drivers/pnp/pnpacpi/
278 F:      include/linux/acpi.h
279 F:      include/acpi/
280 F:      Documentation/acpi/
281 F:      Documentation/ABI/testing/sysfs-bus-acpi
282 F:      drivers/pci/*acpi*
283 F:      drivers/pci/*/*acpi*
284 F:      drivers/pci/*/*/*acpi*
285 F:      tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M:      Robert Moore <robert.moore@intel.com>
289 M:      Lv Zheng <lv.zheng@intel.com>
290 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L:      linux-acpi@vger.kernel.org
292 L:      devel@acpica.org
293 W:      https://acpica.org/
294 W:      https://github.com/acpica/acpica/
295 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S:      Supported
298 F:      drivers/acpi/acpica/
299 F:      include/acpi/
300 F:      tools/power/acpi/
301
302 ACPI FAN 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/fan.c
308
309 ACPI THERMAL 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/*thermal*
315
316 ACPI VIDEO DRIVER
317 M:      Zhang Rui <rui.zhang@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 W:      https://01.org/linux-acpi
320 S:      Supported
321 F:      drivers/acpi/acpi_video.c
322
323 ACPI WMI DRIVER
324 L:      platform-driver-x86@vger.kernel.org
325 S:      Orphan
326 F:      drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M:      Thibaut Varene <T-Bone@parisc-linux.org>
330 W:      http://wiki.parisc-linux.org/AD1889
331 L:      linux-parisc@vger.kernel.org
332 S:      Maintained
333 F:      sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5254
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD5398
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7142
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7877
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M:      Michael Hennerich <michael.hennerich@analog.com>
365 W:      http://wiki.analog.com/AD7879
366 W:      http://ez.analog.com/community/linux-device-drivers
367 S:      Supported
368 F:      drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M:      Jiri Kosina <jikos@kernel.org>
372 S:      Maintained
373
374 ADM1025 HARDWARE MONITOR DRIVER
375 M:      Jean Delvare <jdelvare@suse.com>
376 L:      linux-hwmon@vger.kernel.org
377 S:      Maintained
378 F:      Documentation/hwmon/adm1025
379 F:      drivers/hwmon/adm1025.c
380
381 ADM1029 HARDWARE MONITOR DRIVER
382 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
383 L:      linux-hwmon@vger.kernel.org
384 S:      Maintained
385 F:      drivers/hwmon/adm1029.c
386
387 ADM8211 WIRELESS DRIVER
388 L:      linux-wireless@vger.kernel.org
389 W:      http://wireless.kernel.org/
390 S:      Orphan
391 F:      drivers/net/wireless/adm8211.*
392
393 ADP1653 FLASH CONTROLLER DRIVER
394 M:      Sakari Ailus <sakari.ailus@iki.fi>
395 L:      linux-media@vger.kernel.org
396 S:      Maintained
397 F:      drivers/media/i2c/adp1653.c
398 F:      include/media/adp1653.h
399
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 W:      http://wiki.analog.com/ADP5520
403 W:      http://ez.analog.com/community/linux-device-drivers
404 S:      Supported
405 F:      drivers/mfd/adp5520.c
406 F:      drivers/video/backlight/adp5520_bl.c
407 F:      drivers/leds/leds-adp5520.c
408 F:      drivers/gpio/gpio-adp5520.c
409 F:      drivers/input/keyboard/adp5520-keys.c
410
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M:      Michael Hennerich <michael.hennerich@analog.com>
413 W:      http://wiki.analog.com/ADP5588
414 W:      http://ez.analog.com/community/linux-device-drivers
415 S:      Supported
416 F:      drivers/input/keyboard/adp5588-keys.c
417 F:      drivers/gpio/gpio-adp5588.c
418
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP8860
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/video/backlight/adp8860_bl.c
425
426 ADS1015 HARDWARE MONITOR DRIVER
427 M:      Dirk Eibach <eibach@gdsys.de>
428 L:      linux-hwmon@vger.kernel.org
429 S:      Maintained
430 F:      Documentation/hwmon/ads1015
431 F:      drivers/hwmon/ads1015.c
432 F:      include/linux/i2c/ads1015.h
433
434 ADT746X FAN DRIVER
435 M:      Colin Leroy <colin@colino.net>
436 S:      Maintained
437 F:      drivers/macintosh/therm_adt746x.c
438
439 ADT7475 HARDWARE MONITOR DRIVER
440 M:      Jean Delvare <jdelvare@suse.com>
441 L:      linux-hwmon@vger.kernel.org
442 S:      Maintained
443 F:      Documentation/hwmon/adt7475
444 F:      drivers/hwmon/adt7475.c
445
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M:      Michael Hennerich <michael.hennerich@analog.com>
448 W:      http://wiki.analog.com/ADXL345
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/input/misc/adxl34x.c
452
453 ADVANSYS SCSI DRIVER
454 M:      Matthew Wilcox <matthew@wil.cx>
455 M:      Hannes Reinecke <hare@suse.com>
456 L:      linux-scsi@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/scsi/advansys.txt
459 F:      drivers/scsi/advansys.c
460
461 AEDSP16 DRIVER
462 M:      Riccardo Facchetti <fizban@tin.it>
463 S:      Maintained
464 F:      sound/oss/aedsp16.c
465
466 AF9013 MEDIA DRIVER
467 M:      Antti Palosaari <crope@iki.fi>
468 L:      linux-media@vger.kernel.org
469 W:      http://linuxtv.org/
470 W:      http://palosaari.fi/linux/
471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
472 T:      git git://linuxtv.org/anttip/media_tree.git
473 S:      Maintained
474 F:      drivers/media/dvb-frontends/af9013*
475
476 AF9033 MEDIA DRIVER
477 M:      Antti Palosaari <crope@iki.fi>
478 L:      linux-media@vger.kernel.org
479 W:      http://linuxtv.org/
480 W:      http://palosaari.fi/linux/
481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
482 T:      git git://linuxtv.org/anttip/media_tree.git
483 S:      Maintained
484 F:      drivers/media/dvb-frontends/af9033*
485
486 AFFS FILE SYSTEM
487 L:      linux-fsdevel@vger.kernel.org
488 S:      Orphan
489 F:      Documentation/filesystems/affs.txt
490 F:      fs/affs/
491
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M:      David Howells <dhowells@redhat.com>
494 L:      linux-afs@lists.infradead.org
495 S:      Supported
496 F:      fs/afs/
497 F:      include/net/af_rxrpc.h
498 F:      net/rxrpc/af_rxrpc.c
499
500 AGPGART DRIVER
501 M:      David Airlie <airlied@linux.ie>
502 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503 S:      Maintained
504 F:      drivers/char/agp/
505 F:      include/linux/agp*
506 F:      include/uapi/linux/agp*
507
508 AHA152X SCSI DRIVER
509 M:      "Juergen E. Fischer" <fischer@norbit.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aha152x*
513 F:      drivers/scsi/pcmcia/aha152x*
514
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M:      Hannes Reinecke <hare@suse.com>
517 L:      linux-scsi@vger.kernel.org
518 S:      Maintained
519 F:      drivers/scsi/aic7xxx/
520
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M:      Hans Verkuil <hverkuil@xs4all.nl>
523 L:      linux-media@vger.kernel.org
524 T:      git git://linuxtv.org/media_tree.git
525 W:      http://linuxtv.org
526 S:      Maintained
527 F:      drivers/media/radio/radio-aimslab*
528
529 AIO
530 M:      Benjamin LaHaise <bcrl@kvack.org>
531 L:      linux-aio@kvack.org
532 S:      Supported
533 F:      fs/aio.c
534 F:      include/linux/*aio*.h
535
536 AIRSPY MEDIA DRIVER
537 M:      Antti Palosaari <crope@iki.fi>
538 L:      linux-media@vger.kernel.org
539 W:      http://linuxtv.org/
540 W:      http://palosaari.fi/linux/
541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
542 T:      git git://linuxtv.org/anttip/media_tree.git
543 S:      Maintained
544 F:      drivers/media/usb/airspy/
545
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M:      Duncan Sands <duncan.sands@free.fr>
548 L:      linux-usb@vger.kernel.org
549 W:      http://www.linux-usb.org/SpeedTouch/
550 S:      Maintained
551 F:      drivers/usb/atm/speedtch.c
552 F:      drivers/usb/atm/usbatm.c
553
554 ALCHEMY AU1XX0 MMC DRIVER
555 M:      Manuel Lauss <manuel.lauss@gmail.com>
556 S:      Maintained
557 F:      drivers/mmc/host/au1xmmc.c
558
559 ALI1563 I2C DRIVER
560 M:      Rudolf Marek <r.marek@assembler.cz>
561 L:      linux-i2c@vger.kernel.org
562 S:      Maintained
563 F:      Documentation/i2c/busses/i2c-ali1563
564 F:      drivers/i2c/busses/i2c-ali1563.c
565
566 ALLWINNER SECURITY SYSTEM
567 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
568 L:      linux-crypto@vger.kernel.org
569 S:      Maintained
570 F:      drivers/crypto/sunxi-ss/
571
572 ALPHA PORT
573 M:      Richard Henderson <rth@twiddle.net>
574 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M:      Matt Turner <mattst88@gmail.com>
576 S:      Odd Fixes
577 L:      linux-alpha@vger.kernel.org
578 F:      arch/alpha/
579
580 ALTERA MAILBOX DRIVER
581 M:      Ley Foon Tan <lftan@altera.com>
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/mailbox/mailbox-altera.c
585
586 ALTERA PIO DRIVER
587 M:      Tien Hock Loh <thloh@altera.com>
588 L:      linux-gpio@vger.kernel.org
589 S:      Maintained
590 F:      drivers/gpio/gpio-altera.c
591
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M:      Vince Bridgers <vbridger@opensource.altera.com>
594 L:      netdev@vger.kernel.org
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/net/ethernet/altera/
598
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M:      Tobias Klauser <tklauser@distanz.ch>
601 L:      linux-serial@vger.kernel.org
602 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603 S:      Maintained
604 F:      drivers/tty/serial/altera_uart.c
605 F:      drivers/tty/serial/altera_jtaguart.c
606 F:      include/linux/altera_uart.h
607 F:      include/linux/altera_jtaguart.h
608
609 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M:      Tom Lendacky <thomas.lendacky@amd.com>
611 L:      linux-crypto@vger.kernel.org
612 S:      Supported
613 F:      drivers/crypto/ccp/
614 F:      include/linux/ccp.h
615
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L:      linux-hwmon@vger.kernel.org
619 S:      Maintained
620 F:      Documentation/hwmon/fam15h_power
621 F:      drivers/hwmon/fam15h_power.c
622
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 S:      Orphan
626 F:      drivers/usb/gadget/udc/amd5536udc.*
627
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P:      Andres Salomon <dilinger@queued.net>
630 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632 S:      Supported
633 F:      drivers/char/hw_random/geode-rng.c
634 F:      drivers/crypto/geode*
635 F:      drivers/video/fbdev/geode/
636 F:      arch/x86/include/asm/geode.h
637
638 AMD IOMMU (AMD-VI)
639 M:      Joerg Roedel <joro@8bytes.org>
640 L:      iommu@lists.linux-foundation.org
641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642 S:      Maintained
643 F:      drivers/iommu/amd_iommu*.[ch]
644 F:      include/linux/amd-iommu.h
645
646 AMD KFD
647 M:      Oded Gabbay <oded.gabbay@gmail.com>
648 L:      dri-devel@lists.freedesktop.org
649 T:      git git://people.freedesktop.org/~gabbayo/linux.git
650 S:      Supported
651 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F:      drivers/gpu/drm/amd/amdkfd/
656 F:      drivers/gpu/drm/amd/include/cik_structs.h
657 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F:      drivers/gpu/drm/amd/include/vi_structs.h
659 F:      drivers/gpu/drm/radeon/radeon_kfd.c
660 F:      drivers/gpu/drm/radeon/radeon_kfd.h
661 F:      include/uapi/linux/kfd_ioctl.h
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID CONFIG FRAGMENTS
750 M:      Rob Herring <robh@kernel.org>
751 S:      Supported
752 F:      kernel/configs/android*
753
754 ANDROID DRIVERS
755 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
756 M:      Arve HjønnevĂ¥g <arve@android.com>
757 M:      Riley Andrews <riandrews@android.com>
758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
759 L:      devel@driverdev.osuosl.org
760 S:      Supported
761 F:      drivers/android/
762 F:      drivers/staging/android/
763
764 ANDROID GOLDFISH PIC DRIVER
765 M:      Miodrag Dinic <miodrag.dinic@mips.com>
766 S:      Supported
767 F:      Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
768 F:      drivers/irqchip/irq-goldfish-pic.c
769
770 ANDROID GOLDFISH RTC DRIVER
771 M:      Miodrag Dinic <miodrag.dinic@mips.com>
772 S:      Supported
773 F:      Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
774 F:      drivers/rtc/rtc-goldfish.c
775
776 AOA (Apple Onboard Audio) ALSA DRIVER
777 M:      Johannes Berg <johannes@sipsolutions.net>
778 L:      linuxppc-dev@lists.ozlabs.org
779 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
780 S:      Maintained
781 F:      sound/aoa/
782
783 APM DRIVER
784 M:      Jiri Kosina <jikos@kernel.org>
785 S:      Odd fixes
786 F:      arch/x86/kernel/apm_32.c
787 F:      include/linux/apm_bios.h
788 F:      include/uapi/linux/apm_bios.h
789 F:      drivers/char/apm-emulation.c
790
791 APPLE BCM5974 MULTITOUCH DRIVER
792 M:      Henrik Rydberg <rydberg@bitmath.org>
793 L:      linux-input@vger.kernel.org
794 S:      Odd fixes
795 F:      drivers/input/mouse/bcm5974.c
796
797 APPLE SMC DRIVER
798 M:      Henrik Rydberg <rydberg@bitmath.org>
799 L:      linux-hwmon@vger.kernel.org
800 S:      Odd fixes
801 F:      drivers/hwmon/applesmc.c
802
803 APPLETALK NETWORK LAYER
804 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
805 S:      Maintained
806 F:      drivers/net/appletalk/
807 F:      net/appletalk/
808
809 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
810 M:      Duc Dang <dhdang@apm.com>
811 S:      Supported
812 F:      arch/arm64/boot/dts/apm/
813
814 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
815 M:      Iyappan Subramanian <isubramanian@apm.com>
816 M:      Keyur Chudgar <kchudgar@apm.com>
817 S:      Supported
818 F:      drivers/net/ethernet/apm/xgene/
819 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
820
821 APTINA CAMERA SENSOR PLL
822 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
823 L:      linux-media@vger.kernel.org
824 S:      Maintained
825 F:      drivers/media/i2c/aptina-pll.*
826
827 ARC FRAMEBUFFER DRIVER
828 M:      Jaya Kumar <jayalk@intworks.biz>
829 S:      Maintained
830 F:      drivers/video/fbdev/arcfb.c
831 F:      drivers/video/fbdev/core/fb_defio.c
832
833 ARCNET NETWORK LAYER
834 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
835 L:      netdev@vger.kernel.org
836 S:      Maintained
837 F:      drivers/net/arcnet/
838 F:      include/uapi/linux/if_arcnet.h
839
840 ARM MFM AND FLOPPY DRIVERS
841 M:      Ian Molton <spyro@f2s.com>
842 S:      Maintained
843 F:      arch/arm/lib/floppydma.S
844 F:      arch/arm/include/asm/floppy.h
845
846 ARM PMU PROFILING AND DEBUGGING
847 M:      Will Deacon <will.deacon@arm.com>
848 R:      Mark Rutland <mark.rutland@arm.com>
849 S:      Maintained
850 F:      arch/arm*/kernel/perf_*
851 F:      arch/arm/oprofile/common.c
852 F:      arch/arm*/kernel/hw_breakpoint.c
853 F:      arch/arm*/include/asm/hw_breakpoint.h
854 F:      arch/arm*/include/asm/perf_event.h
855 F:      drivers/perf/arm_pmu.c
856 F:      include/linux/perf/arm_pmu.h
857
858 ARM PORT
859 M:      Russell King <linux@arm.linux.org.uk>
860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 W:      http://www.arm.linux.org.uk/
862 S:      Maintained
863 F:      arch/arm/
864
865 ARM SUB-ARCHITECTURES
866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
867 S:      Maintained
868 F:      arch/arm/mach-*/
869 F:      arch/arm/plat-*/
870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
871
872 ARM PRIMECELL AACI PL041 DRIVER
873 M:      Russell King <linux@arm.linux.org.uk>
874 S:      Maintained
875 F:      sound/arm/aaci.*
876
877 ARM PRIMECELL CLCD PL110 DRIVER
878 M:      Russell King <linux@arm.linux.org.uk>
879 S:      Maintained
880 F:      drivers/video/fbdev/amba-clcd.*
881
882 ARM PRIMECELL KMI PL050 DRIVER
883 M:      Russell King <linux@arm.linux.org.uk>
884 S:      Maintained
885 F:      drivers/input/serio/ambakmi.*
886 F:      include/linux/amba/kmi.h
887
888 ARM PRIMECELL MMCI PL180/1 DRIVER
889 M:      Russell King <linux@arm.linux.org.uk>
890 S:      Maintained
891 F:      drivers/mmc/host/mmci.*
892 F:      include/linux/amba/mmci.h
893
894 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
895 M:      Russell King <linux@arm.linux.org.uk>
896 S:      Maintained
897 F:      drivers/tty/serial/amba-pl01*.c
898 F:      include/linux/amba/serial.h
899
900 ARM PRIMECELL BUS SUPPORT
901 M:      Russell King <linux@arm.linux.org.uk>
902 S:      Maintained
903 F:      drivers/amba/
904 F:      include/linux/amba/bus.h
905
906 ARM/ADS SPHERE MACHINE SUPPORT
907 M:      Lennert Buytenhek <kernel@wantstofly.org>
908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 S:      Maintained
910
911 ARM/AFEB9260 MACHINE SUPPORT
912 M:      Sergey Lapin <slapin@ossfans.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915
916 ARM/AJECO 1ARM MACHINE SUPPORT
917 M:      Lennert Buytenhek <kernel@wantstofly.org>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920
921 ARM/Allwinner sunXi SoC support
922 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
923 M:      Chen-Yu Tsai <wens@csie.org>
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 S:      Maintained
926 N:      sun[x456789]i
927
928 ARM/Allwinner SoC Clock Support
929 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
930 S:      Maintained
931 F:      drivers/clk/sunxi/
932
933 ARM/Amlogic MesonX SoC support
934 M:      Carlo Caione <carlo@caione.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937 F:      drivers/media/rc/meson-ir.c
938 N:      meson[x68]
939
940 ARM/Annapurna Labs ALPINE ARCHITECTURE
941 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
942 S:      Maintained
943 F:      arch/arm/mach-alpine/
944
945 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
946 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
947 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
948 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 W:      http://www.linux4sam.org
951 S:      Supported
952 F:      arch/arm/mach-at91/
953 F:      include/soc/at91/
954 F:      arch/arm/boot/dts/at91*.dts
955 F:      arch/arm/boot/dts/at91*.dtsi
956 F:      arch/arm/boot/dts/sama*.dts
957 F:      arch/arm/boot/dts/sama*.dtsi
958 F:      arch/arm/include/debug/at91.S
959
960 ARM/ATMEL AT91 Clock Support
961 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
962 S:      Maintained
963 F:      drivers/clk/at91
964
965 ARM/CALXEDA HIGHBANK ARCHITECTURE
966 M:      Rob Herring <robh@kernel.org>
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
969 F:      arch/arm/mach-highbank/
970
971 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
972 M:      Krzysztof Halasa <khalasa@piap.pl>
973 S:      Maintained
974 F:      arch/arm/mach-cns3xxx/
975
976 ARM/CAVIUM THUNDER NETWORK DRIVER
977 M:      Sunil Goutham <sgoutham@cavium.com>
978 M:      Robert Richter <rric@kernel.org>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S:      Supported
981 F:      drivers/net/ethernet/cavium/thunder/
982
983 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
984 M:      Alexander Shiyan <shc_work@mail.ru>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Odd Fixes
987 N:      clps711x
988
989 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
990 M:      Hartley Sweeten <hsweeten@visionengravers.com>
991 M:      Ryan Mallon <rmallon@gmail.com>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Maintained
994 F:      arch/arm/mach-ep93xx/
995 F:      arch/arm/mach-ep93xx/include/mach/
996
997 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
998 M:      Lennert Buytenhek <kernel@wantstofly.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001
1002 ARM/CLKDEV SUPPORT
1003 M:      Russell King <linux@arm.linux.org.uk>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006 F:      arch/arm/include/asm/clkdev.h
1007 F:      drivers/clk/clkdev.c
1008
1009 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1010 M:      Mike Rapoport <mike@compulab.co.il>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1013
1014 ARM/CONTEC MICRO9 MACHINE SUPPORT
1015 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1016 S:      Maintained
1017 F:      arch/arm/mach-ep93xx/micro9.c
1018
1019 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1020 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Maintained
1023 F:      drivers/hwtracing/coresight/*
1024 F:      Documentation/trace/coresight.txt
1025 F:      Documentation/devicetree/bindings/arm/coresight.txt
1026 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1027 F:      tools/perf/arch/arm/util/pmu.c
1028 F:      tools/perf/arch/arm/util/auxtrace.c
1029 F:      tools/perf/arch/arm/util/cs_etm.c
1030 F:      tools/perf/arch/arm/util/cs_etm.h
1031
1032 ARM/CORGI MACHINE SUPPORT
1033 M:      Richard Purdie <rpurdie@rpsys.net>
1034 S:      Maintained
1035
1036 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1037 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 T:      git git://github.com/ulli-kroll/linux.git
1040 S:      Maintained
1041 F:      arch/arm/mach-gemini/
1042 F:      drivers/rtc/rtc-gemini.c
1043
1044 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1045 M:      Barry Song <baohua@kernel.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1048 S:      Maintained
1049 F:      arch/arm/mach-prima2/
1050 F:      drivers/clk/sirf/
1051 F:      drivers/clocksource/timer-prima2.c
1052 F:      drivers/clocksource/timer-atlas7.c
1053 N:      [^a-z]sirf
1054
1055 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1056 M:      Baruch Siach <baruch@tkos.co.il>
1057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058 S:      Maintained
1059 F:      arch/arm/boot/dts/cx92755*
1060 N:      digicolor
1061
1062 ARM/EBSA110 MACHINE SUPPORT
1063 M:      Russell King <linux@arm.linux.org.uk>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 W:      http://www.arm.linux.org.uk/
1066 S:      Maintained
1067 F:      arch/arm/mach-ebsa110/
1068 F:      drivers/net/ethernet/amd/am79c961a.*
1069
1070 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1071 M:      Uwe Kleine-König <kernel@pengutronix.de>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074 N:      efm32
1075
1076 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1077 M:      Daniel Ribeiro <drwyrm@gmail.com>
1078 M:      Stefan Schmidt <stefan@openezx.org>
1079 M:      Harald Welte <laforge@openezx.org>
1080 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1081 W:      http://www.openezx.org/
1082 S:      Maintained
1083 T:      topgit git://git.openezx.org/openezx.git
1084 F:      arch/arm/mach-pxa/ezx.c
1085
1086 ARM/FARADAY FA526 PORT
1087 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 S:      Maintained
1090 T:      git git://git.berlios.de/gemini-board
1091 F:      arch/arm/mm/*-fa*
1092
1093 ARM/FOOTBRIDGE ARCHITECTURE
1094 M:      Russell King <linux@arm.linux.org.uk>
1095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 W:      http://www.arm.linux.org.uk/
1097 S:      Maintained
1098 F:      arch/arm/include/asm/hardware/dec21285.h
1099 F:      arch/arm/mach-footbridge/
1100
1101 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1102 M:      Shawn Guo <shawnguo@kernel.org>
1103 M:      Sascha Hauer <kernel@pengutronix.de>
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1107 F:      arch/arm/mach-imx/
1108 F:      arch/arm/mach-mxs/
1109 F:      arch/arm/boot/dts/imx*
1110 F:      arch/arm/configs/imx*_defconfig
1111 F:      drivers/clk/imx/
1112 F:      include/soc/imx/
1113
1114 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1115 M:      Shawn Guo <shawnguo@kernel.org>
1116 M:      Sascha Hauer <kernel@pengutronix.de>
1117 R:      Stefan Agner <stefan@agner.ch>
1118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 S:      Maintained
1120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1121 F:      arch/arm/mach-imx/*vf610*
1122 F:      arch/arm/boot/dts/vf*
1123
1124 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1125 M:      Lennert Buytenhek <kernel@wantstofly.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 S:      Maintained
1128
1129 ARM/GUMSTIX MACHINE SUPPORT
1130 M:      Steve Sakoman <sakoman@gmail.com>
1131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S:      Maintained
1133
1134 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1135 M:      Philipp Zabel <philipp.zabel@gmail.com>
1136 M:      Paul Parsons <lost.distance@yahoo.com>
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 F:      arch/arm/mach-pxa/hx4700.c
1140 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1141 F:      sound/soc/pxa/hx4700.c
1142
1143 ARM/HISILICON SOC SUPPORT
1144 M:      Wei Xu <xuwei5@hisilicon.com>
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 W:      http://www.hisilicon.com
1147 S:      Supported
1148 T:      git git://github.com/hisilicon/linux-hisi.git
1149 F:      arch/arm/mach-hisi/
1150
1151 ARM/HP JORNADA 7XX MACHINE SUPPORT
1152 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1153 W:      www.jlime.com
1154 S:      Maintained
1155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1156 F:      arch/arm/mach-sa1100/jornada720.c
1157 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1158
1159 ARM/IGEP MACHINE SUPPORT
1160 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1161 M:      Javier Martinez Canillas <javier@dowhile0.org>
1162 L:      linux-omap@vger.kernel.org
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165 F:      arch/arm/boot/dts/omap3-igep*
1166
1167 ARM/INCOME PXA270 SUPPORT
1168 M:      Marek Vasut <marek.vasut@gmail.com>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S:      Maintained
1171 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1172
1173 ARM/INTEL IOP32X ARM ARCHITECTURE
1174 M:      Lennert Buytenhek <kernel@wantstofly.org>
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S:      Maintained
1177
1178 ARM/INTEL IOP33X ARM ARCHITECTURE
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Orphan
1181
1182 ARM/INTEL IOP13XX ARM ARCHITECTURE
1183 M:      Lennert Buytenhek <kernel@wantstofly.org>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 S:      Maintained
1186
1187 ARM/INTEL IQ81342EX MACHINE SUPPORT
1188 M:      Lennert Buytenhek <kernel@wantstofly.org>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 S:      Maintained
1191
1192 ARM/INTEL IXDP2850 MACHINE SUPPORT
1193 M:      Lennert Buytenhek <kernel@wantstofly.org>
1194 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1195 S:      Maintained
1196
1197 ARM/INTEL IXP4XX ARM ARCHITECTURE
1198 M:      Imre Kaloz <kaloz@openwrt.org>
1199 M:      Krzysztof Halasa <khalasa@piap.pl>
1200 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 S:      Maintained
1202 F:      arch/arm/mach-ixp4xx/
1203
1204 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1205 M:      Jonathan Cameron <jic23@cam.ac.uk>
1206 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 S:      Maintained
1208 F:      arch/arm/mach-pxa/stargate2.c
1209 F:      drivers/pcmcia/pxa2xx_stargate2.c
1210
1211 ARM/INTEL XSC3 (MANZANO) ARM CORE
1212 M:      Lennert Buytenhek <kernel@wantstofly.org>
1213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 S:      Maintained
1215
1216 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1217 M:      Lennert Buytenhek <kernel@wantstofly.org>
1218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219 S:      Maintained
1220
1221 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1222 M:      Santosh Shilimkar <ssantosh@kernel.org>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225 F:      arch/arm/mach-keystone/
1226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1227
1228 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1229 M:      Santosh Shilimkar <ssantosh@kernel.org>
1230 L:      linux-kernel@vger.kernel.org
1231 S:      Maintained
1232 F:      drivers/clk/keystone/
1233
1234 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1235 M:      Santosh Shilimkar <ssantosh@kernel.org>
1236 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1237 L:      linux-kernel@vger.kernel.org
1238 S:      Maintained
1239 F:      drivers/clocksource/timer-keystone.c
1240
1241 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1242 M:      Santosh Shilimkar <ssantosh@kernel.org>
1243 L:      linux-kernel@vger.kernel.org
1244 S:      Maintained
1245 F:      drivers/power/reset/keystone-reset.c
1246
1247 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1248 M:      Santosh Shilimkar <ssantosh@kernel.org>
1249 L:      linux-kernel@vger.kernel.org
1250 S:      Maintained
1251 F:      drivers/memory/*emif*
1252
1253 ARM/LOGICPD PXA270 MACHINE SUPPORT
1254 M:      Lennert Buytenhek <kernel@wantstofly.org>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257
1258 ARM/LPC18XX ARCHITECTURE
1259 M:      Joachim Eastwood <manabian@gmail.com>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 S:      Maintained
1262 F:      arch/arm/boot/dts/lpc43*
1263 F:      drivers/clk/nxp/clk-lpc18xx*
1264 F:      drivers/clocksource/time-lpc32xx.c
1265 F:      drivers/i2c/busses/i2c-lpc2k.c
1266 F:      drivers/memory/pl172.c
1267 F:      drivers/mtd/spi-nor/nxp-spifi.c
1268 F:      drivers/rtc/rtc-lpc24xx.c
1269 N:      lpc18xx
1270
1271 ARM/MAGICIAN MACHINE SUPPORT
1272 M:      Philipp Zabel <philipp.zabel@gmail.com>
1273 S:      Maintained
1274
1275 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1276 M:      Jason Cooper <jason@lakedaemon.net>
1277 M:      Andrew Lunn <andrew@lunn.ch>
1278 M:      Gregory Clement <gregory.clement@free-electrons.com>
1279 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 S:      Maintained
1282 F:      arch/arm/mach-mvebu/
1283 F:      drivers/rtc/rtc-armada38x.c
1284 F:      arch/arm/boot/dts/armada*
1285 F:      arch/arm/boot/dts/kirkwood*
1286
1287
1288 ARM/Marvell Berlin SoC support
1289 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 S:      Maintained
1292 F:      arch/arm/mach-berlin/
1293 F:      arch/arm/boot/dts/berlin*
1294
1295
1296 ARM/Marvell Dove/MV78xx0/Orion SOC support
1297 M:      Jason Cooper <jason@lakedaemon.net>
1298 M:      Andrew Lunn <andrew@lunn.ch>
1299 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1300 M:      Gregory Clement <gregory.clement@free-electrons.com>
1301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S:      Maintained
1303 F:      arch/arm/mach-dove/
1304 F:      arch/arm/mach-mv78xx0/
1305 F:      arch/arm/mach-orion5x/
1306 F:      arch/arm/plat-orion/
1307 F:      arch/arm/boot/dts/dove*
1308 F:      arch/arm/boot/dts/orion5x*
1309
1310
1311 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1312 M:      Alexander Clouter <alex@digriz.org.uk>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 W:      http://www.digriz.org.uk/ts78xx/kernel
1315 S:      Maintained
1316 F:      arch/arm/mach-orion5x/ts78xx-*
1317
1318 ARM/Mediatek RTC DRIVER
1319 M:      Eddie Huang <eddie.huang@mediatek.com>
1320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1322 S:      Maintained
1323 F:      drivers/rtc/rtc-mt6397.c
1324
1325 ARM/Mediatek SoC support
1326 M:      Matthias Brugger <matthias.bgg@gmail.com>
1327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1329 S:      Maintained
1330 F:      arch/arm/boot/dts/mt6*
1331 F:      arch/arm/boot/dts/mt8*
1332 F:      arch/arm/mach-mediatek/
1333 N:      mtk
1334 K:      mediatek
1335
1336 ARM/Mediatek USB3 PHY DRIVER
1337 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1340 S:      Maintained
1341 F:      drivers/phy/phy-mt65xx-usb3.c
1342
1343 ARM/MICREL KS8695 ARCHITECTURE
1344 M:      Greg Ungerer <gerg@uclinux.org>
1345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 F:      arch/arm/mach-ks8695/
1347 S:      Odd Fixes
1348
1349 ARM/MIOA701 MACHINE SUPPORT
1350 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1351 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 F:      arch/arm/mach-pxa/mioa701.c
1353 S:      Maintained
1354
1355 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1356 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1357 S:      Maintained
1358
1359 ARM/NOMADIK ARCHITECTURE
1360 M:      Alessandro Rubini <rubini@unipv.it>
1361 M:      Linus Walleij <linus.walleij@linaro.org>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S:      Maintained
1364 F:      arch/arm/mach-nomadik/
1365 F:      drivers/pinctrl/nomadik/
1366 F:      drivers/i2c/busses/i2c-nomadik.c
1367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1368
1369 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1370 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1371 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1372 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1373 S:      Supported
1374
1375 ARM/TOSA MACHINE SUPPORT
1376 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1377 M:      Dirk Opfer <dirk@opfer-online.de>
1378 S:      Maintained
1379
1380 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1381 M:      Marek Vasut <marek.vasut@gmail.com>
1382 L:      linux-arm-kernel@lists.infradead.org
1383 W:      http://hackndev.com
1384 S:      Maintained
1385 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1386 F:      arch/arm/mach-pxa/palmtx.c
1387 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1388 F:      arch/arm/mach-pxa/palmt5.c
1389 F:      arch/arm/mach-pxa/include/mach/palmld.h
1390 F:      arch/arm/mach-pxa/palmld.c
1391 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1392 F:      arch/arm/mach-pxa/palmte2.c
1393 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1394 F:      arch/arm/mach-pxa/palmtc.c
1395
1396 ARM/PALM TREO SUPPORT
1397 M:      Tomas Cech <sleep_walker@suse.com>
1398 L:      linux-arm-kernel@lists.infradead.org
1399 W:      http://hackndev.com
1400 S:      Maintained
1401 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1402 F:      arch/arm/mach-pxa/palmtreo.c
1403
1404 ARM/PALMZ72 SUPPORT
1405 M:      Sergey Lapin <slapin@ossfans.org>
1406 L:      linux-arm-kernel@lists.infradead.org
1407 W:      http://hackndev.com
1408 S:      Maintained
1409 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1410 F:      arch/arm/mach-pxa/palmz72.c
1411
1412 ARM/PLEB SUPPORT
1413 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1414 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1415 S:      Maintained
1416
1417 ARM/PT DIGITAL BOARD PORT
1418 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 W:      http://www.arm.linux.org.uk/
1421 S:      Maintained
1422
1423 ARM/QUALCOMM SUPPORT
1424 M:      Kumar Gala <galak@codeaurora.org>
1425 M:      Andy Gross <agross@codeaurora.org>
1426 M:      David Brown <davidb@codeaurora.org>
1427 L:      linux-arm-msm@vger.kernel.org
1428 L:      linux-soc@vger.kernel.org
1429 S:      Maintained
1430 F:      arch/arm/mach-qcom/
1431 F:      drivers/soc/qcom/
1432 F:      drivers/tty/serial/msm_serial.h
1433 F:      drivers/tty/serial/msm_serial.c
1434 F:      drivers/*/pm8???-*
1435 F:      drivers/mfd/ssbi.c
1436 F:      drivers/firmware/qcom_scm.c
1437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1438
1439 ARM/RADISYS ENP2611 MACHINE SUPPORT
1440 M:      Lennert Buytenhek <kernel@wantstofly.org>
1441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 S:      Maintained
1443
1444 ARM/RISCPC ARCHITECTURE
1445 M:      Russell King <linux@arm.linux.org.uk>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 W:      http://www.arm.linux.org.uk/
1448 S:      Maintained
1449 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1450 F:      arch/arm/include/asm/hardware/ioc.h
1451 F:      arch/arm/include/asm/hardware/iomd.h
1452 F:      arch/arm/include/asm/hardware/memc.h
1453 F:      arch/arm/mach-rpc/
1454 F:      drivers/net/ethernet/8390/etherh.c
1455 F:      drivers/net/ethernet/i825xx/ether1*
1456 F:      drivers/net/ethernet/seeq/ether3*
1457 F:      drivers/scsi/arm/
1458
1459 ARM/Rockchip SoC support
1460 M:      Heiko Stuebner <heiko@sntech.de>
1461 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1462 L:      linux-rockchip@lists.infradead.org
1463 S:      Maintained
1464 F:      arch/arm/boot/dts/rk3*
1465 F:      arch/arm/mach-rockchip/
1466 F:      drivers/clk/rockchip/
1467 F:      drivers/i2c/busses/i2c-rk3x.c
1468 F:      drivers/*/*rockchip*
1469 F:      drivers/*/*/*rockchip*
1470 F:      sound/soc/rockchip/
1471 N:      rockchip
1472
1473 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1474 M:      Kukjin Kim <kgene@kernel.org>
1475 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1478 S:      Maintained
1479 F:      arch/arm/boot/dts/s3c*
1480 F:      arch/arm/boot/dts/exynos*
1481 F:      arch/arm64/boot/dts/exynos/
1482 F:      arch/arm/plat-samsung/
1483 F:      arch/arm/mach-s3c24*/
1484 F:      arch/arm/mach-s3c64xx/
1485 F:      arch/arm/mach-s5p*/
1486 F:      arch/arm/mach-exynos*/
1487 F:      drivers/*/*s3c2410*
1488 F:      drivers/*/*/*s3c2410*
1489 F:      drivers/spi/spi-s3c*
1490 F:      sound/soc/samsung/*
1491 F:      Documentation/arm/Samsung/
1492 F:      Documentation/devicetree/bindings/arm/samsung/
1493 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1494 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1495 N:      exynos
1496
1497 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1498 M:      Kyungmin Park <kyungmin.park@samsung.com>
1499 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1500 S:      Maintained
1501 F:      arch/arm/mach-s5pv210/
1502
1503 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1504 M:      Kyungmin Park <kyungmin.park@samsung.com>
1505 M:      Kamil Debski <k.debski@samsung.com>
1506 L:      linux-arm-kernel@lists.infradead.org
1507 L:      linux-media@vger.kernel.org
1508 S:      Maintained
1509 F:      drivers/media/platform/s5p-g2d/
1510
1511 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1512 M:      Kyungmin Park <kyungmin.park@samsung.com>
1513 M:      Kamil Debski <k.debski@samsung.com>
1514 M:      Jeongtae Park <jtp.park@samsung.com>
1515 L:      linux-arm-kernel@lists.infradead.org
1516 L:      linux-media@vger.kernel.org
1517 S:      Maintained
1518 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1519 F:      drivers/media/platform/s5p-mfc/
1520
1521 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1522 M:      Kyungmin Park <kyungmin.park@samsung.com>
1523 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1524 L:      linux-arm-kernel@lists.infradead.org
1525 L:      linux-media@vger.kernel.org
1526 S:      Maintained
1527 F:      drivers/media/platform/s5p-tv/
1528
1529 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1530 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1531 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1532 L:      linux-arm-kernel@lists.infradead.org
1533 L:      linux-media@vger.kernel.org
1534 S:      Maintained
1535 F:      drivers/media/platform/s5p-jpeg/
1536
1537 ARM/SHMOBILE ARM ARCHITECTURE
1538 M:      Simon Horman <horms@verge.net.au>
1539 M:      Magnus Damm <magnus.damm@gmail.com>
1540 L:      linux-sh@vger.kernel.org
1541 W:      http://oss.renesas.com
1542 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1544 S:      Supported
1545 F:      arch/arm/boot/dts/emev2*
1546 F:      arch/arm/boot/dts/r7s*
1547 F:      arch/arm/boot/dts/r8a*
1548 F:      arch/arm/boot/dts/sh*
1549 F:      arch/arm/configs/shmobile_defconfig
1550 F:      arch/arm/include/debug/renesas-scif.S
1551 F:      arch/arm/mach-shmobile/
1552 F:      drivers/sh/
1553
1554 ARM/SOCFPGA ARCHITECTURE
1555 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1556 S:      Maintained
1557 F:      arch/arm/mach-socfpga/
1558 F:      arch/arm/boot/dts/socfpga*
1559 F:      arch/arm/configs/socfpga_defconfig
1560 W:      http://www.rocketboards.org
1561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1562
1563 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1564 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1565 S:      Maintained
1566 F:      drivers/clk/socfpga/
1567
1568 ARM/SOCFPGA EDAC SUPPORT
1569 M:      Thor Thayer <tthayer@opensource.altera.com>
1570 S:      Maintained
1571 F:      drivers/edac/altera_edac.
1572
1573 ARM/STI ARCHITECTURE
1574 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1575 M:      Maxime Coquelin <maxime.coquelin@st.com>
1576 M:      Patrice Chotard <patrice.chotard@st.com>
1577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 L:      kernel@stlinux.com
1579 W:      http://www.stlinux.com
1580 S:      Maintained
1581 F:      arch/arm/mach-sti/
1582 F:      arch/arm/boot/dts/sti*
1583 F:      drivers/char/hw_random/st-rng.c
1584 F:      drivers/clocksource/arm_global_timer.c
1585 F:      drivers/clocksource/clksrc_st_lpc.c
1586 F:      drivers/i2c/busses/i2c-st.c
1587 F:      drivers/media/rc/st_rc.c
1588 F:      drivers/media/platform/sti/c8sectpfe/
1589 F:      drivers/mmc/host/sdhci-st.c
1590 F:      drivers/phy/phy-miphy28lp.c
1591 F:      drivers/phy/phy-miphy365x.c
1592 F:      drivers/phy/phy-stih407-usb.c
1593 F:      drivers/phy/phy-stih41x-usb.c
1594 F:      drivers/pinctrl/pinctrl-st.c
1595 F:      drivers/reset/sti/
1596 F:      drivers/rtc/rtc-st-lpc.c
1597 F:      drivers/tty/serial/st-asc.c
1598 F:      drivers/usb/dwc3/dwc3-st.c
1599 F:      drivers/usb/host/ehci-st.c
1600 F:      drivers/usb/host/ohci-st.c
1601 F:      drivers/watchdog/st_lpc_wdt.c
1602 F:      drivers/ata/ahci_st.c
1603
1604 ARM/STM32 ARCHITECTURE
1605 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1609 N:      stm32
1610 F:      drivers/clocksource/armv7m_systick.c
1611
1612 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1613 M:      Lennert Buytenhek <kernel@wantstofly.org>
1614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1615 S:      Maintained
1616
1617 ARM/TETON BGA MACHINE SUPPORT
1618 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1620 S:      Maintained
1621
1622 ARM/THECUS N2100 MACHINE SUPPORT
1623 M:      Lennert Buytenhek <kernel@wantstofly.org>
1624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1625 S:      Maintained
1626
1627 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1628 M:      Wan ZongShun <mcuos.com@gmail.com>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 W:      http://www.mcuos.com
1631 S:      Maintained
1632 F:      arch/arm/mach-w90x900/
1633 F:      drivers/input/keyboard/w90p910_keypad.c
1634 F:      drivers/input/touchscreen/w90p910_ts.c
1635 F:      drivers/watchdog/nuc900_wdt.c
1636 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1637 F:      drivers/mtd/nand/nuc900_nand.c
1638 F:      drivers/rtc/rtc-nuc900.c
1639 F:      drivers/spi/spi-nuc900.c
1640 F:      drivers/usb/host/ehci-w90x900.c
1641 F:      drivers/video/fbdev/nuc900fb.c
1642
1643 ARM/U300 MACHINE SUPPORT
1644 M:      Linus Walleij <linus.walleij@linaro.org>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 S:      Supported
1647 F:      arch/arm/mach-u300/
1648 F:      drivers/clocksource/timer-u300.c
1649 F:      drivers/i2c/busses/i2c-stu300.c
1650 F:      drivers/rtc/rtc-coh901331.c
1651 F:      drivers/watchdog/coh901327_wdt.c
1652 F:      drivers/dma/coh901318*
1653 F:      drivers/mfd/ab3100*
1654 F:      drivers/rtc/rtc-ab3100.c
1655 F:      drivers/rtc/rtc-coh901331.c
1656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1657
1658 ARM/UNIPHIER ARCHITECTURE
1659 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1660 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1661 S:      Maintained
1662 F:      arch/arm/boot/dts/uniphier*
1663 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1664 F:      arch/arm/mach-uniphier/
1665 F:      arch/arm/mm/cache-uniphier.c
1666 F:      drivers/i2c/busses/i2c-uniphier*
1667 F:      drivers/pinctrl/uniphier/
1668 F:      drivers/tty/serial/8250/8250_uniphier.c
1669 N:      uniphier
1670
1671 ARM/Ux500 ARM ARCHITECTURE
1672 M:      Linus Walleij <linus.walleij@linaro.org>
1673 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 S:      Maintained
1675 F:      arch/arm/mach-ux500/
1676 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1677 F:      drivers/dma/ste_dma40*
1678 F:      drivers/hwspinlock/u8500_hsem.c
1679 F:      drivers/mfd/abx500*
1680 F:      drivers/mfd/ab8500*
1681 F:      drivers/mfd/dbx500*
1682 F:      drivers/mfd/db8500*
1683 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1684 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1685 F:      drivers/rtc/rtc-ab8500.c
1686 F:      drivers/rtc/rtc-pl031.c
1687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1688
1689 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1690 M:      Ulf Hansson <ulf.hansson@linaro.org>
1691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 T:      git git://git.linaro.org/people/ulfh/clk.git
1693 S:      Maintained
1694 F:      drivers/clk/ux500/
1695 F:      include/linux/platform_data/clk-ux500.h
1696
1697 ARM/VERSATILE EXPRESS PLATFORM
1698 M:      Liviu Dudau <liviu.dudau@arm.com>
1699 M:      Sudeep Holla <sudeep.holla@arm.com>
1700 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1702 S:      Maintained
1703 F:      arch/arm/boot/dts/vexpress*
1704 F:      arch/arm64/boot/dts/arm/vexpress*
1705 F:      arch/arm/mach-vexpress/
1706 F:      */*/vexpress*
1707 F:      */*/*/vexpress*
1708 F:      drivers/clk/versatile/clk-vexpress-osc.c
1709 F:      drivers/clocksource/versatile.c
1710
1711 ARM/VFP SUPPORT
1712 M:      Russell King <linux@arm.linux.org.uk>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 W:      http://www.arm.linux.org.uk/
1715 S:      Maintained
1716 F:      arch/arm/vfp/
1717
1718 ARM/VOIPAC PXA270 SUPPORT
1719 M:      Marek Vasut <marek.vasut@gmail.com>
1720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1721 S:      Maintained
1722 F:      arch/arm/mach-pxa/vpac270.c
1723 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1724
1725 ARM/VT8500 ARM ARCHITECTURE
1726 M:      Tony Prisk <linux@prisktech.co.nz>
1727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 S:      Maintained
1729 F:      arch/arm/mach-vt8500/
1730 F:      drivers/clocksource/vt8500_timer.c
1731 F:      drivers/i2c/busses/i2c-wmt.c
1732 F:      drivers/mmc/host/wmt-sdmmc.c
1733 F:      drivers/pwm/pwm-vt8500.c
1734 F:      drivers/rtc/rtc-vt8500.c
1735 F:      drivers/tty/serial/vt8500_serial.c
1736 F:      drivers/usb/host/ehci-platform.c
1737 F:      drivers/usb/host/uhci-platform.c
1738 F:      drivers/video/fbdev/vt8500lcdfb.*
1739 F:      drivers/video/fbdev/wm8505fb*
1740 F:      drivers/video/fbdev/wmt_ge_rops.*
1741
1742 ARM/ZIPIT Z2 SUPPORT
1743 M:      Marek Vasut <marek.vasut@gmail.com>
1744 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1745 S:      Maintained
1746 F:      arch/arm/mach-pxa/z2.c
1747 F:      arch/arm/mach-pxa/include/mach/z2.h
1748
1749 ARM/ZTE ARCHITECTURE
1750 M:      Jun Nie <jun.nie@linaro.org>
1751 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1752 S:      Maintained
1753 F:      arch/arm/mach-zx/
1754 F:      drivers/clk/zte/
1755 F:      Documentation/devicetree/bindings/arm/zte.txt
1756 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1757
1758 ARM/ZYNQ ARCHITECTURE
1759 M:      Michal Simek <michal.simek@xilinx.com>
1760 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1761 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1762 W:      http://wiki.xilinx.com
1763 T:      git https://github.com/Xilinx/linux-xlnx.git
1764 S:      Supported
1765 F:      arch/arm/mach-zynq/
1766 F:      drivers/cpuidle/cpuidle-zynq.c
1767 F:      drivers/block/xsysace.c
1768 N:      zynq
1769 N:      xilinx
1770 F:      drivers/clocksource/cadence_ttc_timer.c
1771 F:      drivers/i2c/busses/i2c-cadence.c
1772 F:      drivers/mmc/host/sdhci-of-arasan.c
1773 F:      drivers/edac/synopsys_edac.c
1774
1775 ARM SMMU DRIVERS
1776 M:      Will Deacon <will.deacon@arm.com>
1777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S:      Maintained
1779 F:      drivers/iommu/arm-smmu.c
1780 F:      drivers/iommu/arm-smmu-v3.c
1781 F:      drivers/iommu/io-pgtable-arm.c
1782
1783 ARM64 PORT (AARCH64 ARCHITECTURE)
1784 M:      Catalin Marinas <catalin.marinas@arm.com>
1785 M:      Will Deacon <will.deacon@arm.com>
1786 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1787 S:      Maintained
1788 F:      arch/arm64/
1789 F:      Documentation/arm64/
1790
1791 AS3645A LED FLASH CONTROLLER DRIVER
1792 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1793 L:      linux-media@vger.kernel.org
1794 T:      git git://linuxtv.org/media_tree.git
1795 S:      Maintained
1796 F:      drivers/media/i2c/as3645a.c
1797 F:      include/media/as3645a.h
1798
1799 ASC7621 HARDWARE MONITOR DRIVER
1800 M:      George Joseph <george.joseph@fairview5.com>
1801 L:      linux-hwmon@vger.kernel.org
1802 S:      Maintained
1803 F:      Documentation/hwmon/asc7621
1804 F:      drivers/hwmon/asc7621.c
1805
1806 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1807 M:      Corentin Chary <corentin.chary@gmail.com>
1808 L:      acpi4asus-user@lists.sourceforge.net
1809 L:      platform-driver-x86@vger.kernel.org
1810 W:      http://acpi4asus.sf.net
1811 S:      Maintained
1812 F:      drivers/platform/x86/asus*.c
1813 F:      drivers/platform/x86/eeepc*.c
1814
1815 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1816 R:      Dan Williams <dan.j.williams@intel.com>
1817 W:      http://sourceforge.net/projects/xscaleiop
1818 S:      Odd fixes
1819 F:      Documentation/crypto/async-tx-api.txt
1820 F:      crypto/async_tx/
1821 F:      drivers/dma/
1822 F:      include/linux/dmaengine.h
1823 F:      include/linux/async_tx.h
1824
1825 AT24 EEPROM DRIVER
1826 M:      Wolfram Sang <wsa@the-dreams.de>
1827 L:      linux-i2c@vger.kernel.org
1828 S:      Maintained
1829 F:      drivers/misc/eeprom/at24.c
1830 F:      include/linux/platform_data/at24.h
1831
1832 ATA OVER ETHERNET (AOE) DRIVER
1833 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1834 W:      http://www.openaoe.org/
1835 S:      Supported
1836 F:      Documentation/aoe/
1837 F:      drivers/block/aoe/
1838
1839 ATHEROS 71XX/9XXX GPIO DRIVER
1840 M:      Alban Bedel <albeu@free.fr>
1841 W:      https://github.com/AlbanBedel/linux
1842 T:      git git://github.com/AlbanBedel/linux
1843 S:      Maintained
1844 F:      drivers/gpio/gpio-ath79.c
1845 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1846
1847 ATHEROS ATH GENERIC UTILITIES
1848 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1849 L:      linux-wireless@vger.kernel.org
1850 S:      Supported
1851 F:      drivers/net/wireless/ath/*
1852
1853 ATHEROS ATH5K WIRELESS DRIVER
1854 M:      Jiri Slaby <jirislaby@gmail.com>
1855 M:      Nick Kossifidis <mickflemm@gmail.com>
1856 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1857 L:      linux-wireless@vger.kernel.org
1858 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1859 S:      Maintained
1860 F:      drivers/net/wireless/ath/ath5k/
1861
1862 ATHEROS ATH6KL WIRELESS DRIVER
1863 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1864 L:      linux-wireless@vger.kernel.org
1865 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1866 T:      git git://github.com/kvalo/ath.git
1867 S:      Supported
1868 F:      drivers/net/wireless/ath/ath6kl/
1869
1870 WILOCITY WIL6210 WIRELESS DRIVER
1871 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1872 L:      linux-wireless@vger.kernel.org
1873 L:      wil6210@qca.qualcomm.com
1874 S:      Supported
1875 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1876 F:      drivers/net/wireless/ath/wil6210/
1877 F:      include/uapi/linux/wil6210_uapi.h
1878
1879 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1880 M:      Christian Lamparter <chunkeey@googlemail.com>
1881 L:      linux-wireless@vger.kernel.org
1882 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1883 S:      Maintained
1884 F:      drivers/net/wireless/ath/carl9170/
1885
1886 ATK0110 HWMON DRIVER
1887 M:      Luca Tettamanti <kronos.it@gmail.com>
1888 L:      linux-hwmon@vger.kernel.org
1889 S:      Maintained
1890 F:      drivers/hwmon/asus_atk0110.c
1891
1892 ATI_REMOTE2 DRIVER
1893 M:      Ville Syrjala <syrjala@sci.fi>
1894 S:      Maintained
1895 F:      drivers/input/misc/ati_remote2.c
1896
1897 ATLX ETHERNET DRIVERS
1898 M:      Jay Cliburn <jcliburn@gmail.com>
1899 M:      Chris Snook <chris.snook@gmail.com>
1900 L:      netdev@vger.kernel.org
1901 W:      http://sourceforge.net/projects/atl1
1902 W:      http://atl1.sourceforge.net
1903 S:      Maintained
1904 F:      drivers/net/ethernet/atheros/
1905
1906 ATM
1907 M:      Chas Williams <3chas3@gmail.com>
1908 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1909 L:      netdev@vger.kernel.org
1910 W:      http://linux-atm.sourceforge.net
1911 S:      Maintained
1912 F:      drivers/atm/
1913 F:      include/linux/atm*
1914 F:      include/uapi/linux/atm*
1915
1916 ATMEL AT91 / AT32 MCI DRIVER
1917 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1918 S:      Maintained
1919 F:      drivers/mmc/host/atmel-mci.c
1920 F:      drivers/mmc/host/atmel-mci-regs.h
1921
1922 ATMEL AT91 / AT32 SERIAL DRIVER
1923 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1924 S:      Supported
1925 F:      drivers/tty/serial/atmel_serial.c
1926
1927 ATMEL Audio ALSA driver
1928 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1929 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1930 S:      Supported
1931 F:      sound/soc/atmel
1932
1933 ATMEL DMA DRIVER
1934 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1936 S:      Supported
1937 F:      drivers/dma/at_hdmac.c
1938 F:      drivers/dma/at_hdmac_regs.h
1939 F:      include/linux/platform_data/dma-atmel.h
1940
1941 ATMEL XDMA DRIVER
1942 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1943 L:      linux-arm-kernel@lists.infradead.org
1944 L:      dmaengine@vger.kernel.org
1945 S:      Supported
1946 F:      drivers/dma/at_xdmac.c
1947
1948 ATMEL I2C DRIVER
1949 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1950 L:      linux-i2c@vger.kernel.org
1951 S:      Supported
1952 F:      drivers/i2c/busses/i2c-at91.c
1953
1954 ATMEL ISI DRIVER
1955 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1956 L:      linux-media@vger.kernel.org
1957 S:      Supported
1958 F:      drivers/media/platform/soc_camera/atmel-isi.c
1959 F:      include/media/atmel-isi.h
1960
1961 ATMEL LCDFB DRIVER
1962 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1963 L:      linux-fbdev@vger.kernel.org
1964 S:      Maintained
1965 F:      drivers/video/fbdev/atmel_lcdfb.c
1966 F:      include/video/atmel_lcdc.h
1967
1968 ATMEL MACB ETHERNET DRIVER
1969 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1970 S:      Supported
1971 F:      drivers/net/ethernet/cadence/
1972
1973 ATMEL NAND DRIVER
1974 M:      Wenyou Yang <wenyou.yang@atmel.com>
1975 M:      Josh Wu <rainyfeeling@outlook.com>
1976 L:      linux-mtd@lists.infradead.org
1977 S:      Supported
1978 F:      drivers/mtd/nand/atmel_nand*
1979
1980 ATMEL SDMMC DRIVER
1981 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1982 L:      linux-mmc@vger.kernel.org
1983 S:      Supported
1984 F:      drivers/mmc/host/sdhci-of-at91.c
1985
1986 ATMEL SPI DRIVER
1987 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1988 S:      Supported
1989 F:      drivers/spi/spi-atmel.*
1990
1991 ATMEL SSC DRIVER
1992 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1994 S:      Supported
1995 F:      drivers/misc/atmel-ssc.c
1996 F:      include/linux/atmel-ssc.h
1997
1998 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1999 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2001 S:      Supported
2002 F:      drivers/misc/atmel_tclib.c
2003 F:      drivers/clocksource/tcb_clksrc.c
2004
2005 ATMEL USBA UDC DRIVER
2006 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2008 S:      Supported
2009 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2010
2011 ATMEL WIRELESS DRIVER
2012 M:      Simon Kelley <simon@thekelleys.org.uk>
2013 L:      linux-wireless@vger.kernel.org
2014 W:      http://www.thekelleys.org.uk/atmel
2015 W:      http://atmelwlandriver.sourceforge.net/
2016 S:      Maintained
2017 F:      drivers/net/wireless/atmel*
2018
2019 ATMEL MAXTOUCH DRIVER
2020 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2021 T:      git git://github.com/atmel-maxtouch/linux.git
2022 S:      Supported
2023 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2024 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2025 F:      include/linux/platform_data/atmel_mxt_ts.h
2026
2027 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2028 M:      Bradley Grove <linuxdrivers@attotech.com>
2029 L:      linux-scsi@vger.kernel.org
2030 W:      http://www.attotech.com
2031 S:      Supported
2032 F:      drivers/scsi/esas2r
2033
2034 ATUSB IEEE 802.15.4 RADIO DRIVER
2035 M:      Stefan Schmidt <stefan@osg.samsung.com>
2036 L:      linux-wpan@vger.kernel.org
2037 S:      Maintained
2038 F:      drivers/net/ieee802154/atusb.c
2039 F:      drivers/net/ieee802154/atusb.h
2040 F:      drivers/net/ieee802154/at86rf230.h
2041
2042 AUDIT SUBSYSTEM
2043 M:      Paul Moore <paul@paul-moore.com>
2044 M:      Eric Paris <eparis@redhat.com>
2045 L:      linux-audit@redhat.com (moderated for non-subscribers)
2046 W:      http://people.redhat.com/sgrubb/audit/
2047 T:      git git://git.infradead.org/users/pcmoore/audit
2048 S:      Maintained
2049 F:      include/linux/audit.h
2050 F:      include/uapi/linux/audit.h
2051 F:      kernel/audit*
2052
2053 AUXILIARY DISPLAY DRIVERS
2054 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2055 W:      http://miguelojeda.es/auxdisplay.htm
2056 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2057 S:      Maintained
2058 F:      drivers/auxdisplay/
2059 F:      include/linux/cfag12864b.h
2060
2061 AVR32 ARCHITECTURE
2062 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2063 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2064 W:      http://www.atmel.com/products/AVR32/
2065 W:      http://mirror.egtvedt.no/avr32linux.org/
2066 W:      http://avrfreaks.net/
2067 S:      Maintained
2068 F:      arch/avr32/
2069
2070 AVR32/AT32AP MACHINE SUPPORT
2071 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2072 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2073 S:      Maintained
2074 F:      arch/avr32/mach-at32ap/
2075
2076 AX.25 NETWORK LAYER
2077 M:      Ralf Baechle <ralf@linux-mips.org>
2078 L:      linux-hams@vger.kernel.org
2079 W:      http://www.linux-ax25.org/
2080 S:      Maintained
2081 F:      include/uapi/linux/ax25.h
2082 F:      include/net/ax25.h
2083 F:      net/ax25/
2084
2085 AZ6007 DVB DRIVER
2086 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2087 L:      linux-media@vger.kernel.org
2088 W:      http://linuxtv.org
2089 T:      git git://linuxtv.org/media_tree.git
2090 S:      Maintained
2091 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2092
2093 AZTECH FM RADIO RECEIVER DRIVER
2094 M:      Hans Verkuil <hverkuil@xs4all.nl>
2095 L:      linux-media@vger.kernel.org
2096 T:      git git://linuxtv.org/media_tree.git
2097 W:      http://linuxtv.org
2098 S:      Maintained
2099 F:      drivers/media/radio/radio-aztech*
2100
2101 B43 WIRELESS DRIVER
2102 L:      linux-wireless@vger.kernel.org
2103 L:      b43-dev@lists.infradead.org
2104 W:      http://wireless.kernel.org/en/users/Drivers/b43
2105 S:      Odd Fixes
2106 F:      drivers/net/wireless/b43/
2107
2108 B43LEGACY WIRELESS DRIVER
2109 M:      Larry Finger <Larry.Finger@lwfinger.net>
2110 L:      linux-wireless@vger.kernel.org
2111 L:      b43-dev@lists.infradead.org
2112 W:      http://wireless.kernel.org/en/users/Drivers/b43
2113 S:      Maintained
2114 F:      drivers/net/wireless/b43legacy/
2115
2116 BACKLIGHT CLASS/SUBSYSTEM
2117 M:      Jingoo Han <jingoohan1@gmail.com>
2118 M:      Lee Jones <lee.jones@linaro.org>
2119 S:      Maintained
2120 F:      drivers/video/backlight/
2121 F:      include/linux/backlight.h
2122
2123 BATMAN ADVANCED
2124 M:      Marek Lindner <mareklindner@neomailbox.ch>
2125 M:      Simon Wunderlich <sw@simonwunderlich.de>
2126 M:      Antonio Quartulli <antonio@meshcoding.com>
2127 L:      b.a.t.m.a.n@lists.open-mesh.org
2128 W:      http://www.open-mesh.org/
2129 S:      Maintained
2130 F:      net/batman-adv/
2131
2132 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2133 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2134 L:      linux-hams@vger.kernel.org
2135 W:      http://www.baycom.org/~tom/ham/ham.html
2136 S:      Maintained
2137 F:      drivers/net/hamradio/baycom*
2138
2139 BCACHE (BLOCK LAYER CACHE)
2140 M:      Kent Overstreet <kent.overstreet@gmail.com>
2141 L:      linux-bcache@vger.kernel.org
2142 W:      http://bcache.evilpiepirate.org
2143 S:      Maintained
2144 F:      drivers/md/bcache/
2145
2146 BDISP ST MEDIA DRIVER
2147 M:      Fabien Dessenne <fabien.dessenne@st.com>
2148 L:      linux-media@vger.kernel.org
2149 T:      git git://linuxtv.org/media_tree.git
2150 W:      http://linuxtv.org
2151 S:      Supported
2152 F:      drivers/media/platform/sti/bdisp
2153
2154 BEFS FILE SYSTEM
2155 S:      Orphan
2156 F:      Documentation/filesystems/befs.txt
2157 F:      fs/befs/
2158
2159 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2160 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2161 L:      netdev@vger.kernel.org
2162 S:      Maintained
2163 F:      drivers/net/ethernet/ec_bhf.c
2164
2165 BFS FILE SYSTEM
2166 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2167 S:      Maintained
2168 F:      Documentation/filesystems/bfs.txt
2169 F:      fs/bfs/
2170 F:      include/uapi/linux/bfs_fs.h
2171
2172 BLACKFIN ARCHITECTURE
2173 M:      Steven Miao <realmz6@gmail.com>
2174 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2175 T:      git git://git.code.sf.net/p/adi-linux/code
2176 W:      http://blackfin.uclinux.org
2177 S:      Supported
2178 F:      arch/blackfin/
2179
2180 BLACKFIN EMAC DRIVER
2181 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2182 W:      http://blackfin.uclinux.org
2183 S:      Supported
2184 F:      drivers/net/ethernet/adi/
2185
2186 BLACKFIN RTC DRIVER
2187 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2188 W:      http://blackfin.uclinux.org
2189 S:      Supported
2190 F:      drivers/rtc/rtc-bfin.c
2191
2192 BLACKFIN SDH DRIVER
2193 M:      Sonic Zhang <sonic.zhang@analog.com>
2194 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2195 W:      http://blackfin.uclinux.org
2196 S:      Supported
2197 F:      drivers/mmc/host/bfin_sdh.c
2198
2199 BLACKFIN SERIAL DRIVER
2200 M:      Sonic Zhang <sonic.zhang@analog.com>
2201 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2202 W:      http://blackfin.uclinux.org
2203 S:      Supported
2204 F:      drivers/tty/serial/bfin_uart.c
2205
2206 BLACKFIN WATCHDOG DRIVER
2207 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2208 W:      http://blackfin.uclinux.org
2209 S:      Supported
2210 F:      drivers/watchdog/bfin_wdt.c
2211
2212 BLACKFIN I2C TWI DRIVER
2213 M:      Sonic Zhang <sonic.zhang@analog.com>
2214 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2215 W:      http://blackfin.uclinux.org/
2216 S:      Supported
2217 F:      drivers/i2c/busses/i2c-bfin-twi.c
2218
2219 BLACKFIN MEDIA DRIVER
2220 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2221 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2222 W:      http://blackfin.uclinux.org/
2223 S:      Supported
2224 F:      drivers/media/platform/blackfin/
2225 F:      drivers/media/i2c/adv7183*
2226 F:      drivers/media/i2c/vs6624*
2227
2228 BLINKM RGB LED DRIVER
2229 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2230 S:      Maintained
2231 F:      drivers/leds/leds-blinkm.c
2232
2233 BLOCK LAYER
2234 M:      Jens Axboe <axboe@kernel.dk>
2235 L:      linux-block@vger.kernel.org
2236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2237 S:      Maintained
2238 F:      block/
2239 F:      kernel/trace/blktrace.c
2240
2241 BLOCK2MTD DRIVER
2242 M:      Joern Engel <joern@lazybastard.org>
2243 L:      linux-mtd@lists.infradead.org
2244 S:      Maintained
2245 F:      drivers/mtd/devices/block2mtd.c
2246
2247 BLUETOOTH DRIVERS
2248 M:      Marcel Holtmann <marcel@holtmann.org>
2249 M:      Gustavo Padovan <gustavo@padovan.org>
2250 M:      Johan Hedberg <johan.hedberg@gmail.com>
2251 L:      linux-bluetooth@vger.kernel.org
2252 W:      http://www.bluez.org/
2253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2255 S:      Maintained
2256 F:      drivers/bluetooth/
2257
2258 BLUETOOTH SUBSYSTEM
2259 M:      Marcel Holtmann <marcel@holtmann.org>
2260 M:      Gustavo Padovan <gustavo@padovan.org>
2261 M:      Johan Hedberg <johan.hedberg@gmail.com>
2262 L:      linux-bluetooth@vger.kernel.org
2263 W:      http://www.bluez.org/
2264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2266 S:      Maintained
2267 F:      net/bluetooth/
2268 F:      include/net/bluetooth/
2269
2270 BONDING DRIVER
2271 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2272 M:      Veaceslav Falico <vfalico@gmail.com>
2273 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2274 L:      netdev@vger.kernel.org
2275 W:      http://sourceforge.net/projects/bonding/
2276 S:      Supported
2277 F:      drivers/net/bonding/
2278 F:      include/uapi/linux/if_bonding.h
2279
2280 BPF (Safe dynamic programs and tools)
2281 M:      Alexei Starovoitov <ast@kernel.org>
2282 L:      netdev@vger.kernel.org
2283 L:      linux-kernel@vger.kernel.org
2284 S:      Supported
2285 F:      kernel/bpf/
2286
2287 BROADCOM B44 10/100 ETHERNET DRIVER
2288 M:      Gary Zambrano <zambrano@broadcom.com>
2289 L:      netdev@vger.kernel.org
2290 S:      Supported
2291 F:      drivers/net/ethernet/broadcom/b44.*
2292
2293 BROADCOM GENET ETHERNET DRIVER
2294 M:      Florian Fainelli <f.fainelli@gmail.com>
2295 L:      netdev@vger.kernel.org
2296 S:      Supported
2297 F:      drivers/net/ethernet/broadcom/genet/
2298
2299 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2300 M:      Sony Chacko <sony.chacko@qlogic.com>
2301 M:      Dept-HSGLinuxNICDev@qlogic.com
2302 L:      netdev@vger.kernel.org
2303 S:      Supported
2304 F:      drivers/net/ethernet/broadcom/bnx2.*
2305 F:      drivers/net/ethernet/broadcom/bnx2_*
2306
2307 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2308 M:      Ariel Elior <ariel.elior@qlogic.com>
2309 L:      netdev@vger.kernel.org
2310 S:      Supported
2311 F:      drivers/net/ethernet/broadcom/bnx2x/
2312
2313 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2314 M:      Florian Fainelli <f.fainelli@gmail.com>
2315 M:      Ray Jui <rjui@broadcom.com>
2316 M:      Scott Branden <sbranden@broadcom.com>
2317 L:      bcm-kernel-feedback-list@broadcom.com
2318 T:      git git://github.com/broadcom/mach-bcm
2319 S:      Maintained
2320 F:      arch/arm/mach-bcm/
2321 F:      arch/arm/boot/dts/bcm113*
2322 F:      arch/arm/boot/dts/bcm216*
2323 F:      arch/arm/boot/dts/bcm281*
2324 F:      arch/arm/configs/bcm_defconfig
2325 F:      drivers/mmc/host/sdhci-bcm-kona.c
2326 F:      drivers/clocksource/bcm_kona_timer.c
2327
2328 BROADCOM BCM2835 ARM ARCHITECTURE
2329 M:      Stephen Warren <swarren@wwwdotorg.org>
2330 M:      Lee Jones <lee@kernel.org>
2331 M:      Eric Anholt <eric@anholt.net>
2332 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2335 S:      Maintained
2336 N:      bcm2835
2337
2338 BROADCOM BCM33XX MIPS ARCHITECTURE
2339 M:      Kevin Cernekee <cernekee@gmail.com>
2340 L:      linux-mips@linux-mips.org
2341 S:      Maintained
2342 F:      arch/mips/bcm3384/*
2343 F:      arch/mips/include/asm/mach-bcm3384/*
2344 F:      arch/mips/kernel/*bmips*
2345
2346 BROADCOM BCM47XX MIPS ARCHITECTURE
2347 M:      Hauke Mehrtens <hauke@hauke-m.de>
2348 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2349 L:      linux-mips@linux-mips.org
2350 S:      Maintained
2351 F:      arch/mips/bcm47xx/*
2352 F:      arch/mips/include/asm/mach-bcm47xx/*
2353
2354 BROADCOM BCM5301X ARM ARCHITECTURE
2355 M:      Hauke Mehrtens <hauke@hauke-m.de>
2356 L:      linux-arm-kernel@lists.infradead.org
2357 S:      Maintained
2358 F:      arch/arm/mach-bcm/bcm_5301x.c
2359 F:      arch/arm/boot/dts/bcm5301x.dtsi
2360 F:      arch/arm/boot/dts/bcm470*
2361
2362 BROADCOM BCM63XX ARM ARCHITECTURE
2363 M:      Florian Fainelli <f.fainelli@gmail.com>
2364 L:      linux-arm-kernel@lists.infradead.org
2365 T:      git git://github.com/broadcom/arm-bcm63xx.git
2366 S:      Maintained
2367 F:      arch/arm/mach-bcm/bcm63xx.c
2368 F:      arch/arm/include/debug/bcm63xx.S
2369
2370 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2371 M:      Kevin Cernekee <cernekee@gmail.com>
2372 L:      linux-usb@vger.kernel.org
2373 S:      Maintained
2374 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2375
2376 BROADCOM BCM7XXX ARM ARCHITECTURE
2377 M:      Brian Norris <computersforpeace@gmail.com>
2378 M:      Gregory Fong <gregory.0xf0@gmail.com>
2379 M:      Florian Fainelli <f.fainelli@gmail.com>
2380 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2381 T:      git git://github.com/broadcom/stblinux.git
2382 S:      Maintained
2383 F:      arch/arm/mach-bcm/*brcmstb*
2384 F:      arch/arm/boot/dts/bcm7*.dts*
2385 F:      drivers/bus/brcmstb_gisb.c
2386 N:      brcmstb
2387
2388 BROADCOM BMIPS MIPS ARCHITECTURE
2389 M:      Kevin Cernekee <cernekee@gmail.com>
2390 M:      Florian Fainelli <f.fainelli@gmail.com>
2391 L:      linux-mips@linux-mips.org
2392 T:      git git://github.com/broadcom/stblinux.git
2393 S:      Maintained
2394 F:      arch/mips/bmips/*
2395 F:      arch/mips/include/asm/mach-bmips/*
2396 F:      arch/mips/kernel/*bmips*
2397 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2398 F:      drivers/irqchip/irq-bcm7*
2399 F:      drivers/irqchip/irq-brcmstb*
2400
2401 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2402 M:      Prashant Sreedharan <prashant@broadcom.com>
2403 M:      Michael Chan <mchan@broadcom.com>
2404 L:      netdev@vger.kernel.org
2405 S:      Supported
2406 F:      drivers/net/ethernet/broadcom/tg3.*
2407
2408 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2409 M:      Brett Rudley <brudley@broadcom.com>
2410 M:      Arend van Spriel <arend@broadcom.com>
2411 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2412 M:      Hante Meuleman <meuleman@broadcom.com>
2413 L:      linux-wireless@vger.kernel.org
2414 L:      brcm80211-dev-list@broadcom.com
2415 S:      Supported
2416 F:      drivers/net/wireless/brcm80211/
2417
2418 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2419 M:      QLogic-Storage-Upstream@qlogic.com
2420 L:      linux-scsi@vger.kernel.org
2421 S:      Supported
2422 F:      drivers/scsi/bnx2fc/
2423
2424 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2425 M:      QLogic-Storage-Upstream@qlogic.com
2426 L:      linux-scsi@vger.kernel.org
2427 S:      Supported
2428 F:      drivers/scsi/bnx2i/
2429
2430 BROADCOM IPROC ARM ARCHITECTURE
2431 M:      Ray Jui <rjui@broadcom.com>
2432 M:      Scott Branden <sbranden@broadcom.com>
2433 M:      Jon Mason <jonmason@broadcom.com>
2434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2435 L:      bcm-kernel-feedback-list@broadcom.com
2436 T:      git git://github.com/broadcom/cygnus-linux.git
2437 S:      Maintained
2438 N:      iproc
2439 N:      cygnus
2440 N:      nsp
2441 N:      bcm9113*
2442 N:      bcm9583*
2443 N:      bcm9585*
2444 N:      bcm9586*
2445 N:      bcm988312
2446 N:      bcm113*
2447 N:      bcm583*
2448 N:      bcm585*
2449 N:      bcm586*
2450 N:      bcm88312
2451
2452 BROADCOM BRCMSTB GPIO DRIVER
2453 M:      Gregory Fong <gregory.0xf0@gmail.com>
2454 L:      bcm-kernel-feedback-list@broadcom.com>
2455 S:      Supported
2456 F:      drivers/gpio/gpio-brcmstb.c
2457 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2458
2459 BROADCOM KONA GPIO DRIVER
2460 M:      Ray Jui <rjui@broadcom.com>
2461 L:      bcm-kernel-feedback-list@broadcom.com
2462 S:      Supported
2463 F:      drivers/gpio/gpio-bcm-kona.c
2464 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2465
2466 BROADCOM NVRAM DRIVER
2467 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2468 L:      linux-mips@linux-mips.org
2469 S:      Maintained
2470 F:      drivers/firmware/broadcom/*
2471
2472 BROADCOM STB NAND FLASH DRIVER
2473 M:      Brian Norris <computersforpeace@gmail.com>
2474 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2475 L:      linux-mtd@lists.infradead.org
2476 L:      bcm-kernel-feedback-list@broadcom.com
2477 S:      Maintained
2478 F:      drivers/mtd/nand/brcmnand/
2479
2480 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2481 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2482 L:      linux-wireless@vger.kernel.org
2483 S:      Maintained
2484 F:      drivers/bcma/
2485 F:      include/linux/bcma/
2486
2487 BROADCOM SYSTEMPORT ETHERNET DRIVER
2488 M:      Florian Fainelli <f.fainelli@gmail.com>
2489 L:      netdev@vger.kernel.org
2490 S:      Supported
2491 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2492
2493 BROCADE BFA FC SCSI DRIVER
2494 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2495 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2496 L:      linux-scsi@vger.kernel.org
2497 S:      Supported
2498 F:      drivers/scsi/bfa/
2499
2500 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2501 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2502 L:      netdev@vger.kernel.org
2503 S:      Supported
2504 F:      drivers/net/ethernet/brocade/bna/
2505
2506 BSG (block layer generic sg v4 driver)
2507 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2508 L:      linux-scsi@vger.kernel.org
2509 S:      Supported
2510 F:      block/bsg.c
2511 F:      include/linux/bsg.h
2512 F:      include/uapi/linux/bsg.h
2513
2514 BT87X AUDIO DRIVER
2515 M:      Clemens Ladisch <clemens@ladisch.de>
2516 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2517 T:      git git://git.alsa-project.org/alsa-kernel.git
2518 S:      Maintained
2519 F:      Documentation/sound/alsa/Bt87x.txt
2520 F:      sound/pci/bt87x.c
2521
2522 BT8XXGPIO DRIVER
2523 M:      Michael Buesch <m@bues.ch>
2524 W:      http://bu3sch.de/btgpio.php
2525 S:      Maintained
2526 F:      drivers/gpio/gpio-bt8xx.c
2527
2528 BTRFS FILE SYSTEM
2529 M:      Chris Mason <clm@fb.com>
2530 M:      Josef Bacik <jbacik@fb.com>
2531 M:      David Sterba <dsterba@suse.com>
2532 L:      linux-btrfs@vger.kernel.org
2533 W:      http://btrfs.wiki.kernel.org/
2534 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2536 S:      Maintained
2537 F:      Documentation/filesystems/btrfs.txt
2538 F:      fs/btrfs/
2539
2540 BTTV VIDEO4LINUX DRIVER
2541 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2542 L:      linux-media@vger.kernel.org
2543 W:      http://linuxtv.org
2544 T:      git git://linuxtv.org/media_tree.git
2545 S:      Odd fixes
2546 F:      Documentation/video4linux/bttv/
2547 F:      drivers/media/pci/bt8xx/bttv*
2548
2549 BUSLOGIC SCSI DRIVER
2550 M:      Khalid Aziz <khalid@gonehiking.org>
2551 L:      linux-scsi@vger.kernel.org
2552 S:      Maintained
2553 F:      drivers/scsi/BusLogic.*
2554 F:      drivers/scsi/FlashPoint.*
2555
2556 C-MEDIA CMI8788 DRIVER
2557 M:      Clemens Ladisch <clemens@ladisch.de>
2558 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2559 T:      git git://git.alsa-project.org/alsa-kernel.git
2560 S:      Maintained
2561 F:      sound/pci/oxygen/
2562
2563 C6X ARCHITECTURE
2564 M:      Mark Salter <msalter@redhat.com>
2565 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2566 L:      linux-c6x-dev@linux-c6x.org
2567 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2568 S:      Maintained
2569 F:      arch/c6x/
2570
2571 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2572 M:      David Howells <dhowells@redhat.com>
2573 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2574 S:      Supported
2575 F:      Documentation/filesystems/caching/cachefiles.txt
2576 F:      fs/cachefiles/
2577
2578 CADET FM/AM RADIO RECEIVER DRIVER
2579 M:      Hans Verkuil <hverkuil@xs4all.nl>
2580 L:      linux-media@vger.kernel.org
2581 T:      git git://linuxtv.org/media_tree.git
2582 W:      http://linuxtv.org
2583 S:      Maintained
2584 F:      drivers/media/radio/radio-cadet*
2585
2586 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2587 M:      Jonathan Corbet <corbet@lwn.net>
2588 L:      linux-media@vger.kernel.org
2589 T:      git git://linuxtv.org/media_tree.git
2590 S:      Maintained
2591 F:      Documentation/video4linux/cafe_ccic
2592 F:      drivers/media/platform/marvell-ccic/
2593
2594 CAIF NETWORK LAYER
2595 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2596 L:      netdev@vger.kernel.org
2597 S:      Supported
2598 F:      Documentation/networking/caif/
2599 F:      drivers/net/caif/
2600 F:      include/uapi/linux/caif/
2601 F:      include/net/caif/
2602 F:      net/caif/
2603
2604 CALGARY x86-64 IOMMU
2605 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2606 M:      "Jon D. Mason" <jdmason@kudzu.us>
2607 L:      discuss@x86-64.org
2608 S:      Maintained
2609 F:      arch/x86/kernel/pci-calgary_64.c
2610 F:      arch/x86/kernel/tce_64.c
2611 F:      arch/x86/include/asm/calgary.h
2612 F:      arch/x86/include/asm/tce.h
2613
2614 CAN NETWORK LAYER
2615 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2616 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2617 L:      linux-can@vger.kernel.org
2618 W:      https://github.com/linux-can
2619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2621 S:      Maintained
2622 F:      Documentation/networking/can.txt
2623 F:      net/can/
2624 F:      include/linux/can/core.h
2625 F:      include/uapi/linux/can.h
2626 F:      include/uapi/linux/can/bcm.h
2627 F:      include/uapi/linux/can/raw.h
2628 F:      include/uapi/linux/can/gw.h
2629
2630 CAN NETWORK DRIVERS
2631 M:      Wolfgang Grandegger <wg@grandegger.com>
2632 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2633 L:      linux-can@vger.kernel.org
2634 W:      https://github.com/linux-can
2635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2637 S:      Maintained
2638 F:      drivers/net/can/
2639 F:      include/linux/can/dev.h
2640 F:      include/linux/can/platform/
2641 F:      include/uapi/linux/can/error.h
2642 F:      include/uapi/linux/can/netlink.h
2643
2644 CAPABILITIES
2645 M:      Serge Hallyn <serge.hallyn@canonical.com>
2646 L:      linux-security-module@vger.kernel.org
2647 S:      Supported
2648 F:      include/linux/capability.h
2649 F:      include/uapi/linux/capability.h
2650 F:      security/commoncap.c
2651 F:      kernel/capability.c
2652
2653 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2654 M:      Kevin Tsai <ktsai@capellamicro.com>
2655 S:      Maintained
2656 F:      drivers/iio/light/cm*
2657 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2658
2659 CAVIUM LIQUIDIO NETWORK DRIVER
2660 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2661 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2662 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2663 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2664 L:     netdev@vger.kernel.org
2665 W:     http://www.cavium.com
2666 S:     Supported
2667 F:     drivers/net/ethernet/cavium/liquidio/
2668
2669 CC2520 IEEE-802.15.4 RADIO DRIVER
2670 M:      Varka Bhadram <varkabhadram@gmail.com>
2671 L:      linux-wpan@vger.kernel.org
2672 S:      Maintained
2673 F:      drivers/net/ieee802154/cc2520.c
2674 F:      include/linux/spi/cc2520.h
2675 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2676
2677 CEC DRIVER
2678 M:      Hans Verkuil <hans.verkuil@cisco.com>
2679 L:      linux-media@vger.kernel.org
2680 T:      git git://linuxtv.org/media_tree.git
2681 W:      http://linuxtv.org
2682 S:      Supported
2683 F:      Documentation/cec.txt
2684 F:      Documentation/DocBook/media/v4l/cec*
2685 F:      drivers/staging/media/cec/
2686 F:      drivers/media/cec-edid.c
2687 F:      drivers/media/rc/keymaps/rc-cec.c
2688 F:      include/media/cec.h
2689 F:      include/media/cec-edid.h
2690 F:      include/linux/cec.h
2691 F:      include/linux/cec-funcs.h
2692
2693 CELL BROADBAND ENGINE ARCHITECTURE
2694 M:      Arnd Bergmann <arnd@arndb.de>
2695 L:      linuxppc-dev@lists.ozlabs.org
2696 W:      http://www.ibm.com/developerworks/power/cell/
2697 S:      Supported
2698 F:      arch/powerpc/include/asm/cell*.h
2699 F:      arch/powerpc/include/asm/spu*.h
2700 F:      arch/powerpc/include/uapi/asm/spu*.h
2701 F:      arch/powerpc/oprofile/*cell*
2702 F:      arch/powerpc/platforms/cell/
2703
2704 CEPH COMMON CODE (LIBCEPH)
2705 M:      Ilya Dryomov <idryomov@gmail.com>
2706 M:      "Yan, Zheng" <zyan@redhat.com>
2707 M:      Sage Weil <sage@redhat.com>
2708 L:      ceph-devel@vger.kernel.org
2709 W:      http://ceph.com/
2710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2711 T:      git git://github.com/ceph/ceph-client.git
2712 S:      Supported
2713 F:      net/ceph/
2714 F:      include/linux/ceph/
2715 F:      include/linux/crush/
2716
2717 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2718 M:      "Yan, Zheng" <zyan@redhat.com>
2719 M:      Sage Weil <sage@redhat.com>
2720 M:      Ilya Dryomov <idryomov@gmail.com>
2721 L:      ceph-devel@vger.kernel.org
2722 W:      http://ceph.com/
2723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2724 T:      git git://github.com/ceph/ceph-client.git
2725 S:      Supported
2726 F:      Documentation/filesystems/ceph.txt
2727 F:      fs/ceph/
2728
2729 CERTIFICATE HANDLING:
2730 M:      David Howells <dhowells@redhat.com>
2731 M:      David Woodhouse <dwmw2@infradead.org>
2732 L:      keyrings@linux-nfs.org
2733 S:      Maintained
2734 F:      Documentation/module-signing.txt
2735 F:      certs/
2736 F:      scripts/extract-cert.c
2737
2738 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2739 L:      linux-usb@vger.kernel.org
2740 S:      Orphan
2741 F:      Documentation/usb/WUSB-Design-overview.txt
2742 F:      Documentation/usb/wusb-cbaf
2743 F:      drivers/usb/host/hwa-hc.c
2744 F:      drivers/usb/host/whci/
2745 F:      drivers/usb/wusbcore/
2746 F:      include/linux/usb/wusb*
2747
2748 CFAG12864B LCD DRIVER
2749 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2750 W:      http://miguelojeda.es/auxdisplay.htm
2751 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2752 S:      Maintained
2753 F:      drivers/auxdisplay/cfag12864b.c
2754 F:      include/linux/cfag12864b.h
2755
2756 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2757 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2758 W:      http://miguelojeda.es/auxdisplay.htm
2759 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2760 S:      Maintained
2761 F:      drivers/auxdisplay/cfag12864bfb.c
2762 F:      include/linux/cfag12864b.h
2763
2764 CFG80211 and NL80211
2765 M:      Johannes Berg <johannes@sipsolutions.net>
2766 L:      linux-wireless@vger.kernel.org
2767 W:      http://wireless.kernel.org/
2768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2770 S:      Maintained
2771 F:      include/uapi/linux/nl80211.h
2772 F:      include/net/cfg80211.h
2773 F:      net/wireless/*
2774 X:      net/wireless/wext*
2775
2776 CHAR and MISC DRIVERS
2777 M:      Arnd Bergmann <arnd@arndb.de>
2778 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2780 S:      Supported
2781 F:      drivers/char/*
2782 F:      drivers/misc/*
2783 F:      include/linux/miscdevice.h
2784
2785 CHECKPATCH
2786 M:      Andy Whitcroft <apw@canonical.com>
2787 M:      Joe Perches <joe@perches.com>
2788 S:      Maintained
2789 F:      scripts/checkpatch.pl
2790
2791 CHINESE DOCUMENTATION
2792 M:      Harry Wei <harryxiyou@gmail.com>
2793 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2794 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2795 S:      Maintained
2796 F:      Documentation/zh_CN/
2797
2798 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2799 M:      Peter Chen <Peter.Chen@freescale.com>
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2801 L:      linux-usb@vger.kernel.org
2802 S:      Maintained
2803 F:      drivers/usb/chipidea/
2804
2805 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2806 M:      Hans de Goede <hdegoede@redhat.com>
2807 L:      linux-input@vger.kernel.org
2808 S:      Maintained
2809 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2810 F:      drivers/input/touchscreen/chipone_icn8318.c
2811
2812 CHROME HARDWARE PLATFORM SUPPORT
2813 M:      Olof Johansson <olof@lixom.net>
2814 S:      Maintained
2815 F:      drivers/platform/chrome/
2816
2817 CISCO VIC ETHERNET NIC DRIVER
2818 M:      Christian Benvenuti <benve@cisco.com>
2819 M:      Sujith Sankar <ssujith@cisco.com>
2820 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2821 M:      Neel Patel <neepatel@cisco.com>
2822 S:      Supported
2823 F:      drivers/net/ethernet/cisco/enic/
2824
2825 CISCO VIC LOW LATENCY NIC DRIVER
2826 M:      Christian Benvenuti <benve@cisco.com>
2827 M:      Dave Goodell <dgoodell@cisco.com>
2828 S:      Supported
2829 F:      drivers/infiniband/hw/usnic/
2830
2831 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2832 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2833 L:      netdev@vger.kernel.org
2834 S:      Maintained
2835 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2836
2837 CIRRUS LOGIC AUDIO CODEC DRIVERS
2838 M:      Brian Austin <brian.austin@cirrus.com>
2839 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2840 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2841 S:      Maintained
2842 F:      sound/soc/codecs/cs*
2843
2844 CLEANCACHE API
2845 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2846 L:      linux-kernel@vger.kernel.org
2847 S:      Maintained
2848 F:      mm/cleancache.c
2849 F:      include/linux/cleancache.h
2850
2851 CLK API
2852 M:      Russell King <linux@arm.linux.org.uk>
2853 L:      linux-clk@vger.kernel.org
2854 S:      Maintained
2855 F:      include/linux/clk.h
2856
2857 CLOCKSOURCE, CLOCKEVENT DRIVERS
2858 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2859 M:      Thomas Gleixner <tglx@linutronix.de>
2860 L:      linux-kernel@vger.kernel.org
2861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2862 S:      Supported
2863 F:      drivers/clocksource
2864
2865 CISCO FCOE HBA DRIVER
2866 M:      Hiral Patel <hiralpat@cisco.com>
2867 M:      Suma Ramars <sramars@cisco.com>
2868 M:      Brian Uchino <buchino@cisco.com>
2869 L:      linux-scsi@vger.kernel.org
2870 S:      Supported
2871 F:      drivers/scsi/fnic/
2872
2873 CISCO SCSI HBA DRIVER
2874 M:      Narsimhulu Musini <nmusini@cisco.com>
2875 M:      Sesidhar Baddela <sebaddel@cisco.com>
2876 L:      linux-scsi@vger.kernel.org
2877 S:      Supported
2878 F:      drivers/scsi/snic/
2879
2880 CMPC ACPI DRIVER
2881 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2882 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2883 L:      platform-driver-x86@vger.kernel.org
2884 S:      Supported
2885 F:      drivers/platform/x86/classmate-laptop.c
2886
2887 COBALT MEDIA DRIVER
2888 M:      Hans Verkuil <hans.verkuil@cisco.com>
2889 L:      linux-media@vger.kernel.org
2890 T:      git git://linuxtv.org/media_tree.git
2891 W:      http://linuxtv.org
2892 S:      Supported
2893 F:      drivers/media/pci/cobalt/
2894
2895 COCCINELLE/Semantic Patches (SmPL)
2896 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2897 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2898 M:      Nicolas Palix <nicolas.palix@imag.fr>
2899 M:      Michal Marek <mmarek@suse.com>
2900 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2902 W:      http://coccinelle.lip6.fr/
2903 S:      Supported
2904 F:      Documentation/coccinelle.txt
2905 F:      scripts/coccinelle/
2906 F:      scripts/coccicheck
2907
2908 CODA FILE SYSTEM
2909 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2910 M:      coda@cs.cmu.edu
2911 L:      codalist@coda.cs.cmu.edu
2912 W:      http://www.coda.cs.cmu.edu/
2913 S:      Maintained
2914 F:      Documentation/filesystems/coda.txt
2915 F:      fs/coda/
2916 F:      include/linux/coda*.h
2917 F:      include/uapi/linux/coda*.h
2918
2919 CODA V4L2 MEM2MEM DRIVER
2920 M:      Philipp Zabel <p.zabel@pengutronix.de>
2921 L:      linux-media@vger.kernel.org
2922 S:      Maintained
2923 F:      Documentation/devicetree/bindings/media/coda.txt
2924 F:      drivers/media/platform/coda/
2925
2926 COMMON CLK FRAMEWORK
2927 M:      Michael Turquette <mturquette@baylibre.com>
2928 M:      Stephen Boyd <sboyd@codeaurora.org>
2929 L:      linux-clk@vger.kernel.org
2930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2931 S:      Maintained
2932 F:      drivers/clk/
2933 X:      drivers/clk/clkdev.c
2934 F:      include/linux/clk-pr*
2935 F:      include/linux/clk/
2936
2937 COMMON INTERNET FILE SYSTEM (CIFS)
2938 M:      Steve French <sfrench@samba.org>
2939 L:      linux-cifs@vger.kernel.org
2940 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2941 W:      http://linux-cifs.samba.org/
2942 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2943 S:      Supported
2944 F:      Documentation/filesystems/cifs/
2945 F:      fs/cifs/
2946
2947 COMPACTPCI HOTPLUG CORE
2948 M:      Scott Murray <scott@spiteful.org>
2949 L:      linux-pci@vger.kernel.org
2950 S:      Maintained
2951 F:      drivers/pci/hotplug/cpci_hotplug*
2952
2953 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2954 M:      Scott Murray <scott@spiteful.org>
2955 L:      linux-pci@vger.kernel.org
2956 S:      Maintained
2957 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2958
2959 COMPACTPCI HOTPLUG GENERIC DRIVER
2960 M:      Scott Murray <scott@spiteful.org>
2961 L:      linux-pci@vger.kernel.org
2962 S:      Maintained
2963 F:      drivers/pci/hotplug/cpcihp_generic.c
2964
2965 COMPAL LAPTOP SUPPORT
2966 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2967 L:      platform-driver-x86@vger.kernel.org
2968 S:      Maintained
2969 F:      drivers/platform/x86/compal-laptop.c
2970
2971 CONEXANT ACCESSRUNNER USB DRIVER
2972 L:      accessrunner-general@lists.sourceforge.net
2973 W:      http://accessrunner.sourceforge.net/
2974 S:      Orphan
2975 F:      drivers/usb/atm/cxacru.c
2976
2977 CONFIGFS
2978 M:      Joel Becker <jlbec@evilplan.org>
2979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2980 S:      Supported
2981 F:      fs/configfs/
2982 F:      include/linux/configfs.h
2983
2984 CONNECTOR
2985 M:      Evgeniy Polyakov <zbr@ioremap.net>
2986 L:      netdev@vger.kernel.org
2987 S:      Maintained
2988 F:      drivers/connector/
2989
2990 CONTROL GROUP (CGROUP)
2991 M:      Tejun Heo <tj@kernel.org>
2992 M:      Li Zefan <lizefan@huawei.com>
2993 M:      Johannes Weiner <hannes@cmpxchg.org>
2994 L:      cgroups@vger.kernel.org
2995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2996 S:      Maintained
2997 F:      Documentation/cgroups/
2998 F:      include/linux/cgroup*
2999 F:      kernel/cgroup*
3000
3001 CONTROL GROUP - CPUSET
3002 M:      Li Zefan <lizefan@huawei.com>
3003 L:      cgroups@vger.kernel.org
3004 W:      http://www.bullopensource.org/cpuset/
3005 W:      http://oss.sgi.com/projects/cpusets/
3006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3007 S:      Maintained
3008 F:      Documentation/cgroups/cpusets.txt
3009 F:      include/linux/cpuset.h
3010 F:      kernel/cpuset.c
3011
3012 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3013 M:      Johannes Weiner <hannes@cmpxchg.org>
3014 M:      Michal Hocko <mhocko@kernel.org>
3015 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3016 L:      cgroups@vger.kernel.org
3017 L:      linux-mm@kvack.org
3018 S:      Maintained
3019 F:      mm/memcontrol.c
3020 F:      mm/swap_cgroup.c
3021
3022 CORETEMP HARDWARE MONITORING DRIVER
3023 M:      Fenghua Yu <fenghua.yu@intel.com>
3024 L:      linux-hwmon@vger.kernel.org
3025 S:      Maintained
3026 F:      Documentation/hwmon/coretemp
3027 F:      drivers/hwmon/coretemp.c
3028
3029 COSA/SRP SYNC SERIAL DRIVER
3030 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3031 W:      http://www.fi.muni.cz/~kas/cosa/
3032 S:      Maintained
3033 F:      drivers/net/wan/cosa*
3034
3035 CPMAC ETHERNET DRIVER
3036 M:      Florian Fainelli <florian@openwrt.org>
3037 L:      netdev@vger.kernel.org
3038 S:      Maintained
3039 F:      drivers/net/ethernet/ti/cpmac.c
3040
3041 CPU FREQUENCY DRIVERS
3042 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3043 M:      Viresh Kumar <viresh.kumar@linaro.org>
3044 L:      linux-pm@vger.kernel.org
3045 S:      Maintained
3046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3047 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3048 F:      drivers/cpufreq/
3049 F:      include/linux/cpufreq.h
3050
3051 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3052 M:      Viresh Kumar <viresh.kumar@linaro.org>
3053 M:      Sudeep Holla <sudeep.holla@arm.com>
3054 L:      linux-pm@vger.kernel.org
3055 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3056 S:      Maintained
3057 F:      drivers/cpufreq/arm_big_little.h
3058 F:      drivers/cpufreq/arm_big_little.c
3059 F:      drivers/cpufreq/arm_big_little_dt.c
3060
3061 CPUIDLE DRIVER - ARM BIG LITTLE
3062 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3063 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3064 L:      linux-pm@vger.kernel.org
3065 L:      linux-arm-kernel@lists.infradead.org
3066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3067 S:      Maintained
3068 F:      drivers/cpuidle/cpuidle-big_little.c
3069
3070 CPUIDLE DRIVER - ARM EXYNOS
3071 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3072 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3073 M:      Kukjin Kim <kgene@kernel.org>
3074 L:      linux-pm@vger.kernel.org
3075 L:      linux-samsung-soc@vger.kernel.org
3076 S:      Supported
3077 F:      drivers/cpuidle/cpuidle-exynos.c
3078 F:      arch/arm/mach-exynos/pm.c
3079
3080 CPUIDLE DRIVERS
3081 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3082 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3083 L:      linux-pm@vger.kernel.org
3084 S:      Maintained
3085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3086 F:      drivers/cpuidle/*
3087 F:      include/linux/cpuidle.h
3088
3089 CPUID/MSR DRIVER
3090 M:      "H. Peter Anvin" <hpa@zytor.com>
3091 S:      Maintained
3092 F:      arch/x86/kernel/cpuid.c
3093 F:      arch/x86/kernel/msr.c
3094
3095 CPU POWER MONITORING SUBSYSTEM
3096 M:      Thomas Renninger <trenn@suse.com>
3097 L:      linux-pm@vger.kernel.org
3098 S:      Maintained
3099 F:      tools/power/cpupower/
3100
3101 CRAMFS FILESYSTEM
3102 W:      http://sourceforge.net/projects/cramfs/
3103 S:      Orphan / Obsolete
3104 F:      Documentation/filesystems/cramfs.txt
3105 F:      fs/cramfs/
3106
3107 CRIS PORT
3108 M:      Mikael Starvik <starvik@axis.com>
3109 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3110 L:      linux-cris-kernel@axis.com
3111 W:      http://developer.axis.com
3112 S:      Maintained
3113 F:      arch/cris/
3114 F:      drivers/tty/serial/crisv10.*
3115
3116 CRYPTO API
3117 M:      Herbert Xu <herbert@gondor.apana.org.au>
3118 M:      "David S. Miller" <davem@davemloft.net>
3119 L:      linux-crypto@vger.kernel.org
3120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3121 S:      Maintained
3122 F:      Documentation/crypto/
3123 F:      Documentation/DocBook/crypto-API.tmpl
3124 F:      arch/*/crypto/
3125 F:      crypto/
3126 F:      drivers/crypto/
3127 F:      include/crypto/
3128
3129 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3130 M:      Neil Horman <nhorman@tuxdriver.com>
3131 L:      linux-crypto@vger.kernel.org
3132 S:      Maintained
3133 F:      crypto/ansi_cprng.c
3134 F:      crypto/rng.c
3135
3136 CS5535 Audio ALSA driver
3137 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3138 S:      Maintained
3139 F:      sound/pci/cs5535audio/
3140
3141 CW1200 WLAN driver
3142 M:      Solomon Peachy <pizza@shaftnet.org>
3143 S:      Maintained
3144 F:      drivers/net/wireless/cw1200/
3145
3146 CX18 VIDEO4LINUX DRIVER
3147 M:      Andy Walls <awalls@md.metrocast.net>
3148 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3149 L:      linux-media@vger.kernel.org
3150 T:      git git://linuxtv.org/media_tree.git
3151 W:      http://linuxtv.org
3152 W:      http://www.ivtvdriver.org/index.php/Cx18
3153 S:      Maintained
3154 F:      Documentation/video4linux/cx18.txt
3155 F:      drivers/media/pci/cx18/
3156 F:      include/uapi/linux/ivtv*
3157
3158 CX2341X MPEG ENCODER HELPER MODULE
3159 M:      Hans Verkuil <hverkuil@xs4all.nl>
3160 L:      linux-media@vger.kernel.org
3161 T:      git git://linuxtv.org/media_tree.git
3162 W:      http://linuxtv.org
3163 S:      Maintained
3164 F:      drivers/media/common/cx2341x*
3165 F:      include/media/cx2341x*
3166
3167 CX24120 MEDIA DRIVER
3168 M:      Jemma Denson <jdenson@gmail.com>
3169 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3170 L:      linux-media@vger.kernel.org
3171 W:      http://linuxtv.org/
3172 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3173 S:      Maintained
3174 F:      drivers/media/dvb-frontends/cx24120*
3175
3176 CX88 VIDEO4LINUX DRIVER
3177 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3178 L:      linux-media@vger.kernel.org
3179 W:      http://linuxtv.org
3180 T:      git git://linuxtv.org/media_tree.git
3181 S:      Odd fixes
3182 F:      Documentation/video4linux/cx88/
3183 F:      drivers/media/pci/cx88/
3184
3185 CXD2820R MEDIA DRIVER
3186 M:      Antti Palosaari <crope@iki.fi>
3187 L:      linux-media@vger.kernel.org
3188 W:      http://linuxtv.org/
3189 W:      http://palosaari.fi/linux/
3190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3191 T:      git git://linuxtv.org/anttip/media_tree.git
3192 S:      Maintained
3193 F:      drivers/media/dvb-frontends/cxd2820r*
3194
3195 CXGB3 ETHERNET DRIVER (CXGB3)
3196 M:      Santosh Raspatur <santosh@chelsio.com>
3197 L:      netdev@vger.kernel.org
3198 W:      http://www.chelsio.com
3199 S:      Supported
3200 F:      drivers/net/ethernet/chelsio/cxgb3/
3201
3202 CXGB3 ISCSI DRIVER (CXGB3I)
3203 M:      Karen Xie <kxie@chelsio.com>
3204 L:      linux-scsi@vger.kernel.org
3205 W:      http://www.chelsio.com
3206 S:      Supported
3207 F:      drivers/scsi/cxgbi/cxgb3i
3208
3209 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3210 M:      Steve Wise <swise@chelsio.com>
3211 L:      linux-rdma@vger.kernel.org
3212 W:      http://www.openfabrics.org
3213 S:      Supported
3214 F:      drivers/infiniband/hw/cxgb3/
3215
3216 CXGB4 ETHERNET DRIVER (CXGB4)
3217 M:      Hariprasad S <hariprasad@chelsio.com>
3218 L:      netdev@vger.kernel.org
3219 W:      http://www.chelsio.com
3220 S:      Supported
3221 F:      drivers/net/ethernet/chelsio/cxgb4/
3222
3223 CXGB4 ISCSI DRIVER (CXGB4I)
3224 M:      Karen Xie <kxie@chelsio.com>
3225 L:      linux-scsi@vger.kernel.org
3226 W:      http://www.chelsio.com
3227 S:      Supported
3228 F:      drivers/scsi/cxgbi/cxgb4i
3229
3230 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3231 M:      Steve Wise <swise@chelsio.com>
3232 L:      linux-rdma@vger.kernel.org
3233 W:      http://www.openfabrics.org
3234 S:      Supported
3235 F:      drivers/infiniband/hw/cxgb4/
3236
3237 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3238 M:      Casey Leedom <leedom@chelsio.com>
3239 L:      netdev@vger.kernel.org
3240 W:      http://www.chelsio.com
3241 S:      Supported
3242 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3243
3244 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3245 M:      Ian Munsie <imunsie@au1.ibm.com>
3246 M:      Michael Neuling <mikey@neuling.org>
3247 L:      linuxppc-dev@lists.ozlabs.org
3248 S:      Supported
3249 F:      drivers/misc/cxl/
3250 F:      include/misc/cxl*
3251 F:      include/uapi/misc/cxl.h
3252 F:      Documentation/powerpc/cxl.txt
3253 F:      Documentation/powerpc/cxl.txt
3254 F:      Documentation/ABI/testing/sysfs-class-cxl
3255
3256 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3257 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3258 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3259 L:      linux-scsi@vger.kernel.org
3260 S:      Supported
3261 F:      drivers/scsi/cxlflash/
3262 F:      include/uapi/scsi/cxlflash_ioctls.h
3263 F:      Documentation/powerpc/cxlflash.txt
3264
3265 STMMAC ETHERNET DRIVER
3266 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3267 L:      netdev@vger.kernel.org
3268 W:      http://www.stlinux.com
3269 S:      Supported
3270 F:      drivers/net/ethernet/stmicro/stmmac/
3271
3272 CYBERPRO FB DRIVER
3273 M:      Russell King <linux@arm.linux.org.uk>
3274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3275 W:      http://www.arm.linux.org.uk/
3276 S:      Maintained
3277 F:      drivers/video/fbdev/cyber2000fb.*
3278
3279 CYCLADES ASYNC MUX DRIVER
3280 W:      http://www.cyclades.com/
3281 S:      Orphan
3282 F:      drivers/tty/cyclades.c
3283 F:      include/linux/cyclades.h
3284 F:      include/uapi/linux/cyclades.h
3285
3286 CYCLADES PC300 DRIVER
3287 W:      http://www.cyclades.com/
3288 S:      Orphan
3289 F:      drivers/net/wan/pc300*
3290
3291 CYPRESS_FIRMWARE MEDIA DRIVER
3292 M:      Antti Palosaari <crope@iki.fi>
3293 L:      linux-media@vger.kernel.org
3294 W:      http://linuxtv.org/
3295 W:      http://palosaari.fi/linux/
3296 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3297 T:      git git://linuxtv.org/anttip/media_tree.git
3298 S:      Maintained
3299 F:      drivers/media/common/cypress_firmware*
3300
3301 CYTTSP TOUCHSCREEN DRIVER
3302 M:      Ferruh Yigit <fery@cypress.com>
3303 L:      linux-input@vger.kernel.org
3304 S:      Supported
3305 F:      drivers/input/touchscreen/cyttsp*
3306 F:      include/linux/input/cyttsp.h
3307
3308 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3309 M:      Joshua Kinard <kumba@gentoo.org>
3310 S:      Maintained
3311 F:      drivers/rtc/rtc-ds1685.c
3312 F:      include/linux/rtc/ds1685.h
3313
3314 DAMA SLAVE for AX.25
3315 M:      Joerg Reuter <jreuter@yaina.de>
3316 W:      http://yaina.de/jreuter/
3317 W:      http://www.qsl.net/dl1bke/
3318 L:      linux-hams@vger.kernel.org
3319 S:      Maintained
3320 F:      net/ax25/af_ax25.c
3321 F:      net/ax25/ax25_dev.c
3322 F:      net/ax25/ax25_ds_*
3323 F:      net/ax25/ax25_in.c
3324 F:      net/ax25/ax25_out.c
3325 F:      net/ax25/ax25_timer.c
3326 F:      net/ax25/sysctl_net_ax25.c
3327
3328 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3329 L:      netdev@vger.kernel.org
3330 S:      Orphan
3331 F:      Documentation/networking/dmfe.txt
3332 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3333
3334 DC390/AM53C974 SCSI driver
3335 M:      Hannes Reinecke <hare@suse.com>
3336 L:      linux-scsi@vger.kernel.org
3337 S:      Maintained
3338 F:      drivers/scsi/am53c974.c
3339
3340 DC395x SCSI driver
3341 M:      Oliver Neukum <oliver@neukum.org>
3342 M:      Ali Akcaagac <aliakc@web.de>
3343 M:      Jamie Lenehan <lenehan@twibble.org>
3344 L:      dc395x@twibble.org
3345 W:      http://twibble.org/dist/dc395x/
3346 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3347 S:      Maintained
3348 F:      Documentation/scsi/dc395x.txt
3349 F:      drivers/scsi/dc395x.*
3350
3351 DCCP PROTOCOL
3352 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3353 L:      dccp@vger.kernel.org
3354 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3355 S:      Maintained
3356 F:      include/linux/dccp.h
3357 F:      include/uapi/linux/dccp.h
3358 F:      include/linux/tfrc.h
3359 F:      net/dccp/
3360
3361 DECnet NETWORK LAYER
3362 W:      http://linux-decnet.sourceforge.net
3363 L:      linux-decnet-user@lists.sourceforge.net
3364 S:      Orphan
3365 F:      Documentation/networking/decnet.txt
3366 F:      net/decnet/
3367
3368 DECSTATION PLATFORM SUPPORT
3369 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3370 L:      linux-mips@linux-mips.org
3371 W:      http://www.linux-mips.org/wiki/DECstation
3372 S:      Maintained
3373 F:      arch/mips/dec/
3374 F:      arch/mips/include/asm/dec/
3375 F:      arch/mips/include/asm/mach-dec/
3376
3377 DEFXX FDDI NETWORK DRIVER
3378 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3379 S:      Maintained
3380 F:      drivers/net/fddi/defxx.*
3381
3382 DELL LAPTOP DRIVER
3383 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3384 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3385 L:      platform-driver-x86@vger.kernel.org
3386 S:      Maintained
3387 F:      drivers/platform/x86/dell-laptop.c
3388
3389 DELL LAPTOP RBTN DRIVER
3390 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3391 S:      Maintained
3392 F:      drivers/platform/x86/dell-rbtn.*
3393
3394 DELL LAPTOP FREEFALL DRIVER
3395 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3396 S:      Maintained
3397 F:      drivers/platform/x86/dell-smo8800.c
3398
3399 DELL LAPTOP SMM DRIVER
3400 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3401 S:      Maintained
3402 F:      drivers/hwmon/dell-smm-hwmon.c
3403 F:      include/uapi/linux/i8k.h
3404
3405 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3406 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3407 S:      Maintained
3408 F:      Documentation/dcdbas.txt
3409 F:      drivers/firmware/dcdbas.*
3410
3411 DELL WMI EXTRAS DRIVER
3412 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3413 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3414 S:      Maintained
3415 F:      drivers/platform/x86/dell-wmi.c
3416
3417 DESIGNWARE USB2 DRD IP DRIVER
3418 M:      John Youn <johnyoun@synopsys.com>
3419 L:      linux-usb@vger.kernel.org
3420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3421 S:      Maintained
3422 F:      drivers/usb/dwc2/
3423
3424 DESIGNWARE USB3 DRD IP DRIVER
3425 M:      Felipe Balbi <balbi@ti.com>
3426 L:      linux-usb@vger.kernel.org
3427 L:      linux-omap@vger.kernel.org
3428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3429 S:      Maintained
3430 F:      drivers/usb/dwc3/
3431
3432 DEVICE COREDUMP (DEV_COREDUMP)
3433 M:      Johannes Berg <johannes@sipsolutions.net>
3434 L:      linux-kernel@vger.kernel.org
3435 S:      Maintained
3436 F:      drivers/base/devcoredump.c
3437 F:      include/linux/devcoredump.h
3438
3439 DEVICE FREQUENCY (DEVFREQ)
3440 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3441 M:      Kyungmin Park <kyungmin.park@samsung.com>
3442 L:      linux-pm@vger.kernel.org
3443 S:      Maintained
3444 F:      drivers/devfreq/
3445
3446 DEVICE NUMBER REGISTRY
3447 M:      Torben Mathiasen <device@lanana.org>
3448 W:      http://lanana.org/docs/device-list/index.html
3449 S:      Maintained
3450
3451 DEVICE-MAPPER  (LVM)
3452 M:      Alasdair Kergon <agk@redhat.com>
3453 M:      Mike Snitzer <snitzer@redhat.com>
3454 M:      dm-devel@redhat.com
3455 L:      dm-devel@redhat.com
3456 W:      http://sources.redhat.com/dm
3457 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3459 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3460 S:      Maintained
3461 F:      Documentation/device-mapper/
3462 F:      drivers/md/dm*
3463 F:      drivers/md/persistent-data/
3464 F:      include/linux/device-mapper.h
3465 F:      include/linux/dm-*.h
3466 F:      include/uapi/linux/dm-*.h
3467
3468 DIALOG SEMICONDUCTOR DRIVERS
3469 M:      Support Opensource <support.opensource@diasemi.com>
3470 W:      http://www.dialog-semiconductor.com/products
3471 S:      Supported
3472 F:      Documentation/hwmon/da90??
3473 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3474 F:      drivers/gpio/gpio-da90??.c
3475 F:      drivers/hwmon/da90??-hwmon.c
3476 F:      drivers/iio/adc/da91??-*.c
3477 F:      drivers/input/misc/da90??_onkey.c
3478 F:      drivers/input/touchscreen/da9052_tsi.c
3479 F:      drivers/leds/leds-da90??.c
3480 F:      drivers/mfd/da903x.c
3481 F:      drivers/mfd/da90??-*.c
3482 F:      drivers/mfd/da91??-*.c
3483 F:      drivers/power/da9052-battery.c
3484 F:      drivers/power/da91??-*.c
3485 F:      drivers/regulator/da903x.c
3486 F:      drivers/regulator/da9???-regulator.[ch]
3487 F:      drivers/rtc/rtc-da90??.c
3488 F:      drivers/video/backlight/da90??_bl.c
3489 F:      drivers/watchdog/da90??_wdt.c
3490 F:      include/linux/mfd/da903x.h
3491 F:      include/linux/mfd/da9052/
3492 F:      include/linux/mfd/da9055/
3493 F:      include/linux/mfd/da9063/
3494 F:      include/linux/mfd/da9150/
3495 F:      include/sound/da[79]*.h
3496 F:      sound/soc/codecs/da[79]*.[ch]
3497
3498 DIGI NEO AND CLASSIC PCI PRODUCTS
3499 M:      Lidza Louina <lidza.louina@gmail.com>
3500 M:      Mark Hounschell <markh@compro.net>
3501 L:      driverdev-devel@linuxdriverproject.org
3502 S:      Maintained
3503 F:      drivers/staging/dgnc/
3504
3505 DIGI EPCA PCI PRODUCTS
3506 M:      Lidza Louina <lidza.louina@gmail.com>
3507 M:      Daeseok Youn <daeseok.youn@gmail.com>
3508 L:      driverdev-devel@linuxdriverproject.org
3509 S:      Maintained
3510 F:      drivers/staging/dgap/
3511
3512 DIOLAN U2C-12 I2C DRIVER
3513 M:      Guenter Roeck <linux@roeck-us.net>
3514 L:      linux-i2c@vger.kernel.org
3515 S:      Maintained
3516 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3517
3518 DIRECT ACCESS (DAX)
3519 M:      Matthew Wilcox <willy@linux.intel.com>
3520 L:      linux-fsdevel@vger.kernel.org
3521 S:      Supported
3522 F:      fs/dax.c
3523
3524 DIRECTORY NOTIFICATION (DNOTIFY)
3525 M:      Eric Paris <eparis@parisplace.org>
3526 S:      Maintained
3527 F:      Documentation/filesystems/dnotify.txt
3528 F:      fs/notify/dnotify/
3529 F:      include/linux/dnotify.h
3530
3531 DISK GEOMETRY AND PARTITION HANDLING
3532 M:      Andries Brouwer <aeb@cwi.nl>
3533 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3534 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3535 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3536 S:      Maintained
3537
3538 DISKQUOTA
3539 M:      Jan Kara <jack@suse.com>
3540 S:      Maintained
3541 F:      Documentation/filesystems/quota.txt
3542 F:      fs/quota/
3543 F:      include/linux/quota*.h
3544 F:      include/uapi/linux/quota*.h
3545
3546 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3547 M:      Bernie Thompson <bernie@plugable.com>
3548 L:      linux-fbdev@vger.kernel.org
3549 S:      Maintained
3550 W:      http://plugable.com/category/projects/udlfb/
3551 F:      drivers/video/fbdev/udlfb.c
3552 F:      include/video/udlfb.h
3553 F:      Documentation/fb/udlfb.txt
3554
3555 DISTRIBUTED LOCK MANAGER (DLM)
3556 M:      Christine Caulfield <ccaulfie@redhat.com>
3557 M:      David Teigland <teigland@redhat.com>
3558 L:      cluster-devel@redhat.com
3559 W:      http://sources.redhat.com/cluster/
3560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3561 S:      Supported
3562 F:      fs/dlm/
3563
3564 DMA BUFFER SHARING FRAMEWORK
3565 M:      Sumit Semwal <sumit.semwal@linaro.org>
3566 S:      Maintained
3567 L:      linux-media@vger.kernel.org
3568 L:      dri-devel@lists.freedesktop.org
3569 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3570 F:      drivers/dma-buf/
3571 F:      include/linux/dma-buf*
3572 F:      include/linux/reservation.h
3573 F:      include/linux/*fence.h
3574 F:      Documentation/dma-buf-sharing.txt
3575 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3576
3577 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3578 M:      Vinod Koul <vinod.koul@intel.com>
3579 L:      dmaengine@vger.kernel.org
3580 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3581 S:      Maintained
3582 F:      drivers/dma/
3583 F:      include/linux/dmaengine.h
3584 F:      Documentation/dmaengine/
3585 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3586
3587 DME1737 HARDWARE MONITOR DRIVER
3588 M:      Juerg Haefliger <juergh@gmail.com>
3589 L:      linux-hwmon@vger.kernel.org
3590 S:      Maintained
3591 F:      Documentation/hwmon/dme1737
3592 F:      drivers/hwmon/dme1737.c
3593
3594 DMI/SMBIOS SUPPORT
3595 M:      Jean Delvare <jdelvare@suse.com>
3596 S:      Maintained
3597 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3598 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3599 F:      drivers/firmware/dmi-id.c
3600 F:      drivers/firmware/dmi_scan.c
3601 F:      include/linux/dmi.h
3602
3603 DOCUMENTATION
3604 M:      Jonathan Corbet <corbet@lwn.net>
3605 L:      linux-doc@vger.kernel.org
3606 S:      Maintained
3607 F:      Documentation/
3608 F:      scripts/docproc.c
3609 F:      scripts/kernel-doc*
3610 X:      Documentation/ABI/
3611 X:      Documentation/devicetree/
3612 X:      Documentation/acpi
3613 X:      Documentation/power
3614 X:      Documentation/spi
3615 X:      Documentation/DocBook/media
3616 T:      git git://git.lwn.net/linux.git docs-next
3617
3618 DOUBLETALK DRIVER
3619 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3620 L:      blinux-list@redhat.com
3621 S:      Maintained
3622 F:      drivers/char/dtlk.c
3623 F:      include/linux/dtlk.h
3624
3625 DPT_I2O SCSI RAID DRIVER
3626 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3627 L:      linux-scsi@vger.kernel.org
3628 W:      http://www.adaptec.com/
3629 S:      Maintained
3630 F:      drivers/scsi/dpt*
3631 F:      drivers/scsi/dpt/
3632
3633 DRBD DRIVER
3634 P:      Philipp Reisner
3635 P:      Lars Ellenberg
3636 M:      drbd-dev@lists.linbit.com
3637 L:      drbd-user@lists.linbit.com
3638 W:      http://www.drbd.org
3639 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3640 T:      git git://git.drbd.org/drbd-8.3.git
3641 S:      Supported
3642 F:      drivers/block/drbd/
3643 F:      lib/lru_cache.c
3644 F:      Documentation/blockdev/drbd/
3645
3646 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3647 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3649 S:      Supported
3650 F:      Documentation/kobject.txt
3651 F:      drivers/base/
3652 F:      fs/debugfs/
3653 F:      fs/kernfs/
3654 F:      fs/sysfs/
3655 F:      include/linux/debugfs.h
3656 F:      include/linux/kobj*
3657 F:      lib/kobj*
3658
3659 DRM DRIVERS
3660 M:      David Airlie <airlied@linux.ie>
3661 L:      dri-devel@lists.freedesktop.org
3662 T:      git git://people.freedesktop.org/~airlied/linux
3663 S:      Maintained
3664 F:      drivers/gpu/drm/
3665 F:      drivers/gpu/vga/
3666 F:      include/drm/
3667 F:      include/uapi/drm/
3668
3669 RADEON DRM DRIVERS
3670 M:      Alex Deucher <alexander.deucher@amd.com>
3671 M:      Christian König <christian.koenig@amd.com>
3672 L:      dri-devel@lists.freedesktop.org
3673 T:      git git://people.freedesktop.org/~agd5f/linux
3674 S:      Supported
3675 F:      drivers/gpu/drm/radeon/
3676 F:      include/uapi/drm/radeon*
3677
3678 DRM PANEL DRIVERS
3679 M:      Thierry Reding <thierry.reding@gmail.com>
3680 L:      dri-devel@lists.freedesktop.org
3681 T:      git git://anongit.freedesktop.org/tegra/linux.git
3682 S:      Maintained
3683 F:      drivers/gpu/drm/drm_panel.c
3684 F:      drivers/gpu/drm/panel/
3685 F:      include/drm/drm_panel.h
3686 F:      Documentation/devicetree/bindings/display/panel/
3687
3688 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3689 M:      Daniel Vetter <daniel.vetter@intel.com>
3690 M:      Jani Nikula <jani.nikula@linux.intel.com>
3691 L:      intel-gfx@lists.freedesktop.org
3692 L:      dri-devel@lists.freedesktop.org
3693 W:      https://01.org/linuxgraphics/
3694 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3695 T:      git git://anongit.freedesktop.org/drm-intel
3696 S:      Supported
3697 F:      drivers/gpu/drm/i915/
3698 F:      include/drm/i915*
3699 F:      include/uapi/drm/i915*
3700
3701 DRM DRIVERS FOR ATMEL HLCDC
3702 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3703 L:      dri-devel@lists.freedesktop.org
3704 S:      Supported
3705 F:      drivers/gpu/drm/atmel-hlcdc/
3706 F:      Documentation/devicetree/bindings/drm/atmel/
3707
3708 DRM DRIVERS FOR EXYNOS
3709 M:      Inki Dae <inki.dae@samsung.com>
3710 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3711 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3712 M:      Kyungmin Park <kyungmin.park@samsung.com>
3713 L:      dri-devel@lists.freedesktop.org
3714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3715 S:      Supported
3716 F:      drivers/gpu/drm/exynos/
3717 F:      include/drm/exynos*
3718 F:      include/uapi/drm/exynos*
3719
3720 DRM DRIVERS FOR FREESCALE DCU
3721 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3722 M:      Alison Wang <alison.wang@freescale.com>
3723 L:      dri-devel@lists.freedesktop.org
3724 S:      Supported
3725 F:      drivers/gpu/drm/fsl-dcu/
3726 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3727 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3728
3729 DRM DRIVERS FOR FREESCALE IMX
3730 M:      Philipp Zabel <p.zabel@pengutronix.de>
3731 L:      dri-devel@lists.freedesktop.org
3732 S:      Maintained
3733 F:      drivers/gpu/drm/imx/
3734 F:      drivers/gpu/ipu-v3/
3735 F:      Documentation/devicetree/bindings/display/imx/
3736
3737 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3738 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3739 L:      dri-devel@lists.freedesktop.org
3740 T:      git git://github.com/patjak/drm-gma500
3741 S:      Maintained
3742 F:      drivers/gpu/drm/gma500
3743 F:      include/drm/gma500*
3744
3745 DRM DRIVERS FOR NVIDIA TEGRA
3746 M:      Thierry Reding <thierry.reding@gmail.com>
3747 M:      Terje Bergström <tbergstrom@nvidia.com>
3748 L:      dri-devel@lists.freedesktop.org
3749 L:      linux-tegra@vger.kernel.org
3750 T:      git git://anongit.freedesktop.org/tegra/linux.git
3751 S:      Supported
3752 F:      drivers/gpu/drm/tegra/
3753 F:      drivers/gpu/host1x/
3754 F:      include/linux/host1x.h
3755 F:      include/uapi/drm/tegra_drm.h
3756 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3757
3758 DRM DRIVERS FOR RENESAS
3759 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3760 L:      dri-devel@lists.freedesktop.org
3761 L:      linux-sh@vger.kernel.org
3762 T:      git git://people.freedesktop.org/~airlied/linux
3763 S:      Supported
3764 F:      drivers/gpu/drm/rcar-du/
3765 F:      drivers/gpu/drm/shmobile/
3766 F:      include/linux/platform_data/shmob_drm.h
3767
3768 DRM DRIVERS FOR ROCKCHIP
3769 M:      Mark Yao <mark.yao@rock-chips.com>
3770 L:      dri-devel@lists.freedesktop.org
3771 S:      Maintained
3772 F:      drivers/gpu/drm/rockchip/
3773 F:      Documentation/devicetree/bindings/display/rockchip*
3774
3775 DRM DRIVERS FOR STI
3776 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3777 M:      Vincent Abriou <vincent.abriou@st.com>
3778 L:      dri-devel@lists.freedesktop.org
3779 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3780 S:      Maintained
3781 F:      drivers/gpu/drm/sti
3782 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3783
3784 DSBR100 USB FM RADIO DRIVER
3785 M:      Alexey Klimov <klimov.linux@gmail.com>
3786 L:      linux-media@vger.kernel.org
3787 T:      git git://linuxtv.org/media_tree.git
3788 S:      Maintained
3789 F:      drivers/media/radio/dsbr100.c
3790
3791 DSCC4 DRIVER
3792 M:      Francois Romieu <romieu@fr.zoreil.com>
3793 L:      netdev@vger.kernel.org
3794 S:      Maintained
3795 F:      drivers/net/wan/dscc4.c
3796
3797 DT3155 MEDIA DRIVER
3798 M:      Hans Verkuil <hverkuil@xs4all.nl>
3799 L:      linux-media@vger.kernel.org
3800 T:      git git://linuxtv.org/media_tree.git
3801 W:      http://linuxtv.org
3802 S:      Odd Fixes
3803 F:      drivers/media/pci/dt3155/
3804
3805 DVB_USB_AF9015 MEDIA DRIVER
3806 M:      Antti Palosaari <crope@iki.fi>
3807 L:      linux-media@vger.kernel.org
3808 W:      http://linuxtv.org/
3809 W:      http://palosaari.fi/linux/
3810 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3811 T:      git git://linuxtv.org/anttip/media_tree.git
3812 S:      Maintained
3813 F:      drivers/media/usb/dvb-usb-v2/af9015*
3814
3815 DVB_USB_AF9035 MEDIA DRIVER
3816 M:      Antti Palosaari <crope@iki.fi>
3817 L:      linux-media@vger.kernel.org
3818 W:      http://linuxtv.org/
3819 W:      http://palosaari.fi/linux/
3820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3821 T:      git git://linuxtv.org/anttip/media_tree.git
3822 S:      Maintained
3823 F:      drivers/media/usb/dvb-usb-v2/af9035*
3824
3825 DVB_USB_ANYSEE MEDIA DRIVER
3826 M:      Antti Palosaari <crope@iki.fi>
3827 L:      linux-media@vger.kernel.org
3828 W:      http://linuxtv.org/
3829 W:      http://palosaari.fi/linux/
3830 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3831 T:      git git://linuxtv.org/anttip/media_tree.git
3832 S:      Maintained
3833 F:      drivers/media/usb/dvb-usb-v2/anysee*
3834
3835 DVB_USB_AU6610 MEDIA DRIVER
3836 M:      Antti Palosaari <crope@iki.fi>
3837 L:      linux-media@vger.kernel.org
3838 W:      http://linuxtv.org/
3839 W:      http://palosaari.fi/linux/
3840 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3841 T:      git git://linuxtv.org/anttip/media_tree.git
3842 S:      Maintained
3843 F:      drivers/media/usb/dvb-usb-v2/au6610*
3844
3845 DVB_USB_CE6230 MEDIA DRIVER
3846 M:      Antti Palosaari <crope@iki.fi>
3847 L:      linux-media@vger.kernel.org
3848 W:      http://linuxtv.org/
3849 W:      http://palosaari.fi/linux/
3850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3851 T:      git git://linuxtv.org/anttip/media_tree.git
3852 S:      Maintained
3853 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3854
3855 DVB_USB_CXUSB MEDIA DRIVER
3856 M:      Michael Krufky <mkrufky@linuxtv.org>
3857 L:      linux-media@vger.kernel.org
3858 W:      http://linuxtv.org/
3859 W:      http://github.com/mkrufky
3860 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3861 T:      git git://linuxtv.org/media_tree.git
3862 S:      Maintained
3863 F:      drivers/media/usb/dvb-usb/cxusb*
3864
3865 DVB_USB_EC168 MEDIA DRIVER
3866 M:      Antti Palosaari <crope@iki.fi>
3867 L:      linux-media@vger.kernel.org
3868 W:      http://linuxtv.org/
3869 W:      http://palosaari.fi/linux/
3870 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3871 T:      git git://linuxtv.org/anttip/media_tree.git
3872 S:      Maintained
3873 F:      drivers/media/usb/dvb-usb-v2/ec168*
3874
3875 DVB_USB_GL861 MEDIA DRIVER
3876 M:      Antti Palosaari <crope@iki.fi>
3877 L:      linux-media@vger.kernel.org
3878 W:      http://linuxtv.org/
3879 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3880 T:      git git://linuxtv.org/anttip/media_tree.git
3881 S:      Maintained
3882 F:      drivers/media/usb/dvb-usb-v2/gl861*
3883
3884 DVB_USB_MXL111SF MEDIA DRIVER
3885 M:      Michael Krufky <mkrufky@linuxtv.org>
3886 L:      linux-media@vger.kernel.org
3887 W:      http://linuxtv.org/
3888 W:      http://github.com/mkrufky
3889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3890 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3891 S:      Maintained
3892 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3893
3894 DVB_USB_RTL28XXU MEDIA DRIVER
3895 M:      Antti Palosaari <crope@iki.fi>
3896 L:      linux-media@vger.kernel.org
3897 W:      http://linuxtv.org/
3898 W:      http://palosaari.fi/linux/
3899 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3900 T:      git git://linuxtv.org/anttip/media_tree.git
3901 S:      Maintained
3902 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3903
3904 DVB_USB_V2 MEDIA DRIVER
3905 M:      Antti Palosaari <crope@iki.fi>
3906 L:      linux-media@vger.kernel.org
3907 W:      http://linuxtv.org/
3908 W:      http://palosaari.fi/linux/
3909 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3910 T:      git git://linuxtv.org/anttip/media_tree.git
3911 S:      Maintained
3912 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3913 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3914
3915 DYNAMIC DEBUG
3916 M:      Jason Baron <jbaron@akamai.com>
3917 S:      Maintained
3918 F:      lib/dynamic_debug.c
3919 F:      include/linux/dynamic_debug.h
3920
3921 DZ DECSTATION DZ11 SERIAL DRIVER
3922 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3923 S:      Maintained
3924 F:      drivers/tty/serial/dz.*
3925
3926 E3X0 POWER BUTTON DRIVER
3927 M:      Moritz Fischer <moritz.fischer@ettus.com>
3928 L:      usrp-users@lists.ettus.com
3929 W:      http://www.ettus.com
3930 S:      Supported
3931 F:      drivers/input/misc/e3x0-button.c
3932 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3933
3934 E4000 MEDIA DRIVER
3935 M:      Antti Palosaari <crope@iki.fi>
3936 L:      linux-media@vger.kernel.org
3937 W:      http://linuxtv.org/
3938 W:      http://palosaari.fi/linux/
3939 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3940 T:      git git://linuxtv.org/anttip/media_tree.git
3941 S:      Maintained
3942 F:      drivers/media/tuners/e4000*
3943
3944 EATA ISA/EISA/PCI SCSI DRIVER
3945 M:      Dario Ballabio <ballabio_dario@emc.com>
3946 L:      linux-scsi@vger.kernel.org
3947 S:      Maintained
3948 F:      drivers/scsi/eata.c
3949
3950 EC100 MEDIA DRIVER
3951 M:      Antti Palosaari <crope@iki.fi>
3952 L:      linux-media@vger.kernel.org
3953 W:      http://linuxtv.org/
3954 W:      http://palosaari.fi/linux/
3955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3956 T:      git git://linuxtv.org/anttip/media_tree.git
3957 S:      Maintained
3958 F:      drivers/media/dvb-frontends/ec100*
3959
3960 ECRYPT FILE SYSTEM
3961 M:      Tyler Hicks <tyhicks@canonical.com>
3962 L:      ecryptfs@vger.kernel.org
3963 W:      http://ecryptfs.org
3964 W:      https://launchpad.net/ecryptfs
3965 S:      Supported
3966 F:      Documentation/filesystems/ecryptfs.txt
3967 F:      fs/ecryptfs/
3968
3969 EDAC-CORE
3970 M:      Doug Thompson <dougthompson@xmission.com>
3971 M:      Borislav Petkov <bp@alien8.de>
3972 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3973 L:      linux-edac@vger.kernel.org
3974 W:      bluesmoke.sourceforge.net
3975 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3976 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3977 S:      Supported
3978 F:      Documentation/edac.txt
3979 F:      drivers/edac/
3980 F:      include/linux/edac.h
3981
3982 EDAC-AMD64
3983 M:      Doug Thompson <dougthompson@xmission.com>
3984 M:      Borislav Petkov <bp@alien8.de>
3985 L:      linux-edac@vger.kernel.org
3986 W:      bluesmoke.sourceforge.net
3987 S:      Maintained
3988 F:      drivers/edac/amd64_edac*
3989
3990 EDAC-CALXEDA
3991 M:      Doug Thompson <dougthompson@xmission.com>
3992 M:      Robert Richter <rric@kernel.org>
3993 L:      linux-edac@vger.kernel.org
3994 W:      bluesmoke.sourceforge.net
3995 S:      Maintained
3996 F:      drivers/edac/highbank*
3997
3998 EDAC-CAVIUM
3999 M:      Ralf Baechle <ralf@linux-mips.org>
4000 M:      David Daney <david.daney@cavium.com>
4001 L:      linux-edac@vger.kernel.org
4002 L:      linux-mips@linux-mips.org
4003 W:      bluesmoke.sourceforge.net
4004 S:      Supported
4005 F:      drivers/edac/octeon_edac*
4006
4007 EDAC-E752X
4008 M:      Mark Gross <mark.gross@intel.com>
4009 M:      Doug Thompson <dougthompson@xmission.com>
4010 L:      linux-edac@vger.kernel.org
4011 W:      bluesmoke.sourceforge.net
4012 S:      Maintained
4013 F:      drivers/edac/e752x_edac.c
4014
4015 EDAC-E7XXX
4016 M:      Doug Thompson <dougthompson@xmission.com>
4017 L:      linux-edac@vger.kernel.org
4018 W:      bluesmoke.sourceforge.net
4019 S:      Maintained
4020 F:      drivers/edac/e7xxx_edac.c
4021
4022 EDAC-GHES
4023 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4024 L:      linux-edac@vger.kernel.org
4025 W:      bluesmoke.sourceforge.net
4026 S:      Maintained
4027 F:      drivers/edac/ghes_edac.c
4028
4029 EDAC-I82443BXGX
4030 M:      Tim Small <tim@buttersideup.com>
4031 L:      linux-edac@vger.kernel.org
4032 W:      bluesmoke.sourceforge.net
4033 S:      Maintained
4034 F:      drivers/edac/i82443bxgx_edac.c
4035
4036 EDAC-I3000
4037 M:      Jason Uhlenkott <juhlenko@akamai.com>
4038 L:      linux-edac@vger.kernel.org
4039 W:      bluesmoke.sourceforge.net
4040 S:      Maintained
4041 F:      drivers/edac/i3000_edac.c
4042
4043 EDAC-I5000
4044 M:      Doug Thompson <dougthompson@xmission.com>
4045 L:      linux-edac@vger.kernel.org
4046 W:      bluesmoke.sourceforge.net
4047 S:      Maintained
4048 F:      drivers/edac/i5000_edac.c
4049
4050 EDAC-I5400
4051 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4052 L:      linux-edac@vger.kernel.org
4053 W:      bluesmoke.sourceforge.net
4054 S:      Maintained
4055 F:      drivers/edac/i5400_edac.c
4056
4057 EDAC-I7300
4058 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4059 L:      linux-edac@vger.kernel.org
4060 W:      bluesmoke.sourceforge.net
4061 S:      Maintained
4062 F:      drivers/edac/i7300_edac.c
4063
4064 EDAC-I7CORE
4065 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4066 L:      linux-edac@vger.kernel.org
4067 W:      bluesmoke.sourceforge.net
4068 S:      Maintained
4069 F:      drivers/edac/i7core_edac.c
4070
4071 EDAC-I82975X
4072 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4073 M:      "Arvind R." <arvino55@gmail.com>
4074 L:      linux-edac@vger.kernel.org
4075 W:      bluesmoke.sourceforge.net
4076 S:      Maintained
4077 F:      drivers/edac/i82975x_edac.c
4078
4079 EDAC-IE31200
4080 M:      Jason Baron <jbaron@akamai.com>
4081 L:      linux-edac@vger.kernel.org
4082 W:      bluesmoke.sourceforge.net
4083 S:      Maintained
4084 F:      drivers/edac/ie31200_edac.c
4085
4086 EDAC-MPC85XX
4087 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4088 L:      linux-edac@vger.kernel.org
4089 W:      bluesmoke.sourceforge.net
4090 S:      Maintained
4091 F:      drivers/edac/mpc85xx_edac.[ch]
4092
4093 EDAC-PASEMI
4094 M:      Egor Martovetsky <egor@pasemi.com>
4095 L:      linux-edac@vger.kernel.org
4096 W:      bluesmoke.sourceforge.net
4097 S:      Maintained
4098 F:      drivers/edac/pasemi_edac.c
4099
4100 EDAC-R82600
4101 M:      Tim Small <tim@buttersideup.com>
4102 L:      linux-edac@vger.kernel.org
4103 W:      bluesmoke.sourceforge.net
4104 S:      Maintained
4105 F:      drivers/edac/r82600_edac.c
4106
4107 EDAC-SBRIDGE
4108 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4109 L:      linux-edac@vger.kernel.org
4110 W:      bluesmoke.sourceforge.net
4111 S:      Maintained
4112 F:      drivers/edac/sb_edac.c
4113
4114 EDAC-XGENE
4115 APPLIED MICRO (APM) X-GENE SOC EDAC
4116 M:     Loc Ho <lho@apm.com>
4117 S:     Supported
4118 F:     drivers/edac/xgene_edac.c
4119 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4120
4121 EDIROL UA-101/UA-1000 DRIVER
4122 M:      Clemens Ladisch <clemens@ladisch.de>
4123 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4124 T:      git git://git.alsa-project.org/alsa-kernel.git
4125 S:      Maintained
4126 F:      sound/usb/misc/ua101.c
4127
4128 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4129 M:      Matt Fleming <matt@codeblueprint.co.uk>
4130 L:      linux-efi@vger.kernel.org
4131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4132 S:      Maintained
4133 F:      Documentation/efi-stub.txt
4134 F:      arch/ia64/kernel/efi.c
4135 F:      arch/x86/boot/compressed/eboot.[ch]
4136 F:      arch/x86/include/asm/efi.h
4137 F:      arch/x86/platform/efi/
4138 F:      drivers/firmware/efi/
4139 F:      include/linux/efi*.h
4140
4141 EFI VARIABLE FILESYSTEM
4142 M:      Matthew Garrett <matthew.garrett@nebula.com>
4143 M:      Jeremy Kerr <jk@ozlabs.org>
4144 M:      Matt Fleming <matt@codeblueprint.co.uk>
4145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4146 L:      linux-efi@vger.kernel.org
4147 S:      Maintained
4148 F:      fs/efivarfs/
4149
4150 EFIFB FRAMEBUFFER DRIVER
4151 L:      linux-fbdev@vger.kernel.org
4152 M:      Peter Jones <pjones@redhat.com>
4153 S:      Maintained
4154 F:      drivers/video/fbdev/efifb.c
4155
4156 EFS FILESYSTEM
4157 W:      http://aeschi.ch.eu.org/efs/
4158 S:      Orphan
4159 F:      fs/efs/
4160
4161 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4162 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4163 M:      Christoph Raisch <raisch@de.ibm.com>
4164 L:      linux-rdma@vger.kernel.org
4165 S:      Supported
4166 F:      drivers/infiniband/hw/ehca/
4167
4168 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4169 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4170 L:      netdev@vger.kernel.org
4171 S:      Maintained
4172 F:      drivers/net/ethernet/ibm/ehea/
4173
4174 EM28XX VIDEO4LINUX DRIVER
4175 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4176 L:      linux-media@vger.kernel.org
4177 W:      http://linuxtv.org
4178 T:      git git://linuxtv.org/media_tree.git
4179 S:      Maintained
4180 F:      drivers/media/usb/em28xx/
4181
4182 EMBEDDED LINUX
4183 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4184 M:      Matt Mackall <mpm@selenic.com>
4185 M:      David Woodhouse <dwmw2@infradead.org>
4186 L:      linux-embedded@vger.kernel.org
4187 S:      Maintained
4188
4189 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4190 M:      James Smart <james.smart@avagotech.com>
4191 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4192 L:      linux-scsi@vger.kernel.org
4193 W:      http://www.avagotech.com
4194 S:      Supported
4195 F:      drivers/scsi/lpfc/
4196
4197 ENE CB710 FLASH CARD READER DRIVER
4198 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4199 S:      Maintained
4200 F:      drivers/misc/cb710/
4201 F:      drivers/mmc/host/cb710-mmc.*
4202 F:      include/linux/cb710.h
4203
4204 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4205 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4206 S:      Maintained
4207 F:      drivers/media/rc/ene_ir.*
4208
4209 ENHANCED ERROR HANDLING (EEH)
4210 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4211 L:      linuxppc-dev@lists.ozlabs.org
4212 S:      Supported
4213 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4214 F:      arch/powerpc/kernel/eeh*.c
4215
4216 EPSON S1D13XXX FRAMEBUFFER DRIVER
4217 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4218 S:      Maintained
4219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4220 F:      drivers/video/fbdev/s1d13xxxfb.c
4221 F:      include/video/s1d13xxxfb.h
4222
4223 ET131X NETWORK DRIVER
4224 M:      Mark Einon <mark.einon@gmail.com>
4225 S:      Odd Fixes
4226 F:      drivers/net/ethernet/agere/
4227
4228 ETHERNET BRIDGE
4229 M:      Stephen Hemminger <stephen@networkplumber.org>
4230 L:      bridge@lists.linux-foundation.org
4231 L:      netdev@vger.kernel.org
4232 W:      http://www.linuxfoundation.org/en/Net:Bridge
4233 S:      Maintained
4234 F:      include/linux/netfilter_bridge/
4235 F:      net/bridge/
4236
4237 ETHERNET PHY LIBRARY
4238 M:      Florian Fainelli <f.fainelli@gmail.com>
4239 L:      netdev@vger.kernel.org
4240 S:      Maintained
4241 F:      include/linux/phy.h
4242 F:      include/linux/phy_fixed.h
4243 F:      drivers/net/phy/
4244 F:      Documentation/networking/phy.txt
4245 F:      drivers/of/of_mdio.c
4246 F:      drivers/of/of_net.c
4247
4248 EXT2 FILE SYSTEM
4249 M:      Jan Kara <jack@suse.com>
4250 L:      linux-ext4@vger.kernel.org
4251 S:      Maintained
4252 F:      Documentation/filesystems/ext2.txt
4253 F:      fs/ext2/
4254 F:      include/linux/ext2*
4255
4256 EXT4 FILE SYSTEM
4257 M:      "Theodore Ts'o" <tytso@mit.edu>
4258 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4259 L:      linux-ext4@vger.kernel.org
4260 W:      http://ext4.wiki.kernel.org
4261 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4262 S:      Maintained
4263 F:      Documentation/filesystems/ext4.txt
4264 F:      fs/ext4/
4265
4266 Extended Verification Module (EVM)
4267 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4268 L:      linux-ima-devel@lists.sourceforge.net
4269 L:      linux-security-module@vger.kernel.org
4270 S:      Supported
4271 F:      security/integrity/evm/
4272
4273 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4274 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4275 M:      Chanwoo Choi <cw00.choi@samsung.com>
4276 L:      linux-kernel@vger.kernel.org
4277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4278 S:      Maintained
4279 F:      drivers/extcon/
4280 F:      include/linux/extcon/
4281 F:      include/linux/extcon.h
4282 F:      Documentation/extcon/
4283 F:      Documentation/devicetree/bindings/extcon/
4284
4285 EXYNOS DP DRIVER
4286 M:      Jingoo Han <jingoohan1@gmail.com>
4287 L:      dri-devel@lists.freedesktop.org
4288 S:      Maintained
4289 F:      drivers/gpu/drm/exynos/exynos_dp*
4290
4291 EXYNOS MIPI DISPLAY DRIVERS
4292 M:      Inki Dae <inki.dae@samsung.com>
4293 M:      Donghwa Lee <dh09.lee@samsung.com>
4294 M:      Kyungmin Park <kyungmin.park@samsung.com>
4295 L:      linux-fbdev@vger.kernel.org
4296 S:      Maintained
4297 F:      drivers/video/fbdev/exynos/exynos_mipi*
4298 F:      include/video/exynos_mipi*
4299
4300 F71805F HARDWARE MONITORING DRIVER
4301 M:      Jean Delvare <jdelvare@suse.com>
4302 L:      linux-hwmon@vger.kernel.org
4303 S:      Maintained
4304 F:      Documentation/hwmon/f71805f
4305 F:      drivers/hwmon/f71805f.c
4306
4307 FC0011 TUNER DRIVER
4308 M:      Michael Buesch <m@bues.ch>
4309 L:      linux-media@vger.kernel.org
4310 S:      Maintained
4311 F:      drivers/media/tuners/fc0011.h
4312 F:      drivers/media/tuners/fc0011.c
4313
4314 FC2580 MEDIA DRIVER
4315 M:      Antti Palosaari <crope@iki.fi>
4316 L:      linux-media@vger.kernel.org
4317 W:      http://linuxtv.org/
4318 W:      http://palosaari.fi/linux/
4319 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4320 T:      git git://linuxtv.org/anttip/media_tree.git
4321 S:      Maintained
4322 F:      drivers/media/tuners/fc2580*
4323
4324 FANOTIFY
4325 M:      Eric Paris <eparis@redhat.com>
4326 S:      Maintained
4327 F:      fs/notify/fanotify/
4328 F:      include/linux/fanotify.h
4329 F:      include/uapi/linux/fanotify.h
4330
4331 FARSYNC SYNCHRONOUS DRIVER
4332 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4333 W:      http://www.farsite.co.uk/
4334 S:      Supported
4335 F:      drivers/net/wan/farsync.*
4336
4337 FAULT INJECTION SUPPORT
4338 M:      Akinobu Mita <akinobu.mita@gmail.com>
4339 S:      Supported
4340 F:      Documentation/fault-injection/
4341 F:      lib/fault-inject.c
4342
4343 FBTFT Framebuffer drivers
4344 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4345 M:      Noralf Trønnes <noralf@tronnes.org>
4346 S:      Maintained
4347 F:      drivers/staging/fbtft/
4348
4349 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4350 M:      Vasu Dev <vasu.dev@intel.com>
4351 L:      fcoe-devel@open-fcoe.org
4352 W:      www.Open-FCoE.org
4353 S:      Supported
4354 F:      drivers/scsi/libfc/
4355 F:      drivers/scsi/fcoe/
4356 F:      include/scsi/fc/
4357 F:      include/scsi/libfc.h
4358 F:      include/scsi/libfcoe.h
4359 F:      include/uapi/scsi/fc/
4360
4361 FILE LOCKING (flock() and fcntl()/lockf())
4362 M:      Jeff Layton <jlayton@poochiereds.net>
4363 M:      "J. Bruce Fields" <bfields@fieldses.org>
4364 L:      linux-fsdevel@vger.kernel.org
4365 S:      Maintained
4366 F:      include/linux/fcntl.h
4367 F:      include/linux/fs.h
4368 F:      include/uapi/linux/fcntl.h
4369 F:      include/uapi/linux/fs.h
4370 F:      fs/fcntl.c
4371 F:      fs/locks.c
4372
4373 FILESYSTEMS (VFS and infrastructure)
4374 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4375 L:      linux-fsdevel@vger.kernel.org
4376 S:      Maintained
4377 F:      fs/*
4378
4379 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4380 M:      Riku Voipio <riku.voipio@iki.fi>
4381 L:      linux-hwmon@vger.kernel.org
4382 S:      Maintained
4383 F:      drivers/hwmon/f75375s.c
4384 F:      include/linux/f75375s.h
4385
4386 FIREWIRE AUDIO DRIVERS
4387 M:      Clemens Ladisch <clemens@ladisch.de>
4388 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4389 T:      git git://git.alsa-project.org/alsa-kernel.git
4390 S:      Maintained
4391 F:      sound/firewire/
4392
4393 FIREWIRE MEDIA DRIVERS (firedtv)
4394 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4395 L:      linux-media@vger.kernel.org
4396 L:      linux1394-devel@lists.sourceforge.net
4397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4398 S:      Maintained
4399 F:      drivers/media/firewire/
4400
4401 FIREWIRE SBP-2 TARGET
4402 M:      Chris Boot <bootc@bootc.net>
4403 L:      linux-scsi@vger.kernel.org
4404 L:      target-devel@vger.kernel.org
4405 L:      linux1394-devel@lists.sourceforge.net
4406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4407 S:      Maintained
4408 F:      drivers/target/sbp/
4409
4410 FIREWIRE SUBSYSTEM
4411 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4412 L:      linux1394-devel@lists.sourceforge.net
4413 W:      http://ieee1394.wiki.kernel.org/
4414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4415 S:      Maintained
4416 F:      drivers/firewire/
4417 F:      include/linux/firewire.h
4418 F:      include/uapi/linux/firewire*.h
4419 F:      tools/firewire/
4420
4421 FIRMWARE LOADER (request_firmware)
4422 M:      Ming Lei <ming.lei@canonical.com>
4423 L:      linux-kernel@vger.kernel.org
4424 S:      Maintained
4425 F:      Documentation/firmware_class/
4426 F:      drivers/base/firmware*.c
4427 F:      include/linux/firmware.h
4428
4429 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4430 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4431 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4432 S:      Maintained
4433 F:      drivers/block/rsxx/
4434
4435 FLOPPY DRIVER
4436 M:      Jiri Kosina <jikos@kernel.org>
4437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4438 S:      Odd fixes
4439 F:      drivers/block/floppy.c
4440
4441 FMC SUBSYSTEM
4442 M:      Alessandro Rubini <rubini@gnudd.com>
4443 W:      http://www.ohwr.org/projects/fmc-bus
4444 S:      Supported
4445 F:      drivers/fmc/
4446 F:      include/linux/fmc*.h
4447 F:      include/linux/ipmi-fru.h
4448 K:      fmc_d.*register
4449
4450 FPGA MANAGER FRAMEWORK
4451 M:      Alan Tull <atull@opensource.altera.com>
4452 R:      Moritz Fischer <moritz.fischer@ettus.com>
4453 S:      Maintained
4454 F:      drivers/fpga/
4455 F:      include/linux/fpga/fpga-mgr.h
4456 W:      http://www.rocketboards.org
4457
4458 FPU EMULATOR
4459 M:      Bill Metzenthen <billm@melbpc.org.au>
4460 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4461 S:      Maintained
4462 F:      arch/x86/math-emu/
4463
4464 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4465 L:      netdev@vger.kernel.org
4466 S:      Orphan
4467 F:      drivers/net/wan/dlci.c
4468 F:      drivers/net/wan/sdla.c
4469
4470 FRAMEBUFFER LAYER
4471 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4472 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4473 L:      linux-fbdev@vger.kernel.org
4474 W:      http://linux-fbdev.sourceforge.net/
4475 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4477 S:      Maintained
4478 F:      Documentation/fb/
4479 F:      drivers/video/
4480 F:      include/video/
4481 F:      include/linux/fb.h
4482 F:      include/uapi/video/
4483 F:      include/uapi/linux/fb.h
4484
4485 FREESCALE DIU FRAMEBUFFER DRIVER
4486 M:      Timur Tabi <timur@tabi.org>
4487 L:      linux-fbdev@vger.kernel.org
4488 S:      Maintained
4489 F:      drivers/video/fbdev/fsl-diu-fb.*
4490
4491 FREESCALE DMA DRIVER
4492 M:      Li Yang <leoli@freescale.com>
4493 M:      Zhang Wei <zw@zh-kernel.org>
4494 L:      linuxppc-dev@lists.ozlabs.org
4495 S:      Maintained
4496 F:      drivers/dma/fsldma.*
4497
4498 FREESCALE I2C CPM DRIVER
4499 M:      Jochen Friedrich <jochen@scram.de>
4500 L:      linuxppc-dev@lists.ozlabs.org
4501 L:      linux-i2c@vger.kernel.org
4502 S:      Maintained
4503 F:      drivers/i2c/busses/i2c-cpm.c
4504
4505 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4506 M:      Sascha Hauer <kernel@pengutronix.de>
4507 L:      linux-fbdev@vger.kernel.org
4508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4509 S:      Maintained
4510 F:      include/linux/platform_data/video-imxfb.h
4511 F:      drivers/video/fbdev/imxfb.c
4512
4513 FREESCALE QUAD SPI DRIVER
4514 M:      Han Xu <han.xu@freescale.com>
4515 L:      linux-mtd@lists.infradead.org
4516 S:      Maintained
4517 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4518
4519 FREESCALE SOC FS_ENET DRIVER
4520 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4521 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4522 L:      linuxppc-dev@lists.ozlabs.org
4523 L:      netdev@vger.kernel.org
4524 S:      Maintained
4525 F:      drivers/net/ethernet/freescale/fs_enet/
4526 F:      include/linux/fs_enet_pd.h
4527
4528 FREESCALE QUICC ENGINE LIBRARY
4529 L:      linuxppc-dev@lists.ozlabs.org
4530 S:      Orphan
4531 F:      arch/powerpc/sysdev/qe_lib/
4532 F:      arch/powerpc/include/asm/*qe.h
4533
4534 FREESCALE USB PERIPHERAL DRIVERS
4535 M:      Li Yang <leoli@freescale.com>
4536 L:      linux-usb@vger.kernel.org
4537 L:      linuxppc-dev@lists.ozlabs.org
4538 S:      Maintained
4539 F:      drivers/usb/gadget/udc/fsl*
4540
4541 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4542 M:      Li Yang <leoli@freescale.com>
4543 L:      netdev@vger.kernel.org
4544 L:      linuxppc-dev@lists.ozlabs.org
4545 S:      Maintained
4546 F:      drivers/net/ethernet/freescale/ucc_geth*
4547
4548 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4549 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4550 L:      netdev@vger.kernel.org
4551 S:      Maintained
4552 F:      drivers/net/ethernet/freescale/gianfar*
4553 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4554 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4555
4556 FREESCALE QUICC ENGINE UCC UART DRIVER
4557 M:      Timur Tabi <timur@tabi.org>
4558 L:      linuxppc-dev@lists.ozlabs.org
4559 S:      Maintained
4560 F:      drivers/tty/serial/ucc_uart.c
4561
4562 FREESCALE SOC SOUND DRIVERS
4563 M:      Timur Tabi <timur@tabi.org>
4564 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4565 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4566 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4567 L:      linuxppc-dev@lists.ozlabs.org
4568 S:      Maintained
4569 F:      sound/soc/fsl/fsl*
4570 F:      sound/soc/fsl/imx*
4571 F:      sound/soc/fsl/mpc8610_hpcd.c
4572
4573 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4574 M:      "J. German Rivera" <German.Rivera@freescale.com>
4575 L:      linux-kernel@vger.kernel.org
4576 S:      Maintained
4577 F:      drivers/staging/fsl-mc/
4578
4579 FREEVXFS FILESYSTEM
4580 M:      Christoph Hellwig <hch@infradead.org>
4581 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4582 S:      Maintained
4583 F:      fs/freevxfs/
4584
4585 FREEZER
4586 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4587 M:      Pavel Machek <pavel@ucw.cz>
4588 L:      linux-pm@vger.kernel.org
4589 S:      Supported
4590 F:      Documentation/power/freezing-of-tasks.txt
4591 F:      include/linux/freezer.h
4592 F:      kernel/freezer.c
4593
4594 FRONTSWAP API
4595 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4596 L:      linux-kernel@vger.kernel.org
4597 S:      Maintained
4598 F:      mm/frontswap.c
4599 F:      include/linux/frontswap.h
4600
4601 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4602 M:      David Howells <dhowells@redhat.com>
4603 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4604 S:      Supported
4605 F:      Documentation/filesystems/caching/
4606 F:      fs/fscache/
4607 F:      include/linux/fscache*.h
4608
4609 F2FS FILE SYSTEM
4610 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4611 M:      Changman Lee <cm224.lee@samsung.com>
4612 R:      Chao Yu <chao2.yu@samsung.com>
4613 L:      linux-f2fs-devel@lists.sourceforge.net
4614 W:      http://en.wikipedia.org/wiki/F2FS
4615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4616 S:      Maintained
4617 F:      Documentation/filesystems/f2fs.txt
4618 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4619 F:      fs/f2fs/
4620 F:      include/linux/f2fs_fs.h
4621 F:      include/trace/events/f2fs.h
4622
4623 FUJITSU FR-V (FRV) PORT
4624 M:      David Howells <dhowells@redhat.com>
4625 S:      Maintained
4626 F:      arch/frv/
4627
4628 FUJITSU LAPTOP EXTRAS
4629 M:      Jonathan Woithe <jwoithe@just42.net>
4630 L:      platform-driver-x86@vger.kernel.org
4631 S:      Maintained
4632 F:      drivers/platform/x86/fujitsu-laptop.c
4633
4634 FUJITSU M-5MO LS CAMERA ISP DRIVER
4635 M:      Kyungmin Park <kyungmin.park@samsung.com>
4636 M:      Heungjun Kim <riverful.kim@samsung.com>
4637 L:      linux-media@vger.kernel.org
4638 S:      Maintained
4639 F:      drivers/media/i2c/m5mols/
4640 F:      include/media/m5mols.h
4641
4642 FUJITSU TABLET EXTRAS
4643 M:      Robert Gerlach <khnz@gmx.de>
4644 L:      platform-driver-x86@vger.kernel.org
4645 S:      Maintained
4646 F:      drivers/platform/x86/fujitsu-tablet.c
4647
4648 FUSE: FILESYSTEM IN USERSPACE
4649 M:      Miklos Szeredi <miklos@szeredi.hu>
4650 L:      fuse-devel@lists.sourceforge.net
4651 W:      http://fuse.sourceforge.net/
4652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4653 S:      Maintained
4654 F:      fs/fuse/
4655 F:      include/uapi/linux/fuse.h
4656 F:      Documentation/filesystems/fuse.txt
4657
4658 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4659 M:      Rik Faith <faith@cs.unc.edu>
4660 L:      linux-scsi@vger.kernel.org
4661 S:      Odd Fixes (e.g., new signatures)
4662 F:      drivers/scsi/fdomain.*
4663
4664 GCOV BASED KERNEL PROFILING
4665 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4666 S:      Maintained
4667 F:      kernel/gcov/
4668 F:      Documentation/gcov.txt
4669
4670 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4671 M:      Achim Leubner <achim_leubner@adaptec.com>
4672 L:      linux-scsi@vger.kernel.org
4673 W:      http://www.icp-vortex.com/
4674 S:      Supported
4675 F:      drivers/scsi/gdt*
4676
4677 GDB KERNEL DEBUGGING HELPER SCRIPTS
4678 M:      Jan Kiszka <jan.kiszka@siemens.com>
4679 S:      Supported
4680 F:      scripts/gdb/
4681
4682 GEMTEK FM RADIO RECEIVER DRIVER
4683 M:      Hans Verkuil <hverkuil@xs4all.nl>
4684 L:      linux-media@vger.kernel.org
4685 T:      git git://linuxtv.org/media_tree.git
4686 W:      http://linuxtv.org
4687 S:      Maintained
4688 F:      drivers/media/radio/radio-gemtek*
4689
4690 GENERIC GPIO I2C DRIVER
4691 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4692 S:      Supported
4693 F:      drivers/i2c/busses/i2c-gpio.c
4694 F:      include/linux/i2c-gpio.h
4695
4696 GENERIC GPIO I2C MULTIPLEXER DRIVER
4697 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4698 L:      linux-i2c@vger.kernel.org
4699 S:      Supported
4700 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4701 F:      include/linux/i2c-mux-gpio.h
4702 F:      Documentation/i2c/muxes/i2c-mux-gpio
4703
4704 GENERIC HDLC (WAN) DRIVERS
4705 M:      Krzysztof Halasa <khc@pm.waw.pl>
4706 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4707 S:      Maintained
4708 F:      drivers/net/wan/c101.c
4709 F:      drivers/net/wan/hd6457*
4710 F:      drivers/net/wan/hdlc*
4711 F:      drivers/net/wan/n2.c
4712 F:      drivers/net/wan/pc300too.c
4713 F:      drivers/net/wan/pci200syn.c
4714 F:      drivers/net/wan/wanxl*
4715
4716 GENERIC INCLUDE/ASM HEADER FILES
4717 M:      Arnd Bergmann <arnd@arndb.de>
4718 L:      linux-arch@vger.kernel.org
4719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4720 S:      Maintained
4721 F:      include/asm-generic/
4722 F:      include/uapi/asm-generic/
4723
4724 GENERIC PHY FRAMEWORK
4725 M:      Kishon Vijay Abraham I <kishon@ti.com>
4726 L:      linux-kernel@vger.kernel.org
4727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4728 S:      Supported
4729 F:      drivers/phy/
4730 F:      include/linux/phy/
4731
4732 GENERIC PM DOMAINS
4733 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4734 M:      Kevin Hilman <khilman@kernel.org>
4735 M:      Ulf Hansson <ulf.hansson@linaro.org>
4736 L:      linux-pm@vger.kernel.org
4737 S:      Supported
4738 F:      drivers/base/power/domain*.c
4739 F:      include/linux/pm_domain.h
4740
4741 GENERIC UIO DRIVER FOR PCI DEVICES
4742 M:      "Michael S. Tsirkin" <mst@redhat.com>
4743 L:      kvm@vger.kernel.org
4744 S:      Supported
4745 F:      drivers/uio/uio_pci_generic.c
4746
4747 GET_MAINTAINER SCRIPT
4748 M:      Joe Perches <joe@perches.com>
4749 S:      Maintained
4750 F:      scripts/get_maintainer.pl
4751
4752 GFS2 FILE SYSTEM
4753 M:      Steven Whitehouse <swhiteho@redhat.com>
4754 M:      Bob Peterson <rpeterso@redhat.com>
4755 L:      cluster-devel@redhat.com
4756 W:      http://sources.redhat.com/cluster/
4757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4758 S:      Supported
4759 F:      Documentation/filesystems/gfs2*.txt
4760 F:      fs/gfs2/
4761 F:      include/uapi/linux/gfs2_ondisk.h
4762
4763 GIGASET ISDN DRIVERS
4764 M:      Paul Bolle <pebolle@tiscali.nl>
4765 L:      gigaset307x-common@lists.sourceforge.net
4766 W:      http://gigaset307x.sourceforge.net/
4767 S:      Odd Fixes
4768 F:      Documentation/isdn/README.gigaset
4769 F:      drivers/isdn/gigaset/
4770 F:      include/uapi/linux/gigaset_dev.h
4771
4772 GO7007 MPEG CODEC
4773 M:      Hans Verkuil <hans.verkuil@cisco.com>
4774 L:      linux-media@vger.kernel.org
4775 S:      Maintained
4776 F:      drivers/media/usb/go7007/
4777
4778 GOODIX TOUCHSCREEN
4779 M:      Bastien Nocera <hadess@hadess.net>
4780 L:      linux-input@vger.kernel.org
4781 S:      Maintained
4782 F:      drivers/input/touchscreen/goodix.c
4783
4784 GPIO SUBSYSTEM
4785 M:      Linus Walleij <linus.walleij@linaro.org>
4786 M:      Alexandre Courbot <gnurou@gmail.com>
4787 L:      linux-gpio@vger.kernel.org
4788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4789 S:      Maintained
4790 F:      Documentation/gpio/
4791 F:      drivers/gpio/
4792 F:      include/linux/gpio/
4793 F:      include/linux/gpio.h
4794 F:      include/asm-generic/gpio.h
4795
4796 GRE DEMULTIPLEXER DRIVER
4797 M:      Dmitry Kozlov <xeb@mail.ru>
4798 L:      netdev@vger.kernel.org
4799 S:      Maintained
4800 F:      net/ipv4/gre_demux.c
4801 F:      net/ipv4/gre_offload.c
4802 F:      include/net/gre.h
4803
4804 GRETH 10/100/1G Ethernet MAC device driver
4805 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4806 L:      netdev@vger.kernel.org
4807 S:      Maintained
4808 F:      drivers/net/ethernet/aeroflex/
4809
4810 GSPCA FINEPIX SUBDRIVER
4811 M:      Frank Zago <frank@zago.net>
4812 L:      linux-media@vger.kernel.org
4813 T:      git git://linuxtv.org/media_tree.git
4814 S:      Maintained
4815 F:      drivers/media/usb/gspca/finepix.c
4816
4817 GSPCA GL860 SUBDRIVER
4818 M:      Olivier Lorin <o.lorin@laposte.net>
4819 L:      linux-media@vger.kernel.org
4820 T:      git git://linuxtv.org/media_tree.git
4821 S:      Maintained
4822 F:      drivers/media/usb/gspca/gl860/
4823
4824 GSPCA M5602 SUBDRIVER
4825 M:      Erik Andren <erik.andren@gmail.com>
4826 L:      linux-media@vger.kernel.org
4827 T:      git git://linuxtv.org/media_tree.git
4828 S:      Maintained
4829 F:      drivers/media/usb/gspca/m5602/
4830
4831 GSPCA PAC207 SONIXB SUBDRIVER
4832 M:      Hans de Goede <hdegoede@redhat.com>
4833 L:      linux-media@vger.kernel.org
4834 T:      git git://linuxtv.org/media_tree.git
4835 S:      Maintained
4836 F:      drivers/media/usb/gspca/pac207.c
4837
4838 GSPCA SN9C20X SUBDRIVER
4839 M:      Brian Johnson <brijohn@gmail.com>
4840 L:      linux-media@vger.kernel.org
4841 T:      git git://linuxtv.org/media_tree.git
4842 S:      Maintained
4843 F:      drivers/media/usb/gspca/sn9c20x.c
4844
4845 GSPCA T613 SUBDRIVER
4846 M:      Leandro Costantino <lcostantino@gmail.com>
4847 L:      linux-media@vger.kernel.org
4848 T:      git git://linuxtv.org/media_tree.git
4849 S:      Maintained
4850 F:      drivers/media/usb/gspca/t613.c
4851
4852 GSPCA USB WEBCAM DRIVER
4853 M:      Hans de Goede <hdegoede@redhat.com>
4854 L:      linux-media@vger.kernel.org
4855 T:      git git://linuxtv.org/media_tree.git
4856 S:      Maintained
4857 F:      drivers/media/usb/gspca/
4858
4859 GUID PARTITION TABLE (GPT)
4860 M:      Davidlohr Bueso <dave@stgolabs.net>
4861 L:      linux-efi@vger.kernel.org
4862 S:      Maintained
4863 F:      block/partitions/efi.*
4864
4865 STK1160 USB VIDEO CAPTURE DRIVER
4866 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4867 L:      linux-media@vger.kernel.org
4868 T:      git git://linuxtv.org/media_tree.git
4869 S:      Maintained
4870 F:      drivers/media/usb/stk1160/
4871
4872 H8/300 ARCHITECTURE
4873 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4874 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4875 W:      http://uclinux-h8.sourceforge.jp
4876 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4877 S:      Maintained
4878 F:      arch/h8300/
4879 F:      drivers/clocksource/h8300_*.c
4880 F:      drivers/clk/h8300/
4881 F:      drivers/irqchip/irq-renesas-h8*.c
4882
4883 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4884 M:      Frank Seidel <frank@f-seidel.de>
4885 L:      platform-driver-x86@vger.kernel.org
4886 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4887 S:      Maintained
4888 F:      drivers/platform/x86/hdaps.c
4889
4890 HDPVR USB VIDEO ENCODER DRIVER
4891 M:      Hans Verkuil <hverkuil@xs4all.nl>
4892 L:      linux-media@vger.kernel.org
4893 T:      git git://linuxtv.org/media_tree.git
4894 W:      http://linuxtv.org
4895 S:      Odd Fixes
4896 F:      drivers/media/usb/hdpvr/
4897
4898 HWPOISON MEMORY FAILURE HANDLING
4899 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4900 L:      linux-mm@kvack.org
4901 S:      Maintained
4902 F:      mm/memory-failure.c
4903 F:      mm/hwpoison-inject.c
4904
4905 HYPERVISOR VIRTUAL CONSOLE DRIVER
4906 L:      linuxppc-dev@lists.ozlabs.org
4907 S:      Odd Fixes
4908 F:      drivers/tty/hvc/
4909
4910 HACKRF MEDIA DRIVER
4911 M:      Antti Palosaari <crope@iki.fi>
4912 L:      linux-media@vger.kernel.org
4913 W:      http://linuxtv.org/
4914 W:      http://palosaari.fi/linux/
4915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4916 T:      git git://linuxtv.org/anttip/media_tree.git
4917 S:      Maintained
4918 F:      drivers/media/usb/hackrf/
4919
4920 HARDWARE MONITORING
4921 M:      Jean Delvare <jdelvare@suse.com>
4922 M:      Guenter Roeck <linux@roeck-us.net>
4923 L:      linux-hwmon@vger.kernel.org
4924 W:      http://hwmon.wiki.kernel.org/
4925 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4927 S:      Maintained
4928 F:      Documentation/hwmon/
4929 F:      drivers/hwmon/
4930 F:      include/linux/hwmon*.h
4931
4932 HARDWARE RANDOM NUMBER GENERATOR CORE
4933 M:      Matt Mackall <mpm@selenic.com>
4934 M:      Herbert Xu <herbert@gondor.apana.org.au>
4935 L:      linux-crypto@vger.kernel.org
4936 S:      Odd fixes
4937 F:      Documentation/hw_random.txt
4938 F:      drivers/char/hw_random/
4939 F:      include/linux/hw_random.h
4940
4941 HARDWARE SPINLOCK CORE
4942 M:      Ohad Ben-Cohen <ohad@wizery.com>
4943 S:      Maintained
4944 F:      Documentation/hwspinlock.txt
4945 F:      drivers/hwspinlock/hwspinlock_*
4946 F:      include/linux/hwspinlock.h
4947
4948 HARMONY SOUND DRIVER
4949 L:      linux-parisc@vger.kernel.org
4950 S:      Maintained
4951 F:      sound/parisc/harmony.*
4952
4953 HD29L2 MEDIA DRIVER
4954 M:      Antti Palosaari <crope@iki.fi>
4955 L:      linux-media@vger.kernel.org
4956 W:      http://linuxtv.org/
4957 W:      http://palosaari.fi/linux/
4958 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4959 T:      git git://linuxtv.org/anttip/media_tree.git
4960 S:      Maintained
4961 F:      drivers/media/dvb-frontends/hd29l2*
4962
4963 HEWLETT-PACKARD SMART2 RAID DRIVER
4964 L:      iss_storagedev@hp.com
4965 S:      Orphan
4966 F:      Documentation/blockdev/cpqarray.txt
4967 F:      drivers/block/cpqarray.*
4968
4969 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4970 M:      Don Brace <don.brace@pmcs.com>
4971 L:      iss_storagedev@hp.com
4972 L:      storagedev@pmcs.com
4973 L:      linux-scsi@vger.kernel.org
4974 S:      Supported
4975 F:      Documentation/scsi/hpsa.txt
4976 F:      drivers/scsi/hpsa*.[ch]
4977 F:      include/linux/cciss*.h
4978 F:      include/uapi/linux/cciss*.h
4979
4980 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4981 M:      Don Brace <don.brace@pmcs.com>
4982 L:      iss_storagedev@hp.com
4983 L:      storagedev@pmcs.com
4984 L:      linux-scsi@vger.kernel.org
4985 S:      Supported
4986 F:      Documentation/blockdev/cciss.txt
4987 F:      drivers/block/cciss*
4988 F:      include/linux/cciss_ioctl.h
4989 F:      include/uapi/linux/cciss_ioctl.h
4990
4991 HFS FILESYSTEM
4992 L:      linux-fsdevel@vger.kernel.org
4993 S:      Orphan
4994 F:      Documentation/filesystems/hfs.txt
4995 F:      fs/hfs/
4996
4997 HFSPLUS FILESYSTEM
4998 L:      linux-fsdevel@vger.kernel.org
4999 S:      Orphan
5000 F:      Documentation/filesystems/hfsplus.txt
5001 F:      fs/hfsplus/
5002
5003 HGA FRAMEBUFFER DRIVER
5004 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5005 L:      linux-nvidia@lists.surfsouth.com
5006 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5007 S:      Maintained
5008 F:      drivers/video/fbdev/hgafb.c
5009
5010 HIBERNATION (aka Software Suspend, aka swsusp)
5011 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5012 M:      Pavel Machek <pavel@ucw.cz>
5013 L:      linux-pm@vger.kernel.org
5014 S:      Supported
5015 F:      arch/x86/power/
5016 F:      drivers/base/power/
5017 F:      kernel/power/
5018 F:      include/linux/suspend.h
5019 F:      include/linux/freezer.h
5020 F:      include/linux/pm.h
5021 F:      arch/*/include/asm/suspend*.h
5022
5023 HID CORE LAYER
5024 M:      Jiri Kosina <jikos@kernel.org>
5025 L:      linux-input@vger.kernel.org
5026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5027 S:      Maintained
5028 F:      drivers/hid/
5029 F:      include/linux/hid*
5030 F:      include/uapi/linux/hid*
5031
5032 HID SENSOR HUB DRIVERS
5033 M:      Jiri Kosina <jikos@kernel.org>
5034 M:      Jonathan Cameron <jic23@kernel.org>
5035 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5036 L:      linux-input@vger.kernel.org
5037 L:      linux-iio@vger.kernel.org
5038 S:      Maintained
5039 F:      Documentation/hid/hid-sensor*
5040 F:      drivers/hid/hid-sensor-*
5041 F:      drivers/iio/*/hid-*
5042 F:      include/linux/hid-sensor-*
5043
5044 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5045 M:      Thomas Gleixner <tglx@linutronix.de>
5046 L:      linux-kernel@vger.kernel.org
5047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5048 S:      Maintained
5049 F:      Documentation/timers/
5050 F:      kernel/time/hrtimer.c
5051 F:      kernel/time/clockevents.c
5052 F:      kernel/time/tick*.*
5053 F:      kernel/time/timer_*.c
5054 F:      include/linux/clockchips.h
5055 F:      include/linux/hrtimer.h
5056
5057 HIGH-SPEED SCC DRIVER FOR AX.25
5058 L:      linux-hams@vger.kernel.org
5059 S:      Orphan
5060 F:      drivers/net/hamradio/dmascc.c
5061 F:      drivers/net/hamradio/scc.c
5062
5063 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5064 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5065 W:      http://www.highpoint-tech.com
5066 S:      Supported
5067 F:      Documentation/scsi/hptiop.txt
5068 F:      drivers/scsi/hptiop.c
5069
5070 HIPPI
5071 M:      Jes Sorensen <jes@trained-monkey.org>
5072 L:      linux-hippi@sunsite.dk
5073 S:      Maintained
5074 F:      include/linux/hippidevice.h
5075 F:      include/uapi/linux/if_hippi.h
5076 F:      net/802/hippi.c
5077 F:      drivers/net/hippi/
5078
5079 HOST AP DRIVER
5080 M:      Jouni Malinen <j@w1.fi>
5081 L:      hostap@shmoo.com (subscribers-only)
5082 L:      linux-wireless@vger.kernel.org
5083 W:      http://hostap.epitest.fi/
5084 S:      Maintained
5085 F:      drivers/net/wireless/hostap/
5086
5087 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5088 L:      platform-driver-x86@vger.kernel.org
5089 S:      Orphan
5090 F:      drivers/platform/x86/tc1100-wmi.c
5091
5092 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5093 M:      Jaroslav Kysela <perex@perex.cz>
5094 S:      Maintained
5095 F:      drivers/net/ethernet/hp/hp100.*
5096
5097 HPET:   High Precision Event Timers driver
5098 M:      Clemens Ladisch <clemens@ladisch.de>
5099 S:      Maintained
5100 F:      Documentation/timers/hpet.txt
5101 F:      drivers/char/hpet.c
5102 F:      include/linux/hpet.h
5103 F:      include/uapi/linux/hpet.h
5104
5105 HPET:   x86
5106 S:      Orphan
5107 F:      arch/x86/kernel/hpet.c
5108 F:      arch/x86/include/asm/hpet.h
5109
5110 HPFS FILESYSTEM
5111 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5112 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5113 S:      Maintained
5114 F:      fs/hpfs/
5115
5116 HSI SUBSYSTEM
5117 M:      Sebastian Reichel <sre@kernel.org>
5118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5119 S:      Maintained
5120 F:      Documentation/ABI/testing/sysfs-bus-hsi
5121 F:      Documentation/hsi.txt
5122 F:      drivers/hsi/
5123 F:      include/linux/hsi/
5124 F:      include/uapi/linux/hsi/
5125
5126 HSO 3G MODEM DRIVER
5127 M:      Jan Dumon <j.dumon@option.com>
5128 W:      http://www.pharscape.org
5129 S:      Maintained
5130 F:      drivers/net/usb/hso.c
5131
5132 HSR NETWORK PROTOCOL
5133 M:      Arvid Brodin <arvid.brodin@alten.se>
5134 L:      netdev@vger.kernel.org
5135 S:      Maintained
5136 F:      net/hsr/
5137
5138 HTCPEN TOUCHSCREEN DRIVER
5139 M:      Pau Oliva Fora <pof@eslack.org>
5140 L:      linux-input@vger.kernel.org
5141 S:      Maintained
5142 F:      drivers/input/touchscreen/htcpen.c
5143
5144 HUGETLB FILESYSTEM
5145 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5146 S:      Maintained
5147 F:      fs/hugetlbfs/
5148
5149 Hyper-V CORE AND DRIVERS
5150 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5151 M:      Haiyang Zhang <haiyangz@microsoft.com>
5152 L:      devel@linuxdriverproject.org
5153 S:      Maintained
5154 F:      arch/x86/include/asm/mshyperv.h
5155 F:      arch/x86/include/uapi/asm/hyperv.h
5156 F:      arch/x86/kernel/cpu/mshyperv.c
5157 F:      drivers/hid/hid-hyperv.c
5158 F:      drivers/hv/
5159 F:      drivers/input/serio/hyperv-keyboard.c
5160 F:      drivers/net/hyperv/
5161 F:      drivers/scsi/storvsc_drv.c
5162 F:      drivers/video/fbdev/hyperv_fb.c
5163 F:      include/linux/hyperv.h
5164 F:      tools/hv/
5165 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5166
5167 I2C OVER PARALLEL PORT
5168 M:      Jean Delvare <jdelvare@suse.com>
5169 L:      linux-i2c@vger.kernel.org
5170 S:      Maintained
5171 F:      Documentation/i2c/busses/i2c-parport
5172 F:      Documentation/i2c/busses/i2c-parport-light
5173 F:      drivers/i2c/busses/i2c-parport.c
5174 F:      drivers/i2c/busses/i2c-parport-light.c
5175
5176 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5177 M:      Jean Delvare <jdelvare@suse.com>
5178 L:      linux-i2c@vger.kernel.org
5179 S:      Maintained
5180 F:      Documentation/i2c/busses/i2c-ali1535
5181 F:      Documentation/i2c/busses/i2c-ali1563
5182 F:      Documentation/i2c/busses/i2c-ali15x3
5183 F:      Documentation/i2c/busses/i2c-amd756
5184 F:      Documentation/i2c/busses/i2c-amd8111
5185 F:      Documentation/i2c/busses/i2c-i801
5186 F:      Documentation/i2c/busses/i2c-nforce2
5187 F:      Documentation/i2c/busses/i2c-piix4
5188 F:      Documentation/i2c/busses/i2c-sis5595
5189 F:      Documentation/i2c/busses/i2c-sis630
5190 F:      Documentation/i2c/busses/i2c-sis96x
5191 F:      Documentation/i2c/busses/i2c-via
5192 F:      Documentation/i2c/busses/i2c-viapro
5193 F:      drivers/i2c/busses/i2c-ali1535.c
5194 F:      drivers/i2c/busses/i2c-ali1563.c
5195 F:      drivers/i2c/busses/i2c-ali15x3.c
5196 F:      drivers/i2c/busses/i2c-amd756.c
5197 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5198 F:      drivers/i2c/busses/i2c-amd8111.c
5199 F:      drivers/i2c/busses/i2c-i801.c
5200 F:      drivers/i2c/busses/i2c-isch.c
5201 F:      drivers/i2c/busses/i2c-nforce2.c
5202 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5203 F:      drivers/i2c/busses/i2c-piix4.c
5204 F:      drivers/i2c/busses/i2c-sis5595.c
5205 F:      drivers/i2c/busses/i2c-sis630.c
5206 F:      drivers/i2c/busses/i2c-sis96x.c
5207 F:      drivers/i2c/busses/i2c-via.c
5208 F:      drivers/i2c/busses/i2c-viapro.c
5209
5210 I2C/SMBUS ISMT DRIVER
5211 M:      Seth Heasley <seth.heasley@intel.com>
5212 M:      Neil Horman <nhorman@tuxdriver.com>
5213 L:      linux-i2c@vger.kernel.org
5214 F:      drivers/i2c/busses/i2c-ismt.c
5215 F:      Documentation/i2c/busses/i2c-ismt
5216
5217 I2C/SMBUS STUB DRIVER
5218 M:      Jean Delvare <jdelvare@suse.com>
5219 L:      linux-i2c@vger.kernel.org
5220 S:      Maintained
5221 F:      drivers/i2c/i2c-stub.c
5222
5223 I2C SUBSYSTEM
5224 M:      Wolfram Sang <wsa@the-dreams.de>
5225 L:      linux-i2c@vger.kernel.org
5226 W:      https://i2c.wiki.kernel.org/
5227 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5229 S:      Maintained
5230 F:      Documentation/devicetree/bindings/i2c/
5231 F:      Documentation/i2c/
5232 F:      drivers/i2c/
5233 F:      drivers/i2c/*/
5234 F:      include/linux/i2c.h
5235 F:      include/linux/i2c-*.h
5236 F:      include/uapi/linux/i2c.h
5237 F:      include/uapi/linux/i2c-*.h
5238
5239 I2C ACPI SUPPORT
5240 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5241 L:      linux-i2c@vger.kernel.org
5242 L:      linux-acpi@vger.kernel.org
5243 S:      Maintained
5244
5245 I2C-TAOS-EVM DRIVER
5246 M:      Jean Delvare <jdelvare@suse.com>
5247 L:      linux-i2c@vger.kernel.org
5248 S:      Maintained
5249 F:      Documentation/i2c/busses/i2c-taos-evm
5250 F:      drivers/i2c/busses/i2c-taos-evm.c
5251
5252 I2C-TINY-USB DRIVER
5253 M:      Till Harbaum <till@harbaum.org>
5254 L:      linux-i2c@vger.kernel.org
5255 W:      http://www.harbaum.org/till/i2c_tiny_usb
5256 S:      Maintained
5257 F:      drivers/i2c/busses/i2c-tiny-usb.c
5258
5259 i386 BOOT CODE
5260 M:      "H. Peter Anvin" <hpa@zytor.com>
5261 S:      Maintained
5262 F:      arch/x86/boot/
5263
5264 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5265 M:      "H. Peter Anvin" <hpa@zytor.com>
5266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5267 S:      Maintained
5268
5269 IA64 (Itanium) PLATFORM
5270 M:      Tony Luck <tony.luck@intel.com>
5271 M:      Fenghua Yu <fenghua.yu@intel.com>
5272 L:      linux-ia64@vger.kernel.org
5273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5274 S:      Maintained
5275 F:      arch/ia64/
5276
5277 IBM Power VMX Cryptographic instructions
5278 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5279 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5280 L:      linux-crypto@vger.kernel.org
5281 S:      Supported
5282 F:      drivers/crypto/vmx/Makefile
5283 F:      drivers/crypto/vmx/Kconfig
5284 F:      drivers/crypto/vmx/vmx.c
5285 F:      drivers/crypto/vmx/aes*
5286 F:      drivers/crypto/vmx/ghash*
5287 F:      drivers/crypto/vmx/ppc-xlate.pl
5288
5289 IBM Power in-Nest Crypto Acceleration
5290 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5291 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5292 L:      linux-crypto@vger.kernel.org
5293 S:      Supported
5294 F:      drivers/crypto/nx/Makefile
5295 F:      drivers/crypto/nx/Kconfig
5296 F:      drivers/crypto/nx/nx-aes*
5297 F:      drivers/crypto/nx/nx-sha*
5298 F:      drivers/crypto/nx/nx.*
5299 F:      drivers/crypto/nx/nx_csbcpb.h
5300 F:      drivers/crypto/nx/nx_debugfs.h
5301
5302 IBM Power 842 compression accelerator
5303 M:      Dan Streetman <ddstreet@ieee.org>
5304 S:      Supported
5305 F:      drivers/crypto/nx/Makefile
5306 F:      drivers/crypto/nx/Kconfig
5307 F:      drivers/crypto/nx/nx-842*
5308 F:      include/linux/sw842.h
5309 F:      crypto/842.c
5310 F:      lib/842/
5311
5312 IBM Power Linux RAID adapter
5313 M:      Brian King <brking@us.ibm.com>
5314 S:      Supported
5315 F:      drivers/scsi/ipr.*
5316
5317 IBM Power Virtual Ethernet Device Driver
5318 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5319 L:      netdev@vger.kernel.org
5320 S:      Supported
5321 F:      drivers/net/ethernet/ibm/ibmveth.*
5322
5323 IBM Power Virtual SCSI Device Drivers
5324 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5325 L:      linux-scsi@vger.kernel.org
5326 S:      Supported
5327 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5328 F:      drivers/scsi/ibmvscsi/viosrp.h
5329
5330 IBM Power Virtual FC Device Drivers
5331 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5332 L:      linux-scsi@vger.kernel.org
5333 S:      Supported
5334 F:      drivers/scsi/ibmvscsi/ibmvfc*
5335
5336 IBM ServeRAID RAID DRIVER
5337 S:      Orphan
5338 F:      drivers/scsi/ips.*
5339
5340 ICH LPC AND GPIO DRIVER
5341 M:      Peter Tyser <ptyser@xes-inc.com>
5342 S:      Maintained
5343 F:      drivers/mfd/lpc_ich.c
5344 F:      drivers/gpio/gpio-ich.c
5345
5346 IDE SUBSYSTEM
5347 M:      "David S. Miller" <davem@davemloft.net>
5348 L:      linux-ide@vger.kernel.org
5349 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5351 S:      Maintained
5352 F:      Documentation/ide/
5353 F:      drivers/ide/
5354 F:      include/linux/ide.h
5355
5356 IDEAPAD LAPTOP EXTRAS DRIVER
5357 M:      Ike Panhc <ike.pan@canonical.com>
5358 L:      platform-driver-x86@vger.kernel.org
5359 W:      http://launchpad.net/ideapad-laptop
5360 S:      Maintained
5361 F:      drivers/platform/x86/ideapad-laptop.c
5362
5363 IDEAPAD LAPTOP SLIDEBAR DRIVER
5364 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5365 L:      linux-input@vger.kernel.org
5366 W:      https://github.com/o2genum/ideapad-slidebar
5367 S:      Maintained
5368 F:      drivers/input/misc/ideapad_slidebar.c
5369
5370 IDE/ATAPI DRIVERS
5371 M:      Borislav Petkov <bp@alien8.de>
5372 L:      linux-ide@vger.kernel.org
5373 S:      Maintained
5374 F:      Documentation/cdrom/ide-cd
5375 F:      drivers/ide/ide-cd*
5376
5377 IDLE-I7300
5378 M:      Andy Henroid <andrew.d.henroid@intel.com>
5379 L:      linux-pm@vger.kernel.org
5380 S:      Supported
5381 F:      drivers/idle/i7300_idle.c
5382
5383 IEEE 802.15.4 SUBSYSTEM
5384 M:      Alexander Aring <alex.aring@gmail.com>
5385 L:      linux-wpan@vger.kernel.org
5386 W:      https://github.com/linux-wpan
5387 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5388 S:      Maintained
5389 F:      net/ieee802154/
5390 F:      net/mac802154/
5391 F:      drivers/net/ieee802154/
5392 F:      include/linux/nl802154.h
5393 F:      include/linux/ieee802154.h
5394 F:      include/net/nl802154.h
5395 F:      include/net/mac802154.h
5396 F:      include/net/af_ieee802154.h
5397 F:      include/net/cfg802154.h
5398 F:      include/net/ieee802154_netdev.h
5399 F:      Documentation/networking/ieee802154.txt
5400
5401 IGORPLUG-USB IR RECEIVER
5402 M:      Sean Young <sean@mess.org>
5403 L:      linux-media@vger.kernel.org
5404 S:      Maintained
5405 F:      drivers/media/rc/igorplugusb.c
5406
5407 IGUANAWORKS USB IR TRANSCEIVER
5408 M:      Sean Young <sean@mess.org>
5409 L:      linux-media@vger.kernel.org
5410 S:      Maintained
5411 F:      drivers/media/rc/iguanair.c
5412
5413 IIO SUBSYSTEM AND DRIVERS
5414 M:      Jonathan Cameron <jic23@kernel.org>
5415 R:      Hartmut Knaack <knaack.h@gmx.de>
5416 R:      Lars-Peter Clausen <lars@metafoo.de>
5417 R:      Peter Meerwald <pmeerw@pmeerw.net>
5418 L:      linux-iio@vger.kernel.org
5419 S:      Maintained
5420 F:      drivers/iio/
5421 F:      drivers/staging/iio/
5422 F:      include/linux/iio/
5423 F:      tools/iio/
5424
5425 IKANOS/ADI EAGLE ADSL USB DRIVER
5426 M:      Matthieu Castet <castet.matthieu@free.fr>
5427 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5428 S:      Maintained
5429 F:      drivers/usb/atm/ueagle-atm.c
5430
5431 INA209 HARDWARE MONITOR DRIVER
5432 M:      Guenter Roeck <linux@roeck-us.net>
5433 L:      linux-hwmon@vger.kernel.org
5434 S:      Maintained
5435 F:      Documentation/hwmon/ina209
5436 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5437 F:      drivers/hwmon/ina209.c
5438
5439 INA2XX HARDWARE MONITOR DRIVER
5440 M:      Guenter Roeck <linux@roeck-us.net>
5441 L:      linux-hwmon@vger.kernel.org
5442 S:      Maintained
5443 F:      Documentation/hwmon/ina2xx
5444 F:      drivers/hwmon/ina2xx.c
5445 F:      include/linux/platform_data/ina2xx.h
5446
5447 INDUSTRY PACK SUBSYSTEM (IPACK)
5448 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5449 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5450 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5451 L:      industrypack-devel@lists.sourceforge.net
5452 W:      http://industrypack.sourceforge.net
5453 S:      Maintained
5454 F:      drivers/ipack/
5455
5456 INGENIC JZ4780 DMA Driver
5457 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5458 S:      Maintained
5459 F:      drivers/dma/dma-jz4780.c
5460
5461 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5462 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5463 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5464 L:      linux-ima-devel@lists.sourceforge.net
5465 L:      linux-ima-user@lists.sourceforge.net
5466 L:      linux-security-module@vger.kernel.org
5467 S:      Supported
5468 F:      security/integrity/ima/
5469
5470 IMGTEC IR DECODER DRIVER
5471 M:      James Hogan <james.hogan@imgtec.com>
5472 S:      Maintained
5473 F:      drivers/media/rc/img-ir/
5474
5475 IMS TWINTURBO FRAMEBUFFER DRIVER
5476 L:      linux-fbdev@vger.kernel.org
5477 S:      Orphan
5478 F:      drivers/video/fbdev/imsttfb.c
5479
5480 INFINIBAND SUBSYSTEM
5481 M:      Doug Ledford <dledford@redhat.com>
5482 M:      Sean Hefty <sean.hefty@intel.com>
5483 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5484 L:      linux-rdma@vger.kernel.org
5485 W:      http://www.openfabrics.org/
5486 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5488 S:      Supported
5489 F:      Documentation/infiniband/
5490 F:      drivers/infiniband/
5491 F:      drivers/staging/rdma/
5492 F:      include/uapi/linux/if_infiniband.h
5493 F:      include/uapi/rdma/
5494 F:      include/rdma/
5495
5496 INOTIFY
5497 M:      John McCutchan <john@johnmccutchan.com>
5498 M:      Robert Love <rlove@rlove.org>
5499 M:      Eric Paris <eparis@parisplace.org>
5500 S:      Maintained
5501 F:      Documentation/filesystems/inotify.txt
5502 F:      fs/notify/inotify/
5503 F:      include/linux/inotify.h
5504 F:      include/uapi/linux/inotify.h
5505
5506 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5507 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5508 L:      linux-input@vger.kernel.org
5509 Q:      http://patchwork.kernel.org/project/linux-input/list/
5510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5511 S:      Maintained
5512 F:      drivers/input/
5513 F:      include/linux/input.h
5514 F:      include/uapi/linux/input.h
5515 F:      include/linux/input/
5516
5517 INPUT MULTITOUCH (MT) PROTOCOL
5518 M:      Henrik Rydberg <rydberg@bitmath.org>
5519 L:      linux-input@vger.kernel.org
5520 S:      Odd fixes
5521 F:      Documentation/input/multi-touch-protocol.txt
5522 F:      drivers/input/input-mt.c
5523 K:      \b(ABS|SYN)_MT_
5524
5525 INTEL ASoC BDW/HSW DRIVERS
5526 M:      Jie Yang <yang.jie@linux.intel.com>
5527 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5528 S:      Supported
5529 F:      sound/soc/intel/common/sst-dsp*
5530 F:      sound/soc/intel/common/sst-firmware.c
5531 F:      sound/soc/intel/boards/broadwell.c
5532 F:      sound/soc/intel/haswell/
5533
5534 INTEL C600 SERIES SAS CONTROLLER DRIVER
5535 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5536 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5537 L:      linux-scsi@vger.kernel.org
5538 T:      git git://git.code.sf.net/p/intel-sas/isci
5539 S:      Supported
5540 F:      drivers/scsi/isci/
5541
5542 INTEL IDLE DRIVER
5543 M:      Len Brown <lenb@kernel.org>
5544 L:      linux-pm@vger.kernel.org
5545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5546 S:      Supported
5547 F:      drivers/idle/intel_idle.c
5548
5549 INTEL PSTATE DRIVER
5550 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5551 M:      Len Brown <lenb@kernel.org>
5552 L:      linux-pm@vger.kernel.org
5553 S:      Supported
5554 F:      drivers/cpufreq/intel_pstate.c
5555
5556 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5557 M:      Maik Broemme <mbroemme@plusserver.de>
5558 L:      linux-fbdev@vger.kernel.org
5559 S:      Maintained
5560 F:      Documentation/fb/intelfb.txt
5561 F:      drivers/video/fbdev/intelfb/
5562
5563 INTEL 810/815 FRAMEBUFFER DRIVER
5564 M:      Antonino Daplas <adaplas@gmail.com>
5565 L:      linux-fbdev@vger.kernel.org
5566 S:      Maintained
5567 F:      drivers/video/fbdev/i810/
5568
5569 INTEL MENLOW THERMAL DRIVER
5570 M:      Sujith Thomas <sujith.thomas@intel.com>
5571 L:      platform-driver-x86@vger.kernel.org
5572 W:      https://01.org/linux-acpi
5573 S:      Supported
5574 F:      drivers/platform/x86/intel_menlow.c
5575
5576 INTEL I/OAT DMA DRIVER
5577 M:      Dave Jiang <dave.jiang@intel.com>
5578 R:      Dan Williams <dan.j.williams@intel.com>
5579 L:      dmaengine@vger.kernel.org
5580 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5581 S:      Supported
5582 F:      drivers/dma/ioat*
5583
5584 INTEL IOMMU (VT-d)
5585 M:      David Woodhouse <dwmw2@infradead.org>
5586 L:      iommu@lists.linux-foundation.org
5587 T:      git git://git.infradead.org/iommu-2.6.git
5588 S:      Supported
5589 F:      drivers/iommu/intel-iommu.c
5590 F:      include/linux/intel-iommu.h
5591
5592 INTEL IOP-ADMA DMA DRIVER
5593 R:      Dan Williams <dan.j.williams@intel.com>
5594 S:      Odd fixes
5595 F:      drivers/dma/iop-adma.c
5596
5597 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5598 M:      Krzysztof Halasa <khalasa@piap.pl>
5599 S:      Maintained
5600 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5601 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5602 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5603 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5604 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5605 F:      drivers/net/wan/ixp4xx_hss.c
5606
5607 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5608 M:      Deepak Saxena <dsaxena@plexity.net>
5609 S:      Maintained
5610 F:      drivers/char/hw_random/ixp4xx-rng.c
5611
5612 INTEL ETHERNET DRIVERS
5613 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5614 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5615 R:      Shannon Nelson <shannon.nelson@intel.com>
5616 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5617 R:      Don Skidmore <donald.c.skidmore@intel.com>
5618 R:      Bruce Allan <bruce.w.allan@intel.com>
5619 R:      John Ronciak <john.ronciak@intel.com>
5620 R:      Mitch Williams <mitch.a.williams@intel.com>
5621 L:      intel-wired-lan@lists.osuosl.org
5622 W:      http://www.intel.com/support/feedback.htm
5623 W:      http://e1000.sourceforge.net/
5624 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5627 S:      Supported
5628 F:      Documentation/networking/e100.txt
5629 F:      Documentation/networking/e1000.txt
5630 F:      Documentation/networking/e1000e.txt
5631 F:      Documentation/networking/igb.txt
5632 F:      Documentation/networking/igbvf.txt
5633 F:      Documentation/networking/ixgb.txt
5634 F:      Documentation/networking/ixgbe.txt
5635 F:      Documentation/networking/ixgbevf.txt
5636 F:      Documentation/networking/i40e.txt
5637 F:      Documentation/networking/i40evf.txt
5638 F:      drivers/net/ethernet/intel/
5639 F:      drivers/net/ethernet/intel/*/
5640
5641 INTEL-MID GPIO DRIVER
5642 M:      David Cohen <david.a.cohen@linux.intel.com>
5643 L:      linux-gpio@vger.kernel.org
5644 S:      Maintained
5645 F:      drivers/gpio/gpio-intel-mid.c
5646
5647 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5648 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5649 L:      linux-wireless@vger.kernel.org
5650 S:      Maintained
5651 F:      Documentation/networking/README.ipw2100
5652 F:      Documentation/networking/README.ipw2200
5653 F:      drivers/net/wireless/ipw2x00/
5654
5655 INTEL(R) TRACE HUB
5656 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5657 S:      Supported
5658 F:      Documentation/trace/intel_th.txt
5659 F:      drivers/hwtracing/intel_th/
5660
5661 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5662 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5663 M:      Gang Wei <gang.wei@intel.com>
5664 M:      Shane Wang <shane.wang@intel.com>
5665 L:      tboot-devel@lists.sourceforge.net
5666 W:      http://tboot.sourceforge.net
5667 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5668 S:      Supported
5669 F:      Documentation/intel_txt.txt
5670 F:      include/linux/tboot.h
5671 F:      arch/x86/kernel/tboot.c
5672
5673 INTEL WIRELESS WIMAX CONNECTION 2400
5674 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5675 M:      linux-wimax@intel.com
5676 L:      wimax@linuxwimax.org (subscribers-only)
5677 S:      Supported
5678 W:      http://linuxwimax.org
5679 F:      Documentation/wimax/README.i2400m
5680 F:      drivers/net/wimax/i2400m/
5681 F:      include/uapi/linux/wimax/i2400m.h
5682
5683 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5684 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5685 L:      linux-wireless@vger.kernel.org
5686 S:      Supported
5687 F:      drivers/net/wireless/iwlegacy/
5688
5689 INTEL WIRELESS WIFI LINK (iwlwifi)
5690 M:      Johannes Berg <johannes.berg@intel.com>
5691 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5692 M:      Intel Linux Wireless <linuxwifi@intel.com>
5693 L:      linux-wireless@vger.kernel.org
5694 W:      http://intellinuxwireless.org
5695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5696 S:      Supported
5697 F:      drivers/net/wireless/iwlwifi/
5698
5699 INTEL MANAGEMENT ENGINE (mei)
5700 M:      Tomas Winkler <tomas.winkler@intel.com>
5701 L:      linux-kernel@vger.kernel.org
5702 S:      Supported
5703 F:      include/uapi/linux/mei.h
5704 F:      include/linux/mei_cl_bus.h
5705 F:      drivers/misc/mei/*
5706 F:      Documentation/misc-devices/mei/*
5707
5708 INTEL MIC DRIVERS (mic)
5709 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5710 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5711 S:      Supported
5712 W:      https://github.com/sudeepdutt/mic
5713 W:      http://software.intel.com/en-us/mic-developer
5714 F:      include/linux/mic_bus.h
5715 F:      include/linux/scif.h
5716 F:      include/uapi/linux/mic_common.h
5717 F:      include/uapi/linux/mic_ioctl.h
5718 F       include/uapi/linux/scif_ioctl.h
5719 F:      drivers/misc/mic/
5720 F:      drivers/dma/mic_x100_dma.c
5721 F:      drivers/dma/mic_x100_dma.h
5722 F       Documentation/mic/
5723
5724 INTEL PMC IPC DRIVER
5725 M:      Zha Qipeng<qipeng.zha@intel.com>
5726 L:      platform-driver-x86@vger.kernel.org
5727 S:      Maintained
5728 F:      drivers/platform/x86/intel_pmc_ipc.c
5729 F:      arch/x86/include/asm/intel_pmc_ipc.h
5730
5731 IOC3 ETHERNET DRIVER
5732 M:      Ralf Baechle <ralf@linux-mips.org>
5733 L:      linux-mips@linux-mips.org
5734 S:      Maintained
5735 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5736
5737 IOC3 SERIAL DRIVER
5738 M:      Pat Gefre <pfg@sgi.com>
5739 L:      linux-serial@vger.kernel.org
5740 S:      Maintained
5741 F:      drivers/tty/serial/ioc3_serial.c
5742
5743 IOMMU DRIVERS
5744 M:      Joerg Roedel <joro@8bytes.org>
5745 L:      iommu@lists.linux-foundation.org
5746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5747 S:      Maintained
5748 F:      drivers/iommu/
5749
5750 IP MASQUERADING
5751 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5752 S:      Maintained
5753 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5754
5755 IPATH DRIVER
5756 M:      Mike Marciniszyn <infinipath@intel.com>
5757 L:      linux-rdma@vger.kernel.org
5758 S:      Maintained
5759 F:      drivers/staging/rdma/ipath/
5760
5761 IPMI SUBSYSTEM
5762 M:      Corey Minyard <minyard@acm.org>
5763 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5764 W:      http://openipmi.sourceforge.net/
5765 S:      Supported
5766 F:      Documentation/IPMI.txt
5767 F:      drivers/char/ipmi/
5768 F:      include/linux/ipmi*
5769 F:      include/uapi/linux/ipmi*
5770
5771 QCOM AUDIO (ASoC) DRIVERS
5772 M:      Patrick Lai <plai@codeaurora.org>
5773 M:      Banajit Goswami <bgoswami@codeaurora.org>
5774 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5775 S:      Supported
5776 F:      sound/soc/qcom/
5777
5778 IPS SCSI RAID DRIVER
5779 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5780 L:      linux-scsi@vger.kernel.org
5781 W:      http://www.adaptec.com/
5782 S:      Maintained
5783 F:      drivers/scsi/ips*
5784
5785 IPVS
5786 M:      Wensong Zhang <wensong@linux-vs.org>
5787 M:      Simon Horman <horms@verge.net.au>
5788 M:      Julian Anastasov <ja@ssi.bg>
5789 L:      netdev@vger.kernel.org
5790 L:      lvs-devel@vger.kernel.org
5791 S:      Maintained
5792 F:      Documentation/networking/ipvs-sysctl.txt
5793 F:      include/net/ip_vs.h
5794 F:      include/uapi/linux/ip_vs.h
5795 F:      net/netfilter/ipvs/
5796
5797 IPWIRELESS DRIVER
5798 M:      Jiri Kosina <jikos@kernel.org>
5799 M:      David Sterba <dsterba@suse.com>
5800 S:      Odd Fixes
5801 F:      drivers/tty/ipwireless/
5802
5803 IPX NETWORK LAYER
5804 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5805 L:      netdev@vger.kernel.org
5806 S:      Maintained
5807 F:      include/net/ipx.h
5808 F:      include/uapi/linux/ipx.h
5809 F:      net/ipx/
5810
5811 IRDA SUBSYSTEM
5812 M:      Samuel Ortiz <samuel@sortiz.org>
5813 L:      irda-users@lists.sourceforge.net (subscribers-only)
5814 L:      netdev@vger.kernel.org
5815 W:      http://irda.sourceforge.net/
5816 S:      Maintained
5817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5818 F:      Documentation/networking/irda.txt
5819 F:      drivers/net/irda/
5820 F:      include/net/irda/
5821 F:      net/irda/
5822
5823 IRQ SUBSYSTEM
5824 M:      Thomas Gleixner <tglx@linutronix.de>
5825 L:      linux-kernel@vger.kernel.org
5826 S:      Maintained
5827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5828 F:      kernel/irq/
5829
5830 IRQCHIP DRIVERS
5831 M:      Thomas Gleixner <tglx@linutronix.de>
5832 M:      Jason Cooper <jason@lakedaemon.net>
5833 M:      Marc Zyngier <marc.zyngier@arm.com>
5834 L:      linux-kernel@vger.kernel.org
5835 S:      Maintained
5836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5837 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5838 F:      Documentation/devicetree/bindings/interrupt-controller/
5839 F:      drivers/irqchip/
5840
5841 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5842 M:      Jiang Liu <jiang.liu@linux.intel.com>
5843 M:      Marc Zyngier <marc.zyngier@arm.com>
5844 S:      Maintained
5845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5846 F:      Documentation/IRQ-domain.txt
5847 F:      include/linux/irqdomain.h
5848 F:      kernel/irq/irqdomain.c
5849 F:      kernel/irq/msi.c
5850
5851 ISAPNP
5852 M:      Jaroslav Kysela <perex@perex.cz>
5853 S:      Maintained
5854 F:      Documentation/isapnp.txt
5855 F:      drivers/pnp/isapnp/
5856 F:      include/linux/isapnp.h
5857
5858 ISA RADIO MODULE
5859 M:      Hans Verkuil <hverkuil@xs4all.nl>
5860 L:      linux-media@vger.kernel.org
5861 T:      git git://linuxtv.org/media_tree.git
5862 W:      http://linuxtv.org
5863 S:      Maintained
5864 F:      drivers/media/radio/radio-isa*
5865
5866 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5867 M:      Peter Jones <pjones@redhat.com>
5868 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5869 S:      Maintained
5870 F:      drivers/firmware/iscsi_ibft*
5871
5872 ISCSI
5873 M:      Mike Christie <michaelc@cs.wisc.edu>
5874 L:      open-iscsi@googlegroups.com
5875 W:      www.open-iscsi.org
5876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5877 S:      Maintained
5878 F:      drivers/scsi/*iscsi*
5879 F:      include/scsi/*iscsi*
5880
5881 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5882 M:      Or Gerlitz <ogerlitz@mellanox.com>
5883 M:      Sagi Grimberg <sagig@mellanox.com>
5884 M:      Roi Dayan <roid@mellanox.com>
5885 L:      linux-rdma@vger.kernel.org
5886 S:      Supported
5887 W:      http://www.openfabrics.org
5888 W:      www.open-iscsi.org
5889 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5890 F:      drivers/infiniband/ulp/iser/
5891
5892 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5893 M:      Sagi Grimberg <sagig@mellanox.com>
5894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5895 L:      linux-rdma@vger.kernel.org
5896 L:      target-devel@vger.kernel.org
5897 S:      Supported
5898 W:      http://www.linux-iscsi.org
5899 F:      drivers/infiniband/ulp/isert
5900
5901 ISDN SUBSYSTEM
5902 M:      Karsten Keil <isdn@linux-pingi.de>
5903 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5904 L:      netdev@vger.kernel.org
5905 W:      http://www.isdn4linux.de
5906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5907 S:      Maintained
5908 F:      Documentation/isdn/
5909 F:      drivers/isdn/
5910 F:      include/linux/isdn.h
5911 F:      include/linux/isdn/
5912 F:      include/uapi/linux/isdn.h
5913 F:      include/uapi/linux/isdn/
5914
5915 ISDN SUBSYSTEM (Eicon active card driver)
5916 M:      Armin Schindler <mac@melware.de>
5917 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5918 W:      http://www.melware.de
5919 S:      Maintained
5920 F:      drivers/isdn/hardware/eicon/
5921
5922 IT87 HARDWARE MONITORING DRIVER
5923 M:      Jean Delvare <jdelvare@suse.com>
5924 L:      linux-hwmon@vger.kernel.org
5925 S:      Maintained
5926 F:      Documentation/hwmon/it87
5927 F:      drivers/hwmon/it87.c
5928
5929 IT913X MEDIA DRIVER
5930 M:      Antti Palosaari <crope@iki.fi>
5931 L:      linux-media@vger.kernel.org
5932 W:      http://linuxtv.org/
5933 W:      http://palosaari.fi/linux/
5934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5935 T:      git git://linuxtv.org/anttip/media_tree.git
5936 S:      Maintained
5937 F:      drivers/media/tuners/it913x*
5938
5939 IVTV VIDEO4LINUX DRIVER
5940 M:      Andy Walls <awalls@md.metrocast.net>
5941 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5942 L:      linux-media@vger.kernel.org
5943 T:      git git://linuxtv.org/media_tree.git
5944 W:      http://www.ivtvdriver.org
5945 S:      Maintained
5946 F:      Documentation/video4linux/*.ivtv
5947 F:      drivers/media/pci/ivtv/
5948 F:      include/uapi/linux/ivtv*
5949
5950 IX2505V MEDIA DRIVER
5951 M:      Malcolm Priestley <tvboxspy@gmail.com>
5952 L:      linux-media@vger.kernel.org
5953 W:      http://linuxtv.org/
5954 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5955 S:      Maintained
5956 F:      drivers/media/dvb-frontends/ix2505v*
5957
5958 JC42.4 TEMPERATURE SENSOR DRIVER
5959 M:      Guenter Roeck <linux@roeck-us.net>
5960 L:      linux-hwmon@vger.kernel.org
5961 S:      Maintained
5962 F:      drivers/hwmon/jc42.c
5963 F:      Documentation/hwmon/jc42
5964
5965 JFS FILESYSTEM
5966 M:      Dave Kleikamp <shaggy@kernel.org>
5967 L:      jfs-discussion@lists.sourceforge.net
5968 W:      http://jfs.sourceforge.net/
5969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5970 S:      Maintained
5971 F:      Documentation/filesystems/jfs.txt
5972 F:      fs/jfs/
5973
5974 JME NETWORK DRIVER
5975 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5976 L:      netdev@vger.kernel.org
5977 S:      Maintained
5978 F:      drivers/net/ethernet/jme.*
5979
5980 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5981 M:      David Woodhouse <dwmw2@infradead.org>
5982 L:      linux-mtd@lists.infradead.org
5983 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5984 S:      Maintained
5985 F:      fs/jffs2/
5986 F:      include/uapi/linux/jffs2.h
5987
5988 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5989 M:      "Theodore Ts'o" <tytso@mit.edu>
5990 M:      Jan Kara <jack@suse.com>
5991 L:      linux-ext4@vger.kernel.org
5992 S:      Maintained
5993 F:      fs/jbd2/
5994 F:      include/linux/jbd2.h
5995
5996 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5997 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5998 L:      linux-media@vger.kernel.org
5999 S:      Maintained
6000 F:      drivers/media/platform/rcar_jpu.c
6001
6002 JSM Neo PCI based serial card
6003 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6004 L:      linux-serial@vger.kernel.org
6005 S:      Maintained
6006 F:      drivers/tty/serial/jsm/
6007
6008 K10TEMP HARDWARE MONITORING DRIVER
6009 M:      Clemens Ladisch <clemens@ladisch.de>
6010 L:      linux-hwmon@vger.kernel.org
6011 S:      Maintained
6012 F:      Documentation/hwmon/k10temp
6013 F:      drivers/hwmon/k10temp.c
6014
6015 K8TEMP HARDWARE MONITORING DRIVER
6016 M:      Rudolf Marek <r.marek@assembler.cz>
6017 L:      linux-hwmon@vger.kernel.org
6018 S:      Maintained
6019 F:      Documentation/hwmon/k8temp
6020 F:      drivers/hwmon/k8temp.c
6021
6022 KASAN
6023 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6024 R:      Alexander Potapenko <glider@google.com>
6025 R:      Dmitry Vyukov <dvyukov@google.com>
6026 L:      kasan-dev@googlegroups.com
6027 S:      Maintained
6028 F:      arch/*/include/asm/kasan.h
6029 F:      arch/*/mm/kasan_init*
6030 F:      Documentation/kasan.txt
6031 F:      include/linux/kasan*.h
6032 F:      lib/test_kasan.c
6033 F:      mm/kasan/
6034 F:      scripts/Makefile.kasan
6035
6036 KCONFIG
6037 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6038 L:      linux-kbuild@vger.kernel.org
6039 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6040 S:      Maintained
6041 F:      Documentation/kbuild/kconfig-language.txt
6042 F:      scripts/kconfig/
6043
6044 KDUMP
6045 M:      Vivek Goyal <vgoyal@redhat.com>
6046 M:      Haren Myneni <hbabu@us.ibm.com>
6047 L:      kexec@lists.infradead.org
6048 W:      http://lse.sourceforge.net/kdump/
6049 S:      Maintained
6050 F:      Documentation/kdump/
6051
6052 KEENE FM RADIO TRANSMITTER DRIVER
6053 M:      Hans Verkuil <hverkuil@xs4all.nl>
6054 L:      linux-media@vger.kernel.org
6055 T:      git git://linuxtv.org/media_tree.git
6056 W:      http://linuxtv.org
6057 S:      Maintained
6058 F:      drivers/media/radio/radio-keene*
6059
6060 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6061 M:      Ian Kent <raven@themaw.net>
6062 L:      autofs@vger.kernel.org
6063 S:      Maintained
6064 F:      fs/autofs4/
6065
6066 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6067 M:      Michal Marek <mmarek@suse.com>
6068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6070 L:      linux-kbuild@vger.kernel.org
6071 S:      Maintained
6072 F:      Documentation/kbuild/
6073 F:      Makefile
6074 F:      scripts/Makefile.*
6075 F:      scripts/basic/
6076 F:      scripts/mk*
6077 F:      scripts/package/
6078
6079 KERNEL JANITORS
6080 L:      kernel-janitors@vger.kernel.org
6081 W:      http://kernelnewbies.org/KernelJanitors
6082 S:      Odd Fixes
6083
6084 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6085 M:      "J. Bruce Fields" <bfields@fieldses.org>
6086 M:      Jeff Layton <jlayton@poochiereds.net>
6087 L:      linux-nfs@vger.kernel.org
6088 W:      http://nfs.sourceforge.net/
6089 S:      Supported
6090 F:      fs/nfsd/
6091 F:      include/uapi/linux/nfsd/
6092 F:      fs/lockd/
6093 F:      fs/nfs_common/
6094 F:      net/sunrpc/
6095 F:      include/linux/lockd/
6096 F:      include/linux/sunrpc/
6097 F:      include/uapi/linux/sunrpc/
6098
6099 KERNEL SELFTEST FRAMEWORK
6100 M:      Shuah Khan <shuahkh@osg.samsung.com>
6101 L:      linux-api@vger.kernel.org
6102 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6103 S:      Maintained
6104 F:      tools/testing/selftests
6105
6106 KERNEL VIRTUAL MACHINE (KVM)
6107 M:      Gleb Natapov <gleb@kernel.org>
6108 M:      Paolo Bonzini <pbonzini@redhat.com>
6109 L:      kvm@vger.kernel.org
6110 W:      http://www.linux-kvm.org
6111 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6112 S:      Supported
6113 F:      Documentation/*/kvm*.txt
6114 F:      Documentation/virtual/kvm/
6115 F:      arch/*/kvm/
6116 F:      arch/x86/kernel/kvm.c
6117 F:      arch/x86/kernel/kvmclock.c
6118 F:      arch/*/include/asm/kvm*
6119 F:      include/linux/kvm*
6120 F:      include/uapi/linux/kvm*
6121 F:      virt/kvm/
6122
6123 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6124 M:      Joerg Roedel <joro@8bytes.org>
6125 L:      kvm@vger.kernel.org
6126 W:      http://www.linux-kvm.org/
6127 S:      Maintained
6128 F:      arch/x86/include/asm/svm.h
6129 F:      arch/x86/kvm/svm.c
6130
6131 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6132 M:      Alexander Graf <agraf@suse.com>
6133 L:      kvm-ppc@vger.kernel.org
6134 W:      http://www.linux-kvm.org/
6135 T:      git git://github.com/agraf/linux-2.6.git
6136 S:      Supported
6137 F:      arch/powerpc/include/asm/kvm*
6138 F:      arch/powerpc/kvm/
6139
6140 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6141 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6142 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6143 L:      linux-s390@vger.kernel.org
6144 W:      http://www.ibm.com/developerworks/linux/linux390/
6145 S:      Supported
6146 F:      Documentation/s390/kvm.txt
6147 F:      arch/s390/include/asm/kvm*
6148 F:      arch/s390/kvm/
6149
6150 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6151 M:      Christoffer Dall <christoffer.dall@linaro.org>
6152 M:      Marc Zyngier <marc.zyngier@arm.com>
6153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6154 L:      kvmarm@lists.cs.columbia.edu
6155 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6156 S:      Supported
6157 F:      arch/arm/include/uapi/asm/kvm*
6158 F:      arch/arm/include/asm/kvm*
6159 F:      arch/arm/kvm/
6160 F:      virt/kvm/arm/
6161 F:      include/kvm/arm_*
6162
6163 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6164 M:      Christoffer Dall <christoffer.dall@linaro.org>
6165 M:      Marc Zyngier <marc.zyngier@arm.com>
6166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6167 L:      kvmarm@lists.cs.columbia.edu
6168 S:      Maintained
6169 F:      arch/arm64/include/uapi/asm/kvm*
6170 F:      arch/arm64/include/asm/kvm*
6171 F:      arch/arm64/kvm/
6172
6173 KEXEC
6174 M:      Eric Biederman <ebiederm@xmission.com>
6175 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6176 L:      kexec@lists.infradead.org
6177 S:      Maintained
6178 F:      include/linux/kexec.h
6179 F:      include/uapi/linux/kexec.h
6180 F:      kernel/kexec.c
6181
6182 KEYS/KEYRINGS:
6183 M:      David Howells <dhowells@redhat.com>
6184 L:      keyrings@vger.kernel.org
6185 S:      Maintained
6186 F:      Documentation/security/keys.txt
6187 F:      include/linux/key.h
6188 F:      include/linux/key-type.h
6189 F:      include/keys/
6190 F:      security/keys/
6191
6192 KEYS-TRUSTED
6193 M:      David Safford <safford@us.ibm.com>
6194 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6195 L:      linux-security-module@vger.kernel.org
6196 L:      keyrings@vger.kernel.org
6197 S:      Supported
6198 F:      Documentation/security/keys-trusted-encrypted.txt
6199 F:      include/keys/trusted-type.h
6200 F:      security/keys/trusted.c
6201 F:      security/keys/trusted.h
6202
6203 KEYS-ENCRYPTED
6204 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6205 M:      David Safford <safford@us.ibm.com>
6206 L:      linux-security-module@vger.kernel.org
6207 L:      keyrings@vger.kernel.org
6208 S:      Supported
6209 F:      Documentation/security/keys-trusted-encrypted.txt
6210 F:      include/keys/encrypted-type.h
6211 F:      security/keys/encrypted-keys/
6212
6213 KGDB / KDB /debug_core
6214 M:      Jason Wessel <jason.wessel@windriver.com>
6215 W:      http://kgdb.wiki.kernel.org/
6216 L:      kgdb-bugreport@lists.sourceforge.net
6217 S:      Maintained
6218 F:      Documentation/DocBook/kgdb.tmpl
6219 F:      drivers/misc/kgdbts.c
6220 F:      drivers/tty/serial/kgdboc.c
6221 F:      include/linux/kdb.h
6222 F:      include/linux/kgdb.h
6223 F:      kernel/debug/
6224
6225 KMEMCHECK
6226 M:      Vegard Nossum <vegardno@ifi.uio.no>
6227 M:      Pekka Enberg <penberg@kernel.org>
6228 S:      Maintained
6229 F:      Documentation/kmemcheck.txt
6230 F:      arch/x86/include/asm/kmemcheck.h
6231 F:      arch/x86/mm/kmemcheck/
6232 F:      include/linux/kmemcheck.h
6233 F:      mm/kmemcheck.c
6234
6235 KMEMLEAK
6236 M:      Catalin Marinas <catalin.marinas@arm.com>
6237 S:      Maintained
6238 F:      Documentation/kmemleak.txt
6239 F:      include/linux/kmemleak.h
6240 F:      mm/kmemleak.c
6241 F:      mm/kmemleak-test.c
6242
6243 KPROBES
6244 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6245 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6246 M:      "David S. Miller" <davem@davemloft.net>
6247 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6248 S:      Maintained
6249 F:      Documentation/kprobes.txt
6250 F:      include/linux/kprobes.h
6251 F:      kernel/kprobes.c
6252
6253 KS0108 LCD CONTROLLER DRIVER
6254 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6255 W:      http://miguelojeda.es/auxdisplay.htm
6256 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6257 S:      Maintained
6258 F:      Documentation/auxdisplay/ks0108
6259 F:      drivers/auxdisplay/ks0108.c
6260 F:      include/linux/ks0108.h
6261
6262 L3MDEV
6263 M:      David Ahern <dsa@cumulusnetworks.com>
6264 L:      netdev@vger.kernel.org
6265 S:      Maintained
6266 F:      net/l3mdev
6267 F:      include/net/l3mdev.h
6268
6269 LAPB module
6270 L:      linux-x25@vger.kernel.org
6271 S:      Orphan
6272 F:      Documentation/networking/lapb-module.txt
6273 F:      include/*/lapb.h
6274 F:      net/lapb/
6275
6276 LASI 53c700 driver for PARISC
6277 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6278 L:      linux-scsi@vger.kernel.org
6279 S:      Maintained
6280 F:      Documentation/scsi/53c700.txt
6281 F:      drivers/scsi/53c700*
6282
6283 LED SUBSYSTEM
6284 M:      Richard Purdie <rpurdie@rpsys.net>
6285 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6286 L:      linux-leds@vger.kernel.org
6287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6288 S:      Maintained
6289 F:      drivers/leds/
6290 F:      include/linux/leds.h
6291
6292 LEGACY EEPROM DRIVER
6293 M:      Jean Delvare <jdelvare@suse.com>
6294 S:      Maintained
6295 F:      Documentation/misc-devices/eeprom
6296 F:      drivers/misc/eeprom/eeprom.c
6297
6298 LEGO USB Tower driver
6299 M:      Juergen Stuber <starblue@users.sourceforge.net>
6300 L:      legousb-devel@lists.sourceforge.net
6301 W:      http://legousb.sourceforge.net/
6302 S:      Maintained
6303 F:      drivers/usb/misc/legousbtower.c
6304
6305 LG2160 MEDIA DRIVER
6306 M:      Michael Krufky <mkrufky@linuxtv.org>
6307 L:      linux-media@vger.kernel.org
6308 W:      http://linuxtv.org/
6309 W:      http://github.com/mkrufky
6310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6311 T:      git git://linuxtv.org/mkrufky/tuners.git
6312 S:      Maintained
6313 F:      drivers/media/dvb-frontends/lg2160.*
6314
6315 LGDT3305 MEDIA DRIVER
6316 M:      Michael Krufky <mkrufky@linuxtv.org>
6317 L:      linux-media@vger.kernel.org
6318 W:      http://linuxtv.org/
6319 W:      http://github.com/mkrufky
6320 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6321 T:      git git://linuxtv.org/mkrufky/tuners.git
6322 S:      Maintained
6323 F:      drivers/media/dvb-frontends/lgdt3305.*
6324
6325 LGUEST
6326 M:      Rusty Russell <rusty@rustcorp.com.au>
6327 L:      lguest@lists.ozlabs.org
6328 W:      http://lguest.ozlabs.org/
6329 S:      Odd Fixes
6330 F:      arch/x86/include/asm/lguest*.h
6331 F:      arch/x86/lguest/
6332 F:      drivers/lguest/
6333 F:      include/linux/lguest*.h
6334 F:      tools/lguest/
6335
6336 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6337 M:      Tejun Heo <tj@kernel.org>
6338 L:      linux-ide@vger.kernel.org
6339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6340 S:      Maintained
6341 F:      drivers/ata/
6342 F:      include/linux/ata.h
6343 F:      include/linux/libata.h
6344
6345 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6346 M:      Viresh Kumar <vireshk@kernel.org>
6347 L:      linux-ide@vger.kernel.org
6348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6349 S:      Maintained
6350 F:      include/linux/pata_arasan_cf_data.h
6351 F:      drivers/ata/pata_arasan_cf.c
6352
6353 LIBATA PATA DRIVERS
6354 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6355 M:      Tejun Heo <tj@kernel.org>
6356 L:      linux-ide@vger.kernel.org
6357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6358 S:      Maintained
6359 F:      drivers/ata/pata_*.c
6360 F:      drivers/ata/ata_generic.c
6361
6362 LIBATA SATA AHCI PLATFORM devices support
6363 M:      Hans de Goede <hdegoede@redhat.com>
6364 M:      Tejun Heo <tj@kernel.org>
6365 L:      linux-ide@vger.kernel.org
6366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6367 S:      Maintained
6368 F:      drivers/ata/ahci_platform.c
6369 F:      drivers/ata/libahci_platform.c
6370 F:      include/linux/ahci_platform.h
6371
6372 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6373 M:      Mikael Pettersson <mikpelinux@gmail.com>
6374 L:      linux-ide@vger.kernel.org
6375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6376 S:      Maintained
6377 F:      drivers/ata/sata_promise.*
6378
6379 LIBLOCKDEP
6380 M:      Sasha Levin <sasha.levin@oracle.com>
6381 S:      Maintained
6382 F:      tools/lib/lockdep/
6383
6384 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6385 M:      Dan Williams <dan.j.williams@intel.com>
6386 L:      linux-nvdimm@lists.01.org
6387 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6388 S:      Supported
6389 F:      drivers/nvdimm/*
6390 F:      include/linux/nd.h
6391 F:      include/linux/libnvdimm.h
6392 F:      include/uapi/linux/ndctl.h
6393
6394 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6395 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6396 L:      linux-nvdimm@lists.01.org
6397 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6398 S:      Supported
6399 F:      drivers/nvdimm/blk.c
6400 F:      drivers/nvdimm/region_devs.c
6401 F:      drivers/acpi/nfit*
6402
6403 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6404 M:      Vishal Verma <vishal.l.verma@intel.com>
6405 L:      linux-nvdimm@lists.01.org
6406 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6407 S:      Supported
6408 F:      drivers/nvdimm/btt*
6409
6410 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6411 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6412 L:      linux-nvdimm@lists.01.org
6413 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6414 S:      Supported
6415 F:      drivers/nvdimm/pmem.c
6416 F:      include/linux/pmem.h
6417 F:      arch/*/include/asm/pmem.h
6418
6419 LIGHTNVM PLATFORM SUPPORT
6420 M:      Matias Bjorling <mb@lightnvm.io>
6421 W:      http://github/OpenChannelSSD
6422 L:      linux-block@vger.kernel.org
6423 S:      Maintained
6424 F:      drivers/lightnvm/
6425 F:      include/linux/lightnvm.h
6426 F:      include/uapi/linux/lightnvm.h
6427
6428 LINUX FOR IBM pSERIES (RS/6000)
6429 M:      Paul Mackerras <paulus@au.ibm.com>
6430 W:      http://www.ibm.com/linux/ltc/projects/ppc
6431 S:      Supported
6432 F:      arch/powerpc/boot/rs6000.h
6433
6434 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6435 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6436 M:      Paul Mackerras <paulus@samba.org>
6437 M:      Michael Ellerman <mpe@ellerman.id.au>
6438 W:      http://www.penguinppc.org/
6439 L:      linuxppc-dev@lists.ozlabs.org
6440 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6442 S:      Supported
6443 F:      Documentation/powerpc/
6444 F:      arch/powerpc/
6445
6446 LINUX FOR POWER MACINTOSH
6447 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6448 W:      http://www.penguinppc.org/
6449 L:      linuxppc-dev@lists.ozlabs.org
6450 S:      Maintained
6451 F:      arch/powerpc/platforms/powermac/
6452 F:      drivers/macintosh/
6453
6454 LINUX FOR POWERPC EMBEDDED MPC5XXX
6455 M:      Anatolij Gustschin <agust@denx.de>
6456 L:      linuxppc-dev@lists.ozlabs.org
6457 T:      git git://git.denx.de/linux-denx-agust.git
6458 S:      Maintained
6459 F:      arch/powerpc/platforms/512x/
6460 F:      arch/powerpc/platforms/52xx/
6461
6462 LINUX FOR POWERPC EMBEDDED PPC4XX
6463 M:      Alistair Popple <alistair@popple.id.au>
6464 M:      Matt Porter <mporter@kernel.crashing.org>
6465 W:      http://www.penguinppc.org/
6466 L:      linuxppc-dev@lists.ozlabs.org
6467 S:      Maintained
6468 F:      arch/powerpc/platforms/40x/
6469 F:      arch/powerpc/platforms/44x/
6470
6471 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6472 L:      linuxppc-dev@lists.ozlabs.org
6473 S:      Orphan
6474 F:      arch/powerpc/*/*virtex*
6475 F:      arch/powerpc/*/*/*virtex*
6476
6477 LINUX FOR POWERPC EMBEDDED PPC8XX
6478 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6479 W:      http://www.penguinppc.org/
6480 L:      linuxppc-dev@lists.ozlabs.org
6481 S:      Maintained
6482 F:      arch/powerpc/platforms/8xx/
6483
6484 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6485 M:      Scott Wood <scottwood@freescale.com>
6486 M:      Kumar Gala <galak@kernel.crashing.org>
6487 W:      http://www.penguinppc.org/
6488 L:      linuxppc-dev@lists.ozlabs.org
6489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6490 S:      Maintained
6491 F:      arch/powerpc/platforms/83xx/
6492 F:      arch/powerpc/platforms/85xx/
6493
6494 LINUX FOR POWERPC PA SEMI PWRFICIENT
6495 M:      Olof Johansson <olof@lixom.net>
6496 L:      linuxppc-dev@lists.ozlabs.org
6497 S:      Maintained
6498 F:      arch/powerpc/platforms/pasemi/
6499 F:      drivers/*/*pasemi*
6500 F:      drivers/*/*/*pasemi*
6501
6502 LINUX SECURITY MODULE (LSM) FRAMEWORK
6503 M:      Chris Wright <chrisw@sous-sol.org>
6504 L:      linux-security-module@vger.kernel.org
6505 S:      Supported
6506
6507 LIS3LV02D ACCELEROMETER DRIVER
6508 M:      Eric Piel <eric.piel@tremplin-utc.net>
6509 S:      Maintained
6510 F:      Documentation/misc-devices/lis3lv02d
6511 F:      drivers/misc/lis3lv02d/
6512 F:      drivers/platform/x86/hp_accel.c
6513
6514 LIVE PATCHING
6515 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6516 M:      Seth Jennings <sjenning@redhat.com>
6517 M:      Jiri Kosina <jikos@kernel.org>
6518 M:      Vojtech Pavlik <vojtech@suse.com>
6519 S:      Maintained
6520 F:      kernel/livepatch/
6521 F:      include/linux/livepatch.h
6522 F:      arch/x86/include/asm/livepatch.h
6523 F:      arch/x86/kernel/livepatch.c
6524 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6525 F:      samples/livepatch/
6526 L:      live-patching@vger.kernel.org
6527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6528
6529 LLC (802.2)
6530 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6531 S:      Maintained
6532 F:      include/linux/llc.h
6533 F:      include/uapi/linux/llc.h
6534 F:      include/net/llc*
6535 F:      net/llc/
6536
6537 LM73 HARDWARE MONITOR DRIVER
6538 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6539 L:      linux-hwmon@vger.kernel.org
6540 S:      Maintained
6541 F:      drivers/hwmon/lm73.c
6542
6543 LM78 HARDWARE MONITOR DRIVER
6544 M:      Jean Delvare <jdelvare@suse.com>
6545 L:      linux-hwmon@vger.kernel.org
6546 S:      Maintained
6547 F:      Documentation/hwmon/lm78
6548 F:      drivers/hwmon/lm78.c
6549
6550 LM83 HARDWARE MONITOR DRIVER
6551 M:      Jean Delvare <jdelvare@suse.com>
6552 L:      linux-hwmon@vger.kernel.org
6553 S:      Maintained
6554 F:      Documentation/hwmon/lm83
6555 F:      drivers/hwmon/lm83.c
6556
6557 LM90 HARDWARE MONITOR DRIVER
6558 M:      Jean Delvare <jdelvare@suse.com>
6559 L:      linux-hwmon@vger.kernel.org
6560 S:      Maintained
6561 F:      Documentation/hwmon/lm90
6562 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6563 F:      drivers/hwmon/lm90.c
6564
6565 LM95234 HARDWARE MONITOR DRIVER
6566 M:      Guenter Roeck <linux@roeck-us.net>
6567 L:      linux-hwmon@vger.kernel.org
6568 S:      Maintained
6569 F:      Documentation/hwmon/lm95234
6570 F:      drivers/hwmon/lm95234.c
6571
6572 LME2510 MEDIA DRIVER
6573 M:      Malcolm Priestley <tvboxspy@gmail.com>
6574 L:      linux-media@vger.kernel.org
6575 W:      http://linuxtv.org/
6576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6577 S:      Maintained
6578 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6579
6580 LOCKDEP AND LOCKSTAT
6581 M:      Peter Zijlstra <peterz@infradead.org>
6582 M:      Ingo Molnar <mingo@redhat.com>
6583 L:      linux-kernel@vger.kernel.org
6584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6585 S:      Maintained
6586 F:      Documentation/locking/lockdep*.txt
6587 F:      Documentation/locking/lockstat.txt
6588 F:      include/linux/lockdep.h
6589 F:      kernel/locking/
6590
6591 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6592 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6593 L:      linux-ntfs-dev@lists.sourceforge.net
6594 W:      http://www.linux-ntfs.org/content/view/19/37/
6595 S:      Maintained
6596 F:      Documentation/ldm.txt
6597 F:      block/partitions/ldm.*
6598
6599 LogFS
6600 M:      Joern Engel <joern@logfs.org>
6601 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6602 L:      logfs@logfs.org
6603 W:      logfs.org
6604 S:      Maintained
6605 F:      fs/logfs/
6606
6607 LPC32XX MACHINE SUPPORT
6608 M:      Roland Stigge <stigge@antcom.de>
6609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6610 S:      Maintained
6611 F:      arch/arm/mach-lpc32xx/
6612
6613 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6614 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6615 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6616 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6617 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6618 L:      MPT-FusionLinux.pdl@avagotech.com
6619 L:      linux-scsi@vger.kernel.org
6620 W:      http://www.lsilogic.com/support
6621 S:      Supported
6622 F:      drivers/message/fusion/
6623 F:      drivers/scsi/mpt2sas/
6624 F:      drivers/scsi/mpt3sas/
6625
6626 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6627 M:      Matthew Wilcox <matthew@wil.cx>
6628 L:      linux-scsi@vger.kernel.org
6629 S:      Maintained
6630 F:      drivers/scsi/sym53c8xx_2/
6631
6632 LTC4261 HARDWARE MONITOR DRIVER
6633 M:      Guenter Roeck <linux@roeck-us.net>
6634 L:      linux-hwmon@vger.kernel.org
6635 S:      Maintained
6636 F:      Documentation/hwmon/ltc4261
6637 F:      drivers/hwmon/ltc4261.c
6638
6639 LTP (Linux Test Project)
6640 M:      Mike Frysinger <vapier@gentoo.org>
6641 M:      Cyril Hrubis <chrubis@suse.cz>
6642 M:      Wanlong Gao <wanlong.gao@gmail.com>
6643 M:      Jan Stancek <jstancek@redhat.com>
6644 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6645 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6646 L:      ltp@lists.linux.it (subscribers-only)
6647 W:      http://linux-test-project.github.io/
6648 T:      git git://github.com/linux-test-project/ltp.git
6649 S:      Maintained
6650
6651 M32R ARCHITECTURE
6652 W:      http://www.linux-m32r.org/
6653 S:      Orphan
6654 F:      arch/m32r/
6655
6656 M68K ARCHITECTURE
6657 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6658 L:      linux-m68k@lists.linux-m68k.org
6659 W:      http://www.linux-m68k.org/
6660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6661 S:      Maintained
6662 F:      arch/m68k/
6663 F:      drivers/zorro/
6664
6665 M68K ON APPLE MACINTOSH
6666 M:      Joshua Thompson <funaho@jurai.org>
6667 W:      http://www.mac.linux-m68k.org/
6668 L:      linux-m68k@lists.linux-m68k.org
6669 S:      Maintained
6670 F:      arch/m68k/mac/
6671
6672 M68K ON HP9000/300
6673 M:      Philip Blundell <philb@gnu.org>
6674 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6675 S:      Maintained
6676 F:      arch/m68k/hp300/
6677
6678 M88DS3103 MEDIA DRIVER
6679 M:      Antti Palosaari <crope@iki.fi>
6680 L:      linux-media@vger.kernel.org
6681 W:      http://linuxtv.org/
6682 W:      http://palosaari.fi/linux/
6683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6684 T:      git git://linuxtv.org/anttip/media_tree.git
6685 S:      Maintained
6686 F:      drivers/media/dvb-frontends/m88ds3103*
6687
6688 M88RS2000 MEDIA DRIVER
6689 M:      Malcolm Priestley <tvboxspy@gmail.com>
6690 L:      linux-media@vger.kernel.org
6691 W:      http://linuxtv.org/
6692 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6693 S:      Maintained
6694 F:      drivers/media/dvb-frontends/m88rs2000*
6695
6696 MA901 MASTERKIT USB FM RADIO DRIVER
6697 M:      Alexey Klimov <klimov.linux@gmail.com>
6698 L:      linux-media@vger.kernel.org
6699 T:      git git://linuxtv.org/media_tree.git
6700 S:      Maintained
6701 F:      drivers/media/radio/radio-ma901.c
6702
6703 MAC80211
6704 M:      Johannes Berg <johannes@sipsolutions.net>
6705 L:      linux-wireless@vger.kernel.org
6706 W:      http://wireless.kernel.org/
6707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6709 S:      Maintained
6710 F:      Documentation/networking/mac80211-injection.txt
6711 F:      include/net/mac80211.h
6712 F:      net/mac80211/
6713
6714 MACVLAN DRIVER
6715 M:      Patrick McHardy <kaber@trash.net>
6716 L:      netdev@vger.kernel.org
6717 S:      Maintained
6718 F:      drivers/net/macvlan.c
6719 F:      include/linux/if_macvlan.h
6720
6721 MAILBOX API
6722 M:      Jassi Brar <jassisinghbrar@gmail.com>
6723 L:      linux-kernel@vger.kernel.org
6724 S:      Maintained
6725 F:      drivers/mailbox/
6726 F:      include/linux/mailbox_client.h
6727 F:      include/linux/mailbox_controller.h
6728
6729 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6730 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6731 W:      http://www.kernel.org/doc/man-pages
6732 L:      linux-man@vger.kernel.org
6733 S:      Maintained
6734
6735 MARVELL ARMADA DRM SUPPORT
6736 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6737 S:      Maintained
6738 F:      drivers/gpu/drm/armada/
6739
6740 MARVELL 88E6352 DSA support
6741 M:      Guenter Roeck <linux@roeck-us.net>
6742 S:      Maintained
6743 F:      drivers/net/dsa/mv88e6352.c
6744
6745 MARVELL CRYPTO DRIVER
6746 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6747 M:      Arnaud Ebalard <arno@natisbad.org>
6748 F:      drivers/crypto/marvell/
6749 S:      Maintained
6750 L:      linux-crypto@vger.kernel.org
6751
6752 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6753 M:      Mirko Lindner <mlindner@marvell.com>
6754 M:      Stephen Hemminger <stephen@networkplumber.org>
6755 L:      netdev@vger.kernel.org
6756 S:      Maintained
6757 F:      drivers/net/ethernet/marvell/sk*
6758
6759 MARVELL LIBERTAS WIRELESS DRIVER
6760 L:      libertas-dev@lists.infradead.org
6761 S:      Orphan
6762 F:      drivers/net/wireless/libertas/
6763
6764 MARVELL MV643XX ETHERNET DRIVER
6765 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6766 L:      netdev@vger.kernel.org
6767 S:      Maintained
6768 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6769 F:      include/linux/mv643xx.h
6770
6771 MARVELL MVNETA ETHERNET DRIVER
6772 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6773 L:      netdev@vger.kernel.org
6774 S:      Maintained
6775 F:      drivers/net/ethernet/marvell/mvneta.*
6776
6777 MARVELL MWIFIEX WIRELESS DRIVER
6778 M:      Amitkumar Karwar <akarwar@marvell.com>
6779 M:      Nishant Sarmukadam <nishants@marvell.com>
6780 L:      linux-wireless@vger.kernel.org
6781 S:      Maintained
6782 F:      drivers/net/wireless/mwifiex/
6783
6784 MARVELL MWL8K WIRELESS DRIVER
6785 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6786 L:      linux-wireless@vger.kernel.org
6787 S:      Odd Fixes
6788 F:      drivers/net/wireless/mwl8k.c
6789
6790 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6791 M:      Nicolas Pitre <nico@fluxnic.net>
6792 S:      Odd Fixes
6793 F:      drivers/mmc/host/mvsdio.*
6794
6795 MATROX FRAMEBUFFER DRIVER
6796 L:      linux-fbdev@vger.kernel.org
6797 S:      Orphan
6798 F:      drivers/video/fbdev/matrox/matroxfb_*
6799 F:      include/uapi/linux/matroxfb.h
6800
6801 MAX16065 HARDWARE MONITOR DRIVER
6802 M:      Guenter Roeck <linux@roeck-us.net>
6803 L:      linux-hwmon@vger.kernel.org
6804 S:      Maintained
6805 F:      Documentation/hwmon/max16065
6806 F:      drivers/hwmon/max16065.c
6807
6808 MAX20751 HARDWARE MONITOR DRIVER
6809 M:      Guenter Roeck <linux@roeck-us.net>
6810 L:      linux-hwmon@vger.kernel.org
6811 S:      Maintained
6812 F:      Documentation/hwmon/max20751
6813 F:      drivers/hwmon/max20751.c
6814
6815 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6816 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6817 L:      linux-hwmon@vger.kernel.org
6818 S:      Maintained
6819 F:      Documentation/hwmon/max6650
6820 F:      drivers/hwmon/max6650.c
6821
6822 MAX6697 HARDWARE MONITOR DRIVER
6823 M:      Guenter Roeck <linux@roeck-us.net>
6824 L:      linux-hwmon@vger.kernel.org
6825 S:      Maintained
6826 F:      Documentation/hwmon/max6697
6827 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6828 F:      drivers/hwmon/max6697.c
6829 F:      include/linux/platform_data/max6697.h
6830
6831 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6832 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6833 L:      linux-pm@vger.kernel.org
6834 S:      Supported
6835 F:      drivers/power/max14577_charger.c
6836 F:      drivers/power/max77693_charger.c
6837
6838 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6839 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6840 L:      linux-kernel@vger.kernel.org
6841 S:      Supported
6842 F:      drivers/*/*max77802.c
6843 F:      Documentation/devicetree/bindings/*/*max77802.txt
6844 F:      include/dt-bindings/*/*max77802.h
6845
6846 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6847 M:      Chanwoo Choi <cw00.choi@samsung.com>
6848 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6849 L:      linux-kernel@vger.kernel.org
6850 S:      Supported
6851 F:      drivers/*/max14577.c
6852 F:      drivers/*/max77686.c
6853 F:      drivers/*/max77693.c
6854 F:      drivers/extcon/extcon-max14577.c
6855 F:      drivers/extcon/extcon-max77693.c
6856 F:      drivers/rtc/rtc-max77686.c
6857 F:      drivers/clk/clk-max77686.c
6858 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6859 F:      Documentation/devicetree/bindings/*/max77686.txt
6860 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6861 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6862 F:      include/linux/mfd/max14577*.h
6863 F:      include/linux/mfd/max77686*.h
6864 F:      include/linux/mfd/max77693*.h
6865
6866 MAXIRADIO FM RADIO RECEIVER DRIVER
6867 M:      Hans Verkuil <hverkuil@xs4all.nl>
6868 L:      linux-media@vger.kernel.org
6869 T:      git git://linuxtv.org/media_tree.git
6870 W:      http://linuxtv.org
6871 S:      Maintained
6872 F:      drivers/media/radio/radio-maxiradio*
6873
6874 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6875 M:      Peter Rosin <peda@axentia.se>
6876 L:      linux-iio@vger.kernel.org
6877 S:      Maintained
6878 F:      drivers/iio/potentiometer/mcp4531.c
6879
6880 MEDIA DRIVERS FOR RENESAS - VSP1
6881 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6882 L:      linux-media@vger.kernel.org
6883 L:      linux-sh@vger.kernel.org
6884 T:      git git://linuxtv.org/media_tree.git
6885 S:      Supported
6886 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6887 F:      drivers/media/platform/vsp1/
6888
6889 MEDIA DRIVERS FOR ASCOT2E
6890 M:      Sergey Kozlov <serjk@netup.ru>
6891 L:      linux-media@vger.kernel.org
6892 W:      http://linuxtv.org
6893 W:      http://netup.tv/
6894 T:      git git://linuxtv.org/media_tree.git
6895 S:      Supported
6896 F:      drivers/media/dvb-frontends/ascot2e*
6897
6898 MEDIA DRIVERS FOR CXD2841ER
6899 M:      Sergey Kozlov <serjk@netup.ru>
6900 L:      linux-media@vger.kernel.org
6901 W:      http://linuxtv.org/
6902 W:      http://netup.tv/
6903 T:      git git://linuxtv.org/media_tree.git
6904 S:      Supported
6905 F:      drivers/media/dvb-frontends/cxd2841er*
6906
6907 MEDIA DRIVERS FOR HORUS3A
6908 M:      Sergey Kozlov <serjk@netup.ru>
6909 L:      linux-media@vger.kernel.org
6910 W:      http://linuxtv.org/
6911 W:      http://netup.tv/
6912 T:      git git://linuxtv.org/media_tree.git
6913 S:      Supported
6914 F:      drivers/media/dvb-frontends/horus3a*
6915
6916 MEDIA DRIVERS FOR LNBH25
6917 M:      Sergey Kozlov <serjk@netup.ru>
6918 L:      linux-media@vger.kernel.org
6919 W:      http://linuxtv.org/
6920 W:      http://netup.tv/
6921 T:      git git://linuxtv.org/media_tree.git
6922 S:      Supported
6923 F:      drivers/media/dvb-frontends/lnbh25*
6924
6925 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6926 M:      Sergey Kozlov <serjk@netup.ru>
6927 L:      linux-media@vger.kernel.org
6928 W:      http://linuxtv.org/
6929 W:      http://netup.tv/
6930 T:      git git://linuxtv.org/media_tree.git
6931 S:      Supported
6932 F:      drivers/media/pci/netup_unidvb/*
6933
6934 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6935 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6936 P:      LinuxTV.org Project
6937 L:      linux-media@vger.kernel.org
6938 W:      http://linuxtv.org
6939 Q:      http://patchwork.kernel.org/project/linux-media/list/
6940 T:      git git://linuxtv.org/media_tree.git
6941 S:      Maintained
6942 F:      Documentation/dvb/
6943 F:      Documentation/video4linux/
6944 F:      Documentation/DocBook/media/
6945 F:      drivers/media/
6946 F:      drivers/staging/media/
6947 F:      include/media/
6948 F:      include/uapi/linux/dvb/
6949 F:      include/uapi/linux/videodev2.h
6950 F:      include/uapi/linux/media.h
6951 F:      include/uapi/linux/v4l2-*
6952 F:      include/uapi/linux/meye.h
6953 F:      include/uapi/linux/ivtv*
6954 F:      include/uapi/linux/uvcvideo.h
6955
6956 MEDIATEK MT7601U WIRELESS LAN DRIVER
6957 M:      Jakub Kicinski <kubakici@wp.pl>
6958 L:      linux-wireless@vger.kernel.org
6959 S:      Maintained
6960 F:      drivers/net/wireless/mediatek/mt7601u/
6961
6962 MEGARAID SCSI/SAS DRIVERS
6963 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6964 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6965 M:      Uday Lingala <uday.lingala@avagotech.com>
6966 L:      megaraidlinux.pdl@avagotech.com
6967 L:      linux-scsi@vger.kernel.org
6968 W:      http://www.lsi.com
6969 S:      Maintained
6970 F:      Documentation/scsi/megaraid.txt
6971 F:      drivers/scsi/megaraid.*
6972 F:      drivers/scsi/megaraid/
6973
6974 MELLANOX ETHERNET DRIVER (mlx4_en)
6975 M:      Eugenia Emantayev <eugenia@mellanox.com>
6976 L:      netdev@vger.kernel.org
6977 S:      Supported
6978 W:      http://www.mellanox.com
6979 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6980 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6981
6982 MELLANOX ETHERNET DRIVER (mlx5e)
6983 M:      Saeed Mahameed <saeedm@mellanox.com>
6984 L:      netdev@vger.kernel.org
6985 S:      Supported
6986 W:      http://www.mellanox.com
6987 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6988 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
6989
6990 MELLANOX ETHERNET SWITCH DRIVERS
6991 M:      Jiri Pirko <jiri@mellanox.com>
6992 M:      Ido Schimmel <idosch@mellanox.com>
6993 L:      netdev@vger.kernel.org
6994 S:      Supported
6995 W:      http://www.mellanox.com
6996 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6997 F:      drivers/net/ethernet/mellanox/mlxsw/
6998
6999 MEMBARRIER SUPPORT
7000 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7001 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7002 L:      linux-kernel@vger.kernel.org
7003 S:      Supported
7004 F:      kernel/membarrier.c
7005 F:      include/uapi/linux/membarrier.h
7006
7007 MEMORY MANAGEMENT
7008 L:      linux-mm@kvack.org
7009 W:      http://www.linux-mm.org
7010 S:      Maintained
7011 F:      include/linux/mm.h
7012 F:      include/linux/gfp.h
7013 F:      include/linux/mmzone.h
7014 F:      include/linux/memory_hotplug.h
7015 F:      include/linux/vmalloc.h
7016 F:      mm/
7017
7018 MEMORY TECHNOLOGY DEVICES (MTD)
7019 M:      David Woodhouse <dwmw2@infradead.org>
7020 M:      Brian Norris <computersforpeace@gmail.com>
7021 L:      linux-mtd@lists.infradead.org
7022 W:      http://www.linux-mtd.infradead.org/
7023 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7024 T:      git git://git.infradead.org/linux-mtd.git
7025 T:      git git://git.infradead.org/l2-mtd.git
7026 S:      Maintained
7027 F:      drivers/mtd/
7028 F:      include/linux/mtd/
7029 F:      include/uapi/mtd/
7030
7031 MEN A21 WATCHDOG DRIVER
7032 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7033 L:      linux-watchdog@vger.kernel.org
7034 S:      Maintained
7035 F:      drivers/watchdog/mena21_wdt.c
7036
7037 MEN CHAMELEON BUS (mcb)
7038 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7039 S:      Maintained
7040 F:      drivers/mcb/
7041 F:      include/linux/mcb.h
7042 F:      Documentation/men-chameleon-bus.txt
7043
7044 MEN F21BMC (Board Management Controller)
7045 M:      Andreas Werner <andreas.werner@men.de>
7046 S:      Supported
7047 F:      drivers/mfd/menf21bmc.c
7048 F:      drivers/watchdog/menf21bmc_wdt.c
7049 F:      drivers/leds/leds-menf21bmc.c
7050 F:      drivers/hwmon/menf21bmc_hwmon.c
7051 F:      Documentation/hwmon/menf21bmc
7052
7053 METAG ARCHITECTURE
7054 M:      James Hogan <james.hogan@imgtec.com>
7055 L:      linux-metag@vger.kernel.org
7056 S:      Odd Fixes
7057 F:      arch/metag/
7058 F:      Documentation/metag/
7059 F:      Documentation/devicetree/bindings/metag/
7060 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7061 F:      drivers/clocksource/metag_generic.c
7062 F:      drivers/irqchip/irq-metag.c
7063 F:      drivers/irqchip/irq-metag-ext.c
7064 F:      drivers/tty/metag_da.c
7065
7066 MICROBLAZE ARCHITECTURE
7067 M:      Michal Simek <monstr@monstr.eu>
7068 W:      http://www.monstr.eu/fdt/
7069 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7070 S:      Supported
7071 F:      arch/microblaze/
7072
7073 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7074 M:      Chen Yu <yu.c.chen@intel.com>
7075 L:      platform-driver-x86@vger.kernel.org
7076 S:      Supported
7077 F:      drivers/platform/x86/surfacepro3_button.c
7078
7079 MICROTEK X6 SCANNER
7080 M:      Oliver Neukum <oliver@neukum.org>
7081 S:      Maintained
7082 F:      drivers/usb/image/microtek.*
7083
7084 MIPS
7085 M:      Ralf Baechle <ralf@linux-mips.org>
7086 L:      linux-mips@linux-mips.org
7087 W:      http://www.linux-mips.org/
7088 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7089 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7090 S:      Supported
7091 F:      Documentation/mips/
7092 F:      arch/mips/
7093
7094 MIPS GENERIC PLATFORM
7095 M:      Paul Burton <paul.burton@imgtec.com>
7096 L:      linux-mips@linux-mips.org
7097 S:      Supported
7098 F:      Documentation/devicetree/bindings/power/mti,mips-cpc.txt
7099 F:      arch/mips/generic/
7100
7101 MIPS RINT INSTRUCTION EMULATION
7102 M:      Aleksandar Markovic <aleksandar.markovic@mips.com>
7103 L:      linux-mips@linux-mips.org
7104 S:      Supported
7105 F:      arch/mips/math-emu/sp_rint.c
7106 F:      arch/mips/math-emu/dp_rint.c
7107
7108 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7109 M:      Hans Verkuil <hverkuil@xs4all.nl>
7110 L:      linux-media@vger.kernel.org
7111 T:      git git://linuxtv.org/media_tree.git
7112 W:      http://linuxtv.org
7113 S:      Odd Fixes
7114 F:      drivers/media/radio/radio-miropcm20*
7115
7116 Mellanox MLX5 core VPI driver
7117 M:      Eli Cohen <eli@mellanox.com>
7118 L:      netdev@vger.kernel.org
7119 L:      linux-rdma@vger.kernel.org
7120 W:      http://www.mellanox.com
7121 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7122 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7123 T:      git git://openfabrics.org/~eli/connect-ib.git
7124 S:      Supported
7125 F:      drivers/net/ethernet/mellanox/mlx5/core/
7126 F:      include/linux/mlx5/
7127
7128 Mellanox MLX5 IB driver
7129 M:      Eli Cohen <eli@mellanox.com>
7130 L:      linux-rdma@vger.kernel.org
7131 W:      http://www.mellanox.com
7132 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7133 T:      git git://openfabrics.org/~eli/connect-ib.git
7134 S:      Supported
7135 F:      include/linux/mlx5/
7136 F:      drivers/infiniband/hw/mlx5/
7137
7138 MELEXIS MLX90614 DRIVER
7139 M:      Crt Mori <cmo@melexis.com>
7140 L:      linux-iio@vger.kernel.org
7141 W:      http://www.melexis.com
7142 S:      Supported
7143 F:      drivers/iio/temperature/mlx90614.c
7144
7145 MN88472 MEDIA DRIVER
7146 M:      Antti Palosaari <crope@iki.fi>
7147 L:      linux-media@vger.kernel.org
7148 W:      http://linuxtv.org/
7149 W:      http://palosaari.fi/linux/
7150 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7151 T:      git git://linuxtv.org/anttip/media_tree.git
7152 S:      Maintained
7153 F:      drivers/staging/media/mn88472/
7154 F:      drivers/media/dvb-frontends/mn88472.h
7155
7156 MN88473 MEDIA DRIVER
7157 M:      Antti Palosaari <crope@iki.fi>
7158 L:      linux-media@vger.kernel.org
7159 W:      http://linuxtv.org/
7160 W:      http://palosaari.fi/linux/
7161 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7162 T:      git git://linuxtv.org/anttip/media_tree.git
7163 S:      Maintained
7164 F:      drivers/staging/media/mn88473/
7165 F:      drivers/media/dvb-frontends/mn88473.h
7166
7167 MODULE SUPPORT
7168 M:      Rusty Russell <rusty@rustcorp.com.au>
7169 S:      Maintained
7170 F:      include/linux/module.h
7171 F:      kernel/module.c
7172
7173 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7174 W:      http://popies.net/meye/
7175 S:      Orphan
7176 F:      Documentation/video4linux/meye.txt
7177 F:      drivers/media/pci/meye/
7178 F:      include/uapi/linux/meye.h
7179
7180 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7181 M:      Jiri Slaby <jirislaby@gmail.com>
7182 S:      Maintained
7183 F:      Documentation/serial/moxa-smartio
7184 F:      drivers/tty/mxser.*
7185
7186 MR800 AVERMEDIA USB FM RADIO DRIVER
7187 M:      Alexey Klimov <klimov.linux@gmail.com>
7188 L:      linux-media@vger.kernel.org
7189 T:      git git://linuxtv.org/media_tree.git
7190 S:      Maintained
7191 F:      drivers/media/radio/radio-mr800.c
7192
7193 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7194 M:      Alan Ott <alan@signal11.us>
7195 L:      linux-wpan@vger.kernel.org
7196 S:      Maintained
7197 F:      drivers/net/ieee802154/mrf24j40.c
7198 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7199
7200 MSI LAPTOP SUPPORT
7201 M:      "Lee, Chun-Yi" <jlee@suse.com>
7202 L:      platform-driver-x86@vger.kernel.org
7203 S:      Maintained
7204 F:      drivers/platform/x86/msi-laptop.c
7205
7206 MSI WMI SUPPORT
7207 L:      platform-driver-x86@vger.kernel.org
7208 S:      Orphan
7209 F:      drivers/platform/x86/msi-wmi.c
7210
7211 MSI001 MEDIA DRIVER
7212 M:      Antti Palosaari <crope@iki.fi>
7213 L:      linux-media@vger.kernel.org
7214 W:      http://linuxtv.org/
7215 W:      http://palosaari.fi/linux/
7216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7217 T:      git git://linuxtv.org/anttip/media_tree.git
7218 S:      Maintained
7219 F:      drivers/media/tuners/msi001*
7220
7221 MSI2500 MEDIA DRIVER
7222 M:      Antti Palosaari <crope@iki.fi>
7223 L:      linux-media@vger.kernel.org
7224 W:      http://linuxtv.org/
7225 W:      http://palosaari.fi/linux/
7226 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7227 T:      git git://linuxtv.org/anttip/media_tree.git
7228 S:      Maintained
7229 F:      drivers/media/usb/msi2500/
7230
7231 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7232 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7233 L:      linux-mtd@lists.infradead.org
7234 S:      Maintained
7235 F:      drivers/mtd/devices/docg3*
7236
7237 MT9M032 APTINA SENSOR DRIVER
7238 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7239 L:      linux-media@vger.kernel.org
7240 T:      git git://linuxtv.org/media_tree.git
7241 S:      Maintained
7242 F:      drivers/media/i2c/mt9m032.c
7243 F:      include/media/mt9m032.h
7244
7245 MT9P031 APTINA CAMERA SENSOR
7246 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7247 L:      linux-media@vger.kernel.org
7248 T:      git git://linuxtv.org/media_tree.git
7249 S:      Maintained
7250 F:      drivers/media/i2c/mt9p031.c
7251 F:      include/media/mt9p031.h
7252
7253 MT9T001 APTINA CAMERA SENSOR
7254 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7255 L:      linux-media@vger.kernel.org
7256 T:      git git://linuxtv.org/media_tree.git
7257 S:      Maintained
7258 F:      drivers/media/i2c/mt9t001.c
7259 F:      include/media/mt9t001.h
7260
7261 MT9V032 APTINA CAMERA SENSOR
7262 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7263 L:      linux-media@vger.kernel.org
7264 T:      git git://linuxtv.org/media_tree.git
7265 S:      Maintained
7266 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7267 F:      drivers/media/i2c/mt9v032.c
7268 F:      include/media/mt9v032.h
7269
7270 MULTIFUNCTION DEVICES (MFD)
7271 M:      Lee Jones <lee.jones@linaro.org>
7272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7273 S:      Supported
7274 F:      drivers/mfd/
7275 F:      include/linux/mfd/
7276
7277 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7278 M:      Ulf Hansson <ulf.hansson@linaro.org>
7279 L:      linux-mmc@vger.kernel.org
7280 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7281 S:      Maintained
7282 F:      drivers/mmc/
7283 F:      include/linux/mmc/
7284 F:      include/uapi/linux/mmc/
7285
7286 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7287 S:      Orphan
7288 F:      drivers/mmc/host/mmc_spi.c
7289 F:      include/linux/spi/mmc_spi.h
7290
7291 MULTISOUND SOUND DRIVER
7292 M:      Andrew Veliath <andrewtv@usa.net>
7293 S:      Maintained
7294 F:      Documentation/sound/oss/MultiSound
7295 F:      sound/oss/msnd*
7296
7297 MULTITECH MULTIPORT CARD (ISICOM)
7298 S:      Orphan
7299 F:      drivers/tty/isicom.c
7300 F:      include/linux/isicom.h
7301
7302 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7303 M:      Felipe Balbi <balbi@ti.com>
7304 L:      linux-usb@vger.kernel.org
7305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7306 S:      Maintained
7307 F:      drivers/usb/musb/
7308
7309 MXL5007T MEDIA DRIVER
7310 M:      Michael Krufky <mkrufky@linuxtv.org>
7311 L:      linux-media@vger.kernel.org
7312 W:      http://linuxtv.org/
7313 W:      http://github.com/mkrufky
7314 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7315 T:      git git://linuxtv.org/mkrufky/tuners.git
7316 S:      Maintained
7317 F:      drivers/media/tuners/mxl5007t.*
7318
7319 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7320 M:      Hyong-Youb Kim <hykim@myri.com>
7321 L:      netdev@vger.kernel.org
7322 W:      https://www.myricom.com/support/downloads/myri10ge.html
7323 S:      Supported
7324 F:      drivers/net/ethernet/myricom/myri10ge/
7325
7326 NATSEMI ETHERNET DRIVER (DP8381x)
7327 S:      Orphan
7328 F:      drivers/net/ethernet/natsemi/natsemi.c
7329
7330 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7331 M:      Daniel Mack <zonque@gmail.com>
7332 S:      Maintained
7333 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7334 W:      http://www.native-instruments.com
7335 F:      sound/usb/caiaq/
7336
7337 NCP FILESYSTEM
7338 M:      Petr Vandrovec <petr@vandrovec.name>
7339 S:      Odd Fixes
7340 F:      fs/ncpfs/
7341
7342 NCR 5380 SCSI DRIVERS
7343 M:      Finn Thain <fthain@telegraphics.com.au>
7344 M:      Michael Schmitz <schmitzmic@gmail.com>
7345 L:      linux-scsi@vger.kernel.org
7346 S:      Maintained
7347 F:      Documentation/scsi/g_NCR5380.txt
7348 F:      drivers/scsi/NCR5380.*
7349 F:      drivers/scsi/arm/cumana_1.c
7350 F:      drivers/scsi/arm/oak.c
7351 F:      drivers/scsi/atari_NCR5380.c
7352 F:      drivers/scsi/atari_scsi.*
7353 F:      drivers/scsi/dmx3191d.c
7354 F:      drivers/scsi/dtc.*
7355 F:      drivers/scsi/g_NCR5380.*
7356 F:      drivers/scsi/g_NCR5380_mmio.c
7357 F:      drivers/scsi/mac_scsi.*
7358 F:      drivers/scsi/pas16.*
7359 F:      drivers/scsi/sun3_scsi.*
7360 F:      drivers/scsi/sun3_scsi_vme.c
7361 F:      drivers/scsi/t128.*
7362
7363 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7364 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7365 L:      linux-scsi@vger.kernel.org
7366 S:      Maintained
7367 F:      drivers/scsi/NCR_D700.*
7368
7369 NCT6775 HARDWARE MONITOR DRIVER
7370 M:      Guenter Roeck <linux@roeck-us.net>
7371 L:      linux-hwmon@vger.kernel.org
7372 S:      Maintained
7373 F:      Documentation/hwmon/nct6775
7374 F:      drivers/hwmon/nct6775.c
7375
7376 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7377 M:      Faisal Latif <faisal.latif@intel.com>
7378 L:      linux-rdma@vger.kernel.org
7379 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7380 S:      Supported
7381 F:      drivers/infiniband/hw/nes/
7382
7383 NETEM NETWORK EMULATOR
7384 M:      Stephen Hemminger <stephen@networkplumber.org>
7385 L:      netem@lists.linux-foundation.org
7386 S:      Maintained
7387 F:      net/sched/sch_netem.c
7388
7389 NETERION 10GbE DRIVERS (s2io/vxge)
7390 M:      Jon Mason <jdmason@kudzu.us>
7391 L:      netdev@vger.kernel.org
7392 S:      Supported
7393 F:      Documentation/networking/s2io.txt
7394 F:      Documentation/networking/vxge.txt
7395 F:      drivers/net/ethernet/neterion/
7396
7397 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7398 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7399 M:      Patrick McHardy <kaber@trash.net>
7400 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7401 L:      netfilter-devel@vger.kernel.org
7402 L:      coreteam@netfilter.org
7403 W:      http://www.netfilter.org/
7404 W:      http://www.iptables.org/
7405 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7408 S:      Supported
7409 F:      include/linux/netfilter*
7410 F:      include/linux/netfilter/
7411 F:      include/net/netfilter/
7412 F:      include/uapi/linux/netfilter*
7413 F:      include/uapi/linux/netfilter/
7414 F:      net/*/netfilter.c
7415 F:      net/*/netfilter/
7416 F:      net/netfilter/
7417 F:      net/bridge/br_netfilter*.c
7418
7419 NETLABEL
7420 M:      Paul Moore <paul@paul-moore.com>
7421 W:      http://netlabel.sf.net
7422 L:      netdev@vger.kernel.org
7423 S:      Maintained
7424 F:      Documentation/netlabel/
7425 F:      include/net/netlabel.h
7426 F:      net/netlabel/
7427
7428 NETROM NETWORK LAYER
7429 M:      Ralf Baechle <ralf@linux-mips.org>
7430 L:      linux-hams@vger.kernel.org
7431 W:      http://www.linux-ax25.org/
7432 S:      Maintained
7433 F:      include/net/netrom.h
7434 F:      include/uapi/linux/netrom.h
7435 F:      net/netrom/
7436
7437 NETWORK BLOCK DEVICE (NBD)
7438 M:      Markus Pargmann <mpa@pengutronix.de>
7439 S:      Maintained
7440 L:      nbd-general@lists.sourceforge.net
7441 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7442 F:      Documentation/blockdev/nbd.txt
7443 F:      drivers/block/nbd.c
7444 F:      include/uapi/linux/nbd.h
7445
7446 NETWORK DROP MONITOR
7447 M:      Neil Horman <nhorman@tuxdriver.com>
7448 L:      netdev@vger.kernel.org
7449 S:      Maintained
7450 W:      https://fedorahosted.org/dropwatch/
7451 F:      net/core/drop_monitor.c
7452
7453 NETWORKING [GENERAL]
7454 M:      "David S. Miller" <davem@davemloft.net>
7455 L:      netdev@vger.kernel.org
7456 W:      http://www.linuxfoundation.org/en/Net
7457 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7460 S:      Maintained
7461 F:      net/
7462 F:      include/net/
7463 F:      include/linux/in.h
7464 F:      include/linux/net.h
7465 F:      include/linux/netdevice.h
7466 F:      include/uapi/linux/in.h
7467 F:      include/uapi/linux/net.h
7468 F:      include/uapi/linux/netdevice.h
7469 F:      include/uapi/linux/net_namespace.h
7470 F:      tools/net/
7471 F:      tools/testing/selftests/net/
7472 F:      lib/random32.c
7473 F:      lib/test_bpf.c
7474
7475 NETWORKING [IPv4/IPv6]
7476 M:      "David S. Miller" <davem@davemloft.net>
7477 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7478 M:      James Morris <jmorris@namei.org>
7479 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7480 M:      Patrick McHardy <kaber@trash.net>
7481 L:      netdev@vger.kernel.org
7482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7483 S:      Maintained
7484 F:      net/ipv4/
7485 F:      net/ipv6/
7486 F:      include/net/ip*
7487 F:      arch/x86/net/*
7488
7489 NETWORKING [IPSEC]
7490 M:      Steffen Klassert <steffen.klassert@secunet.com>
7491 M:      Herbert Xu <herbert@gondor.apana.org.au>
7492 M:      "David S. Miller" <davem@davemloft.net>
7493 L:      netdev@vger.kernel.org
7494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7496 S:      Maintained
7497 F:      net/core/flow.c
7498 F:      net/xfrm/
7499 F:      net/key/
7500 F:      net/ipv4/xfrm*
7501 F:      net/ipv4/esp4.c
7502 F:      net/ipv4/ah4.c
7503 F:      net/ipv4/ipcomp.c
7504 F:      net/ipv4/ip_vti.c
7505 F:      net/ipv6/xfrm*
7506 F:      net/ipv6/esp6.c
7507 F:      net/ipv6/ah6.c
7508 F:      net/ipv6/ipcomp6.c
7509 F:      net/ipv6/ip6_vti.c
7510 F:      include/uapi/linux/xfrm.h
7511 F:      include/net/xfrm.h
7512
7513 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7514 M:      Paul Moore <paul@paul-moore.com>
7515 L:      netdev@vger.kernel.org
7516 S:      Maintained
7517
7518 NETWORKING [WIRELESS]
7519 L:      linux-wireless@vger.kernel.org
7520 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7521
7522 NETWORKING DRIVERS
7523 L:      netdev@vger.kernel.org
7524 W:      http://www.linuxfoundation.org/en/Net
7525 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7528 S:      Odd Fixes
7529 F:      drivers/net/
7530 F:      include/linux/if_*
7531 F:      include/linux/netdevice.h
7532 F:      include/linux/etherdevice.h
7533 F:      include/linux/fcdevice.h
7534 F:      include/linux/fddidevice.h
7535 F:      include/linux/hippidevice.h
7536 F:      include/linux/inetdevice.h
7537 F:      include/uapi/linux/if_*
7538 F:      include/uapi/linux/netdevice.h
7539
7540 NETWORKING DRIVERS (WIRELESS)
7541 M:      Kalle Valo <kvalo@codeaurora.org>
7542 L:      linux-wireless@vger.kernel.org
7543 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7545 S:      Maintained
7546 F:      drivers/net/wireless/
7547
7548 NETXEN (1/10) GbE SUPPORT
7549 M:      Manish Chopra <manish.chopra@qlogic.com>
7550 M:      Sony Chacko <sony.chacko@qlogic.com>
7551 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7552 L:      netdev@vger.kernel.org
7553 W:      http://www.qlogic.com
7554 S:      Supported
7555 F:      drivers/net/ethernet/qlogic/netxen/
7556
7557 NFC SUBSYSTEM
7558 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7559 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7560 M:      Samuel Ortiz <sameo@linux.intel.com>
7561 L:      linux-wireless@vger.kernel.org
7562 L:      linux-nfc@lists.01.org (subscribers-only)
7563 S:      Supported
7564 F:      net/nfc/
7565 F:      include/net/nfc/
7566 F:      include/uapi/linux/nfc.h
7567 F:      drivers/nfc/
7568 F:      include/linux/platform_data/pn544.h
7569 F:      Documentation/devicetree/bindings/net/nfc/
7570
7571 NFS, SUNRPC, AND LOCKD CLIENTS
7572 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7573 M:      Anna Schumaker <anna.schumaker@netapp.com>
7574 L:      linux-nfs@vger.kernel.org
7575 W:      http://client.linux-nfs.org
7576 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7577 S:      Maintained
7578 F:      fs/lockd/
7579 F:      fs/nfs/
7580 F:      fs/nfs_common/
7581 F:      net/sunrpc/
7582 F:      include/linux/lockd/
7583 F:      include/linux/nfs*
7584 F:      include/linux/sunrpc/
7585 F:      include/uapi/linux/nfs*
7586 F:      include/uapi/linux/sunrpc/
7587
7588 NILFS2 FILESYSTEM
7589 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7590 L:      linux-nilfs@vger.kernel.org
7591 W:      http://nilfs.sourceforge.net/
7592 T:      git git://github.com/konis/nilfs2.git
7593 S:      Supported
7594 F:      Documentation/filesystems/nilfs2.txt
7595 F:      fs/nilfs2/
7596 F:      include/linux/nilfs2_fs.h
7597 F:      include/trace/events/nilfs2.h
7598
7599 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7600 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7601 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7602 S:      Maintained
7603 F:      Documentation/scsi/NinjaSCSI.txt
7604 F:      drivers/scsi/pcmcia/nsp_*
7605
7606 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7607 M:      GOTO Masanori <gotom@debian.or.jp>
7608 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7609 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7610 S:      Maintained
7611 F:      Documentation/scsi/NinjaSCSI.txt
7612 F:      drivers/scsi/nsp32*
7613
7614 NIOS2 ARCHITECTURE
7615 M:      Ley Foon Tan <lftan@altera.com>
7616 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7618 S:      Maintained
7619 F:      arch/nios2/
7620
7621 NOKIA N900 POWER SUPPLY DRIVERS
7622 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7623 S:      Maintained
7624 F:      include/linux/power/bq2415x_charger.h
7625 F:      include/linux/power/bq27xxx_battery.h
7626 F:      include/linux/power/isp1704_charger.h
7627 F:      drivers/power/bq2415x_charger.c
7628 F:      drivers/power/bq27xxx_battery.c
7629 F:      drivers/power/isp1704_charger.c
7630 F:      drivers/power/rx51_battery.c
7631
7632 NTB DRIVER CORE
7633 M:      Jon Mason <jdmason@kudzu.us>
7634 M:      Dave Jiang <dave.jiang@intel.com>
7635 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7636 L:      linux-ntb@googlegroups.com
7637 S:      Supported
7638 W:      https://github.com/jonmason/ntb/wiki
7639 T:      git git://github.com/jonmason/ntb.git
7640 F:      drivers/ntb/
7641 F:      drivers/net/ntb_netdev.c
7642 F:      include/linux/ntb.h
7643 F:      include/linux/ntb_transport.h
7644
7645 NTB INTEL DRIVER
7646 M:      Jon Mason <jdmason@kudzu.us>
7647 M:      Dave Jiang <dave.jiang@intel.com>
7648 L:      linux-ntb@googlegroups.com
7649 S:      Supported
7650 W:      https://github.com/jonmason/ntb/wiki
7651 T:      git git://github.com/jonmason/ntb.git
7652 F:      drivers/ntb/hw/intel/
7653
7654 NTFS FILESYSTEM
7655 M:      Anton Altaparmakov <anton@tuxera.com>
7656 L:      linux-ntfs-dev@lists.sourceforge.net
7657 W:      http://www.tuxera.com/
7658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7659 S:      Supported
7660 F:      Documentation/filesystems/ntfs.txt
7661 F:      fs/ntfs/
7662
7663 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7664 M:      Antonino Daplas <adaplas@gmail.com>
7665 L:      linux-fbdev@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/video/fbdev/riva/
7668 F:      drivers/video/fbdev/nvidia/
7669
7670 NVM EXPRESS DRIVER
7671 M:      Keith Busch <keith.busch@intel.com>
7672 M:      Jens Axboe <axboe@fb.com>
7673 L:      linux-nvme@lists.infradead.org
7674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7675 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7676 S:      Supported
7677 F:      drivers/nvme/host/
7678 F:      include/linux/nvme.h
7679
7680 NVMEM FRAMEWORK
7681 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7682 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7683 S:      Maintained
7684 F:      drivers/nvmem/
7685 F:      Documentation/devicetree/bindings/nvmem/
7686 F:      include/linux/nvmem-consumer.h
7687 F:      include/linux/nvmem-provider.h
7688
7689 NXP-NCI NFC DRIVER
7690 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7691 R:      Charles Gorand <charles.gorand@effinnov.com>
7692 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7693 S:      Supported
7694 F:      drivers/nfc/nxp-nci
7695
7696 NXP TDA998X DRM DRIVER
7697 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7698 S:      Supported
7699 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7700 F:      include/drm/i2c/tda998x.h
7701
7702 NXP TFA9879 DRIVER
7703 M:      Peter Rosin <peda@axentia.se>
7704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7705 S:      Maintained
7706 F:      sound/soc/codecs/tfa9879*
7707
7708 OMAP SUPPORT
7709 M:      Tony Lindgren <tony@atomide.com>
7710 L:      linux-omap@vger.kernel.org
7711 W:      http://www.muru.com/linux/omap/
7712 W:      http://linux.omap.com/
7713 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7715 S:      Maintained
7716 F:      arch/arm/*omap*/
7717 F:      arch/arm/configs/omap1_defconfig
7718 F:      arch/arm/configs/omap2plus_defconfig
7719 F:      drivers/i2c/busses/i2c-omap.c
7720 F:      drivers/irqchip/irq-omap-intc.c
7721 F:      drivers/mfd/*omap*.c
7722 F:      drivers/mfd/menelaus.c
7723 F:      drivers/mfd/palmas.c
7724 F:      drivers/mfd/tps65217.c
7725 F:      drivers/mfd/tps65218.c
7726 F:      drivers/mfd/tps65910.c
7727 F:      drivers/mfd/twl-core.[ch]
7728 F:      drivers/mfd/twl4030*.c
7729 F:      drivers/mfd/twl6030*.c
7730 F:      drivers/mfd/twl6040*.c
7731 F:      drivers/regulator/palmas-regulator*.c
7732 F:      drivers/regulator/pbias-regulator.c
7733 F:      drivers/regulator/tps65217-regulator.c
7734 F:      drivers/regulator/tps65218-regulator.c
7735 F:      drivers/regulator/tps65910-regulator.c
7736 F:      drivers/regulator/twl-regulator.c
7737 F:      include/linux/i2c-omap.h
7738
7739 OMAP DEVICE TREE SUPPORT
7740 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7741 M:      Tony Lindgren <tony@atomide.com>
7742 L:      linux-omap@vger.kernel.org
7743 L:      devicetree@vger.kernel.org
7744 S:      Maintained
7745 F:      arch/arm/boot/dts/*omap*
7746 F:      arch/arm/boot/dts/*am3*
7747 F:      arch/arm/boot/dts/*am4*
7748 F:      arch/arm/boot/dts/*am5*
7749 F:      arch/arm/boot/dts/*dra7*
7750
7751 OMAP CLOCK FRAMEWORK SUPPORT
7752 M:      Paul Walmsley <paul@pwsan.com>
7753 L:      linux-omap@vger.kernel.org
7754 S:      Maintained
7755 F:      arch/arm/*omap*/*clock*
7756
7757 OMAP POWER MANAGEMENT SUPPORT
7758 M:      Kevin Hilman <khilman@deeprootsystems.com>
7759 L:      linux-omap@vger.kernel.org
7760 S:      Maintained
7761 F:      arch/arm/*omap*/*pm*
7762 F:      drivers/cpufreq/omap-cpufreq.c
7763
7764 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7765 M:      Rajendra Nayak <rnayak@ti.com>
7766 M:      Paul Walmsley <paul@pwsan.com>
7767 L:      linux-omap@vger.kernel.org
7768 S:      Maintained
7769 F:      arch/arm/mach-omap2/prm*
7770
7771 OMAP AUDIO SUPPORT
7772 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7773 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7774 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7775 L:      linux-omap@vger.kernel.org
7776 S:      Maintained
7777 F:      sound/soc/omap/
7778
7779 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7780 M:      Roger Quadros <rogerq@ti.com>
7781 M:      Tony Lindgren <tony@atomide.com>
7782 L:      linux-omap@vger.kernel.org
7783 S:      Maintained
7784 F:      drivers/memory/omap-gpmc.c
7785 F:      arch/arm/mach-omap2/*gpmc*
7786
7787 OMAP FRAMEBUFFER SUPPORT
7788 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7789 L:      linux-fbdev@vger.kernel.org
7790 L:      linux-omap@vger.kernel.org
7791 S:      Maintained
7792 F:      drivers/video/fbdev/omap/
7793
7794 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7795 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7796 L:      linux-omap@vger.kernel.org
7797 L:      linux-fbdev@vger.kernel.org
7798 S:      Maintained
7799 F:      drivers/video/fbdev/omap2/
7800 F:      Documentation/arm/OMAP/DSS
7801
7802 OMAP HARDWARE SPINLOCK SUPPORT
7803 M:      Ohad Ben-Cohen <ohad@wizery.com>
7804 L:      linux-omap@vger.kernel.org
7805 S:      Maintained
7806 F:      drivers/hwspinlock/omap_hwspinlock.c
7807
7808 OMAP MMC SUPPORT
7809 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7810 L:      linux-omap@vger.kernel.org
7811 S:      Maintained
7812 F:      drivers/mmc/host/omap.c
7813
7814 OMAP HS MMC SUPPORT
7815 L:      linux-mmc@vger.kernel.org
7816 L:      linux-omap@vger.kernel.org
7817 S:      Orphan
7818 F:      drivers/mmc/host/omap_hsmmc.c
7819
7820 OMAP RANDOM NUMBER GENERATOR SUPPORT
7821 M:      Deepak Saxena <dsaxena@plexity.net>
7822 S:      Maintained
7823 F:      drivers/char/hw_random/omap-rng.c
7824
7825 OMAP HWMOD SUPPORT
7826 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7827 M:      Paul Walmsley <paul@pwsan.com>
7828 L:      linux-omap@vger.kernel.org
7829 S:      Maintained
7830 F:      arch/arm/mach-omap2/omap_hwmod.*
7831
7832 OMAP HWMOD DATA
7833 M:      Paul Walmsley <paul@pwsan.com>
7834 L:      linux-omap@vger.kernel.org
7835 S:      Maintained
7836 F:      arch/arm/mach-omap2/omap_hwmod*data*
7837
7838 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7839 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7840 L:      linux-omap@vger.kernel.org
7841 S:      Maintained
7842 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7843
7844 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7845 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7846 L:      linux-media@vger.kernel.org
7847 S:      Maintained
7848 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7849 F:      drivers/media/platform/omap3isp/
7850 F:      drivers/staging/media/omap4iss/
7851
7852 OMAP USB SUPPORT
7853 M:      Felipe Balbi <balbi@ti.com>
7854 L:      linux-usb@vger.kernel.org
7855 L:      linux-omap@vger.kernel.org
7856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7857 S:      Maintained
7858 F:      drivers/usb/*/*omap*
7859 F:      arch/arm/*omap*/usb*
7860
7861 OMAP GPIO DRIVER
7862 M:      Javier Martinez Canillas <javier@dowhile0.org>
7863 M:      Santosh Shilimkar <ssantosh@kernel.org>
7864 M:      Kevin Hilman <khilman@deeprootsystems.com>
7865 L:      linux-omap@vger.kernel.org
7866 S:      Maintained
7867 F:      drivers/gpio/gpio-omap.c
7868
7869 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7870 M:      Mark Jackson <mpfj@newflow.co.uk>
7871 L:      linux-omap@vger.kernel.org
7872 S:      Maintained
7873 F:      arch/arm/boot/dts/am335x-nano.dts
7874
7875 OMFS FILESYSTEM
7876 M:      Bob Copeland <me@bobcopeland.com>
7877 L:      linux-karma-devel@lists.sourceforge.net
7878 S:      Maintained
7879 F:      Documentation/filesystems/omfs.txt
7880 F:      fs/omfs/
7881
7882 OMNIKEY CARDMAN 4000 DRIVER
7883 M:      Harald Welte <laforge@gnumonks.org>
7884 S:      Maintained
7885 F:      drivers/char/pcmcia/cm4000_cs.c
7886 F:      include/linux/cm4000_cs.h
7887 F:      include/uapi/linux/cm4000_cs.h
7888
7889 OMNIKEY CARDMAN 4040 DRIVER
7890 M:      Harald Welte <laforge@gnumonks.org>
7891 S:      Maintained
7892 F:      drivers/char/pcmcia/cm4040_cs.*
7893
7894 OMNIVISION OV7670 SENSOR DRIVER
7895 M:      Jonathan Corbet <corbet@lwn.net>
7896 L:      linux-media@vger.kernel.org
7897 T:      git git://linuxtv.org/media_tree.git
7898 S:      Maintained
7899 F:      drivers/media/i2c/ov7670.c
7900
7901 ONENAND FLASH DRIVER
7902 M:      Kyungmin Park <kyungmin.park@samsung.com>
7903 L:      linux-mtd@lists.infradead.org
7904 S:      Maintained
7905 F:      drivers/mtd/onenand/
7906 F:      include/linux/mtd/onenand*.h
7907
7908 ONSTREAM SCSI TAPE DRIVER
7909 M:      Willem Riede <osst@riede.org>
7910 L:      osst-users@lists.sourceforge.net
7911 L:      linux-scsi@vger.kernel.org
7912 S:      Maintained
7913 F:      Documentation/scsi/osst.txt
7914 F:      drivers/scsi/osst.*
7915 F:      drivers/scsi/osst_*.h
7916 F:      drivers/scsi/st.h
7917
7918 OPENCORES I2C BUS DRIVER
7919 M:      Peter Korsgaard <jacmet@sunsite.dk>
7920 L:      linux-i2c@vger.kernel.org
7921 S:      Maintained
7922 F:      Documentation/i2c/busses/i2c-ocores
7923 F:      drivers/i2c/busses/i2c-ocores.c
7924
7925 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7926 M:      Rob Herring <robh+dt@kernel.org>
7927 M:      Frank Rowand <frowand.list@gmail.com>
7928 M:      Grant Likely <grant.likely@linaro.org>
7929 L:      devicetree@vger.kernel.org
7930 W:      http://www.devicetree.org/
7931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7932 S:      Maintained
7933 F:      drivers/of/
7934 F:      include/linux/of*.h
7935 F:      scripts/dtc/
7936
7937 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7938 M:      Rob Herring <robh+dt@kernel.org>
7939 M:      Pawel Moll <pawel.moll@arm.com>
7940 M:      Mark Rutland <mark.rutland@arm.com>
7941 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7942 M:      Kumar Gala <galak@codeaurora.org>
7943 L:      devicetree@vger.kernel.org
7944 S:      Maintained
7945 F:      Documentation/devicetree/
7946 F:      arch/*/boot/dts/
7947 F:      include/dt-bindings/
7948
7949 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7950 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7951 L:      devicetree@vger.kernel.org
7952 S:      Maintained
7953 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7954 F:      Documentation/devicetree/overlay-notes.txt
7955 F:      drivers/of/overlay.c
7956 F:      drivers/of/resolver.c
7957
7958 OPENRISC ARCHITECTURE
7959 M:      Jonas Bonn <jonas@southpole.se>
7960 W:      http://openrisc.net
7961 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7962 S:      Maintained
7963 T:      git git://openrisc.net/~jonas/linux
7964 F:      arch/openrisc/
7965
7966 OPENVSWITCH
7967 M:      Pravin Shelar <pshelar@nicira.com>
7968 L:      netdev@vger.kernel.org
7969 L:      dev@openvswitch.org
7970 W:      http://openvswitch.org
7971 S:      Maintained
7972 F:      net/openvswitch/
7973 F:      include/uapi/linux/openvswitch.h
7974
7975 OPERATING PERFORMANCE POINTS (OPP)
7976 M:      Viresh Kumar <vireshk@kernel.org>
7977 M:      Nishanth Menon <nm@ti.com>
7978 M:      Stephen Boyd <sboyd@codeaurora.org>
7979 L:      linux-pm@vger.kernel.org
7980 S:      Maintained
7981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
7982 F:      drivers/base/power/opp/
7983 F:      include/linux/pm_opp.h
7984 F:      Documentation/power/opp.txt
7985 F:      Documentation/devicetree/bindings/opp/
7986
7987 OPL4 DRIVER
7988 M:      Clemens Ladisch <clemens@ladisch.de>
7989 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7990 T:      git git://git.alsa-project.org/alsa-kernel.git
7991 S:      Maintained
7992 F:      sound/drivers/opl4/
7993
7994 OPROFILE
7995 M:      Robert Richter <rric@kernel.org>
7996 L:      oprofile-list@lists.sf.net
7997 S:      Maintained
7998 F:      arch/*/include/asm/oprofile*.h
7999 F:      arch/*/oprofile/
8000 F:      drivers/oprofile/
8001 F:      include/linux/oprofile.h
8002
8003 OP-TEE DRIVER
8004 M:      Jens Wiklander <jens.wiklander@linaro.org>
8005 S:      Maintained
8006 F:      drivers/tee/optee/
8007
8008 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8009 M:      Mark Fasheh <mfasheh@suse.com>
8010 M:      Joel Becker <jlbec@evilplan.org>
8011 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8012 W:      http://ocfs2.wiki.kernel.org
8013 S:      Supported
8014 F:      Documentation/filesystems/ocfs2.txt
8015 F:      Documentation/filesystems/dlmfs.txt
8016 F:      fs/ocfs2/
8017
8018 ORINOCO DRIVER
8019 L:      linux-wireless@vger.kernel.org
8020 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8021 W:      http://www.nongnu.org/orinoco/
8022 S:      Orphan
8023 F:      drivers/net/wireless/orinoco/
8024
8025 OSD LIBRARY and FILESYSTEM
8026 M:      Boaz Harrosh <ooo@electrozaur.com>
8027 M:      Benny Halevy <bhalevy@primarydata.com>
8028 L:      osd-dev@open-osd.org
8029 W:      http://open-osd.org
8030 T:      git git://git.open-osd.org/open-osd.git
8031 S:      Maintained
8032 F:      drivers/scsi/osd/
8033 F:      include/scsi/osd_*
8034 F:      fs/exofs/
8035
8036 OVERLAY FILESYSTEM
8037 M:      Miklos Szeredi <miklos@szeredi.hu>
8038 L:      linux-unionfs@vger.kernel.org
8039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8040 S:      Supported
8041 F:      fs/overlayfs/
8042 F:      Documentation/filesystems/overlayfs.txt
8043
8044 P54 WIRELESS DRIVER
8045 M:      Christian Lamparter <chunkeey@googlemail.com>
8046 L:      linux-wireless@vger.kernel.org
8047 W:      http://wireless.kernel.org/en/users/Drivers/p54
8048 S:      Maintained
8049 F:      drivers/net/wireless/p54/
8050
8051 PA SEMI ETHERNET DRIVER
8052 M:      Olof Johansson <olof@lixom.net>
8053 L:      netdev@vger.kernel.org
8054 S:      Maintained
8055 F:      drivers/net/ethernet/pasemi/*
8056
8057 PA SEMI SMBUS DRIVER
8058 M:      Olof Johansson <olof@lixom.net>
8059 L:      linux-i2c@vger.kernel.org
8060 S:      Maintained
8061 F:      drivers/i2c/busses/i2c-pasemi.c
8062
8063 PADATA PARALLEL EXECUTION MECHANISM
8064 M:      Steffen Klassert <steffen.klassert@secunet.com>
8065 L:      linux-crypto@vger.kernel.org
8066 S:      Maintained
8067 F:      kernel/padata.c
8068 F:      include/linux/padata.h
8069 F:      Documentation/padata.txt
8070
8071 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8072 M:      Harald Welte <laforge@gnumonks.org>
8073 L:      platform-driver-x86@vger.kernel.org
8074 S:      Maintained
8075 F:      drivers/platform/x86/panasonic-laptop.c
8076
8077 PANASONIC MN10300/AM33/AM34 PORT
8078 M:      David Howells <dhowells@redhat.com>
8079 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8080 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8081 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8082 S:      Maintained
8083 F:      Documentation/mn10300/
8084 F:      arch/mn10300/
8085
8086 PARALLEL PORT SUBSYSTEM
8087 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8088 M:      Sudip Mukherjee <sudip@vectorindia.org>
8089 L:      linux-parport@lists.infradead.org (subscribers-only)
8090 S:      Maintained
8091 F:      drivers/parport/
8092 F:      include/linux/parport*.h
8093 F:      drivers/char/ppdev.c
8094 F:      include/uapi/linux/ppdev.h
8095 F:      Documentation/parport*.txt
8096
8097 PARAVIRT_OPS INTERFACE
8098 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8099 M:      Chris Wright <chrisw@sous-sol.org>
8100 M:      Alok Kataria <akataria@vmware.com>
8101 M:      Rusty Russell <rusty@rustcorp.com.au>
8102 L:      virtualization@lists.linux-foundation.org
8103 S:      Supported
8104 F:      Documentation/virtual/paravirt_ops.txt
8105 F:      arch/*/kernel/paravirt*
8106 F:      arch/*/include/asm/paravirt.h
8107
8108 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8109 M:      Tim Waugh <tim@cyberelk.net>
8110 L:      linux-parport@lists.infradead.org (subscribers-only)
8111 S:      Maintained
8112 F:      Documentation/blockdev/paride.txt
8113 F:      drivers/block/paride/
8114
8115 PARISC ARCHITECTURE
8116 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8117 M:      Helge Deller <deller@gmx.de>
8118 L:      linux-parisc@vger.kernel.org
8119 W:      http://www.parisc-linux.org/
8120 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8123 S:      Maintained
8124 F:      arch/parisc/
8125 F:      Documentation/parisc/
8126 F:      drivers/parisc/
8127 F:      drivers/char/agp/parisc-agp.c
8128 F:      drivers/input/serio/gscps2.c
8129 F:      drivers/parport/parport_gsc.*
8130 F:      drivers/tty/serial/8250/8250_gsc.c
8131 F:      drivers/video/fbdev/sti*
8132 F:      drivers/video/console/sti*
8133 F:      drivers/video/logo/logo_parisc*
8134
8135 PC87360 HARDWARE MONITORING DRIVER
8136 M:      Jim Cromie <jim.cromie@gmail.com>
8137 L:      linux-hwmon@vger.kernel.org
8138 S:      Maintained
8139 F:      Documentation/hwmon/pc87360
8140 F:      drivers/hwmon/pc87360.c
8141
8142 PC8736x GPIO DRIVER
8143 M:      Jim Cromie <jim.cromie@gmail.com>
8144 S:      Maintained
8145 F:      drivers/char/pc8736x_gpio.c
8146
8147 PC87427 HARDWARE MONITORING DRIVER
8148 M:      Jean Delvare <jdelvare@suse.com>
8149 L:      linux-hwmon@vger.kernel.org
8150 S:      Maintained
8151 F:      Documentation/hwmon/pc87427
8152 F:      drivers/hwmon/pc87427.c
8153
8154 PCA9532 LED DRIVER
8155 M:      Riku Voipio <riku.voipio@iki.fi>
8156 S:      Maintained
8157 F:      drivers/leds/leds-pca9532.c
8158 F:      include/linux/leds-pca9532.h
8159
8160 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8161 M:      Guenter Roeck <linux@roeck-us.net>
8162 L:      linux-i2c@vger.kernel.org
8163 S:      Maintained
8164 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8165
8166 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8167 M:      Khalid Aziz <khalid@gonehiking.org>
8168 S:      Maintained
8169 F:      drivers/firmware/pcdp.*
8170
8171 PCI ERROR RECOVERY
8172 M:      Linas Vepstas <linasvepstas@gmail.com>
8173 L:      linux-pci@vger.kernel.org
8174 S:      Supported
8175 F:      Documentation/PCI/pci-error-recovery.txt
8176
8177 PCI SUBSYSTEM
8178 M:      Bjorn Helgaas <bhelgaas@google.com>
8179 L:      linux-pci@vger.kernel.org
8180 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8182 S:      Supported
8183 F:      Documentation/PCI/
8184 F:      drivers/pci/
8185 F:      include/linux/pci*
8186 F:      arch/x86/pci/
8187 F:      arch/x86/kernel/quirks.c
8188
8189 PCI DRIVER FOR ALTERA PCIE IP
8190 M:      Ley Foon Tan <lftan@altera.com>
8191 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8192 L:      linux-pci@vger.kernel.org
8193 S:      Supported
8194 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8195 F:      drivers/pci/host/pcie-altera.c
8196
8197 PCI DRIVER FOR ARM VERSATILE PLATFORM
8198 M:      Rob Herring <robh@kernel.org>
8199 L:      linux-pci@vger.kernel.org
8200 L:      linux-arm-kernel@lists.infradead.org
8201 S:      Maintained
8202 F:      Documentation/devicetree/bindings/pci/versatile.txt
8203 F:      drivers/pci/host/pci-versatile.c
8204
8205 PCI DRIVER FOR APPLIEDMICRO XGENE
8206 M:      Tanmay Inamdar <tinamdar@apm.com>
8207 L:      linux-pci@vger.kernel.org
8208 L:      linux-arm-kernel@lists.infradead.org
8209 S:      Maintained
8210 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8211 F:      drivers/pci/host/pci-xgene.c
8212
8213 PCI DRIVER FOR FREESCALE LAYERSCAPE
8214 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8215 M:      Mingkai Hu <mingkai.hu@freescale.com>
8216 M:      Roy Zang <tie-fei.zang@freescale.com>
8217 L:      linuxppc-dev@lists.ozlabs.org
8218 L:      linux-pci@vger.kernel.org
8219 L:      linux-arm-kernel@lists.infradead.org
8220 S:      Maintained
8221 F:      drivers/pci/host/*layerscape*
8222
8223 PCI DRIVER FOR IMX6
8224 M:      Richard Zhu <Richard.Zhu@freescale.com>
8225 M:      Lucas Stach <l.stach@pengutronix.de>
8226 L:      linux-pci@vger.kernel.org
8227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8228 S:      Maintained
8229 F:      drivers/pci/host/*imx6*
8230
8231 PCI DRIVER FOR TI KEYSTONE
8232 M:      Murali Karicheri <m-karicheri2@ti.com>
8233 L:      linux-pci@vger.kernel.org
8234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8235 S:      Maintained
8236 F:      drivers/pci/host/*keystone*
8237
8238 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8239 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8240 M:      Jason Cooper <jason@lakedaemon.net>
8241 L:      linux-pci@vger.kernel.org
8242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8243 S:      Maintained
8244 F:      drivers/pci/host/*mvebu*
8245
8246 PCI DRIVER FOR NVIDIA TEGRA
8247 M:      Thierry Reding <thierry.reding@gmail.com>
8248 L:      linux-tegra@vger.kernel.org
8249 L:      linux-pci@vger.kernel.org
8250 S:      Supported
8251 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8252 F:      drivers/pci/host/pci-tegra.c
8253
8254 PCI DRIVER FOR TI DRA7XX
8255 M:      Kishon Vijay Abraham I <kishon@ti.com>
8256 L:      linux-omap@vger.kernel.org
8257 L:      linux-pci@vger.kernel.org
8258 S:      Supported
8259 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8260 F:      drivers/pci/host/pci-dra7xx.c
8261
8262 PCI DRIVER FOR RENESAS R-CAR
8263 M:      Simon Horman <horms@verge.net.au>
8264 L:      linux-pci@vger.kernel.org
8265 L:      linux-sh@vger.kernel.org
8266 S:      Maintained
8267 F:      drivers/pci/host/*rcar*
8268
8269 PCI DRIVER FOR SAMSUNG EXYNOS
8270 M:      Jingoo Han <jingoohan1@gmail.com>
8271 L:      linux-pci@vger.kernel.org
8272 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8273 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8274 S:      Maintained
8275 F:      drivers/pci/host/pci-exynos.c
8276
8277 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8278 M:      Jingoo Han <jingoohan1@gmail.com>
8279 M:      Pratyush Anand <pratyush.anand@gmail.com>
8280 L:      linux-pci@vger.kernel.org
8281 S:      Maintained
8282 F:      drivers/pci/host/*designware*
8283
8284 PCI DRIVER FOR GENERIC OF HOSTS
8285 M:      Will Deacon <will.deacon@arm.com>
8286 L:      linux-pci@vger.kernel.org
8287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8288 S:      Maintained
8289 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8290 F:      drivers/pci/host/pci-host-generic.c
8291
8292 PCIE DRIVER FOR ST SPEAR13XX
8293 M:      Pratyush Anand <pratyush.anand@gmail.com>
8294 L:      linux-pci@vger.kernel.org
8295 S:      Maintained
8296 F:      drivers/pci/host/*spear*
8297
8298 PCI MSI DRIVER FOR ALTERA MSI IP
8299 M:      Ley Foon Tan <lftan@altera.com>
8300 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8301 L:      linux-pci@vger.kernel.org
8302 S:      Supported
8303 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8304 F:      drivers/pci/host/pcie-altera-msi.c
8305
8306 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8307 M:      Duc Dang <dhdang@apm.com>
8308 L:      linux-pci@vger.kernel.org
8309 L:      linux-arm-kernel@lists.infradead.org
8310 S:      Maintained
8311 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8312 F:      drivers/pci/host/pci-xgene-msi.c
8313
8314 PCIE DRIVER FOR HISILICON
8315 M:      Zhou Wang <wangzhou1@hisilicon.com>
8316 L:      linux-pci@vger.kernel.org
8317 S:      Maintained
8318 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8319 F:      drivers/pci/host/pcie-hisi.c
8320
8321 PCMCIA SUBSYSTEM
8322 P:      Linux PCMCIA Team
8323 L:      linux-pcmcia@lists.infradead.org
8324 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8326 S:      Maintained
8327 F:      Documentation/pcmcia/
8328 F:      drivers/pcmcia/
8329 F:      include/pcmcia/
8330
8331 PCNET32 NETWORK DRIVER
8332 M:      Don Fry <pcnet32@frontier.com>
8333 L:      netdev@vger.kernel.org
8334 S:      Maintained
8335 F:      drivers/net/ethernet/amd/pcnet32.c
8336
8337 PCRYPT PARALLEL CRYPTO ENGINE
8338 M:      Steffen Klassert <steffen.klassert@secunet.com>
8339 L:      linux-crypto@vger.kernel.org
8340 S:      Maintained
8341 F:      crypto/pcrypt.c
8342 F:      include/crypto/pcrypt.h
8343
8344 PER-CPU MEMORY ALLOCATOR
8345 M:      Tejun Heo <tj@kernel.org>
8346 M:      Christoph Lameter <cl@linux-foundation.org>
8347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8348 S:      Maintained
8349 F:      include/linux/percpu*.h
8350 F:      mm/percpu*.c
8351 F:      arch/*/include/asm/percpu.h
8352
8353 PER-TASK DELAY ACCOUNTING
8354 M:      Balbir Singh <bsingharora@gmail.com>
8355 S:      Maintained
8356 F:      include/linux/delayacct.h
8357 F:      kernel/delayacct.c
8358
8359 PERFORMANCE EVENTS SUBSYSTEM
8360 M:      Peter Zijlstra <peterz@infradead.org>
8361 M:      Ingo Molnar <mingo@redhat.com>
8362 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8363 L:      linux-kernel@vger.kernel.org
8364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8365 S:      Supported
8366 F:      kernel/events/*
8367 F:      include/linux/perf_event.h
8368 F:      include/uapi/linux/perf_event.h
8369 F:      arch/*/kernel/perf_event*.c
8370 F:      arch/*/kernel/*/perf_event*.c
8371 F:      arch/*/kernel/*/*/perf_event*.c
8372 F:      arch/*/include/asm/perf_event.h
8373 F:      arch/*/kernel/perf_callchain.c
8374 F:      tools/perf/
8375
8376 PERSONALITY HANDLING
8377 M:      Christoph Hellwig <hch@infradead.org>
8378 L:      linux-abi-devel@lists.sourceforge.net
8379 S:      Maintained
8380 F:      include/linux/personality.h
8381 F:      include/uapi/linux/personality.h
8382
8383 PHONET PROTOCOL
8384 M:      Remi Denis-Courmont <courmisch@gmail.com>
8385 S:      Supported
8386 F:      Documentation/networking/phonet.txt
8387 F:      include/linux/phonet.h
8388 F:      include/net/phonet/
8389 F:      include/uapi/linux/phonet.h
8390 F:      net/phonet/
8391
8392 PHRAM MTD DRIVER
8393 M:      Joern Engel <joern@lazybastard.org>
8394 L:      linux-mtd@lists.infradead.org
8395 S:      Maintained
8396 F:      drivers/mtd/devices/phram.c
8397
8398 PICOLCD HID DRIVER
8399 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8400 L:      linux-input@vger.kernel.org
8401 S:      Maintained
8402 F:      drivers/hid/hid-picolcd*
8403
8404 PICOXCELL SUPPORT
8405 M:      Jamie Iles <jamie@jamieiles.com>
8406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8407 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8408 S:      Supported
8409 F:      arch/arm/boot/dts/picoxcell*
8410 F:      arch/arm/mach-picoxcell/
8411 F:      drivers/crypto/picoxcell*
8412
8413 PIN CONTROL SUBSYSTEM
8414 M:      Linus Walleij <linus.walleij@linaro.org>
8415 L:      linux-gpio@vger.kernel.org
8416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8417 S:      Maintained
8418 F:      drivers/pinctrl/
8419 F:      include/linux/pinctrl/
8420
8421 PIN CONTROLLER - ATMEL AT91
8422 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8424 S:      Maintained
8425 F:      drivers/pinctrl/pinctrl-at91.*
8426
8427 PIN CONTROLLER - ATMEL AT91 PIO4
8428 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8429 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8430 L:      linux-gpio@vger.kernel.org
8431 S:      Supported
8432 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8433
8434 PIN CONTROLLER - INTEL
8435 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8436 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8437 S:      Maintained
8438 F:      drivers/pinctrl/intel/
8439
8440 PIN CONTROLLER - RENESAS
8441 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8442 L:      linux-sh@vger.kernel.org
8443 S:      Maintained
8444 F:      drivers/pinctrl/sh-pfc/
8445
8446 PIN CONTROLLER - SAMSUNG
8447 M:      Tomasz Figa <tomasz.figa@gmail.com>
8448 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8449 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8450 S:      Maintained
8451 F:      drivers/pinctrl/samsung/
8452
8453 PIN CONTROLLER - SINGLE
8454 M:      Tony Lindgren <tony@atomide.com>
8455 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8456 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8457 L:      linux-omap@vger.kernel.org
8458 S:      Maintained
8459 F:      drivers/pinctrl/pinctrl-single.c
8460
8461 PIN CONTROLLER - ST SPEAR
8462 M:      Viresh Kumar <vireshk@kernel.org>
8463 L:      spear-devel@list.st.com
8464 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8465 W:      http://www.st.com/spear
8466 S:      Maintained
8467 F:      drivers/pinctrl/spear/
8468
8469 PKTCDVD DRIVER
8470 M:      Jiri Kosina <jikos@kernel.org>
8471 S:      Maintained
8472 F:      drivers/block/pktcdvd.c
8473 F:      include/linux/pktcdvd.h
8474 F:      include/uapi/linux/pktcdvd.h
8475
8476 PKUNITY SOC DRIVERS
8477 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8478 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8479 S:      Maintained
8480 T:      git git://github.com/gxt/linux.git
8481 F:      drivers/input/serio/i8042-unicore32io.h
8482 F:      drivers/i2c/busses/i2c-puv3.c
8483 F:      drivers/video/fbdev/fb-puv3.c
8484 F:      drivers/rtc/rtc-puv3.c
8485
8486 PMBUS HARDWARE MONITORING DRIVERS
8487 M:      Guenter Roeck <linux@roeck-us.net>
8488 L:      linux-hwmon@vger.kernel.org
8489 W:      http://hwmon.wiki.kernel.org/
8490 W:      http://www.roeck-us.net/linux/drivers/
8491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8492 S:      Maintained
8493 F:      Documentation/hwmon/pmbus
8494 F:      drivers/hwmon/pmbus/
8495 F:      include/linux/i2c/pmbus.h
8496
8497 PMC SIERRA MaxRAID DRIVER
8498 L:      linux-scsi@vger.kernel.org
8499 W:      http://www.pmc-sierra.com/
8500 S:      Orphan
8501 F:      drivers/scsi/pmcraid.*
8502
8503 PMC SIERRA PM8001 DRIVER
8504 M:      Jack Wang <jinpu.wang@profitbricks.com>
8505 M:      lindar_liu@usish.com
8506 L:      pmchba@pmcs.com
8507 L:      linux-scsi@vger.kernel.org
8508 S:      Supported
8509 F:      drivers/scsi/pm8001/
8510
8511 POSIX CLOCKS and TIMERS
8512 M:      Thomas Gleixner <tglx@linutronix.de>
8513 L:      linux-kernel@vger.kernel.org
8514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8515 S:      Maintained
8516 F:      fs/timerfd.c
8517 F:      include/linux/timer*
8518 F:      kernel/time/*timer*
8519
8520 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8521 M:      Sebastian Reichel <sre@kernel.org>
8522 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8523 M:      David Woodhouse <dwmw2@infradead.org>
8524 L:      linux-pm@vger.kernel.org
8525 T:      git git://git.infradead.org/battery-2.6.git
8526 S:      Maintained
8527 F:      include/linux/power_supply.h
8528 F:      drivers/power/
8529 X:      drivers/power/avs/
8530
8531 POWER STATE COORDINATION INTERFACE (PSCI)
8532 M:      Mark Rutland <mark.rutland@arm.com>
8533 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8534 L:      linux-arm-kernel@lists.infradead.org
8535 S:      Maintained
8536 F:      drivers/firmware/psci.c
8537 F:      include/linux/psci.h
8538 F:      include/uapi/linux/psci.h
8539
8540 PNP SUPPORT
8541 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8542 S:      Maintained
8543 F:      drivers/pnp/
8544
8545 PPP PROTOCOL DRIVERS AND COMPRESSORS
8546 M:      Paul Mackerras <paulus@samba.org>
8547 L:      linux-ppp@vger.kernel.org
8548 S:      Maintained
8549 F:      drivers/net/ppp/ppp_*
8550
8551 PPP OVER ATM (RFC 2364)
8552 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8553 S:      Maintained
8554 F:      net/atm/pppoatm.c
8555 F:      include/uapi/linux/atmppp.h
8556
8557 PPP OVER ETHERNET
8558 M:      Michal Ostrowski <mostrows@earthlink.net>
8559 S:      Maintained
8560 F:      drivers/net/ppp/pppoe.c
8561 F:      drivers/net/ppp/pppox.c
8562
8563 PPP OVER L2TP
8564 M:      James Chapman <jchapman@katalix.com>
8565 S:      Maintained
8566 F:      net/l2tp/l2tp_ppp.c
8567 F:      include/linux/if_pppol2tp.h
8568 F:      include/uapi/linux/if_pppol2tp.h
8569
8570 PPS SUPPORT
8571 M:      Rodolfo Giometti <giometti@enneenne.com>
8572 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8573 L:      linuxpps@ml.enneenne.com (subscribers-only)
8574 S:      Maintained
8575 F:      Documentation/pps/
8576 F:      drivers/pps/
8577 F:      include/linux/pps*.h
8578
8579 PPTP DRIVER
8580 M:      Dmitry Kozlov <xeb@mail.ru>
8581 L:      netdev@vger.kernel.org
8582 S:      Maintained
8583 F:      drivers/net/ppp/pptp.c
8584 W:      http://sourceforge.net/projects/accel-pptp
8585
8586 PREEMPTIBLE KERNEL
8587 M:      Robert Love <rml@tech9.net>
8588 L:      kpreempt-tech@lists.sourceforge.net
8589 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8590 S:      Supported
8591 F:      Documentation/preempt-locking.txt
8592 F:      include/linux/preempt.h
8593
8594 PRISM54 WIRELESS DRIVER
8595 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8596 L:      linux-wireless@vger.kernel.org
8597 W:      http://wireless.kernel.org/en/users/Drivers/p54
8598 S:      Obsolete
8599 F:      drivers/net/wireless/prism54/
8600
8601 PS3 NETWORK SUPPORT
8602 M:      Geoff Levand <geoff@infradead.org>
8603 L:      netdev@vger.kernel.org
8604 L:      linuxppc-dev@lists.ozlabs.org
8605 S:      Maintained
8606 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8607
8608 PS3 PLATFORM SUPPORT
8609 M:      Geoff Levand <geoff@infradead.org>
8610 L:      linuxppc-dev@lists.ozlabs.org
8611 S:      Maintained
8612 F:      arch/powerpc/boot/ps3*
8613 F:      arch/powerpc/include/asm/lv1call.h
8614 F:      arch/powerpc/include/asm/ps3*.h
8615 F:      arch/powerpc/platforms/ps3/
8616 F:      drivers/*/ps3*
8617 F:      drivers/ps3/
8618 F:      drivers/rtc/rtc-ps3.c
8619 F:      drivers/usb/host/*ps3.c
8620 F:      sound/ppc/snd_ps3*
8621
8622 PS3VRAM DRIVER
8623 M:      Jim Paris <jim@jtan.com>
8624 M:      Geoff Levand <geoff@infradead.org>
8625 L:      linuxppc-dev@lists.ozlabs.org
8626 S:      Maintained
8627 F:      drivers/block/ps3vram.c
8628
8629 PSTORE FILESYSTEM
8630 M:      Anton Vorontsov <anton@enomsg.org>
8631 M:      Colin Cross <ccross@android.com>
8632 M:      Kees Cook <keescook@chromium.org>
8633 M:      Tony Luck <tony.luck@intel.com>
8634 S:      Maintained
8635 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8636 F:      fs/pstore/
8637 F:      include/linux/pstore*
8638 F:      drivers/firmware/efi/efi-pstore.c
8639 F:      drivers/acpi/apei/erst.c
8640
8641 PTP HARDWARE CLOCK SUPPORT
8642 M:      Richard Cochran <richardcochran@gmail.com>
8643 L:      netdev@vger.kernel.org
8644 S:      Maintained
8645 W:      http://linuxptp.sourceforge.net/
8646 F:      Documentation/ABI/testing/sysfs-ptp
8647 F:      Documentation/ptp/*
8648 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8649 F:      drivers/net/phy/dp83640*
8650 F:      drivers/ptp/*
8651 F:      include/linux/ptp_cl*
8652
8653 PTRACE SUPPORT
8654 M:      Roland McGrath <roland@hack.frob.com>
8655 M:      Oleg Nesterov <oleg@redhat.com>
8656 S:      Maintained
8657 F:      include/asm-generic/syscall.h
8658 F:      include/linux/ptrace.h
8659 F:      include/linux/regset.h
8660 F:      include/linux/tracehook.h
8661 F:      include/uapi/linux/ptrace.h
8662 F:      kernel/ptrace.c
8663
8664 PVRUSB2 VIDEO4LINUX DRIVER
8665 M:      Mike Isely <isely@pobox.com>
8666 L:      pvrusb2@isely.net       (subscribers-only)
8667 L:      linux-media@vger.kernel.org
8668 W:      http://www.isely.net/pvrusb2/
8669 T:      git git://linuxtv.org/media_tree.git
8670 S:      Maintained
8671 F:      Documentation/video4linux/README.pvrusb2
8672 F:      drivers/media/usb/pvrusb2/
8673
8674 PWC WEBCAM DRIVER
8675 M:      Hans de Goede <hdegoede@redhat.com>
8676 L:      linux-media@vger.kernel.org
8677 T:      git git://linuxtv.org/media_tree.git
8678 S:      Maintained
8679 F:      drivers/media/usb/pwc/*
8680
8681 PWM FAN DRIVER
8682 M:      Kamil Debski <k.debski@samsung.com>
8683 L:      linux-hwmon@vger.kernel.org
8684 S:      Supported
8685 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8686 F:      Documentation/hwmon/pwm-fan
8687 F:      drivers/hwmon/pwm-fan.c
8688
8689 PWM SUBSYSTEM
8690 M:      Thierry Reding <thierry.reding@gmail.com>
8691 L:      linux-pwm@vger.kernel.org
8692 S:      Maintained
8693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8694 F:      Documentation/pwm.txt
8695 F:      Documentation/devicetree/bindings/pwm/
8696 F:      include/linux/pwm.h
8697 F:      drivers/pwm/
8698 F:      drivers/video/backlight/pwm_bl.c
8699 F:      include/linux/pwm_backlight.h
8700
8701 PXA2xx/PXA3xx SUPPORT
8702 M:      Daniel Mack <daniel@zonque.org>
8703 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8704 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8706 T:      git git://github.com/hzhuang1/linux.git
8707 T:      git git://github.com/rjarzmik/linux.git
8708 S:      Maintained
8709 F:      arch/arm/mach-pxa/
8710 F:      drivers/dma/pxa*
8711 F:      drivers/pcmcia/pxa2xx*
8712 F:      drivers/spi/spi-pxa2xx*
8713 F:      drivers/usb/gadget/udc/pxa2*
8714 F:      include/sound/pxa2xx-lib.h
8715 F:      sound/arm/pxa*
8716 F:      sound/soc/pxa/
8717
8718 PXA3xx NAND FLASH DRIVER
8719 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8720 L:      linux-mtd@lists.infradead.org
8721 S:      Maintained
8722 F:      drivers/mtd/nand/pxa3xx_nand.c
8723
8724 MMP SUPPORT
8725 M:      Eric Miao <eric.y.miao@gmail.com>
8726 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8728 T:      git git://github.com/hzhuang1/linux.git
8729 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8730 S:      Maintained
8731 F:      arch/arm/mach-mmp/
8732
8733 PXA MMCI DRIVER
8734 S:      Orphan
8735
8736 PXA RTC DRIVER
8737 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8738 L:      rtc-linux@googlegroups.com
8739 S:      Maintained
8740
8741 QAT DRIVER
8742 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8743 L:      qat-linux@intel.com
8744 S:      Supported
8745 F:      drivers/crypto/qat/
8746
8747 QIB DRIVER
8748 M:      Mike Marciniszyn <infinipath@intel.com>
8749 L:      linux-rdma@vger.kernel.org
8750 S:      Supported
8751 F:      drivers/infiniband/hw/qib/
8752
8753 QLOGIC QLA1280 SCSI DRIVER
8754 M:      Michael Reed <mdr@sgi.com>
8755 L:      linux-scsi@vger.kernel.org
8756 S:      Maintained
8757 F:      drivers/scsi/qla1280.[ch]
8758
8759 QLOGIC QLA2XXX FC-SCSI DRIVER
8760 M:      qla2xxx-upstream@qlogic.com
8761 L:      linux-scsi@vger.kernel.org
8762 S:      Supported
8763 F:      Documentation/scsi/LICENSE.qla2xxx
8764 F:      drivers/scsi/qla2xxx/
8765
8766 QLOGIC QLA4XXX iSCSI DRIVER
8767 M:      QLogic-Storage-Upstream@qlogic.com
8768 L:      linux-scsi@vger.kernel.org
8769 S:      Supported
8770 F:      Documentation/scsi/LICENSE.qla4xxx
8771 F:      drivers/scsi/qla4xxx/
8772
8773 QLOGIC QLA3XXX NETWORK DRIVER
8774 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8775 M:      Ron Mercer <ron.mercer@qlogic.com>
8776 M:      linux-driver@qlogic.com
8777 L:      netdev@vger.kernel.org
8778 S:      Supported
8779 F:      Documentation/networking/LICENSE.qla3xxx
8780 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8781
8782 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8783 M:      Dept-GELinuxNICDev@qlogic.com
8784 L:      netdev@vger.kernel.org
8785 S:      Supported
8786 F:      drivers/net/ethernet/qlogic/qlcnic/
8787
8788 QLOGIC QLGE 10Gb ETHERNET DRIVER
8789 M:      Harish Patil <harish.patil@qlogic.com>
8790 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8791 M:      Dept-GELinuxNICDev@qlogic.com
8792 M:      linux-driver@qlogic.com
8793 L:      netdev@vger.kernel.org
8794 S:      Supported
8795 F:      drivers/net/ethernet/qlogic/qlge/
8796
8797 QLOGIC QL4xxx ETHERNET DRIVER
8798 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8799 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8800 M:      everest-linux-l2@qlogic.com
8801 L:      netdev@vger.kernel.org
8802 S:      Supported
8803 F:      drivers/net/ethernet/qlogic/qed/
8804 F:      include/linux/qed/
8805 F:      drivers/net/ethernet/qlogic/qede/
8806
8807 QNX4 FILESYSTEM
8808 M:      Anders Larsen <al@alarsen.net>
8809 W:      http://www.alarsen.net/linux/qnx4fs/
8810 S:      Maintained
8811 F:      fs/qnx4/
8812 F:      include/uapi/linux/qnx4_fs.h
8813 F:      include/uapi/linux/qnxtypes.h
8814
8815 QT1010 MEDIA DRIVER
8816 M:      Antti Palosaari <crope@iki.fi>
8817 L:      linux-media@vger.kernel.org
8818 W:      http://linuxtv.org/
8819 W:      http://palosaari.fi/linux/
8820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8821 T:      git git://linuxtv.org/anttip/media_tree.git
8822 S:      Maintained
8823 F:      drivers/media/tuners/qt1010*
8824
8825 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8826 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8827 L:      linux-wireless@vger.kernel.org
8828 L:      ath9k-devel@lists.ath9k.org
8829 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8830 S:      Supported
8831 F:      drivers/net/wireless/ath/ath9k/
8832
8833 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8834 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8835 L:      ath10k@lists.infradead.org
8836 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8837 T:      git git://github.com/kvalo/ath.git
8838 S:      Supported
8839 F:      drivers/net/wireless/ath/ath10k/
8840
8841 QUALCOMM HEXAGON ARCHITECTURE
8842 M:      Richard Kuo <rkuo@codeaurora.org>
8843 L:      linux-hexagon@vger.kernel.org
8844 S:      Supported
8845 F:      arch/hexagon/
8846
8847 QUALCOMM WCN36XX WIRELESS DRIVER
8848 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8849 L:      wcn36xx@lists.infradead.org
8850 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8851 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8852 S:      Supported
8853 F:      drivers/net/wireless/ath/wcn36xx/
8854
8855 RADOS BLOCK DEVICE (RBD)
8856 M:      Ilya Dryomov <idryomov@gmail.com>
8857 M:      Sage Weil <sage@redhat.com>
8858 M:      Alex Elder <elder@kernel.org>
8859 L:      ceph-devel@vger.kernel.org
8860 W:      http://ceph.com/
8861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8862 T:      git git://github.com/ceph/ceph-client.git
8863 S:      Supported
8864 F:      Documentation/ABI/testing/sysfs-bus-rbd
8865 F:      drivers/block/rbd.c
8866 F:      drivers/block/rbd_types.h
8867
8868 RADEON FRAMEBUFFER DISPLAY DRIVER
8869 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8870 L:      linux-fbdev@vger.kernel.org
8871 S:      Maintained
8872 F:      drivers/video/fbdev/aty/radeon*
8873 F:      include/uapi/linux/radeonfb.h
8874
8875 RADIOSHARK RADIO DRIVER
8876 M:      Hans de Goede <hdegoede@redhat.com>
8877 L:      linux-media@vger.kernel.org
8878 T:      git git://linuxtv.org/media_tree.git
8879 S:      Maintained
8880 F:      drivers/media/radio/radio-shark.c
8881
8882 RADIOSHARK2 RADIO DRIVER
8883 M:      Hans de Goede <hdegoede@redhat.com>
8884 L:      linux-media@vger.kernel.org
8885 T:      git git://linuxtv.org/media_tree.git
8886 S:      Maintained
8887 F:      drivers/media/radio/radio-shark2.c
8888 F:      drivers/media/radio/radio-tea5777.c
8889
8890 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8891 M:      Paul Mackerras <paulus@samba.org>
8892 L:      linux-fbdev@vger.kernel.org
8893 S:      Maintained
8894 F:      drivers/video/fbdev/aty/aty128fb.c
8895
8896 RALINK RT2X00 WIRELESS LAN DRIVER
8897 P:      rt2x00 project
8898 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8899 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8900 L:      linux-wireless@vger.kernel.org
8901 S:      Maintained
8902 F:      drivers/net/wireless/rt2x00/
8903
8904 RAMDISK RAM BLOCK DEVICE DRIVER
8905 M:      Jens Axboe <axboe@kernel.dk>
8906 S:      Maintained
8907 F:      Documentation/blockdev/ramdisk.txt
8908 F:      drivers/block/brd.c
8909
8910 RANCHU VIRTUAL BOARD FOR MIPS
8911 M:      Miodrag Dinic <miodrag.dinic@mips.com>
8912 L:      linux-mips@linux-mips.org
8913 S:      Supported
8914 F:      arch/mips/generic/board-ranchu.c
8915 F:      arch/mips/configs/generic/board-ranchu.config
8916
8917 RANDOM NUMBER DRIVER
8918 M:      "Theodore Ts'o" <tytso@mit.edu>
8919 S:      Maintained
8920 F:      drivers/char/random.c
8921
8922 RAPIDIO SUBSYSTEM
8923 M:      Matt Porter <mporter@kernel.crashing.org>
8924 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8925 S:      Maintained
8926 F:      drivers/rapidio/
8927
8928 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8929 L:      linux-wireless@vger.kernel.org
8930 S:      Orphan
8931 F:      drivers/net/wireless/ray*
8932
8933 RCUTORTURE MODULE
8934 M:      Josh Triplett <josh@joshtriplett.org>
8935 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8936 L:      linux-kernel@vger.kernel.org
8937 S:      Supported
8938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8939 F:      Documentation/RCU/torture.txt
8940 F:      kernel/rcu/rcutorture.c
8941
8942 RCUTORTURE TEST FRAMEWORK
8943 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8944 M:      Josh Triplett <josh@joshtriplett.org>
8945 R:      Steven Rostedt <rostedt@goodmis.org>
8946 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8947 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8948 L:      linux-kernel@vger.kernel.org
8949 S:      Supported
8950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8951 F:      tools/testing/selftests/rcutorture
8952
8953 RDC R-321X SoC
8954 M:      Florian Fainelli <florian@openwrt.org>
8955 S:      Maintained
8956
8957 RDC R6040 FAST ETHERNET DRIVER
8958 M:      Florian Fainelli <florian@openwrt.org>
8959 L:      netdev@vger.kernel.org
8960 S:      Maintained
8961 F:      drivers/net/ethernet/rdc/r6040.c
8962
8963 RDS - RELIABLE DATAGRAM SOCKETS
8964 M:      Chien Yen <chien.yen@oracle.com>
8965 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8966 S:      Supported
8967 F:      net/rds/
8968
8969 READ-COPY UPDATE (RCU)
8970 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8971 M:      Josh Triplett <josh@joshtriplett.org>
8972 R:      Steven Rostedt <rostedt@goodmis.org>
8973 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8974 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8975 L:      linux-kernel@vger.kernel.org
8976 W:      http://www.rdrop.com/users/paulmck/RCU/
8977 S:      Supported
8978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8979 F:      Documentation/RCU/
8980 X:      Documentation/RCU/torture.txt
8981 F:      include/linux/rcu*
8982 X:      include/linux/srcu.h
8983 F:      kernel/rcu/
8984 X:      kernel/torture.c
8985
8986 REAL TIME CLOCK (RTC) SUBSYSTEM
8987 M:      Alessandro Zummo <a.zummo@towertech.it>
8988 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8989 L:      rtc-linux@googlegroups.com
8990 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8992 S:      Maintained
8993 F:      Documentation/rtc.txt
8994 F:      drivers/rtc/
8995 F:      include/linux/rtc.h
8996 F:      include/uapi/linux/rtc.h
8997
8998 REALTEK AUDIO CODECS
8999 M:      Bard Liao <bardliao@realtek.com>
9000 M:      Oder Chiou <oder_chiou@realtek.com>
9001 S:      Maintained
9002 F:      sound/soc/codecs/rt*
9003 F:      include/sound/rt*.h
9004
9005 REISERFS FILE SYSTEM
9006 L:      reiserfs-devel@vger.kernel.org
9007 S:      Supported
9008 F:      fs/reiserfs/
9009
9010 REGISTER MAP ABSTRACTION
9011 M:      Mark Brown <broonie@kernel.org>
9012 L:      linux-kernel@vger.kernel.org
9013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9014 S:      Supported
9015 F:      drivers/base/regmap/
9016 F:      include/linux/regmap.h
9017
9018 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9019 M:      Ohad Ben-Cohen <ohad@wizery.com>
9020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9021 S:      Maintained
9022 F:      drivers/remoteproc/
9023 F:      Documentation/remoteproc.txt
9024 F:      include/linux/remoteproc.h
9025
9026 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9027 M:      Ohad Ben-Cohen <ohad@wizery.com>
9028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9029 S:      Maintained
9030 F:      drivers/rpmsg/
9031 F:      Documentation/rpmsg.txt
9032 F:      include/linux/rpmsg.h
9033
9034 RENESAS ETHERNET DRIVERS
9035 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9036 L:      netdev@vger.kernel.org
9037 L:      linux-sh@vger.kernel.org
9038 F:      drivers/net/ethernet/renesas/
9039 F:      include/linux/sh_eth.h
9040
9041 RESET CONTROLLER FRAMEWORK
9042 M:      Philipp Zabel <p.zabel@pengutronix.de>
9043 S:      Maintained
9044 F:      drivers/reset/
9045 F:      Documentation/devicetree/bindings/reset/
9046 F:      include/dt-bindings/reset/
9047 F:      include/linux/reset.h
9048 F:      include/linux/reset-controller.h
9049
9050 RFKILL
9051 M:      Johannes Berg <johannes@sipsolutions.net>
9052 L:      linux-wireless@vger.kernel.org
9053 W:      http://wireless.kernel.org/
9054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9056 S:      Maintained
9057 F:      Documentation/rfkill.txt
9058 F:      net/rfkill/
9059
9060 RHASHTABLE
9061 M:      Thomas Graf <tgraf@suug.ch>
9062 L:      netdev@vger.kernel.org
9063 S:      Maintained
9064 F:      lib/rhashtable.c
9065 F:      include/linux/rhashtable.h
9066
9067 RICOH SMARTMEDIA/XD DRIVER
9068 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9069 S:      Maintained
9070 F:      drivers/mtd/nand/r852.c
9071 F:      drivers/mtd/nand/r852.h
9072
9073 RICOH R5C592 MEMORYSTICK DRIVER
9074 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9075 S:      Maintained
9076 F:      drivers/memstick/host/r592.*
9077
9078 ROCCAT DRIVERS
9079 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9080 W:      http://sourceforge.net/projects/roccat/
9081 S:      Maintained
9082 F:      drivers/hid/hid-roccat*
9083 F:      include/linux/hid-roccat*
9084 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9085
9086 ROCKER DRIVER
9087 M:      Jiri Pirko <jiri@resnulli.us>
9088 M:      Scott Feldman <sfeldma@gmail.com>
9089 L:      netdev@vger.kernel.org
9090 S:      Supported
9091 F:      drivers/net/ethernet/rocker/
9092
9093 ROCKETPORT DRIVER
9094 P:      Comtrol Corp.
9095 W:      http://www.comtrol.com
9096 S:      Maintained
9097 F:      Documentation/serial/rocket.txt
9098 F:      drivers/tty/rocket*
9099
9100 ROCKETPORT EXPRESS/INFINITY DRIVER
9101 M:      Kevin Cernekee <cernekee@gmail.com>
9102 L:      linux-serial@vger.kernel.org
9103 S:      Odd Fixes
9104 F:      drivers/tty/serial/rp2.*
9105
9106 ROSE NETWORK LAYER
9107 M:      Ralf Baechle <ralf@linux-mips.org>
9108 L:      linux-hams@vger.kernel.org
9109 W:      http://www.linux-ax25.org/
9110 S:      Maintained
9111 F:      include/net/rose.h
9112 F:      include/uapi/linux/rose.h
9113 F:      net/rose/
9114
9115 RTL2830 MEDIA DRIVER
9116 M:      Antti Palosaari <crope@iki.fi>
9117 L:      linux-media@vger.kernel.org
9118 W:      http://linuxtv.org/
9119 W:      http://palosaari.fi/linux/
9120 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9121 T:      git git://linuxtv.org/anttip/media_tree.git
9122 S:      Maintained
9123 F:      drivers/media/dvb-frontends/rtl2830*
9124
9125 RTL2832 MEDIA DRIVER
9126 M:      Antti Palosaari <crope@iki.fi>
9127 L:      linux-media@vger.kernel.org
9128 W:      http://linuxtv.org/
9129 W:      http://palosaari.fi/linux/
9130 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9131 T:      git git://linuxtv.org/anttip/media_tree.git
9132 S:      Maintained
9133 F:      drivers/media/dvb-frontends/rtl2832*
9134
9135 RTL2832_SDR MEDIA DRIVER
9136 M:      Antti Palosaari <crope@iki.fi>
9137 L:      linux-media@vger.kernel.org
9138 W:      http://linuxtv.org/
9139 W:      http://palosaari.fi/linux/
9140 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9141 T:      git git://linuxtv.org/anttip/media_tree.git
9142 S:      Maintained
9143 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9144
9145 RTL8180 WIRELESS DRIVER
9146 L:      linux-wireless@vger.kernel.org
9147 W:      http://wireless.kernel.org/
9148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9149 S:      Orphan
9150 F:      drivers/net/wireless/rtl818x/rtl8180/
9151
9152 RTL8187 WIRELESS DRIVER
9153 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9154 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9155 M:      Larry Finger <Larry.Finger@lwfinger.net>
9156 L:      linux-wireless@vger.kernel.org
9157 W:      http://wireless.kernel.org/
9158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9159 S:      Maintained
9160 F:      drivers/net/wireless/rtl818x/rtl8187/
9161
9162 RTL8192CE WIRELESS DRIVER
9163 M:      Larry Finger <Larry.Finger@lwfinger.net>
9164 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9165 L:      linux-wireless@vger.kernel.org
9166 W:      http://wireless.kernel.org/
9167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9168 S:      Maintained
9169 F:      drivers/net/wireless/rtlwifi/
9170 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
9171
9172 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9173 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9174 L:      linux-wireless@vger.kernel.org
9175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9176 S:      Maintained
9177 F:      drivers/net/wireless/realtek/rtl8xxxu/
9178
9179 S3 SAVAGE FRAMEBUFFER DRIVER
9180 M:      Antonino Daplas <adaplas@gmail.com>
9181 L:      linux-fbdev@vger.kernel.org
9182 S:      Maintained
9183 F:      drivers/video/fbdev/savage/
9184
9185 S390
9186 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9187 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9188 L:      linux-s390@vger.kernel.org
9189 W:      http://www.ibm.com/developerworks/linux/linux390/
9190 S:      Supported
9191 F:      arch/s390/
9192 F:      drivers/s390/
9193 F:      Documentation/s390/
9194 F:      Documentation/DocBook/s390*
9195
9196 S390 COMMON I/O LAYER
9197 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9198 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9199 L:      linux-s390@vger.kernel.org
9200 W:      http://www.ibm.com/developerworks/linux/linux390/
9201 S:      Supported
9202 F:      drivers/s390/cio/
9203
9204 S390 DASD DRIVER
9205 M:      Stefan Weinhuber <wein@de.ibm.com>
9206 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9207 L:      linux-s390@vger.kernel.org
9208 W:      http://www.ibm.com/developerworks/linux/linux390/
9209 S:      Supported
9210 F:      drivers/s390/block/dasd*
9211 F:      block/partitions/ibm.c
9212
9213 S390 NETWORK DRIVERS
9214 M:      Ursula Braun <ursula.braun@de.ibm.com>
9215 L:      linux-s390@vger.kernel.org
9216 W:      http://www.ibm.com/developerworks/linux/linux390/
9217 S:      Supported
9218 F:      drivers/s390/net/
9219
9220 S390 PCI SUBSYSTEM
9221 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9222 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9223 L:      linux-s390@vger.kernel.org
9224 W:      http://www.ibm.com/developerworks/linux/linux390/
9225 S:      Supported
9226 F:      arch/s390/pci/
9227 F:      drivers/pci/hotplug/s390_pci_hpc.c
9228
9229 S390 ZCRYPT DRIVER
9230 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9231 L:      linux-s390@vger.kernel.org
9232 W:      http://www.ibm.com/developerworks/linux/linux390/
9233 S:      Supported
9234 F:      drivers/s390/crypto/
9235
9236 S390 ZFCP DRIVER
9237 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9238 L:      linux-s390@vger.kernel.org
9239 W:      http://www.ibm.com/developerworks/linux/linux390/
9240 S:      Supported
9241 F:      drivers/s390/scsi/zfcp_*
9242
9243 S390 IUCV NETWORK LAYER
9244 M:      Ursula Braun <ursula.braun@de.ibm.com>
9245 L:      linux-s390@vger.kernel.org
9246 W:      http://www.ibm.com/developerworks/linux/linux390/
9247 S:      Supported
9248 F:      drivers/s390/net/*iucv*
9249 F:      include/net/iucv/
9250 F:      net/iucv/
9251
9252 S390 IOMMU (PCI)
9253 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9254 L:      linux-s390@vger.kernel.org
9255 W:      http://www.ibm.com/developerworks/linux/linux390/
9256 S:      Supported
9257 F:      drivers/iommu/s390-iommu.c
9258
9259 S3C24XX SD/MMC Driver
9260 M:      Ben Dooks <ben-linux@fluff.org>
9261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9262 S:      Supported
9263 F:      drivers/mmc/host/s3cmci.*
9264
9265 SAA6588 RDS RECEIVER DRIVER
9266 M:      Hans Verkuil <hverkuil@xs4all.nl>
9267 L:      linux-media@vger.kernel.org
9268 T:      git git://linuxtv.org/media_tree.git
9269 W:      http://linuxtv.org
9270 S:      Odd Fixes
9271 F:      drivers/media/i2c/saa6588*
9272
9273 SAA7134 VIDEO4LINUX DRIVER
9274 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9275 L:      linux-media@vger.kernel.org
9276 W:      http://linuxtv.org
9277 T:      git git://linuxtv.org/media_tree.git
9278 S:      Odd fixes
9279 F:      Documentation/video4linux/*.saa7134
9280 F:      drivers/media/pci/saa7134/
9281
9282 SAA7146 VIDEO4LINUX-2 DRIVER
9283 M:      Hans Verkuil <hverkuil@xs4all.nl>
9284 L:      linux-media@vger.kernel.org
9285 T:      git git://linuxtv.org/media_tree.git
9286 S:      Maintained
9287 F:      drivers/media/common/saa7146/
9288 F:      drivers/media/pci/saa7146/
9289 F:      include/media/saa7146*
9290
9291 SAMSUNG LAPTOP DRIVER
9292 M:      Corentin Chary <corentin.chary@gmail.com>
9293 L:      platform-driver-x86@vger.kernel.org
9294 S:      Maintained
9295 F:      drivers/platform/x86/samsung-laptop.c
9296
9297 SAMSUNG AUDIO (ASoC) DRIVERS
9298 M:      Sangbeom Kim <sbkim73@samsung.com>
9299 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9300 S:      Supported
9301 F:      sound/soc/samsung/
9302
9303 SAMSUNG FRAMEBUFFER DRIVER
9304 M:      Jingoo Han <jingoohan1@gmail.com>
9305 L:      linux-fbdev@vger.kernel.org
9306 S:      Maintained
9307 F:      drivers/video/fbdev/s3c-fb.c
9308
9309 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9310 M:      Sangbeom Kim <sbkim73@samsung.com>
9311 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9312 L:      linux-kernel@vger.kernel.org
9313 L:      linux-samsung-soc@vger.kernel.org
9314 S:      Supported
9315 F:      drivers/mfd/sec*.c
9316 F:      drivers/regulator/s2m*.c
9317 F:      drivers/regulator/s5m*.c
9318 F:      drivers/clk/clk-s2mps11.c
9319 F:      drivers/rtc/rtc-s5m.c
9320 F:      include/linux/mfd/samsung/
9321 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9322 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9323
9324 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9325 M:      Kyungmin Park <kyungmin.park@samsung.com>
9326 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9327 L:      linux-media@vger.kernel.org
9328 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9329 S:      Supported
9330 F:      drivers/media/platform/exynos4-is/
9331
9332 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9333 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9334 L:      linux-media@vger.kernel.org
9335 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9336 S:      Maintained
9337 F:      drivers/media/platform/s3c-camif/
9338 F:      include/media/s3c_camif.h
9339
9340 SAMSUNG S5C73M3 CAMERA DRIVER
9341 M:      Kyungmin Park <kyungmin.park@samsung.com>
9342 M:      Andrzej Hajda <a.hajda@samsung.com>
9343 L:      linux-media@vger.kernel.org
9344 S:      Supported
9345 F:      drivers/media/i2c/s5c73m3/*
9346
9347 SAMSUNG S5K5BAF CAMERA DRIVER
9348 M:      Kyungmin Park <kyungmin.park@samsung.com>
9349 M:      Andrzej Hajda <a.hajda@samsung.com>
9350 L:      linux-media@vger.kernel.org
9351 S:      Supported
9352 F:      drivers/media/i2c/s5k5baf.c
9353
9354 SAMSUNG S3FWRN5 NFC DRIVER
9355 M:      Robert Baldyga <r.baldyga@samsung.com>
9356 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9357 S:      Supported
9358 F:      drivers/nfc/s3fwrn5
9359
9360 SAMSUNG SOC CLOCK DRIVERS
9361 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9362 M:      Tomasz Figa <tomasz.figa@gmail.com>
9363 S:      Supported
9364 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9365 F:      drivers/clk/samsung/
9366
9367 SAMSUNG SXGBE DRIVERS
9368 M:      Byungho An <bh74.an@samsung.com>
9369 M:      Girish K S <ks.giri@samsung.com>
9370 M:      Vipul Pandya <vipul.pandya@samsung.com>
9371 S:      Supported
9372 L:      netdev@vger.kernel.org
9373 F:      drivers/net/ethernet/samsung/sxgbe/
9374
9375 SAMSUNG THERMAL DRIVER
9376 M:      Lukasz Majewski <l.majewski@samsung.com>
9377 L:      linux-pm@vger.kernel.org
9378 L:      linux-samsung-soc@vger.kernel.org
9379 S:      Supported
9380 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9381 F:      drivers/thermal/samsung/
9382
9383 SAMSUNG USB2 PHY DRIVER
9384 M:      Kamil Debski <k.debski@samsung.com>
9385 L:      linux-kernel@vger.kernel.org
9386 S:      Supported
9387 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9388 F:      Documentation/phy/samsung-usb2.txt
9389 F:      drivers/phy/phy-exynos4210-usb2.c
9390 F:      drivers/phy/phy-exynos4x12-usb2.c
9391 F:      drivers/phy/phy-exynos5250-usb2.c
9392 F:      drivers/phy/phy-s5pv210-usb2.c
9393 F:      drivers/phy/phy-samsung-usb2.c
9394 F:      drivers/phy/phy-samsung-usb2.h
9395
9396 SERIAL DRIVERS
9397 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9398 L:      linux-serial@vger.kernel.org
9399 S:      Maintained
9400 F:      drivers/tty/serial/
9401
9402 SYNOPSYS DESIGNWARE DMAC DRIVER
9403 M:      Viresh Kumar <vireshk@kernel.org>
9404 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9405 S:      Maintained
9406 F:      include/linux/dma/dw.h
9407 F:      include/linux/platform_data/dma-dw.h
9408 F:      drivers/dma/dw/
9409
9410 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9411 M: Lars Persson <lars.persson@axis.com>
9412 L: netdev@vger.kernel.org
9413 S: Supported
9414 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9415 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9416
9417 SYNOPSYS DESIGNWARE I2C DRIVER
9418 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9419 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9420 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9421 L:      linux-i2c@vger.kernel.org
9422 S:      Maintained
9423 F:      drivers/i2c/busses/i2c-designware-*
9424 F:      include/linux/platform_data/i2c-designware.h
9425
9426 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9427 M:      Jaehoon Chung <jh80.chung@samsung.com>
9428 L:      linux-mmc@vger.kernel.org
9429 S:      Maintained
9430 F:      include/linux/mmc/dw_mmc.h
9431 F:      drivers/mmc/host/dw_mmc*
9432
9433 SYSTEM TRACE MODULE CLASS
9434 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9435 S:      Maintained
9436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
9437 F:      Documentation/trace/stm.txt
9438 F:      drivers/hwtracing/stm/
9439 F:      include/linux/stm.h
9440 F:      include/uapi/linux/stm.h
9441
9442 TEE SUBSYSTEM
9443 M:      Jens Wiklander <jens.wiklander@linaro.org>
9444 S:      Maintained
9445 F:      include/linux/tee_drv.h
9446 F:      include/uapi/linux/tee.h
9447 F:      drivers/tee/
9448 F:      Documentation/tee.txt
9449
9450 THUNDERBOLT DRIVER
9451 M:      Andreas Noever <andreas.noever@gmail.com>
9452 S:      Maintained
9453 F:      drivers/thunderbolt/
9454
9455 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9456 M:      John Stultz <john.stultz@linaro.org>
9457 M:      Thomas Gleixner <tglx@linutronix.de>
9458 L:      linux-kernel@vger.kernel.org
9459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9460 S:      Supported
9461 F:      include/linux/clocksource.h
9462 F:      include/linux/time.h
9463 F:      include/linux/timex.h
9464 F:      include/uapi/linux/time.h
9465 F:      include/uapi/linux/timex.h
9466 F:      kernel/time/clocksource.c
9467 F:      kernel/time/time*.c
9468 F:      kernel/time/ntp.c
9469 F:      tools/testing/selftests/timers/
9470
9471 SC1200 WDT DRIVER
9472 M:      Zwane Mwaikambo <zwanem@gmail.com>
9473 S:      Maintained
9474 F:      drivers/watchdog/sc1200wdt.c
9475
9476 SCHEDULER
9477 M:      Ingo Molnar <mingo@redhat.com>
9478 M:      Peter Zijlstra <peterz@infradead.org>
9479 L:      linux-kernel@vger.kernel.org
9480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9481 S:      Maintained
9482 F:      kernel/sched/
9483 F:      include/linux/sched.h
9484 F:      include/uapi/linux/sched.h
9485 F:      include/linux/wait.h
9486
9487 SCORE ARCHITECTURE
9488 M:      Chen Liqin <liqin.linux@gmail.com>
9489 M:      Lennox Wu <lennox.wu@gmail.com>
9490 W:      http://www.sunplus.com
9491 S:      Supported
9492 F:      arch/score/
9493
9494 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9495 M:      Sudeep Holla <sudeep.holla@arm.com>
9496 L:      linux-arm-kernel@lists.infradead.org
9497 S:      Maintained
9498 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9499 F:      drivers/clk/clk-scpi.c
9500 F:      drivers/cpufreq/scpi-cpufreq.c
9501 F:      drivers/firmware/arm_scpi.c
9502 F:      include/linux/scpi_protocol.h
9503
9504 SCSI CDROM DRIVER
9505 M:      Jens Axboe <axboe@kernel.dk>
9506 L:      linux-scsi@vger.kernel.org
9507 W:      http://www.kernel.dk
9508 S:      Maintained
9509 F:      drivers/scsi/sr*
9510
9511 SCSI RDMA PROTOCOL (SRP) INITIATOR
9512 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9513 L:      linux-rdma@vger.kernel.org
9514 S:      Supported
9515 W:      http://www.openfabrics.org
9516 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9518 F:      drivers/infiniband/ulp/srp/
9519 F:      include/scsi/srp.h
9520
9521 SCSI SG DRIVER
9522 M:      Doug Gilbert <dgilbert@interlog.com>
9523 L:      linux-scsi@vger.kernel.org
9524 W:      http://sg.danny.cz/sg
9525 S:      Maintained
9526 F:      Documentation/scsi/scsi-generic.txt
9527 F:      drivers/scsi/sg.c
9528 F:      include/scsi/sg.h
9529
9530 SCSI SUBSYSTEM
9531 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9533 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9535 L:      linux-scsi@vger.kernel.org
9536 S:      Maintained
9537 F:      drivers/scsi/
9538 F:      include/scsi/
9539
9540 SCSI TAPE DRIVER
9541 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9542 L:      linux-scsi@vger.kernel.org
9543 S:      Maintained
9544 F:      Documentation/scsi/st.txt
9545 F:      drivers/scsi/st.*
9546 F:      drivers/scsi/st_*.h
9547
9548 SCTP PROTOCOL
9549 M:      Vlad Yasevich <vyasevich@gmail.com>
9550 M:      Neil Horman <nhorman@tuxdriver.com>
9551 L:      linux-sctp@vger.kernel.org
9552 W:      http://lksctp.sourceforge.net
9553 S:      Maintained
9554 F:      Documentation/networking/sctp.txt
9555 F:      include/linux/sctp.h
9556 F:      include/uapi/linux/sctp.h
9557 F:      include/net/sctp/
9558 F:      net/sctp/
9559
9560 SCx200 CPU SUPPORT
9561 M:      Jim Cromie <jim.cromie@gmail.com>
9562 S:      Odd Fixes
9563 F:      Documentation/i2c/busses/scx200_acb
9564 F:      arch/x86/platform/scx200/
9565 F:      drivers/watchdog/scx200_wdt.c
9566 F:      drivers/i2c/busses/scx200*
9567 F:      drivers/mtd/maps/scx200_docflash.c
9568 F:      include/linux/scx200.h
9569
9570 SCx200 GPIO DRIVER
9571 M:      Jim Cromie <jim.cromie@gmail.com>
9572 S:      Maintained
9573 F:      drivers/char/scx200_gpio.c
9574 F:      include/linux/scx200_gpio.h
9575
9576 SCx200 HRT CLOCKSOURCE DRIVER
9577 M:      Jim Cromie <jim.cromie@gmail.com>
9578 S:      Maintained
9579 F:      drivers/clocksource/scx200_hrt.c
9580
9581 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9582 M:      Sascha Sommer <saschasommer@freenet.de>
9583 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9584 S:      Maintained
9585 F:      drivers/mmc/host/sdricoh_cs.c
9586
9587 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9588 L:      linux-mmc@vger.kernel.org
9589 S:      Orphan
9590 F:      drivers/mmc/host/sdhci.*
9591 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9592
9593 SECURE COMPUTING
9594 M:      Kees Cook <keescook@chromium.org>
9595 R:      Andy Lutomirski <luto@amacapital.net>
9596 R:      Will Drewry <wad@chromium.org>
9597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9598 S:      Supported
9599 F:      kernel/seccomp.c
9600 F:      include/uapi/linux/seccomp.h
9601 F:      include/linux/seccomp.h
9602 F:      tools/testing/selftests/seccomp/*
9603 K:      \bsecure_computing
9604 K:      \bTIF_SECCOMP\b
9605
9606 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9607 M:      Ben Dooks <ben-linux@fluff.org>
9608 M:      Jaehoon Chung <jh80.chung@samsung.com>
9609 L:      linux-mmc@vger.kernel.org
9610 S:      Maintained
9611 F:      drivers/mmc/host/sdhci-s3c*
9612
9613 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9614 M:      Viresh Kumar <vireshk@kernel.org>
9615 L:      spear-devel@list.st.com
9616 L:      linux-mmc@vger.kernel.org
9617 S:      Maintained
9618 F:      drivers/mmc/host/sdhci-spear.c
9619
9620 SECURITY SUBSYSTEM
9621 M:      James Morris <james.l.morris@oracle.com>
9622 M:      "Serge E. Hallyn" <serge@hallyn.com>
9623 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9625 W:      http://kernsec.org/
9626 S:      Supported
9627 F:      security/
9628
9629 SECURITY CONTACT
9630 M:      Security Officers <security@kernel.org>
9631 S:      Supported
9632
9633 SELINUX SECURITY MODULE
9634 M:      Paul Moore <paul@paul-moore.com>
9635 M:      Stephen Smalley <sds@tycho.nsa.gov>
9636 M:      Eric Paris <eparis@parisplace.org>
9637 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9638 W:      http://selinuxproject.org
9639 T:      git git://git.infradead.org/users/pcmoore/selinux
9640 S:      Supported
9641 F:      include/linux/selinux*
9642 F:      security/selinux/
9643 F:      scripts/selinux/
9644
9645 APPARMOR SECURITY MODULE
9646 M:      John Johansen <john.johansen@canonical.com>
9647 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9648 W:      apparmor.wiki.kernel.org
9649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9650 S:      Supported
9651 F:      security/apparmor/
9652
9653 YAMA SECURITY MODULE
9654 M:      Kees Cook <keescook@chromium.org>
9655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9656 S:      Supported
9657 F:      security/yama/
9658
9659 SENSABLE PHANTOM
9660 M:      Jiri Slaby <jirislaby@gmail.com>
9661 S:      Maintained
9662 F:      drivers/misc/phantom.c
9663 F:      include/uapi/linux/phantom.h
9664
9665 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9666 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9667 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9668 M:      John Soni Jose <sony.john@avagotech.com>
9669 L:      linux-scsi@vger.kernel.org
9670 W:      http://www.avagotech.com
9671 S:      Supported
9672 F:      drivers/scsi/be2iscsi/
9673
9674 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9675 M:      Sathya Perla <sathya.perla@avagotech.com>
9676 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9677 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9678 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9679 L:      netdev@vger.kernel.org
9680 W:      http://www.emulex.com
9681 S:      Supported
9682 F:      drivers/net/ethernet/emulex/benet/
9683
9684 EMULEX ONECONNECT ROCE DRIVER
9685 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9686 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9687 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9688 L:      linux-rdma@vger.kernel.org
9689 W:      http://www.emulex.com
9690 S:      Supported
9691 F:      drivers/infiniband/hw/ocrdma/
9692
9693 SFC NETWORK DRIVER
9694 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9695 M:      Shradha Shah <sshah@solarflare.com>
9696 L:      netdev@vger.kernel.org
9697 S:      Supported
9698 F:      drivers/net/ethernet/sfc/
9699
9700 SGI GRU DRIVER
9701 M:      Dimitri Sivanich <sivanich@sgi.com>
9702 S:      Maintained
9703 F:      drivers/misc/sgi-gru/
9704
9705 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9706 M:      Pat Gefre <pfg@sgi.com>
9707 L:      linux-ia64@vger.kernel.org
9708 S:      Supported
9709 F:      Documentation/ia64/serial.txt
9710 F:      drivers/tty/serial/ioc?_serial.c
9711 F:      include/linux/ioc?.h
9712
9713 SGI XP/XPC/XPNET DRIVER
9714 M:      Cliff Whickman <cpw@sgi.com>
9715 M:      Robin Holt <robinmholt@gmail.com>
9716 S:      Maintained
9717 F:      drivers/misc/sgi-xp/
9718
9719 SI2157 MEDIA DRIVER
9720 M:      Antti Palosaari <crope@iki.fi>
9721 L:      linux-media@vger.kernel.org
9722 W:      http://linuxtv.org/
9723 W:      http://palosaari.fi/linux/
9724 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9725 T:      git git://linuxtv.org/anttip/media_tree.git
9726 S:      Maintained
9727 F:      drivers/media/tuners/si2157*
9728
9729 SI2168 MEDIA DRIVER
9730 M:      Antti Palosaari <crope@iki.fi>
9731 L:      linux-media@vger.kernel.org
9732 W:      http://linuxtv.org/
9733 W:      http://palosaari.fi/linux/
9734 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9735 T:      git git://linuxtv.org/anttip/media_tree.git
9736 S:      Maintained
9737 F:      drivers/media/dvb-frontends/si2168*
9738
9739 SI470X FM RADIO RECEIVER I2C DRIVER
9740 M:      Hans Verkuil <hverkuil@xs4all.nl>
9741 L:      linux-media@vger.kernel.org
9742 T:      git git://linuxtv.org/media_tree.git
9743 W:      http://linuxtv.org
9744 S:      Odd Fixes
9745 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9746
9747 SI470X FM RADIO RECEIVER USB DRIVER
9748 M:      Hans Verkuil <hverkuil@xs4all.nl>
9749 L:      linux-media@vger.kernel.org
9750 T:      git git://linuxtv.org/media_tree.git
9751 W:      http://linuxtv.org
9752 S:      Maintained
9753 F:      drivers/media/radio/si470x/radio-si470x-common.c
9754 F:      drivers/media/radio/si470x/radio-si470x.h
9755 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9756
9757 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9758 M:      Eduardo Valentin <edubezval@gmail.com>
9759 L:      linux-media@vger.kernel.org
9760 T:      git git://linuxtv.org/media_tree.git
9761 W:      http://linuxtv.org
9762 S:      Odd Fixes
9763 F:      drivers/media/radio/si4713/si4713.?
9764
9765 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9766 M:      Eduardo Valentin <edubezval@gmail.com>
9767 L:      linux-media@vger.kernel.org
9768 T:      git git://linuxtv.org/media_tree.git
9769 W:      http://linuxtv.org
9770 S:      Odd Fixes
9771 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9772
9773 SI4713 FM RADIO TRANSMITTER USB DRIVER
9774 M:      Hans Verkuil <hverkuil@xs4all.nl>
9775 L:      linux-media@vger.kernel.org
9776 T:      git git://linuxtv.org/media_tree.git
9777 W:      http://linuxtv.org
9778 S:      Maintained
9779 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9780
9781 SIANO DVB DRIVER
9782 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9783 L:      linux-media@vger.kernel.org
9784 W:      http://linuxtv.org
9785 T:      git git://linuxtv.org/media_tree.git
9786 S:      Odd fixes
9787 F:      drivers/media/common/siano/
9788 F:      drivers/media/usb/siano/
9789 F:      drivers/media/usb/siano/
9790 F:      drivers/media/mmc/siano/
9791
9792 SIMPLEFB FB DRIVER
9793 M:      Hans de Goede <hdegoede@redhat.com>
9794 L:      linux-fbdev@vger.kernel.org
9795 S:      Maintained
9796 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9797 F:      drivers/video/fbdev/simplefb.c
9798 F:      include/linux/platform_data/simplefb.h
9799
9800 SH_VEU V4L2 MEM2MEM DRIVER
9801 L:      linux-media@vger.kernel.org
9802 S:      Orphan
9803 F:      drivers/media/platform/sh_veu.c
9804
9805 SH_VOU V4L2 OUTPUT DRIVER
9806 L:      linux-media@vger.kernel.org
9807 S:      Orphan
9808 F:      drivers/media/platform/sh_vou.c
9809 F:      include/media/sh_vou.h
9810
9811 SIMPLE FIRMWARE INTERFACE (SFI)
9812 M:      Len Brown <lenb@kernel.org>
9813 L:      sfi-devel@simplefirmware.org
9814 W:      http://simplefirmware.org/
9815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9816 S:      Supported
9817 F:      arch/x86/platform/sfi/
9818 F:      drivers/sfi/
9819 F:      include/linux/sfi*.h
9820
9821 SIMTEC EB110ATX (Chalice CATS)
9822 P:      Ben Dooks
9823 P:      Vincent Sanders <vince@simtec.co.uk>
9824 M:      Simtec Linux Team <linux@simtec.co.uk>
9825 W:      http://www.simtec.co.uk/products/EB110ATX/
9826 S:      Supported
9827
9828 SIMTEC EB2410ITX (BAST)
9829 P:      Ben Dooks
9830 P:      Vincent Sanders <vince@simtec.co.uk>
9831 M:      Simtec Linux Team <linux@simtec.co.uk>
9832 W:      http://www.simtec.co.uk/products/EB2410ITX/
9833 S:      Supported
9834 F:      arch/arm/mach-s3c24xx/mach-bast.c
9835 F:      arch/arm/mach-s3c24xx/bast-ide.c
9836 F:      arch/arm/mach-s3c24xx/bast-irq.c
9837
9838 SIPHASH PRF ROUTINES
9839 M:      Jason A. Donenfeld <Jason@zx2c4.com>
9840 S:      Maintained
9841 F:      lib/siphash.c
9842 F:      lib/test_siphash.c
9843 F:      include/linux/siphash.h
9844
9845 TI DAVINCI MACHINE SUPPORT
9846 M:      Sekhar Nori <nsekhar@ti.com>
9847 M:      Kevin Hilman <khilman@deeprootsystems.com>
9848 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9849 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9850 S:      Supported
9851 F:      arch/arm/mach-davinci/
9852 F:      drivers/i2c/busses/i2c-davinci.c
9853
9854 TI DAVINCI SERIES MEDIA DRIVER
9855 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9856 L:      linux-media@vger.kernel.org
9857 W:      http://linuxtv.org/
9858 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9859 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9860 S:      Maintained
9861 F:      drivers/media/platform/davinci/
9862 F:      include/media/davinci/
9863
9864 TI AM437X VPFE DRIVER
9865 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9866 L:      linux-media@vger.kernel.org
9867 W:      http://linuxtv.org/
9868 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9869 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9870 S:      Maintained
9871 F:      drivers/media/platform/am437x/
9872
9873 OV2659 OMNIVISION SENSOR DRIVER
9874 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9875 L:      linux-media@vger.kernel.org
9876 W:      http://linuxtv.org/
9877 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9878 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9879 S:      Maintained
9880 F:      drivers/media/i2c/ov2659.c
9881 F:      include/media/ov2659.h
9882
9883 SILICON MOTION SM712 FRAME BUFFER DRIVER
9884 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9885 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9886 M:      Sudip Mukherjee <sudip@vectorindia.org>
9887 L:      linux-fbdev@vger.kernel.org
9888 S:      Maintained
9889 F:      drivers/video/fbdev/sm712*
9890 F:      Documentation/fb/sm712fb.txt
9891
9892 SIS 190 ETHERNET DRIVER
9893 M:      Francois Romieu <romieu@fr.zoreil.com>
9894 L:      netdev@vger.kernel.org
9895 S:      Maintained
9896 F:      drivers/net/ethernet/sis/sis190.c
9897
9898 SIS 900/7016 FAST ETHERNET DRIVER
9899 M:      Daniele Venzano <venza@brownhat.org>
9900 W:      http://www.brownhat.org/sis900.html
9901 L:      netdev@vger.kernel.org
9902 S:      Maintained
9903 F:      drivers/net/ethernet/sis/sis900.*
9904
9905 SIS FRAMEBUFFER DRIVER
9906 M:      Thomas Winischhofer <thomas@winischhofer.net>
9907 W:      http://www.winischhofer.net/linuxsisvga.shtml
9908 S:      Maintained
9909 F:      Documentation/fb/sisfb.txt
9910 F:      drivers/video/fbdev/sis/
9911 F:      include/video/sisfb.h
9912
9913 SIS USB2VGA DRIVER
9914 M:      Thomas Winischhofer <thomas@winischhofer.net>
9915 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9916 S:      Maintained
9917 F:      drivers/usb/misc/sisusbvga/
9918
9919 SLAB ALLOCATOR
9920 M:      Christoph Lameter <cl@linux.com>
9921 M:      Pekka Enberg <penberg@kernel.org>
9922 M:      David Rientjes <rientjes@google.com>
9923 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9924 M:      Andrew Morton <akpm@linux-foundation.org>
9925 L:      linux-mm@kvack.org
9926 S:      Maintained
9927 F:      include/linux/sl?b*.h
9928 F:      mm/sl?b*
9929
9930 SLEEPABLE READ-COPY UPDATE (SRCU)
9931 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9932 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9933 M:      Josh Triplett <josh@joshtriplett.org>
9934 R:      Steven Rostedt <rostedt@goodmis.org>
9935 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9936 L:      linux-kernel@vger.kernel.org
9937 W:      http://www.rdrop.com/users/paulmck/RCU/
9938 S:      Supported
9939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9940 F:      include/linux/srcu.h
9941 F:      kernel/rcu/srcu.c
9942
9943 SMACK SECURITY MODULE
9944 M:      Casey Schaufler <casey@schaufler-ca.com>
9945 L:      linux-security-module@vger.kernel.org
9946 W:      http://schaufler-ca.com
9947 T:      git git://git.gitorious.org/smack-next/kernel.git
9948 S:      Maintained
9949 F:      Documentation/security/Smack.txt
9950 F:      security/smack/
9951
9952 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9953 M:      Kevin Hilman <khilman@kernel.org>
9954 M:      Nishanth Menon <nm@ti.com>
9955 S:      Maintained
9956 F:      drivers/power/avs/
9957 F:      include/linux/power/smartreflex.h
9958 L:      linux-pm@vger.kernel.org
9959
9960 SMC91x ETHERNET DRIVER
9961 M:      Nicolas Pitre <nico@fluxnic.net>
9962 S:      Odd Fixes
9963 F:      drivers/net/ethernet/smsc/smc91x.*
9964
9965 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9966 M:      Sakari Ailus <sakari.ailus@iki.fi>
9967 L:      linux-media@vger.kernel.org
9968 S:      Maintained
9969 F:      drivers/media/i2c/smiapp/
9970 F:      include/media/smiapp.h
9971 F:      drivers/media/i2c/smiapp-pll.c
9972 F:      drivers/media/i2c/smiapp-pll.h
9973 F:      include/uapi/linux/smiapp.h
9974 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9975
9976 SMM665 HARDWARE MONITOR DRIVER
9977 M:      Guenter Roeck <linux@roeck-us.net>
9978 L:      linux-hwmon@vger.kernel.org
9979 S:      Maintained
9980 F:      Documentation/hwmon/smm665
9981 F:      drivers/hwmon/smm665.c
9982
9983 SMSC EMC2103 HARDWARE MONITOR DRIVER
9984 M:      Steve Glendinning <steve.glendinning@shawell.net>
9985 L:      linux-hwmon@vger.kernel.org
9986 S:      Maintained
9987 F:      Documentation/hwmon/emc2103
9988 F:      drivers/hwmon/emc2103.c
9989
9990 SMSC SCH5627 HARDWARE MONITOR DRIVER
9991 M:      Hans de Goede <hdegoede@redhat.com>
9992 L:      linux-hwmon@vger.kernel.org
9993 S:      Supported
9994 F:      Documentation/hwmon/sch5627
9995 F:      drivers/hwmon/sch5627.c
9996
9997 SMSC47B397 HARDWARE MONITOR DRIVER
9998 M:      Jean Delvare <jdelvare@suse.com>
9999 L:      linux-hwmon@vger.kernel.org
10000 S:      Maintained
10001 F:      Documentation/hwmon/smsc47b397
10002 F:      drivers/hwmon/smsc47b397.c
10003
10004 SMSC911x ETHERNET DRIVER
10005 M:      Steve Glendinning <steve.glendinning@shawell.net>
10006 L:      netdev@vger.kernel.org
10007 S:      Maintained
10008 F:      include/linux/smsc911x.h
10009 F:      drivers/net/ethernet/smsc/smsc911x.*
10010
10011 SMSC9420 PCI ETHERNET DRIVER
10012 M:      Steve Glendinning <steve.glendinning@shawell.net>
10013 L:      netdev@vger.kernel.org
10014 S:      Maintained
10015 F:      drivers/net/ethernet/smsc/smsc9420.*
10016
10017 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10018 M:      Steve Glendinning <steve.glendinning@shawell.net>
10019 L:      linux-fbdev@vger.kernel.org
10020 S:      Maintained
10021 F:      drivers/video/fbdev/smscufx.c
10022
10023 SOC-CAMERA V4L2 SUBSYSTEM
10024 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10025 L:      linux-media@vger.kernel.org
10026 T:      git git://linuxtv.org/media_tree.git
10027 S:      Maintained
10028 F:      include/media/soc*
10029 F:      drivers/media/i2c/soc_camera/
10030 F:      drivers/media/platform/soc_camera/
10031
10032 SOEKRIS NET48XX LED SUPPORT
10033 M:      Chris Boot <bootc@bootc.net>
10034 S:      Maintained
10035 F:      drivers/leds/leds-net48xx.c
10036
10037 SOFTLOGIC 6x10 MPEG CODEC
10038 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10039 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10040 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10041 M:      Ismael Luceno <ismael@iodev.co.uk>
10042 L:      linux-media@vger.kernel.org
10043 S:      Supported
10044 F:      drivers/media/pci/solo6x10/
10045
10046 SOFTWARE RAID (Multiple Disks) SUPPORT
10047 M:      Neil Brown <neilb@suse.com>
10048 L:      linux-raid@vger.kernel.org
10049 S:      Supported
10050 F:      drivers/md/
10051 F:      include/linux/raid/
10052 F:      include/uapi/linux/raid/
10053
10054 SONIC NETWORK DRIVER
10055 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10056 L:      netdev@vger.kernel.org
10057 S:      Maintained
10058 F:      drivers/net/ethernet/natsemi/sonic.*
10059
10060 SONICS SILICON BACKPLANE DRIVER (SSB)
10061 M:      Michael Buesch <m@bues.ch>
10062 L:      netdev@vger.kernel.org
10063 S:      Maintained
10064 F:      drivers/ssb/
10065 F:      include/linux/ssb/
10066
10067 SONY VAIO CONTROL DEVICE DRIVER
10068 M:      Mattia Dongili <malattia@linux.it>
10069 L:      platform-driver-x86@vger.kernel.org
10070 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10071 S:      Maintained
10072 F:      Documentation/laptops/sony-laptop.txt
10073 F:      drivers/char/sonypi.c
10074 F:      drivers/platform/x86/sony-laptop.c
10075 F:      include/linux/sony-laptop.h
10076
10077 SONY MEMORYSTICK CARD SUPPORT
10078 M:      Alex Dubov <oakad@yahoo.com>
10079 W:      http://tifmxx.berlios.de/
10080 S:      Maintained
10081 F:      drivers/memstick/host/tifm_ms.c
10082
10083 SONY MEMORYSTICK STANDARD SUPPORT
10084 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10085 S:      Maintained
10086 F:      drivers/memstick/core/ms_block.*
10087
10088 SOUND
10089 M:      Jaroslav Kysela <perex@perex.cz>
10090 M:      Takashi Iwai <tiwai@suse.com>
10091 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10092 W:      http://www.alsa-project.org/
10093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10094 T:      git git://git.alsa-project.org/alsa-kernel.git
10095 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10096 S:      Maintained
10097 F:      Documentation/sound/
10098 F:      include/sound/
10099 F:      include/uapi/sound/
10100 F:      sound/
10101
10102 SOUND - COMPRESSED AUDIO
10103 M:      Vinod Koul <vinod.koul@intel.com>
10104 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10106 S:      Supported
10107 F:      Documentation/sound/alsa/compress_offload.txt
10108 F:      include/sound/compress_driver.h
10109 F:      include/uapi/sound/compress_*
10110 F:      sound/core/compress_offload.c
10111 F:      sound/soc/soc-compress.c
10112
10113 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10114 M:      Liam Girdwood <lgirdwood@gmail.com>
10115 M:      Mark Brown <broonie@kernel.org>
10116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10117 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10118 W:      http://alsa-project.org/main/index.php/ASoC
10119 S:      Supported
10120 F:      Documentation/sound/alsa/soc/
10121 F:      sound/soc/
10122 F:      include/sound/soc*
10123
10124 SOUND - DMAENGINE HELPERS
10125 M:      Lars-Peter Clausen <lars@metafoo.de>
10126 S:      Supported
10127 F:      include/sound/dmaengine_pcm.h
10128 F:      sound/core/pcm_dmaengine.c
10129 F:      sound/soc/soc-generic-dmaengine-pcm.c
10130
10131 SP2 MEDIA DRIVER
10132 M:      Olli Salonen <olli.salonen@iki.fi>
10133 L:      linux-media@vger.kernel.org
10134 W:      http://linuxtv.org/
10135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10136 S:      Maintained
10137 F:      drivers/media/dvb-frontends/sp2*
10138
10139 SPARC + UltraSPARC (sparc/sparc64)
10140 M:      "David S. Miller" <davem@davemloft.net>
10141 L:      sparclinux@vger.kernel.org
10142 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10145 S:      Maintained
10146 F:      arch/sparc/
10147 F:      drivers/sbus/
10148
10149 SPARC SERIAL DRIVERS
10150 M:      "David S. Miller" <davem@davemloft.net>
10151 L:      sparclinux@vger.kernel.org
10152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10154 S:      Maintained
10155 F:      include/linux/sunserialcore.h
10156 F:      drivers/tty/serial/suncore.c
10157 F:      drivers/tty/serial/sunhv.c
10158 F:      drivers/tty/serial/sunsab.c
10159 F:      drivers/tty/serial/sunsab.h
10160 F:      drivers/tty/serial/sunsu.c
10161 F:      drivers/tty/serial/sunzilog.c
10162 F:      drivers/tty/serial/sunzilog.h
10163
10164 SPARSE CHECKER
10165 M:      "Christopher Li" <sparse@chrisli.org>
10166 L:      linux-sparse@vger.kernel.org
10167 W:      https://sparse.wiki.kernel.org/
10168 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10169 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10170 S:      Maintained
10171 F:      include/linux/compiler.h
10172
10173 SPEAR PLATFORM SUPPORT
10174 M:      Viresh Kumar <vireshk@kernel.org>
10175 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10176 L:      spear-devel@list.st.com
10177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10178 W:      http://www.st.com/spear
10179 S:      Maintained
10180 F:      arch/arm/mach-spear/
10181
10182 SPEAR CLOCK FRAMEWORK SUPPORT
10183 M:      Viresh Kumar <vireshk@kernel.org>
10184 L:      spear-devel@list.st.com
10185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10186 W:      http://www.st.com/spear
10187 S:      Maintained
10188 F:      drivers/clk/spear/
10189
10190 SPI SUBSYSTEM
10191 M:      Mark Brown <broonie@kernel.org>
10192 L:      linux-spi@vger.kernel.org
10193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10194 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10195 S:      Maintained
10196 F:      Documentation/spi/
10197 F:      drivers/spi/
10198 F:      include/linux/spi/
10199 F:      include/uapi/linux/spi/
10200
10201 SPIDERNET NETWORK DRIVER for CELL
10202 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10203 L:      netdev@vger.kernel.org
10204 S:      Supported
10205 F:      Documentation/networking/spider_net.txt
10206 F:      drivers/net/ethernet/toshiba/spider_net*
10207
10208 SPU FILE SYSTEM
10209 M:      Jeremy Kerr <jk@ozlabs.org>
10210 L:      linuxppc-dev@lists.ozlabs.org
10211 W:      http://www.ibm.com/developerworks/power/cell/
10212 S:      Supported
10213 F:      Documentation/filesystems/spufs.txt
10214 F:      arch/powerpc/platforms/cell/spufs/
10215
10216 SQUASHFS FILE SYSTEM
10217 M:      Phillip Lougher <phillip@squashfs.org.uk>
10218 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10219 W:      http://squashfs.org.uk
10220 S:      Maintained
10221 F:      Documentation/filesystems/squashfs.txt
10222 F:      fs/squashfs/
10223
10224 SRM (Alpha) environment access
10225 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10226 S:      Maintained
10227 F:      arch/alpha/kernel/srm_env.c
10228
10229 STABLE BRANCH
10230 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10231 M:      Sasha Levin <sashal@kernel.org>
10232 L:      stable@vger.kernel.org
10233 S:      Supported
10234 F:      Documentation/stable_kernel_rules.txt
10235
10236 STAGING SUBSYSTEM
10237 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10239 L:      devel@driverdev.osuosl.org
10240 S:      Supported
10241 F:      drivers/staging/
10242
10243 STAGING - COMEDI
10244 M:      Ian Abbott <abbotti@mev.co.uk>
10245 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10246 S:      Odd Fixes
10247 F:      drivers/staging/comedi/
10248
10249 STAGING - FLARION FT1000 DRIVERS
10250 M:      Marek Belisko <marek.belisko@gmail.com>
10251 S:      Odd Fixes
10252 F:      drivers/staging/ft1000/
10253
10254 STAGING - INDUSTRIAL IO
10255 M:      Jonathan Cameron <jic23@kernel.org>
10256 L:      linux-iio@vger.kernel.org
10257 S:      Odd Fixes
10258 F:      drivers/staging/iio/
10259
10260 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10261 M:      Jarod Wilson <jarod@wilsonet.com>
10262 W:      http://www.lirc.org/
10263 S:      Odd Fixes
10264 F:      drivers/staging/media/lirc/
10265
10266 STAGING - LUSTRE PARALLEL FILESYSTEM
10267 M:      Oleg Drokin <oleg.drokin@intel.com>
10268 M:      Andreas Dilger <andreas.dilger@intel.com>
10269 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10270 W:      http://wiki.lustre.org/
10271 S:      Maintained
10272 F:      drivers/staging/lustre
10273
10274 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10275 M:      Marc Dietrich <marvin24@gmx.de>
10276 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10277 L:      linux-tegra@vger.kernel.org
10278 S:      Maintained
10279 F:      drivers/staging/nvec/
10280
10281 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10282 M:      Jens Frederich <jfrederich@gmail.com>
10283 M:      Daniel Drake <dsd@laptop.org>
10284 M:      Jon Nettleton <jon.nettleton@gmail.com>
10285 W:      http://wiki.laptop.org/go/DCON
10286 S:      Maintained
10287 F:      drivers/staging/olpc_dcon/
10288
10289 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10290 M:      Willy Tarreau <willy@meta-x.org>
10291 S:      Odd Fixes
10292 F:      drivers/staging/panel/
10293
10294 STAGING - REALTEK RTL8712U DRIVERS
10295 M:      Larry Finger <Larry.Finger@lwfinger.net>
10296 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10297 S:      Odd Fixes
10298 F:      drivers/staging/rtl8712/
10299
10300 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10301 M:      Larry Finger <Larry.Finger@lwfinger.net>
10302 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10303 L:      linux-wireless@vger.kernel.org
10304 S:      Maintained
10305 F:      drivers/staging/rtl8723au/
10306
10307 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10308 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10309 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10310 M:      Sudip Mukherjee <sudip@vectorindia.org>
10311 L:      linux-fbdev@vger.kernel.org
10312 S:      Maintained
10313 F:      drivers/staging/sm750fb/
10314
10315 STAGING - SLICOSS
10316 M:      Lior Dotan <liodot@gmail.com>
10317 M:      Christopher Harrer <charrer@alacritech.com>
10318 S:      Odd Fixes
10319 F:      drivers/staging/slicoss/
10320
10321 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10322 M:      William Hubbs <w.d.hubbs@gmail.com>
10323 M:      Chris Brannon <chris@the-brannons.com>
10324 M:      Kirk Reiser <kirk@reisers.ca>
10325 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10326 L:      speakup@linux-speakup.org
10327 W:      http://www.linux-speakup.org/
10328 S:      Odd Fixes
10329 F:      drivers/staging/speakup/
10330
10331 STAGING - VIA VT665X DRIVERS
10332 M:      Forest Bond <forest@alittletooquiet.net>
10333 S:      Odd Fixes
10334 F:      drivers/staging/vt665?/
10335
10336 STAGING - WILC1000 WIFI DRIVER
10337 M:      Johnny Kim <johnny.kim@atmel.com>
10338 M:      Austin Shin <austin.shin@atmel.com>
10339 M:      Chris Park <chris.park@atmel.com>
10340 M:      Tony Cho <tony.cho@atmel.com>
10341 M:      Glen Lee <glen.lee@atmel.com>
10342 M:      Leo Kim <leo.kim@atmel.com>
10343 L:      linux-wireless@vger.kernel.org
10344 S:      Supported
10345 F:      drivers/staging/wilc1000/
10346
10347 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10348 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10349 S:      Odd Fixes
10350 F:      drivers/staging/xgifb/
10351
10352 HFI1 DRIVER
10353 M:      Mike Marciniszyn <infinipath@intel.com>
10354 L:      linux-rdma@vger.kernel.org
10355 S:      Supported
10356 F:      drivers/staging/rdma/hfi1
10357
10358 STARFIRE/DURALAN NETWORK DRIVER
10359 M:      Ion Badulescu <ionut@badula.org>
10360 S:      Odd Fixes
10361 F:      drivers/net/ethernet/adaptec/starfire*
10362
10363 SUN3/3X
10364 M:      Sam Creasey <sammy@sammy.net>
10365 W:      http://sammy.net/sun3/
10366 S:      Maintained
10367 F:      arch/m68k/kernel/*sun3*
10368 F:      arch/m68k/sun3*/
10369 F:      arch/m68k/include/asm/sun3*
10370 F:      drivers/net/ethernet/i825xx/sun3*
10371
10372 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10373 M:      Hans de Goede <hdegoede@redhat.com>
10374 L:      linux-input@vger.kernel.org
10375 S:      Maintained
10376 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10377 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10378
10379 SUNDANCE NETWORK DRIVER
10380 M:      Denis Kirjanov <kda@linux-powerpc.org>
10381 L:      netdev@vger.kernel.org
10382 S:      Maintained
10383 F:      drivers/net/ethernet/dlink/sundance.c
10384
10385 SUPERH
10386 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10387 M:      Rich Felker <dalias@libc.org>
10388 L:      linux-sh@vger.kernel.org
10389 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10390 S:      Maintained
10391 F:      Documentation/sh/
10392 F:      arch/sh/
10393 F:      drivers/sh/
10394
10395 SUSPEND TO RAM
10396 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10397 M:      Len Brown <len.brown@intel.com>
10398 M:      Pavel Machek <pavel@ucw.cz>
10399 L:      linux-pm@vger.kernel.org
10400 S:      Supported
10401 F:      Documentation/power/
10402 F:      arch/x86/kernel/acpi/
10403 F:      drivers/base/power/
10404 F:      kernel/power/
10405 F:      include/linux/suspend.h
10406 F:      include/linux/freezer.h
10407 F:      include/linux/pm.h
10408
10409 SVGA HANDLING
10410 M:      Martin Mares <mj@ucw.cz>
10411 L:      linux-video@atrey.karlin.mff.cuni.cz
10412 S:      Maintained
10413 F:      Documentation/svga.txt
10414 F:      arch/x86/boot/video*
10415
10416 SWIOTLB SUBSYSTEM
10417 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10418 L:      linux-kernel@vger.kernel.org
10419 S:      Supported
10420 F:      lib/swiotlb.c
10421 F:      arch/*/kernel/pci-swiotlb.c
10422 F:      include/linux/swiotlb.h
10423
10424 SWITCHDEV
10425 M:      Jiri Pirko <jiri@resnulli.us>
10426 L:      netdev@vger.kernel.org
10427 S:      Supported
10428 F:      net/switchdev/
10429 F:      include/net/switchdev.h
10430
10431 SYNOPSYS ARC ARCHITECTURE
10432 M:      Vineet Gupta <vgupta@synopsys.com>
10433 L:      linux-snps-arc@lists.infradead.org
10434 S:      Supported
10435 F:      arch/arc/
10436 F:      Documentation/devicetree/bindings/arc/*
10437 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10438 F:      drivers/tty/serial/arc_uart.c
10439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10440
10441 SYNOPSYS ARC SDP platform support
10442 M:      Alexey Brodkin <abrodkin@synopsys.com>
10443 S:      Supported
10444 F:      arch/arc/plat-axs10x
10445 F:      arch/arc/boot/dts/ax*
10446 F:      Documentation/devicetree/bindings/arc/axs10*
10447
10448 SYSTEM CONFIGURATION (SYSCON)
10449 M:      Lee Jones <lee.jones@linaro.org>
10450 M:      Arnd Bergmann <arnd@arndb.de>
10451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10452 S:      Supported
10453 F:      drivers/mfd/syscon.c
10454
10455 SYSV FILESYSTEM
10456 M:      Christoph Hellwig <hch@infradead.org>
10457 S:      Maintained
10458 F:      Documentation/filesystems/sysv-fs.txt
10459 F:      fs/sysv/
10460 F:      include/linux/sysv_fs.h
10461
10462 TARGET SUBSYSTEM
10463 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10464 L:      linux-scsi@vger.kernel.org
10465 L:      target-devel@vger.kernel.org
10466 W:      http://www.linux-iscsi.org
10467 W:      http://groups.google.com/group/linux-iscsi-target-dev
10468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10469 S:      Supported
10470 F:      drivers/target/
10471 F:      include/target/
10472 F:      Documentation/target/
10473
10474 TASKSTATS STATISTICS INTERFACE
10475 M:      Balbir Singh <bsingharora@gmail.com>
10476 S:      Maintained
10477 F:      Documentation/accounting/taskstats*
10478 F:      include/linux/taskstats*
10479 F:      kernel/taskstats.c
10480
10481 TC CLASSIFIER
10482 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10483 L:      netdev@vger.kernel.org
10484 S:      Maintained
10485 F:      include/net/pkt_cls.h
10486 F:      include/uapi/linux/pkt_cls.h
10487 F:      net/sched/
10488
10489 TCP LOW PRIORITY MODULE
10490 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10491 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10492 W:      http://tcp-lp-mod.sourceforge.net/
10493 S:      Maintained
10494 F:      net/ipv4/tcp_lp.c
10495
10496 TDA10071 MEDIA DRIVER
10497 M:      Antti Palosaari <crope@iki.fi>
10498 L:      linux-media@vger.kernel.org
10499 W:      http://linuxtv.org/
10500 W:      http://palosaari.fi/linux/
10501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10502 T:      git git://linuxtv.org/anttip/media_tree.git
10503 S:      Maintained
10504 F:      drivers/media/dvb-frontends/tda10071*
10505
10506 TDA18212 MEDIA DRIVER
10507 M:      Antti Palosaari <crope@iki.fi>
10508 L:      linux-media@vger.kernel.org
10509 W:      http://linuxtv.org/
10510 W:      http://palosaari.fi/linux/
10511 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10512 T:      git git://linuxtv.org/anttip/media_tree.git
10513 S:      Maintained
10514 F:      drivers/media/tuners/tda18212*
10515
10516 TDA18218 MEDIA DRIVER
10517 M:      Antti Palosaari <crope@iki.fi>
10518 L:      linux-media@vger.kernel.org
10519 W:      http://linuxtv.org/
10520 W:      http://palosaari.fi/linux/
10521 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10522 T:      git git://linuxtv.org/anttip/media_tree.git
10523 S:      Maintained
10524 F:      drivers/media/tuners/tda18218*
10525
10526 TDA18271 MEDIA DRIVER
10527 M:      Michael Krufky <mkrufky@linuxtv.org>
10528 L:      linux-media@vger.kernel.org
10529 W:      http://linuxtv.org/
10530 W:      http://github.com/mkrufky
10531 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10532 T:      git git://linuxtv.org/mkrufky/tuners.git
10533 S:      Maintained
10534 F:      drivers/media/tuners/tda18271*
10535
10536 TDA827x MEDIA DRIVER
10537 M:      Michael Krufky <mkrufky@linuxtv.org>
10538 L:      linux-media@vger.kernel.org
10539 W:      http://linuxtv.org/
10540 W:      http://github.com/mkrufky
10541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10542 T:      git git://linuxtv.org/mkrufky/tuners.git
10543 S:      Maintained
10544 F:      drivers/media/tuners/tda8290.*
10545
10546 TDA8290 MEDIA DRIVER
10547 M:      Michael Krufky <mkrufky@linuxtv.org>
10548 L:      linux-media@vger.kernel.org
10549 W:      http://linuxtv.org/
10550 W:      http://github.com/mkrufky
10551 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10552 T:      git git://linuxtv.org/mkrufky/tuners.git
10553 S:      Maintained
10554 F:      drivers/media/tuners/tda8290.*
10555
10556 TDA9840 MEDIA DRIVER
10557 M:      Hans Verkuil <hverkuil@xs4all.nl>
10558 L:      linux-media@vger.kernel.org
10559 T:      git git://linuxtv.org/media_tree.git
10560 W:      http://linuxtv.org
10561 S:      Maintained
10562 F:      drivers/media/i2c/tda9840*
10563
10564 TEA5761 TUNER DRIVER
10565 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10566 L:      linux-media@vger.kernel.org
10567 W:      http://linuxtv.org
10568 T:      git git://linuxtv.org/media_tree.git
10569 S:      Odd fixes
10570 F:      drivers/media/tuners/tea5761.*
10571
10572 TEA5767 TUNER DRIVER
10573 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10574 L:      linux-media@vger.kernel.org
10575 W:      http://linuxtv.org
10576 T:      git git://linuxtv.org/media_tree.git
10577 S:      Maintained
10578 F:      drivers/media/tuners/tea5767.*
10579
10580 TEA6415C MEDIA DRIVER
10581 M:      Hans Verkuil <hverkuil@xs4all.nl>
10582 L:      linux-media@vger.kernel.org
10583 T:      git git://linuxtv.org/media_tree.git
10584 W:      http://linuxtv.org
10585 S:      Maintained
10586 F:      drivers/media/i2c/tea6415c*
10587
10588 TEA6420 MEDIA DRIVER
10589 M:      Hans Verkuil <hverkuil@xs4all.nl>
10590 L:      linux-media@vger.kernel.org
10591 T:      git git://linuxtv.org/media_tree.git
10592 W:      http://linuxtv.org
10593 S:      Maintained
10594 F:      drivers/media/i2c/tea6420*
10595
10596 TEAM DRIVER
10597 M:      Jiri Pirko <jiri@resnulli.us>
10598 L:      netdev@vger.kernel.org
10599 S:      Supported
10600 F:      drivers/net/team/
10601 F:      include/linux/if_team.h
10602 F:      include/uapi/linux/if_team.h
10603
10604 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10605 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10606 S:      Maintained
10607 F:      arch/x86/platform/ts5500/
10608
10609 TECHNOTREND USB IR RECEIVER
10610 M:      Sean Young <sean@mess.org>
10611 L:      linux-media@vger.kernel.org
10612 S:      Maintained
10613 F:      drivers/media/rc/ttusbir.c
10614
10615 TEGRA ARCHITECTURE SUPPORT
10616 M:      Stephen Warren <swarren@wwwdotorg.org>
10617 M:      Thierry Reding <thierry.reding@gmail.com>
10618 M:      Alexandre Courbot <gnurou@gmail.com>
10619 L:      linux-tegra@vger.kernel.org
10620 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10622 S:      Supported
10623 N:      [^a-z]tegra
10624
10625 TEGRA CLOCK DRIVER
10626 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10627 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10628 S:      Supported
10629 F:      drivers/clk/tegra/
10630
10631 TEGRA DMA DRIVER
10632 M:      Laxman Dewangan <ldewangan@nvidia.com>
10633 S:      Supported
10634 F:      drivers/dma/tegra20-apb-dma.c
10635
10636 TEGRA I2C DRIVER
10637 M:      Laxman Dewangan <ldewangan@nvidia.com>
10638 S:      Supported
10639 F:      drivers/i2c/busses/i2c-tegra.c
10640
10641 TEGRA IOMMU DRIVERS
10642 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10643 S:      Supported
10644 F:      drivers/iommu/tegra*
10645
10646 TEGRA KBC DRIVER
10647 M:      Rakesh Iyer <riyer@nvidia.com>
10648 M:      Laxman Dewangan <ldewangan@nvidia.com>
10649 S:      Supported
10650 F:      drivers/input/keyboard/tegra-kbc.c
10651
10652 TEGRA PWM DRIVER
10653 M:      Thierry Reding <thierry.reding@gmail.com>
10654 S:      Supported
10655 F:      drivers/pwm/pwm-tegra.c
10656
10657 TEGRA SERIAL DRIVER
10658 M:      Laxman Dewangan <ldewangan@nvidia.com>
10659 S:      Supported
10660 F:      drivers/tty/serial/serial-tegra.c
10661
10662 TEGRA SPI DRIVER
10663 M:      Laxman Dewangan <ldewangan@nvidia.com>
10664 S:      Supported
10665 F:      drivers/spi/spi-tegra*
10666
10667 TEHUTI ETHERNET DRIVER
10668 M:      Andy Gospodarek <andy@greyhouse.net>
10669 L:      netdev@vger.kernel.org
10670 S:      Supported
10671 F:      drivers/net/ethernet/tehuti/*
10672
10673 Telecom Clock Driver for MCPL0010
10674 M:      Mark Gross <mark.gross@intel.com>
10675 S:      Supported
10676 F:      drivers/char/tlclk.c
10677
10678 TENSILICA XTENSA PORT (xtensa)
10679 M:      Chris Zankel <chris@zankel.net>
10680 M:      Max Filippov <jcmvbkbc@gmail.com>
10681 L:      linux-xtensa@linux-xtensa.org
10682 S:      Maintained
10683 F:      arch/xtensa/
10684 F:      drivers/irqchip/irq-xtensa-*
10685
10686 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10687 M:      Hans Verkuil <hverkuil@xs4all.nl>
10688 L:      linux-media@vger.kernel.org
10689 T:      git git://linuxtv.org/media_tree.git
10690 W:      http://linuxtv.org
10691 S:      Maintained
10692 F:      drivers/media/radio/radio-raremono.c
10693
10694 THERMAL
10695 M:      Zhang Rui <rui.zhang@intel.com>
10696 M:      Eduardo Valentin <edubezval@gmail.com>
10697 L:      linux-pm@vger.kernel.org
10698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10700 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10701 S:      Supported
10702 F:      drivers/thermal/
10703 F:      include/linux/thermal.h
10704 F:      include/uapi/linux/thermal.h
10705 F:      include/linux/cpu_cooling.h
10706 F:      Documentation/devicetree/bindings/thermal/
10707
10708 THERMAL/CPU_COOLING
10709 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10710 M:      Viresh Kumar <viresh.kumar@linaro.org>
10711 M:      Javi Merino <javi.merino@arm.com>
10712 L:      linux-pm@vger.kernel.org
10713 S:      Supported
10714 F:      Documentation/thermal/cpu-cooling-api.txt
10715 F:      drivers/thermal/cpu_cooling.c
10716 F:      include/linux/cpu_cooling.h
10717
10718 THINGM BLINK(1) USB RGB LED DRIVER
10719 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10720 S:      Maintained
10721 F:      drivers/hid/hid-thingm.c
10722
10723 THINKPAD ACPI EXTRAS DRIVER
10724 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10725 L:      ibm-acpi-devel@lists.sourceforge.net
10726 L:      platform-driver-x86@vger.kernel.org
10727 W:      http://ibm-acpi.sourceforge.net
10728 W:      http://thinkwiki.org/wiki/Ibm-acpi
10729 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10730 S:      Maintained
10731 F:      drivers/platform/x86/thinkpad_acpi.c
10732
10733 TI BANDGAP AND THERMAL DRIVER
10734 M:      Eduardo Valentin <edubezval@gmail.com>
10735 L:      linux-pm@vger.kernel.org
10736 L:      linux-omap@vger.kernel.org
10737 S:      Maintained
10738 F:      drivers/thermal/ti-soc-thermal/
10739
10740 TI CDCE706 CLOCK DRIVER
10741 M:      Max Filippov <jcmvbkbc@gmail.com>
10742 S:      Maintained
10743 F:      drivers/clk/clk-cdce706.c
10744
10745 TI CLOCK DRIVER
10746 M:      Tero Kristo <t-kristo@ti.com>
10747 L:      linux-omap@vger.kernel.org
10748 S:      Maintained
10749 F:      drivers/clk/ti/
10750 F:      include/linux/clk/ti.h
10751
10752 TI FLASH MEDIA INTERFACE DRIVER
10753 M:      Alex Dubov <oakad@yahoo.com>
10754 S:      Maintained
10755 F:      drivers/misc/tifm*
10756 F:      drivers/mmc/host/tifm_sd.c
10757 F:      include/linux/tifm.h
10758
10759 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10760 M:      Santosh Shilimkar <ssantosh@kernel.org>
10761 L:      linux-kernel@vger.kernel.org
10762 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10763 S:      Maintained
10764 F:      drivers/soc/ti/*
10765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10766
10767
10768 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10769 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10770 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10771 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10772 S:      Maintained
10773 F:      sound/soc/codecs/lm49453*
10774 F:      sound/soc/codecs/isabelle*
10775
10776 TI LP855x BACKLIGHT DRIVER
10777 M:      Milo Kim <milo.kim@ti.com>
10778 S:      Maintained
10779 F:      Documentation/backlight/lp855x-driver.txt
10780 F:      drivers/video/backlight/lp855x_bl.c
10781 F:      include/linux/platform_data/lp855x.h
10782
10783 TI LP8727 CHARGER DRIVER
10784 M:      Milo Kim <milo.kim@ti.com>
10785 S:      Maintained
10786 F:      drivers/power/lp8727_charger.c
10787 F:      include/linux/platform_data/lp8727.h
10788
10789 TI LP8788 MFD DRIVER
10790 M:      Milo Kim <milo.kim@ti.com>
10791 S:      Maintained
10792 F:      drivers/iio/adc/lp8788_adc.c
10793 F:      drivers/leds/leds-lp8788.c
10794 F:      drivers/mfd/lp8788*.c
10795 F:      drivers/power/lp8788-charger.c
10796 F:      drivers/regulator/lp8788-*.c
10797 F:      include/linux/mfd/lp8788*.h
10798
10799 TI NETCP ETHERNET DRIVER
10800 M:      Wingman Kwok <w-kwok2@ti.com>
10801 M:      Murali Karicheri <m-karicheri2@ti.com>
10802 L:      netdev@vger.kernel.org
10803 S:      Maintained
10804 F:      drivers/net/ethernet/ti/netcp*
10805
10806 TI TAS571X FAMILY ASoC CODEC DRIVER
10807 M:      Kevin Cernekee <cernekee@chromium.org>
10808 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10809 S:      Odd Fixes
10810 F:      sound/soc/codecs/tas571x*
10811
10812 TI TWL4030 SERIES SOC CODEC DRIVER
10813 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10814 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10815 S:      Maintained
10816 F:      sound/soc/codecs/twl4030*
10817
10818 TI WILINK WIRELESS DRIVERS
10819 L:      linux-wireless@vger.kernel.org
10820 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10821 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10823 S:      Orphan
10824 F:      drivers/net/wireless/ti/
10825 F:      include/linux/wl12xx.h
10826
10827 TIPC NETWORK LAYER
10828 M:      Jon Maloy <jon.maloy@ericsson.com>
10829 M:      Ying Xue <ying.xue@windriver.com>
10830 L:      netdev@vger.kernel.org (core kernel code)
10831 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10832 W:      http://tipc.sourceforge.net/
10833 S:      Maintained
10834 F:      include/uapi/linux/tipc*.h
10835 F:      net/tipc/
10836
10837 TILE ARCHITECTURE
10838 M:      Chris Metcalf <cmetcalf@ezchip.com>
10839 W:      http://www.ezchip.com/scm/
10840 S:      Supported
10841 F:      arch/tile/
10842 F:      drivers/char/tile-srom.c
10843 F:      drivers/edac/tile_edac.c
10844 F:      drivers/net/ethernet/tile/
10845 F:      drivers/rtc/rtc-tile.c
10846 F:      drivers/tty/hvc/hvc_tile.c
10847 F:      drivers/tty/serial/tilegx.c
10848 F:      drivers/usb/host/*-tilegx.c
10849 F:      include/linux/usb/tilegx.h
10850
10851 TLAN NETWORK DRIVER
10852 M:      Samuel Chessman <chessman@tux.org>
10853 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10854 W:      http://sourceforge.net/projects/tlan/
10855 S:      Maintained
10856 F:      Documentation/networking/tlan.txt
10857 F:      drivers/net/ethernet/ti/tlan.*
10858
10859 TOMOYO SECURITY MODULE
10860 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10861 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10862 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10863 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10864 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10865 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10866 W:      http://tomoyo.sourceforge.jp/
10867 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10868 S:      Maintained
10869 F:      security/tomoyo/
10870
10871 TOPSTAR LAPTOP EXTRAS DRIVER
10872 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10873 L:      platform-driver-x86@vger.kernel.org
10874 S:      Maintained
10875 F:      drivers/platform/x86/topstar-laptop.c
10876
10877 TOSHIBA ACPI EXTRAS DRIVER
10878 M:      Azael Avalos <coproscefalo@gmail.com>
10879 L:      platform-driver-x86@vger.kernel.org
10880 S:      Maintained
10881 F:      drivers/platform/x86/toshiba_acpi.c
10882
10883 TOSHIBA BLUETOOTH DRIVER
10884 M:      Azael Avalos <coproscefalo@gmail.com>
10885 L:      platform-driver-x86@vger.kernel.org
10886 S:      Maintained
10887 F:      drivers/platform/x86/toshiba_bluetooth.c
10888
10889 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10890 M:      Azael Avalos <coproscefalo@gmail.com>
10891 L:      platform-driver-x86@vger.kernel.org
10892 S:      Maintained
10893 F:      drivers/platform/x86/toshiba_haps.c
10894
10895 TOSHIBA WMI HOTKEYS DRIVER
10896 M:      Azael Avalos <coproscefalo@gmail.com>
10897 L:      platform-driver-x86@vger.kernel.org
10898 S:      Maintained
10899 F:      drivers/platform/x86/toshiba-wmi.c
10900
10901 TOSHIBA SMM DRIVER
10902 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10903 W:      http://www.buzzard.org.uk/toshiba/
10904 S:      Maintained
10905 F:      drivers/char/toshiba.c
10906 F:      include/linux/toshiba.h
10907 F:      include/uapi/linux/toshiba.h
10908
10909 TOSHIBA TC358743 DRIVER
10910 M:      Mats Randgaard <matrandg@cisco.com>
10911 L:      linux-media@vger.kernel.org
10912 S:      Maintained
10913 F:      drivers/media/i2c/tc358743*
10914 F:      include/media/tc358743.h
10915
10916 TMIO MMC DRIVER
10917 M:      Ian Molton <ian@mnementh.co.uk>
10918 L:      linux-mmc@vger.kernel.org
10919 S:      Maintained
10920 F:      drivers/mmc/host/tmio_mmc*
10921 F:      drivers/mmc/host/sh_mobile_sdhi.c
10922 F:      include/linux/mmc/tmio.h
10923 F:      include/linux/mmc/sh_mobile_sdhi.h
10924
10925 TMP401 HARDWARE MONITOR DRIVER
10926 M:      Guenter Roeck <linux@roeck-us.net>
10927 L:      linux-hwmon@vger.kernel.org
10928 S:      Maintained
10929 F:      Documentation/hwmon/tmp401
10930 F:      drivers/hwmon/tmp401.c
10931
10932 TMPFS (SHMEM FILESYSTEM)
10933 M:      Hugh Dickins <hughd@google.com>
10934 L:      linux-mm@kvack.org
10935 S:      Maintained
10936 F:      include/linux/shmem_fs.h
10937 F:      mm/shmem.c
10938
10939 TM6000 VIDEO4LINUX DRIVER
10940 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10941 L:      linux-media@vger.kernel.org
10942 W:      http://linuxtv.org
10943 T:      git git://linuxtv.org/media_tree.git
10944 S:      Odd fixes
10945 F:      drivers/media/usb/tm6000/
10946
10947 TW68 VIDEO4LINUX DRIVER
10948 M:      Hans Verkuil <hverkuil@xs4all.nl>
10949 L:      linux-media@vger.kernel.org
10950 T:      git git://linuxtv.org/media_tree.git
10951 W:      http://linuxtv.org
10952 S:      Odd Fixes
10953 F:      drivers/media/pci/tw68/
10954
10955 TPM DEVICE DRIVER
10956 M:      Peter Huewe <peterhuewe@gmx.de>
10957 M:      Marcel Selhorst <tpmdd@selhorst.net>
10958 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10959 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10960 W:      http://tpmdd.sourceforge.net
10961 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10962 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10963 T:      https://github.com/PeterHuewe/linux-tpmdd
10964 S:      Maintained
10965 F:      drivers/char/tpm/
10966
10967 TPM IBM_VTPM DEVICE DRIVER
10968 M:      Ashley Lai <ashleydlai@gmail.com>
10969 W:      http://tpmdd.sourceforge.net
10970 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10971 S:      Maintained
10972 F:      drivers/char/tpm/tpm_ibmvtpm*
10973
10974 TRACING
10975 M:      Steven Rostedt <rostedt@goodmis.org>
10976 M:      Ingo Molnar <mingo@redhat.com>
10977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10978 S:      Maintained
10979 F:      Documentation/trace/ftrace.txt
10980 F:      arch/*/*/*/ftrace.h
10981 F:      arch/*/kernel/ftrace.c
10982 F:      include/*/ftrace.h
10983 F:      include/linux/trace*.h
10984 F:      include/trace/
10985 F:      kernel/trace/
10986 F:      tools/testing/selftests/ftrace/
10987
10988 TRIVIAL PATCHES
10989 M:      Jiri Kosina <trivial@kernel.org>
10990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10991 S:      Maintained
10992 K:      ^Subject:.*(?i)trivial
10993
10994 TTY LAYER
10995 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10996 M:      Jiri Slaby <jslaby@suse.com>
10997 S:      Supported
10998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10999 F:      Documentation/serial/
11000 F:      drivers/tty/
11001 F:      drivers/tty/serial/serial_core.c
11002 F:      include/linux/serial_core.h
11003 F:      include/linux/serial.h
11004 F:      include/linux/tty.h
11005 F:      include/uapi/linux/serial_core.h
11006 F:      include/uapi/linux/serial.h
11007 F:      include/uapi/linux/tty.h
11008
11009 TUA9001 MEDIA DRIVER
11010 M:      Antti Palosaari <crope@iki.fi>
11011 L:      linux-media@vger.kernel.org
11012 W:      http://linuxtv.org/
11013 W:      http://palosaari.fi/linux/
11014 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11015 T:      git git://linuxtv.org/anttip/media_tree.git
11016 S:      Maintained
11017 F:      drivers/media/tuners/tua9001*
11018
11019 TULIP NETWORK DRIVERS
11020 L:      netdev@vger.kernel.org
11021 L:      linux-parisc@vger.kernel.org
11022 S:      Orphan
11023 F:      drivers/net/ethernet/dec/tulip/
11024
11025 TUN/TAP driver
11026 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11027 W:      http://vtun.sourceforge.net/tun
11028 S:      Maintained
11029 F:      Documentation/networking/tuntap.txt
11030 F:      arch/um/os-Linux/drivers/
11031
11032 TURBOCHANNEL SUBSYSTEM
11033 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11034 M:      Ralf Baechle <ralf@linux-mips.org>
11035 L:      linux-mips@linux-mips.org
11036 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11037 S:      Maintained
11038 F:      drivers/tc/
11039 F:      include/linux/tc.h
11040
11041 U14-34F SCSI DRIVER
11042 M:      Dario Ballabio <ballabio_dario@emc.com>
11043 L:      linux-scsi@vger.kernel.org
11044 S:      Maintained
11045 F:      drivers/scsi/u14-34f.c
11046
11047 UBI FILE SYSTEM (UBIFS)
11048 M:      Artem Bityutskiy <dedekind1@gmail.com>
11049 M:      Adrian Hunter <adrian.hunter@intel.com>
11050 L:      linux-mtd@lists.infradead.org
11051 T:      git git://git.infradead.org/ubifs-2.6.git
11052 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11053 S:      Maintained
11054 F:      Documentation/filesystems/ubifs.txt
11055 F:      fs/ubifs/
11056
11057 UCLINUX (M68KNOMMU AND COLDFIRE)
11058 M:      Greg Ungerer <gerg@uclinux.org>
11059 W:      http://www.uclinux.org/
11060 L:      linux-m68k@lists.linux-m68k.org
11061 L:      uclinux-dev@uclinux.org  (subscribers-only)
11062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11063 S:      Maintained
11064 F:      arch/m68k/coldfire/
11065 F:      arch/m68k/68*/
11066 F:      arch/m68k/*/*_no.*
11067 F:      arch/m68k/include/asm/*_no.*
11068
11069 UDF FILESYSTEM
11070 M:      Jan Kara <jack@suse.com>
11071 S:      Maintained
11072 F:      Documentation/filesystems/udf.txt
11073 F:      fs/udf/
11074
11075 UFS FILESYSTEM
11076 M:      Evgeniy Dushistov <dushistov@mail.ru>
11077 S:      Maintained
11078 F:      Documentation/filesystems/ufs.txt
11079 F:      fs/ufs/
11080
11081 UHID USERSPACE HID IO DRIVER:
11082 M:      David Herrmann <dh.herrmann@googlemail.com>
11083 L:      linux-input@vger.kernel.org
11084 S:      Maintained
11085 F:      drivers/hid/uhid.c
11086 F:      include/uapi/linux/uhid.h
11087
11088 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11089 L:      linux-usb@vger.kernel.org
11090 S:      Orphan
11091 F:      drivers/uwb/
11092 F:      include/linux/uwb.h
11093 F:      include/linux/uwb/
11094
11095 UNICORE32 ARCHITECTURE:
11096 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11097 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11098 S:      Maintained
11099 T:      git git://github.com/gxt/linux.git
11100 F:      arch/unicore32/
11101
11102 UNIFDEF
11103 M:      Tony Finch <dot@dotat.at>
11104 W:      http://dotat.at/prog/unifdef
11105 S:      Maintained
11106 F:      scripts/unifdef.c
11107
11108 UNIFORM CDROM DRIVER
11109 M:      Jens Axboe <axboe@kernel.dk>
11110 W:      http://www.kernel.dk
11111 S:      Maintained
11112 F:      Documentation/cdrom/
11113 F:      drivers/cdrom/cdrom.c
11114 F:      include/linux/cdrom.h
11115 F:      include/uapi/linux/cdrom.h
11116
11117 UNISYS S-PAR DRIVERS
11118 M:      Benjamin Romer <benjamin.romer@unisys.com>
11119 M:      David Kershner <david.kershner@unisys.com>
11120 L:      sparmaintainer@unisys.com (Unisys internal)
11121 S:      Supported
11122 F:      drivers/staging/unisys/
11123
11124 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11125 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11126 L:      linux-scsi@vger.kernel.org
11127 S:      Supported
11128 F:      Documentation/scsi/ufs.txt
11129 F:      drivers/scsi/ufs/
11130
11131 UNSORTED BLOCK IMAGES (UBI)
11132 M:      Artem Bityutskiy <dedekind1@gmail.com>
11133 M:      Richard Weinberger <richard@nod.at>
11134 W:      http://www.linux-mtd.infradead.org/
11135 L:      linux-mtd@lists.infradead.org
11136 T:      git git://git.infradead.org/ubifs-2.6.git
11137 S:      Supported
11138 F:      drivers/mtd/ubi/
11139 F:      include/linux/mtd/ubi.h
11140 F:      include/uapi/mtd/ubi-user.h
11141
11142 USB ACM DRIVER
11143 M:      Oliver Neukum <oliver@neukum.org>
11144 L:      linux-usb@vger.kernel.org
11145 S:      Maintained
11146 F:      Documentation/usb/acm.txt
11147 F:      drivers/usb/class/cdc-acm.*
11148
11149 USB AR5523 WIRELESS DRIVER
11150 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11151 L:      linux-wireless@vger.kernel.org
11152 S:      Maintained
11153 F:      drivers/net/wireless/ath/ar5523/
11154
11155 USB ATTACHED SCSI
11156 M:      Hans de Goede <hdegoede@redhat.com>
11157 M:      Gerd Hoffmann <kraxel@redhat.com>
11158 L:      linux-usb@vger.kernel.org
11159 L:      linux-scsi@vger.kernel.org
11160 S:      Maintained
11161 F:      drivers/usb/storage/uas.c
11162
11163 USB CDC ETHERNET DRIVER
11164 M:      Oliver Neukum <oliver@neukum.org>
11165 L:      linux-usb@vger.kernel.org
11166 S:      Maintained
11167 F:      drivers/net/usb/cdc_*.c
11168 F:      include/uapi/linux/usb/cdc.h
11169
11170 USB CHAOSKEY DRIVER
11171 M:      Keith Packard <keithp@keithp.com>
11172 L:      linux-usb@vger.kernel.org
11173 S:      Maintained
11174 F:      drivers/usb/misc/chaoskey.c
11175
11176 USB CYPRESS C67X00 DRIVER
11177 M:      Peter Korsgaard <jacmet@sunsite.dk>
11178 L:      linux-usb@vger.kernel.org
11179 S:      Maintained
11180 F:      drivers/usb/c67x00/
11181
11182 USB DAVICOM DM9601 DRIVER
11183 M:      Peter Korsgaard <jacmet@sunsite.dk>
11184 L:      netdev@vger.kernel.org
11185 W:      http://www.linux-usb.org/usbnet
11186 S:      Maintained
11187 F:      drivers/net/usb/dm9601.c
11188
11189 USB EHCI DRIVER
11190 M:      Alan Stern <stern@rowland.harvard.edu>
11191 L:      linux-usb@vger.kernel.org
11192 S:      Maintained
11193 F:      Documentation/usb/ehci.txt
11194 F:      drivers/usb/host/ehci*
11195
11196 USB GADGET/PERIPHERAL SUBSYSTEM
11197 M:      Felipe Balbi <balbi@ti.com>
11198 L:      linux-usb@vger.kernel.org
11199 W:      http://www.linux-usb.org/gadget
11200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11201 S:      Maintained
11202 F:      drivers/usb/gadget/
11203 F:      include/linux/usb/gadget*
11204
11205 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11206 M:      Jiri Kosina <jikos@kernel.org>
11207 L:      linux-usb@vger.kernel.org
11208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11209 S:      Maintained
11210 F:      Documentation/hid/hiddev.txt
11211 F:      drivers/hid/usbhid/
11212
11213 USB ISP116X DRIVER
11214 M:      Olav Kongas <ok@artecdesign.ee>
11215 L:      linux-usb@vger.kernel.org
11216 S:      Maintained
11217 F:      drivers/usb/host/isp116x*
11218 F:      include/linux/usb/isp116x.h
11219
11220 USB MASS STORAGE DRIVER
11221 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11222 L:      linux-usb@vger.kernel.org
11223 L:      usb-storage@lists.one-eyed-alien.net
11224 S:      Maintained
11225 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11226 F:      drivers/usb/storage/
11227
11228 USB MIDI DRIVER
11229 M:      Clemens Ladisch <clemens@ladisch.de>
11230 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11231 T:      git git://git.alsa-project.org/alsa-kernel.git
11232 S:      Maintained
11233 F:      sound/usb/midi.*
11234
11235 USB NETWORKING DRIVERS
11236 L:      linux-usb@vger.kernel.org
11237 S:      Odd Fixes
11238 F:      drivers/net/usb/
11239
11240 USB OHCI DRIVER
11241 M:      Alan Stern <stern@rowland.harvard.edu>
11242 L:      linux-usb@vger.kernel.org
11243 S:      Maintained
11244 F:      Documentation/usb/ohci.txt
11245 F:      drivers/usb/host/ohci*
11246
11247 USB OTG FSM (Finite State Machine)
11248 M:      Peter Chen <Peter.Chen@freescale.com>
11249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11250 L:      linux-usb@vger.kernel.org
11251 S:      Maintained
11252 F:      drivers/usb/common/usb-otg-fsm.c
11253
11254 USB OVER IP DRIVER
11255 M:      Valentina Manea <valentina.manea.m@gmail.com>
11256 M:      Shuah Khan <shuah.kh@samsung.com>
11257 L:      linux-usb@vger.kernel.org
11258 S:      Maintained
11259 F:      drivers/usb/usbip/
11260 F:      tools/usb/usbip/
11261
11262 USB PEGASUS DRIVER
11263 M:      Petko Manolov <petkan@nucleusys.com>
11264 L:      linux-usb@vger.kernel.org
11265 L:      netdev@vger.kernel.org
11266 T:      git git://github.com/petkan/pegasus.git
11267 W:      https://github.com/petkan/pegasus
11268 S:      Maintained
11269 F:      drivers/net/usb/pegasus.*
11270
11271 USB PHY LAYER
11272 M:      Felipe Balbi <balbi@ti.com>
11273 L:      linux-usb@vger.kernel.org
11274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11275 S:      Maintained
11276 F:      drivers/usb/phy/
11277
11278 USB PRINTER DRIVER (usblp)
11279 M:      Pete Zaitcev <zaitcev@redhat.com>
11280 L:      linux-usb@vger.kernel.org
11281 S:      Supported
11282 F:      drivers/usb/class/usblp.c
11283
11284 USB RTL8150 DRIVER
11285 M:      Petko Manolov <petkan@nucleusys.com>
11286 L:      linux-usb@vger.kernel.org
11287 L:      netdev@vger.kernel.org
11288 T:      git git://github.com/petkan/rtl8150.git
11289 W:      https://github.com/petkan/rtl8150
11290 S:      Maintained
11291 F:      drivers/net/usb/rtl8150.c
11292
11293 USB SERIAL SUBSYSTEM
11294 M:      Johan Hovold <johan@kernel.org>
11295 L:      linux-usb@vger.kernel.org
11296 S:      Maintained
11297 F:      Documentation/usb/usb-serial.txt
11298 F:      drivers/usb/serial/
11299 F:      include/linux/usb/serial.h
11300
11301 USB SMSC75XX ETHERNET DRIVER
11302 M:      Steve Glendinning <steve.glendinning@shawell.net>
11303 L:      netdev@vger.kernel.org
11304 S:      Maintained
11305 F:      drivers/net/usb/smsc75xx.*
11306
11307 USB SMSC95XX ETHERNET DRIVER
11308 M:      Steve Glendinning <steve.glendinning@shawell.net>
11309 L:      netdev@vger.kernel.org
11310 S:      Maintained
11311 F:      drivers/net/usb/smsc95xx.*
11312
11313 USB SUBSYSTEM
11314 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11315 L:      linux-usb@vger.kernel.org
11316 W:      http://www.linux-usb.org
11317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11318 S:      Supported
11319 F:      Documentation/usb/
11320 F:      drivers/usb/
11321 F:      include/linux/usb.h
11322 F:      include/linux/usb/
11323
11324 USB UHCI DRIVER
11325 M:      Alan Stern <stern@rowland.harvard.edu>
11326 L:      linux-usb@vger.kernel.org
11327 S:      Maintained
11328 F:      drivers/usb/host/uhci*
11329
11330 USB "USBNET" DRIVER FRAMEWORK
11331 M:      Oliver Neukum <oneukum@suse.com>
11332 L:      netdev@vger.kernel.org
11333 W:      http://www.linux-usb.org/usbnet
11334 S:      Maintained
11335 F:      drivers/net/usb/usbnet.c
11336 F:      include/linux/usb/usbnet.h
11337
11338 USB VIDEO CLASS
11339 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11340 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11341 L:      linux-media@vger.kernel.org
11342 T:      git git://linuxtv.org/media_tree.git
11343 W:      http://www.ideasonboard.org/uvc/
11344 S:      Maintained
11345 F:      drivers/media/usb/uvc/
11346 F:      include/uapi/linux/uvcvideo.h
11347
11348 USB VISION DRIVER
11349 M:      Hans Verkuil <hverkuil@xs4all.nl>
11350 L:      linux-media@vger.kernel.org
11351 T:      git git://linuxtv.org/media_tree.git
11352 W:      http://linuxtv.org
11353 S:      Odd Fixes
11354 F:      drivers/media/usb/usbvision/
11355
11356 USB WEBCAM GADGET
11357 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11358 L:      linux-usb@vger.kernel.org
11359 S:      Maintained
11360 F:      drivers/usb/gadget/function/*uvc*
11361 F:      drivers/usb/gadget/legacy/webcam.c
11362
11363 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11364 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11365 L:      linux-wireless@vger.kernel.org
11366 S:      Maintained
11367 F:      drivers/net/wireless/rndis_wlan.c
11368
11369 USB XHCI DRIVER
11370 M:      Mathias Nyman <mathias.nyman@intel.com>
11371 L:      linux-usb@vger.kernel.org
11372 S:      Supported
11373 F:      drivers/usb/host/xhci*
11374 F:      drivers/usb/host/pci-quirks*
11375
11376 USB ZD1201 DRIVER
11377 L:      linux-wireless@vger.kernel.org
11378 W:      http://linux-lc100020.sourceforge.net
11379 S:      Orphan
11380 F:      drivers/net/wireless/zd1201.*
11381
11382 USB ZR364XX DRIVER
11383 M:      Antoine Jacquet <royale@zerezo.com>
11384 L:      linux-usb@vger.kernel.org
11385 L:      linux-media@vger.kernel.org
11386 T:      git git://linuxtv.org/media_tree.git
11387 W:      http://royale.zerezo.com/zr364xx/
11388 S:      Maintained
11389 F:      Documentation/video4linux/zr364xx.txt
11390 F:      drivers/media/usb/zr364xx/
11391
11392 ULPI BUS
11393 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11394 L:      linux-usb@vger.kernel.org
11395 S:      Maintained
11396 F:      drivers/usb/common/ulpi.c
11397 F:      include/linux/ulpi/
11398
11399 USER-MODE LINUX (UML)
11400 M:      Jeff Dike <jdike@addtoit.com>
11401 M:      Richard Weinberger <richard@nod.at>
11402 L:      user-mode-linux-devel@lists.sourceforge.net
11403 L:      user-mode-linux-user@lists.sourceforge.net
11404 W:      http://user-mode-linux.sourceforge.net
11405 S:      Maintained
11406 F:      Documentation/virtual/uml/
11407 F:      arch/um/
11408 F:      arch/x86/um/
11409 F:      fs/hostfs/
11410 F:      fs/hppfs/
11411
11412 USERSPACE I/O (UIO)
11413 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11414 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11415 S:      Maintained
11416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11417 F:      Documentation/DocBook/uio-howto.tmpl
11418 F:      drivers/uio/
11419 F:      include/linux/uio*.h
11420
11421 UTIL-LINUX PACKAGE
11422 M:      Karel Zak <kzak@redhat.com>
11423 L:      util-linux@vger.kernel.org
11424 W:      http://en.wikipedia.org/wiki/Util-linux
11425 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11426 S:      Maintained
11427
11428 UVESAFB DRIVER
11429 M:      Michal Januszewski <spock@gentoo.org>
11430 L:      linux-fbdev@vger.kernel.org
11431 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11432 S:      Maintained
11433 F:      Documentation/fb/uvesafb.txt
11434 F:      drivers/video/fbdev/uvesafb.*
11435
11436 VF610 NAND DRIVER
11437 M:      Stefan Agner <stefan@agner.ch>
11438 L:      linux-mtd@lists.infradead.org
11439 S:      Supported
11440 F:      drivers/mtd/nand/vf610_nfc.c
11441
11442 VFAT/FAT/MSDOS FILESYSTEM
11443 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11444 S:      Maintained
11445 F:      Documentation/filesystems/vfat.txt
11446 F:      fs/fat/
11447
11448 VFIO DRIVER
11449 M:      Alex Williamson <alex.williamson@redhat.com>
11450 L:      kvm@vger.kernel.org
11451 S:      Maintained
11452 F:      Documentation/vfio.txt
11453 F:      drivers/vfio/
11454 F:      include/linux/vfio.h
11455 F:      include/uapi/linux/vfio.h
11456
11457 VFIO PLATFORM DRIVER
11458 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11459 L:      kvm@vger.kernel.org
11460 S:      Maintained
11461 F:      drivers/vfio/platform/
11462
11463 VIDEOBUF2 FRAMEWORK
11464 M:      Pawel Osciak <pawel@osciak.com>
11465 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11466 M:      Kyungmin Park <kyungmin.park@samsung.com>
11467 L:      linux-media@vger.kernel.org
11468 S:      Maintained
11469 F:      drivers/media/v4l2-core/videobuf2-*
11470 F:      include/media/videobuf2-*
11471
11472 VIRTIO AND VHOST VSOCK DRIVER
11473 M:      Stefan Hajnoczi <stefanha@redhat.com>
11474 L:      kvm@vger.kernel.org
11475 L:      virtualization@lists.linux-foundation.org
11476 L:      netdev@vger.kernel.org
11477 S:      Maintained
11478 F:      include/linux/virtio_vsock.h
11479 F:      include/uapi/linux/virtio_vsock.h
11480 F:      net/vmw_vsock/virtio_transport_common.c
11481 F:      net/vmw_vsock/virtio_transport.c
11482 F:      drivers/vhost/vsock.c
11483 F:      drivers/vhost/vsock.h
11484
11485 VIRTUAL SERIO DEVICE DRIVER
11486 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11487 S:      Maintained
11488 F:      drivers/input/serio/userio.c
11489 F:      include/uapi/linux/userio.h
11490
11491 VIRTIO CONSOLE DRIVER
11492 M:      Amit Shah <amit.shah@redhat.com>
11493 L:      virtualization@lists.linux-foundation.org
11494 S:      Maintained
11495 F:      drivers/char/virtio_console.c
11496 F:      include/linux/virtio_console.h
11497 F:      include/uapi/linux/virtio_console.h
11498
11499 VIRTIO CORE, NET AND BLOCK DRIVERS
11500 M:      "Michael S. Tsirkin" <mst@redhat.com>
11501 L:      virtualization@lists.linux-foundation.org
11502 S:      Maintained
11503 F:      drivers/virtio/
11504 F:      tools/virtio/
11505 F:      drivers/net/virtio_net.c
11506 F:      drivers/block/virtio_blk.c
11507 F:      include/linux/virtio_*.h
11508 F:      include/uapi/linux/virtio_*.h
11509
11510 VIRTIO DRIVERS FOR S390
11511 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11512 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11513 L:      linux-s390@vger.kernel.org
11514 L:      virtualization@lists.linux-foundation.org
11515 L:      kvm@vger.kernel.org
11516 S:      Supported
11517 F:      drivers/s390/virtio/
11518
11519 VIRTIO GPU DRIVER
11520 M:      David Airlie <airlied@linux.ie>
11521 M:      Gerd Hoffmann <kraxel@redhat.com>
11522 L:      dri-devel@lists.freedesktop.org
11523 L:      virtualization@lists.linux-foundation.org
11524 S:      Maintained
11525 F:      drivers/gpu/drm/virtio/
11526 F:      include/uapi/linux/virtio_gpu.h
11527
11528 VIRTIO HOST (VHOST)
11529 M:      "Michael S. Tsirkin" <mst@redhat.com>
11530 L:      kvm@vger.kernel.org
11531 L:      virtualization@lists.linux-foundation.org
11532 L:      netdev@vger.kernel.org
11533 S:      Maintained
11534 F:      drivers/vhost/
11535 F:      include/uapi/linux/vhost.h
11536
11537 VIRTIO INPUT DRIVER
11538 M:      Gerd Hoffmann <kraxel@redhat.com>
11539 S:      Maintained
11540 F:      drivers/virtio/virtio_input.c
11541 F:      include/uapi/linux/virtio_input.h
11542
11543 VIA RHINE NETWORK DRIVER
11544 S:      Orphan
11545 F:      drivers/net/ethernet/via/via-rhine.c
11546
11547 VIA SD/MMC CARD CONTROLLER DRIVER
11548 M:      Bruce Chang <brucechang@via.com.tw>
11549 M:      Harald Welte <HaraldWelte@viatech.com>
11550 S:      Maintained
11551 F:      drivers/mmc/host/via-sdmmc.c
11552
11553 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11554 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11555 L:      linux-fbdev@vger.kernel.org
11556 S:      Maintained
11557 F:      include/linux/via-core.h
11558 F:      include/linux/via-gpio.h
11559 F:      include/linux/via_i2c.h
11560 F:      drivers/video/fbdev/via/
11561
11562 VIA VELOCITY NETWORK DRIVER
11563 M:      Francois Romieu <romieu@fr.zoreil.com>
11564 L:      netdev@vger.kernel.org
11565 S:      Maintained
11566 F:      drivers/net/ethernet/via/via-velocity.*
11567
11568 VIRT LIB
11569 M:      Alex Williamson <alex.williamson@redhat.com>
11570 M:      Paolo Bonzini <pbonzini@redhat.com>
11571 L:      kvm@vger.kernel.org
11572 S:      Supported
11573 F:      virt/lib/
11574
11575 VIVID VIRTUAL VIDEO DRIVER
11576 M:      Hans Verkuil <hverkuil@xs4all.nl>
11577 L:      linux-media@vger.kernel.org
11578 T:      git git://linuxtv.org/media_tree.git
11579 W:      http://linuxtv.org
11580 S:      Maintained
11581 F:      drivers/media/platform/vivid/*
11582
11583 VLAN (802.1Q)
11584 M:      Patrick McHardy <kaber@trash.net>
11585 L:      netdev@vger.kernel.org
11586 S:      Maintained
11587 F:      drivers/net/macvlan.c
11588 F:      include/linux/if_*vlan.h
11589 F:      net/8021q/
11590
11591 VLYNQ BUS
11592 M:      Florian Fainelli <florian@openwrt.org>
11593 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11594 S:      Maintained
11595 F:      drivers/vlynq/vlynq.c
11596 F:      include/linux/vlynq.h
11597
11598 VME SUBSYSTEM
11599 M:      Martyn Welch <martyn@welchs.me.uk>
11600 M:      Manohar Vanga <manohar.vanga@gmail.com>
11601 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11602 L:      devel@driverdev.osuosl.org
11603 S:      Maintained
11604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11605 F:      Documentation/vme_api.txt
11606 F:      drivers/staging/vme/
11607 F:      drivers/vme/
11608 F:      include/linux/vme*
11609
11610 VMWARE HYPERVISOR INTERFACE
11611 M:      Alok Kataria <akataria@vmware.com>
11612 L:      virtualization@lists.linux-foundation.org
11613 S:      Supported
11614 F:      arch/x86/kernel/cpu/vmware.c
11615
11616 VMWARE BALLOON DRIVER
11617 M:      Xavier Deguillard <xdeguillard@vmware.com>
11618 M:      Philip Moltmann <moltmann@vmware.com>
11619 M:      "VMware, Inc." <pv-drivers@vmware.com>
11620 L:      linux-kernel@vger.kernel.org
11621 S:      Maintained
11622 F:      drivers/misc/vmw_balloon.c
11623
11624 VMWARE VMMOUSE SUBDRIVER
11625 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11626 M:      "VMware, Inc." <pv-drivers@vmware.com>
11627 L:      linux-input@vger.kernel.org
11628 S:      Maintained
11629 F:      drivers/input/mouse/vmmouse.c
11630 F:      drivers/input/mouse/vmmouse.h
11631
11632 VMWARE VMXNET3 ETHERNET DRIVER
11633 M:      Shrikrishna Khare <skhare@vmware.com>
11634 M:      "VMware, Inc." <pv-drivers@vmware.com>
11635 L:      netdev@vger.kernel.org
11636 S:      Maintained
11637 F:      drivers/net/vmxnet3/
11638
11639 VMware PVSCSI driver
11640 M:      Arvind Kumar <arvindkumar@vmware.com>
11641 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11642 L:      linux-scsi@vger.kernel.org
11643 S:      Maintained
11644 F:      drivers/scsi/vmw_pvscsi.c
11645 F:      drivers/scsi/vmw_pvscsi.h
11646
11647 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11648 M:      Liam Girdwood <lgirdwood@gmail.com>
11649 M:      Mark Brown <broonie@kernel.org>
11650 L:      linux-kernel@vger.kernel.org
11651 W:      http://www.slimlogic.co.uk/?p=48
11652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11653 S:      Supported
11654 F:      drivers/regulator/
11655 F:      include/linux/regulator/
11656
11657 VRF
11658 M:      David Ahern <dsa@cumulusnetworks.com>
11659 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11660 L:      netdev@vger.kernel.org
11661 S:      Maintained
11662 F:      drivers/net/vrf.c
11663 F:      Documentation/networking/vrf.txt
11664
11665 VT1211 HARDWARE MONITOR DRIVER
11666 M:      Juerg Haefliger <juergh@gmail.com>
11667 L:      linux-hwmon@vger.kernel.org
11668 S:      Maintained
11669 F:      Documentation/hwmon/vt1211
11670 F:      drivers/hwmon/vt1211.c
11671
11672 VT8231 HARDWARE MONITOR DRIVER
11673 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11674 L:      linux-hwmon@vger.kernel.org
11675 S:      Maintained
11676 F:      drivers/hwmon/vt8231.c
11677
11678 VUB300 USB to SDIO/SD/MMC bridge chip
11679 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11680 L:      linux-mmc@vger.kernel.org
11681 L:      linux-usb@vger.kernel.org
11682 S:      Supported
11683 F:      drivers/mmc/host/vub300.c
11684
11685 W1 DALLAS'S 1-WIRE BUS
11686 M:      Evgeniy Polyakov <zbr@ioremap.net>
11687 S:      Maintained
11688 F:      Documentation/w1/
11689 F:      drivers/w1/
11690
11691 W83791D HARDWARE MONITORING DRIVER
11692 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11693 L:      linux-hwmon@vger.kernel.org
11694 S:      Maintained
11695 F:      Documentation/hwmon/w83791d
11696 F:      drivers/hwmon/w83791d.c
11697
11698 W83793 HARDWARE MONITORING DRIVER
11699 M:      Rudolf Marek <r.marek@assembler.cz>
11700 L:      linux-hwmon@vger.kernel.org
11701 S:      Maintained
11702 F:      Documentation/hwmon/w83793
11703 F:      drivers/hwmon/w83793.c
11704
11705 W83795 HARDWARE MONITORING DRIVER
11706 M:      Jean Delvare <jdelvare@suse.com>
11707 L:      linux-hwmon@vger.kernel.org
11708 S:      Maintained
11709 F:      drivers/hwmon/w83795.c
11710
11711 W83L51xD SD/MMC CARD INTERFACE DRIVER
11712 M:      Pierre Ossman <pierre@ossman.eu>
11713 S:      Maintained
11714 F:      drivers/mmc/host/wbsd.*
11715
11716 WACOM PROTOCOL 4 SERIAL TABLETS
11717 M:      Julian Squires <julian@cipht.net>
11718 M:      Hans de Goede <hdegoede@redhat.com>
11719 L:      linux-input@vger.kernel.org
11720 S:      Maintained
11721 F:      drivers/input/tablet/wacom_serial4.c
11722
11723 WATCHDOG DEVICE DRIVERS
11724 M:      Wim Van Sebroeck <wim@iguana.be>
11725 L:      linux-watchdog@vger.kernel.org
11726 W:      http://www.linux-watchdog.org/
11727 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11728 S:      Maintained
11729 F:      Documentation/watchdog/
11730 F:      drivers/watchdog/
11731 F:      include/linux/watchdog.h
11732 F:      include/uapi/linux/watchdog.h
11733
11734 WD7000 SCSI DRIVER
11735 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11736 L:      linux-scsi@vger.kernel.org
11737 S:      Maintained
11738 F:      drivers/scsi/wd7000.c
11739
11740 WIIMOTE HID DRIVER
11741 M:      David Herrmann <dh.herrmann@googlemail.com>
11742 L:      linux-input@vger.kernel.org
11743 S:      Maintained
11744 F:      drivers/hid/hid-wiimote*
11745
11746 WINBOND CIR DRIVER
11747 M:      David Härdeman <david@hardeman.nu>
11748 S:      Maintained
11749 F:      drivers/media/rc/winbond-cir.c
11750
11751 WIMAX STACK
11752 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11753 M:      linux-wimax@intel.com
11754 L:      wimax@linuxwimax.org (subscribers-only)
11755 S:      Supported
11756 W:      http://linuxwimax.org
11757 F:      Documentation/wimax/README.wimax
11758 F:      include/linux/wimax/debug.h
11759 F:      include/net/wimax.h
11760 F:      include/uapi/linux/wimax.h
11761 F:      net/wimax/
11762
11763 WISTRON LAPTOP BUTTON DRIVER
11764 M:      Miloslav Trmac <mitr@volny.cz>
11765 S:      Maintained
11766 F:      drivers/input/misc/wistron_btns.c
11767
11768 WL3501 WIRELESS PCMCIA CARD DRIVER
11769 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11770 L:      linux-wireless@vger.kernel.org
11771 W:      http://oops.ghostprotocols.net:81/blog
11772 S:      Maintained
11773 F:      drivers/net/wireless/wl3501*
11774
11775 WOLFSON MICROELECTRONICS DRIVERS
11776 L:      patches@opensource.wolfsonmicro.com
11777 T:      git https://github.com/CirrusLogic/linux-drivers.git
11778 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11779 S:      Supported
11780 F:      Documentation/hwmon/wm83??
11781 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11782 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11783 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11784 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11785 F:      drivers/clk/clk-wm83*.c
11786 F:      drivers/extcon/extcon-arizona.c
11787 F:      drivers/leds/leds-wm83*.c
11788 F:      drivers/gpio/gpio-*wm*.c
11789 F:      drivers/gpio/gpio-arizona.c
11790 F:      drivers/hwmon/wm83??-hwmon.c
11791 F:      drivers/input/misc/wm831x-on.c
11792 F:      drivers/input/touchscreen/wm831x-ts.c
11793 F:      drivers/input/touchscreen/wm97*.c
11794 F:      drivers/mfd/arizona*
11795 F:      drivers/mfd/wm*.c
11796 F:      drivers/power/wm83*.c
11797 F:      drivers/rtc/rtc-wm83*.c
11798 F:      drivers/regulator/wm8*.c
11799 F:      drivers/video/backlight/wm83*_bl.c
11800 F:      drivers/watchdog/wm83*_wdt.c
11801 F:      include/linux/mfd/arizona/
11802 F:      include/linux/mfd/wm831x/
11803 F:      include/linux/mfd/wm8350/
11804 F:      include/linux/mfd/wm8400*
11805 F:      include/linux/wm97xx.h
11806 F:      include/sound/wm????.h
11807 F:      sound/soc/codecs/arizona.?
11808 F:      sound/soc/codecs/wm*
11809
11810 WORKQUEUE
11811 M:      Tejun Heo <tj@kernel.org>
11812 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11814 S:      Maintained
11815 F:      include/linux/workqueue.h
11816 F:      kernel/workqueue.c
11817 F:      Documentation/workqueue.txt
11818
11819 X.25 NETWORK LAYER
11820 M:      Andrew Hendry <andrew.hendry@gmail.com>
11821 L:      linux-x25@vger.kernel.org
11822 S:      Odd Fixes
11823 F:      Documentation/networking/x25*
11824 F:      include/net/x25*
11825 F:      net/x25/
11826
11827 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11828 M:      Thomas Gleixner <tglx@linutronix.de>
11829 M:      Ingo Molnar <mingo@redhat.com>
11830 M:      "H. Peter Anvin" <hpa@zytor.com>
11831 M:      x86@kernel.org
11832 L:      linux-kernel@vger.kernel.org
11833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11834 S:      Maintained
11835 F:      Documentation/x86/
11836 F:      arch/x86/
11837
11838 X86 PLATFORM DRIVERS
11839 M:      Darren Hart <dvhart@infradead.org>
11840 L:      platform-driver-x86@vger.kernel.org
11841 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11842 S:      Maintained
11843 F:      drivers/platform/x86/
11844 F:      drivers/platform/olpc/
11845
11846 X86 MCE INFRASTRUCTURE
11847 M:      Tony Luck <tony.luck@intel.com>
11848 M:      Borislav Petkov <bp@alien8.de>
11849 L:      linux-edac@vger.kernel.org
11850 S:      Maintained
11851 F:      arch/x86/kernel/cpu/mcheck/*
11852
11853 X86 MICROCODE UPDATE SUPPORT
11854 M:      Borislav Petkov <bp@alien8.de>
11855 S:      Maintained
11856 F:      arch/x86/kernel/cpu/microcode/*
11857
11858 X86 VDSO
11859 M:      Andy Lutomirski <luto@amacapital.net>
11860 L:      linux-kernel@vger.kernel.org
11861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11862 S:      Maintained
11863 F:      arch/x86/entry/vdso/
11864
11865 XC2028/3028 TUNER DRIVER
11866 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11867 L:      linux-media@vger.kernel.org
11868 W:      http://linuxtv.org
11869 T:      git git://linuxtv.org/media_tree.git
11870 S:      Maintained
11871 F:      drivers/media/tuners/tuner-xc2028.*
11872
11873 XEN HYPERVISOR INTERFACE
11874 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11875 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11876 M:      David Vrabel <david.vrabel@citrix.com>
11877 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11879 S:      Supported
11880 F:      arch/x86/xen/
11881 F:      drivers/*/xen-*front.c
11882 F:      drivers/xen/
11883 F:      arch/x86/include/asm/xen/
11884 F:      include/xen/
11885 F:      include/uapi/xen/
11886
11887 XEN HYPERVISOR ARM
11888 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11889 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11890 S:      Supported
11891 F:      arch/arm/xen/
11892 F:      arch/arm/include/asm/xen/
11893
11894 XEN HYPERVISOR ARM64
11895 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11896 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11897 S:      Supported
11898 F:      arch/arm64/xen/
11899 F:      arch/arm64/include/asm/xen/
11900
11901 XEN NETWORK BACKEND DRIVER
11902 M:      Ian Campbell <ian.campbell@citrix.com>
11903 M:      Wei Liu <wei.liu2@citrix.com>
11904 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11905 L:      netdev@vger.kernel.org
11906 S:      Supported
11907 F:      drivers/net/xen-netback/*
11908
11909 XEN PCI SUBSYSTEM
11910 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11911 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11912 S:      Supported
11913 F:      arch/x86/pci/*xen*
11914 F:      drivers/pci/*xen*
11915
11916 XEN BLOCK SUBSYSTEM
11917 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11918 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11919 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11920 S:      Supported
11921 F:      drivers/block/xen-blkback/*
11922 F:      drivers/block/xen*
11923
11924 XEN PVSCSI DRIVERS
11925 M:      Juergen Gross <jgross@suse.com>
11926 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11927 L:      linux-scsi@vger.kernel.org
11928 S:      Supported
11929 F:      drivers/scsi/xen-scsifront.c
11930 F:      drivers/xen/xen-scsiback.c
11931 F:      include/xen/interface/io/vscsiif.h
11932
11933 XEN SWIOTLB SUBSYSTEM
11934 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11935 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11936 S:      Supported
11937 F:      arch/x86/xen/*swiotlb*
11938 F:      drivers/xen/*swiotlb*
11939
11940 XFS FILESYSTEM
11941 P:      Silicon Graphics Inc
11942 M:      Dave Chinner <david@fromorbit.com>
11943 M:      xfs@oss.sgi.com
11944 L:      xfs@oss.sgi.com
11945 W:      http://oss.sgi.com/projects/xfs
11946 T:      git git://oss.sgi.com/xfs/xfs.git
11947 S:      Supported
11948 F:      Documentation/filesystems/xfs.txt
11949 F:      fs/xfs/
11950
11951 XILINX AXI ETHERNET DRIVER
11952 M:      Anirudha Sarangi <anirudh@xilinx.com>
11953 M:      John Linn <John.Linn@xilinx.com>
11954 S:      Maintained
11955 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11956
11957 XILINX UARTLITE SERIAL DRIVER
11958 M:      Peter Korsgaard <jacmet@sunsite.dk>
11959 L:      linux-serial@vger.kernel.org
11960 S:      Maintained
11961 F:      drivers/tty/serial/uartlite.c
11962
11963 XILINX VIDEO IP CORES
11964 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11965 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11966 L:      linux-media@vger.kernel.org
11967 T:      git git://linuxtv.org/media_tree.git
11968 S:      Supported
11969 F:      Documentation/devicetree/bindings/media/xilinx/
11970 F:      drivers/media/platform/xilinx/
11971 F:      include/uapi/linux/xilinx-v4l2-controls.h
11972
11973 XILLYBUS DRIVER
11974 M:      Eli Billauer <eli.billauer@gmail.com>
11975 L:      linux-kernel@vger.kernel.org
11976 S:      Supported
11977 F:      drivers/char/xillybus/
11978
11979 XTENSA XTFPGA PLATFORM SUPPORT
11980 M:      Max Filippov <jcmvbkbc@gmail.com>
11981 L:      linux-xtensa@linux-xtensa.org
11982 S:      Maintained
11983 F:      drivers/spi/spi-xtensa-xtfpga.c
11984 F:      sound/soc/xtensa/xtfpga-i2s.c
11985
11986 YAM DRIVER FOR AX.25
11987 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11988 L:      linux-hams@vger.kernel.org
11989 S:      Maintained
11990 F:      drivers/net/hamradio/yam*
11991 F:      include/linux/yam.h
11992
11993 YEALINK PHONE DRIVER
11994 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11995 L:      usbb2k-api-dev@nongnu.org
11996 S:      Maintained
11997 F:      Documentation/input/yealink.txt
11998 F:      drivers/input/misc/yealink.*
11999
12000 Z8530 DRIVER FOR AX.25
12001 M:      Joerg Reuter <jreuter@yaina.de>
12002 W:      http://yaina.de/jreuter/
12003 W:      http://www.qsl.net/dl1bke/
12004 L:      linux-hams@vger.kernel.org
12005 S:      Maintained
12006 F:      Documentation/networking/z8530drv.txt
12007 F:      drivers/net/hamradio/*scc.c
12008 F:      drivers/net/hamradio/z8530.h
12009
12010 ZBUD COMPRESSED PAGE ALLOCATOR
12011 M:      Seth Jennings <sjennings@variantweb.net>
12012 L:      linux-mm@kvack.org
12013 S:      Maintained
12014 F:      mm/zbud.c
12015 F:      include/linux/zbud.h
12016
12017 ZD1211RW WIRELESS DRIVER
12018 M:      Daniel Drake <dsd@gentoo.org>
12019 M:      Ulrich Kunitz <kune@deine-taler.de>
12020 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12021 L:      linux-wireless@vger.kernel.org
12022 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12023 S:      Maintained
12024 F:      drivers/net/wireless/zd1211rw/
12025
12026 ZPOOL COMPRESSED PAGE STORAGE API
12027 M:      Dan Streetman <ddstreet@ieee.org>
12028 L:      linux-mm@kvack.org
12029 S:      Maintained
12030 F:      mm/zpool.c
12031 F:      include/linux/zpool.h
12032
12033 ZR36067 VIDEO FOR LINUX DRIVER
12034 L:      mjpeg-users@lists.sourceforge.net
12035 L:      linux-media@vger.kernel.org
12036 W:      http://mjpeg.sourceforge.net/driver-zoran/
12037 T:      hg http://linuxtv.org/hg/v4l-dvb
12038 S:      Odd Fixes
12039 F:      drivers/media/pci/zoran/
12040
12041 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12042 M:      Minchan Kim <minchan@kernel.org>
12043 M:      Nitin Gupta <ngupta@vflare.org>
12044 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12045 L:      linux-kernel@vger.kernel.org
12046 S:      Maintained
12047 F:      drivers/block/zram/
12048 F:      Documentation/blockdev/zram.txt
12049
12050 ZS DECSTATION Z85C30 SERIAL DRIVER
12051 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12052 S:      Maintained
12053 F:      drivers/tty/serial/zs.*
12054
12055 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12056 M:      Minchan Kim <minchan@kernel.org>
12057 M:      Nitin Gupta <ngupta@vflare.org>
12058 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12059 L:      linux-mm@kvack.org
12060 S:      Maintained
12061 F:      mm/zsmalloc.c
12062 F:      include/linux/zsmalloc.h
12063 F:      Documentation/vm/zsmalloc.txt
12064
12065 ZSWAP COMPRESSED SWAP CACHING
12066 M:      Seth Jennings <sjennings@variantweb.net>
12067 L:      linux-mm@kvack.org
12068 S:      Maintained
12069 F:      mm/zswap.c
12070
12071 THE REST
12072 M:      Linus Torvalds <torvalds@linux-foundation.org>
12073 L:      linux-kernel@vger.kernel.org
12074 Q:      http://patchwork.kernel.org/project/LKML/list/
12075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12076 S:      Buried alive in reporters
12077 F:      *
12078 F:      */