]> git.karo-electronics.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge 4.3-rc5 into char-misc next
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 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 SOC ETHERNET DRIVER
792 M:      Iyappan Subramanian <isubramanian@apm.com>
793 M:      Keyur Chudgar <kchudgar@apm.com>
794 S:      Supported
795 F:      drivers/net/ethernet/apm/xgene/
796 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
797
798 APTINA CAMERA SENSOR PLL
799 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
800 L:      linux-media@vger.kernel.org
801 S:      Maintained
802 F:      drivers/media/i2c/aptina-pll.*
803
804 ARC FRAMEBUFFER DRIVER
805 M:      Jaya Kumar <jayalk@intworks.biz>
806 S:      Maintained
807 F:      drivers/video/fbdev/arcfb.c
808 F:      drivers/video/fbdev/core/fb_defio.c
809
810 ARCNET NETWORK LAYER
811 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
812 L:      netdev@vger.kernel.org
813 S:      Maintained
814 F:      drivers/net/arcnet/
815 F:      include/uapi/linux/if_arcnet.h
816
817 ARM MFM AND FLOPPY DRIVERS
818 M:      Ian Molton <spyro@f2s.com>
819 S:      Maintained
820 F:      arch/arm/lib/floppydma.S
821 F:      arch/arm/include/asm/floppy.h
822
823 ARM PMU PROFILING AND DEBUGGING
824 M:      Will Deacon <will.deacon@arm.com>
825 S:      Maintained
826 F:      arch/arm/kernel/perf_*
827 F:      arch/arm/oprofile/common.c
828 F:      arch/arm/kernel/hw_breakpoint.c
829 F:      arch/arm/include/asm/hw_breakpoint.h
830 F:      arch/arm/include/asm/perf_event.h
831 F:      drivers/perf/arm_pmu.c
832 F:      include/linux/perf/arm_pmu.h
833
834 ARM PORT
835 M:      Russell King <linux@arm.linux.org.uk>
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 W:      http://www.arm.linux.org.uk/
838 S:      Maintained
839 F:      arch/arm/
840
841 ARM SUB-ARCHITECTURES
842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
843 S:      Maintained
844 F:      arch/arm/mach-*/
845 F:      arch/arm/plat-*/
846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
847
848 ARM PRIMECELL AACI PL041 DRIVER
849 M:      Russell King <linux@arm.linux.org.uk>
850 S:      Maintained
851 F:      sound/arm/aaci.*
852
853 ARM PRIMECELL CLCD PL110 DRIVER
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      drivers/video/fbdev/amba-clcd.*
857
858 ARM PRIMECELL KMI PL050 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/input/serio/ambakmi.*
862 F:      include/linux/amba/kmi.h
863
864 ARM PRIMECELL MMCI PL180/1 DRIVER
865 M:      Russell King <linux@arm.linux.org.uk>
866 S:      Maintained
867 F:      drivers/mmc/host/mmci.*
868 F:      include/linux/amba/mmci.h
869
870 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
871 M:      Russell King <linux@arm.linux.org.uk>
872 S:      Maintained
873 F:      drivers/tty/serial/amba-pl01*.c
874 F:      include/linux/amba/serial.h
875
876 ARM PRIMECELL BUS SUPPORT
877 M:      Russell King <linux@arm.linux.org.uk>
878 S:      Maintained
879 F:      drivers/amba/
880 F:      include/linux/amba/bus.h
881
882 ARM/ADS SPHERE MACHINE SUPPORT
883 M:      Lennert Buytenhek <kernel@wantstofly.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 S:      Maintained
886
887 ARM/AFEB9260 MACHINE SUPPORT
888 M:      Sergey Lapin <slapin@ossfans.org>
889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890 S:      Maintained
891
892 ARM/AJECO 1ARM MACHINE SUPPORT
893 M:      Lennert Buytenhek <kernel@wantstofly.org>
894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
895 S:      Maintained
896
897 ARM/Allwinner A1X SoC support
898 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Maintained
901 N:      sun[x4567]i
902
903 ARM/Allwinner SoC Clock Support
904 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
905 S:      Maintained
906 F:      drivers/clk/sunxi/
907
908 ARM/Amlogic MesonX SoC support
909 M:      Carlo Caione <carlo@caione.org>
910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
911 S:      Maintained
912 F:      drivers/media/rc/meson-ir.c
913 N:      meson[x68]
914
915 ARM/Annapurna Labs ALPINE ARCHITECTURE
916 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
917 S:      Maintained
918 F:      arch/arm/mach-alpine/
919
920 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
921 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
922 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
923 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 W:      http://www.linux4sam.org
926 S:      Supported
927 F:      arch/arm/mach-at91/
928 F:      include/soc/at91/
929 F:      arch/arm/boot/dts/at91*.dts
930 F:      arch/arm/boot/dts/at91*.dtsi
931 F:      arch/arm/boot/dts/sama*.dts
932 F:      arch/arm/boot/dts/sama*.dtsi
933 F:      arch/arm/include/debug/at91.S
934
935 ARM/ATMEL AT91 Clock Support
936 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
937 S:      Maintained
938 F:      drivers/clk/at91
939
940 ARM/CALXEDA HIGHBANK ARCHITECTURE
941 M:      Rob Herring <robh@kernel.org>
942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
943 S:      Maintained
944 F:      arch/arm/mach-highbank/
945
946 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
947 M:      Krzysztof Halasa <khalasa@piap.pl>
948 S:      Maintained
949 F:      arch/arm/mach-cns3xxx/
950
951 ARM/CAVIUM THUNDER NETWORK DRIVER
952 M:      Sunil Goutham <sgoutham@cavium.com>
953 M:      Robert Richter <rric@kernel.org>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Supported
956 F:      drivers/net/ethernet/cavium/thunder/
957
958 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
959 M:      Alexander Shiyan <shc_work@mail.ru>
960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 S:      Odd Fixes
962 N:      clps711x
963
964 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
965 M:      Hartley Sweeten <hsweeten@visionengravers.com>
966 M:      Ryan Mallon <rmallon@gmail.com>
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
969 F:      arch/arm/mach-ep93xx/
970 F:      arch/arm/mach-ep93xx/include/mach/
971
972 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
973 M:      Lennert Buytenhek <kernel@wantstofly.org>
974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975 S:      Maintained
976
977 ARM/CLKDEV SUPPORT
978 M:      Russell King <linux@arm.linux.org.uk>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S:      Maintained
981 F:      arch/arm/include/asm/clkdev.h
982 F:      drivers/clk/clkdev.c
983
984 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
985 M:      Mike Rapoport <mike@compulab.co.il>
986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
987 S:      Maintained
988
989 ARM/CONTEC MICRO9 MACHINE SUPPORT
990 M:      Hubert Feurstein <hubert.feurstein@contec.at>
991 S:      Maintained
992 F:      arch/arm/mach-ep93xx/micro9.c
993
994 ARM/CORESIGHT FRAMEWORK AND DRIVERS
995 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
997 S:      Maintained
998 F:      drivers/hwtracing/coresight/*
999 F:      Documentation/trace/coresight.txt
1000 F:      Documentation/devicetree/bindings/arm/coresight.txt
1001 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1002
1003 ARM/CORGI MACHINE SUPPORT
1004 M:      Richard Purdie <rpurdie@rpsys.net>
1005 S:      Maintained
1006
1007 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1008 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 T:      git git://github.com/ulli-kroll/linux.git
1011 S:      Maintained
1012 F:      arch/arm/mach-gemini/
1013 F:      drivers/rtc/rtc-gemini.c
1014
1015 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1016 M:      Barry Song <baohua@kernel.org>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1019 S:      Maintained
1020 F:      arch/arm/mach-prima2/
1021 F:      drivers/clk/sirf/
1022 F:      drivers/clocksource/timer-prima2.c
1023 F:      drivers/clocksource/timer-atlas7.c
1024 N:      [^a-z]sirf
1025
1026 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1027 M:      Baruch Siach <baruch@tkos.co.il>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S:      Maintained
1030 F:      arch/arm/boot/dts/cx92755*
1031 N:      digicolor
1032
1033 ARM/EBSA110 MACHINE SUPPORT
1034 M:      Russell King <linux@arm.linux.org.uk>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 W:      http://www.arm.linux.org.uk/
1037 S:      Maintained
1038 F:      arch/arm/mach-ebsa110/
1039 F:      drivers/net/ethernet/amd/am79c961a.*
1040
1041 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1042 M:      Uwe Kleine-König <kernel@pengutronix.de>
1043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S:      Maintained
1045 N:      efm32
1046
1047 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1048 M:      Daniel Ribeiro <drwyrm@gmail.com>
1049 M:      Stefan Schmidt <stefan@openezx.org>
1050 M:      Harald Welte <laforge@openezx.org>
1051 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1052 W:      http://www.openezx.org/
1053 S:      Maintained
1054 T:      topgit git://git.openezx.org/openezx.git
1055 F:      arch/arm/mach-pxa/ezx.c
1056
1057 ARM/FARADAY FA526 PORT
1058 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 T:      git git://git.berlios.de/gemini-board
1062 F:      arch/arm/mm/*-fa*
1063
1064 ARM/FOOTBRIDGE ARCHITECTURE
1065 M:      Russell King <linux@arm.linux.org.uk>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 W:      http://www.arm.linux.org.uk/
1068 S:      Maintained
1069 F:      arch/arm/include/asm/hardware/dec21285.h
1070 F:      arch/arm/mach-footbridge/
1071
1072 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1073 M:      Shawn Guo <shawnguo@kernel.org>
1074 M:      Sascha Hauer <kernel@pengutronix.de>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1078 F:      arch/arm/mach-imx/
1079 F:      arch/arm/mach-mxs/
1080 F:      arch/arm/boot/dts/imx*
1081 F:      arch/arm/configs/imx*_defconfig
1082 F:      drivers/clk/imx/
1083 F:      include/soc/imx/
1084
1085 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1086 M:      Shawn Guo <shawnguo@kernel.org>
1087 M:      Sascha Hauer <kernel@pengutronix.de>
1088 R:      Stefan Agner <stefan@agner.ch>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Maintained
1091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1092 F:      arch/arm/mach-imx/*vf610*
1093 F:      arch/arm/boot/dts/vf*
1094
1095 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1096 M:      Lennert Buytenhek <kernel@wantstofly.org>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Maintained
1099
1100 ARM/GUMSTIX MACHINE SUPPORT
1101 M:      Steve Sakoman <sakoman@gmail.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104
1105 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1106 M:      Philipp Zabel <philipp.zabel@gmail.com>
1107 M:      Paul Parsons <lost.distance@yahoo.com>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110 F:      arch/arm/mach-pxa/hx4700.c
1111 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1112 F:      sound/soc/pxa/hx4700.c
1113
1114 ARM/HISILICON SOC SUPPORT
1115 M:      Wei Xu <xuwei5@hisilicon.com>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 W:      http://www.hisilicon.com
1118 S:      Supported
1119 T:      git git://github.com/hisilicon/linux-hisi.git
1120 F:      arch/arm/mach-hisi/
1121
1122 ARM/HP JORNADA 7XX MACHINE SUPPORT
1123 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1124 W:      www.jlime.com
1125 S:      Maintained
1126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1127 F:      arch/arm/mach-sa1100/jornada720.c
1128 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1129
1130 ARM/IGEP MACHINE SUPPORT
1131 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1132 M:      Javier Martinez Canillas <javier@dowhile0.org>
1133 L:      linux-omap@vger.kernel.org
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/boot/dts/omap3-igep*
1137
1138 ARM/INCOME PXA270 SUPPORT
1139 M:      Marek Vasut <marek.vasut@gmail.com>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1143
1144 ARM/INTEL IOP32X ARM ARCHITECTURE
1145 M:      Lennert Buytenhek <kernel@wantstofly.org>
1146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S:      Maintained
1148
1149 ARM/INTEL IOP33X ARM ARCHITECTURE
1150 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 S:      Orphan
1152
1153 ARM/INTEL IOP13XX ARM ARCHITECTURE
1154 M:      Lennert Buytenhek <kernel@wantstofly.org>
1155 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 S:      Maintained
1157
1158 ARM/INTEL IQ81342EX MACHINE SUPPORT
1159 M:      Lennert Buytenhek <kernel@wantstofly.org>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162
1163 ARM/INTEL IXDP2850 MACHINE SUPPORT
1164 M:      Lennert Buytenhek <kernel@wantstofly.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167
1168 ARM/INTEL IXP4XX ARM ARCHITECTURE
1169 M:      Imre Kaloz <kaloz@openwrt.org>
1170 M:      Krzysztof Halasa <khalasa@piap.pl>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-ixp4xx/
1174
1175 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1176 M:      Jonathan Cameron <jic23@cam.ac.uk>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/mach-pxa/stargate2.c
1180 F:      drivers/pcmcia/pxa2xx_stargate2.c
1181
1182 ARM/INTEL XSC3 (MANZANO) ARM CORE
1183 M:      Lennert Buytenhek <kernel@wantstofly.org>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 S:      Maintained
1186
1187 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1188 M:      Lennert Buytenhek <kernel@wantstofly.org>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 S:      Maintained
1191
1192 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1193 M:      Santosh Shilimkar <ssantosh@kernel.org>
1194 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1195 S:      Maintained
1196 F:      arch/arm/mach-keystone/
1197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1198
1199 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1200 M:      Santosh Shilimkar <ssantosh@kernel.org>
1201 L:      linux-kernel@vger.kernel.org
1202 S:      Maintained
1203 F:      drivers/clk/keystone/
1204
1205 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1206 M:      Santosh Shilimkar <ssantosh@kernel.org>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 L:      linux-kernel@vger.kernel.org
1209 S:      Maintained
1210 F:      drivers/clocksource/timer-keystone.c
1211
1212 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1213 M:      Santosh Shilimkar <ssantosh@kernel.org>
1214 L:      linux-kernel@vger.kernel.org
1215 S:      Maintained
1216 F:      drivers/power/reset/keystone-reset.c
1217
1218 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1219 M:      Santosh Shilimkar <ssantosh@kernel.org>
1220 L:      linux-kernel@vger.kernel.org
1221 S:      Maintained
1222 F:      drivers/memory/*emif*
1223
1224 ARM/LOGICPD PXA270 MACHINE SUPPORT
1225 M:      Lennert Buytenhek <kernel@wantstofly.org>
1226 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S:      Maintained
1228
1229 ARM/LPC18XX ARCHITECTURE
1230 M:      Joachim Eastwood <manabian@gmail.com>
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233 N:      lpc18xx
1234
1235 ARM/MAGICIAN MACHINE SUPPORT
1236 M:      Philipp Zabel <philipp.zabel@gmail.com>
1237 S:      Maintained
1238
1239 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1240 M:      Jason Cooper <jason@lakedaemon.net>
1241 M:      Andrew Lunn <andrew@lunn.ch>
1242 M:      Gregory Clement <gregory.clement@free-electrons.com>
1243 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1244 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 S:      Maintained
1246 F:      arch/arm/mach-mvebu/
1247 F:      drivers/rtc/rtc-armada38x.c
1248 F:      arch/arm/boot/dts/armada*
1249 F:      arch/arm/boot/dts/kirkwood*
1250
1251
1252 ARM/Marvell Berlin SoC support
1253 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-berlin/
1257 F:      arch/arm/boot/dts/berlin*
1258
1259
1260 ARM/Marvell Dove/MV78xx0/Orion SOC support
1261 M:      Jason Cooper <jason@lakedaemon.net>
1262 M:      Andrew Lunn <andrew@lunn.ch>
1263 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1264 M:      Gregory Clement <gregory.clement@free-electrons.com>
1265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1266 S:      Maintained
1267 F:      arch/arm/mach-dove/
1268 F:      arch/arm/mach-mv78xx0/
1269 F:      arch/arm/mach-orion5x/
1270 F:      arch/arm/plat-orion/
1271 F:      arch/arm/boot/dts/dove*
1272 F:      arch/arm/boot/dts/orion5x*
1273
1274
1275 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1276 M:      Alexander Clouter <alex@digriz.org.uk>
1277 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1278 W:      http://www.digriz.org.uk/ts78xx/kernel
1279 S:      Maintained
1280 F:      arch/arm/mach-orion5x/ts78xx-*
1281
1282 ARM/Mediatek RTC DRIVER
1283 M:      Eddie Huang <eddie.huang@mediatek.com>
1284 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1285 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1286 S:      Maintained
1287 F:      drivers/rtc/rtc-mt6397.c
1288
1289 ARM/Mediatek SoC support
1290 M:      Matthias Brugger <matthias.bgg@gmail.com>
1291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1293 S:      Maintained
1294 F:      arch/arm/boot/dts/mt6*
1295 F:      arch/arm/boot/dts/mt8*
1296 F:      arch/arm/mach-mediatek/
1297 N:      mtk
1298 K:      mediatek
1299
1300 ARM/MICREL KS8695 ARCHITECTURE
1301 M:      Greg Ungerer <gerg@uclinux.org>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 F:      arch/arm/mach-ks8695/
1304 S:      Odd Fixes
1305
1306 ARM/MIOA701 MACHINE SUPPORT
1307 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1308 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1309 F:      arch/arm/mach-pxa/mioa701.c
1310 S:      Maintained
1311
1312 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1313 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1314 S:      Maintained
1315
1316 ARM/NOMADIK ARCHITECTURE
1317 M:      Alessandro Rubini <rubini@unipv.it>
1318 M:      Linus Walleij <linus.walleij@linaro.org>
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1321 F:      arch/arm/mach-nomadik/
1322 F:      drivers/pinctrl/nomadik/
1323 F:      drivers/i2c/busses/i2c-nomadik.c
1324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1325
1326 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1327 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1328 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1329 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1330 S:      Supported
1331
1332 ARM/TOSA MACHINE SUPPORT
1333 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1334 M:      Dirk Opfer <dirk@opfer-online.de>
1335 S:      Maintained
1336
1337 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1338 M:      Marek Vasut <marek.vasut@gmail.com>
1339 L:      linux-arm-kernel@lists.infradead.org
1340 W:      http://hackndev.com
1341 S:      Maintained
1342 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1343 F:      arch/arm/mach-pxa/palmtx.c
1344 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1345 F:      arch/arm/mach-pxa/palmt5.c
1346 F:      arch/arm/mach-pxa/include/mach/palmld.h
1347 F:      arch/arm/mach-pxa/palmld.c
1348 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1349 F:      arch/arm/mach-pxa/palmte2.c
1350 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1351 F:      arch/arm/mach-pxa/palmtc.c
1352
1353 ARM/PALM TREO SUPPORT
1354 M:      Tomas Cech <sleep_walker@suse.com>
1355 L:      linux-arm-kernel@lists.infradead.org
1356 W:      http://hackndev.com
1357 S:      Maintained
1358 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1359 F:      arch/arm/mach-pxa/palmtreo.c
1360
1361 ARM/PALMZ72 SUPPORT
1362 M:      Sergey Lapin <slapin@ossfans.org>
1363 L:      linux-arm-kernel@lists.infradead.org
1364 W:      http://hackndev.com
1365 S:      Maintained
1366 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1367 F:      arch/arm/mach-pxa/palmz72.c
1368
1369 ARM/PLEB SUPPORT
1370 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1371 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1372 S:      Maintained
1373
1374 ARM/PT DIGITAL BOARD PORT
1375 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377 W:      http://www.arm.linux.org.uk/
1378 S:      Maintained
1379
1380 ARM/QUALCOMM SUPPORT
1381 M:      Kumar Gala <galak@codeaurora.org>
1382 M:      Andy Gross <agross@codeaurora.org>
1383 M:      David Brown <davidb@codeaurora.org>
1384 L:      linux-arm-msm@vger.kernel.org
1385 L:      linux-soc@vger.kernel.org
1386 S:      Maintained
1387 F:      arch/arm/mach-qcom/
1388 F:      drivers/soc/qcom/
1389 F:      drivers/tty/serial/msm_serial.h
1390 F:      drivers/tty/serial/msm_serial.c
1391 F:      drivers/*/pm8???-*
1392 F:      drivers/mfd/ssbi.c
1393 F:      drivers/firmware/qcom_scm.c
1394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1395
1396 ARM/RADISYS ENP2611 MACHINE SUPPORT
1397 M:      Lennert Buytenhek <kernel@wantstofly.org>
1398 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 S:      Maintained
1400
1401 ARM/RISCPC ARCHITECTURE
1402 M:      Russell King <linux@arm.linux.org.uk>
1403 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1404 W:      http://www.arm.linux.org.uk/
1405 S:      Maintained
1406 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1407 F:      arch/arm/include/asm/hardware/ioc.h
1408 F:      arch/arm/include/asm/hardware/iomd.h
1409 F:      arch/arm/include/asm/hardware/memc.h
1410 F:      arch/arm/mach-rpc/
1411 F:      drivers/net/ethernet/8390/etherh.c
1412 F:      drivers/net/ethernet/i825xx/ether1*
1413 F:      drivers/net/ethernet/seeq/ether3*
1414 F:      drivers/scsi/arm/
1415
1416 ARM/Rockchip SoC support
1417 M:      Heiko Stuebner <heiko@sntech.de>
1418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 L:      linux-rockchip@lists.infradead.org
1420 S:      Maintained
1421 F:      arch/arm/boot/dts/rk3*
1422 F:      arch/arm/mach-rockchip/
1423 F:      drivers/clk/rockchip/
1424 F:      drivers/i2c/busses/i2c-rk3x.c
1425 F:      drivers/*/*rockchip*
1426 F:      drivers/*/*/*rockchip*
1427 F:      sound/soc/rockchip/
1428 N:      rockchip
1429
1430 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1431 M:      Kukjin Kim <kgene@kernel.org>
1432 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1434 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1435 S:      Maintained
1436 F:      arch/arm/boot/dts/s3c*
1437 F:      arch/arm/boot/dts/exynos*
1438 F:      arch/arm64/boot/dts/exynos/
1439 F:      arch/arm/plat-samsung/
1440 F:      arch/arm/mach-s3c24*/
1441 F:      arch/arm/mach-s3c64xx/
1442 F:      arch/arm/mach-s5p*/
1443 F:      arch/arm/mach-exynos*/
1444 F:      drivers/*/*s3c2410*
1445 F:      drivers/*/*/*s3c2410*
1446 F:      drivers/spi/spi-s3c*
1447 F:      sound/soc/samsung/*
1448 N:      exynos
1449
1450 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1451 M:      Kyungmin Park <kyungmin.park@samsung.com>
1452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453 S:      Maintained
1454 F:      arch/arm/mach-s5pv210/
1455
1456 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1457 M:      Kyungmin Park <kyungmin.park@samsung.com>
1458 M:      Kamil Debski <k.debski@samsung.com>
1459 L:      linux-arm-kernel@lists.infradead.org
1460 L:      linux-media@vger.kernel.org
1461 S:      Maintained
1462 F:      drivers/media/platform/s5p-g2d/
1463
1464 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1465 M:      Kyungmin Park <kyungmin.park@samsung.com>
1466 M:      Kamil Debski <k.debski@samsung.com>
1467 M:      Jeongtae Park <jtp.park@samsung.com>
1468 L:      linux-arm-kernel@lists.infradead.org
1469 L:      linux-media@vger.kernel.org
1470 S:      Maintained
1471 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1472 F:      drivers/media/platform/s5p-mfc/
1473
1474 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1475 M:      Kyungmin Park <kyungmin.park@samsung.com>
1476 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1477 L:      linux-arm-kernel@lists.infradead.org
1478 L:      linux-media@vger.kernel.org
1479 S:      Maintained
1480 F:      drivers/media/platform/s5p-tv/
1481
1482 ARM/SHMOBILE ARM ARCHITECTURE
1483 M:      Simon Horman <horms@verge.net.au>
1484 M:      Magnus Damm <magnus.damm@gmail.com>
1485 L:      linux-sh@vger.kernel.org
1486 W:      http://oss.renesas.com
1487 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1489 S:      Supported
1490 F:      arch/arm/boot/dts/emev2*
1491 F:      arch/arm/boot/dts/r7s*
1492 F:      arch/arm/boot/dts/r8a*
1493 F:      arch/arm/boot/dts/sh*
1494 F:      arch/arm/configs/bockw_defconfig
1495 F:      arch/arm/configs/marzen_defconfig
1496 F:      arch/arm/configs/shmobile_defconfig
1497 F:      arch/arm/include/debug/renesas-scif.S
1498 F:      arch/arm/mach-shmobile/
1499 F:      drivers/sh/
1500
1501 ARM/SOCFPGA ARCHITECTURE
1502 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1503 S:      Maintained
1504 F:      arch/arm/mach-socfpga/
1505 F:      arch/arm/boot/dts/socfpga*
1506 F:      arch/arm/configs/socfpga_defconfig
1507 W:      http://www.rocketboards.org
1508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1509
1510 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1511 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1512 S:      Maintained
1513 F:      drivers/clk/socfpga/
1514
1515 ARM/SOCFPGA EDAC SUPPORT
1516 M:      Thor Thayer <tthayer@opensource.altera.com>
1517 S:      Maintained
1518 F:      drivers/edac/altera_edac.
1519
1520 ARM/STI ARCHITECTURE
1521 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1522 M:      Maxime Coquelin <maxime.coquelin@st.com>
1523 M:      Patrice Chotard <patrice.chotard@st.com>
1524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 L:      kernel@stlinux.com
1526 W:      http://www.stlinux.com
1527 S:      Maintained
1528 F:      arch/arm/mach-sti/
1529 F:      arch/arm/boot/dts/sti*
1530 F:      drivers/clocksource/arm_global_timer.c
1531 F:      drivers/clocksource/clksrc_st_lpc.c
1532 F:      drivers/i2c/busses/i2c-st.c
1533 F:      drivers/media/rc/st_rc.c
1534 F:      drivers/media/platform/sti/c8sectpfe/
1535 F:      drivers/mmc/host/sdhci-st.c
1536 F:      drivers/phy/phy-miphy28lp.c
1537 F:      drivers/phy/phy-miphy365x.c
1538 F:      drivers/phy/phy-stih407-usb.c
1539 F:      drivers/phy/phy-stih41x-usb.c
1540 F:      drivers/pinctrl/pinctrl-st.c
1541 F:      drivers/reset/sti/
1542 F:      drivers/rtc/rtc-st-lpc.c
1543 F:      drivers/tty/serial/st-asc.c
1544 F:      drivers/usb/dwc3/dwc3-st.c
1545 F:      drivers/usb/host/ehci-st.c
1546 F:      drivers/usb/host/ohci-st.c
1547 F:      drivers/watchdog/st_lpc_wdt.c
1548 F:      drivers/ata/ahci_st.c
1549
1550 ARM/STM32 ARCHITECTURE
1551 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 S:      Maintained
1554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1555 N:      stm32
1556 F:      drivers/clocksource/armv7m_systick.c
1557
1558 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1559 M:      Lennert Buytenhek <kernel@wantstofly.org>
1560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1561 S:      Maintained
1562
1563 ARM/TETON BGA MACHINE SUPPORT
1564 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 S:      Maintained
1567
1568 ARM/THECUS N2100 MACHINE SUPPORT
1569 M:      Lennert Buytenhek <kernel@wantstofly.org>
1570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 S:      Maintained
1572
1573 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1574 M:      Wan ZongShun <mcuos.com@gmail.com>
1575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1576 W:      http://www.mcuos.com
1577 S:      Maintained
1578 F:      arch/arm/mach-w90x900/
1579 F:      drivers/input/keyboard/w90p910_keypad.c
1580 F:      drivers/input/touchscreen/w90p910_ts.c
1581 F:      drivers/watchdog/nuc900_wdt.c
1582 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1583 F:      drivers/mtd/nand/nuc900_nand.c
1584 F:      drivers/rtc/rtc-nuc900.c
1585 F:      drivers/spi/spi-nuc900.c
1586 F:      drivers/usb/host/ehci-w90x900.c
1587 F:      drivers/video/fbdev/nuc900fb.c
1588
1589 ARM/U300 MACHINE SUPPORT
1590 M:      Linus Walleij <linus.walleij@linaro.org>
1591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 S:      Supported
1593 F:      arch/arm/mach-u300/
1594 F:      drivers/clocksource/timer-u300.c
1595 F:      drivers/i2c/busses/i2c-stu300.c
1596 F:      drivers/rtc/rtc-coh901331.c
1597 F:      drivers/watchdog/coh901327_wdt.c
1598 F:      drivers/dma/coh901318*
1599 F:      drivers/mfd/ab3100*
1600 F:      drivers/rtc/rtc-ab3100.c
1601 F:      drivers/rtc/rtc-coh901331.c
1602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1603
1604 ARM/UNIPHIER ARCHITECTURE
1605 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1608 F:      arch/arm/boot/dts/uniphier*
1609 F:      arch/arm/mach-uniphier/
1610 F:      drivers/pinctrl/uniphier/
1611 F:      drivers/tty/serial/8250/8250_uniphier.c
1612 N:      uniphier
1613
1614 ARM/Ux500 ARM ARCHITECTURE
1615 M:      Linus Walleij <linus.walleij@linaro.org>
1616 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1617 S:      Maintained
1618 F:      arch/arm/mach-ux500/
1619 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1620 F:      drivers/dma/ste_dma40*
1621 F:      drivers/hwspinlock/u8500_hsem.c
1622 F:      drivers/mfd/abx500*
1623 F:      drivers/mfd/ab8500*
1624 F:      drivers/mfd/dbx500*
1625 F:      drivers/mfd/db8500*
1626 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1627 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1628 F:      drivers/rtc/rtc-ab8500.c
1629 F:      drivers/rtc/rtc-pl031.c
1630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1631
1632 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1633 M:      Ulf Hansson <ulf.hansson@linaro.org>
1634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1635 T:      git git://git.linaro.org/people/ulfh/clk.git
1636 S:      Maintained
1637 F:      drivers/clk/ux500/
1638 F:      include/linux/platform_data/clk-ux500.h
1639
1640 ARM/VERSATILE EXPRESS PLATFORM
1641 M:      Liviu Dudau <liviu.dudau@arm.com>
1642 M:      Sudeep Holla <sudeep.holla@arm.com>
1643 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645 S:      Maintained
1646 F:      arch/arm/boot/dts/vexpress*
1647 F:      arch/arm64/boot/dts/arm/vexpress*
1648 F:      arch/arm/mach-vexpress/
1649 F:      */*/vexpress*
1650 F:      */*/*/vexpress*
1651 F:      drivers/clk/versatile/clk-vexpress-osc.c
1652 F:      drivers/clocksource/versatile.c
1653
1654 ARM/VFP SUPPORT
1655 M:      Russell King <linux@arm.linux.org.uk>
1656 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1657 W:      http://www.arm.linux.org.uk/
1658 S:      Maintained
1659 F:      arch/arm/vfp/
1660
1661 ARM/VOIPAC PXA270 SUPPORT
1662 M:      Marek Vasut <marek.vasut@gmail.com>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm/mach-pxa/vpac270.c
1666 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1667
1668 ARM/VT8500 ARM ARCHITECTURE
1669 M:      Tony Prisk <linux@prisktech.co.nz>
1670 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1671 S:      Maintained
1672 F:      arch/arm/mach-vt8500/
1673 F:      drivers/clocksource/vt8500_timer.c
1674 F:      drivers/i2c/busses/i2c-wmt.c
1675 F:      drivers/mmc/host/wmt-sdmmc.c
1676 F:      drivers/pwm/pwm-vt8500.c
1677 F:      drivers/rtc/rtc-vt8500.c
1678 F:      drivers/tty/serial/vt8500_serial.c
1679 F:      drivers/usb/host/ehci-platform.c
1680 F:      drivers/usb/host/uhci-platform.c
1681 F:      drivers/video/fbdev/vt8500lcdfb.*
1682 F:      drivers/video/fbdev/wm8505fb*
1683 F:      drivers/video/fbdev/wmt_ge_rops.*
1684
1685 ARM/ZIPIT Z2 SUPPORT
1686 M:      Marek Vasut <marek.vasut@gmail.com>
1687 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1688 S:      Maintained
1689 F:      arch/arm/mach-pxa/z2.c
1690 F:      arch/arm/mach-pxa/include/mach/z2.h
1691
1692 ARM/ZTE ARCHITECTURE
1693 M:      Jun Nie <jun.nie@linaro.org>
1694 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1695 S:      Maintained
1696 F:      arch/arm/mach-zx/
1697 F:      drivers/clk/zte/
1698 F:      Documentation/devicetree/bindings/arm/zte.txt
1699 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1700
1701 ARM/ZYNQ ARCHITECTURE
1702 M:      Michal Simek <michal.simek@xilinx.com>
1703 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1704 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1705 W:      http://wiki.xilinx.com
1706 T:      git https://github.com/Xilinx/linux-xlnx.git
1707 S:      Supported
1708 F:      arch/arm/mach-zynq/
1709 F:      drivers/cpuidle/cpuidle-zynq.c
1710 F:      drivers/block/xsysace.c
1711 N:      zynq
1712 N:      xilinx
1713 F:      drivers/clocksource/cadence_ttc_timer.c
1714 F:      drivers/i2c/busses/i2c-cadence.c
1715 F:      drivers/mmc/host/sdhci-of-arasan.c
1716 F:      drivers/edac/synopsys_edac.c
1717
1718 ARM SMMU DRIVERS
1719 M:      Will Deacon <will.deacon@arm.com>
1720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1721 S:      Maintained
1722 F:      drivers/iommu/arm-smmu.c
1723 F:      drivers/iommu/arm-smmu-v3.c
1724 F:      drivers/iommu/io-pgtable-arm.c
1725
1726 ARM64 PORT (AARCH64 ARCHITECTURE)
1727 M:      Catalin Marinas <catalin.marinas@arm.com>
1728 M:      Will Deacon <will.deacon@arm.com>
1729 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1730 S:      Maintained
1731 F:      arch/arm64/
1732 F:      Documentation/arm64/
1733
1734 AS3645A LED FLASH CONTROLLER DRIVER
1735 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1736 L:      linux-media@vger.kernel.org
1737 T:      git git://linuxtv.org/media_tree.git
1738 S:      Maintained
1739 F:      drivers/media/i2c/as3645a.c
1740 F:      include/media/as3645a.h
1741
1742 ASC7621 HARDWARE MONITOR DRIVER
1743 M:      George Joseph <george.joseph@fairview5.com>
1744 L:      lm-sensors@lm-sensors.org
1745 S:      Maintained
1746 F:      Documentation/hwmon/asc7621
1747 F:      drivers/hwmon/asc7621.c
1748
1749 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1750 M:      Corentin Chary <corentin.chary@gmail.com>
1751 L:      acpi4asus-user@lists.sourceforge.net
1752 L:      platform-driver-x86@vger.kernel.org
1753 W:      http://acpi4asus.sf.net
1754 S:      Maintained
1755 F:      drivers/platform/x86/asus*.c
1756 F:      drivers/platform/x86/eeepc*.c
1757
1758 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1759 R:      Dan Williams <dan.j.williams@intel.com>
1760 W:      http://sourceforge.net/projects/xscaleiop
1761 S:      Odd fixes
1762 F:      Documentation/crypto/async-tx-api.txt
1763 F:      crypto/async_tx/
1764 F:      drivers/dma/
1765 F:      include/linux/dmaengine.h
1766 F:      include/linux/async_tx.h
1767
1768 AT24 EEPROM DRIVER
1769 M:      Wolfram Sang <wsa@the-dreams.de>
1770 L:      linux-i2c@vger.kernel.org
1771 S:      Maintained
1772 F:      drivers/misc/eeprom/at24.c
1773 F:      include/linux/platform_data/at24.h
1774
1775 ATA OVER ETHERNET (AOE) DRIVER
1776 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1777 W:      http://www.openaoe.org/
1778 S:      Supported
1779 F:      Documentation/aoe/
1780 F:      drivers/block/aoe/
1781
1782 ATHEROS ATH GENERIC UTILITIES
1783 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1784 L:      linux-wireless@vger.kernel.org
1785 S:      Supported
1786 F:      drivers/net/wireless/ath/*
1787
1788 ATHEROS ATH5K WIRELESS DRIVER
1789 M:      Jiri Slaby <jirislaby@gmail.com>
1790 M:      Nick Kossifidis <mickflemm@gmail.com>
1791 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1792 L:      linux-wireless@vger.kernel.org
1793 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1794 S:      Maintained
1795 F:      drivers/net/wireless/ath/ath5k/
1796
1797 ATHEROS ATH6KL WIRELESS DRIVER
1798 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1799 L:      linux-wireless@vger.kernel.org
1800 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1801 T:      git git://github.com/kvalo/ath.git
1802 S:      Supported
1803 F:      drivers/net/wireless/ath/ath6kl/
1804
1805 WILOCITY WIL6210 WIRELESS DRIVER
1806 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1807 L:      linux-wireless@vger.kernel.org
1808 L:      wil6210@qca.qualcomm.com
1809 S:      Supported
1810 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1811 F:      drivers/net/wireless/ath/wil6210/
1812 F:      include/uapi/linux/wil6210_uapi.h
1813
1814 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1815 M:      Christian Lamparter <chunkeey@googlemail.com>
1816 L:      linux-wireless@vger.kernel.org
1817 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1818 S:      Maintained
1819 F:      drivers/net/wireless/ath/carl9170/
1820
1821 ATK0110 HWMON DRIVER
1822 M:      Luca Tettamanti <kronos.it@gmail.com>
1823 L:      lm-sensors@lm-sensors.org
1824 S:      Maintained
1825 F:      drivers/hwmon/asus_atk0110.c
1826
1827 ATI_REMOTE2 DRIVER
1828 M:      Ville Syrjala <syrjala@sci.fi>
1829 S:      Maintained
1830 F:      drivers/input/misc/ati_remote2.c
1831
1832 ATLX ETHERNET DRIVERS
1833 M:      Jay Cliburn <jcliburn@gmail.com>
1834 M:      Chris Snook <chris.snook@gmail.com>
1835 L:      netdev@vger.kernel.org
1836 W:      http://sourceforge.net/projects/atl1
1837 W:      http://atl1.sourceforge.net
1838 S:      Maintained
1839 F:      drivers/net/ethernet/atheros/
1840
1841 ATM
1842 M:      Chas Williams <3chas3@gmail.com>
1843 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1844 L:      netdev@vger.kernel.org
1845 W:      http://linux-atm.sourceforge.net
1846 S:      Maintained
1847 F:      drivers/atm/
1848 F:      include/linux/atm*
1849 F:      include/uapi/linux/atm*
1850
1851 ATMEL AT91 / AT32 MCI DRIVER
1852 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1853 S:      Maintained
1854 F:      drivers/mmc/host/atmel-mci.c
1855 F:      drivers/mmc/host/atmel-mci-regs.h
1856
1857 ATMEL AT91 / AT32 SERIAL DRIVER
1858 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1859 S:      Supported
1860 F:      drivers/tty/serial/atmel_serial.c
1861
1862 ATMEL Audio ALSA driver
1863 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1864 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1865 S:      Supported
1866 F:      sound/soc/atmel
1867
1868 ATMEL DMA DRIVER
1869 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1871 S:      Supported
1872 F:      drivers/dma/at_hdmac.c
1873 F:      drivers/dma/at_hdmac_regs.h
1874 F:      include/linux/platform_data/dma-atmel.h
1875
1876 ATMEL XDMA DRIVER
1877 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1878 L:      linux-arm-kernel@lists.infradead.org
1879 L:      dmaengine@vger.kernel.org
1880 S:      Supported
1881 F:      drivers/dma/at_xdmac.c
1882
1883 ATMEL I2C DRIVER
1884 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1885 L:      linux-i2c@vger.kernel.org
1886 S:      Supported
1887 F:      drivers/i2c/busses/i2c-at91.c
1888
1889 ATMEL ISI DRIVER
1890 M:      Josh Wu <josh.wu@atmel.com>
1891 L:      linux-media@vger.kernel.org
1892 S:      Supported
1893 F:      drivers/media/platform/soc_camera/atmel-isi.c
1894 F:      include/media/atmel-isi.h
1895
1896 ATMEL LCDFB DRIVER
1897 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1898 L:      linux-fbdev@vger.kernel.org
1899 S:      Maintained
1900 F:      drivers/video/fbdev/atmel_lcdfb.c
1901 F:      include/video/atmel_lcdc.h
1902
1903 ATMEL MACB ETHERNET DRIVER
1904 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1905 S:      Supported
1906 F:      drivers/net/ethernet/cadence/
1907
1908 ATMEL NAND DRIVER
1909 M:      Josh Wu <josh.wu@atmel.com>
1910 L:      linux-mtd@lists.infradead.org
1911 S:      Supported
1912 F:      drivers/mtd/nand/atmel_nand*
1913
1914 ATMEL SDMMC DRIVER
1915 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1916 L:      linux-mmc@vger.kernel.org
1917 S:      Supported
1918 F:      drivers/mmc/host/sdhci-of-at91.c
1919
1920 ATMEL SPI DRIVER
1921 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1922 S:      Supported
1923 F:      drivers/spi/spi-atmel.*
1924
1925 ATMEL SSC DRIVER
1926 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1928 S:      Supported
1929 F:      drivers/misc/atmel-ssc.c
1930 F:      include/linux/atmel-ssc.h
1931
1932 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1933 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1935 S:      Supported
1936 F:      drivers/misc/atmel_tclib.c
1937 F:      drivers/clocksource/tcb_clksrc.c
1938
1939 ATMEL USBA UDC DRIVER
1940 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1942 S:      Supported
1943 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1944
1945 ATMEL WIRELESS DRIVER
1946 M:      Simon Kelley <simon@thekelleys.org.uk>
1947 L:      linux-wireless@vger.kernel.org
1948 W:      http://www.thekelleys.org.uk/atmel
1949 W:      http://atmelwlandriver.sourceforge.net/
1950 S:      Maintained
1951 F:      drivers/net/wireless/atmel*
1952
1953 ATMEL MAXTOUCH DRIVER
1954 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1955 T:      git git://github.com/atmel-maxtouch/linux.git
1956 S:      Supported
1957 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1958 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1959 F:      include/linux/platform_data/atmel_mxt_ts.h
1960
1961 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1962 M:      Bradley Grove <linuxdrivers@attotech.com>
1963 L:      linux-scsi@vger.kernel.org
1964 W:      http://www.attotech.com
1965 S:      Supported
1966 F:      drivers/scsi/esas2r
1967
1968 ATUSB IEEE 802.15.4 RADIO DRIVER
1969 M:      Stefan Schmidt <stefan@osg.samsung.com>
1970 L:      linux-wpan@vger.kernel.org
1971 S:      Maintained
1972 F:      drivers/net/ieee802154/atusb.c
1973 F:      drivers/net/ieee802154/atusb.h
1974 F:      drivers/net/ieee802154/at86rf230.h
1975
1976 AUDIT SUBSYSTEM
1977 M:      Paul Moore <paul@paul-moore.com>
1978 M:      Eric Paris <eparis@redhat.com>
1979 L:      linux-audit@redhat.com (moderated for non-subscribers)
1980 W:      http://people.redhat.com/sgrubb/audit/
1981 T:      git git://git.infradead.org/users/pcmoore/audit
1982 S:      Maintained
1983 F:      include/linux/audit.h
1984 F:      include/uapi/linux/audit.h
1985 F:      kernel/audit*
1986
1987 AUXILIARY DISPLAY DRIVERS
1988 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1989 W:      http://miguelojeda.es/auxdisplay.htm
1990 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1991 S:      Maintained
1992 F:      drivers/auxdisplay/
1993 F:      include/linux/cfag12864b.h
1994
1995 AVR32 ARCHITECTURE
1996 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1997 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1998 W:      http://www.atmel.com/products/AVR32/
1999 W:      http://mirror.egtvedt.no/avr32linux.org/
2000 W:      http://avrfreaks.net/
2001 S:      Maintained
2002 F:      arch/avr32/
2003
2004 AVR32/AT32AP MACHINE SUPPORT
2005 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2006 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2007 S:      Maintained
2008 F:      arch/avr32/mach-at32ap/
2009
2010 AX.25 NETWORK LAYER
2011 M:      Ralf Baechle <ralf@linux-mips.org>
2012 L:      linux-hams@vger.kernel.org
2013 W:      http://www.linux-ax25.org/
2014 S:      Maintained
2015 F:      include/uapi/linux/ax25.h
2016 F:      include/net/ax25.h
2017 F:      net/ax25/
2018
2019 AZ6007 DVB DRIVER
2020 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2021 L:      linux-media@vger.kernel.org
2022 W:      http://linuxtv.org
2023 T:      git git://linuxtv.org/media_tree.git
2024 S:      Maintained
2025 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2026
2027 AZTECH FM RADIO RECEIVER DRIVER
2028 M:      Hans Verkuil <hverkuil@xs4all.nl>
2029 L:      linux-media@vger.kernel.org
2030 T:      git git://linuxtv.org/media_tree.git
2031 W:      http://linuxtv.org
2032 S:      Maintained
2033 F:      drivers/media/radio/radio-aztech*
2034
2035 B43 WIRELESS DRIVER
2036 L:      linux-wireless@vger.kernel.org
2037 L:      b43-dev@lists.infradead.org
2038 W:      http://wireless.kernel.org/en/users/Drivers/b43
2039 S:      Odd Fixes
2040 F:      drivers/net/wireless/b43/
2041
2042 B43LEGACY WIRELESS DRIVER
2043 M:      Larry Finger <Larry.Finger@lwfinger.net>
2044 L:      linux-wireless@vger.kernel.org
2045 L:      b43-dev@lists.infradead.org
2046 W:      http://wireless.kernel.org/en/users/Drivers/b43
2047 S:      Maintained
2048 F:      drivers/net/wireless/b43legacy/
2049
2050 BACKLIGHT CLASS/SUBSYSTEM
2051 M:      Jingoo Han <jingoohan1@gmail.com>
2052 M:      Lee Jones <lee.jones@linaro.org>
2053 S:      Maintained
2054 F:      drivers/video/backlight/
2055 F:      include/linux/backlight.h
2056
2057 BATMAN ADVANCED
2058 M:      Marek Lindner <mareklindner@neomailbox.ch>
2059 M:      Simon Wunderlich <sw@simonwunderlich.de>
2060 M:      Antonio Quartulli <antonio@meshcoding.com>
2061 L:      b.a.t.m.a.n@lists.open-mesh.org
2062 W:      http://www.open-mesh.org/
2063 S:      Maintained
2064 F:      net/batman-adv/
2065
2066 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2067 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2068 L:      linux-hams@vger.kernel.org
2069 W:      http://www.baycom.org/~tom/ham/ham.html
2070 S:      Maintained
2071 F:      drivers/net/hamradio/baycom*
2072
2073 BCACHE (BLOCK LAYER CACHE)
2074 M:      Kent Overstreet <kent.overstreet@gmail.com>
2075 L:      linux-bcache@vger.kernel.org
2076 W:      http://bcache.evilpiepirate.org
2077 S:      Maintained
2078 F:      drivers/md/bcache/
2079
2080 BDISP ST MEDIA DRIVER
2081 M:      Fabien Dessenne <fabien.dessenne@st.com>
2082 L:      linux-media@vger.kernel.org
2083 T:      git git://linuxtv.org/media_tree.git
2084 W:      http://linuxtv.org
2085 S:      Supported
2086 F:      drivers/media/platform/sti/bdisp
2087
2088 BEFS FILE SYSTEM
2089 S:      Orphan
2090 F:      Documentation/filesystems/befs.txt
2091 F:      fs/befs/
2092
2093 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2094 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2095 L:      netdev@vger.kernel.org
2096 S:      Maintained
2097 F:      drivers/net/ethernet/ec_bhf.c
2098
2099 BFS FILE SYSTEM
2100 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2101 S:      Maintained
2102 F:      Documentation/filesystems/bfs.txt
2103 F:      fs/bfs/
2104 F:      include/uapi/linux/bfs_fs.h
2105
2106 BLACKFIN ARCHITECTURE
2107 M:      Steven Miao <realmz6@gmail.com>
2108 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2109 T:      git git://git.code.sf.net/p/adi-linux/code
2110 W:      http://blackfin.uclinux.org
2111 S:      Supported
2112 F:      arch/blackfin/
2113
2114 BLACKFIN EMAC DRIVER
2115 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2116 W:      http://blackfin.uclinux.org
2117 S:      Supported
2118 F:      drivers/net/ethernet/adi/
2119
2120 BLACKFIN RTC DRIVER
2121 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2122 W:      http://blackfin.uclinux.org
2123 S:      Supported
2124 F:      drivers/rtc/rtc-bfin.c
2125
2126 BLACKFIN SDH DRIVER
2127 M:      Sonic Zhang <sonic.zhang@analog.com>
2128 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2129 W:      http://blackfin.uclinux.org
2130 S:      Supported
2131 F:      drivers/mmc/host/bfin_sdh.c
2132
2133 BLACKFIN SERIAL DRIVER
2134 M:      Sonic Zhang <sonic.zhang@analog.com>
2135 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2136 W:      http://blackfin.uclinux.org
2137 S:      Supported
2138 F:      drivers/tty/serial/bfin_uart.c
2139
2140 BLACKFIN WATCHDOG DRIVER
2141 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2142 W:      http://blackfin.uclinux.org
2143 S:      Supported
2144 F:      drivers/watchdog/bfin_wdt.c
2145
2146 BLACKFIN I2C TWI DRIVER
2147 M:      Sonic Zhang <sonic.zhang@analog.com>
2148 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2149 W:      http://blackfin.uclinux.org/
2150 S:      Supported
2151 F:      drivers/i2c/busses/i2c-bfin-twi.c
2152
2153 BLACKFIN MEDIA DRIVER
2154 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2155 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2156 W:      http://blackfin.uclinux.org/
2157 S:      Supported
2158 F:      drivers/media/platform/blackfin/
2159 F:      drivers/media/i2c/adv7183*
2160 F:      drivers/media/i2c/vs6624*
2161
2162 BLINKM RGB LED DRIVER
2163 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2164 S:      Maintained
2165 F:      drivers/leds/leds-blinkm.c
2166
2167 BLOCK LAYER
2168 M:      Jens Axboe <axboe@kernel.dk>
2169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2170 S:      Maintained
2171 F:      block/
2172 F:      kernel/trace/blktrace.c
2173
2174 BLOCK2MTD DRIVER
2175 M:      Joern Engel <joern@lazybastard.org>
2176 L:      linux-mtd@lists.infradead.org
2177 S:      Maintained
2178 F:      drivers/mtd/devices/block2mtd.c
2179
2180 BLUETOOTH DRIVERS
2181 M:      Marcel Holtmann <marcel@holtmann.org>
2182 M:      Gustavo Padovan <gustavo@padovan.org>
2183 M:      Johan Hedberg <johan.hedberg@gmail.com>
2184 L:      linux-bluetooth@vger.kernel.org
2185 W:      http://www.bluez.org/
2186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2188 S:      Maintained
2189 F:      drivers/bluetooth/
2190
2191 BLUETOOTH SUBSYSTEM
2192 M:      Marcel Holtmann <marcel@holtmann.org>
2193 M:      Gustavo Padovan <gustavo@padovan.org>
2194 M:      Johan Hedberg <johan.hedberg@gmail.com>
2195 L:      linux-bluetooth@vger.kernel.org
2196 W:      http://www.bluez.org/
2197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2199 S:      Maintained
2200 F:      net/bluetooth/
2201 F:      include/net/bluetooth/
2202
2203 BONDING DRIVER
2204 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2205 M:      Veaceslav Falico <vfalico@gmail.com>
2206 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2207 L:      netdev@vger.kernel.org
2208 W:      http://sourceforge.net/projects/bonding/
2209 S:      Supported
2210 F:      drivers/net/bonding/
2211 F:      include/uapi/linux/if_bonding.h
2212
2213 BPF (Safe dynamic programs and tools)
2214 M:      Alexei Starovoitov <ast@kernel.org>
2215 L:      netdev@vger.kernel.org
2216 L:      linux-kernel@vger.kernel.org
2217 S:      Supported
2218 F:      kernel/bpf/
2219
2220 BROADCOM B44 10/100 ETHERNET DRIVER
2221 M:      Gary Zambrano <zambrano@broadcom.com>
2222 L:      netdev@vger.kernel.org
2223 S:      Supported
2224 F:      drivers/net/ethernet/broadcom/b44.*
2225
2226 BROADCOM GENET ETHERNET DRIVER
2227 M:      Florian Fainelli <f.fainelli@gmail.com>
2228 L:      netdev@vger.kernel.org
2229 S:      Supported
2230 F:      drivers/net/ethernet/broadcom/genet/
2231
2232 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2233 M:      Sony Chacko <sony.chacko@qlogic.com>
2234 M:      Dept-HSGLinuxNICDev@qlogic.com
2235 L:      netdev@vger.kernel.org
2236 S:      Supported
2237 F:      drivers/net/ethernet/broadcom/bnx2.*
2238 F:      drivers/net/ethernet/broadcom/bnx2_*
2239
2240 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2241 M:      Ariel Elior <ariel.elior@qlogic.com>
2242 L:      netdev@vger.kernel.org
2243 S:      Supported
2244 F:      drivers/net/ethernet/broadcom/bnx2x/
2245
2246 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2247 M:      Florian Fainelli <f.fainelli@gmail.com>
2248 M:      Ray Jui <rjui@broadcom.com>
2249 M:      Scott Branden <sbranden@broadcom.com>
2250 L:      bcm-kernel-feedback-list@broadcom.com
2251 T:      git git://github.com/broadcom/mach-bcm
2252 S:      Maintained
2253 F:      arch/arm/mach-bcm/
2254 F:      arch/arm/boot/dts/bcm113*
2255 F:      arch/arm/boot/dts/bcm216*
2256 F:      arch/arm/boot/dts/bcm281*
2257 F:      arch/arm/configs/bcm_defconfig
2258 F:      drivers/mmc/host/sdhci-bcm-kona.c
2259 F:      drivers/clocksource/bcm_kona_timer.c
2260
2261 BROADCOM BCM2835 ARM ARCHITECTURE
2262 M:      Stephen Warren <swarren@wwwdotorg.org>
2263 M:      Lee Jones <lee@kernel.org>
2264 M:      Eric Anholt <eric@anholt.net>
2265 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2268 S:      Maintained
2269 N:      bcm2835
2270
2271 BROADCOM BCM33XX MIPS ARCHITECTURE
2272 M:      Kevin Cernekee <cernekee@gmail.com>
2273 L:      linux-mips@linux-mips.org
2274 S:      Maintained
2275 F:      arch/mips/bcm3384/*
2276 F:      arch/mips/include/asm/mach-bcm3384/*
2277 F:      arch/mips/kernel/*bmips*
2278
2279 BROADCOM BCM47XX MIPS ARCHITECTURE
2280 M:      Hauke Mehrtens <hauke@hauke-m.de>
2281 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2282 L:      linux-mips@linux-mips.org
2283 S:      Maintained
2284 F:      arch/mips/bcm47xx/*
2285 F:      arch/mips/include/asm/mach-bcm47xx/*
2286
2287 BROADCOM BCM5301X ARM ARCHITECTURE
2288 M:      Hauke Mehrtens <hauke@hauke-m.de>
2289 L:      linux-arm-kernel@lists.infradead.org
2290 S:      Maintained
2291 F:      arch/arm/mach-bcm/bcm_5301x.c
2292 F:      arch/arm/boot/dts/bcm5301x.dtsi
2293 F:      arch/arm/boot/dts/bcm470*
2294
2295 BROADCOM BCM63XX ARM ARCHITECTURE
2296 M:      Florian Fainelli <f.fainelli@gmail.com>
2297 L:      linux-arm-kernel@lists.infradead.org
2298 T:      git git://github.com/broadcom/arm-bcm63xx.git
2299 S:      Maintained
2300 F:      arch/arm/mach-bcm/bcm63xx.c
2301 F:      arch/arm/include/debug/bcm63xx.S
2302
2303 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2304 M:      Kevin Cernekee <cernekee@gmail.com>
2305 L:      linux-usb@vger.kernel.org
2306 S:      Maintained
2307 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2308
2309 BROADCOM BCM7XXX ARM ARCHITECTURE
2310 M:      Brian Norris <computersforpeace@gmail.com>
2311 M:      Gregory Fong <gregory.0xf0@gmail.com>
2312 M:      Florian Fainelli <f.fainelli@gmail.com>
2313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2314 T:      git git://github.com/broadcom/stblinux.git
2315 S:      Maintained
2316 F:      arch/arm/mach-bcm/*brcmstb*
2317 F:      arch/arm/boot/dts/bcm7*.dts*
2318 F:      drivers/bus/brcmstb_gisb.c
2319 N:      brcmstb
2320
2321 BROADCOM BMIPS MIPS ARCHITECTURE
2322 M:      Kevin Cernekee <cernekee@gmail.com>
2323 M:      Florian Fainelli <f.fainelli@gmail.com>
2324 L:      linux-mips@linux-mips.org
2325 T:      git git://github.com/broadcom/stblinux.git
2326 S:      Maintained
2327 F:      arch/mips/bmips/*
2328 F:      arch/mips/include/asm/mach-bmips/*
2329 F:      arch/mips/kernel/*bmips*
2330 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2331 F:      drivers/irqchip/irq-bcm7*
2332 F:      drivers/irqchip/irq-brcmstb*
2333
2334 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2335 M:      Prashant Sreedharan <prashant@broadcom.com>
2336 M:      Michael Chan <mchan@broadcom.com>
2337 L:      netdev@vger.kernel.org
2338 S:      Supported
2339 F:      drivers/net/ethernet/broadcom/tg3.*
2340
2341 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2342 M:      Brett Rudley <brudley@broadcom.com>
2343 M:      Arend van Spriel <arend@broadcom.com>
2344 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2345 M:      Hante Meuleman <meuleman@broadcom.com>
2346 L:      linux-wireless@vger.kernel.org
2347 L:      brcm80211-dev-list@broadcom.com
2348 S:      Supported
2349 F:      drivers/net/wireless/brcm80211/
2350
2351 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2352 M:      QLogic-Storage-Upstream@qlogic.com
2353 L:      linux-scsi@vger.kernel.org
2354 S:      Supported
2355 F:      drivers/scsi/bnx2fc/
2356
2357 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2358 M:      QLogic-Storage-Upstream@qlogic.com
2359 L:      linux-scsi@vger.kernel.org
2360 S:      Supported
2361 F:      drivers/scsi/bnx2i/
2362
2363 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2364 M:      Ray Jui <rjui@broadcom.com>
2365 M:      Scott Branden <sbranden@broadcom.com>
2366 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2367 L:      bcm-kernel-feedback-list@broadcom.com
2368 T:      git git://github.com/broadcom/cygnus-linux.git
2369 S:      Maintained
2370 N:      iproc
2371 N:      cygnus
2372 N:      bcm9113*
2373 N:      bcm9583*
2374 N:      bcm583*
2375 N:      bcm113*
2376
2377 BROADCOM BRCMSTB GPIO DRIVER
2378 M:      Gregory Fong <gregory.0xf0@gmail.com>
2379 L:      bcm-kernel-feedback-list@broadcom.com>
2380 S:      Supported
2381 F:      drivers/gpio/gpio-brcmstb.c
2382 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2383
2384 BROADCOM KONA GPIO DRIVER
2385 M:      Ray Jui <rjui@broadcom.com>
2386 L:      bcm-kernel-feedback-list@broadcom.com
2387 S:      Supported
2388 F:      drivers/gpio/gpio-bcm-kona.c
2389 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2390
2391 BROADCOM NVRAM DRIVER
2392 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2393 L:      linux-mips@linux-mips.org
2394 S:      Maintained
2395 F:      drivers/firmware/broadcom/*
2396
2397 BROADCOM STB NAND FLASH DRIVER
2398 M:      Brian Norris <computersforpeace@gmail.com>
2399 L:      linux-mtd@lists.infradead.org
2400 S:      Maintained
2401 F:      drivers/mtd/nand/brcmnand/
2402
2403 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2404 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2405 L:      linux-wireless@vger.kernel.org
2406 S:      Maintained
2407 F:      drivers/bcma/
2408 F:      include/linux/bcma/
2409
2410 BROADCOM SYSTEMPORT ETHERNET DRIVER
2411 M:      Florian Fainelli <f.fainelli@gmail.com>
2412 L:      netdev@vger.kernel.org
2413 S:      Supported
2414 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2415
2416 BROCADE BFA FC SCSI DRIVER
2417 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2418 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2419 L:      linux-scsi@vger.kernel.org
2420 S:      Supported
2421 F:      drivers/scsi/bfa/
2422
2423 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2424 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2425 L:      netdev@vger.kernel.org
2426 S:      Supported
2427 F:      drivers/net/ethernet/brocade/bna/
2428
2429 BSG (block layer generic sg v4 driver)
2430 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2431 L:      linux-scsi@vger.kernel.org
2432 S:      Supported
2433 F:      block/bsg.c
2434 F:      include/linux/bsg.h
2435 F:      include/uapi/linux/bsg.h
2436
2437 BT87X AUDIO DRIVER
2438 M:      Clemens Ladisch <clemens@ladisch.de>
2439 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2440 T:      git git://git.alsa-project.org/alsa-kernel.git
2441 S:      Maintained
2442 F:      Documentation/sound/alsa/Bt87x.txt
2443 F:      sound/pci/bt87x.c
2444
2445 BT8XXGPIO DRIVER
2446 M:      Michael Buesch <m@bues.ch>
2447 W:      http://bu3sch.de/btgpio.php
2448 S:      Maintained
2449 F:      drivers/gpio/gpio-bt8xx.c
2450
2451 BTRFS FILE SYSTEM
2452 M:      Chris Mason <clm@fb.com>
2453 M:      Josef Bacik <jbacik@fb.com>
2454 M:      David Sterba <dsterba@suse.com>
2455 L:      linux-btrfs@vger.kernel.org
2456 W:      http://btrfs.wiki.kernel.org/
2457 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2459 S:      Maintained
2460 F:      Documentation/filesystems/btrfs.txt
2461 F:      fs/btrfs/
2462
2463 BTTV VIDEO4LINUX DRIVER
2464 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2465 L:      linux-media@vger.kernel.org
2466 W:      http://linuxtv.org
2467 T:      git git://linuxtv.org/media_tree.git
2468 S:      Odd fixes
2469 F:      Documentation/video4linux/bttv/
2470 F:      drivers/media/pci/bt8xx/bttv*
2471
2472 BUSLOGIC SCSI DRIVER
2473 M:      Khalid Aziz <khalid@gonehiking.org>
2474 L:      linux-scsi@vger.kernel.org
2475 S:      Maintained
2476 F:      drivers/scsi/BusLogic.*
2477 F:      drivers/scsi/FlashPoint.*
2478
2479 C-MEDIA CMI8788 DRIVER
2480 M:      Clemens Ladisch <clemens@ladisch.de>
2481 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2482 T:      git git://git.alsa-project.org/alsa-kernel.git
2483 S:      Maintained
2484 F:      sound/pci/oxygen/
2485
2486 C6X ARCHITECTURE
2487 M:      Mark Salter <msalter@redhat.com>
2488 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2489 L:      linux-c6x-dev@linux-c6x.org
2490 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2491 S:      Maintained
2492 F:      arch/c6x/
2493
2494 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2495 M:      David Howells <dhowells@redhat.com>
2496 L:      linux-cachefs@redhat.com
2497 S:      Supported
2498 F:      Documentation/filesystems/caching/cachefiles.txt
2499 F:      fs/cachefiles/
2500
2501 CADET FM/AM RADIO RECEIVER DRIVER
2502 M:      Hans Verkuil <hverkuil@xs4all.nl>
2503 L:      linux-media@vger.kernel.org
2504 T:      git git://linuxtv.org/media_tree.git
2505 W:      http://linuxtv.org
2506 S:      Maintained
2507 F:      drivers/media/radio/radio-cadet*
2508
2509 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2510 M:      Jonathan Corbet <corbet@lwn.net>
2511 L:      linux-media@vger.kernel.org
2512 T:      git git://linuxtv.org/media_tree.git
2513 S:      Maintained
2514 F:      Documentation/video4linux/cafe_ccic
2515 F:      drivers/media/platform/marvell-ccic/
2516
2517 CAIF NETWORK LAYER
2518 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2519 L:      netdev@vger.kernel.org
2520 S:      Supported
2521 F:      Documentation/networking/caif/
2522 F:      drivers/net/caif/
2523 F:      include/uapi/linux/caif/
2524 F:      include/net/caif/
2525 F:      net/caif/
2526
2527 CALGARY x86-64 IOMMU
2528 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2529 M:      "Jon D. Mason" <jdmason@kudzu.us>
2530 L:      discuss@x86-64.org
2531 S:      Maintained
2532 F:      arch/x86/kernel/pci-calgary_64.c
2533 F:      arch/x86/kernel/tce_64.c
2534 F:      arch/x86/include/asm/calgary.h
2535 F:      arch/x86/include/asm/tce.h
2536
2537 CAN NETWORK LAYER
2538 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2539 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2540 L:      linux-can@vger.kernel.org
2541 W:      https://github.com/linux-can
2542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2544 S:      Maintained
2545 F:      Documentation/networking/can.txt
2546 F:      net/can/
2547 F:      include/linux/can/core.h
2548 F:      include/uapi/linux/can.h
2549 F:      include/uapi/linux/can/bcm.h
2550 F:      include/uapi/linux/can/raw.h
2551 F:      include/uapi/linux/can/gw.h
2552
2553 CAN NETWORK DRIVERS
2554 M:      Wolfgang Grandegger <wg@grandegger.com>
2555 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2556 L:      linux-can@vger.kernel.org
2557 W:      https://github.com/linux-can
2558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2560 S:      Maintained
2561 F:      drivers/net/can/
2562 F:      include/linux/can/dev.h
2563 F:      include/linux/can/platform/
2564 F:      include/uapi/linux/can/error.h
2565 F:      include/uapi/linux/can/netlink.h
2566
2567 CAPABILITIES
2568 M:      Serge Hallyn <serge.hallyn@canonical.com>
2569 L:      linux-security-module@vger.kernel.org
2570 S:      Supported
2571 F:      include/linux/capability.h
2572 F:      include/uapi/linux/capability.h
2573 F:      security/commoncap.c
2574 F:      kernel/capability.c
2575
2576 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2577 M:      Kevin Tsai <ktsai@capellamicro.com>
2578 S:      Maintained
2579 F:      drivers/iio/light/cm*
2580 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2581
2582 CAVIUM LIQUIDIO NETWORK DRIVER
2583 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2584 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2585 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2586 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2587 L:     netdev@vger.kernel.org
2588 W:     http://www.cavium.com
2589 S:     Supported
2590 F:     drivers/net/ethernet/cavium/liquidio/
2591
2592 CC2520 IEEE-802.15.4 RADIO DRIVER
2593 M:      Varka Bhadram <varkabhadram@gmail.com>
2594 L:      linux-wpan@vger.kernel.org
2595 S:      Maintained
2596 F:      drivers/net/ieee802154/cc2520.c
2597 F:      include/linux/spi/cc2520.h
2598 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2599
2600 CELL BROADBAND ENGINE ARCHITECTURE
2601 M:      Arnd Bergmann <arnd@arndb.de>
2602 L:      linuxppc-dev@lists.ozlabs.org
2603 W:      http://www.ibm.com/developerworks/power/cell/
2604 S:      Supported
2605 F:      arch/powerpc/include/asm/cell*.h
2606 F:      arch/powerpc/include/asm/spu*.h
2607 F:      arch/powerpc/include/uapi/asm/spu*.h
2608 F:      arch/powerpc/oprofile/*cell*
2609 F:      arch/powerpc/platforms/cell/
2610
2611 CEPH COMMON CODE (LIBCEPH)
2612 M:      Ilya Dryomov <idryomov@gmail.com>
2613 M:      "Yan, Zheng" <zyan@redhat.com>
2614 M:      Sage Weil <sage@redhat.com>
2615 L:      ceph-devel@vger.kernel.org
2616 W:      http://ceph.com/
2617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2618 T:      git git://github.com/ceph/ceph-client.git
2619 S:      Supported
2620 F:      net/ceph/
2621 F:      include/linux/ceph/
2622 F:      include/linux/crush/
2623
2624 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2625 M:      "Yan, Zheng" <zyan@redhat.com>
2626 M:      Sage Weil <sage@redhat.com>
2627 M:      Ilya Dryomov <idryomov@gmail.com>
2628 L:      ceph-devel@vger.kernel.org
2629 W:      http://ceph.com/
2630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2631 T:      git git://github.com/ceph/ceph-client.git
2632 S:      Supported
2633 F:      Documentation/filesystems/ceph.txt
2634 F:      fs/ceph/
2635
2636 CERTIFICATE HANDLING:
2637 M:      David Howells <dhowells@redhat.com>
2638 M:      David Woodhouse <dwmw2@infradead.org>
2639 L:      keyrings@linux-nfs.org
2640 S:      Maintained
2641 F:      Documentation/module-signing.txt
2642 F:      certs/
2643 F:      scripts/extract-cert.c
2644
2645 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2646 L:      linux-usb@vger.kernel.org
2647 S:      Orphan
2648 F:      Documentation/usb/WUSB-Design-overview.txt
2649 F:      Documentation/usb/wusb-cbaf
2650 F:      drivers/usb/host/hwa-hc.c
2651 F:      drivers/usb/host/whci/
2652 F:      drivers/usb/wusbcore/
2653 F:      include/linux/usb/wusb*
2654
2655 CFAG12864B LCD DRIVER
2656 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2657 W:      http://miguelojeda.es/auxdisplay.htm
2658 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2659 S:      Maintained
2660 F:      drivers/auxdisplay/cfag12864b.c
2661 F:      include/linux/cfag12864b.h
2662
2663 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2664 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2665 W:      http://miguelojeda.es/auxdisplay.htm
2666 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2667 S:      Maintained
2668 F:      drivers/auxdisplay/cfag12864bfb.c
2669 F:      include/linux/cfag12864b.h
2670
2671 CFG80211 and NL80211
2672 M:      Johannes Berg <johannes@sipsolutions.net>
2673 L:      linux-wireless@vger.kernel.org
2674 W:      http://wireless.kernel.org/
2675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2677 S:      Maintained
2678 F:      include/uapi/linux/nl80211.h
2679 F:      include/net/cfg80211.h
2680 F:      net/wireless/*
2681 X:      net/wireless/wext*
2682
2683 CHAR and MISC DRIVERS
2684 M:      Arnd Bergmann <arnd@arndb.de>
2685 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2687 S:      Supported
2688 F:      drivers/char/*
2689 F:      drivers/misc/*
2690 F:      include/linux/miscdevice.h
2691
2692 CHECKPATCH
2693 M:      Andy Whitcroft <apw@canonical.com>
2694 M:      Joe Perches <joe@perches.com>
2695 S:      Maintained
2696 F:      scripts/checkpatch.pl
2697
2698 CHINESE DOCUMENTATION
2699 M:      Harry Wei <harryxiyou@gmail.com>
2700 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2701 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2702 S:      Maintained
2703 F:      Documentation/zh_CN/
2704
2705 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2706 M:      Peter Chen <Peter.Chen@freescale.com>
2707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2708 L:      linux-usb@vger.kernel.org
2709 S:      Maintained
2710 F:      drivers/usb/chipidea/
2711
2712 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2713 M:      Hans de Goede <hdegoede@redhat.com>
2714 L:      linux-input@vger.kernel.org
2715 S:      Maintained
2716 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2717 F:      drivers/input/touchscreen/chipone_icn8318.c
2718
2719 CHROME HARDWARE PLATFORM SUPPORT
2720 M:      Olof Johansson <olof@lixom.net>
2721 S:      Maintained
2722 F:      drivers/platform/chrome/
2723
2724 CISCO VIC ETHERNET NIC DRIVER
2725 M:      Christian Benvenuti <benve@cisco.com>
2726 M:      Sujith Sankar <ssujith@cisco.com>
2727 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2728 M:      Neel Patel <neepatel@cisco.com>
2729 S:      Supported
2730 F:      drivers/net/ethernet/cisco/enic/
2731
2732 CISCO VIC LOW LATENCY NIC DRIVER
2733 M:      Upinder Malhi <umalhi@cisco.com>
2734 S:      Supported
2735 F:      drivers/infiniband/hw/usnic
2736
2737 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2738 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2739 L:      netdev@vger.kernel.org
2740 S:      Maintained
2741 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2742
2743 CIRRUS LOGIC AUDIO CODEC DRIVERS
2744 M:      Brian Austin <brian.austin@cirrus.com>
2745 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2746 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2747 S:      Maintained
2748 F:      sound/soc/codecs/cs*
2749
2750 CLEANCACHE API
2751 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2752 L:      linux-kernel@vger.kernel.org
2753 S:      Maintained
2754 F:      mm/cleancache.c
2755 F:      include/linux/cleancache.h
2756
2757 CLK API
2758 M:      Russell King <linux@arm.linux.org.uk>
2759 L:      linux-clk@vger.kernel.org
2760 S:      Maintained
2761 F:      include/linux/clk.h
2762
2763 CLOCKSOURCE, CLOCKEVENT DRIVERS
2764 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2765 M:      Thomas Gleixner <tglx@linutronix.de>
2766 L:      linux-kernel@vger.kernel.org
2767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2768 S:      Supported
2769 F:      drivers/clocksource
2770
2771 CISCO FCOE HBA DRIVER
2772 M:      Hiral Patel <hiralpat@cisco.com>
2773 M:      Suma Ramars <sramars@cisco.com>
2774 M:      Brian Uchino <buchino@cisco.com>
2775 L:      linux-scsi@vger.kernel.org
2776 S:      Supported
2777 F:      drivers/scsi/fnic/
2778
2779 CISCO SCSI HBA DRIVER
2780 M:      Narsimhulu Musini <nmusini@cisco.com>
2781 M:      Sesidhar Baddela <sebaddel@cisco.com>
2782 L:      linux-scsi@vger.kernel.org
2783 S:      Supported
2784 F:      drivers/scsi/snic/
2785
2786 CMPC ACPI DRIVER
2787 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2788 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2789 L:      platform-driver-x86@vger.kernel.org
2790 S:      Supported
2791 F:      drivers/platform/x86/classmate-laptop.c
2792
2793 COBALT MEDIA DRIVER
2794 M:      Hans Verkuil <hans.verkuil@cisco.com>
2795 L:      linux-media@vger.kernel.org
2796 T:      git git://linuxtv.org/media_tree.git
2797 W:      http://linuxtv.org
2798 S:      Supported
2799 F:      drivers/media/pci/cobalt/
2800
2801 COCCINELLE/Semantic Patches (SmPL)
2802 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2803 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2804 M:      Nicolas Palix <nicolas.palix@imag.fr>
2805 M:      Michal Marek <mmarek@suse.com>
2806 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2808 W:      http://coccinelle.lip6.fr/
2809 S:      Supported
2810 F:      Documentation/coccinelle.txt
2811 F:      scripts/coccinelle/
2812 F:      scripts/coccicheck
2813
2814 CODA FILE SYSTEM
2815 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2816 M:      coda@cs.cmu.edu
2817 L:      codalist@coda.cs.cmu.edu
2818 W:      http://www.coda.cs.cmu.edu/
2819 S:      Maintained
2820 F:      Documentation/filesystems/coda.txt
2821 F:      fs/coda/
2822 F:      include/linux/coda*.h
2823 F:      include/uapi/linux/coda*.h
2824
2825 CODA V4L2 MEM2MEM DRIVER
2826 M:      Philipp Zabel <p.zabel@pengutronix.de>
2827 L:      linux-media@vger.kernel.org
2828 S:      Maintained
2829 F:      Documentation/devicetree/bindings/media/coda.txt
2830 F:      drivers/media/platform/coda/
2831
2832 COMMON CLK FRAMEWORK
2833 M:      Michael Turquette <mturquette@baylibre.com>
2834 M:      Stephen Boyd <sboyd@codeaurora.org>
2835 L:      linux-clk@vger.kernel.org
2836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2837 S:      Maintained
2838 F:      drivers/clk/
2839 X:      drivers/clk/clkdev.c
2840 F:      include/linux/clk-pr*
2841 F:      include/linux/clk/
2842
2843 COMMON INTERNET FILE SYSTEM (CIFS)
2844 M:      Steve French <sfrench@samba.org>
2845 L:      linux-cifs@vger.kernel.org
2846 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2847 W:      http://linux-cifs.samba.org/
2848 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2849 S:      Supported
2850 F:      Documentation/filesystems/cifs/
2851 F:      fs/cifs/
2852
2853 COMPACTPCI HOTPLUG CORE
2854 M:      Scott Murray <scott@spiteful.org>
2855 L:      linux-pci@vger.kernel.org
2856 S:      Maintained
2857 F:      drivers/pci/hotplug/cpci_hotplug*
2858
2859 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2860 M:      Scott Murray <scott@spiteful.org>
2861 L:      linux-pci@vger.kernel.org
2862 S:      Maintained
2863 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2864
2865 COMPACTPCI HOTPLUG GENERIC DRIVER
2866 M:      Scott Murray <scott@spiteful.org>
2867 L:      linux-pci@vger.kernel.org
2868 S:      Maintained
2869 F:      drivers/pci/hotplug/cpcihp_generic.c
2870
2871 COMPAL LAPTOP SUPPORT
2872 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2873 L:      platform-driver-x86@vger.kernel.org
2874 S:      Maintained
2875 F:      drivers/platform/x86/compal-laptop.c
2876
2877 CONEXANT ACCESSRUNNER USB DRIVER
2878 M:      Simon Arlott <cxacru@fire.lp0.eu>
2879 L:      accessrunner-general@lists.sourceforge.net
2880 W:      http://accessrunner.sourceforge.net/
2881 S:      Maintained
2882 F:      drivers/usb/atm/cxacru.c
2883
2884 CONFIGFS
2885 M:      Joel Becker <jlbec@evilplan.org>
2886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2887 S:      Supported
2888 F:      fs/configfs/
2889 F:      include/linux/configfs.h
2890
2891 CONNECTOR
2892 M:      Evgeniy Polyakov <zbr@ioremap.net>
2893 L:      netdev@vger.kernel.org
2894 S:      Maintained
2895 F:      drivers/connector/
2896
2897 CONTROL GROUP (CGROUP)
2898 M:      Tejun Heo <tj@kernel.org>
2899 M:      Li Zefan <lizefan@huawei.com>
2900 M:      Johannes Weiner <hannes@cmpxchg.org>
2901 L:      cgroups@vger.kernel.org
2902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2903 S:      Maintained
2904 F:      Documentation/cgroups/
2905 F:      include/linux/cgroup*
2906 F:      kernel/cgroup*
2907
2908 CONTROL GROUP - CPUSET
2909 M:      Li Zefan <lizefan@huawei.com>
2910 L:      cgroups@vger.kernel.org
2911 W:      http://www.bullopensource.org/cpuset/
2912 W:      http://oss.sgi.com/projects/cpusets/
2913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2914 S:      Maintained
2915 F:      Documentation/cgroups/cpusets.txt
2916 F:      include/linux/cpuset.h
2917 F:      kernel/cpuset.c
2918
2919 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2920 M:      Johannes Weiner <hannes@cmpxchg.org>
2921 M:      Michal Hocko <mhocko@kernel.org>
2922 L:      cgroups@vger.kernel.org
2923 L:      linux-mm@kvack.org
2924 S:      Maintained
2925 F:      mm/memcontrol.c
2926 F:      mm/swap_cgroup.c
2927
2928 CORETEMP HARDWARE MONITORING DRIVER
2929 M:      Fenghua Yu <fenghua.yu@intel.com>
2930 L:      lm-sensors@lm-sensors.org
2931 S:      Maintained
2932 F:      Documentation/hwmon/coretemp
2933 F:      drivers/hwmon/coretemp.c
2934
2935 COSA/SRP SYNC SERIAL DRIVER
2936 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2937 W:      http://www.fi.muni.cz/~kas/cosa/
2938 S:      Maintained
2939 F:      drivers/net/wan/cosa*
2940
2941 CPMAC ETHERNET DRIVER
2942 M:      Florian Fainelli <florian@openwrt.org>
2943 L:      netdev@vger.kernel.org
2944 S:      Maintained
2945 F:      drivers/net/ethernet/ti/cpmac.c
2946
2947 CPU FREQUENCY DRIVERS
2948 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2949 M:      Viresh Kumar <viresh.kumar@linaro.org>
2950 L:      linux-pm@vger.kernel.org
2951 S:      Maintained
2952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2953 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2954 F:      drivers/cpufreq/
2955 F:      include/linux/cpufreq.h
2956
2957 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2958 M:      Viresh Kumar <viresh.kumar@linaro.org>
2959 M:      Sudeep Holla <sudeep.holla@arm.com>
2960 L:      linux-pm@vger.kernel.org
2961 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2962 S:      Maintained
2963 F:      drivers/cpufreq/arm_big_little.h
2964 F:      drivers/cpufreq/arm_big_little.c
2965 F:      drivers/cpufreq/arm_big_little_dt.c
2966
2967 CPUIDLE DRIVER - ARM BIG LITTLE
2968 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2969 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2970 L:      linux-pm@vger.kernel.org
2971 L:      linux-arm-kernel@lists.infradead.org
2972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2973 S:      Maintained
2974 F:      drivers/cpuidle/cpuidle-big_little.c
2975
2976 CPUIDLE DRIVER - ARM EXYNOS
2977 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2978 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2979 M:      Kukjin Kim <kgene@kernel.org>
2980 L:      linux-pm@vger.kernel.org
2981 L:      linux-samsung-soc@vger.kernel.org
2982 S:      Supported
2983 F:      drivers/cpuidle/cpuidle-exynos.c
2984 F:      arch/arm/mach-exynos/pm.c
2985
2986 CPUIDLE DRIVERS
2987 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2988 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2989 L:      linux-pm@vger.kernel.org
2990 S:      Maintained
2991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2992 F:      drivers/cpuidle/*
2993 F:      include/linux/cpuidle.h
2994
2995 CPUID/MSR DRIVER
2996 M:      "H. Peter Anvin" <hpa@zytor.com>
2997 S:      Maintained
2998 F:      arch/x86/kernel/cpuid.c
2999 F:      arch/x86/kernel/msr.c
3000
3001 CPU POWER MONITORING SUBSYSTEM
3002 M:      Thomas Renninger <trenn@suse.com>
3003 L:      linux-pm@vger.kernel.org
3004 S:      Maintained
3005 F:      tools/power/cpupower/
3006
3007 CRAMFS FILESYSTEM
3008 W:      http://sourceforge.net/projects/cramfs/
3009 S:      Orphan / Obsolete
3010 F:      Documentation/filesystems/cramfs.txt
3011 F:      fs/cramfs/
3012
3013 CRIS PORT
3014 M:      Mikael Starvik <starvik@axis.com>
3015 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3016 L:      linux-cris-kernel@axis.com
3017 W:      http://developer.axis.com
3018 S:      Maintained
3019 F:      arch/cris/
3020 F:      drivers/tty/serial/crisv10.*
3021
3022 CRYPTO API
3023 M:      Herbert Xu <herbert@gondor.apana.org.au>
3024 M:      "David S. Miller" <davem@davemloft.net>
3025 L:      linux-crypto@vger.kernel.org
3026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3027 S:      Maintained
3028 F:      Documentation/crypto/
3029 F:      Documentation/DocBook/crypto-API.tmpl
3030 F:      arch/*/crypto/
3031 F:      crypto/
3032 F:      drivers/crypto/
3033 F:      include/crypto/
3034
3035 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3036 M:      Neil Horman <nhorman@tuxdriver.com>
3037 L:      linux-crypto@vger.kernel.org
3038 S:      Maintained
3039 F:      crypto/ansi_cprng.c
3040 F:      crypto/rng.c
3041
3042 CS5535 Audio ALSA driver
3043 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3044 S:      Maintained
3045 F:      sound/pci/cs5535audio/
3046
3047 CW1200 WLAN driver
3048 M:      Solomon Peachy <pizza@shaftnet.org>
3049 S:      Maintained
3050 F:      drivers/net/wireless/cw1200/
3051
3052 CX18 VIDEO4LINUX DRIVER
3053 M:      Andy Walls <awalls@md.metrocast.net>
3054 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3055 L:      linux-media@vger.kernel.org
3056 T:      git git://linuxtv.org/media_tree.git
3057 W:      http://linuxtv.org
3058 W:      http://www.ivtvdriver.org/index.php/Cx18
3059 S:      Maintained
3060 F:      Documentation/video4linux/cx18.txt
3061 F:      drivers/media/pci/cx18/
3062 F:      include/uapi/linux/ivtv*
3063
3064 CX2341X MPEG ENCODER HELPER MODULE
3065 M:      Hans Verkuil <hverkuil@xs4all.nl>
3066 L:      linux-media@vger.kernel.org
3067 T:      git git://linuxtv.org/media_tree.git
3068 W:      http://linuxtv.org
3069 S:      Maintained
3070 F:      drivers/media/common/cx2341x*
3071 F:      include/media/cx2341x*
3072
3073 CX24120 MEDIA DRIVER
3074 M:      Jemma Denson <jdenson@gmail.com>
3075 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3076 L:      linux-media@vger.kernel.org
3077 W:      http://linuxtv.org/
3078 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3079 S:      Maintained
3080 F:      drivers/media/dvb-frontends/cx24120*
3081
3082 CX88 VIDEO4LINUX DRIVER
3083 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3084 L:      linux-media@vger.kernel.org
3085 W:      http://linuxtv.org
3086 T:      git git://linuxtv.org/media_tree.git
3087 S:      Odd fixes
3088 F:      Documentation/video4linux/cx88/
3089 F:      drivers/media/pci/cx88/
3090
3091 CXD2820R MEDIA DRIVER
3092 M:      Antti Palosaari <crope@iki.fi>
3093 L:      linux-media@vger.kernel.org
3094 W:      http://linuxtv.org/
3095 W:      http://palosaari.fi/linux/
3096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3097 T:      git git://linuxtv.org/anttip/media_tree.git
3098 S:      Maintained
3099 F:      drivers/media/dvb-frontends/cxd2820r*
3100
3101 CXGB3 ETHERNET DRIVER (CXGB3)
3102 M:      Santosh Raspatur <santosh@chelsio.com>
3103 L:      netdev@vger.kernel.org
3104 W:      http://www.chelsio.com
3105 S:      Supported
3106 F:      drivers/net/ethernet/chelsio/cxgb3/
3107
3108 CXGB3 ISCSI DRIVER (CXGB3I)
3109 M:      Karen Xie <kxie@chelsio.com>
3110 L:      linux-scsi@vger.kernel.org
3111 W:      http://www.chelsio.com
3112 S:      Supported
3113 F:      drivers/scsi/cxgbi/cxgb3i
3114
3115 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3116 M:      Steve Wise <swise@chelsio.com>
3117 L:      linux-rdma@vger.kernel.org
3118 W:      http://www.openfabrics.org
3119 S:      Supported
3120 F:      drivers/infiniband/hw/cxgb3/
3121
3122 CXGB4 ETHERNET DRIVER (CXGB4)
3123 M:      Hariprasad S <hariprasad@chelsio.com>
3124 L:      netdev@vger.kernel.org
3125 W:      http://www.chelsio.com
3126 S:      Supported
3127 F:      drivers/net/ethernet/chelsio/cxgb4/
3128
3129 CXGB4 ISCSI DRIVER (CXGB4I)
3130 M:      Karen Xie <kxie@chelsio.com>
3131 L:      linux-scsi@vger.kernel.org
3132 W:      http://www.chelsio.com
3133 S:      Supported
3134 F:      drivers/scsi/cxgbi/cxgb4i
3135
3136 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3137 M:      Steve Wise <swise@chelsio.com>
3138 L:      linux-rdma@vger.kernel.org
3139 W:      http://www.openfabrics.org
3140 S:      Supported
3141 F:      drivers/infiniband/hw/cxgb4/
3142
3143 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3144 M:      Casey Leedom <leedom@chelsio.com>
3145 L:      netdev@vger.kernel.org
3146 W:      http://www.chelsio.com
3147 S:      Supported
3148 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3149
3150 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3151 M:      Ian Munsie <imunsie@au1.ibm.com>
3152 M:      Michael Neuling <mikey@neuling.org>
3153 L:      linuxppc-dev@lists.ozlabs.org
3154 S:      Supported
3155 F:      drivers/misc/cxl/
3156 F:      include/misc/cxl*
3157 F:      include/uapi/misc/cxl.h
3158 F:      Documentation/powerpc/cxl.txt
3159 F:      Documentation/powerpc/cxl.txt
3160 F:      Documentation/ABI/testing/sysfs-class-cxl
3161
3162 STMMAC ETHERNET DRIVER
3163 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3164 L:      netdev@vger.kernel.org
3165 W:      http://www.stlinux.com
3166 S:      Supported
3167 F:      drivers/net/ethernet/stmicro/stmmac/
3168
3169 CYBERPRO FB DRIVER
3170 M:      Russell King <linux@arm.linux.org.uk>
3171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3172 W:      http://www.arm.linux.org.uk/
3173 S:      Maintained
3174 F:      drivers/video/fbdev/cyber2000fb.*
3175
3176 CYCLADES ASYNC MUX DRIVER
3177 W:      http://www.cyclades.com/
3178 S:      Orphan
3179 F:      drivers/tty/cyclades.c
3180 F:      include/linux/cyclades.h
3181 F:      include/uapi/linux/cyclades.h
3182
3183 CYCLADES PC300 DRIVER
3184 W:      http://www.cyclades.com/
3185 S:      Orphan
3186 F:      drivers/net/wan/pc300*
3187
3188 CYPRESS_FIRMWARE MEDIA DRIVER
3189 M:      Antti Palosaari <crope@iki.fi>
3190 L:      linux-media@vger.kernel.org
3191 W:      http://linuxtv.org/
3192 W:      http://palosaari.fi/linux/
3193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3194 T:      git git://linuxtv.org/anttip/media_tree.git
3195 S:      Maintained
3196 F:      drivers/media/common/cypress_firmware*
3197
3198 CYTTSP TOUCHSCREEN DRIVER
3199 M:      Ferruh Yigit <fery@cypress.com>
3200 L:      linux-input@vger.kernel.org
3201 S:      Supported
3202 F:      drivers/input/touchscreen/cyttsp*
3203 F:      include/linux/input/cyttsp.h
3204
3205 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3206 M:      Joshua Kinard <kumba@gentoo.org>
3207 S:      Maintained
3208 F:      drivers/rtc/rtc-ds1685.c
3209 F:      include/linux/rtc/ds1685.h
3210
3211 DAMA SLAVE for AX.25
3212 M:      Joerg Reuter <jreuter@yaina.de>
3213 W:      http://yaina.de/jreuter/
3214 W:      http://www.qsl.net/dl1bke/
3215 L:      linux-hams@vger.kernel.org
3216 S:      Maintained
3217 F:      net/ax25/af_ax25.c
3218 F:      net/ax25/ax25_dev.c
3219 F:      net/ax25/ax25_ds_*
3220 F:      net/ax25/ax25_in.c
3221 F:      net/ax25/ax25_out.c
3222 F:      net/ax25/ax25_timer.c
3223 F:      net/ax25/sysctl_net_ax25.c
3224
3225 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3226 L:      netdev@vger.kernel.org
3227 S:      Orphan
3228 F:      Documentation/networking/dmfe.txt
3229 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3230
3231 DC390/AM53C974 SCSI driver
3232 M:      Hannes Reinecke <hare@suse.com>
3233 L:      linux-scsi@vger.kernel.org
3234 S:      Maintained
3235 F:      drivers/scsi/am53c974.c
3236
3237 DC395x SCSI driver
3238 M:      Oliver Neukum <oliver@neukum.org>
3239 M:      Ali Akcaagac <aliakc@web.de>
3240 M:      Jamie Lenehan <lenehan@twibble.org>
3241 L:      dc395x@twibble.org
3242 W:      http://twibble.org/dist/dc395x/
3243 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3244 S:      Maintained
3245 F:      Documentation/scsi/dc395x.txt
3246 F:      drivers/scsi/dc395x.*
3247
3248 DCCP PROTOCOL
3249 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3250 L:      dccp@vger.kernel.org
3251 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3252 S:      Maintained
3253 F:      include/linux/dccp.h
3254 F:      include/uapi/linux/dccp.h
3255 F:      include/linux/tfrc.h
3256 F:      net/dccp/
3257
3258 DECnet NETWORK LAYER
3259 W:      http://linux-decnet.sourceforge.net
3260 L:      linux-decnet-user@lists.sourceforge.net
3261 S:      Orphan
3262 F:      Documentation/networking/decnet.txt
3263 F:      net/decnet/
3264
3265 DECSTATION PLATFORM SUPPORT
3266 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3267 L:      linux-mips@linux-mips.org
3268 W:      http://www.linux-mips.org/wiki/DECstation
3269 S:      Maintained
3270 F:      arch/mips/dec/
3271 F:      arch/mips/include/asm/dec/
3272 F:      arch/mips/include/asm/mach-dec/
3273
3274 DEFXX FDDI NETWORK DRIVER
3275 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3276 S:      Maintained
3277 F:      drivers/net/fddi/defxx.*
3278
3279 DELL LAPTOP DRIVER
3280 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3281 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3282 L:      platform-driver-x86@vger.kernel.org
3283 S:      Maintained
3284 F:      drivers/platform/x86/dell-laptop.c
3285
3286 DELL LAPTOP RBTN DRIVER
3287 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3288 S:      Maintained
3289 F:      drivers/platform/x86/dell-rbtn.*
3290
3291 DELL LAPTOP FREEFALL DRIVER
3292 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3293 S:      Maintained
3294 F:      drivers/platform/x86/dell-smo8800.c
3295
3296 DELL LAPTOP SMM DRIVER
3297 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3298 S:      Maintained
3299 F:      drivers/hwmon/dell-smm-hwmon.c
3300 F:      include/uapi/linux/i8k.h
3301
3302 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3303 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3304 S:      Maintained
3305 F:      Documentation/dcdbas.txt
3306 F:      drivers/firmware/dcdbas.*
3307
3308 DELL WMI EXTRAS DRIVER
3309 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3310 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3311 S:      Maintained
3312 F:      drivers/platform/x86/dell-wmi.c
3313
3314 DESIGNWARE USB2 DRD IP DRIVER
3315 M:      John Youn <johnyoun@synopsys.com>
3316 L:      linux-usb@vger.kernel.org
3317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3318 S:      Maintained
3319 F:      drivers/usb/dwc2/
3320
3321 DESIGNWARE USB3 DRD IP DRIVER
3322 M:      Felipe Balbi <balbi@ti.com>
3323 L:      linux-usb@vger.kernel.org
3324 L:      linux-omap@vger.kernel.org
3325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3326 S:      Maintained
3327 F:      drivers/usb/dwc3/
3328
3329 DEVICE COREDUMP (DEV_COREDUMP)
3330 M:      Johannes Berg <johannes@sipsolutions.net>
3331 L:      linux-kernel@vger.kernel.org
3332 S:      Maintained
3333 F:      drivers/base/devcoredump.c
3334 F:      include/linux/devcoredump.h
3335
3336 DEVICE FREQUENCY (DEVFREQ)
3337 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3338 M:      Kyungmin Park <kyungmin.park@samsung.com>
3339 L:      linux-pm@vger.kernel.org
3340 S:      Maintained
3341 F:      drivers/devfreq/
3342
3343 DEVICE NUMBER REGISTRY
3344 M:      Torben Mathiasen <device@lanana.org>
3345 W:      http://lanana.org/docs/device-list/index.html
3346 S:      Maintained
3347
3348 DEVICE-MAPPER  (LVM)
3349 M:      Alasdair Kergon <agk@redhat.com>
3350 M:      Mike Snitzer <snitzer@redhat.com>
3351 M:      dm-devel@redhat.com
3352 L:      dm-devel@redhat.com
3353 W:      http://sources.redhat.com/dm
3354 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3356 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3357 S:      Maintained
3358 F:      Documentation/device-mapper/
3359 F:      drivers/md/dm*
3360 F:      drivers/md/persistent-data/
3361 F:      include/linux/device-mapper.h
3362 F:      include/linux/dm-*.h
3363 F:      include/uapi/linux/dm-*.h
3364
3365 DIALOG SEMICONDUCTOR DRIVERS
3366 M:      Support Opensource <support.opensource@diasemi.com>
3367 W:      http://www.dialog-semiconductor.com/products
3368 S:      Supported
3369 F:      Documentation/hwmon/da90??
3370 F:      drivers/gpio/gpio-da90??.c
3371 F:      drivers/hwmon/da90??-hwmon.c
3372 F:      drivers/iio/adc/da91??-*.c
3373 F:      drivers/input/misc/da90??_onkey.c
3374 F:      drivers/input/touchscreen/da9052_tsi.c
3375 F:      drivers/leds/leds-da90??.c
3376 F:      drivers/mfd/da903x.c
3377 F:      drivers/mfd/da90??-*.c
3378 F:      drivers/mfd/da91??-*.c
3379 F:      drivers/power/da9052-battery.c
3380 F:      drivers/power/da91??-*.c
3381 F:      drivers/regulator/da903x.c
3382 F:      drivers/regulator/da9???-regulator.[ch]
3383 F:      drivers/rtc/rtc-da90??.c
3384 F:      drivers/video/backlight/da90??_bl.c
3385 F:      drivers/watchdog/da90??_wdt.c
3386 F:      include/linux/mfd/da903x.h
3387 F:      include/linux/mfd/da9052/
3388 F:      include/linux/mfd/da9055/
3389 F:      include/linux/mfd/da9063/
3390 F:      include/linux/mfd/da9150/
3391 F:      include/sound/da[79]*.h
3392 F:      sound/soc/codecs/da[79]*.[ch]
3393
3394 DIGI NEO AND CLASSIC PCI PRODUCTS
3395 M:      Lidza Louina <lidza.louina@gmail.com>
3396 M:      Mark Hounschell <markh@compro.net>
3397 L:      driverdev-devel@linuxdriverproject.org
3398 S:      Maintained
3399 F:      drivers/staging/dgnc/
3400
3401 DIGI EPCA PCI PRODUCTS
3402 M:      Lidza Louina <lidza.louina@gmail.com>
3403 M:      Daeseok Youn <daeseok.youn@gmail.com>
3404 L:      driverdev-devel@linuxdriverproject.org
3405 S:      Maintained
3406 F:      drivers/staging/dgap/
3407
3408 DIOLAN U2C-12 I2C DRIVER
3409 M:      Guenter Roeck <linux@roeck-us.net>
3410 L:      linux-i2c@vger.kernel.org
3411 S:      Maintained
3412 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3413
3414 DIRECT ACCESS (DAX)
3415 M:      Matthew Wilcox <willy@linux.intel.com>
3416 L:      linux-fsdevel@vger.kernel.org
3417 S:      Supported
3418 F:      fs/dax.c
3419
3420 DIRECTORY NOTIFICATION (DNOTIFY)
3421 M:      Eric Paris <eparis@parisplace.org>
3422 S:      Maintained
3423 F:      Documentation/filesystems/dnotify.txt
3424 F:      fs/notify/dnotify/
3425 F:      include/linux/dnotify.h
3426
3427 DISK GEOMETRY AND PARTITION HANDLING
3428 M:      Andries Brouwer <aeb@cwi.nl>
3429 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3430 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3431 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3432 S:      Maintained
3433
3434 DISKQUOTA
3435 M:      Jan Kara <jack@suse.com>
3436 S:      Maintained
3437 F:      Documentation/filesystems/quota.txt
3438 F:      fs/quota/
3439 F:      include/linux/quota*.h
3440 F:      include/uapi/linux/quota*.h
3441
3442 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3443 M:      Bernie Thompson <bernie@plugable.com>
3444 L:      linux-fbdev@vger.kernel.org
3445 S:      Maintained
3446 W:      http://plugable.com/category/projects/udlfb/
3447 F:      drivers/video/fbdev/udlfb.c
3448 F:      include/video/udlfb.h
3449 F:      Documentation/fb/udlfb.txt
3450
3451 DISTRIBUTED LOCK MANAGER (DLM)
3452 M:      Christine Caulfield <ccaulfie@redhat.com>
3453 M:      David Teigland <teigland@redhat.com>
3454 L:      cluster-devel@redhat.com
3455 W:      http://sources.redhat.com/cluster/
3456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3457 S:      Supported
3458 F:      fs/dlm/
3459
3460 DMA BUFFER SHARING FRAMEWORK
3461 M:      Sumit Semwal <sumit.semwal@linaro.org>
3462 S:      Maintained
3463 L:      linux-media@vger.kernel.org
3464 L:      dri-devel@lists.freedesktop.org
3465 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3466 F:      drivers/dma-buf/
3467 F:      include/linux/dma-buf*
3468 F:      include/linux/reservation.h
3469 F:      include/linux/*fence.h
3470 F:      Documentation/dma-buf-sharing.txt
3471 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3472
3473 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3474 M:      Vinod Koul <vinod.koul@intel.com>
3475 L:      dmaengine@vger.kernel.org
3476 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3477 S:      Maintained
3478 F:      drivers/dma/
3479 F:      include/linux/dmaengine.h
3480 F:      Documentation/dmaengine/
3481 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3482
3483 DME1737 HARDWARE MONITOR DRIVER
3484 M:      Juerg Haefliger <juergh@gmail.com>
3485 L:      lm-sensors@lm-sensors.org
3486 S:      Maintained
3487 F:      Documentation/hwmon/dme1737
3488 F:      drivers/hwmon/dme1737.c
3489
3490 DMI/SMBIOS SUPPORT
3491 M:      Jean Delvare <jdelvare@suse.com>
3492 S:      Maintained
3493 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3494 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3495 F:      drivers/firmware/dmi-id.c
3496 F:      drivers/firmware/dmi_scan.c
3497 F:      include/linux/dmi.h
3498
3499 DOCUMENTATION
3500 M:      Jonathan Corbet <corbet@lwn.net>
3501 L:      linux-doc@vger.kernel.org
3502 S:      Maintained
3503 F:      Documentation/
3504 X:      Documentation/ABI/
3505 X:      Documentation/devicetree/
3506 X:      Documentation/acpi
3507 X:      Documentation/power
3508 X:      Documentation/spi
3509 X:      Documentation/DocBook/media
3510 T:      git git://git.lwn.net/linux-2.6.git docs-next
3511
3512 DOUBLETALK DRIVER
3513 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3514 L:      blinux-list@redhat.com
3515 S:      Maintained
3516 F:      drivers/char/dtlk.c
3517 F:      include/linux/dtlk.h
3518
3519 DPT_I2O SCSI RAID DRIVER
3520 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3521 L:      linux-scsi@vger.kernel.org
3522 W:      http://www.adaptec.com/
3523 S:      Maintained
3524 F:      drivers/scsi/dpt*
3525 F:      drivers/scsi/dpt/
3526
3527 DRBD DRIVER
3528 P:      Philipp Reisner
3529 P:      Lars Ellenberg
3530 M:      drbd-dev@lists.linbit.com
3531 L:      drbd-user@lists.linbit.com
3532 W:      http://www.drbd.org
3533 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3534 T:      git git://git.drbd.org/drbd-8.3.git
3535 S:      Supported
3536 F:      drivers/block/drbd/
3537 F:      lib/lru_cache.c
3538 F:      Documentation/blockdev/drbd/
3539
3540 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3541 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3543 S:      Supported
3544 F:      Documentation/kobject.txt
3545 F:      drivers/base/
3546 F:      fs/debugfs/
3547 F:      fs/kernfs/
3548 F:      fs/sysfs/
3549 F:      include/linux/debugfs.h
3550 F:      include/linux/kobj*
3551 F:      lib/kobj*
3552
3553 DRM DRIVERS
3554 M:      David Airlie <airlied@linux.ie>
3555 L:      dri-devel@lists.freedesktop.org
3556 T:      git git://people.freedesktop.org/~airlied/linux
3557 S:      Maintained
3558 F:      drivers/gpu/drm/
3559 F:      drivers/gpu/vga/
3560 F:      include/drm/
3561 F:      include/uapi/drm/
3562
3563 RADEON DRM DRIVERS
3564 M:      Alex Deucher <alexander.deucher@amd.com>
3565 M:      Christian König <christian.koenig@amd.com>
3566 L:      dri-devel@lists.freedesktop.org
3567 T:      git git://people.freedesktop.org/~agd5f/linux
3568 S:      Supported
3569 F:      drivers/gpu/drm/radeon/
3570 F:      include/uapi/drm/radeon*
3571
3572 DRM PANEL DRIVERS
3573 M:      Thierry Reding <thierry.reding@gmail.com>
3574 L:      dri-devel@lists.freedesktop.org
3575 T:      git git://anongit.freedesktop.org/tegra/linux.git
3576 S:      Maintained
3577 F:      drivers/gpu/drm/drm_panel.c
3578 F:      drivers/gpu/drm/panel/
3579 F:      include/drm/drm_panel.h
3580 F:      Documentation/devicetree/bindings/panel/
3581
3582 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3583 M:      Daniel Vetter <daniel.vetter@intel.com>
3584 M:      Jani Nikula <jani.nikula@linux.intel.com>
3585 L:      intel-gfx@lists.freedesktop.org
3586 L:      dri-devel@lists.freedesktop.org
3587 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3588 T:      git git://anongit.freedesktop.org/drm-intel
3589 S:      Supported
3590 F:      drivers/gpu/drm/i915/
3591 F:      include/drm/i915*
3592 F:      include/uapi/drm/i915*
3593
3594 DRM DRIVERS FOR EXYNOS
3595 M:      Inki Dae <inki.dae@samsung.com>
3596 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3597 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3598 M:      Kyungmin Park <kyungmin.park@samsung.com>
3599 L:      dri-devel@lists.freedesktop.org
3600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3601 S:      Supported
3602 F:      drivers/gpu/drm/exynos/
3603 F:      include/drm/exynos*
3604 F:      include/uapi/drm/exynos*
3605
3606 DRM DRIVERS FOR FREESCALE DCU
3607 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3608 M:      Alison Wang <alison.wang@freescale.com>
3609 L:      dri-devel@lists.freedesktop.org
3610 S:      Supported
3611 F:      drivers/gpu/drm/fsl-dcu/
3612 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3613 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3614
3615 DRM DRIVERS FOR FREESCALE IMX
3616 M:      Philipp Zabel <p.zabel@pengutronix.de>
3617 L:      dri-devel@lists.freedesktop.org
3618 S:      Maintained
3619 F:      drivers/gpu/drm/imx/
3620 F:      Documentation/devicetree/bindings/drm/imx/
3621
3622 DRM DRIVERS FOR NVIDIA TEGRA
3623 M:      Thierry Reding <thierry.reding@gmail.com>
3624 M:      Terje Bergström <tbergstrom@nvidia.com>
3625 L:      dri-devel@lists.freedesktop.org
3626 L:      linux-tegra@vger.kernel.org
3627 T:      git git://anongit.freedesktop.org/tegra/linux.git
3628 S:      Supported
3629 F:      drivers/gpu/drm/tegra/
3630 F:      drivers/gpu/host1x/
3631 F:      include/linux/host1x.h
3632 F:      include/uapi/drm/tegra_drm.h
3633 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3634
3635 DRM DRIVERS FOR RENESAS
3636 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3637 L:      dri-devel@lists.freedesktop.org
3638 L:      linux-sh@vger.kernel.org
3639 T:      git git://people.freedesktop.org/~airlied/linux
3640 S:      Supported
3641 F:      drivers/gpu/drm/rcar-du/
3642 F:      drivers/gpu/drm/shmobile/
3643 F:      include/linux/platform_data/shmob_drm.h
3644
3645 DRM DRIVERS FOR ROCKCHIP
3646 M:      Mark Yao <mark.yao@rock-chips.com>
3647 L:      dri-devel@lists.freedesktop.org
3648 S:      Maintained
3649 F:      drivers/gpu/drm/rockchip/
3650 F:      Documentation/devicetree/bindings/video/rockchip*
3651
3652 DRM DRIVERS FOR STI
3653 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3654 M:      Vincent Abriou <vincent.abriou@st.com>
3655 L:      dri-devel@lists.freedesktop.org
3656 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3657 S:      Maintained
3658 F:      drivers/gpu/drm/sti
3659 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3660
3661 DSBR100 USB FM RADIO DRIVER
3662 M:      Alexey Klimov <klimov.linux@gmail.com>
3663 L:      linux-media@vger.kernel.org
3664 T:      git git://linuxtv.org/media_tree.git
3665 S:      Maintained
3666 F:      drivers/media/radio/dsbr100.c
3667
3668 DSCC4 DRIVER
3669 M:      Francois Romieu <romieu@fr.zoreil.com>
3670 L:      netdev@vger.kernel.org
3671 S:      Maintained
3672 F:      drivers/net/wan/dscc4.c
3673
3674 DT3155 MEDIA DRIVER
3675 M:      Hans Verkuil <hverkuil@xs4all.nl>
3676 L:      linux-media@vger.kernel.org
3677 T:      git git://linuxtv.org/media_tree.git
3678 W:      http://linuxtv.org
3679 S:      Odd Fixes
3680 F:      drivers/media/pci/dt3155/
3681
3682 DVB_USB_AF9015 MEDIA DRIVER
3683 M:      Antti Palosaari <crope@iki.fi>
3684 L:      linux-media@vger.kernel.org
3685 W:      http://linuxtv.org/
3686 W:      http://palosaari.fi/linux/
3687 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3688 T:      git git://linuxtv.org/anttip/media_tree.git
3689 S:      Maintained
3690 F:      drivers/media/usb/dvb-usb-v2/af9015*
3691
3692 DVB_USB_AF9035 MEDIA DRIVER
3693 M:      Antti Palosaari <crope@iki.fi>
3694 L:      linux-media@vger.kernel.org
3695 W:      http://linuxtv.org/
3696 W:      http://palosaari.fi/linux/
3697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3698 T:      git git://linuxtv.org/anttip/media_tree.git
3699 S:      Maintained
3700 F:      drivers/media/usb/dvb-usb-v2/af9035*
3701
3702 DVB_USB_ANYSEE MEDIA DRIVER
3703 M:      Antti Palosaari <crope@iki.fi>
3704 L:      linux-media@vger.kernel.org
3705 W:      http://linuxtv.org/
3706 W:      http://palosaari.fi/linux/
3707 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3708 T:      git git://linuxtv.org/anttip/media_tree.git
3709 S:      Maintained
3710 F:      drivers/media/usb/dvb-usb-v2/anysee*
3711
3712 DVB_USB_AU6610 MEDIA DRIVER
3713 M:      Antti Palosaari <crope@iki.fi>
3714 L:      linux-media@vger.kernel.org
3715 W:      http://linuxtv.org/
3716 W:      http://palosaari.fi/linux/
3717 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3718 T:      git git://linuxtv.org/anttip/media_tree.git
3719 S:      Maintained
3720 F:      drivers/media/usb/dvb-usb-v2/au6610*
3721
3722 DVB_USB_CE6230 MEDIA DRIVER
3723 M:      Antti Palosaari <crope@iki.fi>
3724 L:      linux-media@vger.kernel.org
3725 W:      http://linuxtv.org/
3726 W:      http://palosaari.fi/linux/
3727 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3728 T:      git git://linuxtv.org/anttip/media_tree.git
3729 S:      Maintained
3730 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3731
3732 DVB_USB_CXUSB MEDIA DRIVER
3733 M:      Michael Krufky <mkrufky@linuxtv.org>
3734 L:      linux-media@vger.kernel.org
3735 W:      http://linuxtv.org/
3736 W:      http://github.com/mkrufky
3737 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3738 T:      git git://linuxtv.org/media_tree.git
3739 S:      Maintained
3740 F:      drivers/media/usb/dvb-usb/cxusb*
3741
3742 DVB_USB_EC168 MEDIA DRIVER
3743 M:      Antti Palosaari <crope@iki.fi>
3744 L:      linux-media@vger.kernel.org
3745 W:      http://linuxtv.org/
3746 W:      http://palosaari.fi/linux/
3747 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3748 T:      git git://linuxtv.org/anttip/media_tree.git
3749 S:      Maintained
3750 F:      drivers/media/usb/dvb-usb-v2/ec168*
3751
3752 DVB_USB_GL861 MEDIA DRIVER
3753 M:      Antti Palosaari <crope@iki.fi>
3754 L:      linux-media@vger.kernel.org
3755 W:      http://linuxtv.org/
3756 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3757 T:      git git://linuxtv.org/anttip/media_tree.git
3758 S:      Maintained
3759 F:      drivers/media/usb/dvb-usb-v2/gl861*
3760
3761 DVB_USB_MXL111SF MEDIA DRIVER
3762 M:      Michael Krufky <mkrufky@linuxtv.org>
3763 L:      linux-media@vger.kernel.org
3764 W:      http://linuxtv.org/
3765 W:      http://github.com/mkrufky
3766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3767 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3768 S:      Maintained
3769 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3770
3771 DVB_USB_RTL28XXU MEDIA DRIVER
3772 M:      Antti Palosaari <crope@iki.fi>
3773 L:      linux-media@vger.kernel.org
3774 W:      http://linuxtv.org/
3775 W:      http://palosaari.fi/linux/
3776 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3777 T:      git git://linuxtv.org/anttip/media_tree.git
3778 S:      Maintained
3779 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3780
3781 DVB_USB_V2 MEDIA DRIVER
3782 M:      Antti Palosaari <crope@iki.fi>
3783 L:      linux-media@vger.kernel.org
3784 W:      http://linuxtv.org/
3785 W:      http://palosaari.fi/linux/
3786 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3787 T:      git git://linuxtv.org/anttip/media_tree.git
3788 S:      Maintained
3789 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3790 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3791
3792 DYNAMIC DEBUG
3793 M:      Jason Baron <jbaron@akamai.com>
3794 S:      Maintained
3795 F:      lib/dynamic_debug.c
3796 F:      include/linux/dynamic_debug.h
3797
3798 DZ DECSTATION DZ11 SERIAL DRIVER
3799 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3800 S:      Maintained
3801 F:      drivers/tty/serial/dz.*
3802
3803 E3X0 POWER BUTTON DRIVER
3804 M:      Moritz Fischer <moritz.fischer@ettus.com>
3805 L:      usrp-users@lists.ettus.com
3806 W:      http://www.ettus.com
3807 S:      Supported
3808 F:      drivers/input/misc/e3x0-button.c
3809 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3810
3811 E4000 MEDIA DRIVER
3812 M:      Antti Palosaari <crope@iki.fi>
3813 L:      linux-media@vger.kernel.org
3814 W:      http://linuxtv.org/
3815 W:      http://palosaari.fi/linux/
3816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3817 T:      git git://linuxtv.org/anttip/media_tree.git
3818 S:      Maintained
3819 F:      drivers/media/tuners/e4000*
3820
3821 EATA ISA/EISA/PCI SCSI DRIVER
3822 M:      Dario Ballabio <ballabio_dario@emc.com>
3823 L:      linux-scsi@vger.kernel.org
3824 S:      Maintained
3825 F:      drivers/scsi/eata.c
3826
3827 EC100 MEDIA DRIVER
3828 M:      Antti Palosaari <crope@iki.fi>
3829 L:      linux-media@vger.kernel.org
3830 W:      http://linuxtv.org/
3831 W:      http://palosaari.fi/linux/
3832 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3833 T:      git git://linuxtv.org/anttip/media_tree.git
3834 S:      Maintained
3835 F:      drivers/media/dvb-frontends/ec100*
3836
3837 ECRYPT FILE SYSTEM
3838 M:      Tyler Hicks <tyhicks@canonical.com>
3839 L:      ecryptfs@vger.kernel.org
3840 W:      http://ecryptfs.org
3841 W:      https://launchpad.net/ecryptfs
3842 S:      Supported
3843 F:      Documentation/filesystems/ecryptfs.txt
3844 F:      fs/ecryptfs/
3845
3846 EDAC-CORE
3847 M:      Doug Thompson <dougthompson@xmission.com>
3848 M:      Borislav Petkov <bp@alien8.de>
3849 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3850 L:      linux-edac@vger.kernel.org
3851 W:      bluesmoke.sourceforge.net
3852 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3853 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3854 S:      Supported
3855 F:      Documentation/edac.txt
3856 F:      drivers/edac/
3857 F:      include/linux/edac.h
3858
3859 EDAC-AMD64
3860 M:      Doug Thompson <dougthompson@xmission.com>
3861 M:      Borislav Petkov <bp@alien8.de>
3862 L:      linux-edac@vger.kernel.org
3863 W:      bluesmoke.sourceforge.net
3864 S:      Maintained
3865 F:      drivers/edac/amd64_edac*
3866
3867 EDAC-CALXEDA
3868 M:      Doug Thompson <dougthompson@xmission.com>
3869 M:      Robert Richter <rric@kernel.org>
3870 L:      linux-edac@vger.kernel.org
3871 W:      bluesmoke.sourceforge.net
3872 S:      Maintained
3873 F:      drivers/edac/highbank*
3874
3875 EDAC-CAVIUM
3876 M:      Ralf Baechle <ralf@linux-mips.org>
3877 M:      David Daney <david.daney@cavium.com>
3878 L:      linux-edac@vger.kernel.org
3879 L:      linux-mips@linux-mips.org
3880 W:      bluesmoke.sourceforge.net
3881 S:      Supported
3882 F:      drivers/edac/octeon_edac*
3883
3884 EDAC-E752X
3885 M:      Mark Gross <mark.gross@intel.com>
3886 M:      Doug Thompson <dougthompson@xmission.com>
3887 L:      linux-edac@vger.kernel.org
3888 W:      bluesmoke.sourceforge.net
3889 S:      Maintained
3890 F:      drivers/edac/e752x_edac.c
3891
3892 EDAC-E7XXX
3893 M:      Doug Thompson <dougthompson@xmission.com>
3894 L:      linux-edac@vger.kernel.org
3895 W:      bluesmoke.sourceforge.net
3896 S:      Maintained
3897 F:      drivers/edac/e7xxx_edac.c
3898
3899 EDAC-GHES
3900 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3901 L:      linux-edac@vger.kernel.org
3902 W:      bluesmoke.sourceforge.net
3903 S:      Maintained
3904 F:      drivers/edac/ghes_edac.c
3905
3906 EDAC-I82443BXGX
3907 M:      Tim Small <tim@buttersideup.com>
3908 L:      linux-edac@vger.kernel.org
3909 W:      bluesmoke.sourceforge.net
3910 S:      Maintained
3911 F:      drivers/edac/i82443bxgx_edac.c
3912
3913 EDAC-I3000
3914 M:      Jason Uhlenkott <juhlenko@akamai.com>
3915 L:      linux-edac@vger.kernel.org
3916 W:      bluesmoke.sourceforge.net
3917 S:      Maintained
3918 F:      drivers/edac/i3000_edac.c
3919
3920 EDAC-I5000
3921 M:      Doug Thompson <dougthompson@xmission.com>
3922 L:      linux-edac@vger.kernel.org
3923 W:      bluesmoke.sourceforge.net
3924 S:      Maintained
3925 F:      drivers/edac/i5000_edac.c
3926
3927 EDAC-I5400
3928 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3929 L:      linux-edac@vger.kernel.org
3930 W:      bluesmoke.sourceforge.net
3931 S:      Maintained
3932 F:      drivers/edac/i5400_edac.c
3933
3934 EDAC-I7300
3935 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3936 L:      linux-edac@vger.kernel.org
3937 W:      bluesmoke.sourceforge.net
3938 S:      Maintained
3939 F:      drivers/edac/i7300_edac.c
3940
3941 EDAC-I7CORE
3942 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3943 L:      linux-edac@vger.kernel.org
3944 W:      bluesmoke.sourceforge.net
3945 S:      Maintained
3946 F:      drivers/edac/i7core_edac.c
3947
3948 EDAC-I82975X
3949 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3950 M:      "Arvind R." <arvino55@gmail.com>
3951 L:      linux-edac@vger.kernel.org
3952 W:      bluesmoke.sourceforge.net
3953 S:      Maintained
3954 F:      drivers/edac/i82975x_edac.c
3955
3956 EDAC-IE31200
3957 M:      Jason Baron <jbaron@akamai.com>
3958 L:      linux-edac@vger.kernel.org
3959 W:      bluesmoke.sourceforge.net
3960 S:      Maintained
3961 F:      drivers/edac/ie31200_edac.c
3962
3963 EDAC-MPC85XX
3964 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3965 L:      linux-edac@vger.kernel.org
3966 W:      bluesmoke.sourceforge.net
3967 S:      Maintained
3968 F:      drivers/edac/mpc85xx_edac.[ch]
3969
3970 EDAC-PASEMI
3971 M:      Egor Martovetsky <egor@pasemi.com>
3972 L:      linux-edac@vger.kernel.org
3973 W:      bluesmoke.sourceforge.net
3974 S:      Maintained
3975 F:      drivers/edac/pasemi_edac.c
3976
3977 EDAC-R82600
3978 M:      Tim Small <tim@buttersideup.com>
3979 L:      linux-edac@vger.kernel.org
3980 W:      bluesmoke.sourceforge.net
3981 S:      Maintained
3982 F:      drivers/edac/r82600_edac.c
3983
3984 EDAC-SBRIDGE
3985 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3986 L:      linux-edac@vger.kernel.org
3987 W:      bluesmoke.sourceforge.net
3988 S:      Maintained
3989 F:      drivers/edac/sb_edac.c
3990
3991 EDAC-XGENE
3992 APPLIED MICRO (APM) X-GENE SOC EDAC
3993 M:     Loc Ho <lho@apm.com>
3994 S:     Supported
3995 F:     drivers/edac/xgene_edac.c
3996 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3997
3998 EDIROL UA-101/UA-1000 DRIVER
3999 M:      Clemens Ladisch <clemens@ladisch.de>
4000 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4001 T:      git git://git.alsa-project.org/alsa-kernel.git
4002 S:      Maintained
4003 F:      sound/usb/misc/ua101.c
4004
4005 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4006 M:      Matt Fleming <matt@codeblueprint.co.uk>
4007 L:      linux-efi@vger.kernel.org
4008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4009 S:      Maintained
4010 F:      Documentation/efi-stub.txt
4011 F:      arch/ia64/kernel/efi.c
4012 F:      arch/x86/boot/compressed/eboot.[ch]
4013 F:      arch/x86/include/asm/efi.h
4014 F:      arch/x86/platform/efi/*
4015 F:      drivers/firmware/efi/*
4016 F:      include/linux/efi*.h
4017
4018 EFI VARIABLE FILESYSTEM
4019 M:      Matthew Garrett <matthew.garrett@nebula.com>
4020 M:      Jeremy Kerr <jk@ozlabs.org>
4021 M:      Matt Fleming <matt@codeblueprint.co.uk>
4022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4023 L:      linux-efi@vger.kernel.org
4024 S:      Maintained
4025 F:      fs/efivarfs/
4026
4027 EFIFB FRAMEBUFFER DRIVER
4028 L:      linux-fbdev@vger.kernel.org
4029 M:      Peter Jones <pjones@redhat.com>
4030 S:      Maintained
4031 F:      drivers/video/fbdev/efifb.c
4032
4033 EFS FILESYSTEM
4034 W:      http://aeschi.ch.eu.org/efs/
4035 S:      Orphan
4036 F:      fs/efs/
4037
4038 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4039 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4040 M:      Christoph Raisch <raisch@de.ibm.com>
4041 L:      linux-rdma@vger.kernel.org
4042 S:      Supported
4043 F:      drivers/infiniband/hw/ehca/
4044
4045 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4046 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4047 L:      netdev@vger.kernel.org
4048 S:      Maintained
4049 F:      drivers/net/ethernet/ibm/ehea/
4050
4051 EM28XX VIDEO4LINUX DRIVER
4052 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4053 L:      linux-media@vger.kernel.org
4054 W:      http://linuxtv.org
4055 T:      git git://linuxtv.org/media_tree.git
4056 S:      Maintained
4057 F:      drivers/media/usb/em28xx/
4058
4059 EMBEDDED LINUX
4060 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4061 M:      Matt Mackall <mpm@selenic.com>
4062 M:      David Woodhouse <dwmw2@infradead.org>
4063 L:      linux-embedded@vger.kernel.org
4064 S:      Maintained
4065
4066 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4067 M:      James Smart <james.smart@avagotech.com>
4068 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4069 L:      linux-scsi@vger.kernel.org
4070 W:      http://www.avagotech.com
4071 S:      Supported
4072 F:      drivers/scsi/lpfc/
4073
4074 ENE CB710 FLASH CARD READER DRIVER
4075 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4076 S:      Maintained
4077 F:      drivers/misc/cb710/
4078 F:      drivers/mmc/host/cb710-mmc.*
4079 F:      include/linux/cb710.h
4080
4081 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4082 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4083 S:      Maintained
4084 F:      drivers/media/rc/ene_ir.*
4085
4086 ENHANCED ERROR HANDLING (EEH)
4087 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4088 L:      linuxppc-dev@lists.ozlabs.org
4089 S:      Supported
4090 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4091 F:      arch/powerpc/kernel/eeh*.c
4092
4093 EPSON S1D13XXX FRAMEBUFFER DRIVER
4094 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4095 S:      Maintained
4096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4097 F:      drivers/video/fbdev/s1d13xxxfb.c
4098 F:      include/video/s1d13xxxfb.h
4099
4100 ET131X NETWORK DRIVER
4101 M:      Mark Einon <mark.einon@gmail.com>
4102 S:      Odd Fixes
4103 F:      drivers/net/ethernet/agere/
4104
4105 ETHERNET BRIDGE
4106 M:      Stephen Hemminger <stephen@networkplumber.org>
4107 L:      bridge@lists.linux-foundation.org
4108 L:      netdev@vger.kernel.org
4109 W:      http://www.linuxfoundation.org/en/Net:Bridge
4110 S:      Maintained
4111 F:      include/linux/netfilter_bridge/
4112 F:      net/bridge/
4113
4114 ETHERNET PHY LIBRARY
4115 M:      Florian Fainelli <f.fainelli@gmail.com>
4116 L:      netdev@vger.kernel.org
4117 S:      Maintained
4118 F:      include/linux/phy.h
4119 F:      include/linux/phy_fixed.h
4120 F:      drivers/net/phy/
4121 F:      Documentation/networking/phy.txt
4122 F:      drivers/of/of_mdio.c
4123 F:      drivers/of/of_net.c
4124
4125 EXT2 FILE SYSTEM
4126 M:      Jan Kara <jack@suse.com>
4127 L:      linux-ext4@vger.kernel.org
4128 S:      Maintained
4129 F:      Documentation/filesystems/ext2.txt
4130 F:      fs/ext2/
4131 F:      include/linux/ext2*
4132
4133 EXT4 FILE SYSTEM
4134 M:      "Theodore Ts'o" <tytso@mit.edu>
4135 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4136 L:      linux-ext4@vger.kernel.org
4137 W:      http://ext4.wiki.kernel.org
4138 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4139 S:      Maintained
4140 F:      Documentation/filesystems/ext4.txt
4141 F:      fs/ext4/
4142
4143 Extended Verification Module (EVM)
4144 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4145 L:      linux-ima-devel@lists.sourceforge.net
4146 L:      linux-security-module@vger.kernel.org
4147 S:      Supported
4148 F:      security/integrity/evm/
4149
4150 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4151 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4152 M:      Chanwoo Choi <cw00.choi@samsung.com>
4153 L:      linux-kernel@vger.kernel.org
4154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4155 S:      Maintained
4156 F:      drivers/extcon/
4157 F:      Documentation/extcon/
4158
4159 EXYNOS DP DRIVER
4160 M:      Jingoo Han <jingoohan1@gmail.com>
4161 L:      dri-devel@lists.freedesktop.org
4162 S:      Maintained
4163 F:      drivers/gpu/drm/exynos/exynos_dp*
4164
4165 EXYNOS MIPI DISPLAY DRIVERS
4166 M:      Inki Dae <inki.dae@samsung.com>
4167 M:      Donghwa Lee <dh09.lee@samsung.com>
4168 M:      Kyungmin Park <kyungmin.park@samsung.com>
4169 L:      linux-fbdev@vger.kernel.org
4170 S:      Maintained
4171 F:      drivers/video/fbdev/exynos/exynos_mipi*
4172 F:      include/video/exynos_mipi*
4173
4174 F71805F HARDWARE MONITORING DRIVER
4175 M:      Jean Delvare <jdelvare@suse.com>
4176 L:      lm-sensors@lm-sensors.org
4177 S:      Maintained
4178 F:      Documentation/hwmon/f71805f
4179 F:      drivers/hwmon/f71805f.c
4180
4181 FC0011 TUNER DRIVER
4182 M:      Michael Buesch <m@bues.ch>
4183 L:      linux-media@vger.kernel.org
4184 S:      Maintained
4185 F:      drivers/media/tuners/fc0011.h
4186 F:      drivers/media/tuners/fc0011.c
4187
4188 FC2580 MEDIA DRIVER
4189 M:      Antti Palosaari <crope@iki.fi>
4190 L:      linux-media@vger.kernel.org
4191 W:      http://linuxtv.org/
4192 W:      http://palosaari.fi/linux/
4193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4194 T:      git git://linuxtv.org/anttip/media_tree.git
4195 S:      Maintained
4196 F:      drivers/media/tuners/fc2580*
4197
4198 FANOTIFY
4199 M:      Eric Paris <eparis@redhat.com>
4200 S:      Maintained
4201 F:      fs/notify/fanotify/
4202 F:      include/linux/fanotify.h
4203 F:      include/uapi/linux/fanotify.h
4204
4205 FARSYNC SYNCHRONOUS DRIVER
4206 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4207 W:      http://www.farsite.co.uk/
4208 S:      Supported
4209 F:      drivers/net/wan/farsync.*
4210
4211 FAULT INJECTION SUPPORT
4212 M:      Akinobu Mita <akinobu.mita@gmail.com>
4213 S:      Supported
4214 F:      Documentation/fault-injection/
4215 F:      lib/fault-inject.c
4216
4217 FBTFT Framebuffer drivers
4218 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4219 M:      Noralf Trønnes <noralf@tronnes.org>
4220 S:      Maintained
4221 F:      drivers/staging/fbtft/
4222
4223 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4224 M:      Vasu Dev <vasu.dev@intel.com>
4225 L:      fcoe-devel@open-fcoe.org
4226 W:      www.Open-FCoE.org
4227 S:      Supported
4228 F:      drivers/scsi/libfc/
4229 F:      drivers/scsi/fcoe/
4230 F:      include/scsi/fc/
4231 F:      include/scsi/libfc.h
4232 F:      include/scsi/libfcoe.h
4233 F:      include/uapi/scsi/fc/
4234
4235 FILE LOCKING (flock() and fcntl()/lockf())
4236 M:      Jeff Layton <jlayton@poochiereds.net>
4237 M:      "J. Bruce Fields" <bfields@fieldses.org>
4238 L:      linux-fsdevel@vger.kernel.org
4239 S:      Maintained
4240 F:      include/linux/fcntl.h
4241 F:      include/linux/fs.h
4242 F:      include/uapi/linux/fcntl.h
4243 F:      include/uapi/linux/fs.h
4244 F:      fs/fcntl.c
4245 F:      fs/locks.c
4246
4247 FILESYSTEMS (VFS and infrastructure)
4248 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4249 L:      linux-fsdevel@vger.kernel.org
4250 S:      Maintained
4251 F:      fs/*
4252
4253 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4254 M:      Riku Voipio <riku.voipio@iki.fi>
4255 L:      lm-sensors@lm-sensors.org
4256 S:      Maintained
4257 F:      drivers/hwmon/f75375s.c
4258 F:      include/linux/f75375s.h
4259
4260 FIREWIRE AUDIO DRIVERS
4261 M:      Clemens Ladisch <clemens@ladisch.de>
4262 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4263 T:      git git://git.alsa-project.org/alsa-kernel.git
4264 S:      Maintained
4265 F:      sound/firewire/
4266
4267 FIREWIRE MEDIA DRIVERS (firedtv)
4268 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4269 L:      linux-media@vger.kernel.org
4270 L:      linux1394-devel@lists.sourceforge.net
4271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4272 S:      Maintained
4273 F:      drivers/media/firewire/
4274
4275 FIREWIRE SBP-2 TARGET
4276 M:      Chris Boot <bootc@bootc.net>
4277 L:      linux-scsi@vger.kernel.org
4278 L:      target-devel@vger.kernel.org
4279 L:      linux1394-devel@lists.sourceforge.net
4280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4281 S:      Maintained
4282 F:      drivers/target/sbp/
4283
4284 FIREWIRE SUBSYSTEM
4285 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4286 L:      linux1394-devel@lists.sourceforge.net
4287 W:      http://ieee1394.wiki.kernel.org/
4288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4289 S:      Maintained
4290 F:      drivers/firewire/
4291 F:      include/linux/firewire.h
4292 F:      include/uapi/linux/firewire*.h
4293 F:      tools/firewire/
4294
4295 FIRMWARE LOADER (request_firmware)
4296 M:      Ming Lei <ming.lei@canonical.com>
4297 L:      linux-kernel@vger.kernel.org
4298 S:      Maintained
4299 F:      Documentation/firmware_class/
4300 F:      drivers/base/firmware*.c
4301 F:      include/linux/firmware.h
4302
4303 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4304 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4305 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4306 S:      Maintained
4307 F:      drivers/block/rsxx/
4308
4309 FLOPPY DRIVER
4310 M:      Jiri Kosina <jikos@kernel.org>
4311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4312 S:      Odd fixes
4313 F:      drivers/block/floppy.c
4314
4315 FMC SUBSYSTEM
4316 M:      Alessandro Rubini <rubini@gnudd.com>
4317 W:      http://www.ohwr.org/projects/fmc-bus
4318 S:      Supported
4319 F:      drivers/fmc/
4320 F:      include/linux/fmc*.h
4321 F:      include/linux/ipmi-fru.h
4322 K:      fmc_d.*register
4323
4324 FPGA MANAGER FRAMEWORK
4325 M:      Alan Tull <atull@opensource.altera.com>
4326 S:      Maintained
4327 F:      drivers/fpga/
4328 F:      include/linux/fpga/fpga-mgr.h
4329 W:      http://www.rocketboards.org
4330
4331 FPU EMULATOR
4332 M:      Bill Metzenthen <billm@melbpc.org.au>
4333 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4334 S:      Maintained
4335 F:      arch/x86/math-emu/
4336
4337 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4338 L:      netdev@vger.kernel.org
4339 S:      Orphan
4340 F:      drivers/net/wan/dlci.c
4341 F:      drivers/net/wan/sdla.c
4342
4343 FRAMEBUFFER LAYER
4344 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4345 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4346 L:      linux-fbdev@vger.kernel.org
4347 W:      http://linux-fbdev.sourceforge.net/
4348 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4350 S:      Maintained
4351 F:      Documentation/fb/
4352 F:      Documentation/devicetree/bindings/fb/
4353 F:      drivers/video/
4354 F:      include/video/
4355 F:      include/linux/fb.h
4356 F:      include/uapi/video/
4357 F:      include/uapi/linux/fb.h
4358
4359 FREESCALE DIU FRAMEBUFFER DRIVER
4360 M:      Timur Tabi <timur@tabi.org>
4361 L:      linux-fbdev@vger.kernel.org
4362 S:      Maintained
4363 F:      drivers/video/fbdev/fsl-diu-fb.*
4364
4365 FREESCALE DMA DRIVER
4366 M:      Li Yang <leoli@freescale.com>
4367 M:      Zhang Wei <zw@zh-kernel.org>
4368 L:      linuxppc-dev@lists.ozlabs.org
4369 S:      Maintained
4370 F:      drivers/dma/fsldma.*
4371
4372 FREESCALE I2C CPM DRIVER
4373 M:      Jochen Friedrich <jochen@scram.de>
4374 L:      linuxppc-dev@lists.ozlabs.org
4375 L:      linux-i2c@vger.kernel.org
4376 S:      Maintained
4377 F:      drivers/i2c/busses/i2c-cpm.c
4378
4379 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4380 M:      Sascha Hauer <kernel@pengutronix.de>
4381 L:      linux-fbdev@vger.kernel.org
4382 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4383 S:      Maintained
4384 F:      include/linux/platform_data/video-imxfb.h
4385 F:      drivers/video/fbdev/imxfb.c
4386
4387 FREESCALE QUAD SPI DRIVER
4388 M:      Han Xu <han.xu@freescale.com>
4389 L:      linux-mtd@lists.infradead.org
4390 S:      Maintained
4391 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4392
4393 FREESCALE SOC FS_ENET DRIVER
4394 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4395 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4396 L:      linuxppc-dev@lists.ozlabs.org
4397 L:      netdev@vger.kernel.org
4398 S:      Maintained
4399 F:      drivers/net/ethernet/freescale/fs_enet/
4400 F:      include/linux/fs_enet_pd.h
4401
4402 FREESCALE QUICC ENGINE LIBRARY
4403 L:      linuxppc-dev@lists.ozlabs.org
4404 S:      Orphan
4405 F:      arch/powerpc/sysdev/qe_lib/
4406 F:      arch/powerpc/include/asm/*qe.h
4407
4408 FREESCALE USB PERIPHERAL DRIVERS
4409 M:      Li Yang <leoli@freescale.com>
4410 L:      linux-usb@vger.kernel.org
4411 L:      linuxppc-dev@lists.ozlabs.org
4412 S:      Maintained
4413 F:      drivers/usb/gadget/udc/fsl*
4414
4415 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4416 M:      Li Yang <leoli@freescale.com>
4417 L:      netdev@vger.kernel.org
4418 L:      linuxppc-dev@lists.ozlabs.org
4419 S:      Maintained
4420 F:      drivers/net/ethernet/freescale/ucc_geth*
4421
4422 FREESCALE QUICC ENGINE UCC UART DRIVER
4423 M:      Timur Tabi <timur@tabi.org>
4424 L:      linuxppc-dev@lists.ozlabs.org
4425 S:      Maintained
4426 F:      drivers/tty/serial/ucc_uart.c
4427
4428 FREESCALE SOC SOUND DRIVERS
4429 M:      Timur Tabi <timur@tabi.org>
4430 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4431 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4432 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4433 L:      linuxppc-dev@lists.ozlabs.org
4434 S:      Maintained
4435 F:      sound/soc/fsl/fsl*
4436 F:      sound/soc/fsl/imx*
4437 F:      sound/soc/fsl/mpc8610_hpcd.c
4438
4439 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4440 M:      "J. German Rivera" <German.Rivera@freescale.com>
4441 L:      linux-kernel@vger.kernel.org
4442 S:      Maintained
4443 F:      drivers/staging/fsl-mc/
4444
4445 FREEVXFS FILESYSTEM
4446 M:      Christoph Hellwig <hch@infradead.org>
4447 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4448 S:      Maintained
4449 F:      fs/freevxfs/
4450
4451 FREEZER
4452 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4453 M:      Pavel Machek <pavel@ucw.cz>
4454 L:      linux-pm@vger.kernel.org
4455 S:      Supported
4456 F:      Documentation/power/freezing-of-tasks.txt
4457 F:      include/linux/freezer.h
4458 F:      kernel/freezer.c
4459
4460 FRONTSWAP API
4461 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4462 L:      linux-kernel@vger.kernel.org
4463 S:      Maintained
4464 F:      mm/frontswap.c
4465 F:      include/linux/frontswap.h
4466
4467 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4468 M:      David Howells <dhowells@redhat.com>
4469 L:      linux-cachefs@redhat.com
4470 S:      Supported
4471 F:      Documentation/filesystems/caching/
4472 F:      fs/fscache/
4473 F:      include/linux/fscache*.h
4474
4475 F2FS FILE SYSTEM
4476 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4477 M:      Changman Lee <cm224.lee@samsung.com>
4478 R:      Chao Yu <chao2.yu@samsung.com>
4479 L:      linux-f2fs-devel@lists.sourceforge.net
4480 W:      http://en.wikipedia.org/wiki/F2FS
4481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4482 S:      Maintained
4483 F:      Documentation/filesystems/f2fs.txt
4484 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4485 F:      fs/f2fs/
4486 F:      include/linux/f2fs_fs.h
4487 F:      include/trace/events/f2fs.h
4488
4489 FUJITSU FR-V (FRV) PORT
4490 M:      David Howells <dhowells@redhat.com>
4491 S:      Maintained
4492 F:      arch/frv/
4493
4494 FUJITSU LAPTOP EXTRAS
4495 M:      Jonathan Woithe <jwoithe@just42.net>
4496 L:      platform-driver-x86@vger.kernel.org
4497 S:      Maintained
4498 F:      drivers/platform/x86/fujitsu-laptop.c
4499
4500 FUJITSU M-5MO LS CAMERA ISP DRIVER
4501 M:      Kyungmin Park <kyungmin.park@samsung.com>
4502 M:      Heungjun Kim <riverful.kim@samsung.com>
4503 L:      linux-media@vger.kernel.org
4504 S:      Maintained
4505 F:      drivers/media/i2c/m5mols/
4506 F:      include/media/m5mols.h
4507
4508 FUJITSU TABLET EXTRAS
4509 M:      Robert Gerlach <khnz@gmx.de>
4510 L:      platform-driver-x86@vger.kernel.org
4511 S:      Maintained
4512 F:      drivers/platform/x86/fujitsu-tablet.c
4513
4514 FUSE: FILESYSTEM IN USERSPACE
4515 M:      Miklos Szeredi <miklos@szeredi.hu>
4516 L:      fuse-devel@lists.sourceforge.net
4517 W:      http://fuse.sourceforge.net/
4518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4519 S:      Maintained
4520 F:      fs/fuse/
4521 F:      include/uapi/linux/fuse.h
4522 F:      Documentation/filesystems/fuse.txt
4523
4524 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4525 M:      Rik Faith <faith@cs.unc.edu>
4526 L:      linux-scsi@vger.kernel.org
4527 S:      Odd Fixes (e.g., new signatures)
4528 F:      drivers/scsi/fdomain.*
4529
4530 GCOV BASED KERNEL PROFILING
4531 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4532 S:      Maintained
4533 F:      kernel/gcov/
4534 F:      Documentation/gcov.txt
4535
4536 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4537 M:      Achim Leubner <achim_leubner@adaptec.com>
4538 L:      linux-scsi@vger.kernel.org
4539 W:      http://www.icp-vortex.com/
4540 S:      Supported
4541 F:      drivers/scsi/gdt*
4542
4543 GDB KERNEL DEBUGGING HELPER SCRIPTS
4544 M:      Jan Kiszka <jan.kiszka@siemens.com>
4545 S:      Supported
4546 F:      scripts/gdb/
4547
4548 GEMTEK FM RADIO RECEIVER DRIVER
4549 M:      Hans Verkuil <hverkuil@xs4all.nl>
4550 L:      linux-media@vger.kernel.org
4551 T:      git git://linuxtv.org/media_tree.git
4552 W:      http://linuxtv.org
4553 S:      Maintained
4554 F:      drivers/media/radio/radio-gemtek*
4555
4556 GENERIC GPIO I2C DRIVER
4557 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4558 S:      Supported
4559 F:      drivers/i2c/busses/i2c-gpio.c
4560 F:      include/linux/i2c-gpio.h
4561
4562 GENERIC GPIO I2C MULTIPLEXER DRIVER
4563 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4564 L:      linux-i2c@vger.kernel.org
4565 S:      Supported
4566 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4567 F:      include/linux/i2c-mux-gpio.h
4568 F:      Documentation/i2c/muxes/i2c-mux-gpio
4569
4570 GENERIC HDLC (WAN) DRIVERS
4571 M:      Krzysztof Halasa <khc@pm.waw.pl>
4572 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4573 S:      Maintained
4574 F:      drivers/net/wan/c101.c
4575 F:      drivers/net/wan/hd6457*
4576 F:      drivers/net/wan/hdlc*
4577 F:      drivers/net/wan/n2.c
4578 F:      drivers/net/wan/pc300too.c
4579 F:      drivers/net/wan/pci200syn.c
4580 F:      drivers/net/wan/wanxl*
4581
4582 GENERIC INCLUDE/ASM HEADER FILES
4583 M:      Arnd Bergmann <arnd@arndb.de>
4584 L:      linux-arch@vger.kernel.org
4585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4586 S:      Maintained
4587 F:      include/asm-generic/
4588 F:      include/uapi/asm-generic/
4589
4590 GENERIC PHY FRAMEWORK
4591 M:      Kishon Vijay Abraham I <kishon@ti.com>
4592 L:      linux-kernel@vger.kernel.org
4593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4594 S:      Supported
4595 F:      drivers/phy/
4596 F:      include/linux/phy/
4597
4598 GENERIC PM DOMAINS
4599 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4600 M:      Kevin Hilman <khilman@kernel.org>
4601 M:      Ulf Hansson <ulf.hansson@linaro.org>
4602 L:      linux-pm@vger.kernel.org
4603 S:      Supported
4604 F:      drivers/base/power/domain*.c
4605 F:      include/linux/pm_domain.h
4606
4607 GENERIC UIO DRIVER FOR PCI DEVICES
4608 M:      "Michael S. Tsirkin" <mst@redhat.com>
4609 L:      kvm@vger.kernel.org
4610 S:      Supported
4611 F:      drivers/uio/uio_pci_generic.c
4612
4613 GET_MAINTAINER SCRIPT
4614 M:      Joe Perches <joe@perches.com>
4615 S:      Maintained
4616 F:      scripts/get_maintainer.pl
4617
4618 GFS2 FILE SYSTEM
4619 M:      Steven Whitehouse <swhiteho@redhat.com>
4620 M:      Bob Peterson <rpeterso@redhat.com>
4621 L:      cluster-devel@redhat.com
4622 W:      http://sources.redhat.com/cluster/
4623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4624 S:      Supported
4625 F:      Documentation/filesystems/gfs2*.txt
4626 F:      fs/gfs2/
4627 F:      include/uapi/linux/gfs2_ondisk.h
4628
4629 GIGASET ISDN DRIVERS
4630 M:      Paul Bolle <pebolle@tiscali.nl>
4631 L:      gigaset307x-common@lists.sourceforge.net
4632 W:      http://gigaset307x.sourceforge.net/
4633 S:      Odd Fixes
4634 F:      Documentation/isdn/README.gigaset
4635 F:      drivers/isdn/gigaset/
4636 F:      include/uapi/linux/gigaset_dev.h
4637
4638 GO7007 MPEG CODEC
4639 M:      Hans Verkuil <hans.verkuil@cisco.com>
4640 L:      linux-media@vger.kernel.org
4641 S:      Maintained
4642 F:      drivers/media/usb/go7007/
4643
4644 GOODIX TOUCHSCREEN
4645 M:      Bastien Nocera <hadess@hadess.net>
4646 L:      linux-input@vger.kernel.org
4647 S:      Maintained
4648 F:      drivers/input/touchscreen/goodix.c
4649
4650 GPIO SUBSYSTEM
4651 M:      Linus Walleij <linus.walleij@linaro.org>
4652 M:      Alexandre Courbot <gnurou@gmail.com>
4653 L:      linux-gpio@vger.kernel.org
4654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4655 S:      Maintained
4656 F:      Documentation/gpio/
4657 F:      drivers/gpio/
4658 F:      include/linux/gpio/
4659 F:      include/linux/gpio.h
4660 F:      include/asm-generic/gpio.h
4661
4662 GRE DEMULTIPLEXER DRIVER
4663 M:      Dmitry Kozlov <xeb@mail.ru>
4664 L:      netdev@vger.kernel.org
4665 S:      Maintained
4666 F:      net/ipv4/gre_demux.c
4667 F:      net/ipv4/gre_offload.c
4668 F:      include/net/gre.h
4669
4670 GRETH 10/100/1G Ethernet MAC device driver
4671 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4672 L:      netdev@vger.kernel.org
4673 S:      Maintained
4674 F:      drivers/net/ethernet/aeroflex/
4675
4676 GSPCA FINEPIX SUBDRIVER
4677 M:      Frank Zago <frank@zago.net>
4678 L:      linux-media@vger.kernel.org
4679 T:      git git://linuxtv.org/media_tree.git
4680 S:      Maintained
4681 F:      drivers/media/usb/gspca/finepix.c
4682
4683 GSPCA GL860 SUBDRIVER
4684 M:      Olivier Lorin <o.lorin@laposte.net>
4685 L:      linux-media@vger.kernel.org
4686 T:      git git://linuxtv.org/media_tree.git
4687 S:      Maintained
4688 F:      drivers/media/usb/gspca/gl860/
4689
4690 GSPCA M5602 SUBDRIVER
4691 M:      Erik Andren <erik.andren@gmail.com>
4692 L:      linux-media@vger.kernel.org
4693 T:      git git://linuxtv.org/media_tree.git
4694 S:      Maintained
4695 F:      drivers/media/usb/gspca/m5602/
4696
4697 GSPCA PAC207 SONIXB SUBDRIVER
4698 M:      Hans de Goede <hdegoede@redhat.com>
4699 L:      linux-media@vger.kernel.org
4700 T:      git git://linuxtv.org/media_tree.git
4701 S:      Maintained
4702 F:      drivers/media/usb/gspca/pac207.c
4703
4704 GSPCA SN9C20X SUBDRIVER
4705 M:      Brian Johnson <brijohn@gmail.com>
4706 L:      linux-media@vger.kernel.org
4707 T:      git git://linuxtv.org/media_tree.git
4708 S:      Maintained
4709 F:      drivers/media/usb/gspca/sn9c20x.c
4710
4711 GSPCA T613 SUBDRIVER
4712 M:      Leandro Costantino <lcostantino@gmail.com>
4713 L:      linux-media@vger.kernel.org
4714 T:      git git://linuxtv.org/media_tree.git
4715 S:      Maintained
4716 F:      drivers/media/usb/gspca/t613.c
4717
4718 GSPCA USB WEBCAM DRIVER
4719 M:      Hans de Goede <hdegoede@redhat.com>
4720 L:      linux-media@vger.kernel.org
4721 T:      git git://linuxtv.org/media_tree.git
4722 S:      Maintained
4723 F:      drivers/media/usb/gspca/
4724
4725 GUID PARTITION TABLE (GPT)
4726 M:      Davidlohr Bueso <dave@stgolabs.net>
4727 L:      linux-efi@vger.kernel.org
4728 S:      Maintained
4729 F:      block/partitions/efi.*
4730
4731 STK1160 USB VIDEO CAPTURE DRIVER
4732 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4733 L:      linux-media@vger.kernel.org
4734 T:      git git://linuxtv.org/media_tree.git
4735 S:      Maintained
4736 F:      drivers/media/usb/stk1160/
4737
4738 H8/300 ARCHITECTURE
4739 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4740 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4741 W:      http://uclinux-h8.sourceforge.jp
4742 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4743 S:      Maintained
4744 F:      arch/h8300/
4745 F:      drivers/clocksource/h8300_*.c
4746 F:      drivers/clk/h8300/
4747 F:      drivers/irqchip/irq-renesas-h8*.c
4748
4749 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4750 M:      Frank Seidel <frank@f-seidel.de>
4751 L:      platform-driver-x86@vger.kernel.org
4752 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4753 S:      Maintained
4754 F:      drivers/platform/x86/hdaps.c
4755
4756 HDPVR USB VIDEO ENCODER DRIVER
4757 M:      Hans Verkuil <hverkuil@xs4all.nl>
4758 L:      linux-media@vger.kernel.org
4759 T:      git git://linuxtv.org/media_tree.git
4760 W:      http://linuxtv.org
4761 S:      Odd Fixes
4762 F:      drivers/media/usb/hdpvr/
4763
4764 HWPOISON MEMORY FAILURE HANDLING
4765 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4766 L:      linux-mm@kvack.org
4767 S:      Maintained
4768 F:      mm/memory-failure.c
4769 F:      mm/hwpoison-inject.c
4770
4771 HYPERVISOR VIRTUAL CONSOLE DRIVER
4772 L:      linuxppc-dev@lists.ozlabs.org
4773 S:      Odd Fixes
4774 F:      drivers/tty/hvc/
4775
4776 HACKRF MEDIA DRIVER
4777 M:      Antti Palosaari <crope@iki.fi>
4778 L:      linux-media@vger.kernel.org
4779 W:      http://linuxtv.org/
4780 W:      http://palosaari.fi/linux/
4781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4782 T:      git git://linuxtv.org/anttip/media_tree.git
4783 S:      Maintained
4784 F:      drivers/media/usb/hackrf/
4785
4786 HARDWARE MONITORING
4787 M:      Jean Delvare <jdelvare@suse.com>
4788 M:      Guenter Roeck <linux@roeck-us.net>
4789 L:      lm-sensors@lm-sensors.org
4790 W:      http://www.lm-sensors.org/
4791 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4793 S:      Maintained
4794 F:      Documentation/hwmon/
4795 F:      drivers/hwmon/
4796 F:      include/linux/hwmon*.h
4797
4798 HARDWARE RANDOM NUMBER GENERATOR CORE
4799 M:      Matt Mackall <mpm@selenic.com>
4800 M:      Herbert Xu <herbert@gondor.apana.org.au>
4801 L:      linux-crypto@vger.kernel.org
4802 S:      Odd fixes
4803 F:      Documentation/hw_random.txt
4804 F:      drivers/char/hw_random/
4805 F:      include/linux/hw_random.h
4806
4807 HARDWARE SPINLOCK CORE
4808 M:      Ohad Ben-Cohen <ohad@wizery.com>
4809 S:      Maintained
4810 F:      Documentation/hwspinlock.txt
4811 F:      drivers/hwspinlock/hwspinlock_*
4812 F:      include/linux/hwspinlock.h
4813
4814 HARMONY SOUND DRIVER
4815 L:      linux-parisc@vger.kernel.org
4816 S:      Maintained
4817 F:      sound/parisc/harmony.*
4818
4819 HD29L2 MEDIA DRIVER
4820 M:      Antti Palosaari <crope@iki.fi>
4821 L:      linux-media@vger.kernel.org
4822 W:      http://linuxtv.org/
4823 W:      http://palosaari.fi/linux/
4824 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4825 T:      git git://linuxtv.org/anttip/media_tree.git
4826 S:      Maintained
4827 F:      drivers/media/dvb-frontends/hd29l2*
4828
4829 HEWLETT-PACKARD SMART2 RAID DRIVER
4830 L:      iss_storagedev@hp.com
4831 S:      Orphan
4832 F:      Documentation/blockdev/cpqarray.txt
4833 F:      drivers/block/cpqarray.*
4834
4835 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4836 M:      Don Brace <don.brace@pmcs.com>
4837 L:      iss_storagedev@hp.com
4838 L:      storagedev@pmcs.com
4839 L:      linux-scsi@vger.kernel.org
4840 S:      Supported
4841 F:      Documentation/scsi/hpsa.txt
4842 F:      drivers/scsi/hpsa*.[ch]
4843 F:      include/linux/cciss*.h
4844 F:      include/uapi/linux/cciss*.h
4845
4846 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4847 M:      Don Brace <don.brace@pmcs.com>
4848 L:      iss_storagedev@hp.com
4849 L:      storagedev@pmcs.com
4850 L:      linux-scsi@vger.kernel.org
4851 S:      Supported
4852 F:      Documentation/blockdev/cciss.txt
4853 F:      drivers/block/cciss*
4854 F:      include/linux/cciss_ioctl.h
4855 F:      include/uapi/linux/cciss_ioctl.h
4856
4857 HFS FILESYSTEM
4858 L:      linux-fsdevel@vger.kernel.org
4859 S:      Orphan
4860 F:      Documentation/filesystems/hfs.txt
4861 F:      fs/hfs/
4862
4863 HFSPLUS FILESYSTEM
4864 L:      linux-fsdevel@vger.kernel.org
4865 S:      Orphan
4866 F:      Documentation/filesystems/hfsplus.txt
4867 F:      fs/hfsplus/
4868
4869 HGA FRAMEBUFFER DRIVER
4870 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4871 L:      linux-nvidia@lists.surfsouth.com
4872 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4873 S:      Maintained
4874 F:      drivers/video/fbdev/hgafb.c
4875
4876 HIBERNATION (aka Software Suspend, aka swsusp)
4877 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4878 M:      Pavel Machek <pavel@ucw.cz>
4879 L:      linux-pm@vger.kernel.org
4880 S:      Supported
4881 F:      arch/x86/power/
4882 F:      drivers/base/power/
4883 F:      kernel/power/
4884 F:      include/linux/suspend.h
4885 F:      include/linux/freezer.h
4886 F:      include/linux/pm.h
4887 F:      arch/*/include/asm/suspend*.h
4888
4889 HID CORE LAYER
4890 M:      Jiri Kosina <jikos@kernel.org>
4891 L:      linux-input@vger.kernel.org
4892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4893 S:      Maintained
4894 F:      drivers/hid/
4895 F:      include/linux/hid*
4896 F:      include/uapi/linux/hid*
4897
4898 HID SENSOR HUB DRIVERS
4899 M:      Jiri Kosina <jikos@kernel.org>
4900 M:      Jonathan Cameron <jic23@kernel.org>
4901 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4902 L:      linux-input@vger.kernel.org
4903 L:      linux-iio@vger.kernel.org
4904 S:      Maintained
4905 F:      Documentation/hid/hid-sensor*
4906 F:      drivers/hid/hid-sensor-*
4907 F:      drivers/iio/*/hid-*
4908 F:      include/linux/hid-sensor-*
4909
4910 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4911 M:      Thomas Gleixner <tglx@linutronix.de>
4912 L:      linux-kernel@vger.kernel.org
4913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4914 S:      Maintained
4915 F:      Documentation/timers/
4916 F:      kernel/time/hrtimer.c
4917 F:      kernel/time/clockevents.c
4918 F:      kernel/time/tick*.*
4919 F:      kernel/time/timer_*.c
4920 F:      include/linux/clockchips.h
4921 F:      include/linux/hrtimer.h
4922
4923 HIGH-SPEED SCC DRIVER FOR AX.25
4924 L:      linux-hams@vger.kernel.org
4925 S:      Orphan
4926 F:      drivers/net/hamradio/dmascc.c
4927 F:      drivers/net/hamradio/scc.c
4928
4929 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4930 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4931 W:      http://www.highpoint-tech.com
4932 S:      Supported
4933 F:      Documentation/scsi/hptiop.txt
4934 F:      drivers/scsi/hptiop.c
4935
4936 HIPPI
4937 M:      Jes Sorensen <jes@trained-monkey.org>
4938 L:      linux-hippi@sunsite.dk
4939 S:      Maintained
4940 F:      include/linux/hippidevice.h
4941 F:      include/uapi/linux/if_hippi.h
4942 F:      net/802/hippi.c
4943 F:      drivers/net/hippi/
4944
4945 HOST AP DRIVER
4946 M:      Jouni Malinen <j@w1.fi>
4947 L:      hostap@shmoo.com (subscribers-only)
4948 L:      linux-wireless@vger.kernel.org
4949 W:      http://hostap.epitest.fi/
4950 S:      Maintained
4951 F:      drivers/net/wireless/hostap/
4952
4953 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4954 L:      platform-driver-x86@vger.kernel.org
4955 S:      Orphan
4956 F:      drivers/platform/x86/tc1100-wmi.c
4957
4958 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4959 M:      Jaroslav Kysela <perex@perex.cz>
4960 S:      Maintained
4961 F:      drivers/net/ethernet/hp/hp100.*
4962
4963 HPET:   High Precision Event Timers driver
4964 M:      Clemens Ladisch <clemens@ladisch.de>
4965 S:      Maintained
4966 F:      Documentation/timers/hpet.txt
4967 F:      drivers/char/hpet.c
4968 F:      include/linux/hpet.h
4969 F:      include/uapi/linux/hpet.h
4970
4971 HPET:   x86
4972 S:      Orphan
4973 F:      arch/x86/kernel/hpet.c
4974 F:      arch/x86/include/asm/hpet.h
4975
4976 HPFS FILESYSTEM
4977 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4978 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4979 S:      Maintained
4980 F:      fs/hpfs/
4981
4982 HSI SUBSYSTEM
4983 M:      Sebastian Reichel <sre@kernel.org>
4984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4985 S:      Maintained
4986 F:      Documentation/ABI/testing/sysfs-bus-hsi
4987 F:      Documentation/hsi.txt
4988 F:      drivers/hsi/
4989 F:      include/linux/hsi/
4990 F:      include/uapi/linux/hsi/
4991
4992 HSO 3G MODEM DRIVER
4993 M:      Jan Dumon <j.dumon@option.com>
4994 W:      http://www.pharscape.org
4995 S:      Maintained
4996 F:      drivers/net/usb/hso.c
4997
4998 HSR NETWORK PROTOCOL
4999 M:      Arvid Brodin <arvid.brodin@alten.se>
5000 L:      netdev@vger.kernel.org
5001 S:      Maintained
5002 F:      net/hsr/
5003
5004 HTCPEN TOUCHSCREEN DRIVER
5005 M:      Pau Oliva Fora <pof@eslack.org>
5006 L:      linux-input@vger.kernel.org
5007 S:      Maintained
5008 F:      drivers/input/touchscreen/htcpen.c
5009
5010 HUGETLB FILESYSTEM
5011 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5012 S:      Maintained
5013 F:      fs/hugetlbfs/
5014
5015 Hyper-V CORE AND DRIVERS
5016 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5017 M:      Haiyang Zhang <haiyangz@microsoft.com>
5018 L:      devel@linuxdriverproject.org
5019 S:      Maintained
5020 F:      arch/x86/include/asm/mshyperv.h
5021 F:      arch/x86/include/uapi/asm/hyperv.h
5022 F:      arch/x86/kernel/cpu/mshyperv.c
5023 F:      drivers/hid/hid-hyperv.c
5024 F:      drivers/hv/
5025 F:      drivers/input/serio/hyperv-keyboard.c
5026 F:      drivers/net/hyperv/
5027 F:      drivers/scsi/storvsc_drv.c
5028 F:      drivers/video/fbdev/hyperv_fb.c
5029 F:      include/linux/hyperv.h
5030 F:      tools/hv/
5031 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5032
5033 I2C OVER PARALLEL PORT
5034 M:      Jean Delvare <jdelvare@suse.com>
5035 L:      linux-i2c@vger.kernel.org
5036 S:      Maintained
5037 F:      Documentation/i2c/busses/i2c-parport
5038 F:      Documentation/i2c/busses/i2c-parport-light
5039 F:      drivers/i2c/busses/i2c-parport.c
5040 F:      drivers/i2c/busses/i2c-parport-light.c
5041
5042 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5043 M:      Jean Delvare <jdelvare@suse.com>
5044 L:      linux-i2c@vger.kernel.org
5045 S:      Maintained
5046 F:      Documentation/i2c/busses/i2c-ali1535
5047 F:      Documentation/i2c/busses/i2c-ali1563
5048 F:      Documentation/i2c/busses/i2c-ali15x3
5049 F:      Documentation/i2c/busses/i2c-amd756
5050 F:      Documentation/i2c/busses/i2c-amd8111
5051 F:      Documentation/i2c/busses/i2c-i801
5052 F:      Documentation/i2c/busses/i2c-nforce2
5053 F:      Documentation/i2c/busses/i2c-piix4
5054 F:      Documentation/i2c/busses/i2c-sis5595
5055 F:      Documentation/i2c/busses/i2c-sis630
5056 F:      Documentation/i2c/busses/i2c-sis96x
5057 F:      Documentation/i2c/busses/i2c-via
5058 F:      Documentation/i2c/busses/i2c-viapro
5059 F:      drivers/i2c/busses/i2c-ali1535.c
5060 F:      drivers/i2c/busses/i2c-ali1563.c
5061 F:      drivers/i2c/busses/i2c-ali15x3.c
5062 F:      drivers/i2c/busses/i2c-amd756.c
5063 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5064 F:      drivers/i2c/busses/i2c-amd8111.c
5065 F:      drivers/i2c/busses/i2c-i801.c
5066 F:      drivers/i2c/busses/i2c-isch.c
5067 F:      drivers/i2c/busses/i2c-nforce2.c
5068 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5069 F:      drivers/i2c/busses/i2c-piix4.c
5070 F:      drivers/i2c/busses/i2c-sis5595.c
5071 F:      drivers/i2c/busses/i2c-sis630.c
5072 F:      drivers/i2c/busses/i2c-sis96x.c
5073 F:      drivers/i2c/busses/i2c-via.c
5074 F:      drivers/i2c/busses/i2c-viapro.c
5075
5076 I2C/SMBUS ISMT DRIVER
5077 M:      Seth Heasley <seth.heasley@intel.com>
5078 M:      Neil Horman <nhorman@tuxdriver.com>
5079 L:      linux-i2c@vger.kernel.org
5080 F:      drivers/i2c/busses/i2c-ismt.c
5081 F:      Documentation/i2c/busses/i2c-ismt
5082
5083 I2C/SMBUS STUB DRIVER
5084 M:      Jean Delvare <jdelvare@suse.com>
5085 L:      linux-i2c@vger.kernel.org
5086 S:      Maintained
5087 F:      drivers/i2c/i2c-stub.c
5088
5089 I2C SUBSYSTEM
5090 M:      Wolfram Sang <wsa@the-dreams.de>
5091 L:      linux-i2c@vger.kernel.org
5092 W:      https://i2c.wiki.kernel.org/
5093 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5095 S:      Maintained
5096 F:      Documentation/devicetree/bindings/i2c/
5097 F:      Documentation/i2c/
5098 F:      drivers/i2c/
5099 F:      include/linux/i2c.h
5100 F:      include/linux/i2c-*.h
5101 F:      include/uapi/linux/i2c.h
5102 F:      include/uapi/linux/i2c-*.h
5103
5104 I2C ACPI SUPPORT
5105 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5106 L:      linux-i2c@vger.kernel.org
5107 L:      linux-acpi@vger.kernel.org
5108 S:      Maintained
5109
5110 I2C-TAOS-EVM DRIVER
5111 M:      Jean Delvare <jdelvare@suse.com>
5112 L:      linux-i2c@vger.kernel.org
5113 S:      Maintained
5114 F:      Documentation/i2c/busses/i2c-taos-evm
5115 F:      drivers/i2c/busses/i2c-taos-evm.c
5116
5117 I2C-TINY-USB DRIVER
5118 M:      Till Harbaum <till@harbaum.org>
5119 L:      linux-i2c@vger.kernel.org
5120 W:      http://www.harbaum.org/till/i2c_tiny_usb
5121 S:      Maintained
5122 F:      drivers/i2c/busses/i2c-tiny-usb.c
5123
5124 i386 BOOT CODE
5125 M:      "H. Peter Anvin" <hpa@zytor.com>
5126 S:      Maintained
5127 F:      arch/x86/boot/
5128
5129 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5130 M:      "H. Peter Anvin" <hpa@zytor.com>
5131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5132 S:      Maintained
5133
5134 IA64 (Itanium) PLATFORM
5135 M:      Tony Luck <tony.luck@intel.com>
5136 M:      Fenghua Yu <fenghua.yu@intel.com>
5137 L:      linux-ia64@vger.kernel.org
5138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5139 S:      Maintained
5140 F:      arch/ia64/
5141
5142 IBM Power VMX Cryptographic instructions
5143 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5144 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5145 L:      linux-crypto@vger.kernel.org
5146 S:      Supported
5147 F:      drivers/crypto/vmx/Makefile
5148 F:      drivers/crypto/vmx/Kconfig
5149 F:      drivers/crypto/vmx/vmx.c
5150 F:      drivers/crypto/vmx/aes*
5151 F:      drivers/crypto/vmx/ghash*
5152 F:      drivers/crypto/vmx/ppc-xlate.pl
5153
5154 IBM Power in-Nest Crypto Acceleration
5155 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5156 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5157 L:      linux-crypto@vger.kernel.org
5158 S:      Supported
5159 F:      drivers/crypto/nx/Makefile
5160 F:      drivers/crypto/nx/Kconfig
5161 F:      drivers/crypto/nx/nx-aes*
5162 F:      drivers/crypto/nx/nx-sha*
5163 F:      drivers/crypto/nx/nx.*
5164 F:      drivers/crypto/nx/nx_csbcpb.h
5165 F:      drivers/crypto/nx/nx_debugfs.h
5166
5167 IBM Power 842 compression accelerator
5168 M:      Dan Streetman <ddstreet@ieee.org>
5169 S:      Supported
5170 F:      drivers/crypto/nx/Makefile
5171 F:      drivers/crypto/nx/Kconfig
5172 F:      drivers/crypto/nx/nx-842*
5173 F:      include/linux/sw842.h
5174 F:      crypto/842.c
5175 F:      lib/842/
5176
5177 IBM Power Linux RAID adapter
5178 M:      Brian King <brking@us.ibm.com>
5179 S:      Supported
5180 F:      drivers/scsi/ipr.*
5181
5182 IBM Power Virtual Ethernet Device Driver
5183 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5184 L:      netdev@vger.kernel.org
5185 S:      Supported
5186 F:      drivers/net/ethernet/ibm/ibmveth.*
5187
5188 IBM Power Virtual SCSI Device Drivers
5189 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5190 L:      linux-scsi@vger.kernel.org
5191 S:      Supported
5192 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5193 F:      drivers/scsi/ibmvscsi/viosrp.h
5194
5195 IBM Power Virtual FC Device Drivers
5196 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5197 L:      linux-scsi@vger.kernel.org
5198 S:      Supported
5199 F:      drivers/scsi/ibmvscsi/ibmvfc*
5200
5201 IBM ServeRAID RAID DRIVER
5202 S:      Orphan
5203 F:      drivers/scsi/ips.*
5204
5205 ICH LPC AND GPIO DRIVER
5206 M:      Peter Tyser <ptyser@xes-inc.com>
5207 S:      Maintained
5208 F:      drivers/mfd/lpc_ich.c
5209 F:      drivers/gpio/gpio-ich.c
5210
5211 IDE SUBSYSTEM
5212 M:      "David S. Miller" <davem@davemloft.net>
5213 L:      linux-ide@vger.kernel.org
5214 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5216 S:      Maintained
5217 F:      Documentation/ide/
5218 F:      drivers/ide/
5219 F:      include/linux/ide.h
5220
5221 IDEAPAD LAPTOP EXTRAS DRIVER
5222 M:      Ike Panhc <ike.pan@canonical.com>
5223 L:      platform-driver-x86@vger.kernel.org
5224 W:      http://launchpad.net/ideapad-laptop
5225 S:      Maintained
5226 F:      drivers/platform/x86/ideapad-laptop.c
5227
5228 IDEAPAD LAPTOP SLIDEBAR DRIVER
5229 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5230 L:      linux-input@vger.kernel.org
5231 W:      https://github.com/o2genum/ideapad-slidebar
5232 S:      Maintained
5233 F:      drivers/input/misc/ideapad_slidebar.c
5234
5235 IDE/ATAPI DRIVERS
5236 M:      Borislav Petkov <bp@alien8.de>
5237 L:      linux-ide@vger.kernel.org
5238 S:      Maintained
5239 F:      Documentation/cdrom/ide-cd
5240 F:      drivers/ide/ide-cd*
5241
5242 IDLE-I7300
5243 M:      Andy Henroid <andrew.d.henroid@intel.com>
5244 L:      linux-pm@vger.kernel.org
5245 S:      Supported
5246 F:      drivers/idle/i7300_idle.c
5247
5248 IEEE 802.15.4 SUBSYSTEM
5249 M:      Alexander Aring <alex.aring@gmail.com>
5250 L:      linux-wpan@vger.kernel.org
5251 W:      https://github.com/linux-wpan
5252 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5253 S:      Maintained
5254 F:      net/ieee802154/
5255 F:      net/mac802154/
5256 F:      drivers/net/ieee802154/
5257 F:      include/linux/nl802154.h
5258 F:      include/linux/ieee802154.h
5259 F:      include/net/nl802154.h
5260 F:      include/net/mac802154.h
5261 F:      include/net/af_ieee802154.h
5262 F:      include/net/cfg802154.h
5263 F:      include/net/ieee802154_netdev.h
5264 F:      Documentation/networking/ieee802154.txt
5265
5266 IGORPLUG-USB IR RECEIVER
5267 M:      Sean Young <sean@mess.org>
5268 L:      linux-media@vger.kernel.org
5269 S:      Maintained
5270 F:      drivers/media/rc/igorplugusb.c
5271
5272 IGUANAWORKS USB IR TRANSCEIVER
5273 M:      Sean Young <sean@mess.org>
5274 L:      linux-media@vger.kernel.org
5275 S:      Maintained
5276 F:      drivers/media/rc/iguanair.c
5277
5278 IIO SUBSYSTEM AND DRIVERS
5279 M:      Jonathan Cameron <jic23@kernel.org>
5280 R:      Hartmut Knaack <knaack.h@gmx.de>
5281 R:      Lars-Peter Clausen <lars@metafoo.de>
5282 R:      Peter Meerwald <pmeerw@pmeerw.net>
5283 L:      linux-iio@vger.kernel.org
5284 S:      Maintained
5285 F:      drivers/iio/
5286 F:      drivers/staging/iio/
5287 F:      include/linux/iio/
5288 F:      tools/iio/
5289
5290 IKANOS/ADI EAGLE ADSL USB DRIVER
5291 M:      Matthieu Castet <castet.matthieu@free.fr>
5292 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5293 S:      Maintained
5294 F:      drivers/usb/atm/ueagle-atm.c
5295
5296 INA209 HARDWARE MONITOR DRIVER
5297 M:      Guenter Roeck <linux@roeck-us.net>
5298 L:      lm-sensors@lm-sensors.org
5299 S:      Maintained
5300 F:      Documentation/hwmon/ina209
5301 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5302 F:      drivers/hwmon/ina209.c
5303
5304 INA2XX HARDWARE MONITOR DRIVER
5305 M:      Guenter Roeck <linux@roeck-us.net>
5306 L:      lm-sensors@lm-sensors.org
5307 S:      Maintained
5308 F:      Documentation/hwmon/ina2xx
5309 F:      drivers/hwmon/ina2xx.c
5310 F:      include/linux/platform_data/ina2xx.h
5311
5312 INDUSTRY PACK SUBSYSTEM (IPACK)
5313 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5314 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5315 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5316 L:      industrypack-devel@lists.sourceforge.net
5317 W:      http://industrypack.sourceforge.net
5318 S:      Maintained
5319 F:      drivers/ipack/
5320
5321 INGENIC JZ4780 DMA Driver
5322 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5323 S:      Maintained
5324 F:      drivers/dma/dma-jz4780.c
5325
5326 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5327 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5328 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5329 L:      linux-ima-devel@lists.sourceforge.net
5330 L:      linux-ima-user@lists.sourceforge.net
5331 L:      linux-security-module@vger.kernel.org
5332 S:      Supported
5333 F:      security/integrity/ima/
5334
5335 IMGTEC IR DECODER DRIVER
5336 M:      James Hogan <james.hogan@imgtec.com>
5337 S:      Maintained
5338 F:      drivers/media/rc/img-ir/
5339
5340 IMS TWINTURBO FRAMEBUFFER DRIVER
5341 L:      linux-fbdev@vger.kernel.org
5342 S:      Orphan
5343 F:      drivers/video/fbdev/imsttfb.c
5344
5345 INFINIBAND SUBSYSTEM
5346 M:      Doug Ledford <dledford@redhat.com>
5347 M:      Sean Hefty <sean.hefty@intel.com>
5348 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5349 L:      linux-rdma@vger.kernel.org
5350 W:      http://www.openfabrics.org/
5351 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5353 S:      Supported
5354 F:      Documentation/infiniband/
5355 F:      drivers/infiniband/
5356 F:      drivers/staging/rdma/
5357 F:      include/uapi/linux/if_infiniband.h
5358 F:      include/uapi/rdma/
5359 F:      include/rdma/
5360
5361 INOTIFY
5362 M:      John McCutchan <john@johnmccutchan.com>
5363 M:      Robert Love <rlove@rlove.org>
5364 M:      Eric Paris <eparis@parisplace.org>
5365 S:      Maintained
5366 F:      Documentation/filesystems/inotify.txt
5367 F:      fs/notify/inotify/
5368 F:      include/linux/inotify.h
5369 F:      include/uapi/linux/inotify.h
5370
5371 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5372 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5373 L:      linux-input@vger.kernel.org
5374 Q:      http://patchwork.kernel.org/project/linux-input/list/
5375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5376 S:      Maintained
5377 F:      drivers/input/
5378 F:      include/linux/input.h
5379 F:      include/uapi/linux/input.h
5380 F:      include/linux/input/
5381
5382 INPUT MULTITOUCH (MT) PROTOCOL
5383 M:      Henrik Rydberg <rydberg@bitmath.org>
5384 L:      linux-input@vger.kernel.org
5385 S:      Odd fixes
5386 F:      Documentation/input/multi-touch-protocol.txt
5387 F:      drivers/input/input-mt.c
5388 K:      \b(ABS|SYN)_MT_
5389
5390 INTEL ASoC BDW/HSW DRIVERS
5391 M:      Jie Yang <yang.jie@linux.intel.com>
5392 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5393 S:      Supported
5394 F:      sound/soc/intel/common/sst-dsp*
5395 F:      sound/soc/intel/common/sst-firmware.c
5396 F:      sound/soc/intel/boards/broadwell.c
5397 F:      sound/soc/intel/haswell/
5398
5399 INTEL C600 SERIES SAS CONTROLLER DRIVER
5400 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5401 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5402 L:      linux-scsi@vger.kernel.org
5403 T:      git git://git.code.sf.net/p/intel-sas/isci
5404 S:      Supported
5405 F:      drivers/scsi/isci/
5406
5407 INTEL IDLE DRIVER
5408 M:      Len Brown <lenb@kernel.org>
5409 L:      linux-pm@vger.kernel.org
5410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5411 S:      Supported
5412 F:      drivers/idle/intel_idle.c
5413
5414 INTEL PSTATE DRIVER
5415 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5416 L:      linux-pm@vger.kernel.org
5417 S:      Supported
5418 F:      drivers/cpufreq/intel_pstate.c
5419
5420 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5421 M:      Maik Broemme <mbroemme@plusserver.de>
5422 L:      linux-fbdev@vger.kernel.org
5423 S:      Maintained
5424 F:      Documentation/fb/intelfb.txt
5425 F:      drivers/video/fbdev/intelfb/
5426
5427 INTEL 810/815 FRAMEBUFFER DRIVER
5428 M:      Antonino Daplas <adaplas@gmail.com>
5429 L:      linux-fbdev@vger.kernel.org
5430 S:      Maintained
5431 F:      drivers/video/fbdev/i810/
5432
5433 INTEL MENLOW THERMAL DRIVER
5434 M:      Sujith Thomas <sujith.thomas@intel.com>
5435 L:      platform-driver-x86@vger.kernel.org
5436 W:      https://01.org/linux-acpi
5437 S:      Supported
5438 F:      drivers/platform/x86/intel_menlow.c
5439
5440 INTEL IA32 MICROCODE UPDATE SUPPORT
5441 M:      Borislav Petkov <bp@alien8.de>
5442 S:      Maintained
5443 F:      arch/x86/kernel/cpu/microcode/core*
5444 F:      arch/x86/kernel/cpu/microcode/intel*
5445
5446 INTEL I/OAT DMA DRIVER
5447 M:      Dave Jiang <dave.jiang@intel.com>
5448 R:      Dan Williams <dan.j.williams@intel.com>
5449 L:      dmaengine@vger.kernel.org
5450 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5451 S:      Supported
5452 F:      drivers/dma/ioat*
5453
5454 INTEL IOMMU (VT-d)
5455 M:      David Woodhouse <dwmw2@infradead.org>
5456 L:      iommu@lists.linux-foundation.org
5457 T:      git git://git.infradead.org/iommu-2.6.git
5458 S:      Supported
5459 F:      drivers/iommu/intel-iommu.c
5460 F:      include/linux/intel-iommu.h
5461
5462 INTEL IOP-ADMA DMA DRIVER
5463 R:      Dan Williams <dan.j.williams@intel.com>
5464 S:      Odd fixes
5465 F:      drivers/dma/iop-adma.c
5466
5467 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5468 M:      Krzysztof Halasa <khalasa@piap.pl>
5469 S:      Maintained
5470 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5471 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5472 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5473 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5474 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5475 F:      drivers/net/wan/ixp4xx_hss.c
5476
5477 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5478 M:      Deepak Saxena <dsaxena@plexity.net>
5479 S:      Maintained
5480 F:      drivers/char/hw_random/ixp4xx-rng.c
5481
5482 INTEL ETHERNET DRIVERS
5483 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5484 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5485 R:      Shannon Nelson <shannon.nelson@intel.com>
5486 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5487 R:      Don Skidmore <donald.c.skidmore@intel.com>
5488 R:      Matthew Vick <matthew.vick@intel.com>
5489 R:      John Ronciak <john.ronciak@intel.com>
5490 R:      Mitch Williams <mitch.a.williams@intel.com>
5491 L:      intel-wired-lan@lists.osuosl.org
5492 W:      http://www.intel.com/support/feedback.htm
5493 W:      http://e1000.sourceforge.net/
5494 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5497 S:      Supported
5498 F:      Documentation/networking/e100.txt
5499 F:      Documentation/networking/e1000.txt
5500 F:      Documentation/networking/e1000e.txt
5501 F:      Documentation/networking/igb.txt
5502 F:      Documentation/networking/igbvf.txt
5503 F:      Documentation/networking/ixgb.txt
5504 F:      Documentation/networking/ixgbe.txt
5505 F:      Documentation/networking/ixgbevf.txt
5506 F:      Documentation/networking/i40e.txt
5507 F:      Documentation/networking/i40evf.txt
5508 F:      drivers/net/ethernet/intel/
5509 F:      drivers/net/ethernet/intel/*/
5510
5511 INTEL-MID GPIO DRIVER
5512 M:      David Cohen <david.a.cohen@linux.intel.com>
5513 L:      linux-gpio@vger.kernel.org
5514 S:      Maintained
5515 F:      drivers/gpio/gpio-intel-mid.c
5516
5517 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5518 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5519 L:      linux-wireless@vger.kernel.org
5520 S:      Maintained
5521 F:      Documentation/networking/README.ipw2100
5522 F:      Documentation/networking/README.ipw2200
5523 F:      drivers/net/wireless/ipw2x00/
5524
5525 INTEL(R) TRACE HUB
5526 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5527 S:      Supported
5528 F:      Documentation/trace/intel_th.txt
5529 F:      drivers/hwtracing/intel_th/
5530
5531 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5532 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5533 M:      Gang Wei <gang.wei@intel.com>
5534 M:      Shane Wang <shane.wang@intel.com>
5535 L:      tboot-devel@lists.sourceforge.net
5536 W:      http://tboot.sourceforge.net
5537 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5538 S:      Supported
5539 F:      Documentation/intel_txt.txt
5540 F:      include/linux/tboot.h
5541 F:      arch/x86/kernel/tboot.c
5542
5543 INTEL WIRELESS WIMAX CONNECTION 2400
5544 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5545 M:      linux-wimax@intel.com
5546 L:      wimax@linuxwimax.org (subscribers-only)
5547 S:      Supported
5548 W:      http://linuxwimax.org
5549 F:      Documentation/wimax/README.i2400m
5550 F:      drivers/net/wimax/i2400m/
5551 F:      include/uapi/linux/wimax/i2400m.h
5552
5553 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5554 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5555 L:      linux-wireless@vger.kernel.org
5556 S:      Supported
5557 F:      drivers/net/wireless/iwlegacy/
5558
5559 INTEL WIRELESS WIFI LINK (iwlwifi)
5560 M:      Johannes Berg <johannes.berg@intel.com>
5561 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5562 M:      Intel Linux Wireless <ilw@linux.intel.com>
5563 L:      linux-wireless@vger.kernel.org
5564 W:      http://intellinuxwireless.org
5565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5566 S:      Supported
5567 F:      drivers/net/wireless/iwlwifi/
5568
5569 INTEL MANAGEMENT ENGINE (mei)
5570 M:      Tomas Winkler <tomas.winkler@intel.com>
5571 L:      linux-kernel@vger.kernel.org
5572 S:      Supported
5573 F:      include/uapi/linux/mei.h
5574 F:      include/linux/mei_cl_bus.h
5575 F:      drivers/misc/mei/*
5576 F:      Documentation/misc-devices/mei/*
5577
5578 INTEL PMC IPC DRIVER
5579 M:      Zha Qipeng<qipeng.zha@intel.com>
5580 L:      platform-driver-x86@vger.kernel.org
5581 S:      Maintained
5582 F:      drivers/platform/x86/intel_pmc_ipc.c
5583 F:      arch/x86/include/asm/intel_pmc_ipc.h
5584
5585 IOC3 ETHERNET DRIVER
5586 M:      Ralf Baechle <ralf@linux-mips.org>
5587 L:      linux-mips@linux-mips.org
5588 S:      Maintained
5589 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5590
5591 IOC3 SERIAL DRIVER
5592 M:      Pat Gefre <pfg@sgi.com>
5593 L:      linux-serial@vger.kernel.org
5594 S:      Maintained
5595 F:      drivers/tty/serial/ioc3_serial.c
5596
5597 IOMMU DRIVERS
5598 M:      Joerg Roedel <joro@8bytes.org>
5599 L:      iommu@lists.linux-foundation.org
5600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5601 S:      Maintained
5602 F:      drivers/iommu/
5603
5604 IP MASQUERADING
5605 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5606 S:      Maintained
5607 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5608
5609 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5610 M:      Francois Romieu <romieu@fr.zoreil.com>
5611 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5612 L:      netdev@vger.kernel.org
5613 S:      Maintained
5614 F:      drivers/net/ethernet/icplus/ipg.*
5615
5616 IPATH DRIVER
5617 M:      Mike Marciniszyn <infinipath@intel.com>
5618 L:      linux-rdma@vger.kernel.org
5619 S:      Maintained
5620 F:      drivers/staging/rdma/ipath/
5621
5622 IPMI SUBSYSTEM
5623 M:      Corey Minyard <minyard@acm.org>
5624 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5625 W:      http://openipmi.sourceforge.net/
5626 S:      Supported
5627 F:      Documentation/IPMI.txt
5628 F:      drivers/char/ipmi/
5629 F:      include/linux/ipmi*
5630 F:      include/uapi/linux/ipmi*
5631
5632 QCOM AUDIO (ASoC) DRIVERS
5633 M:      Patrick Lai <plai@codeaurora.org>
5634 M:      Banajit Goswami <bgoswami@codeaurora.org>
5635 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5636 S:      Supported
5637 F:      sound/soc/qcom/
5638
5639 IPS SCSI RAID DRIVER
5640 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5641 L:      linux-scsi@vger.kernel.org
5642 W:      http://www.adaptec.com/
5643 S:      Maintained
5644 F:      drivers/scsi/ips*
5645
5646 IPVS
5647 M:      Wensong Zhang <wensong@linux-vs.org>
5648 M:      Simon Horman <horms@verge.net.au>
5649 M:      Julian Anastasov <ja@ssi.bg>
5650 L:      netdev@vger.kernel.org
5651 L:      lvs-devel@vger.kernel.org
5652 S:      Maintained
5653 F:      Documentation/networking/ipvs-sysctl.txt
5654 F:      include/net/ip_vs.h
5655 F:      include/uapi/linux/ip_vs.h
5656 F:      net/netfilter/ipvs/
5657
5658 IPWIRELESS DRIVER
5659 M:      Jiri Kosina <jikos@kernel.org>
5660 M:      David Sterba <dsterba@suse.com>
5661 S:      Odd Fixes
5662 F:      drivers/tty/ipwireless/
5663
5664 IPX NETWORK LAYER
5665 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5666 L:      netdev@vger.kernel.org
5667 S:      Maintained
5668 F:      include/net/ipx.h
5669 F:      include/uapi/linux/ipx.h
5670 F:      net/ipx/
5671
5672 IRDA SUBSYSTEM
5673 M:      Samuel Ortiz <samuel@sortiz.org>
5674 L:      irda-users@lists.sourceforge.net (subscribers-only)
5675 L:      netdev@vger.kernel.org
5676 W:      http://irda.sourceforge.net/
5677 S:      Maintained
5678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5679 F:      Documentation/networking/irda.txt
5680 F:      drivers/net/irda/
5681 F:      include/net/irda/
5682 F:      net/irda/
5683
5684 IRQ SUBSYSTEM
5685 M:      Thomas Gleixner <tglx@linutronix.de>
5686 L:      linux-kernel@vger.kernel.org
5687 S:      Maintained
5688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5689 F:      kernel/irq/
5690
5691 IRQCHIP DRIVERS
5692 M:      Thomas Gleixner <tglx@linutronix.de>
5693 M:      Jason Cooper <jason@lakedaemon.net>
5694 M:      Marc Zyngier <marc.zyngier@arm.com>
5695 L:      linux-kernel@vger.kernel.org
5696 S:      Maintained
5697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5698 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5699 F:      Documentation/devicetree/bindings/interrupt-controller/
5700 F:      drivers/irqchip/
5701
5702 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5703 M:      Jiang Liu <jiang.liu@linux.intel.com>
5704 M:      Marc Zyngier <marc.zyngier@arm.com>
5705 S:      Maintained
5706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5707 F:      Documentation/IRQ-domain.txt
5708 F:      include/linux/irqdomain.h
5709 F:      kernel/irq/irqdomain.c
5710 F:      kernel/irq/msi.c
5711
5712 ISAPNP
5713 M:      Jaroslav Kysela <perex@perex.cz>
5714 S:      Maintained
5715 F:      Documentation/isapnp.txt
5716 F:      drivers/pnp/isapnp/
5717 F:      include/linux/isapnp.h
5718
5719 ISA RADIO MODULE
5720 M:      Hans Verkuil <hverkuil@xs4all.nl>
5721 L:      linux-media@vger.kernel.org
5722 T:      git git://linuxtv.org/media_tree.git
5723 W:      http://linuxtv.org
5724 S:      Maintained
5725 F:      drivers/media/radio/radio-isa*
5726
5727 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5728 M:      Peter Jones <pjones@redhat.com>
5729 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5730 S:      Maintained
5731 F:      drivers/firmware/iscsi_ibft*
5732
5733 ISCSI
5734 M:      Mike Christie <michaelc@cs.wisc.edu>
5735 L:      open-iscsi@googlegroups.com
5736 W:      www.open-iscsi.org
5737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5738 S:      Maintained
5739 F:      drivers/scsi/*iscsi*
5740 F:      include/scsi/*iscsi*
5741
5742 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5743 M:      Or Gerlitz <ogerlitz@mellanox.com>
5744 M:      Sagi Grimberg <sagig@mellanox.com>
5745 M:      Roi Dayan <roid@mellanox.com>
5746 L:      linux-rdma@vger.kernel.org
5747 S:      Supported
5748 W:      http://www.openfabrics.org
5749 W:      www.open-iscsi.org
5750 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5751 F:      drivers/infiniband/ulp/iser/
5752
5753 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5754 M:      Sagi Grimberg <sagig@mellanox.com>
5755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5756 L:      linux-rdma@vger.kernel.org
5757 L:      target-devel@vger.kernel.org
5758 S:      Supported
5759 W:      http://www.linux-iscsi.org
5760 F:      drivers/infiniband/ulp/isert
5761
5762 ISDN SUBSYSTEM
5763 M:      Karsten Keil <isdn@linux-pingi.de>
5764 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5765 L:      netdev@vger.kernel.org
5766 W:      http://www.isdn4linux.de
5767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5768 S:      Maintained
5769 F:      Documentation/isdn/
5770 F:      drivers/isdn/
5771 F:      include/linux/isdn.h
5772 F:      include/linux/isdn/
5773 F:      include/uapi/linux/isdn.h
5774 F:      include/uapi/linux/isdn/
5775
5776 ISDN SUBSYSTEM (Eicon active card driver)
5777 M:      Armin Schindler <mac@melware.de>
5778 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5779 W:      http://www.melware.de
5780 S:      Maintained
5781 F:      drivers/isdn/hardware/eicon/
5782
5783 IT87 HARDWARE MONITORING DRIVER
5784 M:      Jean Delvare <jdelvare@suse.com>
5785 L:      lm-sensors@lm-sensors.org
5786 S:      Maintained
5787 F:      Documentation/hwmon/it87
5788 F:      drivers/hwmon/it87.c
5789
5790 IT913X MEDIA DRIVER
5791 M:      Antti Palosaari <crope@iki.fi>
5792 L:      linux-media@vger.kernel.org
5793 W:      http://linuxtv.org/
5794 W:      http://palosaari.fi/linux/
5795 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5796 T:      git git://linuxtv.org/anttip/media_tree.git
5797 S:      Maintained
5798 F:      drivers/media/tuners/it913x*
5799
5800 IVTV VIDEO4LINUX DRIVER
5801 M:      Andy Walls <awalls@md.metrocast.net>
5802 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5803 L:      linux-media@vger.kernel.org
5804 T:      git git://linuxtv.org/media_tree.git
5805 W:      http://www.ivtvdriver.org
5806 S:      Maintained
5807 F:      Documentation/video4linux/*.ivtv
5808 F:      drivers/media/pci/ivtv/
5809 F:      include/uapi/linux/ivtv*
5810
5811 IX2505V MEDIA DRIVER
5812 M:      Malcolm Priestley <tvboxspy@gmail.com>
5813 L:      linux-media@vger.kernel.org
5814 W:      http://linuxtv.org/
5815 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5816 S:      Maintained
5817 F:      drivers/media/dvb-frontends/ix2505v*
5818
5819 JC42.4 TEMPERATURE SENSOR DRIVER
5820 M:      Guenter Roeck <linux@roeck-us.net>
5821 L:      lm-sensors@lm-sensors.org
5822 S:      Maintained
5823 F:      drivers/hwmon/jc42.c
5824 F:      Documentation/hwmon/jc42
5825
5826 JFS FILESYSTEM
5827 M:      Dave Kleikamp <shaggy@kernel.org>
5828 L:      jfs-discussion@lists.sourceforge.net
5829 W:      http://jfs.sourceforge.net/
5830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5831 S:      Maintained
5832 F:      Documentation/filesystems/jfs.txt
5833 F:      fs/jfs/
5834
5835 JME NETWORK DRIVER
5836 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5837 L:      netdev@vger.kernel.org
5838 S:      Maintained
5839 F:      drivers/net/ethernet/jme.*
5840
5841 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5842 M:      David Woodhouse <dwmw2@infradead.org>
5843 L:      linux-mtd@lists.infradead.org
5844 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5845 S:      Maintained
5846 F:      fs/jffs2/
5847 F:      include/uapi/linux/jffs2.h
5848
5849 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5850 M:      "Theodore Ts'o" <tytso@mit.edu>
5851 M:      Jan Kara <jack@suse.com>
5852 L:      linux-ext4@vger.kernel.org
5853 S:      Maintained
5854 F:      fs/jbd2/
5855 F:      include/linux/jbd2.h
5856
5857 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5858 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5859 L:      linux-media@vger.kernel.org
5860 S:      Maintained
5861 F:      drivers/media/platform/rcar_jpu.c
5862
5863 JSM Neo PCI based serial card
5864 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5865 L:      linux-serial@vger.kernel.org
5866 S:      Maintained
5867 F:      drivers/tty/serial/jsm/
5868
5869 K10TEMP HARDWARE MONITORING DRIVER
5870 M:      Clemens Ladisch <clemens@ladisch.de>
5871 L:      lm-sensors@lm-sensors.org
5872 S:      Maintained
5873 F:      Documentation/hwmon/k10temp
5874 F:      drivers/hwmon/k10temp.c
5875
5876 K8TEMP HARDWARE MONITORING DRIVER
5877 M:      Rudolf Marek <r.marek@assembler.cz>
5878 L:      lm-sensors@lm-sensors.org
5879 S:      Maintained
5880 F:      Documentation/hwmon/k8temp
5881 F:      drivers/hwmon/k8temp.c
5882
5883 KCONFIG
5884 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5885 L:      linux-kbuild@vger.kernel.org
5886 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5887 S:      Maintained
5888 F:      Documentation/kbuild/kconfig-language.txt
5889 F:      scripts/kconfig/
5890
5891 KDUMP
5892 M:      Vivek Goyal <vgoyal@redhat.com>
5893 M:      Haren Myneni <hbabu@us.ibm.com>
5894 L:      kexec@lists.infradead.org
5895 W:      http://lse.sourceforge.net/kdump/
5896 S:      Maintained
5897 F:      Documentation/kdump/
5898
5899 KEENE FM RADIO TRANSMITTER DRIVER
5900 M:      Hans Verkuil <hverkuil@xs4all.nl>
5901 L:      linux-media@vger.kernel.org
5902 T:      git git://linuxtv.org/media_tree.git
5903 W:      http://linuxtv.org
5904 S:      Maintained
5905 F:      drivers/media/radio/radio-keene*
5906
5907 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5908 M:      Ian Kent <raven@themaw.net>
5909 L:      autofs@vger.kernel.org
5910 S:      Maintained
5911 F:      fs/autofs4/
5912
5913 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5914 M:      Michal Marek <mmarek@suse.com>
5915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5917 L:      linux-kbuild@vger.kernel.org
5918 S:      Maintained
5919 F:      Documentation/kbuild/
5920 F:      Makefile
5921 F:      scripts/Makefile.*
5922 F:      scripts/basic/
5923 F:      scripts/mk*
5924 F:      scripts/package/
5925
5926 KERNEL JANITORS
5927 L:      kernel-janitors@vger.kernel.org
5928 W:      http://kernelnewbies.org/KernelJanitors
5929 S:      Odd Fixes
5930
5931 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5932 M:      "J. Bruce Fields" <bfields@fieldses.org>
5933 M:      Jeff Layton <jlayton@poochiereds.net>
5934 L:      linux-nfs@vger.kernel.org
5935 W:      http://nfs.sourceforge.net/
5936 S:      Supported
5937 F:      fs/nfsd/
5938 F:      include/uapi/linux/nfsd/
5939 F:      fs/lockd/
5940 F:      fs/nfs_common/
5941 F:      net/sunrpc/
5942 F:      include/linux/lockd/
5943 F:      include/linux/sunrpc/
5944 F:      include/uapi/linux/sunrpc/
5945
5946 KERNEL SELFTEST FRAMEWORK
5947 M:      Shuah Khan <shuahkh@osg.samsung.com>
5948 L:      linux-api@vger.kernel.org
5949 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5950 S:      Maintained
5951 F:      tools/testing/selftests
5952
5953 KERNEL VIRTUAL MACHINE (KVM)
5954 M:      Gleb Natapov <gleb@kernel.org>
5955 M:      Paolo Bonzini <pbonzini@redhat.com>
5956 L:      kvm@vger.kernel.org
5957 W:      http://www.linux-kvm.org
5958 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5959 S:      Supported
5960 F:      Documentation/*/kvm*.txt
5961 F:      Documentation/virtual/kvm/
5962 F:      arch/*/kvm/
5963 F:      arch/x86/kernel/kvm.c
5964 F:      arch/x86/kernel/kvmclock.c
5965 F:      arch/*/include/asm/kvm*
5966 F:      include/linux/kvm*
5967 F:      include/uapi/linux/kvm*
5968 F:      virt/kvm/
5969
5970 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5971 M:      Joerg Roedel <joro@8bytes.org>
5972 L:      kvm@vger.kernel.org
5973 W:      http://www.linux-kvm.org/
5974 S:      Maintained
5975 F:      arch/x86/include/asm/svm.h
5976 F:      arch/x86/kvm/svm.c
5977
5978 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5979 M:      Alexander Graf <agraf@suse.com>
5980 L:      kvm-ppc@vger.kernel.org
5981 W:      http://www.linux-kvm.org/
5982 T:      git git://github.com/agraf/linux-2.6.git
5983 S:      Supported
5984 F:      arch/powerpc/include/asm/kvm*
5985 F:      arch/powerpc/kvm/
5986
5987 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5988 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5989 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5990 L:      linux-s390@vger.kernel.org
5991 W:      http://www.ibm.com/developerworks/linux/linux390/
5992 S:      Supported
5993 F:      Documentation/s390/kvm.txt
5994 F:      arch/s390/include/asm/kvm*
5995 F:      arch/s390/kvm/
5996
5997 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5998 M:      Christoffer Dall <christoffer.dall@linaro.org>
5999 M:      Marc Zyngier <marc.zyngier@arm.com>
6000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6001 L:      kvmarm@lists.cs.columbia.edu
6002 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6003 S:      Supported
6004 F:      arch/arm/include/uapi/asm/kvm*
6005 F:      arch/arm/include/asm/kvm*
6006 F:      arch/arm/kvm/
6007 F:      virt/kvm/arm/
6008 F:      include/kvm/arm_*
6009
6010 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6011 M:      Christoffer Dall <christoffer.dall@linaro.org>
6012 M:      Marc Zyngier <marc.zyngier@arm.com>
6013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6014 L:      kvmarm@lists.cs.columbia.edu
6015 S:      Maintained
6016 F:      arch/arm64/include/uapi/asm/kvm*
6017 F:      arch/arm64/include/asm/kvm*
6018 F:      arch/arm64/kvm/
6019
6020 KEXEC
6021 M:      Eric Biederman <ebiederm@xmission.com>
6022 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6023 L:      kexec@lists.infradead.org
6024 S:      Maintained
6025 F:      include/linux/kexec.h
6026 F:      include/uapi/linux/kexec.h
6027 F:      kernel/kexec.c
6028
6029 KEYS/KEYRINGS:
6030 M:      David Howells <dhowells@redhat.com>
6031 L:      keyrings@vger.kernel.org
6032 S:      Maintained
6033 F:      Documentation/security/keys.txt
6034 F:      include/linux/key.h
6035 F:      include/linux/key-type.h
6036 F:      include/keys/
6037 F:      security/keys/
6038
6039 KEYS-TRUSTED
6040 M:      David Safford <safford@us.ibm.com>
6041 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6042 L:      linux-security-module@vger.kernel.org
6043 L:      keyrings@vger.kernel.org
6044 S:      Supported
6045 F:      Documentation/security/keys-trusted-encrypted.txt
6046 F:      include/keys/trusted-type.h
6047 F:      security/keys/trusted.c
6048 F:      security/keys/trusted.h
6049
6050 KEYS-ENCRYPTED
6051 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6052 M:      David Safford <safford@us.ibm.com>
6053 L:      linux-security-module@vger.kernel.org
6054 L:      keyrings@vger.kernel.org
6055 S:      Supported
6056 F:      Documentation/security/keys-trusted-encrypted.txt
6057 F:      include/keys/encrypted-type.h
6058 F:      security/keys/encrypted-keys/
6059
6060 KGDB / KDB /debug_core
6061 M:      Jason Wessel <jason.wessel@windriver.com>
6062 W:      http://kgdb.wiki.kernel.org/
6063 L:      kgdb-bugreport@lists.sourceforge.net
6064 S:      Maintained
6065 F:      Documentation/DocBook/kgdb.tmpl
6066 F:      drivers/misc/kgdbts.c
6067 F:      drivers/tty/serial/kgdboc.c
6068 F:      include/linux/kdb.h
6069 F:      include/linux/kgdb.h
6070 F:      kernel/debug/
6071
6072 KMEMCHECK
6073 M:      Vegard Nossum <vegardno@ifi.uio.no>
6074 M:      Pekka Enberg <penberg@kernel.org>
6075 S:      Maintained
6076 F:      Documentation/kmemcheck.txt
6077 F:      arch/x86/include/asm/kmemcheck.h
6078 F:      arch/x86/mm/kmemcheck/
6079 F:      include/linux/kmemcheck.h
6080 F:      mm/kmemcheck.c
6081
6082 KMEMLEAK
6083 M:      Catalin Marinas <catalin.marinas@arm.com>
6084 S:      Maintained
6085 F:      Documentation/kmemleak.txt
6086 F:      include/linux/kmemleak.h
6087 F:      mm/kmemleak.c
6088 F:      mm/kmemleak-test.c
6089
6090 KPROBES
6091 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6092 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6093 M:      "David S. Miller" <davem@davemloft.net>
6094 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6095 S:      Maintained
6096 F:      Documentation/kprobes.txt
6097 F:      include/linux/kprobes.h
6098 F:      kernel/kprobes.c
6099
6100 KS0108 LCD CONTROLLER DRIVER
6101 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6102 W:      http://miguelojeda.es/auxdisplay.htm
6103 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6104 S:      Maintained
6105 F:      Documentation/auxdisplay/ks0108
6106 F:      drivers/auxdisplay/ks0108.c
6107 F:      include/linux/ks0108.h
6108
6109 LAPB module
6110 L:      linux-x25@vger.kernel.org
6111 S:      Orphan
6112 F:      Documentation/networking/lapb-module.txt
6113 F:      include/*/lapb.h
6114 F:      net/lapb/
6115
6116 LASI 53c700 driver for PARISC
6117 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6118 L:      linux-scsi@vger.kernel.org
6119 S:      Maintained
6120 F:      Documentation/scsi/53c700.txt
6121 F:      drivers/scsi/53c700*
6122
6123 LED SUBSYSTEM
6124 M:      Richard Purdie <rpurdie@rpsys.net>
6125 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6126 L:      linux-leds@vger.kernel.org
6127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6128 S:      Maintained
6129 F:      drivers/leds/
6130 F:      include/linux/leds.h
6131
6132 LEGACY EEPROM DRIVER
6133 M:      Jean Delvare <jdelvare@suse.com>
6134 S:      Maintained
6135 F:      Documentation/misc-devices/eeprom
6136 F:      drivers/misc/eeprom/eeprom.c
6137
6138 LEGO USB Tower driver
6139 M:      Juergen Stuber <starblue@users.sourceforge.net>
6140 L:      legousb-devel@lists.sourceforge.net
6141 W:      http://legousb.sourceforge.net/
6142 S:      Maintained
6143 F:      drivers/usb/misc/legousbtower.c
6144
6145 LG2160 MEDIA DRIVER
6146 M:      Michael Krufky <mkrufky@linuxtv.org>
6147 L:      linux-media@vger.kernel.org
6148 W:      http://linuxtv.org/
6149 W:      http://github.com/mkrufky
6150 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6151 T:      git git://linuxtv.org/mkrufky/tuners.git
6152 S:      Maintained
6153 F:      drivers/media/dvb-frontends/lg2160.*
6154
6155 LGDT3305 MEDIA DRIVER
6156 M:      Michael Krufky <mkrufky@linuxtv.org>
6157 L:      linux-media@vger.kernel.org
6158 W:      http://linuxtv.org/
6159 W:      http://github.com/mkrufky
6160 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6161 T:      git git://linuxtv.org/mkrufky/tuners.git
6162 S:      Maintained
6163 F:      drivers/media/dvb-frontends/lgdt3305.*
6164
6165 LGUEST
6166 M:      Rusty Russell <rusty@rustcorp.com.au>
6167 L:      lguest@lists.ozlabs.org
6168 W:      http://lguest.ozlabs.org/
6169 S:      Odd Fixes
6170 F:      arch/x86/include/asm/lguest*.h
6171 F:      arch/x86/lguest/
6172 F:      drivers/lguest/
6173 F:      include/linux/lguest*.h
6174 F:      tools/lguest/
6175
6176 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6177 M:      Tejun Heo <tj@kernel.org>
6178 L:      linux-ide@vger.kernel.org
6179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6180 S:      Maintained
6181 F:      drivers/ata/
6182 F:      include/linux/ata.h
6183 F:      include/linux/libata.h
6184
6185 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6186 M:      Viresh Kumar <vireshk@kernel.org>
6187 L:      linux-ide@vger.kernel.org
6188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6189 S:      Maintained
6190 F:      include/linux/pata_arasan_cf_data.h
6191 F:      drivers/ata/pata_arasan_cf.c
6192
6193 LIBATA PATA DRIVERS
6194 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6195 M:      Tejun Heo <tj@kernel.org>
6196 L:      linux-ide@vger.kernel.org
6197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6198 S:      Maintained
6199 F:      drivers/ata/pata_*.c
6200 F:      drivers/ata/ata_generic.c
6201
6202 LIBATA SATA AHCI PLATFORM devices support
6203 M:      Hans de Goede <hdegoede@redhat.com>
6204 M:      Tejun Heo <tj@kernel.org>
6205 L:      linux-ide@vger.kernel.org
6206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6207 S:      Maintained
6208 F:      drivers/ata/ahci_platform.c
6209 F:      drivers/ata/libahci_platform.c
6210 F:      include/linux/ahci_platform.h
6211
6212 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6213 M:      Mikael Pettersson <mikpelinux@gmail.com>
6214 L:      linux-ide@vger.kernel.org
6215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6216 S:      Maintained
6217 F:      drivers/ata/sata_promise.*
6218
6219 LIBLOCKDEP
6220 M:      Sasha Levin <sasha.levin@oracle.com>
6221 S:      Maintained
6222 F:      tools/lib/lockdep/
6223
6224 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6225 M:      Dan Williams <dan.j.williams@intel.com>
6226 L:      linux-nvdimm@lists.01.org
6227 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6228 S:      Supported
6229 F:      drivers/nvdimm/*
6230 F:      include/linux/nd.h
6231 F:      include/linux/libnvdimm.h
6232 F:      include/uapi/linux/ndctl.h
6233
6234 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6235 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6236 L:      linux-nvdimm@lists.01.org
6237 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6238 S:      Supported
6239 F:      drivers/nvdimm/blk.c
6240 F:      drivers/nvdimm/region_devs.c
6241 F:      drivers/acpi/nfit*
6242
6243 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6244 M:      Vishal Verma <vishal.l.verma@intel.com>
6245 L:      linux-nvdimm@lists.01.org
6246 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6247 S:      Supported
6248 F:      drivers/nvdimm/btt*
6249
6250 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6251 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6252 L:      linux-nvdimm@lists.01.org
6253 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6254 S:      Supported
6255 F:      drivers/nvdimm/pmem.c
6256 F:      include/linux/pmem.h
6257 F:      arch/*/include/asm/pmem.h
6258
6259 LINUX FOR IBM pSERIES (RS/6000)
6260 M:      Paul Mackerras <paulus@au.ibm.com>
6261 W:      http://www.ibm.com/linux/ltc/projects/ppc
6262 S:      Supported
6263 F:      arch/powerpc/boot/rs6000.h
6264
6265 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6266 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6267 M:      Paul Mackerras <paulus@samba.org>
6268 M:      Michael Ellerman <mpe@ellerman.id.au>
6269 W:      http://www.penguinppc.org/
6270 L:      linuxppc-dev@lists.ozlabs.org
6271 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6273 S:      Supported
6274 F:      Documentation/powerpc/
6275 F:      arch/powerpc/
6276
6277 LINUX FOR POWER MACINTOSH
6278 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6279 W:      http://www.penguinppc.org/
6280 L:      linuxppc-dev@lists.ozlabs.org
6281 S:      Maintained
6282 F:      arch/powerpc/platforms/powermac/
6283 F:      drivers/macintosh/
6284
6285 LINUX FOR POWERPC EMBEDDED MPC5XXX
6286 M:      Anatolij Gustschin <agust@denx.de>
6287 L:      linuxppc-dev@lists.ozlabs.org
6288 T:      git git://git.denx.de/linux-denx-agust.git
6289 S:      Maintained
6290 F:      arch/powerpc/platforms/512x/
6291 F:      arch/powerpc/platforms/52xx/
6292
6293 LINUX FOR POWERPC EMBEDDED PPC4XX
6294 M:      Alistair Popple <alistair@popple.id.au>
6295 M:      Matt Porter <mporter@kernel.crashing.org>
6296 W:      http://www.penguinppc.org/
6297 L:      linuxppc-dev@lists.ozlabs.org
6298 S:      Maintained
6299 F:      arch/powerpc/platforms/40x/
6300 F:      arch/powerpc/platforms/44x/
6301
6302 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6303 L:      linuxppc-dev@lists.ozlabs.org
6304 S:      Orphan
6305 F:      arch/powerpc/*/*virtex*
6306 F:      arch/powerpc/*/*/*virtex*
6307
6308 LINUX FOR POWERPC EMBEDDED PPC8XX
6309 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6310 W:      http://www.penguinppc.org/
6311 L:      linuxppc-dev@lists.ozlabs.org
6312 S:      Maintained
6313 F:      arch/powerpc/platforms/8xx/
6314
6315 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6316 M:      Scott Wood <scottwood@freescale.com>
6317 M:      Kumar Gala <galak@kernel.crashing.org>
6318 W:      http://www.penguinppc.org/
6319 L:      linuxppc-dev@lists.ozlabs.org
6320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6321 S:      Maintained
6322 F:      arch/powerpc/platforms/83xx/
6323 F:      arch/powerpc/platforms/85xx/
6324
6325 LINUX FOR POWERPC PA SEMI PWRFICIENT
6326 M:      Olof Johansson <olof@lixom.net>
6327 L:      linuxppc-dev@lists.ozlabs.org
6328 S:      Maintained
6329 F:      arch/powerpc/platforms/pasemi/
6330 F:      drivers/*/*pasemi*
6331 F:      drivers/*/*/*pasemi*
6332
6333 LINUX SECURITY MODULE (LSM) FRAMEWORK
6334 M:      Chris Wright <chrisw@sous-sol.org>
6335 L:      linux-security-module@vger.kernel.org
6336 S:      Supported
6337
6338 LIS3LV02D ACCELEROMETER DRIVER
6339 M:      Eric Piel <eric.piel@tremplin-utc.net>
6340 S:      Maintained
6341 F:      Documentation/misc-devices/lis3lv02d
6342 F:      drivers/misc/lis3lv02d/
6343 F:      drivers/platform/x86/hp_accel.c
6344
6345 LIVE PATCHING
6346 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6347 M:      Seth Jennings <sjenning@redhat.com>
6348 M:      Jiri Kosina <jikos@kernel.org>
6349 M:      Vojtech Pavlik <vojtech@suse.com>
6350 S:      Maintained
6351 F:      kernel/livepatch/
6352 F:      include/linux/livepatch.h
6353 F:      arch/x86/include/asm/livepatch.h
6354 F:      arch/x86/kernel/livepatch.c
6355 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6356 F:      samples/livepatch/
6357 L:      live-patching@vger.kernel.org
6358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6359
6360 LLC (802.2)
6361 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6362 S:      Maintained
6363 F:      include/linux/llc.h
6364 F:      include/uapi/linux/llc.h
6365 F:      include/net/llc*
6366 F:      net/llc/
6367
6368 LM73 HARDWARE MONITOR DRIVER
6369 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6370 L:      lm-sensors@lm-sensors.org
6371 S:      Maintained
6372 F:      drivers/hwmon/lm73.c
6373
6374 LM78 HARDWARE MONITOR DRIVER
6375 M:      Jean Delvare <jdelvare@suse.com>
6376 L:      lm-sensors@lm-sensors.org
6377 S:      Maintained
6378 F:      Documentation/hwmon/lm78
6379 F:      drivers/hwmon/lm78.c
6380
6381 LM83 HARDWARE MONITOR DRIVER
6382 M:      Jean Delvare <jdelvare@suse.com>
6383 L:      lm-sensors@lm-sensors.org
6384 S:      Maintained
6385 F:      Documentation/hwmon/lm83
6386 F:      drivers/hwmon/lm83.c
6387
6388 LM90 HARDWARE MONITOR DRIVER
6389 M:      Jean Delvare <jdelvare@suse.com>
6390 L:      lm-sensors@lm-sensors.org
6391 S:      Maintained
6392 F:      Documentation/hwmon/lm90
6393 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6394 F:      drivers/hwmon/lm90.c
6395
6396 LM95234 HARDWARE MONITOR DRIVER
6397 M:      Guenter Roeck <linux@roeck-us.net>
6398 L:      lm-sensors@lm-sensors.org
6399 S:      Maintained
6400 F:      Documentation/hwmon/lm95234
6401 F:      drivers/hwmon/lm95234.c
6402
6403 LME2510 MEDIA DRIVER
6404 M:      Malcolm Priestley <tvboxspy@gmail.com>
6405 L:      linux-media@vger.kernel.org
6406 W:      http://linuxtv.org/
6407 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6408 S:      Maintained
6409 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6410
6411 LOCKDEP AND LOCKSTAT
6412 M:      Peter Zijlstra <peterz@infradead.org>
6413 M:      Ingo Molnar <mingo@redhat.com>
6414 L:      linux-kernel@vger.kernel.org
6415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6416 S:      Maintained
6417 F:      Documentation/locking/lockdep*.txt
6418 F:      Documentation/locking/lockstat.txt
6419 F:      include/linux/lockdep.h
6420 F:      kernel/locking/
6421
6422 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6423 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6424 L:      linux-ntfs-dev@lists.sourceforge.net
6425 W:      http://www.linux-ntfs.org/content/view/19/37/
6426 S:      Maintained
6427 F:      Documentation/ldm.txt
6428 F:      block/partitions/ldm.*
6429
6430 LogFS
6431 M:      Joern Engel <joern@logfs.org>
6432 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6433 L:      logfs@logfs.org
6434 W:      logfs.org
6435 S:      Maintained
6436 F:      fs/logfs/
6437
6438 LPC32XX MACHINE SUPPORT
6439 M:      Roland Stigge <stigge@antcom.de>
6440 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6441 S:      Maintained
6442 F:      arch/arm/mach-lpc32xx/
6443
6444 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6445 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6446 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6447 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6448 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6449 L:      MPT-FusionLinux.pdl@avagotech.com
6450 L:      linux-scsi@vger.kernel.org
6451 W:      http://www.lsilogic.com/support
6452 S:      Supported
6453 F:      drivers/message/fusion/
6454 F:      drivers/scsi/mpt2sas/
6455 F:      drivers/scsi/mpt3sas/
6456
6457 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6458 M:      Matthew Wilcox <matthew@wil.cx>
6459 L:      linux-scsi@vger.kernel.org
6460 S:      Maintained
6461 F:      drivers/scsi/sym53c8xx_2/
6462
6463 LTC4261 HARDWARE MONITOR DRIVER
6464 M:      Guenter Roeck <linux@roeck-us.net>
6465 L:      lm-sensors@lm-sensors.org
6466 S:      Maintained
6467 F:      Documentation/hwmon/ltc4261
6468 F:      drivers/hwmon/ltc4261.c
6469
6470 LTP (Linux Test Project)
6471 M:      Mike Frysinger <vapier@gentoo.org>
6472 M:      Cyril Hrubis <chrubis@suse.cz>
6473 M:      Wanlong Gao <wanlong.gao@gmail.com>
6474 M:      Jan Stancek <jstancek@redhat.com>
6475 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6476 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6477 L:      ltp@lists.linux.it (subscribers-only)
6478 W:      http://linux-test-project.github.io/
6479 T:      git git://github.com/linux-test-project/ltp.git
6480 S:      Maintained
6481
6482 M32R ARCHITECTURE
6483 W:      http://www.linux-m32r.org/
6484 S:      Orphan
6485 F:      arch/m32r/
6486
6487 M68K ARCHITECTURE
6488 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6489 L:      linux-m68k@lists.linux-m68k.org
6490 W:      http://www.linux-m68k.org/
6491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6492 S:      Maintained
6493 F:      arch/m68k/
6494 F:      drivers/zorro/
6495
6496 M68K ON APPLE MACINTOSH
6497 M:      Joshua Thompson <funaho@jurai.org>
6498 W:      http://www.mac.linux-m68k.org/
6499 L:      linux-m68k@lists.linux-m68k.org
6500 S:      Maintained
6501 F:      arch/m68k/mac/
6502
6503 M68K ON HP9000/300
6504 M:      Philip Blundell <philb@gnu.org>
6505 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6506 S:      Maintained
6507 F:      arch/m68k/hp300/
6508
6509 M88DS3103 MEDIA DRIVER
6510 M:      Antti Palosaari <crope@iki.fi>
6511 L:      linux-media@vger.kernel.org
6512 W:      http://linuxtv.org/
6513 W:      http://palosaari.fi/linux/
6514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6515 T:      git git://linuxtv.org/anttip/media_tree.git
6516 S:      Maintained
6517 F:      drivers/media/dvb-frontends/m88ds3103*
6518
6519 M88RS2000 MEDIA DRIVER
6520 M:      Malcolm Priestley <tvboxspy@gmail.com>
6521 L:      linux-media@vger.kernel.org
6522 W:      http://linuxtv.org/
6523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6524 S:      Maintained
6525 F:      drivers/media/dvb-frontends/m88rs2000*
6526
6527 MA901 MASTERKIT USB FM RADIO DRIVER
6528 M:      Alexey Klimov <klimov.linux@gmail.com>
6529 L:      linux-media@vger.kernel.org
6530 T:      git git://linuxtv.org/media_tree.git
6531 S:      Maintained
6532 F:      drivers/media/radio/radio-ma901.c
6533
6534 MAC80211
6535 M:      Johannes Berg <johannes@sipsolutions.net>
6536 L:      linux-wireless@vger.kernel.org
6537 W:      http://wireless.kernel.org/
6538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6540 S:      Maintained
6541 F:      Documentation/networking/mac80211-injection.txt
6542 F:      include/net/mac80211.h
6543 F:      net/mac80211/
6544
6545 MACVLAN DRIVER
6546 M:      Patrick McHardy <kaber@trash.net>
6547 L:      netdev@vger.kernel.org
6548 S:      Maintained
6549 F:      drivers/net/macvlan.c
6550 F:      include/linux/if_macvlan.h
6551
6552 MAILBOX API
6553 M:      Jassi Brar <jassisinghbrar@gmail.com>
6554 L:      linux-kernel@vger.kernel.org
6555 S:      Maintained
6556 F:      drivers/mailbox/
6557 F:      include/linux/mailbox_client.h
6558 F:      include/linux/mailbox_controller.h
6559
6560 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6561 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6562 W:      http://www.kernel.org/doc/man-pages
6563 L:      linux-man@vger.kernel.org
6564 S:      Maintained
6565
6566 MARVELL ARMADA DRM SUPPORT
6567 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6568 S:      Maintained
6569 F:      drivers/gpu/drm/armada/
6570
6571 MARVELL 88E6352 DSA support
6572 M:      Guenter Roeck <linux@roeck-us.net>
6573 S:      Maintained
6574 F:      drivers/net/dsa/mv88e6352.c
6575
6576 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6577 M:      Mirko Lindner <mlindner@marvell.com>
6578 M:      Stephen Hemminger <stephen@networkplumber.org>
6579 L:      netdev@vger.kernel.org
6580 S:      Maintained
6581 F:      drivers/net/ethernet/marvell/sk*
6582
6583 MARVELL LIBERTAS WIRELESS DRIVER
6584 L:      libertas-dev@lists.infradead.org
6585 S:      Orphan
6586 F:      drivers/net/wireless/libertas/
6587
6588 MARVELL MV643XX ETHERNET DRIVER
6589 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6590 L:      netdev@vger.kernel.org
6591 S:      Maintained
6592 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6593 F:      include/linux/mv643xx.h
6594
6595 MARVELL MVNETA ETHERNET DRIVER
6596 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6597 L:      netdev@vger.kernel.org
6598 S:      Maintained
6599 F:      drivers/net/ethernet/marvell/mvneta.*
6600
6601 MARVELL MWIFIEX WIRELESS DRIVER
6602 M:      Amitkumar Karwar <akarwar@marvell.com>
6603 M:      Nishant Sarmukadam <nishants@marvell.com>
6604 L:      linux-wireless@vger.kernel.org
6605 S:      Maintained
6606 F:      drivers/net/wireless/mwifiex/
6607
6608 MARVELL MWL8K WIRELESS DRIVER
6609 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6610 L:      linux-wireless@vger.kernel.org
6611 S:      Odd Fixes
6612 F:      drivers/net/wireless/mwl8k.c
6613
6614 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6615 M:      Nicolas Pitre <nico@fluxnic.net>
6616 S:      Odd Fixes
6617 F:      drivers/mmc/host/mvsdio.*
6618
6619 MATROX FRAMEBUFFER DRIVER
6620 L:      linux-fbdev@vger.kernel.org
6621 S:      Orphan
6622 F:      drivers/video/fbdev/matrox/matroxfb_*
6623 F:      include/uapi/linux/matroxfb.h
6624
6625 MAX16065 HARDWARE MONITOR DRIVER
6626 M:      Guenter Roeck <linux@roeck-us.net>
6627 L:      lm-sensors@lm-sensors.org
6628 S:      Maintained
6629 F:      Documentation/hwmon/max16065
6630 F:      drivers/hwmon/max16065.c
6631
6632 MAX20751 HARDWARE MONITOR DRIVER
6633 M:      Guenter Roeck <linux@roeck-us.net>
6634 L:      lm-sensors@lm-sensors.org
6635 S:      Maintained
6636 F:      Documentation/hwmon/max20751
6637 F:      drivers/hwmon/max20751.c
6638
6639 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6640 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6641 L:      lm-sensors@lm-sensors.org
6642 S:      Maintained
6643 F:      Documentation/hwmon/max6650
6644 F:      drivers/hwmon/max6650.c
6645
6646 MAX6697 HARDWARE MONITOR DRIVER
6647 M:      Guenter Roeck <linux@roeck-us.net>
6648 L:      lm-sensors@lm-sensors.org
6649 S:      Maintained
6650 F:      Documentation/hwmon/max6697
6651 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6652 F:      drivers/hwmon/max6697.c
6653 F:      include/linux/platform_data/max6697.h
6654
6655 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6656 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6657 L:      linux-pm@vger.kernel.org
6658 S:      Supported
6659 F:      drivers/power/max14577_charger.c
6660 F:      drivers/power/max77693_charger.c
6661
6662 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6663 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6664 L:      linux-kernel@vger.kernel.org
6665 S:      Supported
6666 F:      drivers/*/*max77802.c
6667 F:      Documentation/devicetree/bindings/*/*max77802.txt
6668 F:      include/dt-bindings/*/*max77802.h
6669
6670 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6671 M:      Chanwoo Choi <cw00.choi@samsung.com>
6672 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6673 L:      linux-kernel@vger.kernel.org
6674 S:      Supported
6675 F:      drivers/*/max14577.c
6676 F:      drivers/*/max77686.c
6677 F:      drivers/*/max77693.c
6678 F:      drivers/extcon/extcon-max14577.c
6679 F:      drivers/extcon/extcon-max77693.c
6680 F:      drivers/rtc/rtc-max77686.c
6681 F:      drivers/clk/clk-max77686.c
6682 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6683 F:      Documentation/devicetree/bindings/*/max77686.txt
6684 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6685 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6686 F:      include/linux/mfd/max14577*.h
6687 F:      include/linux/mfd/max77686*.h
6688 F:      include/linux/mfd/max77693*.h
6689
6690 MAXIRADIO FM RADIO RECEIVER DRIVER
6691 M:      Hans Verkuil <hverkuil@xs4all.nl>
6692 L:      linux-media@vger.kernel.org
6693 T:      git git://linuxtv.org/media_tree.git
6694 W:      http://linuxtv.org
6695 S:      Maintained
6696 F:      drivers/media/radio/radio-maxiradio*
6697
6698 MEDIA DRIVERS FOR RENESAS - VSP1
6699 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6700 L:      linux-media@vger.kernel.org
6701 L:      linux-sh@vger.kernel.org
6702 T:      git git://linuxtv.org/media_tree.git
6703 S:      Supported
6704 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6705 F:      drivers/media/platform/vsp1/
6706
6707 MEDIA DRIVERS FOR ASCOT2E
6708 M:      Sergey Kozlov <serjk@netup.ru>
6709 L:      linux-media@vger.kernel.org
6710 W:      http://linuxtv.org
6711 W:      http://netup.tv/
6712 T:      git git://linuxtv.org/media_tree.git
6713 S:      Supported
6714 F:      drivers/media/dvb-frontends/ascot2e*
6715
6716 MEDIA DRIVERS FOR CXD2841ER
6717 M:      Sergey Kozlov <serjk@netup.ru>
6718 L:      linux-media@vger.kernel.org
6719 W:      http://linuxtv.org/
6720 W:      http://netup.tv/
6721 T:      git git://linuxtv.org/media_tree.git
6722 S:      Supported
6723 F:      drivers/media/dvb-frontends/cxd2841er*
6724
6725 MEDIA DRIVERS FOR HORUS3A
6726 M:      Sergey Kozlov <serjk@netup.ru>
6727 L:      linux-media@vger.kernel.org
6728 W:      http://linuxtv.org/
6729 W:      http://netup.tv/
6730 T:      git git://linuxtv.org/media_tree.git
6731 S:      Supported
6732 F:      drivers/media/dvb-frontends/horus3a*
6733
6734 MEDIA DRIVERS FOR LNBH25
6735 M:      Sergey Kozlov <serjk@netup.ru>
6736 L:      linux-media@vger.kernel.org
6737 W:      http://linuxtv.org/
6738 W:      http://netup.tv/
6739 T:      git git://linuxtv.org/media_tree.git
6740 S:      Supported
6741 F:      drivers/media/dvb-frontends/lnbh25*
6742
6743 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6744 M:      Sergey Kozlov <serjk@netup.ru>
6745 L:      linux-media@vger.kernel.org
6746 W:      http://linuxtv.org/
6747 W:      http://netup.tv/
6748 T:      git git://linuxtv.org/media_tree.git
6749 S:      Supported
6750 F:      drivers/media/pci/netup_unidvb/*
6751
6752 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6753 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6754 P:      LinuxTV.org Project
6755 L:      linux-media@vger.kernel.org
6756 W:      http://linuxtv.org
6757 Q:      http://patchwork.kernel.org/project/linux-media/list/
6758 T:      git git://linuxtv.org/media_tree.git
6759 S:      Maintained
6760 F:      Documentation/dvb/
6761 F:      Documentation/video4linux/
6762 F:      Documentation/DocBook/media/
6763 F:      drivers/media/
6764 F:      drivers/staging/media/
6765 F:      include/media/
6766 F:      include/uapi/linux/dvb/
6767 F:      include/uapi/linux/videodev2.h
6768 F:      include/uapi/linux/media.h
6769 F:      include/uapi/linux/v4l2-*
6770 F:      include/uapi/linux/meye.h
6771 F:      include/uapi/linux/ivtv*
6772 F:      include/uapi/linux/uvcvideo.h
6773
6774 MEDIATEK MT7601U WIRELESS LAN DRIVER
6775 M:      Jakub Kicinski <kubakici@wp.pl>
6776 L:      linux-wireless@vger.kernel.org
6777 S:      Maintained
6778 F:      drivers/net/wireless/mediatek/mt7601u/
6779
6780 MEGARAID SCSI/SAS DRIVERS
6781 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6782 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6783 M:      Uday Lingala <uday.lingala@avagotech.com>
6784 L:      megaraidlinux.pdl@avagotech.com
6785 L:      linux-scsi@vger.kernel.org
6786 W:      http://www.lsi.com
6787 S:      Maintained
6788 F:      Documentation/scsi/megaraid.txt
6789 F:      drivers/scsi/megaraid.*
6790 F:      drivers/scsi/megaraid/
6791
6792 MELLANOX ETHERNET DRIVER (mlx4_en)
6793 M:      Amir Vadai <amirv@mellanox.com>
6794 M:      Ido Shamay <idos@mellanox.com>
6795 L:      netdev@vger.kernel.org
6796 S:      Supported
6797 W:      http://www.mellanox.com
6798 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6799 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6800
6801 MELLANOX ETHERNET SWITCH DRIVERS
6802 M:      Jiri Pirko <jiri@mellanox.com>
6803 M:      Ido Schimmel <idosch@mellanox.com>
6804 L:      netdev@vger.kernel.org
6805 S:      Supported
6806 W:      http://www.mellanox.com
6807 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6808 F:      drivers/net/ethernet/mellanox/mlxsw/
6809
6810 MEMBARRIER SUPPORT
6811 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6812 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6813 L:      linux-kernel@vger.kernel.org
6814 S:      Supported
6815 F:      kernel/membarrier.c
6816 F:      include/uapi/linux/membarrier.h
6817
6818 MEMORY MANAGEMENT
6819 L:      linux-mm@kvack.org
6820 W:      http://www.linux-mm.org
6821 S:      Maintained
6822 F:      include/linux/mm.h
6823 F:      include/linux/gfp.h
6824 F:      include/linux/mmzone.h
6825 F:      include/linux/memory_hotplug.h
6826 F:      include/linux/vmalloc.h
6827 F:      mm/
6828
6829 MEMORY TECHNOLOGY DEVICES (MTD)
6830 M:      David Woodhouse <dwmw2@infradead.org>
6831 M:      Brian Norris <computersforpeace@gmail.com>
6832 L:      linux-mtd@lists.infradead.org
6833 W:      http://www.linux-mtd.infradead.org/
6834 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6835 T:      git git://git.infradead.org/linux-mtd.git
6836 T:      git git://git.infradead.org/l2-mtd.git
6837 S:      Maintained
6838 F:      drivers/mtd/
6839 F:      include/linux/mtd/
6840 F:      include/uapi/mtd/
6841
6842 MEN A21 WATCHDOG DRIVER
6843 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6844 L:      linux-watchdog@vger.kernel.org
6845 S:      Maintained
6846 F:      drivers/watchdog/mena21_wdt.c
6847
6848 MEN CHAMELEON BUS (mcb)
6849 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6850 S:      Maintained
6851 F:      drivers/mcb/
6852 F:      include/linux/mcb.h
6853 F:      Documentation/men-chameleon-bus.txt
6854
6855 MEN F21BMC (Board Management Controller)
6856 M:      Andreas Werner <andreas.werner@men.de>
6857 S:      Supported
6858 F:      drivers/mfd/menf21bmc.c
6859 F:      drivers/watchdog/menf21bmc_wdt.c
6860 F:      drivers/leds/leds-menf21bmc.c
6861 F:      drivers/hwmon/menf21bmc_hwmon.c
6862 F:      Documentation/hwmon/menf21bmc
6863
6864 METAG ARCHITECTURE
6865 M:      James Hogan <james.hogan@imgtec.com>
6866 L:      linux-metag@vger.kernel.org
6867 S:      Supported
6868 F:      arch/metag/
6869 F:      Documentation/metag/
6870 F:      Documentation/devicetree/bindings/metag/
6871 F:      drivers/clocksource/metag_generic.c
6872 F:      drivers/irqchip/irq-metag.c
6873 F:      drivers/irqchip/irq-metag-ext.c
6874 F:      drivers/tty/metag_da.c
6875
6876 MICROBLAZE ARCHITECTURE
6877 M:      Michal Simek <monstr@monstr.eu>
6878 W:      http://www.monstr.eu/fdt/
6879 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6880 S:      Supported
6881 F:      arch/microblaze/
6882
6883 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6884 M:      Chen Yu <yu.c.chen@intel.com>
6885 L:      platform-driver-x86@vger.kernel.org
6886 S:      Supported
6887 F:      drivers/platform/x86/surfacepro3_button.c
6888
6889 MICROTEK X6 SCANNER
6890 M:      Oliver Neukum <oliver@neukum.org>
6891 S:      Maintained
6892 F:      drivers/usb/image/microtek.*
6893
6894 MIPS
6895 M:      Ralf Baechle <ralf@linux-mips.org>
6896 L:      linux-mips@linux-mips.org
6897 W:      http://www.linux-mips.org/
6898 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6899 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6900 S:      Supported
6901 F:      Documentation/mips/
6902 F:      arch/mips/
6903
6904 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6905 M:      Hans Verkuil <hverkuil@xs4all.nl>
6906 L:      linux-media@vger.kernel.org
6907 T:      git git://linuxtv.org/media_tree.git
6908 W:      http://linuxtv.org
6909 S:      Odd Fixes
6910 F:      drivers/media/radio/radio-miropcm20*
6911
6912 Mellanox MLX5 core VPI driver
6913 M:      Eli Cohen <eli@mellanox.com>
6914 L:      netdev@vger.kernel.org
6915 L:      linux-rdma@vger.kernel.org
6916 W:      http://www.mellanox.com
6917 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6918 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6919 T:      git git://openfabrics.org/~eli/connect-ib.git
6920 S:      Supported
6921 F:      drivers/net/ethernet/mellanox/mlx5/core/
6922 F:      include/linux/mlx5/
6923
6924 Mellanox MLX5 IB driver
6925 M:      Eli Cohen <eli@mellanox.com>
6926 L:      linux-rdma@vger.kernel.org
6927 W:      http://www.mellanox.com
6928 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6929 T:      git git://openfabrics.org/~eli/connect-ib.git
6930 S:      Supported
6931 F:      include/linux/mlx5/
6932 F:      drivers/infiniband/hw/mlx5/
6933
6934 MN88472 MEDIA DRIVER
6935 M:      Antti Palosaari <crope@iki.fi>
6936 L:      linux-media@vger.kernel.org
6937 W:      http://linuxtv.org/
6938 W:      http://palosaari.fi/linux/
6939 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6940 T:      git git://linuxtv.org/anttip/media_tree.git
6941 S:      Maintained
6942 F:      drivers/staging/media/mn88472/
6943 F:      drivers/media/dvb-frontends/mn88472.h
6944
6945 MN88473 MEDIA DRIVER
6946 M:      Antti Palosaari <crope@iki.fi>
6947 L:      linux-media@vger.kernel.org
6948 W:      http://linuxtv.org/
6949 W:      http://palosaari.fi/linux/
6950 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6951 T:      git git://linuxtv.org/anttip/media_tree.git
6952 S:      Maintained
6953 F:      drivers/staging/media/mn88473/
6954 F:      drivers/media/dvb-frontends/mn88473.h
6955
6956 MODULE SUPPORT
6957 M:      Rusty Russell <rusty@rustcorp.com.au>
6958 S:      Maintained
6959 F:      include/linux/module.h
6960 F:      kernel/module.c
6961
6962 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6963 W:      http://popies.net/meye/
6964 S:      Orphan
6965 F:      Documentation/video4linux/meye.txt
6966 F:      drivers/media/pci/meye/
6967 F:      include/uapi/linux/meye.h
6968
6969 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6970 M:      Jiri Slaby <jirislaby@gmail.com>
6971 S:      Maintained
6972 F:      Documentation/serial/moxa-smartio
6973 F:      drivers/tty/mxser.*
6974
6975 MR800 AVERMEDIA USB FM RADIO DRIVER
6976 M:      Alexey Klimov <klimov.linux@gmail.com>
6977 L:      linux-media@vger.kernel.org
6978 T:      git git://linuxtv.org/media_tree.git
6979 S:      Maintained
6980 F:      drivers/media/radio/radio-mr800.c
6981
6982 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6983 M:      Alan Ott <alan@signal11.us>
6984 L:      linux-wpan@vger.kernel.org
6985 S:      Maintained
6986 F:      drivers/net/ieee802154/mrf24j40.c
6987
6988 MSI LAPTOP SUPPORT
6989 M:      "Lee, Chun-Yi" <jlee@suse.com>
6990 L:      platform-driver-x86@vger.kernel.org
6991 S:      Maintained
6992 F:      drivers/platform/x86/msi-laptop.c
6993
6994 MSI WMI SUPPORT
6995 L:      platform-driver-x86@vger.kernel.org
6996 S:      Orphan
6997 F:      drivers/platform/x86/msi-wmi.c
6998
6999 MSI001 MEDIA DRIVER
7000 M:      Antti Palosaari <crope@iki.fi>
7001 L:      linux-media@vger.kernel.org
7002 W:      http://linuxtv.org/
7003 W:      http://palosaari.fi/linux/
7004 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7005 T:      git git://linuxtv.org/anttip/media_tree.git
7006 S:      Maintained
7007 F:      drivers/media/tuners/msi001*
7008
7009 MSI2500 MEDIA DRIVER
7010 M:      Antti Palosaari <crope@iki.fi>
7011 L:      linux-media@vger.kernel.org
7012 W:      http://linuxtv.org/
7013 W:      http://palosaari.fi/linux/
7014 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7015 T:      git git://linuxtv.org/anttip/media_tree.git
7016 S:      Maintained
7017 F:      drivers/media/usb/msi2500/
7018
7019 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7020 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7021 L:      linux-mtd@lists.infradead.org
7022 S:      Maintained
7023 F:      drivers/mtd/devices/docg3*
7024
7025 MT9M032 APTINA SENSOR DRIVER
7026 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7027 L:      linux-media@vger.kernel.org
7028 T:      git git://linuxtv.org/media_tree.git
7029 S:      Maintained
7030 F:      drivers/media/i2c/mt9m032.c
7031 F:      include/media/mt9m032.h
7032
7033 MT9P031 APTINA CAMERA SENSOR
7034 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7035 L:      linux-media@vger.kernel.org
7036 T:      git git://linuxtv.org/media_tree.git
7037 S:      Maintained
7038 F:      drivers/media/i2c/mt9p031.c
7039 F:      include/media/mt9p031.h
7040
7041 MT9T001 APTINA CAMERA SENSOR
7042 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7043 L:      linux-media@vger.kernel.org
7044 T:      git git://linuxtv.org/media_tree.git
7045 S:      Maintained
7046 F:      drivers/media/i2c/mt9t001.c
7047 F:      include/media/mt9t001.h
7048
7049 MT9V032 APTINA CAMERA SENSOR
7050 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7051 L:      linux-media@vger.kernel.org
7052 T:      git git://linuxtv.org/media_tree.git
7053 S:      Maintained
7054 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7055 F:      drivers/media/i2c/mt9v032.c
7056 F:      include/media/mt9v032.h
7057
7058 MULTIFUNCTION DEVICES (MFD)
7059 M:      Samuel Ortiz <sameo@linux.intel.com>
7060 M:      Lee Jones <lee.jones@linaro.org>
7061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7062 S:      Supported
7063 F:      drivers/mfd/
7064 F:      include/linux/mfd/
7065
7066 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7067 M:      Ulf Hansson <ulf.hansson@linaro.org>
7068 L:      linux-mmc@vger.kernel.org
7069 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7070 S:      Maintained
7071 F:      drivers/mmc/
7072 F:      include/linux/mmc/
7073 F:      include/uapi/linux/mmc/
7074
7075 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7076 S:      Orphan
7077 F:      drivers/mmc/host/mmc_spi.c
7078 F:      include/linux/spi/mmc_spi.h
7079
7080 MULTISOUND SOUND DRIVER
7081 M:      Andrew Veliath <andrewtv@usa.net>
7082 S:      Maintained
7083 F:      Documentation/sound/oss/MultiSound
7084 F:      sound/oss/msnd*
7085
7086 MULTITECH MULTIPORT CARD (ISICOM)
7087 S:      Orphan
7088 F:      drivers/tty/isicom.c
7089 F:      include/linux/isicom.h
7090
7091 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7092 M:      Felipe Balbi <balbi@ti.com>
7093 L:      linux-usb@vger.kernel.org
7094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7095 S:      Maintained
7096 F:      drivers/usb/musb/
7097
7098 MXL5007T MEDIA DRIVER
7099 M:      Michael Krufky <mkrufky@linuxtv.org>
7100 L:      linux-media@vger.kernel.org
7101 W:      http://linuxtv.org/
7102 W:      http://github.com/mkrufky
7103 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7104 T:      git git://linuxtv.org/mkrufky/tuners.git
7105 S:      Maintained
7106 F:      drivers/media/tuners/mxl5007t.*
7107
7108 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7109 M:      Hyong-Youb Kim <hykim@myri.com>
7110 L:      netdev@vger.kernel.org
7111 W:      https://www.myricom.com/support/downloads/myri10ge.html
7112 S:      Supported
7113 F:      drivers/net/ethernet/myricom/myri10ge/
7114
7115 NATSEMI ETHERNET DRIVER (DP8381x)
7116 S:      Orphan
7117 F:      drivers/net/ethernet/natsemi/natsemi.c
7118
7119 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7120 M:      Daniel Mack <zonque@gmail.com>
7121 S:      Maintained
7122 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7123 W:      http://www.native-instruments.com
7124 F:      sound/usb/caiaq/
7125
7126 NCP FILESYSTEM
7127 M:      Petr Vandrovec <petr@vandrovec.name>
7128 S:      Odd Fixes
7129 F:      fs/ncpfs/
7130
7131 NCR 5380 SCSI DRIVERS
7132 M:      Finn Thain <fthain@telegraphics.com.au>
7133 M:      Michael Schmitz <schmitzmic@gmail.com>
7134 L:      linux-scsi@vger.kernel.org
7135 S:      Maintained
7136 F:      Documentation/scsi/g_NCR5380.txt
7137 F:      drivers/scsi/NCR5380.*
7138 F:      drivers/scsi/arm/cumana_1.c
7139 F:      drivers/scsi/arm/oak.c
7140 F:      drivers/scsi/atari_NCR5380.c
7141 F:      drivers/scsi/atari_scsi.*
7142 F:      drivers/scsi/dmx3191d.c
7143 F:      drivers/scsi/dtc.*
7144 F:      drivers/scsi/g_NCR5380.*
7145 F:      drivers/scsi/g_NCR5380_mmio.c
7146 F:      drivers/scsi/mac_scsi.*
7147 F:      drivers/scsi/pas16.*
7148 F:      drivers/scsi/sun3_scsi.*
7149 F:      drivers/scsi/sun3_scsi_vme.c
7150 F:      drivers/scsi/t128.*
7151
7152 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7153 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7154 L:      linux-scsi@vger.kernel.org
7155 S:      Maintained
7156 F:      drivers/scsi/NCR_D700.*
7157
7158 NCT6775 HARDWARE MONITOR DRIVER
7159 M:      Guenter Roeck <linux@roeck-us.net>
7160 L:      lm-sensors@lm-sensors.org
7161 S:      Maintained
7162 F:      Documentation/hwmon/nct6775
7163 F:      drivers/hwmon/nct6775.c
7164
7165 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7166 M:      Faisal Latif <faisal.latif@intel.com>
7167 L:      linux-rdma@vger.kernel.org
7168 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7169 S:      Supported
7170 F:      drivers/infiniband/hw/nes/
7171
7172 NETEM NETWORK EMULATOR
7173 M:      Stephen Hemminger <stephen@networkplumber.org>
7174 L:      netem@lists.linux-foundation.org
7175 S:      Maintained
7176 F:      net/sched/sch_netem.c
7177
7178 NETERION 10GbE DRIVERS (s2io/vxge)
7179 M:      Jon Mason <jdmason@kudzu.us>
7180 L:      netdev@vger.kernel.org
7181 S:      Supported
7182 F:      Documentation/networking/s2io.txt
7183 F:      Documentation/networking/vxge.txt
7184 F:      drivers/net/ethernet/neterion/
7185
7186 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7187 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7188 M:      Patrick McHardy <kaber@trash.net>
7189 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7190 L:      netfilter-devel@vger.kernel.org
7191 L:      coreteam@netfilter.org
7192 W:      http://www.netfilter.org/
7193 W:      http://www.iptables.org/
7194 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7197 S:      Supported
7198 F:      include/linux/netfilter*
7199 F:      include/linux/netfilter/
7200 F:      include/net/netfilter/
7201 F:      include/uapi/linux/netfilter*
7202 F:      include/uapi/linux/netfilter/
7203 F:      net/*/netfilter.c
7204 F:      net/*/netfilter/
7205 F:      net/netfilter/
7206 F:      net/bridge/br_netfilter*.c
7207
7208 NETLABEL
7209 M:      Paul Moore <paul@paul-moore.com>
7210 W:      http://netlabel.sf.net
7211 L:      netdev@vger.kernel.org
7212 S:      Maintained
7213 F:      Documentation/netlabel/
7214 F:      include/net/netlabel.h
7215 F:      net/netlabel/
7216
7217 NETROM NETWORK LAYER
7218 M:      Ralf Baechle <ralf@linux-mips.org>
7219 L:      linux-hams@vger.kernel.org
7220 W:      http://www.linux-ax25.org/
7221 S:      Maintained
7222 F:      include/net/netrom.h
7223 F:      include/uapi/linux/netrom.h
7224 F:      net/netrom/
7225
7226 NETWORK BLOCK DEVICE (NBD)
7227 M:      Markus Pargmann <mpa@pengutronix.de>
7228 S:      Maintained
7229 L:      nbd-general@lists.sourceforge.net
7230 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7231 F:      Documentation/blockdev/nbd.txt
7232 F:      drivers/block/nbd.c
7233 F:      include/uapi/linux/nbd.h
7234
7235 NETWORK DROP MONITOR
7236 M:      Neil Horman <nhorman@tuxdriver.com>
7237 L:      netdev@vger.kernel.org
7238 S:      Maintained
7239 W:      https://fedorahosted.org/dropwatch/
7240 F:      net/core/drop_monitor.c
7241
7242 NETWORKING [GENERAL]
7243 M:      "David S. Miller" <davem@davemloft.net>
7244 L:      netdev@vger.kernel.org
7245 W:      http://www.linuxfoundation.org/en/Net
7246 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7249 S:      Maintained
7250 F:      net/
7251 F:      include/net/
7252 F:      include/linux/in.h
7253 F:      include/linux/net.h
7254 F:      include/linux/netdevice.h
7255 F:      include/uapi/linux/in.h
7256 F:      include/uapi/linux/net.h
7257 F:      include/uapi/linux/netdevice.h
7258 F:      include/uapi/linux/net_namespace.h
7259 F:      tools/net/
7260 F:      tools/testing/selftests/net/
7261 F:      lib/random32.c
7262 F:      lib/test_bpf.c
7263
7264 NETWORKING [IPv4/IPv6]
7265 M:      "David S. Miller" <davem@davemloft.net>
7266 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7267 M:      James Morris <jmorris@namei.org>
7268 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7269 M:      Patrick McHardy <kaber@trash.net>
7270 L:      netdev@vger.kernel.org
7271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7272 S:      Maintained
7273 F:      net/ipv4/
7274 F:      net/ipv6/
7275 F:      include/net/ip*
7276 F:      arch/x86/net/*
7277
7278 NETWORKING [IPSEC]
7279 M:      Steffen Klassert <steffen.klassert@secunet.com>
7280 M:      Herbert Xu <herbert@gondor.apana.org.au>
7281 M:      "David S. Miller" <davem@davemloft.net>
7282 L:      netdev@vger.kernel.org
7283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7285 S:      Maintained
7286 F:      net/core/flow.c
7287 F:      net/xfrm/
7288 F:      net/key/
7289 F:      net/ipv4/xfrm*
7290 F:      net/ipv4/esp4.c
7291 F:      net/ipv4/ah4.c
7292 F:      net/ipv4/ipcomp.c
7293 F:      net/ipv4/ip_vti.c
7294 F:      net/ipv6/xfrm*
7295 F:      net/ipv6/esp6.c
7296 F:      net/ipv6/ah6.c
7297 F:      net/ipv6/ipcomp6.c
7298 F:      net/ipv6/ip6_vti.c
7299 F:      include/uapi/linux/xfrm.h
7300 F:      include/net/xfrm.h
7301
7302 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7303 M:      Paul Moore <paul@paul-moore.com>
7304 L:      netdev@vger.kernel.org
7305 S:      Maintained
7306
7307 NETWORKING [WIRELESS]
7308 L:      linux-wireless@vger.kernel.org
7309 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7310
7311 NETWORKING DRIVERS
7312 L:      netdev@vger.kernel.org
7313 W:      http://www.linuxfoundation.org/en/Net
7314 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7317 S:      Odd Fixes
7318 F:      drivers/net/
7319 F:      include/linux/if_*
7320 F:      include/linux/netdevice.h
7321 F:      include/linux/arcdevice.h
7322 F:      include/linux/etherdevice.h
7323 F:      include/linux/fcdevice.h
7324 F:      include/linux/fddidevice.h
7325 F:      include/linux/hippidevice.h
7326 F:      include/linux/inetdevice.h
7327 F:      include/uapi/linux/if_*
7328 F:      include/uapi/linux/netdevice.h
7329
7330 NETWORKING DRIVERS (WIRELESS)
7331 M:      Kalle Valo <kvalo@codeaurora.org>
7332 L:      linux-wireless@vger.kernel.org
7333 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7335 S:      Maintained
7336 F:      drivers/net/wireless/
7337
7338 NETXEN (1/10) GbE SUPPORT
7339 M:      Manish Chopra <manish.chopra@qlogic.com>
7340 M:      Sony Chacko <sony.chacko@qlogic.com>
7341 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7342 L:      netdev@vger.kernel.org
7343 W:      http://www.qlogic.com
7344 S:      Supported
7345 F:      drivers/net/ethernet/qlogic/netxen/
7346
7347 NFC SUBSYSTEM
7348 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7349 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7350 M:      Samuel Ortiz <sameo@linux.intel.com>
7351 L:      linux-wireless@vger.kernel.org
7352 L:      linux-nfc@lists.01.org (subscribers-only)
7353 S:      Supported
7354 F:      net/nfc/
7355 F:      include/net/nfc/
7356 F:      include/uapi/linux/nfc.h
7357 F:      drivers/nfc/
7358 F:      include/linux/platform_data/pn544.h
7359 F:      Documentation/devicetree/bindings/net/nfc/
7360
7361 NFS, SUNRPC, AND LOCKD CLIENTS
7362 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7363 M:      Anna Schumaker <anna.schumaker@netapp.com>
7364 L:      linux-nfs@vger.kernel.org
7365 W:      http://client.linux-nfs.org
7366 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7367 S:      Maintained
7368 F:      fs/lockd/
7369 F:      fs/nfs/
7370 F:      fs/nfs_common/
7371 F:      net/sunrpc/
7372 F:      include/linux/lockd/
7373 F:      include/linux/nfs*
7374 F:      include/linux/sunrpc/
7375 F:      include/uapi/linux/nfs*
7376 F:      include/uapi/linux/sunrpc/
7377
7378 NILFS2 FILESYSTEM
7379 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7380 L:      linux-nilfs@vger.kernel.org
7381 W:      http://nilfs.sourceforge.net/
7382 T:      git git://github.com/konis/nilfs2.git
7383 S:      Supported
7384 F:      Documentation/filesystems/nilfs2.txt
7385 F:      fs/nilfs2/
7386 F:      include/linux/nilfs2_fs.h
7387
7388 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7389 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7390 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7391 S:      Maintained
7392 F:      Documentation/scsi/NinjaSCSI.txt
7393 F:      drivers/scsi/pcmcia/nsp_*
7394
7395 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7396 M:      GOTO Masanori <gotom@debian.or.jp>
7397 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7398 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7399 S:      Maintained
7400 F:      Documentation/scsi/NinjaSCSI.txt
7401 F:      drivers/scsi/nsp32*
7402
7403 NIOS2 ARCHITECTURE
7404 M:      Ley Foon Tan <lftan@altera.com>
7405 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7407 S:      Maintained
7408 F:      arch/nios2/
7409
7410 NOKIA N900 POWER SUPPLY DRIVERS
7411 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7412 S:      Maintained
7413 F:      include/linux/power/bq2415x_charger.h
7414 F:      include/linux/power/bq27x00_battery.h
7415 F:      include/linux/power/isp1704_charger.h
7416 F:      drivers/power/bq2415x_charger.c
7417 F:      drivers/power/bq27x00_battery.c
7418 F:      drivers/power/isp1704_charger.c
7419 F:      drivers/power/rx51_battery.c
7420
7421 NTB DRIVER CORE
7422 M:      Jon Mason <jdmason@kudzu.us>
7423 M:      Dave Jiang <dave.jiang@intel.com>
7424 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7425 L:      linux-ntb@googlegroups.com
7426 S:      Supported
7427 W:      https://github.com/jonmason/ntb/wiki
7428 T:      git git://github.com/jonmason/ntb.git
7429 F:      drivers/ntb/
7430 F:      drivers/net/ntb_netdev.c
7431 F:      include/linux/ntb.h
7432 F:      include/linux/ntb_transport.h
7433
7434 NTB INTEL DRIVER
7435 M:      Jon Mason <jdmason@kudzu.us>
7436 M:      Dave Jiang <dave.jiang@intel.com>
7437 L:      linux-ntb@googlegroups.com
7438 S:      Supported
7439 W:      https://github.com/jonmason/ntb/wiki
7440 T:      git git://github.com/jonmason/ntb.git
7441 F:      drivers/ntb/hw/intel/
7442
7443 NTFS FILESYSTEM
7444 M:      Anton Altaparmakov <anton@tuxera.com>
7445 L:      linux-ntfs-dev@lists.sourceforge.net
7446 W:      http://www.tuxera.com/
7447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7448 S:      Supported
7449 F:      Documentation/filesystems/ntfs.txt
7450 F:      fs/ntfs/
7451
7452 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7453 M:      Antonino Daplas <adaplas@gmail.com>
7454 L:      linux-fbdev@vger.kernel.org
7455 S:      Maintained
7456 F:      drivers/video/fbdev/riva/
7457 F:      drivers/video/fbdev/nvidia/
7458
7459 NVM EXPRESS DRIVER
7460 M:      Matthew Wilcox <willy@linux.intel.com>
7461 L:      linux-nvme@lists.infradead.org
7462 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7463 S:      Supported
7464 F:      drivers/block/nvme*
7465 F:      include/linux/nvme.h
7466
7467 NVMEM FRAMEWORK
7468 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7469 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7470 S:      Maintained
7471 F:      drivers/nvmem/
7472 F:      Documentation/devicetree/bindings/nvmem/
7473 F:      include/linux/nvmem-consumer.h
7474 F:      include/linux/nvmem-provider.h
7475
7476 NXP-NCI NFC DRIVER
7477 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7478 R:      Charles Gorand <charles.gorand@effinnov.com>
7479 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7480 S:      Supported
7481 F:      drivers/nfc/nxp-nci
7482
7483 NXP TDA998X DRM DRIVER
7484 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7485 S:      Supported
7486 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7487 F:      include/drm/i2c/tda998x.h
7488
7489 NXP TFA9879 DRIVER
7490 M:      Peter Rosin <peda@axentia.se>
7491 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7492 S:      Maintained
7493 F:      sound/soc/codecs/tfa9879*
7494
7495 OMAP SUPPORT
7496 M:      Tony Lindgren <tony@atomide.com>
7497 L:      linux-omap@vger.kernel.org
7498 W:      http://www.muru.com/linux/omap/
7499 W:      http://linux.omap.com/
7500 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7502 S:      Maintained
7503 F:      arch/arm/*omap*/
7504 F:      arch/arm/configs/omap1_defconfig
7505 F:      arch/arm/configs/omap2plus_defconfig
7506 F:      drivers/i2c/busses/i2c-omap.c
7507 F:      drivers/irqchip/irq-omap-intc.c
7508 F:      drivers/mfd/*omap*.c
7509 F:      drivers/mfd/menelaus.c
7510 F:      drivers/mfd/palmas.c
7511 F:      drivers/mfd/tps65217.c
7512 F:      drivers/mfd/tps65218.c
7513 F:      drivers/mfd/tps65910.c
7514 F:      drivers/mfd/twl-core.[ch]
7515 F:      drivers/mfd/twl4030*.c
7516 F:      drivers/mfd/twl6030*.c
7517 F:      drivers/mfd/twl6040*.c
7518 F:      drivers/regulator/palmas-regulator*.c
7519 F:      drivers/regulator/pbias-regulator.c
7520 F:      drivers/regulator/tps65217-regulator.c
7521 F:      drivers/regulator/tps65218-regulator.c
7522 F:      drivers/regulator/tps65910-regulator.c
7523 F:      drivers/regulator/twl-regulator.c
7524 F:      include/linux/i2c-omap.h
7525
7526 OMAP DEVICE TREE SUPPORT
7527 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7528 M:      Tony Lindgren <tony@atomide.com>
7529 L:      linux-omap@vger.kernel.org
7530 L:      devicetree@vger.kernel.org
7531 S:      Maintained
7532 F:      arch/arm/boot/dts/*omap*
7533 F:      arch/arm/boot/dts/*am3*
7534 F:      arch/arm/boot/dts/*am4*
7535 F:      arch/arm/boot/dts/*am5*
7536 F:      arch/arm/boot/dts/*dra7*
7537
7538 OMAP CLOCK FRAMEWORK SUPPORT
7539 M:      Paul Walmsley <paul@pwsan.com>
7540 L:      linux-omap@vger.kernel.org
7541 S:      Maintained
7542 F:      arch/arm/*omap*/*clock*
7543
7544 OMAP POWER MANAGEMENT SUPPORT
7545 M:      Kevin Hilman <khilman@deeprootsystems.com>
7546 L:      linux-omap@vger.kernel.org
7547 S:      Maintained
7548 F:      arch/arm/*omap*/*pm*
7549 F:      drivers/cpufreq/omap-cpufreq.c
7550
7551 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7552 M:      Rajendra Nayak <rnayak@ti.com>
7553 M:      Paul Walmsley <paul@pwsan.com>
7554 L:      linux-omap@vger.kernel.org
7555 S:      Maintained
7556 F:      arch/arm/mach-omap2/prm*
7557
7558 OMAP AUDIO SUPPORT
7559 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7560 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7561 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7562 L:      linux-omap@vger.kernel.org
7563 S:      Maintained
7564 F:      sound/soc/omap/
7565
7566 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7567 M:      Roger Quadros <rogerq@ti.com>
7568 M:      Tony Lindgren <tony@atomide.com>
7569 L:      linux-omap@vger.kernel.org
7570 S:      Maintained
7571 F:      drivers/memory/omap-gpmc.c
7572 F:      arch/arm/mach-omap2/*gpmc*
7573
7574 OMAP FRAMEBUFFER SUPPORT
7575 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7576 L:      linux-fbdev@vger.kernel.org
7577 L:      linux-omap@vger.kernel.org
7578 S:      Maintained
7579 F:      drivers/video/fbdev/omap/
7580
7581 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7582 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7583 L:      linux-omap@vger.kernel.org
7584 L:      linux-fbdev@vger.kernel.org
7585 S:      Maintained
7586 F:      drivers/video/fbdev/omap2/
7587 F:      Documentation/arm/OMAP/DSS
7588
7589 OMAP HARDWARE SPINLOCK SUPPORT
7590 M:      Ohad Ben-Cohen <ohad@wizery.com>
7591 L:      linux-omap@vger.kernel.org
7592 S:      Maintained
7593 F:      drivers/hwspinlock/omap_hwspinlock.c
7594
7595 OMAP MMC SUPPORT
7596 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7597 L:      linux-omap@vger.kernel.org
7598 S:      Maintained
7599 F:      drivers/mmc/host/omap.c
7600
7601 OMAP HS MMC SUPPORT
7602 L:      linux-mmc@vger.kernel.org
7603 L:      linux-omap@vger.kernel.org
7604 S:      Orphan
7605 F:      drivers/mmc/host/omap_hsmmc.c
7606
7607 OMAP RANDOM NUMBER GENERATOR SUPPORT
7608 M:      Deepak Saxena <dsaxena@plexity.net>
7609 S:      Maintained
7610 F:      drivers/char/hw_random/omap-rng.c
7611
7612 OMAP HWMOD SUPPORT
7613 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7614 M:      Paul Walmsley <paul@pwsan.com>
7615 L:      linux-omap@vger.kernel.org
7616 S:      Maintained
7617 F:      arch/arm/mach-omap2/omap_hwmod.*
7618
7619 OMAP HWMOD DATA
7620 M:      Paul Walmsley <paul@pwsan.com>
7621 L:      linux-omap@vger.kernel.org
7622 S:      Maintained
7623 F:      arch/arm/mach-omap2/omap_hwmod*data*
7624
7625 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7626 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7627 L:      linux-omap@vger.kernel.org
7628 S:      Maintained
7629 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7630
7631 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7632 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7633 L:      linux-media@vger.kernel.org
7634 S:      Maintained
7635 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7636 F:      drivers/media/platform/omap3isp/
7637 F:      drivers/staging/media/omap4iss/
7638
7639 OMAP USB SUPPORT
7640 M:      Felipe Balbi <balbi@ti.com>
7641 L:      linux-usb@vger.kernel.org
7642 L:      linux-omap@vger.kernel.org
7643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7644 S:      Maintained
7645 F:      drivers/usb/*/*omap*
7646 F:      arch/arm/*omap*/usb*
7647
7648 OMAP GPIO DRIVER
7649 M:      Javier Martinez Canillas <javier@dowhile0.org>
7650 M:      Santosh Shilimkar <ssantosh@kernel.org>
7651 M:      Kevin Hilman <khilman@deeprootsystems.com>
7652 L:      linux-omap@vger.kernel.org
7653 S:      Maintained
7654 F:      drivers/gpio/gpio-omap.c
7655
7656 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7657 M:      Mark Jackson <mpfj@newflow.co.uk>
7658 L:      linux-omap@vger.kernel.org
7659 S:      Maintained
7660 F:      arch/arm/boot/dts/am335x-nano.dts
7661
7662 OMFS FILESYSTEM
7663 M:      Bob Copeland <me@bobcopeland.com>
7664 L:      linux-karma-devel@lists.sourceforge.net
7665 S:      Maintained
7666 F:      Documentation/filesystems/omfs.txt
7667 F:      fs/omfs/
7668
7669 OMNIKEY CARDMAN 4000 DRIVER
7670 M:      Harald Welte <laforge@gnumonks.org>
7671 S:      Maintained
7672 F:      drivers/char/pcmcia/cm4000_cs.c
7673 F:      include/linux/cm4000_cs.h
7674 F:      include/uapi/linux/cm4000_cs.h
7675
7676 OMNIKEY CARDMAN 4040 DRIVER
7677 M:      Harald Welte <laforge@gnumonks.org>
7678 S:      Maintained
7679 F:      drivers/char/pcmcia/cm4040_cs.*
7680
7681 OMNIVISION OV7670 SENSOR DRIVER
7682 M:      Jonathan Corbet <corbet@lwn.net>
7683 L:      linux-media@vger.kernel.org
7684 T:      git git://linuxtv.org/media_tree.git
7685 S:      Maintained
7686 F:      drivers/media/i2c/ov7670.c
7687
7688 ONENAND FLASH DRIVER
7689 M:      Kyungmin Park <kyungmin.park@samsung.com>
7690 L:      linux-mtd@lists.infradead.org
7691 S:      Maintained
7692 F:      drivers/mtd/onenand/
7693 F:      include/linux/mtd/onenand*.h
7694
7695 ONSTREAM SCSI TAPE DRIVER
7696 M:      Willem Riede <osst@riede.org>
7697 L:      osst-users@lists.sourceforge.net
7698 L:      linux-scsi@vger.kernel.org
7699 S:      Maintained
7700 F:      Documentation/scsi/osst.txt
7701 F:      drivers/scsi/osst.*
7702 F:      drivers/scsi/osst_*.h
7703 F:      drivers/scsi/st.h
7704
7705 OPENCORES I2C BUS DRIVER
7706 M:      Peter Korsgaard <jacmet@sunsite.dk>
7707 L:      linux-i2c@vger.kernel.org
7708 S:      Maintained
7709 F:      Documentation/i2c/busses/i2c-ocores
7710 F:      drivers/i2c/busses/i2c-ocores.c
7711
7712 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7713 M:      Rob Herring <robh+dt@kernel.org>
7714 M:      Frank Rowand <frowand.list@gmail.com>
7715 M:      Grant Likely <grant.likely@linaro.org>
7716 L:      devicetree@vger.kernel.org
7717 W:      http://www.devicetree.org/
7718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7719 S:      Maintained
7720 F:      drivers/of/
7721 F:      include/linux/of*.h
7722 F:      scripts/dtc/
7723
7724 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7725 M:      Rob Herring <robh+dt@kernel.org>
7726 M:      Pawel Moll <pawel.moll@arm.com>
7727 M:      Mark Rutland <mark.rutland@arm.com>
7728 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7729 M:      Kumar Gala <galak@codeaurora.org>
7730 L:      devicetree@vger.kernel.org
7731 S:      Maintained
7732 F:      Documentation/devicetree/
7733 F:      arch/*/boot/dts/
7734 F:      include/dt-bindings/
7735
7736 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7737 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7738 L:      devicetree@vger.kernel.org
7739 S:      Maintained
7740 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7741 F:      Documentation/devicetree/overlay-notes.txt
7742 F:      drivers/of/overlay.c
7743 F:      drivers/of/resolver.c
7744
7745 OPENRISC ARCHITECTURE
7746 M:      Jonas Bonn <jonas@southpole.se>
7747 W:      http://openrisc.net
7748 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7749 S:      Maintained
7750 T:      git git://openrisc.net/~jonas/linux
7751 F:      arch/openrisc/
7752
7753 OPENVSWITCH
7754 M:      Pravin Shelar <pshelar@nicira.com>
7755 L:      netdev@vger.kernel.org
7756 L:      dev@openvswitch.org
7757 W:      http://openvswitch.org
7758 S:      Maintained
7759 F:      net/openvswitch/
7760 F:      include/uapi/linux/openvswitch.h
7761
7762 OPL4 DRIVER
7763 M:      Clemens Ladisch <clemens@ladisch.de>
7764 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7765 T:      git git://git.alsa-project.org/alsa-kernel.git
7766 S:      Maintained
7767 F:      sound/drivers/opl4/
7768
7769 OPROFILE
7770 M:      Robert Richter <rric@kernel.org>
7771 L:      oprofile-list@lists.sf.net
7772 S:      Maintained
7773 F:      arch/*/include/asm/oprofile*.h
7774 F:      arch/*/oprofile/
7775 F:      drivers/oprofile/
7776 F:      include/linux/oprofile.h
7777
7778 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7779 M:      Mark Fasheh <mfasheh@suse.com>
7780 M:      Joel Becker <jlbec@evilplan.org>
7781 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7782 W:      http://ocfs2.wiki.kernel.org
7783 S:      Supported
7784 F:      Documentation/filesystems/ocfs2.txt
7785 F:      Documentation/filesystems/dlmfs.txt
7786 F:      fs/ocfs2/
7787
7788 ORINOCO DRIVER
7789 L:      linux-wireless@vger.kernel.org
7790 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7791 W:      http://www.nongnu.org/orinoco/
7792 S:      Orphan
7793 F:      drivers/net/wireless/orinoco/
7794
7795 OSD LIBRARY and FILESYSTEM
7796 M:      Boaz Harrosh <ooo@electrozaur.com>
7797 M:      Benny Halevy <bhalevy@primarydata.com>
7798 L:      osd-dev@open-osd.org
7799 W:      http://open-osd.org
7800 T:      git git://git.open-osd.org/open-osd.git
7801 S:      Maintained
7802 F:      drivers/scsi/osd/
7803 F:      include/scsi/osd_*
7804 F:      fs/exofs/
7805
7806 OVERLAY FILESYSTEM
7807 M:      Miklos Szeredi <miklos@szeredi.hu>
7808 L:      linux-unionfs@vger.kernel.org
7809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7810 S:      Supported
7811 F:      fs/overlayfs/
7812 F:      Documentation/filesystems/overlayfs.txt
7813
7814 P54 WIRELESS DRIVER
7815 M:      Christian Lamparter <chunkeey@googlemail.com>
7816 L:      linux-wireless@vger.kernel.org
7817 W:      http://wireless.kernel.org/en/users/Drivers/p54
7818 S:      Maintained
7819 F:      drivers/net/wireless/p54/
7820
7821 PA SEMI ETHERNET DRIVER
7822 M:      Olof Johansson <olof@lixom.net>
7823 L:      netdev@vger.kernel.org
7824 S:      Maintained
7825 F:      drivers/net/ethernet/pasemi/*
7826
7827 PA SEMI SMBUS DRIVER
7828 M:      Olof Johansson <olof@lixom.net>
7829 L:      linux-i2c@vger.kernel.org
7830 S:      Maintained
7831 F:      drivers/i2c/busses/i2c-pasemi.c
7832
7833 PADATA PARALLEL EXECUTION MECHANISM
7834 M:      Steffen Klassert <steffen.klassert@secunet.com>
7835 L:      linux-crypto@vger.kernel.org
7836 S:      Maintained
7837 F:      kernel/padata.c
7838 F:      include/linux/padata.h
7839 F:      Documentation/padata.txt
7840
7841 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7842 M:      Harald Welte <laforge@gnumonks.org>
7843 L:      platform-driver-x86@vger.kernel.org
7844 S:      Maintained
7845 F:      drivers/platform/x86/panasonic-laptop.c
7846
7847 PANASONIC MN10300/AM33/AM34 PORT
7848 M:      David Howells <dhowells@redhat.com>
7849 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7850 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7851 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7852 S:      Maintained
7853 F:      Documentation/mn10300/
7854 F:      arch/mn10300/
7855
7856 PARALLEL PORT SUBSYSTEM
7857 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7858 M:      Sudip Mukherjee <sudip@vectorindia.org>
7859 L:      linux-parport@lists.infradead.org (subscribers-only)
7860 S:      Maintained
7861 F:      drivers/parport/
7862 F:      include/linux/parport*.h
7863 F:      drivers/char/ppdev.c
7864 F:      include/uapi/linux/ppdev.h
7865 F:      Documentation/parport*.txt
7866
7867 PARAVIRT_OPS INTERFACE
7868 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7869 M:      Chris Wright <chrisw@sous-sol.org>
7870 M:      Alok Kataria <akataria@vmware.com>
7871 M:      Rusty Russell <rusty@rustcorp.com.au>
7872 L:      virtualization@lists.linux-foundation.org
7873 S:      Supported
7874 F:      Documentation/virtual/paravirt_ops.txt
7875 F:      arch/*/kernel/paravirt*
7876 F:      arch/*/include/asm/paravirt.h
7877
7878 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7879 M:      Tim Waugh <tim@cyberelk.net>
7880 L:      linux-parport@lists.infradead.org (subscribers-only)
7881 S:      Maintained
7882 F:      Documentation/blockdev/paride.txt
7883 F:      drivers/block/paride/
7884
7885 PARISC ARCHITECTURE
7886 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7887 M:      Helge Deller <deller@gmx.de>
7888 L:      linux-parisc@vger.kernel.org
7889 W:      http://www.parisc-linux.org/
7890 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7893 S:      Maintained
7894 F:      arch/parisc/
7895 F:      Documentation/parisc/
7896 F:      drivers/parisc/
7897 F:      drivers/char/agp/parisc-agp.c
7898 F:      drivers/input/serio/gscps2.c
7899 F:      drivers/parport/parport_gsc.*
7900 F:      drivers/tty/serial/8250/8250_gsc.c
7901 F:      drivers/video/fbdev/sti*
7902 F:      drivers/video/console/sti*
7903 F:      drivers/video/logo/logo_parisc*
7904
7905 PC87360 HARDWARE MONITORING DRIVER
7906 M:      Jim Cromie <jim.cromie@gmail.com>
7907 L:      lm-sensors@lm-sensors.org
7908 S:      Maintained
7909 F:      Documentation/hwmon/pc87360
7910 F:      drivers/hwmon/pc87360.c
7911
7912 PC8736x GPIO DRIVER
7913 M:      Jim Cromie <jim.cromie@gmail.com>
7914 S:      Maintained
7915 F:      drivers/char/pc8736x_gpio.c
7916
7917 PC87427 HARDWARE MONITORING DRIVER
7918 M:      Jean Delvare <jdelvare@suse.com>
7919 L:      lm-sensors@lm-sensors.org
7920 S:      Maintained
7921 F:      Documentation/hwmon/pc87427
7922 F:      drivers/hwmon/pc87427.c
7923
7924 PCA9532 LED DRIVER
7925 M:      Riku Voipio <riku.voipio@iki.fi>
7926 S:      Maintained
7927 F:      drivers/leds/leds-pca9532.c
7928 F:      include/linux/leds-pca9532.h
7929
7930 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7931 M:      Guenter Roeck <linux@roeck-us.net>
7932 L:      linux-i2c@vger.kernel.org
7933 S:      Maintained
7934 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7935
7936 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7937 M:      Khalid Aziz <khalid@gonehiking.org>
7938 S:      Maintained
7939 F:      drivers/firmware/pcdp.*
7940
7941 PCI ERROR RECOVERY
7942 M:      Linas Vepstas <linasvepstas@gmail.com>
7943 L:      linux-pci@vger.kernel.org
7944 S:      Supported
7945 F:      Documentation/PCI/pci-error-recovery.txt
7946
7947 PCI SUBSYSTEM
7948 M:      Bjorn Helgaas <bhelgaas@google.com>
7949 L:      linux-pci@vger.kernel.org
7950 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7952 S:      Supported
7953 F:      Documentation/PCI/
7954 F:      drivers/pci/
7955 F:      include/linux/pci*
7956 F:      arch/x86/pci/
7957 F:      arch/x86/kernel/quirks.c
7958
7959 PCI DRIVER FOR ARM VERSATILE PLATFORM
7960 M:      Rob Herring <robh@kernel.org>
7961 L:      linux-pci@vger.kernel.org
7962 L:      linux-arm-kernel@lists.infradead.org
7963 S:      Maintained
7964 F:      Documentation/devicetree/bindings/pci/versatile.txt
7965 F:      drivers/pci/host/pci-versatile.c
7966
7967 PCI DRIVER FOR APPLIEDMICRO XGENE
7968 M:      Tanmay Inamdar <tinamdar@apm.com>
7969 L:      linux-pci@vger.kernel.org
7970 L:      linux-arm-kernel@lists.infradead.org
7971 S:      Maintained
7972 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7973 F:      drivers/pci/host/pci-xgene.c
7974
7975 PCI DRIVER FOR FREESCALE LAYERSCAPE
7976 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7977 M:      Mingkai Hu <mingkai.hu@freescale.com>
7978 M:      Roy Zang <tie-fei.zang@freescale.com>
7979 L:      linuxppc-dev@lists.ozlabs.org
7980 L:      linux-pci@vger.kernel.org
7981 L:      linux-arm-kernel@lists.infradead.org
7982 S:      Maintained
7983 F:      drivers/pci/host/*layerscape*
7984
7985 PCI DRIVER FOR IMX6
7986 M:      Richard Zhu <Richard.Zhu@freescale.com>
7987 M:      Lucas Stach <l.stach@pengutronix.de>
7988 L:      linux-pci@vger.kernel.org
7989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7990 S:      Maintained
7991 F:      drivers/pci/host/*imx6*
7992
7993 PCI DRIVER FOR TI KEYSTONE
7994 M:      Murali Karicheri <m-karicheri2@ti.com>
7995 L:      linux-pci@vger.kernel.org
7996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7997 S:      Maintained
7998 F:      drivers/pci/host/*keystone*
7999
8000 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8001 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8002 M:      Jason Cooper <jason@lakedaemon.net>
8003 L:      linux-pci@vger.kernel.org
8004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8005 S:      Maintained
8006 F:      drivers/pci/host/*mvebu*
8007
8008 PCI DRIVER FOR NVIDIA TEGRA
8009 M:      Thierry Reding <thierry.reding@gmail.com>
8010 L:      linux-tegra@vger.kernel.org
8011 L:      linux-pci@vger.kernel.org
8012 S:      Supported
8013 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8014 F:      drivers/pci/host/pci-tegra.c
8015
8016 PCI DRIVER FOR TI DRA7XX
8017 M:      Kishon Vijay Abraham I <kishon@ti.com>
8018 L:      linux-omap@vger.kernel.org
8019 L:      linux-pci@vger.kernel.org
8020 S:      Supported
8021 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8022 F:      drivers/pci/host/pci-dra7xx.c
8023
8024 PCI DRIVER FOR RENESAS R-CAR
8025 M:      Simon Horman <horms@verge.net.au>
8026 L:      linux-pci@vger.kernel.org
8027 L:      linux-sh@vger.kernel.org
8028 S:      Maintained
8029 F:      drivers/pci/host/*rcar*
8030
8031 PCI DRIVER FOR SAMSUNG EXYNOS
8032 M:      Jingoo Han <jingoohan1@gmail.com>
8033 L:      linux-pci@vger.kernel.org
8034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8035 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8036 S:      Maintained
8037 F:      drivers/pci/host/pci-exynos.c
8038
8039 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8040 M:      Jingoo Han <jingoohan1@gmail.com>
8041 M:      Pratyush Anand <pratyush.anand@gmail.com>
8042 L:      linux-pci@vger.kernel.org
8043 S:      Maintained
8044 F:      drivers/pci/host/*designware*
8045
8046 PCI DRIVER FOR GENERIC OF HOSTS
8047 M:      Will Deacon <will.deacon@arm.com>
8048 L:      linux-pci@vger.kernel.org
8049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8050 S:      Maintained
8051 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8052 F:      drivers/pci/host/pci-host-generic.c
8053
8054 PCIE DRIVER FOR ST SPEAR13XX
8055 M:      Pratyush Anand <pratyush.anand@gmail.com>
8056 L:      linux-pci@vger.kernel.org
8057 S:      Maintained
8058 F:      drivers/pci/host/*spear*
8059
8060 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8061 M:      Duc Dang <dhdang@apm.com>
8062 L:      linux-pci@vger.kernel.org
8063 L:      linux-arm-kernel@lists.infradead.org
8064 S:      Maintained
8065 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8066 F:      drivers/pci/host/pci-xgene-msi.c
8067
8068 PCMCIA SUBSYSTEM
8069 P:      Linux PCMCIA Team
8070 L:      linux-pcmcia@lists.infradead.org
8071 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8073 S:      Maintained
8074 F:      Documentation/pcmcia/
8075 F:      drivers/pcmcia/
8076 F:      include/pcmcia/
8077
8078 PCNET32 NETWORK DRIVER
8079 M:      Don Fry <pcnet32@frontier.com>
8080 L:      netdev@vger.kernel.org
8081 S:      Maintained
8082 F:      drivers/net/ethernet/amd/pcnet32.c
8083
8084 PCRYPT PARALLEL CRYPTO ENGINE
8085 M:      Steffen Klassert <steffen.klassert@secunet.com>
8086 L:      linux-crypto@vger.kernel.org
8087 S:      Maintained
8088 F:      crypto/pcrypt.c
8089 F:      include/crypto/pcrypt.h
8090
8091 PER-CPU MEMORY ALLOCATOR
8092 M:      Tejun Heo <tj@kernel.org>
8093 M:      Christoph Lameter <cl@linux-foundation.org>
8094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8095 S:      Maintained
8096 F:      include/linux/percpu*.h
8097 F:      mm/percpu*.c
8098 F:      arch/*/include/asm/percpu.h
8099
8100 PER-TASK DELAY ACCOUNTING
8101 M:      Balbir Singh <bsingharora@gmail.com>
8102 S:      Maintained
8103 F:      include/linux/delayacct.h
8104 F:      kernel/delayacct.c
8105
8106 PERFORMANCE EVENTS SUBSYSTEM
8107 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8108 M:      Ingo Molnar <mingo@redhat.com>
8109 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8110 L:      linux-kernel@vger.kernel.org
8111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8112 S:      Supported
8113 F:      kernel/events/*
8114 F:      include/linux/perf_event.h
8115 F:      include/uapi/linux/perf_event.h
8116 F:      arch/*/kernel/perf_event*.c
8117 F:      arch/*/kernel/*/perf_event*.c
8118 F:      arch/*/kernel/*/*/perf_event*.c
8119 F:      arch/*/include/asm/perf_event.h
8120 F:      arch/*/kernel/perf_callchain.c
8121 F:      tools/perf/
8122
8123 PERSONALITY HANDLING
8124 M:      Christoph Hellwig <hch@infradead.org>
8125 L:      linux-abi-devel@lists.sourceforge.net
8126 S:      Maintained
8127 F:      include/linux/personality.h
8128 F:      include/uapi/linux/personality.h
8129
8130 PHONET PROTOCOL
8131 M:      Remi Denis-Courmont <courmisch@gmail.com>
8132 S:      Supported
8133 F:      Documentation/networking/phonet.txt
8134 F:      include/linux/phonet.h
8135 F:      include/net/phonet/
8136 F:      include/uapi/linux/phonet.h
8137 F:      net/phonet/
8138
8139 PHRAM MTD DRIVER
8140 M:      Joern Engel <joern@lazybastard.org>
8141 L:      linux-mtd@lists.infradead.org
8142 S:      Maintained
8143 F:      drivers/mtd/devices/phram.c
8144
8145 PICOLCD HID DRIVER
8146 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8147 L:      linux-input@vger.kernel.org
8148 S:      Maintained
8149 F:      drivers/hid/hid-picolcd*
8150
8151 PICOXCELL SUPPORT
8152 M:      Jamie Iles <jamie@jamieiles.com>
8153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8154 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8155 S:      Supported
8156 F:      arch/arm/boot/dts/picoxcell*
8157 F:      arch/arm/mach-picoxcell/
8158 F:      drivers/crypto/picoxcell*
8159
8160 PIN CONTROL SUBSYSTEM
8161 M:      Linus Walleij <linus.walleij@linaro.org>
8162 L:      linux-gpio@vger.kernel.org
8163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8164 S:      Maintained
8165 F:      drivers/pinctrl/
8166 F:      include/linux/pinctrl/
8167
8168 PIN CONTROLLER - ATMEL AT91
8169 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8171 S:      Maintained
8172 F:      drivers/pinctrl/pinctrl-at91.*
8173
8174 PIN CONTROLLER - INTEL
8175 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8176 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8177 S:      Maintained
8178 F:      drivers/pinctrl/intel/
8179
8180 PIN CONTROLLER - RENESAS
8181 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8182 L:      linux-sh@vger.kernel.org
8183 S:      Maintained
8184 F:      drivers/pinctrl/sh-pfc/
8185
8186 PIN CONTROLLER - SAMSUNG
8187 M:      Tomasz Figa <tomasz.figa@gmail.com>
8188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8189 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8190 S:      Maintained
8191 F:      drivers/pinctrl/samsung/
8192
8193 PIN CONTROLLER - ST SPEAR
8194 M:      Viresh Kumar <vireshk@kernel.org>
8195 L:      spear-devel@list.st.com
8196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8197 W:      http://www.st.com/spear
8198 S:      Maintained
8199 F:      drivers/pinctrl/spear/
8200
8201 PKTCDVD DRIVER
8202 M:      Jiri Kosina <jikos@kernel.org>
8203 S:      Maintained
8204 F:      drivers/block/pktcdvd.c
8205 F:      include/linux/pktcdvd.h
8206 F:      include/uapi/linux/pktcdvd.h
8207
8208 PKUNITY SOC DRIVERS
8209 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8210 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8211 S:      Maintained
8212 T:      git git://github.com/gxt/linux.git
8213 F:      drivers/input/serio/i8042-unicore32io.h
8214 F:      drivers/i2c/busses/i2c-puv3.c
8215 F:      drivers/video/fbdev/fb-puv3.c
8216 F:      drivers/rtc/rtc-puv3.c
8217
8218 PMBUS HARDWARE MONITORING DRIVERS
8219 M:      Guenter Roeck <linux@roeck-us.net>
8220 L:      lm-sensors@lm-sensors.org
8221 W:      http://www.lm-sensors.org/
8222 W:      http://www.roeck-us.net/linux/drivers/
8223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8224 S:      Maintained
8225 F:      Documentation/hwmon/pmbus
8226 F:      drivers/hwmon/pmbus/
8227 F:      include/linux/i2c/pmbus.h
8228
8229 PMC SIERRA MaxRAID DRIVER
8230 L:      linux-scsi@vger.kernel.org
8231 W:      http://www.pmc-sierra.com/
8232 S:      Orphan
8233 F:      drivers/scsi/pmcraid.*
8234
8235 PMC SIERRA PM8001 DRIVER
8236 M:      Jack Wang <jinpu.wang@profitbricks.com>
8237 M:      lindar_liu@usish.com
8238 L:      pmchba@pmcs.com
8239 L:      linux-scsi@vger.kernel.org
8240 S:      Supported
8241 F:      drivers/scsi/pm8001/
8242
8243 POSIX CLOCKS and TIMERS
8244 M:      Thomas Gleixner <tglx@linutronix.de>
8245 L:      linux-kernel@vger.kernel.org
8246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8247 S:      Maintained
8248 F:      fs/timerfd.c
8249 F:      include/linux/timer*
8250 F:      kernel/time/*timer*
8251
8252 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8253 M:      Sebastian Reichel <sre@kernel.org>
8254 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8255 M:      David Woodhouse <dwmw2@infradead.org>
8256 L:      linux-pm@vger.kernel.org
8257 T:      git git://git.infradead.org/battery-2.6.git
8258 S:      Maintained
8259 F:      include/linux/power_supply.h
8260 F:      drivers/power/
8261 X:      drivers/power/avs/
8262
8263 POWER STATE COORDINATION INTERFACE (PSCI)
8264 M:      Mark Rutland <mark.rutland@arm.com>
8265 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8266 L:      linux-arm-kernel@lists.infradead.org
8267 S:      Maintained
8268 F:      drivers/firmware/psci.c
8269 F:      include/linux/psci.h
8270 F:      include/uapi/linux/psci.h
8271
8272 PNP SUPPORT
8273 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8274 S:      Maintained
8275 F:      drivers/pnp/
8276
8277 PNXxxxx I2C DRIVER
8278 M:      Vitaly Wool <vitalywool@gmail.com>
8279 L:      linux-i2c@vger.kernel.org
8280 S:      Maintained
8281 F:      drivers/i2c/busses/i2c-pnx.c
8282
8283 PPP PROTOCOL DRIVERS AND COMPRESSORS
8284 M:      Paul Mackerras <paulus@samba.org>
8285 L:      linux-ppp@vger.kernel.org
8286 S:      Maintained
8287 F:      drivers/net/ppp/ppp_*
8288
8289 PPP OVER ATM (RFC 2364)
8290 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8291 S:      Maintained
8292 F:      net/atm/pppoatm.c
8293 F:      include/uapi/linux/atmppp.h
8294
8295 PPP OVER ETHERNET
8296 M:      Michal Ostrowski <mostrows@earthlink.net>
8297 S:      Maintained
8298 F:      drivers/net/ppp/pppoe.c
8299 F:      drivers/net/ppp/pppox.c
8300
8301 PPP OVER L2TP
8302 M:      James Chapman <jchapman@katalix.com>
8303 S:      Maintained
8304 F:      net/l2tp/l2tp_ppp.c
8305 F:      include/linux/if_pppol2tp.h
8306 F:      include/uapi/linux/if_pppol2tp.h
8307
8308 PPS SUPPORT
8309 M:      Rodolfo Giometti <giometti@enneenne.com>
8310 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8311 L:      linuxpps@ml.enneenne.com (subscribers-only)
8312 S:      Maintained
8313 F:      Documentation/pps/
8314 F:      drivers/pps/
8315 F:      include/linux/pps*.h
8316
8317 PPTP DRIVER
8318 M:      Dmitry Kozlov <xeb@mail.ru>
8319 L:      netdev@vger.kernel.org
8320 S:      Maintained
8321 F:      drivers/net/ppp/pptp.c
8322 W:      http://sourceforge.net/projects/accel-pptp
8323
8324 PREEMPTIBLE KERNEL
8325 M:      Robert Love <rml@tech9.net>
8326 L:      kpreempt-tech@lists.sourceforge.net
8327 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8328 S:      Supported
8329 F:      Documentation/preempt-locking.txt
8330 F:      include/linux/preempt.h
8331
8332 PRISM54 WIRELESS DRIVER
8333 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8334 L:      linux-wireless@vger.kernel.org
8335 W:      http://wireless.kernel.org/en/users/Drivers/p54
8336 S:      Obsolete
8337 F:      drivers/net/wireless/prism54/
8338
8339 PS3 NETWORK SUPPORT
8340 M:      Geoff Levand <geoff@infradead.org>
8341 L:      netdev@vger.kernel.org
8342 L:      linuxppc-dev@lists.ozlabs.org
8343 S:      Maintained
8344 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8345
8346 PS3 PLATFORM SUPPORT
8347 M:      Geoff Levand <geoff@infradead.org>
8348 L:      linuxppc-dev@lists.ozlabs.org
8349 S:      Maintained
8350 F:      arch/powerpc/boot/ps3*
8351 F:      arch/powerpc/include/asm/lv1call.h
8352 F:      arch/powerpc/include/asm/ps3*.h
8353 F:      arch/powerpc/platforms/ps3/
8354 F:      drivers/*/ps3*
8355 F:      drivers/ps3/
8356 F:      drivers/rtc/rtc-ps3.c
8357 F:      drivers/usb/host/*ps3.c
8358 F:      sound/ppc/snd_ps3*
8359
8360 PS3VRAM DRIVER
8361 M:      Jim Paris <jim@jtan.com>
8362 M:      Geoff Levand <geoff@infradead.org>
8363 L:      linuxppc-dev@lists.ozlabs.org
8364 S:      Maintained
8365 F:      drivers/block/ps3vram.c
8366
8367 PSTORE FILESYSTEM
8368 M:      Anton Vorontsov <anton@enomsg.org>
8369 M:      Colin Cross <ccross@android.com>
8370 M:      Kees Cook <keescook@chromium.org>
8371 M:      Tony Luck <tony.luck@intel.com>
8372 S:      Maintained
8373 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8374 F:      fs/pstore/
8375 F:      include/linux/pstore*
8376 F:      drivers/firmware/efi/efi-pstore.c
8377 F:      drivers/acpi/apei/erst.c
8378
8379 PTP HARDWARE CLOCK SUPPORT
8380 M:      Richard Cochran <richardcochran@gmail.com>
8381 L:      netdev@vger.kernel.org
8382 S:      Maintained
8383 W:      http://linuxptp.sourceforge.net/
8384 F:      Documentation/ABI/testing/sysfs-ptp
8385 F:      Documentation/ptp/*
8386 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8387 F:      drivers/net/phy/dp83640*
8388 F:      drivers/ptp/*
8389 F:      include/linux/ptp_cl*
8390
8391 PTRACE SUPPORT
8392 M:      Roland McGrath <roland@hack.frob.com>
8393 M:      Oleg Nesterov <oleg@redhat.com>
8394 S:      Maintained
8395 F:      include/asm-generic/syscall.h
8396 F:      include/linux/ptrace.h
8397 F:      include/linux/regset.h
8398 F:      include/linux/tracehook.h
8399 F:      include/uapi/linux/ptrace.h
8400 F:      kernel/ptrace.c
8401
8402 PVRUSB2 VIDEO4LINUX DRIVER
8403 M:      Mike Isely <isely@pobox.com>
8404 L:      pvrusb2@isely.net       (subscribers-only)
8405 L:      linux-media@vger.kernel.org
8406 W:      http://www.isely.net/pvrusb2/
8407 T:      git git://linuxtv.org/media_tree.git
8408 S:      Maintained
8409 F:      Documentation/video4linux/README.pvrusb2
8410 F:      drivers/media/usb/pvrusb2/
8411
8412 PWC WEBCAM DRIVER
8413 M:      Hans de Goede <hdegoede@redhat.com>
8414 L:      linux-media@vger.kernel.org
8415 T:      git git://linuxtv.org/media_tree.git
8416 S:      Maintained
8417 F:      drivers/media/usb/pwc/*
8418
8419 PWM FAN DRIVER
8420 M:      Kamil Debski <k.debski@samsung.com>
8421 L:      lm-sensors@lm-sensors.org
8422 S:      Supported
8423 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8424 F:      Documentation/hwmon/pwm-fan
8425 F:      drivers/hwmon/pwm-fan.c
8426
8427 PWM SUBSYSTEM
8428 M:      Thierry Reding <thierry.reding@gmail.com>
8429 L:      linux-pwm@vger.kernel.org
8430 S:      Maintained
8431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8432 F:      Documentation/pwm.txt
8433 F:      Documentation/devicetree/bindings/pwm/
8434 F:      include/linux/pwm.h
8435 F:      drivers/pwm/
8436 F:      drivers/video/backlight/pwm_bl.c
8437 F:      include/linux/pwm_backlight.h
8438
8439 PXA2xx/PXA3xx SUPPORT
8440 M:      Daniel Mack <daniel@zonque.org>
8441 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8442 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8444 T:      git git://github.com/hzhuang1/linux.git
8445 T:      git git://github.com/rjarzmik/linux.git
8446 S:      Maintained
8447 F:      arch/arm/mach-pxa/
8448 F:      drivers/dma/pxa*
8449 F:      drivers/pcmcia/pxa2xx*
8450 F:      drivers/spi/spi-pxa2xx*
8451 F:      drivers/usb/gadget/udc/pxa2*
8452 F:      include/sound/pxa2xx-lib.h
8453 F:      sound/arm/pxa*
8454 F:      sound/soc/pxa/
8455
8456 PXA3xx NAND FLASH DRIVER
8457 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8458 L:      linux-mtd@lists.infradead.org
8459 S:      Maintained
8460 F:      drivers/mtd/nand/pxa3xx_nand.c
8461
8462 MMP SUPPORT
8463 M:      Eric Miao <eric.y.miao@gmail.com>
8464 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8466 T:      git git://github.com/hzhuang1/linux.git
8467 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8468 S:      Maintained
8469 F:      arch/arm/mach-mmp/
8470
8471 PXA MMCI DRIVER
8472 S:      Orphan
8473
8474 PXA RTC DRIVER
8475 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8476 L:      rtc-linux@googlegroups.com
8477 S:      Maintained
8478
8479 QAT DRIVER
8480 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8481 L:      qat-linux@intel.com
8482 S:      Supported
8483 F:      drivers/crypto/qat/
8484
8485 QIB DRIVER
8486 M:      Mike Marciniszyn <infinipath@intel.com>
8487 L:      linux-rdma@vger.kernel.org
8488 S:      Supported
8489 F:      drivers/infiniband/hw/qib/
8490
8491 QLOGIC QLA1280 SCSI DRIVER
8492 M:      Michael Reed <mdr@sgi.com>
8493 L:      linux-scsi@vger.kernel.org
8494 S:      Maintained
8495 F:      drivers/scsi/qla1280.[ch]
8496
8497 QLOGIC QLA2XXX FC-SCSI DRIVER
8498 M:      qla2xxx-upstream@qlogic.com
8499 L:      linux-scsi@vger.kernel.org
8500 S:      Supported
8501 F:      Documentation/scsi/LICENSE.qla2xxx
8502 F:      drivers/scsi/qla2xxx/
8503
8504 QLOGIC QLA4XXX iSCSI DRIVER
8505 M:      QLogic-Storage-Upstream@qlogic.com
8506 L:      linux-scsi@vger.kernel.org
8507 S:      Supported
8508 F:      Documentation/scsi/LICENSE.qla4xxx
8509 F:      drivers/scsi/qla4xxx/
8510
8511 QLOGIC QLA3XXX NETWORK DRIVER
8512 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8513 M:      Ron Mercer <ron.mercer@qlogic.com>
8514 M:      linux-driver@qlogic.com
8515 L:      netdev@vger.kernel.org
8516 S:      Supported
8517 F:      Documentation/networking/LICENSE.qla3xxx
8518 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8519
8520 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8521 M:      Dept-GELinuxNICDev@qlogic.com
8522 L:      netdev@vger.kernel.org
8523 S:      Supported
8524 F:      drivers/net/ethernet/qlogic/qlcnic/
8525
8526 QLOGIC QLGE 10Gb ETHERNET DRIVER
8527 M:      Harish Patil <harish.patil@qlogic.com>
8528 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8529 M:      Dept-GELinuxNICDev@qlogic.com
8530 M:      linux-driver@qlogic.com
8531 L:      netdev@vger.kernel.org
8532 S:      Supported
8533 F:      drivers/net/ethernet/qlogic/qlge/
8534
8535 QNX4 FILESYSTEM
8536 M:      Anders Larsen <al@alarsen.net>
8537 W:      http://www.alarsen.net/linux/qnx4fs/
8538 S:      Maintained
8539 F:      fs/qnx4/
8540 F:      include/uapi/linux/qnx4_fs.h
8541 F:      include/uapi/linux/qnxtypes.h
8542
8543 QT1010 MEDIA DRIVER
8544 M:      Antti Palosaari <crope@iki.fi>
8545 L:      linux-media@vger.kernel.org
8546 W:      http://linuxtv.org/
8547 W:      http://palosaari.fi/linux/
8548 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8549 T:      git git://linuxtv.org/anttip/media_tree.git
8550 S:      Maintained
8551 F:      drivers/media/tuners/qt1010*
8552
8553 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8554 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8555 L:      linux-wireless@vger.kernel.org
8556 L:      ath9k-devel@lists.ath9k.org
8557 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8558 S:      Supported
8559 F:      drivers/net/wireless/ath/ath9k/
8560
8561 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8562 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8563 L:      ath10k@lists.infradead.org
8564 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8565 T:      git git://github.com/kvalo/ath.git
8566 S:      Supported
8567 F:      drivers/net/wireless/ath/ath10k/
8568
8569 QUALCOMM HEXAGON ARCHITECTURE
8570 M:      Richard Kuo <rkuo@codeaurora.org>
8571 L:      linux-hexagon@vger.kernel.org
8572 S:      Supported
8573 F:      arch/hexagon/
8574
8575 QUALCOMM WCN36XX WIRELESS DRIVER
8576 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8577 L:      wcn36xx@lists.infradead.org
8578 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8579 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8580 S:      Supported
8581 F:      drivers/net/wireless/ath/wcn36xx/
8582
8583 RADOS BLOCK DEVICE (RBD)
8584 M:      Ilya Dryomov <idryomov@gmail.com>
8585 M:      Sage Weil <sage@redhat.com>
8586 M:      Alex Elder <elder@kernel.org>
8587 L:      ceph-devel@vger.kernel.org
8588 W:      http://ceph.com/
8589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8590 T:      git git://github.com/ceph/ceph-client.git
8591 S:      Supported
8592 F:      Documentation/ABI/testing/sysfs-bus-rbd
8593 F:      drivers/block/rbd.c
8594 F:      drivers/block/rbd_types.h
8595
8596 RADEON FRAMEBUFFER DISPLAY DRIVER
8597 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8598 L:      linux-fbdev@vger.kernel.org
8599 S:      Maintained
8600 F:      drivers/video/fbdev/aty/radeon*
8601 F:      include/uapi/linux/radeonfb.h
8602
8603 RADIOSHARK RADIO DRIVER
8604 M:      Hans de Goede <hdegoede@redhat.com>
8605 L:      linux-media@vger.kernel.org
8606 T:      git git://linuxtv.org/media_tree.git
8607 S:      Maintained
8608 F:      drivers/media/radio/radio-shark.c
8609
8610 RADIOSHARK2 RADIO DRIVER
8611 M:      Hans de Goede <hdegoede@redhat.com>
8612 L:      linux-media@vger.kernel.org
8613 T:      git git://linuxtv.org/media_tree.git
8614 S:      Maintained
8615 F:      drivers/media/radio/radio-shark2.c
8616 F:      drivers/media/radio/radio-tea5777.c
8617
8618 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8619 M:      Paul Mackerras <paulus@samba.org>
8620 L:      linux-fbdev@vger.kernel.org
8621 S:      Maintained
8622 F:      drivers/video/fbdev/aty/aty128fb.c
8623
8624 RALINK RT2X00 WIRELESS LAN DRIVER
8625 P:      rt2x00 project
8626 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8627 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8628 L:      linux-wireless@vger.kernel.org
8629 S:      Maintained
8630 F:      drivers/net/wireless/rt2x00/
8631
8632 RAMDISK RAM BLOCK DEVICE DRIVER
8633 M:      Jens Axboe <axboe@kernel.dk>
8634 S:      Maintained
8635 F:      Documentation/blockdev/ramdisk.txt
8636 F:      drivers/block/brd.c
8637
8638 RANDOM NUMBER DRIVER
8639 M:      "Theodore Ts'o" <tytso@mit.edu>
8640 S:      Maintained
8641 F:      drivers/char/random.c
8642
8643 RAPIDIO SUBSYSTEM
8644 M:      Matt Porter <mporter@kernel.crashing.org>
8645 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8646 S:      Maintained
8647 F:      drivers/rapidio/
8648
8649 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8650 L:      linux-wireless@vger.kernel.org
8651 S:      Orphan
8652 F:      drivers/net/wireless/ray*
8653
8654 RCUTORTURE MODULE
8655 M:      Josh Triplett <josh@joshtriplett.org>
8656 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8657 L:      linux-kernel@vger.kernel.org
8658 S:      Supported
8659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8660 F:      Documentation/RCU/torture.txt
8661 F:      kernel/rcu/rcutorture.c
8662
8663 RCUTORTURE TEST FRAMEWORK
8664 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8665 M:      Josh Triplett <josh@joshtriplett.org>
8666 R:      Steven Rostedt <rostedt@goodmis.org>
8667 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8668 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8669 L:      linux-kernel@vger.kernel.org
8670 S:      Supported
8671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8672 F:      tools/testing/selftests/rcutorture
8673
8674 RDC R-321X SoC
8675 M:      Florian Fainelli <florian@openwrt.org>
8676 S:      Maintained
8677
8678 RDC R6040 FAST ETHERNET DRIVER
8679 M:      Florian Fainelli <florian@openwrt.org>
8680 L:      netdev@vger.kernel.org
8681 S:      Maintained
8682 F:      drivers/net/ethernet/rdc/r6040.c
8683
8684 RDS - RELIABLE DATAGRAM SOCKETS
8685 M:      Chien Yen <chien.yen@oracle.com>
8686 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8687 S:      Supported
8688 F:      net/rds/
8689
8690 READ-COPY UPDATE (RCU)
8691 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8692 M:      Josh Triplett <josh@joshtriplett.org>
8693 R:      Steven Rostedt <rostedt@goodmis.org>
8694 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8695 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8696 L:      linux-kernel@vger.kernel.org
8697 W:      http://www.rdrop.com/users/paulmck/RCU/
8698 S:      Supported
8699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8700 F:      Documentation/RCU/
8701 X:      Documentation/RCU/torture.txt
8702 F:      include/linux/rcu*
8703 X:      include/linux/srcu.h
8704 F:      kernel/rcu/
8705 X:      kernel/torture.c
8706
8707 REAL TIME CLOCK (RTC) SUBSYSTEM
8708 M:      Alessandro Zummo <a.zummo@towertech.it>
8709 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8710 L:      rtc-linux@googlegroups.com
8711 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8713 S:      Maintained
8714 F:      Documentation/rtc.txt
8715 F:      drivers/rtc/
8716 F:      include/linux/rtc.h
8717 F:      include/uapi/linux/rtc.h
8718
8719 REALTEK AUDIO CODECS
8720 M:      Bard Liao <bardliao@realtek.com>
8721 M:      Oder Chiou <oder_chiou@realtek.com>
8722 S:      Maintained
8723 F:      sound/soc/codecs/rt*
8724 F:      include/sound/rt*.h
8725
8726 REISERFS FILE SYSTEM
8727 L:      reiserfs-devel@vger.kernel.org
8728 S:      Supported
8729 F:      fs/reiserfs/
8730
8731 REGISTER MAP ABSTRACTION
8732 M:      Mark Brown <broonie@kernel.org>
8733 L:      linux-kernel@vger.kernel.org
8734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8735 S:      Supported
8736 F:      drivers/base/regmap/
8737 F:      include/linux/regmap.h
8738
8739 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8740 M:      Ohad Ben-Cohen <ohad@wizery.com>
8741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8742 S:      Maintained
8743 F:      drivers/remoteproc/
8744 F:      Documentation/remoteproc.txt
8745 F:      include/linux/remoteproc.h
8746
8747 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8748 M:      Ohad Ben-Cohen <ohad@wizery.com>
8749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8750 S:      Maintained
8751 F:      drivers/rpmsg/
8752 F:      Documentation/rpmsg.txt
8753 F:      include/linux/rpmsg.h
8754
8755 RESET CONTROLLER FRAMEWORK
8756 M:      Philipp Zabel <p.zabel@pengutronix.de>
8757 S:      Maintained
8758 F:      drivers/reset/
8759 F:      Documentation/devicetree/bindings/reset/
8760 F:      include/dt-bindings/reset/
8761 F:      include/linux/reset.h
8762 F:      include/linux/reset-controller.h
8763
8764 RFKILL
8765 M:      Johannes Berg <johannes@sipsolutions.net>
8766 L:      linux-wireless@vger.kernel.org
8767 W:      http://wireless.kernel.org/
8768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8770 S:      Maintained
8771 F:      Documentation/rfkill.txt
8772 F:      net/rfkill/
8773
8774 RHASHTABLE
8775 M:      Thomas Graf <tgraf@suug.ch>
8776 L:      netdev@vger.kernel.org
8777 S:      Maintained
8778 F:      lib/rhashtable.c
8779 F:      include/linux/rhashtable.h
8780
8781 RICOH SMARTMEDIA/XD DRIVER
8782 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8783 S:      Maintained
8784 F:      drivers/mtd/nand/r852.c
8785 F:      drivers/mtd/nand/r852.h
8786
8787 RICOH R5C592 MEMORYSTICK DRIVER
8788 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8789 S:      Maintained
8790 F:      drivers/memstick/host/r592.*
8791
8792 ROCCAT DRIVERS
8793 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8794 W:      http://sourceforge.net/projects/roccat/
8795 S:      Maintained
8796 F:      drivers/hid/hid-roccat*
8797 F:      include/linux/hid-roccat*
8798 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8799
8800 ROCKER DRIVER
8801 M:      Jiri Pirko <jiri@resnulli.us>
8802 M:      Scott Feldman <sfeldma@gmail.com>
8803 L:      netdev@vger.kernel.org
8804 S:      Supported
8805 F:      drivers/net/ethernet/rocker/
8806
8807 ROCKETPORT DRIVER
8808 P:      Comtrol Corp.
8809 W:      http://www.comtrol.com
8810 S:      Maintained
8811 F:      Documentation/serial/rocket.txt
8812 F:      drivers/tty/rocket*
8813
8814 ROCKETPORT EXPRESS/INFINITY DRIVER
8815 M:      Kevin Cernekee <cernekee@gmail.com>
8816 L:      linux-serial@vger.kernel.org
8817 S:      Odd Fixes
8818 F:      drivers/tty/serial/rp2.*
8819
8820 ROSE NETWORK LAYER
8821 M:      Ralf Baechle <ralf@linux-mips.org>
8822 L:      linux-hams@vger.kernel.org
8823 W:      http://www.linux-ax25.org/
8824 S:      Maintained
8825 F:      include/net/rose.h
8826 F:      include/uapi/linux/rose.h
8827 F:      net/rose/
8828
8829 RTL2830 MEDIA DRIVER
8830 M:      Antti Palosaari <crope@iki.fi>
8831 L:      linux-media@vger.kernel.org
8832 W:      http://linuxtv.org/
8833 W:      http://palosaari.fi/linux/
8834 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8835 T:      git git://linuxtv.org/anttip/media_tree.git
8836 S:      Maintained
8837 F:      drivers/media/dvb-frontends/rtl2830*
8838
8839 RTL2832 MEDIA DRIVER
8840 M:      Antti Palosaari <crope@iki.fi>
8841 L:      linux-media@vger.kernel.org
8842 W:      http://linuxtv.org/
8843 W:      http://palosaari.fi/linux/
8844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8845 T:      git git://linuxtv.org/anttip/media_tree.git
8846 S:      Maintained
8847 F:      drivers/media/dvb-frontends/rtl2832*
8848
8849 RTL2832_SDR MEDIA DRIVER
8850 M:      Antti Palosaari <crope@iki.fi>
8851 L:      linux-media@vger.kernel.org
8852 W:      http://linuxtv.org/
8853 W:      http://palosaari.fi/linux/
8854 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8855 T:      git git://linuxtv.org/anttip/media_tree.git
8856 S:      Maintained
8857 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8858
8859 RTL8180 WIRELESS DRIVER
8860 L:      linux-wireless@vger.kernel.org
8861 W:      http://wireless.kernel.org/
8862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8863 S:      Orphan
8864 F:      drivers/net/wireless/rtl818x/rtl8180/
8865
8866 RTL8187 WIRELESS DRIVER
8867 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8868 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8869 M:      Larry Finger <Larry.Finger@lwfinger.net>
8870 L:      linux-wireless@vger.kernel.org
8871 W:      http://wireless.kernel.org/
8872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8873 S:      Maintained
8874 F:      drivers/net/wireless/rtl818x/rtl8187/
8875
8876 RTL8192CE WIRELESS DRIVER
8877 M:      Larry Finger <Larry.Finger@lwfinger.net>
8878 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8879 L:      linux-wireless@vger.kernel.org
8880 W:      http://wireless.kernel.org/
8881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8882 S:      Maintained
8883 F:      drivers/net/wireless/rtlwifi/
8884 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8885
8886 S3 SAVAGE FRAMEBUFFER DRIVER
8887 M:      Antonino Daplas <adaplas@gmail.com>
8888 L:      linux-fbdev@vger.kernel.org
8889 S:      Maintained
8890 F:      drivers/video/fbdev/savage/
8891
8892 S390
8893 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8894 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8895 L:      linux-s390@vger.kernel.org
8896 W:      http://www.ibm.com/developerworks/linux/linux390/
8897 S:      Supported
8898 F:      arch/s390/
8899 F:      drivers/s390/
8900 F:      Documentation/s390/
8901 F:      Documentation/DocBook/s390*
8902
8903 S390 COMMON I/O LAYER
8904 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8905 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8906 L:      linux-s390@vger.kernel.org
8907 W:      http://www.ibm.com/developerworks/linux/linux390/
8908 S:      Supported
8909 F:      drivers/s390/cio/
8910
8911 S390 DASD DRIVER
8912 M:      Stefan Weinhuber <wein@de.ibm.com>
8913 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8914 L:      linux-s390@vger.kernel.org
8915 W:      http://www.ibm.com/developerworks/linux/linux390/
8916 S:      Supported
8917 F:      drivers/s390/block/dasd*
8918 F:      block/partitions/ibm.c
8919
8920 S390 NETWORK DRIVERS
8921 M:      Ursula Braun <ursula.braun@de.ibm.com>
8922 L:      linux-s390@vger.kernel.org
8923 W:      http://www.ibm.com/developerworks/linux/linux390/
8924 S:      Supported
8925 F:      drivers/s390/net/
8926
8927 S390 PCI SUBSYSTEM
8928 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8929 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8930 L:      linux-s390@vger.kernel.org
8931 W:      http://www.ibm.com/developerworks/linux/linux390/
8932 S:      Supported
8933 F:      arch/s390/pci/
8934 F:      drivers/pci/hotplug/s390_pci_hpc.c
8935
8936 S390 ZCRYPT DRIVER
8937 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8938 L:      linux-s390@vger.kernel.org
8939 W:      http://www.ibm.com/developerworks/linux/linux390/
8940 S:      Supported
8941 F:      drivers/s390/crypto/
8942
8943 S390 ZFCP DRIVER
8944 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8945 L:      linux-s390@vger.kernel.org
8946 W:      http://www.ibm.com/developerworks/linux/linux390/
8947 S:      Supported
8948 F:      drivers/s390/scsi/zfcp_*
8949
8950 S390 IUCV NETWORK LAYER
8951 M:      Ursula Braun <ursula.braun@de.ibm.com>
8952 L:      linux-s390@vger.kernel.org
8953 W:      http://www.ibm.com/developerworks/linux/linux390/
8954 S:      Supported
8955 F:      drivers/s390/net/*iucv*
8956 F:      include/net/iucv/
8957 F:      net/iucv/
8958
8959 S3C24XX SD/MMC Driver
8960 M:      Ben Dooks <ben-linux@fluff.org>
8961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8962 S:      Supported
8963 F:      drivers/mmc/host/s3cmci.*
8964
8965 SAA6588 RDS RECEIVER DRIVER
8966 M:      Hans Verkuil <hverkuil@xs4all.nl>
8967 L:      linux-media@vger.kernel.org
8968 T:      git git://linuxtv.org/media_tree.git
8969 W:      http://linuxtv.org
8970 S:      Odd Fixes
8971 F:      drivers/media/i2c/saa6588*
8972
8973 SAA7134 VIDEO4LINUX DRIVER
8974 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8975 L:      linux-media@vger.kernel.org
8976 W:      http://linuxtv.org
8977 T:      git git://linuxtv.org/media_tree.git
8978 S:      Odd fixes
8979 F:      Documentation/video4linux/*.saa7134
8980 F:      drivers/media/pci/saa7134/
8981
8982 SAA7146 VIDEO4LINUX-2 DRIVER
8983 M:      Hans Verkuil <hverkuil@xs4all.nl>
8984 L:      linux-media@vger.kernel.org
8985 T:      git git://linuxtv.org/media_tree.git
8986 S:      Maintained
8987 F:      drivers/media/common/saa7146/
8988 F:      drivers/media/pci/saa7146/
8989 F:      include/media/saa7146*
8990
8991 SAMSUNG LAPTOP DRIVER
8992 M:      Corentin Chary <corentin.chary@gmail.com>
8993 L:      platform-driver-x86@vger.kernel.org
8994 S:      Maintained
8995 F:      drivers/platform/x86/samsung-laptop.c
8996
8997 SAMSUNG AUDIO (ASoC) DRIVERS
8998 M:      Sangbeom Kim <sbkim73@samsung.com>
8999 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9000 S:      Supported
9001 F:      sound/soc/samsung/
9002
9003 SAMSUNG FRAMEBUFFER DRIVER
9004 M:      Jingoo Han <jingoohan1@gmail.com>
9005 L:      linux-fbdev@vger.kernel.org
9006 S:      Maintained
9007 F:      drivers/video/fbdev/s3c-fb.c
9008
9009 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9010 M:      Sangbeom Kim <sbkim73@samsung.com>
9011 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9012 L:      linux-kernel@vger.kernel.org
9013 L:      linux-samsung-soc@vger.kernel.org
9014 S:      Supported
9015 F:      drivers/mfd/sec*.c
9016 F:      drivers/regulator/s2m*.c
9017 F:      drivers/regulator/s5m*.c
9018 F:      drivers/clk/clk-s2mps11.c
9019 F:      drivers/rtc/rtc-s5m.c
9020 F:      include/linux/mfd/samsung/
9021 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9022 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9023
9024 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9025 M:      Kyungmin Park <kyungmin.park@samsung.com>
9026 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9027 L:      linux-media@vger.kernel.org
9028 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9029 S:      Supported
9030 F:      drivers/media/platform/exynos4-is/
9031
9032 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9033 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9034 L:      linux-media@vger.kernel.org
9035 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9036 S:      Maintained
9037 F:      drivers/media/platform/s3c-camif/
9038 F:      include/media/s3c_camif.h
9039
9040 SAMSUNG S5C73M3 CAMERA DRIVER
9041 M:      Kyungmin Park <kyungmin.park@samsung.com>
9042 M:      Andrzej Hajda <a.hajda@samsung.com>
9043 L:      linux-media@vger.kernel.org
9044 S:      Supported
9045 F:      drivers/media/i2c/s5c73m3/*
9046
9047 SAMSUNG S5K5BAF CAMERA DRIVER
9048 M:      Kyungmin Park <kyungmin.park@samsung.com>
9049 M:      Andrzej Hajda <a.hajda@samsung.com>
9050 L:      linux-media@vger.kernel.org
9051 S:      Supported
9052 F:      drivers/media/i2c/s5k5baf.c
9053
9054 SAMSUNG S3FWRN5 NFC DRIVER
9055 M:      Robert Baldyga <r.baldyga@samsung.com>
9056 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9057 S:      Supported
9058 F:      drivers/nfc/s3fwrn5
9059
9060 SAMSUNG SOC CLOCK DRIVERS
9061 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9062 M:      Tomasz Figa <tomasz.figa@gmail.com>
9063 S:      Supported
9064 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9065 F:      drivers/clk/samsung/
9066
9067 SAMSUNG SXGBE DRIVERS
9068 M:      Byungho An <bh74.an@samsung.com>
9069 M:      Girish K S <ks.giri@samsung.com>
9070 M:      Vipul Pandya <vipul.pandya@samsung.com>
9071 S:      Supported
9072 L:      netdev@vger.kernel.org
9073 F:      drivers/net/ethernet/samsung/sxgbe/
9074
9075 SAMSUNG THERMAL DRIVER
9076 M:      Lukasz Majewski <l.majewski@samsung.com>
9077 L:      linux-pm@vger.kernel.org
9078 L:      linux-samsung-soc@vger.kernel.org
9079 S:      Supported
9080 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9081 F:      drivers/thermal/samsung/
9082
9083 SAMSUNG USB2 PHY DRIVER
9084 M:      Kamil Debski <k.debski@samsung.com>
9085 L:      linux-kernel@vger.kernel.org
9086 S:      Supported
9087 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9088 F:      Documentation/phy/samsung-usb2.txt
9089 F:      drivers/phy/phy-exynos4210-usb2.c
9090 F:      drivers/phy/phy-exynos4x12-usb2.c
9091 F:      drivers/phy/phy-exynos5250-usb2.c
9092 F:      drivers/phy/phy-s5pv210-usb2.c
9093 F:      drivers/phy/phy-samsung-usb2.c
9094 F:      drivers/phy/phy-samsung-usb2.h
9095
9096 SERIAL DRIVERS
9097 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9098 L:      linux-serial@vger.kernel.org
9099 S:      Maintained
9100 F:      drivers/tty/serial/
9101
9102 SYNOPSYS DESIGNWARE DMAC DRIVER
9103 M:      Viresh Kumar <vireshk@kernel.org>
9104 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9105 S:      Maintained
9106 F:      include/linux/dma/dw.h
9107 F:      include/linux/platform_data/dma-dw.h
9108 F:      drivers/dma/dw/
9109
9110 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9111 M: Lars Persson <lars.persson@axis.com>
9112 L: netdev@vger.kernel.org
9113 S: Supported
9114 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9115 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9116
9117 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9118 M:      Seungwon Jeon <tgih.jun@samsung.com>
9119 M:      Jaehoon Chung <jh80.chung@samsung.com>
9120 L:      linux-mmc@vger.kernel.org
9121 S:      Maintained
9122 F:      include/linux/mmc/dw_mmc.h
9123 F:      drivers/mmc/host/dw_mmc*
9124
9125 SYSTEM TRACE MODULE CLASS
9126 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9127 S:      Maintained
9128 F:      Documentation/trace/stm.txt
9129 F:      drivers/hwtracing/stm/
9130 F:      include/linux/stm.h
9131 F:      include/uapi/linux/stm.h
9132
9133 THUNDERBOLT DRIVER
9134 M:      Andreas Noever <andreas.noever@gmail.com>
9135 S:      Maintained
9136 F:      drivers/thunderbolt/
9137
9138 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9139 M:      John Stultz <john.stultz@linaro.org>
9140 M:      Thomas Gleixner <tglx@linutronix.de>
9141 L:      linux-kernel@vger.kernel.org
9142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9143 S:      Supported
9144 F:      include/linux/clocksource.h
9145 F:      include/linux/time.h
9146 F:      include/linux/timex.h
9147 F:      include/uapi/linux/time.h
9148 F:      include/uapi/linux/timex.h
9149 F:      kernel/time/clocksource.c
9150 F:      kernel/time/time*.c
9151 F:      kernel/time/ntp.c
9152 F:      tools/testing/selftests/timers/
9153
9154 SC1200 WDT DRIVER
9155 M:      Zwane Mwaikambo <zwanem@gmail.com>
9156 S:      Maintained
9157 F:      drivers/watchdog/sc1200wdt.c
9158
9159 SCHEDULER
9160 M:      Ingo Molnar <mingo@redhat.com>
9161 M:      Peter Zijlstra <peterz@infradead.org>
9162 L:      linux-kernel@vger.kernel.org
9163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9164 S:      Maintained
9165 F:      kernel/sched/
9166 F:      include/linux/sched.h
9167 F:      include/uapi/linux/sched.h
9168 F:      include/linux/wait.h
9169
9170 SCORE ARCHITECTURE
9171 M:      Chen Liqin <liqin.linux@gmail.com>
9172 M:      Lennox Wu <lennox.wu@gmail.com>
9173 W:      http://www.sunplus.com
9174 S:      Supported
9175 F:      arch/score/
9176
9177 SCSI CDROM DRIVER
9178 M:      Jens Axboe <axboe@kernel.dk>
9179 L:      linux-scsi@vger.kernel.org
9180 W:      http://www.kernel.dk
9181 S:      Maintained
9182 F:      drivers/scsi/sr*
9183
9184 SCSI RDMA PROTOCOL (SRP) INITIATOR
9185 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9186 L:      linux-rdma@vger.kernel.org
9187 S:      Supported
9188 W:      http://www.openfabrics.org
9189 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9191 F:      drivers/infiniband/ulp/srp/
9192 F:      include/scsi/srp.h
9193
9194 SCSI SG DRIVER
9195 M:      Doug Gilbert <dgilbert@interlog.com>
9196 L:      linux-scsi@vger.kernel.org
9197 W:      http://sg.danny.cz/sg
9198 S:      Maintained
9199 F:      Documentation/scsi/scsi-generic.txt
9200 F:      drivers/scsi/sg.c
9201 F:      include/scsi/sg.h
9202
9203 SCSI SUBSYSTEM
9204 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9205 L:      linux-scsi@vger.kernel.org
9206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9207 S:      Maintained
9208 F:      drivers/scsi/
9209 F:      include/scsi/
9210
9211 SCSI TAPE DRIVER
9212 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9213 L:      linux-scsi@vger.kernel.org
9214 S:      Maintained
9215 F:      Documentation/scsi/st.txt
9216 F:      drivers/scsi/st.*
9217 F:      drivers/scsi/st_*.h
9218
9219 SCTP PROTOCOL
9220 M:      Vlad Yasevich <vyasevich@gmail.com>
9221 M:      Neil Horman <nhorman@tuxdriver.com>
9222 L:      linux-sctp@vger.kernel.org
9223 W:      http://lksctp.sourceforge.net
9224 S:      Maintained
9225 F:      Documentation/networking/sctp.txt
9226 F:      include/linux/sctp.h
9227 F:      include/uapi/linux/sctp.h
9228 F:      include/net/sctp/
9229 F:      net/sctp/
9230
9231 SCx200 CPU SUPPORT
9232 M:      Jim Cromie <jim.cromie@gmail.com>
9233 S:      Odd Fixes
9234 F:      Documentation/i2c/busses/scx200_acb
9235 F:      arch/x86/platform/scx200/
9236 F:      drivers/watchdog/scx200_wdt.c
9237 F:      drivers/i2c/busses/scx200*
9238 F:      drivers/mtd/maps/scx200_docflash.c
9239 F:      include/linux/scx200.h
9240
9241 SCx200 GPIO DRIVER
9242 M:      Jim Cromie <jim.cromie@gmail.com>
9243 S:      Maintained
9244 F:      drivers/char/scx200_gpio.c
9245 F:      include/linux/scx200_gpio.h
9246
9247 SCx200 HRT CLOCKSOURCE DRIVER
9248 M:      Jim Cromie <jim.cromie@gmail.com>
9249 S:      Maintained
9250 F:      drivers/clocksource/scx200_hrt.c
9251
9252 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9253 M:      Sascha Sommer <saschasommer@freenet.de>
9254 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9255 S:      Maintained
9256 F:      drivers/mmc/host/sdricoh_cs.c
9257
9258 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9259 L:      linux-mmc@vger.kernel.org
9260 S:      Orphan
9261 F:      drivers/mmc/host/sdhci.*
9262 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9263
9264 SECURE COMPUTING
9265 M:      Kees Cook <keescook@chromium.org>
9266 R:      Andy Lutomirski <luto@amacapital.net>
9267 R:      Will Drewry <wad@chromium.org>
9268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9269 S:      Supported
9270 F:      kernel/seccomp.c
9271 F:      include/uapi/linux/seccomp.h
9272 F:      include/linux/seccomp.h
9273 F:      tools/testing/selftests/seccomp/*
9274 K:      \bsecure_computing
9275 K:      \bTIF_SECCOMP\b
9276
9277 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9278 M:      Ben Dooks <ben-linux@fluff.org>
9279 M:      Jaehoon Chung <jh80.chung@samsung.com>
9280 L:      linux-mmc@vger.kernel.org
9281 S:      Maintained
9282 F:      drivers/mmc/host/sdhci-s3c*
9283
9284 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9285 M:      Viresh Kumar <vireshk@kernel.org>
9286 L:      spear-devel@list.st.com
9287 L:      linux-mmc@vger.kernel.org
9288 S:      Maintained
9289 F:      drivers/mmc/host/sdhci-spear.c
9290
9291 SECURITY SUBSYSTEM
9292 M:      James Morris <james.l.morris@oracle.com>
9293 M:      "Serge E. Hallyn" <serge@hallyn.com>
9294 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9296 W:      http://kernsec.org/
9297 S:      Supported
9298 F:      security/
9299
9300 SECURITY CONTACT
9301 M:      Security Officers <security@kernel.org>
9302 S:      Supported
9303
9304 SELINUX SECURITY MODULE
9305 M:      Paul Moore <paul@paul-moore.com>
9306 M:      Stephen Smalley <sds@tycho.nsa.gov>
9307 M:      Eric Paris <eparis@parisplace.org>
9308 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9309 W:      http://selinuxproject.org
9310 T:      git git://git.infradead.org/users/pcmoore/selinux
9311 S:      Supported
9312 F:      include/linux/selinux*
9313 F:      security/selinux/
9314 F:      scripts/selinux/
9315
9316 APPARMOR SECURITY MODULE
9317 M:      John Johansen <john.johansen@canonical.com>
9318 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9319 W:      apparmor.wiki.kernel.org
9320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9321 S:      Supported
9322 F:      security/apparmor/
9323
9324 YAMA SECURITY MODULE
9325 M:      Kees Cook <keescook@chromium.org>
9326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9327 S:      Supported
9328 F:      security/yama/
9329
9330 SENSABLE PHANTOM
9331 M:      Jiri Slaby <jirislaby@gmail.com>
9332 S:      Maintained
9333 F:      drivers/misc/phantom.c
9334 F:      include/uapi/linux/phantom.h
9335
9336 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9337 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9338 M:      Minh Tran <minh.tran@avagotech.com>
9339 M:      John Soni Jose <sony.john-n@avagotech.com>
9340 L:      linux-scsi@vger.kernel.org
9341 W:      http://www.avagotech.com
9342 S:      Supported
9343 F:      drivers/scsi/be2iscsi/
9344
9345 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9346 M:      Sathya Perla <sathya.perla@avagotech.com>
9347 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9348 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9349 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9350 L:      netdev@vger.kernel.org
9351 W:      http://www.emulex.com
9352 S:      Supported
9353 F:      drivers/net/ethernet/emulex/benet/
9354
9355 EMULEX ONECONNECT ROCE DRIVER
9356 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9357 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9358 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9359 L:      linux-rdma@vger.kernel.org
9360 W:      http://www.emulex.com
9361 S:      Supported
9362 F:      drivers/infiniband/hw/ocrdma/
9363
9364 SFC NETWORK DRIVER
9365 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9366 M:      Shradha Shah <sshah@solarflare.com>
9367 L:      netdev@vger.kernel.org
9368 S:      Supported
9369 F:      drivers/net/ethernet/sfc/
9370
9371 SGI GRU DRIVER
9372 M:      Dimitri Sivanich <sivanich@sgi.com>
9373 S:      Maintained
9374 F:      drivers/misc/sgi-gru/
9375
9376 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9377 M:      Pat Gefre <pfg@sgi.com>
9378 L:      linux-ia64@vger.kernel.org
9379 S:      Supported
9380 F:      Documentation/ia64/serial.txt
9381 F:      drivers/tty/serial/ioc?_serial.c
9382 F:      include/linux/ioc?.h
9383
9384 SGI XP/XPC/XPNET DRIVER
9385 M:      Cliff Whickman <cpw@sgi.com>
9386 M:      Robin Holt <robinmholt@gmail.com>
9387 S:      Maintained
9388 F:      drivers/misc/sgi-xp/
9389
9390 SI2157 MEDIA DRIVER
9391 M:      Antti Palosaari <crope@iki.fi>
9392 L:      linux-media@vger.kernel.org
9393 W:      http://linuxtv.org/
9394 W:      http://palosaari.fi/linux/
9395 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9396 T:      git git://linuxtv.org/anttip/media_tree.git
9397 S:      Maintained
9398 F:      drivers/media/tuners/si2157*
9399
9400 SI2168 MEDIA DRIVER
9401 M:      Antti Palosaari <crope@iki.fi>
9402 L:      linux-media@vger.kernel.org
9403 W:      http://linuxtv.org/
9404 W:      http://palosaari.fi/linux/
9405 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9406 T:      git git://linuxtv.org/anttip/media_tree.git
9407 S:      Maintained
9408 F:      drivers/media/dvb-frontends/si2168*
9409
9410 SI470X FM RADIO RECEIVER I2C DRIVER
9411 M:      Hans Verkuil <hverkuil@xs4all.nl>
9412 L:      linux-media@vger.kernel.org
9413 T:      git git://linuxtv.org/media_tree.git
9414 W:      http://linuxtv.org
9415 S:      Odd Fixes
9416 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9417
9418 SI470X FM RADIO RECEIVER USB DRIVER
9419 M:      Hans Verkuil <hverkuil@xs4all.nl>
9420 L:      linux-media@vger.kernel.org
9421 T:      git git://linuxtv.org/media_tree.git
9422 W:      http://linuxtv.org
9423 S:      Maintained
9424 F:      drivers/media/radio/si470x/radio-si470x-common.c
9425 F:      drivers/media/radio/si470x/radio-si470x.h
9426 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9427
9428 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9429 M:      Eduardo Valentin <edubezval@gmail.com>
9430 L:      linux-media@vger.kernel.org
9431 T:      git git://linuxtv.org/media_tree.git
9432 W:      http://linuxtv.org
9433 S:      Odd Fixes
9434 F:      drivers/media/radio/si4713/si4713.?
9435
9436 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9437 M:      Eduardo Valentin <edubezval@gmail.com>
9438 L:      linux-media@vger.kernel.org
9439 T:      git git://linuxtv.org/media_tree.git
9440 W:      http://linuxtv.org
9441 S:      Odd Fixes
9442 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9443
9444 SI4713 FM RADIO TRANSMITTER USB DRIVER
9445 M:      Hans Verkuil <hverkuil@xs4all.nl>
9446 L:      linux-media@vger.kernel.org
9447 T:      git git://linuxtv.org/media_tree.git
9448 W:      http://linuxtv.org
9449 S:      Maintained
9450 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9451
9452 SIANO DVB DRIVER
9453 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9454 L:      linux-media@vger.kernel.org
9455 W:      http://linuxtv.org
9456 T:      git git://linuxtv.org/media_tree.git
9457 S:      Odd fixes
9458 F:      drivers/media/common/siano/
9459 F:      drivers/media/usb/siano/
9460 F:      drivers/media/usb/siano/
9461 F:      drivers/media/mmc/siano/
9462
9463 SIMPLEFB FB DRIVER
9464 M:      Hans de Goede <hdegoede@redhat.com>
9465 L:      linux-fbdev@vger.kernel.org
9466 S:      Maintained
9467 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9468 F:      drivers/video/fbdev/simplefb.c
9469 F:      include/linux/platform_data/simplefb.h
9470
9471 SH_VEU V4L2 MEM2MEM DRIVER
9472 L:      linux-media@vger.kernel.org
9473 S:      Orphan
9474 F:      drivers/media/platform/sh_veu.c
9475
9476 SH_VOU V4L2 OUTPUT DRIVER
9477 L:      linux-media@vger.kernel.org
9478 S:      Orphan
9479 F:      drivers/media/platform/sh_vou.c
9480 F:      include/media/sh_vou.h
9481
9482 SIMPLE FIRMWARE INTERFACE (SFI)
9483 M:      Len Brown <lenb@kernel.org>
9484 L:      sfi-devel@simplefirmware.org
9485 W:      http://simplefirmware.org/
9486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9487 S:      Supported
9488 F:      arch/x86/platform/sfi/
9489 F:      drivers/sfi/
9490 F:      include/linux/sfi*.h
9491
9492 SIMTEC EB110ATX (Chalice CATS)
9493 P:      Ben Dooks
9494 P:      Vincent Sanders <vince@simtec.co.uk>
9495 M:      Simtec Linux Team <linux@simtec.co.uk>
9496 W:      http://www.simtec.co.uk/products/EB110ATX/
9497 S:      Supported
9498
9499 SIMTEC EB2410ITX (BAST)
9500 P:      Ben Dooks
9501 P:      Vincent Sanders <vince@simtec.co.uk>
9502 M:      Simtec Linux Team <linux@simtec.co.uk>
9503 W:      http://www.simtec.co.uk/products/EB2410ITX/
9504 S:      Supported
9505 F:      arch/arm/mach-s3c24xx/mach-bast.c
9506 F:      arch/arm/mach-s3c24xx/bast-ide.c
9507 F:      arch/arm/mach-s3c24xx/bast-irq.c
9508
9509 TI DAVINCI MACHINE SUPPORT
9510 M:      Sekhar Nori <nsekhar@ti.com>
9511 M:      Kevin Hilman <khilman@deeprootsystems.com>
9512 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9513 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9514 S:      Supported
9515 F:      arch/arm/mach-davinci/
9516 F:      drivers/i2c/busses/i2c-davinci.c
9517
9518 TI DAVINCI SERIES MEDIA DRIVER
9519 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9520 L:      linux-media@vger.kernel.org
9521 W:      http://linuxtv.org/
9522 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9523 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9524 S:      Maintained
9525 F:      drivers/media/platform/davinci/
9526 F:      include/media/davinci/
9527
9528 TI AM437X VPFE DRIVER
9529 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9530 L:      linux-media@vger.kernel.org
9531 W:      http://linuxtv.org/
9532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9533 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9534 S:      Maintained
9535 F:      drivers/media/platform/am437x/
9536
9537 OV2659 OMNIVISION SENSOR DRIVER
9538 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9539 L:      linux-media@vger.kernel.org
9540 W:      http://linuxtv.org/
9541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9542 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9543 S:      Maintained
9544 F:      drivers/media/i2c/ov2659.c
9545 F:      include/media/ov2659.h
9546
9547 SILICON MOTION SM712 FRAME BUFFER DRIVER
9548 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9549 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9550 M:      Sudip Mukherjee <sudip@vectorindia.org>
9551 L:      linux-fbdev@vger.kernel.org
9552 S:      Maintained
9553 F:      drivers/video/fbdev/sm712*
9554 F:      Documentation/fb/sm712fb.txt
9555
9556 SIS 190 ETHERNET DRIVER
9557 M:      Francois Romieu <romieu@fr.zoreil.com>
9558 L:      netdev@vger.kernel.org
9559 S:      Maintained
9560 F:      drivers/net/ethernet/sis/sis190.c
9561
9562 SIS 900/7016 FAST ETHERNET DRIVER
9563 M:      Daniele Venzano <venza@brownhat.org>
9564 W:      http://www.brownhat.org/sis900.html
9565 L:      netdev@vger.kernel.org
9566 S:      Maintained
9567 F:      drivers/net/ethernet/sis/sis900.*
9568
9569 SIS FRAMEBUFFER DRIVER
9570 M:      Thomas Winischhofer <thomas@winischhofer.net>
9571 W:      http://www.winischhofer.net/linuxsisvga.shtml
9572 S:      Maintained
9573 F:      Documentation/fb/sisfb.txt
9574 F:      drivers/video/fbdev/sis/
9575 F:      include/video/sisfb.h
9576
9577 SIS USB2VGA DRIVER
9578 M:      Thomas Winischhofer <thomas@winischhofer.net>
9579 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9580 S:      Maintained
9581 F:      drivers/usb/misc/sisusbvga/
9582
9583 SLAB ALLOCATOR
9584 M:      Christoph Lameter <cl@linux.com>
9585 M:      Pekka Enberg <penberg@kernel.org>
9586 M:      David Rientjes <rientjes@google.com>
9587 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9588 M:      Andrew Morton <akpm@linux-foundation.org>
9589 L:      linux-mm@kvack.org
9590 S:      Maintained
9591 F:      include/linux/sl?b*.h
9592 F:      mm/sl?b*
9593
9594 SLEEPABLE READ-COPY UPDATE (SRCU)
9595 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9596 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9597 M:      Josh Triplett <josh@joshtriplett.org>
9598 R:      Steven Rostedt <rostedt@goodmis.org>
9599 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9600 L:      linux-kernel@vger.kernel.org
9601 W:      http://www.rdrop.com/users/paulmck/RCU/
9602 S:      Supported
9603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9604 F:      include/linux/srcu.h
9605 F:      kernel/rcu/srcu.c
9606
9607 SMACK SECURITY MODULE
9608 M:      Casey Schaufler <casey@schaufler-ca.com>
9609 L:      linux-security-module@vger.kernel.org
9610 W:      http://schaufler-ca.com
9611 T:      git git://git.gitorious.org/smack-next/kernel.git
9612 S:      Maintained
9613 F:      Documentation/security/Smack.txt
9614 F:      security/smack/
9615
9616 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9617 M:      Kevin Hilman <khilman@kernel.org>
9618 M:      Nishanth Menon <nm@ti.com>
9619 S:      Maintained
9620 F:      drivers/power/avs/
9621 F:      include/linux/power/smartreflex.h
9622 L:      linux-pm@vger.kernel.org
9623
9624 SMC91x ETHERNET DRIVER
9625 M:      Nicolas Pitre <nico@fluxnic.net>
9626 S:      Odd Fixes
9627 F:      drivers/net/ethernet/smsc/smc91x.*
9628
9629 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9630 M:      Sakari Ailus <sakari.ailus@iki.fi>
9631 L:      linux-media@vger.kernel.org
9632 S:      Maintained
9633 F:      drivers/media/i2c/smiapp/
9634 F:      include/media/smiapp.h
9635 F:      drivers/media/i2c/smiapp-pll.c
9636 F:      drivers/media/i2c/smiapp-pll.h
9637 F:      include/uapi/linux/smiapp.h
9638 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9639
9640 SMM665 HARDWARE MONITOR DRIVER
9641 M:      Guenter Roeck <linux@roeck-us.net>
9642 L:      lm-sensors@lm-sensors.org
9643 S:      Maintained
9644 F:      Documentation/hwmon/smm665
9645 F:      drivers/hwmon/smm665.c
9646
9647 SMSC EMC2103 HARDWARE MONITOR DRIVER
9648 M:      Steve Glendinning <steve.glendinning@shawell.net>
9649 L:      lm-sensors@lm-sensors.org
9650 S:      Maintained
9651 F:      Documentation/hwmon/emc2103
9652 F:      drivers/hwmon/emc2103.c
9653
9654 SMSC SCH5627 HARDWARE MONITOR DRIVER
9655 M:      Hans de Goede <hdegoede@redhat.com>
9656 L:      lm-sensors@lm-sensors.org
9657 S:      Supported
9658 F:      Documentation/hwmon/sch5627
9659 F:      drivers/hwmon/sch5627.c
9660
9661 SMSC47B397 HARDWARE MONITOR DRIVER
9662 M:      Jean Delvare <jdelvare@suse.com>
9663 L:      lm-sensors@lm-sensors.org
9664 S:      Maintained
9665 F:      Documentation/hwmon/smsc47b397
9666 F:      drivers/hwmon/smsc47b397.c
9667
9668 SMSC911x ETHERNET DRIVER
9669 M:      Steve Glendinning <steve.glendinning@shawell.net>
9670 L:      netdev@vger.kernel.org
9671 S:      Maintained
9672 F:      include/linux/smsc911x.h
9673 F:      drivers/net/ethernet/smsc/smsc911x.*
9674
9675 SMSC9420 PCI ETHERNET DRIVER
9676 M:      Steve Glendinning <steve.glendinning@shawell.net>
9677 L:      netdev@vger.kernel.org
9678 S:      Maintained
9679 F:      drivers/net/ethernet/smsc/smsc9420.*
9680
9681 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9682 M:      Steve Glendinning <steve.glendinning@shawell.net>
9683 L:      linux-fbdev@vger.kernel.org
9684 S:      Maintained
9685 F:      drivers/video/fbdev/smscufx.c
9686
9687 SOC-CAMERA V4L2 SUBSYSTEM
9688 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9689 L:      linux-media@vger.kernel.org
9690 T:      git git://linuxtv.org/media_tree.git
9691 S:      Maintained
9692 F:      include/media/soc*
9693 F:      drivers/media/i2c/soc_camera/
9694 F:      drivers/media/platform/soc_camera/
9695
9696 SOEKRIS NET48XX LED SUPPORT
9697 M:      Chris Boot <bootc@bootc.net>
9698 S:      Maintained
9699 F:      drivers/leds/leds-net48xx.c
9700
9701 SOFTLOGIC 6x10 MPEG CODEC
9702 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9703 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9704 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9705 M:      Ismael Luceno <ismael@iodev.co.uk>
9706 L:      linux-media@vger.kernel.org
9707 S:      Supported
9708 F:      drivers/media/pci/solo6x10/
9709
9710 SOFTWARE RAID (Multiple Disks) SUPPORT
9711 M:      Neil Brown <neilb@suse.com>
9712 L:      linux-raid@vger.kernel.org
9713 S:      Supported
9714 F:      drivers/md/
9715 F:      include/linux/raid/
9716 F:      include/uapi/linux/raid/
9717
9718 SONIC NETWORK DRIVER
9719 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9720 L:      netdev@vger.kernel.org
9721 S:      Maintained
9722 F:      drivers/net/ethernet/natsemi/sonic.*
9723
9724 SONICS SILICON BACKPLANE DRIVER (SSB)
9725 M:      Michael Buesch <m@bues.ch>
9726 L:      netdev@vger.kernel.org
9727 S:      Maintained
9728 F:      drivers/ssb/
9729 F:      include/linux/ssb/
9730
9731 SONY VAIO CONTROL DEVICE DRIVER
9732 M:      Mattia Dongili <malattia@linux.it>
9733 L:      platform-driver-x86@vger.kernel.org
9734 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9735 S:      Maintained
9736 F:      Documentation/laptops/sony-laptop.txt
9737 F:      drivers/char/sonypi.c
9738 F:      drivers/platform/x86/sony-laptop.c
9739 F:      include/linux/sony-laptop.h
9740
9741 SONY MEMORYSTICK CARD SUPPORT
9742 M:      Alex Dubov <oakad@yahoo.com>
9743 W:      http://tifmxx.berlios.de/
9744 S:      Maintained
9745 F:      drivers/memstick/host/tifm_ms.c
9746
9747 SONY MEMORYSTICK STANDARD SUPPORT
9748 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9749 S:      Maintained
9750 F:      drivers/memstick/core/ms_block.*
9751
9752 SOUND
9753 M:      Jaroslav Kysela <perex@perex.cz>
9754 M:      Takashi Iwai <tiwai@suse.com>
9755 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9756 W:      http://www.alsa-project.org/
9757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9758 T:      git git://git.alsa-project.org/alsa-kernel.git
9759 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9760 S:      Maintained
9761 F:      Documentation/sound/
9762 F:      include/sound/
9763 F:      include/uapi/sound/
9764 F:      sound/
9765
9766 SOUND - COMPRESSED AUDIO
9767 M:      Vinod Koul <vinod.koul@intel.com>
9768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9770 S:      Supported
9771 F:      Documentation/sound/alsa/compress_offload.txt
9772 F:      include/sound/compress_driver.h
9773 F:      include/uapi/sound/compress_*
9774 F:      sound/core/compress_offload.c
9775 F:      sound/soc/soc-compress.c
9776
9777 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9778 M:      Liam Girdwood <lgirdwood@gmail.com>
9779 M:      Mark Brown <broonie@kernel.org>
9780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9781 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9782 W:      http://alsa-project.org/main/index.php/ASoC
9783 S:      Supported
9784 F:      Documentation/sound/alsa/soc/
9785 F:      sound/soc/
9786 F:      include/sound/soc*
9787
9788 SOUND - DMAENGINE HELPERS
9789 M:      Lars-Peter Clausen <lars@metafoo.de>
9790 S:      Supported
9791 F:      include/sound/dmaengine_pcm.h
9792 F:      sound/core/pcm_dmaengine.c
9793 F:      sound/soc/soc-generic-dmaengine-pcm.c
9794
9795 SP2 MEDIA DRIVER
9796 M:      Olli Salonen <olli.salonen@iki.fi>
9797 L:      linux-media@vger.kernel.org
9798 W:      http://linuxtv.org/
9799 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9800 S:      Maintained
9801 F:      drivers/media/dvb-frontends/sp2*
9802
9803 SPARC + UltraSPARC (sparc/sparc64)
9804 M:      "David S. Miller" <davem@davemloft.net>
9805 L:      sparclinux@vger.kernel.org
9806 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9809 S:      Maintained
9810 F:      arch/sparc/
9811 F:      drivers/sbus/
9812
9813 SPARC SERIAL DRIVERS
9814 M:      "David S. Miller" <davem@davemloft.net>
9815 L:      sparclinux@vger.kernel.org
9816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9818 S:      Maintained
9819 F:      include/linux/sunserialcore.h
9820 F:      drivers/tty/serial/suncore.c
9821 F:      drivers/tty/serial/sunhv.c
9822 F:      drivers/tty/serial/sunsab.c
9823 F:      drivers/tty/serial/sunsab.h
9824 F:      drivers/tty/serial/sunsu.c
9825 F:      drivers/tty/serial/sunzilog.c
9826 F:      drivers/tty/serial/sunzilog.h
9827
9828 SPARSE CHECKER
9829 M:      "Christopher Li" <sparse@chrisli.org>
9830 L:      linux-sparse@vger.kernel.org
9831 W:      https://sparse.wiki.kernel.org/
9832 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9833 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9834 S:      Maintained
9835 F:      include/linux/compiler.h
9836
9837 SPEAR PLATFORM SUPPORT
9838 M:      Viresh Kumar <vireshk@kernel.org>
9839 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9840 L:      spear-devel@list.st.com
9841 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9842 W:      http://www.st.com/spear
9843 S:      Maintained
9844 F:      arch/arm/mach-spear/
9845
9846 SPEAR CLOCK FRAMEWORK SUPPORT
9847 M:      Viresh Kumar <vireshk@kernel.org>
9848 L:      spear-devel@list.st.com
9849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9850 W:      http://www.st.com/spear
9851 S:      Maintained
9852 F:      drivers/clk/spear/
9853
9854 SPI SUBSYSTEM
9855 M:      Mark Brown <broonie@kernel.org>
9856 L:      linux-spi@vger.kernel.org
9857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9858 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9859 S:      Maintained
9860 F:      Documentation/spi/
9861 F:      drivers/spi/
9862 F:      include/linux/spi/
9863 F:      include/uapi/linux/spi/
9864
9865 SPIDERNET NETWORK DRIVER for CELL
9866 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9867 L:      netdev@vger.kernel.org
9868 S:      Supported
9869 F:      Documentation/networking/spider_net.txt
9870 F:      drivers/net/ethernet/toshiba/spider_net*
9871
9872 SPU FILE SYSTEM
9873 M:      Jeremy Kerr <jk@ozlabs.org>
9874 L:      linuxppc-dev@lists.ozlabs.org
9875 W:      http://www.ibm.com/developerworks/power/cell/
9876 S:      Supported
9877 F:      Documentation/filesystems/spufs.txt
9878 F:      arch/powerpc/platforms/cell/spufs/
9879
9880 SQUASHFS FILE SYSTEM
9881 M:      Phillip Lougher <phillip@squashfs.org.uk>
9882 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9883 W:      http://squashfs.org.uk
9884 S:      Maintained
9885 F:      Documentation/filesystems/squashfs.txt
9886 F:      fs/squashfs/
9887
9888 SRM (Alpha) environment access
9889 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9890 S:      Maintained
9891 F:      arch/alpha/kernel/srm_env.c
9892
9893 STABLE BRANCH
9894 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9895 L:      stable@vger.kernel.org
9896 S:      Supported
9897 F:      Documentation/stable_kernel_rules.txt
9898
9899 STAGING SUBSYSTEM
9900 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9902 L:      devel@driverdev.osuosl.org
9903 S:      Supported
9904 F:      drivers/staging/
9905
9906 STAGING - COMEDI
9907 M:      Ian Abbott <abbotti@mev.co.uk>
9908 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9909 S:      Odd Fixes
9910 F:      drivers/staging/comedi/
9911
9912 STAGING - FLARION FT1000 DRIVERS
9913 M:      Marek Belisko <marek.belisko@gmail.com>
9914 S:      Odd Fixes
9915 F:      drivers/staging/ft1000/
9916
9917 STAGING - INDUSTRIAL IO
9918 M:      Jonathan Cameron <jic23@kernel.org>
9919 L:      linux-iio@vger.kernel.org
9920 S:      Odd Fixes
9921 F:      drivers/staging/iio/
9922
9923 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9924 M:      Jarod Wilson <jarod@wilsonet.com>
9925 W:      http://www.lirc.org/
9926 S:      Odd Fixes
9927 F:      drivers/staging/media/lirc/
9928
9929 STAGING - LUSTRE PARALLEL FILESYSTEM
9930 M:      Oleg Drokin <oleg.drokin@intel.com>
9931 M:      Andreas Dilger <andreas.dilger@intel.com>
9932 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9933 W:      http://wiki.lustre.org/
9934 S:      Maintained
9935 F:      drivers/staging/lustre
9936
9937 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9938 M:      Marc Dietrich <marvin24@gmx.de>
9939 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9940 L:      linux-tegra@vger.kernel.org
9941 S:      Maintained
9942 F:      drivers/staging/nvec/
9943
9944 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9945 M:      Jens Frederich <jfrederich@gmail.com>
9946 M:      Daniel Drake <dsd@laptop.org>
9947 M:      Jon Nettleton <jon.nettleton@gmail.com>
9948 W:      http://wiki.laptop.org/go/DCON
9949 S:      Maintained
9950 F:      drivers/staging/olpc_dcon/
9951
9952 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9953 M:      Willy Tarreau <willy@meta-x.org>
9954 S:      Odd Fixes
9955 F:      drivers/staging/panel/
9956
9957 STAGING - REALTEK RTL8712U DRIVERS
9958 M:      Larry Finger <Larry.Finger@lwfinger.net>
9959 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9960 S:      Odd Fixes
9961 F:      drivers/staging/rtl8712/
9962
9963 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9964 M:      Larry Finger <Larry.Finger@lwfinger.net>
9965 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9966 L:      linux-wireless@vger.kernel.org
9967 S:      Maintained
9968 F:      drivers/staging/rtl8723au/
9969
9970 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9971 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9972 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9973 M:      Sudip Mukherjee <sudip@vectorindia.org>
9974 L:      linux-fbdev@vger.kernel.org
9975 S:      Maintained
9976 F:      drivers/staging/sm750fb/
9977
9978 STAGING - SLICOSS
9979 M:      Lior Dotan <liodot@gmail.com>
9980 M:      Christopher Harrer <charrer@alacritech.com>
9981 S:      Odd Fixes
9982 F:      drivers/staging/slicoss/
9983
9984 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9985 M:      William Hubbs <w.d.hubbs@gmail.com>
9986 M:      Chris Brannon <chris@the-brannons.com>
9987 M:      Kirk Reiser <kirk@reisers.ca>
9988 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9989 L:      speakup@linux-speakup.org
9990 W:      http://www.linux-speakup.org/
9991 S:      Odd Fixes
9992 F:      drivers/staging/speakup/
9993
9994 STAGING - VIA VT665X DRIVERS
9995 M:      Forest Bond <forest@alittletooquiet.net>
9996 S:      Odd Fixes
9997 F:      drivers/staging/vt665?/
9998
9999 STAGING - WILC1000 WIFI DRIVER
10000 M:      Johnny Kim <johnny.kim@atmel.com>
10001 M:      Rachel Kim <rachel.kim@atmel.com>
10002 M:      Dean Lee <dean.lee@atmel.com>
10003 M:      Chris Park <chris.park@atmel.com>
10004 L:      linux-wireless@vger.kernel.org
10005 S:      Supported
10006 F:      drivers/staging/wilc1000/
10007
10008 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10009 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10010 S:      Odd Fixes
10011 F:      drivers/staging/xgifb/
10012
10013 HFI1 DRIVER
10014 M:      Mike Marciniszyn <infinipath@intel.com>
10015 L:      linux-rdma@vger.kernel.org
10016 S:      Supported
10017 F:      drivers/staging/rdma/hfi1
10018
10019 STARFIRE/DURALAN NETWORK DRIVER
10020 M:      Ion Badulescu <ionut@badula.org>
10021 S:      Odd Fixes
10022 F:      drivers/net/ethernet/adaptec/starfire*
10023
10024 SUN3/3X
10025 M:      Sam Creasey <sammy@sammy.net>
10026 W:      http://sammy.net/sun3/
10027 S:      Maintained
10028 F:      arch/m68k/kernel/*sun3*
10029 F:      arch/m68k/sun3*/
10030 F:      arch/m68k/include/asm/sun3*
10031 F:      drivers/net/ethernet/i825xx/sun3*
10032
10033 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10034 M:      Hans de Goede <hdegoede@redhat.com>
10035 L:      linux-input@vger.kernel.org
10036 S:      Maintained
10037 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10038 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10039
10040 SUNDANCE NETWORK DRIVER
10041 M:      Denis Kirjanov <kda@linux-powerpc.org>
10042 L:      netdev@vger.kernel.org
10043 S:      Maintained
10044 F:      drivers/net/ethernet/dlink/sundance.c
10045
10046 SUPERH
10047 L:      linux-sh@vger.kernel.org
10048 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10049 S:      Orphan
10050 F:      Documentation/sh/
10051 F:      arch/sh/
10052 F:      drivers/sh/
10053
10054 SUSPEND TO RAM
10055 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10056 M:      Len Brown <len.brown@intel.com>
10057 M:      Pavel Machek <pavel@ucw.cz>
10058 L:      linux-pm@vger.kernel.org
10059 S:      Supported
10060 F:      Documentation/power/
10061 F:      arch/x86/kernel/acpi/
10062 F:      drivers/base/power/
10063 F:      kernel/power/
10064 F:      include/linux/suspend.h
10065 F:      include/linux/freezer.h
10066 F:      include/linux/pm.h
10067
10068 SVGA HANDLING
10069 M:      Martin Mares <mj@ucw.cz>
10070 L:      linux-video@atrey.karlin.mff.cuni.cz
10071 S:      Maintained
10072 F:      Documentation/svga.txt
10073 F:      arch/x86/boot/video*
10074
10075 SWIOTLB SUBSYSTEM
10076 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10077 L:      linux-kernel@vger.kernel.org
10078 S:      Supported
10079 F:      lib/swiotlb.c
10080 F:      arch/*/kernel/pci-swiotlb.c
10081 F:      include/linux/swiotlb.h
10082
10083 SWITCHDEV
10084 M:      Jiri Pirko <jiri@resnulli.us>
10085 L:      netdev@vger.kernel.org
10086 S:      Supported
10087 F:      net/switchdev/
10088 F:      include/net/switchdev.h
10089
10090 SYNOPSYS ARC ARCHITECTURE
10091 M:      Vineet Gupta <vgupta@synopsys.com>
10092 S:      Supported
10093 F:      arch/arc/
10094 F:      Documentation/devicetree/bindings/arc/*
10095 F:      drivers/tty/serial/arc_uart.c
10096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10097
10098 SYNOPSYS ARC SDP platform support
10099 M:      Alexey Brodkin <abrodkin@synopsys.com>
10100 S:      Supported
10101 F:      arch/arc/plat-axs10x
10102 F:      arch/arc/boot/dts/ax*
10103 F:      Documentation/devicetree/bindings/arc/axs10*
10104
10105 SYSTEM CONFIGURATION (SYSCON)
10106 M:      Lee Jones <lee.jones@linaro.org>
10107 M:      Arnd Bergmann <arnd@arndb.de>
10108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10109 S:      Supported
10110 F:      drivers/mfd/syscon.c
10111
10112 SYSV FILESYSTEM
10113 M:      Christoph Hellwig <hch@infradead.org>
10114 S:      Maintained
10115 F:      Documentation/filesystems/sysv-fs.txt
10116 F:      fs/sysv/
10117 F:      include/linux/sysv_fs.h
10118
10119 TARGET SUBSYSTEM
10120 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10121 L:      linux-scsi@vger.kernel.org
10122 L:      target-devel@vger.kernel.org
10123 W:      http://www.linux-iscsi.org
10124 W:      http://groups.google.com/group/linux-iscsi-target-dev
10125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10126 S:      Supported
10127 F:      drivers/target/
10128 F:      include/target/
10129 F:      Documentation/target/
10130
10131 TASKSTATS STATISTICS INTERFACE
10132 M:      Balbir Singh <bsingharora@gmail.com>
10133 S:      Maintained
10134 F:      Documentation/accounting/taskstats*
10135 F:      include/linux/taskstats*
10136 F:      kernel/taskstats.c
10137
10138 TC CLASSIFIER
10139 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10140 L:      netdev@vger.kernel.org
10141 S:      Maintained
10142 F:      include/net/pkt_cls.h
10143 F:      include/uapi/linux/pkt_cls.h
10144 F:      net/sched/
10145
10146 TCP LOW PRIORITY MODULE
10147 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10148 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10149 W:      http://tcp-lp-mod.sourceforge.net/
10150 S:      Maintained
10151 F:      net/ipv4/tcp_lp.c
10152
10153 TDA10071 MEDIA DRIVER
10154 M:      Antti Palosaari <crope@iki.fi>
10155 L:      linux-media@vger.kernel.org
10156 W:      http://linuxtv.org/
10157 W:      http://palosaari.fi/linux/
10158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10159 T:      git git://linuxtv.org/anttip/media_tree.git
10160 S:      Maintained
10161 F:      drivers/media/dvb-frontends/tda10071*
10162
10163 TDA18212 MEDIA DRIVER
10164 M:      Antti Palosaari <crope@iki.fi>
10165 L:      linux-media@vger.kernel.org
10166 W:      http://linuxtv.org/
10167 W:      http://palosaari.fi/linux/
10168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10169 T:      git git://linuxtv.org/anttip/media_tree.git
10170 S:      Maintained
10171 F:      drivers/media/tuners/tda18212*
10172
10173 TDA18218 MEDIA DRIVER
10174 M:      Antti Palosaari <crope@iki.fi>
10175 L:      linux-media@vger.kernel.org
10176 W:      http://linuxtv.org/
10177 W:      http://palosaari.fi/linux/
10178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10179 T:      git git://linuxtv.org/anttip/media_tree.git
10180 S:      Maintained
10181 F:      drivers/media/tuners/tda18218*
10182
10183 TDA18271 MEDIA DRIVER
10184 M:      Michael Krufky <mkrufky@linuxtv.org>
10185 L:      linux-media@vger.kernel.org
10186 W:      http://linuxtv.org/
10187 W:      http://github.com/mkrufky
10188 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10189 T:      git git://linuxtv.org/mkrufky/tuners.git
10190 S:      Maintained
10191 F:      drivers/media/tuners/tda18271*
10192
10193 TDA827x MEDIA DRIVER
10194 M:      Michael Krufky <mkrufky@linuxtv.org>
10195 L:      linux-media@vger.kernel.org
10196 W:      http://linuxtv.org/
10197 W:      http://github.com/mkrufky
10198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10199 T:      git git://linuxtv.org/mkrufky/tuners.git
10200 S:      Maintained
10201 F:      drivers/media/tuners/tda8290.*
10202
10203 TDA8290 MEDIA DRIVER
10204 M:      Michael Krufky <mkrufky@linuxtv.org>
10205 L:      linux-media@vger.kernel.org
10206 W:      http://linuxtv.org/
10207 W:      http://github.com/mkrufky
10208 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10209 T:      git git://linuxtv.org/mkrufky/tuners.git
10210 S:      Maintained
10211 F:      drivers/media/tuners/tda8290.*
10212
10213 TDA9840 MEDIA DRIVER
10214 M:      Hans Verkuil <hverkuil@xs4all.nl>
10215 L:      linux-media@vger.kernel.org
10216 T:      git git://linuxtv.org/media_tree.git
10217 W:      http://linuxtv.org
10218 S:      Maintained
10219 F:      drivers/media/i2c/tda9840*
10220
10221 TEA5761 TUNER DRIVER
10222 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10223 L:      linux-media@vger.kernel.org
10224 W:      http://linuxtv.org
10225 T:      git git://linuxtv.org/media_tree.git
10226 S:      Odd fixes
10227 F:      drivers/media/tuners/tea5761.*
10228
10229 TEA5767 TUNER DRIVER
10230 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10231 L:      linux-media@vger.kernel.org
10232 W:      http://linuxtv.org
10233 T:      git git://linuxtv.org/media_tree.git
10234 S:      Maintained
10235 F:      drivers/media/tuners/tea5767.*
10236
10237 TEA6415C MEDIA DRIVER
10238 M:      Hans Verkuil <hverkuil@xs4all.nl>
10239 L:      linux-media@vger.kernel.org
10240 T:      git git://linuxtv.org/media_tree.git
10241 W:      http://linuxtv.org
10242 S:      Maintained
10243 F:      drivers/media/i2c/tea6415c*
10244
10245 TEA6420 MEDIA DRIVER
10246 M:      Hans Verkuil <hverkuil@xs4all.nl>
10247 L:      linux-media@vger.kernel.org
10248 T:      git git://linuxtv.org/media_tree.git
10249 W:      http://linuxtv.org
10250 S:      Maintained
10251 F:      drivers/media/i2c/tea6420*
10252
10253 TEAM DRIVER
10254 M:      Jiri Pirko <jiri@resnulli.us>
10255 L:      netdev@vger.kernel.org
10256 S:      Supported
10257 F:      drivers/net/team/
10258 F:      include/linux/if_team.h
10259 F:      include/uapi/linux/if_team.h
10260
10261 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10262 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10263 S:      Maintained
10264 F:      arch/x86/platform/ts5500/
10265
10266 TECHNOTREND USB IR RECEIVER
10267 M:      Sean Young <sean@mess.org>
10268 L:      linux-media@vger.kernel.org
10269 S:      Maintained
10270 F:      drivers/media/rc/ttusbir.c
10271
10272 TEGRA ARCHITECTURE SUPPORT
10273 M:      Stephen Warren <swarren@wwwdotorg.org>
10274 M:      Thierry Reding <thierry.reding@gmail.com>
10275 M:      Alexandre Courbot <gnurou@gmail.com>
10276 L:      linux-tegra@vger.kernel.org
10277 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10279 S:      Supported
10280 N:      [^a-z]tegra
10281
10282 TEGRA CLOCK DRIVER
10283 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10284 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10285 S:      Supported
10286 F:      drivers/clk/tegra/
10287
10288 TEGRA DMA DRIVER
10289 M:      Laxman Dewangan <ldewangan@nvidia.com>
10290 S:      Supported
10291 F:      drivers/dma/tegra20-apb-dma.c
10292
10293 TEGRA I2C DRIVER
10294 M:      Laxman Dewangan <ldewangan@nvidia.com>
10295 S:      Supported
10296 F:      drivers/i2c/busses/i2c-tegra.c
10297
10298 TEGRA IOMMU DRIVERS
10299 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10300 S:      Supported
10301 F:      drivers/iommu/tegra*
10302
10303 TEGRA KBC DRIVER
10304 M:      Rakesh Iyer <riyer@nvidia.com>
10305 M:      Laxman Dewangan <ldewangan@nvidia.com>
10306 S:      Supported
10307 F:      drivers/input/keyboard/tegra-kbc.c
10308
10309 TEGRA PWM DRIVER
10310 M:      Thierry Reding <thierry.reding@gmail.com>
10311 S:      Supported
10312 F:      drivers/pwm/pwm-tegra.c
10313
10314 TEGRA SERIAL DRIVER
10315 M:      Laxman Dewangan <ldewangan@nvidia.com>
10316 S:      Supported
10317 F:      drivers/tty/serial/serial-tegra.c
10318
10319 TEGRA SPI DRIVER
10320 M:      Laxman Dewangan <ldewangan@nvidia.com>
10321 S:      Supported
10322 F:      drivers/spi/spi-tegra*
10323
10324 TEHUTI ETHERNET DRIVER
10325 M:      Andy Gospodarek <andy@greyhouse.net>
10326 L:      netdev@vger.kernel.org
10327 S:      Supported
10328 F:      drivers/net/ethernet/tehuti/*
10329
10330 Telecom Clock Driver for MCPL0010
10331 M:      Mark Gross <mark.gross@intel.com>
10332 S:      Supported
10333 F:      drivers/char/tlclk.c
10334
10335 TENSILICA XTENSA PORT (xtensa)
10336 M:      Chris Zankel <chris@zankel.net>
10337 M:      Max Filippov <jcmvbkbc@gmail.com>
10338 L:      linux-xtensa@linux-xtensa.org
10339 S:      Maintained
10340 F:      arch/xtensa/
10341 F:      drivers/irqchip/irq-xtensa-*
10342
10343 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10344 M:      Hans Verkuil <hverkuil@xs4all.nl>
10345 L:      linux-media@vger.kernel.org
10346 T:      git git://linuxtv.org/media_tree.git
10347 W:      http://linuxtv.org
10348 S:      Maintained
10349 F:      drivers/media/radio/radio-raremono.c
10350
10351 THERMAL
10352 M:      Zhang Rui <rui.zhang@intel.com>
10353 M:      Eduardo Valentin <edubezval@gmail.com>
10354 L:      linux-pm@vger.kernel.org
10355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10357 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10358 S:      Supported
10359 F:      drivers/thermal/
10360 F:      include/linux/thermal.h
10361 F:      include/uapi/linux/thermal.h
10362 F:      include/linux/cpu_cooling.h
10363 F:      Documentation/devicetree/bindings/thermal/
10364
10365 THERMAL/CPU_COOLING
10366 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10367 M:      Viresh Kumar <viresh.kumar@linaro.org>
10368 M:      Javi Merino <javi.merino@arm.com>
10369 L:      linux-pm@vger.kernel.org
10370 S:      Supported
10371 F:      Documentation/thermal/cpu-cooling-api.txt
10372 F:      drivers/thermal/cpu_cooling.c
10373 F:      include/linux/cpu_cooling.h
10374
10375 THINGM BLINK(1) USB RGB LED DRIVER
10376 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10377 S:      Maintained
10378 F:      drivers/hid/hid-thingm.c
10379
10380 THINKPAD ACPI EXTRAS DRIVER
10381 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10382 L:      ibm-acpi-devel@lists.sourceforge.net
10383 L:      platform-driver-x86@vger.kernel.org
10384 W:      http://ibm-acpi.sourceforge.net
10385 W:      http://thinkwiki.org/wiki/Ibm-acpi
10386 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10387 S:      Maintained
10388 F:      drivers/platform/x86/thinkpad_acpi.c
10389
10390 TI BANDGAP AND THERMAL DRIVER
10391 M:      Eduardo Valentin <edubezval@gmail.com>
10392 L:      linux-pm@vger.kernel.org
10393 L:      linux-omap@vger.kernel.org
10394 S:      Maintained
10395 F:      drivers/thermal/ti-soc-thermal/
10396
10397 TI CDCE706 CLOCK DRIVER
10398 M:      Max Filippov <jcmvbkbc@gmail.com>
10399 S:      Maintained
10400 F:      drivers/clk/clk-cdce706.c
10401
10402 TI CLOCK DRIVER
10403 M:      Tero Kristo <t-kristo@ti.com>
10404 L:      linux-omap@vger.kernel.org
10405 S:      Maintained
10406 F:      drivers/clk/ti/
10407 F:      include/linux/clk/ti.h
10408
10409 TI FLASH MEDIA INTERFACE DRIVER
10410 M:      Alex Dubov <oakad@yahoo.com>
10411 S:      Maintained
10412 F:      drivers/misc/tifm*
10413 F:      drivers/mmc/host/tifm_sd.c
10414 F:      include/linux/tifm.h
10415
10416 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10417 M:      Santosh Shilimkar <ssantosh@kernel.org>
10418 L:      linux-kernel@vger.kernel.org
10419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10420 S:      Maintained
10421 F:      drivers/soc/ti/*
10422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10423
10424
10425 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10426 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10427 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10428 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10429 S:      Maintained
10430 F:      sound/soc/codecs/lm49453*
10431 F:      sound/soc/codecs/isabelle*
10432
10433 TI LP855x BACKLIGHT DRIVER
10434 M:      Milo Kim <milo.kim@ti.com>
10435 S:      Maintained
10436 F:      Documentation/backlight/lp855x-driver.txt
10437 F:      drivers/video/backlight/lp855x_bl.c
10438 F:      include/linux/platform_data/lp855x.h
10439
10440 TI LP8727 CHARGER DRIVER
10441 M:      Milo Kim <milo.kim@ti.com>
10442 S:      Maintained
10443 F:      drivers/power/lp8727_charger.c
10444 F:      include/linux/platform_data/lp8727.h
10445
10446 TI LP8788 MFD DRIVER
10447 M:      Milo Kim <milo.kim@ti.com>
10448 S:      Maintained
10449 F:      drivers/iio/adc/lp8788_adc.c
10450 F:      drivers/leds/leds-lp8788.c
10451 F:      drivers/mfd/lp8788*.c
10452 F:      drivers/power/lp8788-charger.c
10453 F:      drivers/regulator/lp8788-*.c
10454 F:      include/linux/mfd/lp8788*.h
10455
10456 TI NETCP ETHERNET DRIVER
10457 M:      Wingman Kwok <w-kwok2@ti.com>
10458 M:      Murali Karicheri <m-karicheri2@ti.com>
10459 L:      netdev@vger.kernel.org
10460 S:      Maintained
10461 F:      drivers/net/ethernet/ti/netcp*
10462
10463 TI TAS571X FAMILY ASoC CODEC DRIVER
10464 M:      Kevin Cernekee <cernekee@chromium.org>
10465 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10466 S:      Odd Fixes
10467 F:      sound/soc/codecs/tas571x*
10468
10469 TI TWL4030 SERIES SOC CODEC DRIVER
10470 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10471 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10472 S:      Maintained
10473 F:      sound/soc/codecs/twl4030*
10474
10475 TI WILINK WIRELESS DRIVERS
10476 L:      linux-wireless@vger.kernel.org
10477 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10478 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10480 S:      Orphan
10481 F:      drivers/net/wireless/ti/
10482 F:      include/linux/wl12xx.h
10483
10484 TIPC NETWORK LAYER
10485 M:      Jon Maloy <jon.maloy@ericsson.com>
10486 M:      Ying Xue <ying.xue@windriver.com>
10487 L:      netdev@vger.kernel.org (core kernel code)
10488 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10489 W:      http://tipc.sourceforge.net/
10490 S:      Maintained
10491 F:      include/uapi/linux/tipc*.h
10492 F:      net/tipc/
10493
10494 TILE ARCHITECTURE
10495 M:      Chris Metcalf <cmetcalf@ezchip.com>
10496 W:      http://www.ezchip.com/scm/
10497 S:      Supported
10498 F:      arch/tile/
10499 F:      drivers/char/tile-srom.c
10500 F:      drivers/edac/tile_edac.c
10501 F:      drivers/net/ethernet/tile/
10502 F:      drivers/rtc/rtc-tile.c
10503 F:      drivers/tty/hvc/hvc_tile.c
10504 F:      drivers/tty/serial/tilegx.c
10505 F:      drivers/usb/host/*-tilegx.c
10506 F:      include/linux/usb/tilegx.h
10507
10508 TLAN NETWORK DRIVER
10509 M:      Samuel Chessman <chessman@tux.org>
10510 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10511 W:      http://sourceforge.net/projects/tlan/
10512 S:      Maintained
10513 F:      Documentation/networking/tlan.txt
10514 F:      drivers/net/ethernet/ti/tlan.*
10515
10516 TOMOYO SECURITY MODULE
10517 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10518 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10519 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10520 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10521 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10522 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10523 W:      http://tomoyo.sourceforge.jp/
10524 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10525 S:      Maintained
10526 F:      security/tomoyo/
10527
10528 TOPSTAR LAPTOP EXTRAS DRIVER
10529 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10530 L:      platform-driver-x86@vger.kernel.org
10531 S:      Maintained
10532 F:      drivers/platform/x86/topstar-laptop.c
10533
10534 TOSHIBA ACPI EXTRAS DRIVER
10535 M:      Azael Avalos <coproscefalo@gmail.com>
10536 L:      platform-driver-x86@vger.kernel.org
10537 S:      Maintained
10538 F:      drivers/platform/x86/toshiba_acpi.c
10539
10540 TOSHIBA BLUETOOTH DRIVER
10541 M:      Azael Avalos <coproscefalo@gmail.com>
10542 L:      platform-driver-x86@vger.kernel.org
10543 S:      Maintained
10544 F:      drivers/platform/x86/toshiba_bluetooth.c
10545
10546 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10547 M:      Azael Avalos <coproscefalo@gmail.com>
10548 L:      platform-driver-x86@vger.kernel.org
10549 S:      Maintained
10550 F:      drivers/platform/x86/toshiba_haps.c
10551
10552 TOSHIBA SMM DRIVER
10553 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10554 W:      http://www.buzzard.org.uk/toshiba/
10555 S:      Maintained
10556 F:      drivers/char/toshiba.c
10557 F:      include/linux/toshiba.h
10558 F:      include/uapi/linux/toshiba.h
10559
10560 TOSHIBA TC358743 DRIVER
10561 M:      Mats Randgaard <matrandg@cisco.com>
10562 L:      linux-media@vger.kernel.org
10563 S:      Maintained
10564 F:      drivers/media/i2c/tc358743*
10565 F:      include/media/tc358743.h
10566
10567 TMIO MMC DRIVER
10568 M:      Ian Molton <ian@mnementh.co.uk>
10569 L:      linux-mmc@vger.kernel.org
10570 S:      Maintained
10571 F:      drivers/mmc/host/tmio_mmc*
10572 F:      drivers/mmc/host/sh_mobile_sdhi.c
10573 F:      include/linux/mmc/tmio.h
10574 F:      include/linux/mmc/sh_mobile_sdhi.h
10575
10576 TMP401 HARDWARE MONITOR DRIVER
10577 M:      Guenter Roeck <linux@roeck-us.net>
10578 L:      lm-sensors@lm-sensors.org
10579 S:      Maintained
10580 F:      Documentation/hwmon/tmp401
10581 F:      drivers/hwmon/tmp401.c
10582
10583 TMPFS (SHMEM FILESYSTEM)
10584 M:      Hugh Dickins <hughd@google.com>
10585 L:      linux-mm@kvack.org
10586 S:      Maintained
10587 F:      include/linux/shmem_fs.h
10588 F:      mm/shmem.c
10589
10590 TM6000 VIDEO4LINUX DRIVER
10591 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10592 L:      linux-media@vger.kernel.org
10593 W:      http://linuxtv.org
10594 T:      git git://linuxtv.org/media_tree.git
10595 S:      Odd fixes
10596 F:      drivers/media/usb/tm6000/
10597
10598 TW68 VIDEO4LINUX DRIVER
10599 M:      Hans Verkuil <hverkuil@xs4all.nl>
10600 L:      linux-media@vger.kernel.org
10601 T:      git git://linuxtv.org/media_tree.git
10602 W:      http://linuxtv.org
10603 S:      Odd Fixes
10604 F:      drivers/media/pci/tw68/
10605
10606 TPM DEVICE DRIVER
10607 M:      Peter Huewe <peterhuewe@gmx.de>
10608 M:      Marcel Selhorst <tpmdd@selhorst.net>
10609 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10610 W:      http://tpmdd.sourceforge.net
10611 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10612 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10613 T:      https://github.com/PeterHuewe/linux-tpmdd
10614 S:      Maintained
10615 F:      drivers/char/tpm/
10616
10617 TPM IBM_VTPM DEVICE DRIVER
10618 M:      Ashley Lai <ashleydlai@gmail.com>
10619 W:      http://tpmdd.sourceforge.net
10620 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10621 S:      Maintained
10622 F:      drivers/char/tpm/tpm_ibmvtpm*
10623
10624 TRACING
10625 M:      Steven Rostedt <rostedt@goodmis.org>
10626 M:      Ingo Molnar <mingo@redhat.com>
10627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10628 S:      Maintained
10629 F:      Documentation/trace/ftrace.txt
10630 F:      arch/*/*/*/ftrace.h
10631 F:      arch/*/kernel/ftrace.c
10632 F:      include/*/ftrace.h
10633 F:      include/linux/trace*.h
10634 F:      include/trace/
10635 F:      kernel/trace/
10636 F:      tools/testing/selftests/ftrace/
10637
10638 TRIVIAL PATCHES
10639 M:      Jiri Kosina <trivial@kernel.org>
10640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10641 S:      Maintained
10642 K:      ^Subject:.*(?i)trivial
10643
10644 TTY LAYER
10645 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10646 M:      Jiri Slaby <jslaby@suse.com>
10647 S:      Supported
10648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10649 F:      Documentation/serial/
10650 F:      drivers/tty/
10651 F:      drivers/tty/serial/serial_core.c
10652 F:      include/linux/serial_core.h
10653 F:      include/linux/serial.h
10654 F:      include/linux/tty.h
10655 F:      include/uapi/linux/serial_core.h
10656 F:      include/uapi/linux/serial.h
10657 F:      include/uapi/linux/tty.h
10658
10659 TUA9001 MEDIA DRIVER
10660 M:      Antti Palosaari <crope@iki.fi>
10661 L:      linux-media@vger.kernel.org
10662 W:      http://linuxtv.org/
10663 W:      http://palosaari.fi/linux/
10664 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10665 T:      git git://linuxtv.org/anttip/media_tree.git
10666 S:      Maintained
10667 F:      drivers/media/tuners/tua9001*
10668
10669 TULIP NETWORK DRIVERS
10670 M:      Grant Grundler <grundler@parisc-linux.org>
10671 L:      netdev@vger.kernel.org
10672 S:      Maintained
10673 F:      drivers/net/ethernet/dec/tulip/
10674
10675 TUN/TAP driver
10676 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10677 W:      http://vtun.sourceforge.net/tun
10678 S:      Maintained
10679 F:      Documentation/networking/tuntap.txt
10680 F:      arch/um/os-Linux/drivers/
10681
10682 TURBOCHANNEL SUBSYSTEM
10683 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10684 M:      Ralf Baechle <ralf@linux-mips.org>
10685 L:      linux-mips@linux-mips.org
10686 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10687 S:      Maintained
10688 F:      drivers/tc/
10689 F:      include/linux/tc.h
10690
10691 U14-34F SCSI DRIVER
10692 M:      Dario Ballabio <ballabio_dario@emc.com>
10693 L:      linux-scsi@vger.kernel.org
10694 S:      Maintained
10695 F:      drivers/scsi/u14-34f.c
10696
10697 UBI FILE SYSTEM (UBIFS)
10698 M:      Artem Bityutskiy <dedekind1@gmail.com>
10699 M:      Adrian Hunter <adrian.hunter@intel.com>
10700 L:      linux-mtd@lists.infradead.org
10701 T:      git git://git.infradead.org/ubifs-2.6.git
10702 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10703 S:      Maintained
10704 F:      Documentation/filesystems/ubifs.txt
10705 F:      fs/ubifs/
10706
10707 UCLINUX (M68KNOMMU AND COLDFIRE)
10708 M:      Greg Ungerer <gerg@uclinux.org>
10709 W:      http://www.uclinux.org/
10710 L:      linux-m68k@lists.linux-m68k.org
10711 L:      uclinux-dev@uclinux.org  (subscribers-only)
10712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10713 S:      Maintained
10714 F:      arch/m68k/coldfire/
10715 F:      arch/m68k/68*/
10716 F:      arch/m68k/*/*_no.*
10717 F:      arch/m68k/include/asm/*_no.*
10718
10719 UDF FILESYSTEM
10720 M:      Jan Kara <jack@suse.com>
10721 S:      Maintained
10722 F:      Documentation/filesystems/udf.txt
10723 F:      fs/udf/
10724
10725 UFS FILESYSTEM
10726 M:      Evgeniy Dushistov <dushistov@mail.ru>
10727 S:      Maintained
10728 F:      Documentation/filesystems/ufs.txt
10729 F:      fs/ufs/
10730
10731 UHID USERSPACE HID IO DRIVER:
10732 M:      David Herrmann <dh.herrmann@googlemail.com>
10733 L:      linux-input@vger.kernel.org
10734 S:      Maintained
10735 F:      drivers/hid/uhid.c
10736 F:      include/uapi/linux/uhid.h
10737
10738 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10739 L:      linux-usb@vger.kernel.org
10740 S:      Orphan
10741 F:      drivers/uwb/
10742 F:      include/linux/uwb.h
10743 F:      include/linux/uwb/
10744
10745 UNICORE32 ARCHITECTURE:
10746 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10747 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10748 S:      Maintained
10749 T:      git git://github.com/gxt/linux.git
10750 F:      arch/unicore32/
10751
10752 UNIFDEF
10753 M:      Tony Finch <dot@dotat.at>
10754 W:      http://dotat.at/prog/unifdef
10755 S:      Maintained
10756 F:      scripts/unifdef.c
10757
10758 UNIFORM CDROM DRIVER
10759 M:      Jens Axboe <axboe@kernel.dk>
10760 W:      http://www.kernel.dk
10761 S:      Maintained
10762 F:      Documentation/cdrom/
10763 F:      drivers/cdrom/cdrom.c
10764 F:      include/linux/cdrom.h
10765 F:      include/uapi/linux/cdrom.h
10766
10767 UNISYS S-PAR DRIVERS
10768 M:      Benjamin Romer <benjamin.romer@unisys.com>
10769 M:      David Kershner <david.kershner@unisys.com>
10770 L:      sparmaintainer@unisys.com (Unisys internal)
10771 S:      Supported
10772 F:      drivers/staging/unisys/
10773
10774 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10775 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10776 L:      linux-scsi@vger.kernel.org
10777 S:      Supported
10778 F:      Documentation/scsi/ufs.txt
10779 F:      drivers/scsi/ufs/
10780
10781 UNSORTED BLOCK IMAGES (UBI)
10782 M:      Artem Bityutskiy <dedekind1@gmail.com>
10783 M:      Richard Weinberger <richard@nod.at>
10784 W:      http://www.linux-mtd.infradead.org/
10785 L:      linux-mtd@lists.infradead.org
10786 T:      git git://git.infradead.org/ubifs-2.6.git
10787 S:      Supported
10788 F:      drivers/mtd/ubi/
10789 F:      include/linux/mtd/ubi.h
10790 F:      include/uapi/mtd/ubi-user.h
10791
10792 USB ACM DRIVER
10793 M:      Oliver Neukum <oliver@neukum.org>
10794 L:      linux-usb@vger.kernel.org
10795 S:      Maintained
10796 F:      Documentation/usb/acm.txt
10797 F:      drivers/usb/class/cdc-acm.*
10798
10799 USB AR5523 WIRELESS DRIVER
10800 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10801 L:      linux-wireless@vger.kernel.org
10802 S:      Maintained
10803 F:      drivers/net/wireless/ath/ar5523/
10804
10805 USB ATTACHED SCSI
10806 M:      Hans de Goede <hdegoede@redhat.com>
10807 M:      Gerd Hoffmann <kraxel@redhat.com>
10808 L:      linux-usb@vger.kernel.org
10809 L:      linux-scsi@vger.kernel.org
10810 S:      Maintained
10811 F:      drivers/usb/storage/uas.c
10812
10813 USB CDC ETHERNET DRIVER
10814 M:      Oliver Neukum <oliver@neukum.org>
10815 L:      linux-usb@vger.kernel.org
10816 S:      Maintained
10817 F:      drivers/net/usb/cdc_*.c
10818 F:      include/uapi/linux/usb/cdc.h
10819
10820 USB CHAOSKEY DRIVER
10821 M:      Keith Packard <keithp@keithp.com>
10822 L:      linux-usb@vger.kernel.org
10823 S:      Maintained
10824 F:      drivers/usb/misc/chaoskey.c
10825
10826 USB CYPRESS C67X00 DRIVER
10827 M:      Peter Korsgaard <jacmet@sunsite.dk>
10828 L:      linux-usb@vger.kernel.org
10829 S:      Maintained
10830 F:      drivers/usb/c67x00/
10831
10832 USB DAVICOM DM9601 DRIVER
10833 M:      Peter Korsgaard <jacmet@sunsite.dk>
10834 L:      netdev@vger.kernel.org
10835 W:      http://www.linux-usb.org/usbnet
10836 S:      Maintained
10837 F:      drivers/net/usb/dm9601.c
10838
10839 USB DIAMOND RIO500 DRIVER
10840 M:      Cesar Miquel <miquel@df.uba.ar>
10841 L:      rio500-users@lists.sourceforge.net
10842 W:      http://rio500.sourceforge.net
10843 S:      Maintained
10844 F:      drivers/usb/misc/rio500*
10845
10846 USB EHCI DRIVER
10847 M:      Alan Stern <stern@rowland.harvard.edu>
10848 L:      linux-usb@vger.kernel.org
10849 S:      Maintained
10850 F:      Documentation/usb/ehci.txt
10851 F:      drivers/usb/host/ehci*
10852
10853 USB GADGET/PERIPHERAL SUBSYSTEM
10854 M:      Felipe Balbi <balbi@ti.com>
10855 L:      linux-usb@vger.kernel.org
10856 W:      http://www.linux-usb.org/gadget
10857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10858 S:      Maintained
10859 F:      drivers/usb/gadget/
10860 F:      include/linux/usb/gadget*
10861
10862 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10863 M:      Jiri Kosina <jikos@kernel.org>
10864 L:      linux-usb@vger.kernel.org
10865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10866 S:      Maintained
10867 F:      Documentation/hid/hiddev.txt
10868 F:      drivers/hid/usbhid/
10869
10870 USB ISP116X DRIVER
10871 M:      Olav Kongas <ok@artecdesign.ee>
10872 L:      linux-usb@vger.kernel.org
10873 S:      Maintained
10874 F:      drivers/usb/host/isp116x*
10875 F:      include/linux/usb/isp116x.h
10876
10877 USB MASS STORAGE DRIVER
10878 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10879 L:      linux-usb@vger.kernel.org
10880 L:      usb-storage@lists.one-eyed-alien.net
10881 S:      Maintained
10882 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10883 F:      drivers/usb/storage/
10884
10885 USB MIDI DRIVER
10886 M:      Clemens Ladisch <clemens@ladisch.de>
10887 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10888 T:      git git://git.alsa-project.org/alsa-kernel.git
10889 S:      Maintained
10890 F:      sound/usb/midi.*
10891
10892 USB NETWORKING DRIVERS
10893 L:      linux-usb@vger.kernel.org
10894 S:      Odd Fixes
10895 F:      drivers/net/usb/
10896
10897 USB OHCI DRIVER
10898 M:      Alan Stern <stern@rowland.harvard.edu>
10899 L:      linux-usb@vger.kernel.org
10900 S:      Maintained
10901 F:      Documentation/usb/ohci.txt
10902 F:      drivers/usb/host/ohci*
10903
10904 USB OTG FSM (Finite State Machine)
10905 M:      Peter Chen <Peter.Chen@freescale.com>
10906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10907 L:      linux-usb@vger.kernel.org
10908 S:      Maintained
10909 F:      drivers/usb/common/usb-otg-fsm.c
10910
10911 USB OVER IP DRIVER
10912 M:      Valentina Manea <valentina.manea.m@gmail.com>
10913 M:      Shuah Khan <shuah.kh@samsung.com>
10914 L:      linux-usb@vger.kernel.org
10915 S:      Maintained
10916 F:      drivers/usb/usbip/
10917 F:      tools/usb/usbip/
10918
10919 USB PEGASUS DRIVER
10920 M:      Petko Manolov <petkan@nucleusys.com>
10921 L:      linux-usb@vger.kernel.org
10922 L:      netdev@vger.kernel.org
10923 T:      git git://github.com/petkan/pegasus.git
10924 W:      https://github.com/petkan/pegasus
10925 S:      Maintained
10926 F:      drivers/net/usb/pegasus.*
10927
10928 USB PHY LAYER
10929 M:      Felipe Balbi <balbi@ti.com>
10930 L:      linux-usb@vger.kernel.org
10931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10932 S:      Maintained
10933 F:      drivers/usb/phy/
10934
10935 USB PRINTER DRIVER (usblp)
10936 M:      Pete Zaitcev <zaitcev@redhat.com>
10937 L:      linux-usb@vger.kernel.org
10938 S:      Supported
10939 F:      drivers/usb/class/usblp.c
10940
10941 USB RTL8150 DRIVER
10942 M:      Petko Manolov <petkan@nucleusys.com>
10943 L:      linux-usb@vger.kernel.org
10944 L:      netdev@vger.kernel.org
10945 T:      git git://github.com/petkan/rtl8150.git
10946 W:      https://github.com/petkan/rtl8150
10947 S:      Maintained
10948 F:      drivers/net/usb/rtl8150.c
10949
10950 USB SERIAL SUBSYSTEM
10951 M:      Johan Hovold <johan@kernel.org>
10952 L:      linux-usb@vger.kernel.org
10953 S:      Maintained
10954 F:      Documentation/usb/usb-serial.txt
10955 F:      drivers/usb/serial/
10956 F:      include/linux/usb/serial.h
10957
10958 USB SMSC75XX ETHERNET DRIVER
10959 M:      Steve Glendinning <steve.glendinning@shawell.net>
10960 L:      netdev@vger.kernel.org
10961 S:      Maintained
10962 F:      drivers/net/usb/smsc75xx.*
10963
10964 USB SMSC95XX ETHERNET DRIVER
10965 M:      Steve Glendinning <steve.glendinning@shawell.net>
10966 L:      netdev@vger.kernel.org
10967 S:      Maintained
10968 F:      drivers/net/usb/smsc95xx.*
10969
10970 USB SUBSYSTEM
10971 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10972 L:      linux-usb@vger.kernel.org
10973 W:      http://www.linux-usb.org
10974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10975 S:      Supported
10976 F:      Documentation/usb/
10977 F:      drivers/usb/
10978 F:      include/linux/usb.h
10979 F:      include/linux/usb/
10980
10981 USB UHCI DRIVER
10982 M:      Alan Stern <stern@rowland.harvard.edu>
10983 L:      linux-usb@vger.kernel.org
10984 S:      Maintained
10985 F:      drivers/usb/host/uhci*
10986
10987 USB "USBNET" DRIVER FRAMEWORK
10988 M:      Oliver Neukum <oneukum@suse.com>
10989 L:      netdev@vger.kernel.org
10990 W:      http://www.linux-usb.org/usbnet
10991 S:      Maintained
10992 F:      drivers/net/usb/usbnet.c
10993 F:      include/linux/usb/usbnet.h
10994
10995 USB VIDEO CLASS
10996 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10997 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10998 L:      linux-media@vger.kernel.org
10999 T:      git git://linuxtv.org/media_tree.git
11000 W:      http://www.ideasonboard.org/uvc/
11001 S:      Maintained
11002 F:      drivers/media/usb/uvc/
11003 F:      include/uapi/linux/uvcvideo.h
11004
11005 USB VISION DRIVER
11006 M:      Hans Verkuil <hverkuil@xs4all.nl>
11007 L:      linux-media@vger.kernel.org
11008 T:      git git://linuxtv.org/media_tree.git
11009 W:      http://linuxtv.org
11010 S:      Odd Fixes
11011 F:      drivers/media/usb/usbvision/
11012
11013 USB WEBCAM GADGET
11014 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11015 L:      linux-usb@vger.kernel.org
11016 S:      Maintained
11017 F:      drivers/usb/gadget/function/*uvc*
11018 F:      drivers/usb/gadget/legacy/webcam.c
11019
11020 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11021 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11022 L:      linux-wireless@vger.kernel.org
11023 S:      Maintained
11024 F:      drivers/net/wireless/rndis_wlan.c
11025
11026 USB XHCI DRIVER
11027 M:      Mathias Nyman <mathias.nyman@intel.com>
11028 L:      linux-usb@vger.kernel.org
11029 S:      Supported
11030 F:      drivers/usb/host/xhci*
11031 F:      drivers/usb/host/pci-quirks*
11032
11033 USB ZD1201 DRIVER
11034 L:      linux-wireless@vger.kernel.org
11035 W:      http://linux-lc100020.sourceforge.net
11036 S:      Orphan
11037 F:      drivers/net/wireless/zd1201.*
11038
11039 USB ZR364XX DRIVER
11040 M:      Antoine Jacquet <royale@zerezo.com>
11041 L:      linux-usb@vger.kernel.org
11042 L:      linux-media@vger.kernel.org
11043 T:      git git://linuxtv.org/media_tree.git
11044 W:      http://royale.zerezo.com/zr364xx/
11045 S:      Maintained
11046 F:      Documentation/video4linux/zr364xx.txt
11047 F:      drivers/media/usb/zr364xx/
11048
11049 ULPI BUS
11050 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11051 L:      linux-usb@vger.kernel.org
11052 S:      Maintained
11053 F:      drivers/usb/common/ulpi.c
11054 F:      include/linux/ulpi/
11055
11056 USER-MODE LINUX (UML)
11057 M:      Jeff Dike <jdike@addtoit.com>
11058 M:      Richard Weinberger <richard@nod.at>
11059 L:      user-mode-linux-devel@lists.sourceforge.net
11060 L:      user-mode-linux-user@lists.sourceforge.net
11061 W:      http://user-mode-linux.sourceforge.net
11062 S:      Maintained
11063 F:      Documentation/virtual/uml/
11064 F:      arch/um/
11065 F:      arch/x86/um/
11066 F:      fs/hostfs/
11067 F:      fs/hppfs/
11068
11069 USERSPACE I/O (UIO)
11070 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11071 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11072 S:      Maintained
11073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11074 F:      Documentation/DocBook/uio-howto.tmpl
11075 F:      drivers/uio/
11076 F:      include/linux/uio*.h
11077
11078 UTIL-LINUX PACKAGE
11079 M:      Karel Zak <kzak@redhat.com>
11080 L:      util-linux@vger.kernel.org
11081 W:      http://en.wikipedia.org/wiki/Util-linux
11082 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11083 S:      Maintained
11084
11085 UVESAFB DRIVER
11086 M:      Michal Januszewski <spock@gentoo.org>
11087 L:      linux-fbdev@vger.kernel.org
11088 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11089 S:      Maintained
11090 F:      Documentation/fb/uvesafb.txt
11091 F:      drivers/video/fbdev/uvesafb.*
11092
11093 VFAT/FAT/MSDOS FILESYSTEM
11094 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11095 S:      Maintained
11096 F:      Documentation/filesystems/vfat.txt
11097 F:      fs/fat/
11098
11099 VFIO DRIVER
11100 M:      Alex Williamson <alex.williamson@redhat.com>
11101 L:      kvm@vger.kernel.org
11102 S:      Maintained
11103 F:      Documentation/vfio.txt
11104 F:      drivers/vfio/
11105 F:      include/linux/vfio.h
11106 F:      include/uapi/linux/vfio.h
11107
11108 VFIO PLATFORM DRIVER
11109 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11110 L:      kvm@vger.kernel.org
11111 S:      Maintained
11112 F:      drivers/vfio/platform/
11113
11114 VIDEOBUF2 FRAMEWORK
11115 M:      Pawel Osciak <pawel@osciak.com>
11116 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11117 M:      Kyungmin Park <kyungmin.park@samsung.com>
11118 L:      linux-media@vger.kernel.org
11119 S:      Maintained
11120 F:      drivers/media/v4l2-core/videobuf2-*
11121 F:      include/media/videobuf2-*
11122
11123 VIRTIO CONSOLE DRIVER
11124 M:      Amit Shah <amit.shah@redhat.com>
11125 L:      virtualization@lists.linux-foundation.org
11126 S:      Maintained
11127 F:      drivers/char/virtio_console.c
11128 F:      include/linux/virtio_console.h
11129 F:      include/uapi/linux/virtio_console.h
11130
11131 VIRTIO CORE, NET AND BLOCK DRIVERS
11132 M:      "Michael S. Tsirkin" <mst@redhat.com>
11133 L:      virtualization@lists.linux-foundation.org
11134 S:      Maintained
11135 F:      drivers/virtio/
11136 F:      tools/virtio/
11137 F:      drivers/net/virtio_net.c
11138 F:      drivers/block/virtio_blk.c
11139 F:      include/linux/virtio_*.h
11140 F:      include/uapi/linux/virtio_*.h
11141
11142 VIRTIO DRIVERS FOR S390
11143 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11144 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11145 L:      linux-s390@vger.kernel.org
11146 L:      virtualization@lists.linux-foundation.org
11147 L:      kvm@vger.kernel.org
11148 S:      Supported
11149 F:      drivers/s390/virtio/
11150
11151 VIRTIO GPU DRIVER
11152 M:      David Airlie <airlied@linux.ie>
11153 M:      Gerd Hoffmann <kraxel@redhat.com>
11154 L:      dri-devel@lists.freedesktop.org
11155 L:      virtualization@lists.linux-foundation.org
11156 S:      Maintained
11157 F:      drivers/gpu/drm/virtio/
11158 F:      include/uapi/linux/virtio_gpu.h
11159
11160 VIRTIO HOST (VHOST)
11161 M:      "Michael S. Tsirkin" <mst@redhat.com>
11162 L:      kvm@vger.kernel.org
11163 L:      virtualization@lists.linux-foundation.org
11164 L:      netdev@vger.kernel.org
11165 S:      Maintained
11166 F:      drivers/vhost/
11167 F:      include/uapi/linux/vhost.h
11168
11169 VIRTIO INPUT DRIVER
11170 M:      Gerd Hoffmann <kraxel@redhat.com>
11171 S:      Maintained
11172 F:      drivers/virtio/virtio_input.c
11173 F:      include/uapi/linux/virtio_input.h
11174
11175 VIA RHINE NETWORK DRIVER
11176 S:      Orphan
11177 F:      drivers/net/ethernet/via/via-rhine.c
11178
11179 VIA SD/MMC CARD CONTROLLER DRIVER
11180 M:      Bruce Chang <brucechang@via.com.tw>
11181 M:      Harald Welte <HaraldWelte@viatech.com>
11182 S:      Maintained
11183 F:      drivers/mmc/host/via-sdmmc.c
11184
11185 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11186 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11187 L:      linux-fbdev@vger.kernel.org
11188 S:      Maintained
11189 F:      include/linux/via-core.h
11190 F:      include/linux/via-gpio.h
11191 F:      include/linux/via_i2c.h
11192 F:      drivers/video/fbdev/via/
11193
11194 VIA VELOCITY NETWORK DRIVER
11195 M:      Francois Romieu <romieu@fr.zoreil.com>
11196 L:      netdev@vger.kernel.org
11197 S:      Maintained
11198 F:      drivers/net/ethernet/via/via-velocity.*
11199
11200 VIVID VIRTUAL VIDEO DRIVER
11201 M:      Hans Verkuil <hverkuil@xs4all.nl>
11202 L:      linux-media@vger.kernel.org
11203 T:      git git://linuxtv.org/media_tree.git
11204 W:      http://linuxtv.org
11205 S:      Maintained
11206 F:      drivers/media/platform/vivid/*
11207
11208 VLAN (802.1Q)
11209 M:      Patrick McHardy <kaber@trash.net>
11210 L:      netdev@vger.kernel.org
11211 S:      Maintained
11212 F:      drivers/net/macvlan.c
11213 F:      include/linux/if_*vlan.h
11214 F:      net/8021q/
11215
11216 VLYNQ BUS
11217 M:      Florian Fainelli <florian@openwrt.org>
11218 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11219 S:      Maintained
11220 F:      drivers/vlynq/vlynq.c
11221 F:      include/linux/vlynq.h
11222
11223 VME SUBSYSTEM
11224 M:      Martyn Welch <martyn@welchs.me.uk>
11225 M:      Manohar Vanga <manohar.vanga@gmail.com>
11226 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11227 L:      devel@driverdev.osuosl.org
11228 S:      Maintained
11229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11230 F:      Documentation/vme_api.txt
11231 F:      drivers/staging/vme/
11232 F:      drivers/vme/
11233 F:      include/linux/vme*
11234
11235 VMWARE HYPERVISOR INTERFACE
11236 M:      Alok Kataria <akataria@vmware.com>
11237 L:      virtualization@lists.linux-foundation.org
11238 S:      Supported
11239 F:      arch/x86/kernel/cpu/vmware.c
11240
11241 VMWARE BALLOON DRIVER
11242 M:      Xavier Deguillard <xdeguillard@vmware.com>
11243 M:      Philip Moltmann <moltmann@vmware.com>
11244 M:      "VMware, Inc." <pv-drivers@vmware.com>
11245 L:      linux-kernel@vger.kernel.org
11246 S:      Maintained
11247 F:      drivers/misc/vmw_balloon.c
11248
11249 VMWARE VMMOUSE SUBDRIVER
11250 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11251 M:      "VMware, Inc." <pv-drivers@vmware.com>
11252 L:      linux-input@vger.kernel.org
11253 S:      Maintained
11254 F:      drivers/input/mouse/vmmouse.c
11255 F:      drivers/input/mouse/vmmouse.h
11256
11257 VMWARE VMXNET3 ETHERNET DRIVER
11258 M:      Shrikrishna Khare <skhare@vmware.com>
11259 M:      "VMware, Inc." <pv-drivers@vmware.com>
11260 L:      netdev@vger.kernel.org
11261 S:      Maintained
11262 F:      drivers/net/vmxnet3/
11263
11264 VMware PVSCSI driver
11265 M:      Arvind Kumar <arvindkumar@vmware.com>
11266 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11267 L:      linux-scsi@vger.kernel.org
11268 S:      Maintained
11269 F:      drivers/scsi/vmw_pvscsi.c
11270 F:      drivers/scsi/vmw_pvscsi.h
11271
11272 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11273 M:      Liam Girdwood <lgirdwood@gmail.com>
11274 M:      Mark Brown <broonie@kernel.org>
11275 L:      linux-kernel@vger.kernel.org
11276 W:      http://www.slimlogic.co.uk/?p=48
11277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11278 S:      Supported
11279 F:      drivers/regulator/
11280 F:      include/linux/regulator/
11281
11282 VRF
11283 M:      David Ahern <dsa@cumulusnetworks.com>
11284 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11285 L:      netdev@vger.kernel.org
11286 S:      Maintained
11287 F:      drivers/net/vrf.c
11288 F:      include/net/vrf.h
11289 F:      Documentation/networking/vrf.txt
11290
11291 VT1211 HARDWARE MONITOR DRIVER
11292 M:      Juerg Haefliger <juergh@gmail.com>
11293 L:      lm-sensors@lm-sensors.org
11294 S:      Maintained
11295 F:      Documentation/hwmon/vt1211
11296 F:      drivers/hwmon/vt1211.c
11297
11298 VT8231 HARDWARE MONITOR DRIVER
11299 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11300 L:      lm-sensors@lm-sensors.org
11301 S:      Maintained
11302 F:      drivers/hwmon/vt8231.c
11303
11304 VUB300 USB to SDIO/SD/MMC bridge chip
11305 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11306 L:      linux-mmc@vger.kernel.org
11307 L:      linux-usb@vger.kernel.org
11308 S:      Supported
11309 F:      drivers/mmc/host/vub300.c
11310
11311 W1 DALLAS'S 1-WIRE BUS
11312 M:      Evgeniy Polyakov <zbr@ioremap.net>
11313 S:      Maintained
11314 F:      Documentation/w1/
11315 F:      drivers/w1/
11316
11317 W83791D HARDWARE MONITORING DRIVER
11318 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11319 L:      lm-sensors@lm-sensors.org
11320 S:      Maintained
11321 F:      Documentation/hwmon/w83791d
11322 F:      drivers/hwmon/w83791d.c
11323
11324 W83793 HARDWARE MONITORING DRIVER
11325 M:      Rudolf Marek <r.marek@assembler.cz>
11326 L:      lm-sensors@lm-sensors.org
11327 S:      Maintained
11328 F:      Documentation/hwmon/w83793
11329 F:      drivers/hwmon/w83793.c
11330
11331 W83795 HARDWARE MONITORING DRIVER
11332 M:      Jean Delvare <jdelvare@suse.com>
11333 L:      lm-sensors@lm-sensors.org
11334 S:      Maintained
11335 F:      drivers/hwmon/w83795.c
11336
11337 W83L51xD SD/MMC CARD INTERFACE DRIVER
11338 M:      Pierre Ossman <pierre@ossman.eu>
11339 S:      Maintained
11340 F:      drivers/mmc/host/wbsd.*
11341
11342 WACOM PROTOCOL 4 SERIAL TABLETS
11343 M:      Julian Squires <julian@cipht.net>
11344 M:      Hans de Goede <hdegoede@redhat.com>
11345 L:      linux-input@vger.kernel.org
11346 S:      Maintained
11347 F:      drivers/input/tablet/wacom_serial4.c
11348
11349 WATCHDOG DEVICE DRIVERS
11350 M:      Wim Van Sebroeck <wim@iguana.be>
11351 L:      linux-watchdog@vger.kernel.org
11352 W:      http://www.linux-watchdog.org/
11353 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11354 S:      Maintained
11355 F:      Documentation/watchdog/
11356 F:      drivers/watchdog/
11357 F:      include/linux/watchdog.h
11358 F:      include/uapi/linux/watchdog.h
11359
11360 WD7000 SCSI DRIVER
11361 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11362 L:      linux-scsi@vger.kernel.org
11363 S:      Maintained
11364 F:      drivers/scsi/wd7000.c
11365
11366 WIIMOTE HID DRIVER
11367 M:      David Herrmann <dh.herrmann@googlemail.com>
11368 L:      linux-input@vger.kernel.org
11369 S:      Maintained
11370 F:      drivers/hid/hid-wiimote*
11371
11372 WINBOND CIR DRIVER
11373 M:      David Härdeman <david@hardeman.nu>
11374 S:      Maintained
11375 F:      drivers/media/rc/winbond-cir.c
11376
11377 WIMAX STACK
11378 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11379 M:      linux-wimax@intel.com
11380 L:      wimax@linuxwimax.org (subscribers-only)
11381 S:      Supported
11382 W:      http://linuxwimax.org
11383 F:      Documentation/wimax/README.wimax
11384 F:      include/linux/wimax/debug.h
11385 F:      include/net/wimax.h
11386 F:      include/uapi/linux/wimax.h
11387 F:      net/wimax/
11388
11389 WISTRON LAPTOP BUTTON DRIVER
11390 M:      Miloslav Trmac <mitr@volny.cz>
11391 S:      Maintained
11392 F:      drivers/input/misc/wistron_btns.c
11393
11394 WL3501 WIRELESS PCMCIA CARD DRIVER
11395 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11396 L:      linux-wireless@vger.kernel.org
11397 W:      http://oops.ghostprotocols.net:81/blog
11398 S:      Maintained
11399 F:      drivers/net/wireless/wl3501*
11400
11401 WOLFSON MICROELECTRONICS DRIVERS
11402 L:      patches@opensource.wolfsonmicro.com
11403 T:      git https://github.com/CirrusLogic/linux-drivers.git
11404 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11405 S:      Supported
11406 F:      Documentation/hwmon/wm83??
11407 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11408 F:      drivers/clk/clk-wm83*.c
11409 F:      drivers/extcon/extcon-arizona.c
11410 F:      drivers/leds/leds-wm83*.c
11411 F:      drivers/gpio/gpio-*wm*.c
11412 F:      drivers/gpio/gpio-arizona.c
11413 F:      drivers/hwmon/wm83??-hwmon.c
11414 F:      drivers/input/misc/wm831x-on.c
11415 F:      drivers/input/touchscreen/wm831x-ts.c
11416 F:      drivers/input/touchscreen/wm97*.c
11417 F:      drivers/mfd/arizona*
11418 F:      drivers/mfd/wm*.c
11419 F:      drivers/power/wm83*.c
11420 F:      drivers/rtc/rtc-wm83*.c
11421 F:      drivers/regulator/wm8*.c
11422 F:      drivers/video/backlight/wm83*_bl.c
11423 F:      drivers/watchdog/wm83*_wdt.c
11424 F:      include/linux/mfd/arizona/
11425 F:      include/linux/mfd/wm831x/
11426 F:      include/linux/mfd/wm8350/
11427 F:      include/linux/mfd/wm8400*
11428 F:      include/linux/wm97xx.h
11429 F:      include/sound/wm????.h
11430 F:      sound/soc/codecs/arizona.?
11431 F:      sound/soc/codecs/wm*
11432
11433 WORKQUEUE
11434 M:      Tejun Heo <tj@kernel.org>
11435 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11437 S:      Maintained
11438 F:      include/linux/workqueue.h
11439 F:      kernel/workqueue.c
11440 F:      Documentation/workqueue.txt
11441
11442 X.25 NETWORK LAYER
11443 M:      Andrew Hendry <andrew.hendry@gmail.com>
11444 L:      linux-x25@vger.kernel.org
11445 S:      Odd Fixes
11446 F:      Documentation/networking/x25*
11447 F:      include/net/x25*
11448 F:      net/x25/
11449
11450 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11451 M:      Thomas Gleixner <tglx@linutronix.de>
11452 M:      Ingo Molnar <mingo@redhat.com>
11453 M:      "H. Peter Anvin" <hpa@zytor.com>
11454 M:      x86@kernel.org
11455 L:      linux-kernel@vger.kernel.org
11456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11457 S:      Maintained
11458 F:      Documentation/x86/
11459 F:      arch/x86/
11460
11461 X86 PLATFORM DRIVERS
11462 M:      Darren Hart <dvhart@infradead.org>
11463 L:      platform-driver-x86@vger.kernel.org
11464 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11465 S:      Maintained
11466 F:      drivers/platform/x86/
11467
11468 X86 MCE INFRASTRUCTURE
11469 M:      Tony Luck <tony.luck@intel.com>
11470 M:      Borislav Petkov <bp@alien8.de>
11471 L:      linux-edac@vger.kernel.org
11472 S:      Maintained
11473 F:      arch/x86/kernel/cpu/mcheck/*
11474
11475 X86 VDSO
11476 M:      Andy Lutomirski <luto@amacapital.net>
11477 L:      linux-kernel@vger.kernel.org
11478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11479 S:      Maintained
11480 F:      arch/x86/entry/vdso/
11481
11482 XC2028/3028 TUNER DRIVER
11483 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11484 L:      linux-media@vger.kernel.org
11485 W:      http://linuxtv.org
11486 T:      git git://linuxtv.org/media_tree.git
11487 S:      Maintained
11488 F:      drivers/media/tuners/tuner-xc2028.*
11489
11490 XEN HYPERVISOR INTERFACE
11491 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11492 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11493 M:      David Vrabel <david.vrabel@citrix.com>
11494 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11496 S:      Supported
11497 F:      arch/x86/xen/
11498 F:      drivers/*/xen-*front.c
11499 F:      drivers/xen/
11500 F:      arch/x86/include/asm/xen/
11501 F:      include/xen/
11502 F:      include/uapi/xen/
11503
11504 XEN HYPERVISOR ARM
11505 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11506 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11507 S:      Supported
11508 F:      arch/arm/xen/
11509 F:      arch/arm/include/asm/xen/
11510
11511 XEN HYPERVISOR ARM64
11512 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11513 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11514 S:      Supported
11515 F:      arch/arm64/xen/
11516 F:      arch/arm64/include/asm/xen/
11517
11518 XEN NETWORK BACKEND DRIVER
11519 M:      Ian Campbell <ian.campbell@citrix.com>
11520 M:      Wei Liu <wei.liu2@citrix.com>
11521 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11522 L:      netdev@vger.kernel.org
11523 S:      Supported
11524 F:      drivers/net/xen-netback/*
11525
11526 XEN PCI SUBSYSTEM
11527 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11528 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11529 S:      Supported
11530 F:      arch/x86/pci/*xen*
11531 F:      drivers/pci/*xen*
11532
11533 XEN BLOCK SUBSYSTEM
11534 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11535 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11536 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11537 S:      Supported
11538 F:      drivers/block/xen-blkback/*
11539 F:      drivers/block/xen*
11540
11541 XEN PVSCSI DRIVERS
11542 M:      Juergen Gross <jgross@suse.com>
11543 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11544 L:      linux-scsi@vger.kernel.org
11545 S:      Supported
11546 F:      drivers/scsi/xen-scsifront.c
11547 F:      drivers/xen/xen-scsiback.c
11548 F:      include/xen/interface/io/vscsiif.h
11549
11550 XEN SWIOTLB SUBSYSTEM
11551 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11552 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11553 S:      Supported
11554 F:      arch/x86/xen/*swiotlb*
11555 F:      drivers/xen/*swiotlb*
11556
11557 XFS FILESYSTEM
11558 P:      Silicon Graphics Inc
11559 M:      Dave Chinner <david@fromorbit.com>
11560 M:      xfs@oss.sgi.com
11561 L:      xfs@oss.sgi.com
11562 W:      http://oss.sgi.com/projects/xfs
11563 T:      git git://oss.sgi.com/xfs/xfs.git
11564 S:      Supported
11565 F:      Documentation/filesystems/xfs.txt
11566 F:      fs/xfs/
11567
11568 XILINX AXI ETHERNET DRIVER
11569 M:      Anirudha Sarangi <anirudh@xilinx.com>
11570 M:      John Linn <John.Linn@xilinx.com>
11571 S:      Maintained
11572 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11573
11574 XILINX UARTLITE SERIAL DRIVER
11575 M:      Peter Korsgaard <jacmet@sunsite.dk>
11576 L:      linux-serial@vger.kernel.org
11577 S:      Maintained
11578 F:      drivers/tty/serial/uartlite.c
11579
11580 XILINX VIDEO IP CORES
11581 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11582 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11583 L:      linux-media@vger.kernel.org
11584 T:      git git://linuxtv.org/media_tree.git
11585 S:      Supported
11586 F:      Documentation/devicetree/bindings/media/xilinx/
11587 F:      drivers/media/platform/xilinx/
11588 F:      include/uapi/linux/xilinx-v4l2-controls.h
11589
11590 XILLYBUS DRIVER
11591 M:      Eli Billauer <eli.billauer@gmail.com>
11592 L:      linux-kernel@vger.kernel.org
11593 S:      Supported
11594 F:      drivers/char/xillybus/
11595
11596 XTENSA XTFPGA PLATFORM SUPPORT
11597 M:      Max Filippov <jcmvbkbc@gmail.com>
11598 L:      linux-xtensa@linux-xtensa.org
11599 S:      Maintained
11600 F:      drivers/spi/spi-xtensa-xtfpga.c
11601 F:      sound/soc/xtensa/xtfpga-i2s.c
11602
11603 YAM DRIVER FOR AX.25
11604 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11605 L:      linux-hams@vger.kernel.org
11606 S:      Maintained
11607 F:      drivers/net/hamradio/yam*
11608 F:      include/linux/yam.h
11609
11610 YEALINK PHONE DRIVER
11611 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11612 L:      usbb2k-api-dev@nongnu.org
11613 S:      Maintained
11614 F:      Documentation/input/yealink.txt
11615 F:      drivers/input/misc/yealink.*
11616
11617 Z8530 DRIVER FOR AX.25
11618 M:      Joerg Reuter <jreuter@yaina.de>
11619 W:      http://yaina.de/jreuter/
11620 W:      http://www.qsl.net/dl1bke/
11621 L:      linux-hams@vger.kernel.org
11622 S:      Maintained
11623 F:      Documentation/networking/z8530drv.txt
11624 F:      drivers/net/hamradio/*scc.c
11625 F:      drivers/net/hamradio/z8530.h
11626
11627 ZBUD COMPRESSED PAGE ALLOCATOR
11628 M:      Seth Jennings <sjennings@variantweb.net>
11629 L:      linux-mm@kvack.org
11630 S:      Maintained
11631 F:      mm/zbud.c
11632 F:      include/linux/zbud.h
11633
11634 ZD1211RW WIRELESS DRIVER
11635 M:      Daniel Drake <dsd@gentoo.org>
11636 M:      Ulrich Kunitz <kune@deine-taler.de>
11637 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11638 L:      linux-wireless@vger.kernel.org
11639 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11640 S:      Maintained
11641 F:      drivers/net/wireless/zd1211rw/
11642
11643 ZPOOL COMPRESSED PAGE STORAGE API
11644 M:      Dan Streetman <ddstreet@ieee.org>
11645 L:      linux-mm@kvack.org
11646 S:      Maintained
11647 F:      mm/zpool.c
11648 F:      include/linux/zpool.h
11649
11650 ZR36067 VIDEO FOR LINUX DRIVER
11651 L:      mjpeg-users@lists.sourceforge.net
11652 L:      linux-media@vger.kernel.org
11653 W:      http://mjpeg.sourceforge.net/driver-zoran/
11654 T:      hg http://linuxtv.org/hg/v4l-dvb
11655 S:      Odd Fixes
11656 F:      drivers/media/pci/zoran/
11657
11658 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11659 M:      Minchan Kim <minchan@kernel.org>
11660 M:      Nitin Gupta <ngupta@vflare.org>
11661 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11662 L:      linux-kernel@vger.kernel.org
11663 S:      Maintained
11664 F:      drivers/block/zram/
11665 F:      Documentation/blockdev/zram.txt
11666
11667 ZS DECSTATION Z85C30 SERIAL DRIVER
11668 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11669 S:      Maintained
11670 F:      drivers/tty/serial/zs.*
11671
11672 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11673 M:      Minchan Kim <minchan@kernel.org>
11674 M:      Nitin Gupta <ngupta@vflare.org>
11675 L:      linux-mm@kvack.org
11676 S:      Maintained
11677 F:      mm/zsmalloc.c
11678 F:      include/linux/zsmalloc.h
11679 F:      Documentation/vm/zsmalloc.txt
11680
11681 ZSWAP COMPRESSED SWAP CACHING
11682 M:      Seth Jennings <sjennings@variantweb.net>
11683 L:      linux-mm@kvack.org
11684 S:      Maintained
11685 F:      mm/zswap.c
11686
11687 THE REST
11688 M:      Linus Torvalds <torvalds@linux-foundation.org>
11689 L:      linux-kernel@vger.kernel.org
11690 Q:      http://patchwork.kernel.org/project/LKML/list/
11691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11692 S:      Buried alive in reporters
11693 F:      *
11694 F:      */