Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 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/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:      lm-sensors@lm-sensors.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:      lm-sensors@lm-sensors.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:      lm-sensors@lm-sensors.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:      lm-sensors@lm-sensors.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:      lm-sensors@lm-sensors.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 DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARCNET NETWORK LAYER
812 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L:      netdev@vger.kernel.org
814 S:      Maintained
815 F:      drivers/net/arcnet/
816 F:      include/uapi/linux/if_arcnet.h
817
818 ARM MFM AND FLOPPY DRIVERS
819 M:      Ian Molton <spyro@f2s.com>
820 S:      Maintained
821 F:      arch/arm/lib/floppydma.S
822 F:      arch/arm/include/asm/floppy.h
823
824 ARM PMU PROFILING AND DEBUGGING
825 M:      Will Deacon <will.deacon@arm.com>
826 R:      Mark Rutland <mark.rutland@arm.com>
827 S:      Maintained
828 F:      arch/arm*/kernel/perf_*
829 F:      arch/arm/oprofile/common.c
830 F:      arch/arm*/kernel/hw_breakpoint.c
831 F:      arch/arm*/include/asm/hw_breakpoint.h
832 F:      arch/arm*/include/asm/perf_event.h
833 F:      drivers/perf/arm_pmu.c
834 F:      include/linux/perf/arm_pmu.h
835
836 ARM PORT
837 M:      Russell King <linux@arm.linux.org.uk>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 W:      http://www.arm.linux.org.uk/
840 S:      Maintained
841 F:      arch/arm/
842
843 ARM SUB-ARCHITECTURES
844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845 S:      Maintained
846 F:      arch/arm/mach-*/
847 F:      arch/arm/plat-*/
848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
849
850 ARM PRIMECELL AACI PL041 DRIVER
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      sound/arm/aaci.*
854
855 ARM PRIMECELL CLCD PL110 DRIVER
856 M:      Russell King <linux@arm.linux.org.uk>
857 S:      Maintained
858 F:      drivers/video/fbdev/amba-clcd.*
859
860 ARM PRIMECELL KMI PL050 DRIVER
861 M:      Russell King <linux@arm.linux.org.uk>
862 S:      Maintained
863 F:      drivers/input/serio/ambakmi.*
864 F:      include/linux/amba/kmi.h
865
866 ARM PRIMECELL MMCI PL180/1 DRIVER
867 M:      Russell King <linux@arm.linux.org.uk>
868 S:      Maintained
869 F:      drivers/mmc/host/mmci.*
870 F:      include/linux/amba/mmci.h
871
872 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
873 M:      Russell King <linux@arm.linux.org.uk>
874 S:      Maintained
875 F:      drivers/tty/serial/amba-pl01*.c
876 F:      include/linux/amba/serial.h
877
878 ARM PRIMECELL BUS SUPPORT
879 M:      Russell King <linux@arm.linux.org.uk>
880 S:      Maintained
881 F:      drivers/amba/
882 F:      include/linux/amba/bus.h
883
884 ARM/ADS SPHERE MACHINE SUPPORT
885 M:      Lennert Buytenhek <kernel@wantstofly.org>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 S:      Maintained
888
889 ARM/AFEB9260 MACHINE SUPPORT
890 M:      Sergey Lapin <slapin@ossfans.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893
894 ARM/AJECO 1ARM MACHINE SUPPORT
895 M:      Lennert Buytenhek <kernel@wantstofly.org>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S:      Maintained
898
899 ARM/Allwinner sunXi SoC support
900 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
901 M:      Chen-Yu Tsai <wens@csie.org>
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S:      Maintained
904 N:      sun[x456789]i
905
906 ARM/Allwinner SoC Clock Support
907 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
908 S:      Maintained
909 F:      drivers/clk/sunxi/
910
911 ARM/Amlogic MesonX SoC support
912 M:      Carlo Caione <carlo@caione.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915 F:      drivers/media/rc/meson-ir.c
916 N:      meson[x68]
917
918 ARM/Annapurna Labs ALPINE ARCHITECTURE
919 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
920 S:      Maintained
921 F:      arch/arm/mach-alpine/
922
923 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
925 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
926 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 W:      http://www.linux4sam.org
929 S:      Supported
930 F:      arch/arm/mach-at91/
931 F:      include/soc/at91/
932 F:      arch/arm/boot/dts/at91*.dts
933 F:      arch/arm/boot/dts/at91*.dtsi
934 F:      arch/arm/boot/dts/sama*.dts
935 F:      arch/arm/boot/dts/sama*.dtsi
936 F:      arch/arm/include/debug/at91.S
937
938 ARM/ATMEL AT91 Clock Support
939 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
940 S:      Maintained
941 F:      drivers/clk/at91
942
943 ARM/CALXEDA HIGHBANK ARCHITECTURE
944 M:      Rob Herring <robh@kernel.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      arch/arm/mach-highbank/
948
949 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
950 M:      Krzysztof Halasa <khalasa@piap.pl>
951 S:      Maintained
952 F:      arch/arm/mach-cns3xxx/
953
954 ARM/CAVIUM THUNDER NETWORK DRIVER
955 M:      Sunil Goutham <sgoutham@cavium.com>
956 M:      Robert Richter <rric@kernel.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Supported
959 F:      drivers/net/ethernet/cavium/thunder/
960
961 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
962 M:      Alexander Shiyan <shc_work@mail.ru>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Odd Fixes
965 N:      clps711x
966
967 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
968 M:      Hartley Sweeten <hsweeten@visionengravers.com>
969 M:      Ryan Mallon <rmallon@gmail.com>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S:      Maintained
972 F:      arch/arm/mach-ep93xx/
973 F:      arch/arm/mach-ep93xx/include/mach/
974
975 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
976 M:      Lennert Buytenhek <kernel@wantstofly.org>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S:      Maintained
979
980 ARM/CLKDEV SUPPORT
981 M:      Russell King <linux@arm.linux.org.uk>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984 F:      arch/arm/include/asm/clkdev.h
985 F:      drivers/clk/clkdev.c
986
987 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
988 M:      Mike Rapoport <mike@compulab.co.il>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 S:      Maintained
991
992 ARM/CONTEC MICRO9 MACHINE SUPPORT
993 M:      Hubert Feurstein <hubert.feurstein@contec.at>
994 S:      Maintained
995 F:      arch/arm/mach-ep93xx/micro9.c
996
997 ARM/CORESIGHT FRAMEWORK AND DRIVERS
998 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      drivers/hwtracing/coresight/*
1002 F:      Documentation/trace/coresight.txt
1003 F:      Documentation/devicetree/bindings/arm/coresight.txt
1004 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1005
1006 ARM/CORGI MACHINE SUPPORT
1007 M:      Richard Purdie <rpurdie@rpsys.net>
1008 S:      Maintained
1009
1010 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1011 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 T:      git git://github.com/ulli-kroll/linux.git
1014 S:      Maintained
1015 F:      arch/arm/mach-gemini/
1016 F:      drivers/rtc/rtc-gemini.c
1017
1018 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1019 M:      Barry Song <baohua@kernel.org>
1020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1022 S:      Maintained
1023 F:      arch/arm/mach-prima2/
1024 F:      drivers/clk/sirf/
1025 F:      drivers/clocksource/timer-prima2.c
1026 F:      drivers/clocksource/timer-atlas7.c
1027 N:      [^a-z]sirf
1028
1029 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1030 M:      Baruch Siach <baruch@tkos.co.il>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033 F:      arch/arm/boot/dts/cx92755*
1034 N:      digicolor
1035
1036 ARM/EBSA110 MACHINE SUPPORT
1037 M:      Russell King <linux@arm.linux.org.uk>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W:      http://www.arm.linux.org.uk/
1040 S:      Maintained
1041 F:      arch/arm/mach-ebsa110/
1042 F:      drivers/net/ethernet/amd/am79c961a.*
1043
1044 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1045 M:      Uwe Kleine-König <kernel@pengutronix.de>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 N:      efm32
1049
1050 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1051 M:      Daniel Ribeiro <drwyrm@gmail.com>
1052 M:      Stefan Schmidt <stefan@openezx.org>
1053 M:      Harald Welte <laforge@openezx.org>
1054 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1055 W:      http://www.openezx.org/
1056 S:      Maintained
1057 T:      topgit git://git.openezx.org/openezx.git
1058 F:      arch/arm/mach-pxa/ezx.c
1059
1060 ARM/FARADAY FA526 PORT
1061 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Maintained
1064 T:      git git://git.berlios.de/gemini-board
1065 F:      arch/arm/mm/*-fa*
1066
1067 ARM/FOOTBRIDGE ARCHITECTURE
1068 M:      Russell King <linux@arm.linux.org.uk>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 W:      http://www.arm.linux.org.uk/
1071 S:      Maintained
1072 F:      arch/arm/include/asm/hardware/dec21285.h
1073 F:      arch/arm/mach-footbridge/
1074
1075 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1076 M:      Shawn Guo <shawnguo@kernel.org>
1077 M:      Sascha Hauer <kernel@pengutronix.de>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1081 F:      arch/arm/mach-imx/
1082 F:      arch/arm/mach-mxs/
1083 F:      arch/arm/boot/dts/imx*
1084 F:      arch/arm/configs/imx*_defconfig
1085 F:      drivers/clk/imx/
1086 F:      include/soc/imx/
1087
1088 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1089 M:      Shawn Guo <shawnguo@kernel.org>
1090 M:      Sascha Hauer <kernel@pengutronix.de>
1091 R:      Stefan Agner <stefan@agner.ch>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1095 F:      arch/arm/mach-imx/*vf610*
1096 F:      arch/arm/boot/dts/vf*
1097
1098 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102
1103 ARM/GUMSTIX MACHINE SUPPORT
1104 M:      Steve Sakoman <sakoman@gmail.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107
1108 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1109 M:      Philipp Zabel <philipp.zabel@gmail.com>
1110 M:      Paul Parsons <lost.distance@yahoo.com>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Maintained
1113 F:      arch/arm/mach-pxa/hx4700.c
1114 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1115 F:      sound/soc/pxa/hx4700.c
1116
1117 ARM/HISILICON SOC SUPPORT
1118 M:      Wei Xu <xuwei5@hisilicon.com>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 W:      http://www.hisilicon.com
1121 S:      Supported
1122 T:      git git://github.com/hisilicon/linux-hisi.git
1123 F:      arch/arm/mach-hisi/
1124
1125 ARM/HP JORNADA 7XX MACHINE SUPPORT
1126 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1127 W:      www.jlime.com
1128 S:      Maintained
1129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1130 F:      arch/arm/mach-sa1100/jornada720.c
1131 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1132
1133 ARM/IGEP MACHINE SUPPORT
1134 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1135 M:      Javier Martinez Canillas <javier@dowhile0.org>
1136 L:      linux-omap@vger.kernel.org
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 F:      arch/arm/boot/dts/omap3-igep*
1140
1141 ARM/INCOME PXA270 SUPPORT
1142 M:      Marek Vasut <marek.vasut@gmail.com>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1146
1147 ARM/INTEL IOP32X ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IOP33X ARM ARCHITECTURE
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Orphan
1155
1156 ARM/INTEL IOP13XX ARM ARCHITECTURE
1157 M:      Lennert Buytenhek <kernel@wantstofly.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160
1161 ARM/INTEL IQ81342EX MACHINE SUPPORT
1162 M:      Lennert Buytenhek <kernel@wantstofly.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/INTEL IXDP2850 MACHINE SUPPORT
1167 M:      Lennert Buytenhek <kernel@wantstofly.org>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170
1171 ARM/INTEL IXP4XX ARM ARCHITECTURE
1172 M:      Imre Kaloz <kaloz@openwrt.org>
1173 M:      Krzysztof Halasa <khalasa@piap.pl>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176 F:      arch/arm/mach-ixp4xx/
1177
1178 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1179 M:      Jonathan Cameron <jic23@cam.ac.uk>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      arch/arm/mach-pxa/stargate2.c
1183 F:      drivers/pcmcia/pxa2xx_stargate2.c
1184
1185 ARM/INTEL XSC3 (MANZANO) ARM CORE
1186 M:      Lennert Buytenhek <kernel@wantstofly.org>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189
1190 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1191 M:      Lennert Buytenhek <kernel@wantstofly.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1196 M:      Santosh Shilimkar <ssantosh@kernel.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199 F:      arch/arm/mach-keystone/
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1201
1202 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1203 M:      Santosh Shilimkar <ssantosh@kernel.org>
1204 L:      linux-kernel@vger.kernel.org
1205 S:      Maintained
1206 F:      drivers/clk/keystone/
1207
1208 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1209 M:      Santosh Shilimkar <ssantosh@kernel.org>
1210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 L:      linux-kernel@vger.kernel.org
1212 S:      Maintained
1213 F:      drivers/clocksource/timer-keystone.c
1214
1215 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1216 M:      Santosh Shilimkar <ssantosh@kernel.org>
1217 L:      linux-kernel@vger.kernel.org
1218 S:      Maintained
1219 F:      drivers/power/reset/keystone-reset.c
1220
1221 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1222 M:      Santosh Shilimkar <ssantosh@kernel.org>
1223 L:      linux-kernel@vger.kernel.org
1224 S:      Maintained
1225 F:      drivers/memory/*emif*
1226
1227 ARM/LOGICPD PXA270 MACHINE SUPPORT
1228 M:      Lennert Buytenhek <kernel@wantstofly.org>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231
1232 ARM/LPC18XX ARCHITECTURE
1233 M:      Joachim Eastwood <manabian@gmail.com>
1234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S:      Maintained
1236 N:      lpc18xx
1237
1238 ARM/MAGICIAN MACHINE SUPPORT
1239 M:      Philipp Zabel <philipp.zabel@gmail.com>
1240 S:      Maintained
1241
1242 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1243 M:      Jason Cooper <jason@lakedaemon.net>
1244 M:      Andrew Lunn <andrew@lunn.ch>
1245 M:      Gregory Clement <gregory.clement@free-electrons.com>
1246 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249 F:      arch/arm/mach-mvebu/
1250 F:      drivers/rtc/rtc-armada38x.c
1251 F:      arch/arm/boot/dts/armada*
1252 F:      arch/arm/boot/dts/kirkwood*
1253
1254
1255 ARM/Marvell Berlin SoC support
1256 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259 F:      arch/arm/mach-berlin/
1260 F:      arch/arm/boot/dts/berlin*
1261
1262
1263 ARM/Marvell Dove/MV78xx0/Orion SOC support
1264 M:      Jason Cooper <jason@lakedaemon.net>
1265 M:      Andrew Lunn <andrew@lunn.ch>
1266 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1267 M:      Gregory Clement <gregory.clement@free-electrons.com>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/mach-dove/
1271 F:      arch/arm/mach-mv78xx0/
1272 F:      arch/arm/mach-orion5x/
1273 F:      arch/arm/plat-orion/
1274 F:      arch/arm/boot/dts/dove*
1275 F:      arch/arm/boot/dts/orion5x*
1276
1277
1278 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1279 M:      Alexander Clouter <alex@digriz.org.uk>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W:      http://www.digriz.org.uk/ts78xx/kernel
1282 S:      Maintained
1283 F:      arch/arm/mach-orion5x/ts78xx-*
1284
1285 ARM/Mediatek RTC DRIVER
1286 M:      Eddie Huang <eddie.huang@mediatek.com>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      drivers/rtc/rtc-mt6397.c
1291
1292 ARM/Mediatek SoC support
1293 M:      Matthias Brugger <matthias.bgg@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1296 S:      Maintained
1297 F:      arch/arm/boot/dts/mt6*
1298 F:      arch/arm/boot/dts/mt8*
1299 F:      arch/arm/mach-mediatek/
1300 N:      mtk
1301 K:      mediatek
1302
1303 ARM/Mediatek USB3 PHY DRIVER
1304 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1307 S:      Maintained
1308 F:      drivers/phy/phy-mt65xx-usb3.c
1309
1310 ARM/MICREL KS8695 ARCHITECTURE
1311 M:      Greg Ungerer <gerg@uclinux.org>
1312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 F:      arch/arm/mach-ks8695/
1314 S:      Odd Fixes
1315
1316 ARM/MIOA701 MACHINE SUPPORT
1317 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 F:      arch/arm/mach-pxa/mioa701.c
1320 S:      Maintained
1321
1322 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1323 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1324 S:      Maintained
1325
1326 ARM/NOMADIK ARCHITECTURE
1327 M:      Alessandro Rubini <rubini@unipv.it>
1328 M:      Linus Walleij <linus.walleij@linaro.org>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Maintained
1331 F:      arch/arm/mach-nomadik/
1332 F:      drivers/pinctrl/nomadik/
1333 F:      drivers/i2c/busses/i2c-nomadik.c
1334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1335
1336 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1337 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1338 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1339 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1340 S:      Supported
1341
1342 ARM/TOSA MACHINE SUPPORT
1343 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1344 M:      Dirk Opfer <dirk@opfer-online.de>
1345 S:      Maintained
1346
1347 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1348 M:      Marek Vasut <marek.vasut@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1353 F:      arch/arm/mach-pxa/palmtx.c
1354 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1355 F:      arch/arm/mach-pxa/palmt5.c
1356 F:      arch/arm/mach-pxa/include/mach/palmld.h
1357 F:      arch/arm/mach-pxa/palmld.c
1358 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1359 F:      arch/arm/mach-pxa/palmte2.c
1360 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1361 F:      arch/arm/mach-pxa/palmtc.c
1362
1363 ARM/PALM TREO SUPPORT
1364 M:      Tomas Cech <sleep_walker@suse.com>
1365 L:      linux-arm-kernel@lists.infradead.org
1366 W:      http://hackndev.com
1367 S:      Maintained
1368 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1369 F:      arch/arm/mach-pxa/palmtreo.c
1370
1371 ARM/PALMZ72 SUPPORT
1372 M:      Sergey Lapin <slapin@ossfans.org>
1373 L:      linux-arm-kernel@lists.infradead.org
1374 W:      http://hackndev.com
1375 S:      Maintained
1376 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1377 F:      arch/arm/mach-pxa/palmz72.c
1378
1379 ARM/PLEB SUPPORT
1380 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1381 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1382 S:      Maintained
1383
1384 ARM/PT DIGITAL BOARD PORT
1385 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 W:      http://www.arm.linux.org.uk/
1388 S:      Maintained
1389
1390 ARM/QUALCOMM SUPPORT
1391 M:      Kumar Gala <galak@codeaurora.org>
1392 M:      Andy Gross <agross@codeaurora.org>
1393 M:      David Brown <davidb@codeaurora.org>
1394 L:      linux-arm-msm@vger.kernel.org
1395 L:      linux-soc@vger.kernel.org
1396 S:      Maintained
1397 F:      arch/arm/mach-qcom/
1398 F:      drivers/soc/qcom/
1399 F:      drivers/tty/serial/msm_serial.h
1400 F:      drivers/tty/serial/msm_serial.c
1401 F:      drivers/*/pm8???-*
1402 F:      drivers/mfd/ssbi.c
1403 F:      drivers/firmware/qcom_scm.c
1404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1405
1406 ARM/RADISYS ENP2611 MACHINE SUPPORT
1407 M:      Lennert Buytenhek <kernel@wantstofly.org>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 S:      Maintained
1410
1411 ARM/RISCPC ARCHITECTURE
1412 M:      Russell King <linux@arm.linux.org.uk>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 W:      http://www.arm.linux.org.uk/
1415 S:      Maintained
1416 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1417 F:      arch/arm/include/asm/hardware/ioc.h
1418 F:      arch/arm/include/asm/hardware/iomd.h
1419 F:      arch/arm/include/asm/hardware/memc.h
1420 F:      arch/arm/mach-rpc/
1421 F:      drivers/net/ethernet/8390/etherh.c
1422 F:      drivers/net/ethernet/i825xx/ether1*
1423 F:      drivers/net/ethernet/seeq/ether3*
1424 F:      drivers/scsi/arm/
1425
1426 ARM/Rockchip SoC support
1427 M:      Heiko Stuebner <heiko@sntech.de>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L:      linux-rockchip@lists.infradead.org
1430 S:      Maintained
1431 F:      arch/arm/boot/dts/rk3*
1432 F:      arch/arm/mach-rockchip/
1433 F:      drivers/clk/rockchip/
1434 F:      drivers/i2c/busses/i2c-rk3x.c
1435 F:      drivers/*/*rockchip*
1436 F:      drivers/*/*/*rockchip*
1437 F:      sound/soc/rockchip/
1438 N:      rockchip
1439
1440 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1441 M:      Kukjin Kim <kgene@kernel.org>
1442 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1445 S:      Maintained
1446 F:      arch/arm/boot/dts/s3c*
1447 F:      arch/arm/boot/dts/exynos*
1448 F:      arch/arm64/boot/dts/exynos/
1449 F:      arch/arm/plat-samsung/
1450 F:      arch/arm/mach-s3c24*/
1451 F:      arch/arm/mach-s3c64xx/
1452 F:      arch/arm/mach-s5p*/
1453 F:      arch/arm/mach-exynos*/
1454 F:      drivers/*/*s3c2410*
1455 F:      drivers/*/*/*s3c2410*
1456 F:      drivers/spi/spi-s3c*
1457 F:      sound/soc/samsung/*
1458 N:      exynos
1459
1460 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1461 M:      Kyungmin Park <kyungmin.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 S:      Maintained
1464 F:      arch/arm/mach-s5pv210/
1465
1466 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1467 M:      Kyungmin Park <kyungmin.park@samsung.com>
1468 M:      Kamil Debski <k.debski@samsung.com>
1469 L:      linux-arm-kernel@lists.infradead.org
1470 L:      linux-media@vger.kernel.org
1471 S:      Maintained
1472 F:      drivers/media/platform/s5p-g2d/
1473
1474 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1475 M:      Kyungmin Park <kyungmin.park@samsung.com>
1476 M:      Kamil Debski <k.debski@samsung.com>
1477 M:      Jeongtae Park <jtp.park@samsung.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 L:      linux-media@vger.kernel.org
1480 S:      Maintained
1481 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1482 F:      drivers/media/platform/s5p-mfc/
1483
1484 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1485 M:      Kyungmin Park <kyungmin.park@samsung.com>
1486 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 L:      linux-media@vger.kernel.org
1489 S:      Maintained
1490 F:      drivers/media/platform/s5p-tv/
1491
1492 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1493 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1494 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1495 L:      linux-arm-kernel@lists.infradead.org
1496 L:      linux-media@vger.kernel.org
1497 S:      Maintained
1498 F:      drivers/media/platform/s5p-jpeg/
1499
1500 ARM/SHMOBILE ARM ARCHITECTURE
1501 M:      Simon Horman <horms@verge.net.au>
1502 M:      Magnus Damm <magnus.damm@gmail.com>
1503 L:      linux-sh@vger.kernel.org
1504 W:      http://oss.renesas.com
1505 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1507 S:      Supported
1508 F:      arch/arm/boot/dts/emev2*
1509 F:      arch/arm/boot/dts/r7s*
1510 F:      arch/arm/boot/dts/r8a*
1511 F:      arch/arm/boot/dts/sh*
1512 F:      arch/arm/configs/bockw_defconfig
1513 F:      arch/arm/configs/marzen_defconfig
1514 F:      arch/arm/configs/shmobile_defconfig
1515 F:      arch/arm/include/debug/renesas-scif.S
1516 F:      arch/arm/mach-shmobile/
1517 F:      drivers/sh/
1518
1519 ARM/SOCFPGA ARCHITECTURE
1520 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1521 S:      Maintained
1522 F:      arch/arm/mach-socfpga/
1523 F:      arch/arm/boot/dts/socfpga*
1524 F:      arch/arm/configs/socfpga_defconfig
1525 W:      http://www.rocketboards.org
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1527
1528 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1529 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1530 S:      Maintained
1531 F:      drivers/clk/socfpga/
1532
1533 ARM/SOCFPGA EDAC SUPPORT
1534 M:      Thor Thayer <tthayer@opensource.altera.com>
1535 S:      Maintained
1536 F:      drivers/edac/altera_edac.
1537
1538 ARM/STI ARCHITECTURE
1539 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1540 M:      Maxime Coquelin <maxime.coquelin@st.com>
1541 M:      Patrice Chotard <patrice.chotard@st.com>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 L:      kernel@stlinux.com
1544 W:      http://www.stlinux.com
1545 S:      Maintained
1546 F:      arch/arm/mach-sti/
1547 F:      arch/arm/boot/dts/sti*
1548 F:      drivers/char/hw_random/st-rng.c
1549 F:      drivers/clocksource/arm_global_timer.c
1550 F:      drivers/clocksource/clksrc_st_lpc.c
1551 F:      drivers/i2c/busses/i2c-st.c
1552 F:      drivers/media/rc/st_rc.c
1553 F:      drivers/media/platform/sti/c8sectpfe/
1554 F:      drivers/mmc/host/sdhci-st.c
1555 F:      drivers/phy/phy-miphy28lp.c
1556 F:      drivers/phy/phy-miphy365x.c
1557 F:      drivers/phy/phy-stih407-usb.c
1558 F:      drivers/phy/phy-stih41x-usb.c
1559 F:      drivers/pinctrl/pinctrl-st.c
1560 F:      drivers/reset/sti/
1561 F:      drivers/rtc/rtc-st-lpc.c
1562 F:      drivers/tty/serial/st-asc.c
1563 F:      drivers/usb/dwc3/dwc3-st.c
1564 F:      drivers/usb/host/ehci-st.c
1565 F:      drivers/usb/host/ohci-st.c
1566 F:      drivers/watchdog/st_lpc_wdt.c
1567 F:      drivers/ata/ahci_st.c
1568
1569 ARM/STM32 ARCHITECTURE
1570 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S:      Maintained
1573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1574 N:      stm32
1575 F:      drivers/clocksource/armv7m_systick.c
1576
1577 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1578 M:      Lennert Buytenhek <kernel@wantstofly.org>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 S:      Maintained
1581
1582 ARM/TETON BGA MACHINE SUPPORT
1583 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1584 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 S:      Maintained
1586
1587 ARM/THECUS N2100 MACHINE SUPPORT
1588 M:      Lennert Buytenhek <kernel@wantstofly.org>
1589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1590 S:      Maintained
1591
1592 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1593 M:      Wan ZongShun <mcuos.com@gmail.com>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 W:      http://www.mcuos.com
1596 S:      Maintained
1597 F:      arch/arm/mach-w90x900/
1598 F:      drivers/input/keyboard/w90p910_keypad.c
1599 F:      drivers/input/touchscreen/w90p910_ts.c
1600 F:      drivers/watchdog/nuc900_wdt.c
1601 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1602 F:      drivers/mtd/nand/nuc900_nand.c
1603 F:      drivers/rtc/rtc-nuc900.c
1604 F:      drivers/spi/spi-nuc900.c
1605 F:      drivers/usb/host/ehci-w90x900.c
1606 F:      drivers/video/fbdev/nuc900fb.c
1607
1608 ARM/U300 MACHINE SUPPORT
1609 M:      Linus Walleij <linus.walleij@linaro.org>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Supported
1612 F:      arch/arm/mach-u300/
1613 F:      drivers/clocksource/timer-u300.c
1614 F:      drivers/i2c/busses/i2c-stu300.c
1615 F:      drivers/rtc/rtc-coh901331.c
1616 F:      drivers/watchdog/coh901327_wdt.c
1617 F:      drivers/dma/coh901318*
1618 F:      drivers/mfd/ab3100*
1619 F:      drivers/rtc/rtc-ab3100.c
1620 F:      drivers/rtc/rtc-coh901331.c
1621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1622
1623 ARM/UNIPHIER ARCHITECTURE
1624 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1626 S:      Maintained
1627 F:      arch/arm/boot/dts/uniphier*
1628 F:      arch/arm/mach-uniphier/
1629 F:      drivers/pinctrl/uniphier/
1630 F:      drivers/tty/serial/8250/8250_uniphier.c
1631 N:      uniphier
1632
1633 ARM/Ux500 ARM ARCHITECTURE
1634 M:      Linus Walleij <linus.walleij@linaro.org>
1635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 S:      Maintained
1637 F:      arch/arm/mach-ux500/
1638 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1639 F:      drivers/dma/ste_dma40*
1640 F:      drivers/hwspinlock/u8500_hsem.c
1641 F:      drivers/mfd/abx500*
1642 F:      drivers/mfd/ab8500*
1643 F:      drivers/mfd/dbx500*
1644 F:      drivers/mfd/db8500*
1645 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1646 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1647 F:      drivers/rtc/rtc-ab8500.c
1648 F:      drivers/rtc/rtc-pl031.c
1649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1650
1651 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1652 M:      Ulf Hansson <ulf.hansson@linaro.org>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 T:      git git://git.linaro.org/people/ulfh/clk.git
1655 S:      Maintained
1656 F:      drivers/clk/ux500/
1657 F:      include/linux/platform_data/clk-ux500.h
1658
1659 ARM/VERSATILE EXPRESS PLATFORM
1660 M:      Liviu Dudau <liviu.dudau@arm.com>
1661 M:      Sudeep Holla <sudeep.holla@arm.com>
1662 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm/boot/dts/vexpress*
1666 F:      arch/arm64/boot/dts/arm/vexpress*
1667 F:      arch/arm/mach-vexpress/
1668 F:      */*/vexpress*
1669 F:      */*/*/vexpress*
1670 F:      drivers/clk/versatile/clk-vexpress-osc.c
1671 F:      drivers/clocksource/versatile.c
1672
1673 ARM/VFP SUPPORT
1674 M:      Russell King <linux@arm.linux.org.uk>
1675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 W:      http://www.arm.linux.org.uk/
1677 S:      Maintained
1678 F:      arch/arm/vfp/
1679
1680 ARM/VOIPAC PXA270 SUPPORT
1681 M:      Marek Vasut <marek.vasut@gmail.com>
1682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683 S:      Maintained
1684 F:      arch/arm/mach-pxa/vpac270.c
1685 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1686
1687 ARM/VT8500 ARM ARCHITECTURE
1688 M:      Tony Prisk <linux@prisktech.co.nz>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 S:      Maintained
1691 F:      arch/arm/mach-vt8500/
1692 F:      drivers/clocksource/vt8500_timer.c
1693 F:      drivers/i2c/busses/i2c-wmt.c
1694 F:      drivers/mmc/host/wmt-sdmmc.c
1695 F:      drivers/pwm/pwm-vt8500.c
1696 F:      drivers/rtc/rtc-vt8500.c
1697 F:      drivers/tty/serial/vt8500_serial.c
1698 F:      drivers/usb/host/ehci-platform.c
1699 F:      drivers/usb/host/uhci-platform.c
1700 F:      drivers/video/fbdev/vt8500lcdfb.*
1701 F:      drivers/video/fbdev/wm8505fb*
1702 F:      drivers/video/fbdev/wmt_ge_rops.*
1703
1704 ARM/ZIPIT Z2 SUPPORT
1705 M:      Marek Vasut <marek.vasut@gmail.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 S:      Maintained
1708 F:      arch/arm/mach-pxa/z2.c
1709 F:      arch/arm/mach-pxa/include/mach/z2.h
1710
1711 ARM/ZTE ARCHITECTURE
1712 M:      Jun Nie <jun.nie@linaro.org>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715 F:      arch/arm/mach-zx/
1716 F:      drivers/clk/zte/
1717 F:      Documentation/devicetree/bindings/arm/zte.txt
1718 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1719
1720 ARM/ZYNQ ARCHITECTURE
1721 M:      Michal Simek <michal.simek@xilinx.com>
1722 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 W:      http://wiki.xilinx.com
1725 T:      git https://github.com/Xilinx/linux-xlnx.git
1726 S:      Supported
1727 F:      arch/arm/mach-zynq/
1728 F:      drivers/cpuidle/cpuidle-zynq.c
1729 F:      drivers/block/xsysace.c
1730 N:      zynq
1731 N:      xilinx
1732 F:      drivers/clocksource/cadence_ttc_timer.c
1733 F:      drivers/i2c/busses/i2c-cadence.c
1734 F:      drivers/mmc/host/sdhci-of-arasan.c
1735 F:      drivers/edac/synopsys_edac.c
1736
1737 ARM SMMU DRIVERS
1738 M:      Will Deacon <will.deacon@arm.com>
1739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1740 S:      Maintained
1741 F:      drivers/iommu/arm-smmu.c
1742 F:      drivers/iommu/arm-smmu-v3.c
1743 F:      drivers/iommu/io-pgtable-arm.c
1744
1745 ARM64 PORT (AARCH64 ARCHITECTURE)
1746 M:      Catalin Marinas <catalin.marinas@arm.com>
1747 M:      Will Deacon <will.deacon@arm.com>
1748 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 S:      Maintained
1750 F:      arch/arm64/
1751 F:      Documentation/arm64/
1752
1753 AS3645A LED FLASH CONTROLLER DRIVER
1754 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1755 L:      linux-media@vger.kernel.org
1756 T:      git git://linuxtv.org/media_tree.git
1757 S:      Maintained
1758 F:      drivers/media/i2c/as3645a.c
1759 F:      include/media/as3645a.h
1760
1761 ASC7621 HARDWARE MONITOR DRIVER
1762 M:      George Joseph <george.joseph@fairview5.com>
1763 L:      lm-sensors@lm-sensors.org
1764 S:      Maintained
1765 F:      Documentation/hwmon/asc7621
1766 F:      drivers/hwmon/asc7621.c
1767
1768 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1769 M:      Corentin Chary <corentin.chary@gmail.com>
1770 L:      acpi4asus-user@lists.sourceforge.net
1771 L:      platform-driver-x86@vger.kernel.org
1772 W:      http://acpi4asus.sf.net
1773 S:      Maintained
1774 F:      drivers/platform/x86/asus*.c
1775 F:      drivers/platform/x86/eeepc*.c
1776
1777 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1778 R:      Dan Williams <dan.j.williams@intel.com>
1779 W:      http://sourceforge.net/projects/xscaleiop
1780 S:      Odd fixes
1781 F:      Documentation/crypto/async-tx-api.txt
1782 F:      crypto/async_tx/
1783 F:      drivers/dma/
1784 F:      include/linux/dmaengine.h
1785 F:      include/linux/async_tx.h
1786
1787 AT24 EEPROM DRIVER
1788 M:      Wolfram Sang <wsa@the-dreams.de>
1789 L:      linux-i2c@vger.kernel.org
1790 S:      Maintained
1791 F:      drivers/misc/eeprom/at24.c
1792 F:      include/linux/platform_data/at24.h
1793
1794 ATA OVER ETHERNET (AOE) DRIVER
1795 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1796 W:      http://www.openaoe.org/
1797 S:      Supported
1798 F:      Documentation/aoe/
1799 F:      drivers/block/aoe/
1800
1801 ATHEROS 71XX/9XXX GPIO DRIVER
1802 M:      Alban Bedel <albeu@free.fr>
1803 W:      https://github.com/AlbanBedel/linux
1804 T:      git git://github.com/AlbanBedel/linux
1805 S:      Maintained
1806 F:      drivers/gpio/gpio-ath79.c
1807 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1808
1809 ATHEROS ATH GENERIC UTILITIES
1810 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1811 L:      linux-wireless@vger.kernel.org
1812 S:      Supported
1813 F:      drivers/net/wireless/ath/*
1814
1815 ATHEROS ATH5K WIRELESS DRIVER
1816 M:      Jiri Slaby <jirislaby@gmail.com>
1817 M:      Nick Kossifidis <mickflemm@gmail.com>
1818 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1819 L:      linux-wireless@vger.kernel.org
1820 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1821 S:      Maintained
1822 F:      drivers/net/wireless/ath/ath5k/
1823
1824 ATHEROS ATH6KL WIRELESS DRIVER
1825 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1826 L:      linux-wireless@vger.kernel.org
1827 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1828 T:      git git://github.com/kvalo/ath.git
1829 S:      Supported
1830 F:      drivers/net/wireless/ath/ath6kl/
1831
1832 WILOCITY WIL6210 WIRELESS DRIVER
1833 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1834 L:      linux-wireless@vger.kernel.org
1835 L:      wil6210@qca.qualcomm.com
1836 S:      Supported
1837 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1838 F:      drivers/net/wireless/ath/wil6210/
1839 F:      include/uapi/linux/wil6210_uapi.h
1840
1841 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1842 M:      Christian Lamparter <chunkeey@googlemail.com>
1843 L:      linux-wireless@vger.kernel.org
1844 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1845 S:      Maintained
1846 F:      drivers/net/wireless/ath/carl9170/
1847
1848 ATK0110 HWMON DRIVER
1849 M:      Luca Tettamanti <kronos.it@gmail.com>
1850 L:      lm-sensors@lm-sensors.org
1851 S:      Maintained
1852 F:      drivers/hwmon/asus_atk0110.c
1853
1854 ATI_REMOTE2 DRIVER
1855 M:      Ville Syrjala <syrjala@sci.fi>
1856 S:      Maintained
1857 F:      drivers/input/misc/ati_remote2.c
1858
1859 ATLX ETHERNET DRIVERS
1860 M:      Jay Cliburn <jcliburn@gmail.com>
1861 M:      Chris Snook <chris.snook@gmail.com>
1862 L:      netdev@vger.kernel.org
1863 W:      http://sourceforge.net/projects/atl1
1864 W:      http://atl1.sourceforge.net
1865 S:      Maintained
1866 F:      drivers/net/ethernet/atheros/
1867
1868 ATM
1869 M:      Chas Williams <3chas3@gmail.com>
1870 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1871 L:      netdev@vger.kernel.org
1872 W:      http://linux-atm.sourceforge.net
1873 S:      Maintained
1874 F:      drivers/atm/
1875 F:      include/linux/atm*
1876 F:      include/uapi/linux/atm*
1877
1878 ATMEL AT91 / AT32 MCI DRIVER
1879 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1880 S:      Maintained
1881 F:      drivers/mmc/host/atmel-mci.c
1882 F:      drivers/mmc/host/atmel-mci-regs.h
1883
1884 ATMEL AT91 / AT32 SERIAL DRIVER
1885 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1886 S:      Supported
1887 F:      drivers/tty/serial/atmel_serial.c
1888
1889 ATMEL Audio ALSA driver
1890 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1891 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1892 S:      Supported
1893 F:      sound/soc/atmel
1894
1895 ATMEL DMA DRIVER
1896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1898 S:      Supported
1899 F:      drivers/dma/at_hdmac.c
1900 F:      drivers/dma/at_hdmac_regs.h
1901 F:      include/linux/platform_data/dma-atmel.h
1902
1903 ATMEL XDMA DRIVER
1904 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1905 L:      linux-arm-kernel@lists.infradead.org
1906 L:      dmaengine@vger.kernel.org
1907 S:      Supported
1908 F:      drivers/dma/at_xdmac.c
1909
1910 ATMEL I2C DRIVER
1911 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1912 L:      linux-i2c@vger.kernel.org
1913 S:      Supported
1914 F:      drivers/i2c/busses/i2c-at91.c
1915
1916 ATMEL ISI DRIVER
1917 M:      Josh Wu <josh.wu@atmel.com>
1918 L:      linux-media@vger.kernel.org
1919 S:      Supported
1920 F:      drivers/media/platform/soc_camera/atmel-isi.c
1921 F:      include/media/atmel-isi.h
1922
1923 ATMEL LCDFB DRIVER
1924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1925 L:      linux-fbdev@vger.kernel.org
1926 S:      Maintained
1927 F:      drivers/video/fbdev/atmel_lcdfb.c
1928 F:      include/video/atmel_lcdc.h
1929
1930 ATMEL MACB ETHERNET DRIVER
1931 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1932 S:      Supported
1933 F:      drivers/net/ethernet/cadence/
1934
1935 ATMEL NAND DRIVER
1936 M:      Josh Wu <josh.wu@atmel.com>
1937 L:      linux-mtd@lists.infradead.org
1938 S:      Supported
1939 F:      drivers/mtd/nand/atmel_nand*
1940
1941 ATMEL SDMMC DRIVER
1942 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1943 L:      linux-mmc@vger.kernel.org
1944 S:      Supported
1945 F:      drivers/mmc/host/sdhci-of-at91.c
1946
1947 ATMEL SPI DRIVER
1948 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1949 S:      Supported
1950 F:      drivers/spi/spi-atmel.*
1951
1952 ATMEL SSC DRIVER
1953 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1955 S:      Supported
1956 F:      drivers/misc/atmel-ssc.c
1957 F:      include/linux/atmel-ssc.h
1958
1959 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1960 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962 S:      Supported
1963 F:      drivers/misc/atmel_tclib.c
1964 F:      drivers/clocksource/tcb_clksrc.c
1965
1966 ATMEL USBA UDC DRIVER
1967 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 S:      Supported
1970 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1971
1972 ATMEL WIRELESS DRIVER
1973 M:      Simon Kelley <simon@thekelleys.org.uk>
1974 L:      linux-wireless@vger.kernel.org
1975 W:      http://www.thekelleys.org.uk/atmel
1976 W:      http://atmelwlandriver.sourceforge.net/
1977 S:      Maintained
1978 F:      drivers/net/wireless/atmel*
1979
1980 ATMEL MAXTOUCH DRIVER
1981 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1982 T:      git git://github.com/atmel-maxtouch/linux.git
1983 S:      Supported
1984 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1985 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1986 F:      include/linux/platform_data/atmel_mxt_ts.h
1987
1988 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1989 M:      Bradley Grove <linuxdrivers@attotech.com>
1990 L:      linux-scsi@vger.kernel.org
1991 W:      http://www.attotech.com
1992 S:      Supported
1993 F:      drivers/scsi/esas2r
1994
1995 ATUSB IEEE 802.15.4 RADIO DRIVER
1996 M:      Stefan Schmidt <stefan@osg.samsung.com>
1997 L:      linux-wpan@vger.kernel.org
1998 S:      Maintained
1999 F:      drivers/net/ieee802154/atusb.c
2000 F:      drivers/net/ieee802154/atusb.h
2001 F:      drivers/net/ieee802154/at86rf230.h
2002
2003 AUDIT SUBSYSTEM
2004 M:      Paul Moore <paul@paul-moore.com>
2005 M:      Eric Paris <eparis@redhat.com>
2006 L:      linux-audit@redhat.com (moderated for non-subscribers)
2007 W:      http://people.redhat.com/sgrubb/audit/
2008 T:      git git://git.infradead.org/users/pcmoore/audit
2009 S:      Maintained
2010 F:      include/linux/audit.h
2011 F:      include/uapi/linux/audit.h
2012 F:      kernel/audit*
2013
2014 AUXILIARY DISPLAY DRIVERS
2015 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2016 W:      http://miguelojeda.es/auxdisplay.htm
2017 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2018 S:      Maintained
2019 F:      drivers/auxdisplay/
2020 F:      include/linux/cfag12864b.h
2021
2022 AVR32 ARCHITECTURE
2023 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2024 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2025 W:      http://www.atmel.com/products/AVR32/
2026 W:      http://mirror.egtvedt.no/avr32linux.org/
2027 W:      http://avrfreaks.net/
2028 S:      Maintained
2029 F:      arch/avr32/
2030
2031 AVR32/AT32AP MACHINE SUPPORT
2032 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2033 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2034 S:      Maintained
2035 F:      arch/avr32/mach-at32ap/
2036
2037 AX.25 NETWORK LAYER
2038 M:      Ralf Baechle <ralf@linux-mips.org>
2039 L:      linux-hams@vger.kernel.org
2040 W:      http://www.linux-ax25.org/
2041 S:      Maintained
2042 F:      include/uapi/linux/ax25.h
2043 F:      include/net/ax25.h
2044 F:      net/ax25/
2045
2046 AZ6007 DVB DRIVER
2047 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2048 L:      linux-media@vger.kernel.org
2049 W:      http://linuxtv.org
2050 T:      git git://linuxtv.org/media_tree.git
2051 S:      Maintained
2052 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2053
2054 AZTECH FM RADIO RECEIVER DRIVER
2055 M:      Hans Verkuil <hverkuil@xs4all.nl>
2056 L:      linux-media@vger.kernel.org
2057 T:      git git://linuxtv.org/media_tree.git
2058 W:      http://linuxtv.org
2059 S:      Maintained
2060 F:      drivers/media/radio/radio-aztech*
2061
2062 B43 WIRELESS DRIVER
2063 L:      linux-wireless@vger.kernel.org
2064 L:      b43-dev@lists.infradead.org
2065 W:      http://wireless.kernel.org/en/users/Drivers/b43
2066 S:      Odd Fixes
2067 F:      drivers/net/wireless/b43/
2068
2069 B43LEGACY WIRELESS DRIVER
2070 M:      Larry Finger <Larry.Finger@lwfinger.net>
2071 L:      linux-wireless@vger.kernel.org
2072 L:      b43-dev@lists.infradead.org
2073 W:      http://wireless.kernel.org/en/users/Drivers/b43
2074 S:      Maintained
2075 F:      drivers/net/wireless/b43legacy/
2076
2077 BACKLIGHT CLASS/SUBSYSTEM
2078 M:      Jingoo Han <jingoohan1@gmail.com>
2079 M:      Lee Jones <lee.jones@linaro.org>
2080 S:      Maintained
2081 F:      drivers/video/backlight/
2082 F:      include/linux/backlight.h
2083
2084 BATMAN ADVANCED
2085 M:      Marek Lindner <mareklindner@neomailbox.ch>
2086 M:      Simon Wunderlich <sw@simonwunderlich.de>
2087 M:      Antonio Quartulli <antonio@meshcoding.com>
2088 L:      b.a.t.m.a.n@lists.open-mesh.org
2089 W:      http://www.open-mesh.org/
2090 S:      Maintained
2091 F:      net/batman-adv/
2092
2093 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2094 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2095 L:      linux-hams@vger.kernel.org
2096 W:      http://www.baycom.org/~tom/ham/ham.html
2097 S:      Maintained
2098 F:      drivers/net/hamradio/baycom*
2099
2100 BCACHE (BLOCK LAYER CACHE)
2101 M:      Kent Overstreet <kent.overstreet@gmail.com>
2102 L:      linux-bcache@vger.kernel.org
2103 W:      http://bcache.evilpiepirate.org
2104 S:      Maintained
2105 F:      drivers/md/bcache/
2106
2107 BDISP ST MEDIA DRIVER
2108 M:      Fabien Dessenne <fabien.dessenne@st.com>
2109 L:      linux-media@vger.kernel.org
2110 T:      git git://linuxtv.org/media_tree.git
2111 W:      http://linuxtv.org
2112 S:      Supported
2113 F:      drivers/media/platform/sti/bdisp
2114
2115 BEFS FILE SYSTEM
2116 S:      Orphan
2117 F:      Documentation/filesystems/befs.txt
2118 F:      fs/befs/
2119
2120 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2121 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2122 L:      netdev@vger.kernel.org
2123 S:      Maintained
2124 F:      drivers/net/ethernet/ec_bhf.c
2125
2126 BFS FILE SYSTEM
2127 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2128 S:      Maintained
2129 F:      Documentation/filesystems/bfs.txt
2130 F:      fs/bfs/
2131 F:      include/uapi/linux/bfs_fs.h
2132
2133 BLACKFIN ARCHITECTURE
2134 M:      Steven Miao <realmz6@gmail.com>
2135 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2136 T:      git git://git.code.sf.net/p/adi-linux/code
2137 W:      http://blackfin.uclinux.org
2138 S:      Supported
2139 F:      arch/blackfin/
2140
2141 BLACKFIN EMAC DRIVER
2142 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2143 W:      http://blackfin.uclinux.org
2144 S:      Supported
2145 F:      drivers/net/ethernet/adi/
2146
2147 BLACKFIN RTC DRIVER
2148 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2149 W:      http://blackfin.uclinux.org
2150 S:      Supported
2151 F:      drivers/rtc/rtc-bfin.c
2152
2153 BLACKFIN SDH DRIVER
2154 M:      Sonic Zhang <sonic.zhang@analog.com>
2155 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2156 W:      http://blackfin.uclinux.org
2157 S:      Supported
2158 F:      drivers/mmc/host/bfin_sdh.c
2159
2160 BLACKFIN SERIAL DRIVER
2161 M:      Sonic Zhang <sonic.zhang@analog.com>
2162 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2163 W:      http://blackfin.uclinux.org
2164 S:      Supported
2165 F:      drivers/tty/serial/bfin_uart.c
2166
2167 BLACKFIN WATCHDOG DRIVER
2168 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2169 W:      http://blackfin.uclinux.org
2170 S:      Supported
2171 F:      drivers/watchdog/bfin_wdt.c
2172
2173 BLACKFIN I2C TWI DRIVER
2174 M:      Sonic Zhang <sonic.zhang@analog.com>
2175 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2176 W:      http://blackfin.uclinux.org/
2177 S:      Supported
2178 F:      drivers/i2c/busses/i2c-bfin-twi.c
2179
2180 BLACKFIN MEDIA DRIVER
2181 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2182 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2183 W:      http://blackfin.uclinux.org/
2184 S:      Supported
2185 F:      drivers/media/platform/blackfin/
2186 F:      drivers/media/i2c/adv7183*
2187 F:      drivers/media/i2c/vs6624*
2188
2189 BLINKM RGB LED DRIVER
2190 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2191 S:      Maintained
2192 F:      drivers/leds/leds-blinkm.c
2193
2194 BLOCK LAYER
2195 M:      Jens Axboe <axboe@kernel.dk>
2196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2197 S:      Maintained
2198 F:      block/
2199 F:      kernel/trace/blktrace.c
2200
2201 BLOCK2MTD DRIVER
2202 M:      Joern Engel <joern@lazybastard.org>
2203 L:      linux-mtd@lists.infradead.org
2204 S:      Maintained
2205 F:      drivers/mtd/devices/block2mtd.c
2206
2207 BLUETOOTH DRIVERS
2208 M:      Marcel Holtmann <marcel@holtmann.org>
2209 M:      Gustavo Padovan <gustavo@padovan.org>
2210 M:      Johan Hedberg <johan.hedberg@gmail.com>
2211 L:      linux-bluetooth@vger.kernel.org
2212 W:      http://www.bluez.org/
2213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2215 S:      Maintained
2216 F:      drivers/bluetooth/
2217
2218 BLUETOOTH SUBSYSTEM
2219 M:      Marcel Holtmann <marcel@holtmann.org>
2220 M:      Gustavo Padovan <gustavo@padovan.org>
2221 M:      Johan Hedberg <johan.hedberg@gmail.com>
2222 L:      linux-bluetooth@vger.kernel.org
2223 W:      http://www.bluez.org/
2224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2226 S:      Maintained
2227 F:      net/bluetooth/
2228 F:      include/net/bluetooth/
2229
2230 BONDING DRIVER
2231 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2232 M:      Veaceslav Falico <vfalico@gmail.com>
2233 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2234 L:      netdev@vger.kernel.org
2235 W:      http://sourceforge.net/projects/bonding/
2236 S:      Supported
2237 F:      drivers/net/bonding/
2238 F:      include/uapi/linux/if_bonding.h
2239
2240 BPF (Safe dynamic programs and tools)
2241 M:      Alexei Starovoitov <ast@kernel.org>
2242 L:      netdev@vger.kernel.org
2243 L:      linux-kernel@vger.kernel.org
2244 S:      Supported
2245 F:      kernel/bpf/
2246
2247 BROADCOM B44 10/100 ETHERNET DRIVER
2248 M:      Gary Zambrano <zambrano@broadcom.com>
2249 L:      netdev@vger.kernel.org
2250 S:      Supported
2251 F:      drivers/net/ethernet/broadcom/b44.*
2252
2253 BROADCOM GENET ETHERNET DRIVER
2254 M:      Florian Fainelli <f.fainelli@gmail.com>
2255 L:      netdev@vger.kernel.org
2256 S:      Supported
2257 F:      drivers/net/ethernet/broadcom/genet/
2258
2259 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2260 M:      Sony Chacko <sony.chacko@qlogic.com>
2261 M:      Dept-HSGLinuxNICDev@qlogic.com
2262 L:      netdev@vger.kernel.org
2263 S:      Supported
2264 F:      drivers/net/ethernet/broadcom/bnx2.*
2265 F:      drivers/net/ethernet/broadcom/bnx2_*
2266
2267 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2268 M:      Ariel Elior <ariel.elior@qlogic.com>
2269 L:      netdev@vger.kernel.org
2270 S:      Supported
2271 F:      drivers/net/ethernet/broadcom/bnx2x/
2272
2273 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2274 M:      Florian Fainelli <f.fainelli@gmail.com>
2275 M:      Ray Jui <rjui@broadcom.com>
2276 M:      Scott Branden <sbranden@broadcom.com>
2277 L:      bcm-kernel-feedback-list@broadcom.com
2278 T:      git git://github.com/broadcom/mach-bcm
2279 S:      Maintained
2280 F:      arch/arm/mach-bcm/
2281 F:      arch/arm/boot/dts/bcm113*
2282 F:      arch/arm/boot/dts/bcm216*
2283 F:      arch/arm/boot/dts/bcm281*
2284 F:      arch/arm/configs/bcm_defconfig
2285 F:      drivers/mmc/host/sdhci-bcm-kona.c
2286 F:      drivers/clocksource/bcm_kona_timer.c
2287
2288 BROADCOM BCM2835 ARM ARCHITECTURE
2289 M:      Stephen Warren <swarren@wwwdotorg.org>
2290 M:      Lee Jones <lee@kernel.org>
2291 M:      Eric Anholt <eric@anholt.net>
2292 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2295 S:      Maintained
2296 N:      bcm2835
2297
2298 BROADCOM BCM33XX MIPS ARCHITECTURE
2299 M:      Kevin Cernekee <cernekee@gmail.com>
2300 L:      linux-mips@linux-mips.org
2301 S:      Maintained
2302 F:      arch/mips/bcm3384/*
2303 F:      arch/mips/include/asm/mach-bcm3384/*
2304 F:      arch/mips/kernel/*bmips*
2305
2306 BROADCOM BCM47XX MIPS ARCHITECTURE
2307 M:      Hauke Mehrtens <hauke@hauke-m.de>
2308 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2309 L:      linux-mips@linux-mips.org
2310 S:      Maintained
2311 F:      arch/mips/bcm47xx/*
2312 F:      arch/mips/include/asm/mach-bcm47xx/*
2313
2314 BROADCOM BCM5301X ARM ARCHITECTURE
2315 M:      Hauke Mehrtens <hauke@hauke-m.de>
2316 L:      linux-arm-kernel@lists.infradead.org
2317 S:      Maintained
2318 F:      arch/arm/mach-bcm/bcm_5301x.c
2319 F:      arch/arm/boot/dts/bcm5301x.dtsi
2320 F:      arch/arm/boot/dts/bcm470*
2321
2322 BROADCOM BCM63XX ARM ARCHITECTURE
2323 M:      Florian Fainelli <f.fainelli@gmail.com>
2324 L:      linux-arm-kernel@lists.infradead.org
2325 T:      git git://github.com/broadcom/arm-bcm63xx.git
2326 S:      Maintained
2327 F:      arch/arm/mach-bcm/bcm63xx.c
2328 F:      arch/arm/include/debug/bcm63xx.S
2329
2330 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2331 M:      Kevin Cernekee <cernekee@gmail.com>
2332 L:      linux-usb@vger.kernel.org
2333 S:      Maintained
2334 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2335
2336 BROADCOM BCM7XXX ARM ARCHITECTURE
2337 M:      Brian Norris <computersforpeace@gmail.com>
2338 M:      Gregory Fong <gregory.0xf0@gmail.com>
2339 M:      Florian Fainelli <f.fainelli@gmail.com>
2340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2341 T:      git git://github.com/broadcom/stblinux.git
2342 S:      Maintained
2343 F:      arch/arm/mach-bcm/*brcmstb*
2344 F:      arch/arm/boot/dts/bcm7*.dts*
2345 F:      drivers/bus/brcmstb_gisb.c
2346 N:      brcmstb
2347
2348 BROADCOM BMIPS MIPS ARCHITECTURE
2349 M:      Kevin Cernekee <cernekee@gmail.com>
2350 M:      Florian Fainelli <f.fainelli@gmail.com>
2351 L:      linux-mips@linux-mips.org
2352 T:      git git://github.com/broadcom/stblinux.git
2353 S:      Maintained
2354 F:      arch/mips/bmips/*
2355 F:      arch/mips/include/asm/mach-bmips/*
2356 F:      arch/mips/kernel/*bmips*
2357 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2358 F:      drivers/irqchip/irq-bcm7*
2359 F:      drivers/irqchip/irq-brcmstb*
2360
2361 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2362 M:      Prashant Sreedharan <prashant@broadcom.com>
2363 M:      Michael Chan <mchan@broadcom.com>
2364 L:      netdev@vger.kernel.org
2365 S:      Supported
2366 F:      drivers/net/ethernet/broadcom/tg3.*
2367
2368 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2369 M:      Brett Rudley <brudley@broadcom.com>
2370 M:      Arend van Spriel <arend@broadcom.com>
2371 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2372 M:      Hante Meuleman <meuleman@broadcom.com>
2373 L:      linux-wireless@vger.kernel.org
2374 L:      brcm80211-dev-list@broadcom.com
2375 S:      Supported
2376 F:      drivers/net/wireless/brcm80211/
2377
2378 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2379 M:      QLogic-Storage-Upstream@qlogic.com
2380 L:      linux-scsi@vger.kernel.org
2381 S:      Supported
2382 F:      drivers/scsi/bnx2fc/
2383
2384 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2385 M:      QLogic-Storage-Upstream@qlogic.com
2386 L:      linux-scsi@vger.kernel.org
2387 S:      Supported
2388 F:      drivers/scsi/bnx2i/
2389
2390 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2391 M:      Ray Jui <rjui@broadcom.com>
2392 M:      Scott Branden <sbranden@broadcom.com>
2393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2394 L:      bcm-kernel-feedback-list@broadcom.com
2395 T:      git git://github.com/broadcom/cygnus-linux.git
2396 S:      Maintained
2397 N:      iproc
2398 N:      cygnus
2399 N:      bcm9113*
2400 N:      bcm9583*
2401 N:      bcm583*
2402 N:      bcm113*
2403
2404 BROADCOM BRCMSTB GPIO DRIVER
2405 M:      Gregory Fong <gregory.0xf0@gmail.com>
2406 L:      bcm-kernel-feedback-list@broadcom.com>
2407 S:      Supported
2408 F:      drivers/gpio/gpio-brcmstb.c
2409 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2410
2411 BROADCOM KONA GPIO DRIVER
2412 M:      Ray Jui <rjui@broadcom.com>
2413 L:      bcm-kernel-feedback-list@broadcom.com
2414 S:      Supported
2415 F:      drivers/gpio/gpio-bcm-kona.c
2416 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2417
2418 BROADCOM NVRAM DRIVER
2419 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2420 L:      linux-mips@linux-mips.org
2421 S:      Maintained
2422 F:      drivers/firmware/broadcom/*
2423
2424 BROADCOM STB NAND FLASH DRIVER
2425 M:      Brian Norris <computersforpeace@gmail.com>
2426 L:      linux-mtd@lists.infradead.org
2427 S:      Maintained
2428 F:      drivers/mtd/nand/brcmnand/
2429
2430 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2431 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2432 L:      linux-wireless@vger.kernel.org
2433 S:      Maintained
2434 F:      drivers/bcma/
2435 F:      include/linux/bcma/
2436
2437 BROADCOM SYSTEMPORT ETHERNET DRIVER
2438 M:      Florian Fainelli <f.fainelli@gmail.com>
2439 L:      netdev@vger.kernel.org
2440 S:      Supported
2441 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2442
2443 BROCADE BFA FC SCSI DRIVER
2444 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2445 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2446 L:      linux-scsi@vger.kernel.org
2447 S:      Supported
2448 F:      drivers/scsi/bfa/
2449
2450 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2451 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2452 L:      netdev@vger.kernel.org
2453 S:      Supported
2454 F:      drivers/net/ethernet/brocade/bna/
2455
2456 BSG (block layer generic sg v4 driver)
2457 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2458 L:      linux-scsi@vger.kernel.org
2459 S:      Supported
2460 F:      block/bsg.c
2461 F:      include/linux/bsg.h
2462 F:      include/uapi/linux/bsg.h
2463
2464 BT87X AUDIO DRIVER
2465 M:      Clemens Ladisch <clemens@ladisch.de>
2466 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2467 T:      git git://git.alsa-project.org/alsa-kernel.git
2468 S:      Maintained
2469 F:      Documentation/sound/alsa/Bt87x.txt
2470 F:      sound/pci/bt87x.c
2471
2472 BT8XXGPIO DRIVER
2473 M:      Michael Buesch <m@bues.ch>
2474 W:      http://bu3sch.de/btgpio.php
2475 S:      Maintained
2476 F:      drivers/gpio/gpio-bt8xx.c
2477
2478 BTRFS FILE SYSTEM
2479 M:      Chris Mason <clm@fb.com>
2480 M:      Josef Bacik <jbacik@fb.com>
2481 M:      David Sterba <dsterba@suse.com>
2482 L:      linux-btrfs@vger.kernel.org
2483 W:      http://btrfs.wiki.kernel.org/
2484 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2486 S:      Maintained
2487 F:      Documentation/filesystems/btrfs.txt
2488 F:      fs/btrfs/
2489
2490 BTTV VIDEO4LINUX DRIVER
2491 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2492 L:      linux-media@vger.kernel.org
2493 W:      http://linuxtv.org
2494 T:      git git://linuxtv.org/media_tree.git
2495 S:      Odd fixes
2496 F:      Documentation/video4linux/bttv/
2497 F:      drivers/media/pci/bt8xx/bttv*
2498
2499 BUSLOGIC SCSI DRIVER
2500 M:      Khalid Aziz <khalid@gonehiking.org>
2501 L:      linux-scsi@vger.kernel.org
2502 S:      Maintained
2503 F:      drivers/scsi/BusLogic.*
2504 F:      drivers/scsi/FlashPoint.*
2505
2506 C-MEDIA CMI8788 DRIVER
2507 M:      Clemens Ladisch <clemens@ladisch.de>
2508 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2509 T:      git git://git.alsa-project.org/alsa-kernel.git
2510 S:      Maintained
2511 F:      sound/pci/oxygen/
2512
2513 C6X ARCHITECTURE
2514 M:      Mark Salter <msalter@redhat.com>
2515 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2516 L:      linux-c6x-dev@linux-c6x.org
2517 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2518 S:      Maintained
2519 F:      arch/c6x/
2520
2521 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2522 M:      David Howells <dhowells@redhat.com>
2523 L:      linux-cachefs@redhat.com
2524 S:      Supported
2525 F:      Documentation/filesystems/caching/cachefiles.txt
2526 F:      fs/cachefiles/
2527
2528 CADET FM/AM RADIO RECEIVER DRIVER
2529 M:      Hans Verkuil <hverkuil@xs4all.nl>
2530 L:      linux-media@vger.kernel.org
2531 T:      git git://linuxtv.org/media_tree.git
2532 W:      http://linuxtv.org
2533 S:      Maintained
2534 F:      drivers/media/radio/radio-cadet*
2535
2536 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2537 M:      Jonathan Corbet <corbet@lwn.net>
2538 L:      linux-media@vger.kernel.org
2539 T:      git git://linuxtv.org/media_tree.git
2540 S:      Maintained
2541 F:      Documentation/video4linux/cafe_ccic
2542 F:      drivers/media/platform/marvell-ccic/
2543
2544 CAIF NETWORK LAYER
2545 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2546 L:      netdev@vger.kernel.org
2547 S:      Supported
2548 F:      Documentation/networking/caif/
2549 F:      drivers/net/caif/
2550 F:      include/uapi/linux/caif/
2551 F:      include/net/caif/
2552 F:      net/caif/
2553
2554 CALGARY x86-64 IOMMU
2555 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2556 M:      "Jon D. Mason" <jdmason@kudzu.us>
2557 L:      discuss@x86-64.org
2558 S:      Maintained
2559 F:      arch/x86/kernel/pci-calgary_64.c
2560 F:      arch/x86/kernel/tce_64.c
2561 F:      arch/x86/include/asm/calgary.h
2562 F:      arch/x86/include/asm/tce.h
2563
2564 CAN NETWORK LAYER
2565 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2566 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2567 L:      linux-can@vger.kernel.org
2568 W:      https://github.com/linux-can
2569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2571 S:      Maintained
2572 F:      Documentation/networking/can.txt
2573 F:      net/can/
2574 F:      include/linux/can/core.h
2575 F:      include/uapi/linux/can.h
2576 F:      include/uapi/linux/can/bcm.h
2577 F:      include/uapi/linux/can/raw.h
2578 F:      include/uapi/linux/can/gw.h
2579
2580 CAN NETWORK DRIVERS
2581 M:      Wolfgang Grandegger <wg@grandegger.com>
2582 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2583 L:      linux-can@vger.kernel.org
2584 W:      https://github.com/linux-can
2585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2587 S:      Maintained
2588 F:      drivers/net/can/
2589 F:      include/linux/can/dev.h
2590 F:      include/linux/can/platform/
2591 F:      include/uapi/linux/can/error.h
2592 F:      include/uapi/linux/can/netlink.h
2593
2594 CAPABILITIES
2595 M:      Serge Hallyn <serge.hallyn@canonical.com>
2596 L:      linux-security-module@vger.kernel.org
2597 S:      Supported
2598 F:      include/linux/capability.h
2599 F:      include/uapi/linux/capability.h
2600 F:      security/commoncap.c
2601 F:      kernel/capability.c
2602
2603 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2604 M:      Kevin Tsai <ktsai@capellamicro.com>
2605 S:      Maintained
2606 F:      drivers/iio/light/cm*
2607 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2608
2609 CAVIUM LIQUIDIO NETWORK DRIVER
2610 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2611 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2612 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2613 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2614 L:     netdev@vger.kernel.org
2615 W:     http://www.cavium.com
2616 S:     Supported
2617 F:     drivers/net/ethernet/cavium/liquidio/
2618
2619 CC2520 IEEE-802.15.4 RADIO DRIVER
2620 M:      Varka Bhadram <varkabhadram@gmail.com>
2621 L:      linux-wpan@vger.kernel.org
2622 S:      Maintained
2623 F:      drivers/net/ieee802154/cc2520.c
2624 F:      include/linux/spi/cc2520.h
2625 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2626
2627 CELL BROADBAND ENGINE ARCHITECTURE
2628 M:      Arnd Bergmann <arnd@arndb.de>
2629 L:      linuxppc-dev@lists.ozlabs.org
2630 W:      http://www.ibm.com/developerworks/power/cell/
2631 S:      Supported
2632 F:      arch/powerpc/include/asm/cell*.h
2633 F:      arch/powerpc/include/asm/spu*.h
2634 F:      arch/powerpc/include/uapi/asm/spu*.h
2635 F:      arch/powerpc/oprofile/*cell*
2636 F:      arch/powerpc/platforms/cell/
2637
2638 CEPH COMMON CODE (LIBCEPH)
2639 M:      Ilya Dryomov <idryomov@gmail.com>
2640 M:      "Yan, Zheng" <zyan@redhat.com>
2641 M:      Sage Weil <sage@redhat.com>
2642 L:      ceph-devel@vger.kernel.org
2643 W:      http://ceph.com/
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2645 T:      git git://github.com/ceph/ceph-client.git
2646 S:      Supported
2647 F:      net/ceph/
2648 F:      include/linux/ceph/
2649 F:      include/linux/crush/
2650
2651 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2652 M:      "Yan, Zheng" <zyan@redhat.com>
2653 M:      Sage Weil <sage@redhat.com>
2654 M:      Ilya Dryomov <idryomov@gmail.com>
2655 L:      ceph-devel@vger.kernel.org
2656 W:      http://ceph.com/
2657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2658 T:      git git://github.com/ceph/ceph-client.git
2659 S:      Supported
2660 F:      Documentation/filesystems/ceph.txt
2661 F:      fs/ceph/
2662
2663 CERTIFICATE HANDLING:
2664 M:      David Howells <dhowells@redhat.com>
2665 M:      David Woodhouse <dwmw2@infradead.org>
2666 L:      keyrings@linux-nfs.org
2667 S:      Maintained
2668 F:      Documentation/module-signing.txt
2669 F:      certs/
2670 F:      scripts/extract-cert.c
2671
2672 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2673 L:      linux-usb@vger.kernel.org
2674 S:      Orphan
2675 F:      Documentation/usb/WUSB-Design-overview.txt
2676 F:      Documentation/usb/wusb-cbaf
2677 F:      drivers/usb/host/hwa-hc.c
2678 F:      drivers/usb/host/whci/
2679 F:      drivers/usb/wusbcore/
2680 F:      include/linux/usb/wusb*
2681
2682 CFAG12864B LCD DRIVER
2683 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2684 W:      http://miguelojeda.es/auxdisplay.htm
2685 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2686 S:      Maintained
2687 F:      drivers/auxdisplay/cfag12864b.c
2688 F:      include/linux/cfag12864b.h
2689
2690 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2691 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2692 W:      http://miguelojeda.es/auxdisplay.htm
2693 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2694 S:      Maintained
2695 F:      drivers/auxdisplay/cfag12864bfb.c
2696 F:      include/linux/cfag12864b.h
2697
2698 CFG80211 and NL80211
2699 M:      Johannes Berg <johannes@sipsolutions.net>
2700 L:      linux-wireless@vger.kernel.org
2701 W:      http://wireless.kernel.org/
2702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2704 S:      Maintained
2705 F:      include/uapi/linux/nl80211.h
2706 F:      include/net/cfg80211.h
2707 F:      net/wireless/*
2708 X:      net/wireless/wext*
2709
2710 CHAR and MISC DRIVERS
2711 M:      Arnd Bergmann <arnd@arndb.de>
2712 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2714 S:      Supported
2715 F:      drivers/char/*
2716 F:      drivers/misc/*
2717 F:      include/linux/miscdevice.h
2718
2719 CHECKPATCH
2720 M:      Andy Whitcroft <apw@canonical.com>
2721 M:      Joe Perches <joe@perches.com>
2722 S:      Maintained
2723 F:      scripts/checkpatch.pl
2724
2725 CHINESE DOCUMENTATION
2726 M:      Harry Wei <harryxiyou@gmail.com>
2727 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2728 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2729 S:      Maintained
2730 F:      Documentation/zh_CN/
2731
2732 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2733 M:      Peter Chen <Peter.Chen@freescale.com>
2734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2735 L:      linux-usb@vger.kernel.org
2736 S:      Maintained
2737 F:      drivers/usb/chipidea/
2738
2739 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2740 M:      Hans de Goede <hdegoede@redhat.com>
2741 L:      linux-input@vger.kernel.org
2742 S:      Maintained
2743 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2744 F:      drivers/input/touchscreen/chipone_icn8318.c
2745
2746 CHROME HARDWARE PLATFORM SUPPORT
2747 M:      Olof Johansson <olof@lixom.net>
2748 S:      Maintained
2749 F:      drivers/platform/chrome/
2750
2751 CISCO VIC ETHERNET NIC DRIVER
2752 M:      Christian Benvenuti <benve@cisco.com>
2753 M:      Sujith Sankar <ssujith@cisco.com>
2754 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2755 M:      Neel Patel <neepatel@cisco.com>
2756 S:      Supported
2757 F:      drivers/net/ethernet/cisco/enic/
2758
2759 CISCO VIC LOW LATENCY NIC DRIVER
2760 M:      Upinder Malhi <umalhi@cisco.com>
2761 S:      Supported
2762 F:      drivers/infiniband/hw/usnic
2763
2764 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2765 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2766 L:      netdev@vger.kernel.org
2767 S:      Maintained
2768 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2769
2770 CIRRUS LOGIC AUDIO CODEC DRIVERS
2771 M:      Brian Austin <brian.austin@cirrus.com>
2772 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2773 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2774 S:      Maintained
2775 F:      sound/soc/codecs/cs*
2776
2777 CLEANCACHE API
2778 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2779 L:      linux-kernel@vger.kernel.org
2780 S:      Maintained
2781 F:      mm/cleancache.c
2782 F:      include/linux/cleancache.h
2783
2784 CLK API
2785 M:      Russell King <linux@arm.linux.org.uk>
2786 L:      linux-clk@vger.kernel.org
2787 S:      Maintained
2788 F:      include/linux/clk.h
2789
2790 CLOCKSOURCE, CLOCKEVENT DRIVERS
2791 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2792 M:      Thomas Gleixner <tglx@linutronix.de>
2793 L:      linux-kernel@vger.kernel.org
2794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2795 S:      Supported
2796 F:      drivers/clocksource
2797
2798 CISCO FCOE HBA DRIVER
2799 M:      Hiral Patel <hiralpat@cisco.com>
2800 M:      Suma Ramars <sramars@cisco.com>
2801 M:      Brian Uchino <buchino@cisco.com>
2802 L:      linux-scsi@vger.kernel.org
2803 S:      Supported
2804 F:      drivers/scsi/fnic/
2805
2806 CISCO SCSI HBA DRIVER
2807 M:      Narsimhulu Musini <nmusini@cisco.com>
2808 M:      Sesidhar Baddela <sebaddel@cisco.com>
2809 L:      linux-scsi@vger.kernel.org
2810 S:      Supported
2811 F:      drivers/scsi/snic/
2812
2813 CMPC ACPI DRIVER
2814 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2815 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2816 L:      platform-driver-x86@vger.kernel.org
2817 S:      Supported
2818 F:      drivers/platform/x86/classmate-laptop.c
2819
2820 COBALT MEDIA DRIVER
2821 M:      Hans Verkuil <hans.verkuil@cisco.com>
2822 L:      linux-media@vger.kernel.org
2823 T:      git git://linuxtv.org/media_tree.git
2824 W:      http://linuxtv.org
2825 S:      Supported
2826 F:      drivers/media/pci/cobalt/
2827
2828 COCCINELLE/Semantic Patches (SmPL)
2829 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2830 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2831 M:      Nicolas Palix <nicolas.palix@imag.fr>
2832 M:      Michal Marek <mmarek@suse.com>
2833 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2835 W:      http://coccinelle.lip6.fr/
2836 S:      Supported
2837 F:      Documentation/coccinelle.txt
2838 F:      scripts/coccinelle/
2839 F:      scripts/coccicheck
2840
2841 CODA FILE SYSTEM
2842 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2843 M:      coda@cs.cmu.edu
2844 L:      codalist@coda.cs.cmu.edu
2845 W:      http://www.coda.cs.cmu.edu/
2846 S:      Maintained
2847 F:      Documentation/filesystems/coda.txt
2848 F:      fs/coda/
2849 F:      include/linux/coda*.h
2850 F:      include/uapi/linux/coda*.h
2851
2852 CODA V4L2 MEM2MEM DRIVER
2853 M:      Philipp Zabel <p.zabel@pengutronix.de>
2854 L:      linux-media@vger.kernel.org
2855 S:      Maintained
2856 F:      Documentation/devicetree/bindings/media/coda.txt
2857 F:      drivers/media/platform/coda/
2858
2859 COMMON CLK FRAMEWORK
2860 M:      Michael Turquette <mturquette@baylibre.com>
2861 M:      Stephen Boyd <sboyd@codeaurora.org>
2862 L:      linux-clk@vger.kernel.org
2863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2864 S:      Maintained
2865 F:      drivers/clk/
2866 X:      drivers/clk/clkdev.c
2867 F:      include/linux/clk-pr*
2868 F:      include/linux/clk/
2869
2870 COMMON INTERNET FILE SYSTEM (CIFS)
2871 M:      Steve French <sfrench@samba.org>
2872 L:      linux-cifs@vger.kernel.org
2873 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2874 W:      http://linux-cifs.samba.org/
2875 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2876 S:      Supported
2877 F:      Documentation/filesystems/cifs/
2878 F:      fs/cifs/
2879
2880 COMPACTPCI HOTPLUG CORE
2881 M:      Scott Murray <scott@spiteful.org>
2882 L:      linux-pci@vger.kernel.org
2883 S:      Maintained
2884 F:      drivers/pci/hotplug/cpci_hotplug*
2885
2886 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2887 M:      Scott Murray <scott@spiteful.org>
2888 L:      linux-pci@vger.kernel.org
2889 S:      Maintained
2890 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2891
2892 COMPACTPCI HOTPLUG GENERIC DRIVER
2893 M:      Scott Murray <scott@spiteful.org>
2894 L:      linux-pci@vger.kernel.org
2895 S:      Maintained
2896 F:      drivers/pci/hotplug/cpcihp_generic.c
2897
2898 COMPAL LAPTOP SUPPORT
2899 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2900 L:      platform-driver-x86@vger.kernel.org
2901 S:      Maintained
2902 F:      drivers/platform/x86/compal-laptop.c
2903
2904 CONEXANT ACCESSRUNNER USB DRIVER
2905 M:      Simon Arlott <cxacru@fire.lp0.eu>
2906 L:      accessrunner-general@lists.sourceforge.net
2907 W:      http://accessrunner.sourceforge.net/
2908 S:      Maintained
2909 F:      drivers/usb/atm/cxacru.c
2910
2911 CONFIGFS
2912 M:      Joel Becker <jlbec@evilplan.org>
2913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2914 S:      Supported
2915 F:      fs/configfs/
2916 F:      include/linux/configfs.h
2917
2918 CONNECTOR
2919 M:      Evgeniy Polyakov <zbr@ioremap.net>
2920 L:      netdev@vger.kernel.org
2921 S:      Maintained
2922 F:      drivers/connector/
2923
2924 CONTROL GROUP (CGROUP)
2925 M:      Tejun Heo <tj@kernel.org>
2926 M:      Li Zefan <lizefan@huawei.com>
2927 M:      Johannes Weiner <hannes@cmpxchg.org>
2928 L:      cgroups@vger.kernel.org
2929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2930 S:      Maintained
2931 F:      Documentation/cgroups/
2932 F:      include/linux/cgroup*
2933 F:      kernel/cgroup*
2934
2935 CONTROL GROUP - CPUSET
2936 M:      Li Zefan <lizefan@huawei.com>
2937 L:      cgroups@vger.kernel.org
2938 W:      http://www.bullopensource.org/cpuset/
2939 W:      http://oss.sgi.com/projects/cpusets/
2940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2941 S:      Maintained
2942 F:      Documentation/cgroups/cpusets.txt
2943 F:      include/linux/cpuset.h
2944 F:      kernel/cpuset.c
2945
2946 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2947 M:      Johannes Weiner <hannes@cmpxchg.org>
2948 M:      Michal Hocko <mhocko@kernel.org>
2949 L:      cgroups@vger.kernel.org
2950 L:      linux-mm@kvack.org
2951 S:      Maintained
2952 F:      mm/memcontrol.c
2953 F:      mm/swap_cgroup.c
2954
2955 CORETEMP HARDWARE MONITORING DRIVER
2956 M:      Fenghua Yu <fenghua.yu@intel.com>
2957 L:      lm-sensors@lm-sensors.org
2958 S:      Maintained
2959 F:      Documentation/hwmon/coretemp
2960 F:      drivers/hwmon/coretemp.c
2961
2962 COSA/SRP SYNC SERIAL DRIVER
2963 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2964 W:      http://www.fi.muni.cz/~kas/cosa/
2965 S:      Maintained
2966 F:      drivers/net/wan/cosa*
2967
2968 CPMAC ETHERNET DRIVER
2969 M:      Florian Fainelli <florian@openwrt.org>
2970 L:      netdev@vger.kernel.org
2971 S:      Maintained
2972 F:      drivers/net/ethernet/ti/cpmac.c
2973
2974 CPU FREQUENCY DRIVERS
2975 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2976 M:      Viresh Kumar <viresh.kumar@linaro.org>
2977 L:      linux-pm@vger.kernel.org
2978 S:      Maintained
2979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2980 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2981 F:      drivers/cpufreq/
2982 F:      include/linux/cpufreq.h
2983
2984 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2985 M:      Viresh Kumar <viresh.kumar@linaro.org>
2986 M:      Sudeep Holla <sudeep.holla@arm.com>
2987 L:      linux-pm@vger.kernel.org
2988 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2989 S:      Maintained
2990 F:      drivers/cpufreq/arm_big_little.h
2991 F:      drivers/cpufreq/arm_big_little.c
2992 F:      drivers/cpufreq/arm_big_little_dt.c
2993
2994 CPUIDLE DRIVER - ARM BIG LITTLE
2995 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2996 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2997 L:      linux-pm@vger.kernel.org
2998 L:      linux-arm-kernel@lists.infradead.org
2999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3000 S:      Maintained
3001 F:      drivers/cpuidle/cpuidle-big_little.c
3002
3003 CPUIDLE DRIVER - ARM EXYNOS
3004 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3005 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3006 M:      Kukjin Kim <kgene@kernel.org>
3007 L:      linux-pm@vger.kernel.org
3008 L:      linux-samsung-soc@vger.kernel.org
3009 S:      Supported
3010 F:      drivers/cpuidle/cpuidle-exynos.c
3011 F:      arch/arm/mach-exynos/pm.c
3012
3013 CPUIDLE DRIVERS
3014 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3015 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3016 L:      linux-pm@vger.kernel.org
3017 S:      Maintained
3018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3019 F:      drivers/cpuidle/*
3020 F:      include/linux/cpuidle.h
3021
3022 CPUID/MSR DRIVER
3023 M:      "H. Peter Anvin" <hpa@zytor.com>
3024 S:      Maintained
3025 F:      arch/x86/kernel/cpuid.c
3026 F:      arch/x86/kernel/msr.c
3027
3028 CPU POWER MONITORING SUBSYSTEM
3029 M:      Thomas Renninger <trenn@suse.com>
3030 L:      linux-pm@vger.kernel.org
3031 S:      Maintained
3032 F:      tools/power/cpupower/
3033
3034 CRAMFS FILESYSTEM
3035 W:      http://sourceforge.net/projects/cramfs/
3036 S:      Orphan / Obsolete
3037 F:      Documentation/filesystems/cramfs.txt
3038 F:      fs/cramfs/
3039
3040 CRIS PORT
3041 M:      Mikael Starvik <starvik@axis.com>
3042 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3043 L:      linux-cris-kernel@axis.com
3044 W:      http://developer.axis.com
3045 S:      Maintained
3046 F:      arch/cris/
3047 F:      drivers/tty/serial/crisv10.*
3048
3049 CRYPTO API
3050 M:      Herbert Xu <herbert@gondor.apana.org.au>
3051 M:      "David S. Miller" <davem@davemloft.net>
3052 L:      linux-crypto@vger.kernel.org
3053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3054 S:      Maintained
3055 F:      Documentation/crypto/
3056 F:      Documentation/DocBook/crypto-API.tmpl
3057 F:      arch/*/crypto/
3058 F:      crypto/
3059 F:      drivers/crypto/
3060 F:      include/crypto/
3061
3062 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3063 M:      Neil Horman <nhorman@tuxdriver.com>
3064 L:      linux-crypto@vger.kernel.org
3065 S:      Maintained
3066 F:      crypto/ansi_cprng.c
3067 F:      crypto/rng.c
3068
3069 CS5535 Audio ALSA driver
3070 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3071 S:      Maintained
3072 F:      sound/pci/cs5535audio/
3073
3074 CW1200 WLAN driver
3075 M:      Solomon Peachy <pizza@shaftnet.org>
3076 S:      Maintained
3077 F:      drivers/net/wireless/cw1200/
3078
3079 CX18 VIDEO4LINUX DRIVER
3080 M:      Andy Walls <awalls@md.metrocast.net>
3081 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3082 L:      linux-media@vger.kernel.org
3083 T:      git git://linuxtv.org/media_tree.git
3084 W:      http://linuxtv.org
3085 W:      http://www.ivtvdriver.org/index.php/Cx18
3086 S:      Maintained
3087 F:      Documentation/video4linux/cx18.txt
3088 F:      drivers/media/pci/cx18/
3089 F:      include/uapi/linux/ivtv*
3090
3091 CX2341X MPEG ENCODER HELPER MODULE
3092 M:      Hans Verkuil <hverkuil@xs4all.nl>
3093 L:      linux-media@vger.kernel.org
3094 T:      git git://linuxtv.org/media_tree.git
3095 W:      http://linuxtv.org
3096 S:      Maintained
3097 F:      drivers/media/common/cx2341x*
3098 F:      include/media/cx2341x*
3099
3100 CX24120 MEDIA DRIVER
3101 M:      Jemma Denson <jdenson@gmail.com>
3102 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3103 L:      linux-media@vger.kernel.org
3104 W:      http://linuxtv.org/
3105 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3106 S:      Maintained
3107 F:      drivers/media/dvb-frontends/cx24120*
3108
3109 CX88 VIDEO4LINUX DRIVER
3110 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3111 L:      linux-media@vger.kernel.org
3112 W:      http://linuxtv.org
3113 T:      git git://linuxtv.org/media_tree.git
3114 S:      Odd fixes
3115 F:      Documentation/video4linux/cx88/
3116 F:      drivers/media/pci/cx88/
3117
3118 CXD2820R MEDIA DRIVER
3119 M:      Antti Palosaari <crope@iki.fi>
3120 L:      linux-media@vger.kernel.org
3121 W:      http://linuxtv.org/
3122 W:      http://palosaari.fi/linux/
3123 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3124 T:      git git://linuxtv.org/anttip/media_tree.git
3125 S:      Maintained
3126 F:      drivers/media/dvb-frontends/cxd2820r*
3127
3128 CXGB3 ETHERNET DRIVER (CXGB3)
3129 M:      Santosh Raspatur <santosh@chelsio.com>
3130 L:      netdev@vger.kernel.org
3131 W:      http://www.chelsio.com
3132 S:      Supported
3133 F:      drivers/net/ethernet/chelsio/cxgb3/
3134
3135 CXGB3 ISCSI DRIVER (CXGB3I)
3136 M:      Karen Xie <kxie@chelsio.com>
3137 L:      linux-scsi@vger.kernel.org
3138 W:      http://www.chelsio.com
3139 S:      Supported
3140 F:      drivers/scsi/cxgbi/cxgb3i
3141
3142 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3143 M:      Steve Wise <swise@chelsio.com>
3144 L:      linux-rdma@vger.kernel.org
3145 W:      http://www.openfabrics.org
3146 S:      Supported
3147 F:      drivers/infiniband/hw/cxgb3/
3148
3149 CXGB4 ETHERNET DRIVER (CXGB4)
3150 M:      Hariprasad S <hariprasad@chelsio.com>
3151 L:      netdev@vger.kernel.org
3152 W:      http://www.chelsio.com
3153 S:      Supported
3154 F:      drivers/net/ethernet/chelsio/cxgb4/
3155
3156 CXGB4 ISCSI DRIVER (CXGB4I)
3157 M:      Karen Xie <kxie@chelsio.com>
3158 L:      linux-scsi@vger.kernel.org
3159 W:      http://www.chelsio.com
3160 S:      Supported
3161 F:      drivers/scsi/cxgbi/cxgb4i
3162
3163 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3164 M:      Steve Wise <swise@chelsio.com>
3165 L:      linux-rdma@vger.kernel.org
3166 W:      http://www.openfabrics.org
3167 S:      Supported
3168 F:      drivers/infiniband/hw/cxgb4/
3169
3170 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3171 M:      Casey Leedom <leedom@chelsio.com>
3172 L:      netdev@vger.kernel.org
3173 W:      http://www.chelsio.com
3174 S:      Supported
3175 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3176
3177 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3178 M:      Ian Munsie <imunsie@au1.ibm.com>
3179 M:      Michael Neuling <mikey@neuling.org>
3180 L:      linuxppc-dev@lists.ozlabs.org
3181 S:      Supported
3182 F:      drivers/misc/cxl/
3183 F:      include/misc/cxl*
3184 F:      include/uapi/misc/cxl.h
3185 F:      Documentation/powerpc/cxl.txt
3186 F:      Documentation/powerpc/cxl.txt
3187 F:      Documentation/ABI/testing/sysfs-class-cxl
3188
3189 STMMAC ETHERNET DRIVER
3190 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3191 L:      netdev@vger.kernel.org
3192 W:      http://www.stlinux.com
3193 S:      Supported
3194 F:      drivers/net/ethernet/stmicro/stmmac/
3195
3196 CYBERPRO FB DRIVER
3197 M:      Russell King <linux@arm.linux.org.uk>
3198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3199 W:      http://www.arm.linux.org.uk/
3200 S:      Maintained
3201 F:      drivers/video/fbdev/cyber2000fb.*
3202
3203 CYCLADES ASYNC MUX DRIVER
3204 W:      http://www.cyclades.com/
3205 S:      Orphan
3206 F:      drivers/tty/cyclades.c
3207 F:      include/linux/cyclades.h
3208 F:      include/uapi/linux/cyclades.h
3209
3210 CYCLADES PC300 DRIVER
3211 W:      http://www.cyclades.com/
3212 S:      Orphan
3213 F:      drivers/net/wan/pc300*
3214
3215 CYPRESS_FIRMWARE MEDIA DRIVER
3216 M:      Antti Palosaari <crope@iki.fi>
3217 L:      linux-media@vger.kernel.org
3218 W:      http://linuxtv.org/
3219 W:      http://palosaari.fi/linux/
3220 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3221 T:      git git://linuxtv.org/anttip/media_tree.git
3222 S:      Maintained
3223 F:      drivers/media/common/cypress_firmware*
3224
3225 CYTTSP TOUCHSCREEN DRIVER
3226 M:      Ferruh Yigit <fery@cypress.com>
3227 L:      linux-input@vger.kernel.org
3228 S:      Supported
3229 F:      drivers/input/touchscreen/cyttsp*
3230 F:      include/linux/input/cyttsp.h
3231
3232 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3233 M:      Joshua Kinard <kumba@gentoo.org>
3234 S:      Maintained
3235 F:      drivers/rtc/rtc-ds1685.c
3236 F:      include/linux/rtc/ds1685.h
3237
3238 DAMA SLAVE for AX.25
3239 M:      Joerg Reuter <jreuter@yaina.de>
3240 W:      http://yaina.de/jreuter/
3241 W:      http://www.qsl.net/dl1bke/
3242 L:      linux-hams@vger.kernel.org
3243 S:      Maintained
3244 F:      net/ax25/af_ax25.c
3245 F:      net/ax25/ax25_dev.c
3246 F:      net/ax25/ax25_ds_*
3247 F:      net/ax25/ax25_in.c
3248 F:      net/ax25/ax25_out.c
3249 F:      net/ax25/ax25_timer.c
3250 F:      net/ax25/sysctl_net_ax25.c
3251
3252 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3253 L:      netdev@vger.kernel.org
3254 S:      Orphan
3255 F:      Documentation/networking/dmfe.txt
3256 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3257
3258 DC390/AM53C974 SCSI driver
3259 M:      Hannes Reinecke <hare@suse.com>
3260 L:      linux-scsi@vger.kernel.org
3261 S:      Maintained
3262 F:      drivers/scsi/am53c974.c
3263
3264 DC395x SCSI driver
3265 M:      Oliver Neukum <oliver@neukum.org>
3266 M:      Ali Akcaagac <aliakc@web.de>
3267 M:      Jamie Lenehan <lenehan@twibble.org>
3268 L:      dc395x@twibble.org
3269 W:      http://twibble.org/dist/dc395x/
3270 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3271 S:      Maintained
3272 F:      Documentation/scsi/dc395x.txt
3273 F:      drivers/scsi/dc395x.*
3274
3275 DCCP PROTOCOL
3276 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3277 L:      dccp@vger.kernel.org
3278 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3279 S:      Maintained
3280 F:      include/linux/dccp.h
3281 F:      include/uapi/linux/dccp.h
3282 F:      include/linux/tfrc.h
3283 F:      net/dccp/
3284
3285 DECnet NETWORK LAYER
3286 W:      http://linux-decnet.sourceforge.net
3287 L:      linux-decnet-user@lists.sourceforge.net
3288 S:      Orphan
3289 F:      Documentation/networking/decnet.txt
3290 F:      net/decnet/
3291
3292 DECSTATION PLATFORM SUPPORT
3293 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3294 L:      linux-mips@linux-mips.org
3295 W:      http://www.linux-mips.org/wiki/DECstation
3296 S:      Maintained
3297 F:      arch/mips/dec/
3298 F:      arch/mips/include/asm/dec/
3299 F:      arch/mips/include/asm/mach-dec/
3300
3301 DEFXX FDDI NETWORK DRIVER
3302 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3303 S:      Maintained
3304 F:      drivers/net/fddi/defxx.*
3305
3306 DELL LAPTOP DRIVER
3307 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3308 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3309 L:      platform-driver-x86@vger.kernel.org
3310 S:      Maintained
3311 F:      drivers/platform/x86/dell-laptop.c
3312
3313 DELL LAPTOP RBTN DRIVER
3314 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3315 S:      Maintained
3316 F:      drivers/platform/x86/dell-rbtn.*
3317
3318 DELL LAPTOP FREEFALL DRIVER
3319 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3320 S:      Maintained
3321 F:      drivers/platform/x86/dell-smo8800.c
3322
3323 DELL LAPTOP SMM DRIVER
3324 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3325 S:      Maintained
3326 F:      drivers/hwmon/dell-smm-hwmon.c
3327 F:      include/uapi/linux/i8k.h
3328
3329 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3330 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3331 S:      Maintained
3332 F:      Documentation/dcdbas.txt
3333 F:      drivers/firmware/dcdbas.*
3334
3335 DELL WMI EXTRAS DRIVER
3336 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3337 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3338 S:      Maintained
3339 F:      drivers/platform/x86/dell-wmi.c
3340
3341 DESIGNWARE USB2 DRD IP DRIVER
3342 M:      John Youn <johnyoun@synopsys.com>
3343 L:      linux-usb@vger.kernel.org
3344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3345 S:      Maintained
3346 F:      drivers/usb/dwc2/
3347
3348 DESIGNWARE USB3 DRD IP DRIVER
3349 M:      Felipe Balbi <balbi@ti.com>
3350 L:      linux-usb@vger.kernel.org
3351 L:      linux-omap@vger.kernel.org
3352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3353 S:      Maintained
3354 F:      drivers/usb/dwc3/
3355
3356 DEVICE COREDUMP (DEV_COREDUMP)
3357 M:      Johannes Berg <johannes@sipsolutions.net>
3358 L:      linux-kernel@vger.kernel.org
3359 S:      Maintained
3360 F:      drivers/base/devcoredump.c
3361 F:      include/linux/devcoredump.h
3362
3363 DEVICE FREQUENCY (DEVFREQ)
3364 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3365 M:      Kyungmin Park <kyungmin.park@samsung.com>
3366 L:      linux-pm@vger.kernel.org
3367 S:      Maintained
3368 F:      drivers/devfreq/
3369
3370 DEVICE NUMBER REGISTRY
3371 M:      Torben Mathiasen <device@lanana.org>
3372 W:      http://lanana.org/docs/device-list/index.html
3373 S:      Maintained
3374
3375 DEVICE-MAPPER  (LVM)
3376 M:      Alasdair Kergon <agk@redhat.com>
3377 M:      Mike Snitzer <snitzer@redhat.com>
3378 M:      dm-devel@redhat.com
3379 L:      dm-devel@redhat.com
3380 W:      http://sources.redhat.com/dm
3381 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3383 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3384 S:      Maintained
3385 F:      Documentation/device-mapper/
3386 F:      drivers/md/dm*
3387 F:      drivers/md/persistent-data/
3388 F:      include/linux/device-mapper.h
3389 F:      include/linux/dm-*.h
3390 F:      include/uapi/linux/dm-*.h
3391
3392 DIALOG SEMICONDUCTOR DRIVERS
3393 M:      Support Opensource <support.opensource@diasemi.com>
3394 W:      http://www.dialog-semiconductor.com/products
3395 S:      Supported
3396 F:      Documentation/hwmon/da90??
3397 F:      drivers/gpio/gpio-da90??.c
3398 F:      drivers/hwmon/da90??-hwmon.c
3399 F:      drivers/iio/adc/da91??-*.c
3400 F:      drivers/input/misc/da90??_onkey.c
3401 F:      drivers/input/touchscreen/da9052_tsi.c
3402 F:      drivers/leds/leds-da90??.c
3403 F:      drivers/mfd/da903x.c
3404 F:      drivers/mfd/da90??-*.c
3405 F:      drivers/mfd/da91??-*.c
3406 F:      drivers/power/da9052-battery.c
3407 F:      drivers/power/da91??-*.c
3408 F:      drivers/regulator/da903x.c
3409 F:      drivers/regulator/da9???-regulator.[ch]
3410 F:      drivers/rtc/rtc-da90??.c
3411 F:      drivers/video/backlight/da90??_bl.c
3412 F:      drivers/watchdog/da90??_wdt.c
3413 F:      include/linux/mfd/da903x.h
3414 F:      include/linux/mfd/da9052/
3415 F:      include/linux/mfd/da9055/
3416 F:      include/linux/mfd/da9063/
3417 F:      include/linux/mfd/da9150/
3418 F:      include/sound/da[79]*.h
3419 F:      sound/soc/codecs/da[79]*.[ch]
3420
3421 DIGI NEO AND CLASSIC PCI PRODUCTS
3422 M:      Lidza Louina <lidza.louina@gmail.com>
3423 M:      Mark Hounschell <markh@compro.net>
3424 L:      driverdev-devel@linuxdriverproject.org
3425 S:      Maintained
3426 F:      drivers/staging/dgnc/
3427
3428 DIGI EPCA PCI PRODUCTS
3429 M:      Lidza Louina <lidza.louina@gmail.com>
3430 M:      Daeseok Youn <daeseok.youn@gmail.com>
3431 L:      driverdev-devel@linuxdriverproject.org
3432 S:      Maintained
3433 F:      drivers/staging/dgap/
3434
3435 DIOLAN U2C-12 I2C DRIVER
3436 M:      Guenter Roeck <linux@roeck-us.net>
3437 L:      linux-i2c@vger.kernel.org
3438 S:      Maintained
3439 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3440
3441 DIRECT ACCESS (DAX)
3442 M:      Matthew Wilcox <willy@linux.intel.com>
3443 L:      linux-fsdevel@vger.kernel.org
3444 S:      Supported
3445 F:      fs/dax.c
3446
3447 DIRECTORY NOTIFICATION (DNOTIFY)
3448 M:      Eric Paris <eparis@parisplace.org>
3449 S:      Maintained
3450 F:      Documentation/filesystems/dnotify.txt
3451 F:      fs/notify/dnotify/
3452 F:      include/linux/dnotify.h
3453
3454 DISK GEOMETRY AND PARTITION HANDLING
3455 M:      Andries Brouwer <aeb@cwi.nl>
3456 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3457 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3458 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3459 S:      Maintained
3460
3461 DISKQUOTA
3462 M:      Jan Kara <jack@suse.com>
3463 S:      Maintained
3464 F:      Documentation/filesystems/quota.txt
3465 F:      fs/quota/
3466 F:      include/linux/quota*.h
3467 F:      include/uapi/linux/quota*.h
3468
3469 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3470 M:      Bernie Thompson <bernie@plugable.com>
3471 L:      linux-fbdev@vger.kernel.org
3472 S:      Maintained
3473 W:      http://plugable.com/category/projects/udlfb/
3474 F:      drivers/video/fbdev/udlfb.c
3475 F:      include/video/udlfb.h
3476 F:      Documentation/fb/udlfb.txt
3477
3478 DISTRIBUTED LOCK MANAGER (DLM)
3479 M:      Christine Caulfield <ccaulfie@redhat.com>
3480 M:      David Teigland <teigland@redhat.com>
3481 L:      cluster-devel@redhat.com
3482 W:      http://sources.redhat.com/cluster/
3483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3484 S:      Supported
3485 F:      fs/dlm/
3486
3487 DMA BUFFER SHARING FRAMEWORK
3488 M:      Sumit Semwal <sumit.semwal@linaro.org>
3489 S:      Maintained
3490 L:      linux-media@vger.kernel.org
3491 L:      dri-devel@lists.freedesktop.org
3492 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3493 F:      drivers/dma-buf/
3494 F:      include/linux/dma-buf*
3495 F:      include/linux/reservation.h
3496 F:      include/linux/*fence.h
3497 F:      Documentation/dma-buf-sharing.txt
3498 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3499
3500 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3501 M:      Vinod Koul <vinod.koul@intel.com>
3502 L:      dmaengine@vger.kernel.org
3503 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3504 S:      Maintained
3505 F:      drivers/dma/
3506 F:      include/linux/dmaengine.h
3507 F:      Documentation/dmaengine/
3508 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3509
3510 DME1737 HARDWARE MONITOR DRIVER
3511 M:      Juerg Haefliger <juergh@gmail.com>
3512 L:      lm-sensors@lm-sensors.org
3513 S:      Maintained
3514 F:      Documentation/hwmon/dme1737
3515 F:      drivers/hwmon/dme1737.c
3516
3517 DMI/SMBIOS SUPPORT
3518 M:      Jean Delvare <jdelvare@suse.com>
3519 S:      Maintained
3520 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3521 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3522 F:      drivers/firmware/dmi-id.c
3523 F:      drivers/firmware/dmi_scan.c
3524 F:      include/linux/dmi.h
3525
3526 DOCUMENTATION
3527 M:      Jonathan Corbet <corbet@lwn.net>
3528 L:      linux-doc@vger.kernel.org
3529 S:      Maintained
3530 F:      Documentation/
3531 X:      Documentation/ABI/
3532 X:      Documentation/devicetree/
3533 X:      Documentation/acpi
3534 X:      Documentation/power
3535 X:      Documentation/spi
3536 X:      Documentation/DocBook/media
3537 T:      git git://git.lwn.net/linux-2.6.git docs-next
3538
3539 DOUBLETALK DRIVER
3540 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3541 L:      blinux-list@redhat.com
3542 S:      Maintained
3543 F:      drivers/char/dtlk.c
3544 F:      include/linux/dtlk.h
3545
3546 DPT_I2O SCSI RAID DRIVER
3547 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3548 L:      linux-scsi@vger.kernel.org
3549 W:      http://www.adaptec.com/
3550 S:      Maintained
3551 F:      drivers/scsi/dpt*
3552 F:      drivers/scsi/dpt/
3553
3554 DRBD DRIVER
3555 P:      Philipp Reisner
3556 P:      Lars Ellenberg
3557 M:      drbd-dev@lists.linbit.com
3558 L:      drbd-user@lists.linbit.com
3559 W:      http://www.drbd.org
3560 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3561 T:      git git://git.drbd.org/drbd-8.3.git
3562 S:      Supported
3563 F:      drivers/block/drbd/
3564 F:      lib/lru_cache.c
3565 F:      Documentation/blockdev/drbd/
3566
3567 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3568 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3570 S:      Supported
3571 F:      Documentation/kobject.txt
3572 F:      drivers/base/
3573 F:      fs/debugfs/
3574 F:      fs/kernfs/
3575 F:      fs/sysfs/
3576 F:      include/linux/debugfs.h
3577 F:      include/linux/kobj*
3578 F:      lib/kobj*
3579
3580 DRM DRIVERS
3581 M:      David Airlie <airlied@linux.ie>
3582 L:      dri-devel@lists.freedesktop.org
3583 T:      git git://people.freedesktop.org/~airlied/linux
3584 S:      Maintained
3585 F:      drivers/gpu/drm/
3586 F:      drivers/gpu/vga/
3587 F:      include/drm/
3588 F:      include/uapi/drm/
3589
3590 RADEON DRM DRIVERS
3591 M:      Alex Deucher <alexander.deucher@amd.com>
3592 M:      Christian König <christian.koenig@amd.com>
3593 L:      dri-devel@lists.freedesktop.org
3594 T:      git git://people.freedesktop.org/~agd5f/linux
3595 S:      Supported
3596 F:      drivers/gpu/drm/radeon/
3597 F:      include/uapi/drm/radeon*
3598
3599 DRM PANEL DRIVERS
3600 M:      Thierry Reding <thierry.reding@gmail.com>
3601 L:      dri-devel@lists.freedesktop.org
3602 T:      git git://anongit.freedesktop.org/tegra/linux.git
3603 S:      Maintained
3604 F:      drivers/gpu/drm/drm_panel.c
3605 F:      drivers/gpu/drm/panel/
3606 F:      include/drm/drm_panel.h
3607 F:      Documentation/devicetree/bindings/panel/
3608
3609 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3610 M:      Daniel Vetter <daniel.vetter@intel.com>
3611 M:      Jani Nikula <jani.nikula@linux.intel.com>
3612 L:      intel-gfx@lists.freedesktop.org
3613 L:      dri-devel@lists.freedesktop.org
3614 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3615 T:      git git://anongit.freedesktop.org/drm-intel
3616 S:      Supported
3617 F:      drivers/gpu/drm/i915/
3618 F:      include/drm/i915*
3619 F:      include/uapi/drm/i915*
3620
3621 DRM DRIVERS FOR ATMEL HLCDC
3622 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3623 L:      dri-devel@lists.freedesktop.org
3624 S:      Supported
3625 F:      drivers/gpu/drm/atmel-hlcdc/
3626 F:      Documentation/devicetree/bindings/drm/atmel/
3627
3628 DRM DRIVERS FOR EXYNOS
3629 M:      Inki Dae <inki.dae@samsung.com>
3630 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3631 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3632 M:      Kyungmin Park <kyungmin.park@samsung.com>
3633 L:      dri-devel@lists.freedesktop.org
3634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3635 S:      Supported
3636 F:      drivers/gpu/drm/exynos/
3637 F:      include/drm/exynos*
3638 F:      include/uapi/drm/exynos*
3639
3640 DRM DRIVERS FOR FREESCALE DCU
3641 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3642 M:      Alison Wang <alison.wang@freescale.com>
3643 L:      dri-devel@lists.freedesktop.org
3644 S:      Supported
3645 F:      drivers/gpu/drm/fsl-dcu/
3646 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3647 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3648
3649 DRM DRIVERS FOR FREESCALE IMX
3650 M:      Philipp Zabel <p.zabel@pengutronix.de>
3651 L:      dri-devel@lists.freedesktop.org
3652 S:      Maintained
3653 F:      drivers/gpu/drm/imx/
3654 F:      Documentation/devicetree/bindings/drm/imx/
3655
3656 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3657 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3658 L:      dri-devel@lists.freedesktop.org
3659 T:      git git://github.com/patjak/drm-gma500
3660 S:      Maintained
3661 F:      drivers/gpu/drm/gma500
3662 F:      include/drm/gma500*
3663
3664 DRM DRIVERS FOR NVIDIA TEGRA
3665 M:      Thierry Reding <thierry.reding@gmail.com>
3666 M:      Terje Bergström <tbergstrom@nvidia.com>
3667 L:      dri-devel@lists.freedesktop.org
3668 L:      linux-tegra@vger.kernel.org
3669 T:      git git://anongit.freedesktop.org/tegra/linux.git
3670 S:      Supported
3671 F:      drivers/gpu/drm/tegra/
3672 F:      drivers/gpu/host1x/
3673 F:      include/linux/host1x.h
3674 F:      include/uapi/drm/tegra_drm.h
3675 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3676
3677 DRM DRIVERS FOR RENESAS
3678 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3679 L:      dri-devel@lists.freedesktop.org
3680 L:      linux-sh@vger.kernel.org
3681 T:      git git://people.freedesktop.org/~airlied/linux
3682 S:      Supported
3683 F:      drivers/gpu/drm/rcar-du/
3684 F:      drivers/gpu/drm/shmobile/
3685 F:      include/linux/platform_data/shmob_drm.h
3686
3687 DRM DRIVERS FOR ROCKCHIP
3688 M:      Mark Yao <mark.yao@rock-chips.com>
3689 L:      dri-devel@lists.freedesktop.org
3690 S:      Maintained
3691 F:      drivers/gpu/drm/rockchip/
3692 F:      Documentation/devicetree/bindings/video/rockchip*
3693
3694 DRM DRIVERS FOR STI
3695 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3696 M:      Vincent Abriou <vincent.abriou@st.com>
3697 L:      dri-devel@lists.freedesktop.org
3698 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3699 S:      Maintained
3700 F:      drivers/gpu/drm/sti
3701 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3702
3703 DSBR100 USB FM RADIO DRIVER
3704 M:      Alexey Klimov <klimov.linux@gmail.com>
3705 L:      linux-media@vger.kernel.org
3706 T:      git git://linuxtv.org/media_tree.git
3707 S:      Maintained
3708 F:      drivers/media/radio/dsbr100.c
3709
3710 DSCC4 DRIVER
3711 M:      Francois Romieu <romieu@fr.zoreil.com>
3712 L:      netdev@vger.kernel.org
3713 S:      Maintained
3714 F:      drivers/net/wan/dscc4.c
3715
3716 DT3155 MEDIA DRIVER
3717 M:      Hans Verkuil <hverkuil@xs4all.nl>
3718 L:      linux-media@vger.kernel.org
3719 T:      git git://linuxtv.org/media_tree.git
3720 W:      http://linuxtv.org
3721 S:      Odd Fixes
3722 F:      drivers/media/pci/dt3155/
3723
3724 DVB_USB_AF9015 MEDIA DRIVER
3725 M:      Antti Palosaari <crope@iki.fi>
3726 L:      linux-media@vger.kernel.org
3727 W:      http://linuxtv.org/
3728 W:      http://palosaari.fi/linux/
3729 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3730 T:      git git://linuxtv.org/anttip/media_tree.git
3731 S:      Maintained
3732 F:      drivers/media/usb/dvb-usb-v2/af9015*
3733
3734 DVB_USB_AF9035 MEDIA DRIVER
3735 M:      Antti Palosaari <crope@iki.fi>
3736 L:      linux-media@vger.kernel.org
3737 W:      http://linuxtv.org/
3738 W:      http://palosaari.fi/linux/
3739 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3740 T:      git git://linuxtv.org/anttip/media_tree.git
3741 S:      Maintained
3742 F:      drivers/media/usb/dvb-usb-v2/af9035*
3743
3744 DVB_USB_ANYSEE MEDIA DRIVER
3745 M:      Antti Palosaari <crope@iki.fi>
3746 L:      linux-media@vger.kernel.org
3747 W:      http://linuxtv.org/
3748 W:      http://palosaari.fi/linux/
3749 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3750 T:      git git://linuxtv.org/anttip/media_tree.git
3751 S:      Maintained
3752 F:      drivers/media/usb/dvb-usb-v2/anysee*
3753
3754 DVB_USB_AU6610 MEDIA DRIVER
3755 M:      Antti Palosaari <crope@iki.fi>
3756 L:      linux-media@vger.kernel.org
3757 W:      http://linuxtv.org/
3758 W:      http://palosaari.fi/linux/
3759 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3760 T:      git git://linuxtv.org/anttip/media_tree.git
3761 S:      Maintained
3762 F:      drivers/media/usb/dvb-usb-v2/au6610*
3763
3764 DVB_USB_CE6230 MEDIA DRIVER
3765 M:      Antti Palosaari <crope@iki.fi>
3766 L:      linux-media@vger.kernel.org
3767 W:      http://linuxtv.org/
3768 W:      http://palosaari.fi/linux/
3769 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3770 T:      git git://linuxtv.org/anttip/media_tree.git
3771 S:      Maintained
3772 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3773
3774 DVB_USB_CXUSB MEDIA DRIVER
3775 M:      Michael Krufky <mkrufky@linuxtv.org>
3776 L:      linux-media@vger.kernel.org
3777 W:      http://linuxtv.org/
3778 W:      http://github.com/mkrufky
3779 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3780 T:      git git://linuxtv.org/media_tree.git
3781 S:      Maintained
3782 F:      drivers/media/usb/dvb-usb/cxusb*
3783
3784 DVB_USB_EC168 MEDIA DRIVER
3785 M:      Antti Palosaari <crope@iki.fi>
3786 L:      linux-media@vger.kernel.org
3787 W:      http://linuxtv.org/
3788 W:      http://palosaari.fi/linux/
3789 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3790 T:      git git://linuxtv.org/anttip/media_tree.git
3791 S:      Maintained
3792 F:      drivers/media/usb/dvb-usb-v2/ec168*
3793
3794 DVB_USB_GL861 MEDIA DRIVER
3795 M:      Antti Palosaari <crope@iki.fi>
3796 L:      linux-media@vger.kernel.org
3797 W:      http://linuxtv.org/
3798 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3799 T:      git git://linuxtv.org/anttip/media_tree.git
3800 S:      Maintained
3801 F:      drivers/media/usb/dvb-usb-v2/gl861*
3802
3803 DVB_USB_MXL111SF MEDIA DRIVER
3804 M:      Michael Krufky <mkrufky@linuxtv.org>
3805 L:      linux-media@vger.kernel.org
3806 W:      http://linuxtv.org/
3807 W:      http://github.com/mkrufky
3808 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3809 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3810 S:      Maintained
3811 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3812
3813 DVB_USB_RTL28XXU MEDIA DRIVER
3814 M:      Antti Palosaari <crope@iki.fi>
3815 L:      linux-media@vger.kernel.org
3816 W:      http://linuxtv.org/
3817 W:      http://palosaari.fi/linux/
3818 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3819 T:      git git://linuxtv.org/anttip/media_tree.git
3820 S:      Maintained
3821 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3822
3823 DVB_USB_V2 MEDIA DRIVER
3824 M:      Antti Palosaari <crope@iki.fi>
3825 L:      linux-media@vger.kernel.org
3826 W:      http://linuxtv.org/
3827 W:      http://palosaari.fi/linux/
3828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3829 T:      git git://linuxtv.org/anttip/media_tree.git
3830 S:      Maintained
3831 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3832 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3833
3834 DYNAMIC DEBUG
3835 M:      Jason Baron <jbaron@akamai.com>
3836 S:      Maintained
3837 F:      lib/dynamic_debug.c
3838 F:      include/linux/dynamic_debug.h
3839
3840 DZ DECSTATION DZ11 SERIAL DRIVER
3841 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3842 S:      Maintained
3843 F:      drivers/tty/serial/dz.*
3844
3845 E3X0 POWER BUTTON DRIVER
3846 M:      Moritz Fischer <moritz.fischer@ettus.com>
3847 L:      usrp-users@lists.ettus.com
3848 W:      http://www.ettus.com
3849 S:      Supported
3850 F:      drivers/input/misc/e3x0-button.c
3851 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3852
3853 E4000 MEDIA DRIVER
3854 M:      Antti Palosaari <crope@iki.fi>
3855 L:      linux-media@vger.kernel.org
3856 W:      http://linuxtv.org/
3857 W:      http://palosaari.fi/linux/
3858 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3859 T:      git git://linuxtv.org/anttip/media_tree.git
3860 S:      Maintained
3861 F:      drivers/media/tuners/e4000*
3862
3863 EATA ISA/EISA/PCI SCSI DRIVER
3864 M:      Dario Ballabio <ballabio_dario@emc.com>
3865 L:      linux-scsi@vger.kernel.org
3866 S:      Maintained
3867 F:      drivers/scsi/eata.c
3868
3869 EC100 MEDIA DRIVER
3870 M:      Antti Palosaari <crope@iki.fi>
3871 L:      linux-media@vger.kernel.org
3872 W:      http://linuxtv.org/
3873 W:      http://palosaari.fi/linux/
3874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3875 T:      git git://linuxtv.org/anttip/media_tree.git
3876 S:      Maintained
3877 F:      drivers/media/dvb-frontends/ec100*
3878
3879 ECRYPT FILE SYSTEM
3880 M:      Tyler Hicks <tyhicks@canonical.com>
3881 L:      ecryptfs@vger.kernel.org
3882 W:      http://ecryptfs.org
3883 W:      https://launchpad.net/ecryptfs
3884 S:      Supported
3885 F:      Documentation/filesystems/ecryptfs.txt
3886 F:      fs/ecryptfs/
3887
3888 EDAC-CORE
3889 M:      Doug Thompson <dougthompson@xmission.com>
3890 M:      Borislav Petkov <bp@alien8.de>
3891 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3892 L:      linux-edac@vger.kernel.org
3893 W:      bluesmoke.sourceforge.net
3894 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3895 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3896 S:      Supported
3897 F:      Documentation/edac.txt
3898 F:      drivers/edac/
3899 F:      include/linux/edac.h
3900
3901 EDAC-AMD64
3902 M:      Doug Thompson <dougthompson@xmission.com>
3903 M:      Borislav Petkov <bp@alien8.de>
3904 L:      linux-edac@vger.kernel.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Maintained
3907 F:      drivers/edac/amd64_edac*
3908
3909 EDAC-CALXEDA
3910 M:      Doug Thompson <dougthompson@xmission.com>
3911 M:      Robert Richter <rric@kernel.org>
3912 L:      linux-edac@vger.kernel.org
3913 W:      bluesmoke.sourceforge.net
3914 S:      Maintained
3915 F:      drivers/edac/highbank*
3916
3917 EDAC-CAVIUM
3918 M:      Ralf Baechle <ralf@linux-mips.org>
3919 M:      David Daney <david.daney@cavium.com>
3920 L:      linux-edac@vger.kernel.org
3921 L:      linux-mips@linux-mips.org
3922 W:      bluesmoke.sourceforge.net
3923 S:      Supported
3924 F:      drivers/edac/octeon_edac*
3925
3926 EDAC-E752X
3927 M:      Mark Gross <mark.gross@intel.com>
3928 M:      Doug Thompson <dougthompson@xmission.com>
3929 L:      linux-edac@vger.kernel.org
3930 W:      bluesmoke.sourceforge.net
3931 S:      Maintained
3932 F:      drivers/edac/e752x_edac.c
3933
3934 EDAC-E7XXX
3935 M:      Doug Thompson <dougthompson@xmission.com>
3936 L:      linux-edac@vger.kernel.org
3937 W:      bluesmoke.sourceforge.net
3938 S:      Maintained
3939 F:      drivers/edac/e7xxx_edac.c
3940
3941 EDAC-GHES
3942 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3943 L:      linux-edac@vger.kernel.org
3944 W:      bluesmoke.sourceforge.net
3945 S:      Maintained
3946 F:      drivers/edac/ghes_edac.c
3947
3948 EDAC-I82443BXGX
3949 M:      Tim Small <tim@buttersideup.com>
3950 L:      linux-edac@vger.kernel.org
3951 W:      bluesmoke.sourceforge.net
3952 S:      Maintained
3953 F:      drivers/edac/i82443bxgx_edac.c
3954
3955 EDAC-I3000
3956 M:      Jason Uhlenkott <juhlenko@akamai.com>
3957 L:      linux-edac@vger.kernel.org
3958 W:      bluesmoke.sourceforge.net
3959 S:      Maintained
3960 F:      drivers/edac/i3000_edac.c
3961
3962 EDAC-I5000
3963 M:      Doug Thompson <dougthompson@xmission.com>
3964 L:      linux-edac@vger.kernel.org
3965 W:      bluesmoke.sourceforge.net
3966 S:      Maintained
3967 F:      drivers/edac/i5000_edac.c
3968
3969 EDAC-I5400
3970 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3971 L:      linux-edac@vger.kernel.org
3972 W:      bluesmoke.sourceforge.net
3973 S:      Maintained
3974 F:      drivers/edac/i5400_edac.c
3975
3976 EDAC-I7300
3977 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3978 L:      linux-edac@vger.kernel.org
3979 W:      bluesmoke.sourceforge.net
3980 S:      Maintained
3981 F:      drivers/edac/i7300_edac.c
3982
3983 EDAC-I7CORE
3984 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3985 L:      linux-edac@vger.kernel.org
3986 W:      bluesmoke.sourceforge.net
3987 S:      Maintained
3988 F:      drivers/edac/i7core_edac.c
3989
3990 EDAC-I82975X
3991 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3992 M:      "Arvind R." <arvino55@gmail.com>
3993 L:      linux-edac@vger.kernel.org
3994 W:      bluesmoke.sourceforge.net
3995 S:      Maintained
3996 F:      drivers/edac/i82975x_edac.c
3997
3998 EDAC-IE31200
3999 M:      Jason Baron <jbaron@akamai.com>
4000 L:      linux-edac@vger.kernel.org
4001 W:      bluesmoke.sourceforge.net
4002 S:      Maintained
4003 F:      drivers/edac/ie31200_edac.c
4004
4005 EDAC-MPC85XX
4006 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4007 L:      linux-edac@vger.kernel.org
4008 W:      bluesmoke.sourceforge.net
4009 S:      Maintained
4010 F:      drivers/edac/mpc85xx_edac.[ch]
4011
4012 EDAC-PASEMI
4013 M:      Egor Martovetsky <egor@pasemi.com>
4014 L:      linux-edac@vger.kernel.org
4015 W:      bluesmoke.sourceforge.net
4016 S:      Maintained
4017 F:      drivers/edac/pasemi_edac.c
4018
4019 EDAC-R82600
4020 M:      Tim Small <tim@buttersideup.com>
4021 L:      linux-edac@vger.kernel.org
4022 W:      bluesmoke.sourceforge.net
4023 S:      Maintained
4024 F:      drivers/edac/r82600_edac.c
4025
4026 EDAC-SBRIDGE
4027 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4028 L:      linux-edac@vger.kernel.org
4029 W:      bluesmoke.sourceforge.net
4030 S:      Maintained
4031 F:      drivers/edac/sb_edac.c
4032
4033 EDAC-XGENE
4034 APPLIED MICRO (APM) X-GENE SOC EDAC
4035 M:     Loc Ho <lho@apm.com>
4036 S:     Supported
4037 F:     drivers/edac/xgene_edac.c
4038 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4039
4040 EDIROL UA-101/UA-1000 DRIVER
4041 M:      Clemens Ladisch <clemens@ladisch.de>
4042 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4043 T:      git git://git.alsa-project.org/alsa-kernel.git
4044 S:      Maintained
4045 F:      sound/usb/misc/ua101.c
4046
4047 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4048 M:      Matt Fleming <matt@codeblueprint.co.uk>
4049 L:      linux-efi@vger.kernel.org
4050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4051 S:      Maintained
4052 F:      Documentation/efi-stub.txt
4053 F:      arch/ia64/kernel/efi.c
4054 F:      arch/x86/boot/compressed/eboot.[ch]
4055 F:      arch/x86/include/asm/efi.h
4056 F:      arch/x86/platform/efi/*
4057 F:      drivers/firmware/efi/*
4058 F:      include/linux/efi*.h
4059
4060 EFI VARIABLE FILESYSTEM
4061 M:      Matthew Garrett <matthew.garrett@nebula.com>
4062 M:      Jeremy Kerr <jk@ozlabs.org>
4063 M:      Matt Fleming <matt@codeblueprint.co.uk>
4064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4065 L:      linux-efi@vger.kernel.org
4066 S:      Maintained
4067 F:      fs/efivarfs/
4068
4069 EFIFB FRAMEBUFFER DRIVER
4070 L:      linux-fbdev@vger.kernel.org
4071 M:      Peter Jones <pjones@redhat.com>
4072 S:      Maintained
4073 F:      drivers/video/fbdev/efifb.c
4074
4075 EFS FILESYSTEM
4076 W:      http://aeschi.ch.eu.org/efs/
4077 S:      Orphan
4078 F:      fs/efs/
4079
4080 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4081 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4082 M:      Christoph Raisch <raisch@de.ibm.com>
4083 L:      linux-rdma@vger.kernel.org
4084 S:      Supported
4085 F:      drivers/infiniband/hw/ehca/
4086
4087 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4088 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4089 L:      netdev@vger.kernel.org
4090 S:      Maintained
4091 F:      drivers/net/ethernet/ibm/ehea/
4092
4093 EM28XX VIDEO4LINUX DRIVER
4094 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4095 L:      linux-media@vger.kernel.org
4096 W:      http://linuxtv.org
4097 T:      git git://linuxtv.org/media_tree.git
4098 S:      Maintained
4099 F:      drivers/media/usb/em28xx/
4100
4101 EMBEDDED LINUX
4102 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4103 M:      Matt Mackall <mpm@selenic.com>
4104 M:      David Woodhouse <dwmw2@infradead.org>
4105 L:      linux-embedded@vger.kernel.org
4106 S:      Maintained
4107
4108 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4109 M:      James Smart <james.smart@avagotech.com>
4110 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4111 L:      linux-scsi@vger.kernel.org
4112 W:      http://www.avagotech.com
4113 S:      Supported
4114 F:      drivers/scsi/lpfc/
4115
4116 ENE CB710 FLASH CARD READER DRIVER
4117 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4118 S:      Maintained
4119 F:      drivers/misc/cb710/
4120 F:      drivers/mmc/host/cb710-mmc.*
4121 F:      include/linux/cb710.h
4122
4123 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4124 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4125 S:      Maintained
4126 F:      drivers/media/rc/ene_ir.*
4127
4128 ENHANCED ERROR HANDLING (EEH)
4129 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4130 L:      linuxppc-dev@lists.ozlabs.org
4131 S:      Supported
4132 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4133 F:      arch/powerpc/kernel/eeh*.c
4134
4135 EPSON S1D13XXX FRAMEBUFFER DRIVER
4136 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4137 S:      Maintained
4138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4139 F:      drivers/video/fbdev/s1d13xxxfb.c
4140 F:      include/video/s1d13xxxfb.h
4141
4142 ET131X NETWORK DRIVER
4143 M:      Mark Einon <mark.einon@gmail.com>
4144 S:      Odd Fixes
4145 F:      drivers/net/ethernet/agere/
4146
4147 ETHERNET BRIDGE
4148 M:      Stephen Hemminger <stephen@networkplumber.org>
4149 L:      bridge@lists.linux-foundation.org
4150 L:      netdev@vger.kernel.org
4151 W:      http://www.linuxfoundation.org/en/Net:Bridge
4152 S:      Maintained
4153 F:      include/linux/netfilter_bridge/
4154 F:      net/bridge/
4155
4156 ETHERNET PHY LIBRARY
4157 M:      Florian Fainelli <f.fainelli@gmail.com>
4158 L:      netdev@vger.kernel.org
4159 S:      Maintained
4160 F:      include/linux/phy.h
4161 F:      include/linux/phy_fixed.h
4162 F:      drivers/net/phy/
4163 F:      Documentation/networking/phy.txt
4164 F:      drivers/of/of_mdio.c
4165 F:      drivers/of/of_net.c
4166
4167 EXT2 FILE SYSTEM
4168 M:      Jan Kara <jack@suse.com>
4169 L:      linux-ext4@vger.kernel.org
4170 S:      Maintained
4171 F:      Documentation/filesystems/ext2.txt
4172 F:      fs/ext2/
4173 F:      include/linux/ext2*
4174
4175 EXT4 FILE SYSTEM
4176 M:      "Theodore Ts'o" <tytso@mit.edu>
4177 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4178 L:      linux-ext4@vger.kernel.org
4179 W:      http://ext4.wiki.kernel.org
4180 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4181 S:      Maintained
4182 F:      Documentation/filesystems/ext4.txt
4183 F:      fs/ext4/
4184
4185 Extended Verification Module (EVM)
4186 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4187 L:      linux-ima-devel@lists.sourceforge.net
4188 L:      linux-security-module@vger.kernel.org
4189 S:      Supported
4190 F:      security/integrity/evm/
4191
4192 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4193 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4194 M:      Chanwoo Choi <cw00.choi@samsung.com>
4195 L:      linux-kernel@vger.kernel.org
4196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4197 S:      Maintained
4198 F:      drivers/extcon/
4199 F:      Documentation/extcon/
4200
4201 EXYNOS DP DRIVER
4202 M:      Jingoo Han <jingoohan1@gmail.com>
4203 L:      dri-devel@lists.freedesktop.org
4204 S:      Maintained
4205 F:      drivers/gpu/drm/exynos/exynos_dp*
4206
4207 EXYNOS MIPI DISPLAY DRIVERS
4208 M:      Inki Dae <inki.dae@samsung.com>
4209 M:      Donghwa Lee <dh09.lee@samsung.com>
4210 M:      Kyungmin Park <kyungmin.park@samsung.com>
4211 L:      linux-fbdev@vger.kernel.org
4212 S:      Maintained
4213 F:      drivers/video/fbdev/exynos/exynos_mipi*
4214 F:      include/video/exynos_mipi*
4215
4216 F71805F HARDWARE MONITORING DRIVER
4217 M:      Jean Delvare <jdelvare@suse.com>
4218 L:      lm-sensors@lm-sensors.org
4219 S:      Maintained
4220 F:      Documentation/hwmon/f71805f
4221 F:      drivers/hwmon/f71805f.c
4222
4223 FC0011 TUNER DRIVER
4224 M:      Michael Buesch <m@bues.ch>
4225 L:      linux-media@vger.kernel.org
4226 S:      Maintained
4227 F:      drivers/media/tuners/fc0011.h
4228 F:      drivers/media/tuners/fc0011.c
4229
4230 FC2580 MEDIA DRIVER
4231 M:      Antti Palosaari <crope@iki.fi>
4232 L:      linux-media@vger.kernel.org
4233 W:      http://linuxtv.org/
4234 W:      http://palosaari.fi/linux/
4235 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4236 T:      git git://linuxtv.org/anttip/media_tree.git
4237 S:      Maintained
4238 F:      drivers/media/tuners/fc2580*
4239
4240 FANOTIFY
4241 M:      Eric Paris <eparis@redhat.com>
4242 S:      Maintained
4243 F:      fs/notify/fanotify/
4244 F:      include/linux/fanotify.h
4245 F:      include/uapi/linux/fanotify.h
4246
4247 FARSYNC SYNCHRONOUS DRIVER
4248 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4249 W:      http://www.farsite.co.uk/
4250 S:      Supported
4251 F:      drivers/net/wan/farsync.*
4252
4253 FAULT INJECTION SUPPORT
4254 M:      Akinobu Mita <akinobu.mita@gmail.com>
4255 S:      Supported
4256 F:      Documentation/fault-injection/
4257 F:      lib/fault-inject.c
4258
4259 FBTFT Framebuffer drivers
4260 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4261 M:      Noralf Trønnes <noralf@tronnes.org>
4262 S:      Maintained
4263 F:      drivers/staging/fbtft/
4264
4265 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4266 M:      Vasu Dev <vasu.dev@intel.com>
4267 L:      fcoe-devel@open-fcoe.org
4268 W:      www.Open-FCoE.org
4269 S:      Supported
4270 F:      drivers/scsi/libfc/
4271 F:      drivers/scsi/fcoe/
4272 F:      include/scsi/fc/
4273 F:      include/scsi/libfc.h
4274 F:      include/scsi/libfcoe.h
4275 F:      include/uapi/scsi/fc/
4276
4277 FILE LOCKING (flock() and fcntl()/lockf())
4278 M:      Jeff Layton <jlayton@poochiereds.net>
4279 M:      "J. Bruce Fields" <bfields@fieldses.org>
4280 L:      linux-fsdevel@vger.kernel.org
4281 S:      Maintained
4282 F:      include/linux/fcntl.h
4283 F:      include/linux/fs.h
4284 F:      include/uapi/linux/fcntl.h
4285 F:      include/uapi/linux/fs.h
4286 F:      fs/fcntl.c
4287 F:      fs/locks.c
4288
4289 FILESYSTEMS (VFS and infrastructure)
4290 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4291 L:      linux-fsdevel@vger.kernel.org
4292 S:      Maintained
4293 F:      fs/*
4294
4295 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4296 M:      Riku Voipio <riku.voipio@iki.fi>
4297 L:      lm-sensors@lm-sensors.org
4298 S:      Maintained
4299 F:      drivers/hwmon/f75375s.c
4300 F:      include/linux/f75375s.h
4301
4302 FIREWIRE AUDIO DRIVERS
4303 M:      Clemens Ladisch <clemens@ladisch.de>
4304 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4305 T:      git git://git.alsa-project.org/alsa-kernel.git
4306 S:      Maintained
4307 F:      sound/firewire/
4308
4309 FIREWIRE MEDIA DRIVERS (firedtv)
4310 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4311 L:      linux-media@vger.kernel.org
4312 L:      linux1394-devel@lists.sourceforge.net
4313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4314 S:      Maintained
4315 F:      drivers/media/firewire/
4316
4317 FIREWIRE SBP-2 TARGET
4318 M:      Chris Boot <bootc@bootc.net>
4319 L:      linux-scsi@vger.kernel.org
4320 L:      target-devel@vger.kernel.org
4321 L:      linux1394-devel@lists.sourceforge.net
4322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4323 S:      Maintained
4324 F:      drivers/target/sbp/
4325
4326 FIREWIRE SUBSYSTEM
4327 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4328 L:      linux1394-devel@lists.sourceforge.net
4329 W:      http://ieee1394.wiki.kernel.org/
4330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4331 S:      Maintained
4332 F:      drivers/firewire/
4333 F:      include/linux/firewire.h
4334 F:      include/uapi/linux/firewire*.h
4335 F:      tools/firewire/
4336
4337 FIRMWARE LOADER (request_firmware)
4338 M:      Ming Lei <ming.lei@canonical.com>
4339 L:      linux-kernel@vger.kernel.org
4340 S:      Maintained
4341 F:      Documentation/firmware_class/
4342 F:      drivers/base/firmware*.c
4343 F:      include/linux/firmware.h
4344
4345 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4346 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4347 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4348 S:      Maintained
4349 F:      drivers/block/rsxx/
4350
4351 FLOPPY DRIVER
4352 M:      Jiri Kosina <jikos@kernel.org>
4353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4354 S:      Odd fixes
4355 F:      drivers/block/floppy.c
4356
4357 FMC SUBSYSTEM
4358 M:      Alessandro Rubini <rubini@gnudd.com>
4359 W:      http://www.ohwr.org/projects/fmc-bus
4360 S:      Supported
4361 F:      drivers/fmc/
4362 F:      include/linux/fmc*.h
4363 F:      include/linux/ipmi-fru.h
4364 K:      fmc_d.*register
4365
4366 FPGA MANAGER FRAMEWORK
4367 M:      Alan Tull <atull@opensource.altera.com>
4368 S:      Maintained
4369 F:      drivers/fpga/
4370 F:      include/linux/fpga/fpga-mgr.h
4371 W:      http://www.rocketboards.org
4372
4373 FPU EMULATOR
4374 M:      Bill Metzenthen <billm@melbpc.org.au>
4375 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4376 S:      Maintained
4377 F:      arch/x86/math-emu/
4378
4379 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4380 L:      netdev@vger.kernel.org
4381 S:      Orphan
4382 F:      drivers/net/wan/dlci.c
4383 F:      drivers/net/wan/sdla.c
4384
4385 FRAMEBUFFER LAYER
4386 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4387 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4388 L:      linux-fbdev@vger.kernel.org
4389 W:      http://linux-fbdev.sourceforge.net/
4390 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4392 S:      Maintained
4393 F:      Documentation/fb/
4394 F:      Documentation/devicetree/bindings/fb/
4395 F:      drivers/video/
4396 F:      include/video/
4397 F:      include/linux/fb.h
4398 F:      include/uapi/video/
4399 F:      include/uapi/linux/fb.h
4400
4401 FREESCALE DIU FRAMEBUFFER DRIVER
4402 M:      Timur Tabi <timur@tabi.org>
4403 L:      linux-fbdev@vger.kernel.org
4404 S:      Maintained
4405 F:      drivers/video/fbdev/fsl-diu-fb.*
4406
4407 FREESCALE DMA DRIVER
4408 M:      Li Yang <leoli@freescale.com>
4409 M:      Zhang Wei <zw@zh-kernel.org>
4410 L:      linuxppc-dev@lists.ozlabs.org
4411 S:      Maintained
4412 F:      drivers/dma/fsldma.*
4413
4414 FREESCALE I2C CPM DRIVER
4415 M:      Jochen Friedrich <jochen@scram.de>
4416 L:      linuxppc-dev@lists.ozlabs.org
4417 L:      linux-i2c@vger.kernel.org
4418 S:      Maintained
4419 F:      drivers/i2c/busses/i2c-cpm.c
4420
4421 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4422 M:      Sascha Hauer <kernel@pengutronix.de>
4423 L:      linux-fbdev@vger.kernel.org
4424 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4425 S:      Maintained
4426 F:      include/linux/platform_data/video-imxfb.h
4427 F:      drivers/video/fbdev/imxfb.c
4428
4429 FREESCALE QUAD SPI DRIVER
4430 M:      Han Xu <han.xu@freescale.com>
4431 L:      linux-mtd@lists.infradead.org
4432 S:      Maintained
4433 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4434
4435 FREESCALE SOC FS_ENET DRIVER
4436 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4437 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4438 L:      linuxppc-dev@lists.ozlabs.org
4439 L:      netdev@vger.kernel.org
4440 S:      Maintained
4441 F:      drivers/net/ethernet/freescale/fs_enet/
4442 F:      include/linux/fs_enet_pd.h
4443
4444 FREESCALE QUICC ENGINE LIBRARY
4445 L:      linuxppc-dev@lists.ozlabs.org
4446 S:      Orphan
4447 F:      arch/powerpc/sysdev/qe_lib/
4448 F:      arch/powerpc/include/asm/*qe.h
4449
4450 FREESCALE USB PERIPHERAL DRIVERS
4451 M:      Li Yang <leoli@freescale.com>
4452 L:      linux-usb@vger.kernel.org
4453 L:      linuxppc-dev@lists.ozlabs.org
4454 S:      Maintained
4455 F:      drivers/usb/gadget/udc/fsl*
4456
4457 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4458 M:      Li Yang <leoli@freescale.com>
4459 L:      netdev@vger.kernel.org
4460 L:      linuxppc-dev@lists.ozlabs.org
4461 S:      Maintained
4462 F:      drivers/net/ethernet/freescale/ucc_geth*
4463
4464 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4465 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4466 L:      netdev@vger.kernel.org
4467 S:      Maintained
4468 F:      drivers/net/ethernet/freescale/gianfar*
4469 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4470 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4471
4472 FREESCALE QUICC ENGINE UCC UART DRIVER
4473 M:      Timur Tabi <timur@tabi.org>
4474 L:      linuxppc-dev@lists.ozlabs.org
4475 S:      Maintained
4476 F:      drivers/tty/serial/ucc_uart.c
4477
4478 FREESCALE SOC SOUND DRIVERS
4479 M:      Timur Tabi <timur@tabi.org>
4480 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4481 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4482 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4483 L:      linuxppc-dev@lists.ozlabs.org
4484 S:      Maintained
4485 F:      sound/soc/fsl/fsl*
4486 F:      sound/soc/fsl/imx*
4487 F:      sound/soc/fsl/mpc8610_hpcd.c
4488
4489 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4490 M:      "J. German Rivera" <German.Rivera@freescale.com>
4491 L:      linux-kernel@vger.kernel.org
4492 S:      Maintained
4493 F:      drivers/staging/fsl-mc/
4494
4495 FREEVXFS FILESYSTEM
4496 M:      Christoph Hellwig <hch@infradead.org>
4497 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4498 S:      Maintained
4499 F:      fs/freevxfs/
4500
4501 FREEZER
4502 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4503 M:      Pavel Machek <pavel@ucw.cz>
4504 L:      linux-pm@vger.kernel.org
4505 S:      Supported
4506 F:      Documentation/power/freezing-of-tasks.txt
4507 F:      include/linux/freezer.h
4508 F:      kernel/freezer.c
4509
4510 FRONTSWAP API
4511 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4512 L:      linux-kernel@vger.kernel.org
4513 S:      Maintained
4514 F:      mm/frontswap.c
4515 F:      include/linux/frontswap.h
4516
4517 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4518 M:      David Howells <dhowells@redhat.com>
4519 L:      linux-cachefs@redhat.com
4520 S:      Supported
4521 F:      Documentation/filesystems/caching/
4522 F:      fs/fscache/
4523 F:      include/linux/fscache*.h
4524
4525 F2FS FILE SYSTEM
4526 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4527 M:      Changman Lee <cm224.lee@samsung.com>
4528 R:      Chao Yu <chao2.yu@samsung.com>
4529 L:      linux-f2fs-devel@lists.sourceforge.net
4530 W:      http://en.wikipedia.org/wiki/F2FS
4531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4532 S:      Maintained
4533 F:      Documentation/filesystems/f2fs.txt
4534 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4535 F:      fs/f2fs/
4536 F:      include/linux/f2fs_fs.h
4537 F:      include/trace/events/f2fs.h
4538
4539 FUJITSU FR-V (FRV) PORT
4540 M:      David Howells <dhowells@redhat.com>
4541 S:      Maintained
4542 F:      arch/frv/
4543
4544 FUJITSU LAPTOP EXTRAS
4545 M:      Jonathan Woithe <jwoithe@just42.net>
4546 L:      platform-driver-x86@vger.kernel.org
4547 S:      Maintained
4548 F:      drivers/platform/x86/fujitsu-laptop.c
4549
4550 FUJITSU M-5MO LS CAMERA ISP DRIVER
4551 M:      Kyungmin Park <kyungmin.park@samsung.com>
4552 M:      Heungjun Kim <riverful.kim@samsung.com>
4553 L:      linux-media@vger.kernel.org
4554 S:      Maintained
4555 F:      drivers/media/i2c/m5mols/
4556 F:      include/media/m5mols.h
4557
4558 FUJITSU TABLET EXTRAS
4559 M:      Robert Gerlach <khnz@gmx.de>
4560 L:      platform-driver-x86@vger.kernel.org
4561 S:      Maintained
4562 F:      drivers/platform/x86/fujitsu-tablet.c
4563
4564 FUSE: FILESYSTEM IN USERSPACE
4565 M:      Miklos Szeredi <miklos@szeredi.hu>
4566 L:      fuse-devel@lists.sourceforge.net
4567 W:      http://fuse.sourceforge.net/
4568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4569 S:      Maintained
4570 F:      fs/fuse/
4571 F:      include/uapi/linux/fuse.h
4572 F:      Documentation/filesystems/fuse.txt
4573
4574 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4575 M:      Rik Faith <faith@cs.unc.edu>
4576 L:      linux-scsi@vger.kernel.org
4577 S:      Odd Fixes (e.g., new signatures)
4578 F:      drivers/scsi/fdomain.*
4579
4580 GCOV BASED KERNEL PROFILING
4581 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4582 S:      Maintained
4583 F:      kernel/gcov/
4584 F:      Documentation/gcov.txt
4585
4586 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4587 M:      Achim Leubner <achim_leubner@adaptec.com>
4588 L:      linux-scsi@vger.kernel.org
4589 W:      http://www.icp-vortex.com/
4590 S:      Supported
4591 F:      drivers/scsi/gdt*
4592
4593 GDB KERNEL DEBUGGING HELPER SCRIPTS
4594 M:      Jan Kiszka <jan.kiszka@siemens.com>
4595 S:      Supported
4596 F:      scripts/gdb/
4597
4598 GEMTEK FM RADIO RECEIVER DRIVER
4599 M:      Hans Verkuil <hverkuil@xs4all.nl>
4600 L:      linux-media@vger.kernel.org
4601 T:      git git://linuxtv.org/media_tree.git
4602 W:      http://linuxtv.org
4603 S:      Maintained
4604 F:      drivers/media/radio/radio-gemtek*
4605
4606 GENERIC GPIO I2C DRIVER
4607 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4608 S:      Supported
4609 F:      drivers/i2c/busses/i2c-gpio.c
4610 F:      include/linux/i2c-gpio.h
4611
4612 GENERIC GPIO I2C MULTIPLEXER DRIVER
4613 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4614 L:      linux-i2c@vger.kernel.org
4615 S:      Supported
4616 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4617 F:      include/linux/i2c-mux-gpio.h
4618 F:      Documentation/i2c/muxes/i2c-mux-gpio
4619
4620 GENERIC HDLC (WAN) DRIVERS
4621 M:      Krzysztof Halasa <khc@pm.waw.pl>
4622 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4623 S:      Maintained
4624 F:      drivers/net/wan/c101.c
4625 F:      drivers/net/wan/hd6457*
4626 F:      drivers/net/wan/hdlc*
4627 F:      drivers/net/wan/n2.c
4628 F:      drivers/net/wan/pc300too.c
4629 F:      drivers/net/wan/pci200syn.c
4630 F:      drivers/net/wan/wanxl*
4631
4632 GENERIC INCLUDE/ASM HEADER FILES
4633 M:      Arnd Bergmann <arnd@arndb.de>
4634 L:      linux-arch@vger.kernel.org
4635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4636 S:      Maintained
4637 F:      include/asm-generic/
4638 F:      include/uapi/asm-generic/
4639
4640 GENERIC PHY FRAMEWORK
4641 M:      Kishon Vijay Abraham I <kishon@ti.com>
4642 L:      linux-kernel@vger.kernel.org
4643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4644 S:      Supported
4645 F:      drivers/phy/
4646 F:      include/linux/phy/
4647
4648 GENERIC PM DOMAINS
4649 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4650 M:      Kevin Hilman <khilman@kernel.org>
4651 M:      Ulf Hansson <ulf.hansson@linaro.org>
4652 L:      linux-pm@vger.kernel.org
4653 S:      Supported
4654 F:      drivers/base/power/domain*.c
4655 F:      include/linux/pm_domain.h
4656
4657 GENERIC UIO DRIVER FOR PCI DEVICES
4658 M:      "Michael S. Tsirkin" <mst@redhat.com>
4659 L:      kvm@vger.kernel.org
4660 S:      Supported
4661 F:      drivers/uio/uio_pci_generic.c
4662
4663 GET_MAINTAINER SCRIPT
4664 M:      Joe Perches <joe@perches.com>
4665 S:      Maintained
4666 F:      scripts/get_maintainer.pl
4667
4668 GFS2 FILE SYSTEM
4669 M:      Steven Whitehouse <swhiteho@redhat.com>
4670 M:      Bob Peterson <rpeterso@redhat.com>
4671 L:      cluster-devel@redhat.com
4672 W:      http://sources.redhat.com/cluster/
4673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4674 S:      Supported
4675 F:      Documentation/filesystems/gfs2*.txt
4676 F:      fs/gfs2/
4677 F:      include/uapi/linux/gfs2_ondisk.h
4678
4679 GIGASET ISDN DRIVERS
4680 M:      Paul Bolle <pebolle@tiscali.nl>
4681 L:      gigaset307x-common@lists.sourceforge.net
4682 W:      http://gigaset307x.sourceforge.net/
4683 S:      Odd Fixes
4684 F:      Documentation/isdn/README.gigaset
4685 F:      drivers/isdn/gigaset/
4686 F:      include/uapi/linux/gigaset_dev.h
4687
4688 GO7007 MPEG CODEC
4689 M:      Hans Verkuil <hans.verkuil@cisco.com>
4690 L:      linux-media@vger.kernel.org
4691 S:      Maintained
4692 F:      drivers/media/usb/go7007/
4693
4694 GOODIX TOUCHSCREEN
4695 M:      Bastien Nocera <hadess@hadess.net>
4696 L:      linux-input@vger.kernel.org
4697 S:      Maintained
4698 F:      drivers/input/touchscreen/goodix.c
4699
4700 GPIO SUBSYSTEM
4701 M:      Linus Walleij <linus.walleij@linaro.org>
4702 M:      Alexandre Courbot <gnurou@gmail.com>
4703 L:      linux-gpio@vger.kernel.org
4704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4705 S:      Maintained
4706 F:      Documentation/gpio/
4707 F:      drivers/gpio/
4708 F:      include/linux/gpio/
4709 F:      include/linux/gpio.h
4710 F:      include/asm-generic/gpio.h
4711
4712 GRE DEMULTIPLEXER DRIVER
4713 M:      Dmitry Kozlov <xeb@mail.ru>
4714 L:      netdev@vger.kernel.org
4715 S:      Maintained
4716 F:      net/ipv4/gre_demux.c
4717 F:      net/ipv4/gre_offload.c
4718 F:      include/net/gre.h
4719
4720 GRETH 10/100/1G Ethernet MAC device driver
4721 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4722 L:      netdev@vger.kernel.org
4723 S:      Maintained
4724 F:      drivers/net/ethernet/aeroflex/
4725
4726 GSPCA FINEPIX SUBDRIVER
4727 M:      Frank Zago <frank@zago.net>
4728 L:      linux-media@vger.kernel.org
4729 T:      git git://linuxtv.org/media_tree.git
4730 S:      Maintained
4731 F:      drivers/media/usb/gspca/finepix.c
4732
4733 GSPCA GL860 SUBDRIVER
4734 M:      Olivier Lorin <o.lorin@laposte.net>
4735 L:      linux-media@vger.kernel.org
4736 T:      git git://linuxtv.org/media_tree.git
4737 S:      Maintained
4738 F:      drivers/media/usb/gspca/gl860/
4739
4740 GSPCA M5602 SUBDRIVER
4741 M:      Erik Andren <erik.andren@gmail.com>
4742 L:      linux-media@vger.kernel.org
4743 T:      git git://linuxtv.org/media_tree.git
4744 S:      Maintained
4745 F:      drivers/media/usb/gspca/m5602/
4746
4747 GSPCA PAC207 SONIXB SUBDRIVER
4748 M:      Hans de Goede <hdegoede@redhat.com>
4749 L:      linux-media@vger.kernel.org
4750 T:      git git://linuxtv.org/media_tree.git
4751 S:      Maintained
4752 F:      drivers/media/usb/gspca/pac207.c
4753
4754 GSPCA SN9C20X SUBDRIVER
4755 M:      Brian Johnson <brijohn@gmail.com>
4756 L:      linux-media@vger.kernel.org
4757 T:      git git://linuxtv.org/media_tree.git
4758 S:      Maintained
4759 F:      drivers/media/usb/gspca/sn9c20x.c
4760
4761 GSPCA T613 SUBDRIVER
4762 M:      Leandro Costantino <lcostantino@gmail.com>
4763 L:      linux-media@vger.kernel.org
4764 T:      git git://linuxtv.org/media_tree.git
4765 S:      Maintained
4766 F:      drivers/media/usb/gspca/t613.c
4767
4768 GSPCA USB WEBCAM DRIVER
4769 M:      Hans de Goede <hdegoede@redhat.com>
4770 L:      linux-media@vger.kernel.org
4771 T:      git git://linuxtv.org/media_tree.git
4772 S:      Maintained
4773 F:      drivers/media/usb/gspca/
4774
4775 GUID PARTITION TABLE (GPT)
4776 M:      Davidlohr Bueso <dave@stgolabs.net>
4777 L:      linux-efi@vger.kernel.org
4778 S:      Maintained
4779 F:      block/partitions/efi.*
4780
4781 STK1160 USB VIDEO CAPTURE DRIVER
4782 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4783 L:      linux-media@vger.kernel.org
4784 T:      git git://linuxtv.org/media_tree.git
4785 S:      Maintained
4786 F:      drivers/media/usb/stk1160/
4787
4788 H8/300 ARCHITECTURE
4789 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4790 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4791 W:      http://uclinux-h8.sourceforge.jp
4792 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4793 S:      Maintained
4794 F:      arch/h8300/
4795 F:      drivers/clocksource/h8300_*.c
4796 F:      drivers/clk/h8300/
4797 F:      drivers/irqchip/irq-renesas-h8*.c
4798
4799 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4800 M:      Frank Seidel <frank@f-seidel.de>
4801 L:      platform-driver-x86@vger.kernel.org
4802 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4803 S:      Maintained
4804 F:      drivers/platform/x86/hdaps.c
4805
4806 HDPVR USB VIDEO ENCODER DRIVER
4807 M:      Hans Verkuil <hverkuil@xs4all.nl>
4808 L:      linux-media@vger.kernel.org
4809 T:      git git://linuxtv.org/media_tree.git
4810 W:      http://linuxtv.org
4811 S:      Odd Fixes
4812 F:      drivers/media/usb/hdpvr/
4813
4814 HWPOISON MEMORY FAILURE HANDLING
4815 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4816 L:      linux-mm@kvack.org
4817 S:      Maintained
4818 F:      mm/memory-failure.c
4819 F:      mm/hwpoison-inject.c
4820
4821 HYPERVISOR VIRTUAL CONSOLE DRIVER
4822 L:      linuxppc-dev@lists.ozlabs.org
4823 S:      Odd Fixes
4824 F:      drivers/tty/hvc/
4825
4826 HACKRF MEDIA DRIVER
4827 M:      Antti Palosaari <crope@iki.fi>
4828 L:      linux-media@vger.kernel.org
4829 W:      http://linuxtv.org/
4830 W:      http://palosaari.fi/linux/
4831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4832 T:      git git://linuxtv.org/anttip/media_tree.git
4833 S:      Maintained
4834 F:      drivers/media/usb/hackrf/
4835
4836 HARDWARE MONITORING
4837 M:      Jean Delvare <jdelvare@suse.com>
4838 M:      Guenter Roeck <linux@roeck-us.net>
4839 L:      lm-sensors@lm-sensors.org
4840 W:      http://www.lm-sensors.org/
4841 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4843 S:      Maintained
4844 F:      Documentation/hwmon/
4845 F:      drivers/hwmon/
4846 F:      include/linux/hwmon*.h
4847
4848 HARDWARE RANDOM NUMBER GENERATOR CORE
4849 M:      Matt Mackall <mpm@selenic.com>
4850 M:      Herbert Xu <herbert@gondor.apana.org.au>
4851 L:      linux-crypto@vger.kernel.org
4852 S:      Odd fixes
4853 F:      Documentation/hw_random.txt
4854 F:      drivers/char/hw_random/
4855 F:      include/linux/hw_random.h
4856
4857 HARDWARE SPINLOCK CORE
4858 M:      Ohad Ben-Cohen <ohad@wizery.com>
4859 S:      Maintained
4860 F:      Documentation/hwspinlock.txt
4861 F:      drivers/hwspinlock/hwspinlock_*
4862 F:      include/linux/hwspinlock.h
4863
4864 HARMONY SOUND DRIVER
4865 L:      linux-parisc@vger.kernel.org
4866 S:      Maintained
4867 F:      sound/parisc/harmony.*
4868
4869 HD29L2 MEDIA DRIVER
4870 M:      Antti Palosaari <crope@iki.fi>
4871 L:      linux-media@vger.kernel.org
4872 W:      http://linuxtv.org/
4873 W:      http://palosaari.fi/linux/
4874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4875 T:      git git://linuxtv.org/anttip/media_tree.git
4876 S:      Maintained
4877 F:      drivers/media/dvb-frontends/hd29l2*
4878
4879 HEWLETT-PACKARD SMART2 RAID DRIVER
4880 L:      iss_storagedev@hp.com
4881 S:      Orphan
4882 F:      Documentation/blockdev/cpqarray.txt
4883 F:      drivers/block/cpqarray.*
4884
4885 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4886 M:      Don Brace <don.brace@pmcs.com>
4887 L:      iss_storagedev@hp.com
4888 L:      storagedev@pmcs.com
4889 L:      linux-scsi@vger.kernel.org
4890 S:      Supported
4891 F:      Documentation/scsi/hpsa.txt
4892 F:      drivers/scsi/hpsa*.[ch]
4893 F:      include/linux/cciss*.h
4894 F:      include/uapi/linux/cciss*.h
4895
4896 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4897 M:      Don Brace <don.brace@pmcs.com>
4898 L:      iss_storagedev@hp.com
4899 L:      storagedev@pmcs.com
4900 L:      linux-scsi@vger.kernel.org
4901 S:      Supported
4902 F:      Documentation/blockdev/cciss.txt
4903 F:      drivers/block/cciss*
4904 F:      include/linux/cciss_ioctl.h
4905 F:      include/uapi/linux/cciss_ioctl.h
4906
4907 HFS FILESYSTEM
4908 L:      linux-fsdevel@vger.kernel.org
4909 S:      Orphan
4910 F:      Documentation/filesystems/hfs.txt
4911 F:      fs/hfs/
4912
4913 HFSPLUS FILESYSTEM
4914 L:      linux-fsdevel@vger.kernel.org
4915 S:      Orphan
4916 F:      Documentation/filesystems/hfsplus.txt
4917 F:      fs/hfsplus/
4918
4919 HGA FRAMEBUFFER DRIVER
4920 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4921 L:      linux-nvidia@lists.surfsouth.com
4922 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4923 S:      Maintained
4924 F:      drivers/video/fbdev/hgafb.c
4925
4926 HIBERNATION (aka Software Suspend, aka swsusp)
4927 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4928 M:      Pavel Machek <pavel@ucw.cz>
4929 L:      linux-pm@vger.kernel.org
4930 S:      Supported
4931 F:      arch/x86/power/
4932 F:      drivers/base/power/
4933 F:      kernel/power/
4934 F:      include/linux/suspend.h
4935 F:      include/linux/freezer.h
4936 F:      include/linux/pm.h
4937 F:      arch/*/include/asm/suspend*.h
4938
4939 HID CORE LAYER
4940 M:      Jiri Kosina <jikos@kernel.org>
4941 L:      linux-input@vger.kernel.org
4942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4943 S:      Maintained
4944 F:      drivers/hid/
4945 F:      include/linux/hid*
4946 F:      include/uapi/linux/hid*
4947
4948 HID SENSOR HUB DRIVERS
4949 M:      Jiri Kosina <jikos@kernel.org>
4950 M:      Jonathan Cameron <jic23@kernel.org>
4951 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4952 L:      linux-input@vger.kernel.org
4953 L:      linux-iio@vger.kernel.org
4954 S:      Maintained
4955 F:      Documentation/hid/hid-sensor*
4956 F:      drivers/hid/hid-sensor-*
4957 F:      drivers/iio/*/hid-*
4958 F:      include/linux/hid-sensor-*
4959
4960 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4961 M:      Thomas Gleixner <tglx@linutronix.de>
4962 L:      linux-kernel@vger.kernel.org
4963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4964 S:      Maintained
4965 F:      Documentation/timers/
4966 F:      kernel/time/hrtimer.c
4967 F:      kernel/time/clockevents.c
4968 F:      kernel/time/tick*.*
4969 F:      kernel/time/timer_*.c
4970 F:      include/linux/clockchips.h
4971 F:      include/linux/hrtimer.h
4972
4973 HIGH-SPEED SCC DRIVER FOR AX.25
4974 L:      linux-hams@vger.kernel.org
4975 S:      Orphan
4976 F:      drivers/net/hamradio/dmascc.c
4977 F:      drivers/net/hamradio/scc.c
4978
4979 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4980 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4981 W:      http://www.highpoint-tech.com
4982 S:      Supported
4983 F:      Documentation/scsi/hptiop.txt
4984 F:      drivers/scsi/hptiop.c
4985
4986 HIPPI
4987 M:      Jes Sorensen <jes@trained-monkey.org>
4988 L:      linux-hippi@sunsite.dk
4989 S:      Maintained
4990 F:      include/linux/hippidevice.h
4991 F:      include/uapi/linux/if_hippi.h
4992 F:      net/802/hippi.c
4993 F:      drivers/net/hippi/
4994
4995 HOST AP DRIVER
4996 M:      Jouni Malinen <j@w1.fi>
4997 L:      hostap@shmoo.com (subscribers-only)
4998 L:      linux-wireless@vger.kernel.org
4999 W:      http://hostap.epitest.fi/
5000 S:      Maintained
5001 F:      drivers/net/wireless/hostap/
5002
5003 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5004 L:      platform-driver-x86@vger.kernel.org
5005 S:      Orphan
5006 F:      drivers/platform/x86/tc1100-wmi.c
5007
5008 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5009 M:      Jaroslav Kysela <perex@perex.cz>
5010 S:      Maintained
5011 F:      drivers/net/ethernet/hp/hp100.*
5012
5013 HPET:   High Precision Event Timers driver
5014 M:      Clemens Ladisch <clemens@ladisch.de>
5015 S:      Maintained
5016 F:      Documentation/timers/hpet.txt
5017 F:      drivers/char/hpet.c
5018 F:      include/linux/hpet.h
5019 F:      include/uapi/linux/hpet.h
5020
5021 HPET:   x86
5022 S:      Orphan
5023 F:      arch/x86/kernel/hpet.c
5024 F:      arch/x86/include/asm/hpet.h
5025
5026 HPFS FILESYSTEM
5027 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5028 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5029 S:      Maintained
5030 F:      fs/hpfs/
5031
5032 HSI SUBSYSTEM
5033 M:      Sebastian Reichel <sre@kernel.org>
5034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5035 S:      Maintained
5036 F:      Documentation/ABI/testing/sysfs-bus-hsi
5037 F:      Documentation/hsi.txt
5038 F:      drivers/hsi/
5039 F:      include/linux/hsi/
5040 F:      include/uapi/linux/hsi/
5041
5042 HSO 3G MODEM DRIVER
5043 M:      Jan Dumon <j.dumon@option.com>
5044 W:      http://www.pharscape.org
5045 S:      Maintained
5046 F:      drivers/net/usb/hso.c
5047
5048 HSR NETWORK PROTOCOL
5049 M:      Arvid Brodin <arvid.brodin@alten.se>
5050 L:      netdev@vger.kernel.org
5051 S:      Maintained
5052 F:      net/hsr/
5053
5054 HTCPEN TOUCHSCREEN DRIVER
5055 M:      Pau Oliva Fora <pof@eslack.org>
5056 L:      linux-input@vger.kernel.org
5057 S:      Maintained
5058 F:      drivers/input/touchscreen/htcpen.c
5059
5060 HUGETLB FILESYSTEM
5061 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5062 S:      Maintained
5063 F:      fs/hugetlbfs/
5064
5065 Hyper-V CORE AND DRIVERS
5066 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5067 M:      Haiyang Zhang <haiyangz@microsoft.com>
5068 L:      devel@linuxdriverproject.org
5069 S:      Maintained
5070 F:      arch/x86/include/asm/mshyperv.h
5071 F:      arch/x86/include/uapi/asm/hyperv.h
5072 F:      arch/x86/kernel/cpu/mshyperv.c
5073 F:      drivers/hid/hid-hyperv.c
5074 F:      drivers/hv/
5075 F:      drivers/input/serio/hyperv-keyboard.c
5076 F:      drivers/net/hyperv/
5077 F:      drivers/scsi/storvsc_drv.c
5078 F:      drivers/video/fbdev/hyperv_fb.c
5079 F:      include/linux/hyperv.h
5080 F:      tools/hv/
5081 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5082
5083 I2C OVER PARALLEL PORT
5084 M:      Jean Delvare <jdelvare@suse.com>
5085 L:      linux-i2c@vger.kernel.org
5086 S:      Maintained
5087 F:      Documentation/i2c/busses/i2c-parport
5088 F:      Documentation/i2c/busses/i2c-parport-light
5089 F:      drivers/i2c/busses/i2c-parport.c
5090 F:      drivers/i2c/busses/i2c-parport-light.c
5091
5092 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5093 M:      Jean Delvare <jdelvare@suse.com>
5094 L:      linux-i2c@vger.kernel.org
5095 S:      Maintained
5096 F:      Documentation/i2c/busses/i2c-ali1535
5097 F:      Documentation/i2c/busses/i2c-ali1563
5098 F:      Documentation/i2c/busses/i2c-ali15x3
5099 F:      Documentation/i2c/busses/i2c-amd756
5100 F:      Documentation/i2c/busses/i2c-amd8111
5101 F:      Documentation/i2c/busses/i2c-i801
5102 F:      Documentation/i2c/busses/i2c-nforce2
5103 F:      Documentation/i2c/busses/i2c-piix4
5104 F:      Documentation/i2c/busses/i2c-sis5595
5105 F:      Documentation/i2c/busses/i2c-sis630
5106 F:      Documentation/i2c/busses/i2c-sis96x
5107 F:      Documentation/i2c/busses/i2c-via
5108 F:      Documentation/i2c/busses/i2c-viapro
5109 F:      drivers/i2c/busses/i2c-ali1535.c
5110 F:      drivers/i2c/busses/i2c-ali1563.c
5111 F:      drivers/i2c/busses/i2c-ali15x3.c
5112 F:      drivers/i2c/busses/i2c-amd756.c
5113 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5114 F:      drivers/i2c/busses/i2c-amd8111.c
5115 F:      drivers/i2c/busses/i2c-i801.c
5116 F:      drivers/i2c/busses/i2c-isch.c
5117 F:      drivers/i2c/busses/i2c-nforce2.c
5118 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5119 F:      drivers/i2c/busses/i2c-piix4.c
5120 F:      drivers/i2c/busses/i2c-sis5595.c
5121 F:      drivers/i2c/busses/i2c-sis630.c
5122 F:      drivers/i2c/busses/i2c-sis96x.c
5123 F:      drivers/i2c/busses/i2c-via.c
5124 F:      drivers/i2c/busses/i2c-viapro.c
5125
5126 I2C/SMBUS ISMT DRIVER
5127 M:      Seth Heasley <seth.heasley@intel.com>
5128 M:      Neil Horman <nhorman@tuxdriver.com>
5129 L:      linux-i2c@vger.kernel.org
5130 F:      drivers/i2c/busses/i2c-ismt.c
5131 F:      Documentation/i2c/busses/i2c-ismt
5132
5133 I2C/SMBUS STUB DRIVER
5134 M:      Jean Delvare <jdelvare@suse.com>
5135 L:      linux-i2c@vger.kernel.org
5136 S:      Maintained
5137 F:      drivers/i2c/i2c-stub.c
5138
5139 I2C SUBSYSTEM
5140 M:      Wolfram Sang <wsa@the-dreams.de>
5141 L:      linux-i2c@vger.kernel.org
5142 W:      https://i2c.wiki.kernel.org/
5143 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5145 S:      Maintained
5146 F:      Documentation/devicetree/bindings/i2c/
5147 F:      Documentation/i2c/
5148 F:      drivers/i2c/
5149 F:      include/linux/i2c.h
5150 F:      include/linux/i2c-*.h
5151 F:      include/uapi/linux/i2c.h
5152 F:      include/uapi/linux/i2c-*.h
5153
5154 I2C ACPI SUPPORT
5155 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5156 L:      linux-i2c@vger.kernel.org
5157 L:      linux-acpi@vger.kernel.org
5158 S:      Maintained
5159
5160 I2C-TAOS-EVM DRIVER
5161 M:      Jean Delvare <jdelvare@suse.com>
5162 L:      linux-i2c@vger.kernel.org
5163 S:      Maintained
5164 F:      Documentation/i2c/busses/i2c-taos-evm
5165 F:      drivers/i2c/busses/i2c-taos-evm.c
5166
5167 I2C-TINY-USB DRIVER
5168 M:      Till Harbaum <till@harbaum.org>
5169 L:      linux-i2c@vger.kernel.org
5170 W:      http://www.harbaum.org/till/i2c_tiny_usb
5171 S:      Maintained
5172 F:      drivers/i2c/busses/i2c-tiny-usb.c
5173
5174 i386 BOOT CODE
5175 M:      "H. Peter Anvin" <hpa@zytor.com>
5176 S:      Maintained
5177 F:      arch/x86/boot/
5178
5179 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5180 M:      "H. Peter Anvin" <hpa@zytor.com>
5181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5182 S:      Maintained
5183
5184 IA64 (Itanium) PLATFORM
5185 M:      Tony Luck <tony.luck@intel.com>
5186 M:      Fenghua Yu <fenghua.yu@intel.com>
5187 L:      linux-ia64@vger.kernel.org
5188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5189 S:      Maintained
5190 F:      arch/ia64/
5191
5192 IBM Power VMX Cryptographic instructions
5193 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5194 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5195 L:      linux-crypto@vger.kernel.org
5196 S:      Supported
5197 F:      drivers/crypto/vmx/Makefile
5198 F:      drivers/crypto/vmx/Kconfig
5199 F:      drivers/crypto/vmx/vmx.c
5200 F:      drivers/crypto/vmx/aes*
5201 F:      drivers/crypto/vmx/ghash*
5202 F:      drivers/crypto/vmx/ppc-xlate.pl
5203
5204 IBM Power in-Nest Crypto Acceleration
5205 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5206 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5207 L:      linux-crypto@vger.kernel.org
5208 S:      Supported
5209 F:      drivers/crypto/nx/Makefile
5210 F:      drivers/crypto/nx/Kconfig
5211 F:      drivers/crypto/nx/nx-aes*
5212 F:      drivers/crypto/nx/nx-sha*
5213 F:      drivers/crypto/nx/nx.*
5214 F:      drivers/crypto/nx/nx_csbcpb.h
5215 F:      drivers/crypto/nx/nx_debugfs.h
5216
5217 IBM Power 842 compression accelerator
5218 M:      Dan Streetman <ddstreet@ieee.org>
5219 S:      Supported
5220 F:      drivers/crypto/nx/Makefile
5221 F:      drivers/crypto/nx/Kconfig
5222 F:      drivers/crypto/nx/nx-842*
5223 F:      include/linux/sw842.h
5224 F:      crypto/842.c
5225 F:      lib/842/
5226
5227 IBM Power Linux RAID adapter
5228 M:      Brian King <brking@us.ibm.com>
5229 S:      Supported
5230 F:      drivers/scsi/ipr.*
5231
5232 IBM Power Virtual Ethernet Device Driver
5233 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5234 L:      netdev@vger.kernel.org
5235 S:      Supported
5236 F:      drivers/net/ethernet/ibm/ibmveth.*
5237
5238 IBM Power Virtual SCSI Device Drivers
5239 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5240 L:      linux-scsi@vger.kernel.org
5241 S:      Supported
5242 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5243 F:      drivers/scsi/ibmvscsi/viosrp.h
5244
5245 IBM Power Virtual FC Device Drivers
5246 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5247 L:      linux-scsi@vger.kernel.org
5248 S:      Supported
5249 F:      drivers/scsi/ibmvscsi/ibmvfc*
5250
5251 IBM ServeRAID RAID DRIVER
5252 S:      Orphan
5253 F:      drivers/scsi/ips.*
5254
5255 ICH LPC AND GPIO DRIVER
5256 M:      Peter Tyser <ptyser@xes-inc.com>
5257 S:      Maintained
5258 F:      drivers/mfd/lpc_ich.c
5259 F:      drivers/gpio/gpio-ich.c
5260
5261 IDE SUBSYSTEM
5262 M:      "David S. Miller" <davem@davemloft.net>
5263 L:      linux-ide@vger.kernel.org
5264 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5266 S:      Maintained
5267 F:      Documentation/ide/
5268 F:      drivers/ide/
5269 F:      include/linux/ide.h
5270
5271 IDEAPAD LAPTOP EXTRAS DRIVER
5272 M:      Ike Panhc <ike.pan@canonical.com>
5273 L:      platform-driver-x86@vger.kernel.org
5274 W:      http://launchpad.net/ideapad-laptop
5275 S:      Maintained
5276 F:      drivers/platform/x86/ideapad-laptop.c
5277
5278 IDEAPAD LAPTOP SLIDEBAR DRIVER
5279 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5280 L:      linux-input@vger.kernel.org
5281 W:      https://github.com/o2genum/ideapad-slidebar
5282 S:      Maintained
5283 F:      drivers/input/misc/ideapad_slidebar.c
5284
5285 IDE/ATAPI DRIVERS
5286 M:      Borislav Petkov <bp@alien8.de>
5287 L:      linux-ide@vger.kernel.org
5288 S:      Maintained
5289 F:      Documentation/cdrom/ide-cd
5290 F:      drivers/ide/ide-cd*
5291
5292 IDLE-I7300
5293 M:      Andy Henroid <andrew.d.henroid@intel.com>
5294 L:      linux-pm@vger.kernel.org
5295 S:      Supported
5296 F:      drivers/idle/i7300_idle.c
5297
5298 IEEE 802.15.4 SUBSYSTEM
5299 M:      Alexander Aring <alex.aring@gmail.com>
5300 L:      linux-wpan@vger.kernel.org
5301 W:      https://github.com/linux-wpan
5302 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5303 S:      Maintained
5304 F:      net/ieee802154/
5305 F:      net/mac802154/
5306 F:      drivers/net/ieee802154/
5307 F:      include/linux/nl802154.h
5308 F:      include/linux/ieee802154.h
5309 F:      include/net/nl802154.h
5310 F:      include/net/mac802154.h
5311 F:      include/net/af_ieee802154.h
5312 F:      include/net/cfg802154.h
5313 F:      include/net/ieee802154_netdev.h
5314 F:      Documentation/networking/ieee802154.txt
5315
5316 IGORPLUG-USB IR RECEIVER
5317 M:      Sean Young <sean@mess.org>
5318 L:      linux-media@vger.kernel.org
5319 S:      Maintained
5320 F:      drivers/media/rc/igorplugusb.c
5321
5322 IGUANAWORKS USB IR TRANSCEIVER
5323 M:      Sean Young <sean@mess.org>
5324 L:      linux-media@vger.kernel.org
5325 S:      Maintained
5326 F:      drivers/media/rc/iguanair.c
5327
5328 IIO SUBSYSTEM AND DRIVERS
5329 M:      Jonathan Cameron <jic23@kernel.org>
5330 R:      Hartmut Knaack <knaack.h@gmx.de>
5331 R:      Lars-Peter Clausen <lars@metafoo.de>
5332 R:      Peter Meerwald <pmeerw@pmeerw.net>
5333 L:      linux-iio@vger.kernel.org
5334 S:      Maintained
5335 F:      drivers/iio/
5336 F:      drivers/staging/iio/
5337 F:      include/linux/iio/
5338 F:      tools/iio/
5339
5340 IKANOS/ADI EAGLE ADSL USB DRIVER
5341 M:      Matthieu Castet <castet.matthieu@free.fr>
5342 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5343 S:      Maintained
5344 F:      drivers/usb/atm/ueagle-atm.c
5345
5346 INA209 HARDWARE MONITOR DRIVER
5347 M:      Guenter Roeck <linux@roeck-us.net>
5348 L:      lm-sensors@lm-sensors.org
5349 S:      Maintained
5350 F:      Documentation/hwmon/ina209
5351 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5352 F:      drivers/hwmon/ina209.c
5353
5354 INA2XX HARDWARE MONITOR DRIVER
5355 M:      Guenter Roeck <linux@roeck-us.net>
5356 L:      lm-sensors@lm-sensors.org
5357 S:      Maintained
5358 F:      Documentation/hwmon/ina2xx
5359 F:      drivers/hwmon/ina2xx.c
5360 F:      include/linux/platform_data/ina2xx.h
5361
5362 INDUSTRY PACK SUBSYSTEM (IPACK)
5363 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5364 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5365 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5366 L:      industrypack-devel@lists.sourceforge.net
5367 W:      http://industrypack.sourceforge.net
5368 S:      Maintained
5369 F:      drivers/ipack/
5370
5371 INGENIC JZ4780 DMA Driver
5372 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5373 S:      Maintained
5374 F:      drivers/dma/dma-jz4780.c
5375
5376 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5377 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5378 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5379 L:      linux-ima-devel@lists.sourceforge.net
5380 L:      linux-ima-user@lists.sourceforge.net
5381 L:      linux-security-module@vger.kernel.org
5382 S:      Supported
5383 F:      security/integrity/ima/
5384
5385 IMGTEC IR DECODER DRIVER
5386 M:      James Hogan <james.hogan@imgtec.com>
5387 S:      Maintained
5388 F:      drivers/media/rc/img-ir/
5389
5390 IMS TWINTURBO FRAMEBUFFER DRIVER
5391 L:      linux-fbdev@vger.kernel.org
5392 S:      Orphan
5393 F:      drivers/video/fbdev/imsttfb.c
5394
5395 INFINIBAND SUBSYSTEM
5396 M:      Doug Ledford <dledford@redhat.com>
5397 M:      Sean Hefty <sean.hefty@intel.com>
5398 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5399 L:      linux-rdma@vger.kernel.org
5400 W:      http://www.openfabrics.org/
5401 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5403 S:      Supported
5404 F:      Documentation/infiniband/
5405 F:      drivers/infiniband/
5406 F:      drivers/staging/rdma/
5407 F:      include/uapi/linux/if_infiniband.h
5408 F:      include/uapi/rdma/
5409 F:      include/rdma/
5410
5411 INOTIFY
5412 M:      John McCutchan <john@johnmccutchan.com>
5413 M:      Robert Love <rlove@rlove.org>
5414 M:      Eric Paris <eparis@parisplace.org>
5415 S:      Maintained
5416 F:      Documentation/filesystems/inotify.txt
5417 F:      fs/notify/inotify/
5418 F:      include/linux/inotify.h
5419 F:      include/uapi/linux/inotify.h
5420
5421 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5422 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5423 L:      linux-input@vger.kernel.org
5424 Q:      http://patchwork.kernel.org/project/linux-input/list/
5425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5426 S:      Maintained
5427 F:      drivers/input/
5428 F:      include/linux/input.h
5429 F:      include/uapi/linux/input.h
5430 F:      include/linux/input/
5431
5432 INPUT MULTITOUCH (MT) PROTOCOL
5433 M:      Henrik Rydberg <rydberg@bitmath.org>
5434 L:      linux-input@vger.kernel.org
5435 S:      Odd fixes
5436 F:      Documentation/input/multi-touch-protocol.txt
5437 F:      drivers/input/input-mt.c
5438 K:      \b(ABS|SYN)_MT_
5439
5440 INTEL ASoC BDW/HSW DRIVERS
5441 M:      Jie Yang <yang.jie@linux.intel.com>
5442 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5443 S:      Supported
5444 F:      sound/soc/intel/common/sst-dsp*
5445 F:      sound/soc/intel/common/sst-firmware.c
5446 F:      sound/soc/intel/boards/broadwell.c
5447 F:      sound/soc/intel/haswell/
5448
5449 INTEL C600 SERIES SAS CONTROLLER DRIVER
5450 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5451 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5452 L:      linux-scsi@vger.kernel.org
5453 T:      git git://git.code.sf.net/p/intel-sas/isci
5454 S:      Supported
5455 F:      drivers/scsi/isci/
5456
5457 INTEL IDLE DRIVER
5458 M:      Len Brown <lenb@kernel.org>
5459 L:      linux-pm@vger.kernel.org
5460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5461 S:      Supported
5462 F:      drivers/idle/intel_idle.c
5463
5464 INTEL PSTATE DRIVER
5465 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5466 L:      linux-pm@vger.kernel.org
5467 S:      Supported
5468 F:      drivers/cpufreq/intel_pstate.c
5469
5470 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5471 M:      Maik Broemme <mbroemme@plusserver.de>
5472 L:      linux-fbdev@vger.kernel.org
5473 S:      Maintained
5474 F:      Documentation/fb/intelfb.txt
5475 F:      drivers/video/fbdev/intelfb/
5476
5477 INTEL 810/815 FRAMEBUFFER DRIVER
5478 M:      Antonino Daplas <adaplas@gmail.com>
5479 L:      linux-fbdev@vger.kernel.org
5480 S:      Maintained
5481 F:      drivers/video/fbdev/i810/
5482
5483 INTEL MENLOW THERMAL DRIVER
5484 M:      Sujith Thomas <sujith.thomas@intel.com>
5485 L:      platform-driver-x86@vger.kernel.org
5486 W:      https://01.org/linux-acpi
5487 S:      Supported
5488 F:      drivers/platform/x86/intel_menlow.c
5489
5490 INTEL I/OAT DMA DRIVER
5491 M:      Dave Jiang <dave.jiang@intel.com>
5492 R:      Dan Williams <dan.j.williams@intel.com>
5493 L:      dmaengine@vger.kernel.org
5494 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5495 S:      Supported
5496 F:      drivers/dma/ioat*
5497
5498 INTEL IOMMU (VT-d)
5499 M:      David Woodhouse <dwmw2@infradead.org>
5500 L:      iommu@lists.linux-foundation.org
5501 T:      git git://git.infradead.org/iommu-2.6.git
5502 S:      Supported
5503 F:      drivers/iommu/intel-iommu.c
5504 F:      include/linux/intel-iommu.h
5505
5506 INTEL IOP-ADMA DMA DRIVER
5507 R:      Dan Williams <dan.j.williams@intel.com>
5508 S:      Odd fixes
5509 F:      drivers/dma/iop-adma.c
5510
5511 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5512 M:      Krzysztof Halasa <khalasa@piap.pl>
5513 S:      Maintained
5514 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5515 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5516 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5517 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5518 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5519 F:      drivers/net/wan/ixp4xx_hss.c
5520
5521 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5522 M:      Deepak Saxena <dsaxena@plexity.net>
5523 S:      Maintained
5524 F:      drivers/char/hw_random/ixp4xx-rng.c
5525
5526 INTEL ETHERNET DRIVERS
5527 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5528 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5529 R:      Shannon Nelson <shannon.nelson@intel.com>
5530 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5531 R:      Don Skidmore <donald.c.skidmore@intel.com>
5532 R:      Matthew Vick <matthew.vick@intel.com>
5533 R:      John Ronciak <john.ronciak@intel.com>
5534 R:      Mitch Williams <mitch.a.williams@intel.com>
5535 L:      intel-wired-lan@lists.osuosl.org
5536 W:      http://www.intel.com/support/feedback.htm
5537 W:      http://e1000.sourceforge.net/
5538 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5541 S:      Supported
5542 F:      Documentation/networking/e100.txt
5543 F:      Documentation/networking/e1000.txt
5544 F:      Documentation/networking/e1000e.txt
5545 F:      Documentation/networking/igb.txt
5546 F:      Documentation/networking/igbvf.txt
5547 F:      Documentation/networking/ixgb.txt
5548 F:      Documentation/networking/ixgbe.txt
5549 F:      Documentation/networking/ixgbevf.txt
5550 F:      Documentation/networking/i40e.txt
5551 F:      Documentation/networking/i40evf.txt
5552 F:      drivers/net/ethernet/intel/
5553 F:      drivers/net/ethernet/intel/*/
5554
5555 INTEL-MID GPIO DRIVER
5556 M:      David Cohen <david.a.cohen@linux.intel.com>
5557 L:      linux-gpio@vger.kernel.org
5558 S:      Maintained
5559 F:      drivers/gpio/gpio-intel-mid.c
5560
5561 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5562 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5563 L:      linux-wireless@vger.kernel.org
5564 S:      Maintained
5565 F:      Documentation/networking/README.ipw2100
5566 F:      Documentation/networking/README.ipw2200
5567 F:      drivers/net/wireless/ipw2x00/
5568
5569 INTEL(R) TRACE HUB
5570 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5571 S:      Supported
5572 F:      Documentation/trace/intel_th.txt
5573 F:      drivers/hwtracing/intel_th/
5574
5575 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5576 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5577 M:      Gang Wei <gang.wei@intel.com>
5578 M:      Shane Wang <shane.wang@intel.com>
5579 L:      tboot-devel@lists.sourceforge.net
5580 W:      http://tboot.sourceforge.net
5581 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5582 S:      Supported
5583 F:      Documentation/intel_txt.txt
5584 F:      include/linux/tboot.h
5585 F:      arch/x86/kernel/tboot.c
5586
5587 INTEL WIRELESS WIMAX CONNECTION 2400
5588 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5589 M:      linux-wimax@intel.com
5590 L:      wimax@linuxwimax.org (subscribers-only)
5591 S:      Supported
5592 W:      http://linuxwimax.org
5593 F:      Documentation/wimax/README.i2400m
5594 F:      drivers/net/wimax/i2400m/
5595 F:      include/uapi/linux/wimax/i2400m.h
5596
5597 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5598 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5599 L:      linux-wireless@vger.kernel.org
5600 S:      Supported
5601 F:      drivers/net/wireless/iwlegacy/
5602
5603 INTEL WIRELESS WIFI LINK (iwlwifi)
5604 M:      Johannes Berg <johannes.berg@intel.com>
5605 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5606 M:      Intel Linux Wireless <linuxwifi@intel.com>
5607 L:      linux-wireless@vger.kernel.org
5608 W:      http://intellinuxwireless.org
5609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5610 S:      Supported
5611 F:      drivers/net/wireless/iwlwifi/
5612
5613 INTEL MANAGEMENT ENGINE (mei)
5614 M:      Tomas Winkler <tomas.winkler@intel.com>
5615 L:      linux-kernel@vger.kernel.org
5616 S:      Supported
5617 F:      include/uapi/linux/mei.h
5618 F:      include/linux/mei_cl_bus.h
5619 F:      drivers/misc/mei/*
5620 F:      Documentation/misc-devices/mei/*
5621
5622 INTEL MIC DRIVERS (mic)
5623 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5624 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5625 S:      Supported
5626 W:      https://github.com/sudeepdutt/mic
5627 W:      http://software.intel.com/en-us/mic-developer
5628 F:      include/linux/mic_bus.h
5629 F:      include/linux/scif.h
5630 F:      include/uapi/linux/mic_common.h
5631 F:      include/uapi/linux/mic_ioctl.h
5632 F       include/uapi/linux/scif_ioctl.h
5633 F:      drivers/misc/mic/
5634 F:      drivers/dma/mic_x100_dma.c
5635 F:      drivers/dma/mic_x100_dma.h
5636 F       Documentation/mic/
5637
5638 INTEL PMC IPC DRIVER
5639 M:      Zha Qipeng<qipeng.zha@intel.com>
5640 L:      platform-driver-x86@vger.kernel.org
5641 S:      Maintained
5642 F:      drivers/platform/x86/intel_pmc_ipc.c
5643 F:      arch/x86/include/asm/intel_pmc_ipc.h
5644
5645 IOC3 ETHERNET DRIVER
5646 M:      Ralf Baechle <ralf@linux-mips.org>
5647 L:      linux-mips@linux-mips.org
5648 S:      Maintained
5649 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5650
5651 IOC3 SERIAL DRIVER
5652 M:      Pat Gefre <pfg@sgi.com>
5653 L:      linux-serial@vger.kernel.org
5654 S:      Maintained
5655 F:      drivers/tty/serial/ioc3_serial.c
5656
5657 IOMMU DRIVERS
5658 M:      Joerg Roedel <joro@8bytes.org>
5659 L:      iommu@lists.linux-foundation.org
5660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5661 S:      Maintained
5662 F:      drivers/iommu/
5663
5664 IP MASQUERADING
5665 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5666 S:      Maintained
5667 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5668
5669 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5670 M:      Francois Romieu <romieu@fr.zoreil.com>
5671 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5672 L:      netdev@vger.kernel.org
5673 S:      Maintained
5674 F:      drivers/net/ethernet/icplus/ipg.*
5675
5676 IPATH DRIVER
5677 M:      Mike Marciniszyn <infinipath@intel.com>
5678 L:      linux-rdma@vger.kernel.org
5679 S:      Maintained
5680 F:      drivers/staging/rdma/ipath/
5681
5682 IPMI SUBSYSTEM
5683 M:      Corey Minyard <minyard@acm.org>
5684 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5685 W:      http://openipmi.sourceforge.net/
5686 S:      Supported
5687 F:      Documentation/IPMI.txt
5688 F:      drivers/char/ipmi/
5689 F:      include/linux/ipmi*
5690 F:      include/uapi/linux/ipmi*
5691
5692 QCOM AUDIO (ASoC) DRIVERS
5693 M:      Patrick Lai <plai@codeaurora.org>
5694 M:      Banajit Goswami <bgoswami@codeaurora.org>
5695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5696 S:      Supported
5697 F:      sound/soc/qcom/
5698
5699 IPS SCSI RAID DRIVER
5700 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5701 L:      linux-scsi@vger.kernel.org
5702 W:      http://www.adaptec.com/
5703 S:      Maintained
5704 F:      drivers/scsi/ips*
5705
5706 IPVS
5707 M:      Wensong Zhang <wensong@linux-vs.org>
5708 M:      Simon Horman <horms@verge.net.au>
5709 M:      Julian Anastasov <ja@ssi.bg>
5710 L:      netdev@vger.kernel.org
5711 L:      lvs-devel@vger.kernel.org
5712 S:      Maintained
5713 F:      Documentation/networking/ipvs-sysctl.txt
5714 F:      include/net/ip_vs.h
5715 F:      include/uapi/linux/ip_vs.h
5716 F:      net/netfilter/ipvs/
5717
5718 IPWIRELESS DRIVER
5719 M:      Jiri Kosina <jikos@kernel.org>
5720 M:      David Sterba <dsterba@suse.com>
5721 S:      Odd Fixes
5722 F:      drivers/tty/ipwireless/
5723
5724 IPX NETWORK LAYER
5725 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5726 L:      netdev@vger.kernel.org
5727 S:      Maintained
5728 F:      include/net/ipx.h
5729 F:      include/uapi/linux/ipx.h
5730 F:      net/ipx/
5731
5732 IRDA SUBSYSTEM
5733 M:      Samuel Ortiz <samuel@sortiz.org>
5734 L:      irda-users@lists.sourceforge.net (subscribers-only)
5735 L:      netdev@vger.kernel.org
5736 W:      http://irda.sourceforge.net/
5737 S:      Maintained
5738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5739 F:      Documentation/networking/irda.txt
5740 F:      drivers/net/irda/
5741 F:      include/net/irda/
5742 F:      net/irda/
5743
5744 IRQ SUBSYSTEM
5745 M:      Thomas Gleixner <tglx@linutronix.de>
5746 L:      linux-kernel@vger.kernel.org
5747 S:      Maintained
5748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5749 F:      kernel/irq/
5750
5751 IRQCHIP DRIVERS
5752 M:      Thomas Gleixner <tglx@linutronix.de>
5753 M:      Jason Cooper <jason@lakedaemon.net>
5754 M:      Marc Zyngier <marc.zyngier@arm.com>
5755 L:      linux-kernel@vger.kernel.org
5756 S:      Maintained
5757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5758 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5759 F:      Documentation/devicetree/bindings/interrupt-controller/
5760 F:      drivers/irqchip/
5761
5762 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5763 M:      Jiang Liu <jiang.liu@linux.intel.com>
5764 M:      Marc Zyngier <marc.zyngier@arm.com>
5765 S:      Maintained
5766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5767 F:      Documentation/IRQ-domain.txt
5768 F:      include/linux/irqdomain.h
5769 F:      kernel/irq/irqdomain.c
5770 F:      kernel/irq/msi.c
5771
5772 ISAPNP
5773 M:      Jaroslav Kysela <perex@perex.cz>
5774 S:      Maintained
5775 F:      Documentation/isapnp.txt
5776 F:      drivers/pnp/isapnp/
5777 F:      include/linux/isapnp.h
5778
5779 ISA RADIO MODULE
5780 M:      Hans Verkuil <hverkuil@xs4all.nl>
5781 L:      linux-media@vger.kernel.org
5782 T:      git git://linuxtv.org/media_tree.git
5783 W:      http://linuxtv.org
5784 S:      Maintained
5785 F:      drivers/media/radio/radio-isa*
5786
5787 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5788 M:      Peter Jones <pjones@redhat.com>
5789 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5790 S:      Maintained
5791 F:      drivers/firmware/iscsi_ibft*
5792
5793 ISCSI
5794 M:      Mike Christie <michaelc@cs.wisc.edu>
5795 L:      open-iscsi@googlegroups.com
5796 W:      www.open-iscsi.org
5797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5798 S:      Maintained
5799 F:      drivers/scsi/*iscsi*
5800 F:      include/scsi/*iscsi*
5801
5802 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5803 M:      Or Gerlitz <ogerlitz@mellanox.com>
5804 M:      Sagi Grimberg <sagig@mellanox.com>
5805 M:      Roi Dayan <roid@mellanox.com>
5806 L:      linux-rdma@vger.kernel.org
5807 S:      Supported
5808 W:      http://www.openfabrics.org
5809 W:      www.open-iscsi.org
5810 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5811 F:      drivers/infiniband/ulp/iser/
5812
5813 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5814 M:      Sagi Grimberg <sagig@mellanox.com>
5815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5816 L:      linux-rdma@vger.kernel.org
5817 L:      target-devel@vger.kernel.org
5818 S:      Supported
5819 W:      http://www.linux-iscsi.org
5820 F:      drivers/infiniband/ulp/isert
5821
5822 ISDN SUBSYSTEM
5823 M:      Karsten Keil <isdn@linux-pingi.de>
5824 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5825 L:      netdev@vger.kernel.org
5826 W:      http://www.isdn4linux.de
5827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5828 S:      Maintained
5829 F:      Documentation/isdn/
5830 F:      drivers/isdn/
5831 F:      include/linux/isdn.h
5832 F:      include/linux/isdn/
5833 F:      include/uapi/linux/isdn.h
5834 F:      include/uapi/linux/isdn/
5835
5836 ISDN SUBSYSTEM (Eicon active card driver)
5837 M:      Armin Schindler <mac@melware.de>
5838 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5839 W:      http://www.melware.de
5840 S:      Maintained
5841 F:      drivers/isdn/hardware/eicon/
5842
5843 IT87 HARDWARE MONITORING DRIVER
5844 M:      Jean Delvare <jdelvare@suse.com>
5845 L:      lm-sensors@lm-sensors.org
5846 S:      Maintained
5847 F:      Documentation/hwmon/it87
5848 F:      drivers/hwmon/it87.c
5849
5850 IT913X MEDIA DRIVER
5851 M:      Antti Palosaari <crope@iki.fi>
5852 L:      linux-media@vger.kernel.org
5853 W:      http://linuxtv.org/
5854 W:      http://palosaari.fi/linux/
5855 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5856 T:      git git://linuxtv.org/anttip/media_tree.git
5857 S:      Maintained
5858 F:      drivers/media/tuners/it913x*
5859
5860 IVTV VIDEO4LINUX DRIVER
5861 M:      Andy Walls <awalls@md.metrocast.net>
5862 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5863 L:      linux-media@vger.kernel.org
5864 T:      git git://linuxtv.org/media_tree.git
5865 W:      http://www.ivtvdriver.org
5866 S:      Maintained
5867 F:      Documentation/video4linux/*.ivtv
5868 F:      drivers/media/pci/ivtv/
5869 F:      include/uapi/linux/ivtv*
5870
5871 IX2505V MEDIA DRIVER
5872 M:      Malcolm Priestley <tvboxspy@gmail.com>
5873 L:      linux-media@vger.kernel.org
5874 W:      http://linuxtv.org/
5875 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5876 S:      Maintained
5877 F:      drivers/media/dvb-frontends/ix2505v*
5878
5879 JC42.4 TEMPERATURE SENSOR DRIVER
5880 M:      Guenter Roeck <linux@roeck-us.net>
5881 L:      lm-sensors@lm-sensors.org
5882 S:      Maintained
5883 F:      drivers/hwmon/jc42.c
5884 F:      Documentation/hwmon/jc42
5885
5886 JFS FILESYSTEM
5887 M:      Dave Kleikamp <shaggy@kernel.org>
5888 L:      jfs-discussion@lists.sourceforge.net
5889 W:      http://jfs.sourceforge.net/
5890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5891 S:      Maintained
5892 F:      Documentation/filesystems/jfs.txt
5893 F:      fs/jfs/
5894
5895 JME NETWORK DRIVER
5896 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5897 L:      netdev@vger.kernel.org
5898 S:      Maintained
5899 F:      drivers/net/ethernet/jme.*
5900
5901 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5902 M:      David Woodhouse <dwmw2@infradead.org>
5903 L:      linux-mtd@lists.infradead.org
5904 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5905 S:      Maintained
5906 F:      fs/jffs2/
5907 F:      include/uapi/linux/jffs2.h
5908
5909 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5910 M:      "Theodore Ts'o" <tytso@mit.edu>
5911 M:      Jan Kara <jack@suse.com>
5912 L:      linux-ext4@vger.kernel.org
5913 S:      Maintained
5914 F:      fs/jbd2/
5915 F:      include/linux/jbd2.h
5916
5917 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5918 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5919 L:      linux-media@vger.kernel.org
5920 S:      Maintained
5921 F:      drivers/media/platform/rcar_jpu.c
5922
5923 JSM Neo PCI based serial card
5924 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5925 L:      linux-serial@vger.kernel.org
5926 S:      Maintained
5927 F:      drivers/tty/serial/jsm/
5928
5929 K10TEMP HARDWARE MONITORING DRIVER
5930 M:      Clemens Ladisch <clemens@ladisch.de>
5931 L:      lm-sensors@lm-sensors.org
5932 S:      Maintained
5933 F:      Documentation/hwmon/k10temp
5934 F:      drivers/hwmon/k10temp.c
5935
5936 K8TEMP HARDWARE MONITORING DRIVER
5937 M:      Rudolf Marek <r.marek@assembler.cz>
5938 L:      lm-sensors@lm-sensors.org
5939 S:      Maintained
5940 F:      Documentation/hwmon/k8temp
5941 F:      drivers/hwmon/k8temp.c
5942
5943 KCONFIG
5944 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5945 L:      linux-kbuild@vger.kernel.org
5946 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5947 S:      Maintained
5948 F:      Documentation/kbuild/kconfig-language.txt
5949 F:      scripts/kconfig/
5950
5951 KDUMP
5952 M:      Vivek Goyal <vgoyal@redhat.com>
5953 M:      Haren Myneni <hbabu@us.ibm.com>
5954 L:      kexec@lists.infradead.org
5955 W:      http://lse.sourceforge.net/kdump/
5956 S:      Maintained
5957 F:      Documentation/kdump/
5958
5959 KEENE FM RADIO TRANSMITTER DRIVER
5960 M:      Hans Verkuil <hverkuil@xs4all.nl>
5961 L:      linux-media@vger.kernel.org
5962 T:      git git://linuxtv.org/media_tree.git
5963 W:      http://linuxtv.org
5964 S:      Maintained
5965 F:      drivers/media/radio/radio-keene*
5966
5967 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5968 M:      Ian Kent <raven@themaw.net>
5969 L:      autofs@vger.kernel.org
5970 S:      Maintained
5971 F:      fs/autofs4/
5972
5973 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5974 M:      Michal Marek <mmarek@suse.com>
5975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5977 L:      linux-kbuild@vger.kernel.org
5978 S:      Maintained
5979 F:      Documentation/kbuild/
5980 F:      Makefile
5981 F:      scripts/Makefile.*
5982 F:      scripts/basic/
5983 F:      scripts/mk*
5984 F:      scripts/package/
5985
5986 KERNEL JANITORS
5987 L:      kernel-janitors@vger.kernel.org
5988 W:      http://kernelnewbies.org/KernelJanitors
5989 S:      Odd Fixes
5990
5991 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5992 M:      "J. Bruce Fields" <bfields@fieldses.org>
5993 M:      Jeff Layton <jlayton@poochiereds.net>
5994 L:      linux-nfs@vger.kernel.org
5995 W:      http://nfs.sourceforge.net/
5996 S:      Supported
5997 F:      fs/nfsd/
5998 F:      include/uapi/linux/nfsd/
5999 F:      fs/lockd/
6000 F:      fs/nfs_common/
6001 F:      net/sunrpc/
6002 F:      include/linux/lockd/
6003 F:      include/linux/sunrpc/
6004 F:      include/uapi/linux/sunrpc/
6005
6006 KERNEL SELFTEST FRAMEWORK
6007 M:      Shuah Khan <shuahkh@osg.samsung.com>
6008 L:      linux-api@vger.kernel.org
6009 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6010 S:      Maintained
6011 F:      tools/testing/selftests
6012
6013 KERNEL VIRTUAL MACHINE (KVM)
6014 M:      Gleb Natapov <gleb@kernel.org>
6015 M:      Paolo Bonzini <pbonzini@redhat.com>
6016 L:      kvm@vger.kernel.org
6017 W:      http://www.linux-kvm.org
6018 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6019 S:      Supported
6020 F:      Documentation/*/kvm*.txt
6021 F:      Documentation/virtual/kvm/
6022 F:      arch/*/kvm/
6023 F:      arch/x86/kernel/kvm.c
6024 F:      arch/x86/kernel/kvmclock.c
6025 F:      arch/*/include/asm/kvm*
6026 F:      include/linux/kvm*
6027 F:      include/uapi/linux/kvm*
6028 F:      virt/kvm/
6029
6030 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6031 M:      Joerg Roedel <joro@8bytes.org>
6032 L:      kvm@vger.kernel.org
6033 W:      http://www.linux-kvm.org/
6034 S:      Maintained
6035 F:      arch/x86/include/asm/svm.h
6036 F:      arch/x86/kvm/svm.c
6037
6038 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6039 M:      Alexander Graf <agraf@suse.com>
6040 L:      kvm-ppc@vger.kernel.org
6041 W:      http://www.linux-kvm.org/
6042 T:      git git://github.com/agraf/linux-2.6.git
6043 S:      Supported
6044 F:      arch/powerpc/include/asm/kvm*
6045 F:      arch/powerpc/kvm/
6046
6047 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6048 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6049 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6050 L:      linux-s390@vger.kernel.org
6051 W:      http://www.ibm.com/developerworks/linux/linux390/
6052 S:      Supported
6053 F:      Documentation/s390/kvm.txt
6054 F:      arch/s390/include/asm/kvm*
6055 F:      arch/s390/kvm/
6056
6057 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6058 M:      Christoffer Dall <christoffer.dall@linaro.org>
6059 M:      Marc Zyngier <marc.zyngier@arm.com>
6060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6061 L:      kvmarm@lists.cs.columbia.edu
6062 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6063 S:      Supported
6064 F:      arch/arm/include/uapi/asm/kvm*
6065 F:      arch/arm/include/asm/kvm*
6066 F:      arch/arm/kvm/
6067 F:      virt/kvm/arm/
6068 F:      include/kvm/arm_*
6069
6070 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6071 M:      Christoffer Dall <christoffer.dall@linaro.org>
6072 M:      Marc Zyngier <marc.zyngier@arm.com>
6073 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6074 L:      kvmarm@lists.cs.columbia.edu
6075 S:      Maintained
6076 F:      arch/arm64/include/uapi/asm/kvm*
6077 F:      arch/arm64/include/asm/kvm*
6078 F:      arch/arm64/kvm/
6079
6080 KEXEC
6081 M:      Eric Biederman <ebiederm@xmission.com>
6082 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6083 L:      kexec@lists.infradead.org
6084 S:      Maintained
6085 F:      include/linux/kexec.h
6086 F:      include/uapi/linux/kexec.h
6087 F:      kernel/kexec.c
6088
6089 KEYS/KEYRINGS:
6090 M:      David Howells <dhowells@redhat.com>
6091 L:      keyrings@vger.kernel.org
6092 S:      Maintained
6093 F:      Documentation/security/keys.txt
6094 F:      include/linux/key.h
6095 F:      include/linux/key-type.h
6096 F:      include/keys/
6097 F:      security/keys/
6098
6099 KEYS-TRUSTED
6100 M:      David Safford <safford@us.ibm.com>
6101 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6102 L:      linux-security-module@vger.kernel.org
6103 L:      keyrings@vger.kernel.org
6104 S:      Supported
6105 F:      Documentation/security/keys-trusted-encrypted.txt
6106 F:      include/keys/trusted-type.h
6107 F:      security/keys/trusted.c
6108 F:      security/keys/trusted.h
6109
6110 KEYS-ENCRYPTED
6111 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6112 M:      David Safford <safford@us.ibm.com>
6113 L:      linux-security-module@vger.kernel.org
6114 L:      keyrings@vger.kernel.org
6115 S:      Supported
6116 F:      Documentation/security/keys-trusted-encrypted.txt
6117 F:      include/keys/encrypted-type.h
6118 F:      security/keys/encrypted-keys/
6119
6120 KGDB / KDB /debug_core
6121 M:      Jason Wessel <jason.wessel@windriver.com>
6122 W:      http://kgdb.wiki.kernel.org/
6123 L:      kgdb-bugreport@lists.sourceforge.net
6124 S:      Maintained
6125 F:      Documentation/DocBook/kgdb.tmpl
6126 F:      drivers/misc/kgdbts.c
6127 F:      drivers/tty/serial/kgdboc.c
6128 F:      include/linux/kdb.h
6129 F:      include/linux/kgdb.h
6130 F:      kernel/debug/
6131
6132 KMEMCHECK
6133 M:      Vegard Nossum <vegardno@ifi.uio.no>
6134 M:      Pekka Enberg <penberg@kernel.org>
6135 S:      Maintained
6136 F:      Documentation/kmemcheck.txt
6137 F:      arch/x86/include/asm/kmemcheck.h
6138 F:      arch/x86/mm/kmemcheck/
6139 F:      include/linux/kmemcheck.h
6140 F:      mm/kmemcheck.c
6141
6142 KMEMLEAK
6143 M:      Catalin Marinas <catalin.marinas@arm.com>
6144 S:      Maintained
6145 F:      Documentation/kmemleak.txt
6146 F:      include/linux/kmemleak.h
6147 F:      mm/kmemleak.c
6148 F:      mm/kmemleak-test.c
6149
6150 KPROBES
6151 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6152 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6153 M:      "David S. Miller" <davem@davemloft.net>
6154 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6155 S:      Maintained
6156 F:      Documentation/kprobes.txt
6157 F:      include/linux/kprobes.h
6158 F:      kernel/kprobes.c
6159
6160 KS0108 LCD CONTROLLER DRIVER
6161 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6162 W:      http://miguelojeda.es/auxdisplay.htm
6163 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6164 S:      Maintained
6165 F:      Documentation/auxdisplay/ks0108
6166 F:      drivers/auxdisplay/ks0108.c
6167 F:      include/linux/ks0108.h
6168
6169 L3MDEV
6170 M:      David Ahern <dsa@cumulusnetworks.com>
6171 L:      netdev@vger.kernel.org
6172 S:      Maintained
6173 F:      net/l3mdev
6174 F:      include/net/l3mdev.h
6175
6176 LAPB module
6177 L:      linux-x25@vger.kernel.org
6178 S:      Orphan
6179 F:      Documentation/networking/lapb-module.txt
6180 F:      include/*/lapb.h
6181 F:      net/lapb/
6182
6183 LASI 53c700 driver for PARISC
6184 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6185 L:      linux-scsi@vger.kernel.org
6186 S:      Maintained
6187 F:      Documentation/scsi/53c700.txt
6188 F:      drivers/scsi/53c700*
6189
6190 LED SUBSYSTEM
6191 M:      Richard Purdie <rpurdie@rpsys.net>
6192 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6193 L:      linux-leds@vger.kernel.org
6194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6195 S:      Maintained
6196 F:      drivers/leds/
6197 F:      include/linux/leds.h
6198
6199 LEGACY EEPROM DRIVER
6200 M:      Jean Delvare <jdelvare@suse.com>
6201 S:      Maintained
6202 F:      Documentation/misc-devices/eeprom
6203 F:      drivers/misc/eeprom/eeprom.c
6204
6205 LEGO USB Tower driver
6206 M:      Juergen Stuber <starblue@users.sourceforge.net>
6207 L:      legousb-devel@lists.sourceforge.net
6208 W:      http://legousb.sourceforge.net/
6209 S:      Maintained
6210 F:      drivers/usb/misc/legousbtower.c
6211
6212 LG2160 MEDIA DRIVER
6213 M:      Michael Krufky <mkrufky@linuxtv.org>
6214 L:      linux-media@vger.kernel.org
6215 W:      http://linuxtv.org/
6216 W:      http://github.com/mkrufky
6217 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6218 T:      git git://linuxtv.org/mkrufky/tuners.git
6219 S:      Maintained
6220 F:      drivers/media/dvb-frontends/lg2160.*
6221
6222 LGDT3305 MEDIA DRIVER
6223 M:      Michael Krufky <mkrufky@linuxtv.org>
6224 L:      linux-media@vger.kernel.org
6225 W:      http://linuxtv.org/
6226 W:      http://github.com/mkrufky
6227 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6228 T:      git git://linuxtv.org/mkrufky/tuners.git
6229 S:      Maintained
6230 F:      drivers/media/dvb-frontends/lgdt3305.*
6231
6232 LGUEST
6233 M:      Rusty Russell <rusty@rustcorp.com.au>
6234 L:      lguest@lists.ozlabs.org
6235 W:      http://lguest.ozlabs.org/
6236 S:      Odd Fixes
6237 F:      arch/x86/include/asm/lguest*.h
6238 F:      arch/x86/lguest/
6239 F:      drivers/lguest/
6240 F:      include/linux/lguest*.h
6241 F:      tools/lguest/
6242
6243 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6244 M:      Tejun Heo <tj@kernel.org>
6245 L:      linux-ide@vger.kernel.org
6246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6247 S:      Maintained
6248 F:      drivers/ata/
6249 F:      include/linux/ata.h
6250 F:      include/linux/libata.h
6251
6252 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6253 M:      Viresh Kumar <vireshk@kernel.org>
6254 L:      linux-ide@vger.kernel.org
6255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6256 S:      Maintained
6257 F:      include/linux/pata_arasan_cf_data.h
6258 F:      drivers/ata/pata_arasan_cf.c
6259
6260 LIBATA PATA DRIVERS
6261 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6262 M:      Tejun Heo <tj@kernel.org>
6263 L:      linux-ide@vger.kernel.org
6264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6265 S:      Maintained
6266 F:      drivers/ata/pata_*.c
6267 F:      drivers/ata/ata_generic.c
6268
6269 LIBATA SATA AHCI PLATFORM devices support
6270 M:      Hans de Goede <hdegoede@redhat.com>
6271 M:      Tejun Heo <tj@kernel.org>
6272 L:      linux-ide@vger.kernel.org
6273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6274 S:      Maintained
6275 F:      drivers/ata/ahci_platform.c
6276 F:      drivers/ata/libahci_platform.c
6277 F:      include/linux/ahci_platform.h
6278
6279 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6280 M:      Mikael Pettersson <mikpelinux@gmail.com>
6281 L:      linux-ide@vger.kernel.org
6282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6283 S:      Maintained
6284 F:      drivers/ata/sata_promise.*
6285
6286 LIBLOCKDEP
6287 M:      Sasha Levin <sasha.levin@oracle.com>
6288 S:      Maintained
6289 F:      tools/lib/lockdep/
6290
6291 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6292 M:      Dan Williams <dan.j.williams@intel.com>
6293 L:      linux-nvdimm@lists.01.org
6294 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6295 S:      Supported
6296 F:      drivers/nvdimm/*
6297 F:      include/linux/nd.h
6298 F:      include/linux/libnvdimm.h
6299 F:      include/uapi/linux/ndctl.h
6300
6301 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6302 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6303 L:      linux-nvdimm@lists.01.org
6304 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6305 S:      Supported
6306 F:      drivers/nvdimm/blk.c
6307 F:      drivers/nvdimm/region_devs.c
6308 F:      drivers/acpi/nfit*
6309
6310 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6311 M:      Vishal Verma <vishal.l.verma@intel.com>
6312 L:      linux-nvdimm@lists.01.org
6313 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6314 S:      Supported
6315 F:      drivers/nvdimm/btt*
6316
6317 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6318 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6319 L:      linux-nvdimm@lists.01.org
6320 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6321 S:      Supported
6322 F:      drivers/nvdimm/pmem.c
6323 F:      include/linux/pmem.h
6324 F:      arch/*/include/asm/pmem.h
6325
6326 LIGHTNVM PLATFORM SUPPORT
6327 M:      Matias Bjorling <mb@lightnvm.io>
6328 W:      http://github/OpenChannelSSD
6329 S:      Maintained
6330 F:      drivers/lightnvm/
6331 F:      include/linux/lightnvm.h
6332 F:      include/uapi/linux/lightnvm.h
6333
6334 LINUX FOR IBM pSERIES (RS/6000)
6335 M:      Paul Mackerras <paulus@au.ibm.com>
6336 W:      http://www.ibm.com/linux/ltc/projects/ppc
6337 S:      Supported
6338 F:      arch/powerpc/boot/rs6000.h
6339
6340 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6341 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6342 M:      Paul Mackerras <paulus@samba.org>
6343 M:      Michael Ellerman <mpe@ellerman.id.au>
6344 W:      http://www.penguinppc.org/
6345 L:      linuxppc-dev@lists.ozlabs.org
6346 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6348 S:      Supported
6349 F:      Documentation/powerpc/
6350 F:      arch/powerpc/
6351
6352 LINUX FOR POWER MACINTOSH
6353 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6354 W:      http://www.penguinppc.org/
6355 L:      linuxppc-dev@lists.ozlabs.org
6356 S:      Maintained
6357 F:      arch/powerpc/platforms/powermac/
6358 F:      drivers/macintosh/
6359
6360 LINUX FOR POWERPC EMBEDDED MPC5XXX
6361 M:      Anatolij Gustschin <agust@denx.de>
6362 L:      linuxppc-dev@lists.ozlabs.org
6363 T:      git git://git.denx.de/linux-denx-agust.git
6364 S:      Maintained
6365 F:      arch/powerpc/platforms/512x/
6366 F:      arch/powerpc/platforms/52xx/
6367
6368 LINUX FOR POWERPC EMBEDDED PPC4XX
6369 M:      Alistair Popple <alistair@popple.id.au>
6370 M:      Matt Porter <mporter@kernel.crashing.org>
6371 W:      http://www.penguinppc.org/
6372 L:      linuxppc-dev@lists.ozlabs.org
6373 S:      Maintained
6374 F:      arch/powerpc/platforms/40x/
6375 F:      arch/powerpc/platforms/44x/
6376
6377 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6378 L:      linuxppc-dev@lists.ozlabs.org
6379 S:      Orphan
6380 F:      arch/powerpc/*/*virtex*
6381 F:      arch/powerpc/*/*/*virtex*
6382
6383 LINUX FOR POWERPC EMBEDDED PPC8XX
6384 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6385 W:      http://www.penguinppc.org/
6386 L:      linuxppc-dev@lists.ozlabs.org
6387 S:      Maintained
6388 F:      arch/powerpc/platforms/8xx/
6389
6390 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6391 M:      Scott Wood <scottwood@freescale.com>
6392 M:      Kumar Gala <galak@kernel.crashing.org>
6393 W:      http://www.penguinppc.org/
6394 L:      linuxppc-dev@lists.ozlabs.org
6395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6396 S:      Maintained
6397 F:      arch/powerpc/platforms/83xx/
6398 F:      arch/powerpc/platforms/85xx/
6399
6400 LINUX FOR POWERPC PA SEMI PWRFICIENT
6401 M:      Olof Johansson <olof@lixom.net>
6402 L:      linuxppc-dev@lists.ozlabs.org
6403 S:      Maintained
6404 F:      arch/powerpc/platforms/pasemi/
6405 F:      drivers/*/*pasemi*
6406 F:      drivers/*/*/*pasemi*
6407
6408 LINUX SECURITY MODULE (LSM) FRAMEWORK
6409 M:      Chris Wright <chrisw@sous-sol.org>
6410 L:      linux-security-module@vger.kernel.org
6411 S:      Supported
6412
6413 LIS3LV02D ACCELEROMETER DRIVER
6414 M:      Eric Piel <eric.piel@tremplin-utc.net>
6415 S:      Maintained
6416 F:      Documentation/misc-devices/lis3lv02d
6417 F:      drivers/misc/lis3lv02d/
6418 F:      drivers/platform/x86/hp_accel.c
6419
6420 LIVE PATCHING
6421 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6422 M:      Seth Jennings <sjenning@redhat.com>
6423 M:      Jiri Kosina <jikos@kernel.org>
6424 M:      Vojtech Pavlik <vojtech@suse.com>
6425 S:      Maintained
6426 F:      kernel/livepatch/
6427 F:      include/linux/livepatch.h
6428 F:      arch/x86/include/asm/livepatch.h
6429 F:      arch/x86/kernel/livepatch.c
6430 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6431 F:      samples/livepatch/
6432 L:      live-patching@vger.kernel.org
6433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6434
6435 LLC (802.2)
6436 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6437 S:      Maintained
6438 F:      include/linux/llc.h
6439 F:      include/uapi/linux/llc.h
6440 F:      include/net/llc*
6441 F:      net/llc/
6442
6443 LM73 HARDWARE MONITOR DRIVER
6444 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6445 L:      lm-sensors@lm-sensors.org
6446 S:      Maintained
6447 F:      drivers/hwmon/lm73.c
6448
6449 LM78 HARDWARE MONITOR DRIVER
6450 M:      Jean Delvare <jdelvare@suse.com>
6451 L:      lm-sensors@lm-sensors.org
6452 S:      Maintained
6453 F:      Documentation/hwmon/lm78
6454 F:      drivers/hwmon/lm78.c
6455
6456 LM83 HARDWARE MONITOR DRIVER
6457 M:      Jean Delvare <jdelvare@suse.com>
6458 L:      lm-sensors@lm-sensors.org
6459 S:      Maintained
6460 F:      Documentation/hwmon/lm83
6461 F:      drivers/hwmon/lm83.c
6462
6463 LM90 HARDWARE MONITOR DRIVER
6464 M:      Jean Delvare <jdelvare@suse.com>
6465 L:      lm-sensors@lm-sensors.org
6466 S:      Maintained
6467 F:      Documentation/hwmon/lm90
6468 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6469 F:      drivers/hwmon/lm90.c
6470
6471 LM95234 HARDWARE MONITOR DRIVER
6472 M:      Guenter Roeck <linux@roeck-us.net>
6473 L:      lm-sensors@lm-sensors.org
6474 S:      Maintained
6475 F:      Documentation/hwmon/lm95234
6476 F:      drivers/hwmon/lm95234.c
6477
6478 LME2510 MEDIA DRIVER
6479 M:      Malcolm Priestley <tvboxspy@gmail.com>
6480 L:      linux-media@vger.kernel.org
6481 W:      http://linuxtv.org/
6482 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6483 S:      Maintained
6484 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6485
6486 LOCKDEP AND LOCKSTAT
6487 M:      Peter Zijlstra <peterz@infradead.org>
6488 M:      Ingo Molnar <mingo@redhat.com>
6489 L:      linux-kernel@vger.kernel.org
6490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6491 S:      Maintained
6492 F:      Documentation/locking/lockdep*.txt
6493 F:      Documentation/locking/lockstat.txt
6494 F:      include/linux/lockdep.h
6495 F:      kernel/locking/
6496
6497 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6498 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6499 L:      linux-ntfs-dev@lists.sourceforge.net
6500 W:      http://www.linux-ntfs.org/content/view/19/37/
6501 S:      Maintained
6502 F:      Documentation/ldm.txt
6503 F:      block/partitions/ldm.*
6504
6505 LogFS
6506 M:      Joern Engel <joern@logfs.org>
6507 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6508 L:      logfs@logfs.org
6509 W:      logfs.org
6510 S:      Maintained
6511 F:      fs/logfs/
6512
6513 LPC32XX MACHINE SUPPORT
6514 M:      Roland Stigge <stigge@antcom.de>
6515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6516 S:      Maintained
6517 F:      arch/arm/mach-lpc32xx/
6518
6519 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6520 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6521 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6522 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6523 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6524 L:      MPT-FusionLinux.pdl@avagotech.com
6525 L:      linux-scsi@vger.kernel.org
6526 W:      http://www.lsilogic.com/support
6527 S:      Supported
6528 F:      drivers/message/fusion/
6529 F:      drivers/scsi/mpt2sas/
6530 F:      drivers/scsi/mpt3sas/
6531
6532 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6533 M:      Matthew Wilcox <matthew@wil.cx>
6534 L:      linux-scsi@vger.kernel.org
6535 S:      Maintained
6536 F:      drivers/scsi/sym53c8xx_2/
6537
6538 LTC4261 HARDWARE MONITOR DRIVER
6539 M:      Guenter Roeck <linux@roeck-us.net>
6540 L:      lm-sensors@lm-sensors.org
6541 S:      Maintained
6542 F:      Documentation/hwmon/ltc4261
6543 F:      drivers/hwmon/ltc4261.c
6544
6545 LTP (Linux Test Project)
6546 M:      Mike Frysinger <vapier@gentoo.org>
6547 M:      Cyril Hrubis <chrubis@suse.cz>
6548 M:      Wanlong Gao <wanlong.gao@gmail.com>
6549 M:      Jan Stancek <jstancek@redhat.com>
6550 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6551 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6552 L:      ltp@lists.linux.it (subscribers-only)
6553 W:      http://linux-test-project.github.io/
6554 T:      git git://github.com/linux-test-project/ltp.git
6555 S:      Maintained
6556
6557 M32R ARCHITECTURE
6558 W:      http://www.linux-m32r.org/
6559 S:      Orphan
6560 F:      arch/m32r/
6561
6562 M68K ARCHITECTURE
6563 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6564 L:      linux-m68k@lists.linux-m68k.org
6565 W:      http://www.linux-m68k.org/
6566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6567 S:      Maintained
6568 F:      arch/m68k/
6569 F:      drivers/zorro/
6570
6571 M68K ON APPLE MACINTOSH
6572 M:      Joshua Thompson <funaho@jurai.org>
6573 W:      http://www.mac.linux-m68k.org/
6574 L:      linux-m68k@lists.linux-m68k.org
6575 S:      Maintained
6576 F:      arch/m68k/mac/
6577
6578 M68K ON HP9000/300
6579 M:      Philip Blundell <philb@gnu.org>
6580 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6581 S:      Maintained
6582 F:      arch/m68k/hp300/
6583
6584 M88DS3103 MEDIA DRIVER
6585 M:      Antti Palosaari <crope@iki.fi>
6586 L:      linux-media@vger.kernel.org
6587 W:      http://linuxtv.org/
6588 W:      http://palosaari.fi/linux/
6589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6590 T:      git git://linuxtv.org/anttip/media_tree.git
6591 S:      Maintained
6592 F:      drivers/media/dvb-frontends/m88ds3103*
6593
6594 M88RS2000 MEDIA DRIVER
6595 M:      Malcolm Priestley <tvboxspy@gmail.com>
6596 L:      linux-media@vger.kernel.org
6597 W:      http://linuxtv.org/
6598 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6599 S:      Maintained
6600 F:      drivers/media/dvb-frontends/m88rs2000*
6601
6602 MA901 MASTERKIT USB FM RADIO DRIVER
6603 M:      Alexey Klimov <klimov.linux@gmail.com>
6604 L:      linux-media@vger.kernel.org
6605 T:      git git://linuxtv.org/media_tree.git
6606 S:      Maintained
6607 F:      drivers/media/radio/radio-ma901.c
6608
6609 MAC80211
6610 M:      Johannes Berg <johannes@sipsolutions.net>
6611 L:      linux-wireless@vger.kernel.org
6612 W:      http://wireless.kernel.org/
6613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6615 S:      Maintained
6616 F:      Documentation/networking/mac80211-injection.txt
6617 F:      include/net/mac80211.h
6618 F:      net/mac80211/
6619
6620 MACVLAN DRIVER
6621 M:      Patrick McHardy <kaber@trash.net>
6622 L:      netdev@vger.kernel.org
6623 S:      Maintained
6624 F:      drivers/net/macvlan.c
6625 F:      include/linux/if_macvlan.h
6626
6627 MAILBOX API
6628 M:      Jassi Brar <jassisinghbrar@gmail.com>
6629 L:      linux-kernel@vger.kernel.org
6630 S:      Maintained
6631 F:      drivers/mailbox/
6632 F:      include/linux/mailbox_client.h
6633 F:      include/linux/mailbox_controller.h
6634
6635 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6636 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6637 W:      http://www.kernel.org/doc/man-pages
6638 L:      linux-man@vger.kernel.org
6639 S:      Maintained
6640
6641 MARVELL ARMADA DRM SUPPORT
6642 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6643 S:      Maintained
6644 F:      drivers/gpu/drm/armada/
6645
6646 MARVELL 88E6352 DSA support
6647 M:      Guenter Roeck <linux@roeck-us.net>
6648 S:      Maintained
6649 F:      drivers/net/dsa/mv88e6352.c
6650
6651 MARVELL CRYPTO DRIVER
6652 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6653 M:      Arnaud Ebalard <arno@natisbad.org>
6654 F:      drivers/crypto/marvell/
6655 S:      Maintained
6656 L:      linux-crypto@vger.kernel.org
6657
6658 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6659 M:      Mirko Lindner <mlindner@marvell.com>
6660 M:      Stephen Hemminger <stephen@networkplumber.org>
6661 L:      netdev@vger.kernel.org
6662 S:      Maintained
6663 F:      drivers/net/ethernet/marvell/sk*
6664
6665 MARVELL LIBERTAS WIRELESS DRIVER
6666 L:      libertas-dev@lists.infradead.org
6667 S:      Orphan
6668 F:      drivers/net/wireless/libertas/
6669
6670 MARVELL MV643XX ETHERNET DRIVER
6671 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6672 L:      netdev@vger.kernel.org
6673 S:      Maintained
6674 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6675 F:      include/linux/mv643xx.h
6676
6677 MARVELL MVNETA ETHERNET DRIVER
6678 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6679 L:      netdev@vger.kernel.org
6680 S:      Maintained
6681 F:      drivers/net/ethernet/marvell/mvneta.*
6682
6683 MARVELL MWIFIEX WIRELESS DRIVER
6684 M:      Amitkumar Karwar <akarwar@marvell.com>
6685 M:      Nishant Sarmukadam <nishants@marvell.com>
6686 L:      linux-wireless@vger.kernel.org
6687 S:      Maintained
6688 F:      drivers/net/wireless/mwifiex/
6689
6690 MARVELL MWL8K WIRELESS DRIVER
6691 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6692 L:      linux-wireless@vger.kernel.org
6693 S:      Odd Fixes
6694 F:      drivers/net/wireless/mwl8k.c
6695
6696 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6697 M:      Nicolas Pitre <nico@fluxnic.net>
6698 S:      Odd Fixes
6699 F:      drivers/mmc/host/mvsdio.*
6700
6701 MATROX FRAMEBUFFER DRIVER
6702 L:      linux-fbdev@vger.kernel.org
6703 S:      Orphan
6704 F:      drivers/video/fbdev/matrox/matroxfb_*
6705 F:      include/uapi/linux/matroxfb.h
6706
6707 MAX16065 HARDWARE MONITOR DRIVER
6708 M:      Guenter Roeck <linux@roeck-us.net>
6709 L:      lm-sensors@lm-sensors.org
6710 S:      Maintained
6711 F:      Documentation/hwmon/max16065
6712 F:      drivers/hwmon/max16065.c
6713
6714 MAX20751 HARDWARE MONITOR DRIVER
6715 M:      Guenter Roeck <linux@roeck-us.net>
6716 L:      lm-sensors@lm-sensors.org
6717 S:      Maintained
6718 F:      Documentation/hwmon/max20751
6719 F:      drivers/hwmon/max20751.c
6720
6721 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6722 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6723 L:      lm-sensors@lm-sensors.org
6724 S:      Maintained
6725 F:      Documentation/hwmon/max6650
6726 F:      drivers/hwmon/max6650.c
6727
6728 MAX6697 HARDWARE MONITOR DRIVER
6729 M:      Guenter Roeck <linux@roeck-us.net>
6730 L:      lm-sensors@lm-sensors.org
6731 S:      Maintained
6732 F:      Documentation/hwmon/max6697
6733 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6734 F:      drivers/hwmon/max6697.c
6735 F:      include/linux/platform_data/max6697.h
6736
6737 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6738 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6739 L:      linux-pm@vger.kernel.org
6740 S:      Supported
6741 F:      drivers/power/max14577_charger.c
6742 F:      drivers/power/max77693_charger.c
6743
6744 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6745 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6746 L:      linux-kernel@vger.kernel.org
6747 S:      Supported
6748 F:      drivers/*/*max77802.c
6749 F:      Documentation/devicetree/bindings/*/*max77802.txt
6750 F:      include/dt-bindings/*/*max77802.h
6751
6752 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6753 M:      Chanwoo Choi <cw00.choi@samsung.com>
6754 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6755 L:      linux-kernel@vger.kernel.org
6756 S:      Supported
6757 F:      drivers/*/max14577.c
6758 F:      drivers/*/max77686.c
6759 F:      drivers/*/max77693.c
6760 F:      drivers/extcon/extcon-max14577.c
6761 F:      drivers/extcon/extcon-max77693.c
6762 F:      drivers/rtc/rtc-max77686.c
6763 F:      drivers/clk/clk-max77686.c
6764 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6765 F:      Documentation/devicetree/bindings/*/max77686.txt
6766 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6767 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6768 F:      include/linux/mfd/max14577*.h
6769 F:      include/linux/mfd/max77686*.h
6770 F:      include/linux/mfd/max77693*.h
6771
6772 MAXIRADIO FM RADIO RECEIVER DRIVER
6773 M:      Hans Verkuil <hverkuil@xs4all.nl>
6774 L:      linux-media@vger.kernel.org
6775 T:      git git://linuxtv.org/media_tree.git
6776 W:      http://linuxtv.org
6777 S:      Maintained
6778 F:      drivers/media/radio/radio-maxiradio*
6779
6780 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6781 M:      Peter Rosin <peda@axentia.se>
6782 L:      linux-iio@vger.kernel.org
6783 S:      Maintained
6784 F:      drivers/iio/potentiometer/mcp4531.c
6785
6786 MEDIA DRIVERS FOR RENESAS - VSP1
6787 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6788 L:      linux-media@vger.kernel.org
6789 L:      linux-sh@vger.kernel.org
6790 T:      git git://linuxtv.org/media_tree.git
6791 S:      Supported
6792 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6793 F:      drivers/media/platform/vsp1/
6794
6795 MEDIA DRIVERS FOR ASCOT2E
6796 M:      Sergey Kozlov <serjk@netup.ru>
6797 L:      linux-media@vger.kernel.org
6798 W:      http://linuxtv.org
6799 W:      http://netup.tv/
6800 T:      git git://linuxtv.org/media_tree.git
6801 S:      Supported
6802 F:      drivers/media/dvb-frontends/ascot2e*
6803
6804 MEDIA DRIVERS FOR CXD2841ER
6805 M:      Sergey Kozlov <serjk@netup.ru>
6806 L:      linux-media@vger.kernel.org
6807 W:      http://linuxtv.org/
6808 W:      http://netup.tv/
6809 T:      git git://linuxtv.org/media_tree.git
6810 S:      Supported
6811 F:      drivers/media/dvb-frontends/cxd2841er*
6812
6813 MEDIA DRIVERS FOR HORUS3A
6814 M:      Sergey Kozlov <serjk@netup.ru>
6815 L:      linux-media@vger.kernel.org
6816 W:      http://linuxtv.org/
6817 W:      http://netup.tv/
6818 T:      git git://linuxtv.org/media_tree.git
6819 S:      Supported
6820 F:      drivers/media/dvb-frontends/horus3a*
6821
6822 MEDIA DRIVERS FOR LNBH25
6823 M:      Sergey Kozlov <serjk@netup.ru>
6824 L:      linux-media@vger.kernel.org
6825 W:      http://linuxtv.org/
6826 W:      http://netup.tv/
6827 T:      git git://linuxtv.org/media_tree.git
6828 S:      Supported
6829 F:      drivers/media/dvb-frontends/lnbh25*
6830
6831 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6832 M:      Sergey Kozlov <serjk@netup.ru>
6833 L:      linux-media@vger.kernel.org
6834 W:      http://linuxtv.org/
6835 W:      http://netup.tv/
6836 T:      git git://linuxtv.org/media_tree.git
6837 S:      Supported
6838 F:      drivers/media/pci/netup_unidvb/*
6839
6840 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6841 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6842 P:      LinuxTV.org Project
6843 L:      linux-media@vger.kernel.org
6844 W:      http://linuxtv.org
6845 Q:      http://patchwork.kernel.org/project/linux-media/list/
6846 T:      git git://linuxtv.org/media_tree.git
6847 S:      Maintained
6848 F:      Documentation/dvb/
6849 F:      Documentation/video4linux/
6850 F:      Documentation/DocBook/media/
6851 F:      drivers/media/
6852 F:      drivers/staging/media/
6853 F:      include/media/
6854 F:      include/uapi/linux/dvb/
6855 F:      include/uapi/linux/videodev2.h
6856 F:      include/uapi/linux/media.h
6857 F:      include/uapi/linux/v4l2-*
6858 F:      include/uapi/linux/meye.h
6859 F:      include/uapi/linux/ivtv*
6860 F:      include/uapi/linux/uvcvideo.h
6861
6862 MEDIATEK MT7601U WIRELESS LAN DRIVER
6863 M:      Jakub Kicinski <kubakici@wp.pl>
6864 L:      linux-wireless@vger.kernel.org
6865 S:      Maintained
6866 F:      drivers/net/wireless/mediatek/mt7601u/
6867
6868 MEGARAID SCSI/SAS DRIVERS
6869 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6870 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6871 M:      Uday Lingala <uday.lingala@avagotech.com>
6872 L:      megaraidlinux.pdl@avagotech.com
6873 L:      linux-scsi@vger.kernel.org
6874 W:      http://www.lsi.com
6875 S:      Maintained
6876 F:      Documentation/scsi/megaraid.txt
6877 F:      drivers/scsi/megaraid.*
6878 F:      drivers/scsi/megaraid/
6879
6880 MELLANOX ETHERNET DRIVER (mlx4_en)
6881 M:      Amir Vadai <amirv@mellanox.com>
6882 L:      netdev@vger.kernel.org
6883 S:      Supported
6884 W:      http://www.mellanox.com
6885 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6886 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6887
6888 MELLANOX ETHERNET SWITCH DRIVERS
6889 M:      Jiri Pirko <jiri@mellanox.com>
6890 M:      Ido Schimmel <idosch@mellanox.com>
6891 L:      netdev@vger.kernel.org
6892 S:      Supported
6893 W:      http://www.mellanox.com
6894 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6895 F:      drivers/net/ethernet/mellanox/mlxsw/
6896
6897 MEMBARRIER SUPPORT
6898 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6899 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6900 L:      linux-kernel@vger.kernel.org
6901 S:      Supported
6902 F:      kernel/membarrier.c
6903 F:      include/uapi/linux/membarrier.h
6904
6905 MEMORY MANAGEMENT
6906 L:      linux-mm@kvack.org
6907 W:      http://www.linux-mm.org
6908 S:      Maintained
6909 F:      include/linux/mm.h
6910 F:      include/linux/gfp.h
6911 F:      include/linux/mmzone.h
6912 F:      include/linux/memory_hotplug.h
6913 F:      include/linux/vmalloc.h
6914 F:      mm/
6915
6916 MEMORY TECHNOLOGY DEVICES (MTD)
6917 M:      David Woodhouse <dwmw2@infradead.org>
6918 M:      Brian Norris <computersforpeace@gmail.com>
6919 L:      linux-mtd@lists.infradead.org
6920 W:      http://www.linux-mtd.infradead.org/
6921 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6922 T:      git git://git.infradead.org/linux-mtd.git
6923 T:      git git://git.infradead.org/l2-mtd.git
6924 S:      Maintained
6925 F:      drivers/mtd/
6926 F:      include/linux/mtd/
6927 F:      include/uapi/mtd/
6928
6929 MEN A21 WATCHDOG DRIVER
6930 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6931 L:      linux-watchdog@vger.kernel.org
6932 S:      Maintained
6933 F:      drivers/watchdog/mena21_wdt.c
6934
6935 MEN CHAMELEON BUS (mcb)
6936 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6937 S:      Maintained
6938 F:      drivers/mcb/
6939 F:      include/linux/mcb.h
6940 F:      Documentation/men-chameleon-bus.txt
6941
6942 MEN F21BMC (Board Management Controller)
6943 M:      Andreas Werner <andreas.werner@men.de>
6944 S:      Supported
6945 F:      drivers/mfd/menf21bmc.c
6946 F:      drivers/watchdog/menf21bmc_wdt.c
6947 F:      drivers/leds/leds-menf21bmc.c
6948 F:      drivers/hwmon/menf21bmc_hwmon.c
6949 F:      Documentation/hwmon/menf21bmc
6950
6951 METAG ARCHITECTURE
6952 M:      James Hogan <james.hogan@imgtec.com>
6953 L:      linux-metag@vger.kernel.org
6954 S:      Supported
6955 F:      arch/metag/
6956 F:      Documentation/metag/
6957 F:      Documentation/devicetree/bindings/metag/
6958 F:      drivers/clocksource/metag_generic.c
6959 F:      drivers/irqchip/irq-metag.c
6960 F:      drivers/irqchip/irq-metag-ext.c
6961 F:      drivers/tty/metag_da.c
6962
6963 MICROBLAZE ARCHITECTURE
6964 M:      Michal Simek <monstr@monstr.eu>
6965 W:      http://www.monstr.eu/fdt/
6966 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6967 S:      Supported
6968 F:      arch/microblaze/
6969
6970 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6971 M:      Chen Yu <yu.c.chen@intel.com>
6972 L:      platform-driver-x86@vger.kernel.org
6973 S:      Supported
6974 F:      drivers/platform/x86/surfacepro3_button.c
6975
6976 MICROTEK X6 SCANNER
6977 M:      Oliver Neukum <oliver@neukum.org>
6978 S:      Maintained
6979 F:      drivers/usb/image/microtek.*
6980
6981 MIPS
6982 M:      Ralf Baechle <ralf@linux-mips.org>
6983 L:      linux-mips@linux-mips.org
6984 W:      http://www.linux-mips.org/
6985 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6986 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6987 S:      Supported
6988 F:      Documentation/mips/
6989 F:      arch/mips/
6990
6991 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6992 M:      Hans Verkuil <hverkuil@xs4all.nl>
6993 L:      linux-media@vger.kernel.org
6994 T:      git git://linuxtv.org/media_tree.git
6995 W:      http://linuxtv.org
6996 S:      Odd Fixes
6997 F:      drivers/media/radio/radio-miropcm20*
6998
6999 Mellanox MLX5 core VPI driver
7000 M:      Eli Cohen <eli@mellanox.com>
7001 L:      netdev@vger.kernel.org
7002 L:      linux-rdma@vger.kernel.org
7003 W:      http://www.mellanox.com
7004 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7005 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7006 T:      git git://openfabrics.org/~eli/connect-ib.git
7007 S:      Supported
7008 F:      drivers/net/ethernet/mellanox/mlx5/core/
7009 F:      include/linux/mlx5/
7010
7011 Mellanox MLX5 IB driver
7012 M:      Eli Cohen <eli@mellanox.com>
7013 L:      linux-rdma@vger.kernel.org
7014 W:      http://www.mellanox.com
7015 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7016 T:      git git://openfabrics.org/~eli/connect-ib.git
7017 S:      Supported
7018 F:      include/linux/mlx5/
7019 F:      drivers/infiniband/hw/mlx5/
7020
7021 MELEXIS MLX90614 DRIVER
7022 M:      Crt Mori <cmo@melexis.com>
7023 L:      linux-iio@vger.kernel.org
7024 W:      http://www.melexis.com
7025 S:      Supported
7026 F:      drivers/iio/temperature/mlx90614.c
7027
7028 MN88472 MEDIA DRIVER
7029 M:      Antti Palosaari <crope@iki.fi>
7030 L:      linux-media@vger.kernel.org
7031 W:      http://linuxtv.org/
7032 W:      http://palosaari.fi/linux/
7033 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7034 T:      git git://linuxtv.org/anttip/media_tree.git
7035 S:      Maintained
7036 F:      drivers/staging/media/mn88472/
7037 F:      drivers/media/dvb-frontends/mn88472.h
7038
7039 MN88473 MEDIA DRIVER
7040 M:      Antti Palosaari <crope@iki.fi>
7041 L:      linux-media@vger.kernel.org
7042 W:      http://linuxtv.org/
7043 W:      http://palosaari.fi/linux/
7044 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7045 T:      git git://linuxtv.org/anttip/media_tree.git
7046 S:      Maintained
7047 F:      drivers/staging/media/mn88473/
7048 F:      drivers/media/dvb-frontends/mn88473.h
7049
7050 MODULE SUPPORT
7051 M:      Rusty Russell <rusty@rustcorp.com.au>
7052 S:      Maintained
7053 F:      include/linux/module.h
7054 F:      kernel/module.c
7055
7056 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7057 W:      http://popies.net/meye/
7058 S:      Orphan
7059 F:      Documentation/video4linux/meye.txt
7060 F:      drivers/media/pci/meye/
7061 F:      include/uapi/linux/meye.h
7062
7063 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7064 M:      Jiri Slaby <jirislaby@gmail.com>
7065 S:      Maintained
7066 F:      Documentation/serial/moxa-smartio
7067 F:      drivers/tty/mxser.*
7068
7069 MR800 AVERMEDIA USB FM RADIO DRIVER
7070 M:      Alexey Klimov <klimov.linux@gmail.com>
7071 L:      linux-media@vger.kernel.org
7072 T:      git git://linuxtv.org/media_tree.git
7073 S:      Maintained
7074 F:      drivers/media/radio/radio-mr800.c
7075
7076 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7077 M:      Alan Ott <alan@signal11.us>
7078 L:      linux-wpan@vger.kernel.org
7079 S:      Maintained
7080 F:      drivers/net/ieee802154/mrf24j40.c
7081 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7082
7083 MSI LAPTOP SUPPORT
7084 M:      "Lee, Chun-Yi" <jlee@suse.com>
7085 L:      platform-driver-x86@vger.kernel.org
7086 S:      Maintained
7087 F:      drivers/platform/x86/msi-laptop.c
7088
7089 MSI WMI SUPPORT
7090 L:      platform-driver-x86@vger.kernel.org
7091 S:      Orphan
7092 F:      drivers/platform/x86/msi-wmi.c
7093
7094 MSI001 MEDIA DRIVER
7095 M:      Antti Palosaari <crope@iki.fi>
7096 L:      linux-media@vger.kernel.org
7097 W:      http://linuxtv.org/
7098 W:      http://palosaari.fi/linux/
7099 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7100 T:      git git://linuxtv.org/anttip/media_tree.git
7101 S:      Maintained
7102 F:      drivers/media/tuners/msi001*
7103
7104 MSI2500 MEDIA DRIVER
7105 M:      Antti Palosaari <crope@iki.fi>
7106 L:      linux-media@vger.kernel.org
7107 W:      http://linuxtv.org/
7108 W:      http://palosaari.fi/linux/
7109 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7110 T:      git git://linuxtv.org/anttip/media_tree.git
7111 S:      Maintained
7112 F:      drivers/media/usb/msi2500/
7113
7114 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7115 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7116 L:      linux-mtd@lists.infradead.org
7117 S:      Maintained
7118 F:      drivers/mtd/devices/docg3*
7119
7120 MT9M032 APTINA SENSOR DRIVER
7121 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7122 L:      linux-media@vger.kernel.org
7123 T:      git git://linuxtv.org/media_tree.git
7124 S:      Maintained
7125 F:      drivers/media/i2c/mt9m032.c
7126 F:      include/media/mt9m032.h
7127
7128 MT9P031 APTINA CAMERA SENSOR
7129 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7130 L:      linux-media@vger.kernel.org
7131 T:      git git://linuxtv.org/media_tree.git
7132 S:      Maintained
7133 F:      drivers/media/i2c/mt9p031.c
7134 F:      include/media/mt9p031.h
7135
7136 MT9T001 APTINA CAMERA SENSOR
7137 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7138 L:      linux-media@vger.kernel.org
7139 T:      git git://linuxtv.org/media_tree.git
7140 S:      Maintained
7141 F:      drivers/media/i2c/mt9t001.c
7142 F:      include/media/mt9t001.h
7143
7144 MT9V032 APTINA CAMERA SENSOR
7145 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7146 L:      linux-media@vger.kernel.org
7147 T:      git git://linuxtv.org/media_tree.git
7148 S:      Maintained
7149 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7150 F:      drivers/media/i2c/mt9v032.c
7151 F:      include/media/mt9v032.h
7152
7153 MULTIFUNCTION DEVICES (MFD)
7154 M:      Samuel Ortiz <sameo@linux.intel.com>
7155 M:      Lee Jones <lee.jones@linaro.org>
7156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7157 S:      Supported
7158 F:      drivers/mfd/
7159 F:      include/linux/mfd/
7160
7161 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7162 M:      Ulf Hansson <ulf.hansson@linaro.org>
7163 L:      linux-mmc@vger.kernel.org
7164 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7165 S:      Maintained
7166 F:      drivers/mmc/
7167 F:      include/linux/mmc/
7168 F:      include/uapi/linux/mmc/
7169
7170 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7171 S:      Orphan
7172 F:      drivers/mmc/host/mmc_spi.c
7173 F:      include/linux/spi/mmc_spi.h
7174
7175 MULTISOUND SOUND DRIVER
7176 M:      Andrew Veliath <andrewtv@usa.net>
7177 S:      Maintained
7178 F:      Documentation/sound/oss/MultiSound
7179 F:      sound/oss/msnd*
7180
7181 MULTITECH MULTIPORT CARD (ISICOM)
7182 S:      Orphan
7183 F:      drivers/tty/isicom.c
7184 F:      include/linux/isicom.h
7185
7186 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7187 M:      Felipe Balbi <balbi@ti.com>
7188 L:      linux-usb@vger.kernel.org
7189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7190 S:      Maintained
7191 F:      drivers/usb/musb/
7192
7193 MXL5007T MEDIA DRIVER
7194 M:      Michael Krufky <mkrufky@linuxtv.org>
7195 L:      linux-media@vger.kernel.org
7196 W:      http://linuxtv.org/
7197 W:      http://github.com/mkrufky
7198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7199 T:      git git://linuxtv.org/mkrufky/tuners.git
7200 S:      Maintained
7201 F:      drivers/media/tuners/mxl5007t.*
7202
7203 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7204 M:      Hyong-Youb Kim <hykim@myri.com>
7205 L:      netdev@vger.kernel.org
7206 W:      https://www.myricom.com/support/downloads/myri10ge.html
7207 S:      Supported
7208 F:      drivers/net/ethernet/myricom/myri10ge/
7209
7210 NATSEMI ETHERNET DRIVER (DP8381x)
7211 S:      Orphan
7212 F:      drivers/net/ethernet/natsemi/natsemi.c
7213
7214 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7215 M:      Daniel Mack <zonque@gmail.com>
7216 S:      Maintained
7217 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7218 W:      http://www.native-instruments.com
7219 F:      sound/usb/caiaq/
7220
7221 NCP FILESYSTEM
7222 M:      Petr Vandrovec <petr@vandrovec.name>
7223 S:      Odd Fixes
7224 F:      fs/ncpfs/
7225
7226 NCR 5380 SCSI DRIVERS
7227 M:      Finn Thain <fthain@telegraphics.com.au>
7228 M:      Michael Schmitz <schmitzmic@gmail.com>
7229 L:      linux-scsi@vger.kernel.org
7230 S:      Maintained
7231 F:      Documentation/scsi/g_NCR5380.txt
7232 F:      drivers/scsi/NCR5380.*
7233 F:      drivers/scsi/arm/cumana_1.c
7234 F:      drivers/scsi/arm/oak.c
7235 F:      drivers/scsi/atari_NCR5380.c
7236 F:      drivers/scsi/atari_scsi.*
7237 F:      drivers/scsi/dmx3191d.c
7238 F:      drivers/scsi/dtc.*
7239 F:      drivers/scsi/g_NCR5380.*
7240 F:      drivers/scsi/g_NCR5380_mmio.c
7241 F:      drivers/scsi/mac_scsi.*
7242 F:      drivers/scsi/pas16.*
7243 F:      drivers/scsi/sun3_scsi.*
7244 F:      drivers/scsi/sun3_scsi_vme.c
7245 F:      drivers/scsi/t128.*
7246
7247 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7248 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7249 L:      linux-scsi@vger.kernel.org
7250 S:      Maintained
7251 F:      drivers/scsi/NCR_D700.*
7252
7253 NCT6775 HARDWARE MONITOR DRIVER
7254 M:      Guenter Roeck <linux@roeck-us.net>
7255 L:      lm-sensors@lm-sensors.org
7256 S:      Maintained
7257 F:      Documentation/hwmon/nct6775
7258 F:      drivers/hwmon/nct6775.c
7259
7260 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7261 M:      Faisal Latif <faisal.latif@intel.com>
7262 L:      linux-rdma@vger.kernel.org
7263 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7264 S:      Supported
7265 F:      drivers/infiniband/hw/nes/
7266
7267 NETEM NETWORK EMULATOR
7268 M:      Stephen Hemminger <stephen@networkplumber.org>
7269 L:      netem@lists.linux-foundation.org
7270 S:      Maintained
7271 F:      net/sched/sch_netem.c
7272
7273 NETERION 10GbE DRIVERS (s2io/vxge)
7274 M:      Jon Mason <jdmason@kudzu.us>
7275 L:      netdev@vger.kernel.org
7276 S:      Supported
7277 F:      Documentation/networking/s2io.txt
7278 F:      Documentation/networking/vxge.txt
7279 F:      drivers/net/ethernet/neterion/
7280
7281 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7282 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7283 M:      Patrick McHardy <kaber@trash.net>
7284 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7285 L:      netfilter-devel@vger.kernel.org
7286 L:      coreteam@netfilter.org
7287 W:      http://www.netfilter.org/
7288 W:      http://www.iptables.org/
7289 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7292 S:      Supported
7293 F:      include/linux/netfilter*
7294 F:      include/linux/netfilter/
7295 F:      include/net/netfilter/
7296 F:      include/uapi/linux/netfilter*
7297 F:      include/uapi/linux/netfilter/
7298 F:      net/*/netfilter.c
7299 F:      net/*/netfilter/
7300 F:      net/netfilter/
7301 F:      net/bridge/br_netfilter*.c
7302
7303 NETLABEL
7304 M:      Paul Moore <paul@paul-moore.com>
7305 W:      http://netlabel.sf.net
7306 L:      netdev@vger.kernel.org
7307 S:      Maintained
7308 F:      Documentation/netlabel/
7309 F:      include/net/netlabel.h
7310 F:      net/netlabel/
7311
7312 NETROM NETWORK LAYER
7313 M:      Ralf Baechle <ralf@linux-mips.org>
7314 L:      linux-hams@vger.kernel.org
7315 W:      http://www.linux-ax25.org/
7316 S:      Maintained
7317 F:      include/net/netrom.h
7318 F:      include/uapi/linux/netrom.h
7319 F:      net/netrom/
7320
7321 NETWORK BLOCK DEVICE (NBD)
7322 M:      Markus Pargmann <mpa@pengutronix.de>
7323 S:      Maintained
7324 L:      nbd-general@lists.sourceforge.net
7325 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7326 F:      Documentation/blockdev/nbd.txt
7327 F:      drivers/block/nbd.c
7328 F:      include/uapi/linux/nbd.h
7329
7330 NETWORK DROP MONITOR
7331 M:      Neil Horman <nhorman@tuxdriver.com>
7332 L:      netdev@vger.kernel.org
7333 S:      Maintained
7334 W:      https://fedorahosted.org/dropwatch/
7335 F:      net/core/drop_monitor.c
7336
7337 NETWORKING [GENERAL]
7338 M:      "David S. Miller" <davem@davemloft.net>
7339 L:      netdev@vger.kernel.org
7340 W:      http://www.linuxfoundation.org/en/Net
7341 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7344 S:      Maintained
7345 F:      net/
7346 F:      include/net/
7347 F:      include/linux/in.h
7348 F:      include/linux/net.h
7349 F:      include/linux/netdevice.h
7350 F:      include/uapi/linux/in.h
7351 F:      include/uapi/linux/net.h
7352 F:      include/uapi/linux/netdevice.h
7353 F:      include/uapi/linux/net_namespace.h
7354 F:      tools/net/
7355 F:      tools/testing/selftests/net/
7356 F:      lib/random32.c
7357 F:      lib/test_bpf.c
7358
7359 NETWORKING [IPv4/IPv6]
7360 M:      "David S. Miller" <davem@davemloft.net>
7361 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7362 M:      James Morris <jmorris@namei.org>
7363 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7364 M:      Patrick McHardy <kaber@trash.net>
7365 L:      netdev@vger.kernel.org
7366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7367 S:      Maintained
7368 F:      net/ipv4/
7369 F:      net/ipv6/
7370 F:      include/net/ip*
7371 F:      arch/x86/net/*
7372
7373 NETWORKING [IPSEC]
7374 M:      Steffen Klassert <steffen.klassert@secunet.com>
7375 M:      Herbert Xu <herbert@gondor.apana.org.au>
7376 M:      "David S. Miller" <davem@davemloft.net>
7377 L:      netdev@vger.kernel.org
7378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7380 S:      Maintained
7381 F:      net/core/flow.c
7382 F:      net/xfrm/
7383 F:      net/key/
7384 F:      net/ipv4/xfrm*
7385 F:      net/ipv4/esp4.c
7386 F:      net/ipv4/ah4.c
7387 F:      net/ipv4/ipcomp.c
7388 F:      net/ipv4/ip_vti.c
7389 F:      net/ipv6/xfrm*
7390 F:      net/ipv6/esp6.c
7391 F:      net/ipv6/ah6.c
7392 F:      net/ipv6/ipcomp6.c
7393 F:      net/ipv6/ip6_vti.c
7394 F:      include/uapi/linux/xfrm.h
7395 F:      include/net/xfrm.h
7396
7397 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7398 M:      Paul Moore <paul@paul-moore.com>
7399 L:      netdev@vger.kernel.org
7400 S:      Maintained
7401
7402 NETWORKING [WIRELESS]
7403 L:      linux-wireless@vger.kernel.org
7404 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7405
7406 NETWORKING DRIVERS
7407 L:      netdev@vger.kernel.org
7408 W:      http://www.linuxfoundation.org/en/Net
7409 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7412 S:      Odd Fixes
7413 F:      drivers/net/
7414 F:      include/linux/if_*
7415 F:      include/linux/netdevice.h
7416 F:      include/linux/etherdevice.h
7417 F:      include/linux/fcdevice.h
7418 F:      include/linux/fddidevice.h
7419 F:      include/linux/hippidevice.h
7420 F:      include/linux/inetdevice.h
7421 F:      include/uapi/linux/if_*
7422 F:      include/uapi/linux/netdevice.h
7423
7424 NETWORKING DRIVERS (WIRELESS)
7425 M:      Kalle Valo <kvalo@codeaurora.org>
7426 L:      linux-wireless@vger.kernel.org
7427 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7429 S:      Maintained
7430 F:      drivers/net/wireless/
7431
7432 NETXEN (1/10) GbE SUPPORT
7433 M:      Manish Chopra <manish.chopra@qlogic.com>
7434 M:      Sony Chacko <sony.chacko@qlogic.com>
7435 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7436 L:      netdev@vger.kernel.org
7437 W:      http://www.qlogic.com
7438 S:      Supported
7439 F:      drivers/net/ethernet/qlogic/netxen/
7440
7441 NFC SUBSYSTEM
7442 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7443 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7444 M:      Samuel Ortiz <sameo@linux.intel.com>
7445 L:      linux-wireless@vger.kernel.org
7446 L:      linux-nfc@lists.01.org (subscribers-only)
7447 S:      Supported
7448 F:      net/nfc/
7449 F:      include/net/nfc/
7450 F:      include/uapi/linux/nfc.h
7451 F:      drivers/nfc/
7452 F:      include/linux/platform_data/pn544.h
7453 F:      Documentation/devicetree/bindings/net/nfc/
7454
7455 NFS, SUNRPC, AND LOCKD CLIENTS
7456 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7457 M:      Anna Schumaker <anna.schumaker@netapp.com>
7458 L:      linux-nfs@vger.kernel.org
7459 W:      http://client.linux-nfs.org
7460 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7461 S:      Maintained
7462 F:      fs/lockd/
7463 F:      fs/nfs/
7464 F:      fs/nfs_common/
7465 F:      net/sunrpc/
7466 F:      include/linux/lockd/
7467 F:      include/linux/nfs*
7468 F:      include/linux/sunrpc/
7469 F:      include/uapi/linux/nfs*
7470 F:      include/uapi/linux/sunrpc/
7471
7472 NILFS2 FILESYSTEM
7473 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7474 L:      linux-nilfs@vger.kernel.org
7475 W:      http://nilfs.sourceforge.net/
7476 T:      git git://github.com/konis/nilfs2.git
7477 S:      Supported
7478 F:      Documentation/filesystems/nilfs2.txt
7479 F:      fs/nilfs2/
7480 F:      include/linux/nilfs2_fs.h
7481
7482 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7483 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7484 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7485 S:      Maintained
7486 F:      Documentation/scsi/NinjaSCSI.txt
7487 F:      drivers/scsi/pcmcia/nsp_*
7488
7489 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7490 M:      GOTO Masanori <gotom@debian.or.jp>
7491 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7492 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7493 S:      Maintained
7494 F:      Documentation/scsi/NinjaSCSI.txt
7495 F:      drivers/scsi/nsp32*
7496
7497 NIOS2 ARCHITECTURE
7498 M:      Ley Foon Tan <lftan@altera.com>
7499 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7501 S:      Maintained
7502 F:      arch/nios2/
7503
7504 NOKIA N900 POWER SUPPLY DRIVERS
7505 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7506 S:      Maintained
7507 F:      include/linux/power/bq2415x_charger.h
7508 F:      include/linux/power/bq27xxx_battery.h
7509 F:      include/linux/power/isp1704_charger.h
7510 F:      drivers/power/bq2415x_charger.c
7511 F:      drivers/power/bq27xxx_battery.c
7512 F:      drivers/power/isp1704_charger.c
7513 F:      drivers/power/rx51_battery.c
7514
7515 NTB DRIVER CORE
7516 M:      Jon Mason <jdmason@kudzu.us>
7517 M:      Dave Jiang <dave.jiang@intel.com>
7518 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7519 L:      linux-ntb@googlegroups.com
7520 S:      Supported
7521 W:      https://github.com/jonmason/ntb/wiki
7522 T:      git git://github.com/jonmason/ntb.git
7523 F:      drivers/ntb/
7524 F:      drivers/net/ntb_netdev.c
7525 F:      include/linux/ntb.h
7526 F:      include/linux/ntb_transport.h
7527
7528 NTB INTEL DRIVER
7529 M:      Jon Mason <jdmason@kudzu.us>
7530 M:      Dave Jiang <dave.jiang@intel.com>
7531 L:      linux-ntb@googlegroups.com
7532 S:      Supported
7533 W:      https://github.com/jonmason/ntb/wiki
7534 T:      git git://github.com/jonmason/ntb.git
7535 F:      drivers/ntb/hw/intel/
7536
7537 NTFS FILESYSTEM
7538 M:      Anton Altaparmakov <anton@tuxera.com>
7539 L:      linux-ntfs-dev@lists.sourceforge.net
7540 W:      http://www.tuxera.com/
7541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7542 S:      Supported
7543 F:      Documentation/filesystems/ntfs.txt
7544 F:      fs/ntfs/
7545
7546 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7547 M:      Antonino Daplas <adaplas@gmail.com>
7548 L:      linux-fbdev@vger.kernel.org
7549 S:      Maintained
7550 F:      drivers/video/fbdev/riva/
7551 F:      drivers/video/fbdev/nvidia/
7552
7553 NVM EXPRESS DRIVER
7554 M:      Keith Busch <keith.busch@intel.com>
7555 M:      Jens Axboe <axboe@fb.com>
7556 L:      linux-nvme@lists.infradead.org
7557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7558 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7559 S:      Supported
7560 F:      drivers/nvme/host/
7561 F:      include/linux/nvme.h
7562
7563 NVMEM FRAMEWORK
7564 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7565 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7566 S:      Maintained
7567 F:      drivers/nvmem/
7568 F:      Documentation/devicetree/bindings/nvmem/
7569 F:      include/linux/nvmem-consumer.h
7570 F:      include/linux/nvmem-provider.h
7571
7572 NXP-NCI NFC DRIVER
7573 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7574 R:      Charles Gorand <charles.gorand@effinnov.com>
7575 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7576 S:      Supported
7577 F:      drivers/nfc/nxp-nci
7578
7579 NXP TDA998X DRM DRIVER
7580 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7581 S:      Supported
7582 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7583 F:      include/drm/i2c/tda998x.h
7584
7585 NXP TFA9879 DRIVER
7586 M:      Peter Rosin <peda@axentia.se>
7587 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7588 S:      Maintained
7589 F:      sound/soc/codecs/tfa9879*
7590
7591 OMAP SUPPORT
7592 M:      Tony Lindgren <tony@atomide.com>
7593 L:      linux-omap@vger.kernel.org
7594 W:      http://www.muru.com/linux/omap/
7595 W:      http://linux.omap.com/
7596 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7598 S:      Maintained
7599 F:      arch/arm/*omap*/
7600 F:      arch/arm/configs/omap1_defconfig
7601 F:      arch/arm/configs/omap2plus_defconfig
7602 F:      drivers/i2c/busses/i2c-omap.c
7603 F:      drivers/irqchip/irq-omap-intc.c
7604 F:      drivers/mfd/*omap*.c
7605 F:      drivers/mfd/menelaus.c
7606 F:      drivers/mfd/palmas.c
7607 F:      drivers/mfd/tps65217.c
7608 F:      drivers/mfd/tps65218.c
7609 F:      drivers/mfd/tps65910.c
7610 F:      drivers/mfd/twl-core.[ch]
7611 F:      drivers/mfd/twl4030*.c
7612 F:      drivers/mfd/twl6030*.c
7613 F:      drivers/mfd/twl6040*.c
7614 F:      drivers/regulator/palmas-regulator*.c
7615 F:      drivers/regulator/pbias-regulator.c
7616 F:      drivers/regulator/tps65217-regulator.c
7617 F:      drivers/regulator/tps65218-regulator.c
7618 F:      drivers/regulator/tps65910-regulator.c
7619 F:      drivers/regulator/twl-regulator.c
7620 F:      include/linux/i2c-omap.h
7621
7622 OMAP DEVICE TREE SUPPORT
7623 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7624 M:      Tony Lindgren <tony@atomide.com>
7625 L:      linux-omap@vger.kernel.org
7626 L:      devicetree@vger.kernel.org
7627 S:      Maintained
7628 F:      arch/arm/boot/dts/*omap*
7629 F:      arch/arm/boot/dts/*am3*
7630 F:      arch/arm/boot/dts/*am4*
7631 F:      arch/arm/boot/dts/*am5*
7632 F:      arch/arm/boot/dts/*dra7*
7633
7634 OMAP CLOCK FRAMEWORK SUPPORT
7635 M:      Paul Walmsley <paul@pwsan.com>
7636 L:      linux-omap@vger.kernel.org
7637 S:      Maintained
7638 F:      arch/arm/*omap*/*clock*
7639
7640 OMAP POWER MANAGEMENT SUPPORT
7641 M:      Kevin Hilman <khilman@deeprootsystems.com>
7642 L:      linux-omap@vger.kernel.org
7643 S:      Maintained
7644 F:      arch/arm/*omap*/*pm*
7645 F:      drivers/cpufreq/omap-cpufreq.c
7646
7647 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7648 M:      Rajendra Nayak <rnayak@ti.com>
7649 M:      Paul Walmsley <paul@pwsan.com>
7650 L:      linux-omap@vger.kernel.org
7651 S:      Maintained
7652 F:      arch/arm/mach-omap2/prm*
7653
7654 OMAP AUDIO SUPPORT
7655 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7656 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7657 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7658 L:      linux-omap@vger.kernel.org
7659 S:      Maintained
7660 F:      sound/soc/omap/
7661
7662 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7663 M:      Roger Quadros <rogerq@ti.com>
7664 M:      Tony Lindgren <tony@atomide.com>
7665 L:      linux-omap@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/memory/omap-gpmc.c
7668 F:      arch/arm/mach-omap2/*gpmc*
7669
7670 OMAP FRAMEBUFFER SUPPORT
7671 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7672 L:      linux-fbdev@vger.kernel.org
7673 L:      linux-omap@vger.kernel.org
7674 S:      Maintained
7675 F:      drivers/video/fbdev/omap/
7676
7677 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7678 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7679 L:      linux-omap@vger.kernel.org
7680 L:      linux-fbdev@vger.kernel.org
7681 S:      Maintained
7682 F:      drivers/video/fbdev/omap2/
7683 F:      Documentation/arm/OMAP/DSS
7684
7685 OMAP HARDWARE SPINLOCK SUPPORT
7686 M:      Ohad Ben-Cohen <ohad@wizery.com>
7687 L:      linux-omap@vger.kernel.org
7688 S:      Maintained
7689 F:      drivers/hwspinlock/omap_hwspinlock.c
7690
7691 OMAP MMC SUPPORT
7692 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7693 L:      linux-omap@vger.kernel.org
7694 S:      Maintained
7695 F:      drivers/mmc/host/omap.c
7696
7697 OMAP HS MMC SUPPORT
7698 L:      linux-mmc@vger.kernel.org
7699 L:      linux-omap@vger.kernel.org
7700 S:      Orphan
7701 F:      drivers/mmc/host/omap_hsmmc.c
7702
7703 OMAP RANDOM NUMBER GENERATOR SUPPORT
7704 M:      Deepak Saxena <dsaxena@plexity.net>
7705 S:      Maintained
7706 F:      drivers/char/hw_random/omap-rng.c
7707
7708 OMAP HWMOD SUPPORT
7709 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7710 M:      Paul Walmsley <paul@pwsan.com>
7711 L:      linux-omap@vger.kernel.org
7712 S:      Maintained
7713 F:      arch/arm/mach-omap2/omap_hwmod.*
7714
7715 OMAP HWMOD DATA
7716 M:      Paul Walmsley <paul@pwsan.com>
7717 L:      linux-omap@vger.kernel.org
7718 S:      Maintained
7719 F:      arch/arm/mach-omap2/omap_hwmod*data*
7720
7721 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7722 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7723 L:      linux-omap@vger.kernel.org
7724 S:      Maintained
7725 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7726
7727 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7728 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7729 L:      linux-media@vger.kernel.org
7730 S:      Maintained
7731 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7732 F:      drivers/media/platform/omap3isp/
7733 F:      drivers/staging/media/omap4iss/
7734
7735 OMAP USB SUPPORT
7736 M:      Felipe Balbi <balbi@ti.com>
7737 L:      linux-usb@vger.kernel.org
7738 L:      linux-omap@vger.kernel.org
7739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7740 S:      Maintained
7741 F:      drivers/usb/*/*omap*
7742 F:      arch/arm/*omap*/usb*
7743
7744 OMAP GPIO DRIVER
7745 M:      Javier Martinez Canillas <javier@dowhile0.org>
7746 M:      Santosh Shilimkar <ssantosh@kernel.org>
7747 M:      Kevin Hilman <khilman@deeprootsystems.com>
7748 L:      linux-omap@vger.kernel.org
7749 S:      Maintained
7750 F:      drivers/gpio/gpio-omap.c
7751
7752 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7753 M:      Mark Jackson <mpfj@newflow.co.uk>
7754 L:      linux-omap@vger.kernel.org
7755 S:      Maintained
7756 F:      arch/arm/boot/dts/am335x-nano.dts
7757
7758 OMFS FILESYSTEM
7759 M:      Bob Copeland <me@bobcopeland.com>
7760 L:      linux-karma-devel@lists.sourceforge.net
7761 S:      Maintained
7762 F:      Documentation/filesystems/omfs.txt
7763 F:      fs/omfs/
7764
7765 OMNIKEY CARDMAN 4000 DRIVER
7766 M:      Harald Welte <laforge@gnumonks.org>
7767 S:      Maintained
7768 F:      drivers/char/pcmcia/cm4000_cs.c
7769 F:      include/linux/cm4000_cs.h
7770 F:      include/uapi/linux/cm4000_cs.h
7771
7772 OMNIKEY CARDMAN 4040 DRIVER
7773 M:      Harald Welte <laforge@gnumonks.org>
7774 S:      Maintained
7775 F:      drivers/char/pcmcia/cm4040_cs.*
7776
7777 OMNIVISION OV7670 SENSOR DRIVER
7778 M:      Jonathan Corbet <corbet@lwn.net>
7779 L:      linux-media@vger.kernel.org
7780 T:      git git://linuxtv.org/media_tree.git
7781 S:      Maintained
7782 F:      drivers/media/i2c/ov7670.c
7783
7784 ONENAND FLASH DRIVER
7785 M:      Kyungmin Park <kyungmin.park@samsung.com>
7786 L:      linux-mtd@lists.infradead.org
7787 S:      Maintained
7788 F:      drivers/mtd/onenand/
7789 F:      include/linux/mtd/onenand*.h
7790
7791 ONSTREAM SCSI TAPE DRIVER
7792 M:      Willem Riede <osst@riede.org>
7793 L:      osst-users@lists.sourceforge.net
7794 L:      linux-scsi@vger.kernel.org
7795 S:      Maintained
7796 F:      Documentation/scsi/osst.txt
7797 F:      drivers/scsi/osst.*
7798 F:      drivers/scsi/osst_*.h
7799 F:      drivers/scsi/st.h
7800
7801 OPENCORES I2C BUS DRIVER
7802 M:      Peter Korsgaard <jacmet@sunsite.dk>
7803 L:      linux-i2c@vger.kernel.org
7804 S:      Maintained
7805 F:      Documentation/i2c/busses/i2c-ocores
7806 F:      drivers/i2c/busses/i2c-ocores.c
7807
7808 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7809 M:      Rob Herring <robh+dt@kernel.org>
7810 M:      Frank Rowand <frowand.list@gmail.com>
7811 M:      Grant Likely <grant.likely@linaro.org>
7812 L:      devicetree@vger.kernel.org
7813 W:      http://www.devicetree.org/
7814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7815 S:      Maintained
7816 F:      drivers/of/
7817 F:      include/linux/of*.h
7818 F:      scripts/dtc/
7819
7820 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7821 M:      Rob Herring <robh+dt@kernel.org>
7822 M:      Pawel Moll <pawel.moll@arm.com>
7823 M:      Mark Rutland <mark.rutland@arm.com>
7824 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7825 M:      Kumar Gala <galak@codeaurora.org>
7826 L:      devicetree@vger.kernel.org
7827 S:      Maintained
7828 F:      Documentation/devicetree/
7829 F:      arch/*/boot/dts/
7830 F:      include/dt-bindings/
7831
7832 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7833 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7834 L:      devicetree@vger.kernel.org
7835 S:      Maintained
7836 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7837 F:      Documentation/devicetree/overlay-notes.txt
7838 F:      drivers/of/overlay.c
7839 F:      drivers/of/resolver.c
7840
7841 OPENRISC ARCHITECTURE
7842 M:      Jonas Bonn <jonas@southpole.se>
7843 W:      http://openrisc.net
7844 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7845 S:      Maintained
7846 T:      git git://openrisc.net/~jonas/linux
7847 F:      arch/openrisc/
7848
7849 OPENVSWITCH
7850 M:      Pravin Shelar <pshelar@nicira.com>
7851 L:      netdev@vger.kernel.org
7852 L:      dev@openvswitch.org
7853 W:      http://openvswitch.org
7854 S:      Maintained
7855 F:      net/openvswitch/
7856 F:      include/uapi/linux/openvswitch.h
7857
7858 OPL4 DRIVER
7859 M:      Clemens Ladisch <clemens@ladisch.de>
7860 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7861 T:      git git://git.alsa-project.org/alsa-kernel.git
7862 S:      Maintained
7863 F:      sound/drivers/opl4/
7864
7865 OPROFILE
7866 M:      Robert Richter <rric@kernel.org>
7867 L:      oprofile-list@lists.sf.net
7868 S:      Maintained
7869 F:      arch/*/include/asm/oprofile*.h
7870 F:      arch/*/oprofile/
7871 F:      drivers/oprofile/
7872 F:      include/linux/oprofile.h
7873
7874 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7875 M:      Mark Fasheh <mfasheh@suse.com>
7876 M:      Joel Becker <jlbec@evilplan.org>
7877 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7878 W:      http://ocfs2.wiki.kernel.org
7879 S:      Supported
7880 F:      Documentation/filesystems/ocfs2.txt
7881 F:      Documentation/filesystems/dlmfs.txt
7882 F:      fs/ocfs2/
7883
7884 ORINOCO DRIVER
7885 L:      linux-wireless@vger.kernel.org
7886 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7887 W:      http://www.nongnu.org/orinoco/
7888 S:      Orphan
7889 F:      drivers/net/wireless/orinoco/
7890
7891 OSD LIBRARY and FILESYSTEM
7892 M:      Boaz Harrosh <ooo@electrozaur.com>
7893 M:      Benny Halevy <bhalevy@primarydata.com>
7894 L:      osd-dev@open-osd.org
7895 W:      http://open-osd.org
7896 T:      git git://git.open-osd.org/open-osd.git
7897 S:      Maintained
7898 F:      drivers/scsi/osd/
7899 F:      include/scsi/osd_*
7900 F:      fs/exofs/
7901
7902 OVERLAY FILESYSTEM
7903 M:      Miklos Szeredi <miklos@szeredi.hu>
7904 L:      linux-unionfs@vger.kernel.org
7905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7906 S:      Supported
7907 F:      fs/overlayfs/
7908 F:      Documentation/filesystems/overlayfs.txt
7909
7910 P54 WIRELESS DRIVER
7911 M:      Christian Lamparter <chunkeey@googlemail.com>
7912 L:      linux-wireless@vger.kernel.org
7913 W:      http://wireless.kernel.org/en/users/Drivers/p54
7914 S:      Maintained
7915 F:      drivers/net/wireless/p54/
7916
7917 PA SEMI ETHERNET DRIVER
7918 M:      Olof Johansson <olof@lixom.net>
7919 L:      netdev@vger.kernel.org
7920 S:      Maintained
7921 F:      drivers/net/ethernet/pasemi/*
7922
7923 PA SEMI SMBUS DRIVER
7924 M:      Olof Johansson <olof@lixom.net>
7925 L:      linux-i2c@vger.kernel.org
7926 S:      Maintained
7927 F:      drivers/i2c/busses/i2c-pasemi.c
7928
7929 PADATA PARALLEL EXECUTION MECHANISM
7930 M:      Steffen Klassert <steffen.klassert@secunet.com>
7931 L:      linux-crypto@vger.kernel.org
7932 S:      Maintained
7933 F:      kernel/padata.c
7934 F:      include/linux/padata.h
7935 F:      Documentation/padata.txt
7936
7937 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7938 M:      Harald Welte <laforge@gnumonks.org>
7939 L:      platform-driver-x86@vger.kernel.org
7940 S:      Maintained
7941 F:      drivers/platform/x86/panasonic-laptop.c
7942
7943 PANASONIC MN10300/AM33/AM34 PORT
7944 M:      David Howells <dhowells@redhat.com>
7945 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7946 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7947 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7948 S:      Maintained
7949 F:      Documentation/mn10300/
7950 F:      arch/mn10300/
7951
7952 PARALLEL PORT SUBSYSTEM
7953 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7954 M:      Sudip Mukherjee <sudip@vectorindia.org>
7955 L:      linux-parport@lists.infradead.org (subscribers-only)
7956 S:      Maintained
7957 F:      drivers/parport/
7958 F:      include/linux/parport*.h
7959 F:      drivers/char/ppdev.c
7960 F:      include/uapi/linux/ppdev.h
7961 F:      Documentation/parport*.txt
7962
7963 PARAVIRT_OPS INTERFACE
7964 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7965 M:      Chris Wright <chrisw@sous-sol.org>
7966 M:      Alok Kataria <akataria@vmware.com>
7967 M:      Rusty Russell <rusty@rustcorp.com.au>
7968 L:      virtualization@lists.linux-foundation.org
7969 S:      Supported
7970 F:      Documentation/virtual/paravirt_ops.txt
7971 F:      arch/*/kernel/paravirt*
7972 F:      arch/*/include/asm/paravirt.h
7973
7974 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7975 M:      Tim Waugh <tim@cyberelk.net>
7976 L:      linux-parport@lists.infradead.org (subscribers-only)
7977 S:      Maintained
7978 F:      Documentation/blockdev/paride.txt
7979 F:      drivers/block/paride/
7980
7981 PARISC ARCHITECTURE
7982 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7983 M:      Helge Deller <deller@gmx.de>
7984 L:      linux-parisc@vger.kernel.org
7985 W:      http://www.parisc-linux.org/
7986 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7989 S:      Maintained
7990 F:      arch/parisc/
7991 F:      Documentation/parisc/
7992 F:      drivers/parisc/
7993 F:      drivers/char/agp/parisc-agp.c
7994 F:      drivers/input/serio/gscps2.c
7995 F:      drivers/parport/parport_gsc.*
7996 F:      drivers/tty/serial/8250/8250_gsc.c
7997 F:      drivers/video/fbdev/sti*
7998 F:      drivers/video/console/sti*
7999 F:      drivers/video/logo/logo_parisc*
8000
8001 PC87360 HARDWARE MONITORING DRIVER
8002 M:      Jim Cromie <jim.cromie@gmail.com>
8003 L:      lm-sensors@lm-sensors.org
8004 S:      Maintained
8005 F:      Documentation/hwmon/pc87360
8006 F:      drivers/hwmon/pc87360.c
8007
8008 PC8736x GPIO DRIVER
8009 M:      Jim Cromie <jim.cromie@gmail.com>
8010 S:      Maintained
8011 F:      drivers/char/pc8736x_gpio.c
8012
8013 PC87427 HARDWARE MONITORING DRIVER
8014 M:      Jean Delvare <jdelvare@suse.com>
8015 L:      lm-sensors@lm-sensors.org
8016 S:      Maintained
8017 F:      Documentation/hwmon/pc87427
8018 F:      drivers/hwmon/pc87427.c
8019
8020 PCA9532 LED DRIVER
8021 M:      Riku Voipio <riku.voipio@iki.fi>
8022 S:      Maintained
8023 F:      drivers/leds/leds-pca9532.c
8024 F:      include/linux/leds-pca9532.h
8025
8026 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8027 M:      Guenter Roeck <linux@roeck-us.net>
8028 L:      linux-i2c@vger.kernel.org
8029 S:      Maintained
8030 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8031
8032 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8033 M:      Khalid Aziz <khalid@gonehiking.org>
8034 S:      Maintained
8035 F:      drivers/firmware/pcdp.*
8036
8037 PCI ERROR RECOVERY
8038 M:      Linas Vepstas <linasvepstas@gmail.com>
8039 L:      linux-pci@vger.kernel.org
8040 S:      Supported
8041 F:      Documentation/PCI/pci-error-recovery.txt
8042
8043 PCI SUBSYSTEM
8044 M:      Bjorn Helgaas <bhelgaas@google.com>
8045 L:      linux-pci@vger.kernel.org
8046 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8048 S:      Supported
8049 F:      Documentation/PCI/
8050 F:      drivers/pci/
8051 F:      include/linux/pci*
8052 F:      arch/x86/pci/
8053 F:      arch/x86/kernel/quirks.c
8054
8055 PCI DRIVER FOR ARM VERSATILE PLATFORM
8056 M:      Rob Herring <robh@kernel.org>
8057 L:      linux-pci@vger.kernel.org
8058 L:      linux-arm-kernel@lists.infradead.org
8059 S:      Maintained
8060 F:      Documentation/devicetree/bindings/pci/versatile.txt
8061 F:      drivers/pci/host/pci-versatile.c
8062
8063 PCI DRIVER FOR APPLIEDMICRO XGENE
8064 M:      Tanmay Inamdar <tinamdar@apm.com>
8065 L:      linux-pci@vger.kernel.org
8066 L:      linux-arm-kernel@lists.infradead.org
8067 S:      Maintained
8068 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8069 F:      drivers/pci/host/pci-xgene.c
8070
8071 PCI DRIVER FOR FREESCALE LAYERSCAPE
8072 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8073 M:      Mingkai Hu <mingkai.hu@freescale.com>
8074 M:      Roy Zang <tie-fei.zang@freescale.com>
8075 L:      linuxppc-dev@lists.ozlabs.org
8076 L:      linux-pci@vger.kernel.org
8077 L:      linux-arm-kernel@lists.infradead.org
8078 S:      Maintained
8079 F:      drivers/pci/host/*layerscape*
8080
8081 PCI DRIVER FOR IMX6
8082 M:      Richard Zhu <Richard.Zhu@freescale.com>
8083 M:      Lucas Stach <l.stach@pengutronix.de>
8084 L:      linux-pci@vger.kernel.org
8085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8086 S:      Maintained
8087 F:      drivers/pci/host/*imx6*
8088
8089 PCI DRIVER FOR TI KEYSTONE
8090 M:      Murali Karicheri <m-karicheri2@ti.com>
8091 L:      linux-pci@vger.kernel.org
8092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8093 S:      Maintained
8094 F:      drivers/pci/host/*keystone*
8095
8096 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8097 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8098 M:      Jason Cooper <jason@lakedaemon.net>
8099 L:      linux-pci@vger.kernel.org
8100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8101 S:      Maintained
8102 F:      drivers/pci/host/*mvebu*
8103
8104 PCI DRIVER FOR NVIDIA TEGRA
8105 M:      Thierry Reding <thierry.reding@gmail.com>
8106 L:      linux-tegra@vger.kernel.org
8107 L:      linux-pci@vger.kernel.org
8108 S:      Supported
8109 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8110 F:      drivers/pci/host/pci-tegra.c
8111
8112 PCI DRIVER FOR TI DRA7XX
8113 M:      Kishon Vijay Abraham I <kishon@ti.com>
8114 L:      linux-omap@vger.kernel.org
8115 L:      linux-pci@vger.kernel.org
8116 S:      Supported
8117 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8118 F:      drivers/pci/host/pci-dra7xx.c
8119
8120 PCI DRIVER FOR RENESAS R-CAR
8121 M:      Simon Horman <horms@verge.net.au>
8122 L:      linux-pci@vger.kernel.org
8123 L:      linux-sh@vger.kernel.org
8124 S:      Maintained
8125 F:      drivers/pci/host/*rcar*
8126
8127 PCI DRIVER FOR SAMSUNG EXYNOS
8128 M:      Jingoo Han <jingoohan1@gmail.com>
8129 L:      linux-pci@vger.kernel.org
8130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8131 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8132 S:      Maintained
8133 F:      drivers/pci/host/pci-exynos.c
8134
8135 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8136 M:      Jingoo Han <jingoohan1@gmail.com>
8137 M:      Pratyush Anand <pratyush.anand@gmail.com>
8138 L:      linux-pci@vger.kernel.org
8139 S:      Maintained
8140 F:      drivers/pci/host/*designware*
8141
8142 PCI DRIVER FOR GENERIC OF HOSTS
8143 M:      Will Deacon <will.deacon@arm.com>
8144 L:      linux-pci@vger.kernel.org
8145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8146 S:      Maintained
8147 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8148 F:      drivers/pci/host/pci-host-generic.c
8149
8150 PCIE DRIVER FOR ST SPEAR13XX
8151 M:      Pratyush Anand <pratyush.anand@gmail.com>
8152 L:      linux-pci@vger.kernel.org
8153 S:      Maintained
8154 F:      drivers/pci/host/*spear*
8155
8156 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8157 M:      Duc Dang <dhdang@apm.com>
8158 L:      linux-pci@vger.kernel.org
8159 L:      linux-arm-kernel@lists.infradead.org
8160 S:      Maintained
8161 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8162 F:      drivers/pci/host/pci-xgene-msi.c
8163
8164 PCMCIA SUBSYSTEM
8165 P:      Linux PCMCIA Team
8166 L:      linux-pcmcia@lists.infradead.org
8167 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8169 S:      Maintained
8170 F:      Documentation/pcmcia/
8171 F:      drivers/pcmcia/
8172 F:      include/pcmcia/
8173
8174 PCNET32 NETWORK DRIVER
8175 M:      Don Fry <pcnet32@frontier.com>
8176 L:      netdev@vger.kernel.org
8177 S:      Maintained
8178 F:      drivers/net/ethernet/amd/pcnet32.c
8179
8180 PCRYPT PARALLEL CRYPTO ENGINE
8181 M:      Steffen Klassert <steffen.klassert@secunet.com>
8182 L:      linux-crypto@vger.kernel.org
8183 S:      Maintained
8184 F:      crypto/pcrypt.c
8185 F:      include/crypto/pcrypt.h
8186
8187 PER-CPU MEMORY ALLOCATOR
8188 M:      Tejun Heo <tj@kernel.org>
8189 M:      Christoph Lameter <cl@linux-foundation.org>
8190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8191 S:      Maintained
8192 F:      include/linux/percpu*.h
8193 F:      mm/percpu*.c
8194 F:      arch/*/include/asm/percpu.h
8195
8196 PER-TASK DELAY ACCOUNTING
8197 M:      Balbir Singh <bsingharora@gmail.com>
8198 S:      Maintained
8199 F:      include/linux/delayacct.h
8200 F:      kernel/delayacct.c
8201
8202 PERFORMANCE EVENTS SUBSYSTEM
8203 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8204 M:      Ingo Molnar <mingo@redhat.com>
8205 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8206 L:      linux-kernel@vger.kernel.org
8207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8208 S:      Supported
8209 F:      kernel/events/*
8210 F:      include/linux/perf_event.h
8211 F:      include/uapi/linux/perf_event.h
8212 F:      arch/*/kernel/perf_event*.c
8213 F:      arch/*/kernel/*/perf_event*.c
8214 F:      arch/*/kernel/*/*/perf_event*.c
8215 F:      arch/*/include/asm/perf_event.h
8216 F:      arch/*/kernel/perf_callchain.c
8217 F:      tools/perf/
8218
8219 PERSONALITY HANDLING
8220 M:      Christoph Hellwig <hch@infradead.org>
8221 L:      linux-abi-devel@lists.sourceforge.net
8222 S:      Maintained
8223 F:      include/linux/personality.h
8224 F:      include/uapi/linux/personality.h
8225
8226 PHONET PROTOCOL
8227 M:      Remi Denis-Courmont <courmisch@gmail.com>
8228 S:      Supported
8229 F:      Documentation/networking/phonet.txt
8230 F:      include/linux/phonet.h
8231 F:      include/net/phonet/
8232 F:      include/uapi/linux/phonet.h
8233 F:      net/phonet/
8234
8235 PHRAM MTD DRIVER
8236 M:      Joern Engel <joern@lazybastard.org>
8237 L:      linux-mtd@lists.infradead.org
8238 S:      Maintained
8239 F:      drivers/mtd/devices/phram.c
8240
8241 PICOLCD HID DRIVER
8242 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8243 L:      linux-input@vger.kernel.org
8244 S:      Maintained
8245 F:      drivers/hid/hid-picolcd*
8246
8247 PICOXCELL SUPPORT
8248 M:      Jamie Iles <jamie@jamieiles.com>
8249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8250 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8251 S:      Supported
8252 F:      arch/arm/boot/dts/picoxcell*
8253 F:      arch/arm/mach-picoxcell/
8254 F:      drivers/crypto/picoxcell*
8255
8256 PIN CONTROL SUBSYSTEM
8257 M:      Linus Walleij <linus.walleij@linaro.org>
8258 L:      linux-gpio@vger.kernel.org
8259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8260 S:      Maintained
8261 F:      drivers/pinctrl/
8262 F:      include/linux/pinctrl/
8263
8264 PIN CONTROLLER - ATMEL AT91
8265 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8267 S:      Maintained
8268 F:      drivers/pinctrl/pinctrl-at91.*
8269
8270 PIN CONTROLLER - ATMEL AT91 PIO4
8271 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8272 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8273 L:      linux-gpio@vger.kernel.org
8274 S:      Supported
8275 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8276
8277 PIN CONTROLLER - INTEL
8278 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8279 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8280 S:      Maintained
8281 F:      drivers/pinctrl/intel/
8282
8283 PIN CONTROLLER - RENESAS
8284 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8285 L:      linux-sh@vger.kernel.org
8286 S:      Maintained
8287 F:      drivers/pinctrl/sh-pfc/
8288
8289 PIN CONTROLLER - SAMSUNG
8290 M:      Tomasz Figa <tomasz.figa@gmail.com>
8291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8292 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8293 S:      Maintained
8294 F:      drivers/pinctrl/samsung/
8295
8296 PIN CONTROLLER - ST SPEAR
8297 M:      Viresh Kumar <vireshk@kernel.org>
8298 L:      spear-devel@list.st.com
8299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8300 W:      http://www.st.com/spear
8301 S:      Maintained
8302 F:      drivers/pinctrl/spear/
8303
8304 PKTCDVD DRIVER
8305 M:      Jiri Kosina <jikos@kernel.org>
8306 S:      Maintained
8307 F:      drivers/block/pktcdvd.c
8308 F:      include/linux/pktcdvd.h
8309 F:      include/uapi/linux/pktcdvd.h
8310
8311 PKUNITY SOC DRIVERS
8312 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8313 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8314 S:      Maintained
8315 T:      git git://github.com/gxt/linux.git
8316 F:      drivers/input/serio/i8042-unicore32io.h
8317 F:      drivers/i2c/busses/i2c-puv3.c
8318 F:      drivers/video/fbdev/fb-puv3.c
8319 F:      drivers/rtc/rtc-puv3.c
8320
8321 PMBUS HARDWARE MONITORING DRIVERS
8322 M:      Guenter Roeck <linux@roeck-us.net>
8323 L:      lm-sensors@lm-sensors.org
8324 W:      http://www.lm-sensors.org/
8325 W:      http://www.roeck-us.net/linux/drivers/
8326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8327 S:      Maintained
8328 F:      Documentation/hwmon/pmbus
8329 F:      drivers/hwmon/pmbus/
8330 F:      include/linux/i2c/pmbus.h
8331
8332 PMC SIERRA MaxRAID DRIVER
8333 L:      linux-scsi@vger.kernel.org
8334 W:      http://www.pmc-sierra.com/
8335 S:      Orphan
8336 F:      drivers/scsi/pmcraid.*
8337
8338 PMC SIERRA PM8001 DRIVER
8339 M:      Jack Wang <jinpu.wang@profitbricks.com>
8340 M:      lindar_liu@usish.com
8341 L:      pmchba@pmcs.com
8342 L:      linux-scsi@vger.kernel.org
8343 S:      Supported
8344 F:      drivers/scsi/pm8001/
8345
8346 POSIX CLOCKS and TIMERS
8347 M:      Thomas Gleixner <tglx@linutronix.de>
8348 L:      linux-kernel@vger.kernel.org
8349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8350 S:      Maintained
8351 F:      fs/timerfd.c
8352 F:      include/linux/timer*
8353 F:      kernel/time/*timer*
8354
8355 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8356 M:      Sebastian Reichel <sre@kernel.org>
8357 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8358 M:      David Woodhouse <dwmw2@infradead.org>
8359 L:      linux-pm@vger.kernel.org
8360 T:      git git://git.infradead.org/battery-2.6.git
8361 S:      Maintained
8362 F:      include/linux/power_supply.h
8363 F:      drivers/power/
8364 X:      drivers/power/avs/
8365
8366 POWER STATE COORDINATION INTERFACE (PSCI)
8367 M:      Mark Rutland <mark.rutland@arm.com>
8368 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8369 L:      linux-arm-kernel@lists.infradead.org
8370 S:      Maintained
8371 F:      drivers/firmware/psci.c
8372 F:      include/linux/psci.h
8373 F:      include/uapi/linux/psci.h
8374
8375 PNP SUPPORT
8376 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8377 S:      Maintained
8378 F:      drivers/pnp/
8379
8380 PNXxxxx I2C DRIVER
8381 M:      Vitaly Wool <vitalywool@gmail.com>
8382 L:      linux-i2c@vger.kernel.org
8383 S:      Maintained
8384 F:      drivers/i2c/busses/i2c-pnx.c
8385
8386 PPP PROTOCOL DRIVERS AND COMPRESSORS
8387 M:      Paul Mackerras <paulus@samba.org>
8388 L:      linux-ppp@vger.kernel.org
8389 S:      Maintained
8390 F:      drivers/net/ppp/ppp_*
8391
8392 PPP OVER ATM (RFC 2364)
8393 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8394 S:      Maintained
8395 F:      net/atm/pppoatm.c
8396 F:      include/uapi/linux/atmppp.h
8397
8398 PPP OVER ETHERNET
8399 M:      Michal Ostrowski <mostrows@earthlink.net>
8400 S:      Maintained
8401 F:      drivers/net/ppp/pppoe.c
8402 F:      drivers/net/ppp/pppox.c
8403
8404 PPP OVER L2TP
8405 M:      James Chapman <jchapman@katalix.com>
8406 S:      Maintained
8407 F:      net/l2tp/l2tp_ppp.c
8408 F:      include/linux/if_pppol2tp.h
8409 F:      include/uapi/linux/if_pppol2tp.h
8410
8411 PPS SUPPORT
8412 M:      Rodolfo Giometti <giometti@enneenne.com>
8413 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8414 L:      linuxpps@ml.enneenne.com (subscribers-only)
8415 S:      Maintained
8416 F:      Documentation/pps/
8417 F:      drivers/pps/
8418 F:      include/linux/pps*.h
8419
8420 PPTP DRIVER
8421 M:      Dmitry Kozlov <xeb@mail.ru>
8422 L:      netdev@vger.kernel.org
8423 S:      Maintained
8424 F:      drivers/net/ppp/pptp.c
8425 W:      http://sourceforge.net/projects/accel-pptp
8426
8427 PREEMPTIBLE KERNEL
8428 M:      Robert Love <rml@tech9.net>
8429 L:      kpreempt-tech@lists.sourceforge.net
8430 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8431 S:      Supported
8432 F:      Documentation/preempt-locking.txt
8433 F:      include/linux/preempt.h
8434
8435 PRISM54 WIRELESS DRIVER
8436 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8437 L:      linux-wireless@vger.kernel.org
8438 W:      http://wireless.kernel.org/en/users/Drivers/p54
8439 S:      Obsolete
8440 F:      drivers/net/wireless/prism54/
8441
8442 PS3 NETWORK SUPPORT
8443 M:      Geoff Levand <geoff@infradead.org>
8444 L:      netdev@vger.kernel.org
8445 L:      linuxppc-dev@lists.ozlabs.org
8446 S:      Maintained
8447 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8448
8449 PS3 PLATFORM SUPPORT
8450 M:      Geoff Levand <geoff@infradead.org>
8451 L:      linuxppc-dev@lists.ozlabs.org
8452 S:      Maintained
8453 F:      arch/powerpc/boot/ps3*
8454 F:      arch/powerpc/include/asm/lv1call.h
8455 F:      arch/powerpc/include/asm/ps3*.h
8456 F:      arch/powerpc/platforms/ps3/
8457 F:      drivers/*/ps3*
8458 F:      drivers/ps3/
8459 F:      drivers/rtc/rtc-ps3.c
8460 F:      drivers/usb/host/*ps3.c
8461 F:      sound/ppc/snd_ps3*
8462
8463 PS3VRAM DRIVER
8464 M:      Jim Paris <jim@jtan.com>
8465 M:      Geoff Levand <geoff@infradead.org>
8466 L:      linuxppc-dev@lists.ozlabs.org
8467 S:      Maintained
8468 F:      drivers/block/ps3vram.c
8469
8470 PSTORE FILESYSTEM
8471 M:      Anton Vorontsov <anton@enomsg.org>
8472 M:      Colin Cross <ccross@android.com>
8473 M:      Kees Cook <keescook@chromium.org>
8474 M:      Tony Luck <tony.luck@intel.com>
8475 S:      Maintained
8476 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8477 F:      fs/pstore/
8478 F:      include/linux/pstore*
8479 F:      drivers/firmware/efi/efi-pstore.c
8480 F:      drivers/acpi/apei/erst.c
8481
8482 PTP HARDWARE CLOCK SUPPORT
8483 M:      Richard Cochran <richardcochran@gmail.com>
8484 L:      netdev@vger.kernel.org
8485 S:      Maintained
8486 W:      http://linuxptp.sourceforge.net/
8487 F:      Documentation/ABI/testing/sysfs-ptp
8488 F:      Documentation/ptp/*
8489 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8490 F:      drivers/net/phy/dp83640*
8491 F:      drivers/ptp/*
8492 F:      include/linux/ptp_cl*
8493
8494 PTRACE SUPPORT
8495 M:      Roland McGrath <roland@hack.frob.com>
8496 M:      Oleg Nesterov <oleg@redhat.com>
8497 S:      Maintained
8498 F:      include/asm-generic/syscall.h
8499 F:      include/linux/ptrace.h
8500 F:      include/linux/regset.h
8501 F:      include/linux/tracehook.h
8502 F:      include/uapi/linux/ptrace.h
8503 F:      kernel/ptrace.c
8504
8505 PVRUSB2 VIDEO4LINUX DRIVER
8506 M:      Mike Isely <isely@pobox.com>
8507 L:      pvrusb2@isely.net       (subscribers-only)
8508 L:      linux-media@vger.kernel.org
8509 W:      http://www.isely.net/pvrusb2/
8510 T:      git git://linuxtv.org/media_tree.git
8511 S:      Maintained
8512 F:      Documentation/video4linux/README.pvrusb2
8513 F:      drivers/media/usb/pvrusb2/
8514
8515 PWC WEBCAM DRIVER
8516 M:      Hans de Goede <hdegoede@redhat.com>
8517 L:      linux-media@vger.kernel.org
8518 T:      git git://linuxtv.org/media_tree.git
8519 S:      Maintained
8520 F:      drivers/media/usb/pwc/*
8521
8522 PWM FAN DRIVER
8523 M:      Kamil Debski <k.debski@samsung.com>
8524 L:      lm-sensors@lm-sensors.org
8525 S:      Supported
8526 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8527 F:      Documentation/hwmon/pwm-fan
8528 F:      drivers/hwmon/pwm-fan.c
8529
8530 PWM SUBSYSTEM
8531 M:      Thierry Reding <thierry.reding@gmail.com>
8532 L:      linux-pwm@vger.kernel.org
8533 S:      Maintained
8534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8535 F:      Documentation/pwm.txt
8536 F:      Documentation/devicetree/bindings/pwm/
8537 F:      include/linux/pwm.h
8538 F:      drivers/pwm/
8539 F:      drivers/video/backlight/pwm_bl.c
8540 F:      include/linux/pwm_backlight.h
8541
8542 PXA2xx/PXA3xx SUPPORT
8543 M:      Daniel Mack <daniel@zonque.org>
8544 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8545 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8547 T:      git git://github.com/hzhuang1/linux.git
8548 T:      git git://github.com/rjarzmik/linux.git
8549 S:      Maintained
8550 F:      arch/arm/mach-pxa/
8551 F:      drivers/dma/pxa*
8552 F:      drivers/pcmcia/pxa2xx*
8553 F:      drivers/spi/spi-pxa2xx*
8554 F:      drivers/usb/gadget/udc/pxa2*
8555 F:      include/sound/pxa2xx-lib.h
8556 F:      sound/arm/pxa*
8557 F:      sound/soc/pxa/
8558
8559 PXA3xx NAND FLASH DRIVER
8560 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8561 L:      linux-mtd@lists.infradead.org
8562 S:      Maintained
8563 F:      drivers/mtd/nand/pxa3xx_nand.c
8564
8565 MMP SUPPORT
8566 M:      Eric Miao <eric.y.miao@gmail.com>
8567 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8569 T:      git git://github.com/hzhuang1/linux.git
8570 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8571 S:      Maintained
8572 F:      arch/arm/mach-mmp/
8573
8574 PXA MMCI DRIVER
8575 S:      Orphan
8576
8577 PXA RTC DRIVER
8578 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8579 L:      rtc-linux@googlegroups.com
8580 S:      Maintained
8581
8582 QAT DRIVER
8583 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8584 L:      qat-linux@intel.com
8585 S:      Supported
8586 F:      drivers/crypto/qat/
8587
8588 QIB DRIVER
8589 M:      Mike Marciniszyn <infinipath@intel.com>
8590 L:      linux-rdma@vger.kernel.org
8591 S:      Supported
8592 F:      drivers/infiniband/hw/qib/
8593
8594 QLOGIC QLA1280 SCSI DRIVER
8595 M:      Michael Reed <mdr@sgi.com>
8596 L:      linux-scsi@vger.kernel.org
8597 S:      Maintained
8598 F:      drivers/scsi/qla1280.[ch]
8599
8600 QLOGIC QLA2XXX FC-SCSI DRIVER
8601 M:      qla2xxx-upstream@qlogic.com
8602 L:      linux-scsi@vger.kernel.org
8603 S:      Supported
8604 F:      Documentation/scsi/LICENSE.qla2xxx
8605 F:      drivers/scsi/qla2xxx/
8606
8607 QLOGIC QLA4XXX iSCSI DRIVER
8608 M:      QLogic-Storage-Upstream@qlogic.com
8609 L:      linux-scsi@vger.kernel.org
8610 S:      Supported
8611 F:      Documentation/scsi/LICENSE.qla4xxx
8612 F:      drivers/scsi/qla4xxx/
8613
8614 QLOGIC QLA3XXX NETWORK DRIVER
8615 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8616 M:      Ron Mercer <ron.mercer@qlogic.com>
8617 M:      linux-driver@qlogic.com
8618 L:      netdev@vger.kernel.org
8619 S:      Supported
8620 F:      Documentation/networking/LICENSE.qla3xxx
8621 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8622
8623 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8624 M:      Dept-GELinuxNICDev@qlogic.com
8625 L:      netdev@vger.kernel.org
8626 S:      Supported
8627 F:      drivers/net/ethernet/qlogic/qlcnic/
8628
8629 QLOGIC QLGE 10Gb ETHERNET DRIVER
8630 M:      Harish Patil <harish.patil@qlogic.com>
8631 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8632 M:      Dept-GELinuxNICDev@qlogic.com
8633 M:      linux-driver@qlogic.com
8634 L:      netdev@vger.kernel.org
8635 S:      Supported
8636 F:      drivers/net/ethernet/qlogic/qlge/
8637
8638 QLOGIC QL4xxx ETHERNET DRIVER
8639 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8640 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8641 M:      everest-linux-l2@qlogic.com
8642 L:      netdev@vger.kernel.org
8643 S:      Supported
8644 F:      drivers/net/ethernet/qlogic/qed/
8645 F:      include/linux/qed/
8646 F:      drivers/net/ethernet/qlogic/qede/
8647
8648 QNX4 FILESYSTEM
8649 M:      Anders Larsen <al@alarsen.net>
8650 W:      http://www.alarsen.net/linux/qnx4fs/
8651 S:      Maintained
8652 F:      fs/qnx4/
8653 F:      include/uapi/linux/qnx4_fs.h
8654 F:      include/uapi/linux/qnxtypes.h
8655
8656 QT1010 MEDIA DRIVER
8657 M:      Antti Palosaari <crope@iki.fi>
8658 L:      linux-media@vger.kernel.org
8659 W:      http://linuxtv.org/
8660 W:      http://palosaari.fi/linux/
8661 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8662 T:      git git://linuxtv.org/anttip/media_tree.git
8663 S:      Maintained
8664 F:      drivers/media/tuners/qt1010*
8665
8666 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8667 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8668 L:      linux-wireless@vger.kernel.org
8669 L:      ath9k-devel@lists.ath9k.org
8670 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8671 S:      Supported
8672 F:      drivers/net/wireless/ath/ath9k/
8673
8674 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8675 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8676 L:      ath10k@lists.infradead.org
8677 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8678 T:      git git://github.com/kvalo/ath.git
8679 S:      Supported
8680 F:      drivers/net/wireless/ath/ath10k/
8681
8682 QUALCOMM HEXAGON ARCHITECTURE
8683 M:      Richard Kuo <rkuo@codeaurora.org>
8684 L:      linux-hexagon@vger.kernel.org
8685 S:      Supported
8686 F:      arch/hexagon/
8687
8688 QUALCOMM WCN36XX WIRELESS DRIVER
8689 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8690 L:      wcn36xx@lists.infradead.org
8691 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8692 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8693 S:      Supported
8694 F:      drivers/net/wireless/ath/wcn36xx/
8695
8696 RADOS BLOCK DEVICE (RBD)
8697 M:      Ilya Dryomov <idryomov@gmail.com>
8698 M:      Sage Weil <sage@redhat.com>
8699 M:      Alex Elder <elder@kernel.org>
8700 L:      ceph-devel@vger.kernel.org
8701 W:      http://ceph.com/
8702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8703 T:      git git://github.com/ceph/ceph-client.git
8704 S:      Supported
8705 F:      Documentation/ABI/testing/sysfs-bus-rbd
8706 F:      drivers/block/rbd.c
8707 F:      drivers/block/rbd_types.h
8708
8709 RADEON FRAMEBUFFER DISPLAY DRIVER
8710 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8711 L:      linux-fbdev@vger.kernel.org
8712 S:      Maintained
8713 F:      drivers/video/fbdev/aty/radeon*
8714 F:      include/uapi/linux/radeonfb.h
8715
8716 RADIOSHARK RADIO DRIVER
8717 M:      Hans de Goede <hdegoede@redhat.com>
8718 L:      linux-media@vger.kernel.org
8719 T:      git git://linuxtv.org/media_tree.git
8720 S:      Maintained
8721 F:      drivers/media/radio/radio-shark.c
8722
8723 RADIOSHARK2 RADIO DRIVER
8724 M:      Hans de Goede <hdegoede@redhat.com>
8725 L:      linux-media@vger.kernel.org
8726 T:      git git://linuxtv.org/media_tree.git
8727 S:      Maintained
8728 F:      drivers/media/radio/radio-shark2.c
8729 F:      drivers/media/radio/radio-tea5777.c
8730
8731 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8732 M:      Paul Mackerras <paulus@samba.org>
8733 L:      linux-fbdev@vger.kernel.org
8734 S:      Maintained
8735 F:      drivers/video/fbdev/aty/aty128fb.c
8736
8737 RALINK RT2X00 WIRELESS LAN DRIVER
8738 P:      rt2x00 project
8739 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8740 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8741 L:      linux-wireless@vger.kernel.org
8742 S:      Maintained
8743 F:      drivers/net/wireless/rt2x00/
8744
8745 RAMDISK RAM BLOCK DEVICE DRIVER
8746 M:      Jens Axboe <axboe@kernel.dk>
8747 S:      Maintained
8748 F:      Documentation/blockdev/ramdisk.txt
8749 F:      drivers/block/brd.c
8750
8751 RANDOM NUMBER DRIVER
8752 M:      "Theodore Ts'o" <tytso@mit.edu>
8753 S:      Maintained
8754 F:      drivers/char/random.c
8755
8756 RAPIDIO SUBSYSTEM
8757 M:      Matt Porter <mporter@kernel.crashing.org>
8758 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8759 S:      Maintained
8760 F:      drivers/rapidio/
8761
8762 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8763 L:      linux-wireless@vger.kernel.org
8764 S:      Orphan
8765 F:      drivers/net/wireless/ray*
8766
8767 RCUTORTURE MODULE
8768 M:      Josh Triplett <josh@joshtriplett.org>
8769 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8770 L:      linux-kernel@vger.kernel.org
8771 S:      Supported
8772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8773 F:      Documentation/RCU/torture.txt
8774 F:      kernel/rcu/rcutorture.c
8775
8776 RCUTORTURE TEST FRAMEWORK
8777 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8778 M:      Josh Triplett <josh@joshtriplett.org>
8779 R:      Steven Rostedt <rostedt@goodmis.org>
8780 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8781 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8782 L:      linux-kernel@vger.kernel.org
8783 S:      Supported
8784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8785 F:      tools/testing/selftests/rcutorture
8786
8787 RDC R-321X SoC
8788 M:      Florian Fainelli <florian@openwrt.org>
8789 S:      Maintained
8790
8791 RDC R6040 FAST ETHERNET DRIVER
8792 M:      Florian Fainelli <florian@openwrt.org>
8793 L:      netdev@vger.kernel.org
8794 S:      Maintained
8795 F:      drivers/net/ethernet/rdc/r6040.c
8796
8797 RDS - RELIABLE DATAGRAM SOCKETS
8798 M:      Chien Yen <chien.yen@oracle.com>
8799 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8800 S:      Supported
8801 F:      net/rds/
8802
8803 READ-COPY UPDATE (RCU)
8804 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8805 M:      Josh Triplett <josh@joshtriplett.org>
8806 R:      Steven Rostedt <rostedt@goodmis.org>
8807 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8808 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8809 L:      linux-kernel@vger.kernel.org
8810 W:      http://www.rdrop.com/users/paulmck/RCU/
8811 S:      Supported
8812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8813 F:      Documentation/RCU/
8814 X:      Documentation/RCU/torture.txt
8815 F:      include/linux/rcu*
8816 X:      include/linux/srcu.h
8817 F:      kernel/rcu/
8818 X:      kernel/torture.c
8819
8820 REAL TIME CLOCK (RTC) SUBSYSTEM
8821 M:      Alessandro Zummo <a.zummo@towertech.it>
8822 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8823 L:      rtc-linux@googlegroups.com
8824 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8826 S:      Maintained
8827 F:      Documentation/rtc.txt
8828 F:      drivers/rtc/
8829 F:      include/linux/rtc.h
8830 F:      include/uapi/linux/rtc.h
8831
8832 REALTEK AUDIO CODECS
8833 M:      Bard Liao <bardliao@realtek.com>
8834 M:      Oder Chiou <oder_chiou@realtek.com>
8835 S:      Maintained
8836 F:      sound/soc/codecs/rt*
8837 F:      include/sound/rt*.h
8838
8839 REISERFS FILE SYSTEM
8840 L:      reiserfs-devel@vger.kernel.org
8841 S:      Supported
8842 F:      fs/reiserfs/
8843
8844 REGISTER MAP ABSTRACTION
8845 M:      Mark Brown <broonie@kernel.org>
8846 L:      linux-kernel@vger.kernel.org
8847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8848 S:      Supported
8849 F:      drivers/base/regmap/
8850 F:      include/linux/regmap.h
8851
8852 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8853 M:      Ohad Ben-Cohen <ohad@wizery.com>
8854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8855 S:      Maintained
8856 F:      drivers/remoteproc/
8857 F:      Documentation/remoteproc.txt
8858 F:      include/linux/remoteproc.h
8859
8860 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8861 M:      Ohad Ben-Cohen <ohad@wizery.com>
8862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8863 S:      Maintained
8864 F:      drivers/rpmsg/
8865 F:      Documentation/rpmsg.txt
8866 F:      include/linux/rpmsg.h
8867
8868 RESET CONTROLLER FRAMEWORK
8869 M:      Philipp Zabel <p.zabel@pengutronix.de>
8870 S:      Maintained
8871 F:      drivers/reset/
8872 F:      Documentation/devicetree/bindings/reset/
8873 F:      include/dt-bindings/reset/
8874 F:      include/linux/reset.h
8875 F:      include/linux/reset-controller.h
8876
8877 RFKILL
8878 M:      Johannes Berg <johannes@sipsolutions.net>
8879 L:      linux-wireless@vger.kernel.org
8880 W:      http://wireless.kernel.org/
8881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8883 S:      Maintained
8884 F:      Documentation/rfkill.txt
8885 F:      net/rfkill/
8886
8887 RHASHTABLE
8888 M:      Thomas Graf <tgraf@suug.ch>
8889 L:      netdev@vger.kernel.org
8890 S:      Maintained
8891 F:      lib/rhashtable.c
8892 F:      include/linux/rhashtable.h
8893
8894 RICOH SMARTMEDIA/XD DRIVER
8895 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8896 S:      Maintained
8897 F:      drivers/mtd/nand/r852.c
8898 F:      drivers/mtd/nand/r852.h
8899
8900 RICOH R5C592 MEMORYSTICK DRIVER
8901 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8902 S:      Maintained
8903 F:      drivers/memstick/host/r592.*
8904
8905 ROCCAT DRIVERS
8906 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8907 W:      http://sourceforge.net/projects/roccat/
8908 S:      Maintained
8909 F:      drivers/hid/hid-roccat*
8910 F:      include/linux/hid-roccat*
8911 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8912
8913 ROCKER DRIVER
8914 M:      Jiri Pirko <jiri@resnulli.us>
8915 M:      Scott Feldman <sfeldma@gmail.com>
8916 L:      netdev@vger.kernel.org
8917 S:      Supported
8918 F:      drivers/net/ethernet/rocker/
8919
8920 ROCKETPORT DRIVER
8921 P:      Comtrol Corp.
8922 W:      http://www.comtrol.com
8923 S:      Maintained
8924 F:      Documentation/serial/rocket.txt
8925 F:      drivers/tty/rocket*
8926
8927 ROCKETPORT EXPRESS/INFINITY DRIVER
8928 M:      Kevin Cernekee <cernekee@gmail.com>
8929 L:      linux-serial@vger.kernel.org
8930 S:      Odd Fixes
8931 F:      drivers/tty/serial/rp2.*
8932
8933 ROSE NETWORK LAYER
8934 M:      Ralf Baechle <ralf@linux-mips.org>
8935 L:      linux-hams@vger.kernel.org
8936 W:      http://www.linux-ax25.org/
8937 S:      Maintained
8938 F:      include/net/rose.h
8939 F:      include/uapi/linux/rose.h
8940 F:      net/rose/
8941
8942 RTL2830 MEDIA DRIVER
8943 M:      Antti Palosaari <crope@iki.fi>
8944 L:      linux-media@vger.kernel.org
8945 W:      http://linuxtv.org/
8946 W:      http://palosaari.fi/linux/
8947 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8948 T:      git git://linuxtv.org/anttip/media_tree.git
8949 S:      Maintained
8950 F:      drivers/media/dvb-frontends/rtl2830*
8951
8952 RTL2832 MEDIA DRIVER
8953 M:      Antti Palosaari <crope@iki.fi>
8954 L:      linux-media@vger.kernel.org
8955 W:      http://linuxtv.org/
8956 W:      http://palosaari.fi/linux/
8957 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8958 T:      git git://linuxtv.org/anttip/media_tree.git
8959 S:      Maintained
8960 F:      drivers/media/dvb-frontends/rtl2832*
8961
8962 RTL2832_SDR MEDIA DRIVER
8963 M:      Antti Palosaari <crope@iki.fi>
8964 L:      linux-media@vger.kernel.org
8965 W:      http://linuxtv.org/
8966 W:      http://palosaari.fi/linux/
8967 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8968 T:      git git://linuxtv.org/anttip/media_tree.git
8969 S:      Maintained
8970 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8971
8972 RTL8180 WIRELESS DRIVER
8973 L:      linux-wireless@vger.kernel.org
8974 W:      http://wireless.kernel.org/
8975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8976 S:      Orphan
8977 F:      drivers/net/wireless/rtl818x/rtl8180/
8978
8979 RTL8187 WIRELESS DRIVER
8980 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8981 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8982 M:      Larry Finger <Larry.Finger@lwfinger.net>
8983 L:      linux-wireless@vger.kernel.org
8984 W:      http://wireless.kernel.org/
8985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8986 S:      Maintained
8987 F:      drivers/net/wireless/rtl818x/rtl8187/
8988
8989 RTL8192CE WIRELESS DRIVER
8990 M:      Larry Finger <Larry.Finger@lwfinger.net>
8991 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8992 L:      linux-wireless@vger.kernel.org
8993 W:      http://wireless.kernel.org/
8994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8995 S:      Maintained
8996 F:      drivers/net/wireless/rtlwifi/
8997 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8998
8999 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9000 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9001 L:      linux-wireless@vger.kernel.org
9002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9003 S:      Maintained
9004 F:      drivers/net/wireless/realtek/rtl8xxxu/
9005
9006 S3 SAVAGE FRAMEBUFFER DRIVER
9007 M:      Antonino Daplas <adaplas@gmail.com>
9008 L:      linux-fbdev@vger.kernel.org
9009 S:      Maintained
9010 F:      drivers/video/fbdev/savage/
9011
9012 S390
9013 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9014 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9015 L:      linux-s390@vger.kernel.org
9016 W:      http://www.ibm.com/developerworks/linux/linux390/
9017 S:      Supported
9018 F:      arch/s390/
9019 F:      drivers/s390/
9020 F:      Documentation/s390/
9021 F:      Documentation/DocBook/s390*
9022
9023 S390 COMMON I/O LAYER
9024 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9025 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9026 L:      linux-s390@vger.kernel.org
9027 W:      http://www.ibm.com/developerworks/linux/linux390/
9028 S:      Supported
9029 F:      drivers/s390/cio/
9030
9031 S390 DASD DRIVER
9032 M:      Stefan Weinhuber <wein@de.ibm.com>
9033 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9034 L:      linux-s390@vger.kernel.org
9035 W:      http://www.ibm.com/developerworks/linux/linux390/
9036 S:      Supported
9037 F:      drivers/s390/block/dasd*
9038 F:      block/partitions/ibm.c
9039
9040 S390 NETWORK DRIVERS
9041 M:      Ursula Braun <ursula.braun@de.ibm.com>
9042 L:      linux-s390@vger.kernel.org
9043 W:      http://www.ibm.com/developerworks/linux/linux390/
9044 S:      Supported
9045 F:      drivers/s390/net/
9046
9047 S390 PCI SUBSYSTEM
9048 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9049 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9050 L:      linux-s390@vger.kernel.org
9051 W:      http://www.ibm.com/developerworks/linux/linux390/
9052 S:      Supported
9053 F:      arch/s390/pci/
9054 F:      drivers/pci/hotplug/s390_pci_hpc.c
9055
9056 S390 ZCRYPT DRIVER
9057 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9058 L:      linux-s390@vger.kernel.org
9059 W:      http://www.ibm.com/developerworks/linux/linux390/
9060 S:      Supported
9061 F:      drivers/s390/crypto/
9062
9063 S390 ZFCP DRIVER
9064 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9065 L:      linux-s390@vger.kernel.org
9066 W:      http://www.ibm.com/developerworks/linux/linux390/
9067 S:      Supported
9068 F:      drivers/s390/scsi/zfcp_*
9069
9070 S390 IUCV NETWORK LAYER
9071 M:      Ursula Braun <ursula.braun@de.ibm.com>
9072 L:      linux-s390@vger.kernel.org
9073 W:      http://www.ibm.com/developerworks/linux/linux390/
9074 S:      Supported
9075 F:      drivers/s390/net/*iucv*
9076 F:      include/net/iucv/
9077 F:      net/iucv/
9078
9079 S3C24XX SD/MMC Driver
9080 M:      Ben Dooks <ben-linux@fluff.org>
9081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9082 S:      Supported
9083 F:      drivers/mmc/host/s3cmci.*
9084
9085 SAA6588 RDS RECEIVER DRIVER
9086 M:      Hans Verkuil <hverkuil@xs4all.nl>
9087 L:      linux-media@vger.kernel.org
9088 T:      git git://linuxtv.org/media_tree.git
9089 W:      http://linuxtv.org
9090 S:      Odd Fixes
9091 F:      drivers/media/i2c/saa6588*
9092
9093 SAA7134 VIDEO4LINUX DRIVER
9094 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9095 L:      linux-media@vger.kernel.org
9096 W:      http://linuxtv.org
9097 T:      git git://linuxtv.org/media_tree.git
9098 S:      Odd fixes
9099 F:      Documentation/video4linux/*.saa7134
9100 F:      drivers/media/pci/saa7134/
9101
9102 SAA7146 VIDEO4LINUX-2 DRIVER
9103 M:      Hans Verkuil <hverkuil@xs4all.nl>
9104 L:      linux-media@vger.kernel.org
9105 T:      git git://linuxtv.org/media_tree.git
9106 S:      Maintained
9107 F:      drivers/media/common/saa7146/
9108 F:      drivers/media/pci/saa7146/
9109 F:      include/media/saa7146*
9110
9111 SAMSUNG LAPTOP DRIVER
9112 M:      Corentin Chary <corentin.chary@gmail.com>
9113 L:      platform-driver-x86@vger.kernel.org
9114 S:      Maintained
9115 F:      drivers/platform/x86/samsung-laptop.c
9116
9117 SAMSUNG AUDIO (ASoC) DRIVERS
9118 M:      Sangbeom Kim <sbkim73@samsung.com>
9119 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9120 S:      Supported
9121 F:      sound/soc/samsung/
9122
9123 SAMSUNG FRAMEBUFFER DRIVER
9124 M:      Jingoo Han <jingoohan1@gmail.com>
9125 L:      linux-fbdev@vger.kernel.org
9126 S:      Maintained
9127 F:      drivers/video/fbdev/s3c-fb.c
9128
9129 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9130 M:      Sangbeom Kim <sbkim73@samsung.com>
9131 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9132 L:      linux-kernel@vger.kernel.org
9133 L:      linux-samsung-soc@vger.kernel.org
9134 S:      Supported
9135 F:      drivers/mfd/sec*.c
9136 F:      drivers/regulator/s2m*.c
9137 F:      drivers/regulator/s5m*.c
9138 F:      drivers/clk/clk-s2mps11.c
9139 F:      drivers/rtc/rtc-s5m.c
9140 F:      include/linux/mfd/samsung/
9141 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9142 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9143
9144 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9145 M:      Kyungmin Park <kyungmin.park@samsung.com>
9146 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9147 L:      linux-media@vger.kernel.org
9148 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9149 S:      Supported
9150 F:      drivers/media/platform/exynos4-is/
9151
9152 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9153 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9154 L:      linux-media@vger.kernel.org
9155 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9156 S:      Maintained
9157 F:      drivers/media/platform/s3c-camif/
9158 F:      include/media/s3c_camif.h
9159
9160 SAMSUNG S5C73M3 CAMERA DRIVER
9161 M:      Kyungmin Park <kyungmin.park@samsung.com>
9162 M:      Andrzej Hajda <a.hajda@samsung.com>
9163 L:      linux-media@vger.kernel.org
9164 S:      Supported
9165 F:      drivers/media/i2c/s5c73m3/*
9166
9167 SAMSUNG S5K5BAF CAMERA DRIVER
9168 M:      Kyungmin Park <kyungmin.park@samsung.com>
9169 M:      Andrzej Hajda <a.hajda@samsung.com>
9170 L:      linux-media@vger.kernel.org
9171 S:      Supported
9172 F:      drivers/media/i2c/s5k5baf.c
9173
9174 SAMSUNG S3FWRN5 NFC DRIVER
9175 M:      Robert Baldyga <r.baldyga@samsung.com>
9176 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9177 S:      Supported
9178 F:      drivers/nfc/s3fwrn5
9179
9180 SAMSUNG SOC CLOCK DRIVERS
9181 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9182 M:      Tomasz Figa <tomasz.figa@gmail.com>
9183 S:      Supported
9184 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9185 F:      drivers/clk/samsung/
9186
9187 SAMSUNG SXGBE DRIVERS
9188 M:      Byungho An <bh74.an@samsung.com>
9189 M:      Girish K S <ks.giri@samsung.com>
9190 M:      Vipul Pandya <vipul.pandya@samsung.com>
9191 S:      Supported
9192 L:      netdev@vger.kernel.org
9193 F:      drivers/net/ethernet/samsung/sxgbe/
9194
9195 SAMSUNG THERMAL DRIVER
9196 M:      Lukasz Majewski <l.majewski@samsung.com>
9197 L:      linux-pm@vger.kernel.org
9198 L:      linux-samsung-soc@vger.kernel.org
9199 S:      Supported
9200 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9201 F:      drivers/thermal/samsung/
9202
9203 SAMSUNG USB2 PHY DRIVER
9204 M:      Kamil Debski <k.debski@samsung.com>
9205 L:      linux-kernel@vger.kernel.org
9206 S:      Supported
9207 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9208 F:      Documentation/phy/samsung-usb2.txt
9209 F:      drivers/phy/phy-exynos4210-usb2.c
9210 F:      drivers/phy/phy-exynos4x12-usb2.c
9211 F:      drivers/phy/phy-exynos5250-usb2.c
9212 F:      drivers/phy/phy-s5pv210-usb2.c
9213 F:      drivers/phy/phy-samsung-usb2.c
9214 F:      drivers/phy/phy-samsung-usb2.h
9215
9216 SERIAL DRIVERS
9217 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9218 L:      linux-serial@vger.kernel.org
9219 S:      Maintained
9220 F:      drivers/tty/serial/
9221
9222 SYNOPSYS DESIGNWARE DMAC DRIVER
9223 M:      Viresh Kumar <vireshk@kernel.org>
9224 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9225 S:      Maintained
9226 F:      include/linux/dma/dw.h
9227 F:      include/linux/platform_data/dma-dw.h
9228 F:      drivers/dma/dw/
9229
9230 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9231 M: Lars Persson <lars.persson@axis.com>
9232 L: netdev@vger.kernel.org
9233 S: Supported
9234 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9235 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9236
9237 SYNOPSYS DESIGNWARE I2C DRIVER
9238 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9239 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9240 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9241 L:      linux-i2c@vger.kernel.org
9242 S:      Maintained
9243 F:      drivers/i2c/busses/i2c-designware-*
9244 F:      include/linux/platform_data/i2c-designware.h
9245
9246 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9247 M:      Seungwon Jeon <tgih.jun@samsung.com>
9248 M:      Jaehoon Chung <jh80.chung@samsung.com>
9249 L:      linux-mmc@vger.kernel.org
9250 S:      Maintained
9251 F:      include/linux/mmc/dw_mmc.h
9252 F:      drivers/mmc/host/dw_mmc*
9253
9254 SYSTEM TRACE MODULE CLASS
9255 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9256 S:      Maintained
9257 F:      Documentation/trace/stm.txt
9258 F:      drivers/hwtracing/stm/
9259 F:      include/linux/stm.h
9260 F:      include/uapi/linux/stm.h
9261
9262 THUNDERBOLT DRIVER
9263 M:      Andreas Noever <andreas.noever@gmail.com>
9264 S:      Maintained
9265 F:      drivers/thunderbolt/
9266
9267 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9268 M:      John Stultz <john.stultz@linaro.org>
9269 M:      Thomas Gleixner <tglx@linutronix.de>
9270 L:      linux-kernel@vger.kernel.org
9271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9272 S:      Supported
9273 F:      include/linux/clocksource.h
9274 F:      include/linux/time.h
9275 F:      include/linux/timex.h
9276 F:      include/uapi/linux/time.h
9277 F:      include/uapi/linux/timex.h
9278 F:      kernel/time/clocksource.c
9279 F:      kernel/time/time*.c
9280 F:      kernel/time/ntp.c
9281 F:      tools/testing/selftests/timers/
9282
9283 SC1200 WDT DRIVER
9284 M:      Zwane Mwaikambo <zwanem@gmail.com>
9285 S:      Maintained
9286 F:      drivers/watchdog/sc1200wdt.c
9287
9288 SCHEDULER
9289 M:      Ingo Molnar <mingo@redhat.com>
9290 M:      Peter Zijlstra <peterz@infradead.org>
9291 L:      linux-kernel@vger.kernel.org
9292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9293 S:      Maintained
9294 F:      kernel/sched/
9295 F:      include/linux/sched.h
9296 F:      include/uapi/linux/sched.h
9297 F:      include/linux/wait.h
9298
9299 SCORE ARCHITECTURE
9300 M:      Chen Liqin <liqin.linux@gmail.com>
9301 M:      Lennox Wu <lennox.wu@gmail.com>
9302 W:      http://www.sunplus.com
9303 S:      Supported
9304 F:      arch/score/
9305
9306 SCSI CDROM DRIVER
9307 M:      Jens Axboe <axboe@kernel.dk>
9308 L:      linux-scsi@vger.kernel.org
9309 W:      http://www.kernel.dk
9310 S:      Maintained
9311 F:      drivers/scsi/sr*
9312
9313 SCSI RDMA PROTOCOL (SRP) INITIATOR
9314 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9315 L:      linux-rdma@vger.kernel.org
9316 S:      Supported
9317 W:      http://www.openfabrics.org
9318 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9320 F:      drivers/infiniband/ulp/srp/
9321 F:      include/scsi/srp.h
9322
9323 SCSI SG DRIVER
9324 M:      Doug Gilbert <dgilbert@interlog.com>
9325 L:      linux-scsi@vger.kernel.org
9326 W:      http://sg.danny.cz/sg
9327 S:      Maintained
9328 F:      Documentation/scsi/scsi-generic.txt
9329 F:      drivers/scsi/sg.c
9330 F:      include/scsi/sg.h
9331
9332 SCSI SUBSYSTEM
9333 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9334 L:      linux-scsi@vger.kernel.org
9335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9336 S:      Maintained
9337 F:      drivers/scsi/
9338 F:      include/scsi/
9339
9340 SCSI TAPE DRIVER
9341 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9342 L:      linux-scsi@vger.kernel.org
9343 S:      Maintained
9344 F:      Documentation/scsi/st.txt
9345 F:      drivers/scsi/st.*
9346 F:      drivers/scsi/st_*.h
9347
9348 SCTP PROTOCOL
9349 M:      Vlad Yasevich <vyasevich@gmail.com>
9350 M:      Neil Horman <nhorman@tuxdriver.com>
9351 L:      linux-sctp@vger.kernel.org
9352 W:      http://lksctp.sourceforge.net
9353 S:      Maintained
9354 F:      Documentation/networking/sctp.txt
9355 F:      include/linux/sctp.h
9356 F:      include/uapi/linux/sctp.h
9357 F:      include/net/sctp/
9358 F:      net/sctp/
9359
9360 SCx200 CPU SUPPORT
9361 M:      Jim Cromie <jim.cromie@gmail.com>
9362 S:      Odd Fixes
9363 F:      Documentation/i2c/busses/scx200_acb
9364 F:      arch/x86/platform/scx200/
9365 F:      drivers/watchdog/scx200_wdt.c
9366 F:      drivers/i2c/busses/scx200*
9367 F:      drivers/mtd/maps/scx200_docflash.c
9368 F:      include/linux/scx200.h
9369
9370 SCx200 GPIO DRIVER
9371 M:      Jim Cromie <jim.cromie@gmail.com>
9372 S:      Maintained
9373 F:      drivers/char/scx200_gpio.c
9374 F:      include/linux/scx200_gpio.h
9375
9376 SCx200 HRT CLOCKSOURCE DRIVER
9377 M:      Jim Cromie <jim.cromie@gmail.com>
9378 S:      Maintained
9379 F:      drivers/clocksource/scx200_hrt.c
9380
9381 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9382 M:      Sascha Sommer <saschasommer@freenet.de>
9383 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9384 S:      Maintained
9385 F:      drivers/mmc/host/sdricoh_cs.c
9386
9387 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9388 L:      linux-mmc@vger.kernel.org
9389 S:      Orphan
9390 F:      drivers/mmc/host/sdhci.*
9391 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9392
9393 SECURE COMPUTING
9394 M:      Kees Cook <keescook@chromium.org>
9395 R:      Andy Lutomirski <luto@amacapital.net>
9396 R:      Will Drewry <wad@chromium.org>
9397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9398 S:      Supported
9399 F:      kernel/seccomp.c
9400 F:      include/uapi/linux/seccomp.h
9401 F:      include/linux/seccomp.h
9402 F:      tools/testing/selftests/seccomp/*
9403 K:      \bsecure_computing
9404 K:      \bTIF_SECCOMP\b
9405
9406 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9407 M:      Ben Dooks <ben-linux@fluff.org>
9408 M:      Jaehoon Chung <jh80.chung@samsung.com>
9409 L:      linux-mmc@vger.kernel.org
9410 S:      Maintained
9411 F:      drivers/mmc/host/sdhci-s3c*
9412
9413 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9414 M:      Viresh Kumar <vireshk@kernel.org>
9415 L:      spear-devel@list.st.com
9416 L:      linux-mmc@vger.kernel.org
9417 S:      Maintained
9418 F:      drivers/mmc/host/sdhci-spear.c
9419
9420 SECURITY SUBSYSTEM
9421 M:      James Morris <james.l.morris@oracle.com>
9422 M:      "Serge E. Hallyn" <serge@hallyn.com>
9423 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9425 W:      http://kernsec.org/
9426 S:      Supported
9427 F:      security/
9428
9429 SECURITY CONTACT
9430 M:      Security Officers <security@kernel.org>
9431 S:      Supported
9432
9433 SELINUX SECURITY MODULE
9434 M:      Paul Moore <paul@paul-moore.com>
9435 M:      Stephen Smalley <sds@tycho.nsa.gov>
9436 M:      Eric Paris <eparis@parisplace.org>
9437 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9438 W:      http://selinuxproject.org
9439 T:      git git://git.infradead.org/users/pcmoore/selinux
9440 S:      Supported
9441 F:      include/linux/selinux*
9442 F:      security/selinux/
9443 F:      scripts/selinux/
9444
9445 APPARMOR SECURITY MODULE
9446 M:      John Johansen <john.johansen@canonical.com>
9447 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9448 W:      apparmor.wiki.kernel.org
9449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9450 S:      Supported
9451 F:      security/apparmor/
9452
9453 YAMA SECURITY MODULE
9454 M:      Kees Cook <keescook@chromium.org>
9455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9456 S:      Supported
9457 F:      security/yama/
9458
9459 SENSABLE PHANTOM
9460 M:      Jiri Slaby <jirislaby@gmail.com>
9461 S:      Maintained
9462 F:      drivers/misc/phantom.c
9463 F:      include/uapi/linux/phantom.h
9464
9465 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9466 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9467 M:      Minh Tran <minh.tran@avagotech.com>
9468 M:      John Soni Jose <sony.john-n@avagotech.com>
9469 L:      linux-scsi@vger.kernel.org
9470 W:      http://www.avagotech.com
9471 S:      Supported
9472 F:      drivers/scsi/be2iscsi/
9473
9474 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9475 M:      Sathya Perla <sathya.perla@avagotech.com>
9476 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9477 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9478 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9479 L:      netdev@vger.kernel.org
9480 W:      http://www.emulex.com
9481 S:      Supported
9482 F:      drivers/net/ethernet/emulex/benet/
9483
9484 EMULEX ONECONNECT ROCE DRIVER
9485 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9486 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9487 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9488 L:      linux-rdma@vger.kernel.org
9489 W:      http://www.emulex.com
9490 S:      Supported
9491 F:      drivers/infiniband/hw/ocrdma/
9492
9493 SFC NETWORK DRIVER
9494 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9495 M:      Shradha Shah <sshah@solarflare.com>
9496 L:      netdev@vger.kernel.org
9497 S:      Supported
9498 F:      drivers/net/ethernet/sfc/
9499
9500 SGI GRU DRIVER
9501 M:      Dimitri Sivanich <sivanich@sgi.com>
9502 S:      Maintained
9503 F:      drivers/misc/sgi-gru/
9504
9505 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9506 M:      Pat Gefre <pfg@sgi.com>
9507 L:      linux-ia64@vger.kernel.org
9508 S:      Supported
9509 F:      Documentation/ia64/serial.txt
9510 F:      drivers/tty/serial/ioc?_serial.c
9511 F:      include/linux/ioc?.h
9512
9513 SGI XP/XPC/XPNET DRIVER
9514 M:      Cliff Whickman <cpw@sgi.com>
9515 M:      Robin Holt <robinmholt@gmail.com>
9516 S:      Maintained
9517 F:      drivers/misc/sgi-xp/
9518
9519 SI2157 MEDIA DRIVER
9520 M:      Antti Palosaari <crope@iki.fi>
9521 L:      linux-media@vger.kernel.org
9522 W:      http://linuxtv.org/
9523 W:      http://palosaari.fi/linux/
9524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9525 T:      git git://linuxtv.org/anttip/media_tree.git
9526 S:      Maintained
9527 F:      drivers/media/tuners/si2157*
9528
9529 SI2168 MEDIA DRIVER
9530 M:      Antti Palosaari <crope@iki.fi>
9531 L:      linux-media@vger.kernel.org
9532 W:      http://linuxtv.org/
9533 W:      http://palosaari.fi/linux/
9534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9535 T:      git git://linuxtv.org/anttip/media_tree.git
9536 S:      Maintained
9537 F:      drivers/media/dvb-frontends/si2168*
9538
9539 SI470X FM RADIO RECEIVER I2C DRIVER
9540 M:      Hans Verkuil <hverkuil@xs4all.nl>
9541 L:      linux-media@vger.kernel.org
9542 T:      git git://linuxtv.org/media_tree.git
9543 W:      http://linuxtv.org
9544 S:      Odd Fixes
9545 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9546
9547 SI470X FM RADIO RECEIVER USB DRIVER
9548 M:      Hans Verkuil <hverkuil@xs4all.nl>
9549 L:      linux-media@vger.kernel.org
9550 T:      git git://linuxtv.org/media_tree.git
9551 W:      http://linuxtv.org
9552 S:      Maintained
9553 F:      drivers/media/radio/si470x/radio-si470x-common.c
9554 F:      drivers/media/radio/si470x/radio-si470x.h
9555 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9556
9557 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9558 M:      Eduardo Valentin <edubezval@gmail.com>
9559 L:      linux-media@vger.kernel.org
9560 T:      git git://linuxtv.org/media_tree.git
9561 W:      http://linuxtv.org
9562 S:      Odd Fixes
9563 F:      drivers/media/radio/si4713/si4713.?
9564
9565 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9566 M:      Eduardo Valentin <edubezval@gmail.com>
9567 L:      linux-media@vger.kernel.org
9568 T:      git git://linuxtv.org/media_tree.git
9569 W:      http://linuxtv.org
9570 S:      Odd Fixes
9571 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9572
9573 SI4713 FM RADIO TRANSMITTER USB DRIVER
9574 M:      Hans Verkuil <hverkuil@xs4all.nl>
9575 L:      linux-media@vger.kernel.org
9576 T:      git git://linuxtv.org/media_tree.git
9577 W:      http://linuxtv.org
9578 S:      Maintained
9579 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9580
9581 SIANO DVB DRIVER
9582 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9583 L:      linux-media@vger.kernel.org
9584 W:      http://linuxtv.org
9585 T:      git git://linuxtv.org/media_tree.git
9586 S:      Odd fixes
9587 F:      drivers/media/common/siano/
9588 F:      drivers/media/usb/siano/
9589 F:      drivers/media/usb/siano/
9590 F:      drivers/media/mmc/siano/
9591
9592 SIMPLEFB FB DRIVER
9593 M:      Hans de Goede <hdegoede@redhat.com>
9594 L:      linux-fbdev@vger.kernel.org
9595 S:      Maintained
9596 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9597 F:      drivers/video/fbdev/simplefb.c
9598 F:      include/linux/platform_data/simplefb.h
9599
9600 SH_VEU V4L2 MEM2MEM DRIVER
9601 L:      linux-media@vger.kernel.org
9602 S:      Orphan
9603 F:      drivers/media/platform/sh_veu.c
9604
9605 SH_VOU V4L2 OUTPUT DRIVER
9606 L:      linux-media@vger.kernel.org
9607 S:      Orphan
9608 F:      drivers/media/platform/sh_vou.c
9609 F:      include/media/sh_vou.h
9610
9611 SIMPLE FIRMWARE INTERFACE (SFI)
9612 M:      Len Brown <lenb@kernel.org>
9613 L:      sfi-devel@simplefirmware.org
9614 W:      http://simplefirmware.org/
9615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9616 S:      Supported
9617 F:      arch/x86/platform/sfi/
9618 F:      drivers/sfi/
9619 F:      include/linux/sfi*.h
9620
9621 SIMTEC EB110ATX (Chalice CATS)
9622 P:      Ben Dooks
9623 P:      Vincent Sanders <vince@simtec.co.uk>
9624 M:      Simtec Linux Team <linux@simtec.co.uk>
9625 W:      http://www.simtec.co.uk/products/EB110ATX/
9626 S:      Supported
9627
9628 SIMTEC EB2410ITX (BAST)
9629 P:      Ben Dooks
9630 P:      Vincent Sanders <vince@simtec.co.uk>
9631 M:      Simtec Linux Team <linux@simtec.co.uk>
9632 W:      http://www.simtec.co.uk/products/EB2410ITX/
9633 S:      Supported
9634 F:      arch/arm/mach-s3c24xx/mach-bast.c
9635 F:      arch/arm/mach-s3c24xx/bast-ide.c
9636 F:      arch/arm/mach-s3c24xx/bast-irq.c
9637
9638 TI DAVINCI MACHINE SUPPORT
9639 M:      Sekhar Nori <nsekhar@ti.com>
9640 M:      Kevin Hilman <khilman@deeprootsystems.com>
9641 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9642 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9643 S:      Supported
9644 F:      arch/arm/mach-davinci/
9645 F:      drivers/i2c/busses/i2c-davinci.c
9646
9647 TI DAVINCI SERIES MEDIA DRIVER
9648 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9649 L:      linux-media@vger.kernel.org
9650 W:      http://linuxtv.org/
9651 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9652 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9653 S:      Maintained
9654 F:      drivers/media/platform/davinci/
9655 F:      include/media/davinci/
9656
9657 TI AM437X VPFE DRIVER
9658 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9659 L:      linux-media@vger.kernel.org
9660 W:      http://linuxtv.org/
9661 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9662 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9663 S:      Maintained
9664 F:      drivers/media/platform/am437x/
9665
9666 OV2659 OMNIVISION SENSOR DRIVER
9667 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9668 L:      linux-media@vger.kernel.org
9669 W:      http://linuxtv.org/
9670 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9671 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9672 S:      Maintained
9673 F:      drivers/media/i2c/ov2659.c
9674 F:      include/media/ov2659.h
9675
9676 SILICON MOTION SM712 FRAME BUFFER DRIVER
9677 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9678 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9679 M:      Sudip Mukherjee <sudip@vectorindia.org>
9680 L:      linux-fbdev@vger.kernel.org
9681 S:      Maintained
9682 F:      drivers/video/fbdev/sm712*
9683 F:      Documentation/fb/sm712fb.txt
9684
9685 SIS 190 ETHERNET DRIVER
9686 M:      Francois Romieu <romieu@fr.zoreil.com>
9687 L:      netdev@vger.kernel.org
9688 S:      Maintained
9689 F:      drivers/net/ethernet/sis/sis190.c
9690
9691 SIS 900/7016 FAST ETHERNET DRIVER
9692 M:      Daniele Venzano <venza@brownhat.org>
9693 W:      http://www.brownhat.org/sis900.html
9694 L:      netdev@vger.kernel.org
9695 S:      Maintained
9696 F:      drivers/net/ethernet/sis/sis900.*
9697
9698 SIS FRAMEBUFFER DRIVER
9699 M:      Thomas Winischhofer <thomas@winischhofer.net>
9700 W:      http://www.winischhofer.net/linuxsisvga.shtml
9701 S:      Maintained
9702 F:      Documentation/fb/sisfb.txt
9703 F:      drivers/video/fbdev/sis/
9704 F:      include/video/sisfb.h
9705
9706 SIS USB2VGA DRIVER
9707 M:      Thomas Winischhofer <thomas@winischhofer.net>
9708 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9709 S:      Maintained
9710 F:      drivers/usb/misc/sisusbvga/
9711
9712 SLAB ALLOCATOR
9713 M:      Christoph Lameter <cl@linux.com>
9714 M:      Pekka Enberg <penberg@kernel.org>
9715 M:      David Rientjes <rientjes@google.com>
9716 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9717 M:      Andrew Morton <akpm@linux-foundation.org>
9718 L:      linux-mm@kvack.org
9719 S:      Maintained
9720 F:      include/linux/sl?b*.h
9721 F:      mm/sl?b*
9722
9723 SLEEPABLE READ-COPY UPDATE (SRCU)
9724 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9725 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9726 M:      Josh Triplett <josh@joshtriplett.org>
9727 R:      Steven Rostedt <rostedt@goodmis.org>
9728 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9729 L:      linux-kernel@vger.kernel.org
9730 W:      http://www.rdrop.com/users/paulmck/RCU/
9731 S:      Supported
9732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9733 F:      include/linux/srcu.h
9734 F:      kernel/rcu/srcu.c
9735
9736 SMACK SECURITY MODULE
9737 M:      Casey Schaufler <casey@schaufler-ca.com>
9738 L:      linux-security-module@vger.kernel.org
9739 W:      http://schaufler-ca.com
9740 T:      git git://git.gitorious.org/smack-next/kernel.git
9741 S:      Maintained
9742 F:      Documentation/security/Smack.txt
9743 F:      security/smack/
9744
9745 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9746 M:      Kevin Hilman <khilman@kernel.org>
9747 M:      Nishanth Menon <nm@ti.com>
9748 S:      Maintained
9749 F:      drivers/power/avs/
9750 F:      include/linux/power/smartreflex.h
9751 L:      linux-pm@vger.kernel.org
9752
9753 SMC91x ETHERNET DRIVER
9754 M:      Nicolas Pitre <nico@fluxnic.net>
9755 S:      Odd Fixes
9756 F:      drivers/net/ethernet/smsc/smc91x.*
9757
9758 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9759 M:      Sakari Ailus <sakari.ailus@iki.fi>
9760 L:      linux-media@vger.kernel.org
9761 S:      Maintained
9762 F:      drivers/media/i2c/smiapp/
9763 F:      include/media/smiapp.h
9764 F:      drivers/media/i2c/smiapp-pll.c
9765 F:      drivers/media/i2c/smiapp-pll.h
9766 F:      include/uapi/linux/smiapp.h
9767 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9768
9769 SMM665 HARDWARE MONITOR DRIVER
9770 M:      Guenter Roeck <linux@roeck-us.net>
9771 L:      lm-sensors@lm-sensors.org
9772 S:      Maintained
9773 F:      Documentation/hwmon/smm665
9774 F:      drivers/hwmon/smm665.c
9775
9776 SMSC EMC2103 HARDWARE MONITOR DRIVER
9777 M:      Steve Glendinning <steve.glendinning@shawell.net>
9778 L:      lm-sensors@lm-sensors.org
9779 S:      Maintained
9780 F:      Documentation/hwmon/emc2103
9781 F:      drivers/hwmon/emc2103.c
9782
9783 SMSC SCH5627 HARDWARE MONITOR DRIVER
9784 M:      Hans de Goede <hdegoede@redhat.com>
9785 L:      lm-sensors@lm-sensors.org
9786 S:      Supported
9787 F:      Documentation/hwmon/sch5627
9788 F:      drivers/hwmon/sch5627.c
9789
9790 SMSC47B397 HARDWARE MONITOR DRIVER
9791 M:      Jean Delvare <jdelvare@suse.com>
9792 L:      lm-sensors@lm-sensors.org
9793 S:      Maintained
9794 F:      Documentation/hwmon/smsc47b397
9795 F:      drivers/hwmon/smsc47b397.c
9796
9797 SMSC911x ETHERNET DRIVER
9798 M:      Steve Glendinning <steve.glendinning@shawell.net>
9799 L:      netdev@vger.kernel.org
9800 S:      Maintained
9801 F:      include/linux/smsc911x.h
9802 F:      drivers/net/ethernet/smsc/smsc911x.*
9803
9804 SMSC9420 PCI ETHERNET DRIVER
9805 M:      Steve Glendinning <steve.glendinning@shawell.net>
9806 L:      netdev@vger.kernel.org
9807 S:      Maintained
9808 F:      drivers/net/ethernet/smsc/smsc9420.*
9809
9810 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9811 M:      Steve Glendinning <steve.glendinning@shawell.net>
9812 L:      linux-fbdev@vger.kernel.org
9813 S:      Maintained
9814 F:      drivers/video/fbdev/smscufx.c
9815
9816 SOC-CAMERA V4L2 SUBSYSTEM
9817 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9818 L:      linux-media@vger.kernel.org
9819 T:      git git://linuxtv.org/media_tree.git
9820 S:      Maintained
9821 F:      include/media/soc*
9822 F:      drivers/media/i2c/soc_camera/
9823 F:      drivers/media/platform/soc_camera/
9824
9825 SOEKRIS NET48XX LED SUPPORT
9826 M:      Chris Boot <bootc@bootc.net>
9827 S:      Maintained
9828 F:      drivers/leds/leds-net48xx.c
9829
9830 SOFTLOGIC 6x10 MPEG CODEC
9831 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9832 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9833 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9834 M:      Ismael Luceno <ismael@iodev.co.uk>
9835 L:      linux-media@vger.kernel.org
9836 S:      Supported
9837 F:      drivers/media/pci/solo6x10/
9838
9839 SOFTWARE RAID (Multiple Disks) SUPPORT
9840 M:      Neil Brown <neilb@suse.com>
9841 L:      linux-raid@vger.kernel.org
9842 S:      Supported
9843 F:      drivers/md/
9844 F:      include/linux/raid/
9845 F:      include/uapi/linux/raid/
9846
9847 SONIC NETWORK DRIVER
9848 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9849 L:      netdev@vger.kernel.org
9850 S:      Maintained
9851 F:      drivers/net/ethernet/natsemi/sonic.*
9852
9853 SONICS SILICON BACKPLANE DRIVER (SSB)
9854 M:      Michael Buesch <m@bues.ch>
9855 L:      netdev@vger.kernel.org
9856 S:      Maintained
9857 F:      drivers/ssb/
9858 F:      include/linux/ssb/
9859
9860 SONY VAIO CONTROL DEVICE DRIVER
9861 M:      Mattia Dongili <malattia@linux.it>
9862 L:      platform-driver-x86@vger.kernel.org
9863 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9864 S:      Maintained
9865 F:      Documentation/laptops/sony-laptop.txt
9866 F:      drivers/char/sonypi.c
9867 F:      drivers/platform/x86/sony-laptop.c
9868 F:      include/linux/sony-laptop.h
9869
9870 SONY MEMORYSTICK CARD SUPPORT
9871 M:      Alex Dubov <oakad@yahoo.com>
9872 W:      http://tifmxx.berlios.de/
9873 S:      Maintained
9874 F:      drivers/memstick/host/tifm_ms.c
9875
9876 SONY MEMORYSTICK STANDARD SUPPORT
9877 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9878 S:      Maintained
9879 F:      drivers/memstick/core/ms_block.*
9880
9881 SOUND
9882 M:      Jaroslav Kysela <perex@perex.cz>
9883 M:      Takashi Iwai <tiwai@suse.com>
9884 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9885 W:      http://www.alsa-project.org/
9886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9887 T:      git git://git.alsa-project.org/alsa-kernel.git
9888 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9889 S:      Maintained
9890 F:      Documentation/sound/
9891 F:      include/sound/
9892 F:      include/uapi/sound/
9893 F:      sound/
9894
9895 SOUND - COMPRESSED AUDIO
9896 M:      Vinod Koul <vinod.koul@intel.com>
9897 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9899 S:      Supported
9900 F:      Documentation/sound/alsa/compress_offload.txt
9901 F:      include/sound/compress_driver.h
9902 F:      include/uapi/sound/compress_*
9903 F:      sound/core/compress_offload.c
9904 F:      sound/soc/soc-compress.c
9905
9906 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9907 M:      Liam Girdwood <lgirdwood@gmail.com>
9908 M:      Mark Brown <broonie@kernel.org>
9909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9910 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9911 W:      http://alsa-project.org/main/index.php/ASoC
9912 S:      Supported
9913 F:      Documentation/sound/alsa/soc/
9914 F:      sound/soc/
9915 F:      include/sound/soc*
9916
9917 SOUND - DMAENGINE HELPERS
9918 M:      Lars-Peter Clausen <lars@metafoo.de>
9919 S:      Supported
9920 F:      include/sound/dmaengine_pcm.h
9921 F:      sound/core/pcm_dmaengine.c
9922 F:      sound/soc/soc-generic-dmaengine-pcm.c
9923
9924 SP2 MEDIA DRIVER
9925 M:      Olli Salonen <olli.salonen@iki.fi>
9926 L:      linux-media@vger.kernel.org
9927 W:      http://linuxtv.org/
9928 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9929 S:      Maintained
9930 F:      drivers/media/dvb-frontends/sp2*
9931
9932 SPARC + UltraSPARC (sparc/sparc64)
9933 M:      "David S. Miller" <davem@davemloft.net>
9934 L:      sparclinux@vger.kernel.org
9935 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9938 S:      Maintained
9939 F:      arch/sparc/
9940 F:      drivers/sbus/
9941
9942 SPARC SERIAL DRIVERS
9943 M:      "David S. Miller" <davem@davemloft.net>
9944 L:      sparclinux@vger.kernel.org
9945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9947 S:      Maintained
9948 F:      include/linux/sunserialcore.h
9949 F:      drivers/tty/serial/suncore.c
9950 F:      drivers/tty/serial/sunhv.c
9951 F:      drivers/tty/serial/sunsab.c
9952 F:      drivers/tty/serial/sunsab.h
9953 F:      drivers/tty/serial/sunsu.c
9954 F:      drivers/tty/serial/sunzilog.c
9955 F:      drivers/tty/serial/sunzilog.h
9956
9957 SPARSE CHECKER
9958 M:      "Christopher Li" <sparse@chrisli.org>
9959 L:      linux-sparse@vger.kernel.org
9960 W:      https://sparse.wiki.kernel.org/
9961 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9962 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9963 S:      Maintained
9964 F:      include/linux/compiler.h
9965
9966 SPEAR PLATFORM SUPPORT
9967 M:      Viresh Kumar <vireshk@kernel.org>
9968 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9969 L:      spear-devel@list.st.com
9970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9971 W:      http://www.st.com/spear
9972 S:      Maintained
9973 F:      arch/arm/mach-spear/
9974
9975 SPEAR CLOCK FRAMEWORK SUPPORT
9976 M:      Viresh Kumar <vireshk@kernel.org>
9977 L:      spear-devel@list.st.com
9978 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9979 W:      http://www.st.com/spear
9980 S:      Maintained
9981 F:      drivers/clk/spear/
9982
9983 SPI SUBSYSTEM
9984 M:      Mark Brown <broonie@kernel.org>
9985 L:      linux-spi@vger.kernel.org
9986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9987 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9988 S:      Maintained
9989 F:      Documentation/spi/
9990 F:      drivers/spi/
9991 F:      include/linux/spi/
9992 F:      include/uapi/linux/spi/
9993
9994 SPIDERNET NETWORK DRIVER for CELL
9995 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9996 L:      netdev@vger.kernel.org
9997 S:      Supported
9998 F:      Documentation/networking/spider_net.txt
9999 F:      drivers/net/ethernet/toshiba/spider_net*
10000
10001 SPU FILE SYSTEM
10002 M:      Jeremy Kerr <jk@ozlabs.org>
10003 L:      linuxppc-dev@lists.ozlabs.org
10004 W:      http://www.ibm.com/developerworks/power/cell/
10005 S:      Supported
10006 F:      Documentation/filesystems/spufs.txt
10007 F:      arch/powerpc/platforms/cell/spufs/
10008
10009 SQUASHFS FILE SYSTEM
10010 M:      Phillip Lougher <phillip@squashfs.org.uk>
10011 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10012 W:      http://squashfs.org.uk
10013 S:      Maintained
10014 F:      Documentation/filesystems/squashfs.txt
10015 F:      fs/squashfs/
10016
10017 SRM (Alpha) environment access
10018 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10019 S:      Maintained
10020 F:      arch/alpha/kernel/srm_env.c
10021
10022 STABLE BRANCH
10023 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10024 L:      stable@vger.kernel.org
10025 S:      Supported
10026 F:      Documentation/stable_kernel_rules.txt
10027
10028 STAGING SUBSYSTEM
10029 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10031 L:      devel@driverdev.osuosl.org
10032 S:      Supported
10033 F:      drivers/staging/
10034
10035 STAGING - COMEDI
10036 M:      Ian Abbott <abbotti@mev.co.uk>
10037 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10038 S:      Odd Fixes
10039 F:      drivers/staging/comedi/
10040
10041 STAGING - FLARION FT1000 DRIVERS
10042 M:      Marek Belisko <marek.belisko@gmail.com>
10043 S:      Odd Fixes
10044 F:      drivers/staging/ft1000/
10045
10046 STAGING - INDUSTRIAL IO
10047 M:      Jonathan Cameron <jic23@kernel.org>
10048 L:      linux-iio@vger.kernel.org
10049 S:      Odd Fixes
10050 F:      drivers/staging/iio/
10051
10052 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10053 M:      Jarod Wilson <jarod@wilsonet.com>
10054 W:      http://www.lirc.org/
10055 S:      Odd Fixes
10056 F:      drivers/staging/media/lirc/
10057
10058 STAGING - LUSTRE PARALLEL FILESYSTEM
10059 M:      Oleg Drokin <oleg.drokin@intel.com>
10060 M:      Andreas Dilger <andreas.dilger@intel.com>
10061 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10062 W:      http://wiki.lustre.org/
10063 S:      Maintained
10064 F:      drivers/staging/lustre
10065
10066 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10067 M:      Marc Dietrich <marvin24@gmx.de>
10068 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10069 L:      linux-tegra@vger.kernel.org
10070 S:      Maintained
10071 F:      drivers/staging/nvec/
10072
10073 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10074 M:      Jens Frederich <jfrederich@gmail.com>
10075 M:      Daniel Drake <dsd@laptop.org>
10076 M:      Jon Nettleton <jon.nettleton@gmail.com>
10077 W:      http://wiki.laptop.org/go/DCON
10078 S:      Maintained
10079 F:      drivers/staging/olpc_dcon/
10080
10081 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10082 M:      Willy Tarreau <willy@meta-x.org>
10083 S:      Odd Fixes
10084 F:      drivers/staging/panel/
10085
10086 STAGING - REALTEK RTL8712U DRIVERS
10087 M:      Larry Finger <Larry.Finger@lwfinger.net>
10088 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10089 S:      Odd Fixes
10090 F:      drivers/staging/rtl8712/
10091
10092 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10093 M:      Larry Finger <Larry.Finger@lwfinger.net>
10094 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10095 L:      linux-wireless@vger.kernel.org
10096 S:      Maintained
10097 F:      drivers/staging/rtl8723au/
10098
10099 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10100 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10101 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10102 M:      Sudip Mukherjee <sudip@vectorindia.org>
10103 L:      linux-fbdev@vger.kernel.org
10104 S:      Maintained
10105 F:      drivers/staging/sm750fb/
10106
10107 STAGING - SLICOSS
10108 M:      Lior Dotan <liodot@gmail.com>
10109 M:      Christopher Harrer <charrer@alacritech.com>
10110 S:      Odd Fixes
10111 F:      drivers/staging/slicoss/
10112
10113 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10114 M:      William Hubbs <w.d.hubbs@gmail.com>
10115 M:      Chris Brannon <chris@the-brannons.com>
10116 M:      Kirk Reiser <kirk@reisers.ca>
10117 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10118 L:      speakup@linux-speakup.org
10119 W:      http://www.linux-speakup.org/
10120 S:      Odd Fixes
10121 F:      drivers/staging/speakup/
10122
10123 STAGING - VIA VT665X DRIVERS
10124 M:      Forest Bond <forest@alittletooquiet.net>
10125 S:      Odd Fixes
10126 F:      drivers/staging/vt665?/
10127
10128 STAGING - WILC1000 WIFI DRIVER
10129 M:      Johnny Kim <johnny.kim@atmel.com>
10130 M:      Austin Shin <austin.shin@atmel.com>
10131 M:      Chris Park <chris.park@atmel.com>
10132 M:      Tony Cho <tony.cho@atmel.com>
10133 M:      Glen Lee <glen.lee@atmel.com>
10134 M:      Leo Kim <leo.kim@atmel.com>
10135 L:      linux-wireless@vger.kernel.org
10136 S:      Supported
10137 F:      drivers/staging/wilc1000/
10138
10139 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10140 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10141 S:      Odd Fixes
10142 F:      drivers/staging/xgifb/
10143
10144 HFI1 DRIVER
10145 M:      Mike Marciniszyn <infinipath@intel.com>
10146 L:      linux-rdma@vger.kernel.org
10147 S:      Supported
10148 F:      drivers/staging/rdma/hfi1
10149
10150 STARFIRE/DURALAN NETWORK DRIVER
10151 M:      Ion Badulescu <ionut@badula.org>
10152 S:      Odd Fixes
10153 F:      drivers/net/ethernet/adaptec/starfire*
10154
10155 SUN3/3X
10156 M:      Sam Creasey <sammy@sammy.net>
10157 W:      http://sammy.net/sun3/
10158 S:      Maintained
10159 F:      arch/m68k/kernel/*sun3*
10160 F:      arch/m68k/sun3*/
10161 F:      arch/m68k/include/asm/sun3*
10162 F:      drivers/net/ethernet/i825xx/sun3*
10163
10164 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10165 M:      Hans de Goede <hdegoede@redhat.com>
10166 L:      linux-input@vger.kernel.org
10167 S:      Maintained
10168 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10169 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10170
10171 SUNDANCE NETWORK DRIVER
10172 M:      Denis Kirjanov <kda@linux-powerpc.org>
10173 L:      netdev@vger.kernel.org
10174 S:      Maintained
10175 F:      drivers/net/ethernet/dlink/sundance.c
10176
10177 SUPERH
10178 L:      linux-sh@vger.kernel.org
10179 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10180 S:      Orphan
10181 F:      Documentation/sh/
10182 F:      arch/sh/
10183 F:      drivers/sh/
10184
10185 SUSPEND TO RAM
10186 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10187 M:      Len Brown <len.brown@intel.com>
10188 M:      Pavel Machek <pavel@ucw.cz>
10189 L:      linux-pm@vger.kernel.org
10190 S:      Supported
10191 F:      Documentation/power/
10192 F:      arch/x86/kernel/acpi/
10193 F:      drivers/base/power/
10194 F:      kernel/power/
10195 F:      include/linux/suspend.h
10196 F:      include/linux/freezer.h
10197 F:      include/linux/pm.h
10198
10199 SVGA HANDLING
10200 M:      Martin Mares <mj@ucw.cz>
10201 L:      linux-video@atrey.karlin.mff.cuni.cz
10202 S:      Maintained
10203 F:      Documentation/svga.txt
10204 F:      arch/x86/boot/video*
10205
10206 SWIOTLB SUBSYSTEM
10207 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10208 L:      linux-kernel@vger.kernel.org
10209 S:      Supported
10210 F:      lib/swiotlb.c
10211 F:      arch/*/kernel/pci-swiotlb.c
10212 F:      include/linux/swiotlb.h
10213
10214 SWITCHDEV
10215 M:      Jiri Pirko <jiri@resnulli.us>
10216 L:      netdev@vger.kernel.org
10217 S:      Supported
10218 F:      net/switchdev/
10219 F:      include/net/switchdev.h
10220
10221 SYNOPSYS ARC ARCHITECTURE
10222 M:      Vineet Gupta <vgupta@synopsys.com>
10223 L:      linux-snps-arc@lists.infraded.org
10224 S:      Supported
10225 F:      arch/arc/
10226 F:      Documentation/devicetree/bindings/arc/*
10227 F:      drivers/tty/serial/arc_uart.c
10228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10229
10230 SYNOPSYS ARC SDP platform support
10231 M:      Alexey Brodkin <abrodkin@synopsys.com>
10232 S:      Supported
10233 F:      arch/arc/plat-axs10x
10234 F:      arch/arc/boot/dts/ax*
10235 F:      Documentation/devicetree/bindings/arc/axs10*
10236
10237 SYSTEM CONFIGURATION (SYSCON)
10238 M:      Lee Jones <lee.jones@linaro.org>
10239 M:      Arnd Bergmann <arnd@arndb.de>
10240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10241 S:      Supported
10242 F:      drivers/mfd/syscon.c
10243
10244 SYSV FILESYSTEM
10245 M:      Christoph Hellwig <hch@infradead.org>
10246 S:      Maintained
10247 F:      Documentation/filesystems/sysv-fs.txt
10248 F:      fs/sysv/
10249 F:      include/linux/sysv_fs.h
10250
10251 TARGET SUBSYSTEM
10252 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10253 L:      linux-scsi@vger.kernel.org
10254 L:      target-devel@vger.kernel.org
10255 W:      http://www.linux-iscsi.org
10256 W:      http://groups.google.com/group/linux-iscsi-target-dev
10257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10258 S:      Supported
10259 F:      drivers/target/
10260 F:      include/target/
10261 F:      Documentation/target/
10262
10263 TASKSTATS STATISTICS INTERFACE
10264 M:      Balbir Singh <bsingharora@gmail.com>
10265 S:      Maintained
10266 F:      Documentation/accounting/taskstats*
10267 F:      include/linux/taskstats*
10268 F:      kernel/taskstats.c
10269
10270 TC CLASSIFIER
10271 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10272 L:      netdev@vger.kernel.org
10273 S:      Maintained
10274 F:      include/net/pkt_cls.h
10275 F:      include/uapi/linux/pkt_cls.h
10276 F:      net/sched/
10277
10278 TCP LOW PRIORITY MODULE
10279 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10280 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10281 W:      http://tcp-lp-mod.sourceforge.net/
10282 S:      Maintained
10283 F:      net/ipv4/tcp_lp.c
10284
10285 TDA10071 MEDIA DRIVER
10286 M:      Antti Palosaari <crope@iki.fi>
10287 L:      linux-media@vger.kernel.org
10288 W:      http://linuxtv.org/
10289 W:      http://palosaari.fi/linux/
10290 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10291 T:      git git://linuxtv.org/anttip/media_tree.git
10292 S:      Maintained
10293 F:      drivers/media/dvb-frontends/tda10071*
10294
10295 TDA18212 MEDIA DRIVER
10296 M:      Antti Palosaari <crope@iki.fi>
10297 L:      linux-media@vger.kernel.org
10298 W:      http://linuxtv.org/
10299 W:      http://palosaari.fi/linux/
10300 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10301 T:      git git://linuxtv.org/anttip/media_tree.git
10302 S:      Maintained
10303 F:      drivers/media/tuners/tda18212*
10304
10305 TDA18218 MEDIA DRIVER
10306 M:      Antti Palosaari <crope@iki.fi>
10307 L:      linux-media@vger.kernel.org
10308 W:      http://linuxtv.org/
10309 W:      http://palosaari.fi/linux/
10310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10311 T:      git git://linuxtv.org/anttip/media_tree.git
10312 S:      Maintained
10313 F:      drivers/media/tuners/tda18218*
10314
10315 TDA18271 MEDIA DRIVER
10316 M:      Michael Krufky <mkrufky@linuxtv.org>
10317 L:      linux-media@vger.kernel.org
10318 W:      http://linuxtv.org/
10319 W:      http://github.com/mkrufky
10320 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10321 T:      git git://linuxtv.org/mkrufky/tuners.git
10322 S:      Maintained
10323 F:      drivers/media/tuners/tda18271*
10324
10325 TDA827x MEDIA DRIVER
10326 M:      Michael Krufky <mkrufky@linuxtv.org>
10327 L:      linux-media@vger.kernel.org
10328 W:      http://linuxtv.org/
10329 W:      http://github.com/mkrufky
10330 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10331 T:      git git://linuxtv.org/mkrufky/tuners.git
10332 S:      Maintained
10333 F:      drivers/media/tuners/tda8290.*
10334
10335 TDA8290 MEDIA DRIVER
10336 M:      Michael Krufky <mkrufky@linuxtv.org>
10337 L:      linux-media@vger.kernel.org
10338 W:      http://linuxtv.org/
10339 W:      http://github.com/mkrufky
10340 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10341 T:      git git://linuxtv.org/mkrufky/tuners.git
10342 S:      Maintained
10343 F:      drivers/media/tuners/tda8290.*
10344
10345 TDA9840 MEDIA DRIVER
10346 M:      Hans Verkuil <hverkuil@xs4all.nl>
10347 L:      linux-media@vger.kernel.org
10348 T:      git git://linuxtv.org/media_tree.git
10349 W:      http://linuxtv.org
10350 S:      Maintained
10351 F:      drivers/media/i2c/tda9840*
10352
10353 TEA5761 TUNER DRIVER
10354 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10355 L:      linux-media@vger.kernel.org
10356 W:      http://linuxtv.org
10357 T:      git git://linuxtv.org/media_tree.git
10358 S:      Odd fixes
10359 F:      drivers/media/tuners/tea5761.*
10360
10361 TEA5767 TUNER DRIVER
10362 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10363 L:      linux-media@vger.kernel.org
10364 W:      http://linuxtv.org
10365 T:      git git://linuxtv.org/media_tree.git
10366 S:      Maintained
10367 F:      drivers/media/tuners/tea5767.*
10368
10369 TEA6415C MEDIA DRIVER
10370 M:      Hans Verkuil <hverkuil@xs4all.nl>
10371 L:      linux-media@vger.kernel.org
10372 T:      git git://linuxtv.org/media_tree.git
10373 W:      http://linuxtv.org
10374 S:      Maintained
10375 F:      drivers/media/i2c/tea6415c*
10376
10377 TEA6420 MEDIA DRIVER
10378 M:      Hans Verkuil <hverkuil@xs4all.nl>
10379 L:      linux-media@vger.kernel.org
10380 T:      git git://linuxtv.org/media_tree.git
10381 W:      http://linuxtv.org
10382 S:      Maintained
10383 F:      drivers/media/i2c/tea6420*
10384
10385 TEAM DRIVER
10386 M:      Jiri Pirko <jiri@resnulli.us>
10387 L:      netdev@vger.kernel.org
10388 S:      Supported
10389 F:      drivers/net/team/
10390 F:      include/linux/if_team.h
10391 F:      include/uapi/linux/if_team.h
10392
10393 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10394 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10395 S:      Maintained
10396 F:      arch/x86/platform/ts5500/
10397
10398 TECHNOTREND USB IR RECEIVER
10399 M:      Sean Young <sean@mess.org>
10400 L:      linux-media@vger.kernel.org
10401 S:      Maintained
10402 F:      drivers/media/rc/ttusbir.c
10403
10404 TEGRA ARCHITECTURE SUPPORT
10405 M:      Stephen Warren <swarren@wwwdotorg.org>
10406 M:      Thierry Reding <thierry.reding@gmail.com>
10407 M:      Alexandre Courbot <gnurou@gmail.com>
10408 L:      linux-tegra@vger.kernel.org
10409 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10411 S:      Supported
10412 N:      [^a-z]tegra
10413
10414 TEGRA CLOCK DRIVER
10415 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10416 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10417 S:      Supported
10418 F:      drivers/clk/tegra/
10419
10420 TEGRA DMA DRIVER
10421 M:      Laxman Dewangan <ldewangan@nvidia.com>
10422 S:      Supported
10423 F:      drivers/dma/tegra20-apb-dma.c
10424
10425 TEGRA I2C DRIVER
10426 M:      Laxman Dewangan <ldewangan@nvidia.com>
10427 S:      Supported
10428 F:      drivers/i2c/busses/i2c-tegra.c
10429
10430 TEGRA IOMMU DRIVERS
10431 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10432 S:      Supported
10433 F:      drivers/iommu/tegra*
10434
10435 TEGRA KBC DRIVER
10436 M:      Rakesh Iyer <riyer@nvidia.com>
10437 M:      Laxman Dewangan <ldewangan@nvidia.com>
10438 S:      Supported
10439 F:      drivers/input/keyboard/tegra-kbc.c
10440
10441 TEGRA PWM DRIVER
10442 M:      Thierry Reding <thierry.reding@gmail.com>
10443 S:      Supported
10444 F:      drivers/pwm/pwm-tegra.c
10445
10446 TEGRA SERIAL DRIVER
10447 M:      Laxman Dewangan <ldewangan@nvidia.com>
10448 S:      Supported
10449 F:      drivers/tty/serial/serial-tegra.c
10450
10451 TEGRA SPI DRIVER
10452 M:      Laxman Dewangan <ldewangan@nvidia.com>
10453 S:      Supported
10454 F:      drivers/spi/spi-tegra*
10455
10456 TEHUTI ETHERNET DRIVER
10457 M:      Andy Gospodarek <andy@greyhouse.net>
10458 L:      netdev@vger.kernel.org
10459 S:      Supported
10460 F:      drivers/net/ethernet/tehuti/*
10461
10462 Telecom Clock Driver for MCPL0010
10463 M:      Mark Gross <mark.gross@intel.com>
10464 S:      Supported
10465 F:      drivers/char/tlclk.c
10466
10467 TENSILICA XTENSA PORT (xtensa)
10468 M:      Chris Zankel <chris@zankel.net>
10469 M:      Max Filippov <jcmvbkbc@gmail.com>
10470 L:      linux-xtensa@linux-xtensa.org
10471 S:      Maintained
10472 F:      arch/xtensa/
10473 F:      drivers/irqchip/irq-xtensa-*
10474
10475 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10476 M:      Hans Verkuil <hverkuil@xs4all.nl>
10477 L:      linux-media@vger.kernel.org
10478 T:      git git://linuxtv.org/media_tree.git
10479 W:      http://linuxtv.org
10480 S:      Maintained
10481 F:      drivers/media/radio/radio-raremono.c
10482
10483 THERMAL
10484 M:      Zhang Rui <rui.zhang@intel.com>
10485 M:      Eduardo Valentin <edubezval@gmail.com>
10486 L:      linux-pm@vger.kernel.org
10487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10489 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10490 S:      Supported
10491 F:      drivers/thermal/
10492 F:      include/linux/thermal.h
10493 F:      include/uapi/linux/thermal.h
10494 F:      include/linux/cpu_cooling.h
10495 F:      Documentation/devicetree/bindings/thermal/
10496
10497 THERMAL/CPU_COOLING
10498 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10499 M:      Viresh Kumar <viresh.kumar@linaro.org>
10500 M:      Javi Merino <javi.merino@arm.com>
10501 L:      linux-pm@vger.kernel.org
10502 S:      Supported
10503 F:      Documentation/thermal/cpu-cooling-api.txt
10504 F:      drivers/thermal/cpu_cooling.c
10505 F:      include/linux/cpu_cooling.h
10506
10507 THINGM BLINK(1) USB RGB LED DRIVER
10508 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10509 S:      Maintained
10510 F:      drivers/hid/hid-thingm.c
10511
10512 THINKPAD ACPI EXTRAS DRIVER
10513 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10514 L:      ibm-acpi-devel@lists.sourceforge.net
10515 L:      platform-driver-x86@vger.kernel.org
10516 W:      http://ibm-acpi.sourceforge.net
10517 W:      http://thinkwiki.org/wiki/Ibm-acpi
10518 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10519 S:      Maintained
10520 F:      drivers/platform/x86/thinkpad_acpi.c
10521
10522 TI BANDGAP AND THERMAL DRIVER
10523 M:      Eduardo Valentin <edubezval@gmail.com>
10524 L:      linux-pm@vger.kernel.org
10525 L:      linux-omap@vger.kernel.org
10526 S:      Maintained
10527 F:      drivers/thermal/ti-soc-thermal/
10528
10529 TI CDCE706 CLOCK DRIVER
10530 M:      Max Filippov <jcmvbkbc@gmail.com>
10531 S:      Maintained
10532 F:      drivers/clk/clk-cdce706.c
10533
10534 TI CLOCK DRIVER
10535 M:      Tero Kristo <t-kristo@ti.com>
10536 L:      linux-omap@vger.kernel.org
10537 S:      Maintained
10538 F:      drivers/clk/ti/
10539 F:      include/linux/clk/ti.h
10540
10541 TI FLASH MEDIA INTERFACE DRIVER
10542 M:      Alex Dubov <oakad@yahoo.com>
10543 S:      Maintained
10544 F:      drivers/misc/tifm*
10545 F:      drivers/mmc/host/tifm_sd.c
10546 F:      include/linux/tifm.h
10547
10548 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10549 M:      Santosh Shilimkar <ssantosh@kernel.org>
10550 L:      linux-kernel@vger.kernel.org
10551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10552 S:      Maintained
10553 F:      drivers/soc/ti/*
10554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10555
10556
10557 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10558 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10559 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10560 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10561 S:      Maintained
10562 F:      sound/soc/codecs/lm49453*
10563 F:      sound/soc/codecs/isabelle*
10564
10565 TI LP855x BACKLIGHT DRIVER
10566 M:      Milo Kim <milo.kim@ti.com>
10567 S:      Maintained
10568 F:      Documentation/backlight/lp855x-driver.txt
10569 F:      drivers/video/backlight/lp855x_bl.c
10570 F:      include/linux/platform_data/lp855x.h
10571
10572 TI LP8727 CHARGER DRIVER
10573 M:      Milo Kim <milo.kim@ti.com>
10574 S:      Maintained
10575 F:      drivers/power/lp8727_charger.c
10576 F:      include/linux/platform_data/lp8727.h
10577
10578 TI LP8788 MFD DRIVER
10579 M:      Milo Kim <milo.kim@ti.com>
10580 S:      Maintained
10581 F:      drivers/iio/adc/lp8788_adc.c
10582 F:      drivers/leds/leds-lp8788.c
10583 F:      drivers/mfd/lp8788*.c
10584 F:      drivers/power/lp8788-charger.c
10585 F:      drivers/regulator/lp8788-*.c
10586 F:      include/linux/mfd/lp8788*.h
10587
10588 TI NETCP ETHERNET DRIVER
10589 M:      Wingman Kwok <w-kwok2@ti.com>
10590 M:      Murali Karicheri <m-karicheri2@ti.com>
10591 L:      netdev@vger.kernel.org
10592 S:      Maintained
10593 F:      drivers/net/ethernet/ti/netcp*
10594
10595 TI TAS571X FAMILY ASoC CODEC DRIVER
10596 M:      Kevin Cernekee <cernekee@chromium.org>
10597 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10598 S:      Odd Fixes
10599 F:      sound/soc/codecs/tas571x*
10600
10601 TI TWL4030 SERIES SOC CODEC DRIVER
10602 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10603 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10604 S:      Maintained
10605 F:      sound/soc/codecs/twl4030*
10606
10607 TI WILINK WIRELESS DRIVERS
10608 L:      linux-wireless@vger.kernel.org
10609 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10610 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10612 S:      Orphan
10613 F:      drivers/net/wireless/ti/
10614 F:      include/linux/wl12xx.h
10615
10616 TIPC NETWORK LAYER
10617 M:      Jon Maloy <jon.maloy@ericsson.com>
10618 M:      Ying Xue <ying.xue@windriver.com>
10619 L:      netdev@vger.kernel.org (core kernel code)
10620 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10621 W:      http://tipc.sourceforge.net/
10622 S:      Maintained
10623 F:      include/uapi/linux/tipc*.h
10624 F:      net/tipc/
10625
10626 TILE ARCHITECTURE
10627 M:      Chris Metcalf <cmetcalf@ezchip.com>
10628 W:      http://www.ezchip.com/scm/
10629 S:      Supported
10630 F:      arch/tile/
10631 F:      drivers/char/tile-srom.c
10632 F:      drivers/edac/tile_edac.c
10633 F:      drivers/net/ethernet/tile/
10634 F:      drivers/rtc/rtc-tile.c
10635 F:      drivers/tty/hvc/hvc_tile.c
10636 F:      drivers/tty/serial/tilegx.c
10637 F:      drivers/usb/host/*-tilegx.c
10638 F:      include/linux/usb/tilegx.h
10639
10640 TLAN NETWORK DRIVER
10641 M:      Samuel Chessman <chessman@tux.org>
10642 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10643 W:      http://sourceforge.net/projects/tlan/
10644 S:      Maintained
10645 F:      Documentation/networking/tlan.txt
10646 F:      drivers/net/ethernet/ti/tlan.*
10647
10648 TOMOYO SECURITY MODULE
10649 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10650 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10651 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10652 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10653 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10654 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10655 W:      http://tomoyo.sourceforge.jp/
10656 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10657 S:      Maintained
10658 F:      security/tomoyo/
10659
10660 TOPSTAR LAPTOP EXTRAS DRIVER
10661 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10662 L:      platform-driver-x86@vger.kernel.org
10663 S:      Maintained
10664 F:      drivers/platform/x86/topstar-laptop.c
10665
10666 TOSHIBA ACPI EXTRAS DRIVER
10667 M:      Azael Avalos <coproscefalo@gmail.com>
10668 L:      platform-driver-x86@vger.kernel.org
10669 S:      Maintained
10670 F:      drivers/platform/x86/toshiba_acpi.c
10671
10672 TOSHIBA BLUETOOTH DRIVER
10673 M:      Azael Avalos <coproscefalo@gmail.com>
10674 L:      platform-driver-x86@vger.kernel.org
10675 S:      Maintained
10676 F:      drivers/platform/x86/toshiba_bluetooth.c
10677
10678 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10679 M:      Azael Avalos <coproscefalo@gmail.com>
10680 L:      platform-driver-x86@vger.kernel.org
10681 S:      Maintained
10682 F:      drivers/platform/x86/toshiba_haps.c
10683
10684 TOSHIBA SMM DRIVER
10685 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10686 W:      http://www.buzzard.org.uk/toshiba/
10687 S:      Maintained
10688 F:      drivers/char/toshiba.c
10689 F:      include/linux/toshiba.h
10690 F:      include/uapi/linux/toshiba.h
10691
10692 TOSHIBA TC358743 DRIVER
10693 M:      Mats Randgaard <matrandg@cisco.com>
10694 L:      linux-media@vger.kernel.org
10695 S:      Maintained
10696 F:      drivers/media/i2c/tc358743*
10697 F:      include/media/tc358743.h
10698
10699 TMIO MMC DRIVER
10700 M:      Ian Molton <ian@mnementh.co.uk>
10701 L:      linux-mmc@vger.kernel.org
10702 S:      Maintained
10703 F:      drivers/mmc/host/tmio_mmc*
10704 F:      drivers/mmc/host/sh_mobile_sdhi.c
10705 F:      include/linux/mmc/tmio.h
10706 F:      include/linux/mmc/sh_mobile_sdhi.h
10707
10708 TMP401 HARDWARE MONITOR DRIVER
10709 M:      Guenter Roeck <linux@roeck-us.net>
10710 L:      lm-sensors@lm-sensors.org
10711 S:      Maintained
10712 F:      Documentation/hwmon/tmp401
10713 F:      drivers/hwmon/tmp401.c
10714
10715 TMPFS (SHMEM FILESYSTEM)
10716 M:      Hugh Dickins <hughd@google.com>
10717 L:      linux-mm@kvack.org
10718 S:      Maintained
10719 F:      include/linux/shmem_fs.h
10720 F:      mm/shmem.c
10721
10722 TM6000 VIDEO4LINUX DRIVER
10723 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10724 L:      linux-media@vger.kernel.org
10725 W:      http://linuxtv.org
10726 T:      git git://linuxtv.org/media_tree.git
10727 S:      Odd fixes
10728 F:      drivers/media/usb/tm6000/
10729
10730 TW68 VIDEO4LINUX DRIVER
10731 M:      Hans Verkuil <hverkuil@xs4all.nl>
10732 L:      linux-media@vger.kernel.org
10733 T:      git git://linuxtv.org/media_tree.git
10734 W:      http://linuxtv.org
10735 S:      Odd Fixes
10736 F:      drivers/media/pci/tw68/
10737
10738 TPM DEVICE DRIVER
10739 M:      Peter Huewe <peterhuewe@gmx.de>
10740 M:      Marcel Selhorst <tpmdd@selhorst.net>
10741 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10742 W:      http://tpmdd.sourceforge.net
10743 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10744 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10745 T:      https://github.com/PeterHuewe/linux-tpmdd
10746 S:      Maintained
10747 F:      drivers/char/tpm/
10748
10749 TPM IBM_VTPM DEVICE DRIVER
10750 M:      Ashley Lai <ashleydlai@gmail.com>
10751 W:      http://tpmdd.sourceforge.net
10752 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10753 S:      Maintained
10754 F:      drivers/char/tpm/tpm_ibmvtpm*
10755
10756 TRACING
10757 M:      Steven Rostedt <rostedt@goodmis.org>
10758 M:      Ingo Molnar <mingo@redhat.com>
10759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10760 S:      Maintained
10761 F:      Documentation/trace/ftrace.txt
10762 F:      arch/*/*/*/ftrace.h
10763 F:      arch/*/kernel/ftrace.c
10764 F:      include/*/ftrace.h
10765 F:      include/linux/trace*.h
10766 F:      include/trace/
10767 F:      kernel/trace/
10768 F:      tools/testing/selftests/ftrace/
10769
10770 TRIVIAL PATCHES
10771 M:      Jiri Kosina <trivial@kernel.org>
10772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10773 S:      Maintained
10774 K:      ^Subject:.*(?i)trivial
10775
10776 TTY LAYER
10777 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10778 M:      Jiri Slaby <jslaby@suse.com>
10779 S:      Supported
10780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10781 F:      Documentation/serial/
10782 F:      drivers/tty/
10783 F:      drivers/tty/serial/serial_core.c
10784 F:      include/linux/serial_core.h
10785 F:      include/linux/serial.h
10786 F:      include/linux/tty.h
10787 F:      include/uapi/linux/serial_core.h
10788 F:      include/uapi/linux/serial.h
10789 F:      include/uapi/linux/tty.h
10790
10791 TUA9001 MEDIA DRIVER
10792 M:      Antti Palosaari <crope@iki.fi>
10793 L:      linux-media@vger.kernel.org
10794 W:      http://linuxtv.org/
10795 W:      http://palosaari.fi/linux/
10796 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10797 T:      git git://linuxtv.org/anttip/media_tree.git
10798 S:      Maintained
10799 F:      drivers/media/tuners/tua9001*
10800
10801 TULIP NETWORK DRIVERS
10802 M:      Grant Grundler <grundler@parisc-linux.org>
10803 L:      netdev@vger.kernel.org
10804 S:      Maintained
10805 F:      drivers/net/ethernet/dec/tulip/
10806
10807 TUN/TAP driver
10808 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10809 W:      http://vtun.sourceforge.net/tun
10810 S:      Maintained
10811 F:      Documentation/networking/tuntap.txt
10812 F:      arch/um/os-Linux/drivers/
10813
10814 TURBOCHANNEL SUBSYSTEM
10815 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10816 M:      Ralf Baechle <ralf@linux-mips.org>
10817 L:      linux-mips@linux-mips.org
10818 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10819 S:      Maintained
10820 F:      drivers/tc/
10821 F:      include/linux/tc.h
10822
10823 U14-34F SCSI DRIVER
10824 M:      Dario Ballabio <ballabio_dario@emc.com>
10825 L:      linux-scsi@vger.kernel.org
10826 S:      Maintained
10827 F:      drivers/scsi/u14-34f.c
10828
10829 UBI FILE SYSTEM (UBIFS)
10830 M:      Artem Bityutskiy <dedekind1@gmail.com>
10831 M:      Adrian Hunter <adrian.hunter@intel.com>
10832 L:      linux-mtd@lists.infradead.org
10833 T:      git git://git.infradead.org/ubifs-2.6.git
10834 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10835 S:      Maintained
10836 F:      Documentation/filesystems/ubifs.txt
10837 F:      fs/ubifs/
10838
10839 UCLINUX (M68KNOMMU AND COLDFIRE)
10840 M:      Greg Ungerer <gerg@uclinux.org>
10841 W:      http://www.uclinux.org/
10842 L:      linux-m68k@lists.linux-m68k.org
10843 L:      uclinux-dev@uclinux.org  (subscribers-only)
10844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10845 S:      Maintained
10846 F:      arch/m68k/coldfire/
10847 F:      arch/m68k/68*/
10848 F:      arch/m68k/*/*_no.*
10849 F:      arch/m68k/include/asm/*_no.*
10850
10851 UDF FILESYSTEM
10852 M:      Jan Kara <jack@suse.com>
10853 S:      Maintained
10854 F:      Documentation/filesystems/udf.txt
10855 F:      fs/udf/
10856
10857 UFS FILESYSTEM
10858 M:      Evgeniy Dushistov <dushistov@mail.ru>
10859 S:      Maintained
10860 F:      Documentation/filesystems/ufs.txt
10861 F:      fs/ufs/
10862
10863 UHID USERSPACE HID IO DRIVER:
10864 M:      David Herrmann <dh.herrmann@googlemail.com>
10865 L:      linux-input@vger.kernel.org
10866 S:      Maintained
10867 F:      drivers/hid/uhid.c
10868 F:      include/uapi/linux/uhid.h
10869
10870 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10871 L:      linux-usb@vger.kernel.org
10872 S:      Orphan
10873 F:      drivers/uwb/
10874 F:      include/linux/uwb.h
10875 F:      include/linux/uwb/
10876
10877 UNICORE32 ARCHITECTURE:
10878 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10879 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10880 S:      Maintained
10881 T:      git git://github.com/gxt/linux.git
10882 F:      arch/unicore32/
10883
10884 UNIFDEF
10885 M:      Tony Finch <dot@dotat.at>
10886 W:      http://dotat.at/prog/unifdef
10887 S:      Maintained
10888 F:      scripts/unifdef.c
10889
10890 UNIFORM CDROM DRIVER
10891 M:      Jens Axboe <axboe@kernel.dk>
10892 W:      http://www.kernel.dk
10893 S:      Maintained
10894 F:      Documentation/cdrom/
10895 F:      drivers/cdrom/cdrom.c
10896 F:      include/linux/cdrom.h
10897 F:      include/uapi/linux/cdrom.h
10898
10899 UNISYS S-PAR DRIVERS
10900 M:      Benjamin Romer <benjamin.romer@unisys.com>
10901 M:      David Kershner <david.kershner@unisys.com>
10902 L:      sparmaintainer@unisys.com (Unisys internal)
10903 S:      Supported
10904 F:      drivers/staging/unisys/
10905
10906 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10907 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10908 L:      linux-scsi@vger.kernel.org
10909 S:      Supported
10910 F:      Documentation/scsi/ufs.txt
10911 F:      drivers/scsi/ufs/
10912
10913 UNSORTED BLOCK IMAGES (UBI)
10914 M:      Artem Bityutskiy <dedekind1@gmail.com>
10915 M:      Richard Weinberger <richard@nod.at>
10916 W:      http://www.linux-mtd.infradead.org/
10917 L:      linux-mtd@lists.infradead.org
10918 T:      git git://git.infradead.org/ubifs-2.6.git
10919 S:      Supported
10920 F:      drivers/mtd/ubi/
10921 F:      include/linux/mtd/ubi.h
10922 F:      include/uapi/mtd/ubi-user.h
10923
10924 USB ACM DRIVER
10925 M:      Oliver Neukum <oliver@neukum.org>
10926 L:      linux-usb@vger.kernel.org
10927 S:      Maintained
10928 F:      Documentation/usb/acm.txt
10929 F:      drivers/usb/class/cdc-acm.*
10930
10931 USB AR5523 WIRELESS DRIVER
10932 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10933 L:      linux-wireless@vger.kernel.org
10934 S:      Maintained
10935 F:      drivers/net/wireless/ath/ar5523/
10936
10937 USB ATTACHED SCSI
10938 M:      Hans de Goede <hdegoede@redhat.com>
10939 M:      Gerd Hoffmann <kraxel@redhat.com>
10940 L:      linux-usb@vger.kernel.org
10941 L:      linux-scsi@vger.kernel.org
10942 S:      Maintained
10943 F:      drivers/usb/storage/uas.c
10944
10945 USB CDC ETHERNET DRIVER
10946 M:      Oliver Neukum <oliver@neukum.org>
10947 L:      linux-usb@vger.kernel.org
10948 S:      Maintained
10949 F:      drivers/net/usb/cdc_*.c
10950 F:      include/uapi/linux/usb/cdc.h
10951
10952 USB CHAOSKEY DRIVER
10953 M:      Keith Packard <keithp@keithp.com>
10954 L:      linux-usb@vger.kernel.org
10955 S:      Maintained
10956 F:      drivers/usb/misc/chaoskey.c
10957
10958 USB CYPRESS C67X00 DRIVER
10959 M:      Peter Korsgaard <jacmet@sunsite.dk>
10960 L:      linux-usb@vger.kernel.org
10961 S:      Maintained
10962 F:      drivers/usb/c67x00/
10963
10964 USB DAVICOM DM9601 DRIVER
10965 M:      Peter Korsgaard <jacmet@sunsite.dk>
10966 L:      netdev@vger.kernel.org
10967 W:      http://www.linux-usb.org/usbnet
10968 S:      Maintained
10969 F:      drivers/net/usb/dm9601.c
10970
10971 USB DIAMOND RIO500 DRIVER
10972 M:      Cesar Miquel <miquel@df.uba.ar>
10973 L:      rio500-users@lists.sourceforge.net
10974 W:      http://rio500.sourceforge.net
10975 S:      Maintained
10976 F:      drivers/usb/misc/rio500*
10977
10978 USB EHCI DRIVER
10979 M:      Alan Stern <stern@rowland.harvard.edu>
10980 L:      linux-usb@vger.kernel.org
10981 S:      Maintained
10982 F:      Documentation/usb/ehci.txt
10983 F:      drivers/usb/host/ehci*
10984
10985 USB GADGET/PERIPHERAL SUBSYSTEM
10986 M:      Felipe Balbi <balbi@ti.com>
10987 L:      linux-usb@vger.kernel.org
10988 W:      http://www.linux-usb.org/gadget
10989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10990 S:      Maintained
10991 F:      drivers/usb/gadget/
10992 F:      include/linux/usb/gadget*
10993
10994 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10995 M:      Jiri Kosina <jikos@kernel.org>
10996 L:      linux-usb@vger.kernel.org
10997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10998 S:      Maintained
10999 F:      Documentation/hid/hiddev.txt
11000 F:      drivers/hid/usbhid/
11001
11002 USB ISP116X DRIVER
11003 M:      Olav Kongas <ok@artecdesign.ee>
11004 L:      linux-usb@vger.kernel.org
11005 S:      Maintained
11006 F:      drivers/usb/host/isp116x*
11007 F:      include/linux/usb/isp116x.h
11008
11009 USB MASS STORAGE DRIVER
11010 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11011 L:      linux-usb@vger.kernel.org
11012 L:      usb-storage@lists.one-eyed-alien.net
11013 S:      Maintained
11014 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11015 F:      drivers/usb/storage/
11016
11017 USB MIDI DRIVER
11018 M:      Clemens Ladisch <clemens@ladisch.de>
11019 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11020 T:      git git://git.alsa-project.org/alsa-kernel.git
11021 S:      Maintained
11022 F:      sound/usb/midi.*
11023
11024 USB NETWORKING DRIVERS
11025 L:      linux-usb@vger.kernel.org
11026 S:      Odd Fixes
11027 F:      drivers/net/usb/
11028
11029 USB OHCI DRIVER
11030 M:      Alan Stern <stern@rowland.harvard.edu>
11031 L:      linux-usb@vger.kernel.org
11032 S:      Maintained
11033 F:      Documentation/usb/ohci.txt
11034 F:      drivers/usb/host/ohci*
11035
11036 USB OTG FSM (Finite State Machine)
11037 M:      Peter Chen <Peter.Chen@freescale.com>
11038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11039 L:      linux-usb@vger.kernel.org
11040 S:      Maintained
11041 F:      drivers/usb/common/usb-otg-fsm.c
11042
11043 USB OVER IP DRIVER
11044 M:      Valentina Manea <valentina.manea.m@gmail.com>
11045 M:      Shuah Khan <shuah.kh@samsung.com>
11046 L:      linux-usb@vger.kernel.org
11047 S:      Maintained
11048 F:      drivers/usb/usbip/
11049 F:      tools/usb/usbip/
11050
11051 USB PEGASUS DRIVER
11052 M:      Petko Manolov <petkan@nucleusys.com>
11053 L:      linux-usb@vger.kernel.org
11054 L:      netdev@vger.kernel.org
11055 T:      git git://github.com/petkan/pegasus.git
11056 W:      https://github.com/petkan/pegasus
11057 S:      Maintained
11058 F:      drivers/net/usb/pegasus.*
11059
11060 USB PHY LAYER
11061 M:      Felipe Balbi <balbi@ti.com>
11062 L:      linux-usb@vger.kernel.org
11063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11064 S:      Maintained
11065 F:      drivers/usb/phy/
11066
11067 USB PRINTER DRIVER (usblp)
11068 M:      Pete Zaitcev <zaitcev@redhat.com>
11069 L:      linux-usb@vger.kernel.org
11070 S:      Supported
11071 F:      drivers/usb/class/usblp.c
11072
11073 USB RTL8150 DRIVER
11074 M:      Petko Manolov <petkan@nucleusys.com>
11075 L:      linux-usb@vger.kernel.org
11076 L:      netdev@vger.kernel.org
11077 T:      git git://github.com/petkan/rtl8150.git
11078 W:      https://github.com/petkan/rtl8150
11079 S:      Maintained
11080 F:      drivers/net/usb/rtl8150.c
11081
11082 USB SERIAL SUBSYSTEM
11083 M:      Johan Hovold <johan@kernel.org>
11084 L:      linux-usb@vger.kernel.org
11085 S:      Maintained
11086 F:      Documentation/usb/usb-serial.txt
11087 F:      drivers/usb/serial/
11088 F:      include/linux/usb/serial.h
11089
11090 USB SMSC75XX ETHERNET DRIVER
11091 M:      Steve Glendinning <steve.glendinning@shawell.net>
11092 L:      netdev@vger.kernel.org
11093 S:      Maintained
11094 F:      drivers/net/usb/smsc75xx.*
11095
11096 USB SMSC95XX ETHERNET DRIVER
11097 M:      Steve Glendinning <steve.glendinning@shawell.net>
11098 L:      netdev@vger.kernel.org
11099 S:      Maintained
11100 F:      drivers/net/usb/smsc95xx.*
11101
11102 USB SUBSYSTEM
11103 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11104 L:      linux-usb@vger.kernel.org
11105 W:      http://www.linux-usb.org
11106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11107 S:      Supported
11108 F:      Documentation/usb/
11109 F:      drivers/usb/
11110 F:      include/linux/usb.h
11111 F:      include/linux/usb/
11112
11113 USB UHCI DRIVER
11114 M:      Alan Stern <stern@rowland.harvard.edu>
11115 L:      linux-usb@vger.kernel.org
11116 S:      Maintained
11117 F:      drivers/usb/host/uhci*
11118
11119 USB "USBNET" DRIVER FRAMEWORK
11120 M:      Oliver Neukum <oneukum@suse.com>
11121 L:      netdev@vger.kernel.org
11122 W:      http://www.linux-usb.org/usbnet
11123 S:      Maintained
11124 F:      drivers/net/usb/usbnet.c
11125 F:      include/linux/usb/usbnet.h
11126
11127 USB VIDEO CLASS
11128 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11129 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11130 L:      linux-media@vger.kernel.org
11131 T:      git git://linuxtv.org/media_tree.git
11132 W:      http://www.ideasonboard.org/uvc/
11133 S:      Maintained
11134 F:      drivers/media/usb/uvc/
11135 F:      include/uapi/linux/uvcvideo.h
11136
11137 USB VISION DRIVER
11138 M:      Hans Verkuil <hverkuil@xs4all.nl>
11139 L:      linux-media@vger.kernel.org
11140 T:      git git://linuxtv.org/media_tree.git
11141 W:      http://linuxtv.org
11142 S:      Odd Fixes
11143 F:      drivers/media/usb/usbvision/
11144
11145 USB WEBCAM GADGET
11146 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11147 L:      linux-usb@vger.kernel.org
11148 S:      Maintained
11149 F:      drivers/usb/gadget/function/*uvc*
11150 F:      drivers/usb/gadget/legacy/webcam.c
11151
11152 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11153 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11154 L:      linux-wireless@vger.kernel.org
11155 S:      Maintained
11156 F:      drivers/net/wireless/rndis_wlan.c
11157
11158 USB XHCI DRIVER
11159 M:      Mathias Nyman <mathias.nyman@intel.com>
11160 L:      linux-usb@vger.kernel.org
11161 S:      Supported
11162 F:      drivers/usb/host/xhci*
11163 F:      drivers/usb/host/pci-quirks*
11164
11165 USB ZD1201 DRIVER
11166 L:      linux-wireless@vger.kernel.org
11167 W:      http://linux-lc100020.sourceforge.net
11168 S:      Orphan
11169 F:      drivers/net/wireless/zd1201.*
11170
11171 USB ZR364XX DRIVER
11172 M:      Antoine Jacquet <royale@zerezo.com>
11173 L:      linux-usb@vger.kernel.org
11174 L:      linux-media@vger.kernel.org
11175 T:      git git://linuxtv.org/media_tree.git
11176 W:      http://royale.zerezo.com/zr364xx/
11177 S:      Maintained
11178 F:      Documentation/video4linux/zr364xx.txt
11179 F:      drivers/media/usb/zr364xx/
11180
11181 ULPI BUS
11182 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11183 L:      linux-usb@vger.kernel.org
11184 S:      Maintained
11185 F:      drivers/usb/common/ulpi.c
11186 F:      include/linux/ulpi/
11187
11188 USER-MODE LINUX (UML)
11189 M:      Jeff Dike <jdike@addtoit.com>
11190 M:      Richard Weinberger <richard@nod.at>
11191 L:      user-mode-linux-devel@lists.sourceforge.net
11192 L:      user-mode-linux-user@lists.sourceforge.net
11193 W:      http://user-mode-linux.sourceforge.net
11194 S:      Maintained
11195 F:      Documentation/virtual/uml/
11196 F:      arch/um/
11197 F:      arch/x86/um/
11198 F:      fs/hostfs/
11199 F:      fs/hppfs/
11200
11201 USERSPACE I/O (UIO)
11202 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11203 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11204 S:      Maintained
11205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11206 F:      Documentation/DocBook/uio-howto.tmpl
11207 F:      drivers/uio/
11208 F:      include/linux/uio*.h
11209
11210 UTIL-LINUX PACKAGE
11211 M:      Karel Zak <kzak@redhat.com>
11212 L:      util-linux@vger.kernel.org
11213 W:      http://en.wikipedia.org/wiki/Util-linux
11214 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11215 S:      Maintained
11216
11217 UVESAFB DRIVER
11218 M:      Michal Januszewski <spock@gentoo.org>
11219 L:      linux-fbdev@vger.kernel.org
11220 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11221 S:      Maintained
11222 F:      Documentation/fb/uvesafb.txt
11223 F:      drivers/video/fbdev/uvesafb.*
11224
11225 VFAT/FAT/MSDOS FILESYSTEM
11226 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11227 S:      Maintained
11228 F:      Documentation/filesystems/vfat.txt
11229 F:      fs/fat/
11230
11231 VFIO DRIVER
11232 M:      Alex Williamson <alex.williamson@redhat.com>
11233 L:      kvm@vger.kernel.org
11234 S:      Maintained
11235 F:      Documentation/vfio.txt
11236 F:      drivers/vfio/
11237 F:      include/linux/vfio.h
11238 F:      include/uapi/linux/vfio.h
11239
11240 VFIO PLATFORM DRIVER
11241 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11242 L:      kvm@vger.kernel.org
11243 S:      Maintained
11244 F:      drivers/vfio/platform/
11245
11246 VIDEOBUF2 FRAMEWORK
11247 M:      Pawel Osciak <pawel@osciak.com>
11248 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11249 M:      Kyungmin Park <kyungmin.park@samsung.com>
11250 L:      linux-media@vger.kernel.org
11251 S:      Maintained
11252 F:      drivers/media/v4l2-core/videobuf2-*
11253 F:      include/media/videobuf2-*
11254
11255 VIRTIO CONSOLE DRIVER
11256 M:      Amit Shah <amit.shah@redhat.com>
11257 L:      virtualization@lists.linux-foundation.org
11258 S:      Maintained
11259 F:      drivers/char/virtio_console.c
11260 F:      include/linux/virtio_console.h
11261 F:      include/uapi/linux/virtio_console.h
11262
11263 VIRTIO CORE, NET AND BLOCK DRIVERS
11264 M:      "Michael S. Tsirkin" <mst@redhat.com>
11265 L:      virtualization@lists.linux-foundation.org
11266 S:      Maintained
11267 F:      drivers/virtio/
11268 F:      tools/virtio/
11269 F:      drivers/net/virtio_net.c
11270 F:      drivers/block/virtio_blk.c
11271 F:      include/linux/virtio_*.h
11272 F:      include/uapi/linux/virtio_*.h
11273
11274 VIRTIO DRIVERS FOR S390
11275 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11276 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11277 L:      linux-s390@vger.kernel.org
11278 L:      virtualization@lists.linux-foundation.org
11279 L:      kvm@vger.kernel.org
11280 S:      Supported
11281 F:      drivers/s390/virtio/
11282
11283 VIRTIO GPU DRIVER
11284 M:      David Airlie <airlied@linux.ie>
11285 M:      Gerd Hoffmann <kraxel@redhat.com>
11286 L:      dri-devel@lists.freedesktop.org
11287 L:      virtualization@lists.linux-foundation.org
11288 S:      Maintained
11289 F:      drivers/gpu/drm/virtio/
11290 F:      include/uapi/linux/virtio_gpu.h
11291
11292 VIRTIO HOST (VHOST)
11293 M:      "Michael S. Tsirkin" <mst@redhat.com>
11294 L:      kvm@vger.kernel.org
11295 L:      virtualization@lists.linux-foundation.org
11296 L:      netdev@vger.kernel.org
11297 S:      Maintained
11298 F:      drivers/vhost/
11299 F:      include/uapi/linux/vhost.h
11300
11301 VIRTIO INPUT DRIVER
11302 M:      Gerd Hoffmann <kraxel@redhat.com>
11303 S:      Maintained
11304 F:      drivers/virtio/virtio_input.c
11305 F:      include/uapi/linux/virtio_input.h
11306
11307 VIA RHINE NETWORK DRIVER
11308 S:      Orphan
11309 F:      drivers/net/ethernet/via/via-rhine.c
11310
11311 VIA SD/MMC CARD CONTROLLER DRIVER
11312 M:      Bruce Chang <brucechang@via.com.tw>
11313 M:      Harald Welte <HaraldWelte@viatech.com>
11314 S:      Maintained
11315 F:      drivers/mmc/host/via-sdmmc.c
11316
11317 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11318 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11319 L:      linux-fbdev@vger.kernel.org
11320 S:      Maintained
11321 F:      include/linux/via-core.h
11322 F:      include/linux/via-gpio.h
11323 F:      include/linux/via_i2c.h
11324 F:      drivers/video/fbdev/via/
11325
11326 VIA VELOCITY NETWORK DRIVER
11327 M:      Francois Romieu <romieu@fr.zoreil.com>
11328 L:      netdev@vger.kernel.org
11329 S:      Maintained
11330 F:      drivers/net/ethernet/via/via-velocity.*
11331
11332 VIVID VIRTUAL VIDEO DRIVER
11333 M:      Hans Verkuil <hverkuil@xs4all.nl>
11334 L:      linux-media@vger.kernel.org
11335 T:      git git://linuxtv.org/media_tree.git
11336 W:      http://linuxtv.org
11337 S:      Maintained
11338 F:      drivers/media/platform/vivid/*
11339
11340 VLAN (802.1Q)
11341 M:      Patrick McHardy <kaber@trash.net>
11342 L:      netdev@vger.kernel.org
11343 S:      Maintained
11344 F:      drivers/net/macvlan.c
11345 F:      include/linux/if_*vlan.h
11346 F:      net/8021q/
11347
11348 VLYNQ BUS
11349 M:      Florian Fainelli <florian@openwrt.org>
11350 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11351 S:      Maintained
11352 F:      drivers/vlynq/vlynq.c
11353 F:      include/linux/vlynq.h
11354
11355 VME SUBSYSTEM
11356 M:      Martyn Welch <martyn@welchs.me.uk>
11357 M:      Manohar Vanga <manohar.vanga@gmail.com>
11358 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11359 L:      devel@driverdev.osuosl.org
11360 S:      Maintained
11361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11362 F:      Documentation/vme_api.txt
11363 F:      drivers/staging/vme/
11364 F:      drivers/vme/
11365 F:      include/linux/vme*
11366
11367 VMWARE HYPERVISOR INTERFACE
11368 M:      Alok Kataria <akataria@vmware.com>
11369 L:      virtualization@lists.linux-foundation.org
11370 S:      Supported
11371 F:      arch/x86/kernel/cpu/vmware.c
11372
11373 VMWARE BALLOON DRIVER
11374 M:      Xavier Deguillard <xdeguillard@vmware.com>
11375 M:      Philip Moltmann <moltmann@vmware.com>
11376 M:      "VMware, Inc." <pv-drivers@vmware.com>
11377 L:      linux-kernel@vger.kernel.org
11378 S:      Maintained
11379 F:      drivers/misc/vmw_balloon.c
11380
11381 VMWARE VMMOUSE SUBDRIVER
11382 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11383 M:      "VMware, Inc." <pv-drivers@vmware.com>
11384 L:      linux-input@vger.kernel.org
11385 S:      Maintained
11386 F:      drivers/input/mouse/vmmouse.c
11387 F:      drivers/input/mouse/vmmouse.h
11388
11389 VMWARE VMXNET3 ETHERNET DRIVER
11390 M:      Shrikrishna Khare <skhare@vmware.com>
11391 M:      "VMware, Inc." <pv-drivers@vmware.com>
11392 L:      netdev@vger.kernel.org
11393 S:      Maintained
11394 F:      drivers/net/vmxnet3/
11395
11396 VMware PVSCSI driver
11397 M:      Arvind Kumar <arvindkumar@vmware.com>
11398 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11399 L:      linux-scsi@vger.kernel.org
11400 S:      Maintained
11401 F:      drivers/scsi/vmw_pvscsi.c
11402 F:      drivers/scsi/vmw_pvscsi.h
11403
11404 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11405 M:      Liam Girdwood <lgirdwood@gmail.com>
11406 M:      Mark Brown <broonie@kernel.org>
11407 L:      linux-kernel@vger.kernel.org
11408 W:      http://www.slimlogic.co.uk/?p=48
11409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11410 S:      Supported
11411 F:      drivers/regulator/
11412 F:      include/linux/regulator/
11413
11414 VRF
11415 M:      David Ahern <dsa@cumulusnetworks.com>
11416 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11417 L:      netdev@vger.kernel.org
11418 S:      Maintained
11419 F:      drivers/net/vrf.c
11420 F:      Documentation/networking/vrf.txt
11421
11422 VT1211 HARDWARE MONITOR DRIVER
11423 M:      Juerg Haefliger <juergh@gmail.com>
11424 L:      lm-sensors@lm-sensors.org
11425 S:      Maintained
11426 F:      Documentation/hwmon/vt1211
11427 F:      drivers/hwmon/vt1211.c
11428
11429 VT8231 HARDWARE MONITOR DRIVER
11430 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11431 L:      lm-sensors@lm-sensors.org
11432 S:      Maintained
11433 F:      drivers/hwmon/vt8231.c
11434
11435 VUB300 USB to SDIO/SD/MMC bridge chip
11436 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11437 L:      linux-mmc@vger.kernel.org
11438 L:      linux-usb@vger.kernel.org
11439 S:      Supported
11440 F:      drivers/mmc/host/vub300.c
11441
11442 W1 DALLAS'S 1-WIRE BUS
11443 M:      Evgeniy Polyakov <zbr@ioremap.net>
11444 S:      Maintained
11445 F:      Documentation/w1/
11446 F:      drivers/w1/
11447
11448 W83791D HARDWARE MONITORING DRIVER
11449 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11450 L:      lm-sensors@lm-sensors.org
11451 S:      Maintained
11452 F:      Documentation/hwmon/w83791d
11453 F:      drivers/hwmon/w83791d.c
11454
11455 W83793 HARDWARE MONITORING DRIVER
11456 M:      Rudolf Marek <r.marek@assembler.cz>
11457 L:      lm-sensors@lm-sensors.org
11458 S:      Maintained
11459 F:      Documentation/hwmon/w83793
11460 F:      drivers/hwmon/w83793.c
11461
11462 W83795 HARDWARE MONITORING DRIVER
11463 M:      Jean Delvare <jdelvare@suse.com>
11464 L:      lm-sensors@lm-sensors.org
11465 S:      Maintained
11466 F:      drivers/hwmon/w83795.c
11467
11468 W83L51xD SD/MMC CARD INTERFACE DRIVER
11469 M:      Pierre Ossman <pierre@ossman.eu>
11470 S:      Maintained
11471 F:      drivers/mmc/host/wbsd.*
11472
11473 WACOM PROTOCOL 4 SERIAL TABLETS
11474 M:      Julian Squires <julian@cipht.net>
11475 M:      Hans de Goede <hdegoede@redhat.com>
11476 L:      linux-input@vger.kernel.org
11477 S:      Maintained
11478 F:      drivers/input/tablet/wacom_serial4.c
11479
11480 WATCHDOG DEVICE DRIVERS
11481 M:      Wim Van Sebroeck <wim@iguana.be>
11482 L:      linux-watchdog@vger.kernel.org
11483 W:      http://www.linux-watchdog.org/
11484 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11485 S:      Maintained
11486 F:      Documentation/watchdog/
11487 F:      drivers/watchdog/
11488 F:      include/linux/watchdog.h
11489 F:      include/uapi/linux/watchdog.h
11490
11491 WD7000 SCSI DRIVER
11492 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11493 L:      linux-scsi@vger.kernel.org
11494 S:      Maintained
11495 F:      drivers/scsi/wd7000.c
11496
11497 WIIMOTE HID DRIVER
11498 M:      David Herrmann <dh.herrmann@googlemail.com>
11499 L:      linux-input@vger.kernel.org
11500 S:      Maintained
11501 F:      drivers/hid/hid-wiimote*
11502
11503 WINBOND CIR DRIVER
11504 M:      David Härdeman <david@hardeman.nu>
11505 S:      Maintained
11506 F:      drivers/media/rc/winbond-cir.c
11507
11508 WIMAX STACK
11509 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11510 M:      linux-wimax@intel.com
11511 L:      wimax@linuxwimax.org (subscribers-only)
11512 S:      Supported
11513 W:      http://linuxwimax.org
11514 F:      Documentation/wimax/README.wimax
11515 F:      include/linux/wimax/debug.h
11516 F:      include/net/wimax.h
11517 F:      include/uapi/linux/wimax.h
11518 F:      net/wimax/
11519
11520 WISTRON LAPTOP BUTTON DRIVER
11521 M:      Miloslav Trmac <mitr@volny.cz>
11522 S:      Maintained
11523 F:      drivers/input/misc/wistron_btns.c
11524
11525 WL3501 WIRELESS PCMCIA CARD DRIVER
11526 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11527 L:      linux-wireless@vger.kernel.org
11528 W:      http://oops.ghostprotocols.net:81/blog
11529 S:      Maintained
11530 F:      drivers/net/wireless/wl3501*
11531
11532 WOLFSON MICROELECTRONICS DRIVERS
11533 L:      patches@opensource.wolfsonmicro.com
11534 T:      git https://github.com/CirrusLogic/linux-drivers.git
11535 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11536 S:      Supported
11537 F:      Documentation/hwmon/wm83??
11538 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11539 F:      drivers/clk/clk-wm83*.c
11540 F:      drivers/extcon/extcon-arizona.c
11541 F:      drivers/leds/leds-wm83*.c
11542 F:      drivers/gpio/gpio-*wm*.c
11543 F:      drivers/gpio/gpio-arizona.c
11544 F:      drivers/hwmon/wm83??-hwmon.c
11545 F:      drivers/input/misc/wm831x-on.c
11546 F:      drivers/input/touchscreen/wm831x-ts.c
11547 F:      drivers/input/touchscreen/wm97*.c
11548 F:      drivers/mfd/arizona*
11549 F:      drivers/mfd/wm*.c
11550 F:      drivers/power/wm83*.c
11551 F:      drivers/rtc/rtc-wm83*.c
11552 F:      drivers/regulator/wm8*.c
11553 F:      drivers/video/backlight/wm83*_bl.c
11554 F:      drivers/watchdog/wm83*_wdt.c
11555 F:      include/linux/mfd/arizona/
11556 F:      include/linux/mfd/wm831x/
11557 F:      include/linux/mfd/wm8350/
11558 F:      include/linux/mfd/wm8400*
11559 F:      include/linux/wm97xx.h
11560 F:      include/sound/wm????.h
11561 F:      sound/soc/codecs/arizona.?
11562 F:      sound/soc/codecs/wm*
11563
11564 WORKQUEUE
11565 M:      Tejun Heo <tj@kernel.org>
11566 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11568 S:      Maintained
11569 F:      include/linux/workqueue.h
11570 F:      kernel/workqueue.c
11571 F:      Documentation/workqueue.txt
11572
11573 X.25 NETWORK LAYER
11574 M:      Andrew Hendry <andrew.hendry@gmail.com>
11575 L:      linux-x25@vger.kernel.org
11576 S:      Odd Fixes
11577 F:      Documentation/networking/x25*
11578 F:      include/net/x25*
11579 F:      net/x25/
11580
11581 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11582 M:      Thomas Gleixner <tglx@linutronix.de>
11583 M:      Ingo Molnar <mingo@redhat.com>
11584 M:      "H. Peter Anvin" <hpa@zytor.com>
11585 M:      x86@kernel.org
11586 L:      linux-kernel@vger.kernel.org
11587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11588 S:      Maintained
11589 F:      Documentation/x86/
11590 F:      arch/x86/
11591
11592 X86 PLATFORM DRIVERS
11593 M:      Darren Hart <dvhart@infradead.org>
11594 L:      platform-driver-x86@vger.kernel.org
11595 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11596 S:      Maintained
11597 F:      drivers/platform/x86/
11598
11599 X86 MCE INFRASTRUCTURE
11600 M:      Tony Luck <tony.luck@intel.com>
11601 M:      Borislav Petkov <bp@alien8.de>
11602 L:      linux-edac@vger.kernel.org
11603 S:      Maintained
11604 F:      arch/x86/kernel/cpu/mcheck/*
11605
11606 X86 MICROCODE UPDATE SUPPORT
11607 M:      Borislav Petkov <bp@alien8.de>
11608 S:      Maintained
11609 F:      arch/x86/kernel/cpu/microcode/*
11610
11611 X86 VDSO
11612 M:      Andy Lutomirski <luto@amacapital.net>
11613 L:      linux-kernel@vger.kernel.org
11614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11615 S:      Maintained
11616 F:      arch/x86/entry/vdso/
11617
11618 XC2028/3028 TUNER DRIVER
11619 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11620 L:      linux-media@vger.kernel.org
11621 W:      http://linuxtv.org
11622 T:      git git://linuxtv.org/media_tree.git
11623 S:      Maintained
11624 F:      drivers/media/tuners/tuner-xc2028.*
11625
11626 XEN HYPERVISOR INTERFACE
11627 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11628 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11629 M:      David Vrabel <david.vrabel@citrix.com>
11630 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11632 S:      Supported
11633 F:      arch/x86/xen/
11634 F:      drivers/*/xen-*front.c
11635 F:      drivers/xen/
11636 F:      arch/x86/include/asm/xen/
11637 F:      include/xen/
11638 F:      include/uapi/xen/
11639
11640 XEN HYPERVISOR ARM
11641 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11642 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11643 S:      Supported
11644 F:      arch/arm/xen/
11645 F:      arch/arm/include/asm/xen/
11646
11647 XEN HYPERVISOR ARM64
11648 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11649 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11650 S:      Supported
11651 F:      arch/arm64/xen/
11652 F:      arch/arm64/include/asm/xen/
11653
11654 XEN NETWORK BACKEND DRIVER
11655 M:      Ian Campbell <ian.campbell@citrix.com>
11656 M:      Wei Liu <wei.liu2@citrix.com>
11657 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11658 L:      netdev@vger.kernel.org
11659 S:      Supported
11660 F:      drivers/net/xen-netback/*
11661
11662 XEN PCI SUBSYSTEM
11663 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11664 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11665 S:      Supported
11666 F:      arch/x86/pci/*xen*
11667 F:      drivers/pci/*xen*
11668
11669 XEN BLOCK SUBSYSTEM
11670 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11671 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11672 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11673 S:      Supported
11674 F:      drivers/block/xen-blkback/*
11675 F:      drivers/block/xen*
11676
11677 XEN PVSCSI DRIVERS
11678 M:      Juergen Gross <jgross@suse.com>
11679 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11680 L:      linux-scsi@vger.kernel.org
11681 S:      Supported
11682 F:      drivers/scsi/xen-scsifront.c
11683 F:      drivers/xen/xen-scsiback.c
11684 F:      include/xen/interface/io/vscsiif.h
11685
11686 XEN SWIOTLB SUBSYSTEM
11687 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11688 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11689 S:      Supported
11690 F:      arch/x86/xen/*swiotlb*
11691 F:      drivers/xen/*swiotlb*
11692
11693 XFS FILESYSTEM
11694 P:      Silicon Graphics Inc
11695 M:      Dave Chinner <david@fromorbit.com>
11696 M:      xfs@oss.sgi.com
11697 L:      xfs@oss.sgi.com
11698 W:      http://oss.sgi.com/projects/xfs
11699 T:      git git://oss.sgi.com/xfs/xfs.git
11700 S:      Supported
11701 F:      Documentation/filesystems/xfs.txt
11702 F:      fs/xfs/
11703
11704 XILINX AXI ETHERNET DRIVER
11705 M:      Anirudha Sarangi <anirudh@xilinx.com>
11706 M:      John Linn <John.Linn@xilinx.com>
11707 S:      Maintained
11708 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11709
11710 XILINX UARTLITE SERIAL DRIVER
11711 M:      Peter Korsgaard <jacmet@sunsite.dk>
11712 L:      linux-serial@vger.kernel.org
11713 S:      Maintained
11714 F:      drivers/tty/serial/uartlite.c
11715
11716 XILINX VIDEO IP CORES
11717 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11718 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11719 L:      linux-media@vger.kernel.org
11720 T:      git git://linuxtv.org/media_tree.git
11721 S:      Supported
11722 F:      Documentation/devicetree/bindings/media/xilinx/
11723 F:      drivers/media/platform/xilinx/
11724 F:      include/uapi/linux/xilinx-v4l2-controls.h
11725
11726 XILLYBUS DRIVER
11727 M:      Eli Billauer <eli.billauer@gmail.com>
11728 L:      linux-kernel@vger.kernel.org
11729 S:      Supported
11730 F:      drivers/char/xillybus/
11731
11732 XTENSA XTFPGA PLATFORM SUPPORT
11733 M:      Max Filippov <jcmvbkbc@gmail.com>
11734 L:      linux-xtensa@linux-xtensa.org
11735 S:      Maintained
11736 F:      drivers/spi/spi-xtensa-xtfpga.c
11737 F:      sound/soc/xtensa/xtfpga-i2s.c
11738
11739 YAM DRIVER FOR AX.25
11740 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11741 L:      linux-hams@vger.kernel.org
11742 S:      Maintained
11743 F:      drivers/net/hamradio/yam*
11744 F:      include/linux/yam.h
11745
11746 YEALINK PHONE DRIVER
11747 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11748 L:      usbb2k-api-dev@nongnu.org
11749 S:      Maintained
11750 F:      Documentation/input/yealink.txt
11751 F:      drivers/input/misc/yealink.*
11752
11753 Z8530 DRIVER FOR AX.25
11754 M:      Joerg Reuter <jreuter@yaina.de>
11755 W:      http://yaina.de/jreuter/
11756 W:      http://www.qsl.net/dl1bke/
11757 L:      linux-hams@vger.kernel.org
11758 S:      Maintained
11759 F:      Documentation/networking/z8530drv.txt
11760 F:      drivers/net/hamradio/*scc.c
11761 F:      drivers/net/hamradio/z8530.h
11762
11763 ZBUD COMPRESSED PAGE ALLOCATOR
11764 M:      Seth Jennings <sjennings@variantweb.net>
11765 L:      linux-mm@kvack.org
11766 S:      Maintained
11767 F:      mm/zbud.c
11768 F:      include/linux/zbud.h
11769
11770 ZD1211RW WIRELESS DRIVER
11771 M:      Daniel Drake <dsd@gentoo.org>
11772 M:      Ulrich Kunitz <kune@deine-taler.de>
11773 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11774 L:      linux-wireless@vger.kernel.org
11775 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11776 S:      Maintained
11777 F:      drivers/net/wireless/zd1211rw/
11778
11779 ZPOOL COMPRESSED PAGE STORAGE API
11780 M:      Dan Streetman <ddstreet@ieee.org>
11781 L:      linux-mm@kvack.org
11782 S:      Maintained
11783 F:      mm/zpool.c
11784 F:      include/linux/zpool.h
11785
11786 ZR36067 VIDEO FOR LINUX DRIVER
11787 L:      mjpeg-users@lists.sourceforge.net
11788 L:      linux-media@vger.kernel.org
11789 W:      http://mjpeg.sourceforge.net/driver-zoran/
11790 T:      hg http://linuxtv.org/hg/v4l-dvb
11791 S:      Odd Fixes
11792 F:      drivers/media/pci/zoran/
11793
11794 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11795 M:      Minchan Kim <minchan@kernel.org>
11796 M:      Nitin Gupta <ngupta@vflare.org>
11797 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11798 L:      linux-kernel@vger.kernel.org
11799 S:      Maintained
11800 F:      drivers/block/zram/
11801 F:      Documentation/blockdev/zram.txt
11802
11803 ZS DECSTATION Z85C30 SERIAL DRIVER
11804 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11805 S:      Maintained
11806 F:      drivers/tty/serial/zs.*
11807
11808 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11809 M:      Minchan Kim <minchan@kernel.org>
11810 M:      Nitin Gupta <ngupta@vflare.org>
11811 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11812 L:      linux-mm@kvack.org
11813 S:      Maintained
11814 F:      mm/zsmalloc.c
11815 F:      include/linux/zsmalloc.h
11816 F:      Documentation/vm/zsmalloc.txt
11817
11818 ZSWAP COMPRESSED SWAP CACHING
11819 M:      Seth Jennings <sjennings@variantweb.net>
11820 L:      linux-mm@kvack.org
11821 S:      Maintained
11822 F:      mm/zswap.c
11823
11824 THE REST
11825 M:      Linus Torvalds <torvalds@linux-foundation.org>
11826 L:      linux-kernel@vger.kernel.org
11827 Q:      http://patchwork.kernel.org/project/LKML/list/
11828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11829 S:      Buried alive in reporters
11830 F:      *
11831 F:      */