ipc,msg: drop dst nil validation in copy_msg
[sfrench/cifs-2.6.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-IDIO-16 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-idio-16.c
248
249 ACENIC DRIVER
250 M:      Jes Sorensen <jes@trained-monkey.org>
251 L:      linux-acenic@sunsite.dk
252 S:      Maintained
253 F:      drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M:      Peter Feuerer <peter@piie.net>
257 L:      platform-driver-x86@vger.kernel.org
258 W:      http://piie.net/?section=acerhdf
259 S:      Maintained
260 F:      drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M:      "Lee, Chun-Yi" <jlee@suse.com>
264 L:      platform-driver-x86@vger.kernel.org
265 S:      Maintained
266 F:      drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M:      Len Brown <lenb@kernel.org>
271 L:      linux-acpi@vger.kernel.org
272 W:      https://01.org/linux-acpi
273 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S:      Supported
276 F:      drivers/acpi/
277 F:      drivers/pnp/pnpacpi/
278 F:      include/linux/acpi.h
279 F:      include/acpi/
280 F:      Documentation/acpi/
281 F:      Documentation/ABI/testing/sysfs-bus-acpi
282 F:      drivers/pci/*acpi*
283 F:      drivers/pci/*/*acpi*
284 F:      drivers/pci/*/*/*acpi*
285 F:      tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M:      Robert Moore <robert.moore@intel.com>
289 M:      Lv Zheng <lv.zheng@intel.com>
290 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L:      linux-acpi@vger.kernel.org
292 L:      devel@acpica.org
293 W:      https://acpica.org/
294 W:      https://github.com/acpica/acpica/
295 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S:      Supported
298 F:      drivers/acpi/acpica/
299 F:      include/acpi/
300 F:      tools/power/acpi/
301
302 ACPI FAN DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/fan.c
308
309 ACPI THERMAL DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/*thermal*
315
316 ACPI VIDEO DRIVER
317 M:      Zhang Rui <rui.zhang@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 W:      https://01.org/linux-acpi
320 S:      Supported
321 F:      drivers/acpi/video.c
322
323 ACPI WMI DRIVER
324 L:      platform-driver-x86@vger.kernel.org
325 S:      Orphan
326 F:      drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M:      Thibaut Varene <T-Bone@parisc-linux.org>
330 W:      http://wiki.parisc-linux.org/AD1889
331 L:      linux-parisc@vger.kernel.org
332 S:      Maintained
333 F:      sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5254
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD5398
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7142
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7877
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M:      Michael Hennerich <michael.hennerich@analog.com>
365 W:      http://wiki.analog.com/AD7879
366 W:      http://ez.analog.com/community/linux-device-drivers
367 S:      Supported
368 F:      drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M:      Jiri Kosina <jikos@kernel.org>
372 S:      Maintained
373
374 ADM1025 HARDWARE MONITOR DRIVER
375 M:      Jean Delvare <jdelvare@suse.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      Documentation/hwmon/adm1025
379 F:      drivers/hwmon/adm1025.c
380
381 ADM1029 HARDWARE MONITOR DRIVER
382 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
383 L:      lm-sensors@lm-sensors.org
384 S:      Maintained
385 F:      drivers/hwmon/adm1029.c
386
387 ADM8211 WIRELESS DRIVER
388 L:      linux-wireless@vger.kernel.org
389 W:      http://wireless.kernel.org/
390 S:      Orphan
391 F:      drivers/net/wireless/adm8211.*
392
393 ADP1653 FLASH CONTROLLER DRIVER
394 M:      Sakari Ailus <sakari.ailus@iki.fi>
395 L:      linux-media@vger.kernel.org
396 S:      Maintained
397 F:      drivers/media/i2c/adp1653.c
398 F:      include/media/adp1653.h
399
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 W:      http://wiki.analog.com/ADP5520
403 W:      http://ez.analog.com/community/linux-device-drivers
404 S:      Supported
405 F:      drivers/mfd/adp5520.c
406 F:      drivers/video/backlight/adp5520_bl.c
407 F:      drivers/leds/leds-adp5520.c
408 F:      drivers/gpio/gpio-adp5520.c
409 F:      drivers/input/keyboard/adp5520-keys.c
410
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M:      Michael Hennerich <michael.hennerich@analog.com>
413 W:      http://wiki.analog.com/ADP5588
414 W:      http://ez.analog.com/community/linux-device-drivers
415 S:      Supported
416 F:      drivers/input/keyboard/adp5588-keys.c
417 F:      drivers/gpio/gpio-adp5588.c
418
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP8860
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/video/backlight/adp8860_bl.c
425
426 ADS1015 HARDWARE MONITOR DRIVER
427 M:      Dirk Eibach <eibach@gdsys.de>
428 L:      lm-sensors@lm-sensors.org
429 S:      Maintained
430 F:      Documentation/hwmon/ads1015
431 F:      drivers/hwmon/ads1015.c
432 F:      include/linux/i2c/ads1015.h
433
434 ADT746X FAN DRIVER
435 M:      Colin Leroy <colin@colino.net>
436 S:      Maintained
437 F:      drivers/macintosh/therm_adt746x.c
438
439 ADT7475 HARDWARE MONITOR DRIVER
440 M:      Jean Delvare <jdelvare@suse.com>
441 L:      lm-sensors@lm-sensors.org
442 S:      Maintained
443 F:      Documentation/hwmon/adt7475
444 F:      drivers/hwmon/adt7475.c
445
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M:      Michael Hennerich <michael.hennerich@analog.com>
448 W:      http://wiki.analog.com/ADXL345
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/input/misc/adxl34x.c
452
453 ADVANSYS SCSI DRIVER
454 M:      Matthew Wilcox <matthew@wil.cx>
455 M:      Hannes Reinecke <hare@suse.com>
456 L:      linux-scsi@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/scsi/advansys.txt
459 F:      drivers/scsi/advansys.c
460
461 AEDSP16 DRIVER
462 M:      Riccardo Facchetti <fizban@tin.it>
463 S:      Maintained
464 F:      sound/oss/aedsp16.c
465
466 AF9013 MEDIA DRIVER
467 M:      Antti Palosaari <crope@iki.fi>
468 L:      linux-media@vger.kernel.org
469 W:      http://linuxtv.org/
470 W:      http://palosaari.fi/linux/
471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
472 T:      git git://linuxtv.org/anttip/media_tree.git
473 S:      Maintained
474 F:      drivers/media/dvb-frontends/af9013*
475
476 AF9033 MEDIA DRIVER
477 M:      Antti Palosaari <crope@iki.fi>
478 L:      linux-media@vger.kernel.org
479 W:      http://linuxtv.org/
480 W:      http://palosaari.fi/linux/
481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
482 T:      git git://linuxtv.org/anttip/media_tree.git
483 S:      Maintained
484 F:      drivers/media/dvb-frontends/af9033*
485
486 AFFS FILE SYSTEM
487 L:      linux-fsdevel@vger.kernel.org
488 S:      Orphan
489 F:      Documentation/filesystems/affs.txt
490 F:      fs/affs/
491
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M:      David Howells <dhowells@redhat.com>
494 L:      linux-afs@lists.infradead.org
495 S:      Supported
496 F:      fs/afs/
497 F:      include/net/af_rxrpc.h
498 F:      net/rxrpc/af_rxrpc.c
499
500 AGPGART DRIVER
501 M:      David Airlie <airlied@linux.ie>
502 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503 S:      Maintained
504 F:      drivers/char/agp/
505 F:      include/linux/agp*
506 F:      include/uapi/linux/agp*
507
508 AHA152X SCSI DRIVER
509 M:      "Juergen E. Fischer" <fischer@norbit.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aha152x*
513 F:      drivers/scsi/pcmcia/aha152x*
514
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M:      Hannes Reinecke <hare@suse.com>
517 L:      linux-scsi@vger.kernel.org
518 S:      Maintained
519 F:      drivers/scsi/aic7xxx/
520
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M:      Hans Verkuil <hverkuil@xs4all.nl>
523 L:      linux-media@vger.kernel.org
524 T:      git git://linuxtv.org/media_tree.git
525 W:      http://linuxtv.org
526 S:      Maintained
527 F:      drivers/media/radio/radio-aimslab*
528
529 AIO
530 M:      Benjamin LaHaise <bcrl@kvack.org>
531 L:      linux-aio@kvack.org
532 S:      Supported
533 F:      fs/aio.c
534 F:      include/linux/*aio*.h
535
536 AIRSPY MEDIA DRIVER
537 M:      Antti Palosaari <crope@iki.fi>
538 L:      linux-media@vger.kernel.org
539 W:      http://linuxtv.org/
540 W:      http://palosaari.fi/linux/
541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
542 T:      git git://linuxtv.org/anttip/media_tree.git
543 S:      Maintained
544 F:      drivers/media/usb/airspy/
545
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M:      Duncan Sands <duncan.sands@free.fr>
548 L:      linux-usb@vger.kernel.org
549 W:      http://www.linux-usb.org/SpeedTouch/
550 S:      Maintained
551 F:      drivers/usb/atm/speedtch.c
552 F:      drivers/usb/atm/usbatm.c
553
554 ALCHEMY AU1XX0 MMC DRIVER
555 M:      Manuel Lauss <manuel.lauss@gmail.com>
556 S:      Maintained
557 F:      drivers/mmc/host/au1xmmc.c
558
559 ALI1563 I2C DRIVER
560 M:      Rudolf Marek <r.marek@assembler.cz>
561 L:      linux-i2c@vger.kernel.org
562 S:      Maintained
563 F:      Documentation/i2c/busses/i2c-ali1563
564 F:      drivers/i2c/busses/i2c-ali1563.c
565
566 ALLWINNER SECURITY SYSTEM
567 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
568 L:      linux-crypto@vger.kernel.org
569 S:      Maintained
570 F:      drivers/crypto/sunxi-ss/
571
572 ALPHA PORT
573 M:      Richard Henderson <rth@twiddle.net>
574 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M:      Matt Turner <mattst88@gmail.com>
576 S:      Odd Fixes
577 L:      linux-alpha@vger.kernel.org
578 F:      arch/alpha/
579
580 ALTERA MAILBOX DRIVER
581 M:      Ley Foon Tan <lftan@altera.com>
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/mailbox/mailbox-altera.c
585
586 ALTERA PIO DRIVER
587 M:      Tien Hock Loh <thloh@altera.com>
588 L:      linux-gpio@vger.kernel.org
589 S:      Maintained
590 F:      drivers/gpio/gpio-altera.c
591
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M:      Vince Bridgers <vbridger@opensource.altera.com>
594 L:      netdev@vger.kernel.org
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/net/ethernet/altera/
598
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M:      Tobias Klauser <tklauser@distanz.ch>
601 L:      linux-serial@vger.kernel.org
602 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603 S:      Maintained
604 F:      drivers/tty/serial/altera_uart.c
605 F:      drivers/tty/serial/altera_jtaguart.c
606 F:      include/linux/altera_uart.h
607 F:      include/linux/altera_jtaguart.h
608
609 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M:      Tom Lendacky <thomas.lendacky@amd.com>
611 L:      linux-crypto@vger.kernel.org
612 S:      Supported
613 F:      drivers/crypto/ccp/
614 F:      include/linux/ccp.h
615
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L:      lm-sensors@lm-sensors.org
619 S:      Maintained
620 F:      Documentation/hwmon/fam15h_power
621 F:      drivers/hwmon/fam15h_power.c
622
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 S:      Orphan
626 F:      drivers/usb/gadget/udc/amd5536udc.*
627
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P:      Andres Salomon <dilinger@queued.net>
630 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632 S:      Supported
633 F:      drivers/char/hw_random/geode-rng.c
634 F:      drivers/crypto/geode*
635 F:      drivers/video/fbdev/geode/
636 F:      arch/x86/include/asm/geode.h
637
638 AMD IOMMU (AMD-VI)
639 M:      Joerg Roedel <joro@8bytes.org>
640 L:      iommu@lists.linux-foundation.org
641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642 S:      Maintained
643 F:      drivers/iommu/amd_iommu*.[ch]
644 F:      include/linux/amd-iommu.h
645
646 AMD KFD
647 M:      Oded Gabbay <oded.gabbay@gmail.com>
648 L:      dri-devel@lists.freedesktop.org
649 T:      git git://people.freedesktop.org/~gabbayo/linux.git
650 S:      Supported
651 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F:      drivers/gpu/drm/amd/amdkfd/
656 F:      drivers/gpu/drm/amd/include/cik_structs.h
657 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F:      drivers/gpu/drm/amd/include/vi_structs.h
659 F:      drivers/gpu/drm/radeon/radeon_kfd.c
660 F:      drivers/gpu/drm/radeon/radeon_kfd.h
661 F:      include/uapi/linux/kfd_ioctl.h
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARCNET NETWORK LAYER
812 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L:      netdev@vger.kernel.org
814 S:      Maintained
815 F:      drivers/net/arcnet/
816 F:      include/uapi/linux/if_arcnet.h
817
818 ARM MFM AND FLOPPY DRIVERS
819 M:      Ian Molton <spyro@f2s.com>
820 S:      Maintained
821 F:      arch/arm/lib/floppydma.S
822 F:      arch/arm/include/asm/floppy.h
823
824 ARM PMU PROFILING AND DEBUGGING
825 M:      Will Deacon <will.deacon@arm.com>
826 R:      Mark Rutland <mark.rutland@arm.com>
827 S:      Maintained
828 F:      arch/arm*/kernel/perf_*
829 F:      arch/arm/oprofile/common.c
830 F:      arch/arm*/kernel/hw_breakpoint.c
831 F:      arch/arm*/include/asm/hw_breakpoint.h
832 F:      arch/arm*/include/asm/perf_event.h
833 F:      drivers/perf/arm_pmu.c
834 F:      include/linux/perf/arm_pmu.h
835
836 ARM PORT
837 M:      Russell King <linux@arm.linux.org.uk>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 W:      http://www.arm.linux.org.uk/
840 S:      Maintained
841 F:      arch/arm/
842
843 ARM SUB-ARCHITECTURES
844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845 S:      Maintained
846 F:      arch/arm/mach-*/
847 F:      arch/arm/plat-*/
848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
849
850 ARM PRIMECELL AACI PL041 DRIVER
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      sound/arm/aaci.*
854
855 ARM PRIMECELL CLCD PL110 DRIVER
856 M:      Russell King <linux@arm.linux.org.uk>
857 S:      Maintained
858 F:      drivers/video/fbdev/amba-clcd.*
859
860 ARM PRIMECELL KMI PL050 DRIVER
861 M:      Russell King <linux@arm.linux.org.uk>
862 S:      Maintained
863 F:      drivers/input/serio/ambakmi.*
864 F:      include/linux/amba/kmi.h
865
866 ARM PRIMECELL MMCI PL180/1 DRIVER
867 M:      Russell King <linux@arm.linux.org.uk>
868 S:      Maintained
869 F:      drivers/mmc/host/mmci.*
870 F:      include/linux/amba/mmci.h
871
872 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
873 M:      Russell King <linux@arm.linux.org.uk>
874 S:      Maintained
875 F:      drivers/tty/serial/amba-pl01*.c
876 F:      include/linux/amba/serial.h
877
878 ARM PRIMECELL BUS SUPPORT
879 M:      Russell King <linux@arm.linux.org.uk>
880 S:      Maintained
881 F:      drivers/amba/
882 F:      include/linux/amba/bus.h
883
884 ARM/ADS SPHERE MACHINE SUPPORT
885 M:      Lennert Buytenhek <kernel@wantstofly.org>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 S:      Maintained
888
889 ARM/AFEB9260 MACHINE SUPPORT
890 M:      Sergey Lapin <slapin@ossfans.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893
894 ARM/AJECO 1ARM MACHINE SUPPORT
895 M:      Lennert Buytenhek <kernel@wantstofly.org>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S:      Maintained
898
899 ARM/Allwinner sunXi SoC support
900 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
901 M:      Chen-Yu Tsai <wens@csie.org>
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S:      Maintained
904 N:      sun[x456789]i
905
906 ARM/Allwinner SoC Clock Support
907 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
908 S:      Maintained
909 F:      drivers/clk/sunxi/
910
911 ARM/Amlogic MesonX SoC support
912 M:      Carlo Caione <carlo@caione.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915 F:      drivers/media/rc/meson-ir.c
916 N:      meson[x68]
917
918 ARM/Annapurna Labs ALPINE ARCHITECTURE
919 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
920 S:      Maintained
921 F:      arch/arm/mach-alpine/
922
923 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
925 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
926 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 W:      http://www.linux4sam.org
929 S:      Supported
930 F:      arch/arm/mach-at91/
931 F:      include/soc/at91/
932 F:      arch/arm/boot/dts/at91*.dts
933 F:      arch/arm/boot/dts/at91*.dtsi
934 F:      arch/arm/boot/dts/sama*.dts
935 F:      arch/arm/boot/dts/sama*.dtsi
936 F:      arch/arm/include/debug/at91.S
937
938 ARM/ATMEL AT91 Clock Support
939 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
940 S:      Maintained
941 F:      drivers/clk/at91
942
943 ARM/CALXEDA HIGHBANK ARCHITECTURE
944 M:      Rob Herring <robh@kernel.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      arch/arm/mach-highbank/
948
949 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
950 M:      Krzysztof Halasa <khalasa@piap.pl>
951 S:      Maintained
952 F:      arch/arm/mach-cns3xxx/
953
954 ARM/CAVIUM THUNDER NETWORK DRIVER
955 M:      Sunil Goutham <sgoutham@cavium.com>
956 M:      Robert Richter <rric@kernel.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Supported
959 F:      drivers/net/ethernet/cavium/thunder/
960
961 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
962 M:      Alexander Shiyan <shc_work@mail.ru>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Odd Fixes
965 N:      clps711x
966
967 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
968 M:      Hartley Sweeten <hsweeten@visionengravers.com>
969 M:      Ryan Mallon <rmallon@gmail.com>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S:      Maintained
972 F:      arch/arm/mach-ep93xx/
973 F:      arch/arm/mach-ep93xx/include/mach/
974
975 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
976 M:      Lennert Buytenhek <kernel@wantstofly.org>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S:      Maintained
979
980 ARM/CLKDEV SUPPORT
981 M:      Russell King <linux@arm.linux.org.uk>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984 F:      arch/arm/include/asm/clkdev.h
985 F:      drivers/clk/clkdev.c
986
987 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
988 M:      Mike Rapoport <mike@compulab.co.il>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 S:      Maintained
991
992 ARM/CONTEC MICRO9 MACHINE SUPPORT
993 M:      Hubert Feurstein <hubert.feurstein@contec.at>
994 S:      Maintained
995 F:      arch/arm/mach-ep93xx/micro9.c
996
997 ARM/CORESIGHT FRAMEWORK AND DRIVERS
998 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      drivers/hwtracing/coresight/*
1002 F:      Documentation/trace/coresight.txt
1003 F:      Documentation/devicetree/bindings/arm/coresight.txt
1004 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1005
1006 ARM/CORGI MACHINE SUPPORT
1007 M:      Richard Purdie <rpurdie@rpsys.net>
1008 S:      Maintained
1009
1010 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1011 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 T:      git git://github.com/ulli-kroll/linux.git
1014 S:      Maintained
1015 F:      arch/arm/mach-gemini/
1016 F:      drivers/rtc/rtc-gemini.c
1017
1018 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1019 M:      Barry Song <baohua@kernel.org>
1020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1022 S:      Maintained
1023 F:      arch/arm/mach-prima2/
1024 F:      drivers/clk/sirf/
1025 F:      drivers/clocksource/timer-prima2.c
1026 F:      drivers/clocksource/timer-atlas7.c
1027 N:      [^a-z]sirf
1028
1029 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1030 M:      Baruch Siach <baruch@tkos.co.il>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033 F:      arch/arm/boot/dts/cx92755*
1034 N:      digicolor
1035
1036 ARM/EBSA110 MACHINE SUPPORT
1037 M:      Russell King <linux@arm.linux.org.uk>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W:      http://www.arm.linux.org.uk/
1040 S:      Maintained
1041 F:      arch/arm/mach-ebsa110/
1042 F:      drivers/net/ethernet/amd/am79c961a.*
1043
1044 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1045 M:      Uwe Kleine-König <kernel@pengutronix.de>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 N:      efm32
1049
1050 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1051 M:      Daniel Ribeiro <drwyrm@gmail.com>
1052 M:      Stefan Schmidt <stefan@openezx.org>
1053 M:      Harald Welte <laforge@openezx.org>
1054 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1055 W:      http://www.openezx.org/
1056 S:      Maintained
1057 T:      topgit git://git.openezx.org/openezx.git
1058 F:      arch/arm/mach-pxa/ezx.c
1059
1060 ARM/FARADAY FA526 PORT
1061 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Maintained
1064 T:      git git://git.berlios.de/gemini-board
1065 F:      arch/arm/mm/*-fa*
1066
1067 ARM/FOOTBRIDGE ARCHITECTURE
1068 M:      Russell King <linux@arm.linux.org.uk>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 W:      http://www.arm.linux.org.uk/
1071 S:      Maintained
1072 F:      arch/arm/include/asm/hardware/dec21285.h
1073 F:      arch/arm/mach-footbridge/
1074
1075 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1076 M:      Shawn Guo <shawnguo@kernel.org>
1077 M:      Sascha Hauer <kernel@pengutronix.de>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1081 F:      arch/arm/mach-imx/
1082 F:      arch/arm/mach-mxs/
1083 F:      arch/arm/boot/dts/imx*
1084 F:      arch/arm/configs/imx*_defconfig
1085 F:      drivers/clk/imx/
1086 F:      include/soc/imx/
1087
1088 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1089 M:      Shawn Guo <shawnguo@kernel.org>
1090 M:      Sascha Hauer <kernel@pengutronix.de>
1091 R:      Stefan Agner <stefan@agner.ch>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1095 F:      arch/arm/mach-imx/*vf610*
1096 F:      arch/arm/boot/dts/vf*
1097
1098 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102
1103 ARM/GUMSTIX MACHINE SUPPORT
1104 M:      Steve Sakoman <sakoman@gmail.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107
1108 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1109 M:      Philipp Zabel <philipp.zabel@gmail.com>
1110 M:      Paul Parsons <lost.distance@yahoo.com>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Maintained
1113 F:      arch/arm/mach-pxa/hx4700.c
1114 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1115 F:      sound/soc/pxa/hx4700.c
1116
1117 ARM/HISILICON SOC SUPPORT
1118 M:      Wei Xu <xuwei5@hisilicon.com>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 W:      http://www.hisilicon.com
1121 S:      Supported
1122 T:      git git://github.com/hisilicon/linux-hisi.git
1123 F:      arch/arm/mach-hisi/
1124
1125 ARM/HP JORNADA 7XX MACHINE SUPPORT
1126 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1127 W:      www.jlime.com
1128 S:      Maintained
1129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1130 F:      arch/arm/mach-sa1100/jornada720.c
1131 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1132
1133 ARM/IGEP MACHINE SUPPORT
1134 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1135 M:      Javier Martinez Canillas <javier@dowhile0.org>
1136 L:      linux-omap@vger.kernel.org
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 F:      arch/arm/boot/dts/omap3-igep*
1140
1141 ARM/INCOME PXA270 SUPPORT
1142 M:      Marek Vasut <marek.vasut@gmail.com>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1146
1147 ARM/INTEL IOP32X ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IOP33X ARM ARCHITECTURE
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Orphan
1155
1156 ARM/INTEL IOP13XX ARM ARCHITECTURE
1157 M:      Lennert Buytenhek <kernel@wantstofly.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160
1161 ARM/INTEL IQ81342EX MACHINE SUPPORT
1162 M:      Lennert Buytenhek <kernel@wantstofly.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/INTEL IXDP2850 MACHINE SUPPORT
1167 M:      Lennert Buytenhek <kernel@wantstofly.org>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170
1171 ARM/INTEL IXP4XX ARM ARCHITECTURE
1172 M:      Imre Kaloz <kaloz@openwrt.org>
1173 M:      Krzysztof Halasa <khalasa@piap.pl>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176 F:      arch/arm/mach-ixp4xx/
1177
1178 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1179 M:      Jonathan Cameron <jic23@cam.ac.uk>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      arch/arm/mach-pxa/stargate2.c
1183 F:      drivers/pcmcia/pxa2xx_stargate2.c
1184
1185 ARM/INTEL XSC3 (MANZANO) ARM CORE
1186 M:      Lennert Buytenhek <kernel@wantstofly.org>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189
1190 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1191 M:      Lennert Buytenhek <kernel@wantstofly.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1196 M:      Santosh Shilimkar <ssantosh@kernel.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199 F:      arch/arm/mach-keystone/
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1201
1202 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1203 M:      Santosh Shilimkar <ssantosh@kernel.org>
1204 L:      linux-kernel@vger.kernel.org
1205 S:      Maintained
1206 F:      drivers/clk/keystone/
1207
1208 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1209 M:      Santosh Shilimkar <ssantosh@kernel.org>
1210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 L:      linux-kernel@vger.kernel.org
1212 S:      Maintained
1213 F:      drivers/clocksource/timer-keystone.c
1214
1215 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1216 M:      Santosh Shilimkar <ssantosh@kernel.org>
1217 L:      linux-kernel@vger.kernel.org
1218 S:      Maintained
1219 F:      drivers/power/reset/keystone-reset.c
1220
1221 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1222 M:      Santosh Shilimkar <ssantosh@kernel.org>
1223 L:      linux-kernel@vger.kernel.org
1224 S:      Maintained
1225 F:      drivers/memory/*emif*
1226
1227 ARM/LOGICPD PXA270 MACHINE SUPPORT
1228 M:      Lennert Buytenhek <kernel@wantstofly.org>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231
1232 ARM/LPC18XX ARCHITECTURE
1233 M:      Joachim Eastwood <manabian@gmail.com>
1234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S:      Maintained
1236 N:      lpc18xx
1237
1238 ARM/MAGICIAN MACHINE SUPPORT
1239 M:      Philipp Zabel <philipp.zabel@gmail.com>
1240 S:      Maintained
1241
1242 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1243 M:      Jason Cooper <jason@lakedaemon.net>
1244 M:      Andrew Lunn <andrew@lunn.ch>
1245 M:      Gregory Clement <gregory.clement@free-electrons.com>
1246 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249 F:      arch/arm/mach-mvebu/
1250 F:      drivers/rtc/rtc-armada38x.c
1251 F:      arch/arm/boot/dts/armada*
1252 F:      arch/arm/boot/dts/kirkwood*
1253
1254
1255 ARM/Marvell Berlin SoC support
1256 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259 F:      arch/arm/mach-berlin/
1260 F:      arch/arm/boot/dts/berlin*
1261
1262
1263 ARM/Marvell Dove/MV78xx0/Orion SOC support
1264 M:      Jason Cooper <jason@lakedaemon.net>
1265 M:      Andrew Lunn <andrew@lunn.ch>
1266 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1267 M:      Gregory Clement <gregory.clement@free-electrons.com>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/mach-dove/
1271 F:      arch/arm/mach-mv78xx0/
1272 F:      arch/arm/mach-orion5x/
1273 F:      arch/arm/plat-orion/
1274 F:      arch/arm/boot/dts/dove*
1275 F:      arch/arm/boot/dts/orion5x*
1276
1277
1278 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1279 M:      Alexander Clouter <alex@digriz.org.uk>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W:      http://www.digriz.org.uk/ts78xx/kernel
1282 S:      Maintained
1283 F:      arch/arm/mach-orion5x/ts78xx-*
1284
1285 ARM/Mediatek RTC DRIVER
1286 M:      Eddie Huang <eddie.huang@mediatek.com>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      drivers/rtc/rtc-mt6397.c
1291
1292 ARM/Mediatek SoC support
1293 M:      Matthias Brugger <matthias.bgg@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1296 S:      Maintained
1297 F:      arch/arm/boot/dts/mt6*
1298 F:      arch/arm/boot/dts/mt8*
1299 F:      arch/arm/mach-mediatek/
1300 N:      mtk
1301 K:      mediatek
1302
1303 ARM/Mediatek USB3 PHY DRIVER
1304 M:      Chunfeng Yun <chunfeng.yun@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/phy/phy-mt65xx-usb3.c
1309
1310 ARM/MICREL KS8695 ARCHITECTURE
1311 M:      Greg Ungerer <gerg@uclinux.org>
1312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 F:      arch/arm/mach-ks8695/
1314 S:      Odd Fixes
1315
1316 ARM/MIOA701 MACHINE SUPPORT
1317 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 F:      arch/arm/mach-pxa/mioa701.c
1320 S:      Maintained
1321
1322 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1323 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1324 S:      Maintained
1325
1326 ARM/NOMADIK ARCHITECTURE
1327 M:      Alessandro Rubini <rubini@unipv.it>
1328 M:      Linus Walleij <linus.walleij@linaro.org>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Maintained
1331 F:      arch/arm/mach-nomadik/
1332 F:      drivers/pinctrl/nomadik/
1333 F:      drivers/i2c/busses/i2c-nomadik.c
1334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1335
1336 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1337 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1338 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1339 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1340 S:      Supported
1341
1342 ARM/TOSA MACHINE SUPPORT
1343 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1344 M:      Dirk Opfer <dirk@opfer-online.de>
1345 S:      Maintained
1346
1347 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1348 M:      Marek Vasut <marek.vasut@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1353 F:      arch/arm/mach-pxa/palmtx.c
1354 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1355 F:      arch/arm/mach-pxa/palmt5.c
1356 F:      arch/arm/mach-pxa/include/mach/palmld.h
1357 F:      arch/arm/mach-pxa/palmld.c
1358 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1359 F:      arch/arm/mach-pxa/palmte2.c
1360 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1361 F:      arch/arm/mach-pxa/palmtc.c
1362
1363 ARM/PALM TREO SUPPORT
1364 M:      Tomas Cech <sleep_walker@suse.com>
1365 L:      linux-arm-kernel@lists.infradead.org
1366 W:      http://hackndev.com
1367 S:      Maintained
1368 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1369 F:      arch/arm/mach-pxa/palmtreo.c
1370
1371 ARM/PALMZ72 SUPPORT
1372 M:      Sergey Lapin <slapin@ossfans.org>
1373 L:      linux-arm-kernel@lists.infradead.org
1374 W:      http://hackndev.com
1375 S:      Maintained
1376 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1377 F:      arch/arm/mach-pxa/palmz72.c
1378
1379 ARM/PLEB SUPPORT
1380 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1381 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1382 S:      Maintained
1383
1384 ARM/PT DIGITAL BOARD PORT
1385 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 W:      http://www.arm.linux.org.uk/
1388 S:      Maintained
1389
1390 ARM/QUALCOMM SUPPORT
1391 M:      Kumar Gala <galak@codeaurora.org>
1392 M:      Andy Gross <agross@codeaurora.org>
1393 M:      David Brown <davidb@codeaurora.org>
1394 L:      linux-arm-msm@vger.kernel.org
1395 L:      linux-soc@vger.kernel.org
1396 S:      Maintained
1397 F:      arch/arm/mach-qcom/
1398 F:      drivers/soc/qcom/
1399 F:      drivers/tty/serial/msm_serial.h
1400 F:      drivers/tty/serial/msm_serial.c
1401 F:      drivers/*/pm8???-*
1402 F:      drivers/mfd/ssbi.c
1403 F:      drivers/firmware/qcom_scm.c
1404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1405
1406 ARM/RADISYS ENP2611 MACHINE SUPPORT
1407 M:      Lennert Buytenhek <kernel@wantstofly.org>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 S:      Maintained
1410
1411 ARM/RISCPC ARCHITECTURE
1412 M:      Russell King <linux@arm.linux.org.uk>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 W:      http://www.arm.linux.org.uk/
1415 S:      Maintained
1416 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1417 F:      arch/arm/include/asm/hardware/ioc.h
1418 F:      arch/arm/include/asm/hardware/iomd.h
1419 F:      arch/arm/include/asm/hardware/memc.h
1420 F:      arch/arm/mach-rpc/
1421 F:      drivers/net/ethernet/8390/etherh.c
1422 F:      drivers/net/ethernet/i825xx/ether1*
1423 F:      drivers/net/ethernet/seeq/ether3*
1424 F:      drivers/scsi/arm/
1425
1426 ARM/Rockchip SoC support
1427 M:      Heiko Stuebner <heiko@sntech.de>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L:      linux-rockchip@lists.infradead.org
1430 S:      Maintained
1431 F:      arch/arm/boot/dts/rk3*
1432 F:      arch/arm/mach-rockchip/
1433 F:      drivers/clk/rockchip/
1434 F:      drivers/i2c/busses/i2c-rk3x.c
1435 F:      drivers/*/*rockchip*
1436 F:      drivers/*/*/*rockchip*
1437 F:      sound/soc/rockchip/
1438 N:      rockchip
1439
1440 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1441 M:      Kukjin Kim <kgene@kernel.org>
1442 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1445 S:      Maintained
1446 F:      arch/arm/boot/dts/s3c*
1447 F:      arch/arm/boot/dts/exynos*
1448 F:      arch/arm64/boot/dts/exynos/
1449 F:      arch/arm/plat-samsung/
1450 F:      arch/arm/mach-s3c24*/
1451 F:      arch/arm/mach-s3c64xx/
1452 F:      arch/arm/mach-s5p*/
1453 F:      arch/arm/mach-exynos*/
1454 F:      drivers/*/*s3c2410*
1455 F:      drivers/*/*/*s3c2410*
1456 F:      drivers/spi/spi-s3c*
1457 F:      sound/soc/samsung/*
1458 N:      exynos
1459
1460 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1461 M:      Kyungmin Park <kyungmin.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 S:      Maintained
1464 F:      arch/arm/mach-s5pv210/
1465
1466 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1467 M:      Kyungmin Park <kyungmin.park@samsung.com>
1468 M:      Kamil Debski <k.debski@samsung.com>
1469 L:      linux-arm-kernel@lists.infradead.org
1470 L:      linux-media@vger.kernel.org
1471 S:      Maintained
1472 F:      drivers/media/platform/s5p-g2d/
1473
1474 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1475 M:      Kyungmin Park <kyungmin.park@samsung.com>
1476 M:      Kamil Debski <k.debski@samsung.com>
1477 M:      Jeongtae Park <jtp.park@samsung.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 L:      linux-media@vger.kernel.org
1480 S:      Maintained
1481 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1482 F:      drivers/media/platform/s5p-mfc/
1483
1484 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1485 M:      Kyungmin Park <kyungmin.park@samsung.com>
1486 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 L:      linux-media@vger.kernel.org
1489 S:      Maintained
1490 F:      drivers/media/platform/s5p-tv/
1491
1492 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1493 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1494 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1495 L:      linux-arm-kernel@lists.infradead.org
1496 L:      linux-media@vger.kernel.org
1497 S:      Maintained
1498 F:      drivers/media/platform/s5p-jpeg/
1499
1500 ARM/SHMOBILE ARM ARCHITECTURE
1501 M:      Simon Horman <horms@verge.net.au>
1502 M:      Magnus Damm <magnus.damm@gmail.com>
1503 L:      linux-sh@vger.kernel.org
1504 W:      http://oss.renesas.com
1505 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1507 S:      Supported
1508 F:      arch/arm/boot/dts/emev2*
1509 F:      arch/arm/boot/dts/r7s*
1510 F:      arch/arm/boot/dts/r8a*
1511 F:      arch/arm/boot/dts/sh*
1512 F:      arch/arm/configs/bockw_defconfig
1513 F:      arch/arm/configs/marzen_defconfig
1514 F:      arch/arm/configs/shmobile_defconfig
1515 F:      arch/arm/include/debug/renesas-scif.S
1516 F:      arch/arm/mach-shmobile/
1517 F:      drivers/sh/
1518
1519 ARM/SOCFPGA ARCHITECTURE
1520 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1521 S:      Maintained
1522 F:      arch/arm/mach-socfpga/
1523 F:      arch/arm/boot/dts/socfpga*
1524 F:      arch/arm/configs/socfpga_defconfig
1525 W:      http://www.rocketboards.org
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1527
1528 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1529 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1530 S:      Maintained
1531 F:      drivers/clk/socfpga/
1532
1533 ARM/SOCFPGA EDAC SUPPORT
1534 M:      Thor Thayer <tthayer@opensource.altera.com>
1535 S:      Maintained
1536 F:      drivers/edac/altera_edac.
1537
1538 ARM/STI ARCHITECTURE
1539 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1540 M:      Maxime Coquelin <maxime.coquelin@st.com>
1541 M:      Patrice Chotard <patrice.chotard@st.com>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 L:      kernel@stlinux.com
1544 W:      http://www.stlinux.com
1545 S:      Maintained
1546 F:      arch/arm/mach-sti/
1547 F:      arch/arm/boot/dts/sti*
1548 F:      drivers/char/hw_random/st-rng.c
1549 F:      drivers/clocksource/arm_global_timer.c
1550 F:      drivers/clocksource/clksrc_st_lpc.c
1551 F:      drivers/i2c/busses/i2c-st.c
1552 F:      drivers/media/rc/st_rc.c
1553 F:      drivers/media/platform/sti/c8sectpfe/
1554 F:      drivers/mmc/host/sdhci-st.c
1555 F:      drivers/phy/phy-miphy28lp.c
1556 F:      drivers/phy/phy-miphy365x.c
1557 F:      drivers/phy/phy-stih407-usb.c
1558 F:      drivers/phy/phy-stih41x-usb.c
1559 F:      drivers/pinctrl/pinctrl-st.c
1560 F:      drivers/reset/sti/
1561 F:      drivers/rtc/rtc-st-lpc.c
1562 F:      drivers/tty/serial/st-asc.c
1563 F:      drivers/usb/dwc3/dwc3-st.c
1564 F:      drivers/usb/host/ehci-st.c
1565 F:      drivers/usb/host/ohci-st.c
1566 F:      drivers/watchdog/st_lpc_wdt.c
1567 F:      drivers/ata/ahci_st.c
1568
1569 ARM/STM32 ARCHITECTURE
1570 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S:      Maintained
1573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1574 N:      stm32
1575 F:      drivers/clocksource/armv7m_systick.c
1576
1577 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1578 M:      Lennert Buytenhek <kernel@wantstofly.org>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 S:      Maintained
1581
1582 ARM/TETON BGA MACHINE SUPPORT
1583 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1584 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 S:      Maintained
1586
1587 ARM/THECUS N2100 MACHINE SUPPORT
1588 M:      Lennert Buytenhek <kernel@wantstofly.org>
1589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1590 S:      Maintained
1591
1592 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1593 M:      Wan ZongShun <mcuos.com@gmail.com>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 W:      http://www.mcuos.com
1596 S:      Maintained
1597 F:      arch/arm/mach-w90x900/
1598 F:      drivers/input/keyboard/w90p910_keypad.c
1599 F:      drivers/input/touchscreen/w90p910_ts.c
1600 F:      drivers/watchdog/nuc900_wdt.c
1601 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1602 F:      drivers/mtd/nand/nuc900_nand.c
1603 F:      drivers/rtc/rtc-nuc900.c
1604 F:      drivers/spi/spi-nuc900.c
1605 F:      drivers/usb/host/ehci-w90x900.c
1606 F:      drivers/video/fbdev/nuc900fb.c
1607
1608 ARM/U300 MACHINE SUPPORT
1609 M:      Linus Walleij <linus.walleij@linaro.org>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Supported
1612 F:      arch/arm/mach-u300/
1613 F:      drivers/clocksource/timer-u300.c
1614 F:      drivers/i2c/busses/i2c-stu300.c
1615 F:      drivers/rtc/rtc-coh901331.c
1616 F:      drivers/watchdog/coh901327_wdt.c
1617 F:      drivers/dma/coh901318*
1618 F:      drivers/mfd/ab3100*
1619 F:      drivers/rtc/rtc-ab3100.c
1620 F:      drivers/rtc/rtc-coh901331.c
1621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1622
1623 ARM/UNIPHIER ARCHITECTURE
1624 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1626 S:      Maintained
1627 F:      arch/arm/boot/dts/uniphier*
1628 F:      arch/arm/mach-uniphier/
1629 F:      drivers/pinctrl/uniphier/
1630 F:      drivers/tty/serial/8250/8250_uniphier.c
1631 N:      uniphier
1632
1633 ARM/Ux500 ARM ARCHITECTURE
1634 M:      Linus Walleij <linus.walleij@linaro.org>
1635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 S:      Maintained
1637 F:      arch/arm/mach-ux500/
1638 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1639 F:      drivers/dma/ste_dma40*
1640 F:      drivers/hwspinlock/u8500_hsem.c
1641 F:      drivers/mfd/abx500*
1642 F:      drivers/mfd/ab8500*
1643 F:      drivers/mfd/dbx500*
1644 F:      drivers/mfd/db8500*
1645 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1646 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1647 F:      drivers/rtc/rtc-ab8500.c
1648 F:      drivers/rtc/rtc-pl031.c
1649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1650
1651 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1652 M:      Ulf Hansson <ulf.hansson@linaro.org>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 T:      git git://git.linaro.org/people/ulfh/clk.git
1655 S:      Maintained
1656 F:      drivers/clk/ux500/
1657 F:      include/linux/platform_data/clk-ux500.h
1658
1659 ARM/VERSATILE EXPRESS PLATFORM
1660 M:      Liviu Dudau <liviu.dudau@arm.com>
1661 M:      Sudeep Holla <sudeep.holla@arm.com>
1662 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm/boot/dts/vexpress*
1666 F:      arch/arm64/boot/dts/arm/vexpress*
1667 F:      arch/arm/mach-vexpress/
1668 F:      */*/vexpress*
1669 F:      */*/*/vexpress*
1670 F:      drivers/clk/versatile/clk-vexpress-osc.c
1671 F:      drivers/clocksource/versatile.c
1672
1673 ARM/VFP SUPPORT
1674 M:      Russell King <linux@arm.linux.org.uk>
1675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 W:      http://www.arm.linux.org.uk/
1677 S:      Maintained
1678 F:      arch/arm/vfp/
1679
1680 ARM/VOIPAC PXA270 SUPPORT
1681 M:      Marek Vasut <marek.vasut@gmail.com>
1682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683 S:      Maintained
1684 F:      arch/arm/mach-pxa/vpac270.c
1685 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1686
1687 ARM/VT8500 ARM ARCHITECTURE
1688 M:      Tony Prisk <linux@prisktech.co.nz>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 S:      Maintained
1691 F:      arch/arm/mach-vt8500/
1692 F:      drivers/clocksource/vt8500_timer.c
1693 F:      drivers/i2c/busses/i2c-wmt.c
1694 F:      drivers/mmc/host/wmt-sdmmc.c
1695 F:      drivers/pwm/pwm-vt8500.c
1696 F:      drivers/rtc/rtc-vt8500.c
1697 F:      drivers/tty/serial/vt8500_serial.c
1698 F:      drivers/usb/host/ehci-platform.c
1699 F:      drivers/usb/host/uhci-platform.c
1700 F:      drivers/video/fbdev/vt8500lcdfb.*
1701 F:      drivers/video/fbdev/wm8505fb*
1702 F:      drivers/video/fbdev/wmt_ge_rops.*
1703
1704 ARM/ZIPIT Z2 SUPPORT
1705 M:      Marek Vasut <marek.vasut@gmail.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 S:      Maintained
1708 F:      arch/arm/mach-pxa/z2.c
1709 F:      arch/arm/mach-pxa/include/mach/z2.h
1710
1711 ARM/ZTE ARCHITECTURE
1712 M:      Jun Nie <jun.nie@linaro.org>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715 F:      arch/arm/mach-zx/
1716 F:      drivers/clk/zte/
1717 F:      Documentation/devicetree/bindings/arm/zte.txt
1718 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1719
1720 ARM/ZYNQ ARCHITECTURE
1721 M:      Michal Simek <michal.simek@xilinx.com>
1722 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 W:      http://wiki.xilinx.com
1725 T:      git https://github.com/Xilinx/linux-xlnx.git
1726 S:      Supported
1727 F:      arch/arm/mach-zynq/
1728 F:      drivers/cpuidle/cpuidle-zynq.c
1729 F:      drivers/block/xsysace.c
1730 N:      zynq
1731 N:      xilinx
1732 F:      drivers/clocksource/cadence_ttc_timer.c
1733 F:      drivers/i2c/busses/i2c-cadence.c
1734 F:      drivers/mmc/host/sdhci-of-arasan.c
1735 F:      drivers/edac/synopsys_edac.c
1736
1737 ARM SMMU DRIVERS
1738 M:      Will Deacon <will.deacon@arm.com>
1739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1740 S:      Maintained
1741 F:      drivers/iommu/arm-smmu.c
1742 F:      drivers/iommu/arm-smmu-v3.c
1743 F:      drivers/iommu/io-pgtable-arm.c
1744
1745 ARM64 PORT (AARCH64 ARCHITECTURE)
1746 M:      Catalin Marinas <catalin.marinas@arm.com>
1747 M:      Will Deacon <will.deacon@arm.com>
1748 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 S:      Maintained
1750 F:      arch/arm64/
1751 F:      Documentation/arm64/
1752
1753 AS3645A LED FLASH CONTROLLER DRIVER
1754 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1755 L:      linux-media@vger.kernel.org
1756 T:      git git://linuxtv.org/media_tree.git
1757 S:      Maintained
1758 F:      drivers/media/i2c/as3645a.c
1759 F:      include/media/as3645a.h
1760
1761 ASC7621 HARDWARE MONITOR DRIVER
1762 M:      George Joseph <george.joseph@fairview5.com>
1763 L:      lm-sensors@lm-sensors.org
1764 S:      Maintained
1765 F:      Documentation/hwmon/asc7621
1766 F:      drivers/hwmon/asc7621.c
1767
1768 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1769 M:      Corentin Chary <corentin.chary@gmail.com>
1770 L:      acpi4asus-user@lists.sourceforge.net
1771 L:      platform-driver-x86@vger.kernel.org
1772 W:      http://acpi4asus.sf.net
1773 S:      Maintained
1774 F:      drivers/platform/x86/asus*.c
1775 F:      drivers/platform/x86/eeepc*.c
1776
1777 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1778 R:      Dan Williams <dan.j.williams@intel.com>
1779 W:      http://sourceforge.net/projects/xscaleiop
1780 S:      Odd fixes
1781 F:      Documentation/crypto/async-tx-api.txt
1782 F:      crypto/async_tx/
1783 F:      drivers/dma/
1784 F:      include/linux/dmaengine.h
1785 F:      include/linux/async_tx.h
1786
1787 AT24 EEPROM DRIVER
1788 M:      Wolfram Sang <wsa@the-dreams.de>
1789 L:      linux-i2c@vger.kernel.org
1790 S:      Maintained
1791 F:      drivers/misc/eeprom/at24.c
1792 F:      include/linux/platform_data/at24.h
1793
1794 ATA OVER ETHERNET (AOE) DRIVER
1795 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1796 W:      http://www.openaoe.org/
1797 S:      Supported
1798 F:      Documentation/aoe/
1799 F:      drivers/block/aoe/
1800
1801 ATHEROS 71XX/9XXX GPIO DRIVER
1802 M:      Alban Bedel <albeu@free.fr>
1803 W:      https://github.com/AlbanBedel/linux
1804 T:      git git://github.com/AlbanBedel/linux
1805 S:      Maintained
1806 F:      drivers/gpio/gpio-ath79.c
1807 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1808
1809 ATHEROS ATH GENERIC UTILITIES
1810 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1811 L:      linux-wireless@vger.kernel.org
1812 S:      Supported
1813 F:      drivers/net/wireless/ath/*
1814
1815 ATHEROS ATH5K WIRELESS DRIVER
1816 M:      Jiri Slaby <jirislaby@gmail.com>
1817 M:      Nick Kossifidis <mickflemm@gmail.com>
1818 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1819 L:      linux-wireless@vger.kernel.org
1820 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1821 S:      Maintained
1822 F:      drivers/net/wireless/ath/ath5k/
1823
1824 ATHEROS ATH6KL WIRELESS DRIVER
1825 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1826 L:      linux-wireless@vger.kernel.org
1827 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1828 T:      git git://github.com/kvalo/ath.git
1829 S:      Supported
1830 F:      drivers/net/wireless/ath/ath6kl/
1831
1832 WILOCITY WIL6210 WIRELESS DRIVER
1833 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1834 L:      linux-wireless@vger.kernel.org
1835 L:      wil6210@qca.qualcomm.com
1836 S:      Supported
1837 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1838 F:      drivers/net/wireless/ath/wil6210/
1839 F:      include/uapi/linux/wil6210_uapi.h
1840
1841 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1842 M:      Christian Lamparter <chunkeey@googlemail.com>
1843 L:      linux-wireless@vger.kernel.org
1844 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1845 S:      Maintained
1846 F:      drivers/net/wireless/ath/carl9170/
1847
1848 ATK0110 HWMON DRIVER
1849 M:      Luca Tettamanti <kronos.it@gmail.com>
1850 L:      lm-sensors@lm-sensors.org
1851 S:      Maintained
1852 F:      drivers/hwmon/asus_atk0110.c
1853
1854 ATI_REMOTE2 DRIVER
1855 M:      Ville Syrjala <syrjala@sci.fi>
1856 S:      Maintained
1857 F:      drivers/input/misc/ati_remote2.c
1858
1859 ATLX ETHERNET DRIVERS
1860 M:      Jay Cliburn <jcliburn@gmail.com>
1861 M:      Chris Snook <chris.snook@gmail.com>
1862 L:      netdev@vger.kernel.org
1863 W:      http://sourceforge.net/projects/atl1
1864 W:      http://atl1.sourceforge.net
1865 S:      Maintained
1866 F:      drivers/net/ethernet/atheros/
1867
1868 ATM
1869 M:      Chas Williams <3chas3@gmail.com>
1870 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1871 L:      netdev@vger.kernel.org
1872 W:      http://linux-atm.sourceforge.net
1873 S:      Maintained
1874 F:      drivers/atm/
1875 F:      include/linux/atm*
1876 F:      include/uapi/linux/atm*
1877
1878 ATMEL AT91 / AT32 MCI DRIVER
1879 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1880 S:      Maintained
1881 F:      drivers/mmc/host/atmel-mci.c
1882 F:      drivers/mmc/host/atmel-mci-regs.h
1883
1884 ATMEL AT91 / AT32 SERIAL DRIVER
1885 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1886 S:      Supported
1887 F:      drivers/tty/serial/atmel_serial.c
1888
1889 ATMEL Audio ALSA driver
1890 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1891 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1892 S:      Supported
1893 F:      sound/soc/atmel
1894
1895 ATMEL DMA DRIVER
1896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1898 S:      Supported
1899 F:      drivers/dma/at_hdmac.c
1900 F:      drivers/dma/at_hdmac_regs.h
1901 F:      include/linux/platform_data/dma-atmel.h
1902
1903 ATMEL XDMA DRIVER
1904 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1905 L:      linux-arm-kernel@lists.infradead.org
1906 L:      dmaengine@vger.kernel.org
1907 S:      Supported
1908 F:      drivers/dma/at_xdmac.c
1909
1910 ATMEL I2C DRIVER
1911 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1912 L:      linux-i2c@vger.kernel.org
1913 S:      Supported
1914 F:      drivers/i2c/busses/i2c-at91.c
1915
1916 ATMEL ISI DRIVER
1917 M:      Josh Wu <josh.wu@atmel.com>
1918 L:      linux-media@vger.kernel.org
1919 S:      Supported
1920 F:      drivers/media/platform/soc_camera/atmel-isi.c
1921 F:      include/media/atmel-isi.h
1922
1923 ATMEL LCDFB DRIVER
1924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1925 L:      linux-fbdev@vger.kernel.org
1926 S:      Maintained
1927 F:      drivers/video/fbdev/atmel_lcdfb.c
1928 F:      include/video/atmel_lcdc.h
1929
1930 ATMEL MACB ETHERNET DRIVER
1931 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1932 S:      Supported
1933 F:      drivers/net/ethernet/cadence/
1934
1935 ATMEL NAND DRIVER
1936 M:      Josh Wu <josh.wu@atmel.com>
1937 L:      linux-mtd@lists.infradead.org
1938 S:      Supported
1939 F:      drivers/mtd/nand/atmel_nand*
1940
1941 ATMEL SDMMC DRIVER
1942 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1943 L:      linux-mmc@vger.kernel.org
1944 S:      Supported
1945 F:      drivers/mmc/host/sdhci-of-at91.c
1946
1947 ATMEL SPI DRIVER
1948 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1949 S:      Supported
1950 F:      drivers/spi/spi-atmel.*
1951
1952 ATMEL SSC DRIVER
1953 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1955 S:      Supported
1956 F:      drivers/misc/atmel-ssc.c
1957 F:      include/linux/atmel-ssc.h
1958
1959 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1960 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962 S:      Supported
1963 F:      drivers/misc/atmel_tclib.c
1964 F:      drivers/clocksource/tcb_clksrc.c
1965
1966 ATMEL USBA UDC DRIVER
1967 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 S:      Supported
1970 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1971
1972 ATMEL WIRELESS DRIVER
1973 M:      Simon Kelley <simon@thekelleys.org.uk>
1974 L:      linux-wireless@vger.kernel.org
1975 W:      http://www.thekelleys.org.uk/atmel
1976 W:      http://atmelwlandriver.sourceforge.net/
1977 S:      Maintained
1978 F:      drivers/net/wireless/atmel*
1979
1980 ATMEL MAXTOUCH DRIVER
1981 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1982 T:      git git://github.com/atmel-maxtouch/linux.git
1983 S:      Supported
1984 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1985 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1986 F:      include/linux/platform_data/atmel_mxt_ts.h
1987
1988 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1989 M:      Bradley Grove <linuxdrivers@attotech.com>
1990 L:      linux-scsi@vger.kernel.org
1991 W:      http://www.attotech.com
1992 S:      Supported
1993 F:      drivers/scsi/esas2r
1994
1995 ATUSB IEEE 802.15.4 RADIO DRIVER
1996 M:      Stefan Schmidt <stefan@osg.samsung.com>
1997 L:      linux-wpan@vger.kernel.org
1998 S:      Maintained
1999 F:      drivers/net/ieee802154/atusb.c
2000 F:      drivers/net/ieee802154/atusb.h
2001 F:      drivers/net/ieee802154/at86rf230.h
2002
2003 AUDIT SUBSYSTEM
2004 M:      Paul Moore <paul@paul-moore.com>
2005 M:      Eric Paris <eparis@redhat.com>
2006 L:      linux-audit@redhat.com (moderated for non-subscribers)
2007 W:      http://people.redhat.com/sgrubb/audit/
2008 T:      git git://git.infradead.org/users/pcmoore/audit
2009 S:      Maintained
2010 F:      include/linux/audit.h
2011 F:      include/uapi/linux/audit.h
2012 F:      kernel/audit*
2013
2014 AUXILIARY DISPLAY DRIVERS
2015 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2016 W:      http://miguelojeda.es/auxdisplay.htm
2017 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2018 S:      Maintained
2019 F:      drivers/auxdisplay/
2020 F:      include/linux/cfag12864b.h
2021
2022 AVR32 ARCHITECTURE
2023 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2024 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2025 W:      http://www.atmel.com/products/AVR32/
2026 W:      http://mirror.egtvedt.no/avr32linux.org/
2027 W:      http://avrfreaks.net/
2028 S:      Maintained
2029 F:      arch/avr32/
2030
2031 AVR32/AT32AP MACHINE SUPPORT
2032 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2033 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2034 S:      Maintained
2035 F:      arch/avr32/mach-at32ap/
2036
2037 AX.25 NETWORK LAYER
2038 M:      Ralf Baechle <ralf@linux-mips.org>
2039 L:      linux-hams@vger.kernel.org
2040 W:      http://www.linux-ax25.org/
2041 S:      Maintained
2042 F:      include/uapi/linux/ax25.h
2043 F:      include/net/ax25.h
2044 F:      net/ax25/
2045
2046 AZ6007 DVB DRIVER
2047 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2048 L:      linux-media@vger.kernel.org
2049 W:      http://linuxtv.org
2050 T:      git git://linuxtv.org/media_tree.git
2051 S:      Maintained
2052 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2053
2054 AZTECH FM RADIO RECEIVER DRIVER
2055 M:      Hans Verkuil <hverkuil@xs4all.nl>
2056 L:      linux-media@vger.kernel.org
2057 T:      git git://linuxtv.org/media_tree.git
2058 W:      http://linuxtv.org
2059 S:      Maintained
2060 F:      drivers/media/radio/radio-aztech*
2061
2062 B43 WIRELESS DRIVER
2063 L:      linux-wireless@vger.kernel.org
2064 L:      b43-dev@lists.infradead.org
2065 W:      http://wireless.kernel.org/en/users/Drivers/b43
2066 S:      Odd Fixes
2067 F:      drivers/net/wireless/b43/
2068
2069 B43LEGACY WIRELESS DRIVER
2070 M:      Larry Finger <Larry.Finger@lwfinger.net>
2071 L:      linux-wireless@vger.kernel.org
2072 L:      b43-dev@lists.infradead.org
2073 W:      http://wireless.kernel.org/en/users/Drivers/b43
2074 S:      Maintained
2075 F:      drivers/net/wireless/b43legacy/
2076
2077 BACKLIGHT CLASS/SUBSYSTEM
2078 M:      Jingoo Han <jingoohan1@gmail.com>
2079 M:      Lee Jones <lee.jones@linaro.org>
2080 S:      Maintained
2081 F:      drivers/video/backlight/
2082 F:      include/linux/backlight.h
2083
2084 BATMAN ADVANCED
2085 M:      Marek Lindner <mareklindner@neomailbox.ch>
2086 M:      Simon Wunderlich <sw@simonwunderlich.de>
2087 M:      Antonio Quartulli <antonio@meshcoding.com>
2088 L:      b.a.t.m.a.n@lists.open-mesh.org
2089 W:      http://www.open-mesh.org/
2090 S:      Maintained
2091 F:      net/batman-adv/
2092
2093 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2094 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2095 L:      linux-hams@vger.kernel.org
2096 W:      http://www.baycom.org/~tom/ham/ham.html
2097 S:      Maintained
2098 F:      drivers/net/hamradio/baycom*
2099
2100 BCACHE (BLOCK LAYER CACHE)
2101 M:      Kent Overstreet <kent.overstreet@gmail.com>
2102 L:      linux-bcache@vger.kernel.org
2103 W:      http://bcache.evilpiepirate.org
2104 S:      Maintained
2105 F:      drivers/md/bcache/
2106
2107 BDISP ST MEDIA DRIVER
2108 M:      Fabien Dessenne <fabien.dessenne@st.com>
2109 L:      linux-media@vger.kernel.org
2110 T:      git git://linuxtv.org/media_tree.git
2111 W:      http://linuxtv.org
2112 S:      Supported
2113 F:      drivers/media/platform/sti/bdisp
2114
2115 BEFS FILE SYSTEM
2116 S:      Orphan
2117 F:      Documentation/filesystems/befs.txt
2118 F:      fs/befs/
2119
2120 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2121 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2122 L:      netdev@vger.kernel.org
2123 S:      Maintained
2124 F:      drivers/net/ethernet/ec_bhf.c
2125
2126 BFS FILE SYSTEM
2127 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2128 S:      Maintained
2129 F:      Documentation/filesystems/bfs.txt
2130 F:      fs/bfs/
2131 F:      include/uapi/linux/bfs_fs.h
2132
2133 BLACKFIN ARCHITECTURE
2134 M:      Steven Miao <realmz6@gmail.com>
2135 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2136 T:      git git://git.code.sf.net/p/adi-linux/code
2137 W:      http://blackfin.uclinux.org
2138 S:      Supported
2139 F:      arch/blackfin/
2140
2141 BLACKFIN EMAC DRIVER
2142 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2143 W:      http://blackfin.uclinux.org
2144 S:      Supported
2145 F:      drivers/net/ethernet/adi/
2146
2147 BLACKFIN RTC DRIVER
2148 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2149 W:      http://blackfin.uclinux.org
2150 S:      Supported
2151 F:      drivers/rtc/rtc-bfin.c
2152
2153 BLACKFIN SDH DRIVER
2154 M:      Sonic Zhang <sonic.zhang@analog.com>
2155 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2156 W:      http://blackfin.uclinux.org
2157 S:      Supported
2158 F:      drivers/mmc/host/bfin_sdh.c
2159
2160 BLACKFIN SERIAL DRIVER
2161 M:      Sonic Zhang <sonic.zhang@analog.com>
2162 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2163 W:      http://blackfin.uclinux.org
2164 S:      Supported
2165 F:      drivers/tty/serial/bfin_uart.c
2166
2167 BLACKFIN WATCHDOG DRIVER
2168 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2169 W:      http://blackfin.uclinux.org
2170 S:      Supported
2171 F:      drivers/watchdog/bfin_wdt.c
2172
2173 BLACKFIN I2C TWI DRIVER
2174 M:      Sonic Zhang <sonic.zhang@analog.com>
2175 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2176 W:      http://blackfin.uclinux.org/
2177 S:      Supported
2178 F:      drivers/i2c/busses/i2c-bfin-twi.c
2179
2180 BLACKFIN MEDIA DRIVER
2181 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2182 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2183 W:      http://blackfin.uclinux.org/
2184 S:      Supported
2185 F:      drivers/media/platform/blackfin/
2186 F:      drivers/media/i2c/adv7183*
2187 F:      drivers/media/i2c/vs6624*
2188
2189 BLINKM RGB LED DRIVER
2190 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2191 S:      Maintained
2192 F:      drivers/leds/leds-blinkm.c
2193
2194 BLOCK LAYER
2195 M:      Jens Axboe <axboe@kernel.dk>
2196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2197 S:      Maintained
2198 F:      block/
2199 F:      kernel/trace/blktrace.c
2200
2201 BLOCK2MTD DRIVER
2202 M:      Joern Engel <joern@lazybastard.org>
2203 L:      linux-mtd@lists.infradead.org
2204 S:      Maintained
2205 F:      drivers/mtd/devices/block2mtd.c
2206
2207 BLUETOOTH DRIVERS
2208 M:      Marcel Holtmann <marcel@holtmann.org>
2209 M:      Gustavo Padovan <gustavo@padovan.org>
2210 M:      Johan Hedberg <johan.hedberg@gmail.com>
2211 L:      linux-bluetooth@vger.kernel.org
2212 W:      http://www.bluez.org/
2213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2215 S:      Maintained
2216 F:      drivers/bluetooth/
2217
2218 BLUETOOTH SUBSYSTEM
2219 M:      Marcel Holtmann <marcel@holtmann.org>
2220 M:      Gustavo Padovan <gustavo@padovan.org>
2221 M:      Johan Hedberg <johan.hedberg@gmail.com>
2222 L:      linux-bluetooth@vger.kernel.org
2223 W:      http://www.bluez.org/
2224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2226 S:      Maintained
2227 F:      net/bluetooth/
2228 F:      include/net/bluetooth/
2229
2230 BONDING DRIVER
2231 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2232 M:      Veaceslav Falico <vfalico@gmail.com>
2233 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2234 L:      netdev@vger.kernel.org
2235 W:      http://sourceforge.net/projects/bonding/
2236 S:      Supported
2237 F:      drivers/net/bonding/
2238 F:      include/uapi/linux/if_bonding.h
2239
2240 BPF (Safe dynamic programs and tools)
2241 M:      Alexei Starovoitov <ast@kernel.org>
2242 L:      netdev@vger.kernel.org
2243 L:      linux-kernel@vger.kernel.org
2244 S:      Supported
2245 F:      kernel/bpf/
2246
2247 BROADCOM B44 10/100 ETHERNET DRIVER
2248 M:      Gary Zambrano <zambrano@broadcom.com>
2249 L:      netdev@vger.kernel.org
2250 S:      Supported
2251 F:      drivers/net/ethernet/broadcom/b44.*
2252
2253 BROADCOM GENET ETHERNET DRIVER
2254 M:      Florian Fainelli <f.fainelli@gmail.com>
2255 L:      netdev@vger.kernel.org
2256 S:      Supported
2257 F:      drivers/net/ethernet/broadcom/genet/
2258
2259 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2260 M:      Sony Chacko <sony.chacko@qlogic.com>
2261 M:      Dept-HSGLinuxNICDev@qlogic.com
2262 L:      netdev@vger.kernel.org
2263 S:      Supported
2264 F:      drivers/net/ethernet/broadcom/bnx2.*
2265 F:      drivers/net/ethernet/broadcom/bnx2_*
2266
2267 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2268 M:      Ariel Elior <ariel.elior@qlogic.com>
2269 L:      netdev@vger.kernel.org
2270 S:      Supported
2271 F:      drivers/net/ethernet/broadcom/bnx2x/
2272
2273 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2274 M:      Florian Fainelli <f.fainelli@gmail.com>
2275 M:      Ray Jui <rjui@broadcom.com>
2276 M:      Scott Branden <sbranden@broadcom.com>
2277 L:      bcm-kernel-feedback-list@broadcom.com
2278 T:      git git://github.com/broadcom/mach-bcm
2279 S:      Maintained
2280 F:      arch/arm/mach-bcm/
2281 F:      arch/arm/boot/dts/bcm113*
2282 F:      arch/arm/boot/dts/bcm216*
2283 F:      arch/arm/boot/dts/bcm281*
2284 F:      arch/arm/configs/bcm_defconfig
2285 F:      drivers/mmc/host/sdhci-bcm-kona.c
2286 F:      drivers/clocksource/bcm_kona_timer.c
2287
2288 BROADCOM BCM2835 ARM ARCHITECTURE
2289 M:      Stephen Warren <swarren@wwwdotorg.org>
2290 M:      Lee Jones <lee@kernel.org>
2291 M:      Eric Anholt <eric@anholt.net>
2292 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2295 S:      Maintained
2296 N:      bcm2835
2297
2298 BROADCOM BCM33XX MIPS ARCHITECTURE
2299 M:      Kevin Cernekee <cernekee@gmail.com>
2300 L:      linux-mips@linux-mips.org
2301 S:      Maintained
2302 F:      arch/mips/bcm3384/*
2303 F:      arch/mips/include/asm/mach-bcm3384/*
2304 F:      arch/mips/kernel/*bmips*
2305
2306 BROADCOM BCM47XX MIPS ARCHITECTURE
2307 M:      Hauke Mehrtens <hauke@hauke-m.de>
2308 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2309 L:      linux-mips@linux-mips.org
2310 S:      Maintained
2311 F:      arch/mips/bcm47xx/*
2312 F:      arch/mips/include/asm/mach-bcm47xx/*
2313
2314 BROADCOM BCM5301X ARM ARCHITECTURE
2315 M:      Hauke Mehrtens <hauke@hauke-m.de>
2316 L:      linux-arm-kernel@lists.infradead.org
2317 S:      Maintained
2318 F:      arch/arm/mach-bcm/bcm_5301x.c
2319 F:      arch/arm/boot/dts/bcm5301x.dtsi
2320 F:      arch/arm/boot/dts/bcm470*
2321
2322 BROADCOM BCM63XX ARM ARCHITECTURE
2323 M:      Florian Fainelli <f.fainelli@gmail.com>
2324 L:      linux-arm-kernel@lists.infradead.org
2325 T:      git git://github.com/broadcom/arm-bcm63xx.git
2326 S:      Maintained
2327 F:      arch/arm/mach-bcm/bcm63xx.c
2328 F:      arch/arm/include/debug/bcm63xx.S
2329
2330 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2331 M:      Kevin Cernekee <cernekee@gmail.com>
2332 L:      linux-usb@vger.kernel.org
2333 S:      Maintained
2334 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2335
2336 BROADCOM BCM7XXX ARM ARCHITECTURE
2337 M:      Brian Norris <computersforpeace@gmail.com>
2338 M:      Gregory Fong <gregory.0xf0@gmail.com>
2339 M:      Florian Fainelli <f.fainelli@gmail.com>
2340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2341 T:      git git://github.com/broadcom/stblinux.git
2342 S:      Maintained
2343 F:      arch/arm/mach-bcm/*brcmstb*
2344 F:      arch/arm/boot/dts/bcm7*.dts*
2345 F:      drivers/bus/brcmstb_gisb.c
2346 N:      brcmstb
2347
2348 BROADCOM BMIPS MIPS ARCHITECTURE
2349 M:      Kevin Cernekee <cernekee@gmail.com>
2350 M:      Florian Fainelli <f.fainelli@gmail.com>
2351 L:      linux-mips@linux-mips.org
2352 T:      git git://github.com/broadcom/stblinux.git
2353 S:      Maintained
2354 F:      arch/mips/bmips/*
2355 F:      arch/mips/include/asm/mach-bmips/*
2356 F:      arch/mips/kernel/*bmips*
2357 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2358 F:      drivers/irqchip/irq-bcm7*
2359 F:      drivers/irqchip/irq-brcmstb*
2360
2361 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2362 M:      Prashant Sreedharan <prashant@broadcom.com>
2363 M:      Michael Chan <mchan@broadcom.com>
2364 L:      netdev@vger.kernel.org
2365 S:      Supported
2366 F:      drivers/net/ethernet/broadcom/tg3.*
2367
2368 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2369 M:      Brett Rudley <brudley@broadcom.com>
2370 M:      Arend van Spriel <arend@broadcom.com>
2371 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2372 M:      Hante Meuleman <meuleman@broadcom.com>
2373 L:      linux-wireless@vger.kernel.org
2374 L:      brcm80211-dev-list@broadcom.com
2375 S:      Supported
2376 F:      drivers/net/wireless/brcm80211/
2377
2378 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2379 M:      QLogic-Storage-Upstream@qlogic.com
2380 L:      linux-scsi@vger.kernel.org
2381 S:      Supported
2382 F:      drivers/scsi/bnx2fc/
2383
2384 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2385 M:      QLogic-Storage-Upstream@qlogic.com
2386 L:      linux-scsi@vger.kernel.org
2387 S:      Supported
2388 F:      drivers/scsi/bnx2i/
2389
2390 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2391 M:      Ray Jui <rjui@broadcom.com>
2392 M:      Scott Branden <sbranden@broadcom.com>
2393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2394 L:      bcm-kernel-feedback-list@broadcom.com
2395 T:      git git://github.com/broadcom/cygnus-linux.git
2396 S:      Maintained
2397 N:      iproc
2398 N:      cygnus
2399 N:      bcm9113*
2400 N:      bcm9583*
2401 N:      bcm583*
2402 N:      bcm113*
2403
2404 BROADCOM BRCMSTB GPIO DRIVER
2405 M:      Gregory Fong <gregory.0xf0@gmail.com>
2406 L:      bcm-kernel-feedback-list@broadcom.com>
2407 S:      Supported
2408 F:      drivers/gpio/gpio-brcmstb.c
2409 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2410
2411 BROADCOM KONA GPIO DRIVER
2412 M:      Ray Jui <rjui@broadcom.com>
2413 L:      bcm-kernel-feedback-list@broadcom.com
2414 S:      Supported
2415 F:      drivers/gpio/gpio-bcm-kona.c
2416 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2417
2418 BROADCOM NVRAM DRIVER
2419 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2420 L:      linux-mips@linux-mips.org
2421 S:      Maintained
2422 F:      drivers/firmware/broadcom/*
2423
2424 BROADCOM STB NAND FLASH DRIVER
2425 M:      Brian Norris <computersforpeace@gmail.com>
2426 L:      linux-mtd@lists.infradead.org
2427 S:      Maintained
2428 F:      drivers/mtd/nand/brcmnand/
2429
2430 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2431 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2432 L:      linux-wireless@vger.kernel.org
2433 S:      Maintained
2434 F:      drivers/bcma/
2435 F:      include/linux/bcma/
2436
2437 BROADCOM SYSTEMPORT ETHERNET DRIVER
2438 M:      Florian Fainelli <f.fainelli@gmail.com>
2439 L:      netdev@vger.kernel.org
2440 S:      Supported
2441 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2442
2443 BROCADE BFA FC SCSI DRIVER
2444 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2445 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2446 L:      linux-scsi@vger.kernel.org
2447 S:      Supported
2448 F:      drivers/scsi/bfa/
2449
2450 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2451 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2452 L:      netdev@vger.kernel.org
2453 S:      Supported
2454 F:      drivers/net/ethernet/brocade/bna/
2455
2456 BSG (block layer generic sg v4 driver)
2457 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2458 L:      linux-scsi@vger.kernel.org
2459 S:      Supported
2460 F:      block/bsg.c
2461 F:      include/linux/bsg.h
2462 F:      include/uapi/linux/bsg.h
2463
2464 BT87X AUDIO DRIVER
2465 M:      Clemens Ladisch <clemens@ladisch.de>
2466 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2467 T:      git git://git.alsa-project.org/alsa-kernel.git
2468 S:      Maintained
2469 F:      Documentation/sound/alsa/Bt87x.txt
2470 F:      sound/pci/bt87x.c
2471
2472 BT8XXGPIO DRIVER
2473 M:      Michael Buesch <m@bues.ch>
2474 W:      http://bu3sch.de/btgpio.php
2475 S:      Maintained
2476 F:      drivers/gpio/gpio-bt8xx.c
2477
2478 BTRFS FILE SYSTEM
2479 M:      Chris Mason <clm@fb.com>
2480 M:      Josef Bacik <jbacik@fb.com>
2481 M:      David Sterba <dsterba@suse.com>
2482 L:      linux-btrfs@vger.kernel.org
2483 W:      http://btrfs.wiki.kernel.org/
2484 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2486 S:      Maintained
2487 F:      Documentation/filesystems/btrfs.txt
2488 F:      fs/btrfs/
2489
2490 BTTV VIDEO4LINUX DRIVER
2491 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2492 L:      linux-media@vger.kernel.org
2493 W:      http://linuxtv.org
2494 T:      git git://linuxtv.org/media_tree.git
2495 S:      Odd fixes
2496 F:      Documentation/video4linux/bttv/
2497 F:      drivers/media/pci/bt8xx/bttv*
2498
2499 BUSLOGIC SCSI DRIVER
2500 M:      Khalid Aziz <khalid@gonehiking.org>
2501 L:      linux-scsi@vger.kernel.org
2502 S:      Maintained
2503 F:      drivers/scsi/BusLogic.*
2504 F:      drivers/scsi/FlashPoint.*
2505
2506 C-MEDIA CMI8788 DRIVER
2507 M:      Clemens Ladisch <clemens@ladisch.de>
2508 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2509 T:      git git://git.alsa-project.org/alsa-kernel.git
2510 S:      Maintained
2511 F:      sound/pci/oxygen/
2512
2513 C6X ARCHITECTURE
2514 M:      Mark Salter <msalter@redhat.com>
2515 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2516 L:      linux-c6x-dev@linux-c6x.org
2517 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2518 S:      Maintained
2519 F:      arch/c6x/
2520
2521 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2522 M:      David Howells <dhowells@redhat.com>
2523 L:      linux-cachefs@redhat.com
2524 S:      Supported
2525 F:      Documentation/filesystems/caching/cachefiles.txt
2526 F:      fs/cachefiles/
2527
2528 CADET FM/AM RADIO RECEIVER DRIVER
2529 M:      Hans Verkuil <hverkuil@xs4all.nl>
2530 L:      linux-media@vger.kernel.org
2531 T:      git git://linuxtv.org/media_tree.git
2532 W:      http://linuxtv.org
2533 S:      Maintained
2534 F:      drivers/media/radio/radio-cadet*
2535
2536 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2537 M:      Jonathan Corbet <corbet@lwn.net>
2538 L:      linux-media@vger.kernel.org
2539 T:      git git://linuxtv.org/media_tree.git
2540 S:      Maintained
2541 F:      Documentation/video4linux/cafe_ccic
2542 F:      drivers/media/platform/marvell-ccic/
2543
2544 CAIF NETWORK LAYER
2545 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2546 L:      netdev@vger.kernel.org
2547 S:      Supported
2548 F:      Documentation/networking/caif/
2549 F:      drivers/net/caif/
2550 F:      include/uapi/linux/caif/
2551 F:      include/net/caif/
2552 F:      net/caif/
2553
2554 CALGARY x86-64 IOMMU
2555 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2556 M:      "Jon D. Mason" <jdmason@kudzu.us>
2557 L:      discuss@x86-64.org
2558 S:      Maintained
2559 F:      arch/x86/kernel/pci-calgary_64.c
2560 F:      arch/x86/kernel/tce_64.c
2561 F:      arch/x86/include/asm/calgary.h
2562 F:      arch/x86/include/asm/tce.h
2563
2564 CAN NETWORK LAYER
2565 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2566 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2567 L:      linux-can@vger.kernel.org
2568 W:      https://github.com/linux-can
2569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2571 S:      Maintained
2572 F:      Documentation/networking/can.txt
2573 F:      net/can/
2574 F:      include/linux/can/core.h
2575 F:      include/uapi/linux/can.h
2576 F:      include/uapi/linux/can/bcm.h
2577 F:      include/uapi/linux/can/raw.h
2578 F:      include/uapi/linux/can/gw.h
2579
2580 CAN NETWORK DRIVERS
2581 M:      Wolfgang Grandegger <wg@grandegger.com>
2582 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2583 L:      linux-can@vger.kernel.org
2584 W:      https://github.com/linux-can
2585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2587 S:      Maintained
2588 F:      drivers/net/can/
2589 F:      include/linux/can/dev.h
2590 F:      include/linux/can/platform/
2591 F:      include/uapi/linux/can/error.h
2592 F:      include/uapi/linux/can/netlink.h
2593
2594 CAPABILITIES
2595 M:      Serge Hallyn <serge.hallyn@canonical.com>
2596 L:      linux-security-module@vger.kernel.org
2597 S:      Supported
2598 F:      include/linux/capability.h
2599 F:      include/uapi/linux/capability.h
2600 F:      security/commoncap.c
2601 F:      kernel/capability.c
2602
2603 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2604 M:      Kevin Tsai <ktsai@capellamicro.com>
2605 S:      Maintained
2606 F:      drivers/iio/light/cm*
2607 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2608
2609 CAVIUM LIQUIDIO NETWORK DRIVER
2610 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2611 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2612 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2613 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2614 L:     netdev@vger.kernel.org
2615 W:     http://www.cavium.com
2616 S:     Supported
2617 F:     drivers/net/ethernet/cavium/liquidio/
2618
2619 CC2520 IEEE-802.15.4 RADIO DRIVER
2620 M:      Varka Bhadram <varkabhadram@gmail.com>
2621 L:      linux-wpan@vger.kernel.org
2622 S:      Maintained
2623 F:      drivers/net/ieee802154/cc2520.c
2624 F:      include/linux/spi/cc2520.h
2625 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2626
2627 CELL BROADBAND ENGINE ARCHITECTURE
2628 M:      Arnd Bergmann <arnd@arndb.de>
2629 L:      linuxppc-dev@lists.ozlabs.org
2630 W:      http://www.ibm.com/developerworks/power/cell/
2631 S:      Supported
2632 F:      arch/powerpc/include/asm/cell*.h
2633 F:      arch/powerpc/include/asm/spu*.h
2634 F:      arch/powerpc/include/uapi/asm/spu*.h
2635 F:      arch/powerpc/oprofile/*cell*
2636 F:      arch/powerpc/platforms/cell/
2637
2638 CEPH COMMON CODE (LIBCEPH)
2639 M:      Ilya Dryomov <idryomov@gmail.com>
2640 M:      "Yan, Zheng" <zyan@redhat.com>
2641 M:      Sage Weil <sage@redhat.com>
2642 L:      ceph-devel@vger.kernel.org
2643 W:      http://ceph.com/
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2645 T:      git git://github.com/ceph/ceph-client.git
2646 S:      Supported
2647 F:      net/ceph/
2648 F:      include/linux/ceph/
2649 F:      include/linux/crush/
2650
2651 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2652 M:      "Yan, Zheng" <zyan@redhat.com>
2653 M:      Sage Weil <sage@redhat.com>
2654 M:      Ilya Dryomov <idryomov@gmail.com>
2655 L:      ceph-devel@vger.kernel.org
2656 W:      http://ceph.com/
2657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2658 T:      git git://github.com/ceph/ceph-client.git
2659 S:      Supported
2660 F:      Documentation/filesystems/ceph.txt
2661 F:      fs/ceph/
2662
2663 CERTIFICATE HANDLING:
2664 M:      David Howells <dhowells@redhat.com>
2665 M:      David Woodhouse <dwmw2@infradead.org>
2666 L:      keyrings@linux-nfs.org
2667 S:      Maintained
2668 F:      Documentation/module-signing.txt
2669 F:      certs/
2670 F:      scripts/extract-cert.c
2671
2672 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2673 L:      linux-usb@vger.kernel.org
2674 S:      Orphan
2675 F:      Documentation/usb/WUSB-Design-overview.txt
2676 F:      Documentation/usb/wusb-cbaf
2677 F:      drivers/usb/host/hwa-hc.c
2678 F:      drivers/usb/host/whci/
2679 F:      drivers/usb/wusbcore/
2680 F:      include/linux/usb/wusb*
2681
2682 CFAG12864B LCD DRIVER
2683 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2684 W:      http://miguelojeda.es/auxdisplay.htm
2685 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2686 S:      Maintained
2687 F:      drivers/auxdisplay/cfag12864b.c
2688 F:      include/linux/cfag12864b.h
2689
2690 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2691 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2692 W:      http://miguelojeda.es/auxdisplay.htm
2693 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2694 S:      Maintained
2695 F:      drivers/auxdisplay/cfag12864bfb.c
2696 F:      include/linux/cfag12864b.h
2697
2698 CFG80211 and NL80211
2699 M:      Johannes Berg <johannes@sipsolutions.net>
2700 L:      linux-wireless@vger.kernel.org
2701 W:      http://wireless.kernel.org/
2702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2704 S:      Maintained
2705 F:      include/uapi/linux/nl80211.h
2706 F:      include/net/cfg80211.h
2707 F:      net/wireless/*
2708 X:      net/wireless/wext*
2709
2710 CHAR and MISC DRIVERS
2711 M:      Arnd Bergmann <arnd@arndb.de>
2712 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2714 S:      Supported
2715 F:      drivers/char/*
2716 F:      drivers/misc/*
2717 F:      include/linux/miscdevice.h
2718
2719 CHECKPATCH
2720 M:      Andy Whitcroft <apw@canonical.com>
2721 M:      Joe Perches <joe@perches.com>
2722 S:      Maintained
2723 F:      scripts/checkpatch.pl
2724
2725 CHINESE DOCUMENTATION
2726 M:      Harry Wei <harryxiyou@gmail.com>
2727 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2728 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2729 S:      Maintained
2730 F:      Documentation/zh_CN/
2731
2732 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2733 M:      Peter Chen <Peter.Chen@freescale.com>
2734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2735 L:      linux-usb@vger.kernel.org
2736 S:      Maintained
2737 F:      drivers/usb/chipidea/
2738
2739 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2740 M:      Hans de Goede <hdegoede@redhat.com>
2741 L:      linux-input@vger.kernel.org
2742 S:      Maintained
2743 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2744 F:      drivers/input/touchscreen/chipone_icn8318.c
2745
2746 CHROME HARDWARE PLATFORM SUPPORT
2747 M:      Olof Johansson <olof@lixom.net>
2748 S:      Maintained
2749 F:      drivers/platform/chrome/
2750
2751 CISCO VIC ETHERNET NIC DRIVER
2752 M:      Christian Benvenuti <benve@cisco.com>
2753 M:      Sujith Sankar <ssujith@cisco.com>
2754 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2755 M:      Neel Patel <neepatel@cisco.com>
2756 S:      Supported
2757 F:      drivers/net/ethernet/cisco/enic/
2758
2759 CISCO VIC LOW LATENCY NIC DRIVER
2760 M:      Upinder Malhi <umalhi@cisco.com>
2761 S:      Supported
2762 F:      drivers/infiniband/hw/usnic
2763
2764 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2765 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2766 L:      netdev@vger.kernel.org
2767 S:      Maintained
2768 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2769
2770 CIRRUS LOGIC AUDIO CODEC DRIVERS
2771 M:      Brian Austin <brian.austin@cirrus.com>
2772 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2773 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2774 S:      Maintained
2775 F:      sound/soc/codecs/cs*
2776
2777 CLEANCACHE API
2778 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2779 L:      linux-kernel@vger.kernel.org
2780 S:      Maintained
2781 F:      mm/cleancache.c
2782 F:      include/linux/cleancache.h
2783
2784 CLK API
2785 M:      Russell King <linux@arm.linux.org.uk>
2786 L:      linux-clk@vger.kernel.org
2787 S:      Maintained
2788 F:      include/linux/clk.h
2789
2790 CLOCKSOURCE, CLOCKEVENT DRIVERS
2791 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2792 M:      Thomas Gleixner <tglx@linutronix.de>
2793 L:      linux-kernel@vger.kernel.org
2794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2795 S:      Supported
2796 F:      drivers/clocksource
2797
2798 CISCO FCOE HBA DRIVER
2799 M:      Hiral Patel <hiralpat@cisco.com>
2800 M:      Suma Ramars <sramars@cisco.com>
2801 M:      Brian Uchino <buchino@cisco.com>
2802 L:      linux-scsi@vger.kernel.org
2803 S:      Supported
2804 F:      drivers/scsi/fnic/
2805
2806 CISCO SCSI HBA DRIVER
2807 M:      Narsimhulu Musini <nmusini@cisco.com>
2808 M:      Sesidhar Baddela <sebaddel@cisco.com>
2809 L:      linux-scsi@vger.kernel.org
2810 S:      Supported
2811 F:      drivers/scsi/snic/
2812
2813 CMPC ACPI DRIVER
2814 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2815 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2816 L:      platform-driver-x86@vger.kernel.org
2817 S:      Supported
2818 F:      drivers/platform/x86/classmate-laptop.c
2819
2820 COBALT MEDIA DRIVER
2821 M:      Hans Verkuil <hans.verkuil@cisco.com>
2822 L:      linux-media@vger.kernel.org
2823 T:      git git://linuxtv.org/media_tree.git
2824 W:      http://linuxtv.org
2825 S:      Supported
2826 F:      drivers/media/pci/cobalt/
2827
2828 COCCINELLE/Semantic Patches (SmPL)
2829 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2830 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2831 M:      Nicolas Palix <nicolas.palix@imag.fr>
2832 M:      Michal Marek <mmarek@suse.com>
2833 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2835 W:      http://coccinelle.lip6.fr/
2836 S:      Supported
2837 F:      Documentation/coccinelle.txt
2838 F:      scripts/coccinelle/
2839 F:      scripts/coccicheck
2840
2841 CODA FILE SYSTEM
2842 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2843 M:      coda@cs.cmu.edu
2844 L:      codalist@coda.cs.cmu.edu
2845 W:      http://www.coda.cs.cmu.edu/
2846 S:      Maintained
2847 F:      Documentation/filesystems/coda.txt
2848 F:      fs/coda/
2849 F:      include/linux/coda*.h
2850 F:      include/uapi/linux/coda*.h
2851
2852 CODA V4L2 MEM2MEM DRIVER
2853 M:      Philipp Zabel <p.zabel@pengutronix.de>
2854 L:      linux-media@vger.kernel.org
2855 S:      Maintained
2856 F:      Documentation/devicetree/bindings/media/coda.txt
2857 F:      drivers/media/platform/coda/
2858
2859 COMMON CLK FRAMEWORK
2860 M:      Michael Turquette <mturquette@baylibre.com>
2861 M:      Stephen Boyd <sboyd@codeaurora.org>
2862 L:      linux-clk@vger.kernel.org
2863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2864 S:      Maintained
2865 F:      drivers/clk/
2866 X:      drivers/clk/clkdev.c
2867 F:      include/linux/clk-pr*
2868 F:      include/linux/clk/
2869
2870 COMMON INTERNET FILE SYSTEM (CIFS)
2871 M:      Steve French <sfrench@samba.org>
2872 L:      linux-cifs@vger.kernel.org
2873 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2874 W:      http://linux-cifs.samba.org/
2875 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2876 S:      Supported
2877 F:      Documentation/filesystems/cifs/
2878 F:      fs/cifs/
2879
2880 COMPACTPCI HOTPLUG CORE
2881 M:      Scott Murray <scott@spiteful.org>
2882 L:      linux-pci@vger.kernel.org
2883 S:      Maintained
2884 F:      drivers/pci/hotplug/cpci_hotplug*
2885
2886 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2887 M:      Scott Murray <scott@spiteful.org>
2888 L:      linux-pci@vger.kernel.org
2889 S:      Maintained
2890 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2891
2892 COMPACTPCI HOTPLUG GENERIC DRIVER
2893 M:      Scott Murray <scott@spiteful.org>
2894 L:      linux-pci@vger.kernel.org
2895 S:      Maintained
2896 F:      drivers/pci/hotplug/cpcihp_generic.c
2897
2898 COMPAL LAPTOP SUPPORT
2899 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2900 L:      platform-driver-x86@vger.kernel.org
2901 S:      Maintained
2902 F:      drivers/platform/x86/compal-laptop.c
2903
2904 CONEXANT ACCESSRUNNER USB DRIVER
2905 M:      Simon Arlott <cxacru@fire.lp0.eu>
2906 L:      accessrunner-general@lists.sourceforge.net
2907 W:      http://accessrunner.sourceforge.net/
2908 S:      Maintained
2909 F:      drivers/usb/atm/cxacru.c
2910
2911 CONFIGFS
2912 M:      Joel Becker <jlbec@evilplan.org>
2913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2914 S:      Supported
2915 F:      fs/configfs/
2916 F:      include/linux/configfs.h
2917
2918 CONNECTOR
2919 M:      Evgeniy Polyakov <zbr@ioremap.net>
2920 L:      netdev@vger.kernel.org
2921 S:      Maintained
2922 F:      drivers/connector/
2923
2924 CONTROL GROUP (CGROUP)
2925 M:      Tejun Heo <tj@kernel.org>
2926 M:      Li Zefan <lizefan@huawei.com>
2927 M:      Johannes Weiner <hannes@cmpxchg.org>
2928 L:      cgroups@vger.kernel.org
2929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2930 S:      Maintained
2931 F:      Documentation/cgroups/
2932 F:      include/linux/cgroup*
2933 F:      kernel/cgroup*
2934
2935 CONTROL GROUP - CPUSET
2936 M:      Li Zefan <lizefan@huawei.com>
2937 L:      cgroups@vger.kernel.org
2938 W:      http://www.bullopensource.org/cpuset/
2939 W:      http://oss.sgi.com/projects/cpusets/
2940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2941 S:      Maintained
2942 F:      Documentation/cgroups/cpusets.txt
2943 F:      include/linux/cpuset.h
2944 F:      kernel/cpuset.c
2945
2946 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2947 M:      Johannes Weiner <hannes@cmpxchg.org>
2948 M:      Michal Hocko <mhocko@kernel.org>
2949 L:      cgroups@vger.kernel.org
2950 L:      linux-mm@kvack.org
2951 S:      Maintained
2952 F:      mm/memcontrol.c
2953 F:      mm/swap_cgroup.c
2954
2955 CORETEMP HARDWARE MONITORING DRIVER
2956 M:      Fenghua Yu <fenghua.yu@intel.com>
2957 L:      lm-sensors@lm-sensors.org
2958 S:      Maintained
2959 F:      Documentation/hwmon/coretemp
2960 F:      drivers/hwmon/coretemp.c
2961
2962 COSA/SRP SYNC SERIAL DRIVER
2963 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2964 W:      http://www.fi.muni.cz/~kas/cosa/
2965 S:      Maintained
2966 F:      drivers/net/wan/cosa*
2967
2968 CPMAC ETHERNET DRIVER
2969 M:      Florian Fainelli <florian@openwrt.org>
2970 L:      netdev@vger.kernel.org
2971 S:      Maintained
2972 F:      drivers/net/ethernet/ti/cpmac.c
2973
2974 CPU FREQUENCY DRIVERS
2975 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2976 M:      Viresh Kumar <viresh.kumar@linaro.org>
2977 L:      linux-pm@vger.kernel.org
2978 S:      Maintained
2979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2980 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2981 F:      drivers/cpufreq/
2982 F:      include/linux/cpufreq.h
2983
2984 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2985 M:      Viresh Kumar <viresh.kumar@linaro.org>
2986 M:      Sudeep Holla <sudeep.holla@arm.com>
2987 L:      linux-pm@vger.kernel.org
2988 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2989 S:      Maintained
2990 F:      drivers/cpufreq/arm_big_little.h
2991 F:      drivers/cpufreq/arm_big_little.c
2992 F:      drivers/cpufreq/arm_big_little_dt.c
2993
2994 CPUIDLE DRIVER - ARM BIG LITTLE
2995 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2996 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2997 L:      linux-pm@vger.kernel.org
2998 L:      linux-arm-kernel@lists.infradead.org
2999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3000 S:      Maintained
3001 F:      drivers/cpuidle/cpuidle-big_little.c
3002
3003 CPUIDLE DRIVER - ARM EXYNOS
3004 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3005 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3006 M:      Kukjin Kim <kgene@kernel.org>
3007 L:      linux-pm@vger.kernel.org
3008 L:      linux-samsung-soc@vger.kernel.org
3009 S:      Supported
3010 F:      drivers/cpuidle/cpuidle-exynos.c
3011 F:      arch/arm/mach-exynos/pm.c
3012
3013 CPUIDLE DRIVERS
3014 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3015 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3016 L:      linux-pm@vger.kernel.org
3017 S:      Maintained
3018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3019 F:      drivers/cpuidle/*
3020 F:      include/linux/cpuidle.h
3021
3022 CPUID/MSR DRIVER
3023 M:      "H. Peter Anvin" <hpa@zytor.com>
3024 S:      Maintained
3025 F:      arch/x86/kernel/cpuid.c
3026 F:      arch/x86/kernel/msr.c
3027
3028 CPU POWER MONITORING SUBSYSTEM
3029 M:      Thomas Renninger <trenn@suse.com>
3030 L:      linux-pm@vger.kernel.org
3031 S:      Maintained
3032 F:      tools/power/cpupower/
3033
3034 CRAMFS FILESYSTEM
3035 W:      http://sourceforge.net/projects/cramfs/
3036 S:      Orphan / Obsolete
3037 F:      Documentation/filesystems/cramfs.txt
3038 F:      fs/cramfs/
3039
3040 CRIS PORT
3041 M:      Mikael Starvik <starvik@axis.com>
3042 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3043 L:      linux-cris-kernel@axis.com
3044 W:      http://developer.axis.com
3045 S:      Maintained
3046 F:      arch/cris/
3047 F:      drivers/tty/serial/crisv10.*
3048
3049 CRYPTO API
3050 M:      Herbert Xu <herbert@gondor.apana.org.au>
3051 M:      "David S. Miller" <davem@davemloft.net>
3052 L:      linux-crypto@vger.kernel.org
3053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3054 S:      Maintained
3055 F:      Documentation/crypto/
3056 F:      Documentation/DocBook/crypto-API.tmpl
3057 F:      arch/*/crypto/
3058 F:      crypto/
3059 F:      drivers/crypto/
3060 F:      include/crypto/
3061
3062 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3063 M:      Neil Horman <nhorman@tuxdriver.com>
3064 L:      linux-crypto@vger.kernel.org
3065 S:      Maintained
3066 F:      crypto/ansi_cprng.c
3067 F:      crypto/rng.c
3068
3069 CS5535 Audio ALSA driver
3070 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3071 S:      Maintained
3072 F:      sound/pci/cs5535audio/
3073
3074 CW1200 WLAN driver
3075 M:      Solomon Peachy <pizza@shaftnet.org>
3076 S:      Maintained
3077 F:      drivers/net/wireless/cw1200/
3078
3079 CX18 VIDEO4LINUX DRIVER
3080 M:      Andy Walls <awalls@md.metrocast.net>
3081 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3082 L:      linux-media@vger.kernel.org
3083 T:      git git://linuxtv.org/media_tree.git
3084 W:      http://linuxtv.org
3085 W:      http://www.ivtvdriver.org/index.php/Cx18
3086 S:      Maintained
3087 F:      Documentation/video4linux/cx18.txt
3088 F:      drivers/media/pci/cx18/
3089 F:      include/uapi/linux/ivtv*
3090
3091 CX2341X MPEG ENCODER HELPER MODULE
3092 M:      Hans Verkuil <hverkuil@xs4all.nl>
3093 L:      linux-media@vger.kernel.org
3094 T:      git git://linuxtv.org/media_tree.git
3095 W:      http://linuxtv.org
3096 S:      Maintained
3097 F:      drivers/media/common/cx2341x*
3098 F:      include/media/cx2341x*
3099
3100 CX24120 MEDIA DRIVER
3101 M:      Jemma Denson <jdenson@gmail.com>
3102 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3103 L:      linux-media@vger.kernel.org
3104 W:      http://linuxtv.org/
3105 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3106 S:      Maintained
3107 F:      drivers/media/dvb-frontends/cx24120*
3108
3109 CX88 VIDEO4LINUX DRIVER
3110 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3111 L:      linux-media@vger.kernel.org
3112 W:      http://linuxtv.org
3113 T:      git git://linuxtv.org/media_tree.git
3114 S:      Odd fixes
3115 F:      Documentation/video4linux/cx88/
3116 F:      drivers/media/pci/cx88/
3117
3118 CXD2820R MEDIA DRIVER
3119 M:      Antti Palosaari <crope@iki.fi>
3120 L:      linux-media@vger.kernel.org
3121 W:      http://linuxtv.org/
3122 W:      http://palosaari.fi/linux/
3123 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3124 T:      git git://linuxtv.org/anttip/media_tree.git
3125 S:      Maintained
3126 F:      drivers/media/dvb-frontends/cxd2820r*
3127
3128 CXGB3 ETHERNET DRIVER (CXGB3)
3129 M:      Santosh Raspatur <santosh@chelsio.com>
3130 L:      netdev@vger.kernel.org
3131 W:      http://www.chelsio.com
3132 S:      Supported
3133 F:      drivers/net/ethernet/chelsio/cxgb3/
3134
3135 CXGB3 ISCSI DRIVER (CXGB3I)
3136 M:      Karen Xie <kxie@chelsio.com>
3137 L:      linux-scsi@vger.kernel.org
3138 W:      http://www.chelsio.com
3139 S:      Supported
3140 F:      drivers/scsi/cxgbi/cxgb3i
3141
3142 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3143 M:      Steve Wise <swise@chelsio.com>
3144 L:      linux-rdma@vger.kernel.org
3145 W:      http://www.openfabrics.org
3146 S:      Supported
3147 F:      drivers/infiniband/hw/cxgb3/
3148
3149 CXGB4 ETHERNET DRIVER (CXGB4)
3150 M:      Hariprasad S <hariprasad@chelsio.com>
3151 L:      netdev@vger.kernel.org
3152 W:      http://www.chelsio.com
3153 S:      Supported
3154 F:      drivers/net/ethernet/chelsio/cxgb4/
3155
3156 CXGB4 ISCSI DRIVER (CXGB4I)
3157 M:      Karen Xie <kxie@chelsio.com>
3158 L:      linux-scsi@vger.kernel.org
3159 W:      http://www.chelsio.com
3160 S:      Supported
3161 F:      drivers/scsi/cxgbi/cxgb4i
3162
3163 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3164 M:      Steve Wise <swise@chelsio.com>
3165 L:      linux-rdma@vger.kernel.org
3166 W:      http://www.openfabrics.org
3167 S:      Supported
3168 F:      drivers/infiniband/hw/cxgb4/
3169
3170 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3171 M:      Casey Leedom <leedom@chelsio.com>
3172 L:      netdev@vger.kernel.org
3173 W:      http://www.chelsio.com
3174 S:      Supported
3175 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3176
3177 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3178 M:      Ian Munsie <imunsie@au1.ibm.com>
3179 M:      Michael Neuling <mikey@neuling.org>
3180 L:      linuxppc-dev@lists.ozlabs.org
3181 S:      Supported
3182 F:      drivers/misc/cxl/
3183 F:      include/misc/cxl*
3184 F:      include/uapi/misc/cxl.h
3185 F:      Documentation/powerpc/cxl.txt
3186 F:      Documentation/powerpc/cxl.txt
3187 F:      Documentation/ABI/testing/sysfs-class-cxl
3188
3189 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3190 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3191 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3192 L:      linux-scsi@vger.kernel.org
3193 S:      Supported
3194 F:      drivers/scsi/cxlflash/
3195 F:      include/uapi/scsi/cxlflash_ioctls.h
3196 F:      Documentation/powerpc/cxlflash.txt
3197
3198 STMMAC ETHERNET DRIVER
3199 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3200 L:      netdev@vger.kernel.org
3201 W:      http://www.stlinux.com
3202 S:      Supported
3203 F:      drivers/net/ethernet/stmicro/stmmac/
3204
3205 CYBERPRO FB DRIVER
3206 M:      Russell King <linux@arm.linux.org.uk>
3207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3208 W:      http://www.arm.linux.org.uk/
3209 S:      Maintained
3210 F:      drivers/video/fbdev/cyber2000fb.*
3211
3212 CYCLADES ASYNC MUX DRIVER
3213 W:      http://www.cyclades.com/
3214 S:      Orphan
3215 F:      drivers/tty/cyclades.c
3216 F:      include/linux/cyclades.h
3217 F:      include/uapi/linux/cyclades.h
3218
3219 CYCLADES PC300 DRIVER
3220 W:      http://www.cyclades.com/
3221 S:      Orphan
3222 F:      drivers/net/wan/pc300*
3223
3224 CYPRESS_FIRMWARE MEDIA DRIVER
3225 M:      Antti Palosaari <crope@iki.fi>
3226 L:      linux-media@vger.kernel.org
3227 W:      http://linuxtv.org/
3228 W:      http://palosaari.fi/linux/
3229 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3230 T:      git git://linuxtv.org/anttip/media_tree.git
3231 S:      Maintained
3232 F:      drivers/media/common/cypress_firmware*
3233
3234 CYTTSP TOUCHSCREEN DRIVER
3235 M:      Ferruh Yigit <fery@cypress.com>
3236 L:      linux-input@vger.kernel.org
3237 S:      Supported
3238 F:      drivers/input/touchscreen/cyttsp*
3239 F:      include/linux/input/cyttsp.h
3240
3241 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3242 M:      Joshua Kinard <kumba@gentoo.org>
3243 S:      Maintained
3244 F:      drivers/rtc/rtc-ds1685.c
3245 F:      include/linux/rtc/ds1685.h
3246
3247 DAMA SLAVE for AX.25
3248 M:      Joerg Reuter <jreuter@yaina.de>
3249 W:      http://yaina.de/jreuter/
3250 W:      http://www.qsl.net/dl1bke/
3251 L:      linux-hams@vger.kernel.org
3252 S:      Maintained
3253 F:      net/ax25/af_ax25.c
3254 F:      net/ax25/ax25_dev.c
3255 F:      net/ax25/ax25_ds_*
3256 F:      net/ax25/ax25_in.c
3257 F:      net/ax25/ax25_out.c
3258 F:      net/ax25/ax25_timer.c
3259 F:      net/ax25/sysctl_net_ax25.c
3260
3261 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3262 L:      netdev@vger.kernel.org
3263 S:      Orphan
3264 F:      Documentation/networking/dmfe.txt
3265 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3266
3267 DC390/AM53C974 SCSI driver
3268 M:      Hannes Reinecke <hare@suse.com>
3269 L:      linux-scsi@vger.kernel.org
3270 S:      Maintained
3271 F:      drivers/scsi/am53c974.c
3272
3273 DC395x SCSI driver
3274 M:      Oliver Neukum <oliver@neukum.org>
3275 M:      Ali Akcaagac <aliakc@web.de>
3276 M:      Jamie Lenehan <lenehan@twibble.org>
3277 L:      dc395x@twibble.org
3278 W:      http://twibble.org/dist/dc395x/
3279 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3280 S:      Maintained
3281 F:      Documentation/scsi/dc395x.txt
3282 F:      drivers/scsi/dc395x.*
3283
3284 DCCP PROTOCOL
3285 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3286 L:      dccp@vger.kernel.org
3287 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3288 S:      Maintained
3289 F:      include/linux/dccp.h
3290 F:      include/uapi/linux/dccp.h
3291 F:      include/linux/tfrc.h
3292 F:      net/dccp/
3293
3294 DECnet NETWORK LAYER
3295 W:      http://linux-decnet.sourceforge.net
3296 L:      linux-decnet-user@lists.sourceforge.net
3297 S:      Orphan
3298 F:      Documentation/networking/decnet.txt
3299 F:      net/decnet/
3300
3301 DECSTATION PLATFORM SUPPORT
3302 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3303 L:      linux-mips@linux-mips.org
3304 W:      http://www.linux-mips.org/wiki/DECstation
3305 S:      Maintained
3306 F:      arch/mips/dec/
3307 F:      arch/mips/include/asm/dec/
3308 F:      arch/mips/include/asm/mach-dec/
3309
3310 DEFXX FDDI NETWORK DRIVER
3311 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3312 S:      Maintained
3313 F:      drivers/net/fddi/defxx.*
3314
3315 DELL LAPTOP DRIVER
3316 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3317 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3318 L:      platform-driver-x86@vger.kernel.org
3319 S:      Maintained
3320 F:      drivers/platform/x86/dell-laptop.c
3321
3322 DELL LAPTOP RBTN DRIVER
3323 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3324 S:      Maintained
3325 F:      drivers/platform/x86/dell-rbtn.*
3326
3327 DELL LAPTOP FREEFALL DRIVER
3328 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3329 S:      Maintained
3330 F:      drivers/platform/x86/dell-smo8800.c
3331
3332 DELL LAPTOP SMM DRIVER
3333 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3334 S:      Maintained
3335 F:      drivers/hwmon/dell-smm-hwmon.c
3336 F:      include/uapi/linux/i8k.h
3337
3338 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3339 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3340 S:      Maintained
3341 F:      Documentation/dcdbas.txt
3342 F:      drivers/firmware/dcdbas.*
3343
3344 DELL WMI EXTRAS DRIVER
3345 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3346 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3347 S:      Maintained
3348 F:      drivers/platform/x86/dell-wmi.c
3349
3350 DESIGNWARE USB2 DRD IP DRIVER
3351 M:      John Youn <johnyoun@synopsys.com>
3352 L:      linux-usb@vger.kernel.org
3353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3354 S:      Maintained
3355 F:      drivers/usb/dwc2/
3356
3357 DESIGNWARE USB3 DRD IP DRIVER
3358 M:      Felipe Balbi <balbi@ti.com>
3359 L:      linux-usb@vger.kernel.org
3360 L:      linux-omap@vger.kernel.org
3361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3362 S:      Maintained
3363 F:      drivers/usb/dwc3/
3364
3365 DEVICE COREDUMP (DEV_COREDUMP)
3366 M:      Johannes Berg <johannes@sipsolutions.net>
3367 L:      linux-kernel@vger.kernel.org
3368 S:      Maintained
3369 F:      drivers/base/devcoredump.c
3370 F:      include/linux/devcoredump.h
3371
3372 DEVICE FREQUENCY (DEVFREQ)
3373 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3374 M:      Kyungmin Park <kyungmin.park@samsung.com>
3375 L:      linux-pm@vger.kernel.org
3376 S:      Maintained
3377 F:      drivers/devfreq/
3378
3379 DEVICE NUMBER REGISTRY
3380 M:      Torben Mathiasen <device@lanana.org>
3381 W:      http://lanana.org/docs/device-list/index.html
3382 S:      Maintained
3383
3384 DEVICE-MAPPER  (LVM)
3385 M:      Alasdair Kergon <agk@redhat.com>
3386 M:      Mike Snitzer <snitzer@redhat.com>
3387 M:      dm-devel@redhat.com
3388 L:      dm-devel@redhat.com
3389 W:      http://sources.redhat.com/dm
3390 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3392 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3393 S:      Maintained
3394 F:      Documentation/device-mapper/
3395 F:      drivers/md/dm*
3396 F:      drivers/md/persistent-data/
3397 F:      include/linux/device-mapper.h
3398 F:      include/linux/dm-*.h
3399 F:      include/uapi/linux/dm-*.h
3400
3401 DIALOG SEMICONDUCTOR DRIVERS
3402 M:      Support Opensource <support.opensource@diasemi.com>
3403 W:      http://www.dialog-semiconductor.com/products
3404 S:      Supported
3405 F:      Documentation/hwmon/da90??
3406 F:      drivers/gpio/gpio-da90??.c
3407 F:      drivers/hwmon/da90??-hwmon.c
3408 F:      drivers/iio/adc/da91??-*.c
3409 F:      drivers/input/misc/da90??_onkey.c
3410 F:      drivers/input/touchscreen/da9052_tsi.c
3411 F:      drivers/leds/leds-da90??.c
3412 F:      drivers/mfd/da903x.c
3413 F:      drivers/mfd/da90??-*.c
3414 F:      drivers/mfd/da91??-*.c
3415 F:      drivers/power/da9052-battery.c
3416 F:      drivers/power/da91??-*.c
3417 F:      drivers/regulator/da903x.c
3418 F:      drivers/regulator/da9???-regulator.[ch]
3419 F:      drivers/rtc/rtc-da90??.c
3420 F:      drivers/video/backlight/da90??_bl.c
3421 F:      drivers/watchdog/da90??_wdt.c
3422 F:      include/linux/mfd/da903x.h
3423 F:      include/linux/mfd/da9052/
3424 F:      include/linux/mfd/da9055/
3425 F:      include/linux/mfd/da9063/
3426 F:      include/linux/mfd/da9150/
3427 F:      include/sound/da[79]*.h
3428 F:      sound/soc/codecs/da[79]*.[ch]
3429
3430 DIGI NEO AND CLASSIC PCI PRODUCTS
3431 M:      Lidza Louina <lidza.louina@gmail.com>
3432 M:      Mark Hounschell <markh@compro.net>
3433 L:      driverdev-devel@linuxdriverproject.org
3434 S:      Maintained
3435 F:      drivers/staging/dgnc/
3436
3437 DIGI EPCA PCI PRODUCTS
3438 M:      Lidza Louina <lidza.louina@gmail.com>
3439 M:      Daeseok Youn <daeseok.youn@gmail.com>
3440 L:      driverdev-devel@linuxdriverproject.org
3441 S:      Maintained
3442 F:      drivers/staging/dgap/
3443
3444 DIOLAN U2C-12 I2C DRIVER
3445 M:      Guenter Roeck <linux@roeck-us.net>
3446 L:      linux-i2c@vger.kernel.org
3447 S:      Maintained
3448 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3449
3450 DIRECT ACCESS (DAX)
3451 M:      Matthew Wilcox <willy@linux.intel.com>
3452 L:      linux-fsdevel@vger.kernel.org
3453 S:      Supported
3454 F:      fs/dax.c
3455
3456 DIRECTORY NOTIFICATION (DNOTIFY)
3457 M:      Eric Paris <eparis@parisplace.org>
3458 S:      Maintained
3459 F:      Documentation/filesystems/dnotify.txt
3460 F:      fs/notify/dnotify/
3461 F:      include/linux/dnotify.h
3462
3463 DISK GEOMETRY AND PARTITION HANDLING
3464 M:      Andries Brouwer <aeb@cwi.nl>
3465 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3466 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3467 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3468 S:      Maintained
3469
3470 DISKQUOTA
3471 M:      Jan Kara <jack@suse.com>
3472 S:      Maintained
3473 F:      Documentation/filesystems/quota.txt
3474 F:      fs/quota/
3475 F:      include/linux/quota*.h
3476 F:      include/uapi/linux/quota*.h
3477
3478 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3479 M:      Bernie Thompson <bernie@plugable.com>
3480 L:      linux-fbdev@vger.kernel.org
3481 S:      Maintained
3482 W:      http://plugable.com/category/projects/udlfb/
3483 F:      drivers/video/fbdev/udlfb.c
3484 F:      include/video/udlfb.h
3485 F:      Documentation/fb/udlfb.txt
3486
3487 DISTRIBUTED LOCK MANAGER (DLM)
3488 M:      Christine Caulfield <ccaulfie@redhat.com>
3489 M:      David Teigland <teigland@redhat.com>
3490 L:      cluster-devel@redhat.com
3491 W:      http://sources.redhat.com/cluster/
3492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3493 S:      Supported
3494 F:      fs/dlm/
3495
3496 DMA BUFFER SHARING FRAMEWORK
3497 M:      Sumit Semwal <sumit.semwal@linaro.org>
3498 S:      Maintained
3499 L:      linux-media@vger.kernel.org
3500 L:      dri-devel@lists.freedesktop.org
3501 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3502 F:      drivers/dma-buf/
3503 F:      include/linux/dma-buf*
3504 F:      include/linux/reservation.h
3505 F:      include/linux/*fence.h
3506 F:      Documentation/dma-buf-sharing.txt
3507 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3508
3509 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3510 M:      Vinod Koul <vinod.koul@intel.com>
3511 L:      dmaengine@vger.kernel.org
3512 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3513 S:      Maintained
3514 F:      drivers/dma/
3515 F:      include/linux/dmaengine.h
3516 F:      Documentation/dmaengine/
3517 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3518
3519 DME1737 HARDWARE MONITOR DRIVER
3520 M:      Juerg Haefliger <juergh@gmail.com>
3521 L:      lm-sensors@lm-sensors.org
3522 S:      Maintained
3523 F:      Documentation/hwmon/dme1737
3524 F:      drivers/hwmon/dme1737.c
3525
3526 DMI/SMBIOS SUPPORT
3527 M:      Jean Delvare <jdelvare@suse.com>
3528 S:      Maintained
3529 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3530 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3531 F:      drivers/firmware/dmi-id.c
3532 F:      drivers/firmware/dmi_scan.c
3533 F:      include/linux/dmi.h
3534
3535 DOCUMENTATION
3536 M:      Jonathan Corbet <corbet@lwn.net>
3537 L:      linux-doc@vger.kernel.org
3538 S:      Maintained
3539 F:      Documentation/
3540 F:      scripts/docproc.c
3541 F:      scripts/kernel-doc*
3542 X:      Documentation/ABI/
3543 X:      Documentation/devicetree/
3544 X:      Documentation/acpi
3545 X:      Documentation/power
3546 X:      Documentation/spi
3547 X:      Documentation/DocBook/media
3548 T:      git git://git.lwn.net/linux.git docs-next
3549
3550 DOUBLETALK DRIVER
3551 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3552 L:      blinux-list@redhat.com
3553 S:      Maintained
3554 F:      drivers/char/dtlk.c
3555 F:      include/linux/dtlk.h
3556
3557 DPT_I2O SCSI RAID DRIVER
3558 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3559 L:      linux-scsi@vger.kernel.org
3560 W:      http://www.adaptec.com/
3561 S:      Maintained
3562 F:      drivers/scsi/dpt*
3563 F:      drivers/scsi/dpt/
3564
3565 DRBD DRIVER
3566 P:      Philipp Reisner
3567 P:      Lars Ellenberg
3568 M:      drbd-dev@lists.linbit.com
3569 L:      drbd-user@lists.linbit.com
3570 W:      http://www.drbd.org
3571 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3572 T:      git git://git.drbd.org/drbd-8.3.git
3573 S:      Supported
3574 F:      drivers/block/drbd/
3575 F:      lib/lru_cache.c
3576 F:      Documentation/blockdev/drbd/
3577
3578 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3579 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3581 S:      Supported
3582 F:      Documentation/kobject.txt
3583 F:      drivers/base/
3584 F:      fs/debugfs/
3585 F:      fs/kernfs/
3586 F:      fs/sysfs/
3587 F:      include/linux/debugfs.h
3588 F:      include/linux/kobj*
3589 F:      lib/kobj*
3590
3591 DRM DRIVERS
3592 M:      David Airlie <airlied@linux.ie>
3593 L:      dri-devel@lists.freedesktop.org
3594 T:      git git://people.freedesktop.org/~airlied/linux
3595 S:      Maintained
3596 F:      drivers/gpu/drm/
3597 F:      drivers/gpu/vga/
3598 F:      include/drm/
3599 F:      include/uapi/drm/
3600
3601 RADEON DRM DRIVERS
3602 M:      Alex Deucher <alexander.deucher@amd.com>
3603 M:      Christian König <christian.koenig@amd.com>
3604 L:      dri-devel@lists.freedesktop.org
3605 T:      git git://people.freedesktop.org/~agd5f/linux
3606 S:      Supported
3607 F:      drivers/gpu/drm/radeon/
3608 F:      include/uapi/drm/radeon*
3609
3610 DRM PANEL DRIVERS
3611 M:      Thierry Reding <thierry.reding@gmail.com>
3612 L:      dri-devel@lists.freedesktop.org
3613 T:      git git://anongit.freedesktop.org/tegra/linux.git
3614 S:      Maintained
3615 F:      drivers/gpu/drm/drm_panel.c
3616 F:      drivers/gpu/drm/panel/
3617 F:      include/drm/drm_panel.h
3618 F:      Documentation/devicetree/bindings/panel/
3619
3620 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3621 M:      Daniel Vetter <daniel.vetter@intel.com>
3622 M:      Jani Nikula <jani.nikula@linux.intel.com>
3623 L:      intel-gfx@lists.freedesktop.org
3624 L:      dri-devel@lists.freedesktop.org
3625 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3626 T:      git git://anongit.freedesktop.org/drm-intel
3627 S:      Supported
3628 F:      drivers/gpu/drm/i915/
3629 F:      include/drm/i915*
3630 F:      include/uapi/drm/i915*
3631
3632 DRM DRIVERS FOR ATMEL HLCDC
3633 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3634 L:      dri-devel@lists.freedesktop.org
3635 S:      Supported
3636 F:      drivers/gpu/drm/atmel-hlcdc/
3637 F:      Documentation/devicetree/bindings/drm/atmel/
3638
3639 DRM DRIVERS FOR EXYNOS
3640 M:      Inki Dae <inki.dae@samsung.com>
3641 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3642 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3643 M:      Kyungmin Park <kyungmin.park@samsung.com>
3644 L:      dri-devel@lists.freedesktop.org
3645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3646 S:      Supported
3647 F:      drivers/gpu/drm/exynos/
3648 F:      include/drm/exynos*
3649 F:      include/uapi/drm/exynos*
3650
3651 DRM DRIVERS FOR FREESCALE DCU
3652 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3653 M:      Alison Wang <alison.wang@freescale.com>
3654 L:      dri-devel@lists.freedesktop.org
3655 S:      Supported
3656 F:      drivers/gpu/drm/fsl-dcu/
3657 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3658 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3659
3660 DRM DRIVERS FOR FREESCALE IMX
3661 M:      Philipp Zabel <p.zabel@pengutronix.de>
3662 L:      dri-devel@lists.freedesktop.org
3663 S:      Maintained
3664 F:      drivers/gpu/drm/imx/
3665 F:      Documentation/devicetree/bindings/drm/imx/
3666
3667 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3668 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3669 L:      dri-devel@lists.freedesktop.org
3670 T:      git git://github.com/patjak/drm-gma500
3671 S:      Maintained
3672 F:      drivers/gpu/drm/gma500
3673 F:      include/drm/gma500*
3674
3675 DRM DRIVERS FOR NVIDIA TEGRA
3676 M:      Thierry Reding <thierry.reding@gmail.com>
3677 M:      Terje Bergström <tbergstrom@nvidia.com>
3678 L:      dri-devel@lists.freedesktop.org
3679 L:      linux-tegra@vger.kernel.org
3680 T:      git git://anongit.freedesktop.org/tegra/linux.git
3681 S:      Supported
3682 F:      drivers/gpu/drm/tegra/
3683 F:      drivers/gpu/host1x/
3684 F:      include/linux/host1x.h
3685 F:      include/uapi/drm/tegra_drm.h
3686 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3687
3688 DRM DRIVERS FOR RENESAS
3689 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3690 L:      dri-devel@lists.freedesktop.org
3691 L:      linux-sh@vger.kernel.org
3692 T:      git git://people.freedesktop.org/~airlied/linux
3693 S:      Supported
3694 F:      drivers/gpu/drm/rcar-du/
3695 F:      drivers/gpu/drm/shmobile/
3696 F:      include/linux/platform_data/shmob_drm.h
3697
3698 DRM DRIVERS FOR ROCKCHIP
3699 M:      Mark Yao <mark.yao@rock-chips.com>
3700 L:      dri-devel@lists.freedesktop.org
3701 S:      Maintained
3702 F:      drivers/gpu/drm/rockchip/
3703 F:      Documentation/devicetree/bindings/video/rockchip*
3704
3705 DRM DRIVERS FOR STI
3706 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3707 M:      Vincent Abriou <vincent.abriou@st.com>
3708 L:      dri-devel@lists.freedesktop.org
3709 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3710 S:      Maintained
3711 F:      drivers/gpu/drm/sti
3712 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3713
3714 DSBR100 USB FM RADIO DRIVER
3715 M:      Alexey Klimov <klimov.linux@gmail.com>
3716 L:      linux-media@vger.kernel.org
3717 T:      git git://linuxtv.org/media_tree.git
3718 S:      Maintained
3719 F:      drivers/media/radio/dsbr100.c
3720
3721 DSCC4 DRIVER
3722 M:      Francois Romieu <romieu@fr.zoreil.com>
3723 L:      netdev@vger.kernel.org
3724 S:      Maintained
3725 F:      drivers/net/wan/dscc4.c
3726
3727 DT3155 MEDIA DRIVER
3728 M:      Hans Verkuil <hverkuil@xs4all.nl>
3729 L:      linux-media@vger.kernel.org
3730 T:      git git://linuxtv.org/media_tree.git
3731 W:      http://linuxtv.org
3732 S:      Odd Fixes
3733 F:      drivers/media/pci/dt3155/
3734
3735 DVB_USB_AF9015 MEDIA DRIVER
3736 M:      Antti Palosaari <crope@iki.fi>
3737 L:      linux-media@vger.kernel.org
3738 W:      http://linuxtv.org/
3739 W:      http://palosaari.fi/linux/
3740 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3741 T:      git git://linuxtv.org/anttip/media_tree.git
3742 S:      Maintained
3743 F:      drivers/media/usb/dvb-usb-v2/af9015*
3744
3745 DVB_USB_AF9035 MEDIA DRIVER
3746 M:      Antti Palosaari <crope@iki.fi>
3747 L:      linux-media@vger.kernel.org
3748 W:      http://linuxtv.org/
3749 W:      http://palosaari.fi/linux/
3750 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3751 T:      git git://linuxtv.org/anttip/media_tree.git
3752 S:      Maintained
3753 F:      drivers/media/usb/dvb-usb-v2/af9035*
3754
3755 DVB_USB_ANYSEE MEDIA DRIVER
3756 M:      Antti Palosaari <crope@iki.fi>
3757 L:      linux-media@vger.kernel.org
3758 W:      http://linuxtv.org/
3759 W:      http://palosaari.fi/linux/
3760 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3761 T:      git git://linuxtv.org/anttip/media_tree.git
3762 S:      Maintained
3763 F:      drivers/media/usb/dvb-usb-v2/anysee*
3764
3765 DVB_USB_AU6610 MEDIA DRIVER
3766 M:      Antti Palosaari <crope@iki.fi>
3767 L:      linux-media@vger.kernel.org
3768 W:      http://linuxtv.org/
3769 W:      http://palosaari.fi/linux/
3770 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3771 T:      git git://linuxtv.org/anttip/media_tree.git
3772 S:      Maintained
3773 F:      drivers/media/usb/dvb-usb-v2/au6610*
3774
3775 DVB_USB_CE6230 MEDIA DRIVER
3776 M:      Antti Palosaari <crope@iki.fi>
3777 L:      linux-media@vger.kernel.org
3778 W:      http://linuxtv.org/
3779 W:      http://palosaari.fi/linux/
3780 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3781 T:      git git://linuxtv.org/anttip/media_tree.git
3782 S:      Maintained
3783 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3784
3785 DVB_USB_CXUSB MEDIA DRIVER
3786 M:      Michael Krufky <mkrufky@linuxtv.org>
3787 L:      linux-media@vger.kernel.org
3788 W:      http://linuxtv.org/
3789 W:      http://github.com/mkrufky
3790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3791 T:      git git://linuxtv.org/media_tree.git
3792 S:      Maintained
3793 F:      drivers/media/usb/dvb-usb/cxusb*
3794
3795 DVB_USB_EC168 MEDIA DRIVER
3796 M:      Antti Palosaari <crope@iki.fi>
3797 L:      linux-media@vger.kernel.org
3798 W:      http://linuxtv.org/
3799 W:      http://palosaari.fi/linux/
3800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3801 T:      git git://linuxtv.org/anttip/media_tree.git
3802 S:      Maintained
3803 F:      drivers/media/usb/dvb-usb-v2/ec168*
3804
3805 DVB_USB_GL861 MEDIA DRIVER
3806 M:      Antti Palosaari <crope@iki.fi>
3807 L:      linux-media@vger.kernel.org
3808 W:      http://linuxtv.org/
3809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3810 T:      git git://linuxtv.org/anttip/media_tree.git
3811 S:      Maintained
3812 F:      drivers/media/usb/dvb-usb-v2/gl861*
3813
3814 DVB_USB_MXL111SF MEDIA DRIVER
3815 M:      Michael Krufky <mkrufky@linuxtv.org>
3816 L:      linux-media@vger.kernel.org
3817 W:      http://linuxtv.org/
3818 W:      http://github.com/mkrufky
3819 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3820 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3821 S:      Maintained
3822 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3823
3824 DVB_USB_RTL28XXU MEDIA DRIVER
3825 M:      Antti Palosaari <crope@iki.fi>
3826 L:      linux-media@vger.kernel.org
3827 W:      http://linuxtv.org/
3828 W:      http://palosaari.fi/linux/
3829 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3830 T:      git git://linuxtv.org/anttip/media_tree.git
3831 S:      Maintained
3832 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3833
3834 DVB_USB_V2 MEDIA DRIVER
3835 M:      Antti Palosaari <crope@iki.fi>
3836 L:      linux-media@vger.kernel.org
3837 W:      http://linuxtv.org/
3838 W:      http://palosaari.fi/linux/
3839 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3840 T:      git git://linuxtv.org/anttip/media_tree.git
3841 S:      Maintained
3842 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3843 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3844
3845 DYNAMIC DEBUG
3846 M:      Jason Baron <jbaron@akamai.com>
3847 S:      Maintained
3848 F:      lib/dynamic_debug.c
3849 F:      include/linux/dynamic_debug.h
3850
3851 DZ DECSTATION DZ11 SERIAL DRIVER
3852 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3853 S:      Maintained
3854 F:      drivers/tty/serial/dz.*
3855
3856 E3X0 POWER BUTTON DRIVER
3857 M:      Moritz Fischer <moritz.fischer@ettus.com>
3858 L:      usrp-users@lists.ettus.com
3859 W:      http://www.ettus.com
3860 S:      Supported
3861 F:      drivers/input/misc/e3x0-button.c
3862 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3863
3864 E4000 MEDIA DRIVER
3865 M:      Antti Palosaari <crope@iki.fi>
3866 L:      linux-media@vger.kernel.org
3867 W:      http://linuxtv.org/
3868 W:      http://palosaari.fi/linux/
3869 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3870 T:      git git://linuxtv.org/anttip/media_tree.git
3871 S:      Maintained
3872 F:      drivers/media/tuners/e4000*
3873
3874 EATA ISA/EISA/PCI SCSI DRIVER
3875 M:      Dario Ballabio <ballabio_dario@emc.com>
3876 L:      linux-scsi@vger.kernel.org
3877 S:      Maintained
3878 F:      drivers/scsi/eata.c
3879
3880 EC100 MEDIA DRIVER
3881 M:      Antti Palosaari <crope@iki.fi>
3882 L:      linux-media@vger.kernel.org
3883 W:      http://linuxtv.org/
3884 W:      http://palosaari.fi/linux/
3885 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3886 T:      git git://linuxtv.org/anttip/media_tree.git
3887 S:      Maintained
3888 F:      drivers/media/dvb-frontends/ec100*
3889
3890 ECRYPT FILE SYSTEM
3891 M:      Tyler Hicks <tyhicks@canonical.com>
3892 L:      ecryptfs@vger.kernel.org
3893 W:      http://ecryptfs.org
3894 W:      https://launchpad.net/ecryptfs
3895 S:      Supported
3896 F:      Documentation/filesystems/ecryptfs.txt
3897 F:      fs/ecryptfs/
3898
3899 EDAC-CORE
3900 M:      Doug Thompson <dougthompson@xmission.com>
3901 M:      Borislav Petkov <bp@alien8.de>
3902 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3903 L:      linux-edac@vger.kernel.org
3904 W:      bluesmoke.sourceforge.net
3905 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3906 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3907 S:      Supported
3908 F:      Documentation/edac.txt
3909 F:      drivers/edac/
3910 F:      include/linux/edac.h
3911
3912 EDAC-AMD64
3913 M:      Doug Thompson <dougthompson@xmission.com>
3914 M:      Borislav Petkov <bp@alien8.de>
3915 L:      linux-edac@vger.kernel.org
3916 W:      bluesmoke.sourceforge.net
3917 S:      Maintained
3918 F:      drivers/edac/amd64_edac*
3919
3920 EDAC-CALXEDA
3921 M:      Doug Thompson <dougthompson@xmission.com>
3922 M:      Robert Richter <rric@kernel.org>
3923 L:      linux-edac@vger.kernel.org
3924 W:      bluesmoke.sourceforge.net
3925 S:      Maintained
3926 F:      drivers/edac/highbank*
3927
3928 EDAC-CAVIUM
3929 M:      Ralf Baechle <ralf@linux-mips.org>
3930 M:      David Daney <david.daney@cavium.com>
3931 L:      linux-edac@vger.kernel.org
3932 L:      linux-mips@linux-mips.org
3933 W:      bluesmoke.sourceforge.net
3934 S:      Supported
3935 F:      drivers/edac/octeon_edac*
3936
3937 EDAC-E752X
3938 M:      Mark Gross <mark.gross@intel.com>
3939 M:      Doug Thompson <dougthompson@xmission.com>
3940 L:      linux-edac@vger.kernel.org
3941 W:      bluesmoke.sourceforge.net
3942 S:      Maintained
3943 F:      drivers/edac/e752x_edac.c
3944
3945 EDAC-E7XXX
3946 M:      Doug Thompson <dougthompson@xmission.com>
3947 L:      linux-edac@vger.kernel.org
3948 W:      bluesmoke.sourceforge.net
3949 S:      Maintained
3950 F:      drivers/edac/e7xxx_edac.c
3951
3952 EDAC-GHES
3953 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/ghes_edac.c
3958
3959 EDAC-I82443BXGX
3960 M:      Tim Small <tim@buttersideup.com>
3961 L:      linux-edac@vger.kernel.org
3962 W:      bluesmoke.sourceforge.net
3963 S:      Maintained
3964 F:      drivers/edac/i82443bxgx_edac.c
3965
3966 EDAC-I3000
3967 M:      Jason Uhlenkott <juhlenko@akamai.com>
3968 L:      linux-edac@vger.kernel.org
3969 W:      bluesmoke.sourceforge.net
3970 S:      Maintained
3971 F:      drivers/edac/i3000_edac.c
3972
3973 EDAC-I5000
3974 M:      Doug Thompson <dougthompson@xmission.com>
3975 L:      linux-edac@vger.kernel.org
3976 W:      bluesmoke.sourceforge.net
3977 S:      Maintained
3978 F:      drivers/edac/i5000_edac.c
3979
3980 EDAC-I5400
3981 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3982 L:      linux-edac@vger.kernel.org
3983 W:      bluesmoke.sourceforge.net
3984 S:      Maintained
3985 F:      drivers/edac/i5400_edac.c
3986
3987 EDAC-I7300
3988 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3989 L:      linux-edac@vger.kernel.org
3990 W:      bluesmoke.sourceforge.net
3991 S:      Maintained
3992 F:      drivers/edac/i7300_edac.c
3993
3994 EDAC-I7CORE
3995 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3996 L:      linux-edac@vger.kernel.org
3997 W:      bluesmoke.sourceforge.net
3998 S:      Maintained
3999 F:      drivers/edac/i7core_edac.c
4000
4001 EDAC-I82975X
4002 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4003 M:      "Arvind R." <arvino55@gmail.com>
4004 L:      linux-edac@vger.kernel.org
4005 W:      bluesmoke.sourceforge.net
4006 S:      Maintained
4007 F:      drivers/edac/i82975x_edac.c
4008
4009 EDAC-IE31200
4010 M:      Jason Baron <jbaron@akamai.com>
4011 L:      linux-edac@vger.kernel.org
4012 W:      bluesmoke.sourceforge.net
4013 S:      Maintained
4014 F:      drivers/edac/ie31200_edac.c
4015
4016 EDAC-MPC85XX
4017 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4018 L:      linux-edac@vger.kernel.org
4019 W:      bluesmoke.sourceforge.net
4020 S:      Maintained
4021 F:      drivers/edac/mpc85xx_edac.[ch]
4022
4023 EDAC-PASEMI
4024 M:      Egor Martovetsky <egor@pasemi.com>
4025 L:      linux-edac@vger.kernel.org
4026 W:      bluesmoke.sourceforge.net
4027 S:      Maintained
4028 F:      drivers/edac/pasemi_edac.c
4029
4030 EDAC-R82600
4031 M:      Tim Small <tim@buttersideup.com>
4032 L:      linux-edac@vger.kernel.org
4033 W:      bluesmoke.sourceforge.net
4034 S:      Maintained
4035 F:      drivers/edac/r82600_edac.c
4036
4037 EDAC-SBRIDGE
4038 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4039 L:      linux-edac@vger.kernel.org
4040 W:      bluesmoke.sourceforge.net
4041 S:      Maintained
4042 F:      drivers/edac/sb_edac.c
4043
4044 EDAC-XGENE
4045 APPLIED MICRO (APM) X-GENE SOC EDAC
4046 M:     Loc Ho <lho@apm.com>
4047 S:     Supported
4048 F:     drivers/edac/xgene_edac.c
4049 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4050
4051 EDIROL UA-101/UA-1000 DRIVER
4052 M:      Clemens Ladisch <clemens@ladisch.de>
4053 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4054 T:      git git://git.alsa-project.org/alsa-kernel.git
4055 S:      Maintained
4056 F:      sound/usb/misc/ua101.c
4057
4058 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4059 M:      Matt Fleming <matt@codeblueprint.co.uk>
4060 L:      linux-efi@vger.kernel.org
4061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4062 S:      Maintained
4063 F:      Documentation/efi-stub.txt
4064 F:      arch/ia64/kernel/efi.c
4065 F:      arch/x86/boot/compressed/eboot.[ch]
4066 F:      arch/x86/include/asm/efi.h
4067 F:      arch/x86/platform/efi/*
4068 F:      drivers/firmware/efi/*
4069 F:      include/linux/efi*.h
4070
4071 EFI VARIABLE FILESYSTEM
4072 M:      Matthew Garrett <matthew.garrett@nebula.com>
4073 M:      Jeremy Kerr <jk@ozlabs.org>
4074 M:      Matt Fleming <matt@codeblueprint.co.uk>
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4076 L:      linux-efi@vger.kernel.org
4077 S:      Maintained
4078 F:      fs/efivarfs/
4079
4080 EFIFB FRAMEBUFFER DRIVER
4081 L:      linux-fbdev@vger.kernel.org
4082 M:      Peter Jones <pjones@redhat.com>
4083 S:      Maintained
4084 F:      drivers/video/fbdev/efifb.c
4085
4086 EFS FILESYSTEM
4087 W:      http://aeschi.ch.eu.org/efs/
4088 S:      Orphan
4089 F:      fs/efs/
4090
4091 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4092 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4093 M:      Christoph Raisch <raisch@de.ibm.com>
4094 L:      linux-rdma@vger.kernel.org
4095 S:      Supported
4096 F:      drivers/infiniband/hw/ehca/
4097
4098 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4099 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4100 L:      netdev@vger.kernel.org
4101 S:      Maintained
4102 F:      drivers/net/ethernet/ibm/ehea/
4103
4104 EM28XX VIDEO4LINUX DRIVER
4105 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4106 L:      linux-media@vger.kernel.org
4107 W:      http://linuxtv.org
4108 T:      git git://linuxtv.org/media_tree.git
4109 S:      Maintained
4110 F:      drivers/media/usb/em28xx/
4111
4112 EMBEDDED LINUX
4113 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4114 M:      Matt Mackall <mpm@selenic.com>
4115 M:      David Woodhouse <dwmw2@infradead.org>
4116 L:      linux-embedded@vger.kernel.org
4117 S:      Maintained
4118
4119 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4120 M:      James Smart <james.smart@avagotech.com>
4121 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4122 L:      linux-scsi@vger.kernel.org
4123 W:      http://www.avagotech.com
4124 S:      Supported
4125 F:      drivers/scsi/lpfc/
4126
4127 ENE CB710 FLASH CARD READER DRIVER
4128 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4129 S:      Maintained
4130 F:      drivers/misc/cb710/
4131 F:      drivers/mmc/host/cb710-mmc.*
4132 F:      include/linux/cb710.h
4133
4134 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4135 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4136 S:      Maintained
4137 F:      drivers/media/rc/ene_ir.*
4138
4139 ENHANCED ERROR HANDLING (EEH)
4140 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4141 L:      linuxppc-dev@lists.ozlabs.org
4142 S:      Supported
4143 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4144 F:      arch/powerpc/kernel/eeh*.c
4145
4146 EPSON S1D13XXX FRAMEBUFFER DRIVER
4147 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4148 S:      Maintained
4149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4150 F:      drivers/video/fbdev/s1d13xxxfb.c
4151 F:      include/video/s1d13xxxfb.h
4152
4153 ET131X NETWORK DRIVER
4154 M:      Mark Einon <mark.einon@gmail.com>
4155 S:      Odd Fixes
4156 F:      drivers/net/ethernet/agere/
4157
4158 ETHERNET BRIDGE
4159 M:      Stephen Hemminger <stephen@networkplumber.org>
4160 L:      bridge@lists.linux-foundation.org
4161 L:      netdev@vger.kernel.org
4162 W:      http://www.linuxfoundation.org/en/Net:Bridge
4163 S:      Maintained
4164 F:      include/linux/netfilter_bridge/
4165 F:      net/bridge/
4166
4167 ETHERNET PHY LIBRARY
4168 M:      Florian Fainelli <f.fainelli@gmail.com>
4169 L:      netdev@vger.kernel.org
4170 S:      Maintained
4171 F:      include/linux/phy.h
4172 F:      include/linux/phy_fixed.h
4173 F:      drivers/net/phy/
4174 F:      Documentation/networking/phy.txt
4175 F:      drivers/of/of_mdio.c
4176 F:      drivers/of/of_net.c
4177
4178 EXT2 FILE SYSTEM
4179 M:      Jan Kara <jack@suse.com>
4180 L:      linux-ext4@vger.kernel.org
4181 S:      Maintained
4182 F:      Documentation/filesystems/ext2.txt
4183 F:      fs/ext2/
4184 F:      include/linux/ext2*
4185
4186 EXT4 FILE SYSTEM
4187 M:      "Theodore Ts'o" <tytso@mit.edu>
4188 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4189 L:      linux-ext4@vger.kernel.org
4190 W:      http://ext4.wiki.kernel.org
4191 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4192 S:      Maintained
4193 F:      Documentation/filesystems/ext4.txt
4194 F:      fs/ext4/
4195
4196 Extended Verification Module (EVM)
4197 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4198 L:      linux-ima-devel@lists.sourceforge.net
4199 L:      linux-security-module@vger.kernel.org
4200 S:      Supported
4201 F:      security/integrity/evm/
4202
4203 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4204 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4205 M:      Chanwoo Choi <cw00.choi@samsung.com>
4206 L:      linux-kernel@vger.kernel.org
4207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4208 S:      Maintained
4209 F:      drivers/extcon/
4210 F:      include/linux/extcon/
4211 F:      include/linux/extcon.h
4212 F:      Documentation/extcon/
4213 F:      Documentation/devicetree/bindings/extcon/
4214
4215 EXYNOS DP DRIVER
4216 M:      Jingoo Han <jingoohan1@gmail.com>
4217 L:      dri-devel@lists.freedesktop.org
4218 S:      Maintained
4219 F:      drivers/gpu/drm/exynos/exynos_dp*
4220
4221 EXYNOS MIPI DISPLAY DRIVERS
4222 M:      Inki Dae <inki.dae@samsung.com>
4223 M:      Donghwa Lee <dh09.lee@samsung.com>
4224 M:      Kyungmin Park <kyungmin.park@samsung.com>
4225 L:      linux-fbdev@vger.kernel.org
4226 S:      Maintained
4227 F:      drivers/video/fbdev/exynos/exynos_mipi*
4228 F:      include/video/exynos_mipi*
4229
4230 F71805F HARDWARE MONITORING DRIVER
4231 M:      Jean Delvare <jdelvare@suse.com>
4232 L:      lm-sensors@lm-sensors.org
4233 S:      Maintained
4234 F:      Documentation/hwmon/f71805f
4235 F:      drivers/hwmon/f71805f.c
4236
4237 FC0011 TUNER DRIVER
4238 M:      Michael Buesch <m@bues.ch>
4239 L:      linux-media@vger.kernel.org
4240 S:      Maintained
4241 F:      drivers/media/tuners/fc0011.h
4242 F:      drivers/media/tuners/fc0011.c
4243
4244 FC2580 MEDIA DRIVER
4245 M:      Antti Palosaari <crope@iki.fi>
4246 L:      linux-media@vger.kernel.org
4247 W:      http://linuxtv.org/
4248 W:      http://palosaari.fi/linux/
4249 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4250 T:      git git://linuxtv.org/anttip/media_tree.git
4251 S:      Maintained
4252 F:      drivers/media/tuners/fc2580*
4253
4254 FANOTIFY
4255 M:      Eric Paris <eparis@redhat.com>
4256 S:      Maintained
4257 F:      fs/notify/fanotify/
4258 F:      include/linux/fanotify.h
4259 F:      include/uapi/linux/fanotify.h
4260
4261 FARSYNC SYNCHRONOUS DRIVER
4262 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4263 W:      http://www.farsite.co.uk/
4264 S:      Supported
4265 F:      drivers/net/wan/farsync.*
4266
4267 FAULT INJECTION SUPPORT
4268 M:      Akinobu Mita <akinobu.mita@gmail.com>
4269 S:      Supported
4270 F:      Documentation/fault-injection/
4271 F:      lib/fault-inject.c
4272
4273 FBTFT Framebuffer drivers
4274 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4275 M:      Noralf Trønnes <noralf@tronnes.org>
4276 S:      Maintained
4277 F:      drivers/staging/fbtft/
4278
4279 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4280 M:      Vasu Dev <vasu.dev@intel.com>
4281 L:      fcoe-devel@open-fcoe.org
4282 W:      www.Open-FCoE.org
4283 S:      Supported
4284 F:      drivers/scsi/libfc/
4285 F:      drivers/scsi/fcoe/
4286 F:      include/scsi/fc/
4287 F:      include/scsi/libfc.h
4288 F:      include/scsi/libfcoe.h
4289 F:      include/uapi/scsi/fc/
4290
4291 FILE LOCKING (flock() and fcntl()/lockf())
4292 M:      Jeff Layton <jlayton@poochiereds.net>
4293 M:      "J. Bruce Fields" <bfields@fieldses.org>
4294 L:      linux-fsdevel@vger.kernel.org
4295 S:      Maintained
4296 F:      include/linux/fcntl.h
4297 F:      include/linux/fs.h
4298 F:      include/uapi/linux/fcntl.h
4299 F:      include/uapi/linux/fs.h
4300 F:      fs/fcntl.c
4301 F:      fs/locks.c
4302
4303 FILESYSTEMS (VFS and infrastructure)
4304 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4305 L:      linux-fsdevel@vger.kernel.org
4306 S:      Maintained
4307 F:      fs/*
4308
4309 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4310 M:      Riku Voipio <riku.voipio@iki.fi>
4311 L:      lm-sensors@lm-sensors.org
4312 S:      Maintained
4313 F:      drivers/hwmon/f75375s.c
4314 F:      include/linux/f75375s.h
4315
4316 FIREWIRE AUDIO DRIVERS
4317 M:      Clemens Ladisch <clemens@ladisch.de>
4318 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4319 T:      git git://git.alsa-project.org/alsa-kernel.git
4320 S:      Maintained
4321 F:      sound/firewire/
4322
4323 FIREWIRE MEDIA DRIVERS (firedtv)
4324 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4325 L:      linux-media@vger.kernel.org
4326 L:      linux1394-devel@lists.sourceforge.net
4327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4328 S:      Maintained
4329 F:      drivers/media/firewire/
4330
4331 FIREWIRE SBP-2 TARGET
4332 M:      Chris Boot <bootc@bootc.net>
4333 L:      linux-scsi@vger.kernel.org
4334 L:      target-devel@vger.kernel.org
4335 L:      linux1394-devel@lists.sourceforge.net
4336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4337 S:      Maintained
4338 F:      drivers/target/sbp/
4339
4340 FIREWIRE SUBSYSTEM
4341 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4342 L:      linux1394-devel@lists.sourceforge.net
4343 W:      http://ieee1394.wiki.kernel.org/
4344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4345 S:      Maintained
4346 F:      drivers/firewire/
4347 F:      include/linux/firewire.h
4348 F:      include/uapi/linux/firewire*.h
4349 F:      tools/firewire/
4350
4351 FIRMWARE LOADER (request_firmware)
4352 M:      Ming Lei <ming.lei@canonical.com>
4353 L:      linux-kernel@vger.kernel.org
4354 S:      Maintained
4355 F:      Documentation/firmware_class/
4356 F:      drivers/base/firmware*.c
4357 F:      include/linux/firmware.h
4358
4359 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4360 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4361 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4362 S:      Maintained
4363 F:      drivers/block/rsxx/
4364
4365 FLOPPY DRIVER
4366 M:      Jiri Kosina <jikos@kernel.org>
4367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4368 S:      Odd fixes
4369 F:      drivers/block/floppy.c
4370
4371 FMC SUBSYSTEM
4372 M:      Alessandro Rubini <rubini@gnudd.com>
4373 W:      http://www.ohwr.org/projects/fmc-bus
4374 S:      Supported
4375 F:      drivers/fmc/
4376 F:      include/linux/fmc*.h
4377 F:      include/linux/ipmi-fru.h
4378 K:      fmc_d.*register
4379
4380 FPGA MANAGER FRAMEWORK
4381 M:      Alan Tull <atull@opensource.altera.com>
4382 S:      Maintained
4383 F:      drivers/fpga/
4384 F:      include/linux/fpga/fpga-mgr.h
4385 W:      http://www.rocketboards.org
4386
4387 FPU EMULATOR
4388 M:      Bill Metzenthen <billm@melbpc.org.au>
4389 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4390 S:      Maintained
4391 F:      arch/x86/math-emu/
4392
4393 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4394 L:      netdev@vger.kernel.org
4395 S:      Orphan
4396 F:      drivers/net/wan/dlci.c
4397 F:      drivers/net/wan/sdla.c
4398
4399 FRAMEBUFFER LAYER
4400 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4401 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4402 L:      linux-fbdev@vger.kernel.org
4403 W:      http://linux-fbdev.sourceforge.net/
4404 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4406 S:      Maintained
4407 F:      Documentation/fb/
4408 F:      Documentation/devicetree/bindings/fb/
4409 F:      drivers/video/
4410 F:      include/video/
4411 F:      include/linux/fb.h
4412 F:      include/uapi/video/
4413 F:      include/uapi/linux/fb.h
4414
4415 FREESCALE DIU FRAMEBUFFER DRIVER
4416 M:      Timur Tabi <timur@tabi.org>
4417 L:      linux-fbdev@vger.kernel.org
4418 S:      Maintained
4419 F:      drivers/video/fbdev/fsl-diu-fb.*
4420
4421 FREESCALE DMA DRIVER
4422 M:      Li Yang <leoli@freescale.com>
4423 M:      Zhang Wei <zw@zh-kernel.org>
4424 L:      linuxppc-dev@lists.ozlabs.org
4425 S:      Maintained
4426 F:      drivers/dma/fsldma.*
4427
4428 FREESCALE I2C CPM DRIVER
4429 M:      Jochen Friedrich <jochen@scram.de>
4430 L:      linuxppc-dev@lists.ozlabs.org
4431 L:      linux-i2c@vger.kernel.org
4432 S:      Maintained
4433 F:      drivers/i2c/busses/i2c-cpm.c
4434
4435 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4436 M:      Sascha Hauer <kernel@pengutronix.de>
4437 L:      linux-fbdev@vger.kernel.org
4438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4439 S:      Maintained
4440 F:      include/linux/platform_data/video-imxfb.h
4441 F:      drivers/video/fbdev/imxfb.c
4442
4443 FREESCALE QUAD SPI DRIVER
4444 M:      Han Xu <han.xu@freescale.com>
4445 L:      linux-mtd@lists.infradead.org
4446 S:      Maintained
4447 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4448
4449 FREESCALE SOC FS_ENET DRIVER
4450 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4451 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4452 L:      linuxppc-dev@lists.ozlabs.org
4453 L:      netdev@vger.kernel.org
4454 S:      Maintained
4455 F:      drivers/net/ethernet/freescale/fs_enet/
4456 F:      include/linux/fs_enet_pd.h
4457
4458 FREESCALE QUICC ENGINE LIBRARY
4459 L:      linuxppc-dev@lists.ozlabs.org
4460 S:      Orphan
4461 F:      arch/powerpc/sysdev/qe_lib/
4462 F:      arch/powerpc/include/asm/*qe.h
4463
4464 FREESCALE USB PERIPHERAL DRIVERS
4465 M:      Li Yang <leoli@freescale.com>
4466 L:      linux-usb@vger.kernel.org
4467 L:      linuxppc-dev@lists.ozlabs.org
4468 S:      Maintained
4469 F:      drivers/usb/gadget/udc/fsl*
4470
4471 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4472 M:      Li Yang <leoli@freescale.com>
4473 L:      netdev@vger.kernel.org
4474 L:      linuxppc-dev@lists.ozlabs.org
4475 S:      Maintained
4476 F:      drivers/net/ethernet/freescale/ucc_geth*
4477
4478 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4479 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4480 L:      netdev@vger.kernel.org
4481 S:      Maintained
4482 F:      drivers/net/ethernet/freescale/gianfar*
4483 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4484 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4485
4486 FREESCALE QUICC ENGINE UCC UART DRIVER
4487 M:      Timur Tabi <timur@tabi.org>
4488 L:      linuxppc-dev@lists.ozlabs.org
4489 S:      Maintained
4490 F:      drivers/tty/serial/ucc_uart.c
4491
4492 FREESCALE SOC SOUND DRIVERS
4493 M:      Timur Tabi <timur@tabi.org>
4494 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4495 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4496 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4497 L:      linuxppc-dev@lists.ozlabs.org
4498 S:      Maintained
4499 F:      sound/soc/fsl/fsl*
4500 F:      sound/soc/fsl/imx*
4501 F:      sound/soc/fsl/mpc8610_hpcd.c
4502
4503 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4504 M:      "J. German Rivera" <German.Rivera@freescale.com>
4505 L:      linux-kernel@vger.kernel.org
4506 S:      Maintained
4507 F:      drivers/staging/fsl-mc/
4508
4509 FREEVXFS FILESYSTEM
4510 M:      Christoph Hellwig <hch@infradead.org>
4511 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4512 S:      Maintained
4513 F:      fs/freevxfs/
4514
4515 FREEZER
4516 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4517 M:      Pavel Machek <pavel@ucw.cz>
4518 L:      linux-pm@vger.kernel.org
4519 S:      Supported
4520 F:      Documentation/power/freezing-of-tasks.txt
4521 F:      include/linux/freezer.h
4522 F:      kernel/freezer.c
4523
4524 FRONTSWAP API
4525 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4526 L:      linux-kernel@vger.kernel.org
4527 S:      Maintained
4528 F:      mm/frontswap.c
4529 F:      include/linux/frontswap.h
4530
4531 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4532 M:      David Howells <dhowells@redhat.com>
4533 L:      linux-cachefs@redhat.com
4534 S:      Supported
4535 F:      Documentation/filesystems/caching/
4536 F:      fs/fscache/
4537 F:      include/linux/fscache*.h
4538
4539 F2FS FILE SYSTEM
4540 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4541 M:      Changman Lee <cm224.lee@samsung.com>
4542 R:      Chao Yu <chao2.yu@samsung.com>
4543 L:      linux-f2fs-devel@lists.sourceforge.net
4544 W:      http://en.wikipedia.org/wiki/F2FS
4545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4546 S:      Maintained
4547 F:      Documentation/filesystems/f2fs.txt
4548 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4549 F:      fs/f2fs/
4550 F:      include/linux/f2fs_fs.h
4551 F:      include/trace/events/f2fs.h
4552
4553 FUJITSU FR-V (FRV) PORT
4554 M:      David Howells <dhowells@redhat.com>
4555 S:      Maintained
4556 F:      arch/frv/
4557
4558 FUJITSU LAPTOP EXTRAS
4559 M:      Jonathan Woithe <jwoithe@just42.net>
4560 L:      platform-driver-x86@vger.kernel.org
4561 S:      Maintained
4562 F:      drivers/platform/x86/fujitsu-laptop.c
4563
4564 FUJITSU M-5MO LS CAMERA ISP DRIVER
4565 M:      Kyungmin Park <kyungmin.park@samsung.com>
4566 M:      Heungjun Kim <riverful.kim@samsung.com>
4567 L:      linux-media@vger.kernel.org
4568 S:      Maintained
4569 F:      drivers/media/i2c/m5mols/
4570 F:      include/media/m5mols.h
4571
4572 FUJITSU TABLET EXTRAS
4573 M:      Robert Gerlach <khnz@gmx.de>
4574 L:      platform-driver-x86@vger.kernel.org
4575 S:      Maintained
4576 F:      drivers/platform/x86/fujitsu-tablet.c
4577
4578 FUSE: FILESYSTEM IN USERSPACE
4579 M:      Miklos Szeredi <miklos@szeredi.hu>
4580 L:      fuse-devel@lists.sourceforge.net
4581 W:      http://fuse.sourceforge.net/
4582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4583 S:      Maintained
4584 F:      fs/fuse/
4585 F:      include/uapi/linux/fuse.h
4586 F:      Documentation/filesystems/fuse.txt
4587
4588 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4589 M:      Rik Faith <faith@cs.unc.edu>
4590 L:      linux-scsi@vger.kernel.org
4591 S:      Odd Fixes (e.g., new signatures)
4592 F:      drivers/scsi/fdomain.*
4593
4594 GCOV BASED KERNEL PROFILING
4595 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4596 S:      Maintained
4597 F:      kernel/gcov/
4598 F:      Documentation/gcov.txt
4599
4600 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4601 M:      Achim Leubner <achim_leubner@adaptec.com>
4602 L:      linux-scsi@vger.kernel.org
4603 W:      http://www.icp-vortex.com/
4604 S:      Supported
4605 F:      drivers/scsi/gdt*
4606
4607 GDB KERNEL DEBUGGING HELPER SCRIPTS
4608 M:      Jan Kiszka <jan.kiszka@siemens.com>
4609 S:      Supported
4610 F:      scripts/gdb/
4611
4612 GEMTEK FM RADIO RECEIVER DRIVER
4613 M:      Hans Verkuil <hverkuil@xs4all.nl>
4614 L:      linux-media@vger.kernel.org
4615 T:      git git://linuxtv.org/media_tree.git
4616 W:      http://linuxtv.org
4617 S:      Maintained
4618 F:      drivers/media/radio/radio-gemtek*
4619
4620 GENERIC GPIO I2C DRIVER
4621 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4622 S:      Supported
4623 F:      drivers/i2c/busses/i2c-gpio.c
4624 F:      include/linux/i2c-gpio.h
4625
4626 GENERIC GPIO I2C MULTIPLEXER DRIVER
4627 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4628 L:      linux-i2c@vger.kernel.org
4629 S:      Supported
4630 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4631 F:      include/linux/i2c-mux-gpio.h
4632 F:      Documentation/i2c/muxes/i2c-mux-gpio
4633
4634 GENERIC HDLC (WAN) DRIVERS
4635 M:      Krzysztof Halasa <khc@pm.waw.pl>
4636 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4637 S:      Maintained
4638 F:      drivers/net/wan/c101.c
4639 F:      drivers/net/wan/hd6457*
4640 F:      drivers/net/wan/hdlc*
4641 F:      drivers/net/wan/n2.c
4642 F:      drivers/net/wan/pc300too.c
4643 F:      drivers/net/wan/pci200syn.c
4644 F:      drivers/net/wan/wanxl*
4645
4646 GENERIC INCLUDE/ASM HEADER FILES
4647 M:      Arnd Bergmann <arnd@arndb.de>
4648 L:      linux-arch@vger.kernel.org
4649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4650 S:      Maintained
4651 F:      include/asm-generic/
4652 F:      include/uapi/asm-generic/
4653
4654 GENERIC PHY FRAMEWORK
4655 M:      Kishon Vijay Abraham I <kishon@ti.com>
4656 L:      linux-kernel@vger.kernel.org
4657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4658 S:      Supported
4659 F:      drivers/phy/
4660 F:      include/linux/phy/
4661
4662 GENERIC PM DOMAINS
4663 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4664 M:      Kevin Hilman <khilman@kernel.org>
4665 M:      Ulf Hansson <ulf.hansson@linaro.org>
4666 L:      linux-pm@vger.kernel.org
4667 S:      Supported
4668 F:      drivers/base/power/domain*.c
4669 F:      include/linux/pm_domain.h
4670
4671 GENERIC UIO DRIVER FOR PCI DEVICES
4672 M:      "Michael S. Tsirkin" <mst@redhat.com>
4673 L:      kvm@vger.kernel.org
4674 S:      Supported
4675 F:      drivers/uio/uio_pci_generic.c
4676
4677 GET_MAINTAINER SCRIPT
4678 M:      Joe Perches <joe@perches.com>
4679 S:      Maintained
4680 F:      scripts/get_maintainer.pl
4681
4682 GFS2 FILE SYSTEM
4683 M:      Steven Whitehouse <swhiteho@redhat.com>
4684 M:      Bob Peterson <rpeterso@redhat.com>
4685 L:      cluster-devel@redhat.com
4686 W:      http://sources.redhat.com/cluster/
4687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4688 S:      Supported
4689 F:      Documentation/filesystems/gfs2*.txt
4690 F:      fs/gfs2/
4691 F:      include/uapi/linux/gfs2_ondisk.h
4692
4693 GIGASET ISDN DRIVERS
4694 M:      Paul Bolle <pebolle@tiscali.nl>
4695 L:      gigaset307x-common@lists.sourceforge.net
4696 W:      http://gigaset307x.sourceforge.net/
4697 S:      Odd Fixes
4698 F:      Documentation/isdn/README.gigaset
4699 F:      drivers/isdn/gigaset/
4700 F:      include/uapi/linux/gigaset_dev.h
4701
4702 GO7007 MPEG CODEC
4703 M:      Hans Verkuil <hans.verkuil@cisco.com>
4704 L:      linux-media@vger.kernel.org
4705 S:      Maintained
4706 F:      drivers/media/usb/go7007/
4707
4708 GOODIX TOUCHSCREEN
4709 M:      Bastien Nocera <hadess@hadess.net>
4710 L:      linux-input@vger.kernel.org
4711 S:      Maintained
4712 F:      drivers/input/touchscreen/goodix.c
4713
4714 GPIO SUBSYSTEM
4715 M:      Linus Walleij <linus.walleij@linaro.org>
4716 M:      Alexandre Courbot <gnurou@gmail.com>
4717 L:      linux-gpio@vger.kernel.org
4718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4719 S:      Maintained
4720 F:      Documentation/gpio/
4721 F:      drivers/gpio/
4722 F:      include/linux/gpio/
4723 F:      include/linux/gpio.h
4724 F:      include/asm-generic/gpio.h
4725
4726 GRE DEMULTIPLEXER DRIVER
4727 M:      Dmitry Kozlov <xeb@mail.ru>
4728 L:      netdev@vger.kernel.org
4729 S:      Maintained
4730 F:      net/ipv4/gre_demux.c
4731 F:      net/ipv4/gre_offload.c
4732 F:      include/net/gre.h
4733
4734 GRETH 10/100/1G Ethernet MAC device driver
4735 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4736 L:      netdev@vger.kernel.org
4737 S:      Maintained
4738 F:      drivers/net/ethernet/aeroflex/
4739
4740 GSPCA FINEPIX SUBDRIVER
4741 M:      Frank Zago <frank@zago.net>
4742 L:      linux-media@vger.kernel.org
4743 T:      git git://linuxtv.org/media_tree.git
4744 S:      Maintained
4745 F:      drivers/media/usb/gspca/finepix.c
4746
4747 GSPCA GL860 SUBDRIVER
4748 M:      Olivier Lorin <o.lorin@laposte.net>
4749 L:      linux-media@vger.kernel.org
4750 T:      git git://linuxtv.org/media_tree.git
4751 S:      Maintained
4752 F:      drivers/media/usb/gspca/gl860/
4753
4754 GSPCA M5602 SUBDRIVER
4755 M:      Erik Andren <erik.andren@gmail.com>
4756 L:      linux-media@vger.kernel.org
4757 T:      git git://linuxtv.org/media_tree.git
4758 S:      Maintained
4759 F:      drivers/media/usb/gspca/m5602/
4760
4761 GSPCA PAC207 SONIXB SUBDRIVER
4762 M:      Hans de Goede <hdegoede@redhat.com>
4763 L:      linux-media@vger.kernel.org
4764 T:      git git://linuxtv.org/media_tree.git
4765 S:      Maintained
4766 F:      drivers/media/usb/gspca/pac207.c
4767
4768 GSPCA SN9C20X SUBDRIVER
4769 M:      Brian Johnson <brijohn@gmail.com>
4770 L:      linux-media@vger.kernel.org
4771 T:      git git://linuxtv.org/media_tree.git
4772 S:      Maintained
4773 F:      drivers/media/usb/gspca/sn9c20x.c
4774
4775 GSPCA T613 SUBDRIVER
4776 M:      Leandro Costantino <lcostantino@gmail.com>
4777 L:      linux-media@vger.kernel.org
4778 T:      git git://linuxtv.org/media_tree.git
4779 S:      Maintained
4780 F:      drivers/media/usb/gspca/t613.c
4781
4782 GSPCA USB WEBCAM DRIVER
4783 M:      Hans de Goede <hdegoede@redhat.com>
4784 L:      linux-media@vger.kernel.org
4785 T:      git git://linuxtv.org/media_tree.git
4786 S:      Maintained
4787 F:      drivers/media/usb/gspca/
4788
4789 GUID PARTITION TABLE (GPT)
4790 M:      Davidlohr Bueso <dave@stgolabs.net>
4791 L:      linux-efi@vger.kernel.org
4792 S:      Maintained
4793 F:      block/partitions/efi.*
4794
4795 STK1160 USB VIDEO CAPTURE DRIVER
4796 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4797 L:      linux-media@vger.kernel.org
4798 T:      git git://linuxtv.org/media_tree.git
4799 S:      Maintained
4800 F:      drivers/media/usb/stk1160/
4801
4802 H8/300 ARCHITECTURE
4803 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4804 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4805 W:      http://uclinux-h8.sourceforge.jp
4806 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4807 S:      Maintained
4808 F:      arch/h8300/
4809 F:      drivers/clocksource/h8300_*.c
4810 F:      drivers/clk/h8300/
4811 F:      drivers/irqchip/irq-renesas-h8*.c
4812
4813 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4814 M:      Frank Seidel <frank@f-seidel.de>
4815 L:      platform-driver-x86@vger.kernel.org
4816 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4817 S:      Maintained
4818 F:      drivers/platform/x86/hdaps.c
4819
4820 HDPVR USB VIDEO ENCODER DRIVER
4821 M:      Hans Verkuil <hverkuil@xs4all.nl>
4822 L:      linux-media@vger.kernel.org
4823 T:      git git://linuxtv.org/media_tree.git
4824 W:      http://linuxtv.org
4825 S:      Odd Fixes
4826 F:      drivers/media/usb/hdpvr/
4827
4828 HWPOISON MEMORY FAILURE HANDLING
4829 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4830 L:      linux-mm@kvack.org
4831 S:      Maintained
4832 F:      mm/memory-failure.c
4833 F:      mm/hwpoison-inject.c
4834
4835 HYPERVISOR VIRTUAL CONSOLE DRIVER
4836 L:      linuxppc-dev@lists.ozlabs.org
4837 S:      Odd Fixes
4838 F:      drivers/tty/hvc/
4839
4840 HACKRF MEDIA DRIVER
4841 M:      Antti Palosaari <crope@iki.fi>
4842 L:      linux-media@vger.kernel.org
4843 W:      http://linuxtv.org/
4844 W:      http://palosaari.fi/linux/
4845 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4846 T:      git git://linuxtv.org/anttip/media_tree.git
4847 S:      Maintained
4848 F:      drivers/media/usb/hackrf/
4849
4850 HARDWARE MONITORING
4851 M:      Jean Delvare <jdelvare@suse.com>
4852 M:      Guenter Roeck <linux@roeck-us.net>
4853 L:      lm-sensors@lm-sensors.org
4854 W:      http://www.lm-sensors.org/
4855 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4857 S:      Maintained
4858 F:      Documentation/hwmon/
4859 F:      drivers/hwmon/
4860 F:      include/linux/hwmon*.h
4861
4862 HARDWARE RANDOM NUMBER GENERATOR CORE
4863 M:      Matt Mackall <mpm@selenic.com>
4864 M:      Herbert Xu <herbert@gondor.apana.org.au>
4865 L:      linux-crypto@vger.kernel.org
4866 S:      Odd fixes
4867 F:      Documentation/hw_random.txt
4868 F:      drivers/char/hw_random/
4869 F:      include/linux/hw_random.h
4870
4871 HARDWARE SPINLOCK CORE
4872 M:      Ohad Ben-Cohen <ohad@wizery.com>
4873 S:      Maintained
4874 F:      Documentation/hwspinlock.txt
4875 F:      drivers/hwspinlock/hwspinlock_*
4876 F:      include/linux/hwspinlock.h
4877
4878 HARMONY SOUND DRIVER
4879 L:      linux-parisc@vger.kernel.org
4880 S:      Maintained
4881 F:      sound/parisc/harmony.*
4882
4883 HD29L2 MEDIA DRIVER
4884 M:      Antti Palosaari <crope@iki.fi>
4885 L:      linux-media@vger.kernel.org
4886 W:      http://linuxtv.org/
4887 W:      http://palosaari.fi/linux/
4888 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4889 T:      git git://linuxtv.org/anttip/media_tree.git
4890 S:      Maintained
4891 F:      drivers/media/dvb-frontends/hd29l2*
4892
4893 HEWLETT-PACKARD SMART2 RAID DRIVER
4894 L:      iss_storagedev@hp.com
4895 S:      Orphan
4896 F:      Documentation/blockdev/cpqarray.txt
4897 F:      drivers/block/cpqarray.*
4898
4899 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4900 M:      Don Brace <don.brace@pmcs.com>
4901 L:      iss_storagedev@hp.com
4902 L:      storagedev@pmcs.com
4903 L:      linux-scsi@vger.kernel.org
4904 S:      Supported
4905 F:      Documentation/scsi/hpsa.txt
4906 F:      drivers/scsi/hpsa*.[ch]
4907 F:      include/linux/cciss*.h
4908 F:      include/uapi/linux/cciss*.h
4909
4910 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4911 M:      Don Brace <don.brace@pmcs.com>
4912 L:      iss_storagedev@hp.com
4913 L:      storagedev@pmcs.com
4914 L:      linux-scsi@vger.kernel.org
4915 S:      Supported
4916 F:      Documentation/blockdev/cciss.txt
4917 F:      drivers/block/cciss*
4918 F:      include/linux/cciss_ioctl.h
4919 F:      include/uapi/linux/cciss_ioctl.h
4920
4921 HFS FILESYSTEM
4922 L:      linux-fsdevel@vger.kernel.org
4923 S:      Orphan
4924 F:      Documentation/filesystems/hfs.txt
4925 F:      fs/hfs/
4926
4927 HFSPLUS FILESYSTEM
4928 L:      linux-fsdevel@vger.kernel.org
4929 S:      Orphan
4930 F:      Documentation/filesystems/hfsplus.txt
4931 F:      fs/hfsplus/
4932
4933 HGA FRAMEBUFFER DRIVER
4934 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4935 L:      linux-nvidia@lists.surfsouth.com
4936 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4937 S:      Maintained
4938 F:      drivers/video/fbdev/hgafb.c
4939
4940 HIBERNATION (aka Software Suspend, aka swsusp)
4941 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4942 M:      Pavel Machek <pavel@ucw.cz>
4943 L:      linux-pm@vger.kernel.org
4944 S:      Supported
4945 F:      arch/x86/power/
4946 F:      drivers/base/power/
4947 F:      kernel/power/
4948 F:      include/linux/suspend.h
4949 F:      include/linux/freezer.h
4950 F:      include/linux/pm.h
4951 F:      arch/*/include/asm/suspend*.h
4952
4953 HID CORE LAYER
4954 M:      Jiri Kosina <jikos@kernel.org>
4955 L:      linux-input@vger.kernel.org
4956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4957 S:      Maintained
4958 F:      drivers/hid/
4959 F:      include/linux/hid*
4960 F:      include/uapi/linux/hid*
4961
4962 HID SENSOR HUB DRIVERS
4963 M:      Jiri Kosina <jikos@kernel.org>
4964 M:      Jonathan Cameron <jic23@kernel.org>
4965 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4966 L:      linux-input@vger.kernel.org
4967 L:      linux-iio@vger.kernel.org
4968 S:      Maintained
4969 F:      Documentation/hid/hid-sensor*
4970 F:      drivers/hid/hid-sensor-*
4971 F:      drivers/iio/*/hid-*
4972 F:      include/linux/hid-sensor-*
4973
4974 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4975 M:      Thomas Gleixner <tglx@linutronix.de>
4976 L:      linux-kernel@vger.kernel.org
4977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4978 S:      Maintained
4979 F:      Documentation/timers/
4980 F:      kernel/time/hrtimer.c
4981 F:      kernel/time/clockevents.c
4982 F:      kernel/time/tick*.*
4983 F:      kernel/time/timer_*.c
4984 F:      include/linux/clockchips.h
4985 F:      include/linux/hrtimer.h
4986
4987 HIGH-SPEED SCC DRIVER FOR AX.25
4988 L:      linux-hams@vger.kernel.org
4989 S:      Orphan
4990 F:      drivers/net/hamradio/dmascc.c
4991 F:      drivers/net/hamradio/scc.c
4992
4993 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4994 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4995 W:      http://www.highpoint-tech.com
4996 S:      Supported
4997 F:      Documentation/scsi/hptiop.txt
4998 F:      drivers/scsi/hptiop.c
4999
5000 HIPPI
5001 M:      Jes Sorensen <jes@trained-monkey.org>
5002 L:      linux-hippi@sunsite.dk
5003 S:      Maintained
5004 F:      include/linux/hippidevice.h
5005 F:      include/uapi/linux/if_hippi.h
5006 F:      net/802/hippi.c
5007 F:      drivers/net/hippi/
5008
5009 HOST AP DRIVER
5010 M:      Jouni Malinen <j@w1.fi>
5011 L:      hostap@shmoo.com (subscribers-only)
5012 L:      linux-wireless@vger.kernel.org
5013 W:      http://hostap.epitest.fi/
5014 S:      Maintained
5015 F:      drivers/net/wireless/hostap/
5016
5017 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5018 L:      platform-driver-x86@vger.kernel.org
5019 S:      Orphan
5020 F:      drivers/platform/x86/tc1100-wmi.c
5021
5022 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5023 M:      Jaroslav Kysela <perex@perex.cz>
5024 S:      Maintained
5025 F:      drivers/net/ethernet/hp/hp100.*
5026
5027 HPET:   High Precision Event Timers driver
5028 M:      Clemens Ladisch <clemens@ladisch.de>
5029 S:      Maintained
5030 F:      Documentation/timers/hpet.txt
5031 F:      drivers/char/hpet.c
5032 F:      include/linux/hpet.h
5033 F:      include/uapi/linux/hpet.h
5034
5035 HPET:   x86
5036 S:      Orphan
5037 F:      arch/x86/kernel/hpet.c
5038 F:      arch/x86/include/asm/hpet.h
5039
5040 HPFS FILESYSTEM
5041 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5042 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5043 S:      Maintained
5044 F:      fs/hpfs/
5045
5046 HSI SUBSYSTEM
5047 M:      Sebastian Reichel <sre@kernel.org>
5048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5049 S:      Maintained
5050 F:      Documentation/ABI/testing/sysfs-bus-hsi
5051 F:      Documentation/hsi.txt
5052 F:      drivers/hsi/
5053 F:      include/linux/hsi/
5054 F:      include/uapi/linux/hsi/
5055
5056 HSO 3G MODEM DRIVER
5057 M:      Jan Dumon <j.dumon@option.com>
5058 W:      http://www.pharscape.org
5059 S:      Maintained
5060 F:      drivers/net/usb/hso.c
5061
5062 HSR NETWORK PROTOCOL
5063 M:      Arvid Brodin <arvid.brodin@alten.se>
5064 L:      netdev@vger.kernel.org
5065 S:      Maintained
5066 F:      net/hsr/
5067
5068 HTCPEN TOUCHSCREEN DRIVER
5069 M:      Pau Oliva Fora <pof@eslack.org>
5070 L:      linux-input@vger.kernel.org
5071 S:      Maintained
5072 F:      drivers/input/touchscreen/htcpen.c
5073
5074 HUGETLB FILESYSTEM
5075 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5076 S:      Maintained
5077 F:      fs/hugetlbfs/
5078
5079 Hyper-V CORE AND DRIVERS
5080 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5081 M:      Haiyang Zhang <haiyangz@microsoft.com>
5082 L:      devel@linuxdriverproject.org
5083 S:      Maintained
5084 F:      arch/x86/include/asm/mshyperv.h
5085 F:      arch/x86/include/uapi/asm/hyperv.h
5086 F:      arch/x86/kernel/cpu/mshyperv.c
5087 F:      drivers/hid/hid-hyperv.c
5088 F:      drivers/hv/
5089 F:      drivers/input/serio/hyperv-keyboard.c
5090 F:      drivers/net/hyperv/
5091 F:      drivers/scsi/storvsc_drv.c
5092 F:      drivers/video/fbdev/hyperv_fb.c
5093 F:      include/linux/hyperv.h
5094 F:      tools/hv/
5095 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5096
5097 I2C OVER PARALLEL PORT
5098 M:      Jean Delvare <jdelvare@suse.com>
5099 L:      linux-i2c@vger.kernel.org
5100 S:      Maintained
5101 F:      Documentation/i2c/busses/i2c-parport
5102 F:      Documentation/i2c/busses/i2c-parport-light
5103 F:      drivers/i2c/busses/i2c-parport.c
5104 F:      drivers/i2c/busses/i2c-parport-light.c
5105
5106 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5107 M:      Jean Delvare <jdelvare@suse.com>
5108 L:      linux-i2c@vger.kernel.org
5109 S:      Maintained
5110 F:      Documentation/i2c/busses/i2c-ali1535
5111 F:      Documentation/i2c/busses/i2c-ali1563
5112 F:      Documentation/i2c/busses/i2c-ali15x3
5113 F:      Documentation/i2c/busses/i2c-amd756
5114 F:      Documentation/i2c/busses/i2c-amd8111
5115 F:      Documentation/i2c/busses/i2c-i801
5116 F:      Documentation/i2c/busses/i2c-nforce2
5117 F:      Documentation/i2c/busses/i2c-piix4
5118 F:      Documentation/i2c/busses/i2c-sis5595
5119 F:      Documentation/i2c/busses/i2c-sis630
5120 F:      Documentation/i2c/busses/i2c-sis96x
5121 F:      Documentation/i2c/busses/i2c-via
5122 F:      Documentation/i2c/busses/i2c-viapro
5123 F:      drivers/i2c/busses/i2c-ali1535.c
5124 F:      drivers/i2c/busses/i2c-ali1563.c
5125 F:      drivers/i2c/busses/i2c-ali15x3.c
5126 F:      drivers/i2c/busses/i2c-amd756.c
5127 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5128 F:      drivers/i2c/busses/i2c-amd8111.c
5129 F:      drivers/i2c/busses/i2c-i801.c
5130 F:      drivers/i2c/busses/i2c-isch.c
5131 F:      drivers/i2c/busses/i2c-nforce2.c
5132 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5133 F:      drivers/i2c/busses/i2c-piix4.c
5134 F:      drivers/i2c/busses/i2c-sis5595.c
5135 F:      drivers/i2c/busses/i2c-sis630.c
5136 F:      drivers/i2c/busses/i2c-sis96x.c
5137 F:      drivers/i2c/busses/i2c-via.c
5138 F:      drivers/i2c/busses/i2c-viapro.c
5139
5140 I2C/SMBUS ISMT DRIVER
5141 M:      Seth Heasley <seth.heasley@intel.com>
5142 M:      Neil Horman <nhorman@tuxdriver.com>
5143 L:      linux-i2c@vger.kernel.org
5144 F:      drivers/i2c/busses/i2c-ismt.c
5145 F:      Documentation/i2c/busses/i2c-ismt
5146
5147 I2C/SMBUS STUB DRIVER
5148 M:      Jean Delvare <jdelvare@suse.com>
5149 L:      linux-i2c@vger.kernel.org
5150 S:      Maintained
5151 F:      drivers/i2c/i2c-stub.c
5152
5153 I2C SUBSYSTEM
5154 M:      Wolfram Sang <wsa@the-dreams.de>
5155 L:      linux-i2c@vger.kernel.org
5156 W:      https://i2c.wiki.kernel.org/
5157 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5159 S:      Maintained
5160 F:      Documentation/devicetree/bindings/i2c/
5161 F:      Documentation/i2c/
5162 F:      drivers/i2c/
5163 F:      include/linux/i2c.h
5164 F:      include/linux/i2c-*.h
5165 F:      include/uapi/linux/i2c.h
5166 F:      include/uapi/linux/i2c-*.h
5167
5168 I2C ACPI SUPPORT
5169 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5170 L:      linux-i2c@vger.kernel.org
5171 L:      linux-acpi@vger.kernel.org
5172 S:      Maintained
5173
5174 I2C-TAOS-EVM DRIVER
5175 M:      Jean Delvare <jdelvare@suse.com>
5176 L:      linux-i2c@vger.kernel.org
5177 S:      Maintained
5178 F:      Documentation/i2c/busses/i2c-taos-evm
5179 F:      drivers/i2c/busses/i2c-taos-evm.c
5180
5181 I2C-TINY-USB DRIVER
5182 M:      Till Harbaum <till@harbaum.org>
5183 L:      linux-i2c@vger.kernel.org
5184 W:      http://www.harbaum.org/till/i2c_tiny_usb
5185 S:      Maintained
5186 F:      drivers/i2c/busses/i2c-tiny-usb.c
5187
5188 i386 BOOT CODE
5189 M:      "H. Peter Anvin" <hpa@zytor.com>
5190 S:      Maintained
5191 F:      arch/x86/boot/
5192
5193 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5194 M:      "H. Peter Anvin" <hpa@zytor.com>
5195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5196 S:      Maintained
5197
5198 IA64 (Itanium) PLATFORM
5199 M:      Tony Luck <tony.luck@intel.com>
5200 M:      Fenghua Yu <fenghua.yu@intel.com>
5201 L:      linux-ia64@vger.kernel.org
5202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5203 S:      Maintained
5204 F:      arch/ia64/
5205
5206 IBM Power VMX Cryptographic instructions
5207 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5208 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5209 L:      linux-crypto@vger.kernel.org
5210 S:      Supported
5211 F:      drivers/crypto/vmx/Makefile
5212 F:      drivers/crypto/vmx/Kconfig
5213 F:      drivers/crypto/vmx/vmx.c
5214 F:      drivers/crypto/vmx/aes*
5215 F:      drivers/crypto/vmx/ghash*
5216 F:      drivers/crypto/vmx/ppc-xlate.pl
5217
5218 IBM Power in-Nest Crypto Acceleration
5219 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5220 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5221 L:      linux-crypto@vger.kernel.org
5222 S:      Supported
5223 F:      drivers/crypto/nx/Makefile
5224 F:      drivers/crypto/nx/Kconfig
5225 F:      drivers/crypto/nx/nx-aes*
5226 F:      drivers/crypto/nx/nx-sha*
5227 F:      drivers/crypto/nx/nx.*
5228 F:      drivers/crypto/nx/nx_csbcpb.h
5229 F:      drivers/crypto/nx/nx_debugfs.h
5230
5231 IBM Power 842 compression accelerator
5232 M:      Dan Streetman <ddstreet@ieee.org>
5233 S:      Supported
5234 F:      drivers/crypto/nx/Makefile
5235 F:      drivers/crypto/nx/Kconfig
5236 F:      drivers/crypto/nx/nx-842*
5237 F:      include/linux/sw842.h
5238 F:      crypto/842.c
5239 F:      lib/842/
5240
5241 IBM Power Linux RAID adapter
5242 M:      Brian King <brking@us.ibm.com>
5243 S:      Supported
5244 F:      drivers/scsi/ipr.*
5245
5246 IBM Power Virtual Ethernet Device Driver
5247 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5248 L:      netdev@vger.kernel.org
5249 S:      Supported
5250 F:      drivers/net/ethernet/ibm/ibmveth.*
5251
5252 IBM Power Virtual SCSI Device Drivers
5253 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5254 L:      linux-scsi@vger.kernel.org
5255 S:      Supported
5256 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5257 F:      drivers/scsi/ibmvscsi/viosrp.h
5258
5259 IBM Power Virtual FC Device Drivers
5260 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5261 L:      linux-scsi@vger.kernel.org
5262 S:      Supported
5263 F:      drivers/scsi/ibmvscsi/ibmvfc*
5264
5265 IBM ServeRAID RAID DRIVER
5266 S:      Orphan
5267 F:      drivers/scsi/ips.*
5268
5269 ICH LPC AND GPIO DRIVER
5270 M:      Peter Tyser <ptyser@xes-inc.com>
5271 S:      Maintained
5272 F:      drivers/mfd/lpc_ich.c
5273 F:      drivers/gpio/gpio-ich.c
5274
5275 IDE SUBSYSTEM
5276 M:      "David S. Miller" <davem@davemloft.net>
5277 L:      linux-ide@vger.kernel.org
5278 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5280 S:      Maintained
5281 F:      Documentation/ide/
5282 F:      drivers/ide/
5283 F:      include/linux/ide.h
5284
5285 IDEAPAD LAPTOP EXTRAS DRIVER
5286 M:      Ike Panhc <ike.pan@canonical.com>
5287 L:      platform-driver-x86@vger.kernel.org
5288 W:      http://launchpad.net/ideapad-laptop
5289 S:      Maintained
5290 F:      drivers/platform/x86/ideapad-laptop.c
5291
5292 IDEAPAD LAPTOP SLIDEBAR DRIVER
5293 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5294 L:      linux-input@vger.kernel.org
5295 W:      https://github.com/o2genum/ideapad-slidebar
5296 S:      Maintained
5297 F:      drivers/input/misc/ideapad_slidebar.c
5298
5299 IDE/ATAPI DRIVERS
5300 M:      Borislav Petkov <bp@alien8.de>
5301 L:      linux-ide@vger.kernel.org
5302 S:      Maintained
5303 F:      Documentation/cdrom/ide-cd
5304 F:      drivers/ide/ide-cd*
5305
5306 IDLE-I7300
5307 M:      Andy Henroid <andrew.d.henroid@intel.com>
5308 L:      linux-pm@vger.kernel.org
5309 S:      Supported
5310 F:      drivers/idle/i7300_idle.c
5311
5312 IEEE 802.15.4 SUBSYSTEM
5313 M:      Alexander Aring <alex.aring@gmail.com>
5314 L:      linux-wpan@vger.kernel.org
5315 W:      https://github.com/linux-wpan
5316 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5317 S:      Maintained
5318 F:      net/ieee802154/
5319 F:      net/mac802154/
5320 F:      drivers/net/ieee802154/
5321 F:      include/linux/nl802154.h
5322 F:      include/linux/ieee802154.h
5323 F:      include/net/nl802154.h
5324 F:      include/net/mac802154.h
5325 F:      include/net/af_ieee802154.h
5326 F:      include/net/cfg802154.h
5327 F:      include/net/ieee802154_netdev.h
5328 F:      Documentation/networking/ieee802154.txt
5329
5330 IGORPLUG-USB IR RECEIVER
5331 M:      Sean Young <sean@mess.org>
5332 L:      linux-media@vger.kernel.org
5333 S:      Maintained
5334 F:      drivers/media/rc/igorplugusb.c
5335
5336 IGUANAWORKS USB IR TRANSCEIVER
5337 M:      Sean Young <sean@mess.org>
5338 L:      linux-media@vger.kernel.org
5339 S:      Maintained
5340 F:      drivers/media/rc/iguanair.c
5341
5342 IIO SUBSYSTEM AND DRIVERS
5343 M:      Jonathan Cameron <jic23@kernel.org>
5344 R:      Hartmut Knaack <knaack.h@gmx.de>
5345 R:      Lars-Peter Clausen <lars@metafoo.de>
5346 R:      Peter Meerwald <pmeerw@pmeerw.net>
5347 L:      linux-iio@vger.kernel.org
5348 S:      Maintained
5349 F:      drivers/iio/
5350 F:      drivers/staging/iio/
5351 F:      include/linux/iio/
5352 F:      tools/iio/
5353
5354 IKANOS/ADI EAGLE ADSL USB DRIVER
5355 M:      Matthieu Castet <castet.matthieu@free.fr>
5356 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5357 S:      Maintained
5358 F:      drivers/usb/atm/ueagle-atm.c
5359
5360 INA209 HARDWARE MONITOR DRIVER
5361 M:      Guenter Roeck <linux@roeck-us.net>
5362 L:      lm-sensors@lm-sensors.org
5363 S:      Maintained
5364 F:      Documentation/hwmon/ina209
5365 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5366 F:      drivers/hwmon/ina209.c
5367
5368 INA2XX HARDWARE MONITOR DRIVER
5369 M:      Guenter Roeck <linux@roeck-us.net>
5370 L:      lm-sensors@lm-sensors.org
5371 S:      Maintained
5372 F:      Documentation/hwmon/ina2xx
5373 F:      drivers/hwmon/ina2xx.c
5374 F:      include/linux/platform_data/ina2xx.h
5375
5376 INDUSTRY PACK SUBSYSTEM (IPACK)
5377 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5378 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5379 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5380 L:      industrypack-devel@lists.sourceforge.net
5381 W:      http://industrypack.sourceforge.net
5382 S:      Maintained
5383 F:      drivers/ipack/
5384
5385 INGENIC JZ4780 DMA Driver
5386 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5387 S:      Maintained
5388 F:      drivers/dma/dma-jz4780.c
5389
5390 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5391 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5392 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5393 L:      linux-ima-devel@lists.sourceforge.net
5394 L:      linux-ima-user@lists.sourceforge.net
5395 L:      linux-security-module@vger.kernel.org
5396 S:      Supported
5397 F:      security/integrity/ima/
5398
5399 IMGTEC IR DECODER DRIVER
5400 M:      James Hogan <james.hogan@imgtec.com>
5401 S:      Maintained
5402 F:      drivers/media/rc/img-ir/
5403
5404 IMS TWINTURBO FRAMEBUFFER DRIVER
5405 L:      linux-fbdev@vger.kernel.org
5406 S:      Orphan
5407 F:      drivers/video/fbdev/imsttfb.c
5408
5409 INFINIBAND SUBSYSTEM
5410 M:      Doug Ledford <dledford@redhat.com>
5411 M:      Sean Hefty <sean.hefty@intel.com>
5412 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5413 L:      linux-rdma@vger.kernel.org
5414 W:      http://www.openfabrics.org/
5415 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5417 S:      Supported
5418 F:      Documentation/infiniband/
5419 F:      drivers/infiniband/
5420 F:      drivers/staging/rdma/
5421 F:      include/uapi/linux/if_infiniband.h
5422 F:      include/uapi/rdma/
5423 F:      include/rdma/
5424
5425 INOTIFY
5426 M:      John McCutchan <john@johnmccutchan.com>
5427 M:      Robert Love <rlove@rlove.org>
5428 M:      Eric Paris <eparis@parisplace.org>
5429 S:      Maintained
5430 F:      Documentation/filesystems/inotify.txt
5431 F:      fs/notify/inotify/
5432 F:      include/linux/inotify.h
5433 F:      include/uapi/linux/inotify.h
5434
5435 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5436 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5437 L:      linux-input@vger.kernel.org
5438 Q:      http://patchwork.kernel.org/project/linux-input/list/
5439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5440 S:      Maintained
5441 F:      drivers/input/
5442 F:      include/linux/input.h
5443 F:      include/uapi/linux/input.h
5444 F:      include/linux/input/
5445
5446 INPUT MULTITOUCH (MT) PROTOCOL
5447 M:      Henrik Rydberg <rydberg@bitmath.org>
5448 L:      linux-input@vger.kernel.org
5449 S:      Odd fixes
5450 F:      Documentation/input/multi-touch-protocol.txt
5451 F:      drivers/input/input-mt.c
5452 K:      \b(ABS|SYN)_MT_
5453
5454 INTEL ASoC BDW/HSW DRIVERS
5455 M:      Jie Yang <yang.jie@linux.intel.com>
5456 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5457 S:      Supported
5458 F:      sound/soc/intel/common/sst-dsp*
5459 F:      sound/soc/intel/common/sst-firmware.c
5460 F:      sound/soc/intel/boards/broadwell.c
5461 F:      sound/soc/intel/haswell/
5462
5463 INTEL C600 SERIES SAS CONTROLLER DRIVER
5464 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5465 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5466 L:      linux-scsi@vger.kernel.org
5467 T:      git git://git.code.sf.net/p/intel-sas/isci
5468 S:      Supported
5469 F:      drivers/scsi/isci/
5470
5471 INTEL IDLE DRIVER
5472 M:      Len Brown <lenb@kernel.org>
5473 L:      linux-pm@vger.kernel.org
5474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5475 S:      Supported
5476 F:      drivers/idle/intel_idle.c
5477
5478 INTEL PSTATE DRIVER
5479 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5480 L:      linux-pm@vger.kernel.org
5481 S:      Supported
5482 F:      drivers/cpufreq/intel_pstate.c
5483
5484 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5485 M:      Maik Broemme <mbroemme@plusserver.de>
5486 L:      linux-fbdev@vger.kernel.org
5487 S:      Maintained
5488 F:      Documentation/fb/intelfb.txt
5489 F:      drivers/video/fbdev/intelfb/
5490
5491 INTEL 810/815 FRAMEBUFFER DRIVER
5492 M:      Antonino Daplas <adaplas@gmail.com>
5493 L:      linux-fbdev@vger.kernel.org
5494 S:      Maintained
5495 F:      drivers/video/fbdev/i810/
5496
5497 INTEL MENLOW THERMAL DRIVER
5498 M:      Sujith Thomas <sujith.thomas@intel.com>
5499 L:      platform-driver-x86@vger.kernel.org
5500 W:      https://01.org/linux-acpi
5501 S:      Supported
5502 F:      drivers/platform/x86/intel_menlow.c
5503
5504 INTEL I/OAT DMA DRIVER
5505 M:      Dave Jiang <dave.jiang@intel.com>
5506 R:      Dan Williams <dan.j.williams@intel.com>
5507 L:      dmaengine@vger.kernel.org
5508 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5509 S:      Supported
5510 F:      drivers/dma/ioat*
5511
5512 INTEL IOMMU (VT-d)
5513 M:      David Woodhouse <dwmw2@infradead.org>
5514 L:      iommu@lists.linux-foundation.org
5515 T:      git git://git.infradead.org/iommu-2.6.git
5516 S:      Supported
5517 F:      drivers/iommu/intel-iommu.c
5518 F:      include/linux/intel-iommu.h
5519
5520 INTEL IOP-ADMA DMA DRIVER
5521 R:      Dan Williams <dan.j.williams@intel.com>
5522 S:      Odd fixes
5523 F:      drivers/dma/iop-adma.c
5524
5525 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5526 M:      Krzysztof Halasa <khalasa@piap.pl>
5527 S:      Maintained
5528 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5529 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5530 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5531 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5532 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5533 F:      drivers/net/wan/ixp4xx_hss.c
5534
5535 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5536 M:      Deepak Saxena <dsaxena@plexity.net>
5537 S:      Maintained
5538 F:      drivers/char/hw_random/ixp4xx-rng.c
5539
5540 INTEL ETHERNET DRIVERS
5541 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5542 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5543 R:      Shannon Nelson <shannon.nelson@intel.com>
5544 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5545 R:      Don Skidmore <donald.c.skidmore@intel.com>
5546 R:      Matthew Vick <matthew.vick@intel.com>
5547 R:      John Ronciak <john.ronciak@intel.com>
5548 R:      Mitch Williams <mitch.a.williams@intel.com>
5549 L:      intel-wired-lan@lists.osuosl.org
5550 W:      http://www.intel.com/support/feedback.htm
5551 W:      http://e1000.sourceforge.net/
5552 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5555 S:      Supported
5556 F:      Documentation/networking/e100.txt
5557 F:      Documentation/networking/e1000.txt
5558 F:      Documentation/networking/e1000e.txt
5559 F:      Documentation/networking/igb.txt
5560 F:      Documentation/networking/igbvf.txt
5561 F:      Documentation/networking/ixgb.txt
5562 F:      Documentation/networking/ixgbe.txt
5563 F:      Documentation/networking/ixgbevf.txt
5564 F:      Documentation/networking/i40e.txt
5565 F:      Documentation/networking/i40evf.txt
5566 F:      drivers/net/ethernet/intel/
5567 F:      drivers/net/ethernet/intel/*/
5568
5569 INTEL-MID GPIO DRIVER
5570 M:      David Cohen <david.a.cohen@linux.intel.com>
5571 L:      linux-gpio@vger.kernel.org
5572 S:      Maintained
5573 F:      drivers/gpio/gpio-intel-mid.c
5574
5575 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5576 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5577 L:      linux-wireless@vger.kernel.org
5578 S:      Maintained
5579 F:      Documentation/networking/README.ipw2100
5580 F:      Documentation/networking/README.ipw2200
5581 F:      drivers/net/wireless/ipw2x00/
5582
5583 INTEL(R) TRACE HUB
5584 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5585 S:      Supported
5586 F:      Documentation/trace/intel_th.txt
5587 F:      drivers/hwtracing/intel_th/
5588
5589 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5590 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5591 M:      Gang Wei <gang.wei@intel.com>
5592 M:      Shane Wang <shane.wang@intel.com>
5593 L:      tboot-devel@lists.sourceforge.net
5594 W:      http://tboot.sourceforge.net
5595 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5596 S:      Supported
5597 F:      Documentation/intel_txt.txt
5598 F:      include/linux/tboot.h
5599 F:      arch/x86/kernel/tboot.c
5600
5601 INTEL WIRELESS WIMAX CONNECTION 2400
5602 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5603 M:      linux-wimax@intel.com
5604 L:      wimax@linuxwimax.org (subscribers-only)
5605 S:      Supported
5606 W:      http://linuxwimax.org
5607 F:      Documentation/wimax/README.i2400m
5608 F:      drivers/net/wimax/i2400m/
5609 F:      include/uapi/linux/wimax/i2400m.h
5610
5611 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5612 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5613 L:      linux-wireless@vger.kernel.org
5614 S:      Supported
5615 F:      drivers/net/wireless/iwlegacy/
5616
5617 INTEL WIRELESS WIFI LINK (iwlwifi)
5618 M:      Johannes Berg <johannes.berg@intel.com>
5619 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5620 M:      Intel Linux Wireless <linuxwifi@intel.com>
5621 L:      linux-wireless@vger.kernel.org
5622 W:      http://intellinuxwireless.org
5623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5624 S:      Supported
5625 F:      drivers/net/wireless/iwlwifi/
5626
5627 INTEL MANAGEMENT ENGINE (mei)
5628 M:      Tomas Winkler <tomas.winkler@intel.com>
5629 L:      linux-kernel@vger.kernel.org
5630 S:      Supported
5631 F:      include/uapi/linux/mei.h
5632 F:      include/linux/mei_cl_bus.h
5633 F:      drivers/misc/mei/*
5634 F:      Documentation/misc-devices/mei/*
5635
5636 INTEL MIC DRIVERS (mic)
5637 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5638 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5639 S:      Supported
5640 W:      https://github.com/sudeepdutt/mic
5641 W:      http://software.intel.com/en-us/mic-developer
5642 F:      include/linux/mic_bus.h
5643 F:      include/linux/scif.h
5644 F:      include/uapi/linux/mic_common.h
5645 F:      include/uapi/linux/mic_ioctl.h
5646 F       include/uapi/linux/scif_ioctl.h
5647 F:      drivers/misc/mic/
5648 F:      drivers/dma/mic_x100_dma.c
5649 F:      drivers/dma/mic_x100_dma.h
5650 F       Documentation/mic/
5651
5652 INTEL PMC IPC DRIVER
5653 M:      Zha Qipeng<qipeng.zha@intel.com>
5654 L:      platform-driver-x86@vger.kernel.org
5655 S:      Maintained
5656 F:      drivers/platform/x86/intel_pmc_ipc.c
5657 F:      arch/x86/include/asm/intel_pmc_ipc.h
5658
5659 IOC3 ETHERNET DRIVER
5660 M:      Ralf Baechle <ralf@linux-mips.org>
5661 L:      linux-mips@linux-mips.org
5662 S:      Maintained
5663 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5664
5665 IOC3 SERIAL DRIVER
5666 M:      Pat Gefre <pfg@sgi.com>
5667 L:      linux-serial@vger.kernel.org
5668 S:      Maintained
5669 F:      drivers/tty/serial/ioc3_serial.c
5670
5671 IOMMU DRIVERS
5672 M:      Joerg Roedel <joro@8bytes.org>
5673 L:      iommu@lists.linux-foundation.org
5674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5675 S:      Maintained
5676 F:      drivers/iommu/
5677
5678 IP MASQUERADING
5679 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5680 S:      Maintained
5681 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5682
5683 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5684 M:      Francois Romieu <romieu@fr.zoreil.com>
5685 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5686 L:      netdev@vger.kernel.org
5687 S:      Maintained
5688 F:      drivers/net/ethernet/icplus/ipg.*
5689
5690 IPATH DRIVER
5691 M:      Mike Marciniszyn <infinipath@intel.com>
5692 L:      linux-rdma@vger.kernel.org
5693 S:      Maintained
5694 F:      drivers/staging/rdma/ipath/
5695
5696 IPMI SUBSYSTEM
5697 M:      Corey Minyard <minyard@acm.org>
5698 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5699 W:      http://openipmi.sourceforge.net/
5700 S:      Supported
5701 F:      Documentation/IPMI.txt
5702 F:      drivers/char/ipmi/
5703 F:      include/linux/ipmi*
5704 F:      include/uapi/linux/ipmi*
5705
5706 QCOM AUDIO (ASoC) DRIVERS
5707 M:      Patrick Lai <plai@codeaurora.org>
5708 M:      Banajit Goswami <bgoswami@codeaurora.org>
5709 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5710 S:      Supported
5711 F:      sound/soc/qcom/
5712
5713 IPS SCSI RAID DRIVER
5714 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5715 L:      linux-scsi@vger.kernel.org
5716 W:      http://www.adaptec.com/
5717 S:      Maintained
5718 F:      drivers/scsi/ips*
5719
5720 IPVS
5721 M:      Wensong Zhang <wensong@linux-vs.org>
5722 M:      Simon Horman <horms@verge.net.au>
5723 M:      Julian Anastasov <ja@ssi.bg>
5724 L:      netdev@vger.kernel.org
5725 L:      lvs-devel@vger.kernel.org
5726 S:      Maintained
5727 F:      Documentation/networking/ipvs-sysctl.txt
5728 F:      include/net/ip_vs.h
5729 F:      include/uapi/linux/ip_vs.h
5730 F:      net/netfilter/ipvs/
5731
5732 IPWIRELESS DRIVER
5733 M:      Jiri Kosina <jikos@kernel.org>
5734 M:      David Sterba <dsterba@suse.com>
5735 S:      Odd Fixes
5736 F:      drivers/tty/ipwireless/
5737
5738 IPX NETWORK LAYER
5739 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5740 L:      netdev@vger.kernel.org
5741 S:      Maintained
5742 F:      include/net/ipx.h
5743 F:      include/uapi/linux/ipx.h
5744 F:      net/ipx/
5745
5746 IRDA SUBSYSTEM
5747 M:      Samuel Ortiz <samuel@sortiz.org>
5748 L:      irda-users@lists.sourceforge.net (subscribers-only)
5749 L:      netdev@vger.kernel.org
5750 W:      http://irda.sourceforge.net/
5751 S:      Maintained
5752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5753 F:      Documentation/networking/irda.txt
5754 F:      drivers/net/irda/
5755 F:      include/net/irda/
5756 F:      net/irda/
5757
5758 IRQ SUBSYSTEM
5759 M:      Thomas Gleixner <tglx@linutronix.de>
5760 L:      linux-kernel@vger.kernel.org
5761 S:      Maintained
5762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5763 F:      kernel/irq/
5764
5765 IRQCHIP DRIVERS
5766 M:      Thomas Gleixner <tglx@linutronix.de>
5767 M:      Jason Cooper <jason@lakedaemon.net>
5768 M:      Marc Zyngier <marc.zyngier@arm.com>
5769 L:      linux-kernel@vger.kernel.org
5770 S:      Maintained
5771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5772 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5773 F:      Documentation/devicetree/bindings/interrupt-controller/
5774 F:      drivers/irqchip/
5775
5776 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5777 M:      Jiang Liu <jiang.liu@linux.intel.com>
5778 M:      Marc Zyngier <marc.zyngier@arm.com>
5779 S:      Maintained
5780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5781 F:      Documentation/IRQ-domain.txt
5782 F:      include/linux/irqdomain.h
5783 F:      kernel/irq/irqdomain.c
5784 F:      kernel/irq/msi.c
5785
5786 ISAPNP
5787 M:      Jaroslav Kysela <perex@perex.cz>
5788 S:      Maintained
5789 F:      Documentation/isapnp.txt
5790 F:      drivers/pnp/isapnp/
5791 F:      include/linux/isapnp.h
5792
5793 ISA RADIO MODULE
5794 M:      Hans Verkuil <hverkuil@xs4all.nl>
5795 L:      linux-media@vger.kernel.org
5796 T:      git git://linuxtv.org/media_tree.git
5797 W:      http://linuxtv.org
5798 S:      Maintained
5799 F:      drivers/media/radio/radio-isa*
5800
5801 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5802 M:      Peter Jones <pjones@redhat.com>
5803 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5804 S:      Maintained
5805 F:      drivers/firmware/iscsi_ibft*
5806
5807 ISCSI
5808 M:      Mike Christie <michaelc@cs.wisc.edu>
5809 L:      open-iscsi@googlegroups.com
5810 W:      www.open-iscsi.org
5811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5812 S:      Maintained
5813 F:      drivers/scsi/*iscsi*
5814 F:      include/scsi/*iscsi*
5815
5816 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5817 M:      Or Gerlitz <ogerlitz@mellanox.com>
5818 M:      Sagi Grimberg <sagig@mellanox.com>
5819 M:      Roi Dayan <roid@mellanox.com>
5820 L:      linux-rdma@vger.kernel.org
5821 S:      Supported
5822 W:      http://www.openfabrics.org
5823 W:      www.open-iscsi.org
5824 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5825 F:      drivers/infiniband/ulp/iser/
5826
5827 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5828 M:      Sagi Grimberg <sagig@mellanox.com>
5829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5830 L:      linux-rdma@vger.kernel.org
5831 L:      target-devel@vger.kernel.org
5832 S:      Supported
5833 W:      http://www.linux-iscsi.org
5834 F:      drivers/infiniband/ulp/isert
5835
5836 ISDN SUBSYSTEM
5837 M:      Karsten Keil <isdn@linux-pingi.de>
5838 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5839 L:      netdev@vger.kernel.org
5840 W:      http://www.isdn4linux.de
5841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5842 S:      Maintained
5843 F:      Documentation/isdn/
5844 F:      drivers/isdn/
5845 F:      include/linux/isdn.h
5846 F:      include/linux/isdn/
5847 F:      include/uapi/linux/isdn.h
5848 F:      include/uapi/linux/isdn/
5849
5850 ISDN SUBSYSTEM (Eicon active card driver)
5851 M:      Armin Schindler <mac@melware.de>
5852 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5853 W:      http://www.melware.de
5854 S:      Maintained
5855 F:      drivers/isdn/hardware/eicon/
5856
5857 IT87 HARDWARE MONITORING DRIVER
5858 M:      Jean Delvare <jdelvare@suse.com>
5859 L:      lm-sensors@lm-sensors.org
5860 S:      Maintained
5861 F:      Documentation/hwmon/it87
5862 F:      drivers/hwmon/it87.c
5863
5864 IT913X MEDIA DRIVER
5865 M:      Antti Palosaari <crope@iki.fi>
5866 L:      linux-media@vger.kernel.org
5867 W:      http://linuxtv.org/
5868 W:      http://palosaari.fi/linux/
5869 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5870 T:      git git://linuxtv.org/anttip/media_tree.git
5871 S:      Maintained
5872 F:      drivers/media/tuners/it913x*
5873
5874 IVTV VIDEO4LINUX DRIVER
5875 M:      Andy Walls <awalls@md.metrocast.net>
5876 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5877 L:      linux-media@vger.kernel.org
5878 T:      git git://linuxtv.org/media_tree.git
5879 W:      http://www.ivtvdriver.org
5880 S:      Maintained
5881 F:      Documentation/video4linux/*.ivtv
5882 F:      drivers/media/pci/ivtv/
5883 F:      include/uapi/linux/ivtv*
5884
5885 IX2505V MEDIA DRIVER
5886 M:      Malcolm Priestley <tvboxspy@gmail.com>
5887 L:      linux-media@vger.kernel.org
5888 W:      http://linuxtv.org/
5889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5890 S:      Maintained
5891 F:      drivers/media/dvb-frontends/ix2505v*
5892
5893 JC42.4 TEMPERATURE SENSOR DRIVER
5894 M:      Guenter Roeck <linux@roeck-us.net>
5895 L:      lm-sensors@lm-sensors.org
5896 S:      Maintained
5897 F:      drivers/hwmon/jc42.c
5898 F:      Documentation/hwmon/jc42
5899
5900 JFS FILESYSTEM
5901 M:      Dave Kleikamp <shaggy@kernel.org>
5902 L:      jfs-discussion@lists.sourceforge.net
5903 W:      http://jfs.sourceforge.net/
5904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5905 S:      Maintained
5906 F:      Documentation/filesystems/jfs.txt
5907 F:      fs/jfs/
5908
5909 JME NETWORK DRIVER
5910 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5911 L:      netdev@vger.kernel.org
5912 S:      Maintained
5913 F:      drivers/net/ethernet/jme.*
5914
5915 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5916 M:      David Woodhouse <dwmw2@infradead.org>
5917 L:      linux-mtd@lists.infradead.org
5918 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5919 S:      Maintained
5920 F:      fs/jffs2/
5921 F:      include/uapi/linux/jffs2.h
5922
5923 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5924 M:      "Theodore Ts'o" <tytso@mit.edu>
5925 M:      Jan Kara <jack@suse.com>
5926 L:      linux-ext4@vger.kernel.org
5927 S:      Maintained
5928 F:      fs/jbd2/
5929 F:      include/linux/jbd2.h
5930
5931 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5932 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5933 L:      linux-media@vger.kernel.org
5934 S:      Maintained
5935 F:      drivers/media/platform/rcar_jpu.c
5936
5937 JSM Neo PCI based serial card
5938 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5939 L:      linux-serial@vger.kernel.org
5940 S:      Maintained
5941 F:      drivers/tty/serial/jsm/
5942
5943 K10TEMP HARDWARE MONITORING DRIVER
5944 M:      Clemens Ladisch <clemens@ladisch.de>
5945 L:      lm-sensors@lm-sensors.org
5946 S:      Maintained
5947 F:      Documentation/hwmon/k10temp
5948 F:      drivers/hwmon/k10temp.c
5949
5950 K8TEMP HARDWARE MONITORING DRIVER
5951 M:      Rudolf Marek <r.marek@assembler.cz>
5952 L:      lm-sensors@lm-sensors.org
5953 S:      Maintained
5954 F:      Documentation/hwmon/k8temp
5955 F:      drivers/hwmon/k8temp.c
5956
5957 KCONFIG
5958 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5959 L:      linux-kbuild@vger.kernel.org
5960 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5961 S:      Maintained
5962 F:      Documentation/kbuild/kconfig-language.txt
5963 F:      scripts/kconfig/
5964
5965 KDUMP
5966 M:      Vivek Goyal <vgoyal@redhat.com>
5967 M:      Haren Myneni <hbabu@us.ibm.com>
5968 L:      kexec@lists.infradead.org
5969 W:      http://lse.sourceforge.net/kdump/
5970 S:      Maintained
5971 F:      Documentation/kdump/
5972
5973 KEENE FM RADIO TRANSMITTER DRIVER
5974 M:      Hans Verkuil <hverkuil@xs4all.nl>
5975 L:      linux-media@vger.kernel.org
5976 T:      git git://linuxtv.org/media_tree.git
5977 W:      http://linuxtv.org
5978 S:      Maintained
5979 F:      drivers/media/radio/radio-keene*
5980
5981 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5982 M:      Ian Kent <raven@themaw.net>
5983 L:      autofs@vger.kernel.org
5984 S:      Maintained
5985 F:      fs/autofs4/
5986
5987 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5988 M:      Michal Marek <mmarek@suse.com>
5989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5991 L:      linux-kbuild@vger.kernel.org
5992 S:      Maintained
5993 F:      Documentation/kbuild/
5994 F:      Makefile
5995 F:      scripts/Makefile.*
5996 F:      scripts/basic/
5997 F:      scripts/mk*
5998 F:      scripts/package/
5999
6000 KERNEL JANITORS
6001 L:      kernel-janitors@vger.kernel.org
6002 W:      http://kernelnewbies.org/KernelJanitors
6003 S:      Odd Fixes
6004
6005 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6006 M:      "J. Bruce Fields" <bfields@fieldses.org>
6007 M:      Jeff Layton <jlayton@poochiereds.net>
6008 L:      linux-nfs@vger.kernel.org
6009 W:      http://nfs.sourceforge.net/
6010 S:      Supported
6011 F:      fs/nfsd/
6012 F:      include/uapi/linux/nfsd/
6013 F:      fs/lockd/
6014 F:      fs/nfs_common/
6015 F:      net/sunrpc/
6016 F:      include/linux/lockd/
6017 F:      include/linux/sunrpc/
6018 F:      include/uapi/linux/sunrpc/
6019
6020 KERNEL SELFTEST FRAMEWORK
6021 M:      Shuah Khan <shuahkh@osg.samsung.com>
6022 L:      linux-api@vger.kernel.org
6023 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6024 S:      Maintained
6025 F:      tools/testing/selftests
6026
6027 KERNEL VIRTUAL MACHINE (KVM)
6028 M:      Gleb Natapov <gleb@kernel.org>
6029 M:      Paolo Bonzini <pbonzini@redhat.com>
6030 L:      kvm@vger.kernel.org
6031 W:      http://www.linux-kvm.org
6032 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6033 S:      Supported
6034 F:      Documentation/*/kvm*.txt
6035 F:      Documentation/virtual/kvm/
6036 F:      arch/*/kvm/
6037 F:      arch/x86/kernel/kvm.c
6038 F:      arch/x86/kernel/kvmclock.c
6039 F:      arch/*/include/asm/kvm*
6040 F:      include/linux/kvm*
6041 F:      include/uapi/linux/kvm*
6042 F:      virt/kvm/
6043
6044 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6045 M:      Joerg Roedel <joro@8bytes.org>
6046 L:      kvm@vger.kernel.org
6047 W:      http://www.linux-kvm.org/
6048 S:      Maintained
6049 F:      arch/x86/include/asm/svm.h
6050 F:      arch/x86/kvm/svm.c
6051
6052 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6053 M:      Alexander Graf <agraf@suse.com>
6054 L:      kvm-ppc@vger.kernel.org
6055 W:      http://www.linux-kvm.org/
6056 T:      git git://github.com/agraf/linux-2.6.git
6057 S:      Supported
6058 F:      arch/powerpc/include/asm/kvm*
6059 F:      arch/powerpc/kvm/
6060
6061 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6062 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6063 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6064 L:      linux-s390@vger.kernel.org
6065 W:      http://www.ibm.com/developerworks/linux/linux390/
6066 S:      Supported
6067 F:      Documentation/s390/kvm.txt
6068 F:      arch/s390/include/asm/kvm*
6069 F:      arch/s390/kvm/
6070
6071 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6072 M:      Christoffer Dall <christoffer.dall@linaro.org>
6073 M:      Marc Zyngier <marc.zyngier@arm.com>
6074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6075 L:      kvmarm@lists.cs.columbia.edu
6076 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6077 S:      Supported
6078 F:      arch/arm/include/uapi/asm/kvm*
6079 F:      arch/arm/include/asm/kvm*
6080 F:      arch/arm/kvm/
6081 F:      virt/kvm/arm/
6082 F:      include/kvm/arm_*
6083
6084 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6085 M:      Christoffer Dall <christoffer.dall@linaro.org>
6086 M:      Marc Zyngier <marc.zyngier@arm.com>
6087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6088 L:      kvmarm@lists.cs.columbia.edu
6089 S:      Maintained
6090 F:      arch/arm64/include/uapi/asm/kvm*
6091 F:      arch/arm64/include/asm/kvm*
6092 F:      arch/arm64/kvm/
6093
6094 KEXEC
6095 M:      Eric Biederman <ebiederm@xmission.com>
6096 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6097 L:      kexec@lists.infradead.org
6098 S:      Maintained
6099 F:      include/linux/kexec.h
6100 F:      include/uapi/linux/kexec.h
6101 F:      kernel/kexec.c
6102
6103 KEYS/KEYRINGS:
6104 M:      David Howells <dhowells@redhat.com>
6105 L:      keyrings@vger.kernel.org
6106 S:      Maintained
6107 F:      Documentation/security/keys.txt
6108 F:      include/linux/key.h
6109 F:      include/linux/key-type.h
6110 F:      include/keys/
6111 F:      security/keys/
6112
6113 KEYS-TRUSTED
6114 M:      David Safford <safford@us.ibm.com>
6115 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6116 L:      linux-security-module@vger.kernel.org
6117 L:      keyrings@vger.kernel.org
6118 S:      Supported
6119 F:      Documentation/security/keys-trusted-encrypted.txt
6120 F:      include/keys/trusted-type.h
6121 F:      security/keys/trusted.c
6122 F:      security/keys/trusted.h
6123
6124 KEYS-ENCRYPTED
6125 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6126 M:      David Safford <safford@us.ibm.com>
6127 L:      linux-security-module@vger.kernel.org
6128 L:      keyrings@vger.kernel.org
6129 S:      Supported
6130 F:      Documentation/security/keys-trusted-encrypted.txt
6131 F:      include/keys/encrypted-type.h
6132 F:      security/keys/encrypted-keys/
6133
6134 KGDB / KDB /debug_core
6135 M:      Jason Wessel <jason.wessel@windriver.com>
6136 W:      http://kgdb.wiki.kernel.org/
6137 L:      kgdb-bugreport@lists.sourceforge.net
6138 S:      Maintained
6139 F:      Documentation/DocBook/kgdb.tmpl
6140 F:      drivers/misc/kgdbts.c
6141 F:      drivers/tty/serial/kgdboc.c
6142 F:      include/linux/kdb.h
6143 F:      include/linux/kgdb.h
6144 F:      kernel/debug/
6145
6146 KMEMCHECK
6147 M:      Vegard Nossum <vegardno@ifi.uio.no>
6148 M:      Pekka Enberg <penberg@kernel.org>
6149 S:      Maintained
6150 F:      Documentation/kmemcheck.txt
6151 F:      arch/x86/include/asm/kmemcheck.h
6152 F:      arch/x86/mm/kmemcheck/
6153 F:      include/linux/kmemcheck.h
6154 F:      mm/kmemcheck.c
6155
6156 KMEMLEAK
6157 M:      Catalin Marinas <catalin.marinas@arm.com>
6158 S:      Maintained
6159 F:      Documentation/kmemleak.txt
6160 F:      include/linux/kmemleak.h
6161 F:      mm/kmemleak.c
6162 F:      mm/kmemleak-test.c
6163
6164 KPROBES
6165 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6166 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6167 M:      "David S. Miller" <davem@davemloft.net>
6168 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6169 S:      Maintained
6170 F:      Documentation/kprobes.txt
6171 F:      include/linux/kprobes.h
6172 F:      kernel/kprobes.c
6173
6174 KS0108 LCD CONTROLLER DRIVER
6175 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6176 W:      http://miguelojeda.es/auxdisplay.htm
6177 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6178 S:      Maintained
6179 F:      Documentation/auxdisplay/ks0108
6180 F:      drivers/auxdisplay/ks0108.c
6181 F:      include/linux/ks0108.h
6182
6183 L3MDEV
6184 M:      David Ahern <dsa@cumulusnetworks.com>
6185 L:      netdev@vger.kernel.org
6186 S:      Maintained
6187 F:      net/l3mdev
6188 F:      include/net/l3mdev.h
6189
6190 LAPB module
6191 L:      linux-x25@vger.kernel.org
6192 S:      Orphan
6193 F:      Documentation/networking/lapb-module.txt
6194 F:      include/*/lapb.h
6195 F:      net/lapb/
6196
6197 LASI 53c700 driver for PARISC
6198 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6199 L:      linux-scsi@vger.kernel.org
6200 S:      Maintained
6201 F:      Documentation/scsi/53c700.txt
6202 F:      drivers/scsi/53c700*
6203
6204 LED SUBSYSTEM
6205 M:      Richard Purdie <rpurdie@rpsys.net>
6206 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6207 L:      linux-leds@vger.kernel.org
6208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6209 S:      Maintained
6210 F:      drivers/leds/
6211 F:      include/linux/leds.h
6212
6213 LEGACY EEPROM DRIVER
6214 M:      Jean Delvare <jdelvare@suse.com>
6215 S:      Maintained
6216 F:      Documentation/misc-devices/eeprom
6217 F:      drivers/misc/eeprom/eeprom.c
6218
6219 LEGO USB Tower driver
6220 M:      Juergen Stuber <starblue@users.sourceforge.net>
6221 L:      legousb-devel@lists.sourceforge.net
6222 W:      http://legousb.sourceforge.net/
6223 S:      Maintained
6224 F:      drivers/usb/misc/legousbtower.c
6225
6226 LG2160 MEDIA DRIVER
6227 M:      Michael Krufky <mkrufky@linuxtv.org>
6228 L:      linux-media@vger.kernel.org
6229 W:      http://linuxtv.org/
6230 W:      http://github.com/mkrufky
6231 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6232 T:      git git://linuxtv.org/mkrufky/tuners.git
6233 S:      Maintained
6234 F:      drivers/media/dvb-frontends/lg2160.*
6235
6236 LGDT3305 MEDIA DRIVER
6237 M:      Michael Krufky <mkrufky@linuxtv.org>
6238 L:      linux-media@vger.kernel.org
6239 W:      http://linuxtv.org/
6240 W:      http://github.com/mkrufky
6241 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6242 T:      git git://linuxtv.org/mkrufky/tuners.git
6243 S:      Maintained
6244 F:      drivers/media/dvb-frontends/lgdt3305.*
6245
6246 LGUEST
6247 M:      Rusty Russell <rusty@rustcorp.com.au>
6248 L:      lguest@lists.ozlabs.org
6249 W:      http://lguest.ozlabs.org/
6250 S:      Odd Fixes
6251 F:      arch/x86/include/asm/lguest*.h
6252 F:      arch/x86/lguest/
6253 F:      drivers/lguest/
6254 F:      include/linux/lguest*.h
6255 F:      tools/lguest/
6256
6257 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6258 M:      Tejun Heo <tj@kernel.org>
6259 L:      linux-ide@vger.kernel.org
6260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6261 S:      Maintained
6262 F:      drivers/ata/
6263 F:      include/linux/ata.h
6264 F:      include/linux/libata.h
6265
6266 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6267 M:      Viresh Kumar <vireshk@kernel.org>
6268 L:      linux-ide@vger.kernel.org
6269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6270 S:      Maintained
6271 F:      include/linux/pata_arasan_cf_data.h
6272 F:      drivers/ata/pata_arasan_cf.c
6273
6274 LIBATA PATA DRIVERS
6275 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6276 M:      Tejun Heo <tj@kernel.org>
6277 L:      linux-ide@vger.kernel.org
6278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6279 S:      Maintained
6280 F:      drivers/ata/pata_*.c
6281 F:      drivers/ata/ata_generic.c
6282
6283 LIBATA SATA AHCI PLATFORM devices support
6284 M:      Hans de Goede <hdegoede@redhat.com>
6285 M:      Tejun Heo <tj@kernel.org>
6286 L:      linux-ide@vger.kernel.org
6287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6288 S:      Maintained
6289 F:      drivers/ata/ahci_platform.c
6290 F:      drivers/ata/libahci_platform.c
6291 F:      include/linux/ahci_platform.h
6292
6293 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6294 M:      Mikael Pettersson <mikpelinux@gmail.com>
6295 L:      linux-ide@vger.kernel.org
6296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6297 S:      Maintained
6298 F:      drivers/ata/sata_promise.*
6299
6300 LIBLOCKDEP
6301 M:      Sasha Levin <sasha.levin@oracle.com>
6302 S:      Maintained
6303 F:      tools/lib/lockdep/
6304
6305 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6306 M:      Dan Williams <dan.j.williams@intel.com>
6307 L:      linux-nvdimm@lists.01.org
6308 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6309 S:      Supported
6310 F:      drivers/nvdimm/*
6311 F:      include/linux/nd.h
6312 F:      include/linux/libnvdimm.h
6313 F:      include/uapi/linux/ndctl.h
6314
6315 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6316 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6317 L:      linux-nvdimm@lists.01.org
6318 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6319 S:      Supported
6320 F:      drivers/nvdimm/blk.c
6321 F:      drivers/nvdimm/region_devs.c
6322 F:      drivers/acpi/nfit*
6323
6324 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6325 M:      Vishal Verma <vishal.l.verma@intel.com>
6326 L:      linux-nvdimm@lists.01.org
6327 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6328 S:      Supported
6329 F:      drivers/nvdimm/btt*
6330
6331 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6332 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6333 L:      linux-nvdimm@lists.01.org
6334 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6335 S:      Supported
6336 F:      drivers/nvdimm/pmem.c
6337 F:      include/linux/pmem.h
6338 F:      arch/*/include/asm/pmem.h
6339
6340 LIGHTNVM PLATFORM SUPPORT
6341 M:      Matias Bjorling <mb@lightnvm.io>
6342 W:      http://github/OpenChannelSSD
6343 S:      Maintained
6344 F:      drivers/lightnvm/
6345 F:      include/linux/lightnvm.h
6346 F:      include/uapi/linux/lightnvm.h
6347
6348 LINUX FOR IBM pSERIES (RS/6000)
6349 M:      Paul Mackerras <paulus@au.ibm.com>
6350 W:      http://www.ibm.com/linux/ltc/projects/ppc
6351 S:      Supported
6352 F:      arch/powerpc/boot/rs6000.h
6353
6354 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6355 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6356 M:      Paul Mackerras <paulus@samba.org>
6357 M:      Michael Ellerman <mpe@ellerman.id.au>
6358 W:      http://www.penguinppc.org/
6359 L:      linuxppc-dev@lists.ozlabs.org
6360 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6362 S:      Supported
6363 F:      Documentation/powerpc/
6364 F:      arch/powerpc/
6365
6366 LINUX FOR POWER MACINTOSH
6367 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6368 W:      http://www.penguinppc.org/
6369 L:      linuxppc-dev@lists.ozlabs.org
6370 S:      Maintained
6371 F:      arch/powerpc/platforms/powermac/
6372 F:      drivers/macintosh/
6373
6374 LINUX FOR POWERPC EMBEDDED MPC5XXX
6375 M:      Anatolij Gustschin <agust@denx.de>
6376 L:      linuxppc-dev@lists.ozlabs.org
6377 T:      git git://git.denx.de/linux-denx-agust.git
6378 S:      Maintained
6379 F:      arch/powerpc/platforms/512x/
6380 F:      arch/powerpc/platforms/52xx/
6381
6382 LINUX FOR POWERPC EMBEDDED PPC4XX
6383 M:      Alistair Popple <alistair@popple.id.au>
6384 M:      Matt Porter <mporter@kernel.crashing.org>
6385 W:      http://www.penguinppc.org/
6386 L:      linuxppc-dev@lists.ozlabs.org
6387 S:      Maintained
6388 F:      arch/powerpc/platforms/40x/
6389 F:      arch/powerpc/platforms/44x/
6390
6391 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6392 L:      linuxppc-dev@lists.ozlabs.org
6393 S:      Orphan
6394 F:      arch/powerpc/*/*virtex*
6395 F:      arch/powerpc/*/*/*virtex*
6396
6397 LINUX FOR POWERPC EMBEDDED PPC8XX
6398 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6399 W:      http://www.penguinppc.org/
6400 L:      linuxppc-dev@lists.ozlabs.org
6401 S:      Maintained
6402 F:      arch/powerpc/platforms/8xx/
6403
6404 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6405 M:      Scott Wood <scottwood@freescale.com>
6406 M:      Kumar Gala <galak@kernel.crashing.org>
6407 W:      http://www.penguinppc.org/
6408 L:      linuxppc-dev@lists.ozlabs.org
6409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6410 S:      Maintained
6411 F:      arch/powerpc/platforms/83xx/
6412 F:      arch/powerpc/platforms/85xx/
6413
6414 LINUX FOR POWERPC PA SEMI PWRFICIENT
6415 M:      Olof Johansson <olof@lixom.net>
6416 L:      linuxppc-dev@lists.ozlabs.org
6417 S:      Maintained
6418 F:      arch/powerpc/platforms/pasemi/
6419 F:      drivers/*/*pasemi*
6420 F:      drivers/*/*/*pasemi*
6421
6422 LINUX SECURITY MODULE (LSM) FRAMEWORK
6423 M:      Chris Wright <chrisw@sous-sol.org>
6424 L:      linux-security-module@vger.kernel.org
6425 S:      Supported
6426
6427 LIS3LV02D ACCELEROMETER DRIVER
6428 M:      Eric Piel <eric.piel@tremplin-utc.net>
6429 S:      Maintained
6430 F:      Documentation/misc-devices/lis3lv02d
6431 F:      drivers/misc/lis3lv02d/
6432 F:      drivers/platform/x86/hp_accel.c
6433
6434 LIVE PATCHING
6435 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6436 M:      Seth Jennings <sjenning@redhat.com>
6437 M:      Jiri Kosina <jikos@kernel.org>
6438 M:      Vojtech Pavlik <vojtech@suse.com>
6439 S:      Maintained
6440 F:      kernel/livepatch/
6441 F:      include/linux/livepatch.h
6442 F:      arch/x86/include/asm/livepatch.h
6443 F:      arch/x86/kernel/livepatch.c
6444 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6445 F:      samples/livepatch/
6446 L:      live-patching@vger.kernel.org
6447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6448
6449 LLC (802.2)
6450 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6451 S:      Maintained
6452 F:      include/linux/llc.h
6453 F:      include/uapi/linux/llc.h
6454 F:      include/net/llc*
6455 F:      net/llc/
6456
6457 LM73 HARDWARE MONITOR DRIVER
6458 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6459 L:      lm-sensors@lm-sensors.org
6460 S:      Maintained
6461 F:      drivers/hwmon/lm73.c
6462
6463 LM78 HARDWARE MONITOR DRIVER
6464 M:      Jean Delvare <jdelvare@suse.com>
6465 L:      lm-sensors@lm-sensors.org
6466 S:      Maintained
6467 F:      Documentation/hwmon/lm78
6468 F:      drivers/hwmon/lm78.c
6469
6470 LM83 HARDWARE MONITOR DRIVER
6471 M:      Jean Delvare <jdelvare@suse.com>
6472 L:      lm-sensors@lm-sensors.org
6473 S:      Maintained
6474 F:      Documentation/hwmon/lm83
6475 F:      drivers/hwmon/lm83.c
6476
6477 LM90 HARDWARE MONITOR DRIVER
6478 M:      Jean Delvare <jdelvare@suse.com>
6479 L:      lm-sensors@lm-sensors.org
6480 S:      Maintained
6481 F:      Documentation/hwmon/lm90
6482 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6483 F:      drivers/hwmon/lm90.c
6484
6485 LM95234 HARDWARE MONITOR DRIVER
6486 M:      Guenter Roeck <linux@roeck-us.net>
6487 L:      lm-sensors@lm-sensors.org
6488 S:      Maintained
6489 F:      Documentation/hwmon/lm95234
6490 F:      drivers/hwmon/lm95234.c
6491
6492 LME2510 MEDIA DRIVER
6493 M:      Malcolm Priestley <tvboxspy@gmail.com>
6494 L:      linux-media@vger.kernel.org
6495 W:      http://linuxtv.org/
6496 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6497 S:      Maintained
6498 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6499
6500 LOCKDEP AND LOCKSTAT
6501 M:      Peter Zijlstra <peterz@infradead.org>
6502 M:      Ingo Molnar <mingo@redhat.com>
6503 L:      linux-kernel@vger.kernel.org
6504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6505 S:      Maintained
6506 F:      Documentation/locking/lockdep*.txt
6507 F:      Documentation/locking/lockstat.txt
6508 F:      include/linux/lockdep.h
6509 F:      kernel/locking/
6510
6511 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6512 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6513 L:      linux-ntfs-dev@lists.sourceforge.net
6514 W:      http://www.linux-ntfs.org/content/view/19/37/
6515 S:      Maintained
6516 F:      Documentation/ldm.txt
6517 F:      block/partitions/ldm.*
6518
6519 LogFS
6520 M:      Joern Engel <joern@logfs.org>
6521 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6522 L:      logfs@logfs.org
6523 W:      logfs.org
6524 S:      Maintained
6525 F:      fs/logfs/
6526
6527 LPC32XX MACHINE SUPPORT
6528 M:      Roland Stigge <stigge@antcom.de>
6529 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6530 S:      Maintained
6531 F:      arch/arm/mach-lpc32xx/
6532
6533 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6534 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6535 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6536 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6537 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6538 L:      MPT-FusionLinux.pdl@avagotech.com
6539 L:      linux-scsi@vger.kernel.org
6540 W:      http://www.lsilogic.com/support
6541 S:      Supported
6542 F:      drivers/message/fusion/
6543 F:      drivers/scsi/mpt2sas/
6544 F:      drivers/scsi/mpt3sas/
6545
6546 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6547 M:      Matthew Wilcox <matthew@wil.cx>
6548 L:      linux-scsi@vger.kernel.org
6549 S:      Maintained
6550 F:      drivers/scsi/sym53c8xx_2/
6551
6552 LTC4261 HARDWARE MONITOR DRIVER
6553 M:      Guenter Roeck <linux@roeck-us.net>
6554 L:      lm-sensors@lm-sensors.org
6555 S:      Maintained
6556 F:      Documentation/hwmon/ltc4261
6557 F:      drivers/hwmon/ltc4261.c
6558
6559 LTP (Linux Test Project)
6560 M:      Mike Frysinger <vapier@gentoo.org>
6561 M:      Cyril Hrubis <chrubis@suse.cz>
6562 M:      Wanlong Gao <wanlong.gao@gmail.com>
6563 M:      Jan Stancek <jstancek@redhat.com>
6564 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6565 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6566 L:      ltp@lists.linux.it (subscribers-only)
6567 W:      http://linux-test-project.github.io/
6568 T:      git git://github.com/linux-test-project/ltp.git
6569 S:      Maintained
6570
6571 M32R ARCHITECTURE
6572 W:      http://www.linux-m32r.org/
6573 S:      Orphan
6574 F:      arch/m32r/
6575
6576 M68K ARCHITECTURE
6577 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6578 L:      linux-m68k@lists.linux-m68k.org
6579 W:      http://www.linux-m68k.org/
6580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6581 S:      Maintained
6582 F:      arch/m68k/
6583 F:      drivers/zorro/
6584
6585 M68K ON APPLE MACINTOSH
6586 M:      Joshua Thompson <funaho@jurai.org>
6587 W:      http://www.mac.linux-m68k.org/
6588 L:      linux-m68k@lists.linux-m68k.org
6589 S:      Maintained
6590 F:      arch/m68k/mac/
6591
6592 M68K ON HP9000/300
6593 M:      Philip Blundell <philb@gnu.org>
6594 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6595 S:      Maintained
6596 F:      arch/m68k/hp300/
6597
6598 M88DS3103 MEDIA DRIVER
6599 M:      Antti Palosaari <crope@iki.fi>
6600 L:      linux-media@vger.kernel.org
6601 W:      http://linuxtv.org/
6602 W:      http://palosaari.fi/linux/
6603 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6604 T:      git git://linuxtv.org/anttip/media_tree.git
6605 S:      Maintained
6606 F:      drivers/media/dvb-frontends/m88ds3103*
6607
6608 M88RS2000 MEDIA DRIVER
6609 M:      Malcolm Priestley <tvboxspy@gmail.com>
6610 L:      linux-media@vger.kernel.org
6611 W:      http://linuxtv.org/
6612 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6613 S:      Maintained
6614 F:      drivers/media/dvb-frontends/m88rs2000*
6615
6616 MA901 MASTERKIT USB FM RADIO DRIVER
6617 M:      Alexey Klimov <klimov.linux@gmail.com>
6618 L:      linux-media@vger.kernel.org
6619 T:      git git://linuxtv.org/media_tree.git
6620 S:      Maintained
6621 F:      drivers/media/radio/radio-ma901.c
6622
6623 MAC80211
6624 M:      Johannes Berg <johannes@sipsolutions.net>
6625 L:      linux-wireless@vger.kernel.org
6626 W:      http://wireless.kernel.org/
6627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6629 S:      Maintained
6630 F:      Documentation/networking/mac80211-injection.txt
6631 F:      include/net/mac80211.h
6632 F:      net/mac80211/
6633
6634 MACVLAN DRIVER
6635 M:      Patrick McHardy <kaber@trash.net>
6636 L:      netdev@vger.kernel.org
6637 S:      Maintained
6638 F:      drivers/net/macvlan.c
6639 F:      include/linux/if_macvlan.h
6640
6641 MAILBOX API
6642 M:      Jassi Brar <jassisinghbrar@gmail.com>
6643 L:      linux-kernel@vger.kernel.org
6644 S:      Maintained
6645 F:      drivers/mailbox/
6646 F:      include/linux/mailbox_client.h
6647 F:      include/linux/mailbox_controller.h
6648
6649 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6650 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6651 W:      http://www.kernel.org/doc/man-pages
6652 L:      linux-man@vger.kernel.org
6653 S:      Maintained
6654
6655 MARVELL ARMADA DRM SUPPORT
6656 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6657 S:      Maintained
6658 F:      drivers/gpu/drm/armada/
6659
6660 MARVELL 88E6352 DSA support
6661 M:      Guenter Roeck <linux@roeck-us.net>
6662 S:      Maintained
6663 F:      drivers/net/dsa/mv88e6352.c
6664
6665 MARVELL CRYPTO DRIVER
6666 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6667 M:      Arnaud Ebalard <arno@natisbad.org>
6668 F:      drivers/crypto/marvell/
6669 S:      Maintained
6670 L:      linux-crypto@vger.kernel.org
6671
6672 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6673 M:      Mirko Lindner <mlindner@marvell.com>
6674 M:      Stephen Hemminger <stephen@networkplumber.org>
6675 L:      netdev@vger.kernel.org
6676 S:      Maintained
6677 F:      drivers/net/ethernet/marvell/sk*
6678
6679 MARVELL LIBERTAS WIRELESS DRIVER
6680 L:      libertas-dev@lists.infradead.org
6681 S:      Orphan
6682 F:      drivers/net/wireless/libertas/
6683
6684 MARVELL MV643XX ETHERNET DRIVER
6685 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6686 L:      netdev@vger.kernel.org
6687 S:      Maintained
6688 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6689 F:      include/linux/mv643xx.h
6690
6691 MARVELL MVNETA ETHERNET DRIVER
6692 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6693 L:      netdev@vger.kernel.org
6694 S:      Maintained
6695 F:      drivers/net/ethernet/marvell/mvneta.*
6696
6697 MARVELL MWIFIEX WIRELESS DRIVER
6698 M:      Amitkumar Karwar <akarwar@marvell.com>
6699 M:      Nishant Sarmukadam <nishants@marvell.com>
6700 L:      linux-wireless@vger.kernel.org
6701 S:      Maintained
6702 F:      drivers/net/wireless/mwifiex/
6703
6704 MARVELL MWL8K WIRELESS DRIVER
6705 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6706 L:      linux-wireless@vger.kernel.org
6707 S:      Odd Fixes
6708 F:      drivers/net/wireless/mwl8k.c
6709
6710 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6711 M:      Nicolas Pitre <nico@fluxnic.net>
6712 S:      Odd Fixes
6713 F:      drivers/mmc/host/mvsdio.*
6714
6715 MATROX FRAMEBUFFER DRIVER
6716 L:      linux-fbdev@vger.kernel.org
6717 S:      Orphan
6718 F:      drivers/video/fbdev/matrox/matroxfb_*
6719 F:      include/uapi/linux/matroxfb.h
6720
6721 MAX16065 HARDWARE MONITOR DRIVER
6722 M:      Guenter Roeck <linux@roeck-us.net>
6723 L:      lm-sensors@lm-sensors.org
6724 S:      Maintained
6725 F:      Documentation/hwmon/max16065
6726 F:      drivers/hwmon/max16065.c
6727
6728 MAX20751 HARDWARE MONITOR DRIVER
6729 M:      Guenter Roeck <linux@roeck-us.net>
6730 L:      lm-sensors@lm-sensors.org
6731 S:      Maintained
6732 F:      Documentation/hwmon/max20751
6733 F:      drivers/hwmon/max20751.c
6734
6735 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6736 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6737 L:      lm-sensors@lm-sensors.org
6738 S:      Maintained
6739 F:      Documentation/hwmon/max6650
6740 F:      drivers/hwmon/max6650.c
6741
6742 MAX6697 HARDWARE MONITOR DRIVER
6743 M:      Guenter Roeck <linux@roeck-us.net>
6744 L:      lm-sensors@lm-sensors.org
6745 S:      Maintained
6746 F:      Documentation/hwmon/max6697
6747 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6748 F:      drivers/hwmon/max6697.c
6749 F:      include/linux/platform_data/max6697.h
6750
6751 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6752 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6753 L:      linux-pm@vger.kernel.org
6754 S:      Supported
6755 F:      drivers/power/max14577_charger.c
6756 F:      drivers/power/max77693_charger.c
6757
6758 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6759 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6760 L:      linux-kernel@vger.kernel.org
6761 S:      Supported
6762 F:      drivers/*/*max77802.c
6763 F:      Documentation/devicetree/bindings/*/*max77802.txt
6764 F:      include/dt-bindings/*/*max77802.h
6765
6766 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6767 M:      Chanwoo Choi <cw00.choi@samsung.com>
6768 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6769 L:      linux-kernel@vger.kernel.org
6770 S:      Supported
6771 F:      drivers/*/max14577.c
6772 F:      drivers/*/max77686.c
6773 F:      drivers/*/max77693.c
6774 F:      drivers/extcon/extcon-max14577.c
6775 F:      drivers/extcon/extcon-max77693.c
6776 F:      drivers/rtc/rtc-max77686.c
6777 F:      drivers/clk/clk-max77686.c
6778 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6779 F:      Documentation/devicetree/bindings/*/max77686.txt
6780 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6781 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6782 F:      include/linux/mfd/max14577*.h
6783 F:      include/linux/mfd/max77686*.h
6784 F:      include/linux/mfd/max77693*.h
6785
6786 MAXIRADIO FM RADIO RECEIVER DRIVER
6787 M:      Hans Verkuil <hverkuil@xs4all.nl>
6788 L:      linux-media@vger.kernel.org
6789 T:      git git://linuxtv.org/media_tree.git
6790 W:      http://linuxtv.org
6791 S:      Maintained
6792 F:      drivers/media/radio/radio-maxiradio*
6793
6794 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6795 M:      Peter Rosin <peda@axentia.se>
6796 L:      linux-iio@vger.kernel.org
6797 S:      Maintained
6798 F:      drivers/iio/potentiometer/mcp4531.c
6799
6800 MEDIA DRIVERS FOR RENESAS - VSP1
6801 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6802 L:      linux-media@vger.kernel.org
6803 L:      linux-sh@vger.kernel.org
6804 T:      git git://linuxtv.org/media_tree.git
6805 S:      Supported
6806 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6807 F:      drivers/media/platform/vsp1/
6808
6809 MEDIA DRIVERS FOR ASCOT2E
6810 M:      Sergey Kozlov <serjk@netup.ru>
6811 L:      linux-media@vger.kernel.org
6812 W:      http://linuxtv.org
6813 W:      http://netup.tv/
6814 T:      git git://linuxtv.org/media_tree.git
6815 S:      Supported
6816 F:      drivers/media/dvb-frontends/ascot2e*
6817
6818 MEDIA DRIVERS FOR CXD2841ER
6819 M:      Sergey Kozlov <serjk@netup.ru>
6820 L:      linux-media@vger.kernel.org
6821 W:      http://linuxtv.org/
6822 W:      http://netup.tv/
6823 T:      git git://linuxtv.org/media_tree.git
6824 S:      Supported
6825 F:      drivers/media/dvb-frontends/cxd2841er*
6826
6827 MEDIA DRIVERS FOR HORUS3A
6828 M:      Sergey Kozlov <serjk@netup.ru>
6829 L:      linux-media@vger.kernel.org
6830 W:      http://linuxtv.org/
6831 W:      http://netup.tv/
6832 T:      git git://linuxtv.org/media_tree.git
6833 S:      Supported
6834 F:      drivers/media/dvb-frontends/horus3a*
6835
6836 MEDIA DRIVERS FOR LNBH25
6837 M:      Sergey Kozlov <serjk@netup.ru>
6838 L:      linux-media@vger.kernel.org
6839 W:      http://linuxtv.org/
6840 W:      http://netup.tv/
6841 T:      git git://linuxtv.org/media_tree.git
6842 S:      Supported
6843 F:      drivers/media/dvb-frontends/lnbh25*
6844
6845 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6846 M:      Sergey Kozlov <serjk@netup.ru>
6847 L:      linux-media@vger.kernel.org
6848 W:      http://linuxtv.org/
6849 W:      http://netup.tv/
6850 T:      git git://linuxtv.org/media_tree.git
6851 S:      Supported
6852 F:      drivers/media/pci/netup_unidvb/*
6853
6854 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6855 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6856 P:      LinuxTV.org Project
6857 L:      linux-media@vger.kernel.org
6858 W:      http://linuxtv.org
6859 Q:      http://patchwork.kernel.org/project/linux-media/list/
6860 T:      git git://linuxtv.org/media_tree.git
6861 S:      Maintained
6862 F:      Documentation/dvb/
6863 F:      Documentation/video4linux/
6864 F:      Documentation/DocBook/media/
6865 F:      drivers/media/
6866 F:      drivers/staging/media/
6867 F:      include/media/
6868 F:      include/uapi/linux/dvb/
6869 F:      include/uapi/linux/videodev2.h
6870 F:      include/uapi/linux/media.h
6871 F:      include/uapi/linux/v4l2-*
6872 F:      include/uapi/linux/meye.h
6873 F:      include/uapi/linux/ivtv*
6874 F:      include/uapi/linux/uvcvideo.h
6875
6876 MEDIATEK MT7601U WIRELESS LAN DRIVER
6877 M:      Jakub Kicinski <kubakici@wp.pl>
6878 L:      linux-wireless@vger.kernel.org
6879 S:      Maintained
6880 F:      drivers/net/wireless/mediatek/mt7601u/
6881
6882 MEGARAID SCSI/SAS DRIVERS
6883 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6884 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6885 M:      Uday Lingala <uday.lingala@avagotech.com>
6886 L:      megaraidlinux.pdl@avagotech.com
6887 L:      linux-scsi@vger.kernel.org
6888 W:      http://www.lsi.com
6889 S:      Maintained
6890 F:      Documentation/scsi/megaraid.txt
6891 F:      drivers/scsi/megaraid.*
6892 F:      drivers/scsi/megaraid/
6893
6894 MELLANOX ETHERNET DRIVER (mlx4_en)
6895 M:      Amir Vadai <amirv@mellanox.com>
6896 L:      netdev@vger.kernel.org
6897 S:      Supported
6898 W:      http://www.mellanox.com
6899 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6900 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6901
6902 MELLANOX ETHERNET SWITCH DRIVERS
6903 M:      Jiri Pirko <jiri@mellanox.com>
6904 M:      Ido Schimmel <idosch@mellanox.com>
6905 L:      netdev@vger.kernel.org
6906 S:      Supported
6907 W:      http://www.mellanox.com
6908 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6909 F:      drivers/net/ethernet/mellanox/mlxsw/
6910
6911 MEMBARRIER SUPPORT
6912 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6913 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6914 L:      linux-kernel@vger.kernel.org
6915 S:      Supported
6916 F:      kernel/membarrier.c
6917 F:      include/uapi/linux/membarrier.h
6918
6919 MEMORY MANAGEMENT
6920 L:      linux-mm@kvack.org
6921 W:      http://www.linux-mm.org
6922 S:      Maintained
6923 F:      include/linux/mm.h
6924 F:      include/linux/gfp.h
6925 F:      include/linux/mmzone.h
6926 F:      include/linux/memory_hotplug.h
6927 F:      include/linux/vmalloc.h
6928 F:      mm/
6929
6930 MEMORY TECHNOLOGY DEVICES (MTD)
6931 M:      David Woodhouse <dwmw2@infradead.org>
6932 M:      Brian Norris <computersforpeace@gmail.com>
6933 L:      linux-mtd@lists.infradead.org
6934 W:      http://www.linux-mtd.infradead.org/
6935 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6936 T:      git git://git.infradead.org/linux-mtd.git
6937 T:      git git://git.infradead.org/l2-mtd.git
6938 S:      Maintained
6939 F:      drivers/mtd/
6940 F:      include/linux/mtd/
6941 F:      include/uapi/mtd/
6942
6943 MEN A21 WATCHDOG DRIVER
6944 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6945 L:      linux-watchdog@vger.kernel.org
6946 S:      Maintained
6947 F:      drivers/watchdog/mena21_wdt.c
6948
6949 MEN CHAMELEON BUS (mcb)
6950 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6951 S:      Maintained
6952 F:      drivers/mcb/
6953 F:      include/linux/mcb.h
6954 F:      Documentation/men-chameleon-bus.txt
6955
6956 MEN F21BMC (Board Management Controller)
6957 M:      Andreas Werner <andreas.werner@men.de>
6958 S:      Supported
6959 F:      drivers/mfd/menf21bmc.c
6960 F:      drivers/watchdog/menf21bmc_wdt.c
6961 F:      drivers/leds/leds-menf21bmc.c
6962 F:      drivers/hwmon/menf21bmc_hwmon.c
6963 F:      Documentation/hwmon/menf21bmc
6964
6965 METAG ARCHITECTURE
6966 M:      James Hogan <james.hogan@imgtec.com>
6967 L:      linux-metag@vger.kernel.org
6968 S:      Supported
6969 F:      arch/metag/
6970 F:      Documentation/metag/
6971 F:      Documentation/devicetree/bindings/metag/
6972 F:      drivers/clocksource/metag_generic.c
6973 F:      drivers/irqchip/irq-metag.c
6974 F:      drivers/irqchip/irq-metag-ext.c
6975 F:      drivers/tty/metag_da.c
6976
6977 MICROBLAZE ARCHITECTURE
6978 M:      Michal Simek <monstr@monstr.eu>
6979 W:      http://www.monstr.eu/fdt/
6980 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6981 S:      Supported
6982 F:      arch/microblaze/
6983
6984 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6985 M:      Chen Yu <yu.c.chen@intel.com>
6986 L:      platform-driver-x86@vger.kernel.org
6987 S:      Supported
6988 F:      drivers/platform/x86/surfacepro3_button.c
6989
6990 MICROTEK X6 SCANNER
6991 M:      Oliver Neukum <oliver@neukum.org>
6992 S:      Maintained
6993 F:      drivers/usb/image/microtek.*
6994
6995 MIPS
6996 M:      Ralf Baechle <ralf@linux-mips.org>
6997 L:      linux-mips@linux-mips.org
6998 W:      http://www.linux-mips.org/
6999 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7000 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7001 S:      Supported
7002 F:      Documentation/mips/
7003 F:      arch/mips/
7004
7005 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7006 M:      Hans Verkuil <hverkuil@xs4all.nl>
7007 L:      linux-media@vger.kernel.org
7008 T:      git git://linuxtv.org/media_tree.git
7009 W:      http://linuxtv.org
7010 S:      Odd Fixes
7011 F:      drivers/media/radio/radio-miropcm20*
7012
7013 Mellanox MLX5 core VPI driver
7014 M:      Eli Cohen <eli@mellanox.com>
7015 L:      netdev@vger.kernel.org
7016 L:      linux-rdma@vger.kernel.org
7017 W:      http://www.mellanox.com
7018 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7019 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7020 T:      git git://openfabrics.org/~eli/connect-ib.git
7021 S:      Supported
7022 F:      drivers/net/ethernet/mellanox/mlx5/core/
7023 F:      include/linux/mlx5/
7024
7025 Mellanox MLX5 IB driver
7026 M:      Eli Cohen <eli@mellanox.com>
7027 L:      linux-rdma@vger.kernel.org
7028 W:      http://www.mellanox.com
7029 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7030 T:      git git://openfabrics.org/~eli/connect-ib.git
7031 S:      Supported
7032 F:      include/linux/mlx5/
7033 F:      drivers/infiniband/hw/mlx5/
7034
7035 MELEXIS MLX90614 DRIVER
7036 M:      Crt Mori <cmo@melexis.com>
7037 L:      linux-iio@vger.kernel.org
7038 W:      http://www.melexis.com
7039 S:      Supported
7040 F:      drivers/iio/temperature/mlx90614.c
7041
7042 MN88472 MEDIA DRIVER
7043 M:      Antti Palosaari <crope@iki.fi>
7044 L:      linux-media@vger.kernel.org
7045 W:      http://linuxtv.org/
7046 W:      http://palosaari.fi/linux/
7047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7048 T:      git git://linuxtv.org/anttip/media_tree.git
7049 S:      Maintained
7050 F:      drivers/staging/media/mn88472/
7051 F:      drivers/media/dvb-frontends/mn88472.h
7052
7053 MN88473 MEDIA DRIVER
7054 M:      Antti Palosaari <crope@iki.fi>
7055 L:      linux-media@vger.kernel.org
7056 W:      http://linuxtv.org/
7057 W:      http://palosaari.fi/linux/
7058 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7059 T:      git git://linuxtv.org/anttip/media_tree.git
7060 S:      Maintained
7061 F:      drivers/staging/media/mn88473/
7062 F:      drivers/media/dvb-frontends/mn88473.h
7063
7064 MODULE SUPPORT
7065 M:      Rusty Russell <rusty@rustcorp.com.au>
7066 S:      Maintained
7067 F:      include/linux/module.h
7068 F:      kernel/module.c
7069
7070 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7071 W:      http://popies.net/meye/
7072 S:      Orphan
7073 F:      Documentation/video4linux/meye.txt
7074 F:      drivers/media/pci/meye/
7075 F:      include/uapi/linux/meye.h
7076
7077 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7078 M:      Jiri Slaby <jirislaby@gmail.com>
7079 S:      Maintained
7080 F:      Documentation/serial/moxa-smartio
7081 F:      drivers/tty/mxser.*
7082
7083 MR800 AVERMEDIA USB FM RADIO DRIVER
7084 M:      Alexey Klimov <klimov.linux@gmail.com>
7085 L:      linux-media@vger.kernel.org
7086 T:      git git://linuxtv.org/media_tree.git
7087 S:      Maintained
7088 F:      drivers/media/radio/radio-mr800.c
7089
7090 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7091 M:      Alan Ott <alan@signal11.us>
7092 L:      linux-wpan@vger.kernel.org
7093 S:      Maintained
7094 F:      drivers/net/ieee802154/mrf24j40.c
7095 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7096
7097 MSI LAPTOP SUPPORT
7098 M:      "Lee, Chun-Yi" <jlee@suse.com>
7099 L:      platform-driver-x86@vger.kernel.org
7100 S:      Maintained
7101 F:      drivers/platform/x86/msi-laptop.c
7102
7103 MSI WMI SUPPORT
7104 L:      platform-driver-x86@vger.kernel.org
7105 S:      Orphan
7106 F:      drivers/platform/x86/msi-wmi.c
7107
7108 MSI001 MEDIA DRIVER
7109 M:      Antti Palosaari <crope@iki.fi>
7110 L:      linux-media@vger.kernel.org
7111 W:      http://linuxtv.org/
7112 W:      http://palosaari.fi/linux/
7113 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7114 T:      git git://linuxtv.org/anttip/media_tree.git
7115 S:      Maintained
7116 F:      drivers/media/tuners/msi001*
7117
7118 MSI2500 MEDIA DRIVER
7119 M:      Antti Palosaari <crope@iki.fi>
7120 L:      linux-media@vger.kernel.org
7121 W:      http://linuxtv.org/
7122 W:      http://palosaari.fi/linux/
7123 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7124 T:      git git://linuxtv.org/anttip/media_tree.git
7125 S:      Maintained
7126 F:      drivers/media/usb/msi2500/
7127
7128 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7129 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7130 L:      linux-mtd@lists.infradead.org
7131 S:      Maintained
7132 F:      drivers/mtd/devices/docg3*
7133
7134 MT9M032 APTINA SENSOR DRIVER
7135 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7136 L:      linux-media@vger.kernel.org
7137 T:      git git://linuxtv.org/media_tree.git
7138 S:      Maintained
7139 F:      drivers/media/i2c/mt9m032.c
7140 F:      include/media/mt9m032.h
7141
7142 MT9P031 APTINA CAMERA SENSOR
7143 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7144 L:      linux-media@vger.kernel.org
7145 T:      git git://linuxtv.org/media_tree.git
7146 S:      Maintained
7147 F:      drivers/media/i2c/mt9p031.c
7148 F:      include/media/mt9p031.h
7149
7150 MT9T001 APTINA CAMERA SENSOR
7151 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7152 L:      linux-media@vger.kernel.org
7153 T:      git git://linuxtv.org/media_tree.git
7154 S:      Maintained
7155 F:      drivers/media/i2c/mt9t001.c
7156 F:      include/media/mt9t001.h
7157
7158 MT9V032 APTINA CAMERA SENSOR
7159 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7160 L:      linux-media@vger.kernel.org
7161 T:      git git://linuxtv.org/media_tree.git
7162 S:      Maintained
7163 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7164 F:      drivers/media/i2c/mt9v032.c
7165 F:      include/media/mt9v032.h
7166
7167 MULTIFUNCTION DEVICES (MFD)
7168 M:      Lee Jones <lee.jones@linaro.org>
7169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7170 S:      Supported
7171 F:      drivers/mfd/
7172 F:      include/linux/mfd/
7173
7174 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7175 M:      Ulf Hansson <ulf.hansson@linaro.org>
7176 L:      linux-mmc@vger.kernel.org
7177 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7178 S:      Maintained
7179 F:      drivers/mmc/
7180 F:      include/linux/mmc/
7181 F:      include/uapi/linux/mmc/
7182
7183 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7184 S:      Orphan
7185 F:      drivers/mmc/host/mmc_spi.c
7186 F:      include/linux/spi/mmc_spi.h
7187
7188 MULTISOUND SOUND DRIVER
7189 M:      Andrew Veliath <andrewtv@usa.net>
7190 S:      Maintained
7191 F:      Documentation/sound/oss/MultiSound
7192 F:      sound/oss/msnd*
7193
7194 MULTITECH MULTIPORT CARD (ISICOM)
7195 S:      Orphan
7196 F:      drivers/tty/isicom.c
7197 F:      include/linux/isicom.h
7198
7199 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7200 M:      Felipe Balbi <balbi@ti.com>
7201 L:      linux-usb@vger.kernel.org
7202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7203 S:      Maintained
7204 F:      drivers/usb/musb/
7205
7206 MXL5007T MEDIA DRIVER
7207 M:      Michael Krufky <mkrufky@linuxtv.org>
7208 L:      linux-media@vger.kernel.org
7209 W:      http://linuxtv.org/
7210 W:      http://github.com/mkrufky
7211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7212 T:      git git://linuxtv.org/mkrufky/tuners.git
7213 S:      Maintained
7214 F:      drivers/media/tuners/mxl5007t.*
7215
7216 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7217 M:      Hyong-Youb Kim <hykim@myri.com>
7218 L:      netdev@vger.kernel.org
7219 W:      https://www.myricom.com/support/downloads/myri10ge.html
7220 S:      Supported
7221 F:      drivers/net/ethernet/myricom/myri10ge/
7222
7223 NATSEMI ETHERNET DRIVER (DP8381x)
7224 S:      Orphan
7225 F:      drivers/net/ethernet/natsemi/natsemi.c
7226
7227 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7228 M:      Daniel Mack <zonque@gmail.com>
7229 S:      Maintained
7230 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7231 W:      http://www.native-instruments.com
7232 F:      sound/usb/caiaq/
7233
7234 NCP FILESYSTEM
7235 M:      Petr Vandrovec <petr@vandrovec.name>
7236 S:      Odd Fixes
7237 F:      fs/ncpfs/
7238
7239 NCR 5380 SCSI DRIVERS
7240 M:      Finn Thain <fthain@telegraphics.com.au>
7241 M:      Michael Schmitz <schmitzmic@gmail.com>
7242 L:      linux-scsi@vger.kernel.org
7243 S:      Maintained
7244 F:      Documentation/scsi/g_NCR5380.txt
7245 F:      drivers/scsi/NCR5380.*
7246 F:      drivers/scsi/arm/cumana_1.c
7247 F:      drivers/scsi/arm/oak.c
7248 F:      drivers/scsi/atari_NCR5380.c
7249 F:      drivers/scsi/atari_scsi.*
7250 F:      drivers/scsi/dmx3191d.c
7251 F:      drivers/scsi/dtc.*
7252 F:      drivers/scsi/g_NCR5380.*
7253 F:      drivers/scsi/g_NCR5380_mmio.c
7254 F:      drivers/scsi/mac_scsi.*
7255 F:      drivers/scsi/pas16.*
7256 F:      drivers/scsi/sun3_scsi.*
7257 F:      drivers/scsi/sun3_scsi_vme.c
7258 F:      drivers/scsi/t128.*
7259
7260 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7261 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7262 L:      linux-scsi@vger.kernel.org
7263 S:      Maintained
7264 F:      drivers/scsi/NCR_D700.*
7265
7266 NCT6775 HARDWARE MONITOR DRIVER
7267 M:      Guenter Roeck <linux@roeck-us.net>
7268 L:      lm-sensors@lm-sensors.org
7269 S:      Maintained
7270 F:      Documentation/hwmon/nct6775
7271 F:      drivers/hwmon/nct6775.c
7272
7273 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7274 M:      Faisal Latif <faisal.latif@intel.com>
7275 L:      linux-rdma@vger.kernel.org
7276 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7277 S:      Supported
7278 F:      drivers/infiniband/hw/nes/
7279
7280 NETEM NETWORK EMULATOR
7281 M:      Stephen Hemminger <stephen@networkplumber.org>
7282 L:      netem@lists.linux-foundation.org
7283 S:      Maintained
7284 F:      net/sched/sch_netem.c
7285
7286 NETERION 10GbE DRIVERS (s2io/vxge)
7287 M:      Jon Mason <jdmason@kudzu.us>
7288 L:      netdev@vger.kernel.org
7289 S:      Supported
7290 F:      Documentation/networking/s2io.txt
7291 F:      Documentation/networking/vxge.txt
7292 F:      drivers/net/ethernet/neterion/
7293
7294 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7295 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7296 M:      Patrick McHardy <kaber@trash.net>
7297 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7298 L:      netfilter-devel@vger.kernel.org
7299 L:      coreteam@netfilter.org
7300 W:      http://www.netfilter.org/
7301 W:      http://www.iptables.org/
7302 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7305 S:      Supported
7306 F:      include/linux/netfilter*
7307 F:      include/linux/netfilter/
7308 F:      include/net/netfilter/
7309 F:      include/uapi/linux/netfilter*
7310 F:      include/uapi/linux/netfilter/
7311 F:      net/*/netfilter.c
7312 F:      net/*/netfilter/
7313 F:      net/netfilter/
7314 F:      net/bridge/br_netfilter*.c
7315
7316 NETLABEL
7317 M:      Paul Moore <paul@paul-moore.com>
7318 W:      http://netlabel.sf.net
7319 L:      netdev@vger.kernel.org
7320 S:      Maintained
7321 F:      Documentation/netlabel/
7322 F:      include/net/netlabel.h
7323 F:      net/netlabel/
7324
7325 NETROM NETWORK LAYER
7326 M:      Ralf Baechle <ralf@linux-mips.org>
7327 L:      linux-hams@vger.kernel.org
7328 W:      http://www.linux-ax25.org/
7329 S:      Maintained
7330 F:      include/net/netrom.h
7331 F:      include/uapi/linux/netrom.h
7332 F:      net/netrom/
7333
7334 NETWORK BLOCK DEVICE (NBD)
7335 M:      Markus Pargmann <mpa@pengutronix.de>
7336 S:      Maintained
7337 L:      nbd-general@lists.sourceforge.net
7338 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7339 F:      Documentation/blockdev/nbd.txt
7340 F:      drivers/block/nbd.c
7341 F:      include/uapi/linux/nbd.h
7342
7343 NETWORK DROP MONITOR
7344 M:      Neil Horman <nhorman@tuxdriver.com>
7345 L:      netdev@vger.kernel.org
7346 S:      Maintained
7347 W:      https://fedorahosted.org/dropwatch/
7348 F:      net/core/drop_monitor.c
7349
7350 NETWORKING [GENERAL]
7351 M:      "David S. Miller" <davem@davemloft.net>
7352 L:      netdev@vger.kernel.org
7353 W:      http://www.linuxfoundation.org/en/Net
7354 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7357 S:      Maintained
7358 F:      net/
7359 F:      include/net/
7360 F:      include/linux/in.h
7361 F:      include/linux/net.h
7362 F:      include/linux/netdevice.h
7363 F:      include/uapi/linux/in.h
7364 F:      include/uapi/linux/net.h
7365 F:      include/uapi/linux/netdevice.h
7366 F:      include/uapi/linux/net_namespace.h
7367 F:      tools/net/
7368 F:      tools/testing/selftests/net/
7369 F:      lib/random32.c
7370 F:      lib/test_bpf.c
7371
7372 NETWORKING [IPv4/IPv6]
7373 M:      "David S. Miller" <davem@davemloft.net>
7374 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7375 M:      James Morris <jmorris@namei.org>
7376 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7377 M:      Patrick McHardy <kaber@trash.net>
7378 L:      netdev@vger.kernel.org
7379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7380 S:      Maintained
7381 F:      net/ipv4/
7382 F:      net/ipv6/
7383 F:      include/net/ip*
7384 F:      arch/x86/net/*
7385
7386 NETWORKING [IPSEC]
7387 M:      Steffen Klassert <steffen.klassert@secunet.com>
7388 M:      Herbert Xu <herbert@gondor.apana.org.au>
7389 M:      "David S. Miller" <davem@davemloft.net>
7390 L:      netdev@vger.kernel.org
7391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7393 S:      Maintained
7394 F:      net/core/flow.c
7395 F:      net/xfrm/
7396 F:      net/key/
7397 F:      net/ipv4/xfrm*
7398 F:      net/ipv4/esp4.c
7399 F:      net/ipv4/ah4.c
7400 F:      net/ipv4/ipcomp.c
7401 F:      net/ipv4/ip_vti.c
7402 F:      net/ipv6/xfrm*
7403 F:      net/ipv6/esp6.c
7404 F:      net/ipv6/ah6.c
7405 F:      net/ipv6/ipcomp6.c
7406 F:      net/ipv6/ip6_vti.c
7407 F:      include/uapi/linux/xfrm.h
7408 F:      include/net/xfrm.h
7409
7410 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7411 M:      Paul Moore <paul@paul-moore.com>
7412 L:      netdev@vger.kernel.org
7413 S:      Maintained
7414
7415 NETWORKING [WIRELESS]
7416 L:      linux-wireless@vger.kernel.org
7417 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7418
7419 NETWORKING DRIVERS
7420 L:      netdev@vger.kernel.org
7421 W:      http://www.linuxfoundation.org/en/Net
7422 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7425 S:      Odd Fixes
7426 F:      drivers/net/
7427 F:      include/linux/if_*
7428 F:      include/linux/netdevice.h
7429 F:      include/linux/etherdevice.h
7430 F:      include/linux/fcdevice.h
7431 F:      include/linux/fddidevice.h
7432 F:      include/linux/hippidevice.h
7433 F:      include/linux/inetdevice.h
7434 F:      include/uapi/linux/if_*
7435 F:      include/uapi/linux/netdevice.h
7436
7437 NETWORKING DRIVERS (WIRELESS)
7438 M:      Kalle Valo <kvalo@codeaurora.org>
7439 L:      linux-wireless@vger.kernel.org
7440 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7442 S:      Maintained
7443 F:      drivers/net/wireless/
7444
7445 NETXEN (1/10) GbE SUPPORT
7446 M:      Manish Chopra <manish.chopra@qlogic.com>
7447 M:      Sony Chacko <sony.chacko@qlogic.com>
7448 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7449 L:      netdev@vger.kernel.org
7450 W:      http://www.qlogic.com
7451 S:      Supported
7452 F:      drivers/net/ethernet/qlogic/netxen/
7453
7454 NFC SUBSYSTEM
7455 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7456 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7457 M:      Samuel Ortiz <sameo@linux.intel.com>
7458 L:      linux-wireless@vger.kernel.org
7459 L:      linux-nfc@lists.01.org (subscribers-only)
7460 S:      Supported
7461 F:      net/nfc/
7462 F:      include/net/nfc/
7463 F:      include/uapi/linux/nfc.h
7464 F:      drivers/nfc/
7465 F:      include/linux/platform_data/pn544.h
7466 F:      Documentation/devicetree/bindings/net/nfc/
7467
7468 NFS, SUNRPC, AND LOCKD CLIENTS
7469 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7470 M:      Anna Schumaker <anna.schumaker@netapp.com>
7471 L:      linux-nfs@vger.kernel.org
7472 W:      http://client.linux-nfs.org
7473 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7474 S:      Maintained
7475 F:      fs/lockd/
7476 F:      fs/nfs/
7477 F:      fs/nfs_common/
7478 F:      net/sunrpc/
7479 F:      include/linux/lockd/
7480 F:      include/linux/nfs*
7481 F:      include/linux/sunrpc/
7482 F:      include/uapi/linux/nfs*
7483 F:      include/uapi/linux/sunrpc/
7484
7485 NILFS2 FILESYSTEM
7486 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7487 L:      linux-nilfs@vger.kernel.org
7488 W:      http://nilfs.sourceforge.net/
7489 T:      git git://github.com/konis/nilfs2.git
7490 S:      Supported
7491 F:      Documentation/filesystems/nilfs2.txt
7492 F:      fs/nilfs2/
7493 F:      include/linux/nilfs2_fs.h
7494 F:      include/trace/events/nilfs2.h
7495
7496 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7497 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7498 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7499 S:      Maintained
7500 F:      Documentation/scsi/NinjaSCSI.txt
7501 F:      drivers/scsi/pcmcia/nsp_*
7502
7503 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7504 M:      GOTO Masanori <gotom@debian.or.jp>
7505 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7506 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7507 S:      Maintained
7508 F:      Documentation/scsi/NinjaSCSI.txt
7509 F:      drivers/scsi/nsp32*
7510
7511 NIOS2 ARCHITECTURE
7512 M:      Ley Foon Tan <lftan@altera.com>
7513 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7515 S:      Maintained
7516 F:      arch/nios2/
7517
7518 NOKIA N900 POWER SUPPLY DRIVERS
7519 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7520 S:      Maintained
7521 F:      include/linux/power/bq2415x_charger.h
7522 F:      include/linux/power/bq27xxx_battery.h
7523 F:      include/linux/power/isp1704_charger.h
7524 F:      drivers/power/bq2415x_charger.c
7525 F:      drivers/power/bq27xxx_battery.c
7526 F:      drivers/power/isp1704_charger.c
7527 F:      drivers/power/rx51_battery.c
7528
7529 NTB DRIVER CORE
7530 M:      Jon Mason <jdmason@kudzu.us>
7531 M:      Dave Jiang <dave.jiang@intel.com>
7532 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7533 L:      linux-ntb@googlegroups.com
7534 S:      Supported
7535 W:      https://github.com/jonmason/ntb/wiki
7536 T:      git git://github.com/jonmason/ntb.git
7537 F:      drivers/ntb/
7538 F:      drivers/net/ntb_netdev.c
7539 F:      include/linux/ntb.h
7540 F:      include/linux/ntb_transport.h
7541
7542 NTB INTEL DRIVER
7543 M:      Jon Mason <jdmason@kudzu.us>
7544 M:      Dave Jiang <dave.jiang@intel.com>
7545 L:      linux-ntb@googlegroups.com
7546 S:      Supported
7547 W:      https://github.com/jonmason/ntb/wiki
7548 T:      git git://github.com/jonmason/ntb.git
7549 F:      drivers/ntb/hw/intel/
7550
7551 NTFS FILESYSTEM
7552 M:      Anton Altaparmakov <anton@tuxera.com>
7553 L:      linux-ntfs-dev@lists.sourceforge.net
7554 W:      http://www.tuxera.com/
7555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7556 S:      Supported
7557 F:      Documentation/filesystems/ntfs.txt
7558 F:      fs/ntfs/
7559
7560 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7561 M:      Antonino Daplas <adaplas@gmail.com>
7562 L:      linux-fbdev@vger.kernel.org
7563 S:      Maintained
7564 F:      drivers/video/fbdev/riva/
7565 F:      drivers/video/fbdev/nvidia/
7566
7567 NVM EXPRESS DRIVER
7568 M:      Keith Busch <keith.busch@intel.com>
7569 M:      Jens Axboe <axboe@fb.com>
7570 L:      linux-nvme@lists.infradead.org
7571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7572 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7573 S:      Supported
7574 F:      drivers/nvme/host/
7575 F:      include/linux/nvme.h
7576
7577 NVMEM FRAMEWORK
7578 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7579 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7580 S:      Maintained
7581 F:      drivers/nvmem/
7582 F:      Documentation/devicetree/bindings/nvmem/
7583 F:      include/linux/nvmem-consumer.h
7584 F:      include/linux/nvmem-provider.h
7585
7586 NXP-NCI NFC DRIVER
7587 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7588 R:      Charles Gorand <charles.gorand@effinnov.com>
7589 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7590 S:      Supported
7591 F:      drivers/nfc/nxp-nci
7592
7593 NXP TDA998X DRM DRIVER
7594 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7595 S:      Supported
7596 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7597 F:      include/drm/i2c/tda998x.h
7598
7599 NXP TFA9879 DRIVER
7600 M:      Peter Rosin <peda@axentia.se>
7601 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7602 S:      Maintained
7603 F:      sound/soc/codecs/tfa9879*
7604
7605 OMAP SUPPORT
7606 M:      Tony Lindgren <tony@atomide.com>
7607 L:      linux-omap@vger.kernel.org
7608 W:      http://www.muru.com/linux/omap/
7609 W:      http://linux.omap.com/
7610 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7612 S:      Maintained
7613 F:      arch/arm/*omap*/
7614 F:      arch/arm/configs/omap1_defconfig
7615 F:      arch/arm/configs/omap2plus_defconfig
7616 F:      drivers/i2c/busses/i2c-omap.c
7617 F:      drivers/irqchip/irq-omap-intc.c
7618 F:      drivers/mfd/*omap*.c
7619 F:      drivers/mfd/menelaus.c
7620 F:      drivers/mfd/palmas.c
7621 F:      drivers/mfd/tps65217.c
7622 F:      drivers/mfd/tps65218.c
7623 F:      drivers/mfd/tps65910.c
7624 F:      drivers/mfd/twl-core.[ch]
7625 F:      drivers/mfd/twl4030*.c
7626 F:      drivers/mfd/twl6030*.c
7627 F:      drivers/mfd/twl6040*.c
7628 F:      drivers/regulator/palmas-regulator*.c
7629 F:      drivers/regulator/pbias-regulator.c
7630 F:      drivers/regulator/tps65217-regulator.c
7631 F:      drivers/regulator/tps65218-regulator.c
7632 F:      drivers/regulator/tps65910-regulator.c
7633 F:      drivers/regulator/twl-regulator.c
7634 F:      include/linux/i2c-omap.h
7635
7636 OMAP DEVICE TREE SUPPORT
7637 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7638 M:      Tony Lindgren <tony@atomide.com>
7639 L:      linux-omap@vger.kernel.org
7640 L:      devicetree@vger.kernel.org
7641 S:      Maintained
7642 F:      arch/arm/boot/dts/*omap*
7643 F:      arch/arm/boot/dts/*am3*
7644 F:      arch/arm/boot/dts/*am4*
7645 F:      arch/arm/boot/dts/*am5*
7646 F:      arch/arm/boot/dts/*dra7*
7647
7648 OMAP CLOCK FRAMEWORK SUPPORT
7649 M:      Paul Walmsley <paul@pwsan.com>
7650 L:      linux-omap@vger.kernel.org
7651 S:      Maintained
7652 F:      arch/arm/*omap*/*clock*
7653
7654 OMAP POWER MANAGEMENT SUPPORT
7655 M:      Kevin Hilman <khilman@deeprootsystems.com>
7656 L:      linux-omap@vger.kernel.org
7657 S:      Maintained
7658 F:      arch/arm/*omap*/*pm*
7659 F:      drivers/cpufreq/omap-cpufreq.c
7660
7661 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7662 M:      Rajendra Nayak <rnayak@ti.com>
7663 M:      Paul Walmsley <paul@pwsan.com>
7664 L:      linux-omap@vger.kernel.org
7665 S:      Maintained
7666 F:      arch/arm/mach-omap2/prm*
7667
7668 OMAP AUDIO SUPPORT
7669 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7670 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7671 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7672 L:      linux-omap@vger.kernel.org
7673 S:      Maintained
7674 F:      sound/soc/omap/
7675
7676 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7677 M:      Roger Quadros <rogerq@ti.com>
7678 M:      Tony Lindgren <tony@atomide.com>
7679 L:      linux-omap@vger.kernel.org
7680 S:      Maintained
7681 F:      drivers/memory/omap-gpmc.c
7682 F:      arch/arm/mach-omap2/*gpmc*
7683
7684 OMAP FRAMEBUFFER SUPPORT
7685 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7686 L:      linux-fbdev@vger.kernel.org
7687 L:      linux-omap@vger.kernel.org
7688 S:      Maintained
7689 F:      drivers/video/fbdev/omap/
7690
7691 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7692 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7693 L:      linux-omap@vger.kernel.org
7694 L:      linux-fbdev@vger.kernel.org
7695 S:      Maintained
7696 F:      drivers/video/fbdev/omap2/
7697 F:      Documentation/arm/OMAP/DSS
7698
7699 OMAP HARDWARE SPINLOCK SUPPORT
7700 M:      Ohad Ben-Cohen <ohad@wizery.com>
7701 L:      linux-omap@vger.kernel.org
7702 S:      Maintained
7703 F:      drivers/hwspinlock/omap_hwspinlock.c
7704
7705 OMAP MMC SUPPORT
7706 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7707 L:      linux-omap@vger.kernel.org
7708 S:      Maintained
7709 F:      drivers/mmc/host/omap.c
7710
7711 OMAP HS MMC SUPPORT
7712 L:      linux-mmc@vger.kernel.org
7713 L:      linux-omap@vger.kernel.org
7714 S:      Orphan
7715 F:      drivers/mmc/host/omap_hsmmc.c
7716
7717 OMAP RANDOM NUMBER GENERATOR SUPPORT
7718 M:      Deepak Saxena <dsaxena@plexity.net>
7719 S:      Maintained
7720 F:      drivers/char/hw_random/omap-rng.c
7721
7722 OMAP HWMOD SUPPORT
7723 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7724 M:      Paul Walmsley <paul@pwsan.com>
7725 L:      linux-omap@vger.kernel.org
7726 S:      Maintained
7727 F:      arch/arm/mach-omap2/omap_hwmod.*
7728
7729 OMAP HWMOD DATA
7730 M:      Paul Walmsley <paul@pwsan.com>
7731 L:      linux-omap@vger.kernel.org
7732 S:      Maintained
7733 F:      arch/arm/mach-omap2/omap_hwmod*data*
7734
7735 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7736 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7737 L:      linux-omap@vger.kernel.org
7738 S:      Maintained
7739 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7740
7741 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7742 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7743 L:      linux-media@vger.kernel.org
7744 S:      Maintained
7745 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7746 F:      drivers/media/platform/omap3isp/
7747 F:      drivers/staging/media/omap4iss/
7748
7749 OMAP USB SUPPORT
7750 M:      Felipe Balbi <balbi@ti.com>
7751 L:      linux-usb@vger.kernel.org
7752 L:      linux-omap@vger.kernel.org
7753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7754 S:      Maintained
7755 F:      drivers/usb/*/*omap*
7756 F:      arch/arm/*omap*/usb*
7757
7758 OMAP GPIO DRIVER
7759 M:      Javier Martinez Canillas <javier@dowhile0.org>
7760 M:      Santosh Shilimkar <ssantosh@kernel.org>
7761 M:      Kevin Hilman <khilman@deeprootsystems.com>
7762 L:      linux-omap@vger.kernel.org
7763 S:      Maintained
7764 F:      drivers/gpio/gpio-omap.c
7765
7766 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7767 M:      Mark Jackson <mpfj@newflow.co.uk>
7768 L:      linux-omap@vger.kernel.org
7769 S:      Maintained
7770 F:      arch/arm/boot/dts/am335x-nano.dts
7771
7772 OMFS FILESYSTEM
7773 M:      Bob Copeland <me@bobcopeland.com>
7774 L:      linux-karma-devel@lists.sourceforge.net
7775 S:      Maintained
7776 F:      Documentation/filesystems/omfs.txt
7777 F:      fs/omfs/
7778
7779 OMNIKEY CARDMAN 4000 DRIVER
7780 M:      Harald Welte <laforge@gnumonks.org>
7781 S:      Maintained
7782 F:      drivers/char/pcmcia/cm4000_cs.c
7783 F:      include/linux/cm4000_cs.h
7784 F:      include/uapi/linux/cm4000_cs.h
7785
7786 OMNIKEY CARDMAN 4040 DRIVER
7787 M:      Harald Welte <laforge@gnumonks.org>
7788 S:      Maintained
7789 F:      drivers/char/pcmcia/cm4040_cs.*
7790
7791 OMNIVISION OV7670 SENSOR DRIVER
7792 M:      Jonathan Corbet <corbet@lwn.net>
7793 L:      linux-media@vger.kernel.org
7794 T:      git git://linuxtv.org/media_tree.git
7795 S:      Maintained
7796 F:      drivers/media/i2c/ov7670.c
7797
7798 ONENAND FLASH DRIVER
7799 M:      Kyungmin Park <kyungmin.park@samsung.com>
7800 L:      linux-mtd@lists.infradead.org
7801 S:      Maintained
7802 F:      drivers/mtd/onenand/
7803 F:      include/linux/mtd/onenand*.h
7804
7805 ONSTREAM SCSI TAPE DRIVER
7806 M:      Willem Riede <osst@riede.org>
7807 L:      osst-users@lists.sourceforge.net
7808 L:      linux-scsi@vger.kernel.org
7809 S:      Maintained
7810 F:      Documentation/scsi/osst.txt
7811 F:      drivers/scsi/osst.*
7812 F:      drivers/scsi/osst_*.h
7813 F:      drivers/scsi/st.h
7814
7815 OPENCORES I2C BUS DRIVER
7816 M:      Peter Korsgaard <jacmet@sunsite.dk>
7817 L:      linux-i2c@vger.kernel.org
7818 S:      Maintained
7819 F:      Documentation/i2c/busses/i2c-ocores
7820 F:      drivers/i2c/busses/i2c-ocores.c
7821
7822 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7823 M:      Rob Herring <robh+dt@kernel.org>
7824 M:      Frank Rowand <frowand.list@gmail.com>
7825 M:      Grant Likely <grant.likely@linaro.org>
7826 L:      devicetree@vger.kernel.org
7827 W:      http://www.devicetree.org/
7828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7829 S:      Maintained
7830 F:      drivers/of/
7831 F:      include/linux/of*.h
7832 F:      scripts/dtc/
7833
7834 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7835 M:      Rob Herring <robh+dt@kernel.org>
7836 M:      Pawel Moll <pawel.moll@arm.com>
7837 M:      Mark Rutland <mark.rutland@arm.com>
7838 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7839 M:      Kumar Gala <galak@codeaurora.org>
7840 L:      devicetree@vger.kernel.org
7841 S:      Maintained
7842 F:      Documentation/devicetree/
7843 F:      arch/*/boot/dts/
7844 F:      include/dt-bindings/
7845
7846 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7847 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7848 L:      devicetree@vger.kernel.org
7849 S:      Maintained
7850 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7851 F:      Documentation/devicetree/overlay-notes.txt
7852 F:      drivers/of/overlay.c
7853 F:      drivers/of/resolver.c
7854
7855 OPENRISC ARCHITECTURE
7856 M:      Jonas Bonn <jonas@southpole.se>
7857 W:      http://openrisc.net
7858 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7859 S:      Maintained
7860 T:      git git://openrisc.net/~jonas/linux
7861 F:      arch/openrisc/
7862
7863 OPENVSWITCH
7864 M:      Pravin Shelar <pshelar@nicira.com>
7865 L:      netdev@vger.kernel.org
7866 L:      dev@openvswitch.org
7867 W:      http://openvswitch.org
7868 S:      Maintained
7869 F:      net/openvswitch/
7870 F:      include/uapi/linux/openvswitch.h
7871
7872 OPL4 DRIVER
7873 M:      Clemens Ladisch <clemens@ladisch.de>
7874 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7875 T:      git git://git.alsa-project.org/alsa-kernel.git
7876 S:      Maintained
7877 F:      sound/drivers/opl4/
7878
7879 OPROFILE
7880 M:      Robert Richter <rric@kernel.org>
7881 L:      oprofile-list@lists.sf.net
7882 S:      Maintained
7883 F:      arch/*/include/asm/oprofile*.h
7884 F:      arch/*/oprofile/
7885 F:      drivers/oprofile/
7886 F:      include/linux/oprofile.h
7887
7888 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7889 M:      Mark Fasheh <mfasheh@suse.com>
7890 M:      Joel Becker <jlbec@evilplan.org>
7891 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7892 W:      http://ocfs2.wiki.kernel.org
7893 S:      Supported
7894 F:      Documentation/filesystems/ocfs2.txt
7895 F:      Documentation/filesystems/dlmfs.txt
7896 F:      fs/ocfs2/
7897
7898 ORINOCO DRIVER
7899 L:      linux-wireless@vger.kernel.org
7900 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7901 W:      http://www.nongnu.org/orinoco/
7902 S:      Orphan
7903 F:      drivers/net/wireless/orinoco/
7904
7905 OSD LIBRARY and FILESYSTEM
7906 M:      Boaz Harrosh <ooo@electrozaur.com>
7907 M:      Benny Halevy <bhalevy@primarydata.com>
7908 L:      osd-dev@open-osd.org
7909 W:      http://open-osd.org
7910 T:      git git://git.open-osd.org/open-osd.git
7911 S:      Maintained
7912 F:      drivers/scsi/osd/
7913 F:      include/scsi/osd_*
7914 F:      fs/exofs/
7915
7916 OVERLAY FILESYSTEM
7917 M:      Miklos Szeredi <miklos@szeredi.hu>
7918 L:      linux-unionfs@vger.kernel.org
7919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7920 S:      Supported
7921 F:      fs/overlayfs/
7922 F:      Documentation/filesystems/overlayfs.txt
7923
7924 P54 WIRELESS DRIVER
7925 M:      Christian Lamparter <chunkeey@googlemail.com>
7926 L:      linux-wireless@vger.kernel.org
7927 W:      http://wireless.kernel.org/en/users/Drivers/p54
7928 S:      Maintained
7929 F:      drivers/net/wireless/p54/
7930
7931 PA SEMI ETHERNET DRIVER
7932 M:      Olof Johansson <olof@lixom.net>
7933 L:      netdev@vger.kernel.org
7934 S:      Maintained
7935 F:      drivers/net/ethernet/pasemi/*
7936
7937 PA SEMI SMBUS DRIVER
7938 M:      Olof Johansson <olof@lixom.net>
7939 L:      linux-i2c@vger.kernel.org
7940 S:      Maintained
7941 F:      drivers/i2c/busses/i2c-pasemi.c
7942
7943 PADATA PARALLEL EXECUTION MECHANISM
7944 M:      Steffen Klassert <steffen.klassert@secunet.com>
7945 L:      linux-crypto@vger.kernel.org
7946 S:      Maintained
7947 F:      kernel/padata.c
7948 F:      include/linux/padata.h
7949 F:      Documentation/padata.txt
7950
7951 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7952 M:      Harald Welte <laforge@gnumonks.org>
7953 L:      platform-driver-x86@vger.kernel.org
7954 S:      Maintained
7955 F:      drivers/platform/x86/panasonic-laptop.c
7956
7957 PANASONIC MN10300/AM33/AM34 PORT
7958 M:      David Howells <dhowells@redhat.com>
7959 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7960 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7961 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7962 S:      Maintained
7963 F:      Documentation/mn10300/
7964 F:      arch/mn10300/
7965
7966 PARALLEL PORT SUBSYSTEM
7967 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7968 M:      Sudip Mukherjee <sudip@vectorindia.org>
7969 L:      linux-parport@lists.infradead.org (subscribers-only)
7970 S:      Maintained
7971 F:      drivers/parport/
7972 F:      include/linux/parport*.h
7973 F:      drivers/char/ppdev.c
7974 F:      include/uapi/linux/ppdev.h
7975 F:      Documentation/parport*.txt
7976
7977 PARAVIRT_OPS INTERFACE
7978 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7979 M:      Chris Wright <chrisw@sous-sol.org>
7980 M:      Alok Kataria <akataria@vmware.com>
7981 M:      Rusty Russell <rusty@rustcorp.com.au>
7982 L:      virtualization@lists.linux-foundation.org
7983 S:      Supported
7984 F:      Documentation/virtual/paravirt_ops.txt
7985 F:      arch/*/kernel/paravirt*
7986 F:      arch/*/include/asm/paravirt.h
7987
7988 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7989 M:      Tim Waugh <tim@cyberelk.net>
7990 L:      linux-parport@lists.infradead.org (subscribers-only)
7991 S:      Maintained
7992 F:      Documentation/blockdev/paride.txt
7993 F:      drivers/block/paride/
7994
7995 PARISC ARCHITECTURE
7996 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7997 M:      Helge Deller <deller@gmx.de>
7998 L:      linux-parisc@vger.kernel.org
7999 W:      http://www.parisc-linux.org/
8000 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8003 S:      Maintained
8004 F:      arch/parisc/
8005 F:      Documentation/parisc/
8006 F:      drivers/parisc/
8007 F:      drivers/char/agp/parisc-agp.c
8008 F:      drivers/input/serio/gscps2.c
8009 F:      drivers/parport/parport_gsc.*
8010 F:      drivers/tty/serial/8250/8250_gsc.c
8011 F:      drivers/video/fbdev/sti*
8012 F:      drivers/video/console/sti*
8013 F:      drivers/video/logo/logo_parisc*
8014
8015 PC87360 HARDWARE MONITORING DRIVER
8016 M:      Jim Cromie <jim.cromie@gmail.com>
8017 L:      lm-sensors@lm-sensors.org
8018 S:      Maintained
8019 F:      Documentation/hwmon/pc87360
8020 F:      drivers/hwmon/pc87360.c
8021
8022 PC8736x GPIO DRIVER
8023 M:      Jim Cromie <jim.cromie@gmail.com>
8024 S:      Maintained
8025 F:      drivers/char/pc8736x_gpio.c
8026
8027 PC87427 HARDWARE MONITORING DRIVER
8028 M:      Jean Delvare <jdelvare@suse.com>
8029 L:      lm-sensors@lm-sensors.org
8030 S:      Maintained
8031 F:      Documentation/hwmon/pc87427
8032 F:      drivers/hwmon/pc87427.c
8033
8034 PCA9532 LED DRIVER
8035 M:      Riku Voipio <riku.voipio@iki.fi>
8036 S:      Maintained
8037 F:      drivers/leds/leds-pca9532.c
8038 F:      include/linux/leds-pca9532.h
8039
8040 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8041 M:      Guenter Roeck <linux@roeck-us.net>
8042 L:      linux-i2c@vger.kernel.org
8043 S:      Maintained
8044 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8045
8046 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8047 M:      Khalid Aziz <khalid@gonehiking.org>
8048 S:      Maintained
8049 F:      drivers/firmware/pcdp.*
8050
8051 PCI ERROR RECOVERY
8052 M:      Linas Vepstas <linasvepstas@gmail.com>
8053 L:      linux-pci@vger.kernel.org
8054 S:      Supported
8055 F:      Documentation/PCI/pci-error-recovery.txt
8056
8057 PCI SUBSYSTEM
8058 M:      Bjorn Helgaas <bhelgaas@google.com>
8059 L:      linux-pci@vger.kernel.org
8060 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8062 S:      Supported
8063 F:      Documentation/PCI/
8064 F:      drivers/pci/
8065 F:      include/linux/pci*
8066 F:      arch/x86/pci/
8067 F:      arch/x86/kernel/quirks.c
8068
8069 PCI DRIVER FOR ARM VERSATILE PLATFORM
8070 M:      Rob Herring <robh@kernel.org>
8071 L:      linux-pci@vger.kernel.org
8072 L:      linux-arm-kernel@lists.infradead.org
8073 S:      Maintained
8074 F:      Documentation/devicetree/bindings/pci/versatile.txt
8075 F:      drivers/pci/host/pci-versatile.c
8076
8077 PCI DRIVER FOR APPLIEDMICRO XGENE
8078 M:      Tanmay Inamdar <tinamdar@apm.com>
8079 L:      linux-pci@vger.kernel.org
8080 L:      linux-arm-kernel@lists.infradead.org
8081 S:      Maintained
8082 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8083 F:      drivers/pci/host/pci-xgene.c
8084
8085 PCI DRIVER FOR FREESCALE LAYERSCAPE
8086 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8087 M:      Mingkai Hu <mingkai.hu@freescale.com>
8088 M:      Roy Zang <tie-fei.zang@freescale.com>
8089 L:      linuxppc-dev@lists.ozlabs.org
8090 L:      linux-pci@vger.kernel.org
8091 L:      linux-arm-kernel@lists.infradead.org
8092 S:      Maintained
8093 F:      drivers/pci/host/*layerscape*
8094
8095 PCI DRIVER FOR IMX6
8096 M:      Richard Zhu <Richard.Zhu@freescale.com>
8097 M:      Lucas Stach <l.stach@pengutronix.de>
8098 L:      linux-pci@vger.kernel.org
8099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8100 S:      Maintained
8101 F:      drivers/pci/host/*imx6*
8102
8103 PCI DRIVER FOR TI KEYSTONE
8104 M:      Murali Karicheri <m-karicheri2@ti.com>
8105 L:      linux-pci@vger.kernel.org
8106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8107 S:      Maintained
8108 F:      drivers/pci/host/*keystone*
8109
8110 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8111 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8112 M:      Jason Cooper <jason@lakedaemon.net>
8113 L:      linux-pci@vger.kernel.org
8114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8115 S:      Maintained
8116 F:      drivers/pci/host/*mvebu*
8117
8118 PCI DRIVER FOR NVIDIA TEGRA
8119 M:      Thierry Reding <thierry.reding@gmail.com>
8120 L:      linux-tegra@vger.kernel.org
8121 L:      linux-pci@vger.kernel.org
8122 S:      Supported
8123 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8124 F:      drivers/pci/host/pci-tegra.c
8125
8126 PCI DRIVER FOR TI DRA7XX
8127 M:      Kishon Vijay Abraham I <kishon@ti.com>
8128 L:      linux-omap@vger.kernel.org
8129 L:      linux-pci@vger.kernel.org
8130 S:      Supported
8131 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8132 F:      drivers/pci/host/pci-dra7xx.c
8133
8134 PCI DRIVER FOR RENESAS R-CAR
8135 M:      Simon Horman <horms@verge.net.au>
8136 L:      linux-pci@vger.kernel.org
8137 L:      linux-sh@vger.kernel.org
8138 S:      Maintained
8139 F:      drivers/pci/host/*rcar*
8140
8141 PCI DRIVER FOR SAMSUNG EXYNOS
8142 M:      Jingoo Han <jingoohan1@gmail.com>
8143 L:      linux-pci@vger.kernel.org
8144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8145 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8146 S:      Maintained
8147 F:      drivers/pci/host/pci-exynos.c
8148
8149 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8150 M:      Jingoo Han <jingoohan1@gmail.com>
8151 M:      Pratyush Anand <pratyush.anand@gmail.com>
8152 L:      linux-pci@vger.kernel.org
8153 S:      Maintained
8154 F:      drivers/pci/host/*designware*
8155
8156 PCI DRIVER FOR GENERIC OF HOSTS
8157 M:      Will Deacon <will.deacon@arm.com>
8158 L:      linux-pci@vger.kernel.org
8159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8160 S:      Maintained
8161 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8162 F:      drivers/pci/host/pci-host-generic.c
8163
8164 PCIE DRIVER FOR ST SPEAR13XX
8165 M:      Pratyush Anand <pratyush.anand@gmail.com>
8166 L:      linux-pci@vger.kernel.org
8167 S:      Maintained
8168 F:      drivers/pci/host/*spear*
8169
8170 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8171 M:      Duc Dang <dhdang@apm.com>
8172 L:      linux-pci@vger.kernel.org
8173 L:      linux-arm-kernel@lists.infradead.org
8174 S:      Maintained
8175 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8176 F:      drivers/pci/host/pci-xgene-msi.c
8177
8178 PCMCIA SUBSYSTEM
8179 P:      Linux PCMCIA Team
8180 L:      linux-pcmcia@lists.infradead.org
8181 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8183 S:      Maintained
8184 F:      Documentation/pcmcia/
8185 F:      drivers/pcmcia/
8186 F:      include/pcmcia/
8187
8188 PCNET32 NETWORK DRIVER
8189 M:      Don Fry <pcnet32@frontier.com>
8190 L:      netdev@vger.kernel.org
8191 S:      Maintained
8192 F:      drivers/net/ethernet/amd/pcnet32.c
8193
8194 PCRYPT PARALLEL CRYPTO ENGINE
8195 M:      Steffen Klassert <steffen.klassert@secunet.com>
8196 L:      linux-crypto@vger.kernel.org
8197 S:      Maintained
8198 F:      crypto/pcrypt.c
8199 F:      include/crypto/pcrypt.h
8200
8201 PER-CPU MEMORY ALLOCATOR
8202 M:      Tejun Heo <tj@kernel.org>
8203 M:      Christoph Lameter <cl@linux-foundation.org>
8204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8205 S:      Maintained
8206 F:      include/linux/percpu*.h
8207 F:      mm/percpu*.c
8208 F:      arch/*/include/asm/percpu.h
8209
8210 PER-TASK DELAY ACCOUNTING
8211 M:      Balbir Singh <bsingharora@gmail.com>
8212 S:      Maintained
8213 F:      include/linux/delayacct.h
8214 F:      kernel/delayacct.c
8215
8216 PERFORMANCE EVENTS SUBSYSTEM
8217 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8218 M:      Ingo Molnar <mingo@redhat.com>
8219 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8220 L:      linux-kernel@vger.kernel.org
8221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8222 S:      Supported
8223 F:      kernel/events/*
8224 F:      include/linux/perf_event.h
8225 F:      include/uapi/linux/perf_event.h
8226 F:      arch/*/kernel/perf_event*.c
8227 F:      arch/*/kernel/*/perf_event*.c
8228 F:      arch/*/kernel/*/*/perf_event*.c
8229 F:      arch/*/include/asm/perf_event.h
8230 F:      arch/*/kernel/perf_callchain.c
8231 F:      tools/perf/
8232
8233 PERSONALITY HANDLING
8234 M:      Christoph Hellwig <hch@infradead.org>
8235 L:      linux-abi-devel@lists.sourceforge.net
8236 S:      Maintained
8237 F:      include/linux/personality.h
8238 F:      include/uapi/linux/personality.h
8239
8240 PHONET PROTOCOL
8241 M:      Remi Denis-Courmont <courmisch@gmail.com>
8242 S:      Supported
8243 F:      Documentation/networking/phonet.txt
8244 F:      include/linux/phonet.h
8245 F:      include/net/phonet/
8246 F:      include/uapi/linux/phonet.h
8247 F:      net/phonet/
8248
8249 PHRAM MTD DRIVER
8250 M:      Joern Engel <joern@lazybastard.org>
8251 L:      linux-mtd@lists.infradead.org
8252 S:      Maintained
8253 F:      drivers/mtd/devices/phram.c
8254
8255 PICOLCD HID DRIVER
8256 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8257 L:      linux-input@vger.kernel.org
8258 S:      Maintained
8259 F:      drivers/hid/hid-picolcd*
8260
8261 PICOXCELL SUPPORT
8262 M:      Jamie Iles <jamie@jamieiles.com>
8263 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8264 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8265 S:      Supported
8266 F:      arch/arm/boot/dts/picoxcell*
8267 F:      arch/arm/mach-picoxcell/
8268 F:      drivers/crypto/picoxcell*
8269
8270 PIN CONTROL SUBSYSTEM
8271 M:      Linus Walleij <linus.walleij@linaro.org>
8272 L:      linux-gpio@vger.kernel.org
8273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8274 S:      Maintained
8275 F:      drivers/pinctrl/
8276 F:      include/linux/pinctrl/
8277
8278 PIN CONTROLLER - ATMEL AT91
8279 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8281 S:      Maintained
8282 F:      drivers/pinctrl/pinctrl-at91.*
8283
8284 PIN CONTROLLER - ATMEL AT91 PIO4
8285 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8287 L:      linux-gpio@vger.kernel.org
8288 S:      Supported
8289 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8290
8291 PIN CONTROLLER - INTEL
8292 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8293 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8294 S:      Maintained
8295 F:      drivers/pinctrl/intel/
8296
8297 PIN CONTROLLER - RENESAS
8298 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8299 L:      linux-sh@vger.kernel.org
8300 S:      Maintained
8301 F:      drivers/pinctrl/sh-pfc/
8302
8303 PIN CONTROLLER - SAMSUNG
8304 M:      Tomasz Figa <tomasz.figa@gmail.com>
8305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8306 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8307 S:      Maintained
8308 F:      drivers/pinctrl/samsung/
8309
8310 PIN CONTROLLER - ST SPEAR
8311 M:      Viresh Kumar <vireshk@kernel.org>
8312 L:      spear-devel@list.st.com
8313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8314 W:      http://www.st.com/spear
8315 S:      Maintained
8316 F:      drivers/pinctrl/spear/
8317
8318 PKTCDVD DRIVER
8319 M:      Jiri Kosina <jikos@kernel.org>
8320 S:      Maintained
8321 F:      drivers/block/pktcdvd.c
8322 F:      include/linux/pktcdvd.h
8323 F:      include/uapi/linux/pktcdvd.h
8324
8325 PKUNITY SOC DRIVERS
8326 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8327 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8328 S:      Maintained
8329 T:      git git://github.com/gxt/linux.git
8330 F:      drivers/input/serio/i8042-unicore32io.h
8331 F:      drivers/i2c/busses/i2c-puv3.c
8332 F:      drivers/video/fbdev/fb-puv3.c
8333 F:      drivers/rtc/rtc-puv3.c
8334
8335 PMBUS HARDWARE MONITORING DRIVERS
8336 M:      Guenter Roeck <linux@roeck-us.net>
8337 L:      lm-sensors@lm-sensors.org
8338 W:      http://www.lm-sensors.org/
8339 W:      http://www.roeck-us.net/linux/drivers/
8340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8341 S:      Maintained
8342 F:      Documentation/hwmon/pmbus
8343 F:      drivers/hwmon/pmbus/
8344 F:      include/linux/i2c/pmbus.h
8345
8346 PMC SIERRA MaxRAID DRIVER
8347 L:      linux-scsi@vger.kernel.org
8348 W:      http://www.pmc-sierra.com/
8349 S:      Orphan
8350 F:      drivers/scsi/pmcraid.*
8351
8352 PMC SIERRA PM8001 DRIVER
8353 M:      Jack Wang <jinpu.wang@profitbricks.com>
8354 M:      lindar_liu@usish.com
8355 L:      pmchba@pmcs.com
8356 L:      linux-scsi@vger.kernel.org
8357 S:      Supported
8358 F:      drivers/scsi/pm8001/
8359
8360 POSIX CLOCKS and TIMERS
8361 M:      Thomas Gleixner <tglx@linutronix.de>
8362 L:      linux-kernel@vger.kernel.org
8363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8364 S:      Maintained
8365 F:      fs/timerfd.c
8366 F:      include/linux/timer*
8367 F:      kernel/time/*timer*
8368
8369 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8370 M:      Sebastian Reichel <sre@kernel.org>
8371 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8372 M:      David Woodhouse <dwmw2@infradead.org>
8373 L:      linux-pm@vger.kernel.org
8374 T:      git git://git.infradead.org/battery-2.6.git
8375 S:      Maintained
8376 F:      include/linux/power_supply.h
8377 F:      drivers/power/
8378 X:      drivers/power/avs/
8379
8380 POWER STATE COORDINATION INTERFACE (PSCI)
8381 M:      Mark Rutland <mark.rutland@arm.com>
8382 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8383 L:      linux-arm-kernel@lists.infradead.org
8384 S:      Maintained
8385 F:      drivers/firmware/psci.c
8386 F:      include/linux/psci.h
8387 F:      include/uapi/linux/psci.h
8388
8389 PNP SUPPORT
8390 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8391 S:      Maintained
8392 F:      drivers/pnp/
8393
8394 PNXxxxx I2C DRIVER
8395 M:      Vitaly Wool <vitalywool@gmail.com>
8396 L:      linux-i2c@vger.kernel.org
8397 S:      Maintained
8398 F:      drivers/i2c/busses/i2c-pnx.c
8399
8400 PPP PROTOCOL DRIVERS AND COMPRESSORS
8401 M:      Paul Mackerras <paulus@samba.org>
8402 L:      linux-ppp@vger.kernel.org
8403 S:      Maintained
8404 F:      drivers/net/ppp/ppp_*
8405
8406 PPP OVER ATM (RFC 2364)
8407 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8408 S:      Maintained
8409 F:      net/atm/pppoatm.c
8410 F:      include/uapi/linux/atmppp.h
8411
8412 PPP OVER ETHERNET
8413 M:      Michal Ostrowski <mostrows@earthlink.net>
8414 S:      Maintained
8415 F:      drivers/net/ppp/pppoe.c
8416 F:      drivers/net/ppp/pppox.c
8417
8418 PPP OVER L2TP
8419 M:      James Chapman <jchapman@katalix.com>
8420 S:      Maintained
8421 F:      net/l2tp/l2tp_ppp.c
8422 F:      include/linux/if_pppol2tp.h
8423 F:      include/uapi/linux/if_pppol2tp.h
8424
8425 PPS SUPPORT
8426 M:      Rodolfo Giometti <giometti@enneenne.com>
8427 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8428 L:      linuxpps@ml.enneenne.com (subscribers-only)
8429 S:      Maintained
8430 F:      Documentation/pps/
8431 F:      drivers/pps/
8432 F:      include/linux/pps*.h
8433
8434 PPTP DRIVER
8435 M:      Dmitry Kozlov <xeb@mail.ru>
8436 L:      netdev@vger.kernel.org
8437 S:      Maintained
8438 F:      drivers/net/ppp/pptp.c
8439 W:      http://sourceforge.net/projects/accel-pptp
8440
8441 PREEMPTIBLE KERNEL
8442 M:      Robert Love <rml@tech9.net>
8443 L:      kpreempt-tech@lists.sourceforge.net
8444 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8445 S:      Supported
8446 F:      Documentation/preempt-locking.txt
8447 F:      include/linux/preempt.h
8448
8449 PRISM54 WIRELESS DRIVER
8450 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8451 L:      linux-wireless@vger.kernel.org
8452 W:      http://wireless.kernel.org/en/users/Drivers/p54
8453 S:      Obsolete
8454 F:      drivers/net/wireless/prism54/
8455
8456 PS3 NETWORK SUPPORT
8457 M:      Geoff Levand <geoff@infradead.org>
8458 L:      netdev@vger.kernel.org
8459 L:      linuxppc-dev@lists.ozlabs.org
8460 S:      Maintained
8461 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8462
8463 PS3 PLATFORM SUPPORT
8464 M:      Geoff Levand <geoff@infradead.org>
8465 L:      linuxppc-dev@lists.ozlabs.org
8466 S:      Maintained
8467 F:      arch/powerpc/boot/ps3*
8468 F:      arch/powerpc/include/asm/lv1call.h
8469 F:      arch/powerpc/include/asm/ps3*.h
8470 F:      arch/powerpc/platforms/ps3/
8471 F:      drivers/*/ps3*
8472 F:      drivers/ps3/
8473 F:      drivers/rtc/rtc-ps3.c
8474 F:      drivers/usb/host/*ps3.c
8475 F:      sound/ppc/snd_ps3*
8476
8477 PS3VRAM DRIVER
8478 M:      Jim Paris <jim@jtan.com>
8479 M:      Geoff Levand <geoff@infradead.org>
8480 L:      linuxppc-dev@lists.ozlabs.org
8481 S:      Maintained
8482 F:      drivers/block/ps3vram.c
8483
8484 PSTORE FILESYSTEM
8485 M:      Anton Vorontsov <anton@enomsg.org>
8486 M:      Colin Cross <ccross@android.com>
8487 M:      Kees Cook <keescook@chromium.org>
8488 M:      Tony Luck <tony.luck@intel.com>
8489 S:      Maintained
8490 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8491 F:      fs/pstore/
8492 F:      include/linux/pstore*
8493 F:      drivers/firmware/efi/efi-pstore.c
8494 F:      drivers/acpi/apei/erst.c
8495
8496 PTP HARDWARE CLOCK SUPPORT
8497 M:      Richard Cochran <richardcochran@gmail.com>
8498 L:      netdev@vger.kernel.org
8499 S:      Maintained
8500 W:      http://linuxptp.sourceforge.net/
8501 F:      Documentation/ABI/testing/sysfs-ptp
8502 F:      Documentation/ptp/*
8503 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8504 F:      drivers/net/phy/dp83640*
8505 F:      drivers/ptp/*
8506 F:      include/linux/ptp_cl*
8507
8508 PTRACE SUPPORT
8509 M:      Roland McGrath <roland@hack.frob.com>
8510 M:      Oleg Nesterov <oleg@redhat.com>
8511 S:      Maintained
8512 F:      include/asm-generic/syscall.h
8513 F:      include/linux/ptrace.h
8514 F:      include/linux/regset.h
8515 F:      include/linux/tracehook.h
8516 F:      include/uapi/linux/ptrace.h
8517 F:      kernel/ptrace.c
8518
8519 PVRUSB2 VIDEO4LINUX DRIVER
8520 M:      Mike Isely <isely@pobox.com>
8521 L:      pvrusb2@isely.net       (subscribers-only)
8522 L:      linux-media@vger.kernel.org
8523 W:      http://www.isely.net/pvrusb2/
8524 T:      git git://linuxtv.org/media_tree.git
8525 S:      Maintained
8526 F:      Documentation/video4linux/README.pvrusb2
8527 F:      drivers/media/usb/pvrusb2/
8528
8529 PWC WEBCAM DRIVER
8530 M:      Hans de Goede <hdegoede@redhat.com>
8531 L:      linux-media@vger.kernel.org
8532 T:      git git://linuxtv.org/media_tree.git
8533 S:      Maintained
8534 F:      drivers/media/usb/pwc/*
8535
8536 PWM FAN DRIVER
8537 M:      Kamil Debski <k.debski@samsung.com>
8538 L:      lm-sensors@lm-sensors.org
8539 S:      Supported
8540 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8541 F:      Documentation/hwmon/pwm-fan
8542 F:      drivers/hwmon/pwm-fan.c
8543
8544 PWM SUBSYSTEM
8545 M:      Thierry Reding <thierry.reding@gmail.com>
8546 L:      linux-pwm@vger.kernel.org
8547 S:      Maintained
8548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8549 F:      Documentation/pwm.txt
8550 F:      Documentation/devicetree/bindings/pwm/
8551 F:      include/linux/pwm.h
8552 F:      drivers/pwm/
8553 F:      drivers/video/backlight/pwm_bl.c
8554 F:      include/linux/pwm_backlight.h
8555
8556 PXA2xx/PXA3xx SUPPORT
8557 M:      Daniel Mack <daniel@zonque.org>
8558 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8559 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8561 T:      git git://github.com/hzhuang1/linux.git
8562 T:      git git://github.com/rjarzmik/linux.git
8563 S:      Maintained
8564 F:      arch/arm/mach-pxa/
8565 F:      drivers/dma/pxa*
8566 F:      drivers/pcmcia/pxa2xx*
8567 F:      drivers/spi/spi-pxa2xx*
8568 F:      drivers/usb/gadget/udc/pxa2*
8569 F:      include/sound/pxa2xx-lib.h
8570 F:      sound/arm/pxa*
8571 F:      sound/soc/pxa/
8572
8573 PXA3xx NAND FLASH DRIVER
8574 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8575 L:      linux-mtd@lists.infradead.org
8576 S:      Maintained
8577 F:      drivers/mtd/nand/pxa3xx_nand.c
8578
8579 MMP SUPPORT
8580 M:      Eric Miao <eric.y.miao@gmail.com>
8581 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8583 T:      git git://github.com/hzhuang1/linux.git
8584 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8585 S:      Maintained
8586 F:      arch/arm/mach-mmp/
8587
8588 PXA MMCI DRIVER
8589 S:      Orphan
8590
8591 PXA RTC DRIVER
8592 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8593 L:      rtc-linux@googlegroups.com
8594 S:      Maintained
8595
8596 QAT DRIVER
8597 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8598 L:      qat-linux@intel.com
8599 S:      Supported
8600 F:      drivers/crypto/qat/
8601
8602 QIB DRIVER
8603 M:      Mike Marciniszyn <infinipath@intel.com>
8604 L:      linux-rdma@vger.kernel.org
8605 S:      Supported
8606 F:      drivers/infiniband/hw/qib/
8607
8608 QLOGIC QLA1280 SCSI DRIVER
8609 M:      Michael Reed <mdr@sgi.com>
8610 L:      linux-scsi@vger.kernel.org
8611 S:      Maintained
8612 F:      drivers/scsi/qla1280.[ch]
8613
8614 QLOGIC QLA2XXX FC-SCSI DRIVER
8615 M:      qla2xxx-upstream@qlogic.com
8616 L:      linux-scsi@vger.kernel.org
8617 S:      Supported
8618 F:      Documentation/scsi/LICENSE.qla2xxx
8619 F:      drivers/scsi/qla2xxx/
8620
8621 QLOGIC QLA4XXX iSCSI DRIVER
8622 M:      QLogic-Storage-Upstream@qlogic.com
8623 L:      linux-scsi@vger.kernel.org
8624 S:      Supported
8625 F:      Documentation/scsi/LICENSE.qla4xxx
8626 F:      drivers/scsi/qla4xxx/
8627
8628 QLOGIC QLA3XXX NETWORK DRIVER
8629 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8630 M:      Ron Mercer <ron.mercer@qlogic.com>
8631 M:      linux-driver@qlogic.com
8632 L:      netdev@vger.kernel.org
8633 S:      Supported
8634 F:      Documentation/networking/LICENSE.qla3xxx
8635 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8636
8637 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8638 M:      Dept-GELinuxNICDev@qlogic.com
8639 L:      netdev@vger.kernel.org
8640 S:      Supported
8641 F:      drivers/net/ethernet/qlogic/qlcnic/
8642
8643 QLOGIC QLGE 10Gb ETHERNET DRIVER
8644 M:      Harish Patil <harish.patil@qlogic.com>
8645 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8646 M:      Dept-GELinuxNICDev@qlogic.com
8647 M:      linux-driver@qlogic.com
8648 L:      netdev@vger.kernel.org
8649 S:      Supported
8650 F:      drivers/net/ethernet/qlogic/qlge/
8651
8652 QLOGIC QL4xxx ETHERNET DRIVER
8653 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8654 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8655 M:      everest-linux-l2@qlogic.com
8656 L:      netdev@vger.kernel.org
8657 S:      Supported
8658 F:      drivers/net/ethernet/qlogic/qed/
8659 F:      include/linux/qed/
8660 F:      drivers/net/ethernet/qlogic/qede/
8661
8662 QNX4 FILESYSTEM
8663 M:      Anders Larsen <al@alarsen.net>
8664 W:      http://www.alarsen.net/linux/qnx4fs/
8665 S:      Maintained
8666 F:      fs/qnx4/
8667 F:      include/uapi/linux/qnx4_fs.h
8668 F:      include/uapi/linux/qnxtypes.h
8669
8670 QT1010 MEDIA DRIVER
8671 M:      Antti Palosaari <crope@iki.fi>
8672 L:      linux-media@vger.kernel.org
8673 W:      http://linuxtv.org/
8674 W:      http://palosaari.fi/linux/
8675 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8676 T:      git git://linuxtv.org/anttip/media_tree.git
8677 S:      Maintained
8678 F:      drivers/media/tuners/qt1010*
8679
8680 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8681 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8682 L:      linux-wireless@vger.kernel.org
8683 L:      ath9k-devel@lists.ath9k.org
8684 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8685 S:      Supported
8686 F:      drivers/net/wireless/ath/ath9k/
8687
8688 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8689 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8690 L:      ath10k@lists.infradead.org
8691 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8692 T:      git git://github.com/kvalo/ath.git
8693 S:      Supported
8694 F:      drivers/net/wireless/ath/ath10k/
8695
8696 QUALCOMM HEXAGON ARCHITECTURE
8697 M:      Richard Kuo <rkuo@codeaurora.org>
8698 L:      linux-hexagon@vger.kernel.org
8699 S:      Supported
8700 F:      arch/hexagon/
8701
8702 QUALCOMM WCN36XX WIRELESS DRIVER
8703 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8704 L:      wcn36xx@lists.infradead.org
8705 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8706 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8707 S:      Supported
8708 F:      drivers/net/wireless/ath/wcn36xx/
8709
8710 RADOS BLOCK DEVICE (RBD)
8711 M:      Ilya Dryomov <idryomov@gmail.com>
8712 M:      Sage Weil <sage@redhat.com>
8713 M:      Alex Elder <elder@kernel.org>
8714 L:      ceph-devel@vger.kernel.org
8715 W:      http://ceph.com/
8716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8717 T:      git git://github.com/ceph/ceph-client.git
8718 S:      Supported
8719 F:      Documentation/ABI/testing/sysfs-bus-rbd
8720 F:      drivers/block/rbd.c
8721 F:      drivers/block/rbd_types.h
8722
8723 RADEON FRAMEBUFFER DISPLAY DRIVER
8724 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8725 L:      linux-fbdev@vger.kernel.org
8726 S:      Maintained
8727 F:      drivers/video/fbdev/aty/radeon*
8728 F:      include/uapi/linux/radeonfb.h
8729
8730 RADIOSHARK RADIO DRIVER
8731 M:      Hans de Goede <hdegoede@redhat.com>
8732 L:      linux-media@vger.kernel.org
8733 T:      git git://linuxtv.org/media_tree.git
8734 S:      Maintained
8735 F:      drivers/media/radio/radio-shark.c
8736
8737 RADIOSHARK2 RADIO DRIVER
8738 M:      Hans de Goede <hdegoede@redhat.com>
8739 L:      linux-media@vger.kernel.org
8740 T:      git git://linuxtv.org/media_tree.git
8741 S:      Maintained
8742 F:      drivers/media/radio/radio-shark2.c
8743 F:      drivers/media/radio/radio-tea5777.c
8744
8745 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8746 M:      Paul Mackerras <paulus@samba.org>
8747 L:      linux-fbdev@vger.kernel.org
8748 S:      Maintained
8749 F:      drivers/video/fbdev/aty/aty128fb.c
8750
8751 RALINK RT2X00 WIRELESS LAN DRIVER
8752 P:      rt2x00 project
8753 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8754 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8755 L:      linux-wireless@vger.kernel.org
8756 S:      Maintained
8757 F:      drivers/net/wireless/rt2x00/
8758
8759 RAMDISK RAM BLOCK DEVICE DRIVER
8760 M:      Jens Axboe <axboe@kernel.dk>
8761 S:      Maintained
8762 F:      Documentation/blockdev/ramdisk.txt
8763 F:      drivers/block/brd.c
8764
8765 RANDOM NUMBER DRIVER
8766 M:      "Theodore Ts'o" <tytso@mit.edu>
8767 S:      Maintained
8768 F:      drivers/char/random.c
8769
8770 RAPIDIO SUBSYSTEM
8771 M:      Matt Porter <mporter@kernel.crashing.org>
8772 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8773 S:      Maintained
8774 F:      drivers/rapidio/
8775
8776 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8777 L:      linux-wireless@vger.kernel.org
8778 S:      Orphan
8779 F:      drivers/net/wireless/ray*
8780
8781 RCUTORTURE MODULE
8782 M:      Josh Triplett <josh@joshtriplett.org>
8783 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8784 L:      linux-kernel@vger.kernel.org
8785 S:      Supported
8786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8787 F:      Documentation/RCU/torture.txt
8788 F:      kernel/rcu/rcutorture.c
8789
8790 RCUTORTURE TEST FRAMEWORK
8791 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8792 M:      Josh Triplett <josh@joshtriplett.org>
8793 R:      Steven Rostedt <rostedt@goodmis.org>
8794 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8795 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8796 L:      linux-kernel@vger.kernel.org
8797 S:      Supported
8798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8799 F:      tools/testing/selftests/rcutorture
8800
8801 RDC R-321X SoC
8802 M:      Florian Fainelli <florian@openwrt.org>
8803 S:      Maintained
8804
8805 RDC R6040 FAST ETHERNET DRIVER
8806 M:      Florian Fainelli <florian@openwrt.org>
8807 L:      netdev@vger.kernel.org
8808 S:      Maintained
8809 F:      drivers/net/ethernet/rdc/r6040.c
8810
8811 RDS - RELIABLE DATAGRAM SOCKETS
8812 M:      Chien Yen <chien.yen@oracle.com>
8813 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8814 S:      Supported
8815 F:      net/rds/
8816
8817 READ-COPY UPDATE (RCU)
8818 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8819 M:      Josh Triplett <josh@joshtriplett.org>
8820 R:      Steven Rostedt <rostedt@goodmis.org>
8821 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8822 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8823 L:      linux-kernel@vger.kernel.org
8824 W:      http://www.rdrop.com/users/paulmck/RCU/
8825 S:      Supported
8826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8827 F:      Documentation/RCU/
8828 X:      Documentation/RCU/torture.txt
8829 F:      include/linux/rcu*
8830 X:      include/linux/srcu.h
8831 F:      kernel/rcu/
8832 X:      kernel/torture.c
8833
8834 REAL TIME CLOCK (RTC) SUBSYSTEM
8835 M:      Alessandro Zummo <a.zummo@towertech.it>
8836 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8837 L:      rtc-linux@googlegroups.com
8838 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8840 S:      Maintained
8841 F:      Documentation/rtc.txt
8842 F:      drivers/rtc/
8843 F:      include/linux/rtc.h
8844 F:      include/uapi/linux/rtc.h
8845
8846 REALTEK AUDIO CODECS
8847 M:      Bard Liao <bardliao@realtek.com>
8848 M:      Oder Chiou <oder_chiou@realtek.com>
8849 S:      Maintained
8850 F:      sound/soc/codecs/rt*
8851 F:      include/sound/rt*.h
8852
8853 REISERFS FILE SYSTEM
8854 L:      reiserfs-devel@vger.kernel.org
8855 S:      Supported
8856 F:      fs/reiserfs/
8857
8858 REGISTER MAP ABSTRACTION
8859 M:      Mark Brown <broonie@kernel.org>
8860 L:      linux-kernel@vger.kernel.org
8861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8862 S:      Supported
8863 F:      drivers/base/regmap/
8864 F:      include/linux/regmap.h
8865
8866 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8867 M:      Ohad Ben-Cohen <ohad@wizery.com>
8868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8869 S:      Maintained
8870 F:      drivers/remoteproc/
8871 F:      Documentation/remoteproc.txt
8872 F:      include/linux/remoteproc.h
8873
8874 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8875 M:      Ohad Ben-Cohen <ohad@wizery.com>
8876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8877 S:      Maintained
8878 F:      drivers/rpmsg/
8879 F:      Documentation/rpmsg.txt
8880 F:      include/linux/rpmsg.h
8881
8882 RESET CONTROLLER FRAMEWORK
8883 M:      Philipp Zabel <p.zabel@pengutronix.de>
8884 S:      Maintained
8885 F:      drivers/reset/
8886 F:      Documentation/devicetree/bindings/reset/
8887 F:      include/dt-bindings/reset/
8888 F:      include/linux/reset.h
8889 F:      include/linux/reset-controller.h
8890
8891 RFKILL
8892 M:      Johannes Berg <johannes@sipsolutions.net>
8893 L:      linux-wireless@vger.kernel.org
8894 W:      http://wireless.kernel.org/
8895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8897 S:      Maintained
8898 F:      Documentation/rfkill.txt
8899 F:      net/rfkill/
8900
8901 RHASHTABLE
8902 M:      Thomas Graf <tgraf@suug.ch>
8903 L:      netdev@vger.kernel.org
8904 S:      Maintained
8905 F:      lib/rhashtable.c
8906 F:      include/linux/rhashtable.h
8907
8908 RICOH SMARTMEDIA/XD DRIVER
8909 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8910 S:      Maintained
8911 F:      drivers/mtd/nand/r852.c
8912 F:      drivers/mtd/nand/r852.h
8913
8914 RICOH R5C592 MEMORYSTICK DRIVER
8915 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8916 S:      Maintained
8917 F:      drivers/memstick/host/r592.*
8918
8919 ROCCAT DRIVERS
8920 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8921 W:      http://sourceforge.net/projects/roccat/
8922 S:      Maintained
8923 F:      drivers/hid/hid-roccat*
8924 F:      include/linux/hid-roccat*
8925 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8926
8927 ROCKER DRIVER
8928 M:      Jiri Pirko <jiri@resnulli.us>
8929 M:      Scott Feldman <sfeldma@gmail.com>
8930 L:      netdev@vger.kernel.org
8931 S:      Supported
8932 F:      drivers/net/ethernet/rocker/
8933
8934 ROCKETPORT DRIVER
8935 P:      Comtrol Corp.
8936 W:      http://www.comtrol.com
8937 S:      Maintained
8938 F:      Documentation/serial/rocket.txt
8939 F:      drivers/tty/rocket*
8940
8941 ROCKETPORT EXPRESS/INFINITY DRIVER
8942 M:      Kevin Cernekee <cernekee@gmail.com>
8943 L:      linux-serial@vger.kernel.org
8944 S:      Odd Fixes
8945 F:      drivers/tty/serial/rp2.*
8946
8947 ROSE NETWORK LAYER
8948 M:      Ralf Baechle <ralf@linux-mips.org>
8949 L:      linux-hams@vger.kernel.org
8950 W:      http://www.linux-ax25.org/
8951 S:      Maintained
8952 F:      include/net/rose.h
8953 F:      include/uapi/linux/rose.h
8954 F:      net/rose/
8955
8956 RTL2830 MEDIA DRIVER
8957 M:      Antti Palosaari <crope@iki.fi>
8958 L:      linux-media@vger.kernel.org
8959 W:      http://linuxtv.org/
8960 W:      http://palosaari.fi/linux/
8961 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8962 T:      git git://linuxtv.org/anttip/media_tree.git
8963 S:      Maintained
8964 F:      drivers/media/dvb-frontends/rtl2830*
8965
8966 RTL2832 MEDIA DRIVER
8967 M:      Antti Palosaari <crope@iki.fi>
8968 L:      linux-media@vger.kernel.org
8969 W:      http://linuxtv.org/
8970 W:      http://palosaari.fi/linux/
8971 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8972 T:      git git://linuxtv.org/anttip/media_tree.git
8973 S:      Maintained
8974 F:      drivers/media/dvb-frontends/rtl2832*
8975
8976 RTL2832_SDR MEDIA DRIVER
8977 M:      Antti Palosaari <crope@iki.fi>
8978 L:      linux-media@vger.kernel.org
8979 W:      http://linuxtv.org/
8980 W:      http://palosaari.fi/linux/
8981 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8982 T:      git git://linuxtv.org/anttip/media_tree.git
8983 S:      Maintained
8984 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8985
8986 RTL8180 WIRELESS DRIVER
8987 L:      linux-wireless@vger.kernel.org
8988 W:      http://wireless.kernel.org/
8989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8990 S:      Orphan
8991 F:      drivers/net/wireless/rtl818x/rtl8180/
8992
8993 RTL8187 WIRELESS DRIVER
8994 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8995 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8996 M:      Larry Finger <Larry.Finger@lwfinger.net>
8997 L:      linux-wireless@vger.kernel.org
8998 W:      http://wireless.kernel.org/
8999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9000 S:      Maintained
9001 F:      drivers/net/wireless/rtl818x/rtl8187/
9002
9003 RTL8192CE WIRELESS DRIVER
9004 M:      Larry Finger <Larry.Finger@lwfinger.net>
9005 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9006 L:      linux-wireless@vger.kernel.org
9007 W:      http://wireless.kernel.org/
9008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9009 S:      Maintained
9010 F:      drivers/net/wireless/rtlwifi/
9011 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
9012
9013 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9014 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9015 L:      linux-wireless@vger.kernel.org
9016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9017 S:      Maintained
9018 F:      drivers/net/wireless/realtek/rtl8xxxu/
9019
9020 S3 SAVAGE FRAMEBUFFER DRIVER
9021 M:      Antonino Daplas <adaplas@gmail.com>
9022 L:      linux-fbdev@vger.kernel.org
9023 S:      Maintained
9024 F:      drivers/video/fbdev/savage/
9025
9026 S390
9027 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9028 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9029 L:      linux-s390@vger.kernel.org
9030 W:      http://www.ibm.com/developerworks/linux/linux390/
9031 S:      Supported
9032 F:      arch/s390/
9033 F:      drivers/s390/
9034 F:      Documentation/s390/
9035 F:      Documentation/DocBook/s390*
9036
9037 S390 COMMON I/O LAYER
9038 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9039 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9040 L:      linux-s390@vger.kernel.org
9041 W:      http://www.ibm.com/developerworks/linux/linux390/
9042 S:      Supported
9043 F:      drivers/s390/cio/
9044
9045 S390 DASD DRIVER
9046 M:      Stefan Weinhuber <wein@de.ibm.com>
9047 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9048 L:      linux-s390@vger.kernel.org
9049 W:      http://www.ibm.com/developerworks/linux/linux390/
9050 S:      Supported
9051 F:      drivers/s390/block/dasd*
9052 F:      block/partitions/ibm.c
9053
9054 S390 NETWORK DRIVERS
9055 M:      Ursula Braun <ursula.braun@de.ibm.com>
9056 L:      linux-s390@vger.kernel.org
9057 W:      http://www.ibm.com/developerworks/linux/linux390/
9058 S:      Supported
9059 F:      drivers/s390/net/
9060
9061 S390 PCI SUBSYSTEM
9062 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9063 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9064 L:      linux-s390@vger.kernel.org
9065 W:      http://www.ibm.com/developerworks/linux/linux390/
9066 S:      Supported
9067 F:      arch/s390/pci/
9068 F:      drivers/pci/hotplug/s390_pci_hpc.c
9069
9070 S390 ZCRYPT DRIVER
9071 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9072 L:      linux-s390@vger.kernel.org
9073 W:      http://www.ibm.com/developerworks/linux/linux390/
9074 S:      Supported
9075 F:      drivers/s390/crypto/
9076
9077 S390 ZFCP DRIVER
9078 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9079 L:      linux-s390@vger.kernel.org
9080 W:      http://www.ibm.com/developerworks/linux/linux390/
9081 S:      Supported
9082 F:      drivers/s390/scsi/zfcp_*
9083
9084 S390 IUCV NETWORK LAYER
9085 M:      Ursula Braun <ursula.braun@de.ibm.com>
9086 L:      linux-s390@vger.kernel.org
9087 W:      http://www.ibm.com/developerworks/linux/linux390/
9088 S:      Supported
9089 F:      drivers/s390/net/*iucv*
9090 F:      include/net/iucv/
9091 F:      net/iucv/
9092
9093 S390 IOMMU (PCI)
9094 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9095 L:      linux-s390@vger.kernel.org
9096 W:      http://www.ibm.com/developerworks/linux/linux390/
9097 S:      Supported
9098 F:      drivers/iommu/s390-iommu.c
9099
9100 S3C24XX SD/MMC Driver
9101 M:      Ben Dooks <ben-linux@fluff.org>
9102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9103 S:      Supported
9104 F:      drivers/mmc/host/s3cmci.*
9105
9106 SAA6588 RDS RECEIVER DRIVER
9107 M:      Hans Verkuil <hverkuil@xs4all.nl>
9108 L:      linux-media@vger.kernel.org
9109 T:      git git://linuxtv.org/media_tree.git
9110 W:      http://linuxtv.org
9111 S:      Odd Fixes
9112 F:      drivers/media/i2c/saa6588*
9113
9114 SAA7134 VIDEO4LINUX DRIVER
9115 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9116 L:      linux-media@vger.kernel.org
9117 W:      http://linuxtv.org
9118 T:      git git://linuxtv.org/media_tree.git
9119 S:      Odd fixes
9120 F:      Documentation/video4linux/*.saa7134
9121 F:      drivers/media/pci/saa7134/
9122
9123 SAA7146 VIDEO4LINUX-2 DRIVER
9124 M:      Hans Verkuil <hverkuil@xs4all.nl>
9125 L:      linux-media@vger.kernel.org
9126 T:      git git://linuxtv.org/media_tree.git
9127 S:      Maintained
9128 F:      drivers/media/common/saa7146/
9129 F:      drivers/media/pci/saa7146/
9130 F:      include/media/saa7146*
9131
9132 SAMSUNG LAPTOP DRIVER
9133 M:      Corentin Chary <corentin.chary@gmail.com>
9134 L:      platform-driver-x86@vger.kernel.org
9135 S:      Maintained
9136 F:      drivers/platform/x86/samsung-laptop.c
9137
9138 SAMSUNG AUDIO (ASoC) DRIVERS
9139 M:      Sangbeom Kim <sbkim73@samsung.com>
9140 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9141 S:      Supported
9142 F:      sound/soc/samsung/
9143
9144 SAMSUNG FRAMEBUFFER DRIVER
9145 M:      Jingoo Han <jingoohan1@gmail.com>
9146 L:      linux-fbdev@vger.kernel.org
9147 S:      Maintained
9148 F:      drivers/video/fbdev/s3c-fb.c
9149
9150 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9151 M:      Sangbeom Kim <sbkim73@samsung.com>
9152 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9153 L:      linux-kernel@vger.kernel.org
9154 L:      linux-samsung-soc@vger.kernel.org
9155 S:      Supported
9156 F:      drivers/mfd/sec*.c
9157 F:      drivers/regulator/s2m*.c
9158 F:      drivers/regulator/s5m*.c
9159 F:      drivers/clk/clk-s2mps11.c
9160 F:      drivers/rtc/rtc-s5m.c
9161 F:      include/linux/mfd/samsung/
9162 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9163 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9164
9165 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9166 M:      Kyungmin Park <kyungmin.park@samsung.com>
9167 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9168 L:      linux-media@vger.kernel.org
9169 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9170 S:      Supported
9171 F:      drivers/media/platform/exynos4-is/
9172
9173 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9174 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9175 L:      linux-media@vger.kernel.org
9176 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9177 S:      Maintained
9178 F:      drivers/media/platform/s3c-camif/
9179 F:      include/media/s3c_camif.h
9180
9181 SAMSUNG S5C73M3 CAMERA DRIVER
9182 M:      Kyungmin Park <kyungmin.park@samsung.com>
9183 M:      Andrzej Hajda <a.hajda@samsung.com>
9184 L:      linux-media@vger.kernel.org
9185 S:      Supported
9186 F:      drivers/media/i2c/s5c73m3/*
9187
9188 SAMSUNG S5K5BAF CAMERA DRIVER
9189 M:      Kyungmin Park <kyungmin.park@samsung.com>
9190 M:      Andrzej Hajda <a.hajda@samsung.com>
9191 L:      linux-media@vger.kernel.org
9192 S:      Supported
9193 F:      drivers/media/i2c/s5k5baf.c
9194
9195 SAMSUNG S3FWRN5 NFC DRIVER
9196 M:      Robert Baldyga <r.baldyga@samsung.com>
9197 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9198 S:      Supported
9199 F:      drivers/nfc/s3fwrn5
9200
9201 SAMSUNG SOC CLOCK DRIVERS
9202 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9203 M:      Tomasz Figa <tomasz.figa@gmail.com>
9204 S:      Supported
9205 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9206 F:      drivers/clk/samsung/
9207
9208 SAMSUNG SXGBE DRIVERS
9209 M:      Byungho An <bh74.an@samsung.com>
9210 M:      Girish K S <ks.giri@samsung.com>
9211 M:      Vipul Pandya <vipul.pandya@samsung.com>
9212 S:      Supported
9213 L:      netdev@vger.kernel.org
9214 F:      drivers/net/ethernet/samsung/sxgbe/
9215
9216 SAMSUNG THERMAL DRIVER
9217 M:      Lukasz Majewski <l.majewski@samsung.com>
9218 L:      linux-pm@vger.kernel.org
9219 L:      linux-samsung-soc@vger.kernel.org
9220 S:      Supported
9221 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9222 F:      drivers/thermal/samsung/
9223
9224 SAMSUNG USB2 PHY DRIVER
9225 M:      Kamil Debski <k.debski@samsung.com>
9226 L:      linux-kernel@vger.kernel.org
9227 S:      Supported
9228 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9229 F:      Documentation/phy/samsung-usb2.txt
9230 F:      drivers/phy/phy-exynos4210-usb2.c
9231 F:      drivers/phy/phy-exynos4x12-usb2.c
9232 F:      drivers/phy/phy-exynos5250-usb2.c
9233 F:      drivers/phy/phy-s5pv210-usb2.c
9234 F:      drivers/phy/phy-samsung-usb2.c
9235 F:      drivers/phy/phy-samsung-usb2.h
9236
9237 SERIAL DRIVERS
9238 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9239 L:      linux-serial@vger.kernel.org
9240 S:      Maintained
9241 F:      drivers/tty/serial/
9242
9243 SYNOPSYS DESIGNWARE DMAC DRIVER
9244 M:      Viresh Kumar <vireshk@kernel.org>
9245 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9246 S:      Maintained
9247 F:      include/linux/dma/dw.h
9248 F:      include/linux/platform_data/dma-dw.h
9249 F:      drivers/dma/dw/
9250
9251 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9252 M: Lars Persson <lars.persson@axis.com>
9253 L: netdev@vger.kernel.org
9254 S: Supported
9255 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9256 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9257
9258 SYNOPSYS DESIGNWARE I2C DRIVER
9259 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9260 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9261 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9262 L:      linux-i2c@vger.kernel.org
9263 S:      Maintained
9264 F:      drivers/i2c/busses/i2c-designware-*
9265 F:      include/linux/platform_data/i2c-designware.h
9266
9267 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9268 M:      Seungwon Jeon <tgih.jun@samsung.com>
9269 M:      Jaehoon Chung <jh80.chung@samsung.com>
9270 L:      linux-mmc@vger.kernel.org
9271 S:      Maintained
9272 F:      include/linux/mmc/dw_mmc.h
9273 F:      drivers/mmc/host/dw_mmc*
9274
9275 SYSTEM TRACE MODULE CLASS
9276 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9277 S:      Maintained
9278 F:      Documentation/trace/stm.txt
9279 F:      drivers/hwtracing/stm/
9280 F:      include/linux/stm.h
9281 F:      include/uapi/linux/stm.h
9282
9283 THUNDERBOLT DRIVER
9284 M:      Andreas Noever <andreas.noever@gmail.com>
9285 S:      Maintained
9286 F:      drivers/thunderbolt/
9287
9288 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9289 M:      John Stultz <john.stultz@linaro.org>
9290 M:      Thomas Gleixner <tglx@linutronix.de>
9291 L:      linux-kernel@vger.kernel.org
9292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9293 S:      Supported
9294 F:      include/linux/clocksource.h
9295 F:      include/linux/time.h
9296 F:      include/linux/timex.h
9297 F:      include/uapi/linux/time.h
9298 F:      include/uapi/linux/timex.h
9299 F:      kernel/time/clocksource.c
9300 F:      kernel/time/time*.c
9301 F:      kernel/time/ntp.c
9302 F:      tools/testing/selftests/timers/
9303
9304 SC1200 WDT DRIVER
9305 M:      Zwane Mwaikambo <zwanem@gmail.com>
9306 S:      Maintained
9307 F:      drivers/watchdog/sc1200wdt.c
9308
9309 SCHEDULER
9310 M:      Ingo Molnar <mingo@redhat.com>
9311 M:      Peter Zijlstra <peterz@infradead.org>
9312 L:      linux-kernel@vger.kernel.org
9313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9314 S:      Maintained
9315 F:      kernel/sched/
9316 F:      include/linux/sched.h
9317 F:      include/uapi/linux/sched.h
9318 F:      include/linux/wait.h
9319
9320 SCORE ARCHITECTURE
9321 M:      Chen Liqin <liqin.linux@gmail.com>
9322 M:      Lennox Wu <lennox.wu@gmail.com>
9323 W:      http://www.sunplus.com
9324 S:      Supported
9325 F:      arch/score/
9326
9327 SCSI CDROM DRIVER
9328 M:      Jens Axboe <axboe@kernel.dk>
9329 L:      linux-scsi@vger.kernel.org
9330 W:      http://www.kernel.dk
9331 S:      Maintained
9332 F:      drivers/scsi/sr*
9333
9334 SCSI RDMA PROTOCOL (SRP) INITIATOR
9335 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9336 L:      linux-rdma@vger.kernel.org
9337 S:      Supported
9338 W:      http://www.openfabrics.org
9339 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9341 F:      drivers/infiniband/ulp/srp/
9342 F:      include/scsi/srp.h
9343
9344 SCSI SG DRIVER
9345 M:      Doug Gilbert <dgilbert@interlog.com>
9346 L:      linux-scsi@vger.kernel.org
9347 W:      http://sg.danny.cz/sg
9348 S:      Maintained
9349 F:      Documentation/scsi/scsi-generic.txt
9350 F:      drivers/scsi/sg.c
9351 F:      include/scsi/sg.h
9352
9353 SCSI SUBSYSTEM
9354 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9355 L:      linux-scsi@vger.kernel.org
9356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9357 S:      Maintained
9358 F:      drivers/scsi/
9359 F:      include/scsi/
9360
9361 SCSI TAPE DRIVER
9362 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9363 L:      linux-scsi@vger.kernel.org
9364 S:      Maintained
9365 F:      Documentation/scsi/st.txt
9366 F:      drivers/scsi/st.*
9367 F:      drivers/scsi/st_*.h
9368
9369 SCTP PROTOCOL
9370 M:      Vlad Yasevich <vyasevich@gmail.com>
9371 M:      Neil Horman <nhorman@tuxdriver.com>
9372 L:      linux-sctp@vger.kernel.org
9373 W:      http://lksctp.sourceforge.net
9374 S:      Maintained
9375 F:      Documentation/networking/sctp.txt
9376 F:      include/linux/sctp.h
9377 F:      include/uapi/linux/sctp.h
9378 F:      include/net/sctp/
9379 F:      net/sctp/
9380
9381 SCx200 CPU SUPPORT
9382 M:      Jim Cromie <jim.cromie@gmail.com>
9383 S:      Odd Fixes
9384 F:      Documentation/i2c/busses/scx200_acb
9385 F:      arch/x86/platform/scx200/
9386 F:      drivers/watchdog/scx200_wdt.c
9387 F:      drivers/i2c/busses/scx200*
9388 F:      drivers/mtd/maps/scx200_docflash.c
9389 F:      include/linux/scx200.h
9390
9391 SCx200 GPIO DRIVER
9392 M:      Jim Cromie <jim.cromie@gmail.com>
9393 S:      Maintained
9394 F:      drivers/char/scx200_gpio.c
9395 F:      include/linux/scx200_gpio.h
9396
9397 SCx200 HRT CLOCKSOURCE DRIVER
9398 M:      Jim Cromie <jim.cromie@gmail.com>
9399 S:      Maintained
9400 F:      drivers/clocksource/scx200_hrt.c
9401
9402 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9403 M:      Sascha Sommer <saschasommer@freenet.de>
9404 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9405 S:      Maintained
9406 F:      drivers/mmc/host/sdricoh_cs.c
9407
9408 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9409 L:      linux-mmc@vger.kernel.org
9410 S:      Orphan
9411 F:      drivers/mmc/host/sdhci.*
9412 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9413
9414 SECURE COMPUTING
9415 M:      Kees Cook <keescook@chromium.org>
9416 R:      Andy Lutomirski <luto@amacapital.net>
9417 R:      Will Drewry <wad@chromium.org>
9418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9419 S:      Supported
9420 F:      kernel/seccomp.c
9421 F:      include/uapi/linux/seccomp.h
9422 F:      include/linux/seccomp.h
9423 F:      tools/testing/selftests/seccomp/*
9424 K:      \bsecure_computing
9425 K:      \bTIF_SECCOMP\b
9426
9427 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9428 M:      Ben Dooks <ben-linux@fluff.org>
9429 M:      Jaehoon Chung <jh80.chung@samsung.com>
9430 L:      linux-mmc@vger.kernel.org
9431 S:      Maintained
9432 F:      drivers/mmc/host/sdhci-s3c*
9433
9434 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9435 M:      Viresh Kumar <vireshk@kernel.org>
9436 L:      spear-devel@list.st.com
9437 L:      linux-mmc@vger.kernel.org
9438 S:      Maintained
9439 F:      drivers/mmc/host/sdhci-spear.c
9440
9441 SECURITY SUBSYSTEM
9442 M:      James Morris <james.l.morris@oracle.com>
9443 M:      "Serge E. Hallyn" <serge@hallyn.com>
9444 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9446 W:      http://kernsec.org/
9447 S:      Supported
9448 F:      security/
9449
9450 SECURITY CONTACT
9451 M:      Security Officers <security@kernel.org>
9452 S:      Supported
9453
9454 SELINUX SECURITY MODULE
9455 M:      Paul Moore <paul@paul-moore.com>
9456 M:      Stephen Smalley <sds@tycho.nsa.gov>
9457 M:      Eric Paris <eparis@parisplace.org>
9458 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9459 W:      http://selinuxproject.org
9460 T:      git git://git.infradead.org/users/pcmoore/selinux
9461 S:      Supported
9462 F:      include/linux/selinux*
9463 F:      security/selinux/
9464 F:      scripts/selinux/
9465
9466 APPARMOR SECURITY MODULE
9467 M:      John Johansen <john.johansen@canonical.com>
9468 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9469 W:      apparmor.wiki.kernel.org
9470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9471 S:      Supported
9472 F:      security/apparmor/
9473
9474 YAMA SECURITY MODULE
9475 M:      Kees Cook <keescook@chromium.org>
9476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9477 S:      Supported
9478 F:      security/yama/
9479
9480 SENSABLE PHANTOM
9481 M:      Jiri Slaby <jirislaby@gmail.com>
9482 S:      Maintained
9483 F:      drivers/misc/phantom.c
9484 F:      include/uapi/linux/phantom.h
9485
9486 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9487 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9488 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9489 M:      John Soni Jose <sony.john@avagotech.com>
9490 L:      linux-scsi@vger.kernel.org
9491 W:      http://www.avagotech.com
9492 S:      Supported
9493 F:      drivers/scsi/be2iscsi/
9494
9495 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9496 M:      Sathya Perla <sathya.perla@avagotech.com>
9497 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9498 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9499 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9500 L:      netdev@vger.kernel.org
9501 W:      http://www.emulex.com
9502 S:      Supported
9503 F:      drivers/net/ethernet/emulex/benet/
9504
9505 EMULEX ONECONNECT ROCE DRIVER
9506 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9507 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9508 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9509 L:      linux-rdma@vger.kernel.org
9510 W:      http://www.emulex.com
9511 S:      Supported
9512 F:      drivers/infiniband/hw/ocrdma/
9513
9514 SFC NETWORK DRIVER
9515 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9516 M:      Shradha Shah <sshah@solarflare.com>
9517 L:      netdev@vger.kernel.org
9518 S:      Supported
9519 F:      drivers/net/ethernet/sfc/
9520
9521 SGI GRU DRIVER
9522 M:      Dimitri Sivanich <sivanich@sgi.com>
9523 S:      Maintained
9524 F:      drivers/misc/sgi-gru/
9525
9526 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9527 M:      Pat Gefre <pfg@sgi.com>
9528 L:      linux-ia64@vger.kernel.org
9529 S:      Supported
9530 F:      Documentation/ia64/serial.txt
9531 F:      drivers/tty/serial/ioc?_serial.c
9532 F:      include/linux/ioc?.h
9533
9534 SGI XP/XPC/XPNET DRIVER
9535 M:      Cliff Whickman <cpw@sgi.com>
9536 M:      Robin Holt <robinmholt@gmail.com>
9537 S:      Maintained
9538 F:      drivers/misc/sgi-xp/
9539
9540 SI2157 MEDIA DRIVER
9541 M:      Antti Palosaari <crope@iki.fi>
9542 L:      linux-media@vger.kernel.org
9543 W:      http://linuxtv.org/
9544 W:      http://palosaari.fi/linux/
9545 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9546 T:      git git://linuxtv.org/anttip/media_tree.git
9547 S:      Maintained
9548 F:      drivers/media/tuners/si2157*
9549
9550 SI2168 MEDIA DRIVER
9551 M:      Antti Palosaari <crope@iki.fi>
9552 L:      linux-media@vger.kernel.org
9553 W:      http://linuxtv.org/
9554 W:      http://palosaari.fi/linux/
9555 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9556 T:      git git://linuxtv.org/anttip/media_tree.git
9557 S:      Maintained
9558 F:      drivers/media/dvb-frontends/si2168*
9559
9560 SI470X FM RADIO RECEIVER I2C DRIVER
9561 M:      Hans Verkuil <hverkuil@xs4all.nl>
9562 L:      linux-media@vger.kernel.org
9563 T:      git git://linuxtv.org/media_tree.git
9564 W:      http://linuxtv.org
9565 S:      Odd Fixes
9566 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9567
9568 SI470X FM RADIO RECEIVER USB DRIVER
9569 M:      Hans Verkuil <hverkuil@xs4all.nl>
9570 L:      linux-media@vger.kernel.org
9571 T:      git git://linuxtv.org/media_tree.git
9572 W:      http://linuxtv.org
9573 S:      Maintained
9574 F:      drivers/media/radio/si470x/radio-si470x-common.c
9575 F:      drivers/media/radio/si470x/radio-si470x.h
9576 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9577
9578 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9579 M:      Eduardo Valentin <edubezval@gmail.com>
9580 L:      linux-media@vger.kernel.org
9581 T:      git git://linuxtv.org/media_tree.git
9582 W:      http://linuxtv.org
9583 S:      Odd Fixes
9584 F:      drivers/media/radio/si4713/si4713.?
9585
9586 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9587 M:      Eduardo Valentin <edubezval@gmail.com>
9588 L:      linux-media@vger.kernel.org
9589 T:      git git://linuxtv.org/media_tree.git
9590 W:      http://linuxtv.org
9591 S:      Odd Fixes
9592 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9593
9594 SI4713 FM RADIO TRANSMITTER USB DRIVER
9595 M:      Hans Verkuil <hverkuil@xs4all.nl>
9596 L:      linux-media@vger.kernel.org
9597 T:      git git://linuxtv.org/media_tree.git
9598 W:      http://linuxtv.org
9599 S:      Maintained
9600 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9601
9602 SIANO DVB DRIVER
9603 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9604 L:      linux-media@vger.kernel.org
9605 W:      http://linuxtv.org
9606 T:      git git://linuxtv.org/media_tree.git
9607 S:      Odd fixes
9608 F:      drivers/media/common/siano/
9609 F:      drivers/media/usb/siano/
9610 F:      drivers/media/usb/siano/
9611 F:      drivers/media/mmc/siano/
9612
9613 SIMPLEFB FB DRIVER
9614 M:      Hans de Goede <hdegoede@redhat.com>
9615 L:      linux-fbdev@vger.kernel.org
9616 S:      Maintained
9617 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9618 F:      drivers/video/fbdev/simplefb.c
9619 F:      include/linux/platform_data/simplefb.h
9620
9621 SH_VEU V4L2 MEM2MEM DRIVER
9622 L:      linux-media@vger.kernel.org
9623 S:      Orphan
9624 F:      drivers/media/platform/sh_veu.c
9625
9626 SH_VOU V4L2 OUTPUT DRIVER
9627 L:      linux-media@vger.kernel.org
9628 S:      Orphan
9629 F:      drivers/media/platform/sh_vou.c
9630 F:      include/media/sh_vou.h
9631
9632 SIMPLE FIRMWARE INTERFACE (SFI)
9633 M:      Len Brown <lenb@kernel.org>
9634 L:      sfi-devel@simplefirmware.org
9635 W:      http://simplefirmware.org/
9636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9637 S:      Supported
9638 F:      arch/x86/platform/sfi/
9639 F:      drivers/sfi/
9640 F:      include/linux/sfi*.h
9641
9642 SIMTEC EB110ATX (Chalice CATS)
9643 P:      Ben Dooks
9644 P:      Vincent Sanders <vince@simtec.co.uk>
9645 M:      Simtec Linux Team <linux@simtec.co.uk>
9646 W:      http://www.simtec.co.uk/products/EB110ATX/
9647 S:      Supported
9648
9649 SIMTEC EB2410ITX (BAST)
9650 P:      Ben Dooks
9651 P:      Vincent Sanders <vince@simtec.co.uk>
9652 M:      Simtec Linux Team <linux@simtec.co.uk>
9653 W:      http://www.simtec.co.uk/products/EB2410ITX/
9654 S:      Supported
9655 F:      arch/arm/mach-s3c24xx/mach-bast.c
9656 F:      arch/arm/mach-s3c24xx/bast-ide.c
9657 F:      arch/arm/mach-s3c24xx/bast-irq.c
9658
9659 TI DAVINCI MACHINE SUPPORT
9660 M:      Sekhar Nori <nsekhar@ti.com>
9661 M:      Kevin Hilman <khilman@deeprootsystems.com>
9662 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9663 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9664 S:      Supported
9665 F:      arch/arm/mach-davinci/
9666 F:      drivers/i2c/busses/i2c-davinci.c
9667
9668 TI DAVINCI SERIES MEDIA DRIVER
9669 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9670 L:      linux-media@vger.kernel.org
9671 W:      http://linuxtv.org/
9672 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9673 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9674 S:      Maintained
9675 F:      drivers/media/platform/davinci/
9676 F:      include/media/davinci/
9677
9678 TI AM437X VPFE DRIVER
9679 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9680 L:      linux-media@vger.kernel.org
9681 W:      http://linuxtv.org/
9682 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9683 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9684 S:      Maintained
9685 F:      drivers/media/platform/am437x/
9686
9687 OV2659 OMNIVISION SENSOR DRIVER
9688 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9689 L:      linux-media@vger.kernel.org
9690 W:      http://linuxtv.org/
9691 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9692 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9693 S:      Maintained
9694 F:      drivers/media/i2c/ov2659.c
9695 F:      include/media/ov2659.h
9696
9697 SILICON MOTION SM712 FRAME BUFFER DRIVER
9698 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9699 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9700 M:      Sudip Mukherjee <sudip@vectorindia.org>
9701 L:      linux-fbdev@vger.kernel.org
9702 S:      Maintained
9703 F:      drivers/video/fbdev/sm712*
9704 F:      Documentation/fb/sm712fb.txt
9705
9706 SIS 190 ETHERNET DRIVER
9707 M:      Francois Romieu <romieu@fr.zoreil.com>
9708 L:      netdev@vger.kernel.org
9709 S:      Maintained
9710 F:      drivers/net/ethernet/sis/sis190.c
9711
9712 SIS 900/7016 FAST ETHERNET DRIVER
9713 M:      Daniele Venzano <venza@brownhat.org>
9714 W:      http://www.brownhat.org/sis900.html
9715 L:      netdev@vger.kernel.org
9716 S:      Maintained
9717 F:      drivers/net/ethernet/sis/sis900.*
9718
9719 SIS FRAMEBUFFER DRIVER
9720 M:      Thomas Winischhofer <thomas@winischhofer.net>
9721 W:      http://www.winischhofer.net/linuxsisvga.shtml
9722 S:      Maintained
9723 F:      Documentation/fb/sisfb.txt
9724 F:      drivers/video/fbdev/sis/
9725 F:      include/video/sisfb.h
9726
9727 SIS USB2VGA DRIVER
9728 M:      Thomas Winischhofer <thomas@winischhofer.net>
9729 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9730 S:      Maintained
9731 F:      drivers/usb/misc/sisusbvga/
9732
9733 SLAB ALLOCATOR
9734 M:      Christoph Lameter <cl@linux.com>
9735 M:      Pekka Enberg <penberg@kernel.org>
9736 M:      David Rientjes <rientjes@google.com>
9737 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9738 M:      Andrew Morton <akpm@linux-foundation.org>
9739 L:      linux-mm@kvack.org
9740 S:      Maintained
9741 F:      include/linux/sl?b*.h
9742 F:      mm/sl?b*
9743
9744 SLEEPABLE READ-COPY UPDATE (SRCU)
9745 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9746 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9747 M:      Josh Triplett <josh@joshtriplett.org>
9748 R:      Steven Rostedt <rostedt@goodmis.org>
9749 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9750 L:      linux-kernel@vger.kernel.org
9751 W:      http://www.rdrop.com/users/paulmck/RCU/
9752 S:      Supported
9753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9754 F:      include/linux/srcu.h
9755 F:      kernel/rcu/srcu.c
9756
9757 SMACK SECURITY MODULE
9758 M:      Casey Schaufler <casey@schaufler-ca.com>
9759 L:      linux-security-module@vger.kernel.org
9760 W:      http://schaufler-ca.com
9761 T:      git git://git.gitorious.org/smack-next/kernel.git
9762 S:      Maintained
9763 F:      Documentation/security/Smack.txt
9764 F:      security/smack/
9765
9766 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9767 M:      Kevin Hilman <khilman@kernel.org>
9768 M:      Nishanth Menon <nm@ti.com>
9769 S:      Maintained
9770 F:      drivers/power/avs/
9771 F:      include/linux/power/smartreflex.h
9772 L:      linux-pm@vger.kernel.org
9773
9774 SMC91x ETHERNET DRIVER
9775 M:      Nicolas Pitre <nico@fluxnic.net>
9776 S:      Odd Fixes
9777 F:      drivers/net/ethernet/smsc/smc91x.*
9778
9779 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9780 M:      Sakari Ailus <sakari.ailus@iki.fi>
9781 L:      linux-media@vger.kernel.org
9782 S:      Maintained
9783 F:      drivers/media/i2c/smiapp/
9784 F:      include/media/smiapp.h
9785 F:      drivers/media/i2c/smiapp-pll.c
9786 F:      drivers/media/i2c/smiapp-pll.h
9787 F:      include/uapi/linux/smiapp.h
9788 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9789
9790 SMM665 HARDWARE MONITOR DRIVER
9791 M:      Guenter Roeck <linux@roeck-us.net>
9792 L:      lm-sensors@lm-sensors.org
9793 S:      Maintained
9794 F:      Documentation/hwmon/smm665
9795 F:      drivers/hwmon/smm665.c
9796
9797 SMSC EMC2103 HARDWARE MONITOR DRIVER
9798 M:      Steve Glendinning <steve.glendinning@shawell.net>
9799 L:      lm-sensors@lm-sensors.org
9800 S:      Maintained
9801 F:      Documentation/hwmon/emc2103
9802 F:      drivers/hwmon/emc2103.c
9803
9804 SMSC SCH5627 HARDWARE MONITOR DRIVER
9805 M:      Hans de Goede <hdegoede@redhat.com>
9806 L:      lm-sensors@lm-sensors.org
9807 S:      Supported
9808 F:      Documentation/hwmon/sch5627
9809 F:      drivers/hwmon/sch5627.c
9810
9811 SMSC47B397 HARDWARE MONITOR DRIVER
9812 M:      Jean Delvare <jdelvare@suse.com>
9813 L:      lm-sensors@lm-sensors.org
9814 S:      Maintained
9815 F:      Documentation/hwmon/smsc47b397
9816 F:      drivers/hwmon/smsc47b397.c
9817
9818 SMSC911x ETHERNET DRIVER
9819 M:      Steve Glendinning <steve.glendinning@shawell.net>
9820 L:      netdev@vger.kernel.org
9821 S:      Maintained
9822 F:      include/linux/smsc911x.h
9823 F:      drivers/net/ethernet/smsc/smsc911x.*
9824
9825 SMSC9420 PCI ETHERNET DRIVER
9826 M:      Steve Glendinning <steve.glendinning@shawell.net>
9827 L:      netdev@vger.kernel.org
9828 S:      Maintained
9829 F:      drivers/net/ethernet/smsc/smsc9420.*
9830
9831 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9832 M:      Steve Glendinning <steve.glendinning@shawell.net>
9833 L:      linux-fbdev@vger.kernel.org
9834 S:      Maintained
9835 F:      drivers/video/fbdev/smscufx.c
9836
9837 SOC-CAMERA V4L2 SUBSYSTEM
9838 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9839 L:      linux-media@vger.kernel.org
9840 T:      git git://linuxtv.org/media_tree.git
9841 S:      Maintained
9842 F:      include/media/soc*
9843 F:      drivers/media/i2c/soc_camera/
9844 F:      drivers/media/platform/soc_camera/
9845
9846 SOEKRIS NET48XX LED SUPPORT
9847 M:      Chris Boot <bootc@bootc.net>
9848 S:      Maintained
9849 F:      drivers/leds/leds-net48xx.c
9850
9851 SOFTLOGIC 6x10 MPEG CODEC
9852 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9853 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9854 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9855 M:      Ismael Luceno <ismael@iodev.co.uk>
9856 L:      linux-media@vger.kernel.org
9857 S:      Supported
9858 F:      drivers/media/pci/solo6x10/
9859
9860 SOFTWARE RAID (Multiple Disks) SUPPORT
9861 M:      Neil Brown <neilb@suse.com>
9862 L:      linux-raid@vger.kernel.org
9863 S:      Supported
9864 F:      drivers/md/
9865 F:      include/linux/raid/
9866 F:      include/uapi/linux/raid/
9867
9868 SONIC NETWORK DRIVER
9869 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9870 L:      netdev@vger.kernel.org
9871 S:      Maintained
9872 F:      drivers/net/ethernet/natsemi/sonic.*
9873
9874 SONICS SILICON BACKPLANE DRIVER (SSB)
9875 M:      Michael Buesch <m@bues.ch>
9876 L:      netdev@vger.kernel.org
9877 S:      Maintained
9878 F:      drivers/ssb/
9879 F:      include/linux/ssb/
9880
9881 SONY VAIO CONTROL DEVICE DRIVER
9882 M:      Mattia Dongili <malattia@linux.it>
9883 L:      platform-driver-x86@vger.kernel.org
9884 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9885 S:      Maintained
9886 F:      Documentation/laptops/sony-laptop.txt
9887 F:      drivers/char/sonypi.c
9888 F:      drivers/platform/x86/sony-laptop.c
9889 F:      include/linux/sony-laptop.h
9890
9891 SONY MEMORYSTICK CARD SUPPORT
9892 M:      Alex Dubov <oakad@yahoo.com>
9893 W:      http://tifmxx.berlios.de/
9894 S:      Maintained
9895 F:      drivers/memstick/host/tifm_ms.c
9896
9897 SONY MEMORYSTICK STANDARD SUPPORT
9898 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9899 S:      Maintained
9900 F:      drivers/memstick/core/ms_block.*
9901
9902 SOUND
9903 M:      Jaroslav Kysela <perex@perex.cz>
9904 M:      Takashi Iwai <tiwai@suse.com>
9905 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9906 W:      http://www.alsa-project.org/
9907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9908 T:      git git://git.alsa-project.org/alsa-kernel.git
9909 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9910 S:      Maintained
9911 F:      Documentation/sound/
9912 F:      include/sound/
9913 F:      include/uapi/sound/
9914 F:      sound/
9915
9916 SOUND - COMPRESSED AUDIO
9917 M:      Vinod Koul <vinod.koul@intel.com>
9918 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9920 S:      Supported
9921 F:      Documentation/sound/alsa/compress_offload.txt
9922 F:      include/sound/compress_driver.h
9923 F:      include/uapi/sound/compress_*
9924 F:      sound/core/compress_offload.c
9925 F:      sound/soc/soc-compress.c
9926
9927 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9928 M:      Liam Girdwood <lgirdwood@gmail.com>
9929 M:      Mark Brown <broonie@kernel.org>
9930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9931 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9932 W:      http://alsa-project.org/main/index.php/ASoC
9933 S:      Supported
9934 F:      Documentation/sound/alsa/soc/
9935 F:      sound/soc/
9936 F:      include/sound/soc*
9937
9938 SOUND - DMAENGINE HELPERS
9939 M:      Lars-Peter Clausen <lars@metafoo.de>
9940 S:      Supported
9941 F:      include/sound/dmaengine_pcm.h
9942 F:      sound/core/pcm_dmaengine.c
9943 F:      sound/soc/soc-generic-dmaengine-pcm.c
9944
9945 SP2 MEDIA DRIVER
9946 M:      Olli Salonen <olli.salonen@iki.fi>
9947 L:      linux-media@vger.kernel.org
9948 W:      http://linuxtv.org/
9949 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9950 S:      Maintained
9951 F:      drivers/media/dvb-frontends/sp2*
9952
9953 SPARC + UltraSPARC (sparc/sparc64)
9954 M:      "David S. Miller" <davem@davemloft.net>
9955 L:      sparclinux@vger.kernel.org
9956 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9959 S:      Maintained
9960 F:      arch/sparc/
9961 F:      drivers/sbus/
9962
9963 SPARC SERIAL DRIVERS
9964 M:      "David S. Miller" <davem@davemloft.net>
9965 L:      sparclinux@vger.kernel.org
9966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9968 S:      Maintained
9969 F:      include/linux/sunserialcore.h
9970 F:      drivers/tty/serial/suncore.c
9971 F:      drivers/tty/serial/sunhv.c
9972 F:      drivers/tty/serial/sunsab.c
9973 F:      drivers/tty/serial/sunsab.h
9974 F:      drivers/tty/serial/sunsu.c
9975 F:      drivers/tty/serial/sunzilog.c
9976 F:      drivers/tty/serial/sunzilog.h
9977
9978 SPARSE CHECKER
9979 M:      "Christopher Li" <sparse@chrisli.org>
9980 L:      linux-sparse@vger.kernel.org
9981 W:      https://sparse.wiki.kernel.org/
9982 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9983 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9984 S:      Maintained
9985 F:      include/linux/compiler.h
9986
9987 SPEAR PLATFORM SUPPORT
9988 M:      Viresh Kumar <vireshk@kernel.org>
9989 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9990 L:      spear-devel@list.st.com
9991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9992 W:      http://www.st.com/spear
9993 S:      Maintained
9994 F:      arch/arm/mach-spear/
9995
9996 SPEAR CLOCK FRAMEWORK SUPPORT
9997 M:      Viresh Kumar <vireshk@kernel.org>
9998 L:      spear-devel@list.st.com
9999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10000 W:      http://www.st.com/spear
10001 S:      Maintained
10002 F:      drivers/clk/spear/
10003
10004 SPI SUBSYSTEM
10005 M:      Mark Brown <broonie@kernel.org>
10006 L:      linux-spi@vger.kernel.org
10007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10008 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10009 S:      Maintained
10010 F:      Documentation/spi/
10011 F:      drivers/spi/
10012 F:      include/linux/spi/
10013 F:      include/uapi/linux/spi/
10014
10015 SPIDERNET NETWORK DRIVER for CELL
10016 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10017 L:      netdev@vger.kernel.org
10018 S:      Supported
10019 F:      Documentation/networking/spider_net.txt
10020 F:      drivers/net/ethernet/toshiba/spider_net*
10021
10022 SPU FILE SYSTEM
10023 M:      Jeremy Kerr <jk@ozlabs.org>
10024 L:      linuxppc-dev@lists.ozlabs.org
10025 W:      http://www.ibm.com/developerworks/power/cell/
10026 S:      Supported
10027 F:      Documentation/filesystems/spufs.txt
10028 F:      arch/powerpc/platforms/cell/spufs/
10029
10030 SQUASHFS FILE SYSTEM
10031 M:      Phillip Lougher <phillip@squashfs.org.uk>
10032 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10033 W:      http://squashfs.org.uk
10034 S:      Maintained
10035 F:      Documentation/filesystems/squashfs.txt
10036 F:      fs/squashfs/
10037
10038 SRM (Alpha) environment access
10039 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10040 S:      Maintained
10041 F:      arch/alpha/kernel/srm_env.c
10042
10043 STABLE BRANCH
10044 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10045 L:      stable@vger.kernel.org
10046 S:      Supported
10047 F:      Documentation/stable_kernel_rules.txt
10048
10049 STAGING SUBSYSTEM
10050 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10052 L:      devel@driverdev.osuosl.org
10053 S:      Supported
10054 F:      drivers/staging/
10055
10056 STAGING - COMEDI
10057 M:      Ian Abbott <abbotti@mev.co.uk>
10058 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10059 S:      Odd Fixes
10060 F:      drivers/staging/comedi/
10061
10062 STAGING - FLARION FT1000 DRIVERS
10063 M:      Marek Belisko <marek.belisko@gmail.com>
10064 S:      Odd Fixes
10065 F:      drivers/staging/ft1000/
10066
10067 STAGING - INDUSTRIAL IO
10068 M:      Jonathan Cameron <jic23@kernel.org>
10069 L:      linux-iio@vger.kernel.org
10070 S:      Odd Fixes
10071 F:      drivers/staging/iio/
10072
10073 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10074 M:      Jarod Wilson <jarod@wilsonet.com>
10075 W:      http://www.lirc.org/
10076 S:      Odd Fixes
10077 F:      drivers/staging/media/lirc/
10078
10079 STAGING - LUSTRE PARALLEL FILESYSTEM
10080 M:      Oleg Drokin <oleg.drokin@intel.com>
10081 M:      Andreas Dilger <andreas.dilger@intel.com>
10082 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10083 W:      http://wiki.lustre.org/
10084 S:      Maintained
10085 F:      drivers/staging/lustre
10086
10087 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10088 M:      Marc Dietrich <marvin24@gmx.de>
10089 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10090 L:      linux-tegra@vger.kernel.org
10091 S:      Maintained
10092 F:      drivers/staging/nvec/
10093
10094 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10095 M:      Jens Frederich <jfrederich@gmail.com>
10096 M:      Daniel Drake <dsd@laptop.org>
10097 M:      Jon Nettleton <jon.nettleton@gmail.com>
10098 W:      http://wiki.laptop.org/go/DCON
10099 S:      Maintained
10100 F:      drivers/staging/olpc_dcon/
10101
10102 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10103 M:      Willy Tarreau <willy@meta-x.org>
10104 S:      Odd Fixes
10105 F:      drivers/staging/panel/
10106
10107 STAGING - REALTEK RTL8712U DRIVERS
10108 M:      Larry Finger <Larry.Finger@lwfinger.net>
10109 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10110 S:      Odd Fixes
10111 F:      drivers/staging/rtl8712/
10112
10113 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10114 M:      Larry Finger <Larry.Finger@lwfinger.net>
10115 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10116 L:      linux-wireless@vger.kernel.org
10117 S:      Maintained
10118 F:      drivers/staging/rtl8723au/
10119
10120 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10121 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10122 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10123 M:      Sudip Mukherjee <sudip@vectorindia.org>
10124 L:      linux-fbdev@vger.kernel.org
10125 S:      Maintained
10126 F:      drivers/staging/sm750fb/
10127
10128 STAGING - SLICOSS
10129 M:      Lior Dotan <liodot@gmail.com>
10130 M:      Christopher Harrer <charrer@alacritech.com>
10131 S:      Odd Fixes
10132 F:      drivers/staging/slicoss/
10133
10134 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10135 M:      William Hubbs <w.d.hubbs@gmail.com>
10136 M:      Chris Brannon <chris@the-brannons.com>
10137 M:      Kirk Reiser <kirk@reisers.ca>
10138 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10139 L:      speakup@linux-speakup.org
10140 W:      http://www.linux-speakup.org/
10141 S:      Odd Fixes
10142 F:      drivers/staging/speakup/
10143
10144 STAGING - VIA VT665X DRIVERS
10145 M:      Forest Bond <forest@alittletooquiet.net>
10146 S:      Odd Fixes
10147 F:      drivers/staging/vt665?/
10148
10149 STAGING - WILC1000 WIFI DRIVER
10150 M:      Johnny Kim <johnny.kim@atmel.com>
10151 M:      Austin Shin <austin.shin@atmel.com>
10152 M:      Chris Park <chris.park@atmel.com>
10153 M:      Tony Cho <tony.cho@atmel.com>
10154 M:      Glen Lee <glen.lee@atmel.com>
10155 M:      Leo Kim <leo.kim@atmel.com>
10156 L:      linux-wireless@vger.kernel.org
10157 S:      Supported
10158 F:      drivers/staging/wilc1000/
10159
10160 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10161 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10162 S:      Odd Fixes
10163 F:      drivers/staging/xgifb/
10164
10165 HFI1 DRIVER
10166 M:      Mike Marciniszyn <infinipath@intel.com>
10167 L:      linux-rdma@vger.kernel.org
10168 S:      Supported
10169 F:      drivers/staging/rdma/hfi1
10170
10171 STARFIRE/DURALAN NETWORK DRIVER
10172 M:      Ion Badulescu <ionut@badula.org>
10173 S:      Odd Fixes
10174 F:      drivers/net/ethernet/adaptec/starfire*
10175
10176 SUN3/3X
10177 M:      Sam Creasey <sammy@sammy.net>
10178 W:      http://sammy.net/sun3/
10179 S:      Maintained
10180 F:      arch/m68k/kernel/*sun3*
10181 F:      arch/m68k/sun3*/
10182 F:      arch/m68k/include/asm/sun3*
10183 F:      drivers/net/ethernet/i825xx/sun3*
10184
10185 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10186 M:      Hans de Goede <hdegoede@redhat.com>
10187 L:      linux-input@vger.kernel.org
10188 S:      Maintained
10189 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10190 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10191
10192 SUNDANCE NETWORK DRIVER
10193 M:      Denis Kirjanov <kda@linux-powerpc.org>
10194 L:      netdev@vger.kernel.org
10195 S:      Maintained
10196 F:      drivers/net/ethernet/dlink/sundance.c
10197
10198 SUPERH
10199 L:      linux-sh@vger.kernel.org
10200 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10201 S:      Orphan
10202 F:      Documentation/sh/
10203 F:      arch/sh/
10204 F:      drivers/sh/
10205
10206 SUSPEND TO RAM
10207 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10208 M:      Len Brown <len.brown@intel.com>
10209 M:      Pavel Machek <pavel@ucw.cz>
10210 L:      linux-pm@vger.kernel.org
10211 S:      Supported
10212 F:      Documentation/power/
10213 F:      arch/x86/kernel/acpi/
10214 F:      drivers/base/power/
10215 F:      kernel/power/
10216 F:      include/linux/suspend.h
10217 F:      include/linux/freezer.h
10218 F:      include/linux/pm.h
10219
10220 SVGA HANDLING
10221 M:      Martin Mares <mj@ucw.cz>
10222 L:      linux-video@atrey.karlin.mff.cuni.cz
10223 S:      Maintained
10224 F:      Documentation/svga.txt
10225 F:      arch/x86/boot/video*
10226
10227 SWIOTLB SUBSYSTEM
10228 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10229 L:      linux-kernel@vger.kernel.org
10230 S:      Supported
10231 F:      lib/swiotlb.c
10232 F:      arch/*/kernel/pci-swiotlb.c
10233 F:      include/linux/swiotlb.h
10234
10235 SWITCHDEV
10236 M:      Jiri Pirko <jiri@resnulli.us>
10237 L:      netdev@vger.kernel.org
10238 S:      Supported
10239 F:      net/switchdev/
10240 F:      include/net/switchdev.h
10241
10242 SYNOPSYS ARC ARCHITECTURE
10243 M:      Vineet Gupta <vgupta@synopsys.com>
10244 L:      linux-snps-arc@lists.infraded.org
10245 S:      Supported
10246 F:      arch/arc/
10247 F:      Documentation/devicetree/bindings/arc/*
10248 F:      drivers/tty/serial/arc_uart.c
10249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10250
10251 SYNOPSYS ARC SDP platform support
10252 M:      Alexey Brodkin <abrodkin@synopsys.com>
10253 S:      Supported
10254 F:      arch/arc/plat-axs10x
10255 F:      arch/arc/boot/dts/ax*
10256 F:      Documentation/devicetree/bindings/arc/axs10*
10257
10258 SYSTEM CONFIGURATION (SYSCON)
10259 M:      Lee Jones <lee.jones@linaro.org>
10260 M:      Arnd Bergmann <arnd@arndb.de>
10261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10262 S:      Supported
10263 F:      drivers/mfd/syscon.c
10264
10265 SYSV FILESYSTEM
10266 M:      Christoph Hellwig <hch@infradead.org>
10267 S:      Maintained
10268 F:      Documentation/filesystems/sysv-fs.txt
10269 F:      fs/sysv/
10270 F:      include/linux/sysv_fs.h
10271
10272 TARGET SUBSYSTEM
10273 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10274 L:      linux-scsi@vger.kernel.org
10275 L:      target-devel@vger.kernel.org
10276 W:      http://www.linux-iscsi.org
10277 W:      http://groups.google.com/group/linux-iscsi-target-dev
10278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10279 S:      Supported
10280 F:      drivers/target/
10281 F:      include/target/
10282 F:      Documentation/target/
10283
10284 TASKSTATS STATISTICS INTERFACE
10285 M:      Balbir Singh <bsingharora@gmail.com>
10286 S:      Maintained
10287 F:      Documentation/accounting/taskstats*
10288 F:      include/linux/taskstats*
10289 F:      kernel/taskstats.c
10290
10291 TC CLASSIFIER
10292 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10293 L:      netdev@vger.kernel.org
10294 S:      Maintained
10295 F:      include/net/pkt_cls.h
10296 F:      include/uapi/linux/pkt_cls.h
10297 F:      net/sched/
10298
10299 TCP LOW PRIORITY MODULE
10300 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10301 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10302 W:      http://tcp-lp-mod.sourceforge.net/
10303 S:      Maintained
10304 F:      net/ipv4/tcp_lp.c
10305
10306 TDA10071 MEDIA DRIVER
10307 M:      Antti Palosaari <crope@iki.fi>
10308 L:      linux-media@vger.kernel.org
10309 W:      http://linuxtv.org/
10310 W:      http://palosaari.fi/linux/
10311 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10312 T:      git git://linuxtv.org/anttip/media_tree.git
10313 S:      Maintained
10314 F:      drivers/media/dvb-frontends/tda10071*
10315
10316 TDA18212 MEDIA DRIVER
10317 M:      Antti Palosaari <crope@iki.fi>
10318 L:      linux-media@vger.kernel.org
10319 W:      http://linuxtv.org/
10320 W:      http://palosaari.fi/linux/
10321 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10322 T:      git git://linuxtv.org/anttip/media_tree.git
10323 S:      Maintained
10324 F:      drivers/media/tuners/tda18212*
10325
10326 TDA18218 MEDIA DRIVER
10327 M:      Antti Palosaari <crope@iki.fi>
10328 L:      linux-media@vger.kernel.org
10329 W:      http://linuxtv.org/
10330 W:      http://palosaari.fi/linux/
10331 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10332 T:      git git://linuxtv.org/anttip/media_tree.git
10333 S:      Maintained
10334 F:      drivers/media/tuners/tda18218*
10335
10336 TDA18271 MEDIA DRIVER
10337 M:      Michael Krufky <mkrufky@linuxtv.org>
10338 L:      linux-media@vger.kernel.org
10339 W:      http://linuxtv.org/
10340 W:      http://github.com/mkrufky
10341 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10342 T:      git git://linuxtv.org/mkrufky/tuners.git
10343 S:      Maintained
10344 F:      drivers/media/tuners/tda18271*
10345
10346 TDA827x MEDIA DRIVER
10347 M:      Michael Krufky <mkrufky@linuxtv.org>
10348 L:      linux-media@vger.kernel.org
10349 W:      http://linuxtv.org/
10350 W:      http://github.com/mkrufky
10351 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10352 T:      git git://linuxtv.org/mkrufky/tuners.git
10353 S:      Maintained
10354 F:      drivers/media/tuners/tda8290.*
10355
10356 TDA8290 MEDIA DRIVER
10357 M:      Michael Krufky <mkrufky@linuxtv.org>
10358 L:      linux-media@vger.kernel.org
10359 W:      http://linuxtv.org/
10360 W:      http://github.com/mkrufky
10361 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10362 T:      git git://linuxtv.org/mkrufky/tuners.git
10363 S:      Maintained
10364 F:      drivers/media/tuners/tda8290.*
10365
10366 TDA9840 MEDIA DRIVER
10367 M:      Hans Verkuil <hverkuil@xs4all.nl>
10368 L:      linux-media@vger.kernel.org
10369 T:      git git://linuxtv.org/media_tree.git
10370 W:      http://linuxtv.org
10371 S:      Maintained
10372 F:      drivers/media/i2c/tda9840*
10373
10374 TEA5761 TUNER DRIVER
10375 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10376 L:      linux-media@vger.kernel.org
10377 W:      http://linuxtv.org
10378 T:      git git://linuxtv.org/media_tree.git
10379 S:      Odd fixes
10380 F:      drivers/media/tuners/tea5761.*
10381
10382 TEA5767 TUNER DRIVER
10383 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10384 L:      linux-media@vger.kernel.org
10385 W:      http://linuxtv.org
10386 T:      git git://linuxtv.org/media_tree.git
10387 S:      Maintained
10388 F:      drivers/media/tuners/tea5767.*
10389
10390 TEA6415C MEDIA DRIVER
10391 M:      Hans Verkuil <hverkuil@xs4all.nl>
10392 L:      linux-media@vger.kernel.org
10393 T:      git git://linuxtv.org/media_tree.git
10394 W:      http://linuxtv.org
10395 S:      Maintained
10396 F:      drivers/media/i2c/tea6415c*
10397
10398 TEA6420 MEDIA DRIVER
10399 M:      Hans Verkuil <hverkuil@xs4all.nl>
10400 L:      linux-media@vger.kernel.org
10401 T:      git git://linuxtv.org/media_tree.git
10402 W:      http://linuxtv.org
10403 S:      Maintained
10404 F:      drivers/media/i2c/tea6420*
10405
10406 TEAM DRIVER
10407 M:      Jiri Pirko <jiri@resnulli.us>
10408 L:      netdev@vger.kernel.org
10409 S:      Supported
10410 F:      drivers/net/team/
10411 F:      include/linux/if_team.h
10412 F:      include/uapi/linux/if_team.h
10413
10414 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10415 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10416 S:      Maintained
10417 F:      arch/x86/platform/ts5500/
10418
10419 TECHNOTREND USB IR RECEIVER
10420 M:      Sean Young <sean@mess.org>
10421 L:      linux-media@vger.kernel.org
10422 S:      Maintained
10423 F:      drivers/media/rc/ttusbir.c
10424
10425 TEGRA ARCHITECTURE SUPPORT
10426 M:      Stephen Warren <swarren@wwwdotorg.org>
10427 M:      Thierry Reding <thierry.reding@gmail.com>
10428 M:      Alexandre Courbot <gnurou@gmail.com>
10429 L:      linux-tegra@vger.kernel.org
10430 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10432 S:      Supported
10433 N:      [^a-z]tegra
10434
10435 TEGRA CLOCK DRIVER
10436 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10437 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10438 S:      Supported
10439 F:      drivers/clk/tegra/
10440
10441 TEGRA DMA DRIVER
10442 M:      Laxman Dewangan <ldewangan@nvidia.com>
10443 S:      Supported
10444 F:      drivers/dma/tegra20-apb-dma.c
10445
10446 TEGRA I2C DRIVER
10447 M:      Laxman Dewangan <ldewangan@nvidia.com>
10448 S:      Supported
10449 F:      drivers/i2c/busses/i2c-tegra.c
10450
10451 TEGRA IOMMU DRIVERS
10452 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10453 S:      Supported
10454 F:      drivers/iommu/tegra*
10455
10456 TEGRA KBC DRIVER
10457 M:      Rakesh Iyer <riyer@nvidia.com>
10458 M:      Laxman Dewangan <ldewangan@nvidia.com>
10459 S:      Supported
10460 F:      drivers/input/keyboard/tegra-kbc.c
10461
10462 TEGRA PWM DRIVER
10463 M:      Thierry Reding <thierry.reding@gmail.com>
10464 S:      Supported
10465 F:      drivers/pwm/pwm-tegra.c
10466
10467 TEGRA SERIAL DRIVER
10468 M:      Laxman Dewangan <ldewangan@nvidia.com>
10469 S:      Supported
10470 F:      drivers/tty/serial/serial-tegra.c
10471
10472 TEGRA SPI DRIVER
10473 M:      Laxman Dewangan <ldewangan@nvidia.com>
10474 S:      Supported
10475 F:      drivers/spi/spi-tegra*
10476
10477 TEHUTI ETHERNET DRIVER
10478 M:      Andy Gospodarek <andy@greyhouse.net>
10479 L:      netdev@vger.kernel.org
10480 S:      Supported
10481 F:      drivers/net/ethernet/tehuti/*
10482
10483 Telecom Clock Driver for MCPL0010
10484 M:      Mark Gross <mark.gross@intel.com>
10485 S:      Supported
10486 F:      drivers/char/tlclk.c
10487
10488 TENSILICA XTENSA PORT (xtensa)
10489 M:      Chris Zankel <chris@zankel.net>
10490 M:      Max Filippov <jcmvbkbc@gmail.com>
10491 L:      linux-xtensa@linux-xtensa.org
10492 S:      Maintained
10493 F:      arch/xtensa/
10494 F:      drivers/irqchip/irq-xtensa-*
10495
10496 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10497 M:      Hans Verkuil <hverkuil@xs4all.nl>
10498 L:      linux-media@vger.kernel.org
10499 T:      git git://linuxtv.org/media_tree.git
10500 W:      http://linuxtv.org
10501 S:      Maintained
10502 F:      drivers/media/radio/radio-raremono.c
10503
10504 THERMAL
10505 M:      Zhang Rui <rui.zhang@intel.com>
10506 M:      Eduardo Valentin <edubezval@gmail.com>
10507 L:      linux-pm@vger.kernel.org
10508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10510 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10511 S:      Supported
10512 F:      drivers/thermal/
10513 F:      include/linux/thermal.h
10514 F:      include/uapi/linux/thermal.h
10515 F:      include/linux/cpu_cooling.h
10516 F:      Documentation/devicetree/bindings/thermal/
10517
10518 THERMAL/CPU_COOLING
10519 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10520 M:      Viresh Kumar <viresh.kumar@linaro.org>
10521 M:      Javi Merino <javi.merino@arm.com>
10522 L:      linux-pm@vger.kernel.org
10523 S:      Supported
10524 F:      Documentation/thermal/cpu-cooling-api.txt
10525 F:      drivers/thermal/cpu_cooling.c
10526 F:      include/linux/cpu_cooling.h
10527
10528 THINGM BLINK(1) USB RGB LED DRIVER
10529 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10530 S:      Maintained
10531 F:      drivers/hid/hid-thingm.c
10532
10533 THINKPAD ACPI EXTRAS DRIVER
10534 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10535 L:      ibm-acpi-devel@lists.sourceforge.net
10536 L:      platform-driver-x86@vger.kernel.org
10537 W:      http://ibm-acpi.sourceforge.net
10538 W:      http://thinkwiki.org/wiki/Ibm-acpi
10539 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10540 S:      Maintained
10541 F:      drivers/platform/x86/thinkpad_acpi.c
10542
10543 TI BANDGAP AND THERMAL DRIVER
10544 M:      Eduardo Valentin <edubezval@gmail.com>
10545 L:      linux-pm@vger.kernel.org
10546 L:      linux-omap@vger.kernel.org
10547 S:      Maintained
10548 F:      drivers/thermal/ti-soc-thermal/
10549
10550 TI CDCE706 CLOCK DRIVER
10551 M:      Max Filippov <jcmvbkbc@gmail.com>
10552 S:      Maintained
10553 F:      drivers/clk/clk-cdce706.c
10554
10555 TI CLOCK DRIVER
10556 M:      Tero Kristo <t-kristo@ti.com>
10557 L:      linux-omap@vger.kernel.org
10558 S:      Maintained
10559 F:      drivers/clk/ti/
10560 F:      include/linux/clk/ti.h
10561
10562 TI FLASH MEDIA INTERFACE DRIVER
10563 M:      Alex Dubov <oakad@yahoo.com>
10564 S:      Maintained
10565 F:      drivers/misc/tifm*
10566 F:      drivers/mmc/host/tifm_sd.c
10567 F:      include/linux/tifm.h
10568
10569 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10570 M:      Santosh Shilimkar <ssantosh@kernel.org>
10571 L:      linux-kernel@vger.kernel.org
10572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10573 S:      Maintained
10574 F:      drivers/soc/ti/*
10575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10576
10577
10578 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10579 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10580 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10581 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10582 S:      Maintained
10583 F:      sound/soc/codecs/lm49453*
10584 F:      sound/soc/codecs/isabelle*
10585
10586 TI LP855x BACKLIGHT DRIVER
10587 M:      Milo Kim <milo.kim@ti.com>
10588 S:      Maintained
10589 F:      Documentation/backlight/lp855x-driver.txt
10590 F:      drivers/video/backlight/lp855x_bl.c
10591 F:      include/linux/platform_data/lp855x.h
10592
10593 TI LP8727 CHARGER DRIVER
10594 M:      Milo Kim <milo.kim@ti.com>
10595 S:      Maintained
10596 F:      drivers/power/lp8727_charger.c
10597 F:      include/linux/platform_data/lp8727.h
10598
10599 TI LP8788 MFD DRIVER
10600 M:      Milo Kim <milo.kim@ti.com>
10601 S:      Maintained
10602 F:      drivers/iio/adc/lp8788_adc.c
10603 F:      drivers/leds/leds-lp8788.c
10604 F:      drivers/mfd/lp8788*.c
10605 F:      drivers/power/lp8788-charger.c
10606 F:      drivers/regulator/lp8788-*.c
10607 F:      include/linux/mfd/lp8788*.h
10608
10609 TI NETCP ETHERNET DRIVER
10610 M:      Wingman Kwok <w-kwok2@ti.com>
10611 M:      Murali Karicheri <m-karicheri2@ti.com>
10612 L:      netdev@vger.kernel.org
10613 S:      Maintained
10614 F:      drivers/net/ethernet/ti/netcp*
10615
10616 TI TAS571X FAMILY ASoC CODEC DRIVER
10617 M:      Kevin Cernekee <cernekee@chromium.org>
10618 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10619 S:      Odd Fixes
10620 F:      sound/soc/codecs/tas571x*
10621
10622 TI TWL4030 SERIES SOC CODEC DRIVER
10623 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10624 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10625 S:      Maintained
10626 F:      sound/soc/codecs/twl4030*
10627
10628 TI WILINK WIRELESS DRIVERS
10629 L:      linux-wireless@vger.kernel.org
10630 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10631 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10633 S:      Orphan
10634 F:      drivers/net/wireless/ti/
10635 F:      include/linux/wl12xx.h
10636
10637 TIPC NETWORK LAYER
10638 M:      Jon Maloy <jon.maloy@ericsson.com>
10639 M:      Ying Xue <ying.xue@windriver.com>
10640 L:      netdev@vger.kernel.org (core kernel code)
10641 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10642 W:      http://tipc.sourceforge.net/
10643 S:      Maintained
10644 F:      include/uapi/linux/tipc*.h
10645 F:      net/tipc/
10646
10647 TILE ARCHITECTURE
10648 M:      Chris Metcalf <cmetcalf@ezchip.com>
10649 W:      http://www.ezchip.com/scm/
10650 S:      Supported
10651 F:      arch/tile/
10652 F:      drivers/char/tile-srom.c
10653 F:      drivers/edac/tile_edac.c
10654 F:      drivers/net/ethernet/tile/
10655 F:      drivers/rtc/rtc-tile.c
10656 F:      drivers/tty/hvc/hvc_tile.c
10657 F:      drivers/tty/serial/tilegx.c
10658 F:      drivers/usb/host/*-tilegx.c
10659 F:      include/linux/usb/tilegx.h
10660
10661 TLAN NETWORK DRIVER
10662 M:      Samuel Chessman <chessman@tux.org>
10663 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10664 W:      http://sourceforge.net/projects/tlan/
10665 S:      Maintained
10666 F:      Documentation/networking/tlan.txt
10667 F:      drivers/net/ethernet/ti/tlan.*
10668
10669 TOMOYO SECURITY MODULE
10670 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10671 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10672 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10673 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10674 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10675 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10676 W:      http://tomoyo.sourceforge.jp/
10677 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10678 S:      Maintained
10679 F:      security/tomoyo/
10680
10681 TOPSTAR LAPTOP EXTRAS DRIVER
10682 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10683 L:      platform-driver-x86@vger.kernel.org
10684 S:      Maintained
10685 F:      drivers/platform/x86/topstar-laptop.c
10686
10687 TOSHIBA ACPI EXTRAS DRIVER
10688 M:      Azael Avalos <coproscefalo@gmail.com>
10689 L:      platform-driver-x86@vger.kernel.org
10690 S:      Maintained
10691 F:      drivers/platform/x86/toshiba_acpi.c
10692
10693 TOSHIBA BLUETOOTH DRIVER
10694 M:      Azael Avalos <coproscefalo@gmail.com>
10695 L:      platform-driver-x86@vger.kernel.org
10696 S:      Maintained
10697 F:      drivers/platform/x86/toshiba_bluetooth.c
10698
10699 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10700 M:      Azael Avalos <coproscefalo@gmail.com>
10701 L:      platform-driver-x86@vger.kernel.org
10702 S:      Maintained
10703 F:      drivers/platform/x86/toshiba_haps.c
10704
10705 TOSHIBA WMI HOTKEYS DRIVER
10706 M:      Azael Avalos <coproscefalo@gmail.com>
10707 L:      platform-driver-x86@vger.kernel.org
10708 S:      Maintained
10709 F:      drivers/platform/x86/toshiba-wmi.c
10710
10711 TOSHIBA SMM DRIVER
10712 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10713 W:      http://www.buzzard.org.uk/toshiba/
10714 S:      Maintained
10715 F:      drivers/char/toshiba.c
10716 F:      include/linux/toshiba.h
10717 F:      include/uapi/linux/toshiba.h
10718
10719 TOSHIBA TC358743 DRIVER
10720 M:      Mats Randgaard <matrandg@cisco.com>
10721 L:      linux-media@vger.kernel.org
10722 S:      Maintained
10723 F:      drivers/media/i2c/tc358743*
10724 F:      include/media/tc358743.h
10725
10726 TMIO MMC DRIVER
10727 M:      Ian Molton <ian@mnementh.co.uk>
10728 L:      linux-mmc@vger.kernel.org
10729 S:      Maintained
10730 F:      drivers/mmc/host/tmio_mmc*
10731 F:      drivers/mmc/host/sh_mobile_sdhi.c
10732 F:      include/linux/mmc/tmio.h
10733 F:      include/linux/mmc/sh_mobile_sdhi.h
10734
10735 TMP401 HARDWARE MONITOR DRIVER
10736 M:      Guenter Roeck <linux@roeck-us.net>
10737 L:      lm-sensors@lm-sensors.org
10738 S:      Maintained
10739 F:      Documentation/hwmon/tmp401
10740 F:      drivers/hwmon/tmp401.c
10741
10742 TMPFS (SHMEM FILESYSTEM)
10743 M:      Hugh Dickins <hughd@google.com>
10744 L:      linux-mm@kvack.org
10745 S:      Maintained
10746 F:      include/linux/shmem_fs.h
10747 F:      mm/shmem.c
10748
10749 TM6000 VIDEO4LINUX DRIVER
10750 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10751 L:      linux-media@vger.kernel.org
10752 W:      http://linuxtv.org
10753 T:      git git://linuxtv.org/media_tree.git
10754 S:      Odd fixes
10755 F:      drivers/media/usb/tm6000/
10756
10757 TW68 VIDEO4LINUX DRIVER
10758 M:      Hans Verkuil <hverkuil@xs4all.nl>
10759 L:      linux-media@vger.kernel.org
10760 T:      git git://linuxtv.org/media_tree.git
10761 W:      http://linuxtv.org
10762 S:      Odd Fixes
10763 F:      drivers/media/pci/tw68/
10764
10765 TPM DEVICE DRIVER
10766 M:      Peter Huewe <peterhuewe@gmx.de>
10767 M:      Marcel Selhorst <tpmdd@selhorst.net>
10768 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10769 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10770 W:      http://tpmdd.sourceforge.net
10771 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10772 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10773 T:      https://github.com/PeterHuewe/linux-tpmdd
10774 S:      Maintained
10775 F:      drivers/char/tpm/
10776
10777 TPM IBM_VTPM DEVICE DRIVER
10778 M:      Ashley Lai <ashleydlai@gmail.com>
10779 W:      http://tpmdd.sourceforge.net
10780 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10781 S:      Maintained
10782 F:      drivers/char/tpm/tpm_ibmvtpm*
10783
10784 TRACING
10785 M:      Steven Rostedt <rostedt@goodmis.org>
10786 M:      Ingo Molnar <mingo@redhat.com>
10787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10788 S:      Maintained
10789 F:      Documentation/trace/ftrace.txt
10790 F:      arch/*/*/*/ftrace.h
10791 F:      arch/*/kernel/ftrace.c
10792 F:      include/*/ftrace.h
10793 F:      include/linux/trace*.h
10794 F:      include/trace/
10795 F:      kernel/trace/
10796 F:      tools/testing/selftests/ftrace/
10797
10798 TRIVIAL PATCHES
10799 M:      Jiri Kosina <trivial@kernel.org>
10800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10801 S:      Maintained
10802 K:      ^Subject:.*(?i)trivial
10803
10804 TTY LAYER
10805 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10806 M:      Jiri Slaby <jslaby@suse.com>
10807 S:      Supported
10808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10809 F:      Documentation/serial/
10810 F:      drivers/tty/
10811 F:      drivers/tty/serial/serial_core.c
10812 F:      include/linux/serial_core.h
10813 F:      include/linux/serial.h
10814 F:      include/linux/tty.h
10815 F:      include/uapi/linux/serial_core.h
10816 F:      include/uapi/linux/serial.h
10817 F:      include/uapi/linux/tty.h
10818
10819 TUA9001 MEDIA DRIVER
10820 M:      Antti Palosaari <crope@iki.fi>
10821 L:      linux-media@vger.kernel.org
10822 W:      http://linuxtv.org/
10823 W:      http://palosaari.fi/linux/
10824 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10825 T:      git git://linuxtv.org/anttip/media_tree.git
10826 S:      Maintained
10827 F:      drivers/media/tuners/tua9001*
10828
10829 TULIP NETWORK DRIVERS
10830 M:      Grant Grundler <grundler@parisc-linux.org>
10831 L:      netdev@vger.kernel.org
10832 S:      Maintained
10833 F:      drivers/net/ethernet/dec/tulip/
10834
10835 TUN/TAP driver
10836 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10837 W:      http://vtun.sourceforge.net/tun
10838 S:      Maintained
10839 F:      Documentation/networking/tuntap.txt
10840 F:      arch/um/os-Linux/drivers/
10841
10842 TURBOCHANNEL SUBSYSTEM
10843 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10844 M:      Ralf Baechle <ralf@linux-mips.org>
10845 L:      linux-mips@linux-mips.org
10846 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10847 S:      Maintained
10848 F:      drivers/tc/
10849 F:      include/linux/tc.h
10850
10851 U14-34F SCSI DRIVER
10852 M:      Dario Ballabio <ballabio_dario@emc.com>
10853 L:      linux-scsi@vger.kernel.org
10854 S:      Maintained
10855 F:      drivers/scsi/u14-34f.c
10856
10857 UBI FILE SYSTEM (UBIFS)
10858 M:      Artem Bityutskiy <dedekind1@gmail.com>
10859 M:      Adrian Hunter <adrian.hunter@intel.com>
10860 L:      linux-mtd@lists.infradead.org
10861 T:      git git://git.infradead.org/ubifs-2.6.git
10862 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10863 S:      Maintained
10864 F:      Documentation/filesystems/ubifs.txt
10865 F:      fs/ubifs/
10866
10867 UCLINUX (M68KNOMMU AND COLDFIRE)
10868 M:      Greg Ungerer <gerg@uclinux.org>
10869 W:      http://www.uclinux.org/
10870 L:      linux-m68k@lists.linux-m68k.org
10871 L:      uclinux-dev@uclinux.org  (subscribers-only)
10872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10873 S:      Maintained
10874 F:      arch/m68k/coldfire/
10875 F:      arch/m68k/68*/
10876 F:      arch/m68k/*/*_no.*
10877 F:      arch/m68k/include/asm/*_no.*
10878
10879 UDF FILESYSTEM
10880 M:      Jan Kara <jack@suse.com>
10881 S:      Maintained
10882 F:      Documentation/filesystems/udf.txt
10883 F:      fs/udf/
10884
10885 UFS FILESYSTEM
10886 M:      Evgeniy Dushistov <dushistov@mail.ru>
10887 S:      Maintained
10888 F:      Documentation/filesystems/ufs.txt
10889 F:      fs/ufs/
10890
10891 UHID USERSPACE HID IO DRIVER:
10892 M:      David Herrmann <dh.herrmann@googlemail.com>
10893 L:      linux-input@vger.kernel.org
10894 S:      Maintained
10895 F:      drivers/hid/uhid.c
10896 F:      include/uapi/linux/uhid.h
10897
10898 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10899 L:      linux-usb@vger.kernel.org
10900 S:      Orphan
10901 F:      drivers/uwb/
10902 F:      include/linux/uwb.h
10903 F:      include/linux/uwb/
10904
10905 UNICORE32 ARCHITECTURE:
10906 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10907 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10908 S:      Maintained
10909 T:      git git://github.com/gxt/linux.git
10910 F:      arch/unicore32/
10911
10912 UNIFDEF
10913 M:      Tony Finch <dot@dotat.at>
10914 W:      http://dotat.at/prog/unifdef
10915 S:      Maintained
10916 F:      scripts/unifdef.c
10917
10918 UNIFORM CDROM DRIVER
10919 M:      Jens Axboe <axboe@kernel.dk>
10920 W:      http://www.kernel.dk
10921 S:      Maintained
10922 F:      Documentation/cdrom/
10923 F:      drivers/cdrom/cdrom.c
10924 F:      include/linux/cdrom.h
10925 F:      include/uapi/linux/cdrom.h
10926
10927 UNISYS S-PAR DRIVERS
10928 M:      Benjamin Romer <benjamin.romer@unisys.com>
10929 M:      David Kershner <david.kershner@unisys.com>
10930 L:      sparmaintainer@unisys.com (Unisys internal)
10931 S:      Supported
10932 F:      drivers/staging/unisys/
10933
10934 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10935 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10936 L:      linux-scsi@vger.kernel.org
10937 S:      Supported
10938 F:      Documentation/scsi/ufs.txt
10939 F:      drivers/scsi/ufs/
10940
10941 UNSORTED BLOCK IMAGES (UBI)
10942 M:      Artem Bityutskiy <dedekind1@gmail.com>
10943 M:      Richard Weinberger <richard@nod.at>
10944 W:      http://www.linux-mtd.infradead.org/
10945 L:      linux-mtd@lists.infradead.org
10946 T:      git git://git.infradead.org/ubifs-2.6.git
10947 S:      Supported
10948 F:      drivers/mtd/ubi/
10949 F:      include/linux/mtd/ubi.h
10950 F:      include/uapi/mtd/ubi-user.h
10951
10952 USB ACM DRIVER
10953 M:      Oliver Neukum <oliver@neukum.org>
10954 L:      linux-usb@vger.kernel.org
10955 S:      Maintained
10956 F:      Documentation/usb/acm.txt
10957 F:      drivers/usb/class/cdc-acm.*
10958
10959 USB AR5523 WIRELESS DRIVER
10960 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10961 L:      linux-wireless@vger.kernel.org
10962 S:      Maintained
10963 F:      drivers/net/wireless/ath/ar5523/
10964
10965 USB ATTACHED SCSI
10966 M:      Hans de Goede <hdegoede@redhat.com>
10967 M:      Gerd Hoffmann <kraxel@redhat.com>
10968 L:      linux-usb@vger.kernel.org
10969 L:      linux-scsi@vger.kernel.org
10970 S:      Maintained
10971 F:      drivers/usb/storage/uas.c
10972
10973 USB CDC ETHERNET DRIVER
10974 M:      Oliver Neukum <oliver@neukum.org>
10975 L:      linux-usb@vger.kernel.org
10976 S:      Maintained
10977 F:      drivers/net/usb/cdc_*.c
10978 F:      include/uapi/linux/usb/cdc.h
10979
10980 USB CHAOSKEY DRIVER
10981 M:      Keith Packard <keithp@keithp.com>
10982 L:      linux-usb@vger.kernel.org
10983 S:      Maintained
10984 F:      drivers/usb/misc/chaoskey.c
10985
10986 USB CYPRESS C67X00 DRIVER
10987 M:      Peter Korsgaard <jacmet@sunsite.dk>
10988 L:      linux-usb@vger.kernel.org
10989 S:      Maintained
10990 F:      drivers/usb/c67x00/
10991
10992 USB DAVICOM DM9601 DRIVER
10993 M:      Peter Korsgaard <jacmet@sunsite.dk>
10994 L:      netdev@vger.kernel.org
10995 W:      http://www.linux-usb.org/usbnet
10996 S:      Maintained
10997 F:      drivers/net/usb/dm9601.c
10998
10999 USB DIAMOND RIO500 DRIVER
11000 M:      Cesar Miquel <miquel@df.uba.ar>
11001 L:      rio500-users@lists.sourceforge.net
11002 W:      http://rio500.sourceforge.net
11003 S:      Maintained
11004 F:      drivers/usb/misc/rio500*
11005
11006 USB EHCI DRIVER
11007 M:      Alan Stern <stern@rowland.harvard.edu>
11008 L:      linux-usb@vger.kernel.org
11009 S:      Maintained
11010 F:      Documentation/usb/ehci.txt
11011 F:      drivers/usb/host/ehci*
11012
11013 USB GADGET/PERIPHERAL SUBSYSTEM
11014 M:      Felipe Balbi <balbi@ti.com>
11015 L:      linux-usb@vger.kernel.org
11016 W:      http://www.linux-usb.org/gadget
11017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11018 S:      Maintained
11019 F:      drivers/usb/gadget/
11020 F:      include/linux/usb/gadget*
11021
11022 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11023 M:      Jiri Kosina <jikos@kernel.org>
11024 L:      linux-usb@vger.kernel.org
11025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11026 S:      Maintained
11027 F:      Documentation/hid/hiddev.txt
11028 F:      drivers/hid/usbhid/
11029
11030 USB ISP116X DRIVER
11031 M:      Olav Kongas <ok@artecdesign.ee>
11032 L:      linux-usb@vger.kernel.org
11033 S:      Maintained
11034 F:      drivers/usb/host/isp116x*
11035 F:      include/linux/usb/isp116x.h
11036
11037 USB MASS STORAGE DRIVER
11038 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11039 L:      linux-usb@vger.kernel.org
11040 L:      usb-storage@lists.one-eyed-alien.net
11041 S:      Maintained
11042 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11043 F:      drivers/usb/storage/
11044
11045 USB MIDI DRIVER
11046 M:      Clemens Ladisch <clemens@ladisch.de>
11047 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11048 T:      git git://git.alsa-project.org/alsa-kernel.git
11049 S:      Maintained
11050 F:      sound/usb/midi.*
11051
11052 USB NETWORKING DRIVERS
11053 L:      linux-usb@vger.kernel.org
11054 S:      Odd Fixes
11055 F:      drivers/net/usb/
11056
11057 USB OHCI DRIVER
11058 M:      Alan Stern <stern@rowland.harvard.edu>
11059 L:      linux-usb@vger.kernel.org
11060 S:      Maintained
11061 F:      Documentation/usb/ohci.txt
11062 F:      drivers/usb/host/ohci*
11063
11064 USB OTG FSM (Finite State Machine)
11065 M:      Peter Chen <Peter.Chen@freescale.com>
11066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11067 L:      linux-usb@vger.kernel.org
11068 S:      Maintained
11069 F:      drivers/usb/common/usb-otg-fsm.c
11070
11071 USB OVER IP DRIVER
11072 M:      Valentina Manea <valentina.manea.m@gmail.com>
11073 M:      Shuah Khan <shuah.kh@samsung.com>
11074 L:      linux-usb@vger.kernel.org
11075 S:      Maintained
11076 F:      drivers/usb/usbip/
11077 F:      tools/usb/usbip/
11078
11079 USB PEGASUS DRIVER
11080 M:      Petko Manolov <petkan@nucleusys.com>
11081 L:      linux-usb@vger.kernel.org
11082 L:      netdev@vger.kernel.org
11083 T:      git git://github.com/petkan/pegasus.git
11084 W:      https://github.com/petkan/pegasus
11085 S:      Maintained
11086 F:      drivers/net/usb/pegasus.*
11087
11088 USB PHY LAYER
11089 M:      Felipe Balbi <balbi@ti.com>
11090 L:      linux-usb@vger.kernel.org
11091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11092 S:      Maintained
11093 F:      drivers/usb/phy/
11094
11095 USB PRINTER DRIVER (usblp)
11096 M:      Pete Zaitcev <zaitcev@redhat.com>
11097 L:      linux-usb@vger.kernel.org
11098 S:      Supported
11099 F:      drivers/usb/class/usblp.c
11100
11101 USB RTL8150 DRIVER
11102 M:      Petko Manolov <petkan@nucleusys.com>
11103 L:      linux-usb@vger.kernel.org
11104 L:      netdev@vger.kernel.org
11105 T:      git git://github.com/petkan/rtl8150.git
11106 W:      https://github.com/petkan/rtl8150
11107 S:      Maintained
11108 F:      drivers/net/usb/rtl8150.c
11109
11110 USB SERIAL SUBSYSTEM
11111 M:      Johan Hovold <johan@kernel.org>
11112 L:      linux-usb@vger.kernel.org
11113 S:      Maintained
11114 F:      Documentation/usb/usb-serial.txt
11115 F:      drivers/usb/serial/
11116 F:      include/linux/usb/serial.h
11117
11118 USB SMSC75XX ETHERNET DRIVER
11119 M:      Steve Glendinning <steve.glendinning@shawell.net>
11120 L:      netdev@vger.kernel.org
11121 S:      Maintained
11122 F:      drivers/net/usb/smsc75xx.*
11123
11124 USB SMSC95XX ETHERNET DRIVER
11125 M:      Steve Glendinning <steve.glendinning@shawell.net>
11126 L:      netdev@vger.kernel.org
11127 S:      Maintained
11128 F:      drivers/net/usb/smsc95xx.*
11129
11130 USB SUBSYSTEM
11131 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11132 L:      linux-usb@vger.kernel.org
11133 W:      http://www.linux-usb.org
11134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11135 S:      Supported
11136 F:      Documentation/usb/
11137 F:      drivers/usb/
11138 F:      include/linux/usb.h
11139 F:      include/linux/usb/
11140
11141 USB UHCI DRIVER
11142 M:      Alan Stern <stern@rowland.harvard.edu>
11143 L:      linux-usb@vger.kernel.org
11144 S:      Maintained
11145 F:      drivers/usb/host/uhci*
11146
11147 USB "USBNET" DRIVER FRAMEWORK
11148 M:      Oliver Neukum <oneukum@suse.com>
11149 L:      netdev@vger.kernel.org
11150 W:      http://www.linux-usb.org/usbnet
11151 S:      Maintained
11152 F:      drivers/net/usb/usbnet.c
11153 F:      include/linux/usb/usbnet.h
11154
11155 USB VIDEO CLASS
11156 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11157 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11158 L:      linux-media@vger.kernel.org
11159 T:      git git://linuxtv.org/media_tree.git
11160 W:      http://www.ideasonboard.org/uvc/
11161 S:      Maintained
11162 F:      drivers/media/usb/uvc/
11163 F:      include/uapi/linux/uvcvideo.h
11164
11165 USB VISION DRIVER
11166 M:      Hans Verkuil <hverkuil@xs4all.nl>
11167 L:      linux-media@vger.kernel.org
11168 T:      git git://linuxtv.org/media_tree.git
11169 W:      http://linuxtv.org
11170 S:      Odd Fixes
11171 F:      drivers/media/usb/usbvision/
11172
11173 USB WEBCAM GADGET
11174 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11175 L:      linux-usb@vger.kernel.org
11176 S:      Maintained
11177 F:      drivers/usb/gadget/function/*uvc*
11178 F:      drivers/usb/gadget/legacy/webcam.c
11179
11180 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11181 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11182 L:      linux-wireless@vger.kernel.org
11183 S:      Maintained
11184 F:      drivers/net/wireless/rndis_wlan.c
11185
11186 USB XHCI DRIVER
11187 M:      Mathias Nyman <mathias.nyman@intel.com>
11188 L:      linux-usb@vger.kernel.org
11189 S:      Supported
11190 F:      drivers/usb/host/xhci*
11191 F:      drivers/usb/host/pci-quirks*
11192
11193 USB ZD1201 DRIVER
11194 L:      linux-wireless@vger.kernel.org
11195 W:      http://linux-lc100020.sourceforge.net
11196 S:      Orphan
11197 F:      drivers/net/wireless/zd1201.*
11198
11199 USB ZR364XX DRIVER
11200 M:      Antoine Jacquet <royale@zerezo.com>
11201 L:      linux-usb@vger.kernel.org
11202 L:      linux-media@vger.kernel.org
11203 T:      git git://linuxtv.org/media_tree.git
11204 W:      http://royale.zerezo.com/zr364xx/
11205 S:      Maintained
11206 F:      Documentation/video4linux/zr364xx.txt
11207 F:      drivers/media/usb/zr364xx/
11208
11209 ULPI BUS
11210 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11211 L:      linux-usb@vger.kernel.org
11212 S:      Maintained
11213 F:      drivers/usb/common/ulpi.c
11214 F:      include/linux/ulpi/
11215
11216 USER-MODE LINUX (UML)
11217 M:      Jeff Dike <jdike@addtoit.com>
11218 M:      Richard Weinberger <richard@nod.at>
11219 L:      user-mode-linux-devel@lists.sourceforge.net
11220 L:      user-mode-linux-user@lists.sourceforge.net
11221 W:      http://user-mode-linux.sourceforge.net
11222 S:      Maintained
11223 F:      Documentation/virtual/uml/
11224 F:      arch/um/
11225 F:      arch/x86/um/
11226 F:      fs/hostfs/
11227 F:      fs/hppfs/
11228
11229 USERSPACE I/O (UIO)
11230 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11231 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11232 S:      Maintained
11233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11234 F:      Documentation/DocBook/uio-howto.tmpl
11235 F:      drivers/uio/
11236 F:      include/linux/uio*.h
11237
11238 UTIL-LINUX PACKAGE
11239 M:      Karel Zak <kzak@redhat.com>
11240 L:      util-linux@vger.kernel.org
11241 W:      http://en.wikipedia.org/wiki/Util-linux
11242 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11243 S:      Maintained
11244
11245 UVESAFB DRIVER
11246 M:      Michal Januszewski <spock@gentoo.org>
11247 L:      linux-fbdev@vger.kernel.org
11248 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11249 S:      Maintained
11250 F:      Documentation/fb/uvesafb.txt
11251 F:      drivers/video/fbdev/uvesafb.*
11252
11253 VFAT/FAT/MSDOS FILESYSTEM
11254 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11255 S:      Maintained
11256 F:      Documentation/filesystems/vfat.txt
11257 F:      fs/fat/
11258
11259 VFIO DRIVER
11260 M:      Alex Williamson <alex.williamson@redhat.com>
11261 L:      kvm@vger.kernel.org
11262 S:      Maintained
11263 F:      Documentation/vfio.txt
11264 F:      drivers/vfio/
11265 F:      include/linux/vfio.h
11266 F:      include/uapi/linux/vfio.h
11267
11268 VFIO PLATFORM DRIVER
11269 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11270 L:      kvm@vger.kernel.org
11271 S:      Maintained
11272 F:      drivers/vfio/platform/
11273
11274 VIDEOBUF2 FRAMEWORK
11275 M:      Pawel Osciak <pawel@osciak.com>
11276 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11277 M:      Kyungmin Park <kyungmin.park@samsung.com>
11278 L:      linux-media@vger.kernel.org
11279 S:      Maintained
11280 F:      drivers/media/v4l2-core/videobuf2-*
11281 F:      include/media/videobuf2-*
11282
11283 VIRTIO CONSOLE DRIVER
11284 M:      Amit Shah <amit.shah@redhat.com>
11285 L:      virtualization@lists.linux-foundation.org
11286 S:      Maintained
11287 F:      drivers/char/virtio_console.c
11288 F:      include/linux/virtio_console.h
11289 F:      include/uapi/linux/virtio_console.h
11290
11291 VIRTIO CORE, NET AND BLOCK DRIVERS
11292 M:      "Michael S. Tsirkin" <mst@redhat.com>
11293 L:      virtualization@lists.linux-foundation.org
11294 S:      Maintained
11295 F:      drivers/virtio/
11296 F:      tools/virtio/
11297 F:      drivers/net/virtio_net.c
11298 F:      drivers/block/virtio_blk.c
11299 F:      include/linux/virtio_*.h
11300 F:      include/uapi/linux/virtio_*.h
11301
11302 VIRTIO DRIVERS FOR S390
11303 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11304 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11305 L:      linux-s390@vger.kernel.org
11306 L:      virtualization@lists.linux-foundation.org
11307 L:      kvm@vger.kernel.org
11308 S:      Supported
11309 F:      drivers/s390/virtio/
11310
11311 VIRTIO GPU DRIVER
11312 M:      David Airlie <airlied@linux.ie>
11313 M:      Gerd Hoffmann <kraxel@redhat.com>
11314 L:      dri-devel@lists.freedesktop.org
11315 L:      virtualization@lists.linux-foundation.org
11316 S:      Maintained
11317 F:      drivers/gpu/drm/virtio/
11318 F:      include/uapi/linux/virtio_gpu.h
11319
11320 VIRTIO HOST (VHOST)
11321 M:      "Michael S. Tsirkin" <mst@redhat.com>
11322 L:      kvm@vger.kernel.org
11323 L:      virtualization@lists.linux-foundation.org
11324 L:      netdev@vger.kernel.org
11325 S:      Maintained
11326 F:      drivers/vhost/
11327 F:      include/uapi/linux/vhost.h
11328
11329 VIRTIO INPUT DRIVER
11330 M:      Gerd Hoffmann <kraxel@redhat.com>
11331 S:      Maintained
11332 F:      drivers/virtio/virtio_input.c
11333 F:      include/uapi/linux/virtio_input.h
11334
11335 VIA RHINE NETWORK DRIVER
11336 S:      Orphan
11337 F:      drivers/net/ethernet/via/via-rhine.c
11338
11339 VIA SD/MMC CARD CONTROLLER DRIVER
11340 M:      Bruce Chang <brucechang@via.com.tw>
11341 M:      Harald Welte <HaraldWelte@viatech.com>
11342 S:      Maintained
11343 F:      drivers/mmc/host/via-sdmmc.c
11344
11345 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11346 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11347 L:      linux-fbdev@vger.kernel.org
11348 S:      Maintained
11349 F:      include/linux/via-core.h
11350 F:      include/linux/via-gpio.h
11351 F:      include/linux/via_i2c.h
11352 F:      drivers/video/fbdev/via/
11353
11354 VIA VELOCITY NETWORK DRIVER
11355 M:      Francois Romieu <romieu@fr.zoreil.com>
11356 L:      netdev@vger.kernel.org
11357 S:      Maintained
11358 F:      drivers/net/ethernet/via/via-velocity.*
11359
11360 VIRT LIB
11361 M:      Alex Williamson <alex.williamson@redhat.com>
11362 M:      Paolo Bonzini <pbonzini@redhat.com>
11363 L:      kvm@vger.kernel.org
11364 S:      Supported
11365 F:      virt/lib/
11366
11367 VIVID VIRTUAL VIDEO DRIVER
11368 M:      Hans Verkuil <hverkuil@xs4all.nl>
11369 L:      linux-media@vger.kernel.org
11370 T:      git git://linuxtv.org/media_tree.git
11371 W:      http://linuxtv.org
11372 S:      Maintained
11373 F:      drivers/media/platform/vivid/*
11374
11375 VLAN (802.1Q)
11376 M:      Patrick McHardy <kaber@trash.net>
11377 L:      netdev@vger.kernel.org
11378 S:      Maintained
11379 F:      drivers/net/macvlan.c
11380 F:      include/linux/if_*vlan.h
11381 F:      net/8021q/
11382
11383 VLYNQ BUS
11384 M:      Florian Fainelli <florian@openwrt.org>
11385 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11386 S:      Maintained
11387 F:      drivers/vlynq/vlynq.c
11388 F:      include/linux/vlynq.h
11389
11390 VME SUBSYSTEM
11391 M:      Martyn Welch <martyn@welchs.me.uk>
11392 M:      Manohar Vanga <manohar.vanga@gmail.com>
11393 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11394 L:      devel@driverdev.osuosl.org
11395 S:      Maintained
11396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11397 F:      Documentation/vme_api.txt
11398 F:      drivers/staging/vme/
11399 F:      drivers/vme/
11400 F:      include/linux/vme*
11401
11402 VMWARE HYPERVISOR INTERFACE
11403 M:      Alok Kataria <akataria@vmware.com>
11404 L:      virtualization@lists.linux-foundation.org
11405 S:      Supported
11406 F:      arch/x86/kernel/cpu/vmware.c
11407
11408 VMWARE BALLOON DRIVER
11409 M:      Xavier Deguillard <xdeguillard@vmware.com>
11410 M:      Philip Moltmann <moltmann@vmware.com>
11411 M:      "VMware, Inc." <pv-drivers@vmware.com>
11412 L:      linux-kernel@vger.kernel.org
11413 S:      Maintained
11414 F:      drivers/misc/vmw_balloon.c
11415
11416 VMWARE VMMOUSE SUBDRIVER
11417 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11418 M:      "VMware, Inc." <pv-drivers@vmware.com>
11419 L:      linux-input@vger.kernel.org
11420 S:      Maintained
11421 F:      drivers/input/mouse/vmmouse.c
11422 F:      drivers/input/mouse/vmmouse.h
11423
11424 VMWARE VMXNET3 ETHERNET DRIVER
11425 M:      Shrikrishna Khare <skhare@vmware.com>
11426 M:      "VMware, Inc." <pv-drivers@vmware.com>
11427 L:      netdev@vger.kernel.org
11428 S:      Maintained
11429 F:      drivers/net/vmxnet3/
11430
11431 VMware PVSCSI driver
11432 M:      Arvind Kumar <arvindkumar@vmware.com>
11433 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11434 L:      linux-scsi@vger.kernel.org
11435 S:      Maintained
11436 F:      drivers/scsi/vmw_pvscsi.c
11437 F:      drivers/scsi/vmw_pvscsi.h
11438
11439 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11440 M:      Liam Girdwood <lgirdwood@gmail.com>
11441 M:      Mark Brown <broonie@kernel.org>
11442 L:      linux-kernel@vger.kernel.org
11443 W:      http://www.slimlogic.co.uk/?p=48
11444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11445 S:      Supported
11446 F:      drivers/regulator/
11447 F:      include/linux/regulator/
11448
11449 VRF
11450 M:      David Ahern <dsa@cumulusnetworks.com>
11451 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11452 L:      netdev@vger.kernel.org
11453 S:      Maintained
11454 F:      drivers/net/vrf.c
11455 F:      Documentation/networking/vrf.txt
11456
11457 VT1211 HARDWARE MONITOR DRIVER
11458 M:      Juerg Haefliger <juergh@gmail.com>
11459 L:      lm-sensors@lm-sensors.org
11460 S:      Maintained
11461 F:      Documentation/hwmon/vt1211
11462 F:      drivers/hwmon/vt1211.c
11463
11464 VT8231 HARDWARE MONITOR DRIVER
11465 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11466 L:      lm-sensors@lm-sensors.org
11467 S:      Maintained
11468 F:      drivers/hwmon/vt8231.c
11469
11470 VUB300 USB to SDIO/SD/MMC bridge chip
11471 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11472 L:      linux-mmc@vger.kernel.org
11473 L:      linux-usb@vger.kernel.org
11474 S:      Supported
11475 F:      drivers/mmc/host/vub300.c
11476
11477 W1 DALLAS'S 1-WIRE BUS
11478 M:      Evgeniy Polyakov <zbr@ioremap.net>
11479 S:      Maintained
11480 F:      Documentation/w1/
11481 F:      drivers/w1/
11482
11483 W83791D HARDWARE MONITORING DRIVER
11484 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11485 L:      lm-sensors@lm-sensors.org
11486 S:      Maintained
11487 F:      Documentation/hwmon/w83791d
11488 F:      drivers/hwmon/w83791d.c
11489
11490 W83793 HARDWARE MONITORING DRIVER
11491 M:      Rudolf Marek <r.marek@assembler.cz>
11492 L:      lm-sensors@lm-sensors.org
11493 S:      Maintained
11494 F:      Documentation/hwmon/w83793
11495 F:      drivers/hwmon/w83793.c
11496
11497 W83795 HARDWARE MONITORING DRIVER
11498 M:      Jean Delvare <jdelvare@suse.com>
11499 L:      lm-sensors@lm-sensors.org
11500 S:      Maintained
11501 F:      drivers/hwmon/w83795.c
11502
11503 W83L51xD SD/MMC CARD INTERFACE DRIVER
11504 M:      Pierre Ossman <pierre@ossman.eu>
11505 S:      Maintained
11506 F:      drivers/mmc/host/wbsd.*
11507
11508 WACOM PROTOCOL 4 SERIAL TABLETS
11509 M:      Julian Squires <julian@cipht.net>
11510 M:      Hans de Goede <hdegoede@redhat.com>
11511 L:      linux-input@vger.kernel.org
11512 S:      Maintained
11513 F:      drivers/input/tablet/wacom_serial4.c
11514
11515 WATCHDOG DEVICE DRIVERS
11516 M:      Wim Van Sebroeck <wim@iguana.be>
11517 L:      linux-watchdog@vger.kernel.org
11518 W:      http://www.linux-watchdog.org/
11519 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11520 S:      Maintained
11521 F:      Documentation/watchdog/
11522 F:      drivers/watchdog/
11523 F:      include/linux/watchdog.h
11524 F:      include/uapi/linux/watchdog.h
11525
11526 WD7000 SCSI DRIVER
11527 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11528 L:      linux-scsi@vger.kernel.org
11529 S:      Maintained
11530 F:      drivers/scsi/wd7000.c
11531
11532 WIIMOTE HID DRIVER
11533 M:      David Herrmann <dh.herrmann@googlemail.com>
11534 L:      linux-input@vger.kernel.org
11535 S:      Maintained
11536 F:      drivers/hid/hid-wiimote*
11537
11538 WINBOND CIR DRIVER
11539 M:      David Härdeman <david@hardeman.nu>
11540 S:      Maintained
11541 F:      drivers/media/rc/winbond-cir.c
11542
11543 WIMAX STACK
11544 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11545 M:      linux-wimax@intel.com
11546 L:      wimax@linuxwimax.org (subscribers-only)
11547 S:      Supported
11548 W:      http://linuxwimax.org
11549 F:      Documentation/wimax/README.wimax
11550 F:      include/linux/wimax/debug.h
11551 F:      include/net/wimax.h
11552 F:      include/uapi/linux/wimax.h
11553 F:      net/wimax/
11554
11555 WISTRON LAPTOP BUTTON DRIVER
11556 M:      Miloslav Trmac <mitr@volny.cz>
11557 S:      Maintained
11558 F:      drivers/input/misc/wistron_btns.c
11559
11560 WL3501 WIRELESS PCMCIA CARD DRIVER
11561 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11562 L:      linux-wireless@vger.kernel.org
11563 W:      http://oops.ghostprotocols.net:81/blog
11564 S:      Maintained
11565 F:      drivers/net/wireless/wl3501*
11566
11567 WOLFSON MICROELECTRONICS DRIVERS
11568 L:      patches@opensource.wolfsonmicro.com
11569 T:      git https://github.com/CirrusLogic/linux-drivers.git
11570 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11571 S:      Supported
11572 F:      Documentation/hwmon/wm83??
11573 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11574 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11575 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11576 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11577 F:      drivers/clk/clk-wm83*.c
11578 F:      drivers/extcon/extcon-arizona.c
11579 F:      drivers/leds/leds-wm83*.c
11580 F:      drivers/gpio/gpio-*wm*.c
11581 F:      drivers/gpio/gpio-arizona.c
11582 F:      drivers/hwmon/wm83??-hwmon.c
11583 F:      drivers/input/misc/wm831x-on.c
11584 F:      drivers/input/touchscreen/wm831x-ts.c
11585 F:      drivers/input/touchscreen/wm97*.c
11586 F:      drivers/mfd/arizona*
11587 F:      drivers/mfd/wm*.c
11588 F:      drivers/power/wm83*.c
11589 F:      drivers/rtc/rtc-wm83*.c
11590 F:      drivers/regulator/wm8*.c
11591 F:      drivers/video/backlight/wm83*_bl.c
11592 F:      drivers/watchdog/wm83*_wdt.c
11593 F:      include/linux/mfd/arizona/
11594 F:      include/linux/mfd/wm831x/
11595 F:      include/linux/mfd/wm8350/
11596 F:      include/linux/mfd/wm8400*
11597 F:      include/linux/wm97xx.h
11598 F:      include/sound/wm????.h
11599 F:      sound/soc/codecs/arizona.?
11600 F:      sound/soc/codecs/wm*
11601
11602 WORKQUEUE
11603 M:      Tejun Heo <tj@kernel.org>
11604 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11606 S:      Maintained
11607 F:      include/linux/workqueue.h
11608 F:      kernel/workqueue.c
11609 F:      Documentation/workqueue.txt
11610
11611 X.25 NETWORK LAYER
11612 M:      Andrew Hendry <andrew.hendry@gmail.com>
11613 L:      linux-x25@vger.kernel.org
11614 S:      Odd Fixes
11615 F:      Documentation/networking/x25*
11616 F:      include/net/x25*
11617 F:      net/x25/
11618
11619 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11620 M:      Thomas Gleixner <tglx@linutronix.de>
11621 M:      Ingo Molnar <mingo@redhat.com>
11622 M:      "H. Peter Anvin" <hpa@zytor.com>
11623 M:      x86@kernel.org
11624 L:      linux-kernel@vger.kernel.org
11625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11626 S:      Maintained
11627 F:      Documentation/x86/
11628 F:      arch/x86/
11629
11630 X86 PLATFORM DRIVERS
11631 M:      Darren Hart <dvhart@infradead.org>
11632 L:      platform-driver-x86@vger.kernel.org
11633 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11634 S:      Maintained
11635 F:      drivers/platform/x86/
11636 F:      drivers/platform/olpc/
11637
11638 X86 MCE INFRASTRUCTURE
11639 M:      Tony Luck <tony.luck@intel.com>
11640 M:      Borislav Petkov <bp@alien8.de>
11641 L:      linux-edac@vger.kernel.org
11642 S:      Maintained
11643 F:      arch/x86/kernel/cpu/mcheck/*
11644
11645 X86 MICROCODE UPDATE SUPPORT
11646 M:      Borislav Petkov <bp@alien8.de>
11647 S:      Maintained
11648 F:      arch/x86/kernel/cpu/microcode/*
11649
11650 X86 VDSO
11651 M:      Andy Lutomirski <luto@amacapital.net>
11652 L:      linux-kernel@vger.kernel.org
11653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11654 S:      Maintained
11655 F:      arch/x86/entry/vdso/
11656
11657 XC2028/3028 TUNER DRIVER
11658 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11659 L:      linux-media@vger.kernel.org
11660 W:      http://linuxtv.org
11661 T:      git git://linuxtv.org/media_tree.git
11662 S:      Maintained
11663 F:      drivers/media/tuners/tuner-xc2028.*
11664
11665 XEN HYPERVISOR INTERFACE
11666 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11667 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11668 M:      David Vrabel <david.vrabel@citrix.com>
11669 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11671 S:      Supported
11672 F:      arch/x86/xen/
11673 F:      drivers/*/xen-*front.c
11674 F:      drivers/xen/
11675 F:      arch/x86/include/asm/xen/
11676 F:      include/xen/
11677 F:      include/uapi/xen/
11678
11679 XEN HYPERVISOR ARM
11680 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11681 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11682 S:      Supported
11683 F:      arch/arm/xen/
11684 F:      arch/arm/include/asm/xen/
11685
11686 XEN HYPERVISOR ARM64
11687 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11688 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11689 S:      Supported
11690 F:      arch/arm64/xen/
11691 F:      arch/arm64/include/asm/xen/
11692
11693 XEN NETWORK BACKEND DRIVER
11694 M:      Ian Campbell <ian.campbell@citrix.com>
11695 M:      Wei Liu <wei.liu2@citrix.com>
11696 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11697 L:      netdev@vger.kernel.org
11698 S:      Supported
11699 F:      drivers/net/xen-netback/*
11700
11701 XEN PCI SUBSYSTEM
11702 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11703 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11704 S:      Supported
11705 F:      arch/x86/pci/*xen*
11706 F:      drivers/pci/*xen*
11707
11708 XEN BLOCK SUBSYSTEM
11709 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11710 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11711 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11712 S:      Supported
11713 F:      drivers/block/xen-blkback/*
11714 F:      drivers/block/xen*
11715
11716 XEN PVSCSI DRIVERS
11717 M:      Juergen Gross <jgross@suse.com>
11718 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11719 L:      linux-scsi@vger.kernel.org
11720 S:      Supported
11721 F:      drivers/scsi/xen-scsifront.c
11722 F:      drivers/xen/xen-scsiback.c
11723 F:      include/xen/interface/io/vscsiif.h
11724
11725 XEN SWIOTLB SUBSYSTEM
11726 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11727 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11728 S:      Supported
11729 F:      arch/x86/xen/*swiotlb*
11730 F:      drivers/xen/*swiotlb*
11731
11732 XFS FILESYSTEM
11733 P:      Silicon Graphics Inc
11734 M:      Dave Chinner <david@fromorbit.com>
11735 M:      xfs@oss.sgi.com
11736 L:      xfs@oss.sgi.com
11737 W:      http://oss.sgi.com/projects/xfs
11738 T:      git git://oss.sgi.com/xfs/xfs.git
11739 S:      Supported
11740 F:      Documentation/filesystems/xfs.txt
11741 F:      fs/xfs/
11742
11743 XILINX AXI ETHERNET DRIVER
11744 M:      Anirudha Sarangi <anirudh@xilinx.com>
11745 M:      John Linn <John.Linn@xilinx.com>
11746 S:      Maintained
11747 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11748
11749 XILINX UARTLITE SERIAL DRIVER
11750 M:      Peter Korsgaard <jacmet@sunsite.dk>
11751 L:      linux-serial@vger.kernel.org
11752 S:      Maintained
11753 F:      drivers/tty/serial/uartlite.c
11754
11755 XILINX VIDEO IP CORES
11756 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11757 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11758 L:      linux-media@vger.kernel.org
11759 T:      git git://linuxtv.org/media_tree.git
11760 S:      Supported
11761 F:      Documentation/devicetree/bindings/media/xilinx/
11762 F:      drivers/media/platform/xilinx/
11763 F:      include/uapi/linux/xilinx-v4l2-controls.h
11764
11765 XILLYBUS DRIVER
11766 M:      Eli Billauer <eli.billauer@gmail.com>
11767 L:      linux-kernel@vger.kernel.org
11768 S:      Supported
11769 F:      drivers/char/xillybus/
11770
11771 XTENSA XTFPGA PLATFORM SUPPORT
11772 M:      Max Filippov <jcmvbkbc@gmail.com>
11773 L:      linux-xtensa@linux-xtensa.org
11774 S:      Maintained
11775 F:      drivers/spi/spi-xtensa-xtfpga.c
11776 F:      sound/soc/xtensa/xtfpga-i2s.c
11777
11778 YAM DRIVER FOR AX.25
11779 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11780 L:      linux-hams@vger.kernel.org
11781 S:      Maintained
11782 F:      drivers/net/hamradio/yam*
11783 F:      include/linux/yam.h
11784
11785 YEALINK PHONE DRIVER
11786 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11787 L:      usbb2k-api-dev@nongnu.org
11788 S:      Maintained
11789 F:      Documentation/input/yealink.txt
11790 F:      drivers/input/misc/yealink.*
11791
11792 Z8530 DRIVER FOR AX.25
11793 M:      Joerg Reuter <jreuter@yaina.de>
11794 W:      http://yaina.de/jreuter/
11795 W:      http://www.qsl.net/dl1bke/
11796 L:      linux-hams@vger.kernel.org
11797 S:      Maintained
11798 F:      Documentation/networking/z8530drv.txt
11799 F:      drivers/net/hamradio/*scc.c
11800 F:      drivers/net/hamradio/z8530.h
11801
11802 ZBUD COMPRESSED PAGE ALLOCATOR
11803 M:      Seth Jennings <sjennings@variantweb.net>
11804 L:      linux-mm@kvack.org
11805 S:      Maintained
11806 F:      mm/zbud.c
11807 F:      include/linux/zbud.h
11808
11809 ZD1211RW WIRELESS DRIVER
11810 M:      Daniel Drake <dsd@gentoo.org>
11811 M:      Ulrich Kunitz <kune@deine-taler.de>
11812 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11813 L:      linux-wireless@vger.kernel.org
11814 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11815 S:      Maintained
11816 F:      drivers/net/wireless/zd1211rw/
11817
11818 ZPOOL COMPRESSED PAGE STORAGE API
11819 M:      Dan Streetman <ddstreet@ieee.org>
11820 L:      linux-mm@kvack.org
11821 S:      Maintained
11822 F:      mm/zpool.c
11823 F:      include/linux/zpool.h
11824
11825 ZR36067 VIDEO FOR LINUX DRIVER
11826 L:      mjpeg-users@lists.sourceforge.net
11827 L:      linux-media@vger.kernel.org
11828 W:      http://mjpeg.sourceforge.net/driver-zoran/
11829 T:      hg http://linuxtv.org/hg/v4l-dvb
11830 S:      Odd Fixes
11831 F:      drivers/media/pci/zoran/
11832
11833 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11834 M:      Minchan Kim <minchan@kernel.org>
11835 M:      Nitin Gupta <ngupta@vflare.org>
11836 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11837 L:      linux-kernel@vger.kernel.org
11838 S:      Maintained
11839 F:      drivers/block/zram/
11840 F:      Documentation/blockdev/zram.txt
11841
11842 ZS DECSTATION Z85C30 SERIAL DRIVER
11843 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11844 S:      Maintained
11845 F:      drivers/tty/serial/zs.*
11846
11847 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11848 M:      Minchan Kim <minchan@kernel.org>
11849 M:      Nitin Gupta <ngupta@vflare.org>
11850 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11851 L:      linux-mm@kvack.org
11852 S:      Maintained
11853 F:      mm/zsmalloc.c
11854 F:      include/linux/zsmalloc.h
11855 F:      Documentation/vm/zsmalloc.txt
11856
11857 ZSWAP COMPRESSED SWAP CACHING
11858 M:      Seth Jennings <sjennings@variantweb.net>
11859 L:      linux-mm@kvack.org
11860 S:      Maintained
11861 F:      mm/zswap.c
11862
11863 THE REST
11864 M:      Linus Torvalds <torvalds@linux-foundation.org>
11865 L:      linux-kernel@vger.kernel.org
11866 Q:      http://patchwork.kernel.org/project/LKML/list/
11867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11868 S:      Buried alive in reporters
11869 F:      *
11870 F:      */