]> git.karo-electronics.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge remote-tracking branch 'crypto/master'
[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 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
619 S:      Orphan
620 F:      drivers/usb/gadget/udc/amd5536udc.*
621
622 AMD GEODE PROCESSOR/CHIPSET SUPPORT
623 P:      Andres Salomon <dilinger@queued.net>
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
626 S:      Supported
627 F:      drivers/char/hw_random/geode-rng.c
628 F:      drivers/crypto/geode*
629 F:      drivers/video/fbdev/geode/
630 F:      arch/x86/include/asm/geode.h
631
632 AMD IOMMU (AMD-VI)
633 M:      Joerg Roedel <joro@8bytes.org>
634 L:      iommu@lists.linux-foundation.org
635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
636 S:      Maintained
637 F:      drivers/iommu/amd_iommu*.[ch]
638 F:      include/linux/amd-iommu.h
639
640 AMD KFD
641 M:      Oded Gabbay <oded.gabbay@gmail.com>
642 L:      dri-devel@lists.freedesktop.org
643 T:      git git://people.freedesktop.org/~gabbayo/linux.git
644 S:      Supported
645 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
649 F:      drivers/gpu/drm/amd/amdkfd/
650 F:      drivers/gpu/drm/amd/include/cik_structs.h
651 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
652 F:      drivers/gpu/drm/amd/include/vi_structs.h
653 F:      drivers/gpu/drm/radeon/radeon_kfd.c
654 F:      drivers/gpu/drm/radeon/radeon_kfd.h
655 F:      include/uapi/linux/kfd_ioctl.h
656
657 AMD MICROCODE UPDATE SUPPORT
658 M:      Borislav Petkov <bp@alien8.de>
659 S:      Maintained
660 F:      arch/x86/kernel/cpu/microcode/amd*
661
662 AMD XGBE DRIVER
663 M:      Tom Lendacky <thomas.lendacky@amd.com>
664 L:      netdev@vger.kernel.org
665 S:      Supported
666 F:      drivers/net/ethernet/amd/xgbe/
667
668 AMS (Apple Motion Sensor) DRIVER
669 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
670 S:      Supported
671 F:      drivers/macintosh/ams/
672
673 AMSO1100 RNIC DRIVER
674 M:      Tom Tucker <tom@opengridcomputing.com>
675 M:      Steve Wise <swise@opengridcomputing.com>
676 L:      linux-rdma@vger.kernel.org
677 S:      Maintained
678 F:      drivers/infiniband/hw/amso1100/
679
680 ANALOG DEVICES INC AD9389B DRIVER
681 M:      Hans Verkuil <hans.verkuil@cisco.com>
682 L:      linux-media@vger.kernel.org
683 S:      Maintained
684 F:      drivers/media/i2c/ad9389b*
685
686 ANALOG DEVICES INC ADV7180 DRIVER
687 M:      Lars-Peter Clausen <lars@metafoo.de>
688 L:      linux-media@vger.kernel.org
689 W:      http://ez.analog.com/community/linux-device-drivers
690 S:      Supported
691 F:      drivers/media/i2c/adv7180.c
692
693 ANALOG DEVICES INC ADV7511 DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/adv7511*
698
699 ANALOG DEVICES INC ADV7604 DRIVER
700 M:      Hans Verkuil <hans.verkuil@cisco.com>
701 L:      linux-media@vger.kernel.org
702 S:      Maintained
703 F:      drivers/media/i2c/adv7604*
704
705 ANALOG DEVICES INC ADV7842 DRIVER
706 M:      Hans Verkuil <hans.verkuil@cisco.com>
707 L:      linux-media@vger.kernel.org
708 S:      Maintained
709 F:      drivers/media/i2c/adv7842*
710
711 ANALOG DEVICES INC ASOC CODEC DRIVERS
712 M:      Lars-Peter Clausen <lars@metafoo.de>
713 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
714 W:      http://wiki.analog.com/
715 W:      http://ez.analog.com/community/linux-device-drivers
716 S:      Supported
717 F:      sound/soc/codecs/adau*
718 F:      sound/soc/codecs/adav*
719 F:      sound/soc/codecs/ad1*
720 F:      sound/soc/codecs/ad7*
721 F:      sound/soc/codecs/ssm*
722 F:      sound/soc/codecs/sigmadsp.*
723
724 ANALOG DEVICES INC ASOC DRIVERS
725 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
726 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
727 W:      http://blackfin.uclinux.org/
728 S:      Supported
729 F:      sound/soc/blackfin/*
730
731 ANALOG DEVICES INC IIO DRIVERS
732 M:      Lars-Peter Clausen <lars@metafoo.de>
733 M:      Michael Hennerich <Michael.Hennerich@analog.com>
734 W:      http://wiki.analog.com/
735 W:      http://ez.analog.com/community/linux-device-drivers
736 S:      Supported
737 F:      drivers/iio/*/ad*
738 X:      drivers/iio/*/adjd*
739 F:      drivers/staging/iio/*/ad*
740 F:      staging/iio/trigger/iio-trig-bfin-timer.c
741
742 ANALOG DEVICES INC DMA DRIVERS
743 M:      Lars-Peter Clausen <lars@metafoo.de>
744 W:      http://ez.analog.com/community/linux-device-drivers
745 S:      Supported
746 F:      drivers/dma/dma-axi-dmac.c
747
748 ANDROID DRIVERS
749 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
750 M:      Arve HjønnevĂ¥g <arve@android.com>
751 M:      Riley Andrews <riandrews@android.com>
752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
753 L:      devel@driverdev.osuosl.org
754 S:      Supported
755 F:      drivers/android/
756 F:      drivers/staging/android/
757
758 AOA (Apple Onboard Audio) ALSA DRIVER
759 M:      Johannes Berg <johannes@sipsolutions.net>
760 L:      linuxppc-dev@lists.ozlabs.org
761 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
762 S:      Maintained
763 F:      sound/aoa/
764
765 APM DRIVER
766 M:      Jiri Kosina <jikos@kernel.org>
767 S:      Odd fixes
768 F:      arch/x86/kernel/apm_32.c
769 F:      include/linux/apm_bios.h
770 F:      include/uapi/linux/apm_bios.h
771 F:      drivers/char/apm-emulation.c
772
773 APPLE BCM5974 MULTITOUCH DRIVER
774 M:      Henrik Rydberg <rydberg@bitmath.org>
775 L:      linux-input@vger.kernel.org
776 S:      Odd fixes
777 F:      drivers/input/mouse/bcm5974.c
778
779 APPLE SMC DRIVER
780 M:      Henrik Rydberg <rydberg@bitmath.org>
781 L:      lm-sensors@lm-sensors.org
782 S:      Odd fixes
783 F:      drivers/hwmon/applesmc.c
784
785 APPLETALK NETWORK LAYER
786 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
787 S:      Maintained
788 F:      drivers/net/appletalk/
789 F:      net/appletalk/
790
791 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
792 M:      Duc Dang <dhdang@apm.com>
793 S:      Supported
794 F:      arch/arm64/boot/dts/apm/
795
796 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
797 M:      Iyappan Subramanian <isubramanian@apm.com>
798 M:      Keyur Chudgar <kchudgar@apm.com>
799 S:      Supported
800 F:      drivers/net/ethernet/apm/xgene/
801 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
802
803 APTINA CAMERA SENSOR PLL
804 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
805 L:      linux-media@vger.kernel.org
806 S:      Maintained
807 F:      drivers/media/i2c/aptina-pll.*
808
809 ARC FRAMEBUFFER DRIVER
810 M:      Jaya Kumar <jayalk@intworks.biz>
811 S:      Maintained
812 F:      drivers/video/fbdev/arcfb.c
813 F:      drivers/video/fbdev/core/fb_defio.c
814
815 ARCNET NETWORK LAYER
816 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
817 L:      netdev@vger.kernel.org
818 S:      Maintained
819 F:      drivers/net/arcnet/
820 F:      include/uapi/linux/if_arcnet.h
821
822 ARM MFM AND FLOPPY DRIVERS
823 M:      Ian Molton <spyro@f2s.com>
824 S:      Maintained
825 F:      arch/arm/lib/floppydma.S
826 F:      arch/arm/include/asm/floppy.h
827
828 ARM PMU PROFILING AND DEBUGGING
829 M:      Will Deacon <will.deacon@arm.com>
830 R:      Mark Rutland <mark.rutland@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:      drivers/soc/samsung/*
1462 F:      sound/soc/samsung/*
1463 F:      Documentation/arm/Samsung/
1464 F:      Documentation/devicetree/bindings/arm/samsung/
1465 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1466 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1467 N:      exynos
1468
1469 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1470 M:      Kyungmin Park <kyungmin.park@samsung.com>
1471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472 S:      Maintained
1473 F:      arch/arm/mach-s5pv210/
1474
1475 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1476 M:      Kyungmin Park <kyungmin.park@samsung.com>
1477 M:      Kamil Debski <k.debski@samsung.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 L:      linux-media@vger.kernel.org
1480 S:      Maintained
1481 F:      drivers/media/platform/s5p-g2d/
1482
1483 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1484 M:      Kyungmin Park <kyungmin.park@samsung.com>
1485 M:      Kamil Debski <k.debski@samsung.com>
1486 M:      Jeongtae Park <jtp.park@samsung.com>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 L:      linux-media@vger.kernel.org
1489 S:      Maintained
1490 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1491 F:      drivers/media/platform/s5p-mfc/
1492
1493 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1494 M:      Kyungmin Park <kyungmin.park@samsung.com>
1495 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1496 L:      linux-arm-kernel@lists.infradead.org
1497 L:      linux-media@vger.kernel.org
1498 S:      Maintained
1499 F:      drivers/media/platform/s5p-tv/
1500
1501 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1502 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1503 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1504 L:      linux-arm-kernel@lists.infradead.org
1505 L:      linux-media@vger.kernel.org
1506 S:      Maintained
1507 F:      drivers/media/platform/s5p-jpeg/
1508
1509 ARM/SHMOBILE ARM ARCHITECTURE
1510 M:      Simon Horman <horms@verge.net.au>
1511 M:      Magnus Damm <magnus.damm@gmail.com>
1512 L:      linux-sh@vger.kernel.org
1513 W:      http://oss.renesas.com
1514 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1516 S:      Supported
1517 F:      arch/arm/boot/dts/emev2*
1518 F:      arch/arm/boot/dts/r7s*
1519 F:      arch/arm/boot/dts/r8a*
1520 F:      arch/arm/boot/dts/sh*
1521 F:      arch/arm/configs/shmobile_defconfig
1522 F:      arch/arm/include/debug/renesas-scif.S
1523 F:      arch/arm/mach-shmobile/
1524 F:      drivers/sh/
1525
1526 ARM/SOCFPGA ARCHITECTURE
1527 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1528 S:      Maintained
1529 F:      arch/arm/mach-socfpga/
1530 F:      arch/arm/boot/dts/socfpga*
1531 F:      arch/arm/configs/socfpga_defconfig
1532 W:      http://www.rocketboards.org
1533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1534
1535 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1536 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1537 S:      Maintained
1538 F:      drivers/clk/socfpga/
1539
1540 ARM/SOCFPGA EDAC SUPPORT
1541 M:      Thor Thayer <tthayer@opensource.altera.com>
1542 S:      Maintained
1543 F:      drivers/edac/altera_edac.
1544
1545 ARM/STI ARCHITECTURE
1546 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1547 M:      Maxime Coquelin <maxime.coquelin@st.com>
1548 M:      Patrice Chotard <patrice.chotard@st.com>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 L:      kernel@stlinux.com
1551 W:      http://www.stlinux.com
1552 S:      Maintained
1553 F:      arch/arm/mach-sti/
1554 F:      arch/arm/boot/dts/sti*
1555 F:      drivers/char/hw_random/st-rng.c
1556 F:      drivers/clocksource/arm_global_timer.c
1557 F:      drivers/clocksource/clksrc_st_lpc.c
1558 F:      drivers/i2c/busses/i2c-st.c
1559 F:      drivers/media/rc/st_rc.c
1560 F:      drivers/media/platform/sti/c8sectpfe/
1561 F:      drivers/mmc/host/sdhci-st.c
1562 F:      drivers/phy/phy-miphy28lp.c
1563 F:      drivers/phy/phy-miphy365x.c
1564 F:      drivers/phy/phy-stih407-usb.c
1565 F:      drivers/phy/phy-stih41x-usb.c
1566 F:      drivers/pinctrl/pinctrl-st.c
1567 F:      drivers/reset/sti/
1568 F:      drivers/rtc/rtc-st-lpc.c
1569 F:      drivers/tty/serial/st-asc.c
1570 F:      drivers/usb/dwc3/dwc3-st.c
1571 F:      drivers/usb/host/ehci-st.c
1572 F:      drivers/usb/host/ohci-st.c
1573 F:      drivers/watchdog/st_lpc_wdt.c
1574 F:      drivers/ata/ahci_st.c
1575
1576 ARM/STM32 ARCHITECTURE
1577 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 S:      Maintained
1580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1581 N:      stm32
1582 F:      drivers/clocksource/armv7m_systick.c
1583
1584 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1585 M:      Lennert Buytenhek <kernel@wantstofly.org>
1586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 S:      Maintained
1588
1589 ARM/TETON BGA MACHINE SUPPORT
1590 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 S:      Maintained
1593
1594 ARM/THECUS N2100 MACHINE SUPPORT
1595 M:      Lennert Buytenhek <kernel@wantstofly.org>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 S:      Maintained
1598
1599 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1600 M:      Wan ZongShun <mcuos.com@gmail.com>
1601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602 W:      http://www.mcuos.com
1603 S:      Maintained
1604 F:      arch/arm/mach-w90x900/
1605 F:      drivers/input/keyboard/w90p910_keypad.c
1606 F:      drivers/input/touchscreen/w90p910_ts.c
1607 F:      drivers/watchdog/nuc900_wdt.c
1608 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1609 F:      drivers/mtd/nand/nuc900_nand.c
1610 F:      drivers/rtc/rtc-nuc900.c
1611 F:      drivers/spi/spi-nuc900.c
1612 F:      drivers/usb/host/ehci-w90x900.c
1613 F:      drivers/video/fbdev/nuc900fb.c
1614
1615 ARM/U300 MACHINE SUPPORT
1616 M:      Linus Walleij <linus.walleij@linaro.org>
1617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 S:      Supported
1619 F:      arch/arm/mach-u300/
1620 F:      drivers/clocksource/timer-u300.c
1621 F:      drivers/i2c/busses/i2c-stu300.c
1622 F:      drivers/rtc/rtc-coh901331.c
1623 F:      drivers/watchdog/coh901327_wdt.c
1624 F:      drivers/dma/coh901318*
1625 F:      drivers/mfd/ab3100*
1626 F:      drivers/rtc/rtc-ab3100.c
1627 F:      drivers/rtc/rtc-coh901331.c
1628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1629
1630 ARM/UNIPHIER ARCHITECTURE
1631 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1632 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 S:      Maintained
1634 F:      arch/arm/boot/dts/uniphier*
1635 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1636 F:      arch/arm/mach-uniphier/
1637 F:      arch/arm/mm/cache-uniphier.c
1638 F:      drivers/i2c/busses/i2c-uniphier*
1639 F:      drivers/pinctrl/uniphier/
1640 F:      drivers/tty/serial/8250/8250_uniphier.c
1641 N:      uniphier
1642
1643 ARM/Ux500 ARM ARCHITECTURE
1644 M:      Linus Walleij <linus.walleij@linaro.org>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 S:      Maintained
1647 F:      arch/arm/mach-ux500/
1648 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1649 F:      drivers/dma/ste_dma40*
1650 F:      drivers/hwspinlock/u8500_hsem.c
1651 F:      drivers/mfd/abx500*
1652 F:      drivers/mfd/ab8500*
1653 F:      drivers/mfd/dbx500*
1654 F:      drivers/mfd/db8500*
1655 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1656 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1657 F:      drivers/rtc/rtc-ab8500.c
1658 F:      drivers/rtc/rtc-pl031.c
1659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1660
1661 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1662 M:      Ulf Hansson <ulf.hansson@linaro.org>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 T:      git git://git.linaro.org/people/ulfh/clk.git
1665 S:      Maintained
1666 F:      drivers/clk/ux500/
1667 F:      include/linux/platform_data/clk-ux500.h
1668
1669 ARM/VERSATILE EXPRESS PLATFORM
1670 M:      Liviu Dudau <liviu.dudau@arm.com>
1671 M:      Sudeep Holla <sudeep.holla@arm.com>
1672 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1673 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 S:      Maintained
1675 F:      arch/arm/boot/dts/vexpress*
1676 F:      arch/arm64/boot/dts/arm/vexpress*
1677 F:      arch/arm/mach-vexpress/
1678 F:      */*/vexpress*
1679 F:      */*/*/vexpress*
1680 F:      drivers/clk/versatile/clk-vexpress-osc.c
1681 F:      drivers/clocksource/versatile.c
1682
1683 ARM/VFP SUPPORT
1684 M:      Russell King <linux@arm.linux.org.uk>
1685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1686 W:      http://www.arm.linux.org.uk/
1687 S:      Maintained
1688 F:      arch/arm/vfp/
1689
1690 ARM/VOIPAC PXA270 SUPPORT
1691 M:      Marek Vasut <marek.vasut@gmail.com>
1692 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1693 S:      Maintained
1694 F:      arch/arm/mach-pxa/vpac270.c
1695 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1696
1697 ARM/VT8500 ARM ARCHITECTURE
1698 M:      Tony Prisk <linux@prisktech.co.nz>
1699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 S:      Maintained
1701 F:      arch/arm/mach-vt8500/
1702 F:      drivers/clocksource/vt8500_timer.c
1703 F:      drivers/i2c/busses/i2c-wmt.c
1704 F:      drivers/mmc/host/wmt-sdmmc.c
1705 F:      drivers/pwm/pwm-vt8500.c
1706 F:      drivers/rtc/rtc-vt8500.c
1707 F:      drivers/tty/serial/vt8500_serial.c
1708 F:      drivers/usb/host/ehci-platform.c
1709 F:      drivers/usb/host/uhci-platform.c
1710 F:      drivers/video/fbdev/vt8500lcdfb.*
1711 F:      drivers/video/fbdev/wm8505fb*
1712 F:      drivers/video/fbdev/wmt_ge_rops.*
1713
1714 ARM/ZIPIT Z2 SUPPORT
1715 M:      Marek Vasut <marek.vasut@gmail.com>
1716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 S:      Maintained
1718 F:      arch/arm/mach-pxa/z2.c
1719 F:      arch/arm/mach-pxa/include/mach/z2.h
1720
1721 ARM/ZTE ARCHITECTURE
1722 M:      Jun Nie <jun.nie@linaro.org>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 S:      Maintained
1725 F:      arch/arm/mach-zx/
1726 F:      drivers/clk/zte/
1727 F:      Documentation/devicetree/bindings/arm/zte.txt
1728 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1729
1730 ARM/ZYNQ ARCHITECTURE
1731 M:      Michal Simek <michal.simek@xilinx.com>
1732 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 W:      http://wiki.xilinx.com
1735 T:      git https://github.com/Xilinx/linux-xlnx.git
1736 S:      Supported
1737 F:      arch/arm/mach-zynq/
1738 F:      drivers/cpuidle/cpuidle-zynq.c
1739 F:      drivers/block/xsysace.c
1740 N:      zynq
1741 N:      xilinx
1742 F:      drivers/clocksource/cadence_ttc_timer.c
1743 F:      drivers/i2c/busses/i2c-cadence.c
1744 F:      drivers/mmc/host/sdhci-of-arasan.c
1745 F:      drivers/edac/synopsys_edac.c
1746
1747 ARM SMMU DRIVERS
1748 M:      Will Deacon <will.deacon@arm.com>
1749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1750 S:      Maintained
1751 F:      drivers/iommu/arm-smmu.c
1752 F:      drivers/iommu/arm-smmu-v3.c
1753 F:      drivers/iommu/io-pgtable-arm.c
1754
1755 ARM64 PORT (AARCH64 ARCHITECTURE)
1756 M:      Catalin Marinas <catalin.marinas@arm.com>
1757 M:      Will Deacon <will.deacon@arm.com>
1758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 S:      Maintained
1760 F:      arch/arm64/
1761 F:      Documentation/arm64/
1762
1763 AS3645A LED FLASH CONTROLLER DRIVER
1764 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1765 L:      linux-media@vger.kernel.org
1766 T:      git git://linuxtv.org/media_tree.git
1767 S:      Maintained
1768 F:      drivers/media/i2c/as3645a.c
1769 F:      include/media/as3645a.h
1770
1771 ASC7621 HARDWARE MONITOR DRIVER
1772 M:      George Joseph <george.joseph@fairview5.com>
1773 L:      lm-sensors@lm-sensors.org
1774 S:      Maintained
1775 F:      Documentation/hwmon/asc7621
1776 F:      drivers/hwmon/asc7621.c
1777
1778 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1779 M:      Corentin Chary <corentin.chary@gmail.com>
1780 L:      acpi4asus-user@lists.sourceforge.net
1781 L:      platform-driver-x86@vger.kernel.org
1782 W:      http://acpi4asus.sf.net
1783 S:      Maintained
1784 F:      drivers/platform/x86/asus*.c
1785 F:      drivers/platform/x86/eeepc*.c
1786
1787 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1788 R:      Dan Williams <dan.j.williams@intel.com>
1789 W:      http://sourceforge.net/projects/xscaleiop
1790 S:      Odd fixes
1791 F:      Documentation/crypto/async-tx-api.txt
1792 F:      crypto/async_tx/
1793 F:      drivers/dma/
1794 F:      include/linux/dmaengine.h
1795 F:      include/linux/async_tx.h
1796
1797 AT24 EEPROM DRIVER
1798 M:      Wolfram Sang <wsa@the-dreams.de>
1799 L:      linux-i2c@vger.kernel.org
1800 S:      Maintained
1801 F:      drivers/misc/eeprom/at24.c
1802 F:      include/linux/platform_data/at24.h
1803
1804 ATA OVER ETHERNET (AOE) DRIVER
1805 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1806 W:      http://www.openaoe.org/
1807 S:      Supported
1808 F:      Documentation/aoe/
1809 F:      drivers/block/aoe/
1810
1811 ATHEROS ATH GENERIC UTILITIES
1812 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1813 L:      linux-wireless@vger.kernel.org
1814 S:      Supported
1815 F:      drivers/net/wireless/ath/*
1816
1817 ATHEROS ATH5K WIRELESS DRIVER
1818 M:      Jiri Slaby <jirislaby@gmail.com>
1819 M:      Nick Kossifidis <mickflemm@gmail.com>
1820 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1821 L:      linux-wireless@vger.kernel.org
1822 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1823 S:      Maintained
1824 F:      drivers/net/wireless/ath/ath5k/
1825
1826 ATHEROS ATH6KL WIRELESS DRIVER
1827 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1828 L:      linux-wireless@vger.kernel.org
1829 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1830 T:      git git://github.com/kvalo/ath.git
1831 S:      Supported
1832 F:      drivers/net/wireless/ath/ath6kl/
1833
1834 WILOCITY WIL6210 WIRELESS DRIVER
1835 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1836 L:      linux-wireless@vger.kernel.org
1837 L:      wil6210@qca.qualcomm.com
1838 S:      Supported
1839 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1840 F:      drivers/net/wireless/ath/wil6210/
1841 F:      include/uapi/linux/wil6210_uapi.h
1842
1843 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1844 M:      Christian Lamparter <chunkeey@googlemail.com>
1845 L:      linux-wireless@vger.kernel.org
1846 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1847 S:      Maintained
1848 F:      drivers/net/wireless/ath/carl9170/
1849
1850 ATK0110 HWMON DRIVER
1851 M:      Luca Tettamanti <kronos.it@gmail.com>
1852 L:      lm-sensors@lm-sensors.org
1853 S:      Maintained
1854 F:      drivers/hwmon/asus_atk0110.c
1855
1856 ATI_REMOTE2 DRIVER
1857 M:      Ville Syrjala <syrjala@sci.fi>
1858 S:      Maintained
1859 F:      drivers/input/misc/ati_remote2.c
1860
1861 ATLX ETHERNET DRIVERS
1862 M:      Jay Cliburn <jcliburn@gmail.com>
1863 M:      Chris Snook <chris.snook@gmail.com>
1864 L:      netdev@vger.kernel.org
1865 W:      http://sourceforge.net/projects/atl1
1866 W:      http://atl1.sourceforge.net
1867 S:      Maintained
1868 F:      drivers/net/ethernet/atheros/
1869
1870 ATM
1871 M:      Chas Williams <3chas3@gmail.com>
1872 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1873 L:      netdev@vger.kernel.org
1874 W:      http://linux-atm.sourceforge.net
1875 S:      Maintained
1876 F:      drivers/atm/
1877 F:      include/linux/atm*
1878 F:      include/uapi/linux/atm*
1879
1880 ATMEL AT91 / AT32 MCI DRIVER
1881 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1882 S:      Maintained
1883 F:      drivers/mmc/host/atmel-mci.c
1884 F:      drivers/mmc/host/atmel-mci-regs.h
1885
1886 ATMEL AT91 / AT32 SERIAL DRIVER
1887 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1888 S:      Supported
1889 F:      drivers/tty/serial/atmel_serial.c
1890
1891 ATMEL Audio ALSA driver
1892 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1893 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1894 S:      Supported
1895 F:      sound/soc/atmel
1896
1897 ATMEL DMA DRIVER
1898 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1900 S:      Supported
1901 F:      drivers/dma/at_hdmac.c
1902 F:      drivers/dma/at_hdmac_regs.h
1903 F:      include/linux/platform_data/dma-atmel.h
1904
1905 ATMEL XDMA DRIVER
1906 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1907 L:      linux-arm-kernel@lists.infradead.org
1908 L:      dmaengine@vger.kernel.org
1909 S:      Supported
1910 F:      drivers/dma/at_xdmac.c
1911
1912 ATMEL I2C DRIVER
1913 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1914 L:      linux-i2c@vger.kernel.org
1915 S:      Supported
1916 F:      drivers/i2c/busses/i2c-at91.c
1917
1918 ATMEL ISI DRIVER
1919 M:      Josh Wu <josh.wu@atmel.com>
1920 L:      linux-media@vger.kernel.org
1921 S:      Supported
1922 F:      drivers/media/platform/soc_camera/atmel-isi.c
1923 F:      include/media/atmel-isi.h
1924
1925 ATMEL LCDFB DRIVER
1926 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1927 L:      linux-fbdev@vger.kernel.org
1928 S:      Maintained
1929 F:      drivers/video/fbdev/atmel_lcdfb.c
1930 F:      include/video/atmel_lcdc.h
1931
1932 ATMEL MACB ETHERNET DRIVER
1933 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1934 S:      Supported
1935 F:      drivers/net/ethernet/cadence/
1936
1937 ATMEL NAND DRIVER
1938 M:      Josh Wu <josh.wu@atmel.com>
1939 L:      linux-mtd@lists.infradead.org
1940 S:      Supported
1941 F:      drivers/mtd/nand/atmel_nand*
1942
1943 ATMEL SDMMC DRIVER
1944 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1945 L:      linux-mmc@vger.kernel.org
1946 S:      Supported
1947 F:      drivers/mmc/host/sdhci-of-at91.c
1948
1949 ATMEL SPI DRIVER
1950 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1951 S:      Supported
1952 F:      drivers/spi/spi-atmel.*
1953
1954 ATMEL SSC DRIVER
1955 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1957 S:      Supported
1958 F:      drivers/misc/atmel-ssc.c
1959 F:      include/linux/atmel-ssc.h
1960
1961 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1962 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1964 S:      Supported
1965 F:      drivers/misc/atmel_tclib.c
1966 F:      drivers/clocksource/tcb_clksrc.c
1967
1968 ATMEL USBA UDC DRIVER
1969 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1971 S:      Supported
1972 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1973
1974 ATMEL WIRELESS DRIVER
1975 M:      Simon Kelley <simon@thekelleys.org.uk>
1976 L:      linux-wireless@vger.kernel.org
1977 W:      http://www.thekelleys.org.uk/atmel
1978 W:      http://atmelwlandriver.sourceforge.net/
1979 S:      Maintained
1980 F:      drivers/net/wireless/atmel*
1981
1982 ATMEL MAXTOUCH DRIVER
1983 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1984 T:      git git://github.com/atmel-maxtouch/linux.git
1985 S:      Supported
1986 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1987 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1988 F:      include/linux/platform_data/atmel_mxt_ts.h
1989
1990 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1991 M:      Bradley Grove <linuxdrivers@attotech.com>
1992 L:      linux-scsi@vger.kernel.org
1993 W:      http://www.attotech.com
1994 S:      Supported
1995 F:      drivers/scsi/esas2r
1996
1997 ATUSB IEEE 802.15.4 RADIO DRIVER
1998 M:      Stefan Schmidt <stefan@osg.samsung.com>
1999 L:      linux-wpan@vger.kernel.org
2000 S:      Maintained
2001 F:      drivers/net/ieee802154/atusb.c
2002 F:      drivers/net/ieee802154/atusb.h
2003 F:      drivers/net/ieee802154/at86rf230.h
2004
2005 AUDIT SUBSYSTEM
2006 M:      Paul Moore <paul@paul-moore.com>
2007 M:      Eric Paris <eparis@redhat.com>
2008 L:      linux-audit@redhat.com (moderated for non-subscribers)
2009 W:      http://people.redhat.com/sgrubb/audit/
2010 T:      git git://git.infradead.org/users/pcmoore/audit
2011 S:      Maintained
2012 F:      include/linux/audit.h
2013 F:      include/uapi/linux/audit.h
2014 F:      kernel/audit*
2015
2016 AUXILIARY DISPLAY DRIVERS
2017 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2018 W:      http://miguelojeda.es/auxdisplay.htm
2019 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2020 S:      Maintained
2021 F:      drivers/auxdisplay/
2022 F:      include/linux/cfag12864b.h
2023
2024 AVR32 ARCHITECTURE
2025 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2026 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2027 W:      http://www.atmel.com/products/AVR32/
2028 W:      http://mirror.egtvedt.no/avr32linux.org/
2029 W:      http://avrfreaks.net/
2030 S:      Maintained
2031 F:      arch/avr32/
2032
2033 AVR32/AT32AP MACHINE SUPPORT
2034 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2035 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2036 S:      Maintained
2037 F:      arch/avr32/mach-at32ap/
2038
2039 AX.25 NETWORK LAYER
2040 M:      Ralf Baechle <ralf@linux-mips.org>
2041 L:      linux-hams@vger.kernel.org
2042 W:      http://www.linux-ax25.org/
2043 S:      Maintained
2044 F:      include/uapi/linux/ax25.h
2045 F:      include/net/ax25.h
2046 F:      net/ax25/
2047
2048 AZ6007 DVB DRIVER
2049 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2050 L:      linux-media@vger.kernel.org
2051 W:      http://linuxtv.org
2052 T:      git git://linuxtv.org/media_tree.git
2053 S:      Maintained
2054 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2055
2056 AZTECH FM RADIO RECEIVER DRIVER
2057 M:      Hans Verkuil <hverkuil@xs4all.nl>
2058 L:      linux-media@vger.kernel.org
2059 T:      git git://linuxtv.org/media_tree.git
2060 W:      http://linuxtv.org
2061 S:      Maintained
2062 F:      drivers/media/radio/radio-aztech*
2063
2064 B43 WIRELESS DRIVER
2065 L:      linux-wireless@vger.kernel.org
2066 L:      b43-dev@lists.infradead.org
2067 W:      http://wireless.kernel.org/en/users/Drivers/b43
2068 S:      Odd Fixes
2069 F:      drivers/net/wireless/b43/
2070
2071 B43LEGACY WIRELESS DRIVER
2072 M:      Larry Finger <Larry.Finger@lwfinger.net>
2073 L:      linux-wireless@vger.kernel.org
2074 L:      b43-dev@lists.infradead.org
2075 W:      http://wireless.kernel.org/en/users/Drivers/b43
2076 S:      Maintained
2077 F:      drivers/net/wireless/b43legacy/
2078
2079 BACKLIGHT CLASS/SUBSYSTEM
2080 M:      Jingoo Han <jingoohan1@gmail.com>
2081 M:      Lee Jones <lee.jones@linaro.org>
2082 S:      Maintained
2083 F:      drivers/video/backlight/
2084 F:      include/linux/backlight.h
2085
2086 BATMAN ADVANCED
2087 M:      Marek Lindner <mareklindner@neomailbox.ch>
2088 M:      Simon Wunderlich <sw@simonwunderlich.de>
2089 M:      Antonio Quartulli <antonio@meshcoding.com>
2090 L:      b.a.t.m.a.n@lists.open-mesh.org
2091 W:      http://www.open-mesh.org/
2092 S:      Maintained
2093 F:      net/batman-adv/
2094
2095 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2096 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2097 L:      linux-hams@vger.kernel.org
2098 W:      http://www.baycom.org/~tom/ham/ham.html
2099 S:      Maintained
2100 F:      drivers/net/hamradio/baycom*
2101
2102 BCACHE (BLOCK LAYER CACHE)
2103 M:      Kent Overstreet <kent.overstreet@gmail.com>
2104 L:      linux-bcache@vger.kernel.org
2105 W:      http://bcache.evilpiepirate.org
2106 S:      Maintained
2107 F:      drivers/md/bcache/
2108
2109 BDISP ST MEDIA DRIVER
2110 M:      Fabien Dessenne <fabien.dessenne@st.com>
2111 L:      linux-media@vger.kernel.org
2112 T:      git git://linuxtv.org/media_tree.git
2113 W:      http://linuxtv.org
2114 S:      Supported
2115 F:      drivers/media/platform/sti/bdisp
2116
2117 BEFS FILE SYSTEM
2118 S:      Orphan
2119 F:      Documentation/filesystems/befs.txt
2120 F:      fs/befs/
2121
2122 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2123 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2124 L:      netdev@vger.kernel.org
2125 S:      Maintained
2126 F:      drivers/net/ethernet/ec_bhf.c
2127
2128 BFS FILE SYSTEM
2129 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2130 S:      Maintained
2131 F:      Documentation/filesystems/bfs.txt
2132 F:      fs/bfs/
2133 F:      include/uapi/linux/bfs_fs.h
2134
2135 BLACKFIN ARCHITECTURE
2136 M:      Steven Miao <realmz6@gmail.com>
2137 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2138 T:      git git://git.code.sf.net/p/adi-linux/code
2139 W:      http://blackfin.uclinux.org
2140 S:      Supported
2141 F:      arch/blackfin/
2142
2143 BLACKFIN EMAC DRIVER
2144 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2145 W:      http://blackfin.uclinux.org
2146 S:      Supported
2147 F:      drivers/net/ethernet/adi/
2148
2149 BLACKFIN RTC DRIVER
2150 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2151 W:      http://blackfin.uclinux.org
2152 S:      Supported
2153 F:      drivers/rtc/rtc-bfin.c
2154
2155 BLACKFIN SDH DRIVER
2156 M:      Sonic Zhang <sonic.zhang@analog.com>
2157 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2158 W:      http://blackfin.uclinux.org
2159 S:      Supported
2160 F:      drivers/mmc/host/bfin_sdh.c
2161
2162 BLACKFIN SERIAL DRIVER
2163 M:      Sonic Zhang <sonic.zhang@analog.com>
2164 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2165 W:      http://blackfin.uclinux.org
2166 S:      Supported
2167 F:      drivers/tty/serial/bfin_uart.c
2168
2169 BLACKFIN WATCHDOG DRIVER
2170 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2171 W:      http://blackfin.uclinux.org
2172 S:      Supported
2173 F:      drivers/watchdog/bfin_wdt.c
2174
2175 BLACKFIN I2C TWI DRIVER
2176 M:      Sonic Zhang <sonic.zhang@analog.com>
2177 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2178 W:      http://blackfin.uclinux.org/
2179 S:      Supported
2180 F:      drivers/i2c/busses/i2c-bfin-twi.c
2181
2182 BLACKFIN MEDIA DRIVER
2183 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2184 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2185 W:      http://blackfin.uclinux.org/
2186 S:      Supported
2187 F:      drivers/media/platform/blackfin/
2188 F:      drivers/media/i2c/adv7183*
2189 F:      drivers/media/i2c/vs6624*
2190
2191 BLINKM RGB LED DRIVER
2192 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2193 S:      Maintained
2194 F:      drivers/leds/leds-blinkm.c
2195
2196 BLOCK LAYER
2197 M:      Jens Axboe <axboe@kernel.dk>
2198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2199 S:      Maintained
2200 F:      block/
2201 F:      kernel/trace/blktrace.c
2202
2203 BLOCK2MTD DRIVER
2204 M:      Joern Engel <joern@lazybastard.org>
2205 L:      linux-mtd@lists.infradead.org
2206 S:      Maintained
2207 F:      drivers/mtd/devices/block2mtd.c
2208
2209 BLUETOOTH DRIVERS
2210 M:      Marcel Holtmann <marcel@holtmann.org>
2211 M:      Gustavo Padovan <gustavo@padovan.org>
2212 M:      Johan Hedberg <johan.hedberg@gmail.com>
2213 L:      linux-bluetooth@vger.kernel.org
2214 W:      http://www.bluez.org/
2215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2217 S:      Maintained
2218 F:      drivers/bluetooth/
2219
2220 BLUETOOTH SUBSYSTEM
2221 M:      Marcel Holtmann <marcel@holtmann.org>
2222 M:      Gustavo Padovan <gustavo@padovan.org>
2223 M:      Johan Hedberg <johan.hedberg@gmail.com>
2224 L:      linux-bluetooth@vger.kernel.org
2225 W:      http://www.bluez.org/
2226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2228 S:      Maintained
2229 F:      net/bluetooth/
2230 F:      include/net/bluetooth/
2231
2232 BONDING DRIVER
2233 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2234 M:      Veaceslav Falico <vfalico@gmail.com>
2235 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2236 L:      netdev@vger.kernel.org
2237 W:      http://sourceforge.net/projects/bonding/
2238 S:      Supported
2239 F:      drivers/net/bonding/
2240 F:      include/uapi/linux/if_bonding.h
2241
2242 BPF (Safe dynamic programs and tools)
2243 M:      Alexei Starovoitov <ast@kernel.org>
2244 L:      netdev@vger.kernel.org
2245 L:      linux-kernel@vger.kernel.org
2246 S:      Supported
2247 F:      kernel/bpf/
2248
2249 BROADCOM B44 10/100 ETHERNET DRIVER
2250 M:      Gary Zambrano <zambrano@broadcom.com>
2251 L:      netdev@vger.kernel.org
2252 S:      Supported
2253 F:      drivers/net/ethernet/broadcom/b44.*
2254
2255 BROADCOM GENET ETHERNET DRIVER
2256 M:      Florian Fainelli <f.fainelli@gmail.com>
2257 L:      netdev@vger.kernel.org
2258 S:      Supported
2259 F:      drivers/net/ethernet/broadcom/genet/
2260
2261 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2262 M:      Sony Chacko <sony.chacko@qlogic.com>
2263 M:      Dept-HSGLinuxNICDev@qlogic.com
2264 L:      netdev@vger.kernel.org
2265 S:      Supported
2266 F:      drivers/net/ethernet/broadcom/bnx2.*
2267 F:      drivers/net/ethernet/broadcom/bnx2_*
2268
2269 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2270 M:      Ariel Elior <ariel.elior@qlogic.com>
2271 L:      netdev@vger.kernel.org
2272 S:      Supported
2273 F:      drivers/net/ethernet/broadcom/bnx2x/
2274
2275 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2276 M:      Florian Fainelli <f.fainelli@gmail.com>
2277 M:      Ray Jui <rjui@broadcom.com>
2278 M:      Scott Branden <sbranden@broadcom.com>
2279 L:      bcm-kernel-feedback-list@broadcom.com
2280 T:      git git://github.com/broadcom/mach-bcm
2281 S:      Maintained
2282 F:      arch/arm/mach-bcm/
2283 F:      arch/arm/boot/dts/bcm113*
2284 F:      arch/arm/boot/dts/bcm216*
2285 F:      arch/arm/boot/dts/bcm281*
2286 F:      arch/arm/configs/bcm_defconfig
2287 F:      drivers/mmc/host/sdhci-bcm-kona.c
2288 F:      drivers/clocksource/bcm_kona_timer.c
2289
2290 BROADCOM BCM2835 ARM ARCHITECTURE
2291 M:      Stephen Warren <swarren@wwwdotorg.org>
2292 M:      Lee Jones <lee@kernel.org>
2293 M:      Eric Anholt <eric@anholt.net>
2294 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2297 S:      Maintained
2298 N:      bcm2835
2299
2300 BROADCOM BCM33XX MIPS ARCHITECTURE
2301 M:      Kevin Cernekee <cernekee@gmail.com>
2302 L:      linux-mips@linux-mips.org
2303 S:      Maintained
2304 F:      arch/mips/bcm3384/*
2305 F:      arch/mips/include/asm/mach-bcm3384/*
2306 F:      arch/mips/kernel/*bmips*
2307
2308 BROADCOM BCM47XX MIPS ARCHITECTURE
2309 M:      Hauke Mehrtens <hauke@hauke-m.de>
2310 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2311 L:      linux-mips@linux-mips.org
2312 S:      Maintained
2313 F:      arch/mips/bcm47xx/*
2314 F:      arch/mips/include/asm/mach-bcm47xx/*
2315
2316 BROADCOM BCM5301X ARM ARCHITECTURE
2317 M:      Hauke Mehrtens <hauke@hauke-m.de>
2318 L:      linux-arm-kernel@lists.infradead.org
2319 S:      Maintained
2320 F:      arch/arm/mach-bcm/bcm_5301x.c
2321 F:      arch/arm/boot/dts/bcm5301x.dtsi
2322 F:      arch/arm/boot/dts/bcm470*
2323
2324 BROADCOM BCM63XX ARM ARCHITECTURE
2325 M:      Florian Fainelli <f.fainelli@gmail.com>
2326 L:      linux-arm-kernel@lists.infradead.org
2327 T:      git git://github.com/broadcom/arm-bcm63xx.git
2328 S:      Maintained
2329 F:      arch/arm/mach-bcm/bcm63xx.c
2330 F:      arch/arm/include/debug/bcm63xx.S
2331
2332 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2333 M:      Kevin Cernekee <cernekee@gmail.com>
2334 L:      linux-usb@vger.kernel.org
2335 S:      Maintained
2336 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2337
2338 BROADCOM BCM7XXX ARM ARCHITECTURE
2339 M:      Brian Norris <computersforpeace@gmail.com>
2340 M:      Gregory Fong <gregory.0xf0@gmail.com>
2341 M:      Florian Fainelli <f.fainelli@gmail.com>
2342 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2343 T:      git git://github.com/broadcom/stblinux.git
2344 S:      Maintained
2345 F:      arch/arm/mach-bcm/*brcmstb*
2346 F:      arch/arm/boot/dts/bcm7*.dts*
2347 F:      drivers/bus/brcmstb_gisb.c
2348 N:      brcmstb
2349
2350 BROADCOM BMIPS MIPS ARCHITECTURE
2351 M:      Kevin Cernekee <cernekee@gmail.com>
2352 M:      Florian Fainelli <f.fainelli@gmail.com>
2353 L:      linux-mips@linux-mips.org
2354 T:      git git://github.com/broadcom/stblinux.git
2355 S:      Maintained
2356 F:      arch/mips/bmips/*
2357 F:      arch/mips/include/asm/mach-bmips/*
2358 F:      arch/mips/kernel/*bmips*
2359 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2360 F:      drivers/irqchip/irq-bcm7*
2361 F:      drivers/irqchip/irq-brcmstb*
2362
2363 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2364 M:      Prashant Sreedharan <prashant@broadcom.com>
2365 M:      Michael Chan <mchan@broadcom.com>
2366 L:      netdev@vger.kernel.org
2367 S:      Supported
2368 F:      drivers/net/ethernet/broadcom/tg3.*
2369
2370 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2371 M:      Brett Rudley <brudley@broadcom.com>
2372 M:      Arend van Spriel <arend@broadcom.com>
2373 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2374 M:      Hante Meuleman <meuleman@broadcom.com>
2375 L:      linux-wireless@vger.kernel.org
2376 L:      brcm80211-dev-list@broadcom.com
2377 S:      Supported
2378 F:      drivers/net/wireless/brcm80211/
2379
2380 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2381 M:      QLogic-Storage-Upstream@qlogic.com
2382 L:      linux-scsi@vger.kernel.org
2383 S:      Supported
2384 F:      drivers/scsi/bnx2fc/
2385
2386 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2387 M:      QLogic-Storage-Upstream@qlogic.com
2388 L:      linux-scsi@vger.kernel.org
2389 S:      Supported
2390 F:      drivers/scsi/bnx2i/
2391
2392 BROADCOM IPROC ARM ARCHITECTURE
2393 M:      Ray Jui <rjui@broadcom.com>
2394 M:      Scott Branden <sbranden@broadcom.com>
2395 M:      Jon Mason <jonmason@broadcom.com>
2396 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2397 L:      bcm-kernel-feedback-list@broadcom.com
2398 T:      git git://github.com/broadcom/cygnus-linux.git
2399 S:      Maintained
2400 N:      iproc
2401 N:      cygnus
2402 N:      nsp
2403 N:      bcm9113*
2404 N:      bcm9583*
2405 N:      bcm9585*
2406 N:      bcm9586*
2407 N:      bcm988312
2408 N:      bcm113*
2409 N:      bcm583*
2410 N:      bcm585*
2411 N:      bcm586*
2412 N:      bcm88312
2413
2414 BROADCOM BRCMSTB GPIO DRIVER
2415 M:      Gregory Fong <gregory.0xf0@gmail.com>
2416 L:      bcm-kernel-feedback-list@broadcom.com>
2417 S:      Supported
2418 F:      drivers/gpio/gpio-brcmstb.c
2419 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2420
2421 BROADCOM KONA GPIO DRIVER
2422 M:      Ray Jui <rjui@broadcom.com>
2423 L:      bcm-kernel-feedback-list@broadcom.com
2424 S:      Supported
2425 F:      drivers/gpio/gpio-bcm-kona.c
2426 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2427
2428 BROADCOM NVRAM DRIVER
2429 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2430 L:      linux-mips@linux-mips.org
2431 S:      Maintained
2432 F:      drivers/firmware/broadcom/*
2433
2434 BROADCOM STB NAND FLASH DRIVER
2435 M:      Brian Norris <computersforpeace@gmail.com>
2436 L:      linux-mtd@lists.infradead.org
2437 S:      Maintained
2438 F:      drivers/mtd/nand/brcmnand/
2439
2440 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2441 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2442 L:      linux-wireless@vger.kernel.org
2443 S:      Maintained
2444 F:      drivers/bcma/
2445 F:      include/linux/bcma/
2446
2447 BROADCOM SYSTEMPORT ETHERNET DRIVER
2448 M:      Florian Fainelli <f.fainelli@gmail.com>
2449 L:      netdev@vger.kernel.org
2450 S:      Supported
2451 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2452
2453 BROCADE BFA FC SCSI DRIVER
2454 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2455 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2456 L:      linux-scsi@vger.kernel.org
2457 S:      Supported
2458 F:      drivers/scsi/bfa/
2459
2460 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2461 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2462 L:      netdev@vger.kernel.org
2463 S:      Supported
2464 F:      drivers/net/ethernet/brocade/bna/
2465
2466 BSG (block layer generic sg v4 driver)
2467 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2468 L:      linux-scsi@vger.kernel.org
2469 S:      Supported
2470 F:      block/bsg.c
2471 F:      include/linux/bsg.h
2472 F:      include/uapi/linux/bsg.h
2473
2474 BT87X AUDIO DRIVER
2475 M:      Clemens Ladisch <clemens@ladisch.de>
2476 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2477 T:      git git://git.alsa-project.org/alsa-kernel.git
2478 S:      Maintained
2479 F:      Documentation/sound/alsa/Bt87x.txt
2480 F:      sound/pci/bt87x.c
2481
2482 BT8XXGPIO DRIVER
2483 M:      Michael Buesch <m@bues.ch>
2484 W:      http://bu3sch.de/btgpio.php
2485 S:      Maintained
2486 F:      drivers/gpio/gpio-bt8xx.c
2487
2488 BTRFS FILE SYSTEM
2489 M:      Chris Mason <clm@fb.com>
2490 M:      Josef Bacik <jbacik@fb.com>
2491 M:      David Sterba <dsterba@suse.com>
2492 L:      linux-btrfs@vger.kernel.org
2493 W:      http://btrfs.wiki.kernel.org/
2494 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2496 S:      Maintained
2497 F:      Documentation/filesystems/btrfs.txt
2498 F:      fs/btrfs/
2499
2500 BTTV VIDEO4LINUX DRIVER
2501 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2502 L:      linux-media@vger.kernel.org
2503 W:      http://linuxtv.org
2504 T:      git git://linuxtv.org/media_tree.git
2505 S:      Odd fixes
2506 F:      Documentation/video4linux/bttv/
2507 F:      drivers/media/pci/bt8xx/bttv*
2508
2509 BUSLOGIC SCSI DRIVER
2510 M:      Khalid Aziz <khalid@gonehiking.org>
2511 L:      linux-scsi@vger.kernel.org
2512 S:      Maintained
2513 F:      drivers/scsi/BusLogic.*
2514 F:      drivers/scsi/FlashPoint.*
2515
2516 C-MEDIA CMI8788 DRIVER
2517 M:      Clemens Ladisch <clemens@ladisch.de>
2518 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2519 T:      git git://git.alsa-project.org/alsa-kernel.git
2520 S:      Maintained
2521 F:      sound/pci/oxygen/
2522
2523 C6X ARCHITECTURE
2524 M:      Mark Salter <msalter@redhat.com>
2525 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2526 L:      linux-c6x-dev@linux-c6x.org
2527 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2528 S:      Maintained
2529 F:      arch/c6x/
2530
2531 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2532 M:      David Howells <dhowells@redhat.com>
2533 L:      linux-cachefs@redhat.com
2534 S:      Supported
2535 F:      Documentation/filesystems/caching/cachefiles.txt
2536 F:      fs/cachefiles/
2537
2538 CADET FM/AM RADIO RECEIVER DRIVER
2539 M:      Hans Verkuil <hverkuil@xs4all.nl>
2540 L:      linux-media@vger.kernel.org
2541 T:      git git://linuxtv.org/media_tree.git
2542 W:      http://linuxtv.org
2543 S:      Maintained
2544 F:      drivers/media/radio/radio-cadet*
2545
2546 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2547 M:      Jonathan Corbet <corbet@lwn.net>
2548 L:      linux-media@vger.kernel.org
2549 T:      git git://linuxtv.org/media_tree.git
2550 S:      Maintained
2551 F:      Documentation/video4linux/cafe_ccic
2552 F:      drivers/media/platform/marvell-ccic/
2553
2554 CAIF NETWORK LAYER
2555 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2556 L:      netdev@vger.kernel.org
2557 S:      Supported
2558 F:      Documentation/networking/caif/
2559 F:      drivers/net/caif/
2560 F:      include/uapi/linux/caif/
2561 F:      include/net/caif/
2562 F:      net/caif/
2563
2564 CALGARY x86-64 IOMMU
2565 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2566 M:      "Jon D. Mason" <jdmason@kudzu.us>
2567 L:      discuss@x86-64.org
2568 S:      Maintained
2569 F:      arch/x86/kernel/pci-calgary_64.c
2570 F:      arch/x86/kernel/tce_64.c
2571 F:      arch/x86/include/asm/calgary.h
2572 F:      arch/x86/include/asm/tce.h
2573
2574 CAN NETWORK LAYER
2575 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2576 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2577 L:      linux-can@vger.kernel.org
2578 W:      https://github.com/linux-can
2579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2581 S:      Maintained
2582 F:      Documentation/networking/can.txt
2583 F:      net/can/
2584 F:      include/linux/can/core.h
2585 F:      include/uapi/linux/can.h
2586 F:      include/uapi/linux/can/bcm.h
2587 F:      include/uapi/linux/can/raw.h
2588 F:      include/uapi/linux/can/gw.h
2589
2590 CAN NETWORK DRIVERS
2591 M:      Wolfgang Grandegger <wg@grandegger.com>
2592 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2593 L:      linux-can@vger.kernel.org
2594 W:      https://github.com/linux-can
2595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2597 S:      Maintained
2598 F:      drivers/net/can/
2599 F:      include/linux/can/dev.h
2600 F:      include/linux/can/platform/
2601 F:      include/uapi/linux/can/error.h
2602 F:      include/uapi/linux/can/netlink.h
2603
2604 CAPABILITIES
2605 M:      Serge Hallyn <serge.hallyn@canonical.com>
2606 L:      linux-security-module@vger.kernel.org
2607 S:      Supported
2608 F:      include/linux/capability.h
2609 F:      include/uapi/linux/capability.h
2610 F:      security/commoncap.c
2611 F:      kernel/capability.c
2612
2613 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2614 M:      Kevin Tsai <ktsai@capellamicro.com>
2615 S:      Maintained
2616 F:      drivers/iio/light/cm*
2617 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2618
2619 CAVIUM LIQUIDIO NETWORK DRIVER
2620 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2621 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2622 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2623 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2624 L:     netdev@vger.kernel.org
2625 W:     http://www.cavium.com
2626 S:     Supported
2627 F:     drivers/net/ethernet/cavium/liquidio/
2628
2629 CC2520 IEEE-802.15.4 RADIO DRIVER
2630 M:      Varka Bhadram <varkabhadram@gmail.com>
2631 L:      linux-wpan@vger.kernel.org
2632 S:      Maintained
2633 F:      drivers/net/ieee802154/cc2520.c
2634 F:      include/linux/spi/cc2520.h
2635 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2636
2637 CELL BROADBAND ENGINE ARCHITECTURE
2638 M:      Arnd Bergmann <arnd@arndb.de>
2639 L:      linuxppc-dev@lists.ozlabs.org
2640 W:      http://www.ibm.com/developerworks/power/cell/
2641 S:      Supported
2642 F:      arch/powerpc/include/asm/cell*.h
2643 F:      arch/powerpc/include/asm/spu*.h
2644 F:      arch/powerpc/include/uapi/asm/spu*.h
2645 F:      arch/powerpc/oprofile/*cell*
2646 F:      arch/powerpc/platforms/cell/
2647
2648 CEPH COMMON CODE (LIBCEPH)
2649 M:      Ilya Dryomov <idryomov@gmail.com>
2650 M:      "Yan, Zheng" <zyan@redhat.com>
2651 M:      Sage Weil <sage@redhat.com>
2652 L:      ceph-devel@vger.kernel.org
2653 W:      http://ceph.com/
2654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2655 T:      git git://github.com/ceph/ceph-client.git
2656 S:      Supported
2657 F:      net/ceph/
2658 F:      include/linux/ceph/
2659 F:      include/linux/crush/
2660
2661 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2662 M:      "Yan, Zheng" <zyan@redhat.com>
2663 M:      Sage Weil <sage@redhat.com>
2664 M:      Ilya Dryomov <idryomov@gmail.com>
2665 L:      ceph-devel@vger.kernel.org
2666 W:      http://ceph.com/
2667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2668 T:      git git://github.com/ceph/ceph-client.git
2669 S:      Supported
2670 F:      Documentation/filesystems/ceph.txt
2671 F:      fs/ceph/
2672
2673 CERTIFICATE HANDLING:
2674 M:      David Howells <dhowells@redhat.com>
2675 M:      David Woodhouse <dwmw2@infradead.org>
2676 L:      keyrings@linux-nfs.org
2677 S:      Maintained
2678 F:      Documentation/module-signing.txt
2679 F:      certs/
2680 F:      scripts/extract-cert.c
2681
2682 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2683 L:      linux-usb@vger.kernel.org
2684 S:      Orphan
2685 F:      Documentation/usb/WUSB-Design-overview.txt
2686 F:      Documentation/usb/wusb-cbaf
2687 F:      drivers/usb/host/hwa-hc.c
2688 F:      drivers/usb/host/whci/
2689 F:      drivers/usb/wusbcore/
2690 F:      include/linux/usb/wusb*
2691
2692 CFAG12864B LCD DRIVER
2693 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2694 W:      http://miguelojeda.es/auxdisplay.htm
2695 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2696 S:      Maintained
2697 F:      drivers/auxdisplay/cfag12864b.c
2698 F:      include/linux/cfag12864b.h
2699
2700 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2701 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2702 W:      http://miguelojeda.es/auxdisplay.htm
2703 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2704 S:      Maintained
2705 F:      drivers/auxdisplay/cfag12864bfb.c
2706 F:      include/linux/cfag12864b.h
2707
2708 CFG80211 and NL80211
2709 M:      Johannes Berg <johannes@sipsolutions.net>
2710 L:      linux-wireless@vger.kernel.org
2711 W:      http://wireless.kernel.org/
2712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2714 S:      Maintained
2715 F:      include/uapi/linux/nl80211.h
2716 F:      include/net/cfg80211.h
2717 F:      net/wireless/*
2718 X:      net/wireless/wext*
2719
2720 CHAR and MISC DRIVERS
2721 M:      Arnd Bergmann <arnd@arndb.de>
2722 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2724 S:      Supported
2725 F:      drivers/char/*
2726 F:      drivers/misc/*
2727 F:      include/linux/miscdevice.h
2728
2729 CHECKPATCH
2730 M:      Andy Whitcroft <apw@canonical.com>
2731 M:      Joe Perches <joe@perches.com>
2732 S:      Maintained
2733 F:      scripts/checkpatch.pl
2734
2735 CHINESE DOCUMENTATION
2736 M:      Harry Wei <harryxiyou@gmail.com>
2737 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2738 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2739 S:      Maintained
2740 F:      Documentation/zh_CN/
2741
2742 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2743 M:      Peter Chen <Peter.Chen@freescale.com>
2744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2745 L:      linux-usb@vger.kernel.org
2746 S:      Maintained
2747 F:      drivers/usb/chipidea/
2748
2749 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2750 M:      Hans de Goede <hdegoede@redhat.com>
2751 L:      linux-input@vger.kernel.org
2752 S:      Maintained
2753 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2754 F:      drivers/input/touchscreen/chipone_icn8318.c
2755
2756 CHROME HARDWARE PLATFORM SUPPORT
2757 M:      Olof Johansson <olof@lixom.net>
2758 S:      Maintained
2759 F:      drivers/platform/chrome/
2760
2761 CISCO VIC ETHERNET NIC DRIVER
2762 M:      Christian Benvenuti <benve@cisco.com>
2763 M:      Sujith Sankar <ssujith@cisco.com>
2764 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2765 M:      Neel Patel <neepatel@cisco.com>
2766 S:      Supported
2767 F:      drivers/net/ethernet/cisco/enic/
2768
2769 CISCO VIC LOW LATENCY NIC DRIVER
2770 M:      Christian Benvenuti <benve@cisco.com>
2771 M:      Dave Goodell <dgoodell@cisco.com>
2772 S:      Supported
2773 F:      drivers/infiniband/hw/usnic/
2774
2775 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2776 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2777 L:      netdev@vger.kernel.org
2778 S:      Maintained
2779 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2780
2781 CIRRUS LOGIC AUDIO CODEC DRIVERS
2782 M:      Brian Austin <brian.austin@cirrus.com>
2783 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2784 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2785 S:      Maintained
2786 F:      sound/soc/codecs/cs*
2787
2788 CLEANCACHE API
2789 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2790 L:      linux-kernel@vger.kernel.org
2791 S:      Maintained
2792 F:      mm/cleancache.c
2793 F:      include/linux/cleancache.h
2794
2795 CLK API
2796 M:      Russell King <linux@arm.linux.org.uk>
2797 L:      linux-clk@vger.kernel.org
2798 S:      Maintained
2799 F:      include/linux/clk.h
2800
2801 CLOCKSOURCE, CLOCKEVENT DRIVERS
2802 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2803 M:      Thomas Gleixner <tglx@linutronix.de>
2804 L:      linux-kernel@vger.kernel.org
2805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2806 S:      Supported
2807 F:      drivers/clocksource
2808
2809 CISCO FCOE HBA DRIVER
2810 M:      Hiral Patel <hiralpat@cisco.com>
2811 M:      Suma Ramars <sramars@cisco.com>
2812 M:      Brian Uchino <buchino@cisco.com>
2813 L:      linux-scsi@vger.kernel.org
2814 S:      Supported
2815 F:      drivers/scsi/fnic/
2816
2817 CISCO SCSI HBA DRIVER
2818 M:      Narsimhulu Musini <nmusini@cisco.com>
2819 M:      Sesidhar Baddela <sebaddel@cisco.com>
2820 L:      linux-scsi@vger.kernel.org
2821 S:      Supported
2822 F:      drivers/scsi/snic/
2823
2824 CMPC ACPI DRIVER
2825 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2826 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2827 L:      platform-driver-x86@vger.kernel.org
2828 S:      Supported
2829 F:      drivers/platform/x86/classmate-laptop.c
2830
2831 COBALT MEDIA DRIVER
2832 M:      Hans Verkuil <hans.verkuil@cisco.com>
2833 L:      linux-media@vger.kernel.org
2834 T:      git git://linuxtv.org/media_tree.git
2835 W:      http://linuxtv.org
2836 S:      Supported
2837 F:      drivers/media/pci/cobalt/
2838
2839 COCCINELLE/Semantic Patches (SmPL)
2840 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2841 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2842 M:      Nicolas Palix <nicolas.palix@imag.fr>
2843 M:      Michal Marek <mmarek@suse.com>
2844 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2846 W:      http://coccinelle.lip6.fr/
2847 S:      Supported
2848 F:      Documentation/coccinelle.txt
2849 F:      scripts/coccinelle/
2850 F:      scripts/coccicheck
2851
2852 CODA FILE SYSTEM
2853 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2854 M:      coda@cs.cmu.edu
2855 L:      codalist@coda.cs.cmu.edu
2856 W:      http://www.coda.cs.cmu.edu/
2857 S:      Maintained
2858 F:      Documentation/filesystems/coda.txt
2859 F:      fs/coda/
2860 F:      include/linux/coda*.h
2861 F:      include/uapi/linux/coda*.h
2862
2863 CODA V4L2 MEM2MEM DRIVER
2864 M:      Philipp Zabel <p.zabel@pengutronix.de>
2865 L:      linux-media@vger.kernel.org
2866 S:      Maintained
2867 F:      Documentation/devicetree/bindings/media/coda.txt
2868 F:      drivers/media/platform/coda/
2869
2870 COMMON CLK FRAMEWORK
2871 M:      Michael Turquette <mturquette@baylibre.com>
2872 M:      Stephen Boyd <sboyd@codeaurora.org>
2873 L:      linux-clk@vger.kernel.org
2874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2875 S:      Maintained
2876 F:      drivers/clk/
2877 X:      drivers/clk/clkdev.c
2878 F:      include/linux/clk-pr*
2879 F:      include/linux/clk/
2880
2881 COMMON INTERNET FILE SYSTEM (CIFS)
2882 M:      Steve French <sfrench@samba.org>
2883 L:      linux-cifs@vger.kernel.org
2884 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2885 W:      http://linux-cifs.samba.org/
2886 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2887 S:      Supported
2888 F:      Documentation/filesystems/cifs/
2889 F:      fs/cifs/
2890
2891 COMPACTPCI HOTPLUG CORE
2892 M:      Scott Murray <scott@spiteful.org>
2893 L:      linux-pci@vger.kernel.org
2894 S:      Maintained
2895 F:      drivers/pci/hotplug/cpci_hotplug*
2896
2897 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2898 M:      Scott Murray <scott@spiteful.org>
2899 L:      linux-pci@vger.kernel.org
2900 S:      Maintained
2901 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2902
2903 COMPACTPCI HOTPLUG GENERIC DRIVER
2904 M:      Scott Murray <scott@spiteful.org>
2905 L:      linux-pci@vger.kernel.org
2906 S:      Maintained
2907 F:      drivers/pci/hotplug/cpcihp_generic.c
2908
2909 COMPAL LAPTOP SUPPORT
2910 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2911 L:      platform-driver-x86@vger.kernel.org
2912 S:      Maintained
2913 F:      drivers/platform/x86/compal-laptop.c
2914
2915 CONEXANT ACCESSRUNNER USB DRIVER
2916 M:      Simon Arlott <cxacru@fire.lp0.eu>
2917 L:      accessrunner-general@lists.sourceforge.net
2918 W:      http://accessrunner.sourceforge.net/
2919 S:      Maintained
2920 F:      drivers/usb/atm/cxacru.c
2921
2922 CONFIGFS
2923 M:      Joel Becker <jlbec@evilplan.org>
2924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2925 S:      Supported
2926 F:      fs/configfs/
2927 F:      include/linux/configfs.h
2928
2929 CONNECTOR
2930 M:      Evgeniy Polyakov <zbr@ioremap.net>
2931 L:      netdev@vger.kernel.org
2932 S:      Maintained
2933 F:      drivers/connector/
2934
2935 CONTROL GROUP (CGROUP)
2936 M:      Tejun Heo <tj@kernel.org>
2937 M:      Li Zefan <lizefan@huawei.com>
2938 M:      Johannes Weiner <hannes@cmpxchg.org>
2939 L:      cgroups@vger.kernel.org
2940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2941 S:      Maintained
2942 F:      Documentation/cgroups/
2943 F:      include/linux/cgroup*
2944 F:      kernel/cgroup*
2945
2946 CONTROL GROUP - CPUSET
2947 M:      Li Zefan <lizefan@huawei.com>
2948 L:      cgroups@vger.kernel.org
2949 W:      http://www.bullopensource.org/cpuset/
2950 W:      http://oss.sgi.com/projects/cpusets/
2951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2952 S:      Maintained
2953 F:      Documentation/cgroups/cpusets.txt
2954 F:      include/linux/cpuset.h
2955 F:      kernel/cpuset.c
2956
2957 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2958 M:      Johannes Weiner <hannes@cmpxchg.org>
2959 M:      Michal Hocko <mhocko@kernel.org>
2960 L:      cgroups@vger.kernel.org
2961 L:      linux-mm@kvack.org
2962 S:      Maintained
2963 F:      mm/memcontrol.c
2964 F:      mm/swap_cgroup.c
2965
2966 CORETEMP HARDWARE MONITORING DRIVER
2967 M:      Fenghua Yu <fenghua.yu@intel.com>
2968 L:      lm-sensors@lm-sensors.org
2969 S:      Maintained
2970 F:      Documentation/hwmon/coretemp
2971 F:      drivers/hwmon/coretemp.c
2972
2973 COSA/SRP SYNC SERIAL DRIVER
2974 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2975 W:      http://www.fi.muni.cz/~kas/cosa/
2976 S:      Maintained
2977 F:      drivers/net/wan/cosa*
2978
2979 CPMAC ETHERNET DRIVER
2980 M:      Florian Fainelli <florian@openwrt.org>
2981 L:      netdev@vger.kernel.org
2982 S:      Maintained
2983 F:      drivers/net/ethernet/ti/cpmac.c
2984
2985 CPU FREQUENCY DRIVERS
2986 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2987 M:      Viresh Kumar <viresh.kumar@linaro.org>
2988 L:      linux-pm@vger.kernel.org
2989 S:      Maintained
2990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2991 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2992 F:      drivers/cpufreq/
2993 F:      include/linux/cpufreq.h
2994
2995 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2996 M:      Viresh Kumar <viresh.kumar@linaro.org>
2997 M:      Sudeep Holla <sudeep.holla@arm.com>
2998 L:      linux-pm@vger.kernel.org
2999 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3000 S:      Maintained
3001 F:      drivers/cpufreq/arm_big_little.h
3002 F:      drivers/cpufreq/arm_big_little.c
3003 F:      drivers/cpufreq/arm_big_little_dt.c
3004
3005 CPUIDLE DRIVER - ARM BIG LITTLE
3006 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3007 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3008 L:      linux-pm@vger.kernel.org
3009 L:      linux-arm-kernel@lists.infradead.org
3010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3011 S:      Maintained
3012 F:      drivers/cpuidle/cpuidle-big_little.c
3013
3014 CPUIDLE DRIVER - ARM EXYNOS
3015 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3016 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3017 M:      Kukjin Kim <kgene@kernel.org>
3018 L:      linux-pm@vger.kernel.org
3019 L:      linux-samsung-soc@vger.kernel.org
3020 S:      Supported
3021 F:      drivers/cpuidle/cpuidle-exynos.c
3022 F:      arch/arm/mach-exynos/pm.c
3023
3024 CPUIDLE DRIVERS
3025 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3026 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3027 L:      linux-pm@vger.kernel.org
3028 S:      Maintained
3029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3030 F:      drivers/cpuidle/*
3031 F:      include/linux/cpuidle.h
3032
3033 CPUID/MSR DRIVER
3034 M:      "H. Peter Anvin" <hpa@zytor.com>
3035 S:      Maintained
3036 F:      arch/x86/kernel/cpuid.c
3037 F:      arch/x86/kernel/msr.c
3038
3039 CPU POWER MONITORING SUBSYSTEM
3040 M:      Thomas Renninger <trenn@suse.com>
3041 L:      linux-pm@vger.kernel.org
3042 S:      Maintained
3043 F:      tools/power/cpupower/
3044
3045 CRAMFS FILESYSTEM
3046 W:      http://sourceforge.net/projects/cramfs/
3047 S:      Orphan / Obsolete
3048 F:      Documentation/filesystems/cramfs.txt
3049 F:      fs/cramfs/
3050
3051 CRIS PORT
3052 M:      Mikael Starvik <starvik@axis.com>
3053 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3054 L:      linux-cris-kernel@axis.com
3055 W:      http://developer.axis.com
3056 S:      Maintained
3057 F:      arch/cris/
3058 F:      drivers/tty/serial/crisv10.*
3059
3060 CRYPTO API
3061 M:      Herbert Xu <herbert@gondor.apana.org.au>
3062 M:      "David S. Miller" <davem@davemloft.net>
3063 L:      linux-crypto@vger.kernel.org
3064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3065 S:      Maintained
3066 F:      Documentation/crypto/
3067 F:      Documentation/DocBook/crypto-API.tmpl
3068 F:      arch/*/crypto/
3069 F:      crypto/
3070 F:      drivers/crypto/
3071 F:      include/crypto/
3072
3073 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3074 M:      Neil Horman <nhorman@tuxdriver.com>
3075 L:      linux-crypto@vger.kernel.org
3076 S:      Maintained
3077 F:      crypto/ansi_cprng.c
3078 F:      crypto/rng.c
3079
3080 CS5535 Audio ALSA driver
3081 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3082 S:      Maintained
3083 F:      sound/pci/cs5535audio/
3084
3085 CW1200 WLAN driver
3086 M:      Solomon Peachy <pizza@shaftnet.org>
3087 S:      Maintained
3088 F:      drivers/net/wireless/cw1200/
3089
3090 CX18 VIDEO4LINUX DRIVER
3091 M:      Andy Walls <awalls@md.metrocast.net>
3092 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3093 L:      linux-media@vger.kernel.org
3094 T:      git git://linuxtv.org/media_tree.git
3095 W:      http://linuxtv.org
3096 W:      http://www.ivtvdriver.org/index.php/Cx18
3097 S:      Maintained
3098 F:      Documentation/video4linux/cx18.txt
3099 F:      drivers/media/pci/cx18/
3100 F:      include/uapi/linux/ivtv*
3101
3102 CX2341X MPEG ENCODER HELPER MODULE
3103 M:      Hans Verkuil <hverkuil@xs4all.nl>
3104 L:      linux-media@vger.kernel.org
3105 T:      git git://linuxtv.org/media_tree.git
3106 W:      http://linuxtv.org
3107 S:      Maintained
3108 F:      drivers/media/common/cx2341x*
3109 F:      include/media/cx2341x*
3110
3111 CX24120 MEDIA DRIVER
3112 M:      Jemma Denson <jdenson@gmail.com>
3113 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3114 L:      linux-media@vger.kernel.org
3115 W:      http://linuxtv.org/
3116 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3117 S:      Maintained
3118 F:      drivers/media/dvb-frontends/cx24120*
3119
3120 CX88 VIDEO4LINUX DRIVER
3121 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3122 L:      linux-media@vger.kernel.org
3123 W:      http://linuxtv.org
3124 T:      git git://linuxtv.org/media_tree.git
3125 S:      Odd fixes
3126 F:      Documentation/video4linux/cx88/
3127 F:      drivers/media/pci/cx88/
3128
3129 CXD2820R MEDIA DRIVER
3130 M:      Antti Palosaari <crope@iki.fi>
3131 L:      linux-media@vger.kernel.org
3132 W:      http://linuxtv.org/
3133 W:      http://palosaari.fi/linux/
3134 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3135 T:      git git://linuxtv.org/anttip/media_tree.git
3136 S:      Maintained
3137 F:      drivers/media/dvb-frontends/cxd2820r*
3138
3139 CXGB3 ETHERNET DRIVER (CXGB3)
3140 M:      Santosh Raspatur <santosh@chelsio.com>
3141 L:      netdev@vger.kernel.org
3142 W:      http://www.chelsio.com
3143 S:      Supported
3144 F:      drivers/net/ethernet/chelsio/cxgb3/
3145
3146 CXGB3 ISCSI DRIVER (CXGB3I)
3147 M:      Karen Xie <kxie@chelsio.com>
3148 L:      linux-scsi@vger.kernel.org
3149 W:      http://www.chelsio.com
3150 S:      Supported
3151 F:      drivers/scsi/cxgbi/cxgb3i
3152
3153 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3154 M:      Steve Wise <swise@chelsio.com>
3155 L:      linux-rdma@vger.kernel.org
3156 W:      http://www.openfabrics.org
3157 S:      Supported
3158 F:      drivers/infiniband/hw/cxgb3/
3159
3160 CXGB4 ETHERNET DRIVER (CXGB4)
3161 M:      Hariprasad S <hariprasad@chelsio.com>
3162 L:      netdev@vger.kernel.org
3163 W:      http://www.chelsio.com
3164 S:      Supported
3165 F:      drivers/net/ethernet/chelsio/cxgb4/
3166
3167 CXGB4 ISCSI DRIVER (CXGB4I)
3168 M:      Karen Xie <kxie@chelsio.com>
3169 L:      linux-scsi@vger.kernel.org
3170 W:      http://www.chelsio.com
3171 S:      Supported
3172 F:      drivers/scsi/cxgbi/cxgb4i
3173
3174 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3175 M:      Steve Wise <swise@chelsio.com>
3176 L:      linux-rdma@vger.kernel.org
3177 W:      http://www.openfabrics.org
3178 S:      Supported
3179 F:      drivers/infiniband/hw/cxgb4/
3180
3181 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3182 M:      Casey Leedom <leedom@chelsio.com>
3183 L:      netdev@vger.kernel.org
3184 W:      http://www.chelsio.com
3185 S:      Supported
3186 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3187
3188 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3189 M:      Ian Munsie <imunsie@au1.ibm.com>
3190 M:      Michael Neuling <mikey@neuling.org>
3191 L:      linuxppc-dev@lists.ozlabs.org
3192 S:      Supported
3193 F:      drivers/misc/cxl/
3194 F:      include/misc/cxl*
3195 F:      include/uapi/misc/cxl.h
3196 F:      Documentation/powerpc/cxl.txt
3197 F:      Documentation/powerpc/cxl.txt
3198 F:      Documentation/ABI/testing/sysfs-class-cxl
3199
3200 STMMAC ETHERNET DRIVER
3201 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3202 L:      netdev@vger.kernel.org
3203 W:      http://www.stlinux.com
3204 S:      Supported
3205 F:      drivers/net/ethernet/stmicro/stmmac/
3206
3207 CYBERPRO FB DRIVER
3208 M:      Russell King <linux@arm.linux.org.uk>
3209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3210 W:      http://www.arm.linux.org.uk/
3211 S:      Maintained
3212 F:      drivers/video/fbdev/cyber2000fb.*
3213
3214 CYCLADES ASYNC MUX DRIVER
3215 W:      http://www.cyclades.com/
3216 S:      Orphan
3217 F:      drivers/tty/cyclades.c
3218 F:      include/linux/cyclades.h
3219 F:      include/uapi/linux/cyclades.h
3220
3221 CYCLADES PC300 DRIVER
3222 W:      http://www.cyclades.com/
3223 S:      Orphan
3224 F:      drivers/net/wan/pc300*
3225
3226 CYPRESS_FIRMWARE MEDIA DRIVER
3227 M:      Antti Palosaari <crope@iki.fi>
3228 L:      linux-media@vger.kernel.org
3229 W:      http://linuxtv.org/
3230 W:      http://palosaari.fi/linux/
3231 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3232 T:      git git://linuxtv.org/anttip/media_tree.git
3233 S:      Maintained
3234 F:      drivers/media/common/cypress_firmware*
3235
3236 CYTTSP TOUCHSCREEN DRIVER
3237 M:      Ferruh Yigit <fery@cypress.com>
3238 L:      linux-input@vger.kernel.org
3239 S:      Supported
3240 F:      drivers/input/touchscreen/cyttsp*
3241 F:      include/linux/input/cyttsp.h
3242
3243 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3244 M:      Joshua Kinard <kumba@gentoo.org>
3245 S:      Maintained
3246 F:      drivers/rtc/rtc-ds1685.c
3247 F:      include/linux/rtc/ds1685.h
3248
3249 DAMA SLAVE for AX.25
3250 M:      Joerg Reuter <jreuter@yaina.de>
3251 W:      http://yaina.de/jreuter/
3252 W:      http://www.qsl.net/dl1bke/
3253 L:      linux-hams@vger.kernel.org
3254 S:      Maintained
3255 F:      net/ax25/af_ax25.c
3256 F:      net/ax25/ax25_dev.c
3257 F:      net/ax25/ax25_ds_*
3258 F:      net/ax25/ax25_in.c
3259 F:      net/ax25/ax25_out.c
3260 F:      net/ax25/ax25_timer.c
3261 F:      net/ax25/sysctl_net_ax25.c
3262
3263 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3264 L:      netdev@vger.kernel.org
3265 S:      Orphan
3266 F:      Documentation/networking/dmfe.txt
3267 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3268
3269 DC390/AM53C974 SCSI driver
3270 M:      Hannes Reinecke <hare@suse.com>
3271 L:      linux-scsi@vger.kernel.org
3272 S:      Maintained
3273 F:      drivers/scsi/am53c974.c
3274
3275 DC395x SCSI driver
3276 M:      Oliver Neukum <oliver@neukum.org>
3277 M:      Ali Akcaagac <aliakc@web.de>
3278 M:      Jamie Lenehan <lenehan@twibble.org>
3279 L:      dc395x@twibble.org
3280 W:      http://twibble.org/dist/dc395x/
3281 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3282 S:      Maintained
3283 F:      Documentation/scsi/dc395x.txt
3284 F:      drivers/scsi/dc395x.*
3285
3286 DCCP PROTOCOL
3287 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3288 L:      dccp@vger.kernel.org
3289 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3290 S:      Maintained
3291 F:      include/linux/dccp.h
3292 F:      include/uapi/linux/dccp.h
3293 F:      include/linux/tfrc.h
3294 F:      net/dccp/
3295
3296 DECnet NETWORK LAYER
3297 W:      http://linux-decnet.sourceforge.net
3298 L:      linux-decnet-user@lists.sourceforge.net
3299 S:      Orphan
3300 F:      Documentation/networking/decnet.txt
3301 F:      net/decnet/
3302
3303 DECSTATION PLATFORM SUPPORT
3304 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3305 L:      linux-mips@linux-mips.org
3306 W:      http://www.linux-mips.org/wiki/DECstation
3307 S:      Maintained
3308 F:      arch/mips/dec/
3309 F:      arch/mips/include/asm/dec/
3310 F:      arch/mips/include/asm/mach-dec/
3311
3312 DEFXX FDDI NETWORK DRIVER
3313 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3314 S:      Maintained
3315 F:      drivers/net/fddi/defxx.*
3316
3317 DELL LAPTOP DRIVER
3318 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3319 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3320 L:      platform-driver-x86@vger.kernel.org
3321 S:      Maintained
3322 F:      drivers/platform/x86/dell-laptop.c
3323
3324 DELL LAPTOP RBTN DRIVER
3325 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3326 S:      Maintained
3327 F:      drivers/platform/x86/dell-rbtn.*
3328
3329 DELL LAPTOP FREEFALL DRIVER
3330 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3331 S:      Maintained
3332 F:      drivers/platform/x86/dell-smo8800.c
3333
3334 DELL LAPTOP SMM DRIVER
3335 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3336 S:      Maintained
3337 F:      drivers/hwmon/dell-smm-hwmon.c
3338 F:      include/uapi/linux/i8k.h
3339
3340 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3341 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3342 S:      Maintained
3343 F:      Documentation/dcdbas.txt
3344 F:      drivers/firmware/dcdbas.*
3345
3346 DELL WMI EXTRAS DRIVER
3347 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3348 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3349 S:      Maintained
3350 F:      drivers/platform/x86/dell-wmi.c
3351
3352 DESIGNWARE USB2 DRD IP DRIVER
3353 M:      John Youn <johnyoun@synopsys.com>
3354 L:      linux-usb@vger.kernel.org
3355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3356 S:      Maintained
3357 F:      drivers/usb/dwc2/
3358
3359 DESIGNWARE USB3 DRD IP DRIVER
3360 M:      Felipe Balbi <balbi@ti.com>
3361 L:      linux-usb@vger.kernel.org
3362 L:      linux-omap@vger.kernel.org
3363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3364 S:      Maintained
3365 F:      drivers/usb/dwc3/
3366
3367 DEVICE COREDUMP (DEV_COREDUMP)
3368 M:      Johannes Berg <johannes@sipsolutions.net>
3369 L:      linux-kernel@vger.kernel.org
3370 S:      Maintained
3371 F:      drivers/base/devcoredump.c
3372 F:      include/linux/devcoredump.h
3373
3374 DEVICE FREQUENCY (DEVFREQ)
3375 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3376 M:      Kyungmin Park <kyungmin.park@samsung.com>
3377 L:      linux-pm@vger.kernel.org
3378 S:      Maintained
3379 F:      drivers/devfreq/
3380
3381 DEVICE NUMBER REGISTRY
3382 M:      Torben Mathiasen <device@lanana.org>
3383 W:      http://lanana.org/docs/device-list/index.html
3384 S:      Maintained
3385
3386 DEVICE-MAPPER  (LVM)
3387 M:      Alasdair Kergon <agk@redhat.com>
3388 M:      Mike Snitzer <snitzer@redhat.com>
3389 M:      dm-devel@redhat.com
3390 L:      dm-devel@redhat.com
3391 W:      http://sources.redhat.com/dm
3392 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3394 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3395 S:      Maintained
3396 F:      Documentation/device-mapper/
3397 F:      drivers/md/dm*
3398 F:      drivers/md/persistent-data/
3399 F:      include/linux/device-mapper.h
3400 F:      include/linux/dm-*.h
3401 F:      include/uapi/linux/dm-*.h
3402
3403 DIALOG SEMICONDUCTOR DRIVERS
3404 M:      Support Opensource <support.opensource@diasemi.com>
3405 W:      http://www.dialog-semiconductor.com/products
3406 S:      Supported
3407 F:      Documentation/hwmon/da90??
3408 F:      drivers/gpio/gpio-da90??.c
3409 F:      drivers/hwmon/da90??-hwmon.c
3410 F:      drivers/iio/adc/da91??-*.c
3411 F:      drivers/input/misc/da90??_onkey.c
3412 F:      drivers/input/touchscreen/da9052_tsi.c
3413 F:      drivers/leds/leds-da90??.c
3414 F:      drivers/mfd/da903x.c
3415 F:      drivers/mfd/da90??-*.c
3416 F:      drivers/mfd/da91??-*.c
3417 F:      drivers/power/da9052-battery.c
3418 F:      drivers/power/da91??-*.c
3419 F:      drivers/regulator/da903x.c
3420 F:      drivers/regulator/da9???-regulator.[ch]
3421 F:      drivers/rtc/rtc-da90??.c
3422 F:      drivers/video/backlight/da90??_bl.c
3423 F:      drivers/watchdog/da90??_wdt.c
3424 F:      include/linux/mfd/da903x.h
3425 F:      include/linux/mfd/da9052/
3426 F:      include/linux/mfd/da9055/
3427 F:      include/linux/mfd/da9063/
3428 F:      include/linux/mfd/da9150/
3429 F:      include/sound/da[79]*.h
3430 F:      sound/soc/codecs/da[79]*.[ch]
3431
3432 DIGI NEO AND CLASSIC PCI PRODUCTS
3433 M:      Lidza Louina <lidza.louina@gmail.com>
3434 M:      Mark Hounschell <markh@compro.net>
3435 L:      driverdev-devel@linuxdriverproject.org
3436 S:      Maintained
3437 F:      drivers/staging/dgnc/
3438
3439 DIGI EPCA PCI PRODUCTS
3440 M:      Lidza Louina <lidza.louina@gmail.com>
3441 M:      Daeseok Youn <daeseok.youn@gmail.com>
3442 L:      driverdev-devel@linuxdriverproject.org
3443 S:      Maintained
3444 F:      drivers/staging/dgap/
3445
3446 DIOLAN U2C-12 I2C DRIVER
3447 M:      Guenter Roeck <linux@roeck-us.net>
3448 L:      linux-i2c@vger.kernel.org
3449 S:      Maintained
3450 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3451
3452 DIRECT ACCESS (DAX)
3453 M:      Matthew Wilcox <willy@linux.intel.com>
3454 L:      linux-fsdevel@vger.kernel.org
3455 S:      Supported
3456 F:      fs/dax.c
3457
3458 DIRECTORY NOTIFICATION (DNOTIFY)
3459 M:      Eric Paris <eparis@parisplace.org>
3460 S:      Maintained
3461 F:      Documentation/filesystems/dnotify.txt
3462 F:      fs/notify/dnotify/
3463 F:      include/linux/dnotify.h
3464
3465 DISK GEOMETRY AND PARTITION HANDLING
3466 M:      Andries Brouwer <aeb@cwi.nl>
3467 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3468 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3469 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3470 S:      Maintained
3471
3472 DISKQUOTA
3473 M:      Jan Kara <jack@suse.com>
3474 S:      Maintained
3475 F:      Documentation/filesystems/quota.txt
3476 F:      fs/quota/
3477 F:      include/linux/quota*.h
3478 F:      include/uapi/linux/quota*.h
3479
3480 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3481 M:      Bernie Thompson <bernie@plugable.com>
3482 L:      linux-fbdev@vger.kernel.org
3483 S:      Maintained
3484 W:      http://plugable.com/category/projects/udlfb/
3485 F:      drivers/video/fbdev/udlfb.c
3486 F:      include/video/udlfb.h
3487 F:      Documentation/fb/udlfb.txt
3488
3489 DISTRIBUTED LOCK MANAGER (DLM)
3490 M:      Christine Caulfield <ccaulfie@redhat.com>
3491 M:      David Teigland <teigland@redhat.com>
3492 L:      cluster-devel@redhat.com
3493 W:      http://sources.redhat.com/cluster/
3494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3495 S:      Supported
3496 F:      fs/dlm/
3497
3498 DMA BUFFER SHARING FRAMEWORK
3499 M:      Sumit Semwal <sumit.semwal@linaro.org>
3500 S:      Maintained
3501 L:      linux-media@vger.kernel.org
3502 L:      dri-devel@lists.freedesktop.org
3503 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3504 F:      drivers/dma-buf/
3505 F:      include/linux/dma-buf*
3506 F:      include/linux/reservation.h
3507 F:      include/linux/*fence.h
3508 F:      Documentation/dma-buf-sharing.txt
3509 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3510
3511 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3512 M:      Vinod Koul <vinod.koul@intel.com>
3513 L:      dmaengine@vger.kernel.org
3514 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3515 S:      Maintained
3516 F:      drivers/dma/
3517 F:      include/linux/dmaengine.h
3518 F:      Documentation/dmaengine/
3519 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3520
3521 DME1737 HARDWARE MONITOR DRIVER
3522 M:      Juerg Haefliger <juergh@gmail.com>
3523 L:      lm-sensors@lm-sensors.org
3524 S:      Maintained
3525 F:      Documentation/hwmon/dme1737
3526 F:      drivers/hwmon/dme1737.c
3527
3528 DMI/SMBIOS SUPPORT
3529 M:      Jean Delvare <jdelvare@suse.com>
3530 S:      Maintained
3531 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3532 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3533 F:      drivers/firmware/dmi-id.c
3534 F:      drivers/firmware/dmi_scan.c
3535 F:      include/linux/dmi.h
3536
3537 DOCUMENTATION
3538 M:      Jonathan Corbet <corbet@lwn.net>
3539 L:      linux-doc@vger.kernel.org
3540 S:      Maintained
3541 F:      Documentation/
3542 X:      Documentation/ABI/
3543 X:      Documentation/devicetree/
3544 X:      Documentation/acpi
3545 X:      Documentation/power
3546 X:      Documentation/spi
3547 X:      Documentation/DocBook/media
3548 T:      git git://git.lwn.net/linux-2.6.git docs-next
3549
3550 DOUBLETALK DRIVER
3551 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3552 L:      blinux-list@redhat.com
3553 S:      Maintained
3554 F:      drivers/char/dtlk.c
3555 F:      include/linux/dtlk.h
3556
3557 DPT_I2O SCSI RAID DRIVER
3558 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3559 L:      linux-scsi@vger.kernel.org
3560 W:      http://www.adaptec.com/
3561 S:      Maintained
3562 F:      drivers/scsi/dpt*
3563 F:      drivers/scsi/dpt/
3564
3565 DRBD DRIVER
3566 P:      Philipp Reisner
3567 P:      Lars Ellenberg
3568 M:      drbd-dev@lists.linbit.com
3569 L:      drbd-user@lists.linbit.com
3570 W:      http://www.drbd.org
3571 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3572 T:      git git://git.drbd.org/drbd-8.3.git
3573 S:      Supported
3574 F:      drivers/block/drbd/
3575 F:      lib/lru_cache.c
3576 F:      Documentation/blockdev/drbd/
3577
3578 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3579 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3581 S:      Supported
3582 F:      Documentation/kobject.txt
3583 F:      drivers/base/
3584 F:      fs/debugfs/
3585 F:      fs/kernfs/
3586 F:      fs/sysfs/
3587 F:      include/linux/debugfs.h
3588 F:      include/linux/kobj*
3589 F:      lib/kobj*
3590
3591 DRM DRIVERS
3592 M:      David Airlie <airlied@linux.ie>
3593 L:      dri-devel@lists.freedesktop.org
3594 T:      git git://people.freedesktop.org/~airlied/linux
3595 S:      Maintained
3596 F:      drivers/gpu/drm/
3597 F:      drivers/gpu/vga/
3598 F:      include/drm/
3599 F:      include/uapi/drm/
3600
3601 RADEON DRM DRIVERS
3602 M:      Alex Deucher <alexander.deucher@amd.com>
3603 M:      Christian König <christian.koenig@amd.com>
3604 L:      dri-devel@lists.freedesktop.org
3605 T:      git git://people.freedesktop.org/~agd5f/linux
3606 S:      Supported
3607 F:      drivers/gpu/drm/radeon/
3608 F:      include/uapi/drm/radeon*
3609
3610 DRM PANEL DRIVERS
3611 M:      Thierry Reding <thierry.reding@gmail.com>
3612 L:      dri-devel@lists.freedesktop.org
3613 T:      git git://anongit.freedesktop.org/tegra/linux.git
3614 S:      Maintained
3615 F:      drivers/gpu/drm/drm_panel.c
3616 F:      drivers/gpu/drm/panel/
3617 F:      include/drm/drm_panel.h
3618 F:      Documentation/devicetree/bindings/panel/
3619
3620 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3621 M:      Daniel Vetter <daniel.vetter@intel.com>
3622 M:      Jani Nikula <jani.nikula@linux.intel.com>
3623 L:      intel-gfx@lists.freedesktop.org
3624 L:      dri-devel@lists.freedesktop.org
3625 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3626 T:      git git://anongit.freedesktop.org/drm-intel
3627 S:      Supported
3628 F:      drivers/gpu/drm/i915/
3629 F:      include/drm/i915*
3630 F:      include/uapi/drm/i915*
3631
3632 DRM DRIVERS FOR ATMEL HLCDC
3633 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3634 L:      dri-devel@lists.freedesktop.org
3635 S:      Supported
3636 F:      drivers/gpu/drm/atmel-hlcdc/
3637 F:      Documentation/devicetree/bindings/drm/atmel/
3638
3639 DRM DRIVERS FOR EXYNOS
3640 M:      Inki Dae <inki.dae@samsung.com>
3641 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3642 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3643 M:      Kyungmin Park <kyungmin.park@samsung.com>
3644 L:      dri-devel@lists.freedesktop.org
3645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3646 S:      Supported
3647 F:      drivers/gpu/drm/exynos/
3648 F:      include/drm/exynos*
3649 F:      include/uapi/drm/exynos*
3650
3651 DRM DRIVERS FOR FREESCALE DCU
3652 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3653 M:      Alison Wang <alison.wang@freescale.com>
3654 L:      dri-devel@lists.freedesktop.org
3655 S:      Supported
3656 F:      drivers/gpu/drm/fsl-dcu/
3657 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3658 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3659
3660 DRM DRIVERS FOR FREESCALE IMX
3661 M:      Philipp Zabel <p.zabel@pengutronix.de>
3662 L:      dri-devel@lists.freedesktop.org
3663 S:      Maintained
3664 F:      drivers/gpu/drm/imx/
3665 F:      Documentation/devicetree/bindings/drm/imx/
3666
3667 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3668 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3669 L:      dri-devel@lists.freedesktop.org
3670 T:      git git://github.com/patjak/drm-gma500
3671 S:      Maintained
3672 F:      drivers/gpu/drm/gma500
3673 F:      include/drm/gma500*
3674
3675 DRM DRIVERS FOR NVIDIA TEGRA
3676 M:      Thierry Reding <thierry.reding@gmail.com>
3677 M:      Terje Bergström <tbergstrom@nvidia.com>
3678 L:      dri-devel@lists.freedesktop.org
3679 L:      linux-tegra@vger.kernel.org
3680 T:      git git://anongit.freedesktop.org/tegra/linux.git
3681 S:      Supported
3682 F:      drivers/gpu/drm/tegra/
3683 F:      drivers/gpu/host1x/
3684 F:      include/linux/host1x.h
3685 F:      include/uapi/drm/tegra_drm.h
3686 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3687
3688 DRM DRIVERS FOR RENESAS
3689 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3690 L:      dri-devel@lists.freedesktop.org
3691 L:      linux-sh@vger.kernel.org
3692 T:      git git://people.freedesktop.org/~airlied/linux
3693 S:      Supported
3694 F:      drivers/gpu/drm/rcar-du/
3695 F:      drivers/gpu/drm/shmobile/
3696 F:      include/linux/platform_data/shmob_drm.h
3697
3698 DRM DRIVERS FOR ROCKCHIP
3699 M:      Mark Yao <mark.yao@rock-chips.com>
3700 L:      dri-devel@lists.freedesktop.org
3701 S:      Maintained
3702 F:      drivers/gpu/drm/rockchip/
3703 F:      Documentation/devicetree/bindings/video/rockchip*
3704
3705 DRM DRIVERS FOR STI
3706 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3707 M:      Vincent Abriou <vincent.abriou@st.com>
3708 L:      dri-devel@lists.freedesktop.org
3709 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3710 S:      Maintained
3711 F:      drivers/gpu/drm/sti
3712 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3713
3714 DSBR100 USB FM RADIO DRIVER
3715 M:      Alexey Klimov <klimov.linux@gmail.com>
3716 L:      linux-media@vger.kernel.org
3717 T:      git git://linuxtv.org/media_tree.git
3718 S:      Maintained
3719 F:      drivers/media/radio/dsbr100.c
3720
3721 DSCC4 DRIVER
3722 M:      Francois Romieu <romieu@fr.zoreil.com>
3723 L:      netdev@vger.kernel.org
3724 S:      Maintained
3725 F:      drivers/net/wan/dscc4.c
3726
3727 DT3155 MEDIA DRIVER
3728 M:      Hans Verkuil <hverkuil@xs4all.nl>
3729 L:      linux-media@vger.kernel.org
3730 T:      git git://linuxtv.org/media_tree.git
3731 W:      http://linuxtv.org
3732 S:      Odd Fixes
3733 F:      drivers/media/pci/dt3155/
3734
3735 DVB_USB_AF9015 MEDIA DRIVER
3736 M:      Antti Palosaari <crope@iki.fi>
3737 L:      linux-media@vger.kernel.org
3738 W:      http://linuxtv.org/
3739 W:      http://palosaari.fi/linux/
3740 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3741 T:      git git://linuxtv.org/anttip/media_tree.git
3742 S:      Maintained
3743 F:      drivers/media/usb/dvb-usb-v2/af9015*
3744
3745 DVB_USB_AF9035 MEDIA DRIVER
3746 M:      Antti Palosaari <crope@iki.fi>
3747 L:      linux-media@vger.kernel.org
3748 W:      http://linuxtv.org/
3749 W:      http://palosaari.fi/linux/
3750 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3751 T:      git git://linuxtv.org/anttip/media_tree.git
3752 S:      Maintained
3753 F:      drivers/media/usb/dvb-usb-v2/af9035*
3754
3755 DVB_USB_ANYSEE MEDIA DRIVER
3756 M:      Antti Palosaari <crope@iki.fi>
3757 L:      linux-media@vger.kernel.org
3758 W:      http://linuxtv.org/
3759 W:      http://palosaari.fi/linux/
3760 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3761 T:      git git://linuxtv.org/anttip/media_tree.git
3762 S:      Maintained
3763 F:      drivers/media/usb/dvb-usb-v2/anysee*
3764
3765 DVB_USB_AU6610 MEDIA DRIVER
3766 M:      Antti Palosaari <crope@iki.fi>
3767 L:      linux-media@vger.kernel.org
3768 W:      http://linuxtv.org/
3769 W:      http://palosaari.fi/linux/
3770 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3771 T:      git git://linuxtv.org/anttip/media_tree.git
3772 S:      Maintained
3773 F:      drivers/media/usb/dvb-usb-v2/au6610*
3774
3775 DVB_USB_CE6230 MEDIA DRIVER
3776 M:      Antti Palosaari <crope@iki.fi>
3777 L:      linux-media@vger.kernel.org
3778 W:      http://linuxtv.org/
3779 W:      http://palosaari.fi/linux/
3780 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3781 T:      git git://linuxtv.org/anttip/media_tree.git
3782 S:      Maintained
3783 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3784
3785 DVB_USB_CXUSB MEDIA DRIVER
3786 M:      Michael Krufky <mkrufky@linuxtv.org>
3787 L:      linux-media@vger.kernel.org
3788 W:      http://linuxtv.org/
3789 W:      http://github.com/mkrufky
3790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3791 T:      git git://linuxtv.org/media_tree.git
3792 S:      Maintained
3793 F:      drivers/media/usb/dvb-usb/cxusb*
3794
3795 DVB_USB_EC168 MEDIA DRIVER
3796 M:      Antti Palosaari <crope@iki.fi>
3797 L:      linux-media@vger.kernel.org
3798 W:      http://linuxtv.org/
3799 W:      http://palosaari.fi/linux/
3800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3801 T:      git git://linuxtv.org/anttip/media_tree.git
3802 S:      Maintained
3803 F:      drivers/media/usb/dvb-usb-v2/ec168*
3804
3805 DVB_USB_GL861 MEDIA DRIVER
3806 M:      Antti Palosaari <crope@iki.fi>
3807 L:      linux-media@vger.kernel.org
3808 W:      http://linuxtv.org/
3809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3810 T:      git git://linuxtv.org/anttip/media_tree.git
3811 S:      Maintained
3812 F:      drivers/media/usb/dvb-usb-v2/gl861*
3813
3814 DVB_USB_MXL111SF MEDIA DRIVER
3815 M:      Michael Krufky <mkrufky@linuxtv.org>
3816 L:      linux-media@vger.kernel.org
3817 W:      http://linuxtv.org/
3818 W:      http://github.com/mkrufky
3819 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3820 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3821 S:      Maintained
3822 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3823
3824 DVB_USB_RTL28XXU MEDIA DRIVER
3825 M:      Antti Palosaari <crope@iki.fi>
3826 L:      linux-media@vger.kernel.org
3827 W:      http://linuxtv.org/
3828 W:      http://palosaari.fi/linux/
3829 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3830 T:      git git://linuxtv.org/anttip/media_tree.git
3831 S:      Maintained
3832 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3833
3834 DVB_USB_V2 MEDIA DRIVER
3835 M:      Antti Palosaari <crope@iki.fi>
3836 L:      linux-media@vger.kernel.org
3837 W:      http://linuxtv.org/
3838 W:      http://palosaari.fi/linux/
3839 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3840 T:      git git://linuxtv.org/anttip/media_tree.git
3841 S:      Maintained
3842 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3843 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3844
3845 DYNAMIC DEBUG
3846 M:      Jason Baron <jbaron@akamai.com>
3847 S:      Maintained
3848 F:      lib/dynamic_debug.c
3849 F:      include/linux/dynamic_debug.h
3850
3851 DZ DECSTATION DZ11 SERIAL DRIVER
3852 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3853 S:      Maintained
3854 F:      drivers/tty/serial/dz.*
3855
3856 E3X0 POWER BUTTON DRIVER
3857 M:      Moritz Fischer <moritz.fischer@ettus.com>
3858 L:      usrp-users@lists.ettus.com
3859 W:      http://www.ettus.com
3860 S:      Supported
3861 F:      drivers/input/misc/e3x0-button.c
3862 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3863
3864 E4000 MEDIA DRIVER
3865 M:      Antti Palosaari <crope@iki.fi>
3866 L:      linux-media@vger.kernel.org
3867 W:      http://linuxtv.org/
3868 W:      http://palosaari.fi/linux/
3869 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3870 T:      git git://linuxtv.org/anttip/media_tree.git
3871 S:      Maintained
3872 F:      drivers/media/tuners/e4000*
3873
3874 EATA ISA/EISA/PCI SCSI DRIVER
3875 M:      Dario Ballabio <ballabio_dario@emc.com>
3876 L:      linux-scsi@vger.kernel.org
3877 S:      Maintained
3878 F:      drivers/scsi/eata.c
3879
3880 EC100 MEDIA DRIVER
3881 M:      Antti Palosaari <crope@iki.fi>
3882 L:      linux-media@vger.kernel.org
3883 W:      http://linuxtv.org/
3884 W:      http://palosaari.fi/linux/
3885 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3886 T:      git git://linuxtv.org/anttip/media_tree.git
3887 S:      Maintained
3888 F:      drivers/media/dvb-frontends/ec100*
3889
3890 ECRYPT FILE SYSTEM
3891 M:      Tyler Hicks <tyhicks@canonical.com>
3892 L:      ecryptfs@vger.kernel.org
3893 W:      http://ecryptfs.org
3894 W:      https://launchpad.net/ecryptfs
3895 S:      Supported
3896 F:      Documentation/filesystems/ecryptfs.txt
3897 F:      fs/ecryptfs/
3898
3899 EDAC-CORE
3900 M:      Doug Thompson <dougthompson@xmission.com>
3901 M:      Borislav Petkov <bp@alien8.de>
3902 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3903 L:      linux-edac@vger.kernel.org
3904 W:      bluesmoke.sourceforge.net
3905 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3906 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3907 S:      Supported
3908 F:      Documentation/edac.txt
3909 F:      drivers/edac/
3910 F:      include/linux/edac.h
3911
3912 EDAC-AMD64
3913 M:      Doug Thompson <dougthompson@xmission.com>
3914 M:      Borislav Petkov <bp@alien8.de>
3915 L:      linux-edac@vger.kernel.org
3916 W:      bluesmoke.sourceforge.net
3917 S:      Maintained
3918 F:      drivers/edac/amd64_edac*
3919
3920 EDAC-CALXEDA
3921 M:      Doug Thompson <dougthompson@xmission.com>
3922 M:      Robert Richter <rric@kernel.org>
3923 L:      linux-edac@vger.kernel.org
3924 W:      bluesmoke.sourceforge.net
3925 S:      Maintained
3926 F:      drivers/edac/highbank*
3927
3928 EDAC-CAVIUM
3929 M:      Ralf Baechle <ralf@linux-mips.org>
3930 M:      David Daney <david.daney@cavium.com>
3931 L:      linux-edac@vger.kernel.org
3932 L:      linux-mips@linux-mips.org
3933 W:      bluesmoke.sourceforge.net
3934 S:      Supported
3935 F:      drivers/edac/octeon_edac*
3936
3937 EDAC-E752X
3938 M:      Mark Gross <mark.gross@intel.com>
3939 M:      Doug Thompson <dougthompson@xmission.com>
3940 L:      linux-edac@vger.kernel.org
3941 W:      bluesmoke.sourceforge.net
3942 S:      Maintained
3943 F:      drivers/edac/e752x_edac.c
3944
3945 EDAC-E7XXX
3946 M:      Doug Thompson <dougthompson@xmission.com>
3947 L:      linux-edac@vger.kernel.org
3948 W:      bluesmoke.sourceforge.net
3949 S:      Maintained
3950 F:      drivers/edac/e7xxx_edac.c
3951
3952 EDAC-GHES
3953 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/ghes_edac.c
3958
3959 EDAC-I82443BXGX
3960 M:      Tim Small <tim@buttersideup.com>
3961 L:      linux-edac@vger.kernel.org
3962 W:      bluesmoke.sourceforge.net
3963 S:      Maintained
3964 F:      drivers/edac/i82443bxgx_edac.c
3965
3966 EDAC-I3000
3967 M:      Jason Uhlenkott <juhlenko@akamai.com>
3968 L:      linux-edac@vger.kernel.org
3969 W:      bluesmoke.sourceforge.net
3970 S:      Maintained
3971 F:      drivers/edac/i3000_edac.c
3972
3973 EDAC-I5000
3974 M:      Doug Thompson <dougthompson@xmission.com>
3975 L:      linux-edac@vger.kernel.org
3976 W:      bluesmoke.sourceforge.net
3977 S:      Maintained
3978 F:      drivers/edac/i5000_edac.c
3979
3980 EDAC-I5400
3981 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3982 L:      linux-edac@vger.kernel.org
3983 W:      bluesmoke.sourceforge.net
3984 S:      Maintained
3985 F:      drivers/edac/i5400_edac.c
3986
3987 EDAC-I7300
3988 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3989 L:      linux-edac@vger.kernel.org
3990 W:      bluesmoke.sourceforge.net
3991 S:      Maintained
3992 F:      drivers/edac/i7300_edac.c
3993
3994 EDAC-I7CORE
3995 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3996 L:      linux-edac@vger.kernel.org
3997 W:      bluesmoke.sourceforge.net
3998 S:      Maintained
3999 F:      drivers/edac/i7core_edac.c
4000
4001 EDAC-I82975X
4002 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4003 M:      "Arvind R." <arvino55@gmail.com>
4004 L:      linux-edac@vger.kernel.org
4005 W:      bluesmoke.sourceforge.net
4006 S:      Maintained
4007 F:      drivers/edac/i82975x_edac.c
4008
4009 EDAC-IE31200
4010 M:      Jason Baron <jbaron@akamai.com>
4011 L:      linux-edac@vger.kernel.org
4012 W:      bluesmoke.sourceforge.net
4013 S:      Maintained
4014 F:      drivers/edac/ie31200_edac.c
4015
4016 EDAC-MPC85XX
4017 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4018 L:      linux-edac@vger.kernel.org
4019 W:      bluesmoke.sourceforge.net
4020 S:      Maintained
4021 F:      drivers/edac/mpc85xx_edac.[ch]
4022
4023 EDAC-PASEMI
4024 M:      Egor Martovetsky <egor@pasemi.com>
4025 L:      linux-edac@vger.kernel.org
4026 W:      bluesmoke.sourceforge.net
4027 S:      Maintained
4028 F:      drivers/edac/pasemi_edac.c
4029
4030 EDAC-R82600
4031 M:      Tim Small <tim@buttersideup.com>
4032 L:      linux-edac@vger.kernel.org
4033 W:      bluesmoke.sourceforge.net
4034 S:      Maintained
4035 F:      drivers/edac/r82600_edac.c
4036
4037 EDAC-SBRIDGE
4038 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4039 L:      linux-edac@vger.kernel.org
4040 W:      bluesmoke.sourceforge.net
4041 S:      Maintained
4042 F:      drivers/edac/sb_edac.c
4043
4044 EDAC-XGENE
4045 APPLIED MICRO (APM) X-GENE SOC EDAC
4046 M:     Loc Ho <lho@apm.com>
4047 S:     Supported
4048 F:     drivers/edac/xgene_edac.c
4049 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4050
4051 EDIROL UA-101/UA-1000 DRIVER
4052 M:      Clemens Ladisch <clemens@ladisch.de>
4053 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4054 T:      git git://git.alsa-project.org/alsa-kernel.git
4055 S:      Maintained
4056 F:      sound/usb/misc/ua101.c
4057
4058 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4059 M:      Matt Fleming <matt@codeblueprint.co.uk>
4060 L:      linux-efi@vger.kernel.org
4061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4062 S:      Maintained
4063 F:      Documentation/efi-stub.txt
4064 F:      arch/ia64/kernel/efi.c
4065 F:      arch/x86/boot/compressed/eboot.[ch]
4066 F:      arch/x86/include/asm/efi.h
4067 F:      arch/x86/platform/efi/*
4068 F:      drivers/firmware/efi/*
4069 F:      include/linux/efi*.h
4070
4071 EFI VARIABLE FILESYSTEM
4072 M:      Matthew Garrett <matthew.garrett@nebula.com>
4073 M:      Jeremy Kerr <jk@ozlabs.org>
4074 M:      Matt Fleming <matt@codeblueprint.co.uk>
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4076 L:      linux-efi@vger.kernel.org
4077 S:      Maintained
4078 F:      fs/efivarfs/
4079
4080 EFIFB FRAMEBUFFER DRIVER
4081 L:      linux-fbdev@vger.kernel.org
4082 M:      Peter Jones <pjones@redhat.com>
4083 S:      Maintained
4084 F:      drivers/video/fbdev/efifb.c
4085
4086 EFS FILESYSTEM
4087 W:      http://aeschi.ch.eu.org/efs/
4088 S:      Orphan
4089 F:      fs/efs/
4090
4091 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4092 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4093 M:      Christoph Raisch <raisch@de.ibm.com>
4094 L:      linux-rdma@vger.kernel.org
4095 S:      Supported
4096 F:      drivers/infiniband/hw/ehca/
4097
4098 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4099 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4100 L:      netdev@vger.kernel.org
4101 S:      Maintained
4102 F:      drivers/net/ethernet/ibm/ehea/
4103
4104 EM28XX VIDEO4LINUX DRIVER
4105 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4106 L:      linux-media@vger.kernel.org
4107 W:      http://linuxtv.org
4108 T:      git git://linuxtv.org/media_tree.git
4109 S:      Maintained
4110 F:      drivers/media/usb/em28xx/
4111
4112 EMBEDDED LINUX
4113 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4114 M:      Matt Mackall <mpm@selenic.com>
4115 M:      David Woodhouse <dwmw2@infradead.org>
4116 L:      linux-embedded@vger.kernel.org
4117 S:      Maintained
4118
4119 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4120 M:      James Smart <james.smart@avagotech.com>
4121 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4122 L:      linux-scsi@vger.kernel.org
4123 W:      http://www.avagotech.com
4124 S:      Supported
4125 F:      drivers/scsi/lpfc/
4126
4127 ENE CB710 FLASH CARD READER DRIVER
4128 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4129 S:      Maintained
4130 F:      drivers/misc/cb710/
4131 F:      drivers/mmc/host/cb710-mmc.*
4132 F:      include/linux/cb710.h
4133
4134 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4135 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4136 S:      Maintained
4137 F:      drivers/media/rc/ene_ir.*
4138
4139 ENHANCED ERROR HANDLING (EEH)
4140 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4141 L:      linuxppc-dev@lists.ozlabs.org
4142 S:      Supported
4143 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4144 F:      arch/powerpc/kernel/eeh*.c
4145
4146 EPSON S1D13XXX FRAMEBUFFER DRIVER
4147 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4148 S:      Maintained
4149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4150 F:      drivers/video/fbdev/s1d13xxxfb.c
4151 F:      include/video/s1d13xxxfb.h
4152
4153 ET131X NETWORK DRIVER
4154 M:      Mark Einon <mark.einon@gmail.com>
4155 S:      Odd Fixes
4156 F:      drivers/net/ethernet/agere/
4157
4158 ETHERNET BRIDGE
4159 M:      Stephen Hemminger <stephen@networkplumber.org>
4160 L:      bridge@lists.linux-foundation.org
4161 L:      netdev@vger.kernel.org
4162 W:      http://www.linuxfoundation.org/en/Net:Bridge
4163 S:      Maintained
4164 F:      include/linux/netfilter_bridge/
4165 F:      net/bridge/
4166
4167 ETHERNET PHY LIBRARY
4168 M:      Florian Fainelli <f.fainelli@gmail.com>
4169 L:      netdev@vger.kernel.org
4170 S:      Maintained
4171 F:      include/linux/phy.h
4172 F:      include/linux/phy_fixed.h
4173 F:      drivers/net/phy/
4174 F:      Documentation/networking/phy.txt
4175 F:      drivers/of/of_mdio.c
4176 F:      drivers/of/of_net.c
4177
4178 EXT2 FILE SYSTEM
4179 M:      Jan Kara <jack@suse.com>
4180 L:      linux-ext4@vger.kernel.org
4181 S:      Maintained
4182 F:      Documentation/filesystems/ext2.txt
4183 F:      fs/ext2/
4184 F:      include/linux/ext2*
4185
4186 EXT4 FILE SYSTEM
4187 M:      "Theodore Ts'o" <tytso@mit.edu>
4188 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4189 L:      linux-ext4@vger.kernel.org
4190 W:      http://ext4.wiki.kernel.org
4191 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4192 S:      Maintained
4193 F:      Documentation/filesystems/ext4.txt
4194 F:      fs/ext4/
4195
4196 Extended Verification Module (EVM)
4197 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4198 L:      linux-ima-devel@lists.sourceforge.net
4199 L:      linux-security-module@vger.kernel.org
4200 S:      Supported
4201 F:      security/integrity/evm/
4202
4203 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4204 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4205 M:      Chanwoo Choi <cw00.choi@samsung.com>
4206 L:      linux-kernel@vger.kernel.org
4207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4208 S:      Maintained
4209 F:      drivers/extcon/
4210 F:      Documentation/extcon/
4211
4212 EXYNOS DP DRIVER
4213 M:      Jingoo Han <jingoohan1@gmail.com>
4214 L:      dri-devel@lists.freedesktop.org
4215 S:      Maintained
4216 F:      drivers/gpu/drm/exynos/exynos_dp*
4217
4218 EXYNOS MIPI DISPLAY DRIVERS
4219 M:      Inki Dae <inki.dae@samsung.com>
4220 M:      Donghwa Lee <dh09.lee@samsung.com>
4221 M:      Kyungmin Park <kyungmin.park@samsung.com>
4222 L:      linux-fbdev@vger.kernel.org
4223 S:      Maintained
4224 F:      drivers/video/fbdev/exynos/exynos_mipi*
4225 F:      include/video/exynos_mipi*
4226
4227 F71805F HARDWARE MONITORING DRIVER
4228 M:      Jean Delvare <jdelvare@suse.com>
4229 L:      lm-sensors@lm-sensors.org
4230 S:      Maintained
4231 F:      Documentation/hwmon/f71805f
4232 F:      drivers/hwmon/f71805f.c
4233
4234 FC0011 TUNER DRIVER
4235 M:      Michael Buesch <m@bues.ch>
4236 L:      linux-media@vger.kernel.org
4237 S:      Maintained
4238 F:      drivers/media/tuners/fc0011.h
4239 F:      drivers/media/tuners/fc0011.c
4240
4241 FC2580 MEDIA DRIVER
4242 M:      Antti Palosaari <crope@iki.fi>
4243 L:      linux-media@vger.kernel.org
4244 W:      http://linuxtv.org/
4245 W:      http://palosaari.fi/linux/
4246 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4247 T:      git git://linuxtv.org/anttip/media_tree.git
4248 S:      Maintained
4249 F:      drivers/media/tuners/fc2580*
4250
4251 FANOTIFY
4252 M:      Eric Paris <eparis@redhat.com>
4253 S:      Maintained
4254 F:      fs/notify/fanotify/
4255 F:      include/linux/fanotify.h
4256 F:      include/uapi/linux/fanotify.h
4257
4258 FARSYNC SYNCHRONOUS DRIVER
4259 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4260 W:      http://www.farsite.co.uk/
4261 S:      Supported
4262 F:      drivers/net/wan/farsync.*
4263
4264 FAULT INJECTION SUPPORT
4265 M:      Akinobu Mita <akinobu.mita@gmail.com>
4266 S:      Supported
4267 F:      Documentation/fault-injection/
4268 F:      lib/fault-inject.c
4269
4270 FBTFT Framebuffer drivers
4271 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4272 M:      Noralf Trønnes <noralf@tronnes.org>
4273 S:      Maintained
4274 F:      drivers/staging/fbtft/
4275
4276 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4277 M:      Vasu Dev <vasu.dev@intel.com>
4278 L:      fcoe-devel@open-fcoe.org
4279 W:      www.Open-FCoE.org
4280 S:      Supported
4281 F:      drivers/scsi/libfc/
4282 F:      drivers/scsi/fcoe/
4283 F:      include/scsi/fc/
4284 F:      include/scsi/libfc.h
4285 F:      include/scsi/libfcoe.h
4286 F:      include/uapi/scsi/fc/
4287
4288 FILE LOCKING (flock() and fcntl()/lockf())
4289 M:      Jeff Layton <jlayton@poochiereds.net>
4290 M:      "J. Bruce Fields" <bfields@fieldses.org>
4291 L:      linux-fsdevel@vger.kernel.org
4292 S:      Maintained
4293 F:      include/linux/fcntl.h
4294 F:      include/linux/fs.h
4295 F:      include/uapi/linux/fcntl.h
4296 F:      include/uapi/linux/fs.h
4297 F:      fs/fcntl.c
4298 F:      fs/locks.c
4299
4300 FILESYSTEMS (VFS and infrastructure)
4301 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4302 L:      linux-fsdevel@vger.kernel.org
4303 S:      Maintained
4304 F:      fs/*
4305
4306 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4307 M:      Riku Voipio <riku.voipio@iki.fi>
4308 L:      lm-sensors@lm-sensors.org
4309 S:      Maintained
4310 F:      drivers/hwmon/f75375s.c
4311 F:      include/linux/f75375s.h
4312
4313 FIREWIRE AUDIO DRIVERS
4314 M:      Clemens Ladisch <clemens@ladisch.de>
4315 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4316 T:      git git://git.alsa-project.org/alsa-kernel.git
4317 S:      Maintained
4318 F:      sound/firewire/
4319
4320 FIREWIRE MEDIA DRIVERS (firedtv)
4321 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4322 L:      linux-media@vger.kernel.org
4323 L:      linux1394-devel@lists.sourceforge.net
4324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4325 S:      Maintained
4326 F:      drivers/media/firewire/
4327
4328 FIREWIRE SBP-2 TARGET
4329 M:      Chris Boot <bootc@bootc.net>
4330 L:      linux-scsi@vger.kernel.org
4331 L:      target-devel@vger.kernel.org
4332 L:      linux1394-devel@lists.sourceforge.net
4333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4334 S:      Maintained
4335 F:      drivers/target/sbp/
4336
4337 FIREWIRE SUBSYSTEM
4338 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4339 L:      linux1394-devel@lists.sourceforge.net
4340 W:      http://ieee1394.wiki.kernel.org/
4341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4342 S:      Maintained
4343 F:      drivers/firewire/
4344 F:      include/linux/firewire.h
4345 F:      include/uapi/linux/firewire*.h
4346 F:      tools/firewire/
4347
4348 FIRMWARE LOADER (request_firmware)
4349 M:      Ming Lei <ming.lei@canonical.com>
4350 L:      linux-kernel@vger.kernel.org
4351 S:      Maintained
4352 F:      Documentation/firmware_class/
4353 F:      drivers/base/firmware*.c
4354 F:      include/linux/firmware.h
4355
4356 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4357 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4358 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4359 S:      Maintained
4360 F:      drivers/block/rsxx/
4361
4362 FLOPPY DRIVER
4363 M:      Jiri Kosina <jikos@kernel.org>
4364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4365 S:      Odd fixes
4366 F:      drivers/block/floppy.c
4367
4368 FMC SUBSYSTEM
4369 M:      Alessandro Rubini <rubini@gnudd.com>
4370 W:      http://www.ohwr.org/projects/fmc-bus
4371 S:      Supported
4372 F:      drivers/fmc/
4373 F:      include/linux/fmc*.h
4374 F:      include/linux/ipmi-fru.h
4375 K:      fmc_d.*register
4376
4377 FPU EMULATOR
4378 M:      Bill Metzenthen <billm@melbpc.org.au>
4379 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4380 S:      Maintained
4381 F:      arch/x86/math-emu/
4382
4383 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4384 L:      netdev@vger.kernel.org
4385 S:      Orphan
4386 F:      drivers/net/wan/dlci.c
4387 F:      drivers/net/wan/sdla.c
4388
4389 FRAMEBUFFER LAYER
4390 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4391 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4392 L:      linux-fbdev@vger.kernel.org
4393 W:      http://linux-fbdev.sourceforge.net/
4394 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4396 S:      Maintained
4397 F:      Documentation/fb/
4398 F:      Documentation/devicetree/bindings/fb/
4399 F:      drivers/video/
4400 F:      include/video/
4401 F:      include/linux/fb.h
4402 F:      include/uapi/video/
4403 F:      include/uapi/linux/fb.h
4404
4405 FREESCALE DIU FRAMEBUFFER DRIVER
4406 M:      Timur Tabi <timur@tabi.org>
4407 L:      linux-fbdev@vger.kernel.org
4408 S:      Maintained
4409 F:      drivers/video/fbdev/fsl-diu-fb.*
4410
4411 FREESCALE DMA DRIVER
4412 M:      Li Yang <leoli@freescale.com>
4413 M:      Zhang Wei <zw@zh-kernel.org>
4414 L:      linuxppc-dev@lists.ozlabs.org
4415 S:      Maintained
4416 F:      drivers/dma/fsldma.*
4417
4418 FREESCALE I2C CPM DRIVER
4419 M:      Jochen Friedrich <jochen@scram.de>
4420 L:      linuxppc-dev@lists.ozlabs.org
4421 L:      linux-i2c@vger.kernel.org
4422 S:      Maintained
4423 F:      drivers/i2c/busses/i2c-cpm.c
4424
4425 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4426 M:      Sascha Hauer <kernel@pengutronix.de>
4427 L:      linux-fbdev@vger.kernel.org
4428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4429 S:      Maintained
4430 F:      include/linux/platform_data/video-imxfb.h
4431 F:      drivers/video/fbdev/imxfb.c
4432
4433 FREESCALE QUAD SPI DRIVER
4434 M:      Han Xu <han.xu@freescale.com>
4435 L:      linux-mtd@lists.infradead.org
4436 S:      Maintained
4437 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4438
4439 FREESCALE SOC FS_ENET DRIVER
4440 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4441 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4442 L:      linuxppc-dev@lists.ozlabs.org
4443 L:      netdev@vger.kernel.org
4444 S:      Maintained
4445 F:      drivers/net/ethernet/freescale/fs_enet/
4446 F:      include/linux/fs_enet_pd.h
4447
4448 FREESCALE QUICC ENGINE LIBRARY
4449 L:      linuxppc-dev@lists.ozlabs.org
4450 S:      Orphan
4451 F:      arch/powerpc/sysdev/qe_lib/
4452 F:      arch/powerpc/include/asm/*qe.h
4453
4454 FREESCALE USB PERIPHERAL DRIVERS
4455 M:      Li Yang <leoli@freescale.com>
4456 L:      linux-usb@vger.kernel.org
4457 L:      linuxppc-dev@lists.ozlabs.org
4458 S:      Maintained
4459 F:      drivers/usb/gadget/udc/fsl*
4460
4461 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4462 M:      Li Yang <leoli@freescale.com>
4463 L:      netdev@vger.kernel.org
4464 L:      linuxppc-dev@lists.ozlabs.org
4465 S:      Maintained
4466 F:      drivers/net/ethernet/freescale/ucc_geth*
4467
4468 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4469 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4470 L:      netdev@vger.kernel.org
4471 S:      Maintained
4472 F:      drivers/net/ethernet/freescale/gianfar*
4473 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4474 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4475
4476 FREESCALE QUICC ENGINE UCC UART DRIVER
4477 M:      Timur Tabi <timur@tabi.org>
4478 L:      linuxppc-dev@lists.ozlabs.org
4479 S:      Maintained
4480 F:      drivers/tty/serial/ucc_uart.c
4481
4482 FREESCALE SOC SOUND DRIVERS
4483 M:      Timur Tabi <timur@tabi.org>
4484 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4485 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4486 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4487 L:      linuxppc-dev@lists.ozlabs.org
4488 S:      Maintained
4489 F:      sound/soc/fsl/fsl*
4490 F:      sound/soc/fsl/imx*
4491 F:      sound/soc/fsl/mpc8610_hpcd.c
4492
4493 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4494 M:      "J. German Rivera" <German.Rivera@freescale.com>
4495 L:      linux-kernel@vger.kernel.org
4496 S:      Maintained
4497 F:      drivers/staging/fsl-mc/
4498
4499 FREEVXFS FILESYSTEM
4500 M:      Christoph Hellwig <hch@infradead.org>
4501 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4502 S:      Maintained
4503 F:      fs/freevxfs/
4504
4505 FREEZER
4506 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4507 M:      Pavel Machek <pavel@ucw.cz>
4508 L:      linux-pm@vger.kernel.org
4509 S:      Supported
4510 F:      Documentation/power/freezing-of-tasks.txt
4511 F:      include/linux/freezer.h
4512 F:      kernel/freezer.c
4513
4514 FRONTSWAP API
4515 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4516 L:      linux-kernel@vger.kernel.org
4517 S:      Maintained
4518 F:      mm/frontswap.c
4519 F:      include/linux/frontswap.h
4520
4521 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4522 M:      David Howells <dhowells@redhat.com>
4523 L:      linux-cachefs@redhat.com
4524 S:      Supported
4525 F:      Documentation/filesystems/caching/
4526 F:      fs/fscache/
4527 F:      include/linux/fscache*.h
4528
4529 F2FS FILE SYSTEM
4530 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4531 M:      Changman Lee <cm224.lee@samsung.com>
4532 R:      Chao Yu <chao2.yu@samsung.com>
4533 L:      linux-f2fs-devel@lists.sourceforge.net
4534 W:      http://en.wikipedia.org/wiki/F2FS
4535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4536 S:      Maintained
4537 F:      Documentation/filesystems/f2fs.txt
4538 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4539 F:      fs/f2fs/
4540 F:      include/linux/f2fs_fs.h
4541 F:      include/trace/events/f2fs.h
4542
4543 FUJITSU FR-V (FRV) PORT
4544 M:      David Howells <dhowells@redhat.com>
4545 S:      Maintained
4546 F:      arch/frv/
4547
4548 FUJITSU LAPTOP EXTRAS
4549 M:      Jonathan Woithe <jwoithe@just42.net>
4550 L:      platform-driver-x86@vger.kernel.org
4551 S:      Maintained
4552 F:      drivers/platform/x86/fujitsu-laptop.c
4553
4554 FUJITSU M-5MO LS CAMERA ISP DRIVER
4555 M:      Kyungmin Park <kyungmin.park@samsung.com>
4556 M:      Heungjun Kim <riverful.kim@samsung.com>
4557 L:      linux-media@vger.kernel.org
4558 S:      Maintained
4559 F:      drivers/media/i2c/m5mols/
4560 F:      include/media/m5mols.h
4561
4562 FUJITSU TABLET EXTRAS
4563 M:      Robert Gerlach <khnz@gmx.de>
4564 L:      platform-driver-x86@vger.kernel.org
4565 S:      Maintained
4566 F:      drivers/platform/x86/fujitsu-tablet.c
4567
4568 FUSE: FILESYSTEM IN USERSPACE
4569 M:      Miklos Szeredi <miklos@szeredi.hu>
4570 L:      fuse-devel@lists.sourceforge.net
4571 W:      http://fuse.sourceforge.net/
4572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4573 S:      Maintained
4574 F:      fs/fuse/
4575 F:      include/uapi/linux/fuse.h
4576 F:      Documentation/filesystems/fuse.txt
4577
4578 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4579 M:      Rik Faith <faith@cs.unc.edu>
4580 L:      linux-scsi@vger.kernel.org
4581 S:      Odd Fixes (e.g., new signatures)
4582 F:      drivers/scsi/fdomain.*
4583
4584 GCOV BASED KERNEL PROFILING
4585 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4586 S:      Maintained
4587 F:      kernel/gcov/
4588 F:      Documentation/gcov.txt
4589
4590 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4591 M:      Achim Leubner <achim_leubner@adaptec.com>
4592 L:      linux-scsi@vger.kernel.org
4593 W:      http://www.icp-vortex.com/
4594 S:      Supported
4595 F:      drivers/scsi/gdt*
4596
4597 GDB KERNEL DEBUGGING HELPER SCRIPTS
4598 M:      Jan Kiszka <jan.kiszka@siemens.com>
4599 S:      Supported
4600 F:      scripts/gdb/
4601
4602 GEMTEK FM RADIO RECEIVER DRIVER
4603 M:      Hans Verkuil <hverkuil@xs4all.nl>
4604 L:      linux-media@vger.kernel.org
4605 T:      git git://linuxtv.org/media_tree.git
4606 W:      http://linuxtv.org
4607 S:      Maintained
4608 F:      drivers/media/radio/radio-gemtek*
4609
4610 GENERIC GPIO I2C DRIVER
4611 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4612 S:      Supported
4613 F:      drivers/i2c/busses/i2c-gpio.c
4614 F:      include/linux/i2c-gpio.h
4615
4616 GENERIC GPIO I2C MULTIPLEXER DRIVER
4617 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4618 L:      linux-i2c@vger.kernel.org
4619 S:      Supported
4620 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4621 F:      include/linux/i2c-mux-gpio.h
4622 F:      Documentation/i2c/muxes/i2c-mux-gpio
4623
4624 GENERIC HDLC (WAN) DRIVERS
4625 M:      Krzysztof Halasa <khc@pm.waw.pl>
4626 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4627 S:      Maintained
4628 F:      drivers/net/wan/c101.c
4629 F:      drivers/net/wan/hd6457*
4630 F:      drivers/net/wan/hdlc*
4631 F:      drivers/net/wan/n2.c
4632 F:      drivers/net/wan/pc300too.c
4633 F:      drivers/net/wan/pci200syn.c
4634 F:      drivers/net/wan/wanxl*
4635
4636 GENERIC INCLUDE/ASM HEADER FILES
4637 M:      Arnd Bergmann <arnd@arndb.de>
4638 L:      linux-arch@vger.kernel.org
4639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4640 S:      Maintained
4641 F:      include/asm-generic/
4642 F:      include/uapi/asm-generic/
4643
4644 GENERIC PHY FRAMEWORK
4645 M:      Kishon Vijay Abraham I <kishon@ti.com>
4646 L:      linux-kernel@vger.kernel.org
4647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4648 S:      Supported
4649 F:      drivers/phy/
4650 F:      include/linux/phy/
4651
4652 GENERIC PM DOMAINS
4653 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4654 M:      Kevin Hilman <khilman@kernel.org>
4655 M:      Ulf Hansson <ulf.hansson@linaro.org>
4656 L:      linux-pm@vger.kernel.org
4657 S:      Supported
4658 F:      drivers/base/power/domain*.c
4659 F:      include/linux/pm_domain.h
4660
4661 GENERIC UIO DRIVER FOR PCI DEVICES
4662 M:      "Michael S. Tsirkin" <mst@redhat.com>
4663 L:      kvm@vger.kernel.org
4664 S:      Supported
4665 F:      drivers/uio/uio_pci_generic.c
4666
4667 GET_MAINTAINER SCRIPT
4668 M:      Joe Perches <joe@perches.com>
4669 S:      Maintained
4670 F:      scripts/get_maintainer.pl
4671
4672 GFS2 FILE SYSTEM
4673 M:      Steven Whitehouse <swhiteho@redhat.com>
4674 M:      Bob Peterson <rpeterso@redhat.com>
4675 L:      cluster-devel@redhat.com
4676 W:      http://sources.redhat.com/cluster/
4677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4678 S:      Supported
4679 F:      Documentation/filesystems/gfs2*.txt
4680 F:      fs/gfs2/
4681 F:      include/uapi/linux/gfs2_ondisk.h
4682
4683 GIGASET ISDN DRIVERS
4684 M:      Paul Bolle <pebolle@tiscali.nl>
4685 L:      gigaset307x-common@lists.sourceforge.net
4686 W:      http://gigaset307x.sourceforge.net/
4687 S:      Odd Fixes
4688 F:      Documentation/isdn/README.gigaset
4689 F:      drivers/isdn/gigaset/
4690 F:      include/uapi/linux/gigaset_dev.h
4691
4692 GO7007 MPEG CODEC
4693 M:      Hans Verkuil <hans.verkuil@cisco.com>
4694 L:      linux-media@vger.kernel.org
4695 S:      Maintained
4696 F:      drivers/media/usb/go7007/
4697
4698 GOODIX TOUCHSCREEN
4699 M:      Bastien Nocera <hadess@hadess.net>
4700 L:      linux-input@vger.kernel.org
4701 S:      Maintained
4702 F:      drivers/input/touchscreen/goodix.c
4703
4704 GPIO SUBSYSTEM
4705 M:      Linus Walleij <linus.walleij@linaro.org>
4706 M:      Alexandre Courbot <gnurou@gmail.com>
4707 L:      linux-gpio@vger.kernel.org
4708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4709 S:      Maintained
4710 F:      Documentation/gpio/
4711 F:      drivers/gpio/
4712 F:      include/linux/gpio/
4713 F:      include/linux/gpio.h
4714 F:      include/asm-generic/gpio.h
4715
4716 GRE DEMULTIPLEXER DRIVER
4717 M:      Dmitry Kozlov <xeb@mail.ru>
4718 L:      netdev@vger.kernel.org
4719 S:      Maintained
4720 F:      net/ipv4/gre_demux.c
4721 F:      net/ipv4/gre_offload.c
4722 F:      include/net/gre.h
4723
4724 GRETH 10/100/1G Ethernet MAC device driver
4725 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4726 L:      netdev@vger.kernel.org
4727 S:      Maintained
4728 F:      drivers/net/ethernet/aeroflex/
4729
4730 GSPCA FINEPIX SUBDRIVER
4731 M:      Frank Zago <frank@zago.net>
4732 L:      linux-media@vger.kernel.org
4733 T:      git git://linuxtv.org/media_tree.git
4734 S:      Maintained
4735 F:      drivers/media/usb/gspca/finepix.c
4736
4737 GSPCA GL860 SUBDRIVER
4738 M:      Olivier Lorin <o.lorin@laposte.net>
4739 L:      linux-media@vger.kernel.org
4740 T:      git git://linuxtv.org/media_tree.git
4741 S:      Maintained
4742 F:      drivers/media/usb/gspca/gl860/
4743
4744 GSPCA M5602 SUBDRIVER
4745 M:      Erik Andren <erik.andren@gmail.com>
4746 L:      linux-media@vger.kernel.org
4747 T:      git git://linuxtv.org/media_tree.git
4748 S:      Maintained
4749 F:      drivers/media/usb/gspca/m5602/
4750
4751 GSPCA PAC207 SONIXB SUBDRIVER
4752 M:      Hans de Goede <hdegoede@redhat.com>
4753 L:      linux-media@vger.kernel.org
4754 T:      git git://linuxtv.org/media_tree.git
4755 S:      Maintained
4756 F:      drivers/media/usb/gspca/pac207.c
4757
4758 GSPCA SN9C20X SUBDRIVER
4759 M:      Brian Johnson <brijohn@gmail.com>
4760 L:      linux-media@vger.kernel.org
4761 T:      git git://linuxtv.org/media_tree.git
4762 S:      Maintained
4763 F:      drivers/media/usb/gspca/sn9c20x.c
4764
4765 GSPCA T613 SUBDRIVER
4766 M:      Leandro Costantino <lcostantino@gmail.com>
4767 L:      linux-media@vger.kernel.org
4768 T:      git git://linuxtv.org/media_tree.git
4769 S:      Maintained
4770 F:      drivers/media/usb/gspca/t613.c
4771
4772 GSPCA USB WEBCAM DRIVER
4773 M:      Hans de Goede <hdegoede@redhat.com>
4774 L:      linux-media@vger.kernel.org
4775 T:      git git://linuxtv.org/media_tree.git
4776 S:      Maintained
4777 F:      drivers/media/usb/gspca/
4778
4779 GUID PARTITION TABLE (GPT)
4780 M:      Davidlohr Bueso <dave@stgolabs.net>
4781 L:      linux-efi@vger.kernel.org
4782 S:      Maintained
4783 F:      block/partitions/efi.*
4784
4785 STK1160 USB VIDEO CAPTURE DRIVER
4786 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4787 L:      linux-media@vger.kernel.org
4788 T:      git git://linuxtv.org/media_tree.git
4789 S:      Maintained
4790 F:      drivers/media/usb/stk1160/
4791
4792 H8/300 ARCHITECTURE
4793 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4794 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4795 W:      http://uclinux-h8.sourceforge.jp
4796 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4797 S:      Maintained
4798 F:      arch/h8300/
4799 F:      drivers/clocksource/h8300_*.c
4800 F:      drivers/clk/h8300/
4801 F:      drivers/irqchip/irq-renesas-h8*.c
4802
4803 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4804 M:      Frank Seidel <frank@f-seidel.de>
4805 L:      platform-driver-x86@vger.kernel.org
4806 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4807 S:      Maintained
4808 F:      drivers/platform/x86/hdaps.c
4809
4810 HDPVR USB VIDEO ENCODER DRIVER
4811 M:      Hans Verkuil <hverkuil@xs4all.nl>
4812 L:      linux-media@vger.kernel.org
4813 T:      git git://linuxtv.org/media_tree.git
4814 W:      http://linuxtv.org
4815 S:      Odd Fixes
4816 F:      drivers/media/usb/hdpvr/
4817
4818 HWPOISON MEMORY FAILURE HANDLING
4819 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4820 L:      linux-mm@kvack.org
4821 S:      Maintained
4822 F:      mm/memory-failure.c
4823 F:      mm/hwpoison-inject.c
4824
4825 HYPERVISOR VIRTUAL CONSOLE DRIVER
4826 L:      linuxppc-dev@lists.ozlabs.org
4827 S:      Odd Fixes
4828 F:      drivers/tty/hvc/
4829
4830 HACKRF MEDIA DRIVER
4831 M:      Antti Palosaari <crope@iki.fi>
4832 L:      linux-media@vger.kernel.org
4833 W:      http://linuxtv.org/
4834 W:      http://palosaari.fi/linux/
4835 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4836 T:      git git://linuxtv.org/anttip/media_tree.git
4837 S:      Maintained
4838 F:      drivers/media/usb/hackrf/
4839
4840 HARDWARE MONITORING
4841 M:      Jean Delvare <jdelvare@suse.com>
4842 M:      Guenter Roeck <linux@roeck-us.net>
4843 L:      lm-sensors@lm-sensors.org
4844 W:      http://www.lm-sensors.org/
4845 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4847 S:      Maintained
4848 F:      Documentation/hwmon/
4849 F:      drivers/hwmon/
4850 F:      include/linux/hwmon*.h
4851
4852 HARDWARE RANDOM NUMBER GENERATOR CORE
4853 M:      Matt Mackall <mpm@selenic.com>
4854 M:      Herbert Xu <herbert@gondor.apana.org.au>
4855 L:      linux-crypto@vger.kernel.org
4856 S:      Odd fixes
4857 F:      Documentation/hw_random.txt
4858 F:      drivers/char/hw_random/
4859 F:      include/linux/hw_random.h
4860
4861 HARDWARE SPINLOCK CORE
4862 M:      Ohad Ben-Cohen <ohad@wizery.com>
4863 S:      Maintained
4864 F:      Documentation/hwspinlock.txt
4865 F:      drivers/hwspinlock/hwspinlock_*
4866 F:      include/linux/hwspinlock.h
4867
4868 HARMONY SOUND DRIVER
4869 L:      linux-parisc@vger.kernel.org
4870 S:      Maintained
4871 F:      sound/parisc/harmony.*
4872
4873 HD29L2 MEDIA DRIVER
4874 M:      Antti Palosaari <crope@iki.fi>
4875 L:      linux-media@vger.kernel.org
4876 W:      http://linuxtv.org/
4877 W:      http://palosaari.fi/linux/
4878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4879 T:      git git://linuxtv.org/anttip/media_tree.git
4880 S:      Maintained
4881 F:      drivers/media/dvb-frontends/hd29l2*
4882
4883 HEWLETT-PACKARD SMART2 RAID DRIVER
4884 L:      iss_storagedev@hp.com
4885 S:      Orphan
4886 F:      Documentation/blockdev/cpqarray.txt
4887 F:      drivers/block/cpqarray.*
4888
4889 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4890 M:      Don Brace <don.brace@pmcs.com>
4891 L:      iss_storagedev@hp.com
4892 L:      storagedev@pmcs.com
4893 L:      linux-scsi@vger.kernel.org
4894 S:      Supported
4895 F:      Documentation/scsi/hpsa.txt
4896 F:      drivers/scsi/hpsa*.[ch]
4897 F:      include/linux/cciss*.h
4898 F:      include/uapi/linux/cciss*.h
4899
4900 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4901 M:      Don Brace <don.brace@pmcs.com>
4902 L:      iss_storagedev@hp.com
4903 L:      storagedev@pmcs.com
4904 L:      linux-scsi@vger.kernel.org
4905 S:      Supported
4906 F:      Documentation/blockdev/cciss.txt
4907 F:      drivers/block/cciss*
4908 F:      include/linux/cciss_ioctl.h
4909 F:      include/uapi/linux/cciss_ioctl.h
4910
4911 HFS FILESYSTEM
4912 L:      linux-fsdevel@vger.kernel.org
4913 S:      Orphan
4914 F:      Documentation/filesystems/hfs.txt
4915 F:      fs/hfs/
4916
4917 HFSPLUS FILESYSTEM
4918 L:      linux-fsdevel@vger.kernel.org
4919 S:      Orphan
4920 F:      Documentation/filesystems/hfsplus.txt
4921 F:      fs/hfsplus/
4922
4923 HGA FRAMEBUFFER DRIVER
4924 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4925 L:      linux-nvidia@lists.surfsouth.com
4926 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4927 S:      Maintained
4928 F:      drivers/video/fbdev/hgafb.c
4929
4930 HIBERNATION (aka Software Suspend, aka swsusp)
4931 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4932 M:      Pavel Machek <pavel@ucw.cz>
4933 L:      linux-pm@vger.kernel.org
4934 S:      Supported
4935 F:      arch/x86/power/
4936 F:      drivers/base/power/
4937 F:      kernel/power/
4938 F:      include/linux/suspend.h
4939 F:      include/linux/freezer.h
4940 F:      include/linux/pm.h
4941 F:      arch/*/include/asm/suspend*.h
4942
4943 HID CORE LAYER
4944 M:      Jiri Kosina <jikos@kernel.org>
4945 L:      linux-input@vger.kernel.org
4946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4947 S:      Maintained
4948 F:      drivers/hid/
4949 F:      include/linux/hid*
4950 F:      include/uapi/linux/hid*
4951
4952 HID SENSOR HUB DRIVERS
4953 M:      Jiri Kosina <jikos@kernel.org>
4954 M:      Jonathan Cameron <jic23@kernel.org>
4955 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4956 L:      linux-input@vger.kernel.org
4957 L:      linux-iio@vger.kernel.org
4958 S:      Maintained
4959 F:      Documentation/hid/hid-sensor*
4960 F:      drivers/hid/hid-sensor-*
4961 F:      drivers/iio/*/hid-*
4962 F:      include/linux/hid-sensor-*
4963
4964 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4965 M:      Thomas Gleixner <tglx@linutronix.de>
4966 L:      linux-kernel@vger.kernel.org
4967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4968 S:      Maintained
4969 F:      Documentation/timers/
4970 F:      kernel/time/hrtimer.c
4971 F:      kernel/time/clockevents.c
4972 F:      kernel/time/tick*.*
4973 F:      kernel/time/timer_*.c
4974 F:      include/linux/clockchips.h
4975 F:      include/linux/hrtimer.h
4976
4977 HIGH-SPEED SCC DRIVER FOR AX.25
4978 L:      linux-hams@vger.kernel.org
4979 S:      Orphan
4980 F:      drivers/net/hamradio/dmascc.c
4981 F:      drivers/net/hamradio/scc.c
4982
4983 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4984 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4985 W:      http://www.highpoint-tech.com
4986 S:      Supported
4987 F:      Documentation/scsi/hptiop.txt
4988 F:      drivers/scsi/hptiop.c
4989
4990 HIPPI
4991 M:      Jes Sorensen <jes@trained-monkey.org>
4992 L:      linux-hippi@sunsite.dk
4993 S:      Maintained
4994 F:      include/linux/hippidevice.h
4995 F:      include/uapi/linux/if_hippi.h
4996 F:      net/802/hippi.c
4997 F:      drivers/net/hippi/
4998
4999 HOST AP DRIVER
5000 M:      Jouni Malinen <j@w1.fi>
5001 L:      hostap@shmoo.com (subscribers-only)
5002 L:      linux-wireless@vger.kernel.org
5003 W:      http://hostap.epitest.fi/
5004 S:      Maintained
5005 F:      drivers/net/wireless/hostap/
5006
5007 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5008 L:      platform-driver-x86@vger.kernel.org
5009 S:      Orphan
5010 F:      drivers/platform/x86/tc1100-wmi.c
5011
5012 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5013 M:      Jaroslav Kysela <perex@perex.cz>
5014 S:      Maintained
5015 F:      drivers/net/ethernet/hp/hp100.*
5016
5017 HPET:   High Precision Event Timers driver
5018 M:      Clemens Ladisch <clemens@ladisch.de>
5019 S:      Maintained
5020 F:      Documentation/timers/hpet.txt
5021 F:      drivers/char/hpet.c
5022 F:      include/linux/hpet.h
5023 F:      include/uapi/linux/hpet.h
5024
5025 HPET:   x86
5026 S:      Orphan
5027 F:      arch/x86/kernel/hpet.c
5028 F:      arch/x86/include/asm/hpet.h
5029
5030 HPFS FILESYSTEM
5031 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5032 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5033 S:      Maintained
5034 F:      fs/hpfs/
5035
5036 HSI SUBSYSTEM
5037 M:      Sebastian Reichel <sre@kernel.org>
5038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5039 S:      Maintained
5040 F:      Documentation/ABI/testing/sysfs-bus-hsi
5041 F:      Documentation/hsi.txt
5042 F:      drivers/hsi/
5043 F:      include/linux/hsi/
5044 F:      include/uapi/linux/hsi/
5045
5046 HSO 3G MODEM DRIVER
5047 M:      Jan Dumon <j.dumon@option.com>
5048 W:      http://www.pharscape.org
5049 S:      Maintained
5050 F:      drivers/net/usb/hso.c
5051
5052 HSR NETWORK PROTOCOL
5053 M:      Arvid Brodin <arvid.brodin@alten.se>
5054 L:      netdev@vger.kernel.org
5055 S:      Maintained
5056 F:      net/hsr/
5057
5058 HTCPEN TOUCHSCREEN DRIVER
5059 M:      Pau Oliva Fora <pof@eslack.org>
5060 L:      linux-input@vger.kernel.org
5061 S:      Maintained
5062 F:      drivers/input/touchscreen/htcpen.c
5063
5064 HUGETLB FILESYSTEM
5065 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5066 S:      Maintained
5067 F:      fs/hugetlbfs/
5068
5069 Hyper-V CORE AND DRIVERS
5070 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5071 M:      Haiyang Zhang <haiyangz@microsoft.com>
5072 L:      devel@linuxdriverproject.org
5073 S:      Maintained
5074 F:      arch/x86/include/asm/mshyperv.h
5075 F:      arch/x86/include/uapi/asm/hyperv.h
5076 F:      arch/x86/kernel/cpu/mshyperv.c
5077 F:      drivers/hid/hid-hyperv.c
5078 F:      drivers/hv/
5079 F:      drivers/input/serio/hyperv-keyboard.c
5080 F:      drivers/net/hyperv/
5081 F:      drivers/scsi/storvsc_drv.c
5082 F:      drivers/video/fbdev/hyperv_fb.c
5083 F:      include/linux/hyperv.h
5084 F:      tools/hv/
5085 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5086
5087 I2C OVER PARALLEL PORT
5088 M:      Jean Delvare <jdelvare@suse.com>
5089 L:      linux-i2c@vger.kernel.org
5090 S:      Maintained
5091 F:      Documentation/i2c/busses/i2c-parport
5092 F:      Documentation/i2c/busses/i2c-parport-light
5093 F:      drivers/i2c/busses/i2c-parport.c
5094 F:      drivers/i2c/busses/i2c-parport-light.c
5095
5096 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5097 M:      Jean Delvare <jdelvare@suse.com>
5098 L:      linux-i2c@vger.kernel.org
5099 S:      Maintained
5100 F:      Documentation/i2c/busses/i2c-ali1535
5101 F:      Documentation/i2c/busses/i2c-ali1563
5102 F:      Documentation/i2c/busses/i2c-ali15x3
5103 F:      Documentation/i2c/busses/i2c-amd756
5104 F:      Documentation/i2c/busses/i2c-amd8111
5105 F:      Documentation/i2c/busses/i2c-i801
5106 F:      Documentation/i2c/busses/i2c-nforce2
5107 F:      Documentation/i2c/busses/i2c-piix4
5108 F:      Documentation/i2c/busses/i2c-sis5595
5109 F:      Documentation/i2c/busses/i2c-sis630
5110 F:      Documentation/i2c/busses/i2c-sis96x
5111 F:      Documentation/i2c/busses/i2c-via
5112 F:      Documentation/i2c/busses/i2c-viapro
5113 F:      drivers/i2c/busses/i2c-ali1535.c
5114 F:      drivers/i2c/busses/i2c-ali1563.c
5115 F:      drivers/i2c/busses/i2c-ali15x3.c
5116 F:      drivers/i2c/busses/i2c-amd756.c
5117 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5118 F:      drivers/i2c/busses/i2c-amd8111.c
5119 F:      drivers/i2c/busses/i2c-i801.c
5120 F:      drivers/i2c/busses/i2c-isch.c
5121 F:      drivers/i2c/busses/i2c-nforce2.c
5122 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5123 F:      drivers/i2c/busses/i2c-piix4.c
5124 F:      drivers/i2c/busses/i2c-sis5595.c
5125 F:      drivers/i2c/busses/i2c-sis630.c
5126 F:      drivers/i2c/busses/i2c-sis96x.c
5127 F:      drivers/i2c/busses/i2c-via.c
5128 F:      drivers/i2c/busses/i2c-viapro.c
5129
5130 I2C/SMBUS ISMT DRIVER
5131 M:      Seth Heasley <seth.heasley@intel.com>
5132 M:      Neil Horman <nhorman@tuxdriver.com>
5133 L:      linux-i2c@vger.kernel.org
5134 F:      drivers/i2c/busses/i2c-ismt.c
5135 F:      Documentation/i2c/busses/i2c-ismt
5136
5137 I2C/SMBUS STUB DRIVER
5138 M:      Jean Delvare <jdelvare@suse.com>
5139 L:      linux-i2c@vger.kernel.org
5140 S:      Maintained
5141 F:      drivers/i2c/i2c-stub.c
5142
5143 I2C SUBSYSTEM
5144 M:      Wolfram Sang <wsa@the-dreams.de>
5145 L:      linux-i2c@vger.kernel.org
5146 W:      https://i2c.wiki.kernel.org/
5147 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5149 S:      Maintained
5150 F:      Documentation/devicetree/bindings/i2c/
5151 F:      Documentation/i2c/
5152 F:      drivers/i2c/
5153 F:      drivers/i2c/*/
5154 F:      include/linux/i2c.h
5155 F:      include/linux/i2c-*.h
5156 F:      include/uapi/linux/i2c.h
5157 F:      include/uapi/linux/i2c-*.h
5158
5159 I2C ACPI SUPPORT
5160 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5161 L:      linux-i2c@vger.kernel.org
5162 L:      linux-acpi@vger.kernel.org
5163 S:      Maintained
5164
5165 I2C-TAOS-EVM DRIVER
5166 M:      Jean Delvare <jdelvare@suse.com>
5167 L:      linux-i2c@vger.kernel.org
5168 S:      Maintained
5169 F:      Documentation/i2c/busses/i2c-taos-evm
5170 F:      drivers/i2c/busses/i2c-taos-evm.c
5171
5172 I2C-TINY-USB DRIVER
5173 M:      Till Harbaum <till@harbaum.org>
5174 L:      linux-i2c@vger.kernel.org
5175 W:      http://www.harbaum.org/till/i2c_tiny_usb
5176 S:      Maintained
5177 F:      drivers/i2c/busses/i2c-tiny-usb.c
5178
5179 i386 BOOT CODE
5180 M:      "H. Peter Anvin" <hpa@zytor.com>
5181 S:      Maintained
5182 F:      arch/x86/boot/
5183
5184 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5185 M:      "H. Peter Anvin" <hpa@zytor.com>
5186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5187 S:      Maintained
5188
5189 IA64 (Itanium) PLATFORM
5190 M:      Tony Luck <tony.luck@intel.com>
5191 M:      Fenghua Yu <fenghua.yu@intel.com>
5192 L:      linux-ia64@vger.kernel.org
5193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5194 S:      Maintained
5195 F:      arch/ia64/
5196
5197 IBM Power VMX Cryptographic instructions
5198 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5199 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5200 L:      linux-crypto@vger.kernel.org
5201 S:      Supported
5202 F:      drivers/crypto/vmx/Makefile
5203 F:      drivers/crypto/vmx/Kconfig
5204 F:      drivers/crypto/vmx/vmx.c
5205 F:      drivers/crypto/vmx/aes*
5206 F:      drivers/crypto/vmx/ghash*
5207 F:      drivers/crypto/vmx/ppc-xlate.pl
5208
5209 IBM Power in-Nest Crypto Acceleration
5210 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5211 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5212 L:      linux-crypto@vger.kernel.org
5213 S:      Supported
5214 F:      drivers/crypto/nx/Makefile
5215 F:      drivers/crypto/nx/Kconfig
5216 F:      drivers/crypto/nx/nx-aes*
5217 F:      drivers/crypto/nx/nx-sha*
5218 F:      drivers/crypto/nx/nx.*
5219 F:      drivers/crypto/nx/nx_csbcpb.h
5220 F:      drivers/crypto/nx/nx_debugfs.h
5221
5222 IBM Power 842 compression accelerator
5223 M:      Dan Streetman <ddstreet@ieee.org>
5224 S:      Supported
5225 F:      drivers/crypto/nx/Makefile
5226 F:      drivers/crypto/nx/Kconfig
5227 F:      drivers/crypto/nx/nx-842*
5228 F:      include/linux/sw842.h
5229 F:      crypto/842.c
5230 F:      lib/842/
5231
5232 IBM Power Linux RAID adapter
5233 M:      Brian King <brking@us.ibm.com>
5234 S:      Supported
5235 F:      drivers/scsi/ipr.*
5236
5237 IBM Power Virtual Ethernet Device Driver
5238 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5239 L:      netdev@vger.kernel.org
5240 S:      Supported
5241 F:      drivers/net/ethernet/ibm/ibmveth.*
5242
5243 IBM Power Virtual SCSI Device Drivers
5244 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5245 L:      linux-scsi@vger.kernel.org
5246 S:      Supported
5247 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5248 F:      drivers/scsi/ibmvscsi/viosrp.h
5249
5250 IBM Power Virtual FC Device Drivers
5251 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5252 L:      linux-scsi@vger.kernel.org
5253 S:      Supported
5254 F:      drivers/scsi/ibmvscsi/ibmvfc*
5255
5256 IBM ServeRAID RAID DRIVER
5257 S:      Orphan
5258 F:      drivers/scsi/ips.*
5259
5260 ICH LPC AND GPIO DRIVER
5261 M:      Peter Tyser <ptyser@xes-inc.com>
5262 S:      Maintained
5263 F:      drivers/mfd/lpc_ich.c
5264 F:      drivers/gpio/gpio-ich.c
5265
5266 IDE SUBSYSTEM
5267 M:      "David S. Miller" <davem@davemloft.net>
5268 L:      linux-ide@vger.kernel.org
5269 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5271 S:      Maintained
5272 F:      Documentation/ide/
5273 F:      drivers/ide/
5274 F:      include/linux/ide.h
5275
5276 IDEAPAD LAPTOP EXTRAS DRIVER
5277 M:      Ike Panhc <ike.pan@canonical.com>
5278 L:      platform-driver-x86@vger.kernel.org
5279 W:      http://launchpad.net/ideapad-laptop
5280 S:      Maintained
5281 F:      drivers/platform/x86/ideapad-laptop.c
5282
5283 IDEAPAD LAPTOP SLIDEBAR DRIVER
5284 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5285 L:      linux-input@vger.kernel.org
5286 W:      https://github.com/o2genum/ideapad-slidebar
5287 S:      Maintained
5288 F:      drivers/input/misc/ideapad_slidebar.c
5289
5290 IDE/ATAPI DRIVERS
5291 M:      Borislav Petkov <bp@alien8.de>
5292 L:      linux-ide@vger.kernel.org
5293 S:      Maintained
5294 F:      Documentation/cdrom/ide-cd
5295 F:      drivers/ide/ide-cd*
5296
5297 IDLE-I7300
5298 M:      Andy Henroid <andrew.d.henroid@intel.com>
5299 L:      linux-pm@vger.kernel.org
5300 S:      Supported
5301 F:      drivers/idle/i7300_idle.c
5302
5303 IEEE 802.15.4 SUBSYSTEM
5304 M:      Alexander Aring <alex.aring@gmail.com>
5305 L:      linux-wpan@vger.kernel.org
5306 W:      https://github.com/linux-wpan
5307 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5308 S:      Maintained
5309 F:      net/ieee802154/
5310 F:      net/mac802154/
5311 F:      drivers/net/ieee802154/
5312 F:      include/linux/nl802154.h
5313 F:      include/linux/ieee802154.h
5314 F:      include/net/nl802154.h
5315 F:      include/net/mac802154.h
5316 F:      include/net/af_ieee802154.h
5317 F:      include/net/cfg802154.h
5318 F:      include/net/ieee802154_netdev.h
5319 F:      Documentation/networking/ieee802154.txt
5320
5321 IGORPLUG-USB IR RECEIVER
5322 M:      Sean Young <sean@mess.org>
5323 L:      linux-media@vger.kernel.org
5324 S:      Maintained
5325 F:      drivers/media/rc/igorplugusb.c
5326
5327 IGUANAWORKS USB IR TRANSCEIVER
5328 M:      Sean Young <sean@mess.org>
5329 L:      linux-media@vger.kernel.org
5330 S:      Maintained
5331 F:      drivers/media/rc/iguanair.c
5332
5333 IIO SUBSYSTEM AND DRIVERS
5334 M:      Jonathan Cameron <jic23@kernel.org>
5335 R:      Hartmut Knaack <knaack.h@gmx.de>
5336 R:      Lars-Peter Clausen <lars@metafoo.de>
5337 R:      Peter Meerwald <pmeerw@pmeerw.net>
5338 L:      linux-iio@vger.kernel.org
5339 S:      Maintained
5340 F:      drivers/iio/
5341 F:      drivers/staging/iio/
5342 F:      include/linux/iio/
5343 F:      tools/iio/
5344
5345 IKANOS/ADI EAGLE ADSL USB DRIVER
5346 M:      Matthieu Castet <castet.matthieu@free.fr>
5347 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5348 S:      Maintained
5349 F:      drivers/usb/atm/ueagle-atm.c
5350
5351 INA209 HARDWARE MONITOR DRIVER
5352 M:      Guenter Roeck <linux@roeck-us.net>
5353 L:      lm-sensors@lm-sensors.org
5354 S:      Maintained
5355 F:      Documentation/hwmon/ina209
5356 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5357 F:      drivers/hwmon/ina209.c
5358
5359 INA2XX HARDWARE MONITOR DRIVER
5360 M:      Guenter Roeck <linux@roeck-us.net>
5361 L:      lm-sensors@lm-sensors.org
5362 S:      Maintained
5363 F:      Documentation/hwmon/ina2xx
5364 F:      drivers/hwmon/ina2xx.c
5365 F:      include/linux/platform_data/ina2xx.h
5366
5367 INDUSTRY PACK SUBSYSTEM (IPACK)
5368 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5369 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5370 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5371 L:      industrypack-devel@lists.sourceforge.net
5372 W:      http://industrypack.sourceforge.net
5373 S:      Maintained
5374 F:      drivers/ipack/
5375
5376 INGENIC JZ4780 DMA Driver
5377 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5378 S:      Maintained
5379 F:      drivers/dma/dma-jz4780.c
5380
5381 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5382 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5383 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5384 L:      linux-ima-devel@lists.sourceforge.net
5385 L:      linux-ima-user@lists.sourceforge.net
5386 L:      linux-security-module@vger.kernel.org
5387 S:      Supported
5388 F:      security/integrity/ima/
5389
5390 IMGTEC IR DECODER DRIVER
5391 M:      James Hogan <james.hogan@imgtec.com>
5392 S:      Maintained
5393 F:      drivers/media/rc/img-ir/
5394
5395 IMS TWINTURBO FRAMEBUFFER DRIVER
5396 L:      linux-fbdev@vger.kernel.org
5397 S:      Orphan
5398 F:      drivers/video/fbdev/imsttfb.c
5399
5400 INFINIBAND SUBSYSTEM
5401 M:      Doug Ledford <dledford@redhat.com>
5402 M:      Sean Hefty <sean.hefty@intel.com>
5403 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5404 L:      linux-rdma@vger.kernel.org
5405 W:      http://www.openfabrics.org/
5406 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5408 S:      Supported
5409 F:      Documentation/infiniband/
5410 F:      drivers/infiniband/
5411 F:      drivers/staging/rdma/
5412 F:      include/uapi/linux/if_infiniband.h
5413 F:      include/uapi/rdma/
5414 F:      include/rdma/
5415
5416 INOTIFY
5417 M:      John McCutchan <john@johnmccutchan.com>
5418 M:      Robert Love <rlove@rlove.org>
5419 M:      Eric Paris <eparis@parisplace.org>
5420 S:      Maintained
5421 F:      Documentation/filesystems/inotify.txt
5422 F:      fs/notify/inotify/
5423 F:      include/linux/inotify.h
5424 F:      include/uapi/linux/inotify.h
5425
5426 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5427 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5428 L:      linux-input@vger.kernel.org
5429 Q:      http://patchwork.kernel.org/project/linux-input/list/
5430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5431 S:      Maintained
5432 F:      drivers/input/
5433 F:      include/linux/input.h
5434 F:      include/uapi/linux/input.h
5435 F:      include/linux/input/
5436
5437 INPUT MULTITOUCH (MT) PROTOCOL
5438 M:      Henrik Rydberg <rydberg@bitmath.org>
5439 L:      linux-input@vger.kernel.org
5440 S:      Odd fixes
5441 F:      Documentation/input/multi-touch-protocol.txt
5442 F:      drivers/input/input-mt.c
5443 K:      \b(ABS|SYN)_MT_
5444
5445 INTEL ASoC BDW/HSW DRIVERS
5446 M:      Jie Yang <yang.jie@linux.intel.com>
5447 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5448 S:      Supported
5449 F:      sound/soc/intel/common/sst-dsp*
5450 F:      sound/soc/intel/common/sst-firmware.c
5451 F:      sound/soc/intel/boards/broadwell.c
5452 F:      sound/soc/intel/haswell/
5453
5454 INTEL C600 SERIES SAS CONTROLLER DRIVER
5455 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5456 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5457 L:      linux-scsi@vger.kernel.org
5458 T:      git git://git.code.sf.net/p/intel-sas/isci
5459 S:      Supported
5460 F:      drivers/scsi/isci/
5461
5462 INTEL IDLE DRIVER
5463 M:      Len Brown <lenb@kernel.org>
5464 L:      linux-pm@vger.kernel.org
5465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5466 S:      Supported
5467 F:      drivers/idle/intel_idle.c
5468
5469 INTEL PSTATE DRIVER
5470 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5471 L:      linux-pm@vger.kernel.org
5472 S:      Supported
5473 F:      drivers/cpufreq/intel_pstate.c
5474
5475 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5476 M:      Maik Broemme <mbroemme@plusserver.de>
5477 L:      linux-fbdev@vger.kernel.org
5478 S:      Maintained
5479 F:      Documentation/fb/intelfb.txt
5480 F:      drivers/video/fbdev/intelfb/
5481
5482 INTEL 810/815 FRAMEBUFFER DRIVER
5483 M:      Antonino Daplas <adaplas@gmail.com>
5484 L:      linux-fbdev@vger.kernel.org
5485 S:      Maintained
5486 F:      drivers/video/fbdev/i810/
5487
5488 INTEL MENLOW THERMAL DRIVER
5489 M:      Sujith Thomas <sujith.thomas@intel.com>
5490 L:      platform-driver-x86@vger.kernel.org
5491 W:      https://01.org/linux-acpi
5492 S:      Supported
5493 F:      drivers/platform/x86/intel_menlow.c
5494
5495 INTEL IA32 MICROCODE UPDATE SUPPORT
5496 M:      Borislav Petkov <bp@alien8.de>
5497 S:      Maintained
5498 F:      arch/x86/kernel/cpu/microcode/core*
5499 F:      arch/x86/kernel/cpu/microcode/intel*
5500
5501 INTEL I/OAT DMA DRIVER
5502 M:      Dave Jiang <dave.jiang@intel.com>
5503 R:      Dan Williams <dan.j.williams@intel.com>
5504 L:      dmaengine@vger.kernel.org
5505 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5506 S:      Supported
5507 F:      drivers/dma/ioat*
5508
5509 INTEL IOMMU (VT-d)
5510 M:      David Woodhouse <dwmw2@infradead.org>
5511 L:      iommu@lists.linux-foundation.org
5512 T:      git git://git.infradead.org/iommu-2.6.git
5513 S:      Supported
5514 F:      drivers/iommu/intel-iommu.c
5515 F:      include/linux/intel-iommu.h
5516
5517 INTEL IOP-ADMA DMA DRIVER
5518 R:      Dan Williams <dan.j.williams@intel.com>
5519 S:      Odd fixes
5520 F:      drivers/dma/iop-adma.c
5521
5522 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5523 M:      Krzysztof Halasa <khalasa@piap.pl>
5524 S:      Maintained
5525 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5526 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5527 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5528 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5529 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5530 F:      drivers/net/wan/ixp4xx_hss.c
5531
5532 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5533 M:      Deepak Saxena <dsaxena@plexity.net>
5534 S:      Maintained
5535 F:      drivers/char/hw_random/ixp4xx-rng.c
5536
5537 INTEL ETHERNET DRIVERS
5538 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5539 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5540 R:      Shannon Nelson <shannon.nelson@intel.com>
5541 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5542 R:      Don Skidmore <donald.c.skidmore@intel.com>
5543 R:      Matthew Vick <matthew.vick@intel.com>
5544 R:      John Ronciak <john.ronciak@intel.com>
5545 R:      Mitch Williams <mitch.a.williams@intel.com>
5546 L:      intel-wired-lan@lists.osuosl.org
5547 W:      http://www.intel.com/support/feedback.htm
5548 W:      http://e1000.sourceforge.net/
5549 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5552 S:      Supported
5553 F:      Documentation/networking/e100.txt
5554 F:      Documentation/networking/e1000.txt
5555 F:      Documentation/networking/e1000e.txt
5556 F:      Documentation/networking/igb.txt
5557 F:      Documentation/networking/igbvf.txt
5558 F:      Documentation/networking/ixgb.txt
5559 F:      Documentation/networking/ixgbe.txt
5560 F:      Documentation/networking/ixgbevf.txt
5561 F:      Documentation/networking/i40e.txt
5562 F:      Documentation/networking/i40evf.txt
5563 F:      drivers/net/ethernet/intel/
5564 F:      drivers/net/ethernet/intel/*/
5565
5566 INTEL-MID GPIO DRIVER
5567 M:      David Cohen <david.a.cohen@linux.intel.com>
5568 L:      linux-gpio@vger.kernel.org
5569 S:      Maintained
5570 F:      drivers/gpio/gpio-intel-mid.c
5571
5572 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5573 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5574 L:      linux-wireless@vger.kernel.org
5575 S:      Maintained
5576 F:      Documentation/networking/README.ipw2100
5577 F:      Documentation/networking/README.ipw2200
5578 F:      drivers/net/wireless/ipw2x00/
5579
5580 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5581 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5582 M:      Gang Wei <gang.wei@intel.com>
5583 M:      Shane Wang <shane.wang@intel.com>
5584 L:      tboot-devel@lists.sourceforge.net
5585 W:      http://tboot.sourceforge.net
5586 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5587 S:      Supported
5588 F:      Documentation/intel_txt.txt
5589 F:      include/linux/tboot.h
5590 F:      arch/x86/kernel/tboot.c
5591
5592 INTEL WIRELESS WIMAX CONNECTION 2400
5593 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5594 M:      linux-wimax@intel.com
5595 L:      wimax@linuxwimax.org (subscribers-only)
5596 S:      Supported
5597 W:      http://linuxwimax.org
5598 F:      Documentation/wimax/README.i2400m
5599 F:      drivers/net/wimax/i2400m/
5600 F:      include/uapi/linux/wimax/i2400m.h
5601
5602 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5603 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5604 L:      linux-wireless@vger.kernel.org
5605 S:      Supported
5606 F:      drivers/net/wireless/iwlegacy/
5607
5608 INTEL WIRELESS WIFI LINK (iwlwifi)
5609 M:      Johannes Berg <johannes.berg@intel.com>
5610 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5611 M:      Intel Linux Wireless <linuxwifi@intel.com>
5612 L:      linux-wireless@vger.kernel.org
5613 W:      http://intellinuxwireless.org
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5615 S:      Supported
5616 F:      drivers/net/wireless/iwlwifi/
5617
5618 INTEL MANAGEMENT ENGINE (mei)
5619 M:      Tomas Winkler <tomas.winkler@intel.com>
5620 L:      linux-kernel@vger.kernel.org
5621 S:      Supported
5622 F:      include/uapi/linux/mei.h
5623 F:      include/linux/mei_cl_bus.h
5624 F:      drivers/misc/mei/*
5625 F:      Documentation/misc-devices/mei/*
5626
5627 INTEL PMC IPC DRIVER
5628 M:      Zha Qipeng<qipeng.zha@intel.com>
5629 L:      platform-driver-x86@vger.kernel.org
5630 S:      Maintained
5631 F:      drivers/platform/x86/intel_pmc_ipc.c
5632 F:      arch/x86/include/asm/intel_pmc_ipc.h
5633
5634 IOC3 ETHERNET DRIVER
5635 M:      Ralf Baechle <ralf@linux-mips.org>
5636 L:      linux-mips@linux-mips.org
5637 S:      Maintained
5638 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5639
5640 IOC3 SERIAL DRIVER
5641 M:      Pat Gefre <pfg@sgi.com>
5642 L:      linux-serial@vger.kernel.org
5643 S:      Maintained
5644 F:      drivers/tty/serial/ioc3_serial.c
5645
5646 IOMMU DRIVERS
5647 M:      Joerg Roedel <joro@8bytes.org>
5648 L:      iommu@lists.linux-foundation.org
5649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5650 S:      Maintained
5651 F:      drivers/iommu/
5652
5653 IP MASQUERADING
5654 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5655 S:      Maintained
5656 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5657
5658 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5659 M:      Francois Romieu <romieu@fr.zoreil.com>
5660 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5661 L:      netdev@vger.kernel.org
5662 S:      Maintained
5663 F:      drivers/net/ethernet/icplus/ipg.*
5664
5665 IPATH DRIVER
5666 M:      Mike Marciniszyn <infinipath@intel.com>
5667 L:      linux-rdma@vger.kernel.org
5668 S:      Maintained
5669 F:      drivers/staging/rdma/ipath/
5670
5671 IPMI SUBSYSTEM
5672 M:      Corey Minyard <minyard@acm.org>
5673 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5674 W:      http://openipmi.sourceforge.net/
5675 S:      Supported
5676 F:      Documentation/IPMI.txt
5677 F:      drivers/char/ipmi/
5678 F:      include/linux/ipmi*
5679 F:      include/uapi/linux/ipmi*
5680
5681 QCOM AUDIO (ASoC) DRIVERS
5682 M:      Patrick Lai <plai@codeaurora.org>
5683 M:      Banajit Goswami <bgoswami@codeaurora.org>
5684 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5685 S:      Supported
5686 F:      sound/soc/qcom/
5687
5688 IPS SCSI RAID DRIVER
5689 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5690 L:      linux-scsi@vger.kernel.org
5691 W:      http://www.adaptec.com/
5692 S:      Maintained
5693 F:      drivers/scsi/ips*
5694
5695 IPVS
5696 M:      Wensong Zhang <wensong@linux-vs.org>
5697 M:      Simon Horman <horms@verge.net.au>
5698 M:      Julian Anastasov <ja@ssi.bg>
5699 L:      netdev@vger.kernel.org
5700 L:      lvs-devel@vger.kernel.org
5701 S:      Maintained
5702 F:      Documentation/networking/ipvs-sysctl.txt
5703 F:      include/net/ip_vs.h
5704 F:      include/uapi/linux/ip_vs.h
5705 F:      net/netfilter/ipvs/
5706
5707 IPWIRELESS DRIVER
5708 M:      Jiri Kosina <jikos@kernel.org>
5709 M:      David Sterba <dsterba@suse.com>
5710 S:      Odd Fixes
5711 F:      drivers/tty/ipwireless/
5712
5713 IPX NETWORK LAYER
5714 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5715 L:      netdev@vger.kernel.org
5716 S:      Maintained
5717 F:      include/net/ipx.h
5718 F:      include/uapi/linux/ipx.h
5719 F:      net/ipx/
5720
5721 IRDA SUBSYSTEM
5722 M:      Samuel Ortiz <samuel@sortiz.org>
5723 L:      irda-users@lists.sourceforge.net (subscribers-only)
5724 L:      netdev@vger.kernel.org
5725 W:      http://irda.sourceforge.net/
5726 S:      Maintained
5727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5728 F:      Documentation/networking/irda.txt
5729 F:      drivers/net/irda/
5730 F:      include/net/irda/
5731 F:      net/irda/
5732
5733 IRQ SUBSYSTEM
5734 M:      Thomas Gleixner <tglx@linutronix.de>
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 F:      kernel/irq/
5739
5740 IRQCHIP DRIVERS
5741 M:      Thomas Gleixner <tglx@linutronix.de>
5742 M:      Jason Cooper <jason@lakedaemon.net>
5743 M:      Marc Zyngier <marc.zyngier@arm.com>
5744 L:      linux-kernel@vger.kernel.org
5745 S:      Maintained
5746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5747 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5748 F:      Documentation/devicetree/bindings/interrupt-controller/
5749 F:      drivers/irqchip/
5750
5751 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5752 M:      Jiang Liu <jiang.liu@linux.intel.com>
5753 M:      Marc Zyngier <marc.zyngier@arm.com>
5754 S:      Maintained
5755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5756 F:      Documentation/IRQ-domain.txt
5757 F:      include/linux/irqdomain.h
5758 F:      kernel/irq/irqdomain.c
5759 F:      kernel/irq/msi.c
5760
5761 ISAPNP
5762 M:      Jaroslav Kysela <perex@perex.cz>
5763 S:      Maintained
5764 F:      Documentation/isapnp.txt
5765 F:      drivers/pnp/isapnp/
5766 F:      include/linux/isapnp.h
5767
5768 ISA RADIO MODULE
5769 M:      Hans Verkuil <hverkuil@xs4all.nl>
5770 L:      linux-media@vger.kernel.org
5771 T:      git git://linuxtv.org/media_tree.git
5772 W:      http://linuxtv.org
5773 S:      Maintained
5774 F:      drivers/media/radio/radio-isa*
5775
5776 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5777 M:      Peter Jones <pjones@redhat.com>
5778 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5779 S:      Maintained
5780 F:      drivers/firmware/iscsi_ibft*
5781
5782 ISCSI
5783 M:      Mike Christie <michaelc@cs.wisc.edu>
5784 L:      open-iscsi@googlegroups.com
5785 W:      www.open-iscsi.org
5786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5787 S:      Maintained
5788 F:      drivers/scsi/*iscsi*
5789 F:      include/scsi/*iscsi*
5790
5791 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5792 M:      Or Gerlitz <ogerlitz@mellanox.com>
5793 M:      Sagi Grimberg <sagig@mellanox.com>
5794 M:      Roi Dayan <roid@mellanox.com>
5795 L:      linux-rdma@vger.kernel.org
5796 S:      Supported
5797 W:      http://www.openfabrics.org
5798 W:      www.open-iscsi.org
5799 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5800 F:      drivers/infiniband/ulp/iser/
5801
5802 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5803 M:      Sagi Grimberg <sagig@mellanox.com>
5804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5805 L:      linux-rdma@vger.kernel.org
5806 L:      target-devel@vger.kernel.org
5807 S:      Supported
5808 W:      http://www.linux-iscsi.org
5809 F:      drivers/infiniband/ulp/isert
5810
5811 ISDN SUBSYSTEM
5812 M:      Karsten Keil <isdn@linux-pingi.de>
5813 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5814 L:      netdev@vger.kernel.org
5815 W:      http://www.isdn4linux.de
5816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5817 S:      Maintained
5818 F:      Documentation/isdn/
5819 F:      drivers/isdn/
5820 F:      include/linux/isdn.h
5821 F:      include/linux/isdn/
5822 F:      include/uapi/linux/isdn.h
5823 F:      include/uapi/linux/isdn/
5824
5825 ISDN SUBSYSTEM (Eicon active card driver)
5826 M:      Armin Schindler <mac@melware.de>
5827 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5828 W:      http://www.melware.de
5829 S:      Maintained
5830 F:      drivers/isdn/hardware/eicon/
5831
5832 IT87 HARDWARE MONITORING DRIVER
5833 M:      Jean Delvare <jdelvare@suse.com>
5834 L:      lm-sensors@lm-sensors.org
5835 S:      Maintained
5836 F:      Documentation/hwmon/it87
5837 F:      drivers/hwmon/it87.c
5838
5839 IT913X MEDIA DRIVER
5840 M:      Antti Palosaari <crope@iki.fi>
5841 L:      linux-media@vger.kernel.org
5842 W:      http://linuxtv.org/
5843 W:      http://palosaari.fi/linux/
5844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5845 T:      git git://linuxtv.org/anttip/media_tree.git
5846 S:      Maintained
5847 F:      drivers/media/tuners/it913x*
5848
5849 IVTV VIDEO4LINUX DRIVER
5850 M:      Andy Walls <awalls@md.metrocast.net>
5851 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5852 L:      linux-media@vger.kernel.org
5853 T:      git git://linuxtv.org/media_tree.git
5854 W:      http://www.ivtvdriver.org
5855 S:      Maintained
5856 F:      Documentation/video4linux/*.ivtv
5857 F:      drivers/media/pci/ivtv/
5858 F:      include/uapi/linux/ivtv*
5859
5860 IX2505V MEDIA DRIVER
5861 M:      Malcolm Priestley <tvboxspy@gmail.com>
5862 L:      linux-media@vger.kernel.org
5863 W:      http://linuxtv.org/
5864 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5865 S:      Maintained
5866 F:      drivers/media/dvb-frontends/ix2505v*
5867
5868 JC42.4 TEMPERATURE SENSOR DRIVER
5869 M:      Guenter Roeck <linux@roeck-us.net>
5870 L:      lm-sensors@lm-sensors.org
5871 S:      Maintained
5872 F:      drivers/hwmon/jc42.c
5873 F:      Documentation/hwmon/jc42
5874
5875 JFS FILESYSTEM
5876 M:      Dave Kleikamp <shaggy@kernel.org>
5877 L:      jfs-discussion@lists.sourceforge.net
5878 W:      http://jfs.sourceforge.net/
5879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5880 S:      Maintained
5881 F:      Documentation/filesystems/jfs.txt
5882 F:      fs/jfs/
5883
5884 JME NETWORK DRIVER
5885 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5886 L:      netdev@vger.kernel.org
5887 S:      Maintained
5888 F:      drivers/net/ethernet/jme.*
5889
5890 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5891 M:      David Woodhouse <dwmw2@infradead.org>
5892 L:      linux-mtd@lists.infradead.org
5893 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5894 S:      Maintained
5895 F:      fs/jffs2/
5896 F:      include/uapi/linux/jffs2.h
5897
5898 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5899 M:      "Theodore Ts'o" <tytso@mit.edu>
5900 M:      Jan Kara <jack@suse.com>
5901 L:      linux-ext4@vger.kernel.org
5902 S:      Maintained
5903 F:      fs/jbd2/
5904 F:      include/linux/jbd2.h
5905
5906 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5907 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5908 L:      linux-media@vger.kernel.org
5909 S:      Maintained
5910 F:      drivers/media/platform/rcar_jpu.c
5911
5912 JSM Neo PCI based serial card
5913 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5914 L:      linux-serial@vger.kernel.org
5915 S:      Maintained
5916 F:      drivers/tty/serial/jsm/
5917
5918 K10TEMP HARDWARE MONITORING DRIVER
5919 M:      Clemens Ladisch <clemens@ladisch.de>
5920 L:      lm-sensors@lm-sensors.org
5921 S:      Maintained
5922 F:      Documentation/hwmon/k10temp
5923 F:      drivers/hwmon/k10temp.c
5924
5925 K8TEMP HARDWARE MONITORING DRIVER
5926 M:      Rudolf Marek <r.marek@assembler.cz>
5927 L:      lm-sensors@lm-sensors.org
5928 S:      Maintained
5929 F:      Documentation/hwmon/k8temp
5930 F:      drivers/hwmon/k8temp.c
5931
5932 KCONFIG
5933 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5934 L:      linux-kbuild@vger.kernel.org
5935 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5936 S:      Maintained
5937 F:      Documentation/kbuild/kconfig-language.txt
5938 F:      scripts/kconfig/
5939
5940 KDUMP
5941 M:      Vivek Goyal <vgoyal@redhat.com>
5942 M:      Haren Myneni <hbabu@us.ibm.com>
5943 L:      kexec@lists.infradead.org
5944 W:      http://lse.sourceforge.net/kdump/
5945 S:      Maintained
5946 F:      Documentation/kdump/
5947
5948 KEENE FM RADIO TRANSMITTER DRIVER
5949 M:      Hans Verkuil <hverkuil@xs4all.nl>
5950 L:      linux-media@vger.kernel.org
5951 T:      git git://linuxtv.org/media_tree.git
5952 W:      http://linuxtv.org
5953 S:      Maintained
5954 F:      drivers/media/radio/radio-keene*
5955
5956 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5957 M:      Ian Kent <raven@themaw.net>
5958 L:      autofs@vger.kernel.org
5959 S:      Maintained
5960 F:      fs/autofs4/
5961
5962 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5963 M:      Michal Marek <mmarek@suse.com>
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5966 L:      linux-kbuild@vger.kernel.org
5967 S:      Maintained
5968 F:      Documentation/kbuild/
5969 F:      Makefile
5970 F:      scripts/Makefile.*
5971 F:      scripts/basic/
5972 F:      scripts/mk*
5973 F:      scripts/package/
5974
5975 KERNEL JANITORS
5976 L:      kernel-janitors@vger.kernel.org
5977 W:      http://kernelnewbies.org/KernelJanitors
5978 S:      Odd Fixes
5979
5980 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5981 M:      "J. Bruce Fields" <bfields@fieldses.org>
5982 M:      Jeff Layton <jlayton@poochiereds.net>
5983 L:      linux-nfs@vger.kernel.org
5984 W:      http://nfs.sourceforge.net/
5985 S:      Supported
5986 F:      fs/nfsd/
5987 F:      include/uapi/linux/nfsd/
5988 F:      fs/lockd/
5989 F:      fs/nfs_common/
5990 F:      net/sunrpc/
5991 F:      include/linux/lockd/
5992 F:      include/linux/sunrpc/
5993 F:      include/uapi/linux/sunrpc/
5994
5995 KERNEL SELFTEST FRAMEWORK
5996 M:      Shuah Khan <shuahkh@osg.samsung.com>
5997 L:      linux-api@vger.kernel.org
5998 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5999 S:      Maintained
6000 F:      tools/testing/selftests
6001
6002 KERNEL VIRTUAL MACHINE (KVM)
6003 M:      Gleb Natapov <gleb@kernel.org>
6004 M:      Paolo Bonzini <pbonzini@redhat.com>
6005 L:      kvm@vger.kernel.org
6006 W:      http://www.linux-kvm.org
6007 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6008 S:      Supported
6009 F:      Documentation/*/kvm*.txt
6010 F:      Documentation/virtual/kvm/
6011 F:      arch/*/kvm/
6012 F:      arch/x86/kernel/kvm.c
6013 F:      arch/x86/kernel/kvmclock.c
6014 F:      arch/*/include/asm/kvm*
6015 F:      include/linux/kvm*
6016 F:      include/uapi/linux/kvm*
6017 F:      virt/kvm/
6018
6019 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6020 M:      Joerg Roedel <joro@8bytes.org>
6021 L:      kvm@vger.kernel.org
6022 W:      http://www.linux-kvm.org/
6023 S:      Maintained
6024 F:      arch/x86/include/asm/svm.h
6025 F:      arch/x86/kvm/svm.c
6026
6027 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6028 M:      Alexander Graf <agraf@suse.com>
6029 L:      kvm-ppc@vger.kernel.org
6030 W:      http://www.linux-kvm.org/
6031 T:      git git://github.com/agraf/linux-2.6.git
6032 S:      Supported
6033 F:      arch/powerpc/include/asm/kvm*
6034 F:      arch/powerpc/kvm/
6035
6036 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6037 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6038 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6039 L:      linux-s390@vger.kernel.org
6040 W:      http://www.ibm.com/developerworks/linux/linux390/
6041 S:      Supported
6042 F:      Documentation/s390/kvm.txt
6043 F:      arch/s390/include/asm/kvm*
6044 F:      arch/s390/kvm/
6045
6046 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6047 M:      Christoffer Dall <christoffer.dall@linaro.org>
6048 M:      Marc Zyngier <marc.zyngier@arm.com>
6049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6050 L:      kvmarm@lists.cs.columbia.edu
6051 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6052 S:      Supported
6053 F:      arch/arm/include/uapi/asm/kvm*
6054 F:      arch/arm/include/asm/kvm*
6055 F:      arch/arm/kvm/
6056 F:      virt/kvm/arm/
6057 F:      include/kvm/arm_*
6058
6059 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6060 M:      Christoffer Dall <christoffer.dall@linaro.org>
6061 M:      Marc Zyngier <marc.zyngier@arm.com>
6062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6063 L:      kvmarm@lists.cs.columbia.edu
6064 S:      Maintained
6065 F:      arch/arm64/include/uapi/asm/kvm*
6066 F:      arch/arm64/include/asm/kvm*
6067 F:      arch/arm64/kvm/
6068
6069 KEXEC
6070 M:      Eric Biederman <ebiederm@xmission.com>
6071 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6072 L:      kexec@lists.infradead.org
6073 S:      Maintained
6074 F:      include/linux/kexec.h
6075 F:      include/uapi/linux/kexec.h
6076 F:      kernel/kexec.c
6077
6078 KEYS/KEYRINGS:
6079 M:      David Howells <dhowells@redhat.com>
6080 L:      keyrings@vger.kernel.org
6081 S:      Maintained
6082 F:      Documentation/security/keys.txt
6083 F:      include/linux/key.h
6084 F:      include/linux/key-type.h
6085 F:      include/keys/
6086 F:      security/keys/
6087
6088 KEYS-TRUSTED
6089 M:      David Safford <safford@us.ibm.com>
6090 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6091 L:      linux-security-module@vger.kernel.org
6092 L:      keyrings@vger.kernel.org
6093 S:      Supported
6094 F:      Documentation/security/keys-trusted-encrypted.txt
6095 F:      include/keys/trusted-type.h
6096 F:      security/keys/trusted.c
6097 F:      security/keys/trusted.h
6098
6099 KEYS-ENCRYPTED
6100 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6101 M:      David Safford <safford@us.ibm.com>
6102 L:      linux-security-module@vger.kernel.org
6103 L:      keyrings@vger.kernel.org
6104 S:      Supported
6105 F:      Documentation/security/keys-trusted-encrypted.txt
6106 F:      include/keys/encrypted-type.h
6107 F:      security/keys/encrypted-keys/
6108
6109 KGDB / KDB /debug_core
6110 M:      Jason Wessel <jason.wessel@windriver.com>
6111 W:      http://kgdb.wiki.kernel.org/
6112 L:      kgdb-bugreport@lists.sourceforge.net
6113 S:      Maintained
6114 F:      Documentation/DocBook/kgdb.tmpl
6115 F:      drivers/misc/kgdbts.c
6116 F:      drivers/tty/serial/kgdboc.c
6117 F:      include/linux/kdb.h
6118 F:      include/linux/kgdb.h
6119 F:      kernel/debug/
6120
6121 KMEMCHECK
6122 M:      Vegard Nossum <vegardno@ifi.uio.no>
6123 M:      Pekka Enberg <penberg@kernel.org>
6124 S:      Maintained
6125 F:      Documentation/kmemcheck.txt
6126 F:      arch/x86/include/asm/kmemcheck.h
6127 F:      arch/x86/mm/kmemcheck/
6128 F:      include/linux/kmemcheck.h
6129 F:      mm/kmemcheck.c
6130
6131 KMEMLEAK
6132 M:      Catalin Marinas <catalin.marinas@arm.com>
6133 S:      Maintained
6134 F:      Documentation/kmemleak.txt
6135 F:      include/linux/kmemleak.h
6136 F:      mm/kmemleak.c
6137 F:      mm/kmemleak-test.c
6138
6139 KPROBES
6140 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6141 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6142 M:      "David S. Miller" <davem@davemloft.net>
6143 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6144 S:      Maintained
6145 F:      Documentation/kprobes.txt
6146 F:      include/linux/kprobes.h
6147 F:      kernel/kprobes.c
6148
6149 KS0108 LCD CONTROLLER DRIVER
6150 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6151 W:      http://miguelojeda.es/auxdisplay.htm
6152 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6153 S:      Maintained
6154 F:      Documentation/auxdisplay/ks0108
6155 F:      drivers/auxdisplay/ks0108.c
6156 F:      include/linux/ks0108.h
6157
6158 L3MDEV
6159 M:      David Ahern <dsa@cumulusnetworks.com>
6160 L:      netdev@vger.kernel.org
6161 S:      Maintained
6162 F:      net/l3mdev
6163 F:      include/net/l3mdev.h
6164
6165 LAPB module
6166 L:      linux-x25@vger.kernel.org
6167 S:      Orphan
6168 F:      Documentation/networking/lapb-module.txt
6169 F:      include/*/lapb.h
6170 F:      net/lapb/
6171
6172 LASI 53c700 driver for PARISC
6173 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6174 L:      linux-scsi@vger.kernel.org
6175 S:      Maintained
6176 F:      Documentation/scsi/53c700.txt
6177 F:      drivers/scsi/53c700*
6178
6179 LED SUBSYSTEM
6180 M:      Richard Purdie <rpurdie@rpsys.net>
6181 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6182 L:      linux-leds@vger.kernel.org
6183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6184 S:      Maintained
6185 F:      drivers/leds/
6186 F:      include/linux/leds.h
6187
6188 LEGACY EEPROM DRIVER
6189 M:      Jean Delvare <jdelvare@suse.com>
6190 S:      Maintained
6191 F:      Documentation/misc-devices/eeprom
6192 F:      drivers/misc/eeprom/eeprom.c
6193
6194 LEGO USB Tower driver
6195 M:      Juergen Stuber <starblue@users.sourceforge.net>
6196 L:      legousb-devel@lists.sourceforge.net
6197 W:      http://legousb.sourceforge.net/
6198 S:      Maintained
6199 F:      drivers/usb/misc/legousbtower.c
6200
6201 LG2160 MEDIA DRIVER
6202 M:      Michael Krufky <mkrufky@linuxtv.org>
6203 L:      linux-media@vger.kernel.org
6204 W:      http://linuxtv.org/
6205 W:      http://github.com/mkrufky
6206 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6207 T:      git git://linuxtv.org/mkrufky/tuners.git
6208 S:      Maintained
6209 F:      drivers/media/dvb-frontends/lg2160.*
6210
6211 LGDT3305 MEDIA DRIVER
6212 M:      Michael Krufky <mkrufky@linuxtv.org>
6213 L:      linux-media@vger.kernel.org
6214 W:      http://linuxtv.org/
6215 W:      http://github.com/mkrufky
6216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6217 T:      git git://linuxtv.org/mkrufky/tuners.git
6218 S:      Maintained
6219 F:      drivers/media/dvb-frontends/lgdt3305.*
6220
6221 LGUEST
6222 M:      Rusty Russell <rusty@rustcorp.com.au>
6223 L:      lguest@lists.ozlabs.org
6224 W:      http://lguest.ozlabs.org/
6225 S:      Odd Fixes
6226 F:      arch/x86/include/asm/lguest*.h
6227 F:      arch/x86/lguest/
6228 F:      drivers/lguest/
6229 F:      include/linux/lguest*.h
6230 F:      tools/lguest/
6231
6232 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6233 M:      Tejun Heo <tj@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:      drivers/ata/
6238 F:      include/linux/ata.h
6239 F:      include/linux/libata.h
6240
6241 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6242 M:      Viresh Kumar <vireshk@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:      include/linux/pata_arasan_cf_data.h
6247 F:      drivers/ata/pata_arasan_cf.c
6248
6249 LIBATA PATA DRIVERS
6250 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.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/pata_*.c
6256 F:      drivers/ata/ata_generic.c
6257
6258 LIBATA SATA AHCI PLATFORM devices support
6259 M:      Hans de Goede <hdegoede@redhat.com>
6260 M:      Tejun Heo <tj@kernel.org>
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/ahci_platform.c
6265 F:      drivers/ata/libahci_platform.c
6266 F:      include/linux/ahci_platform.h
6267
6268 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6269 M:      Mikael Pettersson <mikpelinux@gmail.com>
6270 L:      linux-ide@vger.kernel.org
6271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6272 S:      Maintained
6273 F:      drivers/ata/sata_promise.*
6274
6275 LIBLOCKDEP
6276 M:      Sasha Levin <sasha.levin@oracle.com>
6277 S:      Maintained
6278 F:      tools/lib/lockdep/
6279
6280 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6281 M:      Dan Williams <dan.j.williams@intel.com>
6282 L:      linux-nvdimm@lists.01.org
6283 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6284 S:      Supported
6285 F:      drivers/nvdimm/*
6286 F:      include/linux/nd.h
6287 F:      include/linux/libnvdimm.h
6288 F:      include/uapi/linux/ndctl.h
6289
6290 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6291 M:      Ross Zwisler <ross.zwisler@linux.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/blk.c
6296 F:      drivers/nvdimm/region_devs.c
6297 F:      drivers/acpi/nfit*
6298
6299 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6300 M:      Vishal Verma <vishal.l.verma@intel.com>
6301 L:      linux-nvdimm@lists.01.org
6302 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6303 S:      Supported
6304 F:      drivers/nvdimm/btt*
6305
6306 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6307 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6308 L:      linux-nvdimm@lists.01.org
6309 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6310 S:      Supported
6311 F:      drivers/nvdimm/pmem.c
6312 F:      include/linux/pmem.h
6313 F:      arch/*/include/asm/pmem.h
6314
6315 LINUX FOR IBM pSERIES (RS/6000)
6316 M:      Paul Mackerras <paulus@au.ibm.com>
6317 W:      http://www.ibm.com/linux/ltc/projects/ppc
6318 S:      Supported
6319 F:      arch/powerpc/boot/rs6000.h
6320
6321 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6322 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6323 M:      Paul Mackerras <paulus@samba.org>
6324 M:      Michael Ellerman <mpe@ellerman.id.au>
6325 W:      http://www.penguinppc.org/
6326 L:      linuxppc-dev@lists.ozlabs.org
6327 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6329 S:      Supported
6330 F:      Documentation/powerpc/
6331 F:      arch/powerpc/
6332
6333 LINUX FOR POWER MACINTOSH
6334 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6335 W:      http://www.penguinppc.org/
6336 L:      linuxppc-dev@lists.ozlabs.org
6337 S:      Maintained
6338 F:      arch/powerpc/platforms/powermac/
6339 F:      drivers/macintosh/
6340
6341 LINUX FOR POWERPC EMBEDDED MPC5XXX
6342 M:      Anatolij Gustschin <agust@denx.de>
6343 L:      linuxppc-dev@lists.ozlabs.org
6344 T:      git git://git.denx.de/linux-denx-agust.git
6345 S:      Maintained
6346 F:      arch/powerpc/platforms/512x/
6347 F:      arch/powerpc/platforms/52xx/
6348
6349 LINUX FOR POWERPC EMBEDDED PPC4XX
6350 M:      Alistair Popple <alistair@popple.id.au>
6351 M:      Matt Porter <mporter@kernel.crashing.org>
6352 W:      http://www.penguinppc.org/
6353 L:      linuxppc-dev@lists.ozlabs.org
6354 S:      Maintained
6355 F:      arch/powerpc/platforms/40x/
6356 F:      arch/powerpc/platforms/44x/
6357
6358 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6359 L:      linuxppc-dev@lists.ozlabs.org
6360 S:      Orphan
6361 F:      arch/powerpc/*/*virtex*
6362 F:      arch/powerpc/*/*/*virtex*
6363
6364 LINUX FOR POWERPC EMBEDDED PPC8XX
6365 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6366 W:      http://www.penguinppc.org/
6367 L:      linuxppc-dev@lists.ozlabs.org
6368 S:      Maintained
6369 F:      arch/powerpc/platforms/8xx/
6370
6371 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6372 M:      Scott Wood <scottwood@freescale.com>
6373 M:      Kumar Gala <galak@kernel.crashing.org>
6374 W:      http://www.penguinppc.org/
6375 L:      linuxppc-dev@lists.ozlabs.org
6376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6377 S:      Maintained
6378 F:      arch/powerpc/platforms/83xx/
6379 F:      arch/powerpc/platforms/85xx/
6380
6381 LINUX FOR POWERPC PA SEMI PWRFICIENT
6382 M:      Olof Johansson <olof@lixom.net>
6383 L:      linuxppc-dev@lists.ozlabs.org
6384 S:      Maintained
6385 F:      arch/powerpc/platforms/pasemi/
6386 F:      drivers/*/*pasemi*
6387 F:      drivers/*/*/*pasemi*
6388
6389 LINUX SECURITY MODULE (LSM) FRAMEWORK
6390 M:      Chris Wright <chrisw@sous-sol.org>
6391 L:      linux-security-module@vger.kernel.org
6392 S:      Supported
6393
6394 LIS3LV02D ACCELEROMETER DRIVER
6395 M:      Eric Piel <eric.piel@tremplin-utc.net>
6396 S:      Maintained
6397 F:      Documentation/misc-devices/lis3lv02d
6398 F:      drivers/misc/lis3lv02d/
6399 F:      drivers/platform/x86/hp_accel.c
6400
6401 LIVE PATCHING
6402 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6403 M:      Seth Jennings <sjenning@redhat.com>
6404 M:      Jiri Kosina <jikos@kernel.org>
6405 M:      Vojtech Pavlik <vojtech@suse.com>
6406 S:      Maintained
6407 F:      kernel/livepatch/
6408 F:      include/linux/livepatch.h
6409 F:      arch/x86/include/asm/livepatch.h
6410 F:      arch/x86/kernel/livepatch.c
6411 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6412 F:      samples/livepatch/
6413 L:      live-patching@vger.kernel.org
6414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6415
6416 LLC (802.2)
6417 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6418 S:      Maintained
6419 F:      include/linux/llc.h
6420 F:      include/uapi/linux/llc.h
6421 F:      include/net/llc*
6422 F:      net/llc/
6423
6424 LM73 HARDWARE MONITOR DRIVER
6425 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6426 L:      lm-sensors@lm-sensors.org
6427 S:      Maintained
6428 F:      drivers/hwmon/lm73.c
6429
6430 LM78 HARDWARE MONITOR DRIVER
6431 M:      Jean Delvare <jdelvare@suse.com>
6432 L:      lm-sensors@lm-sensors.org
6433 S:      Maintained
6434 F:      Documentation/hwmon/lm78
6435 F:      drivers/hwmon/lm78.c
6436
6437 LM83 HARDWARE MONITOR DRIVER
6438 M:      Jean Delvare <jdelvare@suse.com>
6439 L:      lm-sensors@lm-sensors.org
6440 S:      Maintained
6441 F:      Documentation/hwmon/lm83
6442 F:      drivers/hwmon/lm83.c
6443
6444 LM90 HARDWARE MONITOR DRIVER
6445 M:      Jean Delvare <jdelvare@suse.com>
6446 L:      lm-sensors@lm-sensors.org
6447 S:      Maintained
6448 F:      Documentation/hwmon/lm90
6449 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6450 F:      drivers/hwmon/lm90.c
6451
6452 LM95234 HARDWARE MONITOR DRIVER
6453 M:      Guenter Roeck <linux@roeck-us.net>
6454 L:      lm-sensors@lm-sensors.org
6455 S:      Maintained
6456 F:      Documentation/hwmon/lm95234
6457 F:      drivers/hwmon/lm95234.c
6458
6459 LME2510 MEDIA DRIVER
6460 M:      Malcolm Priestley <tvboxspy@gmail.com>
6461 L:      linux-media@vger.kernel.org
6462 W:      http://linuxtv.org/
6463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6464 S:      Maintained
6465 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6466
6467 LOCKDEP AND LOCKSTAT
6468 M:      Peter Zijlstra <peterz@infradead.org>
6469 M:      Ingo Molnar <mingo@redhat.com>
6470 L:      linux-kernel@vger.kernel.org
6471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6472 S:      Maintained
6473 F:      Documentation/locking/lockdep*.txt
6474 F:      Documentation/locking/lockstat.txt
6475 F:      include/linux/lockdep.h
6476 F:      kernel/locking/
6477
6478 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6479 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6480 L:      linux-ntfs-dev@lists.sourceforge.net
6481 W:      http://www.linux-ntfs.org/content/view/19/37/
6482 S:      Maintained
6483 F:      Documentation/ldm.txt
6484 F:      block/partitions/ldm.*
6485
6486 LogFS
6487 M:      Joern Engel <joern@logfs.org>
6488 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6489 L:      logfs@logfs.org
6490 W:      logfs.org
6491 S:      Maintained
6492 F:      fs/logfs/
6493
6494 LPC32XX MACHINE SUPPORT
6495 M:      Roland Stigge <stigge@antcom.de>
6496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6497 S:      Maintained
6498 F:      arch/arm/mach-lpc32xx/
6499
6500 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6501 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6502 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6503 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6504 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6505 L:      MPT-FusionLinux.pdl@avagotech.com
6506 L:      linux-scsi@vger.kernel.org
6507 W:      http://www.lsilogic.com/support
6508 S:      Supported
6509 F:      drivers/message/fusion/
6510 F:      drivers/scsi/mpt2sas/
6511 F:      drivers/scsi/mpt3sas/
6512
6513 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6514 M:      Matthew Wilcox <matthew@wil.cx>
6515 L:      linux-scsi@vger.kernel.org
6516 S:      Maintained
6517 F:      drivers/scsi/sym53c8xx_2/
6518
6519 LTC4261 HARDWARE MONITOR DRIVER
6520 M:      Guenter Roeck <linux@roeck-us.net>
6521 L:      lm-sensors@lm-sensors.org
6522 S:      Maintained
6523 F:      Documentation/hwmon/ltc4261
6524 F:      drivers/hwmon/ltc4261.c
6525
6526 LTP (Linux Test Project)
6527 M:      Mike Frysinger <vapier@gentoo.org>
6528 M:      Cyril Hrubis <chrubis@suse.cz>
6529 M:      Wanlong Gao <wanlong.gao@gmail.com>
6530 M:      Jan Stancek <jstancek@redhat.com>
6531 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6532 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6533 L:      ltp@lists.linux.it (subscribers-only)
6534 W:      http://linux-test-project.github.io/
6535 T:      git git://github.com/linux-test-project/ltp.git
6536 S:      Maintained
6537
6538 M32R ARCHITECTURE
6539 W:      http://www.linux-m32r.org/
6540 S:      Orphan
6541 F:      arch/m32r/
6542
6543 M68K ARCHITECTURE
6544 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6545 L:      linux-m68k@lists.linux-m68k.org
6546 W:      http://www.linux-m68k.org/
6547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6548 S:      Maintained
6549 F:      arch/m68k/
6550 F:      drivers/zorro/
6551
6552 M68K ON APPLE MACINTOSH
6553 M:      Joshua Thompson <funaho@jurai.org>
6554 W:      http://www.mac.linux-m68k.org/
6555 L:      linux-m68k@lists.linux-m68k.org
6556 S:      Maintained
6557 F:      arch/m68k/mac/
6558
6559 M68K ON HP9000/300
6560 M:      Philip Blundell <philb@gnu.org>
6561 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6562 S:      Maintained
6563 F:      arch/m68k/hp300/
6564
6565 M88DS3103 MEDIA DRIVER
6566 M:      Antti Palosaari <crope@iki.fi>
6567 L:      linux-media@vger.kernel.org
6568 W:      http://linuxtv.org/
6569 W:      http://palosaari.fi/linux/
6570 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6571 T:      git git://linuxtv.org/anttip/media_tree.git
6572 S:      Maintained
6573 F:      drivers/media/dvb-frontends/m88ds3103*
6574
6575 M88RS2000 MEDIA DRIVER
6576 M:      Malcolm Priestley <tvboxspy@gmail.com>
6577 L:      linux-media@vger.kernel.org
6578 W:      http://linuxtv.org/
6579 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6580 S:      Maintained
6581 F:      drivers/media/dvb-frontends/m88rs2000*
6582
6583 MA901 MASTERKIT USB FM RADIO DRIVER
6584 M:      Alexey Klimov <klimov.linux@gmail.com>
6585 L:      linux-media@vger.kernel.org
6586 T:      git git://linuxtv.org/media_tree.git
6587 S:      Maintained
6588 F:      drivers/media/radio/radio-ma901.c
6589
6590 MAC80211
6591 M:      Johannes Berg <johannes@sipsolutions.net>
6592 L:      linux-wireless@vger.kernel.org
6593 W:      http://wireless.kernel.org/
6594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6596 S:      Maintained
6597 F:      Documentation/networking/mac80211-injection.txt
6598 F:      include/net/mac80211.h
6599 F:      net/mac80211/
6600
6601 MACVLAN DRIVER
6602 M:      Patrick McHardy <kaber@trash.net>
6603 L:      netdev@vger.kernel.org
6604 S:      Maintained
6605 F:      drivers/net/macvlan.c
6606 F:      include/linux/if_macvlan.h
6607
6608 MAILBOX API
6609 M:      Jassi Brar <jassisinghbrar@gmail.com>
6610 L:      linux-kernel@vger.kernel.org
6611 S:      Maintained
6612 F:      drivers/mailbox/
6613 F:      include/linux/mailbox_client.h
6614 F:      include/linux/mailbox_controller.h
6615
6616 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6617 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6618 W:      http://www.kernel.org/doc/man-pages
6619 L:      linux-man@vger.kernel.org
6620 S:      Maintained
6621
6622 MARVELL ARMADA DRM SUPPORT
6623 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6624 S:      Maintained
6625 F:      drivers/gpu/drm/armada/
6626
6627 MARVELL 88E6352 DSA support
6628 M:      Guenter Roeck <linux@roeck-us.net>
6629 S:      Maintained
6630 F:      drivers/net/dsa/mv88e6352.c
6631
6632 MARVELL CRYPTO DRIVER
6633 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6634 M:      Arnaud Ebalard <arno@natisbad.org>
6635 F:      drivers/crypto/marvell/
6636 S:      Maintained
6637 L:      linux-crypto@vger.kernel.org
6638
6639 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6640 M:      Mirko Lindner <mlindner@marvell.com>
6641 M:      Stephen Hemminger <stephen@networkplumber.org>
6642 L:      netdev@vger.kernel.org
6643 S:      Maintained
6644 F:      drivers/net/ethernet/marvell/sk*
6645
6646 MARVELL LIBERTAS WIRELESS DRIVER
6647 L:      libertas-dev@lists.infradead.org
6648 S:      Orphan
6649 F:      drivers/net/wireless/libertas/
6650
6651 MARVELL MV643XX ETHERNET DRIVER
6652 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6653 L:      netdev@vger.kernel.org
6654 S:      Maintained
6655 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6656 F:      include/linux/mv643xx.h
6657
6658 MARVELL MVNETA ETHERNET DRIVER
6659 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6660 L:      netdev@vger.kernel.org
6661 S:      Maintained
6662 F:      drivers/net/ethernet/marvell/mvneta.*
6663
6664 MARVELL MWIFIEX WIRELESS DRIVER
6665 M:      Amitkumar Karwar <akarwar@marvell.com>
6666 M:      Nishant Sarmukadam <nishants@marvell.com>
6667 L:      linux-wireless@vger.kernel.org
6668 S:      Maintained
6669 F:      drivers/net/wireless/mwifiex/
6670
6671 MARVELL MWL8K WIRELESS DRIVER
6672 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6673 L:      linux-wireless@vger.kernel.org
6674 S:      Odd Fixes
6675 F:      drivers/net/wireless/mwl8k.c
6676
6677 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6678 M:      Nicolas Pitre <nico@fluxnic.net>
6679 S:      Odd Fixes
6680 F:      drivers/mmc/host/mvsdio.*
6681
6682 MATROX FRAMEBUFFER DRIVER
6683 L:      linux-fbdev@vger.kernel.org
6684 S:      Orphan
6685 F:      drivers/video/fbdev/matrox/matroxfb_*
6686 F:      include/uapi/linux/matroxfb.h
6687
6688 MAX16065 HARDWARE MONITOR DRIVER
6689 M:      Guenter Roeck <linux@roeck-us.net>
6690 L:      lm-sensors@lm-sensors.org
6691 S:      Maintained
6692 F:      Documentation/hwmon/max16065
6693 F:      drivers/hwmon/max16065.c
6694
6695 MAX20751 HARDWARE MONITOR DRIVER
6696 M:      Guenter Roeck <linux@roeck-us.net>
6697 L:      lm-sensors@lm-sensors.org
6698 S:      Maintained
6699 F:      Documentation/hwmon/max20751
6700 F:      drivers/hwmon/max20751.c
6701
6702 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6703 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6704 L:      lm-sensors@lm-sensors.org
6705 S:      Maintained
6706 F:      Documentation/hwmon/max6650
6707 F:      drivers/hwmon/max6650.c
6708
6709 MAX6697 HARDWARE MONITOR DRIVER
6710 M:      Guenter Roeck <linux@roeck-us.net>
6711 L:      lm-sensors@lm-sensors.org
6712 S:      Maintained
6713 F:      Documentation/hwmon/max6697
6714 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6715 F:      drivers/hwmon/max6697.c
6716 F:      include/linux/platform_data/max6697.h
6717
6718 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6719 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6720 L:      linux-pm@vger.kernel.org
6721 S:      Supported
6722 F:      drivers/power/max14577_charger.c
6723 F:      drivers/power/max77693_charger.c
6724
6725 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6726 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6727 L:      linux-kernel@vger.kernel.org
6728 S:      Supported
6729 F:      drivers/*/*max77802.c
6730 F:      Documentation/devicetree/bindings/*/*max77802.txt
6731 F:      include/dt-bindings/*/*max77802.h
6732
6733 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6734 M:      Chanwoo Choi <cw00.choi@samsung.com>
6735 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6736 L:      linux-kernel@vger.kernel.org
6737 S:      Supported
6738 F:      drivers/*/max14577.c
6739 F:      drivers/*/max77686.c
6740 F:      drivers/*/max77693.c
6741 F:      drivers/extcon/extcon-max14577.c
6742 F:      drivers/extcon/extcon-max77693.c
6743 F:      drivers/rtc/rtc-max77686.c
6744 F:      drivers/clk/clk-max77686.c
6745 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6746 F:      Documentation/devicetree/bindings/*/max77686.txt
6747 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6748 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6749 F:      include/linux/mfd/max14577*.h
6750 F:      include/linux/mfd/max77686*.h
6751 F:      include/linux/mfd/max77693*.h
6752
6753 MAXIRADIO FM RADIO RECEIVER DRIVER
6754 M:      Hans Verkuil <hverkuil@xs4all.nl>
6755 L:      linux-media@vger.kernel.org
6756 T:      git git://linuxtv.org/media_tree.git
6757 W:      http://linuxtv.org
6758 S:      Maintained
6759 F:      drivers/media/radio/radio-maxiradio*
6760
6761 MEDIA DRIVERS FOR RENESAS - VSP1
6762 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6763 L:      linux-media@vger.kernel.org
6764 L:      linux-sh@vger.kernel.org
6765 T:      git git://linuxtv.org/media_tree.git
6766 S:      Supported
6767 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6768 F:      drivers/media/platform/vsp1/
6769
6770 MEDIA DRIVERS FOR ASCOT2E
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/ascot2e*
6778
6779 MEDIA DRIVERS FOR CXD2841ER
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/cxd2841er*
6787
6788 MEDIA DRIVERS FOR HORUS3A
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/horus3a*
6796
6797 MEDIA DRIVERS FOR LNBH25
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/dvb-frontends/lnbh25*
6805
6806 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6807 M:      Sergey Kozlov <serjk@netup.ru>
6808 L:      linux-media@vger.kernel.org
6809 W:      http://linuxtv.org/
6810 W:      http://netup.tv/
6811 T:      git git://linuxtv.org/media_tree.git
6812 S:      Supported
6813 F:      drivers/media/pci/netup_unidvb/*
6814
6815 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6816 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6817 P:      LinuxTV.org Project
6818 L:      linux-media@vger.kernel.org
6819 W:      http://linuxtv.org
6820 Q:      http://patchwork.kernel.org/project/linux-media/list/
6821 T:      git git://linuxtv.org/media_tree.git
6822 S:      Maintained
6823 F:      Documentation/dvb/
6824 F:      Documentation/video4linux/
6825 F:      Documentation/DocBook/media/
6826 F:      drivers/media/
6827 F:      drivers/staging/media/
6828 F:      include/media/
6829 F:      include/uapi/linux/dvb/
6830 F:      include/uapi/linux/videodev2.h
6831 F:      include/uapi/linux/media.h
6832 F:      include/uapi/linux/v4l2-*
6833 F:      include/uapi/linux/meye.h
6834 F:      include/uapi/linux/ivtv*
6835 F:      include/uapi/linux/uvcvideo.h
6836
6837 MEDIATEK MT7601U WIRELESS LAN DRIVER
6838 M:      Jakub Kicinski <kubakici@wp.pl>
6839 L:      linux-wireless@vger.kernel.org
6840 S:      Maintained
6841 F:      drivers/net/wireless/mediatek/mt7601u/
6842
6843 MEGARAID SCSI/SAS DRIVERS
6844 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6845 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6846 M:      Uday Lingala <uday.lingala@avagotech.com>
6847 L:      megaraidlinux.pdl@avagotech.com
6848 L:      linux-scsi@vger.kernel.org
6849 W:      http://www.lsi.com
6850 S:      Maintained
6851 F:      Documentation/scsi/megaraid.txt
6852 F:      drivers/scsi/megaraid.*
6853 F:      drivers/scsi/megaraid/
6854
6855 MELLANOX ETHERNET DRIVER (mlx4_en)
6856 M:      Amir Vadai <amirv@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/mlx4/en_*
6862
6863 MELLANOX ETHERNET SWITCH DRIVERS
6864 M:      Jiri Pirko <jiri@mellanox.com>
6865 M:      Ido Schimmel <idosch@mellanox.com>
6866 L:      netdev@vger.kernel.org
6867 S:      Supported
6868 W:      http://www.mellanox.com
6869 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6870 F:      drivers/net/ethernet/mellanox/mlxsw/
6871
6872 MEMBARRIER SUPPORT
6873 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6874 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6875 L:      linux-kernel@vger.kernel.org
6876 S:      Supported
6877 F:      kernel/membarrier.c
6878 F:      include/uapi/linux/membarrier.h
6879
6880 MEMORY MANAGEMENT
6881 L:      linux-mm@kvack.org
6882 W:      http://www.linux-mm.org
6883 S:      Maintained
6884 F:      include/linux/mm.h
6885 F:      include/linux/gfp.h
6886 F:      include/linux/mmzone.h
6887 F:      include/linux/memory_hotplug.h
6888 F:      include/linux/vmalloc.h
6889 F:      mm/
6890
6891 MEMORY TECHNOLOGY DEVICES (MTD)
6892 M:      David Woodhouse <dwmw2@infradead.org>
6893 M:      Brian Norris <computersforpeace@gmail.com>
6894 L:      linux-mtd@lists.infradead.org
6895 W:      http://www.linux-mtd.infradead.org/
6896 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6897 T:      git git://git.infradead.org/linux-mtd.git
6898 T:      git git://git.infradead.org/l2-mtd.git
6899 S:      Maintained
6900 F:      drivers/mtd/
6901 F:      include/linux/mtd/
6902 F:      include/uapi/mtd/
6903
6904 MEN A21 WATCHDOG DRIVER
6905 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6906 L:      linux-watchdog@vger.kernel.org
6907 S:      Maintained
6908 F:      drivers/watchdog/mena21_wdt.c
6909
6910 MEN CHAMELEON BUS (mcb)
6911 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6912 S:      Maintained
6913 F:      drivers/mcb/
6914 F:      include/linux/mcb.h
6915 F:      Documentation/men-chameleon-bus.txt
6916
6917 MEN F21BMC (Board Management Controller)
6918 M:      Andreas Werner <andreas.werner@men.de>
6919 S:      Supported
6920 F:      drivers/mfd/menf21bmc.c
6921 F:      drivers/watchdog/menf21bmc_wdt.c
6922 F:      drivers/leds/leds-menf21bmc.c
6923 F:      drivers/hwmon/menf21bmc_hwmon.c
6924 F:      Documentation/hwmon/menf21bmc
6925
6926 METAG ARCHITECTURE
6927 M:      James Hogan <james.hogan@imgtec.com>
6928 L:      linux-metag@vger.kernel.org
6929 S:      Supported
6930 F:      arch/metag/
6931 F:      Documentation/metag/
6932 F:      Documentation/devicetree/bindings/metag/
6933 F:      drivers/clocksource/metag_generic.c
6934 F:      drivers/irqchip/irq-metag.c
6935 F:      drivers/irqchip/irq-metag-ext.c
6936 F:      drivers/tty/metag_da.c
6937
6938 MICROBLAZE ARCHITECTURE
6939 M:      Michal Simek <monstr@monstr.eu>
6940 W:      http://www.monstr.eu/fdt/
6941 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6942 S:      Supported
6943 F:      arch/microblaze/
6944
6945 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6946 M:      Chen Yu <yu.c.chen@intel.com>
6947 L:      platform-driver-x86@vger.kernel.org
6948 S:      Supported
6949 F:      drivers/platform/x86/surfacepro3_button.c
6950
6951 MICROTEK X6 SCANNER
6952 M:      Oliver Neukum <oliver@neukum.org>
6953 S:      Maintained
6954 F:      drivers/usb/image/microtek.*
6955
6956 MIPS
6957 M:      Ralf Baechle <ralf@linux-mips.org>
6958 L:      linux-mips@linux-mips.org
6959 W:      http://www.linux-mips.org/
6960 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6961 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6962 S:      Supported
6963 F:      Documentation/mips/
6964 F:      arch/mips/
6965
6966 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6967 M:      Hans Verkuil <hverkuil@xs4all.nl>
6968 L:      linux-media@vger.kernel.org
6969 T:      git git://linuxtv.org/media_tree.git
6970 W:      http://linuxtv.org
6971 S:      Odd Fixes
6972 F:      drivers/media/radio/radio-miropcm20*
6973
6974 Mellanox MLX5 core VPI driver
6975 M:      Eli Cohen <eli@mellanox.com>
6976 L:      netdev@vger.kernel.org
6977 L:      linux-rdma@vger.kernel.org
6978 W:      http://www.mellanox.com
6979 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6980 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6981 T:      git git://openfabrics.org/~eli/connect-ib.git
6982 S:      Supported
6983 F:      drivers/net/ethernet/mellanox/mlx5/core/
6984 F:      include/linux/mlx5/
6985
6986 Mellanox MLX5 IB driver
6987 M:      Eli Cohen <eli@mellanox.com>
6988 L:      linux-rdma@vger.kernel.org
6989 W:      http://www.mellanox.com
6990 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6991 T:      git git://openfabrics.org/~eli/connect-ib.git
6992 S:      Supported
6993 F:      include/linux/mlx5/
6994 F:      drivers/infiniband/hw/mlx5/
6995
6996 MN88472 MEDIA DRIVER
6997 M:      Antti Palosaari <crope@iki.fi>
6998 L:      linux-media@vger.kernel.org
6999 W:      http://linuxtv.org/
7000 W:      http://palosaari.fi/linux/
7001 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7002 T:      git git://linuxtv.org/anttip/media_tree.git
7003 S:      Maintained
7004 F:      drivers/staging/media/mn88472/
7005 F:      drivers/media/dvb-frontends/mn88472.h
7006
7007 MN88473 MEDIA DRIVER
7008 M:      Antti Palosaari <crope@iki.fi>
7009 L:      linux-media@vger.kernel.org
7010 W:      http://linuxtv.org/
7011 W:      http://palosaari.fi/linux/
7012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7013 T:      git git://linuxtv.org/anttip/media_tree.git
7014 S:      Maintained
7015 F:      drivers/staging/media/mn88473/
7016 F:      drivers/media/dvb-frontends/mn88473.h
7017
7018 MODULE SUPPORT
7019 M:      Rusty Russell <rusty@rustcorp.com.au>
7020 S:      Maintained
7021 F:      include/linux/module.h
7022 F:      kernel/module.c
7023
7024 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7025 W:      http://popies.net/meye/
7026 S:      Orphan
7027 F:      Documentation/video4linux/meye.txt
7028 F:      drivers/media/pci/meye/
7029 F:      include/uapi/linux/meye.h
7030
7031 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7032 M:      Jiri Slaby <jirislaby@gmail.com>
7033 S:      Maintained
7034 F:      Documentation/serial/moxa-smartio
7035 F:      drivers/tty/mxser.*
7036
7037 MR800 AVERMEDIA USB FM RADIO DRIVER
7038 M:      Alexey Klimov <klimov.linux@gmail.com>
7039 L:      linux-media@vger.kernel.org
7040 T:      git git://linuxtv.org/media_tree.git
7041 S:      Maintained
7042 F:      drivers/media/radio/radio-mr800.c
7043
7044 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7045 M:      Alan Ott <alan@signal11.us>
7046 L:      linux-wpan@vger.kernel.org
7047 S:      Maintained
7048 F:      drivers/net/ieee802154/mrf24j40.c
7049 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7050
7051 MSI LAPTOP SUPPORT
7052 M:      "Lee, Chun-Yi" <jlee@suse.com>
7053 L:      platform-driver-x86@vger.kernel.org
7054 S:      Maintained
7055 F:      drivers/platform/x86/msi-laptop.c
7056
7057 MSI WMI SUPPORT
7058 L:      platform-driver-x86@vger.kernel.org
7059 S:      Orphan
7060 F:      drivers/platform/x86/msi-wmi.c
7061
7062 MSI001 MEDIA DRIVER
7063 M:      Antti Palosaari <crope@iki.fi>
7064 L:      linux-media@vger.kernel.org
7065 W:      http://linuxtv.org/
7066 W:      http://palosaari.fi/linux/
7067 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7068 T:      git git://linuxtv.org/anttip/media_tree.git
7069 S:      Maintained
7070 F:      drivers/media/tuners/msi001*
7071
7072 MSI2500 MEDIA DRIVER
7073 M:      Antti Palosaari <crope@iki.fi>
7074 L:      linux-media@vger.kernel.org
7075 W:      http://linuxtv.org/
7076 W:      http://palosaari.fi/linux/
7077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7078 T:      git git://linuxtv.org/anttip/media_tree.git
7079 S:      Maintained
7080 F:      drivers/media/usb/msi2500/
7081
7082 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7083 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7084 L:      linux-mtd@lists.infradead.org
7085 S:      Maintained
7086 F:      drivers/mtd/devices/docg3*
7087
7088 MT9M032 APTINA SENSOR DRIVER
7089 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7090 L:      linux-media@vger.kernel.org
7091 T:      git git://linuxtv.org/media_tree.git
7092 S:      Maintained
7093 F:      drivers/media/i2c/mt9m032.c
7094 F:      include/media/mt9m032.h
7095
7096 MT9P031 APTINA CAMERA SENSOR
7097 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7098 L:      linux-media@vger.kernel.org
7099 T:      git git://linuxtv.org/media_tree.git
7100 S:      Maintained
7101 F:      drivers/media/i2c/mt9p031.c
7102 F:      include/media/mt9p031.h
7103
7104 MT9T001 APTINA CAMERA SENSOR
7105 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7106 L:      linux-media@vger.kernel.org
7107 T:      git git://linuxtv.org/media_tree.git
7108 S:      Maintained
7109 F:      drivers/media/i2c/mt9t001.c
7110 F:      include/media/mt9t001.h
7111
7112 MT9V032 APTINA CAMERA SENSOR
7113 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7114 L:      linux-media@vger.kernel.org
7115 T:      git git://linuxtv.org/media_tree.git
7116 S:      Maintained
7117 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7118 F:      drivers/media/i2c/mt9v032.c
7119 F:      include/media/mt9v032.h
7120
7121 MULTIFUNCTION DEVICES (MFD)
7122 M:      Samuel Ortiz <sameo@linux.intel.com>
7123 M:      Lee Jones <lee.jones@linaro.org>
7124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7125 S:      Supported
7126 F:      drivers/mfd/
7127 F:      include/linux/mfd/
7128
7129 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7130 M:      Ulf Hansson <ulf.hansson@linaro.org>
7131 L:      linux-mmc@vger.kernel.org
7132 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7133 S:      Maintained
7134 F:      drivers/mmc/
7135 F:      include/linux/mmc/
7136 F:      include/uapi/linux/mmc/
7137
7138 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7139 S:      Orphan
7140 F:      drivers/mmc/host/mmc_spi.c
7141 F:      include/linux/spi/mmc_spi.h
7142
7143 MULTISOUND SOUND DRIVER
7144 M:      Andrew Veliath <andrewtv@usa.net>
7145 S:      Maintained
7146 F:      Documentation/sound/oss/MultiSound
7147 F:      sound/oss/msnd*
7148
7149 MULTITECH MULTIPORT CARD (ISICOM)
7150 S:      Orphan
7151 F:      drivers/tty/isicom.c
7152 F:      include/linux/isicom.h
7153
7154 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7155 M:      Felipe Balbi <balbi@ti.com>
7156 L:      linux-usb@vger.kernel.org
7157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7158 S:      Maintained
7159 F:      drivers/usb/musb/
7160
7161 MXL5007T MEDIA DRIVER
7162 M:      Michael Krufky <mkrufky@linuxtv.org>
7163 L:      linux-media@vger.kernel.org
7164 W:      http://linuxtv.org/
7165 W:      http://github.com/mkrufky
7166 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7167 T:      git git://linuxtv.org/mkrufky/tuners.git
7168 S:      Maintained
7169 F:      drivers/media/tuners/mxl5007t.*
7170
7171 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7172 M:      Hyong-Youb Kim <hykim@myri.com>
7173 L:      netdev@vger.kernel.org
7174 W:      https://www.myricom.com/support/downloads/myri10ge.html
7175 S:      Supported
7176 F:      drivers/net/ethernet/myricom/myri10ge/
7177
7178 NATSEMI ETHERNET DRIVER (DP8381x)
7179 S:      Orphan
7180 F:      drivers/net/ethernet/natsemi/natsemi.c
7181
7182 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7183 M:      Daniel Mack <zonque@gmail.com>
7184 S:      Maintained
7185 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7186 W:      http://www.native-instruments.com
7187 F:      sound/usb/caiaq/
7188
7189 NCP FILESYSTEM
7190 M:      Petr Vandrovec <petr@vandrovec.name>
7191 S:      Odd Fixes
7192 F:      fs/ncpfs/
7193
7194 NCR 5380 SCSI DRIVERS
7195 M:      Finn Thain <fthain@telegraphics.com.au>
7196 M:      Michael Schmitz <schmitzmic@gmail.com>
7197 L:      linux-scsi@vger.kernel.org
7198 S:      Maintained
7199 F:      Documentation/scsi/g_NCR5380.txt
7200 F:      drivers/scsi/NCR5380.*
7201 F:      drivers/scsi/arm/cumana_1.c
7202 F:      drivers/scsi/arm/oak.c
7203 F:      drivers/scsi/atari_NCR5380.c
7204 F:      drivers/scsi/atari_scsi.*
7205 F:      drivers/scsi/dmx3191d.c
7206 F:      drivers/scsi/dtc.*
7207 F:      drivers/scsi/g_NCR5380.*
7208 F:      drivers/scsi/g_NCR5380_mmio.c
7209 F:      drivers/scsi/mac_scsi.*
7210 F:      drivers/scsi/pas16.*
7211 F:      drivers/scsi/sun3_scsi.*
7212 F:      drivers/scsi/sun3_scsi_vme.c
7213 F:      drivers/scsi/t128.*
7214
7215 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7216 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7217 L:      linux-scsi@vger.kernel.org
7218 S:      Maintained
7219 F:      drivers/scsi/NCR_D700.*
7220
7221 NCT6775 HARDWARE MONITOR DRIVER
7222 M:      Guenter Roeck <linux@roeck-us.net>
7223 L:      lm-sensors@lm-sensors.org
7224 S:      Maintained
7225 F:      Documentation/hwmon/nct6775
7226 F:      drivers/hwmon/nct6775.c
7227
7228 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7229 M:      Faisal Latif <faisal.latif@intel.com>
7230 L:      linux-rdma@vger.kernel.org
7231 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7232 S:      Supported
7233 F:      drivers/infiniband/hw/nes/
7234
7235 NETEM NETWORK EMULATOR
7236 M:      Stephen Hemminger <stephen@networkplumber.org>
7237 L:      netem@lists.linux-foundation.org
7238 S:      Maintained
7239 F:      net/sched/sch_netem.c
7240
7241 NETERION 10GbE DRIVERS (s2io/vxge)
7242 M:      Jon Mason <jdmason@kudzu.us>
7243 L:      netdev@vger.kernel.org
7244 S:      Supported
7245 F:      Documentation/networking/s2io.txt
7246 F:      Documentation/networking/vxge.txt
7247 F:      drivers/net/ethernet/neterion/
7248
7249 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7250 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7251 M:      Patrick McHardy <kaber@trash.net>
7252 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7253 L:      netfilter-devel@vger.kernel.org
7254 L:      coreteam@netfilter.org
7255 W:      http://www.netfilter.org/
7256 W:      http://www.iptables.org/
7257 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7260 S:      Supported
7261 F:      include/linux/netfilter*
7262 F:      include/linux/netfilter/
7263 F:      include/net/netfilter/
7264 F:      include/uapi/linux/netfilter*
7265 F:      include/uapi/linux/netfilter/
7266 F:      net/*/netfilter.c
7267 F:      net/*/netfilter/
7268 F:      net/netfilter/
7269 F:      net/bridge/br_netfilter*.c
7270
7271 NETLABEL
7272 M:      Paul Moore <paul@paul-moore.com>
7273 W:      http://netlabel.sf.net
7274 L:      netdev@vger.kernel.org
7275 S:      Maintained
7276 F:      Documentation/netlabel/
7277 F:      include/net/netlabel.h
7278 F:      net/netlabel/
7279
7280 NETROM NETWORK LAYER
7281 M:      Ralf Baechle <ralf@linux-mips.org>
7282 L:      linux-hams@vger.kernel.org
7283 W:      http://www.linux-ax25.org/
7284 S:      Maintained
7285 F:      include/net/netrom.h
7286 F:      include/uapi/linux/netrom.h
7287 F:      net/netrom/
7288
7289 NETWORK BLOCK DEVICE (NBD)
7290 M:      Markus Pargmann <mpa@pengutronix.de>
7291 S:      Maintained
7292 L:      nbd-general@lists.sourceforge.net
7293 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7294 F:      Documentation/blockdev/nbd.txt
7295 F:      drivers/block/nbd.c
7296 F:      include/uapi/linux/nbd.h
7297
7298 NETWORK DROP MONITOR
7299 M:      Neil Horman <nhorman@tuxdriver.com>
7300 L:      netdev@vger.kernel.org
7301 S:      Maintained
7302 W:      https://fedorahosted.org/dropwatch/
7303 F:      net/core/drop_monitor.c
7304
7305 NETWORKING [GENERAL]
7306 M:      "David S. Miller" <davem@davemloft.net>
7307 L:      netdev@vger.kernel.org
7308 W:      http://www.linuxfoundation.org/en/Net
7309 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7312 S:      Maintained
7313 F:      net/
7314 F:      include/net/
7315 F:      include/linux/in.h
7316 F:      include/linux/net.h
7317 F:      include/linux/netdevice.h
7318 F:      include/uapi/linux/in.h
7319 F:      include/uapi/linux/net.h
7320 F:      include/uapi/linux/netdevice.h
7321 F:      include/uapi/linux/net_namespace.h
7322 F:      tools/net/
7323 F:      tools/testing/selftests/net/
7324 F:      lib/random32.c
7325 F:      lib/test_bpf.c
7326
7327 NETWORKING [IPv4/IPv6]
7328 M:      "David S. Miller" <davem@davemloft.net>
7329 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7330 M:      James Morris <jmorris@namei.org>
7331 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7332 M:      Patrick McHardy <kaber@trash.net>
7333 L:      netdev@vger.kernel.org
7334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7335 S:      Maintained
7336 F:      net/ipv4/
7337 F:      net/ipv6/
7338 F:      include/net/ip*
7339 F:      arch/x86/net/*
7340
7341 NETWORKING [IPSEC]
7342 M:      Steffen Klassert <steffen.klassert@secunet.com>
7343 M:      Herbert Xu <herbert@gondor.apana.org.au>
7344 M:      "David S. Miller" <davem@davemloft.net>
7345 L:      netdev@vger.kernel.org
7346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7348 S:      Maintained
7349 F:      net/core/flow.c
7350 F:      net/xfrm/
7351 F:      net/key/
7352 F:      net/ipv4/xfrm*
7353 F:      net/ipv4/esp4.c
7354 F:      net/ipv4/ah4.c
7355 F:      net/ipv4/ipcomp.c
7356 F:      net/ipv4/ip_vti.c
7357 F:      net/ipv6/xfrm*
7358 F:      net/ipv6/esp6.c
7359 F:      net/ipv6/ah6.c
7360 F:      net/ipv6/ipcomp6.c
7361 F:      net/ipv6/ip6_vti.c
7362 F:      include/uapi/linux/xfrm.h
7363 F:      include/net/xfrm.h
7364
7365 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7366 M:      Paul Moore <paul@paul-moore.com>
7367 L:      netdev@vger.kernel.org
7368 S:      Maintained
7369
7370 NETWORKING [WIRELESS]
7371 L:      linux-wireless@vger.kernel.org
7372 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7373
7374 NETWORKING DRIVERS
7375 L:      netdev@vger.kernel.org
7376 W:      http://www.linuxfoundation.org/en/Net
7377 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7380 S:      Odd Fixes
7381 F:      drivers/net/
7382 F:      include/linux/if_*
7383 F:      include/linux/netdevice.h
7384 F:      include/linux/etherdevice.h
7385 F:      include/linux/fcdevice.h
7386 F:      include/linux/fddidevice.h
7387 F:      include/linux/hippidevice.h
7388 F:      include/linux/inetdevice.h
7389 F:      include/uapi/linux/if_*
7390 F:      include/uapi/linux/netdevice.h
7391
7392 NETWORKING DRIVERS (WIRELESS)
7393 M:      Kalle Valo <kvalo@codeaurora.org>
7394 L:      linux-wireless@vger.kernel.org
7395 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7397 S:      Maintained
7398 F:      drivers/net/wireless/
7399
7400 NETXEN (1/10) GbE SUPPORT
7401 M:      Manish Chopra <manish.chopra@qlogic.com>
7402 M:      Sony Chacko <sony.chacko@qlogic.com>
7403 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7404 L:      netdev@vger.kernel.org
7405 W:      http://www.qlogic.com
7406 S:      Supported
7407 F:      drivers/net/ethernet/qlogic/netxen/
7408
7409 NFC SUBSYSTEM
7410 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7411 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7412 M:      Samuel Ortiz <sameo@linux.intel.com>
7413 L:      linux-wireless@vger.kernel.org
7414 L:      linux-nfc@lists.01.org (subscribers-only)
7415 S:      Supported
7416 F:      net/nfc/
7417 F:      include/net/nfc/
7418 F:      include/uapi/linux/nfc.h
7419 F:      drivers/nfc/
7420 F:      include/linux/platform_data/pn544.h
7421 F:      Documentation/devicetree/bindings/net/nfc/
7422
7423 NFS, SUNRPC, AND LOCKD CLIENTS
7424 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7425 M:      Anna Schumaker <anna.schumaker@netapp.com>
7426 L:      linux-nfs@vger.kernel.org
7427 W:      http://client.linux-nfs.org
7428 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7429 S:      Maintained
7430 F:      fs/lockd/
7431 F:      fs/nfs/
7432 F:      fs/nfs_common/
7433 F:      net/sunrpc/
7434 F:      include/linux/lockd/
7435 F:      include/linux/nfs*
7436 F:      include/linux/sunrpc/
7437 F:      include/uapi/linux/nfs*
7438 F:      include/uapi/linux/sunrpc/
7439
7440 NILFS2 FILESYSTEM
7441 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7442 L:      linux-nilfs@vger.kernel.org
7443 W:      http://nilfs.sourceforge.net/
7444 T:      git git://github.com/konis/nilfs2.git
7445 S:      Supported
7446 F:      Documentation/filesystems/nilfs2.txt
7447 F:      fs/nilfs2/
7448 F:      include/linux/nilfs2_fs.h
7449
7450 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7451 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7452 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7453 S:      Maintained
7454 F:      Documentation/scsi/NinjaSCSI.txt
7455 F:      drivers/scsi/pcmcia/nsp_*
7456
7457 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7458 M:      GOTO Masanori <gotom@debian.or.jp>
7459 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7460 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7461 S:      Maintained
7462 F:      Documentation/scsi/NinjaSCSI.txt
7463 F:      drivers/scsi/nsp32*
7464
7465 NIOS2 ARCHITECTURE
7466 M:      Ley Foon Tan <lftan@altera.com>
7467 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7469 S:      Maintained
7470 F:      arch/nios2/
7471
7472 NOKIA N900 POWER SUPPLY DRIVERS
7473 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7474 S:      Maintained
7475 F:      include/linux/power/bq2415x_charger.h
7476 F:      include/linux/power/bq27x00_battery.h
7477 F:      include/linux/power/isp1704_charger.h
7478 F:      drivers/power/bq2415x_charger.c
7479 F:      drivers/power/bq27x00_battery.c
7480 F:      drivers/power/isp1704_charger.c
7481 F:      drivers/power/rx51_battery.c
7482
7483 NTB DRIVER CORE
7484 M:      Jon Mason <jdmason@kudzu.us>
7485 M:      Dave Jiang <dave.jiang@intel.com>
7486 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7487 L:      linux-ntb@googlegroups.com
7488 S:      Supported
7489 W:      https://github.com/jonmason/ntb/wiki
7490 T:      git git://github.com/jonmason/ntb.git
7491 F:      drivers/ntb/
7492 F:      drivers/net/ntb_netdev.c
7493 F:      include/linux/ntb.h
7494 F:      include/linux/ntb_transport.h
7495
7496 NTB INTEL DRIVER
7497 M:      Jon Mason <jdmason@kudzu.us>
7498 M:      Dave Jiang <dave.jiang@intel.com>
7499 L:      linux-ntb@googlegroups.com
7500 S:      Supported
7501 W:      https://github.com/jonmason/ntb/wiki
7502 T:      git git://github.com/jonmason/ntb.git
7503 F:      drivers/ntb/hw/intel/
7504
7505 NTFS FILESYSTEM
7506 M:      Anton Altaparmakov <anton@tuxera.com>
7507 L:      linux-ntfs-dev@lists.sourceforge.net
7508 W:      http://www.tuxera.com/
7509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7510 S:      Supported
7511 F:      Documentation/filesystems/ntfs.txt
7512 F:      fs/ntfs/
7513
7514 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7515 M:      Antonino Daplas <adaplas@gmail.com>
7516 L:      linux-fbdev@vger.kernel.org
7517 S:      Maintained
7518 F:      drivers/video/fbdev/riva/
7519 F:      drivers/video/fbdev/nvidia/
7520
7521 NVM EXPRESS DRIVER
7522 M:      Matthew Wilcox <willy@linux.intel.com>
7523 L:      linux-nvme@lists.infradead.org
7524 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7525 S:      Supported
7526 F:      drivers/block/nvme*
7527 F:      include/linux/nvme.h
7528
7529 NVMEM FRAMEWORK
7530 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7531 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7532 S:      Maintained
7533 F:      drivers/nvmem/
7534 F:      Documentation/devicetree/bindings/nvmem/
7535 F:      include/linux/nvmem-consumer.h
7536 F:      include/linux/nvmem-provider.h
7537
7538 NXP-NCI NFC DRIVER
7539 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7540 R:      Charles Gorand <charles.gorand@effinnov.com>
7541 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7542 S:      Supported
7543 F:      drivers/nfc/nxp-nci
7544
7545 NXP TDA998X DRM DRIVER
7546 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7547 S:      Supported
7548 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7549 F:      include/drm/i2c/tda998x.h
7550
7551 NXP TFA9879 DRIVER
7552 M:      Peter Rosin <peda@axentia.se>
7553 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7554 S:      Maintained
7555 F:      sound/soc/codecs/tfa9879*
7556
7557 OMAP SUPPORT
7558 M:      Tony Lindgren <tony@atomide.com>
7559 L:      linux-omap@vger.kernel.org
7560 W:      http://www.muru.com/linux/omap/
7561 W:      http://linux.omap.com/
7562 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7564 S:      Maintained
7565 F:      arch/arm/*omap*/
7566 F:      arch/arm/configs/omap1_defconfig
7567 F:      arch/arm/configs/omap2plus_defconfig
7568 F:      drivers/i2c/busses/i2c-omap.c
7569 F:      drivers/irqchip/irq-omap-intc.c
7570 F:      drivers/mfd/*omap*.c
7571 F:      drivers/mfd/menelaus.c
7572 F:      drivers/mfd/palmas.c
7573 F:      drivers/mfd/tps65217.c
7574 F:      drivers/mfd/tps65218.c
7575 F:      drivers/mfd/tps65910.c
7576 F:      drivers/mfd/twl-core.[ch]
7577 F:      drivers/mfd/twl4030*.c
7578 F:      drivers/mfd/twl6030*.c
7579 F:      drivers/mfd/twl6040*.c
7580 F:      drivers/regulator/palmas-regulator*.c
7581 F:      drivers/regulator/pbias-regulator.c
7582 F:      drivers/regulator/tps65217-regulator.c
7583 F:      drivers/regulator/tps65218-regulator.c
7584 F:      drivers/regulator/tps65910-regulator.c
7585 F:      drivers/regulator/twl-regulator.c
7586 F:      include/linux/i2c-omap.h
7587
7588 OMAP DEVICE TREE SUPPORT
7589 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7590 M:      Tony Lindgren <tony@atomide.com>
7591 L:      linux-omap@vger.kernel.org
7592 L:      devicetree@vger.kernel.org
7593 S:      Maintained
7594 F:      arch/arm/boot/dts/*omap*
7595 F:      arch/arm/boot/dts/*am3*
7596 F:      arch/arm/boot/dts/*am4*
7597 F:      arch/arm/boot/dts/*am5*
7598 F:      arch/arm/boot/dts/*dra7*
7599
7600 OMAP CLOCK FRAMEWORK SUPPORT
7601 M:      Paul Walmsley <paul@pwsan.com>
7602 L:      linux-omap@vger.kernel.org
7603 S:      Maintained
7604 F:      arch/arm/*omap*/*clock*
7605
7606 OMAP POWER MANAGEMENT SUPPORT
7607 M:      Kevin Hilman <khilman@deeprootsystems.com>
7608 L:      linux-omap@vger.kernel.org
7609 S:      Maintained
7610 F:      arch/arm/*omap*/*pm*
7611 F:      drivers/cpufreq/omap-cpufreq.c
7612
7613 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7614 M:      Rajendra Nayak <rnayak@ti.com>
7615 M:      Paul Walmsley <paul@pwsan.com>
7616 L:      linux-omap@vger.kernel.org
7617 S:      Maintained
7618 F:      arch/arm/mach-omap2/prm*
7619
7620 OMAP AUDIO SUPPORT
7621 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7622 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7623 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7624 L:      linux-omap@vger.kernel.org
7625 S:      Maintained
7626 F:      sound/soc/omap/
7627
7628 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7629 M:      Roger Quadros <rogerq@ti.com>
7630 M:      Tony Lindgren <tony@atomide.com>
7631 L:      linux-omap@vger.kernel.org
7632 S:      Maintained
7633 F:      drivers/memory/omap-gpmc.c
7634 F:      arch/arm/mach-omap2/*gpmc*
7635
7636 OMAP FRAMEBUFFER SUPPORT
7637 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7638 L:      linux-fbdev@vger.kernel.org
7639 L:      linux-omap@vger.kernel.org
7640 S:      Maintained
7641 F:      drivers/video/fbdev/omap/
7642
7643 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7644 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7645 L:      linux-omap@vger.kernel.org
7646 L:      linux-fbdev@vger.kernel.org
7647 S:      Maintained
7648 F:      drivers/video/fbdev/omap2/
7649 F:      Documentation/arm/OMAP/DSS
7650
7651 OMAP HARDWARE SPINLOCK SUPPORT
7652 M:      Ohad Ben-Cohen <ohad@wizery.com>
7653 L:      linux-omap@vger.kernel.org
7654 S:      Maintained
7655 F:      drivers/hwspinlock/omap_hwspinlock.c
7656
7657 OMAP MMC SUPPORT
7658 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7659 L:      linux-omap@vger.kernel.org
7660 S:      Maintained
7661 F:      drivers/mmc/host/omap.c
7662
7663 OMAP HS MMC SUPPORT
7664 L:      linux-mmc@vger.kernel.org
7665 L:      linux-omap@vger.kernel.org
7666 S:      Orphan
7667 F:      drivers/mmc/host/omap_hsmmc.c
7668
7669 OMAP RANDOM NUMBER GENERATOR SUPPORT
7670 M:      Deepak Saxena <dsaxena@plexity.net>
7671 S:      Maintained
7672 F:      drivers/char/hw_random/omap-rng.c
7673
7674 OMAP HWMOD SUPPORT
7675 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7676 M:      Paul Walmsley <paul@pwsan.com>
7677 L:      linux-omap@vger.kernel.org
7678 S:      Maintained
7679 F:      arch/arm/mach-omap2/omap_hwmod.*
7680
7681 OMAP HWMOD DATA
7682 M:      Paul Walmsley <paul@pwsan.com>
7683 L:      linux-omap@vger.kernel.org
7684 S:      Maintained
7685 F:      arch/arm/mach-omap2/omap_hwmod*data*
7686
7687 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7688 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7689 L:      linux-omap@vger.kernel.org
7690 S:      Maintained
7691 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7692
7693 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7694 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7695 L:      linux-media@vger.kernel.org
7696 S:      Maintained
7697 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7698 F:      drivers/media/platform/omap3isp/
7699 F:      drivers/staging/media/omap4iss/
7700
7701 OMAP USB SUPPORT
7702 M:      Felipe Balbi <balbi@ti.com>
7703 L:      linux-usb@vger.kernel.org
7704 L:      linux-omap@vger.kernel.org
7705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7706 S:      Maintained
7707 F:      drivers/usb/*/*omap*
7708 F:      arch/arm/*omap*/usb*
7709
7710 OMAP GPIO DRIVER
7711 M:      Javier Martinez Canillas <javier@dowhile0.org>
7712 M:      Santosh Shilimkar <ssantosh@kernel.org>
7713 M:      Kevin Hilman <khilman@deeprootsystems.com>
7714 L:      linux-omap@vger.kernel.org
7715 S:      Maintained
7716 F:      drivers/gpio/gpio-omap.c
7717
7718 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7719 M:      Mark Jackson <mpfj@newflow.co.uk>
7720 L:      linux-omap@vger.kernel.org
7721 S:      Maintained
7722 F:      arch/arm/boot/dts/am335x-nano.dts
7723
7724 OMFS FILESYSTEM
7725 M:      Bob Copeland <me@bobcopeland.com>
7726 L:      linux-karma-devel@lists.sourceforge.net
7727 S:      Maintained
7728 F:      Documentation/filesystems/omfs.txt
7729 F:      fs/omfs/
7730
7731 OMNIKEY CARDMAN 4000 DRIVER
7732 M:      Harald Welte <laforge@gnumonks.org>
7733 S:      Maintained
7734 F:      drivers/char/pcmcia/cm4000_cs.c
7735 F:      include/linux/cm4000_cs.h
7736 F:      include/uapi/linux/cm4000_cs.h
7737
7738 OMNIKEY CARDMAN 4040 DRIVER
7739 M:      Harald Welte <laforge@gnumonks.org>
7740 S:      Maintained
7741 F:      drivers/char/pcmcia/cm4040_cs.*
7742
7743 OMNIVISION OV7670 SENSOR DRIVER
7744 M:      Jonathan Corbet <corbet@lwn.net>
7745 L:      linux-media@vger.kernel.org
7746 T:      git git://linuxtv.org/media_tree.git
7747 S:      Maintained
7748 F:      drivers/media/i2c/ov7670.c
7749
7750 ONENAND FLASH DRIVER
7751 M:      Kyungmin Park <kyungmin.park@samsung.com>
7752 L:      linux-mtd@lists.infradead.org
7753 S:      Maintained
7754 F:      drivers/mtd/onenand/
7755 F:      include/linux/mtd/onenand*.h
7756
7757 ONSTREAM SCSI TAPE DRIVER
7758 M:      Willem Riede <osst@riede.org>
7759 L:      osst-users@lists.sourceforge.net
7760 L:      linux-scsi@vger.kernel.org
7761 S:      Maintained
7762 F:      Documentation/scsi/osst.txt
7763 F:      drivers/scsi/osst.*
7764 F:      drivers/scsi/osst_*.h
7765 F:      drivers/scsi/st.h
7766
7767 OPENCORES I2C BUS DRIVER
7768 M:      Peter Korsgaard <jacmet@sunsite.dk>
7769 L:      linux-i2c@vger.kernel.org
7770 S:      Maintained
7771 F:      Documentation/i2c/busses/i2c-ocores
7772 F:      drivers/i2c/busses/i2c-ocores.c
7773
7774 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7775 M:      Rob Herring <robh+dt@kernel.org>
7776 M:      Frank Rowand <frowand.list@gmail.com>
7777 M:      Grant Likely <grant.likely@linaro.org>
7778 L:      devicetree@vger.kernel.org
7779 W:      http://www.devicetree.org/
7780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7781 S:      Maintained
7782 F:      drivers/of/
7783 F:      include/linux/of*.h
7784 F:      scripts/dtc/
7785
7786 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7787 M:      Rob Herring <robh+dt@kernel.org>
7788 M:      Pawel Moll <pawel.moll@arm.com>
7789 M:      Mark Rutland <mark.rutland@arm.com>
7790 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7791 M:      Kumar Gala <galak@codeaurora.org>
7792 L:      devicetree@vger.kernel.org
7793 S:      Maintained
7794 F:      Documentation/devicetree/
7795 F:      arch/*/boot/dts/
7796 F:      include/dt-bindings/
7797
7798 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7799 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7800 L:      devicetree@vger.kernel.org
7801 S:      Maintained
7802 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7803 F:      Documentation/devicetree/overlay-notes.txt
7804 F:      drivers/of/overlay.c
7805 F:      drivers/of/resolver.c
7806
7807 OPENRISC ARCHITECTURE
7808 M:      Jonas Bonn <jonas@southpole.se>
7809 W:      http://openrisc.net
7810 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7811 S:      Maintained
7812 T:      git git://openrisc.net/~jonas/linux
7813 F:      arch/openrisc/
7814
7815 OPENVSWITCH
7816 M:      Pravin Shelar <pshelar@nicira.com>
7817 L:      netdev@vger.kernel.org
7818 L:      dev@openvswitch.org
7819 W:      http://openvswitch.org
7820 S:      Maintained
7821 F:      net/openvswitch/
7822 F:      include/uapi/linux/openvswitch.h
7823
7824 OPL4 DRIVER
7825 M:      Clemens Ladisch <clemens@ladisch.de>
7826 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7827 T:      git git://git.alsa-project.org/alsa-kernel.git
7828 S:      Maintained
7829 F:      sound/drivers/opl4/
7830
7831 OPROFILE
7832 M:      Robert Richter <rric@kernel.org>
7833 L:      oprofile-list@lists.sf.net
7834 S:      Maintained
7835 F:      arch/*/include/asm/oprofile*.h
7836 F:      arch/*/oprofile/
7837 F:      drivers/oprofile/
7838 F:      include/linux/oprofile.h
7839
7840 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7841 M:      Mark Fasheh <mfasheh@suse.com>
7842 M:      Joel Becker <jlbec@evilplan.org>
7843 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7844 W:      http://ocfs2.wiki.kernel.org
7845 S:      Supported
7846 F:      Documentation/filesystems/ocfs2.txt
7847 F:      Documentation/filesystems/dlmfs.txt
7848 F:      fs/ocfs2/
7849
7850 ORINOCO DRIVER
7851 L:      linux-wireless@vger.kernel.org
7852 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7853 W:      http://www.nongnu.org/orinoco/
7854 S:      Orphan
7855 F:      drivers/net/wireless/orinoco/
7856
7857 OSD LIBRARY and FILESYSTEM
7858 M:      Boaz Harrosh <ooo@electrozaur.com>
7859 M:      Benny Halevy <bhalevy@primarydata.com>
7860 L:      osd-dev@open-osd.org
7861 W:      http://open-osd.org
7862 T:      git git://git.open-osd.org/open-osd.git
7863 S:      Maintained
7864 F:      drivers/scsi/osd/
7865 F:      include/scsi/osd_*
7866 F:      fs/exofs/
7867
7868 OVERLAY FILESYSTEM
7869 M:      Miklos Szeredi <miklos@szeredi.hu>
7870 L:      linux-unionfs@vger.kernel.org
7871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7872 S:      Supported
7873 F:      fs/overlayfs/
7874 F:      Documentation/filesystems/overlayfs.txt
7875
7876 P54 WIRELESS DRIVER
7877 M:      Christian Lamparter <chunkeey@googlemail.com>
7878 L:      linux-wireless@vger.kernel.org
7879 W:      http://wireless.kernel.org/en/users/Drivers/p54
7880 S:      Maintained
7881 F:      drivers/net/wireless/p54/
7882
7883 PA SEMI ETHERNET DRIVER
7884 M:      Olof Johansson <olof@lixom.net>
7885 L:      netdev@vger.kernel.org
7886 S:      Maintained
7887 F:      drivers/net/ethernet/pasemi/*
7888
7889 PA SEMI SMBUS DRIVER
7890 M:      Olof Johansson <olof@lixom.net>
7891 L:      linux-i2c@vger.kernel.org
7892 S:      Maintained
7893 F:      drivers/i2c/busses/i2c-pasemi.c
7894
7895 PADATA PARALLEL EXECUTION MECHANISM
7896 M:      Steffen Klassert <steffen.klassert@secunet.com>
7897 L:      linux-crypto@vger.kernel.org
7898 S:      Maintained
7899 F:      kernel/padata.c
7900 F:      include/linux/padata.h
7901 F:      Documentation/padata.txt
7902
7903 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7904 M:      Harald Welte <laforge@gnumonks.org>
7905 L:      platform-driver-x86@vger.kernel.org
7906 S:      Maintained
7907 F:      drivers/platform/x86/panasonic-laptop.c
7908
7909 PANASONIC MN10300/AM33/AM34 PORT
7910 M:      David Howells <dhowells@redhat.com>
7911 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7912 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7913 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7914 S:      Maintained
7915 F:      Documentation/mn10300/
7916 F:      arch/mn10300/
7917
7918 PARALLEL PORT SUBSYSTEM
7919 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7920 M:      Sudip Mukherjee <sudip@vectorindia.org>
7921 L:      linux-parport@lists.infradead.org (subscribers-only)
7922 S:      Maintained
7923 F:      drivers/parport/
7924 F:      include/linux/parport*.h
7925 F:      drivers/char/ppdev.c
7926 F:      include/uapi/linux/ppdev.h
7927 F:      Documentation/parport*.txt
7928
7929 PARAVIRT_OPS INTERFACE
7930 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7931 M:      Chris Wright <chrisw@sous-sol.org>
7932 M:      Alok Kataria <akataria@vmware.com>
7933 M:      Rusty Russell <rusty@rustcorp.com.au>
7934 L:      virtualization@lists.linux-foundation.org
7935 S:      Supported
7936 F:      Documentation/virtual/paravirt_ops.txt
7937 F:      arch/*/kernel/paravirt*
7938 F:      arch/*/include/asm/paravirt.h
7939
7940 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7941 M:      Tim Waugh <tim@cyberelk.net>
7942 L:      linux-parport@lists.infradead.org (subscribers-only)
7943 S:      Maintained
7944 F:      Documentation/blockdev/paride.txt
7945 F:      drivers/block/paride/
7946
7947 PARISC ARCHITECTURE
7948 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7949 M:      Helge Deller <deller@gmx.de>
7950 L:      linux-parisc@vger.kernel.org
7951 W:      http://www.parisc-linux.org/
7952 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7955 S:      Maintained
7956 F:      arch/parisc/
7957 F:      Documentation/parisc/
7958 F:      drivers/parisc/
7959 F:      drivers/char/agp/parisc-agp.c
7960 F:      drivers/input/serio/gscps2.c
7961 F:      drivers/parport/parport_gsc.*
7962 F:      drivers/tty/serial/8250/8250_gsc.c
7963 F:      drivers/video/fbdev/sti*
7964 F:      drivers/video/console/sti*
7965 F:      drivers/video/logo/logo_parisc*
7966
7967 PC87360 HARDWARE MONITORING DRIVER
7968 M:      Jim Cromie <jim.cromie@gmail.com>
7969 L:      lm-sensors@lm-sensors.org
7970 S:      Maintained
7971 F:      Documentation/hwmon/pc87360
7972 F:      drivers/hwmon/pc87360.c
7973
7974 PC8736x GPIO DRIVER
7975 M:      Jim Cromie <jim.cromie@gmail.com>
7976 S:      Maintained
7977 F:      drivers/char/pc8736x_gpio.c
7978
7979 PC87427 HARDWARE MONITORING DRIVER
7980 M:      Jean Delvare <jdelvare@suse.com>
7981 L:      lm-sensors@lm-sensors.org
7982 S:      Maintained
7983 F:      Documentation/hwmon/pc87427
7984 F:      drivers/hwmon/pc87427.c
7985
7986 PCA9532 LED DRIVER
7987 M:      Riku Voipio <riku.voipio@iki.fi>
7988 S:      Maintained
7989 F:      drivers/leds/leds-pca9532.c
7990 F:      include/linux/leds-pca9532.h
7991
7992 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7993 M:      Guenter Roeck <linux@roeck-us.net>
7994 L:      linux-i2c@vger.kernel.org
7995 S:      Maintained
7996 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7997
7998 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7999 M:      Khalid Aziz <khalid@gonehiking.org>
8000 S:      Maintained
8001 F:      drivers/firmware/pcdp.*
8002
8003 PCI ERROR RECOVERY
8004 M:      Linas Vepstas <linasvepstas@gmail.com>
8005 L:      linux-pci@vger.kernel.org
8006 S:      Supported
8007 F:      Documentation/PCI/pci-error-recovery.txt
8008
8009 PCI SUBSYSTEM
8010 M:      Bjorn Helgaas <bhelgaas@google.com>
8011 L:      linux-pci@vger.kernel.org
8012 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8014 S:      Supported
8015 F:      Documentation/PCI/
8016 F:      drivers/pci/
8017 F:      include/linux/pci*
8018 F:      arch/x86/pci/
8019 F:      arch/x86/kernel/quirks.c
8020
8021 PCI DRIVER FOR ALTERA PCIE IP
8022 M:      Ley Foon Tan <lftan@altera.com>
8023 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8024 L:      linux-pci@vger.kernel.org
8025 S:      Supported
8026 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8027 F:      drivers/pci/host/pcie-altera.c
8028
8029 PCI DRIVER FOR ARM VERSATILE PLATFORM
8030 M:      Rob Herring <robh@kernel.org>
8031 L:      linux-pci@vger.kernel.org
8032 L:      linux-arm-kernel@lists.infradead.org
8033 S:      Maintained
8034 F:      Documentation/devicetree/bindings/pci/versatile.txt
8035 F:      drivers/pci/host/pci-versatile.c
8036
8037 PCI DRIVER FOR APPLIEDMICRO XGENE
8038 M:      Tanmay Inamdar <tinamdar@apm.com>
8039 L:      linux-pci@vger.kernel.org
8040 L:      linux-arm-kernel@lists.infradead.org
8041 S:      Maintained
8042 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8043 F:      drivers/pci/host/pci-xgene.c
8044
8045 PCI DRIVER FOR FREESCALE LAYERSCAPE
8046 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8047 M:      Mingkai Hu <mingkai.hu@freescale.com>
8048 M:      Roy Zang <tie-fei.zang@freescale.com>
8049 L:      linuxppc-dev@lists.ozlabs.org
8050 L:      linux-pci@vger.kernel.org
8051 L:      linux-arm-kernel@lists.infradead.org
8052 S:      Maintained
8053 F:      drivers/pci/host/*layerscape*
8054
8055 PCI DRIVER FOR IMX6
8056 M:      Richard Zhu <Richard.Zhu@freescale.com>
8057 M:      Lucas Stach <l.stach@pengutronix.de>
8058 L:      linux-pci@vger.kernel.org
8059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8060 S:      Maintained
8061 F:      drivers/pci/host/*imx6*
8062
8063 PCI DRIVER FOR TI KEYSTONE
8064 M:      Murali Karicheri <m-karicheri2@ti.com>
8065 L:      linux-pci@vger.kernel.org
8066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8067 S:      Maintained
8068 F:      drivers/pci/host/*keystone*
8069
8070 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8071 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8072 M:      Jason Cooper <jason@lakedaemon.net>
8073 L:      linux-pci@vger.kernel.org
8074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8075 S:      Maintained
8076 F:      drivers/pci/host/*mvebu*
8077
8078 PCI DRIVER FOR NVIDIA TEGRA
8079 M:      Thierry Reding <thierry.reding@gmail.com>
8080 L:      linux-tegra@vger.kernel.org
8081 L:      linux-pci@vger.kernel.org
8082 S:      Supported
8083 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8084 F:      drivers/pci/host/pci-tegra.c
8085
8086 PCI DRIVER FOR TI DRA7XX
8087 M:      Kishon Vijay Abraham I <kishon@ti.com>
8088 L:      linux-omap@vger.kernel.org
8089 L:      linux-pci@vger.kernel.org
8090 S:      Supported
8091 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8092 F:      drivers/pci/host/pci-dra7xx.c
8093
8094 PCI DRIVER FOR RENESAS R-CAR
8095 M:      Simon Horman <horms@verge.net.au>
8096 L:      linux-pci@vger.kernel.org
8097 L:      linux-sh@vger.kernel.org
8098 S:      Maintained
8099 F:      drivers/pci/host/*rcar*
8100
8101 PCI DRIVER FOR SAMSUNG EXYNOS
8102 M:      Jingoo Han <jingoohan1@gmail.com>
8103 L:      linux-pci@vger.kernel.org
8104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8105 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8106 S:      Maintained
8107 F:      drivers/pci/host/pci-exynos.c
8108
8109 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8110 M:      Jingoo Han <jingoohan1@gmail.com>
8111 M:      Pratyush Anand <pratyush.anand@gmail.com>
8112 L:      linux-pci@vger.kernel.org
8113 S:      Maintained
8114 F:      drivers/pci/host/*designware*
8115
8116 PCI DRIVER FOR GENERIC OF HOSTS
8117 M:      Will Deacon <will.deacon@arm.com>
8118 L:      linux-pci@vger.kernel.org
8119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8120 S:      Maintained
8121 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8122 F:      drivers/pci/host/pci-host-generic.c
8123
8124 PCIE DRIVER FOR ST SPEAR13XX
8125 M:      Pratyush Anand <pratyush.anand@gmail.com>
8126 L:      linux-pci@vger.kernel.org
8127 S:      Maintained
8128 F:      drivers/pci/host/*spear*
8129
8130 PCI MSI DRIVER FOR ALTERA MSI IP
8131 M:      Ley Foon Tan <lftan@altera.com>
8132 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8133 L:      linux-pci@vger.kernel.org
8134 S:      Supported
8135 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8136 F:      drivers/pci/host/pcie-altera-msi.c
8137
8138 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8139 M:      Duc Dang <dhdang@apm.com>
8140 L:      linux-pci@vger.kernel.org
8141 L:      linux-arm-kernel@lists.infradead.org
8142 S:      Maintained
8143 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8144 F:      drivers/pci/host/pci-xgene-msi.c
8145
8146 PCIE DRIVER FOR HISILICON
8147 M:      Zhou Wang <wangzhou1@hisilicon.com>
8148 L:      linux-pci@vger.kernel.org
8149 S:      Maintained
8150 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8151 F:      drivers/pci/host/pcie-hisi.c
8152
8153 PCMCIA SUBSYSTEM
8154 P:      Linux PCMCIA Team
8155 L:      linux-pcmcia@lists.infradead.org
8156 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8158 S:      Maintained
8159 F:      Documentation/pcmcia/
8160 F:      drivers/pcmcia/
8161 F:      include/pcmcia/
8162
8163 PCNET32 NETWORK DRIVER
8164 M:      Don Fry <pcnet32@frontier.com>
8165 L:      netdev@vger.kernel.org
8166 S:      Maintained
8167 F:      drivers/net/ethernet/amd/pcnet32.c
8168
8169 PCRYPT PARALLEL CRYPTO ENGINE
8170 M:      Steffen Klassert <steffen.klassert@secunet.com>
8171 L:      linux-crypto@vger.kernel.org
8172 S:      Maintained
8173 F:      crypto/pcrypt.c
8174 F:      include/crypto/pcrypt.h
8175
8176 PER-CPU MEMORY ALLOCATOR
8177 M:      Tejun Heo <tj@kernel.org>
8178 M:      Christoph Lameter <cl@linux-foundation.org>
8179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8180 S:      Maintained
8181 F:      include/linux/percpu*.h
8182 F:      mm/percpu*.c
8183 F:      arch/*/include/asm/percpu.h
8184
8185 PER-TASK DELAY ACCOUNTING
8186 M:      Balbir Singh <bsingharora@gmail.com>
8187 S:      Maintained
8188 F:      include/linux/delayacct.h
8189 F:      kernel/delayacct.c
8190
8191 PERFORMANCE EVENTS SUBSYSTEM
8192 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8193 M:      Ingo Molnar <mingo@redhat.com>
8194 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8195 L:      linux-kernel@vger.kernel.org
8196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8197 S:      Supported
8198 F:      kernel/events/*
8199 F:      include/linux/perf_event.h
8200 F:      include/uapi/linux/perf_event.h
8201 F:      arch/*/kernel/perf_event*.c
8202 F:      arch/*/kernel/*/perf_event*.c
8203 F:      arch/*/kernel/*/*/perf_event*.c
8204 F:      arch/*/include/asm/perf_event.h
8205 F:      arch/*/kernel/perf_callchain.c
8206 F:      tools/perf/
8207
8208 PERSONALITY HANDLING
8209 M:      Christoph Hellwig <hch@infradead.org>
8210 L:      linux-abi-devel@lists.sourceforge.net
8211 S:      Maintained
8212 F:      include/linux/personality.h
8213 F:      include/uapi/linux/personality.h
8214
8215 PHONET PROTOCOL
8216 M:      Remi Denis-Courmont <courmisch@gmail.com>
8217 S:      Supported
8218 F:      Documentation/networking/phonet.txt
8219 F:      include/linux/phonet.h
8220 F:      include/net/phonet/
8221 F:      include/uapi/linux/phonet.h
8222 F:      net/phonet/
8223
8224 PHRAM MTD DRIVER
8225 M:      Joern Engel <joern@lazybastard.org>
8226 L:      linux-mtd@lists.infradead.org
8227 S:      Maintained
8228 F:      drivers/mtd/devices/phram.c
8229
8230 PICOLCD HID DRIVER
8231 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8232 L:      linux-input@vger.kernel.org
8233 S:      Maintained
8234 F:      drivers/hid/hid-picolcd*
8235
8236 PICOXCELL SUPPORT
8237 M:      Jamie Iles <jamie@jamieiles.com>
8238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8239 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8240 S:      Supported
8241 F:      arch/arm/boot/dts/picoxcell*
8242 F:      arch/arm/mach-picoxcell/
8243 F:      drivers/crypto/picoxcell*
8244
8245 PIN CONTROL SUBSYSTEM
8246 M:      Linus Walleij <linus.walleij@linaro.org>
8247 L:      linux-gpio@vger.kernel.org
8248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8249 S:      Maintained
8250 F:      drivers/pinctrl/
8251 F:      include/linux/pinctrl/
8252
8253 PIN CONTROLLER - ATMEL AT91
8254 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8256 S:      Maintained
8257 F:      drivers/pinctrl/pinctrl-at91.*
8258
8259 PIN CONTROLLER - INTEL
8260 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8261 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8262 S:      Maintained
8263 F:      drivers/pinctrl/intel/
8264
8265 PIN CONTROLLER - RENESAS
8266 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8267 L:      linux-sh@vger.kernel.org
8268 S:      Maintained
8269 F:      drivers/pinctrl/sh-pfc/
8270
8271 PIN CONTROLLER - SAMSUNG
8272 M:      Tomasz Figa <tomasz.figa@gmail.com>
8273 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8274 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8275 S:      Maintained
8276 F:      drivers/pinctrl/samsung/
8277
8278 PIN CONTROLLER - ST SPEAR
8279 M:      Viresh Kumar <vireshk@kernel.org>
8280 L:      spear-devel@list.st.com
8281 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8282 W:      http://www.st.com/spear
8283 S:      Maintained
8284 F:      drivers/pinctrl/spear/
8285
8286 PKTCDVD DRIVER
8287 M:      Jiri Kosina <jikos@kernel.org>
8288 S:      Maintained
8289 F:      drivers/block/pktcdvd.c
8290 F:      include/linux/pktcdvd.h
8291 F:      include/uapi/linux/pktcdvd.h
8292
8293 PKUNITY SOC DRIVERS
8294 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8295 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8296 S:      Maintained
8297 T:      git git://github.com/gxt/linux.git
8298 F:      drivers/input/serio/i8042-unicore32io.h
8299 F:      drivers/i2c/busses/i2c-puv3.c
8300 F:      drivers/video/fbdev/fb-puv3.c
8301 F:      drivers/rtc/rtc-puv3.c
8302
8303 PMBUS HARDWARE MONITORING DRIVERS
8304 M:      Guenter Roeck <linux@roeck-us.net>
8305 L:      lm-sensors@lm-sensors.org
8306 W:      http://www.lm-sensors.org/
8307 W:      http://www.roeck-us.net/linux/drivers/
8308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8309 S:      Maintained
8310 F:      Documentation/hwmon/pmbus
8311 F:      drivers/hwmon/pmbus/
8312 F:      include/linux/i2c/pmbus.h
8313
8314 PMC SIERRA MaxRAID DRIVER
8315 L:      linux-scsi@vger.kernel.org
8316 W:      http://www.pmc-sierra.com/
8317 S:      Orphan
8318 F:      drivers/scsi/pmcraid.*
8319
8320 PMC SIERRA PM8001 DRIVER
8321 M:      Jack Wang <jinpu.wang@profitbricks.com>
8322 M:      lindar_liu@usish.com
8323 L:      pmchba@pmcs.com
8324 L:      linux-scsi@vger.kernel.org
8325 S:      Supported
8326 F:      drivers/scsi/pm8001/
8327
8328 POSIX CLOCKS and TIMERS
8329 M:      Thomas Gleixner <tglx@linutronix.de>
8330 L:      linux-kernel@vger.kernel.org
8331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8332 S:      Maintained
8333 F:      fs/timerfd.c
8334 F:      include/linux/timer*
8335 F:      kernel/time/*timer*
8336
8337 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8338 M:      Sebastian Reichel <sre@kernel.org>
8339 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8340 M:      David Woodhouse <dwmw2@infradead.org>
8341 L:      linux-pm@vger.kernel.org
8342 T:      git git://git.infradead.org/battery-2.6.git
8343 S:      Maintained
8344 F:      include/linux/power_supply.h
8345 F:      drivers/power/
8346 X:      drivers/power/avs/
8347
8348 POWER STATE COORDINATION INTERFACE (PSCI)
8349 M:      Mark Rutland <mark.rutland@arm.com>
8350 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8351 L:      linux-arm-kernel@lists.infradead.org
8352 S:      Maintained
8353 F:      drivers/firmware/psci.c
8354 F:      include/linux/psci.h
8355 F:      include/uapi/linux/psci.h
8356
8357 PNP SUPPORT
8358 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8359 S:      Maintained
8360 F:      drivers/pnp/
8361
8362 PPP PROTOCOL DRIVERS AND COMPRESSORS
8363 M:      Paul Mackerras <paulus@samba.org>
8364 L:      linux-ppp@vger.kernel.org
8365 S:      Maintained
8366 F:      drivers/net/ppp/ppp_*
8367
8368 PPP OVER ATM (RFC 2364)
8369 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8370 S:      Maintained
8371 F:      net/atm/pppoatm.c
8372 F:      include/uapi/linux/atmppp.h
8373
8374 PPP OVER ETHERNET
8375 M:      Michal Ostrowski <mostrows@earthlink.net>
8376 S:      Maintained
8377 F:      drivers/net/ppp/pppoe.c
8378 F:      drivers/net/ppp/pppox.c
8379
8380 PPP OVER L2TP
8381 M:      James Chapman <jchapman@katalix.com>
8382 S:      Maintained
8383 F:      net/l2tp/l2tp_ppp.c
8384 F:      include/linux/if_pppol2tp.h
8385 F:      include/uapi/linux/if_pppol2tp.h
8386
8387 PPS SUPPORT
8388 M:      Rodolfo Giometti <giometti@enneenne.com>
8389 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8390 L:      linuxpps@ml.enneenne.com (subscribers-only)
8391 S:      Maintained
8392 F:      Documentation/pps/
8393 F:      drivers/pps/
8394 F:      include/linux/pps*.h
8395
8396 PPTP DRIVER
8397 M:      Dmitry Kozlov <xeb@mail.ru>
8398 L:      netdev@vger.kernel.org
8399 S:      Maintained
8400 F:      drivers/net/ppp/pptp.c
8401 W:      http://sourceforge.net/projects/accel-pptp
8402
8403 PREEMPTIBLE KERNEL
8404 M:      Robert Love <rml@tech9.net>
8405 L:      kpreempt-tech@lists.sourceforge.net
8406 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8407 S:      Supported
8408 F:      Documentation/preempt-locking.txt
8409 F:      include/linux/preempt.h
8410
8411 PRISM54 WIRELESS DRIVER
8412 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8413 L:      linux-wireless@vger.kernel.org
8414 W:      http://wireless.kernel.org/en/users/Drivers/p54
8415 S:      Obsolete
8416 F:      drivers/net/wireless/prism54/
8417
8418 PS3 NETWORK SUPPORT
8419 M:      Geoff Levand <geoff@infradead.org>
8420 L:      netdev@vger.kernel.org
8421 L:      linuxppc-dev@lists.ozlabs.org
8422 S:      Maintained
8423 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8424
8425 PS3 PLATFORM SUPPORT
8426 M:      Geoff Levand <geoff@infradead.org>
8427 L:      linuxppc-dev@lists.ozlabs.org
8428 S:      Maintained
8429 F:      arch/powerpc/boot/ps3*
8430 F:      arch/powerpc/include/asm/lv1call.h
8431 F:      arch/powerpc/include/asm/ps3*.h
8432 F:      arch/powerpc/platforms/ps3/
8433 F:      drivers/*/ps3*
8434 F:      drivers/ps3/
8435 F:      drivers/rtc/rtc-ps3.c
8436 F:      drivers/usb/host/*ps3.c
8437 F:      sound/ppc/snd_ps3*
8438
8439 PS3VRAM DRIVER
8440 M:      Jim Paris <jim@jtan.com>
8441 M:      Geoff Levand <geoff@infradead.org>
8442 L:      linuxppc-dev@lists.ozlabs.org
8443 S:      Maintained
8444 F:      drivers/block/ps3vram.c
8445
8446 PSTORE FILESYSTEM
8447 M:      Anton Vorontsov <anton@enomsg.org>
8448 M:      Colin Cross <ccross@android.com>
8449 M:      Kees Cook <keescook@chromium.org>
8450 M:      Tony Luck <tony.luck@intel.com>
8451 S:      Maintained
8452 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8453 F:      fs/pstore/
8454 F:      include/linux/pstore*
8455 F:      drivers/firmware/efi/efi-pstore.c
8456 F:      drivers/acpi/apei/erst.c
8457
8458 PTP HARDWARE CLOCK SUPPORT
8459 M:      Richard Cochran <richardcochran@gmail.com>
8460 L:      netdev@vger.kernel.org
8461 S:      Maintained
8462 W:      http://linuxptp.sourceforge.net/
8463 F:      Documentation/ABI/testing/sysfs-ptp
8464 F:      Documentation/ptp/*
8465 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8466 F:      drivers/net/phy/dp83640*
8467 F:      drivers/ptp/*
8468 F:      include/linux/ptp_cl*
8469
8470 PTRACE SUPPORT
8471 M:      Roland McGrath <roland@hack.frob.com>
8472 M:      Oleg Nesterov <oleg@redhat.com>
8473 S:      Maintained
8474 F:      include/asm-generic/syscall.h
8475 F:      include/linux/ptrace.h
8476 F:      include/linux/regset.h
8477 F:      include/linux/tracehook.h
8478 F:      include/uapi/linux/ptrace.h
8479 F:      kernel/ptrace.c
8480
8481 PVRUSB2 VIDEO4LINUX DRIVER
8482 M:      Mike Isely <isely@pobox.com>
8483 L:      pvrusb2@isely.net       (subscribers-only)
8484 L:      linux-media@vger.kernel.org
8485 W:      http://www.isely.net/pvrusb2/
8486 T:      git git://linuxtv.org/media_tree.git
8487 S:      Maintained
8488 F:      Documentation/video4linux/README.pvrusb2
8489 F:      drivers/media/usb/pvrusb2/
8490
8491 PWC WEBCAM DRIVER
8492 M:      Hans de Goede <hdegoede@redhat.com>
8493 L:      linux-media@vger.kernel.org
8494 T:      git git://linuxtv.org/media_tree.git
8495 S:      Maintained
8496 F:      drivers/media/usb/pwc/*
8497
8498 PWM FAN DRIVER
8499 M:      Kamil Debski <k.debski@samsung.com>
8500 L:      lm-sensors@lm-sensors.org
8501 S:      Supported
8502 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8503 F:      Documentation/hwmon/pwm-fan
8504 F:      drivers/hwmon/pwm-fan.c
8505
8506 PWM SUBSYSTEM
8507 M:      Thierry Reding <thierry.reding@gmail.com>
8508 L:      linux-pwm@vger.kernel.org
8509 S:      Maintained
8510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8511 F:      Documentation/pwm.txt
8512 F:      Documentation/devicetree/bindings/pwm/
8513 F:      include/linux/pwm.h
8514 F:      drivers/pwm/
8515 F:      drivers/video/backlight/pwm_bl.c
8516 F:      include/linux/pwm_backlight.h
8517
8518 PXA2xx/PXA3xx SUPPORT
8519 M:      Daniel Mack <daniel@zonque.org>
8520 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8521 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8522 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8523 T:      git git://github.com/hzhuang1/linux.git
8524 T:      git git://github.com/rjarzmik/linux.git
8525 S:      Maintained
8526 F:      arch/arm/mach-pxa/
8527 F:      drivers/dma/pxa*
8528 F:      drivers/pcmcia/pxa2xx*
8529 F:      drivers/spi/spi-pxa2xx*
8530 F:      drivers/usb/gadget/udc/pxa2*
8531 F:      include/sound/pxa2xx-lib.h
8532 F:      sound/arm/pxa*
8533 F:      sound/soc/pxa/
8534
8535 PXA3xx NAND FLASH DRIVER
8536 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8537 L:      linux-mtd@lists.infradead.org
8538 S:      Maintained
8539 F:      drivers/mtd/nand/pxa3xx_nand.c
8540
8541 MMP SUPPORT
8542 M:      Eric Miao <eric.y.miao@gmail.com>
8543 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8545 T:      git git://github.com/hzhuang1/linux.git
8546 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8547 S:      Maintained
8548 F:      arch/arm/mach-mmp/
8549
8550 PXA MMCI DRIVER
8551 S:      Orphan
8552
8553 PXA RTC DRIVER
8554 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8555 L:      rtc-linux@googlegroups.com
8556 S:      Maintained
8557
8558 QAT DRIVER
8559 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8560 L:      qat-linux@intel.com
8561 S:      Supported
8562 F:      drivers/crypto/qat/
8563
8564 QIB DRIVER
8565 M:      Mike Marciniszyn <infinipath@intel.com>
8566 L:      linux-rdma@vger.kernel.org
8567 S:      Supported
8568 F:      drivers/infiniband/hw/qib/
8569
8570 QLOGIC QLA1280 SCSI DRIVER
8571 M:      Michael Reed <mdr@sgi.com>
8572 L:      linux-scsi@vger.kernel.org
8573 S:      Maintained
8574 F:      drivers/scsi/qla1280.[ch]
8575
8576 QLOGIC QLA2XXX FC-SCSI DRIVER
8577 M:      qla2xxx-upstream@qlogic.com
8578 L:      linux-scsi@vger.kernel.org
8579 S:      Supported
8580 F:      Documentation/scsi/LICENSE.qla2xxx
8581 F:      drivers/scsi/qla2xxx/
8582
8583 QLOGIC QLA4XXX iSCSI DRIVER
8584 M:      QLogic-Storage-Upstream@qlogic.com
8585 L:      linux-scsi@vger.kernel.org
8586 S:      Supported
8587 F:      Documentation/scsi/LICENSE.qla4xxx
8588 F:      drivers/scsi/qla4xxx/
8589
8590 QLOGIC QLA3XXX NETWORK DRIVER
8591 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8592 M:      Ron Mercer <ron.mercer@qlogic.com>
8593 M:      linux-driver@qlogic.com
8594 L:      netdev@vger.kernel.org
8595 S:      Supported
8596 F:      Documentation/networking/LICENSE.qla3xxx
8597 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8598
8599 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8600 M:      Dept-GELinuxNICDev@qlogic.com
8601 L:      netdev@vger.kernel.org
8602 S:      Supported
8603 F:      drivers/net/ethernet/qlogic/qlcnic/
8604
8605 QLOGIC QLGE 10Gb ETHERNET DRIVER
8606 M:      Harish Patil <harish.patil@qlogic.com>
8607 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8608 M:      Dept-GELinuxNICDev@qlogic.com
8609 M:      linux-driver@qlogic.com
8610 L:      netdev@vger.kernel.org
8611 S:      Supported
8612 F:      drivers/net/ethernet/qlogic/qlge/
8613
8614 QLOGIC QL4xxx ETHERNET DRIVER
8615 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8616 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8617 M:      everest-linux-l2@qlogic.com
8618 L:      netdev@vger.kernel.org
8619 S:      Supported
8620 F:      drivers/net/ethernet/qlogic/qed/
8621 F:      include/linux/qed/
8622 F:      drivers/net/ethernet/qlogic/qede/
8623
8624 QNX4 FILESYSTEM
8625 M:      Anders Larsen <al@alarsen.net>
8626 W:      http://www.alarsen.net/linux/qnx4fs/
8627 S:      Maintained
8628 F:      fs/qnx4/
8629 F:      include/uapi/linux/qnx4_fs.h
8630 F:      include/uapi/linux/qnxtypes.h
8631
8632 QT1010 MEDIA DRIVER
8633 M:      Antti Palosaari <crope@iki.fi>
8634 L:      linux-media@vger.kernel.org
8635 W:      http://linuxtv.org/
8636 W:      http://palosaari.fi/linux/
8637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8638 T:      git git://linuxtv.org/anttip/media_tree.git
8639 S:      Maintained
8640 F:      drivers/media/tuners/qt1010*
8641
8642 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8643 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8644 L:      linux-wireless@vger.kernel.org
8645 L:      ath9k-devel@lists.ath9k.org
8646 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8647 S:      Supported
8648 F:      drivers/net/wireless/ath/ath9k/
8649
8650 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8651 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8652 L:      ath10k@lists.infradead.org
8653 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8654 T:      git git://github.com/kvalo/ath.git
8655 S:      Supported
8656 F:      drivers/net/wireless/ath/ath10k/
8657
8658 QUALCOMM HEXAGON ARCHITECTURE
8659 M:      Richard Kuo <rkuo@codeaurora.org>
8660 L:      linux-hexagon@vger.kernel.org
8661 S:      Supported
8662 F:      arch/hexagon/
8663
8664 QUALCOMM WCN36XX WIRELESS DRIVER
8665 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8666 L:      wcn36xx@lists.infradead.org
8667 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8668 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8669 S:      Supported
8670 F:      drivers/net/wireless/ath/wcn36xx/
8671
8672 RADOS BLOCK DEVICE (RBD)
8673 M:      Ilya Dryomov <idryomov@gmail.com>
8674 M:      Sage Weil <sage@redhat.com>
8675 M:      Alex Elder <elder@kernel.org>
8676 L:      ceph-devel@vger.kernel.org
8677 W:      http://ceph.com/
8678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8679 T:      git git://github.com/ceph/ceph-client.git
8680 S:      Supported
8681 F:      Documentation/ABI/testing/sysfs-bus-rbd
8682 F:      drivers/block/rbd.c
8683 F:      drivers/block/rbd_types.h
8684
8685 RADEON FRAMEBUFFER DISPLAY DRIVER
8686 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8687 L:      linux-fbdev@vger.kernel.org
8688 S:      Maintained
8689 F:      drivers/video/fbdev/aty/radeon*
8690 F:      include/uapi/linux/radeonfb.h
8691
8692 RADIOSHARK RADIO DRIVER
8693 M:      Hans de Goede <hdegoede@redhat.com>
8694 L:      linux-media@vger.kernel.org
8695 T:      git git://linuxtv.org/media_tree.git
8696 S:      Maintained
8697 F:      drivers/media/radio/radio-shark.c
8698
8699 RADIOSHARK2 RADIO DRIVER
8700 M:      Hans de Goede <hdegoede@redhat.com>
8701 L:      linux-media@vger.kernel.org
8702 T:      git git://linuxtv.org/media_tree.git
8703 S:      Maintained
8704 F:      drivers/media/radio/radio-shark2.c
8705 F:      drivers/media/radio/radio-tea5777.c
8706
8707 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8708 M:      Paul Mackerras <paulus@samba.org>
8709 L:      linux-fbdev@vger.kernel.org
8710 S:      Maintained
8711 F:      drivers/video/fbdev/aty/aty128fb.c
8712
8713 RALINK RT2X00 WIRELESS LAN DRIVER
8714 P:      rt2x00 project
8715 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8716 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8717 L:      linux-wireless@vger.kernel.org
8718 S:      Maintained
8719 F:      drivers/net/wireless/rt2x00/
8720
8721 RAMDISK RAM BLOCK DEVICE DRIVER
8722 M:      Jens Axboe <axboe@kernel.dk>
8723 S:      Maintained
8724 F:      Documentation/blockdev/ramdisk.txt
8725 F:      drivers/block/brd.c
8726
8727 RANDOM NUMBER DRIVER
8728 M:      "Theodore Ts'o" <tytso@mit.edu>
8729 S:      Maintained
8730 F:      drivers/char/random.c
8731
8732 RAPIDIO SUBSYSTEM
8733 M:      Matt Porter <mporter@kernel.crashing.org>
8734 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8735 S:      Maintained
8736 F:      drivers/rapidio/
8737
8738 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8739 L:      linux-wireless@vger.kernel.org
8740 S:      Orphan
8741 F:      drivers/net/wireless/ray*
8742
8743 RCUTORTURE MODULE
8744 M:      Josh Triplett <josh@joshtriplett.org>
8745 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8746 L:      linux-kernel@vger.kernel.org
8747 S:      Supported
8748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8749 F:      Documentation/RCU/torture.txt
8750 F:      kernel/rcu/rcutorture.c
8751
8752 RCUTORTURE TEST FRAMEWORK
8753 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8754 M:      Josh Triplett <josh@joshtriplett.org>
8755 R:      Steven Rostedt <rostedt@goodmis.org>
8756 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8757 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8758 L:      linux-kernel@vger.kernel.org
8759 S:      Supported
8760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8761 F:      tools/testing/selftests/rcutorture
8762
8763 RDC R-321X SoC
8764 M:      Florian Fainelli <florian@openwrt.org>
8765 S:      Maintained
8766
8767 RDC R6040 FAST ETHERNET DRIVER
8768 M:      Florian Fainelli <florian@openwrt.org>
8769 L:      netdev@vger.kernel.org
8770 S:      Maintained
8771 F:      drivers/net/ethernet/rdc/r6040.c
8772
8773 RDS - RELIABLE DATAGRAM SOCKETS
8774 M:      Chien Yen <chien.yen@oracle.com>
8775 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8776 S:      Supported
8777 F:      net/rds/
8778
8779 READ-COPY UPDATE (RCU)
8780 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8781 M:      Josh Triplett <josh@joshtriplett.org>
8782 R:      Steven Rostedt <rostedt@goodmis.org>
8783 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8784 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8785 L:      linux-kernel@vger.kernel.org
8786 W:      http://www.rdrop.com/users/paulmck/RCU/
8787 S:      Supported
8788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8789 F:      Documentation/RCU/
8790 X:      Documentation/RCU/torture.txt
8791 F:      include/linux/rcu*
8792 X:      include/linux/srcu.h
8793 F:      kernel/rcu/
8794 X:      kernel/torture.c
8795
8796 REAL TIME CLOCK (RTC) SUBSYSTEM
8797 M:      Alessandro Zummo <a.zummo@towertech.it>
8798 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8799 L:      rtc-linux@googlegroups.com
8800 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8802 S:      Maintained
8803 F:      Documentation/rtc.txt
8804 F:      drivers/rtc/
8805 F:      include/linux/rtc.h
8806 F:      include/uapi/linux/rtc.h
8807
8808 REALTEK AUDIO CODECS
8809 M:      Bard Liao <bardliao@realtek.com>
8810 M:      Oder Chiou <oder_chiou@realtek.com>
8811 S:      Maintained
8812 F:      sound/soc/codecs/rt*
8813 F:      include/sound/rt*.h
8814
8815 REISERFS FILE SYSTEM
8816 L:      reiserfs-devel@vger.kernel.org
8817 S:      Supported
8818 F:      fs/reiserfs/
8819
8820 REGISTER MAP ABSTRACTION
8821 M:      Mark Brown <broonie@kernel.org>
8822 L:      linux-kernel@vger.kernel.org
8823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8824 S:      Supported
8825 F:      drivers/base/regmap/
8826 F:      include/linux/regmap.h
8827
8828 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8829 M:      Ohad Ben-Cohen <ohad@wizery.com>
8830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8831 S:      Maintained
8832 F:      drivers/remoteproc/
8833 F:      Documentation/remoteproc.txt
8834 F:      include/linux/remoteproc.h
8835
8836 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8837 M:      Ohad Ben-Cohen <ohad@wizery.com>
8838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8839 S:      Maintained
8840 F:      drivers/rpmsg/
8841 F:      Documentation/rpmsg.txt
8842 F:      include/linux/rpmsg.h
8843
8844 RESET CONTROLLER FRAMEWORK
8845 M:      Philipp Zabel <p.zabel@pengutronix.de>
8846 S:      Maintained
8847 F:      drivers/reset/
8848 F:      Documentation/devicetree/bindings/reset/
8849 F:      include/dt-bindings/reset/
8850 F:      include/linux/reset.h
8851 F:      include/linux/reset-controller.h
8852
8853 RFKILL
8854 M:      Johannes Berg <johannes@sipsolutions.net>
8855 L:      linux-wireless@vger.kernel.org
8856 W:      http://wireless.kernel.org/
8857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8859 S:      Maintained
8860 F:      Documentation/rfkill.txt
8861 F:      net/rfkill/
8862
8863 RHASHTABLE
8864 M:      Thomas Graf <tgraf@suug.ch>
8865 L:      netdev@vger.kernel.org
8866 S:      Maintained
8867 F:      lib/rhashtable.c
8868 F:      include/linux/rhashtable.h
8869
8870 RICOH SMARTMEDIA/XD DRIVER
8871 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8872 S:      Maintained
8873 F:      drivers/mtd/nand/r852.c
8874 F:      drivers/mtd/nand/r852.h
8875
8876 RICOH R5C592 MEMORYSTICK DRIVER
8877 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8878 S:      Maintained
8879 F:      drivers/memstick/host/r592.*
8880
8881 ROCCAT DRIVERS
8882 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8883 W:      http://sourceforge.net/projects/roccat/
8884 S:      Maintained
8885 F:      drivers/hid/hid-roccat*
8886 F:      include/linux/hid-roccat*
8887 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8888
8889 ROCKER DRIVER
8890 M:      Jiri Pirko <jiri@resnulli.us>
8891 M:      Scott Feldman <sfeldma@gmail.com>
8892 L:      netdev@vger.kernel.org
8893 S:      Supported
8894 F:      drivers/net/ethernet/rocker/
8895
8896 ROCKETPORT DRIVER
8897 P:      Comtrol Corp.
8898 W:      http://www.comtrol.com
8899 S:      Maintained
8900 F:      Documentation/serial/rocket.txt
8901 F:      drivers/tty/rocket*
8902
8903 ROCKETPORT EXPRESS/INFINITY DRIVER
8904 M:      Kevin Cernekee <cernekee@gmail.com>
8905 L:      linux-serial@vger.kernel.org
8906 S:      Odd Fixes
8907 F:      drivers/tty/serial/rp2.*
8908
8909 ROSE NETWORK LAYER
8910 M:      Ralf Baechle <ralf@linux-mips.org>
8911 L:      linux-hams@vger.kernel.org
8912 W:      http://www.linux-ax25.org/
8913 S:      Maintained
8914 F:      include/net/rose.h
8915 F:      include/uapi/linux/rose.h
8916 F:      net/rose/
8917
8918 RTL2830 MEDIA DRIVER
8919 M:      Antti Palosaari <crope@iki.fi>
8920 L:      linux-media@vger.kernel.org
8921 W:      http://linuxtv.org/
8922 W:      http://palosaari.fi/linux/
8923 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8924 T:      git git://linuxtv.org/anttip/media_tree.git
8925 S:      Maintained
8926 F:      drivers/media/dvb-frontends/rtl2830*
8927
8928 RTL2832 MEDIA DRIVER
8929 M:      Antti Palosaari <crope@iki.fi>
8930 L:      linux-media@vger.kernel.org
8931 W:      http://linuxtv.org/
8932 W:      http://palosaari.fi/linux/
8933 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8934 T:      git git://linuxtv.org/anttip/media_tree.git
8935 S:      Maintained
8936 F:      drivers/media/dvb-frontends/rtl2832*
8937
8938 RTL2832_SDR MEDIA DRIVER
8939 M:      Antti Palosaari <crope@iki.fi>
8940 L:      linux-media@vger.kernel.org
8941 W:      http://linuxtv.org/
8942 W:      http://palosaari.fi/linux/
8943 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8944 T:      git git://linuxtv.org/anttip/media_tree.git
8945 S:      Maintained
8946 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8947
8948 RTL8180 WIRELESS DRIVER
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:      Orphan
8953 F:      drivers/net/wireless/rtl818x/rtl8180/
8954
8955 RTL8187 WIRELESS DRIVER
8956 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8957 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8958 M:      Larry Finger <Larry.Finger@lwfinger.net>
8959 L:      linux-wireless@vger.kernel.org
8960 W:      http://wireless.kernel.org/
8961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8962 S:      Maintained
8963 F:      drivers/net/wireless/rtl818x/rtl8187/
8964
8965 RTL8192CE WIRELESS DRIVER
8966 M:      Larry Finger <Larry.Finger@lwfinger.net>
8967 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8968 L:      linux-wireless@vger.kernel.org
8969 W:      http://wireless.kernel.org/
8970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8971 S:      Maintained
8972 F:      drivers/net/wireless/rtlwifi/
8973 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8974
8975 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
8976 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8977 L:      linux-wireless@vger.kernel.org
8978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
8979 S:      Maintained
8980 F:      drivers/net/wireless/realtek/rtl8xxxu/
8981
8982 S3 SAVAGE FRAMEBUFFER DRIVER
8983 M:      Antonino Daplas <adaplas@gmail.com>
8984 L:      linux-fbdev@vger.kernel.org
8985 S:      Maintained
8986 F:      drivers/video/fbdev/savage/
8987
8988 S390
8989 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8990 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8991 L:      linux-s390@vger.kernel.org
8992 W:      http://www.ibm.com/developerworks/linux/linux390/
8993 S:      Supported
8994 F:      arch/s390/
8995 F:      drivers/s390/
8996 F:      Documentation/s390/
8997 F:      Documentation/DocBook/s390*
8998
8999 S390 COMMON I/O LAYER
9000 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9001 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9002 L:      linux-s390@vger.kernel.org
9003 W:      http://www.ibm.com/developerworks/linux/linux390/
9004 S:      Supported
9005 F:      drivers/s390/cio/
9006
9007 S390 DASD DRIVER
9008 M:      Stefan Weinhuber <wein@de.ibm.com>
9009 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9010 L:      linux-s390@vger.kernel.org
9011 W:      http://www.ibm.com/developerworks/linux/linux390/
9012 S:      Supported
9013 F:      drivers/s390/block/dasd*
9014 F:      block/partitions/ibm.c
9015
9016 S390 NETWORK DRIVERS
9017 M:      Ursula Braun <ursula.braun@de.ibm.com>
9018 L:      linux-s390@vger.kernel.org
9019 W:      http://www.ibm.com/developerworks/linux/linux390/
9020 S:      Supported
9021 F:      drivers/s390/net/
9022
9023 S390 PCI SUBSYSTEM
9024 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9025 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9026 L:      linux-s390@vger.kernel.org
9027 W:      http://www.ibm.com/developerworks/linux/linux390/
9028 S:      Supported
9029 F:      arch/s390/pci/
9030 F:      drivers/pci/hotplug/s390_pci_hpc.c
9031
9032 S390 ZCRYPT DRIVER
9033 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9034 L:      linux-s390@vger.kernel.org
9035 W:      http://www.ibm.com/developerworks/linux/linux390/
9036 S:      Supported
9037 F:      drivers/s390/crypto/
9038
9039 S390 ZFCP DRIVER
9040 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9041 L:      linux-s390@vger.kernel.org
9042 W:      http://www.ibm.com/developerworks/linux/linux390/
9043 S:      Supported
9044 F:      drivers/s390/scsi/zfcp_*
9045
9046 S390 IUCV NETWORK LAYER
9047 M:      Ursula Braun <ursula.braun@de.ibm.com>
9048 L:      linux-s390@vger.kernel.org
9049 W:      http://www.ibm.com/developerworks/linux/linux390/
9050 S:      Supported
9051 F:      drivers/s390/net/*iucv*
9052 F:      include/net/iucv/
9053 F:      net/iucv/
9054
9055 S3C24XX SD/MMC Driver
9056 M:      Ben Dooks <ben-linux@fluff.org>
9057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9058 S:      Supported
9059 F:      drivers/mmc/host/s3cmci.*
9060
9061 SAA6588 RDS RECEIVER DRIVER
9062 M:      Hans Verkuil <hverkuil@xs4all.nl>
9063 L:      linux-media@vger.kernel.org
9064 T:      git git://linuxtv.org/media_tree.git
9065 W:      http://linuxtv.org
9066 S:      Odd Fixes
9067 F:      drivers/media/i2c/saa6588*
9068
9069 SAA7134 VIDEO4LINUX DRIVER
9070 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9071 L:      linux-media@vger.kernel.org
9072 W:      http://linuxtv.org
9073 T:      git git://linuxtv.org/media_tree.git
9074 S:      Odd fixes
9075 F:      Documentation/video4linux/*.saa7134
9076 F:      drivers/media/pci/saa7134/
9077
9078 SAA7146 VIDEO4LINUX-2 DRIVER
9079 M:      Hans Verkuil <hverkuil@xs4all.nl>
9080 L:      linux-media@vger.kernel.org
9081 T:      git git://linuxtv.org/media_tree.git
9082 S:      Maintained
9083 F:      drivers/media/common/saa7146/
9084 F:      drivers/media/pci/saa7146/
9085 F:      include/media/saa7146*
9086
9087 SAMSUNG LAPTOP DRIVER
9088 M:      Corentin Chary <corentin.chary@gmail.com>
9089 L:      platform-driver-x86@vger.kernel.org
9090 S:      Maintained
9091 F:      drivers/platform/x86/samsung-laptop.c
9092
9093 SAMSUNG AUDIO (ASoC) DRIVERS
9094 M:      Sangbeom Kim <sbkim73@samsung.com>
9095 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9096 S:      Supported
9097 F:      sound/soc/samsung/
9098
9099 SAMSUNG FRAMEBUFFER DRIVER
9100 M:      Jingoo Han <jingoohan1@gmail.com>
9101 L:      linux-fbdev@vger.kernel.org
9102 S:      Maintained
9103 F:      drivers/video/fbdev/s3c-fb.c
9104
9105 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9106 M:      Sangbeom Kim <sbkim73@samsung.com>
9107 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9108 L:      linux-kernel@vger.kernel.org
9109 L:      linux-samsung-soc@vger.kernel.org
9110 S:      Supported
9111 F:      drivers/mfd/sec*.c
9112 F:      drivers/regulator/s2m*.c
9113 F:      drivers/regulator/s5m*.c
9114 F:      drivers/clk/clk-s2mps11.c
9115 F:      drivers/rtc/rtc-s5m.c
9116 F:      include/linux/mfd/samsung/
9117 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9118 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9119
9120 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9121 M:      Kyungmin Park <kyungmin.park@samsung.com>
9122 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9123 L:      linux-media@vger.kernel.org
9124 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9125 S:      Supported
9126 F:      drivers/media/platform/exynos4-is/
9127
9128 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9129 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9130 L:      linux-media@vger.kernel.org
9131 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9132 S:      Maintained
9133 F:      drivers/media/platform/s3c-camif/
9134 F:      include/media/s3c_camif.h
9135
9136 SAMSUNG S5C73M3 CAMERA DRIVER
9137 M:      Kyungmin Park <kyungmin.park@samsung.com>
9138 M:      Andrzej Hajda <a.hajda@samsung.com>
9139 L:      linux-media@vger.kernel.org
9140 S:      Supported
9141 F:      drivers/media/i2c/s5c73m3/*
9142
9143 SAMSUNG S5K5BAF CAMERA DRIVER
9144 M:      Kyungmin Park <kyungmin.park@samsung.com>
9145 M:      Andrzej Hajda <a.hajda@samsung.com>
9146 L:      linux-media@vger.kernel.org
9147 S:      Supported
9148 F:      drivers/media/i2c/s5k5baf.c
9149
9150 SAMSUNG S3FWRN5 NFC DRIVER
9151 M:      Robert Baldyga <r.baldyga@samsung.com>
9152 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9153 S:      Supported
9154 F:      drivers/nfc/s3fwrn5
9155
9156 SAMSUNG SOC CLOCK DRIVERS
9157 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9158 M:      Tomasz Figa <tomasz.figa@gmail.com>
9159 S:      Supported
9160 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9161 F:      drivers/clk/samsung/
9162
9163 SAMSUNG SXGBE DRIVERS
9164 M:      Byungho An <bh74.an@samsung.com>
9165 M:      Girish K S <ks.giri@samsung.com>
9166 M:      Vipul Pandya <vipul.pandya@samsung.com>
9167 S:      Supported
9168 L:      netdev@vger.kernel.org
9169 F:      drivers/net/ethernet/samsung/sxgbe/
9170
9171 SAMSUNG THERMAL DRIVER
9172 M:      Lukasz Majewski <l.majewski@samsung.com>
9173 L:      linux-pm@vger.kernel.org
9174 L:      linux-samsung-soc@vger.kernel.org
9175 S:      Supported
9176 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9177 F:      drivers/thermal/samsung/
9178
9179 SAMSUNG USB2 PHY DRIVER
9180 M:      Kamil Debski <k.debski@samsung.com>
9181 L:      linux-kernel@vger.kernel.org
9182 S:      Supported
9183 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9184 F:      Documentation/phy/samsung-usb2.txt
9185 F:      drivers/phy/phy-exynos4210-usb2.c
9186 F:      drivers/phy/phy-exynos4x12-usb2.c
9187 F:      drivers/phy/phy-exynos5250-usb2.c
9188 F:      drivers/phy/phy-s5pv210-usb2.c
9189 F:      drivers/phy/phy-samsung-usb2.c
9190 F:      drivers/phy/phy-samsung-usb2.h
9191
9192 SERIAL DRIVERS
9193 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9194 L:      linux-serial@vger.kernel.org
9195 S:      Maintained
9196 F:      drivers/tty/serial/
9197
9198 SYNOPSYS DESIGNWARE DMAC DRIVER
9199 M:      Viresh Kumar <vireshk@kernel.org>
9200 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9201 S:      Maintained
9202 F:      include/linux/dma/dw.h
9203 F:      include/linux/platform_data/dma-dw.h
9204 F:      drivers/dma/dw/
9205
9206 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9207 M: Lars Persson <lars.persson@axis.com>
9208 L: netdev@vger.kernel.org
9209 S: Supported
9210 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9211 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9212
9213 SYNOPSYS DESIGNWARE I2C DRIVER
9214 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9215 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9216 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9217 L:      linux-i2c@vger.kernel.org
9218 S:      Maintained
9219 F:      drivers/i2c/busses/i2c-designware-*
9220 F:      include/linux/platform_data/i2c-designware.h
9221
9222 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9223 M:      Seungwon Jeon <tgih.jun@samsung.com>
9224 M:      Jaehoon Chung <jh80.chung@samsung.com>
9225 L:      linux-mmc@vger.kernel.org
9226 S:      Maintained
9227 F:      include/linux/mmc/dw_mmc.h
9228 F:      drivers/mmc/host/dw_mmc*
9229
9230 THUNDERBOLT DRIVER
9231 M:      Andreas Noever <andreas.noever@gmail.com>
9232 S:      Maintained
9233 F:      drivers/thunderbolt/
9234
9235 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9236 M:      John Stultz <john.stultz@linaro.org>
9237 M:      Thomas Gleixner <tglx@linutronix.de>
9238 L:      linux-kernel@vger.kernel.org
9239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9240 S:      Supported
9241 F:      include/linux/clocksource.h
9242 F:      include/linux/time.h
9243 F:      include/linux/timex.h
9244 F:      include/uapi/linux/time.h
9245 F:      include/uapi/linux/timex.h
9246 F:      kernel/time/clocksource.c
9247 F:      kernel/time/time*.c
9248 F:      kernel/time/ntp.c
9249 F:      tools/testing/selftests/timers/
9250
9251 SC1200 WDT DRIVER
9252 M:      Zwane Mwaikambo <zwanem@gmail.com>
9253 S:      Maintained
9254 F:      drivers/watchdog/sc1200wdt.c
9255
9256 SCHEDULER
9257 M:      Ingo Molnar <mingo@redhat.com>
9258 M:      Peter Zijlstra <peterz@infradead.org>
9259 L:      linux-kernel@vger.kernel.org
9260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9261 S:      Maintained
9262 F:      kernel/sched/
9263 F:      include/linux/sched.h
9264 F:      include/uapi/linux/sched.h
9265 F:      include/linux/wait.h
9266
9267 SCORE ARCHITECTURE
9268 M:      Chen Liqin <liqin.linux@gmail.com>
9269 M:      Lennox Wu <lennox.wu@gmail.com>
9270 W:      http://www.sunplus.com
9271 S:      Supported
9272 F:      arch/score/
9273
9274 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9275 M:      Sudeep Holla <sudeep.holla@arm.com>
9276 L:      linux-arm-kernel@lists.infradead.org
9277 S:      Maintained
9278 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9279 F:      drivers/clk/clk-scpi.c
9280 F:      drivers/cpufreq/scpi-cpufreq.c
9281 F:      drivers/firmware/arm_scpi.c
9282 F:      include/linux/scpi_protocol.h
9283
9284 SCSI CDROM DRIVER
9285 M:      Jens Axboe <axboe@kernel.dk>
9286 L:      linux-scsi@vger.kernel.org
9287 W:      http://www.kernel.dk
9288 S:      Maintained
9289 F:      drivers/scsi/sr*
9290
9291 SCSI RDMA PROTOCOL (SRP) INITIATOR
9292 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9293 L:      linux-rdma@vger.kernel.org
9294 S:      Supported
9295 W:      http://www.openfabrics.org
9296 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9298 F:      drivers/infiniband/ulp/srp/
9299 F:      include/scsi/srp.h
9300
9301 SCSI SG DRIVER
9302 M:      Doug Gilbert <dgilbert@interlog.com>
9303 L:      linux-scsi@vger.kernel.org
9304 W:      http://sg.danny.cz/sg
9305 S:      Maintained
9306 F:      Documentation/scsi/scsi-generic.txt
9307 F:      drivers/scsi/sg.c
9308 F:      include/scsi/sg.h
9309
9310 SCSI SUBSYSTEM
9311 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9312 L:      linux-scsi@vger.kernel.org
9313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9314 S:      Maintained
9315 F:      drivers/scsi/
9316 F:      include/scsi/
9317
9318 SCSI TAPE DRIVER
9319 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9320 L:      linux-scsi@vger.kernel.org
9321 S:      Maintained
9322 F:      Documentation/scsi/st.txt
9323 F:      drivers/scsi/st.*
9324 F:      drivers/scsi/st_*.h
9325
9326 SCTP PROTOCOL
9327 M:      Vlad Yasevich <vyasevich@gmail.com>
9328 M:      Neil Horman <nhorman@tuxdriver.com>
9329 L:      linux-sctp@vger.kernel.org
9330 W:      http://lksctp.sourceforge.net
9331 S:      Maintained
9332 F:      Documentation/networking/sctp.txt
9333 F:      include/linux/sctp.h
9334 F:      include/uapi/linux/sctp.h
9335 F:      include/net/sctp/
9336 F:      net/sctp/
9337
9338 SCx200 CPU SUPPORT
9339 M:      Jim Cromie <jim.cromie@gmail.com>
9340 S:      Odd Fixes
9341 F:      Documentation/i2c/busses/scx200_acb
9342 F:      arch/x86/platform/scx200/
9343 F:      drivers/watchdog/scx200_wdt.c
9344 F:      drivers/i2c/busses/scx200*
9345 F:      drivers/mtd/maps/scx200_docflash.c
9346 F:      include/linux/scx200.h
9347
9348 SCx200 GPIO DRIVER
9349 M:      Jim Cromie <jim.cromie@gmail.com>
9350 S:      Maintained
9351 F:      drivers/char/scx200_gpio.c
9352 F:      include/linux/scx200_gpio.h
9353
9354 SCx200 HRT CLOCKSOURCE DRIVER
9355 M:      Jim Cromie <jim.cromie@gmail.com>
9356 S:      Maintained
9357 F:      drivers/clocksource/scx200_hrt.c
9358
9359 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9360 M:      Sascha Sommer <saschasommer@freenet.de>
9361 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9362 S:      Maintained
9363 F:      drivers/mmc/host/sdricoh_cs.c
9364
9365 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9366 L:      linux-mmc@vger.kernel.org
9367 S:      Orphan
9368 F:      drivers/mmc/host/sdhci.*
9369 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9370
9371 SECURE COMPUTING
9372 M:      Kees Cook <keescook@chromium.org>
9373 R:      Andy Lutomirski <luto@amacapital.net>
9374 R:      Will Drewry <wad@chromium.org>
9375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9376 S:      Supported
9377 F:      kernel/seccomp.c
9378 F:      include/uapi/linux/seccomp.h
9379 F:      include/linux/seccomp.h
9380 F:      tools/testing/selftests/seccomp/*
9381 K:      \bsecure_computing
9382 K:      \bTIF_SECCOMP\b
9383
9384 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9385 M:      Ben Dooks <ben-linux@fluff.org>
9386 M:      Jaehoon Chung <jh80.chung@samsung.com>
9387 L:      linux-mmc@vger.kernel.org
9388 S:      Maintained
9389 F:      drivers/mmc/host/sdhci-s3c*
9390
9391 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9392 M:      Viresh Kumar <vireshk@kernel.org>
9393 L:      spear-devel@list.st.com
9394 L:      linux-mmc@vger.kernel.org
9395 S:      Maintained
9396 F:      drivers/mmc/host/sdhci-spear.c
9397
9398 SECURITY SUBSYSTEM
9399 M:      James Morris <james.l.morris@oracle.com>
9400 M:      "Serge E. Hallyn" <serge@hallyn.com>
9401 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9403 W:      http://kernsec.org/
9404 S:      Supported
9405 F:      security/
9406
9407 SECURITY CONTACT
9408 M:      Security Officers <security@kernel.org>
9409 S:      Supported
9410
9411 SELINUX SECURITY MODULE
9412 M:      Paul Moore <paul@paul-moore.com>
9413 M:      Stephen Smalley <sds@tycho.nsa.gov>
9414 M:      Eric Paris <eparis@parisplace.org>
9415 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9416 W:      http://selinuxproject.org
9417 T:      git git://git.infradead.org/users/pcmoore/selinux
9418 S:      Supported
9419 F:      include/linux/selinux*
9420 F:      security/selinux/
9421 F:      scripts/selinux/
9422
9423 APPARMOR SECURITY MODULE
9424 M:      John Johansen <john.johansen@canonical.com>
9425 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9426 W:      apparmor.wiki.kernel.org
9427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9428 S:      Supported
9429 F:      security/apparmor/
9430
9431 YAMA SECURITY MODULE
9432 M:      Kees Cook <keescook@chromium.org>
9433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9434 S:      Supported
9435 F:      security/yama/
9436
9437 SENSABLE PHANTOM
9438 M:      Jiri Slaby <jirislaby@gmail.com>
9439 S:      Maintained
9440 F:      drivers/misc/phantom.c
9441 F:      include/uapi/linux/phantom.h
9442
9443 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9444 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9445 M:      Minh Tran <minh.tran@avagotech.com>
9446 M:      John Soni Jose <sony.john-n@avagotech.com>
9447 L:      linux-scsi@vger.kernel.org
9448 W:      http://www.avagotech.com
9449 S:      Supported
9450 F:      drivers/scsi/be2iscsi/
9451
9452 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9453 M:      Sathya Perla <sathya.perla@avagotech.com>
9454 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9455 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9456 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9457 L:      netdev@vger.kernel.org
9458 W:      http://www.emulex.com
9459 S:      Supported
9460 F:      drivers/net/ethernet/emulex/benet/
9461
9462 EMULEX ONECONNECT ROCE DRIVER
9463 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9464 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9465 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9466 L:      linux-rdma@vger.kernel.org
9467 W:      http://www.emulex.com
9468 S:      Supported
9469 F:      drivers/infiniband/hw/ocrdma/
9470
9471 SFC NETWORK DRIVER
9472 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9473 M:      Shradha Shah <sshah@solarflare.com>
9474 L:      netdev@vger.kernel.org
9475 S:      Supported
9476 F:      drivers/net/ethernet/sfc/
9477
9478 SGI GRU DRIVER
9479 M:      Dimitri Sivanich <sivanich@sgi.com>
9480 S:      Maintained
9481 F:      drivers/misc/sgi-gru/
9482
9483 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9484 M:      Pat Gefre <pfg@sgi.com>
9485 L:      linux-ia64@vger.kernel.org
9486 S:      Supported
9487 F:      Documentation/ia64/serial.txt
9488 F:      drivers/tty/serial/ioc?_serial.c
9489 F:      include/linux/ioc?.h
9490
9491 SGI XP/XPC/XPNET DRIVER
9492 M:      Cliff Whickman <cpw@sgi.com>
9493 M:      Robin Holt <robinmholt@gmail.com>
9494 S:      Maintained
9495 F:      drivers/misc/sgi-xp/
9496
9497 SI2157 MEDIA DRIVER
9498 M:      Antti Palosaari <crope@iki.fi>
9499 L:      linux-media@vger.kernel.org
9500 W:      http://linuxtv.org/
9501 W:      http://palosaari.fi/linux/
9502 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9503 T:      git git://linuxtv.org/anttip/media_tree.git
9504 S:      Maintained
9505 F:      drivers/media/tuners/si2157*
9506
9507 SI2168 MEDIA DRIVER
9508 M:      Antti Palosaari <crope@iki.fi>
9509 L:      linux-media@vger.kernel.org
9510 W:      http://linuxtv.org/
9511 W:      http://palosaari.fi/linux/
9512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9513 T:      git git://linuxtv.org/anttip/media_tree.git
9514 S:      Maintained
9515 F:      drivers/media/dvb-frontends/si2168*
9516
9517 SI470X FM RADIO RECEIVER I2C DRIVER
9518 M:      Hans Verkuil <hverkuil@xs4all.nl>
9519 L:      linux-media@vger.kernel.org
9520 T:      git git://linuxtv.org/media_tree.git
9521 W:      http://linuxtv.org
9522 S:      Odd Fixes
9523 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9524
9525 SI470X FM RADIO RECEIVER USB DRIVER
9526 M:      Hans Verkuil <hverkuil@xs4all.nl>
9527 L:      linux-media@vger.kernel.org
9528 T:      git git://linuxtv.org/media_tree.git
9529 W:      http://linuxtv.org
9530 S:      Maintained
9531 F:      drivers/media/radio/si470x/radio-si470x-common.c
9532 F:      drivers/media/radio/si470x/radio-si470x.h
9533 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9534
9535 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9536 M:      Eduardo Valentin <edubezval@gmail.com>
9537 L:      linux-media@vger.kernel.org
9538 T:      git git://linuxtv.org/media_tree.git
9539 W:      http://linuxtv.org
9540 S:      Odd Fixes
9541 F:      drivers/media/radio/si4713/si4713.?
9542
9543 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9544 M:      Eduardo Valentin <edubezval@gmail.com>
9545 L:      linux-media@vger.kernel.org
9546 T:      git git://linuxtv.org/media_tree.git
9547 W:      http://linuxtv.org
9548 S:      Odd Fixes
9549 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9550
9551 SI4713 FM RADIO TRANSMITTER USB DRIVER
9552 M:      Hans Verkuil <hverkuil@xs4all.nl>
9553 L:      linux-media@vger.kernel.org
9554 T:      git git://linuxtv.org/media_tree.git
9555 W:      http://linuxtv.org
9556 S:      Maintained
9557 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9558
9559 SIANO DVB DRIVER
9560 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9561 L:      linux-media@vger.kernel.org
9562 W:      http://linuxtv.org
9563 T:      git git://linuxtv.org/media_tree.git
9564 S:      Odd fixes
9565 F:      drivers/media/common/siano/
9566 F:      drivers/media/usb/siano/
9567 F:      drivers/media/usb/siano/
9568 F:      drivers/media/mmc/siano/
9569
9570 SIMPLEFB FB DRIVER
9571 M:      Hans de Goede <hdegoede@redhat.com>
9572 L:      linux-fbdev@vger.kernel.org
9573 S:      Maintained
9574 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9575 F:      drivers/video/fbdev/simplefb.c
9576 F:      include/linux/platform_data/simplefb.h
9577
9578 SH_VEU V4L2 MEM2MEM DRIVER
9579 L:      linux-media@vger.kernel.org
9580 S:      Orphan
9581 F:      drivers/media/platform/sh_veu.c
9582
9583 SH_VOU V4L2 OUTPUT DRIVER
9584 L:      linux-media@vger.kernel.org
9585 S:      Orphan
9586 F:      drivers/media/platform/sh_vou.c
9587 F:      include/media/sh_vou.h
9588
9589 SIMPLE FIRMWARE INTERFACE (SFI)
9590 M:      Len Brown <lenb@kernel.org>
9591 L:      sfi-devel@simplefirmware.org
9592 W:      http://simplefirmware.org/
9593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9594 S:      Supported
9595 F:      arch/x86/platform/sfi/
9596 F:      drivers/sfi/
9597 F:      include/linux/sfi*.h
9598
9599 SIMTEC EB110ATX (Chalice CATS)
9600 P:      Ben Dooks
9601 P:      Vincent Sanders <vince@simtec.co.uk>
9602 M:      Simtec Linux Team <linux@simtec.co.uk>
9603 W:      http://www.simtec.co.uk/products/EB110ATX/
9604 S:      Supported
9605
9606 SIMTEC EB2410ITX (BAST)
9607 P:      Ben Dooks
9608 P:      Vincent Sanders <vince@simtec.co.uk>
9609 M:      Simtec Linux Team <linux@simtec.co.uk>
9610 W:      http://www.simtec.co.uk/products/EB2410ITX/
9611 S:      Supported
9612 F:      arch/arm/mach-s3c24xx/mach-bast.c
9613 F:      arch/arm/mach-s3c24xx/bast-ide.c
9614 F:      arch/arm/mach-s3c24xx/bast-irq.c
9615
9616 TI DAVINCI MACHINE SUPPORT
9617 M:      Sekhar Nori <nsekhar@ti.com>
9618 M:      Kevin Hilman <khilman@deeprootsystems.com>
9619 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9620 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9621 S:      Supported
9622 F:      arch/arm/mach-davinci/
9623 F:      drivers/i2c/busses/i2c-davinci.c
9624
9625 TI DAVINCI SERIES MEDIA 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/platform/davinci/
9633 F:      include/media/davinci/
9634
9635 TI AM437X VPFE DRIVER
9636 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9637 L:      linux-media@vger.kernel.org
9638 W:      http://linuxtv.org/
9639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9640 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9641 S:      Maintained
9642 F:      drivers/media/platform/am437x/
9643
9644 OV2659 OMNIVISION SENSOR DRIVER
9645 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9646 L:      linux-media@vger.kernel.org
9647 W:      http://linuxtv.org/
9648 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9649 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9650 S:      Maintained
9651 F:      drivers/media/i2c/ov2659.c
9652 F:      include/media/ov2659.h
9653
9654 SILICON MOTION SM712 FRAME BUFFER DRIVER
9655 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9656 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9657 M:      Sudip Mukherjee <sudip@vectorindia.org>
9658 L:      linux-fbdev@vger.kernel.org
9659 S:      Maintained
9660 F:      drivers/video/fbdev/sm712*
9661 F:      Documentation/fb/sm712fb.txt
9662
9663 SIS 190 ETHERNET DRIVER
9664 M:      Francois Romieu <romieu@fr.zoreil.com>
9665 L:      netdev@vger.kernel.org
9666 S:      Maintained
9667 F:      drivers/net/ethernet/sis/sis190.c
9668
9669 SIS 900/7016 FAST ETHERNET DRIVER
9670 M:      Daniele Venzano <venza@brownhat.org>
9671 W:      http://www.brownhat.org/sis900.html
9672 L:      netdev@vger.kernel.org
9673 S:      Maintained
9674 F:      drivers/net/ethernet/sis/sis900.*
9675
9676 SIS FRAMEBUFFER DRIVER
9677 M:      Thomas Winischhofer <thomas@winischhofer.net>
9678 W:      http://www.winischhofer.net/linuxsisvga.shtml
9679 S:      Maintained
9680 F:      Documentation/fb/sisfb.txt
9681 F:      drivers/video/fbdev/sis/
9682 F:      include/video/sisfb.h
9683
9684 SIS USB2VGA DRIVER
9685 M:      Thomas Winischhofer <thomas@winischhofer.net>
9686 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9687 S:      Maintained
9688 F:      drivers/usb/misc/sisusbvga/
9689
9690 SLAB ALLOCATOR
9691 M:      Christoph Lameter <cl@linux.com>
9692 M:      Pekka Enberg <penberg@kernel.org>
9693 M:      David Rientjes <rientjes@google.com>
9694 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9695 M:      Andrew Morton <akpm@linux-foundation.org>
9696 L:      linux-mm@kvack.org
9697 S:      Maintained
9698 F:      include/linux/sl?b*.h
9699 F:      mm/sl?b*
9700
9701 SLEEPABLE READ-COPY UPDATE (SRCU)
9702 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9703 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9704 M:      Josh Triplett <josh@joshtriplett.org>
9705 R:      Steven Rostedt <rostedt@goodmis.org>
9706 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9707 L:      linux-kernel@vger.kernel.org
9708 W:      http://www.rdrop.com/users/paulmck/RCU/
9709 S:      Supported
9710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9711 F:      include/linux/srcu.h
9712 F:      kernel/rcu/srcu.c
9713
9714 SMACK SECURITY MODULE
9715 M:      Casey Schaufler <casey@schaufler-ca.com>
9716 L:      linux-security-module@vger.kernel.org
9717 W:      http://schaufler-ca.com
9718 T:      git git://git.gitorious.org/smack-next/kernel.git
9719 S:      Maintained
9720 F:      Documentation/security/Smack.txt
9721 F:      security/smack/
9722
9723 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9724 M:      Kevin Hilman <khilman@kernel.org>
9725 M:      Nishanth Menon <nm@ti.com>
9726 S:      Maintained
9727 F:      drivers/power/avs/
9728 F:      include/linux/power/smartreflex.h
9729 L:      linux-pm@vger.kernel.org
9730
9731 SMC91x ETHERNET DRIVER
9732 M:      Nicolas Pitre <nico@fluxnic.net>
9733 S:      Odd Fixes
9734 F:      drivers/net/ethernet/smsc/smc91x.*
9735
9736 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9737 M:      Sakari Ailus <sakari.ailus@iki.fi>
9738 L:      linux-media@vger.kernel.org
9739 S:      Maintained
9740 F:      drivers/media/i2c/smiapp/
9741 F:      include/media/smiapp.h
9742 F:      drivers/media/i2c/smiapp-pll.c
9743 F:      drivers/media/i2c/smiapp-pll.h
9744 F:      include/uapi/linux/smiapp.h
9745 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9746
9747 SMM665 HARDWARE MONITOR DRIVER
9748 M:      Guenter Roeck <linux@roeck-us.net>
9749 L:      lm-sensors@lm-sensors.org
9750 S:      Maintained
9751 F:      Documentation/hwmon/smm665
9752 F:      drivers/hwmon/smm665.c
9753
9754 SMSC EMC2103 HARDWARE MONITOR DRIVER
9755 M:      Steve Glendinning <steve.glendinning@shawell.net>
9756 L:      lm-sensors@lm-sensors.org
9757 S:      Maintained
9758 F:      Documentation/hwmon/emc2103
9759 F:      drivers/hwmon/emc2103.c
9760
9761 SMSC SCH5627 HARDWARE MONITOR DRIVER
9762 M:      Hans de Goede <hdegoede@redhat.com>
9763 L:      lm-sensors@lm-sensors.org
9764 S:      Supported
9765 F:      Documentation/hwmon/sch5627
9766 F:      drivers/hwmon/sch5627.c
9767
9768 SMSC47B397 HARDWARE MONITOR DRIVER
9769 M:      Jean Delvare <jdelvare@suse.com>
9770 L:      lm-sensors@lm-sensors.org
9771 S:      Maintained
9772 F:      Documentation/hwmon/smsc47b397
9773 F:      drivers/hwmon/smsc47b397.c
9774
9775 SMSC911x ETHERNET DRIVER
9776 M:      Steve Glendinning <steve.glendinning@shawell.net>
9777 L:      netdev@vger.kernel.org
9778 S:      Maintained
9779 F:      include/linux/smsc911x.h
9780 F:      drivers/net/ethernet/smsc/smsc911x.*
9781
9782 SMSC9420 PCI ETHERNET DRIVER
9783 M:      Steve Glendinning <steve.glendinning@shawell.net>
9784 L:      netdev@vger.kernel.org
9785 S:      Maintained
9786 F:      drivers/net/ethernet/smsc/smsc9420.*
9787
9788 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9789 M:      Steve Glendinning <steve.glendinning@shawell.net>
9790 L:      linux-fbdev@vger.kernel.org
9791 S:      Maintained
9792 F:      drivers/video/fbdev/smscufx.c
9793
9794 SOC-CAMERA V4L2 SUBSYSTEM
9795 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9796 L:      linux-media@vger.kernel.org
9797 T:      git git://linuxtv.org/media_tree.git
9798 S:      Maintained
9799 F:      include/media/soc*
9800 F:      drivers/media/i2c/soc_camera/
9801 F:      drivers/media/platform/soc_camera/
9802
9803 SOEKRIS NET48XX LED SUPPORT
9804 M:      Chris Boot <bootc@bootc.net>
9805 S:      Maintained
9806 F:      drivers/leds/leds-net48xx.c
9807
9808 SOFTLOGIC 6x10 MPEG CODEC
9809 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9810 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9811 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9812 M:      Ismael Luceno <ismael@iodev.co.uk>
9813 L:      linux-media@vger.kernel.org
9814 S:      Supported
9815 F:      drivers/media/pci/solo6x10/
9816
9817 SOFTWARE RAID (Multiple Disks) SUPPORT
9818 M:      Neil Brown <neilb@suse.com>
9819 L:      linux-raid@vger.kernel.org
9820 S:      Supported
9821 F:      drivers/md/
9822 F:      include/linux/raid/
9823 F:      include/uapi/linux/raid/
9824
9825 SONIC NETWORK DRIVER
9826 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9827 L:      netdev@vger.kernel.org
9828 S:      Maintained
9829 F:      drivers/net/ethernet/natsemi/sonic.*
9830
9831 SONICS SILICON BACKPLANE DRIVER (SSB)
9832 M:      Michael Buesch <m@bues.ch>
9833 L:      netdev@vger.kernel.org
9834 S:      Maintained
9835 F:      drivers/ssb/
9836 F:      include/linux/ssb/
9837
9838 SONY VAIO CONTROL DEVICE DRIVER
9839 M:      Mattia Dongili <malattia@linux.it>
9840 L:      platform-driver-x86@vger.kernel.org
9841 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9842 S:      Maintained
9843 F:      Documentation/laptops/sony-laptop.txt
9844 F:      drivers/char/sonypi.c
9845 F:      drivers/platform/x86/sony-laptop.c
9846 F:      include/linux/sony-laptop.h
9847
9848 SONY MEMORYSTICK CARD SUPPORT
9849 M:      Alex Dubov <oakad@yahoo.com>
9850 W:      http://tifmxx.berlios.de/
9851 S:      Maintained
9852 F:      drivers/memstick/host/tifm_ms.c
9853
9854 SONY MEMORYSTICK STANDARD SUPPORT
9855 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9856 S:      Maintained
9857 F:      drivers/memstick/core/ms_block.*
9858
9859 SOUND
9860 M:      Jaroslav Kysela <perex@perex.cz>
9861 M:      Takashi Iwai <tiwai@suse.com>
9862 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9863 W:      http://www.alsa-project.org/
9864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9865 T:      git git://git.alsa-project.org/alsa-kernel.git
9866 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9867 S:      Maintained
9868 F:      Documentation/sound/
9869 F:      include/sound/
9870 F:      include/uapi/sound/
9871 F:      sound/
9872
9873 SOUND - COMPRESSED AUDIO
9874 M:      Vinod Koul <vinod.koul@intel.com>
9875 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9877 S:      Supported
9878 F:      Documentation/sound/alsa/compress_offload.txt
9879 F:      include/sound/compress_driver.h
9880 F:      include/uapi/sound/compress_*
9881 F:      sound/core/compress_offload.c
9882 F:      sound/soc/soc-compress.c
9883
9884 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9885 M:      Liam Girdwood <lgirdwood@gmail.com>
9886 M:      Mark Brown <broonie@kernel.org>
9887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9888 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9889 W:      http://alsa-project.org/main/index.php/ASoC
9890 S:      Supported
9891 F:      Documentation/sound/alsa/soc/
9892 F:      sound/soc/
9893 F:      include/sound/soc*
9894
9895 SOUND - DMAENGINE HELPERS
9896 M:      Lars-Peter Clausen <lars@metafoo.de>
9897 S:      Supported
9898 F:      include/sound/dmaengine_pcm.h
9899 F:      sound/core/pcm_dmaengine.c
9900 F:      sound/soc/soc-generic-dmaengine-pcm.c
9901
9902 SP2 MEDIA DRIVER
9903 M:      Olli Salonen <olli.salonen@iki.fi>
9904 L:      linux-media@vger.kernel.org
9905 W:      http://linuxtv.org/
9906 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9907 S:      Maintained
9908 F:      drivers/media/dvb-frontends/sp2*
9909
9910 SPARC + UltraSPARC (sparc/sparc64)
9911 M:      "David S. Miller" <davem@davemloft.net>
9912 L:      sparclinux@vger.kernel.org
9913 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9916 S:      Maintained
9917 F:      arch/sparc/
9918 F:      drivers/sbus/
9919
9920 SPARC SERIAL DRIVERS
9921 M:      "David S. Miller" <davem@davemloft.net>
9922 L:      sparclinux@vger.kernel.org
9923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9925 S:      Maintained
9926 F:      include/linux/sunserialcore.h
9927 F:      drivers/tty/serial/suncore.c
9928 F:      drivers/tty/serial/sunhv.c
9929 F:      drivers/tty/serial/sunsab.c
9930 F:      drivers/tty/serial/sunsab.h
9931 F:      drivers/tty/serial/sunsu.c
9932 F:      drivers/tty/serial/sunzilog.c
9933 F:      drivers/tty/serial/sunzilog.h
9934
9935 SPARSE CHECKER
9936 M:      "Christopher Li" <sparse@chrisli.org>
9937 L:      linux-sparse@vger.kernel.org
9938 W:      https://sparse.wiki.kernel.org/
9939 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9940 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9941 S:      Maintained
9942 F:      include/linux/compiler.h
9943
9944 SPEAR PLATFORM SUPPORT
9945 M:      Viresh Kumar <vireshk@kernel.org>
9946 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9947 L:      spear-devel@list.st.com
9948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9949 W:      http://www.st.com/spear
9950 S:      Maintained
9951 F:      arch/arm/mach-spear/
9952
9953 SPEAR CLOCK FRAMEWORK SUPPORT
9954 M:      Viresh Kumar <vireshk@kernel.org>
9955 L:      spear-devel@list.st.com
9956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9957 W:      http://www.st.com/spear
9958 S:      Maintained
9959 F:      drivers/clk/spear/
9960
9961 SPI SUBSYSTEM
9962 M:      Mark Brown <broonie@kernel.org>
9963 L:      linux-spi@vger.kernel.org
9964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9965 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9966 S:      Maintained
9967 F:      Documentation/spi/
9968 F:      drivers/spi/
9969 F:      include/linux/spi/
9970 F:      include/uapi/linux/spi/
9971
9972 SPIDERNET NETWORK DRIVER for CELL
9973 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9974 L:      netdev@vger.kernel.org
9975 S:      Supported
9976 F:      Documentation/networking/spider_net.txt
9977 F:      drivers/net/ethernet/toshiba/spider_net*
9978
9979 SPU FILE SYSTEM
9980 M:      Jeremy Kerr <jk@ozlabs.org>
9981 L:      linuxppc-dev@lists.ozlabs.org
9982 W:      http://www.ibm.com/developerworks/power/cell/
9983 S:      Supported
9984 F:      Documentation/filesystems/spufs.txt
9985 F:      arch/powerpc/platforms/cell/spufs/
9986
9987 SQUASHFS FILE SYSTEM
9988 M:      Phillip Lougher <phillip@squashfs.org.uk>
9989 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9990 W:      http://squashfs.org.uk
9991 S:      Maintained
9992 F:      Documentation/filesystems/squashfs.txt
9993 F:      fs/squashfs/
9994
9995 SRM (Alpha) environment access
9996 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9997 S:      Maintained
9998 F:      arch/alpha/kernel/srm_env.c
9999
10000 STABLE BRANCH
10001 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10002 L:      stable@vger.kernel.org
10003 S:      Supported
10004 F:      Documentation/stable_kernel_rules.txt
10005
10006 STAGING SUBSYSTEM
10007 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10009 L:      devel@driverdev.osuosl.org
10010 S:      Supported
10011 F:      drivers/staging/
10012
10013 STAGING - COMEDI
10014 M:      Ian Abbott <abbotti@mev.co.uk>
10015 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10016 S:      Odd Fixes
10017 F:      drivers/staging/comedi/
10018
10019 STAGING - FLARION FT1000 DRIVERS
10020 M:      Marek Belisko <marek.belisko@gmail.com>
10021 S:      Odd Fixes
10022 F:      drivers/staging/ft1000/
10023
10024 STAGING - INDUSTRIAL IO
10025 M:      Jonathan Cameron <jic23@kernel.org>
10026 L:      linux-iio@vger.kernel.org
10027 S:      Odd Fixes
10028 F:      drivers/staging/iio/
10029
10030 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10031 M:      Jarod Wilson <jarod@wilsonet.com>
10032 W:      http://www.lirc.org/
10033 S:      Odd Fixes
10034 F:      drivers/staging/media/lirc/
10035
10036 STAGING - LUSTRE PARALLEL FILESYSTEM
10037 M:      Oleg Drokin <oleg.drokin@intel.com>
10038 M:      Andreas Dilger <andreas.dilger@intel.com>
10039 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10040 W:      http://wiki.lustre.org/
10041 S:      Maintained
10042 F:      drivers/staging/lustre
10043
10044 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10045 M:      Marc Dietrich <marvin24@gmx.de>
10046 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10047 L:      linux-tegra@vger.kernel.org
10048 S:      Maintained
10049 F:      drivers/staging/nvec/
10050
10051 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10052 M:      Jens Frederich <jfrederich@gmail.com>
10053 M:      Daniel Drake <dsd@laptop.org>
10054 M:      Jon Nettleton <jon.nettleton@gmail.com>
10055 W:      http://wiki.laptop.org/go/DCON
10056 S:      Maintained
10057 F:      drivers/staging/olpc_dcon/
10058
10059 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10060 M:      Willy Tarreau <willy@meta-x.org>
10061 S:      Odd Fixes
10062 F:      drivers/staging/panel/
10063
10064 STAGING - REALTEK RTL8712U DRIVERS
10065 M:      Larry Finger <Larry.Finger@lwfinger.net>
10066 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10067 S:      Odd Fixes
10068 F:      drivers/staging/rtl8712/
10069
10070 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10071 M:      Larry Finger <Larry.Finger@lwfinger.net>
10072 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10073 L:      linux-wireless@vger.kernel.org
10074 S:      Maintained
10075 F:      drivers/staging/rtl8723au/
10076
10077 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10078 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10079 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10080 M:      Sudip Mukherjee <sudip@vectorindia.org>
10081 L:      linux-fbdev@vger.kernel.org
10082 S:      Maintained
10083 F:      drivers/staging/sm750fb/
10084
10085 STAGING - SLICOSS
10086 M:      Lior Dotan <liodot@gmail.com>
10087 M:      Christopher Harrer <charrer@alacritech.com>
10088 S:      Odd Fixes
10089 F:      drivers/staging/slicoss/
10090
10091 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10092 M:      William Hubbs <w.d.hubbs@gmail.com>
10093 M:      Chris Brannon <chris@the-brannons.com>
10094 M:      Kirk Reiser <kirk@reisers.ca>
10095 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10096 L:      speakup@linux-speakup.org
10097 W:      http://www.linux-speakup.org/
10098 S:      Odd Fixes
10099 F:      drivers/staging/speakup/
10100
10101 STAGING - VIA VT665X DRIVERS
10102 M:      Forest Bond <forest@alittletooquiet.net>
10103 S:      Odd Fixes
10104 F:      drivers/staging/vt665?/
10105
10106 STAGING - WILC1000 WIFI DRIVER
10107 M:      Johnny Kim <johnny.kim@atmel.com>
10108 M:      Rachel Kim <rachel.kim@atmel.com>
10109 M:      Dean Lee <dean.lee@atmel.com>
10110 M:      Chris Park <chris.park@atmel.com>
10111 L:      linux-wireless@vger.kernel.org
10112 S:      Supported
10113 F:      drivers/staging/wilc1000/
10114
10115 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10116 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10117 S:      Odd Fixes
10118 F:      drivers/staging/xgifb/
10119
10120 HFI1 DRIVER
10121 M:      Mike Marciniszyn <infinipath@intel.com>
10122 L:      linux-rdma@vger.kernel.org
10123 S:      Supported
10124 F:      drivers/staging/rdma/hfi1
10125
10126 STARFIRE/DURALAN NETWORK DRIVER
10127 M:      Ion Badulescu <ionut@badula.org>
10128 S:      Odd Fixes
10129 F:      drivers/net/ethernet/adaptec/starfire*
10130
10131 SUN3/3X
10132 M:      Sam Creasey <sammy@sammy.net>
10133 W:      http://sammy.net/sun3/
10134 S:      Maintained
10135 F:      arch/m68k/kernel/*sun3*
10136 F:      arch/m68k/sun3*/
10137 F:      arch/m68k/include/asm/sun3*
10138 F:      drivers/net/ethernet/i825xx/sun3*
10139
10140 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10141 M:      Hans de Goede <hdegoede@redhat.com>
10142 L:      linux-input@vger.kernel.org
10143 S:      Maintained
10144 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10145 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10146
10147 SUNDANCE NETWORK DRIVER
10148 M:      Denis Kirjanov <kda@linux-powerpc.org>
10149 L:      netdev@vger.kernel.org
10150 S:      Maintained
10151 F:      drivers/net/ethernet/dlink/sundance.c
10152
10153 SUPERH
10154 L:      linux-sh@vger.kernel.org
10155 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10156 S:      Orphan
10157 F:      Documentation/sh/
10158 F:      arch/sh/
10159 F:      drivers/sh/
10160
10161 SUSPEND TO RAM
10162 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10163 M:      Len Brown <len.brown@intel.com>
10164 M:      Pavel Machek <pavel@ucw.cz>
10165 L:      linux-pm@vger.kernel.org
10166 S:      Supported
10167 F:      Documentation/power/
10168 F:      arch/x86/kernel/acpi/
10169 F:      drivers/base/power/
10170 F:      kernel/power/
10171 F:      include/linux/suspend.h
10172 F:      include/linux/freezer.h
10173 F:      include/linux/pm.h
10174
10175 SVGA HANDLING
10176 M:      Martin Mares <mj@ucw.cz>
10177 L:      linux-video@atrey.karlin.mff.cuni.cz
10178 S:      Maintained
10179 F:      Documentation/svga.txt
10180 F:      arch/x86/boot/video*
10181
10182 SWIOTLB SUBSYSTEM
10183 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10184 L:      linux-kernel@vger.kernel.org
10185 S:      Supported
10186 F:      lib/swiotlb.c
10187 F:      arch/*/kernel/pci-swiotlb.c
10188 F:      include/linux/swiotlb.h
10189
10190 SWITCHDEV
10191 M:      Jiri Pirko <jiri@resnulli.us>
10192 L:      netdev@vger.kernel.org
10193 S:      Supported
10194 F:      net/switchdev/
10195 F:      include/net/switchdev.h
10196
10197 SYNOPSYS ARC ARCHITECTURE
10198 M:      Vineet Gupta <vgupta@synopsys.com>
10199 L:      linux-snps-arc@lists.infraded.org
10200 S:      Supported
10201 F:      arch/arc/
10202 F:      Documentation/devicetree/bindings/arc/*
10203 F:      drivers/tty/serial/arc_uart.c
10204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10205
10206 SYNOPSYS ARC SDP platform support
10207 M:      Alexey Brodkin <abrodkin@synopsys.com>
10208 S:      Supported
10209 F:      arch/arc/plat-axs10x
10210 F:      arch/arc/boot/dts/ax*
10211 F:      Documentation/devicetree/bindings/arc/axs10*
10212
10213 SYSTEM CONFIGURATION (SYSCON)
10214 M:      Lee Jones <lee.jones@linaro.org>
10215 M:      Arnd Bergmann <arnd@arndb.de>
10216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10217 S:      Supported
10218 F:      drivers/mfd/syscon.c
10219
10220 SYSV FILESYSTEM
10221 M:      Christoph Hellwig <hch@infradead.org>
10222 S:      Maintained
10223 F:      Documentation/filesystems/sysv-fs.txt
10224 F:      fs/sysv/
10225 F:      include/linux/sysv_fs.h
10226
10227 TARGET SUBSYSTEM
10228 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10229 L:      linux-scsi@vger.kernel.org
10230 L:      target-devel@vger.kernel.org
10231 W:      http://www.linux-iscsi.org
10232 W:      http://groups.google.com/group/linux-iscsi-target-dev
10233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10234 S:      Supported
10235 F:      drivers/target/
10236 F:      include/target/
10237 F:      Documentation/target/
10238
10239 TASKSTATS STATISTICS INTERFACE
10240 M:      Balbir Singh <bsingharora@gmail.com>
10241 S:      Maintained
10242 F:      Documentation/accounting/taskstats*
10243 F:      include/linux/taskstats*
10244 F:      kernel/taskstats.c
10245
10246 TC CLASSIFIER
10247 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10248 L:      netdev@vger.kernel.org
10249 S:      Maintained
10250 F:      include/net/pkt_cls.h
10251 F:      include/uapi/linux/pkt_cls.h
10252 F:      net/sched/
10253
10254 TCP LOW PRIORITY MODULE
10255 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10256 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10257 W:      http://tcp-lp-mod.sourceforge.net/
10258 S:      Maintained
10259 F:      net/ipv4/tcp_lp.c
10260
10261 TDA10071 MEDIA DRIVER
10262 M:      Antti Palosaari <crope@iki.fi>
10263 L:      linux-media@vger.kernel.org
10264 W:      http://linuxtv.org/
10265 W:      http://palosaari.fi/linux/
10266 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10267 T:      git git://linuxtv.org/anttip/media_tree.git
10268 S:      Maintained
10269 F:      drivers/media/dvb-frontends/tda10071*
10270
10271 TDA18212 MEDIA DRIVER
10272 M:      Antti Palosaari <crope@iki.fi>
10273 L:      linux-media@vger.kernel.org
10274 W:      http://linuxtv.org/
10275 W:      http://palosaari.fi/linux/
10276 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10277 T:      git git://linuxtv.org/anttip/media_tree.git
10278 S:      Maintained
10279 F:      drivers/media/tuners/tda18212*
10280
10281 TDA18218 MEDIA DRIVER
10282 M:      Antti Palosaari <crope@iki.fi>
10283 L:      linux-media@vger.kernel.org
10284 W:      http://linuxtv.org/
10285 W:      http://palosaari.fi/linux/
10286 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10287 T:      git git://linuxtv.org/anttip/media_tree.git
10288 S:      Maintained
10289 F:      drivers/media/tuners/tda18218*
10290
10291 TDA18271 MEDIA DRIVER
10292 M:      Michael Krufky <mkrufky@linuxtv.org>
10293 L:      linux-media@vger.kernel.org
10294 W:      http://linuxtv.org/
10295 W:      http://github.com/mkrufky
10296 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10297 T:      git git://linuxtv.org/mkrufky/tuners.git
10298 S:      Maintained
10299 F:      drivers/media/tuners/tda18271*
10300
10301 TDA827x MEDIA DRIVER
10302 M:      Michael Krufky <mkrufky@linuxtv.org>
10303 L:      linux-media@vger.kernel.org
10304 W:      http://linuxtv.org/
10305 W:      http://github.com/mkrufky
10306 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10307 T:      git git://linuxtv.org/mkrufky/tuners.git
10308 S:      Maintained
10309 F:      drivers/media/tuners/tda8290.*
10310
10311 TDA8290 MEDIA DRIVER
10312 M:      Michael Krufky <mkrufky@linuxtv.org>
10313 L:      linux-media@vger.kernel.org
10314 W:      http://linuxtv.org/
10315 W:      http://github.com/mkrufky
10316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10317 T:      git git://linuxtv.org/mkrufky/tuners.git
10318 S:      Maintained
10319 F:      drivers/media/tuners/tda8290.*
10320
10321 TDA9840 MEDIA DRIVER
10322 M:      Hans Verkuil <hverkuil@xs4all.nl>
10323 L:      linux-media@vger.kernel.org
10324 T:      git git://linuxtv.org/media_tree.git
10325 W:      http://linuxtv.org
10326 S:      Maintained
10327 F:      drivers/media/i2c/tda9840*
10328
10329 TEA5761 TUNER DRIVER
10330 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10331 L:      linux-media@vger.kernel.org
10332 W:      http://linuxtv.org
10333 T:      git git://linuxtv.org/media_tree.git
10334 S:      Odd fixes
10335 F:      drivers/media/tuners/tea5761.*
10336
10337 TEA5767 TUNER DRIVER
10338 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10339 L:      linux-media@vger.kernel.org
10340 W:      http://linuxtv.org
10341 T:      git git://linuxtv.org/media_tree.git
10342 S:      Maintained
10343 F:      drivers/media/tuners/tea5767.*
10344
10345 TEA6415C MEDIA DRIVER
10346 M:      Hans Verkuil <hverkuil@xs4all.nl>
10347 L:      linux-media@vger.kernel.org
10348 T:      git git://linuxtv.org/media_tree.git
10349 W:      http://linuxtv.org
10350 S:      Maintained
10351 F:      drivers/media/i2c/tea6415c*
10352
10353 TEA6420 MEDIA DRIVER
10354 M:      Hans Verkuil <hverkuil@xs4all.nl>
10355 L:      linux-media@vger.kernel.org
10356 T:      git git://linuxtv.org/media_tree.git
10357 W:      http://linuxtv.org
10358 S:      Maintained
10359 F:      drivers/media/i2c/tea6420*
10360
10361 TEAM DRIVER
10362 M:      Jiri Pirko <jiri@resnulli.us>
10363 L:      netdev@vger.kernel.org
10364 S:      Supported
10365 F:      drivers/net/team/
10366 F:      include/linux/if_team.h
10367 F:      include/uapi/linux/if_team.h
10368
10369 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10370 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10371 S:      Maintained
10372 F:      arch/x86/platform/ts5500/
10373
10374 TECHNOTREND USB IR RECEIVER
10375 M:      Sean Young <sean@mess.org>
10376 L:      linux-media@vger.kernel.org
10377 S:      Maintained
10378 F:      drivers/media/rc/ttusbir.c
10379
10380 TEGRA ARCHITECTURE SUPPORT
10381 M:      Stephen Warren <swarren@wwwdotorg.org>
10382 M:      Thierry Reding <thierry.reding@gmail.com>
10383 M:      Alexandre Courbot <gnurou@gmail.com>
10384 L:      linux-tegra@vger.kernel.org
10385 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10387 S:      Supported
10388 N:      [^a-z]tegra
10389
10390 TEGRA CLOCK DRIVER
10391 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10392 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10393 S:      Supported
10394 F:      drivers/clk/tegra/
10395
10396 TEGRA DMA DRIVER
10397 M:      Laxman Dewangan <ldewangan@nvidia.com>
10398 S:      Supported
10399 F:      drivers/dma/tegra20-apb-dma.c
10400
10401 TEGRA I2C DRIVER
10402 M:      Laxman Dewangan <ldewangan@nvidia.com>
10403 S:      Supported
10404 F:      drivers/i2c/busses/i2c-tegra.c
10405
10406 TEGRA IOMMU DRIVERS
10407 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10408 S:      Supported
10409 F:      drivers/iommu/tegra*
10410
10411 TEGRA KBC DRIVER
10412 M:      Rakesh Iyer <riyer@nvidia.com>
10413 M:      Laxman Dewangan <ldewangan@nvidia.com>
10414 S:      Supported
10415 F:      drivers/input/keyboard/tegra-kbc.c
10416
10417 TEGRA PWM DRIVER
10418 M:      Thierry Reding <thierry.reding@gmail.com>
10419 S:      Supported
10420 F:      drivers/pwm/pwm-tegra.c
10421
10422 TEGRA SERIAL DRIVER
10423 M:      Laxman Dewangan <ldewangan@nvidia.com>
10424 S:      Supported
10425 F:      drivers/tty/serial/serial-tegra.c
10426
10427 TEGRA SPI DRIVER
10428 M:      Laxman Dewangan <ldewangan@nvidia.com>
10429 S:      Supported
10430 F:      drivers/spi/spi-tegra*
10431
10432 TEHUTI ETHERNET DRIVER
10433 M:      Andy Gospodarek <andy@greyhouse.net>
10434 L:      netdev@vger.kernel.org
10435 S:      Supported
10436 F:      drivers/net/ethernet/tehuti/*
10437
10438 Telecom Clock Driver for MCPL0010
10439 M:      Mark Gross <mark.gross@intel.com>
10440 S:      Supported
10441 F:      drivers/char/tlclk.c
10442
10443 TENSILICA XTENSA PORT (xtensa)
10444 M:      Chris Zankel <chris@zankel.net>
10445 M:      Max Filippov <jcmvbkbc@gmail.com>
10446 L:      linux-xtensa@linux-xtensa.org
10447 S:      Maintained
10448 F:      arch/xtensa/
10449 F:      drivers/irqchip/irq-xtensa-*
10450
10451 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10452 M:      Hans Verkuil <hverkuil@xs4all.nl>
10453 L:      linux-media@vger.kernel.org
10454 T:      git git://linuxtv.org/media_tree.git
10455 W:      http://linuxtv.org
10456 S:      Maintained
10457 F:      drivers/media/radio/radio-raremono.c
10458
10459 THERMAL
10460 M:      Zhang Rui <rui.zhang@intel.com>
10461 M:      Eduardo Valentin <edubezval@gmail.com>
10462 L:      linux-pm@vger.kernel.org
10463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10465 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10466 S:      Supported
10467 F:      drivers/thermal/
10468 F:      include/linux/thermal.h
10469 F:      include/uapi/linux/thermal.h
10470 F:      include/linux/cpu_cooling.h
10471 F:      Documentation/devicetree/bindings/thermal/
10472
10473 THERMAL/CPU_COOLING
10474 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10475 M:      Viresh Kumar <viresh.kumar@linaro.org>
10476 M:      Javi Merino <javi.merino@arm.com>
10477 L:      linux-pm@vger.kernel.org
10478 S:      Supported
10479 F:      Documentation/thermal/cpu-cooling-api.txt
10480 F:      drivers/thermal/cpu_cooling.c
10481 F:      include/linux/cpu_cooling.h
10482
10483 THINGM BLINK(1) USB RGB LED DRIVER
10484 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10485 S:      Maintained
10486 F:      drivers/hid/hid-thingm.c
10487
10488 THINKPAD ACPI EXTRAS DRIVER
10489 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10490 L:      ibm-acpi-devel@lists.sourceforge.net
10491 L:      platform-driver-x86@vger.kernel.org
10492 W:      http://ibm-acpi.sourceforge.net
10493 W:      http://thinkwiki.org/wiki/Ibm-acpi
10494 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10495 S:      Maintained
10496 F:      drivers/platform/x86/thinkpad_acpi.c
10497
10498 TI BANDGAP AND THERMAL DRIVER
10499 M:      Eduardo Valentin <edubezval@gmail.com>
10500 L:      linux-pm@vger.kernel.org
10501 L:      linux-omap@vger.kernel.org
10502 S:      Maintained
10503 F:      drivers/thermal/ti-soc-thermal/
10504
10505 TI CDCE706 CLOCK DRIVER
10506 M:      Max Filippov <jcmvbkbc@gmail.com>
10507 S:      Maintained
10508 F:      drivers/clk/clk-cdce706.c
10509
10510 TI CLOCK DRIVER
10511 M:      Tero Kristo <t-kristo@ti.com>
10512 L:      linux-omap@vger.kernel.org
10513 S:      Maintained
10514 F:      drivers/clk/ti/
10515 F:      include/linux/clk/ti.h
10516
10517 TI FLASH MEDIA INTERFACE DRIVER
10518 M:      Alex Dubov <oakad@yahoo.com>
10519 S:      Maintained
10520 F:      drivers/misc/tifm*
10521 F:      drivers/mmc/host/tifm_sd.c
10522 F:      include/linux/tifm.h
10523
10524 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10525 M:      Santosh Shilimkar <ssantosh@kernel.org>
10526 L:      linux-kernel@vger.kernel.org
10527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10528 S:      Maintained
10529 F:      drivers/soc/ti/*
10530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10531
10532
10533 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10534 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10535 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10536 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10537 S:      Maintained
10538 F:      sound/soc/codecs/lm49453*
10539 F:      sound/soc/codecs/isabelle*
10540
10541 TI LP855x BACKLIGHT DRIVER
10542 M:      Milo Kim <milo.kim@ti.com>
10543 S:      Maintained
10544 F:      Documentation/backlight/lp855x-driver.txt
10545 F:      drivers/video/backlight/lp855x_bl.c
10546 F:      include/linux/platform_data/lp855x.h
10547
10548 TI LP8727 CHARGER DRIVER
10549 M:      Milo Kim <milo.kim@ti.com>
10550 S:      Maintained
10551 F:      drivers/power/lp8727_charger.c
10552 F:      include/linux/platform_data/lp8727.h
10553
10554 TI LP8788 MFD DRIVER
10555 M:      Milo Kim <milo.kim@ti.com>
10556 S:      Maintained
10557 F:      drivers/iio/adc/lp8788_adc.c
10558 F:      drivers/leds/leds-lp8788.c
10559 F:      drivers/mfd/lp8788*.c
10560 F:      drivers/power/lp8788-charger.c
10561 F:      drivers/regulator/lp8788-*.c
10562 F:      include/linux/mfd/lp8788*.h
10563
10564 TI NETCP ETHERNET DRIVER
10565 M:      Wingman Kwok <w-kwok2@ti.com>
10566 M:      Murali Karicheri <m-karicheri2@ti.com>
10567 L:      netdev@vger.kernel.org
10568 S:      Maintained
10569 F:      drivers/net/ethernet/ti/netcp*
10570
10571 TI TAS571X FAMILY ASoC CODEC DRIVER
10572 M:      Kevin Cernekee <cernekee@chromium.org>
10573 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10574 S:      Odd Fixes
10575 F:      sound/soc/codecs/tas571x*
10576
10577 TI TWL4030 SERIES SOC CODEC DRIVER
10578 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10579 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10580 S:      Maintained
10581 F:      sound/soc/codecs/twl4030*
10582
10583 TI WILINK WIRELESS DRIVERS
10584 L:      linux-wireless@vger.kernel.org
10585 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10586 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10588 S:      Orphan
10589 F:      drivers/net/wireless/ti/
10590 F:      include/linux/wl12xx.h
10591
10592 TIPC NETWORK LAYER
10593 M:      Jon Maloy <jon.maloy@ericsson.com>
10594 M:      Ying Xue <ying.xue@windriver.com>
10595 L:      netdev@vger.kernel.org (core kernel code)
10596 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10597 W:      http://tipc.sourceforge.net/
10598 S:      Maintained
10599 F:      include/uapi/linux/tipc*.h
10600 F:      net/tipc/
10601
10602 TILE ARCHITECTURE
10603 M:      Chris Metcalf <cmetcalf@ezchip.com>
10604 W:      http://www.ezchip.com/scm/
10605 S:      Supported
10606 F:      arch/tile/
10607 F:      drivers/char/tile-srom.c
10608 F:      drivers/edac/tile_edac.c
10609 F:      drivers/net/ethernet/tile/
10610 F:      drivers/rtc/rtc-tile.c
10611 F:      drivers/tty/hvc/hvc_tile.c
10612 F:      drivers/tty/serial/tilegx.c
10613 F:      drivers/usb/host/*-tilegx.c
10614 F:      include/linux/usb/tilegx.h
10615
10616 TLAN NETWORK DRIVER
10617 M:      Samuel Chessman <chessman@tux.org>
10618 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10619 W:      http://sourceforge.net/projects/tlan/
10620 S:      Maintained
10621 F:      Documentation/networking/tlan.txt
10622 F:      drivers/net/ethernet/ti/tlan.*
10623
10624 TOMOYO SECURITY MODULE
10625 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10626 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10627 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10628 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10629 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10630 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10631 W:      http://tomoyo.sourceforge.jp/
10632 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10633 S:      Maintained
10634 F:      security/tomoyo/
10635
10636 TOPSTAR LAPTOP EXTRAS DRIVER
10637 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10638 L:      platform-driver-x86@vger.kernel.org
10639 S:      Maintained
10640 F:      drivers/platform/x86/topstar-laptop.c
10641
10642 TOSHIBA ACPI EXTRAS DRIVER
10643 M:      Azael Avalos <coproscefalo@gmail.com>
10644 L:      platform-driver-x86@vger.kernel.org
10645 S:      Maintained
10646 F:      drivers/platform/x86/toshiba_acpi.c
10647
10648 TOSHIBA BLUETOOTH DRIVER
10649 M:      Azael Avalos <coproscefalo@gmail.com>
10650 L:      platform-driver-x86@vger.kernel.org
10651 S:      Maintained
10652 F:      drivers/platform/x86/toshiba_bluetooth.c
10653
10654 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10655 M:      Azael Avalos <coproscefalo@gmail.com>
10656 L:      platform-driver-x86@vger.kernel.org
10657 S:      Maintained
10658 F:      drivers/platform/x86/toshiba_haps.c
10659
10660 TOSHIBA SMM DRIVER
10661 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10662 W:      http://www.buzzard.org.uk/toshiba/
10663 S:      Maintained
10664 F:      drivers/char/toshiba.c
10665 F:      include/linux/toshiba.h
10666 F:      include/uapi/linux/toshiba.h
10667
10668 TOSHIBA TC358743 DRIVER
10669 M:      Mats Randgaard <matrandg@cisco.com>
10670 L:      linux-media@vger.kernel.org
10671 S:      Maintained
10672 F:      drivers/media/i2c/tc358743*
10673 F:      include/media/tc358743.h
10674
10675 TMIO MMC DRIVER
10676 M:      Ian Molton <ian@mnementh.co.uk>
10677 L:      linux-mmc@vger.kernel.org
10678 S:      Maintained
10679 F:      drivers/mmc/host/tmio_mmc*
10680 F:      drivers/mmc/host/sh_mobile_sdhi.c
10681 F:      include/linux/mmc/tmio.h
10682 F:      include/linux/mmc/sh_mobile_sdhi.h
10683
10684 TMP401 HARDWARE MONITOR DRIVER
10685 M:      Guenter Roeck <linux@roeck-us.net>
10686 L:      lm-sensors@lm-sensors.org
10687 S:      Maintained
10688 F:      Documentation/hwmon/tmp401
10689 F:      drivers/hwmon/tmp401.c
10690
10691 TMPFS (SHMEM FILESYSTEM)
10692 M:      Hugh Dickins <hughd@google.com>
10693 L:      linux-mm@kvack.org
10694 S:      Maintained
10695 F:      include/linux/shmem_fs.h
10696 F:      mm/shmem.c
10697
10698 TM6000 VIDEO4LINUX DRIVER
10699 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10700 L:      linux-media@vger.kernel.org
10701 W:      http://linuxtv.org
10702 T:      git git://linuxtv.org/media_tree.git
10703 S:      Odd fixes
10704 F:      drivers/media/usb/tm6000/
10705
10706 TW68 VIDEO4LINUX DRIVER
10707 M:      Hans Verkuil <hverkuil@xs4all.nl>
10708 L:      linux-media@vger.kernel.org
10709 T:      git git://linuxtv.org/media_tree.git
10710 W:      http://linuxtv.org
10711 S:      Odd Fixes
10712 F:      drivers/media/pci/tw68/
10713
10714 TPM DEVICE DRIVER
10715 M:      Peter Huewe <peterhuewe@gmx.de>
10716 M:      Marcel Selhorst <tpmdd@selhorst.net>
10717 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10718 W:      http://tpmdd.sourceforge.net
10719 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10720 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10721 T:      https://github.com/PeterHuewe/linux-tpmdd
10722 S:      Maintained
10723 F:      drivers/char/tpm/
10724
10725 TPM IBM_VTPM DEVICE DRIVER
10726 M:      Ashley Lai <ashleydlai@gmail.com>
10727 W:      http://tpmdd.sourceforge.net
10728 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10729 S:      Maintained
10730 F:      drivers/char/tpm/tpm_ibmvtpm*
10731
10732 TRACING
10733 M:      Steven Rostedt <rostedt@goodmis.org>
10734 M:      Ingo Molnar <mingo@redhat.com>
10735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10736 S:      Maintained
10737 F:      Documentation/trace/ftrace.txt
10738 F:      arch/*/*/*/ftrace.h
10739 F:      arch/*/kernel/ftrace.c
10740 F:      include/*/ftrace.h
10741 F:      include/linux/trace*.h
10742 F:      include/trace/
10743 F:      kernel/trace/
10744 F:      tools/testing/selftests/ftrace/
10745
10746 TRIVIAL PATCHES
10747 M:      Jiri Kosina <trivial@kernel.org>
10748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10749 S:      Maintained
10750 K:      ^Subject:.*(?i)trivial
10751
10752 TTY LAYER
10753 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10754 M:      Jiri Slaby <jslaby@suse.com>
10755 S:      Supported
10756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10757 F:      Documentation/serial/
10758 F:      drivers/tty/
10759 F:      drivers/tty/serial/serial_core.c
10760 F:      include/linux/serial_core.h
10761 F:      include/linux/serial.h
10762 F:      include/linux/tty.h
10763 F:      include/uapi/linux/serial_core.h
10764 F:      include/uapi/linux/serial.h
10765 F:      include/uapi/linux/tty.h
10766
10767 TUA9001 MEDIA DRIVER
10768 M:      Antti Palosaari <crope@iki.fi>
10769 L:      linux-media@vger.kernel.org
10770 W:      http://linuxtv.org/
10771 W:      http://palosaari.fi/linux/
10772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10773 T:      git git://linuxtv.org/anttip/media_tree.git
10774 S:      Maintained
10775 F:      drivers/media/tuners/tua9001*
10776
10777 TULIP NETWORK DRIVERS
10778 M:      Grant Grundler <grundler@parisc-linux.org>
10779 L:      netdev@vger.kernel.org
10780 S:      Maintained
10781 F:      drivers/net/ethernet/dec/tulip/
10782
10783 TUN/TAP driver
10784 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10785 W:      http://vtun.sourceforge.net/tun
10786 S:      Maintained
10787 F:      Documentation/networking/tuntap.txt
10788 F:      arch/um/os-Linux/drivers/
10789
10790 TURBOCHANNEL SUBSYSTEM
10791 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10792 M:      Ralf Baechle <ralf@linux-mips.org>
10793 L:      linux-mips@linux-mips.org
10794 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10795 S:      Maintained
10796 F:      drivers/tc/
10797 F:      include/linux/tc.h
10798
10799 U14-34F SCSI DRIVER
10800 M:      Dario Ballabio <ballabio_dario@emc.com>
10801 L:      linux-scsi@vger.kernel.org
10802 S:      Maintained
10803 F:      drivers/scsi/u14-34f.c
10804
10805 UBI FILE SYSTEM (UBIFS)
10806 M:      Artem Bityutskiy <dedekind1@gmail.com>
10807 M:      Adrian Hunter <adrian.hunter@intel.com>
10808 L:      linux-mtd@lists.infradead.org
10809 T:      git git://git.infradead.org/ubifs-2.6.git
10810 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10811 S:      Maintained
10812 F:      Documentation/filesystems/ubifs.txt
10813 F:      fs/ubifs/
10814
10815 UCLINUX (M68KNOMMU AND COLDFIRE)
10816 M:      Greg Ungerer <gerg@uclinux.org>
10817 W:      http://www.uclinux.org/
10818 L:      linux-m68k@lists.linux-m68k.org
10819 L:      uclinux-dev@uclinux.org  (subscribers-only)
10820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10821 S:      Maintained
10822 F:      arch/m68k/coldfire/
10823 F:      arch/m68k/68*/
10824 F:      arch/m68k/*/*_no.*
10825 F:      arch/m68k/include/asm/*_no.*
10826
10827 UDF FILESYSTEM
10828 M:      Jan Kara <jack@suse.com>
10829 S:      Maintained
10830 F:      Documentation/filesystems/udf.txt
10831 F:      fs/udf/
10832
10833 UFS FILESYSTEM
10834 M:      Evgeniy Dushistov <dushistov@mail.ru>
10835 S:      Maintained
10836 F:      Documentation/filesystems/ufs.txt
10837 F:      fs/ufs/
10838
10839 UHID USERSPACE HID IO DRIVER:
10840 M:      David Herrmann <dh.herrmann@googlemail.com>
10841 L:      linux-input@vger.kernel.org
10842 S:      Maintained
10843 F:      drivers/hid/uhid.c
10844 F:      include/uapi/linux/uhid.h
10845
10846 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10847 L:      linux-usb@vger.kernel.org
10848 S:      Orphan
10849 F:      drivers/uwb/
10850 F:      include/linux/uwb.h
10851 F:      include/linux/uwb/
10852
10853 UNICORE32 ARCHITECTURE:
10854 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10855 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10856 S:      Maintained
10857 T:      git git://github.com/gxt/linux.git
10858 F:      arch/unicore32/
10859
10860 UNIFDEF
10861 M:      Tony Finch <dot@dotat.at>
10862 W:      http://dotat.at/prog/unifdef
10863 S:      Maintained
10864 F:      scripts/unifdef.c
10865
10866 UNIFORM CDROM DRIVER
10867 M:      Jens Axboe <axboe@kernel.dk>
10868 W:      http://www.kernel.dk
10869 S:      Maintained
10870 F:      Documentation/cdrom/
10871 F:      drivers/cdrom/cdrom.c
10872 F:      include/linux/cdrom.h
10873 F:      include/uapi/linux/cdrom.h
10874
10875 UNISYS S-PAR DRIVERS
10876 M:      Benjamin Romer <benjamin.romer@unisys.com>
10877 M:      David Kershner <david.kershner@unisys.com>
10878 L:      sparmaintainer@unisys.com (Unisys internal)
10879 S:      Supported
10880 F:      drivers/staging/unisys/
10881
10882 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10883 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10884 L:      linux-scsi@vger.kernel.org
10885 S:      Supported
10886 F:      Documentation/scsi/ufs.txt
10887 F:      drivers/scsi/ufs/
10888
10889 UNSORTED BLOCK IMAGES (UBI)
10890 M:      Artem Bityutskiy <dedekind1@gmail.com>
10891 M:      Richard Weinberger <richard@nod.at>
10892 W:      http://www.linux-mtd.infradead.org/
10893 L:      linux-mtd@lists.infradead.org
10894 T:      git git://git.infradead.org/ubifs-2.6.git
10895 S:      Supported
10896 F:      drivers/mtd/ubi/
10897 F:      include/linux/mtd/ubi.h
10898 F:      include/uapi/mtd/ubi-user.h
10899
10900 USB ACM DRIVER
10901 M:      Oliver Neukum <oliver@neukum.org>
10902 L:      linux-usb@vger.kernel.org
10903 S:      Maintained
10904 F:      Documentation/usb/acm.txt
10905 F:      drivers/usb/class/cdc-acm.*
10906
10907 USB AR5523 WIRELESS DRIVER
10908 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10909 L:      linux-wireless@vger.kernel.org
10910 S:      Maintained
10911 F:      drivers/net/wireless/ath/ar5523/
10912
10913 USB ATTACHED SCSI
10914 M:      Hans de Goede <hdegoede@redhat.com>
10915 M:      Gerd Hoffmann <kraxel@redhat.com>
10916 L:      linux-usb@vger.kernel.org
10917 L:      linux-scsi@vger.kernel.org
10918 S:      Maintained
10919 F:      drivers/usb/storage/uas.c
10920
10921 USB CDC ETHERNET DRIVER
10922 M:      Oliver Neukum <oliver@neukum.org>
10923 L:      linux-usb@vger.kernel.org
10924 S:      Maintained
10925 F:      drivers/net/usb/cdc_*.c
10926 F:      include/uapi/linux/usb/cdc.h
10927
10928 USB CHAOSKEY DRIVER
10929 M:      Keith Packard <keithp@keithp.com>
10930 L:      linux-usb@vger.kernel.org
10931 S:      Maintained
10932 F:      drivers/usb/misc/chaoskey.c
10933
10934 USB CYPRESS C67X00 DRIVER
10935 M:      Peter Korsgaard <jacmet@sunsite.dk>
10936 L:      linux-usb@vger.kernel.org
10937 S:      Maintained
10938 F:      drivers/usb/c67x00/
10939
10940 USB DAVICOM DM9601 DRIVER
10941 M:      Peter Korsgaard <jacmet@sunsite.dk>
10942 L:      netdev@vger.kernel.org
10943 W:      http://www.linux-usb.org/usbnet
10944 S:      Maintained
10945 F:      drivers/net/usb/dm9601.c
10946
10947 USB DIAMOND RIO500 DRIVER
10948 M:      Cesar Miquel <miquel@df.uba.ar>
10949 L:      rio500-users@lists.sourceforge.net
10950 W:      http://rio500.sourceforge.net
10951 S:      Maintained
10952 F:      drivers/usb/misc/rio500*
10953
10954 USB EHCI DRIVER
10955 M:      Alan Stern <stern@rowland.harvard.edu>
10956 L:      linux-usb@vger.kernel.org
10957 S:      Maintained
10958 F:      Documentation/usb/ehci.txt
10959 F:      drivers/usb/host/ehci*
10960
10961 USB GADGET/PERIPHERAL SUBSYSTEM
10962 M:      Felipe Balbi <balbi@ti.com>
10963 L:      linux-usb@vger.kernel.org
10964 W:      http://www.linux-usb.org/gadget
10965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10966 S:      Maintained
10967 F:      drivers/usb/gadget/
10968 F:      include/linux/usb/gadget*
10969
10970 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10971 M:      Jiri Kosina <jikos@kernel.org>
10972 L:      linux-usb@vger.kernel.org
10973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10974 S:      Maintained
10975 F:      Documentation/hid/hiddev.txt
10976 F:      drivers/hid/usbhid/
10977
10978 USB ISP116X DRIVER
10979 M:      Olav Kongas <ok@artecdesign.ee>
10980 L:      linux-usb@vger.kernel.org
10981 S:      Maintained
10982 F:      drivers/usb/host/isp116x*
10983 F:      include/linux/usb/isp116x.h
10984
10985 USB MASS STORAGE DRIVER
10986 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10987 L:      linux-usb@vger.kernel.org
10988 L:      usb-storage@lists.one-eyed-alien.net
10989 S:      Maintained
10990 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10991 F:      drivers/usb/storage/
10992
10993 USB MIDI DRIVER
10994 M:      Clemens Ladisch <clemens@ladisch.de>
10995 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10996 T:      git git://git.alsa-project.org/alsa-kernel.git
10997 S:      Maintained
10998 F:      sound/usb/midi.*
10999
11000 USB NETWORKING DRIVERS
11001 L:      linux-usb@vger.kernel.org
11002 S:      Odd Fixes
11003 F:      drivers/net/usb/
11004
11005 USB OHCI DRIVER
11006 M:      Alan Stern <stern@rowland.harvard.edu>
11007 L:      linux-usb@vger.kernel.org
11008 S:      Maintained
11009 F:      Documentation/usb/ohci.txt
11010 F:      drivers/usb/host/ohci*
11011
11012 USB OTG FSM (Finite State Machine)
11013 M:      Peter Chen <Peter.Chen@freescale.com>
11014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11015 L:      linux-usb@vger.kernel.org
11016 S:      Maintained
11017 F:      drivers/usb/common/usb-otg-fsm.c
11018
11019 USB OVER IP DRIVER
11020 M:      Valentina Manea <valentina.manea.m@gmail.com>
11021 M:      Shuah Khan <shuah.kh@samsung.com>
11022 L:      linux-usb@vger.kernel.org
11023 S:      Maintained
11024 F:      drivers/usb/usbip/
11025 F:      tools/usb/usbip/
11026
11027 USB PEGASUS DRIVER
11028 M:      Petko Manolov <petkan@nucleusys.com>
11029 L:      linux-usb@vger.kernel.org
11030 L:      netdev@vger.kernel.org
11031 T:      git git://github.com/petkan/pegasus.git
11032 W:      https://github.com/petkan/pegasus
11033 S:      Maintained
11034 F:      drivers/net/usb/pegasus.*
11035
11036 USB PHY LAYER
11037 M:      Felipe Balbi <balbi@ti.com>
11038 L:      linux-usb@vger.kernel.org
11039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11040 S:      Maintained
11041 F:      drivers/usb/phy/
11042
11043 USB PRINTER DRIVER (usblp)
11044 M:      Pete Zaitcev <zaitcev@redhat.com>
11045 L:      linux-usb@vger.kernel.org
11046 S:      Supported
11047 F:      drivers/usb/class/usblp.c
11048
11049 USB RTL8150 DRIVER
11050 M:      Petko Manolov <petkan@nucleusys.com>
11051 L:      linux-usb@vger.kernel.org
11052 L:      netdev@vger.kernel.org
11053 T:      git git://github.com/petkan/rtl8150.git
11054 W:      https://github.com/petkan/rtl8150
11055 S:      Maintained
11056 F:      drivers/net/usb/rtl8150.c
11057
11058 USB SERIAL SUBSYSTEM
11059 M:      Johan Hovold <johan@kernel.org>
11060 L:      linux-usb@vger.kernel.org
11061 S:      Maintained
11062 F:      Documentation/usb/usb-serial.txt
11063 F:      drivers/usb/serial/
11064 F:      include/linux/usb/serial.h
11065
11066 USB SMSC75XX ETHERNET DRIVER
11067 M:      Steve Glendinning <steve.glendinning@shawell.net>
11068 L:      netdev@vger.kernel.org
11069 S:      Maintained
11070 F:      drivers/net/usb/smsc75xx.*
11071
11072 USB SMSC95XX ETHERNET DRIVER
11073 M:      Steve Glendinning <steve.glendinning@shawell.net>
11074 L:      netdev@vger.kernel.org
11075 S:      Maintained
11076 F:      drivers/net/usb/smsc95xx.*
11077
11078 USB SUBSYSTEM
11079 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11080 L:      linux-usb@vger.kernel.org
11081 W:      http://www.linux-usb.org
11082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11083 S:      Supported
11084 F:      Documentation/usb/
11085 F:      drivers/usb/
11086 F:      include/linux/usb.h
11087 F:      include/linux/usb/
11088
11089 USB UHCI DRIVER
11090 M:      Alan Stern <stern@rowland.harvard.edu>
11091 L:      linux-usb@vger.kernel.org
11092 S:      Maintained
11093 F:      drivers/usb/host/uhci*
11094
11095 USB "USBNET" DRIVER FRAMEWORK
11096 M:      Oliver Neukum <oneukum@suse.com>
11097 L:      netdev@vger.kernel.org
11098 W:      http://www.linux-usb.org/usbnet
11099 S:      Maintained
11100 F:      drivers/net/usb/usbnet.c
11101 F:      include/linux/usb/usbnet.h
11102
11103 USB VIDEO CLASS
11104 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11105 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11106 L:      linux-media@vger.kernel.org
11107 T:      git git://linuxtv.org/media_tree.git
11108 W:      http://www.ideasonboard.org/uvc/
11109 S:      Maintained
11110 F:      drivers/media/usb/uvc/
11111 F:      include/uapi/linux/uvcvideo.h
11112
11113 USB VISION DRIVER
11114 M:      Hans Verkuil <hverkuil@xs4all.nl>
11115 L:      linux-media@vger.kernel.org
11116 T:      git git://linuxtv.org/media_tree.git
11117 W:      http://linuxtv.org
11118 S:      Odd Fixes
11119 F:      drivers/media/usb/usbvision/
11120
11121 USB WEBCAM GADGET
11122 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11123 L:      linux-usb@vger.kernel.org
11124 S:      Maintained
11125 F:      drivers/usb/gadget/function/*uvc*
11126 F:      drivers/usb/gadget/legacy/webcam.c
11127
11128 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11129 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11130 L:      linux-wireless@vger.kernel.org
11131 S:      Maintained
11132 F:      drivers/net/wireless/rndis_wlan.c
11133
11134 USB XHCI DRIVER
11135 M:      Mathias Nyman <mathias.nyman@intel.com>
11136 L:      linux-usb@vger.kernel.org
11137 S:      Supported
11138 F:      drivers/usb/host/xhci*
11139 F:      drivers/usb/host/pci-quirks*
11140
11141 USB ZD1201 DRIVER
11142 L:      linux-wireless@vger.kernel.org
11143 W:      http://linux-lc100020.sourceforge.net
11144 S:      Orphan
11145 F:      drivers/net/wireless/zd1201.*
11146
11147 USB ZR364XX DRIVER
11148 M:      Antoine Jacquet <royale@zerezo.com>
11149 L:      linux-usb@vger.kernel.org
11150 L:      linux-media@vger.kernel.org
11151 T:      git git://linuxtv.org/media_tree.git
11152 W:      http://royale.zerezo.com/zr364xx/
11153 S:      Maintained
11154 F:      Documentation/video4linux/zr364xx.txt
11155 F:      drivers/media/usb/zr364xx/
11156
11157 ULPI BUS
11158 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11159 L:      linux-usb@vger.kernel.org
11160 S:      Maintained
11161 F:      drivers/usb/common/ulpi.c
11162 F:      include/linux/ulpi/
11163
11164 USER-MODE LINUX (UML)
11165 M:      Jeff Dike <jdike@addtoit.com>
11166 M:      Richard Weinberger <richard@nod.at>
11167 L:      user-mode-linux-devel@lists.sourceforge.net
11168 L:      user-mode-linux-user@lists.sourceforge.net
11169 W:      http://user-mode-linux.sourceforge.net
11170 S:      Maintained
11171 F:      Documentation/virtual/uml/
11172 F:      arch/um/
11173 F:      arch/x86/um/
11174 F:      fs/hostfs/
11175 F:      fs/hppfs/
11176
11177 USERSPACE I/O (UIO)
11178 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11179 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11180 S:      Maintained
11181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11182 F:      Documentation/DocBook/uio-howto.tmpl
11183 F:      drivers/uio/
11184 F:      include/linux/uio*.h
11185
11186 UTIL-LINUX PACKAGE
11187 M:      Karel Zak <kzak@redhat.com>
11188 L:      util-linux@vger.kernel.org
11189 W:      http://en.wikipedia.org/wiki/Util-linux
11190 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11191 S:      Maintained
11192
11193 UVESAFB DRIVER
11194 M:      Michal Januszewski <spock@gentoo.org>
11195 L:      linux-fbdev@vger.kernel.org
11196 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11197 S:      Maintained
11198 F:      Documentation/fb/uvesafb.txt
11199 F:      drivers/video/fbdev/uvesafb.*
11200
11201 VF610 NAND DRIVER
11202 M:      Stefan Agner <stefan@agner.ch>
11203 L:      linux-mtd@lists.infradead.org
11204 S:      Supported
11205 F:      drivers/mtd/nand/vf610_nfc.c
11206
11207 VFAT/FAT/MSDOS FILESYSTEM
11208 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11209 S:      Maintained
11210 F:      Documentation/filesystems/vfat.txt
11211 F:      fs/fat/
11212
11213 VFIO DRIVER
11214 M:      Alex Williamson <alex.williamson@redhat.com>
11215 L:      kvm@vger.kernel.org
11216 S:      Maintained
11217 F:      Documentation/vfio.txt
11218 F:      drivers/vfio/
11219 F:      include/linux/vfio.h
11220 F:      include/uapi/linux/vfio.h
11221
11222 VFIO PLATFORM DRIVER
11223 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11224 L:      kvm@vger.kernel.org
11225 S:      Maintained
11226 F:      drivers/vfio/platform/
11227
11228 VIDEOBUF2 FRAMEWORK
11229 M:      Pawel Osciak <pawel@osciak.com>
11230 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11231 M:      Kyungmin Park <kyungmin.park@samsung.com>
11232 L:      linux-media@vger.kernel.org
11233 S:      Maintained
11234 F:      drivers/media/v4l2-core/videobuf2-*
11235 F:      include/media/videobuf2-*
11236
11237 VIRTIO CONSOLE DRIVER
11238 M:      Amit Shah <amit.shah@redhat.com>
11239 L:      virtualization@lists.linux-foundation.org
11240 S:      Maintained
11241 F:      drivers/char/virtio_console.c
11242 F:      include/linux/virtio_console.h
11243 F:      include/uapi/linux/virtio_console.h
11244
11245 VIRTIO CORE, NET AND BLOCK DRIVERS
11246 M:      "Michael S. Tsirkin" <mst@redhat.com>
11247 L:      virtualization@lists.linux-foundation.org
11248 S:      Maintained
11249 F:      drivers/virtio/
11250 F:      tools/virtio/
11251 F:      drivers/net/virtio_net.c
11252 F:      drivers/block/virtio_blk.c
11253 F:      include/linux/virtio_*.h
11254 F:      include/uapi/linux/virtio_*.h
11255
11256 VIRTIO DRIVERS FOR S390
11257 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11258 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11259 L:      linux-s390@vger.kernel.org
11260 L:      virtualization@lists.linux-foundation.org
11261 L:      kvm@vger.kernel.org
11262 S:      Supported
11263 F:      drivers/s390/virtio/
11264
11265 VIRTIO GPU DRIVER
11266 M:      David Airlie <airlied@linux.ie>
11267 M:      Gerd Hoffmann <kraxel@redhat.com>
11268 L:      dri-devel@lists.freedesktop.org
11269 L:      virtualization@lists.linux-foundation.org
11270 S:      Maintained
11271 F:      drivers/gpu/drm/virtio/
11272 F:      include/uapi/linux/virtio_gpu.h
11273
11274 VIRTIO HOST (VHOST)
11275 M:      "Michael S. Tsirkin" <mst@redhat.com>
11276 L:      kvm@vger.kernel.org
11277 L:      virtualization@lists.linux-foundation.org
11278 L:      netdev@vger.kernel.org
11279 S:      Maintained
11280 F:      drivers/vhost/
11281 F:      include/uapi/linux/vhost.h
11282
11283 VIRTIO INPUT DRIVER
11284 M:      Gerd Hoffmann <kraxel@redhat.com>
11285 S:      Maintained
11286 F:      drivers/virtio/virtio_input.c
11287 F:      include/uapi/linux/virtio_input.h
11288
11289 VIA RHINE NETWORK DRIVER
11290 S:      Orphan
11291 F:      drivers/net/ethernet/via/via-rhine.c
11292
11293 VIA SD/MMC CARD CONTROLLER DRIVER
11294 M:      Bruce Chang <brucechang@via.com.tw>
11295 M:      Harald Welte <HaraldWelte@viatech.com>
11296 S:      Maintained
11297 F:      drivers/mmc/host/via-sdmmc.c
11298
11299 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11300 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11301 L:      linux-fbdev@vger.kernel.org
11302 S:      Maintained
11303 F:      include/linux/via-core.h
11304 F:      include/linux/via-gpio.h
11305 F:      include/linux/via_i2c.h
11306 F:      drivers/video/fbdev/via/
11307
11308 VIA VELOCITY NETWORK DRIVER
11309 M:      Francois Romieu <romieu@fr.zoreil.com>
11310 L:      netdev@vger.kernel.org
11311 S:      Maintained
11312 F:      drivers/net/ethernet/via/via-velocity.*
11313
11314 VIVID VIRTUAL VIDEO DRIVER
11315 M:      Hans Verkuil <hverkuil@xs4all.nl>
11316 L:      linux-media@vger.kernel.org
11317 T:      git git://linuxtv.org/media_tree.git
11318 W:      http://linuxtv.org
11319 S:      Maintained
11320 F:      drivers/media/platform/vivid/*
11321
11322 VLAN (802.1Q)
11323 M:      Patrick McHardy <kaber@trash.net>
11324 L:      netdev@vger.kernel.org
11325 S:      Maintained
11326 F:      drivers/net/macvlan.c
11327 F:      include/linux/if_*vlan.h
11328 F:      net/8021q/
11329
11330 VLYNQ BUS
11331 M:      Florian Fainelli <florian@openwrt.org>
11332 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11333 S:      Maintained
11334 F:      drivers/vlynq/vlynq.c
11335 F:      include/linux/vlynq.h
11336
11337 VME SUBSYSTEM
11338 M:      Martyn Welch <martyn@welchs.me.uk>
11339 M:      Manohar Vanga <manohar.vanga@gmail.com>
11340 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11341 L:      devel@driverdev.osuosl.org
11342 S:      Maintained
11343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11344 F:      Documentation/vme_api.txt
11345 F:      drivers/staging/vme/
11346 F:      drivers/vme/
11347 F:      include/linux/vme*
11348
11349 VMWARE HYPERVISOR INTERFACE
11350 M:      Alok Kataria <akataria@vmware.com>
11351 L:      virtualization@lists.linux-foundation.org
11352 S:      Supported
11353 F:      arch/x86/kernel/cpu/vmware.c
11354
11355 VMWARE BALLOON DRIVER
11356 M:      Xavier Deguillard <xdeguillard@vmware.com>
11357 M:      Philip Moltmann <moltmann@vmware.com>
11358 M:      "VMware, Inc." <pv-drivers@vmware.com>
11359 L:      linux-kernel@vger.kernel.org
11360 S:      Maintained
11361 F:      drivers/misc/vmw_balloon.c
11362
11363 VMWARE VMMOUSE SUBDRIVER
11364 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11365 M:      "VMware, Inc." <pv-drivers@vmware.com>
11366 L:      linux-input@vger.kernel.org
11367 S:      Maintained
11368 F:      drivers/input/mouse/vmmouse.c
11369 F:      drivers/input/mouse/vmmouse.h
11370
11371 VMWARE VMXNET3 ETHERNET DRIVER
11372 M:      Shrikrishna Khare <skhare@vmware.com>
11373 M:      "VMware, Inc." <pv-drivers@vmware.com>
11374 L:      netdev@vger.kernel.org
11375 S:      Maintained
11376 F:      drivers/net/vmxnet3/
11377
11378 VMware PVSCSI driver
11379 M:      Arvind Kumar <arvindkumar@vmware.com>
11380 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11381 L:      linux-scsi@vger.kernel.org
11382 S:      Maintained
11383 F:      drivers/scsi/vmw_pvscsi.c
11384 F:      drivers/scsi/vmw_pvscsi.h
11385
11386 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11387 M:      Liam Girdwood <lgirdwood@gmail.com>
11388 M:      Mark Brown <broonie@kernel.org>
11389 L:      linux-kernel@vger.kernel.org
11390 W:      http://www.slimlogic.co.uk/?p=48
11391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11392 S:      Supported
11393 F:      drivers/regulator/
11394 F:      include/linux/regulator/
11395
11396 VRF
11397 M:      David Ahern <dsa@cumulusnetworks.com>
11398 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11399 L:      netdev@vger.kernel.org
11400 S:      Maintained
11401 F:      drivers/net/vrf.c
11402 F:      Documentation/networking/vrf.txt
11403
11404 VT1211 HARDWARE MONITOR DRIVER
11405 M:      Juerg Haefliger <juergh@gmail.com>
11406 L:      lm-sensors@lm-sensors.org
11407 S:      Maintained
11408 F:      Documentation/hwmon/vt1211
11409 F:      drivers/hwmon/vt1211.c
11410
11411 VT8231 HARDWARE MONITOR DRIVER
11412 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11413 L:      lm-sensors@lm-sensors.org
11414 S:      Maintained
11415 F:      drivers/hwmon/vt8231.c
11416
11417 VUB300 USB to SDIO/SD/MMC bridge chip
11418 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11419 L:      linux-mmc@vger.kernel.org
11420 L:      linux-usb@vger.kernel.org
11421 S:      Supported
11422 F:      drivers/mmc/host/vub300.c
11423
11424 W1 DALLAS'S 1-WIRE BUS
11425 M:      Evgeniy Polyakov <zbr@ioremap.net>
11426 S:      Maintained
11427 F:      Documentation/w1/
11428 F:      drivers/w1/
11429
11430 W83791D HARDWARE MONITORING DRIVER
11431 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11432 L:      lm-sensors@lm-sensors.org
11433 S:      Maintained
11434 F:      Documentation/hwmon/w83791d
11435 F:      drivers/hwmon/w83791d.c
11436
11437 W83793 HARDWARE MONITORING DRIVER
11438 M:      Rudolf Marek <r.marek@assembler.cz>
11439 L:      lm-sensors@lm-sensors.org
11440 S:      Maintained
11441 F:      Documentation/hwmon/w83793
11442 F:      drivers/hwmon/w83793.c
11443
11444 W83795 HARDWARE MONITORING DRIVER
11445 M:      Jean Delvare <jdelvare@suse.com>
11446 L:      lm-sensors@lm-sensors.org
11447 S:      Maintained
11448 F:      drivers/hwmon/w83795.c
11449
11450 W83L51xD SD/MMC CARD INTERFACE DRIVER
11451 M:      Pierre Ossman <pierre@ossman.eu>
11452 S:      Maintained
11453 F:      drivers/mmc/host/wbsd.*
11454
11455 WACOM PROTOCOL 4 SERIAL TABLETS
11456 M:      Julian Squires <julian@cipht.net>
11457 M:      Hans de Goede <hdegoede@redhat.com>
11458 L:      linux-input@vger.kernel.org
11459 S:      Maintained
11460 F:      drivers/input/tablet/wacom_serial4.c
11461
11462 WATCHDOG DEVICE DRIVERS
11463 M:      Wim Van Sebroeck <wim@iguana.be>
11464 L:      linux-watchdog@vger.kernel.org
11465 W:      http://www.linux-watchdog.org/
11466 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11467 S:      Maintained
11468 F:      Documentation/watchdog/
11469 F:      drivers/watchdog/
11470 F:      include/linux/watchdog.h
11471 F:      include/uapi/linux/watchdog.h
11472
11473 WD7000 SCSI DRIVER
11474 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11475 L:      linux-scsi@vger.kernel.org
11476 S:      Maintained
11477 F:      drivers/scsi/wd7000.c
11478
11479 WIIMOTE HID DRIVER
11480 M:      David Herrmann <dh.herrmann@googlemail.com>
11481 L:      linux-input@vger.kernel.org
11482 S:      Maintained
11483 F:      drivers/hid/hid-wiimote*
11484
11485 WINBOND CIR DRIVER
11486 M:      David Härdeman <david@hardeman.nu>
11487 S:      Maintained
11488 F:      drivers/media/rc/winbond-cir.c
11489
11490 WIMAX STACK
11491 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11492 M:      linux-wimax@intel.com
11493 L:      wimax@linuxwimax.org (subscribers-only)
11494 S:      Supported
11495 W:      http://linuxwimax.org
11496 F:      Documentation/wimax/README.wimax
11497 F:      include/linux/wimax/debug.h
11498 F:      include/net/wimax.h
11499 F:      include/uapi/linux/wimax.h
11500 F:      net/wimax/
11501
11502 WISTRON LAPTOP BUTTON DRIVER
11503 M:      Miloslav Trmac <mitr@volny.cz>
11504 S:      Maintained
11505 F:      drivers/input/misc/wistron_btns.c
11506
11507 WL3501 WIRELESS PCMCIA CARD DRIVER
11508 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11509 L:      linux-wireless@vger.kernel.org
11510 W:      http://oops.ghostprotocols.net:81/blog
11511 S:      Maintained
11512 F:      drivers/net/wireless/wl3501*
11513
11514 WOLFSON MICROELECTRONICS DRIVERS
11515 L:      patches@opensource.wolfsonmicro.com
11516 T:      git https://github.com/CirrusLogic/linux-drivers.git
11517 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11518 S:      Supported
11519 F:      Documentation/hwmon/wm83??
11520 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11521 F:      drivers/clk/clk-wm83*.c
11522 F:      drivers/extcon/extcon-arizona.c
11523 F:      drivers/leds/leds-wm83*.c
11524 F:      drivers/gpio/gpio-*wm*.c
11525 F:      drivers/gpio/gpio-arizona.c
11526 F:      drivers/hwmon/wm83??-hwmon.c
11527 F:      drivers/input/misc/wm831x-on.c
11528 F:      drivers/input/touchscreen/wm831x-ts.c
11529 F:      drivers/input/touchscreen/wm97*.c
11530 F:      drivers/mfd/arizona*
11531 F:      drivers/mfd/wm*.c
11532 F:      drivers/power/wm83*.c
11533 F:      drivers/rtc/rtc-wm83*.c
11534 F:      drivers/regulator/wm8*.c
11535 F:      drivers/video/backlight/wm83*_bl.c
11536 F:      drivers/watchdog/wm83*_wdt.c
11537 F:      include/linux/mfd/arizona/
11538 F:      include/linux/mfd/wm831x/
11539 F:      include/linux/mfd/wm8350/
11540 F:      include/linux/mfd/wm8400*
11541 F:      include/linux/wm97xx.h
11542 F:      include/sound/wm????.h
11543 F:      sound/soc/codecs/arizona.?
11544 F:      sound/soc/codecs/wm*
11545
11546 WORKQUEUE
11547 M:      Tejun Heo <tj@kernel.org>
11548 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11550 S:      Maintained
11551 F:      include/linux/workqueue.h
11552 F:      kernel/workqueue.c
11553 F:      Documentation/workqueue.txt
11554
11555 X.25 NETWORK LAYER
11556 M:      Andrew Hendry <andrew.hendry@gmail.com>
11557 L:      linux-x25@vger.kernel.org
11558 S:      Odd Fixes
11559 F:      Documentation/networking/x25*
11560 F:      include/net/x25*
11561 F:      net/x25/
11562
11563 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11564 M:      Thomas Gleixner <tglx@linutronix.de>
11565 M:      Ingo Molnar <mingo@redhat.com>
11566 M:      "H. Peter Anvin" <hpa@zytor.com>
11567 M:      x86@kernel.org
11568 L:      linux-kernel@vger.kernel.org
11569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11570 S:      Maintained
11571 F:      Documentation/x86/
11572 F:      arch/x86/
11573
11574 X86 PLATFORM DRIVERS
11575 M:      Darren Hart <dvhart@infradead.org>
11576 L:      platform-driver-x86@vger.kernel.org
11577 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11578 S:      Maintained
11579 F:      drivers/platform/x86/
11580
11581 X86 MCE INFRASTRUCTURE
11582 M:      Tony Luck <tony.luck@intel.com>
11583 M:      Borislav Petkov <bp@alien8.de>
11584 L:      linux-edac@vger.kernel.org
11585 S:      Maintained
11586 F:      arch/x86/kernel/cpu/mcheck/*
11587
11588 X86 VDSO
11589 M:      Andy Lutomirski <luto@amacapital.net>
11590 L:      linux-kernel@vger.kernel.org
11591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11592 S:      Maintained
11593 F:      arch/x86/entry/vdso/
11594
11595 XC2028/3028 TUNER DRIVER
11596 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11597 L:      linux-media@vger.kernel.org
11598 W:      http://linuxtv.org
11599 T:      git git://linuxtv.org/media_tree.git
11600 S:      Maintained
11601 F:      drivers/media/tuners/tuner-xc2028.*
11602
11603 XEN HYPERVISOR INTERFACE
11604 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11605 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11606 M:      David Vrabel <david.vrabel@citrix.com>
11607 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11609 S:      Supported
11610 F:      arch/x86/xen/
11611 F:      drivers/*/xen-*front.c
11612 F:      drivers/xen/
11613 F:      arch/x86/include/asm/xen/
11614 F:      include/xen/
11615 F:      include/uapi/xen/
11616
11617 XEN HYPERVISOR ARM
11618 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11619 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11620 S:      Supported
11621 F:      arch/arm/xen/
11622 F:      arch/arm/include/asm/xen/
11623
11624 XEN HYPERVISOR ARM64
11625 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11626 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11627 S:      Supported
11628 F:      arch/arm64/xen/
11629 F:      arch/arm64/include/asm/xen/
11630
11631 XEN NETWORK BACKEND DRIVER
11632 M:      Ian Campbell <ian.campbell@citrix.com>
11633 M:      Wei Liu <wei.liu2@citrix.com>
11634 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11635 L:      netdev@vger.kernel.org
11636 S:      Supported
11637 F:      drivers/net/xen-netback/*
11638
11639 XEN PCI SUBSYSTEM
11640 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11641 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11642 S:      Supported
11643 F:      arch/x86/pci/*xen*
11644 F:      drivers/pci/*xen*
11645
11646 XEN BLOCK SUBSYSTEM
11647 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11648 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11649 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11650 S:      Supported
11651 F:      drivers/block/xen-blkback/*
11652 F:      drivers/block/xen*
11653
11654 XEN PVSCSI DRIVERS
11655 M:      Juergen Gross <jgross@suse.com>
11656 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11657 L:      linux-scsi@vger.kernel.org
11658 S:      Supported
11659 F:      drivers/scsi/xen-scsifront.c
11660 F:      drivers/xen/xen-scsiback.c
11661 F:      include/xen/interface/io/vscsiif.h
11662
11663 XEN SWIOTLB SUBSYSTEM
11664 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11665 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11666 S:      Supported
11667 F:      arch/x86/xen/*swiotlb*
11668 F:      drivers/xen/*swiotlb*
11669
11670 XFS FILESYSTEM
11671 P:      Silicon Graphics Inc
11672 M:      Dave Chinner <david@fromorbit.com>
11673 M:      xfs@oss.sgi.com
11674 L:      xfs@oss.sgi.com
11675 W:      http://oss.sgi.com/projects/xfs
11676 T:      git git://oss.sgi.com/xfs/xfs.git
11677 S:      Supported
11678 F:      Documentation/filesystems/xfs.txt
11679 F:      fs/xfs/
11680
11681 XILINX AXI ETHERNET DRIVER
11682 M:      Anirudha Sarangi <anirudh@xilinx.com>
11683 M:      John Linn <John.Linn@xilinx.com>
11684 S:      Maintained
11685 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11686
11687 XILINX UARTLITE SERIAL DRIVER
11688 M:      Peter Korsgaard <jacmet@sunsite.dk>
11689 L:      linux-serial@vger.kernel.org
11690 S:      Maintained
11691 F:      drivers/tty/serial/uartlite.c
11692
11693 XILINX VIDEO IP CORES
11694 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11695 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11696 L:      linux-media@vger.kernel.org
11697 T:      git git://linuxtv.org/media_tree.git
11698 S:      Supported
11699 F:      Documentation/devicetree/bindings/media/xilinx/
11700 F:      drivers/media/platform/xilinx/
11701 F:      include/uapi/linux/xilinx-v4l2-controls.h
11702
11703 XILLYBUS DRIVER
11704 M:      Eli Billauer <eli.billauer@gmail.com>
11705 L:      linux-kernel@vger.kernel.org
11706 S:      Supported
11707 F:      drivers/char/xillybus/
11708
11709 XTENSA XTFPGA PLATFORM SUPPORT
11710 M:      Max Filippov <jcmvbkbc@gmail.com>
11711 L:      linux-xtensa@linux-xtensa.org
11712 S:      Maintained
11713 F:      drivers/spi/spi-xtensa-xtfpga.c
11714 F:      sound/soc/xtensa/xtfpga-i2s.c
11715
11716 YAM DRIVER FOR AX.25
11717 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11718 L:      linux-hams@vger.kernel.org
11719 S:      Maintained
11720 F:      drivers/net/hamradio/yam*
11721 F:      include/linux/yam.h
11722
11723 YEALINK PHONE DRIVER
11724 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11725 L:      usbb2k-api-dev@nongnu.org
11726 S:      Maintained
11727 F:      Documentation/input/yealink.txt
11728 F:      drivers/input/misc/yealink.*
11729
11730 Z8530 DRIVER FOR AX.25
11731 M:      Joerg Reuter <jreuter@yaina.de>
11732 W:      http://yaina.de/jreuter/
11733 W:      http://www.qsl.net/dl1bke/
11734 L:      linux-hams@vger.kernel.org
11735 S:      Maintained
11736 F:      Documentation/networking/z8530drv.txt
11737 F:      drivers/net/hamradio/*scc.c
11738 F:      drivers/net/hamradio/z8530.h
11739
11740 ZBUD COMPRESSED PAGE ALLOCATOR
11741 M:      Seth Jennings <sjennings@variantweb.net>
11742 L:      linux-mm@kvack.org
11743 S:      Maintained
11744 F:      mm/zbud.c
11745 F:      include/linux/zbud.h
11746
11747 ZD1211RW WIRELESS DRIVER
11748 M:      Daniel Drake <dsd@gentoo.org>
11749 M:      Ulrich Kunitz <kune@deine-taler.de>
11750 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11751 L:      linux-wireless@vger.kernel.org
11752 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11753 S:      Maintained
11754 F:      drivers/net/wireless/zd1211rw/
11755
11756 ZPOOL COMPRESSED PAGE STORAGE API
11757 M:      Dan Streetman <ddstreet@ieee.org>
11758 L:      linux-mm@kvack.org
11759 S:      Maintained
11760 F:      mm/zpool.c
11761 F:      include/linux/zpool.h
11762
11763 ZR36067 VIDEO FOR LINUX DRIVER
11764 L:      mjpeg-users@lists.sourceforge.net
11765 L:      linux-media@vger.kernel.org
11766 W:      http://mjpeg.sourceforge.net/driver-zoran/
11767 T:      hg http://linuxtv.org/hg/v4l-dvb
11768 S:      Odd Fixes
11769 F:      drivers/media/pci/zoran/
11770
11771 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
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-kernel@vger.kernel.org
11776 S:      Maintained
11777 F:      drivers/block/zram/
11778 F:      Documentation/blockdev/zram.txt
11779
11780 ZS DECSTATION Z85C30 SERIAL DRIVER
11781 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11782 S:      Maintained
11783 F:      drivers/tty/serial/zs.*
11784
11785 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11786 M:      Minchan Kim <minchan@kernel.org>
11787 M:      Nitin Gupta <ngupta@vflare.org>
11788 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11789 L:      linux-mm@kvack.org
11790 S:      Maintained
11791 F:      mm/zsmalloc.c
11792 F:      include/linux/zsmalloc.h
11793 F:      Documentation/vm/zsmalloc.txt
11794
11795 ZSWAP COMPRESSED SWAP CACHING
11796 M:      Seth Jennings <sjennings@variantweb.net>
11797 L:      linux-mm@kvack.org
11798 S:      Maintained
11799 F:      mm/zswap.c
11800
11801 THE REST
11802 M:      Linus Torvalds <torvalds@linux-foundation.org>
11803 L:      linux-kernel@vger.kernel.org
11804 Q:      http://patchwork.kernel.org/project/LKML/list/
11805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11806 S:      Buried alive in reporters
11807 F:      *
11808 F:      */