gpio: pch: Optimize pch_gpio_get()
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDI-48 GPIO DRIVER
244 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L:      linux-gpio@vger.kernel.org
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-idi-48.c
248
249 ACCES 104-IDIO-16 GPIO DRIVER
250 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
251 L:      linux-gpio@vger.kernel.org
252 S:      Maintained
253 F:      drivers/gpio/gpio-104-idio-16.c
254
255 ACENIC DRIVER
256 M:      Jes Sorensen <jes@trained-monkey.org>
257 L:      linux-acenic@sunsite.dk
258 S:      Maintained
259 F:      drivers/net/ethernet/alteon/acenic*
260
261 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
262 M:      Peter Feuerer <peter@piie.net>
263 L:      platform-driver-x86@vger.kernel.org
264 W:      http://piie.net/?section=acerhdf
265 S:      Maintained
266 F:      drivers/platform/x86/acerhdf.c
267
268 ACER WMI LAPTOP EXTRAS
269 M:      "Lee, Chun-Yi" <jlee@suse.com>
270 L:      platform-driver-x86@vger.kernel.org
271 S:      Maintained
272 F:      drivers/platform/x86/acer-wmi.c
273
274 ACPI
275 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
276 M:      Len Brown <lenb@kernel.org>
277 L:      linux-acpi@vger.kernel.org
278 W:      https://01.org/linux-acpi
279 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
281 S:      Supported
282 F:      drivers/acpi/
283 F:      drivers/pnp/pnpacpi/
284 F:      include/linux/acpi.h
285 F:      include/acpi/
286 F:      Documentation/acpi/
287 F:      Documentation/ABI/testing/sysfs-bus-acpi
288 F:      drivers/pci/*acpi*
289 F:      drivers/pci/*/*acpi*
290 F:      drivers/pci/*/*/*acpi*
291 F:      tools/power/acpi/
292
293 ACPI COMPONENT ARCHITECTURE (ACPICA)
294 M:      Robert Moore <robert.moore@intel.com>
295 M:      Lv Zheng <lv.zheng@intel.com>
296 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 L:      devel@acpica.org
299 W:      https://acpica.org/
300 W:      https://github.com/acpica/acpica/
301 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
303 S:      Supported
304 F:      drivers/acpi/acpica/
305 F:      include/acpi/
306 F:      tools/power/acpi/
307
308 ACPI FAN DRIVER
309 M:      Zhang Rui <rui.zhang@intel.com>
310 L:      linux-acpi@vger.kernel.org
311 W:      https://01.org/linux-acpi
312 S:      Supported
313 F:      drivers/acpi/fan.c
314
315 ACPI THERMAL DRIVER
316 M:      Zhang Rui <rui.zhang@intel.com>
317 L:      linux-acpi@vger.kernel.org
318 W:      https://01.org/linux-acpi
319 S:      Supported
320 F:      drivers/acpi/*thermal*
321
322 ACPI VIDEO DRIVER
323 M:      Zhang Rui <rui.zhang@intel.com>
324 L:      linux-acpi@vger.kernel.org
325 W:      https://01.org/linux-acpi
326 S:      Supported
327 F:      drivers/acpi/acpi_video.c
328
329 ACPI WMI DRIVER
330 L:      platform-driver-x86@vger.kernel.org
331 S:      Orphan
332 F:      drivers/platform/x86/wmi.c
333
334 AD1889 ALSA SOUND DRIVER
335 M:      Thibaut Varene <T-Bone@parisc-linux.org>
336 W:      http://wiki.parisc-linux.org/AD1889
337 L:      linux-parisc@vger.kernel.org
338 S:      Maintained
339 F:      sound/pci/ad1889.*
340
341 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
342 M:      Michael Hennerich <michael.hennerich@analog.com>
343 W:      http://wiki.analog.com/AD5254
344 W:      http://ez.analog.com/community/linux-device-drivers
345 S:      Supported
346 F:      drivers/misc/ad525x_dpot.c
347
348 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
349 M:      Michael Hennerich <michael.hennerich@analog.com>
350 W:      http://wiki.analog.com/AD5398
351 W:      http://ez.analog.com/community/linux-device-drivers
352 S:      Supported
353 F:      drivers/regulator/ad5398.c
354
355 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
356 M:      Michael Hennerich <michael.hennerich@analog.com>
357 W:      http://wiki.analog.com/AD7142
358 W:      http://ez.analog.com/community/linux-device-drivers
359 S:      Supported
360 F:      drivers/input/misc/ad714x.c
361
362 AD7877 TOUCHSCREEN DRIVER
363 M:      Michael Hennerich <michael.hennerich@analog.com>
364 W:      http://wiki.analog.com/AD7877
365 W:      http://ez.analog.com/community/linux-device-drivers
366 S:      Supported
367 F:      drivers/input/touchscreen/ad7877.c
368
369 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
370 M:      Michael Hennerich <michael.hennerich@analog.com>
371 W:      http://wiki.analog.com/AD7879
372 W:      http://ez.analog.com/community/linux-device-drivers
373 S:      Supported
374 F:      drivers/input/touchscreen/ad7879.c
375
376 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
377 M:      Jiri Kosina <jikos@kernel.org>
378 S:      Maintained
379
380 ADM1025 HARDWARE MONITOR DRIVER
381 M:      Jean Delvare <jdelvare@suse.com>
382 L:      lm-sensors@lm-sensors.org
383 S:      Maintained
384 F:      Documentation/hwmon/adm1025
385 F:      drivers/hwmon/adm1025.c
386
387 ADM1029 HARDWARE MONITOR DRIVER
388 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
389 L:      lm-sensors@lm-sensors.org
390 S:      Maintained
391 F:      drivers/hwmon/adm1029.c
392
393 ADM8211 WIRELESS DRIVER
394 L:      linux-wireless@vger.kernel.org
395 W:      http://wireless.kernel.org/
396 S:      Orphan
397 F:      drivers/net/wireless/adm8211.*
398
399 ADP1653 FLASH CONTROLLER DRIVER
400 M:      Sakari Ailus <sakari.ailus@iki.fi>
401 L:      linux-media@vger.kernel.org
402 S:      Maintained
403 F:      drivers/media/i2c/adp1653.c
404 F:      include/media/adp1653.h
405
406 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
407 M:      Michael Hennerich <michael.hennerich@analog.com>
408 W:      http://wiki.analog.com/ADP5520
409 W:      http://ez.analog.com/community/linux-device-drivers
410 S:      Supported
411 F:      drivers/mfd/adp5520.c
412 F:      drivers/video/backlight/adp5520_bl.c
413 F:      drivers/leds/leds-adp5520.c
414 F:      drivers/gpio/gpio-adp5520.c
415 F:      drivers/input/keyboard/adp5520-keys.c
416
417 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
418 M:      Michael Hennerich <michael.hennerich@analog.com>
419 W:      http://wiki.analog.com/ADP5588
420 W:      http://ez.analog.com/community/linux-device-drivers
421 S:      Supported
422 F:      drivers/input/keyboard/adp5588-keys.c
423 F:      drivers/gpio/gpio-adp5588.c
424
425 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
426 M:      Michael Hennerich <michael.hennerich@analog.com>
427 W:      http://wiki.analog.com/ADP8860
428 W:      http://ez.analog.com/community/linux-device-drivers
429 S:      Supported
430 F:      drivers/video/backlight/adp8860_bl.c
431
432 ADS1015 HARDWARE MONITOR DRIVER
433 M:      Dirk Eibach <eibach@gdsys.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/ads1015
437 F:      drivers/hwmon/ads1015.c
438 F:      include/linux/i2c/ads1015.h
439
440 ADT746X FAN DRIVER
441 M:      Colin Leroy <colin@colino.net>
442 S:      Maintained
443 F:      drivers/macintosh/therm_adt746x.c
444
445 ADT7475 HARDWARE MONITOR DRIVER
446 M:      Jean Delvare <jdelvare@suse.com>
447 L:      lm-sensors@lm-sensors.org
448 S:      Maintained
449 F:      Documentation/hwmon/adt7475
450 F:      drivers/hwmon/adt7475.c
451
452 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
453 M:      Michael Hennerich <michael.hennerich@analog.com>
454 W:      http://wiki.analog.com/ADXL345
455 W:      http://ez.analog.com/community/linux-device-drivers
456 S:      Supported
457 F:      drivers/input/misc/adxl34x.c
458
459 ADVANSYS SCSI DRIVER
460 M:      Matthew Wilcox <matthew@wil.cx>
461 M:      Hannes Reinecke <hare@suse.com>
462 L:      linux-scsi@vger.kernel.org
463 S:      Maintained
464 F:      Documentation/scsi/advansys.txt
465 F:      drivers/scsi/advansys.c
466
467 AEDSP16 DRIVER
468 M:      Riccardo Facchetti <fizban@tin.it>
469 S:      Maintained
470 F:      sound/oss/aedsp16.c
471
472 AF9013 MEDIA DRIVER
473 M:      Antti Palosaari <crope@iki.fi>
474 L:      linux-media@vger.kernel.org
475 W:      http://linuxtv.org/
476 W:      http://palosaari.fi/linux/
477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
478 T:      git git://linuxtv.org/anttip/media_tree.git
479 S:      Maintained
480 F:      drivers/media/dvb-frontends/af9013*
481
482 AF9033 MEDIA DRIVER
483 M:      Antti Palosaari <crope@iki.fi>
484 L:      linux-media@vger.kernel.org
485 W:      http://linuxtv.org/
486 W:      http://palosaari.fi/linux/
487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
488 T:      git git://linuxtv.org/anttip/media_tree.git
489 S:      Maintained
490 F:      drivers/media/dvb-frontends/af9033*
491
492 AFFS FILE SYSTEM
493 L:      linux-fsdevel@vger.kernel.org
494 S:      Orphan
495 F:      Documentation/filesystems/affs.txt
496 F:      fs/affs/
497
498 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
499 M:      David Howells <dhowells@redhat.com>
500 L:      linux-afs@lists.infradead.org
501 S:      Supported
502 F:      fs/afs/
503 F:      include/net/af_rxrpc.h
504 F:      net/rxrpc/af_rxrpc.c
505
506 AGPGART DRIVER
507 M:      David Airlie <airlied@linux.ie>
508 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
509 S:      Maintained
510 F:      drivers/char/agp/
511 F:      include/linux/agp*
512 F:      include/uapi/linux/agp*
513
514 AHA152X SCSI DRIVER
515 M:      "Juergen E. Fischer" <fischer@norbit.de>
516 L:      linux-scsi@vger.kernel.org
517 S:      Maintained
518 F:      drivers/scsi/aha152x*
519 F:      drivers/scsi/pcmcia/aha152x*
520
521 AIC7XXX / AIC79XX SCSI DRIVER
522 M:      Hannes Reinecke <hare@suse.com>
523 L:      linux-scsi@vger.kernel.org
524 S:      Maintained
525 F:      drivers/scsi/aic7xxx/
526
527 AIMSLAB FM RADIO RECEIVER DRIVER
528 M:      Hans Verkuil <hverkuil@xs4all.nl>
529 L:      linux-media@vger.kernel.org
530 T:      git git://linuxtv.org/media_tree.git
531 W:      http://linuxtv.org
532 S:      Maintained
533 F:      drivers/media/radio/radio-aimslab*
534
535 AIO
536 M:      Benjamin LaHaise <bcrl@kvack.org>
537 L:      linux-aio@kvack.org
538 S:      Supported
539 F:      fs/aio.c
540 F:      include/linux/*aio*.h
541
542 AIRSPY MEDIA DRIVER
543 M:      Antti Palosaari <crope@iki.fi>
544 L:      linux-media@vger.kernel.org
545 W:      http://linuxtv.org/
546 W:      http://palosaari.fi/linux/
547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
548 T:      git git://linuxtv.org/anttip/media_tree.git
549 S:      Maintained
550 F:      drivers/media/usb/airspy/
551
552 ALCATEL SPEEDTOUCH USB DRIVER
553 M:      Duncan Sands <duncan.sands@free.fr>
554 L:      linux-usb@vger.kernel.org
555 W:      http://www.linux-usb.org/SpeedTouch/
556 S:      Maintained
557 F:      drivers/usb/atm/speedtch.c
558 F:      drivers/usb/atm/usbatm.c
559
560 ALCHEMY AU1XX0 MMC DRIVER
561 M:      Manuel Lauss <manuel.lauss@gmail.com>
562 S:      Maintained
563 F:      drivers/mmc/host/au1xmmc.c
564
565 ALI1563 I2C DRIVER
566 M:      Rudolf Marek <r.marek@assembler.cz>
567 L:      linux-i2c@vger.kernel.org
568 S:      Maintained
569 F:      Documentation/i2c/busses/i2c-ali1563
570 F:      drivers/i2c/busses/i2c-ali1563.c
571
572 ALLWINNER SECURITY SYSTEM
573 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
574 L:      linux-crypto@vger.kernel.org
575 S:      Maintained
576 F:      drivers/crypto/sunxi-ss/
577
578 ALPHA PORT
579 M:      Richard Henderson <rth@twiddle.net>
580 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
581 M:      Matt Turner <mattst88@gmail.com>
582 S:      Odd Fixes
583 L:      linux-alpha@vger.kernel.org
584 F:      arch/alpha/
585
586 ALTERA MAILBOX DRIVER
587 M:      Ley Foon Tan <lftan@altera.com>
588 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
589 S:      Maintained
590 F:      drivers/mailbox/mailbox-altera.c
591
592 ALTERA PIO DRIVER
593 M:      Tien Hock Loh <thloh@altera.com>
594 L:      linux-gpio@vger.kernel.org
595 S:      Maintained
596 F:      drivers/gpio/gpio-altera.c
597
598 ALTERA TRIPLE SPEED ETHERNET DRIVER
599 M:      Vince Bridgers <vbridger@opensource.altera.com>
600 L:      netdev@vger.kernel.org
601 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602 S:      Maintained
603 F:      drivers/net/ethernet/altera/
604
605 ALTERA UART/JTAG UART SERIAL DRIVERS
606 M:      Tobias Klauser <tklauser@distanz.ch>
607 L:      linux-serial@vger.kernel.org
608 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
609 S:      Maintained
610 F:      drivers/tty/serial/altera_uart.c
611 F:      drivers/tty/serial/altera_jtaguart.c
612 F:      include/linux/altera_uart.h
613 F:      include/linux/altera_jtaguart.h
614
615 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
616 M:      Tom Lendacky <thomas.lendacky@amd.com>
617 L:      linux-crypto@vger.kernel.org
618 S:      Supported
619 F:      drivers/crypto/ccp/
620 F:      include/linux/ccp.h
621
622 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
623 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
624 L:      lm-sensors@lm-sensors.org
625 S:      Maintained
626 F:      Documentation/hwmon/fam15h_power
627 F:      drivers/hwmon/fam15h_power.c
628
629 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
630 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
631 S:      Orphan
632 F:      drivers/usb/gadget/udc/amd5536udc.*
633
634 AMD GEODE PROCESSOR/CHIPSET SUPPORT
635 P:      Andres Salomon <dilinger@queued.net>
636 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
637 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
638 S:      Supported
639 F:      drivers/char/hw_random/geode-rng.c
640 F:      drivers/crypto/geode*
641 F:      drivers/video/fbdev/geode/
642 F:      arch/x86/include/asm/geode.h
643
644 AMD IOMMU (AMD-VI)
645 M:      Joerg Roedel <joro@8bytes.org>
646 L:      iommu@lists.linux-foundation.org
647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
648 S:      Maintained
649 F:      drivers/iommu/amd_iommu*.[ch]
650 F:      include/linux/amd-iommu.h
651
652 AMD KFD
653 M:      Oded Gabbay <oded.gabbay@gmail.com>
654 L:      dri-devel@lists.freedesktop.org
655 T:      git git://people.freedesktop.org/~gabbayo/linux.git
656 S:      Supported
657 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
658 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
659 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
660 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
661 F:      drivers/gpu/drm/amd/amdkfd/
662 F:      drivers/gpu/drm/amd/include/cik_structs.h
663 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
664 F:      drivers/gpu/drm/amd/include/vi_structs.h
665 F:      drivers/gpu/drm/radeon/radeon_kfd.c
666 F:      drivers/gpu/drm/radeon/radeon_kfd.h
667 F:      include/uapi/linux/kfd_ioctl.h
668
669 AMD XGBE DRIVER
670 M:      Tom Lendacky <thomas.lendacky@amd.com>
671 L:      netdev@vger.kernel.org
672 S:      Supported
673 F:      drivers/net/ethernet/amd/xgbe/
674
675 AMS (Apple Motion Sensor) DRIVER
676 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
677 S:      Supported
678 F:      drivers/macintosh/ams/
679
680 AMSO1100 RNIC DRIVER
681 M:      Tom Tucker <tom@opengridcomputing.com>
682 M:      Steve Wise <swise@opengridcomputing.com>
683 L:      linux-rdma@vger.kernel.org
684 S:      Maintained
685 F:      drivers/infiniband/hw/amso1100/
686
687 ANALOG DEVICES INC AD9389B DRIVER
688 M:      Hans Verkuil <hans.verkuil@cisco.com>
689 L:      linux-media@vger.kernel.org
690 S:      Maintained
691 F:      drivers/media/i2c/ad9389b*
692
693 ANALOG DEVICES INC ADV7180 DRIVER
694 M:      Lars-Peter Clausen <lars@metafoo.de>
695 L:      linux-media@vger.kernel.org
696 W:      http://ez.analog.com/community/linux-device-drivers
697 S:      Supported
698 F:      drivers/media/i2c/adv7180.c
699
700 ANALOG DEVICES INC ADV7511 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7511*
705
706 ANALOG DEVICES INC ADV7604 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7604*
711
712 ANALOG DEVICES INC ADV7842 DRIVER
713 M:      Hans Verkuil <hans.verkuil@cisco.com>
714 L:      linux-media@vger.kernel.org
715 S:      Maintained
716 F:      drivers/media/i2c/adv7842*
717
718 ANALOG DEVICES INC ASOC CODEC DRIVERS
719 M:      Lars-Peter Clausen <lars@metafoo.de>
720 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
721 W:      http://wiki.analog.com/
722 W:      http://ez.analog.com/community/linux-device-drivers
723 S:      Supported
724 F:      sound/soc/codecs/adau*
725 F:      sound/soc/codecs/adav*
726 F:      sound/soc/codecs/ad1*
727 F:      sound/soc/codecs/ad7*
728 F:      sound/soc/codecs/ssm*
729 F:      sound/soc/codecs/sigmadsp.*
730
731 ANALOG DEVICES INC ASOC DRIVERS
732 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
733 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
734 W:      http://blackfin.uclinux.org/
735 S:      Supported
736 F:      sound/soc/blackfin/*
737
738 ANALOG DEVICES INC IIO DRIVERS
739 M:      Lars-Peter Clausen <lars@metafoo.de>
740 M:      Michael Hennerich <Michael.Hennerich@analog.com>
741 W:      http://wiki.analog.com/
742 W:      http://ez.analog.com/community/linux-device-drivers
743 S:      Supported
744 F:      drivers/iio/*/ad*
745 X:      drivers/iio/*/adjd*
746 F:      drivers/staging/iio/*/ad*
747 F:      staging/iio/trigger/iio-trig-bfin-timer.c
748
749 ANALOG DEVICES INC DMA DRIVERS
750 M:      Lars-Peter Clausen <lars@metafoo.de>
751 W:      http://ez.analog.com/community/linux-device-drivers
752 S:      Supported
753 F:      drivers/dma/dma-axi-dmac.c
754
755 ANDROID DRIVERS
756 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
757 M:      Arve HjønnevĂ¥g <arve@android.com>
758 M:      Riley Andrews <riandrews@android.com>
759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
760 L:      devel@driverdev.osuosl.org
761 S:      Supported
762 F:      drivers/android/
763 F:      drivers/staging/android/
764
765 AOA (Apple Onboard Audio) ALSA DRIVER
766 M:      Johannes Berg <johannes@sipsolutions.net>
767 L:      linuxppc-dev@lists.ozlabs.org
768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
769 S:      Maintained
770 F:      sound/aoa/
771
772 APM DRIVER
773 M:      Jiri Kosina <jikos@kernel.org>
774 S:      Odd fixes
775 F:      arch/x86/kernel/apm_32.c
776 F:      include/linux/apm_bios.h
777 F:      include/uapi/linux/apm_bios.h
778 F:      drivers/char/apm-emulation.c
779
780 APPLE BCM5974 MULTITOUCH DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      linux-input@vger.kernel.org
783 S:      Odd fixes
784 F:      drivers/input/mouse/bcm5974.c
785
786 APPLE SMC DRIVER
787 M:      Henrik Rydberg <rydberg@bitmath.org>
788 L:      lm-sensors@lm-sensors.org
789 S:      Odd fixes
790 F:      drivers/hwmon/applesmc.c
791
792 APPLETALK NETWORK LAYER
793 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
794 S:      Maintained
795 F:      drivers/net/appletalk/
796 F:      net/appletalk/
797
798 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
799 M:      Duc Dang <dhdang@apm.com>
800 S:      Supported
801 F:      arch/arm64/boot/dts/apm/
802
803 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
804 M:      Iyappan Subramanian <isubramanian@apm.com>
805 M:      Keyur Chudgar <kchudgar@apm.com>
806 S:      Supported
807 F:      drivers/net/ethernet/apm/xgene/
808 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
809
810 APTINA CAMERA SENSOR PLL
811 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
812 L:      linux-media@vger.kernel.org
813 S:      Maintained
814 F:      drivers/media/i2c/aptina-pll.*
815
816 ARC FRAMEBUFFER DRIVER
817 M:      Jaya Kumar <jayalk@intworks.biz>
818 S:      Maintained
819 F:      drivers/video/fbdev/arcfb.c
820 F:      drivers/video/fbdev/core/fb_defio.c
821
822 ARCNET NETWORK LAYER
823 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
824 L:      netdev@vger.kernel.org
825 S:      Maintained
826 F:      drivers/net/arcnet/
827 F:      include/uapi/linux/if_arcnet.h
828
829 ARM MFM AND FLOPPY DRIVERS
830 M:      Ian Molton <spyro@f2s.com>
831 S:      Maintained
832 F:      arch/arm/lib/floppydma.S
833 F:      arch/arm/include/asm/floppy.h
834
835 ARM PMU PROFILING AND DEBUGGING
836 M:      Will Deacon <will.deacon@arm.com>
837 R:      Mark Rutland <mark.rutland@arm.com>
838 S:      Maintained
839 F:      arch/arm*/kernel/perf_*
840 F:      arch/arm/oprofile/common.c
841 F:      arch/arm*/kernel/hw_breakpoint.c
842 F:      arch/arm*/include/asm/hw_breakpoint.h
843 F:      arch/arm*/include/asm/perf_event.h
844 F:      drivers/perf/arm_pmu.c
845 F:      include/linux/perf/arm_pmu.h
846
847 ARM PORT
848 M:      Russell King <linux@arm.linux.org.uk>
849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
850 W:      http://www.arm.linux.org.uk/
851 S:      Maintained
852 F:      arch/arm/
853
854 ARM SUB-ARCHITECTURES
855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
856 S:      Maintained
857 F:      arch/arm/mach-*/
858 F:      arch/arm/plat-*/
859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
860
861 ARM PRIMECELL AACI PL041 DRIVER
862 M:      Russell King <linux@arm.linux.org.uk>
863 S:      Maintained
864 F:      sound/arm/aaci.*
865
866 ARM PRIMECELL CLCD PL110 DRIVER
867 M:      Russell King <linux@arm.linux.org.uk>
868 S:      Maintained
869 F:      drivers/video/fbdev/amba-clcd.*
870
871 ARM PRIMECELL KMI PL050 DRIVER
872 M:      Russell King <linux@arm.linux.org.uk>
873 S:      Maintained
874 F:      drivers/input/serio/ambakmi.*
875 F:      include/linux/amba/kmi.h
876
877 ARM PRIMECELL MMCI PL180/1 DRIVER
878 M:      Russell King <linux@arm.linux.org.uk>
879 S:      Maintained
880 F:      drivers/mmc/host/mmci.*
881 F:      include/linux/amba/mmci.h
882
883 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
884 M:      Russell King <linux@arm.linux.org.uk>
885 S:      Maintained
886 F:      drivers/tty/serial/amba-pl01*.c
887 F:      include/linux/amba/serial.h
888
889 ARM PRIMECELL BUS SUPPORT
890 M:      Russell King <linux@arm.linux.org.uk>
891 S:      Maintained
892 F:      drivers/amba/
893 F:      include/linux/amba/bus.h
894
895 ARM/ADS SPHERE MACHINE SUPPORT
896 M:      Lennert Buytenhek <kernel@wantstofly.org>
897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S:      Maintained
899
900 ARM/AFEB9260 MACHINE SUPPORT
901 M:      Sergey Lapin <slapin@ossfans.org>
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S:      Maintained
904
905 ARM/AJECO 1ARM MACHINE SUPPORT
906 M:      Lennert Buytenhek <kernel@wantstofly.org>
907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 S:      Maintained
909
910 ARM/Allwinner sunXi SoC support
911 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
912 M:      Chen-Yu Tsai <wens@csie.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915 N:      sun[x456789]i
916
917 ARM/Allwinner SoC Clock Support
918 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
919 S:      Maintained
920 F:      drivers/clk/sunxi/
921
922 ARM/Amlogic MesonX SoC support
923 M:      Carlo Caione <carlo@caione.org>
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 S:      Maintained
926 F:      drivers/media/rc/meson-ir.c
927 N:      meson[x68]
928
929 ARM/Annapurna Labs ALPINE ARCHITECTURE
930 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
931 S:      Maintained
932 F:      arch/arm/mach-alpine/
933
934 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
935 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
936 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
937 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
939 W:      http://www.linux4sam.org
940 S:      Supported
941 F:      arch/arm/mach-at91/
942 F:      include/soc/at91/
943 F:      arch/arm/boot/dts/at91*.dts
944 F:      arch/arm/boot/dts/at91*.dtsi
945 F:      arch/arm/boot/dts/sama*.dts
946 F:      arch/arm/boot/dts/sama*.dtsi
947 F:      arch/arm/include/debug/at91.S
948
949 ARM/ATMEL AT91 Clock Support
950 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
951 S:      Maintained
952 F:      drivers/clk/at91
953
954 ARM/CALXEDA HIGHBANK ARCHITECTURE
955 M:      Rob Herring <robh@kernel.org>
956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
957 S:      Maintained
958 F:      arch/arm/mach-highbank/
959
960 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
961 M:      Krzysztof Halasa <khalasa@piap.pl>
962 S:      Maintained
963 F:      arch/arm/mach-cns3xxx/
964
965 ARM/CAVIUM THUNDER NETWORK DRIVER
966 M:      Sunil Goutham <sgoutham@cavium.com>
967 M:      Robert Richter <rric@kernel.org>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Supported
970 F:      drivers/net/ethernet/cavium/thunder/
971
972 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
973 M:      Alexander Shiyan <shc_work@mail.ru>
974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975 S:      Odd Fixes
976 N:      clps711x
977
978 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
979 M:      Hartley Sweeten <hsweeten@visionengravers.com>
980 M:      Ryan Mallon <rmallon@gmail.com>
981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
982 S:      Maintained
983 F:      arch/arm/mach-ep93xx/
984 F:      arch/arm/mach-ep93xx/include/mach/
985
986 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
987 M:      Lennert Buytenhek <kernel@wantstofly.org>
988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
989 S:      Maintained
990
991 ARM/CLKDEV SUPPORT
992 M:      Russell King <linux@arm.linux.org.uk>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 S:      Maintained
995 F:      arch/arm/include/asm/clkdev.h
996 F:      drivers/clk/clkdev.c
997
998 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
999 M:      Mike Rapoport <mike@compulab.co.il>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1002
1003 ARM/CONTEC MICRO9 MACHINE SUPPORT
1004 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1005 S:      Maintained
1006 F:      arch/arm/mach-ep93xx/micro9.c
1007
1008 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1009 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 S:      Maintained
1012 F:      drivers/hwtracing/coresight/*
1013 F:      Documentation/trace/coresight.txt
1014 F:      Documentation/devicetree/bindings/arm/coresight.txt
1015 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1016
1017 ARM/CORGI MACHINE SUPPORT
1018 M:      Richard Purdie <rpurdie@rpsys.net>
1019 S:      Maintained
1020
1021 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1022 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 T:      git git://github.com/ulli-kroll/linux.git
1025 S:      Maintained
1026 F:      arch/arm/mach-gemini/
1027 F:      drivers/rtc/rtc-gemini.c
1028
1029 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1030 M:      Barry Song <baohua@kernel.org>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1033 S:      Maintained
1034 F:      arch/arm/mach-prima2/
1035 F:      drivers/clk/sirf/
1036 F:      drivers/clocksource/timer-prima2.c
1037 F:      drivers/clocksource/timer-atlas7.c
1038 N:      [^a-z]sirf
1039
1040 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1041 M:      Baruch Siach <baruch@tkos.co.il>
1042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 S:      Maintained
1044 F:      arch/arm/boot/dts/cx92755*
1045 N:      digicolor
1046
1047 ARM/EBSA110 MACHINE SUPPORT
1048 M:      Russell King <linux@arm.linux.org.uk>
1049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050 W:      http://www.arm.linux.org.uk/
1051 S:      Maintained
1052 F:      arch/arm/mach-ebsa110/
1053 F:      drivers/net/ethernet/amd/am79c961a.*
1054
1055 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1056 M:      Uwe Kleine-König <kernel@pengutronix.de>
1057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058 S:      Maintained
1059 N:      efm32
1060
1061 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1062 M:      Daniel Ribeiro <drwyrm@gmail.com>
1063 M:      Stefan Schmidt <stefan@openezx.org>
1064 M:      Harald Welte <laforge@openezx.org>
1065 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1066 W:      http://www.openezx.org/
1067 S:      Maintained
1068 T:      topgit git://git.openezx.org/openezx.git
1069 F:      arch/arm/mach-pxa/ezx.c
1070
1071 ARM/FARADAY FA526 PORT
1072 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1073 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1074 S:      Maintained
1075 T:      git git://git.berlios.de/gemini-board
1076 F:      arch/arm/mm/*-fa*
1077
1078 ARM/FOOTBRIDGE ARCHITECTURE
1079 M:      Russell King <linux@arm.linux.org.uk>
1080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1081 W:      http://www.arm.linux.org.uk/
1082 S:      Maintained
1083 F:      arch/arm/include/asm/hardware/dec21285.h
1084 F:      arch/arm/mach-footbridge/
1085
1086 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1087 M:      Shawn Guo <shawnguo@kernel.org>
1088 M:      Sascha Hauer <kernel@pengutronix.de>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Maintained
1091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1092 F:      arch/arm/mach-imx/
1093 F:      arch/arm/mach-mxs/
1094 F:      arch/arm/boot/dts/imx*
1095 F:      arch/arm/configs/imx*_defconfig
1096 F:      drivers/clk/imx/
1097 F:      include/soc/imx/
1098
1099 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1100 M:      Shawn Guo <shawnguo@kernel.org>
1101 M:      Sascha Hauer <kernel@pengutronix.de>
1102 R:      Stefan Agner <stefan@agner.ch>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1106 F:      arch/arm/mach-imx/*vf610*
1107 F:      arch/arm/boot/dts/vf*
1108
1109 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1110 M:      Lennert Buytenhek <kernel@wantstofly.org>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Maintained
1113
1114 ARM/GUMSTIX MACHINE SUPPORT
1115 M:      Steve Sakoman <sakoman@gmail.com>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118
1119 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1120 M:      Philipp Zabel <philipp.zabel@gmail.com>
1121 M:      Paul Parsons <lost.distance@yahoo.com>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124 F:      arch/arm/mach-pxa/hx4700.c
1125 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1126 F:      sound/soc/pxa/hx4700.c
1127
1128 ARM/HISILICON SOC SUPPORT
1129 M:      Wei Xu <xuwei5@hisilicon.com>
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 W:      http://www.hisilicon.com
1132 S:      Supported
1133 T:      git git://github.com/hisilicon/linux-hisi.git
1134 F:      arch/arm/mach-hisi/
1135
1136 ARM/HP JORNADA 7XX MACHINE SUPPORT
1137 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1138 W:      www.jlime.com
1139 S:      Maintained
1140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1141 F:      arch/arm/mach-sa1100/jornada720.c
1142 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1143
1144 ARM/IGEP MACHINE SUPPORT
1145 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1146 M:      Javier Martinez Canillas <javier@dowhile0.org>
1147 L:      linux-omap@vger.kernel.org
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150 F:      arch/arm/boot/dts/omap3-igep*
1151
1152 ARM/INCOME PXA270 SUPPORT
1153 M:      Marek Vasut <marek.vasut@gmail.com>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1157
1158 ARM/INTEL IOP32X ARM ARCHITECTURE
1159 M:      Lennert Buytenhek <kernel@wantstofly.org>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162
1163 ARM/INTEL IOP33X ARM ARCHITECTURE
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Orphan
1166
1167 ARM/INTEL IOP13XX ARM ARCHITECTURE
1168 M:      Lennert Buytenhek <kernel@wantstofly.org>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S:      Maintained
1171
1172 ARM/INTEL IQ81342EX MACHINE SUPPORT
1173 M:      Lennert Buytenhek <kernel@wantstofly.org>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176
1177 ARM/INTEL IXDP2850 MACHINE SUPPORT
1178 M:      Lennert Buytenhek <kernel@wantstofly.org>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Maintained
1181
1182 ARM/INTEL IXP4XX ARM ARCHITECTURE
1183 M:      Imre Kaloz <kaloz@openwrt.org>
1184 M:      Krzysztof Halasa <khalasa@piap.pl>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187 F:      arch/arm/mach-ixp4xx/
1188
1189 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1190 M:      Jonathan Cameron <jic23@cam.ac.uk>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193 F:      arch/arm/mach-pxa/stargate2.c
1194 F:      drivers/pcmcia/pxa2xx_stargate2.c
1195
1196 ARM/INTEL XSC3 (MANZANO) ARM CORE
1197 M:      Lennert Buytenhek <kernel@wantstofly.org>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 S:      Maintained
1200
1201 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1202 M:      Lennert Buytenhek <kernel@wantstofly.org>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 S:      Maintained
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 F:      arch/arm/mach-keystone/
1211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1212
1213 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1214 M:      Santosh Shilimkar <ssantosh@kernel.org>
1215 L:      linux-kernel@vger.kernel.org
1216 S:      Maintained
1217 F:      drivers/clk/keystone/
1218
1219 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1220 M:      Santosh Shilimkar <ssantosh@kernel.org>
1221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1222 L:      linux-kernel@vger.kernel.org
1223 S:      Maintained
1224 F:      drivers/clocksource/timer-keystone.c
1225
1226 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1227 M:      Santosh Shilimkar <ssantosh@kernel.org>
1228 L:      linux-kernel@vger.kernel.org
1229 S:      Maintained
1230 F:      drivers/power/reset/keystone-reset.c
1231
1232 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1233 M:      Santosh Shilimkar <ssantosh@kernel.org>
1234 L:      linux-kernel@vger.kernel.org
1235 S:      Maintained
1236 F:      drivers/memory/*emif*
1237
1238 ARM/LOGICPD PXA270 MACHINE SUPPORT
1239 M:      Lennert Buytenhek <kernel@wantstofly.org>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 S:      Maintained
1242
1243 ARM/LPC18XX ARCHITECTURE
1244 M:      Joachim Eastwood <manabian@gmail.com>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247 F:      arch/arm/boot/dts/lpc43*
1248 F:      drivers/clk/nxp/clk-lpc18xx*
1249 F:      drivers/clocksource/time-lpc32xx.c
1250 F:      drivers/i2c/busses/i2c-lpc2k.c
1251 F:      drivers/memory/pl172.c
1252 F:      drivers/mtd/spi-nor/nxp-spifi.c
1253 F:      drivers/rtc/rtc-lpc24xx.c
1254 N:      lpc18xx
1255
1256 ARM/MAGICIAN MACHINE SUPPORT
1257 M:      Philipp Zabel <philipp.zabel@gmail.com>
1258 S:      Maintained
1259
1260 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1261 M:      Jason Cooper <jason@lakedaemon.net>
1262 M:      Andrew Lunn <andrew@lunn.ch>
1263 M:      Gregory Clement <gregory.clement@free-electrons.com>
1264 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1266 S:      Maintained
1267 F:      arch/arm/mach-mvebu/
1268 F:      drivers/rtc/rtc-armada38x.c
1269 F:      arch/arm/boot/dts/armada*
1270 F:      arch/arm/boot/dts/kirkwood*
1271
1272
1273 ARM/Marvell Berlin SoC support
1274 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1275 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S:      Maintained
1277 F:      arch/arm/mach-berlin/
1278 F:      arch/arm/boot/dts/berlin*
1279
1280
1281 ARM/Marvell Dove/MV78xx0/Orion SOC support
1282 M:      Jason Cooper <jason@lakedaemon.net>
1283 M:      Andrew Lunn <andrew@lunn.ch>
1284 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1285 M:      Gregory Clement <gregory.clement@free-electrons.com>
1286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      arch/arm/mach-dove/
1289 F:      arch/arm/mach-mv78xx0/
1290 F:      arch/arm/mach-orion5x/
1291 F:      arch/arm/plat-orion/
1292 F:      arch/arm/boot/dts/dove*
1293 F:      arch/arm/boot/dts/orion5x*
1294
1295
1296 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1297 M:      Alexander Clouter <alex@digriz.org.uk>
1298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 W:      http://www.digriz.org.uk/ts78xx/kernel
1300 S:      Maintained
1301 F:      arch/arm/mach-orion5x/ts78xx-*
1302
1303 ARM/Mediatek RTC DRIVER
1304 M:      Eddie Huang <eddie.huang@mediatek.com>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1307 S:      Maintained
1308 F:      drivers/rtc/rtc-mt6397.c
1309
1310 ARM/Mediatek SoC support
1311 M:      Matthias Brugger <matthias.bgg@gmail.com>
1312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1314 S:      Maintained
1315 F:      arch/arm/boot/dts/mt6*
1316 F:      arch/arm/boot/dts/mt8*
1317 F:      arch/arm/mach-mediatek/
1318 N:      mtk
1319 K:      mediatek
1320
1321 ARM/Mediatek USB3 PHY DRIVER
1322 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1325 S:      Maintained
1326 F:      drivers/phy/phy-mt65xx-usb3.c
1327
1328 ARM/MICREL KS8695 ARCHITECTURE
1329 M:      Greg Ungerer <gerg@uclinux.org>
1330 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331 F:      arch/arm/mach-ks8695/
1332 S:      Odd Fixes
1333
1334 ARM/MIOA701 MACHINE SUPPORT
1335 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 F:      arch/arm/mach-pxa/mioa701.c
1338 S:      Maintained
1339
1340 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1341 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1342 S:      Maintained
1343
1344 ARM/NOMADIK ARCHITECTURE
1345 M:      Alessandro Rubini <rubini@unipv.it>
1346 M:      Linus Walleij <linus.walleij@linaro.org>
1347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 S:      Maintained
1349 F:      arch/arm/mach-nomadik/
1350 F:      drivers/pinctrl/nomadik/
1351 F:      drivers/i2c/busses/i2c-nomadik.c
1352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1353
1354 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1355 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1356 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1357 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1358 S:      Supported
1359
1360 ARM/TOSA MACHINE SUPPORT
1361 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1362 M:      Dirk Opfer <dirk@opfer-online.de>
1363 S:      Maintained
1364
1365 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1366 M:      Marek Vasut <marek.vasut@gmail.com>
1367 L:      linux-arm-kernel@lists.infradead.org
1368 W:      http://hackndev.com
1369 S:      Maintained
1370 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1371 F:      arch/arm/mach-pxa/palmtx.c
1372 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1373 F:      arch/arm/mach-pxa/palmt5.c
1374 F:      arch/arm/mach-pxa/include/mach/palmld.h
1375 F:      arch/arm/mach-pxa/palmld.c
1376 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1377 F:      arch/arm/mach-pxa/palmte2.c
1378 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1379 F:      arch/arm/mach-pxa/palmtc.c
1380
1381 ARM/PALM TREO SUPPORT
1382 M:      Tomas Cech <sleep_walker@suse.com>
1383 L:      linux-arm-kernel@lists.infradead.org
1384 W:      http://hackndev.com
1385 S:      Maintained
1386 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1387 F:      arch/arm/mach-pxa/palmtreo.c
1388
1389 ARM/PALMZ72 SUPPORT
1390 M:      Sergey Lapin <slapin@ossfans.org>
1391 L:      linux-arm-kernel@lists.infradead.org
1392 W:      http://hackndev.com
1393 S:      Maintained
1394 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1395 F:      arch/arm/mach-pxa/palmz72.c
1396
1397 ARM/PLEB SUPPORT
1398 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1399 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1400 S:      Maintained
1401
1402 ARM/PT DIGITAL BOARD PORT
1403 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 W:      http://www.arm.linux.org.uk/
1406 S:      Maintained
1407
1408 ARM/QUALCOMM SUPPORT
1409 M:      Kumar Gala <galak@codeaurora.org>
1410 M:      Andy Gross <agross@codeaurora.org>
1411 M:      David Brown <davidb@codeaurora.org>
1412 L:      linux-arm-msm@vger.kernel.org
1413 L:      linux-soc@vger.kernel.org
1414 S:      Maintained
1415 F:      arch/arm/mach-qcom/
1416 F:      drivers/soc/qcom/
1417 F:      drivers/tty/serial/msm_serial.h
1418 F:      drivers/tty/serial/msm_serial.c
1419 F:      drivers/*/pm8???-*
1420 F:      drivers/mfd/ssbi.c
1421 F:      drivers/firmware/qcom_scm.c
1422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1423
1424 ARM/RADISYS ENP2611 MACHINE SUPPORT
1425 M:      Lennert Buytenhek <kernel@wantstofly.org>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 S:      Maintained
1428
1429 ARM/RISCPC ARCHITECTURE
1430 M:      Russell King <linux@arm.linux.org.uk>
1431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 W:      http://www.arm.linux.org.uk/
1433 S:      Maintained
1434 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1435 F:      arch/arm/include/asm/hardware/ioc.h
1436 F:      arch/arm/include/asm/hardware/iomd.h
1437 F:      arch/arm/include/asm/hardware/memc.h
1438 F:      arch/arm/mach-rpc/
1439 F:      drivers/net/ethernet/8390/etherh.c
1440 F:      drivers/net/ethernet/i825xx/ether1*
1441 F:      drivers/net/ethernet/seeq/ether3*
1442 F:      drivers/scsi/arm/
1443
1444 ARM/Rockchip SoC support
1445 M:      Heiko Stuebner <heiko@sntech.de>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 L:      linux-rockchip@lists.infradead.org
1448 S:      Maintained
1449 F:      arch/arm/boot/dts/rk3*
1450 F:      arch/arm/mach-rockchip/
1451 F:      drivers/clk/rockchip/
1452 F:      drivers/i2c/busses/i2c-rk3x.c
1453 F:      drivers/*/*rockchip*
1454 F:      drivers/*/*/*rockchip*
1455 F:      sound/soc/rockchip/
1456 N:      rockchip
1457
1458 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1459 M:      Kukjin Kim <kgene@kernel.org>
1460 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1461 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1462 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1463 S:      Maintained
1464 F:      arch/arm/boot/dts/s3c*
1465 F:      arch/arm/boot/dts/exynos*
1466 F:      arch/arm64/boot/dts/exynos/
1467 F:      arch/arm/plat-samsung/
1468 F:      arch/arm/mach-s3c24*/
1469 F:      arch/arm/mach-s3c64xx/
1470 F:      arch/arm/mach-s5p*/
1471 F:      arch/arm/mach-exynos*/
1472 F:      drivers/*/*s3c2410*
1473 F:      drivers/*/*/*s3c2410*
1474 F:      drivers/spi/spi-s3c*
1475 F:      sound/soc/samsung/*
1476 F:      Documentation/arm/Samsung/
1477 F:      Documentation/devicetree/bindings/arm/samsung/
1478 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1479 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1480 N:      exynos
1481
1482 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1483 M:      Kyungmin Park <kyungmin.park@samsung.com>
1484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 S:      Maintained
1486 F:      arch/arm/mach-s5pv210/
1487
1488 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1489 M:      Kyungmin Park <kyungmin.park@samsung.com>
1490 M:      Kamil Debski <k.debski@samsung.com>
1491 L:      linux-arm-kernel@lists.infradead.org
1492 L:      linux-media@vger.kernel.org
1493 S:      Maintained
1494 F:      drivers/media/platform/s5p-g2d/
1495
1496 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1497 M:      Kyungmin Park <kyungmin.park@samsung.com>
1498 M:      Kamil Debski <k.debski@samsung.com>
1499 M:      Jeongtae Park <jtp.park@samsung.com>
1500 L:      linux-arm-kernel@lists.infradead.org
1501 L:      linux-media@vger.kernel.org
1502 S:      Maintained
1503 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1504 F:      drivers/media/platform/s5p-mfc/
1505
1506 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1507 M:      Kyungmin Park <kyungmin.park@samsung.com>
1508 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1509 L:      linux-arm-kernel@lists.infradead.org
1510 L:      linux-media@vger.kernel.org
1511 S:      Maintained
1512 F:      drivers/media/platform/s5p-tv/
1513
1514 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1515 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1516 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1517 L:      linux-arm-kernel@lists.infradead.org
1518 L:      linux-media@vger.kernel.org
1519 S:      Maintained
1520 F:      drivers/media/platform/s5p-jpeg/
1521
1522 ARM/SHMOBILE ARM ARCHITECTURE
1523 M:      Simon Horman <horms@verge.net.au>
1524 M:      Magnus Damm <magnus.damm@gmail.com>
1525 L:      linux-sh@vger.kernel.org
1526 W:      http://oss.renesas.com
1527 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1529 S:      Supported
1530 F:      arch/arm/boot/dts/emev2*
1531 F:      arch/arm/boot/dts/r7s*
1532 F:      arch/arm/boot/dts/r8a*
1533 F:      arch/arm/boot/dts/sh*
1534 F:      arch/arm/configs/shmobile_defconfig
1535 F:      arch/arm/include/debug/renesas-scif.S
1536 F:      arch/arm/mach-shmobile/
1537 F:      drivers/sh/
1538
1539 ARM/SOCFPGA ARCHITECTURE
1540 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1541 S:      Maintained
1542 F:      arch/arm/mach-socfpga/
1543 F:      arch/arm/boot/dts/socfpga*
1544 F:      arch/arm/configs/socfpga_defconfig
1545 W:      http://www.rocketboards.org
1546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1547
1548 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1549 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1550 S:      Maintained
1551 F:      drivers/clk/socfpga/
1552
1553 ARM/SOCFPGA EDAC SUPPORT
1554 M:      Thor Thayer <tthayer@opensource.altera.com>
1555 S:      Maintained
1556 F:      drivers/edac/altera_edac.
1557
1558 ARM/STI ARCHITECTURE
1559 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1560 M:      Maxime Coquelin <maxime.coquelin@st.com>
1561 M:      Patrice Chotard <patrice.chotard@st.com>
1562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 L:      kernel@stlinux.com
1564 W:      http://www.stlinux.com
1565 S:      Maintained
1566 F:      arch/arm/mach-sti/
1567 F:      arch/arm/boot/dts/sti*
1568 F:      drivers/char/hw_random/st-rng.c
1569 F:      drivers/clocksource/arm_global_timer.c
1570 F:      drivers/clocksource/clksrc_st_lpc.c
1571 F:      drivers/i2c/busses/i2c-st.c
1572 F:      drivers/media/rc/st_rc.c
1573 F:      drivers/media/platform/sti/c8sectpfe/
1574 F:      drivers/mmc/host/sdhci-st.c
1575 F:      drivers/phy/phy-miphy28lp.c
1576 F:      drivers/phy/phy-miphy365x.c
1577 F:      drivers/phy/phy-stih407-usb.c
1578 F:      drivers/phy/phy-stih41x-usb.c
1579 F:      drivers/pinctrl/pinctrl-st.c
1580 F:      drivers/reset/sti/
1581 F:      drivers/rtc/rtc-st-lpc.c
1582 F:      drivers/tty/serial/st-asc.c
1583 F:      drivers/usb/dwc3/dwc3-st.c
1584 F:      drivers/usb/host/ehci-st.c
1585 F:      drivers/usb/host/ohci-st.c
1586 F:      drivers/watchdog/st_lpc_wdt.c
1587 F:      drivers/ata/ahci_st.c
1588
1589 ARM/STM32 ARCHITECTURE
1590 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 S:      Maintained
1593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1594 N:      stm32
1595 F:      drivers/clocksource/armv7m_systick.c
1596
1597 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1598 M:      Lennert Buytenhek <kernel@wantstofly.org>
1599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 S:      Maintained
1601
1602 ARM/TETON BGA MACHINE SUPPORT
1603 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 S:      Maintained
1606
1607 ARM/THECUS N2100 MACHINE SUPPORT
1608 M:      Lennert Buytenhek <kernel@wantstofly.org>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Maintained
1611
1612 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1613 M:      Wan ZongShun <mcuos.com@gmail.com>
1614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1615 W:      http://www.mcuos.com
1616 S:      Maintained
1617 F:      arch/arm/mach-w90x900/
1618 F:      drivers/input/keyboard/w90p910_keypad.c
1619 F:      drivers/input/touchscreen/w90p910_ts.c
1620 F:      drivers/watchdog/nuc900_wdt.c
1621 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1622 F:      drivers/mtd/nand/nuc900_nand.c
1623 F:      drivers/rtc/rtc-nuc900.c
1624 F:      drivers/spi/spi-nuc900.c
1625 F:      drivers/usb/host/ehci-w90x900.c
1626 F:      drivers/video/fbdev/nuc900fb.c
1627
1628 ARM/U300 MACHINE SUPPORT
1629 M:      Linus Walleij <linus.walleij@linaro.org>
1630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1631 S:      Supported
1632 F:      arch/arm/mach-u300/
1633 F:      drivers/clocksource/timer-u300.c
1634 F:      drivers/i2c/busses/i2c-stu300.c
1635 F:      drivers/rtc/rtc-coh901331.c
1636 F:      drivers/watchdog/coh901327_wdt.c
1637 F:      drivers/dma/coh901318*
1638 F:      drivers/mfd/ab3100*
1639 F:      drivers/rtc/rtc-ab3100.c
1640 F:      drivers/rtc/rtc-coh901331.c
1641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1642
1643 ARM/UNIPHIER ARCHITECTURE
1644 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 S:      Maintained
1647 F:      arch/arm/boot/dts/uniphier*
1648 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1649 F:      arch/arm/mach-uniphier/
1650 F:      arch/arm/mm/cache-uniphier.c
1651 F:      drivers/i2c/busses/i2c-uniphier*
1652 F:      drivers/pinctrl/uniphier/
1653 F:      drivers/tty/serial/8250/8250_uniphier.c
1654 N:      uniphier
1655
1656 ARM/Ux500 ARM ARCHITECTURE
1657 M:      Linus Walleij <linus.walleij@linaro.org>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 S:      Maintained
1660 F:      arch/arm/mach-ux500/
1661 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1662 F:      drivers/dma/ste_dma40*
1663 F:      drivers/hwspinlock/u8500_hsem.c
1664 F:      drivers/mfd/abx500*
1665 F:      drivers/mfd/ab8500*
1666 F:      drivers/mfd/dbx500*
1667 F:      drivers/mfd/db8500*
1668 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1669 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1670 F:      drivers/rtc/rtc-ab8500.c
1671 F:      drivers/rtc/rtc-pl031.c
1672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1673
1674 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1675 M:      Ulf Hansson <ulf.hansson@linaro.org>
1676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1677 T:      git git://git.linaro.org/people/ulfh/clk.git
1678 S:      Maintained
1679 F:      drivers/clk/ux500/
1680 F:      include/linux/platform_data/clk-ux500.h
1681
1682 ARM/VERSATILE EXPRESS PLATFORM
1683 M:      Liviu Dudau <liviu.dudau@arm.com>
1684 M:      Sudeep Holla <sudeep.holla@arm.com>
1685 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 S:      Maintained
1688 F:      arch/arm/boot/dts/vexpress*
1689 F:      arch/arm64/boot/dts/arm/vexpress*
1690 F:      arch/arm/mach-vexpress/
1691 F:      */*/vexpress*
1692 F:      */*/*/vexpress*
1693 F:      drivers/clk/versatile/clk-vexpress-osc.c
1694 F:      drivers/clocksource/versatile.c
1695
1696 ARM/VFP SUPPORT
1697 M:      Russell King <linux@arm.linux.org.uk>
1698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1699 W:      http://www.arm.linux.org.uk/
1700 S:      Maintained
1701 F:      arch/arm/vfp/
1702
1703 ARM/VOIPAC PXA270 SUPPORT
1704 M:      Marek Vasut <marek.vasut@gmail.com>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 S:      Maintained
1707 F:      arch/arm/mach-pxa/vpac270.c
1708 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1709
1710 ARM/VT8500 ARM ARCHITECTURE
1711 M:      Tony Prisk <linux@prisktech.co.nz>
1712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713 S:      Maintained
1714 F:      arch/arm/mach-vt8500/
1715 F:      drivers/clocksource/vt8500_timer.c
1716 F:      drivers/i2c/busses/i2c-wmt.c
1717 F:      drivers/mmc/host/wmt-sdmmc.c
1718 F:      drivers/pwm/pwm-vt8500.c
1719 F:      drivers/rtc/rtc-vt8500.c
1720 F:      drivers/tty/serial/vt8500_serial.c
1721 F:      drivers/usb/host/ehci-platform.c
1722 F:      drivers/usb/host/uhci-platform.c
1723 F:      drivers/video/fbdev/vt8500lcdfb.*
1724 F:      drivers/video/fbdev/wm8505fb*
1725 F:      drivers/video/fbdev/wmt_ge_rops.*
1726
1727 ARM/ZIPIT Z2 SUPPORT
1728 M:      Marek Vasut <marek.vasut@gmail.com>
1729 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1730 S:      Maintained
1731 F:      arch/arm/mach-pxa/z2.c
1732 F:      arch/arm/mach-pxa/include/mach/z2.h
1733
1734 ARM/ZTE ARCHITECTURE
1735 M:      Jun Nie <jun.nie@linaro.org>
1736 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1737 S:      Maintained
1738 F:      arch/arm/mach-zx/
1739 F:      drivers/clk/zte/
1740 F:      Documentation/devicetree/bindings/arm/zte.txt
1741 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1742
1743 ARM/ZYNQ ARCHITECTURE
1744 M:      Michal Simek <michal.simek@xilinx.com>
1745 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1746 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1747 W:      http://wiki.xilinx.com
1748 T:      git https://github.com/Xilinx/linux-xlnx.git
1749 S:      Supported
1750 F:      arch/arm/mach-zynq/
1751 F:      drivers/cpuidle/cpuidle-zynq.c
1752 F:      drivers/block/xsysace.c
1753 N:      zynq
1754 N:      xilinx
1755 F:      drivers/clocksource/cadence_ttc_timer.c
1756 F:      drivers/i2c/busses/i2c-cadence.c
1757 F:      drivers/mmc/host/sdhci-of-arasan.c
1758 F:      drivers/edac/synopsys_edac.c
1759
1760 ARM SMMU DRIVERS
1761 M:      Will Deacon <will.deacon@arm.com>
1762 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1763 S:      Maintained
1764 F:      drivers/iommu/arm-smmu.c
1765 F:      drivers/iommu/arm-smmu-v3.c
1766 F:      drivers/iommu/io-pgtable-arm.c
1767
1768 ARM64 PORT (AARCH64 ARCHITECTURE)
1769 M:      Catalin Marinas <catalin.marinas@arm.com>
1770 M:      Will Deacon <will.deacon@arm.com>
1771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1772 S:      Maintained
1773 F:      arch/arm64/
1774 F:      Documentation/arm64/
1775
1776 AS3645A LED FLASH CONTROLLER DRIVER
1777 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1778 L:      linux-media@vger.kernel.org
1779 T:      git git://linuxtv.org/media_tree.git
1780 S:      Maintained
1781 F:      drivers/media/i2c/as3645a.c
1782 F:      include/media/as3645a.h
1783
1784 ASC7621 HARDWARE MONITOR DRIVER
1785 M:      George Joseph <george.joseph@fairview5.com>
1786 L:      lm-sensors@lm-sensors.org
1787 S:      Maintained
1788 F:      Documentation/hwmon/asc7621
1789 F:      drivers/hwmon/asc7621.c
1790
1791 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1792 M:      Corentin Chary <corentin.chary@gmail.com>
1793 L:      acpi4asus-user@lists.sourceforge.net
1794 L:      platform-driver-x86@vger.kernel.org
1795 W:      http://acpi4asus.sf.net
1796 S:      Maintained
1797 F:      drivers/platform/x86/asus*.c
1798 F:      drivers/platform/x86/eeepc*.c
1799
1800 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1801 R:      Dan Williams <dan.j.williams@intel.com>
1802 W:      http://sourceforge.net/projects/xscaleiop
1803 S:      Odd fixes
1804 F:      Documentation/crypto/async-tx-api.txt
1805 F:      crypto/async_tx/
1806 F:      drivers/dma/
1807 F:      include/linux/dmaengine.h
1808 F:      include/linux/async_tx.h
1809
1810 AT24 EEPROM DRIVER
1811 M:      Wolfram Sang <wsa@the-dreams.de>
1812 L:      linux-i2c@vger.kernel.org
1813 S:      Maintained
1814 F:      drivers/misc/eeprom/at24.c
1815 F:      include/linux/platform_data/at24.h
1816
1817 ATA OVER ETHERNET (AOE) DRIVER
1818 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1819 W:      http://www.openaoe.org/
1820 S:      Supported
1821 F:      Documentation/aoe/
1822 F:      drivers/block/aoe/
1823
1824 ATHEROS 71XX/9XXX GPIO DRIVER
1825 M:      Alban Bedel <albeu@free.fr>
1826 W:      https://github.com/AlbanBedel/linux
1827 T:      git git://github.com/AlbanBedel/linux
1828 S:      Maintained
1829 F:      drivers/gpio/gpio-ath79.c
1830 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1831
1832 ATHEROS ATH GENERIC UTILITIES
1833 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1834 L:      linux-wireless@vger.kernel.org
1835 S:      Supported
1836 F:      drivers/net/wireless/ath/*
1837
1838 ATHEROS ATH5K WIRELESS DRIVER
1839 M:      Jiri Slaby <jirislaby@gmail.com>
1840 M:      Nick Kossifidis <mickflemm@gmail.com>
1841 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1842 L:      linux-wireless@vger.kernel.org
1843 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1844 S:      Maintained
1845 F:      drivers/net/wireless/ath/ath5k/
1846
1847 ATHEROS ATH6KL WIRELESS DRIVER
1848 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1849 L:      linux-wireless@vger.kernel.org
1850 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1851 T:      git git://github.com/kvalo/ath.git
1852 S:      Supported
1853 F:      drivers/net/wireless/ath/ath6kl/
1854
1855 WILOCITY WIL6210 WIRELESS DRIVER
1856 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1857 L:      linux-wireless@vger.kernel.org
1858 L:      wil6210@qca.qualcomm.com
1859 S:      Supported
1860 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1861 F:      drivers/net/wireless/ath/wil6210/
1862 F:      include/uapi/linux/wil6210_uapi.h
1863
1864 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1865 M:      Christian Lamparter <chunkeey@googlemail.com>
1866 L:      linux-wireless@vger.kernel.org
1867 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1868 S:      Maintained
1869 F:      drivers/net/wireless/ath/carl9170/
1870
1871 ATK0110 HWMON DRIVER
1872 M:      Luca Tettamanti <kronos.it@gmail.com>
1873 L:      lm-sensors@lm-sensors.org
1874 S:      Maintained
1875 F:      drivers/hwmon/asus_atk0110.c
1876
1877 ATI_REMOTE2 DRIVER
1878 M:      Ville Syrjala <syrjala@sci.fi>
1879 S:      Maintained
1880 F:      drivers/input/misc/ati_remote2.c
1881
1882 ATLX ETHERNET DRIVERS
1883 M:      Jay Cliburn <jcliburn@gmail.com>
1884 M:      Chris Snook <chris.snook@gmail.com>
1885 L:      netdev@vger.kernel.org
1886 W:      http://sourceforge.net/projects/atl1
1887 W:      http://atl1.sourceforge.net
1888 S:      Maintained
1889 F:      drivers/net/ethernet/atheros/
1890
1891 ATM
1892 M:      Chas Williams <3chas3@gmail.com>
1893 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1894 L:      netdev@vger.kernel.org
1895 W:      http://linux-atm.sourceforge.net
1896 S:      Maintained
1897 F:      drivers/atm/
1898 F:      include/linux/atm*
1899 F:      include/uapi/linux/atm*
1900
1901 ATMEL AT91 / AT32 MCI DRIVER
1902 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1903 S:      Maintained
1904 F:      drivers/mmc/host/atmel-mci.c
1905 F:      drivers/mmc/host/atmel-mci-regs.h
1906
1907 ATMEL AT91 / AT32 SERIAL DRIVER
1908 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1909 S:      Supported
1910 F:      drivers/tty/serial/atmel_serial.c
1911
1912 ATMEL Audio ALSA driver
1913 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1914 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1915 S:      Supported
1916 F:      sound/soc/atmel
1917
1918 ATMEL DMA DRIVER
1919 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1921 S:      Supported
1922 F:      drivers/dma/at_hdmac.c
1923 F:      drivers/dma/at_hdmac_regs.h
1924 F:      include/linux/platform_data/dma-atmel.h
1925
1926 ATMEL XDMA DRIVER
1927 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1928 L:      linux-arm-kernel@lists.infradead.org
1929 L:      dmaengine@vger.kernel.org
1930 S:      Supported
1931 F:      drivers/dma/at_xdmac.c
1932
1933 ATMEL I2C DRIVER
1934 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1935 L:      linux-i2c@vger.kernel.org
1936 S:      Supported
1937 F:      drivers/i2c/busses/i2c-at91.c
1938
1939 ATMEL ISI DRIVER
1940 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1941 L:      linux-media@vger.kernel.org
1942 S:      Supported
1943 F:      drivers/media/platform/soc_camera/atmel-isi.c
1944 F:      include/media/atmel-isi.h
1945
1946 ATMEL LCDFB DRIVER
1947 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1948 L:      linux-fbdev@vger.kernel.org
1949 S:      Maintained
1950 F:      drivers/video/fbdev/atmel_lcdfb.c
1951 F:      include/video/atmel_lcdc.h
1952
1953 ATMEL MACB ETHERNET DRIVER
1954 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1955 S:      Supported
1956 F:      drivers/net/ethernet/cadence/
1957
1958 ATMEL NAND DRIVER
1959 M:      Wenyou Yang <wenyou.yang@atmel.com>
1960 M:      Josh Wu <rainyfeeling@outlook.com>
1961 L:      linux-mtd@lists.infradead.org
1962 S:      Supported
1963 F:      drivers/mtd/nand/atmel_nand*
1964
1965 ATMEL SDMMC DRIVER
1966 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1967 L:      linux-mmc@vger.kernel.org
1968 S:      Supported
1969 F:      drivers/mmc/host/sdhci-of-at91.c
1970
1971 ATMEL SPI DRIVER
1972 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1973 S:      Supported
1974 F:      drivers/spi/spi-atmel.*
1975
1976 ATMEL SSC DRIVER
1977 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1978 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1979 S:      Supported
1980 F:      drivers/misc/atmel-ssc.c
1981 F:      include/linux/atmel-ssc.h
1982
1983 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1984 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1986 S:      Supported
1987 F:      drivers/misc/atmel_tclib.c
1988 F:      drivers/clocksource/tcb_clksrc.c
1989
1990 ATMEL USBA UDC DRIVER
1991 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1993 S:      Supported
1994 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1995
1996 ATMEL WIRELESS DRIVER
1997 M:      Simon Kelley <simon@thekelleys.org.uk>
1998 L:      linux-wireless@vger.kernel.org
1999 W:      http://www.thekelleys.org.uk/atmel
2000 W:      http://atmelwlandriver.sourceforge.net/
2001 S:      Maintained
2002 F:      drivers/net/wireless/atmel*
2003
2004 ATMEL MAXTOUCH DRIVER
2005 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2006 T:      git git://github.com/atmel-maxtouch/linux.git
2007 S:      Supported
2008 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2009 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2010 F:      include/linux/platform_data/atmel_mxt_ts.h
2011
2012 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2013 M:      Bradley Grove <linuxdrivers@attotech.com>
2014 L:      linux-scsi@vger.kernel.org
2015 W:      http://www.attotech.com
2016 S:      Supported
2017 F:      drivers/scsi/esas2r
2018
2019 ATUSB IEEE 802.15.4 RADIO DRIVER
2020 M:      Stefan Schmidt <stefan@osg.samsung.com>
2021 L:      linux-wpan@vger.kernel.org
2022 S:      Maintained
2023 F:      drivers/net/ieee802154/atusb.c
2024 F:      drivers/net/ieee802154/atusb.h
2025 F:      drivers/net/ieee802154/at86rf230.h
2026
2027 AUDIT SUBSYSTEM
2028 M:      Paul Moore <paul@paul-moore.com>
2029 M:      Eric Paris <eparis@redhat.com>
2030 L:      linux-audit@redhat.com (moderated for non-subscribers)
2031 W:      http://people.redhat.com/sgrubb/audit/
2032 T:      git git://git.infradead.org/users/pcmoore/audit
2033 S:      Maintained
2034 F:      include/linux/audit.h
2035 F:      include/uapi/linux/audit.h
2036 F:      kernel/audit*
2037
2038 AUXILIARY DISPLAY DRIVERS
2039 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2040 W:      http://miguelojeda.es/auxdisplay.htm
2041 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2042 S:      Maintained
2043 F:      drivers/auxdisplay/
2044 F:      include/linux/cfag12864b.h
2045
2046 AVR32 ARCHITECTURE
2047 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2048 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2049 W:      http://www.atmel.com/products/AVR32/
2050 W:      http://mirror.egtvedt.no/avr32linux.org/
2051 W:      http://avrfreaks.net/
2052 S:      Maintained
2053 F:      arch/avr32/
2054
2055 AVR32/AT32AP MACHINE SUPPORT
2056 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2057 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2058 S:      Maintained
2059 F:      arch/avr32/mach-at32ap/
2060
2061 AX.25 NETWORK LAYER
2062 M:      Ralf Baechle <ralf@linux-mips.org>
2063 L:      linux-hams@vger.kernel.org
2064 W:      http://www.linux-ax25.org/
2065 S:      Maintained
2066 F:      include/uapi/linux/ax25.h
2067 F:      include/net/ax25.h
2068 F:      net/ax25/
2069
2070 AZ6007 DVB DRIVER
2071 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2072 L:      linux-media@vger.kernel.org
2073 W:      http://linuxtv.org
2074 T:      git git://linuxtv.org/media_tree.git
2075 S:      Maintained
2076 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2077
2078 AZTECH FM RADIO RECEIVER DRIVER
2079 M:      Hans Verkuil <hverkuil@xs4all.nl>
2080 L:      linux-media@vger.kernel.org
2081 T:      git git://linuxtv.org/media_tree.git
2082 W:      http://linuxtv.org
2083 S:      Maintained
2084 F:      drivers/media/radio/radio-aztech*
2085
2086 B43 WIRELESS DRIVER
2087 L:      linux-wireless@vger.kernel.org
2088 L:      b43-dev@lists.infradead.org
2089 W:      http://wireless.kernel.org/en/users/Drivers/b43
2090 S:      Odd Fixes
2091 F:      drivers/net/wireless/b43/
2092
2093 B43LEGACY WIRELESS DRIVER
2094 M:      Larry Finger <Larry.Finger@lwfinger.net>
2095 L:      linux-wireless@vger.kernel.org
2096 L:      b43-dev@lists.infradead.org
2097 W:      http://wireless.kernel.org/en/users/Drivers/b43
2098 S:      Maintained
2099 F:      drivers/net/wireless/b43legacy/
2100
2101 BACKLIGHT CLASS/SUBSYSTEM
2102 M:      Jingoo Han <jingoohan1@gmail.com>
2103 M:      Lee Jones <lee.jones@linaro.org>
2104 S:      Maintained
2105 F:      drivers/video/backlight/
2106 F:      include/linux/backlight.h
2107
2108 BATMAN ADVANCED
2109 M:      Marek Lindner <mareklindner@neomailbox.ch>
2110 M:      Simon Wunderlich <sw@simonwunderlich.de>
2111 M:      Antonio Quartulli <antonio@meshcoding.com>
2112 L:      b.a.t.m.a.n@lists.open-mesh.org
2113 W:      http://www.open-mesh.org/
2114 S:      Maintained
2115 F:      net/batman-adv/
2116
2117 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2118 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2119 L:      linux-hams@vger.kernel.org
2120 W:      http://www.baycom.org/~tom/ham/ham.html
2121 S:      Maintained
2122 F:      drivers/net/hamradio/baycom*
2123
2124 BCACHE (BLOCK LAYER CACHE)
2125 M:      Kent Overstreet <kent.overstreet@gmail.com>
2126 L:      linux-bcache@vger.kernel.org
2127 W:      http://bcache.evilpiepirate.org
2128 S:      Maintained
2129 F:      drivers/md/bcache/
2130
2131 BDISP ST MEDIA DRIVER
2132 M:      Fabien Dessenne <fabien.dessenne@st.com>
2133 L:      linux-media@vger.kernel.org
2134 T:      git git://linuxtv.org/media_tree.git
2135 W:      http://linuxtv.org
2136 S:      Supported
2137 F:      drivers/media/platform/sti/bdisp
2138
2139 BEFS FILE SYSTEM
2140 S:      Orphan
2141 F:      Documentation/filesystems/befs.txt
2142 F:      fs/befs/
2143
2144 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2145 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2146 L:      netdev@vger.kernel.org
2147 S:      Maintained
2148 F:      drivers/net/ethernet/ec_bhf.c
2149
2150 BFS FILE SYSTEM
2151 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2152 S:      Maintained
2153 F:      Documentation/filesystems/bfs.txt
2154 F:      fs/bfs/
2155 F:      include/uapi/linux/bfs_fs.h
2156
2157 BLACKFIN ARCHITECTURE
2158 M:      Steven Miao <realmz6@gmail.com>
2159 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2160 T:      git git://git.code.sf.net/p/adi-linux/code
2161 W:      http://blackfin.uclinux.org
2162 S:      Supported
2163 F:      arch/blackfin/
2164
2165 BLACKFIN EMAC DRIVER
2166 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2167 W:      http://blackfin.uclinux.org
2168 S:      Supported
2169 F:      drivers/net/ethernet/adi/
2170
2171 BLACKFIN RTC DRIVER
2172 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2173 W:      http://blackfin.uclinux.org
2174 S:      Supported
2175 F:      drivers/rtc/rtc-bfin.c
2176
2177 BLACKFIN SDH DRIVER
2178 M:      Sonic Zhang <sonic.zhang@analog.com>
2179 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2180 W:      http://blackfin.uclinux.org
2181 S:      Supported
2182 F:      drivers/mmc/host/bfin_sdh.c
2183
2184 BLACKFIN SERIAL DRIVER
2185 M:      Sonic Zhang <sonic.zhang@analog.com>
2186 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2187 W:      http://blackfin.uclinux.org
2188 S:      Supported
2189 F:      drivers/tty/serial/bfin_uart.c
2190
2191 BLACKFIN WATCHDOG DRIVER
2192 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2193 W:      http://blackfin.uclinux.org
2194 S:      Supported
2195 F:      drivers/watchdog/bfin_wdt.c
2196
2197 BLACKFIN I2C TWI DRIVER
2198 M:      Sonic Zhang <sonic.zhang@analog.com>
2199 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2200 W:      http://blackfin.uclinux.org/
2201 S:      Supported
2202 F:      drivers/i2c/busses/i2c-bfin-twi.c
2203
2204 BLACKFIN MEDIA DRIVER
2205 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2206 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2207 W:      http://blackfin.uclinux.org/
2208 S:      Supported
2209 F:      drivers/media/platform/blackfin/
2210 F:      drivers/media/i2c/adv7183*
2211 F:      drivers/media/i2c/vs6624*
2212
2213 BLINKM RGB LED DRIVER
2214 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2215 S:      Maintained
2216 F:      drivers/leds/leds-blinkm.c
2217
2218 BLOCK LAYER
2219 M:      Jens Axboe <axboe@kernel.dk>
2220 L:      linux-block@vger.kernel.org
2221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2222 S:      Maintained
2223 F:      block/
2224 F:      kernel/trace/blktrace.c
2225
2226 BLOCK2MTD DRIVER
2227 M:      Joern Engel <joern@lazybastard.org>
2228 L:      linux-mtd@lists.infradead.org
2229 S:      Maintained
2230 F:      drivers/mtd/devices/block2mtd.c
2231
2232 BLUETOOTH DRIVERS
2233 M:      Marcel Holtmann <marcel@holtmann.org>
2234 M:      Gustavo Padovan <gustavo@padovan.org>
2235 M:      Johan Hedberg <johan.hedberg@gmail.com>
2236 L:      linux-bluetooth@vger.kernel.org
2237 W:      http://www.bluez.org/
2238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2240 S:      Maintained
2241 F:      drivers/bluetooth/
2242
2243 BLUETOOTH SUBSYSTEM
2244 M:      Marcel Holtmann <marcel@holtmann.org>
2245 M:      Gustavo Padovan <gustavo@padovan.org>
2246 M:      Johan Hedberg <johan.hedberg@gmail.com>
2247 L:      linux-bluetooth@vger.kernel.org
2248 W:      http://www.bluez.org/
2249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2251 S:      Maintained
2252 F:      net/bluetooth/
2253 F:      include/net/bluetooth/
2254
2255 BONDING DRIVER
2256 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2257 M:      Veaceslav Falico <vfalico@gmail.com>
2258 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2259 L:      netdev@vger.kernel.org
2260 W:      http://sourceforge.net/projects/bonding/
2261 S:      Supported
2262 F:      drivers/net/bonding/
2263 F:      include/uapi/linux/if_bonding.h
2264
2265 BPF (Safe dynamic programs and tools)
2266 M:      Alexei Starovoitov <ast@kernel.org>
2267 L:      netdev@vger.kernel.org
2268 L:      linux-kernel@vger.kernel.org
2269 S:      Supported
2270 F:      kernel/bpf/
2271
2272 BROADCOM B44 10/100 ETHERNET DRIVER
2273 M:      Gary Zambrano <zambrano@broadcom.com>
2274 L:      netdev@vger.kernel.org
2275 S:      Supported
2276 F:      drivers/net/ethernet/broadcom/b44.*
2277
2278 BROADCOM GENET ETHERNET DRIVER
2279 M:      Florian Fainelli <f.fainelli@gmail.com>
2280 L:      netdev@vger.kernel.org
2281 S:      Supported
2282 F:      drivers/net/ethernet/broadcom/genet/
2283
2284 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2285 M:      Sony Chacko <sony.chacko@qlogic.com>
2286 M:      Dept-HSGLinuxNICDev@qlogic.com
2287 L:      netdev@vger.kernel.org
2288 S:      Supported
2289 F:      drivers/net/ethernet/broadcom/bnx2.*
2290 F:      drivers/net/ethernet/broadcom/bnx2_*
2291
2292 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2293 M:      Ariel Elior <ariel.elior@qlogic.com>
2294 L:      netdev@vger.kernel.org
2295 S:      Supported
2296 F:      drivers/net/ethernet/broadcom/bnx2x/
2297
2298 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2299 M:      Florian Fainelli <f.fainelli@gmail.com>
2300 M:      Ray Jui <rjui@broadcom.com>
2301 M:      Scott Branden <sbranden@broadcom.com>
2302 L:      bcm-kernel-feedback-list@broadcom.com
2303 T:      git git://github.com/broadcom/mach-bcm
2304 S:      Maintained
2305 F:      arch/arm/mach-bcm/
2306 F:      arch/arm/boot/dts/bcm113*
2307 F:      arch/arm/boot/dts/bcm216*
2308 F:      arch/arm/boot/dts/bcm281*
2309 F:      arch/arm/configs/bcm_defconfig
2310 F:      drivers/mmc/host/sdhci-bcm-kona.c
2311 F:      drivers/clocksource/bcm_kona_timer.c
2312
2313 BROADCOM BCM2835 ARM ARCHITECTURE
2314 M:      Stephen Warren <swarren@wwwdotorg.org>
2315 M:      Lee Jones <lee@kernel.org>
2316 M:      Eric Anholt <eric@anholt.net>
2317 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2320 S:      Maintained
2321 N:      bcm2835
2322
2323 BROADCOM BCM33XX MIPS ARCHITECTURE
2324 M:      Kevin Cernekee <cernekee@gmail.com>
2325 L:      linux-mips@linux-mips.org
2326 S:      Maintained
2327 F:      arch/mips/bcm3384/*
2328 F:      arch/mips/include/asm/mach-bcm3384/*
2329 F:      arch/mips/kernel/*bmips*
2330
2331 BROADCOM BCM47XX MIPS ARCHITECTURE
2332 M:      Hauke Mehrtens <hauke@hauke-m.de>
2333 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2334 L:      linux-mips@linux-mips.org
2335 S:      Maintained
2336 F:      arch/mips/bcm47xx/*
2337 F:      arch/mips/include/asm/mach-bcm47xx/*
2338
2339 BROADCOM BCM5301X ARM ARCHITECTURE
2340 M:      Hauke Mehrtens <hauke@hauke-m.de>
2341 L:      linux-arm-kernel@lists.infradead.org
2342 S:      Maintained
2343 F:      arch/arm/mach-bcm/bcm_5301x.c
2344 F:      arch/arm/boot/dts/bcm5301x.dtsi
2345 F:      arch/arm/boot/dts/bcm470*
2346
2347 BROADCOM BCM63XX ARM ARCHITECTURE
2348 M:      Florian Fainelli <f.fainelli@gmail.com>
2349 L:      linux-arm-kernel@lists.infradead.org
2350 T:      git git://github.com/broadcom/arm-bcm63xx.git
2351 S:      Maintained
2352 F:      arch/arm/mach-bcm/bcm63xx.c
2353 F:      arch/arm/include/debug/bcm63xx.S
2354
2355 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2356 M:      Kevin Cernekee <cernekee@gmail.com>
2357 L:      linux-usb@vger.kernel.org
2358 S:      Maintained
2359 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2360
2361 BROADCOM BCM7XXX ARM ARCHITECTURE
2362 M:      Brian Norris <computersforpeace@gmail.com>
2363 M:      Gregory Fong <gregory.0xf0@gmail.com>
2364 M:      Florian Fainelli <f.fainelli@gmail.com>
2365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2366 T:      git git://github.com/broadcom/stblinux.git
2367 S:      Maintained
2368 F:      arch/arm/mach-bcm/*brcmstb*
2369 F:      arch/arm/boot/dts/bcm7*.dts*
2370 F:      drivers/bus/brcmstb_gisb.c
2371 N:      brcmstb
2372
2373 BROADCOM BMIPS MIPS ARCHITECTURE
2374 M:      Kevin Cernekee <cernekee@gmail.com>
2375 M:      Florian Fainelli <f.fainelli@gmail.com>
2376 L:      linux-mips@linux-mips.org
2377 T:      git git://github.com/broadcom/stblinux.git
2378 S:      Maintained
2379 F:      arch/mips/bmips/*
2380 F:      arch/mips/include/asm/mach-bmips/*
2381 F:      arch/mips/kernel/*bmips*
2382 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2383 F:      drivers/irqchip/irq-bcm7*
2384 F:      drivers/irqchip/irq-brcmstb*
2385
2386 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2387 M:      Prashant Sreedharan <prashant@broadcom.com>
2388 M:      Michael Chan <mchan@broadcom.com>
2389 L:      netdev@vger.kernel.org
2390 S:      Supported
2391 F:      drivers/net/ethernet/broadcom/tg3.*
2392
2393 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2394 M:      Brett Rudley <brudley@broadcom.com>
2395 M:      Arend van Spriel <arend@broadcom.com>
2396 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2397 M:      Hante Meuleman <meuleman@broadcom.com>
2398 L:      linux-wireless@vger.kernel.org
2399 L:      brcm80211-dev-list@broadcom.com
2400 S:      Supported
2401 F:      drivers/net/wireless/brcm80211/
2402
2403 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2404 M:      QLogic-Storage-Upstream@qlogic.com
2405 L:      linux-scsi@vger.kernel.org
2406 S:      Supported
2407 F:      drivers/scsi/bnx2fc/
2408
2409 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2410 M:      QLogic-Storage-Upstream@qlogic.com
2411 L:      linux-scsi@vger.kernel.org
2412 S:      Supported
2413 F:      drivers/scsi/bnx2i/
2414
2415 BROADCOM IPROC ARM ARCHITECTURE
2416 M:      Ray Jui <rjui@broadcom.com>
2417 M:      Scott Branden <sbranden@broadcom.com>
2418 M:      Jon Mason <jonmason@broadcom.com>
2419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2420 L:      bcm-kernel-feedback-list@broadcom.com
2421 T:      git git://github.com/broadcom/cygnus-linux.git
2422 S:      Maintained
2423 N:      iproc
2424 N:      cygnus
2425 N:      nsp
2426 N:      bcm9113*
2427 N:      bcm9583*
2428 N:      bcm9585*
2429 N:      bcm9586*
2430 N:      bcm988312
2431 N:      bcm113*
2432 N:      bcm583*
2433 N:      bcm585*
2434 N:      bcm586*
2435 N:      bcm88312
2436
2437 BROADCOM BRCMSTB GPIO DRIVER
2438 M:      Gregory Fong <gregory.0xf0@gmail.com>
2439 L:      bcm-kernel-feedback-list@broadcom.com>
2440 S:      Supported
2441 F:      drivers/gpio/gpio-brcmstb.c
2442 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2443
2444 BROADCOM KONA GPIO DRIVER
2445 M:      Ray Jui <rjui@broadcom.com>
2446 L:      bcm-kernel-feedback-list@broadcom.com
2447 S:      Supported
2448 F:      drivers/gpio/gpio-bcm-kona.c
2449 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2450
2451 BROADCOM NVRAM DRIVER
2452 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2453 L:      linux-mips@linux-mips.org
2454 S:      Maintained
2455 F:      drivers/firmware/broadcom/*
2456
2457 BROADCOM STB NAND FLASH DRIVER
2458 M:      Brian Norris <computersforpeace@gmail.com>
2459 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2460 L:      linux-mtd@lists.infradead.org
2461 L:      bcm-kernel-feedback-list@broadcom.com
2462 S:      Maintained
2463 F:      drivers/mtd/nand/brcmnand/
2464
2465 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2466 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2467 L:      linux-wireless@vger.kernel.org
2468 S:      Maintained
2469 F:      drivers/bcma/
2470 F:      include/linux/bcma/
2471
2472 BROADCOM SYSTEMPORT ETHERNET DRIVER
2473 M:      Florian Fainelli <f.fainelli@gmail.com>
2474 L:      netdev@vger.kernel.org
2475 S:      Supported
2476 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2477
2478 BROCADE BFA FC SCSI DRIVER
2479 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2480 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2481 L:      linux-scsi@vger.kernel.org
2482 S:      Supported
2483 F:      drivers/scsi/bfa/
2484
2485 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2486 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2487 L:      netdev@vger.kernel.org
2488 S:      Supported
2489 F:      drivers/net/ethernet/brocade/bna/
2490
2491 BSG (block layer generic sg v4 driver)
2492 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2493 L:      linux-scsi@vger.kernel.org
2494 S:      Supported
2495 F:      block/bsg.c
2496 F:      include/linux/bsg.h
2497 F:      include/uapi/linux/bsg.h
2498
2499 BT87X AUDIO DRIVER
2500 M:      Clemens Ladisch <clemens@ladisch.de>
2501 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2502 T:      git git://git.alsa-project.org/alsa-kernel.git
2503 S:      Maintained
2504 F:      Documentation/sound/alsa/Bt87x.txt
2505 F:      sound/pci/bt87x.c
2506
2507 BT8XXGPIO DRIVER
2508 M:      Michael Buesch <m@bues.ch>
2509 W:      http://bu3sch.de/btgpio.php
2510 S:      Maintained
2511 F:      drivers/gpio/gpio-bt8xx.c
2512
2513 BTRFS FILE SYSTEM
2514 M:      Chris Mason <clm@fb.com>
2515 M:      Josef Bacik <jbacik@fb.com>
2516 M:      David Sterba <dsterba@suse.com>
2517 L:      linux-btrfs@vger.kernel.org
2518 W:      http://btrfs.wiki.kernel.org/
2519 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2521 S:      Maintained
2522 F:      Documentation/filesystems/btrfs.txt
2523 F:      fs/btrfs/
2524
2525 BTTV VIDEO4LINUX DRIVER
2526 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2527 L:      linux-media@vger.kernel.org
2528 W:      http://linuxtv.org
2529 T:      git git://linuxtv.org/media_tree.git
2530 S:      Odd fixes
2531 F:      Documentation/video4linux/bttv/
2532 F:      drivers/media/pci/bt8xx/bttv*
2533
2534 BUSLOGIC SCSI DRIVER
2535 M:      Khalid Aziz <khalid@gonehiking.org>
2536 L:      linux-scsi@vger.kernel.org
2537 S:      Maintained
2538 F:      drivers/scsi/BusLogic.*
2539 F:      drivers/scsi/FlashPoint.*
2540
2541 C-MEDIA CMI8788 DRIVER
2542 M:      Clemens Ladisch <clemens@ladisch.de>
2543 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2544 T:      git git://git.alsa-project.org/alsa-kernel.git
2545 S:      Maintained
2546 F:      sound/pci/oxygen/
2547
2548 C6X ARCHITECTURE
2549 M:      Mark Salter <msalter@redhat.com>
2550 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2551 L:      linux-c6x-dev@linux-c6x.org
2552 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2553 S:      Maintained
2554 F:      arch/c6x/
2555
2556 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2557 M:      David Howells <dhowells@redhat.com>
2558 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2559 S:      Supported
2560 F:      Documentation/filesystems/caching/cachefiles.txt
2561 F:      fs/cachefiles/
2562
2563 CADET FM/AM RADIO RECEIVER DRIVER
2564 M:      Hans Verkuil <hverkuil@xs4all.nl>
2565 L:      linux-media@vger.kernel.org
2566 T:      git git://linuxtv.org/media_tree.git
2567 W:      http://linuxtv.org
2568 S:      Maintained
2569 F:      drivers/media/radio/radio-cadet*
2570
2571 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2572 M:      Jonathan Corbet <corbet@lwn.net>
2573 L:      linux-media@vger.kernel.org
2574 T:      git git://linuxtv.org/media_tree.git
2575 S:      Maintained
2576 F:      Documentation/video4linux/cafe_ccic
2577 F:      drivers/media/platform/marvell-ccic/
2578
2579 CAIF NETWORK LAYER
2580 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2581 L:      netdev@vger.kernel.org
2582 S:      Supported
2583 F:      Documentation/networking/caif/
2584 F:      drivers/net/caif/
2585 F:      include/uapi/linux/caif/
2586 F:      include/net/caif/
2587 F:      net/caif/
2588
2589 CALGARY x86-64 IOMMU
2590 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2591 M:      "Jon D. Mason" <jdmason@kudzu.us>
2592 L:      discuss@x86-64.org
2593 S:      Maintained
2594 F:      arch/x86/kernel/pci-calgary_64.c
2595 F:      arch/x86/kernel/tce_64.c
2596 F:      arch/x86/include/asm/calgary.h
2597 F:      arch/x86/include/asm/tce.h
2598
2599 CAN NETWORK LAYER
2600 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2601 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2602 L:      linux-can@vger.kernel.org
2603 W:      https://github.com/linux-can
2604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2606 S:      Maintained
2607 F:      Documentation/networking/can.txt
2608 F:      net/can/
2609 F:      include/linux/can/core.h
2610 F:      include/uapi/linux/can.h
2611 F:      include/uapi/linux/can/bcm.h
2612 F:      include/uapi/linux/can/raw.h
2613 F:      include/uapi/linux/can/gw.h
2614
2615 CAN NETWORK DRIVERS
2616 M:      Wolfgang Grandegger <wg@grandegger.com>
2617 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2618 L:      linux-can@vger.kernel.org
2619 W:      https://github.com/linux-can
2620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2622 S:      Maintained
2623 F:      drivers/net/can/
2624 F:      include/linux/can/dev.h
2625 F:      include/linux/can/platform/
2626 F:      include/uapi/linux/can/error.h
2627 F:      include/uapi/linux/can/netlink.h
2628
2629 CAPABILITIES
2630 M:      Serge Hallyn <serge.hallyn@canonical.com>
2631 L:      linux-security-module@vger.kernel.org
2632 S:      Supported
2633 F:      include/linux/capability.h
2634 F:      include/uapi/linux/capability.h
2635 F:      security/commoncap.c
2636 F:      kernel/capability.c
2637
2638 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2639 M:      Kevin Tsai <ktsai@capellamicro.com>
2640 S:      Maintained
2641 F:      drivers/iio/light/cm*
2642 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2643
2644 CAVIUM LIQUIDIO NETWORK DRIVER
2645 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2646 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2647 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2648 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2649 L:     netdev@vger.kernel.org
2650 W:     http://www.cavium.com
2651 S:     Supported
2652 F:     drivers/net/ethernet/cavium/liquidio/
2653
2654 CC2520 IEEE-802.15.4 RADIO DRIVER
2655 M:      Varka Bhadram <varkabhadram@gmail.com>
2656 L:      linux-wpan@vger.kernel.org
2657 S:      Maintained
2658 F:      drivers/net/ieee802154/cc2520.c
2659 F:      include/linux/spi/cc2520.h
2660 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2661
2662 CELL BROADBAND ENGINE ARCHITECTURE
2663 M:      Arnd Bergmann <arnd@arndb.de>
2664 L:      linuxppc-dev@lists.ozlabs.org
2665 W:      http://www.ibm.com/developerworks/power/cell/
2666 S:      Supported
2667 F:      arch/powerpc/include/asm/cell*.h
2668 F:      arch/powerpc/include/asm/spu*.h
2669 F:      arch/powerpc/include/uapi/asm/spu*.h
2670 F:      arch/powerpc/oprofile/*cell*
2671 F:      arch/powerpc/platforms/cell/
2672
2673 CEPH COMMON CODE (LIBCEPH)
2674 M:      Ilya Dryomov <idryomov@gmail.com>
2675 M:      "Yan, Zheng" <zyan@redhat.com>
2676 M:      Sage Weil <sage@redhat.com>
2677 L:      ceph-devel@vger.kernel.org
2678 W:      http://ceph.com/
2679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2680 T:      git git://github.com/ceph/ceph-client.git
2681 S:      Supported
2682 F:      net/ceph/
2683 F:      include/linux/ceph/
2684 F:      include/linux/crush/
2685
2686 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2687 M:      "Yan, Zheng" <zyan@redhat.com>
2688 M:      Sage Weil <sage@redhat.com>
2689 M:      Ilya Dryomov <idryomov@gmail.com>
2690 L:      ceph-devel@vger.kernel.org
2691 W:      http://ceph.com/
2692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2693 T:      git git://github.com/ceph/ceph-client.git
2694 S:      Supported
2695 F:      Documentation/filesystems/ceph.txt
2696 F:      fs/ceph/
2697
2698 CERTIFICATE HANDLING:
2699 M:      David Howells <dhowells@redhat.com>
2700 M:      David Woodhouse <dwmw2@infradead.org>
2701 L:      keyrings@linux-nfs.org
2702 S:      Maintained
2703 F:      Documentation/module-signing.txt
2704 F:      certs/
2705 F:      scripts/extract-cert.c
2706
2707 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2708 L:      linux-usb@vger.kernel.org
2709 S:      Orphan
2710 F:      Documentation/usb/WUSB-Design-overview.txt
2711 F:      Documentation/usb/wusb-cbaf
2712 F:      drivers/usb/host/hwa-hc.c
2713 F:      drivers/usb/host/whci/
2714 F:      drivers/usb/wusbcore/
2715 F:      include/linux/usb/wusb*
2716
2717 CFAG12864B LCD DRIVER
2718 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2719 W:      http://miguelojeda.es/auxdisplay.htm
2720 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2721 S:      Maintained
2722 F:      drivers/auxdisplay/cfag12864b.c
2723 F:      include/linux/cfag12864b.h
2724
2725 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2726 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2727 W:      http://miguelojeda.es/auxdisplay.htm
2728 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2729 S:      Maintained
2730 F:      drivers/auxdisplay/cfag12864bfb.c
2731 F:      include/linux/cfag12864b.h
2732
2733 CFG80211 and NL80211
2734 M:      Johannes Berg <johannes@sipsolutions.net>
2735 L:      linux-wireless@vger.kernel.org
2736 W:      http://wireless.kernel.org/
2737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2739 S:      Maintained
2740 F:      include/uapi/linux/nl80211.h
2741 F:      include/net/cfg80211.h
2742 F:      net/wireless/*
2743 X:      net/wireless/wext*
2744
2745 CHAR and MISC DRIVERS
2746 M:      Arnd Bergmann <arnd@arndb.de>
2747 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2749 S:      Supported
2750 F:      drivers/char/*
2751 F:      drivers/misc/*
2752 F:      include/linux/miscdevice.h
2753
2754 CHECKPATCH
2755 M:      Andy Whitcroft <apw@canonical.com>
2756 M:      Joe Perches <joe@perches.com>
2757 S:      Maintained
2758 F:      scripts/checkpatch.pl
2759
2760 CHINESE DOCUMENTATION
2761 M:      Harry Wei <harryxiyou@gmail.com>
2762 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2763 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2764 S:      Maintained
2765 F:      Documentation/zh_CN/
2766
2767 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2768 M:      Peter Chen <Peter.Chen@freescale.com>
2769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2770 L:      linux-usb@vger.kernel.org
2771 S:      Maintained
2772 F:      drivers/usb/chipidea/
2773
2774 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2775 M:      Hans de Goede <hdegoede@redhat.com>
2776 L:      linux-input@vger.kernel.org
2777 S:      Maintained
2778 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2779 F:      drivers/input/touchscreen/chipone_icn8318.c
2780
2781 CHROME HARDWARE PLATFORM SUPPORT
2782 M:      Olof Johansson <olof@lixom.net>
2783 S:      Maintained
2784 F:      drivers/platform/chrome/
2785
2786 CISCO VIC ETHERNET NIC DRIVER
2787 M:      Christian Benvenuti <benve@cisco.com>
2788 M:      Sujith Sankar <ssujith@cisco.com>
2789 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2790 M:      Neel Patel <neepatel@cisco.com>
2791 S:      Supported
2792 F:      drivers/net/ethernet/cisco/enic/
2793
2794 CISCO VIC LOW LATENCY NIC DRIVER
2795 M:      Christian Benvenuti <benve@cisco.com>
2796 M:      Dave Goodell <dgoodell@cisco.com>
2797 S:      Supported
2798 F:      drivers/infiniband/hw/usnic/
2799
2800 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2801 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2802 L:      netdev@vger.kernel.org
2803 S:      Maintained
2804 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2805
2806 CIRRUS LOGIC AUDIO CODEC DRIVERS
2807 M:      Brian Austin <brian.austin@cirrus.com>
2808 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2809 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2810 S:      Maintained
2811 F:      sound/soc/codecs/cs*
2812
2813 CLEANCACHE API
2814 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2815 L:      linux-kernel@vger.kernel.org
2816 S:      Maintained
2817 F:      mm/cleancache.c
2818 F:      include/linux/cleancache.h
2819
2820 CLK API
2821 M:      Russell King <linux@arm.linux.org.uk>
2822 L:      linux-clk@vger.kernel.org
2823 S:      Maintained
2824 F:      include/linux/clk.h
2825
2826 CLOCKSOURCE, CLOCKEVENT DRIVERS
2827 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2828 M:      Thomas Gleixner <tglx@linutronix.de>
2829 L:      linux-kernel@vger.kernel.org
2830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2831 S:      Supported
2832 F:      drivers/clocksource
2833
2834 CISCO FCOE HBA DRIVER
2835 M:      Hiral Patel <hiralpat@cisco.com>
2836 M:      Suma Ramars <sramars@cisco.com>
2837 M:      Brian Uchino <buchino@cisco.com>
2838 L:      linux-scsi@vger.kernel.org
2839 S:      Supported
2840 F:      drivers/scsi/fnic/
2841
2842 CISCO SCSI HBA DRIVER
2843 M:      Narsimhulu Musini <nmusini@cisco.com>
2844 M:      Sesidhar Baddela <sebaddel@cisco.com>
2845 L:      linux-scsi@vger.kernel.org
2846 S:      Supported
2847 F:      drivers/scsi/snic/
2848
2849 CMPC ACPI DRIVER
2850 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2851 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2852 L:      platform-driver-x86@vger.kernel.org
2853 S:      Supported
2854 F:      drivers/platform/x86/classmate-laptop.c
2855
2856 COBALT MEDIA DRIVER
2857 M:      Hans Verkuil <hans.verkuil@cisco.com>
2858 L:      linux-media@vger.kernel.org
2859 T:      git git://linuxtv.org/media_tree.git
2860 W:      http://linuxtv.org
2861 S:      Supported
2862 F:      drivers/media/pci/cobalt/
2863
2864 COCCINELLE/Semantic Patches (SmPL)
2865 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2866 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2867 M:      Nicolas Palix <nicolas.palix@imag.fr>
2868 M:      Michal Marek <mmarek@suse.com>
2869 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2871 W:      http://coccinelle.lip6.fr/
2872 S:      Supported
2873 F:      Documentation/coccinelle.txt
2874 F:      scripts/coccinelle/
2875 F:      scripts/coccicheck
2876
2877 CODA FILE SYSTEM
2878 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2879 M:      coda@cs.cmu.edu
2880 L:      codalist@coda.cs.cmu.edu
2881 W:      http://www.coda.cs.cmu.edu/
2882 S:      Maintained
2883 F:      Documentation/filesystems/coda.txt
2884 F:      fs/coda/
2885 F:      include/linux/coda*.h
2886 F:      include/uapi/linux/coda*.h
2887
2888 CODA V4L2 MEM2MEM DRIVER
2889 M:      Philipp Zabel <p.zabel@pengutronix.de>
2890 L:      linux-media@vger.kernel.org
2891 S:      Maintained
2892 F:      Documentation/devicetree/bindings/media/coda.txt
2893 F:      drivers/media/platform/coda/
2894
2895 COMMON CLK FRAMEWORK
2896 M:      Michael Turquette <mturquette@baylibre.com>
2897 M:      Stephen Boyd <sboyd@codeaurora.org>
2898 L:      linux-clk@vger.kernel.org
2899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2900 S:      Maintained
2901 F:      drivers/clk/
2902 X:      drivers/clk/clkdev.c
2903 F:      include/linux/clk-pr*
2904 F:      include/linux/clk/
2905
2906 COMMON INTERNET FILE SYSTEM (CIFS)
2907 M:      Steve French <sfrench@samba.org>
2908 L:      linux-cifs@vger.kernel.org
2909 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2910 W:      http://linux-cifs.samba.org/
2911 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2912 S:      Supported
2913 F:      Documentation/filesystems/cifs/
2914 F:      fs/cifs/
2915
2916 COMPACTPCI HOTPLUG CORE
2917 M:      Scott Murray <scott@spiteful.org>
2918 L:      linux-pci@vger.kernel.org
2919 S:      Maintained
2920 F:      drivers/pci/hotplug/cpci_hotplug*
2921
2922 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2923 M:      Scott Murray <scott@spiteful.org>
2924 L:      linux-pci@vger.kernel.org
2925 S:      Maintained
2926 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2927
2928 COMPACTPCI HOTPLUG GENERIC DRIVER
2929 M:      Scott Murray <scott@spiteful.org>
2930 L:      linux-pci@vger.kernel.org
2931 S:      Maintained
2932 F:      drivers/pci/hotplug/cpcihp_generic.c
2933
2934 COMPAL LAPTOP SUPPORT
2935 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2936 L:      platform-driver-x86@vger.kernel.org
2937 S:      Maintained
2938 F:      drivers/platform/x86/compal-laptop.c
2939
2940 CONEXANT ACCESSRUNNER USB DRIVER
2941 L:      accessrunner-general@lists.sourceforge.net
2942 W:      http://accessrunner.sourceforge.net/
2943 S:      Orphan
2944 F:      drivers/usb/atm/cxacru.c
2945
2946 CONFIGFS
2947 M:      Joel Becker <jlbec@evilplan.org>
2948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2949 S:      Supported
2950 F:      fs/configfs/
2951 F:      include/linux/configfs.h
2952
2953 CONNECTOR
2954 M:      Evgeniy Polyakov <zbr@ioremap.net>
2955 L:      netdev@vger.kernel.org
2956 S:      Maintained
2957 F:      drivers/connector/
2958
2959 CONTROL GROUP (CGROUP)
2960 M:      Tejun Heo <tj@kernel.org>
2961 M:      Li Zefan <lizefan@huawei.com>
2962 M:      Johannes Weiner <hannes@cmpxchg.org>
2963 L:      cgroups@vger.kernel.org
2964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2965 S:      Maintained
2966 F:      Documentation/cgroups/
2967 F:      include/linux/cgroup*
2968 F:      kernel/cgroup*
2969
2970 CONTROL GROUP - CPUSET
2971 M:      Li Zefan <lizefan@huawei.com>
2972 L:      cgroups@vger.kernel.org
2973 W:      http://www.bullopensource.org/cpuset/
2974 W:      http://oss.sgi.com/projects/cpusets/
2975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2976 S:      Maintained
2977 F:      Documentation/cgroups/cpusets.txt
2978 F:      include/linux/cpuset.h
2979 F:      kernel/cpuset.c
2980
2981 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2982 M:      Johannes Weiner <hannes@cmpxchg.org>
2983 M:      Michal Hocko <mhocko@kernel.org>
2984 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
2985 L:      cgroups@vger.kernel.org
2986 L:      linux-mm@kvack.org
2987 S:      Maintained
2988 F:      mm/memcontrol.c
2989 F:      mm/swap_cgroup.c
2990
2991 CORETEMP HARDWARE MONITORING DRIVER
2992 M:      Fenghua Yu <fenghua.yu@intel.com>
2993 L:      lm-sensors@lm-sensors.org
2994 S:      Maintained
2995 F:      Documentation/hwmon/coretemp
2996 F:      drivers/hwmon/coretemp.c
2997
2998 COSA/SRP SYNC SERIAL DRIVER
2999 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3000 W:      http://www.fi.muni.cz/~kas/cosa/
3001 S:      Maintained
3002 F:      drivers/net/wan/cosa*
3003
3004 CPMAC ETHERNET DRIVER
3005 M:      Florian Fainelli <florian@openwrt.org>
3006 L:      netdev@vger.kernel.org
3007 S:      Maintained
3008 F:      drivers/net/ethernet/ti/cpmac.c
3009
3010 CPU FREQUENCY DRIVERS
3011 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3012 M:      Viresh Kumar <viresh.kumar@linaro.org>
3013 L:      linux-pm@vger.kernel.org
3014 S:      Maintained
3015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3016 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3017 F:      drivers/cpufreq/
3018 F:      include/linux/cpufreq.h
3019
3020 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3021 M:      Viresh Kumar <viresh.kumar@linaro.org>
3022 M:      Sudeep Holla <sudeep.holla@arm.com>
3023 L:      linux-pm@vger.kernel.org
3024 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3025 S:      Maintained
3026 F:      drivers/cpufreq/arm_big_little.h
3027 F:      drivers/cpufreq/arm_big_little.c
3028 F:      drivers/cpufreq/arm_big_little_dt.c
3029
3030 CPUIDLE DRIVER - ARM BIG LITTLE
3031 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3032 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3033 L:      linux-pm@vger.kernel.org
3034 L:      linux-arm-kernel@lists.infradead.org
3035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3036 S:      Maintained
3037 F:      drivers/cpuidle/cpuidle-big_little.c
3038
3039 CPUIDLE DRIVER - ARM EXYNOS
3040 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3041 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3042 M:      Kukjin Kim <kgene@kernel.org>
3043 L:      linux-pm@vger.kernel.org
3044 L:      linux-samsung-soc@vger.kernel.org
3045 S:      Supported
3046 F:      drivers/cpuidle/cpuidle-exynos.c
3047 F:      arch/arm/mach-exynos/pm.c
3048
3049 CPUIDLE DRIVERS
3050 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3051 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3052 L:      linux-pm@vger.kernel.org
3053 S:      Maintained
3054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3055 F:      drivers/cpuidle/*
3056 F:      include/linux/cpuidle.h
3057
3058 CPUID/MSR DRIVER
3059 M:      "H. Peter Anvin" <hpa@zytor.com>
3060 S:      Maintained
3061 F:      arch/x86/kernel/cpuid.c
3062 F:      arch/x86/kernel/msr.c
3063
3064 CPU POWER MONITORING SUBSYSTEM
3065 M:      Thomas Renninger <trenn@suse.com>
3066 L:      linux-pm@vger.kernel.org
3067 S:      Maintained
3068 F:      tools/power/cpupower/
3069
3070 CRAMFS FILESYSTEM
3071 W:      http://sourceforge.net/projects/cramfs/
3072 S:      Orphan / Obsolete
3073 F:      Documentation/filesystems/cramfs.txt
3074 F:      fs/cramfs/
3075
3076 CRIS PORT
3077 M:      Mikael Starvik <starvik@axis.com>
3078 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3079 L:      linux-cris-kernel@axis.com
3080 W:      http://developer.axis.com
3081 S:      Maintained
3082 F:      arch/cris/
3083 F:      drivers/tty/serial/crisv10.*
3084
3085 CRYPTO API
3086 M:      Herbert Xu <herbert@gondor.apana.org.au>
3087 M:      "David S. Miller" <davem@davemloft.net>
3088 L:      linux-crypto@vger.kernel.org
3089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3090 S:      Maintained
3091 F:      Documentation/crypto/
3092 F:      Documentation/DocBook/crypto-API.tmpl
3093 F:      arch/*/crypto/
3094 F:      crypto/
3095 F:      drivers/crypto/
3096 F:      include/crypto/
3097
3098 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3099 M:      Neil Horman <nhorman@tuxdriver.com>
3100 L:      linux-crypto@vger.kernel.org
3101 S:      Maintained
3102 F:      crypto/ansi_cprng.c
3103 F:      crypto/rng.c
3104
3105 CS5535 Audio ALSA driver
3106 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3107 S:      Maintained
3108 F:      sound/pci/cs5535audio/
3109
3110 CW1200 WLAN driver
3111 M:      Solomon Peachy <pizza@shaftnet.org>
3112 S:      Maintained
3113 F:      drivers/net/wireless/cw1200/
3114
3115 CX18 VIDEO4LINUX DRIVER
3116 M:      Andy Walls <awalls@md.metrocast.net>
3117 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3118 L:      linux-media@vger.kernel.org
3119 T:      git git://linuxtv.org/media_tree.git
3120 W:      http://linuxtv.org
3121 W:      http://www.ivtvdriver.org/index.php/Cx18
3122 S:      Maintained
3123 F:      Documentation/video4linux/cx18.txt
3124 F:      drivers/media/pci/cx18/
3125 F:      include/uapi/linux/ivtv*
3126
3127 CX2341X MPEG ENCODER HELPER MODULE
3128 M:      Hans Verkuil <hverkuil@xs4all.nl>
3129 L:      linux-media@vger.kernel.org
3130 T:      git git://linuxtv.org/media_tree.git
3131 W:      http://linuxtv.org
3132 S:      Maintained
3133 F:      drivers/media/common/cx2341x*
3134 F:      include/media/cx2341x*
3135
3136 CX24120 MEDIA DRIVER
3137 M:      Jemma Denson <jdenson@gmail.com>
3138 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3139 L:      linux-media@vger.kernel.org
3140 W:      http://linuxtv.org/
3141 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3142 S:      Maintained
3143 F:      drivers/media/dvb-frontends/cx24120*
3144
3145 CX88 VIDEO4LINUX DRIVER
3146 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3147 L:      linux-media@vger.kernel.org
3148 W:      http://linuxtv.org
3149 T:      git git://linuxtv.org/media_tree.git
3150 S:      Odd fixes
3151 F:      Documentation/video4linux/cx88/
3152 F:      drivers/media/pci/cx88/
3153
3154 CXD2820R MEDIA DRIVER
3155 M:      Antti Palosaari <crope@iki.fi>
3156 L:      linux-media@vger.kernel.org
3157 W:      http://linuxtv.org/
3158 W:      http://palosaari.fi/linux/
3159 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3160 T:      git git://linuxtv.org/anttip/media_tree.git
3161 S:      Maintained
3162 F:      drivers/media/dvb-frontends/cxd2820r*
3163
3164 CXGB3 ETHERNET DRIVER (CXGB3)
3165 M:      Santosh Raspatur <santosh@chelsio.com>
3166 L:      netdev@vger.kernel.org
3167 W:      http://www.chelsio.com
3168 S:      Supported
3169 F:      drivers/net/ethernet/chelsio/cxgb3/
3170
3171 CXGB3 ISCSI DRIVER (CXGB3I)
3172 M:      Karen Xie <kxie@chelsio.com>
3173 L:      linux-scsi@vger.kernel.org
3174 W:      http://www.chelsio.com
3175 S:      Supported
3176 F:      drivers/scsi/cxgbi/cxgb3i
3177
3178 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3179 M:      Steve Wise <swise@chelsio.com>
3180 L:      linux-rdma@vger.kernel.org
3181 W:      http://www.openfabrics.org
3182 S:      Supported
3183 F:      drivers/infiniband/hw/cxgb3/
3184
3185 CXGB4 ETHERNET DRIVER (CXGB4)
3186 M:      Hariprasad S <hariprasad@chelsio.com>
3187 L:      netdev@vger.kernel.org
3188 W:      http://www.chelsio.com
3189 S:      Supported
3190 F:      drivers/net/ethernet/chelsio/cxgb4/
3191
3192 CXGB4 ISCSI DRIVER (CXGB4I)
3193 M:      Karen Xie <kxie@chelsio.com>
3194 L:      linux-scsi@vger.kernel.org
3195 W:      http://www.chelsio.com
3196 S:      Supported
3197 F:      drivers/scsi/cxgbi/cxgb4i
3198
3199 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3200 M:      Steve Wise <swise@chelsio.com>
3201 L:      linux-rdma@vger.kernel.org
3202 W:      http://www.openfabrics.org
3203 S:      Supported
3204 F:      drivers/infiniband/hw/cxgb4/
3205
3206 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3207 M:      Casey Leedom <leedom@chelsio.com>
3208 L:      netdev@vger.kernel.org
3209 W:      http://www.chelsio.com
3210 S:      Supported
3211 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3212
3213 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3214 M:      Ian Munsie <imunsie@au1.ibm.com>
3215 M:      Michael Neuling <mikey@neuling.org>
3216 L:      linuxppc-dev@lists.ozlabs.org
3217 S:      Supported
3218 F:      drivers/misc/cxl/
3219 F:      include/misc/cxl*
3220 F:      include/uapi/misc/cxl.h
3221 F:      Documentation/powerpc/cxl.txt
3222 F:      Documentation/powerpc/cxl.txt
3223 F:      Documentation/ABI/testing/sysfs-class-cxl
3224
3225 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3226 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3227 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3228 L:      linux-scsi@vger.kernel.org
3229 S:      Supported
3230 F:      drivers/scsi/cxlflash/
3231 F:      include/uapi/scsi/cxlflash_ioctls.h
3232 F:      Documentation/powerpc/cxlflash.txt
3233
3234 STMMAC ETHERNET DRIVER
3235 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3236 L:      netdev@vger.kernel.org
3237 W:      http://www.stlinux.com
3238 S:      Supported
3239 F:      drivers/net/ethernet/stmicro/stmmac/
3240
3241 CYBERPRO FB DRIVER
3242 M:      Russell King <linux@arm.linux.org.uk>
3243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3244 W:      http://www.arm.linux.org.uk/
3245 S:      Maintained
3246 F:      drivers/video/fbdev/cyber2000fb.*
3247
3248 CYCLADES ASYNC MUX DRIVER
3249 W:      http://www.cyclades.com/
3250 S:      Orphan
3251 F:      drivers/tty/cyclades.c
3252 F:      include/linux/cyclades.h
3253 F:      include/uapi/linux/cyclades.h
3254
3255 CYCLADES PC300 DRIVER
3256 W:      http://www.cyclades.com/
3257 S:      Orphan
3258 F:      drivers/net/wan/pc300*
3259
3260 CYPRESS_FIRMWARE MEDIA DRIVER
3261 M:      Antti Palosaari <crope@iki.fi>
3262 L:      linux-media@vger.kernel.org
3263 W:      http://linuxtv.org/
3264 W:      http://palosaari.fi/linux/
3265 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3266 T:      git git://linuxtv.org/anttip/media_tree.git
3267 S:      Maintained
3268 F:      drivers/media/common/cypress_firmware*
3269
3270 CYTTSP TOUCHSCREEN DRIVER
3271 M:      Ferruh Yigit <fery@cypress.com>
3272 L:      linux-input@vger.kernel.org
3273 S:      Supported
3274 F:      drivers/input/touchscreen/cyttsp*
3275 F:      include/linux/input/cyttsp.h
3276
3277 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3278 M:      Joshua Kinard <kumba@gentoo.org>
3279 S:      Maintained
3280 F:      drivers/rtc/rtc-ds1685.c
3281 F:      include/linux/rtc/ds1685.h
3282
3283 DAMA SLAVE for AX.25
3284 M:      Joerg Reuter <jreuter@yaina.de>
3285 W:      http://yaina.de/jreuter/
3286 W:      http://www.qsl.net/dl1bke/
3287 L:      linux-hams@vger.kernel.org
3288 S:      Maintained
3289 F:      net/ax25/af_ax25.c
3290 F:      net/ax25/ax25_dev.c
3291 F:      net/ax25/ax25_ds_*
3292 F:      net/ax25/ax25_in.c
3293 F:      net/ax25/ax25_out.c
3294 F:      net/ax25/ax25_timer.c
3295 F:      net/ax25/sysctl_net_ax25.c
3296
3297 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3298 L:      netdev@vger.kernel.org
3299 S:      Orphan
3300 F:      Documentation/networking/dmfe.txt
3301 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3302
3303 DC390/AM53C974 SCSI driver
3304 M:      Hannes Reinecke <hare@suse.com>
3305 L:      linux-scsi@vger.kernel.org
3306 S:      Maintained
3307 F:      drivers/scsi/am53c974.c
3308
3309 DC395x SCSI driver
3310 M:      Oliver Neukum <oliver@neukum.org>
3311 M:      Ali Akcaagac <aliakc@web.de>
3312 M:      Jamie Lenehan <lenehan@twibble.org>
3313 L:      dc395x@twibble.org
3314 W:      http://twibble.org/dist/dc395x/
3315 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3316 S:      Maintained
3317 F:      Documentation/scsi/dc395x.txt
3318 F:      drivers/scsi/dc395x.*
3319
3320 DCCP PROTOCOL
3321 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3322 L:      dccp@vger.kernel.org
3323 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3324 S:      Maintained
3325 F:      include/linux/dccp.h
3326 F:      include/uapi/linux/dccp.h
3327 F:      include/linux/tfrc.h
3328 F:      net/dccp/
3329
3330 DECnet NETWORK LAYER
3331 W:      http://linux-decnet.sourceforge.net
3332 L:      linux-decnet-user@lists.sourceforge.net
3333 S:      Orphan
3334 F:      Documentation/networking/decnet.txt
3335 F:      net/decnet/
3336
3337 DECSTATION PLATFORM SUPPORT
3338 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3339 L:      linux-mips@linux-mips.org
3340 W:      http://www.linux-mips.org/wiki/DECstation
3341 S:      Maintained
3342 F:      arch/mips/dec/
3343 F:      arch/mips/include/asm/dec/
3344 F:      arch/mips/include/asm/mach-dec/
3345
3346 DEFXX FDDI NETWORK DRIVER
3347 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3348 S:      Maintained
3349 F:      drivers/net/fddi/defxx.*
3350
3351 DELL LAPTOP DRIVER
3352 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3353 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3354 L:      platform-driver-x86@vger.kernel.org
3355 S:      Maintained
3356 F:      drivers/platform/x86/dell-laptop.c
3357
3358 DELL LAPTOP RBTN DRIVER
3359 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3360 S:      Maintained
3361 F:      drivers/platform/x86/dell-rbtn.*
3362
3363 DELL LAPTOP FREEFALL DRIVER
3364 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3365 S:      Maintained
3366 F:      drivers/platform/x86/dell-smo8800.c
3367
3368 DELL LAPTOP SMM DRIVER
3369 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3370 S:      Maintained
3371 F:      drivers/hwmon/dell-smm-hwmon.c
3372 F:      include/uapi/linux/i8k.h
3373
3374 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3375 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3376 S:      Maintained
3377 F:      Documentation/dcdbas.txt
3378 F:      drivers/firmware/dcdbas.*
3379
3380 DELL WMI EXTRAS DRIVER
3381 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3382 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3383 S:      Maintained
3384 F:      drivers/platform/x86/dell-wmi.c
3385
3386 DESIGNWARE USB2 DRD IP DRIVER
3387 M:      John Youn <johnyoun@synopsys.com>
3388 L:      linux-usb@vger.kernel.org
3389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3390 S:      Maintained
3391 F:      drivers/usb/dwc2/
3392
3393 DESIGNWARE USB3 DRD IP DRIVER
3394 M:      Felipe Balbi <balbi@ti.com>
3395 L:      linux-usb@vger.kernel.org
3396 L:      linux-omap@vger.kernel.org
3397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3398 S:      Maintained
3399 F:      drivers/usb/dwc3/
3400
3401 DEVICE COREDUMP (DEV_COREDUMP)
3402 M:      Johannes Berg <johannes@sipsolutions.net>
3403 L:      linux-kernel@vger.kernel.org
3404 S:      Maintained
3405 F:      drivers/base/devcoredump.c
3406 F:      include/linux/devcoredump.h
3407
3408 DEVICE FREQUENCY (DEVFREQ)
3409 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3410 M:      Kyungmin Park <kyungmin.park@samsung.com>
3411 L:      linux-pm@vger.kernel.org
3412 S:      Maintained
3413 F:      drivers/devfreq/
3414
3415 DEVICE NUMBER REGISTRY
3416 M:      Torben Mathiasen <device@lanana.org>
3417 W:      http://lanana.org/docs/device-list/index.html
3418 S:      Maintained
3419
3420 DEVICE-MAPPER  (LVM)
3421 M:      Alasdair Kergon <agk@redhat.com>
3422 M:      Mike Snitzer <snitzer@redhat.com>
3423 M:      dm-devel@redhat.com
3424 L:      dm-devel@redhat.com
3425 W:      http://sources.redhat.com/dm
3426 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3428 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3429 S:      Maintained
3430 F:      Documentation/device-mapper/
3431 F:      drivers/md/dm*
3432 F:      drivers/md/persistent-data/
3433 F:      include/linux/device-mapper.h
3434 F:      include/linux/dm-*.h
3435 F:      include/uapi/linux/dm-*.h
3436
3437 DIALOG SEMICONDUCTOR DRIVERS
3438 M:      Support Opensource <support.opensource@diasemi.com>
3439 W:      http://www.dialog-semiconductor.com/products
3440 S:      Supported
3441 F:      Documentation/hwmon/da90??
3442 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3443 F:      drivers/gpio/gpio-da90??.c
3444 F:      drivers/hwmon/da90??-hwmon.c
3445 F:      drivers/iio/adc/da91??-*.c
3446 F:      drivers/input/misc/da90??_onkey.c
3447 F:      drivers/input/touchscreen/da9052_tsi.c
3448 F:      drivers/leds/leds-da90??.c
3449 F:      drivers/mfd/da903x.c
3450 F:      drivers/mfd/da90??-*.c
3451 F:      drivers/mfd/da91??-*.c
3452 F:      drivers/power/da9052-battery.c
3453 F:      drivers/power/da91??-*.c
3454 F:      drivers/regulator/da903x.c
3455 F:      drivers/regulator/da9???-regulator.[ch]
3456 F:      drivers/rtc/rtc-da90??.c
3457 F:      drivers/video/backlight/da90??_bl.c
3458 F:      drivers/watchdog/da90??_wdt.c
3459 F:      include/linux/mfd/da903x.h
3460 F:      include/linux/mfd/da9052/
3461 F:      include/linux/mfd/da9055/
3462 F:      include/linux/mfd/da9063/
3463 F:      include/linux/mfd/da9150/
3464 F:      include/sound/da[79]*.h
3465 F:      sound/soc/codecs/da[79]*.[ch]
3466
3467 DIGI NEO AND CLASSIC PCI PRODUCTS
3468 M:      Lidza Louina <lidza.louina@gmail.com>
3469 M:      Mark Hounschell <markh@compro.net>
3470 L:      driverdev-devel@linuxdriverproject.org
3471 S:      Maintained
3472 F:      drivers/staging/dgnc/
3473
3474 DIGI EPCA PCI PRODUCTS
3475 M:      Lidza Louina <lidza.louina@gmail.com>
3476 M:      Daeseok Youn <daeseok.youn@gmail.com>
3477 L:      driverdev-devel@linuxdriverproject.org
3478 S:      Maintained
3479 F:      drivers/staging/dgap/
3480
3481 DIOLAN U2C-12 I2C DRIVER
3482 M:      Guenter Roeck <linux@roeck-us.net>
3483 L:      linux-i2c@vger.kernel.org
3484 S:      Maintained
3485 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3486
3487 DIRECT ACCESS (DAX)
3488 M:      Matthew Wilcox <willy@linux.intel.com>
3489 L:      linux-fsdevel@vger.kernel.org
3490 S:      Supported
3491 F:      fs/dax.c
3492
3493 DIRECTORY NOTIFICATION (DNOTIFY)
3494 M:      Eric Paris <eparis@parisplace.org>
3495 S:      Maintained
3496 F:      Documentation/filesystems/dnotify.txt
3497 F:      fs/notify/dnotify/
3498 F:      include/linux/dnotify.h
3499
3500 DISK GEOMETRY AND PARTITION HANDLING
3501 M:      Andries Brouwer <aeb@cwi.nl>
3502 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3503 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3504 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3505 S:      Maintained
3506
3507 DISKQUOTA
3508 M:      Jan Kara <jack@suse.com>
3509 S:      Maintained
3510 F:      Documentation/filesystems/quota.txt
3511 F:      fs/quota/
3512 F:      include/linux/quota*.h
3513 F:      include/uapi/linux/quota*.h
3514
3515 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3516 M:      Bernie Thompson <bernie@plugable.com>
3517 L:      linux-fbdev@vger.kernel.org
3518 S:      Maintained
3519 W:      http://plugable.com/category/projects/udlfb/
3520 F:      drivers/video/fbdev/udlfb.c
3521 F:      include/video/udlfb.h
3522 F:      Documentation/fb/udlfb.txt
3523
3524 DISTRIBUTED LOCK MANAGER (DLM)
3525 M:      Christine Caulfield <ccaulfie@redhat.com>
3526 M:      David Teigland <teigland@redhat.com>
3527 L:      cluster-devel@redhat.com
3528 W:      http://sources.redhat.com/cluster/
3529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3530 S:      Supported
3531 F:      fs/dlm/
3532
3533 DMA BUFFER SHARING FRAMEWORK
3534 M:      Sumit Semwal <sumit.semwal@linaro.org>
3535 S:      Maintained
3536 L:      linux-media@vger.kernel.org
3537 L:      dri-devel@lists.freedesktop.org
3538 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3539 F:      drivers/dma-buf/
3540 F:      include/linux/dma-buf*
3541 F:      include/linux/reservation.h
3542 F:      include/linux/*fence.h
3543 F:      Documentation/dma-buf-sharing.txt
3544 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3545
3546 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3547 M:      Vinod Koul <vinod.koul@intel.com>
3548 L:      dmaengine@vger.kernel.org
3549 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3550 S:      Maintained
3551 F:      drivers/dma/
3552 F:      include/linux/dmaengine.h
3553 F:      Documentation/dmaengine/
3554 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3555
3556 DME1737 HARDWARE MONITOR DRIVER
3557 M:      Juerg Haefliger <juergh@gmail.com>
3558 L:      lm-sensors@lm-sensors.org
3559 S:      Maintained
3560 F:      Documentation/hwmon/dme1737
3561 F:      drivers/hwmon/dme1737.c
3562
3563 DMI/SMBIOS SUPPORT
3564 M:      Jean Delvare <jdelvare@suse.com>
3565 S:      Maintained
3566 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3567 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3568 F:      drivers/firmware/dmi-id.c
3569 F:      drivers/firmware/dmi_scan.c
3570 F:      include/linux/dmi.h
3571
3572 DOCUMENTATION
3573 M:      Jonathan Corbet <corbet@lwn.net>
3574 L:      linux-doc@vger.kernel.org
3575 S:      Maintained
3576 F:      Documentation/
3577 F:      scripts/docproc.c
3578 F:      scripts/kernel-doc*
3579 X:      Documentation/ABI/
3580 X:      Documentation/devicetree/
3581 X:      Documentation/acpi
3582 X:      Documentation/power
3583 X:      Documentation/spi
3584 X:      Documentation/DocBook/media
3585 T:      git git://git.lwn.net/linux.git docs-next
3586
3587 DOUBLETALK DRIVER
3588 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3589 L:      blinux-list@redhat.com
3590 S:      Maintained
3591 F:      drivers/char/dtlk.c
3592 F:      include/linux/dtlk.h
3593
3594 DPT_I2O SCSI RAID DRIVER
3595 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3596 L:      linux-scsi@vger.kernel.org
3597 W:      http://www.adaptec.com/
3598 S:      Maintained
3599 F:      drivers/scsi/dpt*
3600 F:      drivers/scsi/dpt/
3601
3602 DRBD DRIVER
3603 P:      Philipp Reisner
3604 P:      Lars Ellenberg
3605 M:      drbd-dev@lists.linbit.com
3606 L:      drbd-user@lists.linbit.com
3607 W:      http://www.drbd.org
3608 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3609 T:      git git://git.drbd.org/drbd-8.3.git
3610 S:      Supported
3611 F:      drivers/block/drbd/
3612 F:      lib/lru_cache.c
3613 F:      Documentation/blockdev/drbd/
3614
3615 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3616 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3618 S:      Supported
3619 F:      Documentation/kobject.txt
3620 F:      drivers/base/
3621 F:      fs/debugfs/
3622 F:      fs/kernfs/
3623 F:      fs/sysfs/
3624 F:      include/linux/debugfs.h
3625 F:      include/linux/kobj*
3626 F:      lib/kobj*
3627
3628 DRM DRIVERS
3629 M:      David Airlie <airlied@linux.ie>
3630 L:      dri-devel@lists.freedesktop.org
3631 T:      git git://people.freedesktop.org/~airlied/linux
3632 S:      Maintained
3633 F:      drivers/gpu/drm/
3634 F:      drivers/gpu/vga/
3635 F:      include/drm/
3636 F:      include/uapi/drm/
3637
3638 RADEON DRM DRIVERS
3639 M:      Alex Deucher <alexander.deucher@amd.com>
3640 M:      Christian König <christian.koenig@amd.com>
3641 L:      dri-devel@lists.freedesktop.org
3642 T:      git git://people.freedesktop.org/~agd5f/linux
3643 S:      Supported
3644 F:      drivers/gpu/drm/radeon/
3645 F:      include/uapi/drm/radeon*
3646
3647 DRM PANEL DRIVERS
3648 M:      Thierry Reding <thierry.reding@gmail.com>
3649 L:      dri-devel@lists.freedesktop.org
3650 T:      git git://anongit.freedesktop.org/tegra/linux.git
3651 S:      Maintained
3652 F:      drivers/gpu/drm/drm_panel.c
3653 F:      drivers/gpu/drm/panel/
3654 F:      include/drm/drm_panel.h
3655 F:      Documentation/devicetree/bindings/display/panel/
3656
3657 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3658 M:      Daniel Vetter <daniel.vetter@intel.com>
3659 M:      Jani Nikula <jani.nikula@linux.intel.com>
3660 L:      intel-gfx@lists.freedesktop.org
3661 L:      dri-devel@lists.freedesktop.org
3662 W:      https://01.org/linuxgraphics/
3663 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3664 T:      git git://anongit.freedesktop.org/drm-intel
3665 S:      Supported
3666 F:      drivers/gpu/drm/i915/
3667 F:      include/drm/i915*
3668 F:      include/uapi/drm/i915*
3669
3670 DRM DRIVERS FOR ATMEL HLCDC
3671 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3672 L:      dri-devel@lists.freedesktop.org
3673 S:      Supported
3674 F:      drivers/gpu/drm/atmel-hlcdc/
3675 F:      Documentation/devicetree/bindings/drm/atmel/
3676
3677 DRM DRIVERS FOR EXYNOS
3678 M:      Inki Dae <inki.dae@samsung.com>
3679 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3680 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3681 M:      Kyungmin Park <kyungmin.park@samsung.com>
3682 L:      dri-devel@lists.freedesktop.org
3683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3684 S:      Supported
3685 F:      drivers/gpu/drm/exynos/
3686 F:      include/drm/exynos*
3687 F:      include/uapi/drm/exynos*
3688
3689 DRM DRIVERS FOR FREESCALE DCU
3690 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3691 M:      Alison Wang <alison.wang@freescale.com>
3692 L:      dri-devel@lists.freedesktop.org
3693 S:      Supported
3694 F:      drivers/gpu/drm/fsl-dcu/
3695 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3696 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3697
3698 DRM DRIVERS FOR FREESCALE IMX
3699 M:      Philipp Zabel <p.zabel@pengutronix.de>
3700 L:      dri-devel@lists.freedesktop.org
3701 S:      Maintained
3702 F:      drivers/gpu/drm/imx/
3703 F:      drivers/gpu/ipu-v3/
3704 F:      Documentation/devicetree/bindings/display/imx/
3705
3706 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3707 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3708 L:      dri-devel@lists.freedesktop.org
3709 T:      git git://github.com/patjak/drm-gma500
3710 S:      Maintained
3711 F:      drivers/gpu/drm/gma500
3712 F:      include/drm/gma500*
3713
3714 DRM DRIVERS FOR NVIDIA TEGRA
3715 M:      Thierry Reding <thierry.reding@gmail.com>
3716 M:      Terje Bergström <tbergstrom@nvidia.com>
3717 L:      dri-devel@lists.freedesktop.org
3718 L:      linux-tegra@vger.kernel.org
3719 T:      git git://anongit.freedesktop.org/tegra/linux.git
3720 S:      Supported
3721 F:      drivers/gpu/drm/tegra/
3722 F:      drivers/gpu/host1x/
3723 F:      include/linux/host1x.h
3724 F:      include/uapi/drm/tegra_drm.h
3725 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3726
3727 DRM DRIVERS FOR RENESAS
3728 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3729 L:      dri-devel@lists.freedesktop.org
3730 L:      linux-sh@vger.kernel.org
3731 T:      git git://people.freedesktop.org/~airlied/linux
3732 S:      Supported
3733 F:      drivers/gpu/drm/rcar-du/
3734 F:      drivers/gpu/drm/shmobile/
3735 F:      include/linux/platform_data/shmob_drm.h
3736
3737 DRM DRIVERS FOR ROCKCHIP
3738 M:      Mark Yao <mark.yao@rock-chips.com>
3739 L:      dri-devel@lists.freedesktop.org
3740 S:      Maintained
3741 F:      drivers/gpu/drm/rockchip/
3742 F:      Documentation/devicetree/bindings/display/rockchip*
3743
3744 DRM DRIVERS FOR STI
3745 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3746 M:      Vincent Abriou <vincent.abriou@st.com>
3747 L:      dri-devel@lists.freedesktop.org
3748 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3749 S:      Maintained
3750 F:      drivers/gpu/drm/sti
3751 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3752
3753 DSBR100 USB FM RADIO DRIVER
3754 M:      Alexey Klimov <klimov.linux@gmail.com>
3755 L:      linux-media@vger.kernel.org
3756 T:      git git://linuxtv.org/media_tree.git
3757 S:      Maintained
3758 F:      drivers/media/radio/dsbr100.c
3759
3760 DSCC4 DRIVER
3761 M:      Francois Romieu <romieu@fr.zoreil.com>
3762 L:      netdev@vger.kernel.org
3763 S:      Maintained
3764 F:      drivers/net/wan/dscc4.c
3765
3766 DT3155 MEDIA DRIVER
3767 M:      Hans Verkuil <hverkuil@xs4all.nl>
3768 L:      linux-media@vger.kernel.org
3769 T:      git git://linuxtv.org/media_tree.git
3770 W:      http://linuxtv.org
3771 S:      Odd Fixes
3772 F:      drivers/media/pci/dt3155/
3773
3774 DVB_USB_AF9015 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/af9015*
3783
3784 DVB_USB_AF9035 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/af9035*
3793
3794 DVB_USB_ANYSEE MEDIA DRIVER
3795 M:      Antti Palosaari <crope@iki.fi>
3796 L:      linux-media@vger.kernel.org
3797 W:      http://linuxtv.org/
3798 W:      http://palosaari.fi/linux/
3799 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3800 T:      git git://linuxtv.org/anttip/media_tree.git
3801 S:      Maintained
3802 F:      drivers/media/usb/dvb-usb-v2/anysee*
3803
3804 DVB_USB_AU6610 MEDIA DRIVER
3805 M:      Antti Palosaari <crope@iki.fi>
3806 L:      linux-media@vger.kernel.org
3807 W:      http://linuxtv.org/
3808 W:      http://palosaari.fi/linux/
3809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3810 T:      git git://linuxtv.org/anttip/media_tree.git
3811 S:      Maintained
3812 F:      drivers/media/usb/dvb-usb-v2/au6610*
3813
3814 DVB_USB_CE6230 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/usb/dvb-usb-v2/ce6230*
3823
3824 DVB_USB_CXUSB MEDIA DRIVER
3825 M:      Michael Krufky <mkrufky@linuxtv.org>
3826 L:      linux-media@vger.kernel.org
3827 W:      http://linuxtv.org/
3828 W:      http://github.com/mkrufky
3829 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3830 T:      git git://linuxtv.org/media_tree.git
3831 S:      Maintained
3832 F:      drivers/media/usb/dvb-usb/cxusb*
3833
3834 DVB_USB_EC168 MEDIA DRIVER
3835 M:      Antti Palosaari <crope@iki.fi>
3836 L:      linux-media@vger.kernel.org
3837 W:      http://linuxtv.org/
3838 W:      http://palosaari.fi/linux/
3839 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3840 T:      git git://linuxtv.org/anttip/media_tree.git
3841 S:      Maintained
3842 F:      drivers/media/usb/dvb-usb-v2/ec168*
3843
3844 DVB_USB_GL861 MEDIA DRIVER
3845 M:      Antti Palosaari <crope@iki.fi>
3846 L:      linux-media@vger.kernel.org
3847 W:      http://linuxtv.org/
3848 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3849 T:      git git://linuxtv.org/anttip/media_tree.git
3850 S:      Maintained
3851 F:      drivers/media/usb/dvb-usb-v2/gl861*
3852
3853 DVB_USB_MXL111SF MEDIA DRIVER
3854 M:      Michael Krufky <mkrufky@linuxtv.org>
3855 L:      linux-media@vger.kernel.org
3856 W:      http://linuxtv.org/
3857 W:      http://github.com/mkrufky
3858 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3859 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3860 S:      Maintained
3861 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3862
3863 DVB_USB_RTL28XXU MEDIA DRIVER
3864 M:      Antti Palosaari <crope@iki.fi>
3865 L:      linux-media@vger.kernel.org
3866 W:      http://linuxtv.org/
3867 W:      http://palosaari.fi/linux/
3868 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3869 T:      git git://linuxtv.org/anttip/media_tree.git
3870 S:      Maintained
3871 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3872
3873 DVB_USB_V2 MEDIA DRIVER
3874 M:      Antti Palosaari <crope@iki.fi>
3875 L:      linux-media@vger.kernel.org
3876 W:      http://linuxtv.org/
3877 W:      http://palosaari.fi/linux/
3878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3879 T:      git git://linuxtv.org/anttip/media_tree.git
3880 S:      Maintained
3881 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3882 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3883
3884 DYNAMIC DEBUG
3885 M:      Jason Baron <jbaron@akamai.com>
3886 S:      Maintained
3887 F:      lib/dynamic_debug.c
3888 F:      include/linux/dynamic_debug.h
3889
3890 DZ DECSTATION DZ11 SERIAL DRIVER
3891 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3892 S:      Maintained
3893 F:      drivers/tty/serial/dz.*
3894
3895 E3X0 POWER BUTTON DRIVER
3896 M:      Moritz Fischer <moritz.fischer@ettus.com>
3897 L:      usrp-users@lists.ettus.com
3898 W:      http://www.ettus.com
3899 S:      Supported
3900 F:      drivers/input/misc/e3x0-button.c
3901 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3902
3903 E4000 MEDIA DRIVER
3904 M:      Antti Palosaari <crope@iki.fi>
3905 L:      linux-media@vger.kernel.org
3906 W:      http://linuxtv.org/
3907 W:      http://palosaari.fi/linux/
3908 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3909 T:      git git://linuxtv.org/anttip/media_tree.git
3910 S:      Maintained
3911 F:      drivers/media/tuners/e4000*
3912
3913 EATA ISA/EISA/PCI SCSI DRIVER
3914 M:      Dario Ballabio <ballabio_dario@emc.com>
3915 L:      linux-scsi@vger.kernel.org
3916 S:      Maintained
3917 F:      drivers/scsi/eata.c
3918
3919 EC100 MEDIA DRIVER
3920 M:      Antti Palosaari <crope@iki.fi>
3921 L:      linux-media@vger.kernel.org
3922 W:      http://linuxtv.org/
3923 W:      http://palosaari.fi/linux/
3924 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3925 T:      git git://linuxtv.org/anttip/media_tree.git
3926 S:      Maintained
3927 F:      drivers/media/dvb-frontends/ec100*
3928
3929 ECRYPT FILE SYSTEM
3930 M:      Tyler Hicks <tyhicks@canonical.com>
3931 L:      ecryptfs@vger.kernel.org
3932 W:      http://ecryptfs.org
3933 W:      https://launchpad.net/ecryptfs
3934 S:      Supported
3935 F:      Documentation/filesystems/ecryptfs.txt
3936 F:      fs/ecryptfs/
3937
3938 EDAC-CORE
3939 M:      Doug Thompson <dougthompson@xmission.com>
3940 M:      Borislav Petkov <bp@alien8.de>
3941 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3942 L:      linux-edac@vger.kernel.org
3943 W:      bluesmoke.sourceforge.net
3944 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3945 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3946 S:      Supported
3947 F:      Documentation/edac.txt
3948 F:      drivers/edac/
3949 F:      include/linux/edac.h
3950
3951 EDAC-AMD64
3952 M:      Doug Thompson <dougthompson@xmission.com>
3953 M:      Borislav Petkov <bp@alien8.de>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/amd64_edac*
3958
3959 EDAC-CALXEDA
3960 M:      Doug Thompson <dougthompson@xmission.com>
3961 M:      Robert Richter <rric@kernel.org>
3962 L:      linux-edac@vger.kernel.org
3963 W:      bluesmoke.sourceforge.net
3964 S:      Maintained
3965 F:      drivers/edac/highbank*
3966
3967 EDAC-CAVIUM
3968 M:      Ralf Baechle <ralf@linux-mips.org>
3969 M:      David Daney <david.daney@cavium.com>
3970 L:      linux-edac@vger.kernel.org
3971 L:      linux-mips@linux-mips.org
3972 W:      bluesmoke.sourceforge.net
3973 S:      Supported
3974 F:      drivers/edac/octeon_edac*
3975
3976 EDAC-E752X
3977 M:      Mark Gross <mark.gross@intel.com>
3978 M:      Doug Thompson <dougthompson@xmission.com>
3979 L:      linux-edac@vger.kernel.org
3980 W:      bluesmoke.sourceforge.net
3981 S:      Maintained
3982 F:      drivers/edac/e752x_edac.c
3983
3984 EDAC-E7XXX
3985 M:      Doug Thompson <dougthompson@xmission.com>
3986 L:      linux-edac@vger.kernel.org
3987 W:      bluesmoke.sourceforge.net
3988 S:      Maintained
3989 F:      drivers/edac/e7xxx_edac.c
3990
3991 EDAC-GHES
3992 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3993 L:      linux-edac@vger.kernel.org
3994 W:      bluesmoke.sourceforge.net
3995 S:      Maintained
3996 F:      drivers/edac/ghes_edac.c
3997
3998 EDAC-I82443BXGX
3999 M:      Tim Small <tim@buttersideup.com>
4000 L:      linux-edac@vger.kernel.org
4001 W:      bluesmoke.sourceforge.net
4002 S:      Maintained
4003 F:      drivers/edac/i82443bxgx_edac.c
4004
4005 EDAC-I3000
4006 M:      Jason Uhlenkott <juhlenko@akamai.com>
4007 L:      linux-edac@vger.kernel.org
4008 W:      bluesmoke.sourceforge.net
4009 S:      Maintained
4010 F:      drivers/edac/i3000_edac.c
4011
4012 EDAC-I5000
4013 M:      Doug Thompson <dougthompson@xmission.com>
4014 L:      linux-edac@vger.kernel.org
4015 W:      bluesmoke.sourceforge.net
4016 S:      Maintained
4017 F:      drivers/edac/i5000_edac.c
4018
4019 EDAC-I5400
4020 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4021 L:      linux-edac@vger.kernel.org
4022 W:      bluesmoke.sourceforge.net
4023 S:      Maintained
4024 F:      drivers/edac/i5400_edac.c
4025
4026 EDAC-I7300
4027 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4028 L:      linux-edac@vger.kernel.org
4029 W:      bluesmoke.sourceforge.net
4030 S:      Maintained
4031 F:      drivers/edac/i7300_edac.c
4032
4033 EDAC-I7CORE
4034 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4035 L:      linux-edac@vger.kernel.org
4036 W:      bluesmoke.sourceforge.net
4037 S:      Maintained
4038 F:      drivers/edac/i7core_edac.c
4039
4040 EDAC-I82975X
4041 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4042 M:      "Arvind R." <arvino55@gmail.com>
4043 L:      linux-edac@vger.kernel.org
4044 W:      bluesmoke.sourceforge.net
4045 S:      Maintained
4046 F:      drivers/edac/i82975x_edac.c
4047
4048 EDAC-IE31200
4049 M:      Jason Baron <jbaron@akamai.com>
4050 L:      linux-edac@vger.kernel.org
4051 W:      bluesmoke.sourceforge.net
4052 S:      Maintained
4053 F:      drivers/edac/ie31200_edac.c
4054
4055 EDAC-MPC85XX
4056 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4057 L:      linux-edac@vger.kernel.org
4058 W:      bluesmoke.sourceforge.net
4059 S:      Maintained
4060 F:      drivers/edac/mpc85xx_edac.[ch]
4061
4062 EDAC-PASEMI
4063 M:      Egor Martovetsky <egor@pasemi.com>
4064 L:      linux-edac@vger.kernel.org
4065 W:      bluesmoke.sourceforge.net
4066 S:      Maintained
4067 F:      drivers/edac/pasemi_edac.c
4068
4069 EDAC-R82600
4070 M:      Tim Small <tim@buttersideup.com>
4071 L:      linux-edac@vger.kernel.org
4072 W:      bluesmoke.sourceforge.net
4073 S:      Maintained
4074 F:      drivers/edac/r82600_edac.c
4075
4076 EDAC-SBRIDGE
4077 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4078 L:      linux-edac@vger.kernel.org
4079 W:      bluesmoke.sourceforge.net
4080 S:      Maintained
4081 F:      drivers/edac/sb_edac.c
4082
4083 EDAC-XGENE
4084 APPLIED MICRO (APM) X-GENE SOC EDAC
4085 M:     Loc Ho <lho@apm.com>
4086 S:     Supported
4087 F:     drivers/edac/xgene_edac.c
4088 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4089
4090 EDIROL UA-101/UA-1000 DRIVER
4091 M:      Clemens Ladisch <clemens@ladisch.de>
4092 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4093 T:      git git://git.alsa-project.org/alsa-kernel.git
4094 S:      Maintained
4095 F:      sound/usb/misc/ua101.c
4096
4097 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4098 M:      Matt Fleming <matt@codeblueprint.co.uk>
4099 L:      linux-efi@vger.kernel.org
4100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4101 S:      Maintained
4102 F:      Documentation/efi-stub.txt
4103 F:      arch/ia64/kernel/efi.c
4104 F:      arch/x86/boot/compressed/eboot.[ch]
4105 F:      arch/x86/include/asm/efi.h
4106 F:      arch/x86/platform/efi/*
4107 F:      drivers/firmware/efi/*
4108 F:      include/linux/efi*.h
4109
4110 EFI VARIABLE FILESYSTEM
4111 M:      Matthew Garrett <matthew.garrett@nebula.com>
4112 M:      Jeremy Kerr <jk@ozlabs.org>
4113 M:      Matt Fleming <matt@codeblueprint.co.uk>
4114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4115 L:      linux-efi@vger.kernel.org
4116 S:      Maintained
4117 F:      fs/efivarfs/
4118
4119 EFIFB FRAMEBUFFER DRIVER
4120 L:      linux-fbdev@vger.kernel.org
4121 M:      Peter Jones <pjones@redhat.com>
4122 S:      Maintained
4123 F:      drivers/video/fbdev/efifb.c
4124
4125 EFS FILESYSTEM
4126 W:      http://aeschi.ch.eu.org/efs/
4127 S:      Orphan
4128 F:      fs/efs/
4129
4130 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4131 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4132 M:      Christoph Raisch <raisch@de.ibm.com>
4133 L:      linux-rdma@vger.kernel.org
4134 S:      Supported
4135 F:      drivers/infiniband/hw/ehca/
4136
4137 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4138 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4139 L:      netdev@vger.kernel.org
4140 S:      Maintained
4141 F:      drivers/net/ethernet/ibm/ehea/
4142
4143 EM28XX VIDEO4LINUX DRIVER
4144 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4145 L:      linux-media@vger.kernel.org
4146 W:      http://linuxtv.org
4147 T:      git git://linuxtv.org/media_tree.git
4148 S:      Maintained
4149 F:      drivers/media/usb/em28xx/
4150
4151 EMBEDDED LINUX
4152 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4153 M:      Matt Mackall <mpm@selenic.com>
4154 M:      David Woodhouse <dwmw2@infradead.org>
4155 L:      linux-embedded@vger.kernel.org
4156 S:      Maintained
4157
4158 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4159 M:      James Smart <james.smart@avagotech.com>
4160 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4161 L:      linux-scsi@vger.kernel.org
4162 W:      http://www.avagotech.com
4163 S:      Supported
4164 F:      drivers/scsi/lpfc/
4165
4166 ENE CB710 FLASH CARD READER DRIVER
4167 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4168 S:      Maintained
4169 F:      drivers/misc/cb710/
4170 F:      drivers/mmc/host/cb710-mmc.*
4171 F:      include/linux/cb710.h
4172
4173 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4174 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4175 S:      Maintained
4176 F:      drivers/media/rc/ene_ir.*
4177
4178 ENHANCED ERROR HANDLING (EEH)
4179 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4180 L:      linuxppc-dev@lists.ozlabs.org
4181 S:      Supported
4182 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4183 F:      arch/powerpc/kernel/eeh*.c
4184
4185 EPSON S1D13XXX FRAMEBUFFER DRIVER
4186 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4187 S:      Maintained
4188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4189 F:      drivers/video/fbdev/s1d13xxxfb.c
4190 F:      include/video/s1d13xxxfb.h
4191
4192 ET131X NETWORK DRIVER
4193 M:      Mark Einon <mark.einon@gmail.com>
4194 S:      Odd Fixes
4195 F:      drivers/net/ethernet/agere/
4196
4197 ETHERNET BRIDGE
4198 M:      Stephen Hemminger <stephen@networkplumber.org>
4199 L:      bridge@lists.linux-foundation.org
4200 L:      netdev@vger.kernel.org
4201 W:      http://www.linuxfoundation.org/en/Net:Bridge
4202 S:      Maintained
4203 F:      include/linux/netfilter_bridge/
4204 F:      net/bridge/
4205
4206 ETHERNET PHY LIBRARY
4207 M:      Florian Fainelli <f.fainelli@gmail.com>
4208 L:      netdev@vger.kernel.org
4209 S:      Maintained
4210 F:      include/linux/phy.h
4211 F:      include/linux/phy_fixed.h
4212 F:      drivers/net/phy/
4213 F:      Documentation/networking/phy.txt
4214 F:      drivers/of/of_mdio.c
4215 F:      drivers/of/of_net.c
4216
4217 EXT2 FILE SYSTEM
4218 M:      Jan Kara <jack@suse.com>
4219 L:      linux-ext4@vger.kernel.org
4220 S:      Maintained
4221 F:      Documentation/filesystems/ext2.txt
4222 F:      fs/ext2/
4223 F:      include/linux/ext2*
4224
4225 EXT4 FILE SYSTEM
4226 M:      "Theodore Ts'o" <tytso@mit.edu>
4227 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4228 L:      linux-ext4@vger.kernel.org
4229 W:      http://ext4.wiki.kernel.org
4230 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4231 S:      Maintained
4232 F:      Documentation/filesystems/ext4.txt
4233 F:      fs/ext4/
4234
4235 Extended Verification Module (EVM)
4236 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4237 L:      linux-ima-devel@lists.sourceforge.net
4238 L:      linux-security-module@vger.kernel.org
4239 S:      Supported
4240 F:      security/integrity/evm/
4241
4242 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4243 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4244 M:      Chanwoo Choi <cw00.choi@samsung.com>
4245 L:      linux-kernel@vger.kernel.org
4246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4247 S:      Maintained
4248 F:      drivers/extcon/
4249 F:      include/linux/extcon/
4250 F:      include/linux/extcon.h
4251 F:      Documentation/extcon/
4252 F:      Documentation/devicetree/bindings/extcon/
4253
4254 EXYNOS DP DRIVER
4255 M:      Jingoo Han <jingoohan1@gmail.com>
4256 L:      dri-devel@lists.freedesktop.org
4257 S:      Maintained
4258 F:      drivers/gpu/drm/exynos/exynos_dp*
4259
4260 EXYNOS MIPI DISPLAY DRIVERS
4261 M:      Inki Dae <inki.dae@samsung.com>
4262 M:      Donghwa Lee <dh09.lee@samsung.com>
4263 M:      Kyungmin Park <kyungmin.park@samsung.com>
4264 L:      linux-fbdev@vger.kernel.org
4265 S:      Maintained
4266 F:      drivers/video/fbdev/exynos/exynos_mipi*
4267 F:      include/video/exynos_mipi*
4268
4269 F71805F HARDWARE MONITORING DRIVER
4270 M:      Jean Delvare <jdelvare@suse.com>
4271 L:      lm-sensors@lm-sensors.org
4272 S:      Maintained
4273 F:      Documentation/hwmon/f71805f
4274 F:      drivers/hwmon/f71805f.c
4275
4276 FC0011 TUNER DRIVER
4277 M:      Michael Buesch <m@bues.ch>
4278 L:      linux-media@vger.kernel.org
4279 S:      Maintained
4280 F:      drivers/media/tuners/fc0011.h
4281 F:      drivers/media/tuners/fc0011.c
4282
4283 FC2580 MEDIA DRIVER
4284 M:      Antti Palosaari <crope@iki.fi>
4285 L:      linux-media@vger.kernel.org
4286 W:      http://linuxtv.org/
4287 W:      http://palosaari.fi/linux/
4288 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4289 T:      git git://linuxtv.org/anttip/media_tree.git
4290 S:      Maintained
4291 F:      drivers/media/tuners/fc2580*
4292
4293 FANOTIFY
4294 M:      Eric Paris <eparis@redhat.com>
4295 S:      Maintained
4296 F:      fs/notify/fanotify/
4297 F:      include/linux/fanotify.h
4298 F:      include/uapi/linux/fanotify.h
4299
4300 FARSYNC SYNCHRONOUS DRIVER
4301 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4302 W:      http://www.farsite.co.uk/
4303 S:      Supported
4304 F:      drivers/net/wan/farsync.*
4305
4306 FAULT INJECTION SUPPORT
4307 M:      Akinobu Mita <akinobu.mita@gmail.com>
4308 S:      Supported
4309 F:      Documentation/fault-injection/
4310 F:      lib/fault-inject.c
4311
4312 FBTFT Framebuffer drivers
4313 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4314 M:      Noralf Trønnes <noralf@tronnes.org>
4315 S:      Maintained
4316 F:      drivers/staging/fbtft/
4317
4318 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4319 M:      Vasu Dev <vasu.dev@intel.com>
4320 L:      fcoe-devel@open-fcoe.org
4321 W:      www.Open-FCoE.org
4322 S:      Supported
4323 F:      drivers/scsi/libfc/
4324 F:      drivers/scsi/fcoe/
4325 F:      include/scsi/fc/
4326 F:      include/scsi/libfc.h
4327 F:      include/scsi/libfcoe.h
4328 F:      include/uapi/scsi/fc/
4329
4330 FILE LOCKING (flock() and fcntl()/lockf())
4331 M:      Jeff Layton <jlayton@poochiereds.net>
4332 M:      "J. Bruce Fields" <bfields@fieldses.org>
4333 L:      linux-fsdevel@vger.kernel.org
4334 S:      Maintained
4335 F:      include/linux/fcntl.h
4336 F:      include/linux/fs.h
4337 F:      include/uapi/linux/fcntl.h
4338 F:      include/uapi/linux/fs.h
4339 F:      fs/fcntl.c
4340 F:      fs/locks.c
4341
4342 FILESYSTEMS (VFS and infrastructure)
4343 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4344 L:      linux-fsdevel@vger.kernel.org
4345 S:      Maintained
4346 F:      fs/*
4347
4348 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4349 M:      Riku Voipio <riku.voipio@iki.fi>
4350 L:      lm-sensors@lm-sensors.org
4351 S:      Maintained
4352 F:      drivers/hwmon/f75375s.c
4353 F:      include/linux/f75375s.h
4354
4355 FIREWIRE AUDIO DRIVERS
4356 M:      Clemens Ladisch <clemens@ladisch.de>
4357 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4358 T:      git git://git.alsa-project.org/alsa-kernel.git
4359 S:      Maintained
4360 F:      sound/firewire/
4361
4362 FIREWIRE MEDIA DRIVERS (firedtv)
4363 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4364 L:      linux-media@vger.kernel.org
4365 L:      linux1394-devel@lists.sourceforge.net
4366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4367 S:      Maintained
4368 F:      drivers/media/firewire/
4369
4370 FIREWIRE SBP-2 TARGET
4371 M:      Chris Boot <bootc@bootc.net>
4372 L:      linux-scsi@vger.kernel.org
4373 L:      target-devel@vger.kernel.org
4374 L:      linux1394-devel@lists.sourceforge.net
4375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4376 S:      Maintained
4377 F:      drivers/target/sbp/
4378
4379 FIREWIRE SUBSYSTEM
4380 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4381 L:      linux1394-devel@lists.sourceforge.net
4382 W:      http://ieee1394.wiki.kernel.org/
4383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4384 S:      Maintained
4385 F:      drivers/firewire/
4386 F:      include/linux/firewire.h
4387 F:      include/uapi/linux/firewire*.h
4388 F:      tools/firewire/
4389
4390 FIRMWARE LOADER (request_firmware)
4391 M:      Ming Lei <ming.lei@canonical.com>
4392 L:      linux-kernel@vger.kernel.org
4393 S:      Maintained
4394 F:      Documentation/firmware_class/
4395 F:      drivers/base/firmware*.c
4396 F:      include/linux/firmware.h
4397
4398 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4399 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4400 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4401 S:      Maintained
4402 F:      drivers/block/rsxx/
4403
4404 FLOPPY DRIVER
4405 M:      Jiri Kosina <jikos@kernel.org>
4406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4407 S:      Odd fixes
4408 F:      drivers/block/floppy.c
4409
4410 FMC SUBSYSTEM
4411 M:      Alessandro Rubini <rubini@gnudd.com>
4412 W:      http://www.ohwr.org/projects/fmc-bus
4413 S:      Supported
4414 F:      drivers/fmc/
4415 F:      include/linux/fmc*.h
4416 F:      include/linux/ipmi-fru.h
4417 K:      fmc_d.*register
4418
4419 FPGA MANAGER FRAMEWORK
4420 M:      Alan Tull <atull@opensource.altera.com>
4421 R:      Moritz Fischer <moritz.fischer@ettus.com>
4422 S:      Maintained
4423 F:      drivers/fpga/
4424 F:      include/linux/fpga/fpga-mgr.h
4425 W:      http://www.rocketboards.org
4426
4427 FPU EMULATOR
4428 M:      Bill Metzenthen <billm@melbpc.org.au>
4429 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4430 S:      Maintained
4431 F:      arch/x86/math-emu/
4432
4433 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4434 L:      netdev@vger.kernel.org
4435 S:      Orphan
4436 F:      drivers/net/wan/dlci.c
4437 F:      drivers/net/wan/sdla.c
4438
4439 FRAMEBUFFER LAYER
4440 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4441 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4442 L:      linux-fbdev@vger.kernel.org
4443 W:      http://linux-fbdev.sourceforge.net/
4444 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4446 S:      Maintained
4447 F:      Documentation/fb/
4448 F:      drivers/video/
4449 F:      include/video/
4450 F:      include/linux/fb.h
4451 F:      include/uapi/video/
4452 F:      include/uapi/linux/fb.h
4453
4454 FREESCALE DIU FRAMEBUFFER DRIVER
4455 M:      Timur Tabi <timur@tabi.org>
4456 L:      linux-fbdev@vger.kernel.org
4457 S:      Maintained
4458 F:      drivers/video/fbdev/fsl-diu-fb.*
4459
4460 FREESCALE DMA DRIVER
4461 M:      Li Yang <leoli@freescale.com>
4462 M:      Zhang Wei <zw@zh-kernel.org>
4463 L:      linuxppc-dev@lists.ozlabs.org
4464 S:      Maintained
4465 F:      drivers/dma/fsldma.*
4466
4467 FREESCALE I2C CPM DRIVER
4468 M:      Jochen Friedrich <jochen@scram.de>
4469 L:      linuxppc-dev@lists.ozlabs.org
4470 L:      linux-i2c@vger.kernel.org
4471 S:      Maintained
4472 F:      drivers/i2c/busses/i2c-cpm.c
4473
4474 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4475 M:      Sascha Hauer <kernel@pengutronix.de>
4476 L:      linux-fbdev@vger.kernel.org
4477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4478 S:      Maintained
4479 F:      include/linux/platform_data/video-imxfb.h
4480 F:      drivers/video/fbdev/imxfb.c
4481
4482 FREESCALE QUAD SPI DRIVER
4483 M:      Han Xu <han.xu@freescale.com>
4484 L:      linux-mtd@lists.infradead.org
4485 S:      Maintained
4486 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4487
4488 FREESCALE SOC FS_ENET DRIVER
4489 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4490 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4491 L:      linuxppc-dev@lists.ozlabs.org
4492 L:      netdev@vger.kernel.org
4493 S:      Maintained
4494 F:      drivers/net/ethernet/freescale/fs_enet/
4495 F:      include/linux/fs_enet_pd.h
4496
4497 FREESCALE QUICC ENGINE LIBRARY
4498 L:      linuxppc-dev@lists.ozlabs.org
4499 S:      Orphan
4500 F:      arch/powerpc/sysdev/qe_lib/
4501 F:      arch/powerpc/include/asm/*qe.h
4502
4503 FREESCALE USB PERIPHERAL DRIVERS
4504 M:      Li Yang <leoli@freescale.com>
4505 L:      linux-usb@vger.kernel.org
4506 L:      linuxppc-dev@lists.ozlabs.org
4507 S:      Maintained
4508 F:      drivers/usb/gadget/udc/fsl*
4509
4510 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4511 M:      Li Yang <leoli@freescale.com>
4512 L:      netdev@vger.kernel.org
4513 L:      linuxppc-dev@lists.ozlabs.org
4514 S:      Maintained
4515 F:      drivers/net/ethernet/freescale/ucc_geth*
4516
4517 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4518 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4519 L:      netdev@vger.kernel.org
4520 S:      Maintained
4521 F:      drivers/net/ethernet/freescale/gianfar*
4522 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4523 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4524
4525 FREESCALE QUICC ENGINE UCC UART DRIVER
4526 M:      Timur Tabi <timur@tabi.org>
4527 L:      linuxppc-dev@lists.ozlabs.org
4528 S:      Maintained
4529 F:      drivers/tty/serial/ucc_uart.c
4530
4531 FREESCALE SOC SOUND DRIVERS
4532 M:      Timur Tabi <timur@tabi.org>
4533 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4534 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4535 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4536 L:      linuxppc-dev@lists.ozlabs.org
4537 S:      Maintained
4538 F:      sound/soc/fsl/fsl*
4539 F:      sound/soc/fsl/imx*
4540 F:      sound/soc/fsl/mpc8610_hpcd.c
4541
4542 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4543 M:      "J. German Rivera" <German.Rivera@freescale.com>
4544 L:      linux-kernel@vger.kernel.org
4545 S:      Maintained
4546 F:      drivers/staging/fsl-mc/
4547
4548 FREEVXFS FILESYSTEM
4549 M:      Christoph Hellwig <hch@infradead.org>
4550 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4551 S:      Maintained
4552 F:      fs/freevxfs/
4553
4554 FREEZER
4555 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4556 M:      Pavel Machek <pavel@ucw.cz>
4557 L:      linux-pm@vger.kernel.org
4558 S:      Supported
4559 F:      Documentation/power/freezing-of-tasks.txt
4560 F:      include/linux/freezer.h
4561 F:      kernel/freezer.c
4562
4563 FRONTSWAP API
4564 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4565 L:      linux-kernel@vger.kernel.org
4566 S:      Maintained
4567 F:      mm/frontswap.c
4568 F:      include/linux/frontswap.h
4569
4570 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4571 M:      David Howells <dhowells@redhat.com>
4572 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4573 S:      Supported
4574 F:      Documentation/filesystems/caching/
4575 F:      fs/fscache/
4576 F:      include/linux/fscache*.h
4577
4578 F2FS FILE SYSTEM
4579 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4580 M:      Changman Lee <cm224.lee@samsung.com>
4581 R:      Chao Yu <chao2.yu@samsung.com>
4582 L:      linux-f2fs-devel@lists.sourceforge.net
4583 W:      http://en.wikipedia.org/wiki/F2FS
4584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4585 S:      Maintained
4586 F:      Documentation/filesystems/f2fs.txt
4587 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4588 F:      fs/f2fs/
4589 F:      include/linux/f2fs_fs.h
4590 F:      include/trace/events/f2fs.h
4591
4592 FUJITSU FR-V (FRV) PORT
4593 M:      David Howells <dhowells@redhat.com>
4594 S:      Maintained
4595 F:      arch/frv/
4596
4597 FUJITSU LAPTOP EXTRAS
4598 M:      Jonathan Woithe <jwoithe@just42.net>
4599 L:      platform-driver-x86@vger.kernel.org
4600 S:      Maintained
4601 F:      drivers/platform/x86/fujitsu-laptop.c
4602
4603 FUJITSU M-5MO LS CAMERA ISP DRIVER
4604 M:      Kyungmin Park <kyungmin.park@samsung.com>
4605 M:      Heungjun Kim <riverful.kim@samsung.com>
4606 L:      linux-media@vger.kernel.org
4607 S:      Maintained
4608 F:      drivers/media/i2c/m5mols/
4609 F:      include/media/m5mols.h
4610
4611 FUJITSU TABLET EXTRAS
4612 M:      Robert Gerlach <khnz@gmx.de>
4613 L:      platform-driver-x86@vger.kernel.org
4614 S:      Maintained
4615 F:      drivers/platform/x86/fujitsu-tablet.c
4616
4617 FUSE: FILESYSTEM IN USERSPACE
4618 M:      Miklos Szeredi <miklos@szeredi.hu>
4619 L:      fuse-devel@lists.sourceforge.net
4620 W:      http://fuse.sourceforge.net/
4621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4622 S:      Maintained
4623 F:      fs/fuse/
4624 F:      include/uapi/linux/fuse.h
4625 F:      Documentation/filesystems/fuse.txt
4626
4627 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4628 M:      Rik Faith <faith@cs.unc.edu>
4629 L:      linux-scsi@vger.kernel.org
4630 S:      Odd Fixes (e.g., new signatures)
4631 F:      drivers/scsi/fdomain.*
4632
4633 GCOV BASED KERNEL PROFILING
4634 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4635 S:      Maintained
4636 F:      kernel/gcov/
4637 F:      Documentation/gcov.txt
4638
4639 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4640 M:      Achim Leubner <achim_leubner@adaptec.com>
4641 L:      linux-scsi@vger.kernel.org
4642 W:      http://www.icp-vortex.com/
4643 S:      Supported
4644 F:      drivers/scsi/gdt*
4645
4646 GDB KERNEL DEBUGGING HELPER SCRIPTS
4647 M:      Jan Kiszka <jan.kiszka@siemens.com>
4648 S:      Supported
4649 F:      scripts/gdb/
4650
4651 GEMTEK FM RADIO RECEIVER DRIVER
4652 M:      Hans Verkuil <hverkuil@xs4all.nl>
4653 L:      linux-media@vger.kernel.org
4654 T:      git git://linuxtv.org/media_tree.git
4655 W:      http://linuxtv.org
4656 S:      Maintained
4657 F:      drivers/media/radio/radio-gemtek*
4658
4659 GENERIC GPIO I2C DRIVER
4660 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4661 S:      Supported
4662 F:      drivers/i2c/busses/i2c-gpio.c
4663 F:      include/linux/i2c-gpio.h
4664
4665 GENERIC GPIO I2C MULTIPLEXER DRIVER
4666 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4667 L:      linux-i2c@vger.kernel.org
4668 S:      Supported
4669 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4670 F:      include/linux/i2c-mux-gpio.h
4671 F:      Documentation/i2c/muxes/i2c-mux-gpio
4672
4673 GENERIC HDLC (WAN) DRIVERS
4674 M:      Krzysztof Halasa <khc@pm.waw.pl>
4675 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4676 S:      Maintained
4677 F:      drivers/net/wan/c101.c
4678 F:      drivers/net/wan/hd6457*
4679 F:      drivers/net/wan/hdlc*
4680 F:      drivers/net/wan/n2.c
4681 F:      drivers/net/wan/pc300too.c
4682 F:      drivers/net/wan/pci200syn.c
4683 F:      drivers/net/wan/wanxl*
4684
4685 GENERIC INCLUDE/ASM HEADER FILES
4686 M:      Arnd Bergmann <arnd@arndb.de>
4687 L:      linux-arch@vger.kernel.org
4688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4689 S:      Maintained
4690 F:      include/asm-generic/
4691 F:      include/uapi/asm-generic/
4692
4693 GENERIC PHY FRAMEWORK
4694 M:      Kishon Vijay Abraham I <kishon@ti.com>
4695 L:      linux-kernel@vger.kernel.org
4696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4697 S:      Supported
4698 F:      drivers/phy/
4699 F:      include/linux/phy/
4700
4701 GENERIC PM DOMAINS
4702 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4703 M:      Kevin Hilman <khilman@kernel.org>
4704 M:      Ulf Hansson <ulf.hansson@linaro.org>
4705 L:      linux-pm@vger.kernel.org
4706 S:      Supported
4707 F:      drivers/base/power/domain*.c
4708 F:      include/linux/pm_domain.h
4709
4710 GENERIC UIO DRIVER FOR PCI DEVICES
4711 M:      "Michael S. Tsirkin" <mst@redhat.com>
4712 L:      kvm@vger.kernel.org
4713 S:      Supported
4714 F:      drivers/uio/uio_pci_generic.c
4715
4716 GET_MAINTAINER SCRIPT
4717 M:      Joe Perches <joe@perches.com>
4718 S:      Maintained
4719 F:      scripts/get_maintainer.pl
4720
4721 GFS2 FILE SYSTEM
4722 M:      Steven Whitehouse <swhiteho@redhat.com>
4723 M:      Bob Peterson <rpeterso@redhat.com>
4724 L:      cluster-devel@redhat.com
4725 W:      http://sources.redhat.com/cluster/
4726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4727 S:      Supported
4728 F:      Documentation/filesystems/gfs2*.txt
4729 F:      fs/gfs2/
4730 F:      include/uapi/linux/gfs2_ondisk.h
4731
4732 GIGASET ISDN DRIVERS
4733 M:      Paul Bolle <pebolle@tiscali.nl>
4734 L:      gigaset307x-common@lists.sourceforge.net
4735 W:      http://gigaset307x.sourceforge.net/
4736 S:      Odd Fixes
4737 F:      Documentation/isdn/README.gigaset
4738 F:      drivers/isdn/gigaset/
4739 F:      include/uapi/linux/gigaset_dev.h
4740
4741 GO7007 MPEG CODEC
4742 M:      Hans Verkuil <hans.verkuil@cisco.com>
4743 L:      linux-media@vger.kernel.org
4744 S:      Maintained
4745 F:      drivers/media/usb/go7007/
4746
4747 GOODIX TOUCHSCREEN
4748 M:      Bastien Nocera <hadess@hadess.net>
4749 L:      linux-input@vger.kernel.org
4750 S:      Maintained
4751 F:      drivers/input/touchscreen/goodix.c
4752
4753 GPIO SUBSYSTEM
4754 M:      Linus Walleij <linus.walleij@linaro.org>
4755 M:      Alexandre Courbot <gnurou@gmail.com>
4756 L:      linux-gpio@vger.kernel.org
4757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4758 S:      Maintained
4759 F:      Documentation/gpio/
4760 F:      drivers/gpio/
4761 F:      include/linux/gpio/
4762 F:      include/linux/gpio.h
4763 F:      include/asm-generic/gpio.h
4764
4765 GRE DEMULTIPLEXER DRIVER
4766 M:      Dmitry Kozlov <xeb@mail.ru>
4767 L:      netdev@vger.kernel.org
4768 S:      Maintained
4769 F:      net/ipv4/gre_demux.c
4770 F:      net/ipv4/gre_offload.c
4771 F:      include/net/gre.h
4772
4773 GRETH 10/100/1G Ethernet MAC device driver
4774 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4775 L:      netdev@vger.kernel.org
4776 S:      Maintained
4777 F:      drivers/net/ethernet/aeroflex/
4778
4779 GSPCA FINEPIX SUBDRIVER
4780 M:      Frank Zago <frank@zago.net>
4781 L:      linux-media@vger.kernel.org
4782 T:      git git://linuxtv.org/media_tree.git
4783 S:      Maintained
4784 F:      drivers/media/usb/gspca/finepix.c
4785
4786 GSPCA GL860 SUBDRIVER
4787 M:      Olivier Lorin <o.lorin@laposte.net>
4788 L:      linux-media@vger.kernel.org
4789 T:      git git://linuxtv.org/media_tree.git
4790 S:      Maintained
4791 F:      drivers/media/usb/gspca/gl860/
4792
4793 GSPCA M5602 SUBDRIVER
4794 M:      Erik Andren <erik.andren@gmail.com>
4795 L:      linux-media@vger.kernel.org
4796 T:      git git://linuxtv.org/media_tree.git
4797 S:      Maintained
4798 F:      drivers/media/usb/gspca/m5602/
4799
4800 GSPCA PAC207 SONIXB SUBDRIVER
4801 M:      Hans de Goede <hdegoede@redhat.com>
4802 L:      linux-media@vger.kernel.org
4803 T:      git git://linuxtv.org/media_tree.git
4804 S:      Maintained
4805 F:      drivers/media/usb/gspca/pac207.c
4806
4807 GSPCA SN9C20X SUBDRIVER
4808 M:      Brian Johnson <brijohn@gmail.com>
4809 L:      linux-media@vger.kernel.org
4810 T:      git git://linuxtv.org/media_tree.git
4811 S:      Maintained
4812 F:      drivers/media/usb/gspca/sn9c20x.c
4813
4814 GSPCA T613 SUBDRIVER
4815 M:      Leandro Costantino <lcostantino@gmail.com>
4816 L:      linux-media@vger.kernel.org
4817 T:      git git://linuxtv.org/media_tree.git
4818 S:      Maintained
4819 F:      drivers/media/usb/gspca/t613.c
4820
4821 GSPCA USB WEBCAM DRIVER
4822 M:      Hans de Goede <hdegoede@redhat.com>
4823 L:      linux-media@vger.kernel.org
4824 T:      git git://linuxtv.org/media_tree.git
4825 S:      Maintained
4826 F:      drivers/media/usb/gspca/
4827
4828 GUID PARTITION TABLE (GPT)
4829 M:      Davidlohr Bueso <dave@stgolabs.net>
4830 L:      linux-efi@vger.kernel.org
4831 S:      Maintained
4832 F:      block/partitions/efi.*
4833
4834 STK1160 USB VIDEO CAPTURE DRIVER
4835 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4836 L:      linux-media@vger.kernel.org
4837 T:      git git://linuxtv.org/media_tree.git
4838 S:      Maintained
4839 F:      drivers/media/usb/stk1160/
4840
4841 H8/300 ARCHITECTURE
4842 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4843 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4844 W:      http://uclinux-h8.sourceforge.jp
4845 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4846 S:      Maintained
4847 F:      arch/h8300/
4848 F:      drivers/clocksource/h8300_*.c
4849 F:      drivers/clk/h8300/
4850 F:      drivers/irqchip/irq-renesas-h8*.c
4851
4852 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4853 M:      Frank Seidel <frank@f-seidel.de>
4854 L:      platform-driver-x86@vger.kernel.org
4855 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4856 S:      Maintained
4857 F:      drivers/platform/x86/hdaps.c
4858
4859 HDPVR USB VIDEO ENCODER DRIVER
4860 M:      Hans Verkuil <hverkuil@xs4all.nl>
4861 L:      linux-media@vger.kernel.org
4862 T:      git git://linuxtv.org/media_tree.git
4863 W:      http://linuxtv.org
4864 S:      Odd Fixes
4865 F:      drivers/media/usb/hdpvr/
4866
4867 HWPOISON MEMORY FAILURE HANDLING
4868 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4869 L:      linux-mm@kvack.org
4870 S:      Maintained
4871 F:      mm/memory-failure.c
4872 F:      mm/hwpoison-inject.c
4873
4874 HYPERVISOR VIRTUAL CONSOLE DRIVER
4875 L:      linuxppc-dev@lists.ozlabs.org
4876 S:      Odd Fixes
4877 F:      drivers/tty/hvc/
4878
4879 HACKRF MEDIA DRIVER
4880 M:      Antti Palosaari <crope@iki.fi>
4881 L:      linux-media@vger.kernel.org
4882 W:      http://linuxtv.org/
4883 W:      http://palosaari.fi/linux/
4884 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4885 T:      git git://linuxtv.org/anttip/media_tree.git
4886 S:      Maintained
4887 F:      drivers/media/usb/hackrf/
4888
4889 HARDWARE MONITORING
4890 M:      Jean Delvare <jdelvare@suse.com>
4891 M:      Guenter Roeck <linux@roeck-us.net>
4892 L:      lm-sensors@lm-sensors.org
4893 W:      http://www.lm-sensors.org/
4894 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4896 S:      Maintained
4897 F:      Documentation/hwmon/
4898 F:      drivers/hwmon/
4899 F:      include/linux/hwmon*.h
4900
4901 HARDWARE RANDOM NUMBER GENERATOR CORE
4902 M:      Matt Mackall <mpm@selenic.com>
4903 M:      Herbert Xu <herbert@gondor.apana.org.au>
4904 L:      linux-crypto@vger.kernel.org
4905 S:      Odd fixes
4906 F:      Documentation/hw_random.txt
4907 F:      drivers/char/hw_random/
4908 F:      include/linux/hw_random.h
4909
4910 HARDWARE SPINLOCK CORE
4911 M:      Ohad Ben-Cohen <ohad@wizery.com>
4912 S:      Maintained
4913 F:      Documentation/hwspinlock.txt
4914 F:      drivers/hwspinlock/hwspinlock_*
4915 F:      include/linux/hwspinlock.h
4916
4917 HARMONY SOUND DRIVER
4918 L:      linux-parisc@vger.kernel.org
4919 S:      Maintained
4920 F:      sound/parisc/harmony.*
4921
4922 HD29L2 MEDIA DRIVER
4923 M:      Antti Palosaari <crope@iki.fi>
4924 L:      linux-media@vger.kernel.org
4925 W:      http://linuxtv.org/
4926 W:      http://palosaari.fi/linux/
4927 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4928 T:      git git://linuxtv.org/anttip/media_tree.git
4929 S:      Maintained
4930 F:      drivers/media/dvb-frontends/hd29l2*
4931
4932 HEWLETT-PACKARD SMART2 RAID DRIVER
4933 L:      iss_storagedev@hp.com
4934 S:      Orphan
4935 F:      Documentation/blockdev/cpqarray.txt
4936 F:      drivers/block/cpqarray.*
4937
4938 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4939 M:      Don Brace <don.brace@pmcs.com>
4940 L:      iss_storagedev@hp.com
4941 L:      storagedev@pmcs.com
4942 L:      linux-scsi@vger.kernel.org
4943 S:      Supported
4944 F:      Documentation/scsi/hpsa.txt
4945 F:      drivers/scsi/hpsa*.[ch]
4946 F:      include/linux/cciss*.h
4947 F:      include/uapi/linux/cciss*.h
4948
4949 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4950 M:      Don Brace <don.brace@pmcs.com>
4951 L:      iss_storagedev@hp.com
4952 L:      storagedev@pmcs.com
4953 L:      linux-scsi@vger.kernel.org
4954 S:      Supported
4955 F:      Documentation/blockdev/cciss.txt
4956 F:      drivers/block/cciss*
4957 F:      include/linux/cciss_ioctl.h
4958 F:      include/uapi/linux/cciss_ioctl.h
4959
4960 HFS FILESYSTEM
4961 L:      linux-fsdevel@vger.kernel.org
4962 S:      Orphan
4963 F:      Documentation/filesystems/hfs.txt
4964 F:      fs/hfs/
4965
4966 HFSPLUS FILESYSTEM
4967 L:      linux-fsdevel@vger.kernel.org
4968 S:      Orphan
4969 F:      Documentation/filesystems/hfsplus.txt
4970 F:      fs/hfsplus/
4971
4972 HGA FRAMEBUFFER DRIVER
4973 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4974 L:      linux-nvidia@lists.surfsouth.com
4975 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4976 S:      Maintained
4977 F:      drivers/video/fbdev/hgafb.c
4978
4979 HIBERNATION (aka Software Suspend, aka swsusp)
4980 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4981 M:      Pavel Machek <pavel@ucw.cz>
4982 L:      linux-pm@vger.kernel.org
4983 S:      Supported
4984 F:      arch/x86/power/
4985 F:      drivers/base/power/
4986 F:      kernel/power/
4987 F:      include/linux/suspend.h
4988 F:      include/linux/freezer.h
4989 F:      include/linux/pm.h
4990 F:      arch/*/include/asm/suspend*.h
4991
4992 HID CORE LAYER
4993 M:      Jiri Kosina <jikos@kernel.org>
4994 L:      linux-input@vger.kernel.org
4995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4996 S:      Maintained
4997 F:      drivers/hid/
4998 F:      include/linux/hid*
4999 F:      include/uapi/linux/hid*
5000
5001 HID SENSOR HUB DRIVERS
5002 M:      Jiri Kosina <jikos@kernel.org>
5003 M:      Jonathan Cameron <jic23@kernel.org>
5004 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5005 L:      linux-input@vger.kernel.org
5006 L:      linux-iio@vger.kernel.org
5007 S:      Maintained
5008 F:      Documentation/hid/hid-sensor*
5009 F:      drivers/hid/hid-sensor-*
5010 F:      drivers/iio/*/hid-*
5011 F:      include/linux/hid-sensor-*
5012
5013 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5014 M:      Thomas Gleixner <tglx@linutronix.de>
5015 L:      linux-kernel@vger.kernel.org
5016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5017 S:      Maintained
5018 F:      Documentation/timers/
5019 F:      kernel/time/hrtimer.c
5020 F:      kernel/time/clockevents.c
5021 F:      kernel/time/tick*.*
5022 F:      kernel/time/timer_*.c
5023 F:      include/linux/clockchips.h
5024 F:      include/linux/hrtimer.h
5025
5026 HIGH-SPEED SCC DRIVER FOR AX.25
5027 L:      linux-hams@vger.kernel.org
5028 S:      Orphan
5029 F:      drivers/net/hamradio/dmascc.c
5030 F:      drivers/net/hamradio/scc.c
5031
5032 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5033 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5034 W:      http://www.highpoint-tech.com
5035 S:      Supported
5036 F:      Documentation/scsi/hptiop.txt
5037 F:      drivers/scsi/hptiop.c
5038
5039 HIPPI
5040 M:      Jes Sorensen <jes@trained-monkey.org>
5041 L:      linux-hippi@sunsite.dk
5042 S:      Maintained
5043 F:      include/linux/hippidevice.h
5044 F:      include/uapi/linux/if_hippi.h
5045 F:      net/802/hippi.c
5046 F:      drivers/net/hippi/
5047
5048 HOST AP DRIVER
5049 M:      Jouni Malinen <j@w1.fi>
5050 L:      hostap@shmoo.com (subscribers-only)
5051 L:      linux-wireless@vger.kernel.org
5052 W:      http://hostap.epitest.fi/
5053 S:      Maintained
5054 F:      drivers/net/wireless/hostap/
5055
5056 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5057 L:      platform-driver-x86@vger.kernel.org
5058 S:      Orphan
5059 F:      drivers/platform/x86/tc1100-wmi.c
5060
5061 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5062 M:      Jaroslav Kysela <perex@perex.cz>
5063 S:      Maintained
5064 F:      drivers/net/ethernet/hp/hp100.*
5065
5066 HPET:   High Precision Event Timers driver
5067 M:      Clemens Ladisch <clemens@ladisch.de>
5068 S:      Maintained
5069 F:      Documentation/timers/hpet.txt
5070 F:      drivers/char/hpet.c
5071 F:      include/linux/hpet.h
5072 F:      include/uapi/linux/hpet.h
5073
5074 HPET:   x86
5075 S:      Orphan
5076 F:      arch/x86/kernel/hpet.c
5077 F:      arch/x86/include/asm/hpet.h
5078
5079 HPFS FILESYSTEM
5080 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5081 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5082 S:      Maintained
5083 F:      fs/hpfs/
5084
5085 HSI SUBSYSTEM
5086 M:      Sebastian Reichel <sre@kernel.org>
5087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5088 S:      Maintained
5089 F:      Documentation/ABI/testing/sysfs-bus-hsi
5090 F:      Documentation/hsi.txt
5091 F:      drivers/hsi/
5092 F:      include/linux/hsi/
5093 F:      include/uapi/linux/hsi/
5094
5095 HSO 3G MODEM DRIVER
5096 M:      Jan Dumon <j.dumon@option.com>
5097 W:      http://www.pharscape.org
5098 S:      Maintained
5099 F:      drivers/net/usb/hso.c
5100
5101 HSR NETWORK PROTOCOL
5102 M:      Arvid Brodin <arvid.brodin@alten.se>
5103 L:      netdev@vger.kernel.org
5104 S:      Maintained
5105 F:      net/hsr/
5106
5107 HTCPEN TOUCHSCREEN DRIVER
5108 M:      Pau Oliva Fora <pof@eslack.org>
5109 L:      linux-input@vger.kernel.org
5110 S:      Maintained
5111 F:      drivers/input/touchscreen/htcpen.c
5112
5113 HUGETLB FILESYSTEM
5114 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5115 S:      Maintained
5116 F:      fs/hugetlbfs/
5117
5118 Hyper-V CORE AND DRIVERS
5119 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5120 M:      Haiyang Zhang <haiyangz@microsoft.com>
5121 L:      devel@linuxdriverproject.org
5122 S:      Maintained
5123 F:      arch/x86/include/asm/mshyperv.h
5124 F:      arch/x86/include/uapi/asm/hyperv.h
5125 F:      arch/x86/kernel/cpu/mshyperv.c
5126 F:      drivers/hid/hid-hyperv.c
5127 F:      drivers/hv/
5128 F:      drivers/input/serio/hyperv-keyboard.c
5129 F:      drivers/net/hyperv/
5130 F:      drivers/scsi/storvsc_drv.c
5131 F:      drivers/video/fbdev/hyperv_fb.c
5132 F:      include/linux/hyperv.h
5133 F:      tools/hv/
5134 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5135
5136 I2C OVER PARALLEL PORT
5137 M:      Jean Delvare <jdelvare@suse.com>
5138 L:      linux-i2c@vger.kernel.org
5139 S:      Maintained
5140 F:      Documentation/i2c/busses/i2c-parport
5141 F:      Documentation/i2c/busses/i2c-parport-light
5142 F:      drivers/i2c/busses/i2c-parport.c
5143 F:      drivers/i2c/busses/i2c-parport-light.c
5144
5145 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5146 M:      Jean Delvare <jdelvare@suse.com>
5147 L:      linux-i2c@vger.kernel.org
5148 S:      Maintained
5149 F:      Documentation/i2c/busses/i2c-ali1535
5150 F:      Documentation/i2c/busses/i2c-ali1563
5151 F:      Documentation/i2c/busses/i2c-ali15x3
5152 F:      Documentation/i2c/busses/i2c-amd756
5153 F:      Documentation/i2c/busses/i2c-amd8111
5154 F:      Documentation/i2c/busses/i2c-i801
5155 F:      Documentation/i2c/busses/i2c-nforce2
5156 F:      Documentation/i2c/busses/i2c-piix4
5157 F:      Documentation/i2c/busses/i2c-sis5595
5158 F:      Documentation/i2c/busses/i2c-sis630
5159 F:      Documentation/i2c/busses/i2c-sis96x
5160 F:      Documentation/i2c/busses/i2c-via
5161 F:      Documentation/i2c/busses/i2c-viapro
5162 F:      drivers/i2c/busses/i2c-ali1535.c
5163 F:      drivers/i2c/busses/i2c-ali1563.c
5164 F:      drivers/i2c/busses/i2c-ali15x3.c
5165 F:      drivers/i2c/busses/i2c-amd756.c
5166 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5167 F:      drivers/i2c/busses/i2c-amd8111.c
5168 F:      drivers/i2c/busses/i2c-i801.c
5169 F:      drivers/i2c/busses/i2c-isch.c
5170 F:      drivers/i2c/busses/i2c-nforce2.c
5171 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5172 F:      drivers/i2c/busses/i2c-piix4.c
5173 F:      drivers/i2c/busses/i2c-sis5595.c
5174 F:      drivers/i2c/busses/i2c-sis630.c
5175 F:      drivers/i2c/busses/i2c-sis96x.c
5176 F:      drivers/i2c/busses/i2c-via.c
5177 F:      drivers/i2c/busses/i2c-viapro.c
5178
5179 I2C/SMBUS ISMT DRIVER
5180 M:      Seth Heasley <seth.heasley@intel.com>
5181 M:      Neil Horman <nhorman@tuxdriver.com>
5182 L:      linux-i2c@vger.kernel.org
5183 F:      drivers/i2c/busses/i2c-ismt.c
5184 F:      Documentation/i2c/busses/i2c-ismt
5185
5186 I2C/SMBUS STUB DRIVER
5187 M:      Jean Delvare <jdelvare@suse.com>
5188 L:      linux-i2c@vger.kernel.org
5189 S:      Maintained
5190 F:      drivers/i2c/i2c-stub.c
5191
5192 I2C SUBSYSTEM
5193 M:      Wolfram Sang <wsa@the-dreams.de>
5194 L:      linux-i2c@vger.kernel.org
5195 W:      https://i2c.wiki.kernel.org/
5196 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5198 S:      Maintained
5199 F:      Documentation/devicetree/bindings/i2c/
5200 F:      Documentation/i2c/
5201 F:      drivers/i2c/
5202 F:      drivers/i2c/*/
5203 F:      include/linux/i2c.h
5204 F:      include/linux/i2c-*.h
5205 F:      include/uapi/linux/i2c.h
5206 F:      include/uapi/linux/i2c-*.h
5207
5208 I2C ACPI SUPPORT
5209 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5210 L:      linux-i2c@vger.kernel.org
5211 L:      linux-acpi@vger.kernel.org
5212 S:      Maintained
5213
5214 I2C-TAOS-EVM DRIVER
5215 M:      Jean Delvare <jdelvare@suse.com>
5216 L:      linux-i2c@vger.kernel.org
5217 S:      Maintained
5218 F:      Documentation/i2c/busses/i2c-taos-evm
5219 F:      drivers/i2c/busses/i2c-taos-evm.c
5220
5221 I2C-TINY-USB DRIVER
5222 M:      Till Harbaum <till@harbaum.org>
5223 L:      linux-i2c@vger.kernel.org
5224 W:      http://www.harbaum.org/till/i2c_tiny_usb
5225 S:      Maintained
5226 F:      drivers/i2c/busses/i2c-tiny-usb.c
5227
5228 i386 BOOT CODE
5229 M:      "H. Peter Anvin" <hpa@zytor.com>
5230 S:      Maintained
5231 F:      arch/x86/boot/
5232
5233 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5234 M:      "H. Peter Anvin" <hpa@zytor.com>
5235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5236 S:      Maintained
5237
5238 IA64 (Itanium) PLATFORM
5239 M:      Tony Luck <tony.luck@intel.com>
5240 M:      Fenghua Yu <fenghua.yu@intel.com>
5241 L:      linux-ia64@vger.kernel.org
5242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5243 S:      Maintained
5244 F:      arch/ia64/
5245
5246 IBM Power VMX Cryptographic instructions
5247 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5248 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5249 L:      linux-crypto@vger.kernel.org
5250 S:      Supported
5251 F:      drivers/crypto/vmx/Makefile
5252 F:      drivers/crypto/vmx/Kconfig
5253 F:      drivers/crypto/vmx/vmx.c
5254 F:      drivers/crypto/vmx/aes*
5255 F:      drivers/crypto/vmx/ghash*
5256 F:      drivers/crypto/vmx/ppc-xlate.pl
5257
5258 IBM Power in-Nest Crypto Acceleration
5259 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5260 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5261 L:      linux-crypto@vger.kernel.org
5262 S:      Supported
5263 F:      drivers/crypto/nx/Makefile
5264 F:      drivers/crypto/nx/Kconfig
5265 F:      drivers/crypto/nx/nx-aes*
5266 F:      drivers/crypto/nx/nx-sha*
5267 F:      drivers/crypto/nx/nx.*
5268 F:      drivers/crypto/nx/nx_csbcpb.h
5269 F:      drivers/crypto/nx/nx_debugfs.h
5270
5271 IBM Power 842 compression accelerator
5272 M:      Dan Streetman <ddstreet@ieee.org>
5273 S:      Supported
5274 F:      drivers/crypto/nx/Makefile
5275 F:      drivers/crypto/nx/Kconfig
5276 F:      drivers/crypto/nx/nx-842*
5277 F:      include/linux/sw842.h
5278 F:      crypto/842.c
5279 F:      lib/842/
5280
5281 IBM Power Linux RAID adapter
5282 M:      Brian King <brking@us.ibm.com>
5283 S:      Supported
5284 F:      drivers/scsi/ipr.*
5285
5286 IBM Power Virtual Ethernet Device Driver
5287 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5288 L:      netdev@vger.kernel.org
5289 S:      Supported
5290 F:      drivers/net/ethernet/ibm/ibmveth.*
5291
5292 IBM Power Virtual SCSI Device Drivers
5293 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5294 L:      linux-scsi@vger.kernel.org
5295 S:      Supported
5296 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5297 F:      drivers/scsi/ibmvscsi/viosrp.h
5298
5299 IBM Power Virtual FC Device Drivers
5300 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5301 L:      linux-scsi@vger.kernel.org
5302 S:      Supported
5303 F:      drivers/scsi/ibmvscsi/ibmvfc*
5304
5305 IBM ServeRAID RAID DRIVER
5306 S:      Orphan
5307 F:      drivers/scsi/ips.*
5308
5309 ICH LPC AND GPIO DRIVER
5310 M:      Peter Tyser <ptyser@xes-inc.com>
5311 S:      Maintained
5312 F:      drivers/mfd/lpc_ich.c
5313 F:      drivers/gpio/gpio-ich.c
5314
5315 IDE SUBSYSTEM
5316 M:      "David S. Miller" <davem@davemloft.net>
5317 L:      linux-ide@vger.kernel.org
5318 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5320 S:      Maintained
5321 F:      Documentation/ide/
5322 F:      drivers/ide/
5323 F:      include/linux/ide.h
5324
5325 IDEAPAD LAPTOP EXTRAS DRIVER
5326 M:      Ike Panhc <ike.pan@canonical.com>
5327 L:      platform-driver-x86@vger.kernel.org
5328 W:      http://launchpad.net/ideapad-laptop
5329 S:      Maintained
5330 F:      drivers/platform/x86/ideapad-laptop.c
5331
5332 IDEAPAD LAPTOP SLIDEBAR DRIVER
5333 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5334 L:      linux-input@vger.kernel.org
5335 W:      https://github.com/o2genum/ideapad-slidebar
5336 S:      Maintained
5337 F:      drivers/input/misc/ideapad_slidebar.c
5338
5339 IDE/ATAPI DRIVERS
5340 M:      Borislav Petkov <bp@alien8.de>
5341 L:      linux-ide@vger.kernel.org
5342 S:      Maintained
5343 F:      Documentation/cdrom/ide-cd
5344 F:      drivers/ide/ide-cd*
5345
5346 IDLE-I7300
5347 M:      Andy Henroid <andrew.d.henroid@intel.com>
5348 L:      linux-pm@vger.kernel.org
5349 S:      Supported
5350 F:      drivers/idle/i7300_idle.c
5351
5352 IEEE 802.15.4 SUBSYSTEM
5353 M:      Alexander Aring <alex.aring@gmail.com>
5354 L:      linux-wpan@vger.kernel.org
5355 W:      https://github.com/linux-wpan
5356 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5357 S:      Maintained
5358 F:      net/ieee802154/
5359 F:      net/mac802154/
5360 F:      drivers/net/ieee802154/
5361 F:      include/linux/nl802154.h
5362 F:      include/linux/ieee802154.h
5363 F:      include/net/nl802154.h
5364 F:      include/net/mac802154.h
5365 F:      include/net/af_ieee802154.h
5366 F:      include/net/cfg802154.h
5367 F:      include/net/ieee802154_netdev.h
5368 F:      Documentation/networking/ieee802154.txt
5369
5370 IGORPLUG-USB IR RECEIVER
5371 M:      Sean Young <sean@mess.org>
5372 L:      linux-media@vger.kernel.org
5373 S:      Maintained
5374 F:      drivers/media/rc/igorplugusb.c
5375
5376 IGUANAWORKS USB IR TRANSCEIVER
5377 M:      Sean Young <sean@mess.org>
5378 L:      linux-media@vger.kernel.org
5379 S:      Maintained
5380 F:      drivers/media/rc/iguanair.c
5381
5382 IIO SUBSYSTEM AND DRIVERS
5383 M:      Jonathan Cameron <jic23@kernel.org>
5384 R:      Hartmut Knaack <knaack.h@gmx.de>
5385 R:      Lars-Peter Clausen <lars@metafoo.de>
5386 R:      Peter Meerwald <pmeerw@pmeerw.net>
5387 L:      linux-iio@vger.kernel.org
5388 S:      Maintained
5389 F:      drivers/iio/
5390 F:      drivers/staging/iio/
5391 F:      include/linux/iio/
5392 F:      tools/iio/
5393
5394 IKANOS/ADI EAGLE ADSL USB DRIVER
5395 M:      Matthieu Castet <castet.matthieu@free.fr>
5396 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5397 S:      Maintained
5398 F:      drivers/usb/atm/ueagle-atm.c
5399
5400 INA209 HARDWARE MONITOR DRIVER
5401 M:      Guenter Roeck <linux@roeck-us.net>
5402 L:      lm-sensors@lm-sensors.org
5403 S:      Maintained
5404 F:      Documentation/hwmon/ina209
5405 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5406 F:      drivers/hwmon/ina209.c
5407
5408 INA2XX HARDWARE MONITOR DRIVER
5409 M:      Guenter Roeck <linux@roeck-us.net>
5410 L:      lm-sensors@lm-sensors.org
5411 S:      Maintained
5412 F:      Documentation/hwmon/ina2xx
5413 F:      drivers/hwmon/ina2xx.c
5414 F:      include/linux/platform_data/ina2xx.h
5415
5416 INDUSTRY PACK SUBSYSTEM (IPACK)
5417 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5418 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5419 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5420 L:      industrypack-devel@lists.sourceforge.net
5421 W:      http://industrypack.sourceforge.net
5422 S:      Maintained
5423 F:      drivers/ipack/
5424
5425 INGENIC JZ4780 DMA Driver
5426 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5427 S:      Maintained
5428 F:      drivers/dma/dma-jz4780.c
5429
5430 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5431 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5432 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5433 L:      linux-ima-devel@lists.sourceforge.net
5434 L:      linux-ima-user@lists.sourceforge.net
5435 L:      linux-security-module@vger.kernel.org
5436 S:      Supported
5437 F:      security/integrity/ima/
5438
5439 IMGTEC IR DECODER DRIVER
5440 M:      James Hogan <james.hogan@imgtec.com>
5441 S:      Maintained
5442 F:      drivers/media/rc/img-ir/
5443
5444 IMS TWINTURBO FRAMEBUFFER DRIVER
5445 L:      linux-fbdev@vger.kernel.org
5446 S:      Orphan
5447 F:      drivers/video/fbdev/imsttfb.c
5448
5449 INFINIBAND SUBSYSTEM
5450 M:      Doug Ledford <dledford@redhat.com>
5451 M:      Sean Hefty <sean.hefty@intel.com>
5452 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5453 L:      linux-rdma@vger.kernel.org
5454 W:      http://www.openfabrics.org/
5455 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5457 S:      Supported
5458 F:      Documentation/infiniband/
5459 F:      drivers/infiniband/
5460 F:      drivers/staging/rdma/
5461 F:      include/uapi/linux/if_infiniband.h
5462 F:      include/uapi/rdma/
5463 F:      include/rdma/
5464
5465 INOTIFY
5466 M:      John McCutchan <john@johnmccutchan.com>
5467 M:      Robert Love <rlove@rlove.org>
5468 M:      Eric Paris <eparis@parisplace.org>
5469 S:      Maintained
5470 F:      Documentation/filesystems/inotify.txt
5471 F:      fs/notify/inotify/
5472 F:      include/linux/inotify.h
5473 F:      include/uapi/linux/inotify.h
5474
5475 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5476 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5477 L:      linux-input@vger.kernel.org
5478 Q:      http://patchwork.kernel.org/project/linux-input/list/
5479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5480 S:      Maintained
5481 F:      drivers/input/
5482 F:      include/linux/input.h
5483 F:      include/uapi/linux/input.h
5484 F:      include/linux/input/
5485
5486 INPUT MULTITOUCH (MT) PROTOCOL
5487 M:      Henrik Rydberg <rydberg@bitmath.org>
5488 L:      linux-input@vger.kernel.org
5489 S:      Odd fixes
5490 F:      Documentation/input/multi-touch-protocol.txt
5491 F:      drivers/input/input-mt.c
5492 K:      \b(ABS|SYN)_MT_
5493
5494 INTEL ASoC BDW/HSW DRIVERS
5495 M:      Jie Yang <yang.jie@linux.intel.com>
5496 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5497 S:      Supported
5498 F:      sound/soc/intel/common/sst-dsp*
5499 F:      sound/soc/intel/common/sst-firmware.c
5500 F:      sound/soc/intel/boards/broadwell.c
5501 F:      sound/soc/intel/haswell/
5502
5503 INTEL C600 SERIES SAS CONTROLLER DRIVER
5504 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5505 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5506 L:      linux-scsi@vger.kernel.org
5507 T:      git git://git.code.sf.net/p/intel-sas/isci
5508 S:      Supported
5509 F:      drivers/scsi/isci/
5510
5511 INTEL IDLE DRIVER
5512 M:      Len Brown <lenb@kernel.org>
5513 L:      linux-pm@vger.kernel.org
5514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5515 S:      Supported
5516 F:      drivers/idle/intel_idle.c
5517
5518 INTEL PSTATE DRIVER
5519 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5520 M:      Len Brown <lenb@kernel.org>
5521 L:      linux-pm@vger.kernel.org
5522 S:      Supported
5523 F:      drivers/cpufreq/intel_pstate.c
5524
5525 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5526 M:      Maik Broemme <mbroemme@plusserver.de>
5527 L:      linux-fbdev@vger.kernel.org
5528 S:      Maintained
5529 F:      Documentation/fb/intelfb.txt
5530 F:      drivers/video/fbdev/intelfb/
5531
5532 INTEL 810/815 FRAMEBUFFER DRIVER
5533 M:      Antonino Daplas <adaplas@gmail.com>
5534 L:      linux-fbdev@vger.kernel.org
5535 S:      Maintained
5536 F:      drivers/video/fbdev/i810/
5537
5538 INTEL MENLOW THERMAL DRIVER
5539 M:      Sujith Thomas <sujith.thomas@intel.com>
5540 L:      platform-driver-x86@vger.kernel.org
5541 W:      https://01.org/linux-acpi
5542 S:      Supported
5543 F:      drivers/platform/x86/intel_menlow.c
5544
5545 INTEL I/OAT DMA DRIVER
5546 M:      Dave Jiang <dave.jiang@intel.com>
5547 R:      Dan Williams <dan.j.williams@intel.com>
5548 L:      dmaengine@vger.kernel.org
5549 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5550 S:      Supported
5551 F:      drivers/dma/ioat*
5552
5553 INTEL IOMMU (VT-d)
5554 M:      David Woodhouse <dwmw2@infradead.org>
5555 L:      iommu@lists.linux-foundation.org
5556 T:      git git://git.infradead.org/iommu-2.6.git
5557 S:      Supported
5558 F:      drivers/iommu/intel-iommu.c
5559 F:      include/linux/intel-iommu.h
5560
5561 INTEL IOP-ADMA DMA DRIVER
5562 R:      Dan Williams <dan.j.williams@intel.com>
5563 S:      Odd fixes
5564 F:      drivers/dma/iop-adma.c
5565
5566 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5567 M:      Krzysztof Halasa <khalasa@piap.pl>
5568 S:      Maintained
5569 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5570 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5571 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5572 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5573 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5574 F:      drivers/net/wan/ixp4xx_hss.c
5575
5576 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5577 M:      Deepak Saxena <dsaxena@plexity.net>
5578 S:      Maintained
5579 F:      drivers/char/hw_random/ixp4xx-rng.c
5580
5581 INTEL ETHERNET DRIVERS
5582 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5583 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5584 R:      Shannon Nelson <shannon.nelson@intel.com>
5585 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5586 R:      Don Skidmore <donald.c.skidmore@intel.com>
5587 R:      Bruce Allan <bruce.w.allan@intel.com>
5588 R:      John Ronciak <john.ronciak@intel.com>
5589 R:      Mitch Williams <mitch.a.williams@intel.com>
5590 L:      intel-wired-lan@lists.osuosl.org
5591 W:      http://www.intel.com/support/feedback.htm
5592 W:      http://e1000.sourceforge.net/
5593 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5596 S:      Supported
5597 F:      Documentation/networking/e100.txt
5598 F:      Documentation/networking/e1000.txt
5599 F:      Documentation/networking/e1000e.txt
5600 F:      Documentation/networking/igb.txt
5601 F:      Documentation/networking/igbvf.txt
5602 F:      Documentation/networking/ixgb.txt
5603 F:      Documentation/networking/ixgbe.txt
5604 F:      Documentation/networking/ixgbevf.txt
5605 F:      Documentation/networking/i40e.txt
5606 F:      Documentation/networking/i40evf.txt
5607 F:      drivers/net/ethernet/intel/
5608 F:      drivers/net/ethernet/intel/*/
5609
5610 INTEL-MID GPIO DRIVER
5611 M:      David Cohen <david.a.cohen@linux.intel.com>
5612 L:      linux-gpio@vger.kernel.org
5613 S:      Maintained
5614 F:      drivers/gpio/gpio-intel-mid.c
5615
5616 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5617 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5618 L:      linux-wireless@vger.kernel.org
5619 S:      Maintained
5620 F:      Documentation/networking/README.ipw2100
5621 F:      Documentation/networking/README.ipw2200
5622 F:      drivers/net/wireless/ipw2x00/
5623
5624 INTEL(R) TRACE HUB
5625 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5626 S:      Supported
5627 F:      Documentation/trace/intel_th.txt
5628 F:      drivers/hwtracing/intel_th/
5629
5630 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5631 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5632 M:      Gang Wei <gang.wei@intel.com>
5633 M:      Shane Wang <shane.wang@intel.com>
5634 L:      tboot-devel@lists.sourceforge.net
5635 W:      http://tboot.sourceforge.net
5636 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5637 S:      Supported
5638 F:      Documentation/intel_txt.txt
5639 F:      include/linux/tboot.h
5640 F:      arch/x86/kernel/tboot.c
5641
5642 INTEL WIRELESS WIMAX CONNECTION 2400
5643 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5644 M:      linux-wimax@intel.com
5645 L:      wimax@linuxwimax.org (subscribers-only)
5646 S:      Supported
5647 W:      http://linuxwimax.org
5648 F:      Documentation/wimax/README.i2400m
5649 F:      drivers/net/wimax/i2400m/
5650 F:      include/uapi/linux/wimax/i2400m.h
5651
5652 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5653 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5654 L:      linux-wireless@vger.kernel.org
5655 S:      Supported
5656 F:      drivers/net/wireless/iwlegacy/
5657
5658 INTEL WIRELESS WIFI LINK (iwlwifi)
5659 M:      Johannes Berg <johannes.berg@intel.com>
5660 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5661 M:      Intel Linux Wireless <linuxwifi@intel.com>
5662 L:      linux-wireless@vger.kernel.org
5663 W:      http://intellinuxwireless.org
5664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5665 S:      Supported
5666 F:      drivers/net/wireless/iwlwifi/
5667
5668 INTEL MANAGEMENT ENGINE (mei)
5669 M:      Tomas Winkler <tomas.winkler@intel.com>
5670 L:      linux-kernel@vger.kernel.org
5671 S:      Supported
5672 F:      include/uapi/linux/mei.h
5673 F:      include/linux/mei_cl_bus.h
5674 F:      drivers/misc/mei/*
5675 F:      Documentation/misc-devices/mei/*
5676
5677 INTEL MIC DRIVERS (mic)
5678 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5679 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5680 S:      Supported
5681 W:      https://github.com/sudeepdutt/mic
5682 W:      http://software.intel.com/en-us/mic-developer
5683 F:      include/linux/mic_bus.h
5684 F:      include/linux/scif.h
5685 F:      include/uapi/linux/mic_common.h
5686 F:      include/uapi/linux/mic_ioctl.h
5687 F       include/uapi/linux/scif_ioctl.h
5688 F:      drivers/misc/mic/
5689 F:      drivers/dma/mic_x100_dma.c
5690 F:      drivers/dma/mic_x100_dma.h
5691 F       Documentation/mic/
5692
5693 INTEL PMC IPC DRIVER
5694 M:      Zha Qipeng<qipeng.zha@intel.com>
5695 L:      platform-driver-x86@vger.kernel.org
5696 S:      Maintained
5697 F:      drivers/platform/x86/intel_pmc_ipc.c
5698 F:      arch/x86/include/asm/intel_pmc_ipc.h
5699
5700 IOC3 ETHERNET DRIVER
5701 M:      Ralf Baechle <ralf@linux-mips.org>
5702 L:      linux-mips@linux-mips.org
5703 S:      Maintained
5704 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5705
5706 IOC3 SERIAL DRIVER
5707 M:      Pat Gefre <pfg@sgi.com>
5708 L:      linux-serial@vger.kernel.org
5709 S:      Maintained
5710 F:      drivers/tty/serial/ioc3_serial.c
5711
5712 IOMMU DRIVERS
5713 M:      Joerg Roedel <joro@8bytes.org>
5714 L:      iommu@lists.linux-foundation.org
5715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5716 S:      Maintained
5717 F:      drivers/iommu/
5718
5719 IP MASQUERADING
5720 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5721 S:      Maintained
5722 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5723
5724 IPATH DRIVER
5725 M:      Mike Marciniszyn <infinipath@intel.com>
5726 L:      linux-rdma@vger.kernel.org
5727 S:      Maintained
5728 F:      drivers/staging/rdma/ipath/
5729
5730 IPMI SUBSYSTEM
5731 M:      Corey Minyard <minyard@acm.org>
5732 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5733 W:      http://openipmi.sourceforge.net/
5734 S:      Supported
5735 F:      Documentation/IPMI.txt
5736 F:      drivers/char/ipmi/
5737 F:      include/linux/ipmi*
5738 F:      include/uapi/linux/ipmi*
5739
5740 QCOM AUDIO (ASoC) DRIVERS
5741 M:      Patrick Lai <plai@codeaurora.org>
5742 M:      Banajit Goswami <bgoswami@codeaurora.org>
5743 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5744 S:      Supported
5745 F:      sound/soc/qcom/
5746
5747 IPS SCSI RAID DRIVER
5748 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5749 L:      linux-scsi@vger.kernel.org
5750 W:      http://www.adaptec.com/
5751 S:      Maintained
5752 F:      drivers/scsi/ips*
5753
5754 IPVS
5755 M:      Wensong Zhang <wensong@linux-vs.org>
5756 M:      Simon Horman <horms@verge.net.au>
5757 M:      Julian Anastasov <ja@ssi.bg>
5758 L:      netdev@vger.kernel.org
5759 L:      lvs-devel@vger.kernel.org
5760 S:      Maintained
5761 F:      Documentation/networking/ipvs-sysctl.txt
5762 F:      include/net/ip_vs.h
5763 F:      include/uapi/linux/ip_vs.h
5764 F:      net/netfilter/ipvs/
5765
5766 IPWIRELESS DRIVER
5767 M:      Jiri Kosina <jikos@kernel.org>
5768 M:      David Sterba <dsterba@suse.com>
5769 S:      Odd Fixes
5770 F:      drivers/tty/ipwireless/
5771
5772 IPX NETWORK LAYER
5773 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5774 L:      netdev@vger.kernel.org
5775 S:      Maintained
5776 F:      include/net/ipx.h
5777 F:      include/uapi/linux/ipx.h
5778 F:      net/ipx/
5779
5780 IRDA SUBSYSTEM
5781 M:      Samuel Ortiz <samuel@sortiz.org>
5782 L:      irda-users@lists.sourceforge.net (subscribers-only)
5783 L:      netdev@vger.kernel.org
5784 W:      http://irda.sourceforge.net/
5785 S:      Maintained
5786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5787 F:      Documentation/networking/irda.txt
5788 F:      drivers/net/irda/
5789 F:      include/net/irda/
5790 F:      net/irda/
5791
5792 IRQ SUBSYSTEM
5793 M:      Thomas Gleixner <tglx@linutronix.de>
5794 L:      linux-kernel@vger.kernel.org
5795 S:      Maintained
5796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5797 F:      kernel/irq/
5798
5799 IRQCHIP DRIVERS
5800 M:      Thomas Gleixner <tglx@linutronix.de>
5801 M:      Jason Cooper <jason@lakedaemon.net>
5802 M:      Marc Zyngier <marc.zyngier@arm.com>
5803 L:      linux-kernel@vger.kernel.org
5804 S:      Maintained
5805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5806 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5807 F:      Documentation/devicetree/bindings/interrupt-controller/
5808 F:      drivers/irqchip/
5809
5810 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5811 M:      Jiang Liu <jiang.liu@linux.intel.com>
5812 M:      Marc Zyngier <marc.zyngier@arm.com>
5813 S:      Maintained
5814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5815 F:      Documentation/IRQ-domain.txt
5816 F:      include/linux/irqdomain.h
5817 F:      kernel/irq/irqdomain.c
5818 F:      kernel/irq/msi.c
5819
5820 ISAPNP
5821 M:      Jaroslav Kysela <perex@perex.cz>
5822 S:      Maintained
5823 F:      Documentation/isapnp.txt
5824 F:      drivers/pnp/isapnp/
5825 F:      include/linux/isapnp.h
5826
5827 ISA RADIO MODULE
5828 M:      Hans Verkuil <hverkuil@xs4all.nl>
5829 L:      linux-media@vger.kernel.org
5830 T:      git git://linuxtv.org/media_tree.git
5831 W:      http://linuxtv.org
5832 S:      Maintained
5833 F:      drivers/media/radio/radio-isa*
5834
5835 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5836 M:      Peter Jones <pjones@redhat.com>
5837 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5838 S:      Maintained
5839 F:      drivers/firmware/iscsi_ibft*
5840
5841 ISCSI
5842 M:      Mike Christie <michaelc@cs.wisc.edu>
5843 L:      open-iscsi@googlegroups.com
5844 W:      www.open-iscsi.org
5845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5846 S:      Maintained
5847 F:      drivers/scsi/*iscsi*
5848 F:      include/scsi/*iscsi*
5849
5850 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5851 M:      Or Gerlitz <ogerlitz@mellanox.com>
5852 M:      Sagi Grimberg <sagig@mellanox.com>
5853 M:      Roi Dayan <roid@mellanox.com>
5854 L:      linux-rdma@vger.kernel.org
5855 S:      Supported
5856 W:      http://www.openfabrics.org
5857 W:      www.open-iscsi.org
5858 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5859 F:      drivers/infiniband/ulp/iser/
5860
5861 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5862 M:      Sagi Grimberg <sagig@mellanox.com>
5863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5864 L:      linux-rdma@vger.kernel.org
5865 L:      target-devel@vger.kernel.org
5866 S:      Supported
5867 W:      http://www.linux-iscsi.org
5868 F:      drivers/infiniband/ulp/isert
5869
5870 ISDN SUBSYSTEM
5871 M:      Karsten Keil <isdn@linux-pingi.de>
5872 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5873 L:      netdev@vger.kernel.org
5874 W:      http://www.isdn4linux.de
5875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5876 S:      Maintained
5877 F:      Documentation/isdn/
5878 F:      drivers/isdn/
5879 F:      include/linux/isdn.h
5880 F:      include/linux/isdn/
5881 F:      include/uapi/linux/isdn.h
5882 F:      include/uapi/linux/isdn/
5883
5884 ISDN SUBSYSTEM (Eicon active card driver)
5885 M:      Armin Schindler <mac@melware.de>
5886 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5887 W:      http://www.melware.de
5888 S:      Maintained
5889 F:      drivers/isdn/hardware/eicon/
5890
5891 IT87 HARDWARE MONITORING DRIVER
5892 M:      Jean Delvare <jdelvare@suse.com>
5893 L:      lm-sensors@lm-sensors.org
5894 S:      Maintained
5895 F:      Documentation/hwmon/it87
5896 F:      drivers/hwmon/it87.c
5897
5898 IT913X MEDIA DRIVER
5899 M:      Antti Palosaari <crope@iki.fi>
5900 L:      linux-media@vger.kernel.org
5901 W:      http://linuxtv.org/
5902 W:      http://palosaari.fi/linux/
5903 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5904 T:      git git://linuxtv.org/anttip/media_tree.git
5905 S:      Maintained
5906 F:      drivers/media/tuners/it913x*
5907
5908 IVTV VIDEO4LINUX DRIVER
5909 M:      Andy Walls <awalls@md.metrocast.net>
5910 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5911 L:      linux-media@vger.kernel.org
5912 T:      git git://linuxtv.org/media_tree.git
5913 W:      http://www.ivtvdriver.org
5914 S:      Maintained
5915 F:      Documentation/video4linux/*.ivtv
5916 F:      drivers/media/pci/ivtv/
5917 F:      include/uapi/linux/ivtv*
5918
5919 IX2505V MEDIA DRIVER
5920 M:      Malcolm Priestley <tvboxspy@gmail.com>
5921 L:      linux-media@vger.kernel.org
5922 W:      http://linuxtv.org/
5923 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5924 S:      Maintained
5925 F:      drivers/media/dvb-frontends/ix2505v*
5926
5927 JC42.4 TEMPERATURE SENSOR DRIVER
5928 M:      Guenter Roeck <linux@roeck-us.net>
5929 L:      lm-sensors@lm-sensors.org
5930 S:      Maintained
5931 F:      drivers/hwmon/jc42.c
5932 F:      Documentation/hwmon/jc42
5933
5934 JFS FILESYSTEM
5935 M:      Dave Kleikamp <shaggy@kernel.org>
5936 L:      jfs-discussion@lists.sourceforge.net
5937 W:      http://jfs.sourceforge.net/
5938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5939 S:      Maintained
5940 F:      Documentation/filesystems/jfs.txt
5941 F:      fs/jfs/
5942
5943 JME NETWORK DRIVER
5944 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5945 L:      netdev@vger.kernel.org
5946 S:      Maintained
5947 F:      drivers/net/ethernet/jme.*
5948
5949 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5950 M:      David Woodhouse <dwmw2@infradead.org>
5951 L:      linux-mtd@lists.infradead.org
5952 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5953 S:      Maintained
5954 F:      fs/jffs2/
5955 F:      include/uapi/linux/jffs2.h
5956
5957 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5958 M:      "Theodore Ts'o" <tytso@mit.edu>
5959 M:      Jan Kara <jack@suse.com>
5960 L:      linux-ext4@vger.kernel.org
5961 S:      Maintained
5962 F:      fs/jbd2/
5963 F:      include/linux/jbd2.h
5964
5965 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5966 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5967 L:      linux-media@vger.kernel.org
5968 S:      Maintained
5969 F:      drivers/media/platform/rcar_jpu.c
5970
5971 JSM Neo PCI based serial card
5972 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5973 L:      linux-serial@vger.kernel.org
5974 S:      Maintained
5975 F:      drivers/tty/serial/jsm/
5976
5977 K10TEMP HARDWARE MONITORING DRIVER
5978 M:      Clemens Ladisch <clemens@ladisch.de>
5979 L:      lm-sensors@lm-sensors.org
5980 S:      Maintained
5981 F:      Documentation/hwmon/k10temp
5982 F:      drivers/hwmon/k10temp.c
5983
5984 K8TEMP HARDWARE MONITORING DRIVER
5985 M:      Rudolf Marek <r.marek@assembler.cz>
5986 L:      lm-sensors@lm-sensors.org
5987 S:      Maintained
5988 F:      Documentation/hwmon/k8temp
5989 F:      drivers/hwmon/k8temp.c
5990
5991 KCONFIG
5992 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5993 L:      linux-kbuild@vger.kernel.org
5994 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5995 S:      Maintained
5996 F:      Documentation/kbuild/kconfig-language.txt
5997 F:      scripts/kconfig/
5998
5999 KDUMP
6000 M:      Vivek Goyal <vgoyal@redhat.com>
6001 M:      Haren Myneni <hbabu@us.ibm.com>
6002 L:      kexec@lists.infradead.org
6003 W:      http://lse.sourceforge.net/kdump/
6004 S:      Maintained
6005 F:      Documentation/kdump/
6006
6007 KEENE FM RADIO TRANSMITTER DRIVER
6008 M:      Hans Verkuil <hverkuil@xs4all.nl>
6009 L:      linux-media@vger.kernel.org
6010 T:      git git://linuxtv.org/media_tree.git
6011 W:      http://linuxtv.org
6012 S:      Maintained
6013 F:      drivers/media/radio/radio-keene*
6014
6015 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6016 M:      Ian Kent <raven@themaw.net>
6017 L:      autofs@vger.kernel.org
6018 S:      Maintained
6019 F:      fs/autofs4/
6020
6021 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6022 M:      Michal Marek <mmarek@suse.com>
6023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6025 L:      linux-kbuild@vger.kernel.org
6026 S:      Maintained
6027 F:      Documentation/kbuild/
6028 F:      Makefile
6029 F:      scripts/Makefile.*
6030 F:      scripts/basic/
6031 F:      scripts/mk*
6032 F:      scripts/package/
6033
6034 KERNEL JANITORS
6035 L:      kernel-janitors@vger.kernel.org
6036 W:      http://kernelnewbies.org/KernelJanitors
6037 S:      Odd Fixes
6038
6039 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6040 M:      "J. Bruce Fields" <bfields@fieldses.org>
6041 M:      Jeff Layton <jlayton@poochiereds.net>
6042 L:      linux-nfs@vger.kernel.org
6043 W:      http://nfs.sourceforge.net/
6044 S:      Supported
6045 F:      fs/nfsd/
6046 F:      include/uapi/linux/nfsd/
6047 F:      fs/lockd/
6048 F:      fs/nfs_common/
6049 F:      net/sunrpc/
6050 F:      include/linux/lockd/
6051 F:      include/linux/sunrpc/
6052 F:      include/uapi/linux/sunrpc/
6053
6054 KERNEL SELFTEST FRAMEWORK
6055 M:      Shuah Khan <shuahkh@osg.samsung.com>
6056 L:      linux-api@vger.kernel.org
6057 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6058 S:      Maintained
6059 F:      tools/testing/selftests
6060
6061 KERNEL VIRTUAL MACHINE (KVM)
6062 M:      Gleb Natapov <gleb@kernel.org>
6063 M:      Paolo Bonzini <pbonzini@redhat.com>
6064 L:      kvm@vger.kernel.org
6065 W:      http://www.linux-kvm.org
6066 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6067 S:      Supported
6068 F:      Documentation/*/kvm*.txt
6069 F:      Documentation/virtual/kvm/
6070 F:      arch/*/kvm/
6071 F:      arch/x86/kernel/kvm.c
6072 F:      arch/x86/kernel/kvmclock.c
6073 F:      arch/*/include/asm/kvm*
6074 F:      include/linux/kvm*
6075 F:      include/uapi/linux/kvm*
6076 F:      virt/kvm/
6077
6078 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6079 M:      Joerg Roedel <joro@8bytes.org>
6080 L:      kvm@vger.kernel.org
6081 W:      http://www.linux-kvm.org/
6082 S:      Maintained
6083 F:      arch/x86/include/asm/svm.h
6084 F:      arch/x86/kvm/svm.c
6085
6086 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6087 M:      Alexander Graf <agraf@suse.com>
6088 L:      kvm-ppc@vger.kernel.org
6089 W:      http://www.linux-kvm.org/
6090 T:      git git://github.com/agraf/linux-2.6.git
6091 S:      Supported
6092 F:      arch/powerpc/include/asm/kvm*
6093 F:      arch/powerpc/kvm/
6094
6095 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6096 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6097 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6098 L:      linux-s390@vger.kernel.org
6099 W:      http://www.ibm.com/developerworks/linux/linux390/
6100 S:      Supported
6101 F:      Documentation/s390/kvm.txt
6102 F:      arch/s390/include/asm/kvm*
6103 F:      arch/s390/kvm/
6104
6105 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6106 M:      Christoffer Dall <christoffer.dall@linaro.org>
6107 M:      Marc Zyngier <marc.zyngier@arm.com>
6108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6109 L:      kvmarm@lists.cs.columbia.edu
6110 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6111 S:      Supported
6112 F:      arch/arm/include/uapi/asm/kvm*
6113 F:      arch/arm/include/asm/kvm*
6114 F:      arch/arm/kvm/
6115 F:      virt/kvm/arm/
6116 F:      include/kvm/arm_*
6117
6118 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6119 M:      Christoffer Dall <christoffer.dall@linaro.org>
6120 M:      Marc Zyngier <marc.zyngier@arm.com>
6121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6122 L:      kvmarm@lists.cs.columbia.edu
6123 S:      Maintained
6124 F:      arch/arm64/include/uapi/asm/kvm*
6125 F:      arch/arm64/include/asm/kvm*
6126 F:      arch/arm64/kvm/
6127
6128 KEXEC
6129 M:      Eric Biederman <ebiederm@xmission.com>
6130 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6131 L:      kexec@lists.infradead.org
6132 S:      Maintained
6133 F:      include/linux/kexec.h
6134 F:      include/uapi/linux/kexec.h
6135 F:      kernel/kexec.c
6136
6137 KEYS/KEYRINGS:
6138 M:      David Howells <dhowells@redhat.com>
6139 L:      keyrings@vger.kernel.org
6140 S:      Maintained
6141 F:      Documentation/security/keys.txt
6142 F:      include/linux/key.h
6143 F:      include/linux/key-type.h
6144 F:      include/keys/
6145 F:      security/keys/
6146
6147 KEYS-TRUSTED
6148 M:      David Safford <safford@us.ibm.com>
6149 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6150 L:      linux-security-module@vger.kernel.org
6151 L:      keyrings@vger.kernel.org
6152 S:      Supported
6153 F:      Documentation/security/keys-trusted-encrypted.txt
6154 F:      include/keys/trusted-type.h
6155 F:      security/keys/trusted.c
6156 F:      security/keys/trusted.h
6157
6158 KEYS-ENCRYPTED
6159 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6160 M:      David Safford <safford@us.ibm.com>
6161 L:      linux-security-module@vger.kernel.org
6162 L:      keyrings@vger.kernel.org
6163 S:      Supported
6164 F:      Documentation/security/keys-trusted-encrypted.txt
6165 F:      include/keys/encrypted-type.h
6166 F:      security/keys/encrypted-keys/
6167
6168 KGDB / KDB /debug_core
6169 M:      Jason Wessel <jason.wessel@windriver.com>
6170 W:      http://kgdb.wiki.kernel.org/
6171 L:      kgdb-bugreport@lists.sourceforge.net
6172 S:      Maintained
6173 F:      Documentation/DocBook/kgdb.tmpl
6174 F:      drivers/misc/kgdbts.c
6175 F:      drivers/tty/serial/kgdboc.c
6176 F:      include/linux/kdb.h
6177 F:      include/linux/kgdb.h
6178 F:      kernel/debug/
6179
6180 KMEMCHECK
6181 M:      Vegard Nossum <vegardno@ifi.uio.no>
6182 M:      Pekka Enberg <penberg@kernel.org>
6183 S:      Maintained
6184 F:      Documentation/kmemcheck.txt
6185 F:      arch/x86/include/asm/kmemcheck.h
6186 F:      arch/x86/mm/kmemcheck/
6187 F:      include/linux/kmemcheck.h
6188 F:      mm/kmemcheck.c
6189
6190 KMEMLEAK
6191 M:      Catalin Marinas <catalin.marinas@arm.com>
6192 S:      Maintained
6193 F:      Documentation/kmemleak.txt
6194 F:      include/linux/kmemleak.h
6195 F:      mm/kmemleak.c
6196 F:      mm/kmemleak-test.c
6197
6198 KPROBES
6199 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6200 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6201 M:      "David S. Miller" <davem@davemloft.net>
6202 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6203 S:      Maintained
6204 F:      Documentation/kprobes.txt
6205 F:      include/linux/kprobes.h
6206 F:      kernel/kprobes.c
6207
6208 KS0108 LCD CONTROLLER DRIVER
6209 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6210 W:      http://miguelojeda.es/auxdisplay.htm
6211 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6212 S:      Maintained
6213 F:      Documentation/auxdisplay/ks0108
6214 F:      drivers/auxdisplay/ks0108.c
6215 F:      include/linux/ks0108.h
6216
6217 L3MDEV
6218 M:      David Ahern <dsa@cumulusnetworks.com>
6219 L:      netdev@vger.kernel.org
6220 S:      Maintained
6221 F:      net/l3mdev
6222 F:      include/net/l3mdev.h
6223
6224 LAPB module
6225 L:      linux-x25@vger.kernel.org
6226 S:      Orphan
6227 F:      Documentation/networking/lapb-module.txt
6228 F:      include/*/lapb.h
6229 F:      net/lapb/
6230
6231 LASI 53c700 driver for PARISC
6232 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6233 L:      linux-scsi@vger.kernel.org
6234 S:      Maintained
6235 F:      Documentation/scsi/53c700.txt
6236 F:      drivers/scsi/53c700*
6237
6238 LED SUBSYSTEM
6239 M:      Richard Purdie <rpurdie@rpsys.net>
6240 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6241 L:      linux-leds@vger.kernel.org
6242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6243 S:      Maintained
6244 F:      drivers/leds/
6245 F:      include/linux/leds.h
6246
6247 LEGACY EEPROM DRIVER
6248 M:      Jean Delvare <jdelvare@suse.com>
6249 S:      Maintained
6250 F:      Documentation/misc-devices/eeprom
6251 F:      drivers/misc/eeprom/eeprom.c
6252
6253 LEGO USB Tower driver
6254 M:      Juergen Stuber <starblue@users.sourceforge.net>
6255 L:      legousb-devel@lists.sourceforge.net
6256 W:      http://legousb.sourceforge.net/
6257 S:      Maintained
6258 F:      drivers/usb/misc/legousbtower.c
6259
6260 LG2160 MEDIA DRIVER
6261 M:      Michael Krufky <mkrufky@linuxtv.org>
6262 L:      linux-media@vger.kernel.org
6263 W:      http://linuxtv.org/
6264 W:      http://github.com/mkrufky
6265 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6266 T:      git git://linuxtv.org/mkrufky/tuners.git
6267 S:      Maintained
6268 F:      drivers/media/dvb-frontends/lg2160.*
6269
6270 LGDT3305 MEDIA DRIVER
6271 M:      Michael Krufky <mkrufky@linuxtv.org>
6272 L:      linux-media@vger.kernel.org
6273 W:      http://linuxtv.org/
6274 W:      http://github.com/mkrufky
6275 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6276 T:      git git://linuxtv.org/mkrufky/tuners.git
6277 S:      Maintained
6278 F:      drivers/media/dvb-frontends/lgdt3305.*
6279
6280 LGUEST
6281 M:      Rusty Russell <rusty@rustcorp.com.au>
6282 L:      lguest@lists.ozlabs.org
6283 W:      http://lguest.ozlabs.org/
6284 S:      Odd Fixes
6285 F:      arch/x86/include/asm/lguest*.h
6286 F:      arch/x86/lguest/
6287 F:      drivers/lguest/
6288 F:      include/linux/lguest*.h
6289 F:      tools/lguest/
6290
6291 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6292 M:      Tejun Heo <tj@kernel.org>
6293 L:      linux-ide@vger.kernel.org
6294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6295 S:      Maintained
6296 F:      drivers/ata/
6297 F:      include/linux/ata.h
6298 F:      include/linux/libata.h
6299
6300 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6301 M:      Viresh Kumar <vireshk@kernel.org>
6302 L:      linux-ide@vger.kernel.org
6303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6304 S:      Maintained
6305 F:      include/linux/pata_arasan_cf_data.h
6306 F:      drivers/ata/pata_arasan_cf.c
6307
6308 LIBATA PATA DRIVERS
6309 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6310 M:      Tejun Heo <tj@kernel.org>
6311 L:      linux-ide@vger.kernel.org
6312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6313 S:      Maintained
6314 F:      drivers/ata/pata_*.c
6315 F:      drivers/ata/ata_generic.c
6316
6317 LIBATA SATA AHCI PLATFORM devices support
6318 M:      Hans de Goede <hdegoede@redhat.com>
6319 M:      Tejun Heo <tj@kernel.org>
6320 L:      linux-ide@vger.kernel.org
6321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6322 S:      Maintained
6323 F:      drivers/ata/ahci_platform.c
6324 F:      drivers/ata/libahci_platform.c
6325 F:      include/linux/ahci_platform.h
6326
6327 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6328 M:      Mikael Pettersson <mikpelinux@gmail.com>
6329 L:      linux-ide@vger.kernel.org
6330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6331 S:      Maintained
6332 F:      drivers/ata/sata_promise.*
6333
6334 LIBLOCKDEP
6335 M:      Sasha Levin <sasha.levin@oracle.com>
6336 S:      Maintained
6337 F:      tools/lib/lockdep/
6338
6339 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6340 M:      Dan Williams <dan.j.williams@intel.com>
6341 L:      linux-nvdimm@lists.01.org
6342 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6343 S:      Supported
6344 F:      drivers/nvdimm/*
6345 F:      include/linux/nd.h
6346 F:      include/linux/libnvdimm.h
6347 F:      include/uapi/linux/ndctl.h
6348
6349 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6350 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6351 L:      linux-nvdimm@lists.01.org
6352 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6353 S:      Supported
6354 F:      drivers/nvdimm/blk.c
6355 F:      drivers/nvdimm/region_devs.c
6356 F:      drivers/acpi/nfit*
6357
6358 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6359 M:      Vishal Verma <vishal.l.verma@intel.com>
6360 L:      linux-nvdimm@lists.01.org
6361 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6362 S:      Supported
6363 F:      drivers/nvdimm/btt*
6364
6365 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6366 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6367 L:      linux-nvdimm@lists.01.org
6368 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6369 S:      Supported
6370 F:      drivers/nvdimm/pmem.c
6371 F:      include/linux/pmem.h
6372 F:      arch/*/include/asm/pmem.h
6373
6374 LIGHTNVM PLATFORM SUPPORT
6375 M:      Matias Bjorling <mb@lightnvm.io>
6376 W:      http://github/OpenChannelSSD
6377 L:      linux-block@vger.kernel.org
6378 S:      Maintained
6379 F:      drivers/lightnvm/
6380 F:      include/linux/lightnvm.h
6381 F:      include/uapi/linux/lightnvm.h
6382
6383 LINUX FOR IBM pSERIES (RS/6000)
6384 M:      Paul Mackerras <paulus@au.ibm.com>
6385 W:      http://www.ibm.com/linux/ltc/projects/ppc
6386 S:      Supported
6387 F:      arch/powerpc/boot/rs6000.h
6388
6389 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6390 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6391 M:      Paul Mackerras <paulus@samba.org>
6392 M:      Michael Ellerman <mpe@ellerman.id.au>
6393 W:      http://www.penguinppc.org/
6394 L:      linuxppc-dev@lists.ozlabs.org
6395 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6397 S:      Supported
6398 F:      Documentation/powerpc/
6399 F:      arch/powerpc/
6400
6401 LINUX FOR POWER MACINTOSH
6402 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6403 W:      http://www.penguinppc.org/
6404 L:      linuxppc-dev@lists.ozlabs.org
6405 S:      Maintained
6406 F:      arch/powerpc/platforms/powermac/
6407 F:      drivers/macintosh/
6408
6409 LINUX FOR POWERPC EMBEDDED MPC5XXX
6410 M:      Anatolij Gustschin <agust@denx.de>
6411 L:      linuxppc-dev@lists.ozlabs.org
6412 T:      git git://git.denx.de/linux-denx-agust.git
6413 S:      Maintained
6414 F:      arch/powerpc/platforms/512x/
6415 F:      arch/powerpc/platforms/52xx/
6416
6417 LINUX FOR POWERPC EMBEDDED PPC4XX
6418 M:      Alistair Popple <alistair@popple.id.au>
6419 M:      Matt Porter <mporter@kernel.crashing.org>
6420 W:      http://www.penguinppc.org/
6421 L:      linuxppc-dev@lists.ozlabs.org
6422 S:      Maintained
6423 F:      arch/powerpc/platforms/40x/
6424 F:      arch/powerpc/platforms/44x/
6425
6426 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6427 L:      linuxppc-dev@lists.ozlabs.org
6428 S:      Orphan
6429 F:      arch/powerpc/*/*virtex*
6430 F:      arch/powerpc/*/*/*virtex*
6431
6432 LINUX FOR POWERPC EMBEDDED PPC8XX
6433 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6434 W:      http://www.penguinppc.org/
6435 L:      linuxppc-dev@lists.ozlabs.org
6436 S:      Maintained
6437 F:      arch/powerpc/platforms/8xx/
6438
6439 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6440 M:      Scott Wood <scottwood@freescale.com>
6441 M:      Kumar Gala <galak@kernel.crashing.org>
6442 W:      http://www.penguinppc.org/
6443 L:      linuxppc-dev@lists.ozlabs.org
6444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6445 S:      Maintained
6446 F:      arch/powerpc/platforms/83xx/
6447 F:      arch/powerpc/platforms/85xx/
6448
6449 LINUX FOR POWERPC PA SEMI PWRFICIENT
6450 M:      Olof Johansson <olof@lixom.net>
6451 L:      linuxppc-dev@lists.ozlabs.org
6452 S:      Maintained
6453 F:      arch/powerpc/platforms/pasemi/
6454 F:      drivers/*/*pasemi*
6455 F:      drivers/*/*/*pasemi*
6456
6457 LINUX SECURITY MODULE (LSM) FRAMEWORK
6458 M:      Chris Wright <chrisw@sous-sol.org>
6459 L:      linux-security-module@vger.kernel.org
6460 S:      Supported
6461
6462 LIS3LV02D ACCELEROMETER DRIVER
6463 M:      Eric Piel <eric.piel@tremplin-utc.net>
6464 S:      Maintained
6465 F:      Documentation/misc-devices/lis3lv02d
6466 F:      drivers/misc/lis3lv02d/
6467 F:      drivers/platform/x86/hp_accel.c
6468
6469 LIVE PATCHING
6470 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6471 M:      Seth Jennings <sjenning@redhat.com>
6472 M:      Jiri Kosina <jikos@kernel.org>
6473 M:      Vojtech Pavlik <vojtech@suse.com>
6474 S:      Maintained
6475 F:      kernel/livepatch/
6476 F:      include/linux/livepatch.h
6477 F:      arch/x86/include/asm/livepatch.h
6478 F:      arch/x86/kernel/livepatch.c
6479 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6480 F:      samples/livepatch/
6481 L:      live-patching@vger.kernel.org
6482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6483
6484 LLC (802.2)
6485 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6486 S:      Maintained
6487 F:      include/linux/llc.h
6488 F:      include/uapi/linux/llc.h
6489 F:      include/net/llc*
6490 F:      net/llc/
6491
6492 LM73 HARDWARE MONITOR DRIVER
6493 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6494 L:      lm-sensors@lm-sensors.org
6495 S:      Maintained
6496 F:      drivers/hwmon/lm73.c
6497
6498 LM78 HARDWARE MONITOR DRIVER
6499 M:      Jean Delvare <jdelvare@suse.com>
6500 L:      lm-sensors@lm-sensors.org
6501 S:      Maintained
6502 F:      Documentation/hwmon/lm78
6503 F:      drivers/hwmon/lm78.c
6504
6505 LM83 HARDWARE MONITOR DRIVER
6506 M:      Jean Delvare <jdelvare@suse.com>
6507 L:      lm-sensors@lm-sensors.org
6508 S:      Maintained
6509 F:      Documentation/hwmon/lm83
6510 F:      drivers/hwmon/lm83.c
6511
6512 LM90 HARDWARE MONITOR DRIVER
6513 M:      Jean Delvare <jdelvare@suse.com>
6514 L:      lm-sensors@lm-sensors.org
6515 S:      Maintained
6516 F:      Documentation/hwmon/lm90
6517 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6518 F:      drivers/hwmon/lm90.c
6519
6520 LM95234 HARDWARE MONITOR DRIVER
6521 M:      Guenter Roeck <linux@roeck-us.net>
6522 L:      lm-sensors@lm-sensors.org
6523 S:      Maintained
6524 F:      Documentation/hwmon/lm95234
6525 F:      drivers/hwmon/lm95234.c
6526
6527 LME2510 MEDIA DRIVER
6528 M:      Malcolm Priestley <tvboxspy@gmail.com>
6529 L:      linux-media@vger.kernel.org
6530 W:      http://linuxtv.org/
6531 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6532 S:      Maintained
6533 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6534
6535 LOCKDEP AND LOCKSTAT
6536 M:      Peter Zijlstra <peterz@infradead.org>
6537 M:      Ingo Molnar <mingo@redhat.com>
6538 L:      linux-kernel@vger.kernel.org
6539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6540 S:      Maintained
6541 F:      Documentation/locking/lockdep*.txt
6542 F:      Documentation/locking/lockstat.txt
6543 F:      include/linux/lockdep.h
6544 F:      kernel/locking/
6545
6546 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6547 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6548 L:      linux-ntfs-dev@lists.sourceforge.net
6549 W:      http://www.linux-ntfs.org/content/view/19/37/
6550 S:      Maintained
6551 F:      Documentation/ldm.txt
6552 F:      block/partitions/ldm.*
6553
6554 LogFS
6555 M:      Joern Engel <joern@logfs.org>
6556 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6557 L:      logfs@logfs.org
6558 W:      logfs.org
6559 S:      Maintained
6560 F:      fs/logfs/
6561
6562 LPC32XX MACHINE SUPPORT
6563 M:      Roland Stigge <stigge@antcom.de>
6564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6565 S:      Maintained
6566 F:      arch/arm/mach-lpc32xx/
6567
6568 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6569 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6570 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6571 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6572 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6573 L:      MPT-FusionLinux.pdl@avagotech.com
6574 L:      linux-scsi@vger.kernel.org
6575 W:      http://www.lsilogic.com/support
6576 S:      Supported
6577 F:      drivers/message/fusion/
6578 F:      drivers/scsi/mpt2sas/
6579 F:      drivers/scsi/mpt3sas/
6580
6581 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6582 M:      Matthew Wilcox <matthew@wil.cx>
6583 L:      linux-scsi@vger.kernel.org
6584 S:      Maintained
6585 F:      drivers/scsi/sym53c8xx_2/
6586
6587 LTC4261 HARDWARE MONITOR DRIVER
6588 M:      Guenter Roeck <linux@roeck-us.net>
6589 L:      lm-sensors@lm-sensors.org
6590 S:      Maintained
6591 F:      Documentation/hwmon/ltc4261
6592 F:      drivers/hwmon/ltc4261.c
6593
6594 LTP (Linux Test Project)
6595 M:      Mike Frysinger <vapier@gentoo.org>
6596 M:      Cyril Hrubis <chrubis@suse.cz>
6597 M:      Wanlong Gao <wanlong.gao@gmail.com>
6598 M:      Jan Stancek <jstancek@redhat.com>
6599 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6600 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6601 L:      ltp@lists.linux.it (subscribers-only)
6602 W:      http://linux-test-project.github.io/
6603 T:      git git://github.com/linux-test-project/ltp.git
6604 S:      Maintained
6605
6606 M32R ARCHITECTURE
6607 W:      http://www.linux-m32r.org/
6608 S:      Orphan
6609 F:      arch/m32r/
6610
6611 M68K ARCHITECTURE
6612 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6613 L:      linux-m68k@lists.linux-m68k.org
6614 W:      http://www.linux-m68k.org/
6615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6616 S:      Maintained
6617 F:      arch/m68k/
6618 F:      drivers/zorro/
6619
6620 M68K ON APPLE MACINTOSH
6621 M:      Joshua Thompson <funaho@jurai.org>
6622 W:      http://www.mac.linux-m68k.org/
6623 L:      linux-m68k@lists.linux-m68k.org
6624 S:      Maintained
6625 F:      arch/m68k/mac/
6626
6627 M68K ON HP9000/300
6628 M:      Philip Blundell <philb@gnu.org>
6629 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6630 S:      Maintained
6631 F:      arch/m68k/hp300/
6632
6633 M88DS3103 MEDIA DRIVER
6634 M:      Antti Palosaari <crope@iki.fi>
6635 L:      linux-media@vger.kernel.org
6636 W:      http://linuxtv.org/
6637 W:      http://palosaari.fi/linux/
6638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6639 T:      git git://linuxtv.org/anttip/media_tree.git
6640 S:      Maintained
6641 F:      drivers/media/dvb-frontends/m88ds3103*
6642
6643 M88RS2000 MEDIA DRIVER
6644 M:      Malcolm Priestley <tvboxspy@gmail.com>
6645 L:      linux-media@vger.kernel.org
6646 W:      http://linuxtv.org/
6647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6648 S:      Maintained
6649 F:      drivers/media/dvb-frontends/m88rs2000*
6650
6651 MA901 MASTERKIT USB FM RADIO DRIVER
6652 M:      Alexey Klimov <klimov.linux@gmail.com>
6653 L:      linux-media@vger.kernel.org
6654 T:      git git://linuxtv.org/media_tree.git
6655 S:      Maintained
6656 F:      drivers/media/radio/radio-ma901.c
6657
6658 MAC80211
6659 M:      Johannes Berg <johannes@sipsolutions.net>
6660 L:      linux-wireless@vger.kernel.org
6661 W:      http://wireless.kernel.org/
6662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6664 S:      Maintained
6665 F:      Documentation/networking/mac80211-injection.txt
6666 F:      include/net/mac80211.h
6667 F:      net/mac80211/
6668
6669 MACVLAN DRIVER
6670 M:      Patrick McHardy <kaber@trash.net>
6671 L:      netdev@vger.kernel.org
6672 S:      Maintained
6673 F:      drivers/net/macvlan.c
6674 F:      include/linux/if_macvlan.h
6675
6676 MAILBOX API
6677 M:      Jassi Brar <jassisinghbrar@gmail.com>
6678 L:      linux-kernel@vger.kernel.org
6679 S:      Maintained
6680 F:      drivers/mailbox/
6681 F:      include/linux/mailbox_client.h
6682 F:      include/linux/mailbox_controller.h
6683
6684 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6685 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6686 W:      http://www.kernel.org/doc/man-pages
6687 L:      linux-man@vger.kernel.org
6688 S:      Maintained
6689
6690 MARVELL ARMADA DRM SUPPORT
6691 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6692 S:      Maintained
6693 F:      drivers/gpu/drm/armada/
6694
6695 MARVELL 88E6352 DSA support
6696 M:      Guenter Roeck <linux@roeck-us.net>
6697 S:      Maintained
6698 F:      drivers/net/dsa/mv88e6352.c
6699
6700 MARVELL CRYPTO DRIVER
6701 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6702 M:      Arnaud Ebalard <arno@natisbad.org>
6703 F:      drivers/crypto/marvell/
6704 S:      Maintained
6705 L:      linux-crypto@vger.kernel.org
6706
6707 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6708 M:      Mirko Lindner <mlindner@marvell.com>
6709 M:      Stephen Hemminger <stephen@networkplumber.org>
6710 L:      netdev@vger.kernel.org
6711 S:      Maintained
6712 F:      drivers/net/ethernet/marvell/sk*
6713
6714 MARVELL LIBERTAS WIRELESS DRIVER
6715 L:      libertas-dev@lists.infradead.org
6716 S:      Orphan
6717 F:      drivers/net/wireless/libertas/
6718
6719 MARVELL MV643XX ETHERNET DRIVER
6720 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6721 L:      netdev@vger.kernel.org
6722 S:      Maintained
6723 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6724 F:      include/linux/mv643xx.h
6725
6726 MARVELL MVNETA ETHERNET DRIVER
6727 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6728 L:      netdev@vger.kernel.org
6729 S:      Maintained
6730 F:      drivers/net/ethernet/marvell/mvneta.*
6731
6732 MARVELL MWIFIEX WIRELESS DRIVER
6733 M:      Amitkumar Karwar <akarwar@marvell.com>
6734 M:      Nishant Sarmukadam <nishants@marvell.com>
6735 L:      linux-wireless@vger.kernel.org
6736 S:      Maintained
6737 F:      drivers/net/wireless/mwifiex/
6738
6739 MARVELL MWL8K WIRELESS DRIVER
6740 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6741 L:      linux-wireless@vger.kernel.org
6742 S:      Odd Fixes
6743 F:      drivers/net/wireless/mwl8k.c
6744
6745 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6746 M:      Nicolas Pitre <nico@fluxnic.net>
6747 S:      Odd Fixes
6748 F:      drivers/mmc/host/mvsdio.*
6749
6750 MATROX FRAMEBUFFER DRIVER
6751 L:      linux-fbdev@vger.kernel.org
6752 S:      Orphan
6753 F:      drivers/video/fbdev/matrox/matroxfb_*
6754 F:      include/uapi/linux/matroxfb.h
6755
6756 MAX16065 HARDWARE MONITOR DRIVER
6757 M:      Guenter Roeck <linux@roeck-us.net>
6758 L:      lm-sensors@lm-sensors.org
6759 S:      Maintained
6760 F:      Documentation/hwmon/max16065
6761 F:      drivers/hwmon/max16065.c
6762
6763 MAX20751 HARDWARE MONITOR DRIVER
6764 M:      Guenter Roeck <linux@roeck-us.net>
6765 L:      lm-sensors@lm-sensors.org
6766 S:      Maintained
6767 F:      Documentation/hwmon/max20751
6768 F:      drivers/hwmon/max20751.c
6769
6770 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6771 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6772 L:      lm-sensors@lm-sensors.org
6773 S:      Maintained
6774 F:      Documentation/hwmon/max6650
6775 F:      drivers/hwmon/max6650.c
6776
6777 MAX6697 HARDWARE MONITOR DRIVER
6778 M:      Guenter Roeck <linux@roeck-us.net>
6779 L:      lm-sensors@lm-sensors.org
6780 S:      Maintained
6781 F:      Documentation/hwmon/max6697
6782 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6783 F:      drivers/hwmon/max6697.c
6784 F:      include/linux/platform_data/max6697.h
6785
6786 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6787 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6788 L:      linux-pm@vger.kernel.org
6789 S:      Supported
6790 F:      drivers/power/max14577_charger.c
6791 F:      drivers/power/max77693_charger.c
6792
6793 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6794 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6795 L:      linux-kernel@vger.kernel.org
6796 S:      Supported
6797 F:      drivers/*/*max77802.c
6798 F:      Documentation/devicetree/bindings/*/*max77802.txt
6799 F:      include/dt-bindings/*/*max77802.h
6800
6801 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6802 M:      Chanwoo Choi <cw00.choi@samsung.com>
6803 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6804 L:      linux-kernel@vger.kernel.org
6805 S:      Supported
6806 F:      drivers/*/max14577.c
6807 F:      drivers/*/max77686.c
6808 F:      drivers/*/max77693.c
6809 F:      drivers/extcon/extcon-max14577.c
6810 F:      drivers/extcon/extcon-max77693.c
6811 F:      drivers/rtc/rtc-max77686.c
6812 F:      drivers/clk/clk-max77686.c
6813 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6814 F:      Documentation/devicetree/bindings/*/max77686.txt
6815 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6816 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6817 F:      include/linux/mfd/max14577*.h
6818 F:      include/linux/mfd/max77686*.h
6819 F:      include/linux/mfd/max77693*.h
6820
6821 MAXIRADIO FM RADIO RECEIVER DRIVER
6822 M:      Hans Verkuil <hverkuil@xs4all.nl>
6823 L:      linux-media@vger.kernel.org
6824 T:      git git://linuxtv.org/media_tree.git
6825 W:      http://linuxtv.org
6826 S:      Maintained
6827 F:      drivers/media/radio/radio-maxiradio*
6828
6829 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6830 M:      Peter Rosin <peda@axentia.se>
6831 L:      linux-iio@vger.kernel.org
6832 S:      Maintained
6833 F:      drivers/iio/potentiometer/mcp4531.c
6834
6835 MEDIA DRIVERS FOR RENESAS - VSP1
6836 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6837 L:      linux-media@vger.kernel.org
6838 L:      linux-sh@vger.kernel.org
6839 T:      git git://linuxtv.org/media_tree.git
6840 S:      Supported
6841 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6842 F:      drivers/media/platform/vsp1/
6843
6844 MEDIA DRIVERS FOR ASCOT2E
6845 M:      Sergey Kozlov <serjk@netup.ru>
6846 L:      linux-media@vger.kernel.org
6847 W:      http://linuxtv.org
6848 W:      http://netup.tv/
6849 T:      git git://linuxtv.org/media_tree.git
6850 S:      Supported
6851 F:      drivers/media/dvb-frontends/ascot2e*
6852
6853 MEDIA DRIVERS FOR CXD2841ER
6854 M:      Sergey Kozlov <serjk@netup.ru>
6855 L:      linux-media@vger.kernel.org
6856 W:      http://linuxtv.org/
6857 W:      http://netup.tv/
6858 T:      git git://linuxtv.org/media_tree.git
6859 S:      Supported
6860 F:      drivers/media/dvb-frontends/cxd2841er*
6861
6862 MEDIA DRIVERS FOR HORUS3A
6863 M:      Sergey Kozlov <serjk@netup.ru>
6864 L:      linux-media@vger.kernel.org
6865 W:      http://linuxtv.org/
6866 W:      http://netup.tv/
6867 T:      git git://linuxtv.org/media_tree.git
6868 S:      Supported
6869 F:      drivers/media/dvb-frontends/horus3a*
6870
6871 MEDIA DRIVERS FOR LNBH25
6872 M:      Sergey Kozlov <serjk@netup.ru>
6873 L:      linux-media@vger.kernel.org
6874 W:      http://linuxtv.org/
6875 W:      http://netup.tv/
6876 T:      git git://linuxtv.org/media_tree.git
6877 S:      Supported
6878 F:      drivers/media/dvb-frontends/lnbh25*
6879
6880 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6881 M:      Sergey Kozlov <serjk@netup.ru>
6882 L:      linux-media@vger.kernel.org
6883 W:      http://linuxtv.org/
6884 W:      http://netup.tv/
6885 T:      git git://linuxtv.org/media_tree.git
6886 S:      Supported
6887 F:      drivers/media/pci/netup_unidvb/*
6888
6889 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6890 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6891 P:      LinuxTV.org Project
6892 L:      linux-media@vger.kernel.org
6893 W:      http://linuxtv.org
6894 Q:      http://patchwork.kernel.org/project/linux-media/list/
6895 T:      git git://linuxtv.org/media_tree.git
6896 S:      Maintained
6897 F:      Documentation/dvb/
6898 F:      Documentation/video4linux/
6899 F:      Documentation/DocBook/media/
6900 F:      drivers/media/
6901 F:      drivers/staging/media/
6902 F:      include/media/
6903 F:      include/uapi/linux/dvb/
6904 F:      include/uapi/linux/videodev2.h
6905 F:      include/uapi/linux/media.h
6906 F:      include/uapi/linux/v4l2-*
6907 F:      include/uapi/linux/meye.h
6908 F:      include/uapi/linux/ivtv*
6909 F:      include/uapi/linux/uvcvideo.h
6910
6911 MEDIATEK MT7601U WIRELESS LAN DRIVER
6912 M:      Jakub Kicinski <kubakici@wp.pl>
6913 L:      linux-wireless@vger.kernel.org
6914 S:      Maintained
6915 F:      drivers/net/wireless/mediatek/mt7601u/
6916
6917 MEGARAID SCSI/SAS DRIVERS
6918 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6919 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6920 M:      Uday Lingala <uday.lingala@avagotech.com>
6921 L:      megaraidlinux.pdl@avagotech.com
6922 L:      linux-scsi@vger.kernel.org
6923 W:      http://www.lsi.com
6924 S:      Maintained
6925 F:      Documentation/scsi/megaraid.txt
6926 F:      drivers/scsi/megaraid.*
6927 F:      drivers/scsi/megaraid/
6928
6929 MELLANOX ETHERNET DRIVER (mlx4_en)
6930 M:      Eugenia Emantayev <eugenia@mellanox.com>
6931 L:      netdev@vger.kernel.org
6932 S:      Supported
6933 W:      http://www.mellanox.com
6934 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6935 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6936
6937 MELLANOX ETHERNET DRIVER (mlx5e)
6938 M:      Saeed Mahameed <saeedm@mellanox.com>
6939 L:      netdev@vger.kernel.org
6940 S:      Supported
6941 W:      http://www.mellanox.com
6942 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6943 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
6944
6945 MELLANOX ETHERNET SWITCH DRIVERS
6946 M:      Jiri Pirko <jiri@mellanox.com>
6947 M:      Ido Schimmel <idosch@mellanox.com>
6948 L:      netdev@vger.kernel.org
6949 S:      Supported
6950 W:      http://www.mellanox.com
6951 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6952 F:      drivers/net/ethernet/mellanox/mlxsw/
6953
6954 MEMBARRIER SUPPORT
6955 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6956 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6957 L:      linux-kernel@vger.kernel.org
6958 S:      Supported
6959 F:      kernel/membarrier.c
6960 F:      include/uapi/linux/membarrier.h
6961
6962 MEMORY MANAGEMENT
6963 L:      linux-mm@kvack.org
6964 W:      http://www.linux-mm.org
6965 S:      Maintained
6966 F:      include/linux/mm.h
6967 F:      include/linux/gfp.h
6968 F:      include/linux/mmzone.h
6969 F:      include/linux/memory_hotplug.h
6970 F:      include/linux/vmalloc.h
6971 F:      mm/
6972
6973 MEMORY TECHNOLOGY DEVICES (MTD)
6974 M:      David Woodhouse <dwmw2@infradead.org>
6975 M:      Brian Norris <computersforpeace@gmail.com>
6976 L:      linux-mtd@lists.infradead.org
6977 W:      http://www.linux-mtd.infradead.org/
6978 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6979 T:      git git://git.infradead.org/linux-mtd.git
6980 T:      git git://git.infradead.org/l2-mtd.git
6981 S:      Maintained
6982 F:      drivers/mtd/
6983 F:      include/linux/mtd/
6984 F:      include/uapi/mtd/
6985
6986 MEN A21 WATCHDOG DRIVER
6987 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6988 L:      linux-watchdog@vger.kernel.org
6989 S:      Maintained
6990 F:      drivers/watchdog/mena21_wdt.c
6991
6992 MEN CHAMELEON BUS (mcb)
6993 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6994 S:      Maintained
6995 F:      drivers/mcb/
6996 F:      include/linux/mcb.h
6997 F:      Documentation/men-chameleon-bus.txt
6998
6999 MEN F21BMC (Board Management Controller)
7000 M:      Andreas Werner <andreas.werner@men.de>
7001 S:      Supported
7002 F:      drivers/mfd/menf21bmc.c
7003 F:      drivers/watchdog/menf21bmc_wdt.c
7004 F:      drivers/leds/leds-menf21bmc.c
7005 F:      drivers/hwmon/menf21bmc_hwmon.c
7006 F:      Documentation/hwmon/menf21bmc
7007
7008 METAG ARCHITECTURE
7009 M:      James Hogan <james.hogan@imgtec.com>
7010 L:      linux-metag@vger.kernel.org
7011 S:      Odd Fixes
7012 F:      arch/metag/
7013 F:      Documentation/metag/
7014 F:      Documentation/devicetree/bindings/metag/
7015 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7016 F:      drivers/clocksource/metag_generic.c
7017 F:      drivers/irqchip/irq-metag.c
7018 F:      drivers/irqchip/irq-metag-ext.c
7019 F:      drivers/tty/metag_da.c
7020
7021 MICROBLAZE ARCHITECTURE
7022 M:      Michal Simek <monstr@monstr.eu>
7023 W:      http://www.monstr.eu/fdt/
7024 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7025 S:      Supported
7026 F:      arch/microblaze/
7027
7028 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7029 M:      Chen Yu <yu.c.chen@intel.com>
7030 L:      platform-driver-x86@vger.kernel.org
7031 S:      Supported
7032 F:      drivers/platform/x86/surfacepro3_button.c
7033
7034 MICROTEK X6 SCANNER
7035 M:      Oliver Neukum <oliver@neukum.org>
7036 S:      Maintained
7037 F:      drivers/usb/image/microtek.*
7038
7039 MIPS
7040 M:      Ralf Baechle <ralf@linux-mips.org>
7041 L:      linux-mips@linux-mips.org
7042 W:      http://www.linux-mips.org/
7043 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7044 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7045 S:      Supported
7046 F:      Documentation/mips/
7047 F:      arch/mips/
7048
7049 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7050 M:      Hans Verkuil <hverkuil@xs4all.nl>
7051 L:      linux-media@vger.kernel.org
7052 T:      git git://linuxtv.org/media_tree.git
7053 W:      http://linuxtv.org
7054 S:      Odd Fixes
7055 F:      drivers/media/radio/radio-miropcm20*
7056
7057 Mellanox MLX5 core VPI driver
7058 M:      Eli Cohen <eli@mellanox.com>
7059 L:      netdev@vger.kernel.org
7060 L:      linux-rdma@vger.kernel.org
7061 W:      http://www.mellanox.com
7062 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7063 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7064 T:      git git://openfabrics.org/~eli/connect-ib.git
7065 S:      Supported
7066 F:      drivers/net/ethernet/mellanox/mlx5/core/
7067 F:      include/linux/mlx5/
7068
7069 Mellanox MLX5 IB driver
7070 M:      Eli Cohen <eli@mellanox.com>
7071 L:      linux-rdma@vger.kernel.org
7072 W:      http://www.mellanox.com
7073 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7074 T:      git git://openfabrics.org/~eli/connect-ib.git
7075 S:      Supported
7076 F:      include/linux/mlx5/
7077 F:      drivers/infiniband/hw/mlx5/
7078
7079 MELEXIS MLX90614 DRIVER
7080 M:      Crt Mori <cmo@melexis.com>
7081 L:      linux-iio@vger.kernel.org
7082 W:      http://www.melexis.com
7083 S:      Supported
7084 F:      drivers/iio/temperature/mlx90614.c
7085
7086 MN88472 MEDIA DRIVER
7087 M:      Antti Palosaari <crope@iki.fi>
7088 L:      linux-media@vger.kernel.org
7089 W:      http://linuxtv.org/
7090 W:      http://palosaari.fi/linux/
7091 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7092 T:      git git://linuxtv.org/anttip/media_tree.git
7093 S:      Maintained
7094 F:      drivers/staging/media/mn88472/
7095 F:      drivers/media/dvb-frontends/mn88472.h
7096
7097 MN88473 MEDIA DRIVER
7098 M:      Antti Palosaari <crope@iki.fi>
7099 L:      linux-media@vger.kernel.org
7100 W:      http://linuxtv.org/
7101 W:      http://palosaari.fi/linux/
7102 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7103 T:      git git://linuxtv.org/anttip/media_tree.git
7104 S:      Maintained
7105 F:      drivers/staging/media/mn88473/
7106 F:      drivers/media/dvb-frontends/mn88473.h
7107
7108 MODULE SUPPORT
7109 M:      Rusty Russell <rusty@rustcorp.com.au>
7110 S:      Maintained
7111 F:      include/linux/module.h
7112 F:      kernel/module.c
7113
7114 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7115 W:      http://popies.net/meye/
7116 S:      Orphan
7117 F:      Documentation/video4linux/meye.txt
7118 F:      drivers/media/pci/meye/
7119 F:      include/uapi/linux/meye.h
7120
7121 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7122 M:      Jiri Slaby <jirislaby@gmail.com>
7123 S:      Maintained
7124 F:      Documentation/serial/moxa-smartio
7125 F:      drivers/tty/mxser.*
7126
7127 MR800 AVERMEDIA USB FM RADIO DRIVER
7128 M:      Alexey Klimov <klimov.linux@gmail.com>
7129 L:      linux-media@vger.kernel.org
7130 T:      git git://linuxtv.org/media_tree.git
7131 S:      Maintained
7132 F:      drivers/media/radio/radio-mr800.c
7133
7134 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7135 M:      Alan Ott <alan@signal11.us>
7136 L:      linux-wpan@vger.kernel.org
7137 S:      Maintained
7138 F:      drivers/net/ieee802154/mrf24j40.c
7139 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7140
7141 MSI LAPTOP SUPPORT
7142 M:      "Lee, Chun-Yi" <jlee@suse.com>
7143 L:      platform-driver-x86@vger.kernel.org
7144 S:      Maintained
7145 F:      drivers/platform/x86/msi-laptop.c
7146
7147 MSI WMI SUPPORT
7148 L:      platform-driver-x86@vger.kernel.org
7149 S:      Orphan
7150 F:      drivers/platform/x86/msi-wmi.c
7151
7152 MSI001 MEDIA DRIVER
7153 M:      Antti Palosaari <crope@iki.fi>
7154 L:      linux-media@vger.kernel.org
7155 W:      http://linuxtv.org/
7156 W:      http://palosaari.fi/linux/
7157 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7158 T:      git git://linuxtv.org/anttip/media_tree.git
7159 S:      Maintained
7160 F:      drivers/media/tuners/msi001*
7161
7162 MSI2500 MEDIA DRIVER
7163 M:      Antti Palosaari <crope@iki.fi>
7164 L:      linux-media@vger.kernel.org
7165 W:      http://linuxtv.org/
7166 W:      http://palosaari.fi/linux/
7167 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7168 T:      git git://linuxtv.org/anttip/media_tree.git
7169 S:      Maintained
7170 F:      drivers/media/usb/msi2500/
7171
7172 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7173 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7174 L:      linux-mtd@lists.infradead.org
7175 S:      Maintained
7176 F:      drivers/mtd/devices/docg3*
7177
7178 MT9M032 APTINA SENSOR DRIVER
7179 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7180 L:      linux-media@vger.kernel.org
7181 T:      git git://linuxtv.org/media_tree.git
7182 S:      Maintained
7183 F:      drivers/media/i2c/mt9m032.c
7184 F:      include/media/mt9m032.h
7185
7186 MT9P031 APTINA CAMERA SENSOR
7187 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7188 L:      linux-media@vger.kernel.org
7189 T:      git git://linuxtv.org/media_tree.git
7190 S:      Maintained
7191 F:      drivers/media/i2c/mt9p031.c
7192 F:      include/media/mt9p031.h
7193
7194 MT9T001 APTINA CAMERA SENSOR
7195 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7196 L:      linux-media@vger.kernel.org
7197 T:      git git://linuxtv.org/media_tree.git
7198 S:      Maintained
7199 F:      drivers/media/i2c/mt9t001.c
7200 F:      include/media/mt9t001.h
7201
7202 MT9V032 APTINA CAMERA SENSOR
7203 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7204 L:      linux-media@vger.kernel.org
7205 T:      git git://linuxtv.org/media_tree.git
7206 S:      Maintained
7207 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7208 F:      drivers/media/i2c/mt9v032.c
7209 F:      include/media/mt9v032.h
7210
7211 MULTIFUNCTION DEVICES (MFD)
7212 M:      Lee Jones <lee.jones@linaro.org>
7213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7214 S:      Supported
7215 F:      drivers/mfd/
7216 F:      include/linux/mfd/
7217
7218 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7219 M:      Ulf Hansson <ulf.hansson@linaro.org>
7220 L:      linux-mmc@vger.kernel.org
7221 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7222 S:      Maintained
7223 F:      drivers/mmc/
7224 F:      include/linux/mmc/
7225 F:      include/uapi/linux/mmc/
7226
7227 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7228 S:      Orphan
7229 F:      drivers/mmc/host/mmc_spi.c
7230 F:      include/linux/spi/mmc_spi.h
7231
7232 MULTISOUND SOUND DRIVER
7233 M:      Andrew Veliath <andrewtv@usa.net>
7234 S:      Maintained
7235 F:      Documentation/sound/oss/MultiSound
7236 F:      sound/oss/msnd*
7237
7238 MULTITECH MULTIPORT CARD (ISICOM)
7239 S:      Orphan
7240 F:      drivers/tty/isicom.c
7241 F:      include/linux/isicom.h
7242
7243 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7244 M:      Felipe Balbi <balbi@ti.com>
7245 L:      linux-usb@vger.kernel.org
7246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7247 S:      Maintained
7248 F:      drivers/usb/musb/
7249
7250 MXL5007T MEDIA DRIVER
7251 M:      Michael Krufky <mkrufky@linuxtv.org>
7252 L:      linux-media@vger.kernel.org
7253 W:      http://linuxtv.org/
7254 W:      http://github.com/mkrufky
7255 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7256 T:      git git://linuxtv.org/mkrufky/tuners.git
7257 S:      Maintained
7258 F:      drivers/media/tuners/mxl5007t.*
7259
7260 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7261 M:      Hyong-Youb Kim <hykim@myri.com>
7262 L:      netdev@vger.kernel.org
7263 W:      https://www.myricom.com/support/downloads/myri10ge.html
7264 S:      Supported
7265 F:      drivers/net/ethernet/myricom/myri10ge/
7266
7267 NATSEMI ETHERNET DRIVER (DP8381x)
7268 S:      Orphan
7269 F:      drivers/net/ethernet/natsemi/natsemi.c
7270
7271 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7272 M:      Daniel Mack <zonque@gmail.com>
7273 S:      Maintained
7274 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7275 W:      http://www.native-instruments.com
7276 F:      sound/usb/caiaq/
7277
7278 NCP FILESYSTEM
7279 M:      Petr Vandrovec <petr@vandrovec.name>
7280 S:      Odd Fixes
7281 F:      fs/ncpfs/
7282
7283 NCR 5380 SCSI DRIVERS
7284 M:      Finn Thain <fthain@telegraphics.com.au>
7285 M:      Michael Schmitz <schmitzmic@gmail.com>
7286 L:      linux-scsi@vger.kernel.org
7287 S:      Maintained
7288 F:      Documentation/scsi/g_NCR5380.txt
7289 F:      drivers/scsi/NCR5380.*
7290 F:      drivers/scsi/arm/cumana_1.c
7291 F:      drivers/scsi/arm/oak.c
7292 F:      drivers/scsi/atari_NCR5380.c
7293 F:      drivers/scsi/atari_scsi.*
7294 F:      drivers/scsi/dmx3191d.c
7295 F:      drivers/scsi/dtc.*
7296 F:      drivers/scsi/g_NCR5380.*
7297 F:      drivers/scsi/g_NCR5380_mmio.c
7298 F:      drivers/scsi/mac_scsi.*
7299 F:      drivers/scsi/pas16.*
7300 F:      drivers/scsi/sun3_scsi.*
7301 F:      drivers/scsi/sun3_scsi_vme.c
7302 F:      drivers/scsi/t128.*
7303
7304 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7305 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7306 L:      linux-scsi@vger.kernel.org
7307 S:      Maintained
7308 F:      drivers/scsi/NCR_D700.*
7309
7310 NCT6775 HARDWARE MONITOR DRIVER
7311 M:      Guenter Roeck <linux@roeck-us.net>
7312 L:      lm-sensors@lm-sensors.org
7313 S:      Maintained
7314 F:      Documentation/hwmon/nct6775
7315 F:      drivers/hwmon/nct6775.c
7316
7317 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7318 M:      Faisal Latif <faisal.latif@intel.com>
7319 L:      linux-rdma@vger.kernel.org
7320 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7321 S:      Supported
7322 F:      drivers/infiniband/hw/nes/
7323
7324 NETEM NETWORK EMULATOR
7325 M:      Stephen Hemminger <stephen@networkplumber.org>
7326 L:      netem@lists.linux-foundation.org
7327 S:      Maintained
7328 F:      net/sched/sch_netem.c
7329
7330 NETERION 10GbE DRIVERS (s2io/vxge)
7331 M:      Jon Mason <jdmason@kudzu.us>
7332 L:      netdev@vger.kernel.org
7333 S:      Supported
7334 F:      Documentation/networking/s2io.txt
7335 F:      Documentation/networking/vxge.txt
7336 F:      drivers/net/ethernet/neterion/
7337
7338 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7339 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7340 M:      Patrick McHardy <kaber@trash.net>
7341 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7342 L:      netfilter-devel@vger.kernel.org
7343 L:      coreteam@netfilter.org
7344 W:      http://www.netfilter.org/
7345 W:      http://www.iptables.org/
7346 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7349 S:      Supported
7350 F:      include/linux/netfilter*
7351 F:      include/linux/netfilter/
7352 F:      include/net/netfilter/
7353 F:      include/uapi/linux/netfilter*
7354 F:      include/uapi/linux/netfilter/
7355 F:      net/*/netfilter.c
7356 F:      net/*/netfilter/
7357 F:      net/netfilter/
7358 F:      net/bridge/br_netfilter*.c
7359
7360 NETLABEL
7361 M:      Paul Moore <paul@paul-moore.com>
7362 W:      http://netlabel.sf.net
7363 L:      netdev@vger.kernel.org
7364 S:      Maintained
7365 F:      Documentation/netlabel/
7366 F:      include/net/netlabel.h
7367 F:      net/netlabel/
7368
7369 NETROM NETWORK LAYER
7370 M:      Ralf Baechle <ralf@linux-mips.org>
7371 L:      linux-hams@vger.kernel.org
7372 W:      http://www.linux-ax25.org/
7373 S:      Maintained
7374 F:      include/net/netrom.h
7375 F:      include/uapi/linux/netrom.h
7376 F:      net/netrom/
7377
7378 NETWORK BLOCK DEVICE (NBD)
7379 M:      Markus Pargmann <mpa@pengutronix.de>
7380 S:      Maintained
7381 L:      nbd-general@lists.sourceforge.net
7382 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7383 F:      Documentation/blockdev/nbd.txt
7384 F:      drivers/block/nbd.c
7385 F:      include/uapi/linux/nbd.h
7386
7387 NETWORK DROP MONITOR
7388 M:      Neil Horman <nhorman@tuxdriver.com>
7389 L:      netdev@vger.kernel.org
7390 S:      Maintained
7391 W:      https://fedorahosted.org/dropwatch/
7392 F:      net/core/drop_monitor.c
7393
7394 NETWORKING [GENERAL]
7395 M:      "David S. Miller" <davem@davemloft.net>
7396 L:      netdev@vger.kernel.org
7397 W:      http://www.linuxfoundation.org/en/Net
7398 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7401 S:      Maintained
7402 F:      net/
7403 F:      include/net/
7404 F:      include/linux/in.h
7405 F:      include/linux/net.h
7406 F:      include/linux/netdevice.h
7407 F:      include/uapi/linux/in.h
7408 F:      include/uapi/linux/net.h
7409 F:      include/uapi/linux/netdevice.h
7410 F:      include/uapi/linux/net_namespace.h
7411 F:      tools/net/
7412 F:      tools/testing/selftests/net/
7413 F:      lib/random32.c
7414 F:      lib/test_bpf.c
7415
7416 NETWORKING [IPv4/IPv6]
7417 M:      "David S. Miller" <davem@davemloft.net>
7418 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7419 M:      James Morris <jmorris@namei.org>
7420 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7421 M:      Patrick McHardy <kaber@trash.net>
7422 L:      netdev@vger.kernel.org
7423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7424 S:      Maintained
7425 F:      net/ipv4/
7426 F:      net/ipv6/
7427 F:      include/net/ip*
7428 F:      arch/x86/net/*
7429
7430 NETWORKING [IPSEC]
7431 M:      Steffen Klassert <steffen.klassert@secunet.com>
7432 M:      Herbert Xu <herbert@gondor.apana.org.au>
7433 M:      "David S. Miller" <davem@davemloft.net>
7434 L:      netdev@vger.kernel.org
7435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7437 S:      Maintained
7438 F:      net/core/flow.c
7439 F:      net/xfrm/
7440 F:      net/key/
7441 F:      net/ipv4/xfrm*
7442 F:      net/ipv4/esp4.c
7443 F:      net/ipv4/ah4.c
7444 F:      net/ipv4/ipcomp.c
7445 F:      net/ipv4/ip_vti.c
7446 F:      net/ipv6/xfrm*
7447 F:      net/ipv6/esp6.c
7448 F:      net/ipv6/ah6.c
7449 F:      net/ipv6/ipcomp6.c
7450 F:      net/ipv6/ip6_vti.c
7451 F:      include/uapi/linux/xfrm.h
7452 F:      include/net/xfrm.h
7453
7454 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7455 M:      Paul Moore <paul@paul-moore.com>
7456 L:      netdev@vger.kernel.org
7457 S:      Maintained
7458
7459 NETWORKING [WIRELESS]
7460 L:      linux-wireless@vger.kernel.org
7461 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7462
7463 NETWORKING DRIVERS
7464 L:      netdev@vger.kernel.org
7465 W:      http://www.linuxfoundation.org/en/Net
7466 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7469 S:      Odd Fixes
7470 F:      drivers/net/
7471 F:      include/linux/if_*
7472 F:      include/linux/netdevice.h
7473 F:      include/linux/etherdevice.h
7474 F:      include/linux/fcdevice.h
7475 F:      include/linux/fddidevice.h
7476 F:      include/linux/hippidevice.h
7477 F:      include/linux/inetdevice.h
7478 F:      include/uapi/linux/if_*
7479 F:      include/uapi/linux/netdevice.h
7480
7481 NETWORKING DRIVERS (WIRELESS)
7482 M:      Kalle Valo <kvalo@codeaurora.org>
7483 L:      linux-wireless@vger.kernel.org
7484 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7486 S:      Maintained
7487 F:      drivers/net/wireless/
7488
7489 NETXEN (1/10) GbE SUPPORT
7490 M:      Manish Chopra <manish.chopra@qlogic.com>
7491 M:      Sony Chacko <sony.chacko@qlogic.com>
7492 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7493 L:      netdev@vger.kernel.org
7494 W:      http://www.qlogic.com
7495 S:      Supported
7496 F:      drivers/net/ethernet/qlogic/netxen/
7497
7498 NFC SUBSYSTEM
7499 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7500 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7501 M:      Samuel Ortiz <sameo@linux.intel.com>
7502 L:      linux-wireless@vger.kernel.org
7503 L:      linux-nfc@lists.01.org (subscribers-only)
7504 S:      Supported
7505 F:      net/nfc/
7506 F:      include/net/nfc/
7507 F:      include/uapi/linux/nfc.h
7508 F:      drivers/nfc/
7509 F:      include/linux/platform_data/pn544.h
7510 F:      Documentation/devicetree/bindings/net/nfc/
7511
7512 NFS, SUNRPC, AND LOCKD CLIENTS
7513 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7514 M:      Anna Schumaker <anna.schumaker@netapp.com>
7515 L:      linux-nfs@vger.kernel.org
7516 W:      http://client.linux-nfs.org
7517 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7518 S:      Maintained
7519 F:      fs/lockd/
7520 F:      fs/nfs/
7521 F:      fs/nfs_common/
7522 F:      net/sunrpc/
7523 F:      include/linux/lockd/
7524 F:      include/linux/nfs*
7525 F:      include/linux/sunrpc/
7526 F:      include/uapi/linux/nfs*
7527 F:      include/uapi/linux/sunrpc/
7528
7529 NILFS2 FILESYSTEM
7530 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7531 L:      linux-nilfs@vger.kernel.org
7532 W:      http://nilfs.sourceforge.net/
7533 T:      git git://github.com/konis/nilfs2.git
7534 S:      Supported
7535 F:      Documentation/filesystems/nilfs2.txt
7536 F:      fs/nilfs2/
7537 F:      include/linux/nilfs2_fs.h
7538 F:      include/trace/events/nilfs2.h
7539
7540 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7541 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7542 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7543 S:      Maintained
7544 F:      Documentation/scsi/NinjaSCSI.txt
7545 F:      drivers/scsi/pcmcia/nsp_*
7546
7547 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7548 M:      GOTO Masanori <gotom@debian.or.jp>
7549 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7550 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7551 S:      Maintained
7552 F:      Documentation/scsi/NinjaSCSI.txt
7553 F:      drivers/scsi/nsp32*
7554
7555 NIOS2 ARCHITECTURE
7556 M:      Ley Foon Tan <lftan@altera.com>
7557 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7559 S:      Maintained
7560 F:      arch/nios2/
7561
7562 NOKIA N900 POWER SUPPLY DRIVERS
7563 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7564 S:      Maintained
7565 F:      include/linux/power/bq2415x_charger.h
7566 F:      include/linux/power/bq27xxx_battery.h
7567 F:      include/linux/power/isp1704_charger.h
7568 F:      drivers/power/bq2415x_charger.c
7569 F:      drivers/power/bq27xxx_battery.c
7570 F:      drivers/power/isp1704_charger.c
7571 F:      drivers/power/rx51_battery.c
7572
7573 NTB DRIVER CORE
7574 M:      Jon Mason <jdmason@kudzu.us>
7575 M:      Dave Jiang <dave.jiang@intel.com>
7576 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7577 L:      linux-ntb@googlegroups.com
7578 S:      Supported
7579 W:      https://github.com/jonmason/ntb/wiki
7580 T:      git git://github.com/jonmason/ntb.git
7581 F:      drivers/ntb/
7582 F:      drivers/net/ntb_netdev.c
7583 F:      include/linux/ntb.h
7584 F:      include/linux/ntb_transport.h
7585
7586 NTB INTEL DRIVER
7587 M:      Jon Mason <jdmason@kudzu.us>
7588 M:      Dave Jiang <dave.jiang@intel.com>
7589 L:      linux-ntb@googlegroups.com
7590 S:      Supported
7591 W:      https://github.com/jonmason/ntb/wiki
7592 T:      git git://github.com/jonmason/ntb.git
7593 F:      drivers/ntb/hw/intel/
7594
7595 NTFS FILESYSTEM
7596 M:      Anton Altaparmakov <anton@tuxera.com>
7597 L:      linux-ntfs-dev@lists.sourceforge.net
7598 W:      http://www.tuxera.com/
7599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7600 S:      Supported
7601 F:      Documentation/filesystems/ntfs.txt
7602 F:      fs/ntfs/
7603
7604 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7605 M:      Antonino Daplas <adaplas@gmail.com>
7606 L:      linux-fbdev@vger.kernel.org
7607 S:      Maintained
7608 F:      drivers/video/fbdev/riva/
7609 F:      drivers/video/fbdev/nvidia/
7610
7611 NVM EXPRESS DRIVER
7612 M:      Keith Busch <keith.busch@intel.com>
7613 M:      Jens Axboe <axboe@fb.com>
7614 L:      linux-nvme@lists.infradead.org
7615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7616 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7617 S:      Supported
7618 F:      drivers/nvme/host/
7619 F:      include/linux/nvme.h
7620
7621 NVMEM FRAMEWORK
7622 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7623 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7624 S:      Maintained
7625 F:      drivers/nvmem/
7626 F:      Documentation/devicetree/bindings/nvmem/
7627 F:      include/linux/nvmem-consumer.h
7628 F:      include/linux/nvmem-provider.h
7629
7630 NXP-NCI NFC DRIVER
7631 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7632 R:      Charles Gorand <charles.gorand@effinnov.com>
7633 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7634 S:      Supported
7635 F:      drivers/nfc/nxp-nci
7636
7637 NXP TDA998X DRM DRIVER
7638 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7639 S:      Supported
7640 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7641 F:      include/drm/i2c/tda998x.h
7642
7643 NXP TFA9879 DRIVER
7644 M:      Peter Rosin <peda@axentia.se>
7645 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7646 S:      Maintained
7647 F:      sound/soc/codecs/tfa9879*
7648
7649 OMAP SUPPORT
7650 M:      Tony Lindgren <tony@atomide.com>
7651 L:      linux-omap@vger.kernel.org
7652 W:      http://www.muru.com/linux/omap/
7653 W:      http://linux.omap.com/
7654 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7656 S:      Maintained
7657 F:      arch/arm/*omap*/
7658 F:      arch/arm/configs/omap1_defconfig
7659 F:      arch/arm/configs/omap2plus_defconfig
7660 F:      drivers/i2c/busses/i2c-omap.c
7661 F:      drivers/irqchip/irq-omap-intc.c
7662 F:      drivers/mfd/*omap*.c
7663 F:      drivers/mfd/menelaus.c
7664 F:      drivers/mfd/palmas.c
7665 F:      drivers/mfd/tps65217.c
7666 F:      drivers/mfd/tps65218.c
7667 F:      drivers/mfd/tps65910.c
7668 F:      drivers/mfd/twl-core.[ch]
7669 F:      drivers/mfd/twl4030*.c
7670 F:      drivers/mfd/twl6030*.c
7671 F:      drivers/mfd/twl6040*.c
7672 F:      drivers/regulator/palmas-regulator*.c
7673 F:      drivers/regulator/pbias-regulator.c
7674 F:      drivers/regulator/tps65217-regulator.c
7675 F:      drivers/regulator/tps65218-regulator.c
7676 F:      drivers/regulator/tps65910-regulator.c
7677 F:      drivers/regulator/twl-regulator.c
7678 F:      include/linux/i2c-omap.h
7679
7680 OMAP DEVICE TREE SUPPORT
7681 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7682 M:      Tony Lindgren <tony@atomide.com>
7683 L:      linux-omap@vger.kernel.org
7684 L:      devicetree@vger.kernel.org
7685 S:      Maintained
7686 F:      arch/arm/boot/dts/*omap*
7687 F:      arch/arm/boot/dts/*am3*
7688 F:      arch/arm/boot/dts/*am4*
7689 F:      arch/arm/boot/dts/*am5*
7690 F:      arch/arm/boot/dts/*dra7*
7691
7692 OMAP CLOCK FRAMEWORK SUPPORT
7693 M:      Paul Walmsley <paul@pwsan.com>
7694 L:      linux-omap@vger.kernel.org
7695 S:      Maintained
7696 F:      arch/arm/*omap*/*clock*
7697
7698 OMAP POWER MANAGEMENT SUPPORT
7699 M:      Kevin Hilman <khilman@deeprootsystems.com>
7700 L:      linux-omap@vger.kernel.org
7701 S:      Maintained
7702 F:      arch/arm/*omap*/*pm*
7703 F:      drivers/cpufreq/omap-cpufreq.c
7704
7705 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7706 M:      Rajendra Nayak <rnayak@ti.com>
7707 M:      Paul Walmsley <paul@pwsan.com>
7708 L:      linux-omap@vger.kernel.org
7709 S:      Maintained
7710 F:      arch/arm/mach-omap2/prm*
7711
7712 OMAP AUDIO SUPPORT
7713 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7714 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7715 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7716 L:      linux-omap@vger.kernel.org
7717 S:      Maintained
7718 F:      sound/soc/omap/
7719
7720 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7721 M:      Roger Quadros <rogerq@ti.com>
7722 M:      Tony Lindgren <tony@atomide.com>
7723 L:      linux-omap@vger.kernel.org
7724 S:      Maintained
7725 F:      drivers/memory/omap-gpmc.c
7726 F:      arch/arm/mach-omap2/*gpmc*
7727
7728 OMAP FRAMEBUFFER SUPPORT
7729 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7730 L:      linux-fbdev@vger.kernel.org
7731 L:      linux-omap@vger.kernel.org
7732 S:      Maintained
7733 F:      drivers/video/fbdev/omap/
7734
7735 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7736 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7737 L:      linux-omap@vger.kernel.org
7738 L:      linux-fbdev@vger.kernel.org
7739 S:      Maintained
7740 F:      drivers/video/fbdev/omap2/
7741 F:      Documentation/arm/OMAP/DSS
7742
7743 OMAP HARDWARE SPINLOCK SUPPORT
7744 M:      Ohad Ben-Cohen <ohad@wizery.com>
7745 L:      linux-omap@vger.kernel.org
7746 S:      Maintained
7747 F:      drivers/hwspinlock/omap_hwspinlock.c
7748
7749 OMAP MMC SUPPORT
7750 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7751 L:      linux-omap@vger.kernel.org
7752 S:      Maintained
7753 F:      drivers/mmc/host/omap.c
7754
7755 OMAP HS MMC SUPPORT
7756 L:      linux-mmc@vger.kernel.org
7757 L:      linux-omap@vger.kernel.org
7758 S:      Orphan
7759 F:      drivers/mmc/host/omap_hsmmc.c
7760
7761 OMAP RANDOM NUMBER GENERATOR SUPPORT
7762 M:      Deepak Saxena <dsaxena@plexity.net>
7763 S:      Maintained
7764 F:      drivers/char/hw_random/omap-rng.c
7765
7766 OMAP HWMOD SUPPORT
7767 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7768 M:      Paul Walmsley <paul@pwsan.com>
7769 L:      linux-omap@vger.kernel.org
7770 S:      Maintained
7771 F:      arch/arm/mach-omap2/omap_hwmod.*
7772
7773 OMAP HWMOD DATA
7774 M:      Paul Walmsley <paul@pwsan.com>
7775 L:      linux-omap@vger.kernel.org
7776 S:      Maintained
7777 F:      arch/arm/mach-omap2/omap_hwmod*data*
7778
7779 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7780 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7781 L:      linux-omap@vger.kernel.org
7782 S:      Maintained
7783 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7784
7785 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7786 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7787 L:      linux-media@vger.kernel.org
7788 S:      Maintained
7789 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7790 F:      drivers/media/platform/omap3isp/
7791 F:      drivers/staging/media/omap4iss/
7792
7793 OMAP USB SUPPORT
7794 M:      Felipe Balbi <balbi@ti.com>
7795 L:      linux-usb@vger.kernel.org
7796 L:      linux-omap@vger.kernel.org
7797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7798 S:      Maintained
7799 F:      drivers/usb/*/*omap*
7800 F:      arch/arm/*omap*/usb*
7801
7802 OMAP GPIO DRIVER
7803 M:      Grygorii Strashko <grygorii.strashko@ti.com>
7804 M:      Santosh Shilimkar <ssantosh@kernel.org>
7805 M:      Kevin Hilman <khilman@deeprootsystems.com>
7806 L:      linux-omap@vger.kernel.org
7807 S:      Maintained
7808 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
7809 F:      drivers/gpio/gpio-omap.c
7810
7811 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7812 M:      Mark Jackson <mpfj@newflow.co.uk>
7813 L:      linux-omap@vger.kernel.org
7814 S:      Maintained
7815 F:      arch/arm/boot/dts/am335x-nano.dts
7816
7817 OMFS FILESYSTEM
7818 M:      Bob Copeland <me@bobcopeland.com>
7819 L:      linux-karma-devel@lists.sourceforge.net
7820 S:      Maintained
7821 F:      Documentation/filesystems/omfs.txt
7822 F:      fs/omfs/
7823
7824 OMNIKEY CARDMAN 4000 DRIVER
7825 M:      Harald Welte <laforge@gnumonks.org>
7826 S:      Maintained
7827 F:      drivers/char/pcmcia/cm4000_cs.c
7828 F:      include/linux/cm4000_cs.h
7829 F:      include/uapi/linux/cm4000_cs.h
7830
7831 OMNIKEY CARDMAN 4040 DRIVER
7832 M:      Harald Welte <laforge@gnumonks.org>
7833 S:      Maintained
7834 F:      drivers/char/pcmcia/cm4040_cs.*
7835
7836 OMNIVISION OV7670 SENSOR DRIVER
7837 M:      Jonathan Corbet <corbet@lwn.net>
7838 L:      linux-media@vger.kernel.org
7839 T:      git git://linuxtv.org/media_tree.git
7840 S:      Maintained
7841 F:      drivers/media/i2c/ov7670.c
7842
7843 ONENAND FLASH DRIVER
7844 M:      Kyungmin Park <kyungmin.park@samsung.com>
7845 L:      linux-mtd@lists.infradead.org
7846 S:      Maintained
7847 F:      drivers/mtd/onenand/
7848 F:      include/linux/mtd/onenand*.h
7849
7850 ONSTREAM SCSI TAPE DRIVER
7851 M:      Willem Riede <osst@riede.org>
7852 L:      osst-users@lists.sourceforge.net
7853 L:      linux-scsi@vger.kernel.org
7854 S:      Maintained
7855 F:      Documentation/scsi/osst.txt
7856 F:      drivers/scsi/osst.*
7857 F:      drivers/scsi/osst_*.h
7858 F:      drivers/scsi/st.h
7859
7860 OPENCORES I2C BUS DRIVER
7861 M:      Peter Korsgaard <jacmet@sunsite.dk>
7862 L:      linux-i2c@vger.kernel.org
7863 S:      Maintained
7864 F:      Documentation/i2c/busses/i2c-ocores
7865 F:      drivers/i2c/busses/i2c-ocores.c
7866
7867 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7868 M:      Rob Herring <robh+dt@kernel.org>
7869 M:      Frank Rowand <frowand.list@gmail.com>
7870 M:      Grant Likely <grant.likely@linaro.org>
7871 L:      devicetree@vger.kernel.org
7872 W:      http://www.devicetree.org/
7873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7874 S:      Maintained
7875 F:      drivers/of/
7876 F:      include/linux/of*.h
7877 F:      scripts/dtc/
7878
7879 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7880 M:      Rob Herring <robh+dt@kernel.org>
7881 M:      Pawel Moll <pawel.moll@arm.com>
7882 M:      Mark Rutland <mark.rutland@arm.com>
7883 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7884 M:      Kumar Gala <galak@codeaurora.org>
7885 L:      devicetree@vger.kernel.org
7886 S:      Maintained
7887 F:      Documentation/devicetree/
7888 F:      arch/*/boot/dts/
7889 F:      include/dt-bindings/
7890
7891 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7892 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7893 L:      devicetree@vger.kernel.org
7894 S:      Maintained
7895 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7896 F:      Documentation/devicetree/overlay-notes.txt
7897 F:      drivers/of/overlay.c
7898 F:      drivers/of/resolver.c
7899
7900 OPENRISC ARCHITECTURE
7901 M:      Jonas Bonn <jonas@southpole.se>
7902 W:      http://openrisc.net
7903 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7904 S:      Maintained
7905 T:      git git://openrisc.net/~jonas/linux
7906 F:      arch/openrisc/
7907
7908 OPENVSWITCH
7909 M:      Pravin Shelar <pshelar@nicira.com>
7910 L:      netdev@vger.kernel.org
7911 L:      dev@openvswitch.org
7912 W:      http://openvswitch.org
7913 S:      Maintained
7914 F:      net/openvswitch/
7915 F:      include/uapi/linux/openvswitch.h
7916
7917 OPERATING PERFORMANCE POINTS (OPP)
7918 M:      Viresh Kumar <vireshk@kernel.org>
7919 M:      Nishanth Menon <nm@ti.com>
7920 M:      Stephen Boyd <sboyd@codeaurora.org>
7921 L:      linux-pm@vger.kernel.org
7922 S:      Maintained
7923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
7924 F:      drivers/base/power/opp/
7925 F:      include/linux/pm_opp.h
7926 F:      Documentation/power/opp.txt
7927 F:      Documentation/devicetree/bindings/opp/
7928
7929 OPL4 DRIVER
7930 M:      Clemens Ladisch <clemens@ladisch.de>
7931 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7932 T:      git git://git.alsa-project.org/alsa-kernel.git
7933 S:      Maintained
7934 F:      sound/drivers/opl4/
7935
7936 OPROFILE
7937 M:      Robert Richter <rric@kernel.org>
7938 L:      oprofile-list@lists.sf.net
7939 S:      Maintained
7940 F:      arch/*/include/asm/oprofile*.h
7941 F:      arch/*/oprofile/
7942 F:      drivers/oprofile/
7943 F:      include/linux/oprofile.h
7944
7945 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7946 M:      Mark Fasheh <mfasheh@suse.com>
7947 M:      Joel Becker <jlbec@evilplan.org>
7948 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7949 W:      http://ocfs2.wiki.kernel.org
7950 S:      Supported
7951 F:      Documentation/filesystems/ocfs2.txt
7952 F:      Documentation/filesystems/dlmfs.txt
7953 F:      fs/ocfs2/
7954
7955 ORINOCO DRIVER
7956 L:      linux-wireless@vger.kernel.org
7957 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7958 W:      http://www.nongnu.org/orinoco/
7959 S:      Orphan
7960 F:      drivers/net/wireless/orinoco/
7961
7962 OSD LIBRARY and FILESYSTEM
7963 M:      Boaz Harrosh <ooo@electrozaur.com>
7964 M:      Benny Halevy <bhalevy@primarydata.com>
7965 L:      osd-dev@open-osd.org
7966 W:      http://open-osd.org
7967 T:      git git://git.open-osd.org/open-osd.git
7968 S:      Maintained
7969 F:      drivers/scsi/osd/
7970 F:      include/scsi/osd_*
7971 F:      fs/exofs/
7972
7973 OVERLAY FILESYSTEM
7974 M:      Miklos Szeredi <miklos@szeredi.hu>
7975 L:      linux-unionfs@vger.kernel.org
7976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7977 S:      Supported
7978 F:      fs/overlayfs/
7979 F:      Documentation/filesystems/overlayfs.txt
7980
7981 P54 WIRELESS DRIVER
7982 M:      Christian Lamparter <chunkeey@googlemail.com>
7983 L:      linux-wireless@vger.kernel.org
7984 W:      http://wireless.kernel.org/en/users/Drivers/p54
7985 S:      Maintained
7986 F:      drivers/net/wireless/p54/
7987
7988 PA SEMI ETHERNET DRIVER
7989 M:      Olof Johansson <olof@lixom.net>
7990 L:      netdev@vger.kernel.org
7991 S:      Maintained
7992 F:      drivers/net/ethernet/pasemi/*
7993
7994 PA SEMI SMBUS DRIVER
7995 M:      Olof Johansson <olof@lixom.net>
7996 L:      linux-i2c@vger.kernel.org
7997 S:      Maintained
7998 F:      drivers/i2c/busses/i2c-pasemi.c
7999
8000 PADATA PARALLEL EXECUTION MECHANISM
8001 M:      Steffen Klassert <steffen.klassert@secunet.com>
8002 L:      linux-crypto@vger.kernel.org
8003 S:      Maintained
8004 F:      kernel/padata.c
8005 F:      include/linux/padata.h
8006 F:      Documentation/padata.txt
8007
8008 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8009 M:      Harald Welte <laforge@gnumonks.org>
8010 L:      platform-driver-x86@vger.kernel.org
8011 S:      Maintained
8012 F:      drivers/platform/x86/panasonic-laptop.c
8013
8014 PANASONIC MN10300/AM33/AM34 PORT
8015 M:      David Howells <dhowells@redhat.com>
8016 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8017 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8018 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8019 S:      Maintained
8020 F:      Documentation/mn10300/
8021 F:      arch/mn10300/
8022
8023 PARALLEL PORT SUBSYSTEM
8024 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8025 M:      Sudip Mukherjee <sudip@vectorindia.org>
8026 L:      linux-parport@lists.infradead.org (subscribers-only)
8027 S:      Maintained
8028 F:      drivers/parport/
8029 F:      include/linux/parport*.h
8030 F:      drivers/char/ppdev.c
8031 F:      include/uapi/linux/ppdev.h
8032 F:      Documentation/parport*.txt
8033
8034 PARAVIRT_OPS INTERFACE
8035 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8036 M:      Chris Wright <chrisw@sous-sol.org>
8037 M:      Alok Kataria <akataria@vmware.com>
8038 M:      Rusty Russell <rusty@rustcorp.com.au>
8039 L:      virtualization@lists.linux-foundation.org
8040 S:      Supported
8041 F:      Documentation/virtual/paravirt_ops.txt
8042 F:      arch/*/kernel/paravirt*
8043 F:      arch/*/include/asm/paravirt.h
8044
8045 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8046 M:      Tim Waugh <tim@cyberelk.net>
8047 L:      linux-parport@lists.infradead.org (subscribers-only)
8048 S:      Maintained
8049 F:      Documentation/blockdev/paride.txt
8050 F:      drivers/block/paride/
8051
8052 PARISC ARCHITECTURE
8053 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8054 M:      Helge Deller <deller@gmx.de>
8055 L:      linux-parisc@vger.kernel.org
8056 W:      http://www.parisc-linux.org/
8057 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8060 S:      Maintained
8061 F:      arch/parisc/
8062 F:      Documentation/parisc/
8063 F:      drivers/parisc/
8064 F:      drivers/char/agp/parisc-agp.c
8065 F:      drivers/input/serio/gscps2.c
8066 F:      drivers/parport/parport_gsc.*
8067 F:      drivers/tty/serial/8250/8250_gsc.c
8068 F:      drivers/video/fbdev/sti*
8069 F:      drivers/video/console/sti*
8070 F:      drivers/video/logo/logo_parisc*
8071
8072 PC87360 HARDWARE MONITORING DRIVER
8073 M:      Jim Cromie <jim.cromie@gmail.com>
8074 L:      lm-sensors@lm-sensors.org
8075 S:      Maintained
8076 F:      Documentation/hwmon/pc87360
8077 F:      drivers/hwmon/pc87360.c
8078
8079 PC8736x GPIO DRIVER
8080 M:      Jim Cromie <jim.cromie@gmail.com>
8081 S:      Maintained
8082 F:      drivers/char/pc8736x_gpio.c
8083
8084 PC87427 HARDWARE MONITORING DRIVER
8085 M:      Jean Delvare <jdelvare@suse.com>
8086 L:      lm-sensors@lm-sensors.org
8087 S:      Maintained
8088 F:      Documentation/hwmon/pc87427
8089 F:      drivers/hwmon/pc87427.c
8090
8091 PCA9532 LED DRIVER
8092 M:      Riku Voipio <riku.voipio@iki.fi>
8093 S:      Maintained
8094 F:      drivers/leds/leds-pca9532.c
8095 F:      include/linux/leds-pca9532.h
8096
8097 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8098 M:      Guenter Roeck <linux@roeck-us.net>
8099 L:      linux-i2c@vger.kernel.org
8100 S:      Maintained
8101 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8102
8103 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8104 M:      Khalid Aziz <khalid@gonehiking.org>
8105 S:      Maintained
8106 F:      drivers/firmware/pcdp.*
8107
8108 PCI ERROR RECOVERY
8109 M:      Linas Vepstas <linasvepstas@gmail.com>
8110 L:      linux-pci@vger.kernel.org
8111 S:      Supported
8112 F:      Documentation/PCI/pci-error-recovery.txt
8113
8114 PCI SUBSYSTEM
8115 M:      Bjorn Helgaas <bhelgaas@google.com>
8116 L:      linux-pci@vger.kernel.org
8117 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8119 S:      Supported
8120 F:      Documentation/PCI/
8121 F:      drivers/pci/
8122 F:      include/linux/pci*
8123 F:      arch/x86/pci/
8124 F:      arch/x86/kernel/quirks.c
8125
8126 PCI DRIVER FOR ALTERA PCIE IP
8127 M:      Ley Foon Tan <lftan@altera.com>
8128 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8129 L:      linux-pci@vger.kernel.org
8130 S:      Supported
8131 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8132 F:      drivers/pci/host/pcie-altera.c
8133
8134 PCI DRIVER FOR ARM VERSATILE PLATFORM
8135 M:      Rob Herring <robh@kernel.org>
8136 L:      linux-pci@vger.kernel.org
8137 L:      linux-arm-kernel@lists.infradead.org
8138 S:      Maintained
8139 F:      Documentation/devicetree/bindings/pci/versatile.txt
8140 F:      drivers/pci/host/pci-versatile.c
8141
8142 PCI DRIVER FOR APPLIEDMICRO XGENE
8143 M:      Tanmay Inamdar <tinamdar@apm.com>
8144 L:      linux-pci@vger.kernel.org
8145 L:      linux-arm-kernel@lists.infradead.org
8146 S:      Maintained
8147 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8148 F:      drivers/pci/host/pci-xgene.c
8149
8150 PCI DRIVER FOR FREESCALE LAYERSCAPE
8151 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8152 M:      Mingkai Hu <mingkai.hu@freescale.com>
8153 M:      Roy Zang <tie-fei.zang@freescale.com>
8154 L:      linuxppc-dev@lists.ozlabs.org
8155 L:      linux-pci@vger.kernel.org
8156 L:      linux-arm-kernel@lists.infradead.org
8157 S:      Maintained
8158 F:      drivers/pci/host/*layerscape*
8159
8160 PCI DRIVER FOR IMX6
8161 M:      Richard Zhu <Richard.Zhu@freescale.com>
8162 M:      Lucas Stach <l.stach@pengutronix.de>
8163 L:      linux-pci@vger.kernel.org
8164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8165 S:      Maintained
8166 F:      drivers/pci/host/*imx6*
8167
8168 PCI DRIVER FOR TI KEYSTONE
8169 M:      Murali Karicheri <m-karicheri2@ti.com>
8170 L:      linux-pci@vger.kernel.org
8171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8172 S:      Maintained
8173 F:      drivers/pci/host/*keystone*
8174
8175 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8176 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8177 M:      Jason Cooper <jason@lakedaemon.net>
8178 L:      linux-pci@vger.kernel.org
8179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8180 S:      Maintained
8181 F:      drivers/pci/host/*mvebu*
8182
8183 PCI DRIVER FOR NVIDIA TEGRA
8184 M:      Thierry Reding <thierry.reding@gmail.com>
8185 L:      linux-tegra@vger.kernel.org
8186 L:      linux-pci@vger.kernel.org
8187 S:      Supported
8188 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8189 F:      drivers/pci/host/pci-tegra.c
8190
8191 PCI DRIVER FOR TI DRA7XX
8192 M:      Kishon Vijay Abraham I <kishon@ti.com>
8193 L:      linux-omap@vger.kernel.org
8194 L:      linux-pci@vger.kernel.org
8195 S:      Supported
8196 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8197 F:      drivers/pci/host/pci-dra7xx.c
8198
8199 PCI DRIVER FOR RENESAS R-CAR
8200 M:      Simon Horman <horms@verge.net.au>
8201 L:      linux-pci@vger.kernel.org
8202 L:      linux-sh@vger.kernel.org
8203 S:      Maintained
8204 F:      drivers/pci/host/*rcar*
8205
8206 PCI DRIVER FOR SAMSUNG EXYNOS
8207 M:      Jingoo Han <jingoohan1@gmail.com>
8208 L:      linux-pci@vger.kernel.org
8209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8210 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8211 S:      Maintained
8212 F:      drivers/pci/host/pci-exynos.c
8213
8214 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8215 M:      Jingoo Han <jingoohan1@gmail.com>
8216 M:      Pratyush Anand <pratyush.anand@gmail.com>
8217 L:      linux-pci@vger.kernel.org
8218 S:      Maintained
8219 F:      drivers/pci/host/*designware*
8220
8221 PCI DRIVER FOR GENERIC OF HOSTS
8222 M:      Will Deacon <will.deacon@arm.com>
8223 L:      linux-pci@vger.kernel.org
8224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8225 S:      Maintained
8226 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8227 F:      drivers/pci/host/pci-host-generic.c
8228
8229 PCIE DRIVER FOR ST SPEAR13XX
8230 M:      Pratyush Anand <pratyush.anand@gmail.com>
8231 L:      linux-pci@vger.kernel.org
8232 S:      Maintained
8233 F:      drivers/pci/host/*spear*
8234
8235 PCI MSI DRIVER FOR ALTERA MSI IP
8236 M:      Ley Foon Tan <lftan@altera.com>
8237 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8238 L:      linux-pci@vger.kernel.org
8239 S:      Supported
8240 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8241 F:      drivers/pci/host/pcie-altera-msi.c
8242
8243 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8244 M:      Duc Dang <dhdang@apm.com>
8245 L:      linux-pci@vger.kernel.org
8246 L:      linux-arm-kernel@lists.infradead.org
8247 S:      Maintained
8248 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8249 F:      drivers/pci/host/pci-xgene-msi.c
8250
8251 PCIE DRIVER FOR HISILICON
8252 M:      Zhou Wang <wangzhou1@hisilicon.com>
8253 L:      linux-pci@vger.kernel.org
8254 S:      Maintained
8255 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8256 F:      drivers/pci/host/pcie-hisi.c
8257
8258 PCMCIA SUBSYSTEM
8259 P:      Linux PCMCIA Team
8260 L:      linux-pcmcia@lists.infradead.org
8261 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8263 S:      Maintained
8264 F:      Documentation/pcmcia/
8265 F:      drivers/pcmcia/
8266 F:      include/pcmcia/
8267
8268 PCNET32 NETWORK DRIVER
8269 M:      Don Fry <pcnet32@frontier.com>
8270 L:      netdev@vger.kernel.org
8271 S:      Maintained
8272 F:      drivers/net/ethernet/amd/pcnet32.c
8273
8274 PCRYPT PARALLEL CRYPTO ENGINE
8275 M:      Steffen Klassert <steffen.klassert@secunet.com>
8276 L:      linux-crypto@vger.kernel.org
8277 S:      Maintained
8278 F:      crypto/pcrypt.c
8279 F:      include/crypto/pcrypt.h
8280
8281 PER-CPU MEMORY ALLOCATOR
8282 M:      Tejun Heo <tj@kernel.org>
8283 M:      Christoph Lameter <cl@linux-foundation.org>
8284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8285 S:      Maintained
8286 F:      include/linux/percpu*.h
8287 F:      mm/percpu*.c
8288 F:      arch/*/include/asm/percpu.h
8289
8290 PER-TASK DELAY ACCOUNTING
8291 M:      Balbir Singh <bsingharora@gmail.com>
8292 S:      Maintained
8293 F:      include/linux/delayacct.h
8294 F:      kernel/delayacct.c
8295
8296 PERFORMANCE EVENTS SUBSYSTEM
8297 M:      Peter Zijlstra <peterz@infradead.org>
8298 M:      Ingo Molnar <mingo@redhat.com>
8299 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8300 L:      linux-kernel@vger.kernel.org
8301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8302 S:      Supported
8303 F:      kernel/events/*
8304 F:      include/linux/perf_event.h
8305 F:      include/uapi/linux/perf_event.h
8306 F:      arch/*/kernel/perf_event*.c
8307 F:      arch/*/kernel/*/perf_event*.c
8308 F:      arch/*/kernel/*/*/perf_event*.c
8309 F:      arch/*/include/asm/perf_event.h
8310 F:      arch/*/kernel/perf_callchain.c
8311 F:      tools/perf/
8312
8313 PERSONALITY HANDLING
8314 M:      Christoph Hellwig <hch@infradead.org>
8315 L:      linux-abi-devel@lists.sourceforge.net
8316 S:      Maintained
8317 F:      include/linux/personality.h
8318 F:      include/uapi/linux/personality.h
8319
8320 PHONET PROTOCOL
8321 M:      Remi Denis-Courmont <courmisch@gmail.com>
8322 S:      Supported
8323 F:      Documentation/networking/phonet.txt
8324 F:      include/linux/phonet.h
8325 F:      include/net/phonet/
8326 F:      include/uapi/linux/phonet.h
8327 F:      net/phonet/
8328
8329 PHRAM MTD DRIVER
8330 M:      Joern Engel <joern@lazybastard.org>
8331 L:      linux-mtd@lists.infradead.org
8332 S:      Maintained
8333 F:      drivers/mtd/devices/phram.c
8334
8335 PICOLCD HID DRIVER
8336 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8337 L:      linux-input@vger.kernel.org
8338 S:      Maintained
8339 F:      drivers/hid/hid-picolcd*
8340
8341 PICOXCELL SUPPORT
8342 M:      Jamie Iles <jamie@jamieiles.com>
8343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8344 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8345 S:      Supported
8346 F:      arch/arm/boot/dts/picoxcell*
8347 F:      arch/arm/mach-picoxcell/
8348 F:      drivers/crypto/picoxcell*
8349
8350 PIN CONTROL SUBSYSTEM
8351 M:      Linus Walleij <linus.walleij@linaro.org>
8352 L:      linux-gpio@vger.kernel.org
8353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8354 S:      Maintained
8355 F:      drivers/pinctrl/
8356 F:      include/linux/pinctrl/
8357
8358 PIN CONTROLLER - ATMEL AT91
8359 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8361 S:      Maintained
8362 F:      drivers/pinctrl/pinctrl-at91.*
8363
8364 PIN CONTROLLER - ATMEL AT91 PIO4
8365 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8366 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8367 L:      linux-gpio@vger.kernel.org
8368 S:      Supported
8369 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8370
8371 PIN CONTROLLER - INTEL
8372 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8373 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8374 S:      Maintained
8375 F:      drivers/pinctrl/intel/
8376
8377 PIN CONTROLLER - RENESAS
8378 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8379 L:      linux-sh@vger.kernel.org
8380 S:      Maintained
8381 F:      drivers/pinctrl/sh-pfc/
8382
8383 PIN CONTROLLER - SAMSUNG
8384 M:      Tomasz Figa <tomasz.figa@gmail.com>
8385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8386 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8387 S:      Maintained
8388 F:      drivers/pinctrl/samsung/
8389
8390 PIN CONTROLLER - SINGLE
8391 M:      Tony Lindgren <tony@atomide.com>
8392 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8394 L:      linux-omap@vger.kernel.org
8395 S:      Maintained
8396 F:      drivers/pinctrl/pinctrl-single.c
8397
8398 PIN CONTROLLER - ST SPEAR
8399 M:      Viresh Kumar <vireshk@kernel.org>
8400 L:      spear-devel@list.st.com
8401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8402 W:      http://www.st.com/spear
8403 S:      Maintained
8404 F:      drivers/pinctrl/spear/
8405
8406 PKTCDVD DRIVER
8407 M:      Jiri Kosina <jikos@kernel.org>
8408 S:      Maintained
8409 F:      drivers/block/pktcdvd.c
8410 F:      include/linux/pktcdvd.h
8411 F:      include/uapi/linux/pktcdvd.h
8412
8413 PKUNITY SOC DRIVERS
8414 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8415 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8416 S:      Maintained
8417 T:      git git://github.com/gxt/linux.git
8418 F:      drivers/input/serio/i8042-unicore32io.h
8419 F:      drivers/i2c/busses/i2c-puv3.c
8420 F:      drivers/video/fbdev/fb-puv3.c
8421 F:      drivers/rtc/rtc-puv3.c
8422
8423 PMBUS HARDWARE MONITORING DRIVERS
8424 M:      Guenter Roeck <linux@roeck-us.net>
8425 L:      lm-sensors@lm-sensors.org
8426 W:      http://www.lm-sensors.org/
8427 W:      http://www.roeck-us.net/linux/drivers/
8428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8429 S:      Maintained
8430 F:      Documentation/hwmon/pmbus
8431 F:      drivers/hwmon/pmbus/
8432 F:      include/linux/i2c/pmbus.h
8433
8434 PMC SIERRA MaxRAID DRIVER
8435 L:      linux-scsi@vger.kernel.org
8436 W:      http://www.pmc-sierra.com/
8437 S:      Orphan
8438 F:      drivers/scsi/pmcraid.*
8439
8440 PMC SIERRA PM8001 DRIVER
8441 M:      Jack Wang <jinpu.wang@profitbricks.com>
8442 M:      lindar_liu@usish.com
8443 L:      pmchba@pmcs.com
8444 L:      linux-scsi@vger.kernel.org
8445 S:      Supported
8446 F:      drivers/scsi/pm8001/
8447
8448 POSIX CLOCKS and TIMERS
8449 M:      Thomas Gleixner <tglx@linutronix.de>
8450 L:      linux-kernel@vger.kernel.org
8451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8452 S:      Maintained
8453 F:      fs/timerfd.c
8454 F:      include/linux/timer*
8455 F:      kernel/time/*timer*
8456
8457 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8458 M:      Sebastian Reichel <sre@kernel.org>
8459 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8460 M:      David Woodhouse <dwmw2@infradead.org>
8461 L:      linux-pm@vger.kernel.org
8462 T:      git git://git.infradead.org/battery-2.6.git
8463 S:      Maintained
8464 F:      include/linux/power_supply.h
8465 F:      drivers/power/
8466 X:      drivers/power/avs/
8467
8468 POWER STATE COORDINATION INTERFACE (PSCI)
8469 M:      Mark Rutland <mark.rutland@arm.com>
8470 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8471 L:      linux-arm-kernel@lists.infradead.org
8472 S:      Maintained
8473 F:      drivers/firmware/psci.c
8474 F:      include/linux/psci.h
8475 F:      include/uapi/linux/psci.h
8476
8477 PNP SUPPORT
8478 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8479 S:      Maintained
8480 F:      drivers/pnp/
8481
8482 PPP PROTOCOL DRIVERS AND COMPRESSORS
8483 M:      Paul Mackerras <paulus@samba.org>
8484 L:      linux-ppp@vger.kernel.org
8485 S:      Maintained
8486 F:      drivers/net/ppp/ppp_*
8487
8488 PPP OVER ATM (RFC 2364)
8489 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8490 S:      Maintained
8491 F:      net/atm/pppoatm.c
8492 F:      include/uapi/linux/atmppp.h
8493
8494 PPP OVER ETHERNET
8495 M:      Michal Ostrowski <mostrows@earthlink.net>
8496 S:      Maintained
8497 F:      drivers/net/ppp/pppoe.c
8498 F:      drivers/net/ppp/pppox.c
8499
8500 PPP OVER L2TP
8501 M:      James Chapman <jchapman@katalix.com>
8502 S:      Maintained
8503 F:      net/l2tp/l2tp_ppp.c
8504 F:      include/linux/if_pppol2tp.h
8505 F:      include/uapi/linux/if_pppol2tp.h
8506
8507 PPS SUPPORT
8508 M:      Rodolfo Giometti <giometti@enneenne.com>
8509 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8510 L:      linuxpps@ml.enneenne.com (subscribers-only)
8511 S:      Maintained
8512 F:      Documentation/pps/
8513 F:      drivers/pps/
8514 F:      include/linux/pps*.h
8515
8516 PPTP DRIVER
8517 M:      Dmitry Kozlov <xeb@mail.ru>
8518 L:      netdev@vger.kernel.org
8519 S:      Maintained
8520 F:      drivers/net/ppp/pptp.c
8521 W:      http://sourceforge.net/projects/accel-pptp
8522
8523 PREEMPTIBLE KERNEL
8524 M:      Robert Love <rml@tech9.net>
8525 L:      kpreempt-tech@lists.sourceforge.net
8526 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8527 S:      Supported
8528 F:      Documentation/preempt-locking.txt
8529 F:      include/linux/preempt.h
8530
8531 PRISM54 WIRELESS DRIVER
8532 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8533 L:      linux-wireless@vger.kernel.org
8534 W:      http://wireless.kernel.org/en/users/Drivers/p54
8535 S:      Obsolete
8536 F:      drivers/net/wireless/prism54/
8537
8538 PS3 NETWORK SUPPORT
8539 M:      Geoff Levand <geoff@infradead.org>
8540 L:      netdev@vger.kernel.org
8541 L:      linuxppc-dev@lists.ozlabs.org
8542 S:      Maintained
8543 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8544
8545 PS3 PLATFORM SUPPORT
8546 M:      Geoff Levand <geoff@infradead.org>
8547 L:      linuxppc-dev@lists.ozlabs.org
8548 S:      Maintained
8549 F:      arch/powerpc/boot/ps3*
8550 F:      arch/powerpc/include/asm/lv1call.h
8551 F:      arch/powerpc/include/asm/ps3*.h
8552 F:      arch/powerpc/platforms/ps3/
8553 F:      drivers/*/ps3*
8554 F:      drivers/ps3/
8555 F:      drivers/rtc/rtc-ps3.c
8556 F:      drivers/usb/host/*ps3.c
8557 F:      sound/ppc/snd_ps3*
8558
8559 PS3VRAM DRIVER
8560 M:      Jim Paris <jim@jtan.com>
8561 M:      Geoff Levand <geoff@infradead.org>
8562 L:      linuxppc-dev@lists.ozlabs.org
8563 S:      Maintained
8564 F:      drivers/block/ps3vram.c
8565
8566 PSTORE FILESYSTEM
8567 M:      Anton Vorontsov <anton@enomsg.org>
8568 M:      Colin Cross <ccross@android.com>
8569 M:      Kees Cook <keescook@chromium.org>
8570 M:      Tony Luck <tony.luck@intel.com>
8571 S:      Maintained
8572 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8573 F:      fs/pstore/
8574 F:      include/linux/pstore*
8575 F:      drivers/firmware/efi/efi-pstore.c
8576 F:      drivers/acpi/apei/erst.c
8577
8578 PTP HARDWARE CLOCK SUPPORT
8579 M:      Richard Cochran <richardcochran@gmail.com>
8580 L:      netdev@vger.kernel.org
8581 S:      Maintained
8582 W:      http://linuxptp.sourceforge.net/
8583 F:      Documentation/ABI/testing/sysfs-ptp
8584 F:      Documentation/ptp/*
8585 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8586 F:      drivers/net/phy/dp83640*
8587 F:      drivers/ptp/*
8588 F:      include/linux/ptp_cl*
8589
8590 PTRACE SUPPORT
8591 M:      Roland McGrath <roland@hack.frob.com>
8592 M:      Oleg Nesterov <oleg@redhat.com>
8593 S:      Maintained
8594 F:      include/asm-generic/syscall.h
8595 F:      include/linux/ptrace.h
8596 F:      include/linux/regset.h
8597 F:      include/linux/tracehook.h
8598 F:      include/uapi/linux/ptrace.h
8599 F:      kernel/ptrace.c
8600
8601 PVRUSB2 VIDEO4LINUX DRIVER
8602 M:      Mike Isely <isely@pobox.com>
8603 L:      pvrusb2@isely.net       (subscribers-only)
8604 L:      linux-media@vger.kernel.org
8605 W:      http://www.isely.net/pvrusb2/
8606 T:      git git://linuxtv.org/media_tree.git
8607 S:      Maintained
8608 F:      Documentation/video4linux/README.pvrusb2
8609 F:      drivers/media/usb/pvrusb2/
8610
8611 PWC WEBCAM DRIVER
8612 M:      Hans de Goede <hdegoede@redhat.com>
8613 L:      linux-media@vger.kernel.org
8614 T:      git git://linuxtv.org/media_tree.git
8615 S:      Maintained
8616 F:      drivers/media/usb/pwc/*
8617
8618 PWM FAN DRIVER
8619 M:      Kamil Debski <k.debski@samsung.com>
8620 L:      lm-sensors@lm-sensors.org
8621 S:      Supported
8622 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8623 F:      Documentation/hwmon/pwm-fan
8624 F:      drivers/hwmon/pwm-fan.c
8625
8626 PWM SUBSYSTEM
8627 M:      Thierry Reding <thierry.reding@gmail.com>
8628 L:      linux-pwm@vger.kernel.org
8629 S:      Maintained
8630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8631 F:      Documentation/pwm.txt
8632 F:      Documentation/devicetree/bindings/pwm/
8633 F:      include/linux/pwm.h
8634 F:      drivers/pwm/
8635 F:      drivers/video/backlight/pwm_bl.c
8636 F:      include/linux/pwm_backlight.h
8637
8638 PXA2xx/PXA3xx SUPPORT
8639 M:      Daniel Mack <daniel@zonque.org>
8640 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8641 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8642 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8643 T:      git git://github.com/hzhuang1/linux.git
8644 T:      git git://github.com/rjarzmik/linux.git
8645 S:      Maintained
8646 F:      arch/arm/mach-pxa/
8647 F:      drivers/dma/pxa*
8648 F:      drivers/pcmcia/pxa2xx*
8649 F:      drivers/spi/spi-pxa2xx*
8650 F:      drivers/usb/gadget/udc/pxa2*
8651 F:      include/sound/pxa2xx-lib.h
8652 F:      sound/arm/pxa*
8653 F:      sound/soc/pxa/
8654
8655 PXA GPIO DRIVER
8656 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8657 L:      linux-gpio@vger.kernel.org
8658 S:      Maintained
8659 F:      drivers/gpio/gpio-pxa.c
8660
8661 PXA3xx NAND FLASH DRIVER
8662 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8663 L:      linux-mtd@lists.infradead.org
8664 S:      Maintained
8665 F:      drivers/mtd/nand/pxa3xx_nand.c
8666
8667 MMP SUPPORT
8668 M:      Eric Miao <eric.y.miao@gmail.com>
8669 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8670 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8671 T:      git git://github.com/hzhuang1/linux.git
8672 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8673 S:      Maintained
8674 F:      arch/arm/mach-mmp/
8675
8676 PXA MMCI DRIVER
8677 S:      Orphan
8678
8679 PXA RTC DRIVER
8680 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8681 L:      rtc-linux@googlegroups.com
8682 S:      Maintained
8683
8684 QAT DRIVER
8685 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8686 L:      qat-linux@intel.com
8687 S:      Supported
8688 F:      drivers/crypto/qat/
8689
8690 QIB DRIVER
8691 M:      Mike Marciniszyn <infinipath@intel.com>
8692 L:      linux-rdma@vger.kernel.org
8693 S:      Supported
8694 F:      drivers/infiniband/hw/qib/
8695
8696 QLOGIC QLA1280 SCSI DRIVER
8697 M:      Michael Reed <mdr@sgi.com>
8698 L:      linux-scsi@vger.kernel.org
8699 S:      Maintained
8700 F:      drivers/scsi/qla1280.[ch]
8701
8702 QLOGIC QLA2XXX FC-SCSI DRIVER
8703 M:      qla2xxx-upstream@qlogic.com
8704 L:      linux-scsi@vger.kernel.org
8705 S:      Supported
8706 F:      Documentation/scsi/LICENSE.qla2xxx
8707 F:      drivers/scsi/qla2xxx/
8708
8709 QLOGIC QLA4XXX iSCSI DRIVER
8710 M:      QLogic-Storage-Upstream@qlogic.com
8711 L:      linux-scsi@vger.kernel.org
8712 S:      Supported
8713 F:      Documentation/scsi/LICENSE.qla4xxx
8714 F:      drivers/scsi/qla4xxx/
8715
8716 QLOGIC QLA3XXX NETWORK DRIVER
8717 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8718 M:      Ron Mercer <ron.mercer@qlogic.com>
8719 M:      linux-driver@qlogic.com
8720 L:      netdev@vger.kernel.org
8721 S:      Supported
8722 F:      Documentation/networking/LICENSE.qla3xxx
8723 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8724
8725 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8726 M:      Dept-GELinuxNICDev@qlogic.com
8727 L:      netdev@vger.kernel.org
8728 S:      Supported
8729 F:      drivers/net/ethernet/qlogic/qlcnic/
8730
8731 QLOGIC QLGE 10Gb ETHERNET DRIVER
8732 M:      Harish Patil <harish.patil@qlogic.com>
8733 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8734 M:      Dept-GELinuxNICDev@qlogic.com
8735 M:      linux-driver@qlogic.com
8736 L:      netdev@vger.kernel.org
8737 S:      Supported
8738 F:      drivers/net/ethernet/qlogic/qlge/
8739
8740 QLOGIC QL4xxx ETHERNET DRIVER
8741 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8742 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8743 M:      everest-linux-l2@qlogic.com
8744 L:      netdev@vger.kernel.org
8745 S:      Supported
8746 F:      drivers/net/ethernet/qlogic/qed/
8747 F:      include/linux/qed/
8748 F:      drivers/net/ethernet/qlogic/qede/
8749
8750 QNX4 FILESYSTEM
8751 M:      Anders Larsen <al@alarsen.net>
8752 W:      http://www.alarsen.net/linux/qnx4fs/
8753 S:      Maintained
8754 F:      fs/qnx4/
8755 F:      include/uapi/linux/qnx4_fs.h
8756 F:      include/uapi/linux/qnxtypes.h
8757
8758 QT1010 MEDIA DRIVER
8759 M:      Antti Palosaari <crope@iki.fi>
8760 L:      linux-media@vger.kernel.org
8761 W:      http://linuxtv.org/
8762 W:      http://palosaari.fi/linux/
8763 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8764 T:      git git://linuxtv.org/anttip/media_tree.git
8765 S:      Maintained
8766 F:      drivers/media/tuners/qt1010*
8767
8768 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8769 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8770 L:      linux-wireless@vger.kernel.org
8771 L:      ath9k-devel@lists.ath9k.org
8772 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8773 S:      Supported
8774 F:      drivers/net/wireless/ath/ath9k/
8775
8776 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8777 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8778 L:      ath10k@lists.infradead.org
8779 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8780 T:      git git://github.com/kvalo/ath.git
8781 S:      Supported
8782 F:      drivers/net/wireless/ath/ath10k/
8783
8784 QUALCOMM HEXAGON ARCHITECTURE
8785 M:      Richard Kuo <rkuo@codeaurora.org>
8786 L:      linux-hexagon@vger.kernel.org
8787 S:      Supported
8788 F:      arch/hexagon/
8789
8790 QUALCOMM WCN36XX WIRELESS DRIVER
8791 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8792 L:      wcn36xx@lists.infradead.org
8793 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8794 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8795 S:      Supported
8796 F:      drivers/net/wireless/ath/wcn36xx/
8797
8798 RADOS BLOCK DEVICE (RBD)
8799 M:      Ilya Dryomov <idryomov@gmail.com>
8800 M:      Sage Weil <sage@redhat.com>
8801 M:      Alex Elder <elder@kernel.org>
8802 L:      ceph-devel@vger.kernel.org
8803 W:      http://ceph.com/
8804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8805 T:      git git://github.com/ceph/ceph-client.git
8806 S:      Supported
8807 F:      Documentation/ABI/testing/sysfs-bus-rbd
8808 F:      drivers/block/rbd.c
8809 F:      drivers/block/rbd_types.h
8810
8811 RADEON FRAMEBUFFER DISPLAY DRIVER
8812 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8813 L:      linux-fbdev@vger.kernel.org
8814 S:      Maintained
8815 F:      drivers/video/fbdev/aty/radeon*
8816 F:      include/uapi/linux/radeonfb.h
8817
8818 RADIOSHARK RADIO DRIVER
8819 M:      Hans de Goede <hdegoede@redhat.com>
8820 L:      linux-media@vger.kernel.org
8821 T:      git git://linuxtv.org/media_tree.git
8822 S:      Maintained
8823 F:      drivers/media/radio/radio-shark.c
8824
8825 RADIOSHARK2 RADIO DRIVER
8826 M:      Hans de Goede <hdegoede@redhat.com>
8827 L:      linux-media@vger.kernel.org
8828 T:      git git://linuxtv.org/media_tree.git
8829 S:      Maintained
8830 F:      drivers/media/radio/radio-shark2.c
8831 F:      drivers/media/radio/radio-tea5777.c
8832
8833 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8834 M:      Paul Mackerras <paulus@samba.org>
8835 L:      linux-fbdev@vger.kernel.org
8836 S:      Maintained
8837 F:      drivers/video/fbdev/aty/aty128fb.c
8838
8839 RALINK RT2X00 WIRELESS LAN DRIVER
8840 P:      rt2x00 project
8841 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8842 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8843 L:      linux-wireless@vger.kernel.org
8844 S:      Maintained
8845 F:      drivers/net/wireless/rt2x00/
8846
8847 RAMDISK RAM BLOCK DEVICE DRIVER
8848 M:      Jens Axboe <axboe@kernel.dk>
8849 S:      Maintained
8850 F:      Documentation/blockdev/ramdisk.txt
8851 F:      drivers/block/brd.c
8852
8853 RANDOM NUMBER DRIVER
8854 M:      "Theodore Ts'o" <tytso@mit.edu>
8855 S:      Maintained
8856 F:      drivers/char/random.c
8857
8858 RAPIDIO SUBSYSTEM
8859 M:      Matt Porter <mporter@kernel.crashing.org>
8860 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8861 S:      Maintained
8862 F:      drivers/rapidio/
8863
8864 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8865 L:      linux-wireless@vger.kernel.org
8866 S:      Orphan
8867 F:      drivers/net/wireless/ray*
8868
8869 RCUTORTURE MODULE
8870 M:      Josh Triplett <josh@joshtriplett.org>
8871 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8872 L:      linux-kernel@vger.kernel.org
8873 S:      Supported
8874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8875 F:      Documentation/RCU/torture.txt
8876 F:      kernel/rcu/rcutorture.c
8877
8878 RCUTORTURE TEST FRAMEWORK
8879 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8880 M:      Josh Triplett <josh@joshtriplett.org>
8881 R:      Steven Rostedt <rostedt@goodmis.org>
8882 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8883 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8884 L:      linux-kernel@vger.kernel.org
8885 S:      Supported
8886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8887 F:      tools/testing/selftests/rcutorture
8888
8889 RDC R-321X SoC
8890 M:      Florian Fainelli <florian@openwrt.org>
8891 S:      Maintained
8892
8893 RDC R6040 FAST ETHERNET DRIVER
8894 M:      Florian Fainelli <florian@openwrt.org>
8895 L:      netdev@vger.kernel.org
8896 S:      Maintained
8897 F:      drivers/net/ethernet/rdc/r6040.c
8898
8899 RDS - RELIABLE DATAGRAM SOCKETS
8900 M:      Chien Yen <chien.yen@oracle.com>
8901 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8902 S:      Supported
8903 F:      net/rds/
8904
8905 READ-COPY UPDATE (RCU)
8906 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8907 M:      Josh Triplett <josh@joshtriplett.org>
8908 R:      Steven Rostedt <rostedt@goodmis.org>
8909 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8910 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8911 L:      linux-kernel@vger.kernel.org
8912 W:      http://www.rdrop.com/users/paulmck/RCU/
8913 S:      Supported
8914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8915 F:      Documentation/RCU/
8916 X:      Documentation/RCU/torture.txt
8917 F:      include/linux/rcu*
8918 X:      include/linux/srcu.h
8919 F:      kernel/rcu/
8920 X:      kernel/torture.c
8921
8922 REAL TIME CLOCK (RTC) SUBSYSTEM
8923 M:      Alessandro Zummo <a.zummo@towertech.it>
8924 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8925 L:      rtc-linux@googlegroups.com
8926 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8928 S:      Maintained
8929 F:      Documentation/rtc.txt
8930 F:      drivers/rtc/
8931 F:      include/linux/rtc.h
8932 F:      include/uapi/linux/rtc.h
8933
8934 REALTEK AUDIO CODECS
8935 M:      Bard Liao <bardliao@realtek.com>
8936 M:      Oder Chiou <oder_chiou@realtek.com>
8937 S:      Maintained
8938 F:      sound/soc/codecs/rt*
8939 F:      include/sound/rt*.h
8940
8941 REISERFS FILE SYSTEM
8942 L:      reiserfs-devel@vger.kernel.org
8943 S:      Supported
8944 F:      fs/reiserfs/
8945
8946 REGISTER MAP ABSTRACTION
8947 M:      Mark Brown <broonie@kernel.org>
8948 L:      linux-kernel@vger.kernel.org
8949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8950 S:      Supported
8951 F:      drivers/base/regmap/
8952 F:      include/linux/regmap.h
8953
8954 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8955 M:      Ohad Ben-Cohen <ohad@wizery.com>
8956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8957 S:      Maintained
8958 F:      drivers/remoteproc/
8959 F:      Documentation/remoteproc.txt
8960 F:      include/linux/remoteproc.h
8961
8962 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8963 M:      Ohad Ben-Cohen <ohad@wizery.com>
8964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8965 S:      Maintained
8966 F:      drivers/rpmsg/
8967 F:      Documentation/rpmsg.txt
8968 F:      include/linux/rpmsg.h
8969
8970 RENESAS ETHERNET DRIVERS
8971 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
8972 L:      netdev@vger.kernel.org
8973 L:      linux-sh@vger.kernel.org
8974 F:      drivers/net/ethernet/renesas/
8975 F:      include/linux/sh_eth.h
8976
8977 RESET CONTROLLER FRAMEWORK
8978 M:      Philipp Zabel <p.zabel@pengutronix.de>
8979 S:      Maintained
8980 F:      drivers/reset/
8981 F:      Documentation/devicetree/bindings/reset/
8982 F:      include/dt-bindings/reset/
8983 F:      include/linux/reset.h
8984 F:      include/linux/reset-controller.h
8985
8986 RFKILL
8987 M:      Johannes Berg <johannes@sipsolutions.net>
8988 L:      linux-wireless@vger.kernel.org
8989 W:      http://wireless.kernel.org/
8990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8992 S:      Maintained
8993 F:      Documentation/rfkill.txt
8994 F:      net/rfkill/
8995
8996 RHASHTABLE
8997 M:      Thomas Graf <tgraf@suug.ch>
8998 L:      netdev@vger.kernel.org
8999 S:      Maintained
9000 F:      lib/rhashtable.c
9001 F:      include/linux/rhashtable.h
9002
9003 RICOH SMARTMEDIA/XD DRIVER
9004 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9005 S:      Maintained
9006 F:      drivers/mtd/nand/r852.c
9007 F:      drivers/mtd/nand/r852.h
9008
9009 RICOH R5C592 MEMORYSTICK DRIVER
9010 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9011 S:      Maintained
9012 F:      drivers/memstick/host/r592.*
9013
9014 ROCCAT DRIVERS
9015 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9016 W:      http://sourceforge.net/projects/roccat/
9017 S:      Maintained
9018 F:      drivers/hid/hid-roccat*
9019 F:      include/linux/hid-roccat*
9020 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9021
9022 ROCKER DRIVER
9023 M:      Jiri Pirko <jiri@resnulli.us>
9024 M:      Scott Feldman <sfeldma@gmail.com>
9025 L:      netdev@vger.kernel.org
9026 S:      Supported
9027 F:      drivers/net/ethernet/rocker/
9028
9029 ROCKETPORT DRIVER
9030 P:      Comtrol Corp.
9031 W:      http://www.comtrol.com
9032 S:      Maintained
9033 F:      Documentation/serial/rocket.txt
9034 F:      drivers/tty/rocket*
9035
9036 ROCKETPORT EXPRESS/INFINITY DRIVER
9037 M:      Kevin Cernekee <cernekee@gmail.com>
9038 L:      linux-serial@vger.kernel.org
9039 S:      Odd Fixes
9040 F:      drivers/tty/serial/rp2.*
9041
9042 ROSE NETWORK LAYER
9043 M:      Ralf Baechle <ralf@linux-mips.org>
9044 L:      linux-hams@vger.kernel.org
9045 W:      http://www.linux-ax25.org/
9046 S:      Maintained
9047 F:      include/net/rose.h
9048 F:      include/uapi/linux/rose.h
9049 F:      net/rose/
9050
9051 RTL2830 MEDIA DRIVER
9052 M:      Antti Palosaari <crope@iki.fi>
9053 L:      linux-media@vger.kernel.org
9054 W:      http://linuxtv.org/
9055 W:      http://palosaari.fi/linux/
9056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9057 T:      git git://linuxtv.org/anttip/media_tree.git
9058 S:      Maintained
9059 F:      drivers/media/dvb-frontends/rtl2830*
9060
9061 RTL2832 MEDIA DRIVER
9062 M:      Antti Palosaari <crope@iki.fi>
9063 L:      linux-media@vger.kernel.org
9064 W:      http://linuxtv.org/
9065 W:      http://palosaari.fi/linux/
9066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9067 T:      git git://linuxtv.org/anttip/media_tree.git
9068 S:      Maintained
9069 F:      drivers/media/dvb-frontends/rtl2832*
9070
9071 RTL2832_SDR MEDIA DRIVER
9072 M:      Antti Palosaari <crope@iki.fi>
9073 L:      linux-media@vger.kernel.org
9074 W:      http://linuxtv.org/
9075 W:      http://palosaari.fi/linux/
9076 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9077 T:      git git://linuxtv.org/anttip/media_tree.git
9078 S:      Maintained
9079 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9080
9081 RTL8180 WIRELESS DRIVER
9082 L:      linux-wireless@vger.kernel.org
9083 W:      http://wireless.kernel.org/
9084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9085 S:      Orphan
9086 F:      drivers/net/wireless/rtl818x/rtl8180/
9087
9088 RTL8187 WIRELESS DRIVER
9089 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9090 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9091 M:      Larry Finger <Larry.Finger@lwfinger.net>
9092 L:      linux-wireless@vger.kernel.org
9093 W:      http://wireless.kernel.org/
9094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9095 S:      Maintained
9096 F:      drivers/net/wireless/rtl818x/rtl8187/
9097
9098 RTL8192CE WIRELESS DRIVER
9099 M:      Larry Finger <Larry.Finger@lwfinger.net>
9100 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9101 L:      linux-wireless@vger.kernel.org
9102 W:      http://wireless.kernel.org/
9103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9104 S:      Maintained
9105 F:      drivers/net/wireless/rtlwifi/
9106 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
9107
9108 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9109 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9110 L:      linux-wireless@vger.kernel.org
9111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9112 S:      Maintained
9113 F:      drivers/net/wireless/realtek/rtl8xxxu/
9114
9115 S3 SAVAGE FRAMEBUFFER DRIVER
9116 M:      Antonino Daplas <adaplas@gmail.com>
9117 L:      linux-fbdev@vger.kernel.org
9118 S:      Maintained
9119 F:      drivers/video/fbdev/savage/
9120
9121 S390
9122 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9123 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9124 L:      linux-s390@vger.kernel.org
9125 W:      http://www.ibm.com/developerworks/linux/linux390/
9126 S:      Supported
9127 F:      arch/s390/
9128 F:      drivers/s390/
9129 F:      Documentation/s390/
9130 F:      Documentation/DocBook/s390*
9131
9132 S390 COMMON I/O LAYER
9133 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9134 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9135 L:      linux-s390@vger.kernel.org
9136 W:      http://www.ibm.com/developerworks/linux/linux390/
9137 S:      Supported
9138 F:      drivers/s390/cio/
9139
9140 S390 DASD DRIVER
9141 M:      Stefan Weinhuber <wein@de.ibm.com>
9142 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9143 L:      linux-s390@vger.kernel.org
9144 W:      http://www.ibm.com/developerworks/linux/linux390/
9145 S:      Supported
9146 F:      drivers/s390/block/dasd*
9147 F:      block/partitions/ibm.c
9148
9149 S390 NETWORK DRIVERS
9150 M:      Ursula Braun <ursula.braun@de.ibm.com>
9151 L:      linux-s390@vger.kernel.org
9152 W:      http://www.ibm.com/developerworks/linux/linux390/
9153 S:      Supported
9154 F:      drivers/s390/net/
9155
9156 S390 PCI SUBSYSTEM
9157 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9158 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9159 L:      linux-s390@vger.kernel.org
9160 W:      http://www.ibm.com/developerworks/linux/linux390/
9161 S:      Supported
9162 F:      arch/s390/pci/
9163 F:      drivers/pci/hotplug/s390_pci_hpc.c
9164
9165 S390 ZCRYPT DRIVER
9166 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9167 L:      linux-s390@vger.kernel.org
9168 W:      http://www.ibm.com/developerworks/linux/linux390/
9169 S:      Supported
9170 F:      drivers/s390/crypto/
9171
9172 S390 ZFCP DRIVER
9173 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9174 L:      linux-s390@vger.kernel.org
9175 W:      http://www.ibm.com/developerworks/linux/linux390/
9176 S:      Supported
9177 F:      drivers/s390/scsi/zfcp_*
9178
9179 S390 IUCV NETWORK LAYER
9180 M:      Ursula Braun <ursula.braun@de.ibm.com>
9181 L:      linux-s390@vger.kernel.org
9182 W:      http://www.ibm.com/developerworks/linux/linux390/
9183 S:      Supported
9184 F:      drivers/s390/net/*iucv*
9185 F:      include/net/iucv/
9186 F:      net/iucv/
9187
9188 S390 IOMMU (PCI)
9189 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9190 L:      linux-s390@vger.kernel.org
9191 W:      http://www.ibm.com/developerworks/linux/linux390/
9192 S:      Supported
9193 F:      drivers/iommu/s390-iommu.c
9194
9195 S3C24XX SD/MMC Driver
9196 M:      Ben Dooks <ben-linux@fluff.org>
9197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9198 S:      Supported
9199 F:      drivers/mmc/host/s3cmci.*
9200
9201 SAA6588 RDS RECEIVER DRIVER
9202 M:      Hans Verkuil <hverkuil@xs4all.nl>
9203 L:      linux-media@vger.kernel.org
9204 T:      git git://linuxtv.org/media_tree.git
9205 W:      http://linuxtv.org
9206 S:      Odd Fixes
9207 F:      drivers/media/i2c/saa6588*
9208
9209 SAA7134 VIDEO4LINUX DRIVER
9210 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9211 L:      linux-media@vger.kernel.org
9212 W:      http://linuxtv.org
9213 T:      git git://linuxtv.org/media_tree.git
9214 S:      Odd fixes
9215 F:      Documentation/video4linux/*.saa7134
9216 F:      drivers/media/pci/saa7134/
9217
9218 SAA7146 VIDEO4LINUX-2 DRIVER
9219 M:      Hans Verkuil <hverkuil@xs4all.nl>
9220 L:      linux-media@vger.kernel.org
9221 T:      git git://linuxtv.org/media_tree.git
9222 S:      Maintained
9223 F:      drivers/media/common/saa7146/
9224 F:      drivers/media/pci/saa7146/
9225 F:      include/media/saa7146*
9226
9227 SAMSUNG LAPTOP DRIVER
9228 M:      Corentin Chary <corentin.chary@gmail.com>
9229 L:      platform-driver-x86@vger.kernel.org
9230 S:      Maintained
9231 F:      drivers/platform/x86/samsung-laptop.c
9232
9233 SAMSUNG AUDIO (ASoC) DRIVERS
9234 M:      Sangbeom Kim <sbkim73@samsung.com>
9235 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9236 S:      Supported
9237 F:      sound/soc/samsung/
9238
9239 SAMSUNG FRAMEBUFFER DRIVER
9240 M:      Jingoo Han <jingoohan1@gmail.com>
9241 L:      linux-fbdev@vger.kernel.org
9242 S:      Maintained
9243 F:      drivers/video/fbdev/s3c-fb.c
9244
9245 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9246 M:      Sangbeom Kim <sbkim73@samsung.com>
9247 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9248 L:      linux-kernel@vger.kernel.org
9249 L:      linux-samsung-soc@vger.kernel.org
9250 S:      Supported
9251 F:      drivers/mfd/sec*.c
9252 F:      drivers/regulator/s2m*.c
9253 F:      drivers/regulator/s5m*.c
9254 F:      drivers/clk/clk-s2mps11.c
9255 F:      drivers/rtc/rtc-s5m.c
9256 F:      include/linux/mfd/samsung/
9257 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9258 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9259
9260 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9261 M:      Kyungmin Park <kyungmin.park@samsung.com>
9262 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9263 L:      linux-media@vger.kernel.org
9264 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9265 S:      Supported
9266 F:      drivers/media/platform/exynos4-is/
9267
9268 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9269 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9270 L:      linux-media@vger.kernel.org
9271 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9272 S:      Maintained
9273 F:      drivers/media/platform/s3c-camif/
9274 F:      include/media/s3c_camif.h
9275
9276 SAMSUNG S5C73M3 CAMERA DRIVER
9277 M:      Kyungmin Park <kyungmin.park@samsung.com>
9278 M:      Andrzej Hajda <a.hajda@samsung.com>
9279 L:      linux-media@vger.kernel.org
9280 S:      Supported
9281 F:      drivers/media/i2c/s5c73m3/*
9282
9283 SAMSUNG S5K5BAF CAMERA DRIVER
9284 M:      Kyungmin Park <kyungmin.park@samsung.com>
9285 M:      Andrzej Hajda <a.hajda@samsung.com>
9286 L:      linux-media@vger.kernel.org
9287 S:      Supported
9288 F:      drivers/media/i2c/s5k5baf.c
9289
9290 SAMSUNG S3FWRN5 NFC DRIVER
9291 M:      Robert Baldyga <r.baldyga@samsung.com>
9292 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9293 S:      Supported
9294 F:      drivers/nfc/s3fwrn5
9295
9296 SAMSUNG SOC CLOCK DRIVERS
9297 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9298 M:      Tomasz Figa <tomasz.figa@gmail.com>
9299 S:      Supported
9300 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9301 F:      drivers/clk/samsung/
9302
9303 SAMSUNG SXGBE DRIVERS
9304 M:      Byungho An <bh74.an@samsung.com>
9305 M:      Girish K S <ks.giri@samsung.com>
9306 M:      Vipul Pandya <vipul.pandya@samsung.com>
9307 S:      Supported
9308 L:      netdev@vger.kernel.org
9309 F:      drivers/net/ethernet/samsung/sxgbe/
9310
9311 SAMSUNG THERMAL DRIVER
9312 M:      Lukasz Majewski <l.majewski@samsung.com>
9313 L:      linux-pm@vger.kernel.org
9314 L:      linux-samsung-soc@vger.kernel.org
9315 S:      Supported
9316 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9317 F:      drivers/thermal/samsung/
9318
9319 SAMSUNG USB2 PHY DRIVER
9320 M:      Kamil Debski <k.debski@samsung.com>
9321 L:      linux-kernel@vger.kernel.org
9322 S:      Supported
9323 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9324 F:      Documentation/phy/samsung-usb2.txt
9325 F:      drivers/phy/phy-exynos4210-usb2.c
9326 F:      drivers/phy/phy-exynos4x12-usb2.c
9327 F:      drivers/phy/phy-exynos5250-usb2.c
9328 F:      drivers/phy/phy-s5pv210-usb2.c
9329 F:      drivers/phy/phy-samsung-usb2.c
9330 F:      drivers/phy/phy-samsung-usb2.h
9331
9332 SERIAL DRIVERS
9333 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9334 L:      linux-serial@vger.kernel.org
9335 S:      Maintained
9336 F:      drivers/tty/serial/
9337
9338 SYNOPSYS DESIGNWARE DMAC DRIVER
9339 M:      Viresh Kumar <vireshk@kernel.org>
9340 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9341 S:      Maintained
9342 F:      include/linux/dma/dw.h
9343 F:      include/linux/platform_data/dma-dw.h
9344 F:      drivers/dma/dw/
9345
9346 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9347 M: Lars Persson <lars.persson@axis.com>
9348 L: netdev@vger.kernel.org
9349 S: Supported
9350 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9351 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9352
9353 SYNOPSYS DESIGNWARE I2C DRIVER
9354 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9355 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9356 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9357 L:      linux-i2c@vger.kernel.org
9358 S:      Maintained
9359 F:      drivers/i2c/busses/i2c-designware-*
9360 F:      include/linux/platform_data/i2c-designware.h
9361
9362 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9363 M:      Jaehoon Chung <jh80.chung@samsung.com>
9364 L:      linux-mmc@vger.kernel.org
9365 S:      Maintained
9366 F:      include/linux/mmc/dw_mmc.h
9367 F:      drivers/mmc/host/dw_mmc*
9368
9369 SYSTEM TRACE MODULE CLASS
9370 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9371 S:      Maintained
9372 F:      Documentation/trace/stm.txt
9373 F:      drivers/hwtracing/stm/
9374 F:      include/linux/stm.h
9375 F:      include/uapi/linux/stm.h
9376
9377 THUNDERBOLT DRIVER
9378 M:      Andreas Noever <andreas.noever@gmail.com>
9379 S:      Maintained
9380 F:      drivers/thunderbolt/
9381
9382 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9383 M:      John Stultz <john.stultz@linaro.org>
9384 M:      Thomas Gleixner <tglx@linutronix.de>
9385 L:      linux-kernel@vger.kernel.org
9386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9387 S:      Supported
9388 F:      include/linux/clocksource.h
9389 F:      include/linux/time.h
9390 F:      include/linux/timex.h
9391 F:      include/uapi/linux/time.h
9392 F:      include/uapi/linux/timex.h
9393 F:      kernel/time/clocksource.c
9394 F:      kernel/time/time*.c
9395 F:      kernel/time/ntp.c
9396 F:      tools/testing/selftests/timers/
9397
9398 SC1200 WDT DRIVER
9399 M:      Zwane Mwaikambo <zwanem@gmail.com>
9400 S:      Maintained
9401 F:      drivers/watchdog/sc1200wdt.c
9402
9403 SCHEDULER
9404 M:      Ingo Molnar <mingo@redhat.com>
9405 M:      Peter Zijlstra <peterz@infradead.org>
9406 L:      linux-kernel@vger.kernel.org
9407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9408 S:      Maintained
9409 F:      kernel/sched/
9410 F:      include/linux/sched.h
9411 F:      include/uapi/linux/sched.h
9412 F:      include/linux/wait.h
9413
9414 SCORE ARCHITECTURE
9415 M:      Chen Liqin <liqin.linux@gmail.com>
9416 M:      Lennox Wu <lennox.wu@gmail.com>
9417 W:      http://www.sunplus.com
9418 S:      Supported
9419 F:      arch/score/
9420
9421 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9422 M:      Sudeep Holla <sudeep.holla@arm.com>
9423 L:      linux-arm-kernel@lists.infradead.org
9424 S:      Maintained
9425 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9426 F:      drivers/clk/clk-scpi.c
9427 F:      drivers/cpufreq/scpi-cpufreq.c
9428 F:      drivers/firmware/arm_scpi.c
9429 F:      include/linux/scpi_protocol.h
9430
9431 SCSI CDROM DRIVER
9432 M:      Jens Axboe <axboe@kernel.dk>
9433 L:      linux-scsi@vger.kernel.org
9434 W:      http://www.kernel.dk
9435 S:      Maintained
9436 F:      drivers/scsi/sr*
9437
9438 SCSI RDMA PROTOCOL (SRP) INITIATOR
9439 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9440 L:      linux-rdma@vger.kernel.org
9441 S:      Supported
9442 W:      http://www.openfabrics.org
9443 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9445 F:      drivers/infiniband/ulp/srp/
9446 F:      include/scsi/srp.h
9447
9448 SCSI SG DRIVER
9449 M:      Doug Gilbert <dgilbert@interlog.com>
9450 L:      linux-scsi@vger.kernel.org
9451 W:      http://sg.danny.cz/sg
9452 S:      Maintained
9453 F:      Documentation/scsi/scsi-generic.txt
9454 F:      drivers/scsi/sg.c
9455 F:      include/scsi/sg.h
9456
9457 SCSI SUBSYSTEM
9458 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9460 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9462 L:      linux-scsi@vger.kernel.org
9463 S:      Maintained
9464 F:      drivers/scsi/
9465 F:      include/scsi/
9466
9467 SCSI TAPE DRIVER
9468 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9469 L:      linux-scsi@vger.kernel.org
9470 S:      Maintained
9471 F:      Documentation/scsi/st.txt
9472 F:      drivers/scsi/st.*
9473 F:      drivers/scsi/st_*.h
9474
9475 SCTP PROTOCOL
9476 M:      Vlad Yasevich <vyasevich@gmail.com>
9477 M:      Neil Horman <nhorman@tuxdriver.com>
9478 L:      linux-sctp@vger.kernel.org
9479 W:      http://lksctp.sourceforge.net
9480 S:      Maintained
9481 F:      Documentation/networking/sctp.txt
9482 F:      include/linux/sctp.h
9483 F:      include/uapi/linux/sctp.h
9484 F:      include/net/sctp/
9485 F:      net/sctp/
9486
9487 SCx200 CPU SUPPORT
9488 M:      Jim Cromie <jim.cromie@gmail.com>
9489 S:      Odd Fixes
9490 F:      Documentation/i2c/busses/scx200_acb
9491 F:      arch/x86/platform/scx200/
9492 F:      drivers/watchdog/scx200_wdt.c
9493 F:      drivers/i2c/busses/scx200*
9494 F:      drivers/mtd/maps/scx200_docflash.c
9495 F:      include/linux/scx200.h
9496
9497 SCx200 GPIO DRIVER
9498 M:      Jim Cromie <jim.cromie@gmail.com>
9499 S:      Maintained
9500 F:      drivers/char/scx200_gpio.c
9501 F:      include/linux/scx200_gpio.h
9502
9503 SCx200 HRT CLOCKSOURCE DRIVER
9504 M:      Jim Cromie <jim.cromie@gmail.com>
9505 S:      Maintained
9506 F:      drivers/clocksource/scx200_hrt.c
9507
9508 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9509 M:      Sascha Sommer <saschasommer@freenet.de>
9510 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9511 S:      Maintained
9512 F:      drivers/mmc/host/sdricoh_cs.c
9513
9514 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9515 L:      linux-mmc@vger.kernel.org
9516 S:      Orphan
9517 F:      drivers/mmc/host/sdhci.*
9518 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9519
9520 SECURE COMPUTING
9521 M:      Kees Cook <keescook@chromium.org>
9522 R:      Andy Lutomirski <luto@amacapital.net>
9523 R:      Will Drewry <wad@chromium.org>
9524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9525 S:      Supported
9526 F:      kernel/seccomp.c
9527 F:      include/uapi/linux/seccomp.h
9528 F:      include/linux/seccomp.h
9529 F:      tools/testing/selftests/seccomp/*
9530 K:      \bsecure_computing
9531 K:      \bTIF_SECCOMP\b
9532
9533 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9534 M:      Ben Dooks <ben-linux@fluff.org>
9535 M:      Jaehoon Chung <jh80.chung@samsung.com>
9536 L:      linux-mmc@vger.kernel.org
9537 S:      Maintained
9538 F:      drivers/mmc/host/sdhci-s3c*
9539
9540 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9541 M:      Viresh Kumar <vireshk@kernel.org>
9542 L:      spear-devel@list.st.com
9543 L:      linux-mmc@vger.kernel.org
9544 S:      Maintained
9545 F:      drivers/mmc/host/sdhci-spear.c
9546
9547 SECURITY SUBSYSTEM
9548 M:      James Morris <james.l.morris@oracle.com>
9549 M:      "Serge E. Hallyn" <serge@hallyn.com>
9550 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9552 W:      http://kernsec.org/
9553 S:      Supported
9554 F:      security/
9555
9556 SECURITY CONTACT
9557 M:      Security Officers <security@kernel.org>
9558 S:      Supported
9559
9560 SELINUX SECURITY MODULE
9561 M:      Paul Moore <paul@paul-moore.com>
9562 M:      Stephen Smalley <sds@tycho.nsa.gov>
9563 M:      Eric Paris <eparis@parisplace.org>
9564 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9565 W:      http://selinuxproject.org
9566 T:      git git://git.infradead.org/users/pcmoore/selinux
9567 S:      Supported
9568 F:      include/linux/selinux*
9569 F:      security/selinux/
9570 F:      scripts/selinux/
9571
9572 APPARMOR SECURITY MODULE
9573 M:      John Johansen <john.johansen@canonical.com>
9574 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9575 W:      apparmor.wiki.kernel.org
9576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9577 S:      Supported
9578 F:      security/apparmor/
9579
9580 YAMA SECURITY MODULE
9581 M:      Kees Cook <keescook@chromium.org>
9582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9583 S:      Supported
9584 F:      security/yama/
9585
9586 SENSABLE PHANTOM
9587 M:      Jiri Slaby <jirislaby@gmail.com>
9588 S:      Maintained
9589 F:      drivers/misc/phantom.c
9590 F:      include/uapi/linux/phantom.h
9591
9592 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9593 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9594 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9595 M:      John Soni Jose <sony.john@avagotech.com>
9596 L:      linux-scsi@vger.kernel.org
9597 W:      http://www.avagotech.com
9598 S:      Supported
9599 F:      drivers/scsi/be2iscsi/
9600
9601 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9602 M:      Sathya Perla <sathya.perla@avagotech.com>
9603 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9604 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9605 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9606 L:      netdev@vger.kernel.org
9607 W:      http://www.emulex.com
9608 S:      Supported
9609 F:      drivers/net/ethernet/emulex/benet/
9610
9611 EMULEX ONECONNECT ROCE DRIVER
9612 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9613 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9614 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9615 L:      linux-rdma@vger.kernel.org
9616 W:      http://www.emulex.com
9617 S:      Supported
9618 F:      drivers/infiniband/hw/ocrdma/
9619
9620 SFC NETWORK DRIVER
9621 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9622 M:      Shradha Shah <sshah@solarflare.com>
9623 L:      netdev@vger.kernel.org
9624 S:      Supported
9625 F:      drivers/net/ethernet/sfc/
9626
9627 SGI GRU DRIVER
9628 M:      Dimitri Sivanich <sivanich@sgi.com>
9629 S:      Maintained
9630 F:      drivers/misc/sgi-gru/
9631
9632 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9633 M:      Pat Gefre <pfg@sgi.com>
9634 L:      linux-ia64@vger.kernel.org
9635 S:      Supported
9636 F:      Documentation/ia64/serial.txt
9637 F:      drivers/tty/serial/ioc?_serial.c
9638 F:      include/linux/ioc?.h
9639
9640 SGI XP/XPC/XPNET DRIVER
9641 M:      Cliff Whickman <cpw@sgi.com>
9642 M:      Robin Holt <robinmholt@gmail.com>
9643 S:      Maintained
9644 F:      drivers/misc/sgi-xp/
9645
9646 SI2157 MEDIA DRIVER
9647 M:      Antti Palosaari <crope@iki.fi>
9648 L:      linux-media@vger.kernel.org
9649 W:      http://linuxtv.org/
9650 W:      http://palosaari.fi/linux/
9651 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9652 T:      git git://linuxtv.org/anttip/media_tree.git
9653 S:      Maintained
9654 F:      drivers/media/tuners/si2157*
9655
9656 SI2168 MEDIA DRIVER
9657 M:      Antti Palosaari <crope@iki.fi>
9658 L:      linux-media@vger.kernel.org
9659 W:      http://linuxtv.org/
9660 W:      http://palosaari.fi/linux/
9661 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9662 T:      git git://linuxtv.org/anttip/media_tree.git
9663 S:      Maintained
9664 F:      drivers/media/dvb-frontends/si2168*
9665
9666 SI470X FM RADIO RECEIVER I2C DRIVER
9667 M:      Hans Verkuil <hverkuil@xs4all.nl>
9668 L:      linux-media@vger.kernel.org
9669 T:      git git://linuxtv.org/media_tree.git
9670 W:      http://linuxtv.org
9671 S:      Odd Fixes
9672 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9673
9674 SI470X FM RADIO RECEIVER USB DRIVER
9675 M:      Hans Verkuil <hverkuil@xs4all.nl>
9676 L:      linux-media@vger.kernel.org
9677 T:      git git://linuxtv.org/media_tree.git
9678 W:      http://linuxtv.org
9679 S:      Maintained
9680 F:      drivers/media/radio/si470x/radio-si470x-common.c
9681 F:      drivers/media/radio/si470x/radio-si470x.h
9682 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9683
9684 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9685 M:      Eduardo Valentin <edubezval@gmail.com>
9686 L:      linux-media@vger.kernel.org
9687 T:      git git://linuxtv.org/media_tree.git
9688 W:      http://linuxtv.org
9689 S:      Odd Fixes
9690 F:      drivers/media/radio/si4713/si4713.?
9691
9692 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9693 M:      Eduardo Valentin <edubezval@gmail.com>
9694 L:      linux-media@vger.kernel.org
9695 T:      git git://linuxtv.org/media_tree.git
9696 W:      http://linuxtv.org
9697 S:      Odd Fixes
9698 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9699
9700 SI4713 FM RADIO TRANSMITTER USB DRIVER
9701 M:      Hans Verkuil <hverkuil@xs4all.nl>
9702 L:      linux-media@vger.kernel.org
9703 T:      git git://linuxtv.org/media_tree.git
9704 W:      http://linuxtv.org
9705 S:      Maintained
9706 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9707
9708 SIANO DVB DRIVER
9709 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9710 L:      linux-media@vger.kernel.org
9711 W:      http://linuxtv.org
9712 T:      git git://linuxtv.org/media_tree.git
9713 S:      Odd fixes
9714 F:      drivers/media/common/siano/
9715 F:      drivers/media/usb/siano/
9716 F:      drivers/media/usb/siano/
9717 F:      drivers/media/mmc/siano/
9718
9719 SIMPLEFB FB DRIVER
9720 M:      Hans de Goede <hdegoede@redhat.com>
9721 L:      linux-fbdev@vger.kernel.org
9722 S:      Maintained
9723 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9724 F:      drivers/video/fbdev/simplefb.c
9725 F:      include/linux/platform_data/simplefb.h
9726
9727 SH_VEU V4L2 MEM2MEM DRIVER
9728 L:      linux-media@vger.kernel.org
9729 S:      Orphan
9730 F:      drivers/media/platform/sh_veu.c
9731
9732 SH_VOU V4L2 OUTPUT DRIVER
9733 L:      linux-media@vger.kernel.org
9734 S:      Orphan
9735 F:      drivers/media/platform/sh_vou.c
9736 F:      include/media/sh_vou.h
9737
9738 SIMPLE FIRMWARE INTERFACE (SFI)
9739 M:      Len Brown <lenb@kernel.org>
9740 L:      sfi-devel@simplefirmware.org
9741 W:      http://simplefirmware.org/
9742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9743 S:      Supported
9744 F:      arch/x86/platform/sfi/
9745 F:      drivers/sfi/
9746 F:      include/linux/sfi*.h
9747
9748 SIMTEC EB110ATX (Chalice CATS)
9749 P:      Ben Dooks
9750 P:      Vincent Sanders <vince@simtec.co.uk>
9751 M:      Simtec Linux Team <linux@simtec.co.uk>
9752 W:      http://www.simtec.co.uk/products/EB110ATX/
9753 S:      Supported
9754
9755 SIMTEC EB2410ITX (BAST)
9756 P:      Ben Dooks
9757 P:      Vincent Sanders <vince@simtec.co.uk>
9758 M:      Simtec Linux Team <linux@simtec.co.uk>
9759 W:      http://www.simtec.co.uk/products/EB2410ITX/
9760 S:      Supported
9761 F:      arch/arm/mach-s3c24xx/mach-bast.c
9762 F:      arch/arm/mach-s3c24xx/bast-ide.c
9763 F:      arch/arm/mach-s3c24xx/bast-irq.c
9764
9765 TI DAVINCI MACHINE SUPPORT
9766 M:      Sekhar Nori <nsekhar@ti.com>
9767 M:      Kevin Hilman <khilman@deeprootsystems.com>
9768 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9769 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9770 S:      Supported
9771 F:      arch/arm/mach-davinci/
9772 F:      drivers/i2c/busses/i2c-davinci.c
9773
9774 TI DAVINCI SERIES MEDIA DRIVER
9775 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9776 L:      linux-media@vger.kernel.org
9777 W:      http://linuxtv.org/
9778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9779 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9780 S:      Maintained
9781 F:      drivers/media/platform/davinci/
9782 F:      include/media/davinci/
9783
9784 TI AM437X VPFE DRIVER
9785 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9786 L:      linux-media@vger.kernel.org
9787 W:      http://linuxtv.org/
9788 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9789 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9790 S:      Maintained
9791 F:      drivers/media/platform/am437x/
9792
9793 OV2659 OMNIVISION SENSOR DRIVER
9794 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9795 L:      linux-media@vger.kernel.org
9796 W:      http://linuxtv.org/
9797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9798 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9799 S:      Maintained
9800 F:      drivers/media/i2c/ov2659.c
9801 F:      include/media/ov2659.h
9802
9803 SILICON MOTION SM712 FRAME BUFFER DRIVER
9804 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9805 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9806 M:      Sudip Mukherjee <sudip@vectorindia.org>
9807 L:      linux-fbdev@vger.kernel.org
9808 S:      Maintained
9809 F:      drivers/video/fbdev/sm712*
9810 F:      Documentation/fb/sm712fb.txt
9811
9812 SIS 190 ETHERNET DRIVER
9813 M:      Francois Romieu <romieu@fr.zoreil.com>
9814 L:      netdev@vger.kernel.org
9815 S:      Maintained
9816 F:      drivers/net/ethernet/sis/sis190.c
9817
9818 SIS 900/7016 FAST ETHERNET DRIVER
9819 M:      Daniele Venzano <venza@brownhat.org>
9820 W:      http://www.brownhat.org/sis900.html
9821 L:      netdev@vger.kernel.org
9822 S:      Maintained
9823 F:      drivers/net/ethernet/sis/sis900.*
9824
9825 SIS FRAMEBUFFER DRIVER
9826 M:      Thomas Winischhofer <thomas@winischhofer.net>
9827 W:      http://www.winischhofer.net/linuxsisvga.shtml
9828 S:      Maintained
9829 F:      Documentation/fb/sisfb.txt
9830 F:      drivers/video/fbdev/sis/
9831 F:      include/video/sisfb.h
9832
9833 SIS USB2VGA DRIVER
9834 M:      Thomas Winischhofer <thomas@winischhofer.net>
9835 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9836 S:      Maintained
9837 F:      drivers/usb/misc/sisusbvga/
9838
9839 SLAB ALLOCATOR
9840 M:      Christoph Lameter <cl@linux.com>
9841 M:      Pekka Enberg <penberg@kernel.org>
9842 M:      David Rientjes <rientjes@google.com>
9843 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9844 M:      Andrew Morton <akpm@linux-foundation.org>
9845 L:      linux-mm@kvack.org
9846 S:      Maintained
9847 F:      include/linux/sl?b*.h
9848 F:      mm/sl?b*
9849
9850 SLEEPABLE READ-COPY UPDATE (SRCU)
9851 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9852 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9853 M:      Josh Triplett <josh@joshtriplett.org>
9854 R:      Steven Rostedt <rostedt@goodmis.org>
9855 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9856 L:      linux-kernel@vger.kernel.org
9857 W:      http://www.rdrop.com/users/paulmck/RCU/
9858 S:      Supported
9859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9860 F:      include/linux/srcu.h
9861 F:      kernel/rcu/srcu.c
9862
9863 SMACK SECURITY MODULE
9864 M:      Casey Schaufler <casey@schaufler-ca.com>
9865 L:      linux-security-module@vger.kernel.org
9866 W:      http://schaufler-ca.com
9867 T:      git git://git.gitorious.org/smack-next/kernel.git
9868 S:      Maintained
9869 F:      Documentation/security/Smack.txt
9870 F:      security/smack/
9871
9872 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9873 M:      Kevin Hilman <khilman@kernel.org>
9874 M:      Nishanth Menon <nm@ti.com>
9875 S:      Maintained
9876 F:      drivers/power/avs/
9877 F:      include/linux/power/smartreflex.h
9878 L:      linux-pm@vger.kernel.org
9879
9880 SMC91x ETHERNET DRIVER
9881 M:      Nicolas Pitre <nico@fluxnic.net>
9882 S:      Odd Fixes
9883 F:      drivers/net/ethernet/smsc/smc91x.*
9884
9885 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9886 M:      Sakari Ailus <sakari.ailus@iki.fi>
9887 L:      linux-media@vger.kernel.org
9888 S:      Maintained
9889 F:      drivers/media/i2c/smiapp/
9890 F:      include/media/smiapp.h
9891 F:      drivers/media/i2c/smiapp-pll.c
9892 F:      drivers/media/i2c/smiapp-pll.h
9893 F:      include/uapi/linux/smiapp.h
9894 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9895
9896 SMM665 HARDWARE MONITOR DRIVER
9897 M:      Guenter Roeck <linux@roeck-us.net>
9898 L:      lm-sensors@lm-sensors.org
9899 S:      Maintained
9900 F:      Documentation/hwmon/smm665
9901 F:      drivers/hwmon/smm665.c
9902
9903 SMSC EMC2103 HARDWARE MONITOR DRIVER
9904 M:      Steve Glendinning <steve.glendinning@shawell.net>
9905 L:      lm-sensors@lm-sensors.org
9906 S:      Maintained
9907 F:      Documentation/hwmon/emc2103
9908 F:      drivers/hwmon/emc2103.c
9909
9910 SMSC SCH5627 HARDWARE MONITOR DRIVER
9911 M:      Hans de Goede <hdegoede@redhat.com>
9912 L:      lm-sensors@lm-sensors.org
9913 S:      Supported
9914 F:      Documentation/hwmon/sch5627
9915 F:      drivers/hwmon/sch5627.c
9916
9917 SMSC47B397 HARDWARE MONITOR DRIVER
9918 M:      Jean Delvare <jdelvare@suse.com>
9919 L:      lm-sensors@lm-sensors.org
9920 S:      Maintained
9921 F:      Documentation/hwmon/smsc47b397
9922 F:      drivers/hwmon/smsc47b397.c
9923
9924 SMSC911x ETHERNET DRIVER
9925 M:      Steve Glendinning <steve.glendinning@shawell.net>
9926 L:      netdev@vger.kernel.org
9927 S:      Maintained
9928 F:      include/linux/smsc911x.h
9929 F:      drivers/net/ethernet/smsc/smsc911x.*
9930
9931 SMSC9420 PCI ETHERNET DRIVER
9932 M:      Steve Glendinning <steve.glendinning@shawell.net>
9933 L:      netdev@vger.kernel.org
9934 S:      Maintained
9935 F:      drivers/net/ethernet/smsc/smsc9420.*
9936
9937 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9938 M:      Steve Glendinning <steve.glendinning@shawell.net>
9939 L:      linux-fbdev@vger.kernel.org
9940 S:      Maintained
9941 F:      drivers/video/fbdev/smscufx.c
9942
9943 SOC-CAMERA V4L2 SUBSYSTEM
9944 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9945 L:      linux-media@vger.kernel.org
9946 T:      git git://linuxtv.org/media_tree.git
9947 S:      Maintained
9948 F:      include/media/soc*
9949 F:      drivers/media/i2c/soc_camera/
9950 F:      drivers/media/platform/soc_camera/
9951
9952 SOEKRIS NET48XX LED SUPPORT
9953 M:      Chris Boot <bootc@bootc.net>
9954 S:      Maintained
9955 F:      drivers/leds/leds-net48xx.c
9956
9957 SOFTLOGIC 6x10 MPEG CODEC
9958 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9959 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9960 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9961 M:      Ismael Luceno <ismael@iodev.co.uk>
9962 L:      linux-media@vger.kernel.org
9963 S:      Supported
9964 F:      drivers/media/pci/solo6x10/
9965
9966 SOFTWARE RAID (Multiple Disks) SUPPORT
9967 M:      Neil Brown <neilb@suse.com>
9968 L:      linux-raid@vger.kernel.org
9969 S:      Supported
9970 F:      drivers/md/
9971 F:      include/linux/raid/
9972 F:      include/uapi/linux/raid/
9973
9974 SONIC NETWORK DRIVER
9975 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9976 L:      netdev@vger.kernel.org
9977 S:      Maintained
9978 F:      drivers/net/ethernet/natsemi/sonic.*
9979
9980 SONICS SILICON BACKPLANE DRIVER (SSB)
9981 M:      Michael Buesch <m@bues.ch>
9982 L:      netdev@vger.kernel.org
9983 S:      Maintained
9984 F:      drivers/ssb/
9985 F:      include/linux/ssb/
9986
9987 SONY VAIO CONTROL DEVICE DRIVER
9988 M:      Mattia Dongili <malattia@linux.it>
9989 L:      platform-driver-x86@vger.kernel.org
9990 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9991 S:      Maintained
9992 F:      Documentation/laptops/sony-laptop.txt
9993 F:      drivers/char/sonypi.c
9994 F:      drivers/platform/x86/sony-laptop.c
9995 F:      include/linux/sony-laptop.h
9996
9997 SONY MEMORYSTICK CARD SUPPORT
9998 M:      Alex Dubov <oakad@yahoo.com>
9999 W:      http://tifmxx.berlios.de/
10000 S:      Maintained
10001 F:      drivers/memstick/host/tifm_ms.c
10002
10003 SONY MEMORYSTICK STANDARD SUPPORT
10004 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10005 S:      Maintained
10006 F:      drivers/memstick/core/ms_block.*
10007
10008 SOUND
10009 M:      Jaroslav Kysela <perex@perex.cz>
10010 M:      Takashi Iwai <tiwai@suse.com>
10011 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10012 W:      http://www.alsa-project.org/
10013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10014 T:      git git://git.alsa-project.org/alsa-kernel.git
10015 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10016 S:      Maintained
10017 F:      Documentation/sound/
10018 F:      include/sound/
10019 F:      include/uapi/sound/
10020 F:      sound/
10021
10022 SOUND - COMPRESSED AUDIO
10023 M:      Vinod Koul <vinod.koul@intel.com>
10024 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10026 S:      Supported
10027 F:      Documentation/sound/alsa/compress_offload.txt
10028 F:      include/sound/compress_driver.h
10029 F:      include/uapi/sound/compress_*
10030 F:      sound/core/compress_offload.c
10031 F:      sound/soc/soc-compress.c
10032
10033 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10034 M:      Liam Girdwood <lgirdwood@gmail.com>
10035 M:      Mark Brown <broonie@kernel.org>
10036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10037 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10038 W:      http://alsa-project.org/main/index.php/ASoC
10039 S:      Supported
10040 F:      Documentation/sound/alsa/soc/
10041 F:      sound/soc/
10042 F:      include/sound/soc*
10043
10044 SOUND - DMAENGINE HELPERS
10045 M:      Lars-Peter Clausen <lars@metafoo.de>
10046 S:      Supported
10047 F:      include/sound/dmaengine_pcm.h
10048 F:      sound/core/pcm_dmaengine.c
10049 F:      sound/soc/soc-generic-dmaengine-pcm.c
10050
10051 SP2 MEDIA DRIVER
10052 M:      Olli Salonen <olli.salonen@iki.fi>
10053 L:      linux-media@vger.kernel.org
10054 W:      http://linuxtv.org/
10055 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10056 S:      Maintained
10057 F:      drivers/media/dvb-frontends/sp2*
10058
10059 SPARC + UltraSPARC (sparc/sparc64)
10060 M:      "David S. Miller" <davem@davemloft.net>
10061 L:      sparclinux@vger.kernel.org
10062 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10065 S:      Maintained
10066 F:      arch/sparc/
10067 F:      drivers/sbus/
10068
10069 SPARC SERIAL DRIVERS
10070 M:      "David S. Miller" <davem@davemloft.net>
10071 L:      sparclinux@vger.kernel.org
10072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10074 S:      Maintained
10075 F:      include/linux/sunserialcore.h
10076 F:      drivers/tty/serial/suncore.c
10077 F:      drivers/tty/serial/sunhv.c
10078 F:      drivers/tty/serial/sunsab.c
10079 F:      drivers/tty/serial/sunsab.h
10080 F:      drivers/tty/serial/sunsu.c
10081 F:      drivers/tty/serial/sunzilog.c
10082 F:      drivers/tty/serial/sunzilog.h
10083
10084 SPARSE CHECKER
10085 M:      "Christopher Li" <sparse@chrisli.org>
10086 L:      linux-sparse@vger.kernel.org
10087 W:      https://sparse.wiki.kernel.org/
10088 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10089 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10090 S:      Maintained
10091 F:      include/linux/compiler.h
10092
10093 SPEAR PLATFORM SUPPORT
10094 M:      Viresh Kumar <vireshk@kernel.org>
10095 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10096 L:      spear-devel@list.st.com
10097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10098 W:      http://www.st.com/spear
10099 S:      Maintained
10100 F:      arch/arm/mach-spear/
10101
10102 SPEAR CLOCK FRAMEWORK SUPPORT
10103 M:      Viresh Kumar <vireshk@kernel.org>
10104 L:      spear-devel@list.st.com
10105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10106 W:      http://www.st.com/spear
10107 S:      Maintained
10108 F:      drivers/clk/spear/
10109
10110 SPI SUBSYSTEM
10111 M:      Mark Brown <broonie@kernel.org>
10112 L:      linux-spi@vger.kernel.org
10113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10114 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10115 S:      Maintained
10116 F:      Documentation/spi/
10117 F:      drivers/spi/
10118 F:      include/linux/spi/
10119 F:      include/uapi/linux/spi/
10120
10121 SPIDERNET NETWORK DRIVER for CELL
10122 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10123 L:      netdev@vger.kernel.org
10124 S:      Supported
10125 F:      Documentation/networking/spider_net.txt
10126 F:      drivers/net/ethernet/toshiba/spider_net*
10127
10128 SPU FILE SYSTEM
10129 M:      Jeremy Kerr <jk@ozlabs.org>
10130 L:      linuxppc-dev@lists.ozlabs.org
10131 W:      http://www.ibm.com/developerworks/power/cell/
10132 S:      Supported
10133 F:      Documentation/filesystems/spufs.txt
10134 F:      arch/powerpc/platforms/cell/spufs/
10135
10136 SQUASHFS FILE SYSTEM
10137 M:      Phillip Lougher <phillip@squashfs.org.uk>
10138 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10139 W:      http://squashfs.org.uk
10140 S:      Maintained
10141 F:      Documentation/filesystems/squashfs.txt
10142 F:      fs/squashfs/
10143
10144 SRM (Alpha) environment access
10145 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10146 S:      Maintained
10147 F:      arch/alpha/kernel/srm_env.c
10148
10149 STABLE BRANCH
10150 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10151 L:      stable@vger.kernel.org
10152 S:      Supported
10153 F:      Documentation/stable_kernel_rules.txt
10154
10155 STAGING SUBSYSTEM
10156 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10158 L:      devel@driverdev.osuosl.org
10159 S:      Supported
10160 F:      drivers/staging/
10161
10162 STAGING - COMEDI
10163 M:      Ian Abbott <abbotti@mev.co.uk>
10164 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10165 S:      Odd Fixes
10166 F:      drivers/staging/comedi/
10167
10168 STAGING - FLARION FT1000 DRIVERS
10169 M:      Marek Belisko <marek.belisko@gmail.com>
10170 S:      Odd Fixes
10171 F:      drivers/staging/ft1000/
10172
10173 STAGING - INDUSTRIAL IO
10174 M:      Jonathan Cameron <jic23@kernel.org>
10175 L:      linux-iio@vger.kernel.org
10176 S:      Odd Fixes
10177 F:      drivers/staging/iio/
10178
10179 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10180 M:      Jarod Wilson <jarod@wilsonet.com>
10181 W:      http://www.lirc.org/
10182 S:      Odd Fixes
10183 F:      drivers/staging/media/lirc/
10184
10185 STAGING - LUSTRE PARALLEL FILESYSTEM
10186 M:      Oleg Drokin <oleg.drokin@intel.com>
10187 M:      Andreas Dilger <andreas.dilger@intel.com>
10188 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10189 W:      http://wiki.lustre.org/
10190 S:      Maintained
10191 F:      drivers/staging/lustre
10192
10193 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10194 M:      Marc Dietrich <marvin24@gmx.de>
10195 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10196 L:      linux-tegra@vger.kernel.org
10197 S:      Maintained
10198 F:      drivers/staging/nvec/
10199
10200 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10201 M:      Jens Frederich <jfrederich@gmail.com>
10202 M:      Daniel Drake <dsd@laptop.org>
10203 M:      Jon Nettleton <jon.nettleton@gmail.com>
10204 W:      http://wiki.laptop.org/go/DCON
10205 S:      Maintained
10206 F:      drivers/staging/olpc_dcon/
10207
10208 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10209 M:      Willy Tarreau <willy@meta-x.org>
10210 S:      Odd Fixes
10211 F:      drivers/staging/panel/
10212
10213 STAGING - REALTEK RTL8712U DRIVERS
10214 M:      Larry Finger <Larry.Finger@lwfinger.net>
10215 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10216 S:      Odd Fixes
10217 F:      drivers/staging/rtl8712/
10218
10219 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10220 M:      Larry Finger <Larry.Finger@lwfinger.net>
10221 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10222 L:      linux-wireless@vger.kernel.org
10223 S:      Maintained
10224 F:      drivers/staging/rtl8723au/
10225
10226 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10227 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10228 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10229 M:      Sudip Mukherjee <sudip@vectorindia.org>
10230 L:      linux-fbdev@vger.kernel.org
10231 S:      Maintained
10232 F:      drivers/staging/sm750fb/
10233
10234 STAGING - SLICOSS
10235 M:      Lior Dotan <liodot@gmail.com>
10236 M:      Christopher Harrer <charrer@alacritech.com>
10237 S:      Odd Fixes
10238 F:      drivers/staging/slicoss/
10239
10240 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10241 M:      William Hubbs <w.d.hubbs@gmail.com>
10242 M:      Chris Brannon <chris@the-brannons.com>
10243 M:      Kirk Reiser <kirk@reisers.ca>
10244 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10245 L:      speakup@linux-speakup.org
10246 W:      http://www.linux-speakup.org/
10247 S:      Odd Fixes
10248 F:      drivers/staging/speakup/
10249
10250 STAGING - VIA VT665X DRIVERS
10251 M:      Forest Bond <forest@alittletooquiet.net>
10252 S:      Odd Fixes
10253 F:      drivers/staging/vt665?/
10254
10255 STAGING - WILC1000 WIFI DRIVER
10256 M:      Johnny Kim <johnny.kim@atmel.com>
10257 M:      Austin Shin <austin.shin@atmel.com>
10258 M:      Chris Park <chris.park@atmel.com>
10259 M:      Tony Cho <tony.cho@atmel.com>
10260 M:      Glen Lee <glen.lee@atmel.com>
10261 M:      Leo Kim <leo.kim@atmel.com>
10262 L:      linux-wireless@vger.kernel.org
10263 S:      Supported
10264 F:      drivers/staging/wilc1000/
10265
10266 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10267 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10268 S:      Odd Fixes
10269 F:      drivers/staging/xgifb/
10270
10271 HFI1 DRIVER
10272 M:      Mike Marciniszyn <infinipath@intel.com>
10273 L:      linux-rdma@vger.kernel.org
10274 S:      Supported
10275 F:      drivers/staging/rdma/hfi1
10276
10277 STARFIRE/DURALAN NETWORK DRIVER
10278 M:      Ion Badulescu <ionut@badula.org>
10279 S:      Odd Fixes
10280 F:      drivers/net/ethernet/adaptec/starfire*
10281
10282 SUN3/3X
10283 M:      Sam Creasey <sammy@sammy.net>
10284 W:      http://sammy.net/sun3/
10285 S:      Maintained
10286 F:      arch/m68k/kernel/*sun3*
10287 F:      arch/m68k/sun3*/
10288 F:      arch/m68k/include/asm/sun3*
10289 F:      drivers/net/ethernet/i825xx/sun3*
10290
10291 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10292 M:      Hans de Goede <hdegoede@redhat.com>
10293 L:      linux-input@vger.kernel.org
10294 S:      Maintained
10295 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10296 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10297
10298 SUNDANCE NETWORK DRIVER
10299 M:      Denis Kirjanov <kda@linux-powerpc.org>
10300 L:      netdev@vger.kernel.org
10301 S:      Maintained
10302 F:      drivers/net/ethernet/dlink/sundance.c
10303
10304 SUPERH
10305 L:      linux-sh@vger.kernel.org
10306 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10307 S:      Orphan
10308 F:      Documentation/sh/
10309 F:      arch/sh/
10310 F:      drivers/sh/
10311
10312 SUSPEND TO RAM
10313 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10314 M:      Len Brown <len.brown@intel.com>
10315 M:      Pavel Machek <pavel@ucw.cz>
10316 L:      linux-pm@vger.kernel.org
10317 S:      Supported
10318 F:      Documentation/power/
10319 F:      arch/x86/kernel/acpi/
10320 F:      drivers/base/power/
10321 F:      kernel/power/
10322 F:      include/linux/suspend.h
10323 F:      include/linux/freezer.h
10324 F:      include/linux/pm.h
10325
10326 SVGA HANDLING
10327 M:      Martin Mares <mj@ucw.cz>
10328 L:      linux-video@atrey.karlin.mff.cuni.cz
10329 S:      Maintained
10330 F:      Documentation/svga.txt
10331 F:      arch/x86/boot/video*
10332
10333 SWIOTLB SUBSYSTEM
10334 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10335 L:      linux-kernel@vger.kernel.org
10336 S:      Supported
10337 F:      lib/swiotlb.c
10338 F:      arch/*/kernel/pci-swiotlb.c
10339 F:      include/linux/swiotlb.h
10340
10341 SWITCHDEV
10342 M:      Jiri Pirko <jiri@resnulli.us>
10343 L:      netdev@vger.kernel.org
10344 S:      Supported
10345 F:      net/switchdev/
10346 F:      include/net/switchdev.h
10347
10348 SYNOPSYS ARC ARCHITECTURE
10349 M:      Vineet Gupta <vgupta@synopsys.com>
10350 L:      linux-snps-arc@lists.infradead.org
10351 S:      Supported
10352 F:      arch/arc/
10353 F:      Documentation/devicetree/bindings/arc/*
10354 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10355 F:      drivers/tty/serial/arc_uart.c
10356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10357
10358 SYNOPSYS ARC SDP platform support
10359 M:      Alexey Brodkin <abrodkin@synopsys.com>
10360 S:      Supported
10361 F:      arch/arc/plat-axs10x
10362 F:      arch/arc/boot/dts/ax*
10363 F:      Documentation/devicetree/bindings/arc/axs10*
10364
10365 SYSTEM CONFIGURATION (SYSCON)
10366 M:      Lee Jones <lee.jones@linaro.org>
10367 M:      Arnd Bergmann <arnd@arndb.de>
10368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10369 S:      Supported
10370 F:      drivers/mfd/syscon.c
10371
10372 SYSV FILESYSTEM
10373 M:      Christoph Hellwig <hch@infradead.org>
10374 S:      Maintained
10375 F:      Documentation/filesystems/sysv-fs.txt
10376 F:      fs/sysv/
10377 F:      include/linux/sysv_fs.h
10378
10379 TARGET SUBSYSTEM
10380 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10381 L:      linux-scsi@vger.kernel.org
10382 L:      target-devel@vger.kernel.org
10383 W:      http://www.linux-iscsi.org
10384 W:      http://groups.google.com/group/linux-iscsi-target-dev
10385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10386 S:      Supported
10387 F:      drivers/target/
10388 F:      include/target/
10389 F:      Documentation/target/
10390
10391 TASKSTATS STATISTICS INTERFACE
10392 M:      Balbir Singh <bsingharora@gmail.com>
10393 S:      Maintained
10394 F:      Documentation/accounting/taskstats*
10395 F:      include/linux/taskstats*
10396 F:      kernel/taskstats.c
10397
10398 TC CLASSIFIER
10399 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10400 L:      netdev@vger.kernel.org
10401 S:      Maintained
10402 F:      include/net/pkt_cls.h
10403 F:      include/uapi/linux/pkt_cls.h
10404 F:      net/sched/
10405
10406 TCP LOW PRIORITY MODULE
10407 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10408 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10409 W:      http://tcp-lp-mod.sourceforge.net/
10410 S:      Maintained
10411 F:      net/ipv4/tcp_lp.c
10412
10413 TDA10071 MEDIA DRIVER
10414 M:      Antti Palosaari <crope@iki.fi>
10415 L:      linux-media@vger.kernel.org
10416 W:      http://linuxtv.org/
10417 W:      http://palosaari.fi/linux/
10418 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10419 T:      git git://linuxtv.org/anttip/media_tree.git
10420 S:      Maintained
10421 F:      drivers/media/dvb-frontends/tda10071*
10422
10423 TDA18212 MEDIA DRIVER
10424 M:      Antti Palosaari <crope@iki.fi>
10425 L:      linux-media@vger.kernel.org
10426 W:      http://linuxtv.org/
10427 W:      http://palosaari.fi/linux/
10428 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10429 T:      git git://linuxtv.org/anttip/media_tree.git
10430 S:      Maintained
10431 F:      drivers/media/tuners/tda18212*
10432
10433 TDA18218 MEDIA DRIVER
10434 M:      Antti Palosaari <crope@iki.fi>
10435 L:      linux-media@vger.kernel.org
10436 W:      http://linuxtv.org/
10437 W:      http://palosaari.fi/linux/
10438 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10439 T:      git git://linuxtv.org/anttip/media_tree.git
10440 S:      Maintained
10441 F:      drivers/media/tuners/tda18218*
10442
10443 TDA18271 MEDIA DRIVER
10444 M:      Michael Krufky <mkrufky@linuxtv.org>
10445 L:      linux-media@vger.kernel.org
10446 W:      http://linuxtv.org/
10447 W:      http://github.com/mkrufky
10448 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10449 T:      git git://linuxtv.org/mkrufky/tuners.git
10450 S:      Maintained
10451 F:      drivers/media/tuners/tda18271*
10452
10453 TDA827x MEDIA DRIVER
10454 M:      Michael Krufky <mkrufky@linuxtv.org>
10455 L:      linux-media@vger.kernel.org
10456 W:      http://linuxtv.org/
10457 W:      http://github.com/mkrufky
10458 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10459 T:      git git://linuxtv.org/mkrufky/tuners.git
10460 S:      Maintained
10461 F:      drivers/media/tuners/tda8290.*
10462
10463 TDA8290 MEDIA DRIVER
10464 M:      Michael Krufky <mkrufky@linuxtv.org>
10465 L:      linux-media@vger.kernel.org
10466 W:      http://linuxtv.org/
10467 W:      http://github.com/mkrufky
10468 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10469 T:      git git://linuxtv.org/mkrufky/tuners.git
10470 S:      Maintained
10471 F:      drivers/media/tuners/tda8290.*
10472
10473 TDA9840 MEDIA DRIVER
10474 M:      Hans Verkuil <hverkuil@xs4all.nl>
10475 L:      linux-media@vger.kernel.org
10476 T:      git git://linuxtv.org/media_tree.git
10477 W:      http://linuxtv.org
10478 S:      Maintained
10479 F:      drivers/media/i2c/tda9840*
10480
10481 TEA5761 TUNER DRIVER
10482 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10483 L:      linux-media@vger.kernel.org
10484 W:      http://linuxtv.org
10485 T:      git git://linuxtv.org/media_tree.git
10486 S:      Odd fixes
10487 F:      drivers/media/tuners/tea5761.*
10488
10489 TEA5767 TUNER DRIVER
10490 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10491 L:      linux-media@vger.kernel.org
10492 W:      http://linuxtv.org
10493 T:      git git://linuxtv.org/media_tree.git
10494 S:      Maintained
10495 F:      drivers/media/tuners/tea5767.*
10496
10497 TEA6415C MEDIA DRIVER
10498 M:      Hans Verkuil <hverkuil@xs4all.nl>
10499 L:      linux-media@vger.kernel.org
10500 T:      git git://linuxtv.org/media_tree.git
10501 W:      http://linuxtv.org
10502 S:      Maintained
10503 F:      drivers/media/i2c/tea6415c*
10504
10505 TEA6420 MEDIA DRIVER
10506 M:      Hans Verkuil <hverkuil@xs4all.nl>
10507 L:      linux-media@vger.kernel.org
10508 T:      git git://linuxtv.org/media_tree.git
10509 W:      http://linuxtv.org
10510 S:      Maintained
10511 F:      drivers/media/i2c/tea6420*
10512
10513 TEAM DRIVER
10514 M:      Jiri Pirko <jiri@resnulli.us>
10515 L:      netdev@vger.kernel.org
10516 S:      Supported
10517 F:      drivers/net/team/
10518 F:      include/linux/if_team.h
10519 F:      include/uapi/linux/if_team.h
10520
10521 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10522 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10523 S:      Maintained
10524 F:      arch/x86/platform/ts5500/
10525
10526 TECHNOTREND USB IR RECEIVER
10527 M:      Sean Young <sean@mess.org>
10528 L:      linux-media@vger.kernel.org
10529 S:      Maintained
10530 F:      drivers/media/rc/ttusbir.c
10531
10532 TEGRA ARCHITECTURE SUPPORT
10533 M:      Stephen Warren <swarren@wwwdotorg.org>
10534 M:      Thierry Reding <thierry.reding@gmail.com>
10535 M:      Alexandre Courbot <gnurou@gmail.com>
10536 L:      linux-tegra@vger.kernel.org
10537 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10539 S:      Supported
10540 N:      [^a-z]tegra
10541
10542 TEGRA CLOCK DRIVER
10543 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10544 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10545 S:      Supported
10546 F:      drivers/clk/tegra/
10547
10548 TEGRA DMA DRIVER
10549 M:      Laxman Dewangan <ldewangan@nvidia.com>
10550 S:      Supported
10551 F:      drivers/dma/tegra20-apb-dma.c
10552
10553 TEGRA I2C DRIVER
10554 M:      Laxman Dewangan <ldewangan@nvidia.com>
10555 S:      Supported
10556 F:      drivers/i2c/busses/i2c-tegra.c
10557
10558 TEGRA IOMMU DRIVERS
10559 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10560 S:      Supported
10561 F:      drivers/iommu/tegra*
10562
10563 TEGRA KBC DRIVER
10564 M:      Rakesh Iyer <riyer@nvidia.com>
10565 M:      Laxman Dewangan <ldewangan@nvidia.com>
10566 S:      Supported
10567 F:      drivers/input/keyboard/tegra-kbc.c
10568
10569 TEGRA PWM DRIVER
10570 M:      Thierry Reding <thierry.reding@gmail.com>
10571 S:      Supported
10572 F:      drivers/pwm/pwm-tegra.c
10573
10574 TEGRA SERIAL DRIVER
10575 M:      Laxman Dewangan <ldewangan@nvidia.com>
10576 S:      Supported
10577 F:      drivers/tty/serial/serial-tegra.c
10578
10579 TEGRA SPI DRIVER
10580 M:      Laxman Dewangan <ldewangan@nvidia.com>
10581 S:      Supported
10582 F:      drivers/spi/spi-tegra*
10583
10584 TEHUTI ETHERNET DRIVER
10585 M:      Andy Gospodarek <andy@greyhouse.net>
10586 L:      netdev@vger.kernel.org
10587 S:      Supported
10588 F:      drivers/net/ethernet/tehuti/*
10589
10590 Telecom Clock Driver for MCPL0010
10591 M:      Mark Gross <mark.gross@intel.com>
10592 S:      Supported
10593 F:      drivers/char/tlclk.c
10594
10595 TENSILICA XTENSA PORT (xtensa)
10596 M:      Chris Zankel <chris@zankel.net>
10597 M:      Max Filippov <jcmvbkbc@gmail.com>
10598 L:      linux-xtensa@linux-xtensa.org
10599 S:      Maintained
10600 F:      arch/xtensa/
10601 F:      drivers/irqchip/irq-xtensa-*
10602
10603 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10604 M:      Hans Verkuil <hverkuil@xs4all.nl>
10605 L:      linux-media@vger.kernel.org
10606 T:      git git://linuxtv.org/media_tree.git
10607 W:      http://linuxtv.org
10608 S:      Maintained
10609 F:      drivers/media/radio/radio-raremono.c
10610
10611 THERMAL
10612 M:      Zhang Rui <rui.zhang@intel.com>
10613 M:      Eduardo Valentin <edubezval@gmail.com>
10614 L:      linux-pm@vger.kernel.org
10615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10617 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10618 S:      Supported
10619 F:      drivers/thermal/
10620 F:      include/linux/thermal.h
10621 F:      include/uapi/linux/thermal.h
10622 F:      include/linux/cpu_cooling.h
10623 F:      Documentation/devicetree/bindings/thermal/
10624
10625 THERMAL/CPU_COOLING
10626 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10627 M:      Viresh Kumar <viresh.kumar@linaro.org>
10628 M:      Javi Merino <javi.merino@arm.com>
10629 L:      linux-pm@vger.kernel.org
10630 S:      Supported
10631 F:      Documentation/thermal/cpu-cooling-api.txt
10632 F:      drivers/thermal/cpu_cooling.c
10633 F:      include/linux/cpu_cooling.h
10634
10635 THINGM BLINK(1) USB RGB LED DRIVER
10636 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10637 S:      Maintained
10638 F:      drivers/hid/hid-thingm.c
10639
10640 THINKPAD ACPI EXTRAS DRIVER
10641 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10642 L:      ibm-acpi-devel@lists.sourceforge.net
10643 L:      platform-driver-x86@vger.kernel.org
10644 W:      http://ibm-acpi.sourceforge.net
10645 W:      http://thinkwiki.org/wiki/Ibm-acpi
10646 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10647 S:      Maintained
10648 F:      drivers/platform/x86/thinkpad_acpi.c
10649
10650 TI BANDGAP AND THERMAL DRIVER
10651 M:      Eduardo Valentin <edubezval@gmail.com>
10652 L:      linux-pm@vger.kernel.org
10653 L:      linux-omap@vger.kernel.org
10654 S:      Maintained
10655 F:      drivers/thermal/ti-soc-thermal/
10656
10657 TI CDCE706 CLOCK DRIVER
10658 M:      Max Filippov <jcmvbkbc@gmail.com>
10659 S:      Maintained
10660 F:      drivers/clk/clk-cdce706.c
10661
10662 TI CLOCK DRIVER
10663 M:      Tero Kristo <t-kristo@ti.com>
10664 L:      linux-omap@vger.kernel.org
10665 S:      Maintained
10666 F:      drivers/clk/ti/
10667 F:      include/linux/clk/ti.h
10668
10669 TI FLASH MEDIA INTERFACE DRIVER
10670 M:      Alex Dubov <oakad@yahoo.com>
10671 S:      Maintained
10672 F:      drivers/misc/tifm*
10673 F:      drivers/mmc/host/tifm_sd.c
10674 F:      include/linux/tifm.h
10675
10676 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10677 M:      Santosh Shilimkar <ssantosh@kernel.org>
10678 L:      linux-kernel@vger.kernel.org
10679 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10680 S:      Maintained
10681 F:      drivers/soc/ti/*
10682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10683
10684
10685 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10686 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10687 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10688 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10689 S:      Maintained
10690 F:      sound/soc/codecs/lm49453*
10691 F:      sound/soc/codecs/isabelle*
10692
10693 TI LP855x BACKLIGHT DRIVER
10694 M:      Milo Kim <milo.kim@ti.com>
10695 S:      Maintained
10696 F:      Documentation/backlight/lp855x-driver.txt
10697 F:      drivers/video/backlight/lp855x_bl.c
10698 F:      include/linux/platform_data/lp855x.h
10699
10700 TI LP8727 CHARGER DRIVER
10701 M:      Milo Kim <milo.kim@ti.com>
10702 S:      Maintained
10703 F:      drivers/power/lp8727_charger.c
10704 F:      include/linux/platform_data/lp8727.h
10705
10706 TI LP8788 MFD DRIVER
10707 M:      Milo Kim <milo.kim@ti.com>
10708 S:      Maintained
10709 F:      drivers/iio/adc/lp8788_adc.c
10710 F:      drivers/leds/leds-lp8788.c
10711 F:      drivers/mfd/lp8788*.c
10712 F:      drivers/power/lp8788-charger.c
10713 F:      drivers/regulator/lp8788-*.c
10714 F:      include/linux/mfd/lp8788*.h
10715
10716 TI NETCP ETHERNET DRIVER
10717 M:      Wingman Kwok <w-kwok2@ti.com>
10718 M:      Murali Karicheri <m-karicheri2@ti.com>
10719 L:      netdev@vger.kernel.org
10720 S:      Maintained
10721 F:      drivers/net/ethernet/ti/netcp*
10722
10723 TI TAS571X FAMILY ASoC CODEC DRIVER
10724 M:      Kevin Cernekee <cernekee@chromium.org>
10725 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10726 S:      Odd Fixes
10727 F:      sound/soc/codecs/tas571x*
10728
10729 TI TWL4030 SERIES SOC CODEC DRIVER
10730 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10731 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10732 S:      Maintained
10733 F:      sound/soc/codecs/twl4030*
10734
10735 TI WILINK WIRELESS DRIVERS
10736 L:      linux-wireless@vger.kernel.org
10737 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10738 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10740 S:      Orphan
10741 F:      drivers/net/wireless/ti/
10742 F:      include/linux/wl12xx.h
10743
10744 TIPC NETWORK LAYER
10745 M:      Jon Maloy <jon.maloy@ericsson.com>
10746 M:      Ying Xue <ying.xue@windriver.com>
10747 L:      netdev@vger.kernel.org (core kernel code)
10748 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10749 W:      http://tipc.sourceforge.net/
10750 S:      Maintained
10751 F:      include/uapi/linux/tipc*.h
10752 F:      net/tipc/
10753
10754 TILE ARCHITECTURE
10755 M:      Chris Metcalf <cmetcalf@ezchip.com>
10756 W:      http://www.ezchip.com/scm/
10757 S:      Supported
10758 F:      arch/tile/
10759 F:      drivers/char/tile-srom.c
10760 F:      drivers/edac/tile_edac.c
10761 F:      drivers/net/ethernet/tile/
10762 F:      drivers/rtc/rtc-tile.c
10763 F:      drivers/tty/hvc/hvc_tile.c
10764 F:      drivers/tty/serial/tilegx.c
10765 F:      drivers/usb/host/*-tilegx.c
10766 F:      include/linux/usb/tilegx.h
10767
10768 TLAN NETWORK DRIVER
10769 M:      Samuel Chessman <chessman@tux.org>
10770 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10771 W:      http://sourceforge.net/projects/tlan/
10772 S:      Maintained
10773 F:      Documentation/networking/tlan.txt
10774 F:      drivers/net/ethernet/ti/tlan.*
10775
10776 TOMOYO SECURITY MODULE
10777 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10778 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10779 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10780 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10781 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10782 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10783 W:      http://tomoyo.sourceforge.jp/
10784 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10785 S:      Maintained
10786 F:      security/tomoyo/
10787
10788 TOPSTAR LAPTOP EXTRAS DRIVER
10789 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10790 L:      platform-driver-x86@vger.kernel.org
10791 S:      Maintained
10792 F:      drivers/platform/x86/topstar-laptop.c
10793
10794 TOSHIBA ACPI EXTRAS DRIVER
10795 M:      Azael Avalos <coproscefalo@gmail.com>
10796 L:      platform-driver-x86@vger.kernel.org
10797 S:      Maintained
10798 F:      drivers/platform/x86/toshiba_acpi.c
10799
10800 TOSHIBA BLUETOOTH DRIVER
10801 M:      Azael Avalos <coproscefalo@gmail.com>
10802 L:      platform-driver-x86@vger.kernel.org
10803 S:      Maintained
10804 F:      drivers/platform/x86/toshiba_bluetooth.c
10805
10806 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10807 M:      Azael Avalos <coproscefalo@gmail.com>
10808 L:      platform-driver-x86@vger.kernel.org
10809 S:      Maintained
10810 F:      drivers/platform/x86/toshiba_haps.c
10811
10812 TOSHIBA WMI HOTKEYS DRIVER
10813 M:      Azael Avalos <coproscefalo@gmail.com>
10814 L:      platform-driver-x86@vger.kernel.org
10815 S:      Maintained
10816 F:      drivers/platform/x86/toshiba-wmi.c
10817
10818 TOSHIBA SMM DRIVER
10819 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10820 W:      http://www.buzzard.org.uk/toshiba/
10821 S:      Maintained
10822 F:      drivers/char/toshiba.c
10823 F:      include/linux/toshiba.h
10824 F:      include/uapi/linux/toshiba.h
10825
10826 TOSHIBA TC358743 DRIVER
10827 M:      Mats Randgaard <matrandg@cisco.com>
10828 L:      linux-media@vger.kernel.org
10829 S:      Maintained
10830 F:      drivers/media/i2c/tc358743*
10831 F:      include/media/tc358743.h
10832
10833 TMIO MMC DRIVER
10834 M:      Ian Molton <ian@mnementh.co.uk>
10835 L:      linux-mmc@vger.kernel.org
10836 S:      Maintained
10837 F:      drivers/mmc/host/tmio_mmc*
10838 F:      drivers/mmc/host/sh_mobile_sdhi.c
10839 F:      include/linux/mmc/tmio.h
10840 F:      include/linux/mmc/sh_mobile_sdhi.h
10841
10842 TMP401 HARDWARE MONITOR DRIVER
10843 M:      Guenter Roeck <linux@roeck-us.net>
10844 L:      lm-sensors@lm-sensors.org
10845 S:      Maintained
10846 F:      Documentation/hwmon/tmp401
10847 F:      drivers/hwmon/tmp401.c
10848
10849 TMPFS (SHMEM FILESYSTEM)
10850 M:      Hugh Dickins <hughd@google.com>
10851 L:      linux-mm@kvack.org
10852 S:      Maintained
10853 F:      include/linux/shmem_fs.h
10854 F:      mm/shmem.c
10855
10856 TM6000 VIDEO4LINUX DRIVER
10857 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10858 L:      linux-media@vger.kernel.org
10859 W:      http://linuxtv.org
10860 T:      git git://linuxtv.org/media_tree.git
10861 S:      Odd fixes
10862 F:      drivers/media/usb/tm6000/
10863
10864 TW68 VIDEO4LINUX DRIVER
10865 M:      Hans Verkuil <hverkuil@xs4all.nl>
10866 L:      linux-media@vger.kernel.org
10867 T:      git git://linuxtv.org/media_tree.git
10868 W:      http://linuxtv.org
10869 S:      Odd Fixes
10870 F:      drivers/media/pci/tw68/
10871
10872 TPM DEVICE DRIVER
10873 M:      Peter Huewe <peterhuewe@gmx.de>
10874 M:      Marcel Selhorst <tpmdd@selhorst.net>
10875 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10876 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10877 W:      http://tpmdd.sourceforge.net
10878 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10879 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10880 T:      https://github.com/PeterHuewe/linux-tpmdd
10881 S:      Maintained
10882 F:      drivers/char/tpm/
10883
10884 TPM IBM_VTPM DEVICE DRIVER
10885 M:      Ashley Lai <ashleydlai@gmail.com>
10886 W:      http://tpmdd.sourceforge.net
10887 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10888 S:      Maintained
10889 F:      drivers/char/tpm/tpm_ibmvtpm*
10890
10891 TRACING
10892 M:      Steven Rostedt <rostedt@goodmis.org>
10893 M:      Ingo Molnar <mingo@redhat.com>
10894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10895 S:      Maintained
10896 F:      Documentation/trace/ftrace.txt
10897 F:      arch/*/*/*/ftrace.h
10898 F:      arch/*/kernel/ftrace.c
10899 F:      include/*/ftrace.h
10900 F:      include/linux/trace*.h
10901 F:      include/trace/
10902 F:      kernel/trace/
10903 F:      tools/testing/selftests/ftrace/
10904
10905 TRIVIAL PATCHES
10906 M:      Jiri Kosina <trivial@kernel.org>
10907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10908 S:      Maintained
10909 K:      ^Subject:.*(?i)trivial
10910
10911 TTY LAYER
10912 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10913 M:      Jiri Slaby <jslaby@suse.com>
10914 S:      Supported
10915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10916 F:      Documentation/serial/
10917 F:      drivers/tty/
10918 F:      drivers/tty/serial/serial_core.c
10919 F:      include/linux/serial_core.h
10920 F:      include/linux/serial.h
10921 F:      include/linux/tty.h
10922 F:      include/uapi/linux/serial_core.h
10923 F:      include/uapi/linux/serial.h
10924 F:      include/uapi/linux/tty.h
10925
10926 TUA9001 MEDIA DRIVER
10927 M:      Antti Palosaari <crope@iki.fi>
10928 L:      linux-media@vger.kernel.org
10929 W:      http://linuxtv.org/
10930 W:      http://palosaari.fi/linux/
10931 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10932 T:      git git://linuxtv.org/anttip/media_tree.git
10933 S:      Maintained
10934 F:      drivers/media/tuners/tua9001*
10935
10936 TULIP NETWORK DRIVERS
10937 L:      netdev@vger.kernel.org
10938 L:      linux-parisc@vger.kernel.org
10939 S:      Orphan
10940 F:      drivers/net/ethernet/dec/tulip/
10941
10942 TUN/TAP driver
10943 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10944 W:      http://vtun.sourceforge.net/tun
10945 S:      Maintained
10946 F:      Documentation/networking/tuntap.txt
10947 F:      arch/um/os-Linux/drivers/
10948
10949 TURBOCHANNEL SUBSYSTEM
10950 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10951 M:      Ralf Baechle <ralf@linux-mips.org>
10952 L:      linux-mips@linux-mips.org
10953 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10954 S:      Maintained
10955 F:      drivers/tc/
10956 F:      include/linux/tc.h
10957
10958 U14-34F SCSI DRIVER
10959 M:      Dario Ballabio <ballabio_dario@emc.com>
10960 L:      linux-scsi@vger.kernel.org
10961 S:      Maintained
10962 F:      drivers/scsi/u14-34f.c
10963
10964 UBI FILE SYSTEM (UBIFS)
10965 M:      Artem Bityutskiy <dedekind1@gmail.com>
10966 M:      Adrian Hunter <adrian.hunter@intel.com>
10967 L:      linux-mtd@lists.infradead.org
10968 T:      git git://git.infradead.org/ubifs-2.6.git
10969 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10970 S:      Maintained
10971 F:      Documentation/filesystems/ubifs.txt
10972 F:      fs/ubifs/
10973
10974 UCLINUX (M68KNOMMU AND COLDFIRE)
10975 M:      Greg Ungerer <gerg@uclinux.org>
10976 W:      http://www.uclinux.org/
10977 L:      linux-m68k@lists.linux-m68k.org
10978 L:      uclinux-dev@uclinux.org  (subscribers-only)
10979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10980 S:      Maintained
10981 F:      arch/m68k/coldfire/
10982 F:      arch/m68k/68*/
10983 F:      arch/m68k/*/*_no.*
10984 F:      arch/m68k/include/asm/*_no.*
10985
10986 UDF FILESYSTEM
10987 M:      Jan Kara <jack@suse.com>
10988 S:      Maintained
10989 F:      Documentation/filesystems/udf.txt
10990 F:      fs/udf/
10991
10992 UFS FILESYSTEM
10993 M:      Evgeniy Dushistov <dushistov@mail.ru>
10994 S:      Maintained
10995 F:      Documentation/filesystems/ufs.txt
10996 F:      fs/ufs/
10997
10998 UHID USERSPACE HID IO DRIVER:
10999 M:      David Herrmann <dh.herrmann@googlemail.com>
11000 L:      linux-input@vger.kernel.org
11001 S:      Maintained
11002 F:      drivers/hid/uhid.c
11003 F:      include/uapi/linux/uhid.h
11004
11005 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11006 L:      linux-usb@vger.kernel.org
11007 S:      Orphan
11008 F:      drivers/uwb/
11009 F:      include/linux/uwb.h
11010 F:      include/linux/uwb/
11011
11012 UNICORE32 ARCHITECTURE:
11013 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11014 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11015 S:      Maintained
11016 T:      git git://github.com/gxt/linux.git
11017 F:      arch/unicore32/
11018
11019 UNIFDEF
11020 M:      Tony Finch <dot@dotat.at>
11021 W:      http://dotat.at/prog/unifdef
11022 S:      Maintained
11023 F:      scripts/unifdef.c
11024
11025 UNIFORM CDROM DRIVER
11026 M:      Jens Axboe <axboe@kernel.dk>
11027 W:      http://www.kernel.dk
11028 S:      Maintained
11029 F:      Documentation/cdrom/
11030 F:      drivers/cdrom/cdrom.c
11031 F:      include/linux/cdrom.h
11032 F:      include/uapi/linux/cdrom.h
11033
11034 UNISYS S-PAR DRIVERS
11035 M:      Benjamin Romer <benjamin.romer@unisys.com>
11036 M:      David Kershner <david.kershner@unisys.com>
11037 L:      sparmaintainer@unisys.com (Unisys internal)
11038 S:      Supported
11039 F:      drivers/staging/unisys/
11040
11041 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11042 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11043 L:      linux-scsi@vger.kernel.org
11044 S:      Supported
11045 F:      Documentation/scsi/ufs.txt
11046 F:      drivers/scsi/ufs/
11047
11048 UNSORTED BLOCK IMAGES (UBI)
11049 M:      Artem Bityutskiy <dedekind1@gmail.com>
11050 M:      Richard Weinberger <richard@nod.at>
11051 W:      http://www.linux-mtd.infradead.org/
11052 L:      linux-mtd@lists.infradead.org
11053 T:      git git://git.infradead.org/ubifs-2.6.git
11054 S:      Supported
11055 F:      drivers/mtd/ubi/
11056 F:      include/linux/mtd/ubi.h
11057 F:      include/uapi/mtd/ubi-user.h
11058
11059 USB ACM DRIVER
11060 M:      Oliver Neukum <oliver@neukum.org>
11061 L:      linux-usb@vger.kernel.org
11062 S:      Maintained
11063 F:      Documentation/usb/acm.txt
11064 F:      drivers/usb/class/cdc-acm.*
11065
11066 USB AR5523 WIRELESS DRIVER
11067 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11068 L:      linux-wireless@vger.kernel.org
11069 S:      Maintained
11070 F:      drivers/net/wireless/ath/ar5523/
11071
11072 USB ATTACHED SCSI
11073 M:      Hans de Goede <hdegoede@redhat.com>
11074 M:      Gerd Hoffmann <kraxel@redhat.com>
11075 L:      linux-usb@vger.kernel.org
11076 L:      linux-scsi@vger.kernel.org
11077 S:      Maintained
11078 F:      drivers/usb/storage/uas.c
11079
11080 USB CDC ETHERNET DRIVER
11081 M:      Oliver Neukum <oliver@neukum.org>
11082 L:      linux-usb@vger.kernel.org
11083 S:      Maintained
11084 F:      drivers/net/usb/cdc_*.c
11085 F:      include/uapi/linux/usb/cdc.h
11086
11087 USB CHAOSKEY DRIVER
11088 M:      Keith Packard <keithp@keithp.com>
11089 L:      linux-usb@vger.kernel.org
11090 S:      Maintained
11091 F:      drivers/usb/misc/chaoskey.c
11092
11093 USB CYPRESS C67X00 DRIVER
11094 M:      Peter Korsgaard <jacmet@sunsite.dk>
11095 L:      linux-usb@vger.kernel.org
11096 S:      Maintained
11097 F:      drivers/usb/c67x00/
11098
11099 USB DAVICOM DM9601 DRIVER
11100 M:      Peter Korsgaard <jacmet@sunsite.dk>
11101 L:      netdev@vger.kernel.org
11102 W:      http://www.linux-usb.org/usbnet
11103 S:      Maintained
11104 F:      drivers/net/usb/dm9601.c
11105
11106 USB DIAMOND RIO500 DRIVER
11107 M:      Cesar Miquel <miquel@df.uba.ar>
11108 L:      rio500-users@lists.sourceforge.net
11109 W:      http://rio500.sourceforge.net
11110 S:      Maintained
11111 F:      drivers/usb/misc/rio500*
11112
11113 USB EHCI DRIVER
11114 M:      Alan Stern <stern@rowland.harvard.edu>
11115 L:      linux-usb@vger.kernel.org
11116 S:      Maintained
11117 F:      Documentation/usb/ehci.txt
11118 F:      drivers/usb/host/ehci*
11119
11120 USB GADGET/PERIPHERAL SUBSYSTEM
11121 M:      Felipe Balbi <balbi@ti.com>
11122 L:      linux-usb@vger.kernel.org
11123 W:      http://www.linux-usb.org/gadget
11124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11125 S:      Maintained
11126 F:      drivers/usb/gadget/
11127 F:      include/linux/usb/gadget*
11128
11129 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11130 M:      Jiri Kosina <jikos@kernel.org>
11131 L:      linux-usb@vger.kernel.org
11132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11133 S:      Maintained
11134 F:      Documentation/hid/hiddev.txt
11135 F:      drivers/hid/usbhid/
11136
11137 USB ISP116X DRIVER
11138 M:      Olav Kongas <ok@artecdesign.ee>
11139 L:      linux-usb@vger.kernel.org
11140 S:      Maintained
11141 F:      drivers/usb/host/isp116x*
11142 F:      include/linux/usb/isp116x.h
11143
11144 USB MASS STORAGE DRIVER
11145 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11146 L:      linux-usb@vger.kernel.org
11147 L:      usb-storage@lists.one-eyed-alien.net
11148 S:      Maintained
11149 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11150 F:      drivers/usb/storage/
11151
11152 USB MIDI DRIVER
11153 M:      Clemens Ladisch <clemens@ladisch.de>
11154 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11155 T:      git git://git.alsa-project.org/alsa-kernel.git
11156 S:      Maintained
11157 F:      sound/usb/midi.*
11158
11159 USB NETWORKING DRIVERS
11160 L:      linux-usb@vger.kernel.org
11161 S:      Odd Fixes
11162 F:      drivers/net/usb/
11163
11164 USB OHCI DRIVER
11165 M:      Alan Stern <stern@rowland.harvard.edu>
11166 L:      linux-usb@vger.kernel.org
11167 S:      Maintained
11168 F:      Documentation/usb/ohci.txt
11169 F:      drivers/usb/host/ohci*
11170
11171 USB OTG FSM (Finite State Machine)
11172 M:      Peter Chen <Peter.Chen@freescale.com>
11173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11174 L:      linux-usb@vger.kernel.org
11175 S:      Maintained
11176 F:      drivers/usb/common/usb-otg-fsm.c
11177
11178 USB OVER IP DRIVER
11179 M:      Valentina Manea <valentina.manea.m@gmail.com>
11180 M:      Shuah Khan <shuah.kh@samsung.com>
11181 L:      linux-usb@vger.kernel.org
11182 S:      Maintained
11183 F:      drivers/usb/usbip/
11184 F:      tools/usb/usbip/
11185
11186 USB PEGASUS DRIVER
11187 M:      Petko Manolov <petkan@nucleusys.com>
11188 L:      linux-usb@vger.kernel.org
11189 L:      netdev@vger.kernel.org
11190 T:      git git://github.com/petkan/pegasus.git
11191 W:      https://github.com/petkan/pegasus
11192 S:      Maintained
11193 F:      drivers/net/usb/pegasus.*
11194
11195 USB PHY LAYER
11196 M:      Felipe Balbi <balbi@ti.com>
11197 L:      linux-usb@vger.kernel.org
11198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11199 S:      Maintained
11200 F:      drivers/usb/phy/
11201
11202 USB PRINTER DRIVER (usblp)
11203 M:      Pete Zaitcev <zaitcev@redhat.com>
11204 L:      linux-usb@vger.kernel.org
11205 S:      Supported
11206 F:      drivers/usb/class/usblp.c
11207
11208 USB RTL8150 DRIVER
11209 M:      Petko Manolov <petkan@nucleusys.com>
11210 L:      linux-usb@vger.kernel.org
11211 L:      netdev@vger.kernel.org
11212 T:      git git://github.com/petkan/rtl8150.git
11213 W:      https://github.com/petkan/rtl8150
11214 S:      Maintained
11215 F:      drivers/net/usb/rtl8150.c
11216
11217 USB SERIAL SUBSYSTEM
11218 M:      Johan Hovold <johan@kernel.org>
11219 L:      linux-usb@vger.kernel.org
11220 S:      Maintained
11221 F:      Documentation/usb/usb-serial.txt
11222 F:      drivers/usb/serial/
11223 F:      include/linux/usb/serial.h
11224
11225 USB SMSC75XX ETHERNET DRIVER
11226 M:      Steve Glendinning <steve.glendinning@shawell.net>
11227 L:      netdev@vger.kernel.org
11228 S:      Maintained
11229 F:      drivers/net/usb/smsc75xx.*
11230
11231 USB SMSC95XX ETHERNET DRIVER
11232 M:      Steve Glendinning <steve.glendinning@shawell.net>
11233 L:      netdev@vger.kernel.org
11234 S:      Maintained
11235 F:      drivers/net/usb/smsc95xx.*
11236
11237 USB SUBSYSTEM
11238 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11239 L:      linux-usb@vger.kernel.org
11240 W:      http://www.linux-usb.org
11241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11242 S:      Supported
11243 F:      Documentation/usb/
11244 F:      drivers/usb/
11245 F:      include/linux/usb.h
11246 F:      include/linux/usb/
11247
11248 USB UHCI DRIVER
11249 M:      Alan Stern <stern@rowland.harvard.edu>
11250 L:      linux-usb@vger.kernel.org
11251 S:      Maintained
11252 F:      drivers/usb/host/uhci*
11253
11254 USB "USBNET" DRIVER FRAMEWORK
11255 M:      Oliver Neukum <oneukum@suse.com>
11256 L:      netdev@vger.kernel.org
11257 W:      http://www.linux-usb.org/usbnet
11258 S:      Maintained
11259 F:      drivers/net/usb/usbnet.c
11260 F:      include/linux/usb/usbnet.h
11261
11262 USB VIDEO CLASS
11263 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11264 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11265 L:      linux-media@vger.kernel.org
11266 T:      git git://linuxtv.org/media_tree.git
11267 W:      http://www.ideasonboard.org/uvc/
11268 S:      Maintained
11269 F:      drivers/media/usb/uvc/
11270 F:      include/uapi/linux/uvcvideo.h
11271
11272 USB VISION DRIVER
11273 M:      Hans Verkuil <hverkuil@xs4all.nl>
11274 L:      linux-media@vger.kernel.org
11275 T:      git git://linuxtv.org/media_tree.git
11276 W:      http://linuxtv.org
11277 S:      Odd Fixes
11278 F:      drivers/media/usb/usbvision/
11279
11280 USB WEBCAM GADGET
11281 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11282 L:      linux-usb@vger.kernel.org
11283 S:      Maintained
11284 F:      drivers/usb/gadget/function/*uvc*
11285 F:      drivers/usb/gadget/legacy/webcam.c
11286
11287 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11288 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11289 L:      linux-wireless@vger.kernel.org
11290 S:      Maintained
11291 F:      drivers/net/wireless/rndis_wlan.c
11292
11293 USB XHCI DRIVER
11294 M:      Mathias Nyman <mathias.nyman@intel.com>
11295 L:      linux-usb@vger.kernel.org
11296 S:      Supported
11297 F:      drivers/usb/host/xhci*
11298 F:      drivers/usb/host/pci-quirks*
11299
11300 USB ZD1201 DRIVER
11301 L:      linux-wireless@vger.kernel.org
11302 W:      http://linux-lc100020.sourceforge.net
11303 S:      Orphan
11304 F:      drivers/net/wireless/zd1201.*
11305
11306 USB ZR364XX DRIVER
11307 M:      Antoine Jacquet <royale@zerezo.com>
11308 L:      linux-usb@vger.kernel.org
11309 L:      linux-media@vger.kernel.org
11310 T:      git git://linuxtv.org/media_tree.git
11311 W:      http://royale.zerezo.com/zr364xx/
11312 S:      Maintained
11313 F:      Documentation/video4linux/zr364xx.txt
11314 F:      drivers/media/usb/zr364xx/
11315
11316 ULPI BUS
11317 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11318 L:      linux-usb@vger.kernel.org
11319 S:      Maintained
11320 F:      drivers/usb/common/ulpi.c
11321 F:      include/linux/ulpi/
11322
11323 USER-MODE LINUX (UML)
11324 M:      Jeff Dike <jdike@addtoit.com>
11325 M:      Richard Weinberger <richard@nod.at>
11326 L:      user-mode-linux-devel@lists.sourceforge.net
11327 L:      user-mode-linux-user@lists.sourceforge.net
11328 W:      http://user-mode-linux.sourceforge.net
11329 S:      Maintained
11330 F:      Documentation/virtual/uml/
11331 F:      arch/um/
11332 F:      arch/x86/um/
11333 F:      fs/hostfs/
11334 F:      fs/hppfs/
11335
11336 USERSPACE I/O (UIO)
11337 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11338 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11339 S:      Maintained
11340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11341 F:      Documentation/DocBook/uio-howto.tmpl
11342 F:      drivers/uio/
11343 F:      include/linux/uio*.h
11344
11345 UTIL-LINUX PACKAGE
11346 M:      Karel Zak <kzak@redhat.com>
11347 L:      util-linux@vger.kernel.org
11348 W:      http://en.wikipedia.org/wiki/Util-linux
11349 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11350 S:      Maintained
11351
11352 UVESAFB DRIVER
11353 M:      Michal Januszewski <spock@gentoo.org>
11354 L:      linux-fbdev@vger.kernel.org
11355 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11356 S:      Maintained
11357 F:      Documentation/fb/uvesafb.txt
11358 F:      drivers/video/fbdev/uvesafb.*
11359
11360 VF610 NAND DRIVER
11361 M:      Stefan Agner <stefan@agner.ch>
11362 L:      linux-mtd@lists.infradead.org
11363 S:      Supported
11364 F:      drivers/mtd/nand/vf610_nfc.c
11365
11366 VFAT/FAT/MSDOS FILESYSTEM
11367 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11368 S:      Maintained
11369 F:      Documentation/filesystems/vfat.txt
11370 F:      fs/fat/
11371
11372 VFIO DRIVER
11373 M:      Alex Williamson <alex.williamson@redhat.com>
11374 L:      kvm@vger.kernel.org
11375 S:      Maintained
11376 F:      Documentation/vfio.txt
11377 F:      drivers/vfio/
11378 F:      include/linux/vfio.h
11379 F:      include/uapi/linux/vfio.h
11380
11381 VFIO PLATFORM DRIVER
11382 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11383 L:      kvm@vger.kernel.org
11384 S:      Maintained
11385 F:      drivers/vfio/platform/
11386
11387 VIDEOBUF2 FRAMEWORK
11388 M:      Pawel Osciak <pawel@osciak.com>
11389 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11390 M:      Kyungmin Park <kyungmin.park@samsung.com>
11391 L:      linux-media@vger.kernel.org
11392 S:      Maintained
11393 F:      drivers/media/v4l2-core/videobuf2-*
11394 F:      include/media/videobuf2-*
11395
11396 VIRTUAL SERIO DEVICE DRIVER
11397 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11398 S:      Maintained
11399 F:      drivers/input/serio/userio.c
11400 F:      include/uapi/linux/userio.h
11401
11402 VIRTIO CONSOLE DRIVER
11403 M:      Amit Shah <amit.shah@redhat.com>
11404 L:      virtualization@lists.linux-foundation.org
11405 S:      Maintained
11406 F:      drivers/char/virtio_console.c
11407 F:      include/linux/virtio_console.h
11408 F:      include/uapi/linux/virtio_console.h
11409
11410 VIRTIO CORE, NET AND BLOCK DRIVERS
11411 M:      "Michael S. Tsirkin" <mst@redhat.com>
11412 L:      virtualization@lists.linux-foundation.org
11413 S:      Maintained
11414 F:      drivers/virtio/
11415 F:      tools/virtio/
11416 F:      drivers/net/virtio_net.c
11417 F:      drivers/block/virtio_blk.c
11418 F:      include/linux/virtio_*.h
11419 F:      include/uapi/linux/virtio_*.h
11420
11421 VIRTIO DRIVERS FOR S390
11422 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11423 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11424 L:      linux-s390@vger.kernel.org
11425 L:      virtualization@lists.linux-foundation.org
11426 L:      kvm@vger.kernel.org
11427 S:      Supported
11428 F:      drivers/s390/virtio/
11429
11430 VIRTIO GPU DRIVER
11431 M:      David Airlie <airlied@linux.ie>
11432 M:      Gerd Hoffmann <kraxel@redhat.com>
11433 L:      dri-devel@lists.freedesktop.org
11434 L:      virtualization@lists.linux-foundation.org
11435 S:      Maintained
11436 F:      drivers/gpu/drm/virtio/
11437 F:      include/uapi/linux/virtio_gpu.h
11438
11439 VIRTIO HOST (VHOST)
11440 M:      "Michael S. Tsirkin" <mst@redhat.com>
11441 L:      kvm@vger.kernel.org
11442 L:      virtualization@lists.linux-foundation.org
11443 L:      netdev@vger.kernel.org
11444 S:      Maintained
11445 F:      drivers/vhost/
11446 F:      include/uapi/linux/vhost.h
11447
11448 VIRTIO INPUT DRIVER
11449 M:      Gerd Hoffmann <kraxel@redhat.com>
11450 S:      Maintained
11451 F:      drivers/virtio/virtio_input.c
11452 F:      include/uapi/linux/virtio_input.h
11453
11454 VIA RHINE NETWORK DRIVER
11455 S:      Orphan
11456 F:      drivers/net/ethernet/via/via-rhine.c
11457
11458 VIA SD/MMC CARD CONTROLLER DRIVER
11459 M:      Bruce Chang <brucechang@via.com.tw>
11460 M:      Harald Welte <HaraldWelte@viatech.com>
11461 S:      Maintained
11462 F:      drivers/mmc/host/via-sdmmc.c
11463
11464 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11465 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11466 L:      linux-fbdev@vger.kernel.org
11467 S:      Maintained
11468 F:      include/linux/via-core.h
11469 F:      include/linux/via-gpio.h
11470 F:      include/linux/via_i2c.h
11471 F:      drivers/video/fbdev/via/
11472
11473 VIA VELOCITY NETWORK DRIVER
11474 M:      Francois Romieu <romieu@fr.zoreil.com>
11475 L:      netdev@vger.kernel.org
11476 S:      Maintained
11477 F:      drivers/net/ethernet/via/via-velocity.*
11478
11479 VIRT LIB
11480 M:      Alex Williamson <alex.williamson@redhat.com>
11481 M:      Paolo Bonzini <pbonzini@redhat.com>
11482 L:      kvm@vger.kernel.org
11483 S:      Supported
11484 F:      virt/lib/
11485
11486 VIVID VIRTUAL VIDEO DRIVER
11487 M:      Hans Verkuil <hverkuil@xs4all.nl>
11488 L:      linux-media@vger.kernel.org
11489 T:      git git://linuxtv.org/media_tree.git
11490 W:      http://linuxtv.org
11491 S:      Maintained
11492 F:      drivers/media/platform/vivid/*
11493
11494 VLAN (802.1Q)
11495 M:      Patrick McHardy <kaber@trash.net>
11496 L:      netdev@vger.kernel.org
11497 S:      Maintained
11498 F:      drivers/net/macvlan.c
11499 F:      include/linux/if_*vlan.h
11500 F:      net/8021q/
11501
11502 VLYNQ BUS
11503 M:      Florian Fainelli <florian@openwrt.org>
11504 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11505 S:      Maintained
11506 F:      drivers/vlynq/vlynq.c
11507 F:      include/linux/vlynq.h
11508
11509 VME SUBSYSTEM
11510 M:      Martyn Welch <martyn@welchs.me.uk>
11511 M:      Manohar Vanga <manohar.vanga@gmail.com>
11512 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11513 L:      devel@driverdev.osuosl.org
11514 S:      Maintained
11515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11516 F:      Documentation/vme_api.txt
11517 F:      drivers/staging/vme/
11518 F:      drivers/vme/
11519 F:      include/linux/vme*
11520
11521 VMWARE HYPERVISOR INTERFACE
11522 M:      Alok Kataria <akataria@vmware.com>
11523 L:      virtualization@lists.linux-foundation.org
11524 S:      Supported
11525 F:      arch/x86/kernel/cpu/vmware.c
11526
11527 VMWARE BALLOON DRIVER
11528 M:      Xavier Deguillard <xdeguillard@vmware.com>
11529 M:      Philip Moltmann <moltmann@vmware.com>
11530 M:      "VMware, Inc." <pv-drivers@vmware.com>
11531 L:      linux-kernel@vger.kernel.org
11532 S:      Maintained
11533 F:      drivers/misc/vmw_balloon.c
11534
11535 VMWARE VMMOUSE SUBDRIVER
11536 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11537 M:      "VMware, Inc." <pv-drivers@vmware.com>
11538 L:      linux-input@vger.kernel.org
11539 S:      Maintained
11540 F:      drivers/input/mouse/vmmouse.c
11541 F:      drivers/input/mouse/vmmouse.h
11542
11543 VMWARE VMXNET3 ETHERNET DRIVER
11544 M:      Shrikrishna Khare <skhare@vmware.com>
11545 M:      "VMware, Inc." <pv-drivers@vmware.com>
11546 L:      netdev@vger.kernel.org
11547 S:      Maintained
11548 F:      drivers/net/vmxnet3/
11549
11550 VMware PVSCSI driver
11551 M:      Arvind Kumar <arvindkumar@vmware.com>
11552 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11553 L:      linux-scsi@vger.kernel.org
11554 S:      Maintained
11555 F:      drivers/scsi/vmw_pvscsi.c
11556 F:      drivers/scsi/vmw_pvscsi.h
11557
11558 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11559 M:      Liam Girdwood <lgirdwood@gmail.com>
11560 M:      Mark Brown <broonie@kernel.org>
11561 L:      linux-kernel@vger.kernel.org
11562 W:      http://www.slimlogic.co.uk/?p=48
11563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11564 S:      Supported
11565 F:      drivers/regulator/
11566 F:      include/linux/regulator/
11567
11568 VRF
11569 M:      David Ahern <dsa@cumulusnetworks.com>
11570 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11571 L:      netdev@vger.kernel.org
11572 S:      Maintained
11573 F:      drivers/net/vrf.c
11574 F:      Documentation/networking/vrf.txt
11575
11576 VT1211 HARDWARE MONITOR DRIVER
11577 M:      Juerg Haefliger <juergh@gmail.com>
11578 L:      lm-sensors@lm-sensors.org
11579 S:      Maintained
11580 F:      Documentation/hwmon/vt1211
11581 F:      drivers/hwmon/vt1211.c
11582
11583 VT8231 HARDWARE MONITOR DRIVER
11584 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11585 L:      lm-sensors@lm-sensors.org
11586 S:      Maintained
11587 F:      drivers/hwmon/vt8231.c
11588
11589 VUB300 USB to SDIO/SD/MMC bridge chip
11590 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11591 L:      linux-mmc@vger.kernel.org
11592 L:      linux-usb@vger.kernel.org
11593 S:      Supported
11594 F:      drivers/mmc/host/vub300.c
11595
11596 W1 DALLAS'S 1-WIRE BUS
11597 M:      Evgeniy Polyakov <zbr@ioremap.net>
11598 S:      Maintained
11599 F:      Documentation/w1/
11600 F:      drivers/w1/
11601
11602 W83791D HARDWARE MONITORING DRIVER
11603 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11604 L:      lm-sensors@lm-sensors.org
11605 S:      Maintained
11606 F:      Documentation/hwmon/w83791d
11607 F:      drivers/hwmon/w83791d.c
11608
11609 W83793 HARDWARE MONITORING DRIVER
11610 M:      Rudolf Marek <r.marek@assembler.cz>
11611 L:      lm-sensors@lm-sensors.org
11612 S:      Maintained
11613 F:      Documentation/hwmon/w83793
11614 F:      drivers/hwmon/w83793.c
11615
11616 W83795 HARDWARE MONITORING DRIVER
11617 M:      Jean Delvare <jdelvare@suse.com>
11618 L:      lm-sensors@lm-sensors.org
11619 S:      Maintained
11620 F:      drivers/hwmon/w83795.c
11621
11622 W83L51xD SD/MMC CARD INTERFACE DRIVER
11623 M:      Pierre Ossman <pierre@ossman.eu>
11624 S:      Maintained
11625 F:      drivers/mmc/host/wbsd.*
11626
11627 WACOM PROTOCOL 4 SERIAL TABLETS
11628 M:      Julian Squires <julian@cipht.net>
11629 M:      Hans de Goede <hdegoede@redhat.com>
11630 L:      linux-input@vger.kernel.org
11631 S:      Maintained
11632 F:      drivers/input/tablet/wacom_serial4.c
11633
11634 WATCHDOG DEVICE DRIVERS
11635 M:      Wim Van Sebroeck <wim@iguana.be>
11636 L:      linux-watchdog@vger.kernel.org
11637 W:      http://www.linux-watchdog.org/
11638 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11639 S:      Maintained
11640 F:      Documentation/watchdog/
11641 F:      drivers/watchdog/
11642 F:      include/linux/watchdog.h
11643 F:      include/uapi/linux/watchdog.h
11644
11645 WD7000 SCSI DRIVER
11646 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11647 L:      linux-scsi@vger.kernel.org
11648 S:      Maintained
11649 F:      drivers/scsi/wd7000.c
11650
11651 WIIMOTE HID DRIVER
11652 M:      David Herrmann <dh.herrmann@googlemail.com>
11653 L:      linux-input@vger.kernel.org
11654 S:      Maintained
11655 F:      drivers/hid/hid-wiimote*
11656
11657 WINBOND CIR DRIVER
11658 M:      David Härdeman <david@hardeman.nu>
11659 S:      Maintained
11660 F:      drivers/media/rc/winbond-cir.c
11661
11662 WIMAX STACK
11663 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11664 M:      linux-wimax@intel.com
11665 L:      wimax@linuxwimax.org (subscribers-only)
11666 S:      Supported
11667 W:      http://linuxwimax.org
11668 F:      Documentation/wimax/README.wimax
11669 F:      include/linux/wimax/debug.h
11670 F:      include/net/wimax.h
11671 F:      include/uapi/linux/wimax.h
11672 F:      net/wimax/
11673
11674 WISTRON LAPTOP BUTTON DRIVER
11675 M:      Miloslav Trmac <mitr@volny.cz>
11676 S:      Maintained
11677 F:      drivers/input/misc/wistron_btns.c
11678
11679 WL3501 WIRELESS PCMCIA CARD DRIVER
11680 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11681 L:      linux-wireless@vger.kernel.org
11682 W:      http://oops.ghostprotocols.net:81/blog
11683 S:      Maintained
11684 F:      drivers/net/wireless/wl3501*
11685
11686 WOLFSON MICROELECTRONICS DRIVERS
11687 L:      patches@opensource.wolfsonmicro.com
11688 T:      git https://github.com/CirrusLogic/linux-drivers.git
11689 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11690 S:      Supported
11691 F:      Documentation/hwmon/wm83??
11692 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11693 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11694 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11695 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11696 F:      drivers/clk/clk-wm83*.c
11697 F:      drivers/extcon/extcon-arizona.c
11698 F:      drivers/leds/leds-wm83*.c
11699 F:      drivers/gpio/gpio-*wm*.c
11700 F:      drivers/gpio/gpio-arizona.c
11701 F:      drivers/hwmon/wm83??-hwmon.c
11702 F:      drivers/input/misc/wm831x-on.c
11703 F:      drivers/input/touchscreen/wm831x-ts.c
11704 F:      drivers/input/touchscreen/wm97*.c
11705 F:      drivers/mfd/arizona*
11706 F:      drivers/mfd/wm*.c
11707 F:      drivers/power/wm83*.c
11708 F:      drivers/rtc/rtc-wm83*.c
11709 F:      drivers/regulator/wm8*.c
11710 F:      drivers/video/backlight/wm83*_bl.c
11711 F:      drivers/watchdog/wm83*_wdt.c
11712 F:      include/linux/mfd/arizona/
11713 F:      include/linux/mfd/wm831x/
11714 F:      include/linux/mfd/wm8350/
11715 F:      include/linux/mfd/wm8400*
11716 F:      include/linux/wm97xx.h
11717 F:      include/sound/wm????.h
11718 F:      sound/soc/codecs/arizona.?
11719 F:      sound/soc/codecs/wm*
11720
11721 WORKQUEUE
11722 M:      Tejun Heo <tj@kernel.org>
11723 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11725 S:      Maintained
11726 F:      include/linux/workqueue.h
11727 F:      kernel/workqueue.c
11728 F:      Documentation/workqueue.txt
11729
11730 X.25 NETWORK LAYER
11731 M:      Andrew Hendry <andrew.hendry@gmail.com>
11732 L:      linux-x25@vger.kernel.org
11733 S:      Odd Fixes
11734 F:      Documentation/networking/x25*
11735 F:      include/net/x25*
11736 F:      net/x25/
11737
11738 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11739 M:      Thomas Gleixner <tglx@linutronix.de>
11740 M:      Ingo Molnar <mingo@redhat.com>
11741 M:      "H. Peter Anvin" <hpa@zytor.com>
11742 M:      x86@kernel.org
11743 L:      linux-kernel@vger.kernel.org
11744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11745 S:      Maintained
11746 F:      Documentation/x86/
11747 F:      arch/x86/
11748
11749 X86 PLATFORM DRIVERS
11750 M:      Darren Hart <dvhart@infradead.org>
11751 L:      platform-driver-x86@vger.kernel.org
11752 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11753 S:      Maintained
11754 F:      drivers/platform/x86/
11755 F:      drivers/platform/olpc/
11756
11757 X86 MCE INFRASTRUCTURE
11758 M:      Tony Luck <tony.luck@intel.com>
11759 M:      Borislav Petkov <bp@alien8.de>
11760 L:      linux-edac@vger.kernel.org
11761 S:      Maintained
11762 F:      arch/x86/kernel/cpu/mcheck/*
11763
11764 X86 MICROCODE UPDATE SUPPORT
11765 M:      Borislav Petkov <bp@alien8.de>
11766 S:      Maintained
11767 F:      arch/x86/kernel/cpu/microcode/*
11768
11769 X86 VDSO
11770 M:      Andy Lutomirski <luto@amacapital.net>
11771 L:      linux-kernel@vger.kernel.org
11772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11773 S:      Maintained
11774 F:      arch/x86/entry/vdso/
11775
11776 XC2028/3028 TUNER DRIVER
11777 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11778 L:      linux-media@vger.kernel.org
11779 W:      http://linuxtv.org
11780 T:      git git://linuxtv.org/media_tree.git
11781 S:      Maintained
11782 F:      drivers/media/tuners/tuner-xc2028.*
11783
11784 XEN HYPERVISOR INTERFACE
11785 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11786 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11787 M:      David Vrabel <david.vrabel@citrix.com>
11788 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11790 S:      Supported
11791 F:      arch/x86/xen/
11792 F:      drivers/*/xen-*front.c
11793 F:      drivers/xen/
11794 F:      arch/x86/include/asm/xen/
11795 F:      include/xen/
11796 F:      include/uapi/xen/
11797
11798 XEN HYPERVISOR ARM
11799 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11800 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11801 S:      Supported
11802 F:      arch/arm/xen/
11803 F:      arch/arm/include/asm/xen/
11804
11805 XEN HYPERVISOR ARM64
11806 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11807 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11808 S:      Supported
11809 F:      arch/arm64/xen/
11810 F:      arch/arm64/include/asm/xen/
11811
11812 XEN NETWORK BACKEND DRIVER
11813 M:      Ian Campbell <ian.campbell@citrix.com>
11814 M:      Wei Liu <wei.liu2@citrix.com>
11815 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11816 L:      netdev@vger.kernel.org
11817 S:      Supported
11818 F:      drivers/net/xen-netback/*
11819
11820 XEN PCI SUBSYSTEM
11821 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11822 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11823 S:      Supported
11824 F:      arch/x86/pci/*xen*
11825 F:      drivers/pci/*xen*
11826
11827 XEN BLOCK SUBSYSTEM
11828 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11829 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11830 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11831 S:      Supported
11832 F:      drivers/block/xen-blkback/*
11833 F:      drivers/block/xen*
11834
11835 XEN PVSCSI DRIVERS
11836 M:      Juergen Gross <jgross@suse.com>
11837 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11838 L:      linux-scsi@vger.kernel.org
11839 S:      Supported
11840 F:      drivers/scsi/xen-scsifront.c
11841 F:      drivers/xen/xen-scsiback.c
11842 F:      include/xen/interface/io/vscsiif.h
11843
11844 XEN SWIOTLB SUBSYSTEM
11845 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11846 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11847 S:      Supported
11848 F:      arch/x86/xen/*swiotlb*
11849 F:      drivers/xen/*swiotlb*
11850
11851 XFS FILESYSTEM
11852 P:      Silicon Graphics Inc
11853 M:      Dave Chinner <david@fromorbit.com>
11854 M:      xfs@oss.sgi.com
11855 L:      xfs@oss.sgi.com
11856 W:      http://oss.sgi.com/projects/xfs
11857 T:      git git://oss.sgi.com/xfs/xfs.git
11858 S:      Supported
11859 F:      Documentation/filesystems/xfs.txt
11860 F:      fs/xfs/
11861
11862 XILINX AXI ETHERNET DRIVER
11863 M:      Anirudha Sarangi <anirudh@xilinx.com>
11864 M:      John Linn <John.Linn@xilinx.com>
11865 S:      Maintained
11866 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11867
11868 XILINX UARTLITE SERIAL DRIVER
11869 M:      Peter Korsgaard <jacmet@sunsite.dk>
11870 L:      linux-serial@vger.kernel.org
11871 S:      Maintained
11872 F:      drivers/tty/serial/uartlite.c
11873
11874 XILINX VIDEO IP CORES
11875 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11876 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11877 L:      linux-media@vger.kernel.org
11878 T:      git git://linuxtv.org/media_tree.git
11879 S:      Supported
11880 F:      Documentation/devicetree/bindings/media/xilinx/
11881 F:      drivers/media/platform/xilinx/
11882 F:      include/uapi/linux/xilinx-v4l2-controls.h
11883
11884 XILLYBUS DRIVER
11885 M:      Eli Billauer <eli.billauer@gmail.com>
11886 L:      linux-kernel@vger.kernel.org
11887 S:      Supported
11888 F:      drivers/char/xillybus/
11889
11890 XTENSA XTFPGA PLATFORM SUPPORT
11891 M:      Max Filippov <jcmvbkbc@gmail.com>
11892 L:      linux-xtensa@linux-xtensa.org
11893 S:      Maintained
11894 F:      drivers/spi/spi-xtensa-xtfpga.c
11895 F:      sound/soc/xtensa/xtfpga-i2s.c
11896
11897 YAM DRIVER FOR AX.25
11898 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11899 L:      linux-hams@vger.kernel.org
11900 S:      Maintained
11901 F:      drivers/net/hamradio/yam*
11902 F:      include/linux/yam.h
11903
11904 YEALINK PHONE DRIVER
11905 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11906 L:      usbb2k-api-dev@nongnu.org
11907 S:      Maintained
11908 F:      Documentation/input/yealink.txt
11909 F:      drivers/input/misc/yealink.*
11910
11911 Z8530 DRIVER FOR AX.25
11912 M:      Joerg Reuter <jreuter@yaina.de>
11913 W:      http://yaina.de/jreuter/
11914 W:      http://www.qsl.net/dl1bke/
11915 L:      linux-hams@vger.kernel.org
11916 S:      Maintained
11917 F:      Documentation/networking/z8530drv.txt
11918 F:      drivers/net/hamradio/*scc.c
11919 F:      drivers/net/hamradio/z8530.h
11920
11921 ZBUD COMPRESSED PAGE ALLOCATOR
11922 M:      Seth Jennings <sjennings@variantweb.net>
11923 L:      linux-mm@kvack.org
11924 S:      Maintained
11925 F:      mm/zbud.c
11926 F:      include/linux/zbud.h
11927
11928 ZD1211RW WIRELESS DRIVER
11929 M:      Daniel Drake <dsd@gentoo.org>
11930 M:      Ulrich Kunitz <kune@deine-taler.de>
11931 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11932 L:      linux-wireless@vger.kernel.org
11933 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11934 S:      Maintained
11935 F:      drivers/net/wireless/zd1211rw/
11936
11937 ZPOOL COMPRESSED PAGE STORAGE API
11938 M:      Dan Streetman <ddstreet@ieee.org>
11939 L:      linux-mm@kvack.org
11940 S:      Maintained
11941 F:      mm/zpool.c
11942 F:      include/linux/zpool.h
11943
11944 ZR36067 VIDEO FOR LINUX DRIVER
11945 L:      mjpeg-users@lists.sourceforge.net
11946 L:      linux-media@vger.kernel.org
11947 W:      http://mjpeg.sourceforge.net/driver-zoran/
11948 T:      hg http://linuxtv.org/hg/v4l-dvb
11949 S:      Odd Fixes
11950 F:      drivers/media/pci/zoran/
11951
11952 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11953 M:      Minchan Kim <minchan@kernel.org>
11954 M:      Nitin Gupta <ngupta@vflare.org>
11955 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11956 L:      linux-kernel@vger.kernel.org
11957 S:      Maintained
11958 F:      drivers/block/zram/
11959 F:      Documentation/blockdev/zram.txt
11960
11961 ZS DECSTATION Z85C30 SERIAL DRIVER
11962 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11963 S:      Maintained
11964 F:      drivers/tty/serial/zs.*
11965
11966 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11967 M:      Minchan Kim <minchan@kernel.org>
11968 M:      Nitin Gupta <ngupta@vflare.org>
11969 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11970 L:      linux-mm@kvack.org
11971 S:      Maintained
11972 F:      mm/zsmalloc.c
11973 F:      include/linux/zsmalloc.h
11974 F:      Documentation/vm/zsmalloc.txt
11975
11976 ZSWAP COMPRESSED SWAP CACHING
11977 M:      Seth Jennings <sjennings@variantweb.net>
11978 L:      linux-mm@kvack.org
11979 S:      Maintained
11980 F:      mm/zswap.c
11981
11982 THE REST
11983 M:      Linus Torvalds <torvalds@linux-foundation.org>
11984 L:      linux-kernel@vger.kernel.org
11985 Q:      http://patchwork.kernel.org/project/LKML/list/
11986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11987 S:      Buried alive in reporters
11988 F:      *
11989 F:      */