]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDIO-16 GPIO DRIVER
244 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L:      linux-gpio@vger.kernel.org
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-idio-16.c
248
249 ACENIC DRIVER
250 M:      Jes Sorensen <jes@trained-monkey.org>
251 L:      linux-acenic@sunsite.dk
252 S:      Maintained
253 F:      drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M:      Peter Feuerer <peter@piie.net>
257 L:      platform-driver-x86@vger.kernel.org
258 W:      http://piie.net/?section=acerhdf
259 S:      Maintained
260 F:      drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M:      "Lee, Chun-Yi" <jlee@suse.com>
264 L:      platform-driver-x86@vger.kernel.org
265 S:      Maintained
266 F:      drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M:      Len Brown <lenb@kernel.org>
271 L:      linux-acpi@vger.kernel.org
272 W:      https://01.org/linux-acpi
273 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S:      Supported
276 F:      drivers/acpi/
277 F:      drivers/pnp/pnpacpi/
278 F:      include/linux/acpi.h
279 F:      include/acpi/
280 F:      Documentation/acpi/
281 F:      Documentation/ABI/testing/sysfs-bus-acpi
282 F:      drivers/pci/*acpi*
283 F:      drivers/pci/*/*acpi*
284 F:      drivers/pci/*/*/*acpi*
285 F:      tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M:      Robert Moore <robert.moore@intel.com>
289 M:      Lv Zheng <lv.zheng@intel.com>
290 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L:      linux-acpi@vger.kernel.org
292 L:      devel@acpica.org
293 W:      https://acpica.org/
294 W:      https://github.com/acpica/acpica/
295 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S:      Supported
298 F:      drivers/acpi/acpica/
299 F:      include/acpi/
300 F:      tools/power/acpi/
301
302 ACPI FAN DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/fan.c
308
309 ACPI THERMAL DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/*thermal*
315
316 ACPI VIDEO DRIVER
317 M:      Zhang Rui <rui.zhang@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 W:      https://01.org/linux-acpi
320 S:      Supported
321 F:      drivers/acpi/video.c
322
323 ACPI WMI DRIVER
324 L:      platform-driver-x86@vger.kernel.org
325 S:      Orphan
326 F:      drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M:      Thibaut Varene <T-Bone@parisc-linux.org>
330 W:      http://wiki.parisc-linux.org/AD1889
331 L:      linux-parisc@vger.kernel.org
332 S:      Maintained
333 F:      sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5254
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD5398
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7142
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7877
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M:      Michael Hennerich <michael.hennerich@analog.com>
365 W:      http://wiki.analog.com/AD7879
366 W:      http://ez.analog.com/community/linux-device-drivers
367 S:      Supported
368 F:      drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M:      Jiri Kosina <jikos@kernel.org>
372 S:      Maintained
373
374 ADM1025 HARDWARE MONITOR DRIVER
375 M:      Jean Delvare <jdelvare@suse.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      Documentation/hwmon/adm1025
379 F:      drivers/hwmon/adm1025.c
380
381 ADM1029 HARDWARE MONITOR DRIVER
382 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
383 L:      lm-sensors@lm-sensors.org
384 S:      Maintained
385 F:      drivers/hwmon/adm1029.c
386
387 ADM8211 WIRELESS DRIVER
388 L:      linux-wireless@vger.kernel.org
389 W:      http://wireless.kernel.org/
390 S:      Orphan
391 F:      drivers/net/wireless/adm8211.*
392
393 ADP1653 FLASH CONTROLLER DRIVER
394 M:      Sakari Ailus <sakari.ailus@iki.fi>
395 L:      linux-media@vger.kernel.org
396 S:      Maintained
397 F:      drivers/media/i2c/adp1653.c
398 F:      include/media/adp1653.h
399
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 W:      http://wiki.analog.com/ADP5520
403 W:      http://ez.analog.com/community/linux-device-drivers
404 S:      Supported
405 F:      drivers/mfd/adp5520.c
406 F:      drivers/video/backlight/adp5520_bl.c
407 F:      drivers/leds/leds-adp5520.c
408 F:      drivers/gpio/gpio-adp5520.c
409 F:      drivers/input/keyboard/adp5520-keys.c
410
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M:      Michael Hennerich <michael.hennerich@analog.com>
413 W:      http://wiki.analog.com/ADP5588
414 W:      http://ez.analog.com/community/linux-device-drivers
415 S:      Supported
416 F:      drivers/input/keyboard/adp5588-keys.c
417 F:      drivers/gpio/gpio-adp5588.c
418
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP8860
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/video/backlight/adp8860_bl.c
425
426 ADS1015 HARDWARE MONITOR DRIVER
427 M:      Dirk Eibach <eibach@gdsys.de>
428 L:      lm-sensors@lm-sensors.org
429 S:      Maintained
430 F:      Documentation/hwmon/ads1015
431 F:      drivers/hwmon/ads1015.c
432 F:      include/linux/i2c/ads1015.h
433
434 ADT746X FAN DRIVER
435 M:      Colin Leroy <colin@colino.net>
436 S:      Maintained
437 F:      drivers/macintosh/therm_adt746x.c
438
439 ADT7475 HARDWARE MONITOR DRIVER
440 M:      Jean Delvare <jdelvare@suse.com>
441 L:      lm-sensors@lm-sensors.org
442 S:      Maintained
443 F:      Documentation/hwmon/adt7475
444 F:      drivers/hwmon/adt7475.c
445
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M:      Michael Hennerich <michael.hennerich@analog.com>
448 W:      http://wiki.analog.com/ADXL345
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/input/misc/adxl34x.c
452
453 ADVANSYS SCSI DRIVER
454 M:      Matthew Wilcox <matthew@wil.cx>
455 M:      Hannes Reinecke <hare@suse.com>
456 L:      linux-scsi@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/scsi/advansys.txt
459 F:      drivers/scsi/advansys.c
460
461 AEDSP16 DRIVER
462 M:      Riccardo Facchetti <fizban@tin.it>
463 S:      Maintained
464 F:      sound/oss/aedsp16.c
465
466 AF9013 MEDIA DRIVER
467 M:      Antti Palosaari <crope@iki.fi>
468 L:      linux-media@vger.kernel.org
469 W:      http://linuxtv.org/
470 W:      http://palosaari.fi/linux/
471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
472 T:      git git://linuxtv.org/anttip/media_tree.git
473 S:      Maintained
474 F:      drivers/media/dvb-frontends/af9013*
475
476 AF9033 MEDIA DRIVER
477 M:      Antti Palosaari <crope@iki.fi>
478 L:      linux-media@vger.kernel.org
479 W:      http://linuxtv.org/
480 W:      http://palosaari.fi/linux/
481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
482 T:      git git://linuxtv.org/anttip/media_tree.git
483 S:      Maintained
484 F:      drivers/media/dvb-frontends/af9033*
485
486 AFFS FILE SYSTEM
487 L:      linux-fsdevel@vger.kernel.org
488 S:      Orphan
489 F:      Documentation/filesystems/affs.txt
490 F:      fs/affs/
491
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M:      David Howells <dhowells@redhat.com>
494 L:      linux-afs@lists.infradead.org
495 S:      Supported
496 F:      fs/afs/
497 F:      include/net/af_rxrpc.h
498 F:      net/rxrpc/af_rxrpc.c
499
500 AGPGART DRIVER
501 M:      David Airlie <airlied@linux.ie>
502 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503 S:      Maintained
504 F:      drivers/char/agp/
505 F:      include/linux/agp*
506 F:      include/uapi/linux/agp*
507
508 AHA152X SCSI DRIVER
509 M:      "Juergen E. Fischer" <fischer@norbit.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aha152x*
513 F:      drivers/scsi/pcmcia/aha152x*
514
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M:      Hannes Reinecke <hare@suse.com>
517 L:      linux-scsi@vger.kernel.org
518 S:      Maintained
519 F:      drivers/scsi/aic7xxx/
520
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M:      Hans Verkuil <hverkuil@xs4all.nl>
523 L:      linux-media@vger.kernel.org
524 T:      git git://linuxtv.org/media_tree.git
525 W:      http://linuxtv.org
526 S:      Maintained
527 F:      drivers/media/radio/radio-aimslab*
528
529 AIO
530 M:      Benjamin LaHaise <bcrl@kvack.org>
531 L:      linux-aio@kvack.org
532 S:      Supported
533 F:      fs/aio.c
534 F:      include/linux/*aio*.h
535
536 AIRSPY MEDIA DRIVER
537 M:      Antti Palosaari <crope@iki.fi>
538 L:      linux-media@vger.kernel.org
539 W:      http://linuxtv.org/
540 W:      http://palosaari.fi/linux/
541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
542 T:      git git://linuxtv.org/anttip/media_tree.git
543 S:      Maintained
544 F:      drivers/media/usb/airspy/
545
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M:      Duncan Sands <duncan.sands@free.fr>
548 L:      linux-usb@vger.kernel.org
549 W:      http://www.linux-usb.org/SpeedTouch/
550 S:      Maintained
551 F:      drivers/usb/atm/speedtch.c
552 F:      drivers/usb/atm/usbatm.c
553
554 ALCHEMY AU1XX0 MMC DRIVER
555 M:      Manuel Lauss <manuel.lauss@gmail.com>
556 S:      Maintained
557 F:      drivers/mmc/host/au1xmmc.c
558
559 ALI1563 I2C DRIVER
560 M:      Rudolf Marek <r.marek@assembler.cz>
561 L:      linux-i2c@vger.kernel.org
562 S:      Maintained
563 F:      Documentation/i2c/busses/i2c-ali1563
564 F:      drivers/i2c/busses/i2c-ali1563.c
565
566 ALLWINNER SECURITY SYSTEM
567 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
568 L:      linux-crypto@vger.kernel.org
569 S:      Maintained
570 F:      drivers/crypto/sunxi-ss/
571
572 ALPHA PORT
573 M:      Richard Henderson <rth@twiddle.net>
574 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M:      Matt Turner <mattst88@gmail.com>
576 S:      Odd Fixes
577 L:      linux-alpha@vger.kernel.org
578 F:      arch/alpha/
579
580 ALTERA MAILBOX DRIVER
581 M:      Ley Foon Tan <lftan@altera.com>
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/mailbox/mailbox-altera.c
585
586 ALTERA PIO DRIVER
587 M:      Tien Hock Loh <thloh@altera.com>
588 L:      linux-gpio@vger.kernel.org
589 S:      Maintained
590 F:      drivers/gpio/gpio-altera.c
591
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M:      Vince Bridgers <vbridger@opensource.altera.com>
594 L:      netdev@vger.kernel.org
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/net/ethernet/altera/
598
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M:      Tobias Klauser <tklauser@distanz.ch>
601 L:      linux-serial@vger.kernel.org
602 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603 S:      Maintained
604 F:      drivers/tty/serial/altera_uart.c
605 F:      drivers/tty/serial/altera_jtaguart.c
606 F:      include/linux/altera_uart.h
607 F:      include/linux/altera_jtaguart.h
608
609 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M:      Tom Lendacky <thomas.lendacky@amd.com>
611 L:      linux-crypto@vger.kernel.org
612 S:      Supported
613 F:      drivers/crypto/ccp/
614 F:      include/linux/ccp.h
615
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L:      lm-sensors@lm-sensors.org
619 S:      Maintained
620 F:      Documentation/hwmon/fam15h_power
621 F:      drivers/hwmon/fam15h_power.c
622
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 S:      Orphan
626 F:      drivers/usb/gadget/udc/amd5536udc.*
627
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P:      Andres Salomon <dilinger@queued.net>
630 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632 S:      Supported
633 F:      drivers/char/hw_random/geode-rng.c
634 F:      drivers/crypto/geode*
635 F:      drivers/video/fbdev/geode/
636 F:      arch/x86/include/asm/geode.h
637
638 AMD IOMMU (AMD-VI)
639 M:      Joerg Roedel <joro@8bytes.org>
640 L:      iommu@lists.linux-foundation.org
641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642 S:      Maintained
643 F:      drivers/iommu/amd_iommu*.[ch]
644 F:      include/linux/amd-iommu.h
645
646 AMD KFD
647 M:      Oded Gabbay <oded.gabbay@gmail.com>
648 L:      dri-devel@lists.freedesktop.org
649 T:      git git://people.freedesktop.org/~gabbayo/linux.git
650 S:      Supported
651 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F:      drivers/gpu/drm/amd/amdkfd/
656 F:      drivers/gpu/drm/amd/include/cik_structs.h
657 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F:      drivers/gpu/drm/amd/include/vi_structs.h
659 F:      drivers/gpu/drm/radeon/radeon_kfd.c
660 F:      drivers/gpu/drm/radeon/radeon_kfd.h
661 F:      include/uapi/linux/kfd_ioctl.h
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE 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 S:      Maintained
827 F:      arch/arm/kernel/perf_*
828 F:      arch/arm/oprofile/common.c
829 F:      arch/arm/kernel/hw_breakpoint.c
830 F:      arch/arm/include/asm/hw_breakpoint.h
831 F:      arch/arm/include/asm/perf_event.h
832 F:      drivers/perf/arm_pmu.c
833 F:      include/linux/perf/arm_pmu.h
834
835 ARM PORT
836 M:      Russell King <linux@arm.linux.org.uk>
837 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
838 W:      http://www.arm.linux.org.uk/
839 S:      Maintained
840 F:      arch/arm/
841
842 ARM SUB-ARCHITECTURES
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
845 F:      arch/arm/mach-*/
846 F:      arch/arm/plat-*/
847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
848
849 ARM PRIMECELL AACI PL041 DRIVER
850 M:      Russell King <linux@arm.linux.org.uk>
851 S:      Maintained
852 F:      sound/arm/aaci.*
853
854 ARM PRIMECELL CLCD PL110 DRIVER
855 M:      Russell King <linux@arm.linux.org.uk>
856 S:      Maintained
857 F:      drivers/video/fbdev/amba-clcd.*
858
859 ARM PRIMECELL KMI PL050 DRIVER
860 M:      Russell King <linux@arm.linux.org.uk>
861 S:      Maintained
862 F:      drivers/input/serio/ambakmi.*
863 F:      include/linux/amba/kmi.h
864
865 ARM PRIMECELL MMCI PL180/1 DRIVER
866 M:      Russell King <linux@arm.linux.org.uk>
867 S:      Maintained
868 F:      drivers/mmc/host/mmci.*
869 F:      include/linux/amba/mmci.h
870
871 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
872 M:      Russell King <linux@arm.linux.org.uk>
873 S:      Maintained
874 F:      drivers/tty/serial/amba-pl01*.c
875 F:      include/linux/amba/serial.h
876
877 ARM PRIMECELL BUS SUPPORT
878 M:      Russell King <linux@arm.linux.org.uk>
879 S:      Maintained
880 F:      drivers/amba/
881 F:      include/linux/amba/bus.h
882
883 ARM/ADS SPHERE MACHINE SUPPORT
884 M:      Lennert Buytenhek <kernel@wantstofly.org>
885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886 S:      Maintained
887
888 ARM/AFEB9260 MACHINE SUPPORT
889 M:      Sergey Lapin <slapin@ossfans.org>
890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891 S:      Maintained
892
893 ARM/AJECO 1ARM MACHINE SUPPORT
894 M:      Lennert Buytenhek <kernel@wantstofly.org>
895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
896 S:      Maintained
897
898 ARM/Allwinner sunXi SoC support
899 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
900 M:      Chen-Yu Tsai <wens@csie.org>
901 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
902 S:      Maintained
903 N:      sun[x456789]i
904
905 ARM/Allwinner SoC Clock Support
906 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
907 S:      Maintained
908 F:      drivers/clk/sunxi/
909
910 ARM/Amlogic MesonX SoC support
911 M:      Carlo Caione <carlo@caione.org>
912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 S:      Maintained
914 F:      drivers/media/rc/meson-ir.c
915 N:      meson[x68]
916
917 ARM/Annapurna Labs ALPINE ARCHITECTURE
918 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
919 S:      Maintained
920 F:      arch/arm/mach-alpine/
921
922 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
923 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
924 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
925 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
927 W:      http://www.linux4sam.org
928 S:      Supported
929 F:      arch/arm/mach-at91/
930 F:      include/soc/at91/
931 F:      arch/arm/boot/dts/at91*.dts
932 F:      arch/arm/boot/dts/at91*.dtsi
933 F:      arch/arm/boot/dts/sama*.dts
934 F:      arch/arm/boot/dts/sama*.dtsi
935 F:      arch/arm/include/debug/at91.S
936
937 ARM/ATMEL AT91 Clock Support
938 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
939 S:      Maintained
940 F:      drivers/clk/at91
941
942 ARM/CALXEDA HIGHBANK ARCHITECTURE
943 M:      Rob Herring <robh@kernel.org>
944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
945 S:      Maintained
946 F:      arch/arm/mach-highbank/
947
948 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
949 M:      Krzysztof Halasa <khalasa@piap.pl>
950 S:      Maintained
951 F:      arch/arm/mach-cns3xxx/
952
953 ARM/CAVIUM THUNDER NETWORK DRIVER
954 M:      Sunil Goutham <sgoutham@cavium.com>
955 M:      Robert Richter <rric@kernel.org>
956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
957 S:      Supported
958 F:      drivers/net/ethernet/cavium/thunder/
959
960 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
961 M:      Alexander Shiyan <shc_work@mail.ru>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Odd Fixes
964 N:      clps711x
965
966 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
967 M:      Hartley Sweeten <hsweeten@visionengravers.com>
968 M:      Ryan Mallon <rmallon@gmail.com>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971 F:      arch/arm/mach-ep93xx/
972 F:      arch/arm/mach-ep93xx/include/mach/
973
974 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
975 M:      Lennert Buytenhek <kernel@wantstofly.org>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 S:      Maintained
978
979 ARM/CLKDEV SUPPORT
980 M:      Russell King <linux@arm.linux.org.uk>
981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
982 S:      Maintained
983 F:      arch/arm/include/asm/clkdev.h
984 F:      drivers/clk/clkdev.c
985
986 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
987 M:      Mike Rapoport <mike@compulab.co.il>
988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
989 S:      Maintained
990
991 ARM/CONTEC MICRO9 MACHINE SUPPORT
992 M:      Hubert Feurstein <hubert.feurstein@contec.at>
993 S:      Maintained
994 F:      arch/arm/mach-ep93xx/micro9.c
995
996 ARM/CORESIGHT FRAMEWORK AND DRIVERS
997 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S:      Maintained
1000 F:      drivers/hwtracing/coresight/*
1001 F:      Documentation/trace/coresight.txt
1002 F:      Documentation/devicetree/bindings/arm/coresight.txt
1003 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1004
1005 ARM/CORGI MACHINE SUPPORT
1006 M:      Richard Purdie <rpurdie@rpsys.net>
1007 S:      Maintained
1008
1009 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1010 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 T:      git git://github.com/ulli-kroll/linux.git
1013 S:      Maintained
1014 F:      arch/arm/mach-gemini/
1015 F:      drivers/rtc/rtc-gemini.c
1016
1017 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1018 M:      Barry Song <baohua@kernel.org>
1019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1021 S:      Maintained
1022 F:      arch/arm/mach-prima2/
1023 F:      drivers/clk/sirf/
1024 F:      drivers/clocksource/timer-prima2.c
1025 F:      drivers/clocksource/timer-atlas7.c
1026 N:      [^a-z]sirf
1027
1028 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1029 M:      Baruch Siach <baruch@tkos.co.il>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 S:      Maintained
1032 F:      arch/arm/boot/dts/cx92755*
1033 N:      digicolor
1034
1035 ARM/EBSA110 MACHINE SUPPORT
1036 M:      Russell King <linux@arm.linux.org.uk>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 W:      http://www.arm.linux.org.uk/
1039 S:      Maintained
1040 F:      arch/arm/mach-ebsa110/
1041 F:      drivers/net/ethernet/amd/am79c961a.*
1042
1043 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1044 M:      Uwe Kleine-König <kernel@pengutronix.de>
1045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 S:      Maintained
1047 N:      efm32
1048
1049 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1050 M:      Daniel Ribeiro <drwyrm@gmail.com>
1051 M:      Stefan Schmidt <stefan@openezx.org>
1052 M:      Harald Welte <laforge@openezx.org>
1053 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1054 W:      http://www.openezx.org/
1055 S:      Maintained
1056 T:      topgit git://git.openezx.org/openezx.git
1057 F:      arch/arm/mach-pxa/ezx.c
1058
1059 ARM/FARADAY FA526 PORT
1060 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 S:      Maintained
1063 T:      git git://git.berlios.de/gemini-board
1064 F:      arch/arm/mm/*-fa*
1065
1066 ARM/FOOTBRIDGE ARCHITECTURE
1067 M:      Russell King <linux@arm.linux.org.uk>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 W:      http://www.arm.linux.org.uk/
1070 S:      Maintained
1071 F:      arch/arm/include/asm/hardware/dec21285.h
1072 F:      arch/arm/mach-footbridge/
1073
1074 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1075 M:      Shawn Guo <shawnguo@kernel.org>
1076 M:      Sascha Hauer <kernel@pengutronix.de>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1080 F:      arch/arm/mach-imx/
1081 F:      arch/arm/mach-mxs/
1082 F:      arch/arm/boot/dts/imx*
1083 F:      arch/arm/configs/imx*_defconfig
1084 F:      drivers/clk/imx/
1085 F:      include/soc/imx/
1086
1087 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1088 M:      Shawn Guo <shawnguo@kernel.org>
1089 M:      Sascha Hauer <kernel@pengutronix.de>
1090 R:      Stefan Agner <stefan@agner.ch>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1094 F:      arch/arm/mach-imx/*vf610*
1095 F:      arch/arm/boot/dts/vf*
1096
1097 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1098 M:      Lennert Buytenhek <kernel@wantstofly.org>
1099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 S:      Maintained
1101
1102 ARM/GUMSTIX MACHINE SUPPORT
1103 M:      Steve Sakoman <sakoman@gmail.com>
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1106
1107 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1108 M:      Philipp Zabel <philipp.zabel@gmail.com>
1109 M:      Paul Parsons <lost.distance@yahoo.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-pxa/hx4700.c
1113 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1114 F:      sound/soc/pxa/hx4700.c
1115
1116 ARM/HISILICON SOC SUPPORT
1117 M:      Wei Xu <xuwei5@hisilicon.com>
1118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 W:      http://www.hisilicon.com
1120 S:      Supported
1121 T:      git git://github.com/hisilicon/linux-hisi.git
1122 F:      arch/arm/mach-hisi/
1123
1124 ARM/HP JORNADA 7XX MACHINE SUPPORT
1125 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1126 W:      www.jlime.com
1127 S:      Maintained
1128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1129 F:      arch/arm/mach-sa1100/jornada720.c
1130 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1131
1132 ARM/IGEP MACHINE SUPPORT
1133 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1134 M:      Javier Martinez Canillas <javier@dowhile0.org>
1135 L:      linux-omap@vger.kernel.org
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1138 F:      arch/arm/boot/dts/omap3-igep*
1139
1140 ARM/INCOME PXA270 SUPPORT
1141 M:      Marek Vasut <marek.vasut@gmail.com>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S:      Maintained
1144 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1145
1146 ARM/INTEL IOP32X ARM ARCHITECTURE
1147 M:      Lennert Buytenhek <kernel@wantstofly.org>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150
1151 ARM/INTEL IOP33X ARM ARCHITECTURE
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Orphan
1154
1155 ARM/INTEL IOP13XX ARM ARCHITECTURE
1156 M:      Lennert Buytenhek <kernel@wantstofly.org>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Maintained
1159
1160 ARM/INTEL IQ81342EX MACHINE SUPPORT
1161 M:      Lennert Buytenhek <kernel@wantstofly.org>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1164
1165 ARM/INTEL IXDP2850 MACHINE SUPPORT
1166 M:      Lennert Buytenhek <kernel@wantstofly.org>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169
1170 ARM/INTEL IXP4XX ARM ARCHITECTURE
1171 M:      Imre Kaloz <kaloz@openwrt.org>
1172 M:      Krzysztof Halasa <khalasa@piap.pl>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      arch/arm/mach-ixp4xx/
1176
1177 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1178 M:      Jonathan Cameron <jic23@cam.ac.uk>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Maintained
1181 F:      arch/arm/mach-pxa/stargate2.c
1182 F:      drivers/pcmcia/pxa2xx_stargate2.c
1183
1184 ARM/INTEL XSC3 (MANZANO) ARM CORE
1185 M:      Lennert Buytenhek <kernel@wantstofly.org>
1186 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187 S:      Maintained
1188
1189 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1190 M:      Lennert Buytenhek <kernel@wantstofly.org>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193
1194 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1195 M:      Santosh Shilimkar <ssantosh@kernel.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198 F:      arch/arm/mach-keystone/
1199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1200
1201 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1202 M:      Santosh Shilimkar <ssantosh@kernel.org>
1203 L:      linux-kernel@vger.kernel.org
1204 S:      Maintained
1205 F:      drivers/clk/keystone/
1206
1207 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1208 M:      Santosh Shilimkar <ssantosh@kernel.org>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 L:      linux-kernel@vger.kernel.org
1211 S:      Maintained
1212 F:      drivers/clocksource/timer-keystone.c
1213
1214 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1215 M:      Santosh Shilimkar <ssantosh@kernel.org>
1216 L:      linux-kernel@vger.kernel.org
1217 S:      Maintained
1218 F:      drivers/power/reset/keystone-reset.c
1219
1220 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1221 M:      Santosh Shilimkar <ssantosh@kernel.org>
1222 L:      linux-kernel@vger.kernel.org
1223 S:      Maintained
1224 F:      drivers/memory/*emif*
1225
1226 ARM/LOGICPD PXA270 MACHINE SUPPORT
1227 M:      Lennert Buytenhek <kernel@wantstofly.org>
1228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1229 S:      Maintained
1230
1231 ARM/LPC18XX ARCHITECTURE
1232 M:      Joachim Eastwood <manabian@gmail.com>
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 N:      lpc18xx
1236
1237 ARM/MAGICIAN MACHINE SUPPORT
1238 M:      Philipp Zabel <philipp.zabel@gmail.com>
1239 S:      Maintained
1240
1241 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1242 M:      Jason Cooper <jason@lakedaemon.net>
1243 M:      Andrew Lunn <andrew@lunn.ch>
1244 M:      Gregory Clement <gregory.clement@free-electrons.com>
1245 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1246 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 S:      Maintained
1248 F:      arch/arm/mach-mvebu/
1249 F:      drivers/rtc/rtc-armada38x.c
1250 F:      arch/arm/boot/dts/armada*
1251 F:      arch/arm/boot/dts/kirkwood*
1252
1253
1254 ARM/Marvell Berlin SoC support
1255 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S:      Maintained
1258 F:      arch/arm/mach-berlin/
1259 F:      arch/arm/boot/dts/berlin*
1260
1261
1262 ARM/Marvell Dove/MV78xx0/Orion SOC support
1263 M:      Jason Cooper <jason@lakedaemon.net>
1264 M:      Andrew Lunn <andrew@lunn.ch>
1265 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1266 M:      Gregory Clement <gregory.clement@free-electrons.com>
1267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 S:      Maintained
1269 F:      arch/arm/mach-dove/
1270 F:      arch/arm/mach-mv78xx0/
1271 F:      arch/arm/mach-orion5x/
1272 F:      arch/arm/plat-orion/
1273 F:      arch/arm/boot/dts/dove*
1274 F:      arch/arm/boot/dts/orion5x*
1275
1276
1277 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1278 M:      Alexander Clouter <alex@digriz.org.uk>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 W:      http://www.digriz.org.uk/ts78xx/kernel
1281 S:      Maintained
1282 F:      arch/arm/mach-orion5x/ts78xx-*
1283
1284 ARM/Mediatek RTC DRIVER
1285 M:      Eddie Huang <eddie.huang@mediatek.com>
1286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1288 S:      Maintained
1289 F:      drivers/rtc/rtc-mt6397.c
1290
1291 ARM/Mediatek SoC support
1292 M:      Matthias Brugger <matthias.bgg@gmail.com>
1293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296 F:      arch/arm/boot/dts/mt6*
1297 F:      arch/arm/boot/dts/mt8*
1298 F:      arch/arm/mach-mediatek/
1299 N:      mtk
1300 K:      mediatek
1301
1302 ARM/MICREL KS8695 ARCHITECTURE
1303 M:      Greg Ungerer <gerg@uclinux.org>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 F:      arch/arm/mach-ks8695/
1306 S:      Odd Fixes
1307
1308 ARM/MIOA701 MACHINE SUPPORT
1309 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 F:      arch/arm/mach-pxa/mioa701.c
1312 S:      Maintained
1313
1314 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1315 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1316 S:      Maintained
1317
1318 ARM/NOMADIK ARCHITECTURE
1319 M:      Alessandro Rubini <rubini@unipv.it>
1320 M:      Linus Walleij <linus.walleij@linaro.org>
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 S:      Maintained
1323 F:      arch/arm/mach-nomadik/
1324 F:      drivers/pinctrl/nomadik/
1325 F:      drivers/i2c/busses/i2c-nomadik.c
1326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1327
1328 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1329 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1330 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1331 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1332 S:      Supported
1333
1334 ARM/TOSA MACHINE SUPPORT
1335 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1336 M:      Dirk Opfer <dirk@opfer-online.de>
1337 S:      Maintained
1338
1339 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1340 M:      Marek Vasut <marek.vasut@gmail.com>
1341 L:      linux-arm-kernel@lists.infradead.org
1342 W:      http://hackndev.com
1343 S:      Maintained
1344 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1345 F:      arch/arm/mach-pxa/palmtx.c
1346 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1347 F:      arch/arm/mach-pxa/palmt5.c
1348 F:      arch/arm/mach-pxa/include/mach/palmld.h
1349 F:      arch/arm/mach-pxa/palmld.c
1350 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1351 F:      arch/arm/mach-pxa/palmte2.c
1352 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1353 F:      arch/arm/mach-pxa/palmtc.c
1354
1355 ARM/PALM TREO SUPPORT
1356 M:      Tomas Cech <sleep_walker@suse.com>
1357 L:      linux-arm-kernel@lists.infradead.org
1358 W:      http://hackndev.com
1359 S:      Maintained
1360 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1361 F:      arch/arm/mach-pxa/palmtreo.c
1362
1363 ARM/PALMZ72 SUPPORT
1364 M:      Sergey Lapin <slapin@ossfans.org>
1365 L:      linux-arm-kernel@lists.infradead.org
1366 W:      http://hackndev.com
1367 S:      Maintained
1368 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1369 F:      arch/arm/mach-pxa/palmz72.c
1370
1371 ARM/PLEB SUPPORT
1372 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1373 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1374 S:      Maintained
1375
1376 ARM/PT DIGITAL BOARD PORT
1377 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 W:      http://www.arm.linux.org.uk/
1380 S:      Maintained
1381
1382 ARM/QUALCOMM SUPPORT
1383 M:      Kumar Gala <galak@codeaurora.org>
1384 M:      Andy Gross <agross@codeaurora.org>
1385 M:      David Brown <davidb@codeaurora.org>
1386 L:      linux-arm-msm@vger.kernel.org
1387 L:      linux-soc@vger.kernel.org
1388 S:      Maintained
1389 F:      arch/arm/mach-qcom/
1390 F:      drivers/soc/qcom/
1391 F:      drivers/tty/serial/msm_serial.h
1392 F:      drivers/tty/serial/msm_serial.c
1393 F:      drivers/*/pm8???-*
1394 F:      drivers/mfd/ssbi.c
1395 F:      drivers/firmware/qcom_scm.c
1396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1397
1398 ARM/RADISYS ENP2611 MACHINE SUPPORT
1399 M:      Lennert Buytenhek <kernel@wantstofly.org>
1400 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1401 S:      Maintained
1402
1403 ARM/RISCPC ARCHITECTURE
1404 M:      Russell King <linux@arm.linux.org.uk>
1405 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1406 W:      http://www.arm.linux.org.uk/
1407 S:      Maintained
1408 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1409 F:      arch/arm/include/asm/hardware/ioc.h
1410 F:      arch/arm/include/asm/hardware/iomd.h
1411 F:      arch/arm/include/asm/hardware/memc.h
1412 F:      arch/arm/mach-rpc/
1413 F:      drivers/net/ethernet/8390/etherh.c
1414 F:      drivers/net/ethernet/i825xx/ether1*
1415 F:      drivers/net/ethernet/seeq/ether3*
1416 F:      drivers/scsi/arm/
1417
1418 ARM/Rockchip SoC support
1419 M:      Heiko Stuebner <heiko@sntech.de>
1420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 L:      linux-rockchip@lists.infradead.org
1422 S:      Maintained
1423 F:      arch/arm/boot/dts/rk3*
1424 F:      arch/arm/mach-rockchip/
1425 F:      drivers/clk/rockchip/
1426 F:      drivers/i2c/busses/i2c-rk3x.c
1427 F:      drivers/*/*rockchip*
1428 F:      drivers/*/*/*rockchip*
1429 F:      sound/soc/rockchip/
1430 N:      rockchip
1431
1432 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1433 M:      Kukjin Kim <kgene@kernel.org>
1434 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1437 S:      Maintained
1438 F:      arch/arm/boot/dts/s3c*
1439 F:      arch/arm/boot/dts/exynos*
1440 F:      arch/arm64/boot/dts/exynos/
1441 F:      arch/arm/plat-samsung/
1442 F:      arch/arm/mach-s3c24*/
1443 F:      arch/arm/mach-s3c64xx/
1444 F:      arch/arm/mach-s5p*/
1445 F:      arch/arm/mach-exynos*/
1446 F:      drivers/*/*s3c2410*
1447 F:      drivers/*/*/*s3c2410*
1448 F:      drivers/spi/spi-s3c*
1449 F:      sound/soc/samsung/*
1450 N:      exynos
1451
1452 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1453 M:      Kyungmin Park <kyungmin.park@samsung.com>
1454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 S:      Maintained
1456 F:      arch/arm/mach-s5pv210/
1457
1458 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1459 M:      Kyungmin Park <kyungmin.park@samsung.com>
1460 M:      Kamil Debski <k.debski@samsung.com>
1461 L:      linux-arm-kernel@lists.infradead.org
1462 L:      linux-media@vger.kernel.org
1463 S:      Maintained
1464 F:      drivers/media/platform/s5p-g2d/
1465
1466 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1467 M:      Kyungmin Park <kyungmin.park@samsung.com>
1468 M:      Kamil Debski <k.debski@samsung.com>
1469 M:      Jeongtae Park <jtp.park@samsung.com>
1470 L:      linux-arm-kernel@lists.infradead.org
1471 L:      linux-media@vger.kernel.org
1472 S:      Maintained
1473 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1474 F:      drivers/media/platform/s5p-mfc/
1475
1476 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1477 M:      Kyungmin Park <kyungmin.park@samsung.com>
1478 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1479 L:      linux-arm-kernel@lists.infradead.org
1480 L:      linux-media@vger.kernel.org
1481 S:      Maintained
1482 F:      drivers/media/platform/s5p-tv/
1483
1484 ARM/SHMOBILE ARM ARCHITECTURE
1485 M:      Simon Horman <horms@verge.net.au>
1486 M:      Magnus Damm <magnus.damm@gmail.com>
1487 L:      linux-sh@vger.kernel.org
1488 W:      http://oss.renesas.com
1489 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1491 S:      Supported
1492 F:      arch/arm/boot/dts/emev2*
1493 F:      arch/arm/boot/dts/r7s*
1494 F:      arch/arm/boot/dts/r8a*
1495 F:      arch/arm/boot/dts/sh*
1496 F:      arch/arm/configs/bockw_defconfig
1497 F:      arch/arm/configs/marzen_defconfig
1498 F:      arch/arm/configs/shmobile_defconfig
1499 F:      arch/arm/include/debug/renesas-scif.S
1500 F:      arch/arm/mach-shmobile/
1501 F:      drivers/sh/
1502
1503 ARM/SOCFPGA ARCHITECTURE
1504 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1505 S:      Maintained
1506 F:      arch/arm/mach-socfpga/
1507 F:      arch/arm/boot/dts/socfpga*
1508 F:      arch/arm/configs/socfpga_defconfig
1509 W:      http://www.rocketboards.org
1510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1511
1512 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1513 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1514 S:      Maintained
1515 F:      drivers/clk/socfpga/
1516
1517 ARM/SOCFPGA EDAC SUPPORT
1518 M:      Thor Thayer <tthayer@opensource.altera.com>
1519 S:      Maintained
1520 F:      drivers/edac/altera_edac.
1521
1522 ARM/STI ARCHITECTURE
1523 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1524 M:      Maxime Coquelin <maxime.coquelin@st.com>
1525 M:      Patrice Chotard <patrice.chotard@st.com>
1526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 L:      kernel@stlinux.com
1528 W:      http://www.stlinux.com
1529 S:      Maintained
1530 F:      arch/arm/mach-sti/
1531 F:      arch/arm/boot/dts/sti*
1532 F:      drivers/char/hw_random/st-rng.c
1533 F:      drivers/clocksource/arm_global_timer.c
1534 F:      drivers/clocksource/clksrc_st_lpc.c
1535 F:      drivers/i2c/busses/i2c-st.c
1536 F:      drivers/media/rc/st_rc.c
1537 F:      drivers/media/platform/sti/c8sectpfe/
1538 F:      drivers/mmc/host/sdhci-st.c
1539 F:      drivers/phy/phy-miphy28lp.c
1540 F:      drivers/phy/phy-miphy365x.c
1541 F:      drivers/phy/phy-stih407-usb.c
1542 F:      drivers/phy/phy-stih41x-usb.c
1543 F:      drivers/pinctrl/pinctrl-st.c
1544 F:      drivers/reset/sti/
1545 F:      drivers/rtc/rtc-st-lpc.c
1546 F:      drivers/tty/serial/st-asc.c
1547 F:      drivers/usb/dwc3/dwc3-st.c
1548 F:      drivers/usb/host/ehci-st.c
1549 F:      drivers/usb/host/ohci-st.c
1550 F:      drivers/watchdog/st_lpc_wdt.c
1551 F:      drivers/ata/ahci_st.c
1552
1553 ARM/STM32 ARCHITECTURE
1554 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 S:      Maintained
1557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1558 N:      stm32
1559 F:      drivers/clocksource/armv7m_systick.c
1560
1561 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1562 M:      Lennert Buytenhek <kernel@wantstofly.org>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S:      Maintained
1565
1566 ARM/TETON BGA MACHINE SUPPORT
1567 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 S:      Maintained
1570
1571 ARM/THECUS N2100 MACHINE SUPPORT
1572 M:      Lennert Buytenhek <kernel@wantstofly.org>
1573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 S:      Maintained
1575
1576 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1577 M:      Wan ZongShun <mcuos.com@gmail.com>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 W:      http://www.mcuos.com
1580 S:      Maintained
1581 F:      arch/arm/mach-w90x900/
1582 F:      drivers/input/keyboard/w90p910_keypad.c
1583 F:      drivers/input/touchscreen/w90p910_ts.c
1584 F:      drivers/watchdog/nuc900_wdt.c
1585 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1586 F:      drivers/mtd/nand/nuc900_nand.c
1587 F:      drivers/rtc/rtc-nuc900.c
1588 F:      drivers/spi/spi-nuc900.c
1589 F:      drivers/usb/host/ehci-w90x900.c
1590 F:      drivers/video/fbdev/nuc900fb.c
1591
1592 ARM/U300 MACHINE SUPPORT
1593 M:      Linus Walleij <linus.walleij@linaro.org>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 S:      Supported
1596 F:      arch/arm/mach-u300/
1597 F:      drivers/clocksource/timer-u300.c
1598 F:      drivers/i2c/busses/i2c-stu300.c
1599 F:      drivers/rtc/rtc-coh901331.c
1600 F:      drivers/watchdog/coh901327_wdt.c
1601 F:      drivers/dma/coh901318*
1602 F:      drivers/mfd/ab3100*
1603 F:      drivers/rtc/rtc-ab3100.c
1604 F:      drivers/rtc/rtc-coh901331.c
1605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1606
1607 ARM/UNIPHIER ARCHITECTURE
1608 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Maintained
1611 F:      arch/arm/boot/dts/uniphier*
1612 F:      arch/arm/mach-uniphier/
1613 F:      drivers/pinctrl/uniphier/
1614 F:      drivers/tty/serial/8250/8250_uniphier.c
1615 N:      uniphier
1616
1617 ARM/Ux500 ARM ARCHITECTURE
1618 M:      Linus Walleij <linus.walleij@linaro.org>
1619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1620 S:      Maintained
1621 F:      arch/arm/mach-ux500/
1622 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1623 F:      drivers/dma/ste_dma40*
1624 F:      drivers/hwspinlock/u8500_hsem.c
1625 F:      drivers/mfd/abx500*
1626 F:      drivers/mfd/ab8500*
1627 F:      drivers/mfd/dbx500*
1628 F:      drivers/mfd/db8500*
1629 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1630 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1631 F:      drivers/rtc/rtc-ab8500.c
1632 F:      drivers/rtc/rtc-pl031.c
1633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1634
1635 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1636 M:      Ulf Hansson <ulf.hansson@linaro.org>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 T:      git git://git.linaro.org/people/ulfh/clk.git
1639 S:      Maintained
1640 F:      drivers/clk/ux500/
1641 F:      include/linux/platform_data/clk-ux500.h
1642
1643 ARM/VERSATILE EXPRESS PLATFORM
1644 M:      Liviu Dudau <liviu.dudau@arm.com>
1645 M:      Sudeep Holla <sudeep.holla@arm.com>
1646 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1647 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 S:      Maintained
1649 F:      arch/arm/boot/dts/vexpress*
1650 F:      arch/arm64/boot/dts/arm/vexpress*
1651 F:      arch/arm/mach-vexpress/
1652 F:      */*/vexpress*
1653 F:      */*/*/vexpress*
1654 F:      drivers/clk/versatile/clk-vexpress-osc.c
1655 F:      drivers/clocksource/versatile.c
1656
1657 ARM/VFP SUPPORT
1658 M:      Russell King <linux@arm.linux.org.uk>
1659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 W:      http://www.arm.linux.org.uk/
1661 S:      Maintained
1662 F:      arch/arm/vfp/
1663
1664 ARM/VOIPAC PXA270 SUPPORT
1665 M:      Marek Vasut <marek.vasut@gmail.com>
1666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 S:      Maintained
1668 F:      arch/arm/mach-pxa/vpac270.c
1669 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1670
1671 ARM/VT8500 ARM ARCHITECTURE
1672 M:      Tony Prisk <linux@prisktech.co.nz>
1673 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 S:      Maintained
1675 F:      arch/arm/mach-vt8500/
1676 F:      drivers/clocksource/vt8500_timer.c
1677 F:      drivers/i2c/busses/i2c-wmt.c
1678 F:      drivers/mmc/host/wmt-sdmmc.c
1679 F:      drivers/pwm/pwm-vt8500.c
1680 F:      drivers/rtc/rtc-vt8500.c
1681 F:      drivers/tty/serial/vt8500_serial.c
1682 F:      drivers/usb/host/ehci-platform.c
1683 F:      drivers/usb/host/uhci-platform.c
1684 F:      drivers/video/fbdev/vt8500lcdfb.*
1685 F:      drivers/video/fbdev/wm8505fb*
1686 F:      drivers/video/fbdev/wmt_ge_rops.*
1687
1688 ARM/ZIPIT Z2 SUPPORT
1689 M:      Marek Vasut <marek.vasut@gmail.com>
1690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 S:      Maintained
1692 F:      arch/arm/mach-pxa/z2.c
1693 F:      arch/arm/mach-pxa/include/mach/z2.h
1694
1695 ARM/ZTE ARCHITECTURE
1696 M:      Jun Nie <jun.nie@linaro.org>
1697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 S:      Maintained
1699 F:      arch/arm/mach-zx/
1700 F:      drivers/clk/zte/
1701 F:      Documentation/devicetree/bindings/arm/zte.txt
1702 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1703
1704 ARM/ZYNQ ARCHITECTURE
1705 M:      Michal Simek <michal.simek@xilinx.com>
1706 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 W:      http://wiki.xilinx.com
1709 T:      git https://github.com/Xilinx/linux-xlnx.git
1710 S:      Supported
1711 F:      arch/arm/mach-zynq/
1712 F:      drivers/cpuidle/cpuidle-zynq.c
1713 F:      drivers/block/xsysace.c
1714 N:      zynq
1715 N:      xilinx
1716 F:      drivers/clocksource/cadence_ttc_timer.c
1717 F:      drivers/i2c/busses/i2c-cadence.c
1718 F:      drivers/mmc/host/sdhci-of-arasan.c
1719 F:      drivers/edac/synopsys_edac.c
1720
1721 ARM SMMU DRIVERS
1722 M:      Will Deacon <will.deacon@arm.com>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 S:      Maintained
1725 F:      drivers/iommu/arm-smmu.c
1726 F:      drivers/iommu/arm-smmu-v3.c
1727 F:      drivers/iommu/io-pgtable-arm.c
1728
1729 ARM64 PORT (AARCH64 ARCHITECTURE)
1730 M:      Catalin Marinas <catalin.marinas@arm.com>
1731 M:      Will Deacon <will.deacon@arm.com>
1732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S:      Maintained
1734 F:      arch/arm64/
1735 F:      Documentation/arm64/
1736
1737 AS3645A LED FLASH CONTROLLER DRIVER
1738 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1739 L:      linux-media@vger.kernel.org
1740 T:      git git://linuxtv.org/media_tree.git
1741 S:      Maintained
1742 F:      drivers/media/i2c/as3645a.c
1743 F:      include/media/as3645a.h
1744
1745 ASC7621 HARDWARE MONITOR DRIVER
1746 M:      George Joseph <george.joseph@fairview5.com>
1747 L:      lm-sensors@lm-sensors.org
1748 S:      Maintained
1749 F:      Documentation/hwmon/asc7621
1750 F:      drivers/hwmon/asc7621.c
1751
1752 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1753 M:      Corentin Chary <corentin.chary@gmail.com>
1754 L:      acpi4asus-user@lists.sourceforge.net
1755 L:      platform-driver-x86@vger.kernel.org
1756 W:      http://acpi4asus.sf.net
1757 S:      Maintained
1758 F:      drivers/platform/x86/asus*.c
1759 F:      drivers/platform/x86/eeepc*.c
1760
1761 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1762 R:      Dan Williams <dan.j.williams@intel.com>
1763 W:      http://sourceforge.net/projects/xscaleiop
1764 S:      Odd fixes
1765 F:      Documentation/crypto/async-tx-api.txt
1766 F:      crypto/async_tx/
1767 F:      drivers/dma/
1768 F:      include/linux/dmaengine.h
1769 F:      include/linux/async_tx.h
1770
1771 AT24 EEPROM DRIVER
1772 M:      Wolfram Sang <wsa@the-dreams.de>
1773 L:      linux-i2c@vger.kernel.org
1774 S:      Maintained
1775 F:      drivers/misc/eeprom/at24.c
1776 F:      include/linux/platform_data/at24.h
1777
1778 ATA OVER ETHERNET (AOE) DRIVER
1779 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1780 W:      http://www.openaoe.org/
1781 S:      Supported
1782 F:      Documentation/aoe/
1783 F:      drivers/block/aoe/
1784
1785 ATHEROS 71XX/9XXX GPIO DRIVER
1786 M:      Alban Bedel <albeu@free.fr>
1787 W:      https://github.com/AlbanBedel/linux
1788 T:      git git://github.com/AlbanBedel/linux
1789 S:      Maintained
1790 F:      drivers/gpio/gpio-ath79.c
1791 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1792
1793 ATHEROS ATH GENERIC UTILITIES
1794 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1795 L:      linux-wireless@vger.kernel.org
1796 S:      Supported
1797 F:      drivers/net/wireless/ath/*
1798
1799 ATHEROS ATH5K WIRELESS DRIVER
1800 M:      Jiri Slaby <jirislaby@gmail.com>
1801 M:      Nick Kossifidis <mickflemm@gmail.com>
1802 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1803 L:      linux-wireless@vger.kernel.org
1804 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1805 S:      Maintained
1806 F:      drivers/net/wireless/ath/ath5k/
1807
1808 ATHEROS ATH6KL WIRELESS DRIVER
1809 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1810 L:      linux-wireless@vger.kernel.org
1811 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1812 T:      git git://github.com/kvalo/ath.git
1813 S:      Supported
1814 F:      drivers/net/wireless/ath/ath6kl/
1815
1816 WILOCITY WIL6210 WIRELESS DRIVER
1817 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1818 L:      linux-wireless@vger.kernel.org
1819 L:      wil6210@qca.qualcomm.com
1820 S:      Supported
1821 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1822 F:      drivers/net/wireless/ath/wil6210/
1823 F:      include/uapi/linux/wil6210_uapi.h
1824
1825 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1826 M:      Christian Lamparter <chunkeey@googlemail.com>
1827 L:      linux-wireless@vger.kernel.org
1828 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1829 S:      Maintained
1830 F:      drivers/net/wireless/ath/carl9170/
1831
1832 ATK0110 HWMON DRIVER
1833 M:      Luca Tettamanti <kronos.it@gmail.com>
1834 L:      lm-sensors@lm-sensors.org
1835 S:      Maintained
1836 F:      drivers/hwmon/asus_atk0110.c
1837
1838 ATI_REMOTE2 DRIVER
1839 M:      Ville Syrjala <syrjala@sci.fi>
1840 S:      Maintained
1841 F:      drivers/input/misc/ati_remote2.c
1842
1843 ATLX ETHERNET DRIVERS
1844 M:      Jay Cliburn <jcliburn@gmail.com>
1845 M:      Chris Snook <chris.snook@gmail.com>
1846 L:      netdev@vger.kernel.org
1847 W:      http://sourceforge.net/projects/atl1
1848 W:      http://atl1.sourceforge.net
1849 S:      Maintained
1850 F:      drivers/net/ethernet/atheros/
1851
1852 ATM
1853 M:      Chas Williams <3chas3@gmail.com>
1854 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1855 L:      netdev@vger.kernel.org
1856 W:      http://linux-atm.sourceforge.net
1857 S:      Maintained
1858 F:      drivers/atm/
1859 F:      include/linux/atm*
1860 F:      include/uapi/linux/atm*
1861
1862 ATMEL AT91 / AT32 MCI DRIVER
1863 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1864 S:      Maintained
1865 F:      drivers/mmc/host/atmel-mci.c
1866 F:      drivers/mmc/host/atmel-mci-regs.h
1867
1868 ATMEL AT91 / AT32 SERIAL DRIVER
1869 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1870 S:      Supported
1871 F:      drivers/tty/serial/atmel_serial.c
1872
1873 ATMEL Audio ALSA driver
1874 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1875 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1876 S:      Supported
1877 F:      sound/soc/atmel
1878
1879 ATMEL DMA DRIVER
1880 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1881 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 S:      Supported
1883 F:      drivers/dma/at_hdmac.c
1884 F:      drivers/dma/at_hdmac_regs.h
1885 F:      include/linux/platform_data/dma-atmel.h
1886
1887 ATMEL XDMA DRIVER
1888 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1889 L:      linux-arm-kernel@lists.infradead.org
1890 L:      dmaengine@vger.kernel.org
1891 S:      Supported
1892 F:      drivers/dma/at_xdmac.c
1893
1894 ATMEL I2C DRIVER
1895 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1896 L:      linux-i2c@vger.kernel.org
1897 S:      Supported
1898 F:      drivers/i2c/busses/i2c-at91.c
1899
1900 ATMEL ISI DRIVER
1901 M:      Josh Wu <josh.wu@atmel.com>
1902 L:      linux-media@vger.kernel.org
1903 S:      Supported
1904 F:      drivers/media/platform/soc_camera/atmel-isi.c
1905 F:      include/media/atmel-isi.h
1906
1907 ATMEL LCDFB DRIVER
1908 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1909 L:      linux-fbdev@vger.kernel.org
1910 S:      Maintained
1911 F:      drivers/video/fbdev/atmel_lcdfb.c
1912 F:      include/video/atmel_lcdc.h
1913
1914 ATMEL MACB ETHERNET DRIVER
1915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1916 S:      Supported
1917 F:      drivers/net/ethernet/cadence/
1918
1919 ATMEL NAND DRIVER
1920 M:      Josh Wu <josh.wu@atmel.com>
1921 L:      linux-mtd@lists.infradead.org
1922 S:      Supported
1923 F:      drivers/mtd/nand/atmel_nand*
1924
1925 ATMEL SDMMC DRIVER
1926 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1927 L:      linux-mmc@vger.kernel.org
1928 S:      Supported
1929 F:      drivers/mmc/host/sdhci-of-at91.c
1930
1931 ATMEL SPI DRIVER
1932 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1933 S:      Supported
1934 F:      drivers/spi/spi-atmel.*
1935
1936 ATMEL SSC DRIVER
1937 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1939 S:      Supported
1940 F:      drivers/misc/atmel-ssc.c
1941 F:      include/linux/atmel-ssc.h
1942
1943 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1944 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 S:      Supported
1947 F:      drivers/misc/atmel_tclib.c
1948 F:      drivers/clocksource/tcb_clksrc.c
1949
1950 ATMEL USBA UDC DRIVER
1951 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1953 S:      Supported
1954 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1955
1956 ATMEL WIRELESS DRIVER
1957 M:      Simon Kelley <simon@thekelleys.org.uk>
1958 L:      linux-wireless@vger.kernel.org
1959 W:      http://www.thekelleys.org.uk/atmel
1960 W:      http://atmelwlandriver.sourceforge.net/
1961 S:      Maintained
1962 F:      drivers/net/wireless/atmel*
1963
1964 ATMEL MAXTOUCH DRIVER
1965 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1966 T:      git git://github.com/atmel-maxtouch/linux.git
1967 S:      Supported
1968 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1969 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1970 F:      include/linux/platform_data/atmel_mxt_ts.h
1971
1972 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1973 M:      Bradley Grove <linuxdrivers@attotech.com>
1974 L:      linux-scsi@vger.kernel.org
1975 W:      http://www.attotech.com
1976 S:      Supported
1977 F:      drivers/scsi/esas2r
1978
1979 ATUSB IEEE 802.15.4 RADIO DRIVER
1980 M:      Stefan Schmidt <stefan@osg.samsung.com>
1981 L:      linux-wpan@vger.kernel.org
1982 S:      Maintained
1983 F:      drivers/net/ieee802154/atusb.c
1984 F:      drivers/net/ieee802154/atusb.h
1985 F:      drivers/net/ieee802154/at86rf230.h
1986
1987 AUDIT SUBSYSTEM
1988 M:      Paul Moore <paul@paul-moore.com>
1989 M:      Eric Paris <eparis@redhat.com>
1990 L:      linux-audit@redhat.com (moderated for non-subscribers)
1991 W:      http://people.redhat.com/sgrubb/audit/
1992 T:      git git://git.infradead.org/users/pcmoore/audit
1993 S:      Maintained
1994 F:      include/linux/audit.h
1995 F:      include/uapi/linux/audit.h
1996 F:      kernel/audit*
1997
1998 AUXILIARY DISPLAY DRIVERS
1999 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2000 W:      http://miguelojeda.es/auxdisplay.htm
2001 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2002 S:      Maintained
2003 F:      drivers/auxdisplay/
2004 F:      include/linux/cfag12864b.h
2005
2006 AVR32 ARCHITECTURE
2007 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2008 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2009 W:      http://www.atmel.com/products/AVR32/
2010 W:      http://mirror.egtvedt.no/avr32linux.org/
2011 W:      http://avrfreaks.net/
2012 S:      Maintained
2013 F:      arch/avr32/
2014
2015 AVR32/AT32AP MACHINE SUPPORT
2016 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2017 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2018 S:      Maintained
2019 F:      arch/avr32/mach-at32ap/
2020
2021 AX.25 NETWORK LAYER
2022 M:      Ralf Baechle <ralf@linux-mips.org>
2023 L:      linux-hams@vger.kernel.org
2024 W:      http://www.linux-ax25.org/
2025 S:      Maintained
2026 F:      include/uapi/linux/ax25.h
2027 F:      include/net/ax25.h
2028 F:      net/ax25/
2029
2030 AZ6007 DVB DRIVER
2031 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2032 L:      linux-media@vger.kernel.org
2033 W:      http://linuxtv.org
2034 T:      git git://linuxtv.org/media_tree.git
2035 S:      Maintained
2036 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2037
2038 AZTECH FM RADIO RECEIVER DRIVER
2039 M:      Hans Verkuil <hverkuil@xs4all.nl>
2040 L:      linux-media@vger.kernel.org
2041 T:      git git://linuxtv.org/media_tree.git
2042 W:      http://linuxtv.org
2043 S:      Maintained
2044 F:      drivers/media/radio/radio-aztech*
2045
2046 B43 WIRELESS DRIVER
2047 L:      linux-wireless@vger.kernel.org
2048 L:      b43-dev@lists.infradead.org
2049 W:      http://wireless.kernel.org/en/users/Drivers/b43
2050 S:      Odd Fixes
2051 F:      drivers/net/wireless/b43/
2052
2053 B43LEGACY WIRELESS DRIVER
2054 M:      Larry Finger <Larry.Finger@lwfinger.net>
2055 L:      linux-wireless@vger.kernel.org
2056 L:      b43-dev@lists.infradead.org
2057 W:      http://wireless.kernel.org/en/users/Drivers/b43
2058 S:      Maintained
2059 F:      drivers/net/wireless/b43legacy/
2060
2061 BACKLIGHT CLASS/SUBSYSTEM
2062 M:      Jingoo Han <jingoohan1@gmail.com>
2063 M:      Lee Jones <lee.jones@linaro.org>
2064 S:      Maintained
2065 F:      drivers/video/backlight/
2066 F:      include/linux/backlight.h
2067
2068 BATMAN ADVANCED
2069 M:      Marek Lindner <mareklindner@neomailbox.ch>
2070 M:      Simon Wunderlich <sw@simonwunderlich.de>
2071 M:      Antonio Quartulli <antonio@meshcoding.com>
2072 L:      b.a.t.m.a.n@lists.open-mesh.org
2073 W:      http://www.open-mesh.org/
2074 S:      Maintained
2075 F:      net/batman-adv/
2076
2077 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2078 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2079 L:      linux-hams@vger.kernel.org
2080 W:      http://www.baycom.org/~tom/ham/ham.html
2081 S:      Maintained
2082 F:      drivers/net/hamradio/baycom*
2083
2084 BCACHE (BLOCK LAYER CACHE)
2085 M:      Kent Overstreet <kent.overstreet@gmail.com>
2086 L:      linux-bcache@vger.kernel.org
2087 W:      http://bcache.evilpiepirate.org
2088 S:      Maintained
2089 F:      drivers/md/bcache/
2090
2091 BDISP ST MEDIA DRIVER
2092 M:      Fabien Dessenne <fabien.dessenne@st.com>
2093 L:      linux-media@vger.kernel.org
2094 T:      git git://linuxtv.org/media_tree.git
2095 W:      http://linuxtv.org
2096 S:      Supported
2097 F:      drivers/media/platform/sti/bdisp
2098
2099 BEFS FILE SYSTEM
2100 S:      Orphan
2101 F:      Documentation/filesystems/befs.txt
2102 F:      fs/befs/
2103
2104 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2105 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2106 L:      netdev@vger.kernel.org
2107 S:      Maintained
2108 F:      drivers/net/ethernet/ec_bhf.c
2109
2110 BFS FILE SYSTEM
2111 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2112 S:      Maintained
2113 F:      Documentation/filesystems/bfs.txt
2114 F:      fs/bfs/
2115 F:      include/uapi/linux/bfs_fs.h
2116
2117 BLACKFIN ARCHITECTURE
2118 M:      Steven Miao <realmz6@gmail.com>
2119 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2120 T:      git git://git.code.sf.net/p/adi-linux/code
2121 W:      http://blackfin.uclinux.org
2122 S:      Supported
2123 F:      arch/blackfin/
2124
2125 BLACKFIN EMAC DRIVER
2126 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2127 W:      http://blackfin.uclinux.org
2128 S:      Supported
2129 F:      drivers/net/ethernet/adi/
2130
2131 BLACKFIN RTC DRIVER
2132 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2133 W:      http://blackfin.uclinux.org
2134 S:      Supported
2135 F:      drivers/rtc/rtc-bfin.c
2136
2137 BLACKFIN SDH DRIVER
2138 M:      Sonic Zhang <sonic.zhang@analog.com>
2139 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2140 W:      http://blackfin.uclinux.org
2141 S:      Supported
2142 F:      drivers/mmc/host/bfin_sdh.c
2143
2144 BLACKFIN SERIAL DRIVER
2145 M:      Sonic Zhang <sonic.zhang@analog.com>
2146 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2147 W:      http://blackfin.uclinux.org
2148 S:      Supported
2149 F:      drivers/tty/serial/bfin_uart.c
2150
2151 BLACKFIN WATCHDOG DRIVER
2152 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2153 W:      http://blackfin.uclinux.org
2154 S:      Supported
2155 F:      drivers/watchdog/bfin_wdt.c
2156
2157 BLACKFIN I2C TWI DRIVER
2158 M:      Sonic Zhang <sonic.zhang@analog.com>
2159 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2160 W:      http://blackfin.uclinux.org/
2161 S:      Supported
2162 F:      drivers/i2c/busses/i2c-bfin-twi.c
2163
2164 BLACKFIN MEDIA DRIVER
2165 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2166 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2167 W:      http://blackfin.uclinux.org/
2168 S:      Supported
2169 F:      drivers/media/platform/blackfin/
2170 F:      drivers/media/i2c/adv7183*
2171 F:      drivers/media/i2c/vs6624*
2172
2173 BLINKM RGB LED DRIVER
2174 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2175 S:      Maintained
2176 F:      drivers/leds/leds-blinkm.c
2177
2178 BLOCK LAYER
2179 M:      Jens Axboe <axboe@kernel.dk>
2180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2181 S:      Maintained
2182 F:      block/
2183 F:      kernel/trace/blktrace.c
2184
2185 BLOCK2MTD DRIVER
2186 M:      Joern Engel <joern@lazybastard.org>
2187 L:      linux-mtd@lists.infradead.org
2188 S:      Maintained
2189 F:      drivers/mtd/devices/block2mtd.c
2190
2191 BLUETOOTH DRIVERS
2192 M:      Marcel Holtmann <marcel@holtmann.org>
2193 M:      Gustavo Padovan <gustavo@padovan.org>
2194 M:      Johan Hedberg <johan.hedberg@gmail.com>
2195 L:      linux-bluetooth@vger.kernel.org
2196 W:      http://www.bluez.org/
2197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2199 S:      Maintained
2200 F:      drivers/bluetooth/
2201
2202 BLUETOOTH SUBSYSTEM
2203 M:      Marcel Holtmann <marcel@holtmann.org>
2204 M:      Gustavo Padovan <gustavo@padovan.org>
2205 M:      Johan Hedberg <johan.hedberg@gmail.com>
2206 L:      linux-bluetooth@vger.kernel.org
2207 W:      http://www.bluez.org/
2208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2210 S:      Maintained
2211 F:      net/bluetooth/
2212 F:      include/net/bluetooth/
2213
2214 BONDING DRIVER
2215 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2216 M:      Veaceslav Falico <vfalico@gmail.com>
2217 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2218 L:      netdev@vger.kernel.org
2219 W:      http://sourceforge.net/projects/bonding/
2220 S:      Supported
2221 F:      drivers/net/bonding/
2222 F:      include/uapi/linux/if_bonding.h
2223
2224 BPF (Safe dynamic programs and tools)
2225 M:      Alexei Starovoitov <ast@kernel.org>
2226 L:      netdev@vger.kernel.org
2227 L:      linux-kernel@vger.kernel.org
2228 S:      Supported
2229 F:      kernel/bpf/
2230
2231 BROADCOM B44 10/100 ETHERNET DRIVER
2232 M:      Gary Zambrano <zambrano@broadcom.com>
2233 L:      netdev@vger.kernel.org
2234 S:      Supported
2235 F:      drivers/net/ethernet/broadcom/b44.*
2236
2237 BROADCOM GENET ETHERNET DRIVER
2238 M:      Florian Fainelli <f.fainelli@gmail.com>
2239 L:      netdev@vger.kernel.org
2240 S:      Supported
2241 F:      drivers/net/ethernet/broadcom/genet/
2242
2243 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2244 M:      Sony Chacko <sony.chacko@qlogic.com>
2245 M:      Dept-HSGLinuxNICDev@qlogic.com
2246 L:      netdev@vger.kernel.org
2247 S:      Supported
2248 F:      drivers/net/ethernet/broadcom/bnx2.*
2249 F:      drivers/net/ethernet/broadcom/bnx2_*
2250
2251 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2252 M:      Ariel Elior <ariel.elior@qlogic.com>
2253 L:      netdev@vger.kernel.org
2254 S:      Supported
2255 F:      drivers/net/ethernet/broadcom/bnx2x/
2256
2257 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2258 M:      Florian Fainelli <f.fainelli@gmail.com>
2259 M:      Ray Jui <rjui@broadcom.com>
2260 M:      Scott Branden <sbranden@broadcom.com>
2261 L:      bcm-kernel-feedback-list@broadcom.com
2262 T:      git git://github.com/broadcom/mach-bcm
2263 S:      Maintained
2264 F:      arch/arm/mach-bcm/
2265 F:      arch/arm/boot/dts/bcm113*
2266 F:      arch/arm/boot/dts/bcm216*
2267 F:      arch/arm/boot/dts/bcm281*
2268 F:      arch/arm/configs/bcm_defconfig
2269 F:      drivers/mmc/host/sdhci-bcm-kona.c
2270 F:      drivers/clocksource/bcm_kona_timer.c
2271
2272 BROADCOM BCM2835 ARM ARCHITECTURE
2273 M:      Stephen Warren <swarren@wwwdotorg.org>
2274 M:      Lee Jones <lee@kernel.org>
2275 M:      Eric Anholt <eric@anholt.net>
2276 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2277 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2279 S:      Maintained
2280 N:      bcm2835
2281
2282 BROADCOM BCM33XX MIPS ARCHITECTURE
2283 M:      Kevin Cernekee <cernekee@gmail.com>
2284 L:      linux-mips@linux-mips.org
2285 S:      Maintained
2286 F:      arch/mips/bcm3384/*
2287 F:      arch/mips/include/asm/mach-bcm3384/*
2288 F:      arch/mips/kernel/*bmips*
2289
2290 BROADCOM BCM47XX MIPS ARCHITECTURE
2291 M:      Hauke Mehrtens <hauke@hauke-m.de>
2292 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2293 L:      linux-mips@linux-mips.org
2294 S:      Maintained
2295 F:      arch/mips/bcm47xx/*
2296 F:      arch/mips/include/asm/mach-bcm47xx/*
2297
2298 BROADCOM BCM5301X ARM ARCHITECTURE
2299 M:      Hauke Mehrtens <hauke@hauke-m.de>
2300 L:      linux-arm-kernel@lists.infradead.org
2301 S:      Maintained
2302 F:      arch/arm/mach-bcm/bcm_5301x.c
2303 F:      arch/arm/boot/dts/bcm5301x.dtsi
2304 F:      arch/arm/boot/dts/bcm470*
2305
2306 BROADCOM BCM63XX ARM ARCHITECTURE
2307 M:      Florian Fainelli <f.fainelli@gmail.com>
2308 L:      linux-arm-kernel@lists.infradead.org
2309 T:      git git://github.com/broadcom/arm-bcm63xx.git
2310 S:      Maintained
2311 F:      arch/arm/mach-bcm/bcm63xx.c
2312 F:      arch/arm/include/debug/bcm63xx.S
2313
2314 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2315 M:      Kevin Cernekee <cernekee@gmail.com>
2316 L:      linux-usb@vger.kernel.org
2317 S:      Maintained
2318 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2319
2320 BROADCOM BCM7XXX ARM ARCHITECTURE
2321 M:      Brian Norris <computersforpeace@gmail.com>
2322 M:      Gregory Fong <gregory.0xf0@gmail.com>
2323 M:      Florian Fainelli <f.fainelli@gmail.com>
2324 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2325 T:      git git://github.com/broadcom/stblinux.git
2326 S:      Maintained
2327 F:      arch/arm/mach-bcm/*brcmstb*
2328 F:      arch/arm/boot/dts/bcm7*.dts*
2329 F:      drivers/bus/brcmstb_gisb.c
2330 N:      brcmstb
2331
2332 BROADCOM BMIPS MIPS ARCHITECTURE
2333 M:      Kevin Cernekee <cernekee@gmail.com>
2334 M:      Florian Fainelli <f.fainelli@gmail.com>
2335 L:      linux-mips@linux-mips.org
2336 T:      git git://github.com/broadcom/stblinux.git
2337 S:      Maintained
2338 F:      arch/mips/bmips/*
2339 F:      arch/mips/include/asm/mach-bmips/*
2340 F:      arch/mips/kernel/*bmips*
2341 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2342 F:      drivers/irqchip/irq-bcm7*
2343 F:      drivers/irqchip/irq-brcmstb*
2344
2345 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2346 M:      Prashant Sreedharan <prashant@broadcom.com>
2347 M:      Michael Chan <mchan@broadcom.com>
2348 L:      netdev@vger.kernel.org
2349 S:      Supported
2350 F:      drivers/net/ethernet/broadcom/tg3.*
2351
2352 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2353 M:      Brett Rudley <brudley@broadcom.com>
2354 M:      Arend van Spriel <arend@broadcom.com>
2355 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2356 M:      Hante Meuleman <meuleman@broadcom.com>
2357 L:      linux-wireless@vger.kernel.org
2358 L:      brcm80211-dev-list@broadcom.com
2359 S:      Supported
2360 F:      drivers/net/wireless/brcm80211/
2361
2362 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2363 M:      QLogic-Storage-Upstream@qlogic.com
2364 L:      linux-scsi@vger.kernel.org
2365 S:      Supported
2366 F:      drivers/scsi/bnx2fc/
2367
2368 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2369 M:      QLogic-Storage-Upstream@qlogic.com
2370 L:      linux-scsi@vger.kernel.org
2371 S:      Supported
2372 F:      drivers/scsi/bnx2i/
2373
2374 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2375 M:      Ray Jui <rjui@broadcom.com>
2376 M:      Scott Branden <sbranden@broadcom.com>
2377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2378 L:      bcm-kernel-feedback-list@broadcom.com
2379 T:      git git://github.com/broadcom/cygnus-linux.git
2380 S:      Maintained
2381 N:      iproc
2382 N:      cygnus
2383 N:      bcm9113*
2384 N:      bcm9583*
2385 N:      bcm583*
2386 N:      bcm113*
2387
2388 BROADCOM BRCMSTB GPIO DRIVER
2389 M:      Gregory Fong <gregory.0xf0@gmail.com>
2390 L:      bcm-kernel-feedback-list@broadcom.com>
2391 S:      Supported
2392 F:      drivers/gpio/gpio-brcmstb.c
2393 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2394
2395 BROADCOM KONA GPIO DRIVER
2396 M:      Ray Jui <rjui@broadcom.com>
2397 L:      bcm-kernel-feedback-list@broadcom.com
2398 S:      Supported
2399 F:      drivers/gpio/gpio-bcm-kona.c
2400 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2401
2402 BROADCOM NVRAM DRIVER
2403 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2404 L:      linux-mips@linux-mips.org
2405 S:      Maintained
2406 F:      drivers/firmware/broadcom/*
2407
2408 BROADCOM STB NAND FLASH DRIVER
2409 M:      Brian Norris <computersforpeace@gmail.com>
2410 L:      linux-mtd@lists.infradead.org
2411 S:      Maintained
2412 F:      drivers/mtd/nand/brcmnand/
2413
2414 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2415 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2416 L:      linux-wireless@vger.kernel.org
2417 S:      Maintained
2418 F:      drivers/bcma/
2419 F:      include/linux/bcma/
2420
2421 BROADCOM SYSTEMPORT ETHERNET DRIVER
2422 M:      Florian Fainelli <f.fainelli@gmail.com>
2423 L:      netdev@vger.kernel.org
2424 S:      Supported
2425 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2426
2427 BROCADE BFA FC SCSI DRIVER
2428 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2429 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2430 L:      linux-scsi@vger.kernel.org
2431 S:      Supported
2432 F:      drivers/scsi/bfa/
2433
2434 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2435 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2436 L:      netdev@vger.kernel.org
2437 S:      Supported
2438 F:      drivers/net/ethernet/brocade/bna/
2439
2440 BSG (block layer generic sg v4 driver)
2441 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2442 L:      linux-scsi@vger.kernel.org
2443 S:      Supported
2444 F:      block/bsg.c
2445 F:      include/linux/bsg.h
2446 F:      include/uapi/linux/bsg.h
2447
2448 BT87X AUDIO DRIVER
2449 M:      Clemens Ladisch <clemens@ladisch.de>
2450 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2451 T:      git git://git.alsa-project.org/alsa-kernel.git
2452 S:      Maintained
2453 F:      Documentation/sound/alsa/Bt87x.txt
2454 F:      sound/pci/bt87x.c
2455
2456 BT8XXGPIO DRIVER
2457 M:      Michael Buesch <m@bues.ch>
2458 W:      http://bu3sch.de/btgpio.php
2459 S:      Maintained
2460 F:      drivers/gpio/gpio-bt8xx.c
2461
2462 BTRFS FILE SYSTEM
2463 M:      Chris Mason <clm@fb.com>
2464 M:      Josef Bacik <jbacik@fb.com>
2465 M:      David Sterba <dsterba@suse.com>
2466 L:      linux-btrfs@vger.kernel.org
2467 W:      http://btrfs.wiki.kernel.org/
2468 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2470 S:      Maintained
2471 F:      Documentation/filesystems/btrfs.txt
2472 F:      fs/btrfs/
2473
2474 BTTV VIDEO4LINUX DRIVER
2475 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2476 L:      linux-media@vger.kernel.org
2477 W:      http://linuxtv.org
2478 T:      git git://linuxtv.org/media_tree.git
2479 S:      Odd fixes
2480 F:      Documentation/video4linux/bttv/
2481 F:      drivers/media/pci/bt8xx/bttv*
2482
2483 BUSLOGIC SCSI DRIVER
2484 M:      Khalid Aziz <khalid@gonehiking.org>
2485 L:      linux-scsi@vger.kernel.org
2486 S:      Maintained
2487 F:      drivers/scsi/BusLogic.*
2488 F:      drivers/scsi/FlashPoint.*
2489
2490 C-MEDIA CMI8788 DRIVER
2491 M:      Clemens Ladisch <clemens@ladisch.de>
2492 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2493 T:      git git://git.alsa-project.org/alsa-kernel.git
2494 S:      Maintained
2495 F:      sound/pci/oxygen/
2496
2497 C6X ARCHITECTURE
2498 M:      Mark Salter <msalter@redhat.com>
2499 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2500 L:      linux-c6x-dev@linux-c6x.org
2501 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2502 S:      Maintained
2503 F:      arch/c6x/
2504
2505 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2506 M:      David Howells <dhowells@redhat.com>
2507 L:      linux-cachefs@redhat.com
2508 S:      Supported
2509 F:      Documentation/filesystems/caching/cachefiles.txt
2510 F:      fs/cachefiles/
2511
2512 CADET FM/AM RADIO RECEIVER DRIVER
2513 M:      Hans Verkuil <hverkuil@xs4all.nl>
2514 L:      linux-media@vger.kernel.org
2515 T:      git git://linuxtv.org/media_tree.git
2516 W:      http://linuxtv.org
2517 S:      Maintained
2518 F:      drivers/media/radio/radio-cadet*
2519
2520 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2521 M:      Jonathan Corbet <corbet@lwn.net>
2522 L:      linux-media@vger.kernel.org
2523 T:      git git://linuxtv.org/media_tree.git
2524 S:      Maintained
2525 F:      Documentation/video4linux/cafe_ccic
2526 F:      drivers/media/platform/marvell-ccic/
2527
2528 CAIF NETWORK LAYER
2529 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2530 L:      netdev@vger.kernel.org
2531 S:      Supported
2532 F:      Documentation/networking/caif/
2533 F:      drivers/net/caif/
2534 F:      include/uapi/linux/caif/
2535 F:      include/net/caif/
2536 F:      net/caif/
2537
2538 CALGARY x86-64 IOMMU
2539 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2540 M:      "Jon D. Mason" <jdmason@kudzu.us>
2541 L:      discuss@x86-64.org
2542 S:      Maintained
2543 F:      arch/x86/kernel/pci-calgary_64.c
2544 F:      arch/x86/kernel/tce_64.c
2545 F:      arch/x86/include/asm/calgary.h
2546 F:      arch/x86/include/asm/tce.h
2547
2548 CAN NETWORK LAYER
2549 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2550 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2551 L:      linux-can@vger.kernel.org
2552 W:      https://github.com/linux-can
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2555 S:      Maintained
2556 F:      Documentation/networking/can.txt
2557 F:      net/can/
2558 F:      include/linux/can/core.h
2559 F:      include/uapi/linux/can.h
2560 F:      include/uapi/linux/can/bcm.h
2561 F:      include/uapi/linux/can/raw.h
2562 F:      include/uapi/linux/can/gw.h
2563
2564 CAN NETWORK DRIVERS
2565 M:      Wolfgang Grandegger <wg@grandegger.com>
2566 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2567 L:      linux-can@vger.kernel.org
2568 W:      https://github.com/linux-can
2569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2571 S:      Maintained
2572 F:      drivers/net/can/
2573 F:      include/linux/can/dev.h
2574 F:      include/linux/can/platform/
2575 F:      include/uapi/linux/can/error.h
2576 F:      include/uapi/linux/can/netlink.h
2577
2578 CAPABILITIES
2579 M:      Serge Hallyn <serge.hallyn@canonical.com>
2580 L:      linux-security-module@vger.kernel.org
2581 S:      Supported
2582 F:      include/linux/capability.h
2583 F:      include/uapi/linux/capability.h
2584 F:      security/commoncap.c
2585 F:      kernel/capability.c
2586
2587 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2588 M:      Kevin Tsai <ktsai@capellamicro.com>
2589 S:      Maintained
2590 F:      drivers/iio/light/cm*
2591 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2592
2593 CAVIUM LIQUIDIO NETWORK DRIVER
2594 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2595 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2596 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2597 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2598 L:     netdev@vger.kernel.org
2599 W:     http://www.cavium.com
2600 S:     Supported
2601 F:     drivers/net/ethernet/cavium/liquidio/
2602
2603 CC2520 IEEE-802.15.4 RADIO DRIVER
2604 M:      Varka Bhadram <varkabhadram@gmail.com>
2605 L:      linux-wpan@vger.kernel.org
2606 S:      Maintained
2607 F:      drivers/net/ieee802154/cc2520.c
2608 F:      include/linux/spi/cc2520.h
2609 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2610
2611 CELL BROADBAND ENGINE ARCHITECTURE
2612 M:      Arnd Bergmann <arnd@arndb.de>
2613 L:      linuxppc-dev@lists.ozlabs.org
2614 W:      http://www.ibm.com/developerworks/power/cell/
2615 S:      Supported
2616 F:      arch/powerpc/include/asm/cell*.h
2617 F:      arch/powerpc/include/asm/spu*.h
2618 F:      arch/powerpc/include/uapi/asm/spu*.h
2619 F:      arch/powerpc/oprofile/*cell*
2620 F:      arch/powerpc/platforms/cell/
2621
2622 CEPH COMMON CODE (LIBCEPH)
2623 M:      Ilya Dryomov <idryomov@gmail.com>
2624 M:      "Yan, Zheng" <zyan@redhat.com>
2625 M:      Sage Weil <sage@redhat.com>
2626 L:      ceph-devel@vger.kernel.org
2627 W:      http://ceph.com/
2628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2629 T:      git git://github.com/ceph/ceph-client.git
2630 S:      Supported
2631 F:      net/ceph/
2632 F:      include/linux/ceph/
2633 F:      include/linux/crush/
2634
2635 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2636 M:      "Yan, Zheng" <zyan@redhat.com>
2637 M:      Sage Weil <sage@redhat.com>
2638 M:      Ilya Dryomov <idryomov@gmail.com>
2639 L:      ceph-devel@vger.kernel.org
2640 W:      http://ceph.com/
2641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2642 T:      git git://github.com/ceph/ceph-client.git
2643 S:      Supported
2644 F:      Documentation/filesystems/ceph.txt
2645 F:      fs/ceph/
2646
2647 CERTIFICATE HANDLING:
2648 M:      David Howells <dhowells@redhat.com>
2649 M:      David Woodhouse <dwmw2@infradead.org>
2650 L:      keyrings@linux-nfs.org
2651 S:      Maintained
2652 F:      Documentation/module-signing.txt
2653 F:      certs/
2654 F:      scripts/extract-cert.c
2655
2656 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2657 L:      linux-usb@vger.kernel.org
2658 S:      Orphan
2659 F:      Documentation/usb/WUSB-Design-overview.txt
2660 F:      Documentation/usb/wusb-cbaf
2661 F:      drivers/usb/host/hwa-hc.c
2662 F:      drivers/usb/host/whci/
2663 F:      drivers/usb/wusbcore/
2664 F:      include/linux/usb/wusb*
2665
2666 CFAG12864B LCD DRIVER
2667 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2668 W:      http://miguelojeda.es/auxdisplay.htm
2669 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2670 S:      Maintained
2671 F:      drivers/auxdisplay/cfag12864b.c
2672 F:      include/linux/cfag12864b.h
2673
2674 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2675 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2676 W:      http://miguelojeda.es/auxdisplay.htm
2677 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2678 S:      Maintained
2679 F:      drivers/auxdisplay/cfag12864bfb.c
2680 F:      include/linux/cfag12864b.h
2681
2682 CFG80211 and NL80211
2683 M:      Johannes Berg <johannes@sipsolutions.net>
2684 L:      linux-wireless@vger.kernel.org
2685 W:      http://wireless.kernel.org/
2686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2688 S:      Maintained
2689 F:      include/uapi/linux/nl80211.h
2690 F:      include/net/cfg80211.h
2691 F:      net/wireless/*
2692 X:      net/wireless/wext*
2693
2694 CHAR and MISC DRIVERS
2695 M:      Arnd Bergmann <arnd@arndb.de>
2696 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2698 S:      Supported
2699 F:      drivers/char/*
2700 F:      drivers/misc/*
2701 F:      include/linux/miscdevice.h
2702
2703 CHECKPATCH
2704 M:      Andy Whitcroft <apw@canonical.com>
2705 M:      Joe Perches <joe@perches.com>
2706 S:      Maintained
2707 F:      scripts/checkpatch.pl
2708
2709 CHINESE DOCUMENTATION
2710 M:      Harry Wei <harryxiyou@gmail.com>
2711 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2712 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2713 S:      Maintained
2714 F:      Documentation/zh_CN/
2715
2716 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2717 M:      Peter Chen <Peter.Chen@freescale.com>
2718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2719 L:      linux-usb@vger.kernel.org
2720 S:      Maintained
2721 F:      drivers/usb/chipidea/
2722
2723 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2724 M:      Hans de Goede <hdegoede@redhat.com>
2725 L:      linux-input@vger.kernel.org
2726 S:      Maintained
2727 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2728 F:      drivers/input/touchscreen/chipone_icn8318.c
2729
2730 CHROME HARDWARE PLATFORM SUPPORT
2731 M:      Olof Johansson <olof@lixom.net>
2732 S:      Maintained
2733 F:      drivers/platform/chrome/
2734
2735 CISCO VIC ETHERNET NIC DRIVER
2736 M:      Christian Benvenuti <benve@cisco.com>
2737 M:      Sujith Sankar <ssujith@cisco.com>
2738 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2739 M:      Neel Patel <neepatel@cisco.com>
2740 S:      Supported
2741 F:      drivers/net/ethernet/cisco/enic/
2742
2743 CISCO VIC LOW LATENCY NIC DRIVER
2744 M:      Upinder Malhi <umalhi@cisco.com>
2745 S:      Supported
2746 F:      drivers/infiniband/hw/usnic
2747
2748 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2749 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2750 L:      netdev@vger.kernel.org
2751 S:      Maintained
2752 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2753
2754 CIRRUS LOGIC AUDIO CODEC DRIVERS
2755 M:      Brian Austin <brian.austin@cirrus.com>
2756 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2757 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2758 S:      Maintained
2759 F:      sound/soc/codecs/cs*
2760
2761 CLEANCACHE API
2762 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2763 L:      linux-kernel@vger.kernel.org
2764 S:      Maintained
2765 F:      mm/cleancache.c
2766 F:      include/linux/cleancache.h
2767
2768 CLK API
2769 M:      Russell King <linux@arm.linux.org.uk>
2770 L:      linux-clk@vger.kernel.org
2771 S:      Maintained
2772 F:      include/linux/clk.h
2773
2774 CLOCKSOURCE, CLOCKEVENT DRIVERS
2775 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2776 M:      Thomas Gleixner <tglx@linutronix.de>
2777 L:      linux-kernel@vger.kernel.org
2778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2779 S:      Supported
2780 F:      drivers/clocksource
2781
2782 CISCO FCOE HBA DRIVER
2783 M:      Hiral Patel <hiralpat@cisco.com>
2784 M:      Suma Ramars <sramars@cisco.com>
2785 M:      Brian Uchino <buchino@cisco.com>
2786 L:      linux-scsi@vger.kernel.org
2787 S:      Supported
2788 F:      drivers/scsi/fnic/
2789
2790 CISCO SCSI HBA DRIVER
2791 M:      Narsimhulu Musini <nmusini@cisco.com>
2792 M:      Sesidhar Baddela <sebaddel@cisco.com>
2793 L:      linux-scsi@vger.kernel.org
2794 S:      Supported
2795 F:      drivers/scsi/snic/
2796
2797 CMPC ACPI DRIVER
2798 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2799 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2800 L:      platform-driver-x86@vger.kernel.org
2801 S:      Supported
2802 F:      drivers/platform/x86/classmate-laptop.c
2803
2804 COBALT MEDIA DRIVER
2805 M:      Hans Verkuil <hans.verkuil@cisco.com>
2806 L:      linux-media@vger.kernel.org
2807 T:      git git://linuxtv.org/media_tree.git
2808 W:      http://linuxtv.org
2809 S:      Supported
2810 F:      drivers/media/pci/cobalt/
2811
2812 COCCINELLE/Semantic Patches (SmPL)
2813 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2814 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2815 M:      Nicolas Palix <nicolas.palix@imag.fr>
2816 M:      Michal Marek <mmarek@suse.com>
2817 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2819 W:      http://coccinelle.lip6.fr/
2820 S:      Supported
2821 F:      Documentation/coccinelle.txt
2822 F:      scripts/coccinelle/
2823 F:      scripts/coccicheck
2824
2825 CODA FILE SYSTEM
2826 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2827 M:      coda@cs.cmu.edu
2828 L:      codalist@coda.cs.cmu.edu
2829 W:      http://www.coda.cs.cmu.edu/
2830 S:      Maintained
2831 F:      Documentation/filesystems/coda.txt
2832 F:      fs/coda/
2833 F:      include/linux/coda*.h
2834 F:      include/uapi/linux/coda*.h
2835
2836 CODA V4L2 MEM2MEM DRIVER
2837 M:      Philipp Zabel <p.zabel@pengutronix.de>
2838 L:      linux-media@vger.kernel.org
2839 S:      Maintained
2840 F:      Documentation/devicetree/bindings/media/coda.txt
2841 F:      drivers/media/platform/coda/
2842
2843 COMMON CLK FRAMEWORK
2844 M:      Michael Turquette <mturquette@baylibre.com>
2845 M:      Stephen Boyd <sboyd@codeaurora.org>
2846 L:      linux-clk@vger.kernel.org
2847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2848 S:      Maintained
2849 F:      drivers/clk/
2850 X:      drivers/clk/clkdev.c
2851 F:      include/linux/clk-pr*
2852 F:      include/linux/clk/
2853
2854 COMMON INTERNET FILE SYSTEM (CIFS)
2855 M:      Steve French <sfrench@samba.org>
2856 L:      linux-cifs@vger.kernel.org
2857 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2858 W:      http://linux-cifs.samba.org/
2859 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2860 S:      Supported
2861 F:      Documentation/filesystems/cifs/
2862 F:      fs/cifs/
2863
2864 COMPACTPCI HOTPLUG CORE
2865 M:      Scott Murray <scott@spiteful.org>
2866 L:      linux-pci@vger.kernel.org
2867 S:      Maintained
2868 F:      drivers/pci/hotplug/cpci_hotplug*
2869
2870 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2871 M:      Scott Murray <scott@spiteful.org>
2872 L:      linux-pci@vger.kernel.org
2873 S:      Maintained
2874 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2875
2876 COMPACTPCI HOTPLUG GENERIC DRIVER
2877 M:      Scott Murray <scott@spiteful.org>
2878 L:      linux-pci@vger.kernel.org
2879 S:      Maintained
2880 F:      drivers/pci/hotplug/cpcihp_generic.c
2881
2882 COMPAL LAPTOP SUPPORT
2883 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2884 L:      platform-driver-x86@vger.kernel.org
2885 S:      Maintained
2886 F:      drivers/platform/x86/compal-laptop.c
2887
2888 CONEXANT ACCESSRUNNER USB DRIVER
2889 M:      Simon Arlott <cxacru@fire.lp0.eu>
2890 L:      accessrunner-general@lists.sourceforge.net
2891 W:      http://accessrunner.sourceforge.net/
2892 S:      Maintained
2893 F:      drivers/usb/atm/cxacru.c
2894
2895 CONFIGFS
2896 M:      Joel Becker <jlbec@evilplan.org>
2897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2898 S:      Supported
2899 F:      fs/configfs/
2900 F:      include/linux/configfs.h
2901
2902 CONNECTOR
2903 M:      Evgeniy Polyakov <zbr@ioremap.net>
2904 L:      netdev@vger.kernel.org
2905 S:      Maintained
2906 F:      drivers/connector/
2907
2908 CONTROL GROUP (CGROUP)
2909 M:      Tejun Heo <tj@kernel.org>
2910 M:      Li Zefan <lizefan@huawei.com>
2911 M:      Johannes Weiner <hannes@cmpxchg.org>
2912 L:      cgroups@vger.kernel.org
2913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2914 S:      Maintained
2915 F:      Documentation/cgroups/
2916 F:      include/linux/cgroup*
2917 F:      kernel/cgroup*
2918
2919 CONTROL GROUP - CPUSET
2920 M:      Li Zefan <lizefan@huawei.com>
2921 L:      cgroups@vger.kernel.org
2922 W:      http://www.bullopensource.org/cpuset/
2923 W:      http://oss.sgi.com/projects/cpusets/
2924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2925 S:      Maintained
2926 F:      Documentation/cgroups/cpusets.txt
2927 F:      include/linux/cpuset.h
2928 F:      kernel/cpuset.c
2929
2930 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2931 M:      Johannes Weiner <hannes@cmpxchg.org>
2932 M:      Michal Hocko <mhocko@kernel.org>
2933 L:      cgroups@vger.kernel.org
2934 L:      linux-mm@kvack.org
2935 S:      Maintained
2936 F:      mm/memcontrol.c
2937 F:      mm/swap_cgroup.c
2938
2939 CORETEMP HARDWARE MONITORING DRIVER
2940 M:      Fenghua Yu <fenghua.yu@intel.com>
2941 L:      lm-sensors@lm-sensors.org
2942 S:      Maintained
2943 F:      Documentation/hwmon/coretemp
2944 F:      drivers/hwmon/coretemp.c
2945
2946 COSA/SRP SYNC SERIAL DRIVER
2947 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2948 W:      http://www.fi.muni.cz/~kas/cosa/
2949 S:      Maintained
2950 F:      drivers/net/wan/cosa*
2951
2952 CPMAC ETHERNET DRIVER
2953 M:      Florian Fainelli <florian@openwrt.org>
2954 L:      netdev@vger.kernel.org
2955 S:      Maintained
2956 F:      drivers/net/ethernet/ti/cpmac.c
2957
2958 CPU FREQUENCY DRIVERS
2959 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2960 M:      Viresh Kumar <viresh.kumar@linaro.org>
2961 L:      linux-pm@vger.kernel.org
2962 S:      Maintained
2963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2964 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2965 F:      drivers/cpufreq/
2966 F:      include/linux/cpufreq.h
2967
2968 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2969 M:      Viresh Kumar <viresh.kumar@linaro.org>
2970 M:      Sudeep Holla <sudeep.holla@arm.com>
2971 L:      linux-pm@vger.kernel.org
2972 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2973 S:      Maintained
2974 F:      drivers/cpufreq/arm_big_little.h
2975 F:      drivers/cpufreq/arm_big_little.c
2976 F:      drivers/cpufreq/arm_big_little_dt.c
2977
2978 CPUIDLE DRIVER - ARM BIG LITTLE
2979 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2980 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2981 L:      linux-pm@vger.kernel.org
2982 L:      linux-arm-kernel@lists.infradead.org
2983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2984 S:      Maintained
2985 F:      drivers/cpuidle/cpuidle-big_little.c
2986
2987 CPUIDLE DRIVER - ARM EXYNOS
2988 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2989 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2990 M:      Kukjin Kim <kgene@kernel.org>
2991 L:      linux-pm@vger.kernel.org
2992 L:      linux-samsung-soc@vger.kernel.org
2993 S:      Supported
2994 F:      drivers/cpuidle/cpuidle-exynos.c
2995 F:      arch/arm/mach-exynos/pm.c
2996
2997 CPUIDLE DRIVERS
2998 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2999 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3000 L:      linux-pm@vger.kernel.org
3001 S:      Maintained
3002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3003 F:      drivers/cpuidle/*
3004 F:      include/linux/cpuidle.h
3005
3006 CPUID/MSR DRIVER
3007 M:      "H. Peter Anvin" <hpa@zytor.com>
3008 S:      Maintained
3009 F:      arch/x86/kernel/cpuid.c
3010 F:      arch/x86/kernel/msr.c
3011
3012 CPU POWER MONITORING SUBSYSTEM
3013 M:      Thomas Renninger <trenn@suse.com>
3014 L:      linux-pm@vger.kernel.org
3015 S:      Maintained
3016 F:      tools/power/cpupower/
3017
3018 CRAMFS FILESYSTEM
3019 W:      http://sourceforge.net/projects/cramfs/
3020 S:      Orphan / Obsolete
3021 F:      Documentation/filesystems/cramfs.txt
3022 F:      fs/cramfs/
3023
3024 CRIS PORT
3025 M:      Mikael Starvik <starvik@axis.com>
3026 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3027 L:      linux-cris-kernel@axis.com
3028 W:      http://developer.axis.com
3029 S:      Maintained
3030 F:      arch/cris/
3031 F:      drivers/tty/serial/crisv10.*
3032
3033 CRYPTO API
3034 M:      Herbert Xu <herbert@gondor.apana.org.au>
3035 M:      "David S. Miller" <davem@davemloft.net>
3036 L:      linux-crypto@vger.kernel.org
3037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3038 S:      Maintained
3039 F:      Documentation/crypto/
3040 F:      Documentation/DocBook/crypto-API.tmpl
3041 F:      arch/*/crypto/
3042 F:      crypto/
3043 F:      drivers/crypto/
3044 F:      include/crypto/
3045
3046 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3047 M:      Neil Horman <nhorman@tuxdriver.com>
3048 L:      linux-crypto@vger.kernel.org
3049 S:      Maintained
3050 F:      crypto/ansi_cprng.c
3051 F:      crypto/rng.c
3052
3053 CS5535 Audio ALSA driver
3054 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3055 S:      Maintained
3056 F:      sound/pci/cs5535audio/
3057
3058 CW1200 WLAN driver
3059 M:      Solomon Peachy <pizza@shaftnet.org>
3060 S:      Maintained
3061 F:      drivers/net/wireless/cw1200/
3062
3063 CX18 VIDEO4LINUX DRIVER
3064 M:      Andy Walls <awalls@md.metrocast.net>
3065 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3066 L:      linux-media@vger.kernel.org
3067 T:      git git://linuxtv.org/media_tree.git
3068 W:      http://linuxtv.org
3069 W:      http://www.ivtvdriver.org/index.php/Cx18
3070 S:      Maintained
3071 F:      Documentation/video4linux/cx18.txt
3072 F:      drivers/media/pci/cx18/
3073 F:      include/uapi/linux/ivtv*
3074
3075 CX2341X MPEG ENCODER HELPER MODULE
3076 M:      Hans Verkuil <hverkuil@xs4all.nl>
3077 L:      linux-media@vger.kernel.org
3078 T:      git git://linuxtv.org/media_tree.git
3079 W:      http://linuxtv.org
3080 S:      Maintained
3081 F:      drivers/media/common/cx2341x*
3082 F:      include/media/cx2341x*
3083
3084 CX24120 MEDIA DRIVER
3085 M:      Jemma Denson <jdenson@gmail.com>
3086 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3087 L:      linux-media@vger.kernel.org
3088 W:      http://linuxtv.org/
3089 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3090 S:      Maintained
3091 F:      drivers/media/dvb-frontends/cx24120*
3092
3093 CX88 VIDEO4LINUX DRIVER
3094 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3095 L:      linux-media@vger.kernel.org
3096 W:      http://linuxtv.org
3097 T:      git git://linuxtv.org/media_tree.git
3098 S:      Odd fixes
3099 F:      Documentation/video4linux/cx88/
3100 F:      drivers/media/pci/cx88/
3101
3102 CXD2820R MEDIA DRIVER
3103 M:      Antti Palosaari <crope@iki.fi>
3104 L:      linux-media@vger.kernel.org
3105 W:      http://linuxtv.org/
3106 W:      http://palosaari.fi/linux/
3107 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3108 T:      git git://linuxtv.org/anttip/media_tree.git
3109 S:      Maintained
3110 F:      drivers/media/dvb-frontends/cxd2820r*
3111
3112 CXGB3 ETHERNET DRIVER (CXGB3)
3113 M:      Santosh Raspatur <santosh@chelsio.com>
3114 L:      netdev@vger.kernel.org
3115 W:      http://www.chelsio.com
3116 S:      Supported
3117 F:      drivers/net/ethernet/chelsio/cxgb3/
3118
3119 CXGB3 ISCSI DRIVER (CXGB3I)
3120 M:      Karen Xie <kxie@chelsio.com>
3121 L:      linux-scsi@vger.kernel.org
3122 W:      http://www.chelsio.com
3123 S:      Supported
3124 F:      drivers/scsi/cxgbi/cxgb3i
3125
3126 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3127 M:      Steve Wise <swise@chelsio.com>
3128 L:      linux-rdma@vger.kernel.org
3129 W:      http://www.openfabrics.org
3130 S:      Supported
3131 F:      drivers/infiniband/hw/cxgb3/
3132
3133 CXGB4 ETHERNET DRIVER (CXGB4)
3134 M:      Hariprasad S <hariprasad@chelsio.com>
3135 L:      netdev@vger.kernel.org
3136 W:      http://www.chelsio.com
3137 S:      Supported
3138 F:      drivers/net/ethernet/chelsio/cxgb4/
3139
3140 CXGB4 ISCSI DRIVER (CXGB4I)
3141 M:      Karen Xie <kxie@chelsio.com>
3142 L:      linux-scsi@vger.kernel.org
3143 W:      http://www.chelsio.com
3144 S:      Supported
3145 F:      drivers/scsi/cxgbi/cxgb4i
3146
3147 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3148 M:      Steve Wise <swise@chelsio.com>
3149 L:      linux-rdma@vger.kernel.org
3150 W:      http://www.openfabrics.org
3151 S:      Supported
3152 F:      drivers/infiniband/hw/cxgb4/
3153
3154 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3155 M:      Casey Leedom <leedom@chelsio.com>
3156 L:      netdev@vger.kernel.org
3157 W:      http://www.chelsio.com
3158 S:      Supported
3159 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3160
3161 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3162 M:      Ian Munsie <imunsie@au1.ibm.com>
3163 M:      Michael Neuling <mikey@neuling.org>
3164 L:      linuxppc-dev@lists.ozlabs.org
3165 S:      Supported
3166 F:      drivers/misc/cxl/
3167 F:      include/misc/cxl*
3168 F:      include/uapi/misc/cxl.h
3169 F:      Documentation/powerpc/cxl.txt
3170 F:      Documentation/powerpc/cxl.txt
3171 F:      Documentation/ABI/testing/sysfs-class-cxl
3172
3173 STMMAC ETHERNET DRIVER
3174 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3175 L:      netdev@vger.kernel.org
3176 W:      http://www.stlinux.com
3177 S:      Supported
3178 F:      drivers/net/ethernet/stmicro/stmmac/
3179
3180 CYBERPRO FB DRIVER
3181 M:      Russell King <linux@arm.linux.org.uk>
3182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3183 W:      http://www.arm.linux.org.uk/
3184 S:      Maintained
3185 F:      drivers/video/fbdev/cyber2000fb.*
3186
3187 CYCLADES ASYNC MUX DRIVER
3188 W:      http://www.cyclades.com/
3189 S:      Orphan
3190 F:      drivers/tty/cyclades.c
3191 F:      include/linux/cyclades.h
3192 F:      include/uapi/linux/cyclades.h
3193
3194 CYCLADES PC300 DRIVER
3195 W:      http://www.cyclades.com/
3196 S:      Orphan
3197 F:      drivers/net/wan/pc300*
3198
3199 CYPRESS_FIRMWARE MEDIA DRIVER
3200 M:      Antti Palosaari <crope@iki.fi>
3201 L:      linux-media@vger.kernel.org
3202 W:      http://linuxtv.org/
3203 W:      http://palosaari.fi/linux/
3204 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3205 T:      git git://linuxtv.org/anttip/media_tree.git
3206 S:      Maintained
3207 F:      drivers/media/common/cypress_firmware*
3208
3209 CYTTSP TOUCHSCREEN DRIVER
3210 M:      Ferruh Yigit <fery@cypress.com>
3211 L:      linux-input@vger.kernel.org
3212 S:      Supported
3213 F:      drivers/input/touchscreen/cyttsp*
3214 F:      include/linux/input/cyttsp.h
3215
3216 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3217 M:      Joshua Kinard <kumba@gentoo.org>
3218 S:      Maintained
3219 F:      drivers/rtc/rtc-ds1685.c
3220 F:      include/linux/rtc/ds1685.h
3221
3222 DAMA SLAVE for AX.25
3223 M:      Joerg Reuter <jreuter@yaina.de>
3224 W:      http://yaina.de/jreuter/
3225 W:      http://www.qsl.net/dl1bke/
3226 L:      linux-hams@vger.kernel.org
3227 S:      Maintained
3228 F:      net/ax25/af_ax25.c
3229 F:      net/ax25/ax25_dev.c
3230 F:      net/ax25/ax25_ds_*
3231 F:      net/ax25/ax25_in.c
3232 F:      net/ax25/ax25_out.c
3233 F:      net/ax25/ax25_timer.c
3234 F:      net/ax25/sysctl_net_ax25.c
3235
3236 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3237 L:      netdev@vger.kernel.org
3238 S:      Orphan
3239 F:      Documentation/networking/dmfe.txt
3240 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3241
3242 DC390/AM53C974 SCSI driver
3243 M:      Hannes Reinecke <hare@suse.com>
3244 L:      linux-scsi@vger.kernel.org
3245 S:      Maintained
3246 F:      drivers/scsi/am53c974.c
3247
3248 DC395x SCSI driver
3249 M:      Oliver Neukum <oliver@neukum.org>
3250 M:      Ali Akcaagac <aliakc@web.de>
3251 M:      Jamie Lenehan <lenehan@twibble.org>
3252 L:      dc395x@twibble.org
3253 W:      http://twibble.org/dist/dc395x/
3254 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3255 S:      Maintained
3256 F:      Documentation/scsi/dc395x.txt
3257 F:      drivers/scsi/dc395x.*
3258
3259 DCCP PROTOCOL
3260 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3261 L:      dccp@vger.kernel.org
3262 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3263 S:      Maintained
3264 F:      include/linux/dccp.h
3265 F:      include/uapi/linux/dccp.h
3266 F:      include/linux/tfrc.h
3267 F:      net/dccp/
3268
3269 DECnet NETWORK LAYER
3270 W:      http://linux-decnet.sourceforge.net
3271 L:      linux-decnet-user@lists.sourceforge.net
3272 S:      Orphan
3273 F:      Documentation/networking/decnet.txt
3274 F:      net/decnet/
3275
3276 DECSTATION PLATFORM SUPPORT
3277 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3278 L:      linux-mips@linux-mips.org
3279 W:      http://www.linux-mips.org/wiki/DECstation
3280 S:      Maintained
3281 F:      arch/mips/dec/
3282 F:      arch/mips/include/asm/dec/
3283 F:      arch/mips/include/asm/mach-dec/
3284
3285 DEFXX FDDI NETWORK DRIVER
3286 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3287 S:      Maintained
3288 F:      drivers/net/fddi/defxx.*
3289
3290 DELL LAPTOP DRIVER
3291 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3292 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3293 L:      platform-driver-x86@vger.kernel.org
3294 S:      Maintained
3295 F:      drivers/platform/x86/dell-laptop.c
3296
3297 DELL LAPTOP RBTN DRIVER
3298 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3299 S:      Maintained
3300 F:      drivers/platform/x86/dell-rbtn.*
3301
3302 DELL LAPTOP FREEFALL DRIVER
3303 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3304 S:      Maintained
3305 F:      drivers/platform/x86/dell-smo8800.c
3306
3307 DELL LAPTOP SMM DRIVER
3308 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3309 S:      Maintained
3310 F:      drivers/hwmon/dell-smm-hwmon.c
3311 F:      include/uapi/linux/i8k.h
3312
3313 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3314 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3315 S:      Maintained
3316 F:      Documentation/dcdbas.txt
3317 F:      drivers/firmware/dcdbas.*
3318
3319 DELL WMI EXTRAS DRIVER
3320 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3321 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3322 S:      Maintained
3323 F:      drivers/platform/x86/dell-wmi.c
3324
3325 DESIGNWARE USB2 DRD IP DRIVER
3326 M:      John Youn <johnyoun@synopsys.com>
3327 L:      linux-usb@vger.kernel.org
3328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3329 S:      Maintained
3330 F:      drivers/usb/dwc2/
3331
3332 DESIGNWARE USB3 DRD IP DRIVER
3333 M:      Felipe Balbi <balbi@ti.com>
3334 L:      linux-usb@vger.kernel.org
3335 L:      linux-omap@vger.kernel.org
3336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3337 S:      Maintained
3338 F:      drivers/usb/dwc3/
3339
3340 DEVICE COREDUMP (DEV_COREDUMP)
3341 M:      Johannes Berg <johannes@sipsolutions.net>
3342 L:      linux-kernel@vger.kernel.org
3343 S:      Maintained
3344 F:      drivers/base/devcoredump.c
3345 F:      include/linux/devcoredump.h
3346
3347 DEVICE FREQUENCY (DEVFREQ)
3348 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3349 M:      Kyungmin Park <kyungmin.park@samsung.com>
3350 L:      linux-pm@vger.kernel.org
3351 S:      Maintained
3352 F:      drivers/devfreq/
3353
3354 DEVICE NUMBER REGISTRY
3355 M:      Torben Mathiasen <device@lanana.org>
3356 W:      http://lanana.org/docs/device-list/index.html
3357 S:      Maintained
3358
3359 DEVICE-MAPPER  (LVM)
3360 M:      Alasdair Kergon <agk@redhat.com>
3361 M:      Mike Snitzer <snitzer@redhat.com>
3362 M:      dm-devel@redhat.com
3363 L:      dm-devel@redhat.com
3364 W:      http://sources.redhat.com/dm
3365 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3367 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3368 S:      Maintained
3369 F:      Documentation/device-mapper/
3370 F:      drivers/md/dm*
3371 F:      drivers/md/persistent-data/
3372 F:      include/linux/device-mapper.h
3373 F:      include/linux/dm-*.h
3374 F:      include/uapi/linux/dm-*.h
3375
3376 DIALOG SEMICONDUCTOR DRIVERS
3377 M:      Support Opensource <support.opensource@diasemi.com>
3378 W:      http://www.dialog-semiconductor.com/products
3379 S:      Supported
3380 F:      Documentation/hwmon/da90??
3381 F:      drivers/gpio/gpio-da90??.c
3382 F:      drivers/hwmon/da90??-hwmon.c
3383 F:      drivers/iio/adc/da91??-*.c
3384 F:      drivers/input/misc/da90??_onkey.c
3385 F:      drivers/input/touchscreen/da9052_tsi.c
3386 F:      drivers/leds/leds-da90??.c
3387 F:      drivers/mfd/da903x.c
3388 F:      drivers/mfd/da90??-*.c
3389 F:      drivers/mfd/da91??-*.c
3390 F:      drivers/power/da9052-battery.c
3391 F:      drivers/power/da91??-*.c
3392 F:      drivers/regulator/da903x.c
3393 F:      drivers/regulator/da9???-regulator.[ch]
3394 F:      drivers/rtc/rtc-da90??.c
3395 F:      drivers/video/backlight/da90??_bl.c
3396 F:      drivers/watchdog/da90??_wdt.c
3397 F:      include/linux/mfd/da903x.h
3398 F:      include/linux/mfd/da9052/
3399 F:      include/linux/mfd/da9055/
3400 F:      include/linux/mfd/da9063/
3401 F:      include/linux/mfd/da9150/
3402 F:      include/sound/da[79]*.h
3403 F:      sound/soc/codecs/da[79]*.[ch]
3404
3405 DIGI NEO AND CLASSIC PCI PRODUCTS
3406 M:      Lidza Louina <lidza.louina@gmail.com>
3407 M:      Mark Hounschell <markh@compro.net>
3408 L:      driverdev-devel@linuxdriverproject.org
3409 S:      Maintained
3410 F:      drivers/staging/dgnc/
3411
3412 DIGI EPCA PCI PRODUCTS
3413 M:      Lidza Louina <lidza.louina@gmail.com>
3414 M:      Daeseok Youn <daeseok.youn@gmail.com>
3415 L:      driverdev-devel@linuxdriverproject.org
3416 S:      Maintained
3417 F:      drivers/staging/dgap/
3418
3419 DIOLAN U2C-12 I2C DRIVER
3420 M:      Guenter Roeck <linux@roeck-us.net>
3421 L:      linux-i2c@vger.kernel.org
3422 S:      Maintained
3423 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3424
3425 DIRECT ACCESS (DAX)
3426 M:      Matthew Wilcox <willy@linux.intel.com>
3427 L:      linux-fsdevel@vger.kernel.org
3428 S:      Supported
3429 F:      fs/dax.c
3430
3431 DIRECTORY NOTIFICATION (DNOTIFY)
3432 M:      Eric Paris <eparis@parisplace.org>
3433 S:      Maintained
3434 F:      Documentation/filesystems/dnotify.txt
3435 F:      fs/notify/dnotify/
3436 F:      include/linux/dnotify.h
3437
3438 DISK GEOMETRY AND PARTITION HANDLING
3439 M:      Andries Brouwer <aeb@cwi.nl>
3440 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3441 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3442 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3443 S:      Maintained
3444
3445 DISKQUOTA
3446 M:      Jan Kara <jack@suse.com>
3447 S:      Maintained
3448 F:      Documentation/filesystems/quota.txt
3449 F:      fs/quota/
3450 F:      include/linux/quota*.h
3451 F:      include/uapi/linux/quota*.h
3452
3453 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3454 M:      Bernie Thompson <bernie@plugable.com>
3455 L:      linux-fbdev@vger.kernel.org
3456 S:      Maintained
3457 W:      http://plugable.com/category/projects/udlfb/
3458 F:      drivers/video/fbdev/udlfb.c
3459 F:      include/video/udlfb.h
3460 F:      Documentation/fb/udlfb.txt
3461
3462 DISTRIBUTED LOCK MANAGER (DLM)
3463 M:      Christine Caulfield <ccaulfie@redhat.com>
3464 M:      David Teigland <teigland@redhat.com>
3465 L:      cluster-devel@redhat.com
3466 W:      http://sources.redhat.com/cluster/
3467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3468 S:      Supported
3469 F:      fs/dlm/
3470
3471 DMA BUFFER SHARING FRAMEWORK
3472 M:      Sumit Semwal <sumit.semwal@linaro.org>
3473 S:      Maintained
3474 L:      linux-media@vger.kernel.org
3475 L:      dri-devel@lists.freedesktop.org
3476 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3477 F:      drivers/dma-buf/
3478 F:      include/linux/dma-buf*
3479 F:      include/linux/reservation.h
3480 F:      include/linux/*fence.h
3481 F:      Documentation/dma-buf-sharing.txt
3482 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3483
3484 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3485 M:      Vinod Koul <vinod.koul@intel.com>
3486 L:      dmaengine@vger.kernel.org
3487 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3488 S:      Maintained
3489 F:      drivers/dma/
3490 F:      include/linux/dmaengine.h
3491 F:      Documentation/dmaengine/
3492 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3493
3494 DME1737 HARDWARE MONITOR DRIVER
3495 M:      Juerg Haefliger <juergh@gmail.com>
3496 L:      lm-sensors@lm-sensors.org
3497 S:      Maintained
3498 F:      Documentation/hwmon/dme1737
3499 F:      drivers/hwmon/dme1737.c
3500
3501 DMI/SMBIOS SUPPORT
3502 M:      Jean Delvare <jdelvare@suse.com>
3503 S:      Maintained
3504 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3505 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3506 F:      drivers/firmware/dmi-id.c
3507 F:      drivers/firmware/dmi_scan.c
3508 F:      include/linux/dmi.h
3509
3510 DOCUMENTATION
3511 M:      Jonathan Corbet <corbet@lwn.net>
3512 L:      linux-doc@vger.kernel.org
3513 S:      Maintained
3514 F:      Documentation/
3515 X:      Documentation/ABI/
3516 X:      Documentation/devicetree/
3517 X:      Documentation/acpi
3518 X:      Documentation/power
3519 X:      Documentation/spi
3520 X:      Documentation/DocBook/media
3521 T:      git git://git.lwn.net/linux-2.6.git docs-next
3522
3523 DOUBLETALK DRIVER
3524 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3525 L:      blinux-list@redhat.com
3526 S:      Maintained
3527 F:      drivers/char/dtlk.c
3528 F:      include/linux/dtlk.h
3529
3530 DPT_I2O SCSI RAID DRIVER
3531 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3532 L:      linux-scsi@vger.kernel.org
3533 W:      http://www.adaptec.com/
3534 S:      Maintained
3535 F:      drivers/scsi/dpt*
3536 F:      drivers/scsi/dpt/
3537
3538 DRBD DRIVER
3539 P:      Philipp Reisner
3540 P:      Lars Ellenberg
3541 M:      drbd-dev@lists.linbit.com
3542 L:      drbd-user@lists.linbit.com
3543 W:      http://www.drbd.org
3544 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3545 T:      git git://git.drbd.org/drbd-8.3.git
3546 S:      Supported
3547 F:      drivers/block/drbd/
3548 F:      lib/lru_cache.c
3549 F:      Documentation/blockdev/drbd/
3550
3551 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3552 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3554 S:      Supported
3555 F:      Documentation/kobject.txt
3556 F:      drivers/base/
3557 F:      fs/debugfs/
3558 F:      fs/kernfs/
3559 F:      fs/sysfs/
3560 F:      include/linux/debugfs.h
3561 F:      include/linux/kobj*
3562 F:      lib/kobj*
3563
3564 DRM DRIVERS
3565 M:      David Airlie <airlied@linux.ie>
3566 L:      dri-devel@lists.freedesktop.org
3567 T:      git git://people.freedesktop.org/~airlied/linux
3568 S:      Maintained
3569 F:      drivers/gpu/drm/
3570 F:      drivers/gpu/vga/
3571 F:      include/drm/
3572 F:      include/uapi/drm/
3573
3574 RADEON DRM DRIVERS
3575 M:      Alex Deucher <alexander.deucher@amd.com>
3576 M:      Christian König <christian.koenig@amd.com>
3577 L:      dri-devel@lists.freedesktop.org
3578 T:      git git://people.freedesktop.org/~agd5f/linux
3579 S:      Supported
3580 F:      drivers/gpu/drm/radeon/
3581 F:      include/uapi/drm/radeon*
3582
3583 DRM PANEL DRIVERS
3584 M:      Thierry Reding <thierry.reding@gmail.com>
3585 L:      dri-devel@lists.freedesktop.org
3586 T:      git git://anongit.freedesktop.org/tegra/linux.git
3587 S:      Maintained
3588 F:      drivers/gpu/drm/drm_panel.c
3589 F:      drivers/gpu/drm/panel/
3590 F:      include/drm/drm_panel.h
3591 F:      Documentation/devicetree/bindings/panel/
3592
3593 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3594 M:      Daniel Vetter <daniel.vetter@intel.com>
3595 M:      Jani Nikula <jani.nikula@linux.intel.com>
3596 L:      intel-gfx@lists.freedesktop.org
3597 L:      dri-devel@lists.freedesktop.org
3598 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3599 T:      git git://anongit.freedesktop.org/drm-intel
3600 S:      Supported
3601 F:      drivers/gpu/drm/i915/
3602 F:      include/drm/i915*
3603 F:      include/uapi/drm/i915*
3604
3605 DRM DRIVERS FOR ATMEL HLCDC
3606 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3607 L:      dri-devel@lists.freedesktop.org
3608 S:      Supported
3609 F:      drivers/gpu/drm/atmel-hlcdc/
3610 F:      Documentation/devicetree/bindings/drm/atmel/
3611
3612 DRM DRIVERS FOR EXYNOS
3613 M:      Inki Dae <inki.dae@samsung.com>
3614 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3615 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3616 M:      Kyungmin Park <kyungmin.park@samsung.com>
3617 L:      dri-devel@lists.freedesktop.org
3618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3619 S:      Supported
3620 F:      drivers/gpu/drm/exynos/
3621 F:      include/drm/exynos*
3622 F:      include/uapi/drm/exynos*
3623
3624 DRM DRIVERS FOR FREESCALE DCU
3625 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3626 M:      Alison Wang <alison.wang@freescale.com>
3627 L:      dri-devel@lists.freedesktop.org
3628 S:      Supported
3629 F:      drivers/gpu/drm/fsl-dcu/
3630 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3631 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3632
3633 DRM DRIVERS FOR FREESCALE IMX
3634 M:      Philipp Zabel <p.zabel@pengutronix.de>
3635 L:      dri-devel@lists.freedesktop.org
3636 S:      Maintained
3637 F:      drivers/gpu/drm/imx/
3638 F:      Documentation/devicetree/bindings/drm/imx/
3639
3640 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3641 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3642 L:      dri-devel@lists.freedesktop.org
3643 T:      git git://github.com/patjak/drm-gma500
3644 S:      Maintained
3645 F:      drivers/gpu/drm/gma500
3646 F:      include/drm/gma500*
3647
3648 DRM DRIVERS FOR NVIDIA TEGRA
3649 M:      Thierry Reding <thierry.reding@gmail.com>
3650 M:      Terje Bergström <tbergstrom@nvidia.com>
3651 L:      dri-devel@lists.freedesktop.org
3652 L:      linux-tegra@vger.kernel.org
3653 T:      git git://anongit.freedesktop.org/tegra/linux.git
3654 S:      Supported
3655 F:      drivers/gpu/drm/tegra/
3656 F:      drivers/gpu/host1x/
3657 F:      include/linux/host1x.h
3658 F:      include/uapi/drm/tegra_drm.h
3659 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3660
3661 DRM DRIVERS FOR RENESAS
3662 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3663 L:      dri-devel@lists.freedesktop.org
3664 L:      linux-sh@vger.kernel.org
3665 T:      git git://people.freedesktop.org/~airlied/linux
3666 S:      Supported
3667 F:      drivers/gpu/drm/rcar-du/
3668 F:      drivers/gpu/drm/shmobile/
3669 F:      include/linux/platform_data/shmob_drm.h
3670
3671 DRM DRIVERS FOR ROCKCHIP
3672 M:      Mark Yao <mark.yao@rock-chips.com>
3673 L:      dri-devel@lists.freedesktop.org
3674 S:      Maintained
3675 F:      drivers/gpu/drm/rockchip/
3676 F:      Documentation/devicetree/bindings/video/rockchip*
3677
3678 DRM DRIVERS FOR STI
3679 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3680 M:      Vincent Abriou <vincent.abriou@st.com>
3681 L:      dri-devel@lists.freedesktop.org
3682 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3683 S:      Maintained
3684 F:      drivers/gpu/drm/sti
3685 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3686
3687 DSBR100 USB FM RADIO DRIVER
3688 M:      Alexey Klimov <klimov.linux@gmail.com>
3689 L:      linux-media@vger.kernel.org
3690 T:      git git://linuxtv.org/media_tree.git
3691 S:      Maintained
3692 F:      drivers/media/radio/dsbr100.c
3693
3694 DSCC4 DRIVER
3695 M:      Francois Romieu <romieu@fr.zoreil.com>
3696 L:      netdev@vger.kernel.org
3697 S:      Maintained
3698 F:      drivers/net/wan/dscc4.c
3699
3700 DT3155 MEDIA DRIVER
3701 M:      Hans Verkuil <hverkuil@xs4all.nl>
3702 L:      linux-media@vger.kernel.org
3703 T:      git git://linuxtv.org/media_tree.git
3704 W:      http://linuxtv.org
3705 S:      Odd Fixes
3706 F:      drivers/media/pci/dt3155/
3707
3708 DVB_USB_AF9015 MEDIA DRIVER
3709 M:      Antti Palosaari <crope@iki.fi>
3710 L:      linux-media@vger.kernel.org
3711 W:      http://linuxtv.org/
3712 W:      http://palosaari.fi/linux/
3713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3714 T:      git git://linuxtv.org/anttip/media_tree.git
3715 S:      Maintained
3716 F:      drivers/media/usb/dvb-usb-v2/af9015*
3717
3718 DVB_USB_AF9035 MEDIA DRIVER
3719 M:      Antti Palosaari <crope@iki.fi>
3720 L:      linux-media@vger.kernel.org
3721 W:      http://linuxtv.org/
3722 W:      http://palosaari.fi/linux/
3723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3724 T:      git git://linuxtv.org/anttip/media_tree.git
3725 S:      Maintained
3726 F:      drivers/media/usb/dvb-usb-v2/af9035*
3727
3728 DVB_USB_ANYSEE MEDIA DRIVER
3729 M:      Antti Palosaari <crope@iki.fi>
3730 L:      linux-media@vger.kernel.org
3731 W:      http://linuxtv.org/
3732 W:      http://palosaari.fi/linux/
3733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3734 T:      git git://linuxtv.org/anttip/media_tree.git
3735 S:      Maintained
3736 F:      drivers/media/usb/dvb-usb-v2/anysee*
3737
3738 DVB_USB_AU6610 MEDIA DRIVER
3739 M:      Antti Palosaari <crope@iki.fi>
3740 L:      linux-media@vger.kernel.org
3741 W:      http://linuxtv.org/
3742 W:      http://palosaari.fi/linux/
3743 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3744 T:      git git://linuxtv.org/anttip/media_tree.git
3745 S:      Maintained
3746 F:      drivers/media/usb/dvb-usb-v2/au6610*
3747
3748 DVB_USB_CE6230 MEDIA DRIVER
3749 M:      Antti Palosaari <crope@iki.fi>
3750 L:      linux-media@vger.kernel.org
3751 W:      http://linuxtv.org/
3752 W:      http://palosaari.fi/linux/
3753 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3754 T:      git git://linuxtv.org/anttip/media_tree.git
3755 S:      Maintained
3756 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3757
3758 DVB_USB_CXUSB MEDIA DRIVER
3759 M:      Michael Krufky <mkrufky@linuxtv.org>
3760 L:      linux-media@vger.kernel.org
3761 W:      http://linuxtv.org/
3762 W:      http://github.com/mkrufky
3763 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3764 T:      git git://linuxtv.org/media_tree.git
3765 S:      Maintained
3766 F:      drivers/media/usb/dvb-usb/cxusb*
3767
3768 DVB_USB_EC168 MEDIA DRIVER
3769 M:      Antti Palosaari <crope@iki.fi>
3770 L:      linux-media@vger.kernel.org
3771 W:      http://linuxtv.org/
3772 W:      http://palosaari.fi/linux/
3773 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3774 T:      git git://linuxtv.org/anttip/media_tree.git
3775 S:      Maintained
3776 F:      drivers/media/usb/dvb-usb-v2/ec168*
3777
3778 DVB_USB_GL861 MEDIA DRIVER
3779 M:      Antti Palosaari <crope@iki.fi>
3780 L:      linux-media@vger.kernel.org
3781 W:      http://linuxtv.org/
3782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3783 T:      git git://linuxtv.org/anttip/media_tree.git
3784 S:      Maintained
3785 F:      drivers/media/usb/dvb-usb-v2/gl861*
3786
3787 DVB_USB_MXL111SF MEDIA DRIVER
3788 M:      Michael Krufky <mkrufky@linuxtv.org>
3789 L:      linux-media@vger.kernel.org
3790 W:      http://linuxtv.org/
3791 W:      http://github.com/mkrufky
3792 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3793 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3794 S:      Maintained
3795 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3796
3797 DVB_USB_RTL28XXU MEDIA DRIVER
3798 M:      Antti Palosaari <crope@iki.fi>
3799 L:      linux-media@vger.kernel.org
3800 W:      http://linuxtv.org/
3801 W:      http://palosaari.fi/linux/
3802 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3803 T:      git git://linuxtv.org/anttip/media_tree.git
3804 S:      Maintained
3805 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3806
3807 DVB_USB_V2 MEDIA DRIVER
3808 M:      Antti Palosaari <crope@iki.fi>
3809 L:      linux-media@vger.kernel.org
3810 W:      http://linuxtv.org/
3811 W:      http://palosaari.fi/linux/
3812 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3813 T:      git git://linuxtv.org/anttip/media_tree.git
3814 S:      Maintained
3815 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3816 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3817
3818 DYNAMIC DEBUG
3819 M:      Jason Baron <jbaron@akamai.com>
3820 S:      Maintained
3821 F:      lib/dynamic_debug.c
3822 F:      include/linux/dynamic_debug.h
3823
3824 DZ DECSTATION DZ11 SERIAL DRIVER
3825 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3826 S:      Maintained
3827 F:      drivers/tty/serial/dz.*
3828
3829 E3X0 POWER BUTTON DRIVER
3830 M:      Moritz Fischer <moritz.fischer@ettus.com>
3831 L:      usrp-users@lists.ettus.com
3832 W:      http://www.ettus.com
3833 S:      Supported
3834 F:      drivers/input/misc/e3x0-button.c
3835 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3836
3837 E4000 MEDIA DRIVER
3838 M:      Antti Palosaari <crope@iki.fi>
3839 L:      linux-media@vger.kernel.org
3840 W:      http://linuxtv.org/
3841 W:      http://palosaari.fi/linux/
3842 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3843 T:      git git://linuxtv.org/anttip/media_tree.git
3844 S:      Maintained
3845 F:      drivers/media/tuners/e4000*
3846
3847 EATA ISA/EISA/PCI SCSI DRIVER
3848 M:      Dario Ballabio <ballabio_dario@emc.com>
3849 L:      linux-scsi@vger.kernel.org
3850 S:      Maintained
3851 F:      drivers/scsi/eata.c
3852
3853 EC100 MEDIA DRIVER
3854 M:      Antti Palosaari <crope@iki.fi>
3855 L:      linux-media@vger.kernel.org
3856 W:      http://linuxtv.org/
3857 W:      http://palosaari.fi/linux/
3858 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3859 T:      git git://linuxtv.org/anttip/media_tree.git
3860 S:      Maintained
3861 F:      drivers/media/dvb-frontends/ec100*
3862
3863 ECRYPT FILE SYSTEM
3864 M:      Tyler Hicks <tyhicks@canonical.com>
3865 L:      ecryptfs@vger.kernel.org
3866 W:      http://ecryptfs.org
3867 W:      https://launchpad.net/ecryptfs
3868 S:      Supported
3869 F:      Documentation/filesystems/ecryptfs.txt
3870 F:      fs/ecryptfs/
3871
3872 EDAC-CORE
3873 M:      Doug Thompson <dougthompson@xmission.com>
3874 M:      Borislav Petkov <bp@alien8.de>
3875 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3876 L:      linux-edac@vger.kernel.org
3877 W:      bluesmoke.sourceforge.net
3878 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3879 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3880 S:      Supported
3881 F:      Documentation/edac.txt
3882 F:      drivers/edac/
3883 F:      include/linux/edac.h
3884
3885 EDAC-AMD64
3886 M:      Doug Thompson <dougthompson@xmission.com>
3887 M:      Borislav Petkov <bp@alien8.de>
3888 L:      linux-edac@vger.kernel.org
3889 W:      bluesmoke.sourceforge.net
3890 S:      Maintained
3891 F:      drivers/edac/amd64_edac*
3892
3893 EDAC-CALXEDA
3894 M:      Doug Thompson <dougthompson@xmission.com>
3895 M:      Robert Richter <rric@kernel.org>
3896 L:      linux-edac@vger.kernel.org
3897 W:      bluesmoke.sourceforge.net
3898 S:      Maintained
3899 F:      drivers/edac/highbank*
3900
3901 EDAC-CAVIUM
3902 M:      Ralf Baechle <ralf@linux-mips.org>
3903 M:      David Daney <david.daney@cavium.com>
3904 L:      linux-edac@vger.kernel.org
3905 L:      linux-mips@linux-mips.org
3906 W:      bluesmoke.sourceforge.net
3907 S:      Supported
3908 F:      drivers/edac/octeon_edac*
3909
3910 EDAC-E752X
3911 M:      Mark Gross <mark.gross@intel.com>
3912 M:      Doug Thompson <dougthompson@xmission.com>
3913 L:      linux-edac@vger.kernel.org
3914 W:      bluesmoke.sourceforge.net
3915 S:      Maintained
3916 F:      drivers/edac/e752x_edac.c
3917
3918 EDAC-E7XXX
3919 M:      Doug Thompson <dougthompson@xmission.com>
3920 L:      linux-edac@vger.kernel.org
3921 W:      bluesmoke.sourceforge.net
3922 S:      Maintained
3923 F:      drivers/edac/e7xxx_edac.c
3924
3925 EDAC-GHES
3926 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3927 L:      linux-edac@vger.kernel.org
3928 W:      bluesmoke.sourceforge.net
3929 S:      Maintained
3930 F:      drivers/edac/ghes_edac.c
3931
3932 EDAC-I82443BXGX
3933 M:      Tim Small <tim@buttersideup.com>
3934 L:      linux-edac@vger.kernel.org
3935 W:      bluesmoke.sourceforge.net
3936 S:      Maintained
3937 F:      drivers/edac/i82443bxgx_edac.c
3938
3939 EDAC-I3000
3940 M:      Jason Uhlenkott <juhlenko@akamai.com>
3941 L:      linux-edac@vger.kernel.org
3942 W:      bluesmoke.sourceforge.net
3943 S:      Maintained
3944 F:      drivers/edac/i3000_edac.c
3945
3946 EDAC-I5000
3947 M:      Doug Thompson <dougthompson@xmission.com>
3948 L:      linux-edac@vger.kernel.org
3949 W:      bluesmoke.sourceforge.net
3950 S:      Maintained
3951 F:      drivers/edac/i5000_edac.c
3952
3953 EDAC-I5400
3954 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3955 L:      linux-edac@vger.kernel.org
3956 W:      bluesmoke.sourceforge.net
3957 S:      Maintained
3958 F:      drivers/edac/i5400_edac.c
3959
3960 EDAC-I7300
3961 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3962 L:      linux-edac@vger.kernel.org
3963 W:      bluesmoke.sourceforge.net
3964 S:      Maintained
3965 F:      drivers/edac/i7300_edac.c
3966
3967 EDAC-I7CORE
3968 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3969 L:      linux-edac@vger.kernel.org
3970 W:      bluesmoke.sourceforge.net
3971 S:      Maintained
3972 F:      drivers/edac/i7core_edac.c
3973
3974 EDAC-I82975X
3975 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3976 M:      "Arvind R." <arvino55@gmail.com>
3977 L:      linux-edac@vger.kernel.org
3978 W:      bluesmoke.sourceforge.net
3979 S:      Maintained
3980 F:      drivers/edac/i82975x_edac.c
3981
3982 EDAC-IE31200
3983 M:      Jason Baron <jbaron@akamai.com>
3984 L:      linux-edac@vger.kernel.org
3985 W:      bluesmoke.sourceforge.net
3986 S:      Maintained
3987 F:      drivers/edac/ie31200_edac.c
3988
3989 EDAC-MPC85XX
3990 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3991 L:      linux-edac@vger.kernel.org
3992 W:      bluesmoke.sourceforge.net
3993 S:      Maintained
3994 F:      drivers/edac/mpc85xx_edac.[ch]
3995
3996 EDAC-PASEMI
3997 M:      Egor Martovetsky <egor@pasemi.com>
3998 L:      linux-edac@vger.kernel.org
3999 W:      bluesmoke.sourceforge.net
4000 S:      Maintained
4001 F:      drivers/edac/pasemi_edac.c
4002
4003 EDAC-R82600
4004 M:      Tim Small <tim@buttersideup.com>
4005 L:      linux-edac@vger.kernel.org
4006 W:      bluesmoke.sourceforge.net
4007 S:      Maintained
4008 F:      drivers/edac/r82600_edac.c
4009
4010 EDAC-SBRIDGE
4011 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4012 L:      linux-edac@vger.kernel.org
4013 W:      bluesmoke.sourceforge.net
4014 S:      Maintained
4015 F:      drivers/edac/sb_edac.c
4016
4017 EDAC-XGENE
4018 APPLIED MICRO (APM) X-GENE SOC EDAC
4019 M:     Loc Ho <lho@apm.com>
4020 S:     Supported
4021 F:     drivers/edac/xgene_edac.c
4022 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4023
4024 EDIROL UA-101/UA-1000 DRIVER
4025 M:      Clemens Ladisch <clemens@ladisch.de>
4026 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4027 T:      git git://git.alsa-project.org/alsa-kernel.git
4028 S:      Maintained
4029 F:      sound/usb/misc/ua101.c
4030
4031 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4032 M:      Matt Fleming <matt@codeblueprint.co.uk>
4033 L:      linux-efi@vger.kernel.org
4034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4035 S:      Maintained
4036 F:      Documentation/efi-stub.txt
4037 F:      arch/ia64/kernel/efi.c
4038 F:      arch/x86/boot/compressed/eboot.[ch]
4039 F:      arch/x86/include/asm/efi.h
4040 F:      arch/x86/platform/efi/*
4041 F:      drivers/firmware/efi/*
4042 F:      include/linux/efi*.h
4043
4044 EFI VARIABLE FILESYSTEM
4045 M:      Matthew Garrett <matthew.garrett@nebula.com>
4046 M:      Jeremy Kerr <jk@ozlabs.org>
4047 M:      Matt Fleming <matt@codeblueprint.co.uk>
4048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4049 L:      linux-efi@vger.kernel.org
4050 S:      Maintained
4051 F:      fs/efivarfs/
4052
4053 EFIFB FRAMEBUFFER DRIVER
4054 L:      linux-fbdev@vger.kernel.org
4055 M:      Peter Jones <pjones@redhat.com>
4056 S:      Maintained
4057 F:      drivers/video/fbdev/efifb.c
4058
4059 EFS FILESYSTEM
4060 W:      http://aeschi.ch.eu.org/efs/
4061 S:      Orphan
4062 F:      fs/efs/
4063
4064 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4065 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4066 M:      Christoph Raisch <raisch@de.ibm.com>
4067 L:      linux-rdma@vger.kernel.org
4068 S:      Supported
4069 F:      drivers/infiniband/hw/ehca/
4070
4071 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4072 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4073 L:      netdev@vger.kernel.org
4074 S:      Maintained
4075 F:      drivers/net/ethernet/ibm/ehea/
4076
4077 EM28XX VIDEO4LINUX DRIVER
4078 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4079 L:      linux-media@vger.kernel.org
4080 W:      http://linuxtv.org
4081 T:      git git://linuxtv.org/media_tree.git
4082 S:      Maintained
4083 F:      drivers/media/usb/em28xx/
4084
4085 EMBEDDED LINUX
4086 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4087 M:      Matt Mackall <mpm@selenic.com>
4088 M:      David Woodhouse <dwmw2@infradead.org>
4089 L:      linux-embedded@vger.kernel.org
4090 S:      Maintained
4091
4092 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4093 M:      James Smart <james.smart@avagotech.com>
4094 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4095 L:      linux-scsi@vger.kernel.org
4096 W:      http://www.avagotech.com
4097 S:      Supported
4098 F:      drivers/scsi/lpfc/
4099
4100 ENE CB710 FLASH CARD READER DRIVER
4101 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4102 S:      Maintained
4103 F:      drivers/misc/cb710/
4104 F:      drivers/mmc/host/cb710-mmc.*
4105 F:      include/linux/cb710.h
4106
4107 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4108 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4109 S:      Maintained
4110 F:      drivers/media/rc/ene_ir.*
4111
4112 ENHANCED ERROR HANDLING (EEH)
4113 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4114 L:      linuxppc-dev@lists.ozlabs.org
4115 S:      Supported
4116 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4117 F:      arch/powerpc/kernel/eeh*.c
4118
4119 EPSON S1D13XXX FRAMEBUFFER DRIVER
4120 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4121 S:      Maintained
4122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4123 F:      drivers/video/fbdev/s1d13xxxfb.c
4124 F:      include/video/s1d13xxxfb.h
4125
4126 ET131X NETWORK DRIVER
4127 M:      Mark Einon <mark.einon@gmail.com>
4128 S:      Odd Fixes
4129 F:      drivers/net/ethernet/agere/
4130
4131 ETHERNET BRIDGE
4132 M:      Stephen Hemminger <stephen@networkplumber.org>
4133 L:      bridge@lists.linux-foundation.org
4134 L:      netdev@vger.kernel.org
4135 W:      http://www.linuxfoundation.org/en/Net:Bridge
4136 S:      Maintained
4137 F:      include/linux/netfilter_bridge/
4138 F:      net/bridge/
4139
4140 ETHERNET PHY LIBRARY
4141 M:      Florian Fainelli <f.fainelli@gmail.com>
4142 L:      netdev@vger.kernel.org
4143 S:      Maintained
4144 F:      include/linux/phy.h
4145 F:      include/linux/phy_fixed.h
4146 F:      drivers/net/phy/
4147 F:      Documentation/networking/phy.txt
4148 F:      drivers/of/of_mdio.c
4149 F:      drivers/of/of_net.c
4150
4151 EXT2 FILE SYSTEM
4152 M:      Jan Kara <jack@suse.com>
4153 L:      linux-ext4@vger.kernel.org
4154 S:      Maintained
4155 F:      Documentation/filesystems/ext2.txt
4156 F:      fs/ext2/
4157 F:      include/linux/ext2*
4158
4159 EXT4 FILE SYSTEM
4160 M:      "Theodore Ts'o" <tytso@mit.edu>
4161 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4162 L:      linux-ext4@vger.kernel.org
4163 W:      http://ext4.wiki.kernel.org
4164 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4165 S:      Maintained
4166 F:      Documentation/filesystems/ext4.txt
4167 F:      fs/ext4/
4168
4169 Extended Verification Module (EVM)
4170 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4171 L:      linux-ima-devel@lists.sourceforge.net
4172 L:      linux-security-module@vger.kernel.org
4173 S:      Supported
4174 F:      security/integrity/evm/
4175
4176 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4177 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4178 M:      Chanwoo Choi <cw00.choi@samsung.com>
4179 L:      linux-kernel@vger.kernel.org
4180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4181 S:      Maintained
4182 F:      drivers/extcon/
4183 F:      Documentation/extcon/
4184
4185 EXYNOS DP DRIVER
4186 M:      Jingoo Han <jingoohan1@gmail.com>
4187 L:      dri-devel@lists.freedesktop.org
4188 S:      Maintained
4189 F:      drivers/gpu/drm/exynos/exynos_dp*
4190
4191 EXYNOS MIPI DISPLAY DRIVERS
4192 M:      Inki Dae <inki.dae@samsung.com>
4193 M:      Donghwa Lee <dh09.lee@samsung.com>
4194 M:      Kyungmin Park <kyungmin.park@samsung.com>
4195 L:      linux-fbdev@vger.kernel.org
4196 S:      Maintained
4197 F:      drivers/video/fbdev/exynos/exynos_mipi*
4198 F:      include/video/exynos_mipi*
4199
4200 F71805F HARDWARE MONITORING DRIVER
4201 M:      Jean Delvare <jdelvare@suse.com>
4202 L:      lm-sensors@lm-sensors.org
4203 S:      Maintained
4204 F:      Documentation/hwmon/f71805f
4205 F:      drivers/hwmon/f71805f.c
4206
4207 FC0011 TUNER DRIVER
4208 M:      Michael Buesch <m@bues.ch>
4209 L:      linux-media@vger.kernel.org
4210 S:      Maintained
4211 F:      drivers/media/tuners/fc0011.h
4212 F:      drivers/media/tuners/fc0011.c
4213
4214 FC2580 MEDIA DRIVER
4215 M:      Antti Palosaari <crope@iki.fi>
4216 L:      linux-media@vger.kernel.org
4217 W:      http://linuxtv.org/
4218 W:      http://palosaari.fi/linux/
4219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4220 T:      git git://linuxtv.org/anttip/media_tree.git
4221 S:      Maintained
4222 F:      drivers/media/tuners/fc2580*
4223
4224 FANOTIFY
4225 M:      Eric Paris <eparis@redhat.com>
4226 S:      Maintained
4227 F:      fs/notify/fanotify/
4228 F:      include/linux/fanotify.h
4229 F:      include/uapi/linux/fanotify.h
4230
4231 FARSYNC SYNCHRONOUS DRIVER
4232 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4233 W:      http://www.farsite.co.uk/
4234 S:      Supported
4235 F:      drivers/net/wan/farsync.*
4236
4237 FAULT INJECTION SUPPORT
4238 M:      Akinobu Mita <akinobu.mita@gmail.com>
4239 S:      Supported
4240 F:      Documentation/fault-injection/
4241 F:      lib/fault-inject.c
4242
4243 FBTFT Framebuffer drivers
4244 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4245 M:      Noralf Trønnes <noralf@tronnes.org>
4246 S:      Maintained
4247 F:      drivers/staging/fbtft/
4248
4249 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4250 M:      Vasu Dev <vasu.dev@intel.com>
4251 L:      fcoe-devel@open-fcoe.org
4252 W:      www.Open-FCoE.org
4253 S:      Supported
4254 F:      drivers/scsi/libfc/
4255 F:      drivers/scsi/fcoe/
4256 F:      include/scsi/fc/
4257 F:      include/scsi/libfc.h
4258 F:      include/scsi/libfcoe.h
4259 F:      include/uapi/scsi/fc/
4260
4261 FILE LOCKING (flock() and fcntl()/lockf())
4262 M:      Jeff Layton <jlayton@poochiereds.net>
4263 M:      "J. Bruce Fields" <bfields@fieldses.org>
4264 L:      linux-fsdevel@vger.kernel.org
4265 S:      Maintained
4266 F:      include/linux/fcntl.h
4267 F:      include/linux/fs.h
4268 F:      include/uapi/linux/fcntl.h
4269 F:      include/uapi/linux/fs.h
4270 F:      fs/fcntl.c
4271 F:      fs/locks.c
4272
4273 FILESYSTEMS (VFS and infrastructure)
4274 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4275 L:      linux-fsdevel@vger.kernel.org
4276 S:      Maintained
4277 F:      fs/*
4278
4279 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4280 M:      Riku Voipio <riku.voipio@iki.fi>
4281 L:      lm-sensors@lm-sensors.org
4282 S:      Maintained
4283 F:      drivers/hwmon/f75375s.c
4284 F:      include/linux/f75375s.h
4285
4286 FIREWIRE AUDIO DRIVERS
4287 M:      Clemens Ladisch <clemens@ladisch.de>
4288 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4289 T:      git git://git.alsa-project.org/alsa-kernel.git
4290 S:      Maintained
4291 F:      sound/firewire/
4292
4293 FIREWIRE MEDIA DRIVERS (firedtv)
4294 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4295 L:      linux-media@vger.kernel.org
4296 L:      linux1394-devel@lists.sourceforge.net
4297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4298 S:      Maintained
4299 F:      drivers/media/firewire/
4300
4301 FIREWIRE SBP-2 TARGET
4302 M:      Chris Boot <bootc@bootc.net>
4303 L:      linux-scsi@vger.kernel.org
4304 L:      target-devel@vger.kernel.org
4305 L:      linux1394-devel@lists.sourceforge.net
4306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4307 S:      Maintained
4308 F:      drivers/target/sbp/
4309
4310 FIREWIRE SUBSYSTEM
4311 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4312 L:      linux1394-devel@lists.sourceforge.net
4313 W:      http://ieee1394.wiki.kernel.org/
4314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4315 S:      Maintained
4316 F:      drivers/firewire/
4317 F:      include/linux/firewire.h
4318 F:      include/uapi/linux/firewire*.h
4319 F:      tools/firewire/
4320
4321 FIRMWARE LOADER (request_firmware)
4322 M:      Ming Lei <ming.lei@canonical.com>
4323 L:      linux-kernel@vger.kernel.org
4324 S:      Maintained
4325 F:      Documentation/firmware_class/
4326 F:      drivers/base/firmware*.c
4327 F:      include/linux/firmware.h
4328
4329 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4330 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4331 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4332 S:      Maintained
4333 F:      drivers/block/rsxx/
4334
4335 FLOPPY DRIVER
4336 M:      Jiri Kosina <jikos@kernel.org>
4337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4338 S:      Odd fixes
4339 F:      drivers/block/floppy.c
4340
4341 FMC SUBSYSTEM
4342 M:      Alessandro Rubini <rubini@gnudd.com>
4343 W:      http://www.ohwr.org/projects/fmc-bus
4344 S:      Supported
4345 F:      drivers/fmc/
4346 F:      include/linux/fmc*.h
4347 F:      include/linux/ipmi-fru.h
4348 K:      fmc_d.*register
4349
4350 FPU EMULATOR
4351 M:      Bill Metzenthen <billm@melbpc.org.au>
4352 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4353 S:      Maintained
4354 F:      arch/x86/math-emu/
4355
4356 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4357 L:      netdev@vger.kernel.org
4358 S:      Orphan
4359 F:      drivers/net/wan/dlci.c
4360 F:      drivers/net/wan/sdla.c
4361
4362 FRAMEBUFFER LAYER
4363 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4364 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4365 L:      linux-fbdev@vger.kernel.org
4366 W:      http://linux-fbdev.sourceforge.net/
4367 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4369 S:      Maintained
4370 F:      Documentation/fb/
4371 F:      Documentation/devicetree/bindings/fb/
4372 F:      drivers/video/
4373 F:      include/video/
4374 F:      include/linux/fb.h
4375 F:      include/uapi/video/
4376 F:      include/uapi/linux/fb.h
4377
4378 FREESCALE DIU FRAMEBUFFER DRIVER
4379 M:      Timur Tabi <timur@tabi.org>
4380 L:      linux-fbdev@vger.kernel.org
4381 S:      Maintained
4382 F:      drivers/video/fbdev/fsl-diu-fb.*
4383
4384 FREESCALE DMA DRIVER
4385 M:      Li Yang <leoli@freescale.com>
4386 M:      Zhang Wei <zw@zh-kernel.org>
4387 L:      linuxppc-dev@lists.ozlabs.org
4388 S:      Maintained
4389 F:      drivers/dma/fsldma.*
4390
4391 FREESCALE I2C CPM DRIVER
4392 M:      Jochen Friedrich <jochen@scram.de>
4393 L:      linuxppc-dev@lists.ozlabs.org
4394 L:      linux-i2c@vger.kernel.org
4395 S:      Maintained
4396 F:      drivers/i2c/busses/i2c-cpm.c
4397
4398 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4399 M:      Sascha Hauer <kernel@pengutronix.de>
4400 L:      linux-fbdev@vger.kernel.org
4401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4402 S:      Maintained
4403 F:      include/linux/platform_data/video-imxfb.h
4404 F:      drivers/video/fbdev/imxfb.c
4405
4406 FREESCALE QUAD SPI DRIVER
4407 M:      Han Xu <han.xu@freescale.com>
4408 L:      linux-mtd@lists.infradead.org
4409 S:      Maintained
4410 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4411
4412 FREESCALE SOC FS_ENET DRIVER
4413 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4414 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4415 L:      linuxppc-dev@lists.ozlabs.org
4416 L:      netdev@vger.kernel.org
4417 S:      Maintained
4418 F:      drivers/net/ethernet/freescale/fs_enet/
4419 F:      include/linux/fs_enet_pd.h
4420
4421 FREESCALE QUICC ENGINE LIBRARY
4422 L:      linuxppc-dev@lists.ozlabs.org
4423 S:      Orphan
4424 F:      arch/powerpc/sysdev/qe_lib/
4425 F:      arch/powerpc/include/asm/*qe.h
4426
4427 FREESCALE USB PERIPHERAL DRIVERS
4428 M:      Li Yang <leoli@freescale.com>
4429 L:      linux-usb@vger.kernel.org
4430 L:      linuxppc-dev@lists.ozlabs.org
4431 S:      Maintained
4432 F:      drivers/usb/gadget/udc/fsl*
4433
4434 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4435 M:      Li Yang <leoli@freescale.com>
4436 L:      netdev@vger.kernel.org
4437 L:      linuxppc-dev@lists.ozlabs.org
4438 S:      Maintained
4439 F:      drivers/net/ethernet/freescale/ucc_geth*
4440
4441 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4442 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4443 L:      netdev@vger.kernel.org
4444 S:      Maintained
4445 F:      drivers/net/ethernet/freescale/gianfar*
4446 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4447 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4448
4449 FREESCALE QUICC ENGINE UCC UART DRIVER
4450 M:      Timur Tabi <timur@tabi.org>
4451 L:      linuxppc-dev@lists.ozlabs.org
4452 S:      Maintained
4453 F:      drivers/tty/serial/ucc_uart.c
4454
4455 FREESCALE SOC SOUND DRIVERS
4456 M:      Timur Tabi <timur@tabi.org>
4457 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4458 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4459 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4460 L:      linuxppc-dev@lists.ozlabs.org
4461 S:      Maintained
4462 F:      sound/soc/fsl/fsl*
4463 F:      sound/soc/fsl/imx*
4464 F:      sound/soc/fsl/mpc8610_hpcd.c
4465
4466 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4467 M:      "J. German Rivera" <German.Rivera@freescale.com>
4468 L:      linux-kernel@vger.kernel.org
4469 S:      Maintained
4470 F:      drivers/staging/fsl-mc/
4471
4472 FREEVXFS FILESYSTEM
4473 M:      Christoph Hellwig <hch@infradead.org>
4474 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4475 S:      Maintained
4476 F:      fs/freevxfs/
4477
4478 FREEZER
4479 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4480 M:      Pavel Machek <pavel@ucw.cz>
4481 L:      linux-pm@vger.kernel.org
4482 S:      Supported
4483 F:      Documentation/power/freezing-of-tasks.txt
4484 F:      include/linux/freezer.h
4485 F:      kernel/freezer.c
4486
4487 FRONTSWAP API
4488 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4489 L:      linux-kernel@vger.kernel.org
4490 S:      Maintained
4491 F:      mm/frontswap.c
4492 F:      include/linux/frontswap.h
4493
4494 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4495 M:      David Howells <dhowells@redhat.com>
4496 L:      linux-cachefs@redhat.com
4497 S:      Supported
4498 F:      Documentation/filesystems/caching/
4499 F:      fs/fscache/
4500 F:      include/linux/fscache*.h
4501
4502 F2FS FILE SYSTEM
4503 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4504 M:      Changman Lee <cm224.lee@samsung.com>
4505 R:      Chao Yu <chao2.yu@samsung.com>
4506 L:      linux-f2fs-devel@lists.sourceforge.net
4507 W:      http://en.wikipedia.org/wiki/F2FS
4508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4509 S:      Maintained
4510 F:      Documentation/filesystems/f2fs.txt
4511 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4512 F:      fs/f2fs/
4513 F:      include/linux/f2fs_fs.h
4514 F:      include/trace/events/f2fs.h
4515
4516 FUJITSU FR-V (FRV) PORT
4517 M:      David Howells <dhowells@redhat.com>
4518 S:      Maintained
4519 F:      arch/frv/
4520
4521 FUJITSU LAPTOP EXTRAS
4522 M:      Jonathan Woithe <jwoithe@just42.net>
4523 L:      platform-driver-x86@vger.kernel.org
4524 S:      Maintained
4525 F:      drivers/platform/x86/fujitsu-laptop.c
4526
4527 FUJITSU M-5MO LS CAMERA ISP DRIVER
4528 M:      Kyungmin Park <kyungmin.park@samsung.com>
4529 M:      Heungjun Kim <riverful.kim@samsung.com>
4530 L:      linux-media@vger.kernel.org
4531 S:      Maintained
4532 F:      drivers/media/i2c/m5mols/
4533 F:      include/media/m5mols.h
4534
4535 FUJITSU TABLET EXTRAS
4536 M:      Robert Gerlach <khnz@gmx.de>
4537 L:      platform-driver-x86@vger.kernel.org
4538 S:      Maintained
4539 F:      drivers/platform/x86/fujitsu-tablet.c
4540
4541 FUSE: FILESYSTEM IN USERSPACE
4542 M:      Miklos Szeredi <miklos@szeredi.hu>
4543 L:      fuse-devel@lists.sourceforge.net
4544 W:      http://fuse.sourceforge.net/
4545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4546 S:      Maintained
4547 F:      fs/fuse/
4548 F:      include/uapi/linux/fuse.h
4549 F:      Documentation/filesystems/fuse.txt
4550
4551 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4552 M:      Rik Faith <faith@cs.unc.edu>
4553 L:      linux-scsi@vger.kernel.org
4554 S:      Odd Fixes (e.g., new signatures)
4555 F:      drivers/scsi/fdomain.*
4556
4557 GCOV BASED KERNEL PROFILING
4558 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4559 S:      Maintained
4560 F:      kernel/gcov/
4561 F:      Documentation/gcov.txt
4562
4563 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4564 M:      Achim Leubner <achim_leubner@adaptec.com>
4565 L:      linux-scsi@vger.kernel.org
4566 W:      http://www.icp-vortex.com/
4567 S:      Supported
4568 F:      drivers/scsi/gdt*
4569
4570 GDB KERNEL DEBUGGING HELPER SCRIPTS
4571 M:      Jan Kiszka <jan.kiszka@siemens.com>
4572 S:      Supported
4573 F:      scripts/gdb/
4574
4575 GEMTEK FM RADIO RECEIVER DRIVER
4576 M:      Hans Verkuil <hverkuil@xs4all.nl>
4577 L:      linux-media@vger.kernel.org
4578 T:      git git://linuxtv.org/media_tree.git
4579 W:      http://linuxtv.org
4580 S:      Maintained
4581 F:      drivers/media/radio/radio-gemtek*
4582
4583 GENERIC GPIO I2C DRIVER
4584 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4585 S:      Supported
4586 F:      drivers/i2c/busses/i2c-gpio.c
4587 F:      include/linux/i2c-gpio.h
4588
4589 GENERIC GPIO I2C MULTIPLEXER DRIVER
4590 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4591 L:      linux-i2c@vger.kernel.org
4592 S:      Supported
4593 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4594 F:      include/linux/i2c-mux-gpio.h
4595 F:      Documentation/i2c/muxes/i2c-mux-gpio
4596
4597 GENERIC HDLC (WAN) DRIVERS
4598 M:      Krzysztof Halasa <khc@pm.waw.pl>
4599 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4600 S:      Maintained
4601 F:      drivers/net/wan/c101.c
4602 F:      drivers/net/wan/hd6457*
4603 F:      drivers/net/wan/hdlc*
4604 F:      drivers/net/wan/n2.c
4605 F:      drivers/net/wan/pc300too.c
4606 F:      drivers/net/wan/pci200syn.c
4607 F:      drivers/net/wan/wanxl*
4608
4609 GENERIC INCLUDE/ASM HEADER FILES
4610 M:      Arnd Bergmann <arnd@arndb.de>
4611 L:      linux-arch@vger.kernel.org
4612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4613 S:      Maintained
4614 F:      include/asm-generic/
4615 F:      include/uapi/asm-generic/
4616
4617 GENERIC PHY FRAMEWORK
4618 M:      Kishon Vijay Abraham I <kishon@ti.com>
4619 L:      linux-kernel@vger.kernel.org
4620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4621 S:      Supported
4622 F:      drivers/phy/
4623 F:      include/linux/phy/
4624
4625 GENERIC PM DOMAINS
4626 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4627 M:      Kevin Hilman <khilman@kernel.org>
4628 M:      Ulf Hansson <ulf.hansson@linaro.org>
4629 L:      linux-pm@vger.kernel.org
4630 S:      Supported
4631 F:      drivers/base/power/domain*.c
4632 F:      include/linux/pm_domain.h
4633
4634 GENERIC UIO DRIVER FOR PCI DEVICES
4635 M:      "Michael S. Tsirkin" <mst@redhat.com>
4636 L:      kvm@vger.kernel.org
4637 S:      Supported
4638 F:      drivers/uio/uio_pci_generic.c
4639
4640 GET_MAINTAINER SCRIPT
4641 M:      Joe Perches <joe@perches.com>
4642 S:      Maintained
4643 F:      scripts/get_maintainer.pl
4644
4645 GFS2 FILE SYSTEM
4646 M:      Steven Whitehouse <swhiteho@redhat.com>
4647 M:      Bob Peterson <rpeterso@redhat.com>
4648 L:      cluster-devel@redhat.com
4649 W:      http://sources.redhat.com/cluster/
4650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4651 S:      Supported
4652 F:      Documentation/filesystems/gfs2*.txt
4653 F:      fs/gfs2/
4654 F:      include/uapi/linux/gfs2_ondisk.h
4655
4656 GIGASET ISDN DRIVERS
4657 M:      Paul Bolle <pebolle@tiscali.nl>
4658 L:      gigaset307x-common@lists.sourceforge.net
4659 W:      http://gigaset307x.sourceforge.net/
4660 S:      Odd Fixes
4661 F:      Documentation/isdn/README.gigaset
4662 F:      drivers/isdn/gigaset/
4663 F:      include/uapi/linux/gigaset_dev.h
4664
4665 GO7007 MPEG CODEC
4666 M:      Hans Verkuil <hans.verkuil@cisco.com>
4667 L:      linux-media@vger.kernel.org
4668 S:      Maintained
4669 F:      drivers/media/usb/go7007/
4670
4671 GOODIX TOUCHSCREEN
4672 M:      Bastien Nocera <hadess@hadess.net>
4673 L:      linux-input@vger.kernel.org
4674 S:      Maintained
4675 F:      drivers/input/touchscreen/goodix.c
4676
4677 GPIO SUBSYSTEM
4678 M:      Linus Walleij <linus.walleij@linaro.org>
4679 M:      Alexandre Courbot <gnurou@gmail.com>
4680 L:      linux-gpio@vger.kernel.org
4681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4682 S:      Maintained
4683 F:      Documentation/gpio/
4684 F:      drivers/gpio/
4685 F:      include/linux/gpio/
4686 F:      include/linux/gpio.h
4687 F:      include/asm-generic/gpio.h
4688
4689 GRE DEMULTIPLEXER DRIVER
4690 M:      Dmitry Kozlov <xeb@mail.ru>
4691 L:      netdev@vger.kernel.org
4692 S:      Maintained
4693 F:      net/ipv4/gre_demux.c
4694 F:      net/ipv4/gre_offload.c
4695 F:      include/net/gre.h
4696
4697 GRETH 10/100/1G Ethernet MAC device driver
4698 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4699 L:      netdev@vger.kernel.org
4700 S:      Maintained
4701 F:      drivers/net/ethernet/aeroflex/
4702
4703 GSPCA FINEPIX SUBDRIVER
4704 M:      Frank Zago <frank@zago.net>
4705 L:      linux-media@vger.kernel.org
4706 T:      git git://linuxtv.org/media_tree.git
4707 S:      Maintained
4708 F:      drivers/media/usb/gspca/finepix.c
4709
4710 GSPCA GL860 SUBDRIVER
4711 M:      Olivier Lorin <o.lorin@laposte.net>
4712 L:      linux-media@vger.kernel.org
4713 T:      git git://linuxtv.org/media_tree.git
4714 S:      Maintained
4715 F:      drivers/media/usb/gspca/gl860/
4716
4717 GSPCA M5602 SUBDRIVER
4718 M:      Erik Andren <erik.andren@gmail.com>
4719 L:      linux-media@vger.kernel.org
4720 T:      git git://linuxtv.org/media_tree.git
4721 S:      Maintained
4722 F:      drivers/media/usb/gspca/m5602/
4723
4724 GSPCA PAC207 SONIXB SUBDRIVER
4725 M:      Hans de Goede <hdegoede@redhat.com>
4726 L:      linux-media@vger.kernel.org
4727 T:      git git://linuxtv.org/media_tree.git
4728 S:      Maintained
4729 F:      drivers/media/usb/gspca/pac207.c
4730
4731 GSPCA SN9C20X SUBDRIVER
4732 M:      Brian Johnson <brijohn@gmail.com>
4733 L:      linux-media@vger.kernel.org
4734 T:      git git://linuxtv.org/media_tree.git
4735 S:      Maintained
4736 F:      drivers/media/usb/gspca/sn9c20x.c
4737
4738 GSPCA T613 SUBDRIVER
4739 M:      Leandro Costantino <lcostantino@gmail.com>
4740 L:      linux-media@vger.kernel.org
4741 T:      git git://linuxtv.org/media_tree.git
4742 S:      Maintained
4743 F:      drivers/media/usb/gspca/t613.c
4744
4745 GSPCA USB WEBCAM DRIVER
4746 M:      Hans de Goede <hdegoede@redhat.com>
4747 L:      linux-media@vger.kernel.org
4748 T:      git git://linuxtv.org/media_tree.git
4749 S:      Maintained
4750 F:      drivers/media/usb/gspca/
4751
4752 GUID PARTITION TABLE (GPT)
4753 M:      Davidlohr Bueso <dave@stgolabs.net>
4754 L:      linux-efi@vger.kernel.org
4755 S:      Maintained
4756 F:      block/partitions/efi.*
4757
4758 STK1160 USB VIDEO CAPTURE DRIVER
4759 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4760 L:      linux-media@vger.kernel.org
4761 T:      git git://linuxtv.org/media_tree.git
4762 S:      Maintained
4763 F:      drivers/media/usb/stk1160/
4764
4765 H8/300 ARCHITECTURE
4766 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4767 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4768 W:      http://uclinux-h8.sourceforge.jp
4769 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4770 S:      Maintained
4771 F:      arch/h8300/
4772 F:      drivers/clocksource/h8300_*.c
4773 F:      drivers/clk/h8300/
4774 F:      drivers/irqchip/irq-renesas-h8*.c
4775
4776 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4777 M:      Frank Seidel <frank@f-seidel.de>
4778 L:      platform-driver-x86@vger.kernel.org
4779 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4780 S:      Maintained
4781 F:      drivers/platform/x86/hdaps.c
4782
4783 HDPVR USB VIDEO ENCODER DRIVER
4784 M:      Hans Verkuil <hverkuil@xs4all.nl>
4785 L:      linux-media@vger.kernel.org
4786 T:      git git://linuxtv.org/media_tree.git
4787 W:      http://linuxtv.org
4788 S:      Odd Fixes
4789 F:      drivers/media/usb/hdpvr/
4790
4791 HWPOISON MEMORY FAILURE HANDLING
4792 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4793 L:      linux-mm@kvack.org
4794 S:      Maintained
4795 F:      mm/memory-failure.c
4796 F:      mm/hwpoison-inject.c
4797
4798 HYPERVISOR VIRTUAL CONSOLE DRIVER
4799 L:      linuxppc-dev@lists.ozlabs.org
4800 S:      Odd Fixes
4801 F:      drivers/tty/hvc/
4802
4803 HACKRF MEDIA DRIVER
4804 M:      Antti Palosaari <crope@iki.fi>
4805 L:      linux-media@vger.kernel.org
4806 W:      http://linuxtv.org/
4807 W:      http://palosaari.fi/linux/
4808 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4809 T:      git git://linuxtv.org/anttip/media_tree.git
4810 S:      Maintained
4811 F:      drivers/media/usb/hackrf/
4812
4813 HARDWARE MONITORING
4814 M:      Jean Delvare <jdelvare@suse.com>
4815 M:      Guenter Roeck <linux@roeck-us.net>
4816 L:      lm-sensors@lm-sensors.org
4817 W:      http://www.lm-sensors.org/
4818 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4820 S:      Maintained
4821 F:      Documentation/hwmon/
4822 F:      drivers/hwmon/
4823 F:      include/linux/hwmon*.h
4824
4825 HARDWARE RANDOM NUMBER GENERATOR CORE
4826 M:      Matt Mackall <mpm@selenic.com>
4827 M:      Herbert Xu <herbert@gondor.apana.org.au>
4828 L:      linux-crypto@vger.kernel.org
4829 S:      Odd fixes
4830 F:      Documentation/hw_random.txt
4831 F:      drivers/char/hw_random/
4832 F:      include/linux/hw_random.h
4833
4834 HARDWARE SPINLOCK CORE
4835 M:      Ohad Ben-Cohen <ohad@wizery.com>
4836 S:      Maintained
4837 F:      Documentation/hwspinlock.txt
4838 F:      drivers/hwspinlock/hwspinlock_*
4839 F:      include/linux/hwspinlock.h
4840
4841 HARMONY SOUND DRIVER
4842 L:      linux-parisc@vger.kernel.org
4843 S:      Maintained
4844 F:      sound/parisc/harmony.*
4845
4846 HD29L2 MEDIA DRIVER
4847 M:      Antti Palosaari <crope@iki.fi>
4848 L:      linux-media@vger.kernel.org
4849 W:      http://linuxtv.org/
4850 W:      http://palosaari.fi/linux/
4851 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4852 T:      git git://linuxtv.org/anttip/media_tree.git
4853 S:      Maintained
4854 F:      drivers/media/dvb-frontends/hd29l2*
4855
4856 HEWLETT-PACKARD SMART2 RAID DRIVER
4857 L:      iss_storagedev@hp.com
4858 S:      Orphan
4859 F:      Documentation/blockdev/cpqarray.txt
4860 F:      drivers/block/cpqarray.*
4861
4862 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4863 M:      Don Brace <don.brace@pmcs.com>
4864 L:      iss_storagedev@hp.com
4865 L:      storagedev@pmcs.com
4866 L:      linux-scsi@vger.kernel.org
4867 S:      Supported
4868 F:      Documentation/scsi/hpsa.txt
4869 F:      drivers/scsi/hpsa*.[ch]
4870 F:      include/linux/cciss*.h
4871 F:      include/uapi/linux/cciss*.h
4872
4873 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4874 M:      Don Brace <don.brace@pmcs.com>
4875 L:      iss_storagedev@hp.com
4876 L:      storagedev@pmcs.com
4877 L:      linux-scsi@vger.kernel.org
4878 S:      Supported
4879 F:      Documentation/blockdev/cciss.txt
4880 F:      drivers/block/cciss*
4881 F:      include/linux/cciss_ioctl.h
4882 F:      include/uapi/linux/cciss_ioctl.h
4883
4884 HFS FILESYSTEM
4885 L:      linux-fsdevel@vger.kernel.org
4886 S:      Orphan
4887 F:      Documentation/filesystems/hfs.txt
4888 F:      fs/hfs/
4889
4890 HFSPLUS FILESYSTEM
4891 L:      linux-fsdevel@vger.kernel.org
4892 S:      Orphan
4893 F:      Documentation/filesystems/hfsplus.txt
4894 F:      fs/hfsplus/
4895
4896 HGA FRAMEBUFFER DRIVER
4897 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4898 L:      linux-nvidia@lists.surfsouth.com
4899 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4900 S:      Maintained
4901 F:      drivers/video/fbdev/hgafb.c
4902
4903 HIBERNATION (aka Software Suspend, aka swsusp)
4904 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4905 M:      Pavel Machek <pavel@ucw.cz>
4906 L:      linux-pm@vger.kernel.org
4907 S:      Supported
4908 F:      arch/x86/power/
4909 F:      drivers/base/power/
4910 F:      kernel/power/
4911 F:      include/linux/suspend.h
4912 F:      include/linux/freezer.h
4913 F:      include/linux/pm.h
4914 F:      arch/*/include/asm/suspend*.h
4915
4916 HID CORE LAYER
4917 M:      Jiri Kosina <jikos@kernel.org>
4918 L:      linux-input@vger.kernel.org
4919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4920 S:      Maintained
4921 F:      drivers/hid/
4922 F:      include/linux/hid*
4923 F:      include/uapi/linux/hid*
4924
4925 HID SENSOR HUB DRIVERS
4926 M:      Jiri Kosina <jikos@kernel.org>
4927 M:      Jonathan Cameron <jic23@kernel.org>
4928 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4929 L:      linux-input@vger.kernel.org
4930 L:      linux-iio@vger.kernel.org
4931 S:      Maintained
4932 F:      Documentation/hid/hid-sensor*
4933 F:      drivers/hid/hid-sensor-*
4934 F:      drivers/iio/*/hid-*
4935 F:      include/linux/hid-sensor-*
4936
4937 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4938 M:      Thomas Gleixner <tglx@linutronix.de>
4939 L:      linux-kernel@vger.kernel.org
4940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4941 S:      Maintained
4942 F:      Documentation/timers/
4943 F:      kernel/time/hrtimer.c
4944 F:      kernel/time/clockevents.c
4945 F:      kernel/time/tick*.*
4946 F:      kernel/time/timer_*.c
4947 F:      include/linux/clockchips.h
4948 F:      include/linux/hrtimer.h
4949
4950 HIGH-SPEED SCC DRIVER FOR AX.25
4951 L:      linux-hams@vger.kernel.org
4952 S:      Orphan
4953 F:      drivers/net/hamradio/dmascc.c
4954 F:      drivers/net/hamradio/scc.c
4955
4956 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4957 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4958 W:      http://www.highpoint-tech.com
4959 S:      Supported
4960 F:      Documentation/scsi/hptiop.txt
4961 F:      drivers/scsi/hptiop.c
4962
4963 HIPPI
4964 M:      Jes Sorensen <jes@trained-monkey.org>
4965 L:      linux-hippi@sunsite.dk
4966 S:      Maintained
4967 F:      include/linux/hippidevice.h
4968 F:      include/uapi/linux/if_hippi.h
4969 F:      net/802/hippi.c
4970 F:      drivers/net/hippi/
4971
4972 HOST AP DRIVER
4973 M:      Jouni Malinen <j@w1.fi>
4974 L:      hostap@shmoo.com (subscribers-only)
4975 L:      linux-wireless@vger.kernel.org
4976 W:      http://hostap.epitest.fi/
4977 S:      Maintained
4978 F:      drivers/net/wireless/hostap/
4979
4980 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4981 L:      platform-driver-x86@vger.kernel.org
4982 S:      Orphan
4983 F:      drivers/platform/x86/tc1100-wmi.c
4984
4985 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4986 M:      Jaroslav Kysela <perex@perex.cz>
4987 S:      Maintained
4988 F:      drivers/net/ethernet/hp/hp100.*
4989
4990 HPET:   High Precision Event Timers driver
4991 M:      Clemens Ladisch <clemens@ladisch.de>
4992 S:      Maintained
4993 F:      Documentation/timers/hpet.txt
4994 F:      drivers/char/hpet.c
4995 F:      include/linux/hpet.h
4996 F:      include/uapi/linux/hpet.h
4997
4998 HPET:   x86
4999 S:      Orphan
5000 F:      arch/x86/kernel/hpet.c
5001 F:      arch/x86/include/asm/hpet.h
5002
5003 HPFS FILESYSTEM
5004 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5005 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5006 S:      Maintained
5007 F:      fs/hpfs/
5008
5009 HSI SUBSYSTEM
5010 M:      Sebastian Reichel <sre@kernel.org>
5011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5012 S:      Maintained
5013 F:      Documentation/ABI/testing/sysfs-bus-hsi
5014 F:      Documentation/hsi.txt
5015 F:      drivers/hsi/
5016 F:      include/linux/hsi/
5017 F:      include/uapi/linux/hsi/
5018
5019 HSO 3G MODEM DRIVER
5020 M:      Jan Dumon <j.dumon@option.com>
5021 W:      http://www.pharscape.org
5022 S:      Maintained
5023 F:      drivers/net/usb/hso.c
5024
5025 HSR NETWORK PROTOCOL
5026 M:      Arvid Brodin <arvid.brodin@alten.se>
5027 L:      netdev@vger.kernel.org
5028 S:      Maintained
5029 F:      net/hsr/
5030
5031 HTCPEN TOUCHSCREEN DRIVER
5032 M:      Pau Oliva Fora <pof@eslack.org>
5033 L:      linux-input@vger.kernel.org
5034 S:      Maintained
5035 F:      drivers/input/touchscreen/htcpen.c
5036
5037 HUGETLB FILESYSTEM
5038 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5039 S:      Maintained
5040 F:      fs/hugetlbfs/
5041
5042 Hyper-V CORE AND DRIVERS
5043 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5044 M:      Haiyang Zhang <haiyangz@microsoft.com>
5045 L:      devel@linuxdriverproject.org
5046 S:      Maintained
5047 F:      arch/x86/include/asm/mshyperv.h
5048 F:      arch/x86/include/uapi/asm/hyperv.h
5049 F:      arch/x86/kernel/cpu/mshyperv.c
5050 F:      drivers/hid/hid-hyperv.c
5051 F:      drivers/hv/
5052 F:      drivers/input/serio/hyperv-keyboard.c
5053 F:      drivers/net/hyperv/
5054 F:      drivers/scsi/storvsc_drv.c
5055 F:      drivers/video/fbdev/hyperv_fb.c
5056 F:      include/linux/hyperv.h
5057 F:      tools/hv/
5058 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5059
5060 I2C OVER PARALLEL PORT
5061 M:      Jean Delvare <jdelvare@suse.com>
5062 L:      linux-i2c@vger.kernel.org
5063 S:      Maintained
5064 F:      Documentation/i2c/busses/i2c-parport
5065 F:      Documentation/i2c/busses/i2c-parport-light
5066 F:      drivers/i2c/busses/i2c-parport.c
5067 F:      drivers/i2c/busses/i2c-parport-light.c
5068
5069 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5070 M:      Jean Delvare <jdelvare@suse.com>
5071 L:      linux-i2c@vger.kernel.org
5072 S:      Maintained
5073 F:      Documentation/i2c/busses/i2c-ali1535
5074 F:      Documentation/i2c/busses/i2c-ali1563
5075 F:      Documentation/i2c/busses/i2c-ali15x3
5076 F:      Documentation/i2c/busses/i2c-amd756
5077 F:      Documentation/i2c/busses/i2c-amd8111
5078 F:      Documentation/i2c/busses/i2c-i801
5079 F:      Documentation/i2c/busses/i2c-nforce2
5080 F:      Documentation/i2c/busses/i2c-piix4
5081 F:      Documentation/i2c/busses/i2c-sis5595
5082 F:      Documentation/i2c/busses/i2c-sis630
5083 F:      Documentation/i2c/busses/i2c-sis96x
5084 F:      Documentation/i2c/busses/i2c-via
5085 F:      Documentation/i2c/busses/i2c-viapro
5086 F:      drivers/i2c/busses/i2c-ali1535.c
5087 F:      drivers/i2c/busses/i2c-ali1563.c
5088 F:      drivers/i2c/busses/i2c-ali15x3.c
5089 F:      drivers/i2c/busses/i2c-amd756.c
5090 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5091 F:      drivers/i2c/busses/i2c-amd8111.c
5092 F:      drivers/i2c/busses/i2c-i801.c
5093 F:      drivers/i2c/busses/i2c-isch.c
5094 F:      drivers/i2c/busses/i2c-nforce2.c
5095 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5096 F:      drivers/i2c/busses/i2c-piix4.c
5097 F:      drivers/i2c/busses/i2c-sis5595.c
5098 F:      drivers/i2c/busses/i2c-sis630.c
5099 F:      drivers/i2c/busses/i2c-sis96x.c
5100 F:      drivers/i2c/busses/i2c-via.c
5101 F:      drivers/i2c/busses/i2c-viapro.c
5102
5103 I2C/SMBUS ISMT DRIVER
5104 M:      Seth Heasley <seth.heasley@intel.com>
5105 M:      Neil Horman <nhorman@tuxdriver.com>
5106 L:      linux-i2c@vger.kernel.org
5107 F:      drivers/i2c/busses/i2c-ismt.c
5108 F:      Documentation/i2c/busses/i2c-ismt
5109
5110 I2C/SMBUS STUB DRIVER
5111 M:      Jean Delvare <jdelvare@suse.com>
5112 L:      linux-i2c@vger.kernel.org
5113 S:      Maintained
5114 F:      drivers/i2c/i2c-stub.c
5115
5116 I2C SUBSYSTEM
5117 M:      Wolfram Sang <wsa@the-dreams.de>
5118 L:      linux-i2c@vger.kernel.org
5119 W:      https://i2c.wiki.kernel.org/
5120 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5122 S:      Maintained
5123 F:      Documentation/devicetree/bindings/i2c/
5124 F:      Documentation/i2c/
5125 F:      drivers/i2c/
5126 F:      include/linux/i2c.h
5127 F:      include/linux/i2c-*.h
5128 F:      include/uapi/linux/i2c.h
5129 F:      include/uapi/linux/i2c-*.h
5130
5131 I2C ACPI SUPPORT
5132 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5133 L:      linux-i2c@vger.kernel.org
5134 L:      linux-acpi@vger.kernel.org
5135 S:      Maintained
5136
5137 I2C-TAOS-EVM DRIVER
5138 M:      Jean Delvare <jdelvare@suse.com>
5139 L:      linux-i2c@vger.kernel.org
5140 S:      Maintained
5141 F:      Documentation/i2c/busses/i2c-taos-evm
5142 F:      drivers/i2c/busses/i2c-taos-evm.c
5143
5144 I2C-TINY-USB DRIVER
5145 M:      Till Harbaum <till@harbaum.org>
5146 L:      linux-i2c@vger.kernel.org
5147 W:      http://www.harbaum.org/till/i2c_tiny_usb
5148 S:      Maintained
5149 F:      drivers/i2c/busses/i2c-tiny-usb.c
5150
5151 i386 BOOT CODE
5152 M:      "H. Peter Anvin" <hpa@zytor.com>
5153 S:      Maintained
5154 F:      arch/x86/boot/
5155
5156 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5157 M:      "H. Peter Anvin" <hpa@zytor.com>
5158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5159 S:      Maintained
5160
5161 IA64 (Itanium) PLATFORM
5162 M:      Tony Luck <tony.luck@intel.com>
5163 M:      Fenghua Yu <fenghua.yu@intel.com>
5164 L:      linux-ia64@vger.kernel.org
5165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5166 S:      Maintained
5167 F:      arch/ia64/
5168
5169 IBM Power VMX Cryptographic instructions
5170 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5171 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5172 L:      linux-crypto@vger.kernel.org
5173 S:      Supported
5174 F:      drivers/crypto/vmx/Makefile
5175 F:      drivers/crypto/vmx/Kconfig
5176 F:      drivers/crypto/vmx/vmx.c
5177 F:      drivers/crypto/vmx/aes*
5178 F:      drivers/crypto/vmx/ghash*
5179 F:      drivers/crypto/vmx/ppc-xlate.pl
5180
5181 IBM Power in-Nest Crypto Acceleration
5182 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5183 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5184 L:      linux-crypto@vger.kernel.org
5185 S:      Supported
5186 F:      drivers/crypto/nx/Makefile
5187 F:      drivers/crypto/nx/Kconfig
5188 F:      drivers/crypto/nx/nx-aes*
5189 F:      drivers/crypto/nx/nx-sha*
5190 F:      drivers/crypto/nx/nx.*
5191 F:      drivers/crypto/nx/nx_csbcpb.h
5192 F:      drivers/crypto/nx/nx_debugfs.h
5193
5194 IBM Power 842 compression accelerator
5195 M:      Dan Streetman <ddstreet@ieee.org>
5196 S:      Supported
5197 F:      drivers/crypto/nx/Makefile
5198 F:      drivers/crypto/nx/Kconfig
5199 F:      drivers/crypto/nx/nx-842*
5200 F:      include/linux/sw842.h
5201 F:      crypto/842.c
5202 F:      lib/842/
5203
5204 IBM Power Linux RAID adapter
5205 M:      Brian King <brking@us.ibm.com>
5206 S:      Supported
5207 F:      drivers/scsi/ipr.*
5208
5209 IBM Power Virtual Ethernet Device Driver
5210 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5211 L:      netdev@vger.kernel.org
5212 S:      Supported
5213 F:      drivers/net/ethernet/ibm/ibmveth.*
5214
5215 IBM Power Virtual SCSI Device Drivers
5216 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5217 L:      linux-scsi@vger.kernel.org
5218 S:      Supported
5219 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5220 F:      drivers/scsi/ibmvscsi/viosrp.h
5221
5222 IBM Power Virtual FC Device Drivers
5223 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5224 L:      linux-scsi@vger.kernel.org
5225 S:      Supported
5226 F:      drivers/scsi/ibmvscsi/ibmvfc*
5227
5228 IBM ServeRAID RAID DRIVER
5229 S:      Orphan
5230 F:      drivers/scsi/ips.*
5231
5232 ICH LPC AND GPIO DRIVER
5233 M:      Peter Tyser <ptyser@xes-inc.com>
5234 S:      Maintained
5235 F:      drivers/mfd/lpc_ich.c
5236 F:      drivers/gpio/gpio-ich.c
5237
5238 IDE SUBSYSTEM
5239 M:      "David S. Miller" <davem@davemloft.net>
5240 L:      linux-ide@vger.kernel.org
5241 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5243 S:      Maintained
5244 F:      Documentation/ide/
5245 F:      drivers/ide/
5246 F:      include/linux/ide.h
5247
5248 IDEAPAD LAPTOP EXTRAS DRIVER
5249 M:      Ike Panhc <ike.pan@canonical.com>
5250 L:      platform-driver-x86@vger.kernel.org
5251 W:      http://launchpad.net/ideapad-laptop
5252 S:      Maintained
5253 F:      drivers/platform/x86/ideapad-laptop.c
5254
5255 IDEAPAD LAPTOP SLIDEBAR DRIVER
5256 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5257 L:      linux-input@vger.kernel.org
5258 W:      https://github.com/o2genum/ideapad-slidebar
5259 S:      Maintained
5260 F:      drivers/input/misc/ideapad_slidebar.c
5261
5262 IDE/ATAPI DRIVERS
5263 M:      Borislav Petkov <bp@alien8.de>
5264 L:      linux-ide@vger.kernel.org
5265 S:      Maintained
5266 F:      Documentation/cdrom/ide-cd
5267 F:      drivers/ide/ide-cd*
5268
5269 IDLE-I7300
5270 M:      Andy Henroid <andrew.d.henroid@intel.com>
5271 L:      linux-pm@vger.kernel.org
5272 S:      Supported
5273 F:      drivers/idle/i7300_idle.c
5274
5275 IEEE 802.15.4 SUBSYSTEM
5276 M:      Alexander Aring <alex.aring@gmail.com>
5277 L:      linux-wpan@vger.kernel.org
5278 W:      https://github.com/linux-wpan
5279 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5280 S:      Maintained
5281 F:      net/ieee802154/
5282 F:      net/mac802154/
5283 F:      drivers/net/ieee802154/
5284 F:      include/linux/nl802154.h
5285 F:      include/linux/ieee802154.h
5286 F:      include/net/nl802154.h
5287 F:      include/net/mac802154.h
5288 F:      include/net/af_ieee802154.h
5289 F:      include/net/cfg802154.h
5290 F:      include/net/ieee802154_netdev.h
5291 F:      Documentation/networking/ieee802154.txt
5292
5293 IGORPLUG-USB IR RECEIVER
5294 M:      Sean Young <sean@mess.org>
5295 L:      linux-media@vger.kernel.org
5296 S:      Maintained
5297 F:      drivers/media/rc/igorplugusb.c
5298
5299 IGUANAWORKS USB IR TRANSCEIVER
5300 M:      Sean Young <sean@mess.org>
5301 L:      linux-media@vger.kernel.org
5302 S:      Maintained
5303 F:      drivers/media/rc/iguanair.c
5304
5305 IIO SUBSYSTEM AND DRIVERS
5306 M:      Jonathan Cameron <jic23@kernel.org>
5307 R:      Hartmut Knaack <knaack.h@gmx.de>
5308 R:      Lars-Peter Clausen <lars@metafoo.de>
5309 R:      Peter Meerwald <pmeerw@pmeerw.net>
5310 L:      linux-iio@vger.kernel.org
5311 S:      Maintained
5312 F:      drivers/iio/
5313 F:      drivers/staging/iio/
5314 F:      include/linux/iio/
5315 F:      tools/iio/
5316
5317 IKANOS/ADI EAGLE ADSL USB DRIVER
5318 M:      Matthieu Castet <castet.matthieu@free.fr>
5319 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5320 S:      Maintained
5321 F:      drivers/usb/atm/ueagle-atm.c
5322
5323 INA209 HARDWARE MONITOR DRIVER
5324 M:      Guenter Roeck <linux@roeck-us.net>
5325 L:      lm-sensors@lm-sensors.org
5326 S:      Maintained
5327 F:      Documentation/hwmon/ina209
5328 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5329 F:      drivers/hwmon/ina209.c
5330
5331 INA2XX HARDWARE MONITOR DRIVER
5332 M:      Guenter Roeck <linux@roeck-us.net>
5333 L:      lm-sensors@lm-sensors.org
5334 S:      Maintained
5335 F:      Documentation/hwmon/ina2xx
5336 F:      drivers/hwmon/ina2xx.c
5337 F:      include/linux/platform_data/ina2xx.h
5338
5339 INDUSTRY PACK SUBSYSTEM (IPACK)
5340 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5341 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5342 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5343 L:      industrypack-devel@lists.sourceforge.net
5344 W:      http://industrypack.sourceforge.net
5345 S:      Maintained
5346 F:      drivers/ipack/
5347
5348 INGENIC JZ4780 DMA Driver
5349 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5350 S:      Maintained
5351 F:      drivers/dma/dma-jz4780.c
5352
5353 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5354 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5355 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5356 L:      linux-ima-devel@lists.sourceforge.net
5357 L:      linux-ima-user@lists.sourceforge.net
5358 L:      linux-security-module@vger.kernel.org
5359 S:      Supported
5360 F:      security/integrity/ima/
5361
5362 IMGTEC IR DECODER DRIVER
5363 M:      James Hogan <james.hogan@imgtec.com>
5364 S:      Maintained
5365 F:      drivers/media/rc/img-ir/
5366
5367 IMS TWINTURBO FRAMEBUFFER DRIVER
5368 L:      linux-fbdev@vger.kernel.org
5369 S:      Orphan
5370 F:      drivers/video/fbdev/imsttfb.c
5371
5372 INFINIBAND SUBSYSTEM
5373 M:      Doug Ledford <dledford@redhat.com>
5374 M:      Sean Hefty <sean.hefty@intel.com>
5375 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5376 L:      linux-rdma@vger.kernel.org
5377 W:      http://www.openfabrics.org/
5378 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5380 S:      Supported
5381 F:      Documentation/infiniband/
5382 F:      drivers/infiniband/
5383 F:      drivers/staging/rdma/
5384 F:      include/uapi/linux/if_infiniband.h
5385 F:      include/uapi/rdma/
5386 F:      include/rdma/
5387
5388 INOTIFY
5389 M:      John McCutchan <john@johnmccutchan.com>
5390 M:      Robert Love <rlove@rlove.org>
5391 M:      Eric Paris <eparis@parisplace.org>
5392 S:      Maintained
5393 F:      Documentation/filesystems/inotify.txt
5394 F:      fs/notify/inotify/
5395 F:      include/linux/inotify.h
5396 F:      include/uapi/linux/inotify.h
5397
5398 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5399 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5400 L:      linux-input@vger.kernel.org
5401 Q:      http://patchwork.kernel.org/project/linux-input/list/
5402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5403 S:      Maintained
5404 F:      drivers/input/
5405 F:      include/linux/input.h
5406 F:      include/uapi/linux/input.h
5407 F:      include/linux/input/
5408
5409 INPUT MULTITOUCH (MT) PROTOCOL
5410 M:      Henrik Rydberg <rydberg@bitmath.org>
5411 L:      linux-input@vger.kernel.org
5412 S:      Odd fixes
5413 F:      Documentation/input/multi-touch-protocol.txt
5414 F:      drivers/input/input-mt.c
5415 K:      \b(ABS|SYN)_MT_
5416
5417 INTEL ASoC BDW/HSW DRIVERS
5418 M:      Jie Yang <yang.jie@linux.intel.com>
5419 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5420 S:      Supported
5421 F:      sound/soc/intel/common/sst-dsp*
5422 F:      sound/soc/intel/common/sst-firmware.c
5423 F:      sound/soc/intel/boards/broadwell.c
5424 F:      sound/soc/intel/haswell/
5425
5426 INTEL C600 SERIES SAS CONTROLLER DRIVER
5427 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5428 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5429 L:      linux-scsi@vger.kernel.org
5430 T:      git git://git.code.sf.net/p/intel-sas/isci
5431 S:      Supported
5432 F:      drivers/scsi/isci/
5433
5434 INTEL IDLE DRIVER
5435 M:      Len Brown <lenb@kernel.org>
5436 L:      linux-pm@vger.kernel.org
5437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5438 S:      Supported
5439 F:      drivers/idle/intel_idle.c
5440
5441 INTEL PSTATE DRIVER
5442 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5443 L:      linux-pm@vger.kernel.org
5444 S:      Supported
5445 F:      drivers/cpufreq/intel_pstate.c
5446
5447 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5448 M:      Maik Broemme <mbroemme@plusserver.de>
5449 L:      linux-fbdev@vger.kernel.org
5450 S:      Maintained
5451 F:      Documentation/fb/intelfb.txt
5452 F:      drivers/video/fbdev/intelfb/
5453
5454 INTEL 810/815 FRAMEBUFFER DRIVER
5455 M:      Antonino Daplas <adaplas@gmail.com>
5456 L:      linux-fbdev@vger.kernel.org
5457 S:      Maintained
5458 F:      drivers/video/fbdev/i810/
5459
5460 INTEL MENLOW THERMAL DRIVER
5461 M:      Sujith Thomas <sujith.thomas@intel.com>
5462 L:      platform-driver-x86@vger.kernel.org
5463 W:      https://01.org/linux-acpi
5464 S:      Supported
5465 F:      drivers/platform/x86/intel_menlow.c
5466
5467 INTEL I/OAT DMA DRIVER
5468 M:      Dave Jiang <dave.jiang@intel.com>
5469 R:      Dan Williams <dan.j.williams@intel.com>
5470 L:      dmaengine@vger.kernel.org
5471 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5472 S:      Supported
5473 F:      drivers/dma/ioat*
5474
5475 INTEL IOMMU (VT-d)
5476 M:      David Woodhouse <dwmw2@infradead.org>
5477 L:      iommu@lists.linux-foundation.org
5478 T:      git git://git.infradead.org/iommu-2.6.git
5479 S:      Supported
5480 F:      drivers/iommu/intel-iommu.c
5481 F:      include/linux/intel-iommu.h
5482
5483 INTEL IOP-ADMA DMA DRIVER
5484 R:      Dan Williams <dan.j.williams@intel.com>
5485 S:      Odd fixes
5486 F:      drivers/dma/iop-adma.c
5487
5488 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5489 M:      Krzysztof Halasa <khalasa@piap.pl>
5490 S:      Maintained
5491 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5492 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5493 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5494 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5495 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5496 F:      drivers/net/wan/ixp4xx_hss.c
5497
5498 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5499 M:      Deepak Saxena <dsaxena@plexity.net>
5500 S:      Maintained
5501 F:      drivers/char/hw_random/ixp4xx-rng.c
5502
5503 INTEL ETHERNET DRIVERS
5504 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5505 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5506 R:      Shannon Nelson <shannon.nelson@intel.com>
5507 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5508 R:      Don Skidmore <donald.c.skidmore@intel.com>
5509 R:      Matthew Vick <matthew.vick@intel.com>
5510 R:      John Ronciak <john.ronciak@intel.com>
5511 R:      Mitch Williams <mitch.a.williams@intel.com>
5512 L:      intel-wired-lan@lists.osuosl.org
5513 W:      http://www.intel.com/support/feedback.htm
5514 W:      http://e1000.sourceforge.net/
5515 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5518 S:      Supported
5519 F:      Documentation/networking/e100.txt
5520 F:      Documentation/networking/e1000.txt
5521 F:      Documentation/networking/e1000e.txt
5522 F:      Documentation/networking/igb.txt
5523 F:      Documentation/networking/igbvf.txt
5524 F:      Documentation/networking/ixgb.txt
5525 F:      Documentation/networking/ixgbe.txt
5526 F:      Documentation/networking/ixgbevf.txt
5527 F:      Documentation/networking/i40e.txt
5528 F:      Documentation/networking/i40evf.txt
5529 F:      drivers/net/ethernet/intel/
5530 F:      drivers/net/ethernet/intel/*/
5531
5532 INTEL-MID GPIO DRIVER
5533 M:      David Cohen <david.a.cohen@linux.intel.com>
5534 L:      linux-gpio@vger.kernel.org
5535 S:      Maintained
5536 F:      drivers/gpio/gpio-intel-mid.c
5537
5538 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5539 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5540 L:      linux-wireless@vger.kernel.org
5541 S:      Maintained
5542 F:      Documentation/networking/README.ipw2100
5543 F:      Documentation/networking/README.ipw2200
5544 F:      drivers/net/wireless/ipw2x00/
5545
5546 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5547 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5548 M:      Gang Wei <gang.wei@intel.com>
5549 M:      Shane Wang <shane.wang@intel.com>
5550 L:      tboot-devel@lists.sourceforge.net
5551 W:      http://tboot.sourceforge.net
5552 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5553 S:      Supported
5554 F:      Documentation/intel_txt.txt
5555 F:      include/linux/tboot.h
5556 F:      arch/x86/kernel/tboot.c
5557
5558 INTEL WIRELESS WIMAX CONNECTION 2400
5559 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5560 M:      linux-wimax@intel.com
5561 L:      wimax@linuxwimax.org (subscribers-only)
5562 S:      Supported
5563 W:      http://linuxwimax.org
5564 F:      Documentation/wimax/README.i2400m
5565 F:      drivers/net/wimax/i2400m/
5566 F:      include/uapi/linux/wimax/i2400m.h
5567
5568 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5569 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5570 L:      linux-wireless@vger.kernel.org
5571 S:      Supported
5572 F:      drivers/net/wireless/iwlegacy/
5573
5574 INTEL WIRELESS WIFI LINK (iwlwifi)
5575 M:      Johannes Berg <johannes.berg@intel.com>
5576 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5577 M:      Intel Linux Wireless <linuxwifi@intel.com>
5578 L:      linux-wireless@vger.kernel.org
5579 W:      http://intellinuxwireless.org
5580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5581 S:      Supported
5582 F:      drivers/net/wireless/iwlwifi/
5583
5584 INTEL MANAGEMENT ENGINE (mei)
5585 M:      Tomas Winkler <tomas.winkler@intel.com>
5586 L:      linux-kernel@vger.kernel.org
5587 S:      Supported
5588 F:      include/uapi/linux/mei.h
5589 F:      include/linux/mei_cl_bus.h
5590 F:      drivers/misc/mei/*
5591 F:      Documentation/misc-devices/mei/*
5592
5593 INTEL PMC IPC DRIVER
5594 M:      Zha Qipeng<qipeng.zha@intel.com>
5595 L:      platform-driver-x86@vger.kernel.org
5596 S:      Maintained
5597 F:      drivers/platform/x86/intel_pmc_ipc.c
5598 F:      arch/x86/include/asm/intel_pmc_ipc.h
5599
5600 IOC3 ETHERNET DRIVER
5601 M:      Ralf Baechle <ralf@linux-mips.org>
5602 L:      linux-mips@linux-mips.org
5603 S:      Maintained
5604 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5605
5606 IOC3 SERIAL DRIVER
5607 M:      Pat Gefre <pfg@sgi.com>
5608 L:      linux-serial@vger.kernel.org
5609 S:      Maintained
5610 F:      drivers/tty/serial/ioc3_serial.c
5611
5612 IOMMU DRIVERS
5613 M:      Joerg Roedel <joro@8bytes.org>
5614 L:      iommu@lists.linux-foundation.org
5615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5616 S:      Maintained
5617 F:      drivers/iommu/
5618
5619 IP MASQUERADING
5620 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5621 S:      Maintained
5622 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5623
5624 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5625 M:      Francois Romieu <romieu@fr.zoreil.com>
5626 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5627 L:      netdev@vger.kernel.org
5628 S:      Maintained
5629 F:      drivers/net/ethernet/icplus/ipg.*
5630
5631 IPATH DRIVER
5632 M:      Mike Marciniszyn <infinipath@intel.com>
5633 L:      linux-rdma@vger.kernel.org
5634 S:      Maintained
5635 F:      drivers/staging/rdma/ipath/
5636
5637 IPMI SUBSYSTEM
5638 M:      Corey Minyard <minyard@acm.org>
5639 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5640 W:      http://openipmi.sourceforge.net/
5641 S:      Supported
5642 F:      Documentation/IPMI.txt
5643 F:      drivers/char/ipmi/
5644 F:      include/linux/ipmi*
5645 F:      include/uapi/linux/ipmi*
5646
5647 QCOM AUDIO (ASoC) DRIVERS
5648 M:      Patrick Lai <plai@codeaurora.org>
5649 M:      Banajit Goswami <bgoswami@codeaurora.org>
5650 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5651 S:      Supported
5652 F:      sound/soc/qcom/
5653
5654 IPS SCSI RAID DRIVER
5655 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5656 L:      linux-scsi@vger.kernel.org
5657 W:      http://www.adaptec.com/
5658 S:      Maintained
5659 F:      drivers/scsi/ips*
5660
5661 IPVS
5662 M:      Wensong Zhang <wensong@linux-vs.org>
5663 M:      Simon Horman <horms@verge.net.au>
5664 M:      Julian Anastasov <ja@ssi.bg>
5665 L:      netdev@vger.kernel.org
5666 L:      lvs-devel@vger.kernel.org
5667 S:      Maintained
5668 F:      Documentation/networking/ipvs-sysctl.txt
5669 F:      include/net/ip_vs.h
5670 F:      include/uapi/linux/ip_vs.h
5671 F:      net/netfilter/ipvs/
5672
5673 IPWIRELESS DRIVER
5674 M:      Jiri Kosina <jikos@kernel.org>
5675 M:      David Sterba <dsterba@suse.com>
5676 S:      Odd Fixes
5677 F:      drivers/tty/ipwireless/
5678
5679 IPX NETWORK LAYER
5680 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5681 L:      netdev@vger.kernel.org
5682 S:      Maintained
5683 F:      include/net/ipx.h
5684 F:      include/uapi/linux/ipx.h
5685 F:      net/ipx/
5686
5687 IRDA SUBSYSTEM
5688 M:      Samuel Ortiz <samuel@sortiz.org>
5689 L:      irda-users@lists.sourceforge.net (subscribers-only)
5690 L:      netdev@vger.kernel.org
5691 W:      http://irda.sourceforge.net/
5692 S:      Maintained
5693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5694 F:      Documentation/networking/irda.txt
5695 F:      drivers/net/irda/
5696 F:      include/net/irda/
5697 F:      net/irda/
5698
5699 IRQ SUBSYSTEM
5700 M:      Thomas Gleixner <tglx@linutronix.de>
5701 L:      linux-kernel@vger.kernel.org
5702 S:      Maintained
5703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5704 F:      kernel/irq/
5705
5706 IRQCHIP DRIVERS
5707 M:      Thomas Gleixner <tglx@linutronix.de>
5708 M:      Jason Cooper <jason@lakedaemon.net>
5709 M:      Marc Zyngier <marc.zyngier@arm.com>
5710 L:      linux-kernel@vger.kernel.org
5711 S:      Maintained
5712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5713 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5714 F:      Documentation/devicetree/bindings/interrupt-controller/
5715 F:      drivers/irqchip/
5716
5717 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5718 M:      Jiang Liu <jiang.liu@linux.intel.com>
5719 M:      Marc Zyngier <marc.zyngier@arm.com>
5720 S:      Maintained
5721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5722 F:      Documentation/IRQ-domain.txt
5723 F:      include/linux/irqdomain.h
5724 F:      kernel/irq/irqdomain.c
5725 F:      kernel/irq/msi.c
5726
5727 ISAPNP
5728 M:      Jaroslav Kysela <perex@perex.cz>
5729 S:      Maintained
5730 F:      Documentation/isapnp.txt
5731 F:      drivers/pnp/isapnp/
5732 F:      include/linux/isapnp.h
5733
5734 ISA RADIO MODULE
5735 M:      Hans Verkuil <hverkuil@xs4all.nl>
5736 L:      linux-media@vger.kernel.org
5737 T:      git git://linuxtv.org/media_tree.git
5738 W:      http://linuxtv.org
5739 S:      Maintained
5740 F:      drivers/media/radio/radio-isa*
5741
5742 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5743 M:      Peter Jones <pjones@redhat.com>
5744 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5745 S:      Maintained
5746 F:      drivers/firmware/iscsi_ibft*
5747
5748 ISCSI
5749 M:      Mike Christie <michaelc@cs.wisc.edu>
5750 L:      open-iscsi@googlegroups.com
5751 W:      www.open-iscsi.org
5752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5753 S:      Maintained
5754 F:      drivers/scsi/*iscsi*
5755 F:      include/scsi/*iscsi*
5756
5757 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5758 M:      Or Gerlitz <ogerlitz@mellanox.com>
5759 M:      Sagi Grimberg <sagig@mellanox.com>
5760 M:      Roi Dayan <roid@mellanox.com>
5761 L:      linux-rdma@vger.kernel.org
5762 S:      Supported
5763 W:      http://www.openfabrics.org
5764 W:      www.open-iscsi.org
5765 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5766 F:      drivers/infiniband/ulp/iser/
5767
5768 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5769 M:      Sagi Grimberg <sagig@mellanox.com>
5770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5771 L:      linux-rdma@vger.kernel.org
5772 L:      target-devel@vger.kernel.org
5773 S:      Supported
5774 W:      http://www.linux-iscsi.org
5775 F:      drivers/infiniband/ulp/isert
5776
5777 ISDN SUBSYSTEM
5778 M:      Karsten Keil <isdn@linux-pingi.de>
5779 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5780 L:      netdev@vger.kernel.org
5781 W:      http://www.isdn4linux.de
5782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5783 S:      Maintained
5784 F:      Documentation/isdn/
5785 F:      drivers/isdn/
5786 F:      include/linux/isdn.h
5787 F:      include/linux/isdn/
5788 F:      include/uapi/linux/isdn.h
5789 F:      include/uapi/linux/isdn/
5790
5791 ISDN SUBSYSTEM (Eicon active card driver)
5792 M:      Armin Schindler <mac@melware.de>
5793 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5794 W:      http://www.melware.de
5795 S:      Maintained
5796 F:      drivers/isdn/hardware/eicon/
5797
5798 IT87 HARDWARE MONITORING DRIVER
5799 M:      Jean Delvare <jdelvare@suse.com>
5800 L:      lm-sensors@lm-sensors.org
5801 S:      Maintained
5802 F:      Documentation/hwmon/it87
5803 F:      drivers/hwmon/it87.c
5804
5805 IT913X MEDIA DRIVER
5806 M:      Antti Palosaari <crope@iki.fi>
5807 L:      linux-media@vger.kernel.org
5808 W:      http://linuxtv.org/
5809 W:      http://palosaari.fi/linux/
5810 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5811 T:      git git://linuxtv.org/anttip/media_tree.git
5812 S:      Maintained
5813 F:      drivers/media/tuners/it913x*
5814
5815 IVTV VIDEO4LINUX DRIVER
5816 M:      Andy Walls <awalls@md.metrocast.net>
5817 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5818 L:      linux-media@vger.kernel.org
5819 T:      git git://linuxtv.org/media_tree.git
5820 W:      http://www.ivtvdriver.org
5821 S:      Maintained
5822 F:      Documentation/video4linux/*.ivtv
5823 F:      drivers/media/pci/ivtv/
5824 F:      include/uapi/linux/ivtv*
5825
5826 IX2505V MEDIA DRIVER
5827 M:      Malcolm Priestley <tvboxspy@gmail.com>
5828 L:      linux-media@vger.kernel.org
5829 W:      http://linuxtv.org/
5830 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5831 S:      Maintained
5832 F:      drivers/media/dvb-frontends/ix2505v*
5833
5834 JC42.4 TEMPERATURE SENSOR DRIVER
5835 M:      Guenter Roeck <linux@roeck-us.net>
5836 L:      lm-sensors@lm-sensors.org
5837 S:      Maintained
5838 F:      drivers/hwmon/jc42.c
5839 F:      Documentation/hwmon/jc42
5840
5841 JFS FILESYSTEM
5842 M:      Dave Kleikamp <shaggy@kernel.org>
5843 L:      jfs-discussion@lists.sourceforge.net
5844 W:      http://jfs.sourceforge.net/
5845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5846 S:      Maintained
5847 F:      Documentation/filesystems/jfs.txt
5848 F:      fs/jfs/
5849
5850 JME NETWORK DRIVER
5851 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5852 L:      netdev@vger.kernel.org
5853 S:      Maintained
5854 F:      drivers/net/ethernet/jme.*
5855
5856 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5857 M:      David Woodhouse <dwmw2@infradead.org>
5858 L:      linux-mtd@lists.infradead.org
5859 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5860 S:      Maintained
5861 F:      fs/jffs2/
5862 F:      include/uapi/linux/jffs2.h
5863
5864 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5865 M:      "Theodore Ts'o" <tytso@mit.edu>
5866 M:      Jan Kara <jack@suse.com>
5867 L:      linux-ext4@vger.kernel.org
5868 S:      Maintained
5869 F:      fs/jbd2/
5870 F:      include/linux/jbd2.h
5871
5872 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5873 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5874 L:      linux-media@vger.kernel.org
5875 S:      Maintained
5876 F:      drivers/media/platform/rcar_jpu.c
5877
5878 JSM Neo PCI based serial card
5879 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5880 L:      linux-serial@vger.kernel.org
5881 S:      Maintained
5882 F:      drivers/tty/serial/jsm/
5883
5884 K10TEMP HARDWARE MONITORING DRIVER
5885 M:      Clemens Ladisch <clemens@ladisch.de>
5886 L:      lm-sensors@lm-sensors.org
5887 S:      Maintained
5888 F:      Documentation/hwmon/k10temp
5889 F:      drivers/hwmon/k10temp.c
5890
5891 K8TEMP HARDWARE MONITORING DRIVER
5892 M:      Rudolf Marek <r.marek@assembler.cz>
5893 L:      lm-sensors@lm-sensors.org
5894 S:      Maintained
5895 F:      Documentation/hwmon/k8temp
5896 F:      drivers/hwmon/k8temp.c
5897
5898 KCONFIG
5899 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5900 L:      linux-kbuild@vger.kernel.org
5901 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5902 S:      Maintained
5903 F:      Documentation/kbuild/kconfig-language.txt
5904 F:      scripts/kconfig/
5905
5906 KDUMP
5907 M:      Vivek Goyal <vgoyal@redhat.com>
5908 M:      Haren Myneni <hbabu@us.ibm.com>
5909 L:      kexec@lists.infradead.org
5910 W:      http://lse.sourceforge.net/kdump/
5911 S:      Maintained
5912 F:      Documentation/kdump/
5913
5914 KEENE FM RADIO TRANSMITTER DRIVER
5915 M:      Hans Verkuil <hverkuil@xs4all.nl>
5916 L:      linux-media@vger.kernel.org
5917 T:      git git://linuxtv.org/media_tree.git
5918 W:      http://linuxtv.org
5919 S:      Maintained
5920 F:      drivers/media/radio/radio-keene*
5921
5922 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5923 M:      Ian Kent <raven@themaw.net>
5924 L:      autofs@vger.kernel.org
5925 S:      Maintained
5926 F:      fs/autofs4/
5927
5928 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5929 M:      Michal Marek <mmarek@suse.com>
5930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5932 L:      linux-kbuild@vger.kernel.org
5933 S:      Maintained
5934 F:      Documentation/kbuild/
5935 F:      Makefile
5936 F:      scripts/Makefile.*
5937 F:      scripts/basic/
5938 F:      scripts/mk*
5939 F:      scripts/package/
5940
5941 KERNEL JANITORS
5942 L:      kernel-janitors@vger.kernel.org
5943 W:      http://kernelnewbies.org/KernelJanitors
5944 S:      Odd Fixes
5945
5946 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5947 M:      "J. Bruce Fields" <bfields@fieldses.org>
5948 M:      Jeff Layton <jlayton@poochiereds.net>
5949 L:      linux-nfs@vger.kernel.org
5950 W:      http://nfs.sourceforge.net/
5951 S:      Supported
5952 F:      fs/nfsd/
5953 F:      include/uapi/linux/nfsd/
5954 F:      fs/lockd/
5955 F:      fs/nfs_common/
5956 F:      net/sunrpc/
5957 F:      include/linux/lockd/
5958 F:      include/linux/sunrpc/
5959 F:      include/uapi/linux/sunrpc/
5960
5961 KERNEL SELFTEST FRAMEWORK
5962 M:      Shuah Khan <shuahkh@osg.samsung.com>
5963 L:      linux-api@vger.kernel.org
5964 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5965 S:      Maintained
5966 F:      tools/testing/selftests
5967
5968 KERNEL VIRTUAL MACHINE (KVM)
5969 M:      Gleb Natapov <gleb@kernel.org>
5970 M:      Paolo Bonzini <pbonzini@redhat.com>
5971 L:      kvm@vger.kernel.org
5972 W:      http://www.linux-kvm.org
5973 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5974 S:      Supported
5975 F:      Documentation/*/kvm*.txt
5976 F:      Documentation/virtual/kvm/
5977 F:      arch/*/kvm/
5978 F:      arch/x86/kernel/kvm.c
5979 F:      arch/x86/kernel/kvmclock.c
5980 F:      arch/*/include/asm/kvm*
5981 F:      include/linux/kvm*
5982 F:      include/uapi/linux/kvm*
5983 F:      virt/kvm/
5984
5985 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5986 M:      Joerg Roedel <joro@8bytes.org>
5987 L:      kvm@vger.kernel.org
5988 W:      http://www.linux-kvm.org/
5989 S:      Maintained
5990 F:      arch/x86/include/asm/svm.h
5991 F:      arch/x86/kvm/svm.c
5992
5993 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5994 M:      Alexander Graf <agraf@suse.com>
5995 L:      kvm-ppc@vger.kernel.org
5996 W:      http://www.linux-kvm.org/
5997 T:      git git://github.com/agraf/linux-2.6.git
5998 S:      Supported
5999 F:      arch/powerpc/include/asm/kvm*
6000 F:      arch/powerpc/kvm/
6001
6002 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6003 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6004 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6005 L:      linux-s390@vger.kernel.org
6006 W:      http://www.ibm.com/developerworks/linux/linux390/
6007 S:      Supported
6008 F:      Documentation/s390/kvm.txt
6009 F:      arch/s390/include/asm/kvm*
6010 F:      arch/s390/kvm/
6011
6012 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6013 M:      Christoffer Dall <christoffer.dall@linaro.org>
6014 M:      Marc Zyngier <marc.zyngier@arm.com>
6015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6016 L:      kvmarm@lists.cs.columbia.edu
6017 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6018 S:      Supported
6019 F:      arch/arm/include/uapi/asm/kvm*
6020 F:      arch/arm/include/asm/kvm*
6021 F:      arch/arm/kvm/
6022 F:      virt/kvm/arm/
6023 F:      include/kvm/arm_*
6024
6025 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6026 M:      Christoffer Dall <christoffer.dall@linaro.org>
6027 M:      Marc Zyngier <marc.zyngier@arm.com>
6028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6029 L:      kvmarm@lists.cs.columbia.edu
6030 S:      Maintained
6031 F:      arch/arm64/include/uapi/asm/kvm*
6032 F:      arch/arm64/include/asm/kvm*
6033 F:      arch/arm64/kvm/
6034
6035 KEXEC
6036 M:      Eric Biederman <ebiederm@xmission.com>
6037 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6038 L:      kexec@lists.infradead.org
6039 S:      Maintained
6040 F:      include/linux/kexec.h
6041 F:      include/uapi/linux/kexec.h
6042 F:      kernel/kexec.c
6043
6044 KEYS/KEYRINGS:
6045 M:      David Howells <dhowells@redhat.com>
6046 L:      keyrings@vger.kernel.org
6047 S:      Maintained
6048 F:      Documentation/security/keys.txt
6049 F:      include/linux/key.h
6050 F:      include/linux/key-type.h
6051 F:      include/keys/
6052 F:      security/keys/
6053
6054 KEYS-TRUSTED
6055 M:      David Safford <safford@us.ibm.com>
6056 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6057 L:      linux-security-module@vger.kernel.org
6058 L:      keyrings@vger.kernel.org
6059 S:      Supported
6060 F:      Documentation/security/keys-trusted-encrypted.txt
6061 F:      include/keys/trusted-type.h
6062 F:      security/keys/trusted.c
6063 F:      security/keys/trusted.h
6064
6065 KEYS-ENCRYPTED
6066 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6067 M:      David Safford <safford@us.ibm.com>
6068 L:      linux-security-module@vger.kernel.org
6069 L:      keyrings@vger.kernel.org
6070 S:      Supported
6071 F:      Documentation/security/keys-trusted-encrypted.txt
6072 F:      include/keys/encrypted-type.h
6073 F:      security/keys/encrypted-keys/
6074
6075 KGDB / KDB /debug_core
6076 M:      Jason Wessel <jason.wessel@windriver.com>
6077 W:      http://kgdb.wiki.kernel.org/
6078 L:      kgdb-bugreport@lists.sourceforge.net
6079 S:      Maintained
6080 F:      Documentation/DocBook/kgdb.tmpl
6081 F:      drivers/misc/kgdbts.c
6082 F:      drivers/tty/serial/kgdboc.c
6083 F:      include/linux/kdb.h
6084 F:      include/linux/kgdb.h
6085 F:      kernel/debug/
6086
6087 KMEMCHECK
6088 M:      Vegard Nossum <vegardno@ifi.uio.no>
6089 M:      Pekka Enberg <penberg@kernel.org>
6090 S:      Maintained
6091 F:      Documentation/kmemcheck.txt
6092 F:      arch/x86/include/asm/kmemcheck.h
6093 F:      arch/x86/mm/kmemcheck/
6094 F:      include/linux/kmemcheck.h
6095 F:      mm/kmemcheck.c
6096
6097 KMEMLEAK
6098 M:      Catalin Marinas <catalin.marinas@arm.com>
6099 S:      Maintained
6100 F:      Documentation/kmemleak.txt
6101 F:      include/linux/kmemleak.h
6102 F:      mm/kmemleak.c
6103 F:      mm/kmemleak-test.c
6104
6105 KPROBES
6106 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6107 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6108 M:      "David S. Miller" <davem@davemloft.net>
6109 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6110 S:      Maintained
6111 F:      Documentation/kprobes.txt
6112 F:      include/linux/kprobes.h
6113 F:      kernel/kprobes.c
6114
6115 KS0108 LCD CONTROLLER DRIVER
6116 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6117 W:      http://miguelojeda.es/auxdisplay.htm
6118 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6119 S:      Maintained
6120 F:      Documentation/auxdisplay/ks0108
6121 F:      drivers/auxdisplay/ks0108.c
6122 F:      include/linux/ks0108.h
6123
6124 L3MDEV
6125 M:      David Ahern <dsa@cumulusnetworks.com>
6126 L:      netdev@vger.kernel.org
6127 S:      Maintained
6128 F:      net/l3mdev
6129 F:      include/net/l3mdev.h
6130
6131 LAPB module
6132 L:      linux-x25@vger.kernel.org
6133 S:      Orphan
6134 F:      Documentation/networking/lapb-module.txt
6135 F:      include/*/lapb.h
6136 F:      net/lapb/
6137
6138 LASI 53c700 driver for PARISC
6139 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6140 L:      linux-scsi@vger.kernel.org
6141 S:      Maintained
6142 F:      Documentation/scsi/53c700.txt
6143 F:      drivers/scsi/53c700*
6144
6145 LED SUBSYSTEM
6146 M:      Richard Purdie <rpurdie@rpsys.net>
6147 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6148 L:      linux-leds@vger.kernel.org
6149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6150 S:      Maintained
6151 F:      drivers/leds/
6152 F:      include/linux/leds.h
6153
6154 LEGACY EEPROM DRIVER
6155 M:      Jean Delvare <jdelvare@suse.com>
6156 S:      Maintained
6157 F:      Documentation/misc-devices/eeprom
6158 F:      drivers/misc/eeprom/eeprom.c
6159
6160 LEGO USB Tower driver
6161 M:      Juergen Stuber <starblue@users.sourceforge.net>
6162 L:      legousb-devel@lists.sourceforge.net
6163 W:      http://legousb.sourceforge.net/
6164 S:      Maintained
6165 F:      drivers/usb/misc/legousbtower.c
6166
6167 LG2160 MEDIA DRIVER
6168 M:      Michael Krufky <mkrufky@linuxtv.org>
6169 L:      linux-media@vger.kernel.org
6170 W:      http://linuxtv.org/
6171 W:      http://github.com/mkrufky
6172 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6173 T:      git git://linuxtv.org/mkrufky/tuners.git
6174 S:      Maintained
6175 F:      drivers/media/dvb-frontends/lg2160.*
6176
6177 LGDT3305 MEDIA DRIVER
6178 M:      Michael Krufky <mkrufky@linuxtv.org>
6179 L:      linux-media@vger.kernel.org
6180 W:      http://linuxtv.org/
6181 W:      http://github.com/mkrufky
6182 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6183 T:      git git://linuxtv.org/mkrufky/tuners.git
6184 S:      Maintained
6185 F:      drivers/media/dvb-frontends/lgdt3305.*
6186
6187 LGUEST
6188 M:      Rusty Russell <rusty@rustcorp.com.au>
6189 L:      lguest@lists.ozlabs.org
6190 W:      http://lguest.ozlabs.org/
6191 S:      Odd Fixes
6192 F:      arch/x86/include/asm/lguest*.h
6193 F:      arch/x86/lguest/
6194 F:      drivers/lguest/
6195 F:      include/linux/lguest*.h
6196 F:      tools/lguest/
6197
6198 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6199 M:      Tejun Heo <tj@kernel.org>
6200 L:      linux-ide@vger.kernel.org
6201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6202 S:      Maintained
6203 F:      drivers/ata/
6204 F:      include/linux/ata.h
6205 F:      include/linux/libata.h
6206
6207 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6208 M:      Viresh Kumar <vireshk@kernel.org>
6209 L:      linux-ide@vger.kernel.org
6210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6211 S:      Maintained
6212 F:      include/linux/pata_arasan_cf_data.h
6213 F:      drivers/ata/pata_arasan_cf.c
6214
6215 LIBATA PATA DRIVERS
6216 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6217 M:      Tejun Heo <tj@kernel.org>
6218 L:      linux-ide@vger.kernel.org
6219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6220 S:      Maintained
6221 F:      drivers/ata/pata_*.c
6222 F:      drivers/ata/ata_generic.c
6223
6224 LIBATA SATA AHCI PLATFORM devices support
6225 M:      Hans de Goede <hdegoede@redhat.com>
6226 M:      Tejun Heo <tj@kernel.org>
6227 L:      linux-ide@vger.kernel.org
6228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6229 S:      Maintained
6230 F:      drivers/ata/ahci_platform.c
6231 F:      drivers/ata/libahci_platform.c
6232 F:      include/linux/ahci_platform.h
6233
6234 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6235 M:      Mikael Pettersson <mikpelinux@gmail.com>
6236 L:      linux-ide@vger.kernel.org
6237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6238 S:      Maintained
6239 F:      drivers/ata/sata_promise.*
6240
6241 LIBLOCKDEP
6242 M:      Sasha Levin <sasha.levin@oracle.com>
6243 S:      Maintained
6244 F:      tools/lib/lockdep/
6245
6246 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6247 M:      Dan Williams <dan.j.williams@intel.com>
6248 L:      linux-nvdimm@lists.01.org
6249 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6250 S:      Supported
6251 F:      drivers/nvdimm/*
6252 F:      include/linux/nd.h
6253 F:      include/linux/libnvdimm.h
6254 F:      include/uapi/linux/ndctl.h
6255
6256 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6257 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6258 L:      linux-nvdimm@lists.01.org
6259 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6260 S:      Supported
6261 F:      drivers/nvdimm/blk.c
6262 F:      drivers/nvdimm/region_devs.c
6263 F:      drivers/acpi/nfit*
6264
6265 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6266 M:      Vishal Verma <vishal.l.verma@intel.com>
6267 L:      linux-nvdimm@lists.01.org
6268 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6269 S:      Supported
6270 F:      drivers/nvdimm/btt*
6271
6272 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6273 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6274 L:      linux-nvdimm@lists.01.org
6275 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6276 S:      Supported
6277 F:      drivers/nvdimm/pmem.c
6278 F:      include/linux/pmem.h
6279 F:      arch/*/include/asm/pmem.h
6280
6281 LINUX FOR IBM pSERIES (RS/6000)
6282 M:      Paul Mackerras <paulus@au.ibm.com>
6283 W:      http://www.ibm.com/linux/ltc/projects/ppc
6284 S:      Supported
6285 F:      arch/powerpc/boot/rs6000.h
6286
6287 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6288 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6289 M:      Paul Mackerras <paulus@samba.org>
6290 M:      Michael Ellerman <mpe@ellerman.id.au>
6291 W:      http://www.penguinppc.org/
6292 L:      linuxppc-dev@lists.ozlabs.org
6293 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6295 S:      Supported
6296 F:      Documentation/powerpc/
6297 F:      arch/powerpc/
6298
6299 LINUX FOR POWER MACINTOSH
6300 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6301 W:      http://www.penguinppc.org/
6302 L:      linuxppc-dev@lists.ozlabs.org
6303 S:      Maintained
6304 F:      arch/powerpc/platforms/powermac/
6305 F:      drivers/macintosh/
6306
6307 LINUX FOR POWERPC EMBEDDED MPC5XXX
6308 M:      Anatolij Gustschin <agust@denx.de>
6309 L:      linuxppc-dev@lists.ozlabs.org
6310 T:      git git://git.denx.de/linux-denx-agust.git
6311 S:      Maintained
6312 F:      arch/powerpc/platforms/512x/
6313 F:      arch/powerpc/platforms/52xx/
6314
6315 LINUX FOR POWERPC EMBEDDED PPC4XX
6316 M:      Alistair Popple <alistair@popple.id.au>
6317 M:      Matt Porter <mporter@kernel.crashing.org>
6318 W:      http://www.penguinppc.org/
6319 L:      linuxppc-dev@lists.ozlabs.org
6320 S:      Maintained
6321 F:      arch/powerpc/platforms/40x/
6322 F:      arch/powerpc/platforms/44x/
6323
6324 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6325 L:      linuxppc-dev@lists.ozlabs.org
6326 S:      Orphan
6327 F:      arch/powerpc/*/*virtex*
6328 F:      arch/powerpc/*/*/*virtex*
6329
6330 LINUX FOR POWERPC EMBEDDED PPC8XX
6331 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6332 W:      http://www.penguinppc.org/
6333 L:      linuxppc-dev@lists.ozlabs.org
6334 S:      Maintained
6335 F:      arch/powerpc/platforms/8xx/
6336
6337 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6338 M:      Scott Wood <scottwood@freescale.com>
6339 M:      Kumar Gala <galak@kernel.crashing.org>
6340 W:      http://www.penguinppc.org/
6341 L:      linuxppc-dev@lists.ozlabs.org
6342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6343 S:      Maintained
6344 F:      arch/powerpc/platforms/83xx/
6345 F:      arch/powerpc/platforms/85xx/
6346
6347 LINUX FOR POWERPC PA SEMI PWRFICIENT
6348 M:      Olof Johansson <olof@lixom.net>
6349 L:      linuxppc-dev@lists.ozlabs.org
6350 S:      Maintained
6351 F:      arch/powerpc/platforms/pasemi/
6352 F:      drivers/*/*pasemi*
6353 F:      drivers/*/*/*pasemi*
6354
6355 LINUX SECURITY MODULE (LSM) FRAMEWORK
6356 M:      Chris Wright <chrisw@sous-sol.org>
6357 L:      linux-security-module@vger.kernel.org
6358 S:      Supported
6359
6360 LIS3LV02D ACCELEROMETER DRIVER
6361 M:      Eric Piel <eric.piel@tremplin-utc.net>
6362 S:      Maintained
6363 F:      Documentation/misc-devices/lis3lv02d
6364 F:      drivers/misc/lis3lv02d/
6365 F:      drivers/platform/x86/hp_accel.c
6366
6367 LIVE PATCHING
6368 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6369 M:      Seth Jennings <sjenning@redhat.com>
6370 M:      Jiri Kosina <jikos@kernel.org>
6371 M:      Vojtech Pavlik <vojtech@suse.com>
6372 S:      Maintained
6373 F:      kernel/livepatch/
6374 F:      include/linux/livepatch.h
6375 F:      arch/x86/include/asm/livepatch.h
6376 F:      arch/x86/kernel/livepatch.c
6377 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6378 F:      samples/livepatch/
6379 L:      live-patching@vger.kernel.org
6380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6381
6382 LLC (802.2)
6383 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6384 S:      Maintained
6385 F:      include/linux/llc.h
6386 F:      include/uapi/linux/llc.h
6387 F:      include/net/llc*
6388 F:      net/llc/
6389
6390 LM73 HARDWARE MONITOR DRIVER
6391 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6392 L:      lm-sensors@lm-sensors.org
6393 S:      Maintained
6394 F:      drivers/hwmon/lm73.c
6395
6396 LM78 HARDWARE MONITOR DRIVER
6397 M:      Jean Delvare <jdelvare@suse.com>
6398 L:      lm-sensors@lm-sensors.org
6399 S:      Maintained
6400 F:      Documentation/hwmon/lm78
6401 F:      drivers/hwmon/lm78.c
6402
6403 LM83 HARDWARE MONITOR DRIVER
6404 M:      Jean Delvare <jdelvare@suse.com>
6405 L:      lm-sensors@lm-sensors.org
6406 S:      Maintained
6407 F:      Documentation/hwmon/lm83
6408 F:      drivers/hwmon/lm83.c
6409
6410 LM90 HARDWARE MONITOR DRIVER
6411 M:      Jean Delvare <jdelvare@suse.com>
6412 L:      lm-sensors@lm-sensors.org
6413 S:      Maintained
6414 F:      Documentation/hwmon/lm90
6415 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6416 F:      drivers/hwmon/lm90.c
6417
6418 LM95234 HARDWARE MONITOR DRIVER
6419 M:      Guenter Roeck <linux@roeck-us.net>
6420 L:      lm-sensors@lm-sensors.org
6421 S:      Maintained
6422 F:      Documentation/hwmon/lm95234
6423 F:      drivers/hwmon/lm95234.c
6424
6425 LME2510 MEDIA DRIVER
6426 M:      Malcolm Priestley <tvboxspy@gmail.com>
6427 L:      linux-media@vger.kernel.org
6428 W:      http://linuxtv.org/
6429 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6430 S:      Maintained
6431 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6432
6433 LOCKDEP AND LOCKSTAT
6434 M:      Peter Zijlstra <peterz@infradead.org>
6435 M:      Ingo Molnar <mingo@redhat.com>
6436 L:      linux-kernel@vger.kernel.org
6437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6438 S:      Maintained
6439 F:      Documentation/locking/lockdep*.txt
6440 F:      Documentation/locking/lockstat.txt
6441 F:      include/linux/lockdep.h
6442 F:      kernel/locking/
6443
6444 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6445 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6446 L:      linux-ntfs-dev@lists.sourceforge.net
6447 W:      http://www.linux-ntfs.org/content/view/19/37/
6448 S:      Maintained
6449 F:      Documentation/ldm.txt
6450 F:      block/partitions/ldm.*
6451
6452 LogFS
6453 M:      Joern Engel <joern@logfs.org>
6454 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6455 L:      logfs@logfs.org
6456 W:      logfs.org
6457 S:      Maintained
6458 F:      fs/logfs/
6459
6460 LPC32XX MACHINE SUPPORT
6461 M:      Roland Stigge <stigge@antcom.de>
6462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6463 S:      Maintained
6464 F:      arch/arm/mach-lpc32xx/
6465
6466 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6467 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6468 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6469 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6470 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6471 L:      MPT-FusionLinux.pdl@avagotech.com
6472 L:      linux-scsi@vger.kernel.org
6473 W:      http://www.lsilogic.com/support
6474 S:      Supported
6475 F:      drivers/message/fusion/
6476 F:      drivers/scsi/mpt2sas/
6477 F:      drivers/scsi/mpt3sas/
6478
6479 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6480 M:      Matthew Wilcox <matthew@wil.cx>
6481 L:      linux-scsi@vger.kernel.org
6482 S:      Maintained
6483 F:      drivers/scsi/sym53c8xx_2/
6484
6485 LTC4261 HARDWARE MONITOR DRIVER
6486 M:      Guenter Roeck <linux@roeck-us.net>
6487 L:      lm-sensors@lm-sensors.org
6488 S:      Maintained
6489 F:      Documentation/hwmon/ltc4261
6490 F:      drivers/hwmon/ltc4261.c
6491
6492 LTP (Linux Test Project)
6493 M:      Mike Frysinger <vapier@gentoo.org>
6494 M:      Cyril Hrubis <chrubis@suse.cz>
6495 M:      Wanlong Gao <wanlong.gao@gmail.com>
6496 M:      Jan Stancek <jstancek@redhat.com>
6497 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6498 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6499 L:      ltp@lists.linux.it (subscribers-only)
6500 W:      http://linux-test-project.github.io/
6501 T:      git git://github.com/linux-test-project/ltp.git
6502 S:      Maintained
6503
6504 M32R ARCHITECTURE
6505 W:      http://www.linux-m32r.org/
6506 S:      Orphan
6507 F:      arch/m32r/
6508
6509 M68K ARCHITECTURE
6510 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6511 L:      linux-m68k@lists.linux-m68k.org
6512 W:      http://www.linux-m68k.org/
6513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6514 S:      Maintained
6515 F:      arch/m68k/
6516 F:      drivers/zorro/
6517
6518 M68K ON APPLE MACINTOSH
6519 M:      Joshua Thompson <funaho@jurai.org>
6520 W:      http://www.mac.linux-m68k.org/
6521 L:      linux-m68k@lists.linux-m68k.org
6522 S:      Maintained
6523 F:      arch/m68k/mac/
6524
6525 M68K ON HP9000/300
6526 M:      Philip Blundell <philb@gnu.org>
6527 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6528 S:      Maintained
6529 F:      arch/m68k/hp300/
6530
6531 M88DS3103 MEDIA DRIVER
6532 M:      Antti Palosaari <crope@iki.fi>
6533 L:      linux-media@vger.kernel.org
6534 W:      http://linuxtv.org/
6535 W:      http://palosaari.fi/linux/
6536 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6537 T:      git git://linuxtv.org/anttip/media_tree.git
6538 S:      Maintained
6539 F:      drivers/media/dvb-frontends/m88ds3103*
6540
6541 M88RS2000 MEDIA DRIVER
6542 M:      Malcolm Priestley <tvboxspy@gmail.com>
6543 L:      linux-media@vger.kernel.org
6544 W:      http://linuxtv.org/
6545 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6546 S:      Maintained
6547 F:      drivers/media/dvb-frontends/m88rs2000*
6548
6549 MA901 MASTERKIT USB FM RADIO DRIVER
6550 M:      Alexey Klimov <klimov.linux@gmail.com>
6551 L:      linux-media@vger.kernel.org
6552 T:      git git://linuxtv.org/media_tree.git
6553 S:      Maintained
6554 F:      drivers/media/radio/radio-ma901.c
6555
6556 MAC80211
6557 M:      Johannes Berg <johannes@sipsolutions.net>
6558 L:      linux-wireless@vger.kernel.org
6559 W:      http://wireless.kernel.org/
6560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6562 S:      Maintained
6563 F:      Documentation/networking/mac80211-injection.txt
6564 F:      include/net/mac80211.h
6565 F:      net/mac80211/
6566
6567 MACVLAN DRIVER
6568 M:      Patrick McHardy <kaber@trash.net>
6569 L:      netdev@vger.kernel.org
6570 S:      Maintained
6571 F:      drivers/net/macvlan.c
6572 F:      include/linux/if_macvlan.h
6573
6574 MAILBOX API
6575 M:      Jassi Brar <jassisinghbrar@gmail.com>
6576 L:      linux-kernel@vger.kernel.org
6577 S:      Maintained
6578 F:      drivers/mailbox/
6579 F:      include/linux/mailbox_client.h
6580 F:      include/linux/mailbox_controller.h
6581
6582 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6583 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6584 W:      http://www.kernel.org/doc/man-pages
6585 L:      linux-man@vger.kernel.org
6586 S:      Maintained
6587
6588 MARVELL ARMADA DRM SUPPORT
6589 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6590 S:      Maintained
6591 F:      drivers/gpu/drm/armada/
6592
6593 MARVELL 88E6352 DSA support
6594 M:      Guenter Roeck <linux@roeck-us.net>
6595 S:      Maintained
6596 F:      drivers/net/dsa/mv88e6352.c
6597
6598 MARVELL CRYPTO DRIVER
6599 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6600 M:      Arnaud Ebalard <arno@natisbad.org>
6601 F:      drivers/crypto/marvell/
6602 S:      Maintained
6603 L:      linux-crypto@vger.kernel.org
6604
6605 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6606 M:      Mirko Lindner <mlindner@marvell.com>
6607 M:      Stephen Hemminger <stephen@networkplumber.org>
6608 L:      netdev@vger.kernel.org
6609 S:      Maintained
6610 F:      drivers/net/ethernet/marvell/sk*
6611
6612 MARVELL LIBERTAS WIRELESS DRIVER
6613 L:      libertas-dev@lists.infradead.org
6614 S:      Orphan
6615 F:      drivers/net/wireless/libertas/
6616
6617 MARVELL MV643XX ETHERNET DRIVER
6618 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6619 L:      netdev@vger.kernel.org
6620 S:      Maintained
6621 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6622 F:      include/linux/mv643xx.h
6623
6624 MARVELL MVNETA ETHERNET DRIVER
6625 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6626 L:      netdev@vger.kernel.org
6627 S:      Maintained
6628 F:      drivers/net/ethernet/marvell/mvneta.*
6629
6630 MARVELL MWIFIEX WIRELESS DRIVER
6631 M:      Amitkumar Karwar <akarwar@marvell.com>
6632 M:      Nishant Sarmukadam <nishants@marvell.com>
6633 L:      linux-wireless@vger.kernel.org
6634 S:      Maintained
6635 F:      drivers/net/wireless/mwifiex/
6636
6637 MARVELL MWL8K WIRELESS DRIVER
6638 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6639 L:      linux-wireless@vger.kernel.org
6640 S:      Odd Fixes
6641 F:      drivers/net/wireless/mwl8k.c
6642
6643 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6644 M:      Nicolas Pitre <nico@fluxnic.net>
6645 S:      Odd Fixes
6646 F:      drivers/mmc/host/mvsdio.*
6647
6648 MATROX FRAMEBUFFER DRIVER
6649 L:      linux-fbdev@vger.kernel.org
6650 S:      Orphan
6651 F:      drivers/video/fbdev/matrox/matroxfb_*
6652 F:      include/uapi/linux/matroxfb.h
6653
6654 MAX16065 HARDWARE MONITOR DRIVER
6655 M:      Guenter Roeck <linux@roeck-us.net>
6656 L:      lm-sensors@lm-sensors.org
6657 S:      Maintained
6658 F:      Documentation/hwmon/max16065
6659 F:      drivers/hwmon/max16065.c
6660
6661 MAX20751 HARDWARE MONITOR DRIVER
6662 M:      Guenter Roeck <linux@roeck-us.net>
6663 L:      lm-sensors@lm-sensors.org
6664 S:      Maintained
6665 F:      Documentation/hwmon/max20751
6666 F:      drivers/hwmon/max20751.c
6667
6668 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6669 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6670 L:      lm-sensors@lm-sensors.org
6671 S:      Maintained
6672 F:      Documentation/hwmon/max6650
6673 F:      drivers/hwmon/max6650.c
6674
6675 MAX6697 HARDWARE MONITOR DRIVER
6676 M:      Guenter Roeck <linux@roeck-us.net>
6677 L:      lm-sensors@lm-sensors.org
6678 S:      Maintained
6679 F:      Documentation/hwmon/max6697
6680 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6681 F:      drivers/hwmon/max6697.c
6682 F:      include/linux/platform_data/max6697.h
6683
6684 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6685 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6686 L:      linux-pm@vger.kernel.org
6687 S:      Supported
6688 F:      drivers/power/max14577_charger.c
6689 F:      drivers/power/max77693_charger.c
6690
6691 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6692 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6693 L:      linux-kernel@vger.kernel.org
6694 S:      Supported
6695 F:      drivers/*/*max77802.c
6696 F:      Documentation/devicetree/bindings/*/*max77802.txt
6697 F:      include/dt-bindings/*/*max77802.h
6698
6699 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6700 M:      Chanwoo Choi <cw00.choi@samsung.com>
6701 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6702 L:      linux-kernel@vger.kernel.org
6703 S:      Supported
6704 F:      drivers/*/max14577.c
6705 F:      drivers/*/max77686.c
6706 F:      drivers/*/max77693.c
6707 F:      drivers/extcon/extcon-max14577.c
6708 F:      drivers/extcon/extcon-max77693.c
6709 F:      drivers/rtc/rtc-max77686.c
6710 F:      drivers/clk/clk-max77686.c
6711 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6712 F:      Documentation/devicetree/bindings/*/max77686.txt
6713 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6714 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6715 F:      include/linux/mfd/max14577*.h
6716 F:      include/linux/mfd/max77686*.h
6717 F:      include/linux/mfd/max77693*.h
6718
6719 MAXIRADIO FM RADIO RECEIVER DRIVER
6720 M:      Hans Verkuil <hverkuil@xs4all.nl>
6721 L:      linux-media@vger.kernel.org
6722 T:      git git://linuxtv.org/media_tree.git
6723 W:      http://linuxtv.org
6724 S:      Maintained
6725 F:      drivers/media/radio/radio-maxiradio*
6726
6727 MEDIA DRIVERS FOR RENESAS - VSP1
6728 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6729 L:      linux-media@vger.kernel.org
6730 L:      linux-sh@vger.kernel.org
6731 T:      git git://linuxtv.org/media_tree.git
6732 S:      Supported
6733 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6734 F:      drivers/media/platform/vsp1/
6735
6736 MEDIA DRIVERS FOR ASCOT2E
6737 M:      Sergey Kozlov <serjk@netup.ru>
6738 L:      linux-media@vger.kernel.org
6739 W:      http://linuxtv.org
6740 W:      http://netup.tv/
6741 T:      git git://linuxtv.org/media_tree.git
6742 S:      Supported
6743 F:      drivers/media/dvb-frontends/ascot2e*
6744
6745 MEDIA DRIVERS FOR CXD2841ER
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/cxd2841er*
6753
6754 MEDIA DRIVERS FOR HORUS3A
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/horus3a*
6762
6763 MEDIA DRIVERS FOR LNBH25
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/lnbh25*
6771
6772 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
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/pci/netup_unidvb/*
6780
6781 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6782 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6783 P:      LinuxTV.org Project
6784 L:      linux-media@vger.kernel.org
6785 W:      http://linuxtv.org
6786 Q:      http://patchwork.kernel.org/project/linux-media/list/
6787 T:      git git://linuxtv.org/media_tree.git
6788 S:      Maintained
6789 F:      Documentation/dvb/
6790 F:      Documentation/video4linux/
6791 F:      Documentation/DocBook/media/
6792 F:      drivers/media/
6793 F:      drivers/staging/media/
6794 F:      include/media/
6795 F:      include/uapi/linux/dvb/
6796 F:      include/uapi/linux/videodev2.h
6797 F:      include/uapi/linux/media.h
6798 F:      include/uapi/linux/v4l2-*
6799 F:      include/uapi/linux/meye.h
6800 F:      include/uapi/linux/ivtv*
6801 F:      include/uapi/linux/uvcvideo.h
6802
6803 MEDIATEK MT7601U WIRELESS LAN DRIVER
6804 M:      Jakub Kicinski <kubakici@wp.pl>
6805 L:      linux-wireless@vger.kernel.org
6806 S:      Maintained
6807 F:      drivers/net/wireless/mediatek/mt7601u/
6808
6809 MEGARAID SCSI/SAS DRIVERS
6810 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6811 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6812 M:      Uday Lingala <uday.lingala@avagotech.com>
6813 L:      megaraidlinux.pdl@avagotech.com
6814 L:      linux-scsi@vger.kernel.org
6815 W:      http://www.lsi.com
6816 S:      Maintained
6817 F:      Documentation/scsi/megaraid.txt
6818 F:      drivers/scsi/megaraid.*
6819 F:      drivers/scsi/megaraid/
6820
6821 MELLANOX ETHERNET DRIVER (mlx4_en)
6822 M:      Amir Vadai <amirv@mellanox.com>
6823 L:      netdev@vger.kernel.org
6824 S:      Supported
6825 W:      http://www.mellanox.com
6826 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6827 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6828
6829 MELLANOX ETHERNET SWITCH DRIVERS
6830 M:      Jiri Pirko <jiri@mellanox.com>
6831 M:      Ido Schimmel <idosch@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/mlxsw/
6837
6838 MEMBARRIER SUPPORT
6839 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6840 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6841 L:      linux-kernel@vger.kernel.org
6842 S:      Supported
6843 F:      kernel/membarrier.c
6844 F:      include/uapi/linux/membarrier.h
6845
6846 MEMORY MANAGEMENT
6847 L:      linux-mm@kvack.org
6848 W:      http://www.linux-mm.org
6849 S:      Maintained
6850 F:      include/linux/mm.h
6851 F:      include/linux/gfp.h
6852 F:      include/linux/mmzone.h
6853 F:      include/linux/memory_hotplug.h
6854 F:      include/linux/vmalloc.h
6855 F:      mm/
6856
6857 MEMORY TECHNOLOGY DEVICES (MTD)
6858 M:      David Woodhouse <dwmw2@infradead.org>
6859 M:      Brian Norris <computersforpeace@gmail.com>
6860 L:      linux-mtd@lists.infradead.org
6861 W:      http://www.linux-mtd.infradead.org/
6862 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6863 T:      git git://git.infradead.org/linux-mtd.git
6864 T:      git git://git.infradead.org/l2-mtd.git
6865 S:      Maintained
6866 F:      drivers/mtd/
6867 F:      include/linux/mtd/
6868 F:      include/uapi/mtd/
6869
6870 MEN A21 WATCHDOG DRIVER
6871 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6872 L:      linux-watchdog@vger.kernel.org
6873 S:      Maintained
6874 F:      drivers/watchdog/mena21_wdt.c
6875
6876 MEN CHAMELEON BUS (mcb)
6877 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6878 S:      Maintained
6879 F:      drivers/mcb/
6880 F:      include/linux/mcb.h
6881 F:      Documentation/men-chameleon-bus.txt
6882
6883 MEN F21BMC (Board Management Controller)
6884 M:      Andreas Werner <andreas.werner@men.de>
6885 S:      Supported
6886 F:      drivers/mfd/menf21bmc.c
6887 F:      drivers/watchdog/menf21bmc_wdt.c
6888 F:      drivers/leds/leds-menf21bmc.c
6889 F:      drivers/hwmon/menf21bmc_hwmon.c
6890 F:      Documentation/hwmon/menf21bmc
6891
6892 METAG ARCHITECTURE
6893 M:      James Hogan <james.hogan@imgtec.com>
6894 L:      linux-metag@vger.kernel.org
6895 S:      Supported
6896 F:      arch/metag/
6897 F:      Documentation/metag/
6898 F:      Documentation/devicetree/bindings/metag/
6899 F:      drivers/clocksource/metag_generic.c
6900 F:      drivers/irqchip/irq-metag.c
6901 F:      drivers/irqchip/irq-metag-ext.c
6902 F:      drivers/tty/metag_da.c
6903
6904 MICROBLAZE ARCHITECTURE
6905 M:      Michal Simek <monstr@monstr.eu>
6906 W:      http://www.monstr.eu/fdt/
6907 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6908 S:      Supported
6909 F:      arch/microblaze/
6910
6911 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6912 M:      Chen Yu <yu.c.chen@intel.com>
6913 L:      platform-driver-x86@vger.kernel.org
6914 S:      Supported
6915 F:      drivers/platform/x86/surfacepro3_button.c
6916
6917 MICROTEK X6 SCANNER
6918 M:      Oliver Neukum <oliver@neukum.org>
6919 S:      Maintained
6920 F:      drivers/usb/image/microtek.*
6921
6922 MIPS
6923 M:      Ralf Baechle <ralf@linux-mips.org>
6924 L:      linux-mips@linux-mips.org
6925 W:      http://www.linux-mips.org/
6926 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6927 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6928 S:      Supported
6929 F:      Documentation/mips/
6930 F:      arch/mips/
6931
6932 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6933 M:      Hans Verkuil <hverkuil@xs4all.nl>
6934 L:      linux-media@vger.kernel.org
6935 T:      git git://linuxtv.org/media_tree.git
6936 W:      http://linuxtv.org
6937 S:      Odd Fixes
6938 F:      drivers/media/radio/radio-miropcm20*
6939
6940 Mellanox MLX5 core VPI driver
6941 M:      Eli Cohen <eli@mellanox.com>
6942 L:      netdev@vger.kernel.org
6943 L:      linux-rdma@vger.kernel.org
6944 W:      http://www.mellanox.com
6945 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6946 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6947 T:      git git://openfabrics.org/~eli/connect-ib.git
6948 S:      Supported
6949 F:      drivers/net/ethernet/mellanox/mlx5/core/
6950 F:      include/linux/mlx5/
6951
6952 Mellanox MLX5 IB driver
6953 M:      Eli Cohen <eli@mellanox.com>
6954 L:      linux-rdma@vger.kernel.org
6955 W:      http://www.mellanox.com
6956 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6957 T:      git git://openfabrics.org/~eli/connect-ib.git
6958 S:      Supported
6959 F:      include/linux/mlx5/
6960 F:      drivers/infiniband/hw/mlx5/
6961
6962 MN88472 MEDIA DRIVER
6963 M:      Antti Palosaari <crope@iki.fi>
6964 L:      linux-media@vger.kernel.org
6965 W:      http://linuxtv.org/
6966 W:      http://palosaari.fi/linux/
6967 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6968 T:      git git://linuxtv.org/anttip/media_tree.git
6969 S:      Maintained
6970 F:      drivers/staging/media/mn88472/
6971 F:      drivers/media/dvb-frontends/mn88472.h
6972
6973 MN88473 MEDIA DRIVER
6974 M:      Antti Palosaari <crope@iki.fi>
6975 L:      linux-media@vger.kernel.org
6976 W:      http://linuxtv.org/
6977 W:      http://palosaari.fi/linux/
6978 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6979 T:      git git://linuxtv.org/anttip/media_tree.git
6980 S:      Maintained
6981 F:      drivers/staging/media/mn88473/
6982 F:      drivers/media/dvb-frontends/mn88473.h
6983
6984 MODULE SUPPORT
6985 M:      Rusty Russell <rusty@rustcorp.com.au>
6986 S:      Maintained
6987 F:      include/linux/module.h
6988 F:      kernel/module.c
6989
6990 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6991 W:      http://popies.net/meye/
6992 S:      Orphan
6993 F:      Documentation/video4linux/meye.txt
6994 F:      drivers/media/pci/meye/
6995 F:      include/uapi/linux/meye.h
6996
6997 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6998 M:      Jiri Slaby <jirislaby@gmail.com>
6999 S:      Maintained
7000 F:      Documentation/serial/moxa-smartio
7001 F:      drivers/tty/mxser.*
7002
7003 MR800 AVERMEDIA USB FM RADIO DRIVER
7004 M:      Alexey Klimov <klimov.linux@gmail.com>
7005 L:      linux-media@vger.kernel.org
7006 T:      git git://linuxtv.org/media_tree.git
7007 S:      Maintained
7008 F:      drivers/media/radio/radio-mr800.c
7009
7010 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7011 M:      Alan Ott <alan@signal11.us>
7012 L:      linux-wpan@vger.kernel.org
7013 S:      Maintained
7014 F:      drivers/net/ieee802154/mrf24j40.c
7015 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7016
7017 MSI LAPTOP SUPPORT
7018 M:      "Lee, Chun-Yi" <jlee@suse.com>
7019 L:      platform-driver-x86@vger.kernel.org
7020 S:      Maintained
7021 F:      drivers/platform/x86/msi-laptop.c
7022
7023 MSI WMI SUPPORT
7024 L:      platform-driver-x86@vger.kernel.org
7025 S:      Orphan
7026 F:      drivers/platform/x86/msi-wmi.c
7027
7028 MSI001 MEDIA DRIVER
7029 M:      Antti Palosaari <crope@iki.fi>
7030 L:      linux-media@vger.kernel.org
7031 W:      http://linuxtv.org/
7032 W:      http://palosaari.fi/linux/
7033 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7034 T:      git git://linuxtv.org/anttip/media_tree.git
7035 S:      Maintained
7036 F:      drivers/media/tuners/msi001*
7037
7038 MSI2500 MEDIA DRIVER
7039 M:      Antti Palosaari <crope@iki.fi>
7040 L:      linux-media@vger.kernel.org
7041 W:      http://linuxtv.org/
7042 W:      http://palosaari.fi/linux/
7043 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7044 T:      git git://linuxtv.org/anttip/media_tree.git
7045 S:      Maintained
7046 F:      drivers/media/usb/msi2500/
7047
7048 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7049 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7050 L:      linux-mtd@lists.infradead.org
7051 S:      Maintained
7052 F:      drivers/mtd/devices/docg3*
7053
7054 MT9M032 APTINA SENSOR DRIVER
7055 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7056 L:      linux-media@vger.kernel.org
7057 T:      git git://linuxtv.org/media_tree.git
7058 S:      Maintained
7059 F:      drivers/media/i2c/mt9m032.c
7060 F:      include/media/mt9m032.h
7061
7062 MT9P031 APTINA CAMERA SENSOR
7063 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7064 L:      linux-media@vger.kernel.org
7065 T:      git git://linuxtv.org/media_tree.git
7066 S:      Maintained
7067 F:      drivers/media/i2c/mt9p031.c
7068 F:      include/media/mt9p031.h
7069
7070 MT9T001 APTINA CAMERA SENSOR
7071 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7072 L:      linux-media@vger.kernel.org
7073 T:      git git://linuxtv.org/media_tree.git
7074 S:      Maintained
7075 F:      drivers/media/i2c/mt9t001.c
7076 F:      include/media/mt9t001.h
7077
7078 MT9V032 APTINA CAMERA SENSOR
7079 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7080 L:      linux-media@vger.kernel.org
7081 T:      git git://linuxtv.org/media_tree.git
7082 S:      Maintained
7083 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7084 F:      drivers/media/i2c/mt9v032.c
7085 F:      include/media/mt9v032.h
7086
7087 MULTIFUNCTION DEVICES (MFD)
7088 M:      Samuel Ortiz <sameo@linux.intel.com>
7089 M:      Lee Jones <lee.jones@linaro.org>
7090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7091 S:      Supported
7092 F:      drivers/mfd/
7093 F:      include/linux/mfd/
7094
7095 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7096 M:      Ulf Hansson <ulf.hansson@linaro.org>
7097 L:      linux-mmc@vger.kernel.org
7098 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7099 S:      Maintained
7100 F:      drivers/mmc/
7101 F:      include/linux/mmc/
7102 F:      include/uapi/linux/mmc/
7103
7104 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7105 S:      Orphan
7106 F:      drivers/mmc/host/mmc_spi.c
7107 F:      include/linux/spi/mmc_spi.h
7108
7109 MULTISOUND SOUND DRIVER
7110 M:      Andrew Veliath <andrewtv@usa.net>
7111 S:      Maintained
7112 F:      Documentation/sound/oss/MultiSound
7113 F:      sound/oss/msnd*
7114
7115 MULTITECH MULTIPORT CARD (ISICOM)
7116 S:      Orphan
7117 F:      drivers/tty/isicom.c
7118 F:      include/linux/isicom.h
7119
7120 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7121 M:      Felipe Balbi <balbi@ti.com>
7122 L:      linux-usb@vger.kernel.org
7123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7124 S:      Maintained
7125 F:      drivers/usb/musb/
7126
7127 MXL5007T MEDIA DRIVER
7128 M:      Michael Krufky <mkrufky@linuxtv.org>
7129 L:      linux-media@vger.kernel.org
7130 W:      http://linuxtv.org/
7131 W:      http://github.com/mkrufky
7132 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7133 T:      git git://linuxtv.org/mkrufky/tuners.git
7134 S:      Maintained
7135 F:      drivers/media/tuners/mxl5007t.*
7136
7137 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7138 M:      Hyong-Youb Kim <hykim@myri.com>
7139 L:      netdev@vger.kernel.org
7140 W:      https://www.myricom.com/support/downloads/myri10ge.html
7141 S:      Supported
7142 F:      drivers/net/ethernet/myricom/myri10ge/
7143
7144 NATSEMI ETHERNET DRIVER (DP8381x)
7145 S:      Orphan
7146 F:      drivers/net/ethernet/natsemi/natsemi.c
7147
7148 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7149 M:      Daniel Mack <zonque@gmail.com>
7150 S:      Maintained
7151 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7152 W:      http://www.native-instruments.com
7153 F:      sound/usb/caiaq/
7154
7155 NCP FILESYSTEM
7156 M:      Petr Vandrovec <petr@vandrovec.name>
7157 S:      Odd Fixes
7158 F:      fs/ncpfs/
7159
7160 NCR 5380 SCSI DRIVERS
7161 M:      Finn Thain <fthain@telegraphics.com.au>
7162 M:      Michael Schmitz <schmitzmic@gmail.com>
7163 L:      linux-scsi@vger.kernel.org
7164 S:      Maintained
7165 F:      Documentation/scsi/g_NCR5380.txt
7166 F:      drivers/scsi/NCR5380.*
7167 F:      drivers/scsi/arm/cumana_1.c
7168 F:      drivers/scsi/arm/oak.c
7169 F:      drivers/scsi/atari_NCR5380.c
7170 F:      drivers/scsi/atari_scsi.*
7171 F:      drivers/scsi/dmx3191d.c
7172 F:      drivers/scsi/dtc.*
7173 F:      drivers/scsi/g_NCR5380.*
7174 F:      drivers/scsi/g_NCR5380_mmio.c
7175 F:      drivers/scsi/mac_scsi.*
7176 F:      drivers/scsi/pas16.*
7177 F:      drivers/scsi/sun3_scsi.*
7178 F:      drivers/scsi/sun3_scsi_vme.c
7179 F:      drivers/scsi/t128.*
7180
7181 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7182 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7183 L:      linux-scsi@vger.kernel.org
7184 S:      Maintained
7185 F:      drivers/scsi/NCR_D700.*
7186
7187 NCT6775 HARDWARE MONITOR DRIVER
7188 M:      Guenter Roeck <linux@roeck-us.net>
7189 L:      lm-sensors@lm-sensors.org
7190 S:      Maintained
7191 F:      Documentation/hwmon/nct6775
7192 F:      drivers/hwmon/nct6775.c
7193
7194 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7195 M:      Faisal Latif <faisal.latif@intel.com>
7196 L:      linux-rdma@vger.kernel.org
7197 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7198 S:      Supported
7199 F:      drivers/infiniband/hw/nes/
7200
7201 NETEM NETWORK EMULATOR
7202 M:      Stephen Hemminger <stephen@networkplumber.org>
7203 L:      netem@lists.linux-foundation.org
7204 S:      Maintained
7205 F:      net/sched/sch_netem.c
7206
7207 NETERION 10GbE DRIVERS (s2io/vxge)
7208 M:      Jon Mason <jdmason@kudzu.us>
7209 L:      netdev@vger.kernel.org
7210 S:      Supported
7211 F:      Documentation/networking/s2io.txt
7212 F:      Documentation/networking/vxge.txt
7213 F:      drivers/net/ethernet/neterion/
7214
7215 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7216 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7217 M:      Patrick McHardy <kaber@trash.net>
7218 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7219 L:      netfilter-devel@vger.kernel.org
7220 L:      coreteam@netfilter.org
7221 W:      http://www.netfilter.org/
7222 W:      http://www.iptables.org/
7223 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7226 S:      Supported
7227 F:      include/linux/netfilter*
7228 F:      include/linux/netfilter/
7229 F:      include/net/netfilter/
7230 F:      include/uapi/linux/netfilter*
7231 F:      include/uapi/linux/netfilter/
7232 F:      net/*/netfilter.c
7233 F:      net/*/netfilter/
7234 F:      net/netfilter/
7235 F:      net/bridge/br_netfilter*.c
7236
7237 NETLABEL
7238 M:      Paul Moore <paul@paul-moore.com>
7239 W:      http://netlabel.sf.net
7240 L:      netdev@vger.kernel.org
7241 S:      Maintained
7242 F:      Documentation/netlabel/
7243 F:      include/net/netlabel.h
7244 F:      net/netlabel/
7245
7246 NETROM NETWORK LAYER
7247 M:      Ralf Baechle <ralf@linux-mips.org>
7248 L:      linux-hams@vger.kernel.org
7249 W:      http://www.linux-ax25.org/
7250 S:      Maintained
7251 F:      include/net/netrom.h
7252 F:      include/uapi/linux/netrom.h
7253 F:      net/netrom/
7254
7255 NETWORK BLOCK DEVICE (NBD)
7256 M:      Markus Pargmann <mpa@pengutronix.de>
7257 S:      Maintained
7258 L:      nbd-general@lists.sourceforge.net
7259 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7260 F:      Documentation/blockdev/nbd.txt
7261 F:      drivers/block/nbd.c
7262 F:      include/uapi/linux/nbd.h
7263
7264 NETWORK DROP MONITOR
7265 M:      Neil Horman <nhorman@tuxdriver.com>
7266 L:      netdev@vger.kernel.org
7267 S:      Maintained
7268 W:      https://fedorahosted.org/dropwatch/
7269 F:      net/core/drop_monitor.c
7270
7271 NETWORKING [GENERAL]
7272 M:      "David S. Miller" <davem@davemloft.net>
7273 L:      netdev@vger.kernel.org
7274 W:      http://www.linuxfoundation.org/en/Net
7275 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7278 S:      Maintained
7279 F:      net/
7280 F:      include/net/
7281 F:      include/linux/in.h
7282 F:      include/linux/net.h
7283 F:      include/linux/netdevice.h
7284 F:      include/uapi/linux/in.h
7285 F:      include/uapi/linux/net.h
7286 F:      include/uapi/linux/netdevice.h
7287 F:      include/uapi/linux/net_namespace.h
7288 F:      tools/net/
7289 F:      tools/testing/selftests/net/
7290 F:      lib/random32.c
7291 F:      lib/test_bpf.c
7292
7293 NETWORKING [IPv4/IPv6]
7294 M:      "David S. Miller" <davem@davemloft.net>
7295 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7296 M:      James Morris <jmorris@namei.org>
7297 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7298 M:      Patrick McHardy <kaber@trash.net>
7299 L:      netdev@vger.kernel.org
7300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7301 S:      Maintained
7302 F:      net/ipv4/
7303 F:      net/ipv6/
7304 F:      include/net/ip*
7305 F:      arch/x86/net/*
7306
7307 NETWORKING [IPSEC]
7308 M:      Steffen Klassert <steffen.klassert@secunet.com>
7309 M:      Herbert Xu <herbert@gondor.apana.org.au>
7310 M:      "David S. Miller" <davem@davemloft.net>
7311 L:      netdev@vger.kernel.org
7312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7314 S:      Maintained
7315 F:      net/core/flow.c
7316 F:      net/xfrm/
7317 F:      net/key/
7318 F:      net/ipv4/xfrm*
7319 F:      net/ipv4/esp4.c
7320 F:      net/ipv4/ah4.c
7321 F:      net/ipv4/ipcomp.c
7322 F:      net/ipv4/ip_vti.c
7323 F:      net/ipv6/xfrm*
7324 F:      net/ipv6/esp6.c
7325 F:      net/ipv6/ah6.c
7326 F:      net/ipv6/ipcomp6.c
7327 F:      net/ipv6/ip6_vti.c
7328 F:      include/uapi/linux/xfrm.h
7329 F:      include/net/xfrm.h
7330
7331 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7332 M:      Paul Moore <paul@paul-moore.com>
7333 L:      netdev@vger.kernel.org
7334 S:      Maintained
7335
7336 NETWORKING [WIRELESS]
7337 L:      linux-wireless@vger.kernel.org
7338 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7339
7340 NETWORKING DRIVERS
7341 L:      netdev@vger.kernel.org
7342 W:      http://www.linuxfoundation.org/en/Net
7343 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7346 S:      Odd Fixes
7347 F:      drivers/net/
7348 F:      include/linux/if_*
7349 F:      include/linux/netdevice.h
7350 F:      include/linux/etherdevice.h
7351 F:      include/linux/fcdevice.h
7352 F:      include/linux/fddidevice.h
7353 F:      include/linux/hippidevice.h
7354 F:      include/linux/inetdevice.h
7355 F:      include/uapi/linux/if_*
7356 F:      include/uapi/linux/netdevice.h
7357
7358 NETWORKING DRIVERS (WIRELESS)
7359 M:      Kalle Valo <kvalo@codeaurora.org>
7360 L:      linux-wireless@vger.kernel.org
7361 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7363 S:      Maintained
7364 F:      drivers/net/wireless/
7365
7366 NETXEN (1/10) GbE SUPPORT
7367 M:      Manish Chopra <manish.chopra@qlogic.com>
7368 M:      Sony Chacko <sony.chacko@qlogic.com>
7369 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7370 L:      netdev@vger.kernel.org
7371 W:      http://www.qlogic.com
7372 S:      Supported
7373 F:      drivers/net/ethernet/qlogic/netxen/
7374
7375 NFC SUBSYSTEM
7376 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7377 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7378 M:      Samuel Ortiz <sameo@linux.intel.com>
7379 L:      linux-wireless@vger.kernel.org
7380 L:      linux-nfc@lists.01.org (subscribers-only)
7381 S:      Supported
7382 F:      net/nfc/
7383 F:      include/net/nfc/
7384 F:      include/uapi/linux/nfc.h
7385 F:      drivers/nfc/
7386 F:      include/linux/platform_data/pn544.h
7387 F:      Documentation/devicetree/bindings/net/nfc/
7388
7389 NFS, SUNRPC, AND LOCKD CLIENTS
7390 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7391 M:      Anna Schumaker <anna.schumaker@netapp.com>
7392 L:      linux-nfs@vger.kernel.org
7393 W:      http://client.linux-nfs.org
7394 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7395 S:      Maintained
7396 F:      fs/lockd/
7397 F:      fs/nfs/
7398 F:      fs/nfs_common/
7399 F:      net/sunrpc/
7400 F:      include/linux/lockd/
7401 F:      include/linux/nfs*
7402 F:      include/linux/sunrpc/
7403 F:      include/uapi/linux/nfs*
7404 F:      include/uapi/linux/sunrpc/
7405
7406 NILFS2 FILESYSTEM
7407 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7408 L:      linux-nilfs@vger.kernel.org
7409 W:      http://nilfs.sourceforge.net/
7410 T:      git git://github.com/konis/nilfs2.git
7411 S:      Supported
7412 F:      Documentation/filesystems/nilfs2.txt
7413 F:      fs/nilfs2/
7414 F:      include/linux/nilfs2_fs.h
7415
7416 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7417 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7418 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7419 S:      Maintained
7420 F:      Documentation/scsi/NinjaSCSI.txt
7421 F:      drivers/scsi/pcmcia/nsp_*
7422
7423 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7424 M:      GOTO Masanori <gotom@debian.or.jp>
7425 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7426 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7427 S:      Maintained
7428 F:      Documentation/scsi/NinjaSCSI.txt
7429 F:      drivers/scsi/nsp32*
7430
7431 NIOS2 ARCHITECTURE
7432 M:      Ley Foon Tan <lftan@altera.com>
7433 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7435 S:      Maintained
7436 F:      arch/nios2/
7437
7438 NOKIA N900 POWER SUPPLY DRIVERS
7439 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7440 S:      Maintained
7441 F:      include/linux/power/bq2415x_charger.h
7442 F:      include/linux/power/bq27x00_battery.h
7443 F:      include/linux/power/isp1704_charger.h
7444 F:      drivers/power/bq2415x_charger.c
7445 F:      drivers/power/bq27x00_battery.c
7446 F:      drivers/power/isp1704_charger.c
7447 F:      drivers/power/rx51_battery.c
7448
7449 NTB DRIVER CORE
7450 M:      Jon Mason <jdmason@kudzu.us>
7451 M:      Dave Jiang <dave.jiang@intel.com>
7452 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7453 L:      linux-ntb@googlegroups.com
7454 S:      Supported
7455 W:      https://github.com/jonmason/ntb/wiki
7456 T:      git git://github.com/jonmason/ntb.git
7457 F:      drivers/ntb/
7458 F:      drivers/net/ntb_netdev.c
7459 F:      include/linux/ntb.h
7460 F:      include/linux/ntb_transport.h
7461
7462 NTB INTEL DRIVER
7463 M:      Jon Mason <jdmason@kudzu.us>
7464 M:      Dave Jiang <dave.jiang@intel.com>
7465 L:      linux-ntb@googlegroups.com
7466 S:      Supported
7467 W:      https://github.com/jonmason/ntb/wiki
7468 T:      git git://github.com/jonmason/ntb.git
7469 F:      drivers/ntb/hw/intel/
7470
7471 NTFS FILESYSTEM
7472 M:      Anton Altaparmakov <anton@tuxera.com>
7473 L:      linux-ntfs-dev@lists.sourceforge.net
7474 W:      http://www.tuxera.com/
7475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7476 S:      Supported
7477 F:      Documentation/filesystems/ntfs.txt
7478 F:      fs/ntfs/
7479
7480 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7481 M:      Antonino Daplas <adaplas@gmail.com>
7482 L:      linux-fbdev@vger.kernel.org
7483 S:      Maintained
7484 F:      drivers/video/fbdev/riva/
7485 F:      drivers/video/fbdev/nvidia/
7486
7487 NVM EXPRESS DRIVER
7488 M:      Matthew Wilcox <willy@linux.intel.com>
7489 L:      linux-nvme@lists.infradead.org
7490 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7491 S:      Supported
7492 F:      drivers/block/nvme*
7493 F:      include/linux/nvme.h
7494
7495 NVMEM FRAMEWORK
7496 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7497 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7498 S:      Maintained
7499 F:      drivers/nvmem/
7500 F:      Documentation/devicetree/bindings/nvmem/
7501 F:      include/linux/nvmem-consumer.h
7502 F:      include/linux/nvmem-provider.h
7503
7504 NXP-NCI NFC DRIVER
7505 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7506 R:      Charles Gorand <charles.gorand@effinnov.com>
7507 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7508 S:      Supported
7509 F:      drivers/nfc/nxp-nci
7510
7511 NXP TDA998X DRM DRIVER
7512 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7513 S:      Supported
7514 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7515 F:      include/drm/i2c/tda998x.h
7516
7517 NXP TFA9879 DRIVER
7518 M:      Peter Rosin <peda@axentia.se>
7519 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7520 S:      Maintained
7521 F:      sound/soc/codecs/tfa9879*
7522
7523 OMAP SUPPORT
7524 M:      Tony Lindgren <tony@atomide.com>
7525 L:      linux-omap@vger.kernel.org
7526 W:      http://www.muru.com/linux/omap/
7527 W:      http://linux.omap.com/
7528 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7530 S:      Maintained
7531 F:      arch/arm/*omap*/
7532 F:      arch/arm/configs/omap1_defconfig
7533 F:      arch/arm/configs/omap2plus_defconfig
7534 F:      drivers/i2c/busses/i2c-omap.c
7535 F:      drivers/irqchip/irq-omap-intc.c
7536 F:      drivers/mfd/*omap*.c
7537 F:      drivers/mfd/menelaus.c
7538 F:      drivers/mfd/palmas.c
7539 F:      drivers/mfd/tps65217.c
7540 F:      drivers/mfd/tps65218.c
7541 F:      drivers/mfd/tps65910.c
7542 F:      drivers/mfd/twl-core.[ch]
7543 F:      drivers/mfd/twl4030*.c
7544 F:      drivers/mfd/twl6030*.c
7545 F:      drivers/mfd/twl6040*.c
7546 F:      drivers/regulator/palmas-regulator*.c
7547 F:      drivers/regulator/pbias-regulator.c
7548 F:      drivers/regulator/tps65217-regulator.c
7549 F:      drivers/regulator/tps65218-regulator.c
7550 F:      drivers/regulator/tps65910-regulator.c
7551 F:      drivers/regulator/twl-regulator.c
7552 F:      include/linux/i2c-omap.h
7553
7554 OMAP DEVICE TREE SUPPORT
7555 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7556 M:      Tony Lindgren <tony@atomide.com>
7557 L:      linux-omap@vger.kernel.org
7558 L:      devicetree@vger.kernel.org
7559 S:      Maintained
7560 F:      arch/arm/boot/dts/*omap*
7561 F:      arch/arm/boot/dts/*am3*
7562 F:      arch/arm/boot/dts/*am4*
7563 F:      arch/arm/boot/dts/*am5*
7564 F:      arch/arm/boot/dts/*dra7*
7565
7566 OMAP CLOCK FRAMEWORK SUPPORT
7567 M:      Paul Walmsley <paul@pwsan.com>
7568 L:      linux-omap@vger.kernel.org
7569 S:      Maintained
7570 F:      arch/arm/*omap*/*clock*
7571
7572 OMAP POWER MANAGEMENT SUPPORT
7573 M:      Kevin Hilman <khilman@deeprootsystems.com>
7574 L:      linux-omap@vger.kernel.org
7575 S:      Maintained
7576 F:      arch/arm/*omap*/*pm*
7577 F:      drivers/cpufreq/omap-cpufreq.c
7578
7579 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7580 M:      Rajendra Nayak <rnayak@ti.com>
7581 M:      Paul Walmsley <paul@pwsan.com>
7582 L:      linux-omap@vger.kernel.org
7583 S:      Maintained
7584 F:      arch/arm/mach-omap2/prm*
7585
7586 OMAP AUDIO SUPPORT
7587 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7588 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7589 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7590 L:      linux-omap@vger.kernel.org
7591 S:      Maintained
7592 F:      sound/soc/omap/
7593
7594 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7595 M:      Roger Quadros <rogerq@ti.com>
7596 M:      Tony Lindgren <tony@atomide.com>
7597 L:      linux-omap@vger.kernel.org
7598 S:      Maintained
7599 F:      drivers/memory/omap-gpmc.c
7600 F:      arch/arm/mach-omap2/*gpmc*
7601
7602 OMAP FRAMEBUFFER SUPPORT
7603 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7604 L:      linux-fbdev@vger.kernel.org
7605 L:      linux-omap@vger.kernel.org
7606 S:      Maintained
7607 F:      drivers/video/fbdev/omap/
7608
7609 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7610 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7611 L:      linux-omap@vger.kernel.org
7612 L:      linux-fbdev@vger.kernel.org
7613 S:      Maintained
7614 F:      drivers/video/fbdev/omap2/
7615 F:      Documentation/arm/OMAP/DSS
7616
7617 OMAP HARDWARE SPINLOCK SUPPORT
7618 M:      Ohad Ben-Cohen <ohad@wizery.com>
7619 L:      linux-omap@vger.kernel.org
7620 S:      Maintained
7621 F:      drivers/hwspinlock/omap_hwspinlock.c
7622
7623 OMAP MMC SUPPORT
7624 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7625 L:      linux-omap@vger.kernel.org
7626 S:      Maintained
7627 F:      drivers/mmc/host/omap.c
7628
7629 OMAP HS MMC SUPPORT
7630 L:      linux-mmc@vger.kernel.org
7631 L:      linux-omap@vger.kernel.org
7632 S:      Orphan
7633 F:      drivers/mmc/host/omap_hsmmc.c
7634
7635 OMAP RANDOM NUMBER GENERATOR SUPPORT
7636 M:      Deepak Saxena <dsaxena@plexity.net>
7637 S:      Maintained
7638 F:      drivers/char/hw_random/omap-rng.c
7639
7640 OMAP HWMOD SUPPORT
7641 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7642 M:      Paul Walmsley <paul@pwsan.com>
7643 L:      linux-omap@vger.kernel.org
7644 S:      Maintained
7645 F:      arch/arm/mach-omap2/omap_hwmod.*
7646
7647 OMAP HWMOD DATA
7648 M:      Paul Walmsley <paul@pwsan.com>
7649 L:      linux-omap@vger.kernel.org
7650 S:      Maintained
7651 F:      arch/arm/mach-omap2/omap_hwmod*data*
7652
7653 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7654 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7655 L:      linux-omap@vger.kernel.org
7656 S:      Maintained
7657 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7658
7659 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7660 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7661 L:      linux-media@vger.kernel.org
7662 S:      Maintained
7663 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7664 F:      drivers/media/platform/omap3isp/
7665 F:      drivers/staging/media/omap4iss/
7666
7667 OMAP USB SUPPORT
7668 M:      Felipe Balbi <balbi@ti.com>
7669 L:      linux-usb@vger.kernel.org
7670 L:      linux-omap@vger.kernel.org
7671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7672 S:      Maintained
7673 F:      drivers/usb/*/*omap*
7674 F:      arch/arm/*omap*/usb*
7675
7676 OMAP GPIO DRIVER
7677 M:      Javier Martinez Canillas <javier@dowhile0.org>
7678 M:      Santosh Shilimkar <ssantosh@kernel.org>
7679 M:      Kevin Hilman <khilman@deeprootsystems.com>
7680 L:      linux-omap@vger.kernel.org
7681 S:      Maintained
7682 F:      drivers/gpio/gpio-omap.c
7683
7684 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7685 M:      Mark Jackson <mpfj@newflow.co.uk>
7686 L:      linux-omap@vger.kernel.org
7687 S:      Maintained
7688 F:      arch/arm/boot/dts/am335x-nano.dts
7689
7690 OMFS FILESYSTEM
7691 M:      Bob Copeland <me@bobcopeland.com>
7692 L:      linux-karma-devel@lists.sourceforge.net
7693 S:      Maintained
7694 F:      Documentation/filesystems/omfs.txt
7695 F:      fs/omfs/
7696
7697 OMNIKEY CARDMAN 4000 DRIVER
7698 M:      Harald Welte <laforge@gnumonks.org>
7699 S:      Maintained
7700 F:      drivers/char/pcmcia/cm4000_cs.c
7701 F:      include/linux/cm4000_cs.h
7702 F:      include/uapi/linux/cm4000_cs.h
7703
7704 OMNIKEY CARDMAN 4040 DRIVER
7705 M:      Harald Welte <laforge@gnumonks.org>
7706 S:      Maintained
7707 F:      drivers/char/pcmcia/cm4040_cs.*
7708
7709 OMNIVISION OV7670 SENSOR DRIVER
7710 M:      Jonathan Corbet <corbet@lwn.net>
7711 L:      linux-media@vger.kernel.org
7712 T:      git git://linuxtv.org/media_tree.git
7713 S:      Maintained
7714 F:      drivers/media/i2c/ov7670.c
7715
7716 ONENAND FLASH DRIVER
7717 M:      Kyungmin Park <kyungmin.park@samsung.com>
7718 L:      linux-mtd@lists.infradead.org
7719 S:      Maintained
7720 F:      drivers/mtd/onenand/
7721 F:      include/linux/mtd/onenand*.h
7722
7723 ONSTREAM SCSI TAPE DRIVER
7724 M:      Willem Riede <osst@riede.org>
7725 L:      osst-users@lists.sourceforge.net
7726 L:      linux-scsi@vger.kernel.org
7727 S:      Maintained
7728 F:      Documentation/scsi/osst.txt
7729 F:      drivers/scsi/osst.*
7730 F:      drivers/scsi/osst_*.h
7731 F:      drivers/scsi/st.h
7732
7733 OPENCORES I2C BUS DRIVER
7734 M:      Peter Korsgaard <jacmet@sunsite.dk>
7735 L:      linux-i2c@vger.kernel.org
7736 S:      Maintained
7737 F:      Documentation/i2c/busses/i2c-ocores
7738 F:      drivers/i2c/busses/i2c-ocores.c
7739
7740 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7741 M:      Rob Herring <robh+dt@kernel.org>
7742 M:      Frank Rowand <frowand.list@gmail.com>
7743 M:      Grant Likely <grant.likely@linaro.org>
7744 L:      devicetree@vger.kernel.org
7745 W:      http://www.devicetree.org/
7746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7747 S:      Maintained
7748 F:      drivers/of/
7749 F:      include/linux/of*.h
7750 F:      scripts/dtc/
7751
7752 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7753 M:      Rob Herring <robh+dt@kernel.org>
7754 M:      Pawel Moll <pawel.moll@arm.com>
7755 M:      Mark Rutland <mark.rutland@arm.com>
7756 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7757 M:      Kumar Gala <galak@codeaurora.org>
7758 L:      devicetree@vger.kernel.org
7759 S:      Maintained
7760 F:      Documentation/devicetree/
7761 F:      arch/*/boot/dts/
7762 F:      include/dt-bindings/
7763
7764 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7765 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7766 L:      devicetree@vger.kernel.org
7767 S:      Maintained
7768 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7769 F:      Documentation/devicetree/overlay-notes.txt
7770 F:      drivers/of/overlay.c
7771 F:      drivers/of/resolver.c
7772
7773 OPENRISC ARCHITECTURE
7774 M:      Jonas Bonn <jonas@southpole.se>
7775 W:      http://openrisc.net
7776 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7777 S:      Maintained
7778 T:      git git://openrisc.net/~jonas/linux
7779 F:      arch/openrisc/
7780
7781 OPENVSWITCH
7782 M:      Pravin Shelar <pshelar@nicira.com>
7783 L:      netdev@vger.kernel.org
7784 L:      dev@openvswitch.org
7785 W:      http://openvswitch.org
7786 S:      Maintained
7787 F:      net/openvswitch/
7788 F:      include/uapi/linux/openvswitch.h
7789
7790 OPL4 DRIVER
7791 M:      Clemens Ladisch <clemens@ladisch.de>
7792 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7793 T:      git git://git.alsa-project.org/alsa-kernel.git
7794 S:      Maintained
7795 F:      sound/drivers/opl4/
7796
7797 OPROFILE
7798 M:      Robert Richter <rric@kernel.org>
7799 L:      oprofile-list@lists.sf.net
7800 S:      Maintained
7801 F:      arch/*/include/asm/oprofile*.h
7802 F:      arch/*/oprofile/
7803 F:      drivers/oprofile/
7804 F:      include/linux/oprofile.h
7805
7806 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7807 M:      Mark Fasheh <mfasheh@suse.com>
7808 M:      Joel Becker <jlbec@evilplan.org>
7809 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7810 W:      http://ocfs2.wiki.kernel.org
7811 S:      Supported
7812 F:      Documentation/filesystems/ocfs2.txt
7813 F:      Documentation/filesystems/dlmfs.txt
7814 F:      fs/ocfs2/
7815
7816 ORINOCO DRIVER
7817 L:      linux-wireless@vger.kernel.org
7818 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7819 W:      http://www.nongnu.org/orinoco/
7820 S:      Orphan
7821 F:      drivers/net/wireless/orinoco/
7822
7823 OSD LIBRARY and FILESYSTEM
7824 M:      Boaz Harrosh <ooo@electrozaur.com>
7825 M:      Benny Halevy <bhalevy@primarydata.com>
7826 L:      osd-dev@open-osd.org
7827 W:      http://open-osd.org
7828 T:      git git://git.open-osd.org/open-osd.git
7829 S:      Maintained
7830 F:      drivers/scsi/osd/
7831 F:      include/scsi/osd_*
7832 F:      fs/exofs/
7833
7834 OVERLAY FILESYSTEM
7835 M:      Miklos Szeredi <miklos@szeredi.hu>
7836 L:      linux-unionfs@vger.kernel.org
7837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7838 S:      Supported
7839 F:      fs/overlayfs/
7840 F:      Documentation/filesystems/overlayfs.txt
7841
7842 P54 WIRELESS DRIVER
7843 M:      Christian Lamparter <chunkeey@googlemail.com>
7844 L:      linux-wireless@vger.kernel.org
7845 W:      http://wireless.kernel.org/en/users/Drivers/p54
7846 S:      Maintained
7847 F:      drivers/net/wireless/p54/
7848
7849 PA SEMI ETHERNET DRIVER
7850 M:      Olof Johansson <olof@lixom.net>
7851 L:      netdev@vger.kernel.org
7852 S:      Maintained
7853 F:      drivers/net/ethernet/pasemi/*
7854
7855 PA SEMI SMBUS DRIVER
7856 M:      Olof Johansson <olof@lixom.net>
7857 L:      linux-i2c@vger.kernel.org
7858 S:      Maintained
7859 F:      drivers/i2c/busses/i2c-pasemi.c
7860
7861 PADATA PARALLEL EXECUTION MECHANISM
7862 M:      Steffen Klassert <steffen.klassert@secunet.com>
7863 L:      linux-crypto@vger.kernel.org
7864 S:      Maintained
7865 F:      kernel/padata.c
7866 F:      include/linux/padata.h
7867 F:      Documentation/padata.txt
7868
7869 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7870 M:      Harald Welte <laforge@gnumonks.org>
7871 L:      platform-driver-x86@vger.kernel.org
7872 S:      Maintained
7873 F:      drivers/platform/x86/panasonic-laptop.c
7874
7875 PANASONIC MN10300/AM33/AM34 PORT
7876 M:      David Howells <dhowells@redhat.com>
7877 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7878 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7879 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7880 S:      Maintained
7881 F:      Documentation/mn10300/
7882 F:      arch/mn10300/
7883
7884 PARALLEL PORT SUBSYSTEM
7885 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7886 M:      Sudip Mukherjee <sudip@vectorindia.org>
7887 L:      linux-parport@lists.infradead.org (subscribers-only)
7888 S:      Maintained
7889 F:      drivers/parport/
7890 F:      include/linux/parport*.h
7891 F:      drivers/char/ppdev.c
7892 F:      include/uapi/linux/ppdev.h
7893 F:      Documentation/parport*.txt
7894
7895 PARAVIRT_OPS INTERFACE
7896 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7897 M:      Chris Wright <chrisw@sous-sol.org>
7898 M:      Alok Kataria <akataria@vmware.com>
7899 M:      Rusty Russell <rusty@rustcorp.com.au>
7900 L:      virtualization@lists.linux-foundation.org
7901 S:      Supported
7902 F:      Documentation/virtual/paravirt_ops.txt
7903 F:      arch/*/kernel/paravirt*
7904 F:      arch/*/include/asm/paravirt.h
7905
7906 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7907 M:      Tim Waugh <tim@cyberelk.net>
7908 L:      linux-parport@lists.infradead.org (subscribers-only)
7909 S:      Maintained
7910 F:      Documentation/blockdev/paride.txt
7911 F:      drivers/block/paride/
7912
7913 PARISC ARCHITECTURE
7914 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7915 M:      Helge Deller <deller@gmx.de>
7916 L:      linux-parisc@vger.kernel.org
7917 W:      http://www.parisc-linux.org/
7918 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7921 S:      Maintained
7922 F:      arch/parisc/
7923 F:      Documentation/parisc/
7924 F:      drivers/parisc/
7925 F:      drivers/char/agp/parisc-agp.c
7926 F:      drivers/input/serio/gscps2.c
7927 F:      drivers/parport/parport_gsc.*
7928 F:      drivers/tty/serial/8250/8250_gsc.c
7929 F:      drivers/video/fbdev/sti*
7930 F:      drivers/video/console/sti*
7931 F:      drivers/video/logo/logo_parisc*
7932
7933 PC87360 HARDWARE MONITORING DRIVER
7934 M:      Jim Cromie <jim.cromie@gmail.com>
7935 L:      lm-sensors@lm-sensors.org
7936 S:      Maintained
7937 F:      Documentation/hwmon/pc87360
7938 F:      drivers/hwmon/pc87360.c
7939
7940 PC8736x GPIO DRIVER
7941 M:      Jim Cromie <jim.cromie@gmail.com>
7942 S:      Maintained
7943 F:      drivers/char/pc8736x_gpio.c
7944
7945 PC87427 HARDWARE MONITORING DRIVER
7946 M:      Jean Delvare <jdelvare@suse.com>
7947 L:      lm-sensors@lm-sensors.org
7948 S:      Maintained
7949 F:      Documentation/hwmon/pc87427
7950 F:      drivers/hwmon/pc87427.c
7951
7952 PCA9532 LED DRIVER
7953 M:      Riku Voipio <riku.voipio@iki.fi>
7954 S:      Maintained
7955 F:      drivers/leds/leds-pca9532.c
7956 F:      include/linux/leds-pca9532.h
7957
7958 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7959 M:      Guenter Roeck <linux@roeck-us.net>
7960 L:      linux-i2c@vger.kernel.org
7961 S:      Maintained
7962 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7963
7964 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7965 M:      Khalid Aziz <khalid@gonehiking.org>
7966 S:      Maintained
7967 F:      drivers/firmware/pcdp.*
7968
7969 PCI ERROR RECOVERY
7970 M:      Linas Vepstas <linasvepstas@gmail.com>
7971 L:      linux-pci@vger.kernel.org
7972 S:      Supported
7973 F:      Documentation/PCI/pci-error-recovery.txt
7974
7975 PCI SUBSYSTEM
7976 M:      Bjorn Helgaas <bhelgaas@google.com>
7977 L:      linux-pci@vger.kernel.org
7978 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7980 S:      Supported
7981 F:      Documentation/PCI/
7982 F:      drivers/pci/
7983 F:      include/linux/pci*
7984 F:      arch/x86/pci/
7985 F:      arch/x86/kernel/quirks.c
7986
7987 PCI DRIVER FOR ARM VERSATILE PLATFORM
7988 M:      Rob Herring <robh@kernel.org>
7989 L:      linux-pci@vger.kernel.org
7990 L:      linux-arm-kernel@lists.infradead.org
7991 S:      Maintained
7992 F:      Documentation/devicetree/bindings/pci/versatile.txt
7993 F:      drivers/pci/host/pci-versatile.c
7994
7995 PCI DRIVER FOR APPLIEDMICRO XGENE
7996 M:      Tanmay Inamdar <tinamdar@apm.com>
7997 L:      linux-pci@vger.kernel.org
7998 L:      linux-arm-kernel@lists.infradead.org
7999 S:      Maintained
8000 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8001 F:      drivers/pci/host/pci-xgene.c
8002
8003 PCI DRIVER FOR FREESCALE LAYERSCAPE
8004 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8005 M:      Mingkai Hu <mingkai.hu@freescale.com>
8006 M:      Roy Zang <tie-fei.zang@freescale.com>
8007 L:      linuxppc-dev@lists.ozlabs.org
8008 L:      linux-pci@vger.kernel.org
8009 L:      linux-arm-kernel@lists.infradead.org
8010 S:      Maintained
8011 F:      drivers/pci/host/*layerscape*
8012
8013 PCI DRIVER FOR IMX6
8014 M:      Richard Zhu <Richard.Zhu@freescale.com>
8015 M:      Lucas Stach <l.stach@pengutronix.de>
8016 L:      linux-pci@vger.kernel.org
8017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8018 S:      Maintained
8019 F:      drivers/pci/host/*imx6*
8020
8021 PCI DRIVER FOR TI KEYSTONE
8022 M:      Murali Karicheri <m-karicheri2@ti.com>
8023 L:      linux-pci@vger.kernel.org
8024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8025 S:      Maintained
8026 F:      drivers/pci/host/*keystone*
8027
8028 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8029 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8030 M:      Jason Cooper <jason@lakedaemon.net>
8031 L:      linux-pci@vger.kernel.org
8032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8033 S:      Maintained
8034 F:      drivers/pci/host/*mvebu*
8035
8036 PCI DRIVER FOR NVIDIA TEGRA
8037 M:      Thierry Reding <thierry.reding@gmail.com>
8038 L:      linux-tegra@vger.kernel.org
8039 L:      linux-pci@vger.kernel.org
8040 S:      Supported
8041 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8042 F:      drivers/pci/host/pci-tegra.c
8043
8044 PCI DRIVER FOR TI DRA7XX
8045 M:      Kishon Vijay Abraham I <kishon@ti.com>
8046 L:      linux-omap@vger.kernel.org
8047 L:      linux-pci@vger.kernel.org
8048 S:      Supported
8049 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8050 F:      drivers/pci/host/pci-dra7xx.c
8051
8052 PCI DRIVER FOR RENESAS R-CAR
8053 M:      Simon Horman <horms@verge.net.au>
8054 L:      linux-pci@vger.kernel.org
8055 L:      linux-sh@vger.kernel.org
8056 S:      Maintained
8057 F:      drivers/pci/host/*rcar*
8058
8059 PCI DRIVER FOR SAMSUNG EXYNOS
8060 M:      Jingoo Han <jingoohan1@gmail.com>
8061 L:      linux-pci@vger.kernel.org
8062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8063 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8064 S:      Maintained
8065 F:      drivers/pci/host/pci-exynos.c
8066
8067 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8068 M:      Jingoo Han <jingoohan1@gmail.com>
8069 M:      Pratyush Anand <pratyush.anand@gmail.com>
8070 L:      linux-pci@vger.kernel.org
8071 S:      Maintained
8072 F:      drivers/pci/host/*designware*
8073
8074 PCI DRIVER FOR GENERIC OF HOSTS
8075 M:      Will Deacon <will.deacon@arm.com>
8076 L:      linux-pci@vger.kernel.org
8077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8078 S:      Maintained
8079 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8080 F:      drivers/pci/host/pci-host-generic.c
8081
8082 PCIE DRIVER FOR ST SPEAR13XX
8083 M:      Pratyush Anand <pratyush.anand@gmail.com>
8084 L:      linux-pci@vger.kernel.org
8085 S:      Maintained
8086 F:      drivers/pci/host/*spear*
8087
8088 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8089 M:      Duc Dang <dhdang@apm.com>
8090 L:      linux-pci@vger.kernel.org
8091 L:      linux-arm-kernel@lists.infradead.org
8092 S:      Maintained
8093 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8094 F:      drivers/pci/host/pci-xgene-msi.c
8095
8096 PCMCIA SUBSYSTEM
8097 P:      Linux PCMCIA Team
8098 L:      linux-pcmcia@lists.infradead.org
8099 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8101 S:      Maintained
8102 F:      Documentation/pcmcia/
8103 F:      drivers/pcmcia/
8104 F:      include/pcmcia/
8105
8106 PCNET32 NETWORK DRIVER
8107 M:      Don Fry <pcnet32@frontier.com>
8108 L:      netdev@vger.kernel.org
8109 S:      Maintained
8110 F:      drivers/net/ethernet/amd/pcnet32.c
8111
8112 PCRYPT PARALLEL CRYPTO ENGINE
8113 M:      Steffen Klassert <steffen.klassert@secunet.com>
8114 L:      linux-crypto@vger.kernel.org
8115 S:      Maintained
8116 F:      crypto/pcrypt.c
8117 F:      include/crypto/pcrypt.h
8118
8119 PER-CPU MEMORY ALLOCATOR
8120 M:      Tejun Heo <tj@kernel.org>
8121 M:      Christoph Lameter <cl@linux-foundation.org>
8122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8123 S:      Maintained
8124 F:      include/linux/percpu*.h
8125 F:      mm/percpu*.c
8126 F:      arch/*/include/asm/percpu.h
8127
8128 PER-TASK DELAY ACCOUNTING
8129 M:      Balbir Singh <bsingharora@gmail.com>
8130 S:      Maintained
8131 F:      include/linux/delayacct.h
8132 F:      kernel/delayacct.c
8133
8134 PERFORMANCE EVENTS SUBSYSTEM
8135 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8136 M:      Ingo Molnar <mingo@redhat.com>
8137 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8138 L:      linux-kernel@vger.kernel.org
8139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8140 S:      Supported
8141 F:      kernel/events/*
8142 F:      include/linux/perf_event.h
8143 F:      include/uapi/linux/perf_event.h
8144 F:      arch/*/kernel/perf_event*.c
8145 F:      arch/*/kernel/*/perf_event*.c
8146 F:      arch/*/kernel/*/*/perf_event*.c
8147 F:      arch/*/include/asm/perf_event.h
8148 F:      arch/*/kernel/perf_callchain.c
8149 F:      tools/perf/
8150
8151 PERSONALITY HANDLING
8152 M:      Christoph Hellwig <hch@infradead.org>
8153 L:      linux-abi-devel@lists.sourceforge.net
8154 S:      Maintained
8155 F:      include/linux/personality.h
8156 F:      include/uapi/linux/personality.h
8157
8158 PHONET PROTOCOL
8159 M:      Remi Denis-Courmont <courmisch@gmail.com>
8160 S:      Supported
8161 F:      Documentation/networking/phonet.txt
8162 F:      include/linux/phonet.h
8163 F:      include/net/phonet/
8164 F:      include/uapi/linux/phonet.h
8165 F:      net/phonet/
8166
8167 PHRAM MTD DRIVER
8168 M:      Joern Engel <joern@lazybastard.org>
8169 L:      linux-mtd@lists.infradead.org
8170 S:      Maintained
8171 F:      drivers/mtd/devices/phram.c
8172
8173 PICOLCD HID DRIVER
8174 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8175 L:      linux-input@vger.kernel.org
8176 S:      Maintained
8177 F:      drivers/hid/hid-picolcd*
8178
8179 PICOXCELL SUPPORT
8180 M:      Jamie Iles <jamie@jamieiles.com>
8181 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8182 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8183 S:      Supported
8184 F:      arch/arm/boot/dts/picoxcell*
8185 F:      arch/arm/mach-picoxcell/
8186 F:      drivers/crypto/picoxcell*
8187
8188 PIN CONTROL SUBSYSTEM
8189 M:      Linus Walleij <linus.walleij@linaro.org>
8190 L:      linux-gpio@vger.kernel.org
8191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8192 S:      Maintained
8193 F:      drivers/pinctrl/
8194 F:      include/linux/pinctrl/
8195
8196 PIN CONTROLLER - ATMEL AT91
8197 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8199 S:      Maintained
8200 F:      drivers/pinctrl/pinctrl-at91.*
8201
8202 PIN CONTROLLER - ATMEL AT91 PIO4
8203 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8204 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8205 L:      linux-gpio@vger.kernel.org
8206 S:      Supported
8207 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8208
8209 PIN CONTROLLER - INTEL
8210 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8211 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8212 S:      Maintained
8213 F:      drivers/pinctrl/intel/
8214
8215 PIN CONTROLLER - RENESAS
8216 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8217 L:      linux-sh@vger.kernel.org
8218 S:      Maintained
8219 F:      drivers/pinctrl/sh-pfc/
8220
8221 PIN CONTROLLER - SAMSUNG
8222 M:      Tomasz Figa <tomasz.figa@gmail.com>
8223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8224 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8225 S:      Maintained
8226 F:      drivers/pinctrl/samsung/
8227
8228 PIN CONTROLLER - ST SPEAR
8229 M:      Viresh Kumar <vireshk@kernel.org>
8230 L:      spear-devel@list.st.com
8231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8232 W:      http://www.st.com/spear
8233 S:      Maintained
8234 F:      drivers/pinctrl/spear/
8235
8236 PKTCDVD DRIVER
8237 M:      Jiri Kosina <jikos@kernel.org>
8238 S:      Maintained
8239 F:      drivers/block/pktcdvd.c
8240 F:      include/linux/pktcdvd.h
8241 F:      include/uapi/linux/pktcdvd.h
8242
8243 PKUNITY SOC DRIVERS
8244 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8245 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8246 S:      Maintained
8247 T:      git git://github.com/gxt/linux.git
8248 F:      drivers/input/serio/i8042-unicore32io.h
8249 F:      drivers/i2c/busses/i2c-puv3.c
8250 F:      drivers/video/fbdev/fb-puv3.c
8251 F:      drivers/rtc/rtc-puv3.c
8252
8253 PMBUS HARDWARE MONITORING DRIVERS
8254 M:      Guenter Roeck <linux@roeck-us.net>
8255 L:      lm-sensors@lm-sensors.org
8256 W:      http://www.lm-sensors.org/
8257 W:      http://www.roeck-us.net/linux/drivers/
8258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8259 S:      Maintained
8260 F:      Documentation/hwmon/pmbus
8261 F:      drivers/hwmon/pmbus/
8262 F:      include/linux/i2c/pmbus.h
8263
8264 PMC SIERRA MaxRAID DRIVER
8265 L:      linux-scsi@vger.kernel.org
8266 W:      http://www.pmc-sierra.com/
8267 S:      Orphan
8268 F:      drivers/scsi/pmcraid.*
8269
8270 PMC SIERRA PM8001 DRIVER
8271 M:      Jack Wang <jinpu.wang@profitbricks.com>
8272 M:      lindar_liu@usish.com
8273 L:      pmchba@pmcs.com
8274 L:      linux-scsi@vger.kernel.org
8275 S:      Supported
8276 F:      drivers/scsi/pm8001/
8277
8278 POSIX CLOCKS and TIMERS
8279 M:      Thomas Gleixner <tglx@linutronix.de>
8280 L:      linux-kernel@vger.kernel.org
8281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8282 S:      Maintained
8283 F:      fs/timerfd.c
8284 F:      include/linux/timer*
8285 F:      kernel/time/*timer*
8286
8287 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8288 M:      Sebastian Reichel <sre@kernel.org>
8289 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8290 M:      David Woodhouse <dwmw2@infradead.org>
8291 L:      linux-pm@vger.kernel.org
8292 T:      git git://git.infradead.org/battery-2.6.git
8293 S:      Maintained
8294 F:      include/linux/power_supply.h
8295 F:      drivers/power/
8296 X:      drivers/power/avs/
8297
8298 POWER STATE COORDINATION INTERFACE (PSCI)
8299 M:      Mark Rutland <mark.rutland@arm.com>
8300 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8301 L:      linux-arm-kernel@lists.infradead.org
8302 S:      Maintained
8303 F:      drivers/firmware/psci.c
8304 F:      include/linux/psci.h
8305 F:      include/uapi/linux/psci.h
8306
8307 PNP SUPPORT
8308 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8309 S:      Maintained
8310 F:      drivers/pnp/
8311
8312 PNXxxxx I2C DRIVER
8313 M:      Vitaly Wool <vitalywool@gmail.com>
8314 L:      linux-i2c@vger.kernel.org
8315 S:      Maintained
8316 F:      drivers/i2c/busses/i2c-pnx.c
8317
8318 PPP PROTOCOL DRIVERS AND COMPRESSORS
8319 M:      Paul Mackerras <paulus@samba.org>
8320 L:      linux-ppp@vger.kernel.org
8321 S:      Maintained
8322 F:      drivers/net/ppp/ppp_*
8323
8324 PPP OVER ATM (RFC 2364)
8325 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8326 S:      Maintained
8327 F:      net/atm/pppoatm.c
8328 F:      include/uapi/linux/atmppp.h
8329
8330 PPP OVER ETHERNET
8331 M:      Michal Ostrowski <mostrows@earthlink.net>
8332 S:      Maintained
8333 F:      drivers/net/ppp/pppoe.c
8334 F:      drivers/net/ppp/pppox.c
8335
8336 PPP OVER L2TP
8337 M:      James Chapman <jchapman@katalix.com>
8338 S:      Maintained
8339 F:      net/l2tp/l2tp_ppp.c
8340 F:      include/linux/if_pppol2tp.h
8341 F:      include/uapi/linux/if_pppol2tp.h
8342
8343 PPS SUPPORT
8344 M:      Rodolfo Giometti <giometti@enneenne.com>
8345 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8346 L:      linuxpps@ml.enneenne.com (subscribers-only)
8347 S:      Maintained
8348 F:      Documentation/pps/
8349 F:      drivers/pps/
8350 F:      include/linux/pps*.h
8351
8352 PPTP DRIVER
8353 M:      Dmitry Kozlov <xeb@mail.ru>
8354 L:      netdev@vger.kernel.org
8355 S:      Maintained
8356 F:      drivers/net/ppp/pptp.c
8357 W:      http://sourceforge.net/projects/accel-pptp
8358
8359 PREEMPTIBLE KERNEL
8360 M:      Robert Love <rml@tech9.net>
8361 L:      kpreempt-tech@lists.sourceforge.net
8362 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8363 S:      Supported
8364 F:      Documentation/preempt-locking.txt
8365 F:      include/linux/preempt.h
8366
8367 PRISM54 WIRELESS DRIVER
8368 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8369 L:      linux-wireless@vger.kernel.org
8370 W:      http://wireless.kernel.org/en/users/Drivers/p54
8371 S:      Obsolete
8372 F:      drivers/net/wireless/prism54/
8373
8374 PS3 NETWORK SUPPORT
8375 M:      Geoff Levand <geoff@infradead.org>
8376 L:      netdev@vger.kernel.org
8377 L:      linuxppc-dev@lists.ozlabs.org
8378 S:      Maintained
8379 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8380
8381 PS3 PLATFORM SUPPORT
8382 M:      Geoff Levand <geoff@infradead.org>
8383 L:      linuxppc-dev@lists.ozlabs.org
8384 S:      Maintained
8385 F:      arch/powerpc/boot/ps3*
8386 F:      arch/powerpc/include/asm/lv1call.h
8387 F:      arch/powerpc/include/asm/ps3*.h
8388 F:      arch/powerpc/platforms/ps3/
8389 F:      drivers/*/ps3*
8390 F:      drivers/ps3/
8391 F:      drivers/rtc/rtc-ps3.c
8392 F:      drivers/usb/host/*ps3.c
8393 F:      sound/ppc/snd_ps3*
8394
8395 PS3VRAM DRIVER
8396 M:      Jim Paris <jim@jtan.com>
8397 M:      Geoff Levand <geoff@infradead.org>
8398 L:      linuxppc-dev@lists.ozlabs.org
8399 S:      Maintained
8400 F:      drivers/block/ps3vram.c
8401
8402 PSTORE FILESYSTEM
8403 M:      Anton Vorontsov <anton@enomsg.org>
8404 M:      Colin Cross <ccross@android.com>
8405 M:      Kees Cook <keescook@chromium.org>
8406 M:      Tony Luck <tony.luck@intel.com>
8407 S:      Maintained
8408 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8409 F:      fs/pstore/
8410 F:      include/linux/pstore*
8411 F:      drivers/firmware/efi/efi-pstore.c
8412 F:      drivers/acpi/apei/erst.c
8413
8414 PTP HARDWARE CLOCK SUPPORT
8415 M:      Richard Cochran <richardcochran@gmail.com>
8416 L:      netdev@vger.kernel.org
8417 S:      Maintained
8418 W:      http://linuxptp.sourceforge.net/
8419 F:      Documentation/ABI/testing/sysfs-ptp
8420 F:      Documentation/ptp/*
8421 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8422 F:      drivers/net/phy/dp83640*
8423 F:      drivers/ptp/*
8424 F:      include/linux/ptp_cl*
8425
8426 PTRACE SUPPORT
8427 M:      Roland McGrath <roland@hack.frob.com>
8428 M:      Oleg Nesterov <oleg@redhat.com>
8429 S:      Maintained
8430 F:      include/asm-generic/syscall.h
8431 F:      include/linux/ptrace.h
8432 F:      include/linux/regset.h
8433 F:      include/linux/tracehook.h
8434 F:      include/uapi/linux/ptrace.h
8435 F:      kernel/ptrace.c
8436
8437 PVRUSB2 VIDEO4LINUX DRIVER
8438 M:      Mike Isely <isely@pobox.com>
8439 L:      pvrusb2@isely.net       (subscribers-only)
8440 L:      linux-media@vger.kernel.org
8441 W:      http://www.isely.net/pvrusb2/
8442 T:      git git://linuxtv.org/media_tree.git
8443 S:      Maintained
8444 F:      Documentation/video4linux/README.pvrusb2
8445 F:      drivers/media/usb/pvrusb2/
8446
8447 PWC WEBCAM DRIVER
8448 M:      Hans de Goede <hdegoede@redhat.com>
8449 L:      linux-media@vger.kernel.org
8450 T:      git git://linuxtv.org/media_tree.git
8451 S:      Maintained
8452 F:      drivers/media/usb/pwc/*
8453
8454 PWM FAN DRIVER
8455 M:      Kamil Debski <k.debski@samsung.com>
8456 L:      lm-sensors@lm-sensors.org
8457 S:      Supported
8458 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8459 F:      Documentation/hwmon/pwm-fan
8460 F:      drivers/hwmon/pwm-fan.c
8461
8462 PWM SUBSYSTEM
8463 M:      Thierry Reding <thierry.reding@gmail.com>
8464 L:      linux-pwm@vger.kernel.org
8465 S:      Maintained
8466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8467 F:      Documentation/pwm.txt
8468 F:      Documentation/devicetree/bindings/pwm/
8469 F:      include/linux/pwm.h
8470 F:      drivers/pwm/
8471 F:      drivers/video/backlight/pwm_bl.c
8472 F:      include/linux/pwm_backlight.h
8473
8474 PXA2xx/PXA3xx SUPPORT
8475 M:      Daniel Mack <daniel@zonque.org>
8476 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8477 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8478 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8479 T:      git git://github.com/hzhuang1/linux.git
8480 T:      git git://github.com/rjarzmik/linux.git
8481 S:      Maintained
8482 F:      arch/arm/mach-pxa/
8483 F:      drivers/dma/pxa*
8484 F:      drivers/pcmcia/pxa2xx*
8485 F:      drivers/spi/spi-pxa2xx*
8486 F:      drivers/usb/gadget/udc/pxa2*
8487 F:      include/sound/pxa2xx-lib.h
8488 F:      sound/arm/pxa*
8489 F:      sound/soc/pxa/
8490
8491 PXA3xx NAND FLASH DRIVER
8492 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8493 L:      linux-mtd@lists.infradead.org
8494 S:      Maintained
8495 F:      drivers/mtd/nand/pxa3xx_nand.c
8496
8497 MMP SUPPORT
8498 M:      Eric Miao <eric.y.miao@gmail.com>
8499 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8501 T:      git git://github.com/hzhuang1/linux.git
8502 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8503 S:      Maintained
8504 F:      arch/arm/mach-mmp/
8505
8506 PXA MMCI DRIVER
8507 S:      Orphan
8508
8509 PXA RTC DRIVER
8510 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8511 L:      rtc-linux@googlegroups.com
8512 S:      Maintained
8513
8514 QAT DRIVER
8515 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8516 L:      qat-linux@intel.com
8517 S:      Supported
8518 F:      drivers/crypto/qat/
8519
8520 QIB DRIVER
8521 M:      Mike Marciniszyn <infinipath@intel.com>
8522 L:      linux-rdma@vger.kernel.org
8523 S:      Supported
8524 F:      drivers/infiniband/hw/qib/
8525
8526 QLOGIC QLA1280 SCSI DRIVER
8527 M:      Michael Reed <mdr@sgi.com>
8528 L:      linux-scsi@vger.kernel.org
8529 S:      Maintained
8530 F:      drivers/scsi/qla1280.[ch]
8531
8532 QLOGIC QLA2XXX FC-SCSI DRIVER
8533 M:      qla2xxx-upstream@qlogic.com
8534 L:      linux-scsi@vger.kernel.org
8535 S:      Supported
8536 F:      Documentation/scsi/LICENSE.qla2xxx
8537 F:      drivers/scsi/qla2xxx/
8538
8539 QLOGIC QLA4XXX iSCSI DRIVER
8540 M:      QLogic-Storage-Upstream@qlogic.com
8541 L:      linux-scsi@vger.kernel.org
8542 S:      Supported
8543 F:      Documentation/scsi/LICENSE.qla4xxx
8544 F:      drivers/scsi/qla4xxx/
8545
8546 QLOGIC QLA3XXX NETWORK DRIVER
8547 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8548 M:      Ron Mercer <ron.mercer@qlogic.com>
8549 M:      linux-driver@qlogic.com
8550 L:      netdev@vger.kernel.org
8551 S:      Supported
8552 F:      Documentation/networking/LICENSE.qla3xxx
8553 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8554
8555 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8556 M:      Dept-GELinuxNICDev@qlogic.com
8557 L:      netdev@vger.kernel.org
8558 S:      Supported
8559 F:      drivers/net/ethernet/qlogic/qlcnic/
8560
8561 QLOGIC QLGE 10Gb ETHERNET DRIVER
8562 M:      Harish Patil <harish.patil@qlogic.com>
8563 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8564 M:      Dept-GELinuxNICDev@qlogic.com
8565 M:      linux-driver@qlogic.com
8566 L:      netdev@vger.kernel.org
8567 S:      Supported
8568 F:      drivers/net/ethernet/qlogic/qlge/
8569
8570 QLOGIC QL4xxx ETHERNET DRIVER
8571 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8572 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8573 M:      everest-linux-l2@qlogic.com
8574 L:      netdev@vger.kernel.org
8575 S:      Supported
8576 F:      drivers/net/ethernet/qlogic/qed/
8577 F:      include/linux/qed/
8578 F:      drivers/net/ethernet/qlogic/qede/
8579
8580 QNX4 FILESYSTEM
8581 M:      Anders Larsen <al@alarsen.net>
8582 W:      http://www.alarsen.net/linux/qnx4fs/
8583 S:      Maintained
8584 F:      fs/qnx4/
8585 F:      include/uapi/linux/qnx4_fs.h
8586 F:      include/uapi/linux/qnxtypes.h
8587
8588 QT1010 MEDIA DRIVER
8589 M:      Antti Palosaari <crope@iki.fi>
8590 L:      linux-media@vger.kernel.org
8591 W:      http://linuxtv.org/
8592 W:      http://palosaari.fi/linux/
8593 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8594 T:      git git://linuxtv.org/anttip/media_tree.git
8595 S:      Maintained
8596 F:      drivers/media/tuners/qt1010*
8597
8598 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8599 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8600 L:      linux-wireless@vger.kernel.org
8601 L:      ath9k-devel@lists.ath9k.org
8602 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8603 S:      Supported
8604 F:      drivers/net/wireless/ath/ath9k/
8605
8606 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8607 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8608 L:      ath10k@lists.infradead.org
8609 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8610 T:      git git://github.com/kvalo/ath.git
8611 S:      Supported
8612 F:      drivers/net/wireless/ath/ath10k/
8613
8614 QUALCOMM HEXAGON ARCHITECTURE
8615 M:      Richard Kuo <rkuo@codeaurora.org>
8616 L:      linux-hexagon@vger.kernel.org
8617 S:      Supported
8618 F:      arch/hexagon/
8619
8620 QUALCOMM WCN36XX WIRELESS DRIVER
8621 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8622 L:      wcn36xx@lists.infradead.org
8623 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8624 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8625 S:      Supported
8626 F:      drivers/net/wireless/ath/wcn36xx/
8627
8628 RADOS BLOCK DEVICE (RBD)
8629 M:      Ilya Dryomov <idryomov@gmail.com>
8630 M:      Sage Weil <sage@redhat.com>
8631 M:      Alex Elder <elder@kernel.org>
8632 L:      ceph-devel@vger.kernel.org
8633 W:      http://ceph.com/
8634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8635 T:      git git://github.com/ceph/ceph-client.git
8636 S:      Supported
8637 F:      Documentation/ABI/testing/sysfs-bus-rbd
8638 F:      drivers/block/rbd.c
8639 F:      drivers/block/rbd_types.h
8640
8641 RADEON FRAMEBUFFER DISPLAY DRIVER
8642 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8643 L:      linux-fbdev@vger.kernel.org
8644 S:      Maintained
8645 F:      drivers/video/fbdev/aty/radeon*
8646 F:      include/uapi/linux/radeonfb.h
8647
8648 RADIOSHARK RADIO DRIVER
8649 M:      Hans de Goede <hdegoede@redhat.com>
8650 L:      linux-media@vger.kernel.org
8651 T:      git git://linuxtv.org/media_tree.git
8652 S:      Maintained
8653 F:      drivers/media/radio/radio-shark.c
8654
8655 RADIOSHARK2 RADIO DRIVER
8656 M:      Hans de Goede <hdegoede@redhat.com>
8657 L:      linux-media@vger.kernel.org
8658 T:      git git://linuxtv.org/media_tree.git
8659 S:      Maintained
8660 F:      drivers/media/radio/radio-shark2.c
8661 F:      drivers/media/radio/radio-tea5777.c
8662
8663 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8664 M:      Paul Mackerras <paulus@samba.org>
8665 L:      linux-fbdev@vger.kernel.org
8666 S:      Maintained
8667 F:      drivers/video/fbdev/aty/aty128fb.c
8668
8669 RALINK RT2X00 WIRELESS LAN DRIVER
8670 P:      rt2x00 project
8671 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8672 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8673 L:      linux-wireless@vger.kernel.org
8674 S:      Maintained
8675 F:      drivers/net/wireless/rt2x00/
8676
8677 RAMDISK RAM BLOCK DEVICE DRIVER
8678 M:      Jens Axboe <axboe@kernel.dk>
8679 S:      Maintained
8680 F:      Documentation/blockdev/ramdisk.txt
8681 F:      drivers/block/brd.c
8682
8683 RANDOM NUMBER DRIVER
8684 M:      "Theodore Ts'o" <tytso@mit.edu>
8685 S:      Maintained
8686 F:      drivers/char/random.c
8687
8688 RAPIDIO SUBSYSTEM
8689 M:      Matt Porter <mporter@kernel.crashing.org>
8690 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8691 S:      Maintained
8692 F:      drivers/rapidio/
8693
8694 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8695 L:      linux-wireless@vger.kernel.org
8696 S:      Orphan
8697 F:      drivers/net/wireless/ray*
8698
8699 RCUTORTURE MODULE
8700 M:      Josh Triplett <josh@joshtriplett.org>
8701 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8702 L:      linux-kernel@vger.kernel.org
8703 S:      Supported
8704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8705 F:      Documentation/RCU/torture.txt
8706 F:      kernel/rcu/rcutorture.c
8707
8708 RCUTORTURE TEST FRAMEWORK
8709 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8710 M:      Josh Triplett <josh@joshtriplett.org>
8711 R:      Steven Rostedt <rostedt@goodmis.org>
8712 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8713 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8714 L:      linux-kernel@vger.kernel.org
8715 S:      Supported
8716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8717 F:      tools/testing/selftests/rcutorture
8718
8719 RDC R-321X SoC
8720 M:      Florian Fainelli <florian@openwrt.org>
8721 S:      Maintained
8722
8723 RDC R6040 FAST ETHERNET DRIVER
8724 M:      Florian Fainelli <florian@openwrt.org>
8725 L:      netdev@vger.kernel.org
8726 S:      Maintained
8727 F:      drivers/net/ethernet/rdc/r6040.c
8728
8729 RDS - RELIABLE DATAGRAM SOCKETS
8730 M:      Chien Yen <chien.yen@oracle.com>
8731 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8732 S:      Supported
8733 F:      net/rds/
8734
8735 READ-COPY UPDATE (RCU)
8736 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8737 M:      Josh Triplett <josh@joshtriplett.org>
8738 R:      Steven Rostedt <rostedt@goodmis.org>
8739 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8740 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8741 L:      linux-kernel@vger.kernel.org
8742 W:      http://www.rdrop.com/users/paulmck/RCU/
8743 S:      Supported
8744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8745 F:      Documentation/RCU/
8746 X:      Documentation/RCU/torture.txt
8747 F:      include/linux/rcu*
8748 X:      include/linux/srcu.h
8749 F:      kernel/rcu/
8750 X:      kernel/torture.c
8751
8752 REAL TIME CLOCK (RTC) SUBSYSTEM
8753 M:      Alessandro Zummo <a.zummo@towertech.it>
8754 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8755 L:      rtc-linux@googlegroups.com
8756 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8758 S:      Maintained
8759 F:      Documentation/rtc.txt
8760 F:      drivers/rtc/
8761 F:      include/linux/rtc.h
8762 F:      include/uapi/linux/rtc.h
8763
8764 REALTEK AUDIO CODECS
8765 M:      Bard Liao <bardliao@realtek.com>
8766 M:      Oder Chiou <oder_chiou@realtek.com>
8767 S:      Maintained
8768 F:      sound/soc/codecs/rt*
8769 F:      include/sound/rt*.h
8770
8771 REISERFS FILE SYSTEM
8772 L:      reiserfs-devel@vger.kernel.org
8773 S:      Supported
8774 F:      fs/reiserfs/
8775
8776 REGISTER MAP ABSTRACTION
8777 M:      Mark Brown <broonie@kernel.org>
8778 L:      linux-kernel@vger.kernel.org
8779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8780 S:      Supported
8781 F:      drivers/base/regmap/
8782 F:      include/linux/regmap.h
8783
8784 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8785 M:      Ohad Ben-Cohen <ohad@wizery.com>
8786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8787 S:      Maintained
8788 F:      drivers/remoteproc/
8789 F:      Documentation/remoteproc.txt
8790 F:      include/linux/remoteproc.h
8791
8792 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8793 M:      Ohad Ben-Cohen <ohad@wizery.com>
8794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8795 S:      Maintained
8796 F:      drivers/rpmsg/
8797 F:      Documentation/rpmsg.txt
8798 F:      include/linux/rpmsg.h
8799
8800 RESET CONTROLLER FRAMEWORK
8801 M:      Philipp Zabel <p.zabel@pengutronix.de>
8802 S:      Maintained
8803 F:      drivers/reset/
8804 F:      Documentation/devicetree/bindings/reset/
8805 F:      include/dt-bindings/reset/
8806 F:      include/linux/reset.h
8807 F:      include/linux/reset-controller.h
8808
8809 RFKILL
8810 M:      Johannes Berg <johannes@sipsolutions.net>
8811 L:      linux-wireless@vger.kernel.org
8812 W:      http://wireless.kernel.org/
8813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8815 S:      Maintained
8816 F:      Documentation/rfkill.txt
8817 F:      net/rfkill/
8818
8819 RHASHTABLE
8820 M:      Thomas Graf <tgraf@suug.ch>
8821 L:      netdev@vger.kernel.org
8822 S:      Maintained
8823 F:      lib/rhashtable.c
8824 F:      include/linux/rhashtable.h
8825
8826 RICOH SMARTMEDIA/XD DRIVER
8827 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8828 S:      Maintained
8829 F:      drivers/mtd/nand/r852.c
8830 F:      drivers/mtd/nand/r852.h
8831
8832 RICOH R5C592 MEMORYSTICK DRIVER
8833 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8834 S:      Maintained
8835 F:      drivers/memstick/host/r592.*
8836
8837 ROCCAT DRIVERS
8838 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8839 W:      http://sourceforge.net/projects/roccat/
8840 S:      Maintained
8841 F:      drivers/hid/hid-roccat*
8842 F:      include/linux/hid-roccat*
8843 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8844
8845 ROCKER DRIVER
8846 M:      Jiri Pirko <jiri@resnulli.us>
8847 M:      Scott Feldman <sfeldma@gmail.com>
8848 L:      netdev@vger.kernel.org
8849 S:      Supported
8850 F:      drivers/net/ethernet/rocker/
8851
8852 ROCKETPORT DRIVER
8853 P:      Comtrol Corp.
8854 W:      http://www.comtrol.com
8855 S:      Maintained
8856 F:      Documentation/serial/rocket.txt
8857 F:      drivers/tty/rocket*
8858
8859 ROCKETPORT EXPRESS/INFINITY DRIVER
8860 M:      Kevin Cernekee <cernekee@gmail.com>
8861 L:      linux-serial@vger.kernel.org
8862 S:      Odd Fixes
8863 F:      drivers/tty/serial/rp2.*
8864
8865 ROSE NETWORK LAYER
8866 M:      Ralf Baechle <ralf@linux-mips.org>
8867 L:      linux-hams@vger.kernel.org
8868 W:      http://www.linux-ax25.org/
8869 S:      Maintained
8870 F:      include/net/rose.h
8871 F:      include/uapi/linux/rose.h
8872 F:      net/rose/
8873
8874 RTL2830 MEDIA DRIVER
8875 M:      Antti Palosaari <crope@iki.fi>
8876 L:      linux-media@vger.kernel.org
8877 W:      http://linuxtv.org/
8878 W:      http://palosaari.fi/linux/
8879 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8880 T:      git git://linuxtv.org/anttip/media_tree.git
8881 S:      Maintained
8882 F:      drivers/media/dvb-frontends/rtl2830*
8883
8884 RTL2832 MEDIA DRIVER
8885 M:      Antti Palosaari <crope@iki.fi>
8886 L:      linux-media@vger.kernel.org
8887 W:      http://linuxtv.org/
8888 W:      http://palosaari.fi/linux/
8889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8890 T:      git git://linuxtv.org/anttip/media_tree.git
8891 S:      Maintained
8892 F:      drivers/media/dvb-frontends/rtl2832*
8893
8894 RTL2832_SDR MEDIA DRIVER
8895 M:      Antti Palosaari <crope@iki.fi>
8896 L:      linux-media@vger.kernel.org
8897 W:      http://linuxtv.org/
8898 W:      http://palosaari.fi/linux/
8899 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8900 T:      git git://linuxtv.org/anttip/media_tree.git
8901 S:      Maintained
8902 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8903
8904 RTL8180 WIRELESS DRIVER
8905 L:      linux-wireless@vger.kernel.org
8906 W:      http://wireless.kernel.org/
8907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8908 S:      Orphan
8909 F:      drivers/net/wireless/rtl818x/rtl8180/
8910
8911 RTL8187 WIRELESS DRIVER
8912 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8913 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8914 M:      Larry Finger <Larry.Finger@lwfinger.net>
8915 L:      linux-wireless@vger.kernel.org
8916 W:      http://wireless.kernel.org/
8917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8918 S:      Maintained
8919 F:      drivers/net/wireless/rtl818x/rtl8187/
8920
8921 RTL8192CE WIRELESS DRIVER
8922 M:      Larry Finger <Larry.Finger@lwfinger.net>
8923 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8924 L:      linux-wireless@vger.kernel.org
8925 W:      http://wireless.kernel.org/
8926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8927 S:      Maintained
8928 F:      drivers/net/wireless/rtlwifi/
8929 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8930
8931 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
8932 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8933 L:      linux-wireless@vger.kernel.org
8934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
8935 S:      Maintained
8936 F:      drivers/net/wireless/realtek/rtl8xxxu/
8937
8938 S3 SAVAGE FRAMEBUFFER DRIVER
8939 M:      Antonino Daplas <adaplas@gmail.com>
8940 L:      linux-fbdev@vger.kernel.org
8941 S:      Maintained
8942 F:      drivers/video/fbdev/savage/
8943
8944 S390
8945 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8946 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8947 L:      linux-s390@vger.kernel.org
8948 W:      http://www.ibm.com/developerworks/linux/linux390/
8949 S:      Supported
8950 F:      arch/s390/
8951 F:      drivers/s390/
8952 F:      Documentation/s390/
8953 F:      Documentation/DocBook/s390*
8954
8955 S390 COMMON I/O LAYER
8956 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8957 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8958 L:      linux-s390@vger.kernel.org
8959 W:      http://www.ibm.com/developerworks/linux/linux390/
8960 S:      Supported
8961 F:      drivers/s390/cio/
8962
8963 S390 DASD DRIVER
8964 M:      Stefan Weinhuber <wein@de.ibm.com>
8965 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8966 L:      linux-s390@vger.kernel.org
8967 W:      http://www.ibm.com/developerworks/linux/linux390/
8968 S:      Supported
8969 F:      drivers/s390/block/dasd*
8970 F:      block/partitions/ibm.c
8971
8972 S390 NETWORK DRIVERS
8973 M:      Ursula Braun <ursula.braun@de.ibm.com>
8974 L:      linux-s390@vger.kernel.org
8975 W:      http://www.ibm.com/developerworks/linux/linux390/
8976 S:      Supported
8977 F:      drivers/s390/net/
8978
8979 S390 PCI SUBSYSTEM
8980 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8981 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8982 L:      linux-s390@vger.kernel.org
8983 W:      http://www.ibm.com/developerworks/linux/linux390/
8984 S:      Supported
8985 F:      arch/s390/pci/
8986 F:      drivers/pci/hotplug/s390_pci_hpc.c
8987
8988 S390 ZCRYPT DRIVER
8989 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8990 L:      linux-s390@vger.kernel.org
8991 W:      http://www.ibm.com/developerworks/linux/linux390/
8992 S:      Supported
8993 F:      drivers/s390/crypto/
8994
8995 S390 ZFCP DRIVER
8996 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8997 L:      linux-s390@vger.kernel.org
8998 W:      http://www.ibm.com/developerworks/linux/linux390/
8999 S:      Supported
9000 F:      drivers/s390/scsi/zfcp_*
9001
9002 S390 IUCV NETWORK LAYER
9003 M:      Ursula Braun <ursula.braun@de.ibm.com>
9004 L:      linux-s390@vger.kernel.org
9005 W:      http://www.ibm.com/developerworks/linux/linux390/
9006 S:      Supported
9007 F:      drivers/s390/net/*iucv*
9008 F:      include/net/iucv/
9009 F:      net/iucv/
9010
9011 S3C24XX SD/MMC Driver
9012 M:      Ben Dooks <ben-linux@fluff.org>
9013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9014 S:      Supported
9015 F:      drivers/mmc/host/s3cmci.*
9016
9017 SAA6588 RDS RECEIVER DRIVER
9018 M:      Hans Verkuil <hverkuil@xs4all.nl>
9019 L:      linux-media@vger.kernel.org
9020 T:      git git://linuxtv.org/media_tree.git
9021 W:      http://linuxtv.org
9022 S:      Odd Fixes
9023 F:      drivers/media/i2c/saa6588*
9024
9025 SAA7134 VIDEO4LINUX DRIVER
9026 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9027 L:      linux-media@vger.kernel.org
9028 W:      http://linuxtv.org
9029 T:      git git://linuxtv.org/media_tree.git
9030 S:      Odd fixes
9031 F:      Documentation/video4linux/*.saa7134
9032 F:      drivers/media/pci/saa7134/
9033
9034 SAA7146 VIDEO4LINUX-2 DRIVER
9035 M:      Hans Verkuil <hverkuil@xs4all.nl>
9036 L:      linux-media@vger.kernel.org
9037 T:      git git://linuxtv.org/media_tree.git
9038 S:      Maintained
9039 F:      drivers/media/common/saa7146/
9040 F:      drivers/media/pci/saa7146/
9041 F:      include/media/saa7146*
9042
9043 SAMSUNG LAPTOP DRIVER
9044 M:      Corentin Chary <corentin.chary@gmail.com>
9045 L:      platform-driver-x86@vger.kernel.org
9046 S:      Maintained
9047 F:      drivers/platform/x86/samsung-laptop.c
9048
9049 SAMSUNG AUDIO (ASoC) DRIVERS
9050 M:      Sangbeom Kim <sbkim73@samsung.com>
9051 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9052 S:      Supported
9053 F:      sound/soc/samsung/
9054
9055 SAMSUNG FRAMEBUFFER DRIVER
9056 M:      Jingoo Han <jingoohan1@gmail.com>
9057 L:      linux-fbdev@vger.kernel.org
9058 S:      Maintained
9059 F:      drivers/video/fbdev/s3c-fb.c
9060
9061 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9062 M:      Sangbeom Kim <sbkim73@samsung.com>
9063 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9064 L:      linux-kernel@vger.kernel.org
9065 L:      linux-samsung-soc@vger.kernel.org
9066 S:      Supported
9067 F:      drivers/mfd/sec*.c
9068 F:      drivers/regulator/s2m*.c
9069 F:      drivers/regulator/s5m*.c
9070 F:      drivers/clk/clk-s2mps11.c
9071 F:      drivers/rtc/rtc-s5m.c
9072 F:      include/linux/mfd/samsung/
9073 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9074 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9075
9076 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9077 M:      Kyungmin Park <kyungmin.park@samsung.com>
9078 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9079 L:      linux-media@vger.kernel.org
9080 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9081 S:      Supported
9082 F:      drivers/media/platform/exynos4-is/
9083
9084 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9085 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9086 L:      linux-media@vger.kernel.org
9087 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9088 S:      Maintained
9089 F:      drivers/media/platform/s3c-camif/
9090 F:      include/media/s3c_camif.h
9091
9092 SAMSUNG S5C73M3 CAMERA DRIVER
9093 M:      Kyungmin Park <kyungmin.park@samsung.com>
9094 M:      Andrzej Hajda <a.hajda@samsung.com>
9095 L:      linux-media@vger.kernel.org
9096 S:      Supported
9097 F:      drivers/media/i2c/s5c73m3/*
9098
9099 SAMSUNG S5K5BAF CAMERA DRIVER
9100 M:      Kyungmin Park <kyungmin.park@samsung.com>
9101 M:      Andrzej Hajda <a.hajda@samsung.com>
9102 L:      linux-media@vger.kernel.org
9103 S:      Supported
9104 F:      drivers/media/i2c/s5k5baf.c
9105
9106 SAMSUNG S3FWRN5 NFC DRIVER
9107 M:      Robert Baldyga <r.baldyga@samsung.com>
9108 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9109 S:      Supported
9110 F:      drivers/nfc/s3fwrn5
9111
9112 SAMSUNG SOC CLOCK DRIVERS
9113 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9114 M:      Tomasz Figa <tomasz.figa@gmail.com>
9115 S:      Supported
9116 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9117 F:      drivers/clk/samsung/
9118
9119 SAMSUNG SXGBE DRIVERS
9120 M:      Byungho An <bh74.an@samsung.com>
9121 M:      Girish K S <ks.giri@samsung.com>
9122 M:      Vipul Pandya <vipul.pandya@samsung.com>
9123 S:      Supported
9124 L:      netdev@vger.kernel.org
9125 F:      drivers/net/ethernet/samsung/sxgbe/
9126
9127 SAMSUNG THERMAL DRIVER
9128 M:      Lukasz Majewski <l.majewski@samsung.com>
9129 L:      linux-pm@vger.kernel.org
9130 L:      linux-samsung-soc@vger.kernel.org
9131 S:      Supported
9132 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9133 F:      drivers/thermal/samsung/
9134
9135 SAMSUNG USB2 PHY DRIVER
9136 M:      Kamil Debski <k.debski@samsung.com>
9137 L:      linux-kernel@vger.kernel.org
9138 S:      Supported
9139 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9140 F:      Documentation/phy/samsung-usb2.txt
9141 F:      drivers/phy/phy-exynos4210-usb2.c
9142 F:      drivers/phy/phy-exynos4x12-usb2.c
9143 F:      drivers/phy/phy-exynos5250-usb2.c
9144 F:      drivers/phy/phy-s5pv210-usb2.c
9145 F:      drivers/phy/phy-samsung-usb2.c
9146 F:      drivers/phy/phy-samsung-usb2.h
9147
9148 SERIAL DRIVERS
9149 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9150 L:      linux-serial@vger.kernel.org
9151 S:      Maintained
9152 F:      drivers/tty/serial/
9153
9154 SYNOPSYS DESIGNWARE DMAC DRIVER
9155 M:      Viresh Kumar <vireshk@kernel.org>
9156 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9157 S:      Maintained
9158 F:      include/linux/dma/dw.h
9159 F:      include/linux/platform_data/dma-dw.h
9160 F:      drivers/dma/dw/
9161
9162 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9163 M: Lars Persson <lars.persson@axis.com>
9164 L: netdev@vger.kernel.org
9165 S: Supported
9166 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9167 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9168
9169 SYNOPSYS DESIGNWARE I2C DRIVER
9170 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9171 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9172 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9173 L:      linux-i2c@vger.kernel.org
9174 S:      Maintained
9175 F:      drivers/i2c/busses/i2c-designware-*
9176 F:      include/linux/platform_data/i2c-designware.h
9177
9178 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9179 M:      Seungwon Jeon <tgih.jun@samsung.com>
9180 M:      Jaehoon Chung <jh80.chung@samsung.com>
9181 L:      linux-mmc@vger.kernel.org
9182 S:      Maintained
9183 F:      include/linux/mmc/dw_mmc.h
9184 F:      drivers/mmc/host/dw_mmc*
9185
9186 THUNDERBOLT DRIVER
9187 M:      Andreas Noever <andreas.noever@gmail.com>
9188 S:      Maintained
9189 F:      drivers/thunderbolt/
9190
9191 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9192 M:      John Stultz <john.stultz@linaro.org>
9193 M:      Thomas Gleixner <tglx@linutronix.de>
9194 L:      linux-kernel@vger.kernel.org
9195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9196 S:      Supported
9197 F:      include/linux/clocksource.h
9198 F:      include/linux/time.h
9199 F:      include/linux/timex.h
9200 F:      include/uapi/linux/time.h
9201 F:      include/uapi/linux/timex.h
9202 F:      kernel/time/clocksource.c
9203 F:      kernel/time/time*.c
9204 F:      kernel/time/ntp.c
9205 F:      tools/testing/selftests/timers/
9206
9207 SC1200 WDT DRIVER
9208 M:      Zwane Mwaikambo <zwanem@gmail.com>
9209 S:      Maintained
9210 F:      drivers/watchdog/sc1200wdt.c
9211
9212 SCHEDULER
9213 M:      Ingo Molnar <mingo@redhat.com>
9214 M:      Peter Zijlstra <peterz@infradead.org>
9215 L:      linux-kernel@vger.kernel.org
9216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9217 S:      Maintained
9218 F:      kernel/sched/
9219 F:      include/linux/sched.h
9220 F:      include/uapi/linux/sched.h
9221 F:      include/linux/wait.h
9222
9223 SCORE ARCHITECTURE
9224 M:      Chen Liqin <liqin.linux@gmail.com>
9225 M:      Lennox Wu <lennox.wu@gmail.com>
9226 W:      http://www.sunplus.com
9227 S:      Supported
9228 F:      arch/score/
9229
9230 SCSI CDROM DRIVER
9231 M:      Jens Axboe <axboe@kernel.dk>
9232 L:      linux-scsi@vger.kernel.org
9233 W:      http://www.kernel.dk
9234 S:      Maintained
9235 F:      drivers/scsi/sr*
9236
9237 SCSI RDMA PROTOCOL (SRP) INITIATOR
9238 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9239 L:      linux-rdma@vger.kernel.org
9240 S:      Supported
9241 W:      http://www.openfabrics.org
9242 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9244 F:      drivers/infiniband/ulp/srp/
9245 F:      include/scsi/srp.h
9246
9247 SCSI SG DRIVER
9248 M:      Doug Gilbert <dgilbert@interlog.com>
9249 L:      linux-scsi@vger.kernel.org
9250 W:      http://sg.danny.cz/sg
9251 S:      Maintained
9252 F:      Documentation/scsi/scsi-generic.txt
9253 F:      drivers/scsi/sg.c
9254 F:      include/scsi/sg.h
9255
9256 SCSI SUBSYSTEM
9257 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9258 L:      linux-scsi@vger.kernel.org
9259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9260 S:      Maintained
9261 F:      drivers/scsi/
9262 F:      include/scsi/
9263
9264 SCSI TAPE DRIVER
9265 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9266 L:      linux-scsi@vger.kernel.org
9267 S:      Maintained
9268 F:      Documentation/scsi/st.txt
9269 F:      drivers/scsi/st.*
9270 F:      drivers/scsi/st_*.h
9271
9272 SCTP PROTOCOL
9273 M:      Vlad Yasevich <vyasevich@gmail.com>
9274 M:      Neil Horman <nhorman@tuxdriver.com>
9275 L:      linux-sctp@vger.kernel.org
9276 W:      http://lksctp.sourceforge.net
9277 S:      Maintained
9278 F:      Documentation/networking/sctp.txt
9279 F:      include/linux/sctp.h
9280 F:      include/uapi/linux/sctp.h
9281 F:      include/net/sctp/
9282 F:      net/sctp/
9283
9284 SCx200 CPU SUPPORT
9285 M:      Jim Cromie <jim.cromie@gmail.com>
9286 S:      Odd Fixes
9287 F:      Documentation/i2c/busses/scx200_acb
9288 F:      arch/x86/platform/scx200/
9289 F:      drivers/watchdog/scx200_wdt.c
9290 F:      drivers/i2c/busses/scx200*
9291 F:      drivers/mtd/maps/scx200_docflash.c
9292 F:      include/linux/scx200.h
9293
9294 SCx200 GPIO DRIVER
9295 M:      Jim Cromie <jim.cromie@gmail.com>
9296 S:      Maintained
9297 F:      drivers/char/scx200_gpio.c
9298 F:      include/linux/scx200_gpio.h
9299
9300 SCx200 HRT CLOCKSOURCE DRIVER
9301 M:      Jim Cromie <jim.cromie@gmail.com>
9302 S:      Maintained
9303 F:      drivers/clocksource/scx200_hrt.c
9304
9305 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9306 M:      Sascha Sommer <saschasommer@freenet.de>
9307 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9308 S:      Maintained
9309 F:      drivers/mmc/host/sdricoh_cs.c
9310
9311 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9312 L:      linux-mmc@vger.kernel.org
9313 S:      Orphan
9314 F:      drivers/mmc/host/sdhci.*
9315 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9316
9317 SECURE COMPUTING
9318 M:      Kees Cook <keescook@chromium.org>
9319 R:      Andy Lutomirski <luto@amacapital.net>
9320 R:      Will Drewry <wad@chromium.org>
9321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9322 S:      Supported
9323 F:      kernel/seccomp.c
9324 F:      include/uapi/linux/seccomp.h
9325 F:      include/linux/seccomp.h
9326 F:      tools/testing/selftests/seccomp/*
9327 K:      \bsecure_computing
9328 K:      \bTIF_SECCOMP\b
9329
9330 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9331 M:      Ben Dooks <ben-linux@fluff.org>
9332 M:      Jaehoon Chung <jh80.chung@samsung.com>
9333 L:      linux-mmc@vger.kernel.org
9334 S:      Maintained
9335 F:      drivers/mmc/host/sdhci-s3c*
9336
9337 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9338 M:      Viresh Kumar <vireshk@kernel.org>
9339 L:      spear-devel@list.st.com
9340 L:      linux-mmc@vger.kernel.org
9341 S:      Maintained
9342 F:      drivers/mmc/host/sdhci-spear.c
9343
9344 SECURITY SUBSYSTEM
9345 M:      James Morris <james.l.morris@oracle.com>
9346 M:      "Serge E. Hallyn" <serge@hallyn.com>
9347 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9349 W:      http://kernsec.org/
9350 S:      Supported
9351 F:      security/
9352
9353 SECURITY CONTACT
9354 M:      Security Officers <security@kernel.org>
9355 S:      Supported
9356
9357 SELINUX SECURITY MODULE
9358 M:      Paul Moore <paul@paul-moore.com>
9359 M:      Stephen Smalley <sds@tycho.nsa.gov>
9360 M:      Eric Paris <eparis@parisplace.org>
9361 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9362 W:      http://selinuxproject.org
9363 T:      git git://git.infradead.org/users/pcmoore/selinux
9364 S:      Supported
9365 F:      include/linux/selinux*
9366 F:      security/selinux/
9367 F:      scripts/selinux/
9368
9369 APPARMOR SECURITY MODULE
9370 M:      John Johansen <john.johansen@canonical.com>
9371 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9372 W:      apparmor.wiki.kernel.org
9373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9374 S:      Supported
9375 F:      security/apparmor/
9376
9377 YAMA SECURITY MODULE
9378 M:      Kees Cook <keescook@chromium.org>
9379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9380 S:      Supported
9381 F:      security/yama/
9382
9383 SENSABLE PHANTOM
9384 M:      Jiri Slaby <jirislaby@gmail.com>
9385 S:      Maintained
9386 F:      drivers/misc/phantom.c
9387 F:      include/uapi/linux/phantom.h
9388
9389 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9390 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9391 M:      Minh Tran <minh.tran@avagotech.com>
9392 M:      John Soni Jose <sony.john-n@avagotech.com>
9393 L:      linux-scsi@vger.kernel.org
9394 W:      http://www.avagotech.com
9395 S:      Supported
9396 F:      drivers/scsi/be2iscsi/
9397
9398 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9399 M:      Sathya Perla <sathya.perla@avagotech.com>
9400 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9401 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9402 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9403 L:      netdev@vger.kernel.org
9404 W:      http://www.emulex.com
9405 S:      Supported
9406 F:      drivers/net/ethernet/emulex/benet/
9407
9408 EMULEX ONECONNECT ROCE DRIVER
9409 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9410 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9411 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9412 L:      linux-rdma@vger.kernel.org
9413 W:      http://www.emulex.com
9414 S:      Supported
9415 F:      drivers/infiniband/hw/ocrdma/
9416
9417 SFC NETWORK DRIVER
9418 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9419 M:      Shradha Shah <sshah@solarflare.com>
9420 L:      netdev@vger.kernel.org
9421 S:      Supported
9422 F:      drivers/net/ethernet/sfc/
9423
9424 SGI GRU DRIVER
9425 M:      Dimitri Sivanich <sivanich@sgi.com>
9426 S:      Maintained
9427 F:      drivers/misc/sgi-gru/
9428
9429 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9430 M:      Pat Gefre <pfg@sgi.com>
9431 L:      linux-ia64@vger.kernel.org
9432 S:      Supported
9433 F:      Documentation/ia64/serial.txt
9434 F:      drivers/tty/serial/ioc?_serial.c
9435 F:      include/linux/ioc?.h
9436
9437 SGI XP/XPC/XPNET DRIVER
9438 M:      Cliff Whickman <cpw@sgi.com>
9439 M:      Robin Holt <robinmholt@gmail.com>
9440 S:      Maintained
9441 F:      drivers/misc/sgi-xp/
9442
9443 SI2157 MEDIA DRIVER
9444 M:      Antti Palosaari <crope@iki.fi>
9445 L:      linux-media@vger.kernel.org
9446 W:      http://linuxtv.org/
9447 W:      http://palosaari.fi/linux/
9448 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9449 T:      git git://linuxtv.org/anttip/media_tree.git
9450 S:      Maintained
9451 F:      drivers/media/tuners/si2157*
9452
9453 SI2168 MEDIA DRIVER
9454 M:      Antti Palosaari <crope@iki.fi>
9455 L:      linux-media@vger.kernel.org
9456 W:      http://linuxtv.org/
9457 W:      http://palosaari.fi/linux/
9458 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9459 T:      git git://linuxtv.org/anttip/media_tree.git
9460 S:      Maintained
9461 F:      drivers/media/dvb-frontends/si2168*
9462
9463 SI470X FM RADIO RECEIVER I2C DRIVER
9464 M:      Hans Verkuil <hverkuil@xs4all.nl>
9465 L:      linux-media@vger.kernel.org
9466 T:      git git://linuxtv.org/media_tree.git
9467 W:      http://linuxtv.org
9468 S:      Odd Fixes
9469 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9470
9471 SI470X FM RADIO RECEIVER USB DRIVER
9472 M:      Hans Verkuil <hverkuil@xs4all.nl>
9473 L:      linux-media@vger.kernel.org
9474 T:      git git://linuxtv.org/media_tree.git
9475 W:      http://linuxtv.org
9476 S:      Maintained
9477 F:      drivers/media/radio/si470x/radio-si470x-common.c
9478 F:      drivers/media/radio/si470x/radio-si470x.h
9479 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9480
9481 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9482 M:      Eduardo Valentin <edubezval@gmail.com>
9483 L:      linux-media@vger.kernel.org
9484 T:      git git://linuxtv.org/media_tree.git
9485 W:      http://linuxtv.org
9486 S:      Odd Fixes
9487 F:      drivers/media/radio/si4713/si4713.?
9488
9489 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9490 M:      Eduardo Valentin <edubezval@gmail.com>
9491 L:      linux-media@vger.kernel.org
9492 T:      git git://linuxtv.org/media_tree.git
9493 W:      http://linuxtv.org
9494 S:      Odd Fixes
9495 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9496
9497 SI4713 FM RADIO TRANSMITTER USB DRIVER
9498 M:      Hans Verkuil <hverkuil@xs4all.nl>
9499 L:      linux-media@vger.kernel.org
9500 T:      git git://linuxtv.org/media_tree.git
9501 W:      http://linuxtv.org
9502 S:      Maintained
9503 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9504
9505 SIANO DVB DRIVER
9506 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9507 L:      linux-media@vger.kernel.org
9508 W:      http://linuxtv.org
9509 T:      git git://linuxtv.org/media_tree.git
9510 S:      Odd fixes
9511 F:      drivers/media/common/siano/
9512 F:      drivers/media/usb/siano/
9513 F:      drivers/media/usb/siano/
9514 F:      drivers/media/mmc/siano/
9515
9516 SIMPLEFB FB DRIVER
9517 M:      Hans de Goede <hdegoede@redhat.com>
9518 L:      linux-fbdev@vger.kernel.org
9519 S:      Maintained
9520 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9521 F:      drivers/video/fbdev/simplefb.c
9522 F:      include/linux/platform_data/simplefb.h
9523
9524 SH_VEU V4L2 MEM2MEM DRIVER
9525 L:      linux-media@vger.kernel.org
9526 S:      Orphan
9527 F:      drivers/media/platform/sh_veu.c
9528
9529 SH_VOU V4L2 OUTPUT DRIVER
9530 L:      linux-media@vger.kernel.org
9531 S:      Orphan
9532 F:      drivers/media/platform/sh_vou.c
9533 F:      include/media/sh_vou.h
9534
9535 SIMPLE FIRMWARE INTERFACE (SFI)
9536 M:      Len Brown <lenb@kernel.org>
9537 L:      sfi-devel@simplefirmware.org
9538 W:      http://simplefirmware.org/
9539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9540 S:      Supported
9541 F:      arch/x86/platform/sfi/
9542 F:      drivers/sfi/
9543 F:      include/linux/sfi*.h
9544
9545 SIMTEC EB110ATX (Chalice CATS)
9546 P:      Ben Dooks
9547 P:      Vincent Sanders <vince@simtec.co.uk>
9548 M:      Simtec Linux Team <linux@simtec.co.uk>
9549 W:      http://www.simtec.co.uk/products/EB110ATX/
9550 S:      Supported
9551
9552 SIMTEC EB2410ITX (BAST)
9553 P:      Ben Dooks
9554 P:      Vincent Sanders <vince@simtec.co.uk>
9555 M:      Simtec Linux Team <linux@simtec.co.uk>
9556 W:      http://www.simtec.co.uk/products/EB2410ITX/
9557 S:      Supported
9558 F:      arch/arm/mach-s3c24xx/mach-bast.c
9559 F:      arch/arm/mach-s3c24xx/bast-ide.c
9560 F:      arch/arm/mach-s3c24xx/bast-irq.c
9561
9562 TI DAVINCI MACHINE SUPPORT
9563 M:      Sekhar Nori <nsekhar@ti.com>
9564 M:      Kevin Hilman <khilman@deeprootsystems.com>
9565 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9566 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9567 S:      Supported
9568 F:      arch/arm/mach-davinci/
9569 F:      drivers/i2c/busses/i2c-davinci.c
9570
9571 TI DAVINCI SERIES MEDIA DRIVER
9572 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9573 L:      linux-media@vger.kernel.org
9574 W:      http://linuxtv.org/
9575 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9576 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9577 S:      Maintained
9578 F:      drivers/media/platform/davinci/
9579 F:      include/media/davinci/
9580
9581 TI AM437X VPFE DRIVER
9582 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9583 L:      linux-media@vger.kernel.org
9584 W:      http://linuxtv.org/
9585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9586 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9587 S:      Maintained
9588 F:      drivers/media/platform/am437x/
9589
9590 OV2659 OMNIVISION SENSOR DRIVER
9591 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9592 L:      linux-media@vger.kernel.org
9593 W:      http://linuxtv.org/
9594 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9595 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9596 S:      Maintained
9597 F:      drivers/media/i2c/ov2659.c
9598 F:      include/media/ov2659.h
9599
9600 SILICON MOTION SM712 FRAME BUFFER DRIVER
9601 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9602 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9603 M:      Sudip Mukherjee <sudip@vectorindia.org>
9604 L:      linux-fbdev@vger.kernel.org
9605 S:      Maintained
9606 F:      drivers/video/fbdev/sm712*
9607 F:      Documentation/fb/sm712fb.txt
9608
9609 SIS 190 ETHERNET DRIVER
9610 M:      Francois Romieu <romieu@fr.zoreil.com>
9611 L:      netdev@vger.kernel.org
9612 S:      Maintained
9613 F:      drivers/net/ethernet/sis/sis190.c
9614
9615 SIS 900/7016 FAST ETHERNET DRIVER
9616 M:      Daniele Venzano <venza@brownhat.org>
9617 W:      http://www.brownhat.org/sis900.html
9618 L:      netdev@vger.kernel.org
9619 S:      Maintained
9620 F:      drivers/net/ethernet/sis/sis900.*
9621
9622 SIS FRAMEBUFFER DRIVER
9623 M:      Thomas Winischhofer <thomas@winischhofer.net>
9624 W:      http://www.winischhofer.net/linuxsisvga.shtml
9625 S:      Maintained
9626 F:      Documentation/fb/sisfb.txt
9627 F:      drivers/video/fbdev/sis/
9628 F:      include/video/sisfb.h
9629
9630 SIS USB2VGA DRIVER
9631 M:      Thomas Winischhofer <thomas@winischhofer.net>
9632 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9633 S:      Maintained
9634 F:      drivers/usb/misc/sisusbvga/
9635
9636 SLAB ALLOCATOR
9637 M:      Christoph Lameter <cl@linux.com>
9638 M:      Pekka Enberg <penberg@kernel.org>
9639 M:      David Rientjes <rientjes@google.com>
9640 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9641 M:      Andrew Morton <akpm@linux-foundation.org>
9642 L:      linux-mm@kvack.org
9643 S:      Maintained
9644 F:      include/linux/sl?b*.h
9645 F:      mm/sl?b*
9646
9647 SLEEPABLE READ-COPY UPDATE (SRCU)
9648 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9649 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9650 M:      Josh Triplett <josh@joshtriplett.org>
9651 R:      Steven Rostedt <rostedt@goodmis.org>
9652 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9653 L:      linux-kernel@vger.kernel.org
9654 W:      http://www.rdrop.com/users/paulmck/RCU/
9655 S:      Supported
9656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9657 F:      include/linux/srcu.h
9658 F:      kernel/rcu/srcu.c
9659
9660 SMACK SECURITY MODULE
9661 M:      Casey Schaufler <casey@schaufler-ca.com>
9662 L:      linux-security-module@vger.kernel.org
9663 W:      http://schaufler-ca.com
9664 T:      git git://git.gitorious.org/smack-next/kernel.git
9665 S:      Maintained
9666 F:      Documentation/security/Smack.txt
9667 F:      security/smack/
9668
9669 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9670 M:      Kevin Hilman <khilman@kernel.org>
9671 M:      Nishanth Menon <nm@ti.com>
9672 S:      Maintained
9673 F:      drivers/power/avs/
9674 F:      include/linux/power/smartreflex.h
9675 L:      linux-pm@vger.kernel.org
9676
9677 SMC91x ETHERNET DRIVER
9678 M:      Nicolas Pitre <nico@fluxnic.net>
9679 S:      Odd Fixes
9680 F:      drivers/net/ethernet/smsc/smc91x.*
9681
9682 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9683 M:      Sakari Ailus <sakari.ailus@iki.fi>
9684 L:      linux-media@vger.kernel.org
9685 S:      Maintained
9686 F:      drivers/media/i2c/smiapp/
9687 F:      include/media/smiapp.h
9688 F:      drivers/media/i2c/smiapp-pll.c
9689 F:      drivers/media/i2c/smiapp-pll.h
9690 F:      include/uapi/linux/smiapp.h
9691 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9692
9693 SMM665 HARDWARE MONITOR DRIVER
9694 M:      Guenter Roeck <linux@roeck-us.net>
9695 L:      lm-sensors@lm-sensors.org
9696 S:      Maintained
9697 F:      Documentation/hwmon/smm665
9698 F:      drivers/hwmon/smm665.c
9699
9700 SMSC EMC2103 HARDWARE MONITOR DRIVER
9701 M:      Steve Glendinning <steve.glendinning@shawell.net>
9702 L:      lm-sensors@lm-sensors.org
9703 S:      Maintained
9704 F:      Documentation/hwmon/emc2103
9705 F:      drivers/hwmon/emc2103.c
9706
9707 SMSC SCH5627 HARDWARE MONITOR DRIVER
9708 M:      Hans de Goede <hdegoede@redhat.com>
9709 L:      lm-sensors@lm-sensors.org
9710 S:      Supported
9711 F:      Documentation/hwmon/sch5627
9712 F:      drivers/hwmon/sch5627.c
9713
9714 SMSC47B397 HARDWARE MONITOR DRIVER
9715 M:      Jean Delvare <jdelvare@suse.com>
9716 L:      lm-sensors@lm-sensors.org
9717 S:      Maintained
9718 F:      Documentation/hwmon/smsc47b397
9719 F:      drivers/hwmon/smsc47b397.c
9720
9721 SMSC911x ETHERNET DRIVER
9722 M:      Steve Glendinning <steve.glendinning@shawell.net>
9723 L:      netdev@vger.kernel.org
9724 S:      Maintained
9725 F:      include/linux/smsc911x.h
9726 F:      drivers/net/ethernet/smsc/smsc911x.*
9727
9728 SMSC9420 PCI ETHERNET DRIVER
9729 M:      Steve Glendinning <steve.glendinning@shawell.net>
9730 L:      netdev@vger.kernel.org
9731 S:      Maintained
9732 F:      drivers/net/ethernet/smsc/smsc9420.*
9733
9734 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9735 M:      Steve Glendinning <steve.glendinning@shawell.net>
9736 L:      linux-fbdev@vger.kernel.org
9737 S:      Maintained
9738 F:      drivers/video/fbdev/smscufx.c
9739
9740 SOC-CAMERA V4L2 SUBSYSTEM
9741 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9742 L:      linux-media@vger.kernel.org
9743 T:      git git://linuxtv.org/media_tree.git
9744 S:      Maintained
9745 F:      include/media/soc*
9746 F:      drivers/media/i2c/soc_camera/
9747 F:      drivers/media/platform/soc_camera/
9748
9749 SOEKRIS NET48XX LED SUPPORT
9750 M:      Chris Boot <bootc@bootc.net>
9751 S:      Maintained
9752 F:      drivers/leds/leds-net48xx.c
9753
9754 SOFTLOGIC 6x10 MPEG CODEC
9755 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9756 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9757 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9758 M:      Ismael Luceno <ismael@iodev.co.uk>
9759 L:      linux-media@vger.kernel.org
9760 S:      Supported
9761 F:      drivers/media/pci/solo6x10/
9762
9763 SOFTWARE RAID (Multiple Disks) SUPPORT
9764 M:      Neil Brown <neilb@suse.com>
9765 L:      linux-raid@vger.kernel.org
9766 S:      Supported
9767 F:      drivers/md/
9768 F:      include/linux/raid/
9769 F:      include/uapi/linux/raid/
9770
9771 SONIC NETWORK DRIVER
9772 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9773 L:      netdev@vger.kernel.org
9774 S:      Maintained
9775 F:      drivers/net/ethernet/natsemi/sonic.*
9776
9777 SONICS SILICON BACKPLANE DRIVER (SSB)
9778 M:      Michael Buesch <m@bues.ch>
9779 L:      netdev@vger.kernel.org
9780 S:      Maintained
9781 F:      drivers/ssb/
9782 F:      include/linux/ssb/
9783
9784 SONY VAIO CONTROL DEVICE DRIVER
9785 M:      Mattia Dongili <malattia@linux.it>
9786 L:      platform-driver-x86@vger.kernel.org
9787 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9788 S:      Maintained
9789 F:      Documentation/laptops/sony-laptop.txt
9790 F:      drivers/char/sonypi.c
9791 F:      drivers/platform/x86/sony-laptop.c
9792 F:      include/linux/sony-laptop.h
9793
9794 SONY MEMORYSTICK CARD SUPPORT
9795 M:      Alex Dubov <oakad@yahoo.com>
9796 W:      http://tifmxx.berlios.de/
9797 S:      Maintained
9798 F:      drivers/memstick/host/tifm_ms.c
9799
9800 SONY MEMORYSTICK STANDARD SUPPORT
9801 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9802 S:      Maintained
9803 F:      drivers/memstick/core/ms_block.*
9804
9805 SOUND
9806 M:      Jaroslav Kysela <perex@perex.cz>
9807 M:      Takashi Iwai <tiwai@suse.com>
9808 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9809 W:      http://www.alsa-project.org/
9810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9811 T:      git git://git.alsa-project.org/alsa-kernel.git
9812 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9813 S:      Maintained
9814 F:      Documentation/sound/
9815 F:      include/sound/
9816 F:      include/uapi/sound/
9817 F:      sound/
9818
9819 SOUND - COMPRESSED AUDIO
9820 M:      Vinod Koul <vinod.koul@intel.com>
9821 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9823 S:      Supported
9824 F:      Documentation/sound/alsa/compress_offload.txt
9825 F:      include/sound/compress_driver.h
9826 F:      include/uapi/sound/compress_*
9827 F:      sound/core/compress_offload.c
9828 F:      sound/soc/soc-compress.c
9829
9830 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9831 M:      Liam Girdwood <lgirdwood@gmail.com>
9832 M:      Mark Brown <broonie@kernel.org>
9833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9834 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9835 W:      http://alsa-project.org/main/index.php/ASoC
9836 S:      Supported
9837 F:      Documentation/sound/alsa/soc/
9838 F:      sound/soc/
9839 F:      include/sound/soc*
9840
9841 SOUND - DMAENGINE HELPERS
9842 M:      Lars-Peter Clausen <lars@metafoo.de>
9843 S:      Supported
9844 F:      include/sound/dmaengine_pcm.h
9845 F:      sound/core/pcm_dmaengine.c
9846 F:      sound/soc/soc-generic-dmaengine-pcm.c
9847
9848 SP2 MEDIA DRIVER
9849 M:      Olli Salonen <olli.salonen@iki.fi>
9850 L:      linux-media@vger.kernel.org
9851 W:      http://linuxtv.org/
9852 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9853 S:      Maintained
9854 F:      drivers/media/dvb-frontends/sp2*
9855
9856 SPARC + UltraSPARC (sparc/sparc64)
9857 M:      "David S. Miller" <davem@davemloft.net>
9858 L:      sparclinux@vger.kernel.org
9859 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9862 S:      Maintained
9863 F:      arch/sparc/
9864 F:      drivers/sbus/
9865
9866 SPARC SERIAL DRIVERS
9867 M:      "David S. Miller" <davem@davemloft.net>
9868 L:      sparclinux@vger.kernel.org
9869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9871 S:      Maintained
9872 F:      include/linux/sunserialcore.h
9873 F:      drivers/tty/serial/suncore.c
9874 F:      drivers/tty/serial/sunhv.c
9875 F:      drivers/tty/serial/sunsab.c
9876 F:      drivers/tty/serial/sunsab.h
9877 F:      drivers/tty/serial/sunsu.c
9878 F:      drivers/tty/serial/sunzilog.c
9879 F:      drivers/tty/serial/sunzilog.h
9880
9881 SPARSE CHECKER
9882 M:      "Christopher Li" <sparse@chrisli.org>
9883 L:      linux-sparse@vger.kernel.org
9884 W:      https://sparse.wiki.kernel.org/
9885 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9886 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9887 S:      Maintained
9888 F:      include/linux/compiler.h
9889
9890 SPEAR PLATFORM SUPPORT
9891 M:      Viresh Kumar <vireshk@kernel.org>
9892 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9893 L:      spear-devel@list.st.com
9894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9895 W:      http://www.st.com/spear
9896 S:      Maintained
9897 F:      arch/arm/mach-spear/
9898
9899 SPEAR CLOCK FRAMEWORK SUPPORT
9900 M:      Viresh Kumar <vireshk@kernel.org>
9901 L:      spear-devel@list.st.com
9902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9903 W:      http://www.st.com/spear
9904 S:      Maintained
9905 F:      drivers/clk/spear/
9906
9907 SPI SUBSYSTEM
9908 M:      Mark Brown <broonie@kernel.org>
9909 L:      linux-spi@vger.kernel.org
9910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9911 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9912 S:      Maintained
9913 F:      Documentation/spi/
9914 F:      drivers/spi/
9915 F:      include/linux/spi/
9916 F:      include/uapi/linux/spi/
9917
9918 SPIDERNET NETWORK DRIVER for CELL
9919 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9920 L:      netdev@vger.kernel.org
9921 S:      Supported
9922 F:      Documentation/networking/spider_net.txt
9923 F:      drivers/net/ethernet/toshiba/spider_net*
9924
9925 SPU FILE SYSTEM
9926 M:      Jeremy Kerr <jk@ozlabs.org>
9927 L:      linuxppc-dev@lists.ozlabs.org
9928 W:      http://www.ibm.com/developerworks/power/cell/
9929 S:      Supported
9930 F:      Documentation/filesystems/spufs.txt
9931 F:      arch/powerpc/platforms/cell/spufs/
9932
9933 SQUASHFS FILE SYSTEM
9934 M:      Phillip Lougher <phillip@squashfs.org.uk>
9935 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9936 W:      http://squashfs.org.uk
9937 S:      Maintained
9938 F:      Documentation/filesystems/squashfs.txt
9939 F:      fs/squashfs/
9940
9941 SRM (Alpha) environment access
9942 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9943 S:      Maintained
9944 F:      arch/alpha/kernel/srm_env.c
9945
9946 STABLE BRANCH
9947 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9948 L:      stable@vger.kernel.org
9949 S:      Supported
9950 F:      Documentation/stable_kernel_rules.txt
9951
9952 STAGING SUBSYSTEM
9953 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9955 L:      devel@driverdev.osuosl.org
9956 S:      Supported
9957 F:      drivers/staging/
9958
9959 STAGING - COMEDI
9960 M:      Ian Abbott <abbotti@mev.co.uk>
9961 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9962 S:      Odd Fixes
9963 F:      drivers/staging/comedi/
9964
9965 STAGING - FLARION FT1000 DRIVERS
9966 M:      Marek Belisko <marek.belisko@gmail.com>
9967 S:      Odd Fixes
9968 F:      drivers/staging/ft1000/
9969
9970 STAGING - INDUSTRIAL IO
9971 M:      Jonathan Cameron <jic23@kernel.org>
9972 L:      linux-iio@vger.kernel.org
9973 S:      Odd Fixes
9974 F:      drivers/staging/iio/
9975
9976 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9977 M:      Jarod Wilson <jarod@wilsonet.com>
9978 W:      http://www.lirc.org/
9979 S:      Odd Fixes
9980 F:      drivers/staging/media/lirc/
9981
9982 STAGING - LUSTRE PARALLEL FILESYSTEM
9983 M:      Oleg Drokin <oleg.drokin@intel.com>
9984 M:      Andreas Dilger <andreas.dilger@intel.com>
9985 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9986 W:      http://wiki.lustre.org/
9987 S:      Maintained
9988 F:      drivers/staging/lustre
9989
9990 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9991 M:      Marc Dietrich <marvin24@gmx.de>
9992 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9993 L:      linux-tegra@vger.kernel.org
9994 S:      Maintained
9995 F:      drivers/staging/nvec/
9996
9997 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9998 M:      Jens Frederich <jfrederich@gmail.com>
9999 M:      Daniel Drake <dsd@laptop.org>
10000 M:      Jon Nettleton <jon.nettleton@gmail.com>
10001 W:      http://wiki.laptop.org/go/DCON
10002 S:      Maintained
10003 F:      drivers/staging/olpc_dcon/
10004
10005 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10006 M:      Willy Tarreau <willy@meta-x.org>
10007 S:      Odd Fixes
10008 F:      drivers/staging/panel/
10009
10010 STAGING - REALTEK RTL8712U DRIVERS
10011 M:      Larry Finger <Larry.Finger@lwfinger.net>
10012 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10013 S:      Odd Fixes
10014 F:      drivers/staging/rtl8712/
10015
10016 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10017 M:      Larry Finger <Larry.Finger@lwfinger.net>
10018 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10019 L:      linux-wireless@vger.kernel.org
10020 S:      Maintained
10021 F:      drivers/staging/rtl8723au/
10022
10023 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10024 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10025 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10026 M:      Sudip Mukherjee <sudip@vectorindia.org>
10027 L:      linux-fbdev@vger.kernel.org
10028 S:      Maintained
10029 F:      drivers/staging/sm750fb/
10030
10031 STAGING - SLICOSS
10032 M:      Lior Dotan <liodot@gmail.com>
10033 M:      Christopher Harrer <charrer@alacritech.com>
10034 S:      Odd Fixes
10035 F:      drivers/staging/slicoss/
10036
10037 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10038 M:      William Hubbs <w.d.hubbs@gmail.com>
10039 M:      Chris Brannon <chris@the-brannons.com>
10040 M:      Kirk Reiser <kirk@reisers.ca>
10041 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10042 L:      speakup@linux-speakup.org
10043 W:      http://www.linux-speakup.org/
10044 S:      Odd Fixes
10045 F:      drivers/staging/speakup/
10046
10047 STAGING - VIA VT665X DRIVERS
10048 M:      Forest Bond <forest@alittletooquiet.net>
10049 S:      Odd Fixes
10050 F:      drivers/staging/vt665?/
10051
10052 STAGING - WILC1000 WIFI DRIVER
10053 M:      Johnny Kim <johnny.kim@atmel.com>
10054 M:      Rachel Kim <rachel.kim@atmel.com>
10055 M:      Dean Lee <dean.lee@atmel.com>
10056 M:      Chris Park <chris.park@atmel.com>
10057 L:      linux-wireless@vger.kernel.org
10058 S:      Supported
10059 F:      drivers/staging/wilc1000/
10060
10061 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10062 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10063 S:      Odd Fixes
10064 F:      drivers/staging/xgifb/
10065
10066 HFI1 DRIVER
10067 M:      Mike Marciniszyn <infinipath@intel.com>
10068 L:      linux-rdma@vger.kernel.org
10069 S:      Supported
10070 F:      drivers/staging/rdma/hfi1
10071
10072 STARFIRE/DURALAN NETWORK DRIVER
10073 M:      Ion Badulescu <ionut@badula.org>
10074 S:      Odd Fixes
10075 F:      drivers/net/ethernet/adaptec/starfire*
10076
10077 SUN3/3X
10078 M:      Sam Creasey <sammy@sammy.net>
10079 W:      http://sammy.net/sun3/
10080 S:      Maintained
10081 F:      arch/m68k/kernel/*sun3*
10082 F:      arch/m68k/sun3*/
10083 F:      arch/m68k/include/asm/sun3*
10084 F:      drivers/net/ethernet/i825xx/sun3*
10085
10086 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10087 M:      Hans de Goede <hdegoede@redhat.com>
10088 L:      linux-input@vger.kernel.org
10089 S:      Maintained
10090 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10091 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10092
10093 SUNDANCE NETWORK DRIVER
10094 M:      Denis Kirjanov <kda@linux-powerpc.org>
10095 L:      netdev@vger.kernel.org
10096 S:      Maintained
10097 F:      drivers/net/ethernet/dlink/sundance.c
10098
10099 SUPERH
10100 L:      linux-sh@vger.kernel.org
10101 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10102 S:      Orphan
10103 F:      Documentation/sh/
10104 F:      arch/sh/
10105 F:      drivers/sh/
10106
10107 SUSPEND TO RAM
10108 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10109 M:      Len Brown <len.brown@intel.com>
10110 M:      Pavel Machek <pavel@ucw.cz>
10111 L:      linux-pm@vger.kernel.org
10112 S:      Supported
10113 F:      Documentation/power/
10114 F:      arch/x86/kernel/acpi/
10115 F:      drivers/base/power/
10116 F:      kernel/power/
10117 F:      include/linux/suspend.h
10118 F:      include/linux/freezer.h
10119 F:      include/linux/pm.h
10120
10121 SVGA HANDLING
10122 M:      Martin Mares <mj@ucw.cz>
10123 L:      linux-video@atrey.karlin.mff.cuni.cz
10124 S:      Maintained
10125 F:      Documentation/svga.txt
10126 F:      arch/x86/boot/video*
10127
10128 SWIOTLB SUBSYSTEM
10129 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10130 L:      linux-kernel@vger.kernel.org
10131 S:      Supported
10132 F:      lib/swiotlb.c
10133 F:      arch/*/kernel/pci-swiotlb.c
10134 F:      include/linux/swiotlb.h
10135
10136 SWITCHDEV
10137 M:      Jiri Pirko <jiri@resnulli.us>
10138 L:      netdev@vger.kernel.org
10139 S:      Supported
10140 F:      net/switchdev/
10141 F:      include/net/switchdev.h
10142
10143 SYNOPSYS ARC ARCHITECTURE
10144 M:      Vineet Gupta <vgupta@synopsys.com>
10145 L:      linux-snps-arc@lists.infraded.org
10146 S:      Supported
10147 F:      arch/arc/
10148 F:      Documentation/devicetree/bindings/arc/*
10149 F:      drivers/tty/serial/arc_uart.c
10150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10151
10152 SYNOPSYS ARC SDP platform support
10153 M:      Alexey Brodkin <abrodkin@synopsys.com>
10154 S:      Supported
10155 F:      arch/arc/plat-axs10x
10156 F:      arch/arc/boot/dts/ax*
10157 F:      Documentation/devicetree/bindings/arc/axs10*
10158
10159 SYSTEM CONFIGURATION (SYSCON)
10160 M:      Lee Jones <lee.jones@linaro.org>
10161 M:      Arnd Bergmann <arnd@arndb.de>
10162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10163 S:      Supported
10164 F:      drivers/mfd/syscon.c
10165
10166 SYSV FILESYSTEM
10167 M:      Christoph Hellwig <hch@infradead.org>
10168 S:      Maintained
10169 F:      Documentation/filesystems/sysv-fs.txt
10170 F:      fs/sysv/
10171 F:      include/linux/sysv_fs.h
10172
10173 TARGET SUBSYSTEM
10174 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10175 L:      linux-scsi@vger.kernel.org
10176 L:      target-devel@vger.kernel.org
10177 W:      http://www.linux-iscsi.org
10178 W:      http://groups.google.com/group/linux-iscsi-target-dev
10179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10180 S:      Supported
10181 F:      drivers/target/
10182 F:      include/target/
10183 F:      Documentation/target/
10184
10185 TASKSTATS STATISTICS INTERFACE
10186 M:      Balbir Singh <bsingharora@gmail.com>
10187 S:      Maintained
10188 F:      Documentation/accounting/taskstats*
10189 F:      include/linux/taskstats*
10190 F:      kernel/taskstats.c
10191
10192 TC CLASSIFIER
10193 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10194 L:      netdev@vger.kernel.org
10195 S:      Maintained
10196 F:      include/net/pkt_cls.h
10197 F:      include/uapi/linux/pkt_cls.h
10198 F:      net/sched/
10199
10200 TCP LOW PRIORITY MODULE
10201 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10202 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10203 W:      http://tcp-lp-mod.sourceforge.net/
10204 S:      Maintained
10205 F:      net/ipv4/tcp_lp.c
10206
10207 TDA10071 MEDIA DRIVER
10208 M:      Antti Palosaari <crope@iki.fi>
10209 L:      linux-media@vger.kernel.org
10210 W:      http://linuxtv.org/
10211 W:      http://palosaari.fi/linux/
10212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10213 T:      git git://linuxtv.org/anttip/media_tree.git
10214 S:      Maintained
10215 F:      drivers/media/dvb-frontends/tda10071*
10216
10217 TDA18212 MEDIA DRIVER
10218 M:      Antti Palosaari <crope@iki.fi>
10219 L:      linux-media@vger.kernel.org
10220 W:      http://linuxtv.org/
10221 W:      http://palosaari.fi/linux/
10222 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10223 T:      git git://linuxtv.org/anttip/media_tree.git
10224 S:      Maintained
10225 F:      drivers/media/tuners/tda18212*
10226
10227 TDA18218 MEDIA DRIVER
10228 M:      Antti Palosaari <crope@iki.fi>
10229 L:      linux-media@vger.kernel.org
10230 W:      http://linuxtv.org/
10231 W:      http://palosaari.fi/linux/
10232 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10233 T:      git git://linuxtv.org/anttip/media_tree.git
10234 S:      Maintained
10235 F:      drivers/media/tuners/tda18218*
10236
10237 TDA18271 MEDIA DRIVER
10238 M:      Michael Krufky <mkrufky@linuxtv.org>
10239 L:      linux-media@vger.kernel.org
10240 W:      http://linuxtv.org/
10241 W:      http://github.com/mkrufky
10242 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10243 T:      git git://linuxtv.org/mkrufky/tuners.git
10244 S:      Maintained
10245 F:      drivers/media/tuners/tda18271*
10246
10247 TDA827x MEDIA DRIVER
10248 M:      Michael Krufky <mkrufky@linuxtv.org>
10249 L:      linux-media@vger.kernel.org
10250 W:      http://linuxtv.org/
10251 W:      http://github.com/mkrufky
10252 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10253 T:      git git://linuxtv.org/mkrufky/tuners.git
10254 S:      Maintained
10255 F:      drivers/media/tuners/tda8290.*
10256
10257 TDA8290 MEDIA DRIVER
10258 M:      Michael Krufky <mkrufky@linuxtv.org>
10259 L:      linux-media@vger.kernel.org
10260 W:      http://linuxtv.org/
10261 W:      http://github.com/mkrufky
10262 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10263 T:      git git://linuxtv.org/mkrufky/tuners.git
10264 S:      Maintained
10265 F:      drivers/media/tuners/tda8290.*
10266
10267 TDA9840 MEDIA DRIVER
10268 M:      Hans Verkuil <hverkuil@xs4all.nl>
10269 L:      linux-media@vger.kernel.org
10270 T:      git git://linuxtv.org/media_tree.git
10271 W:      http://linuxtv.org
10272 S:      Maintained
10273 F:      drivers/media/i2c/tda9840*
10274
10275 TEA5761 TUNER DRIVER
10276 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10277 L:      linux-media@vger.kernel.org
10278 W:      http://linuxtv.org
10279 T:      git git://linuxtv.org/media_tree.git
10280 S:      Odd fixes
10281 F:      drivers/media/tuners/tea5761.*
10282
10283 TEA5767 TUNER DRIVER
10284 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10285 L:      linux-media@vger.kernel.org
10286 W:      http://linuxtv.org
10287 T:      git git://linuxtv.org/media_tree.git
10288 S:      Maintained
10289 F:      drivers/media/tuners/tea5767.*
10290
10291 TEA6415C MEDIA DRIVER
10292 M:      Hans Verkuil <hverkuil@xs4all.nl>
10293 L:      linux-media@vger.kernel.org
10294 T:      git git://linuxtv.org/media_tree.git
10295 W:      http://linuxtv.org
10296 S:      Maintained
10297 F:      drivers/media/i2c/tea6415c*
10298
10299 TEA6420 MEDIA DRIVER
10300 M:      Hans Verkuil <hverkuil@xs4all.nl>
10301 L:      linux-media@vger.kernel.org
10302 T:      git git://linuxtv.org/media_tree.git
10303 W:      http://linuxtv.org
10304 S:      Maintained
10305 F:      drivers/media/i2c/tea6420*
10306
10307 TEAM DRIVER
10308 M:      Jiri Pirko <jiri@resnulli.us>
10309 L:      netdev@vger.kernel.org
10310 S:      Supported
10311 F:      drivers/net/team/
10312 F:      include/linux/if_team.h
10313 F:      include/uapi/linux/if_team.h
10314
10315 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10316 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10317 S:      Maintained
10318 F:      arch/x86/platform/ts5500/
10319
10320 TECHNOTREND USB IR RECEIVER
10321 M:      Sean Young <sean@mess.org>
10322 L:      linux-media@vger.kernel.org
10323 S:      Maintained
10324 F:      drivers/media/rc/ttusbir.c
10325
10326 TEGRA ARCHITECTURE SUPPORT
10327 M:      Stephen Warren <swarren@wwwdotorg.org>
10328 M:      Thierry Reding <thierry.reding@gmail.com>
10329 M:      Alexandre Courbot <gnurou@gmail.com>
10330 L:      linux-tegra@vger.kernel.org
10331 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10333 S:      Supported
10334 N:      [^a-z]tegra
10335
10336 TEGRA CLOCK DRIVER
10337 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10338 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10339 S:      Supported
10340 F:      drivers/clk/tegra/
10341
10342 TEGRA DMA DRIVER
10343 M:      Laxman Dewangan <ldewangan@nvidia.com>
10344 S:      Supported
10345 F:      drivers/dma/tegra20-apb-dma.c
10346
10347 TEGRA I2C DRIVER
10348 M:      Laxman Dewangan <ldewangan@nvidia.com>
10349 S:      Supported
10350 F:      drivers/i2c/busses/i2c-tegra.c
10351
10352 TEGRA IOMMU DRIVERS
10353 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10354 S:      Supported
10355 F:      drivers/iommu/tegra*
10356
10357 TEGRA KBC DRIVER
10358 M:      Rakesh Iyer <riyer@nvidia.com>
10359 M:      Laxman Dewangan <ldewangan@nvidia.com>
10360 S:      Supported
10361 F:      drivers/input/keyboard/tegra-kbc.c
10362
10363 TEGRA PWM DRIVER
10364 M:      Thierry Reding <thierry.reding@gmail.com>
10365 S:      Supported
10366 F:      drivers/pwm/pwm-tegra.c
10367
10368 TEGRA SERIAL DRIVER
10369 M:      Laxman Dewangan <ldewangan@nvidia.com>
10370 S:      Supported
10371 F:      drivers/tty/serial/serial-tegra.c
10372
10373 TEGRA SPI DRIVER
10374 M:      Laxman Dewangan <ldewangan@nvidia.com>
10375 S:      Supported
10376 F:      drivers/spi/spi-tegra*
10377
10378 TEHUTI ETHERNET DRIVER
10379 M:      Andy Gospodarek <andy@greyhouse.net>
10380 L:      netdev@vger.kernel.org
10381 S:      Supported
10382 F:      drivers/net/ethernet/tehuti/*
10383
10384 Telecom Clock Driver for MCPL0010
10385 M:      Mark Gross <mark.gross@intel.com>
10386 S:      Supported
10387 F:      drivers/char/tlclk.c
10388
10389 TENSILICA XTENSA PORT (xtensa)
10390 M:      Chris Zankel <chris@zankel.net>
10391 M:      Max Filippov <jcmvbkbc@gmail.com>
10392 L:      linux-xtensa@linux-xtensa.org
10393 S:      Maintained
10394 F:      arch/xtensa/
10395 F:      drivers/irqchip/irq-xtensa-*
10396
10397 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10398 M:      Hans Verkuil <hverkuil@xs4all.nl>
10399 L:      linux-media@vger.kernel.org
10400 T:      git git://linuxtv.org/media_tree.git
10401 W:      http://linuxtv.org
10402 S:      Maintained
10403 F:      drivers/media/radio/radio-raremono.c
10404
10405 THERMAL
10406 M:      Zhang Rui <rui.zhang@intel.com>
10407 M:      Eduardo Valentin <edubezval@gmail.com>
10408 L:      linux-pm@vger.kernel.org
10409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10411 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10412 S:      Supported
10413 F:      drivers/thermal/
10414 F:      include/linux/thermal.h
10415 F:      include/uapi/linux/thermal.h
10416 F:      include/linux/cpu_cooling.h
10417 F:      Documentation/devicetree/bindings/thermal/
10418
10419 THERMAL/CPU_COOLING
10420 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10421 M:      Viresh Kumar <viresh.kumar@linaro.org>
10422 M:      Javi Merino <javi.merino@arm.com>
10423 L:      linux-pm@vger.kernel.org
10424 S:      Supported
10425 F:      Documentation/thermal/cpu-cooling-api.txt
10426 F:      drivers/thermal/cpu_cooling.c
10427 F:      include/linux/cpu_cooling.h
10428
10429 THINGM BLINK(1) USB RGB LED DRIVER
10430 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10431 S:      Maintained
10432 F:      drivers/hid/hid-thingm.c
10433
10434 THINKPAD ACPI EXTRAS DRIVER
10435 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10436 L:      ibm-acpi-devel@lists.sourceforge.net
10437 L:      platform-driver-x86@vger.kernel.org
10438 W:      http://ibm-acpi.sourceforge.net
10439 W:      http://thinkwiki.org/wiki/Ibm-acpi
10440 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10441 S:      Maintained
10442 F:      drivers/platform/x86/thinkpad_acpi.c
10443
10444 TI BANDGAP AND THERMAL DRIVER
10445 M:      Eduardo Valentin <edubezval@gmail.com>
10446 L:      linux-pm@vger.kernel.org
10447 L:      linux-omap@vger.kernel.org
10448 S:      Maintained
10449 F:      drivers/thermal/ti-soc-thermal/
10450
10451 TI CDCE706 CLOCK DRIVER
10452 M:      Max Filippov <jcmvbkbc@gmail.com>
10453 S:      Maintained
10454 F:      drivers/clk/clk-cdce706.c
10455
10456 TI CLOCK DRIVER
10457 M:      Tero Kristo <t-kristo@ti.com>
10458 L:      linux-omap@vger.kernel.org
10459 S:      Maintained
10460 F:      drivers/clk/ti/
10461 F:      include/linux/clk/ti.h
10462
10463 TI FLASH MEDIA INTERFACE DRIVER
10464 M:      Alex Dubov <oakad@yahoo.com>
10465 S:      Maintained
10466 F:      drivers/misc/tifm*
10467 F:      drivers/mmc/host/tifm_sd.c
10468 F:      include/linux/tifm.h
10469
10470 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10471 M:      Santosh Shilimkar <ssantosh@kernel.org>
10472 L:      linux-kernel@vger.kernel.org
10473 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10474 S:      Maintained
10475 F:      drivers/soc/ti/*
10476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10477
10478
10479 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10480 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10481 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10482 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10483 S:      Maintained
10484 F:      sound/soc/codecs/lm49453*
10485 F:      sound/soc/codecs/isabelle*
10486
10487 TI LP855x BACKLIGHT DRIVER
10488 M:      Milo Kim <milo.kim@ti.com>
10489 S:      Maintained
10490 F:      Documentation/backlight/lp855x-driver.txt
10491 F:      drivers/video/backlight/lp855x_bl.c
10492 F:      include/linux/platform_data/lp855x.h
10493
10494 TI LP8727 CHARGER DRIVER
10495 M:      Milo Kim <milo.kim@ti.com>
10496 S:      Maintained
10497 F:      drivers/power/lp8727_charger.c
10498 F:      include/linux/platform_data/lp8727.h
10499
10500 TI LP8788 MFD DRIVER
10501 M:      Milo Kim <milo.kim@ti.com>
10502 S:      Maintained
10503 F:      drivers/iio/adc/lp8788_adc.c
10504 F:      drivers/leds/leds-lp8788.c
10505 F:      drivers/mfd/lp8788*.c
10506 F:      drivers/power/lp8788-charger.c
10507 F:      drivers/regulator/lp8788-*.c
10508 F:      include/linux/mfd/lp8788*.h
10509
10510 TI NETCP ETHERNET DRIVER
10511 M:      Wingman Kwok <w-kwok2@ti.com>
10512 M:      Murali Karicheri <m-karicheri2@ti.com>
10513 L:      netdev@vger.kernel.org
10514 S:      Maintained
10515 F:      drivers/net/ethernet/ti/netcp*
10516
10517 TI TAS571X FAMILY ASoC CODEC DRIVER
10518 M:      Kevin Cernekee <cernekee@chromium.org>
10519 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10520 S:      Odd Fixes
10521 F:      sound/soc/codecs/tas571x*
10522
10523 TI TWL4030 SERIES SOC CODEC DRIVER
10524 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10525 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10526 S:      Maintained
10527 F:      sound/soc/codecs/twl4030*
10528
10529 TI WILINK WIRELESS DRIVERS
10530 L:      linux-wireless@vger.kernel.org
10531 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10532 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10534 S:      Orphan
10535 F:      drivers/net/wireless/ti/
10536 F:      include/linux/wl12xx.h
10537
10538 TIPC NETWORK LAYER
10539 M:      Jon Maloy <jon.maloy@ericsson.com>
10540 M:      Ying Xue <ying.xue@windriver.com>
10541 L:      netdev@vger.kernel.org (core kernel code)
10542 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10543 W:      http://tipc.sourceforge.net/
10544 S:      Maintained
10545 F:      include/uapi/linux/tipc*.h
10546 F:      net/tipc/
10547
10548 TILE ARCHITECTURE
10549 M:      Chris Metcalf <cmetcalf@ezchip.com>
10550 W:      http://www.ezchip.com/scm/
10551 S:      Supported
10552 F:      arch/tile/
10553 F:      drivers/char/tile-srom.c
10554 F:      drivers/edac/tile_edac.c
10555 F:      drivers/net/ethernet/tile/
10556 F:      drivers/rtc/rtc-tile.c
10557 F:      drivers/tty/hvc/hvc_tile.c
10558 F:      drivers/tty/serial/tilegx.c
10559 F:      drivers/usb/host/*-tilegx.c
10560 F:      include/linux/usb/tilegx.h
10561
10562 TLAN NETWORK DRIVER
10563 M:      Samuel Chessman <chessman@tux.org>
10564 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10565 W:      http://sourceforge.net/projects/tlan/
10566 S:      Maintained
10567 F:      Documentation/networking/tlan.txt
10568 F:      drivers/net/ethernet/ti/tlan.*
10569
10570 TOMOYO SECURITY MODULE
10571 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10572 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10573 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10574 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10575 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10576 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10577 W:      http://tomoyo.sourceforge.jp/
10578 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10579 S:      Maintained
10580 F:      security/tomoyo/
10581
10582 TOPSTAR LAPTOP EXTRAS DRIVER
10583 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10584 L:      platform-driver-x86@vger.kernel.org
10585 S:      Maintained
10586 F:      drivers/platform/x86/topstar-laptop.c
10587
10588 TOSHIBA ACPI EXTRAS DRIVER
10589 M:      Azael Avalos <coproscefalo@gmail.com>
10590 L:      platform-driver-x86@vger.kernel.org
10591 S:      Maintained
10592 F:      drivers/platform/x86/toshiba_acpi.c
10593
10594 TOSHIBA BLUETOOTH DRIVER
10595 M:      Azael Avalos <coproscefalo@gmail.com>
10596 L:      platform-driver-x86@vger.kernel.org
10597 S:      Maintained
10598 F:      drivers/platform/x86/toshiba_bluetooth.c
10599
10600 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10601 M:      Azael Avalos <coproscefalo@gmail.com>
10602 L:      platform-driver-x86@vger.kernel.org
10603 S:      Maintained
10604 F:      drivers/platform/x86/toshiba_haps.c
10605
10606 TOSHIBA SMM DRIVER
10607 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10608 W:      http://www.buzzard.org.uk/toshiba/
10609 S:      Maintained
10610 F:      drivers/char/toshiba.c
10611 F:      include/linux/toshiba.h
10612 F:      include/uapi/linux/toshiba.h
10613
10614 TOSHIBA TC358743 DRIVER
10615 M:      Mats Randgaard <matrandg@cisco.com>
10616 L:      linux-media@vger.kernel.org
10617 S:      Maintained
10618 F:      drivers/media/i2c/tc358743*
10619 F:      include/media/tc358743.h
10620
10621 TMIO MMC DRIVER
10622 M:      Ian Molton <ian@mnementh.co.uk>
10623 L:      linux-mmc@vger.kernel.org
10624 S:      Maintained
10625 F:      drivers/mmc/host/tmio_mmc*
10626 F:      drivers/mmc/host/sh_mobile_sdhi.c
10627 F:      include/linux/mmc/tmio.h
10628 F:      include/linux/mmc/sh_mobile_sdhi.h
10629
10630 TMP401 HARDWARE MONITOR DRIVER
10631 M:      Guenter Roeck <linux@roeck-us.net>
10632 L:      lm-sensors@lm-sensors.org
10633 S:      Maintained
10634 F:      Documentation/hwmon/tmp401
10635 F:      drivers/hwmon/tmp401.c
10636
10637 TMPFS (SHMEM FILESYSTEM)
10638 M:      Hugh Dickins <hughd@google.com>
10639 L:      linux-mm@kvack.org
10640 S:      Maintained
10641 F:      include/linux/shmem_fs.h
10642 F:      mm/shmem.c
10643
10644 TM6000 VIDEO4LINUX DRIVER
10645 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10646 L:      linux-media@vger.kernel.org
10647 W:      http://linuxtv.org
10648 T:      git git://linuxtv.org/media_tree.git
10649 S:      Odd fixes
10650 F:      drivers/media/usb/tm6000/
10651
10652 TW68 VIDEO4LINUX DRIVER
10653 M:      Hans Verkuil <hverkuil@xs4all.nl>
10654 L:      linux-media@vger.kernel.org
10655 T:      git git://linuxtv.org/media_tree.git
10656 W:      http://linuxtv.org
10657 S:      Odd Fixes
10658 F:      drivers/media/pci/tw68/
10659
10660 TPM DEVICE DRIVER
10661 M:      Peter Huewe <peterhuewe@gmx.de>
10662 M:      Marcel Selhorst <tpmdd@selhorst.net>
10663 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10664 W:      http://tpmdd.sourceforge.net
10665 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10666 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10667 T:      https://github.com/PeterHuewe/linux-tpmdd
10668 S:      Maintained
10669 F:      drivers/char/tpm/
10670
10671 TPM IBM_VTPM DEVICE DRIVER
10672 M:      Ashley Lai <ashleydlai@gmail.com>
10673 W:      http://tpmdd.sourceforge.net
10674 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10675 S:      Maintained
10676 F:      drivers/char/tpm/tpm_ibmvtpm*
10677
10678 TRACING
10679 M:      Steven Rostedt <rostedt@goodmis.org>
10680 M:      Ingo Molnar <mingo@redhat.com>
10681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10682 S:      Maintained
10683 F:      Documentation/trace/ftrace.txt
10684 F:      arch/*/*/*/ftrace.h
10685 F:      arch/*/kernel/ftrace.c
10686 F:      include/*/ftrace.h
10687 F:      include/linux/trace*.h
10688 F:      include/trace/
10689 F:      kernel/trace/
10690 F:      tools/testing/selftests/ftrace/
10691
10692 TRIVIAL PATCHES
10693 M:      Jiri Kosina <trivial@kernel.org>
10694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10695 S:      Maintained
10696 K:      ^Subject:.*(?i)trivial
10697
10698 TTY LAYER
10699 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10700 M:      Jiri Slaby <jslaby@suse.com>
10701 S:      Supported
10702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10703 F:      Documentation/serial/
10704 F:      drivers/tty/
10705 F:      drivers/tty/serial/serial_core.c
10706 F:      include/linux/serial_core.h
10707 F:      include/linux/serial.h
10708 F:      include/linux/tty.h
10709 F:      include/uapi/linux/serial_core.h
10710 F:      include/uapi/linux/serial.h
10711 F:      include/uapi/linux/tty.h
10712
10713 TUA9001 MEDIA DRIVER
10714 M:      Antti Palosaari <crope@iki.fi>
10715 L:      linux-media@vger.kernel.org
10716 W:      http://linuxtv.org/
10717 W:      http://palosaari.fi/linux/
10718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10719 T:      git git://linuxtv.org/anttip/media_tree.git
10720 S:      Maintained
10721 F:      drivers/media/tuners/tua9001*
10722
10723 TULIP NETWORK DRIVERS
10724 M:      Grant Grundler <grundler@parisc-linux.org>
10725 L:      netdev@vger.kernel.org
10726 S:      Maintained
10727 F:      drivers/net/ethernet/dec/tulip/
10728
10729 TUN/TAP driver
10730 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10731 W:      http://vtun.sourceforge.net/tun
10732 S:      Maintained
10733 F:      Documentation/networking/tuntap.txt
10734 F:      arch/um/os-Linux/drivers/
10735
10736 TURBOCHANNEL SUBSYSTEM
10737 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10738 M:      Ralf Baechle <ralf@linux-mips.org>
10739 L:      linux-mips@linux-mips.org
10740 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10741 S:      Maintained
10742 F:      drivers/tc/
10743 F:      include/linux/tc.h
10744
10745 U14-34F SCSI DRIVER
10746 M:      Dario Ballabio <ballabio_dario@emc.com>
10747 L:      linux-scsi@vger.kernel.org
10748 S:      Maintained
10749 F:      drivers/scsi/u14-34f.c
10750
10751 UBI FILE SYSTEM (UBIFS)
10752 M:      Artem Bityutskiy <dedekind1@gmail.com>
10753 M:      Adrian Hunter <adrian.hunter@intel.com>
10754 L:      linux-mtd@lists.infradead.org
10755 T:      git git://git.infradead.org/ubifs-2.6.git
10756 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10757 S:      Maintained
10758 F:      Documentation/filesystems/ubifs.txt
10759 F:      fs/ubifs/
10760
10761 UCLINUX (M68KNOMMU AND COLDFIRE)
10762 M:      Greg Ungerer <gerg@uclinux.org>
10763 W:      http://www.uclinux.org/
10764 L:      linux-m68k@lists.linux-m68k.org
10765 L:      uclinux-dev@uclinux.org  (subscribers-only)
10766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10767 S:      Maintained
10768 F:      arch/m68k/coldfire/
10769 F:      arch/m68k/68*/
10770 F:      arch/m68k/*/*_no.*
10771 F:      arch/m68k/include/asm/*_no.*
10772
10773 UDF FILESYSTEM
10774 M:      Jan Kara <jack@suse.com>
10775 S:      Maintained
10776 F:      Documentation/filesystems/udf.txt
10777 F:      fs/udf/
10778
10779 UFS FILESYSTEM
10780 M:      Evgeniy Dushistov <dushistov@mail.ru>
10781 S:      Maintained
10782 F:      Documentation/filesystems/ufs.txt
10783 F:      fs/ufs/
10784
10785 UHID USERSPACE HID IO DRIVER:
10786 M:      David Herrmann <dh.herrmann@googlemail.com>
10787 L:      linux-input@vger.kernel.org
10788 S:      Maintained
10789 F:      drivers/hid/uhid.c
10790 F:      include/uapi/linux/uhid.h
10791
10792 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10793 L:      linux-usb@vger.kernel.org
10794 S:      Orphan
10795 F:      drivers/uwb/
10796 F:      include/linux/uwb.h
10797 F:      include/linux/uwb/
10798
10799 UNICORE32 ARCHITECTURE:
10800 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10801 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10802 S:      Maintained
10803 T:      git git://github.com/gxt/linux.git
10804 F:      arch/unicore32/
10805
10806 UNIFDEF
10807 M:      Tony Finch <dot@dotat.at>
10808 W:      http://dotat.at/prog/unifdef
10809 S:      Maintained
10810 F:      scripts/unifdef.c
10811
10812 UNIFORM CDROM DRIVER
10813 M:      Jens Axboe <axboe@kernel.dk>
10814 W:      http://www.kernel.dk
10815 S:      Maintained
10816 F:      Documentation/cdrom/
10817 F:      drivers/cdrom/cdrom.c
10818 F:      include/linux/cdrom.h
10819 F:      include/uapi/linux/cdrom.h
10820
10821 UNISYS S-PAR DRIVERS
10822 M:      Benjamin Romer <benjamin.romer@unisys.com>
10823 M:      David Kershner <david.kershner@unisys.com>
10824 L:      sparmaintainer@unisys.com (Unisys internal)
10825 S:      Supported
10826 F:      drivers/staging/unisys/
10827
10828 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10829 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10830 L:      linux-scsi@vger.kernel.org
10831 S:      Supported
10832 F:      Documentation/scsi/ufs.txt
10833 F:      drivers/scsi/ufs/
10834
10835 UNSORTED BLOCK IMAGES (UBI)
10836 M:      Artem Bityutskiy <dedekind1@gmail.com>
10837 M:      Richard Weinberger <richard@nod.at>
10838 W:      http://www.linux-mtd.infradead.org/
10839 L:      linux-mtd@lists.infradead.org
10840 T:      git git://git.infradead.org/ubifs-2.6.git
10841 S:      Supported
10842 F:      drivers/mtd/ubi/
10843 F:      include/linux/mtd/ubi.h
10844 F:      include/uapi/mtd/ubi-user.h
10845
10846 USB ACM DRIVER
10847 M:      Oliver Neukum <oliver@neukum.org>
10848 L:      linux-usb@vger.kernel.org
10849 S:      Maintained
10850 F:      Documentation/usb/acm.txt
10851 F:      drivers/usb/class/cdc-acm.*
10852
10853 USB AR5523 WIRELESS DRIVER
10854 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10855 L:      linux-wireless@vger.kernel.org
10856 S:      Maintained
10857 F:      drivers/net/wireless/ath/ar5523/
10858
10859 USB ATTACHED SCSI
10860 M:      Hans de Goede <hdegoede@redhat.com>
10861 M:      Gerd Hoffmann <kraxel@redhat.com>
10862 L:      linux-usb@vger.kernel.org
10863 L:      linux-scsi@vger.kernel.org
10864 S:      Maintained
10865 F:      drivers/usb/storage/uas.c
10866
10867 USB CDC ETHERNET DRIVER
10868 M:      Oliver Neukum <oliver@neukum.org>
10869 L:      linux-usb@vger.kernel.org
10870 S:      Maintained
10871 F:      drivers/net/usb/cdc_*.c
10872 F:      include/uapi/linux/usb/cdc.h
10873
10874 USB CHAOSKEY DRIVER
10875 M:      Keith Packard <keithp@keithp.com>
10876 L:      linux-usb@vger.kernel.org
10877 S:      Maintained
10878 F:      drivers/usb/misc/chaoskey.c
10879
10880 USB CYPRESS C67X00 DRIVER
10881 M:      Peter Korsgaard <jacmet@sunsite.dk>
10882 L:      linux-usb@vger.kernel.org
10883 S:      Maintained
10884 F:      drivers/usb/c67x00/
10885
10886 USB DAVICOM DM9601 DRIVER
10887 M:      Peter Korsgaard <jacmet@sunsite.dk>
10888 L:      netdev@vger.kernel.org
10889 W:      http://www.linux-usb.org/usbnet
10890 S:      Maintained
10891 F:      drivers/net/usb/dm9601.c
10892
10893 USB DIAMOND RIO500 DRIVER
10894 M:      Cesar Miquel <miquel@df.uba.ar>
10895 L:      rio500-users@lists.sourceforge.net
10896 W:      http://rio500.sourceforge.net
10897 S:      Maintained
10898 F:      drivers/usb/misc/rio500*
10899
10900 USB EHCI DRIVER
10901 M:      Alan Stern <stern@rowland.harvard.edu>
10902 L:      linux-usb@vger.kernel.org
10903 S:      Maintained
10904 F:      Documentation/usb/ehci.txt
10905 F:      drivers/usb/host/ehci*
10906
10907 USB GADGET/PERIPHERAL SUBSYSTEM
10908 M:      Felipe Balbi <balbi@ti.com>
10909 L:      linux-usb@vger.kernel.org
10910 W:      http://www.linux-usb.org/gadget
10911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10912 S:      Maintained
10913 F:      drivers/usb/gadget/
10914 F:      include/linux/usb/gadget*
10915
10916 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10917 M:      Jiri Kosina <jikos@kernel.org>
10918 L:      linux-usb@vger.kernel.org
10919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10920 S:      Maintained
10921 F:      Documentation/hid/hiddev.txt
10922 F:      drivers/hid/usbhid/
10923
10924 USB ISP116X DRIVER
10925 M:      Olav Kongas <ok@artecdesign.ee>
10926 L:      linux-usb@vger.kernel.org
10927 S:      Maintained
10928 F:      drivers/usb/host/isp116x*
10929 F:      include/linux/usb/isp116x.h
10930
10931 USB MASS STORAGE DRIVER
10932 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10933 L:      linux-usb@vger.kernel.org
10934 L:      usb-storage@lists.one-eyed-alien.net
10935 S:      Maintained
10936 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10937 F:      drivers/usb/storage/
10938
10939 USB MIDI DRIVER
10940 M:      Clemens Ladisch <clemens@ladisch.de>
10941 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10942 T:      git git://git.alsa-project.org/alsa-kernel.git
10943 S:      Maintained
10944 F:      sound/usb/midi.*
10945
10946 USB NETWORKING DRIVERS
10947 L:      linux-usb@vger.kernel.org
10948 S:      Odd Fixes
10949 F:      drivers/net/usb/
10950
10951 USB OHCI DRIVER
10952 M:      Alan Stern <stern@rowland.harvard.edu>
10953 L:      linux-usb@vger.kernel.org
10954 S:      Maintained
10955 F:      Documentation/usb/ohci.txt
10956 F:      drivers/usb/host/ohci*
10957
10958 USB OTG FSM (Finite State Machine)
10959 M:      Peter Chen <Peter.Chen@freescale.com>
10960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10961 L:      linux-usb@vger.kernel.org
10962 S:      Maintained
10963 F:      drivers/usb/common/usb-otg-fsm.c
10964
10965 USB OVER IP DRIVER
10966 M:      Valentina Manea <valentina.manea.m@gmail.com>
10967 M:      Shuah Khan <shuah.kh@samsung.com>
10968 L:      linux-usb@vger.kernel.org
10969 S:      Maintained
10970 F:      drivers/usb/usbip/
10971 F:      tools/usb/usbip/
10972
10973 USB PEGASUS DRIVER
10974 M:      Petko Manolov <petkan@nucleusys.com>
10975 L:      linux-usb@vger.kernel.org
10976 L:      netdev@vger.kernel.org
10977 T:      git git://github.com/petkan/pegasus.git
10978 W:      https://github.com/petkan/pegasus
10979 S:      Maintained
10980 F:      drivers/net/usb/pegasus.*
10981
10982 USB PHY LAYER
10983 M:      Felipe Balbi <balbi@ti.com>
10984 L:      linux-usb@vger.kernel.org
10985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10986 S:      Maintained
10987 F:      drivers/usb/phy/
10988
10989 USB PRINTER DRIVER (usblp)
10990 M:      Pete Zaitcev <zaitcev@redhat.com>
10991 L:      linux-usb@vger.kernel.org
10992 S:      Supported
10993 F:      drivers/usb/class/usblp.c
10994
10995 USB RTL8150 DRIVER
10996 M:      Petko Manolov <petkan@nucleusys.com>
10997 L:      linux-usb@vger.kernel.org
10998 L:      netdev@vger.kernel.org
10999 T:      git git://github.com/petkan/rtl8150.git
11000 W:      https://github.com/petkan/rtl8150
11001 S:      Maintained
11002 F:      drivers/net/usb/rtl8150.c
11003
11004 USB SERIAL SUBSYSTEM
11005 M:      Johan Hovold <johan@kernel.org>
11006 L:      linux-usb@vger.kernel.org
11007 S:      Maintained
11008 F:      Documentation/usb/usb-serial.txt
11009 F:      drivers/usb/serial/
11010 F:      include/linux/usb/serial.h
11011
11012 USB SMSC75XX ETHERNET DRIVER
11013 M:      Steve Glendinning <steve.glendinning@shawell.net>
11014 L:      netdev@vger.kernel.org
11015 S:      Maintained
11016 F:      drivers/net/usb/smsc75xx.*
11017
11018 USB SMSC95XX ETHERNET DRIVER
11019 M:      Steve Glendinning <steve.glendinning@shawell.net>
11020 L:      netdev@vger.kernel.org
11021 S:      Maintained
11022 F:      drivers/net/usb/smsc95xx.*
11023
11024 USB SUBSYSTEM
11025 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11026 L:      linux-usb@vger.kernel.org
11027 W:      http://www.linux-usb.org
11028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11029 S:      Supported
11030 F:      Documentation/usb/
11031 F:      drivers/usb/
11032 F:      include/linux/usb.h
11033 F:      include/linux/usb/
11034
11035 USB UHCI DRIVER
11036 M:      Alan Stern <stern@rowland.harvard.edu>
11037 L:      linux-usb@vger.kernel.org
11038 S:      Maintained
11039 F:      drivers/usb/host/uhci*
11040
11041 USB "USBNET" DRIVER FRAMEWORK
11042 M:      Oliver Neukum <oneukum@suse.com>
11043 L:      netdev@vger.kernel.org
11044 W:      http://www.linux-usb.org/usbnet
11045 S:      Maintained
11046 F:      drivers/net/usb/usbnet.c
11047 F:      include/linux/usb/usbnet.h
11048
11049 USB VIDEO CLASS
11050 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11051 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11052 L:      linux-media@vger.kernel.org
11053 T:      git git://linuxtv.org/media_tree.git
11054 W:      http://www.ideasonboard.org/uvc/
11055 S:      Maintained
11056 F:      drivers/media/usb/uvc/
11057 F:      include/uapi/linux/uvcvideo.h
11058
11059 USB VISION DRIVER
11060 M:      Hans Verkuil <hverkuil@xs4all.nl>
11061 L:      linux-media@vger.kernel.org
11062 T:      git git://linuxtv.org/media_tree.git
11063 W:      http://linuxtv.org
11064 S:      Odd Fixes
11065 F:      drivers/media/usb/usbvision/
11066
11067 USB WEBCAM GADGET
11068 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11069 L:      linux-usb@vger.kernel.org
11070 S:      Maintained
11071 F:      drivers/usb/gadget/function/*uvc*
11072 F:      drivers/usb/gadget/legacy/webcam.c
11073
11074 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11075 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11076 L:      linux-wireless@vger.kernel.org
11077 S:      Maintained
11078 F:      drivers/net/wireless/rndis_wlan.c
11079
11080 USB XHCI DRIVER
11081 M:      Mathias Nyman <mathias.nyman@intel.com>
11082 L:      linux-usb@vger.kernel.org
11083 S:      Supported
11084 F:      drivers/usb/host/xhci*
11085 F:      drivers/usb/host/pci-quirks*
11086
11087 USB ZD1201 DRIVER
11088 L:      linux-wireless@vger.kernel.org
11089 W:      http://linux-lc100020.sourceforge.net
11090 S:      Orphan
11091 F:      drivers/net/wireless/zd1201.*
11092
11093 USB ZR364XX DRIVER
11094 M:      Antoine Jacquet <royale@zerezo.com>
11095 L:      linux-usb@vger.kernel.org
11096 L:      linux-media@vger.kernel.org
11097 T:      git git://linuxtv.org/media_tree.git
11098 W:      http://royale.zerezo.com/zr364xx/
11099 S:      Maintained
11100 F:      Documentation/video4linux/zr364xx.txt
11101 F:      drivers/media/usb/zr364xx/
11102
11103 ULPI BUS
11104 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11105 L:      linux-usb@vger.kernel.org
11106 S:      Maintained
11107 F:      drivers/usb/common/ulpi.c
11108 F:      include/linux/ulpi/
11109
11110 USER-MODE LINUX (UML)
11111 M:      Jeff Dike <jdike@addtoit.com>
11112 M:      Richard Weinberger <richard@nod.at>
11113 L:      user-mode-linux-devel@lists.sourceforge.net
11114 L:      user-mode-linux-user@lists.sourceforge.net
11115 W:      http://user-mode-linux.sourceforge.net
11116 S:      Maintained
11117 F:      Documentation/virtual/uml/
11118 F:      arch/um/
11119 F:      arch/x86/um/
11120 F:      fs/hostfs/
11121 F:      fs/hppfs/
11122
11123 USERSPACE I/O (UIO)
11124 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11125 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11126 S:      Maintained
11127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11128 F:      Documentation/DocBook/uio-howto.tmpl
11129 F:      drivers/uio/
11130 F:      include/linux/uio*.h
11131
11132 UTIL-LINUX PACKAGE
11133 M:      Karel Zak <kzak@redhat.com>
11134 L:      util-linux@vger.kernel.org
11135 W:      http://en.wikipedia.org/wiki/Util-linux
11136 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11137 S:      Maintained
11138
11139 UVESAFB DRIVER
11140 M:      Michal Januszewski <spock@gentoo.org>
11141 L:      linux-fbdev@vger.kernel.org
11142 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11143 S:      Maintained
11144 F:      Documentation/fb/uvesafb.txt
11145 F:      drivers/video/fbdev/uvesafb.*
11146
11147 VFAT/FAT/MSDOS FILESYSTEM
11148 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11149 S:      Maintained
11150 F:      Documentation/filesystems/vfat.txt
11151 F:      fs/fat/
11152
11153 VFIO DRIVER
11154 M:      Alex Williamson <alex.williamson@redhat.com>
11155 L:      kvm@vger.kernel.org
11156 S:      Maintained
11157 F:      Documentation/vfio.txt
11158 F:      drivers/vfio/
11159 F:      include/linux/vfio.h
11160 F:      include/uapi/linux/vfio.h
11161
11162 VFIO PLATFORM DRIVER
11163 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11164 L:      kvm@vger.kernel.org
11165 S:      Maintained
11166 F:      drivers/vfio/platform/
11167
11168 VIDEOBUF2 FRAMEWORK
11169 M:      Pawel Osciak <pawel@osciak.com>
11170 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11171 M:      Kyungmin Park <kyungmin.park@samsung.com>
11172 L:      linux-media@vger.kernel.org
11173 S:      Maintained
11174 F:      drivers/media/v4l2-core/videobuf2-*
11175 F:      include/media/videobuf2-*
11176
11177 VIRTIO CONSOLE DRIVER
11178 M:      Amit Shah <amit.shah@redhat.com>
11179 L:      virtualization@lists.linux-foundation.org
11180 S:      Maintained
11181 F:      drivers/char/virtio_console.c
11182 F:      include/linux/virtio_console.h
11183 F:      include/uapi/linux/virtio_console.h
11184
11185 VIRTIO CORE, NET AND BLOCK DRIVERS
11186 M:      "Michael S. Tsirkin" <mst@redhat.com>
11187 L:      virtualization@lists.linux-foundation.org
11188 S:      Maintained
11189 F:      drivers/virtio/
11190 F:      tools/virtio/
11191 F:      drivers/net/virtio_net.c
11192 F:      drivers/block/virtio_blk.c
11193 F:      include/linux/virtio_*.h
11194 F:      include/uapi/linux/virtio_*.h
11195
11196 VIRTIO DRIVERS FOR S390
11197 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11198 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11199 L:      linux-s390@vger.kernel.org
11200 L:      virtualization@lists.linux-foundation.org
11201 L:      kvm@vger.kernel.org
11202 S:      Supported
11203 F:      drivers/s390/virtio/
11204
11205 VIRTIO GPU DRIVER
11206 M:      David Airlie <airlied@linux.ie>
11207 M:      Gerd Hoffmann <kraxel@redhat.com>
11208 L:      dri-devel@lists.freedesktop.org
11209 L:      virtualization@lists.linux-foundation.org
11210 S:      Maintained
11211 F:      drivers/gpu/drm/virtio/
11212 F:      include/uapi/linux/virtio_gpu.h
11213
11214 VIRTIO HOST (VHOST)
11215 M:      "Michael S. Tsirkin" <mst@redhat.com>
11216 L:      kvm@vger.kernel.org
11217 L:      virtualization@lists.linux-foundation.org
11218 L:      netdev@vger.kernel.org
11219 S:      Maintained
11220 F:      drivers/vhost/
11221 F:      include/uapi/linux/vhost.h
11222
11223 VIRTIO INPUT DRIVER
11224 M:      Gerd Hoffmann <kraxel@redhat.com>
11225 S:      Maintained
11226 F:      drivers/virtio/virtio_input.c
11227 F:      include/uapi/linux/virtio_input.h
11228
11229 VIA RHINE NETWORK DRIVER
11230 S:      Orphan
11231 F:      drivers/net/ethernet/via/via-rhine.c
11232
11233 VIA SD/MMC CARD CONTROLLER DRIVER
11234 M:      Bruce Chang <brucechang@via.com.tw>
11235 M:      Harald Welte <HaraldWelte@viatech.com>
11236 S:      Maintained
11237 F:      drivers/mmc/host/via-sdmmc.c
11238
11239 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11240 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11241 L:      linux-fbdev@vger.kernel.org
11242 S:      Maintained
11243 F:      include/linux/via-core.h
11244 F:      include/linux/via-gpio.h
11245 F:      include/linux/via_i2c.h
11246 F:      drivers/video/fbdev/via/
11247
11248 VIA VELOCITY NETWORK DRIVER
11249 M:      Francois Romieu <romieu@fr.zoreil.com>
11250 L:      netdev@vger.kernel.org
11251 S:      Maintained
11252 F:      drivers/net/ethernet/via/via-velocity.*
11253
11254 VIVID VIRTUAL VIDEO DRIVER
11255 M:      Hans Verkuil <hverkuil@xs4all.nl>
11256 L:      linux-media@vger.kernel.org
11257 T:      git git://linuxtv.org/media_tree.git
11258 W:      http://linuxtv.org
11259 S:      Maintained
11260 F:      drivers/media/platform/vivid/*
11261
11262 VLAN (802.1Q)
11263 M:      Patrick McHardy <kaber@trash.net>
11264 L:      netdev@vger.kernel.org
11265 S:      Maintained
11266 F:      drivers/net/macvlan.c
11267 F:      include/linux/if_*vlan.h
11268 F:      net/8021q/
11269
11270 VLYNQ BUS
11271 M:      Florian Fainelli <florian@openwrt.org>
11272 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11273 S:      Maintained
11274 F:      drivers/vlynq/vlynq.c
11275 F:      include/linux/vlynq.h
11276
11277 VME SUBSYSTEM
11278 M:      Martyn Welch <martyn@welchs.me.uk>
11279 M:      Manohar Vanga <manohar.vanga@gmail.com>
11280 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11281 L:      devel@driverdev.osuosl.org
11282 S:      Maintained
11283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11284 F:      Documentation/vme_api.txt
11285 F:      drivers/staging/vme/
11286 F:      drivers/vme/
11287 F:      include/linux/vme*
11288
11289 VMWARE HYPERVISOR INTERFACE
11290 M:      Alok Kataria <akataria@vmware.com>
11291 L:      virtualization@lists.linux-foundation.org
11292 S:      Supported
11293 F:      arch/x86/kernel/cpu/vmware.c
11294
11295 VMWARE BALLOON DRIVER
11296 M:      Xavier Deguillard <xdeguillard@vmware.com>
11297 M:      Philip Moltmann <moltmann@vmware.com>
11298 M:      "VMware, Inc." <pv-drivers@vmware.com>
11299 L:      linux-kernel@vger.kernel.org
11300 S:      Maintained
11301 F:      drivers/misc/vmw_balloon.c
11302
11303 VMWARE VMMOUSE SUBDRIVER
11304 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11305 M:      "VMware, Inc." <pv-drivers@vmware.com>
11306 L:      linux-input@vger.kernel.org
11307 S:      Maintained
11308 F:      drivers/input/mouse/vmmouse.c
11309 F:      drivers/input/mouse/vmmouse.h
11310
11311 VMWARE VMXNET3 ETHERNET DRIVER
11312 M:      Shrikrishna Khare <skhare@vmware.com>
11313 M:      "VMware, Inc." <pv-drivers@vmware.com>
11314 L:      netdev@vger.kernel.org
11315 S:      Maintained
11316 F:      drivers/net/vmxnet3/
11317
11318 VMware PVSCSI driver
11319 M:      Arvind Kumar <arvindkumar@vmware.com>
11320 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11321 L:      linux-scsi@vger.kernel.org
11322 S:      Maintained
11323 F:      drivers/scsi/vmw_pvscsi.c
11324 F:      drivers/scsi/vmw_pvscsi.h
11325
11326 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11327 M:      Liam Girdwood <lgirdwood@gmail.com>
11328 M:      Mark Brown <broonie@kernel.org>
11329 L:      linux-kernel@vger.kernel.org
11330 W:      http://www.slimlogic.co.uk/?p=48
11331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11332 S:      Supported
11333 F:      drivers/regulator/
11334 F:      include/linux/regulator/
11335
11336 VRF
11337 M:      David Ahern <dsa@cumulusnetworks.com>
11338 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11339 L:      netdev@vger.kernel.org
11340 S:      Maintained
11341 F:      drivers/net/vrf.c
11342 F:      Documentation/networking/vrf.txt
11343
11344 VT1211 HARDWARE MONITOR DRIVER
11345 M:      Juerg Haefliger <juergh@gmail.com>
11346 L:      lm-sensors@lm-sensors.org
11347 S:      Maintained
11348 F:      Documentation/hwmon/vt1211
11349 F:      drivers/hwmon/vt1211.c
11350
11351 VT8231 HARDWARE MONITOR DRIVER
11352 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11353 L:      lm-sensors@lm-sensors.org
11354 S:      Maintained
11355 F:      drivers/hwmon/vt8231.c
11356
11357 VUB300 USB to SDIO/SD/MMC bridge chip
11358 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11359 L:      linux-mmc@vger.kernel.org
11360 L:      linux-usb@vger.kernel.org
11361 S:      Supported
11362 F:      drivers/mmc/host/vub300.c
11363
11364 W1 DALLAS'S 1-WIRE BUS
11365 M:      Evgeniy Polyakov <zbr@ioremap.net>
11366 S:      Maintained
11367 F:      Documentation/w1/
11368 F:      drivers/w1/
11369
11370 W83791D HARDWARE MONITORING DRIVER
11371 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11372 L:      lm-sensors@lm-sensors.org
11373 S:      Maintained
11374 F:      Documentation/hwmon/w83791d
11375 F:      drivers/hwmon/w83791d.c
11376
11377 W83793 HARDWARE MONITORING DRIVER
11378 M:      Rudolf Marek <r.marek@assembler.cz>
11379 L:      lm-sensors@lm-sensors.org
11380 S:      Maintained
11381 F:      Documentation/hwmon/w83793
11382 F:      drivers/hwmon/w83793.c
11383
11384 W83795 HARDWARE MONITORING DRIVER
11385 M:      Jean Delvare <jdelvare@suse.com>
11386 L:      lm-sensors@lm-sensors.org
11387 S:      Maintained
11388 F:      drivers/hwmon/w83795.c
11389
11390 W83L51xD SD/MMC CARD INTERFACE DRIVER
11391 M:      Pierre Ossman <pierre@ossman.eu>
11392 S:      Maintained
11393 F:      drivers/mmc/host/wbsd.*
11394
11395 WACOM PROTOCOL 4 SERIAL TABLETS
11396 M:      Julian Squires <julian@cipht.net>
11397 M:      Hans de Goede <hdegoede@redhat.com>
11398 L:      linux-input@vger.kernel.org
11399 S:      Maintained
11400 F:      drivers/input/tablet/wacom_serial4.c
11401
11402 WATCHDOG DEVICE DRIVERS
11403 M:      Wim Van Sebroeck <wim@iguana.be>
11404 L:      linux-watchdog@vger.kernel.org
11405 W:      http://www.linux-watchdog.org/
11406 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11407 S:      Maintained
11408 F:      Documentation/watchdog/
11409 F:      drivers/watchdog/
11410 F:      include/linux/watchdog.h
11411 F:      include/uapi/linux/watchdog.h
11412
11413 WD7000 SCSI DRIVER
11414 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11415 L:      linux-scsi@vger.kernel.org
11416 S:      Maintained
11417 F:      drivers/scsi/wd7000.c
11418
11419 WIIMOTE HID DRIVER
11420 M:      David Herrmann <dh.herrmann@googlemail.com>
11421 L:      linux-input@vger.kernel.org
11422 S:      Maintained
11423 F:      drivers/hid/hid-wiimote*
11424
11425 WINBOND CIR DRIVER
11426 M:      David Härdeman <david@hardeman.nu>
11427 S:      Maintained
11428 F:      drivers/media/rc/winbond-cir.c
11429
11430 WIMAX STACK
11431 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11432 M:      linux-wimax@intel.com
11433 L:      wimax@linuxwimax.org (subscribers-only)
11434 S:      Supported
11435 W:      http://linuxwimax.org
11436 F:      Documentation/wimax/README.wimax
11437 F:      include/linux/wimax/debug.h
11438 F:      include/net/wimax.h
11439 F:      include/uapi/linux/wimax.h
11440 F:      net/wimax/
11441
11442 WISTRON LAPTOP BUTTON DRIVER
11443 M:      Miloslav Trmac <mitr@volny.cz>
11444 S:      Maintained
11445 F:      drivers/input/misc/wistron_btns.c
11446
11447 WL3501 WIRELESS PCMCIA CARD DRIVER
11448 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11449 L:      linux-wireless@vger.kernel.org
11450 W:      http://oops.ghostprotocols.net:81/blog
11451 S:      Maintained
11452 F:      drivers/net/wireless/wl3501*
11453
11454 WOLFSON MICROELECTRONICS DRIVERS
11455 L:      patches@opensource.wolfsonmicro.com
11456 T:      git https://github.com/CirrusLogic/linux-drivers.git
11457 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11458 S:      Supported
11459 F:      Documentation/hwmon/wm83??
11460 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11461 F:      drivers/clk/clk-wm83*.c
11462 F:      drivers/extcon/extcon-arizona.c
11463 F:      drivers/leds/leds-wm83*.c
11464 F:      drivers/gpio/gpio-*wm*.c
11465 F:      drivers/gpio/gpio-arizona.c
11466 F:      drivers/hwmon/wm83??-hwmon.c
11467 F:      drivers/input/misc/wm831x-on.c
11468 F:      drivers/input/touchscreen/wm831x-ts.c
11469 F:      drivers/input/touchscreen/wm97*.c
11470 F:      drivers/mfd/arizona*
11471 F:      drivers/mfd/wm*.c
11472 F:      drivers/power/wm83*.c
11473 F:      drivers/rtc/rtc-wm83*.c
11474 F:      drivers/regulator/wm8*.c
11475 F:      drivers/video/backlight/wm83*_bl.c
11476 F:      drivers/watchdog/wm83*_wdt.c
11477 F:      include/linux/mfd/arizona/
11478 F:      include/linux/mfd/wm831x/
11479 F:      include/linux/mfd/wm8350/
11480 F:      include/linux/mfd/wm8400*
11481 F:      include/linux/wm97xx.h
11482 F:      include/sound/wm????.h
11483 F:      sound/soc/codecs/arizona.?
11484 F:      sound/soc/codecs/wm*
11485
11486 WORKQUEUE
11487 M:      Tejun Heo <tj@kernel.org>
11488 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11490 S:      Maintained
11491 F:      include/linux/workqueue.h
11492 F:      kernel/workqueue.c
11493 F:      Documentation/workqueue.txt
11494
11495 X.25 NETWORK LAYER
11496 M:      Andrew Hendry <andrew.hendry@gmail.com>
11497 L:      linux-x25@vger.kernel.org
11498 S:      Odd Fixes
11499 F:      Documentation/networking/x25*
11500 F:      include/net/x25*
11501 F:      net/x25/
11502
11503 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11504 M:      Thomas Gleixner <tglx@linutronix.de>
11505 M:      Ingo Molnar <mingo@redhat.com>
11506 M:      "H. Peter Anvin" <hpa@zytor.com>
11507 M:      x86@kernel.org
11508 L:      linux-kernel@vger.kernel.org
11509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11510 S:      Maintained
11511 F:      Documentation/x86/
11512 F:      arch/x86/
11513
11514 X86 PLATFORM DRIVERS
11515 M:      Darren Hart <dvhart@infradead.org>
11516 L:      platform-driver-x86@vger.kernel.org
11517 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11518 S:      Maintained
11519 F:      drivers/platform/x86/
11520
11521 X86 MCE INFRASTRUCTURE
11522 M:      Tony Luck <tony.luck@intel.com>
11523 M:      Borislav Petkov <bp@alien8.de>
11524 L:      linux-edac@vger.kernel.org
11525 S:      Maintained
11526 F:      arch/x86/kernel/cpu/mcheck/*
11527
11528 X86 MICROCODE UPDATE SUPPORT
11529 M:      Borislav Petkov <bp@alien8.de>
11530 S:      Maintained
11531 F:      arch/x86/kernel/cpu/microcode/*
11532
11533 X86 VDSO
11534 M:      Andy Lutomirski <luto@amacapital.net>
11535 L:      linux-kernel@vger.kernel.org
11536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11537 S:      Maintained
11538 F:      arch/x86/entry/vdso/
11539
11540 XC2028/3028 TUNER DRIVER
11541 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11542 L:      linux-media@vger.kernel.org
11543 W:      http://linuxtv.org
11544 T:      git git://linuxtv.org/media_tree.git
11545 S:      Maintained
11546 F:      drivers/media/tuners/tuner-xc2028.*
11547
11548 XEN HYPERVISOR INTERFACE
11549 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11550 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11551 M:      David Vrabel <david.vrabel@citrix.com>
11552 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11554 S:      Supported
11555 F:      arch/x86/xen/
11556 F:      drivers/*/xen-*front.c
11557 F:      drivers/xen/
11558 F:      arch/x86/include/asm/xen/
11559 F:      include/xen/
11560 F:      include/uapi/xen/
11561
11562 XEN HYPERVISOR ARM
11563 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11564 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11565 S:      Supported
11566 F:      arch/arm/xen/
11567 F:      arch/arm/include/asm/xen/
11568
11569 XEN HYPERVISOR ARM64
11570 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11571 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11572 S:      Supported
11573 F:      arch/arm64/xen/
11574 F:      arch/arm64/include/asm/xen/
11575
11576 XEN NETWORK BACKEND DRIVER
11577 M:      Ian Campbell <ian.campbell@citrix.com>
11578 M:      Wei Liu <wei.liu2@citrix.com>
11579 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11580 L:      netdev@vger.kernel.org
11581 S:      Supported
11582 F:      drivers/net/xen-netback/*
11583
11584 XEN PCI SUBSYSTEM
11585 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11586 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11587 S:      Supported
11588 F:      arch/x86/pci/*xen*
11589 F:      drivers/pci/*xen*
11590
11591 XEN BLOCK SUBSYSTEM
11592 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11593 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11594 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11595 S:      Supported
11596 F:      drivers/block/xen-blkback/*
11597 F:      drivers/block/xen*
11598
11599 XEN PVSCSI DRIVERS
11600 M:      Juergen Gross <jgross@suse.com>
11601 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11602 L:      linux-scsi@vger.kernel.org
11603 S:      Supported
11604 F:      drivers/scsi/xen-scsifront.c
11605 F:      drivers/xen/xen-scsiback.c
11606 F:      include/xen/interface/io/vscsiif.h
11607
11608 XEN SWIOTLB SUBSYSTEM
11609 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11610 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11611 S:      Supported
11612 F:      arch/x86/xen/*swiotlb*
11613 F:      drivers/xen/*swiotlb*
11614
11615 XFS FILESYSTEM
11616 P:      Silicon Graphics Inc
11617 M:      Dave Chinner <david@fromorbit.com>
11618 M:      xfs@oss.sgi.com
11619 L:      xfs@oss.sgi.com
11620 W:      http://oss.sgi.com/projects/xfs
11621 T:      git git://oss.sgi.com/xfs/xfs.git
11622 S:      Supported
11623 F:      Documentation/filesystems/xfs.txt
11624 F:      fs/xfs/
11625
11626 XILINX AXI ETHERNET DRIVER
11627 M:      Anirudha Sarangi <anirudh@xilinx.com>
11628 M:      John Linn <John.Linn@xilinx.com>
11629 S:      Maintained
11630 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11631
11632 XILINX UARTLITE SERIAL DRIVER
11633 M:      Peter Korsgaard <jacmet@sunsite.dk>
11634 L:      linux-serial@vger.kernel.org
11635 S:      Maintained
11636 F:      drivers/tty/serial/uartlite.c
11637
11638 XILINX VIDEO IP CORES
11639 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11640 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11641 L:      linux-media@vger.kernel.org
11642 T:      git git://linuxtv.org/media_tree.git
11643 S:      Supported
11644 F:      Documentation/devicetree/bindings/media/xilinx/
11645 F:      drivers/media/platform/xilinx/
11646 F:      include/uapi/linux/xilinx-v4l2-controls.h
11647
11648 XILLYBUS DRIVER
11649 M:      Eli Billauer <eli.billauer@gmail.com>
11650 L:      linux-kernel@vger.kernel.org
11651 S:      Supported
11652 F:      drivers/char/xillybus/
11653
11654 XTENSA XTFPGA PLATFORM SUPPORT
11655 M:      Max Filippov <jcmvbkbc@gmail.com>
11656 L:      linux-xtensa@linux-xtensa.org
11657 S:      Maintained
11658 F:      drivers/spi/spi-xtensa-xtfpga.c
11659 F:      sound/soc/xtensa/xtfpga-i2s.c
11660
11661 YAM DRIVER FOR AX.25
11662 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11663 L:      linux-hams@vger.kernel.org
11664 S:      Maintained
11665 F:      drivers/net/hamradio/yam*
11666 F:      include/linux/yam.h
11667
11668 YEALINK PHONE DRIVER
11669 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11670 L:      usbb2k-api-dev@nongnu.org
11671 S:      Maintained
11672 F:      Documentation/input/yealink.txt
11673 F:      drivers/input/misc/yealink.*
11674
11675 Z8530 DRIVER FOR AX.25
11676 M:      Joerg Reuter <jreuter@yaina.de>
11677 W:      http://yaina.de/jreuter/
11678 W:      http://www.qsl.net/dl1bke/
11679 L:      linux-hams@vger.kernel.org
11680 S:      Maintained
11681 F:      Documentation/networking/z8530drv.txt
11682 F:      drivers/net/hamradio/*scc.c
11683 F:      drivers/net/hamradio/z8530.h
11684
11685 ZBUD COMPRESSED PAGE ALLOCATOR
11686 M:      Seth Jennings <sjennings@variantweb.net>
11687 L:      linux-mm@kvack.org
11688 S:      Maintained
11689 F:      mm/zbud.c
11690 F:      include/linux/zbud.h
11691
11692 ZD1211RW WIRELESS DRIVER
11693 M:      Daniel Drake <dsd@gentoo.org>
11694 M:      Ulrich Kunitz <kune@deine-taler.de>
11695 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11696 L:      linux-wireless@vger.kernel.org
11697 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11698 S:      Maintained
11699 F:      drivers/net/wireless/zd1211rw/
11700
11701 ZPOOL COMPRESSED PAGE STORAGE API
11702 M:      Dan Streetman <ddstreet@ieee.org>
11703 L:      linux-mm@kvack.org
11704 S:      Maintained
11705 F:      mm/zpool.c
11706 F:      include/linux/zpool.h
11707
11708 ZR36067 VIDEO FOR LINUX DRIVER
11709 L:      mjpeg-users@lists.sourceforge.net
11710 L:      linux-media@vger.kernel.org
11711 W:      http://mjpeg.sourceforge.net/driver-zoran/
11712 T:      hg http://linuxtv.org/hg/v4l-dvb
11713 S:      Odd Fixes
11714 F:      drivers/media/pci/zoran/
11715
11716 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11717 M:      Minchan Kim <minchan@kernel.org>
11718 M:      Nitin Gupta <ngupta@vflare.org>
11719 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11720 L:      linux-kernel@vger.kernel.org
11721 S:      Maintained
11722 F:      drivers/block/zram/
11723 F:      Documentation/blockdev/zram.txt
11724
11725 ZS DECSTATION Z85C30 SERIAL DRIVER
11726 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11727 S:      Maintained
11728 F:      drivers/tty/serial/zs.*
11729
11730 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11731 M:      Minchan Kim <minchan@kernel.org>
11732 M:      Nitin Gupta <ngupta@vflare.org>
11733 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11734 L:      linux-mm@kvack.org
11735 S:      Maintained
11736 F:      mm/zsmalloc.c
11737 F:      include/linux/zsmalloc.h
11738 F:      Documentation/vm/zsmalloc.txt
11739
11740 ZSWAP COMPRESSED SWAP CACHING
11741 M:      Seth Jennings <sjennings@variantweb.net>
11742 L:      linux-mm@kvack.org
11743 S:      Maintained
11744 F:      mm/zswap.c
11745
11746 THE REST
11747 M:      Linus Torvalds <torvalds@linux-foundation.org>
11748 L:      linux-kernel@vger.kernel.org
11749 Q:      http://patchwork.kernel.org/project/LKML/list/
11750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11751 S:      Buried alive in reporters
11752 F:      *
11753 F:      */