]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
crypto: x86/sha - Restructure x86 sha256 glue code to expose all the available sha256...
[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 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
619 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
620 S:      Supported
621 F:      drivers/usb/gadget/udc/amd5536udc.*
622
623 AMD GEODE PROCESSOR/CHIPSET SUPPORT
624 P:      Andres Salomon <dilinger@queued.net>
625 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
626 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
627 S:      Supported
628 F:      drivers/char/hw_random/geode-rng.c
629 F:      drivers/crypto/geode*
630 F:      drivers/video/fbdev/geode/
631 F:      arch/x86/include/asm/geode.h
632
633 AMD IOMMU (AMD-VI)
634 M:      Joerg Roedel <joro@8bytes.org>
635 L:      iommu@lists.linux-foundation.org
636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
637 S:      Maintained
638 F:      drivers/iommu/amd_iommu*.[ch]
639 F:      include/linux/amd-iommu.h
640
641 AMD KFD
642 M:      Oded Gabbay <oded.gabbay@gmail.com>
643 L:      dri-devel@lists.freedesktop.org
644 T:      git git://people.freedesktop.org/~gabbayo/linux.git
645 S:      Supported
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
649 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
650 F:      drivers/gpu/drm/amd/amdkfd/
651 F:      drivers/gpu/drm/amd/include/cik_structs.h
652 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
653 F:      drivers/gpu/drm/amd/include/vi_structs.h
654 F:      drivers/gpu/drm/radeon/radeon_kfd.c
655 F:      drivers/gpu/drm/radeon/radeon_kfd.h
656 F:      include/uapi/linux/kfd_ioctl.h
657
658 AMD MICROCODE UPDATE SUPPORT
659 M:      Borislav Petkov <bp@alien8.de>
660 S:      Maintained
661 F:      arch/x86/kernel/cpu/microcode/amd*
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARM MFM AND FLOPPY DRIVERS
812 M:      Ian Molton <spyro@f2s.com>
813 S:      Maintained
814 F:      arch/arm/lib/floppydma.S
815 F:      arch/arm/include/asm/floppy.h
816
817 ARM PMU PROFILING AND DEBUGGING
818 M:      Will Deacon <will.deacon@arm.com>
819 S:      Maintained
820 F:      arch/arm/kernel/perf_*
821 F:      arch/arm/oprofile/common.c
822 F:      arch/arm/kernel/hw_breakpoint.c
823 F:      arch/arm/include/asm/hw_breakpoint.h
824 F:      arch/arm/include/asm/perf_event.h
825 F:      drivers/perf/arm_pmu.c
826 F:      include/linux/perf/arm_pmu.h
827
828 ARM PORT
829 M:      Russell King <linux@arm.linux.org.uk>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 W:      http://www.arm.linux.org.uk/
832 S:      Maintained
833 F:      arch/arm/
834
835 ARM SUB-ARCHITECTURES
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 S:      Maintained
838 F:      arch/arm/mach-*/
839 F:      arch/arm/plat-*/
840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
841
842 ARM PRIMECELL AACI PL041 DRIVER
843 M:      Russell King <linux@arm.linux.org.uk>
844 S:      Maintained
845 F:      sound/arm/aaci.*
846
847 ARM PRIMECELL CLCD PL110 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/video/fbdev/amba-clcd.*
851
852 ARM PRIMECELL KMI PL050 DRIVER
853 M:      Russell King <linux@arm.linux.org.uk>
854 S:      Maintained
855 F:      drivers/input/serio/ambakmi.*
856 F:      include/linux/amba/kmi.h
857
858 ARM PRIMECELL MMCI PL180/1 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/mmc/host/mmci.*
862 F:      include/linux/amba/mmci.h
863
864 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
865 M:      Russell King <linux@arm.linux.org.uk>
866 S:      Maintained
867 F:      drivers/tty/serial/amba-pl01*.c
868 F:      include/linux/amba/serial.h
869
870 ARM PRIMECELL BUS SUPPORT
871 M:      Russell King <linux@arm.linux.org.uk>
872 S:      Maintained
873 F:      drivers/amba/
874 F:      include/linux/amba/bus.h
875
876 ARM/ADS SPHERE MACHINE SUPPORT
877 M:      Lennert Buytenhek <kernel@wantstofly.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
880
881 ARM/AFEB9260 MACHINE SUPPORT
882 M:      Sergey Lapin <slapin@ossfans.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885
886 ARM/AJECO 1ARM MACHINE SUPPORT
887 M:      Lennert Buytenhek <kernel@wantstofly.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890
891 ARM/Allwinner A1X SoC support
892 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
894 S:      Maintained
895 N:      sun[x4567]i
896
897 ARM/Allwinner SoC Clock Support
898 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
899 S:      Maintained
900 F:      drivers/clk/sunxi/
901
902 ARM/Amlogic MesonX SoC support
903 M:      Carlo Caione <carlo@caione.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      drivers/media/rc/meson-ir.c
907 N:      meson[x68]
908
909 ARM/Annapurna Labs ALPINE ARCHITECTURE
910 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
911 S:      Maintained
912 F:      arch/arm/mach-alpine/
913
914 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
916 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
917 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 W:      http://www.linux4sam.org
920 S:      Supported
921 F:      arch/arm/mach-at91/
922 F:      include/soc/at91/
923 F:      arch/arm/boot/dts/at91*.dts
924 F:      arch/arm/boot/dts/at91*.dtsi
925 F:      arch/arm/boot/dts/sama*.dts
926 F:      arch/arm/boot/dts/sama*.dtsi
927 F:      arch/arm/include/debug/at91.S
928
929 ARM/ATMEL AT91 Clock Support
930 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
931 S:      Maintained
932 F:      drivers/clk/at91
933
934 ARM/CALXEDA HIGHBANK ARCHITECTURE
935 M:      Rob Herring <robh@kernel.org>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 S:      Maintained
938 F:      arch/arm/mach-highbank/
939
940 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
941 M:      Krzysztof Halasa <khalasa@piap.pl>
942 S:      Maintained
943 F:      arch/arm/mach-cns3xxx/
944
945 ARM/CAVIUM THUNDER NETWORK DRIVER
946 M:      Sunil Goutham <sgoutham@cavium.com>
947 M:      Robert Richter <rric@kernel.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Supported
950 F:      drivers/net/ethernet/cavium/thunder/
951
952 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
953 M:      Alexander Shiyan <shc_work@mail.ru>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Odd Fixes
956 N:      clps711x
957
958 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
959 M:      Hartley Sweeten <hsweeten@visionengravers.com>
960 M:      Ryan Mallon <rmallon@gmail.com>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Maintained
963 F:      arch/arm/mach-ep93xx/
964 F:      arch/arm/mach-ep93xx/include/mach/
965
966 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
967 M:      Lennert Buytenhek <kernel@wantstofly.org>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970
971 ARM/CLKDEV SUPPORT
972 M:      Russell King <linux@arm.linux.org.uk>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S:      Maintained
975 F:      arch/arm/include/asm/clkdev.h
976 F:      drivers/clk/clkdev.c
977
978 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
979 M:      Mike Rapoport <mike@compulab.co.il>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982
983 ARM/CONTEC MICRO9 MACHINE SUPPORT
984 M:      Hubert Feurstein <hubert.feurstein@contec.at>
985 S:      Maintained
986 F:      arch/arm/mach-ep93xx/micro9.c
987
988 ARM/CORESIGHT FRAMEWORK AND DRIVERS
989 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 F:      drivers/hwtracing/coresight/*
993 F:      Documentation/trace/coresight.txt
994 F:      Documentation/devicetree/bindings/arm/coresight.txt
995 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
996
997 ARM/CORGI MACHINE SUPPORT
998 M:      Richard Purdie <rpurdie@rpsys.net>
999 S:      Maintained
1000
1001 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1002 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 T:      git git://github.com/ulli-kroll/linux.git
1005 S:      Maintained
1006 F:      arch/arm/mach-gemini/
1007 F:      drivers/rtc/rtc-gemini.c
1008
1009 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1010 M:      Barry Song <baohua@kernel.org>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1013 S:      Maintained
1014 F:      arch/arm/mach-prima2/
1015 F:      drivers/clk/sirf/
1016 F:      drivers/clocksource/timer-prima2.c
1017 F:      drivers/clocksource/timer-atlas7.c
1018 N:      [^a-z]sirf
1019
1020 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1021 M:      Baruch Siach <baruch@tkos.co.il>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 F:      arch/arm/boot/dts/cx92755*
1025 N:      digicolor
1026
1027 ARM/EBSA110 MACHINE SUPPORT
1028 M:      Russell King <linux@arm.linux.org.uk>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 W:      http://www.arm.linux.org.uk/
1031 S:      Maintained
1032 F:      arch/arm/mach-ebsa110/
1033 F:      drivers/net/ethernet/amd/am79c961a.*
1034
1035 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1036 M:      Uwe Kleine-König <kernel@pengutronix.de>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039 N:      efm32
1040
1041 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1042 M:      Daniel Ribeiro <drwyrm@gmail.com>
1043 M:      Stefan Schmidt <stefan@openezx.org>
1044 M:      Harald Welte <laforge@openezx.org>
1045 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1046 W:      http://www.openezx.org/
1047 S:      Maintained
1048 T:      topgit git://git.openezx.org/openezx.git
1049 F:      arch/arm/mach-pxa/ezx.c
1050
1051 ARM/FARADAY FA526 PORT
1052 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 T:      git git://git.berlios.de/gemini-board
1056 F:      arch/arm/mm/*-fa*
1057
1058 ARM/FOOTBRIDGE ARCHITECTURE
1059 M:      Russell King <linux@arm.linux.org.uk>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 W:      http://www.arm.linux.org.uk/
1062 S:      Maintained
1063 F:      arch/arm/include/asm/hardware/dec21285.h
1064 F:      arch/arm/mach-footbridge/
1065
1066 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1067 M:      Shawn Guo <shawnguo@kernel.org>
1068 M:      Sascha Hauer <kernel@pengutronix.de>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1072 F:      arch/arm/mach-imx/
1073 F:      arch/arm/mach-mxs/
1074 F:      arch/arm/boot/dts/imx*
1075 F:      arch/arm/configs/imx*_defconfig
1076 F:      drivers/clk/imx/
1077 F:      include/soc/imx/
1078
1079 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1080 M:      Shawn Guo <shawnguo@kernel.org>
1081 M:      Sascha Hauer <kernel@pengutronix.de>
1082 R:      Stefan Agner <stefan@agner.ch>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1086 F:      arch/arm/mach-imx/*vf610*
1087 F:      arch/arm/boot/dts/vf*
1088
1089 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1090 M:      Lennert Buytenhek <kernel@wantstofly.org>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093
1094 ARM/GUMSTIX MACHINE SUPPORT
1095 M:      Steve Sakoman <sakoman@gmail.com>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098
1099 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1100 M:      Philipp Zabel <philipp.zabel@gmail.com>
1101 M:      Paul Parsons <lost.distance@yahoo.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104 F:      arch/arm/mach-pxa/hx4700.c
1105 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1106 F:      sound/soc/pxa/hx4700.c
1107
1108 ARM/HISILICON SOC SUPPORT
1109 M:      Wei Xu <xuwei5@hisilicon.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 W:      http://www.hisilicon.com
1112 S:      Supported
1113 T:      git git://github.com/hisilicon/linux-hisi.git
1114 F:      arch/arm/mach-hisi/
1115
1116 ARM/HP JORNADA 7XX MACHINE SUPPORT
1117 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1118 W:      www.jlime.com
1119 S:      Maintained
1120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1121 F:      arch/arm/mach-sa1100/jornada720.c
1122 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1123
1124 ARM/IGEP MACHINE SUPPORT
1125 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1126 M:      Javier Martinez Canillas <javier@dowhile0.org>
1127 L:      linux-omap@vger.kernel.org
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130 F:      arch/arm/boot/dts/omap3-igep*
1131
1132 ARM/INCOME PXA270 SUPPORT
1133 M:      Marek Vasut <marek.vasut@gmail.com>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1137
1138 ARM/INTEL IOP32X ARM ARCHITECTURE
1139 M:      Lennert Buytenhek <kernel@wantstofly.org>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142
1143 ARM/INTEL IOP33X ARM ARCHITECTURE
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Orphan
1146
1147 ARM/INTEL IOP13XX ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IQ81342EX MACHINE SUPPORT
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/INTEL IXDP2850 MACHINE SUPPORT
1158 M:      Lennert Buytenhek <kernel@wantstofly.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161
1162 ARM/INTEL IXP4XX ARM ARCHITECTURE
1163 M:      Imre Kaloz <kaloz@openwrt.org>
1164 M:      Krzysztof Halasa <khalasa@piap.pl>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167 F:      arch/arm/mach-ixp4xx/
1168
1169 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1170 M:      Jonathan Cameron <jic23@cam.ac.uk>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-pxa/stargate2.c
1174 F:      drivers/pcmcia/pxa2xx_stargate2.c
1175
1176 ARM/INTEL XSC3 (MANZANO) ARM CORE
1177 M:      Lennert Buytenhek <kernel@wantstofly.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180
1181 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1182 M:      Lennert Buytenhek <kernel@wantstofly.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185
1186 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1187 M:      Santosh Shilimkar <ssantosh@kernel.org>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S:      Maintained
1190 F:      arch/arm/mach-keystone/
1191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1192
1193 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-kernel@vger.kernel.org
1196 S:      Maintained
1197 F:      drivers/clk/keystone/
1198
1199 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1200 M:      Santosh Shilimkar <ssantosh@kernel.org>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clocksource/timer-keystone.c
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-kernel@vger.kernel.org
1209 S:      Maintained
1210 F:      drivers/power/reset/keystone-reset.c
1211
1212 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1213 M:      Santosh Shilimkar <ssantosh@kernel.org>
1214 L:      linux-kernel@vger.kernel.org
1215 S:      Maintained
1216 F:      drivers/memory/*emif*
1217
1218 ARM/LOGICPD PXA270 MACHINE SUPPORT
1219 M:      Lennert Buytenhek <kernel@wantstofly.org>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222
1223 ARM/LPC18XX ARCHITECTURE
1224 M:      Joachim Eastwood <manabian@gmail.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 N:      lpc18xx
1228
1229 ARM/MAGICIAN MACHINE SUPPORT
1230 M:      Philipp Zabel <philipp.zabel@gmail.com>
1231 S:      Maintained
1232
1233 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1234 M:      Jason Cooper <jason@lakedaemon.net>
1235 M:      Andrew Lunn <andrew@lunn.ch>
1236 M:      Gregory Clement <gregory.clement@free-electrons.com>
1237 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S:      Maintained
1240 F:      arch/arm/mach-mvebu/
1241 F:      drivers/rtc/rtc-armada38x.c
1242 F:      arch/arm/boot/dts/armada*
1243 F:      arch/arm/boot/dts/kirkwood*
1244
1245
1246 ARM/Marvell Berlin SoC support
1247 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-berlin/
1251 F:      arch/arm/boot/dts/berlin*
1252
1253
1254 ARM/Marvell Dove/MV78xx0/Orion SOC support
1255 M:      Jason Cooper <jason@lakedaemon.net>
1256 M:      Andrew Lunn <andrew@lunn.ch>
1257 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1258 M:      Gregory Clement <gregory.clement@free-electrons.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261 F:      arch/arm/mach-dove/
1262 F:      arch/arm/mach-mv78xx0/
1263 F:      arch/arm/mach-orion5x/
1264 F:      arch/arm/plat-orion/
1265 F:      arch/arm/boot/dts/dove*
1266 F:      arch/arm/boot/dts/orion5x*
1267
1268
1269 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1270 M:      Alexander Clouter <alex@digriz.org.uk>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 W:      http://www.digriz.org.uk/ts78xx/kernel
1273 S:      Maintained
1274 F:      arch/arm/mach-orion5x/ts78xx-*
1275
1276 ARM/Mediatek RTC DRIVER
1277 M:      Eddie Huang <eddie.huang@mediatek.com>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281 F:      drivers/rtc/rtc-mt6397.c
1282
1283 ARM/Mediatek SoC support
1284 M:      Matthias Brugger <matthias.bgg@gmail.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      arch/arm/boot/dts/mt6*
1289 F:      arch/arm/boot/dts/mt8*
1290 F:      arch/arm/mach-mediatek/
1291 N:      mtk
1292 K:      mediatek
1293
1294 ARM/MICREL KS8695 ARCHITECTURE
1295 M:      Greg Ungerer <gerg@uclinux.org>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 F:      arch/arm/mach-ks8695/
1298 S:      Odd Fixes
1299
1300 ARM/MIOA701 MACHINE SUPPORT
1301 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 F:      arch/arm/mach-pxa/mioa701.c
1304 S:      Maintained
1305
1306 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1307 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1308 S:      Maintained
1309
1310 ARM/NOMADIK ARCHITECTURE
1311 M:      Alessandro Rubini <rubini@unipv.it>
1312 M:      Linus Walleij <linus.walleij@linaro.org>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 S:      Maintained
1315 F:      arch/arm/mach-nomadik/
1316 F:      drivers/pinctrl/nomadik/
1317 F:      drivers/i2c/busses/i2c-nomadik.c
1318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1319
1320 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1321 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1322 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1323 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1324 S:      Supported
1325
1326 ARM/TOSA MACHINE SUPPORT
1327 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1328 M:      Dirk Opfer <dirk@opfer-online.de>
1329 S:      Maintained
1330
1331 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1332 M:      Marek Vasut <marek.vasut@gmail.com>
1333 L:      linux-arm-kernel@lists.infradead.org
1334 W:      http://hackndev.com
1335 S:      Maintained
1336 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1337 F:      arch/arm/mach-pxa/palmtx.c
1338 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1339 F:      arch/arm/mach-pxa/palmt5.c
1340 F:      arch/arm/mach-pxa/include/mach/palmld.h
1341 F:      arch/arm/mach-pxa/palmld.c
1342 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1343 F:      arch/arm/mach-pxa/palmte2.c
1344 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1345 F:      arch/arm/mach-pxa/palmtc.c
1346
1347 ARM/PALM TREO SUPPORT
1348 M:      Tomas Cech <sleep_walker@suse.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1353 F:      arch/arm/mach-pxa/palmtreo.c
1354
1355 ARM/PALMZ72 SUPPORT
1356 M:      Sergey Lapin <slapin@ossfans.org>
1357 L:      linux-arm-kernel@lists.infradead.org
1358 W:      http://hackndev.com
1359 S:      Maintained
1360 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1361 F:      arch/arm/mach-pxa/palmz72.c
1362
1363 ARM/PLEB SUPPORT
1364 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1365 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1366 S:      Maintained
1367
1368 ARM/PT DIGITAL BOARD PORT
1369 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 W:      http://www.arm.linux.org.uk/
1372 S:      Maintained
1373
1374 ARM/QUALCOMM SUPPORT
1375 M:      Kumar Gala <galak@codeaurora.org>
1376 M:      Andy Gross <agross@codeaurora.org>
1377 M:      David Brown <davidb@codeaurora.org>
1378 L:      linux-arm-msm@vger.kernel.org
1379 L:      linux-soc@vger.kernel.org
1380 S:      Maintained
1381 F:      arch/arm/mach-qcom/
1382 F:      drivers/soc/qcom/
1383 F:      drivers/tty/serial/msm_serial.h
1384 F:      drivers/tty/serial/msm_serial.c
1385 F:      drivers/*/pm8???-*
1386 F:      drivers/mfd/ssbi.c
1387 F:      drivers/firmware/qcom_scm.c
1388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1389
1390 ARM/RADISYS ENP2611 MACHINE SUPPORT
1391 M:      Lennert Buytenhek <kernel@wantstofly.org>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394
1395 ARM/RISCPC ARCHITECTURE
1396 M:      Russell King <linux@arm.linux.org.uk>
1397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1398 W:      http://www.arm.linux.org.uk/
1399 S:      Maintained
1400 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1401 F:      arch/arm/include/asm/hardware/ioc.h
1402 F:      arch/arm/include/asm/hardware/iomd.h
1403 F:      arch/arm/include/asm/hardware/memc.h
1404 F:      arch/arm/mach-rpc/
1405 F:      drivers/net/ethernet/8390/etherh.c
1406 F:      drivers/net/ethernet/i825xx/ether1*
1407 F:      drivers/net/ethernet/seeq/ether3*
1408 F:      drivers/scsi/arm/
1409
1410 ARM/Rockchip SoC support
1411 M:      Heiko Stuebner <heiko@sntech.de>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 L:      linux-rockchip@lists.infradead.org
1414 S:      Maintained
1415 F:      arch/arm/boot/dts/rk3*
1416 F:      arch/arm/mach-rockchip/
1417 F:      drivers/clk/rockchip/
1418 F:      drivers/i2c/busses/i2c-rk3x.c
1419 F:      drivers/*/*rockchip*
1420 F:      drivers/*/*/*rockchip*
1421 F:      sound/soc/rockchip/
1422 N:      rockchip
1423
1424 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1425 M:      Kukjin Kim <kgene@kernel.org>
1426 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1427 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1429 S:      Maintained
1430 F:      arch/arm/boot/dts/s3c*
1431 F:      arch/arm/boot/dts/exynos*
1432 F:      arch/arm64/boot/dts/exynos/
1433 F:      arch/arm/plat-samsung/
1434 F:      arch/arm/mach-s3c24*/
1435 F:      arch/arm/mach-s3c64xx/
1436 F:      arch/arm/mach-s5p*/
1437 F:      arch/arm/mach-exynos*/
1438 F:      drivers/*/*s3c2410*
1439 F:      drivers/*/*/*s3c2410*
1440 F:      drivers/spi/spi-s3c*
1441 F:      sound/soc/samsung/*
1442 N:      exynos
1443
1444 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1445 M:      Kyungmin Park <kyungmin.park@samsung.com>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 S:      Maintained
1448 F:      arch/arm/mach-s5pv210/
1449
1450 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1451 M:      Kyungmin Park <kyungmin.park@samsung.com>
1452 M:      Kamil Debski <k.debski@samsung.com>
1453 L:      linux-arm-kernel@lists.infradead.org
1454 L:      linux-media@vger.kernel.org
1455 S:      Maintained
1456 F:      drivers/media/platform/s5p-g2d/
1457
1458 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1459 M:      Kyungmin Park <kyungmin.park@samsung.com>
1460 M:      Kamil Debski <k.debski@samsung.com>
1461 M:      Jeongtae Park <jtp.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org
1463 L:      linux-media@vger.kernel.org
1464 S:      Maintained
1465 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1466 F:      drivers/media/platform/s5p-mfc/
1467
1468 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1469 M:      Kyungmin Park <kyungmin.park@samsung.com>
1470 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1471 L:      linux-arm-kernel@lists.infradead.org
1472 L:      linux-media@vger.kernel.org
1473 S:      Maintained
1474 F:      drivers/media/platform/s5p-tv/
1475
1476 ARM/SHMOBILE ARM ARCHITECTURE
1477 M:      Simon Horman <horms@verge.net.au>
1478 M:      Magnus Damm <magnus.damm@gmail.com>
1479 L:      linux-sh@vger.kernel.org
1480 W:      http://oss.renesas.com
1481 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1483 S:      Supported
1484 F:      arch/arm/boot/dts/emev2*
1485 F:      arch/arm/boot/dts/r7s*
1486 F:      arch/arm/boot/dts/r8a*
1487 F:      arch/arm/boot/dts/sh*
1488 F:      arch/arm/configs/bockw_defconfig
1489 F:      arch/arm/configs/marzen_defconfig
1490 F:      arch/arm/configs/shmobile_defconfig
1491 F:      arch/arm/include/debug/renesas-scif.S
1492 F:      arch/arm/mach-shmobile/
1493 F:      drivers/sh/
1494
1495 ARM/SOCFPGA ARCHITECTURE
1496 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1497 S:      Maintained
1498 F:      arch/arm/mach-socfpga/
1499 F:      arch/arm/boot/dts/socfpga*
1500 F:      arch/arm/configs/socfpga_defconfig
1501 W:      http://www.rocketboards.org
1502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1503
1504 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1505 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1506 S:      Maintained
1507 F:      drivers/clk/socfpga/
1508
1509 ARM/SOCFPGA EDAC SUPPORT
1510 M:      Thor Thayer <tthayer@opensource.altera.com>
1511 S:      Maintained
1512 F:      drivers/edac/altera_edac.
1513
1514 ARM/STI ARCHITECTURE
1515 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1516 M:      Maxime Coquelin <maxime.coquelin@st.com>
1517 M:      Patrice Chotard <patrice.chotard@st.com>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L:      kernel@stlinux.com
1520 W:      http://www.stlinux.com
1521 S:      Maintained
1522 F:      arch/arm/mach-sti/
1523 F:      arch/arm/boot/dts/sti*
1524 F:      drivers/char/hw_random/st-rng.c
1525 F:      drivers/clocksource/arm_global_timer.c
1526 F:      drivers/clocksource/clksrc_st_lpc.c
1527 F:      drivers/i2c/busses/i2c-st.c
1528 F:      drivers/media/rc/st_rc.c
1529 F:      drivers/media/platform/sti/c8sectpfe/
1530 F:      drivers/mmc/host/sdhci-st.c
1531 F:      drivers/phy/phy-miphy28lp.c
1532 F:      drivers/phy/phy-miphy365x.c
1533 F:      drivers/phy/phy-stih407-usb.c
1534 F:      drivers/phy/phy-stih41x-usb.c
1535 F:      drivers/pinctrl/pinctrl-st.c
1536 F:      drivers/reset/sti/
1537 F:      drivers/rtc/rtc-st-lpc.c
1538 F:      drivers/tty/serial/st-asc.c
1539 F:      drivers/usb/dwc3/dwc3-st.c
1540 F:      drivers/usb/host/ehci-st.c
1541 F:      drivers/usb/host/ohci-st.c
1542 F:      drivers/watchdog/st_lpc_wdt.c
1543 F:      drivers/ata/ahci_st.c
1544
1545 ARM/STM32 ARCHITECTURE
1546 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S:      Maintained
1549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1550 N:      stm32
1551 F:      drivers/clocksource/armv7m_systick.c
1552
1553 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1554 M:      Lennert Buytenhek <kernel@wantstofly.org>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 S:      Maintained
1557
1558 ARM/TETON BGA MACHINE SUPPORT
1559 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1561 S:      Maintained
1562
1563 ARM/THECUS N2100 MACHINE SUPPORT
1564 M:      Lennert Buytenhek <kernel@wantstofly.org>
1565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 S:      Maintained
1567
1568 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1569 M:      Wan ZongShun <mcuos.com@gmail.com>
1570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 W:      http://www.mcuos.com
1572 S:      Maintained
1573 F:      arch/arm/mach-w90x900/
1574 F:      drivers/input/keyboard/w90p910_keypad.c
1575 F:      drivers/input/touchscreen/w90p910_ts.c
1576 F:      drivers/watchdog/nuc900_wdt.c
1577 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1578 F:      drivers/mtd/nand/nuc900_nand.c
1579 F:      drivers/rtc/rtc-nuc900.c
1580 F:      drivers/spi/spi-nuc900.c
1581 F:      drivers/usb/host/ehci-w90x900.c
1582 F:      drivers/video/fbdev/nuc900fb.c
1583
1584 ARM/U300 MACHINE SUPPORT
1585 M:      Linus Walleij <linus.walleij@linaro.org>
1586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 S:      Supported
1588 F:      arch/arm/mach-u300/
1589 F:      drivers/clocksource/timer-u300.c
1590 F:      drivers/i2c/busses/i2c-stu300.c
1591 F:      drivers/rtc/rtc-coh901331.c
1592 F:      drivers/watchdog/coh901327_wdt.c
1593 F:      drivers/dma/coh901318*
1594 F:      drivers/mfd/ab3100*
1595 F:      drivers/rtc/rtc-ab3100.c
1596 F:      drivers/rtc/rtc-coh901331.c
1597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1598
1599 ARM/UNIPHIER ARCHITECTURE
1600 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602 S:      Maintained
1603 F:      arch/arm/boot/dts/uniphier*
1604 F:      arch/arm/mach-uniphier/
1605 F:      drivers/pinctrl/uniphier/
1606 F:      drivers/tty/serial/8250/8250_uniphier.c
1607 N:      uniphier
1608
1609 ARM/Ux500 ARM ARCHITECTURE
1610 M:      Linus Walleij <linus.walleij@linaro.org>
1611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1612 S:      Maintained
1613 F:      arch/arm/mach-ux500/
1614 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1615 F:      drivers/dma/ste_dma40*
1616 F:      drivers/hwspinlock/u8500_hsem.c
1617 F:      drivers/mfd/abx500*
1618 F:      drivers/mfd/ab8500*
1619 F:      drivers/mfd/dbx500*
1620 F:      drivers/mfd/db8500*
1621 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1622 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1623 F:      drivers/rtc/rtc-ab8500.c
1624 F:      drivers/rtc/rtc-pl031.c
1625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1626
1627 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1628 M:      Ulf Hansson <ulf.hansson@linaro.org>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 T:      git git://git.linaro.org/people/ulfh/clk.git
1631 S:      Maintained
1632 F:      drivers/clk/ux500/
1633 F:      include/linux/platform_data/clk-ux500.h
1634
1635 ARM/VERSATILE EXPRESS PLATFORM
1636 M:      Liviu Dudau <liviu.dudau@arm.com>
1637 M:      Sudeep Holla <sudeep.holla@arm.com>
1638 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1639 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1640 S:      Maintained
1641 F:      arch/arm/boot/dts/vexpress*
1642 F:      arch/arm64/boot/dts/arm/vexpress*
1643 F:      arch/arm/mach-vexpress/
1644 F:      */*/vexpress*
1645 F:      */*/*/vexpress*
1646 F:      drivers/clk/versatile/clk-vexpress-osc.c
1647 F:      drivers/clocksource/versatile.c
1648
1649 ARM/VFP SUPPORT
1650 M:      Russell King <linux@arm.linux.org.uk>
1651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1652 W:      http://www.arm.linux.org.uk/
1653 S:      Maintained
1654 F:      arch/arm/vfp/
1655
1656 ARM/VOIPAC PXA270 SUPPORT
1657 M:      Marek Vasut <marek.vasut@gmail.com>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 S:      Maintained
1660 F:      arch/arm/mach-pxa/vpac270.c
1661 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1662
1663 ARM/VT8500 ARM ARCHITECTURE
1664 M:      Tony Prisk <linux@prisktech.co.nz>
1665 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1666 S:      Maintained
1667 F:      arch/arm/mach-vt8500/
1668 F:      drivers/clocksource/vt8500_timer.c
1669 F:      drivers/i2c/busses/i2c-wmt.c
1670 F:      drivers/mmc/host/wmt-sdmmc.c
1671 F:      drivers/pwm/pwm-vt8500.c
1672 F:      drivers/rtc/rtc-vt8500.c
1673 F:      drivers/tty/serial/vt8500_serial.c
1674 F:      drivers/usb/host/ehci-platform.c
1675 F:      drivers/usb/host/uhci-platform.c
1676 F:      drivers/video/fbdev/vt8500lcdfb.*
1677 F:      drivers/video/fbdev/wm8505fb*
1678 F:      drivers/video/fbdev/wmt_ge_rops.*
1679
1680 ARM/ZIPIT Z2 SUPPORT
1681 M:      Marek Vasut <marek.vasut@gmail.com>
1682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683 S:      Maintained
1684 F:      arch/arm/mach-pxa/z2.c
1685 F:      arch/arm/mach-pxa/include/mach/z2.h
1686
1687 ARM/ZTE ARCHITECTURE
1688 M:      Jun Nie <jun.nie@linaro.org>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 S:      Maintained
1691 F:      arch/arm/mach-zx/
1692 F:      drivers/clk/zte/
1693 F:      Documentation/devicetree/bindings/arm/zte.txt
1694 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1695
1696 ARM/ZYNQ ARCHITECTURE
1697 M:      Michal Simek <michal.simek@xilinx.com>
1698 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 W:      http://wiki.xilinx.com
1701 T:      git https://github.com/Xilinx/linux-xlnx.git
1702 S:      Supported
1703 F:      arch/arm/mach-zynq/
1704 F:      drivers/cpuidle/cpuidle-zynq.c
1705 F:      drivers/block/xsysace.c
1706 N:      zynq
1707 N:      xilinx
1708 F:      drivers/clocksource/cadence_ttc_timer.c
1709 F:      drivers/i2c/busses/i2c-cadence.c
1710 F:      drivers/mmc/host/sdhci-of-arasan.c
1711 F:      drivers/edac/synopsys_edac.c
1712
1713 ARM SMMU DRIVERS
1714 M:      Will Deacon <will.deacon@arm.com>
1715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1716 S:      Maintained
1717 F:      drivers/iommu/arm-smmu.c
1718 F:      drivers/iommu/arm-smmu-v3.c
1719 F:      drivers/iommu/io-pgtable-arm.c
1720
1721 ARM64 PORT (AARCH64 ARCHITECTURE)
1722 M:      Catalin Marinas <catalin.marinas@arm.com>
1723 M:      Will Deacon <will.deacon@arm.com>
1724 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1725 S:      Maintained
1726 F:      arch/arm64/
1727 F:      Documentation/arm64/
1728
1729 AS3645A LED FLASH CONTROLLER DRIVER
1730 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1731 L:      linux-media@vger.kernel.org
1732 T:      git git://linuxtv.org/media_tree.git
1733 S:      Maintained
1734 F:      drivers/media/i2c/as3645a.c
1735 F:      include/media/as3645a.h
1736
1737 ASC7621 HARDWARE MONITOR DRIVER
1738 M:      George Joseph <george.joseph@fairview5.com>
1739 L:      lm-sensors@lm-sensors.org
1740 S:      Maintained
1741 F:      Documentation/hwmon/asc7621
1742 F:      drivers/hwmon/asc7621.c
1743
1744 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1745 M:      Corentin Chary <corentin.chary@gmail.com>
1746 L:      acpi4asus-user@lists.sourceforge.net
1747 L:      platform-driver-x86@vger.kernel.org
1748 W:      http://acpi4asus.sf.net
1749 S:      Maintained
1750 F:      drivers/platform/x86/asus*.c
1751 F:      drivers/platform/x86/eeepc*.c
1752
1753 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1754 R:      Dan Williams <dan.j.williams@intel.com>
1755 W:      http://sourceforge.net/projects/xscaleiop
1756 S:      Odd fixes
1757 F:      Documentation/crypto/async-tx-api.txt
1758 F:      crypto/async_tx/
1759 F:      drivers/dma/
1760 F:      include/linux/dmaengine.h
1761 F:      include/linux/async_tx.h
1762
1763 AT24 EEPROM DRIVER
1764 M:      Wolfram Sang <wsa@the-dreams.de>
1765 L:      linux-i2c@vger.kernel.org
1766 S:      Maintained
1767 F:      drivers/misc/eeprom/at24.c
1768 F:      include/linux/platform_data/at24.h
1769
1770 ATA OVER ETHERNET (AOE) DRIVER
1771 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1772 W:      http://www.openaoe.org/
1773 S:      Supported
1774 F:      Documentation/aoe/
1775 F:      drivers/block/aoe/
1776
1777 ATHEROS ATH GENERIC UTILITIES
1778 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1779 L:      linux-wireless@vger.kernel.org
1780 S:      Supported
1781 F:      drivers/net/wireless/ath/*
1782
1783 ATHEROS ATH5K WIRELESS DRIVER
1784 M:      Jiri Slaby <jirislaby@gmail.com>
1785 M:      Nick Kossifidis <mickflemm@gmail.com>
1786 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1787 L:      linux-wireless@vger.kernel.org
1788 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1789 S:      Maintained
1790 F:      drivers/net/wireless/ath/ath5k/
1791
1792 ATHEROS ATH6KL WIRELESS DRIVER
1793 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1794 L:      linux-wireless@vger.kernel.org
1795 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1796 T:      git git://github.com/kvalo/ath.git
1797 S:      Supported
1798 F:      drivers/net/wireless/ath/ath6kl/
1799
1800 WILOCITY WIL6210 WIRELESS DRIVER
1801 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1802 L:      linux-wireless@vger.kernel.org
1803 L:      wil6210@qca.qualcomm.com
1804 S:      Supported
1805 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1806 F:      drivers/net/wireless/ath/wil6210/
1807 F:      include/uapi/linux/wil6210_uapi.h
1808
1809 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1810 M:      Christian Lamparter <chunkeey@googlemail.com>
1811 L:      linux-wireless@vger.kernel.org
1812 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1813 S:      Maintained
1814 F:      drivers/net/wireless/ath/carl9170/
1815
1816 ATK0110 HWMON DRIVER
1817 M:      Luca Tettamanti <kronos.it@gmail.com>
1818 L:      lm-sensors@lm-sensors.org
1819 S:      Maintained
1820 F:      drivers/hwmon/asus_atk0110.c
1821
1822 ATI_REMOTE2 DRIVER
1823 M:      Ville Syrjala <syrjala@sci.fi>
1824 S:      Maintained
1825 F:      drivers/input/misc/ati_remote2.c
1826
1827 ATLX ETHERNET DRIVERS
1828 M:      Jay Cliburn <jcliburn@gmail.com>
1829 M:      Chris Snook <chris.snook@gmail.com>
1830 L:      netdev@vger.kernel.org
1831 W:      http://sourceforge.net/projects/atl1
1832 W:      http://atl1.sourceforge.net
1833 S:      Maintained
1834 F:      drivers/net/ethernet/atheros/
1835
1836 ATM
1837 M:      Chas Williams <3chas3@gmail.com>
1838 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1839 L:      netdev@vger.kernel.org
1840 W:      http://linux-atm.sourceforge.net
1841 S:      Maintained
1842 F:      drivers/atm/
1843 F:      include/linux/atm*
1844 F:      include/uapi/linux/atm*
1845
1846 ATMEL AT91 / AT32 MCI DRIVER
1847 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1848 S:      Maintained
1849 F:      drivers/mmc/host/atmel-mci.c
1850 F:      drivers/mmc/host/atmel-mci-regs.h
1851
1852 ATMEL AT91 / AT32 SERIAL DRIVER
1853 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1854 S:      Supported
1855 F:      drivers/tty/serial/atmel_serial.c
1856
1857 ATMEL Audio ALSA driver
1858 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1859 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1860 S:      Supported
1861 F:      sound/soc/atmel
1862
1863 ATMEL DMA DRIVER
1864 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1866 S:      Supported
1867 F:      drivers/dma/at_hdmac.c
1868 F:      drivers/dma/at_hdmac_regs.h
1869 F:      include/linux/platform_data/dma-atmel.h
1870
1871 ATMEL XDMA DRIVER
1872 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1873 L:      linux-arm-kernel@lists.infradead.org
1874 L:      dmaengine@vger.kernel.org
1875 S:      Supported
1876 F:      drivers/dma/at_xdmac.c
1877
1878 ATMEL I2C DRIVER
1879 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1880 L:      linux-i2c@vger.kernel.org
1881 S:      Supported
1882 F:      drivers/i2c/busses/i2c-at91.c
1883
1884 ATMEL ISI DRIVER
1885 M:      Josh Wu <josh.wu@atmel.com>
1886 L:      linux-media@vger.kernel.org
1887 S:      Supported
1888 F:      drivers/media/platform/soc_camera/atmel-isi.c
1889 F:      include/media/atmel-isi.h
1890
1891 ATMEL LCDFB DRIVER
1892 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1893 L:      linux-fbdev@vger.kernel.org
1894 S:      Maintained
1895 F:      drivers/video/fbdev/atmel_lcdfb.c
1896 F:      include/video/atmel_lcdc.h
1897
1898 ATMEL MACB ETHERNET DRIVER
1899 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1900 S:      Supported
1901 F:      drivers/net/ethernet/cadence/
1902
1903 ATMEL NAND DRIVER
1904 M:      Josh Wu <josh.wu@atmel.com>
1905 L:      linux-mtd@lists.infradead.org
1906 S:      Supported
1907 F:      drivers/mtd/nand/atmel_nand*
1908
1909 ATMEL SDMMC DRIVER
1910 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1911 L:      linux-mmc@vger.kernel.org
1912 S:      Supported
1913 F:      drivers/mmc/host/sdhci-of-at91.c
1914
1915 ATMEL SPI DRIVER
1916 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1917 S:      Supported
1918 F:      drivers/spi/spi-atmel.*
1919
1920 ATMEL SSC DRIVER
1921 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 S:      Supported
1924 F:      drivers/misc/atmel-ssc.c
1925 F:      include/linux/atmel-ssc.h
1926
1927 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1928 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1930 S:      Supported
1931 F:      drivers/misc/atmel_tclib.c
1932 F:      drivers/clocksource/tcb_clksrc.c
1933
1934 ATMEL USBA UDC DRIVER
1935 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1937 S:      Supported
1938 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1939
1940 ATMEL WIRELESS DRIVER
1941 M:      Simon Kelley <simon@thekelleys.org.uk>
1942 L:      linux-wireless@vger.kernel.org
1943 W:      http://www.thekelleys.org.uk/atmel
1944 W:      http://atmelwlandriver.sourceforge.net/
1945 S:      Maintained
1946 F:      drivers/net/wireless/atmel*
1947
1948 ATMEL MAXTOUCH DRIVER
1949 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1950 T:      git git://github.com/atmel-maxtouch/linux.git
1951 S:      Supported
1952 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1953 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1954 F:      include/linux/platform_data/atmel_mxt_ts.h
1955
1956 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1957 M:      Bradley Grove <linuxdrivers@attotech.com>
1958 L:      linux-scsi@vger.kernel.org
1959 W:      http://www.attotech.com
1960 S:      Supported
1961 F:      drivers/scsi/esas2r
1962
1963 ATUSB IEEE 802.15.4 RADIO DRIVER
1964 M:      Stefan Schmidt <stefan@osg.samsung.com>
1965 L:      linux-wpan@vger.kernel.org
1966 S:      Maintained
1967 F:      drivers/net/ieee802154/atusb.c
1968 F:      drivers/net/ieee802154/atusb.h
1969 F:      drivers/net/ieee802154/at86rf230.h
1970
1971 AUDIT SUBSYSTEM
1972 M:      Paul Moore <paul@paul-moore.com>
1973 M:      Eric Paris <eparis@redhat.com>
1974 L:      linux-audit@redhat.com (moderated for non-subscribers)
1975 W:      http://people.redhat.com/sgrubb/audit/
1976 T:      git git://git.infradead.org/users/pcmoore/audit
1977 S:      Maintained
1978 F:      include/linux/audit.h
1979 F:      include/uapi/linux/audit.h
1980 F:      kernel/audit*
1981
1982 AUXILIARY DISPLAY DRIVERS
1983 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1984 W:      http://miguelojeda.es/auxdisplay.htm
1985 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1986 S:      Maintained
1987 F:      drivers/auxdisplay/
1988 F:      include/linux/cfag12864b.h
1989
1990 AVR32 ARCHITECTURE
1991 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1992 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1993 W:      http://www.atmel.com/products/AVR32/
1994 W:      http://mirror.egtvedt.no/avr32linux.org/
1995 W:      http://avrfreaks.net/
1996 S:      Maintained
1997 F:      arch/avr32/
1998
1999 AVR32/AT32AP MACHINE SUPPORT
2000 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2001 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2002 S:      Maintained
2003 F:      arch/avr32/mach-at32ap/
2004
2005 AX.25 NETWORK LAYER
2006 M:      Ralf Baechle <ralf@linux-mips.org>
2007 L:      linux-hams@vger.kernel.org
2008 W:      http://www.linux-ax25.org/
2009 S:      Maintained
2010 F:      include/uapi/linux/ax25.h
2011 F:      include/net/ax25.h
2012 F:      net/ax25/
2013
2014 AZ6007 DVB DRIVER
2015 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016 L:      linux-media@vger.kernel.org
2017 W:      http://linuxtv.org
2018 T:      git git://linuxtv.org/media_tree.git
2019 S:      Maintained
2020 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2021
2022 AZTECH FM RADIO RECEIVER DRIVER
2023 M:      Hans Verkuil <hverkuil@xs4all.nl>
2024 L:      linux-media@vger.kernel.org
2025 T:      git git://linuxtv.org/media_tree.git
2026 W:      http://linuxtv.org
2027 S:      Maintained
2028 F:      drivers/media/radio/radio-aztech*
2029
2030 B43 WIRELESS DRIVER
2031 L:      linux-wireless@vger.kernel.org
2032 L:      b43-dev@lists.infradead.org
2033 W:      http://wireless.kernel.org/en/users/Drivers/b43
2034 S:      Odd Fixes
2035 F:      drivers/net/wireless/b43/
2036
2037 B43LEGACY WIRELESS DRIVER
2038 M:      Larry Finger <Larry.Finger@lwfinger.net>
2039 L:      linux-wireless@vger.kernel.org
2040 L:      b43-dev@lists.infradead.org
2041 W:      http://wireless.kernel.org/en/users/Drivers/b43
2042 S:      Maintained
2043 F:      drivers/net/wireless/b43legacy/
2044
2045 BACKLIGHT CLASS/SUBSYSTEM
2046 M:      Jingoo Han <jingoohan1@gmail.com>
2047 M:      Lee Jones <lee.jones@linaro.org>
2048 S:      Maintained
2049 F:      drivers/video/backlight/
2050 F:      include/linux/backlight.h
2051
2052 BATMAN ADVANCED
2053 M:      Marek Lindner <mareklindner@neomailbox.ch>
2054 M:      Simon Wunderlich <sw@simonwunderlich.de>
2055 M:      Antonio Quartulli <antonio@meshcoding.com>
2056 L:      b.a.t.m.a.n@lists.open-mesh.org
2057 W:      http://www.open-mesh.org/
2058 S:      Maintained
2059 F:      net/batman-adv/
2060
2061 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2062 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2063 L:      linux-hams@vger.kernel.org
2064 W:      http://www.baycom.org/~tom/ham/ham.html
2065 S:      Maintained
2066 F:      drivers/net/hamradio/baycom*
2067
2068 BCACHE (BLOCK LAYER CACHE)
2069 M:      Kent Overstreet <kent.overstreet@gmail.com>
2070 L:      linux-bcache@vger.kernel.org
2071 W:      http://bcache.evilpiepirate.org
2072 S:      Maintained
2073 F:      drivers/md/bcache/
2074
2075 BDISP ST MEDIA DRIVER
2076 M:      Fabien Dessenne <fabien.dessenne@st.com>
2077 L:      linux-media@vger.kernel.org
2078 T:      git git://linuxtv.org/media_tree.git
2079 W:      http://linuxtv.org
2080 S:      Supported
2081 F:      drivers/media/platform/sti/bdisp
2082
2083 BEFS FILE SYSTEM
2084 S:      Orphan
2085 F:      Documentation/filesystems/befs.txt
2086 F:      fs/befs/
2087
2088 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2089 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2090 L:      netdev@vger.kernel.org
2091 S:      Maintained
2092 F:      drivers/net/ethernet/ec_bhf.c
2093
2094 BFS FILE SYSTEM
2095 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2096 S:      Maintained
2097 F:      Documentation/filesystems/bfs.txt
2098 F:      fs/bfs/
2099 F:      include/uapi/linux/bfs_fs.h
2100
2101 BLACKFIN ARCHITECTURE
2102 M:      Steven Miao <realmz6@gmail.com>
2103 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2104 T:      git git://git.code.sf.net/p/adi-linux/code
2105 W:      http://blackfin.uclinux.org
2106 S:      Supported
2107 F:      arch/blackfin/
2108
2109 BLACKFIN EMAC DRIVER
2110 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2111 W:      http://blackfin.uclinux.org
2112 S:      Supported
2113 F:      drivers/net/ethernet/adi/
2114
2115 BLACKFIN RTC DRIVER
2116 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2117 W:      http://blackfin.uclinux.org
2118 S:      Supported
2119 F:      drivers/rtc/rtc-bfin.c
2120
2121 BLACKFIN SDH DRIVER
2122 M:      Sonic Zhang <sonic.zhang@analog.com>
2123 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2124 W:      http://blackfin.uclinux.org
2125 S:      Supported
2126 F:      drivers/mmc/host/bfin_sdh.c
2127
2128 BLACKFIN SERIAL DRIVER
2129 M:      Sonic Zhang <sonic.zhang@analog.com>
2130 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2131 W:      http://blackfin.uclinux.org
2132 S:      Supported
2133 F:      drivers/tty/serial/bfin_uart.c
2134
2135 BLACKFIN WATCHDOG DRIVER
2136 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2137 W:      http://blackfin.uclinux.org
2138 S:      Supported
2139 F:      drivers/watchdog/bfin_wdt.c
2140
2141 BLACKFIN I2C TWI DRIVER
2142 M:      Sonic Zhang <sonic.zhang@analog.com>
2143 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2144 W:      http://blackfin.uclinux.org/
2145 S:      Supported
2146 F:      drivers/i2c/busses/i2c-bfin-twi.c
2147
2148 BLACKFIN MEDIA DRIVER
2149 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2150 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2151 W:      http://blackfin.uclinux.org/
2152 S:      Supported
2153 F:      drivers/media/platform/blackfin/
2154 F:      drivers/media/i2c/adv7183*
2155 F:      drivers/media/i2c/vs6624*
2156
2157 BLINKM RGB LED DRIVER
2158 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2159 S:      Maintained
2160 F:      drivers/leds/leds-blinkm.c
2161
2162 BLOCK LAYER
2163 M:      Jens Axboe <axboe@kernel.dk>
2164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2165 S:      Maintained
2166 F:      block/
2167 F:      kernel/trace/blktrace.c
2168
2169 BLOCK2MTD DRIVER
2170 M:      Joern Engel <joern@lazybastard.org>
2171 L:      linux-mtd@lists.infradead.org
2172 S:      Maintained
2173 F:      drivers/mtd/devices/block2mtd.c
2174
2175 BLUETOOTH DRIVERS
2176 M:      Marcel Holtmann <marcel@holtmann.org>
2177 M:      Gustavo Padovan <gustavo@padovan.org>
2178 M:      Johan Hedberg <johan.hedberg@gmail.com>
2179 L:      linux-bluetooth@vger.kernel.org
2180 W:      http://www.bluez.org/
2181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2183 S:      Maintained
2184 F:      drivers/bluetooth/
2185
2186 BLUETOOTH SUBSYSTEM
2187 M:      Marcel Holtmann <marcel@holtmann.org>
2188 M:      Gustavo Padovan <gustavo@padovan.org>
2189 M:      Johan Hedberg <johan.hedberg@gmail.com>
2190 L:      linux-bluetooth@vger.kernel.org
2191 W:      http://www.bluez.org/
2192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2194 S:      Maintained
2195 F:      net/bluetooth/
2196 F:      include/net/bluetooth/
2197
2198 BONDING DRIVER
2199 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2200 M:      Veaceslav Falico <vfalico@gmail.com>
2201 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2202 L:      netdev@vger.kernel.org
2203 W:      http://sourceforge.net/projects/bonding/
2204 S:      Supported
2205 F:      drivers/net/bonding/
2206 F:      include/uapi/linux/if_bonding.h
2207
2208 BPF (Safe dynamic programs and tools)
2209 M:      Alexei Starovoitov <ast@kernel.org>
2210 L:      netdev@vger.kernel.org
2211 L:      linux-kernel@vger.kernel.org
2212 S:      Supported
2213 F:      kernel/bpf/
2214
2215 BROADCOM B44 10/100 ETHERNET DRIVER
2216 M:      Gary Zambrano <zambrano@broadcom.com>
2217 L:      netdev@vger.kernel.org
2218 S:      Supported
2219 F:      drivers/net/ethernet/broadcom/b44.*
2220
2221 BROADCOM GENET ETHERNET DRIVER
2222 M:      Florian Fainelli <f.fainelli@gmail.com>
2223 L:      netdev@vger.kernel.org
2224 S:      Supported
2225 F:      drivers/net/ethernet/broadcom/genet/
2226
2227 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2228 M:      Sony Chacko <sony.chacko@qlogic.com>
2229 M:      Dept-HSGLinuxNICDev@qlogic.com
2230 L:      netdev@vger.kernel.org
2231 S:      Supported
2232 F:      drivers/net/ethernet/broadcom/bnx2.*
2233 F:      drivers/net/ethernet/broadcom/bnx2_*
2234
2235 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2236 M:      Ariel Elior <ariel.elior@qlogic.com>
2237 L:      netdev@vger.kernel.org
2238 S:      Supported
2239 F:      drivers/net/ethernet/broadcom/bnx2x/
2240
2241 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2242 M:      Florian Fainelli <f.fainelli@gmail.com>
2243 M:      Ray Jui <rjui@broadcom.com>
2244 M:      Scott Branden <sbranden@broadcom.com>
2245 L:      bcm-kernel-feedback-list@broadcom.com
2246 T:      git git://github.com/broadcom/mach-bcm
2247 S:      Maintained
2248 F:      arch/arm/mach-bcm/
2249 F:      arch/arm/boot/dts/bcm113*
2250 F:      arch/arm/boot/dts/bcm216*
2251 F:      arch/arm/boot/dts/bcm281*
2252 F:      arch/arm/configs/bcm_defconfig
2253 F:      drivers/mmc/host/sdhci-bcm-kona.c
2254 F:      drivers/clocksource/bcm_kona_timer.c
2255
2256 BROADCOM BCM2835 ARM ARCHITECTURE
2257 M:      Stephen Warren <swarren@wwwdotorg.org>
2258 M:      Lee Jones <lee@kernel.org>
2259 M:      Eric Anholt <eric@anholt.net>
2260 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2263 S:      Maintained
2264 N:      bcm2835
2265
2266 BROADCOM BCM33XX MIPS ARCHITECTURE
2267 M:      Kevin Cernekee <cernekee@gmail.com>
2268 L:      linux-mips@linux-mips.org
2269 S:      Maintained
2270 F:      arch/mips/bcm3384/*
2271 F:      arch/mips/include/asm/mach-bcm3384/*
2272 F:      arch/mips/kernel/*bmips*
2273
2274 BROADCOM BCM47XX MIPS ARCHITECTURE
2275 M:      Hauke Mehrtens <hauke@hauke-m.de>
2276 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2277 L:      linux-mips@linux-mips.org
2278 S:      Maintained
2279 F:      arch/mips/bcm47xx/*
2280 F:      arch/mips/include/asm/mach-bcm47xx/*
2281
2282 BROADCOM BCM5301X ARM ARCHITECTURE
2283 M:      Hauke Mehrtens <hauke@hauke-m.de>
2284 L:      linux-arm-kernel@lists.infradead.org
2285 S:      Maintained
2286 F:      arch/arm/mach-bcm/bcm_5301x.c
2287 F:      arch/arm/boot/dts/bcm5301x.dtsi
2288 F:      arch/arm/boot/dts/bcm470*
2289
2290 BROADCOM BCM63XX ARM ARCHITECTURE
2291 M:      Florian Fainelli <f.fainelli@gmail.com>
2292 L:      linux-arm-kernel@lists.infradead.org
2293 T:      git git://github.com/broadcom/arm-bcm63xx.git
2294 S:      Maintained
2295 F:      arch/arm/mach-bcm/bcm63xx.c
2296 F:      arch/arm/include/debug/bcm63xx.S
2297
2298 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2299 M:      Kevin Cernekee <cernekee@gmail.com>
2300 L:      linux-usb@vger.kernel.org
2301 S:      Maintained
2302 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2303
2304 BROADCOM BCM7XXX ARM ARCHITECTURE
2305 M:      Brian Norris <computersforpeace@gmail.com>
2306 M:      Gregory Fong <gregory.0xf0@gmail.com>
2307 M:      Florian Fainelli <f.fainelli@gmail.com>
2308 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2309 T:      git git://github.com/broadcom/stblinux.git
2310 S:      Maintained
2311 F:      arch/arm/mach-bcm/*brcmstb*
2312 F:      arch/arm/boot/dts/bcm7*.dts*
2313 F:      drivers/bus/brcmstb_gisb.c
2314 N:      brcmstb
2315
2316 BROADCOM BMIPS MIPS ARCHITECTURE
2317 M:      Kevin Cernekee <cernekee@gmail.com>
2318 M:      Florian Fainelli <f.fainelli@gmail.com>
2319 L:      linux-mips@linux-mips.org
2320 T:      git git://github.com/broadcom/stblinux.git
2321 S:      Maintained
2322 F:      arch/mips/bmips/*
2323 F:      arch/mips/include/asm/mach-bmips/*
2324 F:      arch/mips/kernel/*bmips*
2325 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2326 F:      drivers/irqchip/irq-bcm7*
2327 F:      drivers/irqchip/irq-brcmstb*
2328
2329 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2330 M:      Prashant Sreedharan <prashant@broadcom.com>
2331 M:      Michael Chan <mchan@broadcom.com>
2332 L:      netdev@vger.kernel.org
2333 S:      Supported
2334 F:      drivers/net/ethernet/broadcom/tg3.*
2335
2336 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2337 M:      Brett Rudley <brudley@broadcom.com>
2338 M:      Arend van Spriel <arend@broadcom.com>
2339 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2340 M:      Hante Meuleman <meuleman@broadcom.com>
2341 L:      linux-wireless@vger.kernel.org
2342 L:      brcm80211-dev-list@broadcom.com
2343 S:      Supported
2344 F:      drivers/net/wireless/brcm80211/
2345
2346 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2347 M:      QLogic-Storage-Upstream@qlogic.com
2348 L:      linux-scsi@vger.kernel.org
2349 S:      Supported
2350 F:      drivers/scsi/bnx2fc/
2351
2352 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2353 M:      QLogic-Storage-Upstream@qlogic.com
2354 L:      linux-scsi@vger.kernel.org
2355 S:      Supported
2356 F:      drivers/scsi/bnx2i/
2357
2358 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2359 M:      Ray Jui <rjui@broadcom.com>
2360 M:      Scott Branden <sbranden@broadcom.com>
2361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2362 L:      bcm-kernel-feedback-list@broadcom.com
2363 T:      git git://github.com/broadcom/cygnus-linux.git
2364 S:      Maintained
2365 N:      iproc
2366 N:      cygnus
2367 N:      bcm9113*
2368 N:      bcm9583*
2369 N:      bcm583*
2370 N:      bcm113*
2371
2372 BROADCOM BRCMSTB GPIO DRIVER
2373 M:      Gregory Fong <gregory.0xf0@gmail.com>
2374 L:      bcm-kernel-feedback-list@broadcom.com>
2375 S:      Supported
2376 F:      drivers/gpio/gpio-brcmstb.c
2377 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2378
2379 BROADCOM KONA GPIO DRIVER
2380 M:      Ray Jui <rjui@broadcom.com>
2381 L:      bcm-kernel-feedback-list@broadcom.com
2382 S:      Supported
2383 F:      drivers/gpio/gpio-bcm-kona.c
2384 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2385
2386 BROADCOM NVRAM DRIVER
2387 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2388 L:      linux-mips@linux-mips.org
2389 S:      Maintained
2390 F:      drivers/firmware/broadcom/*
2391
2392 BROADCOM STB NAND FLASH DRIVER
2393 M:      Brian Norris <computersforpeace@gmail.com>
2394 L:      linux-mtd@lists.infradead.org
2395 S:      Maintained
2396 F:      drivers/mtd/nand/brcmnand/
2397
2398 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2399 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2400 L:      linux-wireless@vger.kernel.org
2401 S:      Maintained
2402 F:      drivers/bcma/
2403 F:      include/linux/bcma/
2404
2405 BROADCOM SYSTEMPORT ETHERNET DRIVER
2406 M:      Florian Fainelli <f.fainelli@gmail.com>
2407 L:      netdev@vger.kernel.org
2408 S:      Supported
2409 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2410
2411 BROCADE BFA FC SCSI DRIVER
2412 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2413 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2414 L:      linux-scsi@vger.kernel.org
2415 S:      Supported
2416 F:      drivers/scsi/bfa/
2417
2418 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2419 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2420 L:      netdev@vger.kernel.org
2421 S:      Supported
2422 F:      drivers/net/ethernet/brocade/bna/
2423
2424 BSG (block layer generic sg v4 driver)
2425 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2426 L:      linux-scsi@vger.kernel.org
2427 S:      Supported
2428 F:      block/bsg.c
2429 F:      include/linux/bsg.h
2430 F:      include/uapi/linux/bsg.h
2431
2432 BT87X AUDIO DRIVER
2433 M:      Clemens Ladisch <clemens@ladisch.de>
2434 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2435 T:      git git://git.alsa-project.org/alsa-kernel.git
2436 S:      Maintained
2437 F:      Documentation/sound/alsa/Bt87x.txt
2438 F:      sound/pci/bt87x.c
2439
2440 BT8XXGPIO DRIVER
2441 M:      Michael Buesch <m@bues.ch>
2442 W:      http://bu3sch.de/btgpio.php
2443 S:      Maintained
2444 F:      drivers/gpio/gpio-bt8xx.c
2445
2446 BTRFS FILE SYSTEM
2447 M:      Chris Mason <clm@fb.com>
2448 M:      Josef Bacik <jbacik@fb.com>
2449 M:      David Sterba <dsterba@suse.com>
2450 L:      linux-btrfs@vger.kernel.org
2451 W:      http://btrfs.wiki.kernel.org/
2452 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2454 S:      Maintained
2455 F:      Documentation/filesystems/btrfs.txt
2456 F:      fs/btrfs/
2457
2458 BTTV VIDEO4LINUX DRIVER
2459 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2460 L:      linux-media@vger.kernel.org
2461 W:      http://linuxtv.org
2462 T:      git git://linuxtv.org/media_tree.git
2463 S:      Odd fixes
2464 F:      Documentation/video4linux/bttv/
2465 F:      drivers/media/pci/bt8xx/bttv*
2466
2467 BUSLOGIC SCSI DRIVER
2468 M:      Khalid Aziz <khalid@gonehiking.org>
2469 L:      linux-scsi@vger.kernel.org
2470 S:      Maintained
2471 F:      drivers/scsi/BusLogic.*
2472 F:      drivers/scsi/FlashPoint.*
2473
2474 C-MEDIA CMI8788 DRIVER
2475 M:      Clemens Ladisch <clemens@ladisch.de>
2476 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2477 T:      git git://git.alsa-project.org/alsa-kernel.git
2478 S:      Maintained
2479 F:      sound/pci/oxygen/
2480
2481 C6X ARCHITECTURE
2482 M:      Mark Salter <msalter@redhat.com>
2483 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2484 L:      linux-c6x-dev@linux-c6x.org
2485 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2486 S:      Maintained
2487 F:      arch/c6x/
2488
2489 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2490 M:      David Howells <dhowells@redhat.com>
2491 L:      linux-cachefs@redhat.com
2492 S:      Supported
2493 F:      Documentation/filesystems/caching/cachefiles.txt
2494 F:      fs/cachefiles/
2495
2496 CADET FM/AM RADIO RECEIVER DRIVER
2497 M:      Hans Verkuil <hverkuil@xs4all.nl>
2498 L:      linux-media@vger.kernel.org
2499 T:      git git://linuxtv.org/media_tree.git
2500 W:      http://linuxtv.org
2501 S:      Maintained
2502 F:      drivers/media/radio/radio-cadet*
2503
2504 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2505 M:      Jonathan Corbet <corbet@lwn.net>
2506 L:      linux-media@vger.kernel.org
2507 T:      git git://linuxtv.org/media_tree.git
2508 S:      Maintained
2509 F:      Documentation/video4linux/cafe_ccic
2510 F:      drivers/media/platform/marvell-ccic/
2511
2512 CAIF NETWORK LAYER
2513 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2514 L:      netdev@vger.kernel.org
2515 S:      Supported
2516 F:      Documentation/networking/caif/
2517 F:      drivers/net/caif/
2518 F:      include/uapi/linux/caif/
2519 F:      include/net/caif/
2520 F:      net/caif/
2521
2522 CALGARY x86-64 IOMMU
2523 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2524 M:      "Jon D. Mason" <jdmason@kudzu.us>
2525 L:      discuss@x86-64.org
2526 S:      Maintained
2527 F:      arch/x86/kernel/pci-calgary_64.c
2528 F:      arch/x86/kernel/tce_64.c
2529 F:      arch/x86/include/asm/calgary.h
2530 F:      arch/x86/include/asm/tce.h
2531
2532 CAN NETWORK LAYER
2533 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2534 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2535 L:      linux-can@vger.kernel.org
2536 W:      https://github.com/linux-can
2537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2539 S:      Maintained
2540 F:      Documentation/networking/can.txt
2541 F:      net/can/
2542 F:      include/linux/can/core.h
2543 F:      include/uapi/linux/can.h
2544 F:      include/uapi/linux/can/bcm.h
2545 F:      include/uapi/linux/can/raw.h
2546 F:      include/uapi/linux/can/gw.h
2547
2548 CAN NETWORK DRIVERS
2549 M:      Wolfgang Grandegger <wg@grandegger.com>
2550 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2551 L:      linux-can@vger.kernel.org
2552 W:      https://github.com/linux-can
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2555 S:      Maintained
2556 F:      drivers/net/can/
2557 F:      include/linux/can/dev.h
2558 F:      include/linux/can/platform/
2559 F:      include/uapi/linux/can/error.h
2560 F:      include/uapi/linux/can/netlink.h
2561
2562 CAPABILITIES
2563 M:      Serge Hallyn <serge.hallyn@canonical.com>
2564 L:      linux-security-module@vger.kernel.org
2565 S:      Supported
2566 F:      include/linux/capability.h
2567 F:      include/uapi/linux/capability.h
2568 F:      security/commoncap.c
2569 F:      kernel/capability.c
2570
2571 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2572 M:      Kevin Tsai <ktsai@capellamicro.com>
2573 S:      Maintained
2574 F:      drivers/iio/light/cm*
2575 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2576
2577 CAVIUM LIQUIDIO NETWORK DRIVER
2578 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2579 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2580 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2581 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2582 L:     netdev@vger.kernel.org
2583 W:     http://www.cavium.com
2584 S:     Supported
2585 F:     drivers/net/ethernet/cavium/liquidio/
2586
2587 CC2520 IEEE-802.15.4 RADIO DRIVER
2588 M:      Varka Bhadram <varkabhadram@gmail.com>
2589 L:      linux-wpan@vger.kernel.org
2590 S:      Maintained
2591 F:      drivers/net/ieee802154/cc2520.c
2592 F:      include/linux/spi/cc2520.h
2593 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2594
2595 CELL BROADBAND ENGINE ARCHITECTURE
2596 M:      Arnd Bergmann <arnd@arndb.de>
2597 L:      linuxppc-dev@lists.ozlabs.org
2598 W:      http://www.ibm.com/developerworks/power/cell/
2599 S:      Supported
2600 F:      arch/powerpc/include/asm/cell*.h
2601 F:      arch/powerpc/include/asm/spu*.h
2602 F:      arch/powerpc/include/uapi/asm/spu*.h
2603 F:      arch/powerpc/oprofile/*cell*
2604 F:      arch/powerpc/platforms/cell/
2605
2606 CEPH COMMON CODE (LIBCEPH)
2607 M:      Ilya Dryomov <idryomov@gmail.com>
2608 M:      "Yan, Zheng" <zyan@redhat.com>
2609 M:      Sage Weil <sage@redhat.com>
2610 L:      ceph-devel@vger.kernel.org
2611 W:      http://ceph.com/
2612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2613 T:      git git://github.com/ceph/ceph-client.git
2614 S:      Supported
2615 F:      net/ceph/
2616 F:      include/linux/ceph/
2617 F:      include/linux/crush/
2618
2619 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2620 M:      "Yan, Zheng" <zyan@redhat.com>
2621 M:      Sage Weil <sage@redhat.com>
2622 M:      Ilya Dryomov <idryomov@gmail.com>
2623 L:      ceph-devel@vger.kernel.org
2624 W:      http://ceph.com/
2625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2626 T:      git git://github.com/ceph/ceph-client.git
2627 S:      Supported
2628 F:      Documentation/filesystems/ceph.txt
2629 F:      fs/ceph/
2630
2631 CERTIFICATE HANDLING:
2632 M:      David Howells <dhowells@redhat.com>
2633 M:      David Woodhouse <dwmw2@infradead.org>
2634 L:      keyrings@linux-nfs.org
2635 S:      Maintained
2636 F:      Documentation/module-signing.txt
2637 F:      certs/
2638 F:      scripts/extract-cert.c
2639
2640 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2641 L:      linux-usb@vger.kernel.org
2642 S:      Orphan
2643 F:      Documentation/usb/WUSB-Design-overview.txt
2644 F:      Documentation/usb/wusb-cbaf
2645 F:      drivers/usb/host/hwa-hc.c
2646 F:      drivers/usb/host/whci/
2647 F:      drivers/usb/wusbcore/
2648 F:      include/linux/usb/wusb*
2649
2650 CFAG12864B LCD DRIVER
2651 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2652 W:      http://miguelojeda.es/auxdisplay.htm
2653 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2654 S:      Maintained
2655 F:      drivers/auxdisplay/cfag12864b.c
2656 F:      include/linux/cfag12864b.h
2657
2658 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2659 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2660 W:      http://miguelojeda.es/auxdisplay.htm
2661 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2662 S:      Maintained
2663 F:      drivers/auxdisplay/cfag12864bfb.c
2664 F:      include/linux/cfag12864b.h
2665
2666 CFG80211 and NL80211
2667 M:      Johannes Berg <johannes@sipsolutions.net>
2668 L:      linux-wireless@vger.kernel.org
2669 W:      http://wireless.kernel.org/
2670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2672 S:      Maintained
2673 F:      include/uapi/linux/nl80211.h
2674 F:      include/net/cfg80211.h
2675 F:      net/wireless/*
2676 X:      net/wireless/wext*
2677
2678 CHAR and MISC DRIVERS
2679 M:      Arnd Bergmann <arnd@arndb.de>
2680 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2682 S:      Supported
2683 F:      drivers/char/*
2684 F:      drivers/misc/*
2685 F:      include/linux/miscdevice.h
2686
2687 CHECKPATCH
2688 M:      Andy Whitcroft <apw@canonical.com>
2689 M:      Joe Perches <joe@perches.com>
2690 S:      Maintained
2691 F:      scripts/checkpatch.pl
2692
2693 CHINESE DOCUMENTATION
2694 M:      Harry Wei <harryxiyou@gmail.com>
2695 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2696 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2697 S:      Maintained
2698 F:      Documentation/zh_CN/
2699
2700 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2701 M:      Peter Chen <Peter.Chen@freescale.com>
2702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2703 L:      linux-usb@vger.kernel.org
2704 S:      Maintained
2705 F:      drivers/usb/chipidea/
2706
2707 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2708 M:      Hans de Goede <hdegoede@redhat.com>
2709 L:      linux-input@vger.kernel.org
2710 S:      Maintained
2711 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2712 F:      drivers/input/touchscreen/chipone_icn8318.c
2713
2714 CHROME HARDWARE PLATFORM SUPPORT
2715 M:      Olof Johansson <olof@lixom.net>
2716 S:      Maintained
2717 F:      drivers/platform/chrome/
2718
2719 CISCO VIC ETHERNET NIC DRIVER
2720 M:      Christian Benvenuti <benve@cisco.com>
2721 M:      Sujith Sankar <ssujith@cisco.com>
2722 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2723 M:      Neel Patel <neepatel@cisco.com>
2724 S:      Supported
2725 F:      drivers/net/ethernet/cisco/enic/
2726
2727 CISCO VIC LOW LATENCY NIC DRIVER
2728 M:      Upinder Malhi <umalhi@cisco.com>
2729 S:      Supported
2730 F:      drivers/infiniband/hw/usnic
2731
2732 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2733 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2734 L:      netdev@vger.kernel.org
2735 S:      Maintained
2736 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2737
2738 CIRRUS LOGIC AUDIO CODEC DRIVERS
2739 M:      Brian Austin <brian.austin@cirrus.com>
2740 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2741 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2742 S:      Maintained
2743 F:      sound/soc/codecs/cs*
2744
2745 CLEANCACHE API
2746 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2747 L:      linux-kernel@vger.kernel.org
2748 S:      Maintained
2749 F:      mm/cleancache.c
2750 F:      include/linux/cleancache.h
2751
2752 CLK API
2753 M:      Russell King <linux@arm.linux.org.uk>
2754 L:      linux-clk@vger.kernel.org
2755 S:      Maintained
2756 F:      include/linux/clk.h
2757
2758 CLOCKSOURCE, CLOCKEVENT DRIVERS
2759 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2760 M:      Thomas Gleixner <tglx@linutronix.de>
2761 L:      linux-kernel@vger.kernel.org
2762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2763 S:      Supported
2764 F:      drivers/clocksource
2765
2766 CISCO FCOE HBA DRIVER
2767 M:      Hiral Patel <hiralpat@cisco.com>
2768 M:      Suma Ramars <sramars@cisco.com>
2769 M:      Brian Uchino <buchino@cisco.com>
2770 L:      linux-scsi@vger.kernel.org
2771 S:      Supported
2772 F:      drivers/scsi/fnic/
2773
2774 CISCO SCSI HBA DRIVER
2775 M:      Narsimhulu Musini <nmusini@cisco.com>
2776 M:      Sesidhar Baddela <sebaddel@cisco.com>
2777 L:      linux-scsi@vger.kernel.org
2778 S:      Supported
2779 F:      drivers/scsi/snic/
2780
2781 CMPC ACPI DRIVER
2782 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2783 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2784 L:      platform-driver-x86@vger.kernel.org
2785 S:      Supported
2786 F:      drivers/platform/x86/classmate-laptop.c
2787
2788 COBALT MEDIA DRIVER
2789 M:      Hans Verkuil <hans.verkuil@cisco.com>
2790 L:      linux-media@vger.kernel.org
2791 T:      git git://linuxtv.org/media_tree.git
2792 W:      http://linuxtv.org
2793 S:      Supported
2794 F:      drivers/media/pci/cobalt/
2795
2796 COCCINELLE/Semantic Patches (SmPL)
2797 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2798 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2799 M:      Nicolas Palix <nicolas.palix@imag.fr>
2800 M:      Michal Marek <mmarek@suse.com>
2801 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2803 W:      http://coccinelle.lip6.fr/
2804 S:      Supported
2805 F:      Documentation/coccinelle.txt
2806 F:      scripts/coccinelle/
2807 F:      scripts/coccicheck
2808
2809 CODA FILE SYSTEM
2810 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2811 M:      coda@cs.cmu.edu
2812 L:      codalist@coda.cs.cmu.edu
2813 W:      http://www.coda.cs.cmu.edu/
2814 S:      Maintained
2815 F:      Documentation/filesystems/coda.txt
2816 F:      fs/coda/
2817 F:      include/linux/coda*.h
2818 F:      include/uapi/linux/coda*.h
2819
2820 CODA V4L2 MEM2MEM DRIVER
2821 M:      Philipp Zabel <p.zabel@pengutronix.de>
2822 L:      linux-media@vger.kernel.org
2823 S:      Maintained
2824 F:      Documentation/devicetree/bindings/media/coda.txt
2825 F:      drivers/media/platform/coda/
2826
2827 COMMON CLK FRAMEWORK
2828 M:      Michael Turquette <mturquette@baylibre.com>
2829 M:      Stephen Boyd <sboyd@codeaurora.org>
2830 L:      linux-clk@vger.kernel.org
2831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2832 S:      Maintained
2833 F:      drivers/clk/
2834 X:      drivers/clk/clkdev.c
2835 F:      include/linux/clk-pr*
2836 F:      include/linux/clk/
2837
2838 COMMON INTERNET FILE SYSTEM (CIFS)
2839 M:      Steve French <sfrench@samba.org>
2840 L:      linux-cifs@vger.kernel.org
2841 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2842 W:      http://linux-cifs.samba.org/
2843 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2844 S:      Supported
2845 F:      Documentation/filesystems/cifs/
2846 F:      fs/cifs/
2847
2848 COMPACTPCI HOTPLUG CORE
2849 M:      Scott Murray <scott@spiteful.org>
2850 L:      linux-pci@vger.kernel.org
2851 S:      Maintained
2852 F:      drivers/pci/hotplug/cpci_hotplug*
2853
2854 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2855 M:      Scott Murray <scott@spiteful.org>
2856 L:      linux-pci@vger.kernel.org
2857 S:      Maintained
2858 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2859
2860 COMPACTPCI HOTPLUG GENERIC DRIVER
2861 M:      Scott Murray <scott@spiteful.org>
2862 L:      linux-pci@vger.kernel.org
2863 S:      Maintained
2864 F:      drivers/pci/hotplug/cpcihp_generic.c
2865
2866 COMPAL LAPTOP SUPPORT
2867 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2868 L:      platform-driver-x86@vger.kernel.org
2869 S:      Maintained
2870 F:      drivers/platform/x86/compal-laptop.c
2871
2872 CONEXANT ACCESSRUNNER USB DRIVER
2873 M:      Simon Arlott <cxacru@fire.lp0.eu>
2874 L:      accessrunner-general@lists.sourceforge.net
2875 W:      http://accessrunner.sourceforge.net/
2876 S:      Maintained
2877 F:      drivers/usb/atm/cxacru.c
2878
2879 CONFIGFS
2880 M:      Joel Becker <jlbec@evilplan.org>
2881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2882 S:      Supported
2883 F:      fs/configfs/
2884 F:      include/linux/configfs.h
2885
2886 CONNECTOR
2887 M:      Evgeniy Polyakov <zbr@ioremap.net>
2888 L:      netdev@vger.kernel.org
2889 S:      Maintained
2890 F:      drivers/connector/
2891
2892 CONTROL GROUP (CGROUP)
2893 M:      Tejun Heo <tj@kernel.org>
2894 M:      Li Zefan <lizefan@huawei.com>
2895 M:      Johannes Weiner <hannes@cmpxchg.org>
2896 L:      cgroups@vger.kernel.org
2897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2898 S:      Maintained
2899 F:      Documentation/cgroups/
2900 F:      include/linux/cgroup*
2901 F:      kernel/cgroup*
2902
2903 CONTROL GROUP - CPUSET
2904 M:      Li Zefan <lizefan@huawei.com>
2905 L:      cgroups@vger.kernel.org
2906 W:      http://www.bullopensource.org/cpuset/
2907 W:      http://oss.sgi.com/projects/cpusets/
2908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2909 S:      Maintained
2910 F:      Documentation/cgroups/cpusets.txt
2911 F:      include/linux/cpuset.h
2912 F:      kernel/cpuset.c
2913
2914 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2915 M:      Johannes Weiner <hannes@cmpxchg.org>
2916 M:      Michal Hocko <mhocko@kernel.org>
2917 L:      cgroups@vger.kernel.org
2918 L:      linux-mm@kvack.org
2919 S:      Maintained
2920 F:      mm/memcontrol.c
2921 F:      mm/swap_cgroup.c
2922
2923 CORETEMP HARDWARE MONITORING DRIVER
2924 M:      Fenghua Yu <fenghua.yu@intel.com>
2925 L:      lm-sensors@lm-sensors.org
2926 S:      Maintained
2927 F:      Documentation/hwmon/coretemp
2928 F:      drivers/hwmon/coretemp.c
2929
2930 COSA/SRP SYNC SERIAL DRIVER
2931 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2932 W:      http://www.fi.muni.cz/~kas/cosa/
2933 S:      Maintained
2934 F:      drivers/net/wan/cosa*
2935
2936 CPMAC ETHERNET DRIVER
2937 M:      Florian Fainelli <florian@openwrt.org>
2938 L:      netdev@vger.kernel.org
2939 S:      Maintained
2940 F:      drivers/net/ethernet/ti/cpmac.c
2941
2942 CPU FREQUENCY DRIVERS
2943 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2944 M:      Viresh Kumar <viresh.kumar@linaro.org>
2945 L:      linux-pm@vger.kernel.org
2946 S:      Maintained
2947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2948 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2949 F:      drivers/cpufreq/
2950 F:      include/linux/cpufreq.h
2951
2952 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2953 M:      Viresh Kumar <viresh.kumar@linaro.org>
2954 M:      Sudeep Holla <sudeep.holla@arm.com>
2955 L:      linux-pm@vger.kernel.org
2956 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2957 S:      Maintained
2958 F:      drivers/cpufreq/arm_big_little.h
2959 F:      drivers/cpufreq/arm_big_little.c
2960 F:      drivers/cpufreq/arm_big_little_dt.c
2961
2962 CPUIDLE DRIVER - ARM BIG LITTLE
2963 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2964 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2965 L:      linux-pm@vger.kernel.org
2966 L:      linux-arm-kernel@lists.infradead.org
2967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2968 S:      Maintained
2969 F:      drivers/cpuidle/cpuidle-big_little.c
2970
2971 CPUIDLE DRIVER - ARM EXYNOS
2972 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2973 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2974 M:      Kukjin Kim <kgene@kernel.org>
2975 L:      linux-pm@vger.kernel.org
2976 L:      linux-samsung-soc@vger.kernel.org
2977 S:      Supported
2978 F:      drivers/cpuidle/cpuidle-exynos.c
2979 F:      arch/arm/mach-exynos/pm.c
2980
2981 CPUIDLE DRIVERS
2982 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2983 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2984 L:      linux-pm@vger.kernel.org
2985 S:      Maintained
2986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2987 F:      drivers/cpuidle/*
2988 F:      include/linux/cpuidle.h
2989
2990 CPUID/MSR DRIVER
2991 M:      "H. Peter Anvin" <hpa@zytor.com>
2992 S:      Maintained
2993 F:      arch/x86/kernel/cpuid.c
2994 F:      arch/x86/kernel/msr.c
2995
2996 CPU POWER MONITORING SUBSYSTEM
2997 M:      Thomas Renninger <trenn@suse.com>
2998 L:      linux-pm@vger.kernel.org
2999 S:      Maintained
3000 F:      tools/power/cpupower/
3001
3002 CRAMFS FILESYSTEM
3003 W:      http://sourceforge.net/projects/cramfs/
3004 S:      Orphan / Obsolete
3005 F:      Documentation/filesystems/cramfs.txt
3006 F:      fs/cramfs/
3007
3008 CRIS PORT
3009 M:      Mikael Starvik <starvik@axis.com>
3010 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3011 L:      linux-cris-kernel@axis.com
3012 W:      http://developer.axis.com
3013 S:      Maintained
3014 F:      arch/cris/
3015 F:      drivers/tty/serial/crisv10.*
3016
3017 CRYPTO API
3018 M:      Herbert Xu <herbert@gondor.apana.org.au>
3019 M:      "David S. Miller" <davem@davemloft.net>
3020 L:      linux-crypto@vger.kernel.org
3021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3022 S:      Maintained
3023 F:      Documentation/crypto/
3024 F:      Documentation/DocBook/crypto-API.tmpl
3025 F:      arch/*/crypto/
3026 F:      crypto/
3027 F:      drivers/crypto/
3028 F:      include/crypto/
3029
3030 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3031 M:      Neil Horman <nhorman@tuxdriver.com>
3032 L:      linux-crypto@vger.kernel.org
3033 S:      Maintained
3034 F:      crypto/ansi_cprng.c
3035 F:      crypto/rng.c
3036
3037 CS5535 Audio ALSA driver
3038 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3039 S:      Maintained
3040 F:      sound/pci/cs5535audio/
3041
3042 CW1200 WLAN driver
3043 M:      Solomon Peachy <pizza@shaftnet.org>
3044 S:      Maintained
3045 F:      drivers/net/wireless/cw1200/
3046
3047 CX18 VIDEO4LINUX DRIVER
3048 M:      Andy Walls <awalls@md.metrocast.net>
3049 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3050 L:      linux-media@vger.kernel.org
3051 T:      git git://linuxtv.org/media_tree.git
3052 W:      http://linuxtv.org
3053 W:      http://www.ivtvdriver.org/index.php/Cx18
3054 S:      Maintained
3055 F:      Documentation/video4linux/cx18.txt
3056 F:      drivers/media/pci/cx18/
3057 F:      include/uapi/linux/ivtv*
3058
3059 CX2341X MPEG ENCODER HELPER MODULE
3060 M:      Hans Verkuil <hverkuil@xs4all.nl>
3061 L:      linux-media@vger.kernel.org
3062 T:      git git://linuxtv.org/media_tree.git
3063 W:      http://linuxtv.org
3064 S:      Maintained
3065 F:      drivers/media/common/cx2341x*
3066 F:      include/media/cx2341x*
3067
3068 CX24120 MEDIA DRIVER
3069 M:      Jemma Denson <jdenson@gmail.com>
3070 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3071 L:      linux-media@vger.kernel.org
3072 W:      http://linuxtv.org/
3073 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3074 S:      Maintained
3075 F:      drivers/media/dvb-frontends/cx24120*
3076
3077 CX88 VIDEO4LINUX DRIVER
3078 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3079 L:      linux-media@vger.kernel.org
3080 W:      http://linuxtv.org
3081 T:      git git://linuxtv.org/media_tree.git
3082 S:      Odd fixes
3083 F:      Documentation/video4linux/cx88/
3084 F:      drivers/media/pci/cx88/
3085
3086 CXD2820R MEDIA DRIVER
3087 M:      Antti Palosaari <crope@iki.fi>
3088 L:      linux-media@vger.kernel.org
3089 W:      http://linuxtv.org/
3090 W:      http://palosaari.fi/linux/
3091 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3092 T:      git git://linuxtv.org/anttip/media_tree.git
3093 S:      Maintained
3094 F:      drivers/media/dvb-frontends/cxd2820r*
3095
3096 CXGB3 ETHERNET DRIVER (CXGB3)
3097 M:      Santosh Raspatur <santosh@chelsio.com>
3098 L:      netdev@vger.kernel.org
3099 W:      http://www.chelsio.com
3100 S:      Supported
3101 F:      drivers/net/ethernet/chelsio/cxgb3/
3102
3103 CXGB3 ISCSI DRIVER (CXGB3I)
3104 M:      Karen Xie <kxie@chelsio.com>
3105 L:      linux-scsi@vger.kernel.org
3106 W:      http://www.chelsio.com
3107 S:      Supported
3108 F:      drivers/scsi/cxgbi/cxgb3i
3109
3110 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3111 M:      Steve Wise <swise@chelsio.com>
3112 L:      linux-rdma@vger.kernel.org
3113 W:      http://www.openfabrics.org
3114 S:      Supported
3115 F:      drivers/infiniband/hw/cxgb3/
3116
3117 CXGB4 ETHERNET DRIVER (CXGB4)
3118 M:      Hariprasad S <hariprasad@chelsio.com>
3119 L:      netdev@vger.kernel.org
3120 W:      http://www.chelsio.com
3121 S:      Supported
3122 F:      drivers/net/ethernet/chelsio/cxgb4/
3123
3124 CXGB4 ISCSI DRIVER (CXGB4I)
3125 M:      Karen Xie <kxie@chelsio.com>
3126 L:      linux-scsi@vger.kernel.org
3127 W:      http://www.chelsio.com
3128 S:      Supported
3129 F:      drivers/scsi/cxgbi/cxgb4i
3130
3131 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3132 M:      Steve Wise <swise@chelsio.com>
3133 L:      linux-rdma@vger.kernel.org
3134 W:      http://www.openfabrics.org
3135 S:      Supported
3136 F:      drivers/infiniband/hw/cxgb4/
3137
3138 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3139 M:      Casey Leedom <leedom@chelsio.com>
3140 L:      netdev@vger.kernel.org
3141 W:      http://www.chelsio.com
3142 S:      Supported
3143 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3144
3145 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3146 M:      Ian Munsie <imunsie@au1.ibm.com>
3147 M:      Michael Neuling <mikey@neuling.org>
3148 L:      linuxppc-dev@lists.ozlabs.org
3149 S:      Supported
3150 F:      drivers/misc/cxl/
3151 F:      include/misc/cxl*
3152 F:      include/uapi/misc/cxl.h
3153 F:      Documentation/powerpc/cxl.txt
3154 F:      Documentation/powerpc/cxl.txt
3155 F:      Documentation/ABI/testing/sysfs-class-cxl
3156
3157 STMMAC ETHERNET DRIVER
3158 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3159 L:      netdev@vger.kernel.org
3160 W:      http://www.stlinux.com
3161 S:      Supported
3162 F:      drivers/net/ethernet/stmicro/stmmac/
3163
3164 CYBERPRO FB DRIVER
3165 M:      Russell King <linux@arm.linux.org.uk>
3166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3167 W:      http://www.arm.linux.org.uk/
3168 S:      Maintained
3169 F:      drivers/video/fbdev/cyber2000fb.*
3170
3171 CYCLADES ASYNC MUX DRIVER
3172 W:      http://www.cyclades.com/
3173 S:      Orphan
3174 F:      drivers/tty/cyclades.c
3175 F:      include/linux/cyclades.h
3176 F:      include/uapi/linux/cyclades.h
3177
3178 CYCLADES PC300 DRIVER
3179 W:      http://www.cyclades.com/
3180 S:      Orphan
3181 F:      drivers/net/wan/pc300*
3182
3183 CYPRESS_FIRMWARE MEDIA DRIVER
3184 M:      Antti Palosaari <crope@iki.fi>
3185 L:      linux-media@vger.kernel.org
3186 W:      http://linuxtv.org/
3187 W:      http://palosaari.fi/linux/
3188 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3189 T:      git git://linuxtv.org/anttip/media_tree.git
3190 S:      Maintained
3191 F:      drivers/media/common/cypress_firmware*
3192
3193 CYTTSP TOUCHSCREEN DRIVER
3194 M:      Ferruh Yigit <fery@cypress.com>
3195 L:      linux-input@vger.kernel.org
3196 S:      Supported
3197 F:      drivers/input/touchscreen/cyttsp*
3198 F:      include/linux/input/cyttsp.h
3199
3200 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3201 M:      Joshua Kinard <kumba@gentoo.org>
3202 S:      Maintained
3203 F:      drivers/rtc/rtc-ds1685.c
3204 F:      include/linux/rtc/ds1685.h
3205
3206 DAMA SLAVE for AX.25
3207 M:      Joerg Reuter <jreuter@yaina.de>
3208 W:      http://yaina.de/jreuter/
3209 W:      http://www.qsl.net/dl1bke/
3210 L:      linux-hams@vger.kernel.org
3211 S:      Maintained
3212 F:      net/ax25/af_ax25.c
3213 F:      net/ax25/ax25_dev.c
3214 F:      net/ax25/ax25_ds_*
3215 F:      net/ax25/ax25_in.c
3216 F:      net/ax25/ax25_out.c
3217 F:      net/ax25/ax25_timer.c
3218 F:      net/ax25/sysctl_net_ax25.c
3219
3220 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3221 L:      netdev@vger.kernel.org
3222 S:      Orphan
3223 F:      Documentation/networking/dmfe.txt
3224 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3225
3226 DC390/AM53C974 SCSI driver
3227 M:      Hannes Reinecke <hare@suse.com>
3228 L:      linux-scsi@vger.kernel.org
3229 S:      Maintained
3230 F:      drivers/scsi/am53c974.c
3231
3232 DC395x SCSI driver
3233 M:      Oliver Neukum <oliver@neukum.org>
3234 M:      Ali Akcaagac <aliakc@web.de>
3235 M:      Jamie Lenehan <lenehan@twibble.org>
3236 L:      dc395x@twibble.org
3237 W:      http://twibble.org/dist/dc395x/
3238 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3239 S:      Maintained
3240 F:      Documentation/scsi/dc395x.txt
3241 F:      drivers/scsi/dc395x.*
3242
3243 DCCP PROTOCOL
3244 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3245 L:      dccp@vger.kernel.org
3246 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3247 S:      Maintained
3248 F:      include/linux/dccp.h
3249 F:      include/uapi/linux/dccp.h
3250 F:      include/linux/tfrc.h
3251 F:      net/dccp/
3252
3253 DECnet NETWORK LAYER
3254 W:      http://linux-decnet.sourceforge.net
3255 L:      linux-decnet-user@lists.sourceforge.net
3256 S:      Orphan
3257 F:      Documentation/networking/decnet.txt
3258 F:      net/decnet/
3259
3260 DECSTATION PLATFORM SUPPORT
3261 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3262 L:      linux-mips@linux-mips.org
3263 W:      http://www.linux-mips.org/wiki/DECstation
3264 S:      Maintained
3265 F:      arch/mips/dec/
3266 F:      arch/mips/include/asm/dec/
3267 F:      arch/mips/include/asm/mach-dec/
3268
3269 DEFXX FDDI NETWORK DRIVER
3270 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3271 S:      Maintained
3272 F:      drivers/net/fddi/defxx.*
3273
3274 DELL LAPTOP DRIVER
3275 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3276 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3277 L:      platform-driver-x86@vger.kernel.org
3278 S:      Maintained
3279 F:      drivers/platform/x86/dell-laptop.c
3280
3281 DELL LAPTOP RBTN DRIVER
3282 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3283 S:      Maintained
3284 F:      drivers/platform/x86/dell-rbtn.*
3285
3286 DELL LAPTOP FREEFALL DRIVER
3287 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3288 S:      Maintained
3289 F:      drivers/platform/x86/dell-smo8800.c
3290
3291 DELL LAPTOP SMM DRIVER
3292 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3293 S:      Maintained
3294 F:      drivers/hwmon/dell-smm-hwmon.c
3295 F:      include/uapi/linux/i8k.h
3296
3297 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3298 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3299 S:      Maintained
3300 F:      Documentation/dcdbas.txt
3301 F:      drivers/firmware/dcdbas.*
3302
3303 DELL WMI EXTRAS DRIVER
3304 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3305 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3306 S:      Maintained
3307 F:      drivers/platform/x86/dell-wmi.c
3308
3309 DESIGNWARE USB2 DRD IP DRIVER
3310 M:      John Youn <johnyoun@synopsys.com>
3311 L:      linux-usb@vger.kernel.org
3312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3313 S:      Maintained
3314 F:      drivers/usb/dwc2/
3315
3316 DESIGNWARE USB3 DRD IP DRIVER
3317 M:      Felipe Balbi <balbi@ti.com>
3318 L:      linux-usb@vger.kernel.org
3319 L:      linux-omap@vger.kernel.org
3320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3321 S:      Maintained
3322 F:      drivers/usb/dwc3/
3323
3324 DEVICE COREDUMP (DEV_COREDUMP)
3325 M:      Johannes Berg <johannes@sipsolutions.net>
3326 L:      linux-kernel@vger.kernel.org
3327 S:      Maintained
3328 F:      drivers/base/devcoredump.c
3329 F:      include/linux/devcoredump.h
3330
3331 DEVICE FREQUENCY (DEVFREQ)
3332 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3333 M:      Kyungmin Park <kyungmin.park@samsung.com>
3334 L:      linux-pm@vger.kernel.org
3335 S:      Maintained
3336 F:      drivers/devfreq/
3337
3338 DEVICE NUMBER REGISTRY
3339 M:      Torben Mathiasen <device@lanana.org>
3340 W:      http://lanana.org/docs/device-list/index.html
3341 S:      Maintained
3342
3343 DEVICE-MAPPER  (LVM)
3344 M:      Alasdair Kergon <agk@redhat.com>
3345 M:      Mike Snitzer <snitzer@redhat.com>
3346 M:      dm-devel@redhat.com
3347 L:      dm-devel@redhat.com
3348 W:      http://sources.redhat.com/dm
3349 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3351 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3352 S:      Maintained
3353 F:      Documentation/device-mapper/
3354 F:      drivers/md/dm*
3355 F:      drivers/md/persistent-data/
3356 F:      include/linux/device-mapper.h
3357 F:      include/linux/dm-*.h
3358 F:      include/uapi/linux/dm-*.h
3359
3360 DIALOG SEMICONDUCTOR DRIVERS
3361 M:      Support Opensource <support.opensource@diasemi.com>
3362 W:      http://www.dialog-semiconductor.com/products
3363 S:      Supported
3364 F:      Documentation/hwmon/da90??
3365 F:      drivers/gpio/gpio-da90??.c
3366 F:      drivers/hwmon/da90??-hwmon.c
3367 F:      drivers/iio/adc/da91??-*.c
3368 F:      drivers/input/misc/da90??_onkey.c
3369 F:      drivers/input/touchscreen/da9052_tsi.c
3370 F:      drivers/leds/leds-da90??.c
3371 F:      drivers/mfd/da903x.c
3372 F:      drivers/mfd/da90??-*.c
3373 F:      drivers/mfd/da91??-*.c
3374 F:      drivers/power/da9052-battery.c
3375 F:      drivers/power/da91??-*.c
3376 F:      drivers/regulator/da903x.c
3377 F:      drivers/regulator/da9???-regulator.[ch]
3378 F:      drivers/rtc/rtc-da90??.c
3379 F:      drivers/video/backlight/da90??_bl.c
3380 F:      drivers/watchdog/da90??_wdt.c
3381 F:      include/linux/mfd/da903x.h
3382 F:      include/linux/mfd/da9052/
3383 F:      include/linux/mfd/da9055/
3384 F:      include/linux/mfd/da9063/
3385 F:      include/linux/mfd/da9150/
3386 F:      include/sound/da[79]*.h
3387 F:      sound/soc/codecs/da[79]*.[ch]
3388
3389 DIGI NEO AND CLASSIC PCI PRODUCTS
3390 M:      Lidza Louina <lidza.louina@gmail.com>
3391 M:      Mark Hounschell <markh@compro.net>
3392 L:      driverdev-devel@linuxdriverproject.org
3393 S:      Maintained
3394 F:      drivers/staging/dgnc/
3395
3396 DIGI EPCA PCI PRODUCTS
3397 M:      Lidza Louina <lidza.louina@gmail.com>
3398 M:      Mark Hounschell <markh@compro.net>
3399 M:      Daeseok Youn <daeseok.youn@gmail.com>
3400 L:      driverdev-devel@linuxdriverproject.org
3401 S:      Maintained
3402 F:      drivers/staging/dgap/
3403
3404 DIOLAN U2C-12 I2C DRIVER
3405 M:      Guenter Roeck <linux@roeck-us.net>
3406 L:      linux-i2c@vger.kernel.org
3407 S:      Maintained
3408 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3409
3410 DIRECT ACCESS (DAX)
3411 M:      Matthew Wilcox <willy@linux.intel.com>
3412 L:      linux-fsdevel@vger.kernel.org
3413 S:      Supported
3414 F:      fs/dax.c
3415
3416 DIRECTORY NOTIFICATION (DNOTIFY)
3417 M:      Eric Paris <eparis@parisplace.org>
3418 S:      Maintained
3419 F:      Documentation/filesystems/dnotify.txt
3420 F:      fs/notify/dnotify/
3421 F:      include/linux/dnotify.h
3422
3423 DISK GEOMETRY AND PARTITION HANDLING
3424 M:      Andries Brouwer <aeb@cwi.nl>
3425 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3426 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3427 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3428 S:      Maintained
3429
3430 DISKQUOTA
3431 M:      Jan Kara <jack@suse.com>
3432 S:      Maintained
3433 F:      Documentation/filesystems/quota.txt
3434 F:      fs/quota/
3435 F:      include/linux/quota*.h
3436 F:      include/uapi/linux/quota*.h
3437
3438 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3439 M:      Bernie Thompson <bernie@plugable.com>
3440 L:      linux-fbdev@vger.kernel.org
3441 S:      Maintained
3442 W:      http://plugable.com/category/projects/udlfb/
3443 F:      drivers/video/fbdev/udlfb.c
3444 F:      include/video/udlfb.h
3445 F:      Documentation/fb/udlfb.txt
3446
3447 DISTRIBUTED LOCK MANAGER (DLM)
3448 M:      Christine Caulfield <ccaulfie@redhat.com>
3449 M:      David Teigland <teigland@redhat.com>
3450 L:      cluster-devel@redhat.com
3451 W:      http://sources.redhat.com/cluster/
3452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3453 S:      Supported
3454 F:      fs/dlm/
3455
3456 DMA BUFFER SHARING FRAMEWORK
3457 M:      Sumit Semwal <sumit.semwal@linaro.org>
3458 S:      Maintained
3459 L:      linux-media@vger.kernel.org
3460 L:      dri-devel@lists.freedesktop.org
3461 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3462 F:      drivers/dma-buf/
3463 F:      include/linux/dma-buf*
3464 F:      include/linux/reservation.h
3465 F:      include/linux/*fence.h
3466 F:      Documentation/dma-buf-sharing.txt
3467 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3468
3469 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3470 M:      Vinod Koul <vinod.koul@intel.com>
3471 L:      dmaengine@vger.kernel.org
3472 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3473 S:      Maintained
3474 F:      drivers/dma/
3475 F:      include/linux/dmaengine.h
3476 F:      Documentation/dmaengine/
3477 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3478
3479 DME1737 HARDWARE MONITOR DRIVER
3480 M:      Juerg Haefliger <juergh@gmail.com>
3481 L:      lm-sensors@lm-sensors.org
3482 S:      Maintained
3483 F:      Documentation/hwmon/dme1737
3484 F:      drivers/hwmon/dme1737.c
3485
3486 DMI/SMBIOS SUPPORT
3487 M:      Jean Delvare <jdelvare@suse.com>
3488 S:      Maintained
3489 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3490 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3491 F:      drivers/firmware/dmi-id.c
3492 F:      drivers/firmware/dmi_scan.c
3493 F:      include/linux/dmi.h
3494
3495 DOCUMENTATION
3496 M:      Jonathan Corbet <corbet@lwn.net>
3497 L:      linux-doc@vger.kernel.org
3498 S:      Maintained
3499 F:      Documentation/
3500 X:      Documentation/ABI/
3501 X:      Documentation/devicetree/
3502 X:      Documentation/acpi
3503 X:      Documentation/power
3504 X:      Documentation/spi
3505 X:      Documentation/DocBook/media
3506 T:      git git://git.lwn.net/linux-2.6.git docs-next
3507
3508 DOUBLETALK DRIVER
3509 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3510 L:      blinux-list@redhat.com
3511 S:      Maintained
3512 F:      drivers/char/dtlk.c
3513 F:      include/linux/dtlk.h
3514
3515 DPT_I2O SCSI RAID DRIVER
3516 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3517 L:      linux-scsi@vger.kernel.org
3518 W:      http://www.adaptec.com/
3519 S:      Maintained
3520 F:      drivers/scsi/dpt*
3521 F:      drivers/scsi/dpt/
3522
3523 DRBD DRIVER
3524 P:      Philipp Reisner
3525 P:      Lars Ellenberg
3526 M:      drbd-dev@lists.linbit.com
3527 L:      drbd-user@lists.linbit.com
3528 W:      http://www.drbd.org
3529 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3530 T:      git git://git.drbd.org/drbd-8.3.git
3531 S:      Supported
3532 F:      drivers/block/drbd/
3533 F:      lib/lru_cache.c
3534 F:      Documentation/blockdev/drbd/
3535
3536 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3537 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3539 S:      Supported
3540 F:      Documentation/kobject.txt
3541 F:      drivers/base/
3542 F:      fs/debugfs/
3543 F:      fs/kernfs/
3544 F:      fs/sysfs/
3545 F:      include/linux/debugfs.h
3546 F:      include/linux/kobj*
3547 F:      lib/kobj*
3548
3549 DRM DRIVERS
3550 M:      David Airlie <airlied@linux.ie>
3551 L:      dri-devel@lists.freedesktop.org
3552 T:      git git://people.freedesktop.org/~airlied/linux
3553 S:      Maintained
3554 F:      drivers/gpu/drm/
3555 F:      drivers/gpu/vga/
3556 F:      include/drm/
3557 F:      include/uapi/drm/
3558
3559 RADEON DRM DRIVERS
3560 M:      Alex Deucher <alexander.deucher@amd.com>
3561 M:      Christian König <christian.koenig@amd.com>
3562 L:      dri-devel@lists.freedesktop.org
3563 T:      git git://people.freedesktop.org/~agd5f/linux
3564 S:      Supported
3565 F:      drivers/gpu/drm/radeon/
3566 F:      include/uapi/drm/radeon*
3567
3568 DRM PANEL DRIVERS
3569 M:      Thierry Reding <thierry.reding@gmail.com>
3570 L:      dri-devel@lists.freedesktop.org
3571 T:      git git://anongit.freedesktop.org/tegra/linux.git
3572 S:      Maintained
3573 F:      drivers/gpu/drm/drm_panel.c
3574 F:      drivers/gpu/drm/panel/
3575 F:      include/drm/drm_panel.h
3576 F:      Documentation/devicetree/bindings/panel/
3577
3578 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3579 M:      Daniel Vetter <daniel.vetter@intel.com>
3580 M:      Jani Nikula <jani.nikula@linux.intel.com>
3581 L:      intel-gfx@lists.freedesktop.org
3582 L:      dri-devel@lists.freedesktop.org
3583 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3584 T:      git git://anongit.freedesktop.org/drm-intel
3585 S:      Supported
3586 F:      drivers/gpu/drm/i915/
3587 F:      include/drm/i915*
3588 F:      include/uapi/drm/i915*
3589
3590 DRM DRIVERS FOR EXYNOS
3591 M:      Inki Dae <inki.dae@samsung.com>
3592 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3593 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3594 M:      Kyungmin Park <kyungmin.park@samsung.com>
3595 L:      dri-devel@lists.freedesktop.org
3596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3597 S:      Supported
3598 F:      drivers/gpu/drm/exynos/
3599 F:      include/drm/exynos*
3600 F:      include/uapi/drm/exynos*
3601
3602 DRM DRIVERS FOR FREESCALE DCU
3603 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3604 M:      Alison Wang <alison.wang@freescale.com>
3605 L:      dri-devel@lists.freedesktop.org
3606 S:      Supported
3607 F:      drivers/gpu/drm/fsl-dcu/
3608 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3609 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3610
3611 DRM DRIVERS FOR FREESCALE IMX
3612 M:      Philipp Zabel <p.zabel@pengutronix.de>
3613 L:      dri-devel@lists.freedesktop.org
3614 S:      Maintained
3615 F:      drivers/gpu/drm/imx/
3616 F:      Documentation/devicetree/bindings/drm/imx/
3617
3618 DRM DRIVERS FOR NVIDIA TEGRA
3619 M:      Thierry Reding <thierry.reding@gmail.com>
3620 M:      Terje Bergström <tbergstrom@nvidia.com>
3621 L:      dri-devel@lists.freedesktop.org
3622 L:      linux-tegra@vger.kernel.org
3623 T:      git git://anongit.freedesktop.org/tegra/linux.git
3624 S:      Supported
3625 F:      drivers/gpu/drm/tegra/
3626 F:      drivers/gpu/host1x/
3627 F:      include/linux/host1x.h
3628 F:      include/uapi/drm/tegra_drm.h
3629 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3630
3631 DRM DRIVERS FOR RENESAS
3632 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3633 L:      dri-devel@lists.freedesktop.org
3634 L:      linux-sh@vger.kernel.org
3635 T:      git git://people.freedesktop.org/~airlied/linux
3636 S:      Supported
3637 F:      drivers/gpu/drm/rcar-du/
3638 F:      drivers/gpu/drm/shmobile/
3639 F:      include/linux/platform_data/shmob_drm.h
3640
3641 DRM DRIVERS FOR ROCKCHIP
3642 M:      Mark Yao <mark.yao@rock-chips.com>
3643 L:      dri-devel@lists.freedesktop.org
3644 S:      Maintained
3645 F:      drivers/gpu/drm/rockchip/
3646 F:      Documentation/devicetree/bindings/video/rockchip*
3647
3648 DRM DRIVERS FOR STI
3649 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3650 M:      Vincent Abriou <vincent.abriou@st.com>
3651 L:      dri-devel@lists.freedesktop.org
3652 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3653 S:      Maintained
3654 F:      drivers/gpu/drm/sti
3655 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3656
3657 DSBR100 USB FM RADIO DRIVER
3658 M:      Alexey Klimov <klimov.linux@gmail.com>
3659 L:      linux-media@vger.kernel.org
3660 T:      git git://linuxtv.org/media_tree.git
3661 S:      Maintained
3662 F:      drivers/media/radio/dsbr100.c
3663
3664 DSCC4 DRIVER
3665 M:      Francois Romieu <romieu@fr.zoreil.com>
3666 L:      netdev@vger.kernel.org
3667 S:      Maintained
3668 F:      drivers/net/wan/dscc4.c
3669
3670 DT3155 MEDIA DRIVER
3671 M:      Hans Verkuil <hverkuil@xs4all.nl>
3672 L:      linux-media@vger.kernel.org
3673 T:      git git://linuxtv.org/media_tree.git
3674 W:      http://linuxtv.org
3675 S:      Odd Fixes
3676 F:      drivers/media/pci/dt3155/
3677
3678 DVB_USB_AF9015 MEDIA DRIVER
3679 M:      Antti Palosaari <crope@iki.fi>
3680 L:      linux-media@vger.kernel.org
3681 W:      http://linuxtv.org/
3682 W:      http://palosaari.fi/linux/
3683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3684 T:      git git://linuxtv.org/anttip/media_tree.git
3685 S:      Maintained
3686 F:      drivers/media/usb/dvb-usb-v2/af9015*
3687
3688 DVB_USB_AF9035 MEDIA DRIVER
3689 M:      Antti Palosaari <crope@iki.fi>
3690 L:      linux-media@vger.kernel.org
3691 W:      http://linuxtv.org/
3692 W:      http://palosaari.fi/linux/
3693 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3694 T:      git git://linuxtv.org/anttip/media_tree.git
3695 S:      Maintained
3696 F:      drivers/media/usb/dvb-usb-v2/af9035*
3697
3698 DVB_USB_ANYSEE MEDIA DRIVER
3699 M:      Antti Palosaari <crope@iki.fi>
3700 L:      linux-media@vger.kernel.org
3701 W:      http://linuxtv.org/
3702 W:      http://palosaari.fi/linux/
3703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3704 T:      git git://linuxtv.org/anttip/media_tree.git
3705 S:      Maintained
3706 F:      drivers/media/usb/dvb-usb-v2/anysee*
3707
3708 DVB_USB_AU6610 MEDIA DRIVER
3709 M:      Antti Palosaari <crope@iki.fi>
3710 L:      linux-media@vger.kernel.org
3711 W:      http://linuxtv.org/
3712 W:      http://palosaari.fi/linux/
3713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3714 T:      git git://linuxtv.org/anttip/media_tree.git
3715 S:      Maintained
3716 F:      drivers/media/usb/dvb-usb-v2/au6610*
3717
3718 DVB_USB_CE6230 MEDIA DRIVER
3719 M:      Antti Palosaari <crope@iki.fi>
3720 L:      linux-media@vger.kernel.org
3721 W:      http://linuxtv.org/
3722 W:      http://palosaari.fi/linux/
3723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3724 T:      git git://linuxtv.org/anttip/media_tree.git
3725 S:      Maintained
3726 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3727
3728 DVB_USB_CXUSB MEDIA DRIVER
3729 M:      Michael Krufky <mkrufky@linuxtv.org>
3730 L:      linux-media@vger.kernel.org
3731 W:      http://linuxtv.org/
3732 W:      http://github.com/mkrufky
3733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3734 T:      git git://linuxtv.org/media_tree.git
3735 S:      Maintained
3736 F:      drivers/media/usb/dvb-usb/cxusb*
3737
3738 DVB_USB_EC168 MEDIA DRIVER
3739 M:      Antti Palosaari <crope@iki.fi>
3740 L:      linux-media@vger.kernel.org
3741 W:      http://linuxtv.org/
3742 W:      http://palosaari.fi/linux/
3743 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3744 T:      git git://linuxtv.org/anttip/media_tree.git
3745 S:      Maintained
3746 F:      drivers/media/usb/dvb-usb-v2/ec168*
3747
3748 DVB_USB_GL861 MEDIA DRIVER
3749 M:      Antti Palosaari <crope@iki.fi>
3750 L:      linux-media@vger.kernel.org
3751 W:      http://linuxtv.org/
3752 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3753 T:      git git://linuxtv.org/anttip/media_tree.git
3754 S:      Maintained
3755 F:      drivers/media/usb/dvb-usb-v2/gl861*
3756
3757 DVB_USB_MXL111SF MEDIA DRIVER
3758 M:      Michael Krufky <mkrufky@linuxtv.org>
3759 L:      linux-media@vger.kernel.org
3760 W:      http://linuxtv.org/
3761 W:      http://github.com/mkrufky
3762 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3763 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3764 S:      Maintained
3765 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3766
3767 DVB_USB_RTL28XXU MEDIA DRIVER
3768 M:      Antti Palosaari <crope@iki.fi>
3769 L:      linux-media@vger.kernel.org
3770 W:      http://linuxtv.org/
3771 W:      http://palosaari.fi/linux/
3772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3773 T:      git git://linuxtv.org/anttip/media_tree.git
3774 S:      Maintained
3775 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3776
3777 DVB_USB_V2 MEDIA DRIVER
3778 M:      Antti Palosaari <crope@iki.fi>
3779 L:      linux-media@vger.kernel.org
3780 W:      http://linuxtv.org/
3781 W:      http://palosaari.fi/linux/
3782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3783 T:      git git://linuxtv.org/anttip/media_tree.git
3784 S:      Maintained
3785 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3786 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3787
3788 DYNAMIC DEBUG
3789 M:      Jason Baron <jbaron@akamai.com>
3790 S:      Maintained
3791 F:      lib/dynamic_debug.c
3792 F:      include/linux/dynamic_debug.h
3793
3794 DZ DECSTATION DZ11 SERIAL DRIVER
3795 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3796 S:      Maintained
3797 F:      drivers/tty/serial/dz.*
3798
3799 E3X0 POWER BUTTON DRIVER
3800 M:      Moritz Fischer <moritz.fischer@ettus.com>
3801 L:      usrp-users@lists.ettus.com
3802 W:      http://www.ettus.com
3803 S:      Supported
3804 F:      drivers/input/misc/e3x0-button.c
3805 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3806
3807 E4000 MEDIA DRIVER
3808 M:      Antti Palosaari <crope@iki.fi>
3809 L:      linux-media@vger.kernel.org
3810 W:      http://linuxtv.org/
3811 W:      http://palosaari.fi/linux/
3812 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3813 T:      git git://linuxtv.org/anttip/media_tree.git
3814 S:      Maintained
3815 F:      drivers/media/tuners/e4000*
3816
3817 EATA ISA/EISA/PCI SCSI DRIVER
3818 M:      Dario Ballabio <ballabio_dario@emc.com>
3819 L:      linux-scsi@vger.kernel.org
3820 S:      Maintained
3821 F:      drivers/scsi/eata.c
3822
3823 EC100 MEDIA DRIVER
3824 M:      Antti Palosaari <crope@iki.fi>
3825 L:      linux-media@vger.kernel.org
3826 W:      http://linuxtv.org/
3827 W:      http://palosaari.fi/linux/
3828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3829 T:      git git://linuxtv.org/anttip/media_tree.git
3830 S:      Maintained
3831 F:      drivers/media/dvb-frontends/ec100*
3832
3833 ECRYPT FILE SYSTEM
3834 M:      Tyler Hicks <tyhicks@canonical.com>
3835 L:      ecryptfs@vger.kernel.org
3836 W:      http://ecryptfs.org
3837 W:      https://launchpad.net/ecryptfs
3838 S:      Supported
3839 F:      Documentation/filesystems/ecryptfs.txt
3840 F:      fs/ecryptfs/
3841
3842 EDAC-CORE
3843 M:      Doug Thompson <dougthompson@xmission.com>
3844 M:      Borislav Petkov <bp@alien8.de>
3845 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3846 L:      linux-edac@vger.kernel.org
3847 W:      bluesmoke.sourceforge.net
3848 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3849 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3850 S:      Supported
3851 F:      Documentation/edac.txt
3852 F:      drivers/edac/
3853 F:      include/linux/edac.h
3854
3855 EDAC-AMD64
3856 M:      Doug Thompson <dougthompson@xmission.com>
3857 M:      Borislav Petkov <bp@alien8.de>
3858 L:      linux-edac@vger.kernel.org
3859 W:      bluesmoke.sourceforge.net
3860 S:      Maintained
3861 F:      drivers/edac/amd64_edac*
3862
3863 EDAC-CALXEDA
3864 M:      Doug Thompson <dougthompson@xmission.com>
3865 M:      Robert Richter <rric@kernel.org>
3866 L:      linux-edac@vger.kernel.org
3867 W:      bluesmoke.sourceforge.net
3868 S:      Maintained
3869 F:      drivers/edac/highbank*
3870
3871 EDAC-CAVIUM
3872 M:      Ralf Baechle <ralf@linux-mips.org>
3873 M:      David Daney <david.daney@cavium.com>
3874 L:      linux-edac@vger.kernel.org
3875 L:      linux-mips@linux-mips.org
3876 W:      bluesmoke.sourceforge.net
3877 S:      Supported
3878 F:      drivers/edac/octeon_edac*
3879
3880 EDAC-E752X
3881 M:      Mark Gross <mark.gross@intel.com>
3882 M:      Doug Thompson <dougthompson@xmission.com>
3883 L:      linux-edac@vger.kernel.org
3884 W:      bluesmoke.sourceforge.net
3885 S:      Maintained
3886 F:      drivers/edac/e752x_edac.c
3887
3888 EDAC-E7XXX
3889 M:      Doug Thompson <dougthompson@xmission.com>
3890 L:      linux-edac@vger.kernel.org
3891 W:      bluesmoke.sourceforge.net
3892 S:      Maintained
3893 F:      drivers/edac/e7xxx_edac.c
3894
3895 EDAC-GHES
3896 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3897 L:      linux-edac@vger.kernel.org
3898 W:      bluesmoke.sourceforge.net
3899 S:      Maintained
3900 F:      drivers/edac/ghes_edac.c
3901
3902 EDAC-I82443BXGX
3903 M:      Tim Small <tim@buttersideup.com>
3904 L:      linux-edac@vger.kernel.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Maintained
3907 F:      drivers/edac/i82443bxgx_edac.c
3908
3909 EDAC-I3000
3910 M:      Jason Uhlenkott <juhlenko@akamai.com>
3911 L:      linux-edac@vger.kernel.org
3912 W:      bluesmoke.sourceforge.net
3913 S:      Maintained
3914 F:      drivers/edac/i3000_edac.c
3915
3916 EDAC-I5000
3917 M:      Doug Thompson <dougthompson@xmission.com>
3918 L:      linux-edac@vger.kernel.org
3919 W:      bluesmoke.sourceforge.net
3920 S:      Maintained
3921 F:      drivers/edac/i5000_edac.c
3922
3923 EDAC-I5400
3924 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3925 L:      linux-edac@vger.kernel.org
3926 W:      bluesmoke.sourceforge.net
3927 S:      Maintained
3928 F:      drivers/edac/i5400_edac.c
3929
3930 EDAC-I7300
3931 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3932 L:      linux-edac@vger.kernel.org
3933 W:      bluesmoke.sourceforge.net
3934 S:      Maintained
3935 F:      drivers/edac/i7300_edac.c
3936
3937 EDAC-I7CORE
3938 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3939 L:      linux-edac@vger.kernel.org
3940 W:      bluesmoke.sourceforge.net
3941 S:      Maintained
3942 F:      drivers/edac/i7core_edac.c
3943
3944 EDAC-I82975X
3945 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3946 M:      "Arvind R." <arvino55@gmail.com>
3947 L:      linux-edac@vger.kernel.org
3948 W:      bluesmoke.sourceforge.net
3949 S:      Maintained
3950 F:      drivers/edac/i82975x_edac.c
3951
3952 EDAC-IE31200
3953 M:      Jason Baron <jbaron@akamai.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/ie31200_edac.c
3958
3959 EDAC-MPC85XX
3960 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3961 L:      linux-edac@vger.kernel.org
3962 W:      bluesmoke.sourceforge.net
3963 S:      Maintained
3964 F:      drivers/edac/mpc85xx_edac.[ch]
3965
3966 EDAC-PASEMI
3967 M:      Egor Martovetsky <egor@pasemi.com>
3968 L:      linux-edac@vger.kernel.org
3969 W:      bluesmoke.sourceforge.net
3970 S:      Maintained
3971 F:      drivers/edac/pasemi_edac.c
3972
3973 EDAC-R82600
3974 M:      Tim Small <tim@buttersideup.com>
3975 L:      linux-edac@vger.kernel.org
3976 W:      bluesmoke.sourceforge.net
3977 S:      Maintained
3978 F:      drivers/edac/r82600_edac.c
3979
3980 EDAC-SBRIDGE
3981 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3982 L:      linux-edac@vger.kernel.org
3983 W:      bluesmoke.sourceforge.net
3984 S:      Maintained
3985 F:      drivers/edac/sb_edac.c
3986
3987 EDAC-XGENE
3988 APPLIED MICRO (APM) X-GENE SOC EDAC
3989 M:     Loc Ho <lho@apm.com>
3990 S:     Supported
3991 F:     drivers/edac/xgene_edac.c
3992 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3993
3994 EDIROL UA-101/UA-1000 DRIVER
3995 M:      Clemens Ladisch <clemens@ladisch.de>
3996 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3997 T:      git git://git.alsa-project.org/alsa-kernel.git
3998 S:      Maintained
3999 F:      sound/usb/misc/ua101.c
4000
4001 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4002 M:      Matt Fleming <matt.fleming@intel.com>
4003 L:      linux-efi@vger.kernel.org
4004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4005 S:      Maintained
4006 F:      Documentation/efi-stub.txt
4007 F:      arch/ia64/kernel/efi.c
4008 F:      arch/x86/boot/compressed/eboot.[ch]
4009 F:      arch/x86/include/asm/efi.h
4010 F:      arch/x86/platform/efi/*
4011 F:      drivers/firmware/efi/*
4012 F:      include/linux/efi*.h
4013
4014 EFI VARIABLE FILESYSTEM
4015 M:      Matthew Garrett <matthew.garrett@nebula.com>
4016 M:      Jeremy Kerr <jk@ozlabs.org>
4017 M:      Matt Fleming <matt.fleming@intel.com>
4018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4019 L:      linux-efi@vger.kernel.org
4020 S:      Maintained
4021 F:      fs/efivarfs/
4022
4023 EFIFB FRAMEBUFFER DRIVER
4024 L:      linux-fbdev@vger.kernel.org
4025 M:      Peter Jones <pjones@redhat.com>
4026 S:      Maintained
4027 F:      drivers/video/fbdev/efifb.c
4028
4029 EFS FILESYSTEM
4030 W:      http://aeschi.ch.eu.org/efs/
4031 S:      Orphan
4032 F:      fs/efs/
4033
4034 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4035 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4036 M:      Christoph Raisch <raisch@de.ibm.com>
4037 L:      linux-rdma@vger.kernel.org
4038 S:      Supported
4039 F:      drivers/infiniband/hw/ehca/
4040
4041 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4042 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4043 L:      netdev@vger.kernel.org
4044 S:      Maintained
4045 F:      drivers/net/ethernet/ibm/ehea/
4046
4047 EM28XX VIDEO4LINUX DRIVER
4048 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4049 L:      linux-media@vger.kernel.org
4050 W:      http://linuxtv.org
4051 T:      git git://linuxtv.org/media_tree.git
4052 S:      Maintained
4053 F:      drivers/media/usb/em28xx/
4054
4055 EMBEDDED LINUX
4056 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4057 M:      Matt Mackall <mpm@selenic.com>
4058 M:      David Woodhouse <dwmw2@infradead.org>
4059 L:      linux-embedded@vger.kernel.org
4060 S:      Maintained
4061
4062 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4063 M:      James Smart <james.smart@avagotech.com>
4064 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4065 L:      linux-scsi@vger.kernel.org
4066 W:      http://www.avagotech.com
4067 S:      Supported
4068 F:      drivers/scsi/lpfc/
4069
4070 ENE CB710 FLASH CARD READER DRIVER
4071 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4072 S:      Maintained
4073 F:      drivers/misc/cb710/
4074 F:      drivers/mmc/host/cb710-mmc.*
4075 F:      include/linux/cb710.h
4076
4077 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4078 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4079 S:      Maintained
4080 F:      drivers/media/rc/ene_ir.*
4081
4082 ENHANCED ERROR HANDLING (EEH)
4083 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4084 L:      linuxppc-dev@lists.ozlabs.org
4085 S:      Supported
4086 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4087 F:      arch/powerpc/kernel/eeh*.c
4088
4089 EPSON S1D13XXX FRAMEBUFFER DRIVER
4090 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4091 S:      Maintained
4092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4093 F:      drivers/video/fbdev/s1d13xxxfb.c
4094 F:      include/video/s1d13xxxfb.h
4095
4096 ET131X NETWORK DRIVER
4097 M:      Mark Einon <mark.einon@gmail.com>
4098 S:      Odd Fixes
4099 F:      drivers/net/ethernet/agere/
4100
4101 ETHERNET BRIDGE
4102 M:      Stephen Hemminger <stephen@networkplumber.org>
4103 L:      bridge@lists.linux-foundation.org
4104 L:      netdev@vger.kernel.org
4105 W:      http://www.linuxfoundation.org/en/Net:Bridge
4106 S:      Maintained
4107 F:      include/linux/netfilter_bridge/
4108 F:      net/bridge/
4109
4110 ETHERNET PHY LIBRARY
4111 M:      Florian Fainelli <f.fainelli@gmail.com>
4112 L:      netdev@vger.kernel.org
4113 S:      Maintained
4114 F:      include/linux/phy.h
4115 F:      include/linux/phy_fixed.h
4116 F:      drivers/net/phy/
4117 F:      Documentation/networking/phy.txt
4118 F:      drivers/of/of_mdio.c
4119 F:      drivers/of/of_net.c
4120
4121 EXT2 FILE SYSTEM
4122 M:      Jan Kara <jack@suse.com>
4123 L:      linux-ext4@vger.kernel.org
4124 S:      Maintained
4125 F:      Documentation/filesystems/ext2.txt
4126 F:      fs/ext2/
4127 F:      include/linux/ext2*
4128
4129 EXT4 FILE SYSTEM
4130 M:      "Theodore Ts'o" <tytso@mit.edu>
4131 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4132 L:      linux-ext4@vger.kernel.org
4133 W:      http://ext4.wiki.kernel.org
4134 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4135 S:      Maintained
4136 F:      Documentation/filesystems/ext4.txt
4137 F:      fs/ext4/
4138
4139 Extended Verification Module (EVM)
4140 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4141 L:      linux-ima-devel@lists.sourceforge.net
4142 L:      linux-security-module@vger.kernel.org
4143 S:      Supported
4144 F:      security/integrity/evm/
4145
4146 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4147 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4148 M:      Chanwoo Choi <cw00.choi@samsung.com>
4149 L:      linux-kernel@vger.kernel.org
4150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4151 S:      Maintained
4152 F:      drivers/extcon/
4153 F:      Documentation/extcon/
4154
4155 EXYNOS DP DRIVER
4156 M:      Jingoo Han <jingoohan1@gmail.com>
4157 L:      dri-devel@lists.freedesktop.org
4158 S:      Maintained
4159 F:      drivers/gpu/drm/exynos/exynos_dp*
4160
4161 EXYNOS MIPI DISPLAY DRIVERS
4162 M:      Inki Dae <inki.dae@samsung.com>
4163 M:      Donghwa Lee <dh09.lee@samsung.com>
4164 M:      Kyungmin Park <kyungmin.park@samsung.com>
4165 L:      linux-fbdev@vger.kernel.org
4166 S:      Maintained
4167 F:      drivers/video/fbdev/exynos/exynos_mipi*
4168 F:      include/video/exynos_mipi*
4169
4170 F71805F HARDWARE MONITORING DRIVER
4171 M:      Jean Delvare <jdelvare@suse.com>
4172 L:      lm-sensors@lm-sensors.org
4173 S:      Maintained
4174 F:      Documentation/hwmon/f71805f
4175 F:      drivers/hwmon/f71805f.c
4176
4177 FC0011 TUNER DRIVER
4178 M:      Michael Buesch <m@bues.ch>
4179 L:      linux-media@vger.kernel.org
4180 S:      Maintained
4181 F:      drivers/media/tuners/fc0011.h
4182 F:      drivers/media/tuners/fc0011.c
4183
4184 FC2580 MEDIA DRIVER
4185 M:      Antti Palosaari <crope@iki.fi>
4186 L:      linux-media@vger.kernel.org
4187 W:      http://linuxtv.org/
4188 W:      http://palosaari.fi/linux/
4189 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4190 T:      git git://linuxtv.org/anttip/media_tree.git
4191 S:      Maintained
4192 F:      drivers/media/tuners/fc2580*
4193
4194 FANOTIFY
4195 M:      Eric Paris <eparis@redhat.com>
4196 S:      Maintained
4197 F:      fs/notify/fanotify/
4198 F:      include/linux/fanotify.h
4199 F:      include/uapi/linux/fanotify.h
4200
4201 FARSYNC SYNCHRONOUS DRIVER
4202 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4203 W:      http://www.farsite.co.uk/
4204 S:      Supported
4205 F:      drivers/net/wan/farsync.*
4206
4207 FAULT INJECTION SUPPORT
4208 M:      Akinobu Mita <akinobu.mita@gmail.com>
4209 S:      Supported
4210 F:      Documentation/fault-injection/
4211 F:      lib/fault-inject.c
4212
4213 FBTFT Framebuffer drivers
4214 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4215 M:      Noralf Trønnes <noralf@tronnes.org>
4216 S:      Maintained
4217 F:      drivers/staging/fbtft/
4218
4219 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4220 M:      Vasu Dev <vasu.dev@intel.com>
4221 L:      fcoe-devel@open-fcoe.org
4222 W:      www.Open-FCoE.org
4223 S:      Supported
4224 F:      drivers/scsi/libfc/
4225 F:      drivers/scsi/fcoe/
4226 F:      include/scsi/fc/
4227 F:      include/scsi/libfc.h
4228 F:      include/scsi/libfcoe.h
4229 F:      include/uapi/scsi/fc/
4230
4231 FILE LOCKING (flock() and fcntl()/lockf())
4232 M:      Jeff Layton <jlayton@poochiereds.net>
4233 M:      "J. Bruce Fields" <bfields@fieldses.org>
4234 L:      linux-fsdevel@vger.kernel.org
4235 S:      Maintained
4236 F:      include/linux/fcntl.h
4237 F:      include/linux/fs.h
4238 F:      include/uapi/linux/fcntl.h
4239 F:      include/uapi/linux/fs.h
4240 F:      fs/fcntl.c
4241 F:      fs/locks.c
4242
4243 FILESYSTEMS (VFS and infrastructure)
4244 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4245 L:      linux-fsdevel@vger.kernel.org
4246 S:      Maintained
4247 F:      fs/*
4248
4249 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4250 M:      Riku Voipio <riku.voipio@iki.fi>
4251 L:      lm-sensors@lm-sensors.org
4252 S:      Maintained
4253 F:      drivers/hwmon/f75375s.c
4254 F:      include/linux/f75375s.h
4255
4256 FIREWIRE AUDIO DRIVERS
4257 M:      Clemens Ladisch <clemens@ladisch.de>
4258 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4259 T:      git git://git.alsa-project.org/alsa-kernel.git
4260 S:      Maintained
4261 F:      sound/firewire/
4262
4263 FIREWIRE MEDIA DRIVERS (firedtv)
4264 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4265 L:      linux-media@vger.kernel.org
4266 L:      linux1394-devel@lists.sourceforge.net
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4268 S:      Maintained
4269 F:      drivers/media/firewire/
4270
4271 FIREWIRE SBP-2 TARGET
4272 M:      Chris Boot <bootc@bootc.net>
4273 L:      linux-scsi@vger.kernel.org
4274 L:      target-devel@vger.kernel.org
4275 L:      linux1394-devel@lists.sourceforge.net
4276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4277 S:      Maintained
4278 F:      drivers/target/sbp/
4279
4280 FIREWIRE SUBSYSTEM
4281 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4282 L:      linux1394-devel@lists.sourceforge.net
4283 W:      http://ieee1394.wiki.kernel.org/
4284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4285 S:      Maintained
4286 F:      drivers/firewire/
4287 F:      include/linux/firewire.h
4288 F:      include/uapi/linux/firewire*.h
4289 F:      tools/firewire/
4290
4291 FIRMWARE LOADER (request_firmware)
4292 M:      Ming Lei <ming.lei@canonical.com>
4293 L:      linux-kernel@vger.kernel.org
4294 S:      Maintained
4295 F:      Documentation/firmware_class/
4296 F:      drivers/base/firmware*.c
4297 F:      include/linux/firmware.h
4298
4299 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4300 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4301 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4302 S:      Maintained
4303 F:      drivers/block/rsxx/
4304
4305 FLOPPY DRIVER
4306 M:      Jiri Kosina <jikos@kernel.org>
4307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4308 S:      Odd fixes
4309 F:      drivers/block/floppy.c
4310
4311 FMC SUBSYSTEM
4312 M:      Alessandro Rubini <rubini@gnudd.com>
4313 W:      http://www.ohwr.org/projects/fmc-bus
4314 S:      Supported
4315 F:      drivers/fmc/
4316 F:      include/linux/fmc*.h
4317 F:      include/linux/ipmi-fru.h
4318 K:      fmc_d.*register
4319
4320 FPU EMULATOR
4321 M:      Bill Metzenthen <billm@melbpc.org.au>
4322 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4323 S:      Maintained
4324 F:      arch/x86/math-emu/
4325
4326 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4327 L:      netdev@vger.kernel.org
4328 S:      Orphan
4329 F:      drivers/net/wan/dlci.c
4330 F:      drivers/net/wan/sdla.c
4331
4332 FRAMEBUFFER LAYER
4333 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4334 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4335 L:      linux-fbdev@vger.kernel.org
4336 W:      http://linux-fbdev.sourceforge.net/
4337 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4339 S:      Maintained
4340 F:      Documentation/fb/
4341 F:      Documentation/devicetree/bindings/fb/
4342 F:      drivers/video/
4343 F:      include/video/
4344 F:      include/linux/fb.h
4345 F:      include/uapi/video/
4346 F:      include/uapi/linux/fb.h
4347
4348 FREESCALE DIU FRAMEBUFFER DRIVER
4349 M:      Timur Tabi <timur@tabi.org>
4350 L:      linux-fbdev@vger.kernel.org
4351 S:      Maintained
4352 F:      drivers/video/fbdev/fsl-diu-fb.*
4353
4354 FREESCALE DMA DRIVER
4355 M:      Li Yang <leoli@freescale.com>
4356 M:      Zhang Wei <zw@zh-kernel.org>
4357 L:      linuxppc-dev@lists.ozlabs.org
4358 S:      Maintained
4359 F:      drivers/dma/fsldma.*
4360
4361 FREESCALE I2C CPM DRIVER
4362 M:      Jochen Friedrich <jochen@scram.de>
4363 L:      linuxppc-dev@lists.ozlabs.org
4364 L:      linux-i2c@vger.kernel.org
4365 S:      Maintained
4366 F:      drivers/i2c/busses/i2c-cpm.c
4367
4368 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4369 M:      Sascha Hauer <kernel@pengutronix.de>
4370 L:      linux-fbdev@vger.kernel.org
4371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4372 S:      Maintained
4373 F:      include/linux/platform_data/video-imxfb.h
4374 F:      drivers/video/fbdev/imxfb.c
4375
4376 FREESCALE QUAD SPI DRIVER
4377 M:      Han Xu <han.xu@freescale.com>
4378 L:      linux-mtd@lists.infradead.org
4379 S:      Maintained
4380 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4381
4382 FREESCALE SOC FS_ENET DRIVER
4383 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4384 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4385 L:      linuxppc-dev@lists.ozlabs.org
4386 L:      netdev@vger.kernel.org
4387 S:      Maintained
4388 F:      drivers/net/ethernet/freescale/fs_enet/
4389 F:      include/linux/fs_enet_pd.h
4390
4391 FREESCALE QUICC ENGINE LIBRARY
4392 L:      linuxppc-dev@lists.ozlabs.org
4393 S:      Orphan
4394 F:      arch/powerpc/sysdev/qe_lib/
4395 F:      arch/powerpc/include/asm/*qe.h
4396
4397 FREESCALE USB PERIPHERAL DRIVERS
4398 M:      Li Yang <leoli@freescale.com>
4399 L:      linux-usb@vger.kernel.org
4400 L:      linuxppc-dev@lists.ozlabs.org
4401 S:      Maintained
4402 F:      drivers/usb/gadget/udc/fsl*
4403
4404 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4405 M:      Li Yang <leoli@freescale.com>
4406 L:      netdev@vger.kernel.org
4407 L:      linuxppc-dev@lists.ozlabs.org
4408 S:      Maintained
4409 F:      drivers/net/ethernet/freescale/ucc_geth*
4410
4411 FREESCALE QUICC ENGINE UCC UART DRIVER
4412 M:      Timur Tabi <timur@tabi.org>
4413 L:      linuxppc-dev@lists.ozlabs.org
4414 S:      Maintained
4415 F:      drivers/tty/serial/ucc_uart.c
4416
4417 FREESCALE SOC SOUND DRIVERS
4418 M:      Timur Tabi <timur@tabi.org>
4419 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4420 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4421 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4422 L:      linuxppc-dev@lists.ozlabs.org
4423 S:      Maintained
4424 F:      sound/soc/fsl/fsl*
4425 F:      sound/soc/fsl/imx*
4426 F:      sound/soc/fsl/mpc8610_hpcd.c
4427
4428 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4429 M:      "J. German Rivera" <German.Rivera@freescale.com>
4430 L:      linux-kernel@vger.kernel.org
4431 S:      Maintained
4432 F:      drivers/staging/fsl-mc/
4433
4434 FREEVXFS FILESYSTEM
4435 M:      Christoph Hellwig <hch@infradead.org>
4436 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4437 S:      Maintained
4438 F:      fs/freevxfs/
4439
4440 FREEZER
4441 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4442 M:      Pavel Machek <pavel@ucw.cz>
4443 L:      linux-pm@vger.kernel.org
4444 S:      Supported
4445 F:      Documentation/power/freezing-of-tasks.txt
4446 F:      include/linux/freezer.h
4447 F:      kernel/freezer.c
4448
4449 FRONTSWAP API
4450 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4451 L:      linux-kernel@vger.kernel.org
4452 S:      Maintained
4453 F:      mm/frontswap.c
4454 F:      include/linux/frontswap.h
4455
4456 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4457 M:      David Howells <dhowells@redhat.com>
4458 L:      linux-cachefs@redhat.com
4459 S:      Supported
4460 F:      Documentation/filesystems/caching/
4461 F:      fs/fscache/
4462 F:      include/linux/fscache*.h
4463
4464 F2FS FILE SYSTEM
4465 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4466 M:      Changman Lee <cm224.lee@samsung.com>
4467 R:      Chao Yu <chao2.yu@samsung.com>
4468 L:      linux-f2fs-devel@lists.sourceforge.net
4469 W:      http://en.wikipedia.org/wiki/F2FS
4470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4471 S:      Maintained
4472 F:      Documentation/filesystems/f2fs.txt
4473 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4474 F:      fs/f2fs/
4475 F:      include/linux/f2fs_fs.h
4476 F:      include/trace/events/f2fs.h
4477
4478 FUJITSU FR-V (FRV) PORT
4479 M:      David Howells <dhowells@redhat.com>
4480 S:      Maintained
4481 F:      arch/frv/
4482
4483 FUJITSU LAPTOP EXTRAS
4484 M:      Jonathan Woithe <jwoithe@just42.net>
4485 L:      platform-driver-x86@vger.kernel.org
4486 S:      Maintained
4487 F:      drivers/platform/x86/fujitsu-laptop.c
4488
4489 FUJITSU M-5MO LS CAMERA ISP DRIVER
4490 M:      Kyungmin Park <kyungmin.park@samsung.com>
4491 M:      Heungjun Kim <riverful.kim@samsung.com>
4492 L:      linux-media@vger.kernel.org
4493 S:      Maintained
4494 F:      drivers/media/i2c/m5mols/
4495 F:      include/media/m5mols.h
4496
4497 FUJITSU TABLET EXTRAS
4498 M:      Robert Gerlach <khnz@gmx.de>
4499 L:      platform-driver-x86@vger.kernel.org
4500 S:      Maintained
4501 F:      drivers/platform/x86/fujitsu-tablet.c
4502
4503 FUSE: FILESYSTEM IN USERSPACE
4504 M:      Miklos Szeredi <miklos@szeredi.hu>
4505 L:      fuse-devel@lists.sourceforge.net
4506 W:      http://fuse.sourceforge.net/
4507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4508 S:      Maintained
4509 F:      fs/fuse/
4510 F:      include/uapi/linux/fuse.h
4511 F:      Documentation/filesystems/fuse.txt
4512
4513 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4514 M:      Rik Faith <faith@cs.unc.edu>
4515 L:      linux-scsi@vger.kernel.org
4516 S:      Odd Fixes (e.g., new signatures)
4517 F:      drivers/scsi/fdomain.*
4518
4519 GCOV BASED KERNEL PROFILING
4520 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4521 S:      Maintained
4522 F:      kernel/gcov/
4523 F:      Documentation/gcov.txt
4524
4525 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4526 M:      Achim Leubner <achim_leubner@adaptec.com>
4527 L:      linux-scsi@vger.kernel.org
4528 W:      http://www.icp-vortex.com/
4529 S:      Supported
4530 F:      drivers/scsi/gdt*
4531
4532 GDB KERNEL DEBUGGING HELPER SCRIPTS
4533 M:      Jan Kiszka <jan.kiszka@siemens.com>
4534 S:      Supported
4535 F:      scripts/gdb/
4536
4537 GEMTEK FM RADIO RECEIVER DRIVER
4538 M:      Hans Verkuil <hverkuil@xs4all.nl>
4539 L:      linux-media@vger.kernel.org
4540 T:      git git://linuxtv.org/media_tree.git
4541 W:      http://linuxtv.org
4542 S:      Maintained
4543 F:      drivers/media/radio/radio-gemtek*
4544
4545 GENERIC GPIO I2C DRIVER
4546 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4547 S:      Supported
4548 F:      drivers/i2c/busses/i2c-gpio.c
4549 F:      include/linux/i2c-gpio.h
4550
4551 GENERIC GPIO I2C MULTIPLEXER DRIVER
4552 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4553 L:      linux-i2c@vger.kernel.org
4554 S:      Supported
4555 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4556 F:      include/linux/i2c-mux-gpio.h
4557 F:      Documentation/i2c/muxes/i2c-mux-gpio
4558
4559 GENERIC HDLC (WAN) DRIVERS
4560 M:      Krzysztof Halasa <khc@pm.waw.pl>
4561 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4562 S:      Maintained
4563 F:      drivers/net/wan/c101.c
4564 F:      drivers/net/wan/hd6457*
4565 F:      drivers/net/wan/hdlc*
4566 F:      drivers/net/wan/n2.c
4567 F:      drivers/net/wan/pc300too.c
4568 F:      drivers/net/wan/pci200syn.c
4569 F:      drivers/net/wan/wanxl*
4570
4571 GENERIC INCLUDE/ASM HEADER FILES
4572 M:      Arnd Bergmann <arnd@arndb.de>
4573 L:      linux-arch@vger.kernel.org
4574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4575 S:      Maintained
4576 F:      include/asm-generic/
4577 F:      include/uapi/asm-generic/
4578
4579 GENERIC PHY FRAMEWORK
4580 M:      Kishon Vijay Abraham I <kishon@ti.com>
4581 L:      linux-kernel@vger.kernel.org
4582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4583 S:      Supported
4584 F:      drivers/phy/
4585 F:      include/linux/phy/
4586
4587 GENERIC PM DOMAINS
4588 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4589 M:      Kevin Hilman <khilman@kernel.org>
4590 M:      Ulf Hansson <ulf.hansson@linaro.org>
4591 L:      linux-pm@vger.kernel.org
4592 S:      Supported
4593 F:      drivers/base/power/domain*.c
4594 F:      include/linux/pm_domain.h
4595
4596 GENERIC UIO DRIVER FOR PCI DEVICES
4597 M:      "Michael S. Tsirkin" <mst@redhat.com>
4598 L:      kvm@vger.kernel.org
4599 S:      Supported
4600 F:      drivers/uio/uio_pci_generic.c
4601
4602 GET_MAINTAINER SCRIPT
4603 M:      Joe Perches <joe@perches.com>
4604 S:      Maintained
4605 F:      scripts/get_maintainer.pl
4606
4607 GFS2 FILE SYSTEM
4608 M:      Steven Whitehouse <swhiteho@redhat.com>
4609 M:      Bob Peterson <rpeterso@redhat.com>
4610 L:      cluster-devel@redhat.com
4611 W:      http://sources.redhat.com/cluster/
4612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4613 S:      Supported
4614 F:      Documentation/filesystems/gfs2*.txt
4615 F:      fs/gfs2/
4616 F:      include/uapi/linux/gfs2_ondisk.h
4617
4618 GIGASET ISDN DRIVERS
4619 M:      Paul Bolle <pebolle@tiscali.nl>
4620 L:      gigaset307x-common@lists.sourceforge.net
4621 W:      http://gigaset307x.sourceforge.net/
4622 S:      Odd Fixes
4623 F:      Documentation/isdn/README.gigaset
4624 F:      drivers/isdn/gigaset/
4625 F:      include/uapi/linux/gigaset_dev.h
4626
4627 GO7007 MPEG CODEC
4628 M:      Hans Verkuil <hans.verkuil@cisco.com>
4629 L:      linux-media@vger.kernel.org
4630 S:      Maintained
4631 F:      drivers/media/usb/go7007/
4632
4633 GOODIX TOUCHSCREEN
4634 M:      Bastien Nocera <hadess@hadess.net>
4635 L:      linux-input@vger.kernel.org
4636 S:      Maintained
4637 F:      drivers/input/touchscreen/goodix.c
4638
4639 GPIO SUBSYSTEM
4640 M:      Linus Walleij <linus.walleij@linaro.org>
4641 M:      Alexandre Courbot <gnurou@gmail.com>
4642 L:      linux-gpio@vger.kernel.org
4643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4644 S:      Maintained
4645 F:      Documentation/gpio/
4646 F:      drivers/gpio/
4647 F:      include/linux/gpio/
4648 F:      include/linux/gpio.h
4649 F:      include/asm-generic/gpio.h
4650
4651 GRE DEMULTIPLEXER DRIVER
4652 M:      Dmitry Kozlov <xeb@mail.ru>
4653 L:      netdev@vger.kernel.org
4654 S:      Maintained
4655 F:      net/ipv4/gre_demux.c
4656 F:      net/ipv4/gre_offload.c
4657 F:      include/net/gre.h
4658
4659 GRETH 10/100/1G Ethernet MAC device driver
4660 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4661 L:      netdev@vger.kernel.org
4662 S:      Maintained
4663 F:      drivers/net/ethernet/aeroflex/
4664
4665 GSPCA FINEPIX SUBDRIVER
4666 M:      Frank Zago <frank@zago.net>
4667 L:      linux-media@vger.kernel.org
4668 T:      git git://linuxtv.org/media_tree.git
4669 S:      Maintained
4670 F:      drivers/media/usb/gspca/finepix.c
4671
4672 GSPCA GL860 SUBDRIVER
4673 M:      Olivier Lorin <o.lorin@laposte.net>
4674 L:      linux-media@vger.kernel.org
4675 T:      git git://linuxtv.org/media_tree.git
4676 S:      Maintained
4677 F:      drivers/media/usb/gspca/gl860/
4678
4679 GSPCA M5602 SUBDRIVER
4680 M:      Erik Andren <erik.andren@gmail.com>
4681 L:      linux-media@vger.kernel.org
4682 T:      git git://linuxtv.org/media_tree.git
4683 S:      Maintained
4684 F:      drivers/media/usb/gspca/m5602/
4685
4686 GSPCA PAC207 SONIXB SUBDRIVER
4687 M:      Hans de Goede <hdegoede@redhat.com>
4688 L:      linux-media@vger.kernel.org
4689 T:      git git://linuxtv.org/media_tree.git
4690 S:      Maintained
4691 F:      drivers/media/usb/gspca/pac207.c
4692
4693 GSPCA SN9C20X SUBDRIVER
4694 M:      Brian Johnson <brijohn@gmail.com>
4695 L:      linux-media@vger.kernel.org
4696 T:      git git://linuxtv.org/media_tree.git
4697 S:      Maintained
4698 F:      drivers/media/usb/gspca/sn9c20x.c
4699
4700 GSPCA T613 SUBDRIVER
4701 M:      Leandro Costantino <lcostantino@gmail.com>
4702 L:      linux-media@vger.kernel.org
4703 T:      git git://linuxtv.org/media_tree.git
4704 S:      Maintained
4705 F:      drivers/media/usb/gspca/t613.c
4706
4707 GSPCA USB WEBCAM DRIVER
4708 M:      Hans de Goede <hdegoede@redhat.com>
4709 L:      linux-media@vger.kernel.org
4710 T:      git git://linuxtv.org/media_tree.git
4711 S:      Maintained
4712 F:      drivers/media/usb/gspca/
4713
4714 GUID PARTITION TABLE (GPT)
4715 M:      Davidlohr Bueso <dave@stgolabs.net>
4716 L:      linux-efi@vger.kernel.org
4717 S:      Maintained
4718 F:      block/partitions/efi.*
4719
4720 STK1160 USB VIDEO CAPTURE DRIVER
4721 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4722 L:      linux-media@vger.kernel.org
4723 T:      git git://linuxtv.org/media_tree.git
4724 S:      Maintained
4725 F:      drivers/media/usb/stk1160/
4726
4727 H8/300 ARCHITECTURE
4728 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4729 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4730 W:      http://uclinux-h8.sourceforge.jp
4731 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4732 S:      Maintained
4733 F:      arch/h8300/
4734 F:      drivers/clocksource/h8300_*.c
4735 F:      drivers/clk/h8300/
4736 F:      drivers/irqchip/irq-renesas-h8*.c
4737
4738 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4739 M:      Frank Seidel <frank@f-seidel.de>
4740 L:      platform-driver-x86@vger.kernel.org
4741 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4742 S:      Maintained
4743 F:      drivers/platform/x86/hdaps.c
4744
4745 HDPVR USB VIDEO ENCODER DRIVER
4746 M:      Hans Verkuil <hverkuil@xs4all.nl>
4747 L:      linux-media@vger.kernel.org
4748 T:      git git://linuxtv.org/media_tree.git
4749 W:      http://linuxtv.org
4750 S:      Odd Fixes
4751 F:      drivers/media/usb/hdpvr/
4752
4753 HWPOISON MEMORY FAILURE HANDLING
4754 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4755 L:      linux-mm@kvack.org
4756 S:      Maintained
4757 F:      mm/memory-failure.c
4758 F:      mm/hwpoison-inject.c
4759
4760 HYPERVISOR VIRTUAL CONSOLE DRIVER
4761 L:      linuxppc-dev@lists.ozlabs.org
4762 S:      Odd Fixes
4763 F:      drivers/tty/hvc/
4764
4765 HACKRF MEDIA DRIVER
4766 M:      Antti Palosaari <crope@iki.fi>
4767 L:      linux-media@vger.kernel.org
4768 W:      http://linuxtv.org/
4769 W:      http://palosaari.fi/linux/
4770 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4771 T:      git git://linuxtv.org/anttip/media_tree.git
4772 S:      Maintained
4773 F:      drivers/media/usb/hackrf/
4774
4775 HARDWARE MONITORING
4776 M:      Jean Delvare <jdelvare@suse.com>
4777 M:      Guenter Roeck <linux@roeck-us.net>
4778 L:      lm-sensors@lm-sensors.org
4779 W:      http://www.lm-sensors.org/
4780 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4782 S:      Maintained
4783 F:      Documentation/hwmon/
4784 F:      drivers/hwmon/
4785 F:      include/linux/hwmon*.h
4786
4787 HARDWARE RANDOM NUMBER GENERATOR CORE
4788 M:      Matt Mackall <mpm@selenic.com>
4789 M:      Herbert Xu <herbert@gondor.apana.org.au>
4790 L:      linux-crypto@vger.kernel.org
4791 S:      Odd fixes
4792 F:      Documentation/hw_random.txt
4793 F:      drivers/char/hw_random/
4794 F:      include/linux/hw_random.h
4795
4796 HARDWARE SPINLOCK CORE
4797 M:      Ohad Ben-Cohen <ohad@wizery.com>
4798 S:      Maintained
4799 F:      Documentation/hwspinlock.txt
4800 F:      drivers/hwspinlock/hwspinlock_*
4801 F:      include/linux/hwspinlock.h
4802
4803 HARMONY SOUND DRIVER
4804 L:      linux-parisc@vger.kernel.org
4805 S:      Maintained
4806 F:      sound/parisc/harmony.*
4807
4808 HD29L2 MEDIA DRIVER
4809 M:      Antti Palosaari <crope@iki.fi>
4810 L:      linux-media@vger.kernel.org
4811 W:      http://linuxtv.org/
4812 W:      http://palosaari.fi/linux/
4813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4814 T:      git git://linuxtv.org/anttip/media_tree.git
4815 S:      Maintained
4816 F:      drivers/media/dvb-frontends/hd29l2*
4817
4818 HEWLETT-PACKARD SMART2 RAID DRIVER
4819 L:      iss_storagedev@hp.com
4820 S:      Orphan
4821 F:      Documentation/blockdev/cpqarray.txt
4822 F:      drivers/block/cpqarray.*
4823
4824 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4825 M:      Don Brace <don.brace@pmcs.com>
4826 L:      iss_storagedev@hp.com
4827 L:      storagedev@pmcs.com
4828 L:      linux-scsi@vger.kernel.org
4829 S:      Supported
4830 F:      Documentation/scsi/hpsa.txt
4831 F:      drivers/scsi/hpsa*.[ch]
4832 F:      include/linux/cciss*.h
4833 F:      include/uapi/linux/cciss*.h
4834
4835 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
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/blockdev/cciss.txt
4842 F:      drivers/block/cciss*
4843 F:      include/linux/cciss_ioctl.h
4844 F:      include/uapi/linux/cciss_ioctl.h
4845
4846 HFS FILESYSTEM
4847 L:      linux-fsdevel@vger.kernel.org
4848 S:      Orphan
4849 F:      Documentation/filesystems/hfs.txt
4850 F:      fs/hfs/
4851
4852 HFSPLUS FILESYSTEM
4853 L:      linux-fsdevel@vger.kernel.org
4854 S:      Orphan
4855 F:      Documentation/filesystems/hfsplus.txt
4856 F:      fs/hfsplus/
4857
4858 HGA FRAMEBUFFER DRIVER
4859 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4860 L:      linux-nvidia@lists.surfsouth.com
4861 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4862 S:      Maintained
4863 F:      drivers/video/fbdev/hgafb.c
4864
4865 HIBERNATION (aka Software Suspend, aka swsusp)
4866 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4867 M:      Pavel Machek <pavel@ucw.cz>
4868 L:      linux-pm@vger.kernel.org
4869 S:      Supported
4870 F:      arch/x86/power/
4871 F:      drivers/base/power/
4872 F:      kernel/power/
4873 F:      include/linux/suspend.h
4874 F:      include/linux/freezer.h
4875 F:      include/linux/pm.h
4876 F:      arch/*/include/asm/suspend*.h
4877
4878 HID CORE LAYER
4879 M:      Jiri Kosina <jikos@kernel.org>
4880 L:      linux-input@vger.kernel.org
4881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4882 S:      Maintained
4883 F:      drivers/hid/
4884 F:      include/linux/hid*
4885 F:      include/uapi/linux/hid*
4886
4887 HID SENSOR HUB DRIVERS
4888 M:      Jiri Kosina <jikos@kernel.org>
4889 M:      Jonathan Cameron <jic23@kernel.org>
4890 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4891 L:      linux-input@vger.kernel.org
4892 L:      linux-iio@vger.kernel.org
4893 S:      Maintained
4894 F:      Documentation/hid/hid-sensor*
4895 F:      drivers/hid/hid-sensor-*
4896 F:      drivers/iio/*/hid-*
4897 F:      include/linux/hid-sensor-*
4898
4899 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4900 M:      Thomas Gleixner <tglx@linutronix.de>
4901 L:      linux-kernel@vger.kernel.org
4902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4903 S:      Maintained
4904 F:      Documentation/timers/
4905 F:      kernel/time/hrtimer.c
4906 F:      kernel/time/clockevents.c
4907 F:      kernel/time/tick*.*
4908 F:      kernel/time/timer_*.c
4909 F:      include/linux/clockchips.h
4910 F:      include/linux/hrtimer.h
4911
4912 HIGH-SPEED SCC DRIVER FOR AX.25
4913 L:      linux-hams@vger.kernel.org
4914 S:      Orphan
4915 F:      drivers/net/hamradio/dmascc.c
4916 F:      drivers/net/hamradio/scc.c
4917
4918 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4919 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4920 W:      http://www.highpoint-tech.com
4921 S:      Supported
4922 F:      Documentation/scsi/hptiop.txt
4923 F:      drivers/scsi/hptiop.c
4924
4925 HIPPI
4926 M:      Jes Sorensen <jes@trained-monkey.org>
4927 L:      linux-hippi@sunsite.dk
4928 S:      Maintained
4929 F:      include/linux/hippidevice.h
4930 F:      include/uapi/linux/if_hippi.h
4931 F:      net/802/hippi.c
4932 F:      drivers/net/hippi/
4933
4934 HOST AP DRIVER
4935 M:      Jouni Malinen <j@w1.fi>
4936 L:      hostap@shmoo.com (subscribers-only)
4937 L:      linux-wireless@vger.kernel.org
4938 W:      http://hostap.epitest.fi/
4939 S:      Maintained
4940 F:      drivers/net/wireless/hostap/
4941
4942 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4943 L:      platform-driver-x86@vger.kernel.org
4944 S:      Orphan
4945 F:      drivers/platform/x86/tc1100-wmi.c
4946
4947 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4948 M:      Jaroslav Kysela <perex@perex.cz>
4949 S:      Maintained
4950 F:      drivers/net/ethernet/hp/hp100.*
4951
4952 HPET:   High Precision Event Timers driver
4953 M:      Clemens Ladisch <clemens@ladisch.de>
4954 S:      Maintained
4955 F:      Documentation/timers/hpet.txt
4956 F:      drivers/char/hpet.c
4957 F:      include/linux/hpet.h
4958 F:      include/uapi/linux/hpet.h
4959
4960 HPET:   x86
4961 S:      Orphan
4962 F:      arch/x86/kernel/hpet.c
4963 F:      arch/x86/include/asm/hpet.h
4964
4965 HPFS FILESYSTEM
4966 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4967 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4968 S:      Maintained
4969 F:      fs/hpfs/
4970
4971 HSI SUBSYSTEM
4972 M:      Sebastian Reichel <sre@kernel.org>
4973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4974 S:      Maintained
4975 F:      Documentation/ABI/testing/sysfs-bus-hsi
4976 F:      Documentation/hsi.txt
4977 F:      drivers/hsi/
4978 F:      include/linux/hsi/
4979 F:      include/uapi/linux/hsi/
4980
4981 HSO 3G MODEM DRIVER
4982 M:      Jan Dumon <j.dumon@option.com>
4983 W:      http://www.pharscape.org
4984 S:      Maintained
4985 F:      drivers/net/usb/hso.c
4986
4987 HSR NETWORK PROTOCOL
4988 M:      Arvid Brodin <arvid.brodin@alten.se>
4989 L:      netdev@vger.kernel.org
4990 S:      Maintained
4991 F:      net/hsr/
4992
4993 HTCPEN TOUCHSCREEN DRIVER
4994 M:      Pau Oliva Fora <pof@eslack.org>
4995 L:      linux-input@vger.kernel.org
4996 S:      Maintained
4997 F:      drivers/input/touchscreen/htcpen.c
4998
4999 HUGETLB FILESYSTEM
5000 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5001 S:      Maintained
5002 F:      fs/hugetlbfs/
5003
5004 Hyper-V CORE AND DRIVERS
5005 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5006 M:      Haiyang Zhang <haiyangz@microsoft.com>
5007 L:      devel@linuxdriverproject.org
5008 S:      Maintained
5009 F:      arch/x86/include/asm/mshyperv.h
5010 F:      arch/x86/include/uapi/asm/hyperv.h
5011 F:      arch/x86/kernel/cpu/mshyperv.c
5012 F:      drivers/hid/hid-hyperv.c
5013 F:      drivers/hv/
5014 F:      drivers/input/serio/hyperv-keyboard.c
5015 F:      drivers/net/hyperv/
5016 F:      drivers/scsi/storvsc_drv.c
5017 F:      drivers/video/fbdev/hyperv_fb.c
5018 F:      include/linux/hyperv.h
5019 F:      tools/hv/
5020 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5021
5022 I2C OVER PARALLEL PORT
5023 M:      Jean Delvare <jdelvare@suse.com>
5024 L:      linux-i2c@vger.kernel.org
5025 S:      Maintained
5026 F:      Documentation/i2c/busses/i2c-parport
5027 F:      Documentation/i2c/busses/i2c-parport-light
5028 F:      drivers/i2c/busses/i2c-parport.c
5029 F:      drivers/i2c/busses/i2c-parport-light.c
5030
5031 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5032 M:      Jean Delvare <jdelvare@suse.com>
5033 L:      linux-i2c@vger.kernel.org
5034 S:      Maintained
5035 F:      Documentation/i2c/busses/i2c-ali1535
5036 F:      Documentation/i2c/busses/i2c-ali1563
5037 F:      Documentation/i2c/busses/i2c-ali15x3
5038 F:      Documentation/i2c/busses/i2c-amd756
5039 F:      Documentation/i2c/busses/i2c-amd8111
5040 F:      Documentation/i2c/busses/i2c-i801
5041 F:      Documentation/i2c/busses/i2c-nforce2
5042 F:      Documentation/i2c/busses/i2c-piix4
5043 F:      Documentation/i2c/busses/i2c-sis5595
5044 F:      Documentation/i2c/busses/i2c-sis630
5045 F:      Documentation/i2c/busses/i2c-sis96x
5046 F:      Documentation/i2c/busses/i2c-via
5047 F:      Documentation/i2c/busses/i2c-viapro
5048 F:      drivers/i2c/busses/i2c-ali1535.c
5049 F:      drivers/i2c/busses/i2c-ali1563.c
5050 F:      drivers/i2c/busses/i2c-ali15x3.c
5051 F:      drivers/i2c/busses/i2c-amd756.c
5052 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5053 F:      drivers/i2c/busses/i2c-amd8111.c
5054 F:      drivers/i2c/busses/i2c-i801.c
5055 F:      drivers/i2c/busses/i2c-isch.c
5056 F:      drivers/i2c/busses/i2c-nforce2.c
5057 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5058 F:      drivers/i2c/busses/i2c-piix4.c
5059 F:      drivers/i2c/busses/i2c-sis5595.c
5060 F:      drivers/i2c/busses/i2c-sis630.c
5061 F:      drivers/i2c/busses/i2c-sis96x.c
5062 F:      drivers/i2c/busses/i2c-via.c
5063 F:      drivers/i2c/busses/i2c-viapro.c
5064
5065 I2C/SMBUS ISMT DRIVER
5066 M:      Seth Heasley <seth.heasley@intel.com>
5067 M:      Neil Horman <nhorman@tuxdriver.com>
5068 L:      linux-i2c@vger.kernel.org
5069 F:      drivers/i2c/busses/i2c-ismt.c
5070 F:      Documentation/i2c/busses/i2c-ismt
5071
5072 I2C/SMBUS STUB DRIVER
5073 M:      Jean Delvare <jdelvare@suse.com>
5074 L:      linux-i2c@vger.kernel.org
5075 S:      Maintained
5076 F:      drivers/i2c/i2c-stub.c
5077
5078 I2C SUBSYSTEM
5079 M:      Wolfram Sang <wsa@the-dreams.de>
5080 L:      linux-i2c@vger.kernel.org
5081 W:      https://i2c.wiki.kernel.org/
5082 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5084 S:      Maintained
5085 F:      Documentation/devicetree/bindings/i2c/
5086 F:      Documentation/i2c/
5087 F:      drivers/i2c/
5088 F:      include/linux/i2c.h
5089 F:      include/linux/i2c-*.h
5090 F:      include/uapi/linux/i2c.h
5091 F:      include/uapi/linux/i2c-*.h
5092
5093 I2C ACPI SUPPORT
5094 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5095 L:      linux-i2c@vger.kernel.org
5096 L:      linux-acpi@vger.kernel.org
5097 S:      Maintained
5098
5099 I2C-TAOS-EVM DRIVER
5100 M:      Jean Delvare <jdelvare@suse.com>
5101 L:      linux-i2c@vger.kernel.org
5102 S:      Maintained
5103 F:      Documentation/i2c/busses/i2c-taos-evm
5104 F:      drivers/i2c/busses/i2c-taos-evm.c
5105
5106 I2C-TINY-USB DRIVER
5107 M:      Till Harbaum <till@harbaum.org>
5108 L:      linux-i2c@vger.kernel.org
5109 W:      http://www.harbaum.org/till/i2c_tiny_usb
5110 S:      Maintained
5111 F:      drivers/i2c/busses/i2c-tiny-usb.c
5112
5113 i386 BOOT CODE
5114 M:      "H. Peter Anvin" <hpa@zytor.com>
5115 S:      Maintained
5116 F:      arch/x86/boot/
5117
5118 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5119 M:      "H. Peter Anvin" <hpa@zytor.com>
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5121 S:      Maintained
5122
5123 IA64 (Itanium) PLATFORM
5124 M:      Tony Luck <tony.luck@intel.com>
5125 M:      Fenghua Yu <fenghua.yu@intel.com>
5126 L:      linux-ia64@vger.kernel.org
5127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5128 S:      Maintained
5129 F:      arch/ia64/
5130
5131 IBM Power VMX Cryptographic instructions
5132 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5133 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5134 L:      linux-crypto@vger.kernel.org
5135 S:      Supported
5136 F:      drivers/crypto/vmx/Makefile
5137 F:      drivers/crypto/vmx/Kconfig
5138 F:      drivers/crypto/vmx/vmx.c
5139 F:      drivers/crypto/vmx/aes*
5140 F:      drivers/crypto/vmx/ghash*
5141 F:      drivers/crypto/vmx/ppc-xlate.pl
5142
5143 IBM Power in-Nest Crypto Acceleration
5144 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5145 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5146 L:      linux-crypto@vger.kernel.org
5147 S:      Supported
5148 F:      drivers/crypto/nx/Makefile
5149 F:      drivers/crypto/nx/Kconfig
5150 F:      drivers/crypto/nx/nx-aes*
5151 F:      drivers/crypto/nx/nx-sha*
5152 F:      drivers/crypto/nx/nx.*
5153 F:      drivers/crypto/nx/nx_csbcpb.h
5154 F:      drivers/crypto/nx/nx_debugfs.h
5155
5156 IBM Power 842 compression accelerator
5157 M:      Dan Streetman <ddstreet@ieee.org>
5158 S:      Supported
5159 F:      drivers/crypto/nx/Makefile
5160 F:      drivers/crypto/nx/Kconfig
5161 F:      drivers/crypto/nx/nx-842*
5162 F:      include/linux/sw842.h
5163 F:      crypto/842.c
5164 F:      lib/842/
5165
5166 IBM Power Linux RAID adapter
5167 M:      Brian King <brking@us.ibm.com>
5168 S:      Supported
5169 F:      drivers/scsi/ipr.*
5170
5171 IBM Power Virtual Ethernet Device Driver
5172 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5173 L:      netdev@vger.kernel.org
5174 S:      Supported
5175 F:      drivers/net/ethernet/ibm/ibmveth.*
5176
5177 IBM Power Virtual SCSI Device Drivers
5178 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5179 L:      linux-scsi@vger.kernel.org
5180 S:      Supported
5181 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5182 F:      drivers/scsi/ibmvscsi/viosrp.h
5183
5184 IBM Power Virtual FC Device Drivers
5185 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5186 L:      linux-scsi@vger.kernel.org
5187 S:      Supported
5188 F:      drivers/scsi/ibmvscsi/ibmvfc*
5189
5190 IBM ServeRAID RAID DRIVER
5191 S:      Orphan
5192 F:      drivers/scsi/ips.*
5193
5194 ICH LPC AND GPIO DRIVER
5195 M:      Peter Tyser <ptyser@xes-inc.com>
5196 S:      Maintained
5197 F:      drivers/mfd/lpc_ich.c
5198 F:      drivers/gpio/gpio-ich.c
5199
5200 IDE SUBSYSTEM
5201 M:      "David S. Miller" <davem@davemloft.net>
5202 L:      linux-ide@vger.kernel.org
5203 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5205 S:      Maintained
5206 F:      Documentation/ide/
5207 F:      drivers/ide/
5208 F:      include/linux/ide.h
5209
5210 IDEAPAD LAPTOP EXTRAS DRIVER
5211 M:      Ike Panhc <ike.pan@canonical.com>
5212 L:      platform-driver-x86@vger.kernel.org
5213 W:      http://launchpad.net/ideapad-laptop
5214 S:      Maintained
5215 F:      drivers/platform/x86/ideapad-laptop.c
5216
5217 IDEAPAD LAPTOP SLIDEBAR DRIVER
5218 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5219 L:      linux-input@vger.kernel.org
5220 W:      https://github.com/o2genum/ideapad-slidebar
5221 S:      Maintained
5222 F:      drivers/input/misc/ideapad_slidebar.c
5223
5224 IDE/ATAPI DRIVERS
5225 M:      Borislav Petkov <bp@alien8.de>
5226 L:      linux-ide@vger.kernel.org
5227 S:      Maintained
5228 F:      Documentation/cdrom/ide-cd
5229 F:      drivers/ide/ide-cd*
5230
5231 IDLE-I7300
5232 M:      Andy Henroid <andrew.d.henroid@intel.com>
5233 L:      linux-pm@vger.kernel.org
5234 S:      Supported
5235 F:      drivers/idle/i7300_idle.c
5236
5237 IEEE 802.15.4 SUBSYSTEM
5238 M:      Alexander Aring <alex.aring@gmail.com>
5239 L:      linux-wpan@vger.kernel.org
5240 W:      https://github.com/linux-wpan
5241 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5242 S:      Maintained
5243 F:      net/ieee802154/
5244 F:      net/mac802154/
5245 F:      drivers/net/ieee802154/
5246 F:      include/linux/nl802154.h
5247 F:      include/linux/ieee802154.h
5248 F:      include/net/nl802154.h
5249 F:      include/net/mac802154.h
5250 F:      include/net/af_ieee802154.h
5251 F:      include/net/cfg802154.h
5252 F:      include/net/ieee802154_netdev.h
5253 F:      Documentation/networking/ieee802154.txt
5254
5255 IGORPLUG-USB IR RECEIVER
5256 M:      Sean Young <sean@mess.org>
5257 L:      linux-media@vger.kernel.org
5258 S:      Maintained
5259 F:      drivers/media/rc/igorplugusb.c
5260
5261 IGUANAWORKS USB IR TRANSCEIVER
5262 M:      Sean Young <sean@mess.org>
5263 L:      linux-media@vger.kernel.org
5264 S:      Maintained
5265 F:      drivers/media/rc/iguanair.c
5266
5267 IIO SUBSYSTEM AND DRIVERS
5268 M:      Jonathan Cameron <jic23@kernel.org>
5269 R:      Hartmut Knaack <knaack.h@gmx.de>
5270 R:      Lars-Peter Clausen <lars@metafoo.de>
5271 R:      Peter Meerwald <pmeerw@pmeerw.net>
5272 L:      linux-iio@vger.kernel.org
5273 S:      Maintained
5274 F:      drivers/iio/
5275 F:      drivers/staging/iio/
5276 F:      include/linux/iio/
5277 F:      tools/iio/
5278
5279 IKANOS/ADI EAGLE ADSL USB DRIVER
5280 M:      Matthieu Castet <castet.matthieu@free.fr>
5281 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5282 S:      Maintained
5283 F:      drivers/usb/atm/ueagle-atm.c
5284
5285 INA209 HARDWARE MONITOR DRIVER
5286 M:      Guenter Roeck <linux@roeck-us.net>
5287 L:      lm-sensors@lm-sensors.org
5288 S:      Maintained
5289 F:      Documentation/hwmon/ina209
5290 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5291 F:      drivers/hwmon/ina209.c
5292
5293 INA2XX HARDWARE MONITOR DRIVER
5294 M:      Guenter Roeck <linux@roeck-us.net>
5295 L:      lm-sensors@lm-sensors.org
5296 S:      Maintained
5297 F:      Documentation/hwmon/ina2xx
5298 F:      drivers/hwmon/ina2xx.c
5299 F:      include/linux/platform_data/ina2xx.h
5300
5301 INDUSTRY PACK SUBSYSTEM (IPACK)
5302 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5303 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5304 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5305 L:      industrypack-devel@lists.sourceforge.net
5306 W:      http://industrypack.sourceforge.net
5307 S:      Maintained
5308 F:      drivers/ipack/
5309
5310 INGENIC JZ4780 DMA Driver
5311 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5312 S:      Maintained
5313 F:      drivers/dma/dma-jz4780.c
5314
5315 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5316 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5317 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5318 L:      linux-ima-devel@lists.sourceforge.net
5319 L:      linux-ima-user@lists.sourceforge.net
5320 L:      linux-security-module@vger.kernel.org
5321 S:      Supported
5322 F:      security/integrity/ima/
5323
5324 IMGTEC IR DECODER DRIVER
5325 M:      James Hogan <james.hogan@imgtec.com>
5326 S:      Maintained
5327 F:      drivers/media/rc/img-ir/
5328
5329 IMS TWINTURBO FRAMEBUFFER DRIVER
5330 L:      linux-fbdev@vger.kernel.org
5331 S:      Orphan
5332 F:      drivers/video/fbdev/imsttfb.c
5333
5334 INFINIBAND SUBSYSTEM
5335 M:      Doug Ledford <dledford@redhat.com>
5336 M:      Sean Hefty <sean.hefty@intel.com>
5337 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5338 L:      linux-rdma@vger.kernel.org
5339 W:      http://www.openfabrics.org/
5340 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5342 S:      Supported
5343 F:      Documentation/infiniband/
5344 F:      drivers/infiniband/
5345 F:      drivers/staging/rdma/
5346 F:      include/uapi/linux/if_infiniband.h
5347 F:      include/uapi/rdma/
5348 F:      include/rdma/
5349
5350 INOTIFY
5351 M:      John McCutchan <john@johnmccutchan.com>
5352 M:      Robert Love <rlove@rlove.org>
5353 M:      Eric Paris <eparis@parisplace.org>
5354 S:      Maintained
5355 F:      Documentation/filesystems/inotify.txt
5356 F:      fs/notify/inotify/
5357 F:      include/linux/inotify.h
5358 F:      include/uapi/linux/inotify.h
5359
5360 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5361 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5362 L:      linux-input@vger.kernel.org
5363 Q:      http://patchwork.kernel.org/project/linux-input/list/
5364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5365 S:      Maintained
5366 F:      drivers/input/
5367 F:      include/linux/input.h
5368 F:      include/uapi/linux/input.h
5369 F:      include/linux/input/
5370
5371 INPUT MULTITOUCH (MT) PROTOCOL
5372 M:      Henrik Rydberg <rydberg@bitmath.org>
5373 L:      linux-input@vger.kernel.org
5374 S:      Odd fixes
5375 F:      Documentation/input/multi-touch-protocol.txt
5376 F:      drivers/input/input-mt.c
5377 K:      \b(ABS|SYN)_MT_
5378
5379 INTEL ASoC BDW/HSW DRIVERS
5380 M:      Jie Yang <yang.jie@linux.intel.com>
5381 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5382 S:      Supported
5383 F:      sound/soc/intel/common/sst-dsp*
5384 F:      sound/soc/intel/common/sst-firmware.c
5385 F:      sound/soc/intel/boards/broadwell.c
5386 F:      sound/soc/intel/haswell/
5387
5388 INTEL C600 SERIES SAS CONTROLLER DRIVER
5389 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5390 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5391 L:      linux-scsi@vger.kernel.org
5392 T:      git git://git.code.sf.net/p/intel-sas/isci
5393 S:      Supported
5394 F:      drivers/scsi/isci/
5395
5396 INTEL IDLE DRIVER
5397 M:      Len Brown <lenb@kernel.org>
5398 L:      linux-pm@vger.kernel.org
5399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5400 S:      Supported
5401 F:      drivers/idle/intel_idle.c
5402
5403 INTEL PSTATE DRIVER
5404 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5405 L:      linux-pm@vger.kernel.org
5406 S:      Supported
5407 F:      drivers/cpufreq/intel_pstate.c
5408
5409 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5410 M:      Maik Broemme <mbroemme@plusserver.de>
5411 L:      linux-fbdev@vger.kernel.org
5412 S:      Maintained
5413 F:      Documentation/fb/intelfb.txt
5414 F:      drivers/video/fbdev/intelfb/
5415
5416 INTEL 810/815 FRAMEBUFFER DRIVER
5417 M:      Antonino Daplas <adaplas@gmail.com>
5418 L:      linux-fbdev@vger.kernel.org
5419 S:      Maintained
5420 F:      drivers/video/fbdev/i810/
5421
5422 INTEL MENLOW THERMAL DRIVER
5423 M:      Sujith Thomas <sujith.thomas@intel.com>
5424 L:      platform-driver-x86@vger.kernel.org
5425 W:      https://01.org/linux-acpi
5426 S:      Supported
5427 F:      drivers/platform/x86/intel_menlow.c
5428
5429 INTEL IA32 MICROCODE UPDATE SUPPORT
5430 M:      Borislav Petkov <bp@alien8.de>
5431 S:      Maintained
5432 F:      arch/x86/kernel/cpu/microcode/core*
5433 F:      arch/x86/kernel/cpu/microcode/intel*
5434
5435 INTEL I/OAT DMA DRIVER
5436 M:      Dave Jiang <dave.jiang@intel.com>
5437 R:      Dan Williams <dan.j.williams@intel.com>
5438 L:      dmaengine@vger.kernel.org
5439 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5440 S:      Supported
5441 F:      drivers/dma/ioat*
5442
5443 INTEL IOMMU (VT-d)
5444 M:      David Woodhouse <dwmw2@infradead.org>
5445 L:      iommu@lists.linux-foundation.org
5446 T:      git git://git.infradead.org/iommu-2.6.git
5447 S:      Supported
5448 F:      drivers/iommu/intel-iommu.c
5449 F:      include/linux/intel-iommu.h
5450
5451 INTEL IOP-ADMA DMA DRIVER
5452 R:      Dan Williams <dan.j.williams@intel.com>
5453 S:      Odd fixes
5454 F:      drivers/dma/iop-adma.c
5455
5456 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5457 M:      Krzysztof Halasa <khalasa@piap.pl>
5458 S:      Maintained
5459 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5460 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5461 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5462 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5463 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5464 F:      drivers/net/wan/ixp4xx_hss.c
5465
5466 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5467 M:      Deepak Saxena <dsaxena@plexity.net>
5468 S:      Maintained
5469 F:      drivers/char/hw_random/ixp4xx-rng.c
5470
5471 INTEL ETHERNET DRIVERS
5472 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5473 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5474 R:      Shannon Nelson <shannon.nelson@intel.com>
5475 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5476 R:      Don Skidmore <donald.c.skidmore@intel.com>
5477 R:      Matthew Vick <matthew.vick@intel.com>
5478 R:      John Ronciak <john.ronciak@intel.com>
5479 R:      Mitch Williams <mitch.a.williams@intel.com>
5480 L:      intel-wired-lan@lists.osuosl.org
5481 W:      http://www.intel.com/support/feedback.htm
5482 W:      http://e1000.sourceforge.net/
5483 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5486 S:      Supported
5487 F:      Documentation/networking/e100.txt
5488 F:      Documentation/networking/e1000.txt
5489 F:      Documentation/networking/e1000e.txt
5490 F:      Documentation/networking/igb.txt
5491 F:      Documentation/networking/igbvf.txt
5492 F:      Documentation/networking/ixgb.txt
5493 F:      Documentation/networking/ixgbe.txt
5494 F:      Documentation/networking/ixgbevf.txt
5495 F:      Documentation/networking/i40e.txt
5496 F:      Documentation/networking/i40evf.txt
5497 F:      drivers/net/ethernet/intel/
5498 F:      drivers/net/ethernet/intel/*/
5499
5500 INTEL-MID GPIO DRIVER
5501 M:      David Cohen <david.a.cohen@linux.intel.com>
5502 L:      linux-gpio@vger.kernel.org
5503 S:      Maintained
5504 F:      drivers/gpio/gpio-intel-mid.c
5505
5506 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5507 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5508 L:      linux-wireless@vger.kernel.org
5509 S:      Maintained
5510 F:      Documentation/networking/README.ipw2100
5511 F:      Documentation/networking/README.ipw2200
5512 F:      drivers/net/wireless/ipw2x00/
5513
5514 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5515 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5516 M:      Gang Wei <gang.wei@intel.com>
5517 M:      Shane Wang <shane.wang@intel.com>
5518 L:      tboot-devel@lists.sourceforge.net
5519 W:      http://tboot.sourceforge.net
5520 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5521 S:      Supported
5522 F:      Documentation/intel_txt.txt
5523 F:      include/linux/tboot.h
5524 F:      arch/x86/kernel/tboot.c
5525
5526 INTEL WIRELESS WIMAX CONNECTION 2400
5527 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5528 M:      linux-wimax@intel.com
5529 L:      wimax@linuxwimax.org (subscribers-only)
5530 S:      Supported
5531 W:      http://linuxwimax.org
5532 F:      Documentation/wimax/README.i2400m
5533 F:      drivers/net/wimax/i2400m/
5534 F:      include/uapi/linux/wimax/i2400m.h
5535
5536 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5537 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5538 L:      linux-wireless@vger.kernel.org
5539 S:      Supported
5540 F:      drivers/net/wireless/iwlegacy/
5541
5542 INTEL WIRELESS WIFI LINK (iwlwifi)
5543 M:      Johannes Berg <johannes.berg@intel.com>
5544 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5545 M:      Intel Linux Wireless <ilw@linux.intel.com>
5546 L:      linux-wireless@vger.kernel.org
5547 W:      http://intellinuxwireless.org
5548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5549 S:      Supported
5550 F:      drivers/net/wireless/iwlwifi/
5551
5552 INTEL MANAGEMENT ENGINE (mei)
5553 M:      Tomas Winkler <tomas.winkler@intel.com>
5554 L:      linux-kernel@vger.kernel.org
5555 S:      Supported
5556 F:      include/uapi/linux/mei.h
5557 F:      include/linux/mei_cl_bus.h
5558 F:      drivers/misc/mei/*
5559 F:      Documentation/misc-devices/mei/*
5560
5561 INTEL PMC IPC DRIVER
5562 M:      Zha Qipeng<qipeng.zha@intel.com>
5563 L:      platform-driver-x86@vger.kernel.org
5564 S:      Maintained
5565 F:      drivers/platform/x86/intel_pmc_ipc.c
5566 F:      arch/x86/include/asm/intel_pmc_ipc.h
5567
5568 IOC3 ETHERNET DRIVER
5569 M:      Ralf Baechle <ralf@linux-mips.org>
5570 L:      linux-mips@linux-mips.org
5571 S:      Maintained
5572 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5573
5574 IOC3 SERIAL DRIVER
5575 M:      Pat Gefre <pfg@sgi.com>
5576 L:      linux-serial@vger.kernel.org
5577 S:      Maintained
5578 F:      drivers/tty/serial/ioc3_serial.c
5579
5580 IOMMU DRIVERS
5581 M:      Joerg Roedel <joro@8bytes.org>
5582 L:      iommu@lists.linux-foundation.org
5583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5584 S:      Maintained
5585 F:      drivers/iommu/
5586
5587 IP MASQUERADING
5588 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5589 S:      Maintained
5590 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5591
5592 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5593 M:      Francois Romieu <romieu@fr.zoreil.com>
5594 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5595 L:      netdev@vger.kernel.org
5596 S:      Maintained
5597 F:      drivers/net/ethernet/icplus/ipg.*
5598
5599 IPATH DRIVER
5600 M:      Mike Marciniszyn <infinipath@intel.com>
5601 L:      linux-rdma@vger.kernel.org
5602 S:      Maintained
5603 F:      drivers/staging/rdma/ipath/
5604
5605 IPMI SUBSYSTEM
5606 M:      Corey Minyard <minyard@acm.org>
5607 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5608 W:      http://openipmi.sourceforge.net/
5609 S:      Supported
5610 F:      Documentation/IPMI.txt
5611 F:      drivers/char/ipmi/
5612 F:      include/linux/ipmi*
5613 F:      include/uapi/linux/ipmi*
5614
5615 QCOM AUDIO (ASoC) DRIVERS
5616 M:      Patrick Lai <plai@codeaurora.org>
5617 M:      Banajit Goswami <bgoswami@codeaurora.org>
5618 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5619 S:      Supported
5620 F:      sound/soc/qcom/
5621
5622 IPS SCSI RAID DRIVER
5623 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5624 L:      linux-scsi@vger.kernel.org
5625 W:      http://www.adaptec.com/
5626 S:      Maintained
5627 F:      drivers/scsi/ips*
5628
5629 IPVS
5630 M:      Wensong Zhang <wensong@linux-vs.org>
5631 M:      Simon Horman <horms@verge.net.au>
5632 M:      Julian Anastasov <ja@ssi.bg>
5633 L:      netdev@vger.kernel.org
5634 L:      lvs-devel@vger.kernel.org
5635 S:      Maintained
5636 F:      Documentation/networking/ipvs-sysctl.txt
5637 F:      include/net/ip_vs.h
5638 F:      include/uapi/linux/ip_vs.h
5639 F:      net/netfilter/ipvs/
5640
5641 IPWIRELESS DRIVER
5642 M:      Jiri Kosina <jikos@kernel.org>
5643 M:      David Sterba <dsterba@suse.com>
5644 S:      Odd Fixes
5645 F:      drivers/tty/ipwireless/
5646
5647 IPX NETWORK LAYER
5648 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5649 L:      netdev@vger.kernel.org
5650 S:      Maintained
5651 F:      include/net/ipx.h
5652 F:      include/uapi/linux/ipx.h
5653 F:      net/ipx/
5654
5655 IRDA SUBSYSTEM
5656 M:      Samuel Ortiz <samuel@sortiz.org>
5657 L:      irda-users@lists.sourceforge.net (subscribers-only)
5658 L:      netdev@vger.kernel.org
5659 W:      http://irda.sourceforge.net/
5660 S:      Maintained
5661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5662 F:      Documentation/networking/irda.txt
5663 F:      drivers/net/irda/
5664 F:      include/net/irda/
5665 F:      net/irda/
5666
5667 IRQ SUBSYSTEM
5668 M:      Thomas Gleixner <tglx@linutronix.de>
5669 L:      linux-kernel@vger.kernel.org
5670 S:      Maintained
5671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5672 F:      kernel/irq/
5673
5674 IRQCHIP DRIVERS
5675 M:      Thomas Gleixner <tglx@linutronix.de>
5676 M:      Jason Cooper <jason@lakedaemon.net>
5677 M:      Marc Zyngier <marc.zyngier@arm.com>
5678 L:      linux-kernel@vger.kernel.org
5679 S:      Maintained
5680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5681 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5682 F:      Documentation/devicetree/bindings/interrupt-controller/
5683 F:      drivers/irqchip/
5684
5685 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5686 M:      Jiang Liu <jiang.liu@linux.intel.com>
5687 M:      Marc Zyngier <marc.zyngier@arm.com>
5688 S:      Maintained
5689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5690 F:      Documentation/IRQ-domain.txt
5691 F:      include/linux/irqdomain.h
5692 F:      kernel/irq/irqdomain.c
5693 F:      kernel/irq/msi.c
5694
5695 ISAPNP
5696 M:      Jaroslav Kysela <perex@perex.cz>
5697 S:      Maintained
5698 F:      Documentation/isapnp.txt
5699 F:      drivers/pnp/isapnp/
5700 F:      include/linux/isapnp.h
5701
5702 ISA RADIO MODULE
5703 M:      Hans Verkuil <hverkuil@xs4all.nl>
5704 L:      linux-media@vger.kernel.org
5705 T:      git git://linuxtv.org/media_tree.git
5706 W:      http://linuxtv.org
5707 S:      Maintained
5708 F:      drivers/media/radio/radio-isa*
5709
5710 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5711 M:      Peter Jones <pjones@redhat.com>
5712 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5713 S:      Maintained
5714 F:      drivers/firmware/iscsi_ibft*
5715
5716 ISCSI
5717 M:      Mike Christie <michaelc@cs.wisc.edu>
5718 L:      open-iscsi@googlegroups.com
5719 W:      www.open-iscsi.org
5720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5721 S:      Maintained
5722 F:      drivers/scsi/*iscsi*
5723 F:      include/scsi/*iscsi*
5724
5725 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5726 M:      Or Gerlitz <ogerlitz@mellanox.com>
5727 M:      Sagi Grimberg <sagig@mellanox.com>
5728 M:      Roi Dayan <roid@mellanox.com>
5729 L:      linux-rdma@vger.kernel.org
5730 S:      Supported
5731 W:      http://www.openfabrics.org
5732 W:      www.open-iscsi.org
5733 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5734 F:      drivers/infiniband/ulp/iser/
5735
5736 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5737 M:      Sagi Grimberg <sagig@mellanox.com>
5738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5739 L:      linux-rdma@vger.kernel.org
5740 L:      target-devel@vger.kernel.org
5741 S:      Supported
5742 W:      http://www.linux-iscsi.org
5743 F:      drivers/infiniband/ulp/isert
5744
5745 ISDN SUBSYSTEM
5746 M:      Karsten Keil <isdn@linux-pingi.de>
5747 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5748 L:      netdev@vger.kernel.org
5749 W:      http://www.isdn4linux.de
5750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5751 S:      Maintained
5752 F:      Documentation/isdn/
5753 F:      drivers/isdn/
5754 F:      include/linux/isdn.h
5755 F:      include/linux/isdn/
5756 F:      include/uapi/linux/isdn.h
5757 F:      include/uapi/linux/isdn/
5758
5759 ISDN SUBSYSTEM (Eicon active card driver)
5760 M:      Armin Schindler <mac@melware.de>
5761 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5762 W:      http://www.melware.de
5763 S:      Maintained
5764 F:      drivers/isdn/hardware/eicon/
5765
5766 IT87 HARDWARE MONITORING DRIVER
5767 M:      Jean Delvare <jdelvare@suse.com>
5768 L:      lm-sensors@lm-sensors.org
5769 S:      Maintained
5770 F:      Documentation/hwmon/it87
5771 F:      drivers/hwmon/it87.c
5772
5773 IT913X MEDIA DRIVER
5774 M:      Antti Palosaari <crope@iki.fi>
5775 L:      linux-media@vger.kernel.org
5776 W:      http://linuxtv.org/
5777 W:      http://palosaari.fi/linux/
5778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5779 T:      git git://linuxtv.org/anttip/media_tree.git
5780 S:      Maintained
5781 F:      drivers/media/tuners/it913x*
5782
5783 IVTV VIDEO4LINUX DRIVER
5784 M:      Andy Walls <awalls@md.metrocast.net>
5785 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5786 L:      linux-media@vger.kernel.org
5787 T:      git git://linuxtv.org/media_tree.git
5788 W:      http://www.ivtvdriver.org
5789 S:      Maintained
5790 F:      Documentation/video4linux/*.ivtv
5791 F:      drivers/media/pci/ivtv/
5792 F:      include/uapi/linux/ivtv*
5793
5794 IX2505V MEDIA DRIVER
5795 M:      Malcolm Priestley <tvboxspy@gmail.com>
5796 L:      linux-media@vger.kernel.org
5797 W:      http://linuxtv.org/
5798 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5799 S:      Maintained
5800 F:      drivers/media/dvb-frontends/ix2505v*
5801
5802 JC42.4 TEMPERATURE SENSOR DRIVER
5803 M:      Guenter Roeck <linux@roeck-us.net>
5804 L:      lm-sensors@lm-sensors.org
5805 S:      Maintained
5806 F:      drivers/hwmon/jc42.c
5807 F:      Documentation/hwmon/jc42
5808
5809 JFS FILESYSTEM
5810 M:      Dave Kleikamp <shaggy@kernel.org>
5811 L:      jfs-discussion@lists.sourceforge.net
5812 W:      http://jfs.sourceforge.net/
5813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5814 S:      Maintained
5815 F:      Documentation/filesystems/jfs.txt
5816 F:      fs/jfs/
5817
5818 JME NETWORK DRIVER
5819 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5820 L:      netdev@vger.kernel.org
5821 S:      Maintained
5822 F:      drivers/net/ethernet/jme.*
5823
5824 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5825 M:      David Woodhouse <dwmw2@infradead.org>
5826 L:      linux-mtd@lists.infradead.org
5827 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5828 S:      Maintained
5829 F:      fs/jffs2/
5830 F:      include/uapi/linux/jffs2.h
5831
5832 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5833 M:      "Theodore Ts'o" <tytso@mit.edu>
5834 M:      Jan Kara <jack@suse.com>
5835 L:      linux-ext4@vger.kernel.org
5836 S:      Maintained
5837 F:      fs/jbd2/
5838 F:      include/linux/jbd2.h
5839
5840 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5841 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5842 L:      linux-media@vger.kernel.org
5843 S:      Maintained
5844 F:      drivers/media/platform/rcar_jpu.c
5845
5846 JSM Neo PCI based serial card
5847 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5848 L:      linux-serial@vger.kernel.org
5849 S:      Maintained
5850 F:      drivers/tty/serial/jsm/
5851
5852 K10TEMP HARDWARE MONITORING DRIVER
5853 M:      Clemens Ladisch <clemens@ladisch.de>
5854 L:      lm-sensors@lm-sensors.org
5855 S:      Maintained
5856 F:      Documentation/hwmon/k10temp
5857 F:      drivers/hwmon/k10temp.c
5858
5859 K8TEMP HARDWARE MONITORING DRIVER
5860 M:      Rudolf Marek <r.marek@assembler.cz>
5861 L:      lm-sensors@lm-sensors.org
5862 S:      Maintained
5863 F:      Documentation/hwmon/k8temp
5864 F:      drivers/hwmon/k8temp.c
5865
5866 KCONFIG
5867 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5868 L:      linux-kbuild@vger.kernel.org
5869 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5870 S:      Maintained
5871 F:      Documentation/kbuild/kconfig-language.txt
5872 F:      scripts/kconfig/
5873
5874 KDUMP
5875 M:      Vivek Goyal <vgoyal@redhat.com>
5876 M:      Haren Myneni <hbabu@us.ibm.com>
5877 L:      kexec@lists.infradead.org
5878 W:      http://lse.sourceforge.net/kdump/
5879 S:      Maintained
5880 F:      Documentation/kdump/
5881
5882 KEENE FM RADIO TRANSMITTER DRIVER
5883 M:      Hans Verkuil <hverkuil@xs4all.nl>
5884 L:      linux-media@vger.kernel.org
5885 T:      git git://linuxtv.org/media_tree.git
5886 W:      http://linuxtv.org
5887 S:      Maintained
5888 F:      drivers/media/radio/radio-keene*
5889
5890 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5891 M:      Ian Kent <raven@themaw.net>
5892 L:      autofs@vger.kernel.org
5893 S:      Maintained
5894 F:      fs/autofs4/
5895
5896 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5897 M:      Michal Marek <mmarek@suse.com>
5898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5900 L:      linux-kbuild@vger.kernel.org
5901 S:      Maintained
5902 F:      Documentation/kbuild/
5903 F:      Makefile
5904 F:      scripts/Makefile.*
5905 F:      scripts/basic/
5906 F:      scripts/mk*
5907 F:      scripts/package/
5908
5909 KERNEL JANITORS
5910 L:      kernel-janitors@vger.kernel.org
5911 W:      http://kernelnewbies.org/KernelJanitors
5912 S:      Odd Fixes
5913
5914 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5915 M:      "J. Bruce Fields" <bfields@fieldses.org>
5916 M:      Jeff Layton <jlayton@poochiereds.net>
5917 L:      linux-nfs@vger.kernel.org
5918 W:      http://nfs.sourceforge.net/
5919 S:      Supported
5920 F:      fs/nfsd/
5921 F:      include/uapi/linux/nfsd/
5922 F:      fs/lockd/
5923 F:      fs/nfs_common/
5924 F:      net/sunrpc/
5925 F:      include/linux/lockd/
5926 F:      include/linux/sunrpc/
5927 F:      include/uapi/linux/sunrpc/
5928
5929 KERNEL SELFTEST FRAMEWORK
5930 M:      Shuah Khan <shuahkh@osg.samsung.com>
5931 L:      linux-api@vger.kernel.org
5932 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5933 S:      Maintained
5934 F:      tools/testing/selftests
5935
5936 KERNEL VIRTUAL MACHINE (KVM)
5937 M:      Gleb Natapov <gleb@kernel.org>
5938 M:      Paolo Bonzini <pbonzini@redhat.com>
5939 L:      kvm@vger.kernel.org
5940 W:      http://www.linux-kvm.org
5941 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5942 S:      Supported
5943 F:      Documentation/*/kvm*.txt
5944 F:      Documentation/virtual/kvm/
5945 F:      arch/*/kvm/
5946 F:      arch/x86/kernel/kvm.c
5947 F:      arch/x86/kernel/kvmclock.c
5948 F:      arch/*/include/asm/kvm*
5949 F:      include/linux/kvm*
5950 F:      include/uapi/linux/kvm*
5951 F:      virt/kvm/
5952
5953 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5954 M:      Joerg Roedel <joro@8bytes.org>
5955 L:      kvm@vger.kernel.org
5956 W:      http://kvm.qumranet.com
5957 S:      Maintained
5958 F:      arch/x86/include/asm/svm.h
5959 F:      arch/x86/kvm/svm.c
5960
5961 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5962 M:      Alexander Graf <agraf@suse.com>
5963 L:      kvm-ppc@vger.kernel.org
5964 W:      http://kvm.qumranet.com
5965 T:      git git://github.com/agraf/linux-2.6.git
5966 S:      Supported
5967 F:      arch/powerpc/include/asm/kvm*
5968 F:      arch/powerpc/kvm/
5969
5970 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5971 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5972 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5973 L:      linux-s390@vger.kernel.org
5974 W:      http://www.ibm.com/developerworks/linux/linux390/
5975 S:      Supported
5976 F:      Documentation/s390/kvm.txt
5977 F:      arch/s390/include/asm/kvm*
5978 F:      arch/s390/kvm/
5979
5980 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5981 M:      Christoffer Dall <christoffer.dall@linaro.org>
5982 M:      Marc Zyngier <marc.zyngier@arm.com>
5983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5984 L:      kvmarm@lists.cs.columbia.edu
5985 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5986 S:      Supported
5987 F:      arch/arm/include/uapi/asm/kvm*
5988 F:      arch/arm/include/asm/kvm*
5989 F:      arch/arm/kvm/
5990 F:      virt/kvm/arm/
5991 F:      include/kvm/arm_*
5992
5993 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5994 M:      Christoffer Dall <christoffer.dall@linaro.org>
5995 M:      Marc Zyngier <marc.zyngier@arm.com>
5996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5997 L:      kvmarm@lists.cs.columbia.edu
5998 S:      Maintained
5999 F:      arch/arm64/include/uapi/asm/kvm*
6000 F:      arch/arm64/include/asm/kvm*
6001 F:      arch/arm64/kvm/
6002
6003 KEXEC
6004 M:      Eric Biederman <ebiederm@xmission.com>
6005 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6006 L:      kexec@lists.infradead.org
6007 S:      Maintained
6008 F:      include/linux/kexec.h
6009 F:      include/uapi/linux/kexec.h
6010 F:      kernel/kexec.c
6011
6012 KEYS/KEYRINGS:
6013 M:      David Howells <dhowells@redhat.com>
6014 L:      keyrings@vger.kernel.org
6015 S:      Maintained
6016 F:      Documentation/security/keys.txt
6017 F:      include/linux/key.h
6018 F:      include/linux/key-type.h
6019 F:      include/keys/
6020 F:      security/keys/
6021
6022 KEYS-TRUSTED
6023 M:      David Safford <safford@us.ibm.com>
6024 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6025 L:      linux-security-module@vger.kernel.org
6026 L:      keyrings@vger.kernel.org
6027 S:      Supported
6028 F:      Documentation/security/keys-trusted-encrypted.txt
6029 F:      include/keys/trusted-type.h
6030 F:      security/keys/trusted.c
6031 F:      security/keys/trusted.h
6032
6033 KEYS-ENCRYPTED
6034 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6035 M:      David Safford <safford@us.ibm.com>
6036 L:      linux-security-module@vger.kernel.org
6037 L:      keyrings@vger.kernel.org
6038 S:      Supported
6039 F:      Documentation/security/keys-trusted-encrypted.txt
6040 F:      include/keys/encrypted-type.h
6041 F:      security/keys/encrypted-keys/
6042
6043 KGDB / KDB /debug_core
6044 M:      Jason Wessel <jason.wessel@windriver.com>
6045 W:      http://kgdb.wiki.kernel.org/
6046 L:      kgdb-bugreport@lists.sourceforge.net
6047 S:      Maintained
6048 F:      Documentation/DocBook/kgdb.tmpl
6049 F:      drivers/misc/kgdbts.c
6050 F:      drivers/tty/serial/kgdboc.c
6051 F:      include/linux/kdb.h
6052 F:      include/linux/kgdb.h
6053 F:      kernel/debug/
6054
6055 KMEMCHECK
6056 M:      Vegard Nossum <vegardno@ifi.uio.no>
6057 M:      Pekka Enberg <penberg@kernel.org>
6058 S:      Maintained
6059 F:      Documentation/kmemcheck.txt
6060 F:      arch/x86/include/asm/kmemcheck.h
6061 F:      arch/x86/mm/kmemcheck/
6062 F:      include/linux/kmemcheck.h
6063 F:      mm/kmemcheck.c
6064
6065 KMEMLEAK
6066 M:      Catalin Marinas <catalin.marinas@arm.com>
6067 S:      Maintained
6068 F:      Documentation/kmemleak.txt
6069 F:      include/linux/kmemleak.h
6070 F:      mm/kmemleak.c
6071 F:      mm/kmemleak-test.c
6072
6073 KPROBES
6074 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6075 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6076 M:      "David S. Miller" <davem@davemloft.net>
6077 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6078 S:      Maintained
6079 F:      Documentation/kprobes.txt
6080 F:      include/linux/kprobes.h
6081 F:      kernel/kprobes.c
6082
6083 KS0108 LCD CONTROLLER DRIVER
6084 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6085 W:      http://miguelojeda.es/auxdisplay.htm
6086 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6087 S:      Maintained
6088 F:      Documentation/auxdisplay/ks0108
6089 F:      drivers/auxdisplay/ks0108.c
6090 F:      include/linux/ks0108.h
6091
6092 LAPB module
6093 L:      linux-x25@vger.kernel.org
6094 S:      Orphan
6095 F:      Documentation/networking/lapb-module.txt
6096 F:      include/*/lapb.h
6097 F:      net/lapb/
6098
6099 LASI 53c700 driver for PARISC
6100 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6101 L:      linux-scsi@vger.kernel.org
6102 S:      Maintained
6103 F:      Documentation/scsi/53c700.txt
6104 F:      drivers/scsi/53c700*
6105
6106 LED SUBSYSTEM
6107 M:      Richard Purdie <rpurdie@rpsys.net>
6108 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6109 L:      linux-leds@vger.kernel.org
6110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6111 S:      Maintained
6112 F:      drivers/leds/
6113 F:      include/linux/leds.h
6114
6115 LEGACY EEPROM DRIVER
6116 M:      Jean Delvare <jdelvare@suse.com>
6117 S:      Maintained
6118 F:      Documentation/misc-devices/eeprom
6119 F:      drivers/misc/eeprom/eeprom.c
6120
6121 LEGO USB Tower driver
6122 M:      Juergen Stuber <starblue@users.sourceforge.net>
6123 L:      legousb-devel@lists.sourceforge.net
6124 W:      http://legousb.sourceforge.net/
6125 S:      Maintained
6126 F:      drivers/usb/misc/legousbtower.c
6127
6128 LG2160 MEDIA DRIVER
6129 M:      Michael Krufky <mkrufky@linuxtv.org>
6130 L:      linux-media@vger.kernel.org
6131 W:      http://linuxtv.org/
6132 W:      http://github.com/mkrufky
6133 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6134 T:      git git://linuxtv.org/mkrufky/tuners.git
6135 S:      Maintained
6136 F:      drivers/media/dvb-frontends/lg2160.*
6137
6138 LGDT3305 MEDIA DRIVER
6139 M:      Michael Krufky <mkrufky@linuxtv.org>
6140 L:      linux-media@vger.kernel.org
6141 W:      http://linuxtv.org/
6142 W:      http://github.com/mkrufky
6143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6144 T:      git git://linuxtv.org/mkrufky/tuners.git
6145 S:      Maintained
6146 F:      drivers/media/dvb-frontends/lgdt3305.*
6147
6148 LGUEST
6149 M:      Rusty Russell <rusty@rustcorp.com.au>
6150 L:      lguest@lists.ozlabs.org
6151 W:      http://lguest.ozlabs.org/
6152 S:      Odd Fixes
6153 F:      arch/x86/include/asm/lguest*.h
6154 F:      arch/x86/lguest/
6155 F:      drivers/lguest/
6156 F:      include/linux/lguest*.h
6157 F:      tools/lguest/
6158
6159 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6160 M:      Tejun Heo <tj@kernel.org>
6161 L:      linux-ide@vger.kernel.org
6162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6163 S:      Maintained
6164 F:      drivers/ata/
6165 F:      include/linux/ata.h
6166 F:      include/linux/libata.h
6167
6168 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6169 M:      Viresh Kumar <vireshk@kernel.org>
6170 L:      linux-ide@vger.kernel.org
6171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6172 S:      Maintained
6173 F:      include/linux/pata_arasan_cf_data.h
6174 F:      drivers/ata/pata_arasan_cf.c
6175
6176 LIBATA PATA DRIVERS
6177 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6178 M:      Tejun Heo <tj@kernel.org>
6179 L:      linux-ide@vger.kernel.org
6180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6181 S:      Maintained
6182 F:      drivers/ata/pata_*.c
6183 F:      drivers/ata/ata_generic.c
6184
6185 LIBATA SATA AHCI PLATFORM devices support
6186 M:      Hans de Goede <hdegoede@redhat.com>
6187 M:      Tejun Heo <tj@kernel.org>
6188 L:      linux-ide@vger.kernel.org
6189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6190 S:      Maintained
6191 F:      drivers/ata/ahci_platform.c
6192 F:      drivers/ata/libahci_platform.c
6193 F:      include/linux/ahci_platform.h
6194
6195 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6196 M:      Mikael Pettersson <mikpelinux@gmail.com>
6197 L:      linux-ide@vger.kernel.org
6198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6199 S:      Maintained
6200 F:      drivers/ata/sata_promise.*
6201
6202 LIBLOCKDEP
6203 M:      Sasha Levin <sasha.levin@oracle.com>
6204 S:      Maintained
6205 F:      tools/lib/lockdep/
6206
6207 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6208 M:      Dan Williams <dan.j.williams@intel.com>
6209 L:      linux-nvdimm@lists.01.org
6210 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6211 S:      Supported
6212 F:      drivers/nvdimm/*
6213 F:      include/linux/nd.h
6214 F:      include/linux/libnvdimm.h
6215 F:      include/uapi/linux/ndctl.h
6216
6217 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6218 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6219 L:      linux-nvdimm@lists.01.org
6220 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6221 S:      Supported
6222 F:      drivers/nvdimm/blk.c
6223 F:      drivers/nvdimm/region_devs.c
6224 F:      drivers/acpi/nfit*
6225
6226 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6227 M:      Vishal Verma <vishal.l.verma@intel.com>
6228 L:      linux-nvdimm@lists.01.org
6229 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6230 S:      Supported
6231 F:      drivers/nvdimm/btt*
6232
6233 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6234 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6235 L:      linux-nvdimm@lists.01.org
6236 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6237 S:      Supported
6238 F:      drivers/nvdimm/pmem.c
6239 F:      include/linux/pmem.h
6240 F:      arch/*/include/asm/pmem.h
6241
6242 LINUX FOR IBM pSERIES (RS/6000)
6243 M:      Paul Mackerras <paulus@au.ibm.com>
6244 W:      http://www.ibm.com/linux/ltc/projects/ppc
6245 S:      Supported
6246 F:      arch/powerpc/boot/rs6000.h
6247
6248 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6249 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6250 M:      Paul Mackerras <paulus@samba.org>
6251 M:      Michael Ellerman <mpe@ellerman.id.au>
6252 W:      http://www.penguinppc.org/
6253 L:      linuxppc-dev@lists.ozlabs.org
6254 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6256 S:      Supported
6257 F:      Documentation/powerpc/
6258 F:      arch/powerpc/
6259
6260 LINUX FOR POWER MACINTOSH
6261 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6262 W:      http://www.penguinppc.org/
6263 L:      linuxppc-dev@lists.ozlabs.org
6264 S:      Maintained
6265 F:      arch/powerpc/platforms/powermac/
6266 F:      drivers/macintosh/
6267
6268 LINUX FOR POWERPC EMBEDDED MPC5XXX
6269 M:      Anatolij Gustschin <agust@denx.de>
6270 L:      linuxppc-dev@lists.ozlabs.org
6271 T:      git git://git.denx.de/linux-denx-agust.git
6272 S:      Maintained
6273 F:      arch/powerpc/platforms/512x/
6274 F:      arch/powerpc/platforms/52xx/
6275
6276 LINUX FOR POWERPC EMBEDDED PPC4XX
6277 M:      Alistair Popple <alistair@popple.id.au>
6278 M:      Matt Porter <mporter@kernel.crashing.org>
6279 W:      http://www.penguinppc.org/
6280 L:      linuxppc-dev@lists.ozlabs.org
6281 S:      Maintained
6282 F:      arch/powerpc/platforms/40x/
6283 F:      arch/powerpc/platforms/44x/
6284
6285 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6286 L:      linuxppc-dev@lists.ozlabs.org
6287 S:      Orphan
6288 F:      arch/powerpc/*/*virtex*
6289 F:      arch/powerpc/*/*/*virtex*
6290
6291 LINUX FOR POWERPC EMBEDDED PPC8XX
6292 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6293 W:      http://www.penguinppc.org/
6294 L:      linuxppc-dev@lists.ozlabs.org
6295 S:      Maintained
6296 F:      arch/powerpc/platforms/8xx/
6297
6298 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6299 M:      Scott Wood <scottwood@freescale.com>
6300 M:      Kumar Gala <galak@kernel.crashing.org>
6301 W:      http://www.penguinppc.org/
6302 L:      linuxppc-dev@lists.ozlabs.org
6303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6304 S:      Maintained
6305 F:      arch/powerpc/platforms/83xx/
6306 F:      arch/powerpc/platforms/85xx/
6307
6308 LINUX FOR POWERPC PA SEMI PWRFICIENT
6309 M:      Olof Johansson <olof@lixom.net>
6310 L:      linuxppc-dev@lists.ozlabs.org
6311 S:      Maintained
6312 F:      arch/powerpc/platforms/pasemi/
6313 F:      drivers/*/*pasemi*
6314 F:      drivers/*/*/*pasemi*
6315
6316 LINUX SECURITY MODULE (LSM) FRAMEWORK
6317 M:      Chris Wright <chrisw@sous-sol.org>
6318 L:      linux-security-module@vger.kernel.org
6319 S:      Supported
6320
6321 LIS3LV02D ACCELEROMETER DRIVER
6322 M:      Eric Piel <eric.piel@tremplin-utc.net>
6323 S:      Maintained
6324 F:      Documentation/misc-devices/lis3lv02d
6325 F:      drivers/misc/lis3lv02d/
6326 F:      drivers/platform/x86/hp_accel.c
6327
6328 LIVE PATCHING
6329 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6330 M:      Seth Jennings <sjenning@redhat.com>
6331 M:      Jiri Kosina <jikos@kernel.org>
6332 M:      Vojtech Pavlik <vojtech@suse.com>
6333 S:      Maintained
6334 F:      kernel/livepatch/
6335 F:      include/linux/livepatch.h
6336 F:      arch/x86/include/asm/livepatch.h
6337 F:      arch/x86/kernel/livepatch.c
6338 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6339 F:      samples/livepatch/
6340 L:      live-patching@vger.kernel.org
6341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6342
6343 LLC (802.2)
6344 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6345 S:      Maintained
6346 F:      include/linux/llc.h
6347 F:      include/uapi/linux/llc.h
6348 F:      include/net/llc*
6349 F:      net/llc/
6350
6351 LM73 HARDWARE MONITOR DRIVER
6352 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6353 L:      lm-sensors@lm-sensors.org
6354 S:      Maintained
6355 F:      drivers/hwmon/lm73.c
6356
6357 LM78 HARDWARE MONITOR DRIVER
6358 M:      Jean Delvare <jdelvare@suse.com>
6359 L:      lm-sensors@lm-sensors.org
6360 S:      Maintained
6361 F:      Documentation/hwmon/lm78
6362 F:      drivers/hwmon/lm78.c
6363
6364 LM83 HARDWARE MONITOR DRIVER
6365 M:      Jean Delvare <jdelvare@suse.com>
6366 L:      lm-sensors@lm-sensors.org
6367 S:      Maintained
6368 F:      Documentation/hwmon/lm83
6369 F:      drivers/hwmon/lm83.c
6370
6371 LM90 HARDWARE MONITOR DRIVER
6372 M:      Jean Delvare <jdelvare@suse.com>
6373 L:      lm-sensors@lm-sensors.org
6374 S:      Maintained
6375 F:      Documentation/hwmon/lm90
6376 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6377 F:      drivers/hwmon/lm90.c
6378
6379 LM95234 HARDWARE MONITOR DRIVER
6380 M:      Guenter Roeck <linux@roeck-us.net>
6381 L:      lm-sensors@lm-sensors.org
6382 S:      Maintained
6383 F:      Documentation/hwmon/lm95234
6384 F:      drivers/hwmon/lm95234.c
6385
6386 LME2510 MEDIA DRIVER
6387 M:      Malcolm Priestley <tvboxspy@gmail.com>
6388 L:      linux-media@vger.kernel.org
6389 W:      http://linuxtv.org/
6390 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6391 S:      Maintained
6392 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6393
6394 LOCKDEP AND LOCKSTAT
6395 M:      Peter Zijlstra <peterz@infradead.org>
6396 M:      Ingo Molnar <mingo@redhat.com>
6397 L:      linux-kernel@vger.kernel.org
6398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6399 S:      Maintained
6400 F:      Documentation/locking/lockdep*.txt
6401 F:      Documentation/locking/lockstat.txt
6402 F:      include/linux/lockdep.h
6403 F:      kernel/locking/
6404
6405 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6406 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6407 L:      linux-ntfs-dev@lists.sourceforge.net
6408 W:      http://www.linux-ntfs.org/content/view/19/37/
6409 S:      Maintained
6410 F:      Documentation/ldm.txt
6411 F:      block/partitions/ldm.*
6412
6413 LogFS
6414 M:      Joern Engel <joern@logfs.org>
6415 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6416 L:      logfs@logfs.org
6417 W:      logfs.org
6418 S:      Maintained
6419 F:      fs/logfs/
6420
6421 LPC32XX MACHINE SUPPORT
6422 M:      Roland Stigge <stigge@antcom.de>
6423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6424 S:      Maintained
6425 F:      arch/arm/mach-lpc32xx/
6426
6427 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6428 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6429 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6430 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6431 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6432 L:      MPT-FusionLinux.pdl@avagotech.com
6433 L:      linux-scsi@vger.kernel.org
6434 W:      http://www.lsilogic.com/support
6435 S:      Supported
6436 F:      drivers/message/fusion/
6437 F:      drivers/scsi/mpt2sas/
6438 F:      drivers/scsi/mpt3sas/
6439
6440 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6441 M:      Matthew Wilcox <matthew@wil.cx>
6442 L:      linux-scsi@vger.kernel.org
6443 S:      Maintained
6444 F:      drivers/scsi/sym53c8xx_2/
6445
6446 LTC4261 HARDWARE MONITOR DRIVER
6447 M:      Guenter Roeck <linux@roeck-us.net>
6448 L:      lm-sensors@lm-sensors.org
6449 S:      Maintained
6450 F:      Documentation/hwmon/ltc4261
6451 F:      drivers/hwmon/ltc4261.c
6452
6453 LTP (Linux Test Project)
6454 M:      Mike Frysinger <vapier@gentoo.org>
6455 M:      Cyril Hrubis <chrubis@suse.cz>
6456 M:      Wanlong Gao <wanlong.gao@gmail.com>
6457 M:      Jan Stancek <jstancek@redhat.com>
6458 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6459 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6460 L:      ltp@lists.linux.it (subscribers-only)
6461 W:      http://linux-test-project.github.io/
6462 T:      git git://github.com/linux-test-project/ltp.git
6463 S:      Maintained
6464
6465 M32R ARCHITECTURE
6466 W:      http://www.linux-m32r.org/
6467 S:      Orphan
6468 F:      arch/m32r/
6469
6470 M68K ARCHITECTURE
6471 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6472 L:      linux-m68k@lists.linux-m68k.org
6473 W:      http://www.linux-m68k.org/
6474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6475 S:      Maintained
6476 F:      arch/m68k/
6477 F:      drivers/zorro/
6478
6479 M68K ON APPLE MACINTOSH
6480 M:      Joshua Thompson <funaho@jurai.org>
6481 W:      http://www.mac.linux-m68k.org/
6482 L:      linux-m68k@lists.linux-m68k.org
6483 S:      Maintained
6484 F:      arch/m68k/mac/
6485
6486 M68K ON HP9000/300
6487 M:      Philip Blundell <philb@gnu.org>
6488 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6489 S:      Maintained
6490 F:      arch/m68k/hp300/
6491
6492 M88DS3103 MEDIA DRIVER
6493 M:      Antti Palosaari <crope@iki.fi>
6494 L:      linux-media@vger.kernel.org
6495 W:      http://linuxtv.org/
6496 W:      http://palosaari.fi/linux/
6497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6498 T:      git git://linuxtv.org/anttip/media_tree.git
6499 S:      Maintained
6500 F:      drivers/media/dvb-frontends/m88ds3103*
6501
6502 M88RS2000 MEDIA DRIVER
6503 M:      Malcolm Priestley <tvboxspy@gmail.com>
6504 L:      linux-media@vger.kernel.org
6505 W:      http://linuxtv.org/
6506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6507 S:      Maintained
6508 F:      drivers/media/dvb-frontends/m88rs2000*
6509
6510 MA901 MASTERKIT USB FM RADIO DRIVER
6511 M:      Alexey Klimov <klimov.linux@gmail.com>
6512 L:      linux-media@vger.kernel.org
6513 T:      git git://linuxtv.org/media_tree.git
6514 S:      Maintained
6515 F:      drivers/media/radio/radio-ma901.c
6516
6517 MAC80211
6518 M:      Johannes Berg <johannes@sipsolutions.net>
6519 L:      linux-wireless@vger.kernel.org
6520 W:      http://wireless.kernel.org/
6521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6523 S:      Maintained
6524 F:      Documentation/networking/mac80211-injection.txt
6525 F:      include/net/mac80211.h
6526 F:      net/mac80211/
6527
6528 MACVLAN DRIVER
6529 M:      Patrick McHardy <kaber@trash.net>
6530 L:      netdev@vger.kernel.org
6531 S:      Maintained
6532 F:      drivers/net/macvlan.c
6533 F:      include/linux/if_macvlan.h
6534
6535 MAILBOX API
6536 M:      Jassi Brar <jassisinghbrar@gmail.com>
6537 L:      linux-kernel@vger.kernel.org
6538 S:      Maintained
6539 F:      drivers/mailbox/
6540 F:      include/linux/mailbox_client.h
6541 F:      include/linux/mailbox_controller.h
6542
6543 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6544 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6545 W:      http://www.kernel.org/doc/man-pages
6546 L:      linux-man@vger.kernel.org
6547 S:      Maintained
6548
6549 MARVELL ARMADA DRM SUPPORT
6550 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6551 S:      Maintained
6552 F:      drivers/gpu/drm/armada/
6553
6554 MARVELL 88E6352 DSA support
6555 M:      Guenter Roeck <linux@roeck-us.net>
6556 S:      Maintained
6557 F:      drivers/net/dsa/mv88e6352.c
6558
6559 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6560 M:      Mirko Lindner <mlindner@marvell.com>
6561 M:      Stephen Hemminger <stephen@networkplumber.org>
6562 L:      netdev@vger.kernel.org
6563 S:      Maintained
6564 F:      drivers/net/ethernet/marvell/sk*
6565
6566 MARVELL LIBERTAS WIRELESS DRIVER
6567 L:      libertas-dev@lists.infradead.org
6568 S:      Orphan
6569 F:      drivers/net/wireless/libertas/
6570
6571 MARVELL MV643XX ETHERNET DRIVER
6572 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6573 L:      netdev@vger.kernel.org
6574 S:      Maintained
6575 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6576 F:      include/linux/mv643xx.h
6577
6578 MARVELL MVNETA ETHERNET DRIVER
6579 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6580 L:      netdev@vger.kernel.org
6581 S:      Maintained
6582 F:      drivers/net/ethernet/marvell/mvneta.*
6583
6584 MARVELL MWIFIEX WIRELESS DRIVER
6585 M:      Amitkumar Karwar <akarwar@marvell.com>
6586 M:      Nishant Sarmukadam <nishants@marvell.com>
6587 L:      linux-wireless@vger.kernel.org
6588 S:      Maintained
6589 F:      drivers/net/wireless/mwifiex/
6590
6591 MARVELL MWL8K WIRELESS DRIVER
6592 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6593 L:      linux-wireless@vger.kernel.org
6594 S:      Odd Fixes
6595 F:      drivers/net/wireless/mwl8k.c
6596
6597 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6598 M:      Nicolas Pitre <nico@fluxnic.net>
6599 S:      Odd Fixes
6600 F:      drivers/mmc/host/mvsdio.*
6601
6602 MATROX FRAMEBUFFER DRIVER
6603 L:      linux-fbdev@vger.kernel.org
6604 S:      Orphan
6605 F:      drivers/video/fbdev/matrox/matroxfb_*
6606 F:      include/uapi/linux/matroxfb.h
6607
6608 MAX16065 HARDWARE MONITOR DRIVER
6609 M:      Guenter Roeck <linux@roeck-us.net>
6610 L:      lm-sensors@lm-sensors.org
6611 S:      Maintained
6612 F:      Documentation/hwmon/max16065
6613 F:      drivers/hwmon/max16065.c
6614
6615 MAX20751 HARDWARE MONITOR DRIVER
6616 M:      Guenter Roeck <linux@roeck-us.net>
6617 L:      lm-sensors@lm-sensors.org
6618 S:      Maintained
6619 F:      Documentation/hwmon/max20751
6620 F:      drivers/hwmon/max20751.c
6621
6622 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6623 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6624 L:      lm-sensors@lm-sensors.org
6625 S:      Maintained
6626 F:      Documentation/hwmon/max6650
6627 F:      drivers/hwmon/max6650.c
6628
6629 MAX6697 HARDWARE MONITOR DRIVER
6630 M:      Guenter Roeck <linux@roeck-us.net>
6631 L:      lm-sensors@lm-sensors.org
6632 S:      Maintained
6633 F:      Documentation/hwmon/max6697
6634 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6635 F:      drivers/hwmon/max6697.c
6636 F:      include/linux/platform_data/max6697.h
6637
6638 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6639 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6640 L:      linux-pm@vger.kernel.org
6641 S:      Supported
6642 F:      drivers/power/max14577_charger.c
6643 F:      drivers/power/max77693_charger.c
6644
6645 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6646 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6647 L:      linux-kernel@vger.kernel.org
6648 S:      Supported
6649 F:      drivers/*/*max77802.c
6650 F:      Documentation/devicetree/bindings/*/*max77802.txt
6651 F:      include/dt-bindings/*/*max77802.h
6652
6653 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6654 M:      Chanwoo Choi <cw00.choi@samsung.com>
6655 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6656 L:      linux-kernel@vger.kernel.org
6657 S:      Supported
6658 F:      drivers/*/max14577.c
6659 F:      drivers/*/max77686.c
6660 F:      drivers/*/max77693.c
6661 F:      drivers/extcon/extcon-max14577.c
6662 F:      drivers/extcon/extcon-max77693.c
6663 F:      drivers/rtc/rtc-max77686.c
6664 F:      drivers/clk/clk-max77686.c
6665 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6666 F:      Documentation/devicetree/bindings/*/max77686.txt
6667 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6668 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6669 F:      include/linux/mfd/max14577*.h
6670 F:      include/linux/mfd/max77686*.h
6671 F:      include/linux/mfd/max77693*.h
6672
6673 MAXIRADIO FM RADIO RECEIVER DRIVER
6674 M:      Hans Verkuil <hverkuil@xs4all.nl>
6675 L:      linux-media@vger.kernel.org
6676 T:      git git://linuxtv.org/media_tree.git
6677 W:      http://linuxtv.org
6678 S:      Maintained
6679 F:      drivers/media/radio/radio-maxiradio*
6680
6681 MEDIA DRIVERS FOR RENESAS - VSP1
6682 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6683 L:      linux-media@vger.kernel.org
6684 L:      linux-sh@vger.kernel.org
6685 T:      git git://linuxtv.org/media_tree.git
6686 S:      Supported
6687 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6688 F:      drivers/media/platform/vsp1/
6689
6690 MEDIA DRIVERS FOR ASCOT2E
6691 M:      Sergey Kozlov <serjk@netup.ru>
6692 L:      linux-media@vger.kernel.org
6693 W:      http://linuxtv.org
6694 W:      http://netup.tv/
6695 T:      git git://linuxtv.org/media_tree.git
6696 S:      Supported
6697 F:      drivers/media/dvb-frontends/ascot2e*
6698
6699 MEDIA DRIVERS FOR CXD2841ER
6700 M:      Sergey Kozlov <serjk@netup.ru>
6701 L:      linux-media@vger.kernel.org
6702 W:      http://linuxtv.org/
6703 W:      http://netup.tv/
6704 T:      git git://linuxtv.org/media_tree.git
6705 S:      Supported
6706 F:      drivers/media/dvb-frontends/cxd2841er*
6707
6708 MEDIA DRIVERS FOR HORUS3A
6709 M:      Sergey Kozlov <serjk@netup.ru>
6710 L:      linux-media@vger.kernel.org
6711 W:      http://linuxtv.org/
6712 W:      http://netup.tv/
6713 T:      git git://linuxtv.org/media_tree.git
6714 S:      Supported
6715 F:      drivers/media/dvb-frontends/horus3a*
6716
6717 MEDIA DRIVERS FOR LNBH25
6718 M:      Sergey Kozlov <serjk@netup.ru>
6719 L:      linux-media@vger.kernel.org
6720 W:      http://linuxtv.org/
6721 W:      http://netup.tv/
6722 T:      git git://linuxtv.org/media_tree.git
6723 S:      Supported
6724 F:      drivers/media/dvb-frontends/lnbh25*
6725
6726 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6727 M:      Sergey Kozlov <serjk@netup.ru>
6728 L:      linux-media@vger.kernel.org
6729 W:      http://linuxtv.org/
6730 W:      http://netup.tv/
6731 T:      git git://linuxtv.org/media_tree.git
6732 S:      Supported
6733 F:      drivers/media/pci/netup_unidvb/*
6734
6735 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6736 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6737 P:      LinuxTV.org Project
6738 L:      linux-media@vger.kernel.org
6739 W:      http://linuxtv.org
6740 Q:      http://patchwork.kernel.org/project/linux-media/list/
6741 T:      git git://linuxtv.org/media_tree.git
6742 S:      Maintained
6743 F:      Documentation/dvb/
6744 F:      Documentation/video4linux/
6745 F:      Documentation/DocBook/media/
6746 F:      drivers/media/
6747 F:      drivers/staging/media/
6748 F:      include/media/
6749 F:      include/uapi/linux/dvb/
6750 F:      include/uapi/linux/videodev2.h
6751 F:      include/uapi/linux/media.h
6752 F:      include/uapi/linux/v4l2-*
6753 F:      include/uapi/linux/meye.h
6754 F:      include/uapi/linux/ivtv*
6755 F:      include/uapi/linux/uvcvideo.h
6756
6757 MEDIATEK MT7601U WIRELESS LAN DRIVER
6758 M:      Jakub Kicinski <kubakici@wp.pl>
6759 L:      linux-wireless@vger.kernel.org
6760 S:      Maintained
6761 F:      drivers/net/wireless/mediatek/mt7601u/
6762
6763 MEGARAID SCSI/SAS DRIVERS
6764 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6765 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6766 M:      Uday Lingala <uday.lingala@avagotech.com>
6767 L:      megaraidlinux.pdl@avagotech.com
6768 L:      linux-scsi@vger.kernel.org
6769 W:      http://www.lsi.com
6770 S:      Maintained
6771 F:      Documentation/scsi/megaraid.txt
6772 F:      drivers/scsi/megaraid.*
6773 F:      drivers/scsi/megaraid/
6774
6775 MELLANOX ETHERNET DRIVER (mlx4_en)
6776 M:      Amir Vadai <amirv@mellanox.com>
6777 M:      Ido Shamay <idos@mellanox.com>
6778 L:      netdev@vger.kernel.org
6779 S:      Supported
6780 W:      http://www.mellanox.com
6781 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6782 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6783
6784 MELLANOX ETHERNET SWITCH DRIVERS
6785 M:      Jiri Pirko <jiri@mellanox.com>
6786 M:      Ido Schimmel <idosch@mellanox.com>
6787 L:      netdev@vger.kernel.org
6788 S:      Supported
6789 W:      http://www.mellanox.com
6790 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6791 F:      drivers/net/ethernet/mellanox/mlxsw/
6792
6793 MEMBARRIER SUPPORT
6794 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6795 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6796 L:      linux-kernel@vger.kernel.org
6797 S:      Supported
6798 F:      kernel/membarrier.c
6799 F:      include/uapi/linux/membarrier.h
6800
6801 MEMORY MANAGEMENT
6802 L:      linux-mm@kvack.org
6803 W:      http://www.linux-mm.org
6804 S:      Maintained
6805 F:      include/linux/mm.h
6806 F:      include/linux/gfp.h
6807 F:      include/linux/mmzone.h
6808 F:      include/linux/memory_hotplug.h
6809 F:      include/linux/vmalloc.h
6810 F:      mm/
6811
6812 MEMORY TECHNOLOGY DEVICES (MTD)
6813 M:      David Woodhouse <dwmw2@infradead.org>
6814 M:      Brian Norris <computersforpeace@gmail.com>
6815 L:      linux-mtd@lists.infradead.org
6816 W:      http://www.linux-mtd.infradead.org/
6817 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6818 T:      git git://git.infradead.org/linux-mtd.git
6819 T:      git git://git.infradead.org/l2-mtd.git
6820 S:      Maintained
6821 F:      drivers/mtd/
6822 F:      include/linux/mtd/
6823 F:      include/uapi/mtd/
6824
6825 MEN A21 WATCHDOG DRIVER
6826 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6827 L:      linux-watchdog@vger.kernel.org
6828 S:      Maintained
6829 F:      drivers/watchdog/mena21_wdt.c
6830
6831 MEN CHAMELEON BUS (mcb)
6832 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6833 S:      Maintained
6834 F:      drivers/mcb/
6835 F:      include/linux/mcb.h
6836 F:      Documentation/men-chameleon-bus.txt
6837
6838 MEN F21BMC (Board Management Controller)
6839 M:      Andreas Werner <andreas.werner@men.de>
6840 S:      Supported
6841 F:      drivers/mfd/menf21bmc.c
6842 F:      drivers/watchdog/menf21bmc_wdt.c
6843 F:      drivers/leds/leds-menf21bmc.c
6844 F:      drivers/hwmon/menf21bmc_hwmon.c
6845 F:      Documentation/hwmon/menf21bmc
6846
6847 METAG ARCHITECTURE
6848 M:      James Hogan <james.hogan@imgtec.com>
6849 L:      linux-metag@vger.kernel.org
6850 S:      Supported
6851 F:      arch/metag/
6852 F:      Documentation/metag/
6853 F:      Documentation/devicetree/bindings/metag/
6854 F:      drivers/clocksource/metag_generic.c
6855 F:      drivers/irqchip/irq-metag.c
6856 F:      drivers/irqchip/irq-metag-ext.c
6857 F:      drivers/tty/metag_da.c
6858
6859 MICROBLAZE ARCHITECTURE
6860 M:      Michal Simek <monstr@monstr.eu>
6861 W:      http://www.monstr.eu/fdt/
6862 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6863 S:      Supported
6864 F:      arch/microblaze/
6865
6866 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6867 M:      Chen Yu <yu.c.chen@intel.com>
6868 L:      platform-driver-x86@vger.kernel.org
6869 S:      Supported
6870 F:      drivers/platform/x86/surfacepro3_button.c
6871
6872 MICROTEK X6 SCANNER
6873 M:      Oliver Neukum <oliver@neukum.org>
6874 S:      Maintained
6875 F:      drivers/usb/image/microtek.*
6876
6877 MIPS
6878 M:      Ralf Baechle <ralf@linux-mips.org>
6879 L:      linux-mips@linux-mips.org
6880 W:      http://www.linux-mips.org/
6881 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6882 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6883 S:      Supported
6884 F:      Documentation/mips/
6885 F:      arch/mips/
6886
6887 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6888 M:      Hans Verkuil <hverkuil@xs4all.nl>
6889 L:      linux-media@vger.kernel.org
6890 T:      git git://linuxtv.org/media_tree.git
6891 W:      http://linuxtv.org
6892 S:      Odd Fixes
6893 F:      drivers/media/radio/radio-miropcm20*
6894
6895 Mellanox MLX5 core VPI driver
6896 M:      Eli Cohen <eli@mellanox.com>
6897 L:      netdev@vger.kernel.org
6898 L:      linux-rdma@vger.kernel.org
6899 W:      http://www.mellanox.com
6900 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6901 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6902 T:      git git://openfabrics.org/~eli/connect-ib.git
6903 S:      Supported
6904 F:      drivers/net/ethernet/mellanox/mlx5/core/
6905 F:      include/linux/mlx5/
6906
6907 Mellanox MLX5 IB driver
6908 M:      Eli Cohen <eli@mellanox.com>
6909 L:      linux-rdma@vger.kernel.org
6910 W:      http://www.mellanox.com
6911 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6912 T:      git git://openfabrics.org/~eli/connect-ib.git
6913 S:      Supported
6914 F:      include/linux/mlx5/
6915 F:      drivers/infiniband/hw/mlx5/
6916
6917 MN88472 MEDIA DRIVER
6918 M:      Antti Palosaari <crope@iki.fi>
6919 L:      linux-media@vger.kernel.org
6920 W:      http://linuxtv.org/
6921 W:      http://palosaari.fi/linux/
6922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6923 T:      git git://linuxtv.org/anttip/media_tree.git
6924 S:      Maintained
6925 F:      drivers/staging/media/mn88472/
6926 F:      drivers/media/dvb-frontends/mn88472.h
6927
6928 MN88473 MEDIA DRIVER
6929 M:      Antti Palosaari <crope@iki.fi>
6930 L:      linux-media@vger.kernel.org
6931 W:      http://linuxtv.org/
6932 W:      http://palosaari.fi/linux/
6933 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6934 T:      git git://linuxtv.org/anttip/media_tree.git
6935 S:      Maintained
6936 F:      drivers/staging/media/mn88473/
6937 F:      drivers/media/dvb-frontends/mn88473.h
6938
6939 MODULE SUPPORT
6940 M:      Rusty Russell <rusty@rustcorp.com.au>
6941 S:      Maintained
6942 F:      include/linux/module.h
6943 F:      kernel/module.c
6944
6945 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6946 W:      http://popies.net/meye/
6947 S:      Orphan
6948 F:      Documentation/video4linux/meye.txt
6949 F:      drivers/media/pci/meye/
6950 F:      include/uapi/linux/meye.h
6951
6952 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6953 M:      Jiri Slaby <jirislaby@gmail.com>
6954 S:      Maintained
6955 F:      Documentation/serial/moxa-smartio
6956 F:      drivers/tty/mxser.*
6957
6958 MR800 AVERMEDIA USB FM RADIO DRIVER
6959 M:      Alexey Klimov <klimov.linux@gmail.com>
6960 L:      linux-media@vger.kernel.org
6961 T:      git git://linuxtv.org/media_tree.git
6962 S:      Maintained
6963 F:      drivers/media/radio/radio-mr800.c
6964
6965 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6966 M:      Alan Ott <alan@signal11.us>
6967 L:      linux-wpan@vger.kernel.org
6968 S:      Maintained
6969 F:      drivers/net/ieee802154/mrf24j40.c
6970
6971 MSI LAPTOP SUPPORT
6972 M:      "Lee, Chun-Yi" <jlee@suse.com>
6973 L:      platform-driver-x86@vger.kernel.org
6974 S:      Maintained
6975 F:      drivers/platform/x86/msi-laptop.c
6976
6977 MSI WMI SUPPORT
6978 L:      platform-driver-x86@vger.kernel.org
6979 S:      Orphan
6980 F:      drivers/platform/x86/msi-wmi.c
6981
6982 MSI001 MEDIA DRIVER
6983 M:      Antti Palosaari <crope@iki.fi>
6984 L:      linux-media@vger.kernel.org
6985 W:      http://linuxtv.org/
6986 W:      http://palosaari.fi/linux/
6987 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6988 T:      git git://linuxtv.org/anttip/media_tree.git
6989 S:      Maintained
6990 F:      drivers/media/tuners/msi001*
6991
6992 MSI2500 MEDIA DRIVER
6993 M:      Antti Palosaari <crope@iki.fi>
6994 L:      linux-media@vger.kernel.org
6995 W:      http://linuxtv.org/
6996 W:      http://palosaari.fi/linux/
6997 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6998 T:      git git://linuxtv.org/anttip/media_tree.git
6999 S:      Maintained
7000 F:      drivers/media/usb/msi2500/
7001
7002 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7003 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7004 L:      linux-mtd@lists.infradead.org
7005 S:      Maintained
7006 F:      drivers/mtd/devices/docg3*
7007
7008 MT9M032 APTINA SENSOR DRIVER
7009 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7010 L:      linux-media@vger.kernel.org
7011 T:      git git://linuxtv.org/media_tree.git
7012 S:      Maintained
7013 F:      drivers/media/i2c/mt9m032.c
7014 F:      include/media/mt9m032.h
7015
7016 MT9P031 APTINA CAMERA SENSOR
7017 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7018 L:      linux-media@vger.kernel.org
7019 T:      git git://linuxtv.org/media_tree.git
7020 S:      Maintained
7021 F:      drivers/media/i2c/mt9p031.c
7022 F:      include/media/mt9p031.h
7023
7024 MT9T001 APTINA CAMERA SENSOR
7025 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7026 L:      linux-media@vger.kernel.org
7027 T:      git git://linuxtv.org/media_tree.git
7028 S:      Maintained
7029 F:      drivers/media/i2c/mt9t001.c
7030 F:      include/media/mt9t001.h
7031
7032 MT9V032 APTINA CAMERA SENSOR
7033 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7034 L:      linux-media@vger.kernel.org
7035 T:      git git://linuxtv.org/media_tree.git
7036 S:      Maintained
7037 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7038 F:      drivers/media/i2c/mt9v032.c
7039 F:      include/media/mt9v032.h
7040
7041 MULTIFUNCTION DEVICES (MFD)
7042 M:      Samuel Ortiz <sameo@linux.intel.com>
7043 M:      Lee Jones <lee.jones@linaro.org>
7044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7045 S:      Supported
7046 F:      drivers/mfd/
7047 F:      include/linux/mfd/
7048
7049 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7050 M:      Ulf Hansson <ulf.hansson@linaro.org>
7051 L:      linux-mmc@vger.kernel.org
7052 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7053 S:      Maintained
7054 F:      drivers/mmc/
7055 F:      include/linux/mmc/
7056 F:      include/uapi/linux/mmc/
7057
7058 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7059 S:      Orphan
7060 F:      drivers/mmc/host/mmc_spi.c
7061 F:      include/linux/spi/mmc_spi.h
7062
7063 MULTISOUND SOUND DRIVER
7064 M:      Andrew Veliath <andrewtv@usa.net>
7065 S:      Maintained
7066 F:      Documentation/sound/oss/MultiSound
7067 F:      sound/oss/msnd*
7068
7069 MULTITECH MULTIPORT CARD (ISICOM)
7070 S:      Orphan
7071 F:      drivers/tty/isicom.c
7072 F:      include/linux/isicom.h
7073
7074 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7075 M:      Felipe Balbi <balbi@ti.com>
7076 L:      linux-usb@vger.kernel.org
7077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7078 S:      Maintained
7079 F:      drivers/usb/musb/
7080
7081 MXL5007T MEDIA DRIVER
7082 M:      Michael Krufky <mkrufky@linuxtv.org>
7083 L:      linux-media@vger.kernel.org
7084 W:      http://linuxtv.org/
7085 W:      http://github.com/mkrufky
7086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7087 T:      git git://linuxtv.org/mkrufky/tuners.git
7088 S:      Maintained
7089 F:      drivers/media/tuners/mxl5007t.*
7090
7091 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7092 M:      Hyong-Youb Kim <hykim@myri.com>
7093 L:      netdev@vger.kernel.org
7094 W:      https://www.myricom.com/support/downloads/myri10ge.html
7095 S:      Supported
7096 F:      drivers/net/ethernet/myricom/myri10ge/
7097
7098 NATSEMI ETHERNET DRIVER (DP8381x)
7099 S:      Orphan
7100 F:      drivers/net/ethernet/natsemi/natsemi.c
7101
7102 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7103 M:      Daniel Mack <zonque@gmail.com>
7104 S:      Maintained
7105 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7106 W:      http://www.native-instruments.com
7107 F:      sound/usb/caiaq/
7108
7109 NCP FILESYSTEM
7110 M:      Petr Vandrovec <petr@vandrovec.name>
7111 S:      Odd Fixes
7112 F:      fs/ncpfs/
7113
7114 NCR 5380 SCSI DRIVERS
7115 M:      Finn Thain <fthain@telegraphics.com.au>
7116 M:      Michael Schmitz <schmitzmic@gmail.com>
7117 L:      linux-scsi@vger.kernel.org
7118 S:      Maintained
7119 F:      Documentation/scsi/g_NCR5380.txt
7120 F:      drivers/scsi/NCR5380.*
7121 F:      drivers/scsi/arm/cumana_1.c
7122 F:      drivers/scsi/arm/oak.c
7123 F:      drivers/scsi/atari_NCR5380.c
7124 F:      drivers/scsi/atari_scsi.*
7125 F:      drivers/scsi/dmx3191d.c
7126 F:      drivers/scsi/dtc.*
7127 F:      drivers/scsi/g_NCR5380.*
7128 F:      drivers/scsi/g_NCR5380_mmio.c
7129 F:      drivers/scsi/mac_scsi.*
7130 F:      drivers/scsi/pas16.*
7131 F:      drivers/scsi/sun3_scsi.*
7132 F:      drivers/scsi/sun3_scsi_vme.c
7133 F:      drivers/scsi/t128.*
7134
7135 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7136 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7137 L:      linux-scsi@vger.kernel.org
7138 S:      Maintained
7139 F:      drivers/scsi/NCR_D700.*
7140
7141 NCT6775 HARDWARE MONITOR DRIVER
7142 M:      Guenter Roeck <linux@roeck-us.net>
7143 L:      lm-sensors@lm-sensors.org
7144 S:      Maintained
7145 F:      Documentation/hwmon/nct6775
7146 F:      drivers/hwmon/nct6775.c
7147
7148 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7149 M:      Faisal Latif <faisal.latif@intel.com>
7150 L:      linux-rdma@vger.kernel.org
7151 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7152 S:      Supported
7153 F:      drivers/infiniband/hw/nes/
7154
7155 NETEM NETWORK EMULATOR
7156 M:      Stephen Hemminger <stephen@networkplumber.org>
7157 L:      netem@lists.linux-foundation.org
7158 S:      Maintained
7159 F:      net/sched/sch_netem.c
7160
7161 NETERION 10GbE DRIVERS (s2io/vxge)
7162 M:      Jon Mason <jdmason@kudzu.us>
7163 L:      netdev@vger.kernel.org
7164 S:      Supported
7165 F:      Documentation/networking/s2io.txt
7166 F:      Documentation/networking/vxge.txt
7167 F:      drivers/net/ethernet/neterion/
7168
7169 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7170 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7171 M:      Patrick McHardy <kaber@trash.net>
7172 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7173 L:      netfilter-devel@vger.kernel.org
7174 L:      coreteam@netfilter.org
7175 W:      http://www.netfilter.org/
7176 W:      http://www.iptables.org/
7177 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7180 S:      Supported
7181 F:      include/linux/netfilter*
7182 F:      include/linux/netfilter/
7183 F:      include/net/netfilter/
7184 F:      include/uapi/linux/netfilter*
7185 F:      include/uapi/linux/netfilter/
7186 F:      net/*/netfilter.c
7187 F:      net/*/netfilter/
7188 F:      net/netfilter/
7189 F:      net/bridge/br_netfilter*.c
7190
7191 NETLABEL
7192 M:      Paul Moore <paul@paul-moore.com>
7193 W:      http://netlabel.sf.net
7194 L:      netdev@vger.kernel.org
7195 S:      Maintained
7196 F:      Documentation/netlabel/
7197 F:      include/net/netlabel.h
7198 F:      net/netlabel/
7199
7200 NETROM NETWORK LAYER
7201 M:      Ralf Baechle <ralf@linux-mips.org>
7202 L:      linux-hams@vger.kernel.org
7203 W:      http://www.linux-ax25.org/
7204 S:      Maintained
7205 F:      include/net/netrom.h
7206 F:      include/uapi/linux/netrom.h
7207 F:      net/netrom/
7208
7209 NETWORK BLOCK DEVICE (NBD)
7210 M:      Markus Pargmann <mpa@pengutronix.de>
7211 S:      Maintained
7212 L:      nbd-general@lists.sourceforge.net
7213 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7214 F:      Documentation/blockdev/nbd.txt
7215 F:      drivers/block/nbd.c
7216 F:      include/uapi/linux/nbd.h
7217
7218 NETWORK DROP MONITOR
7219 M:      Neil Horman <nhorman@tuxdriver.com>
7220 L:      netdev@vger.kernel.org
7221 S:      Maintained
7222 W:      https://fedorahosted.org/dropwatch/
7223 F:      net/core/drop_monitor.c
7224
7225 NETWORKING [GENERAL]
7226 M:      "David S. Miller" <davem@davemloft.net>
7227 L:      netdev@vger.kernel.org
7228 W:      http://www.linuxfoundation.org/en/Net
7229 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7232 S:      Maintained
7233 F:      net/
7234 F:      include/net/
7235 F:      include/linux/in.h
7236 F:      include/linux/net.h
7237 F:      include/linux/netdevice.h
7238 F:      include/uapi/linux/in.h
7239 F:      include/uapi/linux/net.h
7240 F:      include/uapi/linux/netdevice.h
7241 F:      include/uapi/linux/net_namespace.h
7242 F:      tools/net/
7243 F:      tools/testing/selftests/net/
7244 F:      lib/random32.c
7245 F:      lib/test_bpf.c
7246
7247 NETWORKING [IPv4/IPv6]
7248 M:      "David S. Miller" <davem@davemloft.net>
7249 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7250 M:      James Morris <jmorris@namei.org>
7251 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7252 M:      Patrick McHardy <kaber@trash.net>
7253 L:      netdev@vger.kernel.org
7254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7255 S:      Maintained
7256 F:      net/ipv4/
7257 F:      net/ipv6/
7258 F:      include/net/ip*
7259 F:      arch/x86/net/*
7260
7261 NETWORKING [IPSEC]
7262 M:      Steffen Klassert <steffen.klassert@secunet.com>
7263 M:      Herbert Xu <herbert@gondor.apana.org.au>
7264 M:      "David S. Miller" <davem@davemloft.net>
7265 L:      netdev@vger.kernel.org
7266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7268 S:      Maintained
7269 F:      net/core/flow.c
7270 F:      net/xfrm/
7271 F:      net/key/
7272 F:      net/ipv4/xfrm*
7273 F:      net/ipv4/esp4.c
7274 F:      net/ipv4/ah4.c
7275 F:      net/ipv4/ipcomp.c
7276 F:      net/ipv4/ip_vti.c
7277 F:      net/ipv6/xfrm*
7278 F:      net/ipv6/esp6.c
7279 F:      net/ipv6/ah6.c
7280 F:      net/ipv6/ipcomp6.c
7281 F:      net/ipv6/ip6_vti.c
7282 F:      include/uapi/linux/xfrm.h
7283 F:      include/net/xfrm.h
7284
7285 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7286 M:      Paul Moore <paul@paul-moore.com>
7287 L:      netdev@vger.kernel.org
7288 S:      Maintained
7289
7290 NETWORKING [WIRELESS]
7291 L:      linux-wireless@vger.kernel.org
7292 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7293
7294 NETWORKING DRIVERS
7295 L:      netdev@vger.kernel.org
7296 W:      http://www.linuxfoundation.org/en/Net
7297 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7300 S:      Odd Fixes
7301 F:      drivers/net/
7302 F:      include/linux/if_*
7303 F:      include/linux/netdevice.h
7304 F:      include/linux/arcdevice.h
7305 F:      include/linux/etherdevice.h
7306 F:      include/linux/fcdevice.h
7307 F:      include/linux/fddidevice.h
7308 F:      include/linux/hippidevice.h
7309 F:      include/linux/inetdevice.h
7310 F:      include/uapi/linux/if_*
7311 F:      include/uapi/linux/netdevice.h
7312
7313 NETWORKING DRIVERS (WIRELESS)
7314 M:      Kalle Valo <kvalo@codeaurora.org>
7315 L:      linux-wireless@vger.kernel.org
7316 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7318 S:      Maintained
7319 F:      drivers/net/wireless/
7320
7321 NETXEN (1/10) GbE SUPPORT
7322 M:      Manish Chopra <manish.chopra@qlogic.com>
7323 M:      Sony Chacko <sony.chacko@qlogic.com>
7324 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7325 L:      netdev@vger.kernel.org
7326 W:      http://www.qlogic.com
7327 S:      Supported
7328 F:      drivers/net/ethernet/qlogic/netxen/
7329
7330 NFC SUBSYSTEM
7331 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7332 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7333 M:      Samuel Ortiz <sameo@linux.intel.com>
7334 L:      linux-wireless@vger.kernel.org
7335 L:      linux-nfc@lists.01.org (subscribers-only)
7336 S:      Supported
7337 F:      net/nfc/
7338 F:      include/net/nfc/
7339 F:      include/uapi/linux/nfc.h
7340 F:      drivers/nfc/
7341 F:      include/linux/platform_data/pn544.h
7342 F:      Documentation/devicetree/bindings/net/nfc/
7343
7344 NFS, SUNRPC, AND LOCKD CLIENTS
7345 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7346 M:      Anna Schumaker <anna.schumaker@netapp.com>
7347 L:      linux-nfs@vger.kernel.org
7348 W:      http://client.linux-nfs.org
7349 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7350 S:      Maintained
7351 F:      fs/lockd/
7352 F:      fs/nfs/
7353 F:      fs/nfs_common/
7354 F:      net/sunrpc/
7355 F:      include/linux/lockd/
7356 F:      include/linux/nfs*
7357 F:      include/linux/sunrpc/
7358 F:      include/uapi/linux/nfs*
7359 F:      include/uapi/linux/sunrpc/
7360
7361 NILFS2 FILESYSTEM
7362 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7363 L:      linux-nilfs@vger.kernel.org
7364 W:      http://nilfs.sourceforge.net/
7365 T:      git git://github.com/konis/nilfs2.git
7366 S:      Supported
7367 F:      Documentation/filesystems/nilfs2.txt
7368 F:      fs/nilfs2/
7369 F:      include/linux/nilfs2_fs.h
7370
7371 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7372 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7373 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7374 S:      Maintained
7375 F:      Documentation/scsi/NinjaSCSI.txt
7376 F:      drivers/scsi/pcmcia/nsp_*
7377
7378 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7379 M:      GOTO Masanori <gotom@debian.or.jp>
7380 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7381 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7382 S:      Maintained
7383 F:      Documentation/scsi/NinjaSCSI.txt
7384 F:      drivers/scsi/nsp32*
7385
7386 NIOS2 ARCHITECTURE
7387 M:      Ley Foon Tan <lftan@altera.com>
7388 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7390 S:      Maintained
7391 F:      arch/nios2/
7392
7393 NOKIA N900 POWER SUPPLY DRIVERS
7394 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7395 S:      Maintained
7396 F:      include/linux/power/bq2415x_charger.h
7397 F:      include/linux/power/bq27x00_battery.h
7398 F:      include/linux/power/isp1704_charger.h
7399 F:      drivers/power/bq2415x_charger.c
7400 F:      drivers/power/bq27x00_battery.c
7401 F:      drivers/power/isp1704_charger.c
7402 F:      drivers/power/rx51_battery.c
7403
7404 NTB DRIVER CORE
7405 M:      Jon Mason <jdmason@kudzu.us>
7406 M:      Dave Jiang <dave.jiang@intel.com>
7407 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7408 L:      linux-ntb@googlegroups.com
7409 S:      Supported
7410 W:      https://github.com/jonmason/ntb/wiki
7411 T:      git git://github.com/jonmason/ntb.git
7412 F:      drivers/ntb/
7413 F:      drivers/net/ntb_netdev.c
7414 F:      include/linux/ntb.h
7415 F:      include/linux/ntb_transport.h
7416
7417 NTB INTEL DRIVER
7418 M:      Jon Mason <jdmason@kudzu.us>
7419 M:      Dave Jiang <dave.jiang@intel.com>
7420 L:      linux-ntb@googlegroups.com
7421 S:      Supported
7422 W:      https://github.com/jonmason/ntb/wiki
7423 T:      git git://github.com/jonmason/ntb.git
7424 F:      drivers/ntb/hw/intel/
7425
7426 NTFS FILESYSTEM
7427 M:      Anton Altaparmakov <anton@tuxera.com>
7428 L:      linux-ntfs-dev@lists.sourceforge.net
7429 W:      http://www.tuxera.com/
7430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7431 S:      Supported
7432 F:      Documentation/filesystems/ntfs.txt
7433 F:      fs/ntfs/
7434
7435 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7436 M:      Antonino Daplas <adaplas@gmail.com>
7437 L:      linux-fbdev@vger.kernel.org
7438 S:      Maintained
7439 F:      drivers/video/fbdev/riva/
7440 F:      drivers/video/fbdev/nvidia/
7441
7442 NVM EXPRESS DRIVER
7443 M:      Matthew Wilcox <willy@linux.intel.com>
7444 L:      linux-nvme@lists.infradead.org
7445 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7446 S:      Supported
7447 F:      drivers/block/nvme*
7448 F:      include/linux/nvme.h
7449
7450 NVMEM FRAMEWORK
7451 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7452 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7453 S:      Maintained
7454 F:      drivers/nvmem/
7455 F:      Documentation/devicetree/bindings/nvmem/
7456 F:      include/linux/nvmem-consumer.h
7457 F:      include/linux/nvmem-provider.h
7458
7459 NXP-NCI NFC DRIVER
7460 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7461 R:      Charles Gorand <charles.gorand@effinnov.com>
7462 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7463 S:      Supported
7464 F:      drivers/nfc/nxp-nci
7465
7466 NXP TDA998X DRM DRIVER
7467 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7468 S:      Supported
7469 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7470 F:      include/drm/i2c/tda998x.h
7471
7472 NXP TFA9879 DRIVER
7473 M:      Peter Rosin <peda@axentia.se>
7474 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7475 S:      Maintained
7476 F:      sound/soc/codecs/tfa9879*
7477
7478 OMAP SUPPORT
7479 M:      Tony Lindgren <tony@atomide.com>
7480 L:      linux-omap@vger.kernel.org
7481 W:      http://www.muru.com/linux/omap/
7482 W:      http://linux.omap.com/
7483 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7485 S:      Maintained
7486 F:      arch/arm/*omap*/
7487 F:      arch/arm/configs/omap1_defconfig
7488 F:      arch/arm/configs/omap2plus_defconfig
7489 F:      drivers/i2c/busses/i2c-omap.c
7490 F:      drivers/irqchip/irq-omap-intc.c
7491 F:      drivers/mfd/*omap*.c
7492 F:      drivers/mfd/menelaus.c
7493 F:      drivers/mfd/palmas.c
7494 F:      drivers/mfd/tps65217.c
7495 F:      drivers/mfd/tps65218.c
7496 F:      drivers/mfd/tps65910.c
7497 F:      drivers/mfd/twl-core.[ch]
7498 F:      drivers/mfd/twl4030*.c
7499 F:      drivers/mfd/twl6030*.c
7500 F:      drivers/mfd/twl6040*.c
7501 F:      drivers/regulator/palmas-regulator*.c
7502 F:      drivers/regulator/pbias-regulator.c
7503 F:      drivers/regulator/tps65217-regulator.c
7504 F:      drivers/regulator/tps65218-regulator.c
7505 F:      drivers/regulator/tps65910-regulator.c
7506 F:      drivers/regulator/twl-regulator.c
7507 F:      include/linux/i2c-omap.h
7508
7509 OMAP DEVICE TREE SUPPORT
7510 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7511 M:      Tony Lindgren <tony@atomide.com>
7512 L:      linux-omap@vger.kernel.org
7513 L:      devicetree@vger.kernel.org
7514 S:      Maintained
7515 F:      arch/arm/boot/dts/*omap*
7516 F:      arch/arm/boot/dts/*am3*
7517 F:      arch/arm/boot/dts/*am4*
7518 F:      arch/arm/boot/dts/*am5*
7519 F:      arch/arm/boot/dts/*dra7*
7520
7521 OMAP CLOCK FRAMEWORK SUPPORT
7522 M:      Paul Walmsley <paul@pwsan.com>
7523 L:      linux-omap@vger.kernel.org
7524 S:      Maintained
7525 F:      arch/arm/*omap*/*clock*
7526
7527 OMAP POWER MANAGEMENT SUPPORT
7528 M:      Kevin Hilman <khilman@deeprootsystems.com>
7529 L:      linux-omap@vger.kernel.org
7530 S:      Maintained
7531 F:      arch/arm/*omap*/*pm*
7532 F:      drivers/cpufreq/omap-cpufreq.c
7533
7534 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7535 M:      Rajendra Nayak <rnayak@ti.com>
7536 M:      Paul Walmsley <paul@pwsan.com>
7537 L:      linux-omap@vger.kernel.org
7538 S:      Maintained
7539 F:      arch/arm/mach-omap2/prm*
7540
7541 OMAP AUDIO SUPPORT
7542 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7543 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7544 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7545 L:      linux-omap@vger.kernel.org
7546 S:      Maintained
7547 F:      sound/soc/omap/
7548
7549 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7550 M:      Roger Quadros <rogerq@ti.com>
7551 M:      Tony Lindgren <tony@atomide.com>
7552 L:      linux-omap@vger.kernel.org
7553 S:      Maintained
7554 F:      drivers/memory/omap-gpmc.c
7555 F:      arch/arm/mach-omap2/*gpmc*
7556
7557 OMAP FRAMEBUFFER SUPPORT
7558 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7559 L:      linux-fbdev@vger.kernel.org
7560 L:      linux-omap@vger.kernel.org
7561 S:      Maintained
7562 F:      drivers/video/fbdev/omap/
7563
7564 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7565 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7566 L:      linux-omap@vger.kernel.org
7567 L:      linux-fbdev@vger.kernel.org
7568 S:      Maintained
7569 F:      drivers/video/fbdev/omap2/
7570 F:      Documentation/arm/OMAP/DSS
7571
7572 OMAP HARDWARE SPINLOCK SUPPORT
7573 M:      Ohad Ben-Cohen <ohad@wizery.com>
7574 L:      linux-omap@vger.kernel.org
7575 S:      Maintained
7576 F:      drivers/hwspinlock/omap_hwspinlock.c
7577
7578 OMAP MMC SUPPORT
7579 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7580 L:      linux-omap@vger.kernel.org
7581 S:      Maintained
7582 F:      drivers/mmc/host/omap.c
7583
7584 OMAP HS MMC SUPPORT
7585 L:      linux-mmc@vger.kernel.org
7586 L:      linux-omap@vger.kernel.org
7587 S:      Orphan
7588 F:      drivers/mmc/host/omap_hsmmc.c
7589
7590 OMAP RANDOM NUMBER GENERATOR SUPPORT
7591 M:      Deepak Saxena <dsaxena@plexity.net>
7592 S:      Maintained
7593 F:      drivers/char/hw_random/omap-rng.c
7594
7595 OMAP HWMOD SUPPORT
7596 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7597 M:      Paul Walmsley <paul@pwsan.com>
7598 L:      linux-omap@vger.kernel.org
7599 S:      Maintained
7600 F:      arch/arm/mach-omap2/omap_hwmod.*
7601
7602 OMAP HWMOD DATA
7603 M:      Paul Walmsley <paul@pwsan.com>
7604 L:      linux-omap@vger.kernel.org
7605 S:      Maintained
7606 F:      arch/arm/mach-omap2/omap_hwmod*data*
7607
7608 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7609 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7610 L:      linux-omap@vger.kernel.org
7611 S:      Maintained
7612 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7613
7614 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7615 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7616 L:      linux-media@vger.kernel.org
7617 S:      Maintained
7618 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7619 F:      drivers/media/platform/omap3isp/
7620 F:      drivers/staging/media/omap4iss/
7621
7622 OMAP USB SUPPORT
7623 M:      Felipe Balbi <balbi@ti.com>
7624 L:      linux-usb@vger.kernel.org
7625 L:      linux-omap@vger.kernel.org
7626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7627 S:      Maintained
7628 F:      drivers/usb/*/*omap*
7629 F:      arch/arm/*omap*/usb*
7630
7631 OMAP GPIO DRIVER
7632 M:      Javier Martinez Canillas <javier@dowhile0.org>
7633 M:      Santosh Shilimkar <ssantosh@kernel.org>
7634 M:      Kevin Hilman <khilman@deeprootsystems.com>
7635 L:      linux-omap@vger.kernel.org
7636 S:      Maintained
7637 F:      drivers/gpio/gpio-omap.c
7638
7639 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7640 M:      Mark Jackson <mpfj@newflow.co.uk>
7641 L:      linux-omap@vger.kernel.org
7642 S:      Maintained
7643 F:      arch/arm/boot/dts/am335x-nano.dts
7644
7645 OMFS FILESYSTEM
7646 M:      Bob Copeland <me@bobcopeland.com>
7647 L:      linux-karma-devel@lists.sourceforge.net
7648 S:      Maintained
7649 F:      Documentation/filesystems/omfs.txt
7650 F:      fs/omfs/
7651
7652 OMNIKEY CARDMAN 4000 DRIVER
7653 M:      Harald Welte <laforge@gnumonks.org>
7654 S:      Maintained
7655 F:      drivers/char/pcmcia/cm4000_cs.c
7656 F:      include/linux/cm4000_cs.h
7657 F:      include/uapi/linux/cm4000_cs.h
7658
7659 OMNIKEY CARDMAN 4040 DRIVER
7660 M:      Harald Welte <laforge@gnumonks.org>
7661 S:      Maintained
7662 F:      drivers/char/pcmcia/cm4040_cs.*
7663
7664 OMNIVISION OV7670 SENSOR DRIVER
7665 M:      Jonathan Corbet <corbet@lwn.net>
7666 L:      linux-media@vger.kernel.org
7667 T:      git git://linuxtv.org/media_tree.git
7668 S:      Maintained
7669 F:      drivers/media/i2c/ov7670.c
7670
7671 ONENAND FLASH DRIVER
7672 M:      Kyungmin Park <kyungmin.park@samsung.com>
7673 L:      linux-mtd@lists.infradead.org
7674 S:      Maintained
7675 F:      drivers/mtd/onenand/
7676 F:      include/linux/mtd/onenand*.h
7677
7678 ONSTREAM SCSI TAPE DRIVER
7679 M:      Willem Riede <osst@riede.org>
7680 L:      osst-users@lists.sourceforge.net
7681 L:      linux-scsi@vger.kernel.org
7682 S:      Maintained
7683 F:      Documentation/scsi/osst.txt
7684 F:      drivers/scsi/osst.*
7685 F:      drivers/scsi/osst_*.h
7686 F:      drivers/scsi/st.h
7687
7688 OPENCORES I2C BUS DRIVER
7689 M:      Peter Korsgaard <jacmet@sunsite.dk>
7690 L:      linux-i2c@vger.kernel.org
7691 S:      Maintained
7692 F:      Documentation/i2c/busses/i2c-ocores
7693 F:      drivers/i2c/busses/i2c-ocores.c
7694
7695 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7696 M:      Rob Herring <robh+dt@kernel.org>
7697 M:      Frank Rowand <frowand.list@gmail.com>
7698 M:      Grant Likely <grant.likely@linaro.org>
7699 L:      devicetree@vger.kernel.org
7700 W:      http://www.devicetree.org/
7701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7702 S:      Maintained
7703 F:      drivers/of/
7704 F:      include/linux/of*.h
7705 F:      scripts/dtc/
7706
7707 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7708 M:      Rob Herring <robh+dt@kernel.org>
7709 M:      Pawel Moll <pawel.moll@arm.com>
7710 M:      Mark Rutland <mark.rutland@arm.com>
7711 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7712 M:      Kumar Gala <galak@codeaurora.org>
7713 L:      devicetree@vger.kernel.org
7714 S:      Maintained
7715 F:      Documentation/devicetree/
7716 F:      arch/*/boot/dts/
7717 F:      include/dt-bindings/
7718
7719 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7720 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7721 L:      devicetree@vger.kernel.org
7722 S:      Maintained
7723 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7724 F:      Documentation/devicetree/overlay-notes.txt
7725 F:      drivers/of/overlay.c
7726 F:      drivers/of/resolver.c
7727
7728 OPENRISC ARCHITECTURE
7729 M:      Jonas Bonn <jonas@southpole.se>
7730 W:      http://openrisc.net
7731 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7732 S:      Maintained
7733 T:      git git://openrisc.net/~jonas/linux
7734 F:      arch/openrisc/
7735
7736 OPENVSWITCH
7737 M:      Pravin Shelar <pshelar@nicira.com>
7738 L:      netdev@vger.kernel.org
7739 L:      dev@openvswitch.org
7740 W:      http://openvswitch.org
7741 S:      Maintained
7742 F:      net/openvswitch/
7743 F:      include/uapi/linux/openvswitch.h
7744
7745 OPL4 DRIVER
7746 M:      Clemens Ladisch <clemens@ladisch.de>
7747 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7748 T:      git git://git.alsa-project.org/alsa-kernel.git
7749 S:      Maintained
7750 F:      sound/drivers/opl4/
7751
7752 OPROFILE
7753 M:      Robert Richter <rric@kernel.org>
7754 L:      oprofile-list@lists.sf.net
7755 S:      Maintained
7756 F:      arch/*/include/asm/oprofile*.h
7757 F:      arch/*/oprofile/
7758 F:      drivers/oprofile/
7759 F:      include/linux/oprofile.h
7760
7761 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7762 M:      Mark Fasheh <mfasheh@suse.com>
7763 M:      Joel Becker <jlbec@evilplan.org>
7764 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7765 W:      http://ocfs2.wiki.kernel.org
7766 S:      Supported
7767 F:      Documentation/filesystems/ocfs2.txt
7768 F:      Documentation/filesystems/dlmfs.txt
7769 F:      fs/ocfs2/
7770
7771 ORINOCO DRIVER
7772 L:      linux-wireless@vger.kernel.org
7773 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7774 W:      http://www.nongnu.org/orinoco/
7775 S:      Orphan
7776 F:      drivers/net/wireless/orinoco/
7777
7778 OSD LIBRARY and FILESYSTEM
7779 M:      Boaz Harrosh <ooo@electrozaur.com>
7780 M:      Benny Halevy <bhalevy@primarydata.com>
7781 L:      osd-dev@open-osd.org
7782 W:      http://open-osd.org
7783 T:      git git://git.open-osd.org/open-osd.git
7784 S:      Maintained
7785 F:      drivers/scsi/osd/
7786 F:      include/scsi/osd_*
7787 F:      fs/exofs/
7788
7789 OVERLAY FILESYSTEM
7790 M:      Miklos Szeredi <miklos@szeredi.hu>
7791 L:      linux-unionfs@vger.kernel.org
7792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7793 S:      Supported
7794 F:      fs/overlayfs/
7795 F:      Documentation/filesystems/overlayfs.txt
7796
7797 P54 WIRELESS DRIVER
7798 M:      Christian Lamparter <chunkeey@googlemail.com>
7799 L:      linux-wireless@vger.kernel.org
7800 W:      http://wireless.kernel.org/en/users/Drivers/p54
7801 S:      Maintained
7802 F:      drivers/net/wireless/p54/
7803
7804 PA SEMI ETHERNET DRIVER
7805 M:      Olof Johansson <olof@lixom.net>
7806 L:      netdev@vger.kernel.org
7807 S:      Maintained
7808 F:      drivers/net/ethernet/pasemi/*
7809
7810 PA SEMI SMBUS DRIVER
7811 M:      Olof Johansson <olof@lixom.net>
7812 L:      linux-i2c@vger.kernel.org
7813 S:      Maintained
7814 F:      drivers/i2c/busses/i2c-pasemi.c
7815
7816 PADATA PARALLEL EXECUTION MECHANISM
7817 M:      Steffen Klassert <steffen.klassert@secunet.com>
7818 L:      linux-crypto@vger.kernel.org
7819 S:      Maintained
7820 F:      kernel/padata.c
7821 F:      include/linux/padata.h
7822 F:      Documentation/padata.txt
7823
7824 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7825 M:      Harald Welte <laforge@gnumonks.org>
7826 L:      platform-driver-x86@vger.kernel.org
7827 S:      Maintained
7828 F:      drivers/platform/x86/panasonic-laptop.c
7829
7830 PANASONIC MN10300/AM33/AM34 PORT
7831 M:      David Howells <dhowells@redhat.com>
7832 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7833 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7834 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7835 S:      Maintained
7836 F:      Documentation/mn10300/
7837 F:      arch/mn10300/
7838
7839 PARALLEL PORT SUBSYSTEM
7840 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7841 M:      Sudip Mukherjee <sudip@vectorindia.org>
7842 L:      linux-parport@lists.infradead.org (subscribers-only)
7843 S:      Maintained
7844 F:      drivers/parport/
7845 F:      include/linux/parport*.h
7846 F:      drivers/char/ppdev.c
7847 F:      include/uapi/linux/ppdev.h
7848 F:      Documentation/parport*.txt
7849
7850 PARAVIRT_OPS INTERFACE
7851 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7852 M:      Chris Wright <chrisw@sous-sol.org>
7853 M:      Alok Kataria <akataria@vmware.com>
7854 M:      Rusty Russell <rusty@rustcorp.com.au>
7855 L:      virtualization@lists.linux-foundation.org
7856 S:      Supported
7857 F:      Documentation/virtual/paravirt_ops.txt
7858 F:      arch/*/kernel/paravirt*
7859 F:      arch/*/include/asm/paravirt.h
7860
7861 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7862 M:      Tim Waugh <tim@cyberelk.net>
7863 L:      linux-parport@lists.infradead.org (subscribers-only)
7864 S:      Maintained
7865 F:      Documentation/blockdev/paride.txt
7866 F:      drivers/block/paride/
7867
7868 PARISC ARCHITECTURE
7869 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7870 M:      Helge Deller <deller@gmx.de>
7871 L:      linux-parisc@vger.kernel.org
7872 W:      http://www.parisc-linux.org/
7873 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7876 S:      Maintained
7877 F:      arch/parisc/
7878 F:      Documentation/parisc/
7879 F:      drivers/parisc/
7880 F:      drivers/char/agp/parisc-agp.c
7881 F:      drivers/input/serio/gscps2.c
7882 F:      drivers/parport/parport_gsc.*
7883 F:      drivers/tty/serial/8250/8250_gsc.c
7884 F:      drivers/video/fbdev/sti*
7885 F:      drivers/video/console/sti*
7886 F:      drivers/video/logo/logo_parisc*
7887
7888 PC87360 HARDWARE MONITORING DRIVER
7889 M:      Jim Cromie <jim.cromie@gmail.com>
7890 L:      lm-sensors@lm-sensors.org
7891 S:      Maintained
7892 F:      Documentation/hwmon/pc87360
7893 F:      drivers/hwmon/pc87360.c
7894
7895 PC8736x GPIO DRIVER
7896 M:      Jim Cromie <jim.cromie@gmail.com>
7897 S:      Maintained
7898 F:      drivers/char/pc8736x_gpio.c
7899
7900 PC87427 HARDWARE MONITORING DRIVER
7901 M:      Jean Delvare <jdelvare@suse.com>
7902 L:      lm-sensors@lm-sensors.org
7903 S:      Maintained
7904 F:      Documentation/hwmon/pc87427
7905 F:      drivers/hwmon/pc87427.c
7906
7907 PCA9532 LED DRIVER
7908 M:      Riku Voipio <riku.voipio@iki.fi>
7909 S:      Maintained
7910 F:      drivers/leds/leds-pca9532.c
7911 F:      include/linux/leds-pca9532.h
7912
7913 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7914 M:      Guenter Roeck <linux@roeck-us.net>
7915 L:      linux-i2c@vger.kernel.org
7916 S:      Maintained
7917 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7918
7919 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7920 M:      Khalid Aziz <khalid@gonehiking.org>
7921 S:      Maintained
7922 F:      drivers/firmware/pcdp.*
7923
7924 PCI ERROR RECOVERY
7925 M:      Linas Vepstas <linasvepstas@gmail.com>
7926 L:      linux-pci@vger.kernel.org
7927 S:      Supported
7928 F:      Documentation/PCI/pci-error-recovery.txt
7929
7930 PCI SUBSYSTEM
7931 M:      Bjorn Helgaas <bhelgaas@google.com>
7932 L:      linux-pci@vger.kernel.org
7933 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7935 S:      Supported
7936 F:      Documentation/PCI/
7937 F:      drivers/pci/
7938 F:      include/linux/pci*
7939 F:      arch/x86/pci/
7940 F:      arch/x86/kernel/quirks.c
7941
7942 PCI DRIVER FOR ARM VERSATILE PLATFORM
7943 M:      Rob Herring <robh@kernel.org>
7944 L:      linux-pci@vger.kernel.org
7945 L:      linux-arm-kernel@lists.infradead.org
7946 S:      Maintained
7947 F:      Documentation/devicetree/bindings/pci/versatile.txt
7948 F:      drivers/pci/host/pci-versatile.c
7949
7950 PCI DRIVER FOR APPLIEDMICRO XGENE
7951 M:      Tanmay Inamdar <tinamdar@apm.com>
7952 L:      linux-pci@vger.kernel.org
7953 L:      linux-arm-kernel@lists.infradead.org
7954 S:      Maintained
7955 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7956 F:      drivers/pci/host/pci-xgene.c
7957
7958 PCI DRIVER FOR FREESCALE LAYERSCAPE
7959 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7960 M:      Mingkai Hu <mingkai.hu@freescale.com>
7961 M:      Roy Zang <tie-fei.zang@freescale.com>
7962 L:      linuxppc-dev@lists.ozlabs.org
7963 L:      linux-pci@vger.kernel.org
7964 L:      linux-arm-kernel@lists.infradead.org
7965 S:      Maintained
7966 F:      drivers/pci/host/*layerscape*
7967
7968 PCI DRIVER FOR IMX6
7969 M:      Richard Zhu <Richard.Zhu@freescale.com>
7970 M:      Lucas Stach <l.stach@pengutronix.de>
7971 L:      linux-pci@vger.kernel.org
7972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7973 S:      Maintained
7974 F:      drivers/pci/host/*imx6*
7975
7976 PCI DRIVER FOR TI KEYSTONE
7977 M:      Murali Karicheri <m-karicheri2@ti.com>
7978 L:      linux-pci@vger.kernel.org
7979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7980 S:      Maintained
7981 F:      drivers/pci/host/*keystone*
7982
7983 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7984 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7985 M:      Jason Cooper <jason@lakedaemon.net>
7986 L:      linux-pci@vger.kernel.org
7987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7988 S:      Maintained
7989 F:      drivers/pci/host/*mvebu*
7990
7991 PCI DRIVER FOR NVIDIA TEGRA
7992 M:      Thierry Reding <thierry.reding@gmail.com>
7993 L:      linux-tegra@vger.kernel.org
7994 L:      linux-pci@vger.kernel.org
7995 S:      Supported
7996 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7997 F:      drivers/pci/host/pci-tegra.c
7998
7999 PCI DRIVER FOR TI DRA7XX
8000 M:      Kishon Vijay Abraham I <kishon@ti.com>
8001 L:      linux-omap@vger.kernel.org
8002 L:      linux-pci@vger.kernel.org
8003 S:      Supported
8004 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8005 F:      drivers/pci/host/pci-dra7xx.c
8006
8007 PCI DRIVER FOR RENESAS R-CAR
8008 M:      Simon Horman <horms@verge.net.au>
8009 L:      linux-pci@vger.kernel.org
8010 L:      linux-sh@vger.kernel.org
8011 S:      Maintained
8012 F:      drivers/pci/host/*rcar*
8013
8014 PCI DRIVER FOR SAMSUNG EXYNOS
8015 M:      Jingoo Han <jingoohan1@gmail.com>
8016 L:      linux-pci@vger.kernel.org
8017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8018 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8019 S:      Maintained
8020 F:      drivers/pci/host/pci-exynos.c
8021
8022 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8023 M:      Jingoo Han <jingoohan1@gmail.com>
8024 M:      Pratyush Anand <pratyush.anand@gmail.com>
8025 L:      linux-pci@vger.kernel.org
8026 S:      Maintained
8027 F:      drivers/pci/host/*designware*
8028
8029 PCI DRIVER FOR GENERIC OF HOSTS
8030 M:      Will Deacon <will.deacon@arm.com>
8031 L:      linux-pci@vger.kernel.org
8032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8033 S:      Maintained
8034 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8035 F:      drivers/pci/host/pci-host-generic.c
8036
8037 PCIE DRIVER FOR ST SPEAR13XX
8038 M:      Pratyush Anand <pratyush.anand@gmail.com>
8039 L:      linux-pci@vger.kernel.org
8040 S:      Maintained
8041 F:      drivers/pci/host/*spear*
8042
8043 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8044 M:      Duc Dang <dhdang@apm.com>
8045 L:      linux-pci@vger.kernel.org
8046 L:      linux-arm-kernel@lists.infradead.org
8047 S:      Maintained
8048 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8049 F:      drivers/pci/host/pci-xgene-msi.c
8050
8051 PCMCIA SUBSYSTEM
8052 P:      Linux PCMCIA Team
8053 L:      linux-pcmcia@lists.infradead.org
8054 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8056 S:      Maintained
8057 F:      Documentation/pcmcia/
8058 F:      drivers/pcmcia/
8059 F:      include/pcmcia/
8060
8061 PCNET32 NETWORK DRIVER
8062 M:      Don Fry <pcnet32@frontier.com>
8063 L:      netdev@vger.kernel.org
8064 S:      Maintained
8065 F:      drivers/net/ethernet/amd/pcnet32.c
8066
8067 PCRYPT PARALLEL CRYPTO ENGINE
8068 M:      Steffen Klassert <steffen.klassert@secunet.com>
8069 L:      linux-crypto@vger.kernel.org
8070 S:      Maintained
8071 F:      crypto/pcrypt.c
8072 F:      include/crypto/pcrypt.h
8073
8074 PER-CPU MEMORY ALLOCATOR
8075 M:      Tejun Heo <tj@kernel.org>
8076 M:      Christoph Lameter <cl@linux-foundation.org>
8077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8078 S:      Maintained
8079 F:      include/linux/percpu*.h
8080 F:      mm/percpu*.c
8081 F:      arch/*/include/asm/percpu.h
8082
8083 PER-TASK DELAY ACCOUNTING
8084 M:      Balbir Singh <bsingharora@gmail.com>
8085 S:      Maintained
8086 F:      include/linux/delayacct.h
8087 F:      kernel/delayacct.c
8088
8089 PERFORMANCE EVENTS SUBSYSTEM
8090 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8091 M:      Ingo Molnar <mingo@redhat.com>
8092 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8093 L:      linux-kernel@vger.kernel.org
8094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8095 S:      Supported
8096 F:      kernel/events/*
8097 F:      include/linux/perf_event.h
8098 F:      include/uapi/linux/perf_event.h
8099 F:      arch/*/kernel/perf_event*.c
8100 F:      arch/*/kernel/*/perf_event*.c
8101 F:      arch/*/kernel/*/*/perf_event*.c
8102 F:      arch/*/include/asm/perf_event.h
8103 F:      arch/*/kernel/perf_callchain.c
8104 F:      tools/perf/
8105
8106 PERSONALITY HANDLING
8107 M:      Christoph Hellwig <hch@infradead.org>
8108 L:      linux-abi-devel@lists.sourceforge.net
8109 S:      Maintained
8110 F:      include/linux/personality.h
8111 F:      include/uapi/linux/personality.h
8112
8113 PHONET PROTOCOL
8114 M:      Remi Denis-Courmont <courmisch@gmail.com>
8115 S:      Supported
8116 F:      Documentation/networking/phonet.txt
8117 F:      include/linux/phonet.h
8118 F:      include/net/phonet/
8119 F:      include/uapi/linux/phonet.h
8120 F:      net/phonet/
8121
8122 PHRAM MTD DRIVER
8123 M:      Joern Engel <joern@lazybastard.org>
8124 L:      linux-mtd@lists.infradead.org
8125 S:      Maintained
8126 F:      drivers/mtd/devices/phram.c
8127
8128 PICOLCD HID DRIVER
8129 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8130 L:      linux-input@vger.kernel.org
8131 S:      Maintained
8132 F:      drivers/hid/hid-picolcd*
8133
8134 PICOXCELL SUPPORT
8135 M:      Jamie Iles <jamie@jamieiles.com>
8136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8137 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8138 S:      Supported
8139 F:      arch/arm/boot/dts/picoxcell*
8140 F:      arch/arm/mach-picoxcell/
8141 F:      drivers/crypto/picoxcell*
8142
8143 PIN CONTROL SUBSYSTEM
8144 M:      Linus Walleij <linus.walleij@linaro.org>
8145 L:      linux-gpio@vger.kernel.org
8146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8147 S:      Maintained
8148 F:      drivers/pinctrl/
8149 F:      include/linux/pinctrl/
8150
8151 PIN CONTROLLER - ATMEL AT91
8152 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8154 S:      Maintained
8155 F:      drivers/pinctrl/pinctrl-at91.*
8156
8157 PIN CONTROLLER - INTEL
8158 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8159 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8160 S:      Maintained
8161 F:      drivers/pinctrl/intel/
8162
8163 PIN CONTROLLER - RENESAS
8164 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8165 L:      linux-sh@vger.kernel.org
8166 S:      Maintained
8167 F:      drivers/pinctrl/sh-pfc/
8168
8169 PIN CONTROLLER - SAMSUNG
8170 M:      Tomasz Figa <tomasz.figa@gmail.com>
8171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8172 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8173 S:      Maintained
8174 F:      drivers/pinctrl/samsung/
8175
8176 PIN CONTROLLER - ST SPEAR
8177 M:      Viresh Kumar <vireshk@kernel.org>
8178 L:      spear-devel@list.st.com
8179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8180 W:      http://www.st.com/spear
8181 S:      Maintained
8182 F:      drivers/pinctrl/spear/
8183
8184 PKTCDVD DRIVER
8185 M:      Jiri Kosina <jikos@kernel.org>
8186 S:      Maintained
8187 F:      drivers/block/pktcdvd.c
8188 F:      include/linux/pktcdvd.h
8189 F:      include/uapi/linux/pktcdvd.h
8190
8191 PKUNITY SOC DRIVERS
8192 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8193 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8194 S:      Maintained
8195 T:      git git://github.com/gxt/linux.git
8196 F:      drivers/input/serio/i8042-unicore32io.h
8197 F:      drivers/i2c/busses/i2c-puv3.c
8198 F:      drivers/video/fbdev/fb-puv3.c
8199 F:      drivers/rtc/rtc-puv3.c
8200
8201 PMBUS HARDWARE MONITORING DRIVERS
8202 M:      Guenter Roeck <linux@roeck-us.net>
8203 L:      lm-sensors@lm-sensors.org
8204 W:      http://www.lm-sensors.org/
8205 W:      http://www.roeck-us.net/linux/drivers/
8206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8207 S:      Maintained
8208 F:      Documentation/hwmon/pmbus
8209 F:      drivers/hwmon/pmbus/
8210 F:      include/linux/i2c/pmbus.h
8211
8212 PMC SIERRA MaxRAID DRIVER
8213 L:      linux-scsi@vger.kernel.org
8214 W:      http://www.pmc-sierra.com/
8215 S:      Orphan
8216 F:      drivers/scsi/pmcraid.*
8217
8218 PMC SIERRA PM8001 DRIVER
8219 M:      Jack Wang <jinpu.wang@profitbricks.com>
8220 M:      lindar_liu@usish.com
8221 L:      pmchba@pmcs.com
8222 L:      linux-scsi@vger.kernel.org
8223 S:      Supported
8224 F:      drivers/scsi/pm8001/
8225
8226 POSIX CLOCKS and TIMERS
8227 M:      Thomas Gleixner <tglx@linutronix.de>
8228 L:      linux-kernel@vger.kernel.org
8229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8230 S:      Maintained
8231 F:      fs/timerfd.c
8232 F:      include/linux/timer*
8233 F:      kernel/time/*timer*
8234
8235 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8236 M:      Sebastian Reichel <sre@kernel.org>
8237 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8238 M:      David Woodhouse <dwmw2@infradead.org>
8239 L:      linux-pm@vger.kernel.org
8240 T:      git git://git.infradead.org/battery-2.6.git
8241 S:      Maintained
8242 F:      include/linux/power_supply.h
8243 F:      drivers/power/
8244 X:      drivers/power/avs/
8245
8246 POWER STATE COORDINATION INTERFACE (PSCI)
8247 M:      Mark Rutland <mark.rutland@arm.com>
8248 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8249 L:      linux-arm-kernel@lists.infradead.org
8250 S:      Maintained
8251 F:      drivers/firmware/psci.c
8252 F:      include/linux/psci.h
8253 F:      include/uapi/linux/psci.h
8254
8255 PNP SUPPORT
8256 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8257 S:      Maintained
8258 F:      drivers/pnp/
8259
8260 PNXxxxx I2C DRIVER
8261 M:      Vitaly Wool <vitalywool@gmail.com>
8262 L:      linux-i2c@vger.kernel.org
8263 S:      Maintained
8264 F:      drivers/i2c/busses/i2c-pnx.c
8265
8266 PPP PROTOCOL DRIVERS AND COMPRESSORS
8267 M:      Paul Mackerras <paulus@samba.org>
8268 L:      linux-ppp@vger.kernel.org
8269 S:      Maintained
8270 F:      drivers/net/ppp/ppp_*
8271
8272 PPP OVER ATM (RFC 2364)
8273 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8274 S:      Maintained
8275 F:      net/atm/pppoatm.c
8276 F:      include/uapi/linux/atmppp.h
8277
8278 PPP OVER ETHERNET
8279 M:      Michal Ostrowski <mostrows@earthlink.net>
8280 S:      Maintained
8281 F:      drivers/net/ppp/pppoe.c
8282 F:      drivers/net/ppp/pppox.c
8283
8284 PPP OVER L2TP
8285 M:      James Chapman <jchapman@katalix.com>
8286 S:      Maintained
8287 F:      net/l2tp/l2tp_ppp.c
8288 F:      include/linux/if_pppol2tp.h
8289 F:      include/uapi/linux/if_pppol2tp.h
8290
8291 PPS SUPPORT
8292 M:      Rodolfo Giometti <giometti@enneenne.com>
8293 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8294 L:      linuxpps@ml.enneenne.com (subscribers-only)
8295 S:      Maintained
8296 F:      Documentation/pps/
8297 F:      drivers/pps/
8298 F:      include/linux/pps*.h
8299
8300 PPTP DRIVER
8301 M:      Dmitry Kozlov <xeb@mail.ru>
8302 L:      netdev@vger.kernel.org
8303 S:      Maintained
8304 F:      drivers/net/ppp/pptp.c
8305 W:      http://sourceforge.net/projects/accel-pptp
8306
8307 PREEMPTIBLE KERNEL
8308 M:      Robert Love <rml@tech9.net>
8309 L:      kpreempt-tech@lists.sourceforge.net
8310 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8311 S:      Supported
8312 F:      Documentation/preempt-locking.txt
8313 F:      include/linux/preempt.h
8314
8315 PRISM54 WIRELESS DRIVER
8316 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8317 L:      linux-wireless@vger.kernel.org
8318 W:      http://wireless.kernel.org/en/users/Drivers/p54
8319 S:      Obsolete
8320 F:      drivers/net/wireless/prism54/
8321
8322 PS3 NETWORK SUPPORT
8323 M:      Geoff Levand <geoff@infradead.org>
8324 L:      netdev@vger.kernel.org
8325 L:      linuxppc-dev@lists.ozlabs.org
8326 S:      Maintained
8327 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8328
8329 PS3 PLATFORM SUPPORT
8330 M:      Geoff Levand <geoff@infradead.org>
8331 L:      linuxppc-dev@lists.ozlabs.org
8332 S:      Maintained
8333 F:      arch/powerpc/boot/ps3*
8334 F:      arch/powerpc/include/asm/lv1call.h
8335 F:      arch/powerpc/include/asm/ps3*.h
8336 F:      arch/powerpc/platforms/ps3/
8337 F:      drivers/*/ps3*
8338 F:      drivers/ps3/
8339 F:      drivers/rtc/rtc-ps3.c
8340 F:      drivers/usb/host/*ps3.c
8341 F:      sound/ppc/snd_ps3*
8342
8343 PS3VRAM DRIVER
8344 M:      Jim Paris <jim@jtan.com>
8345 M:      Geoff Levand <geoff@infradead.org>
8346 L:      linuxppc-dev@lists.ozlabs.org
8347 S:      Maintained
8348 F:      drivers/block/ps3vram.c
8349
8350 PSTORE FILESYSTEM
8351 M:      Anton Vorontsov <anton@enomsg.org>
8352 M:      Colin Cross <ccross@android.com>
8353 M:      Kees Cook <keescook@chromium.org>
8354 M:      Tony Luck <tony.luck@intel.com>
8355 S:      Maintained
8356 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8357 F:      fs/pstore/
8358 F:      include/linux/pstore*
8359 F:      drivers/firmware/efi/efi-pstore.c
8360 F:      drivers/acpi/apei/erst.c
8361
8362 PTP HARDWARE CLOCK SUPPORT
8363 M:      Richard Cochran <richardcochran@gmail.com>
8364 L:      netdev@vger.kernel.org
8365 S:      Maintained
8366 W:      http://linuxptp.sourceforge.net/
8367 F:      Documentation/ABI/testing/sysfs-ptp
8368 F:      Documentation/ptp/*
8369 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8370 F:      drivers/net/phy/dp83640*
8371 F:      drivers/ptp/*
8372 F:      include/linux/ptp_cl*
8373
8374 PTRACE SUPPORT
8375 M:      Roland McGrath <roland@hack.frob.com>
8376 M:      Oleg Nesterov <oleg@redhat.com>
8377 S:      Maintained
8378 F:      include/asm-generic/syscall.h
8379 F:      include/linux/ptrace.h
8380 F:      include/linux/regset.h
8381 F:      include/linux/tracehook.h
8382 F:      include/uapi/linux/ptrace.h
8383 F:      kernel/ptrace.c
8384
8385 PVRUSB2 VIDEO4LINUX DRIVER
8386 M:      Mike Isely <isely@pobox.com>
8387 L:      pvrusb2@isely.net       (subscribers-only)
8388 L:      linux-media@vger.kernel.org
8389 W:      http://www.isely.net/pvrusb2/
8390 T:      git git://linuxtv.org/media_tree.git
8391 S:      Maintained
8392 F:      Documentation/video4linux/README.pvrusb2
8393 F:      drivers/media/usb/pvrusb2/
8394
8395 PWC WEBCAM DRIVER
8396 M:      Hans de Goede <hdegoede@redhat.com>
8397 L:      linux-media@vger.kernel.org
8398 T:      git git://linuxtv.org/media_tree.git
8399 S:      Maintained
8400 F:      drivers/media/usb/pwc/*
8401
8402 PWM FAN DRIVER
8403 M:      Kamil Debski <k.debski@samsung.com>
8404 L:      lm-sensors@lm-sensors.org
8405 S:      Supported
8406 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8407 F:      Documentation/hwmon/pwm-fan
8408 F:      drivers/hwmon/pwm-fan.c
8409
8410 PWM SUBSYSTEM
8411 M:      Thierry Reding <thierry.reding@gmail.com>
8412 L:      linux-pwm@vger.kernel.org
8413 S:      Maintained
8414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8415 F:      Documentation/pwm.txt
8416 F:      Documentation/devicetree/bindings/pwm/
8417 F:      include/linux/pwm.h
8418 F:      drivers/pwm/
8419 F:      drivers/video/backlight/pwm_bl.c
8420 F:      include/linux/pwm_backlight.h
8421
8422 PXA2xx/PXA3xx SUPPORT
8423 M:      Daniel Mack <daniel@zonque.org>
8424 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8425 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8427 T:      git git://github.com/hzhuang1/linux.git
8428 T:      git git://github.com/rjarzmik/linux.git
8429 S:      Maintained
8430 F:      arch/arm/mach-pxa/
8431 F:      drivers/dma/pxa*
8432 F:      drivers/pcmcia/pxa2xx*
8433 F:      drivers/spi/spi-pxa2xx*
8434 F:      drivers/usb/gadget/udc/pxa2*
8435 F:      include/sound/pxa2xx-lib.h
8436 F:      sound/arm/pxa*
8437 F:      sound/soc/pxa/
8438
8439 PXA3xx NAND FLASH DRIVER
8440 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8441 L:      linux-mtd@lists.infradead.org
8442 S:      Maintained
8443 F:      drivers/mtd/nand/pxa3xx_nand.c
8444
8445 MMP SUPPORT
8446 M:      Eric Miao <eric.y.miao@gmail.com>
8447 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8448 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8449 T:      git git://github.com/hzhuang1/linux.git
8450 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8451 S:      Maintained
8452 F:      arch/arm/mach-mmp/
8453
8454 PXA MMCI DRIVER
8455 S:      Orphan
8456
8457 PXA RTC DRIVER
8458 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8459 L:      rtc-linux@googlegroups.com
8460 S:      Maintained
8461
8462 QAT DRIVER
8463 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8464 L:      qat-linux@intel.com
8465 S:      Supported
8466 F:      drivers/crypto/qat/
8467
8468 QIB DRIVER
8469 M:      Mike Marciniszyn <infinipath@intel.com>
8470 L:      linux-rdma@vger.kernel.org
8471 S:      Supported
8472 F:      drivers/infiniband/hw/qib/
8473
8474 QLOGIC QLA1280 SCSI DRIVER
8475 M:      Michael Reed <mdr@sgi.com>
8476 L:      linux-scsi@vger.kernel.org
8477 S:      Maintained
8478 F:      drivers/scsi/qla1280.[ch]
8479
8480 QLOGIC QLA2XXX FC-SCSI DRIVER
8481 M:      qla2xxx-upstream@qlogic.com
8482 L:      linux-scsi@vger.kernel.org
8483 S:      Supported
8484 F:      Documentation/scsi/LICENSE.qla2xxx
8485 F:      drivers/scsi/qla2xxx/
8486
8487 QLOGIC QLA4XXX iSCSI DRIVER
8488 M:      QLogic-Storage-Upstream@qlogic.com
8489 L:      linux-scsi@vger.kernel.org
8490 S:      Supported
8491 F:      Documentation/scsi/LICENSE.qla4xxx
8492 F:      drivers/scsi/qla4xxx/
8493
8494 QLOGIC QLA3XXX NETWORK DRIVER
8495 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8496 M:      Ron Mercer <ron.mercer@qlogic.com>
8497 M:      linux-driver@qlogic.com
8498 L:      netdev@vger.kernel.org
8499 S:      Supported
8500 F:      Documentation/networking/LICENSE.qla3xxx
8501 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8502
8503 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8504 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8505 M:      Dept-GELinuxNICDev@qlogic.com
8506 L:      netdev@vger.kernel.org
8507 S:      Supported
8508 F:      drivers/net/ethernet/qlogic/qlcnic/
8509
8510 QLOGIC QLGE 10Gb ETHERNET DRIVER
8511 M:      Harish Patil <harish.patil@qlogic.com>
8512 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8513 M:      Dept-GELinuxNICDev@qlogic.com
8514 M:      linux-driver@qlogic.com
8515 L:      netdev@vger.kernel.org
8516 S:      Supported
8517 F:      drivers/net/ethernet/qlogic/qlge/
8518
8519 QNX4 FILESYSTEM
8520 M:      Anders Larsen <al@alarsen.net>
8521 W:      http://www.alarsen.net/linux/qnx4fs/
8522 S:      Maintained
8523 F:      fs/qnx4/
8524 F:      include/uapi/linux/qnx4_fs.h
8525 F:      include/uapi/linux/qnxtypes.h
8526
8527 QT1010 MEDIA DRIVER
8528 M:      Antti Palosaari <crope@iki.fi>
8529 L:      linux-media@vger.kernel.org
8530 W:      http://linuxtv.org/
8531 W:      http://palosaari.fi/linux/
8532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8533 T:      git git://linuxtv.org/anttip/media_tree.git
8534 S:      Maintained
8535 F:      drivers/media/tuners/qt1010*
8536
8537 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8538 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8539 L:      linux-wireless@vger.kernel.org
8540 L:      ath9k-devel@lists.ath9k.org
8541 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8542 S:      Supported
8543 F:      drivers/net/wireless/ath/ath9k/
8544
8545 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8546 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8547 L:      ath10k@lists.infradead.org
8548 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8549 T:      git git://github.com/kvalo/ath.git
8550 S:      Supported
8551 F:      drivers/net/wireless/ath/ath10k/
8552
8553 QUALCOMM HEXAGON ARCHITECTURE
8554 M:      Richard Kuo <rkuo@codeaurora.org>
8555 L:      linux-hexagon@vger.kernel.org
8556 S:      Supported
8557 F:      arch/hexagon/
8558
8559 QUALCOMM WCN36XX WIRELESS DRIVER
8560 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8561 L:      wcn36xx@lists.infradead.org
8562 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8563 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8564 S:      Supported
8565 F:      drivers/net/wireless/ath/wcn36xx/
8566
8567 RADOS BLOCK DEVICE (RBD)
8568 M:      Ilya Dryomov <idryomov@gmail.com>
8569 M:      Sage Weil <sage@redhat.com>
8570 M:      Alex Elder <elder@kernel.org>
8571 L:      ceph-devel@vger.kernel.org
8572 W:      http://ceph.com/
8573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8574 T:      git git://github.com/ceph/ceph-client.git
8575 S:      Supported
8576 F:      Documentation/ABI/testing/sysfs-bus-rbd
8577 F:      drivers/block/rbd.c
8578 F:      drivers/block/rbd_types.h
8579
8580 RADEON FRAMEBUFFER DISPLAY DRIVER
8581 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8582 L:      linux-fbdev@vger.kernel.org
8583 S:      Maintained
8584 F:      drivers/video/fbdev/aty/radeon*
8585 F:      include/uapi/linux/radeonfb.h
8586
8587 RADIOSHARK RADIO DRIVER
8588 M:      Hans de Goede <hdegoede@redhat.com>
8589 L:      linux-media@vger.kernel.org
8590 T:      git git://linuxtv.org/media_tree.git
8591 S:      Maintained
8592 F:      drivers/media/radio/radio-shark.c
8593
8594 RADIOSHARK2 RADIO DRIVER
8595 M:      Hans de Goede <hdegoede@redhat.com>
8596 L:      linux-media@vger.kernel.org
8597 T:      git git://linuxtv.org/media_tree.git
8598 S:      Maintained
8599 F:      drivers/media/radio/radio-shark2.c
8600 F:      drivers/media/radio/radio-tea5777.c
8601
8602 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8603 M:      Paul Mackerras <paulus@samba.org>
8604 L:      linux-fbdev@vger.kernel.org
8605 S:      Maintained
8606 F:      drivers/video/fbdev/aty/aty128fb.c
8607
8608 RALINK RT2X00 WIRELESS LAN DRIVER
8609 P:      rt2x00 project
8610 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8611 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8612 L:      linux-wireless@vger.kernel.org
8613 S:      Maintained
8614 F:      drivers/net/wireless/rt2x00/
8615
8616 RAMDISK RAM BLOCK DEVICE DRIVER
8617 M:      Jens Axboe <axboe@kernel.dk>
8618 S:      Maintained
8619 F:      Documentation/blockdev/ramdisk.txt
8620 F:      drivers/block/brd.c
8621
8622 RANDOM NUMBER DRIVER
8623 M:      "Theodore Ts'o" <tytso@mit.edu>
8624 S:      Maintained
8625 F:      drivers/char/random.c
8626
8627 RAPIDIO SUBSYSTEM
8628 M:      Matt Porter <mporter@kernel.crashing.org>
8629 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8630 S:      Maintained
8631 F:      drivers/rapidio/
8632
8633 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8634 L:      linux-wireless@vger.kernel.org
8635 S:      Orphan
8636 F:      drivers/net/wireless/ray*
8637
8638 RCUTORTURE MODULE
8639 M:      Josh Triplett <josh@joshtriplett.org>
8640 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8641 L:      linux-kernel@vger.kernel.org
8642 S:      Supported
8643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8644 F:      Documentation/RCU/torture.txt
8645 F:      kernel/rcu/rcutorture.c
8646
8647 RCUTORTURE TEST FRAMEWORK
8648 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8649 M:      Josh Triplett <josh@joshtriplett.org>
8650 R:      Steven Rostedt <rostedt@goodmis.org>
8651 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8652 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8653 L:      linux-kernel@vger.kernel.org
8654 S:      Supported
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8656 F:      tools/testing/selftests/rcutorture
8657
8658 RDC R-321X SoC
8659 M:      Florian Fainelli <florian@openwrt.org>
8660 S:      Maintained
8661
8662 RDC R6040 FAST ETHERNET DRIVER
8663 M:      Florian Fainelli <florian@openwrt.org>
8664 L:      netdev@vger.kernel.org
8665 S:      Maintained
8666 F:      drivers/net/ethernet/rdc/r6040.c
8667
8668 RDS - RELIABLE DATAGRAM SOCKETS
8669 M:      Chien Yen <chien.yen@oracle.com>
8670 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8671 S:      Supported
8672 F:      net/rds/
8673
8674 READ-COPY UPDATE (RCU)
8675 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8676 M:      Josh Triplett <josh@joshtriplett.org>
8677 R:      Steven Rostedt <rostedt@goodmis.org>
8678 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8679 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8680 L:      linux-kernel@vger.kernel.org
8681 W:      http://www.rdrop.com/users/paulmck/RCU/
8682 S:      Supported
8683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8684 F:      Documentation/RCU/
8685 X:      Documentation/RCU/torture.txt
8686 F:      include/linux/rcu*
8687 X:      include/linux/srcu.h
8688 F:      kernel/rcu/
8689 X:      kernel/torture.c
8690
8691 REAL TIME CLOCK (RTC) SUBSYSTEM
8692 M:      Alessandro Zummo <a.zummo@towertech.it>
8693 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8694 L:      rtc-linux@googlegroups.com
8695 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8697 S:      Maintained
8698 F:      Documentation/rtc.txt
8699 F:      drivers/rtc/
8700 F:      include/linux/rtc.h
8701 F:      include/uapi/linux/rtc.h
8702
8703 REALTEK AUDIO CODECS
8704 M:      Bard Liao <bardliao@realtek.com>
8705 M:      Oder Chiou <oder_chiou@realtek.com>
8706 S:      Maintained
8707 F:      sound/soc/codecs/rt*
8708 F:      include/sound/rt*.h
8709
8710 REISERFS FILE SYSTEM
8711 L:      reiserfs-devel@vger.kernel.org
8712 S:      Supported
8713 F:      fs/reiserfs/
8714
8715 REGISTER MAP ABSTRACTION
8716 M:      Mark Brown <broonie@kernel.org>
8717 L:      linux-kernel@vger.kernel.org
8718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8719 S:      Supported
8720 F:      drivers/base/regmap/
8721 F:      include/linux/regmap.h
8722
8723 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8724 M:      Ohad Ben-Cohen <ohad@wizery.com>
8725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8726 S:      Maintained
8727 F:      drivers/remoteproc/
8728 F:      Documentation/remoteproc.txt
8729 F:      include/linux/remoteproc.h
8730
8731 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8732 M:      Ohad Ben-Cohen <ohad@wizery.com>
8733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8734 S:      Maintained
8735 F:      drivers/rpmsg/
8736 F:      Documentation/rpmsg.txt
8737 F:      include/linux/rpmsg.h
8738
8739 RESET CONTROLLER FRAMEWORK
8740 M:      Philipp Zabel <p.zabel@pengutronix.de>
8741 S:      Maintained
8742 F:      drivers/reset/
8743 F:      Documentation/devicetree/bindings/reset/
8744 F:      include/dt-bindings/reset/
8745 F:      include/linux/reset.h
8746 F:      include/linux/reset-controller.h
8747
8748 RFKILL
8749 M:      Johannes Berg <johannes@sipsolutions.net>
8750 L:      linux-wireless@vger.kernel.org
8751 W:      http://wireless.kernel.org/
8752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8754 S:      Maintained
8755 F:      Documentation/rfkill.txt
8756 F:      net/rfkill/
8757
8758 RHASHTABLE
8759 M:      Thomas Graf <tgraf@suug.ch>
8760 L:      netdev@vger.kernel.org
8761 S:      Maintained
8762 F:      lib/rhashtable.c
8763 F:      include/linux/rhashtable.h
8764
8765 RICOH SMARTMEDIA/XD DRIVER
8766 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8767 S:      Maintained
8768 F:      drivers/mtd/nand/r852.c
8769 F:      drivers/mtd/nand/r852.h
8770
8771 RICOH R5C592 MEMORYSTICK DRIVER
8772 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8773 S:      Maintained
8774 F:      drivers/memstick/host/r592.*
8775
8776 ROCCAT DRIVERS
8777 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8778 W:      http://sourceforge.net/projects/roccat/
8779 S:      Maintained
8780 F:      drivers/hid/hid-roccat*
8781 F:      include/linux/hid-roccat*
8782 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8783
8784 ROCKER DRIVER
8785 M:      Jiri Pirko <jiri@resnulli.us>
8786 M:      Scott Feldman <sfeldma@gmail.com>
8787 L:      netdev@vger.kernel.org
8788 S:      Supported
8789 F:      drivers/net/ethernet/rocker/
8790
8791 ROCKETPORT DRIVER
8792 P:      Comtrol Corp.
8793 W:      http://www.comtrol.com
8794 S:      Maintained
8795 F:      Documentation/serial/rocket.txt
8796 F:      drivers/tty/rocket*
8797
8798 ROCKETPORT EXPRESS/INFINITY DRIVER
8799 M:      Kevin Cernekee <cernekee@gmail.com>
8800 L:      linux-serial@vger.kernel.org
8801 S:      Odd Fixes
8802 F:      drivers/tty/serial/rp2.*
8803
8804 ROSE NETWORK LAYER
8805 M:      Ralf Baechle <ralf@linux-mips.org>
8806 L:      linux-hams@vger.kernel.org
8807 W:      http://www.linux-ax25.org/
8808 S:      Maintained
8809 F:      include/net/rose.h
8810 F:      include/uapi/linux/rose.h
8811 F:      net/rose/
8812
8813 RTL2830 MEDIA DRIVER
8814 M:      Antti Palosaari <crope@iki.fi>
8815 L:      linux-media@vger.kernel.org
8816 W:      http://linuxtv.org/
8817 W:      http://palosaari.fi/linux/
8818 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8819 T:      git git://linuxtv.org/anttip/media_tree.git
8820 S:      Maintained
8821 F:      drivers/media/dvb-frontends/rtl2830*
8822
8823 RTL2832 MEDIA DRIVER
8824 M:      Antti Palosaari <crope@iki.fi>
8825 L:      linux-media@vger.kernel.org
8826 W:      http://linuxtv.org/
8827 W:      http://palosaari.fi/linux/
8828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8829 T:      git git://linuxtv.org/anttip/media_tree.git
8830 S:      Maintained
8831 F:      drivers/media/dvb-frontends/rtl2832*
8832
8833 RTL2832_SDR MEDIA DRIVER
8834 M:      Antti Palosaari <crope@iki.fi>
8835 L:      linux-media@vger.kernel.org
8836 W:      http://linuxtv.org/
8837 W:      http://palosaari.fi/linux/
8838 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8839 T:      git git://linuxtv.org/anttip/media_tree.git
8840 S:      Maintained
8841 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8842
8843 RTL8180 WIRELESS DRIVER
8844 L:      linux-wireless@vger.kernel.org
8845 W:      http://wireless.kernel.org/
8846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8847 S:      Orphan
8848 F:      drivers/net/wireless/rtl818x/rtl8180/
8849
8850 RTL8187 WIRELESS DRIVER
8851 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8852 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8853 M:      Larry Finger <Larry.Finger@lwfinger.net>
8854 L:      linux-wireless@vger.kernel.org
8855 W:      http://wireless.kernel.org/
8856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8857 S:      Maintained
8858 F:      drivers/net/wireless/rtl818x/rtl8187/
8859
8860 RTL8192CE WIRELESS DRIVER
8861 M:      Larry Finger <Larry.Finger@lwfinger.net>
8862 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8863 L:      linux-wireless@vger.kernel.org
8864 W:      http://wireless.kernel.org/
8865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8866 S:      Maintained
8867 F:      drivers/net/wireless/rtlwifi/
8868 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8869
8870 S3 SAVAGE FRAMEBUFFER DRIVER
8871 M:      Antonino Daplas <adaplas@gmail.com>
8872 L:      linux-fbdev@vger.kernel.org
8873 S:      Maintained
8874 F:      drivers/video/fbdev/savage/
8875
8876 S390
8877 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8878 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8879 L:      linux-s390@vger.kernel.org
8880 W:      http://www.ibm.com/developerworks/linux/linux390/
8881 S:      Supported
8882 F:      arch/s390/
8883 F:      drivers/s390/
8884 F:      Documentation/s390/
8885 F:      Documentation/DocBook/s390*
8886
8887 S390 COMMON I/O LAYER
8888 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8889 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8890 L:      linux-s390@vger.kernel.org
8891 W:      http://www.ibm.com/developerworks/linux/linux390/
8892 S:      Supported
8893 F:      drivers/s390/cio/
8894
8895 S390 DASD DRIVER
8896 M:      Stefan Weinhuber <wein@de.ibm.com>
8897 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8898 L:      linux-s390@vger.kernel.org
8899 W:      http://www.ibm.com/developerworks/linux/linux390/
8900 S:      Supported
8901 F:      drivers/s390/block/dasd*
8902 F:      block/partitions/ibm.c
8903
8904 S390 NETWORK DRIVERS
8905 M:      Ursula Braun <ursula.braun@de.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/net/
8910
8911 S390 PCI SUBSYSTEM
8912 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8913 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8914 L:      linux-s390@vger.kernel.org
8915 W:      http://www.ibm.com/developerworks/linux/linux390/
8916 S:      Supported
8917 F:      arch/s390/pci/
8918 F:      drivers/pci/hotplug/s390_pci_hpc.c
8919
8920 S390 ZCRYPT DRIVER
8921 M:      Ingo Tuchscherer <ingo.tuchscherer@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/crypto/
8926
8927 S390 ZFCP DRIVER
8928 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8929 L:      linux-s390@vger.kernel.org
8930 W:      http://www.ibm.com/developerworks/linux/linux390/
8931 S:      Supported
8932 F:      drivers/s390/scsi/zfcp_*
8933
8934 S390 IUCV NETWORK LAYER
8935 M:      Ursula Braun <ursula.braun@de.ibm.com>
8936 L:      linux-s390@vger.kernel.org
8937 W:      http://www.ibm.com/developerworks/linux/linux390/
8938 S:      Supported
8939 F:      drivers/s390/net/*iucv*
8940 F:      include/net/iucv/
8941 F:      net/iucv/
8942
8943 S3C24XX SD/MMC Driver
8944 M:      Ben Dooks <ben-linux@fluff.org>
8945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8946 S:      Supported
8947 F:      drivers/mmc/host/s3cmci.*
8948
8949 SAA6588 RDS RECEIVER DRIVER
8950 M:      Hans Verkuil <hverkuil@xs4all.nl>
8951 L:      linux-media@vger.kernel.org
8952 T:      git git://linuxtv.org/media_tree.git
8953 W:      http://linuxtv.org
8954 S:      Odd Fixes
8955 F:      drivers/media/i2c/saa6588*
8956
8957 SAA7134 VIDEO4LINUX DRIVER
8958 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8959 L:      linux-media@vger.kernel.org
8960 W:      http://linuxtv.org
8961 T:      git git://linuxtv.org/media_tree.git
8962 S:      Odd fixes
8963 F:      Documentation/video4linux/*.saa7134
8964 F:      drivers/media/pci/saa7134/
8965
8966 SAA7146 VIDEO4LINUX-2 DRIVER
8967 M:      Hans Verkuil <hverkuil@xs4all.nl>
8968 L:      linux-media@vger.kernel.org
8969 T:      git git://linuxtv.org/media_tree.git
8970 S:      Maintained
8971 F:      drivers/media/common/saa7146/
8972 F:      drivers/media/pci/saa7146/
8973 F:      include/media/saa7146*
8974
8975 SAMSUNG LAPTOP DRIVER
8976 M:      Corentin Chary <corentin.chary@gmail.com>
8977 L:      platform-driver-x86@vger.kernel.org
8978 S:      Maintained
8979 F:      drivers/platform/x86/samsung-laptop.c
8980
8981 SAMSUNG AUDIO (ASoC) DRIVERS
8982 M:      Sangbeom Kim <sbkim73@samsung.com>
8983 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8984 S:      Supported
8985 F:      sound/soc/samsung/
8986
8987 SAMSUNG FRAMEBUFFER DRIVER
8988 M:      Jingoo Han <jingoohan1@gmail.com>
8989 L:      linux-fbdev@vger.kernel.org
8990 S:      Maintained
8991 F:      drivers/video/fbdev/s3c-fb.c
8992
8993 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8994 M:      Sangbeom Kim <sbkim73@samsung.com>
8995 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8996 L:      linux-kernel@vger.kernel.org
8997 L:      linux-samsung-soc@vger.kernel.org
8998 S:      Supported
8999 F:      drivers/mfd/sec*.c
9000 F:      drivers/regulator/s2m*.c
9001 F:      drivers/regulator/s5m*.c
9002 F:      drivers/clk/clk-s2mps11.c
9003 F:      drivers/rtc/rtc-s5m.c
9004 F:      include/linux/mfd/samsung/
9005 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9006 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9007
9008 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9009 M:      Kyungmin Park <kyungmin.park@samsung.com>
9010 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9011 L:      linux-media@vger.kernel.org
9012 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9013 S:      Supported
9014 F:      drivers/media/platform/exynos4-is/
9015
9016 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9017 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9018 L:      linux-media@vger.kernel.org
9019 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9020 S:      Maintained
9021 F:      drivers/media/platform/s3c-camif/
9022 F:      include/media/s3c_camif.h
9023
9024 SAMSUNG S5C73M3 CAMERA DRIVER
9025 M:      Kyungmin Park <kyungmin.park@samsung.com>
9026 M:      Andrzej Hajda <a.hajda@samsung.com>
9027 L:      linux-media@vger.kernel.org
9028 S:      Supported
9029 F:      drivers/media/i2c/s5c73m3/*
9030
9031 SAMSUNG S5K5BAF CAMERA DRIVER
9032 M:      Kyungmin Park <kyungmin.park@samsung.com>
9033 M:      Andrzej Hajda <a.hajda@samsung.com>
9034 L:      linux-media@vger.kernel.org
9035 S:      Supported
9036 F:      drivers/media/i2c/s5k5baf.c
9037
9038 SAMSUNG S3FWRN5 NFC DRIVER
9039 M:      Robert Baldyga <r.baldyga@samsung.com>
9040 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9041 S:      Supported
9042 F:      drivers/nfc/s3fwrn5
9043
9044 SAMSUNG SOC CLOCK DRIVERS
9045 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9046 M:      Tomasz Figa <tomasz.figa@gmail.com>
9047 S:      Supported
9048 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9049 F:      drivers/clk/samsung/
9050
9051 SAMSUNG SXGBE DRIVERS
9052 M:      Byungho An <bh74.an@samsung.com>
9053 M:      Girish K S <ks.giri@samsung.com>
9054 M:      Vipul Pandya <vipul.pandya@samsung.com>
9055 S:      Supported
9056 L:      netdev@vger.kernel.org
9057 F:      drivers/net/ethernet/samsung/sxgbe/
9058
9059 SAMSUNG THERMAL DRIVER
9060 M:      Lukasz Majewski <l.majewski@samsung.com>
9061 L:      linux-pm@vger.kernel.org
9062 L:      linux-samsung-soc@vger.kernel.org
9063 S:      Supported
9064 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9065 F:      drivers/thermal/samsung/
9066
9067 SAMSUNG USB2 PHY DRIVER
9068 M:      Kamil Debski <k.debski@samsung.com>
9069 L:      linux-kernel@vger.kernel.org
9070 S:      Supported
9071 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9072 F:      Documentation/phy/samsung-usb2.txt
9073 F:      drivers/phy/phy-exynos4210-usb2.c
9074 F:      drivers/phy/phy-exynos4x12-usb2.c
9075 F:      drivers/phy/phy-exynos5250-usb2.c
9076 F:      drivers/phy/phy-s5pv210-usb2.c
9077 F:      drivers/phy/phy-samsung-usb2.c
9078 F:      drivers/phy/phy-samsung-usb2.h
9079
9080 SERIAL DRIVERS
9081 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9082 L:      linux-serial@vger.kernel.org
9083 S:      Maintained
9084 F:      drivers/tty/serial/
9085
9086 SYNOPSYS DESIGNWARE DMAC DRIVER
9087 M:      Viresh Kumar <vireshk@kernel.org>
9088 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9089 S:      Maintained
9090 F:      include/linux/dma/dw.h
9091 F:      include/linux/platform_data/dma-dw.h
9092 F:      drivers/dma/dw/
9093
9094 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9095 M: Lars Persson <lars.persson@axis.com>
9096 L: netdev@vger.kernel.org
9097 S: Supported
9098 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9099 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9100
9101 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9102 M:      Seungwon Jeon <tgih.jun@samsung.com>
9103 M:      Jaehoon Chung <jh80.chung@samsung.com>
9104 L:      linux-mmc@vger.kernel.org
9105 S:      Maintained
9106 F:      include/linux/mmc/dw_mmc.h
9107 F:      drivers/mmc/host/dw_mmc*
9108
9109 THUNDERBOLT DRIVER
9110 M:      Andreas Noever <andreas.noever@gmail.com>
9111 S:      Maintained
9112 F:      drivers/thunderbolt/
9113
9114 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9115 M:      John Stultz <john.stultz@linaro.org>
9116 M:      Thomas Gleixner <tglx@linutronix.de>
9117 L:      linux-kernel@vger.kernel.org
9118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9119 S:      Supported
9120 F:      include/linux/clocksource.h
9121 F:      include/linux/time.h
9122 F:      include/linux/timex.h
9123 F:      include/uapi/linux/time.h
9124 F:      include/uapi/linux/timex.h
9125 F:      kernel/time/clocksource.c
9126 F:      kernel/time/time*.c
9127 F:      kernel/time/ntp.c
9128 F:      tools/testing/selftests/timers/
9129
9130 SC1200 WDT DRIVER
9131 M:      Zwane Mwaikambo <zwanem@gmail.com>
9132 S:      Maintained
9133 F:      drivers/watchdog/sc1200wdt.c
9134
9135 SCHEDULER
9136 M:      Ingo Molnar <mingo@redhat.com>
9137 M:      Peter Zijlstra <peterz@infradead.org>
9138 L:      linux-kernel@vger.kernel.org
9139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9140 S:      Maintained
9141 F:      kernel/sched/
9142 F:      include/linux/sched.h
9143 F:      include/uapi/linux/sched.h
9144 F:      include/linux/wait.h
9145
9146 SCORE ARCHITECTURE
9147 M:      Chen Liqin <liqin.linux@gmail.com>
9148 M:      Lennox Wu <lennox.wu@gmail.com>
9149 W:      http://www.sunplus.com
9150 S:      Supported
9151 F:      arch/score/
9152
9153 SCSI CDROM DRIVER
9154 M:      Jens Axboe <axboe@kernel.dk>
9155 L:      linux-scsi@vger.kernel.org
9156 W:      http://www.kernel.dk
9157 S:      Maintained
9158 F:      drivers/scsi/sr*
9159
9160 SCSI RDMA PROTOCOL (SRP) INITIATOR
9161 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9162 L:      linux-rdma@vger.kernel.org
9163 S:      Supported
9164 W:      http://www.openfabrics.org
9165 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9167 F:      drivers/infiniband/ulp/srp/
9168 F:      include/scsi/srp.h
9169
9170 SCSI SG DRIVER
9171 M:      Doug Gilbert <dgilbert@interlog.com>
9172 L:      linux-scsi@vger.kernel.org
9173 W:      http://sg.danny.cz/sg
9174 S:      Maintained
9175 F:      Documentation/scsi/scsi-generic.txt
9176 F:      drivers/scsi/sg.c
9177 F:      include/scsi/sg.h
9178
9179 SCSI SUBSYSTEM
9180 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9181 L:      linux-scsi@vger.kernel.org
9182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9183 S:      Maintained
9184 F:      drivers/scsi/
9185 F:      include/scsi/
9186
9187 SCSI TAPE DRIVER
9188 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9189 L:      linux-scsi@vger.kernel.org
9190 S:      Maintained
9191 F:      Documentation/scsi/st.txt
9192 F:      drivers/scsi/st.*
9193 F:      drivers/scsi/st_*.h
9194
9195 SCTP PROTOCOL
9196 M:      Vlad Yasevich <vyasevich@gmail.com>
9197 M:      Neil Horman <nhorman@tuxdriver.com>
9198 L:      linux-sctp@vger.kernel.org
9199 W:      http://lksctp.sourceforge.net
9200 S:      Maintained
9201 F:      Documentation/networking/sctp.txt
9202 F:      include/linux/sctp.h
9203 F:      include/uapi/linux/sctp.h
9204 F:      include/net/sctp/
9205 F:      net/sctp/
9206
9207 SCx200 CPU SUPPORT
9208 M:      Jim Cromie <jim.cromie@gmail.com>
9209 S:      Odd Fixes
9210 F:      Documentation/i2c/busses/scx200_acb
9211 F:      arch/x86/platform/scx200/
9212 F:      drivers/watchdog/scx200_wdt.c
9213 F:      drivers/i2c/busses/scx200*
9214 F:      drivers/mtd/maps/scx200_docflash.c
9215 F:      include/linux/scx200.h
9216
9217 SCx200 GPIO DRIVER
9218 M:      Jim Cromie <jim.cromie@gmail.com>
9219 S:      Maintained
9220 F:      drivers/char/scx200_gpio.c
9221 F:      include/linux/scx200_gpio.h
9222
9223 SCx200 HRT CLOCKSOURCE DRIVER
9224 M:      Jim Cromie <jim.cromie@gmail.com>
9225 S:      Maintained
9226 F:      drivers/clocksource/scx200_hrt.c
9227
9228 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9229 M:      Sascha Sommer <saschasommer@freenet.de>
9230 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9231 S:      Maintained
9232 F:      drivers/mmc/host/sdricoh_cs.c
9233
9234 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9235 L:      linux-mmc@vger.kernel.org
9236 S:      Orphan
9237 F:      drivers/mmc/host/sdhci.*
9238 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9239
9240 SECURE COMPUTING
9241 M:      Kees Cook <keescook@chromium.org>
9242 R:      Andy Lutomirski <luto@amacapital.net>
9243 R:      Will Drewry <wad@chromium.org>
9244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9245 S:      Supported
9246 F:      kernel/seccomp.c
9247 F:      include/uapi/linux/seccomp.h
9248 F:      include/linux/seccomp.h
9249 F:      tools/testing/selftests/seccomp/*
9250 K:      \bsecure_computing
9251 K:      \bTIF_SECCOMP\b
9252
9253 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9254 M:      Ben Dooks <ben-linux@fluff.org>
9255 M:      Jaehoon Chung <jh80.chung@samsung.com>
9256 L:      linux-mmc@vger.kernel.org
9257 S:      Maintained
9258 F:      drivers/mmc/host/sdhci-s3c*
9259
9260 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9261 M:      Viresh Kumar <vireshk@kernel.org>
9262 L:      spear-devel@list.st.com
9263 L:      linux-mmc@vger.kernel.org
9264 S:      Maintained
9265 F:      drivers/mmc/host/sdhci-spear.c
9266
9267 SECURITY SUBSYSTEM
9268 M:      James Morris <james.l.morris@oracle.com>
9269 M:      "Serge E. Hallyn" <serge@hallyn.com>
9270 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9272 W:      http://kernsec.org/
9273 S:      Supported
9274 F:      security/
9275
9276 SECURITY CONTACT
9277 M:      Security Officers <security@kernel.org>
9278 S:      Supported
9279
9280 SELINUX SECURITY MODULE
9281 M:      Paul Moore <paul@paul-moore.com>
9282 M:      Stephen Smalley <sds@tycho.nsa.gov>
9283 M:      Eric Paris <eparis@parisplace.org>
9284 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9285 W:      http://selinuxproject.org
9286 T:      git git://git.infradead.org/users/pcmoore/selinux
9287 S:      Supported
9288 F:      include/linux/selinux*
9289 F:      security/selinux/
9290 F:      scripts/selinux/
9291
9292 APPARMOR SECURITY MODULE
9293 M:      John Johansen <john.johansen@canonical.com>
9294 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9295 W:      apparmor.wiki.kernel.org
9296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9297 S:      Supported
9298 F:      security/apparmor/
9299
9300 YAMA SECURITY MODULE
9301 M:      Kees Cook <keescook@chromium.org>
9302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9303 S:      Supported
9304 F:      security/yama/
9305
9306 SENSABLE PHANTOM
9307 M:      Jiri Slaby <jirislaby@gmail.com>
9308 S:      Maintained
9309 F:      drivers/misc/phantom.c
9310 F:      include/uapi/linux/phantom.h
9311
9312 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9313 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9314 M:      Minh Tran <minh.tran@avagotech.com>
9315 M:      John Soni Jose <sony.john-n@avagotech.com>
9316 L:      linux-scsi@vger.kernel.org
9317 W:      http://www.avagotech.com
9318 S:      Supported
9319 F:      drivers/scsi/be2iscsi/
9320
9321 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9322 M:      Sathya Perla <sathya.perla@avagotech.com>
9323 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9324 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9325 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9326 L:      netdev@vger.kernel.org
9327 W:      http://www.emulex.com
9328 S:      Supported
9329 F:      drivers/net/ethernet/emulex/benet/
9330
9331 EMULEX ONECONNECT ROCE DRIVER
9332 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9333 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9334 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9335 L:      linux-rdma@vger.kernel.org
9336 W:      http://www.emulex.com
9337 S:      Supported
9338 F:      drivers/infiniband/hw/ocrdma/
9339
9340 SFC NETWORK DRIVER
9341 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9342 M:      Shradha Shah <sshah@solarflare.com>
9343 L:      netdev@vger.kernel.org
9344 S:      Supported
9345 F:      drivers/net/ethernet/sfc/
9346
9347 SGI GRU DRIVER
9348 M:      Dimitri Sivanich <sivanich@sgi.com>
9349 S:      Maintained
9350 F:      drivers/misc/sgi-gru/
9351
9352 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9353 M:      Pat Gefre <pfg@sgi.com>
9354 L:      linux-ia64@vger.kernel.org
9355 S:      Supported
9356 F:      Documentation/ia64/serial.txt
9357 F:      drivers/tty/serial/ioc?_serial.c
9358 F:      include/linux/ioc?.h
9359
9360 SGI XP/XPC/XPNET DRIVER
9361 M:      Cliff Whickman <cpw@sgi.com>
9362 M:      Robin Holt <robinmholt@gmail.com>
9363 S:      Maintained
9364 F:      drivers/misc/sgi-xp/
9365
9366 SI2157 MEDIA DRIVER
9367 M:      Antti Palosaari <crope@iki.fi>
9368 L:      linux-media@vger.kernel.org
9369 W:      http://linuxtv.org/
9370 W:      http://palosaari.fi/linux/
9371 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9372 T:      git git://linuxtv.org/anttip/media_tree.git
9373 S:      Maintained
9374 F:      drivers/media/tuners/si2157*
9375
9376 SI2168 MEDIA DRIVER
9377 M:      Antti Palosaari <crope@iki.fi>
9378 L:      linux-media@vger.kernel.org
9379 W:      http://linuxtv.org/
9380 W:      http://palosaari.fi/linux/
9381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9382 T:      git git://linuxtv.org/anttip/media_tree.git
9383 S:      Maintained
9384 F:      drivers/media/dvb-frontends/si2168*
9385
9386 SI470X FM RADIO RECEIVER I2C DRIVER
9387 M:      Hans Verkuil <hverkuil@xs4all.nl>
9388 L:      linux-media@vger.kernel.org
9389 T:      git git://linuxtv.org/media_tree.git
9390 W:      http://linuxtv.org
9391 S:      Odd Fixes
9392 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9393
9394 SI470X FM RADIO RECEIVER USB DRIVER
9395 M:      Hans Verkuil <hverkuil@xs4all.nl>
9396 L:      linux-media@vger.kernel.org
9397 T:      git git://linuxtv.org/media_tree.git
9398 W:      http://linuxtv.org
9399 S:      Maintained
9400 F:      drivers/media/radio/si470x/radio-si470x-common.c
9401 F:      drivers/media/radio/si470x/radio-si470x.h
9402 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9403
9404 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9405 M:      Eduardo Valentin <edubezval@gmail.com>
9406 L:      linux-media@vger.kernel.org
9407 T:      git git://linuxtv.org/media_tree.git
9408 W:      http://linuxtv.org
9409 S:      Odd Fixes
9410 F:      drivers/media/radio/si4713/si4713.?
9411
9412 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9413 M:      Eduardo Valentin <edubezval@gmail.com>
9414 L:      linux-media@vger.kernel.org
9415 T:      git git://linuxtv.org/media_tree.git
9416 W:      http://linuxtv.org
9417 S:      Odd Fixes
9418 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9419
9420 SI4713 FM RADIO TRANSMITTER USB DRIVER
9421 M:      Hans Verkuil <hverkuil@xs4all.nl>
9422 L:      linux-media@vger.kernel.org
9423 T:      git git://linuxtv.org/media_tree.git
9424 W:      http://linuxtv.org
9425 S:      Maintained
9426 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9427
9428 SIANO DVB DRIVER
9429 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9430 L:      linux-media@vger.kernel.org
9431 W:      http://linuxtv.org
9432 T:      git git://linuxtv.org/media_tree.git
9433 S:      Odd fixes
9434 F:      drivers/media/common/siano/
9435 F:      drivers/media/usb/siano/
9436 F:      drivers/media/usb/siano/
9437 F:      drivers/media/mmc/siano/
9438
9439 SIMPLEFB FB DRIVER
9440 M:      Hans de Goede <hdegoede@redhat.com>
9441 L:      linux-fbdev@vger.kernel.org
9442 S:      Maintained
9443 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9444 F:      drivers/video/fbdev/simplefb.c
9445 F:      include/linux/platform_data/simplefb.h
9446
9447 SH_VEU V4L2 MEM2MEM DRIVER
9448 L:      linux-media@vger.kernel.org
9449 S:      Orphan
9450 F:      drivers/media/platform/sh_veu.c
9451
9452 SH_VOU V4L2 OUTPUT DRIVER
9453 L:      linux-media@vger.kernel.org
9454 S:      Orphan
9455 F:      drivers/media/platform/sh_vou.c
9456 F:      include/media/sh_vou.h
9457
9458 SIMPLE FIRMWARE INTERFACE (SFI)
9459 M:      Len Brown <lenb@kernel.org>
9460 L:      sfi-devel@simplefirmware.org
9461 W:      http://simplefirmware.org/
9462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9463 S:      Supported
9464 F:      arch/x86/platform/sfi/
9465 F:      drivers/sfi/
9466 F:      include/linux/sfi*.h
9467
9468 SIMTEC EB110ATX (Chalice CATS)
9469 P:      Ben Dooks
9470 P:      Vincent Sanders <vince@simtec.co.uk>
9471 M:      Simtec Linux Team <linux@simtec.co.uk>
9472 W:      http://www.simtec.co.uk/products/EB110ATX/
9473 S:      Supported
9474
9475 SIMTEC EB2410ITX (BAST)
9476 P:      Ben Dooks
9477 P:      Vincent Sanders <vince@simtec.co.uk>
9478 M:      Simtec Linux Team <linux@simtec.co.uk>
9479 W:      http://www.simtec.co.uk/products/EB2410ITX/
9480 S:      Supported
9481 F:      arch/arm/mach-s3c24xx/mach-bast.c
9482 F:      arch/arm/mach-s3c24xx/bast-ide.c
9483 F:      arch/arm/mach-s3c24xx/bast-irq.c
9484
9485 TI DAVINCI MACHINE SUPPORT
9486 M:      Sekhar Nori <nsekhar@ti.com>
9487 M:      Kevin Hilman <khilman@deeprootsystems.com>
9488 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9489 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9490 S:      Supported
9491 F:      arch/arm/mach-davinci/
9492 F:      drivers/i2c/busses/i2c-davinci.c
9493
9494 TI DAVINCI SERIES MEDIA DRIVER
9495 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9496 L:      linux-media@vger.kernel.org
9497 W:      http://linuxtv.org/
9498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9499 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9500 S:      Maintained
9501 F:      drivers/media/platform/davinci/
9502 F:      include/media/davinci/
9503
9504 TI AM437X VPFE DRIVER
9505 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9506 L:      linux-media@vger.kernel.org
9507 W:      http://linuxtv.org/
9508 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9509 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9510 S:      Maintained
9511 F:      drivers/media/platform/am437x/
9512
9513 OV2659 OMNIVISION SENSOR DRIVER
9514 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9515 L:      linux-media@vger.kernel.org
9516 W:      http://linuxtv.org/
9517 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9518 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9519 S:      Maintained
9520 F:      drivers/media/i2c/ov2659.c
9521 F:      include/media/ov2659.h
9522
9523 SILICON MOTION SM712 FRAME BUFFER DRIVER
9524 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9525 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9526 M:      Sudip Mukherjee <sudip@vectorindia.org>
9527 L:      linux-fbdev@vger.kernel.org
9528 S:      Maintained
9529 F:      drivers/video/fbdev/sm712*
9530 F:      Documentation/fb/sm712fb.txt
9531
9532 SIS 190 ETHERNET DRIVER
9533 M:      Francois Romieu <romieu@fr.zoreil.com>
9534 L:      netdev@vger.kernel.org
9535 S:      Maintained
9536 F:      drivers/net/ethernet/sis/sis190.c
9537
9538 SIS 900/7016 FAST ETHERNET DRIVER
9539 M:      Daniele Venzano <venza@brownhat.org>
9540 W:      http://www.brownhat.org/sis900.html
9541 L:      netdev@vger.kernel.org
9542 S:      Maintained
9543 F:      drivers/net/ethernet/sis/sis900.*
9544
9545 SIS FRAMEBUFFER DRIVER
9546 M:      Thomas Winischhofer <thomas@winischhofer.net>
9547 W:      http://www.winischhofer.net/linuxsisvga.shtml
9548 S:      Maintained
9549 F:      Documentation/fb/sisfb.txt
9550 F:      drivers/video/fbdev/sis/
9551 F:      include/video/sisfb.h
9552
9553 SIS USB2VGA DRIVER
9554 M:      Thomas Winischhofer <thomas@winischhofer.net>
9555 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9556 S:      Maintained
9557 F:      drivers/usb/misc/sisusbvga/
9558
9559 SLAB ALLOCATOR
9560 M:      Christoph Lameter <cl@linux.com>
9561 M:      Pekka Enberg <penberg@kernel.org>
9562 M:      David Rientjes <rientjes@google.com>
9563 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9564 M:      Andrew Morton <akpm@linux-foundation.org>
9565 L:      linux-mm@kvack.org
9566 S:      Maintained
9567 F:      include/linux/sl?b*.h
9568 F:      mm/sl?b*
9569
9570 SLEEPABLE READ-COPY UPDATE (SRCU)
9571 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9572 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9573 M:      Josh Triplett <josh@joshtriplett.org>
9574 R:      Steven Rostedt <rostedt@goodmis.org>
9575 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9576 L:      linux-kernel@vger.kernel.org
9577 W:      http://www.rdrop.com/users/paulmck/RCU/
9578 S:      Supported
9579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9580 F:      include/linux/srcu.h
9581 F:      kernel/rcu/srcu.c
9582
9583 SMACK SECURITY MODULE
9584 M:      Casey Schaufler <casey@schaufler-ca.com>
9585 L:      linux-security-module@vger.kernel.org
9586 W:      http://schaufler-ca.com
9587 T:      git git://git.gitorious.org/smack-next/kernel.git
9588 S:      Maintained
9589 F:      Documentation/security/Smack.txt
9590 F:      security/smack/
9591
9592 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9593 M:      Kevin Hilman <khilman@kernel.org>
9594 M:      Nishanth Menon <nm@ti.com>
9595 S:      Maintained
9596 F:      drivers/power/avs/
9597 F:      include/linux/power/smartreflex.h
9598 L:      linux-pm@vger.kernel.org
9599
9600 SMC91x ETHERNET DRIVER
9601 M:      Nicolas Pitre <nico@fluxnic.net>
9602 S:      Odd Fixes
9603 F:      drivers/net/ethernet/smsc/smc91x.*
9604
9605 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9606 M:      Sakari Ailus <sakari.ailus@iki.fi>
9607 L:      linux-media@vger.kernel.org
9608 S:      Maintained
9609 F:      drivers/media/i2c/smiapp/
9610 F:      include/media/smiapp.h
9611 F:      drivers/media/i2c/smiapp-pll.c
9612 F:      drivers/media/i2c/smiapp-pll.h
9613 F:      include/uapi/linux/smiapp.h
9614 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9615
9616 SMM665 HARDWARE MONITOR DRIVER
9617 M:      Guenter Roeck <linux@roeck-us.net>
9618 L:      lm-sensors@lm-sensors.org
9619 S:      Maintained
9620 F:      Documentation/hwmon/smm665
9621 F:      drivers/hwmon/smm665.c
9622
9623 SMSC EMC2103 HARDWARE MONITOR DRIVER
9624 M:      Steve Glendinning <steve.glendinning@shawell.net>
9625 L:      lm-sensors@lm-sensors.org
9626 S:      Maintained
9627 F:      Documentation/hwmon/emc2103
9628 F:      drivers/hwmon/emc2103.c
9629
9630 SMSC SCH5627 HARDWARE MONITOR DRIVER
9631 M:      Hans de Goede <hdegoede@redhat.com>
9632 L:      lm-sensors@lm-sensors.org
9633 S:      Supported
9634 F:      Documentation/hwmon/sch5627
9635 F:      drivers/hwmon/sch5627.c
9636
9637 SMSC47B397 HARDWARE MONITOR DRIVER
9638 M:      Jean Delvare <jdelvare@suse.com>
9639 L:      lm-sensors@lm-sensors.org
9640 S:      Maintained
9641 F:      Documentation/hwmon/smsc47b397
9642 F:      drivers/hwmon/smsc47b397.c
9643
9644 SMSC911x ETHERNET DRIVER
9645 M:      Steve Glendinning <steve.glendinning@shawell.net>
9646 L:      netdev@vger.kernel.org
9647 S:      Maintained
9648 F:      include/linux/smsc911x.h
9649 F:      drivers/net/ethernet/smsc/smsc911x.*
9650
9651 SMSC9420 PCI ETHERNET DRIVER
9652 M:      Steve Glendinning <steve.glendinning@shawell.net>
9653 L:      netdev@vger.kernel.org
9654 S:      Maintained
9655 F:      drivers/net/ethernet/smsc/smsc9420.*
9656
9657 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9658 M:      Steve Glendinning <steve.glendinning@shawell.net>
9659 L:      linux-fbdev@vger.kernel.org
9660 S:      Maintained
9661 F:      drivers/video/fbdev/smscufx.c
9662
9663 SOC-CAMERA V4L2 SUBSYSTEM
9664 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9665 L:      linux-media@vger.kernel.org
9666 T:      git git://linuxtv.org/media_tree.git
9667 S:      Maintained
9668 F:      include/media/soc*
9669 F:      drivers/media/i2c/soc_camera/
9670 F:      drivers/media/platform/soc_camera/
9671
9672 SOEKRIS NET48XX LED SUPPORT
9673 M:      Chris Boot <bootc@bootc.net>
9674 S:      Maintained
9675 F:      drivers/leds/leds-net48xx.c
9676
9677 SOFTLOGIC 6x10 MPEG CODEC
9678 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9679 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9680 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9681 M:      Ismael Luceno <ismael@iodev.co.uk>
9682 L:      linux-media@vger.kernel.org
9683 S:      Supported
9684 F:      drivers/media/pci/solo6x10/
9685
9686 SOFTWARE RAID (Multiple Disks) SUPPORT
9687 M:      Neil Brown <neilb@suse.com>
9688 L:      linux-raid@vger.kernel.org
9689 S:      Supported
9690 F:      drivers/md/
9691 F:      include/linux/raid/
9692 F:      include/uapi/linux/raid/
9693
9694 SONIC NETWORK DRIVER
9695 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9696 L:      netdev@vger.kernel.org
9697 S:      Maintained
9698 F:      drivers/net/ethernet/natsemi/sonic.*
9699
9700 SONICS SILICON BACKPLANE DRIVER (SSB)
9701 M:      Michael Buesch <m@bues.ch>
9702 L:      netdev@vger.kernel.org
9703 S:      Maintained
9704 F:      drivers/ssb/
9705 F:      include/linux/ssb/
9706
9707 SONY VAIO CONTROL DEVICE DRIVER
9708 M:      Mattia Dongili <malattia@linux.it>
9709 L:      platform-driver-x86@vger.kernel.org
9710 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9711 S:      Maintained
9712 F:      Documentation/laptops/sony-laptop.txt
9713 F:      drivers/char/sonypi.c
9714 F:      drivers/platform/x86/sony-laptop.c
9715 F:      include/linux/sony-laptop.h
9716
9717 SONY MEMORYSTICK CARD SUPPORT
9718 M:      Alex Dubov <oakad@yahoo.com>
9719 W:      http://tifmxx.berlios.de/
9720 S:      Maintained
9721 F:      drivers/memstick/host/tifm_ms.c
9722
9723 SONY MEMORYSTICK STANDARD SUPPORT
9724 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9725 S:      Maintained
9726 F:      drivers/memstick/core/ms_block.*
9727
9728 SOUND
9729 M:      Jaroslav Kysela <perex@perex.cz>
9730 M:      Takashi Iwai <tiwai@suse.com>
9731 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9732 W:      http://www.alsa-project.org/
9733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9734 T:      git git://git.alsa-project.org/alsa-kernel.git
9735 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9736 S:      Maintained
9737 F:      Documentation/sound/
9738 F:      include/sound/
9739 F:      include/uapi/sound/
9740 F:      sound/
9741
9742 SOUND - COMPRESSED AUDIO
9743 M:      Vinod Koul <vinod.koul@intel.com>
9744 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9746 S:      Supported
9747 F:      Documentation/sound/alsa/compress_offload.txt
9748 F:      include/sound/compress_driver.h
9749 F:      include/uapi/sound/compress_*
9750 F:      sound/core/compress_offload.c
9751 F:      sound/soc/soc-compress.c
9752
9753 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9754 M:      Liam Girdwood <lgirdwood@gmail.com>
9755 M:      Mark Brown <broonie@kernel.org>
9756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9757 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9758 W:      http://alsa-project.org/main/index.php/ASoC
9759 S:      Supported
9760 F:      Documentation/sound/alsa/soc/
9761 F:      sound/soc/
9762 F:      include/sound/soc*
9763
9764 SOUND - DMAENGINE HELPERS
9765 M:      Lars-Peter Clausen <lars@metafoo.de>
9766 S:      Supported
9767 F:      include/sound/dmaengine_pcm.h
9768 F:      sound/core/pcm_dmaengine.c
9769 F:      sound/soc/soc-generic-dmaengine-pcm.c
9770
9771 SP2 MEDIA DRIVER
9772 M:      Olli Salonen <olli.salonen@iki.fi>
9773 L:      linux-media@vger.kernel.org
9774 W:      http://linuxtv.org/
9775 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9776 S:      Maintained
9777 F:      drivers/media/dvb-frontends/sp2*
9778
9779 SPARC + UltraSPARC (sparc/sparc64)
9780 M:      "David S. Miller" <davem@davemloft.net>
9781 L:      sparclinux@vger.kernel.org
9782 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9785 S:      Maintained
9786 F:      arch/sparc/
9787 F:      drivers/sbus/
9788
9789 SPARC SERIAL DRIVERS
9790 M:      "David S. Miller" <davem@davemloft.net>
9791 L:      sparclinux@vger.kernel.org
9792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9794 S:      Maintained
9795 F:      include/linux/sunserialcore.h
9796 F:      drivers/tty/serial/suncore.c
9797 F:      drivers/tty/serial/sunhv.c
9798 F:      drivers/tty/serial/sunsab.c
9799 F:      drivers/tty/serial/sunsab.h
9800 F:      drivers/tty/serial/sunsu.c
9801 F:      drivers/tty/serial/sunzilog.c
9802 F:      drivers/tty/serial/sunzilog.h
9803
9804 SPARSE CHECKER
9805 M:      "Christopher Li" <sparse@chrisli.org>
9806 L:      linux-sparse@vger.kernel.org
9807 W:      https://sparse.wiki.kernel.org/
9808 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9809 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9810 S:      Maintained
9811 F:      include/linux/compiler.h
9812
9813 SPEAR PLATFORM SUPPORT
9814 M:      Viresh Kumar <vireshk@kernel.org>
9815 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9816 L:      spear-devel@list.st.com
9817 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9818 W:      http://www.st.com/spear
9819 S:      Maintained
9820 F:      arch/arm/mach-spear/
9821
9822 SPEAR CLOCK FRAMEWORK SUPPORT
9823 M:      Viresh Kumar <vireshk@kernel.org>
9824 L:      spear-devel@list.st.com
9825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9826 W:      http://www.st.com/spear
9827 S:      Maintained
9828 F:      drivers/clk/spear/
9829
9830 SPI SUBSYSTEM
9831 M:      Mark Brown <broonie@kernel.org>
9832 L:      linux-spi@vger.kernel.org
9833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9834 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9835 S:      Maintained
9836 F:      Documentation/spi/
9837 F:      drivers/spi/
9838 F:      include/linux/spi/
9839 F:      include/uapi/linux/spi/
9840
9841 SPIDERNET NETWORK DRIVER for CELL
9842 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9843 L:      netdev@vger.kernel.org
9844 S:      Supported
9845 F:      Documentation/networking/spider_net.txt
9846 F:      drivers/net/ethernet/toshiba/spider_net*
9847
9848 SPU FILE SYSTEM
9849 M:      Jeremy Kerr <jk@ozlabs.org>
9850 L:      linuxppc-dev@lists.ozlabs.org
9851 W:      http://www.ibm.com/developerworks/power/cell/
9852 S:      Supported
9853 F:      Documentation/filesystems/spufs.txt
9854 F:      arch/powerpc/platforms/cell/spufs/
9855
9856 SQUASHFS FILE SYSTEM
9857 M:      Phillip Lougher <phillip@squashfs.org.uk>
9858 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9859 W:      http://squashfs.org.uk
9860 S:      Maintained
9861 F:      Documentation/filesystems/squashfs.txt
9862 F:      fs/squashfs/
9863
9864 SRM (Alpha) environment access
9865 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9866 S:      Maintained
9867 F:      arch/alpha/kernel/srm_env.c
9868
9869 STABLE BRANCH
9870 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9871 L:      stable@vger.kernel.org
9872 S:      Supported
9873 F:      Documentation/stable_kernel_rules.txt
9874
9875 STAGING SUBSYSTEM
9876 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9878 L:      devel@driverdev.osuosl.org
9879 S:      Supported
9880 F:      drivers/staging/
9881
9882 STAGING - COMEDI
9883 M:      Ian Abbott <abbotti@mev.co.uk>
9884 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9885 S:      Odd Fixes
9886 F:      drivers/staging/comedi/
9887
9888 STAGING - FLARION FT1000 DRIVERS
9889 M:      Marek Belisko <marek.belisko@gmail.com>
9890 S:      Odd Fixes
9891 F:      drivers/staging/ft1000/
9892
9893 STAGING - INDUSTRIAL IO
9894 M:      Jonathan Cameron <jic23@kernel.org>
9895 L:      linux-iio@vger.kernel.org
9896 S:      Odd Fixes
9897 F:      drivers/staging/iio/
9898
9899 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9900 M:      Jarod Wilson <jarod@wilsonet.com>
9901 W:      http://www.lirc.org/
9902 S:      Odd Fixes
9903 F:      drivers/staging/media/lirc/
9904
9905 STAGING - LUSTRE PARALLEL FILESYSTEM
9906 M:      Oleg Drokin <oleg.drokin@intel.com>
9907 M:      Andreas Dilger <andreas.dilger@intel.com>
9908 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9909 W:      http://lustre.opensfs.org/
9910 S:      Maintained
9911 F:      drivers/staging/lustre
9912
9913 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9914 M:      Julian Andres Klode <jak@jak-linux.org>
9915 M:      Marc Dietrich <marvin24@gmx.de>
9916 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9917 L:      linux-tegra@vger.kernel.org
9918 S:      Maintained
9919 F:      drivers/staging/nvec/
9920
9921 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9922 M:      Jens Frederich <jfrederich@gmail.com>
9923 M:      Daniel Drake <dsd@laptop.org>
9924 M:      Jon Nettleton <jon.nettleton@gmail.com>
9925 W:      http://wiki.laptop.org/go/DCON
9926 S:      Maintained
9927 F:      drivers/staging/olpc_dcon/
9928
9929 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9930 M:      Willy Tarreau <willy@meta-x.org>
9931 S:      Odd Fixes
9932 F:      drivers/staging/panel/
9933
9934 STAGING - REALTEK RTL8712U DRIVERS
9935 M:      Larry Finger <Larry.Finger@lwfinger.net>
9936 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9937 S:      Odd Fixes
9938 F:      drivers/staging/rtl8712/
9939
9940 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9941 M:      Larry Finger <Larry.Finger@lwfinger.net>
9942 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9943 L:      linux-wireless@vger.kernel.org
9944 S:      Maintained
9945 F:      drivers/staging/rtl8723au/
9946
9947 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9948 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9949 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9950 M:      Sudip Mukherjee <sudip@vectorindia.org>
9951 L:      linux-fbdev@vger.kernel.org
9952 S:      Maintained
9953 F:      drivers/staging/sm750fb/
9954
9955 STAGING - SLICOSS
9956 M:      Lior Dotan <liodot@gmail.com>
9957 M:      Christopher Harrer <charrer@alacritech.com>
9958 S:      Odd Fixes
9959 F:      drivers/staging/slicoss/
9960
9961 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9962 M:      William Hubbs <w.d.hubbs@gmail.com>
9963 M:      Chris Brannon <chris@the-brannons.com>
9964 M:      Kirk Reiser <kirk@reisers.ca>
9965 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9966 L:      speakup@linux-speakup.org
9967 W:      http://www.linux-speakup.org/
9968 S:      Odd Fixes
9969 F:      drivers/staging/speakup/
9970
9971 STAGING - VIA VT665X DRIVERS
9972 M:      Forest Bond <forest@alittletooquiet.net>
9973 S:      Odd Fixes
9974 F:      drivers/staging/vt665?/
9975
9976 STAGING - WILC1000 WIFI DRIVER
9977 M:      Johnny Kim <johnny.kim@atmel.com>
9978 M:      Rachel Kim <rachel.kim@atmel.com>
9979 M:      Dean Lee <dean.lee@atmel.com>
9980 M:      Chris Park <chris.park@atmel.com>
9981 L:      linux-wireless@vger.kernel.org
9982 S:      Supported
9983 F:      drivers/staging/wilc1000/
9984
9985 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9986 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9987 S:      Odd Fixes
9988 F:      drivers/staging/xgifb/
9989
9990 HFI1 DRIVER
9991 M:      Mike Marciniszyn <infinipath@intel.com>
9992 L:      linux-rdma@vger.kernel.org
9993 S:      Supported
9994 F:      drivers/staging/rdma/hfi1
9995
9996 STARFIRE/DURALAN NETWORK DRIVER
9997 M:      Ion Badulescu <ionut@badula.org>
9998 S:      Odd Fixes
9999 F:      drivers/net/ethernet/adaptec/starfire*
10000
10001 SUN3/3X
10002 M:      Sam Creasey <sammy@sammy.net>
10003 W:      http://sammy.net/sun3/
10004 S:      Maintained
10005 F:      arch/m68k/kernel/*sun3*
10006 F:      arch/m68k/sun3*/
10007 F:      arch/m68k/include/asm/sun3*
10008 F:      drivers/net/ethernet/i825xx/sun3*
10009
10010 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10011 M:      Hans de Goede <hdegoede@redhat.com>
10012 L:      linux-input@vger.kernel.org
10013 S:      Maintained
10014 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10015 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10016
10017 SUNDANCE NETWORK DRIVER
10018 M:      Denis Kirjanov <kda@linux-powerpc.org>
10019 L:      netdev@vger.kernel.org
10020 S:      Maintained
10021 F:      drivers/net/ethernet/dlink/sundance.c
10022
10023 SUPERH
10024 L:      linux-sh@vger.kernel.org
10025 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10026 S:      Orphan
10027 F:      Documentation/sh/
10028 F:      arch/sh/
10029 F:      drivers/sh/
10030
10031 SUSPEND TO RAM
10032 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10033 M:      Len Brown <len.brown@intel.com>
10034 M:      Pavel Machek <pavel@ucw.cz>
10035 L:      linux-pm@vger.kernel.org
10036 S:      Supported
10037 F:      Documentation/power/
10038 F:      arch/x86/kernel/acpi/
10039 F:      drivers/base/power/
10040 F:      kernel/power/
10041 F:      include/linux/suspend.h
10042 F:      include/linux/freezer.h
10043 F:      include/linux/pm.h
10044
10045 SVGA HANDLING
10046 M:      Martin Mares <mj@ucw.cz>
10047 L:      linux-video@atrey.karlin.mff.cuni.cz
10048 S:      Maintained
10049 F:      Documentation/svga.txt
10050 F:      arch/x86/boot/video*
10051
10052 SWIOTLB SUBSYSTEM
10053 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10054 L:      linux-kernel@vger.kernel.org
10055 S:      Supported
10056 F:      lib/swiotlb.c
10057 F:      arch/*/kernel/pci-swiotlb.c
10058 F:      include/linux/swiotlb.h
10059
10060 SWITCHDEV
10061 M:      Jiri Pirko <jiri@resnulli.us>
10062 L:      netdev@vger.kernel.org
10063 S:      Supported
10064 F:      net/switchdev/
10065 F:      include/net/switchdev.h
10066
10067 SYNOPSYS ARC ARCHITECTURE
10068 M:      Vineet Gupta <vgupta@synopsys.com>
10069 S:      Supported
10070 F:      arch/arc/
10071 F:      Documentation/devicetree/bindings/arc/*
10072 F:      drivers/tty/serial/arc_uart.c
10073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10074
10075 SYNOPSYS ARC SDP platform support
10076 M:      Alexey Brodkin <abrodkin@synopsys.com>
10077 S:      Supported
10078 F:      arch/arc/plat-axs10x
10079 F:      arch/arc/boot/dts/ax*
10080 F:      Documentation/devicetree/bindings/arc/axs10*
10081
10082 SYSTEM CONFIGURATION (SYSCON)
10083 M:      Lee Jones <lee.jones@linaro.org>
10084 M:      Arnd Bergmann <arnd@arndb.de>
10085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10086 S:      Supported
10087 F:      drivers/mfd/syscon.c
10088
10089 SYSV FILESYSTEM
10090 M:      Christoph Hellwig <hch@infradead.org>
10091 S:      Maintained
10092 F:      Documentation/filesystems/sysv-fs.txt
10093 F:      fs/sysv/
10094 F:      include/linux/sysv_fs.h
10095
10096 TARGET SUBSYSTEM
10097 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10098 L:      linux-scsi@vger.kernel.org
10099 L:      target-devel@vger.kernel.org
10100 W:      http://www.linux-iscsi.org
10101 W:      http://groups.google.com/group/linux-iscsi-target-dev
10102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10103 S:      Supported
10104 F:      drivers/target/
10105 F:      include/target/
10106 F:      Documentation/target/
10107
10108 TASKSTATS STATISTICS INTERFACE
10109 M:      Balbir Singh <bsingharora@gmail.com>
10110 S:      Maintained
10111 F:      Documentation/accounting/taskstats*
10112 F:      include/linux/taskstats*
10113 F:      kernel/taskstats.c
10114
10115 TC CLASSIFIER
10116 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10117 L:      netdev@vger.kernel.org
10118 S:      Maintained
10119 F:      include/net/pkt_cls.h
10120 F:      include/uapi/linux/pkt_cls.h
10121 F:      net/sched/
10122
10123 TCP LOW PRIORITY MODULE
10124 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10125 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10126 W:      http://tcp-lp-mod.sourceforge.net/
10127 S:      Maintained
10128 F:      net/ipv4/tcp_lp.c
10129
10130 TDA10071 MEDIA DRIVER
10131 M:      Antti Palosaari <crope@iki.fi>
10132 L:      linux-media@vger.kernel.org
10133 W:      http://linuxtv.org/
10134 W:      http://palosaari.fi/linux/
10135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10136 T:      git git://linuxtv.org/anttip/media_tree.git
10137 S:      Maintained
10138 F:      drivers/media/dvb-frontends/tda10071*
10139
10140 TDA18212 MEDIA DRIVER
10141 M:      Antti Palosaari <crope@iki.fi>
10142 L:      linux-media@vger.kernel.org
10143 W:      http://linuxtv.org/
10144 W:      http://palosaari.fi/linux/
10145 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10146 T:      git git://linuxtv.org/anttip/media_tree.git
10147 S:      Maintained
10148 F:      drivers/media/tuners/tda18212*
10149
10150 TDA18218 MEDIA DRIVER
10151 M:      Antti Palosaari <crope@iki.fi>
10152 L:      linux-media@vger.kernel.org
10153 W:      http://linuxtv.org/
10154 W:      http://palosaari.fi/linux/
10155 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10156 T:      git git://linuxtv.org/anttip/media_tree.git
10157 S:      Maintained
10158 F:      drivers/media/tuners/tda18218*
10159
10160 TDA18271 MEDIA DRIVER
10161 M:      Michael Krufky <mkrufky@linuxtv.org>
10162 L:      linux-media@vger.kernel.org
10163 W:      http://linuxtv.org/
10164 W:      http://github.com/mkrufky
10165 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10166 T:      git git://linuxtv.org/mkrufky/tuners.git
10167 S:      Maintained
10168 F:      drivers/media/tuners/tda18271*
10169
10170 TDA827x MEDIA DRIVER
10171 M:      Michael Krufky <mkrufky@linuxtv.org>
10172 L:      linux-media@vger.kernel.org
10173 W:      http://linuxtv.org/
10174 W:      http://github.com/mkrufky
10175 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10176 T:      git git://linuxtv.org/mkrufky/tuners.git
10177 S:      Maintained
10178 F:      drivers/media/tuners/tda8290.*
10179
10180 TDA8290 MEDIA DRIVER
10181 M:      Michael Krufky <mkrufky@linuxtv.org>
10182 L:      linux-media@vger.kernel.org
10183 W:      http://linuxtv.org/
10184 W:      http://github.com/mkrufky
10185 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10186 T:      git git://linuxtv.org/mkrufky/tuners.git
10187 S:      Maintained
10188 F:      drivers/media/tuners/tda8290.*
10189
10190 TDA9840 MEDIA DRIVER
10191 M:      Hans Verkuil <hverkuil@xs4all.nl>
10192 L:      linux-media@vger.kernel.org
10193 T:      git git://linuxtv.org/media_tree.git
10194 W:      http://linuxtv.org
10195 S:      Maintained
10196 F:      drivers/media/i2c/tda9840*
10197
10198 TEA5761 TUNER DRIVER
10199 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10200 L:      linux-media@vger.kernel.org
10201 W:      http://linuxtv.org
10202 T:      git git://linuxtv.org/media_tree.git
10203 S:      Odd fixes
10204 F:      drivers/media/tuners/tea5761.*
10205
10206 TEA5767 TUNER DRIVER
10207 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10208 L:      linux-media@vger.kernel.org
10209 W:      http://linuxtv.org
10210 T:      git git://linuxtv.org/media_tree.git
10211 S:      Maintained
10212 F:      drivers/media/tuners/tea5767.*
10213
10214 TEA6415C MEDIA DRIVER
10215 M:      Hans Verkuil <hverkuil@xs4all.nl>
10216 L:      linux-media@vger.kernel.org
10217 T:      git git://linuxtv.org/media_tree.git
10218 W:      http://linuxtv.org
10219 S:      Maintained
10220 F:      drivers/media/i2c/tea6415c*
10221
10222 TEA6420 MEDIA DRIVER
10223 M:      Hans Verkuil <hverkuil@xs4all.nl>
10224 L:      linux-media@vger.kernel.org
10225 T:      git git://linuxtv.org/media_tree.git
10226 W:      http://linuxtv.org
10227 S:      Maintained
10228 F:      drivers/media/i2c/tea6420*
10229
10230 TEAM DRIVER
10231 M:      Jiri Pirko <jiri@resnulli.us>
10232 L:      netdev@vger.kernel.org
10233 S:      Supported
10234 F:      drivers/net/team/
10235 F:      include/linux/if_team.h
10236 F:      include/uapi/linux/if_team.h
10237
10238 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10239 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10240 S:      Maintained
10241 F:      arch/x86/platform/ts5500/
10242
10243 TECHNOTREND USB IR RECEIVER
10244 M:      Sean Young <sean@mess.org>
10245 L:      linux-media@vger.kernel.org
10246 S:      Maintained
10247 F:      drivers/media/rc/ttusbir.c
10248
10249 TEGRA ARCHITECTURE SUPPORT
10250 M:      Stephen Warren <swarren@wwwdotorg.org>
10251 M:      Thierry Reding <thierry.reding@gmail.com>
10252 M:      Alexandre Courbot <gnurou@gmail.com>
10253 L:      linux-tegra@vger.kernel.org
10254 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10256 S:      Supported
10257 N:      [^a-z]tegra
10258
10259 TEGRA CLOCK DRIVER
10260 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10261 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10262 S:      Supported
10263 F:      drivers/clk/tegra/
10264
10265 TEGRA DMA DRIVER
10266 M:      Laxman Dewangan <ldewangan@nvidia.com>
10267 S:      Supported
10268 F:      drivers/dma/tegra20-apb-dma.c
10269
10270 TEGRA I2C DRIVER
10271 M:      Laxman Dewangan <ldewangan@nvidia.com>
10272 S:      Supported
10273 F:      drivers/i2c/busses/i2c-tegra.c
10274
10275 TEGRA IOMMU DRIVERS
10276 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10277 S:      Supported
10278 F:      drivers/iommu/tegra*
10279
10280 TEGRA KBC DRIVER
10281 M:      Rakesh Iyer <riyer@nvidia.com>
10282 M:      Laxman Dewangan <ldewangan@nvidia.com>
10283 S:      Supported
10284 F:      drivers/input/keyboard/tegra-kbc.c
10285
10286 TEGRA PWM DRIVER
10287 M:      Thierry Reding <thierry.reding@gmail.com>
10288 S:      Supported
10289 F:      drivers/pwm/pwm-tegra.c
10290
10291 TEGRA SERIAL DRIVER
10292 M:      Laxman Dewangan <ldewangan@nvidia.com>
10293 S:      Supported
10294 F:      drivers/tty/serial/serial-tegra.c
10295
10296 TEGRA SPI DRIVER
10297 M:      Laxman Dewangan <ldewangan@nvidia.com>
10298 S:      Supported
10299 F:      drivers/spi/spi-tegra*
10300
10301 TEHUTI ETHERNET DRIVER
10302 M:      Andy Gospodarek <andy@greyhouse.net>
10303 L:      netdev@vger.kernel.org
10304 S:      Supported
10305 F:      drivers/net/ethernet/tehuti/*
10306
10307 Telecom Clock Driver for MCPL0010
10308 M:      Mark Gross <mark.gross@intel.com>
10309 S:      Supported
10310 F:      drivers/char/tlclk.c
10311
10312 TENSILICA XTENSA PORT (xtensa)
10313 M:      Chris Zankel <chris@zankel.net>
10314 M:      Max Filippov <jcmvbkbc@gmail.com>
10315 L:      linux-xtensa@linux-xtensa.org
10316 S:      Maintained
10317 F:      arch/xtensa/
10318 F:      drivers/irqchip/irq-xtensa-*
10319
10320 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10321 M:      Hans Verkuil <hverkuil@xs4all.nl>
10322 L:      linux-media@vger.kernel.org
10323 T:      git git://linuxtv.org/media_tree.git
10324 W:      http://linuxtv.org
10325 S:      Maintained
10326 F:      drivers/media/radio/radio-raremono.c
10327
10328 THERMAL
10329 M:      Zhang Rui <rui.zhang@intel.com>
10330 M:      Eduardo Valentin <edubezval@gmail.com>
10331 L:      linux-pm@vger.kernel.org
10332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10334 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10335 S:      Supported
10336 F:      drivers/thermal/
10337 F:      include/linux/thermal.h
10338 F:      include/uapi/linux/thermal.h
10339 F:      include/linux/cpu_cooling.h
10340 F:      Documentation/devicetree/bindings/thermal/
10341
10342 THINGM BLINK(1) USB RGB LED DRIVER
10343 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10344 S:      Maintained
10345 F:      drivers/hid/hid-thingm.c
10346
10347 THINKPAD ACPI EXTRAS DRIVER
10348 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10349 L:      ibm-acpi-devel@lists.sourceforge.net
10350 L:      platform-driver-x86@vger.kernel.org
10351 W:      http://ibm-acpi.sourceforge.net
10352 W:      http://thinkwiki.org/wiki/Ibm-acpi
10353 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10354 S:      Maintained
10355 F:      drivers/platform/x86/thinkpad_acpi.c
10356
10357 TI BANDGAP AND THERMAL DRIVER
10358 M:      Eduardo Valentin <edubezval@gmail.com>
10359 L:      linux-pm@vger.kernel.org
10360 L:      linux-omap@vger.kernel.org
10361 S:      Maintained
10362 F:      drivers/thermal/ti-soc-thermal/
10363
10364 TI CDCE706 CLOCK DRIVER
10365 M:      Max Filippov <jcmvbkbc@gmail.com>
10366 S:      Maintained
10367 F:      drivers/clk/clk-cdce706.c
10368
10369 TI CLOCK DRIVER
10370 M:      Tero Kristo <t-kristo@ti.com>
10371 L:      linux-omap@vger.kernel.org
10372 S:      Maintained
10373 F:      drivers/clk/ti/
10374 F:      include/linux/clk/ti.h
10375
10376 TI FLASH MEDIA INTERFACE DRIVER
10377 M:      Alex Dubov <oakad@yahoo.com>
10378 S:      Maintained
10379 F:      drivers/misc/tifm*
10380 F:      drivers/mmc/host/tifm_sd.c
10381 F:      include/linux/tifm.h
10382
10383 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10384 M:      Santosh Shilimkar <ssantosh@kernel.org>
10385 L:      linux-kernel@vger.kernel.org
10386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10387 S:      Maintained
10388 F:      drivers/soc/ti/*
10389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10390
10391
10392 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10393 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10394 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10395 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10396 S:      Maintained
10397 F:      sound/soc/codecs/lm49453*
10398 F:      sound/soc/codecs/isabelle*
10399
10400 TI LP855x BACKLIGHT DRIVER
10401 M:      Milo Kim <milo.kim@ti.com>
10402 S:      Maintained
10403 F:      Documentation/backlight/lp855x-driver.txt
10404 F:      drivers/video/backlight/lp855x_bl.c
10405 F:      include/linux/platform_data/lp855x.h
10406
10407 TI LP8727 CHARGER DRIVER
10408 M:      Milo Kim <milo.kim@ti.com>
10409 S:      Maintained
10410 F:      drivers/power/lp8727_charger.c
10411 F:      include/linux/platform_data/lp8727.h
10412
10413 TI LP8788 MFD DRIVER
10414 M:      Milo Kim <milo.kim@ti.com>
10415 S:      Maintained
10416 F:      drivers/iio/adc/lp8788_adc.c
10417 F:      drivers/leds/leds-lp8788.c
10418 F:      drivers/mfd/lp8788*.c
10419 F:      drivers/power/lp8788-charger.c
10420 F:      drivers/regulator/lp8788-*.c
10421 F:      include/linux/mfd/lp8788*.h
10422
10423 TI NETCP ETHERNET DRIVER
10424 M:      Wingman Kwok <w-kwok2@ti.com>
10425 M:      Murali Karicheri <m-karicheri2@ti.com>
10426 L:      netdev@vger.kernel.org
10427 S:      Maintained
10428 F:      drivers/net/ethernet/ti/netcp*
10429
10430 TI TAS571X FAMILY ASoC CODEC DRIVER
10431 M:      Kevin Cernekee <cernekee@chromium.org>
10432 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10433 S:      Odd Fixes
10434 F:      sound/soc/codecs/tas571x*
10435
10436 TI TWL4030 SERIES SOC CODEC DRIVER
10437 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10438 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10439 S:      Maintained
10440 F:      sound/soc/codecs/twl4030*
10441
10442 TI WILINK WIRELESS DRIVERS
10443 L:      linux-wireless@vger.kernel.org
10444 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10445 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10447 S:      Orphan
10448 F:      drivers/net/wireless/ti/
10449 F:      include/linux/wl12xx.h
10450
10451 TIPC NETWORK LAYER
10452 M:      Jon Maloy <jon.maloy@ericsson.com>
10453 M:      Ying Xue <ying.xue@windriver.com>
10454 L:      netdev@vger.kernel.org (core kernel code)
10455 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10456 W:      http://tipc.sourceforge.net/
10457 S:      Maintained
10458 F:      include/uapi/linux/tipc*.h
10459 F:      net/tipc/
10460
10461 TILE ARCHITECTURE
10462 M:      Chris Metcalf <cmetcalf@ezchip.com>
10463 W:      http://www.ezchip.com/scm/
10464 S:      Supported
10465 F:      arch/tile/
10466 F:      drivers/char/tile-srom.c
10467 F:      drivers/edac/tile_edac.c
10468 F:      drivers/net/ethernet/tile/
10469 F:      drivers/rtc/rtc-tile.c
10470 F:      drivers/tty/hvc/hvc_tile.c
10471 F:      drivers/tty/serial/tilegx.c
10472 F:      drivers/usb/host/*-tilegx.c
10473 F:      include/linux/usb/tilegx.h
10474
10475 TLAN NETWORK DRIVER
10476 M:      Samuel Chessman <chessman@tux.org>
10477 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10478 W:      http://sourceforge.net/projects/tlan/
10479 S:      Maintained
10480 F:      Documentation/networking/tlan.txt
10481 F:      drivers/net/ethernet/ti/tlan.*
10482
10483 TOMOYO SECURITY MODULE
10484 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10485 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10486 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10487 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10488 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10489 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10490 W:      http://tomoyo.sourceforge.jp/
10491 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10492 S:      Maintained
10493 F:      security/tomoyo/
10494
10495 TOPSTAR LAPTOP EXTRAS DRIVER
10496 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10497 L:      platform-driver-x86@vger.kernel.org
10498 S:      Maintained
10499 F:      drivers/platform/x86/topstar-laptop.c
10500
10501 TOSHIBA ACPI EXTRAS DRIVER
10502 M:      Azael Avalos <coproscefalo@gmail.com>
10503 L:      platform-driver-x86@vger.kernel.org
10504 S:      Maintained
10505 F:      drivers/platform/x86/toshiba_acpi.c
10506
10507 TOSHIBA BLUETOOTH DRIVER
10508 M:      Azael Avalos <coproscefalo@gmail.com>
10509 L:      platform-driver-x86@vger.kernel.org
10510 S:      Maintained
10511 F:      drivers/platform/x86/toshiba_bluetooth.c
10512
10513 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10514 M:      Azael Avalos <coproscefalo@gmail.com>
10515 L:      platform-driver-x86@vger.kernel.org
10516 S:      Maintained
10517 F:      drivers/platform/x86/toshiba_haps.c
10518
10519 TOSHIBA SMM DRIVER
10520 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10521 W:      http://www.buzzard.org.uk/toshiba/
10522 S:      Maintained
10523 F:      drivers/char/toshiba.c
10524 F:      include/linux/toshiba.h
10525 F:      include/uapi/linux/toshiba.h
10526
10527 TOSHIBA TC358743 DRIVER
10528 M:      Mats Randgaard <matrandg@cisco.com>
10529 L:      linux-media@vger.kernel.org
10530 S:      Maintained
10531 F:      drivers/media/i2c/tc358743*
10532 F:      include/media/tc358743.h
10533
10534 TMIO MMC DRIVER
10535 M:      Ian Molton <ian@mnementh.co.uk>
10536 L:      linux-mmc@vger.kernel.org
10537 S:      Maintained
10538 F:      drivers/mmc/host/tmio_mmc*
10539 F:      drivers/mmc/host/sh_mobile_sdhi.c
10540 F:      include/linux/mmc/tmio.h
10541 F:      include/linux/mmc/sh_mobile_sdhi.h
10542
10543 TMP401 HARDWARE MONITOR DRIVER
10544 M:      Guenter Roeck <linux@roeck-us.net>
10545 L:      lm-sensors@lm-sensors.org
10546 S:      Maintained
10547 F:      Documentation/hwmon/tmp401
10548 F:      drivers/hwmon/tmp401.c
10549
10550 TMPFS (SHMEM FILESYSTEM)
10551 M:      Hugh Dickins <hughd@google.com>
10552 L:      linux-mm@kvack.org
10553 S:      Maintained
10554 F:      include/linux/shmem_fs.h
10555 F:      mm/shmem.c
10556
10557 TM6000 VIDEO4LINUX DRIVER
10558 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10559 L:      linux-media@vger.kernel.org
10560 W:      http://linuxtv.org
10561 T:      git git://linuxtv.org/media_tree.git
10562 S:      Odd fixes
10563 F:      drivers/media/usb/tm6000/
10564
10565 TW68 VIDEO4LINUX DRIVER
10566 M:      Hans Verkuil <hverkuil@xs4all.nl>
10567 L:      linux-media@vger.kernel.org
10568 T:      git git://linuxtv.org/media_tree.git
10569 W:      http://linuxtv.org
10570 S:      Odd Fixes
10571 F:      drivers/media/pci/tw68/
10572
10573 TPM DEVICE DRIVER
10574 M:      Peter Huewe <peterhuewe@gmx.de>
10575 M:      Marcel Selhorst <tpmdd@selhorst.net>
10576 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10577 W:      http://tpmdd.sourceforge.net
10578 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10579 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10580 T:      https://github.com/PeterHuewe/linux-tpmdd
10581 S:      Maintained
10582 F:      drivers/char/tpm/
10583
10584 TPM IBM_VTPM DEVICE DRIVER
10585 M:      Ashley Lai <ashleydlai@gmail.com>
10586 W:      http://tpmdd.sourceforge.net
10587 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10588 S:      Maintained
10589 F:      drivers/char/tpm/tpm_ibmvtpm*
10590
10591 TRACING
10592 M:      Steven Rostedt <rostedt@goodmis.org>
10593 M:      Ingo Molnar <mingo@redhat.com>
10594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10595 S:      Maintained
10596 F:      Documentation/trace/ftrace.txt
10597 F:      arch/*/*/*/ftrace.h
10598 F:      arch/*/kernel/ftrace.c
10599 F:      include/*/ftrace.h
10600 F:      include/linux/trace*.h
10601 F:      include/trace/
10602 F:      kernel/trace/
10603 F:      tools/testing/selftests/ftrace/
10604
10605 TRIVIAL PATCHES
10606 M:      Jiri Kosina <trivial@kernel.org>
10607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10608 S:      Maintained
10609 K:      ^Subject:.*(?i)trivial
10610
10611 TTY LAYER
10612 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10613 M:      Jiri Slaby <jslaby@suse.com>
10614 S:      Supported
10615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10616 F:      Documentation/serial/
10617 F:      drivers/tty/
10618 F:      drivers/tty/serial/serial_core.c
10619 F:      include/linux/serial_core.h
10620 F:      include/linux/serial.h
10621 F:      include/linux/tty.h
10622 F:      include/uapi/linux/serial_core.h
10623 F:      include/uapi/linux/serial.h
10624 F:      include/uapi/linux/tty.h
10625
10626 TUA9001 MEDIA DRIVER
10627 M:      Antti Palosaari <crope@iki.fi>
10628 L:      linux-media@vger.kernel.org
10629 W:      http://linuxtv.org/
10630 W:      http://palosaari.fi/linux/
10631 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10632 T:      git git://linuxtv.org/anttip/media_tree.git
10633 S:      Maintained
10634 F:      drivers/media/tuners/tua9001*
10635
10636 TULIP NETWORK DRIVERS
10637 M:      Grant Grundler <grundler@parisc-linux.org>
10638 L:      netdev@vger.kernel.org
10639 S:      Maintained
10640 F:      drivers/net/ethernet/dec/tulip/
10641
10642 TUN/TAP driver
10643 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10644 W:      http://vtun.sourceforge.net/tun
10645 S:      Maintained
10646 F:      Documentation/networking/tuntap.txt
10647 F:      arch/um/os-Linux/drivers/
10648
10649 TURBOCHANNEL SUBSYSTEM
10650 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10651 M:      Ralf Baechle <ralf@linux-mips.org>
10652 L:      linux-mips@linux-mips.org
10653 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10654 S:      Maintained
10655 F:      drivers/tc/
10656 F:      include/linux/tc.h
10657
10658 U14-34F SCSI DRIVER
10659 M:      Dario Ballabio <ballabio_dario@emc.com>
10660 L:      linux-scsi@vger.kernel.org
10661 S:      Maintained
10662 F:      drivers/scsi/u14-34f.c
10663
10664 UBI FILE SYSTEM (UBIFS)
10665 M:      Artem Bityutskiy <dedekind1@gmail.com>
10666 M:      Adrian Hunter <adrian.hunter@intel.com>
10667 L:      linux-mtd@lists.infradead.org
10668 T:      git git://git.infradead.org/ubifs-2.6.git
10669 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10670 S:      Maintained
10671 F:      Documentation/filesystems/ubifs.txt
10672 F:      fs/ubifs/
10673
10674 UCLINUX (M68KNOMMU AND COLDFIRE)
10675 M:      Greg Ungerer <gerg@uclinux.org>
10676 W:      http://www.uclinux.org/
10677 L:      linux-m68k@lists.linux-m68k.org
10678 L:      uclinux-dev@uclinux.org  (subscribers-only)
10679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10680 S:      Maintained
10681 F:      arch/m68k/coldfire/
10682 F:      arch/m68k/68*/
10683 F:      arch/m68k/*/*_no.*
10684 F:      arch/m68k/include/asm/*_no.*
10685
10686 UDF FILESYSTEM
10687 M:      Jan Kara <jack@suse.com>
10688 S:      Maintained
10689 F:      Documentation/filesystems/udf.txt
10690 F:      fs/udf/
10691
10692 UFS FILESYSTEM
10693 M:      Evgeniy Dushistov <dushistov@mail.ru>
10694 S:      Maintained
10695 F:      Documentation/filesystems/ufs.txt
10696 F:      fs/ufs/
10697
10698 UHID USERSPACE HID IO DRIVER:
10699 M:      David Herrmann <dh.herrmann@googlemail.com>
10700 L:      linux-input@vger.kernel.org
10701 S:      Maintained
10702 F:      drivers/hid/uhid.c
10703 F:      include/uapi/linux/uhid.h
10704
10705 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10706 L:      linux-usb@vger.kernel.org
10707 S:      Orphan
10708 F:      drivers/uwb/
10709 F:      include/linux/uwb.h
10710 F:      include/linux/uwb/
10711
10712 UNICORE32 ARCHITECTURE:
10713 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10714 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10715 S:      Maintained
10716 T:      git git://github.com/gxt/linux.git
10717 F:      arch/unicore32/
10718
10719 UNIFDEF
10720 M:      Tony Finch <dot@dotat.at>
10721 W:      http://dotat.at/prog/unifdef
10722 S:      Maintained
10723 F:      scripts/unifdef.c
10724
10725 UNIFORM CDROM DRIVER
10726 M:      Jens Axboe <axboe@kernel.dk>
10727 W:      http://www.kernel.dk
10728 S:      Maintained
10729 F:      Documentation/cdrom/
10730 F:      drivers/cdrom/cdrom.c
10731 F:      include/linux/cdrom.h
10732 F:      include/uapi/linux/cdrom.h
10733
10734 UNISYS S-PAR DRIVERS
10735 M:      Benjamin Romer <benjamin.romer@unisys.com>
10736 M:      David Kershner <david.kershner@unisys.com>
10737 L:      sparmaintainer@unisys.com (Unisys internal)
10738 S:      Supported
10739 F:      drivers/staging/unisys/
10740
10741 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10742 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10743 L:      linux-scsi@vger.kernel.org
10744 S:      Supported
10745 F:      Documentation/scsi/ufs.txt
10746 F:      drivers/scsi/ufs/
10747
10748 UNSORTED BLOCK IMAGES (UBI)
10749 M:      Artem Bityutskiy <dedekind1@gmail.com>
10750 M:      Richard Weinberger <richard@nod.at>
10751 W:      http://www.linux-mtd.infradead.org/
10752 L:      linux-mtd@lists.infradead.org
10753 T:      git git://git.infradead.org/ubifs-2.6.git
10754 S:      Supported
10755 F:      drivers/mtd/ubi/
10756 F:      include/linux/mtd/ubi.h
10757 F:      include/uapi/mtd/ubi-user.h
10758
10759 USB ACM DRIVER
10760 M:      Oliver Neukum <oliver@neukum.org>
10761 L:      linux-usb@vger.kernel.org
10762 S:      Maintained
10763 F:      Documentation/usb/acm.txt
10764 F:      drivers/usb/class/cdc-acm.*
10765
10766 USB AR5523 WIRELESS DRIVER
10767 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10768 L:      linux-wireless@vger.kernel.org
10769 S:      Maintained
10770 F:      drivers/net/wireless/ath/ar5523/
10771
10772 USB ATTACHED SCSI
10773 M:      Hans de Goede <hdegoede@redhat.com>
10774 M:      Gerd Hoffmann <kraxel@redhat.com>
10775 L:      linux-usb@vger.kernel.org
10776 L:      linux-scsi@vger.kernel.org
10777 S:      Maintained
10778 F:      drivers/usb/storage/uas.c
10779
10780 USB CDC ETHERNET DRIVER
10781 M:      Oliver Neukum <oliver@neukum.org>
10782 L:      linux-usb@vger.kernel.org
10783 S:      Maintained
10784 F:      drivers/net/usb/cdc_*.c
10785 F:      include/uapi/linux/usb/cdc.h
10786
10787 USB CHAOSKEY DRIVER
10788 M:      Keith Packard <keithp@keithp.com>
10789 L:      linux-usb@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/usb/misc/chaoskey.c
10792
10793 USB CYPRESS C67X00 DRIVER
10794 M:      Peter Korsgaard <jacmet@sunsite.dk>
10795 L:      linux-usb@vger.kernel.org
10796 S:      Maintained
10797 F:      drivers/usb/c67x00/
10798
10799 USB DAVICOM DM9601 DRIVER
10800 M:      Peter Korsgaard <jacmet@sunsite.dk>
10801 L:      netdev@vger.kernel.org
10802 W:      http://www.linux-usb.org/usbnet
10803 S:      Maintained
10804 F:      drivers/net/usb/dm9601.c
10805
10806 USB DIAMOND RIO500 DRIVER
10807 M:      Cesar Miquel <miquel@df.uba.ar>
10808 L:      rio500-users@lists.sourceforge.net
10809 W:      http://rio500.sourceforge.net
10810 S:      Maintained
10811 F:      drivers/usb/misc/rio500*
10812
10813 USB EHCI DRIVER
10814 M:      Alan Stern <stern@rowland.harvard.edu>
10815 L:      linux-usb@vger.kernel.org
10816 S:      Maintained
10817 F:      Documentation/usb/ehci.txt
10818 F:      drivers/usb/host/ehci*
10819
10820 USB GADGET/PERIPHERAL SUBSYSTEM
10821 M:      Felipe Balbi <balbi@ti.com>
10822 L:      linux-usb@vger.kernel.org
10823 W:      http://www.linux-usb.org/gadget
10824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10825 S:      Maintained
10826 F:      drivers/usb/gadget/
10827 F:      include/linux/usb/gadget*
10828
10829 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10830 M:      Jiri Kosina <jikos@kernel.org>
10831 L:      linux-usb@vger.kernel.org
10832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10833 S:      Maintained
10834 F:      Documentation/hid/hiddev.txt
10835 F:      drivers/hid/usbhid/
10836
10837 USB ISP116X DRIVER
10838 M:      Olav Kongas <ok@artecdesign.ee>
10839 L:      linux-usb@vger.kernel.org
10840 S:      Maintained
10841 F:      drivers/usb/host/isp116x*
10842 F:      include/linux/usb/isp116x.h
10843
10844 USB MASS STORAGE DRIVER
10845 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10846 L:      linux-usb@vger.kernel.org
10847 L:      usb-storage@lists.one-eyed-alien.net
10848 S:      Maintained
10849 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10850 F:      drivers/usb/storage/
10851
10852 USB MIDI DRIVER
10853 M:      Clemens Ladisch <clemens@ladisch.de>
10854 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10855 T:      git git://git.alsa-project.org/alsa-kernel.git
10856 S:      Maintained
10857 F:      sound/usb/midi.*
10858
10859 USB NETWORKING DRIVERS
10860 L:      linux-usb@vger.kernel.org
10861 S:      Odd Fixes
10862 F:      drivers/net/usb/
10863
10864 USB OHCI DRIVER
10865 M:      Alan Stern <stern@rowland.harvard.edu>
10866 L:      linux-usb@vger.kernel.org
10867 S:      Maintained
10868 F:      Documentation/usb/ohci.txt
10869 F:      drivers/usb/host/ohci*
10870
10871 USB OTG FSM (Finite State Machine)
10872 M:      Peter Chen <Peter.Chen@freescale.com>
10873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10874 L:      linux-usb@vger.kernel.org
10875 S:      Maintained
10876 F:      drivers/usb/common/usb-otg-fsm.c
10877
10878 USB OVER IP DRIVER
10879 M:      Valentina Manea <valentina.manea.m@gmail.com>
10880 M:      Shuah Khan <shuah.kh@samsung.com>
10881 L:      linux-usb@vger.kernel.org
10882 S:      Maintained
10883 F:      drivers/usb/usbip/
10884 F:      tools/usb/usbip/
10885
10886 USB PEGASUS DRIVER
10887 M:      Petko Manolov <petkan@nucleusys.com>
10888 L:      linux-usb@vger.kernel.org
10889 L:      netdev@vger.kernel.org
10890 T:      git git://github.com/petkan/pegasus.git
10891 W:      https://github.com/petkan/pegasus
10892 S:      Maintained
10893 F:      drivers/net/usb/pegasus.*
10894
10895 USB PHY LAYER
10896 M:      Felipe Balbi <balbi@ti.com>
10897 L:      linux-usb@vger.kernel.org
10898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10899 S:      Maintained
10900 F:      drivers/usb/phy/
10901
10902 USB PRINTER DRIVER (usblp)
10903 M:      Pete Zaitcev <zaitcev@redhat.com>
10904 L:      linux-usb@vger.kernel.org
10905 S:      Supported
10906 F:      drivers/usb/class/usblp.c
10907
10908 USB RTL8150 DRIVER
10909 M:      Petko Manolov <petkan@nucleusys.com>
10910 L:      linux-usb@vger.kernel.org
10911 L:      netdev@vger.kernel.org
10912 T:      git git://github.com/petkan/rtl8150.git
10913 W:      https://github.com/petkan/rtl8150
10914 S:      Maintained
10915 F:      drivers/net/usb/rtl8150.c
10916
10917 USB SERIAL SUBSYSTEM
10918 M:      Johan Hovold <johan@kernel.org>
10919 L:      linux-usb@vger.kernel.org
10920 S:      Maintained
10921 F:      Documentation/usb/usb-serial.txt
10922 F:      drivers/usb/serial/
10923 F:      include/linux/usb/serial.h
10924
10925 USB SMSC75XX ETHERNET DRIVER
10926 M:      Steve Glendinning <steve.glendinning@shawell.net>
10927 L:      netdev@vger.kernel.org
10928 S:      Maintained
10929 F:      drivers/net/usb/smsc75xx.*
10930
10931 USB SMSC95XX ETHERNET DRIVER
10932 M:      Steve Glendinning <steve.glendinning@shawell.net>
10933 L:      netdev@vger.kernel.org
10934 S:      Maintained
10935 F:      drivers/net/usb/smsc95xx.*
10936
10937 USB SUBSYSTEM
10938 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10939 L:      linux-usb@vger.kernel.org
10940 W:      http://www.linux-usb.org
10941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10942 S:      Supported
10943 F:      Documentation/usb/
10944 F:      drivers/usb/
10945 F:      include/linux/usb.h
10946 F:      include/linux/usb/
10947
10948 USB UHCI DRIVER
10949 M:      Alan Stern <stern@rowland.harvard.edu>
10950 L:      linux-usb@vger.kernel.org
10951 S:      Maintained
10952 F:      drivers/usb/host/uhci*
10953
10954 USB "USBNET" DRIVER FRAMEWORK
10955 M:      Oliver Neukum <oneukum@suse.com>
10956 L:      netdev@vger.kernel.org
10957 W:      http://www.linux-usb.org/usbnet
10958 S:      Maintained
10959 F:      drivers/net/usb/usbnet.c
10960 F:      include/linux/usb/usbnet.h
10961
10962 USB VIDEO CLASS
10963 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10964 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10965 L:      linux-media@vger.kernel.org
10966 T:      git git://linuxtv.org/media_tree.git
10967 W:      http://www.ideasonboard.org/uvc/
10968 S:      Maintained
10969 F:      drivers/media/usb/uvc/
10970 F:      include/uapi/linux/uvcvideo.h
10971
10972 USB VISION DRIVER
10973 M:      Hans Verkuil <hverkuil@xs4all.nl>
10974 L:      linux-media@vger.kernel.org
10975 T:      git git://linuxtv.org/media_tree.git
10976 W:      http://linuxtv.org
10977 S:      Odd Fixes
10978 F:      drivers/media/usb/usbvision/
10979
10980 USB WEBCAM GADGET
10981 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10982 L:      linux-usb@vger.kernel.org
10983 S:      Maintained
10984 F:      drivers/usb/gadget/function/*uvc*
10985 F:      drivers/usb/gadget/legacy/webcam.c
10986
10987 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10988 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10989 L:      linux-wireless@vger.kernel.org
10990 S:      Maintained
10991 F:      drivers/net/wireless/rndis_wlan.c
10992
10993 USB XHCI DRIVER
10994 M:      Mathias Nyman <mathias.nyman@intel.com>
10995 L:      linux-usb@vger.kernel.org
10996 S:      Supported
10997 F:      drivers/usb/host/xhci*
10998 F:      drivers/usb/host/pci-quirks*
10999
11000 USB ZD1201 DRIVER
11001 L:      linux-wireless@vger.kernel.org
11002 W:      http://linux-lc100020.sourceforge.net
11003 S:      Orphan
11004 F:      drivers/net/wireless/zd1201.*
11005
11006 USB ZR364XX DRIVER
11007 M:      Antoine Jacquet <royale@zerezo.com>
11008 L:      linux-usb@vger.kernel.org
11009 L:      linux-media@vger.kernel.org
11010 T:      git git://linuxtv.org/media_tree.git
11011 W:      http://royale.zerezo.com/zr364xx/
11012 S:      Maintained
11013 F:      Documentation/video4linux/zr364xx.txt
11014 F:      drivers/media/usb/zr364xx/
11015
11016 ULPI BUS
11017 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11018 L:      linux-usb@vger.kernel.org
11019 S:      Maintained
11020 F:      drivers/usb/common/ulpi.c
11021 F:      include/linux/ulpi/
11022
11023 USER-MODE LINUX (UML)
11024 M:      Jeff Dike <jdike@addtoit.com>
11025 M:      Richard Weinberger <richard@nod.at>
11026 L:      user-mode-linux-devel@lists.sourceforge.net
11027 L:      user-mode-linux-user@lists.sourceforge.net
11028 W:      http://user-mode-linux.sourceforge.net
11029 S:      Maintained
11030 F:      Documentation/virtual/uml/
11031 F:      arch/um/
11032 F:      arch/x86/um/
11033 F:      fs/hostfs/
11034 F:      fs/hppfs/
11035
11036 USERSPACE I/O (UIO)
11037 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11038 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11039 S:      Maintained
11040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11041 F:      Documentation/DocBook/uio-howto.tmpl
11042 F:      drivers/uio/
11043 F:      include/linux/uio*.h
11044
11045 UTIL-LINUX PACKAGE
11046 M:      Karel Zak <kzak@redhat.com>
11047 L:      util-linux@vger.kernel.org
11048 W:      http://en.wikipedia.org/wiki/Util-linux
11049 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11050 S:      Maintained
11051
11052 UVESAFB DRIVER
11053 M:      Michal Januszewski <spock@gentoo.org>
11054 L:      linux-fbdev@vger.kernel.org
11055 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11056 S:      Maintained
11057 F:      Documentation/fb/uvesafb.txt
11058 F:      drivers/video/fbdev/uvesafb.*
11059
11060 VFAT/FAT/MSDOS FILESYSTEM
11061 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11062 S:      Maintained
11063 F:      Documentation/filesystems/vfat.txt
11064 F:      fs/fat/
11065
11066 VFIO DRIVER
11067 M:      Alex Williamson <alex.williamson@redhat.com>
11068 L:      kvm@vger.kernel.org
11069 S:      Maintained
11070 F:      Documentation/vfio.txt
11071 F:      drivers/vfio/
11072 F:      include/linux/vfio.h
11073 F:      include/uapi/linux/vfio.h
11074
11075 VFIO PLATFORM DRIVER
11076 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11077 L:      kvm@vger.kernel.org
11078 S:      Maintained
11079 F:      drivers/vfio/platform/
11080
11081 VIDEOBUF2 FRAMEWORK
11082 M:      Pawel Osciak <pawel@osciak.com>
11083 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11084 M:      Kyungmin Park <kyungmin.park@samsung.com>
11085 L:      linux-media@vger.kernel.org
11086 S:      Maintained
11087 F:      drivers/media/v4l2-core/videobuf2-*
11088 F:      include/media/videobuf2-*
11089
11090 VIRTIO CONSOLE DRIVER
11091 M:      Amit Shah <amit.shah@redhat.com>
11092 L:      virtualization@lists.linux-foundation.org
11093 S:      Maintained
11094 F:      drivers/char/virtio_console.c
11095 F:      include/linux/virtio_console.h
11096 F:      include/uapi/linux/virtio_console.h
11097
11098 VIRTIO CORE, NET AND BLOCK DRIVERS
11099 M:      "Michael S. Tsirkin" <mst@redhat.com>
11100 L:      virtualization@lists.linux-foundation.org
11101 S:      Maintained
11102 F:      drivers/virtio/
11103 F:      tools/virtio/
11104 F:      drivers/net/virtio_net.c
11105 F:      drivers/block/virtio_blk.c
11106 F:      include/linux/virtio_*.h
11107 F:      include/uapi/linux/virtio_*.h
11108
11109 VIRTIO DRIVERS FOR S390
11110 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11111 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11112 L:      linux-s390@vger.kernel.org
11113 L:      virtualization@lists.linux-foundation.org
11114 L:      kvm@vger.kernel.org
11115 S:      Supported
11116 F:      drivers/s390/virtio/
11117
11118 VIRTIO GPU DRIVER
11119 M:      David Airlie <airlied@linux.ie>
11120 M:      Gerd Hoffmann <kraxel@redhat.com>
11121 L:      dri-devel@lists.freedesktop.org
11122 L:      virtualization@lists.linux-foundation.org
11123 S:      Maintained
11124 F:      drivers/gpu/drm/virtio/
11125 F:      include/uapi/linux/virtio_gpu.h
11126
11127 VIRTIO HOST (VHOST)
11128 M:      "Michael S. Tsirkin" <mst@redhat.com>
11129 L:      kvm@vger.kernel.org
11130 L:      virtualization@lists.linux-foundation.org
11131 L:      netdev@vger.kernel.org
11132 S:      Maintained
11133 F:      drivers/vhost/
11134 F:      include/uapi/linux/vhost.h
11135
11136 VIRTIO INPUT DRIVER
11137 M:      Gerd Hoffmann <kraxel@redhat.com>
11138 S:      Maintained
11139 F:      drivers/virtio/virtio_input.c
11140 F:      include/uapi/linux/virtio_input.h
11141
11142 VIA RHINE NETWORK DRIVER
11143 S:      Orphan
11144 F:      drivers/net/ethernet/via/via-rhine.c
11145
11146 VIA SD/MMC CARD CONTROLLER DRIVER
11147 M:      Bruce Chang <brucechang@via.com.tw>
11148 M:      Harald Welte <HaraldWelte@viatech.com>
11149 S:      Maintained
11150 F:      drivers/mmc/host/via-sdmmc.c
11151
11152 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11153 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11154 L:      linux-fbdev@vger.kernel.org
11155 S:      Maintained
11156 F:      include/linux/via-core.h
11157 F:      include/linux/via-gpio.h
11158 F:      include/linux/via_i2c.h
11159 F:      drivers/video/fbdev/via/
11160
11161 VIA VELOCITY NETWORK DRIVER
11162 M:      Francois Romieu <romieu@fr.zoreil.com>
11163 L:      netdev@vger.kernel.org
11164 S:      Maintained
11165 F:      drivers/net/ethernet/via/via-velocity.*
11166
11167 VIVID VIRTUAL VIDEO DRIVER
11168 M:      Hans Verkuil <hverkuil@xs4all.nl>
11169 L:      linux-media@vger.kernel.org
11170 T:      git git://linuxtv.org/media_tree.git
11171 W:      http://linuxtv.org
11172 S:      Maintained
11173 F:      drivers/media/platform/vivid/*
11174
11175 VLAN (802.1Q)
11176 M:      Patrick McHardy <kaber@trash.net>
11177 L:      netdev@vger.kernel.org
11178 S:      Maintained
11179 F:      drivers/net/macvlan.c
11180 F:      include/linux/if_*vlan.h
11181 F:      net/8021q/
11182
11183 VLYNQ BUS
11184 M:      Florian Fainelli <florian@openwrt.org>
11185 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11186 S:      Maintained
11187 F:      drivers/vlynq/vlynq.c
11188 F:      include/linux/vlynq.h
11189
11190 VME SUBSYSTEM
11191 M:      Martyn Welch <martyn.welch@ge.com>
11192 M:      Manohar Vanga <manohar.vanga@gmail.com>
11193 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11194 L:      devel@driverdev.osuosl.org
11195 S:      Maintained
11196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11197 F:      Documentation/vme_api.txt
11198 F:      drivers/staging/vme/
11199 F:      drivers/vme/
11200 F:      include/linux/vme*
11201
11202 VMWARE HYPERVISOR INTERFACE
11203 M:      Alok Kataria <akataria@vmware.com>
11204 L:      virtualization@lists.linux-foundation.org
11205 S:      Supported
11206 F:      arch/x86/kernel/cpu/vmware.c
11207
11208 VMWARE BALLOON DRIVER
11209 M:      Xavier Deguillard <xdeguillard@vmware.com>
11210 M:      Philip Moltmann <moltmann@vmware.com>
11211 M:      "VMware, Inc." <pv-drivers@vmware.com>
11212 L:      linux-kernel@vger.kernel.org
11213 S:      Maintained
11214 F:      drivers/misc/vmw_balloon.c
11215
11216 VMWARE VMMOUSE SUBDRIVER
11217 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11218 M:      "VMware, Inc." <pv-drivers@vmware.com>
11219 L:      linux-input@vger.kernel.org
11220 S:      Maintained
11221 F:      drivers/input/mouse/vmmouse.c
11222 F:      drivers/input/mouse/vmmouse.h
11223
11224 VMWARE VMXNET3 ETHERNET DRIVER
11225 M:      Shrikrishna Khare <skhare@vmware.com>
11226 M:      "VMware, Inc." <pv-drivers@vmware.com>
11227 L:      netdev@vger.kernel.org
11228 S:      Maintained
11229 F:      drivers/net/vmxnet3/
11230
11231 VMware PVSCSI driver
11232 M:      Arvind Kumar <arvindkumar@vmware.com>
11233 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11234 L:      linux-scsi@vger.kernel.org
11235 S:      Maintained
11236 F:      drivers/scsi/vmw_pvscsi.c
11237 F:      drivers/scsi/vmw_pvscsi.h
11238
11239 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11240 M:      Liam Girdwood <lgirdwood@gmail.com>
11241 M:      Mark Brown <broonie@kernel.org>
11242 L:      linux-kernel@vger.kernel.org
11243 W:      http://opensource.wolfsonmicro.com/node/15
11244 W:      http://www.slimlogic.co.uk/?p=48
11245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11246 S:      Supported
11247 F:      drivers/regulator/
11248 F:      include/linux/regulator/
11249
11250 VRF
11251 M:      David Ahern <dsa@cumulusnetworks.com>
11252 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11253 L:      netdev@vger.kernel.org
11254 S:      Maintained
11255 F:      drivers/net/vrf.c
11256 F:      include/net/vrf.h
11257
11258 VT1211 HARDWARE MONITOR DRIVER
11259 M:      Juerg Haefliger <juergh@gmail.com>
11260 L:      lm-sensors@lm-sensors.org
11261 S:      Maintained
11262 F:      Documentation/hwmon/vt1211
11263 F:      drivers/hwmon/vt1211.c
11264
11265 VT8231 HARDWARE MONITOR DRIVER
11266 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11267 L:      lm-sensors@lm-sensors.org
11268 S:      Maintained
11269 F:      drivers/hwmon/vt8231.c
11270
11271 VUB300 USB to SDIO/SD/MMC bridge chip
11272 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11273 L:      linux-mmc@vger.kernel.org
11274 L:      linux-usb@vger.kernel.org
11275 S:      Supported
11276 F:      drivers/mmc/host/vub300.c
11277
11278 W1 DALLAS'S 1-WIRE BUS
11279 M:      Evgeniy Polyakov <zbr@ioremap.net>
11280 S:      Maintained
11281 F:      Documentation/w1/
11282 F:      drivers/w1/
11283
11284 W83791D HARDWARE MONITORING DRIVER
11285 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11286 L:      lm-sensors@lm-sensors.org
11287 S:      Maintained
11288 F:      Documentation/hwmon/w83791d
11289 F:      drivers/hwmon/w83791d.c
11290
11291 W83793 HARDWARE MONITORING DRIVER
11292 M:      Rudolf Marek <r.marek@assembler.cz>
11293 L:      lm-sensors@lm-sensors.org
11294 S:      Maintained
11295 F:      Documentation/hwmon/w83793
11296 F:      drivers/hwmon/w83793.c
11297
11298 W83795 HARDWARE MONITORING DRIVER
11299 M:      Jean Delvare <jdelvare@suse.com>
11300 L:      lm-sensors@lm-sensors.org
11301 S:      Maintained
11302 F:      drivers/hwmon/w83795.c
11303
11304 W83L51xD SD/MMC CARD INTERFACE DRIVER
11305 M:      Pierre Ossman <pierre@ossman.eu>
11306 S:      Maintained
11307 F:      drivers/mmc/host/wbsd.*
11308
11309 WACOM PROTOCOL 4 SERIAL TABLETS
11310 M:      Julian Squires <julian@cipht.net>
11311 M:      Hans de Goede <hdegoede@redhat.com>
11312 L:      linux-input@vger.kernel.org
11313 S:      Maintained
11314 F:      drivers/input/tablet/wacom_serial4.c
11315
11316 WATCHDOG DEVICE DRIVERS
11317 M:      Wim Van Sebroeck <wim@iguana.be>
11318 L:      linux-watchdog@vger.kernel.org
11319 W:      http://www.linux-watchdog.org/
11320 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11321 S:      Maintained
11322 F:      Documentation/watchdog/
11323 F:      drivers/watchdog/
11324 F:      include/linux/watchdog.h
11325 F:      include/uapi/linux/watchdog.h
11326
11327 WD7000 SCSI DRIVER
11328 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11329 L:      linux-scsi@vger.kernel.org
11330 S:      Maintained
11331 F:      drivers/scsi/wd7000.c
11332
11333 WIIMOTE HID DRIVER
11334 M:      David Herrmann <dh.herrmann@googlemail.com>
11335 L:      linux-input@vger.kernel.org
11336 S:      Maintained
11337 F:      drivers/hid/hid-wiimote*
11338
11339 WINBOND CIR DRIVER
11340 M:      David Härdeman <david@hardeman.nu>
11341 S:      Maintained
11342 F:      drivers/media/rc/winbond-cir.c
11343
11344 WIMAX STACK
11345 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11346 M:      linux-wimax@intel.com
11347 L:      wimax@linuxwimax.org (subscribers-only)
11348 S:      Supported
11349 W:      http://linuxwimax.org
11350 F:      Documentation/wimax/README.wimax
11351 F:      include/linux/wimax/debug.h
11352 F:      include/net/wimax.h
11353 F:      include/uapi/linux/wimax.h
11354 F:      net/wimax/
11355
11356 WISTRON LAPTOP BUTTON DRIVER
11357 M:      Miloslav Trmac <mitr@volny.cz>
11358 S:      Maintained
11359 F:      drivers/input/misc/wistron_btns.c
11360
11361 WL3501 WIRELESS PCMCIA CARD DRIVER
11362 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11363 L:      linux-wireless@vger.kernel.org
11364 W:      http://oops.ghostprotocols.net:81/blog
11365 S:      Maintained
11366 F:      drivers/net/wireless/wl3501*
11367
11368 WM97XX TOUCHSCREEN DRIVERS
11369 M:      Mark Brown <broonie@kernel.org>
11370 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11371 L:      linux-input@vger.kernel.org
11372 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11373 W:      http://opensource.wolfsonmicro.com/node/7
11374 S:      Supported
11375 F:      drivers/input/touchscreen/*wm97*
11376 F:      include/linux/wm97xx.h
11377
11378 WOLFSON MICROELECTRONICS DRIVERS
11379 L:      patches@opensource.wolfsonmicro.com
11380 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11381 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11382 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11383 S:      Supported
11384 F:      Documentation/hwmon/wm83??
11385 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11386 F:      drivers/clk/clk-wm83*.c
11387 F:      drivers/extcon/extcon-arizona.c
11388 F:      drivers/leds/leds-wm83*.c
11389 F:      drivers/gpio/gpio-*wm*.c
11390 F:      drivers/gpio/gpio-arizona.c
11391 F:      drivers/hwmon/wm83??-hwmon.c
11392 F:      drivers/input/misc/wm831x-on.c
11393 F:      drivers/input/touchscreen/wm831x-ts.c
11394 F:      drivers/input/touchscreen/wm97*.c
11395 F:      drivers/mfd/arizona*
11396 F:      drivers/mfd/wm*.c
11397 F:      drivers/power/wm83*.c
11398 F:      drivers/rtc/rtc-wm83*.c
11399 F:      drivers/regulator/wm8*.c
11400 F:      drivers/video/backlight/wm83*_bl.c
11401 F:      drivers/watchdog/wm83*_wdt.c
11402 F:      include/linux/mfd/arizona/
11403 F:      include/linux/mfd/wm831x/
11404 F:      include/linux/mfd/wm8350/
11405 F:      include/linux/mfd/wm8400*
11406 F:      include/linux/wm97xx.h
11407 F:      include/sound/wm????.h
11408 F:      sound/soc/codecs/arizona.?
11409 F:      sound/soc/codecs/wm*
11410
11411 WORKQUEUE
11412 M:      Tejun Heo <tj@kernel.org>
11413 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11415 S:      Maintained
11416 F:      include/linux/workqueue.h
11417 F:      kernel/workqueue.c
11418 F:      Documentation/workqueue.txt
11419
11420 X.25 NETWORK LAYER
11421 M:      Andrew Hendry <andrew.hendry@gmail.com>
11422 L:      linux-x25@vger.kernel.org
11423 S:      Odd Fixes
11424 F:      Documentation/networking/x25*
11425 F:      include/net/x25*
11426 F:      net/x25/
11427
11428 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11429 M:      Thomas Gleixner <tglx@linutronix.de>
11430 M:      Ingo Molnar <mingo@redhat.com>
11431 M:      "H. Peter Anvin" <hpa@zytor.com>
11432 M:      x86@kernel.org
11433 L:      linux-kernel@vger.kernel.org
11434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11435 S:      Maintained
11436 F:      Documentation/x86/
11437 F:      arch/x86/
11438
11439 X86 PLATFORM DRIVERS
11440 M:      Darren Hart <dvhart@infradead.org>
11441 L:      platform-driver-x86@vger.kernel.org
11442 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11443 S:      Maintained
11444 F:      drivers/platform/x86/
11445
11446 X86 MCE INFRASTRUCTURE
11447 M:      Tony Luck <tony.luck@intel.com>
11448 M:      Borislav Petkov <bp@alien8.de>
11449 L:      linux-edac@vger.kernel.org
11450 S:      Maintained
11451 F:      arch/x86/kernel/cpu/mcheck/*
11452
11453 X86 VDSO
11454 M:      Andy Lutomirski <luto@amacapital.net>
11455 L:      linux-kernel@vger.kernel.org
11456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11457 S:      Maintained
11458 F:      arch/x86/entry/vdso/
11459
11460 XC2028/3028 TUNER DRIVER
11461 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11462 L:      linux-media@vger.kernel.org
11463 W:      http://linuxtv.org
11464 T:      git git://linuxtv.org/media_tree.git
11465 S:      Maintained
11466 F:      drivers/media/tuners/tuner-xc2028.*
11467
11468 XEN HYPERVISOR INTERFACE
11469 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11470 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11471 M:      David Vrabel <david.vrabel@citrix.com>
11472 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11474 S:      Supported
11475 F:      arch/x86/xen/
11476 F:      drivers/*/xen-*front.c
11477 F:      drivers/xen/
11478 F:      arch/x86/include/asm/xen/
11479 F:      include/xen/
11480 F:      include/uapi/xen/
11481
11482 XEN HYPERVISOR ARM
11483 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11484 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11485 S:      Supported
11486 F:      arch/arm/xen/
11487 F:      arch/arm/include/asm/xen/
11488
11489 XEN HYPERVISOR ARM64
11490 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11491 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11492 S:      Supported
11493 F:      arch/arm64/xen/
11494 F:      arch/arm64/include/asm/xen/
11495
11496 XEN NETWORK BACKEND DRIVER
11497 M:      Ian Campbell <ian.campbell@citrix.com>
11498 M:      Wei Liu <wei.liu2@citrix.com>
11499 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11500 L:      netdev@vger.kernel.org
11501 S:      Supported
11502 F:      drivers/net/xen-netback/*
11503
11504 XEN PCI SUBSYSTEM
11505 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11506 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11507 S:      Supported
11508 F:      arch/x86/pci/*xen*
11509 F:      drivers/pci/*xen*
11510
11511 XEN BLOCK SUBSYSTEM
11512 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11513 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11514 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11515 S:      Supported
11516 F:      drivers/block/xen-blkback/*
11517 F:      drivers/block/xen*
11518
11519 XEN PVSCSI DRIVERS
11520 M:      Juergen Gross <jgross@suse.com>
11521 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11522 L:      linux-scsi@vger.kernel.org
11523 S:      Supported
11524 F:      drivers/scsi/xen-scsifront.c
11525 F:      drivers/xen/xen-scsiback.c
11526 F:      include/xen/interface/io/vscsiif.h
11527
11528 XEN SWIOTLB SUBSYSTEM
11529 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11530 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11531 S:      Supported
11532 F:      arch/x86/xen/*swiotlb*
11533 F:      drivers/xen/*swiotlb*
11534
11535 XFS FILESYSTEM
11536 P:      Silicon Graphics Inc
11537 M:      Dave Chinner <david@fromorbit.com>
11538 M:      xfs@oss.sgi.com
11539 L:      xfs@oss.sgi.com
11540 W:      http://oss.sgi.com/projects/xfs
11541 T:      git git://oss.sgi.com/xfs/xfs.git
11542 S:      Supported
11543 F:      Documentation/filesystems/xfs.txt
11544 F:      fs/xfs/
11545
11546 XILINX AXI ETHERNET DRIVER
11547 M:      Anirudha Sarangi <anirudh@xilinx.com>
11548 M:      John Linn <John.Linn@xilinx.com>
11549 S:      Maintained
11550 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11551
11552 XILINX UARTLITE SERIAL DRIVER
11553 M:      Peter Korsgaard <jacmet@sunsite.dk>
11554 L:      linux-serial@vger.kernel.org
11555 S:      Maintained
11556 F:      drivers/tty/serial/uartlite.c
11557
11558 XILINX VIDEO IP CORES
11559 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11560 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11561 L:      linux-media@vger.kernel.org
11562 T:      git git://linuxtv.org/media_tree.git
11563 S:      Supported
11564 F:      Documentation/devicetree/bindings/media/xilinx/
11565 F:      drivers/media/platform/xilinx/
11566 F:      include/uapi/linux/xilinx-v4l2-controls.h
11567
11568 XILLYBUS DRIVER
11569 M:      Eli Billauer <eli.billauer@gmail.com>
11570 L:      linux-kernel@vger.kernel.org
11571 S:      Supported
11572 F:      drivers/char/xillybus/
11573
11574 XTENSA XTFPGA PLATFORM SUPPORT
11575 M:      Max Filippov <jcmvbkbc@gmail.com>
11576 L:      linux-xtensa@linux-xtensa.org
11577 S:      Maintained
11578 F:      drivers/spi/spi-xtensa-xtfpga.c
11579 F:      sound/soc/xtensa/xtfpga-i2s.c
11580
11581 YAM DRIVER FOR AX.25
11582 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11583 L:      linux-hams@vger.kernel.org
11584 S:      Maintained
11585 F:      drivers/net/hamradio/yam*
11586 F:      include/linux/yam.h
11587
11588 YEALINK PHONE DRIVER
11589 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11590 L:      usbb2k-api-dev@nongnu.org
11591 S:      Maintained
11592 F:      Documentation/input/yealink.txt
11593 F:      drivers/input/misc/yealink.*
11594
11595 Z8530 DRIVER FOR AX.25
11596 M:      Joerg Reuter <jreuter@yaina.de>
11597 W:      http://yaina.de/jreuter/
11598 W:      http://www.qsl.net/dl1bke/
11599 L:      linux-hams@vger.kernel.org
11600 S:      Maintained
11601 F:      Documentation/networking/z8530drv.txt
11602 F:      drivers/net/hamradio/*scc.c
11603 F:      drivers/net/hamradio/z8530.h
11604
11605 ZBUD COMPRESSED PAGE ALLOCATOR
11606 M:      Seth Jennings <sjennings@variantweb.net>
11607 L:      linux-mm@kvack.org
11608 S:      Maintained
11609 F:      mm/zbud.c
11610 F:      include/linux/zbud.h
11611
11612 ZD1211RW WIRELESS DRIVER
11613 M:      Daniel Drake <dsd@gentoo.org>
11614 M:      Ulrich Kunitz <kune@deine-taler.de>
11615 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11616 L:      linux-wireless@vger.kernel.org
11617 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11618 S:      Maintained
11619 F:      drivers/net/wireless/zd1211rw/
11620
11621 ZPOOL COMPRESSED PAGE STORAGE API
11622 M:      Dan Streetman <ddstreet@ieee.org>
11623 L:      linux-mm@kvack.org
11624 S:      Maintained
11625 F:      mm/zpool.c
11626 F:      include/linux/zpool.h
11627
11628 ZR36067 VIDEO FOR LINUX DRIVER
11629 L:      mjpeg-users@lists.sourceforge.net
11630 L:      linux-media@vger.kernel.org
11631 W:      http://mjpeg.sourceforge.net/driver-zoran/
11632 T:      hg http://linuxtv.org/hg/v4l-dvb
11633 S:      Odd Fixes
11634 F:      drivers/media/pci/zoran/
11635
11636 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11637 M:      Minchan Kim <minchan@kernel.org>
11638 M:      Nitin Gupta <ngupta@vflare.org>
11639 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11640 L:      linux-kernel@vger.kernel.org
11641 S:      Maintained
11642 F:      drivers/block/zram/
11643 F:      Documentation/blockdev/zram.txt
11644
11645 ZS DECSTATION Z85C30 SERIAL DRIVER
11646 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11647 S:      Maintained
11648 F:      drivers/tty/serial/zs.*
11649
11650 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11651 M:      Minchan Kim <minchan@kernel.org>
11652 M:      Nitin Gupta <ngupta@vflare.org>
11653 L:      linux-mm@kvack.org
11654 S:      Maintained
11655 F:      mm/zsmalloc.c
11656 F:      include/linux/zsmalloc.h
11657 F:      Documentation/vm/zsmalloc.txt
11658
11659 ZSWAP COMPRESSED SWAP CACHING
11660 M:      Seth Jennings <sjennings@variantweb.net>
11661 L:      linux-mm@kvack.org
11662 S:      Maintained
11663 F:      mm/zswap.c
11664
11665 THE REST
11666 M:      Linus Torvalds <torvalds@linux-foundation.org>
11667 L:      linux-kernel@vger.kernel.org
11668 Q:      http://patchwork.kernel.org/project/LKML/list/
11669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11670 S:      Buried alive in reporters
11671 F:      *
11672 F:      */