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