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