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