Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDIO-16 GPIO DRIVER
244 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L:      linux-gpio@vger.kernel.org
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-idio-16.c
248
249 ACENIC DRIVER
250 M:      Jes Sorensen <jes@trained-monkey.org>
251 L:      linux-acenic@sunsite.dk
252 S:      Maintained
253 F:      drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M:      Peter Feuerer <peter@piie.net>
257 L:      platform-driver-x86@vger.kernel.org
258 W:      http://piie.net/?section=acerhdf
259 S:      Maintained
260 F:      drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M:      "Lee, Chun-Yi" <jlee@suse.com>
264 L:      platform-driver-x86@vger.kernel.org
265 S:      Maintained
266 F:      drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M:      Len Brown <lenb@kernel.org>
271 L:      linux-acpi@vger.kernel.org
272 W:      https://01.org/linux-acpi
273 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S:      Supported
276 F:      drivers/acpi/
277 F:      drivers/pnp/pnpacpi/
278 F:      include/linux/acpi.h
279 F:      include/acpi/
280 F:      Documentation/acpi/
281 F:      Documentation/ABI/testing/sysfs-bus-acpi
282 F:      drivers/pci/*acpi*
283 F:      drivers/pci/*/*acpi*
284 F:      drivers/pci/*/*/*acpi*
285 F:      tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M:      Robert Moore <robert.moore@intel.com>
289 M:      Lv Zheng <lv.zheng@intel.com>
290 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L:      linux-acpi@vger.kernel.org
292 L:      devel@acpica.org
293 W:      https://acpica.org/
294 W:      https://github.com/acpica/acpica/
295 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S:      Supported
298 F:      drivers/acpi/acpica/
299 F:      include/acpi/
300 F:      tools/power/acpi/
301
302 ACPI FAN DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/fan.c
308
309 ACPI THERMAL DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/*thermal*
315
316 ACPI VIDEO DRIVER
317 M:      Zhang Rui <rui.zhang@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 W:      https://01.org/linux-acpi
320 S:      Supported
321 F:      drivers/acpi/video.c
322
323 ACPI WMI DRIVER
324 L:      platform-driver-x86@vger.kernel.org
325 S:      Orphan
326 F:      drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M:      Thibaut Varene <T-Bone@parisc-linux.org>
330 W:      http://wiki.parisc-linux.org/AD1889
331 L:      linux-parisc@vger.kernel.org
332 S:      Maintained
333 F:      sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5254
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD5398
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7142
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7877
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M:      Michael Hennerich <michael.hennerich@analog.com>
365 W:      http://wiki.analog.com/AD7879
366 W:      http://ez.analog.com/community/linux-device-drivers
367 S:      Supported
368 F:      drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M:      Jiri Kosina <jikos@kernel.org>
372 S:      Maintained
373
374 ADM1025 HARDWARE MONITOR DRIVER
375 M:      Jean Delvare <jdelvare@suse.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      Documentation/hwmon/adm1025
379 F:      drivers/hwmon/adm1025.c
380
381 ADM1029 HARDWARE MONITOR DRIVER
382 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
383 L:      lm-sensors@lm-sensors.org
384 S:      Maintained
385 F:      drivers/hwmon/adm1029.c
386
387 ADM8211 WIRELESS DRIVER
388 L:      linux-wireless@vger.kernel.org
389 W:      http://wireless.kernel.org/
390 S:      Orphan
391 F:      drivers/net/wireless/adm8211.*
392
393 ADP1653 FLASH CONTROLLER DRIVER
394 M:      Sakari Ailus <sakari.ailus@iki.fi>
395 L:      linux-media@vger.kernel.org
396 S:      Maintained
397 F:      drivers/media/i2c/adp1653.c
398 F:      include/media/adp1653.h
399
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 W:      http://wiki.analog.com/ADP5520
403 W:      http://ez.analog.com/community/linux-device-drivers
404 S:      Supported
405 F:      drivers/mfd/adp5520.c
406 F:      drivers/video/backlight/adp5520_bl.c
407 F:      drivers/leds/leds-adp5520.c
408 F:      drivers/gpio/gpio-adp5520.c
409 F:      drivers/input/keyboard/adp5520-keys.c
410
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M:      Michael Hennerich <michael.hennerich@analog.com>
413 W:      http://wiki.analog.com/ADP5588
414 W:      http://ez.analog.com/community/linux-device-drivers
415 S:      Supported
416 F:      drivers/input/keyboard/adp5588-keys.c
417 F:      drivers/gpio/gpio-adp5588.c
418
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP8860
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/video/backlight/adp8860_bl.c
425
426 ADS1015 HARDWARE MONITOR DRIVER
427 M:      Dirk Eibach <eibach@gdsys.de>
428 L:      lm-sensors@lm-sensors.org
429 S:      Maintained
430 F:      Documentation/hwmon/ads1015
431 F:      drivers/hwmon/ads1015.c
432 F:      include/linux/i2c/ads1015.h
433
434 ADT746X FAN DRIVER
435 M:      Colin Leroy <colin@colino.net>
436 S:      Maintained
437 F:      drivers/macintosh/therm_adt746x.c
438
439 ADT7475 HARDWARE MONITOR DRIVER
440 M:      Jean Delvare <jdelvare@suse.com>
441 L:      lm-sensors@lm-sensors.org
442 S:      Maintained
443 F:      Documentation/hwmon/adt7475
444 F:      drivers/hwmon/adt7475.c
445
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M:      Michael Hennerich <michael.hennerich@analog.com>
448 W:      http://wiki.analog.com/ADXL345
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/input/misc/adxl34x.c
452
453 ADVANSYS SCSI DRIVER
454 M:      Matthew Wilcox <matthew@wil.cx>
455 M:      Hannes Reinecke <hare@suse.com>
456 L:      linux-scsi@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/scsi/advansys.txt
459 F:      drivers/scsi/advansys.c
460
461 AEDSP16 DRIVER
462 M:      Riccardo Facchetti <fizban@tin.it>
463 S:      Maintained
464 F:      sound/oss/aedsp16.c
465
466 AF9013 MEDIA DRIVER
467 M:      Antti Palosaari <crope@iki.fi>
468 L:      linux-media@vger.kernel.org
469 W:      http://linuxtv.org/
470 W:      http://palosaari.fi/linux/
471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
472 T:      git git://linuxtv.org/anttip/media_tree.git
473 S:      Maintained
474 F:      drivers/media/dvb-frontends/af9013*
475
476 AF9033 MEDIA DRIVER
477 M:      Antti Palosaari <crope@iki.fi>
478 L:      linux-media@vger.kernel.org
479 W:      http://linuxtv.org/
480 W:      http://palosaari.fi/linux/
481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
482 T:      git git://linuxtv.org/anttip/media_tree.git
483 S:      Maintained
484 F:      drivers/media/dvb-frontends/af9033*
485
486 AFFS FILE SYSTEM
487 L:      linux-fsdevel@vger.kernel.org
488 S:      Orphan
489 F:      Documentation/filesystems/affs.txt
490 F:      fs/affs/
491
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M:      David Howells <dhowells@redhat.com>
494 L:      linux-afs@lists.infradead.org
495 S:      Supported
496 F:      fs/afs/
497 F:      include/net/af_rxrpc.h
498 F:      net/rxrpc/af_rxrpc.c
499
500 AGPGART DRIVER
501 M:      David Airlie <airlied@linux.ie>
502 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503 S:      Maintained
504 F:      drivers/char/agp/
505 F:      include/linux/agp*
506 F:      include/uapi/linux/agp*
507
508 AHA152X SCSI DRIVER
509 M:      "Juergen E. Fischer" <fischer@norbit.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aha152x*
513 F:      drivers/scsi/pcmcia/aha152x*
514
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M:      Hannes Reinecke <hare@suse.com>
517 L:      linux-scsi@vger.kernel.org
518 S:      Maintained
519 F:      drivers/scsi/aic7xxx/
520
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M:      Hans Verkuil <hverkuil@xs4all.nl>
523 L:      linux-media@vger.kernel.org
524 T:      git git://linuxtv.org/media_tree.git
525 W:      http://linuxtv.org
526 S:      Maintained
527 F:      drivers/media/radio/radio-aimslab*
528
529 AIO
530 M:      Benjamin LaHaise <bcrl@kvack.org>
531 L:      linux-aio@kvack.org
532 S:      Supported
533 F:      fs/aio.c
534 F:      include/linux/*aio*.h
535
536 AIRSPY MEDIA DRIVER
537 M:      Antti Palosaari <crope@iki.fi>
538 L:      linux-media@vger.kernel.org
539 W:      http://linuxtv.org/
540 W:      http://palosaari.fi/linux/
541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
542 T:      git git://linuxtv.org/anttip/media_tree.git
543 S:      Maintained
544 F:      drivers/media/usb/airspy/
545
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M:      Duncan Sands <duncan.sands@free.fr>
548 L:      linux-usb@vger.kernel.org
549 W:      http://www.linux-usb.org/SpeedTouch/
550 S:      Maintained
551 F:      drivers/usb/atm/speedtch.c
552 F:      drivers/usb/atm/usbatm.c
553
554 ALCHEMY AU1XX0 MMC DRIVER
555 M:      Manuel Lauss <manuel.lauss@gmail.com>
556 S:      Maintained
557 F:      drivers/mmc/host/au1xmmc.c
558
559 ALI1563 I2C DRIVER
560 M:      Rudolf Marek <r.marek@assembler.cz>
561 L:      linux-i2c@vger.kernel.org
562 S:      Maintained
563 F:      Documentation/i2c/busses/i2c-ali1563
564 F:      drivers/i2c/busses/i2c-ali1563.c
565
566 ALLWINNER SECURITY SYSTEM
567 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
568 L:      linux-crypto@vger.kernel.org
569 S:      Maintained
570 F:      drivers/crypto/sunxi-ss/
571
572 ALPHA PORT
573 M:      Richard Henderson <rth@twiddle.net>
574 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M:      Matt Turner <mattst88@gmail.com>
576 S:      Odd Fixes
577 L:      linux-alpha@vger.kernel.org
578 F:      arch/alpha/
579
580 ALTERA MAILBOX DRIVER
581 M:      Ley Foon Tan <lftan@altera.com>
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/mailbox/mailbox-altera.c
585
586 ALTERA PIO DRIVER
587 M:      Tien Hock Loh <thloh@altera.com>
588 L:      linux-gpio@vger.kernel.org
589 S:      Maintained
590 F:      drivers/gpio/gpio-altera.c
591
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M:      Vince Bridgers <vbridger@opensource.altera.com>
594 L:      netdev@vger.kernel.org
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/net/ethernet/altera/
598
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M:      Tobias Klauser <tklauser@distanz.ch>
601 L:      linux-serial@vger.kernel.org
602 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603 S:      Maintained
604 F:      drivers/tty/serial/altera_uart.c
605 F:      drivers/tty/serial/altera_jtaguart.c
606 F:      include/linux/altera_uart.h
607 F:      include/linux/altera_jtaguart.h
608
609 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M:      Tom Lendacky <thomas.lendacky@amd.com>
611 L:      linux-crypto@vger.kernel.org
612 S:      Supported
613 F:      drivers/crypto/ccp/
614 F:      include/linux/ccp.h
615
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L:      lm-sensors@lm-sensors.org
619 S:      Maintained
620 F:      Documentation/hwmon/fam15h_power
621 F:      drivers/hwmon/fam15h_power.c
622
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 S:      Orphan
626 F:      drivers/usb/gadget/udc/amd5536udc.*
627
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P:      Andres Salomon <dilinger@queued.net>
630 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632 S:      Supported
633 F:      drivers/char/hw_random/geode-rng.c
634 F:      drivers/crypto/geode*
635 F:      drivers/video/fbdev/geode/
636 F:      arch/x86/include/asm/geode.h
637
638 AMD IOMMU (AMD-VI)
639 M:      Joerg Roedel <joro@8bytes.org>
640 L:      iommu@lists.linux-foundation.org
641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642 S:      Maintained
643 F:      drivers/iommu/amd_iommu*.[ch]
644 F:      include/linux/amd-iommu.h
645
646 AMD KFD
647 M:      Oded Gabbay <oded.gabbay@gmail.com>
648 L:      dri-devel@lists.freedesktop.org
649 T:      git git://people.freedesktop.org/~gabbayo/linux.git
650 S:      Supported
651 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F:      drivers/gpu/drm/amd/amdkfd/
656 F:      drivers/gpu/drm/amd/include/cik_structs.h
657 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F:      drivers/gpu/drm/amd/include/vi_structs.h
659 F:      drivers/gpu/drm/radeon/radeon_kfd.c
660 F:      drivers/gpu/drm/radeon/radeon_kfd.h
661 F:      include/uapi/linux/kfd_ioctl.h
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARCNET NETWORK LAYER
812 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L:      netdev@vger.kernel.org
814 S:      Maintained
815 F:      drivers/net/arcnet/
816 F:      include/uapi/linux/if_arcnet.h
817
818 ARM MFM AND FLOPPY DRIVERS
819 M:      Ian Molton <spyro@f2s.com>
820 S:      Maintained
821 F:      arch/arm/lib/floppydma.S
822 F:      arch/arm/include/asm/floppy.h
823
824 ARM PMU PROFILING AND DEBUGGING
825 M:      Will Deacon <will.deacon@arm.com>
826 R:      Mark Rutland <mark.rutland@arm.com>
827 S:      Maintained
828 F:      arch/arm*/kernel/perf_*
829 F:      arch/arm/oprofile/common.c
830 F:      arch/arm*/kernel/hw_breakpoint.c
831 F:      arch/arm*/include/asm/hw_breakpoint.h
832 F:      arch/arm*/include/asm/perf_event.h
833 F:      drivers/perf/arm_pmu.c
834 F:      include/linux/perf/arm_pmu.h
835
836 ARM PORT
837 M:      Russell King <linux@arm.linux.org.uk>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 W:      http://www.arm.linux.org.uk/
840 S:      Maintained
841 F:      arch/arm/
842
843 ARM SUB-ARCHITECTURES
844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845 S:      Maintained
846 F:      arch/arm/mach-*/
847 F:      arch/arm/plat-*/
848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
849
850 ARM PRIMECELL AACI PL041 DRIVER
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      sound/arm/aaci.*
854
855 ARM PRIMECELL CLCD PL110 DRIVER
856 M:      Russell King <linux@arm.linux.org.uk>
857 S:      Maintained
858 F:      drivers/video/fbdev/amba-clcd.*
859
860 ARM PRIMECELL KMI PL050 DRIVER
861 M:      Russell King <linux@arm.linux.org.uk>
862 S:      Maintained
863 F:      drivers/input/serio/ambakmi.*
864 F:      include/linux/amba/kmi.h
865
866 ARM PRIMECELL MMCI PL180/1 DRIVER
867 M:      Russell King <linux@arm.linux.org.uk>
868 S:      Maintained
869 F:      drivers/mmc/host/mmci.*
870 F:      include/linux/amba/mmci.h
871
872 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
873 M:      Russell King <linux@arm.linux.org.uk>
874 S:      Maintained
875 F:      drivers/tty/serial/amba-pl01*.c
876 F:      include/linux/amba/serial.h
877
878 ARM PRIMECELL BUS SUPPORT
879 M:      Russell King <linux@arm.linux.org.uk>
880 S:      Maintained
881 F:      drivers/amba/
882 F:      include/linux/amba/bus.h
883
884 ARM/ADS SPHERE MACHINE SUPPORT
885 M:      Lennert Buytenhek <kernel@wantstofly.org>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 S:      Maintained
888
889 ARM/AFEB9260 MACHINE SUPPORT
890 M:      Sergey Lapin <slapin@ossfans.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893
894 ARM/AJECO 1ARM MACHINE SUPPORT
895 M:      Lennert Buytenhek <kernel@wantstofly.org>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S:      Maintained
898
899 ARM/Allwinner sunXi SoC support
900 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
901 M:      Chen-Yu Tsai <wens@csie.org>
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S:      Maintained
904 N:      sun[x456789]i
905
906 ARM/Allwinner SoC Clock Support
907 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
908 S:      Maintained
909 F:      drivers/clk/sunxi/
910
911 ARM/Amlogic MesonX SoC support
912 M:      Carlo Caione <carlo@caione.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915 F:      drivers/media/rc/meson-ir.c
916 N:      meson[x68]
917
918 ARM/Annapurna Labs ALPINE ARCHITECTURE
919 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
920 S:      Maintained
921 F:      arch/arm/mach-alpine/
922
923 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
925 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
926 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 W:      http://www.linux4sam.org
929 S:      Supported
930 F:      arch/arm/mach-at91/
931 F:      include/soc/at91/
932 F:      arch/arm/boot/dts/at91*.dts
933 F:      arch/arm/boot/dts/at91*.dtsi
934 F:      arch/arm/boot/dts/sama*.dts
935 F:      arch/arm/boot/dts/sama*.dtsi
936 F:      arch/arm/include/debug/at91.S
937
938 ARM/ATMEL AT91 Clock Support
939 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
940 S:      Maintained
941 F:      drivers/clk/at91
942
943 ARM/CALXEDA HIGHBANK ARCHITECTURE
944 M:      Rob Herring <robh@kernel.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      arch/arm/mach-highbank/
948
949 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
950 M:      Krzysztof Halasa <khalasa@piap.pl>
951 S:      Maintained
952 F:      arch/arm/mach-cns3xxx/
953
954 ARM/CAVIUM THUNDER NETWORK DRIVER
955 M:      Sunil Goutham <sgoutham@cavium.com>
956 M:      Robert Richter <rric@kernel.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Supported
959 F:      drivers/net/ethernet/cavium/thunder/
960
961 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
962 M:      Alexander Shiyan <shc_work@mail.ru>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Odd Fixes
965 N:      clps711x
966
967 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
968 M:      Hartley Sweeten <hsweeten@visionengravers.com>
969 M:      Ryan Mallon <rmallon@gmail.com>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S:      Maintained
972 F:      arch/arm/mach-ep93xx/
973 F:      arch/arm/mach-ep93xx/include/mach/
974
975 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
976 M:      Lennert Buytenhek <kernel@wantstofly.org>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S:      Maintained
979
980 ARM/CLKDEV SUPPORT
981 M:      Russell King <linux@arm.linux.org.uk>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984 F:      arch/arm/include/asm/clkdev.h
985 F:      drivers/clk/clkdev.c
986
987 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
988 M:      Mike Rapoport <mike@compulab.co.il>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 S:      Maintained
991
992 ARM/CONTEC MICRO9 MACHINE SUPPORT
993 M:      Hubert Feurstein <hubert.feurstein@contec.at>
994 S:      Maintained
995 F:      arch/arm/mach-ep93xx/micro9.c
996
997 ARM/CORESIGHT FRAMEWORK AND DRIVERS
998 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      drivers/hwtracing/coresight/*
1002 F:      Documentation/trace/coresight.txt
1003 F:      Documentation/devicetree/bindings/arm/coresight.txt
1004 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1005
1006 ARM/CORGI MACHINE SUPPORT
1007 M:      Richard Purdie <rpurdie@rpsys.net>
1008 S:      Maintained
1009
1010 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1011 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 T:      git git://github.com/ulli-kroll/linux.git
1014 S:      Maintained
1015 F:      arch/arm/mach-gemini/
1016 F:      drivers/rtc/rtc-gemini.c
1017
1018 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1019 M:      Barry Song <baohua@kernel.org>
1020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1022 S:      Maintained
1023 F:      arch/arm/mach-prima2/
1024 F:      drivers/clk/sirf/
1025 F:      drivers/clocksource/timer-prima2.c
1026 F:      drivers/clocksource/timer-atlas7.c
1027 N:      [^a-z]sirf
1028
1029 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1030 M:      Baruch Siach <baruch@tkos.co.il>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033 F:      arch/arm/boot/dts/cx92755*
1034 N:      digicolor
1035
1036 ARM/EBSA110 MACHINE SUPPORT
1037 M:      Russell King <linux@arm.linux.org.uk>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W:      http://www.arm.linux.org.uk/
1040 S:      Maintained
1041 F:      arch/arm/mach-ebsa110/
1042 F:      drivers/net/ethernet/amd/am79c961a.*
1043
1044 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1045 M:      Uwe Kleine-König <kernel@pengutronix.de>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 N:      efm32
1049
1050 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1051 M:      Daniel Ribeiro <drwyrm@gmail.com>
1052 M:      Stefan Schmidt <stefan@openezx.org>
1053 M:      Harald Welte <laforge@openezx.org>
1054 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1055 W:      http://www.openezx.org/
1056 S:      Maintained
1057 T:      topgit git://git.openezx.org/openezx.git
1058 F:      arch/arm/mach-pxa/ezx.c
1059
1060 ARM/FARADAY FA526 PORT
1061 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Maintained
1064 T:      git git://git.berlios.de/gemini-board
1065 F:      arch/arm/mm/*-fa*
1066
1067 ARM/FOOTBRIDGE ARCHITECTURE
1068 M:      Russell King <linux@arm.linux.org.uk>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 W:      http://www.arm.linux.org.uk/
1071 S:      Maintained
1072 F:      arch/arm/include/asm/hardware/dec21285.h
1073 F:      arch/arm/mach-footbridge/
1074
1075 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1076 M:      Shawn Guo <shawnguo@kernel.org>
1077 M:      Sascha Hauer <kernel@pengutronix.de>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1081 F:      arch/arm/mach-imx/
1082 F:      arch/arm/mach-mxs/
1083 F:      arch/arm/boot/dts/imx*
1084 F:      arch/arm/configs/imx*_defconfig
1085 F:      drivers/clk/imx/
1086 F:      include/soc/imx/
1087
1088 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1089 M:      Shawn Guo <shawnguo@kernel.org>
1090 M:      Sascha Hauer <kernel@pengutronix.de>
1091 R:      Stefan Agner <stefan@agner.ch>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1095 F:      arch/arm/mach-imx/*vf610*
1096 F:      arch/arm/boot/dts/vf*
1097
1098 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102
1103 ARM/GUMSTIX MACHINE SUPPORT
1104 M:      Steve Sakoman <sakoman@gmail.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107
1108 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1109 M:      Philipp Zabel <philipp.zabel@gmail.com>
1110 M:      Paul Parsons <lost.distance@yahoo.com>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Maintained
1113 F:      arch/arm/mach-pxa/hx4700.c
1114 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1115 F:      sound/soc/pxa/hx4700.c
1116
1117 ARM/HISILICON SOC SUPPORT
1118 M:      Wei Xu <xuwei5@hisilicon.com>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 W:      http://www.hisilicon.com
1121 S:      Supported
1122 T:      git git://github.com/hisilicon/linux-hisi.git
1123 F:      arch/arm/mach-hisi/
1124
1125 ARM/HP JORNADA 7XX MACHINE SUPPORT
1126 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1127 W:      www.jlime.com
1128 S:      Maintained
1129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1130 F:      arch/arm/mach-sa1100/jornada720.c
1131 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1132
1133 ARM/IGEP MACHINE SUPPORT
1134 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1135 M:      Javier Martinez Canillas <javier@dowhile0.org>
1136 L:      linux-omap@vger.kernel.org
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 F:      arch/arm/boot/dts/omap3-igep*
1140
1141 ARM/INCOME PXA270 SUPPORT
1142 M:      Marek Vasut <marek.vasut@gmail.com>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1146
1147 ARM/INTEL IOP32X ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IOP33X ARM ARCHITECTURE
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Orphan
1155
1156 ARM/INTEL IOP13XX ARM ARCHITECTURE
1157 M:      Lennert Buytenhek <kernel@wantstofly.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160
1161 ARM/INTEL IQ81342EX MACHINE SUPPORT
1162 M:      Lennert Buytenhek <kernel@wantstofly.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/INTEL IXDP2850 MACHINE SUPPORT
1167 M:      Lennert Buytenhek <kernel@wantstofly.org>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170
1171 ARM/INTEL IXP4XX ARM ARCHITECTURE
1172 M:      Imre Kaloz <kaloz@openwrt.org>
1173 M:      Krzysztof Halasa <khalasa@piap.pl>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176 F:      arch/arm/mach-ixp4xx/
1177
1178 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1179 M:      Jonathan Cameron <jic23@cam.ac.uk>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      arch/arm/mach-pxa/stargate2.c
1183 F:      drivers/pcmcia/pxa2xx_stargate2.c
1184
1185 ARM/INTEL XSC3 (MANZANO) ARM CORE
1186 M:      Lennert Buytenhek <kernel@wantstofly.org>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189
1190 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1191 M:      Lennert Buytenhek <kernel@wantstofly.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1196 M:      Santosh Shilimkar <ssantosh@kernel.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199 F:      arch/arm/mach-keystone/
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1201
1202 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1203 M:      Santosh Shilimkar <ssantosh@kernel.org>
1204 L:      linux-kernel@vger.kernel.org
1205 S:      Maintained
1206 F:      drivers/clk/keystone/
1207
1208 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1209 M:      Santosh Shilimkar <ssantosh@kernel.org>
1210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 L:      linux-kernel@vger.kernel.org
1212 S:      Maintained
1213 F:      drivers/clocksource/timer-keystone.c
1214
1215 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1216 M:      Santosh Shilimkar <ssantosh@kernel.org>
1217 L:      linux-kernel@vger.kernel.org
1218 S:      Maintained
1219 F:      drivers/power/reset/keystone-reset.c
1220
1221 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1222 M:      Santosh Shilimkar <ssantosh@kernel.org>
1223 L:      linux-kernel@vger.kernel.org
1224 S:      Maintained
1225 F:      drivers/memory/*emif*
1226
1227 ARM/LOGICPD PXA270 MACHINE SUPPORT
1228 M:      Lennert Buytenhek <kernel@wantstofly.org>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231
1232 ARM/LPC18XX ARCHITECTURE
1233 M:      Joachim Eastwood <manabian@gmail.com>
1234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S:      Maintained
1236 N:      lpc18xx
1237
1238 ARM/MAGICIAN MACHINE SUPPORT
1239 M:      Philipp Zabel <philipp.zabel@gmail.com>
1240 S:      Maintained
1241
1242 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1243 M:      Jason Cooper <jason@lakedaemon.net>
1244 M:      Andrew Lunn <andrew@lunn.ch>
1245 M:      Gregory Clement <gregory.clement@free-electrons.com>
1246 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249 F:      arch/arm/mach-mvebu/
1250 F:      drivers/rtc/rtc-armada38x.c
1251 F:      arch/arm/boot/dts/armada*
1252 F:      arch/arm/boot/dts/kirkwood*
1253
1254
1255 ARM/Marvell Berlin SoC support
1256 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259 F:      arch/arm/mach-berlin/
1260 F:      arch/arm/boot/dts/berlin*
1261
1262
1263 ARM/Marvell Dove/MV78xx0/Orion SOC support
1264 M:      Jason Cooper <jason@lakedaemon.net>
1265 M:      Andrew Lunn <andrew@lunn.ch>
1266 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1267 M:      Gregory Clement <gregory.clement@free-electrons.com>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/mach-dove/
1271 F:      arch/arm/mach-mv78xx0/
1272 F:      arch/arm/mach-orion5x/
1273 F:      arch/arm/plat-orion/
1274 F:      arch/arm/boot/dts/dove*
1275 F:      arch/arm/boot/dts/orion5x*
1276
1277
1278 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1279 M:      Alexander Clouter <alex@digriz.org.uk>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W:      http://www.digriz.org.uk/ts78xx/kernel
1282 S:      Maintained
1283 F:      arch/arm/mach-orion5x/ts78xx-*
1284
1285 ARM/Mediatek RTC DRIVER
1286 M:      Eddie Huang <eddie.huang@mediatek.com>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      drivers/rtc/rtc-mt6397.c
1291
1292 ARM/Mediatek SoC support
1293 M:      Matthias Brugger <matthias.bgg@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1296 S:      Maintained
1297 F:      arch/arm/boot/dts/mt6*
1298 F:      arch/arm/boot/dts/mt8*
1299 F:      arch/arm/mach-mediatek/
1300 N:      mtk
1301 K:      mediatek
1302
1303 ARM/MICREL KS8695 ARCHITECTURE
1304 M:      Greg Ungerer <gerg@uclinux.org>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 F:      arch/arm/mach-ks8695/
1307 S:      Odd Fixes
1308
1309 ARM/MIOA701 MACHINE SUPPORT
1310 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 F:      arch/arm/mach-pxa/mioa701.c
1313 S:      Maintained
1314
1315 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1316 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1317 S:      Maintained
1318
1319 ARM/NOMADIK ARCHITECTURE
1320 M:      Alessandro Rubini <rubini@unipv.it>
1321 M:      Linus Walleij <linus.walleij@linaro.org>
1322 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 S:      Maintained
1324 F:      arch/arm/mach-nomadik/
1325 F:      drivers/pinctrl/nomadik/
1326 F:      drivers/i2c/busses/i2c-nomadik.c
1327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1328
1329 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1330 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1331 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1332 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1333 S:      Supported
1334
1335 ARM/TOSA MACHINE SUPPORT
1336 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1337 M:      Dirk Opfer <dirk@opfer-online.de>
1338 S:      Maintained
1339
1340 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1341 M:      Marek Vasut <marek.vasut@gmail.com>
1342 L:      linux-arm-kernel@lists.infradead.org
1343 W:      http://hackndev.com
1344 S:      Maintained
1345 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1346 F:      arch/arm/mach-pxa/palmtx.c
1347 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1348 F:      arch/arm/mach-pxa/palmt5.c
1349 F:      arch/arm/mach-pxa/include/mach/palmld.h
1350 F:      arch/arm/mach-pxa/palmld.c
1351 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1352 F:      arch/arm/mach-pxa/palmte2.c
1353 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1354 F:      arch/arm/mach-pxa/palmtc.c
1355
1356 ARM/PALM TREO SUPPORT
1357 M:      Tomas Cech <sleep_walker@suse.com>
1358 L:      linux-arm-kernel@lists.infradead.org
1359 W:      http://hackndev.com
1360 S:      Maintained
1361 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1362 F:      arch/arm/mach-pxa/palmtreo.c
1363
1364 ARM/PALMZ72 SUPPORT
1365 M:      Sergey Lapin <slapin@ossfans.org>
1366 L:      linux-arm-kernel@lists.infradead.org
1367 W:      http://hackndev.com
1368 S:      Maintained
1369 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1370 F:      arch/arm/mach-pxa/palmz72.c
1371
1372 ARM/PLEB SUPPORT
1373 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1374 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1375 S:      Maintained
1376
1377 ARM/PT DIGITAL BOARD PORT
1378 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 W:      http://www.arm.linux.org.uk/
1381 S:      Maintained
1382
1383 ARM/QUALCOMM SUPPORT
1384 M:      Kumar Gala <galak@codeaurora.org>
1385 M:      Andy Gross <agross@codeaurora.org>
1386 M:      David Brown <davidb@codeaurora.org>
1387 L:      linux-arm-msm@vger.kernel.org
1388 L:      linux-soc@vger.kernel.org
1389 S:      Maintained
1390 F:      arch/arm/mach-qcom/
1391 F:      drivers/soc/qcom/
1392 F:      drivers/tty/serial/msm_serial.h
1393 F:      drivers/tty/serial/msm_serial.c
1394 F:      drivers/*/pm8???-*
1395 F:      drivers/mfd/ssbi.c
1396 F:      drivers/firmware/qcom_scm.c
1397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1398
1399 ARM/RADISYS ENP2611 MACHINE SUPPORT
1400 M:      Lennert Buytenhek <kernel@wantstofly.org>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 S:      Maintained
1403
1404 ARM/RISCPC ARCHITECTURE
1405 M:      Russell King <linux@arm.linux.org.uk>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 W:      http://www.arm.linux.org.uk/
1408 S:      Maintained
1409 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1410 F:      arch/arm/include/asm/hardware/ioc.h
1411 F:      arch/arm/include/asm/hardware/iomd.h
1412 F:      arch/arm/include/asm/hardware/memc.h
1413 F:      arch/arm/mach-rpc/
1414 F:      drivers/net/ethernet/8390/etherh.c
1415 F:      drivers/net/ethernet/i825xx/ether1*
1416 F:      drivers/net/ethernet/seeq/ether3*
1417 F:      drivers/scsi/arm/
1418
1419 ARM/Rockchip SoC support
1420 M:      Heiko Stuebner <heiko@sntech.de>
1421 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422 L:      linux-rockchip@lists.infradead.org
1423 S:      Maintained
1424 F:      arch/arm/boot/dts/rk3*
1425 F:      arch/arm/mach-rockchip/
1426 F:      drivers/clk/rockchip/
1427 F:      drivers/i2c/busses/i2c-rk3x.c
1428 F:      drivers/*/*rockchip*
1429 F:      drivers/*/*/*rockchip*
1430 F:      sound/soc/rockchip/
1431 N:      rockchip
1432
1433 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1434 M:      Kukjin Kim <kgene@kernel.org>
1435 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1438 S:      Maintained
1439 F:      arch/arm/boot/dts/s3c*
1440 F:      arch/arm/boot/dts/exynos*
1441 F:      arch/arm64/boot/dts/exynos/
1442 F:      arch/arm/plat-samsung/
1443 F:      arch/arm/mach-s3c24*/
1444 F:      arch/arm/mach-s3c64xx/
1445 F:      arch/arm/mach-s5p*/
1446 F:      arch/arm/mach-exynos*/
1447 F:      drivers/*/*s3c2410*
1448 F:      drivers/*/*/*s3c2410*
1449 F:      drivers/spi/spi-s3c*
1450 F:      sound/soc/samsung/*
1451 N:      exynos
1452
1453 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1454 M:      Kyungmin Park <kyungmin.park@samsung.com>
1455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 S:      Maintained
1457 F:      arch/arm/mach-s5pv210/
1458
1459 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1460 M:      Kyungmin Park <kyungmin.park@samsung.com>
1461 M:      Kamil Debski <k.debski@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org
1463 L:      linux-media@vger.kernel.org
1464 S:      Maintained
1465 F:      drivers/media/platform/s5p-g2d/
1466
1467 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1468 M:      Kyungmin Park <kyungmin.park@samsung.com>
1469 M:      Kamil Debski <k.debski@samsung.com>
1470 M:      Jeongtae Park <jtp.park@samsung.com>
1471 L:      linux-arm-kernel@lists.infradead.org
1472 L:      linux-media@vger.kernel.org
1473 S:      Maintained
1474 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1475 F:      drivers/media/platform/s5p-mfc/
1476
1477 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1478 M:      Kyungmin Park <kyungmin.park@samsung.com>
1479 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1480 L:      linux-arm-kernel@lists.infradead.org
1481 L:      linux-media@vger.kernel.org
1482 S:      Maintained
1483 F:      drivers/media/platform/s5p-tv/
1484
1485 ARM/SHMOBILE ARM ARCHITECTURE
1486 M:      Simon Horman <horms@verge.net.au>
1487 M:      Magnus Damm <magnus.damm@gmail.com>
1488 L:      linux-sh@vger.kernel.org
1489 W:      http://oss.renesas.com
1490 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1492 S:      Supported
1493 F:      arch/arm/boot/dts/emev2*
1494 F:      arch/arm/boot/dts/r7s*
1495 F:      arch/arm/boot/dts/r8a*
1496 F:      arch/arm/boot/dts/sh*
1497 F:      arch/arm/configs/bockw_defconfig
1498 F:      arch/arm/configs/marzen_defconfig
1499 F:      arch/arm/configs/shmobile_defconfig
1500 F:      arch/arm/include/debug/renesas-scif.S
1501 F:      arch/arm/mach-shmobile/
1502 F:      drivers/sh/
1503
1504 ARM/SOCFPGA ARCHITECTURE
1505 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1506 S:      Maintained
1507 F:      arch/arm/mach-socfpga/
1508 F:      arch/arm/boot/dts/socfpga*
1509 F:      arch/arm/configs/socfpga_defconfig
1510 W:      http://www.rocketboards.org
1511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1512
1513 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1514 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1515 S:      Maintained
1516 F:      drivers/clk/socfpga/
1517
1518 ARM/SOCFPGA EDAC SUPPORT
1519 M:      Thor Thayer <tthayer@opensource.altera.com>
1520 S:      Maintained
1521 F:      drivers/edac/altera_edac.
1522
1523 ARM/STI ARCHITECTURE
1524 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1525 M:      Maxime Coquelin <maxime.coquelin@st.com>
1526 M:      Patrice Chotard <patrice.chotard@st.com>
1527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528 L:      kernel@stlinux.com
1529 W:      http://www.stlinux.com
1530 S:      Maintained
1531 F:      arch/arm/mach-sti/
1532 F:      arch/arm/boot/dts/sti*
1533 F:      drivers/char/hw_random/st-rng.c
1534 F:      drivers/clocksource/arm_global_timer.c
1535 F:      drivers/clocksource/clksrc_st_lpc.c
1536 F:      drivers/i2c/busses/i2c-st.c
1537 F:      drivers/media/rc/st_rc.c
1538 F:      drivers/media/platform/sti/c8sectpfe/
1539 F:      drivers/mmc/host/sdhci-st.c
1540 F:      drivers/phy/phy-miphy28lp.c
1541 F:      drivers/phy/phy-miphy365x.c
1542 F:      drivers/phy/phy-stih407-usb.c
1543 F:      drivers/phy/phy-stih41x-usb.c
1544 F:      drivers/pinctrl/pinctrl-st.c
1545 F:      drivers/reset/sti/
1546 F:      drivers/rtc/rtc-st-lpc.c
1547 F:      drivers/tty/serial/st-asc.c
1548 F:      drivers/usb/dwc3/dwc3-st.c
1549 F:      drivers/usb/host/ehci-st.c
1550 F:      drivers/usb/host/ohci-st.c
1551 F:      drivers/watchdog/st_lpc_wdt.c
1552 F:      drivers/ata/ahci_st.c
1553
1554 ARM/STM32 ARCHITECTURE
1555 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 S:      Maintained
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1559 N:      stm32
1560 F:      drivers/clocksource/armv7m_systick.c
1561
1562 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1563 M:      Lennert Buytenhek <kernel@wantstofly.org>
1564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 S:      Maintained
1566
1567 ARM/TETON BGA MACHINE SUPPORT
1568 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 S:      Maintained
1571
1572 ARM/THECUS N2100 MACHINE SUPPORT
1573 M:      Lennert Buytenhek <kernel@wantstofly.org>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 S:      Maintained
1576
1577 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1578 M:      Wan ZongShun <mcuos.com@gmail.com>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 W:      http://www.mcuos.com
1581 S:      Maintained
1582 F:      arch/arm/mach-w90x900/
1583 F:      drivers/input/keyboard/w90p910_keypad.c
1584 F:      drivers/input/touchscreen/w90p910_ts.c
1585 F:      drivers/watchdog/nuc900_wdt.c
1586 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1587 F:      drivers/mtd/nand/nuc900_nand.c
1588 F:      drivers/rtc/rtc-nuc900.c
1589 F:      drivers/spi/spi-nuc900.c
1590 F:      drivers/usb/host/ehci-w90x900.c
1591 F:      drivers/video/fbdev/nuc900fb.c
1592
1593 ARM/U300 MACHINE SUPPORT
1594 M:      Linus Walleij <linus.walleij@linaro.org>
1595 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1596 S:      Supported
1597 F:      arch/arm/mach-u300/
1598 F:      drivers/clocksource/timer-u300.c
1599 F:      drivers/i2c/busses/i2c-stu300.c
1600 F:      drivers/rtc/rtc-coh901331.c
1601 F:      drivers/watchdog/coh901327_wdt.c
1602 F:      drivers/dma/coh901318*
1603 F:      drivers/mfd/ab3100*
1604 F:      drivers/rtc/rtc-ab3100.c
1605 F:      drivers/rtc/rtc-coh901331.c
1606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1607
1608 ARM/UNIPHIER ARCHITECTURE
1609 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Maintained
1612 F:      arch/arm/boot/dts/uniphier*
1613 F:      arch/arm/mach-uniphier/
1614 F:      drivers/pinctrl/uniphier/
1615 F:      drivers/tty/serial/8250/8250_uniphier.c
1616 N:      uniphier
1617
1618 ARM/Ux500 ARM ARCHITECTURE
1619 M:      Linus Walleij <linus.walleij@linaro.org>
1620 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1621 S:      Maintained
1622 F:      arch/arm/mach-ux500/
1623 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1624 F:      drivers/dma/ste_dma40*
1625 F:      drivers/hwspinlock/u8500_hsem.c
1626 F:      drivers/mfd/abx500*
1627 F:      drivers/mfd/ab8500*
1628 F:      drivers/mfd/dbx500*
1629 F:      drivers/mfd/db8500*
1630 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1631 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1632 F:      drivers/rtc/rtc-ab8500.c
1633 F:      drivers/rtc/rtc-pl031.c
1634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1635
1636 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1637 M:      Ulf Hansson <ulf.hansson@linaro.org>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 T:      git git://git.linaro.org/people/ulfh/clk.git
1640 S:      Maintained
1641 F:      drivers/clk/ux500/
1642 F:      include/linux/platform_data/clk-ux500.h
1643
1644 ARM/VERSATILE EXPRESS PLATFORM
1645 M:      Liviu Dudau <liviu.dudau@arm.com>
1646 M:      Sudeep Holla <sudeep.holla@arm.com>
1647 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 S:      Maintained
1650 F:      arch/arm/boot/dts/vexpress*
1651 F:      arch/arm64/boot/dts/arm/vexpress*
1652 F:      arch/arm/mach-vexpress/
1653 F:      */*/vexpress*
1654 F:      */*/*/vexpress*
1655 F:      drivers/clk/versatile/clk-vexpress-osc.c
1656 F:      drivers/clocksource/versatile.c
1657
1658 ARM/VFP SUPPORT
1659 M:      Russell King <linux@arm.linux.org.uk>
1660 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1661 W:      http://www.arm.linux.org.uk/
1662 S:      Maintained
1663 F:      arch/arm/vfp/
1664
1665 ARM/VOIPAC PXA270 SUPPORT
1666 M:      Marek Vasut <marek.vasut@gmail.com>
1667 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 S:      Maintained
1669 F:      arch/arm/mach-pxa/vpac270.c
1670 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1671
1672 ARM/VT8500 ARM ARCHITECTURE
1673 M:      Tony Prisk <linux@prisktech.co.nz>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 S:      Maintained
1676 F:      arch/arm/mach-vt8500/
1677 F:      drivers/clocksource/vt8500_timer.c
1678 F:      drivers/i2c/busses/i2c-wmt.c
1679 F:      drivers/mmc/host/wmt-sdmmc.c
1680 F:      drivers/pwm/pwm-vt8500.c
1681 F:      drivers/rtc/rtc-vt8500.c
1682 F:      drivers/tty/serial/vt8500_serial.c
1683 F:      drivers/usb/host/ehci-platform.c
1684 F:      drivers/usb/host/uhci-platform.c
1685 F:      drivers/video/fbdev/vt8500lcdfb.*
1686 F:      drivers/video/fbdev/wm8505fb*
1687 F:      drivers/video/fbdev/wmt_ge_rops.*
1688
1689 ARM/ZIPIT Z2 SUPPORT
1690 M:      Marek Vasut <marek.vasut@gmail.com>
1691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 S:      Maintained
1693 F:      arch/arm/mach-pxa/z2.c
1694 F:      arch/arm/mach-pxa/include/mach/z2.h
1695
1696 ARM/ZTE ARCHITECTURE
1697 M:      Jun Nie <jun.nie@linaro.org>
1698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1699 S:      Maintained
1700 F:      arch/arm/mach-zx/
1701 F:      drivers/clk/zte/
1702 F:      Documentation/devicetree/bindings/arm/zte.txt
1703 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1704
1705 ARM/ZYNQ ARCHITECTURE
1706 M:      Michal Simek <michal.simek@xilinx.com>
1707 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1708 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1709 W:      http://wiki.xilinx.com
1710 T:      git https://github.com/Xilinx/linux-xlnx.git
1711 S:      Supported
1712 F:      arch/arm/mach-zynq/
1713 F:      drivers/cpuidle/cpuidle-zynq.c
1714 F:      drivers/block/xsysace.c
1715 N:      zynq
1716 N:      xilinx
1717 F:      drivers/clocksource/cadence_ttc_timer.c
1718 F:      drivers/i2c/busses/i2c-cadence.c
1719 F:      drivers/mmc/host/sdhci-of-arasan.c
1720 F:      drivers/edac/synopsys_edac.c
1721
1722 ARM SMMU DRIVERS
1723 M:      Will Deacon <will.deacon@arm.com>
1724 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1725 S:      Maintained
1726 F:      drivers/iommu/arm-smmu.c
1727 F:      drivers/iommu/arm-smmu-v3.c
1728 F:      drivers/iommu/io-pgtable-arm.c
1729
1730 ARM64 PORT (AARCH64 ARCHITECTURE)
1731 M:      Catalin Marinas <catalin.marinas@arm.com>
1732 M:      Will Deacon <will.deacon@arm.com>
1733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 S:      Maintained
1735 F:      arch/arm64/
1736 F:      Documentation/arm64/
1737
1738 AS3645A LED FLASH CONTROLLER DRIVER
1739 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1740 L:      linux-media@vger.kernel.org
1741 T:      git git://linuxtv.org/media_tree.git
1742 S:      Maintained
1743 F:      drivers/media/i2c/as3645a.c
1744 F:      include/media/as3645a.h
1745
1746 ASC7621 HARDWARE MONITOR DRIVER
1747 M:      George Joseph <george.joseph@fairview5.com>
1748 L:      lm-sensors@lm-sensors.org
1749 S:      Maintained
1750 F:      Documentation/hwmon/asc7621
1751 F:      drivers/hwmon/asc7621.c
1752
1753 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1754 M:      Corentin Chary <corentin.chary@gmail.com>
1755 L:      acpi4asus-user@lists.sourceforge.net
1756 L:      platform-driver-x86@vger.kernel.org
1757 W:      http://acpi4asus.sf.net
1758 S:      Maintained
1759 F:      drivers/platform/x86/asus*.c
1760 F:      drivers/platform/x86/eeepc*.c
1761
1762 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1763 R:      Dan Williams <dan.j.williams@intel.com>
1764 W:      http://sourceforge.net/projects/xscaleiop
1765 S:      Odd fixes
1766 F:      Documentation/crypto/async-tx-api.txt
1767 F:      crypto/async_tx/
1768 F:      drivers/dma/
1769 F:      include/linux/dmaengine.h
1770 F:      include/linux/async_tx.h
1771
1772 AT24 EEPROM DRIVER
1773 M:      Wolfram Sang <wsa@the-dreams.de>
1774 L:      linux-i2c@vger.kernel.org
1775 S:      Maintained
1776 F:      drivers/misc/eeprom/at24.c
1777 F:      include/linux/platform_data/at24.h
1778
1779 ATA OVER ETHERNET (AOE) DRIVER
1780 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1781 W:      http://www.openaoe.org/
1782 S:      Supported
1783 F:      Documentation/aoe/
1784 F:      drivers/block/aoe/
1785
1786 ATHEROS 71XX/9XXX GPIO DRIVER
1787 M:      Alban Bedel <albeu@free.fr>
1788 W:      https://github.com/AlbanBedel/linux
1789 T:      git git://github.com/AlbanBedel/linux
1790 S:      Maintained
1791 F:      drivers/gpio/gpio-ath79.c
1792 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1793
1794 ATHEROS ATH GENERIC UTILITIES
1795 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1796 L:      linux-wireless@vger.kernel.org
1797 S:      Supported
1798 F:      drivers/net/wireless/ath/*
1799
1800 ATHEROS ATH5K WIRELESS DRIVER
1801 M:      Jiri Slaby <jirislaby@gmail.com>
1802 M:      Nick Kossifidis <mickflemm@gmail.com>
1803 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1804 L:      linux-wireless@vger.kernel.org
1805 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1806 S:      Maintained
1807 F:      drivers/net/wireless/ath/ath5k/
1808
1809 ATHEROS ATH6KL WIRELESS DRIVER
1810 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1811 L:      linux-wireless@vger.kernel.org
1812 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1813 T:      git git://github.com/kvalo/ath.git
1814 S:      Supported
1815 F:      drivers/net/wireless/ath/ath6kl/
1816
1817 WILOCITY WIL6210 WIRELESS DRIVER
1818 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1819 L:      linux-wireless@vger.kernel.org
1820 L:      wil6210@qca.qualcomm.com
1821 S:      Supported
1822 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1823 F:      drivers/net/wireless/ath/wil6210/
1824 F:      include/uapi/linux/wil6210_uapi.h
1825
1826 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1827 M:      Christian Lamparter <chunkeey@googlemail.com>
1828 L:      linux-wireless@vger.kernel.org
1829 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1830 S:      Maintained
1831 F:      drivers/net/wireless/ath/carl9170/
1832
1833 ATK0110 HWMON DRIVER
1834 M:      Luca Tettamanti <kronos.it@gmail.com>
1835 L:      lm-sensors@lm-sensors.org
1836 S:      Maintained
1837 F:      drivers/hwmon/asus_atk0110.c
1838
1839 ATI_REMOTE2 DRIVER
1840 M:      Ville Syrjala <syrjala@sci.fi>
1841 S:      Maintained
1842 F:      drivers/input/misc/ati_remote2.c
1843
1844 ATLX ETHERNET DRIVERS
1845 M:      Jay Cliburn <jcliburn@gmail.com>
1846 M:      Chris Snook <chris.snook@gmail.com>
1847 L:      netdev@vger.kernel.org
1848 W:      http://sourceforge.net/projects/atl1
1849 W:      http://atl1.sourceforge.net
1850 S:      Maintained
1851 F:      drivers/net/ethernet/atheros/
1852
1853 ATM
1854 M:      Chas Williams <3chas3@gmail.com>
1855 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1856 L:      netdev@vger.kernel.org
1857 W:      http://linux-atm.sourceforge.net
1858 S:      Maintained
1859 F:      drivers/atm/
1860 F:      include/linux/atm*
1861 F:      include/uapi/linux/atm*
1862
1863 ATMEL AT91 / AT32 MCI DRIVER
1864 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1865 S:      Maintained
1866 F:      drivers/mmc/host/atmel-mci.c
1867 F:      drivers/mmc/host/atmel-mci-regs.h
1868
1869 ATMEL AT91 / AT32 SERIAL DRIVER
1870 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1871 S:      Supported
1872 F:      drivers/tty/serial/atmel_serial.c
1873
1874 ATMEL Audio ALSA driver
1875 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1876 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1877 S:      Supported
1878 F:      sound/soc/atmel
1879
1880 ATMEL DMA DRIVER
1881 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1882 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1883 S:      Supported
1884 F:      drivers/dma/at_hdmac.c
1885 F:      drivers/dma/at_hdmac_regs.h
1886 F:      include/linux/platform_data/dma-atmel.h
1887
1888 ATMEL XDMA DRIVER
1889 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1890 L:      linux-arm-kernel@lists.infradead.org
1891 L:      dmaengine@vger.kernel.org
1892 S:      Supported
1893 F:      drivers/dma/at_xdmac.c
1894
1895 ATMEL I2C DRIVER
1896 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1897 L:      linux-i2c@vger.kernel.org
1898 S:      Supported
1899 F:      drivers/i2c/busses/i2c-at91.c
1900
1901 ATMEL ISI DRIVER
1902 M:      Josh Wu <josh.wu@atmel.com>
1903 L:      linux-media@vger.kernel.org
1904 S:      Supported
1905 F:      drivers/media/platform/soc_camera/atmel-isi.c
1906 F:      include/media/atmel-isi.h
1907
1908 ATMEL LCDFB DRIVER
1909 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1910 L:      linux-fbdev@vger.kernel.org
1911 S:      Maintained
1912 F:      drivers/video/fbdev/atmel_lcdfb.c
1913 F:      include/video/atmel_lcdc.h
1914
1915 ATMEL MACB ETHERNET DRIVER
1916 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1917 S:      Supported
1918 F:      drivers/net/ethernet/cadence/
1919
1920 ATMEL NAND DRIVER
1921 M:      Josh Wu <josh.wu@atmel.com>
1922 L:      linux-mtd@lists.infradead.org
1923 S:      Supported
1924 F:      drivers/mtd/nand/atmel_nand*
1925
1926 ATMEL SDMMC DRIVER
1927 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1928 L:      linux-mmc@vger.kernel.org
1929 S:      Supported
1930 F:      drivers/mmc/host/sdhci-of-at91.c
1931
1932 ATMEL SPI DRIVER
1933 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1934 S:      Supported
1935 F:      drivers/spi/spi-atmel.*
1936
1937 ATMEL SSC DRIVER
1938 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1940 S:      Supported
1941 F:      drivers/misc/atmel-ssc.c
1942 F:      include/linux/atmel-ssc.h
1943
1944 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1945 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1947 S:      Supported
1948 F:      drivers/misc/atmel_tclib.c
1949 F:      drivers/clocksource/tcb_clksrc.c
1950
1951 ATMEL USBA UDC DRIVER
1952 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 S:      Supported
1955 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1956
1957 ATMEL WIRELESS DRIVER
1958 M:      Simon Kelley <simon@thekelleys.org.uk>
1959 L:      linux-wireless@vger.kernel.org
1960 W:      http://www.thekelleys.org.uk/atmel
1961 W:      http://atmelwlandriver.sourceforge.net/
1962 S:      Maintained
1963 F:      drivers/net/wireless/atmel*
1964
1965 ATMEL MAXTOUCH DRIVER
1966 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1967 T:      git git://github.com/atmel-maxtouch/linux.git
1968 S:      Supported
1969 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1970 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1971 F:      include/linux/platform_data/atmel_mxt_ts.h
1972
1973 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1974 M:      Bradley Grove <linuxdrivers@attotech.com>
1975 L:      linux-scsi@vger.kernel.org
1976 W:      http://www.attotech.com
1977 S:      Supported
1978 F:      drivers/scsi/esas2r
1979
1980 ATUSB IEEE 802.15.4 RADIO DRIVER
1981 M:      Stefan Schmidt <stefan@osg.samsung.com>
1982 L:      linux-wpan@vger.kernel.org
1983 S:      Maintained
1984 F:      drivers/net/ieee802154/atusb.c
1985 F:      drivers/net/ieee802154/atusb.h
1986 F:      drivers/net/ieee802154/at86rf230.h
1987
1988 AUDIT SUBSYSTEM
1989 M:      Paul Moore <paul@paul-moore.com>
1990 M:      Eric Paris <eparis@redhat.com>
1991 L:      linux-audit@redhat.com (moderated for non-subscribers)
1992 W:      http://people.redhat.com/sgrubb/audit/
1993 T:      git git://git.infradead.org/users/pcmoore/audit
1994 S:      Maintained
1995 F:      include/linux/audit.h
1996 F:      include/uapi/linux/audit.h
1997 F:      kernel/audit*
1998
1999 AUXILIARY DISPLAY DRIVERS
2000 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2001 W:      http://miguelojeda.es/auxdisplay.htm
2002 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2003 S:      Maintained
2004 F:      drivers/auxdisplay/
2005 F:      include/linux/cfag12864b.h
2006
2007 AVR32 ARCHITECTURE
2008 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2009 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2010 W:      http://www.atmel.com/products/AVR32/
2011 W:      http://mirror.egtvedt.no/avr32linux.org/
2012 W:      http://avrfreaks.net/
2013 S:      Maintained
2014 F:      arch/avr32/
2015
2016 AVR32/AT32AP MACHINE SUPPORT
2017 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2018 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2019 S:      Maintained
2020 F:      arch/avr32/mach-at32ap/
2021
2022 AX.25 NETWORK LAYER
2023 M:      Ralf Baechle <ralf@linux-mips.org>
2024 L:      linux-hams@vger.kernel.org
2025 W:      http://www.linux-ax25.org/
2026 S:      Maintained
2027 F:      include/uapi/linux/ax25.h
2028 F:      include/net/ax25.h
2029 F:      net/ax25/
2030
2031 AZ6007 DVB DRIVER
2032 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2033 L:      linux-media@vger.kernel.org
2034 W:      http://linuxtv.org
2035 T:      git git://linuxtv.org/media_tree.git
2036 S:      Maintained
2037 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2038
2039 AZTECH FM RADIO RECEIVER DRIVER
2040 M:      Hans Verkuil <hverkuil@xs4all.nl>
2041 L:      linux-media@vger.kernel.org
2042 T:      git git://linuxtv.org/media_tree.git
2043 W:      http://linuxtv.org
2044 S:      Maintained
2045 F:      drivers/media/radio/radio-aztech*
2046
2047 B43 WIRELESS DRIVER
2048 L:      linux-wireless@vger.kernel.org
2049 L:      b43-dev@lists.infradead.org
2050 W:      http://wireless.kernel.org/en/users/Drivers/b43
2051 S:      Odd Fixes
2052 F:      drivers/net/wireless/b43/
2053
2054 B43LEGACY WIRELESS DRIVER
2055 M:      Larry Finger <Larry.Finger@lwfinger.net>
2056 L:      linux-wireless@vger.kernel.org
2057 L:      b43-dev@lists.infradead.org
2058 W:      http://wireless.kernel.org/en/users/Drivers/b43
2059 S:      Maintained
2060 F:      drivers/net/wireless/b43legacy/
2061
2062 BACKLIGHT CLASS/SUBSYSTEM
2063 M:      Jingoo Han <jingoohan1@gmail.com>
2064 M:      Lee Jones <lee.jones@linaro.org>
2065 S:      Maintained
2066 F:      drivers/video/backlight/
2067 F:      include/linux/backlight.h
2068
2069 BATMAN ADVANCED
2070 M:      Marek Lindner <mareklindner@neomailbox.ch>
2071 M:      Simon Wunderlich <sw@simonwunderlich.de>
2072 M:      Antonio Quartulli <antonio@meshcoding.com>
2073 L:      b.a.t.m.a.n@lists.open-mesh.org
2074 W:      http://www.open-mesh.org/
2075 S:      Maintained
2076 F:      net/batman-adv/
2077
2078 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2079 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2080 L:      linux-hams@vger.kernel.org
2081 W:      http://www.baycom.org/~tom/ham/ham.html
2082 S:      Maintained
2083 F:      drivers/net/hamradio/baycom*
2084
2085 BCACHE (BLOCK LAYER CACHE)
2086 M:      Kent Overstreet <kent.overstreet@gmail.com>
2087 L:      linux-bcache@vger.kernel.org
2088 W:      http://bcache.evilpiepirate.org
2089 S:      Maintained
2090 F:      drivers/md/bcache/
2091
2092 BDISP ST MEDIA DRIVER
2093 M:      Fabien Dessenne <fabien.dessenne@st.com>
2094 L:      linux-media@vger.kernel.org
2095 T:      git git://linuxtv.org/media_tree.git
2096 W:      http://linuxtv.org
2097 S:      Supported
2098 F:      drivers/media/platform/sti/bdisp
2099
2100 BEFS FILE SYSTEM
2101 S:      Orphan
2102 F:      Documentation/filesystems/befs.txt
2103 F:      fs/befs/
2104
2105 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2106 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2107 L:      netdev@vger.kernel.org
2108 S:      Maintained
2109 F:      drivers/net/ethernet/ec_bhf.c
2110
2111 BFS FILE SYSTEM
2112 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2113 S:      Maintained
2114 F:      Documentation/filesystems/bfs.txt
2115 F:      fs/bfs/
2116 F:      include/uapi/linux/bfs_fs.h
2117
2118 BLACKFIN ARCHITECTURE
2119 M:      Steven Miao <realmz6@gmail.com>
2120 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2121 T:      git git://git.code.sf.net/p/adi-linux/code
2122 W:      http://blackfin.uclinux.org
2123 S:      Supported
2124 F:      arch/blackfin/
2125
2126 BLACKFIN EMAC DRIVER
2127 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2128 W:      http://blackfin.uclinux.org
2129 S:      Supported
2130 F:      drivers/net/ethernet/adi/
2131
2132 BLACKFIN RTC DRIVER
2133 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2134 W:      http://blackfin.uclinux.org
2135 S:      Supported
2136 F:      drivers/rtc/rtc-bfin.c
2137
2138 BLACKFIN SDH DRIVER
2139 M:      Sonic Zhang <sonic.zhang@analog.com>
2140 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2141 W:      http://blackfin.uclinux.org
2142 S:      Supported
2143 F:      drivers/mmc/host/bfin_sdh.c
2144
2145 BLACKFIN SERIAL DRIVER
2146 M:      Sonic Zhang <sonic.zhang@analog.com>
2147 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2148 W:      http://blackfin.uclinux.org
2149 S:      Supported
2150 F:      drivers/tty/serial/bfin_uart.c
2151
2152 BLACKFIN WATCHDOG DRIVER
2153 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2154 W:      http://blackfin.uclinux.org
2155 S:      Supported
2156 F:      drivers/watchdog/bfin_wdt.c
2157
2158 BLACKFIN I2C TWI DRIVER
2159 M:      Sonic Zhang <sonic.zhang@analog.com>
2160 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2161 W:      http://blackfin.uclinux.org/
2162 S:      Supported
2163 F:      drivers/i2c/busses/i2c-bfin-twi.c
2164
2165 BLACKFIN MEDIA DRIVER
2166 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2167 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2168 W:      http://blackfin.uclinux.org/
2169 S:      Supported
2170 F:      drivers/media/platform/blackfin/
2171 F:      drivers/media/i2c/adv7183*
2172 F:      drivers/media/i2c/vs6624*
2173
2174 BLINKM RGB LED DRIVER
2175 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2176 S:      Maintained
2177 F:      drivers/leds/leds-blinkm.c
2178
2179 BLOCK LAYER
2180 M:      Jens Axboe <axboe@kernel.dk>
2181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2182 S:      Maintained
2183 F:      block/
2184 F:      kernel/trace/blktrace.c
2185
2186 BLOCK2MTD DRIVER
2187 M:      Joern Engel <joern@lazybastard.org>
2188 L:      linux-mtd@lists.infradead.org
2189 S:      Maintained
2190 F:      drivers/mtd/devices/block2mtd.c
2191
2192 BLUETOOTH DRIVERS
2193 M:      Marcel Holtmann <marcel@holtmann.org>
2194 M:      Gustavo Padovan <gustavo@padovan.org>
2195 M:      Johan Hedberg <johan.hedberg@gmail.com>
2196 L:      linux-bluetooth@vger.kernel.org
2197 W:      http://www.bluez.org/
2198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2200 S:      Maintained
2201 F:      drivers/bluetooth/
2202
2203 BLUETOOTH SUBSYSTEM
2204 M:      Marcel Holtmann <marcel@holtmann.org>
2205 M:      Gustavo Padovan <gustavo@padovan.org>
2206 M:      Johan Hedberg <johan.hedberg@gmail.com>
2207 L:      linux-bluetooth@vger.kernel.org
2208 W:      http://www.bluez.org/
2209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2211 S:      Maintained
2212 F:      net/bluetooth/
2213 F:      include/net/bluetooth/
2214
2215 BONDING DRIVER
2216 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2217 M:      Veaceslav Falico <vfalico@gmail.com>
2218 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2219 L:      netdev@vger.kernel.org
2220 W:      http://sourceforge.net/projects/bonding/
2221 S:      Supported
2222 F:      drivers/net/bonding/
2223 F:      include/uapi/linux/if_bonding.h
2224
2225 BPF (Safe dynamic programs and tools)
2226 M:      Alexei Starovoitov <ast@kernel.org>
2227 L:      netdev@vger.kernel.org
2228 L:      linux-kernel@vger.kernel.org
2229 S:      Supported
2230 F:      kernel/bpf/
2231
2232 BROADCOM B44 10/100 ETHERNET DRIVER
2233 M:      Gary Zambrano <zambrano@broadcom.com>
2234 L:      netdev@vger.kernel.org
2235 S:      Supported
2236 F:      drivers/net/ethernet/broadcom/b44.*
2237
2238 BROADCOM GENET ETHERNET DRIVER
2239 M:      Florian Fainelli <f.fainelli@gmail.com>
2240 L:      netdev@vger.kernel.org
2241 S:      Supported
2242 F:      drivers/net/ethernet/broadcom/genet/
2243
2244 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2245 M:      Sony Chacko <sony.chacko@qlogic.com>
2246 M:      Dept-HSGLinuxNICDev@qlogic.com
2247 L:      netdev@vger.kernel.org
2248 S:      Supported
2249 F:      drivers/net/ethernet/broadcom/bnx2.*
2250 F:      drivers/net/ethernet/broadcom/bnx2_*
2251
2252 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2253 M:      Ariel Elior <ariel.elior@qlogic.com>
2254 L:      netdev@vger.kernel.org
2255 S:      Supported
2256 F:      drivers/net/ethernet/broadcom/bnx2x/
2257
2258 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2259 M:      Florian Fainelli <f.fainelli@gmail.com>
2260 M:      Ray Jui <rjui@broadcom.com>
2261 M:      Scott Branden <sbranden@broadcom.com>
2262 L:      bcm-kernel-feedback-list@broadcom.com
2263 T:      git git://github.com/broadcom/mach-bcm
2264 S:      Maintained
2265 F:      arch/arm/mach-bcm/
2266 F:      arch/arm/boot/dts/bcm113*
2267 F:      arch/arm/boot/dts/bcm216*
2268 F:      arch/arm/boot/dts/bcm281*
2269 F:      arch/arm/configs/bcm_defconfig
2270 F:      drivers/mmc/host/sdhci-bcm-kona.c
2271 F:      drivers/clocksource/bcm_kona_timer.c
2272
2273 BROADCOM BCM2835 ARM ARCHITECTURE
2274 M:      Stephen Warren <swarren@wwwdotorg.org>
2275 M:      Lee Jones <lee@kernel.org>
2276 M:      Eric Anholt <eric@anholt.net>
2277 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2280 S:      Maintained
2281 N:      bcm2835
2282
2283 BROADCOM BCM33XX MIPS ARCHITECTURE
2284 M:      Kevin Cernekee <cernekee@gmail.com>
2285 L:      linux-mips@linux-mips.org
2286 S:      Maintained
2287 F:      arch/mips/bcm3384/*
2288 F:      arch/mips/include/asm/mach-bcm3384/*
2289 F:      arch/mips/kernel/*bmips*
2290
2291 BROADCOM BCM47XX MIPS ARCHITECTURE
2292 M:      Hauke Mehrtens <hauke@hauke-m.de>
2293 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2294 L:      linux-mips@linux-mips.org
2295 S:      Maintained
2296 F:      arch/mips/bcm47xx/*
2297 F:      arch/mips/include/asm/mach-bcm47xx/*
2298
2299 BROADCOM BCM5301X ARM ARCHITECTURE
2300 M:      Hauke Mehrtens <hauke@hauke-m.de>
2301 L:      linux-arm-kernel@lists.infradead.org
2302 S:      Maintained
2303 F:      arch/arm/mach-bcm/bcm_5301x.c
2304 F:      arch/arm/boot/dts/bcm5301x.dtsi
2305 F:      arch/arm/boot/dts/bcm470*
2306
2307 BROADCOM BCM63XX ARM ARCHITECTURE
2308 M:      Florian Fainelli <f.fainelli@gmail.com>
2309 L:      linux-arm-kernel@lists.infradead.org
2310 T:      git git://github.com/broadcom/arm-bcm63xx.git
2311 S:      Maintained
2312 F:      arch/arm/mach-bcm/bcm63xx.c
2313 F:      arch/arm/include/debug/bcm63xx.S
2314
2315 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2316 M:      Kevin Cernekee <cernekee@gmail.com>
2317 L:      linux-usb@vger.kernel.org
2318 S:      Maintained
2319 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2320
2321 BROADCOM BCM7XXX ARM ARCHITECTURE
2322 M:      Brian Norris <computersforpeace@gmail.com>
2323 M:      Gregory Fong <gregory.0xf0@gmail.com>
2324 M:      Florian Fainelli <f.fainelli@gmail.com>
2325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2326 T:      git git://github.com/broadcom/stblinux.git
2327 S:      Maintained
2328 F:      arch/arm/mach-bcm/*brcmstb*
2329 F:      arch/arm/boot/dts/bcm7*.dts*
2330 F:      drivers/bus/brcmstb_gisb.c
2331 N:      brcmstb
2332
2333 BROADCOM BMIPS MIPS ARCHITECTURE
2334 M:      Kevin Cernekee <cernekee@gmail.com>
2335 M:      Florian Fainelli <f.fainelli@gmail.com>
2336 L:      linux-mips@linux-mips.org
2337 T:      git git://github.com/broadcom/stblinux.git
2338 S:      Maintained
2339 F:      arch/mips/bmips/*
2340 F:      arch/mips/include/asm/mach-bmips/*
2341 F:      arch/mips/kernel/*bmips*
2342 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2343 F:      drivers/irqchip/irq-bcm7*
2344 F:      drivers/irqchip/irq-brcmstb*
2345
2346 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2347 M:      Prashant Sreedharan <prashant@broadcom.com>
2348 M:      Michael Chan <mchan@broadcom.com>
2349 L:      netdev@vger.kernel.org
2350 S:      Supported
2351 F:      drivers/net/ethernet/broadcom/tg3.*
2352
2353 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2354 M:      Brett Rudley <brudley@broadcom.com>
2355 M:      Arend van Spriel <arend@broadcom.com>
2356 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2357 M:      Hante Meuleman <meuleman@broadcom.com>
2358 L:      linux-wireless@vger.kernel.org
2359 L:      brcm80211-dev-list@broadcom.com
2360 S:      Supported
2361 F:      drivers/net/wireless/brcm80211/
2362
2363 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2364 M:      QLogic-Storage-Upstream@qlogic.com
2365 L:      linux-scsi@vger.kernel.org
2366 S:      Supported
2367 F:      drivers/scsi/bnx2fc/
2368
2369 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2370 M:      QLogic-Storage-Upstream@qlogic.com
2371 L:      linux-scsi@vger.kernel.org
2372 S:      Supported
2373 F:      drivers/scsi/bnx2i/
2374
2375 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2376 M:      Ray Jui <rjui@broadcom.com>
2377 M:      Scott Branden <sbranden@broadcom.com>
2378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2379 L:      bcm-kernel-feedback-list@broadcom.com
2380 T:      git git://github.com/broadcom/cygnus-linux.git
2381 S:      Maintained
2382 N:      iproc
2383 N:      cygnus
2384 N:      bcm9113*
2385 N:      bcm9583*
2386 N:      bcm583*
2387 N:      bcm113*
2388
2389 BROADCOM BRCMSTB GPIO DRIVER
2390 M:      Gregory Fong <gregory.0xf0@gmail.com>
2391 L:      bcm-kernel-feedback-list@broadcom.com>
2392 S:      Supported
2393 F:      drivers/gpio/gpio-brcmstb.c
2394 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2395
2396 BROADCOM KONA GPIO DRIVER
2397 M:      Ray Jui <rjui@broadcom.com>
2398 L:      bcm-kernel-feedback-list@broadcom.com
2399 S:      Supported
2400 F:      drivers/gpio/gpio-bcm-kona.c
2401 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2402
2403 BROADCOM NVRAM DRIVER
2404 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2405 L:      linux-mips@linux-mips.org
2406 S:      Maintained
2407 F:      drivers/firmware/broadcom/*
2408
2409 BROADCOM STB NAND FLASH DRIVER
2410 M:      Brian Norris <computersforpeace@gmail.com>
2411 L:      linux-mtd@lists.infradead.org
2412 S:      Maintained
2413 F:      drivers/mtd/nand/brcmnand/
2414
2415 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2416 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2417 L:      linux-wireless@vger.kernel.org
2418 S:      Maintained
2419 F:      drivers/bcma/
2420 F:      include/linux/bcma/
2421
2422 BROADCOM SYSTEMPORT ETHERNET DRIVER
2423 M:      Florian Fainelli <f.fainelli@gmail.com>
2424 L:      netdev@vger.kernel.org
2425 S:      Supported
2426 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2427
2428 BROCADE BFA FC SCSI DRIVER
2429 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2430 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2431 L:      linux-scsi@vger.kernel.org
2432 S:      Supported
2433 F:      drivers/scsi/bfa/
2434
2435 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2436 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2437 L:      netdev@vger.kernel.org
2438 S:      Supported
2439 F:      drivers/net/ethernet/brocade/bna/
2440
2441 BSG (block layer generic sg v4 driver)
2442 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2443 L:      linux-scsi@vger.kernel.org
2444 S:      Supported
2445 F:      block/bsg.c
2446 F:      include/linux/bsg.h
2447 F:      include/uapi/linux/bsg.h
2448
2449 BT87X AUDIO DRIVER
2450 M:      Clemens Ladisch <clemens@ladisch.de>
2451 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2452 T:      git git://git.alsa-project.org/alsa-kernel.git
2453 S:      Maintained
2454 F:      Documentation/sound/alsa/Bt87x.txt
2455 F:      sound/pci/bt87x.c
2456
2457 BT8XXGPIO DRIVER
2458 M:      Michael Buesch <m@bues.ch>
2459 W:      http://bu3sch.de/btgpio.php
2460 S:      Maintained
2461 F:      drivers/gpio/gpio-bt8xx.c
2462
2463 BTRFS FILE SYSTEM
2464 M:      Chris Mason <clm@fb.com>
2465 M:      Josef Bacik <jbacik@fb.com>
2466 M:      David Sterba <dsterba@suse.com>
2467 L:      linux-btrfs@vger.kernel.org
2468 W:      http://btrfs.wiki.kernel.org/
2469 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2471 S:      Maintained
2472 F:      Documentation/filesystems/btrfs.txt
2473 F:      fs/btrfs/
2474
2475 BTTV VIDEO4LINUX DRIVER
2476 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2477 L:      linux-media@vger.kernel.org
2478 W:      http://linuxtv.org
2479 T:      git git://linuxtv.org/media_tree.git
2480 S:      Odd fixes
2481 F:      Documentation/video4linux/bttv/
2482 F:      drivers/media/pci/bt8xx/bttv*
2483
2484 BUSLOGIC SCSI DRIVER
2485 M:      Khalid Aziz <khalid@gonehiking.org>
2486 L:      linux-scsi@vger.kernel.org
2487 S:      Maintained
2488 F:      drivers/scsi/BusLogic.*
2489 F:      drivers/scsi/FlashPoint.*
2490
2491 C-MEDIA CMI8788 DRIVER
2492 M:      Clemens Ladisch <clemens@ladisch.de>
2493 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2494 T:      git git://git.alsa-project.org/alsa-kernel.git
2495 S:      Maintained
2496 F:      sound/pci/oxygen/
2497
2498 C6X ARCHITECTURE
2499 M:      Mark Salter <msalter@redhat.com>
2500 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2501 L:      linux-c6x-dev@linux-c6x.org
2502 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2503 S:      Maintained
2504 F:      arch/c6x/
2505
2506 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2507 M:      David Howells <dhowells@redhat.com>
2508 L:      linux-cachefs@redhat.com
2509 S:      Supported
2510 F:      Documentation/filesystems/caching/cachefiles.txt
2511 F:      fs/cachefiles/
2512
2513 CADET FM/AM RADIO RECEIVER DRIVER
2514 M:      Hans Verkuil <hverkuil@xs4all.nl>
2515 L:      linux-media@vger.kernel.org
2516 T:      git git://linuxtv.org/media_tree.git
2517 W:      http://linuxtv.org
2518 S:      Maintained
2519 F:      drivers/media/radio/radio-cadet*
2520
2521 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2522 M:      Jonathan Corbet <corbet@lwn.net>
2523 L:      linux-media@vger.kernel.org
2524 T:      git git://linuxtv.org/media_tree.git
2525 S:      Maintained
2526 F:      Documentation/video4linux/cafe_ccic
2527 F:      drivers/media/platform/marvell-ccic/
2528
2529 CAIF NETWORK LAYER
2530 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2531 L:      netdev@vger.kernel.org
2532 S:      Supported
2533 F:      Documentation/networking/caif/
2534 F:      drivers/net/caif/
2535 F:      include/uapi/linux/caif/
2536 F:      include/net/caif/
2537 F:      net/caif/
2538
2539 CALGARY x86-64 IOMMU
2540 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2541 M:      "Jon D. Mason" <jdmason@kudzu.us>
2542 L:      discuss@x86-64.org
2543 S:      Maintained
2544 F:      arch/x86/kernel/pci-calgary_64.c
2545 F:      arch/x86/kernel/tce_64.c
2546 F:      arch/x86/include/asm/calgary.h
2547 F:      arch/x86/include/asm/tce.h
2548
2549 CAN NETWORK LAYER
2550 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2551 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2552 L:      linux-can@vger.kernel.org
2553 W:      https://github.com/linux-can
2554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2556 S:      Maintained
2557 F:      Documentation/networking/can.txt
2558 F:      net/can/
2559 F:      include/linux/can/core.h
2560 F:      include/uapi/linux/can.h
2561 F:      include/uapi/linux/can/bcm.h
2562 F:      include/uapi/linux/can/raw.h
2563 F:      include/uapi/linux/can/gw.h
2564
2565 CAN NETWORK DRIVERS
2566 M:      Wolfgang Grandegger <wg@grandegger.com>
2567 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2568 L:      linux-can@vger.kernel.org
2569 W:      https://github.com/linux-can
2570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2572 S:      Maintained
2573 F:      drivers/net/can/
2574 F:      include/linux/can/dev.h
2575 F:      include/linux/can/platform/
2576 F:      include/uapi/linux/can/error.h
2577 F:      include/uapi/linux/can/netlink.h
2578
2579 CAPABILITIES
2580 M:      Serge Hallyn <serge.hallyn@canonical.com>
2581 L:      linux-security-module@vger.kernel.org
2582 S:      Supported
2583 F:      include/linux/capability.h
2584 F:      include/uapi/linux/capability.h
2585 F:      security/commoncap.c
2586 F:      kernel/capability.c
2587
2588 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2589 M:      Kevin Tsai <ktsai@capellamicro.com>
2590 S:      Maintained
2591 F:      drivers/iio/light/cm*
2592 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2593
2594 CAVIUM LIQUIDIO NETWORK DRIVER
2595 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2596 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2597 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2598 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2599 L:     netdev@vger.kernel.org
2600 W:     http://www.cavium.com
2601 S:     Supported
2602 F:     drivers/net/ethernet/cavium/liquidio/
2603
2604 CC2520 IEEE-802.15.4 RADIO DRIVER
2605 M:      Varka Bhadram <varkabhadram@gmail.com>
2606 L:      linux-wpan@vger.kernel.org
2607 S:      Maintained
2608 F:      drivers/net/ieee802154/cc2520.c
2609 F:      include/linux/spi/cc2520.h
2610 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2611
2612 CELL BROADBAND ENGINE ARCHITECTURE
2613 M:      Arnd Bergmann <arnd@arndb.de>
2614 L:      linuxppc-dev@lists.ozlabs.org
2615 W:      http://www.ibm.com/developerworks/power/cell/
2616 S:      Supported
2617 F:      arch/powerpc/include/asm/cell*.h
2618 F:      arch/powerpc/include/asm/spu*.h
2619 F:      arch/powerpc/include/uapi/asm/spu*.h
2620 F:      arch/powerpc/oprofile/*cell*
2621 F:      arch/powerpc/platforms/cell/
2622
2623 CEPH COMMON CODE (LIBCEPH)
2624 M:      Ilya Dryomov <idryomov@gmail.com>
2625 M:      "Yan, Zheng" <zyan@redhat.com>
2626 M:      Sage Weil <sage@redhat.com>
2627 L:      ceph-devel@vger.kernel.org
2628 W:      http://ceph.com/
2629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2630 T:      git git://github.com/ceph/ceph-client.git
2631 S:      Supported
2632 F:      net/ceph/
2633 F:      include/linux/ceph/
2634 F:      include/linux/crush/
2635
2636 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2637 M:      "Yan, Zheng" <zyan@redhat.com>
2638 M:      Sage Weil <sage@redhat.com>
2639 M:      Ilya Dryomov <idryomov@gmail.com>
2640 L:      ceph-devel@vger.kernel.org
2641 W:      http://ceph.com/
2642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2643 T:      git git://github.com/ceph/ceph-client.git
2644 S:      Supported
2645 F:      Documentation/filesystems/ceph.txt
2646 F:      fs/ceph/
2647
2648 CERTIFICATE HANDLING:
2649 M:      David Howells <dhowells@redhat.com>
2650 M:      David Woodhouse <dwmw2@infradead.org>
2651 L:      keyrings@linux-nfs.org
2652 S:      Maintained
2653 F:      Documentation/module-signing.txt
2654 F:      certs/
2655 F:      scripts/extract-cert.c
2656
2657 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2658 L:      linux-usb@vger.kernel.org
2659 S:      Orphan
2660 F:      Documentation/usb/WUSB-Design-overview.txt
2661 F:      Documentation/usb/wusb-cbaf
2662 F:      drivers/usb/host/hwa-hc.c
2663 F:      drivers/usb/host/whci/
2664 F:      drivers/usb/wusbcore/
2665 F:      include/linux/usb/wusb*
2666
2667 CFAG12864B LCD DRIVER
2668 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2669 W:      http://miguelojeda.es/auxdisplay.htm
2670 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2671 S:      Maintained
2672 F:      drivers/auxdisplay/cfag12864b.c
2673 F:      include/linux/cfag12864b.h
2674
2675 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2676 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2677 W:      http://miguelojeda.es/auxdisplay.htm
2678 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2679 S:      Maintained
2680 F:      drivers/auxdisplay/cfag12864bfb.c
2681 F:      include/linux/cfag12864b.h
2682
2683 CFG80211 and NL80211
2684 M:      Johannes Berg <johannes@sipsolutions.net>
2685 L:      linux-wireless@vger.kernel.org
2686 W:      http://wireless.kernel.org/
2687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2689 S:      Maintained
2690 F:      include/uapi/linux/nl80211.h
2691 F:      include/net/cfg80211.h
2692 F:      net/wireless/*
2693 X:      net/wireless/wext*
2694
2695 CHAR and MISC DRIVERS
2696 M:      Arnd Bergmann <arnd@arndb.de>
2697 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2699 S:      Supported
2700 F:      drivers/char/*
2701 F:      drivers/misc/*
2702 F:      include/linux/miscdevice.h
2703
2704 CHECKPATCH
2705 M:      Andy Whitcroft <apw@canonical.com>
2706 M:      Joe Perches <joe@perches.com>
2707 S:      Maintained
2708 F:      scripts/checkpatch.pl
2709
2710 CHINESE DOCUMENTATION
2711 M:      Harry Wei <harryxiyou@gmail.com>
2712 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2713 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2714 S:      Maintained
2715 F:      Documentation/zh_CN/
2716
2717 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2718 M:      Peter Chen <Peter.Chen@freescale.com>
2719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2720 L:      linux-usb@vger.kernel.org
2721 S:      Maintained
2722 F:      drivers/usb/chipidea/
2723
2724 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2725 M:      Hans de Goede <hdegoede@redhat.com>
2726 L:      linux-input@vger.kernel.org
2727 S:      Maintained
2728 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2729 F:      drivers/input/touchscreen/chipone_icn8318.c
2730
2731 CHROME HARDWARE PLATFORM SUPPORT
2732 M:      Olof Johansson <olof@lixom.net>
2733 S:      Maintained
2734 F:      drivers/platform/chrome/
2735
2736 CISCO VIC ETHERNET NIC DRIVER
2737 M:      Christian Benvenuti <benve@cisco.com>
2738 M:      Sujith Sankar <ssujith@cisco.com>
2739 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2740 M:      Neel Patel <neepatel@cisco.com>
2741 S:      Supported
2742 F:      drivers/net/ethernet/cisco/enic/
2743
2744 CISCO VIC LOW LATENCY NIC DRIVER
2745 M:      Upinder Malhi <umalhi@cisco.com>
2746 S:      Supported
2747 F:      drivers/infiniband/hw/usnic
2748
2749 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2750 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2751 L:      netdev@vger.kernel.org
2752 S:      Maintained
2753 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2754
2755 CIRRUS LOGIC AUDIO CODEC DRIVERS
2756 M:      Brian Austin <brian.austin@cirrus.com>
2757 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2758 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2759 S:      Maintained
2760 F:      sound/soc/codecs/cs*
2761
2762 CLEANCACHE API
2763 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2764 L:      linux-kernel@vger.kernel.org
2765 S:      Maintained
2766 F:      mm/cleancache.c
2767 F:      include/linux/cleancache.h
2768
2769 CLK API
2770 M:      Russell King <linux@arm.linux.org.uk>
2771 L:      linux-clk@vger.kernel.org
2772 S:      Maintained
2773 F:      include/linux/clk.h
2774
2775 CLOCKSOURCE, CLOCKEVENT DRIVERS
2776 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2777 M:      Thomas Gleixner <tglx@linutronix.de>
2778 L:      linux-kernel@vger.kernel.org
2779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2780 S:      Supported
2781 F:      drivers/clocksource
2782
2783 CISCO FCOE HBA DRIVER
2784 M:      Hiral Patel <hiralpat@cisco.com>
2785 M:      Suma Ramars <sramars@cisco.com>
2786 M:      Brian Uchino <buchino@cisco.com>
2787 L:      linux-scsi@vger.kernel.org
2788 S:      Supported
2789 F:      drivers/scsi/fnic/
2790
2791 CISCO SCSI HBA DRIVER
2792 M:      Narsimhulu Musini <nmusini@cisco.com>
2793 M:      Sesidhar Baddela <sebaddel@cisco.com>
2794 L:      linux-scsi@vger.kernel.org
2795 S:      Supported
2796 F:      drivers/scsi/snic/
2797
2798 CMPC ACPI DRIVER
2799 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2800 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2801 L:      platform-driver-x86@vger.kernel.org
2802 S:      Supported
2803 F:      drivers/platform/x86/classmate-laptop.c
2804
2805 COBALT MEDIA DRIVER
2806 M:      Hans Verkuil <hans.verkuil@cisco.com>
2807 L:      linux-media@vger.kernel.org
2808 T:      git git://linuxtv.org/media_tree.git
2809 W:      http://linuxtv.org
2810 S:      Supported
2811 F:      drivers/media/pci/cobalt/
2812
2813 COCCINELLE/Semantic Patches (SmPL)
2814 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2815 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2816 M:      Nicolas Palix <nicolas.palix@imag.fr>
2817 M:      Michal Marek <mmarek@suse.com>
2818 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2820 W:      http://coccinelle.lip6.fr/
2821 S:      Supported
2822 F:      Documentation/coccinelle.txt
2823 F:      scripts/coccinelle/
2824 F:      scripts/coccicheck
2825
2826 CODA FILE SYSTEM
2827 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2828 M:      coda@cs.cmu.edu
2829 L:      codalist@coda.cs.cmu.edu
2830 W:      http://www.coda.cs.cmu.edu/
2831 S:      Maintained
2832 F:      Documentation/filesystems/coda.txt
2833 F:      fs/coda/
2834 F:      include/linux/coda*.h
2835 F:      include/uapi/linux/coda*.h
2836
2837 CODA V4L2 MEM2MEM DRIVER
2838 M:      Philipp Zabel <p.zabel@pengutronix.de>
2839 L:      linux-media@vger.kernel.org
2840 S:      Maintained
2841 F:      Documentation/devicetree/bindings/media/coda.txt
2842 F:      drivers/media/platform/coda/
2843
2844 COMMON CLK FRAMEWORK
2845 M:      Michael Turquette <mturquette@baylibre.com>
2846 M:      Stephen Boyd <sboyd@codeaurora.org>
2847 L:      linux-clk@vger.kernel.org
2848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2849 S:      Maintained
2850 F:      drivers/clk/
2851 X:      drivers/clk/clkdev.c
2852 F:      include/linux/clk-pr*
2853 F:      include/linux/clk/
2854
2855 COMMON INTERNET FILE SYSTEM (CIFS)
2856 M:      Steve French <sfrench@samba.org>
2857 L:      linux-cifs@vger.kernel.org
2858 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2859 W:      http://linux-cifs.samba.org/
2860 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2861 S:      Supported
2862 F:      Documentation/filesystems/cifs/
2863 F:      fs/cifs/
2864
2865 COMPACTPCI HOTPLUG CORE
2866 M:      Scott Murray <scott@spiteful.org>
2867 L:      linux-pci@vger.kernel.org
2868 S:      Maintained
2869 F:      drivers/pci/hotplug/cpci_hotplug*
2870
2871 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2872 M:      Scott Murray <scott@spiteful.org>
2873 L:      linux-pci@vger.kernel.org
2874 S:      Maintained
2875 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2876
2877 COMPACTPCI HOTPLUG GENERIC DRIVER
2878 M:      Scott Murray <scott@spiteful.org>
2879 L:      linux-pci@vger.kernel.org
2880 S:      Maintained
2881 F:      drivers/pci/hotplug/cpcihp_generic.c
2882
2883 COMPAL LAPTOP SUPPORT
2884 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2885 L:      platform-driver-x86@vger.kernel.org
2886 S:      Maintained
2887 F:      drivers/platform/x86/compal-laptop.c
2888
2889 CONEXANT ACCESSRUNNER USB DRIVER
2890 M:      Simon Arlott <cxacru@fire.lp0.eu>
2891 L:      accessrunner-general@lists.sourceforge.net
2892 W:      http://accessrunner.sourceforge.net/
2893 S:      Maintained
2894 F:      drivers/usb/atm/cxacru.c
2895
2896 CONFIGFS
2897 M:      Joel Becker <jlbec@evilplan.org>
2898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2899 S:      Supported
2900 F:      fs/configfs/
2901 F:      include/linux/configfs.h
2902
2903 CONNECTOR
2904 M:      Evgeniy Polyakov <zbr@ioremap.net>
2905 L:      netdev@vger.kernel.org
2906 S:      Maintained
2907 F:      drivers/connector/
2908
2909 CONTROL GROUP (CGROUP)
2910 M:      Tejun Heo <tj@kernel.org>
2911 M:      Li Zefan <lizefan@huawei.com>
2912 M:      Johannes Weiner <hannes@cmpxchg.org>
2913 L:      cgroups@vger.kernel.org
2914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2915 S:      Maintained
2916 F:      Documentation/cgroups/
2917 F:      include/linux/cgroup*
2918 F:      kernel/cgroup*
2919
2920 CONTROL GROUP - CPUSET
2921 M:      Li Zefan <lizefan@huawei.com>
2922 L:      cgroups@vger.kernel.org
2923 W:      http://www.bullopensource.org/cpuset/
2924 W:      http://oss.sgi.com/projects/cpusets/
2925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2926 S:      Maintained
2927 F:      Documentation/cgroups/cpusets.txt
2928 F:      include/linux/cpuset.h
2929 F:      kernel/cpuset.c
2930
2931 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2932 M:      Johannes Weiner <hannes@cmpxchg.org>
2933 M:      Michal Hocko <mhocko@kernel.org>
2934 L:      cgroups@vger.kernel.org
2935 L:      linux-mm@kvack.org
2936 S:      Maintained
2937 F:      mm/memcontrol.c
2938 F:      mm/swap_cgroup.c
2939
2940 CORETEMP HARDWARE MONITORING DRIVER
2941 M:      Fenghua Yu <fenghua.yu@intel.com>
2942 L:      lm-sensors@lm-sensors.org
2943 S:      Maintained
2944 F:      Documentation/hwmon/coretemp
2945 F:      drivers/hwmon/coretemp.c
2946
2947 COSA/SRP SYNC SERIAL DRIVER
2948 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2949 W:      http://www.fi.muni.cz/~kas/cosa/
2950 S:      Maintained
2951 F:      drivers/net/wan/cosa*
2952
2953 CPMAC ETHERNET DRIVER
2954 M:      Florian Fainelli <florian@openwrt.org>
2955 L:      netdev@vger.kernel.org
2956 S:      Maintained
2957 F:      drivers/net/ethernet/ti/cpmac.c
2958
2959 CPU FREQUENCY DRIVERS
2960 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2961 M:      Viresh Kumar <viresh.kumar@linaro.org>
2962 L:      linux-pm@vger.kernel.org
2963 S:      Maintained
2964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2965 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2966 F:      drivers/cpufreq/
2967 F:      include/linux/cpufreq.h
2968
2969 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2970 M:      Viresh Kumar <viresh.kumar@linaro.org>
2971 M:      Sudeep Holla <sudeep.holla@arm.com>
2972 L:      linux-pm@vger.kernel.org
2973 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2974 S:      Maintained
2975 F:      drivers/cpufreq/arm_big_little.h
2976 F:      drivers/cpufreq/arm_big_little.c
2977 F:      drivers/cpufreq/arm_big_little_dt.c
2978
2979 CPUIDLE DRIVER - ARM BIG LITTLE
2980 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2981 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2982 L:      linux-pm@vger.kernel.org
2983 L:      linux-arm-kernel@lists.infradead.org
2984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2985 S:      Maintained
2986 F:      drivers/cpuidle/cpuidle-big_little.c
2987
2988 CPUIDLE DRIVER - ARM EXYNOS
2989 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2990 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2991 M:      Kukjin Kim <kgene@kernel.org>
2992 L:      linux-pm@vger.kernel.org
2993 L:      linux-samsung-soc@vger.kernel.org
2994 S:      Supported
2995 F:      drivers/cpuidle/cpuidle-exynos.c
2996 F:      arch/arm/mach-exynos/pm.c
2997
2998 CPUIDLE DRIVERS
2999 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3000 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3001 L:      linux-pm@vger.kernel.org
3002 S:      Maintained
3003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3004 F:      drivers/cpuidle/*
3005 F:      include/linux/cpuidle.h
3006
3007 CPUID/MSR DRIVER
3008 M:      "H. Peter Anvin" <hpa@zytor.com>
3009 S:      Maintained
3010 F:      arch/x86/kernel/cpuid.c
3011 F:      arch/x86/kernel/msr.c
3012
3013 CPU POWER MONITORING SUBSYSTEM
3014 M:      Thomas Renninger <trenn@suse.com>
3015 L:      linux-pm@vger.kernel.org
3016 S:      Maintained
3017 F:      tools/power/cpupower/
3018
3019 CRAMFS FILESYSTEM
3020 W:      http://sourceforge.net/projects/cramfs/
3021 S:      Orphan / Obsolete
3022 F:      Documentation/filesystems/cramfs.txt
3023 F:      fs/cramfs/
3024
3025 CRIS PORT
3026 M:      Mikael Starvik <starvik@axis.com>
3027 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3028 L:      linux-cris-kernel@axis.com
3029 W:      http://developer.axis.com
3030 S:      Maintained
3031 F:      arch/cris/
3032 F:      drivers/tty/serial/crisv10.*
3033
3034 CRYPTO API
3035 M:      Herbert Xu <herbert@gondor.apana.org.au>
3036 M:      "David S. Miller" <davem@davemloft.net>
3037 L:      linux-crypto@vger.kernel.org
3038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3039 S:      Maintained
3040 F:      Documentation/crypto/
3041 F:      Documentation/DocBook/crypto-API.tmpl
3042 F:      arch/*/crypto/
3043 F:      crypto/
3044 F:      drivers/crypto/
3045 F:      include/crypto/
3046
3047 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3048 M:      Neil Horman <nhorman@tuxdriver.com>
3049 L:      linux-crypto@vger.kernel.org
3050 S:      Maintained
3051 F:      crypto/ansi_cprng.c
3052 F:      crypto/rng.c
3053
3054 CS5535 Audio ALSA driver
3055 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3056 S:      Maintained
3057 F:      sound/pci/cs5535audio/
3058
3059 CW1200 WLAN driver
3060 M:      Solomon Peachy <pizza@shaftnet.org>
3061 S:      Maintained
3062 F:      drivers/net/wireless/cw1200/
3063
3064 CX18 VIDEO4LINUX DRIVER
3065 M:      Andy Walls <awalls@md.metrocast.net>
3066 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3067 L:      linux-media@vger.kernel.org
3068 T:      git git://linuxtv.org/media_tree.git
3069 W:      http://linuxtv.org
3070 W:      http://www.ivtvdriver.org/index.php/Cx18
3071 S:      Maintained
3072 F:      Documentation/video4linux/cx18.txt
3073 F:      drivers/media/pci/cx18/
3074 F:      include/uapi/linux/ivtv*
3075
3076 CX2341X MPEG ENCODER HELPER MODULE
3077 M:      Hans Verkuil <hverkuil@xs4all.nl>
3078 L:      linux-media@vger.kernel.org
3079 T:      git git://linuxtv.org/media_tree.git
3080 W:      http://linuxtv.org
3081 S:      Maintained
3082 F:      drivers/media/common/cx2341x*
3083 F:      include/media/cx2341x*
3084
3085 CX24120 MEDIA DRIVER
3086 M:      Jemma Denson <jdenson@gmail.com>
3087 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3088 L:      linux-media@vger.kernel.org
3089 W:      http://linuxtv.org/
3090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3091 S:      Maintained
3092 F:      drivers/media/dvb-frontends/cx24120*
3093
3094 CX88 VIDEO4LINUX DRIVER
3095 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3096 L:      linux-media@vger.kernel.org
3097 W:      http://linuxtv.org
3098 T:      git git://linuxtv.org/media_tree.git
3099 S:      Odd fixes
3100 F:      Documentation/video4linux/cx88/
3101 F:      drivers/media/pci/cx88/
3102
3103 CXD2820R MEDIA DRIVER
3104 M:      Antti Palosaari <crope@iki.fi>
3105 L:      linux-media@vger.kernel.org
3106 W:      http://linuxtv.org/
3107 W:      http://palosaari.fi/linux/
3108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3109 T:      git git://linuxtv.org/anttip/media_tree.git
3110 S:      Maintained
3111 F:      drivers/media/dvb-frontends/cxd2820r*
3112
3113 CXGB3 ETHERNET DRIVER (CXGB3)
3114 M:      Santosh Raspatur <santosh@chelsio.com>
3115 L:      netdev@vger.kernel.org
3116 W:      http://www.chelsio.com
3117 S:      Supported
3118 F:      drivers/net/ethernet/chelsio/cxgb3/
3119
3120 CXGB3 ISCSI DRIVER (CXGB3I)
3121 M:      Karen Xie <kxie@chelsio.com>
3122 L:      linux-scsi@vger.kernel.org
3123 W:      http://www.chelsio.com
3124 S:      Supported
3125 F:      drivers/scsi/cxgbi/cxgb3i
3126
3127 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3128 M:      Steve Wise <swise@chelsio.com>
3129 L:      linux-rdma@vger.kernel.org
3130 W:      http://www.openfabrics.org
3131 S:      Supported
3132 F:      drivers/infiniband/hw/cxgb3/
3133
3134 CXGB4 ETHERNET DRIVER (CXGB4)
3135 M:      Hariprasad S <hariprasad@chelsio.com>
3136 L:      netdev@vger.kernel.org
3137 W:      http://www.chelsio.com
3138 S:      Supported
3139 F:      drivers/net/ethernet/chelsio/cxgb4/
3140
3141 CXGB4 ISCSI DRIVER (CXGB4I)
3142 M:      Karen Xie <kxie@chelsio.com>
3143 L:      linux-scsi@vger.kernel.org
3144 W:      http://www.chelsio.com
3145 S:      Supported
3146 F:      drivers/scsi/cxgbi/cxgb4i
3147
3148 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3149 M:      Steve Wise <swise@chelsio.com>
3150 L:      linux-rdma@vger.kernel.org
3151 W:      http://www.openfabrics.org
3152 S:      Supported
3153 F:      drivers/infiniband/hw/cxgb4/
3154
3155 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3156 M:      Casey Leedom <leedom@chelsio.com>
3157 L:      netdev@vger.kernel.org
3158 W:      http://www.chelsio.com
3159 S:      Supported
3160 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3161
3162 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3163 M:      Ian Munsie <imunsie@au1.ibm.com>
3164 M:      Michael Neuling <mikey@neuling.org>
3165 L:      linuxppc-dev@lists.ozlabs.org
3166 S:      Supported
3167 F:      drivers/misc/cxl/
3168 F:      include/misc/cxl*
3169 F:      include/uapi/misc/cxl.h
3170 F:      Documentation/powerpc/cxl.txt
3171 F:      Documentation/powerpc/cxl.txt
3172 F:      Documentation/ABI/testing/sysfs-class-cxl
3173
3174 STMMAC ETHERNET DRIVER
3175 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3176 L:      netdev@vger.kernel.org
3177 W:      http://www.stlinux.com
3178 S:      Supported
3179 F:      drivers/net/ethernet/stmicro/stmmac/
3180
3181 CYBERPRO FB DRIVER
3182 M:      Russell King <linux@arm.linux.org.uk>
3183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3184 W:      http://www.arm.linux.org.uk/
3185 S:      Maintained
3186 F:      drivers/video/fbdev/cyber2000fb.*
3187
3188 CYCLADES ASYNC MUX DRIVER
3189 W:      http://www.cyclades.com/
3190 S:      Orphan
3191 F:      drivers/tty/cyclades.c
3192 F:      include/linux/cyclades.h
3193 F:      include/uapi/linux/cyclades.h
3194
3195 CYCLADES PC300 DRIVER
3196 W:      http://www.cyclades.com/
3197 S:      Orphan
3198 F:      drivers/net/wan/pc300*
3199
3200 CYPRESS_FIRMWARE MEDIA DRIVER
3201 M:      Antti Palosaari <crope@iki.fi>
3202 L:      linux-media@vger.kernel.org
3203 W:      http://linuxtv.org/
3204 W:      http://palosaari.fi/linux/
3205 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3206 T:      git git://linuxtv.org/anttip/media_tree.git
3207 S:      Maintained
3208 F:      drivers/media/common/cypress_firmware*
3209
3210 CYTTSP TOUCHSCREEN DRIVER
3211 M:      Ferruh Yigit <fery@cypress.com>
3212 L:      linux-input@vger.kernel.org
3213 S:      Supported
3214 F:      drivers/input/touchscreen/cyttsp*
3215 F:      include/linux/input/cyttsp.h
3216
3217 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3218 M:      Joshua Kinard <kumba@gentoo.org>
3219 S:      Maintained
3220 F:      drivers/rtc/rtc-ds1685.c
3221 F:      include/linux/rtc/ds1685.h
3222
3223 DAMA SLAVE for AX.25
3224 M:      Joerg Reuter <jreuter@yaina.de>
3225 W:      http://yaina.de/jreuter/
3226 W:      http://www.qsl.net/dl1bke/
3227 L:      linux-hams@vger.kernel.org
3228 S:      Maintained
3229 F:      net/ax25/af_ax25.c
3230 F:      net/ax25/ax25_dev.c
3231 F:      net/ax25/ax25_ds_*
3232 F:      net/ax25/ax25_in.c
3233 F:      net/ax25/ax25_out.c
3234 F:      net/ax25/ax25_timer.c
3235 F:      net/ax25/sysctl_net_ax25.c
3236
3237 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3238 L:      netdev@vger.kernel.org
3239 S:      Orphan
3240 F:      Documentation/networking/dmfe.txt
3241 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3242
3243 DC390/AM53C974 SCSI driver
3244 M:      Hannes Reinecke <hare@suse.com>
3245 L:      linux-scsi@vger.kernel.org
3246 S:      Maintained
3247 F:      drivers/scsi/am53c974.c
3248
3249 DC395x SCSI driver
3250 M:      Oliver Neukum <oliver@neukum.org>
3251 M:      Ali Akcaagac <aliakc@web.de>
3252 M:      Jamie Lenehan <lenehan@twibble.org>
3253 L:      dc395x@twibble.org
3254 W:      http://twibble.org/dist/dc395x/
3255 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3256 S:      Maintained
3257 F:      Documentation/scsi/dc395x.txt
3258 F:      drivers/scsi/dc395x.*
3259
3260 DCCP PROTOCOL
3261 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3262 L:      dccp@vger.kernel.org
3263 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3264 S:      Maintained
3265 F:      include/linux/dccp.h
3266 F:      include/uapi/linux/dccp.h
3267 F:      include/linux/tfrc.h
3268 F:      net/dccp/
3269
3270 DECnet NETWORK LAYER
3271 W:      http://linux-decnet.sourceforge.net
3272 L:      linux-decnet-user@lists.sourceforge.net
3273 S:      Orphan
3274 F:      Documentation/networking/decnet.txt
3275 F:      net/decnet/
3276
3277 DECSTATION PLATFORM SUPPORT
3278 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3279 L:      linux-mips@linux-mips.org
3280 W:      http://www.linux-mips.org/wiki/DECstation
3281 S:      Maintained
3282 F:      arch/mips/dec/
3283 F:      arch/mips/include/asm/dec/
3284 F:      arch/mips/include/asm/mach-dec/
3285
3286 DEFXX FDDI NETWORK DRIVER
3287 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3288 S:      Maintained
3289 F:      drivers/net/fddi/defxx.*
3290
3291 DELL LAPTOP DRIVER
3292 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3293 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3294 L:      platform-driver-x86@vger.kernel.org
3295 S:      Maintained
3296 F:      drivers/platform/x86/dell-laptop.c
3297
3298 DELL LAPTOP RBTN DRIVER
3299 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3300 S:      Maintained
3301 F:      drivers/platform/x86/dell-rbtn.*
3302
3303 DELL LAPTOP FREEFALL DRIVER
3304 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3305 S:      Maintained
3306 F:      drivers/platform/x86/dell-smo8800.c
3307
3308 DELL LAPTOP SMM DRIVER
3309 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3310 S:      Maintained
3311 F:      drivers/hwmon/dell-smm-hwmon.c
3312 F:      include/uapi/linux/i8k.h
3313
3314 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3315 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3316 S:      Maintained
3317 F:      Documentation/dcdbas.txt
3318 F:      drivers/firmware/dcdbas.*
3319
3320 DELL WMI EXTRAS DRIVER
3321 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3322 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3323 S:      Maintained
3324 F:      drivers/platform/x86/dell-wmi.c
3325
3326 DESIGNWARE USB2 DRD IP DRIVER
3327 M:      John Youn <johnyoun@synopsys.com>
3328 L:      linux-usb@vger.kernel.org
3329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3330 S:      Maintained
3331 F:      drivers/usb/dwc2/
3332
3333 DESIGNWARE USB3 DRD IP DRIVER
3334 M:      Felipe Balbi <balbi@ti.com>
3335 L:      linux-usb@vger.kernel.org
3336 L:      linux-omap@vger.kernel.org
3337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3338 S:      Maintained
3339 F:      drivers/usb/dwc3/
3340
3341 DEVICE COREDUMP (DEV_COREDUMP)
3342 M:      Johannes Berg <johannes@sipsolutions.net>
3343 L:      linux-kernel@vger.kernel.org
3344 S:      Maintained
3345 F:      drivers/base/devcoredump.c
3346 F:      include/linux/devcoredump.h
3347
3348 DEVICE FREQUENCY (DEVFREQ)
3349 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3350 M:      Kyungmin Park <kyungmin.park@samsung.com>
3351 L:      linux-pm@vger.kernel.org
3352 S:      Maintained
3353 F:      drivers/devfreq/
3354
3355 DEVICE NUMBER REGISTRY
3356 M:      Torben Mathiasen <device@lanana.org>
3357 W:      http://lanana.org/docs/device-list/index.html
3358 S:      Maintained
3359
3360 DEVICE-MAPPER  (LVM)
3361 M:      Alasdair Kergon <agk@redhat.com>
3362 M:      Mike Snitzer <snitzer@redhat.com>
3363 M:      dm-devel@redhat.com
3364 L:      dm-devel@redhat.com
3365 W:      http://sources.redhat.com/dm
3366 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3368 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3369 S:      Maintained
3370 F:      Documentation/device-mapper/
3371 F:      drivers/md/dm*
3372 F:      drivers/md/persistent-data/
3373 F:      include/linux/device-mapper.h
3374 F:      include/linux/dm-*.h
3375 F:      include/uapi/linux/dm-*.h
3376
3377 DIALOG SEMICONDUCTOR DRIVERS
3378 M:      Support Opensource <support.opensource@diasemi.com>
3379 W:      http://www.dialog-semiconductor.com/products
3380 S:      Supported
3381 F:      Documentation/hwmon/da90??
3382 F:      drivers/gpio/gpio-da90??.c
3383 F:      drivers/hwmon/da90??-hwmon.c
3384 F:      drivers/iio/adc/da91??-*.c
3385 F:      drivers/input/misc/da90??_onkey.c
3386 F:      drivers/input/touchscreen/da9052_tsi.c
3387 F:      drivers/leds/leds-da90??.c
3388 F:      drivers/mfd/da903x.c
3389 F:      drivers/mfd/da90??-*.c
3390 F:      drivers/mfd/da91??-*.c
3391 F:      drivers/power/da9052-battery.c
3392 F:      drivers/power/da91??-*.c
3393 F:      drivers/regulator/da903x.c
3394 F:      drivers/regulator/da9???-regulator.[ch]
3395 F:      drivers/rtc/rtc-da90??.c
3396 F:      drivers/video/backlight/da90??_bl.c
3397 F:      drivers/watchdog/da90??_wdt.c
3398 F:      include/linux/mfd/da903x.h
3399 F:      include/linux/mfd/da9052/
3400 F:      include/linux/mfd/da9055/
3401 F:      include/linux/mfd/da9063/
3402 F:      include/linux/mfd/da9150/
3403 F:      include/sound/da[79]*.h
3404 F:      sound/soc/codecs/da[79]*.[ch]
3405
3406 DIGI NEO AND CLASSIC PCI PRODUCTS
3407 M:      Lidza Louina <lidza.louina@gmail.com>
3408 M:      Mark Hounschell <markh@compro.net>
3409 L:      driverdev-devel@linuxdriverproject.org
3410 S:      Maintained
3411 F:      drivers/staging/dgnc/
3412
3413 DIGI EPCA PCI PRODUCTS
3414 M:      Lidza Louina <lidza.louina@gmail.com>
3415 M:      Daeseok Youn <daeseok.youn@gmail.com>
3416 L:      driverdev-devel@linuxdriverproject.org
3417 S:      Maintained
3418 F:      drivers/staging/dgap/
3419
3420 DIOLAN U2C-12 I2C DRIVER
3421 M:      Guenter Roeck <linux@roeck-us.net>
3422 L:      linux-i2c@vger.kernel.org
3423 S:      Maintained
3424 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3425
3426 DIRECT ACCESS (DAX)
3427 M:      Matthew Wilcox <willy@linux.intel.com>
3428 L:      linux-fsdevel@vger.kernel.org
3429 S:      Supported
3430 F:      fs/dax.c
3431
3432 DIRECTORY NOTIFICATION (DNOTIFY)
3433 M:      Eric Paris <eparis@parisplace.org>
3434 S:      Maintained
3435 F:      Documentation/filesystems/dnotify.txt
3436 F:      fs/notify/dnotify/
3437 F:      include/linux/dnotify.h
3438
3439 DISK GEOMETRY AND PARTITION HANDLING
3440 M:      Andries Brouwer <aeb@cwi.nl>
3441 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3442 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3443 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3444 S:      Maintained
3445
3446 DISKQUOTA
3447 M:      Jan Kara <jack@suse.com>
3448 S:      Maintained
3449 F:      Documentation/filesystems/quota.txt
3450 F:      fs/quota/
3451 F:      include/linux/quota*.h
3452 F:      include/uapi/linux/quota*.h
3453
3454 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3455 M:      Bernie Thompson <bernie@plugable.com>
3456 L:      linux-fbdev@vger.kernel.org
3457 S:      Maintained
3458 W:      http://plugable.com/category/projects/udlfb/
3459 F:      drivers/video/fbdev/udlfb.c
3460 F:      include/video/udlfb.h
3461 F:      Documentation/fb/udlfb.txt
3462
3463 DISTRIBUTED LOCK MANAGER (DLM)
3464 M:      Christine Caulfield <ccaulfie@redhat.com>
3465 M:      David Teigland <teigland@redhat.com>
3466 L:      cluster-devel@redhat.com
3467 W:      http://sources.redhat.com/cluster/
3468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3469 S:      Supported
3470 F:      fs/dlm/
3471
3472 DMA BUFFER SHARING FRAMEWORK
3473 M:      Sumit Semwal <sumit.semwal@linaro.org>
3474 S:      Maintained
3475 L:      linux-media@vger.kernel.org
3476 L:      dri-devel@lists.freedesktop.org
3477 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3478 F:      drivers/dma-buf/
3479 F:      include/linux/dma-buf*
3480 F:      include/linux/reservation.h
3481 F:      include/linux/*fence.h
3482 F:      Documentation/dma-buf-sharing.txt
3483 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3484
3485 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3486 M:      Vinod Koul <vinod.koul@intel.com>
3487 L:      dmaengine@vger.kernel.org
3488 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3489 S:      Maintained
3490 F:      drivers/dma/
3491 F:      include/linux/dmaengine.h
3492 F:      Documentation/dmaengine/
3493 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3494
3495 DME1737 HARDWARE MONITOR DRIVER
3496 M:      Juerg Haefliger <juergh@gmail.com>
3497 L:      lm-sensors@lm-sensors.org
3498 S:      Maintained
3499 F:      Documentation/hwmon/dme1737
3500 F:      drivers/hwmon/dme1737.c
3501
3502 DMI/SMBIOS SUPPORT
3503 M:      Jean Delvare <jdelvare@suse.com>
3504 S:      Maintained
3505 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3506 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3507 F:      drivers/firmware/dmi-id.c
3508 F:      drivers/firmware/dmi_scan.c
3509 F:      include/linux/dmi.h
3510
3511 DOCUMENTATION
3512 M:      Jonathan Corbet <corbet@lwn.net>
3513 L:      linux-doc@vger.kernel.org
3514 S:      Maintained
3515 F:      Documentation/
3516 X:      Documentation/ABI/
3517 X:      Documentation/devicetree/
3518 X:      Documentation/acpi
3519 X:      Documentation/power
3520 X:      Documentation/spi
3521 X:      Documentation/DocBook/media
3522 T:      git git://git.lwn.net/linux-2.6.git docs-next
3523
3524 DOUBLETALK DRIVER
3525 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3526 L:      blinux-list@redhat.com
3527 S:      Maintained
3528 F:      drivers/char/dtlk.c
3529 F:      include/linux/dtlk.h
3530
3531 DPT_I2O SCSI RAID DRIVER
3532 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3533 L:      linux-scsi@vger.kernel.org
3534 W:      http://www.adaptec.com/
3535 S:      Maintained
3536 F:      drivers/scsi/dpt*
3537 F:      drivers/scsi/dpt/
3538
3539 DRBD DRIVER
3540 P:      Philipp Reisner
3541 P:      Lars Ellenberg
3542 M:      drbd-dev@lists.linbit.com
3543 L:      drbd-user@lists.linbit.com
3544 W:      http://www.drbd.org
3545 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3546 T:      git git://git.drbd.org/drbd-8.3.git
3547 S:      Supported
3548 F:      drivers/block/drbd/
3549 F:      lib/lru_cache.c
3550 F:      Documentation/blockdev/drbd/
3551
3552 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3553 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3555 S:      Supported
3556 F:      Documentation/kobject.txt
3557 F:      drivers/base/
3558 F:      fs/debugfs/
3559 F:      fs/kernfs/
3560 F:      fs/sysfs/
3561 F:      include/linux/debugfs.h
3562 F:      include/linux/kobj*
3563 F:      lib/kobj*
3564
3565 DRM DRIVERS
3566 M:      David Airlie <airlied@linux.ie>
3567 L:      dri-devel@lists.freedesktop.org
3568 T:      git git://people.freedesktop.org/~airlied/linux
3569 S:      Maintained
3570 F:      drivers/gpu/drm/
3571 F:      drivers/gpu/vga/
3572 F:      include/drm/
3573 F:      include/uapi/drm/
3574
3575 RADEON DRM DRIVERS
3576 M:      Alex Deucher <alexander.deucher@amd.com>
3577 M:      Christian König <christian.koenig@amd.com>
3578 L:      dri-devel@lists.freedesktop.org
3579 T:      git git://people.freedesktop.org/~agd5f/linux
3580 S:      Supported
3581 F:      drivers/gpu/drm/radeon/
3582 F:      include/uapi/drm/radeon*
3583
3584 DRM PANEL DRIVERS
3585 M:      Thierry Reding <thierry.reding@gmail.com>
3586 L:      dri-devel@lists.freedesktop.org
3587 T:      git git://anongit.freedesktop.org/tegra/linux.git
3588 S:      Maintained
3589 F:      drivers/gpu/drm/drm_panel.c
3590 F:      drivers/gpu/drm/panel/
3591 F:      include/drm/drm_panel.h
3592 F:      Documentation/devicetree/bindings/panel/
3593
3594 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3595 M:      Daniel Vetter <daniel.vetter@intel.com>
3596 M:      Jani Nikula <jani.nikula@linux.intel.com>
3597 L:      intel-gfx@lists.freedesktop.org
3598 L:      dri-devel@lists.freedesktop.org
3599 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3600 T:      git git://anongit.freedesktop.org/drm-intel
3601 S:      Supported
3602 F:      drivers/gpu/drm/i915/
3603 F:      include/drm/i915*
3604 F:      include/uapi/drm/i915*
3605
3606 DRM DRIVERS FOR ATMEL HLCDC
3607 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3608 L:      dri-devel@lists.freedesktop.org
3609 S:      Supported
3610 F:      drivers/gpu/drm/atmel-hlcdc/
3611 F:      Documentation/devicetree/bindings/drm/atmel/
3612
3613 DRM DRIVERS FOR EXYNOS
3614 M:      Inki Dae <inki.dae@samsung.com>
3615 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3616 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3617 M:      Kyungmin Park <kyungmin.park@samsung.com>
3618 L:      dri-devel@lists.freedesktop.org
3619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3620 S:      Supported
3621 F:      drivers/gpu/drm/exynos/
3622 F:      include/drm/exynos*
3623 F:      include/uapi/drm/exynos*
3624
3625 DRM DRIVERS FOR FREESCALE DCU
3626 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3627 M:      Alison Wang <alison.wang@freescale.com>
3628 L:      dri-devel@lists.freedesktop.org
3629 S:      Supported
3630 F:      drivers/gpu/drm/fsl-dcu/
3631 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3632 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3633
3634 DRM DRIVERS FOR FREESCALE IMX
3635 M:      Philipp Zabel <p.zabel@pengutronix.de>
3636 L:      dri-devel@lists.freedesktop.org
3637 S:      Maintained
3638 F:      drivers/gpu/drm/imx/
3639 F:      Documentation/devicetree/bindings/drm/imx/
3640
3641 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3642 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3643 L:      dri-devel@lists.freedesktop.org
3644 T:      git git://github.com/patjak/drm-gma500
3645 S:      Maintained
3646 F:      drivers/gpu/drm/gma500
3647 F:      include/drm/gma500*
3648
3649 DRM DRIVERS FOR NVIDIA TEGRA
3650 M:      Thierry Reding <thierry.reding@gmail.com>
3651 M:      Terje Bergström <tbergstrom@nvidia.com>
3652 L:      dri-devel@lists.freedesktop.org
3653 L:      linux-tegra@vger.kernel.org
3654 T:      git git://anongit.freedesktop.org/tegra/linux.git
3655 S:      Supported
3656 F:      drivers/gpu/drm/tegra/
3657 F:      drivers/gpu/host1x/
3658 F:      include/linux/host1x.h
3659 F:      include/uapi/drm/tegra_drm.h
3660 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3661
3662 DRM DRIVERS FOR RENESAS
3663 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3664 L:      dri-devel@lists.freedesktop.org
3665 L:      linux-sh@vger.kernel.org
3666 T:      git git://people.freedesktop.org/~airlied/linux
3667 S:      Supported
3668 F:      drivers/gpu/drm/rcar-du/
3669 F:      drivers/gpu/drm/shmobile/
3670 F:      include/linux/platform_data/shmob_drm.h
3671
3672 DRM DRIVERS FOR ROCKCHIP
3673 M:      Mark Yao <mark.yao@rock-chips.com>
3674 L:      dri-devel@lists.freedesktop.org
3675 S:      Maintained
3676 F:      drivers/gpu/drm/rockchip/
3677 F:      Documentation/devicetree/bindings/video/rockchip*
3678
3679 DRM DRIVERS FOR STI
3680 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3681 M:      Vincent Abriou <vincent.abriou@st.com>
3682 L:      dri-devel@lists.freedesktop.org
3683 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3684 S:      Maintained
3685 F:      drivers/gpu/drm/sti
3686 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3687
3688 DSBR100 USB FM RADIO DRIVER
3689 M:      Alexey Klimov <klimov.linux@gmail.com>
3690 L:      linux-media@vger.kernel.org
3691 T:      git git://linuxtv.org/media_tree.git
3692 S:      Maintained
3693 F:      drivers/media/radio/dsbr100.c
3694
3695 DSCC4 DRIVER
3696 M:      Francois Romieu <romieu@fr.zoreil.com>
3697 L:      netdev@vger.kernel.org
3698 S:      Maintained
3699 F:      drivers/net/wan/dscc4.c
3700
3701 DT3155 MEDIA DRIVER
3702 M:      Hans Verkuil <hverkuil@xs4all.nl>
3703 L:      linux-media@vger.kernel.org
3704 T:      git git://linuxtv.org/media_tree.git
3705 W:      http://linuxtv.org
3706 S:      Odd Fixes
3707 F:      drivers/media/pci/dt3155/
3708
3709 DVB_USB_AF9015 MEDIA DRIVER
3710 M:      Antti Palosaari <crope@iki.fi>
3711 L:      linux-media@vger.kernel.org
3712 W:      http://linuxtv.org/
3713 W:      http://palosaari.fi/linux/
3714 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3715 T:      git git://linuxtv.org/anttip/media_tree.git
3716 S:      Maintained
3717 F:      drivers/media/usb/dvb-usb-v2/af9015*
3718
3719 DVB_USB_AF9035 MEDIA DRIVER
3720 M:      Antti Palosaari <crope@iki.fi>
3721 L:      linux-media@vger.kernel.org
3722 W:      http://linuxtv.org/
3723 W:      http://palosaari.fi/linux/
3724 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3725 T:      git git://linuxtv.org/anttip/media_tree.git
3726 S:      Maintained
3727 F:      drivers/media/usb/dvb-usb-v2/af9035*
3728
3729 DVB_USB_ANYSEE MEDIA DRIVER
3730 M:      Antti Palosaari <crope@iki.fi>
3731 L:      linux-media@vger.kernel.org
3732 W:      http://linuxtv.org/
3733 W:      http://palosaari.fi/linux/
3734 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3735 T:      git git://linuxtv.org/anttip/media_tree.git
3736 S:      Maintained
3737 F:      drivers/media/usb/dvb-usb-v2/anysee*
3738
3739 DVB_USB_AU6610 MEDIA DRIVER
3740 M:      Antti Palosaari <crope@iki.fi>
3741 L:      linux-media@vger.kernel.org
3742 W:      http://linuxtv.org/
3743 W:      http://palosaari.fi/linux/
3744 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3745 T:      git git://linuxtv.org/anttip/media_tree.git
3746 S:      Maintained
3747 F:      drivers/media/usb/dvb-usb-v2/au6610*
3748
3749 DVB_USB_CE6230 MEDIA DRIVER
3750 M:      Antti Palosaari <crope@iki.fi>
3751 L:      linux-media@vger.kernel.org
3752 W:      http://linuxtv.org/
3753 W:      http://palosaari.fi/linux/
3754 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3755 T:      git git://linuxtv.org/anttip/media_tree.git
3756 S:      Maintained
3757 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3758
3759 DVB_USB_CXUSB MEDIA DRIVER
3760 M:      Michael Krufky <mkrufky@linuxtv.org>
3761 L:      linux-media@vger.kernel.org
3762 W:      http://linuxtv.org/
3763 W:      http://github.com/mkrufky
3764 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3765 T:      git git://linuxtv.org/media_tree.git
3766 S:      Maintained
3767 F:      drivers/media/usb/dvb-usb/cxusb*
3768
3769 DVB_USB_EC168 MEDIA DRIVER
3770 M:      Antti Palosaari <crope@iki.fi>
3771 L:      linux-media@vger.kernel.org
3772 W:      http://linuxtv.org/
3773 W:      http://palosaari.fi/linux/
3774 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3775 T:      git git://linuxtv.org/anttip/media_tree.git
3776 S:      Maintained
3777 F:      drivers/media/usb/dvb-usb-v2/ec168*
3778
3779 DVB_USB_GL861 MEDIA DRIVER
3780 M:      Antti Palosaari <crope@iki.fi>
3781 L:      linux-media@vger.kernel.org
3782 W:      http://linuxtv.org/
3783 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3784 T:      git git://linuxtv.org/anttip/media_tree.git
3785 S:      Maintained
3786 F:      drivers/media/usb/dvb-usb-v2/gl861*
3787
3788 DVB_USB_MXL111SF MEDIA DRIVER
3789 M:      Michael Krufky <mkrufky@linuxtv.org>
3790 L:      linux-media@vger.kernel.org
3791 W:      http://linuxtv.org/
3792 W:      http://github.com/mkrufky
3793 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3794 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3795 S:      Maintained
3796 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3797
3798 DVB_USB_RTL28XXU MEDIA DRIVER
3799 M:      Antti Palosaari <crope@iki.fi>
3800 L:      linux-media@vger.kernel.org
3801 W:      http://linuxtv.org/
3802 W:      http://palosaari.fi/linux/
3803 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3804 T:      git git://linuxtv.org/anttip/media_tree.git
3805 S:      Maintained
3806 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3807
3808 DVB_USB_V2 MEDIA DRIVER
3809 M:      Antti Palosaari <crope@iki.fi>
3810 L:      linux-media@vger.kernel.org
3811 W:      http://linuxtv.org/
3812 W:      http://palosaari.fi/linux/
3813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3814 T:      git git://linuxtv.org/anttip/media_tree.git
3815 S:      Maintained
3816 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3817 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3818
3819 DYNAMIC DEBUG
3820 M:      Jason Baron <jbaron@akamai.com>
3821 S:      Maintained
3822 F:      lib/dynamic_debug.c
3823 F:      include/linux/dynamic_debug.h
3824
3825 DZ DECSTATION DZ11 SERIAL DRIVER
3826 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3827 S:      Maintained
3828 F:      drivers/tty/serial/dz.*
3829
3830 E3X0 POWER BUTTON DRIVER
3831 M:      Moritz Fischer <moritz.fischer@ettus.com>
3832 L:      usrp-users@lists.ettus.com
3833 W:      http://www.ettus.com
3834 S:      Supported
3835 F:      drivers/input/misc/e3x0-button.c
3836 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3837
3838 E4000 MEDIA DRIVER
3839 M:      Antti Palosaari <crope@iki.fi>
3840 L:      linux-media@vger.kernel.org
3841 W:      http://linuxtv.org/
3842 W:      http://palosaari.fi/linux/
3843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3844 T:      git git://linuxtv.org/anttip/media_tree.git
3845 S:      Maintained
3846 F:      drivers/media/tuners/e4000*
3847
3848 EATA ISA/EISA/PCI SCSI DRIVER
3849 M:      Dario Ballabio <ballabio_dario@emc.com>
3850 L:      linux-scsi@vger.kernel.org
3851 S:      Maintained
3852 F:      drivers/scsi/eata.c
3853
3854 EC100 MEDIA DRIVER
3855 M:      Antti Palosaari <crope@iki.fi>
3856 L:      linux-media@vger.kernel.org
3857 W:      http://linuxtv.org/
3858 W:      http://palosaari.fi/linux/
3859 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3860 T:      git git://linuxtv.org/anttip/media_tree.git
3861 S:      Maintained
3862 F:      drivers/media/dvb-frontends/ec100*
3863
3864 ECRYPT FILE SYSTEM
3865 M:      Tyler Hicks <tyhicks@canonical.com>
3866 L:      ecryptfs@vger.kernel.org
3867 W:      http://ecryptfs.org
3868 W:      https://launchpad.net/ecryptfs
3869 S:      Supported
3870 F:      Documentation/filesystems/ecryptfs.txt
3871 F:      fs/ecryptfs/
3872
3873 EDAC-CORE
3874 M:      Doug Thompson <dougthompson@xmission.com>
3875 M:      Borislav Petkov <bp@alien8.de>
3876 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3877 L:      linux-edac@vger.kernel.org
3878 W:      bluesmoke.sourceforge.net
3879 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3880 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3881 S:      Supported
3882 F:      Documentation/edac.txt
3883 F:      drivers/edac/
3884 F:      include/linux/edac.h
3885
3886 EDAC-AMD64
3887 M:      Doug Thompson <dougthompson@xmission.com>
3888 M:      Borislav Petkov <bp@alien8.de>
3889 L:      linux-edac@vger.kernel.org
3890 W:      bluesmoke.sourceforge.net
3891 S:      Maintained
3892 F:      drivers/edac/amd64_edac*
3893
3894 EDAC-CALXEDA
3895 M:      Doug Thompson <dougthompson@xmission.com>
3896 M:      Robert Richter <rric@kernel.org>
3897 L:      linux-edac@vger.kernel.org
3898 W:      bluesmoke.sourceforge.net
3899 S:      Maintained
3900 F:      drivers/edac/highbank*
3901
3902 EDAC-CAVIUM
3903 M:      Ralf Baechle <ralf@linux-mips.org>
3904 M:      David Daney <david.daney@cavium.com>
3905 L:      linux-edac@vger.kernel.org
3906 L:      linux-mips@linux-mips.org
3907 W:      bluesmoke.sourceforge.net
3908 S:      Supported
3909 F:      drivers/edac/octeon_edac*
3910
3911 EDAC-E752X
3912 M:      Mark Gross <mark.gross@intel.com>
3913 M:      Doug Thompson <dougthompson@xmission.com>
3914 L:      linux-edac@vger.kernel.org
3915 W:      bluesmoke.sourceforge.net
3916 S:      Maintained
3917 F:      drivers/edac/e752x_edac.c
3918
3919 EDAC-E7XXX
3920 M:      Doug Thompson <dougthompson@xmission.com>
3921 L:      linux-edac@vger.kernel.org
3922 W:      bluesmoke.sourceforge.net
3923 S:      Maintained
3924 F:      drivers/edac/e7xxx_edac.c
3925
3926 EDAC-GHES
3927 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3928 L:      linux-edac@vger.kernel.org
3929 W:      bluesmoke.sourceforge.net
3930 S:      Maintained
3931 F:      drivers/edac/ghes_edac.c
3932
3933 EDAC-I82443BXGX
3934 M:      Tim Small <tim@buttersideup.com>
3935 L:      linux-edac@vger.kernel.org
3936 W:      bluesmoke.sourceforge.net
3937 S:      Maintained
3938 F:      drivers/edac/i82443bxgx_edac.c
3939
3940 EDAC-I3000
3941 M:      Jason Uhlenkott <juhlenko@akamai.com>
3942 L:      linux-edac@vger.kernel.org
3943 W:      bluesmoke.sourceforge.net
3944 S:      Maintained
3945 F:      drivers/edac/i3000_edac.c
3946
3947 EDAC-I5000
3948 M:      Doug Thompson <dougthompson@xmission.com>
3949 L:      linux-edac@vger.kernel.org
3950 W:      bluesmoke.sourceforge.net
3951 S:      Maintained
3952 F:      drivers/edac/i5000_edac.c
3953
3954 EDAC-I5400
3955 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3956 L:      linux-edac@vger.kernel.org
3957 W:      bluesmoke.sourceforge.net
3958 S:      Maintained
3959 F:      drivers/edac/i5400_edac.c
3960
3961 EDAC-I7300
3962 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3963 L:      linux-edac@vger.kernel.org
3964 W:      bluesmoke.sourceforge.net
3965 S:      Maintained
3966 F:      drivers/edac/i7300_edac.c
3967
3968 EDAC-I7CORE
3969 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3970 L:      linux-edac@vger.kernel.org
3971 W:      bluesmoke.sourceforge.net
3972 S:      Maintained
3973 F:      drivers/edac/i7core_edac.c
3974
3975 EDAC-I82975X
3976 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3977 M:      "Arvind R." <arvino55@gmail.com>
3978 L:      linux-edac@vger.kernel.org
3979 W:      bluesmoke.sourceforge.net
3980 S:      Maintained
3981 F:      drivers/edac/i82975x_edac.c
3982
3983 EDAC-IE31200
3984 M:      Jason Baron <jbaron@akamai.com>
3985 L:      linux-edac@vger.kernel.org
3986 W:      bluesmoke.sourceforge.net
3987 S:      Maintained
3988 F:      drivers/edac/ie31200_edac.c
3989
3990 EDAC-MPC85XX
3991 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3992 L:      linux-edac@vger.kernel.org
3993 W:      bluesmoke.sourceforge.net
3994 S:      Maintained
3995 F:      drivers/edac/mpc85xx_edac.[ch]
3996
3997 EDAC-PASEMI
3998 M:      Egor Martovetsky <egor@pasemi.com>
3999 L:      linux-edac@vger.kernel.org
4000 W:      bluesmoke.sourceforge.net
4001 S:      Maintained
4002 F:      drivers/edac/pasemi_edac.c
4003
4004 EDAC-R82600
4005 M:      Tim Small <tim@buttersideup.com>
4006 L:      linux-edac@vger.kernel.org
4007 W:      bluesmoke.sourceforge.net
4008 S:      Maintained
4009 F:      drivers/edac/r82600_edac.c
4010
4011 EDAC-SBRIDGE
4012 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4013 L:      linux-edac@vger.kernel.org
4014 W:      bluesmoke.sourceforge.net
4015 S:      Maintained
4016 F:      drivers/edac/sb_edac.c
4017
4018 EDAC-XGENE
4019 APPLIED MICRO (APM) X-GENE SOC EDAC
4020 M:     Loc Ho <lho@apm.com>
4021 S:     Supported
4022 F:     drivers/edac/xgene_edac.c
4023 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4024
4025 EDIROL UA-101/UA-1000 DRIVER
4026 M:      Clemens Ladisch <clemens@ladisch.de>
4027 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4028 T:      git git://git.alsa-project.org/alsa-kernel.git
4029 S:      Maintained
4030 F:      sound/usb/misc/ua101.c
4031
4032 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4033 M:      Matt Fleming <matt@codeblueprint.co.uk>
4034 L:      linux-efi@vger.kernel.org
4035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4036 S:      Maintained
4037 F:      Documentation/efi-stub.txt
4038 F:      arch/ia64/kernel/efi.c
4039 F:      arch/x86/boot/compressed/eboot.[ch]
4040 F:      arch/x86/include/asm/efi.h
4041 F:      arch/x86/platform/efi/*
4042 F:      drivers/firmware/efi/*
4043 F:      include/linux/efi*.h
4044
4045 EFI VARIABLE FILESYSTEM
4046 M:      Matthew Garrett <matthew.garrett@nebula.com>
4047 M:      Jeremy Kerr <jk@ozlabs.org>
4048 M:      Matt Fleming <matt@codeblueprint.co.uk>
4049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4050 L:      linux-efi@vger.kernel.org
4051 S:      Maintained
4052 F:      fs/efivarfs/
4053
4054 EFIFB FRAMEBUFFER DRIVER
4055 L:      linux-fbdev@vger.kernel.org
4056 M:      Peter Jones <pjones@redhat.com>
4057 S:      Maintained
4058 F:      drivers/video/fbdev/efifb.c
4059
4060 EFS FILESYSTEM
4061 W:      http://aeschi.ch.eu.org/efs/
4062 S:      Orphan
4063 F:      fs/efs/
4064
4065 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4066 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4067 M:      Christoph Raisch <raisch@de.ibm.com>
4068 L:      linux-rdma@vger.kernel.org
4069 S:      Supported
4070 F:      drivers/infiniband/hw/ehca/
4071
4072 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4073 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4074 L:      netdev@vger.kernel.org
4075 S:      Maintained
4076 F:      drivers/net/ethernet/ibm/ehea/
4077
4078 EM28XX VIDEO4LINUX DRIVER
4079 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4080 L:      linux-media@vger.kernel.org
4081 W:      http://linuxtv.org
4082 T:      git git://linuxtv.org/media_tree.git
4083 S:      Maintained
4084 F:      drivers/media/usb/em28xx/
4085
4086 EMBEDDED LINUX
4087 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4088 M:      Matt Mackall <mpm@selenic.com>
4089 M:      David Woodhouse <dwmw2@infradead.org>
4090 L:      linux-embedded@vger.kernel.org
4091 S:      Maintained
4092
4093 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4094 M:      James Smart <james.smart@avagotech.com>
4095 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4096 L:      linux-scsi@vger.kernel.org
4097 W:      http://www.avagotech.com
4098 S:      Supported
4099 F:      drivers/scsi/lpfc/
4100
4101 ENE CB710 FLASH CARD READER DRIVER
4102 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4103 S:      Maintained
4104 F:      drivers/misc/cb710/
4105 F:      drivers/mmc/host/cb710-mmc.*
4106 F:      include/linux/cb710.h
4107
4108 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4109 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4110 S:      Maintained
4111 F:      drivers/media/rc/ene_ir.*
4112
4113 ENHANCED ERROR HANDLING (EEH)
4114 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4115 L:      linuxppc-dev@lists.ozlabs.org
4116 S:      Supported
4117 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4118 F:      arch/powerpc/kernel/eeh*.c
4119
4120 EPSON S1D13XXX FRAMEBUFFER DRIVER
4121 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4122 S:      Maintained
4123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4124 F:      drivers/video/fbdev/s1d13xxxfb.c
4125 F:      include/video/s1d13xxxfb.h
4126
4127 ET131X NETWORK DRIVER
4128 M:      Mark Einon <mark.einon@gmail.com>
4129 S:      Odd Fixes
4130 F:      drivers/net/ethernet/agere/
4131
4132 ETHERNET BRIDGE
4133 M:      Stephen Hemminger <stephen@networkplumber.org>
4134 L:      bridge@lists.linux-foundation.org
4135 L:      netdev@vger.kernel.org
4136 W:      http://www.linuxfoundation.org/en/Net:Bridge
4137 S:      Maintained
4138 F:      include/linux/netfilter_bridge/
4139 F:      net/bridge/
4140
4141 ETHERNET PHY LIBRARY
4142 M:      Florian Fainelli <f.fainelli@gmail.com>
4143 L:      netdev@vger.kernel.org
4144 S:      Maintained
4145 F:      include/linux/phy.h
4146 F:      include/linux/phy_fixed.h
4147 F:      drivers/net/phy/
4148 F:      Documentation/networking/phy.txt
4149 F:      drivers/of/of_mdio.c
4150 F:      drivers/of/of_net.c
4151
4152 EXT2 FILE SYSTEM
4153 M:      Jan Kara <jack@suse.com>
4154 L:      linux-ext4@vger.kernel.org
4155 S:      Maintained
4156 F:      Documentation/filesystems/ext2.txt
4157 F:      fs/ext2/
4158 F:      include/linux/ext2*
4159
4160 EXT4 FILE SYSTEM
4161 M:      "Theodore Ts'o" <tytso@mit.edu>
4162 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4163 L:      linux-ext4@vger.kernel.org
4164 W:      http://ext4.wiki.kernel.org
4165 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4166 S:      Maintained
4167 F:      Documentation/filesystems/ext4.txt
4168 F:      fs/ext4/
4169
4170 Extended Verification Module (EVM)
4171 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4172 L:      linux-ima-devel@lists.sourceforge.net
4173 L:      linux-security-module@vger.kernel.org
4174 S:      Supported
4175 F:      security/integrity/evm/
4176
4177 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4178 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4179 M:      Chanwoo Choi <cw00.choi@samsung.com>
4180 L:      linux-kernel@vger.kernel.org
4181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4182 S:      Maintained
4183 F:      drivers/extcon/
4184 F:      Documentation/extcon/
4185
4186 EXYNOS DP DRIVER
4187 M:      Jingoo Han <jingoohan1@gmail.com>
4188 L:      dri-devel@lists.freedesktop.org
4189 S:      Maintained
4190 F:      drivers/gpu/drm/exynos/exynos_dp*
4191
4192 EXYNOS MIPI DISPLAY DRIVERS
4193 M:      Inki Dae <inki.dae@samsung.com>
4194 M:      Donghwa Lee <dh09.lee@samsung.com>
4195 M:      Kyungmin Park <kyungmin.park@samsung.com>
4196 L:      linux-fbdev@vger.kernel.org
4197 S:      Maintained
4198 F:      drivers/video/fbdev/exynos/exynos_mipi*
4199 F:      include/video/exynos_mipi*
4200
4201 F71805F HARDWARE MONITORING DRIVER
4202 M:      Jean Delvare <jdelvare@suse.com>
4203 L:      lm-sensors@lm-sensors.org
4204 S:      Maintained
4205 F:      Documentation/hwmon/f71805f
4206 F:      drivers/hwmon/f71805f.c
4207
4208 FC0011 TUNER DRIVER
4209 M:      Michael Buesch <m@bues.ch>
4210 L:      linux-media@vger.kernel.org
4211 S:      Maintained
4212 F:      drivers/media/tuners/fc0011.h
4213 F:      drivers/media/tuners/fc0011.c
4214
4215 FC2580 MEDIA DRIVER
4216 M:      Antti Palosaari <crope@iki.fi>
4217 L:      linux-media@vger.kernel.org
4218 W:      http://linuxtv.org/
4219 W:      http://palosaari.fi/linux/
4220 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4221 T:      git git://linuxtv.org/anttip/media_tree.git
4222 S:      Maintained
4223 F:      drivers/media/tuners/fc2580*
4224
4225 FANOTIFY
4226 M:      Eric Paris <eparis@redhat.com>
4227 S:      Maintained
4228 F:      fs/notify/fanotify/
4229 F:      include/linux/fanotify.h
4230 F:      include/uapi/linux/fanotify.h
4231
4232 FARSYNC SYNCHRONOUS DRIVER
4233 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4234 W:      http://www.farsite.co.uk/
4235 S:      Supported
4236 F:      drivers/net/wan/farsync.*
4237
4238 FAULT INJECTION SUPPORT
4239 M:      Akinobu Mita <akinobu.mita@gmail.com>
4240 S:      Supported
4241 F:      Documentation/fault-injection/
4242 F:      lib/fault-inject.c
4243
4244 FBTFT Framebuffer drivers
4245 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4246 M:      Noralf Trønnes <noralf@tronnes.org>
4247 S:      Maintained
4248 F:      drivers/staging/fbtft/
4249
4250 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4251 M:      Vasu Dev <vasu.dev@intel.com>
4252 L:      fcoe-devel@open-fcoe.org
4253 W:      www.Open-FCoE.org
4254 S:      Supported
4255 F:      drivers/scsi/libfc/
4256 F:      drivers/scsi/fcoe/
4257 F:      include/scsi/fc/
4258 F:      include/scsi/libfc.h
4259 F:      include/scsi/libfcoe.h
4260 F:      include/uapi/scsi/fc/
4261
4262 FILE LOCKING (flock() and fcntl()/lockf())
4263 M:      Jeff Layton <jlayton@poochiereds.net>
4264 M:      "J. Bruce Fields" <bfields@fieldses.org>
4265 L:      linux-fsdevel@vger.kernel.org
4266 S:      Maintained
4267 F:      include/linux/fcntl.h
4268 F:      include/linux/fs.h
4269 F:      include/uapi/linux/fcntl.h
4270 F:      include/uapi/linux/fs.h
4271 F:      fs/fcntl.c
4272 F:      fs/locks.c
4273
4274 FILESYSTEMS (VFS and infrastructure)
4275 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4276 L:      linux-fsdevel@vger.kernel.org
4277 S:      Maintained
4278 F:      fs/*
4279
4280 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4281 M:      Riku Voipio <riku.voipio@iki.fi>
4282 L:      lm-sensors@lm-sensors.org
4283 S:      Maintained
4284 F:      drivers/hwmon/f75375s.c
4285 F:      include/linux/f75375s.h
4286
4287 FIREWIRE AUDIO DRIVERS
4288 M:      Clemens Ladisch <clemens@ladisch.de>
4289 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4290 T:      git git://git.alsa-project.org/alsa-kernel.git
4291 S:      Maintained
4292 F:      sound/firewire/
4293
4294 FIREWIRE MEDIA DRIVERS (firedtv)
4295 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4296 L:      linux-media@vger.kernel.org
4297 L:      linux1394-devel@lists.sourceforge.net
4298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4299 S:      Maintained
4300 F:      drivers/media/firewire/
4301
4302 FIREWIRE SBP-2 TARGET
4303 M:      Chris Boot <bootc@bootc.net>
4304 L:      linux-scsi@vger.kernel.org
4305 L:      target-devel@vger.kernel.org
4306 L:      linux1394-devel@lists.sourceforge.net
4307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4308 S:      Maintained
4309 F:      drivers/target/sbp/
4310
4311 FIREWIRE SUBSYSTEM
4312 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4313 L:      linux1394-devel@lists.sourceforge.net
4314 W:      http://ieee1394.wiki.kernel.org/
4315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4316 S:      Maintained
4317 F:      drivers/firewire/
4318 F:      include/linux/firewire.h
4319 F:      include/uapi/linux/firewire*.h
4320 F:      tools/firewire/
4321
4322 FIRMWARE LOADER (request_firmware)
4323 M:      Ming Lei <ming.lei@canonical.com>
4324 L:      linux-kernel@vger.kernel.org
4325 S:      Maintained
4326 F:      Documentation/firmware_class/
4327 F:      drivers/base/firmware*.c
4328 F:      include/linux/firmware.h
4329
4330 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4331 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4332 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4333 S:      Maintained
4334 F:      drivers/block/rsxx/
4335
4336 FLOPPY DRIVER
4337 M:      Jiri Kosina <jikos@kernel.org>
4338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4339 S:      Odd fixes
4340 F:      drivers/block/floppy.c
4341
4342 FMC SUBSYSTEM
4343 M:      Alessandro Rubini <rubini@gnudd.com>
4344 W:      http://www.ohwr.org/projects/fmc-bus
4345 S:      Supported
4346 F:      drivers/fmc/
4347 F:      include/linux/fmc*.h
4348 F:      include/linux/ipmi-fru.h
4349 K:      fmc_d.*register
4350
4351 FPU EMULATOR
4352 M:      Bill Metzenthen <billm@melbpc.org.au>
4353 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4354 S:      Maintained
4355 F:      arch/x86/math-emu/
4356
4357 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4358 L:      netdev@vger.kernel.org
4359 S:      Orphan
4360 F:      drivers/net/wan/dlci.c
4361 F:      drivers/net/wan/sdla.c
4362
4363 FRAMEBUFFER LAYER
4364 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4365 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4366 L:      linux-fbdev@vger.kernel.org
4367 W:      http://linux-fbdev.sourceforge.net/
4368 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4370 S:      Maintained
4371 F:      Documentation/fb/
4372 F:      Documentation/devicetree/bindings/fb/
4373 F:      drivers/video/
4374 F:      include/video/
4375 F:      include/linux/fb.h
4376 F:      include/uapi/video/
4377 F:      include/uapi/linux/fb.h
4378
4379 FREESCALE DIU FRAMEBUFFER DRIVER
4380 M:      Timur Tabi <timur@tabi.org>
4381 L:      linux-fbdev@vger.kernel.org
4382 S:      Maintained
4383 F:      drivers/video/fbdev/fsl-diu-fb.*
4384
4385 FREESCALE DMA DRIVER
4386 M:      Li Yang <leoli@freescale.com>
4387 M:      Zhang Wei <zw@zh-kernel.org>
4388 L:      linuxppc-dev@lists.ozlabs.org
4389 S:      Maintained
4390 F:      drivers/dma/fsldma.*
4391
4392 FREESCALE I2C CPM DRIVER
4393 M:      Jochen Friedrich <jochen@scram.de>
4394 L:      linuxppc-dev@lists.ozlabs.org
4395 L:      linux-i2c@vger.kernel.org
4396 S:      Maintained
4397 F:      drivers/i2c/busses/i2c-cpm.c
4398
4399 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4400 M:      Sascha Hauer <kernel@pengutronix.de>
4401 L:      linux-fbdev@vger.kernel.org
4402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4403 S:      Maintained
4404 F:      include/linux/platform_data/video-imxfb.h
4405 F:      drivers/video/fbdev/imxfb.c
4406
4407 FREESCALE QUAD SPI DRIVER
4408 M:      Han Xu <han.xu@freescale.com>
4409 L:      linux-mtd@lists.infradead.org
4410 S:      Maintained
4411 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4412
4413 FREESCALE SOC FS_ENET DRIVER
4414 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4415 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4416 L:      linuxppc-dev@lists.ozlabs.org
4417 L:      netdev@vger.kernel.org
4418 S:      Maintained
4419 F:      drivers/net/ethernet/freescale/fs_enet/
4420 F:      include/linux/fs_enet_pd.h
4421
4422 FREESCALE QUICC ENGINE LIBRARY
4423 L:      linuxppc-dev@lists.ozlabs.org
4424 S:      Orphan
4425 F:      arch/powerpc/sysdev/qe_lib/
4426 F:      arch/powerpc/include/asm/*qe.h
4427
4428 FREESCALE USB PERIPHERAL DRIVERS
4429 M:      Li Yang <leoli@freescale.com>
4430 L:      linux-usb@vger.kernel.org
4431 L:      linuxppc-dev@lists.ozlabs.org
4432 S:      Maintained
4433 F:      drivers/usb/gadget/udc/fsl*
4434
4435 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4436 M:      Li Yang <leoli@freescale.com>
4437 L:      netdev@vger.kernel.org
4438 L:      linuxppc-dev@lists.ozlabs.org
4439 S:      Maintained
4440 F:      drivers/net/ethernet/freescale/ucc_geth*
4441
4442 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4443 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4444 L:      netdev@vger.kernel.org
4445 S:      Maintained
4446 F:      drivers/net/ethernet/freescale/gianfar*
4447 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4448 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4449
4450 FREESCALE QUICC ENGINE UCC UART DRIVER
4451 M:      Timur Tabi <timur@tabi.org>
4452 L:      linuxppc-dev@lists.ozlabs.org
4453 S:      Maintained
4454 F:      drivers/tty/serial/ucc_uart.c
4455
4456 FREESCALE SOC SOUND DRIVERS
4457 M:      Timur Tabi <timur@tabi.org>
4458 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4459 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4460 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4461 L:      linuxppc-dev@lists.ozlabs.org
4462 S:      Maintained
4463 F:      sound/soc/fsl/fsl*
4464 F:      sound/soc/fsl/imx*
4465 F:      sound/soc/fsl/mpc8610_hpcd.c
4466
4467 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4468 M:      "J. German Rivera" <German.Rivera@freescale.com>
4469 L:      linux-kernel@vger.kernel.org
4470 S:      Maintained
4471 F:      drivers/staging/fsl-mc/
4472
4473 FREEVXFS FILESYSTEM
4474 M:      Christoph Hellwig <hch@infradead.org>
4475 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4476 S:      Maintained
4477 F:      fs/freevxfs/
4478
4479 FREEZER
4480 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4481 M:      Pavel Machek <pavel@ucw.cz>
4482 L:      linux-pm@vger.kernel.org
4483 S:      Supported
4484 F:      Documentation/power/freezing-of-tasks.txt
4485 F:      include/linux/freezer.h
4486 F:      kernel/freezer.c
4487
4488 FRONTSWAP API
4489 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4490 L:      linux-kernel@vger.kernel.org
4491 S:      Maintained
4492 F:      mm/frontswap.c
4493 F:      include/linux/frontswap.h
4494
4495 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4496 M:      David Howells <dhowells@redhat.com>
4497 L:      linux-cachefs@redhat.com
4498 S:      Supported
4499 F:      Documentation/filesystems/caching/
4500 F:      fs/fscache/
4501 F:      include/linux/fscache*.h
4502
4503 F2FS FILE SYSTEM
4504 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4505 M:      Changman Lee <cm224.lee@samsung.com>
4506 R:      Chao Yu <chao2.yu@samsung.com>
4507 L:      linux-f2fs-devel@lists.sourceforge.net
4508 W:      http://en.wikipedia.org/wiki/F2FS
4509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4510 S:      Maintained
4511 F:      Documentation/filesystems/f2fs.txt
4512 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4513 F:      fs/f2fs/
4514 F:      include/linux/f2fs_fs.h
4515 F:      include/trace/events/f2fs.h
4516
4517 FUJITSU FR-V (FRV) PORT
4518 M:      David Howells <dhowells@redhat.com>
4519 S:      Maintained
4520 F:      arch/frv/
4521
4522 FUJITSU LAPTOP EXTRAS
4523 M:      Jonathan Woithe <jwoithe@just42.net>
4524 L:      platform-driver-x86@vger.kernel.org
4525 S:      Maintained
4526 F:      drivers/platform/x86/fujitsu-laptop.c
4527
4528 FUJITSU M-5MO LS CAMERA ISP DRIVER
4529 M:      Kyungmin Park <kyungmin.park@samsung.com>
4530 M:      Heungjun Kim <riverful.kim@samsung.com>
4531 L:      linux-media@vger.kernel.org
4532 S:      Maintained
4533 F:      drivers/media/i2c/m5mols/
4534 F:      include/media/m5mols.h
4535
4536 FUJITSU TABLET EXTRAS
4537 M:      Robert Gerlach <khnz@gmx.de>
4538 L:      platform-driver-x86@vger.kernel.org
4539 S:      Maintained
4540 F:      drivers/platform/x86/fujitsu-tablet.c
4541
4542 FUSE: FILESYSTEM IN USERSPACE
4543 M:      Miklos Szeredi <miklos@szeredi.hu>
4544 L:      fuse-devel@lists.sourceforge.net
4545 W:      http://fuse.sourceforge.net/
4546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4547 S:      Maintained
4548 F:      fs/fuse/
4549 F:      include/uapi/linux/fuse.h
4550 F:      Documentation/filesystems/fuse.txt
4551
4552 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4553 M:      Rik Faith <faith@cs.unc.edu>
4554 L:      linux-scsi@vger.kernel.org
4555 S:      Odd Fixes (e.g., new signatures)
4556 F:      drivers/scsi/fdomain.*
4557
4558 GCOV BASED KERNEL PROFILING
4559 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4560 S:      Maintained
4561 F:      kernel/gcov/
4562 F:      Documentation/gcov.txt
4563
4564 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4565 M:      Achim Leubner <achim_leubner@adaptec.com>
4566 L:      linux-scsi@vger.kernel.org
4567 W:      http://www.icp-vortex.com/
4568 S:      Supported
4569 F:      drivers/scsi/gdt*
4570
4571 GDB KERNEL DEBUGGING HELPER SCRIPTS
4572 M:      Jan Kiszka <jan.kiszka@siemens.com>
4573 S:      Supported
4574 F:      scripts/gdb/
4575
4576 GEMTEK FM RADIO RECEIVER DRIVER
4577 M:      Hans Verkuil <hverkuil@xs4all.nl>
4578 L:      linux-media@vger.kernel.org
4579 T:      git git://linuxtv.org/media_tree.git
4580 W:      http://linuxtv.org
4581 S:      Maintained
4582 F:      drivers/media/radio/radio-gemtek*
4583
4584 GENERIC GPIO I2C DRIVER
4585 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4586 S:      Supported
4587 F:      drivers/i2c/busses/i2c-gpio.c
4588 F:      include/linux/i2c-gpio.h
4589
4590 GENERIC GPIO I2C MULTIPLEXER DRIVER
4591 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4592 L:      linux-i2c@vger.kernel.org
4593 S:      Supported
4594 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4595 F:      include/linux/i2c-mux-gpio.h
4596 F:      Documentation/i2c/muxes/i2c-mux-gpio
4597
4598 GENERIC HDLC (WAN) DRIVERS
4599 M:      Krzysztof Halasa <khc@pm.waw.pl>
4600 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4601 S:      Maintained
4602 F:      drivers/net/wan/c101.c
4603 F:      drivers/net/wan/hd6457*
4604 F:      drivers/net/wan/hdlc*
4605 F:      drivers/net/wan/n2.c
4606 F:      drivers/net/wan/pc300too.c
4607 F:      drivers/net/wan/pci200syn.c
4608 F:      drivers/net/wan/wanxl*
4609
4610 GENERIC INCLUDE/ASM HEADER FILES
4611 M:      Arnd Bergmann <arnd@arndb.de>
4612 L:      linux-arch@vger.kernel.org
4613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4614 S:      Maintained
4615 F:      include/asm-generic/
4616 F:      include/uapi/asm-generic/
4617
4618 GENERIC PHY FRAMEWORK
4619 M:      Kishon Vijay Abraham I <kishon@ti.com>
4620 L:      linux-kernel@vger.kernel.org
4621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4622 S:      Supported
4623 F:      drivers/phy/
4624 F:      include/linux/phy/
4625
4626 GENERIC PM DOMAINS
4627 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4628 M:      Kevin Hilman <khilman@kernel.org>
4629 M:      Ulf Hansson <ulf.hansson@linaro.org>
4630 L:      linux-pm@vger.kernel.org
4631 S:      Supported
4632 F:      drivers/base/power/domain*.c
4633 F:      include/linux/pm_domain.h
4634
4635 GENERIC UIO DRIVER FOR PCI DEVICES
4636 M:      "Michael S. Tsirkin" <mst@redhat.com>
4637 L:      kvm@vger.kernel.org
4638 S:      Supported
4639 F:      drivers/uio/uio_pci_generic.c
4640
4641 GET_MAINTAINER SCRIPT
4642 M:      Joe Perches <joe@perches.com>
4643 S:      Maintained
4644 F:      scripts/get_maintainer.pl
4645
4646 GFS2 FILE SYSTEM
4647 M:      Steven Whitehouse <swhiteho@redhat.com>
4648 M:      Bob Peterson <rpeterso@redhat.com>
4649 L:      cluster-devel@redhat.com
4650 W:      http://sources.redhat.com/cluster/
4651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4652 S:      Supported
4653 F:      Documentation/filesystems/gfs2*.txt
4654 F:      fs/gfs2/
4655 F:      include/uapi/linux/gfs2_ondisk.h
4656
4657 GIGASET ISDN DRIVERS
4658 M:      Paul Bolle <pebolle@tiscali.nl>
4659 L:      gigaset307x-common@lists.sourceforge.net
4660 W:      http://gigaset307x.sourceforge.net/
4661 S:      Odd Fixes
4662 F:      Documentation/isdn/README.gigaset
4663 F:      drivers/isdn/gigaset/
4664 F:      include/uapi/linux/gigaset_dev.h
4665
4666 GO7007 MPEG CODEC
4667 M:      Hans Verkuil <hans.verkuil@cisco.com>
4668 L:      linux-media@vger.kernel.org
4669 S:      Maintained
4670 F:      drivers/media/usb/go7007/
4671
4672 GOODIX TOUCHSCREEN
4673 M:      Bastien Nocera <hadess@hadess.net>
4674 L:      linux-input@vger.kernel.org
4675 S:      Maintained
4676 F:      drivers/input/touchscreen/goodix.c
4677
4678 GPIO SUBSYSTEM
4679 M:      Linus Walleij <linus.walleij@linaro.org>
4680 M:      Alexandre Courbot <gnurou@gmail.com>
4681 L:      linux-gpio@vger.kernel.org
4682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4683 S:      Maintained
4684 F:      Documentation/gpio/
4685 F:      drivers/gpio/
4686 F:      include/linux/gpio/
4687 F:      include/linux/gpio.h
4688 F:      include/asm-generic/gpio.h
4689
4690 GRE DEMULTIPLEXER DRIVER
4691 M:      Dmitry Kozlov <xeb@mail.ru>
4692 L:      netdev@vger.kernel.org
4693 S:      Maintained
4694 F:      net/ipv4/gre_demux.c
4695 F:      net/ipv4/gre_offload.c
4696 F:      include/net/gre.h
4697
4698 GRETH 10/100/1G Ethernet MAC device driver
4699 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4700 L:      netdev@vger.kernel.org
4701 S:      Maintained
4702 F:      drivers/net/ethernet/aeroflex/
4703
4704 GSPCA FINEPIX SUBDRIVER
4705 M:      Frank Zago <frank@zago.net>
4706 L:      linux-media@vger.kernel.org
4707 T:      git git://linuxtv.org/media_tree.git
4708 S:      Maintained
4709 F:      drivers/media/usb/gspca/finepix.c
4710
4711 GSPCA GL860 SUBDRIVER
4712 M:      Olivier Lorin <o.lorin@laposte.net>
4713 L:      linux-media@vger.kernel.org
4714 T:      git git://linuxtv.org/media_tree.git
4715 S:      Maintained
4716 F:      drivers/media/usb/gspca/gl860/
4717
4718 GSPCA M5602 SUBDRIVER
4719 M:      Erik Andren <erik.andren@gmail.com>
4720 L:      linux-media@vger.kernel.org
4721 T:      git git://linuxtv.org/media_tree.git
4722 S:      Maintained
4723 F:      drivers/media/usb/gspca/m5602/
4724
4725 GSPCA PAC207 SONIXB SUBDRIVER
4726 M:      Hans de Goede <hdegoede@redhat.com>
4727 L:      linux-media@vger.kernel.org
4728 T:      git git://linuxtv.org/media_tree.git
4729 S:      Maintained
4730 F:      drivers/media/usb/gspca/pac207.c
4731
4732 GSPCA SN9C20X SUBDRIVER
4733 M:      Brian Johnson <brijohn@gmail.com>
4734 L:      linux-media@vger.kernel.org
4735 T:      git git://linuxtv.org/media_tree.git
4736 S:      Maintained
4737 F:      drivers/media/usb/gspca/sn9c20x.c
4738
4739 GSPCA T613 SUBDRIVER
4740 M:      Leandro Costantino <lcostantino@gmail.com>
4741 L:      linux-media@vger.kernel.org
4742 T:      git git://linuxtv.org/media_tree.git
4743 S:      Maintained
4744 F:      drivers/media/usb/gspca/t613.c
4745
4746 GSPCA USB WEBCAM DRIVER
4747 M:      Hans de Goede <hdegoede@redhat.com>
4748 L:      linux-media@vger.kernel.org
4749 T:      git git://linuxtv.org/media_tree.git
4750 S:      Maintained
4751 F:      drivers/media/usb/gspca/
4752
4753 GUID PARTITION TABLE (GPT)
4754 M:      Davidlohr Bueso <dave@stgolabs.net>
4755 L:      linux-efi@vger.kernel.org
4756 S:      Maintained
4757 F:      block/partitions/efi.*
4758
4759 STK1160 USB VIDEO CAPTURE DRIVER
4760 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4761 L:      linux-media@vger.kernel.org
4762 T:      git git://linuxtv.org/media_tree.git
4763 S:      Maintained
4764 F:      drivers/media/usb/stk1160/
4765
4766 H8/300 ARCHITECTURE
4767 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4768 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4769 W:      http://uclinux-h8.sourceforge.jp
4770 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4771 S:      Maintained
4772 F:      arch/h8300/
4773 F:      drivers/clocksource/h8300_*.c
4774 F:      drivers/clk/h8300/
4775 F:      drivers/irqchip/irq-renesas-h8*.c
4776
4777 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4778 M:      Frank Seidel <frank@f-seidel.de>
4779 L:      platform-driver-x86@vger.kernel.org
4780 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4781 S:      Maintained
4782 F:      drivers/platform/x86/hdaps.c
4783
4784 HDPVR USB VIDEO ENCODER DRIVER
4785 M:      Hans Verkuil <hverkuil@xs4all.nl>
4786 L:      linux-media@vger.kernel.org
4787 T:      git git://linuxtv.org/media_tree.git
4788 W:      http://linuxtv.org
4789 S:      Odd Fixes
4790 F:      drivers/media/usb/hdpvr/
4791
4792 HWPOISON MEMORY FAILURE HANDLING
4793 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4794 L:      linux-mm@kvack.org
4795 S:      Maintained
4796 F:      mm/memory-failure.c
4797 F:      mm/hwpoison-inject.c
4798
4799 HYPERVISOR VIRTUAL CONSOLE DRIVER
4800 L:      linuxppc-dev@lists.ozlabs.org
4801 S:      Odd Fixes
4802 F:      drivers/tty/hvc/
4803
4804 HACKRF MEDIA DRIVER
4805 M:      Antti Palosaari <crope@iki.fi>
4806 L:      linux-media@vger.kernel.org
4807 W:      http://linuxtv.org/
4808 W:      http://palosaari.fi/linux/
4809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4810 T:      git git://linuxtv.org/anttip/media_tree.git
4811 S:      Maintained
4812 F:      drivers/media/usb/hackrf/
4813
4814 HARDWARE MONITORING
4815 M:      Jean Delvare <jdelvare@suse.com>
4816 M:      Guenter Roeck <linux@roeck-us.net>
4817 L:      lm-sensors@lm-sensors.org
4818 W:      http://www.lm-sensors.org/
4819 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4821 S:      Maintained
4822 F:      Documentation/hwmon/
4823 F:      drivers/hwmon/
4824 F:      include/linux/hwmon*.h
4825
4826 HARDWARE RANDOM NUMBER GENERATOR CORE
4827 M:      Matt Mackall <mpm@selenic.com>
4828 M:      Herbert Xu <herbert@gondor.apana.org.au>
4829 L:      linux-crypto@vger.kernel.org
4830 S:      Odd fixes
4831 F:      Documentation/hw_random.txt
4832 F:      drivers/char/hw_random/
4833 F:      include/linux/hw_random.h
4834
4835 HARDWARE SPINLOCK CORE
4836 M:      Ohad Ben-Cohen <ohad@wizery.com>
4837 S:      Maintained
4838 F:      Documentation/hwspinlock.txt
4839 F:      drivers/hwspinlock/hwspinlock_*
4840 F:      include/linux/hwspinlock.h
4841
4842 HARMONY SOUND DRIVER
4843 L:      linux-parisc@vger.kernel.org
4844 S:      Maintained
4845 F:      sound/parisc/harmony.*
4846
4847 HD29L2 MEDIA DRIVER
4848 M:      Antti Palosaari <crope@iki.fi>
4849 L:      linux-media@vger.kernel.org
4850 W:      http://linuxtv.org/
4851 W:      http://palosaari.fi/linux/
4852 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4853 T:      git git://linuxtv.org/anttip/media_tree.git
4854 S:      Maintained
4855 F:      drivers/media/dvb-frontends/hd29l2*
4856
4857 HEWLETT-PACKARD SMART2 RAID DRIVER
4858 L:      iss_storagedev@hp.com
4859 S:      Orphan
4860 F:      Documentation/blockdev/cpqarray.txt
4861 F:      drivers/block/cpqarray.*
4862
4863 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4864 M:      Don Brace <don.brace@pmcs.com>
4865 L:      iss_storagedev@hp.com
4866 L:      storagedev@pmcs.com
4867 L:      linux-scsi@vger.kernel.org
4868 S:      Supported
4869 F:      Documentation/scsi/hpsa.txt
4870 F:      drivers/scsi/hpsa*.[ch]
4871 F:      include/linux/cciss*.h
4872 F:      include/uapi/linux/cciss*.h
4873
4874 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4875 M:      Don Brace <don.brace@pmcs.com>
4876 L:      iss_storagedev@hp.com
4877 L:      storagedev@pmcs.com
4878 L:      linux-scsi@vger.kernel.org
4879 S:      Supported
4880 F:      Documentation/blockdev/cciss.txt
4881 F:      drivers/block/cciss*
4882 F:      include/linux/cciss_ioctl.h
4883 F:      include/uapi/linux/cciss_ioctl.h
4884
4885 HFS FILESYSTEM
4886 L:      linux-fsdevel@vger.kernel.org
4887 S:      Orphan
4888 F:      Documentation/filesystems/hfs.txt
4889 F:      fs/hfs/
4890
4891 HFSPLUS FILESYSTEM
4892 L:      linux-fsdevel@vger.kernel.org
4893 S:      Orphan
4894 F:      Documentation/filesystems/hfsplus.txt
4895 F:      fs/hfsplus/
4896
4897 HGA FRAMEBUFFER DRIVER
4898 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4899 L:      linux-nvidia@lists.surfsouth.com
4900 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4901 S:      Maintained
4902 F:      drivers/video/fbdev/hgafb.c
4903
4904 HIBERNATION (aka Software Suspend, aka swsusp)
4905 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4906 M:      Pavel Machek <pavel@ucw.cz>
4907 L:      linux-pm@vger.kernel.org
4908 S:      Supported
4909 F:      arch/x86/power/
4910 F:      drivers/base/power/
4911 F:      kernel/power/
4912 F:      include/linux/suspend.h
4913 F:      include/linux/freezer.h
4914 F:      include/linux/pm.h
4915 F:      arch/*/include/asm/suspend*.h
4916
4917 HID CORE LAYER
4918 M:      Jiri Kosina <jikos@kernel.org>
4919 L:      linux-input@vger.kernel.org
4920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4921 S:      Maintained
4922 F:      drivers/hid/
4923 F:      include/linux/hid*
4924 F:      include/uapi/linux/hid*
4925
4926 HID SENSOR HUB DRIVERS
4927 M:      Jiri Kosina <jikos@kernel.org>
4928 M:      Jonathan Cameron <jic23@kernel.org>
4929 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4930 L:      linux-input@vger.kernel.org
4931 L:      linux-iio@vger.kernel.org
4932 S:      Maintained
4933 F:      Documentation/hid/hid-sensor*
4934 F:      drivers/hid/hid-sensor-*
4935 F:      drivers/iio/*/hid-*
4936 F:      include/linux/hid-sensor-*
4937
4938 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4939 M:      Thomas Gleixner <tglx@linutronix.de>
4940 L:      linux-kernel@vger.kernel.org
4941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4942 S:      Maintained
4943 F:      Documentation/timers/
4944 F:      kernel/time/hrtimer.c
4945 F:      kernel/time/clockevents.c
4946 F:      kernel/time/tick*.*
4947 F:      kernel/time/timer_*.c
4948 F:      include/linux/clockchips.h
4949 F:      include/linux/hrtimer.h
4950
4951 HIGH-SPEED SCC DRIVER FOR AX.25
4952 L:      linux-hams@vger.kernel.org
4953 S:      Orphan
4954 F:      drivers/net/hamradio/dmascc.c
4955 F:      drivers/net/hamradio/scc.c
4956
4957 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4958 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4959 W:      http://www.highpoint-tech.com
4960 S:      Supported
4961 F:      Documentation/scsi/hptiop.txt
4962 F:      drivers/scsi/hptiop.c
4963
4964 HIPPI
4965 M:      Jes Sorensen <jes@trained-monkey.org>
4966 L:      linux-hippi@sunsite.dk
4967 S:      Maintained
4968 F:      include/linux/hippidevice.h
4969 F:      include/uapi/linux/if_hippi.h
4970 F:      net/802/hippi.c
4971 F:      drivers/net/hippi/
4972
4973 HOST AP DRIVER
4974 M:      Jouni Malinen <j@w1.fi>
4975 L:      hostap@shmoo.com (subscribers-only)
4976 L:      linux-wireless@vger.kernel.org
4977 W:      http://hostap.epitest.fi/
4978 S:      Maintained
4979 F:      drivers/net/wireless/hostap/
4980
4981 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4982 L:      platform-driver-x86@vger.kernel.org
4983 S:      Orphan
4984 F:      drivers/platform/x86/tc1100-wmi.c
4985
4986 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4987 M:      Jaroslav Kysela <perex@perex.cz>
4988 S:      Maintained
4989 F:      drivers/net/ethernet/hp/hp100.*
4990
4991 HPET:   High Precision Event Timers driver
4992 M:      Clemens Ladisch <clemens@ladisch.de>
4993 S:      Maintained
4994 F:      Documentation/timers/hpet.txt
4995 F:      drivers/char/hpet.c
4996 F:      include/linux/hpet.h
4997 F:      include/uapi/linux/hpet.h
4998
4999 HPET:   x86
5000 S:      Orphan
5001 F:      arch/x86/kernel/hpet.c
5002 F:      arch/x86/include/asm/hpet.h
5003
5004 HPFS FILESYSTEM
5005 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5006 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5007 S:      Maintained
5008 F:      fs/hpfs/
5009
5010 HSI SUBSYSTEM
5011 M:      Sebastian Reichel <sre@kernel.org>
5012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5013 S:      Maintained
5014 F:      Documentation/ABI/testing/sysfs-bus-hsi
5015 F:      Documentation/hsi.txt
5016 F:      drivers/hsi/
5017 F:      include/linux/hsi/
5018 F:      include/uapi/linux/hsi/
5019
5020 HSO 3G MODEM DRIVER
5021 M:      Jan Dumon <j.dumon@option.com>
5022 W:      http://www.pharscape.org
5023 S:      Maintained
5024 F:      drivers/net/usb/hso.c
5025
5026 HSR NETWORK PROTOCOL
5027 M:      Arvid Brodin <arvid.brodin@alten.se>
5028 L:      netdev@vger.kernel.org
5029 S:      Maintained
5030 F:      net/hsr/
5031
5032 HTCPEN TOUCHSCREEN DRIVER
5033 M:      Pau Oliva Fora <pof@eslack.org>
5034 L:      linux-input@vger.kernel.org
5035 S:      Maintained
5036 F:      drivers/input/touchscreen/htcpen.c
5037
5038 HUGETLB FILESYSTEM
5039 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5040 S:      Maintained
5041 F:      fs/hugetlbfs/
5042
5043 Hyper-V CORE AND DRIVERS
5044 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5045 M:      Haiyang Zhang <haiyangz@microsoft.com>
5046 L:      devel@linuxdriverproject.org
5047 S:      Maintained
5048 F:      arch/x86/include/asm/mshyperv.h
5049 F:      arch/x86/include/uapi/asm/hyperv.h
5050 F:      arch/x86/kernel/cpu/mshyperv.c
5051 F:      drivers/hid/hid-hyperv.c
5052 F:      drivers/hv/
5053 F:      drivers/input/serio/hyperv-keyboard.c
5054 F:      drivers/net/hyperv/
5055 F:      drivers/scsi/storvsc_drv.c
5056 F:      drivers/video/fbdev/hyperv_fb.c
5057 F:      include/linux/hyperv.h
5058 F:      tools/hv/
5059 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5060
5061 I2C OVER PARALLEL PORT
5062 M:      Jean Delvare <jdelvare@suse.com>
5063 L:      linux-i2c@vger.kernel.org
5064 S:      Maintained
5065 F:      Documentation/i2c/busses/i2c-parport
5066 F:      Documentation/i2c/busses/i2c-parport-light
5067 F:      drivers/i2c/busses/i2c-parport.c
5068 F:      drivers/i2c/busses/i2c-parport-light.c
5069
5070 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5071 M:      Jean Delvare <jdelvare@suse.com>
5072 L:      linux-i2c@vger.kernel.org
5073 S:      Maintained
5074 F:      Documentation/i2c/busses/i2c-ali1535
5075 F:      Documentation/i2c/busses/i2c-ali1563
5076 F:      Documentation/i2c/busses/i2c-ali15x3
5077 F:      Documentation/i2c/busses/i2c-amd756
5078 F:      Documentation/i2c/busses/i2c-amd8111
5079 F:      Documentation/i2c/busses/i2c-i801
5080 F:      Documentation/i2c/busses/i2c-nforce2
5081 F:      Documentation/i2c/busses/i2c-piix4
5082 F:      Documentation/i2c/busses/i2c-sis5595
5083 F:      Documentation/i2c/busses/i2c-sis630
5084 F:      Documentation/i2c/busses/i2c-sis96x
5085 F:      Documentation/i2c/busses/i2c-via
5086 F:      Documentation/i2c/busses/i2c-viapro
5087 F:      drivers/i2c/busses/i2c-ali1535.c
5088 F:      drivers/i2c/busses/i2c-ali1563.c
5089 F:      drivers/i2c/busses/i2c-ali15x3.c
5090 F:      drivers/i2c/busses/i2c-amd756.c
5091 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5092 F:      drivers/i2c/busses/i2c-amd8111.c
5093 F:      drivers/i2c/busses/i2c-i801.c
5094 F:      drivers/i2c/busses/i2c-isch.c
5095 F:      drivers/i2c/busses/i2c-nforce2.c
5096 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5097 F:      drivers/i2c/busses/i2c-piix4.c
5098 F:      drivers/i2c/busses/i2c-sis5595.c
5099 F:      drivers/i2c/busses/i2c-sis630.c
5100 F:      drivers/i2c/busses/i2c-sis96x.c
5101 F:      drivers/i2c/busses/i2c-via.c
5102 F:      drivers/i2c/busses/i2c-viapro.c
5103
5104 I2C/SMBUS ISMT DRIVER
5105 M:      Seth Heasley <seth.heasley@intel.com>
5106 M:      Neil Horman <nhorman@tuxdriver.com>
5107 L:      linux-i2c@vger.kernel.org
5108 F:      drivers/i2c/busses/i2c-ismt.c
5109 F:      Documentation/i2c/busses/i2c-ismt
5110
5111 I2C/SMBUS STUB DRIVER
5112 M:      Jean Delvare <jdelvare@suse.com>
5113 L:      linux-i2c@vger.kernel.org
5114 S:      Maintained
5115 F:      drivers/i2c/i2c-stub.c
5116
5117 I2C SUBSYSTEM
5118 M:      Wolfram Sang <wsa@the-dreams.de>
5119 L:      linux-i2c@vger.kernel.org
5120 W:      https://i2c.wiki.kernel.org/
5121 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5123 S:      Maintained
5124 F:      Documentation/devicetree/bindings/i2c/
5125 F:      Documentation/i2c/
5126 F:      drivers/i2c/
5127 F:      include/linux/i2c.h
5128 F:      include/linux/i2c-*.h
5129 F:      include/uapi/linux/i2c.h
5130 F:      include/uapi/linux/i2c-*.h
5131
5132 I2C ACPI SUPPORT
5133 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5134 L:      linux-i2c@vger.kernel.org
5135 L:      linux-acpi@vger.kernel.org
5136 S:      Maintained
5137
5138 I2C-TAOS-EVM DRIVER
5139 M:      Jean Delvare <jdelvare@suse.com>
5140 L:      linux-i2c@vger.kernel.org
5141 S:      Maintained
5142 F:      Documentation/i2c/busses/i2c-taos-evm
5143 F:      drivers/i2c/busses/i2c-taos-evm.c
5144
5145 I2C-TINY-USB DRIVER
5146 M:      Till Harbaum <till@harbaum.org>
5147 L:      linux-i2c@vger.kernel.org
5148 W:      http://www.harbaum.org/till/i2c_tiny_usb
5149 S:      Maintained
5150 F:      drivers/i2c/busses/i2c-tiny-usb.c
5151
5152 i386 BOOT CODE
5153 M:      "H. Peter Anvin" <hpa@zytor.com>
5154 S:      Maintained
5155 F:      arch/x86/boot/
5156
5157 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5158 M:      "H. Peter Anvin" <hpa@zytor.com>
5159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5160 S:      Maintained
5161
5162 IA64 (Itanium) PLATFORM
5163 M:      Tony Luck <tony.luck@intel.com>
5164 M:      Fenghua Yu <fenghua.yu@intel.com>
5165 L:      linux-ia64@vger.kernel.org
5166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5167 S:      Maintained
5168 F:      arch/ia64/
5169
5170 IBM Power VMX Cryptographic instructions
5171 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5172 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5173 L:      linux-crypto@vger.kernel.org
5174 S:      Supported
5175 F:      drivers/crypto/vmx/Makefile
5176 F:      drivers/crypto/vmx/Kconfig
5177 F:      drivers/crypto/vmx/vmx.c
5178 F:      drivers/crypto/vmx/aes*
5179 F:      drivers/crypto/vmx/ghash*
5180 F:      drivers/crypto/vmx/ppc-xlate.pl
5181
5182 IBM Power in-Nest Crypto Acceleration
5183 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5184 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5185 L:      linux-crypto@vger.kernel.org
5186 S:      Supported
5187 F:      drivers/crypto/nx/Makefile
5188 F:      drivers/crypto/nx/Kconfig
5189 F:      drivers/crypto/nx/nx-aes*
5190 F:      drivers/crypto/nx/nx-sha*
5191 F:      drivers/crypto/nx/nx.*
5192 F:      drivers/crypto/nx/nx_csbcpb.h
5193 F:      drivers/crypto/nx/nx_debugfs.h
5194
5195 IBM Power 842 compression accelerator
5196 M:      Dan Streetman <ddstreet@ieee.org>
5197 S:      Supported
5198 F:      drivers/crypto/nx/Makefile
5199 F:      drivers/crypto/nx/Kconfig
5200 F:      drivers/crypto/nx/nx-842*
5201 F:      include/linux/sw842.h
5202 F:      crypto/842.c
5203 F:      lib/842/
5204
5205 IBM Power Linux RAID adapter
5206 M:      Brian King <brking@us.ibm.com>
5207 S:      Supported
5208 F:      drivers/scsi/ipr.*
5209
5210 IBM Power Virtual Ethernet Device Driver
5211 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5212 L:      netdev@vger.kernel.org
5213 S:      Supported
5214 F:      drivers/net/ethernet/ibm/ibmveth.*
5215
5216 IBM Power Virtual SCSI Device Drivers
5217 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5218 L:      linux-scsi@vger.kernel.org
5219 S:      Supported
5220 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5221 F:      drivers/scsi/ibmvscsi/viosrp.h
5222
5223 IBM Power Virtual FC Device Drivers
5224 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5225 L:      linux-scsi@vger.kernel.org
5226 S:      Supported
5227 F:      drivers/scsi/ibmvscsi/ibmvfc*
5228
5229 IBM ServeRAID RAID DRIVER
5230 S:      Orphan
5231 F:      drivers/scsi/ips.*
5232
5233 ICH LPC AND GPIO DRIVER
5234 M:      Peter Tyser <ptyser@xes-inc.com>
5235 S:      Maintained
5236 F:      drivers/mfd/lpc_ich.c
5237 F:      drivers/gpio/gpio-ich.c
5238
5239 IDE SUBSYSTEM
5240 M:      "David S. Miller" <davem@davemloft.net>
5241 L:      linux-ide@vger.kernel.org
5242 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5244 S:      Maintained
5245 F:      Documentation/ide/
5246 F:      drivers/ide/
5247 F:      include/linux/ide.h
5248
5249 IDEAPAD LAPTOP EXTRAS DRIVER
5250 M:      Ike Panhc <ike.pan@canonical.com>
5251 L:      platform-driver-x86@vger.kernel.org
5252 W:      http://launchpad.net/ideapad-laptop
5253 S:      Maintained
5254 F:      drivers/platform/x86/ideapad-laptop.c
5255
5256 IDEAPAD LAPTOP SLIDEBAR DRIVER
5257 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5258 L:      linux-input@vger.kernel.org
5259 W:      https://github.com/o2genum/ideapad-slidebar
5260 S:      Maintained
5261 F:      drivers/input/misc/ideapad_slidebar.c
5262
5263 IDE/ATAPI DRIVERS
5264 M:      Borislav Petkov <bp@alien8.de>
5265 L:      linux-ide@vger.kernel.org
5266 S:      Maintained
5267 F:      Documentation/cdrom/ide-cd
5268 F:      drivers/ide/ide-cd*
5269
5270 IDLE-I7300
5271 M:      Andy Henroid <andrew.d.henroid@intel.com>
5272 L:      linux-pm@vger.kernel.org
5273 S:      Supported
5274 F:      drivers/idle/i7300_idle.c
5275
5276 IEEE 802.15.4 SUBSYSTEM
5277 M:      Alexander Aring <alex.aring@gmail.com>
5278 L:      linux-wpan@vger.kernel.org
5279 W:      https://github.com/linux-wpan
5280 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5281 S:      Maintained
5282 F:      net/ieee802154/
5283 F:      net/mac802154/
5284 F:      drivers/net/ieee802154/
5285 F:      include/linux/nl802154.h
5286 F:      include/linux/ieee802154.h
5287 F:      include/net/nl802154.h
5288 F:      include/net/mac802154.h
5289 F:      include/net/af_ieee802154.h
5290 F:      include/net/cfg802154.h
5291 F:      include/net/ieee802154_netdev.h
5292 F:      Documentation/networking/ieee802154.txt
5293
5294 IGORPLUG-USB IR RECEIVER
5295 M:      Sean Young <sean@mess.org>
5296 L:      linux-media@vger.kernel.org
5297 S:      Maintained
5298 F:      drivers/media/rc/igorplugusb.c
5299
5300 IGUANAWORKS USB IR TRANSCEIVER
5301 M:      Sean Young <sean@mess.org>
5302 L:      linux-media@vger.kernel.org
5303 S:      Maintained
5304 F:      drivers/media/rc/iguanair.c
5305
5306 IIO SUBSYSTEM AND DRIVERS
5307 M:      Jonathan Cameron <jic23@kernel.org>
5308 R:      Hartmut Knaack <knaack.h@gmx.de>
5309 R:      Lars-Peter Clausen <lars@metafoo.de>
5310 R:      Peter Meerwald <pmeerw@pmeerw.net>
5311 L:      linux-iio@vger.kernel.org
5312 S:      Maintained
5313 F:      drivers/iio/
5314 F:      drivers/staging/iio/
5315 F:      include/linux/iio/
5316 F:      tools/iio/
5317
5318 IKANOS/ADI EAGLE ADSL USB DRIVER
5319 M:      Matthieu Castet <castet.matthieu@free.fr>
5320 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5321 S:      Maintained
5322 F:      drivers/usb/atm/ueagle-atm.c
5323
5324 INA209 HARDWARE MONITOR DRIVER
5325 M:      Guenter Roeck <linux@roeck-us.net>
5326 L:      lm-sensors@lm-sensors.org
5327 S:      Maintained
5328 F:      Documentation/hwmon/ina209
5329 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5330 F:      drivers/hwmon/ina209.c
5331
5332 INA2XX HARDWARE MONITOR DRIVER
5333 M:      Guenter Roeck <linux@roeck-us.net>
5334 L:      lm-sensors@lm-sensors.org
5335 S:      Maintained
5336 F:      Documentation/hwmon/ina2xx
5337 F:      drivers/hwmon/ina2xx.c
5338 F:      include/linux/platform_data/ina2xx.h
5339
5340 INDUSTRY PACK SUBSYSTEM (IPACK)
5341 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5342 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5343 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5344 L:      industrypack-devel@lists.sourceforge.net
5345 W:      http://industrypack.sourceforge.net
5346 S:      Maintained
5347 F:      drivers/ipack/
5348
5349 INGENIC JZ4780 DMA Driver
5350 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5351 S:      Maintained
5352 F:      drivers/dma/dma-jz4780.c
5353
5354 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5355 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5356 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5357 L:      linux-ima-devel@lists.sourceforge.net
5358 L:      linux-ima-user@lists.sourceforge.net
5359 L:      linux-security-module@vger.kernel.org
5360 S:      Supported
5361 F:      security/integrity/ima/
5362
5363 IMGTEC IR DECODER DRIVER
5364 M:      James Hogan <james.hogan@imgtec.com>
5365 S:      Maintained
5366 F:      drivers/media/rc/img-ir/
5367
5368 IMS TWINTURBO FRAMEBUFFER DRIVER
5369 L:      linux-fbdev@vger.kernel.org
5370 S:      Orphan
5371 F:      drivers/video/fbdev/imsttfb.c
5372
5373 INFINIBAND SUBSYSTEM
5374 M:      Doug Ledford <dledford@redhat.com>
5375 M:      Sean Hefty <sean.hefty@intel.com>
5376 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5377 L:      linux-rdma@vger.kernel.org
5378 W:      http://www.openfabrics.org/
5379 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5381 S:      Supported
5382 F:      Documentation/infiniband/
5383 F:      drivers/infiniband/
5384 F:      drivers/staging/rdma/
5385 F:      include/uapi/linux/if_infiniband.h
5386 F:      include/uapi/rdma/
5387 F:      include/rdma/
5388
5389 INOTIFY
5390 M:      John McCutchan <john@johnmccutchan.com>
5391 M:      Robert Love <rlove@rlove.org>
5392 M:      Eric Paris <eparis@parisplace.org>
5393 S:      Maintained
5394 F:      Documentation/filesystems/inotify.txt
5395 F:      fs/notify/inotify/
5396 F:      include/linux/inotify.h
5397 F:      include/uapi/linux/inotify.h
5398
5399 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5400 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5401 L:      linux-input@vger.kernel.org
5402 Q:      http://patchwork.kernel.org/project/linux-input/list/
5403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5404 S:      Maintained
5405 F:      drivers/input/
5406 F:      include/linux/input.h
5407 F:      include/uapi/linux/input.h
5408 F:      include/linux/input/
5409
5410 INPUT MULTITOUCH (MT) PROTOCOL
5411 M:      Henrik Rydberg <rydberg@bitmath.org>
5412 L:      linux-input@vger.kernel.org
5413 S:      Odd fixes
5414 F:      Documentation/input/multi-touch-protocol.txt
5415 F:      drivers/input/input-mt.c
5416 K:      \b(ABS|SYN)_MT_
5417
5418 INTEL ASoC BDW/HSW DRIVERS
5419 M:      Jie Yang <yang.jie@linux.intel.com>
5420 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5421 S:      Supported
5422 F:      sound/soc/intel/common/sst-dsp*
5423 F:      sound/soc/intel/common/sst-firmware.c
5424 F:      sound/soc/intel/boards/broadwell.c
5425 F:      sound/soc/intel/haswell/
5426
5427 INTEL C600 SERIES SAS CONTROLLER DRIVER
5428 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5429 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5430 L:      linux-scsi@vger.kernel.org
5431 T:      git git://git.code.sf.net/p/intel-sas/isci
5432 S:      Supported
5433 F:      drivers/scsi/isci/
5434
5435 INTEL IDLE DRIVER
5436 M:      Len Brown <lenb@kernel.org>
5437 L:      linux-pm@vger.kernel.org
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5439 S:      Supported
5440 F:      drivers/idle/intel_idle.c
5441
5442 INTEL PSTATE DRIVER
5443 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5444 L:      linux-pm@vger.kernel.org
5445 S:      Supported
5446 F:      drivers/cpufreq/intel_pstate.c
5447
5448 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5449 M:      Maik Broemme <mbroemme@plusserver.de>
5450 L:      linux-fbdev@vger.kernel.org
5451 S:      Maintained
5452 F:      Documentation/fb/intelfb.txt
5453 F:      drivers/video/fbdev/intelfb/
5454
5455 INTEL 810/815 FRAMEBUFFER DRIVER
5456 M:      Antonino Daplas <adaplas@gmail.com>
5457 L:      linux-fbdev@vger.kernel.org
5458 S:      Maintained
5459 F:      drivers/video/fbdev/i810/
5460
5461 INTEL MENLOW THERMAL DRIVER
5462 M:      Sujith Thomas <sujith.thomas@intel.com>
5463 L:      platform-driver-x86@vger.kernel.org
5464 W:      https://01.org/linux-acpi
5465 S:      Supported
5466 F:      drivers/platform/x86/intel_menlow.c
5467
5468 INTEL I/OAT DMA DRIVER
5469 M:      Dave Jiang <dave.jiang@intel.com>
5470 R:      Dan Williams <dan.j.williams@intel.com>
5471 L:      dmaengine@vger.kernel.org
5472 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5473 S:      Supported
5474 F:      drivers/dma/ioat*
5475
5476 INTEL IOMMU (VT-d)
5477 M:      David Woodhouse <dwmw2@infradead.org>
5478 L:      iommu@lists.linux-foundation.org
5479 T:      git git://git.infradead.org/iommu-2.6.git
5480 S:      Supported
5481 F:      drivers/iommu/intel-iommu.c
5482 F:      include/linux/intel-iommu.h
5483
5484 INTEL IOP-ADMA DMA DRIVER
5485 R:      Dan Williams <dan.j.williams@intel.com>
5486 S:      Odd fixes
5487 F:      drivers/dma/iop-adma.c
5488
5489 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5490 M:      Krzysztof Halasa <khalasa@piap.pl>
5491 S:      Maintained
5492 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5493 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5494 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5495 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5496 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5497 F:      drivers/net/wan/ixp4xx_hss.c
5498
5499 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5500 M:      Deepak Saxena <dsaxena@plexity.net>
5501 S:      Maintained
5502 F:      drivers/char/hw_random/ixp4xx-rng.c
5503
5504 INTEL ETHERNET DRIVERS
5505 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5506 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5507 R:      Shannon Nelson <shannon.nelson@intel.com>
5508 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5509 R:      Don Skidmore <donald.c.skidmore@intel.com>
5510 R:      Matthew Vick <matthew.vick@intel.com>
5511 R:      John Ronciak <john.ronciak@intel.com>
5512 R:      Mitch Williams <mitch.a.williams@intel.com>
5513 L:      intel-wired-lan@lists.osuosl.org
5514 W:      http://www.intel.com/support/feedback.htm
5515 W:      http://e1000.sourceforge.net/
5516 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5519 S:      Supported
5520 F:      Documentation/networking/e100.txt
5521 F:      Documentation/networking/e1000.txt
5522 F:      Documentation/networking/e1000e.txt
5523 F:      Documentation/networking/igb.txt
5524 F:      Documentation/networking/igbvf.txt
5525 F:      Documentation/networking/ixgb.txt
5526 F:      Documentation/networking/ixgbe.txt
5527 F:      Documentation/networking/ixgbevf.txt
5528 F:      Documentation/networking/i40e.txt
5529 F:      Documentation/networking/i40evf.txt
5530 F:      drivers/net/ethernet/intel/
5531 F:      drivers/net/ethernet/intel/*/
5532
5533 INTEL-MID GPIO DRIVER
5534 M:      David Cohen <david.a.cohen@linux.intel.com>
5535 L:      linux-gpio@vger.kernel.org
5536 S:      Maintained
5537 F:      drivers/gpio/gpio-intel-mid.c
5538
5539 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5540 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5541 L:      linux-wireless@vger.kernel.org
5542 S:      Maintained
5543 F:      Documentation/networking/README.ipw2100
5544 F:      Documentation/networking/README.ipw2200
5545 F:      drivers/net/wireless/ipw2x00/
5546
5547 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5548 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5549 M:      Gang Wei <gang.wei@intel.com>
5550 M:      Shane Wang <shane.wang@intel.com>
5551 L:      tboot-devel@lists.sourceforge.net
5552 W:      http://tboot.sourceforge.net
5553 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5554 S:      Supported
5555 F:      Documentation/intel_txt.txt
5556 F:      include/linux/tboot.h
5557 F:      arch/x86/kernel/tboot.c
5558
5559 INTEL WIRELESS WIMAX CONNECTION 2400
5560 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5561 M:      linux-wimax@intel.com
5562 L:      wimax@linuxwimax.org (subscribers-only)
5563 S:      Supported
5564 W:      http://linuxwimax.org
5565 F:      Documentation/wimax/README.i2400m
5566 F:      drivers/net/wimax/i2400m/
5567 F:      include/uapi/linux/wimax/i2400m.h
5568
5569 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5570 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5571 L:      linux-wireless@vger.kernel.org
5572 S:      Supported
5573 F:      drivers/net/wireless/iwlegacy/
5574
5575 INTEL WIRELESS WIFI LINK (iwlwifi)
5576 M:      Johannes Berg <johannes.berg@intel.com>
5577 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5578 M:      Intel Linux Wireless <linuxwifi@intel.com>
5579 L:      linux-wireless@vger.kernel.org
5580 W:      http://intellinuxwireless.org
5581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5582 S:      Supported
5583 F:      drivers/net/wireless/iwlwifi/
5584
5585 INTEL MANAGEMENT ENGINE (mei)
5586 M:      Tomas Winkler <tomas.winkler@intel.com>
5587 L:      linux-kernel@vger.kernel.org
5588 S:      Supported
5589 F:      include/uapi/linux/mei.h
5590 F:      include/linux/mei_cl_bus.h
5591 F:      drivers/misc/mei/*
5592 F:      Documentation/misc-devices/mei/*
5593
5594 INTEL PMC IPC DRIVER
5595 M:      Zha Qipeng<qipeng.zha@intel.com>
5596 L:      platform-driver-x86@vger.kernel.org
5597 S:      Maintained
5598 F:      drivers/platform/x86/intel_pmc_ipc.c
5599 F:      arch/x86/include/asm/intel_pmc_ipc.h
5600
5601 IOC3 ETHERNET DRIVER
5602 M:      Ralf Baechle <ralf@linux-mips.org>
5603 L:      linux-mips@linux-mips.org
5604 S:      Maintained
5605 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5606
5607 IOC3 SERIAL DRIVER
5608 M:      Pat Gefre <pfg@sgi.com>
5609 L:      linux-serial@vger.kernel.org
5610 S:      Maintained
5611 F:      drivers/tty/serial/ioc3_serial.c
5612
5613 IOMMU DRIVERS
5614 M:      Joerg Roedel <joro@8bytes.org>
5615 L:      iommu@lists.linux-foundation.org
5616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5617 S:      Maintained
5618 F:      drivers/iommu/
5619
5620 IP MASQUERADING
5621 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5622 S:      Maintained
5623 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5624
5625 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5626 M:      Francois Romieu <romieu@fr.zoreil.com>
5627 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5628 L:      netdev@vger.kernel.org
5629 S:      Maintained
5630 F:      drivers/net/ethernet/icplus/ipg.*
5631
5632 IPATH DRIVER
5633 M:      Mike Marciniszyn <infinipath@intel.com>
5634 L:      linux-rdma@vger.kernel.org
5635 S:      Maintained
5636 F:      drivers/staging/rdma/ipath/
5637
5638 IPMI SUBSYSTEM
5639 M:      Corey Minyard <minyard@acm.org>
5640 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5641 W:      http://openipmi.sourceforge.net/
5642 S:      Supported
5643 F:      Documentation/IPMI.txt
5644 F:      drivers/char/ipmi/
5645 F:      include/linux/ipmi*
5646 F:      include/uapi/linux/ipmi*
5647
5648 QCOM AUDIO (ASoC) DRIVERS
5649 M:      Patrick Lai <plai@codeaurora.org>
5650 M:      Banajit Goswami <bgoswami@codeaurora.org>
5651 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5652 S:      Supported
5653 F:      sound/soc/qcom/
5654
5655 IPS SCSI RAID DRIVER
5656 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5657 L:      linux-scsi@vger.kernel.org
5658 W:      http://www.adaptec.com/
5659 S:      Maintained
5660 F:      drivers/scsi/ips*
5661
5662 IPVS
5663 M:      Wensong Zhang <wensong@linux-vs.org>
5664 M:      Simon Horman <horms@verge.net.au>
5665 M:      Julian Anastasov <ja@ssi.bg>
5666 L:      netdev@vger.kernel.org
5667 L:      lvs-devel@vger.kernel.org
5668 S:      Maintained
5669 F:      Documentation/networking/ipvs-sysctl.txt
5670 F:      include/net/ip_vs.h
5671 F:      include/uapi/linux/ip_vs.h
5672 F:      net/netfilter/ipvs/
5673
5674 IPWIRELESS DRIVER
5675 M:      Jiri Kosina <jikos@kernel.org>
5676 M:      David Sterba <dsterba@suse.com>
5677 S:      Odd Fixes
5678 F:      drivers/tty/ipwireless/
5679
5680 IPX NETWORK LAYER
5681 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5682 L:      netdev@vger.kernel.org
5683 S:      Maintained
5684 F:      include/net/ipx.h
5685 F:      include/uapi/linux/ipx.h
5686 F:      net/ipx/
5687
5688 IRDA SUBSYSTEM
5689 M:      Samuel Ortiz <samuel@sortiz.org>
5690 L:      irda-users@lists.sourceforge.net (subscribers-only)
5691 L:      netdev@vger.kernel.org
5692 W:      http://irda.sourceforge.net/
5693 S:      Maintained
5694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5695 F:      Documentation/networking/irda.txt
5696 F:      drivers/net/irda/
5697 F:      include/net/irda/
5698 F:      net/irda/
5699
5700 IRQ SUBSYSTEM
5701 M:      Thomas Gleixner <tglx@linutronix.de>
5702 L:      linux-kernel@vger.kernel.org
5703 S:      Maintained
5704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5705 F:      kernel/irq/
5706
5707 IRQCHIP DRIVERS
5708 M:      Thomas Gleixner <tglx@linutronix.de>
5709 M:      Jason Cooper <jason@lakedaemon.net>
5710 M:      Marc Zyngier <marc.zyngier@arm.com>
5711 L:      linux-kernel@vger.kernel.org
5712 S:      Maintained
5713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5714 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5715 F:      Documentation/devicetree/bindings/interrupt-controller/
5716 F:      drivers/irqchip/
5717
5718 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5719 M:      Jiang Liu <jiang.liu@linux.intel.com>
5720 M:      Marc Zyngier <marc.zyngier@arm.com>
5721 S:      Maintained
5722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5723 F:      Documentation/IRQ-domain.txt
5724 F:      include/linux/irqdomain.h
5725 F:      kernel/irq/irqdomain.c
5726 F:      kernel/irq/msi.c
5727
5728 ISAPNP
5729 M:      Jaroslav Kysela <perex@perex.cz>
5730 S:      Maintained
5731 F:      Documentation/isapnp.txt
5732 F:      drivers/pnp/isapnp/
5733 F:      include/linux/isapnp.h
5734
5735 ISA RADIO MODULE
5736 M:      Hans Verkuil <hverkuil@xs4all.nl>
5737 L:      linux-media@vger.kernel.org
5738 T:      git git://linuxtv.org/media_tree.git
5739 W:      http://linuxtv.org
5740 S:      Maintained
5741 F:      drivers/media/radio/radio-isa*
5742
5743 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5744 M:      Peter Jones <pjones@redhat.com>
5745 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5746 S:      Maintained
5747 F:      drivers/firmware/iscsi_ibft*
5748
5749 ISCSI
5750 M:      Mike Christie <michaelc@cs.wisc.edu>
5751 L:      open-iscsi@googlegroups.com
5752 W:      www.open-iscsi.org
5753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5754 S:      Maintained
5755 F:      drivers/scsi/*iscsi*
5756 F:      include/scsi/*iscsi*
5757
5758 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5759 M:      Or Gerlitz <ogerlitz@mellanox.com>
5760 M:      Sagi Grimberg <sagig@mellanox.com>
5761 M:      Roi Dayan <roid@mellanox.com>
5762 L:      linux-rdma@vger.kernel.org
5763 S:      Supported
5764 W:      http://www.openfabrics.org
5765 W:      www.open-iscsi.org
5766 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5767 F:      drivers/infiniband/ulp/iser/
5768
5769 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5770 M:      Sagi Grimberg <sagig@mellanox.com>
5771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5772 L:      linux-rdma@vger.kernel.org
5773 L:      target-devel@vger.kernel.org
5774 S:      Supported
5775 W:      http://www.linux-iscsi.org
5776 F:      drivers/infiniband/ulp/isert
5777
5778 ISDN SUBSYSTEM
5779 M:      Karsten Keil <isdn@linux-pingi.de>
5780 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5781 L:      netdev@vger.kernel.org
5782 W:      http://www.isdn4linux.de
5783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5784 S:      Maintained
5785 F:      Documentation/isdn/
5786 F:      drivers/isdn/
5787 F:      include/linux/isdn.h
5788 F:      include/linux/isdn/
5789 F:      include/uapi/linux/isdn.h
5790 F:      include/uapi/linux/isdn/
5791
5792 ISDN SUBSYSTEM (Eicon active card driver)
5793 M:      Armin Schindler <mac@melware.de>
5794 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5795 W:      http://www.melware.de
5796 S:      Maintained
5797 F:      drivers/isdn/hardware/eicon/
5798
5799 IT87 HARDWARE MONITORING DRIVER
5800 M:      Jean Delvare <jdelvare@suse.com>
5801 L:      lm-sensors@lm-sensors.org
5802 S:      Maintained
5803 F:      Documentation/hwmon/it87
5804 F:      drivers/hwmon/it87.c
5805
5806 IT913X MEDIA DRIVER
5807 M:      Antti Palosaari <crope@iki.fi>
5808 L:      linux-media@vger.kernel.org
5809 W:      http://linuxtv.org/
5810 W:      http://palosaari.fi/linux/
5811 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5812 T:      git git://linuxtv.org/anttip/media_tree.git
5813 S:      Maintained
5814 F:      drivers/media/tuners/it913x*
5815
5816 IVTV VIDEO4LINUX DRIVER
5817 M:      Andy Walls <awalls@md.metrocast.net>
5818 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5819 L:      linux-media@vger.kernel.org
5820 T:      git git://linuxtv.org/media_tree.git
5821 W:      http://www.ivtvdriver.org
5822 S:      Maintained
5823 F:      Documentation/video4linux/*.ivtv
5824 F:      drivers/media/pci/ivtv/
5825 F:      include/uapi/linux/ivtv*
5826
5827 IX2505V MEDIA DRIVER
5828 M:      Malcolm Priestley <tvboxspy@gmail.com>
5829 L:      linux-media@vger.kernel.org
5830 W:      http://linuxtv.org/
5831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5832 S:      Maintained
5833 F:      drivers/media/dvb-frontends/ix2505v*
5834
5835 JC42.4 TEMPERATURE SENSOR DRIVER
5836 M:      Guenter Roeck <linux@roeck-us.net>
5837 L:      lm-sensors@lm-sensors.org
5838 S:      Maintained
5839 F:      drivers/hwmon/jc42.c
5840 F:      Documentation/hwmon/jc42
5841
5842 JFS FILESYSTEM
5843 M:      Dave Kleikamp <shaggy@kernel.org>
5844 L:      jfs-discussion@lists.sourceforge.net
5845 W:      http://jfs.sourceforge.net/
5846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5847 S:      Maintained
5848 F:      Documentation/filesystems/jfs.txt
5849 F:      fs/jfs/
5850
5851 JME NETWORK DRIVER
5852 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5853 L:      netdev@vger.kernel.org
5854 S:      Maintained
5855 F:      drivers/net/ethernet/jme.*
5856
5857 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5858 M:      David Woodhouse <dwmw2@infradead.org>
5859 L:      linux-mtd@lists.infradead.org
5860 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5861 S:      Maintained
5862 F:      fs/jffs2/
5863 F:      include/uapi/linux/jffs2.h
5864
5865 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5866 M:      "Theodore Ts'o" <tytso@mit.edu>
5867 M:      Jan Kara <jack@suse.com>
5868 L:      linux-ext4@vger.kernel.org
5869 S:      Maintained
5870 F:      fs/jbd2/
5871 F:      include/linux/jbd2.h
5872
5873 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5874 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5875 L:      linux-media@vger.kernel.org
5876 S:      Maintained
5877 F:      drivers/media/platform/rcar_jpu.c
5878
5879 JSM Neo PCI based serial card
5880 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5881 L:      linux-serial@vger.kernel.org
5882 S:      Maintained
5883 F:      drivers/tty/serial/jsm/
5884
5885 K10TEMP HARDWARE MONITORING DRIVER
5886 M:      Clemens Ladisch <clemens@ladisch.de>
5887 L:      lm-sensors@lm-sensors.org
5888 S:      Maintained
5889 F:      Documentation/hwmon/k10temp
5890 F:      drivers/hwmon/k10temp.c
5891
5892 K8TEMP HARDWARE MONITORING DRIVER
5893 M:      Rudolf Marek <r.marek@assembler.cz>
5894 L:      lm-sensors@lm-sensors.org
5895 S:      Maintained
5896 F:      Documentation/hwmon/k8temp
5897 F:      drivers/hwmon/k8temp.c
5898
5899 KCONFIG
5900 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5901 L:      linux-kbuild@vger.kernel.org
5902 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5903 S:      Maintained
5904 F:      Documentation/kbuild/kconfig-language.txt
5905 F:      scripts/kconfig/
5906
5907 KDUMP
5908 M:      Vivek Goyal <vgoyal@redhat.com>
5909 M:      Haren Myneni <hbabu@us.ibm.com>
5910 L:      kexec@lists.infradead.org
5911 W:      http://lse.sourceforge.net/kdump/
5912 S:      Maintained
5913 F:      Documentation/kdump/
5914
5915 KEENE FM RADIO TRANSMITTER DRIVER
5916 M:      Hans Verkuil <hverkuil@xs4all.nl>
5917 L:      linux-media@vger.kernel.org
5918 T:      git git://linuxtv.org/media_tree.git
5919 W:      http://linuxtv.org
5920 S:      Maintained
5921 F:      drivers/media/radio/radio-keene*
5922
5923 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5924 M:      Ian Kent <raven@themaw.net>
5925 L:      autofs@vger.kernel.org
5926 S:      Maintained
5927 F:      fs/autofs4/
5928
5929 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5930 M:      Michal Marek <mmarek@suse.com>
5931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5933 L:      linux-kbuild@vger.kernel.org
5934 S:      Maintained
5935 F:      Documentation/kbuild/
5936 F:      Makefile
5937 F:      scripts/Makefile.*
5938 F:      scripts/basic/
5939 F:      scripts/mk*
5940 F:      scripts/package/
5941
5942 KERNEL JANITORS
5943 L:      kernel-janitors@vger.kernel.org
5944 W:      http://kernelnewbies.org/KernelJanitors
5945 S:      Odd Fixes
5946
5947 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5948 M:      "J. Bruce Fields" <bfields@fieldses.org>
5949 M:      Jeff Layton <jlayton@poochiereds.net>
5950 L:      linux-nfs@vger.kernel.org
5951 W:      http://nfs.sourceforge.net/
5952 S:      Supported
5953 F:      fs/nfsd/
5954 F:      include/uapi/linux/nfsd/
5955 F:      fs/lockd/
5956 F:      fs/nfs_common/
5957 F:      net/sunrpc/
5958 F:      include/linux/lockd/
5959 F:      include/linux/sunrpc/
5960 F:      include/uapi/linux/sunrpc/
5961
5962 KERNEL SELFTEST FRAMEWORK
5963 M:      Shuah Khan <shuahkh@osg.samsung.com>
5964 L:      linux-api@vger.kernel.org
5965 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5966 S:      Maintained
5967 F:      tools/testing/selftests
5968
5969 KERNEL VIRTUAL MACHINE (KVM)
5970 M:      Gleb Natapov <gleb@kernel.org>
5971 M:      Paolo Bonzini <pbonzini@redhat.com>
5972 L:      kvm@vger.kernel.org
5973 W:      http://www.linux-kvm.org
5974 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5975 S:      Supported
5976 F:      Documentation/*/kvm*.txt
5977 F:      Documentation/virtual/kvm/
5978 F:      arch/*/kvm/
5979 F:      arch/x86/kernel/kvm.c
5980 F:      arch/x86/kernel/kvmclock.c
5981 F:      arch/*/include/asm/kvm*
5982 F:      include/linux/kvm*
5983 F:      include/uapi/linux/kvm*
5984 F:      virt/kvm/
5985
5986 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5987 M:      Joerg Roedel <joro@8bytes.org>
5988 L:      kvm@vger.kernel.org
5989 W:      http://www.linux-kvm.org/
5990 S:      Maintained
5991 F:      arch/x86/include/asm/svm.h
5992 F:      arch/x86/kvm/svm.c
5993
5994 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5995 M:      Alexander Graf <agraf@suse.com>
5996 L:      kvm-ppc@vger.kernel.org
5997 W:      http://www.linux-kvm.org/
5998 T:      git git://github.com/agraf/linux-2.6.git
5999 S:      Supported
6000 F:      arch/powerpc/include/asm/kvm*
6001 F:      arch/powerpc/kvm/
6002
6003 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6004 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6005 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6006 L:      linux-s390@vger.kernel.org
6007 W:      http://www.ibm.com/developerworks/linux/linux390/
6008 S:      Supported
6009 F:      Documentation/s390/kvm.txt
6010 F:      arch/s390/include/asm/kvm*
6011 F:      arch/s390/kvm/
6012
6013 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6014 M:      Christoffer Dall <christoffer.dall@linaro.org>
6015 M:      Marc Zyngier <marc.zyngier@arm.com>
6016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6017 L:      kvmarm@lists.cs.columbia.edu
6018 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6019 S:      Supported
6020 F:      arch/arm/include/uapi/asm/kvm*
6021 F:      arch/arm/include/asm/kvm*
6022 F:      arch/arm/kvm/
6023 F:      virt/kvm/arm/
6024 F:      include/kvm/arm_*
6025
6026 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6027 M:      Christoffer Dall <christoffer.dall@linaro.org>
6028 M:      Marc Zyngier <marc.zyngier@arm.com>
6029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6030 L:      kvmarm@lists.cs.columbia.edu
6031 S:      Maintained
6032 F:      arch/arm64/include/uapi/asm/kvm*
6033 F:      arch/arm64/include/asm/kvm*
6034 F:      arch/arm64/kvm/
6035
6036 KEXEC
6037 M:      Eric Biederman <ebiederm@xmission.com>
6038 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6039 L:      kexec@lists.infradead.org
6040 S:      Maintained
6041 F:      include/linux/kexec.h
6042 F:      include/uapi/linux/kexec.h
6043 F:      kernel/kexec.c
6044
6045 KEYS/KEYRINGS:
6046 M:      David Howells <dhowells@redhat.com>
6047 L:      keyrings@vger.kernel.org
6048 S:      Maintained
6049 F:      Documentation/security/keys.txt
6050 F:      include/linux/key.h
6051 F:      include/linux/key-type.h
6052 F:      include/keys/
6053 F:      security/keys/
6054
6055 KEYS-TRUSTED
6056 M:      David Safford <safford@us.ibm.com>
6057 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6058 L:      linux-security-module@vger.kernel.org
6059 L:      keyrings@vger.kernel.org
6060 S:      Supported
6061 F:      Documentation/security/keys-trusted-encrypted.txt
6062 F:      include/keys/trusted-type.h
6063 F:      security/keys/trusted.c
6064 F:      security/keys/trusted.h
6065
6066 KEYS-ENCRYPTED
6067 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6068 M:      David Safford <safford@us.ibm.com>
6069 L:      linux-security-module@vger.kernel.org
6070 L:      keyrings@vger.kernel.org
6071 S:      Supported
6072 F:      Documentation/security/keys-trusted-encrypted.txt
6073 F:      include/keys/encrypted-type.h
6074 F:      security/keys/encrypted-keys/
6075
6076 KGDB / KDB /debug_core
6077 M:      Jason Wessel <jason.wessel@windriver.com>
6078 W:      http://kgdb.wiki.kernel.org/
6079 L:      kgdb-bugreport@lists.sourceforge.net
6080 S:      Maintained
6081 F:      Documentation/DocBook/kgdb.tmpl
6082 F:      drivers/misc/kgdbts.c
6083 F:      drivers/tty/serial/kgdboc.c
6084 F:      include/linux/kdb.h
6085 F:      include/linux/kgdb.h
6086 F:      kernel/debug/
6087
6088 KMEMCHECK
6089 M:      Vegard Nossum <vegardno@ifi.uio.no>
6090 M:      Pekka Enberg <penberg@kernel.org>
6091 S:      Maintained
6092 F:      Documentation/kmemcheck.txt
6093 F:      arch/x86/include/asm/kmemcheck.h
6094 F:      arch/x86/mm/kmemcheck/
6095 F:      include/linux/kmemcheck.h
6096 F:      mm/kmemcheck.c
6097
6098 KMEMLEAK
6099 M:      Catalin Marinas <catalin.marinas@arm.com>
6100 S:      Maintained
6101 F:      Documentation/kmemleak.txt
6102 F:      include/linux/kmemleak.h
6103 F:      mm/kmemleak.c
6104 F:      mm/kmemleak-test.c
6105
6106 KPROBES
6107 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6108 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6109 M:      "David S. Miller" <davem@davemloft.net>
6110 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6111 S:      Maintained
6112 F:      Documentation/kprobes.txt
6113 F:      include/linux/kprobes.h
6114 F:      kernel/kprobes.c
6115
6116 KS0108 LCD CONTROLLER DRIVER
6117 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6118 W:      http://miguelojeda.es/auxdisplay.htm
6119 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6120 S:      Maintained
6121 F:      Documentation/auxdisplay/ks0108
6122 F:      drivers/auxdisplay/ks0108.c
6123 F:      include/linux/ks0108.h
6124
6125 L3MDEV
6126 M:      David Ahern <dsa@cumulusnetworks.com>
6127 L:      netdev@vger.kernel.org
6128 S:      Maintained
6129 F:      net/l3mdev
6130 F:      include/net/l3mdev.h
6131
6132 LAPB module
6133 L:      linux-x25@vger.kernel.org
6134 S:      Orphan
6135 F:      Documentation/networking/lapb-module.txt
6136 F:      include/*/lapb.h
6137 F:      net/lapb/
6138
6139 LASI 53c700 driver for PARISC
6140 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6141 L:      linux-scsi@vger.kernel.org
6142 S:      Maintained
6143 F:      Documentation/scsi/53c700.txt
6144 F:      drivers/scsi/53c700*
6145
6146 LED SUBSYSTEM
6147 M:      Richard Purdie <rpurdie@rpsys.net>
6148 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6149 L:      linux-leds@vger.kernel.org
6150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6151 S:      Maintained
6152 F:      drivers/leds/
6153 F:      include/linux/leds.h
6154
6155 LEGACY EEPROM DRIVER
6156 M:      Jean Delvare <jdelvare@suse.com>
6157 S:      Maintained
6158 F:      Documentation/misc-devices/eeprom
6159 F:      drivers/misc/eeprom/eeprom.c
6160
6161 LEGO USB Tower driver
6162 M:      Juergen Stuber <starblue@users.sourceforge.net>
6163 L:      legousb-devel@lists.sourceforge.net
6164 W:      http://legousb.sourceforge.net/
6165 S:      Maintained
6166 F:      drivers/usb/misc/legousbtower.c
6167
6168 LG2160 MEDIA DRIVER
6169 M:      Michael Krufky <mkrufky@linuxtv.org>
6170 L:      linux-media@vger.kernel.org
6171 W:      http://linuxtv.org/
6172 W:      http://github.com/mkrufky
6173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6174 T:      git git://linuxtv.org/mkrufky/tuners.git
6175 S:      Maintained
6176 F:      drivers/media/dvb-frontends/lg2160.*
6177
6178 LGDT3305 MEDIA DRIVER
6179 M:      Michael Krufky <mkrufky@linuxtv.org>
6180 L:      linux-media@vger.kernel.org
6181 W:      http://linuxtv.org/
6182 W:      http://github.com/mkrufky
6183 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6184 T:      git git://linuxtv.org/mkrufky/tuners.git
6185 S:      Maintained
6186 F:      drivers/media/dvb-frontends/lgdt3305.*
6187
6188 LGUEST
6189 M:      Rusty Russell <rusty@rustcorp.com.au>
6190 L:      lguest@lists.ozlabs.org
6191 W:      http://lguest.ozlabs.org/
6192 S:      Odd Fixes
6193 F:      arch/x86/include/asm/lguest*.h
6194 F:      arch/x86/lguest/
6195 F:      drivers/lguest/
6196 F:      include/linux/lguest*.h
6197 F:      tools/lguest/
6198
6199 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6200 M:      Tejun Heo <tj@kernel.org>
6201 L:      linux-ide@vger.kernel.org
6202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6203 S:      Maintained
6204 F:      drivers/ata/
6205 F:      include/linux/ata.h
6206 F:      include/linux/libata.h
6207
6208 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6209 M:      Viresh Kumar <vireshk@kernel.org>
6210 L:      linux-ide@vger.kernel.org
6211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6212 S:      Maintained
6213 F:      include/linux/pata_arasan_cf_data.h
6214 F:      drivers/ata/pata_arasan_cf.c
6215
6216 LIBATA PATA DRIVERS
6217 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6218 M:      Tejun Heo <tj@kernel.org>
6219 L:      linux-ide@vger.kernel.org
6220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6221 S:      Maintained
6222 F:      drivers/ata/pata_*.c
6223 F:      drivers/ata/ata_generic.c
6224
6225 LIBATA SATA AHCI PLATFORM devices support
6226 M:      Hans de Goede <hdegoede@redhat.com>
6227 M:      Tejun Heo <tj@kernel.org>
6228 L:      linux-ide@vger.kernel.org
6229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6230 S:      Maintained
6231 F:      drivers/ata/ahci_platform.c
6232 F:      drivers/ata/libahci_platform.c
6233 F:      include/linux/ahci_platform.h
6234
6235 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6236 M:      Mikael Pettersson <mikpelinux@gmail.com>
6237 L:      linux-ide@vger.kernel.org
6238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6239 S:      Maintained
6240 F:      drivers/ata/sata_promise.*
6241
6242 LIBLOCKDEP
6243 M:      Sasha Levin <sasha.levin@oracle.com>
6244 S:      Maintained
6245 F:      tools/lib/lockdep/
6246
6247 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6248 M:      Dan Williams <dan.j.williams@intel.com>
6249 L:      linux-nvdimm@lists.01.org
6250 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6251 S:      Supported
6252 F:      drivers/nvdimm/*
6253 F:      include/linux/nd.h
6254 F:      include/linux/libnvdimm.h
6255 F:      include/uapi/linux/ndctl.h
6256
6257 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6258 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6259 L:      linux-nvdimm@lists.01.org
6260 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6261 S:      Supported
6262 F:      drivers/nvdimm/blk.c
6263 F:      drivers/nvdimm/region_devs.c
6264 F:      drivers/acpi/nfit*
6265
6266 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6267 M:      Vishal Verma <vishal.l.verma@intel.com>
6268 L:      linux-nvdimm@lists.01.org
6269 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6270 S:      Supported
6271 F:      drivers/nvdimm/btt*
6272
6273 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6274 M:      Ross Zwisler <ross.zwisler@linux.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/pmem.c
6279 F:      include/linux/pmem.h
6280 F:      arch/*/include/asm/pmem.h
6281
6282 LIGHTNVM PLATFORM SUPPORT
6283 M:      Matias Bjorling <mb@lightnvm.io>
6284 W:      http://github/OpenChannelSSD
6285 S:      Maintained
6286 F:      drivers/lightnvm/
6287 F:      include/linux/lightnvm.h
6288 F:      include/uapi/linux/lightnvm.h
6289
6290 LINUX FOR IBM pSERIES (RS/6000)
6291 M:      Paul Mackerras <paulus@au.ibm.com>
6292 W:      http://www.ibm.com/linux/ltc/projects/ppc
6293 S:      Supported
6294 F:      arch/powerpc/boot/rs6000.h
6295
6296 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6297 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6298 M:      Paul Mackerras <paulus@samba.org>
6299 M:      Michael Ellerman <mpe@ellerman.id.au>
6300 W:      http://www.penguinppc.org/
6301 L:      linuxppc-dev@lists.ozlabs.org
6302 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6304 S:      Supported
6305 F:      Documentation/powerpc/
6306 F:      arch/powerpc/
6307
6308 LINUX FOR POWER MACINTOSH
6309 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6310 W:      http://www.penguinppc.org/
6311 L:      linuxppc-dev@lists.ozlabs.org
6312 S:      Maintained
6313 F:      arch/powerpc/platforms/powermac/
6314 F:      drivers/macintosh/
6315
6316 LINUX FOR POWERPC EMBEDDED MPC5XXX
6317 M:      Anatolij Gustschin <agust@denx.de>
6318 L:      linuxppc-dev@lists.ozlabs.org
6319 T:      git git://git.denx.de/linux-denx-agust.git
6320 S:      Maintained
6321 F:      arch/powerpc/platforms/512x/
6322 F:      arch/powerpc/platforms/52xx/
6323
6324 LINUX FOR POWERPC EMBEDDED PPC4XX
6325 M:      Alistair Popple <alistair@popple.id.au>
6326 M:      Matt Porter <mporter@kernel.crashing.org>
6327 W:      http://www.penguinppc.org/
6328 L:      linuxppc-dev@lists.ozlabs.org
6329 S:      Maintained
6330 F:      arch/powerpc/platforms/40x/
6331 F:      arch/powerpc/platforms/44x/
6332
6333 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6334 L:      linuxppc-dev@lists.ozlabs.org
6335 S:      Orphan
6336 F:      arch/powerpc/*/*virtex*
6337 F:      arch/powerpc/*/*/*virtex*
6338
6339 LINUX FOR POWERPC EMBEDDED PPC8XX
6340 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6341 W:      http://www.penguinppc.org/
6342 L:      linuxppc-dev@lists.ozlabs.org
6343 S:      Maintained
6344 F:      arch/powerpc/platforms/8xx/
6345
6346 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6347 M:      Scott Wood <scottwood@freescale.com>
6348 M:      Kumar Gala <galak@kernel.crashing.org>
6349 W:      http://www.penguinppc.org/
6350 L:      linuxppc-dev@lists.ozlabs.org
6351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6352 S:      Maintained
6353 F:      arch/powerpc/platforms/83xx/
6354 F:      arch/powerpc/platforms/85xx/
6355
6356 LINUX FOR POWERPC PA SEMI PWRFICIENT
6357 M:      Olof Johansson <olof@lixom.net>
6358 L:      linuxppc-dev@lists.ozlabs.org
6359 S:      Maintained
6360 F:      arch/powerpc/platforms/pasemi/
6361 F:      drivers/*/*pasemi*
6362 F:      drivers/*/*/*pasemi*
6363
6364 LINUX SECURITY MODULE (LSM) FRAMEWORK
6365 M:      Chris Wright <chrisw@sous-sol.org>
6366 L:      linux-security-module@vger.kernel.org
6367 S:      Supported
6368
6369 LIS3LV02D ACCELEROMETER DRIVER
6370 M:      Eric Piel <eric.piel@tremplin-utc.net>
6371 S:      Maintained
6372 F:      Documentation/misc-devices/lis3lv02d
6373 F:      drivers/misc/lis3lv02d/
6374 F:      drivers/platform/x86/hp_accel.c
6375
6376 LIVE PATCHING
6377 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6378 M:      Seth Jennings <sjenning@redhat.com>
6379 M:      Jiri Kosina <jikos@kernel.org>
6380 M:      Vojtech Pavlik <vojtech@suse.com>
6381 S:      Maintained
6382 F:      kernel/livepatch/
6383 F:      include/linux/livepatch.h
6384 F:      arch/x86/include/asm/livepatch.h
6385 F:      arch/x86/kernel/livepatch.c
6386 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6387 F:      samples/livepatch/
6388 L:      live-patching@vger.kernel.org
6389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6390
6391 LLC (802.2)
6392 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6393 S:      Maintained
6394 F:      include/linux/llc.h
6395 F:      include/uapi/linux/llc.h
6396 F:      include/net/llc*
6397 F:      net/llc/
6398
6399 LM73 HARDWARE MONITOR DRIVER
6400 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6401 L:      lm-sensors@lm-sensors.org
6402 S:      Maintained
6403 F:      drivers/hwmon/lm73.c
6404
6405 LM78 HARDWARE MONITOR DRIVER
6406 M:      Jean Delvare <jdelvare@suse.com>
6407 L:      lm-sensors@lm-sensors.org
6408 S:      Maintained
6409 F:      Documentation/hwmon/lm78
6410 F:      drivers/hwmon/lm78.c
6411
6412 LM83 HARDWARE MONITOR DRIVER
6413 M:      Jean Delvare <jdelvare@suse.com>
6414 L:      lm-sensors@lm-sensors.org
6415 S:      Maintained
6416 F:      Documentation/hwmon/lm83
6417 F:      drivers/hwmon/lm83.c
6418
6419 LM90 HARDWARE MONITOR DRIVER
6420 M:      Jean Delvare <jdelvare@suse.com>
6421 L:      lm-sensors@lm-sensors.org
6422 S:      Maintained
6423 F:      Documentation/hwmon/lm90
6424 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6425 F:      drivers/hwmon/lm90.c
6426
6427 LM95234 HARDWARE MONITOR DRIVER
6428 M:      Guenter Roeck <linux@roeck-us.net>
6429 L:      lm-sensors@lm-sensors.org
6430 S:      Maintained
6431 F:      Documentation/hwmon/lm95234
6432 F:      drivers/hwmon/lm95234.c
6433
6434 LME2510 MEDIA DRIVER
6435 M:      Malcolm Priestley <tvboxspy@gmail.com>
6436 L:      linux-media@vger.kernel.org
6437 W:      http://linuxtv.org/
6438 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6439 S:      Maintained
6440 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6441
6442 LOCKDEP AND LOCKSTAT
6443 M:      Peter Zijlstra <peterz@infradead.org>
6444 M:      Ingo Molnar <mingo@redhat.com>
6445 L:      linux-kernel@vger.kernel.org
6446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6447 S:      Maintained
6448 F:      Documentation/locking/lockdep*.txt
6449 F:      Documentation/locking/lockstat.txt
6450 F:      include/linux/lockdep.h
6451 F:      kernel/locking/
6452
6453 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6454 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6455 L:      linux-ntfs-dev@lists.sourceforge.net
6456 W:      http://www.linux-ntfs.org/content/view/19/37/
6457 S:      Maintained
6458 F:      Documentation/ldm.txt
6459 F:      block/partitions/ldm.*
6460
6461 LogFS
6462 M:      Joern Engel <joern@logfs.org>
6463 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6464 L:      logfs@logfs.org
6465 W:      logfs.org
6466 S:      Maintained
6467 F:      fs/logfs/
6468
6469 LPC32XX MACHINE SUPPORT
6470 M:      Roland Stigge <stigge@antcom.de>
6471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6472 S:      Maintained
6473 F:      arch/arm/mach-lpc32xx/
6474
6475 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6476 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6477 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6478 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6479 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6480 L:      MPT-FusionLinux.pdl@avagotech.com
6481 L:      linux-scsi@vger.kernel.org
6482 W:      http://www.lsilogic.com/support
6483 S:      Supported
6484 F:      drivers/message/fusion/
6485 F:      drivers/scsi/mpt2sas/
6486 F:      drivers/scsi/mpt3sas/
6487
6488 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6489 M:      Matthew Wilcox <matthew@wil.cx>
6490 L:      linux-scsi@vger.kernel.org
6491 S:      Maintained
6492 F:      drivers/scsi/sym53c8xx_2/
6493
6494 LTC4261 HARDWARE MONITOR DRIVER
6495 M:      Guenter Roeck <linux@roeck-us.net>
6496 L:      lm-sensors@lm-sensors.org
6497 S:      Maintained
6498 F:      Documentation/hwmon/ltc4261
6499 F:      drivers/hwmon/ltc4261.c
6500
6501 LTP (Linux Test Project)
6502 M:      Mike Frysinger <vapier@gentoo.org>
6503 M:      Cyril Hrubis <chrubis@suse.cz>
6504 M:      Wanlong Gao <wanlong.gao@gmail.com>
6505 M:      Jan Stancek <jstancek@redhat.com>
6506 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6507 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6508 L:      ltp@lists.linux.it (subscribers-only)
6509 W:      http://linux-test-project.github.io/
6510 T:      git git://github.com/linux-test-project/ltp.git
6511 S:      Maintained
6512
6513 M32R ARCHITECTURE
6514 W:      http://www.linux-m32r.org/
6515 S:      Orphan
6516 F:      arch/m32r/
6517
6518 M68K ARCHITECTURE
6519 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6520 L:      linux-m68k@lists.linux-m68k.org
6521 W:      http://www.linux-m68k.org/
6522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6523 S:      Maintained
6524 F:      arch/m68k/
6525 F:      drivers/zorro/
6526
6527 M68K ON APPLE MACINTOSH
6528 M:      Joshua Thompson <funaho@jurai.org>
6529 W:      http://www.mac.linux-m68k.org/
6530 L:      linux-m68k@lists.linux-m68k.org
6531 S:      Maintained
6532 F:      arch/m68k/mac/
6533
6534 M68K ON HP9000/300
6535 M:      Philip Blundell <philb@gnu.org>
6536 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6537 S:      Maintained
6538 F:      arch/m68k/hp300/
6539
6540 M88DS3103 MEDIA DRIVER
6541 M:      Antti Palosaari <crope@iki.fi>
6542 L:      linux-media@vger.kernel.org
6543 W:      http://linuxtv.org/
6544 W:      http://palosaari.fi/linux/
6545 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6546 T:      git git://linuxtv.org/anttip/media_tree.git
6547 S:      Maintained
6548 F:      drivers/media/dvb-frontends/m88ds3103*
6549
6550 M88RS2000 MEDIA DRIVER
6551 M:      Malcolm Priestley <tvboxspy@gmail.com>
6552 L:      linux-media@vger.kernel.org
6553 W:      http://linuxtv.org/
6554 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6555 S:      Maintained
6556 F:      drivers/media/dvb-frontends/m88rs2000*
6557
6558 MA901 MASTERKIT USB FM RADIO DRIVER
6559 M:      Alexey Klimov <klimov.linux@gmail.com>
6560 L:      linux-media@vger.kernel.org
6561 T:      git git://linuxtv.org/media_tree.git
6562 S:      Maintained
6563 F:      drivers/media/radio/radio-ma901.c
6564
6565 MAC80211
6566 M:      Johannes Berg <johannes@sipsolutions.net>
6567 L:      linux-wireless@vger.kernel.org
6568 W:      http://wireless.kernel.org/
6569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6571 S:      Maintained
6572 F:      Documentation/networking/mac80211-injection.txt
6573 F:      include/net/mac80211.h
6574 F:      net/mac80211/
6575
6576 MACVLAN DRIVER
6577 M:      Patrick McHardy <kaber@trash.net>
6578 L:      netdev@vger.kernel.org
6579 S:      Maintained
6580 F:      drivers/net/macvlan.c
6581 F:      include/linux/if_macvlan.h
6582
6583 MAILBOX API
6584 M:      Jassi Brar <jassisinghbrar@gmail.com>
6585 L:      linux-kernel@vger.kernel.org
6586 S:      Maintained
6587 F:      drivers/mailbox/
6588 F:      include/linux/mailbox_client.h
6589 F:      include/linux/mailbox_controller.h
6590
6591 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6592 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6593 W:      http://www.kernel.org/doc/man-pages
6594 L:      linux-man@vger.kernel.org
6595 S:      Maintained
6596
6597 MARVELL ARMADA DRM SUPPORT
6598 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6599 S:      Maintained
6600 F:      drivers/gpu/drm/armada/
6601
6602 MARVELL 88E6352 DSA support
6603 M:      Guenter Roeck <linux@roeck-us.net>
6604 S:      Maintained
6605 F:      drivers/net/dsa/mv88e6352.c
6606
6607 MARVELL CRYPTO DRIVER
6608 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6609 M:      Arnaud Ebalard <arno@natisbad.org>
6610 F:      drivers/crypto/marvell/
6611 S:      Maintained
6612 L:      linux-crypto@vger.kernel.org
6613
6614 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6615 M:      Mirko Lindner <mlindner@marvell.com>
6616 M:      Stephen Hemminger <stephen@networkplumber.org>
6617 L:      netdev@vger.kernel.org
6618 S:      Maintained
6619 F:      drivers/net/ethernet/marvell/sk*
6620
6621 MARVELL LIBERTAS WIRELESS DRIVER
6622 L:      libertas-dev@lists.infradead.org
6623 S:      Orphan
6624 F:      drivers/net/wireless/libertas/
6625
6626 MARVELL MV643XX ETHERNET DRIVER
6627 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6628 L:      netdev@vger.kernel.org
6629 S:      Maintained
6630 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6631 F:      include/linux/mv643xx.h
6632
6633 MARVELL MVNETA ETHERNET DRIVER
6634 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6635 L:      netdev@vger.kernel.org
6636 S:      Maintained
6637 F:      drivers/net/ethernet/marvell/mvneta.*
6638
6639 MARVELL MWIFIEX WIRELESS DRIVER
6640 M:      Amitkumar Karwar <akarwar@marvell.com>
6641 M:      Nishant Sarmukadam <nishants@marvell.com>
6642 L:      linux-wireless@vger.kernel.org
6643 S:      Maintained
6644 F:      drivers/net/wireless/mwifiex/
6645
6646 MARVELL MWL8K WIRELESS DRIVER
6647 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6648 L:      linux-wireless@vger.kernel.org
6649 S:      Odd Fixes
6650 F:      drivers/net/wireless/mwl8k.c
6651
6652 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6653 M:      Nicolas Pitre <nico@fluxnic.net>
6654 S:      Odd Fixes
6655 F:      drivers/mmc/host/mvsdio.*
6656
6657 MATROX FRAMEBUFFER DRIVER
6658 L:      linux-fbdev@vger.kernel.org
6659 S:      Orphan
6660 F:      drivers/video/fbdev/matrox/matroxfb_*
6661 F:      include/uapi/linux/matroxfb.h
6662
6663 MAX16065 HARDWARE MONITOR DRIVER
6664 M:      Guenter Roeck <linux@roeck-us.net>
6665 L:      lm-sensors@lm-sensors.org
6666 S:      Maintained
6667 F:      Documentation/hwmon/max16065
6668 F:      drivers/hwmon/max16065.c
6669
6670 MAX20751 HARDWARE MONITOR DRIVER
6671 M:      Guenter Roeck <linux@roeck-us.net>
6672 L:      lm-sensors@lm-sensors.org
6673 S:      Maintained
6674 F:      Documentation/hwmon/max20751
6675 F:      drivers/hwmon/max20751.c
6676
6677 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6678 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6679 L:      lm-sensors@lm-sensors.org
6680 S:      Maintained
6681 F:      Documentation/hwmon/max6650
6682 F:      drivers/hwmon/max6650.c
6683
6684 MAX6697 HARDWARE MONITOR DRIVER
6685 M:      Guenter Roeck <linux@roeck-us.net>
6686 L:      lm-sensors@lm-sensors.org
6687 S:      Maintained
6688 F:      Documentation/hwmon/max6697
6689 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6690 F:      drivers/hwmon/max6697.c
6691 F:      include/linux/platform_data/max6697.h
6692
6693 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6694 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6695 L:      linux-pm@vger.kernel.org
6696 S:      Supported
6697 F:      drivers/power/max14577_charger.c
6698 F:      drivers/power/max77693_charger.c
6699
6700 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6701 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6702 L:      linux-kernel@vger.kernel.org
6703 S:      Supported
6704 F:      drivers/*/*max77802.c
6705 F:      Documentation/devicetree/bindings/*/*max77802.txt
6706 F:      include/dt-bindings/*/*max77802.h
6707
6708 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6709 M:      Chanwoo Choi <cw00.choi@samsung.com>
6710 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6711 L:      linux-kernel@vger.kernel.org
6712 S:      Supported
6713 F:      drivers/*/max14577.c
6714 F:      drivers/*/max77686.c
6715 F:      drivers/*/max77693.c
6716 F:      drivers/extcon/extcon-max14577.c
6717 F:      drivers/extcon/extcon-max77693.c
6718 F:      drivers/rtc/rtc-max77686.c
6719 F:      drivers/clk/clk-max77686.c
6720 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6721 F:      Documentation/devicetree/bindings/*/max77686.txt
6722 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6723 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6724 F:      include/linux/mfd/max14577*.h
6725 F:      include/linux/mfd/max77686*.h
6726 F:      include/linux/mfd/max77693*.h
6727
6728 MAXIRADIO FM RADIO RECEIVER DRIVER
6729 M:      Hans Verkuil <hverkuil@xs4all.nl>
6730 L:      linux-media@vger.kernel.org
6731 T:      git git://linuxtv.org/media_tree.git
6732 W:      http://linuxtv.org
6733 S:      Maintained
6734 F:      drivers/media/radio/radio-maxiradio*
6735
6736 MEDIA DRIVERS FOR RENESAS - VSP1
6737 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6738 L:      linux-media@vger.kernel.org
6739 L:      linux-sh@vger.kernel.org
6740 T:      git git://linuxtv.org/media_tree.git
6741 S:      Supported
6742 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6743 F:      drivers/media/platform/vsp1/
6744
6745 MEDIA DRIVERS FOR ASCOT2E
6746 M:      Sergey Kozlov <serjk@netup.ru>
6747 L:      linux-media@vger.kernel.org
6748 W:      http://linuxtv.org
6749 W:      http://netup.tv/
6750 T:      git git://linuxtv.org/media_tree.git
6751 S:      Supported
6752 F:      drivers/media/dvb-frontends/ascot2e*
6753
6754 MEDIA DRIVERS FOR CXD2841ER
6755 M:      Sergey Kozlov <serjk@netup.ru>
6756 L:      linux-media@vger.kernel.org
6757 W:      http://linuxtv.org/
6758 W:      http://netup.tv/
6759 T:      git git://linuxtv.org/media_tree.git
6760 S:      Supported
6761 F:      drivers/media/dvb-frontends/cxd2841er*
6762
6763 MEDIA DRIVERS FOR HORUS3A
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/horus3a*
6771
6772 MEDIA DRIVERS FOR LNBH25
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/lnbh25*
6780
6781 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
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/pci/netup_unidvb/*
6789
6790 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6791 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6792 P:      LinuxTV.org Project
6793 L:      linux-media@vger.kernel.org
6794 W:      http://linuxtv.org
6795 Q:      http://patchwork.kernel.org/project/linux-media/list/
6796 T:      git git://linuxtv.org/media_tree.git
6797 S:      Maintained
6798 F:      Documentation/dvb/
6799 F:      Documentation/video4linux/
6800 F:      Documentation/DocBook/media/
6801 F:      drivers/media/
6802 F:      drivers/staging/media/
6803 F:      include/media/
6804 F:      include/uapi/linux/dvb/
6805 F:      include/uapi/linux/videodev2.h
6806 F:      include/uapi/linux/media.h
6807 F:      include/uapi/linux/v4l2-*
6808 F:      include/uapi/linux/meye.h
6809 F:      include/uapi/linux/ivtv*
6810 F:      include/uapi/linux/uvcvideo.h
6811
6812 MEDIATEK MT7601U WIRELESS LAN DRIVER
6813 M:      Jakub Kicinski <kubakici@wp.pl>
6814 L:      linux-wireless@vger.kernel.org
6815 S:      Maintained
6816 F:      drivers/net/wireless/mediatek/mt7601u/
6817
6818 MEGARAID SCSI/SAS DRIVERS
6819 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6820 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6821 M:      Uday Lingala <uday.lingala@avagotech.com>
6822 L:      megaraidlinux.pdl@avagotech.com
6823 L:      linux-scsi@vger.kernel.org
6824 W:      http://www.lsi.com
6825 S:      Maintained
6826 F:      Documentation/scsi/megaraid.txt
6827 F:      drivers/scsi/megaraid.*
6828 F:      drivers/scsi/megaraid/
6829
6830 MELLANOX ETHERNET DRIVER (mlx4_en)
6831 M:      Amir Vadai <amirv@mellanox.com>
6832 L:      netdev@vger.kernel.org
6833 S:      Supported
6834 W:      http://www.mellanox.com
6835 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6836 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6837
6838 MELLANOX ETHERNET SWITCH DRIVERS
6839 M:      Jiri Pirko <jiri@mellanox.com>
6840 M:      Ido Schimmel <idosch@mellanox.com>
6841 L:      netdev@vger.kernel.org
6842 S:      Supported
6843 W:      http://www.mellanox.com
6844 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6845 F:      drivers/net/ethernet/mellanox/mlxsw/
6846
6847 MEMBARRIER SUPPORT
6848 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6849 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6850 L:      linux-kernel@vger.kernel.org
6851 S:      Supported
6852 F:      kernel/membarrier.c
6853 F:      include/uapi/linux/membarrier.h
6854
6855 MEMORY MANAGEMENT
6856 L:      linux-mm@kvack.org
6857 W:      http://www.linux-mm.org
6858 S:      Maintained
6859 F:      include/linux/mm.h
6860 F:      include/linux/gfp.h
6861 F:      include/linux/mmzone.h
6862 F:      include/linux/memory_hotplug.h
6863 F:      include/linux/vmalloc.h
6864 F:      mm/
6865
6866 MEMORY TECHNOLOGY DEVICES (MTD)
6867 M:      David Woodhouse <dwmw2@infradead.org>
6868 M:      Brian Norris <computersforpeace@gmail.com>
6869 L:      linux-mtd@lists.infradead.org
6870 W:      http://www.linux-mtd.infradead.org/
6871 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6872 T:      git git://git.infradead.org/linux-mtd.git
6873 T:      git git://git.infradead.org/l2-mtd.git
6874 S:      Maintained
6875 F:      drivers/mtd/
6876 F:      include/linux/mtd/
6877 F:      include/uapi/mtd/
6878
6879 MEN A21 WATCHDOG DRIVER
6880 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6881 L:      linux-watchdog@vger.kernel.org
6882 S:      Maintained
6883 F:      drivers/watchdog/mena21_wdt.c
6884
6885 MEN CHAMELEON BUS (mcb)
6886 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6887 S:      Maintained
6888 F:      drivers/mcb/
6889 F:      include/linux/mcb.h
6890 F:      Documentation/men-chameleon-bus.txt
6891
6892 MEN F21BMC (Board Management Controller)
6893 M:      Andreas Werner <andreas.werner@men.de>
6894 S:      Supported
6895 F:      drivers/mfd/menf21bmc.c
6896 F:      drivers/watchdog/menf21bmc_wdt.c
6897 F:      drivers/leds/leds-menf21bmc.c
6898 F:      drivers/hwmon/menf21bmc_hwmon.c
6899 F:      Documentation/hwmon/menf21bmc
6900
6901 METAG ARCHITECTURE
6902 M:      James Hogan <james.hogan@imgtec.com>
6903 L:      linux-metag@vger.kernel.org
6904 S:      Supported
6905 F:      arch/metag/
6906 F:      Documentation/metag/
6907 F:      Documentation/devicetree/bindings/metag/
6908 F:      drivers/clocksource/metag_generic.c
6909 F:      drivers/irqchip/irq-metag.c
6910 F:      drivers/irqchip/irq-metag-ext.c
6911 F:      drivers/tty/metag_da.c
6912
6913 MICROBLAZE ARCHITECTURE
6914 M:      Michal Simek <monstr@monstr.eu>
6915 W:      http://www.monstr.eu/fdt/
6916 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6917 S:      Supported
6918 F:      arch/microblaze/
6919
6920 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6921 M:      Chen Yu <yu.c.chen@intel.com>
6922 L:      platform-driver-x86@vger.kernel.org
6923 S:      Supported
6924 F:      drivers/platform/x86/surfacepro3_button.c
6925
6926 MICROTEK X6 SCANNER
6927 M:      Oliver Neukum <oliver@neukum.org>
6928 S:      Maintained
6929 F:      drivers/usb/image/microtek.*
6930
6931 MIPS
6932 M:      Ralf Baechle <ralf@linux-mips.org>
6933 L:      linux-mips@linux-mips.org
6934 W:      http://www.linux-mips.org/
6935 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6936 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6937 S:      Supported
6938 F:      Documentation/mips/
6939 F:      arch/mips/
6940
6941 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6942 M:      Hans Verkuil <hverkuil@xs4all.nl>
6943 L:      linux-media@vger.kernel.org
6944 T:      git git://linuxtv.org/media_tree.git
6945 W:      http://linuxtv.org
6946 S:      Odd Fixes
6947 F:      drivers/media/radio/radio-miropcm20*
6948
6949 Mellanox MLX5 core VPI driver
6950 M:      Eli Cohen <eli@mellanox.com>
6951 L:      netdev@vger.kernel.org
6952 L:      linux-rdma@vger.kernel.org
6953 W:      http://www.mellanox.com
6954 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6955 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6956 T:      git git://openfabrics.org/~eli/connect-ib.git
6957 S:      Supported
6958 F:      drivers/net/ethernet/mellanox/mlx5/core/
6959 F:      include/linux/mlx5/
6960
6961 Mellanox MLX5 IB driver
6962 M:      Eli Cohen <eli@mellanox.com>
6963 L:      linux-rdma@vger.kernel.org
6964 W:      http://www.mellanox.com
6965 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6966 T:      git git://openfabrics.org/~eli/connect-ib.git
6967 S:      Supported
6968 F:      include/linux/mlx5/
6969 F:      drivers/infiniband/hw/mlx5/
6970
6971 MN88472 MEDIA DRIVER
6972 M:      Antti Palosaari <crope@iki.fi>
6973 L:      linux-media@vger.kernel.org
6974 W:      http://linuxtv.org/
6975 W:      http://palosaari.fi/linux/
6976 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6977 T:      git git://linuxtv.org/anttip/media_tree.git
6978 S:      Maintained
6979 F:      drivers/staging/media/mn88472/
6980 F:      drivers/media/dvb-frontends/mn88472.h
6981
6982 MN88473 MEDIA DRIVER
6983 M:      Antti Palosaari <crope@iki.fi>
6984 L:      linux-media@vger.kernel.org
6985 W:      http://linuxtv.org/
6986 W:      http://palosaari.fi/linux/
6987 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6988 T:      git git://linuxtv.org/anttip/media_tree.git
6989 S:      Maintained
6990 F:      drivers/staging/media/mn88473/
6991 F:      drivers/media/dvb-frontends/mn88473.h
6992
6993 MODULE SUPPORT
6994 M:      Rusty Russell <rusty@rustcorp.com.au>
6995 S:      Maintained
6996 F:      include/linux/module.h
6997 F:      kernel/module.c
6998
6999 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7000 W:      http://popies.net/meye/
7001 S:      Orphan
7002 F:      Documentation/video4linux/meye.txt
7003 F:      drivers/media/pci/meye/
7004 F:      include/uapi/linux/meye.h
7005
7006 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7007 M:      Jiri Slaby <jirislaby@gmail.com>
7008 S:      Maintained
7009 F:      Documentation/serial/moxa-smartio
7010 F:      drivers/tty/mxser.*
7011
7012 MR800 AVERMEDIA USB FM RADIO DRIVER
7013 M:      Alexey Klimov <klimov.linux@gmail.com>
7014 L:      linux-media@vger.kernel.org
7015 T:      git git://linuxtv.org/media_tree.git
7016 S:      Maintained
7017 F:      drivers/media/radio/radio-mr800.c
7018
7019 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7020 M:      Alan Ott <alan@signal11.us>
7021 L:      linux-wpan@vger.kernel.org
7022 S:      Maintained
7023 F:      drivers/net/ieee802154/mrf24j40.c
7024 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7025
7026 MSI LAPTOP SUPPORT
7027 M:      "Lee, Chun-Yi" <jlee@suse.com>
7028 L:      platform-driver-x86@vger.kernel.org
7029 S:      Maintained
7030 F:      drivers/platform/x86/msi-laptop.c
7031
7032 MSI WMI SUPPORT
7033 L:      platform-driver-x86@vger.kernel.org
7034 S:      Orphan
7035 F:      drivers/platform/x86/msi-wmi.c
7036
7037 MSI001 MEDIA DRIVER
7038 M:      Antti Palosaari <crope@iki.fi>
7039 L:      linux-media@vger.kernel.org
7040 W:      http://linuxtv.org/
7041 W:      http://palosaari.fi/linux/
7042 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7043 T:      git git://linuxtv.org/anttip/media_tree.git
7044 S:      Maintained
7045 F:      drivers/media/tuners/msi001*
7046
7047 MSI2500 MEDIA DRIVER
7048 M:      Antti Palosaari <crope@iki.fi>
7049 L:      linux-media@vger.kernel.org
7050 W:      http://linuxtv.org/
7051 W:      http://palosaari.fi/linux/
7052 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7053 T:      git git://linuxtv.org/anttip/media_tree.git
7054 S:      Maintained
7055 F:      drivers/media/usb/msi2500/
7056
7057 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7058 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7059 L:      linux-mtd@lists.infradead.org
7060 S:      Maintained
7061 F:      drivers/mtd/devices/docg3*
7062
7063 MT9M032 APTINA SENSOR DRIVER
7064 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7065 L:      linux-media@vger.kernel.org
7066 T:      git git://linuxtv.org/media_tree.git
7067 S:      Maintained
7068 F:      drivers/media/i2c/mt9m032.c
7069 F:      include/media/mt9m032.h
7070
7071 MT9P031 APTINA CAMERA SENSOR
7072 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7073 L:      linux-media@vger.kernel.org
7074 T:      git git://linuxtv.org/media_tree.git
7075 S:      Maintained
7076 F:      drivers/media/i2c/mt9p031.c
7077 F:      include/media/mt9p031.h
7078
7079 MT9T001 APTINA CAMERA SENSOR
7080 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7081 L:      linux-media@vger.kernel.org
7082 T:      git git://linuxtv.org/media_tree.git
7083 S:      Maintained
7084 F:      drivers/media/i2c/mt9t001.c
7085 F:      include/media/mt9t001.h
7086
7087 MT9V032 APTINA CAMERA SENSOR
7088 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7089 L:      linux-media@vger.kernel.org
7090 T:      git git://linuxtv.org/media_tree.git
7091 S:      Maintained
7092 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7093 F:      drivers/media/i2c/mt9v032.c
7094 F:      include/media/mt9v032.h
7095
7096 MULTIFUNCTION DEVICES (MFD)
7097 M:      Samuel Ortiz <sameo@linux.intel.com>
7098 M:      Lee Jones <lee.jones@linaro.org>
7099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7100 S:      Supported
7101 F:      drivers/mfd/
7102 F:      include/linux/mfd/
7103
7104 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7105 M:      Ulf Hansson <ulf.hansson@linaro.org>
7106 L:      linux-mmc@vger.kernel.org
7107 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7108 S:      Maintained
7109 F:      drivers/mmc/
7110 F:      include/linux/mmc/
7111 F:      include/uapi/linux/mmc/
7112
7113 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7114 S:      Orphan
7115 F:      drivers/mmc/host/mmc_spi.c
7116 F:      include/linux/spi/mmc_spi.h
7117
7118 MULTISOUND SOUND DRIVER
7119 M:      Andrew Veliath <andrewtv@usa.net>
7120 S:      Maintained
7121 F:      Documentation/sound/oss/MultiSound
7122 F:      sound/oss/msnd*
7123
7124 MULTITECH MULTIPORT CARD (ISICOM)
7125 S:      Orphan
7126 F:      drivers/tty/isicom.c
7127 F:      include/linux/isicom.h
7128
7129 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7130 M:      Felipe Balbi <balbi@ti.com>
7131 L:      linux-usb@vger.kernel.org
7132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7133 S:      Maintained
7134 F:      drivers/usb/musb/
7135
7136 MXL5007T MEDIA DRIVER
7137 M:      Michael Krufky <mkrufky@linuxtv.org>
7138 L:      linux-media@vger.kernel.org
7139 W:      http://linuxtv.org/
7140 W:      http://github.com/mkrufky
7141 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7142 T:      git git://linuxtv.org/mkrufky/tuners.git
7143 S:      Maintained
7144 F:      drivers/media/tuners/mxl5007t.*
7145
7146 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7147 M:      Hyong-Youb Kim <hykim@myri.com>
7148 L:      netdev@vger.kernel.org
7149 W:      https://www.myricom.com/support/downloads/myri10ge.html
7150 S:      Supported
7151 F:      drivers/net/ethernet/myricom/myri10ge/
7152
7153 NATSEMI ETHERNET DRIVER (DP8381x)
7154 S:      Orphan
7155 F:      drivers/net/ethernet/natsemi/natsemi.c
7156
7157 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7158 M:      Daniel Mack <zonque@gmail.com>
7159 S:      Maintained
7160 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7161 W:      http://www.native-instruments.com
7162 F:      sound/usb/caiaq/
7163
7164 NCP FILESYSTEM
7165 M:      Petr Vandrovec <petr@vandrovec.name>
7166 S:      Odd Fixes
7167 F:      fs/ncpfs/
7168
7169 NCR 5380 SCSI DRIVERS
7170 M:      Finn Thain <fthain@telegraphics.com.au>
7171 M:      Michael Schmitz <schmitzmic@gmail.com>
7172 L:      linux-scsi@vger.kernel.org
7173 S:      Maintained
7174 F:      Documentation/scsi/g_NCR5380.txt
7175 F:      drivers/scsi/NCR5380.*
7176 F:      drivers/scsi/arm/cumana_1.c
7177 F:      drivers/scsi/arm/oak.c
7178 F:      drivers/scsi/atari_NCR5380.c
7179 F:      drivers/scsi/atari_scsi.*
7180 F:      drivers/scsi/dmx3191d.c
7181 F:      drivers/scsi/dtc.*
7182 F:      drivers/scsi/g_NCR5380.*
7183 F:      drivers/scsi/g_NCR5380_mmio.c
7184 F:      drivers/scsi/mac_scsi.*
7185 F:      drivers/scsi/pas16.*
7186 F:      drivers/scsi/sun3_scsi.*
7187 F:      drivers/scsi/sun3_scsi_vme.c
7188 F:      drivers/scsi/t128.*
7189
7190 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7191 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7192 L:      linux-scsi@vger.kernel.org
7193 S:      Maintained
7194 F:      drivers/scsi/NCR_D700.*
7195
7196 NCT6775 HARDWARE MONITOR DRIVER
7197 M:      Guenter Roeck <linux@roeck-us.net>
7198 L:      lm-sensors@lm-sensors.org
7199 S:      Maintained
7200 F:      Documentation/hwmon/nct6775
7201 F:      drivers/hwmon/nct6775.c
7202
7203 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7204 M:      Faisal Latif <faisal.latif@intel.com>
7205 L:      linux-rdma@vger.kernel.org
7206 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7207 S:      Supported
7208 F:      drivers/infiniband/hw/nes/
7209
7210 NETEM NETWORK EMULATOR
7211 M:      Stephen Hemminger <stephen@networkplumber.org>
7212 L:      netem@lists.linux-foundation.org
7213 S:      Maintained
7214 F:      net/sched/sch_netem.c
7215
7216 NETERION 10GbE DRIVERS (s2io/vxge)
7217 M:      Jon Mason <jdmason@kudzu.us>
7218 L:      netdev@vger.kernel.org
7219 S:      Supported
7220 F:      Documentation/networking/s2io.txt
7221 F:      Documentation/networking/vxge.txt
7222 F:      drivers/net/ethernet/neterion/
7223
7224 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7225 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7226 M:      Patrick McHardy <kaber@trash.net>
7227 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7228 L:      netfilter-devel@vger.kernel.org
7229 L:      coreteam@netfilter.org
7230 W:      http://www.netfilter.org/
7231 W:      http://www.iptables.org/
7232 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7235 S:      Supported
7236 F:      include/linux/netfilter*
7237 F:      include/linux/netfilter/
7238 F:      include/net/netfilter/
7239 F:      include/uapi/linux/netfilter*
7240 F:      include/uapi/linux/netfilter/
7241 F:      net/*/netfilter.c
7242 F:      net/*/netfilter/
7243 F:      net/netfilter/
7244 F:      net/bridge/br_netfilter*.c
7245
7246 NETLABEL
7247 M:      Paul Moore <paul@paul-moore.com>
7248 W:      http://netlabel.sf.net
7249 L:      netdev@vger.kernel.org
7250 S:      Maintained
7251 F:      Documentation/netlabel/
7252 F:      include/net/netlabel.h
7253 F:      net/netlabel/
7254
7255 NETROM NETWORK LAYER
7256 M:      Ralf Baechle <ralf@linux-mips.org>
7257 L:      linux-hams@vger.kernel.org
7258 W:      http://www.linux-ax25.org/
7259 S:      Maintained
7260 F:      include/net/netrom.h
7261 F:      include/uapi/linux/netrom.h
7262 F:      net/netrom/
7263
7264 NETWORK BLOCK DEVICE (NBD)
7265 M:      Markus Pargmann <mpa@pengutronix.de>
7266 S:      Maintained
7267 L:      nbd-general@lists.sourceforge.net
7268 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7269 F:      Documentation/blockdev/nbd.txt
7270 F:      drivers/block/nbd.c
7271 F:      include/uapi/linux/nbd.h
7272
7273 NETWORK DROP MONITOR
7274 M:      Neil Horman <nhorman@tuxdriver.com>
7275 L:      netdev@vger.kernel.org
7276 S:      Maintained
7277 W:      https://fedorahosted.org/dropwatch/
7278 F:      net/core/drop_monitor.c
7279
7280 NETWORKING [GENERAL]
7281 M:      "David S. Miller" <davem@davemloft.net>
7282 L:      netdev@vger.kernel.org
7283 W:      http://www.linuxfoundation.org/en/Net
7284 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7287 S:      Maintained
7288 F:      net/
7289 F:      include/net/
7290 F:      include/linux/in.h
7291 F:      include/linux/net.h
7292 F:      include/linux/netdevice.h
7293 F:      include/uapi/linux/in.h
7294 F:      include/uapi/linux/net.h
7295 F:      include/uapi/linux/netdevice.h
7296 F:      include/uapi/linux/net_namespace.h
7297 F:      tools/net/
7298 F:      tools/testing/selftests/net/
7299 F:      lib/random32.c
7300 F:      lib/test_bpf.c
7301
7302 NETWORKING [IPv4/IPv6]
7303 M:      "David S. Miller" <davem@davemloft.net>
7304 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7305 M:      James Morris <jmorris@namei.org>
7306 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7307 M:      Patrick McHardy <kaber@trash.net>
7308 L:      netdev@vger.kernel.org
7309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7310 S:      Maintained
7311 F:      net/ipv4/
7312 F:      net/ipv6/
7313 F:      include/net/ip*
7314 F:      arch/x86/net/*
7315
7316 NETWORKING [IPSEC]
7317 M:      Steffen Klassert <steffen.klassert@secunet.com>
7318 M:      Herbert Xu <herbert@gondor.apana.org.au>
7319 M:      "David S. Miller" <davem@davemloft.net>
7320 L:      netdev@vger.kernel.org
7321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7323 S:      Maintained
7324 F:      net/core/flow.c
7325 F:      net/xfrm/
7326 F:      net/key/
7327 F:      net/ipv4/xfrm*
7328 F:      net/ipv4/esp4.c
7329 F:      net/ipv4/ah4.c
7330 F:      net/ipv4/ipcomp.c
7331 F:      net/ipv4/ip_vti.c
7332 F:      net/ipv6/xfrm*
7333 F:      net/ipv6/esp6.c
7334 F:      net/ipv6/ah6.c
7335 F:      net/ipv6/ipcomp6.c
7336 F:      net/ipv6/ip6_vti.c
7337 F:      include/uapi/linux/xfrm.h
7338 F:      include/net/xfrm.h
7339
7340 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7341 M:      Paul Moore <paul@paul-moore.com>
7342 L:      netdev@vger.kernel.org
7343 S:      Maintained
7344
7345 NETWORKING [WIRELESS]
7346 L:      linux-wireless@vger.kernel.org
7347 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7348
7349 NETWORKING DRIVERS
7350 L:      netdev@vger.kernel.org
7351 W:      http://www.linuxfoundation.org/en/Net
7352 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7355 S:      Odd Fixes
7356 F:      drivers/net/
7357 F:      include/linux/if_*
7358 F:      include/linux/netdevice.h
7359 F:      include/linux/etherdevice.h
7360 F:      include/linux/fcdevice.h
7361 F:      include/linux/fddidevice.h
7362 F:      include/linux/hippidevice.h
7363 F:      include/linux/inetdevice.h
7364 F:      include/uapi/linux/if_*
7365 F:      include/uapi/linux/netdevice.h
7366
7367 NETWORKING DRIVERS (WIRELESS)
7368 M:      Kalle Valo <kvalo@codeaurora.org>
7369 L:      linux-wireless@vger.kernel.org
7370 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7372 S:      Maintained
7373 F:      drivers/net/wireless/
7374
7375 NETXEN (1/10) GbE SUPPORT
7376 M:      Manish Chopra <manish.chopra@qlogic.com>
7377 M:      Sony Chacko <sony.chacko@qlogic.com>
7378 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7379 L:      netdev@vger.kernel.org
7380 W:      http://www.qlogic.com
7381 S:      Supported
7382 F:      drivers/net/ethernet/qlogic/netxen/
7383
7384 NFC SUBSYSTEM
7385 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7386 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7387 M:      Samuel Ortiz <sameo@linux.intel.com>
7388 L:      linux-wireless@vger.kernel.org
7389 L:      linux-nfc@lists.01.org (subscribers-only)
7390 S:      Supported
7391 F:      net/nfc/
7392 F:      include/net/nfc/
7393 F:      include/uapi/linux/nfc.h
7394 F:      drivers/nfc/
7395 F:      include/linux/platform_data/pn544.h
7396 F:      Documentation/devicetree/bindings/net/nfc/
7397
7398 NFS, SUNRPC, AND LOCKD CLIENTS
7399 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7400 M:      Anna Schumaker <anna.schumaker@netapp.com>
7401 L:      linux-nfs@vger.kernel.org
7402 W:      http://client.linux-nfs.org
7403 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7404 S:      Maintained
7405 F:      fs/lockd/
7406 F:      fs/nfs/
7407 F:      fs/nfs_common/
7408 F:      net/sunrpc/
7409 F:      include/linux/lockd/
7410 F:      include/linux/nfs*
7411 F:      include/linux/sunrpc/
7412 F:      include/uapi/linux/nfs*
7413 F:      include/uapi/linux/sunrpc/
7414
7415 NILFS2 FILESYSTEM
7416 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7417 L:      linux-nilfs@vger.kernel.org
7418 W:      http://nilfs.sourceforge.net/
7419 T:      git git://github.com/konis/nilfs2.git
7420 S:      Supported
7421 F:      Documentation/filesystems/nilfs2.txt
7422 F:      fs/nilfs2/
7423 F:      include/linux/nilfs2_fs.h
7424
7425 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7426 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7427 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7428 S:      Maintained
7429 F:      Documentation/scsi/NinjaSCSI.txt
7430 F:      drivers/scsi/pcmcia/nsp_*
7431
7432 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7433 M:      GOTO Masanori <gotom@debian.or.jp>
7434 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7435 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7436 S:      Maintained
7437 F:      Documentation/scsi/NinjaSCSI.txt
7438 F:      drivers/scsi/nsp32*
7439
7440 NIOS2 ARCHITECTURE
7441 M:      Ley Foon Tan <lftan@altera.com>
7442 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7444 S:      Maintained
7445 F:      arch/nios2/
7446
7447 NOKIA N900 POWER SUPPLY DRIVERS
7448 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7449 S:      Maintained
7450 F:      include/linux/power/bq2415x_charger.h
7451 F:      include/linux/power/bq27x00_battery.h
7452 F:      include/linux/power/isp1704_charger.h
7453 F:      drivers/power/bq2415x_charger.c
7454 F:      drivers/power/bq27x00_battery.c
7455 F:      drivers/power/isp1704_charger.c
7456 F:      drivers/power/rx51_battery.c
7457
7458 NTB DRIVER CORE
7459 M:      Jon Mason <jdmason@kudzu.us>
7460 M:      Dave Jiang <dave.jiang@intel.com>
7461 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7462 L:      linux-ntb@googlegroups.com
7463 S:      Supported
7464 W:      https://github.com/jonmason/ntb/wiki
7465 T:      git git://github.com/jonmason/ntb.git
7466 F:      drivers/ntb/
7467 F:      drivers/net/ntb_netdev.c
7468 F:      include/linux/ntb.h
7469 F:      include/linux/ntb_transport.h
7470
7471 NTB INTEL DRIVER
7472 M:      Jon Mason <jdmason@kudzu.us>
7473 M:      Dave Jiang <dave.jiang@intel.com>
7474 L:      linux-ntb@googlegroups.com
7475 S:      Supported
7476 W:      https://github.com/jonmason/ntb/wiki
7477 T:      git git://github.com/jonmason/ntb.git
7478 F:      drivers/ntb/hw/intel/
7479
7480 NTFS FILESYSTEM
7481 M:      Anton Altaparmakov <anton@tuxera.com>
7482 L:      linux-ntfs-dev@lists.sourceforge.net
7483 W:      http://www.tuxera.com/
7484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7485 S:      Supported
7486 F:      Documentation/filesystems/ntfs.txt
7487 F:      fs/ntfs/
7488
7489 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7490 M:      Antonino Daplas <adaplas@gmail.com>
7491 L:      linux-fbdev@vger.kernel.org
7492 S:      Maintained
7493 F:      drivers/video/fbdev/riva/
7494 F:      drivers/video/fbdev/nvidia/
7495
7496 NVM EXPRESS DRIVER
7497 M:      Keith Busch <keith.busch@intel.com>
7498 M:      Jens Axboe <axboe@fb.com>
7499 L:      linux-nvme@lists.infradead.org
7500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7501 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7502 S:      Supported
7503 F:      drivers/nvme/host/
7504 F:      include/linux/nvme.h
7505
7506 NVMEM FRAMEWORK
7507 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7508 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7509 S:      Maintained
7510 F:      drivers/nvmem/
7511 F:      Documentation/devicetree/bindings/nvmem/
7512 F:      include/linux/nvmem-consumer.h
7513 F:      include/linux/nvmem-provider.h
7514
7515 NXP-NCI NFC DRIVER
7516 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7517 R:      Charles Gorand <charles.gorand@effinnov.com>
7518 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7519 S:      Supported
7520 F:      drivers/nfc/nxp-nci
7521
7522 NXP TDA998X DRM DRIVER
7523 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7524 S:      Supported
7525 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7526 F:      include/drm/i2c/tda998x.h
7527
7528 NXP TFA9879 DRIVER
7529 M:      Peter Rosin <peda@axentia.se>
7530 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7531 S:      Maintained
7532 F:      sound/soc/codecs/tfa9879*
7533
7534 OMAP SUPPORT
7535 M:      Tony Lindgren <tony@atomide.com>
7536 L:      linux-omap@vger.kernel.org
7537 W:      http://www.muru.com/linux/omap/
7538 W:      http://linux.omap.com/
7539 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7541 S:      Maintained
7542 F:      arch/arm/*omap*/
7543 F:      arch/arm/configs/omap1_defconfig
7544 F:      arch/arm/configs/omap2plus_defconfig
7545 F:      drivers/i2c/busses/i2c-omap.c
7546 F:      drivers/irqchip/irq-omap-intc.c
7547 F:      drivers/mfd/*omap*.c
7548 F:      drivers/mfd/menelaus.c
7549 F:      drivers/mfd/palmas.c
7550 F:      drivers/mfd/tps65217.c
7551 F:      drivers/mfd/tps65218.c
7552 F:      drivers/mfd/tps65910.c
7553 F:      drivers/mfd/twl-core.[ch]
7554 F:      drivers/mfd/twl4030*.c
7555 F:      drivers/mfd/twl6030*.c
7556 F:      drivers/mfd/twl6040*.c
7557 F:      drivers/regulator/palmas-regulator*.c
7558 F:      drivers/regulator/pbias-regulator.c
7559 F:      drivers/regulator/tps65217-regulator.c
7560 F:      drivers/regulator/tps65218-regulator.c
7561 F:      drivers/regulator/tps65910-regulator.c
7562 F:      drivers/regulator/twl-regulator.c
7563 F:      include/linux/i2c-omap.h
7564
7565 OMAP DEVICE TREE SUPPORT
7566 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7567 M:      Tony Lindgren <tony@atomide.com>
7568 L:      linux-omap@vger.kernel.org
7569 L:      devicetree@vger.kernel.org
7570 S:      Maintained
7571 F:      arch/arm/boot/dts/*omap*
7572 F:      arch/arm/boot/dts/*am3*
7573 F:      arch/arm/boot/dts/*am4*
7574 F:      arch/arm/boot/dts/*am5*
7575 F:      arch/arm/boot/dts/*dra7*
7576
7577 OMAP CLOCK FRAMEWORK SUPPORT
7578 M:      Paul Walmsley <paul@pwsan.com>
7579 L:      linux-omap@vger.kernel.org
7580 S:      Maintained
7581 F:      arch/arm/*omap*/*clock*
7582
7583 OMAP POWER MANAGEMENT SUPPORT
7584 M:      Kevin Hilman <khilman@deeprootsystems.com>
7585 L:      linux-omap@vger.kernel.org
7586 S:      Maintained
7587 F:      arch/arm/*omap*/*pm*
7588 F:      drivers/cpufreq/omap-cpufreq.c
7589
7590 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7591 M:      Rajendra Nayak <rnayak@ti.com>
7592 M:      Paul Walmsley <paul@pwsan.com>
7593 L:      linux-omap@vger.kernel.org
7594 S:      Maintained
7595 F:      arch/arm/mach-omap2/prm*
7596
7597 OMAP AUDIO SUPPORT
7598 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7599 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7600 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7601 L:      linux-omap@vger.kernel.org
7602 S:      Maintained
7603 F:      sound/soc/omap/
7604
7605 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7606 M:      Roger Quadros <rogerq@ti.com>
7607 M:      Tony Lindgren <tony@atomide.com>
7608 L:      linux-omap@vger.kernel.org
7609 S:      Maintained
7610 F:      drivers/memory/omap-gpmc.c
7611 F:      arch/arm/mach-omap2/*gpmc*
7612
7613 OMAP FRAMEBUFFER SUPPORT
7614 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7615 L:      linux-fbdev@vger.kernel.org
7616 L:      linux-omap@vger.kernel.org
7617 S:      Maintained
7618 F:      drivers/video/fbdev/omap/
7619
7620 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7621 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7622 L:      linux-omap@vger.kernel.org
7623 L:      linux-fbdev@vger.kernel.org
7624 S:      Maintained
7625 F:      drivers/video/fbdev/omap2/
7626 F:      Documentation/arm/OMAP/DSS
7627
7628 OMAP HARDWARE SPINLOCK SUPPORT
7629 M:      Ohad Ben-Cohen <ohad@wizery.com>
7630 L:      linux-omap@vger.kernel.org
7631 S:      Maintained
7632 F:      drivers/hwspinlock/omap_hwspinlock.c
7633
7634 OMAP MMC SUPPORT
7635 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7636 L:      linux-omap@vger.kernel.org
7637 S:      Maintained
7638 F:      drivers/mmc/host/omap.c
7639
7640 OMAP HS MMC SUPPORT
7641 L:      linux-mmc@vger.kernel.org
7642 L:      linux-omap@vger.kernel.org
7643 S:      Orphan
7644 F:      drivers/mmc/host/omap_hsmmc.c
7645
7646 OMAP RANDOM NUMBER GENERATOR SUPPORT
7647 M:      Deepak Saxena <dsaxena@plexity.net>
7648 S:      Maintained
7649 F:      drivers/char/hw_random/omap-rng.c
7650
7651 OMAP HWMOD SUPPORT
7652 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7653 M:      Paul Walmsley <paul@pwsan.com>
7654 L:      linux-omap@vger.kernel.org
7655 S:      Maintained
7656 F:      arch/arm/mach-omap2/omap_hwmod.*
7657
7658 OMAP HWMOD DATA
7659 M:      Paul Walmsley <paul@pwsan.com>
7660 L:      linux-omap@vger.kernel.org
7661 S:      Maintained
7662 F:      arch/arm/mach-omap2/omap_hwmod*data*
7663
7664 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7665 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7666 L:      linux-omap@vger.kernel.org
7667 S:      Maintained
7668 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7669
7670 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7671 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7672 L:      linux-media@vger.kernel.org
7673 S:      Maintained
7674 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7675 F:      drivers/media/platform/omap3isp/
7676 F:      drivers/staging/media/omap4iss/
7677
7678 OMAP USB SUPPORT
7679 M:      Felipe Balbi <balbi@ti.com>
7680 L:      linux-usb@vger.kernel.org
7681 L:      linux-omap@vger.kernel.org
7682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7683 S:      Maintained
7684 F:      drivers/usb/*/*omap*
7685 F:      arch/arm/*omap*/usb*
7686
7687 OMAP GPIO DRIVER
7688 M:      Javier Martinez Canillas <javier@dowhile0.org>
7689 M:      Santosh Shilimkar <ssantosh@kernel.org>
7690 M:      Kevin Hilman <khilman@deeprootsystems.com>
7691 L:      linux-omap@vger.kernel.org
7692 S:      Maintained
7693 F:      drivers/gpio/gpio-omap.c
7694
7695 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7696 M:      Mark Jackson <mpfj@newflow.co.uk>
7697 L:      linux-omap@vger.kernel.org
7698 S:      Maintained
7699 F:      arch/arm/boot/dts/am335x-nano.dts
7700
7701 OMFS FILESYSTEM
7702 M:      Bob Copeland <me@bobcopeland.com>
7703 L:      linux-karma-devel@lists.sourceforge.net
7704 S:      Maintained
7705 F:      Documentation/filesystems/omfs.txt
7706 F:      fs/omfs/
7707
7708 OMNIKEY CARDMAN 4000 DRIVER
7709 M:      Harald Welte <laforge@gnumonks.org>
7710 S:      Maintained
7711 F:      drivers/char/pcmcia/cm4000_cs.c
7712 F:      include/linux/cm4000_cs.h
7713 F:      include/uapi/linux/cm4000_cs.h
7714
7715 OMNIKEY CARDMAN 4040 DRIVER
7716 M:      Harald Welte <laforge@gnumonks.org>
7717 S:      Maintained
7718 F:      drivers/char/pcmcia/cm4040_cs.*
7719
7720 OMNIVISION OV7670 SENSOR DRIVER
7721 M:      Jonathan Corbet <corbet@lwn.net>
7722 L:      linux-media@vger.kernel.org
7723 T:      git git://linuxtv.org/media_tree.git
7724 S:      Maintained
7725 F:      drivers/media/i2c/ov7670.c
7726
7727 ONENAND FLASH DRIVER
7728 M:      Kyungmin Park <kyungmin.park@samsung.com>
7729 L:      linux-mtd@lists.infradead.org
7730 S:      Maintained
7731 F:      drivers/mtd/onenand/
7732 F:      include/linux/mtd/onenand*.h
7733
7734 ONSTREAM SCSI TAPE DRIVER
7735 M:      Willem Riede <osst@riede.org>
7736 L:      osst-users@lists.sourceforge.net
7737 L:      linux-scsi@vger.kernel.org
7738 S:      Maintained
7739 F:      Documentation/scsi/osst.txt
7740 F:      drivers/scsi/osst.*
7741 F:      drivers/scsi/osst_*.h
7742 F:      drivers/scsi/st.h
7743
7744 OPENCORES I2C BUS DRIVER
7745 M:      Peter Korsgaard <jacmet@sunsite.dk>
7746 L:      linux-i2c@vger.kernel.org
7747 S:      Maintained
7748 F:      Documentation/i2c/busses/i2c-ocores
7749 F:      drivers/i2c/busses/i2c-ocores.c
7750
7751 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7752 M:      Rob Herring <robh+dt@kernel.org>
7753 M:      Frank Rowand <frowand.list@gmail.com>
7754 M:      Grant Likely <grant.likely@linaro.org>
7755 L:      devicetree@vger.kernel.org
7756 W:      http://www.devicetree.org/
7757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7758 S:      Maintained
7759 F:      drivers/of/
7760 F:      include/linux/of*.h
7761 F:      scripts/dtc/
7762
7763 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7764 M:      Rob Herring <robh+dt@kernel.org>
7765 M:      Pawel Moll <pawel.moll@arm.com>
7766 M:      Mark Rutland <mark.rutland@arm.com>
7767 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7768 M:      Kumar Gala <galak@codeaurora.org>
7769 L:      devicetree@vger.kernel.org
7770 S:      Maintained
7771 F:      Documentation/devicetree/
7772 F:      arch/*/boot/dts/
7773 F:      include/dt-bindings/
7774
7775 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7776 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7777 L:      devicetree@vger.kernel.org
7778 S:      Maintained
7779 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7780 F:      Documentation/devicetree/overlay-notes.txt
7781 F:      drivers/of/overlay.c
7782 F:      drivers/of/resolver.c
7783
7784 OPENRISC ARCHITECTURE
7785 M:      Jonas Bonn <jonas@southpole.se>
7786 W:      http://openrisc.net
7787 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7788 S:      Maintained
7789 T:      git git://openrisc.net/~jonas/linux
7790 F:      arch/openrisc/
7791
7792 OPENVSWITCH
7793 M:      Pravin Shelar <pshelar@nicira.com>
7794 L:      netdev@vger.kernel.org
7795 L:      dev@openvswitch.org
7796 W:      http://openvswitch.org
7797 S:      Maintained
7798 F:      net/openvswitch/
7799 F:      include/uapi/linux/openvswitch.h
7800
7801 OPL4 DRIVER
7802 M:      Clemens Ladisch <clemens@ladisch.de>
7803 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7804 T:      git git://git.alsa-project.org/alsa-kernel.git
7805 S:      Maintained
7806 F:      sound/drivers/opl4/
7807
7808 OPROFILE
7809 M:      Robert Richter <rric@kernel.org>
7810 L:      oprofile-list@lists.sf.net
7811 S:      Maintained
7812 F:      arch/*/include/asm/oprofile*.h
7813 F:      arch/*/oprofile/
7814 F:      drivers/oprofile/
7815 F:      include/linux/oprofile.h
7816
7817 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7818 M:      Mark Fasheh <mfasheh@suse.com>
7819 M:      Joel Becker <jlbec@evilplan.org>
7820 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7821 W:      http://ocfs2.wiki.kernel.org
7822 S:      Supported
7823 F:      Documentation/filesystems/ocfs2.txt
7824 F:      Documentation/filesystems/dlmfs.txt
7825 F:      fs/ocfs2/
7826
7827 ORINOCO DRIVER
7828 L:      linux-wireless@vger.kernel.org
7829 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7830 W:      http://www.nongnu.org/orinoco/
7831 S:      Orphan
7832 F:      drivers/net/wireless/orinoco/
7833
7834 OSD LIBRARY and FILESYSTEM
7835 M:      Boaz Harrosh <ooo@electrozaur.com>
7836 M:      Benny Halevy <bhalevy@primarydata.com>
7837 L:      osd-dev@open-osd.org
7838 W:      http://open-osd.org
7839 T:      git git://git.open-osd.org/open-osd.git
7840 S:      Maintained
7841 F:      drivers/scsi/osd/
7842 F:      include/scsi/osd_*
7843 F:      fs/exofs/
7844
7845 OVERLAY FILESYSTEM
7846 M:      Miklos Szeredi <miklos@szeredi.hu>
7847 L:      linux-unionfs@vger.kernel.org
7848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7849 S:      Supported
7850 F:      fs/overlayfs/
7851 F:      Documentation/filesystems/overlayfs.txt
7852
7853 P54 WIRELESS DRIVER
7854 M:      Christian Lamparter <chunkeey@googlemail.com>
7855 L:      linux-wireless@vger.kernel.org
7856 W:      http://wireless.kernel.org/en/users/Drivers/p54
7857 S:      Maintained
7858 F:      drivers/net/wireless/p54/
7859
7860 PA SEMI ETHERNET DRIVER
7861 M:      Olof Johansson <olof@lixom.net>
7862 L:      netdev@vger.kernel.org
7863 S:      Maintained
7864 F:      drivers/net/ethernet/pasemi/*
7865
7866 PA SEMI SMBUS DRIVER
7867 M:      Olof Johansson <olof@lixom.net>
7868 L:      linux-i2c@vger.kernel.org
7869 S:      Maintained
7870 F:      drivers/i2c/busses/i2c-pasemi.c
7871
7872 PADATA PARALLEL EXECUTION MECHANISM
7873 M:      Steffen Klassert <steffen.klassert@secunet.com>
7874 L:      linux-crypto@vger.kernel.org
7875 S:      Maintained
7876 F:      kernel/padata.c
7877 F:      include/linux/padata.h
7878 F:      Documentation/padata.txt
7879
7880 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7881 M:      Harald Welte <laforge@gnumonks.org>
7882 L:      platform-driver-x86@vger.kernel.org
7883 S:      Maintained
7884 F:      drivers/platform/x86/panasonic-laptop.c
7885
7886 PANASONIC MN10300/AM33/AM34 PORT
7887 M:      David Howells <dhowells@redhat.com>
7888 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7889 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7890 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7891 S:      Maintained
7892 F:      Documentation/mn10300/
7893 F:      arch/mn10300/
7894
7895 PARALLEL PORT SUBSYSTEM
7896 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7897 M:      Sudip Mukherjee <sudip@vectorindia.org>
7898 L:      linux-parport@lists.infradead.org (subscribers-only)
7899 S:      Maintained
7900 F:      drivers/parport/
7901 F:      include/linux/parport*.h
7902 F:      drivers/char/ppdev.c
7903 F:      include/uapi/linux/ppdev.h
7904 F:      Documentation/parport*.txt
7905
7906 PARAVIRT_OPS INTERFACE
7907 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7908 M:      Chris Wright <chrisw@sous-sol.org>
7909 M:      Alok Kataria <akataria@vmware.com>
7910 M:      Rusty Russell <rusty@rustcorp.com.au>
7911 L:      virtualization@lists.linux-foundation.org
7912 S:      Supported
7913 F:      Documentation/virtual/paravirt_ops.txt
7914 F:      arch/*/kernel/paravirt*
7915 F:      arch/*/include/asm/paravirt.h
7916
7917 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7918 M:      Tim Waugh <tim@cyberelk.net>
7919 L:      linux-parport@lists.infradead.org (subscribers-only)
7920 S:      Maintained
7921 F:      Documentation/blockdev/paride.txt
7922 F:      drivers/block/paride/
7923
7924 PARISC ARCHITECTURE
7925 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7926 M:      Helge Deller <deller@gmx.de>
7927 L:      linux-parisc@vger.kernel.org
7928 W:      http://www.parisc-linux.org/
7929 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7932 S:      Maintained
7933 F:      arch/parisc/
7934 F:      Documentation/parisc/
7935 F:      drivers/parisc/
7936 F:      drivers/char/agp/parisc-agp.c
7937 F:      drivers/input/serio/gscps2.c
7938 F:      drivers/parport/parport_gsc.*
7939 F:      drivers/tty/serial/8250/8250_gsc.c
7940 F:      drivers/video/fbdev/sti*
7941 F:      drivers/video/console/sti*
7942 F:      drivers/video/logo/logo_parisc*
7943
7944 PC87360 HARDWARE MONITORING DRIVER
7945 M:      Jim Cromie <jim.cromie@gmail.com>
7946 L:      lm-sensors@lm-sensors.org
7947 S:      Maintained
7948 F:      Documentation/hwmon/pc87360
7949 F:      drivers/hwmon/pc87360.c
7950
7951 PC8736x GPIO DRIVER
7952 M:      Jim Cromie <jim.cromie@gmail.com>
7953 S:      Maintained
7954 F:      drivers/char/pc8736x_gpio.c
7955
7956 PC87427 HARDWARE MONITORING DRIVER
7957 M:      Jean Delvare <jdelvare@suse.com>
7958 L:      lm-sensors@lm-sensors.org
7959 S:      Maintained
7960 F:      Documentation/hwmon/pc87427
7961 F:      drivers/hwmon/pc87427.c
7962
7963 PCA9532 LED DRIVER
7964 M:      Riku Voipio <riku.voipio@iki.fi>
7965 S:      Maintained
7966 F:      drivers/leds/leds-pca9532.c
7967 F:      include/linux/leds-pca9532.h
7968
7969 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7970 M:      Guenter Roeck <linux@roeck-us.net>
7971 L:      linux-i2c@vger.kernel.org
7972 S:      Maintained
7973 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7974
7975 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7976 M:      Khalid Aziz <khalid@gonehiking.org>
7977 S:      Maintained
7978 F:      drivers/firmware/pcdp.*
7979
7980 PCI ERROR RECOVERY
7981 M:      Linas Vepstas <linasvepstas@gmail.com>
7982 L:      linux-pci@vger.kernel.org
7983 S:      Supported
7984 F:      Documentation/PCI/pci-error-recovery.txt
7985
7986 PCI SUBSYSTEM
7987 M:      Bjorn Helgaas <bhelgaas@google.com>
7988 L:      linux-pci@vger.kernel.org
7989 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7991 S:      Supported
7992 F:      Documentation/PCI/
7993 F:      drivers/pci/
7994 F:      include/linux/pci*
7995 F:      arch/x86/pci/
7996 F:      arch/x86/kernel/quirks.c
7997
7998 PCI DRIVER FOR ARM VERSATILE PLATFORM
7999 M:      Rob Herring <robh@kernel.org>
8000 L:      linux-pci@vger.kernel.org
8001 L:      linux-arm-kernel@lists.infradead.org
8002 S:      Maintained
8003 F:      Documentation/devicetree/bindings/pci/versatile.txt
8004 F:      drivers/pci/host/pci-versatile.c
8005
8006 PCI DRIVER FOR APPLIEDMICRO XGENE
8007 M:      Tanmay Inamdar <tinamdar@apm.com>
8008 L:      linux-pci@vger.kernel.org
8009 L:      linux-arm-kernel@lists.infradead.org
8010 S:      Maintained
8011 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8012 F:      drivers/pci/host/pci-xgene.c
8013
8014 PCI DRIVER FOR FREESCALE LAYERSCAPE
8015 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8016 M:      Mingkai Hu <mingkai.hu@freescale.com>
8017 M:      Roy Zang <tie-fei.zang@freescale.com>
8018 L:      linuxppc-dev@lists.ozlabs.org
8019 L:      linux-pci@vger.kernel.org
8020 L:      linux-arm-kernel@lists.infradead.org
8021 S:      Maintained
8022 F:      drivers/pci/host/*layerscape*
8023
8024 PCI DRIVER FOR IMX6
8025 M:      Richard Zhu <Richard.Zhu@freescale.com>
8026 M:      Lucas Stach <l.stach@pengutronix.de>
8027 L:      linux-pci@vger.kernel.org
8028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8029 S:      Maintained
8030 F:      drivers/pci/host/*imx6*
8031
8032 PCI DRIVER FOR TI KEYSTONE
8033 M:      Murali Karicheri <m-karicheri2@ti.com>
8034 L:      linux-pci@vger.kernel.org
8035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8036 S:      Maintained
8037 F:      drivers/pci/host/*keystone*
8038
8039 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8040 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8041 M:      Jason Cooper <jason@lakedaemon.net>
8042 L:      linux-pci@vger.kernel.org
8043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8044 S:      Maintained
8045 F:      drivers/pci/host/*mvebu*
8046
8047 PCI DRIVER FOR NVIDIA TEGRA
8048 M:      Thierry Reding <thierry.reding@gmail.com>
8049 L:      linux-tegra@vger.kernel.org
8050 L:      linux-pci@vger.kernel.org
8051 S:      Supported
8052 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8053 F:      drivers/pci/host/pci-tegra.c
8054
8055 PCI DRIVER FOR TI DRA7XX
8056 M:      Kishon Vijay Abraham I <kishon@ti.com>
8057 L:      linux-omap@vger.kernel.org
8058 L:      linux-pci@vger.kernel.org
8059 S:      Supported
8060 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8061 F:      drivers/pci/host/pci-dra7xx.c
8062
8063 PCI DRIVER FOR RENESAS R-CAR
8064 M:      Simon Horman <horms@verge.net.au>
8065 L:      linux-pci@vger.kernel.org
8066 L:      linux-sh@vger.kernel.org
8067 S:      Maintained
8068 F:      drivers/pci/host/*rcar*
8069
8070 PCI DRIVER FOR SAMSUNG EXYNOS
8071 M:      Jingoo Han <jingoohan1@gmail.com>
8072 L:      linux-pci@vger.kernel.org
8073 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8074 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8075 S:      Maintained
8076 F:      drivers/pci/host/pci-exynos.c
8077
8078 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8079 M:      Jingoo Han <jingoohan1@gmail.com>
8080 M:      Pratyush Anand <pratyush.anand@gmail.com>
8081 L:      linux-pci@vger.kernel.org
8082 S:      Maintained
8083 F:      drivers/pci/host/*designware*
8084
8085 PCI DRIVER FOR GENERIC OF HOSTS
8086 M:      Will Deacon <will.deacon@arm.com>
8087 L:      linux-pci@vger.kernel.org
8088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8089 S:      Maintained
8090 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8091 F:      drivers/pci/host/pci-host-generic.c
8092
8093 PCIE DRIVER FOR ST SPEAR13XX
8094 M:      Pratyush Anand <pratyush.anand@gmail.com>
8095 L:      linux-pci@vger.kernel.org
8096 S:      Maintained
8097 F:      drivers/pci/host/*spear*
8098
8099 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8100 M:      Duc Dang <dhdang@apm.com>
8101 L:      linux-pci@vger.kernel.org
8102 L:      linux-arm-kernel@lists.infradead.org
8103 S:      Maintained
8104 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8105 F:      drivers/pci/host/pci-xgene-msi.c
8106
8107 PCMCIA SUBSYSTEM
8108 P:      Linux PCMCIA Team
8109 L:      linux-pcmcia@lists.infradead.org
8110 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8112 S:      Maintained
8113 F:      Documentation/pcmcia/
8114 F:      drivers/pcmcia/
8115 F:      include/pcmcia/
8116
8117 PCNET32 NETWORK DRIVER
8118 M:      Don Fry <pcnet32@frontier.com>
8119 L:      netdev@vger.kernel.org
8120 S:      Maintained
8121 F:      drivers/net/ethernet/amd/pcnet32.c
8122
8123 PCRYPT PARALLEL CRYPTO ENGINE
8124 M:      Steffen Klassert <steffen.klassert@secunet.com>
8125 L:      linux-crypto@vger.kernel.org
8126 S:      Maintained
8127 F:      crypto/pcrypt.c
8128 F:      include/crypto/pcrypt.h
8129
8130 PER-CPU MEMORY ALLOCATOR
8131 M:      Tejun Heo <tj@kernel.org>
8132 M:      Christoph Lameter <cl@linux-foundation.org>
8133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8134 S:      Maintained
8135 F:      include/linux/percpu*.h
8136 F:      mm/percpu*.c
8137 F:      arch/*/include/asm/percpu.h
8138
8139 PER-TASK DELAY ACCOUNTING
8140 M:      Balbir Singh <bsingharora@gmail.com>
8141 S:      Maintained
8142 F:      include/linux/delayacct.h
8143 F:      kernel/delayacct.c
8144
8145 PERFORMANCE EVENTS SUBSYSTEM
8146 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8147 M:      Ingo Molnar <mingo@redhat.com>
8148 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8149 L:      linux-kernel@vger.kernel.org
8150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8151 S:      Supported
8152 F:      kernel/events/*
8153 F:      include/linux/perf_event.h
8154 F:      include/uapi/linux/perf_event.h
8155 F:      arch/*/kernel/perf_event*.c
8156 F:      arch/*/kernel/*/perf_event*.c
8157 F:      arch/*/kernel/*/*/perf_event*.c
8158 F:      arch/*/include/asm/perf_event.h
8159 F:      arch/*/kernel/perf_callchain.c
8160 F:      tools/perf/
8161
8162 PERSONALITY HANDLING
8163 M:      Christoph Hellwig <hch@infradead.org>
8164 L:      linux-abi-devel@lists.sourceforge.net
8165 S:      Maintained
8166 F:      include/linux/personality.h
8167 F:      include/uapi/linux/personality.h
8168
8169 PHONET PROTOCOL
8170 M:      Remi Denis-Courmont <courmisch@gmail.com>
8171 S:      Supported
8172 F:      Documentation/networking/phonet.txt
8173 F:      include/linux/phonet.h
8174 F:      include/net/phonet/
8175 F:      include/uapi/linux/phonet.h
8176 F:      net/phonet/
8177
8178 PHRAM MTD DRIVER
8179 M:      Joern Engel <joern@lazybastard.org>
8180 L:      linux-mtd@lists.infradead.org
8181 S:      Maintained
8182 F:      drivers/mtd/devices/phram.c
8183
8184 PICOLCD HID DRIVER
8185 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8186 L:      linux-input@vger.kernel.org
8187 S:      Maintained
8188 F:      drivers/hid/hid-picolcd*
8189
8190 PICOXCELL SUPPORT
8191 M:      Jamie Iles <jamie@jamieiles.com>
8192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8193 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8194 S:      Supported
8195 F:      arch/arm/boot/dts/picoxcell*
8196 F:      arch/arm/mach-picoxcell/
8197 F:      drivers/crypto/picoxcell*
8198
8199 PIN CONTROL SUBSYSTEM
8200 M:      Linus Walleij <linus.walleij@linaro.org>
8201 L:      linux-gpio@vger.kernel.org
8202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8203 S:      Maintained
8204 F:      drivers/pinctrl/
8205 F:      include/linux/pinctrl/
8206
8207 PIN CONTROLLER - ATMEL AT91
8208 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8210 S:      Maintained
8211 F:      drivers/pinctrl/pinctrl-at91.*
8212
8213 PIN CONTROLLER - ATMEL AT91 PIO4
8214 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8216 L:      linux-gpio@vger.kernel.org
8217 S:      Supported
8218 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8219
8220 PIN CONTROLLER - INTEL
8221 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8222 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8223 S:      Maintained
8224 F:      drivers/pinctrl/intel/
8225
8226 PIN CONTROLLER - RENESAS
8227 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8228 L:      linux-sh@vger.kernel.org
8229 S:      Maintained
8230 F:      drivers/pinctrl/sh-pfc/
8231
8232 PIN CONTROLLER - SAMSUNG
8233 M:      Tomasz Figa <tomasz.figa@gmail.com>
8234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8235 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8236 S:      Maintained
8237 F:      drivers/pinctrl/samsung/
8238
8239 PIN CONTROLLER - ST SPEAR
8240 M:      Viresh Kumar <vireshk@kernel.org>
8241 L:      spear-devel@list.st.com
8242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8243 W:      http://www.st.com/spear
8244 S:      Maintained
8245 F:      drivers/pinctrl/spear/
8246
8247 PKTCDVD DRIVER
8248 M:      Jiri Kosina <jikos@kernel.org>
8249 S:      Maintained
8250 F:      drivers/block/pktcdvd.c
8251 F:      include/linux/pktcdvd.h
8252 F:      include/uapi/linux/pktcdvd.h
8253
8254 PKUNITY SOC DRIVERS
8255 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8256 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8257 S:      Maintained
8258 T:      git git://github.com/gxt/linux.git
8259 F:      drivers/input/serio/i8042-unicore32io.h
8260 F:      drivers/i2c/busses/i2c-puv3.c
8261 F:      drivers/video/fbdev/fb-puv3.c
8262 F:      drivers/rtc/rtc-puv3.c
8263
8264 PMBUS HARDWARE MONITORING DRIVERS
8265 M:      Guenter Roeck <linux@roeck-us.net>
8266 L:      lm-sensors@lm-sensors.org
8267 W:      http://www.lm-sensors.org/
8268 W:      http://www.roeck-us.net/linux/drivers/
8269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8270 S:      Maintained
8271 F:      Documentation/hwmon/pmbus
8272 F:      drivers/hwmon/pmbus/
8273 F:      include/linux/i2c/pmbus.h
8274
8275 PMC SIERRA MaxRAID DRIVER
8276 L:      linux-scsi@vger.kernel.org
8277 W:      http://www.pmc-sierra.com/
8278 S:      Orphan
8279 F:      drivers/scsi/pmcraid.*
8280
8281 PMC SIERRA PM8001 DRIVER
8282 M:      Jack Wang <jinpu.wang@profitbricks.com>
8283 M:      lindar_liu@usish.com
8284 L:      pmchba@pmcs.com
8285 L:      linux-scsi@vger.kernel.org
8286 S:      Supported
8287 F:      drivers/scsi/pm8001/
8288
8289 POSIX CLOCKS and TIMERS
8290 M:      Thomas Gleixner <tglx@linutronix.de>
8291 L:      linux-kernel@vger.kernel.org
8292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8293 S:      Maintained
8294 F:      fs/timerfd.c
8295 F:      include/linux/timer*
8296 F:      kernel/time/*timer*
8297
8298 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8299 M:      Sebastian Reichel <sre@kernel.org>
8300 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8301 M:      David Woodhouse <dwmw2@infradead.org>
8302 L:      linux-pm@vger.kernel.org
8303 T:      git git://git.infradead.org/battery-2.6.git
8304 S:      Maintained
8305 F:      include/linux/power_supply.h
8306 F:      drivers/power/
8307 X:      drivers/power/avs/
8308
8309 POWER STATE COORDINATION INTERFACE (PSCI)
8310 M:      Mark Rutland <mark.rutland@arm.com>
8311 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8312 L:      linux-arm-kernel@lists.infradead.org
8313 S:      Maintained
8314 F:      drivers/firmware/psci.c
8315 F:      include/linux/psci.h
8316 F:      include/uapi/linux/psci.h
8317
8318 PNP SUPPORT
8319 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8320 S:      Maintained
8321 F:      drivers/pnp/
8322
8323 PNXxxxx I2C DRIVER
8324 M:      Vitaly Wool <vitalywool@gmail.com>
8325 L:      linux-i2c@vger.kernel.org
8326 S:      Maintained
8327 F:      drivers/i2c/busses/i2c-pnx.c
8328
8329 PPP PROTOCOL DRIVERS AND COMPRESSORS
8330 M:      Paul Mackerras <paulus@samba.org>
8331 L:      linux-ppp@vger.kernel.org
8332 S:      Maintained
8333 F:      drivers/net/ppp/ppp_*
8334
8335 PPP OVER ATM (RFC 2364)
8336 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8337 S:      Maintained
8338 F:      net/atm/pppoatm.c
8339 F:      include/uapi/linux/atmppp.h
8340
8341 PPP OVER ETHERNET
8342 M:      Michal Ostrowski <mostrows@earthlink.net>
8343 S:      Maintained
8344 F:      drivers/net/ppp/pppoe.c
8345 F:      drivers/net/ppp/pppox.c
8346
8347 PPP OVER L2TP
8348 M:      James Chapman <jchapman@katalix.com>
8349 S:      Maintained
8350 F:      net/l2tp/l2tp_ppp.c
8351 F:      include/linux/if_pppol2tp.h
8352 F:      include/uapi/linux/if_pppol2tp.h
8353
8354 PPS SUPPORT
8355 M:      Rodolfo Giometti <giometti@enneenne.com>
8356 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8357 L:      linuxpps@ml.enneenne.com (subscribers-only)
8358 S:      Maintained
8359 F:      Documentation/pps/
8360 F:      drivers/pps/
8361 F:      include/linux/pps*.h
8362
8363 PPTP DRIVER
8364 M:      Dmitry Kozlov <xeb@mail.ru>
8365 L:      netdev@vger.kernel.org
8366 S:      Maintained
8367 F:      drivers/net/ppp/pptp.c
8368 W:      http://sourceforge.net/projects/accel-pptp
8369
8370 PREEMPTIBLE KERNEL
8371 M:      Robert Love <rml@tech9.net>
8372 L:      kpreempt-tech@lists.sourceforge.net
8373 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8374 S:      Supported
8375 F:      Documentation/preempt-locking.txt
8376 F:      include/linux/preempt.h
8377
8378 PRISM54 WIRELESS DRIVER
8379 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8380 L:      linux-wireless@vger.kernel.org
8381 W:      http://wireless.kernel.org/en/users/Drivers/p54
8382 S:      Obsolete
8383 F:      drivers/net/wireless/prism54/
8384
8385 PS3 NETWORK SUPPORT
8386 M:      Geoff Levand <geoff@infradead.org>
8387 L:      netdev@vger.kernel.org
8388 L:      linuxppc-dev@lists.ozlabs.org
8389 S:      Maintained
8390 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8391
8392 PS3 PLATFORM SUPPORT
8393 M:      Geoff Levand <geoff@infradead.org>
8394 L:      linuxppc-dev@lists.ozlabs.org
8395 S:      Maintained
8396 F:      arch/powerpc/boot/ps3*
8397 F:      arch/powerpc/include/asm/lv1call.h
8398 F:      arch/powerpc/include/asm/ps3*.h
8399 F:      arch/powerpc/platforms/ps3/
8400 F:      drivers/*/ps3*
8401 F:      drivers/ps3/
8402 F:      drivers/rtc/rtc-ps3.c
8403 F:      drivers/usb/host/*ps3.c
8404 F:      sound/ppc/snd_ps3*
8405
8406 PS3VRAM DRIVER
8407 M:      Jim Paris <jim@jtan.com>
8408 M:      Geoff Levand <geoff@infradead.org>
8409 L:      linuxppc-dev@lists.ozlabs.org
8410 S:      Maintained
8411 F:      drivers/block/ps3vram.c
8412
8413 PSTORE FILESYSTEM
8414 M:      Anton Vorontsov <anton@enomsg.org>
8415 M:      Colin Cross <ccross@android.com>
8416 M:      Kees Cook <keescook@chromium.org>
8417 M:      Tony Luck <tony.luck@intel.com>
8418 S:      Maintained
8419 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8420 F:      fs/pstore/
8421 F:      include/linux/pstore*
8422 F:      drivers/firmware/efi/efi-pstore.c
8423 F:      drivers/acpi/apei/erst.c
8424
8425 PTP HARDWARE CLOCK SUPPORT
8426 M:      Richard Cochran <richardcochran@gmail.com>
8427 L:      netdev@vger.kernel.org
8428 S:      Maintained
8429 W:      http://linuxptp.sourceforge.net/
8430 F:      Documentation/ABI/testing/sysfs-ptp
8431 F:      Documentation/ptp/*
8432 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8433 F:      drivers/net/phy/dp83640*
8434 F:      drivers/ptp/*
8435 F:      include/linux/ptp_cl*
8436
8437 PTRACE SUPPORT
8438 M:      Roland McGrath <roland@hack.frob.com>
8439 M:      Oleg Nesterov <oleg@redhat.com>
8440 S:      Maintained
8441 F:      include/asm-generic/syscall.h
8442 F:      include/linux/ptrace.h
8443 F:      include/linux/regset.h
8444 F:      include/linux/tracehook.h
8445 F:      include/uapi/linux/ptrace.h
8446 F:      kernel/ptrace.c
8447
8448 PVRUSB2 VIDEO4LINUX DRIVER
8449 M:      Mike Isely <isely@pobox.com>
8450 L:      pvrusb2@isely.net       (subscribers-only)
8451 L:      linux-media@vger.kernel.org
8452 W:      http://www.isely.net/pvrusb2/
8453 T:      git git://linuxtv.org/media_tree.git
8454 S:      Maintained
8455 F:      Documentation/video4linux/README.pvrusb2
8456 F:      drivers/media/usb/pvrusb2/
8457
8458 PWC WEBCAM DRIVER
8459 M:      Hans de Goede <hdegoede@redhat.com>
8460 L:      linux-media@vger.kernel.org
8461 T:      git git://linuxtv.org/media_tree.git
8462 S:      Maintained
8463 F:      drivers/media/usb/pwc/*
8464
8465 PWM FAN DRIVER
8466 M:      Kamil Debski <k.debski@samsung.com>
8467 L:      lm-sensors@lm-sensors.org
8468 S:      Supported
8469 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8470 F:      Documentation/hwmon/pwm-fan
8471 F:      drivers/hwmon/pwm-fan.c
8472
8473 PWM SUBSYSTEM
8474 M:      Thierry Reding <thierry.reding@gmail.com>
8475 L:      linux-pwm@vger.kernel.org
8476 S:      Maintained
8477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8478 F:      Documentation/pwm.txt
8479 F:      Documentation/devicetree/bindings/pwm/
8480 F:      include/linux/pwm.h
8481 F:      drivers/pwm/
8482 F:      drivers/video/backlight/pwm_bl.c
8483 F:      include/linux/pwm_backlight.h
8484
8485 PXA2xx/PXA3xx SUPPORT
8486 M:      Daniel Mack <daniel@zonque.org>
8487 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8488 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8489 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8490 T:      git git://github.com/hzhuang1/linux.git
8491 T:      git git://github.com/rjarzmik/linux.git
8492 S:      Maintained
8493 F:      arch/arm/mach-pxa/
8494 F:      drivers/dma/pxa*
8495 F:      drivers/pcmcia/pxa2xx*
8496 F:      drivers/spi/spi-pxa2xx*
8497 F:      drivers/usb/gadget/udc/pxa2*
8498 F:      include/sound/pxa2xx-lib.h
8499 F:      sound/arm/pxa*
8500 F:      sound/soc/pxa/
8501
8502 PXA3xx NAND FLASH DRIVER
8503 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8504 L:      linux-mtd@lists.infradead.org
8505 S:      Maintained
8506 F:      drivers/mtd/nand/pxa3xx_nand.c
8507
8508 MMP SUPPORT
8509 M:      Eric Miao <eric.y.miao@gmail.com>
8510 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8511 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8512 T:      git git://github.com/hzhuang1/linux.git
8513 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8514 S:      Maintained
8515 F:      arch/arm/mach-mmp/
8516
8517 PXA MMCI DRIVER
8518 S:      Orphan
8519
8520 PXA RTC DRIVER
8521 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8522 L:      rtc-linux@googlegroups.com
8523 S:      Maintained
8524
8525 QAT DRIVER
8526 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8527 L:      qat-linux@intel.com
8528 S:      Supported
8529 F:      drivers/crypto/qat/
8530
8531 QIB DRIVER
8532 M:      Mike Marciniszyn <infinipath@intel.com>
8533 L:      linux-rdma@vger.kernel.org
8534 S:      Supported
8535 F:      drivers/infiniband/hw/qib/
8536
8537 QLOGIC QLA1280 SCSI DRIVER
8538 M:      Michael Reed <mdr@sgi.com>
8539 L:      linux-scsi@vger.kernel.org
8540 S:      Maintained
8541 F:      drivers/scsi/qla1280.[ch]
8542
8543 QLOGIC QLA2XXX FC-SCSI DRIVER
8544 M:      qla2xxx-upstream@qlogic.com
8545 L:      linux-scsi@vger.kernel.org
8546 S:      Supported
8547 F:      Documentation/scsi/LICENSE.qla2xxx
8548 F:      drivers/scsi/qla2xxx/
8549
8550 QLOGIC QLA4XXX iSCSI DRIVER
8551 M:      QLogic-Storage-Upstream@qlogic.com
8552 L:      linux-scsi@vger.kernel.org
8553 S:      Supported
8554 F:      Documentation/scsi/LICENSE.qla4xxx
8555 F:      drivers/scsi/qla4xxx/
8556
8557 QLOGIC QLA3XXX NETWORK DRIVER
8558 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8559 M:      Ron Mercer <ron.mercer@qlogic.com>
8560 M:      linux-driver@qlogic.com
8561 L:      netdev@vger.kernel.org
8562 S:      Supported
8563 F:      Documentation/networking/LICENSE.qla3xxx
8564 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8565
8566 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8567 M:      Dept-GELinuxNICDev@qlogic.com
8568 L:      netdev@vger.kernel.org
8569 S:      Supported
8570 F:      drivers/net/ethernet/qlogic/qlcnic/
8571
8572 QLOGIC QLGE 10Gb ETHERNET DRIVER
8573 M:      Harish Patil <harish.patil@qlogic.com>
8574 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8575 M:      Dept-GELinuxNICDev@qlogic.com
8576 M:      linux-driver@qlogic.com
8577 L:      netdev@vger.kernel.org
8578 S:      Supported
8579 F:      drivers/net/ethernet/qlogic/qlge/
8580
8581 QLOGIC QL4xxx ETHERNET DRIVER
8582 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8583 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8584 M:      everest-linux-l2@qlogic.com
8585 L:      netdev@vger.kernel.org
8586 S:      Supported
8587 F:      drivers/net/ethernet/qlogic/qed/
8588 F:      include/linux/qed/
8589 F:      drivers/net/ethernet/qlogic/qede/
8590
8591 QNX4 FILESYSTEM
8592 M:      Anders Larsen <al@alarsen.net>
8593 W:      http://www.alarsen.net/linux/qnx4fs/
8594 S:      Maintained
8595 F:      fs/qnx4/
8596 F:      include/uapi/linux/qnx4_fs.h
8597 F:      include/uapi/linux/qnxtypes.h
8598
8599 QT1010 MEDIA DRIVER
8600 M:      Antti Palosaari <crope@iki.fi>
8601 L:      linux-media@vger.kernel.org
8602 W:      http://linuxtv.org/
8603 W:      http://palosaari.fi/linux/
8604 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8605 T:      git git://linuxtv.org/anttip/media_tree.git
8606 S:      Maintained
8607 F:      drivers/media/tuners/qt1010*
8608
8609 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8610 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8611 L:      linux-wireless@vger.kernel.org
8612 L:      ath9k-devel@lists.ath9k.org
8613 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8614 S:      Supported
8615 F:      drivers/net/wireless/ath/ath9k/
8616
8617 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8618 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8619 L:      ath10k@lists.infradead.org
8620 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8621 T:      git git://github.com/kvalo/ath.git
8622 S:      Supported
8623 F:      drivers/net/wireless/ath/ath10k/
8624
8625 QUALCOMM HEXAGON ARCHITECTURE
8626 M:      Richard Kuo <rkuo@codeaurora.org>
8627 L:      linux-hexagon@vger.kernel.org
8628 S:      Supported
8629 F:      arch/hexagon/
8630
8631 QUALCOMM WCN36XX WIRELESS DRIVER
8632 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8633 L:      wcn36xx@lists.infradead.org
8634 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8635 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8636 S:      Supported
8637 F:      drivers/net/wireless/ath/wcn36xx/
8638
8639 RADOS BLOCK DEVICE (RBD)
8640 M:      Ilya Dryomov <idryomov@gmail.com>
8641 M:      Sage Weil <sage@redhat.com>
8642 M:      Alex Elder <elder@kernel.org>
8643 L:      ceph-devel@vger.kernel.org
8644 W:      http://ceph.com/
8645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8646 T:      git git://github.com/ceph/ceph-client.git
8647 S:      Supported
8648 F:      Documentation/ABI/testing/sysfs-bus-rbd
8649 F:      drivers/block/rbd.c
8650 F:      drivers/block/rbd_types.h
8651
8652 RADEON FRAMEBUFFER DISPLAY DRIVER
8653 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8654 L:      linux-fbdev@vger.kernel.org
8655 S:      Maintained
8656 F:      drivers/video/fbdev/aty/radeon*
8657 F:      include/uapi/linux/radeonfb.h
8658
8659 RADIOSHARK RADIO DRIVER
8660 M:      Hans de Goede <hdegoede@redhat.com>
8661 L:      linux-media@vger.kernel.org
8662 T:      git git://linuxtv.org/media_tree.git
8663 S:      Maintained
8664 F:      drivers/media/radio/radio-shark.c
8665
8666 RADIOSHARK2 RADIO DRIVER
8667 M:      Hans de Goede <hdegoede@redhat.com>
8668 L:      linux-media@vger.kernel.org
8669 T:      git git://linuxtv.org/media_tree.git
8670 S:      Maintained
8671 F:      drivers/media/radio/radio-shark2.c
8672 F:      drivers/media/radio/radio-tea5777.c
8673
8674 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8675 M:      Paul Mackerras <paulus@samba.org>
8676 L:      linux-fbdev@vger.kernel.org
8677 S:      Maintained
8678 F:      drivers/video/fbdev/aty/aty128fb.c
8679
8680 RALINK RT2X00 WIRELESS LAN DRIVER
8681 P:      rt2x00 project
8682 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8683 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8684 L:      linux-wireless@vger.kernel.org
8685 S:      Maintained
8686 F:      drivers/net/wireless/rt2x00/
8687
8688 RAMDISK RAM BLOCK DEVICE DRIVER
8689 M:      Jens Axboe <axboe@kernel.dk>
8690 S:      Maintained
8691 F:      Documentation/blockdev/ramdisk.txt
8692 F:      drivers/block/brd.c
8693
8694 RANDOM NUMBER DRIVER
8695 M:      "Theodore Ts'o" <tytso@mit.edu>
8696 S:      Maintained
8697 F:      drivers/char/random.c
8698
8699 RAPIDIO SUBSYSTEM
8700 M:      Matt Porter <mporter@kernel.crashing.org>
8701 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8702 S:      Maintained
8703 F:      drivers/rapidio/
8704
8705 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8706 L:      linux-wireless@vger.kernel.org
8707 S:      Orphan
8708 F:      drivers/net/wireless/ray*
8709
8710 RCUTORTURE MODULE
8711 M:      Josh Triplett <josh@joshtriplett.org>
8712 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8713 L:      linux-kernel@vger.kernel.org
8714 S:      Supported
8715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8716 F:      Documentation/RCU/torture.txt
8717 F:      kernel/rcu/rcutorture.c
8718
8719 RCUTORTURE TEST FRAMEWORK
8720 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8721 M:      Josh Triplett <josh@joshtriplett.org>
8722 R:      Steven Rostedt <rostedt@goodmis.org>
8723 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8724 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8725 L:      linux-kernel@vger.kernel.org
8726 S:      Supported
8727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8728 F:      tools/testing/selftests/rcutorture
8729
8730 RDC R-321X SoC
8731 M:      Florian Fainelli <florian@openwrt.org>
8732 S:      Maintained
8733
8734 RDC R6040 FAST ETHERNET DRIVER
8735 M:      Florian Fainelli <florian@openwrt.org>
8736 L:      netdev@vger.kernel.org
8737 S:      Maintained
8738 F:      drivers/net/ethernet/rdc/r6040.c
8739
8740 RDS - RELIABLE DATAGRAM SOCKETS
8741 M:      Chien Yen <chien.yen@oracle.com>
8742 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8743 S:      Supported
8744 F:      net/rds/
8745
8746 READ-COPY UPDATE (RCU)
8747 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8748 M:      Josh Triplett <josh@joshtriplett.org>
8749 R:      Steven Rostedt <rostedt@goodmis.org>
8750 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8751 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8752 L:      linux-kernel@vger.kernel.org
8753 W:      http://www.rdrop.com/users/paulmck/RCU/
8754 S:      Supported
8755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8756 F:      Documentation/RCU/
8757 X:      Documentation/RCU/torture.txt
8758 F:      include/linux/rcu*
8759 X:      include/linux/srcu.h
8760 F:      kernel/rcu/
8761 X:      kernel/torture.c
8762
8763 REAL TIME CLOCK (RTC) SUBSYSTEM
8764 M:      Alessandro Zummo <a.zummo@towertech.it>
8765 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8766 L:      rtc-linux@googlegroups.com
8767 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8769 S:      Maintained
8770 F:      Documentation/rtc.txt
8771 F:      drivers/rtc/
8772 F:      include/linux/rtc.h
8773 F:      include/uapi/linux/rtc.h
8774
8775 REALTEK AUDIO CODECS
8776 M:      Bard Liao <bardliao@realtek.com>
8777 M:      Oder Chiou <oder_chiou@realtek.com>
8778 S:      Maintained
8779 F:      sound/soc/codecs/rt*
8780 F:      include/sound/rt*.h
8781
8782 REISERFS FILE SYSTEM
8783 L:      reiserfs-devel@vger.kernel.org
8784 S:      Supported
8785 F:      fs/reiserfs/
8786
8787 REGISTER MAP ABSTRACTION
8788 M:      Mark Brown <broonie@kernel.org>
8789 L:      linux-kernel@vger.kernel.org
8790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8791 S:      Supported
8792 F:      drivers/base/regmap/
8793 F:      include/linux/regmap.h
8794
8795 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8796 M:      Ohad Ben-Cohen <ohad@wizery.com>
8797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8798 S:      Maintained
8799 F:      drivers/remoteproc/
8800 F:      Documentation/remoteproc.txt
8801 F:      include/linux/remoteproc.h
8802
8803 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8804 M:      Ohad Ben-Cohen <ohad@wizery.com>
8805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8806 S:      Maintained
8807 F:      drivers/rpmsg/
8808 F:      Documentation/rpmsg.txt
8809 F:      include/linux/rpmsg.h
8810
8811 RESET CONTROLLER FRAMEWORK
8812 M:      Philipp Zabel <p.zabel@pengutronix.de>
8813 S:      Maintained
8814 F:      drivers/reset/
8815 F:      Documentation/devicetree/bindings/reset/
8816 F:      include/dt-bindings/reset/
8817 F:      include/linux/reset.h
8818 F:      include/linux/reset-controller.h
8819
8820 RFKILL
8821 M:      Johannes Berg <johannes@sipsolutions.net>
8822 L:      linux-wireless@vger.kernel.org
8823 W:      http://wireless.kernel.org/
8824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8826 S:      Maintained
8827 F:      Documentation/rfkill.txt
8828 F:      net/rfkill/
8829
8830 RHASHTABLE
8831 M:      Thomas Graf <tgraf@suug.ch>
8832 L:      netdev@vger.kernel.org
8833 S:      Maintained
8834 F:      lib/rhashtable.c
8835 F:      include/linux/rhashtable.h
8836
8837 RICOH SMARTMEDIA/XD DRIVER
8838 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8839 S:      Maintained
8840 F:      drivers/mtd/nand/r852.c
8841 F:      drivers/mtd/nand/r852.h
8842
8843 RICOH R5C592 MEMORYSTICK DRIVER
8844 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8845 S:      Maintained
8846 F:      drivers/memstick/host/r592.*
8847
8848 ROCCAT DRIVERS
8849 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8850 W:      http://sourceforge.net/projects/roccat/
8851 S:      Maintained
8852 F:      drivers/hid/hid-roccat*
8853 F:      include/linux/hid-roccat*
8854 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8855
8856 ROCKER DRIVER
8857 M:      Jiri Pirko <jiri@resnulli.us>
8858 M:      Scott Feldman <sfeldma@gmail.com>
8859 L:      netdev@vger.kernel.org
8860 S:      Supported
8861 F:      drivers/net/ethernet/rocker/
8862
8863 ROCKETPORT DRIVER
8864 P:      Comtrol Corp.
8865 W:      http://www.comtrol.com
8866 S:      Maintained
8867 F:      Documentation/serial/rocket.txt
8868 F:      drivers/tty/rocket*
8869
8870 ROCKETPORT EXPRESS/INFINITY DRIVER
8871 M:      Kevin Cernekee <cernekee@gmail.com>
8872 L:      linux-serial@vger.kernel.org
8873 S:      Odd Fixes
8874 F:      drivers/tty/serial/rp2.*
8875
8876 ROSE NETWORK LAYER
8877 M:      Ralf Baechle <ralf@linux-mips.org>
8878 L:      linux-hams@vger.kernel.org
8879 W:      http://www.linux-ax25.org/
8880 S:      Maintained
8881 F:      include/net/rose.h
8882 F:      include/uapi/linux/rose.h
8883 F:      net/rose/
8884
8885 RTL2830 MEDIA DRIVER
8886 M:      Antti Palosaari <crope@iki.fi>
8887 L:      linux-media@vger.kernel.org
8888 W:      http://linuxtv.org/
8889 W:      http://palosaari.fi/linux/
8890 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8891 T:      git git://linuxtv.org/anttip/media_tree.git
8892 S:      Maintained
8893 F:      drivers/media/dvb-frontends/rtl2830*
8894
8895 RTL2832 MEDIA DRIVER
8896 M:      Antti Palosaari <crope@iki.fi>
8897 L:      linux-media@vger.kernel.org
8898 W:      http://linuxtv.org/
8899 W:      http://palosaari.fi/linux/
8900 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8901 T:      git git://linuxtv.org/anttip/media_tree.git
8902 S:      Maintained
8903 F:      drivers/media/dvb-frontends/rtl2832*
8904
8905 RTL2832_SDR MEDIA DRIVER
8906 M:      Antti Palosaari <crope@iki.fi>
8907 L:      linux-media@vger.kernel.org
8908 W:      http://linuxtv.org/
8909 W:      http://palosaari.fi/linux/
8910 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8911 T:      git git://linuxtv.org/anttip/media_tree.git
8912 S:      Maintained
8913 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8914
8915 RTL8180 WIRELESS DRIVER
8916 L:      linux-wireless@vger.kernel.org
8917 W:      http://wireless.kernel.org/
8918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8919 S:      Orphan
8920 F:      drivers/net/wireless/rtl818x/rtl8180/
8921
8922 RTL8187 WIRELESS DRIVER
8923 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8924 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8925 M:      Larry Finger <Larry.Finger@lwfinger.net>
8926 L:      linux-wireless@vger.kernel.org
8927 W:      http://wireless.kernel.org/
8928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8929 S:      Maintained
8930 F:      drivers/net/wireless/rtl818x/rtl8187/
8931
8932 RTL8192CE WIRELESS DRIVER
8933 M:      Larry Finger <Larry.Finger@lwfinger.net>
8934 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8935 L:      linux-wireless@vger.kernel.org
8936 W:      http://wireless.kernel.org/
8937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8938 S:      Maintained
8939 F:      drivers/net/wireless/rtlwifi/
8940 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8941
8942 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
8943 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8944 L:      linux-wireless@vger.kernel.org
8945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
8946 S:      Maintained
8947 F:      drivers/net/wireless/realtek/rtl8xxxu/
8948
8949 S3 SAVAGE FRAMEBUFFER DRIVER
8950 M:      Antonino Daplas <adaplas@gmail.com>
8951 L:      linux-fbdev@vger.kernel.org
8952 S:      Maintained
8953 F:      drivers/video/fbdev/savage/
8954
8955 S390
8956 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8957 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8958 L:      linux-s390@vger.kernel.org
8959 W:      http://www.ibm.com/developerworks/linux/linux390/
8960 S:      Supported
8961 F:      arch/s390/
8962 F:      drivers/s390/
8963 F:      Documentation/s390/
8964 F:      Documentation/DocBook/s390*
8965
8966 S390 COMMON I/O LAYER
8967 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8968 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8969 L:      linux-s390@vger.kernel.org
8970 W:      http://www.ibm.com/developerworks/linux/linux390/
8971 S:      Supported
8972 F:      drivers/s390/cio/
8973
8974 S390 DASD DRIVER
8975 M:      Stefan Weinhuber <wein@de.ibm.com>
8976 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8977 L:      linux-s390@vger.kernel.org
8978 W:      http://www.ibm.com/developerworks/linux/linux390/
8979 S:      Supported
8980 F:      drivers/s390/block/dasd*
8981 F:      block/partitions/ibm.c
8982
8983 S390 NETWORK DRIVERS
8984 M:      Ursula Braun <ursula.braun@de.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/net/
8989
8990 S390 PCI SUBSYSTEM
8991 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8992 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8993 L:      linux-s390@vger.kernel.org
8994 W:      http://www.ibm.com/developerworks/linux/linux390/
8995 S:      Supported
8996 F:      arch/s390/pci/
8997 F:      drivers/pci/hotplug/s390_pci_hpc.c
8998
8999 S390 ZCRYPT DRIVER
9000 M:      Ingo Tuchscherer <ingo.tuchscherer@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/crypto/
9005
9006 S390 ZFCP DRIVER
9007 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9008 L:      linux-s390@vger.kernel.org
9009 W:      http://www.ibm.com/developerworks/linux/linux390/
9010 S:      Supported
9011 F:      drivers/s390/scsi/zfcp_*
9012
9013 S390 IUCV NETWORK LAYER
9014 M:      Ursula Braun <ursula.braun@de.ibm.com>
9015 L:      linux-s390@vger.kernel.org
9016 W:      http://www.ibm.com/developerworks/linux/linux390/
9017 S:      Supported
9018 F:      drivers/s390/net/*iucv*
9019 F:      include/net/iucv/
9020 F:      net/iucv/
9021
9022 S3C24XX SD/MMC Driver
9023 M:      Ben Dooks <ben-linux@fluff.org>
9024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9025 S:      Supported
9026 F:      drivers/mmc/host/s3cmci.*
9027
9028 SAA6588 RDS RECEIVER DRIVER
9029 M:      Hans Verkuil <hverkuil@xs4all.nl>
9030 L:      linux-media@vger.kernel.org
9031 T:      git git://linuxtv.org/media_tree.git
9032 W:      http://linuxtv.org
9033 S:      Odd Fixes
9034 F:      drivers/media/i2c/saa6588*
9035
9036 SAA7134 VIDEO4LINUX DRIVER
9037 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9038 L:      linux-media@vger.kernel.org
9039 W:      http://linuxtv.org
9040 T:      git git://linuxtv.org/media_tree.git
9041 S:      Odd fixes
9042 F:      Documentation/video4linux/*.saa7134
9043 F:      drivers/media/pci/saa7134/
9044
9045 SAA7146 VIDEO4LINUX-2 DRIVER
9046 M:      Hans Verkuil <hverkuil@xs4all.nl>
9047 L:      linux-media@vger.kernel.org
9048 T:      git git://linuxtv.org/media_tree.git
9049 S:      Maintained
9050 F:      drivers/media/common/saa7146/
9051 F:      drivers/media/pci/saa7146/
9052 F:      include/media/saa7146*
9053
9054 SAMSUNG LAPTOP DRIVER
9055 M:      Corentin Chary <corentin.chary@gmail.com>
9056 L:      platform-driver-x86@vger.kernel.org
9057 S:      Maintained
9058 F:      drivers/platform/x86/samsung-laptop.c
9059
9060 SAMSUNG AUDIO (ASoC) DRIVERS
9061 M:      Sangbeom Kim <sbkim73@samsung.com>
9062 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9063 S:      Supported
9064 F:      sound/soc/samsung/
9065
9066 SAMSUNG FRAMEBUFFER DRIVER
9067 M:      Jingoo Han <jingoohan1@gmail.com>
9068 L:      linux-fbdev@vger.kernel.org
9069 S:      Maintained
9070 F:      drivers/video/fbdev/s3c-fb.c
9071
9072 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9073 M:      Sangbeom Kim <sbkim73@samsung.com>
9074 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9075 L:      linux-kernel@vger.kernel.org
9076 L:      linux-samsung-soc@vger.kernel.org
9077 S:      Supported
9078 F:      drivers/mfd/sec*.c
9079 F:      drivers/regulator/s2m*.c
9080 F:      drivers/regulator/s5m*.c
9081 F:      drivers/clk/clk-s2mps11.c
9082 F:      drivers/rtc/rtc-s5m.c
9083 F:      include/linux/mfd/samsung/
9084 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9085 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9086
9087 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9088 M:      Kyungmin Park <kyungmin.park@samsung.com>
9089 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9090 L:      linux-media@vger.kernel.org
9091 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9092 S:      Supported
9093 F:      drivers/media/platform/exynos4-is/
9094
9095 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9096 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9097 L:      linux-media@vger.kernel.org
9098 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9099 S:      Maintained
9100 F:      drivers/media/platform/s3c-camif/
9101 F:      include/media/s3c_camif.h
9102
9103 SAMSUNG S5C73M3 CAMERA DRIVER
9104 M:      Kyungmin Park <kyungmin.park@samsung.com>
9105 M:      Andrzej Hajda <a.hajda@samsung.com>
9106 L:      linux-media@vger.kernel.org
9107 S:      Supported
9108 F:      drivers/media/i2c/s5c73m3/*
9109
9110 SAMSUNG S5K5BAF CAMERA DRIVER
9111 M:      Kyungmin Park <kyungmin.park@samsung.com>
9112 M:      Andrzej Hajda <a.hajda@samsung.com>
9113 L:      linux-media@vger.kernel.org
9114 S:      Supported
9115 F:      drivers/media/i2c/s5k5baf.c
9116
9117 SAMSUNG S3FWRN5 NFC DRIVER
9118 M:      Robert Baldyga <r.baldyga@samsung.com>
9119 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9120 S:      Supported
9121 F:      drivers/nfc/s3fwrn5
9122
9123 SAMSUNG SOC CLOCK DRIVERS
9124 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9125 M:      Tomasz Figa <tomasz.figa@gmail.com>
9126 S:      Supported
9127 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9128 F:      drivers/clk/samsung/
9129
9130 SAMSUNG SXGBE DRIVERS
9131 M:      Byungho An <bh74.an@samsung.com>
9132 M:      Girish K S <ks.giri@samsung.com>
9133 M:      Vipul Pandya <vipul.pandya@samsung.com>
9134 S:      Supported
9135 L:      netdev@vger.kernel.org
9136 F:      drivers/net/ethernet/samsung/sxgbe/
9137
9138 SAMSUNG THERMAL DRIVER
9139 M:      Lukasz Majewski <l.majewski@samsung.com>
9140 L:      linux-pm@vger.kernel.org
9141 L:      linux-samsung-soc@vger.kernel.org
9142 S:      Supported
9143 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9144 F:      drivers/thermal/samsung/
9145
9146 SAMSUNG USB2 PHY DRIVER
9147 M:      Kamil Debski <k.debski@samsung.com>
9148 L:      linux-kernel@vger.kernel.org
9149 S:      Supported
9150 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9151 F:      Documentation/phy/samsung-usb2.txt
9152 F:      drivers/phy/phy-exynos4210-usb2.c
9153 F:      drivers/phy/phy-exynos4x12-usb2.c
9154 F:      drivers/phy/phy-exynos5250-usb2.c
9155 F:      drivers/phy/phy-s5pv210-usb2.c
9156 F:      drivers/phy/phy-samsung-usb2.c
9157 F:      drivers/phy/phy-samsung-usb2.h
9158
9159 SERIAL DRIVERS
9160 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9161 L:      linux-serial@vger.kernel.org
9162 S:      Maintained
9163 F:      drivers/tty/serial/
9164
9165 SYNOPSYS DESIGNWARE DMAC DRIVER
9166 M:      Viresh Kumar <vireshk@kernel.org>
9167 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9168 S:      Maintained
9169 F:      include/linux/dma/dw.h
9170 F:      include/linux/platform_data/dma-dw.h
9171 F:      drivers/dma/dw/
9172
9173 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9174 M: Lars Persson <lars.persson@axis.com>
9175 L: netdev@vger.kernel.org
9176 S: Supported
9177 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9178 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9179
9180 SYNOPSYS DESIGNWARE I2C DRIVER
9181 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9182 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9183 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9184 L:      linux-i2c@vger.kernel.org
9185 S:      Maintained
9186 F:      drivers/i2c/busses/i2c-designware-*
9187 F:      include/linux/platform_data/i2c-designware.h
9188
9189 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9190 M:      Seungwon Jeon <tgih.jun@samsung.com>
9191 M:      Jaehoon Chung <jh80.chung@samsung.com>
9192 L:      linux-mmc@vger.kernel.org
9193 S:      Maintained
9194 F:      include/linux/mmc/dw_mmc.h
9195 F:      drivers/mmc/host/dw_mmc*
9196
9197 THUNDERBOLT DRIVER
9198 M:      Andreas Noever <andreas.noever@gmail.com>
9199 S:      Maintained
9200 F:      drivers/thunderbolt/
9201
9202 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9203 M:      John Stultz <john.stultz@linaro.org>
9204 M:      Thomas Gleixner <tglx@linutronix.de>
9205 L:      linux-kernel@vger.kernel.org
9206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9207 S:      Supported
9208 F:      include/linux/clocksource.h
9209 F:      include/linux/time.h
9210 F:      include/linux/timex.h
9211 F:      include/uapi/linux/time.h
9212 F:      include/uapi/linux/timex.h
9213 F:      kernel/time/clocksource.c
9214 F:      kernel/time/time*.c
9215 F:      kernel/time/ntp.c
9216 F:      tools/testing/selftests/timers/
9217
9218 SC1200 WDT DRIVER
9219 M:      Zwane Mwaikambo <zwanem@gmail.com>
9220 S:      Maintained
9221 F:      drivers/watchdog/sc1200wdt.c
9222
9223 SCHEDULER
9224 M:      Ingo Molnar <mingo@redhat.com>
9225 M:      Peter Zijlstra <peterz@infradead.org>
9226 L:      linux-kernel@vger.kernel.org
9227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9228 S:      Maintained
9229 F:      kernel/sched/
9230 F:      include/linux/sched.h
9231 F:      include/uapi/linux/sched.h
9232 F:      include/linux/wait.h
9233
9234 SCORE ARCHITECTURE
9235 M:      Chen Liqin <liqin.linux@gmail.com>
9236 M:      Lennox Wu <lennox.wu@gmail.com>
9237 W:      http://www.sunplus.com
9238 S:      Supported
9239 F:      arch/score/
9240
9241 SCSI CDROM DRIVER
9242 M:      Jens Axboe <axboe@kernel.dk>
9243 L:      linux-scsi@vger.kernel.org
9244 W:      http://www.kernel.dk
9245 S:      Maintained
9246 F:      drivers/scsi/sr*
9247
9248 SCSI RDMA PROTOCOL (SRP) INITIATOR
9249 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9250 L:      linux-rdma@vger.kernel.org
9251 S:      Supported
9252 W:      http://www.openfabrics.org
9253 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9255 F:      drivers/infiniband/ulp/srp/
9256 F:      include/scsi/srp.h
9257
9258 SCSI SG DRIVER
9259 M:      Doug Gilbert <dgilbert@interlog.com>
9260 L:      linux-scsi@vger.kernel.org
9261 W:      http://sg.danny.cz/sg
9262 S:      Maintained
9263 F:      Documentation/scsi/scsi-generic.txt
9264 F:      drivers/scsi/sg.c
9265 F:      include/scsi/sg.h
9266
9267 SCSI SUBSYSTEM
9268 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9269 L:      linux-scsi@vger.kernel.org
9270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9271 S:      Maintained
9272 F:      drivers/scsi/
9273 F:      include/scsi/
9274
9275 SCSI TAPE DRIVER
9276 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9277 L:      linux-scsi@vger.kernel.org
9278 S:      Maintained
9279 F:      Documentation/scsi/st.txt
9280 F:      drivers/scsi/st.*
9281 F:      drivers/scsi/st_*.h
9282
9283 SCTP PROTOCOL
9284 M:      Vlad Yasevich <vyasevich@gmail.com>
9285 M:      Neil Horman <nhorman@tuxdriver.com>
9286 L:      linux-sctp@vger.kernel.org
9287 W:      http://lksctp.sourceforge.net
9288 S:      Maintained
9289 F:      Documentation/networking/sctp.txt
9290 F:      include/linux/sctp.h
9291 F:      include/uapi/linux/sctp.h
9292 F:      include/net/sctp/
9293 F:      net/sctp/
9294
9295 SCx200 CPU SUPPORT
9296 M:      Jim Cromie <jim.cromie@gmail.com>
9297 S:      Odd Fixes
9298 F:      Documentation/i2c/busses/scx200_acb
9299 F:      arch/x86/platform/scx200/
9300 F:      drivers/watchdog/scx200_wdt.c
9301 F:      drivers/i2c/busses/scx200*
9302 F:      drivers/mtd/maps/scx200_docflash.c
9303 F:      include/linux/scx200.h
9304
9305 SCx200 GPIO DRIVER
9306 M:      Jim Cromie <jim.cromie@gmail.com>
9307 S:      Maintained
9308 F:      drivers/char/scx200_gpio.c
9309 F:      include/linux/scx200_gpio.h
9310
9311 SCx200 HRT CLOCKSOURCE DRIVER
9312 M:      Jim Cromie <jim.cromie@gmail.com>
9313 S:      Maintained
9314 F:      drivers/clocksource/scx200_hrt.c
9315
9316 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9317 M:      Sascha Sommer <saschasommer@freenet.de>
9318 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9319 S:      Maintained
9320 F:      drivers/mmc/host/sdricoh_cs.c
9321
9322 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9323 L:      linux-mmc@vger.kernel.org
9324 S:      Orphan
9325 F:      drivers/mmc/host/sdhci.*
9326 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9327
9328 SECURE COMPUTING
9329 M:      Kees Cook <keescook@chromium.org>
9330 R:      Andy Lutomirski <luto@amacapital.net>
9331 R:      Will Drewry <wad@chromium.org>
9332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9333 S:      Supported
9334 F:      kernel/seccomp.c
9335 F:      include/uapi/linux/seccomp.h
9336 F:      include/linux/seccomp.h
9337 F:      tools/testing/selftests/seccomp/*
9338 K:      \bsecure_computing
9339 K:      \bTIF_SECCOMP\b
9340
9341 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9342 M:      Ben Dooks <ben-linux@fluff.org>
9343 M:      Jaehoon Chung <jh80.chung@samsung.com>
9344 L:      linux-mmc@vger.kernel.org
9345 S:      Maintained
9346 F:      drivers/mmc/host/sdhci-s3c*
9347
9348 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9349 M:      Viresh Kumar <vireshk@kernel.org>
9350 L:      spear-devel@list.st.com
9351 L:      linux-mmc@vger.kernel.org
9352 S:      Maintained
9353 F:      drivers/mmc/host/sdhci-spear.c
9354
9355 SECURITY SUBSYSTEM
9356 M:      James Morris <james.l.morris@oracle.com>
9357 M:      "Serge E. Hallyn" <serge@hallyn.com>
9358 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9360 W:      http://kernsec.org/
9361 S:      Supported
9362 F:      security/
9363
9364 SECURITY CONTACT
9365 M:      Security Officers <security@kernel.org>
9366 S:      Supported
9367
9368 SELINUX SECURITY MODULE
9369 M:      Paul Moore <paul@paul-moore.com>
9370 M:      Stephen Smalley <sds@tycho.nsa.gov>
9371 M:      Eric Paris <eparis@parisplace.org>
9372 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9373 W:      http://selinuxproject.org
9374 T:      git git://git.infradead.org/users/pcmoore/selinux
9375 S:      Supported
9376 F:      include/linux/selinux*
9377 F:      security/selinux/
9378 F:      scripts/selinux/
9379
9380 APPARMOR SECURITY MODULE
9381 M:      John Johansen <john.johansen@canonical.com>
9382 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9383 W:      apparmor.wiki.kernel.org
9384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9385 S:      Supported
9386 F:      security/apparmor/
9387
9388 YAMA SECURITY MODULE
9389 M:      Kees Cook <keescook@chromium.org>
9390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9391 S:      Supported
9392 F:      security/yama/
9393
9394 SENSABLE PHANTOM
9395 M:      Jiri Slaby <jirislaby@gmail.com>
9396 S:      Maintained
9397 F:      drivers/misc/phantom.c
9398 F:      include/uapi/linux/phantom.h
9399
9400 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9401 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9402 M:      Minh Tran <minh.tran@avagotech.com>
9403 M:      John Soni Jose <sony.john-n@avagotech.com>
9404 L:      linux-scsi@vger.kernel.org
9405 W:      http://www.avagotech.com
9406 S:      Supported
9407 F:      drivers/scsi/be2iscsi/
9408
9409 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9410 M:      Sathya Perla <sathya.perla@avagotech.com>
9411 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9412 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9413 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9414 L:      netdev@vger.kernel.org
9415 W:      http://www.emulex.com
9416 S:      Supported
9417 F:      drivers/net/ethernet/emulex/benet/
9418
9419 EMULEX ONECONNECT ROCE DRIVER
9420 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9421 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9422 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9423 L:      linux-rdma@vger.kernel.org
9424 W:      http://www.emulex.com
9425 S:      Supported
9426 F:      drivers/infiniband/hw/ocrdma/
9427
9428 SFC NETWORK DRIVER
9429 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9430 M:      Shradha Shah <sshah@solarflare.com>
9431 L:      netdev@vger.kernel.org
9432 S:      Supported
9433 F:      drivers/net/ethernet/sfc/
9434
9435 SGI GRU DRIVER
9436 M:      Dimitri Sivanich <sivanich@sgi.com>
9437 S:      Maintained
9438 F:      drivers/misc/sgi-gru/
9439
9440 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9441 M:      Pat Gefre <pfg@sgi.com>
9442 L:      linux-ia64@vger.kernel.org
9443 S:      Supported
9444 F:      Documentation/ia64/serial.txt
9445 F:      drivers/tty/serial/ioc?_serial.c
9446 F:      include/linux/ioc?.h
9447
9448 SGI XP/XPC/XPNET DRIVER
9449 M:      Cliff Whickman <cpw@sgi.com>
9450 M:      Robin Holt <robinmholt@gmail.com>
9451 S:      Maintained
9452 F:      drivers/misc/sgi-xp/
9453
9454 SI2157 MEDIA DRIVER
9455 M:      Antti Palosaari <crope@iki.fi>
9456 L:      linux-media@vger.kernel.org
9457 W:      http://linuxtv.org/
9458 W:      http://palosaari.fi/linux/
9459 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9460 T:      git git://linuxtv.org/anttip/media_tree.git
9461 S:      Maintained
9462 F:      drivers/media/tuners/si2157*
9463
9464 SI2168 MEDIA DRIVER
9465 M:      Antti Palosaari <crope@iki.fi>
9466 L:      linux-media@vger.kernel.org
9467 W:      http://linuxtv.org/
9468 W:      http://palosaari.fi/linux/
9469 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9470 T:      git git://linuxtv.org/anttip/media_tree.git
9471 S:      Maintained
9472 F:      drivers/media/dvb-frontends/si2168*
9473
9474 SI470X FM RADIO RECEIVER I2C DRIVER
9475 M:      Hans Verkuil <hverkuil@xs4all.nl>
9476 L:      linux-media@vger.kernel.org
9477 T:      git git://linuxtv.org/media_tree.git
9478 W:      http://linuxtv.org
9479 S:      Odd Fixes
9480 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9481
9482 SI470X FM RADIO RECEIVER USB DRIVER
9483 M:      Hans Verkuil <hverkuil@xs4all.nl>
9484 L:      linux-media@vger.kernel.org
9485 T:      git git://linuxtv.org/media_tree.git
9486 W:      http://linuxtv.org
9487 S:      Maintained
9488 F:      drivers/media/radio/si470x/radio-si470x-common.c
9489 F:      drivers/media/radio/si470x/radio-si470x.h
9490 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9491
9492 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9493 M:      Eduardo Valentin <edubezval@gmail.com>
9494 L:      linux-media@vger.kernel.org
9495 T:      git git://linuxtv.org/media_tree.git
9496 W:      http://linuxtv.org
9497 S:      Odd Fixes
9498 F:      drivers/media/radio/si4713/si4713.?
9499
9500 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9501 M:      Eduardo Valentin <edubezval@gmail.com>
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/si4713/radio-platform-si4713.c
9507
9508 SI4713 FM RADIO TRANSMITTER 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/si4713/radio-usb-si4713.c
9515
9516 SIANO DVB DRIVER
9517 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9518 L:      linux-media@vger.kernel.org
9519 W:      http://linuxtv.org
9520 T:      git git://linuxtv.org/media_tree.git
9521 S:      Odd fixes
9522 F:      drivers/media/common/siano/
9523 F:      drivers/media/usb/siano/
9524 F:      drivers/media/usb/siano/
9525 F:      drivers/media/mmc/siano/
9526
9527 SIMPLEFB FB DRIVER
9528 M:      Hans de Goede <hdegoede@redhat.com>
9529 L:      linux-fbdev@vger.kernel.org
9530 S:      Maintained
9531 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9532 F:      drivers/video/fbdev/simplefb.c
9533 F:      include/linux/platform_data/simplefb.h
9534
9535 SH_VEU V4L2 MEM2MEM DRIVER
9536 L:      linux-media@vger.kernel.org
9537 S:      Orphan
9538 F:      drivers/media/platform/sh_veu.c
9539
9540 SH_VOU V4L2 OUTPUT DRIVER
9541 L:      linux-media@vger.kernel.org
9542 S:      Orphan
9543 F:      drivers/media/platform/sh_vou.c
9544 F:      include/media/sh_vou.h
9545
9546 SIMPLE FIRMWARE INTERFACE (SFI)
9547 M:      Len Brown <lenb@kernel.org>
9548 L:      sfi-devel@simplefirmware.org
9549 W:      http://simplefirmware.org/
9550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9551 S:      Supported
9552 F:      arch/x86/platform/sfi/
9553 F:      drivers/sfi/
9554 F:      include/linux/sfi*.h
9555
9556 SIMTEC EB110ATX (Chalice CATS)
9557 P:      Ben Dooks
9558 P:      Vincent Sanders <vince@simtec.co.uk>
9559 M:      Simtec Linux Team <linux@simtec.co.uk>
9560 W:      http://www.simtec.co.uk/products/EB110ATX/
9561 S:      Supported
9562
9563 SIMTEC EB2410ITX (BAST)
9564 P:      Ben Dooks
9565 P:      Vincent Sanders <vince@simtec.co.uk>
9566 M:      Simtec Linux Team <linux@simtec.co.uk>
9567 W:      http://www.simtec.co.uk/products/EB2410ITX/
9568 S:      Supported
9569 F:      arch/arm/mach-s3c24xx/mach-bast.c
9570 F:      arch/arm/mach-s3c24xx/bast-ide.c
9571 F:      arch/arm/mach-s3c24xx/bast-irq.c
9572
9573 TI DAVINCI MACHINE SUPPORT
9574 M:      Sekhar Nori <nsekhar@ti.com>
9575 M:      Kevin Hilman <khilman@deeprootsystems.com>
9576 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9577 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9578 S:      Supported
9579 F:      arch/arm/mach-davinci/
9580 F:      drivers/i2c/busses/i2c-davinci.c
9581
9582 TI DAVINCI SERIES MEDIA DRIVER
9583 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9584 L:      linux-media@vger.kernel.org
9585 W:      http://linuxtv.org/
9586 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9587 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9588 S:      Maintained
9589 F:      drivers/media/platform/davinci/
9590 F:      include/media/davinci/
9591
9592 TI AM437X VPFE DRIVER
9593 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9594 L:      linux-media@vger.kernel.org
9595 W:      http://linuxtv.org/
9596 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9597 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9598 S:      Maintained
9599 F:      drivers/media/platform/am437x/
9600
9601 OV2659 OMNIVISION SENSOR DRIVER
9602 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9603 L:      linux-media@vger.kernel.org
9604 W:      http://linuxtv.org/
9605 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9606 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9607 S:      Maintained
9608 F:      drivers/media/i2c/ov2659.c
9609 F:      include/media/ov2659.h
9610
9611 SILICON MOTION SM712 FRAME BUFFER DRIVER
9612 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9613 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9614 M:      Sudip Mukherjee <sudip@vectorindia.org>
9615 L:      linux-fbdev@vger.kernel.org
9616 S:      Maintained
9617 F:      drivers/video/fbdev/sm712*
9618 F:      Documentation/fb/sm712fb.txt
9619
9620 SIS 190 ETHERNET DRIVER
9621 M:      Francois Romieu <romieu@fr.zoreil.com>
9622 L:      netdev@vger.kernel.org
9623 S:      Maintained
9624 F:      drivers/net/ethernet/sis/sis190.c
9625
9626 SIS 900/7016 FAST ETHERNET DRIVER
9627 M:      Daniele Venzano <venza@brownhat.org>
9628 W:      http://www.brownhat.org/sis900.html
9629 L:      netdev@vger.kernel.org
9630 S:      Maintained
9631 F:      drivers/net/ethernet/sis/sis900.*
9632
9633 SIS FRAMEBUFFER DRIVER
9634 M:      Thomas Winischhofer <thomas@winischhofer.net>
9635 W:      http://www.winischhofer.net/linuxsisvga.shtml
9636 S:      Maintained
9637 F:      Documentation/fb/sisfb.txt
9638 F:      drivers/video/fbdev/sis/
9639 F:      include/video/sisfb.h
9640
9641 SIS USB2VGA DRIVER
9642 M:      Thomas Winischhofer <thomas@winischhofer.net>
9643 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9644 S:      Maintained
9645 F:      drivers/usb/misc/sisusbvga/
9646
9647 SLAB ALLOCATOR
9648 M:      Christoph Lameter <cl@linux.com>
9649 M:      Pekka Enberg <penberg@kernel.org>
9650 M:      David Rientjes <rientjes@google.com>
9651 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9652 M:      Andrew Morton <akpm@linux-foundation.org>
9653 L:      linux-mm@kvack.org
9654 S:      Maintained
9655 F:      include/linux/sl?b*.h
9656 F:      mm/sl?b*
9657
9658 SLEEPABLE READ-COPY UPDATE (SRCU)
9659 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9660 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9661 M:      Josh Triplett <josh@joshtriplett.org>
9662 R:      Steven Rostedt <rostedt@goodmis.org>
9663 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9664 L:      linux-kernel@vger.kernel.org
9665 W:      http://www.rdrop.com/users/paulmck/RCU/
9666 S:      Supported
9667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9668 F:      include/linux/srcu.h
9669 F:      kernel/rcu/srcu.c
9670
9671 SMACK SECURITY MODULE
9672 M:      Casey Schaufler <casey@schaufler-ca.com>
9673 L:      linux-security-module@vger.kernel.org
9674 W:      http://schaufler-ca.com
9675 T:      git git://git.gitorious.org/smack-next/kernel.git
9676 S:      Maintained
9677 F:      Documentation/security/Smack.txt
9678 F:      security/smack/
9679
9680 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9681 M:      Kevin Hilman <khilman@kernel.org>
9682 M:      Nishanth Menon <nm@ti.com>
9683 S:      Maintained
9684 F:      drivers/power/avs/
9685 F:      include/linux/power/smartreflex.h
9686 L:      linux-pm@vger.kernel.org
9687
9688 SMC91x ETHERNET DRIVER
9689 M:      Nicolas Pitre <nico@fluxnic.net>
9690 S:      Odd Fixes
9691 F:      drivers/net/ethernet/smsc/smc91x.*
9692
9693 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9694 M:      Sakari Ailus <sakari.ailus@iki.fi>
9695 L:      linux-media@vger.kernel.org
9696 S:      Maintained
9697 F:      drivers/media/i2c/smiapp/
9698 F:      include/media/smiapp.h
9699 F:      drivers/media/i2c/smiapp-pll.c
9700 F:      drivers/media/i2c/smiapp-pll.h
9701 F:      include/uapi/linux/smiapp.h
9702 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9703
9704 SMM665 HARDWARE MONITOR DRIVER
9705 M:      Guenter Roeck <linux@roeck-us.net>
9706 L:      lm-sensors@lm-sensors.org
9707 S:      Maintained
9708 F:      Documentation/hwmon/smm665
9709 F:      drivers/hwmon/smm665.c
9710
9711 SMSC EMC2103 HARDWARE MONITOR DRIVER
9712 M:      Steve Glendinning <steve.glendinning@shawell.net>
9713 L:      lm-sensors@lm-sensors.org
9714 S:      Maintained
9715 F:      Documentation/hwmon/emc2103
9716 F:      drivers/hwmon/emc2103.c
9717
9718 SMSC SCH5627 HARDWARE MONITOR DRIVER
9719 M:      Hans de Goede <hdegoede@redhat.com>
9720 L:      lm-sensors@lm-sensors.org
9721 S:      Supported
9722 F:      Documentation/hwmon/sch5627
9723 F:      drivers/hwmon/sch5627.c
9724
9725 SMSC47B397 HARDWARE MONITOR DRIVER
9726 M:      Jean Delvare <jdelvare@suse.com>
9727 L:      lm-sensors@lm-sensors.org
9728 S:      Maintained
9729 F:      Documentation/hwmon/smsc47b397
9730 F:      drivers/hwmon/smsc47b397.c
9731
9732 SMSC911x ETHERNET DRIVER
9733 M:      Steve Glendinning <steve.glendinning@shawell.net>
9734 L:      netdev@vger.kernel.org
9735 S:      Maintained
9736 F:      include/linux/smsc911x.h
9737 F:      drivers/net/ethernet/smsc/smsc911x.*
9738
9739 SMSC9420 PCI ETHERNET DRIVER
9740 M:      Steve Glendinning <steve.glendinning@shawell.net>
9741 L:      netdev@vger.kernel.org
9742 S:      Maintained
9743 F:      drivers/net/ethernet/smsc/smsc9420.*
9744
9745 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9746 M:      Steve Glendinning <steve.glendinning@shawell.net>
9747 L:      linux-fbdev@vger.kernel.org
9748 S:      Maintained
9749 F:      drivers/video/fbdev/smscufx.c
9750
9751 SOC-CAMERA V4L2 SUBSYSTEM
9752 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9753 L:      linux-media@vger.kernel.org
9754 T:      git git://linuxtv.org/media_tree.git
9755 S:      Maintained
9756 F:      include/media/soc*
9757 F:      drivers/media/i2c/soc_camera/
9758 F:      drivers/media/platform/soc_camera/
9759
9760 SOEKRIS NET48XX LED SUPPORT
9761 M:      Chris Boot <bootc@bootc.net>
9762 S:      Maintained
9763 F:      drivers/leds/leds-net48xx.c
9764
9765 SOFTLOGIC 6x10 MPEG CODEC
9766 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9767 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9768 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9769 M:      Ismael Luceno <ismael@iodev.co.uk>
9770 L:      linux-media@vger.kernel.org
9771 S:      Supported
9772 F:      drivers/media/pci/solo6x10/
9773
9774 SOFTWARE RAID (Multiple Disks) SUPPORT
9775 M:      Neil Brown <neilb@suse.com>
9776 L:      linux-raid@vger.kernel.org
9777 S:      Supported
9778 F:      drivers/md/
9779 F:      include/linux/raid/
9780 F:      include/uapi/linux/raid/
9781
9782 SONIC NETWORK DRIVER
9783 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9784 L:      netdev@vger.kernel.org
9785 S:      Maintained
9786 F:      drivers/net/ethernet/natsemi/sonic.*
9787
9788 SONICS SILICON BACKPLANE DRIVER (SSB)
9789 M:      Michael Buesch <m@bues.ch>
9790 L:      netdev@vger.kernel.org
9791 S:      Maintained
9792 F:      drivers/ssb/
9793 F:      include/linux/ssb/
9794
9795 SONY VAIO CONTROL DEVICE DRIVER
9796 M:      Mattia Dongili <malattia@linux.it>
9797 L:      platform-driver-x86@vger.kernel.org
9798 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9799 S:      Maintained
9800 F:      Documentation/laptops/sony-laptop.txt
9801 F:      drivers/char/sonypi.c
9802 F:      drivers/platform/x86/sony-laptop.c
9803 F:      include/linux/sony-laptop.h
9804
9805 SONY MEMORYSTICK CARD SUPPORT
9806 M:      Alex Dubov <oakad@yahoo.com>
9807 W:      http://tifmxx.berlios.de/
9808 S:      Maintained
9809 F:      drivers/memstick/host/tifm_ms.c
9810
9811 SONY MEMORYSTICK STANDARD SUPPORT
9812 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9813 S:      Maintained
9814 F:      drivers/memstick/core/ms_block.*
9815
9816 SOUND
9817 M:      Jaroslav Kysela <perex@perex.cz>
9818 M:      Takashi Iwai <tiwai@suse.com>
9819 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9820 W:      http://www.alsa-project.org/
9821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9822 T:      git git://git.alsa-project.org/alsa-kernel.git
9823 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9824 S:      Maintained
9825 F:      Documentation/sound/
9826 F:      include/sound/
9827 F:      include/uapi/sound/
9828 F:      sound/
9829
9830 SOUND - COMPRESSED AUDIO
9831 M:      Vinod Koul <vinod.koul@intel.com>
9832 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9834 S:      Supported
9835 F:      Documentation/sound/alsa/compress_offload.txt
9836 F:      include/sound/compress_driver.h
9837 F:      include/uapi/sound/compress_*
9838 F:      sound/core/compress_offload.c
9839 F:      sound/soc/soc-compress.c
9840
9841 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9842 M:      Liam Girdwood <lgirdwood@gmail.com>
9843 M:      Mark Brown <broonie@kernel.org>
9844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9845 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9846 W:      http://alsa-project.org/main/index.php/ASoC
9847 S:      Supported
9848 F:      Documentation/sound/alsa/soc/
9849 F:      sound/soc/
9850 F:      include/sound/soc*
9851
9852 SOUND - DMAENGINE HELPERS
9853 M:      Lars-Peter Clausen <lars@metafoo.de>
9854 S:      Supported
9855 F:      include/sound/dmaengine_pcm.h
9856 F:      sound/core/pcm_dmaengine.c
9857 F:      sound/soc/soc-generic-dmaengine-pcm.c
9858
9859 SP2 MEDIA DRIVER
9860 M:      Olli Salonen <olli.salonen@iki.fi>
9861 L:      linux-media@vger.kernel.org
9862 W:      http://linuxtv.org/
9863 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9864 S:      Maintained
9865 F:      drivers/media/dvb-frontends/sp2*
9866
9867 SPARC + UltraSPARC (sparc/sparc64)
9868 M:      "David S. Miller" <davem@davemloft.net>
9869 L:      sparclinux@vger.kernel.org
9870 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9873 S:      Maintained
9874 F:      arch/sparc/
9875 F:      drivers/sbus/
9876
9877 SPARC SERIAL DRIVERS
9878 M:      "David S. Miller" <davem@davemloft.net>
9879 L:      sparclinux@vger.kernel.org
9880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9882 S:      Maintained
9883 F:      include/linux/sunserialcore.h
9884 F:      drivers/tty/serial/suncore.c
9885 F:      drivers/tty/serial/sunhv.c
9886 F:      drivers/tty/serial/sunsab.c
9887 F:      drivers/tty/serial/sunsab.h
9888 F:      drivers/tty/serial/sunsu.c
9889 F:      drivers/tty/serial/sunzilog.c
9890 F:      drivers/tty/serial/sunzilog.h
9891
9892 SPARSE CHECKER
9893 M:      "Christopher Li" <sparse@chrisli.org>
9894 L:      linux-sparse@vger.kernel.org
9895 W:      https://sparse.wiki.kernel.org/
9896 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9897 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9898 S:      Maintained
9899 F:      include/linux/compiler.h
9900
9901 SPEAR PLATFORM SUPPORT
9902 M:      Viresh Kumar <vireshk@kernel.org>
9903 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9904 L:      spear-devel@list.st.com
9905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9906 W:      http://www.st.com/spear
9907 S:      Maintained
9908 F:      arch/arm/mach-spear/
9909
9910 SPEAR CLOCK FRAMEWORK SUPPORT
9911 M:      Viresh Kumar <vireshk@kernel.org>
9912 L:      spear-devel@list.st.com
9913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9914 W:      http://www.st.com/spear
9915 S:      Maintained
9916 F:      drivers/clk/spear/
9917
9918 SPI SUBSYSTEM
9919 M:      Mark Brown <broonie@kernel.org>
9920 L:      linux-spi@vger.kernel.org
9921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9922 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9923 S:      Maintained
9924 F:      Documentation/spi/
9925 F:      drivers/spi/
9926 F:      include/linux/spi/
9927 F:      include/uapi/linux/spi/
9928
9929 SPIDERNET NETWORK DRIVER for CELL
9930 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9931 L:      netdev@vger.kernel.org
9932 S:      Supported
9933 F:      Documentation/networking/spider_net.txt
9934 F:      drivers/net/ethernet/toshiba/spider_net*
9935
9936 SPU FILE SYSTEM
9937 M:      Jeremy Kerr <jk@ozlabs.org>
9938 L:      linuxppc-dev@lists.ozlabs.org
9939 W:      http://www.ibm.com/developerworks/power/cell/
9940 S:      Supported
9941 F:      Documentation/filesystems/spufs.txt
9942 F:      arch/powerpc/platforms/cell/spufs/
9943
9944 SQUASHFS FILE SYSTEM
9945 M:      Phillip Lougher <phillip@squashfs.org.uk>
9946 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9947 W:      http://squashfs.org.uk
9948 S:      Maintained
9949 F:      Documentation/filesystems/squashfs.txt
9950 F:      fs/squashfs/
9951
9952 SRM (Alpha) environment access
9953 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9954 S:      Maintained
9955 F:      arch/alpha/kernel/srm_env.c
9956
9957 STABLE BRANCH
9958 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9959 L:      stable@vger.kernel.org
9960 S:      Supported
9961 F:      Documentation/stable_kernel_rules.txt
9962
9963 STAGING SUBSYSTEM
9964 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9966 L:      devel@driverdev.osuosl.org
9967 S:      Supported
9968 F:      drivers/staging/
9969
9970 STAGING - COMEDI
9971 M:      Ian Abbott <abbotti@mev.co.uk>
9972 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9973 S:      Odd Fixes
9974 F:      drivers/staging/comedi/
9975
9976 STAGING - FLARION FT1000 DRIVERS
9977 M:      Marek Belisko <marek.belisko@gmail.com>
9978 S:      Odd Fixes
9979 F:      drivers/staging/ft1000/
9980
9981 STAGING - INDUSTRIAL IO
9982 M:      Jonathan Cameron <jic23@kernel.org>
9983 L:      linux-iio@vger.kernel.org
9984 S:      Odd Fixes
9985 F:      drivers/staging/iio/
9986
9987 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9988 M:      Jarod Wilson <jarod@wilsonet.com>
9989 W:      http://www.lirc.org/
9990 S:      Odd Fixes
9991 F:      drivers/staging/media/lirc/
9992
9993 STAGING - LUSTRE PARALLEL FILESYSTEM
9994 M:      Oleg Drokin <oleg.drokin@intel.com>
9995 M:      Andreas Dilger <andreas.dilger@intel.com>
9996 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9997 W:      http://wiki.lustre.org/
9998 S:      Maintained
9999 F:      drivers/staging/lustre
10000
10001 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10002 M:      Marc Dietrich <marvin24@gmx.de>
10003 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10004 L:      linux-tegra@vger.kernel.org
10005 S:      Maintained
10006 F:      drivers/staging/nvec/
10007
10008 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10009 M:      Jens Frederich <jfrederich@gmail.com>
10010 M:      Daniel Drake <dsd@laptop.org>
10011 M:      Jon Nettleton <jon.nettleton@gmail.com>
10012 W:      http://wiki.laptop.org/go/DCON
10013 S:      Maintained
10014 F:      drivers/staging/olpc_dcon/
10015
10016 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10017 M:      Willy Tarreau <willy@meta-x.org>
10018 S:      Odd Fixes
10019 F:      drivers/staging/panel/
10020
10021 STAGING - REALTEK RTL8712U DRIVERS
10022 M:      Larry Finger <Larry.Finger@lwfinger.net>
10023 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10024 S:      Odd Fixes
10025 F:      drivers/staging/rtl8712/
10026
10027 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10028 M:      Larry Finger <Larry.Finger@lwfinger.net>
10029 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10030 L:      linux-wireless@vger.kernel.org
10031 S:      Maintained
10032 F:      drivers/staging/rtl8723au/
10033
10034 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10035 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10036 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10037 M:      Sudip Mukherjee <sudip@vectorindia.org>
10038 L:      linux-fbdev@vger.kernel.org
10039 S:      Maintained
10040 F:      drivers/staging/sm750fb/
10041
10042 STAGING - SLICOSS
10043 M:      Lior Dotan <liodot@gmail.com>
10044 M:      Christopher Harrer <charrer@alacritech.com>
10045 S:      Odd Fixes
10046 F:      drivers/staging/slicoss/
10047
10048 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10049 M:      William Hubbs <w.d.hubbs@gmail.com>
10050 M:      Chris Brannon <chris@the-brannons.com>
10051 M:      Kirk Reiser <kirk@reisers.ca>
10052 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10053 L:      speakup@linux-speakup.org
10054 W:      http://www.linux-speakup.org/
10055 S:      Odd Fixes
10056 F:      drivers/staging/speakup/
10057
10058 STAGING - VIA VT665X DRIVERS
10059 M:      Forest Bond <forest@alittletooquiet.net>
10060 S:      Odd Fixes
10061 F:      drivers/staging/vt665?/
10062
10063 STAGING - WILC1000 WIFI DRIVER
10064 M:      Johnny Kim <johnny.kim@atmel.com>
10065 M:      Rachel Kim <rachel.kim@atmel.com>
10066 M:      Dean Lee <dean.lee@atmel.com>
10067 M:      Chris Park <chris.park@atmel.com>
10068 L:      linux-wireless@vger.kernel.org
10069 S:      Supported
10070 F:      drivers/staging/wilc1000/
10071
10072 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10073 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10074 S:      Odd Fixes
10075 F:      drivers/staging/xgifb/
10076
10077 HFI1 DRIVER
10078 M:      Mike Marciniszyn <infinipath@intel.com>
10079 L:      linux-rdma@vger.kernel.org
10080 S:      Supported
10081 F:      drivers/staging/rdma/hfi1
10082
10083 STARFIRE/DURALAN NETWORK DRIVER
10084 M:      Ion Badulescu <ionut@badula.org>
10085 S:      Odd Fixes
10086 F:      drivers/net/ethernet/adaptec/starfire*
10087
10088 SUN3/3X
10089 M:      Sam Creasey <sammy@sammy.net>
10090 W:      http://sammy.net/sun3/
10091 S:      Maintained
10092 F:      arch/m68k/kernel/*sun3*
10093 F:      arch/m68k/sun3*/
10094 F:      arch/m68k/include/asm/sun3*
10095 F:      drivers/net/ethernet/i825xx/sun3*
10096
10097 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10098 M:      Hans de Goede <hdegoede@redhat.com>
10099 L:      linux-input@vger.kernel.org
10100 S:      Maintained
10101 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10102 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10103
10104 SUNDANCE NETWORK DRIVER
10105 M:      Denis Kirjanov <kda@linux-powerpc.org>
10106 L:      netdev@vger.kernel.org
10107 S:      Maintained
10108 F:      drivers/net/ethernet/dlink/sundance.c
10109
10110 SUPERH
10111 L:      linux-sh@vger.kernel.org
10112 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10113 S:      Orphan
10114 F:      Documentation/sh/
10115 F:      arch/sh/
10116 F:      drivers/sh/
10117
10118 SUSPEND TO RAM
10119 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10120 M:      Len Brown <len.brown@intel.com>
10121 M:      Pavel Machek <pavel@ucw.cz>
10122 L:      linux-pm@vger.kernel.org
10123 S:      Supported
10124 F:      Documentation/power/
10125 F:      arch/x86/kernel/acpi/
10126 F:      drivers/base/power/
10127 F:      kernel/power/
10128 F:      include/linux/suspend.h
10129 F:      include/linux/freezer.h
10130 F:      include/linux/pm.h
10131
10132 SVGA HANDLING
10133 M:      Martin Mares <mj@ucw.cz>
10134 L:      linux-video@atrey.karlin.mff.cuni.cz
10135 S:      Maintained
10136 F:      Documentation/svga.txt
10137 F:      arch/x86/boot/video*
10138
10139 SWIOTLB SUBSYSTEM
10140 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10141 L:      linux-kernel@vger.kernel.org
10142 S:      Supported
10143 F:      lib/swiotlb.c
10144 F:      arch/*/kernel/pci-swiotlb.c
10145 F:      include/linux/swiotlb.h
10146
10147 SWITCHDEV
10148 M:      Jiri Pirko <jiri@resnulli.us>
10149 L:      netdev@vger.kernel.org
10150 S:      Supported
10151 F:      net/switchdev/
10152 F:      include/net/switchdev.h
10153
10154 SYNOPSYS ARC ARCHITECTURE
10155 M:      Vineet Gupta <vgupta@synopsys.com>
10156 L:      linux-snps-arc@lists.infraded.org
10157 S:      Supported
10158 F:      arch/arc/
10159 F:      Documentation/devicetree/bindings/arc/*
10160 F:      drivers/tty/serial/arc_uart.c
10161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10162
10163 SYNOPSYS ARC SDP platform support
10164 M:      Alexey Brodkin <abrodkin@synopsys.com>
10165 S:      Supported
10166 F:      arch/arc/plat-axs10x
10167 F:      arch/arc/boot/dts/ax*
10168 F:      Documentation/devicetree/bindings/arc/axs10*
10169
10170 SYSTEM CONFIGURATION (SYSCON)
10171 M:      Lee Jones <lee.jones@linaro.org>
10172 M:      Arnd Bergmann <arnd@arndb.de>
10173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10174 S:      Supported
10175 F:      drivers/mfd/syscon.c
10176
10177 SYSV FILESYSTEM
10178 M:      Christoph Hellwig <hch@infradead.org>
10179 S:      Maintained
10180 F:      Documentation/filesystems/sysv-fs.txt
10181 F:      fs/sysv/
10182 F:      include/linux/sysv_fs.h
10183
10184 TARGET SUBSYSTEM
10185 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10186 L:      linux-scsi@vger.kernel.org
10187 L:      target-devel@vger.kernel.org
10188 W:      http://www.linux-iscsi.org
10189 W:      http://groups.google.com/group/linux-iscsi-target-dev
10190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10191 S:      Supported
10192 F:      drivers/target/
10193 F:      include/target/
10194 F:      Documentation/target/
10195
10196 TASKSTATS STATISTICS INTERFACE
10197 M:      Balbir Singh <bsingharora@gmail.com>
10198 S:      Maintained
10199 F:      Documentation/accounting/taskstats*
10200 F:      include/linux/taskstats*
10201 F:      kernel/taskstats.c
10202
10203 TC CLASSIFIER
10204 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10205 L:      netdev@vger.kernel.org
10206 S:      Maintained
10207 F:      include/net/pkt_cls.h
10208 F:      include/uapi/linux/pkt_cls.h
10209 F:      net/sched/
10210
10211 TCP LOW PRIORITY MODULE
10212 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10213 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10214 W:      http://tcp-lp-mod.sourceforge.net/
10215 S:      Maintained
10216 F:      net/ipv4/tcp_lp.c
10217
10218 TDA10071 MEDIA DRIVER
10219 M:      Antti Palosaari <crope@iki.fi>
10220 L:      linux-media@vger.kernel.org
10221 W:      http://linuxtv.org/
10222 W:      http://palosaari.fi/linux/
10223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10224 T:      git git://linuxtv.org/anttip/media_tree.git
10225 S:      Maintained
10226 F:      drivers/media/dvb-frontends/tda10071*
10227
10228 TDA18212 MEDIA DRIVER
10229 M:      Antti Palosaari <crope@iki.fi>
10230 L:      linux-media@vger.kernel.org
10231 W:      http://linuxtv.org/
10232 W:      http://palosaari.fi/linux/
10233 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10234 T:      git git://linuxtv.org/anttip/media_tree.git
10235 S:      Maintained
10236 F:      drivers/media/tuners/tda18212*
10237
10238 TDA18218 MEDIA DRIVER
10239 M:      Antti Palosaari <crope@iki.fi>
10240 L:      linux-media@vger.kernel.org
10241 W:      http://linuxtv.org/
10242 W:      http://palosaari.fi/linux/
10243 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10244 T:      git git://linuxtv.org/anttip/media_tree.git
10245 S:      Maintained
10246 F:      drivers/media/tuners/tda18218*
10247
10248 TDA18271 MEDIA DRIVER
10249 M:      Michael Krufky <mkrufky@linuxtv.org>
10250 L:      linux-media@vger.kernel.org
10251 W:      http://linuxtv.org/
10252 W:      http://github.com/mkrufky
10253 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10254 T:      git git://linuxtv.org/mkrufky/tuners.git
10255 S:      Maintained
10256 F:      drivers/media/tuners/tda18271*
10257
10258 TDA827x MEDIA DRIVER
10259 M:      Michael Krufky <mkrufky@linuxtv.org>
10260 L:      linux-media@vger.kernel.org
10261 W:      http://linuxtv.org/
10262 W:      http://github.com/mkrufky
10263 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10264 T:      git git://linuxtv.org/mkrufky/tuners.git
10265 S:      Maintained
10266 F:      drivers/media/tuners/tda8290.*
10267
10268 TDA8290 MEDIA DRIVER
10269 M:      Michael Krufky <mkrufky@linuxtv.org>
10270 L:      linux-media@vger.kernel.org
10271 W:      http://linuxtv.org/
10272 W:      http://github.com/mkrufky
10273 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10274 T:      git git://linuxtv.org/mkrufky/tuners.git
10275 S:      Maintained
10276 F:      drivers/media/tuners/tda8290.*
10277
10278 TDA9840 MEDIA DRIVER
10279 M:      Hans Verkuil <hverkuil@xs4all.nl>
10280 L:      linux-media@vger.kernel.org
10281 T:      git git://linuxtv.org/media_tree.git
10282 W:      http://linuxtv.org
10283 S:      Maintained
10284 F:      drivers/media/i2c/tda9840*
10285
10286 TEA5761 TUNER DRIVER
10287 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10288 L:      linux-media@vger.kernel.org
10289 W:      http://linuxtv.org
10290 T:      git git://linuxtv.org/media_tree.git
10291 S:      Odd fixes
10292 F:      drivers/media/tuners/tea5761.*
10293
10294 TEA5767 TUNER DRIVER
10295 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10296 L:      linux-media@vger.kernel.org
10297 W:      http://linuxtv.org
10298 T:      git git://linuxtv.org/media_tree.git
10299 S:      Maintained
10300 F:      drivers/media/tuners/tea5767.*
10301
10302 TEA6415C MEDIA DRIVER
10303 M:      Hans Verkuil <hverkuil@xs4all.nl>
10304 L:      linux-media@vger.kernel.org
10305 T:      git git://linuxtv.org/media_tree.git
10306 W:      http://linuxtv.org
10307 S:      Maintained
10308 F:      drivers/media/i2c/tea6415c*
10309
10310 TEA6420 MEDIA DRIVER
10311 M:      Hans Verkuil <hverkuil@xs4all.nl>
10312 L:      linux-media@vger.kernel.org
10313 T:      git git://linuxtv.org/media_tree.git
10314 W:      http://linuxtv.org
10315 S:      Maintained
10316 F:      drivers/media/i2c/tea6420*
10317
10318 TEAM DRIVER
10319 M:      Jiri Pirko <jiri@resnulli.us>
10320 L:      netdev@vger.kernel.org
10321 S:      Supported
10322 F:      drivers/net/team/
10323 F:      include/linux/if_team.h
10324 F:      include/uapi/linux/if_team.h
10325
10326 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10327 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10328 S:      Maintained
10329 F:      arch/x86/platform/ts5500/
10330
10331 TECHNOTREND USB IR RECEIVER
10332 M:      Sean Young <sean@mess.org>
10333 L:      linux-media@vger.kernel.org
10334 S:      Maintained
10335 F:      drivers/media/rc/ttusbir.c
10336
10337 TEGRA ARCHITECTURE SUPPORT
10338 M:      Stephen Warren <swarren@wwwdotorg.org>
10339 M:      Thierry Reding <thierry.reding@gmail.com>
10340 M:      Alexandre Courbot <gnurou@gmail.com>
10341 L:      linux-tegra@vger.kernel.org
10342 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10344 S:      Supported
10345 N:      [^a-z]tegra
10346
10347 TEGRA CLOCK DRIVER
10348 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10349 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10350 S:      Supported
10351 F:      drivers/clk/tegra/
10352
10353 TEGRA DMA DRIVER
10354 M:      Laxman Dewangan <ldewangan@nvidia.com>
10355 S:      Supported
10356 F:      drivers/dma/tegra20-apb-dma.c
10357
10358 TEGRA I2C DRIVER
10359 M:      Laxman Dewangan <ldewangan@nvidia.com>
10360 S:      Supported
10361 F:      drivers/i2c/busses/i2c-tegra.c
10362
10363 TEGRA IOMMU DRIVERS
10364 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10365 S:      Supported
10366 F:      drivers/iommu/tegra*
10367
10368 TEGRA KBC DRIVER
10369 M:      Rakesh Iyer <riyer@nvidia.com>
10370 M:      Laxman Dewangan <ldewangan@nvidia.com>
10371 S:      Supported
10372 F:      drivers/input/keyboard/tegra-kbc.c
10373
10374 TEGRA PWM DRIVER
10375 M:      Thierry Reding <thierry.reding@gmail.com>
10376 S:      Supported
10377 F:      drivers/pwm/pwm-tegra.c
10378
10379 TEGRA SERIAL DRIVER
10380 M:      Laxman Dewangan <ldewangan@nvidia.com>
10381 S:      Supported
10382 F:      drivers/tty/serial/serial-tegra.c
10383
10384 TEGRA SPI DRIVER
10385 M:      Laxman Dewangan <ldewangan@nvidia.com>
10386 S:      Supported
10387 F:      drivers/spi/spi-tegra*
10388
10389 TEHUTI ETHERNET DRIVER
10390 M:      Andy Gospodarek <andy@greyhouse.net>
10391 L:      netdev@vger.kernel.org
10392 S:      Supported
10393 F:      drivers/net/ethernet/tehuti/*
10394
10395 Telecom Clock Driver for MCPL0010
10396 M:      Mark Gross <mark.gross@intel.com>
10397 S:      Supported
10398 F:      drivers/char/tlclk.c
10399
10400 TENSILICA XTENSA PORT (xtensa)
10401 M:      Chris Zankel <chris@zankel.net>
10402 M:      Max Filippov <jcmvbkbc@gmail.com>
10403 L:      linux-xtensa@linux-xtensa.org
10404 S:      Maintained
10405 F:      arch/xtensa/
10406 F:      drivers/irqchip/irq-xtensa-*
10407
10408 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10409 M:      Hans Verkuil <hverkuil@xs4all.nl>
10410 L:      linux-media@vger.kernel.org
10411 T:      git git://linuxtv.org/media_tree.git
10412 W:      http://linuxtv.org
10413 S:      Maintained
10414 F:      drivers/media/radio/radio-raremono.c
10415
10416 THERMAL
10417 M:      Zhang Rui <rui.zhang@intel.com>
10418 M:      Eduardo Valentin <edubezval@gmail.com>
10419 L:      linux-pm@vger.kernel.org
10420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10422 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10423 S:      Supported
10424 F:      drivers/thermal/
10425 F:      include/linux/thermal.h
10426 F:      include/uapi/linux/thermal.h
10427 F:      include/linux/cpu_cooling.h
10428 F:      Documentation/devicetree/bindings/thermal/
10429
10430 THERMAL/CPU_COOLING
10431 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10432 M:      Viresh Kumar <viresh.kumar@linaro.org>
10433 M:      Javi Merino <javi.merino@arm.com>
10434 L:      linux-pm@vger.kernel.org
10435 S:      Supported
10436 F:      Documentation/thermal/cpu-cooling-api.txt
10437 F:      drivers/thermal/cpu_cooling.c
10438 F:      include/linux/cpu_cooling.h
10439
10440 THINGM BLINK(1) USB RGB LED DRIVER
10441 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10442 S:      Maintained
10443 F:      drivers/hid/hid-thingm.c
10444
10445 THINKPAD ACPI EXTRAS DRIVER
10446 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10447 L:      ibm-acpi-devel@lists.sourceforge.net
10448 L:      platform-driver-x86@vger.kernel.org
10449 W:      http://ibm-acpi.sourceforge.net
10450 W:      http://thinkwiki.org/wiki/Ibm-acpi
10451 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10452 S:      Maintained
10453 F:      drivers/platform/x86/thinkpad_acpi.c
10454
10455 TI BANDGAP AND THERMAL DRIVER
10456 M:      Eduardo Valentin <edubezval@gmail.com>
10457 L:      linux-pm@vger.kernel.org
10458 L:      linux-omap@vger.kernel.org
10459 S:      Maintained
10460 F:      drivers/thermal/ti-soc-thermal/
10461
10462 TI CDCE706 CLOCK DRIVER
10463 M:      Max Filippov <jcmvbkbc@gmail.com>
10464 S:      Maintained
10465 F:      drivers/clk/clk-cdce706.c
10466
10467 TI CLOCK DRIVER
10468 M:      Tero Kristo <t-kristo@ti.com>
10469 L:      linux-omap@vger.kernel.org
10470 S:      Maintained
10471 F:      drivers/clk/ti/
10472 F:      include/linux/clk/ti.h
10473
10474 TI FLASH MEDIA INTERFACE DRIVER
10475 M:      Alex Dubov <oakad@yahoo.com>
10476 S:      Maintained
10477 F:      drivers/misc/tifm*
10478 F:      drivers/mmc/host/tifm_sd.c
10479 F:      include/linux/tifm.h
10480
10481 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10482 M:      Santosh Shilimkar <ssantosh@kernel.org>
10483 L:      linux-kernel@vger.kernel.org
10484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10485 S:      Maintained
10486 F:      drivers/soc/ti/*
10487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10488
10489
10490 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10491 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10492 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10493 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10494 S:      Maintained
10495 F:      sound/soc/codecs/lm49453*
10496 F:      sound/soc/codecs/isabelle*
10497
10498 TI LP855x BACKLIGHT DRIVER
10499 M:      Milo Kim <milo.kim@ti.com>
10500 S:      Maintained
10501 F:      Documentation/backlight/lp855x-driver.txt
10502 F:      drivers/video/backlight/lp855x_bl.c
10503 F:      include/linux/platform_data/lp855x.h
10504
10505 TI LP8727 CHARGER DRIVER
10506 M:      Milo Kim <milo.kim@ti.com>
10507 S:      Maintained
10508 F:      drivers/power/lp8727_charger.c
10509 F:      include/linux/platform_data/lp8727.h
10510
10511 TI LP8788 MFD DRIVER
10512 M:      Milo Kim <milo.kim@ti.com>
10513 S:      Maintained
10514 F:      drivers/iio/adc/lp8788_adc.c
10515 F:      drivers/leds/leds-lp8788.c
10516 F:      drivers/mfd/lp8788*.c
10517 F:      drivers/power/lp8788-charger.c
10518 F:      drivers/regulator/lp8788-*.c
10519 F:      include/linux/mfd/lp8788*.h
10520
10521 TI NETCP ETHERNET DRIVER
10522 M:      Wingman Kwok <w-kwok2@ti.com>
10523 M:      Murali Karicheri <m-karicheri2@ti.com>
10524 L:      netdev@vger.kernel.org
10525 S:      Maintained
10526 F:      drivers/net/ethernet/ti/netcp*
10527
10528 TI TAS571X FAMILY ASoC CODEC DRIVER
10529 M:      Kevin Cernekee <cernekee@chromium.org>
10530 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10531 S:      Odd Fixes
10532 F:      sound/soc/codecs/tas571x*
10533
10534 TI TWL4030 SERIES SOC CODEC DRIVER
10535 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10536 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10537 S:      Maintained
10538 F:      sound/soc/codecs/twl4030*
10539
10540 TI WILINK WIRELESS DRIVERS
10541 L:      linux-wireless@vger.kernel.org
10542 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10543 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10545 S:      Orphan
10546 F:      drivers/net/wireless/ti/
10547 F:      include/linux/wl12xx.h
10548
10549 TIPC NETWORK LAYER
10550 M:      Jon Maloy <jon.maloy@ericsson.com>
10551 M:      Ying Xue <ying.xue@windriver.com>
10552 L:      netdev@vger.kernel.org (core kernel code)
10553 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10554 W:      http://tipc.sourceforge.net/
10555 S:      Maintained
10556 F:      include/uapi/linux/tipc*.h
10557 F:      net/tipc/
10558
10559 TILE ARCHITECTURE
10560 M:      Chris Metcalf <cmetcalf@ezchip.com>
10561 W:      http://www.ezchip.com/scm/
10562 S:      Supported
10563 F:      arch/tile/
10564 F:      drivers/char/tile-srom.c
10565 F:      drivers/edac/tile_edac.c
10566 F:      drivers/net/ethernet/tile/
10567 F:      drivers/rtc/rtc-tile.c
10568 F:      drivers/tty/hvc/hvc_tile.c
10569 F:      drivers/tty/serial/tilegx.c
10570 F:      drivers/usb/host/*-tilegx.c
10571 F:      include/linux/usb/tilegx.h
10572
10573 TLAN NETWORK DRIVER
10574 M:      Samuel Chessman <chessman@tux.org>
10575 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10576 W:      http://sourceforge.net/projects/tlan/
10577 S:      Maintained
10578 F:      Documentation/networking/tlan.txt
10579 F:      drivers/net/ethernet/ti/tlan.*
10580
10581 TOMOYO SECURITY MODULE
10582 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10583 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10584 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10585 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10586 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10587 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10588 W:      http://tomoyo.sourceforge.jp/
10589 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10590 S:      Maintained
10591 F:      security/tomoyo/
10592
10593 TOPSTAR LAPTOP EXTRAS DRIVER
10594 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10595 L:      platform-driver-x86@vger.kernel.org
10596 S:      Maintained
10597 F:      drivers/platform/x86/topstar-laptop.c
10598
10599 TOSHIBA ACPI EXTRAS DRIVER
10600 M:      Azael Avalos <coproscefalo@gmail.com>
10601 L:      platform-driver-x86@vger.kernel.org
10602 S:      Maintained
10603 F:      drivers/platform/x86/toshiba_acpi.c
10604
10605 TOSHIBA BLUETOOTH DRIVER
10606 M:      Azael Avalos <coproscefalo@gmail.com>
10607 L:      platform-driver-x86@vger.kernel.org
10608 S:      Maintained
10609 F:      drivers/platform/x86/toshiba_bluetooth.c
10610
10611 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10612 M:      Azael Avalos <coproscefalo@gmail.com>
10613 L:      platform-driver-x86@vger.kernel.org
10614 S:      Maintained
10615 F:      drivers/platform/x86/toshiba_haps.c
10616
10617 TOSHIBA SMM DRIVER
10618 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10619 W:      http://www.buzzard.org.uk/toshiba/
10620 S:      Maintained
10621 F:      drivers/char/toshiba.c
10622 F:      include/linux/toshiba.h
10623 F:      include/uapi/linux/toshiba.h
10624
10625 TOSHIBA TC358743 DRIVER
10626 M:      Mats Randgaard <matrandg@cisco.com>
10627 L:      linux-media@vger.kernel.org
10628 S:      Maintained
10629 F:      drivers/media/i2c/tc358743*
10630 F:      include/media/tc358743.h
10631
10632 TMIO MMC DRIVER
10633 M:      Ian Molton <ian@mnementh.co.uk>
10634 L:      linux-mmc@vger.kernel.org
10635 S:      Maintained
10636 F:      drivers/mmc/host/tmio_mmc*
10637 F:      drivers/mmc/host/sh_mobile_sdhi.c
10638 F:      include/linux/mmc/tmio.h
10639 F:      include/linux/mmc/sh_mobile_sdhi.h
10640
10641 TMP401 HARDWARE MONITOR DRIVER
10642 M:      Guenter Roeck <linux@roeck-us.net>
10643 L:      lm-sensors@lm-sensors.org
10644 S:      Maintained
10645 F:      Documentation/hwmon/tmp401
10646 F:      drivers/hwmon/tmp401.c
10647
10648 TMPFS (SHMEM FILESYSTEM)
10649 M:      Hugh Dickins <hughd@google.com>
10650 L:      linux-mm@kvack.org
10651 S:      Maintained
10652 F:      include/linux/shmem_fs.h
10653 F:      mm/shmem.c
10654
10655 TM6000 VIDEO4LINUX DRIVER
10656 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10657 L:      linux-media@vger.kernel.org
10658 W:      http://linuxtv.org
10659 T:      git git://linuxtv.org/media_tree.git
10660 S:      Odd fixes
10661 F:      drivers/media/usb/tm6000/
10662
10663 TW68 VIDEO4LINUX DRIVER
10664 M:      Hans Verkuil <hverkuil@xs4all.nl>
10665 L:      linux-media@vger.kernel.org
10666 T:      git git://linuxtv.org/media_tree.git
10667 W:      http://linuxtv.org
10668 S:      Odd Fixes
10669 F:      drivers/media/pci/tw68/
10670
10671 TPM DEVICE DRIVER
10672 M:      Peter Huewe <peterhuewe@gmx.de>
10673 M:      Marcel Selhorst <tpmdd@selhorst.net>
10674 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10675 W:      http://tpmdd.sourceforge.net
10676 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10677 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10678 T:      https://github.com/PeterHuewe/linux-tpmdd
10679 S:      Maintained
10680 F:      drivers/char/tpm/
10681
10682 TPM IBM_VTPM DEVICE DRIVER
10683 M:      Ashley Lai <ashleydlai@gmail.com>
10684 W:      http://tpmdd.sourceforge.net
10685 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10686 S:      Maintained
10687 F:      drivers/char/tpm/tpm_ibmvtpm*
10688
10689 TRACING
10690 M:      Steven Rostedt <rostedt@goodmis.org>
10691 M:      Ingo Molnar <mingo@redhat.com>
10692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10693 S:      Maintained
10694 F:      Documentation/trace/ftrace.txt
10695 F:      arch/*/*/*/ftrace.h
10696 F:      arch/*/kernel/ftrace.c
10697 F:      include/*/ftrace.h
10698 F:      include/linux/trace*.h
10699 F:      include/trace/
10700 F:      kernel/trace/
10701 F:      tools/testing/selftests/ftrace/
10702
10703 TRIVIAL PATCHES
10704 M:      Jiri Kosina <trivial@kernel.org>
10705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10706 S:      Maintained
10707 K:      ^Subject:.*(?i)trivial
10708
10709 TTY LAYER
10710 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10711 M:      Jiri Slaby <jslaby@suse.com>
10712 S:      Supported
10713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10714 F:      Documentation/serial/
10715 F:      drivers/tty/
10716 F:      drivers/tty/serial/serial_core.c
10717 F:      include/linux/serial_core.h
10718 F:      include/linux/serial.h
10719 F:      include/linux/tty.h
10720 F:      include/uapi/linux/serial_core.h
10721 F:      include/uapi/linux/serial.h
10722 F:      include/uapi/linux/tty.h
10723
10724 TUA9001 MEDIA DRIVER
10725 M:      Antti Palosaari <crope@iki.fi>
10726 L:      linux-media@vger.kernel.org
10727 W:      http://linuxtv.org/
10728 W:      http://palosaari.fi/linux/
10729 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10730 T:      git git://linuxtv.org/anttip/media_tree.git
10731 S:      Maintained
10732 F:      drivers/media/tuners/tua9001*
10733
10734 TULIP NETWORK DRIVERS
10735 M:      Grant Grundler <grundler@parisc-linux.org>
10736 L:      netdev@vger.kernel.org
10737 S:      Maintained
10738 F:      drivers/net/ethernet/dec/tulip/
10739
10740 TUN/TAP driver
10741 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10742 W:      http://vtun.sourceforge.net/tun
10743 S:      Maintained
10744 F:      Documentation/networking/tuntap.txt
10745 F:      arch/um/os-Linux/drivers/
10746
10747 TURBOCHANNEL SUBSYSTEM
10748 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10749 M:      Ralf Baechle <ralf@linux-mips.org>
10750 L:      linux-mips@linux-mips.org
10751 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10752 S:      Maintained
10753 F:      drivers/tc/
10754 F:      include/linux/tc.h
10755
10756 U14-34F SCSI DRIVER
10757 M:      Dario Ballabio <ballabio_dario@emc.com>
10758 L:      linux-scsi@vger.kernel.org
10759 S:      Maintained
10760 F:      drivers/scsi/u14-34f.c
10761
10762 UBI FILE SYSTEM (UBIFS)
10763 M:      Artem Bityutskiy <dedekind1@gmail.com>
10764 M:      Adrian Hunter <adrian.hunter@intel.com>
10765 L:      linux-mtd@lists.infradead.org
10766 T:      git git://git.infradead.org/ubifs-2.6.git
10767 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10768 S:      Maintained
10769 F:      Documentation/filesystems/ubifs.txt
10770 F:      fs/ubifs/
10771
10772 UCLINUX (M68KNOMMU AND COLDFIRE)
10773 M:      Greg Ungerer <gerg@uclinux.org>
10774 W:      http://www.uclinux.org/
10775 L:      linux-m68k@lists.linux-m68k.org
10776 L:      uclinux-dev@uclinux.org  (subscribers-only)
10777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10778 S:      Maintained
10779 F:      arch/m68k/coldfire/
10780 F:      arch/m68k/68*/
10781 F:      arch/m68k/*/*_no.*
10782 F:      arch/m68k/include/asm/*_no.*
10783
10784 UDF FILESYSTEM
10785 M:      Jan Kara <jack@suse.com>
10786 S:      Maintained
10787 F:      Documentation/filesystems/udf.txt
10788 F:      fs/udf/
10789
10790 UFS FILESYSTEM
10791 M:      Evgeniy Dushistov <dushistov@mail.ru>
10792 S:      Maintained
10793 F:      Documentation/filesystems/ufs.txt
10794 F:      fs/ufs/
10795
10796 UHID USERSPACE HID IO DRIVER:
10797 M:      David Herrmann <dh.herrmann@googlemail.com>
10798 L:      linux-input@vger.kernel.org
10799 S:      Maintained
10800 F:      drivers/hid/uhid.c
10801 F:      include/uapi/linux/uhid.h
10802
10803 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10804 L:      linux-usb@vger.kernel.org
10805 S:      Orphan
10806 F:      drivers/uwb/
10807 F:      include/linux/uwb.h
10808 F:      include/linux/uwb/
10809
10810 UNICORE32 ARCHITECTURE:
10811 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10812 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10813 S:      Maintained
10814 T:      git git://github.com/gxt/linux.git
10815 F:      arch/unicore32/
10816
10817 UNIFDEF
10818 M:      Tony Finch <dot@dotat.at>
10819 W:      http://dotat.at/prog/unifdef
10820 S:      Maintained
10821 F:      scripts/unifdef.c
10822
10823 UNIFORM CDROM DRIVER
10824 M:      Jens Axboe <axboe@kernel.dk>
10825 W:      http://www.kernel.dk
10826 S:      Maintained
10827 F:      Documentation/cdrom/
10828 F:      drivers/cdrom/cdrom.c
10829 F:      include/linux/cdrom.h
10830 F:      include/uapi/linux/cdrom.h
10831
10832 UNISYS S-PAR DRIVERS
10833 M:      Benjamin Romer <benjamin.romer@unisys.com>
10834 M:      David Kershner <david.kershner@unisys.com>
10835 L:      sparmaintainer@unisys.com (Unisys internal)
10836 S:      Supported
10837 F:      drivers/staging/unisys/
10838
10839 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10840 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10841 L:      linux-scsi@vger.kernel.org
10842 S:      Supported
10843 F:      Documentation/scsi/ufs.txt
10844 F:      drivers/scsi/ufs/
10845
10846 UNSORTED BLOCK IMAGES (UBI)
10847 M:      Artem Bityutskiy <dedekind1@gmail.com>
10848 M:      Richard Weinberger <richard@nod.at>
10849 W:      http://www.linux-mtd.infradead.org/
10850 L:      linux-mtd@lists.infradead.org
10851 T:      git git://git.infradead.org/ubifs-2.6.git
10852 S:      Supported
10853 F:      drivers/mtd/ubi/
10854 F:      include/linux/mtd/ubi.h
10855 F:      include/uapi/mtd/ubi-user.h
10856
10857 USB ACM DRIVER
10858 M:      Oliver Neukum <oliver@neukum.org>
10859 L:      linux-usb@vger.kernel.org
10860 S:      Maintained
10861 F:      Documentation/usb/acm.txt
10862 F:      drivers/usb/class/cdc-acm.*
10863
10864 USB AR5523 WIRELESS DRIVER
10865 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10866 L:      linux-wireless@vger.kernel.org
10867 S:      Maintained
10868 F:      drivers/net/wireless/ath/ar5523/
10869
10870 USB ATTACHED SCSI
10871 M:      Hans de Goede <hdegoede@redhat.com>
10872 M:      Gerd Hoffmann <kraxel@redhat.com>
10873 L:      linux-usb@vger.kernel.org
10874 L:      linux-scsi@vger.kernel.org
10875 S:      Maintained
10876 F:      drivers/usb/storage/uas.c
10877
10878 USB CDC ETHERNET DRIVER
10879 M:      Oliver Neukum <oliver@neukum.org>
10880 L:      linux-usb@vger.kernel.org
10881 S:      Maintained
10882 F:      drivers/net/usb/cdc_*.c
10883 F:      include/uapi/linux/usb/cdc.h
10884
10885 USB CHAOSKEY DRIVER
10886 M:      Keith Packard <keithp@keithp.com>
10887 L:      linux-usb@vger.kernel.org
10888 S:      Maintained
10889 F:      drivers/usb/misc/chaoskey.c
10890
10891 USB CYPRESS C67X00 DRIVER
10892 M:      Peter Korsgaard <jacmet@sunsite.dk>
10893 L:      linux-usb@vger.kernel.org
10894 S:      Maintained
10895 F:      drivers/usb/c67x00/
10896
10897 USB DAVICOM DM9601 DRIVER
10898 M:      Peter Korsgaard <jacmet@sunsite.dk>
10899 L:      netdev@vger.kernel.org
10900 W:      http://www.linux-usb.org/usbnet
10901 S:      Maintained
10902 F:      drivers/net/usb/dm9601.c
10903
10904 USB DIAMOND RIO500 DRIVER
10905 M:      Cesar Miquel <miquel@df.uba.ar>
10906 L:      rio500-users@lists.sourceforge.net
10907 W:      http://rio500.sourceforge.net
10908 S:      Maintained
10909 F:      drivers/usb/misc/rio500*
10910
10911 USB EHCI DRIVER
10912 M:      Alan Stern <stern@rowland.harvard.edu>
10913 L:      linux-usb@vger.kernel.org
10914 S:      Maintained
10915 F:      Documentation/usb/ehci.txt
10916 F:      drivers/usb/host/ehci*
10917
10918 USB GADGET/PERIPHERAL SUBSYSTEM
10919 M:      Felipe Balbi <balbi@ti.com>
10920 L:      linux-usb@vger.kernel.org
10921 W:      http://www.linux-usb.org/gadget
10922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10923 S:      Maintained
10924 F:      drivers/usb/gadget/
10925 F:      include/linux/usb/gadget*
10926
10927 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10928 M:      Jiri Kosina <jikos@kernel.org>
10929 L:      linux-usb@vger.kernel.org
10930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10931 S:      Maintained
10932 F:      Documentation/hid/hiddev.txt
10933 F:      drivers/hid/usbhid/
10934
10935 USB ISP116X DRIVER
10936 M:      Olav Kongas <ok@artecdesign.ee>
10937 L:      linux-usb@vger.kernel.org
10938 S:      Maintained
10939 F:      drivers/usb/host/isp116x*
10940 F:      include/linux/usb/isp116x.h
10941
10942 USB MASS STORAGE DRIVER
10943 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10944 L:      linux-usb@vger.kernel.org
10945 L:      usb-storage@lists.one-eyed-alien.net
10946 S:      Maintained
10947 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10948 F:      drivers/usb/storage/
10949
10950 USB MIDI DRIVER
10951 M:      Clemens Ladisch <clemens@ladisch.de>
10952 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10953 T:      git git://git.alsa-project.org/alsa-kernel.git
10954 S:      Maintained
10955 F:      sound/usb/midi.*
10956
10957 USB NETWORKING DRIVERS
10958 L:      linux-usb@vger.kernel.org
10959 S:      Odd Fixes
10960 F:      drivers/net/usb/
10961
10962 USB OHCI DRIVER
10963 M:      Alan Stern <stern@rowland.harvard.edu>
10964 L:      linux-usb@vger.kernel.org
10965 S:      Maintained
10966 F:      Documentation/usb/ohci.txt
10967 F:      drivers/usb/host/ohci*
10968
10969 USB OTG FSM (Finite State Machine)
10970 M:      Peter Chen <Peter.Chen@freescale.com>
10971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10972 L:      linux-usb@vger.kernel.org
10973 S:      Maintained
10974 F:      drivers/usb/common/usb-otg-fsm.c
10975
10976 USB OVER IP DRIVER
10977 M:      Valentina Manea <valentina.manea.m@gmail.com>
10978 M:      Shuah Khan <shuah.kh@samsung.com>
10979 L:      linux-usb@vger.kernel.org
10980 S:      Maintained
10981 F:      drivers/usb/usbip/
10982 F:      tools/usb/usbip/
10983
10984 USB PEGASUS DRIVER
10985 M:      Petko Manolov <petkan@nucleusys.com>
10986 L:      linux-usb@vger.kernel.org
10987 L:      netdev@vger.kernel.org
10988 T:      git git://github.com/petkan/pegasus.git
10989 W:      https://github.com/petkan/pegasus
10990 S:      Maintained
10991 F:      drivers/net/usb/pegasus.*
10992
10993 USB PHY LAYER
10994 M:      Felipe Balbi <balbi@ti.com>
10995 L:      linux-usb@vger.kernel.org
10996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10997 S:      Maintained
10998 F:      drivers/usb/phy/
10999
11000 USB PRINTER DRIVER (usblp)
11001 M:      Pete Zaitcev <zaitcev@redhat.com>
11002 L:      linux-usb@vger.kernel.org
11003 S:      Supported
11004 F:      drivers/usb/class/usblp.c
11005
11006 USB RTL8150 DRIVER
11007 M:      Petko Manolov <petkan@nucleusys.com>
11008 L:      linux-usb@vger.kernel.org
11009 L:      netdev@vger.kernel.org
11010 T:      git git://github.com/petkan/rtl8150.git
11011 W:      https://github.com/petkan/rtl8150
11012 S:      Maintained
11013 F:      drivers/net/usb/rtl8150.c
11014
11015 USB SERIAL SUBSYSTEM
11016 M:      Johan Hovold <johan@kernel.org>
11017 L:      linux-usb@vger.kernel.org
11018 S:      Maintained
11019 F:      Documentation/usb/usb-serial.txt
11020 F:      drivers/usb/serial/
11021 F:      include/linux/usb/serial.h
11022
11023 USB SMSC75XX ETHERNET DRIVER
11024 M:      Steve Glendinning <steve.glendinning@shawell.net>
11025 L:      netdev@vger.kernel.org
11026 S:      Maintained
11027 F:      drivers/net/usb/smsc75xx.*
11028
11029 USB SMSC95XX ETHERNET DRIVER
11030 M:      Steve Glendinning <steve.glendinning@shawell.net>
11031 L:      netdev@vger.kernel.org
11032 S:      Maintained
11033 F:      drivers/net/usb/smsc95xx.*
11034
11035 USB SUBSYSTEM
11036 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11037 L:      linux-usb@vger.kernel.org
11038 W:      http://www.linux-usb.org
11039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11040 S:      Supported
11041 F:      Documentation/usb/
11042 F:      drivers/usb/
11043 F:      include/linux/usb.h
11044 F:      include/linux/usb/
11045
11046 USB UHCI DRIVER
11047 M:      Alan Stern <stern@rowland.harvard.edu>
11048 L:      linux-usb@vger.kernel.org
11049 S:      Maintained
11050 F:      drivers/usb/host/uhci*
11051
11052 USB "USBNET" DRIVER FRAMEWORK
11053 M:      Oliver Neukum <oneukum@suse.com>
11054 L:      netdev@vger.kernel.org
11055 W:      http://www.linux-usb.org/usbnet
11056 S:      Maintained
11057 F:      drivers/net/usb/usbnet.c
11058 F:      include/linux/usb/usbnet.h
11059
11060 USB VIDEO CLASS
11061 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11062 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11063 L:      linux-media@vger.kernel.org
11064 T:      git git://linuxtv.org/media_tree.git
11065 W:      http://www.ideasonboard.org/uvc/
11066 S:      Maintained
11067 F:      drivers/media/usb/uvc/
11068 F:      include/uapi/linux/uvcvideo.h
11069
11070 USB VISION DRIVER
11071 M:      Hans Verkuil <hverkuil@xs4all.nl>
11072 L:      linux-media@vger.kernel.org
11073 T:      git git://linuxtv.org/media_tree.git
11074 W:      http://linuxtv.org
11075 S:      Odd Fixes
11076 F:      drivers/media/usb/usbvision/
11077
11078 USB WEBCAM GADGET
11079 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11080 L:      linux-usb@vger.kernel.org
11081 S:      Maintained
11082 F:      drivers/usb/gadget/function/*uvc*
11083 F:      drivers/usb/gadget/legacy/webcam.c
11084
11085 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11086 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11087 L:      linux-wireless@vger.kernel.org
11088 S:      Maintained
11089 F:      drivers/net/wireless/rndis_wlan.c
11090
11091 USB XHCI DRIVER
11092 M:      Mathias Nyman <mathias.nyman@intel.com>
11093 L:      linux-usb@vger.kernel.org
11094 S:      Supported
11095 F:      drivers/usb/host/xhci*
11096 F:      drivers/usb/host/pci-quirks*
11097
11098 USB ZD1201 DRIVER
11099 L:      linux-wireless@vger.kernel.org
11100 W:      http://linux-lc100020.sourceforge.net
11101 S:      Orphan
11102 F:      drivers/net/wireless/zd1201.*
11103
11104 USB ZR364XX DRIVER
11105 M:      Antoine Jacquet <royale@zerezo.com>
11106 L:      linux-usb@vger.kernel.org
11107 L:      linux-media@vger.kernel.org
11108 T:      git git://linuxtv.org/media_tree.git
11109 W:      http://royale.zerezo.com/zr364xx/
11110 S:      Maintained
11111 F:      Documentation/video4linux/zr364xx.txt
11112 F:      drivers/media/usb/zr364xx/
11113
11114 ULPI BUS
11115 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11116 L:      linux-usb@vger.kernel.org
11117 S:      Maintained
11118 F:      drivers/usb/common/ulpi.c
11119 F:      include/linux/ulpi/
11120
11121 USER-MODE LINUX (UML)
11122 M:      Jeff Dike <jdike@addtoit.com>
11123 M:      Richard Weinberger <richard@nod.at>
11124 L:      user-mode-linux-devel@lists.sourceforge.net
11125 L:      user-mode-linux-user@lists.sourceforge.net
11126 W:      http://user-mode-linux.sourceforge.net
11127 S:      Maintained
11128 F:      Documentation/virtual/uml/
11129 F:      arch/um/
11130 F:      arch/x86/um/
11131 F:      fs/hostfs/
11132 F:      fs/hppfs/
11133
11134 USERSPACE I/O (UIO)
11135 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11136 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11137 S:      Maintained
11138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11139 F:      Documentation/DocBook/uio-howto.tmpl
11140 F:      drivers/uio/
11141 F:      include/linux/uio*.h
11142
11143 UTIL-LINUX PACKAGE
11144 M:      Karel Zak <kzak@redhat.com>
11145 L:      util-linux@vger.kernel.org
11146 W:      http://en.wikipedia.org/wiki/Util-linux
11147 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11148 S:      Maintained
11149
11150 UVESAFB DRIVER
11151 M:      Michal Januszewski <spock@gentoo.org>
11152 L:      linux-fbdev@vger.kernel.org
11153 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11154 S:      Maintained
11155 F:      Documentation/fb/uvesafb.txt
11156 F:      drivers/video/fbdev/uvesafb.*
11157
11158 VFAT/FAT/MSDOS FILESYSTEM
11159 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11160 S:      Maintained
11161 F:      Documentation/filesystems/vfat.txt
11162 F:      fs/fat/
11163
11164 VFIO DRIVER
11165 M:      Alex Williamson <alex.williamson@redhat.com>
11166 L:      kvm@vger.kernel.org
11167 S:      Maintained
11168 F:      Documentation/vfio.txt
11169 F:      drivers/vfio/
11170 F:      include/linux/vfio.h
11171 F:      include/uapi/linux/vfio.h
11172
11173 VFIO PLATFORM DRIVER
11174 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11175 L:      kvm@vger.kernel.org
11176 S:      Maintained
11177 F:      drivers/vfio/platform/
11178
11179 VIDEOBUF2 FRAMEWORK
11180 M:      Pawel Osciak <pawel@osciak.com>
11181 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11182 M:      Kyungmin Park <kyungmin.park@samsung.com>
11183 L:      linux-media@vger.kernel.org
11184 S:      Maintained
11185 F:      drivers/media/v4l2-core/videobuf2-*
11186 F:      include/media/videobuf2-*
11187
11188 VIRTIO CONSOLE DRIVER
11189 M:      Amit Shah <amit.shah@redhat.com>
11190 L:      virtualization@lists.linux-foundation.org
11191 S:      Maintained
11192 F:      drivers/char/virtio_console.c
11193 F:      include/linux/virtio_console.h
11194 F:      include/uapi/linux/virtio_console.h
11195
11196 VIRTIO CORE, NET AND BLOCK DRIVERS
11197 M:      "Michael S. Tsirkin" <mst@redhat.com>
11198 L:      virtualization@lists.linux-foundation.org
11199 S:      Maintained
11200 F:      drivers/virtio/
11201 F:      tools/virtio/
11202 F:      drivers/net/virtio_net.c
11203 F:      drivers/block/virtio_blk.c
11204 F:      include/linux/virtio_*.h
11205 F:      include/uapi/linux/virtio_*.h
11206
11207 VIRTIO DRIVERS FOR S390
11208 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11209 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11210 L:      linux-s390@vger.kernel.org
11211 L:      virtualization@lists.linux-foundation.org
11212 L:      kvm@vger.kernel.org
11213 S:      Supported
11214 F:      drivers/s390/virtio/
11215
11216 VIRTIO GPU DRIVER
11217 M:      David Airlie <airlied@linux.ie>
11218 M:      Gerd Hoffmann <kraxel@redhat.com>
11219 L:      dri-devel@lists.freedesktop.org
11220 L:      virtualization@lists.linux-foundation.org
11221 S:      Maintained
11222 F:      drivers/gpu/drm/virtio/
11223 F:      include/uapi/linux/virtio_gpu.h
11224
11225 VIRTIO HOST (VHOST)
11226 M:      "Michael S. Tsirkin" <mst@redhat.com>
11227 L:      kvm@vger.kernel.org
11228 L:      virtualization@lists.linux-foundation.org
11229 L:      netdev@vger.kernel.org
11230 S:      Maintained
11231 F:      drivers/vhost/
11232 F:      include/uapi/linux/vhost.h
11233
11234 VIRTIO INPUT DRIVER
11235 M:      Gerd Hoffmann <kraxel@redhat.com>
11236 S:      Maintained
11237 F:      drivers/virtio/virtio_input.c
11238 F:      include/uapi/linux/virtio_input.h
11239
11240 VIA RHINE NETWORK DRIVER
11241 S:      Orphan
11242 F:      drivers/net/ethernet/via/via-rhine.c
11243
11244 VIA SD/MMC CARD CONTROLLER DRIVER
11245 M:      Bruce Chang <brucechang@via.com.tw>
11246 M:      Harald Welte <HaraldWelte@viatech.com>
11247 S:      Maintained
11248 F:      drivers/mmc/host/via-sdmmc.c
11249
11250 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11251 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11252 L:      linux-fbdev@vger.kernel.org
11253 S:      Maintained
11254 F:      include/linux/via-core.h
11255 F:      include/linux/via-gpio.h
11256 F:      include/linux/via_i2c.h
11257 F:      drivers/video/fbdev/via/
11258
11259 VIA VELOCITY NETWORK DRIVER
11260 M:      Francois Romieu <romieu@fr.zoreil.com>
11261 L:      netdev@vger.kernel.org
11262 S:      Maintained
11263 F:      drivers/net/ethernet/via/via-velocity.*
11264
11265 VIVID VIRTUAL VIDEO DRIVER
11266 M:      Hans Verkuil <hverkuil@xs4all.nl>
11267 L:      linux-media@vger.kernel.org
11268 T:      git git://linuxtv.org/media_tree.git
11269 W:      http://linuxtv.org
11270 S:      Maintained
11271 F:      drivers/media/platform/vivid/*
11272
11273 VLAN (802.1Q)
11274 M:      Patrick McHardy <kaber@trash.net>
11275 L:      netdev@vger.kernel.org
11276 S:      Maintained
11277 F:      drivers/net/macvlan.c
11278 F:      include/linux/if_*vlan.h
11279 F:      net/8021q/
11280
11281 VLYNQ BUS
11282 M:      Florian Fainelli <florian@openwrt.org>
11283 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11284 S:      Maintained
11285 F:      drivers/vlynq/vlynq.c
11286 F:      include/linux/vlynq.h
11287
11288 VME SUBSYSTEM
11289 M:      Martyn Welch <martyn@welchs.me.uk>
11290 M:      Manohar Vanga <manohar.vanga@gmail.com>
11291 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11292 L:      devel@driverdev.osuosl.org
11293 S:      Maintained
11294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11295 F:      Documentation/vme_api.txt
11296 F:      drivers/staging/vme/
11297 F:      drivers/vme/
11298 F:      include/linux/vme*
11299
11300 VMWARE HYPERVISOR INTERFACE
11301 M:      Alok Kataria <akataria@vmware.com>
11302 L:      virtualization@lists.linux-foundation.org
11303 S:      Supported
11304 F:      arch/x86/kernel/cpu/vmware.c
11305
11306 VMWARE BALLOON DRIVER
11307 M:      Xavier Deguillard <xdeguillard@vmware.com>
11308 M:      Philip Moltmann <moltmann@vmware.com>
11309 M:      "VMware, Inc." <pv-drivers@vmware.com>
11310 L:      linux-kernel@vger.kernel.org
11311 S:      Maintained
11312 F:      drivers/misc/vmw_balloon.c
11313
11314 VMWARE VMMOUSE SUBDRIVER
11315 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11316 M:      "VMware, Inc." <pv-drivers@vmware.com>
11317 L:      linux-input@vger.kernel.org
11318 S:      Maintained
11319 F:      drivers/input/mouse/vmmouse.c
11320 F:      drivers/input/mouse/vmmouse.h
11321
11322 VMWARE VMXNET3 ETHERNET DRIVER
11323 M:      Shrikrishna Khare <skhare@vmware.com>
11324 M:      "VMware, Inc." <pv-drivers@vmware.com>
11325 L:      netdev@vger.kernel.org
11326 S:      Maintained
11327 F:      drivers/net/vmxnet3/
11328
11329 VMware PVSCSI driver
11330 M:      Arvind Kumar <arvindkumar@vmware.com>
11331 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11332 L:      linux-scsi@vger.kernel.org
11333 S:      Maintained
11334 F:      drivers/scsi/vmw_pvscsi.c
11335 F:      drivers/scsi/vmw_pvscsi.h
11336
11337 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11338 M:      Liam Girdwood <lgirdwood@gmail.com>
11339 M:      Mark Brown <broonie@kernel.org>
11340 L:      linux-kernel@vger.kernel.org
11341 W:      http://www.slimlogic.co.uk/?p=48
11342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11343 S:      Supported
11344 F:      drivers/regulator/
11345 F:      include/linux/regulator/
11346
11347 VRF
11348 M:      David Ahern <dsa@cumulusnetworks.com>
11349 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11350 L:      netdev@vger.kernel.org
11351 S:      Maintained
11352 F:      drivers/net/vrf.c
11353 F:      Documentation/networking/vrf.txt
11354
11355 VT1211 HARDWARE MONITOR DRIVER
11356 M:      Juerg Haefliger <juergh@gmail.com>
11357 L:      lm-sensors@lm-sensors.org
11358 S:      Maintained
11359 F:      Documentation/hwmon/vt1211
11360 F:      drivers/hwmon/vt1211.c
11361
11362 VT8231 HARDWARE MONITOR DRIVER
11363 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11364 L:      lm-sensors@lm-sensors.org
11365 S:      Maintained
11366 F:      drivers/hwmon/vt8231.c
11367
11368 VUB300 USB to SDIO/SD/MMC bridge chip
11369 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11370 L:      linux-mmc@vger.kernel.org
11371 L:      linux-usb@vger.kernel.org
11372 S:      Supported
11373 F:      drivers/mmc/host/vub300.c
11374
11375 W1 DALLAS'S 1-WIRE BUS
11376 M:      Evgeniy Polyakov <zbr@ioremap.net>
11377 S:      Maintained
11378 F:      Documentation/w1/
11379 F:      drivers/w1/
11380
11381 W83791D HARDWARE MONITORING DRIVER
11382 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11383 L:      lm-sensors@lm-sensors.org
11384 S:      Maintained
11385 F:      Documentation/hwmon/w83791d
11386 F:      drivers/hwmon/w83791d.c
11387
11388 W83793 HARDWARE MONITORING DRIVER
11389 M:      Rudolf Marek <r.marek@assembler.cz>
11390 L:      lm-sensors@lm-sensors.org
11391 S:      Maintained
11392 F:      Documentation/hwmon/w83793
11393 F:      drivers/hwmon/w83793.c
11394
11395 W83795 HARDWARE MONITORING DRIVER
11396 M:      Jean Delvare <jdelvare@suse.com>
11397 L:      lm-sensors@lm-sensors.org
11398 S:      Maintained
11399 F:      drivers/hwmon/w83795.c
11400
11401 W83L51xD SD/MMC CARD INTERFACE DRIVER
11402 M:      Pierre Ossman <pierre@ossman.eu>
11403 S:      Maintained
11404 F:      drivers/mmc/host/wbsd.*
11405
11406 WACOM PROTOCOL 4 SERIAL TABLETS
11407 M:      Julian Squires <julian@cipht.net>
11408 M:      Hans de Goede <hdegoede@redhat.com>
11409 L:      linux-input@vger.kernel.org
11410 S:      Maintained
11411 F:      drivers/input/tablet/wacom_serial4.c
11412
11413 WATCHDOG DEVICE DRIVERS
11414 M:      Wim Van Sebroeck <wim@iguana.be>
11415 L:      linux-watchdog@vger.kernel.org
11416 W:      http://www.linux-watchdog.org/
11417 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11418 S:      Maintained
11419 F:      Documentation/watchdog/
11420 F:      drivers/watchdog/
11421 F:      include/linux/watchdog.h
11422 F:      include/uapi/linux/watchdog.h
11423
11424 WD7000 SCSI DRIVER
11425 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11426 L:      linux-scsi@vger.kernel.org
11427 S:      Maintained
11428 F:      drivers/scsi/wd7000.c
11429
11430 WIIMOTE HID DRIVER
11431 M:      David Herrmann <dh.herrmann@googlemail.com>
11432 L:      linux-input@vger.kernel.org
11433 S:      Maintained
11434 F:      drivers/hid/hid-wiimote*
11435
11436 WINBOND CIR DRIVER
11437 M:      David Härdeman <david@hardeman.nu>
11438 S:      Maintained
11439 F:      drivers/media/rc/winbond-cir.c
11440
11441 WIMAX STACK
11442 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11443 M:      linux-wimax@intel.com
11444 L:      wimax@linuxwimax.org (subscribers-only)
11445 S:      Supported
11446 W:      http://linuxwimax.org
11447 F:      Documentation/wimax/README.wimax
11448 F:      include/linux/wimax/debug.h
11449 F:      include/net/wimax.h
11450 F:      include/uapi/linux/wimax.h
11451 F:      net/wimax/
11452
11453 WISTRON LAPTOP BUTTON DRIVER
11454 M:      Miloslav Trmac <mitr@volny.cz>
11455 S:      Maintained
11456 F:      drivers/input/misc/wistron_btns.c
11457
11458 WL3501 WIRELESS PCMCIA CARD DRIVER
11459 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11460 L:      linux-wireless@vger.kernel.org
11461 W:      http://oops.ghostprotocols.net:81/blog
11462 S:      Maintained
11463 F:      drivers/net/wireless/wl3501*
11464
11465 WOLFSON MICROELECTRONICS DRIVERS
11466 L:      patches@opensource.wolfsonmicro.com
11467 T:      git https://github.com/CirrusLogic/linux-drivers.git
11468 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11469 S:      Supported
11470 F:      Documentation/hwmon/wm83??
11471 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11472 F:      drivers/clk/clk-wm83*.c
11473 F:      drivers/extcon/extcon-arizona.c
11474 F:      drivers/leds/leds-wm83*.c
11475 F:      drivers/gpio/gpio-*wm*.c
11476 F:      drivers/gpio/gpio-arizona.c
11477 F:      drivers/hwmon/wm83??-hwmon.c
11478 F:      drivers/input/misc/wm831x-on.c
11479 F:      drivers/input/touchscreen/wm831x-ts.c
11480 F:      drivers/input/touchscreen/wm97*.c
11481 F:      drivers/mfd/arizona*
11482 F:      drivers/mfd/wm*.c
11483 F:      drivers/power/wm83*.c
11484 F:      drivers/rtc/rtc-wm83*.c
11485 F:      drivers/regulator/wm8*.c
11486 F:      drivers/video/backlight/wm83*_bl.c
11487 F:      drivers/watchdog/wm83*_wdt.c
11488 F:      include/linux/mfd/arizona/
11489 F:      include/linux/mfd/wm831x/
11490 F:      include/linux/mfd/wm8350/
11491 F:      include/linux/mfd/wm8400*
11492 F:      include/linux/wm97xx.h
11493 F:      include/sound/wm????.h
11494 F:      sound/soc/codecs/arizona.?
11495 F:      sound/soc/codecs/wm*
11496
11497 WORKQUEUE
11498 M:      Tejun Heo <tj@kernel.org>
11499 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11501 S:      Maintained
11502 F:      include/linux/workqueue.h
11503 F:      kernel/workqueue.c
11504 F:      Documentation/workqueue.txt
11505
11506 X.25 NETWORK LAYER
11507 M:      Andrew Hendry <andrew.hendry@gmail.com>
11508 L:      linux-x25@vger.kernel.org
11509 S:      Odd Fixes
11510 F:      Documentation/networking/x25*
11511 F:      include/net/x25*
11512 F:      net/x25/
11513
11514 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11515 M:      Thomas Gleixner <tglx@linutronix.de>
11516 M:      Ingo Molnar <mingo@redhat.com>
11517 M:      "H. Peter Anvin" <hpa@zytor.com>
11518 M:      x86@kernel.org
11519 L:      linux-kernel@vger.kernel.org
11520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11521 S:      Maintained
11522 F:      Documentation/x86/
11523 F:      arch/x86/
11524
11525 X86 PLATFORM DRIVERS
11526 M:      Darren Hart <dvhart@infradead.org>
11527 L:      platform-driver-x86@vger.kernel.org
11528 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11529 S:      Maintained
11530 F:      drivers/platform/x86/
11531
11532 X86 MCE INFRASTRUCTURE
11533 M:      Tony Luck <tony.luck@intel.com>
11534 M:      Borislav Petkov <bp@alien8.de>
11535 L:      linux-edac@vger.kernel.org
11536 S:      Maintained
11537 F:      arch/x86/kernel/cpu/mcheck/*
11538
11539 X86 MICROCODE UPDATE SUPPORT
11540 M:      Borislav Petkov <bp@alien8.de>
11541 S:      Maintained
11542 F:      arch/x86/kernel/cpu/microcode/*
11543
11544 X86 VDSO
11545 M:      Andy Lutomirski <luto@amacapital.net>
11546 L:      linux-kernel@vger.kernel.org
11547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11548 S:      Maintained
11549 F:      arch/x86/entry/vdso/
11550
11551 XC2028/3028 TUNER DRIVER
11552 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11553 L:      linux-media@vger.kernel.org
11554 W:      http://linuxtv.org
11555 T:      git git://linuxtv.org/media_tree.git
11556 S:      Maintained
11557 F:      drivers/media/tuners/tuner-xc2028.*
11558
11559 XEN HYPERVISOR INTERFACE
11560 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11561 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11562 M:      David Vrabel <david.vrabel@citrix.com>
11563 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11565 S:      Supported
11566 F:      arch/x86/xen/
11567 F:      drivers/*/xen-*front.c
11568 F:      drivers/xen/
11569 F:      arch/x86/include/asm/xen/
11570 F:      include/xen/
11571 F:      include/uapi/xen/
11572
11573 XEN HYPERVISOR ARM
11574 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11575 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11576 S:      Supported
11577 F:      arch/arm/xen/
11578 F:      arch/arm/include/asm/xen/
11579
11580 XEN HYPERVISOR ARM64
11581 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11582 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11583 S:      Supported
11584 F:      arch/arm64/xen/
11585 F:      arch/arm64/include/asm/xen/
11586
11587 XEN NETWORK BACKEND DRIVER
11588 M:      Ian Campbell <ian.campbell@citrix.com>
11589 M:      Wei Liu <wei.liu2@citrix.com>
11590 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11591 L:      netdev@vger.kernel.org
11592 S:      Supported
11593 F:      drivers/net/xen-netback/*
11594
11595 XEN PCI SUBSYSTEM
11596 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11597 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11598 S:      Supported
11599 F:      arch/x86/pci/*xen*
11600 F:      drivers/pci/*xen*
11601
11602 XEN BLOCK SUBSYSTEM
11603 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11604 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11605 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11606 S:      Supported
11607 F:      drivers/block/xen-blkback/*
11608 F:      drivers/block/xen*
11609
11610 XEN PVSCSI DRIVERS
11611 M:      Juergen Gross <jgross@suse.com>
11612 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11613 L:      linux-scsi@vger.kernel.org
11614 S:      Supported
11615 F:      drivers/scsi/xen-scsifront.c
11616 F:      drivers/xen/xen-scsiback.c
11617 F:      include/xen/interface/io/vscsiif.h
11618
11619 XEN SWIOTLB SUBSYSTEM
11620 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11621 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11622 S:      Supported
11623 F:      arch/x86/xen/*swiotlb*
11624 F:      drivers/xen/*swiotlb*
11625
11626 XFS FILESYSTEM
11627 P:      Silicon Graphics Inc
11628 M:      Dave Chinner <david@fromorbit.com>
11629 M:      xfs@oss.sgi.com
11630 L:      xfs@oss.sgi.com
11631 W:      http://oss.sgi.com/projects/xfs
11632 T:      git git://oss.sgi.com/xfs/xfs.git
11633 S:      Supported
11634 F:      Documentation/filesystems/xfs.txt
11635 F:      fs/xfs/
11636
11637 XILINX AXI ETHERNET DRIVER
11638 M:      Anirudha Sarangi <anirudh@xilinx.com>
11639 M:      John Linn <John.Linn@xilinx.com>
11640 S:      Maintained
11641 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11642
11643 XILINX UARTLITE SERIAL DRIVER
11644 M:      Peter Korsgaard <jacmet@sunsite.dk>
11645 L:      linux-serial@vger.kernel.org
11646 S:      Maintained
11647 F:      drivers/tty/serial/uartlite.c
11648
11649 XILINX VIDEO IP CORES
11650 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11651 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11652 L:      linux-media@vger.kernel.org
11653 T:      git git://linuxtv.org/media_tree.git
11654 S:      Supported
11655 F:      Documentation/devicetree/bindings/media/xilinx/
11656 F:      drivers/media/platform/xilinx/
11657 F:      include/uapi/linux/xilinx-v4l2-controls.h
11658
11659 XILLYBUS DRIVER
11660 M:      Eli Billauer <eli.billauer@gmail.com>
11661 L:      linux-kernel@vger.kernel.org
11662 S:      Supported
11663 F:      drivers/char/xillybus/
11664
11665 XTENSA XTFPGA PLATFORM SUPPORT
11666 M:      Max Filippov <jcmvbkbc@gmail.com>
11667 L:      linux-xtensa@linux-xtensa.org
11668 S:      Maintained
11669 F:      drivers/spi/spi-xtensa-xtfpga.c
11670 F:      sound/soc/xtensa/xtfpga-i2s.c
11671
11672 YAM DRIVER FOR AX.25
11673 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11674 L:      linux-hams@vger.kernel.org
11675 S:      Maintained
11676 F:      drivers/net/hamradio/yam*
11677 F:      include/linux/yam.h
11678
11679 YEALINK PHONE DRIVER
11680 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11681 L:      usbb2k-api-dev@nongnu.org
11682 S:      Maintained
11683 F:      Documentation/input/yealink.txt
11684 F:      drivers/input/misc/yealink.*
11685
11686 Z8530 DRIVER FOR AX.25
11687 M:      Joerg Reuter <jreuter@yaina.de>
11688 W:      http://yaina.de/jreuter/
11689 W:      http://www.qsl.net/dl1bke/
11690 L:      linux-hams@vger.kernel.org
11691 S:      Maintained
11692 F:      Documentation/networking/z8530drv.txt
11693 F:      drivers/net/hamradio/*scc.c
11694 F:      drivers/net/hamradio/z8530.h
11695
11696 ZBUD COMPRESSED PAGE ALLOCATOR
11697 M:      Seth Jennings <sjennings@variantweb.net>
11698 L:      linux-mm@kvack.org
11699 S:      Maintained
11700 F:      mm/zbud.c
11701 F:      include/linux/zbud.h
11702
11703 ZD1211RW WIRELESS DRIVER
11704 M:      Daniel Drake <dsd@gentoo.org>
11705 M:      Ulrich Kunitz <kune@deine-taler.de>
11706 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11707 L:      linux-wireless@vger.kernel.org
11708 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11709 S:      Maintained
11710 F:      drivers/net/wireless/zd1211rw/
11711
11712 ZPOOL COMPRESSED PAGE STORAGE API
11713 M:      Dan Streetman <ddstreet@ieee.org>
11714 L:      linux-mm@kvack.org
11715 S:      Maintained
11716 F:      mm/zpool.c
11717 F:      include/linux/zpool.h
11718
11719 ZR36067 VIDEO FOR LINUX DRIVER
11720 L:      mjpeg-users@lists.sourceforge.net
11721 L:      linux-media@vger.kernel.org
11722 W:      http://mjpeg.sourceforge.net/driver-zoran/
11723 T:      hg http://linuxtv.org/hg/v4l-dvb
11724 S:      Odd Fixes
11725 F:      drivers/media/pci/zoran/
11726
11727 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11728 M:      Minchan Kim <minchan@kernel.org>
11729 M:      Nitin Gupta <ngupta@vflare.org>
11730 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11731 L:      linux-kernel@vger.kernel.org
11732 S:      Maintained
11733 F:      drivers/block/zram/
11734 F:      Documentation/blockdev/zram.txt
11735
11736 ZS DECSTATION Z85C30 SERIAL DRIVER
11737 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11738 S:      Maintained
11739 F:      drivers/tty/serial/zs.*
11740
11741 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11742 M:      Minchan Kim <minchan@kernel.org>
11743 M:      Nitin Gupta <ngupta@vflare.org>
11744 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11745 L:      linux-mm@kvack.org
11746 S:      Maintained
11747 F:      mm/zsmalloc.c
11748 F:      include/linux/zsmalloc.h
11749 F:      Documentation/vm/zsmalloc.txt
11750
11751 ZSWAP COMPRESSED SWAP CACHING
11752 M:      Seth Jennings <sjennings@variantweb.net>
11753 L:      linux-mm@kvack.org
11754 S:      Maintained
11755 F:      mm/zswap.c
11756
11757 THE REST
11758 M:      Linus Torvalds <torvalds@linux-foundation.org>
11759 L:      linux-kernel@vger.kernel.org
11760 Q:      http://patchwork.kernel.org/project/LKML/list/
11761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11762 S:      Buried alive in reporters
11763 F:      *
11764 F:      */