net: Move netif_index_is_l3_master to l3mdev.h
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
619 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
620 S:      Supported
621 F:      drivers/usb/gadget/udc/amd5536udc.*
622
623 AMD GEODE PROCESSOR/CHIPSET SUPPORT
624 P:      Andres Salomon <dilinger@queued.net>
625 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
626 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
627 S:      Supported
628 F:      drivers/char/hw_random/geode-rng.c
629 F:      drivers/crypto/geode*
630 F:      drivers/video/fbdev/geode/
631 F:      arch/x86/include/asm/geode.h
632
633 AMD IOMMU (AMD-VI)
634 M:      Joerg Roedel <joro@8bytes.org>
635 L:      iommu@lists.linux-foundation.org
636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
637 S:      Maintained
638 F:      drivers/iommu/amd_iommu*.[ch]
639 F:      include/linux/amd-iommu.h
640
641 AMD KFD
642 M:      Oded Gabbay <oded.gabbay@gmail.com>
643 L:      dri-devel@lists.freedesktop.org
644 T:      git git://people.freedesktop.org/~gabbayo/linux.git
645 S:      Supported
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
649 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
650 F:      drivers/gpu/drm/amd/amdkfd/
651 F:      drivers/gpu/drm/amd/include/cik_structs.h
652 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
653 F:      drivers/gpu/drm/amd/include/vi_structs.h
654 F:      drivers/gpu/drm/radeon/radeon_kfd.c
655 F:      drivers/gpu/drm/radeon/radeon_kfd.h
656 F:      include/uapi/linux/kfd_ioctl.h
657
658 AMD MICROCODE UPDATE SUPPORT
659 M:      Borislav Petkov <bp@alien8.de>
660 S:      Maintained
661 F:      arch/x86/kernel/cpu/microcode/amd*
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 A1X SoC support
899 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 S:      Maintained
902 N:      sun[x4567]i
903
904 ARM/Allwinner SoC Clock Support
905 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
906 S:      Maintained
907 F:      drivers/clk/sunxi/
908
909 ARM/Amlogic MesonX SoC support
910 M:      Carlo Caione <carlo@caione.org>
911 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
912 S:      Maintained
913 F:      drivers/media/rc/meson-ir.c
914 N:      meson[x68]
915
916 ARM/Annapurna Labs ALPINE ARCHITECTURE
917 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
918 S:      Maintained
919 F:      arch/arm/mach-alpine/
920
921 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
923 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
924 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 W:      http://www.linux4sam.org
927 S:      Supported
928 F:      arch/arm/mach-at91/
929 F:      include/soc/at91/
930 F:      arch/arm/boot/dts/at91*.dts
931 F:      arch/arm/boot/dts/at91*.dtsi
932 F:      arch/arm/boot/dts/sama*.dts
933 F:      arch/arm/boot/dts/sama*.dtsi
934 F:      arch/arm/include/debug/at91.S
935
936 ARM/ATMEL AT91 Clock Support
937 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
938 S:      Maintained
939 F:      drivers/clk/at91
940
941 ARM/CALXEDA HIGHBANK ARCHITECTURE
942 M:      Rob Herring <robh@kernel.org>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Maintained
945 F:      arch/arm/mach-highbank/
946
947 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
948 M:      Krzysztof Halasa <khalasa@piap.pl>
949 S:      Maintained
950 F:      arch/arm/mach-cns3xxx/
951
952 ARM/CAVIUM THUNDER NETWORK DRIVER
953 M:      Sunil Goutham <sgoutham@cavium.com>
954 M:      Robert Richter <rric@kernel.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Supported
957 F:      drivers/net/ethernet/cavium/thunder/
958
959 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
960 M:      Alexander Shiyan <shc_work@mail.ru>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Odd Fixes
963 N:      clps711x
964
965 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
966 M:      Hartley Sweeten <hsweeten@visionengravers.com>
967 M:      Ryan Mallon <rmallon@gmail.com>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970 F:      arch/arm/mach-ep93xx/
971 F:      arch/arm/mach-ep93xx/include/mach/
972
973 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
974 M:      Lennert Buytenhek <kernel@wantstofly.org>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 S:      Maintained
977
978 ARM/CLKDEV SUPPORT
979 M:      Russell King <linux@arm.linux.org.uk>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982 F:      arch/arm/include/asm/clkdev.h
983 F:      drivers/clk/clkdev.c
984
985 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
986 M:      Mike Rapoport <mike@compulab.co.il>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989
990 ARM/CONTEC MICRO9 MACHINE SUPPORT
991 M:      Hubert Feurstein <hubert.feurstein@contec.at>
992 S:      Maintained
993 F:      arch/arm/mach-ep93xx/micro9.c
994
995 ARM/CORESIGHT FRAMEWORK AND DRIVERS
996 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
999 F:      drivers/hwtracing/coresight/*
1000 F:      Documentation/trace/coresight.txt
1001 F:      Documentation/devicetree/bindings/arm/coresight.txt
1002 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1003
1004 ARM/CORGI MACHINE SUPPORT
1005 M:      Richard Purdie <rpurdie@rpsys.net>
1006 S:      Maintained
1007
1008 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1009 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 T:      git git://github.com/ulli-kroll/linux.git
1012 S:      Maintained
1013 F:      arch/arm/mach-gemini/
1014 F:      drivers/rtc/rtc-gemini.c
1015
1016 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1017 M:      Barry Song <baohua@kernel.org>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1020 S:      Maintained
1021 F:      arch/arm/mach-prima2/
1022 F:      drivers/clk/sirf/
1023 F:      drivers/clocksource/timer-prima2.c
1024 F:      drivers/clocksource/timer-atlas7.c
1025 N:      [^a-z]sirf
1026
1027 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1028 M:      Baruch Siach <baruch@tkos.co.il>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S:      Maintained
1031 F:      arch/arm/boot/dts/cx92755*
1032 N:      digicolor
1033
1034 ARM/EBSA110 MACHINE SUPPORT
1035 M:      Russell King <linux@arm.linux.org.uk>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 W:      http://www.arm.linux.org.uk/
1038 S:      Maintained
1039 F:      arch/arm/mach-ebsa110/
1040 F:      drivers/net/ethernet/amd/am79c961a.*
1041
1042 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1043 M:      Uwe Kleine-König <kernel@pengutronix.de>
1044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1045 S:      Maintained
1046 N:      efm32
1047
1048 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1049 M:      Daniel Ribeiro <drwyrm@gmail.com>
1050 M:      Stefan Schmidt <stefan@openezx.org>
1051 M:      Harald Welte <laforge@openezx.org>
1052 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1053 W:      http://www.openezx.org/
1054 S:      Maintained
1055 T:      topgit git://git.openezx.org/openezx.git
1056 F:      arch/arm/mach-pxa/ezx.c
1057
1058 ARM/FARADAY FA526 PORT
1059 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062 T:      git git://git.berlios.de/gemini-board
1063 F:      arch/arm/mm/*-fa*
1064
1065 ARM/FOOTBRIDGE ARCHITECTURE
1066 M:      Russell King <linux@arm.linux.org.uk>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 W:      http://www.arm.linux.org.uk/
1069 S:      Maintained
1070 F:      arch/arm/include/asm/hardware/dec21285.h
1071 F:      arch/arm/mach-footbridge/
1072
1073 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1074 M:      Shawn Guo <shawnguo@kernel.org>
1075 M:      Sascha Hauer <kernel@pengutronix.de>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S:      Maintained
1078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1079 F:      arch/arm/mach-imx/
1080 F:      arch/arm/mach-mxs/
1081 F:      arch/arm/boot/dts/imx*
1082 F:      arch/arm/configs/imx*_defconfig
1083 F:      drivers/clk/imx/
1084 F:      include/soc/imx/
1085
1086 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1087 M:      Shawn Guo <shawnguo@kernel.org>
1088 M:      Sascha Hauer <kernel@pengutronix.de>
1089 R:      Stefan Agner <stefan@agner.ch>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1093 F:      arch/arm/mach-imx/*vf610*
1094 F:      arch/arm/boot/dts/vf*
1095
1096 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1097 M:      Lennert Buytenhek <kernel@wantstofly.org>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100
1101 ARM/GUMSTIX MACHINE SUPPORT
1102 M:      Steve Sakoman <sakoman@gmail.com>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1107 M:      Philipp Zabel <philipp.zabel@gmail.com>
1108 M:      Paul Parsons <lost.distance@yahoo.com>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      arch/arm/mach-pxa/hx4700.c
1112 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1113 F:      sound/soc/pxa/hx4700.c
1114
1115 ARM/HISILICON SOC SUPPORT
1116 M:      Wei Xu <xuwei5@hisilicon.com>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 W:      http://www.hisilicon.com
1119 S:      Supported
1120 T:      git git://github.com/hisilicon/linux-hisi.git
1121 F:      arch/arm/mach-hisi/
1122
1123 ARM/HP JORNADA 7XX MACHINE SUPPORT
1124 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1125 W:      www.jlime.com
1126 S:      Maintained
1127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1128 F:      arch/arm/mach-sa1100/jornada720.c
1129 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1130
1131 ARM/IGEP MACHINE SUPPORT
1132 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1133 M:      Javier Martinez Canillas <javier@dowhile0.org>
1134 L:      linux-omap@vger.kernel.org
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137 F:      arch/arm/boot/dts/omap3-igep*
1138
1139 ARM/INCOME PXA270 SUPPORT
1140 M:      Marek Vasut <marek.vasut@gmail.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1144
1145 ARM/INTEL IOP32X ARM ARCHITECTURE
1146 M:      Lennert Buytenhek <kernel@wantstofly.org>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149
1150 ARM/INTEL IOP33X ARM ARCHITECTURE
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Orphan
1153
1154 ARM/INTEL IOP13XX ARM ARCHITECTURE
1155 M:      Lennert Buytenhek <kernel@wantstofly.org>
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Maintained
1158
1159 ARM/INTEL IQ81342EX MACHINE SUPPORT
1160 M:      Lennert Buytenhek <kernel@wantstofly.org>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163
1164 ARM/INTEL IXDP2850 MACHINE SUPPORT
1165 M:      Lennert Buytenhek <kernel@wantstofly.org>
1166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167 S:      Maintained
1168
1169 ARM/INTEL IXP4XX ARM ARCHITECTURE
1170 M:      Imre Kaloz <kaloz@openwrt.org>
1171 M:      Krzysztof Halasa <khalasa@piap.pl>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174 F:      arch/arm/mach-ixp4xx/
1175
1176 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1177 M:      Jonathan Cameron <jic23@cam.ac.uk>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180 F:      arch/arm/mach-pxa/stargate2.c
1181 F:      drivers/pcmcia/pxa2xx_stargate2.c
1182
1183 ARM/INTEL XSC3 (MANZANO) ARM CORE
1184 M:      Lennert Buytenhek <kernel@wantstofly.org>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187
1188 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1189 M:      Lennert Buytenhek <kernel@wantstofly.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192
1193 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197 F:      arch/arm/mach-keystone/
1198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1199
1200 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1201 M:      Santosh Shilimkar <ssantosh@kernel.org>
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clk/keystone/
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 L:      linux-kernel@vger.kernel.org
1210 S:      Maintained
1211 F:      drivers/clocksource/timer-keystone.c
1212
1213 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1214 M:      Santosh Shilimkar <ssantosh@kernel.org>
1215 L:      linux-kernel@vger.kernel.org
1216 S:      Maintained
1217 F:      drivers/power/reset/keystone-reset.c
1218
1219 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1220 M:      Santosh Shilimkar <ssantosh@kernel.org>
1221 L:      linux-kernel@vger.kernel.org
1222 S:      Maintained
1223 F:      drivers/memory/*emif*
1224
1225 ARM/LOGICPD PXA270 MACHINE SUPPORT
1226 M:      Lennert Buytenhek <kernel@wantstofly.org>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229
1230 ARM/LPC18XX ARCHITECTURE
1231 M:      Joachim Eastwood <manabian@gmail.com>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234 N:      lpc18xx
1235
1236 ARM/MAGICIAN MACHINE SUPPORT
1237 M:      Philipp Zabel <philipp.zabel@gmail.com>
1238 S:      Maintained
1239
1240 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1241 M:      Jason Cooper <jason@lakedaemon.net>
1242 M:      Andrew Lunn <andrew@lunn.ch>
1243 M:      Gregory Clement <gregory.clement@free-electrons.com>
1244 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247 F:      arch/arm/mach-mvebu/
1248 F:      drivers/rtc/rtc-armada38x.c
1249 F:      arch/arm/boot/dts/armada*
1250 F:      arch/arm/boot/dts/kirkwood*
1251
1252
1253 ARM/Marvell Berlin SoC support
1254 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257 F:      arch/arm/mach-berlin/
1258 F:      arch/arm/boot/dts/berlin*
1259
1260
1261 ARM/Marvell Dove/MV78xx0/Orion SOC support
1262 M:      Jason Cooper <jason@lakedaemon.net>
1263 M:      Andrew Lunn <andrew@lunn.ch>
1264 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1265 M:      Gregory Clement <gregory.clement@free-electrons.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268 F:      arch/arm/mach-dove/
1269 F:      arch/arm/mach-mv78xx0/
1270 F:      arch/arm/mach-orion5x/
1271 F:      arch/arm/plat-orion/
1272 F:      arch/arm/boot/dts/dove*
1273 F:      arch/arm/boot/dts/orion5x*
1274
1275
1276 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1277 M:      Alexander Clouter <alex@digriz.org.uk>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 W:      http://www.digriz.org.uk/ts78xx/kernel
1280 S:      Maintained
1281 F:      arch/arm/mach-orion5x/ts78xx-*
1282
1283 ARM/Mediatek RTC DRIVER
1284 M:      Eddie Huang <eddie.huang@mediatek.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      drivers/rtc/rtc-mt6397.c
1289
1290 ARM/Mediatek SoC support
1291 M:      Matthias Brugger <matthias.bgg@gmail.com>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1294 S:      Maintained
1295 F:      arch/arm/boot/dts/mt6*
1296 F:      arch/arm/boot/dts/mt8*
1297 F:      arch/arm/mach-mediatek/
1298 N:      mtk
1299 K:      mediatek
1300
1301 ARM/MICREL KS8695 ARCHITECTURE
1302 M:      Greg Ungerer <gerg@uclinux.org>
1303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 F:      arch/arm/mach-ks8695/
1305 S:      Odd Fixes
1306
1307 ARM/MIOA701 MACHINE SUPPORT
1308 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 F:      arch/arm/mach-pxa/mioa701.c
1311 S:      Maintained
1312
1313 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1314 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1315 S:      Maintained
1316
1317 ARM/NOMADIK ARCHITECTURE
1318 M:      Alessandro Rubini <rubini@unipv.it>
1319 M:      Linus Walleij <linus.walleij@linaro.org>
1320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 S:      Maintained
1322 F:      arch/arm/mach-nomadik/
1323 F:      drivers/pinctrl/nomadik/
1324 F:      drivers/i2c/busses/i2c-nomadik.c
1325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1326
1327 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1328 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1329 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1330 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1331 S:      Supported
1332
1333 ARM/TOSA MACHINE SUPPORT
1334 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1335 M:      Dirk Opfer <dirk@opfer-online.de>
1336 S:      Maintained
1337
1338 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1339 M:      Marek Vasut <marek.vasut@gmail.com>
1340 L:      linux-arm-kernel@lists.infradead.org
1341 W:      http://hackndev.com
1342 S:      Maintained
1343 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1344 F:      arch/arm/mach-pxa/palmtx.c
1345 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1346 F:      arch/arm/mach-pxa/palmt5.c
1347 F:      arch/arm/mach-pxa/include/mach/palmld.h
1348 F:      arch/arm/mach-pxa/palmld.c
1349 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1350 F:      arch/arm/mach-pxa/palmte2.c
1351 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1352 F:      arch/arm/mach-pxa/palmtc.c
1353
1354 ARM/PALM TREO SUPPORT
1355 M:      Tomas Cech <sleep_walker@suse.com>
1356 L:      linux-arm-kernel@lists.infradead.org
1357 W:      http://hackndev.com
1358 S:      Maintained
1359 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1360 F:      arch/arm/mach-pxa/palmtreo.c
1361
1362 ARM/PALMZ72 SUPPORT
1363 M:      Sergey Lapin <slapin@ossfans.org>
1364 L:      linux-arm-kernel@lists.infradead.org
1365 W:      http://hackndev.com
1366 S:      Maintained
1367 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1368 F:      arch/arm/mach-pxa/palmz72.c
1369
1370 ARM/PLEB SUPPORT
1371 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1372 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1373 S:      Maintained
1374
1375 ARM/PT DIGITAL BOARD PORT
1376 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 W:      http://www.arm.linux.org.uk/
1379 S:      Maintained
1380
1381 ARM/QUALCOMM SUPPORT
1382 M:      Kumar Gala <galak@codeaurora.org>
1383 M:      Andy Gross <agross@codeaurora.org>
1384 M:      David Brown <davidb@codeaurora.org>
1385 L:      linux-arm-msm@vger.kernel.org
1386 L:      linux-soc@vger.kernel.org
1387 S:      Maintained
1388 F:      arch/arm/mach-qcom/
1389 F:      drivers/soc/qcom/
1390 F:      drivers/tty/serial/msm_serial.h
1391 F:      drivers/tty/serial/msm_serial.c
1392 F:      drivers/*/pm8???-*
1393 F:      drivers/mfd/ssbi.c
1394 F:      drivers/firmware/qcom_scm.c
1395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1396
1397 ARM/RADISYS ENP2611 MACHINE SUPPORT
1398 M:      Lennert Buytenhek <kernel@wantstofly.org>
1399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 S:      Maintained
1401
1402 ARM/RISCPC ARCHITECTURE
1403 M:      Russell King <linux@arm.linux.org.uk>
1404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 W:      http://www.arm.linux.org.uk/
1406 S:      Maintained
1407 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1408 F:      arch/arm/include/asm/hardware/ioc.h
1409 F:      arch/arm/include/asm/hardware/iomd.h
1410 F:      arch/arm/include/asm/hardware/memc.h
1411 F:      arch/arm/mach-rpc/
1412 F:      drivers/net/ethernet/8390/etherh.c
1413 F:      drivers/net/ethernet/i825xx/ether1*
1414 F:      drivers/net/ethernet/seeq/ether3*
1415 F:      drivers/scsi/arm/
1416
1417 ARM/Rockchip SoC support
1418 M:      Heiko Stuebner <heiko@sntech.de>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 L:      linux-rockchip@lists.infradead.org
1421 S:      Maintained
1422 F:      arch/arm/boot/dts/rk3*
1423 F:      arch/arm/mach-rockchip/
1424 F:      drivers/clk/rockchip/
1425 F:      drivers/i2c/busses/i2c-rk3x.c
1426 F:      drivers/*/*rockchip*
1427 F:      drivers/*/*/*rockchip*
1428 F:      sound/soc/rockchip/
1429 N:      rockchip
1430
1431 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1432 M:      Kukjin Kim <kgene@kernel.org>
1433 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1436 S:      Maintained
1437 F:      arch/arm/boot/dts/s3c*
1438 F:      arch/arm/boot/dts/exynos*
1439 F:      arch/arm64/boot/dts/exynos/
1440 F:      arch/arm/plat-samsung/
1441 F:      arch/arm/mach-s3c24*/
1442 F:      arch/arm/mach-s3c64xx/
1443 F:      arch/arm/mach-s5p*/
1444 F:      arch/arm/mach-exynos*/
1445 F:      drivers/*/*s3c2410*
1446 F:      drivers/*/*/*s3c2410*
1447 F:      drivers/spi/spi-s3c*
1448 F:      sound/soc/samsung/*
1449 N:      exynos
1450
1451 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1452 M:      Kyungmin Park <kyungmin.park@samsung.com>
1453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 S:      Maintained
1455 F:      arch/arm/mach-s5pv210/
1456
1457 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1458 M:      Kyungmin Park <kyungmin.park@samsung.com>
1459 M:      Kamil Debski <k.debski@samsung.com>
1460 L:      linux-arm-kernel@lists.infradead.org
1461 L:      linux-media@vger.kernel.org
1462 S:      Maintained
1463 F:      drivers/media/platform/s5p-g2d/
1464
1465 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1466 M:      Kyungmin Park <kyungmin.park@samsung.com>
1467 M:      Kamil Debski <k.debski@samsung.com>
1468 M:      Jeongtae Park <jtp.park@samsung.com>
1469 L:      linux-arm-kernel@lists.infradead.org
1470 L:      linux-media@vger.kernel.org
1471 S:      Maintained
1472 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1473 F:      drivers/media/platform/s5p-mfc/
1474
1475 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1476 M:      Kyungmin Park <kyungmin.park@samsung.com>
1477 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 L:      linux-media@vger.kernel.org
1480 S:      Maintained
1481 F:      drivers/media/platform/s5p-tv/
1482
1483 ARM/SHMOBILE ARM ARCHITECTURE
1484 M:      Simon Horman <horms@verge.net.au>
1485 M:      Magnus Damm <magnus.damm@gmail.com>
1486 L:      linux-sh@vger.kernel.org
1487 W:      http://oss.renesas.com
1488 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1490 S:      Supported
1491 F:      arch/arm/boot/dts/emev2*
1492 F:      arch/arm/boot/dts/r7s*
1493 F:      arch/arm/boot/dts/r8a*
1494 F:      arch/arm/boot/dts/sh*
1495 F:      arch/arm/configs/bockw_defconfig
1496 F:      arch/arm/configs/marzen_defconfig
1497 F:      arch/arm/configs/shmobile_defconfig
1498 F:      arch/arm/include/debug/renesas-scif.S
1499 F:      arch/arm/mach-shmobile/
1500 F:      drivers/sh/
1501
1502 ARM/SOCFPGA ARCHITECTURE
1503 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1504 S:      Maintained
1505 F:      arch/arm/mach-socfpga/
1506 F:      arch/arm/boot/dts/socfpga*
1507 F:      arch/arm/configs/socfpga_defconfig
1508 W:      http://www.rocketboards.org
1509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1510
1511 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1512 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1513 S:      Maintained
1514 F:      drivers/clk/socfpga/
1515
1516 ARM/SOCFPGA EDAC SUPPORT
1517 M:      Thor Thayer <tthayer@opensource.altera.com>
1518 S:      Maintained
1519 F:      drivers/edac/altera_edac.
1520
1521 ARM/STI ARCHITECTURE
1522 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1523 M:      Maxime Coquelin <maxime.coquelin@st.com>
1524 M:      Patrice Chotard <patrice.chotard@st.com>
1525 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1526 L:      kernel@stlinux.com
1527 W:      http://www.stlinux.com
1528 S:      Maintained
1529 F:      arch/arm/mach-sti/
1530 F:      arch/arm/boot/dts/sti*
1531 F:      drivers/clocksource/arm_global_timer.c
1532 F:      drivers/clocksource/clksrc_st_lpc.c
1533 F:      drivers/i2c/busses/i2c-st.c
1534 F:      drivers/media/rc/st_rc.c
1535 F:      drivers/media/platform/sti/c8sectpfe/
1536 F:      drivers/mmc/host/sdhci-st.c
1537 F:      drivers/phy/phy-miphy28lp.c
1538 F:      drivers/phy/phy-miphy365x.c
1539 F:      drivers/phy/phy-stih407-usb.c
1540 F:      drivers/phy/phy-stih41x-usb.c
1541 F:      drivers/pinctrl/pinctrl-st.c
1542 F:      drivers/reset/sti/
1543 F:      drivers/rtc/rtc-st-lpc.c
1544 F:      drivers/tty/serial/st-asc.c
1545 F:      drivers/usb/dwc3/dwc3-st.c
1546 F:      drivers/usb/host/ehci-st.c
1547 F:      drivers/usb/host/ohci-st.c
1548 F:      drivers/watchdog/st_lpc_wdt.c
1549 F:      drivers/ata/ahci_st.c
1550
1551 ARM/STM32 ARCHITECTURE
1552 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Maintained
1555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1556 N:      stm32
1557 F:      drivers/clocksource/armv7m_systick.c
1558
1559 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1560 M:      Lennert Buytenhek <kernel@wantstofly.org>
1561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1562 S:      Maintained
1563
1564 ARM/TETON BGA MACHINE SUPPORT
1565 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 S:      Maintained
1568
1569 ARM/THECUS N2100 MACHINE SUPPORT
1570 M:      Lennert Buytenhek <kernel@wantstofly.org>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S:      Maintained
1573
1574 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1575 M:      Wan ZongShun <mcuos.com@gmail.com>
1576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 W:      http://www.mcuos.com
1578 S:      Maintained
1579 F:      arch/arm/mach-w90x900/
1580 F:      drivers/input/keyboard/w90p910_keypad.c
1581 F:      drivers/input/touchscreen/w90p910_ts.c
1582 F:      drivers/watchdog/nuc900_wdt.c
1583 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1584 F:      drivers/mtd/nand/nuc900_nand.c
1585 F:      drivers/rtc/rtc-nuc900.c
1586 F:      drivers/spi/spi-nuc900.c
1587 F:      drivers/usb/host/ehci-w90x900.c
1588 F:      drivers/video/fbdev/nuc900fb.c
1589
1590 ARM/U300 MACHINE SUPPORT
1591 M:      Linus Walleij <linus.walleij@linaro.org>
1592 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 S:      Supported
1594 F:      arch/arm/mach-u300/
1595 F:      drivers/clocksource/timer-u300.c
1596 F:      drivers/i2c/busses/i2c-stu300.c
1597 F:      drivers/rtc/rtc-coh901331.c
1598 F:      drivers/watchdog/coh901327_wdt.c
1599 F:      drivers/dma/coh901318*
1600 F:      drivers/mfd/ab3100*
1601 F:      drivers/rtc/rtc-ab3100.c
1602 F:      drivers/rtc/rtc-coh901331.c
1603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1604
1605 ARM/UNIPHIER ARCHITECTURE
1606 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S:      Maintained
1609 F:      arch/arm/boot/dts/uniphier*
1610 F:      arch/arm/mach-uniphier/
1611 F:      drivers/pinctrl/uniphier/
1612 F:      drivers/tty/serial/8250/8250_uniphier.c
1613 N:      uniphier
1614
1615 ARM/Ux500 ARM ARCHITECTURE
1616 M:      Linus Walleij <linus.walleij@linaro.org>
1617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 S:      Maintained
1619 F:      arch/arm/mach-ux500/
1620 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1621 F:      drivers/dma/ste_dma40*
1622 F:      drivers/hwspinlock/u8500_hsem.c
1623 F:      drivers/mfd/abx500*
1624 F:      drivers/mfd/ab8500*
1625 F:      drivers/mfd/dbx500*
1626 F:      drivers/mfd/db8500*
1627 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1628 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1629 F:      drivers/rtc/rtc-ab8500.c
1630 F:      drivers/rtc/rtc-pl031.c
1631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1632
1633 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1634 M:      Ulf Hansson <ulf.hansson@linaro.org>
1635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 T:      git git://git.linaro.org/people/ulfh/clk.git
1637 S:      Maintained
1638 F:      drivers/clk/ux500/
1639 F:      include/linux/platform_data/clk-ux500.h
1640
1641 ARM/VERSATILE EXPRESS PLATFORM
1642 M:      Liviu Dudau <liviu.dudau@arm.com>
1643 M:      Sudeep Holla <sudeep.holla@arm.com>
1644 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 S:      Maintained
1647 F:      arch/arm/boot/dts/vexpress*
1648 F:      arch/arm64/boot/dts/arm/vexpress*
1649 F:      arch/arm/mach-vexpress/
1650 F:      */*/vexpress*
1651 F:      */*/*/vexpress*
1652 F:      drivers/clk/versatile/clk-vexpress-osc.c
1653 F:      drivers/clocksource/versatile.c
1654
1655 ARM/VFP SUPPORT
1656 M:      Russell King <linux@arm.linux.org.uk>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 W:      http://www.arm.linux.org.uk/
1659 S:      Maintained
1660 F:      arch/arm/vfp/
1661
1662 ARM/VOIPAC PXA270 SUPPORT
1663 M:      Marek Vasut <marek.vasut@gmail.com>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 S:      Maintained
1666 F:      arch/arm/mach-pxa/vpac270.c
1667 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1668
1669 ARM/VT8500 ARM ARCHITECTURE
1670 M:      Tony Prisk <linux@prisktech.co.nz>
1671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1672 S:      Maintained
1673 F:      arch/arm/mach-vt8500/
1674 F:      drivers/clocksource/vt8500_timer.c
1675 F:      drivers/i2c/busses/i2c-wmt.c
1676 F:      drivers/mmc/host/wmt-sdmmc.c
1677 F:      drivers/pwm/pwm-vt8500.c
1678 F:      drivers/rtc/rtc-vt8500.c
1679 F:      drivers/tty/serial/vt8500_serial.c
1680 F:      drivers/usb/host/ehci-platform.c
1681 F:      drivers/usb/host/uhci-platform.c
1682 F:      drivers/video/fbdev/vt8500lcdfb.*
1683 F:      drivers/video/fbdev/wm8505fb*
1684 F:      drivers/video/fbdev/wmt_ge_rops.*
1685
1686 ARM/ZIPIT Z2 SUPPORT
1687 M:      Marek Vasut <marek.vasut@gmail.com>
1688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 S:      Maintained
1690 F:      arch/arm/mach-pxa/z2.c
1691 F:      arch/arm/mach-pxa/include/mach/z2.h
1692
1693 ARM/ZTE ARCHITECTURE
1694 M:      Jun Nie <jun.nie@linaro.org>
1695 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1696 S:      Maintained
1697 F:      arch/arm/mach-zx/
1698 F:      drivers/clk/zte/
1699 F:      Documentation/devicetree/bindings/arm/zte.txt
1700 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1701
1702 ARM/ZYNQ ARCHITECTURE
1703 M:      Michal Simek <michal.simek@xilinx.com>
1704 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 W:      http://wiki.xilinx.com
1707 T:      git https://github.com/Xilinx/linux-xlnx.git
1708 S:      Supported
1709 F:      arch/arm/mach-zynq/
1710 F:      drivers/cpuidle/cpuidle-zynq.c
1711 F:      drivers/block/xsysace.c
1712 N:      zynq
1713 N:      xilinx
1714 F:      drivers/clocksource/cadence_ttc_timer.c
1715 F:      drivers/i2c/busses/i2c-cadence.c
1716 F:      drivers/mmc/host/sdhci-of-arasan.c
1717 F:      drivers/edac/synopsys_edac.c
1718
1719 ARM SMMU DRIVERS
1720 M:      Will Deacon <will.deacon@arm.com>
1721 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1722 S:      Maintained
1723 F:      drivers/iommu/arm-smmu.c
1724 F:      drivers/iommu/arm-smmu-v3.c
1725 F:      drivers/iommu/io-pgtable-arm.c
1726
1727 ARM64 PORT (AARCH64 ARCHITECTURE)
1728 M:      Catalin Marinas <catalin.marinas@arm.com>
1729 M:      Will Deacon <will.deacon@arm.com>
1730 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1731 S:      Maintained
1732 F:      arch/arm64/
1733 F:      Documentation/arm64/
1734
1735 AS3645A LED FLASH CONTROLLER DRIVER
1736 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1737 L:      linux-media@vger.kernel.org
1738 T:      git git://linuxtv.org/media_tree.git
1739 S:      Maintained
1740 F:      drivers/media/i2c/as3645a.c
1741 F:      include/media/as3645a.h
1742
1743 ASC7621 HARDWARE MONITOR DRIVER
1744 M:      George Joseph <george.joseph@fairview5.com>
1745 L:      lm-sensors@lm-sensors.org
1746 S:      Maintained
1747 F:      Documentation/hwmon/asc7621
1748 F:      drivers/hwmon/asc7621.c
1749
1750 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1751 M:      Corentin Chary <corentin.chary@gmail.com>
1752 L:      acpi4asus-user@lists.sourceforge.net
1753 L:      platform-driver-x86@vger.kernel.org
1754 W:      http://acpi4asus.sf.net
1755 S:      Maintained
1756 F:      drivers/platform/x86/asus*.c
1757 F:      drivers/platform/x86/eeepc*.c
1758
1759 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1760 R:      Dan Williams <dan.j.williams@intel.com>
1761 W:      http://sourceforge.net/projects/xscaleiop
1762 S:      Odd fixes
1763 F:      Documentation/crypto/async-tx-api.txt
1764 F:      crypto/async_tx/
1765 F:      drivers/dma/
1766 F:      include/linux/dmaengine.h
1767 F:      include/linux/async_tx.h
1768
1769 AT24 EEPROM DRIVER
1770 M:      Wolfram Sang <wsa@the-dreams.de>
1771 L:      linux-i2c@vger.kernel.org
1772 S:      Maintained
1773 F:      drivers/misc/eeprom/at24.c
1774 F:      include/linux/platform_data/at24.h
1775
1776 ATA OVER ETHERNET (AOE) DRIVER
1777 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1778 W:      http://www.openaoe.org/
1779 S:      Supported
1780 F:      Documentation/aoe/
1781 F:      drivers/block/aoe/
1782
1783 ATHEROS ATH GENERIC UTILITIES
1784 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1785 L:      linux-wireless@vger.kernel.org
1786 S:      Supported
1787 F:      drivers/net/wireless/ath/*
1788
1789 ATHEROS ATH5K WIRELESS DRIVER
1790 M:      Jiri Slaby <jirislaby@gmail.com>
1791 M:      Nick Kossifidis <mickflemm@gmail.com>
1792 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1793 L:      linux-wireless@vger.kernel.org
1794 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1795 S:      Maintained
1796 F:      drivers/net/wireless/ath/ath5k/
1797
1798 ATHEROS ATH6KL WIRELESS DRIVER
1799 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1800 L:      linux-wireless@vger.kernel.org
1801 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1802 T:      git git://github.com/kvalo/ath.git
1803 S:      Supported
1804 F:      drivers/net/wireless/ath/ath6kl/
1805
1806 WILOCITY WIL6210 WIRELESS DRIVER
1807 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1808 L:      linux-wireless@vger.kernel.org
1809 L:      wil6210@qca.qualcomm.com
1810 S:      Supported
1811 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1812 F:      drivers/net/wireless/ath/wil6210/
1813 F:      include/uapi/linux/wil6210_uapi.h
1814
1815 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1816 M:      Christian Lamparter <chunkeey@googlemail.com>
1817 L:      linux-wireless@vger.kernel.org
1818 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1819 S:      Maintained
1820 F:      drivers/net/wireless/ath/carl9170/
1821
1822 ATK0110 HWMON DRIVER
1823 M:      Luca Tettamanti <kronos.it@gmail.com>
1824 L:      lm-sensors@lm-sensors.org
1825 S:      Maintained
1826 F:      drivers/hwmon/asus_atk0110.c
1827
1828 ATI_REMOTE2 DRIVER
1829 M:      Ville Syrjala <syrjala@sci.fi>
1830 S:      Maintained
1831 F:      drivers/input/misc/ati_remote2.c
1832
1833 ATLX ETHERNET DRIVERS
1834 M:      Jay Cliburn <jcliburn@gmail.com>
1835 M:      Chris Snook <chris.snook@gmail.com>
1836 L:      netdev@vger.kernel.org
1837 W:      http://sourceforge.net/projects/atl1
1838 W:      http://atl1.sourceforge.net
1839 S:      Maintained
1840 F:      drivers/net/ethernet/atheros/
1841
1842 ATM
1843 M:      Chas Williams <3chas3@gmail.com>
1844 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1845 L:      netdev@vger.kernel.org
1846 W:      http://linux-atm.sourceforge.net
1847 S:      Maintained
1848 F:      drivers/atm/
1849 F:      include/linux/atm*
1850 F:      include/uapi/linux/atm*
1851
1852 ATMEL AT91 / AT32 MCI DRIVER
1853 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1854 S:      Maintained
1855 F:      drivers/mmc/host/atmel-mci.c
1856 F:      drivers/mmc/host/atmel-mci-regs.h
1857
1858 ATMEL AT91 / AT32 SERIAL DRIVER
1859 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1860 S:      Supported
1861 F:      drivers/tty/serial/atmel_serial.c
1862
1863 ATMEL Audio ALSA driver
1864 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1865 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1866 S:      Supported
1867 F:      sound/soc/atmel
1868
1869 ATMEL DMA DRIVER
1870 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 S:      Supported
1873 F:      drivers/dma/at_hdmac.c
1874 F:      drivers/dma/at_hdmac_regs.h
1875 F:      include/linux/platform_data/dma-atmel.h
1876
1877 ATMEL XDMA DRIVER
1878 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1879 L:      linux-arm-kernel@lists.infradead.org
1880 L:      dmaengine@vger.kernel.org
1881 S:      Supported
1882 F:      drivers/dma/at_xdmac.c
1883
1884 ATMEL I2C DRIVER
1885 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1886 L:      linux-i2c@vger.kernel.org
1887 S:      Supported
1888 F:      drivers/i2c/busses/i2c-at91.c
1889
1890 ATMEL ISI DRIVER
1891 M:      Josh Wu <josh.wu@atmel.com>
1892 L:      linux-media@vger.kernel.org
1893 S:      Supported
1894 F:      drivers/media/platform/soc_camera/atmel-isi.c
1895 F:      include/media/atmel-isi.h
1896
1897 ATMEL LCDFB DRIVER
1898 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1899 L:      linux-fbdev@vger.kernel.org
1900 S:      Maintained
1901 F:      drivers/video/fbdev/atmel_lcdfb.c
1902 F:      include/video/atmel_lcdc.h
1903
1904 ATMEL MACB ETHERNET DRIVER
1905 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1906 S:      Supported
1907 F:      drivers/net/ethernet/cadence/
1908
1909 ATMEL NAND DRIVER
1910 M:      Josh Wu <josh.wu@atmel.com>
1911 L:      linux-mtd@lists.infradead.org
1912 S:      Supported
1913 F:      drivers/mtd/nand/atmel_nand*
1914
1915 ATMEL SDMMC DRIVER
1916 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1917 L:      linux-mmc@vger.kernel.org
1918 S:      Supported
1919 F:      drivers/mmc/host/sdhci-of-at91.c
1920
1921 ATMEL SPI DRIVER
1922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1923 S:      Supported
1924 F:      drivers/spi/spi-atmel.*
1925
1926 ATMEL SSC DRIVER
1927 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1929 S:      Supported
1930 F:      drivers/misc/atmel-ssc.c
1931 F:      include/linux/atmel-ssc.h
1932
1933 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1934 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1936 S:      Supported
1937 F:      drivers/misc/atmel_tclib.c
1938 F:      drivers/clocksource/tcb_clksrc.c
1939
1940 ATMEL USBA UDC DRIVER
1941 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1943 S:      Supported
1944 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1945
1946 ATMEL WIRELESS DRIVER
1947 M:      Simon Kelley <simon@thekelleys.org.uk>
1948 L:      linux-wireless@vger.kernel.org
1949 W:      http://www.thekelleys.org.uk/atmel
1950 W:      http://atmelwlandriver.sourceforge.net/
1951 S:      Maintained
1952 F:      drivers/net/wireless/atmel*
1953
1954 ATMEL MAXTOUCH DRIVER
1955 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1956 T:      git git://github.com/atmel-maxtouch/linux.git
1957 S:      Supported
1958 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1959 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1960 F:      include/linux/platform_data/atmel_mxt_ts.h
1961
1962 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1963 M:      Bradley Grove <linuxdrivers@attotech.com>
1964 L:      linux-scsi@vger.kernel.org
1965 W:      http://www.attotech.com
1966 S:      Supported
1967 F:      drivers/scsi/esas2r
1968
1969 ATUSB IEEE 802.15.4 RADIO DRIVER
1970 M:      Stefan Schmidt <stefan@osg.samsung.com>
1971 L:      linux-wpan@vger.kernel.org
1972 S:      Maintained
1973 F:      drivers/net/ieee802154/atusb.c
1974 F:      drivers/net/ieee802154/atusb.h
1975 F:      drivers/net/ieee802154/at86rf230.h
1976
1977 AUDIT SUBSYSTEM
1978 M:      Paul Moore <paul@paul-moore.com>
1979 M:      Eric Paris <eparis@redhat.com>
1980 L:      linux-audit@redhat.com (moderated for non-subscribers)
1981 W:      http://people.redhat.com/sgrubb/audit/
1982 T:      git git://git.infradead.org/users/pcmoore/audit
1983 S:      Maintained
1984 F:      include/linux/audit.h
1985 F:      include/uapi/linux/audit.h
1986 F:      kernel/audit*
1987
1988 AUXILIARY DISPLAY DRIVERS
1989 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1990 W:      http://miguelojeda.es/auxdisplay.htm
1991 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1992 S:      Maintained
1993 F:      drivers/auxdisplay/
1994 F:      include/linux/cfag12864b.h
1995
1996 AVR32 ARCHITECTURE
1997 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1998 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1999 W:      http://www.atmel.com/products/AVR32/
2000 W:      http://mirror.egtvedt.no/avr32linux.org/
2001 W:      http://avrfreaks.net/
2002 S:      Maintained
2003 F:      arch/avr32/
2004
2005 AVR32/AT32AP MACHINE SUPPORT
2006 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2007 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2008 S:      Maintained
2009 F:      arch/avr32/mach-at32ap/
2010
2011 AX.25 NETWORK LAYER
2012 M:      Ralf Baechle <ralf@linux-mips.org>
2013 L:      linux-hams@vger.kernel.org
2014 W:      http://www.linux-ax25.org/
2015 S:      Maintained
2016 F:      include/uapi/linux/ax25.h
2017 F:      include/net/ax25.h
2018 F:      net/ax25/
2019
2020 AZ6007 DVB DRIVER
2021 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2022 L:      linux-media@vger.kernel.org
2023 W:      http://linuxtv.org
2024 T:      git git://linuxtv.org/media_tree.git
2025 S:      Maintained
2026 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2027
2028 AZTECH FM RADIO RECEIVER DRIVER
2029 M:      Hans Verkuil <hverkuil@xs4all.nl>
2030 L:      linux-media@vger.kernel.org
2031 T:      git git://linuxtv.org/media_tree.git
2032 W:      http://linuxtv.org
2033 S:      Maintained
2034 F:      drivers/media/radio/radio-aztech*
2035
2036 B43 WIRELESS DRIVER
2037 L:      linux-wireless@vger.kernel.org
2038 L:      b43-dev@lists.infradead.org
2039 W:      http://wireless.kernel.org/en/users/Drivers/b43
2040 S:      Odd Fixes
2041 F:      drivers/net/wireless/b43/
2042
2043 B43LEGACY WIRELESS DRIVER
2044 M:      Larry Finger <Larry.Finger@lwfinger.net>
2045 L:      linux-wireless@vger.kernel.org
2046 L:      b43-dev@lists.infradead.org
2047 W:      http://wireless.kernel.org/en/users/Drivers/b43
2048 S:      Maintained
2049 F:      drivers/net/wireless/b43legacy/
2050
2051 BACKLIGHT CLASS/SUBSYSTEM
2052 M:      Jingoo Han <jingoohan1@gmail.com>
2053 M:      Lee Jones <lee.jones@linaro.org>
2054 S:      Maintained
2055 F:      drivers/video/backlight/
2056 F:      include/linux/backlight.h
2057
2058 BATMAN ADVANCED
2059 M:      Marek Lindner <mareklindner@neomailbox.ch>
2060 M:      Simon Wunderlich <sw@simonwunderlich.de>
2061 M:      Antonio Quartulli <antonio@meshcoding.com>
2062 L:      b.a.t.m.a.n@lists.open-mesh.org
2063 W:      http://www.open-mesh.org/
2064 S:      Maintained
2065 F:      net/batman-adv/
2066
2067 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2068 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2069 L:      linux-hams@vger.kernel.org
2070 W:      http://www.baycom.org/~tom/ham/ham.html
2071 S:      Maintained
2072 F:      drivers/net/hamradio/baycom*
2073
2074 BCACHE (BLOCK LAYER CACHE)
2075 M:      Kent Overstreet <kent.overstreet@gmail.com>
2076 L:      linux-bcache@vger.kernel.org
2077 W:      http://bcache.evilpiepirate.org
2078 S:      Maintained
2079 F:      drivers/md/bcache/
2080
2081 BDISP ST MEDIA DRIVER
2082 M:      Fabien Dessenne <fabien.dessenne@st.com>
2083 L:      linux-media@vger.kernel.org
2084 T:      git git://linuxtv.org/media_tree.git
2085 W:      http://linuxtv.org
2086 S:      Supported
2087 F:      drivers/media/platform/sti/bdisp
2088
2089 BEFS FILE SYSTEM
2090 S:      Orphan
2091 F:      Documentation/filesystems/befs.txt
2092 F:      fs/befs/
2093
2094 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2095 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2096 L:      netdev@vger.kernel.org
2097 S:      Maintained
2098 F:      drivers/net/ethernet/ec_bhf.c
2099
2100 BFS FILE SYSTEM
2101 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2102 S:      Maintained
2103 F:      Documentation/filesystems/bfs.txt
2104 F:      fs/bfs/
2105 F:      include/uapi/linux/bfs_fs.h
2106
2107 BLACKFIN ARCHITECTURE
2108 M:      Steven Miao <realmz6@gmail.com>
2109 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 T:      git git://git.code.sf.net/p/adi-linux/code
2111 W:      http://blackfin.uclinux.org
2112 S:      Supported
2113 F:      arch/blackfin/
2114
2115 BLACKFIN EMAC DRIVER
2116 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2117 W:      http://blackfin.uclinux.org
2118 S:      Supported
2119 F:      drivers/net/ethernet/adi/
2120
2121 BLACKFIN RTC DRIVER
2122 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2123 W:      http://blackfin.uclinux.org
2124 S:      Supported
2125 F:      drivers/rtc/rtc-bfin.c
2126
2127 BLACKFIN SDH DRIVER
2128 M:      Sonic Zhang <sonic.zhang@analog.com>
2129 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2130 W:      http://blackfin.uclinux.org
2131 S:      Supported
2132 F:      drivers/mmc/host/bfin_sdh.c
2133
2134 BLACKFIN SERIAL DRIVER
2135 M:      Sonic Zhang <sonic.zhang@analog.com>
2136 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2137 W:      http://blackfin.uclinux.org
2138 S:      Supported
2139 F:      drivers/tty/serial/bfin_uart.c
2140
2141 BLACKFIN WATCHDOG DRIVER
2142 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2143 W:      http://blackfin.uclinux.org
2144 S:      Supported
2145 F:      drivers/watchdog/bfin_wdt.c
2146
2147 BLACKFIN I2C TWI DRIVER
2148 M:      Sonic Zhang <sonic.zhang@analog.com>
2149 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2150 W:      http://blackfin.uclinux.org/
2151 S:      Supported
2152 F:      drivers/i2c/busses/i2c-bfin-twi.c
2153
2154 BLACKFIN MEDIA DRIVER
2155 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2156 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2157 W:      http://blackfin.uclinux.org/
2158 S:      Supported
2159 F:      drivers/media/platform/blackfin/
2160 F:      drivers/media/i2c/adv7183*
2161 F:      drivers/media/i2c/vs6624*
2162
2163 BLINKM RGB LED DRIVER
2164 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2165 S:      Maintained
2166 F:      drivers/leds/leds-blinkm.c
2167
2168 BLOCK LAYER
2169 M:      Jens Axboe <axboe@kernel.dk>
2170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2171 S:      Maintained
2172 F:      block/
2173 F:      kernel/trace/blktrace.c
2174
2175 BLOCK2MTD DRIVER
2176 M:      Joern Engel <joern@lazybastard.org>
2177 L:      linux-mtd@lists.infradead.org
2178 S:      Maintained
2179 F:      drivers/mtd/devices/block2mtd.c
2180
2181 BLUETOOTH DRIVERS
2182 M:      Marcel Holtmann <marcel@holtmann.org>
2183 M:      Gustavo Padovan <gustavo@padovan.org>
2184 M:      Johan Hedberg <johan.hedberg@gmail.com>
2185 L:      linux-bluetooth@vger.kernel.org
2186 W:      http://www.bluez.org/
2187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2189 S:      Maintained
2190 F:      drivers/bluetooth/
2191
2192 BLUETOOTH SUBSYSTEM
2193 M:      Marcel Holtmann <marcel@holtmann.org>
2194 M:      Gustavo Padovan <gustavo@padovan.org>
2195 M:      Johan Hedberg <johan.hedberg@gmail.com>
2196 L:      linux-bluetooth@vger.kernel.org
2197 W:      http://www.bluez.org/
2198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2200 S:      Maintained
2201 F:      net/bluetooth/
2202 F:      include/net/bluetooth/
2203
2204 BONDING DRIVER
2205 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2206 M:      Veaceslav Falico <vfalico@gmail.com>
2207 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2208 L:      netdev@vger.kernel.org
2209 W:      http://sourceforge.net/projects/bonding/
2210 S:      Supported
2211 F:      drivers/net/bonding/
2212 F:      include/uapi/linux/if_bonding.h
2213
2214 BPF (Safe dynamic programs and tools)
2215 M:      Alexei Starovoitov <ast@kernel.org>
2216 L:      netdev@vger.kernel.org
2217 L:      linux-kernel@vger.kernel.org
2218 S:      Supported
2219 F:      kernel/bpf/
2220
2221 BROADCOM B44 10/100 ETHERNET DRIVER
2222 M:      Gary Zambrano <zambrano@broadcom.com>
2223 L:      netdev@vger.kernel.org
2224 S:      Supported
2225 F:      drivers/net/ethernet/broadcom/b44.*
2226
2227 BROADCOM GENET ETHERNET DRIVER
2228 M:      Florian Fainelli <f.fainelli@gmail.com>
2229 L:      netdev@vger.kernel.org
2230 S:      Supported
2231 F:      drivers/net/ethernet/broadcom/genet/
2232
2233 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2234 M:      Sony Chacko <sony.chacko@qlogic.com>
2235 M:      Dept-HSGLinuxNICDev@qlogic.com
2236 L:      netdev@vger.kernel.org
2237 S:      Supported
2238 F:      drivers/net/ethernet/broadcom/bnx2.*
2239 F:      drivers/net/ethernet/broadcom/bnx2_*
2240
2241 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2242 M:      Ariel Elior <ariel.elior@qlogic.com>
2243 L:      netdev@vger.kernel.org
2244 S:      Supported
2245 F:      drivers/net/ethernet/broadcom/bnx2x/
2246
2247 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2248 M:      Florian Fainelli <f.fainelli@gmail.com>
2249 M:      Ray Jui <rjui@broadcom.com>
2250 M:      Scott Branden <sbranden@broadcom.com>
2251 L:      bcm-kernel-feedback-list@broadcom.com
2252 T:      git git://github.com/broadcom/mach-bcm
2253 S:      Maintained
2254 F:      arch/arm/mach-bcm/
2255 F:      arch/arm/boot/dts/bcm113*
2256 F:      arch/arm/boot/dts/bcm216*
2257 F:      arch/arm/boot/dts/bcm281*
2258 F:      arch/arm/configs/bcm_defconfig
2259 F:      drivers/mmc/host/sdhci-bcm-kona.c
2260 F:      drivers/clocksource/bcm_kona_timer.c
2261
2262 BROADCOM BCM2835 ARM ARCHITECTURE
2263 M:      Stephen Warren <swarren@wwwdotorg.org>
2264 M:      Lee Jones <lee@kernel.org>
2265 M:      Eric Anholt <eric@anholt.net>
2266 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2269 S:      Maintained
2270 N:      bcm2835
2271
2272 BROADCOM BCM33XX MIPS ARCHITECTURE
2273 M:      Kevin Cernekee <cernekee@gmail.com>
2274 L:      linux-mips@linux-mips.org
2275 S:      Maintained
2276 F:      arch/mips/bcm3384/*
2277 F:      arch/mips/include/asm/mach-bcm3384/*
2278 F:      arch/mips/kernel/*bmips*
2279
2280 BROADCOM BCM47XX MIPS ARCHITECTURE
2281 M:      Hauke Mehrtens <hauke@hauke-m.de>
2282 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2283 L:      linux-mips@linux-mips.org
2284 S:      Maintained
2285 F:      arch/mips/bcm47xx/*
2286 F:      arch/mips/include/asm/mach-bcm47xx/*
2287
2288 BROADCOM BCM5301X ARM ARCHITECTURE
2289 M:      Hauke Mehrtens <hauke@hauke-m.de>
2290 L:      linux-arm-kernel@lists.infradead.org
2291 S:      Maintained
2292 F:      arch/arm/mach-bcm/bcm_5301x.c
2293 F:      arch/arm/boot/dts/bcm5301x.dtsi
2294 F:      arch/arm/boot/dts/bcm470*
2295
2296 BROADCOM BCM63XX ARM ARCHITECTURE
2297 M:      Florian Fainelli <f.fainelli@gmail.com>
2298 L:      linux-arm-kernel@lists.infradead.org
2299 T:      git git://github.com/broadcom/arm-bcm63xx.git
2300 S:      Maintained
2301 F:      arch/arm/mach-bcm/bcm63xx.c
2302 F:      arch/arm/include/debug/bcm63xx.S
2303
2304 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2305 M:      Kevin Cernekee <cernekee@gmail.com>
2306 L:      linux-usb@vger.kernel.org
2307 S:      Maintained
2308 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2309
2310 BROADCOM BCM7XXX ARM ARCHITECTURE
2311 M:      Brian Norris <computersforpeace@gmail.com>
2312 M:      Gregory Fong <gregory.0xf0@gmail.com>
2313 M:      Florian Fainelli <f.fainelli@gmail.com>
2314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2315 T:      git git://github.com/broadcom/stblinux.git
2316 S:      Maintained
2317 F:      arch/arm/mach-bcm/*brcmstb*
2318 F:      arch/arm/boot/dts/bcm7*.dts*
2319 F:      drivers/bus/brcmstb_gisb.c
2320 N:      brcmstb
2321
2322 BROADCOM BMIPS MIPS ARCHITECTURE
2323 M:      Kevin Cernekee <cernekee@gmail.com>
2324 M:      Florian Fainelli <f.fainelli@gmail.com>
2325 L:      linux-mips@linux-mips.org
2326 T:      git git://github.com/broadcom/stblinux.git
2327 S:      Maintained
2328 F:      arch/mips/bmips/*
2329 F:      arch/mips/include/asm/mach-bmips/*
2330 F:      arch/mips/kernel/*bmips*
2331 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2332 F:      drivers/irqchip/irq-bcm7*
2333 F:      drivers/irqchip/irq-brcmstb*
2334
2335 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2336 M:      Prashant Sreedharan <prashant@broadcom.com>
2337 M:      Michael Chan <mchan@broadcom.com>
2338 L:      netdev@vger.kernel.org
2339 S:      Supported
2340 F:      drivers/net/ethernet/broadcom/tg3.*
2341
2342 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2343 M:      Brett Rudley <brudley@broadcom.com>
2344 M:      Arend van Spriel <arend@broadcom.com>
2345 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2346 M:      Hante Meuleman <meuleman@broadcom.com>
2347 L:      linux-wireless@vger.kernel.org
2348 L:      brcm80211-dev-list@broadcom.com
2349 S:      Supported
2350 F:      drivers/net/wireless/brcm80211/
2351
2352 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2353 M:      QLogic-Storage-Upstream@qlogic.com
2354 L:      linux-scsi@vger.kernel.org
2355 S:      Supported
2356 F:      drivers/scsi/bnx2fc/
2357
2358 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2359 M:      QLogic-Storage-Upstream@qlogic.com
2360 L:      linux-scsi@vger.kernel.org
2361 S:      Supported
2362 F:      drivers/scsi/bnx2i/
2363
2364 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2365 M:      Ray Jui <rjui@broadcom.com>
2366 M:      Scott Branden <sbranden@broadcom.com>
2367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2368 L:      bcm-kernel-feedback-list@broadcom.com
2369 T:      git git://github.com/broadcom/cygnus-linux.git
2370 S:      Maintained
2371 N:      iproc
2372 N:      cygnus
2373 N:      bcm9113*
2374 N:      bcm9583*
2375 N:      bcm583*
2376 N:      bcm113*
2377
2378 BROADCOM BRCMSTB GPIO DRIVER
2379 M:      Gregory Fong <gregory.0xf0@gmail.com>
2380 L:      bcm-kernel-feedback-list@broadcom.com>
2381 S:      Supported
2382 F:      drivers/gpio/gpio-brcmstb.c
2383 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2384
2385 BROADCOM KONA GPIO DRIVER
2386 M:      Ray Jui <rjui@broadcom.com>
2387 L:      bcm-kernel-feedback-list@broadcom.com
2388 S:      Supported
2389 F:      drivers/gpio/gpio-bcm-kona.c
2390 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2391
2392 BROADCOM NVRAM DRIVER
2393 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2394 L:      linux-mips@linux-mips.org
2395 S:      Maintained
2396 F:      drivers/firmware/broadcom/*
2397
2398 BROADCOM STB NAND FLASH DRIVER
2399 M:      Brian Norris <computersforpeace@gmail.com>
2400 L:      linux-mtd@lists.infradead.org
2401 S:      Maintained
2402 F:      drivers/mtd/nand/brcmnand/
2403
2404 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2405 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2406 L:      linux-wireless@vger.kernel.org
2407 S:      Maintained
2408 F:      drivers/bcma/
2409 F:      include/linux/bcma/
2410
2411 BROADCOM SYSTEMPORT ETHERNET DRIVER
2412 M:      Florian Fainelli <f.fainelli@gmail.com>
2413 L:      netdev@vger.kernel.org
2414 S:      Supported
2415 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2416
2417 BROCADE BFA FC SCSI DRIVER
2418 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2419 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2420 L:      linux-scsi@vger.kernel.org
2421 S:      Supported
2422 F:      drivers/scsi/bfa/
2423
2424 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2425 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2426 L:      netdev@vger.kernel.org
2427 S:      Supported
2428 F:      drivers/net/ethernet/brocade/bna/
2429
2430 BSG (block layer generic sg v4 driver)
2431 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2432 L:      linux-scsi@vger.kernel.org
2433 S:      Supported
2434 F:      block/bsg.c
2435 F:      include/linux/bsg.h
2436 F:      include/uapi/linux/bsg.h
2437
2438 BT87X AUDIO DRIVER
2439 M:      Clemens Ladisch <clemens@ladisch.de>
2440 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2441 T:      git git://git.alsa-project.org/alsa-kernel.git
2442 S:      Maintained
2443 F:      Documentation/sound/alsa/Bt87x.txt
2444 F:      sound/pci/bt87x.c
2445
2446 BT8XXGPIO DRIVER
2447 M:      Michael Buesch <m@bues.ch>
2448 W:      http://bu3sch.de/btgpio.php
2449 S:      Maintained
2450 F:      drivers/gpio/gpio-bt8xx.c
2451
2452 BTRFS FILE SYSTEM
2453 M:      Chris Mason <clm@fb.com>
2454 M:      Josef Bacik <jbacik@fb.com>
2455 M:      David Sterba <dsterba@suse.com>
2456 L:      linux-btrfs@vger.kernel.org
2457 W:      http://btrfs.wiki.kernel.org/
2458 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2460 S:      Maintained
2461 F:      Documentation/filesystems/btrfs.txt
2462 F:      fs/btrfs/
2463
2464 BTTV VIDEO4LINUX DRIVER
2465 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2466 L:      linux-media@vger.kernel.org
2467 W:      http://linuxtv.org
2468 T:      git git://linuxtv.org/media_tree.git
2469 S:      Odd fixes
2470 F:      Documentation/video4linux/bttv/
2471 F:      drivers/media/pci/bt8xx/bttv*
2472
2473 BUSLOGIC SCSI DRIVER
2474 M:      Khalid Aziz <khalid@gonehiking.org>
2475 L:      linux-scsi@vger.kernel.org
2476 S:      Maintained
2477 F:      drivers/scsi/BusLogic.*
2478 F:      drivers/scsi/FlashPoint.*
2479
2480 C-MEDIA CMI8788 DRIVER
2481 M:      Clemens Ladisch <clemens@ladisch.de>
2482 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2483 T:      git git://git.alsa-project.org/alsa-kernel.git
2484 S:      Maintained
2485 F:      sound/pci/oxygen/
2486
2487 C6X ARCHITECTURE
2488 M:      Mark Salter <msalter@redhat.com>
2489 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2490 L:      linux-c6x-dev@linux-c6x.org
2491 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2492 S:      Maintained
2493 F:      arch/c6x/
2494
2495 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2496 M:      David Howells <dhowells@redhat.com>
2497 L:      linux-cachefs@redhat.com
2498 S:      Supported
2499 F:      Documentation/filesystems/caching/cachefiles.txt
2500 F:      fs/cachefiles/
2501
2502 CADET FM/AM RADIO RECEIVER DRIVER
2503 M:      Hans Verkuil <hverkuil@xs4all.nl>
2504 L:      linux-media@vger.kernel.org
2505 T:      git git://linuxtv.org/media_tree.git
2506 W:      http://linuxtv.org
2507 S:      Maintained
2508 F:      drivers/media/radio/radio-cadet*
2509
2510 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2511 M:      Jonathan Corbet <corbet@lwn.net>
2512 L:      linux-media@vger.kernel.org
2513 T:      git git://linuxtv.org/media_tree.git
2514 S:      Maintained
2515 F:      Documentation/video4linux/cafe_ccic
2516 F:      drivers/media/platform/marvell-ccic/
2517
2518 CAIF NETWORK LAYER
2519 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2520 L:      netdev@vger.kernel.org
2521 S:      Supported
2522 F:      Documentation/networking/caif/
2523 F:      drivers/net/caif/
2524 F:      include/uapi/linux/caif/
2525 F:      include/net/caif/
2526 F:      net/caif/
2527
2528 CALGARY x86-64 IOMMU
2529 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2530 M:      "Jon D. Mason" <jdmason@kudzu.us>
2531 L:      discuss@x86-64.org
2532 S:      Maintained
2533 F:      arch/x86/kernel/pci-calgary_64.c
2534 F:      arch/x86/kernel/tce_64.c
2535 F:      arch/x86/include/asm/calgary.h
2536 F:      arch/x86/include/asm/tce.h
2537
2538 CAN NETWORK LAYER
2539 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2540 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2541 L:      linux-can@vger.kernel.org
2542 W:      https://github.com/linux-can
2543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2545 S:      Maintained
2546 F:      Documentation/networking/can.txt
2547 F:      net/can/
2548 F:      include/linux/can/core.h
2549 F:      include/uapi/linux/can.h
2550 F:      include/uapi/linux/can/bcm.h
2551 F:      include/uapi/linux/can/raw.h
2552 F:      include/uapi/linux/can/gw.h
2553
2554 CAN NETWORK DRIVERS
2555 M:      Wolfgang Grandegger <wg@grandegger.com>
2556 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2557 L:      linux-can@vger.kernel.org
2558 W:      https://github.com/linux-can
2559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2561 S:      Maintained
2562 F:      drivers/net/can/
2563 F:      include/linux/can/dev.h
2564 F:      include/linux/can/platform/
2565 F:      include/uapi/linux/can/error.h
2566 F:      include/uapi/linux/can/netlink.h
2567
2568 CAPABILITIES
2569 M:      Serge Hallyn <serge.hallyn@canonical.com>
2570 L:      linux-security-module@vger.kernel.org
2571 S:      Supported
2572 F:      include/linux/capability.h
2573 F:      include/uapi/linux/capability.h
2574 F:      security/commoncap.c
2575 F:      kernel/capability.c
2576
2577 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2578 M:      Kevin Tsai <ktsai@capellamicro.com>
2579 S:      Maintained
2580 F:      drivers/iio/light/cm*
2581 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2582
2583 CAVIUM LIQUIDIO NETWORK DRIVER
2584 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2585 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2586 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2587 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2588 L:     netdev@vger.kernel.org
2589 W:     http://www.cavium.com
2590 S:     Supported
2591 F:     drivers/net/ethernet/cavium/liquidio/
2592
2593 CC2520 IEEE-802.15.4 RADIO DRIVER
2594 M:      Varka Bhadram <varkabhadram@gmail.com>
2595 L:      linux-wpan@vger.kernel.org
2596 S:      Maintained
2597 F:      drivers/net/ieee802154/cc2520.c
2598 F:      include/linux/spi/cc2520.h
2599 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2600
2601 CELL BROADBAND ENGINE ARCHITECTURE
2602 M:      Arnd Bergmann <arnd@arndb.de>
2603 L:      linuxppc-dev@lists.ozlabs.org
2604 W:      http://www.ibm.com/developerworks/power/cell/
2605 S:      Supported
2606 F:      arch/powerpc/include/asm/cell*.h
2607 F:      arch/powerpc/include/asm/spu*.h
2608 F:      arch/powerpc/include/uapi/asm/spu*.h
2609 F:      arch/powerpc/oprofile/*cell*
2610 F:      arch/powerpc/platforms/cell/
2611
2612 CEPH COMMON CODE (LIBCEPH)
2613 M:      Ilya Dryomov <idryomov@gmail.com>
2614 M:      "Yan, Zheng" <zyan@redhat.com>
2615 M:      Sage Weil <sage@redhat.com>
2616 L:      ceph-devel@vger.kernel.org
2617 W:      http://ceph.com/
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2619 T:      git git://github.com/ceph/ceph-client.git
2620 S:      Supported
2621 F:      net/ceph/
2622 F:      include/linux/ceph/
2623 F:      include/linux/crush/
2624
2625 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2626 M:      "Yan, Zheng" <zyan@redhat.com>
2627 M:      Sage Weil <sage@redhat.com>
2628 M:      Ilya Dryomov <idryomov@gmail.com>
2629 L:      ceph-devel@vger.kernel.org
2630 W:      http://ceph.com/
2631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2632 T:      git git://github.com/ceph/ceph-client.git
2633 S:      Supported
2634 F:      Documentation/filesystems/ceph.txt
2635 F:      fs/ceph/
2636
2637 CERTIFICATE HANDLING:
2638 M:      David Howells <dhowells@redhat.com>
2639 M:      David Woodhouse <dwmw2@infradead.org>
2640 L:      keyrings@linux-nfs.org
2641 S:      Maintained
2642 F:      Documentation/module-signing.txt
2643 F:      certs/
2644 F:      scripts/extract-cert.c
2645
2646 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2647 L:      linux-usb@vger.kernel.org
2648 S:      Orphan
2649 F:      Documentation/usb/WUSB-Design-overview.txt
2650 F:      Documentation/usb/wusb-cbaf
2651 F:      drivers/usb/host/hwa-hc.c
2652 F:      drivers/usb/host/whci/
2653 F:      drivers/usb/wusbcore/
2654 F:      include/linux/usb/wusb*
2655
2656 CFAG12864B LCD DRIVER
2657 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2658 W:      http://miguelojeda.es/auxdisplay.htm
2659 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2660 S:      Maintained
2661 F:      drivers/auxdisplay/cfag12864b.c
2662 F:      include/linux/cfag12864b.h
2663
2664 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2665 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2666 W:      http://miguelojeda.es/auxdisplay.htm
2667 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2668 S:      Maintained
2669 F:      drivers/auxdisplay/cfag12864bfb.c
2670 F:      include/linux/cfag12864b.h
2671
2672 CFG80211 and NL80211
2673 M:      Johannes Berg <johannes@sipsolutions.net>
2674 L:      linux-wireless@vger.kernel.org
2675 W:      http://wireless.kernel.org/
2676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2678 S:      Maintained
2679 F:      include/uapi/linux/nl80211.h
2680 F:      include/net/cfg80211.h
2681 F:      net/wireless/*
2682 X:      net/wireless/wext*
2683
2684 CHAR and MISC DRIVERS
2685 M:      Arnd Bergmann <arnd@arndb.de>
2686 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2688 S:      Supported
2689 F:      drivers/char/*
2690 F:      drivers/misc/*
2691 F:      include/linux/miscdevice.h
2692
2693 CHECKPATCH
2694 M:      Andy Whitcroft <apw@canonical.com>
2695 M:      Joe Perches <joe@perches.com>
2696 S:      Maintained
2697 F:      scripts/checkpatch.pl
2698
2699 CHINESE DOCUMENTATION
2700 M:      Harry Wei <harryxiyou@gmail.com>
2701 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2702 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2703 S:      Maintained
2704 F:      Documentation/zh_CN/
2705
2706 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2707 M:      Peter Chen <Peter.Chen@freescale.com>
2708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2709 L:      linux-usb@vger.kernel.org
2710 S:      Maintained
2711 F:      drivers/usb/chipidea/
2712
2713 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2714 M:      Hans de Goede <hdegoede@redhat.com>
2715 L:      linux-input@vger.kernel.org
2716 S:      Maintained
2717 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2718 F:      drivers/input/touchscreen/chipone_icn8318.c
2719
2720 CHROME HARDWARE PLATFORM SUPPORT
2721 M:      Olof Johansson <olof@lixom.net>
2722 S:      Maintained
2723 F:      drivers/platform/chrome/
2724
2725 CISCO VIC ETHERNET NIC DRIVER
2726 M:      Christian Benvenuti <benve@cisco.com>
2727 M:      Sujith Sankar <ssujith@cisco.com>
2728 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2729 M:      Neel Patel <neepatel@cisco.com>
2730 S:      Supported
2731 F:      drivers/net/ethernet/cisco/enic/
2732
2733 CISCO VIC LOW LATENCY NIC DRIVER
2734 M:      Upinder Malhi <umalhi@cisco.com>
2735 S:      Supported
2736 F:      drivers/infiniband/hw/usnic
2737
2738 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2739 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2740 L:      netdev@vger.kernel.org
2741 S:      Maintained
2742 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2743
2744 CIRRUS LOGIC AUDIO CODEC DRIVERS
2745 M:      Brian Austin <brian.austin@cirrus.com>
2746 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2747 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2748 S:      Maintained
2749 F:      sound/soc/codecs/cs*
2750
2751 CLEANCACHE API
2752 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2753 L:      linux-kernel@vger.kernel.org
2754 S:      Maintained
2755 F:      mm/cleancache.c
2756 F:      include/linux/cleancache.h
2757
2758 CLK API
2759 M:      Russell King <linux@arm.linux.org.uk>
2760 L:      linux-clk@vger.kernel.org
2761 S:      Maintained
2762 F:      include/linux/clk.h
2763
2764 CLOCKSOURCE, CLOCKEVENT DRIVERS
2765 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2766 M:      Thomas Gleixner <tglx@linutronix.de>
2767 L:      linux-kernel@vger.kernel.org
2768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2769 S:      Supported
2770 F:      drivers/clocksource
2771
2772 CISCO FCOE HBA DRIVER
2773 M:      Hiral Patel <hiralpat@cisco.com>
2774 M:      Suma Ramars <sramars@cisco.com>
2775 M:      Brian Uchino <buchino@cisco.com>
2776 L:      linux-scsi@vger.kernel.org
2777 S:      Supported
2778 F:      drivers/scsi/fnic/
2779
2780 CISCO SCSI HBA DRIVER
2781 M:      Narsimhulu Musini <nmusini@cisco.com>
2782 M:      Sesidhar Baddela <sebaddel@cisco.com>
2783 L:      linux-scsi@vger.kernel.org
2784 S:      Supported
2785 F:      drivers/scsi/snic/
2786
2787 CMPC ACPI DRIVER
2788 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2789 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2790 L:      platform-driver-x86@vger.kernel.org
2791 S:      Supported
2792 F:      drivers/platform/x86/classmate-laptop.c
2793
2794 COBALT MEDIA DRIVER
2795 M:      Hans Verkuil <hans.verkuil@cisco.com>
2796 L:      linux-media@vger.kernel.org
2797 T:      git git://linuxtv.org/media_tree.git
2798 W:      http://linuxtv.org
2799 S:      Supported
2800 F:      drivers/media/pci/cobalt/
2801
2802 COCCINELLE/Semantic Patches (SmPL)
2803 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2804 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2805 M:      Nicolas Palix <nicolas.palix@imag.fr>
2806 M:      Michal Marek <mmarek@suse.com>
2807 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2809 W:      http://coccinelle.lip6.fr/
2810 S:      Supported
2811 F:      Documentation/coccinelle.txt
2812 F:      scripts/coccinelle/
2813 F:      scripts/coccicheck
2814
2815 CODA FILE SYSTEM
2816 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2817 M:      coda@cs.cmu.edu
2818 L:      codalist@coda.cs.cmu.edu
2819 W:      http://www.coda.cs.cmu.edu/
2820 S:      Maintained
2821 F:      Documentation/filesystems/coda.txt
2822 F:      fs/coda/
2823 F:      include/linux/coda*.h
2824 F:      include/uapi/linux/coda*.h
2825
2826 CODA V4L2 MEM2MEM DRIVER
2827 M:      Philipp Zabel <p.zabel@pengutronix.de>
2828 L:      linux-media@vger.kernel.org
2829 S:      Maintained
2830 F:      Documentation/devicetree/bindings/media/coda.txt
2831 F:      drivers/media/platform/coda/
2832
2833 COMMON CLK FRAMEWORK
2834 M:      Michael Turquette <mturquette@baylibre.com>
2835 M:      Stephen Boyd <sboyd@codeaurora.org>
2836 L:      linux-clk@vger.kernel.org
2837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2838 S:      Maintained
2839 F:      drivers/clk/
2840 X:      drivers/clk/clkdev.c
2841 F:      include/linux/clk-pr*
2842 F:      include/linux/clk/
2843
2844 COMMON INTERNET FILE SYSTEM (CIFS)
2845 M:      Steve French <sfrench@samba.org>
2846 L:      linux-cifs@vger.kernel.org
2847 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2848 W:      http://linux-cifs.samba.org/
2849 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2850 S:      Supported
2851 F:      Documentation/filesystems/cifs/
2852 F:      fs/cifs/
2853
2854 COMPACTPCI HOTPLUG CORE
2855 M:      Scott Murray <scott@spiteful.org>
2856 L:      linux-pci@vger.kernel.org
2857 S:      Maintained
2858 F:      drivers/pci/hotplug/cpci_hotplug*
2859
2860 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2861 M:      Scott Murray <scott@spiteful.org>
2862 L:      linux-pci@vger.kernel.org
2863 S:      Maintained
2864 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2865
2866 COMPACTPCI HOTPLUG GENERIC DRIVER
2867 M:      Scott Murray <scott@spiteful.org>
2868 L:      linux-pci@vger.kernel.org
2869 S:      Maintained
2870 F:      drivers/pci/hotplug/cpcihp_generic.c
2871
2872 COMPAL LAPTOP SUPPORT
2873 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2874 L:      platform-driver-x86@vger.kernel.org
2875 S:      Maintained
2876 F:      drivers/platform/x86/compal-laptop.c
2877
2878 CONEXANT ACCESSRUNNER USB DRIVER
2879 M:      Simon Arlott <cxacru@fire.lp0.eu>
2880 L:      accessrunner-general@lists.sourceforge.net
2881 W:      http://accessrunner.sourceforge.net/
2882 S:      Maintained
2883 F:      drivers/usb/atm/cxacru.c
2884
2885 CONFIGFS
2886 M:      Joel Becker <jlbec@evilplan.org>
2887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2888 S:      Supported
2889 F:      fs/configfs/
2890 F:      include/linux/configfs.h
2891
2892 CONNECTOR
2893 M:      Evgeniy Polyakov <zbr@ioremap.net>
2894 L:      netdev@vger.kernel.org
2895 S:      Maintained
2896 F:      drivers/connector/
2897
2898 CONTROL GROUP (CGROUP)
2899 M:      Tejun Heo <tj@kernel.org>
2900 M:      Li Zefan <lizefan@huawei.com>
2901 M:      Johannes Weiner <hannes@cmpxchg.org>
2902 L:      cgroups@vger.kernel.org
2903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2904 S:      Maintained
2905 F:      Documentation/cgroups/
2906 F:      include/linux/cgroup*
2907 F:      kernel/cgroup*
2908
2909 CONTROL GROUP - CPUSET
2910 M:      Li Zefan <lizefan@huawei.com>
2911 L:      cgroups@vger.kernel.org
2912 W:      http://www.bullopensource.org/cpuset/
2913 W:      http://oss.sgi.com/projects/cpusets/
2914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2915 S:      Maintained
2916 F:      Documentation/cgroups/cpusets.txt
2917 F:      include/linux/cpuset.h
2918 F:      kernel/cpuset.c
2919
2920 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2921 M:      Johannes Weiner <hannes@cmpxchg.org>
2922 M:      Michal Hocko <mhocko@kernel.org>
2923 L:      cgroups@vger.kernel.org
2924 L:      linux-mm@kvack.org
2925 S:      Maintained
2926 F:      mm/memcontrol.c
2927 F:      mm/swap_cgroup.c
2928
2929 CORETEMP HARDWARE MONITORING DRIVER
2930 M:      Fenghua Yu <fenghua.yu@intel.com>
2931 L:      lm-sensors@lm-sensors.org
2932 S:      Maintained
2933 F:      Documentation/hwmon/coretemp
2934 F:      drivers/hwmon/coretemp.c
2935
2936 COSA/SRP SYNC SERIAL DRIVER
2937 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2938 W:      http://www.fi.muni.cz/~kas/cosa/
2939 S:      Maintained
2940 F:      drivers/net/wan/cosa*
2941
2942 CPMAC ETHERNET DRIVER
2943 M:      Florian Fainelli <florian@openwrt.org>
2944 L:      netdev@vger.kernel.org
2945 S:      Maintained
2946 F:      drivers/net/ethernet/ti/cpmac.c
2947
2948 CPU FREQUENCY DRIVERS
2949 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2950 M:      Viresh Kumar <viresh.kumar@linaro.org>
2951 L:      linux-pm@vger.kernel.org
2952 S:      Maintained
2953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2954 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2955 F:      drivers/cpufreq/
2956 F:      include/linux/cpufreq.h
2957
2958 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2959 M:      Viresh Kumar <viresh.kumar@linaro.org>
2960 M:      Sudeep Holla <sudeep.holla@arm.com>
2961 L:      linux-pm@vger.kernel.org
2962 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2963 S:      Maintained
2964 F:      drivers/cpufreq/arm_big_little.h
2965 F:      drivers/cpufreq/arm_big_little.c
2966 F:      drivers/cpufreq/arm_big_little_dt.c
2967
2968 CPUIDLE DRIVER - ARM BIG LITTLE
2969 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2970 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2971 L:      linux-pm@vger.kernel.org
2972 L:      linux-arm-kernel@lists.infradead.org
2973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2974 S:      Maintained
2975 F:      drivers/cpuidle/cpuidle-big_little.c
2976
2977 CPUIDLE DRIVER - ARM EXYNOS
2978 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2979 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2980 M:      Kukjin Kim <kgene@kernel.org>
2981 L:      linux-pm@vger.kernel.org
2982 L:      linux-samsung-soc@vger.kernel.org
2983 S:      Supported
2984 F:      drivers/cpuidle/cpuidle-exynos.c
2985 F:      arch/arm/mach-exynos/pm.c
2986
2987 CPUIDLE DRIVERS
2988 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2989 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2990 L:      linux-pm@vger.kernel.org
2991 S:      Maintained
2992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2993 F:      drivers/cpuidle/*
2994 F:      include/linux/cpuidle.h
2995
2996 CPUID/MSR DRIVER
2997 M:      "H. Peter Anvin" <hpa@zytor.com>
2998 S:      Maintained
2999 F:      arch/x86/kernel/cpuid.c
3000 F:      arch/x86/kernel/msr.c
3001
3002 CPU POWER MONITORING SUBSYSTEM
3003 M:      Thomas Renninger <trenn@suse.com>
3004 L:      linux-pm@vger.kernel.org
3005 S:      Maintained
3006 F:      tools/power/cpupower/
3007
3008 CRAMFS FILESYSTEM
3009 W:      http://sourceforge.net/projects/cramfs/
3010 S:      Orphan / Obsolete
3011 F:      Documentation/filesystems/cramfs.txt
3012 F:      fs/cramfs/
3013
3014 CRIS PORT
3015 M:      Mikael Starvik <starvik@axis.com>
3016 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3017 L:      linux-cris-kernel@axis.com
3018 W:      http://developer.axis.com
3019 S:      Maintained
3020 F:      arch/cris/
3021 F:      drivers/tty/serial/crisv10.*
3022
3023 CRYPTO API
3024 M:      Herbert Xu <herbert@gondor.apana.org.au>
3025 M:      "David S. Miller" <davem@davemloft.net>
3026 L:      linux-crypto@vger.kernel.org
3027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3028 S:      Maintained
3029 F:      Documentation/crypto/
3030 F:      Documentation/DocBook/crypto-API.tmpl
3031 F:      arch/*/crypto/
3032 F:      crypto/
3033 F:      drivers/crypto/
3034 F:      include/crypto/
3035
3036 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3037 M:      Neil Horman <nhorman@tuxdriver.com>
3038 L:      linux-crypto@vger.kernel.org
3039 S:      Maintained
3040 F:      crypto/ansi_cprng.c
3041 F:      crypto/rng.c
3042
3043 CS5535 Audio ALSA driver
3044 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3045 S:      Maintained
3046 F:      sound/pci/cs5535audio/
3047
3048 CW1200 WLAN driver
3049 M:      Solomon Peachy <pizza@shaftnet.org>
3050 S:      Maintained
3051 F:      drivers/net/wireless/cw1200/
3052
3053 CX18 VIDEO4LINUX DRIVER
3054 M:      Andy Walls <awalls@md.metrocast.net>
3055 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3056 L:      linux-media@vger.kernel.org
3057 T:      git git://linuxtv.org/media_tree.git
3058 W:      http://linuxtv.org
3059 W:      http://www.ivtvdriver.org/index.php/Cx18
3060 S:      Maintained
3061 F:      Documentation/video4linux/cx18.txt
3062 F:      drivers/media/pci/cx18/
3063 F:      include/uapi/linux/ivtv*
3064
3065 CX2341X MPEG ENCODER HELPER MODULE
3066 M:      Hans Verkuil <hverkuil@xs4all.nl>
3067 L:      linux-media@vger.kernel.org
3068 T:      git git://linuxtv.org/media_tree.git
3069 W:      http://linuxtv.org
3070 S:      Maintained
3071 F:      drivers/media/common/cx2341x*
3072 F:      include/media/cx2341x*
3073
3074 CX24120 MEDIA DRIVER
3075 M:      Jemma Denson <jdenson@gmail.com>
3076 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3077 L:      linux-media@vger.kernel.org
3078 W:      http://linuxtv.org/
3079 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3080 S:      Maintained
3081 F:      drivers/media/dvb-frontends/cx24120*
3082
3083 CX88 VIDEO4LINUX DRIVER
3084 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3085 L:      linux-media@vger.kernel.org
3086 W:      http://linuxtv.org
3087 T:      git git://linuxtv.org/media_tree.git
3088 S:      Odd fixes
3089 F:      Documentation/video4linux/cx88/
3090 F:      drivers/media/pci/cx88/
3091
3092 CXD2820R MEDIA DRIVER
3093 M:      Antti Palosaari <crope@iki.fi>
3094 L:      linux-media@vger.kernel.org
3095 W:      http://linuxtv.org/
3096 W:      http://palosaari.fi/linux/
3097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3098 T:      git git://linuxtv.org/anttip/media_tree.git
3099 S:      Maintained
3100 F:      drivers/media/dvb-frontends/cxd2820r*
3101
3102 CXGB3 ETHERNET DRIVER (CXGB3)
3103 M:      Santosh Raspatur <santosh@chelsio.com>
3104 L:      netdev@vger.kernel.org
3105 W:      http://www.chelsio.com
3106 S:      Supported
3107 F:      drivers/net/ethernet/chelsio/cxgb3/
3108
3109 CXGB3 ISCSI DRIVER (CXGB3I)
3110 M:      Karen Xie <kxie@chelsio.com>
3111 L:      linux-scsi@vger.kernel.org
3112 W:      http://www.chelsio.com
3113 S:      Supported
3114 F:      drivers/scsi/cxgbi/cxgb3i
3115
3116 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3117 M:      Steve Wise <swise@chelsio.com>
3118 L:      linux-rdma@vger.kernel.org
3119 W:      http://www.openfabrics.org
3120 S:      Supported
3121 F:      drivers/infiniband/hw/cxgb3/
3122
3123 CXGB4 ETHERNET DRIVER (CXGB4)
3124 M:      Hariprasad S <hariprasad@chelsio.com>
3125 L:      netdev@vger.kernel.org
3126 W:      http://www.chelsio.com
3127 S:      Supported
3128 F:      drivers/net/ethernet/chelsio/cxgb4/
3129
3130 CXGB4 ISCSI DRIVER (CXGB4I)
3131 M:      Karen Xie <kxie@chelsio.com>
3132 L:      linux-scsi@vger.kernel.org
3133 W:      http://www.chelsio.com
3134 S:      Supported
3135 F:      drivers/scsi/cxgbi/cxgb4i
3136
3137 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3138 M:      Steve Wise <swise@chelsio.com>
3139 L:      linux-rdma@vger.kernel.org
3140 W:      http://www.openfabrics.org
3141 S:      Supported
3142 F:      drivers/infiniband/hw/cxgb4/
3143
3144 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3145 M:      Casey Leedom <leedom@chelsio.com>
3146 L:      netdev@vger.kernel.org
3147 W:      http://www.chelsio.com
3148 S:      Supported
3149 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3150
3151 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3152 M:      Ian Munsie <imunsie@au1.ibm.com>
3153 M:      Michael Neuling <mikey@neuling.org>
3154 L:      linuxppc-dev@lists.ozlabs.org
3155 S:      Supported
3156 F:      drivers/misc/cxl/
3157 F:      include/misc/cxl*
3158 F:      include/uapi/misc/cxl.h
3159 F:      Documentation/powerpc/cxl.txt
3160 F:      Documentation/powerpc/cxl.txt
3161 F:      Documentation/ABI/testing/sysfs-class-cxl
3162
3163 STMMAC ETHERNET DRIVER
3164 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3165 L:      netdev@vger.kernel.org
3166 W:      http://www.stlinux.com
3167 S:      Supported
3168 F:      drivers/net/ethernet/stmicro/stmmac/
3169
3170 CYBERPRO FB DRIVER
3171 M:      Russell King <linux@arm.linux.org.uk>
3172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3173 W:      http://www.arm.linux.org.uk/
3174 S:      Maintained
3175 F:      drivers/video/fbdev/cyber2000fb.*
3176
3177 CYCLADES ASYNC MUX DRIVER
3178 W:      http://www.cyclades.com/
3179 S:      Orphan
3180 F:      drivers/tty/cyclades.c
3181 F:      include/linux/cyclades.h
3182 F:      include/uapi/linux/cyclades.h
3183
3184 CYCLADES PC300 DRIVER
3185 W:      http://www.cyclades.com/
3186 S:      Orphan
3187 F:      drivers/net/wan/pc300*
3188
3189 CYPRESS_FIRMWARE MEDIA DRIVER
3190 M:      Antti Palosaari <crope@iki.fi>
3191 L:      linux-media@vger.kernel.org
3192 W:      http://linuxtv.org/
3193 W:      http://palosaari.fi/linux/
3194 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3195 T:      git git://linuxtv.org/anttip/media_tree.git
3196 S:      Maintained
3197 F:      drivers/media/common/cypress_firmware*
3198
3199 CYTTSP TOUCHSCREEN DRIVER
3200 M:      Ferruh Yigit <fery@cypress.com>
3201 L:      linux-input@vger.kernel.org
3202 S:      Supported
3203 F:      drivers/input/touchscreen/cyttsp*
3204 F:      include/linux/input/cyttsp.h
3205
3206 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3207 M:      Joshua Kinard <kumba@gentoo.org>
3208 S:      Maintained
3209 F:      drivers/rtc/rtc-ds1685.c
3210 F:      include/linux/rtc/ds1685.h
3211
3212 DAMA SLAVE for AX.25
3213 M:      Joerg Reuter <jreuter@yaina.de>
3214 W:      http://yaina.de/jreuter/
3215 W:      http://www.qsl.net/dl1bke/
3216 L:      linux-hams@vger.kernel.org
3217 S:      Maintained
3218 F:      net/ax25/af_ax25.c
3219 F:      net/ax25/ax25_dev.c
3220 F:      net/ax25/ax25_ds_*
3221 F:      net/ax25/ax25_in.c
3222 F:      net/ax25/ax25_out.c
3223 F:      net/ax25/ax25_timer.c
3224 F:      net/ax25/sysctl_net_ax25.c
3225
3226 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3227 L:      netdev@vger.kernel.org
3228 S:      Orphan
3229 F:      Documentation/networking/dmfe.txt
3230 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3231
3232 DC390/AM53C974 SCSI driver
3233 M:      Hannes Reinecke <hare@suse.com>
3234 L:      linux-scsi@vger.kernel.org
3235 S:      Maintained
3236 F:      drivers/scsi/am53c974.c
3237
3238 DC395x SCSI driver
3239 M:      Oliver Neukum <oliver@neukum.org>
3240 M:      Ali Akcaagac <aliakc@web.de>
3241 M:      Jamie Lenehan <lenehan@twibble.org>
3242 L:      dc395x@twibble.org
3243 W:      http://twibble.org/dist/dc395x/
3244 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3245 S:      Maintained
3246 F:      Documentation/scsi/dc395x.txt
3247 F:      drivers/scsi/dc395x.*
3248
3249 DCCP PROTOCOL
3250 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3251 L:      dccp@vger.kernel.org
3252 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3253 S:      Maintained
3254 F:      include/linux/dccp.h
3255 F:      include/uapi/linux/dccp.h
3256 F:      include/linux/tfrc.h
3257 F:      net/dccp/
3258
3259 DECnet NETWORK LAYER
3260 W:      http://linux-decnet.sourceforge.net
3261 L:      linux-decnet-user@lists.sourceforge.net
3262 S:      Orphan
3263 F:      Documentation/networking/decnet.txt
3264 F:      net/decnet/
3265
3266 DECSTATION PLATFORM SUPPORT
3267 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3268 L:      linux-mips@linux-mips.org
3269 W:      http://www.linux-mips.org/wiki/DECstation
3270 S:      Maintained
3271 F:      arch/mips/dec/
3272 F:      arch/mips/include/asm/dec/
3273 F:      arch/mips/include/asm/mach-dec/
3274
3275 DEFXX FDDI NETWORK DRIVER
3276 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3277 S:      Maintained
3278 F:      drivers/net/fddi/defxx.*
3279
3280 DELL LAPTOP DRIVER
3281 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3282 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3283 L:      platform-driver-x86@vger.kernel.org
3284 S:      Maintained
3285 F:      drivers/platform/x86/dell-laptop.c
3286
3287 DELL LAPTOP RBTN DRIVER
3288 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3289 S:      Maintained
3290 F:      drivers/platform/x86/dell-rbtn.*
3291
3292 DELL LAPTOP FREEFALL DRIVER
3293 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3294 S:      Maintained
3295 F:      drivers/platform/x86/dell-smo8800.c
3296
3297 DELL LAPTOP SMM DRIVER
3298 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3299 S:      Maintained
3300 F:      drivers/hwmon/dell-smm-hwmon.c
3301 F:      include/uapi/linux/i8k.h
3302
3303 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3304 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3305 S:      Maintained
3306 F:      Documentation/dcdbas.txt
3307 F:      drivers/firmware/dcdbas.*
3308
3309 DELL WMI EXTRAS DRIVER
3310 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3311 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3312 S:      Maintained
3313 F:      drivers/platform/x86/dell-wmi.c
3314
3315 DESIGNWARE USB2 DRD IP DRIVER
3316 M:      John Youn <johnyoun@synopsys.com>
3317 L:      linux-usb@vger.kernel.org
3318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3319 S:      Maintained
3320 F:      drivers/usb/dwc2/
3321
3322 DESIGNWARE USB3 DRD IP DRIVER
3323 M:      Felipe Balbi <balbi@ti.com>
3324 L:      linux-usb@vger.kernel.org
3325 L:      linux-omap@vger.kernel.org
3326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3327 S:      Maintained
3328 F:      drivers/usb/dwc3/
3329
3330 DEVICE COREDUMP (DEV_COREDUMP)
3331 M:      Johannes Berg <johannes@sipsolutions.net>
3332 L:      linux-kernel@vger.kernel.org
3333 S:      Maintained
3334 F:      drivers/base/devcoredump.c
3335 F:      include/linux/devcoredump.h
3336
3337 DEVICE FREQUENCY (DEVFREQ)
3338 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3339 M:      Kyungmin Park <kyungmin.park@samsung.com>
3340 L:      linux-pm@vger.kernel.org
3341 S:      Maintained
3342 F:      drivers/devfreq/
3343
3344 DEVICE NUMBER REGISTRY
3345 M:      Torben Mathiasen <device@lanana.org>
3346 W:      http://lanana.org/docs/device-list/index.html
3347 S:      Maintained
3348
3349 DEVICE-MAPPER  (LVM)
3350 M:      Alasdair Kergon <agk@redhat.com>
3351 M:      Mike Snitzer <snitzer@redhat.com>
3352 M:      dm-devel@redhat.com
3353 L:      dm-devel@redhat.com
3354 W:      http://sources.redhat.com/dm
3355 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3357 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3358 S:      Maintained
3359 F:      Documentation/device-mapper/
3360 F:      drivers/md/dm*
3361 F:      drivers/md/persistent-data/
3362 F:      include/linux/device-mapper.h
3363 F:      include/linux/dm-*.h
3364 F:      include/uapi/linux/dm-*.h
3365
3366 DIALOG SEMICONDUCTOR DRIVERS
3367 M:      Support Opensource <support.opensource@diasemi.com>
3368 W:      http://www.dialog-semiconductor.com/products
3369 S:      Supported
3370 F:      Documentation/hwmon/da90??
3371 F:      drivers/gpio/gpio-da90??.c
3372 F:      drivers/hwmon/da90??-hwmon.c
3373 F:      drivers/iio/adc/da91??-*.c
3374 F:      drivers/input/misc/da90??_onkey.c
3375 F:      drivers/input/touchscreen/da9052_tsi.c
3376 F:      drivers/leds/leds-da90??.c
3377 F:      drivers/mfd/da903x.c
3378 F:      drivers/mfd/da90??-*.c
3379 F:      drivers/mfd/da91??-*.c
3380 F:      drivers/power/da9052-battery.c
3381 F:      drivers/power/da91??-*.c
3382 F:      drivers/regulator/da903x.c
3383 F:      drivers/regulator/da9???-regulator.[ch]
3384 F:      drivers/rtc/rtc-da90??.c
3385 F:      drivers/video/backlight/da90??_bl.c
3386 F:      drivers/watchdog/da90??_wdt.c
3387 F:      include/linux/mfd/da903x.h
3388 F:      include/linux/mfd/da9052/
3389 F:      include/linux/mfd/da9055/
3390 F:      include/linux/mfd/da9063/
3391 F:      include/linux/mfd/da9150/
3392 F:      include/sound/da[79]*.h
3393 F:      sound/soc/codecs/da[79]*.[ch]
3394
3395 DIGI NEO AND CLASSIC PCI PRODUCTS
3396 M:      Lidza Louina <lidza.louina@gmail.com>
3397 M:      Mark Hounschell <markh@compro.net>
3398 L:      driverdev-devel@linuxdriverproject.org
3399 S:      Maintained
3400 F:      drivers/staging/dgnc/
3401
3402 DIGI EPCA PCI PRODUCTS
3403 M:      Lidza Louina <lidza.louina@gmail.com>
3404 M:      Mark Hounschell <markh@compro.net>
3405 M:      Daeseok Youn <daeseok.youn@gmail.com>
3406 L:      driverdev-devel@linuxdriverproject.org
3407 S:      Maintained
3408 F:      drivers/staging/dgap/
3409
3410 DIOLAN U2C-12 I2C DRIVER
3411 M:      Guenter Roeck <linux@roeck-us.net>
3412 L:      linux-i2c@vger.kernel.org
3413 S:      Maintained
3414 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3415
3416 DIRECT ACCESS (DAX)
3417 M:      Matthew Wilcox <willy@linux.intel.com>
3418 L:      linux-fsdevel@vger.kernel.org
3419 S:      Supported
3420 F:      fs/dax.c
3421
3422 DIRECTORY NOTIFICATION (DNOTIFY)
3423 M:      Eric Paris <eparis@parisplace.org>
3424 S:      Maintained
3425 F:      Documentation/filesystems/dnotify.txt
3426 F:      fs/notify/dnotify/
3427 F:      include/linux/dnotify.h
3428
3429 DISK GEOMETRY AND PARTITION HANDLING
3430 M:      Andries Brouwer <aeb@cwi.nl>
3431 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3432 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3433 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3434 S:      Maintained
3435
3436 DISKQUOTA
3437 M:      Jan Kara <jack@suse.com>
3438 S:      Maintained
3439 F:      Documentation/filesystems/quota.txt
3440 F:      fs/quota/
3441 F:      include/linux/quota*.h
3442 F:      include/uapi/linux/quota*.h
3443
3444 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3445 M:      Bernie Thompson <bernie@plugable.com>
3446 L:      linux-fbdev@vger.kernel.org
3447 S:      Maintained
3448 W:      http://plugable.com/category/projects/udlfb/
3449 F:      drivers/video/fbdev/udlfb.c
3450 F:      include/video/udlfb.h
3451 F:      Documentation/fb/udlfb.txt
3452
3453 DISTRIBUTED LOCK MANAGER (DLM)
3454 M:      Christine Caulfield <ccaulfie@redhat.com>
3455 M:      David Teigland <teigland@redhat.com>
3456 L:      cluster-devel@redhat.com
3457 W:      http://sources.redhat.com/cluster/
3458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3459 S:      Supported
3460 F:      fs/dlm/
3461
3462 DMA BUFFER SHARING FRAMEWORK
3463 M:      Sumit Semwal <sumit.semwal@linaro.org>
3464 S:      Maintained
3465 L:      linux-media@vger.kernel.org
3466 L:      dri-devel@lists.freedesktop.org
3467 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3468 F:      drivers/dma-buf/
3469 F:      include/linux/dma-buf*
3470 F:      include/linux/reservation.h
3471 F:      include/linux/*fence.h
3472 F:      Documentation/dma-buf-sharing.txt
3473 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3474
3475 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3476 M:      Vinod Koul <vinod.koul@intel.com>
3477 L:      dmaengine@vger.kernel.org
3478 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3479 S:      Maintained
3480 F:      drivers/dma/
3481 F:      include/linux/dmaengine.h
3482 F:      Documentation/dmaengine/
3483 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3484
3485 DME1737 HARDWARE MONITOR DRIVER
3486 M:      Juerg Haefliger <juergh@gmail.com>
3487 L:      lm-sensors@lm-sensors.org
3488 S:      Maintained
3489 F:      Documentation/hwmon/dme1737
3490 F:      drivers/hwmon/dme1737.c
3491
3492 DMI/SMBIOS SUPPORT
3493 M:      Jean Delvare <jdelvare@suse.com>
3494 S:      Maintained
3495 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3496 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3497 F:      drivers/firmware/dmi-id.c
3498 F:      drivers/firmware/dmi_scan.c
3499 F:      include/linux/dmi.h
3500
3501 DOCUMENTATION
3502 M:      Jonathan Corbet <corbet@lwn.net>
3503 L:      linux-doc@vger.kernel.org
3504 S:      Maintained
3505 F:      Documentation/
3506 X:      Documentation/ABI/
3507 X:      Documentation/devicetree/
3508 X:      Documentation/acpi
3509 X:      Documentation/power
3510 X:      Documentation/spi
3511 X:      Documentation/DocBook/media
3512 T:      git git://git.lwn.net/linux-2.6.git docs-next
3513
3514 DOUBLETALK DRIVER
3515 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3516 L:      blinux-list@redhat.com
3517 S:      Maintained
3518 F:      drivers/char/dtlk.c
3519 F:      include/linux/dtlk.h
3520
3521 DPT_I2O SCSI RAID DRIVER
3522 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3523 L:      linux-scsi@vger.kernel.org
3524 W:      http://www.adaptec.com/
3525 S:      Maintained
3526 F:      drivers/scsi/dpt*
3527 F:      drivers/scsi/dpt/
3528
3529 DRBD DRIVER
3530 P:      Philipp Reisner
3531 P:      Lars Ellenberg
3532 M:      drbd-dev@lists.linbit.com
3533 L:      drbd-user@lists.linbit.com
3534 W:      http://www.drbd.org
3535 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3536 T:      git git://git.drbd.org/drbd-8.3.git
3537 S:      Supported
3538 F:      drivers/block/drbd/
3539 F:      lib/lru_cache.c
3540 F:      Documentation/blockdev/drbd/
3541
3542 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3543 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3545 S:      Supported
3546 F:      Documentation/kobject.txt
3547 F:      drivers/base/
3548 F:      fs/debugfs/
3549 F:      fs/kernfs/
3550 F:      fs/sysfs/
3551 F:      include/linux/debugfs.h
3552 F:      include/linux/kobj*
3553 F:      lib/kobj*
3554
3555 DRM DRIVERS
3556 M:      David Airlie <airlied@linux.ie>
3557 L:      dri-devel@lists.freedesktop.org
3558 T:      git git://people.freedesktop.org/~airlied/linux
3559 S:      Maintained
3560 F:      drivers/gpu/drm/
3561 F:      drivers/gpu/vga/
3562 F:      include/drm/
3563 F:      include/uapi/drm/
3564
3565 RADEON DRM DRIVERS
3566 M:      Alex Deucher <alexander.deucher@amd.com>
3567 M:      Christian König <christian.koenig@amd.com>
3568 L:      dri-devel@lists.freedesktop.org
3569 T:      git git://people.freedesktop.org/~agd5f/linux
3570 S:      Supported
3571 F:      drivers/gpu/drm/radeon/
3572 F:      include/uapi/drm/radeon*
3573
3574 DRM PANEL DRIVERS
3575 M:      Thierry Reding <thierry.reding@gmail.com>
3576 L:      dri-devel@lists.freedesktop.org
3577 T:      git git://anongit.freedesktop.org/tegra/linux.git
3578 S:      Maintained
3579 F:      drivers/gpu/drm/drm_panel.c
3580 F:      drivers/gpu/drm/panel/
3581 F:      include/drm/drm_panel.h
3582 F:      Documentation/devicetree/bindings/panel/
3583
3584 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3585 M:      Daniel Vetter <daniel.vetter@intel.com>
3586 M:      Jani Nikula <jani.nikula@linux.intel.com>
3587 L:      intel-gfx@lists.freedesktop.org
3588 L:      dri-devel@lists.freedesktop.org
3589 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3590 T:      git git://anongit.freedesktop.org/drm-intel
3591 S:      Supported
3592 F:      drivers/gpu/drm/i915/
3593 F:      include/drm/i915*
3594 F:      include/uapi/drm/i915*
3595
3596 DRM DRIVERS FOR EXYNOS
3597 M:      Inki Dae <inki.dae@samsung.com>
3598 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3599 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3600 M:      Kyungmin Park <kyungmin.park@samsung.com>
3601 L:      dri-devel@lists.freedesktop.org
3602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3603 S:      Supported
3604 F:      drivers/gpu/drm/exynos/
3605 F:      include/drm/exynos*
3606 F:      include/uapi/drm/exynos*
3607
3608 DRM DRIVERS FOR FREESCALE DCU
3609 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3610 M:      Alison Wang <alison.wang@freescale.com>
3611 L:      dri-devel@lists.freedesktop.org
3612 S:      Supported
3613 F:      drivers/gpu/drm/fsl-dcu/
3614 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3615 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3616
3617 DRM DRIVERS FOR FREESCALE IMX
3618 M:      Philipp Zabel <p.zabel@pengutronix.de>
3619 L:      dri-devel@lists.freedesktop.org
3620 S:      Maintained
3621 F:      drivers/gpu/drm/imx/
3622 F:      Documentation/devicetree/bindings/drm/imx/
3623
3624 DRM DRIVERS FOR NVIDIA TEGRA
3625 M:      Thierry Reding <thierry.reding@gmail.com>
3626 M:      Terje Bergström <tbergstrom@nvidia.com>
3627 L:      dri-devel@lists.freedesktop.org
3628 L:      linux-tegra@vger.kernel.org
3629 T:      git git://anongit.freedesktop.org/tegra/linux.git
3630 S:      Supported
3631 F:      drivers/gpu/drm/tegra/
3632 F:      drivers/gpu/host1x/
3633 F:      include/linux/host1x.h
3634 F:      include/uapi/drm/tegra_drm.h
3635 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3636
3637 DRM DRIVERS FOR RENESAS
3638 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3639 L:      dri-devel@lists.freedesktop.org
3640 L:      linux-sh@vger.kernel.org
3641 T:      git git://people.freedesktop.org/~airlied/linux
3642 S:      Supported
3643 F:      drivers/gpu/drm/rcar-du/
3644 F:      drivers/gpu/drm/shmobile/
3645 F:      include/linux/platform_data/shmob_drm.h
3646
3647 DRM DRIVERS FOR ROCKCHIP
3648 M:      Mark Yao <mark.yao@rock-chips.com>
3649 L:      dri-devel@lists.freedesktop.org
3650 S:      Maintained
3651 F:      drivers/gpu/drm/rockchip/
3652 F:      Documentation/devicetree/bindings/video/rockchip*
3653
3654 DRM DRIVERS FOR STI
3655 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3656 M:      Vincent Abriou <vincent.abriou@st.com>
3657 L:      dri-devel@lists.freedesktop.org
3658 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3659 S:      Maintained
3660 F:      drivers/gpu/drm/sti
3661 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3662
3663 DSBR100 USB FM RADIO DRIVER
3664 M:      Alexey Klimov <klimov.linux@gmail.com>
3665 L:      linux-media@vger.kernel.org
3666 T:      git git://linuxtv.org/media_tree.git
3667 S:      Maintained
3668 F:      drivers/media/radio/dsbr100.c
3669
3670 DSCC4 DRIVER
3671 M:      Francois Romieu <romieu@fr.zoreil.com>
3672 L:      netdev@vger.kernel.org
3673 S:      Maintained
3674 F:      drivers/net/wan/dscc4.c
3675
3676 DT3155 MEDIA DRIVER
3677 M:      Hans Verkuil <hverkuil@xs4all.nl>
3678 L:      linux-media@vger.kernel.org
3679 T:      git git://linuxtv.org/media_tree.git
3680 W:      http://linuxtv.org
3681 S:      Odd Fixes
3682 F:      drivers/media/pci/dt3155/
3683
3684 DVB_USB_AF9015 MEDIA DRIVER
3685 M:      Antti Palosaari <crope@iki.fi>
3686 L:      linux-media@vger.kernel.org
3687 W:      http://linuxtv.org/
3688 W:      http://palosaari.fi/linux/
3689 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3690 T:      git git://linuxtv.org/anttip/media_tree.git
3691 S:      Maintained
3692 F:      drivers/media/usb/dvb-usb-v2/af9015*
3693
3694 DVB_USB_AF9035 MEDIA DRIVER
3695 M:      Antti Palosaari <crope@iki.fi>
3696 L:      linux-media@vger.kernel.org
3697 W:      http://linuxtv.org/
3698 W:      http://palosaari.fi/linux/
3699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3700 T:      git git://linuxtv.org/anttip/media_tree.git
3701 S:      Maintained
3702 F:      drivers/media/usb/dvb-usb-v2/af9035*
3703
3704 DVB_USB_ANYSEE MEDIA DRIVER
3705 M:      Antti Palosaari <crope@iki.fi>
3706 L:      linux-media@vger.kernel.org
3707 W:      http://linuxtv.org/
3708 W:      http://palosaari.fi/linux/
3709 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3710 T:      git git://linuxtv.org/anttip/media_tree.git
3711 S:      Maintained
3712 F:      drivers/media/usb/dvb-usb-v2/anysee*
3713
3714 DVB_USB_AU6610 MEDIA DRIVER
3715 M:      Antti Palosaari <crope@iki.fi>
3716 L:      linux-media@vger.kernel.org
3717 W:      http://linuxtv.org/
3718 W:      http://palosaari.fi/linux/
3719 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3720 T:      git git://linuxtv.org/anttip/media_tree.git
3721 S:      Maintained
3722 F:      drivers/media/usb/dvb-usb-v2/au6610*
3723
3724 DVB_USB_CE6230 MEDIA DRIVER
3725 M:      Antti Palosaari <crope@iki.fi>
3726 L:      linux-media@vger.kernel.org
3727 W:      http://linuxtv.org/
3728 W:      http://palosaari.fi/linux/
3729 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3730 T:      git git://linuxtv.org/anttip/media_tree.git
3731 S:      Maintained
3732 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3733
3734 DVB_USB_CXUSB MEDIA DRIVER
3735 M:      Michael Krufky <mkrufky@linuxtv.org>
3736 L:      linux-media@vger.kernel.org
3737 W:      http://linuxtv.org/
3738 W:      http://github.com/mkrufky
3739 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3740 T:      git git://linuxtv.org/media_tree.git
3741 S:      Maintained
3742 F:      drivers/media/usb/dvb-usb/cxusb*
3743
3744 DVB_USB_EC168 MEDIA DRIVER
3745 M:      Antti Palosaari <crope@iki.fi>
3746 L:      linux-media@vger.kernel.org
3747 W:      http://linuxtv.org/
3748 W:      http://palosaari.fi/linux/
3749 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3750 T:      git git://linuxtv.org/anttip/media_tree.git
3751 S:      Maintained
3752 F:      drivers/media/usb/dvb-usb-v2/ec168*
3753
3754 DVB_USB_GL861 MEDIA DRIVER
3755 M:      Antti Palosaari <crope@iki.fi>
3756 L:      linux-media@vger.kernel.org
3757 W:      http://linuxtv.org/
3758 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3759 T:      git git://linuxtv.org/anttip/media_tree.git
3760 S:      Maintained
3761 F:      drivers/media/usb/dvb-usb-v2/gl861*
3762
3763 DVB_USB_MXL111SF MEDIA DRIVER
3764 M:      Michael Krufky <mkrufky@linuxtv.org>
3765 L:      linux-media@vger.kernel.org
3766 W:      http://linuxtv.org/
3767 W:      http://github.com/mkrufky
3768 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3769 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3770 S:      Maintained
3771 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3772
3773 DVB_USB_RTL28XXU MEDIA DRIVER
3774 M:      Antti Palosaari <crope@iki.fi>
3775 L:      linux-media@vger.kernel.org
3776 W:      http://linuxtv.org/
3777 W:      http://palosaari.fi/linux/
3778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3779 T:      git git://linuxtv.org/anttip/media_tree.git
3780 S:      Maintained
3781 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3782
3783 DVB_USB_V2 MEDIA DRIVER
3784 M:      Antti Palosaari <crope@iki.fi>
3785 L:      linux-media@vger.kernel.org
3786 W:      http://linuxtv.org/
3787 W:      http://palosaari.fi/linux/
3788 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3789 T:      git git://linuxtv.org/anttip/media_tree.git
3790 S:      Maintained
3791 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3792 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3793
3794 DYNAMIC DEBUG
3795 M:      Jason Baron <jbaron@akamai.com>
3796 S:      Maintained
3797 F:      lib/dynamic_debug.c
3798 F:      include/linux/dynamic_debug.h
3799
3800 DZ DECSTATION DZ11 SERIAL DRIVER
3801 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3802 S:      Maintained
3803 F:      drivers/tty/serial/dz.*
3804
3805 E3X0 POWER BUTTON DRIVER
3806 M:      Moritz Fischer <moritz.fischer@ettus.com>
3807 L:      usrp-users@lists.ettus.com
3808 W:      http://www.ettus.com
3809 S:      Supported
3810 F:      drivers/input/misc/e3x0-button.c
3811 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3812
3813 E4000 MEDIA DRIVER
3814 M:      Antti Palosaari <crope@iki.fi>
3815 L:      linux-media@vger.kernel.org
3816 W:      http://linuxtv.org/
3817 W:      http://palosaari.fi/linux/
3818 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3819 T:      git git://linuxtv.org/anttip/media_tree.git
3820 S:      Maintained
3821 F:      drivers/media/tuners/e4000*
3822
3823 EATA ISA/EISA/PCI SCSI DRIVER
3824 M:      Dario Ballabio <ballabio_dario@emc.com>
3825 L:      linux-scsi@vger.kernel.org
3826 S:      Maintained
3827 F:      drivers/scsi/eata.c
3828
3829 EC100 MEDIA DRIVER
3830 M:      Antti Palosaari <crope@iki.fi>
3831 L:      linux-media@vger.kernel.org
3832 W:      http://linuxtv.org/
3833 W:      http://palosaari.fi/linux/
3834 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3835 T:      git git://linuxtv.org/anttip/media_tree.git
3836 S:      Maintained
3837 F:      drivers/media/dvb-frontends/ec100*
3838
3839 ECRYPT FILE SYSTEM
3840 M:      Tyler Hicks <tyhicks@canonical.com>
3841 L:      ecryptfs@vger.kernel.org
3842 W:      http://ecryptfs.org
3843 W:      https://launchpad.net/ecryptfs
3844 S:      Supported
3845 F:      Documentation/filesystems/ecryptfs.txt
3846 F:      fs/ecryptfs/
3847
3848 EDAC-CORE
3849 M:      Doug Thompson <dougthompson@xmission.com>
3850 M:      Borislav Petkov <bp@alien8.de>
3851 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3852 L:      linux-edac@vger.kernel.org
3853 W:      bluesmoke.sourceforge.net
3854 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3855 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3856 S:      Supported
3857 F:      Documentation/edac.txt
3858 F:      drivers/edac/
3859 F:      include/linux/edac.h
3860
3861 EDAC-AMD64
3862 M:      Doug Thompson <dougthompson@xmission.com>
3863 M:      Borislav Petkov <bp@alien8.de>
3864 L:      linux-edac@vger.kernel.org
3865 W:      bluesmoke.sourceforge.net
3866 S:      Maintained
3867 F:      drivers/edac/amd64_edac*
3868
3869 EDAC-CALXEDA
3870 M:      Doug Thompson <dougthompson@xmission.com>
3871 M:      Robert Richter <rric@kernel.org>
3872 L:      linux-edac@vger.kernel.org
3873 W:      bluesmoke.sourceforge.net
3874 S:      Maintained
3875 F:      drivers/edac/highbank*
3876
3877 EDAC-CAVIUM
3878 M:      Ralf Baechle <ralf@linux-mips.org>
3879 M:      David Daney <david.daney@cavium.com>
3880 L:      linux-edac@vger.kernel.org
3881 L:      linux-mips@linux-mips.org
3882 W:      bluesmoke.sourceforge.net
3883 S:      Supported
3884 F:      drivers/edac/octeon_edac*
3885
3886 EDAC-E752X
3887 M:      Mark Gross <mark.gross@intel.com>
3888 M:      Doug Thompson <dougthompson@xmission.com>
3889 L:      linux-edac@vger.kernel.org
3890 W:      bluesmoke.sourceforge.net
3891 S:      Maintained
3892 F:      drivers/edac/e752x_edac.c
3893
3894 EDAC-E7XXX
3895 M:      Doug Thompson <dougthompson@xmission.com>
3896 L:      linux-edac@vger.kernel.org
3897 W:      bluesmoke.sourceforge.net
3898 S:      Maintained
3899 F:      drivers/edac/e7xxx_edac.c
3900
3901 EDAC-GHES
3902 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3903 L:      linux-edac@vger.kernel.org
3904 W:      bluesmoke.sourceforge.net
3905 S:      Maintained
3906 F:      drivers/edac/ghes_edac.c
3907
3908 EDAC-I82443BXGX
3909 M:      Tim Small <tim@buttersideup.com>
3910 L:      linux-edac@vger.kernel.org
3911 W:      bluesmoke.sourceforge.net
3912 S:      Maintained
3913 F:      drivers/edac/i82443bxgx_edac.c
3914
3915 EDAC-I3000
3916 M:      Jason Uhlenkott <juhlenko@akamai.com>
3917 L:      linux-edac@vger.kernel.org
3918 W:      bluesmoke.sourceforge.net
3919 S:      Maintained
3920 F:      drivers/edac/i3000_edac.c
3921
3922 EDAC-I5000
3923 M:      Doug Thompson <dougthompson@xmission.com>
3924 L:      linux-edac@vger.kernel.org
3925 W:      bluesmoke.sourceforge.net
3926 S:      Maintained
3927 F:      drivers/edac/i5000_edac.c
3928
3929 EDAC-I5400
3930 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3931 L:      linux-edac@vger.kernel.org
3932 W:      bluesmoke.sourceforge.net
3933 S:      Maintained
3934 F:      drivers/edac/i5400_edac.c
3935
3936 EDAC-I7300
3937 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3938 L:      linux-edac@vger.kernel.org
3939 W:      bluesmoke.sourceforge.net
3940 S:      Maintained
3941 F:      drivers/edac/i7300_edac.c
3942
3943 EDAC-I7CORE
3944 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3945 L:      linux-edac@vger.kernel.org
3946 W:      bluesmoke.sourceforge.net
3947 S:      Maintained
3948 F:      drivers/edac/i7core_edac.c
3949
3950 EDAC-I82975X
3951 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3952 M:      "Arvind R." <arvino55@gmail.com>
3953 L:      linux-edac@vger.kernel.org
3954 W:      bluesmoke.sourceforge.net
3955 S:      Maintained
3956 F:      drivers/edac/i82975x_edac.c
3957
3958 EDAC-IE31200
3959 M:      Jason Baron <jbaron@akamai.com>
3960 L:      linux-edac@vger.kernel.org
3961 W:      bluesmoke.sourceforge.net
3962 S:      Maintained
3963 F:      drivers/edac/ie31200_edac.c
3964
3965 EDAC-MPC85XX
3966 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3967 L:      linux-edac@vger.kernel.org
3968 W:      bluesmoke.sourceforge.net
3969 S:      Maintained
3970 F:      drivers/edac/mpc85xx_edac.[ch]
3971
3972 EDAC-PASEMI
3973 M:      Egor Martovetsky <egor@pasemi.com>
3974 L:      linux-edac@vger.kernel.org
3975 W:      bluesmoke.sourceforge.net
3976 S:      Maintained
3977 F:      drivers/edac/pasemi_edac.c
3978
3979 EDAC-R82600
3980 M:      Tim Small <tim@buttersideup.com>
3981 L:      linux-edac@vger.kernel.org
3982 W:      bluesmoke.sourceforge.net
3983 S:      Maintained
3984 F:      drivers/edac/r82600_edac.c
3985
3986 EDAC-SBRIDGE
3987 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3988 L:      linux-edac@vger.kernel.org
3989 W:      bluesmoke.sourceforge.net
3990 S:      Maintained
3991 F:      drivers/edac/sb_edac.c
3992
3993 EDAC-XGENE
3994 APPLIED MICRO (APM) X-GENE SOC EDAC
3995 M:     Loc Ho <lho@apm.com>
3996 S:     Supported
3997 F:     drivers/edac/xgene_edac.c
3998 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3999
4000 EDIROL UA-101/UA-1000 DRIVER
4001 M:      Clemens Ladisch <clemens@ladisch.de>
4002 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4003 T:      git git://git.alsa-project.org/alsa-kernel.git
4004 S:      Maintained
4005 F:      sound/usb/misc/ua101.c
4006
4007 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4008 M:      Matt Fleming <matt.fleming@intel.com>
4009 L:      linux-efi@vger.kernel.org
4010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4011 S:      Maintained
4012 F:      Documentation/efi-stub.txt
4013 F:      arch/ia64/kernel/efi.c
4014 F:      arch/x86/boot/compressed/eboot.[ch]
4015 F:      arch/x86/include/asm/efi.h
4016 F:      arch/x86/platform/efi/*
4017 F:      drivers/firmware/efi/*
4018 F:      include/linux/efi*.h
4019
4020 EFI VARIABLE FILESYSTEM
4021 M:      Matthew Garrett <matthew.garrett@nebula.com>
4022 M:      Jeremy Kerr <jk@ozlabs.org>
4023 M:      Matt Fleming <matt.fleming@intel.com>
4024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4025 L:      linux-efi@vger.kernel.org
4026 S:      Maintained
4027 F:      fs/efivarfs/
4028
4029 EFIFB FRAMEBUFFER DRIVER
4030 L:      linux-fbdev@vger.kernel.org
4031 M:      Peter Jones <pjones@redhat.com>
4032 S:      Maintained
4033 F:      drivers/video/fbdev/efifb.c
4034
4035 EFS FILESYSTEM
4036 W:      http://aeschi.ch.eu.org/efs/
4037 S:      Orphan
4038 F:      fs/efs/
4039
4040 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4041 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4042 M:      Christoph Raisch <raisch@de.ibm.com>
4043 L:      linux-rdma@vger.kernel.org
4044 S:      Supported
4045 F:      drivers/infiniband/hw/ehca/
4046
4047 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4048 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4049 L:      netdev@vger.kernel.org
4050 S:      Maintained
4051 F:      drivers/net/ethernet/ibm/ehea/
4052
4053 EM28XX VIDEO4LINUX DRIVER
4054 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4055 L:      linux-media@vger.kernel.org
4056 W:      http://linuxtv.org
4057 T:      git git://linuxtv.org/media_tree.git
4058 S:      Maintained
4059 F:      drivers/media/usb/em28xx/
4060
4061 EMBEDDED LINUX
4062 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4063 M:      Matt Mackall <mpm@selenic.com>
4064 M:      David Woodhouse <dwmw2@infradead.org>
4065 L:      linux-embedded@vger.kernel.org
4066 S:      Maintained
4067
4068 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4069 M:      James Smart <james.smart@avagotech.com>
4070 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4071 L:      linux-scsi@vger.kernel.org
4072 W:      http://www.avagotech.com
4073 S:      Supported
4074 F:      drivers/scsi/lpfc/
4075
4076 ENE CB710 FLASH CARD READER DRIVER
4077 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4078 S:      Maintained
4079 F:      drivers/misc/cb710/
4080 F:      drivers/mmc/host/cb710-mmc.*
4081 F:      include/linux/cb710.h
4082
4083 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4084 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4085 S:      Maintained
4086 F:      drivers/media/rc/ene_ir.*
4087
4088 ENHANCED ERROR HANDLING (EEH)
4089 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4090 L:      linuxppc-dev@lists.ozlabs.org
4091 S:      Supported
4092 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4093 F:      arch/powerpc/kernel/eeh*.c
4094
4095 EPSON S1D13XXX FRAMEBUFFER DRIVER
4096 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4097 S:      Maintained
4098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4099 F:      drivers/video/fbdev/s1d13xxxfb.c
4100 F:      include/video/s1d13xxxfb.h
4101
4102 ET131X NETWORK DRIVER
4103 M:      Mark Einon <mark.einon@gmail.com>
4104 S:      Odd Fixes
4105 F:      drivers/net/ethernet/agere/
4106
4107 ETHERNET BRIDGE
4108 M:      Stephen Hemminger <stephen@networkplumber.org>
4109 L:      bridge@lists.linux-foundation.org
4110 L:      netdev@vger.kernel.org
4111 W:      http://www.linuxfoundation.org/en/Net:Bridge
4112 S:      Maintained
4113 F:      include/linux/netfilter_bridge/
4114 F:      net/bridge/
4115
4116 ETHERNET PHY LIBRARY
4117 M:      Florian Fainelli <f.fainelli@gmail.com>
4118 L:      netdev@vger.kernel.org
4119 S:      Maintained
4120 F:      include/linux/phy.h
4121 F:      include/linux/phy_fixed.h
4122 F:      drivers/net/phy/
4123 F:      Documentation/networking/phy.txt
4124 F:      drivers/of/of_mdio.c
4125 F:      drivers/of/of_net.c
4126
4127 EXT2 FILE SYSTEM
4128 M:      Jan Kara <jack@suse.com>
4129 L:      linux-ext4@vger.kernel.org
4130 S:      Maintained
4131 F:      Documentation/filesystems/ext2.txt
4132 F:      fs/ext2/
4133 F:      include/linux/ext2*
4134
4135 EXT4 FILE SYSTEM
4136 M:      "Theodore Ts'o" <tytso@mit.edu>
4137 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4138 L:      linux-ext4@vger.kernel.org
4139 W:      http://ext4.wiki.kernel.org
4140 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4141 S:      Maintained
4142 F:      Documentation/filesystems/ext4.txt
4143 F:      fs/ext4/
4144
4145 Extended Verification Module (EVM)
4146 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4147 L:      linux-ima-devel@lists.sourceforge.net
4148 L:      linux-security-module@vger.kernel.org
4149 S:      Supported
4150 F:      security/integrity/evm/
4151
4152 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4153 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4154 M:      Chanwoo Choi <cw00.choi@samsung.com>
4155 L:      linux-kernel@vger.kernel.org
4156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4157 S:      Maintained
4158 F:      drivers/extcon/
4159 F:      Documentation/extcon/
4160
4161 EXYNOS DP DRIVER
4162 M:      Jingoo Han <jingoohan1@gmail.com>
4163 L:      dri-devel@lists.freedesktop.org
4164 S:      Maintained
4165 F:      drivers/gpu/drm/exynos/exynos_dp*
4166
4167 EXYNOS MIPI DISPLAY DRIVERS
4168 M:      Inki Dae <inki.dae@samsung.com>
4169 M:      Donghwa Lee <dh09.lee@samsung.com>
4170 M:      Kyungmin Park <kyungmin.park@samsung.com>
4171 L:      linux-fbdev@vger.kernel.org
4172 S:      Maintained
4173 F:      drivers/video/fbdev/exynos/exynos_mipi*
4174 F:      include/video/exynos_mipi*
4175
4176 F71805F HARDWARE MONITORING DRIVER
4177 M:      Jean Delvare <jdelvare@suse.com>
4178 L:      lm-sensors@lm-sensors.org
4179 S:      Maintained
4180 F:      Documentation/hwmon/f71805f
4181 F:      drivers/hwmon/f71805f.c
4182
4183 FC0011 TUNER DRIVER
4184 M:      Michael Buesch <m@bues.ch>
4185 L:      linux-media@vger.kernel.org
4186 S:      Maintained
4187 F:      drivers/media/tuners/fc0011.h
4188 F:      drivers/media/tuners/fc0011.c
4189
4190 FC2580 MEDIA DRIVER
4191 M:      Antti Palosaari <crope@iki.fi>
4192 L:      linux-media@vger.kernel.org
4193 W:      http://linuxtv.org/
4194 W:      http://palosaari.fi/linux/
4195 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4196 T:      git git://linuxtv.org/anttip/media_tree.git
4197 S:      Maintained
4198 F:      drivers/media/tuners/fc2580*
4199
4200 FANOTIFY
4201 M:      Eric Paris <eparis@redhat.com>
4202 S:      Maintained
4203 F:      fs/notify/fanotify/
4204 F:      include/linux/fanotify.h
4205 F:      include/uapi/linux/fanotify.h
4206
4207 FARSYNC SYNCHRONOUS DRIVER
4208 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4209 W:      http://www.farsite.co.uk/
4210 S:      Supported
4211 F:      drivers/net/wan/farsync.*
4212
4213 FAULT INJECTION SUPPORT
4214 M:      Akinobu Mita <akinobu.mita@gmail.com>
4215 S:      Supported
4216 F:      Documentation/fault-injection/
4217 F:      lib/fault-inject.c
4218
4219 FBTFT Framebuffer drivers
4220 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4221 M:      Noralf Trønnes <noralf@tronnes.org>
4222 S:      Maintained
4223 F:      drivers/staging/fbtft/
4224
4225 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4226 M:      Vasu Dev <vasu.dev@intel.com>
4227 L:      fcoe-devel@open-fcoe.org
4228 W:      www.Open-FCoE.org
4229 S:      Supported
4230 F:      drivers/scsi/libfc/
4231 F:      drivers/scsi/fcoe/
4232 F:      include/scsi/fc/
4233 F:      include/scsi/libfc.h
4234 F:      include/scsi/libfcoe.h
4235 F:      include/uapi/scsi/fc/
4236
4237 FILE LOCKING (flock() and fcntl()/lockf())
4238 M:      Jeff Layton <jlayton@poochiereds.net>
4239 M:      "J. Bruce Fields" <bfields@fieldses.org>
4240 L:      linux-fsdevel@vger.kernel.org
4241 S:      Maintained
4242 F:      include/linux/fcntl.h
4243 F:      include/linux/fs.h
4244 F:      include/uapi/linux/fcntl.h
4245 F:      include/uapi/linux/fs.h
4246 F:      fs/fcntl.c
4247 F:      fs/locks.c
4248
4249 FILESYSTEMS (VFS and infrastructure)
4250 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4251 L:      linux-fsdevel@vger.kernel.org
4252 S:      Maintained
4253 F:      fs/*
4254
4255 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4256 M:      Riku Voipio <riku.voipio@iki.fi>
4257 L:      lm-sensors@lm-sensors.org
4258 S:      Maintained
4259 F:      drivers/hwmon/f75375s.c
4260 F:      include/linux/f75375s.h
4261
4262 FIREWIRE AUDIO DRIVERS
4263 M:      Clemens Ladisch <clemens@ladisch.de>
4264 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4265 T:      git git://git.alsa-project.org/alsa-kernel.git
4266 S:      Maintained
4267 F:      sound/firewire/
4268
4269 FIREWIRE MEDIA DRIVERS (firedtv)
4270 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4271 L:      linux-media@vger.kernel.org
4272 L:      linux1394-devel@lists.sourceforge.net
4273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4274 S:      Maintained
4275 F:      drivers/media/firewire/
4276
4277 FIREWIRE SBP-2 TARGET
4278 M:      Chris Boot <bootc@bootc.net>
4279 L:      linux-scsi@vger.kernel.org
4280 L:      target-devel@vger.kernel.org
4281 L:      linux1394-devel@lists.sourceforge.net
4282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4283 S:      Maintained
4284 F:      drivers/target/sbp/
4285
4286 FIREWIRE SUBSYSTEM
4287 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4288 L:      linux1394-devel@lists.sourceforge.net
4289 W:      http://ieee1394.wiki.kernel.org/
4290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4291 S:      Maintained
4292 F:      drivers/firewire/
4293 F:      include/linux/firewire.h
4294 F:      include/uapi/linux/firewire*.h
4295 F:      tools/firewire/
4296
4297 FIRMWARE LOADER (request_firmware)
4298 M:      Ming Lei <ming.lei@canonical.com>
4299 L:      linux-kernel@vger.kernel.org
4300 S:      Maintained
4301 F:      Documentation/firmware_class/
4302 F:      drivers/base/firmware*.c
4303 F:      include/linux/firmware.h
4304
4305 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4306 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4307 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4308 S:      Maintained
4309 F:      drivers/block/rsxx/
4310
4311 FLOPPY DRIVER
4312 M:      Jiri Kosina <jikos@kernel.org>
4313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4314 S:      Odd fixes
4315 F:      drivers/block/floppy.c
4316
4317 FMC SUBSYSTEM
4318 M:      Alessandro Rubini <rubini@gnudd.com>
4319 W:      http://www.ohwr.org/projects/fmc-bus
4320 S:      Supported
4321 F:      drivers/fmc/
4322 F:      include/linux/fmc*.h
4323 F:      include/linux/ipmi-fru.h
4324 K:      fmc_d.*register
4325
4326 FPU EMULATOR
4327 M:      Bill Metzenthen <billm@melbpc.org.au>
4328 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4329 S:      Maintained
4330 F:      arch/x86/math-emu/
4331
4332 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4333 L:      netdev@vger.kernel.org
4334 S:      Orphan
4335 F:      drivers/net/wan/dlci.c
4336 F:      drivers/net/wan/sdla.c
4337
4338 FRAMEBUFFER LAYER
4339 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4340 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4341 L:      linux-fbdev@vger.kernel.org
4342 W:      http://linux-fbdev.sourceforge.net/
4343 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4345 S:      Maintained
4346 F:      Documentation/fb/
4347 F:      Documentation/devicetree/bindings/fb/
4348 F:      drivers/video/
4349 F:      include/video/
4350 F:      include/linux/fb.h
4351 F:      include/uapi/video/
4352 F:      include/uapi/linux/fb.h
4353
4354 FREESCALE DIU FRAMEBUFFER DRIVER
4355 M:      Timur Tabi <timur@tabi.org>
4356 L:      linux-fbdev@vger.kernel.org
4357 S:      Maintained
4358 F:      drivers/video/fbdev/fsl-diu-fb.*
4359
4360 FREESCALE DMA DRIVER
4361 M:      Li Yang <leoli@freescale.com>
4362 M:      Zhang Wei <zw@zh-kernel.org>
4363 L:      linuxppc-dev@lists.ozlabs.org
4364 S:      Maintained
4365 F:      drivers/dma/fsldma.*
4366
4367 FREESCALE I2C CPM DRIVER
4368 M:      Jochen Friedrich <jochen@scram.de>
4369 L:      linuxppc-dev@lists.ozlabs.org
4370 L:      linux-i2c@vger.kernel.org
4371 S:      Maintained
4372 F:      drivers/i2c/busses/i2c-cpm.c
4373
4374 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4375 M:      Sascha Hauer <kernel@pengutronix.de>
4376 L:      linux-fbdev@vger.kernel.org
4377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4378 S:      Maintained
4379 F:      include/linux/platform_data/video-imxfb.h
4380 F:      drivers/video/fbdev/imxfb.c
4381
4382 FREESCALE QUAD SPI DRIVER
4383 M:      Han Xu <han.xu@freescale.com>
4384 L:      linux-mtd@lists.infradead.org
4385 S:      Maintained
4386 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4387
4388 FREESCALE SOC FS_ENET DRIVER
4389 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4390 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4391 L:      linuxppc-dev@lists.ozlabs.org
4392 L:      netdev@vger.kernel.org
4393 S:      Maintained
4394 F:      drivers/net/ethernet/freescale/fs_enet/
4395 F:      include/linux/fs_enet_pd.h
4396
4397 FREESCALE QUICC ENGINE LIBRARY
4398 L:      linuxppc-dev@lists.ozlabs.org
4399 S:      Orphan
4400 F:      arch/powerpc/sysdev/qe_lib/
4401 F:      arch/powerpc/include/asm/*qe.h
4402
4403 FREESCALE USB PERIPHERAL DRIVERS
4404 M:      Li Yang <leoli@freescale.com>
4405 L:      linux-usb@vger.kernel.org
4406 L:      linuxppc-dev@lists.ozlabs.org
4407 S:      Maintained
4408 F:      drivers/usb/gadget/udc/fsl*
4409
4410 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4411 M:      Li Yang <leoli@freescale.com>
4412 L:      netdev@vger.kernel.org
4413 L:      linuxppc-dev@lists.ozlabs.org
4414 S:      Maintained
4415 F:      drivers/net/ethernet/freescale/ucc_geth*
4416
4417 FREESCALE QUICC ENGINE UCC UART DRIVER
4418 M:      Timur Tabi <timur@tabi.org>
4419 L:      linuxppc-dev@lists.ozlabs.org
4420 S:      Maintained
4421 F:      drivers/tty/serial/ucc_uart.c
4422
4423 FREESCALE SOC SOUND DRIVERS
4424 M:      Timur Tabi <timur@tabi.org>
4425 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4426 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4427 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4428 L:      linuxppc-dev@lists.ozlabs.org
4429 S:      Maintained
4430 F:      sound/soc/fsl/fsl*
4431 F:      sound/soc/fsl/imx*
4432 F:      sound/soc/fsl/mpc8610_hpcd.c
4433
4434 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4435 M:      "J. German Rivera" <German.Rivera@freescale.com>
4436 L:      linux-kernel@vger.kernel.org
4437 S:      Maintained
4438 F:      drivers/staging/fsl-mc/
4439
4440 FREEVXFS FILESYSTEM
4441 M:      Christoph Hellwig <hch@infradead.org>
4442 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4443 S:      Maintained
4444 F:      fs/freevxfs/
4445
4446 FREEZER
4447 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4448 M:      Pavel Machek <pavel@ucw.cz>
4449 L:      linux-pm@vger.kernel.org
4450 S:      Supported
4451 F:      Documentation/power/freezing-of-tasks.txt
4452 F:      include/linux/freezer.h
4453 F:      kernel/freezer.c
4454
4455 FRONTSWAP API
4456 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4457 L:      linux-kernel@vger.kernel.org
4458 S:      Maintained
4459 F:      mm/frontswap.c
4460 F:      include/linux/frontswap.h
4461
4462 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4463 M:      David Howells <dhowells@redhat.com>
4464 L:      linux-cachefs@redhat.com
4465 S:      Supported
4466 F:      Documentation/filesystems/caching/
4467 F:      fs/fscache/
4468 F:      include/linux/fscache*.h
4469
4470 F2FS FILE SYSTEM
4471 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4472 M:      Changman Lee <cm224.lee@samsung.com>
4473 R:      Chao Yu <chao2.yu@samsung.com>
4474 L:      linux-f2fs-devel@lists.sourceforge.net
4475 W:      http://en.wikipedia.org/wiki/F2FS
4476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4477 S:      Maintained
4478 F:      Documentation/filesystems/f2fs.txt
4479 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4480 F:      fs/f2fs/
4481 F:      include/linux/f2fs_fs.h
4482 F:      include/trace/events/f2fs.h
4483
4484 FUJITSU FR-V (FRV) PORT
4485 M:      David Howells <dhowells@redhat.com>
4486 S:      Maintained
4487 F:      arch/frv/
4488
4489 FUJITSU LAPTOP EXTRAS
4490 M:      Jonathan Woithe <jwoithe@just42.net>
4491 L:      platform-driver-x86@vger.kernel.org
4492 S:      Maintained
4493 F:      drivers/platform/x86/fujitsu-laptop.c
4494
4495 FUJITSU M-5MO LS CAMERA ISP DRIVER
4496 M:      Kyungmin Park <kyungmin.park@samsung.com>
4497 M:      Heungjun Kim <riverful.kim@samsung.com>
4498 L:      linux-media@vger.kernel.org
4499 S:      Maintained
4500 F:      drivers/media/i2c/m5mols/
4501 F:      include/media/m5mols.h
4502
4503 FUJITSU TABLET EXTRAS
4504 M:      Robert Gerlach <khnz@gmx.de>
4505 L:      platform-driver-x86@vger.kernel.org
4506 S:      Maintained
4507 F:      drivers/platform/x86/fujitsu-tablet.c
4508
4509 FUSE: FILESYSTEM IN USERSPACE
4510 M:      Miklos Szeredi <miklos@szeredi.hu>
4511 L:      fuse-devel@lists.sourceforge.net
4512 W:      http://fuse.sourceforge.net/
4513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4514 S:      Maintained
4515 F:      fs/fuse/
4516 F:      include/uapi/linux/fuse.h
4517 F:      Documentation/filesystems/fuse.txt
4518
4519 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4520 M:      Rik Faith <faith@cs.unc.edu>
4521 L:      linux-scsi@vger.kernel.org
4522 S:      Odd Fixes (e.g., new signatures)
4523 F:      drivers/scsi/fdomain.*
4524
4525 GCOV BASED KERNEL PROFILING
4526 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4527 S:      Maintained
4528 F:      kernel/gcov/
4529 F:      Documentation/gcov.txt
4530
4531 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4532 M:      Achim Leubner <achim_leubner@adaptec.com>
4533 L:      linux-scsi@vger.kernel.org
4534 W:      http://www.icp-vortex.com/
4535 S:      Supported
4536 F:      drivers/scsi/gdt*
4537
4538 GDB KERNEL DEBUGGING HELPER SCRIPTS
4539 M:      Jan Kiszka <jan.kiszka@siemens.com>
4540 S:      Supported
4541 F:      scripts/gdb/
4542
4543 GEMTEK FM RADIO RECEIVER DRIVER
4544 M:      Hans Verkuil <hverkuil@xs4all.nl>
4545 L:      linux-media@vger.kernel.org
4546 T:      git git://linuxtv.org/media_tree.git
4547 W:      http://linuxtv.org
4548 S:      Maintained
4549 F:      drivers/media/radio/radio-gemtek*
4550
4551 GENERIC GPIO I2C DRIVER
4552 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4553 S:      Supported
4554 F:      drivers/i2c/busses/i2c-gpio.c
4555 F:      include/linux/i2c-gpio.h
4556
4557 GENERIC GPIO I2C MULTIPLEXER DRIVER
4558 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4559 L:      linux-i2c@vger.kernel.org
4560 S:      Supported
4561 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4562 F:      include/linux/i2c-mux-gpio.h
4563 F:      Documentation/i2c/muxes/i2c-mux-gpio
4564
4565 GENERIC HDLC (WAN) DRIVERS
4566 M:      Krzysztof Halasa <khc@pm.waw.pl>
4567 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4568 S:      Maintained
4569 F:      drivers/net/wan/c101.c
4570 F:      drivers/net/wan/hd6457*
4571 F:      drivers/net/wan/hdlc*
4572 F:      drivers/net/wan/n2.c
4573 F:      drivers/net/wan/pc300too.c
4574 F:      drivers/net/wan/pci200syn.c
4575 F:      drivers/net/wan/wanxl*
4576
4577 GENERIC INCLUDE/ASM HEADER FILES
4578 M:      Arnd Bergmann <arnd@arndb.de>
4579 L:      linux-arch@vger.kernel.org
4580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4581 S:      Maintained
4582 F:      include/asm-generic/
4583 F:      include/uapi/asm-generic/
4584
4585 GENERIC PHY FRAMEWORK
4586 M:      Kishon Vijay Abraham I <kishon@ti.com>
4587 L:      linux-kernel@vger.kernel.org
4588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4589 S:      Supported
4590 F:      drivers/phy/
4591 F:      include/linux/phy/
4592
4593 GENERIC PM DOMAINS
4594 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4595 M:      Kevin Hilman <khilman@kernel.org>
4596 M:      Ulf Hansson <ulf.hansson@linaro.org>
4597 L:      linux-pm@vger.kernel.org
4598 S:      Supported
4599 F:      drivers/base/power/domain*.c
4600 F:      include/linux/pm_domain.h
4601
4602 GENERIC UIO DRIVER FOR PCI DEVICES
4603 M:      "Michael S. Tsirkin" <mst@redhat.com>
4604 L:      kvm@vger.kernel.org
4605 S:      Supported
4606 F:      drivers/uio/uio_pci_generic.c
4607
4608 GET_MAINTAINER SCRIPT
4609 M:      Joe Perches <joe@perches.com>
4610 S:      Maintained
4611 F:      scripts/get_maintainer.pl
4612
4613 GFS2 FILE SYSTEM
4614 M:      Steven Whitehouse <swhiteho@redhat.com>
4615 M:      Bob Peterson <rpeterso@redhat.com>
4616 L:      cluster-devel@redhat.com
4617 W:      http://sources.redhat.com/cluster/
4618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4619 S:      Supported
4620 F:      Documentation/filesystems/gfs2*.txt
4621 F:      fs/gfs2/
4622 F:      include/uapi/linux/gfs2_ondisk.h
4623
4624 GIGASET ISDN DRIVERS
4625 M:      Paul Bolle <pebolle@tiscali.nl>
4626 L:      gigaset307x-common@lists.sourceforge.net
4627 W:      http://gigaset307x.sourceforge.net/
4628 S:      Odd Fixes
4629 F:      Documentation/isdn/README.gigaset
4630 F:      drivers/isdn/gigaset/
4631 F:      include/uapi/linux/gigaset_dev.h
4632
4633 GO7007 MPEG CODEC
4634 M:      Hans Verkuil <hans.verkuil@cisco.com>
4635 L:      linux-media@vger.kernel.org
4636 S:      Maintained
4637 F:      drivers/media/usb/go7007/
4638
4639 GOODIX TOUCHSCREEN
4640 M:      Bastien Nocera <hadess@hadess.net>
4641 L:      linux-input@vger.kernel.org
4642 S:      Maintained
4643 F:      drivers/input/touchscreen/goodix.c
4644
4645 GPIO SUBSYSTEM
4646 M:      Linus Walleij <linus.walleij@linaro.org>
4647 M:      Alexandre Courbot <gnurou@gmail.com>
4648 L:      linux-gpio@vger.kernel.org
4649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4650 S:      Maintained
4651 F:      Documentation/gpio/
4652 F:      drivers/gpio/
4653 F:      include/linux/gpio/
4654 F:      include/linux/gpio.h
4655 F:      include/asm-generic/gpio.h
4656
4657 GRE DEMULTIPLEXER DRIVER
4658 M:      Dmitry Kozlov <xeb@mail.ru>
4659 L:      netdev@vger.kernel.org
4660 S:      Maintained
4661 F:      net/ipv4/gre_demux.c
4662 F:      net/ipv4/gre_offload.c
4663 F:      include/net/gre.h
4664
4665 GRETH 10/100/1G Ethernet MAC device driver
4666 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4667 L:      netdev@vger.kernel.org
4668 S:      Maintained
4669 F:      drivers/net/ethernet/aeroflex/
4670
4671 GSPCA FINEPIX SUBDRIVER
4672 M:      Frank Zago <frank@zago.net>
4673 L:      linux-media@vger.kernel.org
4674 T:      git git://linuxtv.org/media_tree.git
4675 S:      Maintained
4676 F:      drivers/media/usb/gspca/finepix.c
4677
4678 GSPCA GL860 SUBDRIVER
4679 M:      Olivier Lorin <o.lorin@laposte.net>
4680 L:      linux-media@vger.kernel.org
4681 T:      git git://linuxtv.org/media_tree.git
4682 S:      Maintained
4683 F:      drivers/media/usb/gspca/gl860/
4684
4685 GSPCA M5602 SUBDRIVER
4686 M:      Erik Andren <erik.andren@gmail.com>
4687 L:      linux-media@vger.kernel.org
4688 T:      git git://linuxtv.org/media_tree.git
4689 S:      Maintained
4690 F:      drivers/media/usb/gspca/m5602/
4691
4692 GSPCA PAC207 SONIXB SUBDRIVER
4693 M:      Hans de Goede <hdegoede@redhat.com>
4694 L:      linux-media@vger.kernel.org
4695 T:      git git://linuxtv.org/media_tree.git
4696 S:      Maintained
4697 F:      drivers/media/usb/gspca/pac207.c
4698
4699 GSPCA SN9C20X SUBDRIVER
4700 M:      Brian Johnson <brijohn@gmail.com>
4701 L:      linux-media@vger.kernel.org
4702 T:      git git://linuxtv.org/media_tree.git
4703 S:      Maintained
4704 F:      drivers/media/usb/gspca/sn9c20x.c
4705
4706 GSPCA T613 SUBDRIVER
4707 M:      Leandro Costantino <lcostantino@gmail.com>
4708 L:      linux-media@vger.kernel.org
4709 T:      git git://linuxtv.org/media_tree.git
4710 S:      Maintained
4711 F:      drivers/media/usb/gspca/t613.c
4712
4713 GSPCA USB WEBCAM DRIVER
4714 M:      Hans de Goede <hdegoede@redhat.com>
4715 L:      linux-media@vger.kernel.org
4716 T:      git git://linuxtv.org/media_tree.git
4717 S:      Maintained
4718 F:      drivers/media/usb/gspca/
4719
4720 GUID PARTITION TABLE (GPT)
4721 M:      Davidlohr Bueso <dave@stgolabs.net>
4722 L:      linux-efi@vger.kernel.org
4723 S:      Maintained
4724 F:      block/partitions/efi.*
4725
4726 STK1160 USB VIDEO CAPTURE DRIVER
4727 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4728 L:      linux-media@vger.kernel.org
4729 T:      git git://linuxtv.org/media_tree.git
4730 S:      Maintained
4731 F:      drivers/media/usb/stk1160/
4732
4733 H8/300 ARCHITECTURE
4734 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4735 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4736 W:      http://uclinux-h8.sourceforge.jp
4737 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4738 S:      Maintained
4739 F:      arch/h8300/
4740 F:      drivers/clocksource/h8300_*.c
4741 F:      drivers/clk/h8300/
4742 F:      drivers/irqchip/irq-renesas-h8*.c
4743
4744 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4745 M:      Frank Seidel <frank@f-seidel.de>
4746 L:      platform-driver-x86@vger.kernel.org
4747 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4748 S:      Maintained
4749 F:      drivers/platform/x86/hdaps.c
4750
4751 HDPVR USB VIDEO ENCODER DRIVER
4752 M:      Hans Verkuil <hverkuil@xs4all.nl>
4753 L:      linux-media@vger.kernel.org
4754 T:      git git://linuxtv.org/media_tree.git
4755 W:      http://linuxtv.org
4756 S:      Odd Fixes
4757 F:      drivers/media/usb/hdpvr/
4758
4759 HWPOISON MEMORY FAILURE HANDLING
4760 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4761 L:      linux-mm@kvack.org
4762 S:      Maintained
4763 F:      mm/memory-failure.c
4764 F:      mm/hwpoison-inject.c
4765
4766 HYPERVISOR VIRTUAL CONSOLE DRIVER
4767 L:      linuxppc-dev@lists.ozlabs.org
4768 S:      Odd Fixes
4769 F:      drivers/tty/hvc/
4770
4771 HACKRF MEDIA DRIVER
4772 M:      Antti Palosaari <crope@iki.fi>
4773 L:      linux-media@vger.kernel.org
4774 W:      http://linuxtv.org/
4775 W:      http://palosaari.fi/linux/
4776 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4777 T:      git git://linuxtv.org/anttip/media_tree.git
4778 S:      Maintained
4779 F:      drivers/media/usb/hackrf/
4780
4781 HARDWARE MONITORING
4782 M:      Jean Delvare <jdelvare@suse.com>
4783 M:      Guenter Roeck <linux@roeck-us.net>
4784 L:      lm-sensors@lm-sensors.org
4785 W:      http://www.lm-sensors.org/
4786 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4788 S:      Maintained
4789 F:      Documentation/hwmon/
4790 F:      drivers/hwmon/
4791 F:      include/linux/hwmon*.h
4792
4793 HARDWARE RANDOM NUMBER GENERATOR CORE
4794 M:      Matt Mackall <mpm@selenic.com>
4795 M:      Herbert Xu <herbert@gondor.apana.org.au>
4796 L:      linux-crypto@vger.kernel.org
4797 S:      Odd fixes
4798 F:      Documentation/hw_random.txt
4799 F:      drivers/char/hw_random/
4800 F:      include/linux/hw_random.h
4801
4802 HARDWARE SPINLOCK CORE
4803 M:      Ohad Ben-Cohen <ohad@wizery.com>
4804 S:      Maintained
4805 F:      Documentation/hwspinlock.txt
4806 F:      drivers/hwspinlock/hwspinlock_*
4807 F:      include/linux/hwspinlock.h
4808
4809 HARMONY SOUND DRIVER
4810 L:      linux-parisc@vger.kernel.org
4811 S:      Maintained
4812 F:      sound/parisc/harmony.*
4813
4814 HD29L2 MEDIA DRIVER
4815 M:      Antti Palosaari <crope@iki.fi>
4816 L:      linux-media@vger.kernel.org
4817 W:      http://linuxtv.org/
4818 W:      http://palosaari.fi/linux/
4819 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4820 T:      git git://linuxtv.org/anttip/media_tree.git
4821 S:      Maintained
4822 F:      drivers/media/dvb-frontends/hd29l2*
4823
4824 HEWLETT-PACKARD SMART2 RAID DRIVER
4825 L:      iss_storagedev@hp.com
4826 S:      Orphan
4827 F:      Documentation/blockdev/cpqarray.txt
4828 F:      drivers/block/cpqarray.*
4829
4830 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4831 M:      Don Brace <don.brace@pmcs.com>
4832 L:      iss_storagedev@hp.com
4833 L:      storagedev@pmcs.com
4834 L:      linux-scsi@vger.kernel.org
4835 S:      Supported
4836 F:      Documentation/scsi/hpsa.txt
4837 F:      drivers/scsi/hpsa*.[ch]
4838 F:      include/linux/cciss*.h
4839 F:      include/uapi/linux/cciss*.h
4840
4841 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4842 M:      Don Brace <don.brace@pmcs.com>
4843 L:      iss_storagedev@hp.com
4844 L:      storagedev@pmcs.com
4845 L:      linux-scsi@vger.kernel.org
4846 S:      Supported
4847 F:      Documentation/blockdev/cciss.txt
4848 F:      drivers/block/cciss*
4849 F:      include/linux/cciss_ioctl.h
4850 F:      include/uapi/linux/cciss_ioctl.h
4851
4852 HFS FILESYSTEM
4853 L:      linux-fsdevel@vger.kernel.org
4854 S:      Orphan
4855 F:      Documentation/filesystems/hfs.txt
4856 F:      fs/hfs/
4857
4858 HFSPLUS FILESYSTEM
4859 L:      linux-fsdevel@vger.kernel.org
4860 S:      Orphan
4861 F:      Documentation/filesystems/hfsplus.txt
4862 F:      fs/hfsplus/
4863
4864 HGA FRAMEBUFFER DRIVER
4865 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4866 L:      linux-nvidia@lists.surfsouth.com
4867 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4868 S:      Maintained
4869 F:      drivers/video/fbdev/hgafb.c
4870
4871 HIBERNATION (aka Software Suspend, aka swsusp)
4872 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4873 M:      Pavel Machek <pavel@ucw.cz>
4874 L:      linux-pm@vger.kernel.org
4875 S:      Supported
4876 F:      arch/x86/power/
4877 F:      drivers/base/power/
4878 F:      kernel/power/
4879 F:      include/linux/suspend.h
4880 F:      include/linux/freezer.h
4881 F:      include/linux/pm.h
4882 F:      arch/*/include/asm/suspend*.h
4883
4884 HID CORE LAYER
4885 M:      Jiri Kosina <jikos@kernel.org>
4886 L:      linux-input@vger.kernel.org
4887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4888 S:      Maintained
4889 F:      drivers/hid/
4890 F:      include/linux/hid*
4891 F:      include/uapi/linux/hid*
4892
4893 HID SENSOR HUB DRIVERS
4894 M:      Jiri Kosina <jikos@kernel.org>
4895 M:      Jonathan Cameron <jic23@kernel.org>
4896 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4897 L:      linux-input@vger.kernel.org
4898 L:      linux-iio@vger.kernel.org
4899 S:      Maintained
4900 F:      Documentation/hid/hid-sensor*
4901 F:      drivers/hid/hid-sensor-*
4902 F:      drivers/iio/*/hid-*
4903 F:      include/linux/hid-sensor-*
4904
4905 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4906 M:      Thomas Gleixner <tglx@linutronix.de>
4907 L:      linux-kernel@vger.kernel.org
4908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4909 S:      Maintained
4910 F:      Documentation/timers/
4911 F:      kernel/time/hrtimer.c
4912 F:      kernel/time/clockevents.c
4913 F:      kernel/time/tick*.*
4914 F:      kernel/time/timer_*.c
4915 F:      include/linux/clockchips.h
4916 F:      include/linux/hrtimer.h
4917
4918 HIGH-SPEED SCC DRIVER FOR AX.25
4919 L:      linux-hams@vger.kernel.org
4920 S:      Orphan
4921 F:      drivers/net/hamradio/dmascc.c
4922 F:      drivers/net/hamradio/scc.c
4923
4924 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4925 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4926 W:      http://www.highpoint-tech.com
4927 S:      Supported
4928 F:      Documentation/scsi/hptiop.txt
4929 F:      drivers/scsi/hptiop.c
4930
4931 HIPPI
4932 M:      Jes Sorensen <jes@trained-monkey.org>
4933 L:      linux-hippi@sunsite.dk
4934 S:      Maintained
4935 F:      include/linux/hippidevice.h
4936 F:      include/uapi/linux/if_hippi.h
4937 F:      net/802/hippi.c
4938 F:      drivers/net/hippi/
4939
4940 HOST AP DRIVER
4941 M:      Jouni Malinen <j@w1.fi>
4942 L:      hostap@shmoo.com (subscribers-only)
4943 L:      linux-wireless@vger.kernel.org
4944 W:      http://hostap.epitest.fi/
4945 S:      Maintained
4946 F:      drivers/net/wireless/hostap/
4947
4948 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4949 L:      platform-driver-x86@vger.kernel.org
4950 S:      Orphan
4951 F:      drivers/platform/x86/tc1100-wmi.c
4952
4953 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4954 M:      Jaroslav Kysela <perex@perex.cz>
4955 S:      Maintained
4956 F:      drivers/net/ethernet/hp/hp100.*
4957
4958 HPET:   High Precision Event Timers driver
4959 M:      Clemens Ladisch <clemens@ladisch.de>
4960 S:      Maintained
4961 F:      Documentation/timers/hpet.txt
4962 F:      drivers/char/hpet.c
4963 F:      include/linux/hpet.h
4964 F:      include/uapi/linux/hpet.h
4965
4966 HPET:   x86
4967 S:      Orphan
4968 F:      arch/x86/kernel/hpet.c
4969 F:      arch/x86/include/asm/hpet.h
4970
4971 HPFS FILESYSTEM
4972 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4973 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4974 S:      Maintained
4975 F:      fs/hpfs/
4976
4977 HSI SUBSYSTEM
4978 M:      Sebastian Reichel <sre@kernel.org>
4979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4980 S:      Maintained
4981 F:      Documentation/ABI/testing/sysfs-bus-hsi
4982 F:      Documentation/hsi.txt
4983 F:      drivers/hsi/
4984 F:      include/linux/hsi/
4985 F:      include/uapi/linux/hsi/
4986
4987 HSO 3G MODEM DRIVER
4988 M:      Jan Dumon <j.dumon@option.com>
4989 W:      http://www.pharscape.org
4990 S:      Maintained
4991 F:      drivers/net/usb/hso.c
4992
4993 HSR NETWORK PROTOCOL
4994 M:      Arvid Brodin <arvid.brodin@alten.se>
4995 L:      netdev@vger.kernel.org
4996 S:      Maintained
4997 F:      net/hsr/
4998
4999 HTCPEN TOUCHSCREEN DRIVER
5000 M:      Pau Oliva Fora <pof@eslack.org>
5001 L:      linux-input@vger.kernel.org
5002 S:      Maintained
5003 F:      drivers/input/touchscreen/htcpen.c
5004
5005 HUGETLB FILESYSTEM
5006 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5007 S:      Maintained
5008 F:      fs/hugetlbfs/
5009
5010 Hyper-V CORE AND DRIVERS
5011 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5012 M:      Haiyang Zhang <haiyangz@microsoft.com>
5013 L:      devel@linuxdriverproject.org
5014 S:      Maintained
5015 F:      arch/x86/include/asm/mshyperv.h
5016 F:      arch/x86/include/uapi/asm/hyperv.h
5017 F:      arch/x86/kernel/cpu/mshyperv.c
5018 F:      drivers/hid/hid-hyperv.c
5019 F:      drivers/hv/
5020 F:      drivers/input/serio/hyperv-keyboard.c
5021 F:      drivers/net/hyperv/
5022 F:      drivers/scsi/storvsc_drv.c
5023 F:      drivers/video/fbdev/hyperv_fb.c
5024 F:      include/linux/hyperv.h
5025 F:      tools/hv/
5026 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5027
5028 I2C OVER PARALLEL PORT
5029 M:      Jean Delvare <jdelvare@suse.com>
5030 L:      linux-i2c@vger.kernel.org
5031 S:      Maintained
5032 F:      Documentation/i2c/busses/i2c-parport
5033 F:      Documentation/i2c/busses/i2c-parport-light
5034 F:      drivers/i2c/busses/i2c-parport.c
5035 F:      drivers/i2c/busses/i2c-parport-light.c
5036
5037 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5038 M:      Jean Delvare <jdelvare@suse.com>
5039 L:      linux-i2c@vger.kernel.org
5040 S:      Maintained
5041 F:      Documentation/i2c/busses/i2c-ali1535
5042 F:      Documentation/i2c/busses/i2c-ali1563
5043 F:      Documentation/i2c/busses/i2c-ali15x3
5044 F:      Documentation/i2c/busses/i2c-amd756
5045 F:      Documentation/i2c/busses/i2c-amd8111
5046 F:      Documentation/i2c/busses/i2c-i801
5047 F:      Documentation/i2c/busses/i2c-nforce2
5048 F:      Documentation/i2c/busses/i2c-piix4
5049 F:      Documentation/i2c/busses/i2c-sis5595
5050 F:      Documentation/i2c/busses/i2c-sis630
5051 F:      Documentation/i2c/busses/i2c-sis96x
5052 F:      Documentation/i2c/busses/i2c-via
5053 F:      Documentation/i2c/busses/i2c-viapro
5054 F:      drivers/i2c/busses/i2c-ali1535.c
5055 F:      drivers/i2c/busses/i2c-ali1563.c
5056 F:      drivers/i2c/busses/i2c-ali15x3.c
5057 F:      drivers/i2c/busses/i2c-amd756.c
5058 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5059 F:      drivers/i2c/busses/i2c-amd8111.c
5060 F:      drivers/i2c/busses/i2c-i801.c
5061 F:      drivers/i2c/busses/i2c-isch.c
5062 F:      drivers/i2c/busses/i2c-nforce2.c
5063 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5064 F:      drivers/i2c/busses/i2c-piix4.c
5065 F:      drivers/i2c/busses/i2c-sis5595.c
5066 F:      drivers/i2c/busses/i2c-sis630.c
5067 F:      drivers/i2c/busses/i2c-sis96x.c
5068 F:      drivers/i2c/busses/i2c-via.c
5069 F:      drivers/i2c/busses/i2c-viapro.c
5070
5071 I2C/SMBUS ISMT DRIVER
5072 M:      Seth Heasley <seth.heasley@intel.com>
5073 M:      Neil Horman <nhorman@tuxdriver.com>
5074 L:      linux-i2c@vger.kernel.org
5075 F:      drivers/i2c/busses/i2c-ismt.c
5076 F:      Documentation/i2c/busses/i2c-ismt
5077
5078 I2C/SMBUS STUB DRIVER
5079 M:      Jean Delvare <jdelvare@suse.com>
5080 L:      linux-i2c@vger.kernel.org
5081 S:      Maintained
5082 F:      drivers/i2c/i2c-stub.c
5083
5084 I2C SUBSYSTEM
5085 M:      Wolfram Sang <wsa@the-dreams.de>
5086 L:      linux-i2c@vger.kernel.org
5087 W:      https://i2c.wiki.kernel.org/
5088 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5090 S:      Maintained
5091 F:      Documentation/devicetree/bindings/i2c/
5092 F:      Documentation/i2c/
5093 F:      drivers/i2c/
5094 F:      include/linux/i2c.h
5095 F:      include/linux/i2c-*.h
5096 F:      include/uapi/linux/i2c.h
5097 F:      include/uapi/linux/i2c-*.h
5098
5099 I2C ACPI SUPPORT
5100 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5101 L:      linux-i2c@vger.kernel.org
5102 L:      linux-acpi@vger.kernel.org
5103 S:      Maintained
5104
5105 I2C-TAOS-EVM DRIVER
5106 M:      Jean Delvare <jdelvare@suse.com>
5107 L:      linux-i2c@vger.kernel.org
5108 S:      Maintained
5109 F:      Documentation/i2c/busses/i2c-taos-evm
5110 F:      drivers/i2c/busses/i2c-taos-evm.c
5111
5112 I2C-TINY-USB DRIVER
5113 M:      Till Harbaum <till@harbaum.org>
5114 L:      linux-i2c@vger.kernel.org
5115 W:      http://www.harbaum.org/till/i2c_tiny_usb
5116 S:      Maintained
5117 F:      drivers/i2c/busses/i2c-tiny-usb.c
5118
5119 i386 BOOT CODE
5120 M:      "H. Peter Anvin" <hpa@zytor.com>
5121 S:      Maintained
5122 F:      arch/x86/boot/
5123
5124 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5125 M:      "H. Peter Anvin" <hpa@zytor.com>
5126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5127 S:      Maintained
5128
5129 IA64 (Itanium) PLATFORM
5130 M:      Tony Luck <tony.luck@intel.com>
5131 M:      Fenghua Yu <fenghua.yu@intel.com>
5132 L:      linux-ia64@vger.kernel.org
5133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5134 S:      Maintained
5135 F:      arch/ia64/
5136
5137 IBM Power VMX Cryptographic instructions
5138 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5139 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5140 L:      linux-crypto@vger.kernel.org
5141 S:      Supported
5142 F:      drivers/crypto/vmx/Makefile
5143 F:      drivers/crypto/vmx/Kconfig
5144 F:      drivers/crypto/vmx/vmx.c
5145 F:      drivers/crypto/vmx/aes*
5146 F:      drivers/crypto/vmx/ghash*
5147 F:      drivers/crypto/vmx/ppc-xlate.pl
5148
5149 IBM Power in-Nest Crypto Acceleration
5150 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5151 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5152 L:      linux-crypto@vger.kernel.org
5153 S:      Supported
5154 F:      drivers/crypto/nx/Makefile
5155 F:      drivers/crypto/nx/Kconfig
5156 F:      drivers/crypto/nx/nx-aes*
5157 F:      drivers/crypto/nx/nx-sha*
5158 F:      drivers/crypto/nx/nx.*
5159 F:      drivers/crypto/nx/nx_csbcpb.h
5160 F:      drivers/crypto/nx/nx_debugfs.h
5161
5162 IBM Power 842 compression accelerator
5163 M:      Dan Streetman <ddstreet@ieee.org>
5164 S:      Supported
5165 F:      drivers/crypto/nx/Makefile
5166 F:      drivers/crypto/nx/Kconfig
5167 F:      drivers/crypto/nx/nx-842*
5168 F:      include/linux/sw842.h
5169 F:      crypto/842.c
5170 F:      lib/842/
5171
5172 IBM Power Linux RAID adapter
5173 M:      Brian King <brking@us.ibm.com>
5174 S:      Supported
5175 F:      drivers/scsi/ipr.*
5176
5177 IBM Power Virtual Ethernet Device Driver
5178 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5179 L:      netdev@vger.kernel.org
5180 S:      Supported
5181 F:      drivers/net/ethernet/ibm/ibmveth.*
5182
5183 IBM Power Virtual SCSI Device Drivers
5184 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5185 L:      linux-scsi@vger.kernel.org
5186 S:      Supported
5187 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5188 F:      drivers/scsi/ibmvscsi/viosrp.h
5189
5190 IBM Power Virtual FC Device Drivers
5191 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5192 L:      linux-scsi@vger.kernel.org
5193 S:      Supported
5194 F:      drivers/scsi/ibmvscsi/ibmvfc*
5195
5196 IBM ServeRAID RAID DRIVER
5197 S:      Orphan
5198 F:      drivers/scsi/ips.*
5199
5200 ICH LPC AND GPIO DRIVER
5201 M:      Peter Tyser <ptyser@xes-inc.com>
5202 S:      Maintained
5203 F:      drivers/mfd/lpc_ich.c
5204 F:      drivers/gpio/gpio-ich.c
5205
5206 IDE SUBSYSTEM
5207 M:      "David S. Miller" <davem@davemloft.net>
5208 L:      linux-ide@vger.kernel.org
5209 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5211 S:      Maintained
5212 F:      Documentation/ide/
5213 F:      drivers/ide/
5214 F:      include/linux/ide.h
5215
5216 IDEAPAD LAPTOP EXTRAS DRIVER
5217 M:      Ike Panhc <ike.pan@canonical.com>
5218 L:      platform-driver-x86@vger.kernel.org
5219 W:      http://launchpad.net/ideapad-laptop
5220 S:      Maintained
5221 F:      drivers/platform/x86/ideapad-laptop.c
5222
5223 IDEAPAD LAPTOP SLIDEBAR DRIVER
5224 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5225 L:      linux-input@vger.kernel.org
5226 W:      https://github.com/o2genum/ideapad-slidebar
5227 S:      Maintained
5228 F:      drivers/input/misc/ideapad_slidebar.c
5229
5230 IDE/ATAPI DRIVERS
5231 M:      Borislav Petkov <bp@alien8.de>
5232 L:      linux-ide@vger.kernel.org
5233 S:      Maintained
5234 F:      Documentation/cdrom/ide-cd
5235 F:      drivers/ide/ide-cd*
5236
5237 IDLE-I7300
5238 M:      Andy Henroid <andrew.d.henroid@intel.com>
5239 L:      linux-pm@vger.kernel.org
5240 S:      Supported
5241 F:      drivers/idle/i7300_idle.c
5242
5243 IEEE 802.15.4 SUBSYSTEM
5244 M:      Alexander Aring <alex.aring@gmail.com>
5245 L:      linux-wpan@vger.kernel.org
5246 W:      https://github.com/linux-wpan
5247 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5248 S:      Maintained
5249 F:      net/ieee802154/
5250 F:      net/mac802154/
5251 F:      drivers/net/ieee802154/
5252 F:      include/linux/nl802154.h
5253 F:      include/linux/ieee802154.h
5254 F:      include/net/nl802154.h
5255 F:      include/net/mac802154.h
5256 F:      include/net/af_ieee802154.h
5257 F:      include/net/cfg802154.h
5258 F:      include/net/ieee802154_netdev.h
5259 F:      Documentation/networking/ieee802154.txt
5260
5261 IGORPLUG-USB IR RECEIVER
5262 M:      Sean Young <sean@mess.org>
5263 L:      linux-media@vger.kernel.org
5264 S:      Maintained
5265 F:      drivers/media/rc/igorplugusb.c
5266
5267 IGUANAWORKS USB IR TRANSCEIVER
5268 M:      Sean Young <sean@mess.org>
5269 L:      linux-media@vger.kernel.org
5270 S:      Maintained
5271 F:      drivers/media/rc/iguanair.c
5272
5273 IIO SUBSYSTEM AND DRIVERS
5274 M:      Jonathan Cameron <jic23@kernel.org>
5275 R:      Hartmut Knaack <knaack.h@gmx.de>
5276 R:      Lars-Peter Clausen <lars@metafoo.de>
5277 R:      Peter Meerwald <pmeerw@pmeerw.net>
5278 L:      linux-iio@vger.kernel.org
5279 S:      Maintained
5280 F:      drivers/iio/
5281 F:      drivers/staging/iio/
5282 F:      include/linux/iio/
5283 F:      tools/iio/
5284
5285 IKANOS/ADI EAGLE ADSL USB DRIVER
5286 M:      Matthieu Castet <castet.matthieu@free.fr>
5287 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5288 S:      Maintained
5289 F:      drivers/usb/atm/ueagle-atm.c
5290
5291 INA209 HARDWARE MONITOR DRIVER
5292 M:      Guenter Roeck <linux@roeck-us.net>
5293 L:      lm-sensors@lm-sensors.org
5294 S:      Maintained
5295 F:      Documentation/hwmon/ina209
5296 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5297 F:      drivers/hwmon/ina209.c
5298
5299 INA2XX HARDWARE MONITOR DRIVER
5300 M:      Guenter Roeck <linux@roeck-us.net>
5301 L:      lm-sensors@lm-sensors.org
5302 S:      Maintained
5303 F:      Documentation/hwmon/ina2xx
5304 F:      drivers/hwmon/ina2xx.c
5305 F:      include/linux/platform_data/ina2xx.h
5306
5307 INDUSTRY PACK SUBSYSTEM (IPACK)
5308 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5309 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5310 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5311 L:      industrypack-devel@lists.sourceforge.net
5312 W:      http://industrypack.sourceforge.net
5313 S:      Maintained
5314 F:      drivers/ipack/
5315
5316 INGENIC JZ4780 DMA Driver
5317 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5318 S:      Maintained
5319 F:      drivers/dma/dma-jz4780.c
5320
5321 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5322 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5323 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5324 L:      linux-ima-devel@lists.sourceforge.net
5325 L:      linux-ima-user@lists.sourceforge.net
5326 L:      linux-security-module@vger.kernel.org
5327 S:      Supported
5328 F:      security/integrity/ima/
5329
5330 IMGTEC IR DECODER DRIVER
5331 M:      James Hogan <james.hogan@imgtec.com>
5332 S:      Maintained
5333 F:      drivers/media/rc/img-ir/
5334
5335 IMS TWINTURBO FRAMEBUFFER DRIVER
5336 L:      linux-fbdev@vger.kernel.org
5337 S:      Orphan
5338 F:      drivers/video/fbdev/imsttfb.c
5339
5340 INFINIBAND SUBSYSTEM
5341 M:      Doug Ledford <dledford@redhat.com>
5342 M:      Sean Hefty <sean.hefty@intel.com>
5343 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5344 L:      linux-rdma@vger.kernel.org
5345 W:      http://www.openfabrics.org/
5346 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5348 S:      Supported
5349 F:      Documentation/infiniband/
5350 F:      drivers/infiniband/
5351 F:      drivers/staging/rdma/
5352 F:      include/uapi/linux/if_infiniband.h
5353 F:      include/uapi/rdma/
5354 F:      include/rdma/
5355
5356 INOTIFY
5357 M:      John McCutchan <john@johnmccutchan.com>
5358 M:      Robert Love <rlove@rlove.org>
5359 M:      Eric Paris <eparis@parisplace.org>
5360 S:      Maintained
5361 F:      Documentation/filesystems/inotify.txt
5362 F:      fs/notify/inotify/
5363 F:      include/linux/inotify.h
5364 F:      include/uapi/linux/inotify.h
5365
5366 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5367 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5368 L:      linux-input@vger.kernel.org
5369 Q:      http://patchwork.kernel.org/project/linux-input/list/
5370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5371 S:      Maintained
5372 F:      drivers/input/
5373 F:      include/linux/input.h
5374 F:      include/uapi/linux/input.h
5375 F:      include/linux/input/
5376
5377 INPUT MULTITOUCH (MT) PROTOCOL
5378 M:      Henrik Rydberg <rydberg@bitmath.org>
5379 L:      linux-input@vger.kernel.org
5380 S:      Odd fixes
5381 F:      Documentation/input/multi-touch-protocol.txt
5382 F:      drivers/input/input-mt.c
5383 K:      \b(ABS|SYN)_MT_
5384
5385 INTEL ASoC BDW/HSW DRIVERS
5386 M:      Jie Yang <yang.jie@linux.intel.com>
5387 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5388 S:      Supported
5389 F:      sound/soc/intel/common/sst-dsp*
5390 F:      sound/soc/intel/common/sst-firmware.c
5391 F:      sound/soc/intel/boards/broadwell.c
5392 F:      sound/soc/intel/haswell/
5393
5394 INTEL C600 SERIES SAS CONTROLLER DRIVER
5395 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5396 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5397 L:      linux-scsi@vger.kernel.org
5398 T:      git git://git.code.sf.net/p/intel-sas/isci
5399 S:      Supported
5400 F:      drivers/scsi/isci/
5401
5402 INTEL IDLE DRIVER
5403 M:      Len Brown <lenb@kernel.org>
5404 L:      linux-pm@vger.kernel.org
5405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5406 S:      Supported
5407 F:      drivers/idle/intel_idle.c
5408
5409 INTEL PSTATE DRIVER
5410 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5411 L:      linux-pm@vger.kernel.org
5412 S:      Supported
5413 F:      drivers/cpufreq/intel_pstate.c
5414
5415 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5416 M:      Maik Broemme <mbroemme@plusserver.de>
5417 L:      linux-fbdev@vger.kernel.org
5418 S:      Maintained
5419 F:      Documentation/fb/intelfb.txt
5420 F:      drivers/video/fbdev/intelfb/
5421
5422 INTEL 810/815 FRAMEBUFFER DRIVER
5423 M:      Antonino Daplas <adaplas@gmail.com>
5424 L:      linux-fbdev@vger.kernel.org
5425 S:      Maintained
5426 F:      drivers/video/fbdev/i810/
5427
5428 INTEL MENLOW THERMAL DRIVER
5429 M:      Sujith Thomas <sujith.thomas@intel.com>
5430 L:      platform-driver-x86@vger.kernel.org
5431 W:      https://01.org/linux-acpi
5432 S:      Supported
5433 F:      drivers/platform/x86/intel_menlow.c
5434
5435 INTEL IA32 MICROCODE UPDATE SUPPORT
5436 M:      Borislav Petkov <bp@alien8.de>
5437 S:      Maintained
5438 F:      arch/x86/kernel/cpu/microcode/core*
5439 F:      arch/x86/kernel/cpu/microcode/intel*
5440
5441 INTEL I/OAT DMA DRIVER
5442 M:      Dave Jiang <dave.jiang@intel.com>
5443 R:      Dan Williams <dan.j.williams@intel.com>
5444 L:      dmaengine@vger.kernel.org
5445 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5446 S:      Supported
5447 F:      drivers/dma/ioat*
5448
5449 INTEL IOMMU (VT-d)
5450 M:      David Woodhouse <dwmw2@infradead.org>
5451 L:      iommu@lists.linux-foundation.org
5452 T:      git git://git.infradead.org/iommu-2.6.git
5453 S:      Supported
5454 F:      drivers/iommu/intel-iommu.c
5455 F:      include/linux/intel-iommu.h
5456
5457 INTEL IOP-ADMA DMA DRIVER
5458 R:      Dan Williams <dan.j.williams@intel.com>
5459 S:      Odd fixes
5460 F:      drivers/dma/iop-adma.c
5461
5462 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5463 M:      Krzysztof Halasa <khalasa@piap.pl>
5464 S:      Maintained
5465 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5466 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5467 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5468 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5469 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5470 F:      drivers/net/wan/ixp4xx_hss.c
5471
5472 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5473 M:      Deepak Saxena <dsaxena@plexity.net>
5474 S:      Maintained
5475 F:      drivers/char/hw_random/ixp4xx-rng.c
5476
5477 INTEL ETHERNET DRIVERS
5478 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5479 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5480 R:      Shannon Nelson <shannon.nelson@intel.com>
5481 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5482 R:      Don Skidmore <donald.c.skidmore@intel.com>
5483 R:      Matthew Vick <matthew.vick@intel.com>
5484 R:      John Ronciak <john.ronciak@intel.com>
5485 R:      Mitch Williams <mitch.a.williams@intel.com>
5486 L:      intel-wired-lan@lists.osuosl.org
5487 W:      http://www.intel.com/support/feedback.htm
5488 W:      http://e1000.sourceforge.net/
5489 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5492 S:      Supported
5493 F:      Documentation/networking/e100.txt
5494 F:      Documentation/networking/e1000.txt
5495 F:      Documentation/networking/e1000e.txt
5496 F:      Documentation/networking/igb.txt
5497 F:      Documentation/networking/igbvf.txt
5498 F:      Documentation/networking/ixgb.txt
5499 F:      Documentation/networking/ixgbe.txt
5500 F:      Documentation/networking/ixgbevf.txt
5501 F:      Documentation/networking/i40e.txt
5502 F:      Documentation/networking/i40evf.txt
5503 F:      drivers/net/ethernet/intel/
5504 F:      drivers/net/ethernet/intel/*/
5505
5506 INTEL-MID GPIO DRIVER
5507 M:      David Cohen <david.a.cohen@linux.intel.com>
5508 L:      linux-gpio@vger.kernel.org
5509 S:      Maintained
5510 F:      drivers/gpio/gpio-intel-mid.c
5511
5512 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5513 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5514 L:      linux-wireless@vger.kernel.org
5515 S:      Maintained
5516 F:      Documentation/networking/README.ipw2100
5517 F:      Documentation/networking/README.ipw2200
5518 F:      drivers/net/wireless/ipw2x00/
5519
5520 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5521 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5522 M:      Gang Wei <gang.wei@intel.com>
5523 M:      Shane Wang <shane.wang@intel.com>
5524 L:      tboot-devel@lists.sourceforge.net
5525 W:      http://tboot.sourceforge.net
5526 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5527 S:      Supported
5528 F:      Documentation/intel_txt.txt
5529 F:      include/linux/tboot.h
5530 F:      arch/x86/kernel/tboot.c
5531
5532 INTEL WIRELESS WIMAX CONNECTION 2400
5533 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5534 M:      linux-wimax@intel.com
5535 L:      wimax@linuxwimax.org (subscribers-only)
5536 S:      Supported
5537 W:      http://linuxwimax.org
5538 F:      Documentation/wimax/README.i2400m
5539 F:      drivers/net/wimax/i2400m/
5540 F:      include/uapi/linux/wimax/i2400m.h
5541
5542 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5543 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5544 L:      linux-wireless@vger.kernel.org
5545 S:      Supported
5546 F:      drivers/net/wireless/iwlegacy/
5547
5548 INTEL WIRELESS WIFI LINK (iwlwifi)
5549 M:      Johannes Berg <johannes.berg@intel.com>
5550 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5551 M:      Intel Linux Wireless <ilw@linux.intel.com>
5552 L:      linux-wireless@vger.kernel.org
5553 W:      http://intellinuxwireless.org
5554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5555 S:      Supported
5556 F:      drivers/net/wireless/iwlwifi/
5557
5558 INTEL MANAGEMENT ENGINE (mei)
5559 M:      Tomas Winkler <tomas.winkler@intel.com>
5560 L:      linux-kernel@vger.kernel.org
5561 S:      Supported
5562 F:      include/uapi/linux/mei.h
5563 F:      include/linux/mei_cl_bus.h
5564 F:      drivers/misc/mei/*
5565 F:      Documentation/misc-devices/mei/*
5566
5567 INTEL PMC IPC DRIVER
5568 M:      Zha Qipeng<qipeng.zha@intel.com>
5569 L:      platform-driver-x86@vger.kernel.org
5570 S:      Maintained
5571 F:      drivers/platform/x86/intel_pmc_ipc.c
5572 F:      arch/x86/include/asm/intel_pmc_ipc.h
5573
5574 IOC3 ETHERNET DRIVER
5575 M:      Ralf Baechle <ralf@linux-mips.org>
5576 L:      linux-mips@linux-mips.org
5577 S:      Maintained
5578 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5579
5580 IOC3 SERIAL DRIVER
5581 M:      Pat Gefre <pfg@sgi.com>
5582 L:      linux-serial@vger.kernel.org
5583 S:      Maintained
5584 F:      drivers/tty/serial/ioc3_serial.c
5585
5586 IOMMU DRIVERS
5587 M:      Joerg Roedel <joro@8bytes.org>
5588 L:      iommu@lists.linux-foundation.org
5589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5590 S:      Maintained
5591 F:      drivers/iommu/
5592
5593 IP MASQUERADING
5594 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5595 S:      Maintained
5596 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5597
5598 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5599 M:      Francois Romieu <romieu@fr.zoreil.com>
5600 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5601 L:      netdev@vger.kernel.org
5602 S:      Maintained
5603 F:      drivers/net/ethernet/icplus/ipg.*
5604
5605 IPATH DRIVER
5606 M:      Mike Marciniszyn <infinipath@intel.com>
5607 L:      linux-rdma@vger.kernel.org
5608 S:      Maintained
5609 F:      drivers/staging/rdma/ipath/
5610
5611 IPMI SUBSYSTEM
5612 M:      Corey Minyard <minyard@acm.org>
5613 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5614 W:      http://openipmi.sourceforge.net/
5615 S:      Supported
5616 F:      Documentation/IPMI.txt
5617 F:      drivers/char/ipmi/
5618 F:      include/linux/ipmi*
5619 F:      include/uapi/linux/ipmi*
5620
5621 QCOM AUDIO (ASoC) DRIVERS
5622 M:      Patrick Lai <plai@codeaurora.org>
5623 M:      Banajit Goswami <bgoswami@codeaurora.org>
5624 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5625 S:      Supported
5626 F:      sound/soc/qcom/
5627
5628 IPS SCSI RAID DRIVER
5629 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5630 L:      linux-scsi@vger.kernel.org
5631 W:      http://www.adaptec.com/
5632 S:      Maintained
5633 F:      drivers/scsi/ips*
5634
5635 IPVS
5636 M:      Wensong Zhang <wensong@linux-vs.org>
5637 M:      Simon Horman <horms@verge.net.au>
5638 M:      Julian Anastasov <ja@ssi.bg>
5639 L:      netdev@vger.kernel.org
5640 L:      lvs-devel@vger.kernel.org
5641 S:      Maintained
5642 F:      Documentation/networking/ipvs-sysctl.txt
5643 F:      include/net/ip_vs.h
5644 F:      include/uapi/linux/ip_vs.h
5645 F:      net/netfilter/ipvs/
5646
5647 IPWIRELESS DRIVER
5648 M:      Jiri Kosina <jikos@kernel.org>
5649 M:      David Sterba <dsterba@suse.com>
5650 S:      Odd Fixes
5651 F:      drivers/tty/ipwireless/
5652
5653 IPX NETWORK LAYER
5654 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5655 L:      netdev@vger.kernel.org
5656 S:      Maintained
5657 F:      include/net/ipx.h
5658 F:      include/uapi/linux/ipx.h
5659 F:      net/ipx/
5660
5661 IRDA SUBSYSTEM
5662 M:      Samuel Ortiz <samuel@sortiz.org>
5663 L:      irda-users@lists.sourceforge.net (subscribers-only)
5664 L:      netdev@vger.kernel.org
5665 W:      http://irda.sourceforge.net/
5666 S:      Maintained
5667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5668 F:      Documentation/networking/irda.txt
5669 F:      drivers/net/irda/
5670 F:      include/net/irda/
5671 F:      net/irda/
5672
5673 IRQ SUBSYSTEM
5674 M:      Thomas Gleixner <tglx@linutronix.de>
5675 L:      linux-kernel@vger.kernel.org
5676 S:      Maintained
5677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5678 F:      kernel/irq/
5679
5680 IRQCHIP DRIVERS
5681 M:      Thomas Gleixner <tglx@linutronix.de>
5682 M:      Jason Cooper <jason@lakedaemon.net>
5683 M:      Marc Zyngier <marc.zyngier@arm.com>
5684 L:      linux-kernel@vger.kernel.org
5685 S:      Maintained
5686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5687 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5688 F:      Documentation/devicetree/bindings/interrupt-controller/
5689 F:      drivers/irqchip/
5690
5691 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5692 M:      Jiang Liu <jiang.liu@linux.intel.com>
5693 M:      Marc Zyngier <marc.zyngier@arm.com>
5694 S:      Maintained
5695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5696 F:      Documentation/IRQ-domain.txt
5697 F:      include/linux/irqdomain.h
5698 F:      kernel/irq/irqdomain.c
5699 F:      kernel/irq/msi.c
5700
5701 ISAPNP
5702 M:      Jaroslav Kysela <perex@perex.cz>
5703 S:      Maintained
5704 F:      Documentation/isapnp.txt
5705 F:      drivers/pnp/isapnp/
5706 F:      include/linux/isapnp.h
5707
5708 ISA RADIO MODULE
5709 M:      Hans Verkuil <hverkuil@xs4all.nl>
5710 L:      linux-media@vger.kernel.org
5711 T:      git git://linuxtv.org/media_tree.git
5712 W:      http://linuxtv.org
5713 S:      Maintained
5714 F:      drivers/media/radio/radio-isa*
5715
5716 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5717 M:      Peter Jones <pjones@redhat.com>
5718 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5719 S:      Maintained
5720 F:      drivers/firmware/iscsi_ibft*
5721
5722 ISCSI
5723 M:      Mike Christie <michaelc@cs.wisc.edu>
5724 L:      open-iscsi@googlegroups.com
5725 W:      www.open-iscsi.org
5726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5727 S:      Maintained
5728 F:      drivers/scsi/*iscsi*
5729 F:      include/scsi/*iscsi*
5730
5731 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5732 M:      Or Gerlitz <ogerlitz@mellanox.com>
5733 M:      Sagi Grimberg <sagig@mellanox.com>
5734 M:      Roi Dayan <roid@mellanox.com>
5735 L:      linux-rdma@vger.kernel.org
5736 S:      Supported
5737 W:      http://www.openfabrics.org
5738 W:      www.open-iscsi.org
5739 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5740 F:      drivers/infiniband/ulp/iser/
5741
5742 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5743 M:      Sagi Grimberg <sagig@mellanox.com>
5744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5745 L:      linux-rdma@vger.kernel.org
5746 L:      target-devel@vger.kernel.org
5747 S:      Supported
5748 W:      http://www.linux-iscsi.org
5749 F:      drivers/infiniband/ulp/isert
5750
5751 ISDN SUBSYSTEM
5752 M:      Karsten Keil <isdn@linux-pingi.de>
5753 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5754 L:      netdev@vger.kernel.org
5755 W:      http://www.isdn4linux.de
5756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5757 S:      Maintained
5758 F:      Documentation/isdn/
5759 F:      drivers/isdn/
5760 F:      include/linux/isdn.h
5761 F:      include/linux/isdn/
5762 F:      include/uapi/linux/isdn.h
5763 F:      include/uapi/linux/isdn/
5764
5765 ISDN SUBSYSTEM (Eicon active card driver)
5766 M:      Armin Schindler <mac@melware.de>
5767 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5768 W:      http://www.melware.de
5769 S:      Maintained
5770 F:      drivers/isdn/hardware/eicon/
5771
5772 IT87 HARDWARE MONITORING DRIVER
5773 M:      Jean Delvare <jdelvare@suse.com>
5774 L:      lm-sensors@lm-sensors.org
5775 S:      Maintained
5776 F:      Documentation/hwmon/it87
5777 F:      drivers/hwmon/it87.c
5778
5779 IT913X MEDIA DRIVER
5780 M:      Antti Palosaari <crope@iki.fi>
5781 L:      linux-media@vger.kernel.org
5782 W:      http://linuxtv.org/
5783 W:      http://palosaari.fi/linux/
5784 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5785 T:      git git://linuxtv.org/anttip/media_tree.git
5786 S:      Maintained
5787 F:      drivers/media/tuners/it913x*
5788
5789 IVTV VIDEO4LINUX DRIVER
5790 M:      Andy Walls <awalls@md.metrocast.net>
5791 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5792 L:      linux-media@vger.kernel.org
5793 T:      git git://linuxtv.org/media_tree.git
5794 W:      http://www.ivtvdriver.org
5795 S:      Maintained
5796 F:      Documentation/video4linux/*.ivtv
5797 F:      drivers/media/pci/ivtv/
5798 F:      include/uapi/linux/ivtv*
5799
5800 IX2505V MEDIA DRIVER
5801 M:      Malcolm Priestley <tvboxspy@gmail.com>
5802 L:      linux-media@vger.kernel.org
5803 W:      http://linuxtv.org/
5804 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5805 S:      Maintained
5806 F:      drivers/media/dvb-frontends/ix2505v*
5807
5808 JC42.4 TEMPERATURE SENSOR DRIVER
5809 M:      Guenter Roeck <linux@roeck-us.net>
5810 L:      lm-sensors@lm-sensors.org
5811 S:      Maintained
5812 F:      drivers/hwmon/jc42.c
5813 F:      Documentation/hwmon/jc42
5814
5815 JFS FILESYSTEM
5816 M:      Dave Kleikamp <shaggy@kernel.org>
5817 L:      jfs-discussion@lists.sourceforge.net
5818 W:      http://jfs.sourceforge.net/
5819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5820 S:      Maintained
5821 F:      Documentation/filesystems/jfs.txt
5822 F:      fs/jfs/
5823
5824 JME NETWORK DRIVER
5825 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5826 L:      netdev@vger.kernel.org
5827 S:      Maintained
5828 F:      drivers/net/ethernet/jme.*
5829
5830 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5831 M:      David Woodhouse <dwmw2@infradead.org>
5832 L:      linux-mtd@lists.infradead.org
5833 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5834 S:      Maintained
5835 F:      fs/jffs2/
5836 F:      include/uapi/linux/jffs2.h
5837
5838 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5839 M:      "Theodore Ts'o" <tytso@mit.edu>
5840 M:      Jan Kara <jack@suse.com>
5841 L:      linux-ext4@vger.kernel.org
5842 S:      Maintained
5843 F:      fs/jbd2/
5844 F:      include/linux/jbd2.h
5845
5846 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5847 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5848 L:      linux-media@vger.kernel.org
5849 S:      Maintained
5850 F:      drivers/media/platform/rcar_jpu.c
5851
5852 JSM Neo PCI based serial card
5853 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5854 L:      linux-serial@vger.kernel.org
5855 S:      Maintained
5856 F:      drivers/tty/serial/jsm/
5857
5858 K10TEMP HARDWARE MONITORING DRIVER
5859 M:      Clemens Ladisch <clemens@ladisch.de>
5860 L:      lm-sensors@lm-sensors.org
5861 S:      Maintained
5862 F:      Documentation/hwmon/k10temp
5863 F:      drivers/hwmon/k10temp.c
5864
5865 K8TEMP HARDWARE MONITORING DRIVER
5866 M:      Rudolf Marek <r.marek@assembler.cz>
5867 L:      lm-sensors@lm-sensors.org
5868 S:      Maintained
5869 F:      Documentation/hwmon/k8temp
5870 F:      drivers/hwmon/k8temp.c
5871
5872 KCONFIG
5873 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5874 L:      linux-kbuild@vger.kernel.org
5875 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5876 S:      Maintained
5877 F:      Documentation/kbuild/kconfig-language.txt
5878 F:      scripts/kconfig/
5879
5880 KDUMP
5881 M:      Vivek Goyal <vgoyal@redhat.com>
5882 M:      Haren Myneni <hbabu@us.ibm.com>
5883 L:      kexec@lists.infradead.org
5884 W:      http://lse.sourceforge.net/kdump/
5885 S:      Maintained
5886 F:      Documentation/kdump/
5887
5888 KEENE FM RADIO TRANSMITTER DRIVER
5889 M:      Hans Verkuil <hverkuil@xs4all.nl>
5890 L:      linux-media@vger.kernel.org
5891 T:      git git://linuxtv.org/media_tree.git
5892 W:      http://linuxtv.org
5893 S:      Maintained
5894 F:      drivers/media/radio/radio-keene*
5895
5896 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5897 M:      Ian Kent <raven@themaw.net>
5898 L:      autofs@vger.kernel.org
5899 S:      Maintained
5900 F:      fs/autofs4/
5901
5902 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5903 M:      Michal Marek <mmarek@suse.com>
5904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5906 L:      linux-kbuild@vger.kernel.org
5907 S:      Maintained
5908 F:      Documentation/kbuild/
5909 F:      Makefile
5910 F:      scripts/Makefile.*
5911 F:      scripts/basic/
5912 F:      scripts/mk*
5913 F:      scripts/package/
5914
5915 KERNEL JANITORS
5916 L:      kernel-janitors@vger.kernel.org
5917 W:      http://kernelnewbies.org/KernelJanitors
5918 S:      Odd Fixes
5919
5920 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5921 M:      "J. Bruce Fields" <bfields@fieldses.org>
5922 M:      Jeff Layton <jlayton@poochiereds.net>
5923 L:      linux-nfs@vger.kernel.org
5924 W:      http://nfs.sourceforge.net/
5925 S:      Supported
5926 F:      fs/nfsd/
5927 F:      include/uapi/linux/nfsd/
5928 F:      fs/lockd/
5929 F:      fs/nfs_common/
5930 F:      net/sunrpc/
5931 F:      include/linux/lockd/
5932 F:      include/linux/sunrpc/
5933 F:      include/uapi/linux/sunrpc/
5934
5935 KERNEL SELFTEST FRAMEWORK
5936 M:      Shuah Khan <shuahkh@osg.samsung.com>
5937 L:      linux-api@vger.kernel.org
5938 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5939 S:      Maintained
5940 F:      tools/testing/selftests
5941
5942 KERNEL VIRTUAL MACHINE (KVM)
5943 M:      Gleb Natapov <gleb@kernel.org>
5944 M:      Paolo Bonzini <pbonzini@redhat.com>
5945 L:      kvm@vger.kernel.org
5946 W:      http://www.linux-kvm.org
5947 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5948 S:      Supported
5949 F:      Documentation/*/kvm*.txt
5950 F:      Documentation/virtual/kvm/
5951 F:      arch/*/kvm/
5952 F:      arch/x86/kernel/kvm.c
5953 F:      arch/x86/kernel/kvmclock.c
5954 F:      arch/*/include/asm/kvm*
5955 F:      include/linux/kvm*
5956 F:      include/uapi/linux/kvm*
5957 F:      virt/kvm/
5958
5959 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5960 M:      Joerg Roedel <joro@8bytes.org>
5961 L:      kvm@vger.kernel.org
5962 W:      http://kvm.qumranet.com
5963 S:      Maintained
5964 F:      arch/x86/include/asm/svm.h
5965 F:      arch/x86/kvm/svm.c
5966
5967 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5968 M:      Alexander Graf <agraf@suse.com>
5969 L:      kvm-ppc@vger.kernel.org
5970 W:      http://kvm.qumranet.com
5971 T:      git git://github.com/agraf/linux-2.6.git
5972 S:      Supported
5973 F:      arch/powerpc/include/asm/kvm*
5974 F:      arch/powerpc/kvm/
5975
5976 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5977 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5978 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5979 L:      linux-s390@vger.kernel.org
5980 W:      http://www.ibm.com/developerworks/linux/linux390/
5981 S:      Supported
5982 F:      Documentation/s390/kvm.txt
5983 F:      arch/s390/include/asm/kvm*
5984 F:      arch/s390/kvm/
5985
5986 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5987 M:      Christoffer Dall <christoffer.dall@linaro.org>
5988 M:      Marc Zyngier <marc.zyngier@arm.com>
5989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5990 L:      kvmarm@lists.cs.columbia.edu
5991 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5992 S:      Supported
5993 F:      arch/arm/include/uapi/asm/kvm*
5994 F:      arch/arm/include/asm/kvm*
5995 F:      arch/arm/kvm/
5996 F:      virt/kvm/arm/
5997 F:      include/kvm/arm_*
5998
5999 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6000 M:      Christoffer Dall <christoffer.dall@linaro.org>
6001 M:      Marc Zyngier <marc.zyngier@arm.com>
6002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6003 L:      kvmarm@lists.cs.columbia.edu
6004 S:      Maintained
6005 F:      arch/arm64/include/uapi/asm/kvm*
6006 F:      arch/arm64/include/asm/kvm*
6007 F:      arch/arm64/kvm/
6008
6009 KEXEC
6010 M:      Eric Biederman <ebiederm@xmission.com>
6011 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6012 L:      kexec@lists.infradead.org
6013 S:      Maintained
6014 F:      include/linux/kexec.h
6015 F:      include/uapi/linux/kexec.h
6016 F:      kernel/kexec.c
6017
6018 KEYS/KEYRINGS:
6019 M:      David Howells <dhowells@redhat.com>
6020 L:      keyrings@vger.kernel.org
6021 S:      Maintained
6022 F:      Documentation/security/keys.txt
6023 F:      include/linux/key.h
6024 F:      include/linux/key-type.h
6025 F:      include/keys/
6026 F:      security/keys/
6027
6028 KEYS-TRUSTED
6029 M:      David Safford <safford@us.ibm.com>
6030 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6031 L:      linux-security-module@vger.kernel.org
6032 L:      keyrings@vger.kernel.org
6033 S:      Supported
6034 F:      Documentation/security/keys-trusted-encrypted.txt
6035 F:      include/keys/trusted-type.h
6036 F:      security/keys/trusted.c
6037 F:      security/keys/trusted.h
6038
6039 KEYS-ENCRYPTED
6040 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6041 M:      David Safford <safford@us.ibm.com>
6042 L:      linux-security-module@vger.kernel.org
6043 L:      keyrings@vger.kernel.org
6044 S:      Supported
6045 F:      Documentation/security/keys-trusted-encrypted.txt
6046 F:      include/keys/encrypted-type.h
6047 F:      security/keys/encrypted-keys/
6048
6049 KGDB / KDB /debug_core
6050 M:      Jason Wessel <jason.wessel@windriver.com>
6051 W:      http://kgdb.wiki.kernel.org/
6052 L:      kgdb-bugreport@lists.sourceforge.net
6053 S:      Maintained
6054 F:      Documentation/DocBook/kgdb.tmpl
6055 F:      drivers/misc/kgdbts.c
6056 F:      drivers/tty/serial/kgdboc.c
6057 F:      include/linux/kdb.h
6058 F:      include/linux/kgdb.h
6059 F:      kernel/debug/
6060
6061 KMEMCHECK
6062 M:      Vegard Nossum <vegardno@ifi.uio.no>
6063 M:      Pekka Enberg <penberg@kernel.org>
6064 S:      Maintained
6065 F:      Documentation/kmemcheck.txt
6066 F:      arch/x86/include/asm/kmemcheck.h
6067 F:      arch/x86/mm/kmemcheck/
6068 F:      include/linux/kmemcheck.h
6069 F:      mm/kmemcheck.c
6070
6071 KMEMLEAK
6072 M:      Catalin Marinas <catalin.marinas@arm.com>
6073 S:      Maintained
6074 F:      Documentation/kmemleak.txt
6075 F:      include/linux/kmemleak.h
6076 F:      mm/kmemleak.c
6077 F:      mm/kmemleak-test.c
6078
6079 KPROBES
6080 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6081 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6082 M:      "David S. Miller" <davem@davemloft.net>
6083 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6084 S:      Maintained
6085 F:      Documentation/kprobes.txt
6086 F:      include/linux/kprobes.h
6087 F:      kernel/kprobes.c
6088
6089 KS0108 LCD CONTROLLER DRIVER
6090 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6091 W:      http://miguelojeda.es/auxdisplay.htm
6092 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6093 S:      Maintained
6094 F:      Documentation/auxdisplay/ks0108
6095 F:      drivers/auxdisplay/ks0108.c
6096 F:      include/linux/ks0108.h
6097
6098 L3MDEV
6099 M:      David Ahern <dsa@cumulusnetworks.com>
6100 L:      netdev@vger.kernel.org
6101 S:      Maintained
6102 F:      net/l3mdev
6103 F:      include/net/l3mdev.h
6104
6105 LAPB module
6106 L:      linux-x25@vger.kernel.org
6107 S:      Orphan
6108 F:      Documentation/networking/lapb-module.txt
6109 F:      include/*/lapb.h
6110 F:      net/lapb/
6111
6112 LASI 53c700 driver for PARISC
6113 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6114 L:      linux-scsi@vger.kernel.org
6115 S:      Maintained
6116 F:      Documentation/scsi/53c700.txt
6117 F:      drivers/scsi/53c700*
6118
6119 LED SUBSYSTEM
6120 M:      Richard Purdie <rpurdie@rpsys.net>
6121 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6122 L:      linux-leds@vger.kernel.org
6123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6124 S:      Maintained
6125 F:      drivers/leds/
6126 F:      include/linux/leds.h
6127
6128 LEGACY EEPROM DRIVER
6129 M:      Jean Delvare <jdelvare@suse.com>
6130 S:      Maintained
6131 F:      Documentation/misc-devices/eeprom
6132 F:      drivers/misc/eeprom/eeprom.c
6133
6134 LEGO USB Tower driver
6135 M:      Juergen Stuber <starblue@users.sourceforge.net>
6136 L:      legousb-devel@lists.sourceforge.net
6137 W:      http://legousb.sourceforge.net/
6138 S:      Maintained
6139 F:      drivers/usb/misc/legousbtower.c
6140
6141 LG2160 MEDIA DRIVER
6142 M:      Michael Krufky <mkrufky@linuxtv.org>
6143 L:      linux-media@vger.kernel.org
6144 W:      http://linuxtv.org/
6145 W:      http://github.com/mkrufky
6146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6147 T:      git git://linuxtv.org/mkrufky/tuners.git
6148 S:      Maintained
6149 F:      drivers/media/dvb-frontends/lg2160.*
6150
6151 LGDT3305 MEDIA DRIVER
6152 M:      Michael Krufky <mkrufky@linuxtv.org>
6153 L:      linux-media@vger.kernel.org
6154 W:      http://linuxtv.org/
6155 W:      http://github.com/mkrufky
6156 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6157 T:      git git://linuxtv.org/mkrufky/tuners.git
6158 S:      Maintained
6159 F:      drivers/media/dvb-frontends/lgdt3305.*
6160
6161 LGUEST
6162 M:      Rusty Russell <rusty@rustcorp.com.au>
6163 L:      lguest@lists.ozlabs.org
6164 W:      http://lguest.ozlabs.org/
6165 S:      Odd Fixes
6166 F:      arch/x86/include/asm/lguest*.h
6167 F:      arch/x86/lguest/
6168 F:      drivers/lguest/
6169 F:      include/linux/lguest*.h
6170 F:      tools/lguest/
6171
6172 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6173 M:      Tejun Heo <tj@kernel.org>
6174 L:      linux-ide@vger.kernel.org
6175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6176 S:      Maintained
6177 F:      drivers/ata/
6178 F:      include/linux/ata.h
6179 F:      include/linux/libata.h
6180
6181 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6182 M:      Viresh Kumar <vireshk@kernel.org>
6183 L:      linux-ide@vger.kernel.org
6184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6185 S:      Maintained
6186 F:      include/linux/pata_arasan_cf_data.h
6187 F:      drivers/ata/pata_arasan_cf.c
6188
6189 LIBATA PATA DRIVERS
6190 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6191 M:      Tejun Heo <tj@kernel.org>
6192 L:      linux-ide@vger.kernel.org
6193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6194 S:      Maintained
6195 F:      drivers/ata/pata_*.c
6196 F:      drivers/ata/ata_generic.c
6197
6198 LIBATA SATA AHCI PLATFORM devices support
6199 M:      Hans de Goede <hdegoede@redhat.com>
6200 M:      Tejun Heo <tj@kernel.org>
6201 L:      linux-ide@vger.kernel.org
6202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6203 S:      Maintained
6204 F:      drivers/ata/ahci_platform.c
6205 F:      drivers/ata/libahci_platform.c
6206 F:      include/linux/ahci_platform.h
6207
6208 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6209 M:      Mikael Pettersson <mikpelinux@gmail.com>
6210 L:      linux-ide@vger.kernel.org
6211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6212 S:      Maintained
6213 F:      drivers/ata/sata_promise.*
6214
6215 LIBLOCKDEP
6216 M:      Sasha Levin <sasha.levin@oracle.com>
6217 S:      Maintained
6218 F:      tools/lib/lockdep/
6219
6220 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6221 M:      Dan Williams <dan.j.williams@intel.com>
6222 L:      linux-nvdimm@lists.01.org
6223 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6224 S:      Supported
6225 F:      drivers/nvdimm/*
6226 F:      include/linux/nd.h
6227 F:      include/linux/libnvdimm.h
6228 F:      include/uapi/linux/ndctl.h
6229
6230 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6231 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6232 L:      linux-nvdimm@lists.01.org
6233 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6234 S:      Supported
6235 F:      drivers/nvdimm/blk.c
6236 F:      drivers/nvdimm/region_devs.c
6237 F:      drivers/acpi/nfit*
6238
6239 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6240 M:      Vishal Verma <vishal.l.verma@intel.com>
6241 L:      linux-nvdimm@lists.01.org
6242 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6243 S:      Supported
6244 F:      drivers/nvdimm/btt*
6245
6246 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6247 M:      Ross Zwisler <ross.zwisler@linux.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/pmem.c
6252 F:      include/linux/pmem.h
6253 F:      arch/*/include/asm/pmem.h
6254
6255 LINUX FOR IBM pSERIES (RS/6000)
6256 M:      Paul Mackerras <paulus@au.ibm.com>
6257 W:      http://www.ibm.com/linux/ltc/projects/ppc
6258 S:      Supported
6259 F:      arch/powerpc/boot/rs6000.h
6260
6261 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6262 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6263 M:      Paul Mackerras <paulus@samba.org>
6264 M:      Michael Ellerman <mpe@ellerman.id.au>
6265 W:      http://www.penguinppc.org/
6266 L:      linuxppc-dev@lists.ozlabs.org
6267 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6269 S:      Supported
6270 F:      Documentation/powerpc/
6271 F:      arch/powerpc/
6272
6273 LINUX FOR POWER MACINTOSH
6274 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6275 W:      http://www.penguinppc.org/
6276 L:      linuxppc-dev@lists.ozlabs.org
6277 S:      Maintained
6278 F:      arch/powerpc/platforms/powermac/
6279 F:      drivers/macintosh/
6280
6281 LINUX FOR POWERPC EMBEDDED MPC5XXX
6282 M:      Anatolij Gustschin <agust@denx.de>
6283 L:      linuxppc-dev@lists.ozlabs.org
6284 T:      git git://git.denx.de/linux-denx-agust.git
6285 S:      Maintained
6286 F:      arch/powerpc/platforms/512x/
6287 F:      arch/powerpc/platforms/52xx/
6288
6289 LINUX FOR POWERPC EMBEDDED PPC4XX
6290 M:      Alistair Popple <alistair@popple.id.au>
6291 M:      Matt Porter <mporter@kernel.crashing.org>
6292 W:      http://www.penguinppc.org/
6293 L:      linuxppc-dev@lists.ozlabs.org
6294 S:      Maintained
6295 F:      arch/powerpc/platforms/40x/
6296 F:      arch/powerpc/platforms/44x/
6297
6298 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6299 L:      linuxppc-dev@lists.ozlabs.org
6300 S:      Orphan
6301 F:      arch/powerpc/*/*virtex*
6302 F:      arch/powerpc/*/*/*virtex*
6303
6304 LINUX FOR POWERPC EMBEDDED PPC8XX
6305 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6306 W:      http://www.penguinppc.org/
6307 L:      linuxppc-dev@lists.ozlabs.org
6308 S:      Maintained
6309 F:      arch/powerpc/platforms/8xx/
6310
6311 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6312 M:      Scott Wood <scottwood@freescale.com>
6313 M:      Kumar Gala <galak@kernel.crashing.org>
6314 W:      http://www.penguinppc.org/
6315 L:      linuxppc-dev@lists.ozlabs.org
6316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6317 S:      Maintained
6318 F:      arch/powerpc/platforms/83xx/
6319 F:      arch/powerpc/platforms/85xx/
6320
6321 LINUX FOR POWERPC PA SEMI PWRFICIENT
6322 M:      Olof Johansson <olof@lixom.net>
6323 L:      linuxppc-dev@lists.ozlabs.org
6324 S:      Maintained
6325 F:      arch/powerpc/platforms/pasemi/
6326 F:      drivers/*/*pasemi*
6327 F:      drivers/*/*/*pasemi*
6328
6329 LINUX SECURITY MODULE (LSM) FRAMEWORK
6330 M:      Chris Wright <chrisw@sous-sol.org>
6331 L:      linux-security-module@vger.kernel.org
6332 S:      Supported
6333
6334 LIS3LV02D ACCELEROMETER DRIVER
6335 M:      Eric Piel <eric.piel@tremplin-utc.net>
6336 S:      Maintained
6337 F:      Documentation/misc-devices/lis3lv02d
6338 F:      drivers/misc/lis3lv02d/
6339 F:      drivers/platform/x86/hp_accel.c
6340
6341 LIVE PATCHING
6342 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6343 M:      Seth Jennings <sjenning@redhat.com>
6344 M:      Jiri Kosina <jikos@kernel.org>
6345 M:      Vojtech Pavlik <vojtech@suse.com>
6346 S:      Maintained
6347 F:      kernel/livepatch/
6348 F:      include/linux/livepatch.h
6349 F:      arch/x86/include/asm/livepatch.h
6350 F:      arch/x86/kernel/livepatch.c
6351 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6352 F:      samples/livepatch/
6353 L:      live-patching@vger.kernel.org
6354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6355
6356 LLC (802.2)
6357 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6358 S:      Maintained
6359 F:      include/linux/llc.h
6360 F:      include/uapi/linux/llc.h
6361 F:      include/net/llc*
6362 F:      net/llc/
6363
6364 LM73 HARDWARE MONITOR DRIVER
6365 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6366 L:      lm-sensors@lm-sensors.org
6367 S:      Maintained
6368 F:      drivers/hwmon/lm73.c
6369
6370 LM78 HARDWARE MONITOR DRIVER
6371 M:      Jean Delvare <jdelvare@suse.com>
6372 L:      lm-sensors@lm-sensors.org
6373 S:      Maintained
6374 F:      Documentation/hwmon/lm78
6375 F:      drivers/hwmon/lm78.c
6376
6377 LM83 HARDWARE MONITOR DRIVER
6378 M:      Jean Delvare <jdelvare@suse.com>
6379 L:      lm-sensors@lm-sensors.org
6380 S:      Maintained
6381 F:      Documentation/hwmon/lm83
6382 F:      drivers/hwmon/lm83.c
6383
6384 LM90 HARDWARE MONITOR DRIVER
6385 M:      Jean Delvare <jdelvare@suse.com>
6386 L:      lm-sensors@lm-sensors.org
6387 S:      Maintained
6388 F:      Documentation/hwmon/lm90
6389 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6390 F:      drivers/hwmon/lm90.c
6391
6392 LM95234 HARDWARE MONITOR DRIVER
6393 M:      Guenter Roeck <linux@roeck-us.net>
6394 L:      lm-sensors@lm-sensors.org
6395 S:      Maintained
6396 F:      Documentation/hwmon/lm95234
6397 F:      drivers/hwmon/lm95234.c
6398
6399 LME2510 MEDIA DRIVER
6400 M:      Malcolm Priestley <tvboxspy@gmail.com>
6401 L:      linux-media@vger.kernel.org
6402 W:      http://linuxtv.org/
6403 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6404 S:      Maintained
6405 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6406
6407 LOCKDEP AND LOCKSTAT
6408 M:      Peter Zijlstra <peterz@infradead.org>
6409 M:      Ingo Molnar <mingo@redhat.com>
6410 L:      linux-kernel@vger.kernel.org
6411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6412 S:      Maintained
6413 F:      Documentation/locking/lockdep*.txt
6414 F:      Documentation/locking/lockstat.txt
6415 F:      include/linux/lockdep.h
6416 F:      kernel/locking/
6417
6418 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6419 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6420 L:      linux-ntfs-dev@lists.sourceforge.net
6421 W:      http://www.linux-ntfs.org/content/view/19/37/
6422 S:      Maintained
6423 F:      Documentation/ldm.txt
6424 F:      block/partitions/ldm.*
6425
6426 LogFS
6427 M:      Joern Engel <joern@logfs.org>
6428 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6429 L:      logfs@logfs.org
6430 W:      logfs.org
6431 S:      Maintained
6432 F:      fs/logfs/
6433
6434 LPC32XX MACHINE SUPPORT
6435 M:      Roland Stigge <stigge@antcom.de>
6436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6437 S:      Maintained
6438 F:      arch/arm/mach-lpc32xx/
6439
6440 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6441 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6442 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6443 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6444 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6445 L:      MPT-FusionLinux.pdl@avagotech.com
6446 L:      linux-scsi@vger.kernel.org
6447 W:      http://www.lsilogic.com/support
6448 S:      Supported
6449 F:      drivers/message/fusion/
6450 F:      drivers/scsi/mpt2sas/
6451 F:      drivers/scsi/mpt3sas/
6452
6453 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6454 M:      Matthew Wilcox <matthew@wil.cx>
6455 L:      linux-scsi@vger.kernel.org
6456 S:      Maintained
6457 F:      drivers/scsi/sym53c8xx_2/
6458
6459 LTC4261 HARDWARE MONITOR DRIVER
6460 M:      Guenter Roeck <linux@roeck-us.net>
6461 L:      lm-sensors@lm-sensors.org
6462 S:      Maintained
6463 F:      Documentation/hwmon/ltc4261
6464 F:      drivers/hwmon/ltc4261.c
6465
6466 LTP (Linux Test Project)
6467 M:      Mike Frysinger <vapier@gentoo.org>
6468 M:      Cyril Hrubis <chrubis@suse.cz>
6469 M:      Wanlong Gao <wanlong.gao@gmail.com>
6470 M:      Jan Stancek <jstancek@redhat.com>
6471 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6472 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6473 L:      ltp@lists.linux.it (subscribers-only)
6474 W:      http://linux-test-project.github.io/
6475 T:      git git://github.com/linux-test-project/ltp.git
6476 S:      Maintained
6477
6478 M32R ARCHITECTURE
6479 W:      http://www.linux-m32r.org/
6480 S:      Orphan
6481 F:      arch/m32r/
6482
6483 M68K ARCHITECTURE
6484 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6485 L:      linux-m68k@lists.linux-m68k.org
6486 W:      http://www.linux-m68k.org/
6487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6488 S:      Maintained
6489 F:      arch/m68k/
6490 F:      drivers/zorro/
6491
6492 M68K ON APPLE MACINTOSH
6493 M:      Joshua Thompson <funaho@jurai.org>
6494 W:      http://www.mac.linux-m68k.org/
6495 L:      linux-m68k@lists.linux-m68k.org
6496 S:      Maintained
6497 F:      arch/m68k/mac/
6498
6499 M68K ON HP9000/300
6500 M:      Philip Blundell <philb@gnu.org>
6501 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6502 S:      Maintained
6503 F:      arch/m68k/hp300/
6504
6505 M88DS3103 MEDIA DRIVER
6506 M:      Antti Palosaari <crope@iki.fi>
6507 L:      linux-media@vger.kernel.org
6508 W:      http://linuxtv.org/
6509 W:      http://palosaari.fi/linux/
6510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6511 T:      git git://linuxtv.org/anttip/media_tree.git
6512 S:      Maintained
6513 F:      drivers/media/dvb-frontends/m88ds3103*
6514
6515 M88RS2000 MEDIA DRIVER
6516 M:      Malcolm Priestley <tvboxspy@gmail.com>
6517 L:      linux-media@vger.kernel.org
6518 W:      http://linuxtv.org/
6519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6520 S:      Maintained
6521 F:      drivers/media/dvb-frontends/m88rs2000*
6522
6523 MA901 MASTERKIT USB FM RADIO DRIVER
6524 M:      Alexey Klimov <klimov.linux@gmail.com>
6525 L:      linux-media@vger.kernel.org
6526 T:      git git://linuxtv.org/media_tree.git
6527 S:      Maintained
6528 F:      drivers/media/radio/radio-ma901.c
6529
6530 MAC80211
6531 M:      Johannes Berg <johannes@sipsolutions.net>
6532 L:      linux-wireless@vger.kernel.org
6533 W:      http://wireless.kernel.org/
6534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6536 S:      Maintained
6537 F:      Documentation/networking/mac80211-injection.txt
6538 F:      include/net/mac80211.h
6539 F:      net/mac80211/
6540
6541 MACVLAN DRIVER
6542 M:      Patrick McHardy <kaber@trash.net>
6543 L:      netdev@vger.kernel.org
6544 S:      Maintained
6545 F:      drivers/net/macvlan.c
6546 F:      include/linux/if_macvlan.h
6547
6548 MAILBOX API
6549 M:      Jassi Brar <jassisinghbrar@gmail.com>
6550 L:      linux-kernel@vger.kernel.org
6551 S:      Maintained
6552 F:      drivers/mailbox/
6553 F:      include/linux/mailbox_client.h
6554 F:      include/linux/mailbox_controller.h
6555
6556 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6557 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6558 W:      http://www.kernel.org/doc/man-pages
6559 L:      linux-man@vger.kernel.org
6560 S:      Maintained
6561
6562 MARVELL ARMADA DRM SUPPORT
6563 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6564 S:      Maintained
6565 F:      drivers/gpu/drm/armada/
6566
6567 MARVELL 88E6352 DSA support
6568 M:      Guenter Roeck <linux@roeck-us.net>
6569 S:      Maintained
6570 F:      drivers/net/dsa/mv88e6352.c
6571
6572 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6573 M:      Mirko Lindner <mlindner@marvell.com>
6574 M:      Stephen Hemminger <stephen@networkplumber.org>
6575 L:      netdev@vger.kernel.org
6576 S:      Maintained
6577 F:      drivers/net/ethernet/marvell/sk*
6578
6579 MARVELL LIBERTAS WIRELESS DRIVER
6580 L:      libertas-dev@lists.infradead.org
6581 S:      Orphan
6582 F:      drivers/net/wireless/libertas/
6583
6584 MARVELL MV643XX ETHERNET DRIVER
6585 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6586 L:      netdev@vger.kernel.org
6587 S:      Maintained
6588 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6589 F:      include/linux/mv643xx.h
6590
6591 MARVELL MVNETA ETHERNET DRIVER
6592 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6593 L:      netdev@vger.kernel.org
6594 S:      Maintained
6595 F:      drivers/net/ethernet/marvell/mvneta.*
6596
6597 MARVELL MWIFIEX WIRELESS DRIVER
6598 M:      Amitkumar Karwar <akarwar@marvell.com>
6599 M:      Nishant Sarmukadam <nishants@marvell.com>
6600 L:      linux-wireless@vger.kernel.org
6601 S:      Maintained
6602 F:      drivers/net/wireless/mwifiex/
6603
6604 MARVELL MWL8K WIRELESS DRIVER
6605 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6606 L:      linux-wireless@vger.kernel.org
6607 S:      Odd Fixes
6608 F:      drivers/net/wireless/mwl8k.c
6609
6610 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6611 M:      Nicolas Pitre <nico@fluxnic.net>
6612 S:      Odd Fixes
6613 F:      drivers/mmc/host/mvsdio.*
6614
6615 MATROX FRAMEBUFFER DRIVER
6616 L:      linux-fbdev@vger.kernel.org
6617 S:      Orphan
6618 F:      drivers/video/fbdev/matrox/matroxfb_*
6619 F:      include/uapi/linux/matroxfb.h
6620
6621 MAX16065 HARDWARE MONITOR DRIVER
6622 M:      Guenter Roeck <linux@roeck-us.net>
6623 L:      lm-sensors@lm-sensors.org
6624 S:      Maintained
6625 F:      Documentation/hwmon/max16065
6626 F:      drivers/hwmon/max16065.c
6627
6628 MAX20751 HARDWARE MONITOR DRIVER
6629 M:      Guenter Roeck <linux@roeck-us.net>
6630 L:      lm-sensors@lm-sensors.org
6631 S:      Maintained
6632 F:      Documentation/hwmon/max20751
6633 F:      drivers/hwmon/max20751.c
6634
6635 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6636 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6637 L:      lm-sensors@lm-sensors.org
6638 S:      Maintained
6639 F:      Documentation/hwmon/max6650
6640 F:      drivers/hwmon/max6650.c
6641
6642 MAX6697 HARDWARE MONITOR DRIVER
6643 M:      Guenter Roeck <linux@roeck-us.net>
6644 L:      lm-sensors@lm-sensors.org
6645 S:      Maintained
6646 F:      Documentation/hwmon/max6697
6647 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6648 F:      drivers/hwmon/max6697.c
6649 F:      include/linux/platform_data/max6697.h
6650
6651 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6652 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6653 L:      linux-pm@vger.kernel.org
6654 S:      Supported
6655 F:      drivers/power/max14577_charger.c
6656 F:      drivers/power/max77693_charger.c
6657
6658 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6659 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6660 L:      linux-kernel@vger.kernel.org
6661 S:      Supported
6662 F:      drivers/*/*max77802.c
6663 F:      Documentation/devicetree/bindings/*/*max77802.txt
6664 F:      include/dt-bindings/*/*max77802.h
6665
6666 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6667 M:      Chanwoo Choi <cw00.choi@samsung.com>
6668 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6669 L:      linux-kernel@vger.kernel.org
6670 S:      Supported
6671 F:      drivers/*/max14577.c
6672 F:      drivers/*/max77686.c
6673 F:      drivers/*/max77693.c
6674 F:      drivers/extcon/extcon-max14577.c
6675 F:      drivers/extcon/extcon-max77693.c
6676 F:      drivers/rtc/rtc-max77686.c
6677 F:      drivers/clk/clk-max77686.c
6678 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6679 F:      Documentation/devicetree/bindings/*/max77686.txt
6680 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6681 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6682 F:      include/linux/mfd/max14577*.h
6683 F:      include/linux/mfd/max77686*.h
6684 F:      include/linux/mfd/max77693*.h
6685
6686 MAXIRADIO FM RADIO RECEIVER DRIVER
6687 M:      Hans Verkuil <hverkuil@xs4all.nl>
6688 L:      linux-media@vger.kernel.org
6689 T:      git git://linuxtv.org/media_tree.git
6690 W:      http://linuxtv.org
6691 S:      Maintained
6692 F:      drivers/media/radio/radio-maxiradio*
6693
6694 MEDIA DRIVERS FOR RENESAS - VSP1
6695 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6696 L:      linux-media@vger.kernel.org
6697 L:      linux-sh@vger.kernel.org
6698 T:      git git://linuxtv.org/media_tree.git
6699 S:      Supported
6700 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6701 F:      drivers/media/platform/vsp1/
6702
6703 MEDIA DRIVERS FOR ASCOT2E
6704 M:      Sergey Kozlov <serjk@netup.ru>
6705 L:      linux-media@vger.kernel.org
6706 W:      http://linuxtv.org
6707 W:      http://netup.tv/
6708 T:      git git://linuxtv.org/media_tree.git
6709 S:      Supported
6710 F:      drivers/media/dvb-frontends/ascot2e*
6711
6712 MEDIA DRIVERS FOR CXD2841ER
6713 M:      Sergey Kozlov <serjk@netup.ru>
6714 L:      linux-media@vger.kernel.org
6715 W:      http://linuxtv.org/
6716 W:      http://netup.tv/
6717 T:      git git://linuxtv.org/media_tree.git
6718 S:      Supported
6719 F:      drivers/media/dvb-frontends/cxd2841er*
6720
6721 MEDIA DRIVERS FOR HORUS3A
6722 M:      Sergey Kozlov <serjk@netup.ru>
6723 L:      linux-media@vger.kernel.org
6724 W:      http://linuxtv.org/
6725 W:      http://netup.tv/
6726 T:      git git://linuxtv.org/media_tree.git
6727 S:      Supported
6728 F:      drivers/media/dvb-frontends/horus3a*
6729
6730 MEDIA DRIVERS FOR LNBH25
6731 M:      Sergey Kozlov <serjk@netup.ru>
6732 L:      linux-media@vger.kernel.org
6733 W:      http://linuxtv.org/
6734 W:      http://netup.tv/
6735 T:      git git://linuxtv.org/media_tree.git
6736 S:      Supported
6737 F:      drivers/media/dvb-frontends/lnbh25*
6738
6739 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6740 M:      Sergey Kozlov <serjk@netup.ru>
6741 L:      linux-media@vger.kernel.org
6742 W:      http://linuxtv.org/
6743 W:      http://netup.tv/
6744 T:      git git://linuxtv.org/media_tree.git
6745 S:      Supported
6746 F:      drivers/media/pci/netup_unidvb/*
6747
6748 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6749 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6750 P:      LinuxTV.org Project
6751 L:      linux-media@vger.kernel.org
6752 W:      http://linuxtv.org
6753 Q:      http://patchwork.kernel.org/project/linux-media/list/
6754 T:      git git://linuxtv.org/media_tree.git
6755 S:      Maintained
6756 F:      Documentation/dvb/
6757 F:      Documentation/video4linux/
6758 F:      Documentation/DocBook/media/
6759 F:      drivers/media/
6760 F:      drivers/staging/media/
6761 F:      include/media/
6762 F:      include/uapi/linux/dvb/
6763 F:      include/uapi/linux/videodev2.h
6764 F:      include/uapi/linux/media.h
6765 F:      include/uapi/linux/v4l2-*
6766 F:      include/uapi/linux/meye.h
6767 F:      include/uapi/linux/ivtv*
6768 F:      include/uapi/linux/uvcvideo.h
6769
6770 MEDIATEK MT7601U WIRELESS LAN DRIVER
6771 M:      Jakub Kicinski <kubakici@wp.pl>
6772 L:      linux-wireless@vger.kernel.org
6773 S:      Maintained
6774 F:      drivers/net/wireless/mediatek/mt7601u/
6775
6776 MEGARAID SCSI/SAS DRIVERS
6777 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6778 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6779 M:      Uday Lingala <uday.lingala@avagotech.com>
6780 L:      megaraidlinux.pdl@avagotech.com
6781 L:      linux-scsi@vger.kernel.org
6782 W:      http://www.lsi.com
6783 S:      Maintained
6784 F:      Documentation/scsi/megaraid.txt
6785 F:      drivers/scsi/megaraid.*
6786 F:      drivers/scsi/megaraid/
6787
6788 MELLANOX ETHERNET DRIVER (mlx4_en)
6789 M:      Amir Vadai <amirv@mellanox.com>
6790 M:      Ido Shamay <idos@mellanox.com>
6791 L:      netdev@vger.kernel.org
6792 S:      Supported
6793 W:      http://www.mellanox.com
6794 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6795 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6796
6797 MELLANOX ETHERNET SWITCH DRIVERS
6798 M:      Jiri Pirko <jiri@mellanox.com>
6799 M:      Ido Schimmel <idosch@mellanox.com>
6800 L:      netdev@vger.kernel.org
6801 S:      Supported
6802 W:      http://www.mellanox.com
6803 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6804 F:      drivers/net/ethernet/mellanox/mlxsw/
6805
6806 MEMBARRIER SUPPORT
6807 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6808 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6809 L:      linux-kernel@vger.kernel.org
6810 S:      Supported
6811 F:      kernel/membarrier.c
6812 F:      include/uapi/linux/membarrier.h
6813
6814 MEMORY MANAGEMENT
6815 L:      linux-mm@kvack.org
6816 W:      http://www.linux-mm.org
6817 S:      Maintained
6818 F:      include/linux/mm.h
6819 F:      include/linux/gfp.h
6820 F:      include/linux/mmzone.h
6821 F:      include/linux/memory_hotplug.h
6822 F:      include/linux/vmalloc.h
6823 F:      mm/
6824
6825 MEMORY TECHNOLOGY DEVICES (MTD)
6826 M:      David Woodhouse <dwmw2@infradead.org>
6827 M:      Brian Norris <computersforpeace@gmail.com>
6828 L:      linux-mtd@lists.infradead.org
6829 W:      http://www.linux-mtd.infradead.org/
6830 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6831 T:      git git://git.infradead.org/linux-mtd.git
6832 T:      git git://git.infradead.org/l2-mtd.git
6833 S:      Maintained
6834 F:      drivers/mtd/
6835 F:      include/linux/mtd/
6836 F:      include/uapi/mtd/
6837
6838 MEN A21 WATCHDOG DRIVER
6839 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6840 L:      linux-watchdog@vger.kernel.org
6841 S:      Maintained
6842 F:      drivers/watchdog/mena21_wdt.c
6843
6844 MEN CHAMELEON BUS (mcb)
6845 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6846 S:      Maintained
6847 F:      drivers/mcb/
6848 F:      include/linux/mcb.h
6849 F:      Documentation/men-chameleon-bus.txt
6850
6851 MEN F21BMC (Board Management Controller)
6852 M:      Andreas Werner <andreas.werner@men.de>
6853 S:      Supported
6854 F:      drivers/mfd/menf21bmc.c
6855 F:      drivers/watchdog/menf21bmc_wdt.c
6856 F:      drivers/leds/leds-menf21bmc.c
6857 F:      drivers/hwmon/menf21bmc_hwmon.c
6858 F:      Documentation/hwmon/menf21bmc
6859
6860 METAG ARCHITECTURE
6861 M:      James Hogan <james.hogan@imgtec.com>
6862 L:      linux-metag@vger.kernel.org
6863 S:      Supported
6864 F:      arch/metag/
6865 F:      Documentation/metag/
6866 F:      Documentation/devicetree/bindings/metag/
6867 F:      drivers/clocksource/metag_generic.c
6868 F:      drivers/irqchip/irq-metag.c
6869 F:      drivers/irqchip/irq-metag-ext.c
6870 F:      drivers/tty/metag_da.c
6871
6872 MICROBLAZE ARCHITECTURE
6873 M:      Michal Simek <monstr@monstr.eu>
6874 W:      http://www.monstr.eu/fdt/
6875 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6876 S:      Supported
6877 F:      arch/microblaze/
6878
6879 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6880 M:      Chen Yu <yu.c.chen@intel.com>
6881 L:      platform-driver-x86@vger.kernel.org
6882 S:      Supported
6883 F:      drivers/platform/x86/surfacepro3_button.c
6884
6885 MICROTEK X6 SCANNER
6886 M:      Oliver Neukum <oliver@neukum.org>
6887 S:      Maintained
6888 F:      drivers/usb/image/microtek.*
6889
6890 MIPS
6891 M:      Ralf Baechle <ralf@linux-mips.org>
6892 L:      linux-mips@linux-mips.org
6893 W:      http://www.linux-mips.org/
6894 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6895 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6896 S:      Supported
6897 F:      Documentation/mips/
6898 F:      arch/mips/
6899
6900 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6901 M:      Hans Verkuil <hverkuil@xs4all.nl>
6902 L:      linux-media@vger.kernel.org
6903 T:      git git://linuxtv.org/media_tree.git
6904 W:      http://linuxtv.org
6905 S:      Odd Fixes
6906 F:      drivers/media/radio/radio-miropcm20*
6907
6908 Mellanox MLX5 core VPI driver
6909 M:      Eli Cohen <eli@mellanox.com>
6910 L:      netdev@vger.kernel.org
6911 L:      linux-rdma@vger.kernel.org
6912 W:      http://www.mellanox.com
6913 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6914 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6915 T:      git git://openfabrics.org/~eli/connect-ib.git
6916 S:      Supported
6917 F:      drivers/net/ethernet/mellanox/mlx5/core/
6918 F:      include/linux/mlx5/
6919
6920 Mellanox MLX5 IB driver
6921 M:      Eli Cohen <eli@mellanox.com>
6922 L:      linux-rdma@vger.kernel.org
6923 W:      http://www.mellanox.com
6924 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6925 T:      git git://openfabrics.org/~eli/connect-ib.git
6926 S:      Supported
6927 F:      include/linux/mlx5/
6928 F:      drivers/infiniband/hw/mlx5/
6929
6930 MN88472 MEDIA DRIVER
6931 M:      Antti Palosaari <crope@iki.fi>
6932 L:      linux-media@vger.kernel.org
6933 W:      http://linuxtv.org/
6934 W:      http://palosaari.fi/linux/
6935 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6936 T:      git git://linuxtv.org/anttip/media_tree.git
6937 S:      Maintained
6938 F:      drivers/staging/media/mn88472/
6939 F:      drivers/media/dvb-frontends/mn88472.h
6940
6941 MN88473 MEDIA DRIVER
6942 M:      Antti Palosaari <crope@iki.fi>
6943 L:      linux-media@vger.kernel.org
6944 W:      http://linuxtv.org/
6945 W:      http://palosaari.fi/linux/
6946 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6947 T:      git git://linuxtv.org/anttip/media_tree.git
6948 S:      Maintained
6949 F:      drivers/staging/media/mn88473/
6950 F:      drivers/media/dvb-frontends/mn88473.h
6951
6952 MODULE SUPPORT
6953 M:      Rusty Russell <rusty@rustcorp.com.au>
6954 S:      Maintained
6955 F:      include/linux/module.h
6956 F:      kernel/module.c
6957
6958 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6959 W:      http://popies.net/meye/
6960 S:      Orphan
6961 F:      Documentation/video4linux/meye.txt
6962 F:      drivers/media/pci/meye/
6963 F:      include/uapi/linux/meye.h
6964
6965 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6966 M:      Jiri Slaby <jirislaby@gmail.com>
6967 S:      Maintained
6968 F:      Documentation/serial/moxa-smartio
6969 F:      drivers/tty/mxser.*
6970
6971 MR800 AVERMEDIA USB FM RADIO DRIVER
6972 M:      Alexey Klimov <klimov.linux@gmail.com>
6973 L:      linux-media@vger.kernel.org
6974 T:      git git://linuxtv.org/media_tree.git
6975 S:      Maintained
6976 F:      drivers/media/radio/radio-mr800.c
6977
6978 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6979 M:      Alan Ott <alan@signal11.us>
6980 L:      linux-wpan@vger.kernel.org
6981 S:      Maintained
6982 F:      drivers/net/ieee802154/mrf24j40.c
6983
6984 MSI LAPTOP SUPPORT
6985 M:      "Lee, Chun-Yi" <jlee@suse.com>
6986 L:      platform-driver-x86@vger.kernel.org
6987 S:      Maintained
6988 F:      drivers/platform/x86/msi-laptop.c
6989
6990 MSI WMI SUPPORT
6991 L:      platform-driver-x86@vger.kernel.org
6992 S:      Orphan
6993 F:      drivers/platform/x86/msi-wmi.c
6994
6995 MSI001 MEDIA DRIVER
6996 M:      Antti Palosaari <crope@iki.fi>
6997 L:      linux-media@vger.kernel.org
6998 W:      http://linuxtv.org/
6999 W:      http://palosaari.fi/linux/
7000 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7001 T:      git git://linuxtv.org/anttip/media_tree.git
7002 S:      Maintained
7003 F:      drivers/media/tuners/msi001*
7004
7005 MSI2500 MEDIA DRIVER
7006 M:      Antti Palosaari <crope@iki.fi>
7007 L:      linux-media@vger.kernel.org
7008 W:      http://linuxtv.org/
7009 W:      http://palosaari.fi/linux/
7010 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7011 T:      git git://linuxtv.org/anttip/media_tree.git
7012 S:      Maintained
7013 F:      drivers/media/usb/msi2500/
7014
7015 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7016 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7017 L:      linux-mtd@lists.infradead.org
7018 S:      Maintained
7019 F:      drivers/mtd/devices/docg3*
7020
7021 MT9M032 APTINA SENSOR DRIVER
7022 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7023 L:      linux-media@vger.kernel.org
7024 T:      git git://linuxtv.org/media_tree.git
7025 S:      Maintained
7026 F:      drivers/media/i2c/mt9m032.c
7027 F:      include/media/mt9m032.h
7028
7029 MT9P031 APTINA CAMERA SENSOR
7030 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7031 L:      linux-media@vger.kernel.org
7032 T:      git git://linuxtv.org/media_tree.git
7033 S:      Maintained
7034 F:      drivers/media/i2c/mt9p031.c
7035 F:      include/media/mt9p031.h
7036
7037 MT9T001 APTINA CAMERA SENSOR
7038 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7039 L:      linux-media@vger.kernel.org
7040 T:      git git://linuxtv.org/media_tree.git
7041 S:      Maintained
7042 F:      drivers/media/i2c/mt9t001.c
7043 F:      include/media/mt9t001.h
7044
7045 MT9V032 APTINA CAMERA SENSOR
7046 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7047 L:      linux-media@vger.kernel.org
7048 T:      git git://linuxtv.org/media_tree.git
7049 S:      Maintained
7050 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7051 F:      drivers/media/i2c/mt9v032.c
7052 F:      include/media/mt9v032.h
7053
7054 MULTIFUNCTION DEVICES (MFD)
7055 M:      Samuel Ortiz <sameo@linux.intel.com>
7056 M:      Lee Jones <lee.jones@linaro.org>
7057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7058 S:      Supported
7059 F:      drivers/mfd/
7060 F:      include/linux/mfd/
7061
7062 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7063 M:      Ulf Hansson <ulf.hansson@linaro.org>
7064 L:      linux-mmc@vger.kernel.org
7065 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7066 S:      Maintained
7067 F:      drivers/mmc/
7068 F:      include/linux/mmc/
7069 F:      include/uapi/linux/mmc/
7070
7071 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7072 S:      Orphan
7073 F:      drivers/mmc/host/mmc_spi.c
7074 F:      include/linux/spi/mmc_spi.h
7075
7076 MULTISOUND SOUND DRIVER
7077 M:      Andrew Veliath <andrewtv@usa.net>
7078 S:      Maintained
7079 F:      Documentation/sound/oss/MultiSound
7080 F:      sound/oss/msnd*
7081
7082 MULTITECH MULTIPORT CARD (ISICOM)
7083 S:      Orphan
7084 F:      drivers/tty/isicom.c
7085 F:      include/linux/isicom.h
7086
7087 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7088 M:      Felipe Balbi <balbi@ti.com>
7089 L:      linux-usb@vger.kernel.org
7090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7091 S:      Maintained
7092 F:      drivers/usb/musb/
7093
7094 MXL5007T MEDIA DRIVER
7095 M:      Michael Krufky <mkrufky@linuxtv.org>
7096 L:      linux-media@vger.kernel.org
7097 W:      http://linuxtv.org/
7098 W:      http://github.com/mkrufky
7099 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7100 T:      git git://linuxtv.org/mkrufky/tuners.git
7101 S:      Maintained
7102 F:      drivers/media/tuners/mxl5007t.*
7103
7104 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7105 M:      Hyong-Youb Kim <hykim@myri.com>
7106 L:      netdev@vger.kernel.org
7107 W:      https://www.myricom.com/support/downloads/myri10ge.html
7108 S:      Supported
7109 F:      drivers/net/ethernet/myricom/myri10ge/
7110
7111 NATSEMI ETHERNET DRIVER (DP8381x)
7112 S:      Orphan
7113 F:      drivers/net/ethernet/natsemi/natsemi.c
7114
7115 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7116 M:      Daniel Mack <zonque@gmail.com>
7117 S:      Maintained
7118 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7119 W:      http://www.native-instruments.com
7120 F:      sound/usb/caiaq/
7121
7122 NCP FILESYSTEM
7123 M:      Petr Vandrovec <petr@vandrovec.name>
7124 S:      Odd Fixes
7125 F:      fs/ncpfs/
7126
7127 NCR 5380 SCSI DRIVERS
7128 M:      Finn Thain <fthain@telegraphics.com.au>
7129 M:      Michael Schmitz <schmitzmic@gmail.com>
7130 L:      linux-scsi@vger.kernel.org
7131 S:      Maintained
7132 F:      Documentation/scsi/g_NCR5380.txt
7133 F:      drivers/scsi/NCR5380.*
7134 F:      drivers/scsi/arm/cumana_1.c
7135 F:      drivers/scsi/arm/oak.c
7136 F:      drivers/scsi/atari_NCR5380.c
7137 F:      drivers/scsi/atari_scsi.*
7138 F:      drivers/scsi/dmx3191d.c
7139 F:      drivers/scsi/dtc.*
7140 F:      drivers/scsi/g_NCR5380.*
7141 F:      drivers/scsi/g_NCR5380_mmio.c
7142 F:      drivers/scsi/mac_scsi.*
7143 F:      drivers/scsi/pas16.*
7144 F:      drivers/scsi/sun3_scsi.*
7145 F:      drivers/scsi/sun3_scsi_vme.c
7146 F:      drivers/scsi/t128.*
7147
7148 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7149 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7150 L:      linux-scsi@vger.kernel.org
7151 S:      Maintained
7152 F:      drivers/scsi/NCR_D700.*
7153
7154 NCT6775 HARDWARE MONITOR DRIVER
7155 M:      Guenter Roeck <linux@roeck-us.net>
7156 L:      lm-sensors@lm-sensors.org
7157 S:      Maintained
7158 F:      Documentation/hwmon/nct6775
7159 F:      drivers/hwmon/nct6775.c
7160
7161 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7162 M:      Faisal Latif <faisal.latif@intel.com>
7163 L:      linux-rdma@vger.kernel.org
7164 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7165 S:      Supported
7166 F:      drivers/infiniband/hw/nes/
7167
7168 NETEM NETWORK EMULATOR
7169 M:      Stephen Hemminger <stephen@networkplumber.org>
7170 L:      netem@lists.linux-foundation.org
7171 S:      Maintained
7172 F:      net/sched/sch_netem.c
7173
7174 NETERION 10GbE DRIVERS (s2io/vxge)
7175 M:      Jon Mason <jdmason@kudzu.us>
7176 L:      netdev@vger.kernel.org
7177 S:      Supported
7178 F:      Documentation/networking/s2io.txt
7179 F:      Documentation/networking/vxge.txt
7180 F:      drivers/net/ethernet/neterion/
7181
7182 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7183 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7184 M:      Patrick McHardy <kaber@trash.net>
7185 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7186 L:      netfilter-devel@vger.kernel.org
7187 L:      coreteam@netfilter.org
7188 W:      http://www.netfilter.org/
7189 W:      http://www.iptables.org/
7190 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7193 S:      Supported
7194 F:      include/linux/netfilter*
7195 F:      include/linux/netfilter/
7196 F:      include/net/netfilter/
7197 F:      include/uapi/linux/netfilter*
7198 F:      include/uapi/linux/netfilter/
7199 F:      net/*/netfilter.c
7200 F:      net/*/netfilter/
7201 F:      net/netfilter/
7202 F:      net/bridge/br_netfilter*.c
7203
7204 NETLABEL
7205 M:      Paul Moore <paul@paul-moore.com>
7206 W:      http://netlabel.sf.net
7207 L:      netdev@vger.kernel.org
7208 S:      Maintained
7209 F:      Documentation/netlabel/
7210 F:      include/net/netlabel.h
7211 F:      net/netlabel/
7212
7213 NETROM NETWORK LAYER
7214 M:      Ralf Baechle <ralf@linux-mips.org>
7215 L:      linux-hams@vger.kernel.org
7216 W:      http://www.linux-ax25.org/
7217 S:      Maintained
7218 F:      include/net/netrom.h
7219 F:      include/uapi/linux/netrom.h
7220 F:      net/netrom/
7221
7222 NETWORK BLOCK DEVICE (NBD)
7223 M:      Markus Pargmann <mpa@pengutronix.de>
7224 S:      Maintained
7225 L:      nbd-general@lists.sourceforge.net
7226 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7227 F:      Documentation/blockdev/nbd.txt
7228 F:      drivers/block/nbd.c
7229 F:      include/uapi/linux/nbd.h
7230
7231 NETWORK DROP MONITOR
7232 M:      Neil Horman <nhorman@tuxdriver.com>
7233 L:      netdev@vger.kernel.org
7234 S:      Maintained
7235 W:      https://fedorahosted.org/dropwatch/
7236 F:      net/core/drop_monitor.c
7237
7238 NETWORKING [GENERAL]
7239 M:      "David S. Miller" <davem@davemloft.net>
7240 L:      netdev@vger.kernel.org
7241 W:      http://www.linuxfoundation.org/en/Net
7242 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7245 S:      Maintained
7246 F:      net/
7247 F:      include/net/
7248 F:      include/linux/in.h
7249 F:      include/linux/net.h
7250 F:      include/linux/netdevice.h
7251 F:      include/uapi/linux/in.h
7252 F:      include/uapi/linux/net.h
7253 F:      include/uapi/linux/netdevice.h
7254 F:      include/uapi/linux/net_namespace.h
7255 F:      tools/net/
7256 F:      tools/testing/selftests/net/
7257 F:      lib/random32.c
7258 F:      lib/test_bpf.c
7259
7260 NETWORKING [IPv4/IPv6]
7261 M:      "David S. Miller" <davem@davemloft.net>
7262 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7263 M:      James Morris <jmorris@namei.org>
7264 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7265 M:      Patrick McHardy <kaber@trash.net>
7266 L:      netdev@vger.kernel.org
7267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7268 S:      Maintained
7269 F:      net/ipv4/
7270 F:      net/ipv6/
7271 F:      include/net/ip*
7272 F:      arch/x86/net/*
7273
7274 NETWORKING [IPSEC]
7275 M:      Steffen Klassert <steffen.klassert@secunet.com>
7276 M:      Herbert Xu <herbert@gondor.apana.org.au>
7277 M:      "David S. Miller" <davem@davemloft.net>
7278 L:      netdev@vger.kernel.org
7279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7281 S:      Maintained
7282 F:      net/core/flow.c
7283 F:      net/xfrm/
7284 F:      net/key/
7285 F:      net/ipv4/xfrm*
7286 F:      net/ipv4/esp4.c
7287 F:      net/ipv4/ah4.c
7288 F:      net/ipv4/ipcomp.c
7289 F:      net/ipv4/ip_vti.c
7290 F:      net/ipv6/xfrm*
7291 F:      net/ipv6/esp6.c
7292 F:      net/ipv6/ah6.c
7293 F:      net/ipv6/ipcomp6.c
7294 F:      net/ipv6/ip6_vti.c
7295 F:      include/uapi/linux/xfrm.h
7296 F:      include/net/xfrm.h
7297
7298 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7299 M:      Paul Moore <paul@paul-moore.com>
7300 L:      netdev@vger.kernel.org
7301 S:      Maintained
7302
7303 NETWORKING [WIRELESS]
7304 L:      linux-wireless@vger.kernel.org
7305 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7306
7307 NETWORKING DRIVERS
7308 L:      netdev@vger.kernel.org
7309 W:      http://www.linuxfoundation.org/en/Net
7310 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7313 S:      Odd Fixes
7314 F:      drivers/net/
7315 F:      include/linux/if_*
7316 F:      include/linux/netdevice.h
7317 F:      include/linux/etherdevice.h
7318 F:      include/linux/fcdevice.h
7319 F:      include/linux/fddidevice.h
7320 F:      include/linux/hippidevice.h
7321 F:      include/linux/inetdevice.h
7322 F:      include/uapi/linux/if_*
7323 F:      include/uapi/linux/netdevice.h
7324
7325 NETWORKING DRIVERS (WIRELESS)
7326 M:      Kalle Valo <kvalo@codeaurora.org>
7327 L:      linux-wireless@vger.kernel.org
7328 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7330 S:      Maintained
7331 F:      drivers/net/wireless/
7332
7333 NETXEN (1/10) GbE SUPPORT
7334 M:      Manish Chopra <manish.chopra@qlogic.com>
7335 M:      Sony Chacko <sony.chacko@qlogic.com>
7336 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7337 L:      netdev@vger.kernel.org
7338 W:      http://www.qlogic.com
7339 S:      Supported
7340 F:      drivers/net/ethernet/qlogic/netxen/
7341
7342 NFC SUBSYSTEM
7343 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7344 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7345 M:      Samuel Ortiz <sameo@linux.intel.com>
7346 L:      linux-wireless@vger.kernel.org
7347 L:      linux-nfc@lists.01.org (subscribers-only)
7348 S:      Supported
7349 F:      net/nfc/
7350 F:      include/net/nfc/
7351 F:      include/uapi/linux/nfc.h
7352 F:      drivers/nfc/
7353 F:      include/linux/platform_data/pn544.h
7354 F:      Documentation/devicetree/bindings/net/nfc/
7355
7356 NFS, SUNRPC, AND LOCKD CLIENTS
7357 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7358 M:      Anna Schumaker <anna.schumaker@netapp.com>
7359 L:      linux-nfs@vger.kernel.org
7360 W:      http://client.linux-nfs.org
7361 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7362 S:      Maintained
7363 F:      fs/lockd/
7364 F:      fs/nfs/
7365 F:      fs/nfs_common/
7366 F:      net/sunrpc/
7367 F:      include/linux/lockd/
7368 F:      include/linux/nfs*
7369 F:      include/linux/sunrpc/
7370 F:      include/uapi/linux/nfs*
7371 F:      include/uapi/linux/sunrpc/
7372
7373 NILFS2 FILESYSTEM
7374 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7375 L:      linux-nilfs@vger.kernel.org
7376 W:      http://nilfs.sourceforge.net/
7377 T:      git git://github.com/konis/nilfs2.git
7378 S:      Supported
7379 F:      Documentation/filesystems/nilfs2.txt
7380 F:      fs/nilfs2/
7381 F:      include/linux/nilfs2_fs.h
7382
7383 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7384 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7385 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7386 S:      Maintained
7387 F:      Documentation/scsi/NinjaSCSI.txt
7388 F:      drivers/scsi/pcmcia/nsp_*
7389
7390 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7391 M:      GOTO Masanori <gotom@debian.or.jp>
7392 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7393 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7394 S:      Maintained
7395 F:      Documentation/scsi/NinjaSCSI.txt
7396 F:      drivers/scsi/nsp32*
7397
7398 NIOS2 ARCHITECTURE
7399 M:      Ley Foon Tan <lftan@altera.com>
7400 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7402 S:      Maintained
7403 F:      arch/nios2/
7404
7405 NOKIA N900 POWER SUPPLY DRIVERS
7406 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7407 S:      Maintained
7408 F:      include/linux/power/bq2415x_charger.h
7409 F:      include/linux/power/bq27x00_battery.h
7410 F:      include/linux/power/isp1704_charger.h
7411 F:      drivers/power/bq2415x_charger.c
7412 F:      drivers/power/bq27x00_battery.c
7413 F:      drivers/power/isp1704_charger.c
7414 F:      drivers/power/rx51_battery.c
7415
7416 NTB DRIVER CORE
7417 M:      Jon Mason <jdmason@kudzu.us>
7418 M:      Dave Jiang <dave.jiang@intel.com>
7419 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7420 L:      linux-ntb@googlegroups.com
7421 S:      Supported
7422 W:      https://github.com/jonmason/ntb/wiki
7423 T:      git git://github.com/jonmason/ntb.git
7424 F:      drivers/ntb/
7425 F:      drivers/net/ntb_netdev.c
7426 F:      include/linux/ntb.h
7427 F:      include/linux/ntb_transport.h
7428
7429 NTB INTEL DRIVER
7430 M:      Jon Mason <jdmason@kudzu.us>
7431 M:      Dave Jiang <dave.jiang@intel.com>
7432 L:      linux-ntb@googlegroups.com
7433 S:      Supported
7434 W:      https://github.com/jonmason/ntb/wiki
7435 T:      git git://github.com/jonmason/ntb.git
7436 F:      drivers/ntb/hw/intel/
7437
7438 NTFS FILESYSTEM
7439 M:      Anton Altaparmakov <anton@tuxera.com>
7440 L:      linux-ntfs-dev@lists.sourceforge.net
7441 W:      http://www.tuxera.com/
7442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7443 S:      Supported
7444 F:      Documentation/filesystems/ntfs.txt
7445 F:      fs/ntfs/
7446
7447 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7448 M:      Antonino Daplas <adaplas@gmail.com>
7449 L:      linux-fbdev@vger.kernel.org
7450 S:      Maintained
7451 F:      drivers/video/fbdev/riva/
7452 F:      drivers/video/fbdev/nvidia/
7453
7454 NVM EXPRESS DRIVER
7455 M:      Matthew Wilcox <willy@linux.intel.com>
7456 L:      linux-nvme@lists.infradead.org
7457 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7458 S:      Supported
7459 F:      drivers/block/nvme*
7460 F:      include/linux/nvme.h
7461
7462 NVMEM FRAMEWORK
7463 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7464 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7465 S:      Maintained
7466 F:      drivers/nvmem/
7467 F:      Documentation/devicetree/bindings/nvmem/
7468 F:      include/linux/nvmem-consumer.h
7469 F:      include/linux/nvmem-provider.h
7470
7471 NXP-NCI NFC DRIVER
7472 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7473 R:      Charles Gorand <charles.gorand@effinnov.com>
7474 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7475 S:      Supported
7476 F:      drivers/nfc/nxp-nci
7477
7478 NXP TDA998X DRM DRIVER
7479 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7480 S:      Supported
7481 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7482 F:      include/drm/i2c/tda998x.h
7483
7484 NXP TFA9879 DRIVER
7485 M:      Peter Rosin <peda@axentia.se>
7486 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7487 S:      Maintained
7488 F:      sound/soc/codecs/tfa9879*
7489
7490 OMAP SUPPORT
7491 M:      Tony Lindgren <tony@atomide.com>
7492 L:      linux-omap@vger.kernel.org
7493 W:      http://www.muru.com/linux/omap/
7494 W:      http://linux.omap.com/
7495 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7497 S:      Maintained
7498 F:      arch/arm/*omap*/
7499 F:      arch/arm/configs/omap1_defconfig
7500 F:      arch/arm/configs/omap2plus_defconfig
7501 F:      drivers/i2c/busses/i2c-omap.c
7502 F:      drivers/irqchip/irq-omap-intc.c
7503 F:      drivers/mfd/*omap*.c
7504 F:      drivers/mfd/menelaus.c
7505 F:      drivers/mfd/palmas.c
7506 F:      drivers/mfd/tps65217.c
7507 F:      drivers/mfd/tps65218.c
7508 F:      drivers/mfd/tps65910.c
7509 F:      drivers/mfd/twl-core.[ch]
7510 F:      drivers/mfd/twl4030*.c
7511 F:      drivers/mfd/twl6030*.c
7512 F:      drivers/mfd/twl6040*.c
7513 F:      drivers/regulator/palmas-regulator*.c
7514 F:      drivers/regulator/pbias-regulator.c
7515 F:      drivers/regulator/tps65217-regulator.c
7516 F:      drivers/regulator/tps65218-regulator.c
7517 F:      drivers/regulator/tps65910-regulator.c
7518 F:      drivers/regulator/twl-regulator.c
7519 F:      include/linux/i2c-omap.h
7520
7521 OMAP DEVICE TREE SUPPORT
7522 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7523 M:      Tony Lindgren <tony@atomide.com>
7524 L:      linux-omap@vger.kernel.org
7525 L:      devicetree@vger.kernel.org
7526 S:      Maintained
7527 F:      arch/arm/boot/dts/*omap*
7528 F:      arch/arm/boot/dts/*am3*
7529 F:      arch/arm/boot/dts/*am4*
7530 F:      arch/arm/boot/dts/*am5*
7531 F:      arch/arm/boot/dts/*dra7*
7532
7533 OMAP CLOCK FRAMEWORK SUPPORT
7534 M:      Paul Walmsley <paul@pwsan.com>
7535 L:      linux-omap@vger.kernel.org
7536 S:      Maintained
7537 F:      arch/arm/*omap*/*clock*
7538
7539 OMAP POWER MANAGEMENT SUPPORT
7540 M:      Kevin Hilman <khilman@deeprootsystems.com>
7541 L:      linux-omap@vger.kernel.org
7542 S:      Maintained
7543 F:      arch/arm/*omap*/*pm*
7544 F:      drivers/cpufreq/omap-cpufreq.c
7545
7546 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7547 M:      Rajendra Nayak <rnayak@ti.com>
7548 M:      Paul Walmsley <paul@pwsan.com>
7549 L:      linux-omap@vger.kernel.org
7550 S:      Maintained
7551 F:      arch/arm/mach-omap2/prm*
7552
7553 OMAP AUDIO SUPPORT
7554 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7555 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7556 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7557 L:      linux-omap@vger.kernel.org
7558 S:      Maintained
7559 F:      sound/soc/omap/
7560
7561 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7562 M:      Roger Quadros <rogerq@ti.com>
7563 M:      Tony Lindgren <tony@atomide.com>
7564 L:      linux-omap@vger.kernel.org
7565 S:      Maintained
7566 F:      drivers/memory/omap-gpmc.c
7567 F:      arch/arm/mach-omap2/*gpmc*
7568
7569 OMAP FRAMEBUFFER SUPPORT
7570 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7571 L:      linux-fbdev@vger.kernel.org
7572 L:      linux-omap@vger.kernel.org
7573 S:      Maintained
7574 F:      drivers/video/fbdev/omap/
7575
7576 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7577 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7578 L:      linux-omap@vger.kernel.org
7579 L:      linux-fbdev@vger.kernel.org
7580 S:      Maintained
7581 F:      drivers/video/fbdev/omap2/
7582 F:      Documentation/arm/OMAP/DSS
7583
7584 OMAP HARDWARE SPINLOCK SUPPORT
7585 M:      Ohad Ben-Cohen <ohad@wizery.com>
7586 L:      linux-omap@vger.kernel.org
7587 S:      Maintained
7588 F:      drivers/hwspinlock/omap_hwspinlock.c
7589
7590 OMAP MMC SUPPORT
7591 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7592 L:      linux-omap@vger.kernel.org
7593 S:      Maintained
7594 F:      drivers/mmc/host/omap.c
7595
7596 OMAP HS MMC SUPPORT
7597 L:      linux-mmc@vger.kernel.org
7598 L:      linux-omap@vger.kernel.org
7599 S:      Orphan
7600 F:      drivers/mmc/host/omap_hsmmc.c
7601
7602 OMAP RANDOM NUMBER GENERATOR SUPPORT
7603 M:      Deepak Saxena <dsaxena@plexity.net>
7604 S:      Maintained
7605 F:      drivers/char/hw_random/omap-rng.c
7606
7607 OMAP HWMOD SUPPORT
7608 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7609 M:      Paul Walmsley <paul@pwsan.com>
7610 L:      linux-omap@vger.kernel.org
7611 S:      Maintained
7612 F:      arch/arm/mach-omap2/omap_hwmod.*
7613
7614 OMAP HWMOD DATA
7615 M:      Paul Walmsley <paul@pwsan.com>
7616 L:      linux-omap@vger.kernel.org
7617 S:      Maintained
7618 F:      arch/arm/mach-omap2/omap_hwmod*data*
7619
7620 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7621 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7622 L:      linux-omap@vger.kernel.org
7623 S:      Maintained
7624 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7625
7626 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7627 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7628 L:      linux-media@vger.kernel.org
7629 S:      Maintained
7630 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7631 F:      drivers/media/platform/omap3isp/
7632 F:      drivers/staging/media/omap4iss/
7633
7634 OMAP USB SUPPORT
7635 M:      Felipe Balbi <balbi@ti.com>
7636 L:      linux-usb@vger.kernel.org
7637 L:      linux-omap@vger.kernel.org
7638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7639 S:      Maintained
7640 F:      drivers/usb/*/*omap*
7641 F:      arch/arm/*omap*/usb*
7642
7643 OMAP GPIO DRIVER
7644 M:      Javier Martinez Canillas <javier@dowhile0.org>
7645 M:      Santosh Shilimkar <ssantosh@kernel.org>
7646 M:      Kevin Hilman <khilman@deeprootsystems.com>
7647 L:      linux-omap@vger.kernel.org
7648 S:      Maintained
7649 F:      drivers/gpio/gpio-omap.c
7650
7651 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7652 M:      Mark Jackson <mpfj@newflow.co.uk>
7653 L:      linux-omap@vger.kernel.org
7654 S:      Maintained
7655 F:      arch/arm/boot/dts/am335x-nano.dts
7656
7657 OMFS FILESYSTEM
7658 M:      Bob Copeland <me@bobcopeland.com>
7659 L:      linux-karma-devel@lists.sourceforge.net
7660 S:      Maintained
7661 F:      Documentation/filesystems/omfs.txt
7662 F:      fs/omfs/
7663
7664 OMNIKEY CARDMAN 4000 DRIVER
7665 M:      Harald Welte <laforge@gnumonks.org>
7666 S:      Maintained
7667 F:      drivers/char/pcmcia/cm4000_cs.c
7668 F:      include/linux/cm4000_cs.h
7669 F:      include/uapi/linux/cm4000_cs.h
7670
7671 OMNIKEY CARDMAN 4040 DRIVER
7672 M:      Harald Welte <laforge@gnumonks.org>
7673 S:      Maintained
7674 F:      drivers/char/pcmcia/cm4040_cs.*
7675
7676 OMNIVISION OV7670 SENSOR DRIVER
7677 M:      Jonathan Corbet <corbet@lwn.net>
7678 L:      linux-media@vger.kernel.org
7679 T:      git git://linuxtv.org/media_tree.git
7680 S:      Maintained
7681 F:      drivers/media/i2c/ov7670.c
7682
7683 ONENAND FLASH DRIVER
7684 M:      Kyungmin Park <kyungmin.park@samsung.com>
7685 L:      linux-mtd@lists.infradead.org
7686 S:      Maintained
7687 F:      drivers/mtd/onenand/
7688 F:      include/linux/mtd/onenand*.h
7689
7690 ONSTREAM SCSI TAPE DRIVER
7691 M:      Willem Riede <osst@riede.org>
7692 L:      osst-users@lists.sourceforge.net
7693 L:      linux-scsi@vger.kernel.org
7694 S:      Maintained
7695 F:      Documentation/scsi/osst.txt
7696 F:      drivers/scsi/osst.*
7697 F:      drivers/scsi/osst_*.h
7698 F:      drivers/scsi/st.h
7699
7700 OPENCORES I2C BUS DRIVER
7701 M:      Peter Korsgaard <jacmet@sunsite.dk>
7702 L:      linux-i2c@vger.kernel.org
7703 S:      Maintained
7704 F:      Documentation/i2c/busses/i2c-ocores
7705 F:      drivers/i2c/busses/i2c-ocores.c
7706
7707 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7708 M:      Rob Herring <robh+dt@kernel.org>
7709 M:      Frank Rowand <frowand.list@gmail.com>
7710 M:      Grant Likely <grant.likely@linaro.org>
7711 L:      devicetree@vger.kernel.org
7712 W:      http://www.devicetree.org/
7713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7714 S:      Maintained
7715 F:      drivers/of/
7716 F:      include/linux/of*.h
7717 F:      scripts/dtc/
7718
7719 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7720 M:      Rob Herring <robh+dt@kernel.org>
7721 M:      Pawel Moll <pawel.moll@arm.com>
7722 M:      Mark Rutland <mark.rutland@arm.com>
7723 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7724 M:      Kumar Gala <galak@codeaurora.org>
7725 L:      devicetree@vger.kernel.org
7726 S:      Maintained
7727 F:      Documentation/devicetree/
7728 F:      arch/*/boot/dts/
7729 F:      include/dt-bindings/
7730
7731 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7732 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7733 L:      devicetree@vger.kernel.org
7734 S:      Maintained
7735 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7736 F:      Documentation/devicetree/overlay-notes.txt
7737 F:      drivers/of/overlay.c
7738 F:      drivers/of/resolver.c
7739
7740 OPENRISC ARCHITECTURE
7741 M:      Jonas Bonn <jonas@southpole.se>
7742 W:      http://openrisc.net
7743 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7744 S:      Maintained
7745 T:      git git://openrisc.net/~jonas/linux
7746 F:      arch/openrisc/
7747
7748 OPENVSWITCH
7749 M:      Pravin Shelar <pshelar@nicira.com>
7750 L:      netdev@vger.kernel.org
7751 L:      dev@openvswitch.org
7752 W:      http://openvswitch.org
7753 S:      Maintained
7754 F:      net/openvswitch/
7755 F:      include/uapi/linux/openvswitch.h
7756
7757 OPL4 DRIVER
7758 M:      Clemens Ladisch <clemens@ladisch.de>
7759 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7760 T:      git git://git.alsa-project.org/alsa-kernel.git
7761 S:      Maintained
7762 F:      sound/drivers/opl4/
7763
7764 OPROFILE
7765 M:      Robert Richter <rric@kernel.org>
7766 L:      oprofile-list@lists.sf.net
7767 S:      Maintained
7768 F:      arch/*/include/asm/oprofile*.h
7769 F:      arch/*/oprofile/
7770 F:      drivers/oprofile/
7771 F:      include/linux/oprofile.h
7772
7773 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7774 M:      Mark Fasheh <mfasheh@suse.com>
7775 M:      Joel Becker <jlbec@evilplan.org>
7776 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7777 W:      http://ocfs2.wiki.kernel.org
7778 S:      Supported
7779 F:      Documentation/filesystems/ocfs2.txt
7780 F:      Documentation/filesystems/dlmfs.txt
7781 F:      fs/ocfs2/
7782
7783 ORINOCO DRIVER
7784 L:      linux-wireless@vger.kernel.org
7785 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7786 W:      http://www.nongnu.org/orinoco/
7787 S:      Orphan
7788 F:      drivers/net/wireless/orinoco/
7789
7790 OSD LIBRARY and FILESYSTEM
7791 M:      Boaz Harrosh <ooo@electrozaur.com>
7792 M:      Benny Halevy <bhalevy@primarydata.com>
7793 L:      osd-dev@open-osd.org
7794 W:      http://open-osd.org
7795 T:      git git://git.open-osd.org/open-osd.git
7796 S:      Maintained
7797 F:      drivers/scsi/osd/
7798 F:      include/scsi/osd_*
7799 F:      fs/exofs/
7800
7801 OVERLAY FILESYSTEM
7802 M:      Miklos Szeredi <miklos@szeredi.hu>
7803 L:      linux-unionfs@vger.kernel.org
7804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7805 S:      Supported
7806 F:      fs/overlayfs/
7807 F:      Documentation/filesystems/overlayfs.txt
7808
7809 P54 WIRELESS DRIVER
7810 M:      Christian Lamparter <chunkeey@googlemail.com>
7811 L:      linux-wireless@vger.kernel.org
7812 W:      http://wireless.kernel.org/en/users/Drivers/p54
7813 S:      Maintained
7814 F:      drivers/net/wireless/p54/
7815
7816 PA SEMI ETHERNET DRIVER
7817 M:      Olof Johansson <olof@lixom.net>
7818 L:      netdev@vger.kernel.org
7819 S:      Maintained
7820 F:      drivers/net/ethernet/pasemi/*
7821
7822 PA SEMI SMBUS DRIVER
7823 M:      Olof Johansson <olof@lixom.net>
7824 L:      linux-i2c@vger.kernel.org
7825 S:      Maintained
7826 F:      drivers/i2c/busses/i2c-pasemi.c
7827
7828 PADATA PARALLEL EXECUTION MECHANISM
7829 M:      Steffen Klassert <steffen.klassert@secunet.com>
7830 L:      linux-crypto@vger.kernel.org
7831 S:      Maintained
7832 F:      kernel/padata.c
7833 F:      include/linux/padata.h
7834 F:      Documentation/padata.txt
7835
7836 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7837 M:      Harald Welte <laforge@gnumonks.org>
7838 L:      platform-driver-x86@vger.kernel.org
7839 S:      Maintained
7840 F:      drivers/platform/x86/panasonic-laptop.c
7841
7842 PANASONIC MN10300/AM33/AM34 PORT
7843 M:      David Howells <dhowells@redhat.com>
7844 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7845 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7846 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7847 S:      Maintained
7848 F:      Documentation/mn10300/
7849 F:      arch/mn10300/
7850
7851 PARALLEL PORT SUBSYSTEM
7852 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7853 M:      Sudip Mukherjee <sudip@vectorindia.org>
7854 L:      linux-parport@lists.infradead.org (subscribers-only)
7855 S:      Maintained
7856 F:      drivers/parport/
7857 F:      include/linux/parport*.h
7858 F:      drivers/char/ppdev.c
7859 F:      include/uapi/linux/ppdev.h
7860 F:      Documentation/parport*.txt
7861
7862 PARAVIRT_OPS INTERFACE
7863 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7864 M:      Chris Wright <chrisw@sous-sol.org>
7865 M:      Alok Kataria <akataria@vmware.com>
7866 M:      Rusty Russell <rusty@rustcorp.com.au>
7867 L:      virtualization@lists.linux-foundation.org
7868 S:      Supported
7869 F:      Documentation/virtual/paravirt_ops.txt
7870 F:      arch/*/kernel/paravirt*
7871 F:      arch/*/include/asm/paravirt.h
7872
7873 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7874 M:      Tim Waugh <tim@cyberelk.net>
7875 L:      linux-parport@lists.infradead.org (subscribers-only)
7876 S:      Maintained
7877 F:      Documentation/blockdev/paride.txt
7878 F:      drivers/block/paride/
7879
7880 PARISC ARCHITECTURE
7881 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7882 M:      Helge Deller <deller@gmx.de>
7883 L:      linux-parisc@vger.kernel.org
7884 W:      http://www.parisc-linux.org/
7885 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7888 S:      Maintained
7889 F:      arch/parisc/
7890 F:      Documentation/parisc/
7891 F:      drivers/parisc/
7892 F:      drivers/char/agp/parisc-agp.c
7893 F:      drivers/input/serio/gscps2.c
7894 F:      drivers/parport/parport_gsc.*
7895 F:      drivers/tty/serial/8250/8250_gsc.c
7896 F:      drivers/video/fbdev/sti*
7897 F:      drivers/video/console/sti*
7898 F:      drivers/video/logo/logo_parisc*
7899
7900 PC87360 HARDWARE MONITORING DRIVER
7901 M:      Jim Cromie <jim.cromie@gmail.com>
7902 L:      lm-sensors@lm-sensors.org
7903 S:      Maintained
7904 F:      Documentation/hwmon/pc87360
7905 F:      drivers/hwmon/pc87360.c
7906
7907 PC8736x GPIO DRIVER
7908 M:      Jim Cromie <jim.cromie@gmail.com>
7909 S:      Maintained
7910 F:      drivers/char/pc8736x_gpio.c
7911
7912 PC87427 HARDWARE MONITORING DRIVER
7913 M:      Jean Delvare <jdelvare@suse.com>
7914 L:      lm-sensors@lm-sensors.org
7915 S:      Maintained
7916 F:      Documentation/hwmon/pc87427
7917 F:      drivers/hwmon/pc87427.c
7918
7919 PCA9532 LED DRIVER
7920 M:      Riku Voipio <riku.voipio@iki.fi>
7921 S:      Maintained
7922 F:      drivers/leds/leds-pca9532.c
7923 F:      include/linux/leds-pca9532.h
7924
7925 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7926 M:      Guenter Roeck <linux@roeck-us.net>
7927 L:      linux-i2c@vger.kernel.org
7928 S:      Maintained
7929 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7930
7931 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7932 M:      Khalid Aziz <khalid@gonehiking.org>
7933 S:      Maintained
7934 F:      drivers/firmware/pcdp.*
7935
7936 PCI ERROR RECOVERY
7937 M:      Linas Vepstas <linasvepstas@gmail.com>
7938 L:      linux-pci@vger.kernel.org
7939 S:      Supported
7940 F:      Documentation/PCI/pci-error-recovery.txt
7941
7942 PCI SUBSYSTEM
7943 M:      Bjorn Helgaas <bhelgaas@google.com>
7944 L:      linux-pci@vger.kernel.org
7945 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7947 S:      Supported
7948 F:      Documentation/PCI/
7949 F:      drivers/pci/
7950 F:      include/linux/pci*
7951 F:      arch/x86/pci/
7952 F:      arch/x86/kernel/quirks.c
7953
7954 PCI DRIVER FOR ARM VERSATILE PLATFORM
7955 M:      Rob Herring <robh@kernel.org>
7956 L:      linux-pci@vger.kernel.org
7957 L:      linux-arm-kernel@lists.infradead.org
7958 S:      Maintained
7959 F:      Documentation/devicetree/bindings/pci/versatile.txt
7960 F:      drivers/pci/host/pci-versatile.c
7961
7962 PCI DRIVER FOR APPLIEDMICRO XGENE
7963 M:      Tanmay Inamdar <tinamdar@apm.com>
7964 L:      linux-pci@vger.kernel.org
7965 L:      linux-arm-kernel@lists.infradead.org
7966 S:      Maintained
7967 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7968 F:      drivers/pci/host/pci-xgene.c
7969
7970 PCI DRIVER FOR FREESCALE LAYERSCAPE
7971 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7972 M:      Mingkai Hu <mingkai.hu@freescale.com>
7973 M:      Roy Zang <tie-fei.zang@freescale.com>
7974 L:      linuxppc-dev@lists.ozlabs.org
7975 L:      linux-pci@vger.kernel.org
7976 L:      linux-arm-kernel@lists.infradead.org
7977 S:      Maintained
7978 F:      drivers/pci/host/*layerscape*
7979
7980 PCI DRIVER FOR IMX6
7981 M:      Richard Zhu <Richard.Zhu@freescale.com>
7982 M:      Lucas Stach <l.stach@pengutronix.de>
7983 L:      linux-pci@vger.kernel.org
7984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7985 S:      Maintained
7986 F:      drivers/pci/host/*imx6*
7987
7988 PCI DRIVER FOR TI KEYSTONE
7989 M:      Murali Karicheri <m-karicheri2@ti.com>
7990 L:      linux-pci@vger.kernel.org
7991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7992 S:      Maintained
7993 F:      drivers/pci/host/*keystone*
7994
7995 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7996 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7997 M:      Jason Cooper <jason@lakedaemon.net>
7998 L:      linux-pci@vger.kernel.org
7999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8000 S:      Maintained
8001 F:      drivers/pci/host/*mvebu*
8002
8003 PCI DRIVER FOR NVIDIA TEGRA
8004 M:      Thierry Reding <thierry.reding@gmail.com>
8005 L:      linux-tegra@vger.kernel.org
8006 L:      linux-pci@vger.kernel.org
8007 S:      Supported
8008 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8009 F:      drivers/pci/host/pci-tegra.c
8010
8011 PCI DRIVER FOR TI DRA7XX
8012 M:      Kishon Vijay Abraham I <kishon@ti.com>
8013 L:      linux-omap@vger.kernel.org
8014 L:      linux-pci@vger.kernel.org
8015 S:      Supported
8016 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8017 F:      drivers/pci/host/pci-dra7xx.c
8018
8019 PCI DRIVER FOR RENESAS R-CAR
8020 M:      Simon Horman <horms@verge.net.au>
8021 L:      linux-pci@vger.kernel.org
8022 L:      linux-sh@vger.kernel.org
8023 S:      Maintained
8024 F:      drivers/pci/host/*rcar*
8025
8026 PCI DRIVER FOR SAMSUNG EXYNOS
8027 M:      Jingoo Han <jingoohan1@gmail.com>
8028 L:      linux-pci@vger.kernel.org
8029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8030 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8031 S:      Maintained
8032 F:      drivers/pci/host/pci-exynos.c
8033
8034 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8035 M:      Jingoo Han <jingoohan1@gmail.com>
8036 M:      Pratyush Anand <pratyush.anand@gmail.com>
8037 L:      linux-pci@vger.kernel.org
8038 S:      Maintained
8039 F:      drivers/pci/host/*designware*
8040
8041 PCI DRIVER FOR GENERIC OF HOSTS
8042 M:      Will Deacon <will.deacon@arm.com>
8043 L:      linux-pci@vger.kernel.org
8044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8045 S:      Maintained
8046 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8047 F:      drivers/pci/host/pci-host-generic.c
8048
8049 PCIE DRIVER FOR ST SPEAR13XX
8050 M:      Pratyush Anand <pratyush.anand@gmail.com>
8051 L:      linux-pci@vger.kernel.org
8052 S:      Maintained
8053 F:      drivers/pci/host/*spear*
8054
8055 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8056 M:      Duc Dang <dhdang@apm.com>
8057 L:      linux-pci@vger.kernel.org
8058 L:      linux-arm-kernel@lists.infradead.org
8059 S:      Maintained
8060 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8061 F:      drivers/pci/host/pci-xgene-msi.c
8062
8063 PCMCIA SUBSYSTEM
8064 P:      Linux PCMCIA Team
8065 L:      linux-pcmcia@lists.infradead.org
8066 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8068 S:      Maintained
8069 F:      Documentation/pcmcia/
8070 F:      drivers/pcmcia/
8071 F:      include/pcmcia/
8072
8073 PCNET32 NETWORK DRIVER
8074 M:      Don Fry <pcnet32@frontier.com>
8075 L:      netdev@vger.kernel.org
8076 S:      Maintained
8077 F:      drivers/net/ethernet/amd/pcnet32.c
8078
8079 PCRYPT PARALLEL CRYPTO ENGINE
8080 M:      Steffen Klassert <steffen.klassert@secunet.com>
8081 L:      linux-crypto@vger.kernel.org
8082 S:      Maintained
8083 F:      crypto/pcrypt.c
8084 F:      include/crypto/pcrypt.h
8085
8086 PER-CPU MEMORY ALLOCATOR
8087 M:      Tejun Heo <tj@kernel.org>
8088 M:      Christoph Lameter <cl@linux-foundation.org>
8089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8090 S:      Maintained
8091 F:      include/linux/percpu*.h
8092 F:      mm/percpu*.c
8093 F:      arch/*/include/asm/percpu.h
8094
8095 PER-TASK DELAY ACCOUNTING
8096 M:      Balbir Singh <bsingharora@gmail.com>
8097 S:      Maintained
8098 F:      include/linux/delayacct.h
8099 F:      kernel/delayacct.c
8100
8101 PERFORMANCE EVENTS SUBSYSTEM
8102 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8103 M:      Ingo Molnar <mingo@redhat.com>
8104 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8105 L:      linux-kernel@vger.kernel.org
8106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8107 S:      Supported
8108 F:      kernel/events/*
8109 F:      include/linux/perf_event.h
8110 F:      include/uapi/linux/perf_event.h
8111 F:      arch/*/kernel/perf_event*.c
8112 F:      arch/*/kernel/*/perf_event*.c
8113 F:      arch/*/kernel/*/*/perf_event*.c
8114 F:      arch/*/include/asm/perf_event.h
8115 F:      arch/*/kernel/perf_callchain.c
8116 F:      tools/perf/
8117
8118 PERSONALITY HANDLING
8119 M:      Christoph Hellwig <hch@infradead.org>
8120 L:      linux-abi-devel@lists.sourceforge.net
8121 S:      Maintained
8122 F:      include/linux/personality.h
8123 F:      include/uapi/linux/personality.h
8124
8125 PHONET PROTOCOL
8126 M:      Remi Denis-Courmont <courmisch@gmail.com>
8127 S:      Supported
8128 F:      Documentation/networking/phonet.txt
8129 F:      include/linux/phonet.h
8130 F:      include/net/phonet/
8131 F:      include/uapi/linux/phonet.h
8132 F:      net/phonet/
8133
8134 PHRAM MTD DRIVER
8135 M:      Joern Engel <joern@lazybastard.org>
8136 L:      linux-mtd@lists.infradead.org
8137 S:      Maintained
8138 F:      drivers/mtd/devices/phram.c
8139
8140 PICOLCD HID DRIVER
8141 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8142 L:      linux-input@vger.kernel.org
8143 S:      Maintained
8144 F:      drivers/hid/hid-picolcd*
8145
8146 PICOXCELL SUPPORT
8147 M:      Jamie Iles <jamie@jamieiles.com>
8148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8149 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8150 S:      Supported
8151 F:      arch/arm/boot/dts/picoxcell*
8152 F:      arch/arm/mach-picoxcell/
8153 F:      drivers/crypto/picoxcell*
8154
8155 PIN CONTROL SUBSYSTEM
8156 M:      Linus Walleij <linus.walleij@linaro.org>
8157 L:      linux-gpio@vger.kernel.org
8158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8159 S:      Maintained
8160 F:      drivers/pinctrl/
8161 F:      include/linux/pinctrl/
8162
8163 PIN CONTROLLER - ATMEL AT91
8164 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8166 S:      Maintained
8167 F:      drivers/pinctrl/pinctrl-at91.*
8168
8169 PIN CONTROLLER - INTEL
8170 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8171 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8172 S:      Maintained
8173 F:      drivers/pinctrl/intel/
8174
8175 PIN CONTROLLER - RENESAS
8176 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8177 L:      linux-sh@vger.kernel.org
8178 S:      Maintained
8179 F:      drivers/pinctrl/sh-pfc/
8180
8181 PIN CONTROLLER - SAMSUNG
8182 M:      Tomasz Figa <tomasz.figa@gmail.com>
8183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8184 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8185 S:      Maintained
8186 F:      drivers/pinctrl/samsung/
8187
8188 PIN CONTROLLER - ST SPEAR
8189 M:      Viresh Kumar <vireshk@kernel.org>
8190 L:      spear-devel@list.st.com
8191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8192 W:      http://www.st.com/spear
8193 S:      Maintained
8194 F:      drivers/pinctrl/spear/
8195
8196 PKTCDVD DRIVER
8197 M:      Jiri Kosina <jikos@kernel.org>
8198 S:      Maintained
8199 F:      drivers/block/pktcdvd.c
8200 F:      include/linux/pktcdvd.h
8201 F:      include/uapi/linux/pktcdvd.h
8202
8203 PKUNITY SOC DRIVERS
8204 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8205 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8206 S:      Maintained
8207 T:      git git://github.com/gxt/linux.git
8208 F:      drivers/input/serio/i8042-unicore32io.h
8209 F:      drivers/i2c/busses/i2c-puv3.c
8210 F:      drivers/video/fbdev/fb-puv3.c
8211 F:      drivers/rtc/rtc-puv3.c
8212
8213 PMBUS HARDWARE MONITORING DRIVERS
8214 M:      Guenter Roeck <linux@roeck-us.net>
8215 L:      lm-sensors@lm-sensors.org
8216 W:      http://www.lm-sensors.org/
8217 W:      http://www.roeck-us.net/linux/drivers/
8218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8219 S:      Maintained
8220 F:      Documentation/hwmon/pmbus
8221 F:      drivers/hwmon/pmbus/
8222 F:      include/linux/i2c/pmbus.h
8223
8224 PMC SIERRA MaxRAID DRIVER
8225 L:      linux-scsi@vger.kernel.org
8226 W:      http://www.pmc-sierra.com/
8227 S:      Orphan
8228 F:      drivers/scsi/pmcraid.*
8229
8230 PMC SIERRA PM8001 DRIVER
8231 M:      Jack Wang <jinpu.wang@profitbricks.com>
8232 M:      lindar_liu@usish.com
8233 L:      pmchba@pmcs.com
8234 L:      linux-scsi@vger.kernel.org
8235 S:      Supported
8236 F:      drivers/scsi/pm8001/
8237
8238 POSIX CLOCKS and TIMERS
8239 M:      Thomas Gleixner <tglx@linutronix.de>
8240 L:      linux-kernel@vger.kernel.org
8241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8242 S:      Maintained
8243 F:      fs/timerfd.c
8244 F:      include/linux/timer*
8245 F:      kernel/time/*timer*
8246
8247 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8248 M:      Sebastian Reichel <sre@kernel.org>
8249 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8250 M:      David Woodhouse <dwmw2@infradead.org>
8251 L:      linux-pm@vger.kernel.org
8252 T:      git git://git.infradead.org/battery-2.6.git
8253 S:      Maintained
8254 F:      include/linux/power_supply.h
8255 F:      drivers/power/
8256 X:      drivers/power/avs/
8257
8258 POWER STATE COORDINATION INTERFACE (PSCI)
8259 M:      Mark Rutland <mark.rutland@arm.com>
8260 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8261 L:      linux-arm-kernel@lists.infradead.org
8262 S:      Maintained
8263 F:      drivers/firmware/psci.c
8264 F:      include/linux/psci.h
8265 F:      include/uapi/linux/psci.h
8266
8267 PNP SUPPORT
8268 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8269 S:      Maintained
8270 F:      drivers/pnp/
8271
8272 PNXxxxx I2C DRIVER
8273 M:      Vitaly Wool <vitalywool@gmail.com>
8274 L:      linux-i2c@vger.kernel.org
8275 S:      Maintained
8276 F:      drivers/i2c/busses/i2c-pnx.c
8277
8278 PPP PROTOCOL DRIVERS AND COMPRESSORS
8279 M:      Paul Mackerras <paulus@samba.org>
8280 L:      linux-ppp@vger.kernel.org
8281 S:      Maintained
8282 F:      drivers/net/ppp/ppp_*
8283
8284 PPP OVER ATM (RFC 2364)
8285 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8286 S:      Maintained
8287 F:      net/atm/pppoatm.c
8288 F:      include/uapi/linux/atmppp.h
8289
8290 PPP OVER ETHERNET
8291 M:      Michal Ostrowski <mostrows@earthlink.net>
8292 S:      Maintained
8293 F:      drivers/net/ppp/pppoe.c
8294 F:      drivers/net/ppp/pppox.c
8295
8296 PPP OVER L2TP
8297 M:      James Chapman <jchapman@katalix.com>
8298 S:      Maintained
8299 F:      net/l2tp/l2tp_ppp.c
8300 F:      include/linux/if_pppol2tp.h
8301 F:      include/uapi/linux/if_pppol2tp.h
8302
8303 PPS SUPPORT
8304 M:      Rodolfo Giometti <giometti@enneenne.com>
8305 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8306 L:      linuxpps@ml.enneenne.com (subscribers-only)
8307 S:      Maintained
8308 F:      Documentation/pps/
8309 F:      drivers/pps/
8310 F:      include/linux/pps*.h
8311
8312 PPTP DRIVER
8313 M:      Dmitry Kozlov <xeb@mail.ru>
8314 L:      netdev@vger.kernel.org
8315 S:      Maintained
8316 F:      drivers/net/ppp/pptp.c
8317 W:      http://sourceforge.net/projects/accel-pptp
8318
8319 PREEMPTIBLE KERNEL
8320 M:      Robert Love <rml@tech9.net>
8321 L:      kpreempt-tech@lists.sourceforge.net
8322 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8323 S:      Supported
8324 F:      Documentation/preempt-locking.txt
8325 F:      include/linux/preempt.h
8326
8327 PRISM54 WIRELESS DRIVER
8328 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8329 L:      linux-wireless@vger.kernel.org
8330 W:      http://wireless.kernel.org/en/users/Drivers/p54
8331 S:      Obsolete
8332 F:      drivers/net/wireless/prism54/
8333
8334 PS3 NETWORK SUPPORT
8335 M:      Geoff Levand <geoff@infradead.org>
8336 L:      netdev@vger.kernel.org
8337 L:      linuxppc-dev@lists.ozlabs.org
8338 S:      Maintained
8339 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8340
8341 PS3 PLATFORM SUPPORT
8342 M:      Geoff Levand <geoff@infradead.org>
8343 L:      linuxppc-dev@lists.ozlabs.org
8344 S:      Maintained
8345 F:      arch/powerpc/boot/ps3*
8346 F:      arch/powerpc/include/asm/lv1call.h
8347 F:      arch/powerpc/include/asm/ps3*.h
8348 F:      arch/powerpc/platforms/ps3/
8349 F:      drivers/*/ps3*
8350 F:      drivers/ps3/
8351 F:      drivers/rtc/rtc-ps3.c
8352 F:      drivers/usb/host/*ps3.c
8353 F:      sound/ppc/snd_ps3*
8354
8355 PS3VRAM DRIVER
8356 M:      Jim Paris <jim@jtan.com>
8357 M:      Geoff Levand <geoff@infradead.org>
8358 L:      linuxppc-dev@lists.ozlabs.org
8359 S:      Maintained
8360 F:      drivers/block/ps3vram.c
8361
8362 PSTORE FILESYSTEM
8363 M:      Anton Vorontsov <anton@enomsg.org>
8364 M:      Colin Cross <ccross@android.com>
8365 M:      Kees Cook <keescook@chromium.org>
8366 M:      Tony Luck <tony.luck@intel.com>
8367 S:      Maintained
8368 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8369 F:      fs/pstore/
8370 F:      include/linux/pstore*
8371 F:      drivers/firmware/efi/efi-pstore.c
8372 F:      drivers/acpi/apei/erst.c
8373
8374 PTP HARDWARE CLOCK SUPPORT
8375 M:      Richard Cochran <richardcochran@gmail.com>
8376 L:      netdev@vger.kernel.org
8377 S:      Maintained
8378 W:      http://linuxptp.sourceforge.net/
8379 F:      Documentation/ABI/testing/sysfs-ptp
8380 F:      Documentation/ptp/*
8381 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8382 F:      drivers/net/phy/dp83640*
8383 F:      drivers/ptp/*
8384 F:      include/linux/ptp_cl*
8385
8386 PTRACE SUPPORT
8387 M:      Roland McGrath <roland@hack.frob.com>
8388 M:      Oleg Nesterov <oleg@redhat.com>
8389 S:      Maintained
8390 F:      include/asm-generic/syscall.h
8391 F:      include/linux/ptrace.h
8392 F:      include/linux/regset.h
8393 F:      include/linux/tracehook.h
8394 F:      include/uapi/linux/ptrace.h
8395 F:      kernel/ptrace.c
8396
8397 PVRUSB2 VIDEO4LINUX DRIVER
8398 M:      Mike Isely <isely@pobox.com>
8399 L:      pvrusb2@isely.net       (subscribers-only)
8400 L:      linux-media@vger.kernel.org
8401 W:      http://www.isely.net/pvrusb2/
8402 T:      git git://linuxtv.org/media_tree.git
8403 S:      Maintained
8404 F:      Documentation/video4linux/README.pvrusb2
8405 F:      drivers/media/usb/pvrusb2/
8406
8407 PWC WEBCAM DRIVER
8408 M:      Hans de Goede <hdegoede@redhat.com>
8409 L:      linux-media@vger.kernel.org
8410 T:      git git://linuxtv.org/media_tree.git
8411 S:      Maintained
8412 F:      drivers/media/usb/pwc/*
8413
8414 PWM FAN DRIVER
8415 M:      Kamil Debski <k.debski@samsung.com>
8416 L:      lm-sensors@lm-sensors.org
8417 S:      Supported
8418 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8419 F:      Documentation/hwmon/pwm-fan
8420 F:      drivers/hwmon/pwm-fan.c
8421
8422 PWM SUBSYSTEM
8423 M:      Thierry Reding <thierry.reding@gmail.com>
8424 L:      linux-pwm@vger.kernel.org
8425 S:      Maintained
8426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8427 F:      Documentation/pwm.txt
8428 F:      Documentation/devicetree/bindings/pwm/
8429 F:      include/linux/pwm.h
8430 F:      drivers/pwm/
8431 F:      drivers/video/backlight/pwm_bl.c
8432 F:      include/linux/pwm_backlight.h
8433
8434 PXA2xx/PXA3xx SUPPORT
8435 M:      Daniel Mack <daniel@zonque.org>
8436 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8437 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8439 T:      git git://github.com/hzhuang1/linux.git
8440 T:      git git://github.com/rjarzmik/linux.git
8441 S:      Maintained
8442 F:      arch/arm/mach-pxa/
8443 F:      drivers/dma/pxa*
8444 F:      drivers/pcmcia/pxa2xx*
8445 F:      drivers/spi/spi-pxa2xx*
8446 F:      drivers/usb/gadget/udc/pxa2*
8447 F:      include/sound/pxa2xx-lib.h
8448 F:      sound/arm/pxa*
8449 F:      sound/soc/pxa/
8450
8451 PXA3xx NAND FLASH DRIVER
8452 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8453 L:      linux-mtd@lists.infradead.org
8454 S:      Maintained
8455 F:      drivers/mtd/nand/pxa3xx_nand.c
8456
8457 MMP SUPPORT
8458 M:      Eric Miao <eric.y.miao@gmail.com>
8459 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8461 T:      git git://github.com/hzhuang1/linux.git
8462 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8463 S:      Maintained
8464 F:      arch/arm/mach-mmp/
8465
8466 PXA MMCI DRIVER
8467 S:      Orphan
8468
8469 PXA RTC DRIVER
8470 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8471 L:      rtc-linux@googlegroups.com
8472 S:      Maintained
8473
8474 QAT DRIVER
8475 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8476 L:      qat-linux@intel.com
8477 S:      Supported
8478 F:      drivers/crypto/qat/
8479
8480 QIB DRIVER
8481 M:      Mike Marciniszyn <infinipath@intel.com>
8482 L:      linux-rdma@vger.kernel.org
8483 S:      Supported
8484 F:      drivers/infiniband/hw/qib/
8485
8486 QLOGIC QLA1280 SCSI DRIVER
8487 M:      Michael Reed <mdr@sgi.com>
8488 L:      linux-scsi@vger.kernel.org
8489 S:      Maintained
8490 F:      drivers/scsi/qla1280.[ch]
8491
8492 QLOGIC QLA2XXX FC-SCSI DRIVER
8493 M:      qla2xxx-upstream@qlogic.com
8494 L:      linux-scsi@vger.kernel.org
8495 S:      Supported
8496 F:      Documentation/scsi/LICENSE.qla2xxx
8497 F:      drivers/scsi/qla2xxx/
8498
8499 QLOGIC QLA4XXX iSCSI DRIVER
8500 M:      QLogic-Storage-Upstream@qlogic.com
8501 L:      linux-scsi@vger.kernel.org
8502 S:      Supported
8503 F:      Documentation/scsi/LICENSE.qla4xxx
8504 F:      drivers/scsi/qla4xxx/
8505
8506 QLOGIC QLA3XXX NETWORK DRIVER
8507 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8508 M:      Ron Mercer <ron.mercer@qlogic.com>
8509 M:      linux-driver@qlogic.com
8510 L:      netdev@vger.kernel.org
8511 S:      Supported
8512 F:      Documentation/networking/LICENSE.qla3xxx
8513 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8514
8515 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8516 M:      Dept-GELinuxNICDev@qlogic.com
8517 L:      netdev@vger.kernel.org
8518 S:      Supported
8519 F:      drivers/net/ethernet/qlogic/qlcnic/
8520
8521 QLOGIC QLGE 10Gb ETHERNET DRIVER
8522 M:      Harish Patil <harish.patil@qlogic.com>
8523 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8524 M:      Dept-GELinuxNICDev@qlogic.com
8525 M:      linux-driver@qlogic.com
8526 L:      netdev@vger.kernel.org
8527 S:      Supported
8528 F:      drivers/net/ethernet/qlogic/qlge/
8529
8530 QNX4 FILESYSTEM
8531 M:      Anders Larsen <al@alarsen.net>
8532 W:      http://www.alarsen.net/linux/qnx4fs/
8533 S:      Maintained
8534 F:      fs/qnx4/
8535 F:      include/uapi/linux/qnx4_fs.h
8536 F:      include/uapi/linux/qnxtypes.h
8537
8538 QT1010 MEDIA DRIVER
8539 M:      Antti Palosaari <crope@iki.fi>
8540 L:      linux-media@vger.kernel.org
8541 W:      http://linuxtv.org/
8542 W:      http://palosaari.fi/linux/
8543 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8544 T:      git git://linuxtv.org/anttip/media_tree.git
8545 S:      Maintained
8546 F:      drivers/media/tuners/qt1010*
8547
8548 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8549 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8550 L:      linux-wireless@vger.kernel.org
8551 L:      ath9k-devel@lists.ath9k.org
8552 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8553 S:      Supported
8554 F:      drivers/net/wireless/ath/ath9k/
8555
8556 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8557 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8558 L:      ath10k@lists.infradead.org
8559 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8560 T:      git git://github.com/kvalo/ath.git
8561 S:      Supported
8562 F:      drivers/net/wireless/ath/ath10k/
8563
8564 QUALCOMM HEXAGON ARCHITECTURE
8565 M:      Richard Kuo <rkuo@codeaurora.org>
8566 L:      linux-hexagon@vger.kernel.org
8567 S:      Supported
8568 F:      arch/hexagon/
8569
8570 QUALCOMM WCN36XX WIRELESS DRIVER
8571 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8572 L:      wcn36xx@lists.infradead.org
8573 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8574 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8575 S:      Supported
8576 F:      drivers/net/wireless/ath/wcn36xx/
8577
8578 RADOS BLOCK DEVICE (RBD)
8579 M:      Ilya Dryomov <idryomov@gmail.com>
8580 M:      Sage Weil <sage@redhat.com>
8581 M:      Alex Elder <elder@kernel.org>
8582 L:      ceph-devel@vger.kernel.org
8583 W:      http://ceph.com/
8584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8585 T:      git git://github.com/ceph/ceph-client.git
8586 S:      Supported
8587 F:      Documentation/ABI/testing/sysfs-bus-rbd
8588 F:      drivers/block/rbd.c
8589 F:      drivers/block/rbd_types.h
8590
8591 RADEON FRAMEBUFFER DISPLAY DRIVER
8592 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8593 L:      linux-fbdev@vger.kernel.org
8594 S:      Maintained
8595 F:      drivers/video/fbdev/aty/radeon*
8596 F:      include/uapi/linux/radeonfb.h
8597
8598 RADIOSHARK RADIO DRIVER
8599 M:      Hans de Goede <hdegoede@redhat.com>
8600 L:      linux-media@vger.kernel.org
8601 T:      git git://linuxtv.org/media_tree.git
8602 S:      Maintained
8603 F:      drivers/media/radio/radio-shark.c
8604
8605 RADIOSHARK2 RADIO DRIVER
8606 M:      Hans de Goede <hdegoede@redhat.com>
8607 L:      linux-media@vger.kernel.org
8608 T:      git git://linuxtv.org/media_tree.git
8609 S:      Maintained
8610 F:      drivers/media/radio/radio-shark2.c
8611 F:      drivers/media/radio/radio-tea5777.c
8612
8613 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8614 M:      Paul Mackerras <paulus@samba.org>
8615 L:      linux-fbdev@vger.kernel.org
8616 S:      Maintained
8617 F:      drivers/video/fbdev/aty/aty128fb.c
8618
8619 RALINK RT2X00 WIRELESS LAN DRIVER
8620 P:      rt2x00 project
8621 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8622 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8623 L:      linux-wireless@vger.kernel.org
8624 S:      Maintained
8625 F:      drivers/net/wireless/rt2x00/
8626
8627 RAMDISK RAM BLOCK DEVICE DRIVER
8628 M:      Jens Axboe <axboe@kernel.dk>
8629 S:      Maintained
8630 F:      Documentation/blockdev/ramdisk.txt
8631 F:      drivers/block/brd.c
8632
8633 RANDOM NUMBER DRIVER
8634 M:      "Theodore Ts'o" <tytso@mit.edu>
8635 S:      Maintained
8636 F:      drivers/char/random.c
8637
8638 RAPIDIO SUBSYSTEM
8639 M:      Matt Porter <mporter@kernel.crashing.org>
8640 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8641 S:      Maintained
8642 F:      drivers/rapidio/
8643
8644 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8645 L:      linux-wireless@vger.kernel.org
8646 S:      Orphan
8647 F:      drivers/net/wireless/ray*
8648
8649 RCUTORTURE MODULE
8650 M:      Josh Triplett <josh@joshtriplett.org>
8651 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8652 L:      linux-kernel@vger.kernel.org
8653 S:      Supported
8654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8655 F:      Documentation/RCU/torture.txt
8656 F:      kernel/rcu/rcutorture.c
8657
8658 RCUTORTURE TEST FRAMEWORK
8659 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8660 M:      Josh Triplett <josh@joshtriplett.org>
8661 R:      Steven Rostedt <rostedt@goodmis.org>
8662 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8663 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8664 L:      linux-kernel@vger.kernel.org
8665 S:      Supported
8666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8667 F:      tools/testing/selftests/rcutorture
8668
8669 RDC R-321X SoC
8670 M:      Florian Fainelli <florian@openwrt.org>
8671 S:      Maintained
8672
8673 RDC R6040 FAST ETHERNET DRIVER
8674 M:      Florian Fainelli <florian@openwrt.org>
8675 L:      netdev@vger.kernel.org
8676 S:      Maintained
8677 F:      drivers/net/ethernet/rdc/r6040.c
8678
8679 RDS - RELIABLE DATAGRAM SOCKETS
8680 M:      Chien Yen <chien.yen@oracle.com>
8681 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8682 S:      Supported
8683 F:      net/rds/
8684
8685 READ-COPY UPDATE (RCU)
8686 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8687 M:      Josh Triplett <josh@joshtriplett.org>
8688 R:      Steven Rostedt <rostedt@goodmis.org>
8689 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8690 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8691 L:      linux-kernel@vger.kernel.org
8692 W:      http://www.rdrop.com/users/paulmck/RCU/
8693 S:      Supported
8694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8695 F:      Documentation/RCU/
8696 X:      Documentation/RCU/torture.txt
8697 F:      include/linux/rcu*
8698 X:      include/linux/srcu.h
8699 F:      kernel/rcu/
8700 X:      kernel/torture.c
8701
8702 REAL TIME CLOCK (RTC) SUBSYSTEM
8703 M:      Alessandro Zummo <a.zummo@towertech.it>
8704 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8705 L:      rtc-linux@googlegroups.com
8706 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8708 S:      Maintained
8709 F:      Documentation/rtc.txt
8710 F:      drivers/rtc/
8711 F:      include/linux/rtc.h
8712 F:      include/uapi/linux/rtc.h
8713
8714 REALTEK AUDIO CODECS
8715 M:      Bard Liao <bardliao@realtek.com>
8716 M:      Oder Chiou <oder_chiou@realtek.com>
8717 S:      Maintained
8718 F:      sound/soc/codecs/rt*
8719 F:      include/sound/rt*.h
8720
8721 REISERFS FILE SYSTEM
8722 L:      reiserfs-devel@vger.kernel.org
8723 S:      Supported
8724 F:      fs/reiserfs/
8725
8726 REGISTER MAP ABSTRACTION
8727 M:      Mark Brown <broonie@kernel.org>
8728 L:      linux-kernel@vger.kernel.org
8729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8730 S:      Supported
8731 F:      drivers/base/regmap/
8732 F:      include/linux/regmap.h
8733
8734 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8735 M:      Ohad Ben-Cohen <ohad@wizery.com>
8736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8737 S:      Maintained
8738 F:      drivers/remoteproc/
8739 F:      Documentation/remoteproc.txt
8740 F:      include/linux/remoteproc.h
8741
8742 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8743 M:      Ohad Ben-Cohen <ohad@wizery.com>
8744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8745 S:      Maintained
8746 F:      drivers/rpmsg/
8747 F:      Documentation/rpmsg.txt
8748 F:      include/linux/rpmsg.h
8749
8750 RESET CONTROLLER FRAMEWORK
8751 M:      Philipp Zabel <p.zabel@pengutronix.de>
8752 S:      Maintained
8753 F:      drivers/reset/
8754 F:      Documentation/devicetree/bindings/reset/
8755 F:      include/dt-bindings/reset/
8756 F:      include/linux/reset.h
8757 F:      include/linux/reset-controller.h
8758
8759 RFKILL
8760 M:      Johannes Berg <johannes@sipsolutions.net>
8761 L:      linux-wireless@vger.kernel.org
8762 W:      http://wireless.kernel.org/
8763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8765 S:      Maintained
8766 F:      Documentation/rfkill.txt
8767 F:      net/rfkill/
8768
8769 RHASHTABLE
8770 M:      Thomas Graf <tgraf@suug.ch>
8771 L:      netdev@vger.kernel.org
8772 S:      Maintained
8773 F:      lib/rhashtable.c
8774 F:      include/linux/rhashtable.h
8775
8776 RICOH SMARTMEDIA/XD DRIVER
8777 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8778 S:      Maintained
8779 F:      drivers/mtd/nand/r852.c
8780 F:      drivers/mtd/nand/r852.h
8781
8782 RICOH R5C592 MEMORYSTICK DRIVER
8783 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8784 S:      Maintained
8785 F:      drivers/memstick/host/r592.*
8786
8787 ROCCAT DRIVERS
8788 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8789 W:      http://sourceforge.net/projects/roccat/
8790 S:      Maintained
8791 F:      drivers/hid/hid-roccat*
8792 F:      include/linux/hid-roccat*
8793 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8794
8795 ROCKER DRIVER
8796 M:      Jiri Pirko <jiri@resnulli.us>
8797 M:      Scott Feldman <sfeldma@gmail.com>
8798 L:      netdev@vger.kernel.org
8799 S:      Supported
8800 F:      drivers/net/ethernet/rocker/
8801
8802 ROCKETPORT DRIVER
8803 P:      Comtrol Corp.
8804 W:      http://www.comtrol.com
8805 S:      Maintained
8806 F:      Documentation/serial/rocket.txt
8807 F:      drivers/tty/rocket*
8808
8809 ROCKETPORT EXPRESS/INFINITY DRIVER
8810 M:      Kevin Cernekee <cernekee@gmail.com>
8811 L:      linux-serial@vger.kernel.org
8812 S:      Odd Fixes
8813 F:      drivers/tty/serial/rp2.*
8814
8815 ROSE NETWORK LAYER
8816 M:      Ralf Baechle <ralf@linux-mips.org>
8817 L:      linux-hams@vger.kernel.org
8818 W:      http://www.linux-ax25.org/
8819 S:      Maintained
8820 F:      include/net/rose.h
8821 F:      include/uapi/linux/rose.h
8822 F:      net/rose/
8823
8824 RTL2830 MEDIA DRIVER
8825 M:      Antti Palosaari <crope@iki.fi>
8826 L:      linux-media@vger.kernel.org
8827 W:      http://linuxtv.org/
8828 W:      http://palosaari.fi/linux/
8829 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8830 T:      git git://linuxtv.org/anttip/media_tree.git
8831 S:      Maintained
8832 F:      drivers/media/dvb-frontends/rtl2830*
8833
8834 RTL2832 MEDIA DRIVER
8835 M:      Antti Palosaari <crope@iki.fi>
8836 L:      linux-media@vger.kernel.org
8837 W:      http://linuxtv.org/
8838 W:      http://palosaari.fi/linux/
8839 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8840 T:      git git://linuxtv.org/anttip/media_tree.git
8841 S:      Maintained
8842 F:      drivers/media/dvb-frontends/rtl2832*
8843
8844 RTL2832_SDR MEDIA DRIVER
8845 M:      Antti Palosaari <crope@iki.fi>
8846 L:      linux-media@vger.kernel.org
8847 W:      http://linuxtv.org/
8848 W:      http://palosaari.fi/linux/
8849 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8850 T:      git git://linuxtv.org/anttip/media_tree.git
8851 S:      Maintained
8852 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8853
8854 RTL8180 WIRELESS DRIVER
8855 L:      linux-wireless@vger.kernel.org
8856 W:      http://wireless.kernel.org/
8857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8858 S:      Orphan
8859 F:      drivers/net/wireless/rtl818x/rtl8180/
8860
8861 RTL8187 WIRELESS DRIVER
8862 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8863 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8864 M:      Larry Finger <Larry.Finger@lwfinger.net>
8865 L:      linux-wireless@vger.kernel.org
8866 W:      http://wireless.kernel.org/
8867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8868 S:      Maintained
8869 F:      drivers/net/wireless/rtl818x/rtl8187/
8870
8871 RTL8192CE WIRELESS DRIVER
8872 M:      Larry Finger <Larry.Finger@lwfinger.net>
8873 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8874 L:      linux-wireless@vger.kernel.org
8875 W:      http://wireless.kernel.org/
8876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8877 S:      Maintained
8878 F:      drivers/net/wireless/rtlwifi/
8879 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8880
8881 S3 SAVAGE FRAMEBUFFER DRIVER
8882 M:      Antonino Daplas <adaplas@gmail.com>
8883 L:      linux-fbdev@vger.kernel.org
8884 S:      Maintained
8885 F:      drivers/video/fbdev/savage/
8886
8887 S390
8888 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8889 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8890 L:      linux-s390@vger.kernel.org
8891 W:      http://www.ibm.com/developerworks/linux/linux390/
8892 S:      Supported
8893 F:      arch/s390/
8894 F:      drivers/s390/
8895 F:      Documentation/s390/
8896 F:      Documentation/DocBook/s390*
8897
8898 S390 COMMON I/O LAYER
8899 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8900 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8901 L:      linux-s390@vger.kernel.org
8902 W:      http://www.ibm.com/developerworks/linux/linux390/
8903 S:      Supported
8904 F:      drivers/s390/cio/
8905
8906 S390 DASD DRIVER
8907 M:      Stefan Weinhuber <wein@de.ibm.com>
8908 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8909 L:      linux-s390@vger.kernel.org
8910 W:      http://www.ibm.com/developerworks/linux/linux390/
8911 S:      Supported
8912 F:      drivers/s390/block/dasd*
8913 F:      block/partitions/ibm.c
8914
8915 S390 NETWORK DRIVERS
8916 M:      Ursula Braun <ursula.braun@de.ibm.com>
8917 L:      linux-s390@vger.kernel.org
8918 W:      http://www.ibm.com/developerworks/linux/linux390/
8919 S:      Supported
8920 F:      drivers/s390/net/
8921
8922 S390 PCI SUBSYSTEM
8923 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8924 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8925 L:      linux-s390@vger.kernel.org
8926 W:      http://www.ibm.com/developerworks/linux/linux390/
8927 S:      Supported
8928 F:      arch/s390/pci/
8929 F:      drivers/pci/hotplug/s390_pci_hpc.c
8930
8931 S390 ZCRYPT DRIVER
8932 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8933 L:      linux-s390@vger.kernel.org
8934 W:      http://www.ibm.com/developerworks/linux/linux390/
8935 S:      Supported
8936 F:      drivers/s390/crypto/
8937
8938 S390 ZFCP DRIVER
8939 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8940 L:      linux-s390@vger.kernel.org
8941 W:      http://www.ibm.com/developerworks/linux/linux390/
8942 S:      Supported
8943 F:      drivers/s390/scsi/zfcp_*
8944
8945 S390 IUCV NETWORK LAYER
8946 M:      Ursula Braun <ursula.braun@de.ibm.com>
8947 L:      linux-s390@vger.kernel.org
8948 W:      http://www.ibm.com/developerworks/linux/linux390/
8949 S:      Supported
8950 F:      drivers/s390/net/*iucv*
8951 F:      include/net/iucv/
8952 F:      net/iucv/
8953
8954 S3C24XX SD/MMC Driver
8955 M:      Ben Dooks <ben-linux@fluff.org>
8956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8957 S:      Supported
8958 F:      drivers/mmc/host/s3cmci.*
8959
8960 SAA6588 RDS RECEIVER DRIVER
8961 M:      Hans Verkuil <hverkuil@xs4all.nl>
8962 L:      linux-media@vger.kernel.org
8963 T:      git git://linuxtv.org/media_tree.git
8964 W:      http://linuxtv.org
8965 S:      Odd Fixes
8966 F:      drivers/media/i2c/saa6588*
8967
8968 SAA7134 VIDEO4LINUX DRIVER
8969 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8970 L:      linux-media@vger.kernel.org
8971 W:      http://linuxtv.org
8972 T:      git git://linuxtv.org/media_tree.git
8973 S:      Odd fixes
8974 F:      Documentation/video4linux/*.saa7134
8975 F:      drivers/media/pci/saa7134/
8976
8977 SAA7146 VIDEO4LINUX-2 DRIVER
8978 M:      Hans Verkuil <hverkuil@xs4all.nl>
8979 L:      linux-media@vger.kernel.org
8980 T:      git git://linuxtv.org/media_tree.git
8981 S:      Maintained
8982 F:      drivers/media/common/saa7146/
8983 F:      drivers/media/pci/saa7146/
8984 F:      include/media/saa7146*
8985
8986 SAMSUNG LAPTOP DRIVER
8987 M:      Corentin Chary <corentin.chary@gmail.com>
8988 L:      platform-driver-x86@vger.kernel.org
8989 S:      Maintained
8990 F:      drivers/platform/x86/samsung-laptop.c
8991
8992 SAMSUNG AUDIO (ASoC) DRIVERS
8993 M:      Sangbeom Kim <sbkim73@samsung.com>
8994 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8995 S:      Supported
8996 F:      sound/soc/samsung/
8997
8998 SAMSUNG FRAMEBUFFER DRIVER
8999 M:      Jingoo Han <jingoohan1@gmail.com>
9000 L:      linux-fbdev@vger.kernel.org
9001 S:      Maintained
9002 F:      drivers/video/fbdev/s3c-fb.c
9003
9004 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9005 M:      Sangbeom Kim <sbkim73@samsung.com>
9006 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9007 L:      linux-kernel@vger.kernel.org
9008 L:      linux-samsung-soc@vger.kernel.org
9009 S:      Supported
9010 F:      drivers/mfd/sec*.c
9011 F:      drivers/regulator/s2m*.c
9012 F:      drivers/regulator/s5m*.c
9013 F:      drivers/clk/clk-s2mps11.c
9014 F:      drivers/rtc/rtc-s5m.c
9015 F:      include/linux/mfd/samsung/
9016 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9017 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9018
9019 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9020 M:      Kyungmin Park <kyungmin.park@samsung.com>
9021 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9022 L:      linux-media@vger.kernel.org
9023 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9024 S:      Supported
9025 F:      drivers/media/platform/exynos4-is/
9026
9027 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9028 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9029 L:      linux-media@vger.kernel.org
9030 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9031 S:      Maintained
9032 F:      drivers/media/platform/s3c-camif/
9033 F:      include/media/s3c_camif.h
9034
9035 SAMSUNG S5C73M3 CAMERA DRIVER
9036 M:      Kyungmin Park <kyungmin.park@samsung.com>
9037 M:      Andrzej Hajda <a.hajda@samsung.com>
9038 L:      linux-media@vger.kernel.org
9039 S:      Supported
9040 F:      drivers/media/i2c/s5c73m3/*
9041
9042 SAMSUNG S5K5BAF CAMERA DRIVER
9043 M:      Kyungmin Park <kyungmin.park@samsung.com>
9044 M:      Andrzej Hajda <a.hajda@samsung.com>
9045 L:      linux-media@vger.kernel.org
9046 S:      Supported
9047 F:      drivers/media/i2c/s5k5baf.c
9048
9049 SAMSUNG S3FWRN5 NFC DRIVER
9050 M:      Robert Baldyga <r.baldyga@samsung.com>
9051 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9052 S:      Supported
9053 F:      drivers/nfc/s3fwrn5
9054
9055 SAMSUNG SOC CLOCK DRIVERS
9056 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9057 M:      Tomasz Figa <tomasz.figa@gmail.com>
9058 S:      Supported
9059 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9060 F:      drivers/clk/samsung/
9061
9062 SAMSUNG SXGBE DRIVERS
9063 M:      Byungho An <bh74.an@samsung.com>
9064 M:      Girish K S <ks.giri@samsung.com>
9065 M:      Vipul Pandya <vipul.pandya@samsung.com>
9066 S:      Supported
9067 L:      netdev@vger.kernel.org
9068 F:      drivers/net/ethernet/samsung/sxgbe/
9069
9070 SAMSUNG THERMAL DRIVER
9071 M:      Lukasz Majewski <l.majewski@samsung.com>
9072 L:      linux-pm@vger.kernel.org
9073 L:      linux-samsung-soc@vger.kernel.org
9074 S:      Supported
9075 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9076 F:      drivers/thermal/samsung/
9077
9078 SAMSUNG USB2 PHY DRIVER
9079 M:      Kamil Debski <k.debski@samsung.com>
9080 L:      linux-kernel@vger.kernel.org
9081 S:      Supported
9082 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9083 F:      Documentation/phy/samsung-usb2.txt
9084 F:      drivers/phy/phy-exynos4210-usb2.c
9085 F:      drivers/phy/phy-exynos4x12-usb2.c
9086 F:      drivers/phy/phy-exynos5250-usb2.c
9087 F:      drivers/phy/phy-s5pv210-usb2.c
9088 F:      drivers/phy/phy-samsung-usb2.c
9089 F:      drivers/phy/phy-samsung-usb2.h
9090
9091 SERIAL DRIVERS
9092 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9093 L:      linux-serial@vger.kernel.org
9094 S:      Maintained
9095 F:      drivers/tty/serial/
9096
9097 SYNOPSYS DESIGNWARE DMAC DRIVER
9098 M:      Viresh Kumar <vireshk@kernel.org>
9099 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9100 S:      Maintained
9101 F:      include/linux/dma/dw.h
9102 F:      include/linux/platform_data/dma-dw.h
9103 F:      drivers/dma/dw/
9104
9105 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9106 M: Lars Persson <lars.persson@axis.com>
9107 L: netdev@vger.kernel.org
9108 S: Supported
9109 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9110 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9111
9112 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9113 M:      Seungwon Jeon <tgih.jun@samsung.com>
9114 M:      Jaehoon Chung <jh80.chung@samsung.com>
9115 L:      linux-mmc@vger.kernel.org
9116 S:      Maintained
9117 F:      include/linux/mmc/dw_mmc.h
9118 F:      drivers/mmc/host/dw_mmc*
9119
9120 THUNDERBOLT DRIVER
9121 M:      Andreas Noever <andreas.noever@gmail.com>
9122 S:      Maintained
9123 F:      drivers/thunderbolt/
9124
9125 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9126 M:      John Stultz <john.stultz@linaro.org>
9127 M:      Thomas Gleixner <tglx@linutronix.de>
9128 L:      linux-kernel@vger.kernel.org
9129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9130 S:      Supported
9131 F:      include/linux/clocksource.h
9132 F:      include/linux/time.h
9133 F:      include/linux/timex.h
9134 F:      include/uapi/linux/time.h
9135 F:      include/uapi/linux/timex.h
9136 F:      kernel/time/clocksource.c
9137 F:      kernel/time/time*.c
9138 F:      kernel/time/ntp.c
9139 F:      tools/testing/selftests/timers/
9140
9141 SC1200 WDT DRIVER
9142 M:      Zwane Mwaikambo <zwanem@gmail.com>
9143 S:      Maintained
9144 F:      drivers/watchdog/sc1200wdt.c
9145
9146 SCHEDULER
9147 M:      Ingo Molnar <mingo@redhat.com>
9148 M:      Peter Zijlstra <peterz@infradead.org>
9149 L:      linux-kernel@vger.kernel.org
9150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9151 S:      Maintained
9152 F:      kernel/sched/
9153 F:      include/linux/sched.h
9154 F:      include/uapi/linux/sched.h
9155 F:      include/linux/wait.h
9156
9157 SCORE ARCHITECTURE
9158 M:      Chen Liqin <liqin.linux@gmail.com>
9159 M:      Lennox Wu <lennox.wu@gmail.com>
9160 W:      http://www.sunplus.com
9161 S:      Supported
9162 F:      arch/score/
9163
9164 SCSI CDROM DRIVER
9165 M:      Jens Axboe <axboe@kernel.dk>
9166 L:      linux-scsi@vger.kernel.org
9167 W:      http://www.kernel.dk
9168 S:      Maintained
9169 F:      drivers/scsi/sr*
9170
9171 SCSI RDMA PROTOCOL (SRP) INITIATOR
9172 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9173 L:      linux-rdma@vger.kernel.org
9174 S:      Supported
9175 W:      http://www.openfabrics.org
9176 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9178 F:      drivers/infiniband/ulp/srp/
9179 F:      include/scsi/srp.h
9180
9181 SCSI SG DRIVER
9182 M:      Doug Gilbert <dgilbert@interlog.com>
9183 L:      linux-scsi@vger.kernel.org
9184 W:      http://sg.danny.cz/sg
9185 S:      Maintained
9186 F:      Documentation/scsi/scsi-generic.txt
9187 F:      drivers/scsi/sg.c
9188 F:      include/scsi/sg.h
9189
9190 SCSI SUBSYSTEM
9191 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9192 L:      linux-scsi@vger.kernel.org
9193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9194 S:      Maintained
9195 F:      drivers/scsi/
9196 F:      include/scsi/
9197
9198 SCSI TAPE DRIVER
9199 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9200 L:      linux-scsi@vger.kernel.org
9201 S:      Maintained
9202 F:      Documentation/scsi/st.txt
9203 F:      drivers/scsi/st.*
9204 F:      drivers/scsi/st_*.h
9205
9206 SCTP PROTOCOL
9207 M:      Vlad Yasevich <vyasevich@gmail.com>
9208 M:      Neil Horman <nhorman@tuxdriver.com>
9209 L:      linux-sctp@vger.kernel.org
9210 W:      http://lksctp.sourceforge.net
9211 S:      Maintained
9212 F:      Documentation/networking/sctp.txt
9213 F:      include/linux/sctp.h
9214 F:      include/uapi/linux/sctp.h
9215 F:      include/net/sctp/
9216 F:      net/sctp/
9217
9218 SCx200 CPU SUPPORT
9219 M:      Jim Cromie <jim.cromie@gmail.com>
9220 S:      Odd Fixes
9221 F:      Documentation/i2c/busses/scx200_acb
9222 F:      arch/x86/platform/scx200/
9223 F:      drivers/watchdog/scx200_wdt.c
9224 F:      drivers/i2c/busses/scx200*
9225 F:      drivers/mtd/maps/scx200_docflash.c
9226 F:      include/linux/scx200.h
9227
9228 SCx200 GPIO DRIVER
9229 M:      Jim Cromie <jim.cromie@gmail.com>
9230 S:      Maintained
9231 F:      drivers/char/scx200_gpio.c
9232 F:      include/linux/scx200_gpio.h
9233
9234 SCx200 HRT CLOCKSOURCE DRIVER
9235 M:      Jim Cromie <jim.cromie@gmail.com>
9236 S:      Maintained
9237 F:      drivers/clocksource/scx200_hrt.c
9238
9239 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9240 M:      Sascha Sommer <saschasommer@freenet.de>
9241 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9242 S:      Maintained
9243 F:      drivers/mmc/host/sdricoh_cs.c
9244
9245 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9246 L:      linux-mmc@vger.kernel.org
9247 S:      Orphan
9248 F:      drivers/mmc/host/sdhci.*
9249 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9250
9251 SECURE COMPUTING
9252 M:      Kees Cook <keescook@chromium.org>
9253 R:      Andy Lutomirski <luto@amacapital.net>
9254 R:      Will Drewry <wad@chromium.org>
9255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9256 S:      Supported
9257 F:      kernel/seccomp.c
9258 F:      include/uapi/linux/seccomp.h
9259 F:      include/linux/seccomp.h
9260 F:      tools/testing/selftests/seccomp/*
9261 K:      \bsecure_computing
9262 K:      \bTIF_SECCOMP\b
9263
9264 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9265 M:      Ben Dooks <ben-linux@fluff.org>
9266 M:      Jaehoon Chung <jh80.chung@samsung.com>
9267 L:      linux-mmc@vger.kernel.org
9268 S:      Maintained
9269 F:      drivers/mmc/host/sdhci-s3c*
9270
9271 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9272 M:      Viresh Kumar <vireshk@kernel.org>
9273 L:      spear-devel@list.st.com
9274 L:      linux-mmc@vger.kernel.org
9275 S:      Maintained
9276 F:      drivers/mmc/host/sdhci-spear.c
9277
9278 SECURITY SUBSYSTEM
9279 M:      James Morris <james.l.morris@oracle.com>
9280 M:      "Serge E. Hallyn" <serge@hallyn.com>
9281 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9283 W:      http://kernsec.org/
9284 S:      Supported
9285 F:      security/
9286
9287 SECURITY CONTACT
9288 M:      Security Officers <security@kernel.org>
9289 S:      Supported
9290
9291 SELINUX SECURITY MODULE
9292 M:      Paul Moore <paul@paul-moore.com>
9293 M:      Stephen Smalley <sds@tycho.nsa.gov>
9294 M:      Eric Paris <eparis@parisplace.org>
9295 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9296 W:      http://selinuxproject.org
9297 T:      git git://git.infradead.org/users/pcmoore/selinux
9298 S:      Supported
9299 F:      include/linux/selinux*
9300 F:      security/selinux/
9301 F:      scripts/selinux/
9302
9303 APPARMOR SECURITY MODULE
9304 M:      John Johansen <john.johansen@canonical.com>
9305 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9306 W:      apparmor.wiki.kernel.org
9307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9308 S:      Supported
9309 F:      security/apparmor/
9310
9311 YAMA SECURITY MODULE
9312 M:      Kees Cook <keescook@chromium.org>
9313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9314 S:      Supported
9315 F:      security/yama/
9316
9317 SENSABLE PHANTOM
9318 M:      Jiri Slaby <jirislaby@gmail.com>
9319 S:      Maintained
9320 F:      drivers/misc/phantom.c
9321 F:      include/uapi/linux/phantom.h
9322
9323 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9324 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9325 M:      Minh Tran <minh.tran@avagotech.com>
9326 M:      John Soni Jose <sony.john-n@avagotech.com>
9327 L:      linux-scsi@vger.kernel.org
9328 W:      http://www.avagotech.com
9329 S:      Supported
9330 F:      drivers/scsi/be2iscsi/
9331
9332 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9333 M:      Sathya Perla <sathya.perla@avagotech.com>
9334 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9335 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9336 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9337 L:      netdev@vger.kernel.org
9338 W:      http://www.emulex.com
9339 S:      Supported
9340 F:      drivers/net/ethernet/emulex/benet/
9341
9342 EMULEX ONECONNECT ROCE DRIVER
9343 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9344 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9345 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9346 L:      linux-rdma@vger.kernel.org
9347 W:      http://www.emulex.com
9348 S:      Supported
9349 F:      drivers/infiniband/hw/ocrdma/
9350
9351 SFC NETWORK DRIVER
9352 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9353 M:      Shradha Shah <sshah@solarflare.com>
9354 L:      netdev@vger.kernel.org
9355 S:      Supported
9356 F:      drivers/net/ethernet/sfc/
9357
9358 SGI GRU DRIVER
9359 M:      Dimitri Sivanich <sivanich@sgi.com>
9360 S:      Maintained
9361 F:      drivers/misc/sgi-gru/
9362
9363 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9364 M:      Pat Gefre <pfg@sgi.com>
9365 L:      linux-ia64@vger.kernel.org
9366 S:      Supported
9367 F:      Documentation/ia64/serial.txt
9368 F:      drivers/tty/serial/ioc?_serial.c
9369 F:      include/linux/ioc?.h
9370
9371 SGI XP/XPC/XPNET DRIVER
9372 M:      Cliff Whickman <cpw@sgi.com>
9373 M:      Robin Holt <robinmholt@gmail.com>
9374 S:      Maintained
9375 F:      drivers/misc/sgi-xp/
9376
9377 SI2157 MEDIA DRIVER
9378 M:      Antti Palosaari <crope@iki.fi>
9379 L:      linux-media@vger.kernel.org
9380 W:      http://linuxtv.org/
9381 W:      http://palosaari.fi/linux/
9382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9383 T:      git git://linuxtv.org/anttip/media_tree.git
9384 S:      Maintained
9385 F:      drivers/media/tuners/si2157*
9386
9387 SI2168 MEDIA DRIVER
9388 M:      Antti Palosaari <crope@iki.fi>
9389 L:      linux-media@vger.kernel.org
9390 W:      http://linuxtv.org/
9391 W:      http://palosaari.fi/linux/
9392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9393 T:      git git://linuxtv.org/anttip/media_tree.git
9394 S:      Maintained
9395 F:      drivers/media/dvb-frontends/si2168*
9396
9397 SI470X FM RADIO RECEIVER I2C DRIVER
9398 M:      Hans Verkuil <hverkuil@xs4all.nl>
9399 L:      linux-media@vger.kernel.org
9400 T:      git git://linuxtv.org/media_tree.git
9401 W:      http://linuxtv.org
9402 S:      Odd Fixes
9403 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9404
9405 SI470X FM RADIO RECEIVER USB DRIVER
9406 M:      Hans Verkuil <hverkuil@xs4all.nl>
9407 L:      linux-media@vger.kernel.org
9408 T:      git git://linuxtv.org/media_tree.git
9409 W:      http://linuxtv.org
9410 S:      Maintained
9411 F:      drivers/media/radio/si470x/radio-si470x-common.c
9412 F:      drivers/media/radio/si470x/radio-si470x.h
9413 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9414
9415 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9416 M:      Eduardo Valentin <edubezval@gmail.com>
9417 L:      linux-media@vger.kernel.org
9418 T:      git git://linuxtv.org/media_tree.git
9419 W:      http://linuxtv.org
9420 S:      Odd Fixes
9421 F:      drivers/media/radio/si4713/si4713.?
9422
9423 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9424 M:      Eduardo Valentin <edubezval@gmail.com>
9425 L:      linux-media@vger.kernel.org
9426 T:      git git://linuxtv.org/media_tree.git
9427 W:      http://linuxtv.org
9428 S:      Odd Fixes
9429 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9430
9431 SI4713 FM RADIO TRANSMITTER USB DRIVER
9432 M:      Hans Verkuil <hverkuil@xs4all.nl>
9433 L:      linux-media@vger.kernel.org
9434 T:      git git://linuxtv.org/media_tree.git
9435 W:      http://linuxtv.org
9436 S:      Maintained
9437 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9438
9439 SIANO DVB DRIVER
9440 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9441 L:      linux-media@vger.kernel.org
9442 W:      http://linuxtv.org
9443 T:      git git://linuxtv.org/media_tree.git
9444 S:      Odd fixes
9445 F:      drivers/media/common/siano/
9446 F:      drivers/media/usb/siano/
9447 F:      drivers/media/usb/siano/
9448 F:      drivers/media/mmc/siano/
9449
9450 SIMPLEFB FB DRIVER
9451 M:      Hans de Goede <hdegoede@redhat.com>
9452 L:      linux-fbdev@vger.kernel.org
9453 S:      Maintained
9454 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9455 F:      drivers/video/fbdev/simplefb.c
9456 F:      include/linux/platform_data/simplefb.h
9457
9458 SH_VEU V4L2 MEM2MEM DRIVER
9459 L:      linux-media@vger.kernel.org
9460 S:      Orphan
9461 F:      drivers/media/platform/sh_veu.c
9462
9463 SH_VOU V4L2 OUTPUT DRIVER
9464 L:      linux-media@vger.kernel.org
9465 S:      Orphan
9466 F:      drivers/media/platform/sh_vou.c
9467 F:      include/media/sh_vou.h
9468
9469 SIMPLE FIRMWARE INTERFACE (SFI)
9470 M:      Len Brown <lenb@kernel.org>
9471 L:      sfi-devel@simplefirmware.org
9472 W:      http://simplefirmware.org/
9473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9474 S:      Supported
9475 F:      arch/x86/platform/sfi/
9476 F:      drivers/sfi/
9477 F:      include/linux/sfi*.h
9478
9479 SIMTEC EB110ATX (Chalice CATS)
9480 P:      Ben Dooks
9481 P:      Vincent Sanders <vince@simtec.co.uk>
9482 M:      Simtec Linux Team <linux@simtec.co.uk>
9483 W:      http://www.simtec.co.uk/products/EB110ATX/
9484 S:      Supported
9485
9486 SIMTEC EB2410ITX (BAST)
9487 P:      Ben Dooks
9488 P:      Vincent Sanders <vince@simtec.co.uk>
9489 M:      Simtec Linux Team <linux@simtec.co.uk>
9490 W:      http://www.simtec.co.uk/products/EB2410ITX/
9491 S:      Supported
9492 F:      arch/arm/mach-s3c24xx/mach-bast.c
9493 F:      arch/arm/mach-s3c24xx/bast-ide.c
9494 F:      arch/arm/mach-s3c24xx/bast-irq.c
9495
9496 TI DAVINCI MACHINE SUPPORT
9497 M:      Sekhar Nori <nsekhar@ti.com>
9498 M:      Kevin Hilman <khilman@deeprootsystems.com>
9499 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9500 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9501 S:      Supported
9502 F:      arch/arm/mach-davinci/
9503 F:      drivers/i2c/busses/i2c-davinci.c
9504
9505 TI DAVINCI SERIES MEDIA DRIVER
9506 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9507 L:      linux-media@vger.kernel.org
9508 W:      http://linuxtv.org/
9509 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9510 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9511 S:      Maintained
9512 F:      drivers/media/platform/davinci/
9513 F:      include/media/davinci/
9514
9515 TI AM437X VPFE DRIVER
9516 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9517 L:      linux-media@vger.kernel.org
9518 W:      http://linuxtv.org/
9519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9520 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9521 S:      Maintained
9522 F:      drivers/media/platform/am437x/
9523
9524 OV2659 OMNIVISION SENSOR DRIVER
9525 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9526 L:      linux-media@vger.kernel.org
9527 W:      http://linuxtv.org/
9528 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9529 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9530 S:      Maintained
9531 F:      drivers/media/i2c/ov2659.c
9532 F:      include/media/ov2659.h
9533
9534 SILICON MOTION SM712 FRAME BUFFER DRIVER
9535 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9536 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9537 M:      Sudip Mukherjee <sudip@vectorindia.org>
9538 L:      linux-fbdev@vger.kernel.org
9539 S:      Maintained
9540 F:      drivers/video/fbdev/sm712*
9541 F:      Documentation/fb/sm712fb.txt
9542
9543 SIS 190 ETHERNET DRIVER
9544 M:      Francois Romieu <romieu@fr.zoreil.com>
9545 L:      netdev@vger.kernel.org
9546 S:      Maintained
9547 F:      drivers/net/ethernet/sis/sis190.c
9548
9549 SIS 900/7016 FAST ETHERNET DRIVER
9550 M:      Daniele Venzano <venza@brownhat.org>
9551 W:      http://www.brownhat.org/sis900.html
9552 L:      netdev@vger.kernel.org
9553 S:      Maintained
9554 F:      drivers/net/ethernet/sis/sis900.*
9555
9556 SIS FRAMEBUFFER DRIVER
9557 M:      Thomas Winischhofer <thomas@winischhofer.net>
9558 W:      http://www.winischhofer.net/linuxsisvga.shtml
9559 S:      Maintained
9560 F:      Documentation/fb/sisfb.txt
9561 F:      drivers/video/fbdev/sis/
9562 F:      include/video/sisfb.h
9563
9564 SIS USB2VGA DRIVER
9565 M:      Thomas Winischhofer <thomas@winischhofer.net>
9566 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9567 S:      Maintained
9568 F:      drivers/usb/misc/sisusbvga/
9569
9570 SLAB ALLOCATOR
9571 M:      Christoph Lameter <cl@linux.com>
9572 M:      Pekka Enberg <penberg@kernel.org>
9573 M:      David Rientjes <rientjes@google.com>
9574 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9575 M:      Andrew Morton <akpm@linux-foundation.org>
9576 L:      linux-mm@kvack.org
9577 S:      Maintained
9578 F:      include/linux/sl?b*.h
9579 F:      mm/sl?b*
9580
9581 SLEEPABLE READ-COPY UPDATE (SRCU)
9582 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9583 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9584 M:      Josh Triplett <josh@joshtriplett.org>
9585 R:      Steven Rostedt <rostedt@goodmis.org>
9586 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9587 L:      linux-kernel@vger.kernel.org
9588 W:      http://www.rdrop.com/users/paulmck/RCU/
9589 S:      Supported
9590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9591 F:      include/linux/srcu.h
9592 F:      kernel/rcu/srcu.c
9593
9594 SMACK SECURITY MODULE
9595 M:      Casey Schaufler <casey@schaufler-ca.com>
9596 L:      linux-security-module@vger.kernel.org
9597 W:      http://schaufler-ca.com
9598 T:      git git://git.gitorious.org/smack-next/kernel.git
9599 S:      Maintained
9600 F:      Documentation/security/Smack.txt
9601 F:      security/smack/
9602
9603 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9604 M:      Kevin Hilman <khilman@kernel.org>
9605 M:      Nishanth Menon <nm@ti.com>
9606 S:      Maintained
9607 F:      drivers/power/avs/
9608 F:      include/linux/power/smartreflex.h
9609 L:      linux-pm@vger.kernel.org
9610
9611 SMC91x ETHERNET DRIVER
9612 M:      Nicolas Pitre <nico@fluxnic.net>
9613 S:      Odd Fixes
9614 F:      drivers/net/ethernet/smsc/smc91x.*
9615
9616 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9617 M:      Sakari Ailus <sakari.ailus@iki.fi>
9618 L:      linux-media@vger.kernel.org
9619 S:      Maintained
9620 F:      drivers/media/i2c/smiapp/
9621 F:      include/media/smiapp.h
9622 F:      drivers/media/i2c/smiapp-pll.c
9623 F:      drivers/media/i2c/smiapp-pll.h
9624 F:      include/uapi/linux/smiapp.h
9625 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9626
9627 SMM665 HARDWARE MONITOR DRIVER
9628 M:      Guenter Roeck <linux@roeck-us.net>
9629 L:      lm-sensors@lm-sensors.org
9630 S:      Maintained
9631 F:      Documentation/hwmon/smm665
9632 F:      drivers/hwmon/smm665.c
9633
9634 SMSC EMC2103 HARDWARE MONITOR DRIVER
9635 M:      Steve Glendinning <steve.glendinning@shawell.net>
9636 L:      lm-sensors@lm-sensors.org
9637 S:      Maintained
9638 F:      Documentation/hwmon/emc2103
9639 F:      drivers/hwmon/emc2103.c
9640
9641 SMSC SCH5627 HARDWARE MONITOR DRIVER
9642 M:      Hans de Goede <hdegoede@redhat.com>
9643 L:      lm-sensors@lm-sensors.org
9644 S:      Supported
9645 F:      Documentation/hwmon/sch5627
9646 F:      drivers/hwmon/sch5627.c
9647
9648 SMSC47B397 HARDWARE MONITOR DRIVER
9649 M:      Jean Delvare <jdelvare@suse.com>
9650 L:      lm-sensors@lm-sensors.org
9651 S:      Maintained
9652 F:      Documentation/hwmon/smsc47b397
9653 F:      drivers/hwmon/smsc47b397.c
9654
9655 SMSC911x ETHERNET DRIVER
9656 M:      Steve Glendinning <steve.glendinning@shawell.net>
9657 L:      netdev@vger.kernel.org
9658 S:      Maintained
9659 F:      include/linux/smsc911x.h
9660 F:      drivers/net/ethernet/smsc/smsc911x.*
9661
9662 SMSC9420 PCI ETHERNET DRIVER
9663 M:      Steve Glendinning <steve.glendinning@shawell.net>
9664 L:      netdev@vger.kernel.org
9665 S:      Maintained
9666 F:      drivers/net/ethernet/smsc/smsc9420.*
9667
9668 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9669 M:      Steve Glendinning <steve.glendinning@shawell.net>
9670 L:      linux-fbdev@vger.kernel.org
9671 S:      Maintained
9672 F:      drivers/video/fbdev/smscufx.c
9673
9674 SOC-CAMERA V4L2 SUBSYSTEM
9675 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9676 L:      linux-media@vger.kernel.org
9677 T:      git git://linuxtv.org/media_tree.git
9678 S:      Maintained
9679 F:      include/media/soc*
9680 F:      drivers/media/i2c/soc_camera/
9681 F:      drivers/media/platform/soc_camera/
9682
9683 SOEKRIS NET48XX LED SUPPORT
9684 M:      Chris Boot <bootc@bootc.net>
9685 S:      Maintained
9686 F:      drivers/leds/leds-net48xx.c
9687
9688 SOFTLOGIC 6x10 MPEG CODEC
9689 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9690 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9691 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9692 M:      Ismael Luceno <ismael@iodev.co.uk>
9693 L:      linux-media@vger.kernel.org
9694 S:      Supported
9695 F:      drivers/media/pci/solo6x10/
9696
9697 SOFTWARE RAID (Multiple Disks) SUPPORT
9698 M:      Neil Brown <neilb@suse.com>
9699 L:      linux-raid@vger.kernel.org
9700 S:      Supported
9701 F:      drivers/md/
9702 F:      include/linux/raid/
9703 F:      include/uapi/linux/raid/
9704
9705 SONIC NETWORK DRIVER
9706 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9707 L:      netdev@vger.kernel.org
9708 S:      Maintained
9709 F:      drivers/net/ethernet/natsemi/sonic.*
9710
9711 SONICS SILICON BACKPLANE DRIVER (SSB)
9712 M:      Michael Buesch <m@bues.ch>
9713 L:      netdev@vger.kernel.org
9714 S:      Maintained
9715 F:      drivers/ssb/
9716 F:      include/linux/ssb/
9717
9718 SONY VAIO CONTROL DEVICE DRIVER
9719 M:      Mattia Dongili <malattia@linux.it>
9720 L:      platform-driver-x86@vger.kernel.org
9721 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9722 S:      Maintained
9723 F:      Documentation/laptops/sony-laptop.txt
9724 F:      drivers/char/sonypi.c
9725 F:      drivers/platform/x86/sony-laptop.c
9726 F:      include/linux/sony-laptop.h
9727
9728 SONY MEMORYSTICK CARD SUPPORT
9729 M:      Alex Dubov <oakad@yahoo.com>
9730 W:      http://tifmxx.berlios.de/
9731 S:      Maintained
9732 F:      drivers/memstick/host/tifm_ms.c
9733
9734 SONY MEMORYSTICK STANDARD SUPPORT
9735 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9736 S:      Maintained
9737 F:      drivers/memstick/core/ms_block.*
9738
9739 SOUND
9740 M:      Jaroslav Kysela <perex@perex.cz>
9741 M:      Takashi Iwai <tiwai@suse.com>
9742 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9743 W:      http://www.alsa-project.org/
9744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9745 T:      git git://git.alsa-project.org/alsa-kernel.git
9746 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9747 S:      Maintained
9748 F:      Documentation/sound/
9749 F:      include/sound/
9750 F:      include/uapi/sound/
9751 F:      sound/
9752
9753 SOUND - COMPRESSED AUDIO
9754 M:      Vinod Koul <vinod.koul@intel.com>
9755 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9757 S:      Supported
9758 F:      Documentation/sound/alsa/compress_offload.txt
9759 F:      include/sound/compress_driver.h
9760 F:      include/uapi/sound/compress_*
9761 F:      sound/core/compress_offload.c
9762 F:      sound/soc/soc-compress.c
9763
9764 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9765 M:      Liam Girdwood <lgirdwood@gmail.com>
9766 M:      Mark Brown <broonie@kernel.org>
9767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9769 W:      http://alsa-project.org/main/index.php/ASoC
9770 S:      Supported
9771 F:      Documentation/sound/alsa/soc/
9772 F:      sound/soc/
9773 F:      include/sound/soc*
9774
9775 SOUND - DMAENGINE HELPERS
9776 M:      Lars-Peter Clausen <lars@metafoo.de>
9777 S:      Supported
9778 F:      include/sound/dmaengine_pcm.h
9779 F:      sound/core/pcm_dmaengine.c
9780 F:      sound/soc/soc-generic-dmaengine-pcm.c
9781
9782 SP2 MEDIA DRIVER
9783 M:      Olli Salonen <olli.salonen@iki.fi>
9784 L:      linux-media@vger.kernel.org
9785 W:      http://linuxtv.org/
9786 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9787 S:      Maintained
9788 F:      drivers/media/dvb-frontends/sp2*
9789
9790 SPARC + UltraSPARC (sparc/sparc64)
9791 M:      "David S. Miller" <davem@davemloft.net>
9792 L:      sparclinux@vger.kernel.org
9793 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9796 S:      Maintained
9797 F:      arch/sparc/
9798 F:      drivers/sbus/
9799
9800 SPARC SERIAL DRIVERS
9801 M:      "David S. Miller" <davem@davemloft.net>
9802 L:      sparclinux@vger.kernel.org
9803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9805 S:      Maintained
9806 F:      include/linux/sunserialcore.h
9807 F:      drivers/tty/serial/suncore.c
9808 F:      drivers/tty/serial/sunhv.c
9809 F:      drivers/tty/serial/sunsab.c
9810 F:      drivers/tty/serial/sunsab.h
9811 F:      drivers/tty/serial/sunsu.c
9812 F:      drivers/tty/serial/sunzilog.c
9813 F:      drivers/tty/serial/sunzilog.h
9814
9815 SPARSE CHECKER
9816 M:      "Christopher Li" <sparse@chrisli.org>
9817 L:      linux-sparse@vger.kernel.org
9818 W:      https://sparse.wiki.kernel.org/
9819 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9820 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9821 S:      Maintained
9822 F:      include/linux/compiler.h
9823
9824 SPEAR PLATFORM SUPPORT
9825 M:      Viresh Kumar <vireshk@kernel.org>
9826 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9827 L:      spear-devel@list.st.com
9828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9829 W:      http://www.st.com/spear
9830 S:      Maintained
9831 F:      arch/arm/mach-spear/
9832
9833 SPEAR CLOCK FRAMEWORK SUPPORT
9834 M:      Viresh Kumar <vireshk@kernel.org>
9835 L:      spear-devel@list.st.com
9836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9837 W:      http://www.st.com/spear
9838 S:      Maintained
9839 F:      drivers/clk/spear/
9840
9841 SPI SUBSYSTEM
9842 M:      Mark Brown <broonie@kernel.org>
9843 L:      linux-spi@vger.kernel.org
9844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9845 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9846 S:      Maintained
9847 F:      Documentation/spi/
9848 F:      drivers/spi/
9849 F:      include/linux/spi/
9850 F:      include/uapi/linux/spi/
9851
9852 SPIDERNET NETWORK DRIVER for CELL
9853 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9854 L:      netdev@vger.kernel.org
9855 S:      Supported
9856 F:      Documentation/networking/spider_net.txt
9857 F:      drivers/net/ethernet/toshiba/spider_net*
9858
9859 SPU FILE SYSTEM
9860 M:      Jeremy Kerr <jk@ozlabs.org>
9861 L:      linuxppc-dev@lists.ozlabs.org
9862 W:      http://www.ibm.com/developerworks/power/cell/
9863 S:      Supported
9864 F:      Documentation/filesystems/spufs.txt
9865 F:      arch/powerpc/platforms/cell/spufs/
9866
9867 SQUASHFS FILE SYSTEM
9868 M:      Phillip Lougher <phillip@squashfs.org.uk>
9869 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9870 W:      http://squashfs.org.uk
9871 S:      Maintained
9872 F:      Documentation/filesystems/squashfs.txt
9873 F:      fs/squashfs/
9874
9875 SRM (Alpha) environment access
9876 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9877 S:      Maintained
9878 F:      arch/alpha/kernel/srm_env.c
9879
9880 STABLE BRANCH
9881 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9882 L:      stable@vger.kernel.org
9883 S:      Supported
9884 F:      Documentation/stable_kernel_rules.txt
9885
9886 STAGING SUBSYSTEM
9887 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9889 L:      devel@driverdev.osuosl.org
9890 S:      Supported
9891 F:      drivers/staging/
9892
9893 STAGING - COMEDI
9894 M:      Ian Abbott <abbotti@mev.co.uk>
9895 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9896 S:      Odd Fixes
9897 F:      drivers/staging/comedi/
9898
9899 STAGING - FLARION FT1000 DRIVERS
9900 M:      Marek Belisko <marek.belisko@gmail.com>
9901 S:      Odd Fixes
9902 F:      drivers/staging/ft1000/
9903
9904 STAGING - INDUSTRIAL IO
9905 M:      Jonathan Cameron <jic23@kernel.org>
9906 L:      linux-iio@vger.kernel.org
9907 S:      Odd Fixes
9908 F:      drivers/staging/iio/
9909
9910 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9911 M:      Jarod Wilson <jarod@wilsonet.com>
9912 W:      http://www.lirc.org/
9913 S:      Odd Fixes
9914 F:      drivers/staging/media/lirc/
9915
9916 STAGING - LUSTRE PARALLEL FILESYSTEM
9917 M:      Oleg Drokin <oleg.drokin@intel.com>
9918 M:      Andreas Dilger <andreas.dilger@intel.com>
9919 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9920 W:      http://lustre.opensfs.org/
9921 S:      Maintained
9922 F:      drivers/staging/lustre
9923
9924 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9925 M:      Julian Andres Klode <jak@jak-linux.org>
9926 M:      Marc Dietrich <marvin24@gmx.de>
9927 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9928 L:      linux-tegra@vger.kernel.org
9929 S:      Maintained
9930 F:      drivers/staging/nvec/
9931
9932 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9933 M:      Jens Frederich <jfrederich@gmail.com>
9934 M:      Daniel Drake <dsd@laptop.org>
9935 M:      Jon Nettleton <jon.nettleton@gmail.com>
9936 W:      http://wiki.laptop.org/go/DCON
9937 S:      Maintained
9938 F:      drivers/staging/olpc_dcon/
9939
9940 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9941 M:      Willy Tarreau <willy@meta-x.org>
9942 S:      Odd Fixes
9943 F:      drivers/staging/panel/
9944
9945 STAGING - REALTEK RTL8712U DRIVERS
9946 M:      Larry Finger <Larry.Finger@lwfinger.net>
9947 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9948 S:      Odd Fixes
9949 F:      drivers/staging/rtl8712/
9950
9951 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9952 M:      Larry Finger <Larry.Finger@lwfinger.net>
9953 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9954 L:      linux-wireless@vger.kernel.org
9955 S:      Maintained
9956 F:      drivers/staging/rtl8723au/
9957
9958 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9959 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9960 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9961 M:      Sudip Mukherjee <sudip@vectorindia.org>
9962 L:      linux-fbdev@vger.kernel.org
9963 S:      Maintained
9964 F:      drivers/staging/sm750fb/
9965
9966 STAGING - SLICOSS
9967 M:      Lior Dotan <liodot@gmail.com>
9968 M:      Christopher Harrer <charrer@alacritech.com>
9969 S:      Odd Fixes
9970 F:      drivers/staging/slicoss/
9971
9972 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9973 M:      William Hubbs <w.d.hubbs@gmail.com>
9974 M:      Chris Brannon <chris@the-brannons.com>
9975 M:      Kirk Reiser <kirk@reisers.ca>
9976 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9977 L:      speakup@linux-speakup.org
9978 W:      http://www.linux-speakup.org/
9979 S:      Odd Fixes
9980 F:      drivers/staging/speakup/
9981
9982 STAGING - VIA VT665X DRIVERS
9983 M:      Forest Bond <forest@alittletooquiet.net>
9984 S:      Odd Fixes
9985 F:      drivers/staging/vt665?/
9986
9987 STAGING - WILC1000 WIFI DRIVER
9988 M:      Johnny Kim <johnny.kim@atmel.com>
9989 M:      Rachel Kim <rachel.kim@atmel.com>
9990 M:      Dean Lee <dean.lee@atmel.com>
9991 M:      Chris Park <chris.park@atmel.com>
9992 L:      linux-wireless@vger.kernel.org
9993 S:      Supported
9994 F:      drivers/staging/wilc1000/
9995
9996 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9997 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9998 S:      Odd Fixes
9999 F:      drivers/staging/xgifb/
10000
10001 HFI1 DRIVER
10002 M:      Mike Marciniszyn <infinipath@intel.com>
10003 L:      linux-rdma@vger.kernel.org
10004 S:      Supported
10005 F:      drivers/staging/rdma/hfi1
10006
10007 STARFIRE/DURALAN NETWORK DRIVER
10008 M:      Ion Badulescu <ionut@badula.org>
10009 S:      Odd Fixes
10010 F:      drivers/net/ethernet/adaptec/starfire*
10011
10012 SUN3/3X
10013 M:      Sam Creasey <sammy@sammy.net>
10014 W:      http://sammy.net/sun3/
10015 S:      Maintained
10016 F:      arch/m68k/kernel/*sun3*
10017 F:      arch/m68k/sun3*/
10018 F:      arch/m68k/include/asm/sun3*
10019 F:      drivers/net/ethernet/i825xx/sun3*
10020
10021 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10022 M:      Hans de Goede <hdegoede@redhat.com>
10023 L:      linux-input@vger.kernel.org
10024 S:      Maintained
10025 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10026 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10027
10028 SUNDANCE NETWORK DRIVER
10029 M:      Denis Kirjanov <kda@linux-powerpc.org>
10030 L:      netdev@vger.kernel.org
10031 S:      Maintained
10032 F:      drivers/net/ethernet/dlink/sundance.c
10033
10034 SUPERH
10035 L:      linux-sh@vger.kernel.org
10036 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10037 S:      Orphan
10038 F:      Documentation/sh/
10039 F:      arch/sh/
10040 F:      drivers/sh/
10041
10042 SUSPEND TO RAM
10043 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10044 M:      Len Brown <len.brown@intel.com>
10045 M:      Pavel Machek <pavel@ucw.cz>
10046 L:      linux-pm@vger.kernel.org
10047 S:      Supported
10048 F:      Documentation/power/
10049 F:      arch/x86/kernel/acpi/
10050 F:      drivers/base/power/
10051 F:      kernel/power/
10052 F:      include/linux/suspend.h
10053 F:      include/linux/freezer.h
10054 F:      include/linux/pm.h
10055
10056 SVGA HANDLING
10057 M:      Martin Mares <mj@ucw.cz>
10058 L:      linux-video@atrey.karlin.mff.cuni.cz
10059 S:      Maintained
10060 F:      Documentation/svga.txt
10061 F:      arch/x86/boot/video*
10062
10063 SWIOTLB SUBSYSTEM
10064 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10065 L:      linux-kernel@vger.kernel.org
10066 S:      Supported
10067 F:      lib/swiotlb.c
10068 F:      arch/*/kernel/pci-swiotlb.c
10069 F:      include/linux/swiotlb.h
10070
10071 SWITCHDEV
10072 M:      Jiri Pirko <jiri@resnulli.us>
10073 L:      netdev@vger.kernel.org
10074 S:      Supported
10075 F:      net/switchdev/
10076 F:      include/net/switchdev.h
10077
10078 SYNOPSYS ARC ARCHITECTURE
10079 M:      Vineet Gupta <vgupta@synopsys.com>
10080 S:      Supported
10081 F:      arch/arc/
10082 F:      Documentation/devicetree/bindings/arc/*
10083 F:      drivers/tty/serial/arc_uart.c
10084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10085
10086 SYNOPSYS ARC SDP platform support
10087 M:      Alexey Brodkin <abrodkin@synopsys.com>
10088 S:      Supported
10089 F:      arch/arc/plat-axs10x
10090 F:      arch/arc/boot/dts/ax*
10091 F:      Documentation/devicetree/bindings/arc/axs10*
10092
10093 SYSTEM CONFIGURATION (SYSCON)
10094 M:      Lee Jones <lee.jones@linaro.org>
10095 M:      Arnd Bergmann <arnd@arndb.de>
10096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10097 S:      Supported
10098 F:      drivers/mfd/syscon.c
10099
10100 SYSV FILESYSTEM
10101 M:      Christoph Hellwig <hch@infradead.org>
10102 S:      Maintained
10103 F:      Documentation/filesystems/sysv-fs.txt
10104 F:      fs/sysv/
10105 F:      include/linux/sysv_fs.h
10106
10107 TARGET SUBSYSTEM
10108 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10109 L:      linux-scsi@vger.kernel.org
10110 L:      target-devel@vger.kernel.org
10111 W:      http://www.linux-iscsi.org
10112 W:      http://groups.google.com/group/linux-iscsi-target-dev
10113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10114 S:      Supported
10115 F:      drivers/target/
10116 F:      include/target/
10117 F:      Documentation/target/
10118
10119 TASKSTATS STATISTICS INTERFACE
10120 M:      Balbir Singh <bsingharora@gmail.com>
10121 S:      Maintained
10122 F:      Documentation/accounting/taskstats*
10123 F:      include/linux/taskstats*
10124 F:      kernel/taskstats.c
10125
10126 TC CLASSIFIER
10127 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10128 L:      netdev@vger.kernel.org
10129 S:      Maintained
10130 F:      include/net/pkt_cls.h
10131 F:      include/uapi/linux/pkt_cls.h
10132 F:      net/sched/
10133
10134 TCP LOW PRIORITY MODULE
10135 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10136 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10137 W:      http://tcp-lp-mod.sourceforge.net/
10138 S:      Maintained
10139 F:      net/ipv4/tcp_lp.c
10140
10141 TDA10071 MEDIA DRIVER
10142 M:      Antti Palosaari <crope@iki.fi>
10143 L:      linux-media@vger.kernel.org
10144 W:      http://linuxtv.org/
10145 W:      http://palosaari.fi/linux/
10146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10147 T:      git git://linuxtv.org/anttip/media_tree.git
10148 S:      Maintained
10149 F:      drivers/media/dvb-frontends/tda10071*
10150
10151 TDA18212 MEDIA DRIVER
10152 M:      Antti Palosaari <crope@iki.fi>
10153 L:      linux-media@vger.kernel.org
10154 W:      http://linuxtv.org/
10155 W:      http://palosaari.fi/linux/
10156 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10157 T:      git git://linuxtv.org/anttip/media_tree.git
10158 S:      Maintained
10159 F:      drivers/media/tuners/tda18212*
10160
10161 TDA18218 MEDIA DRIVER
10162 M:      Antti Palosaari <crope@iki.fi>
10163 L:      linux-media@vger.kernel.org
10164 W:      http://linuxtv.org/
10165 W:      http://palosaari.fi/linux/
10166 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10167 T:      git git://linuxtv.org/anttip/media_tree.git
10168 S:      Maintained
10169 F:      drivers/media/tuners/tda18218*
10170
10171 TDA18271 MEDIA DRIVER
10172 M:      Michael Krufky <mkrufky@linuxtv.org>
10173 L:      linux-media@vger.kernel.org
10174 W:      http://linuxtv.org/
10175 W:      http://github.com/mkrufky
10176 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10177 T:      git git://linuxtv.org/mkrufky/tuners.git
10178 S:      Maintained
10179 F:      drivers/media/tuners/tda18271*
10180
10181 TDA827x MEDIA DRIVER
10182 M:      Michael Krufky <mkrufky@linuxtv.org>
10183 L:      linux-media@vger.kernel.org
10184 W:      http://linuxtv.org/
10185 W:      http://github.com/mkrufky
10186 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10187 T:      git git://linuxtv.org/mkrufky/tuners.git
10188 S:      Maintained
10189 F:      drivers/media/tuners/tda8290.*
10190
10191 TDA8290 MEDIA DRIVER
10192 M:      Michael Krufky <mkrufky@linuxtv.org>
10193 L:      linux-media@vger.kernel.org
10194 W:      http://linuxtv.org/
10195 W:      http://github.com/mkrufky
10196 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10197 T:      git git://linuxtv.org/mkrufky/tuners.git
10198 S:      Maintained
10199 F:      drivers/media/tuners/tda8290.*
10200
10201 TDA9840 MEDIA DRIVER
10202 M:      Hans Verkuil <hverkuil@xs4all.nl>
10203 L:      linux-media@vger.kernel.org
10204 T:      git git://linuxtv.org/media_tree.git
10205 W:      http://linuxtv.org
10206 S:      Maintained
10207 F:      drivers/media/i2c/tda9840*
10208
10209 TEA5761 TUNER DRIVER
10210 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10211 L:      linux-media@vger.kernel.org
10212 W:      http://linuxtv.org
10213 T:      git git://linuxtv.org/media_tree.git
10214 S:      Odd fixes
10215 F:      drivers/media/tuners/tea5761.*
10216
10217 TEA5767 TUNER DRIVER
10218 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10219 L:      linux-media@vger.kernel.org
10220 W:      http://linuxtv.org
10221 T:      git git://linuxtv.org/media_tree.git
10222 S:      Maintained
10223 F:      drivers/media/tuners/tea5767.*
10224
10225 TEA6415C MEDIA DRIVER
10226 M:      Hans Verkuil <hverkuil@xs4all.nl>
10227 L:      linux-media@vger.kernel.org
10228 T:      git git://linuxtv.org/media_tree.git
10229 W:      http://linuxtv.org
10230 S:      Maintained
10231 F:      drivers/media/i2c/tea6415c*
10232
10233 TEA6420 MEDIA DRIVER
10234 M:      Hans Verkuil <hverkuil@xs4all.nl>
10235 L:      linux-media@vger.kernel.org
10236 T:      git git://linuxtv.org/media_tree.git
10237 W:      http://linuxtv.org
10238 S:      Maintained
10239 F:      drivers/media/i2c/tea6420*
10240
10241 TEAM DRIVER
10242 M:      Jiri Pirko <jiri@resnulli.us>
10243 L:      netdev@vger.kernel.org
10244 S:      Supported
10245 F:      drivers/net/team/
10246 F:      include/linux/if_team.h
10247 F:      include/uapi/linux/if_team.h
10248
10249 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10250 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10251 S:      Maintained
10252 F:      arch/x86/platform/ts5500/
10253
10254 TECHNOTREND USB IR RECEIVER
10255 M:      Sean Young <sean@mess.org>
10256 L:      linux-media@vger.kernel.org
10257 S:      Maintained
10258 F:      drivers/media/rc/ttusbir.c
10259
10260 TEGRA ARCHITECTURE SUPPORT
10261 M:      Stephen Warren <swarren@wwwdotorg.org>
10262 M:      Thierry Reding <thierry.reding@gmail.com>
10263 M:      Alexandre Courbot <gnurou@gmail.com>
10264 L:      linux-tegra@vger.kernel.org
10265 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10267 S:      Supported
10268 N:      [^a-z]tegra
10269
10270 TEGRA CLOCK DRIVER
10271 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10272 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10273 S:      Supported
10274 F:      drivers/clk/tegra/
10275
10276 TEGRA DMA DRIVER
10277 M:      Laxman Dewangan <ldewangan@nvidia.com>
10278 S:      Supported
10279 F:      drivers/dma/tegra20-apb-dma.c
10280
10281 TEGRA I2C DRIVER
10282 M:      Laxman Dewangan <ldewangan@nvidia.com>
10283 S:      Supported
10284 F:      drivers/i2c/busses/i2c-tegra.c
10285
10286 TEGRA IOMMU DRIVERS
10287 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10288 S:      Supported
10289 F:      drivers/iommu/tegra*
10290
10291 TEGRA KBC DRIVER
10292 M:      Rakesh Iyer <riyer@nvidia.com>
10293 M:      Laxman Dewangan <ldewangan@nvidia.com>
10294 S:      Supported
10295 F:      drivers/input/keyboard/tegra-kbc.c
10296
10297 TEGRA PWM DRIVER
10298 M:      Thierry Reding <thierry.reding@gmail.com>
10299 S:      Supported
10300 F:      drivers/pwm/pwm-tegra.c
10301
10302 TEGRA SERIAL DRIVER
10303 M:      Laxman Dewangan <ldewangan@nvidia.com>
10304 S:      Supported
10305 F:      drivers/tty/serial/serial-tegra.c
10306
10307 TEGRA SPI DRIVER
10308 M:      Laxman Dewangan <ldewangan@nvidia.com>
10309 S:      Supported
10310 F:      drivers/spi/spi-tegra*
10311
10312 TEHUTI ETHERNET DRIVER
10313 M:      Andy Gospodarek <andy@greyhouse.net>
10314 L:      netdev@vger.kernel.org
10315 S:      Supported
10316 F:      drivers/net/ethernet/tehuti/*
10317
10318 Telecom Clock Driver for MCPL0010
10319 M:      Mark Gross <mark.gross@intel.com>
10320 S:      Supported
10321 F:      drivers/char/tlclk.c
10322
10323 TENSILICA XTENSA PORT (xtensa)
10324 M:      Chris Zankel <chris@zankel.net>
10325 M:      Max Filippov <jcmvbkbc@gmail.com>
10326 L:      linux-xtensa@linux-xtensa.org
10327 S:      Maintained
10328 F:      arch/xtensa/
10329 F:      drivers/irqchip/irq-xtensa-*
10330
10331 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10332 M:      Hans Verkuil <hverkuil@xs4all.nl>
10333 L:      linux-media@vger.kernel.org
10334 T:      git git://linuxtv.org/media_tree.git
10335 W:      http://linuxtv.org
10336 S:      Maintained
10337 F:      drivers/media/radio/radio-raremono.c
10338
10339 THERMAL
10340 M:      Zhang Rui <rui.zhang@intel.com>
10341 M:      Eduardo Valentin <edubezval@gmail.com>
10342 L:      linux-pm@vger.kernel.org
10343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10345 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10346 S:      Supported
10347 F:      drivers/thermal/
10348 F:      include/linux/thermal.h
10349 F:      include/uapi/linux/thermal.h
10350 F:      include/linux/cpu_cooling.h
10351 F:      Documentation/devicetree/bindings/thermal/
10352
10353 THERMAL/CPU_COOLING
10354 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10355 M:      Viresh Kumar <viresh.kumar@linaro.org>
10356 M:      Javi Merino <javi.merino@arm.com>
10357 L:      linux-pm@vger.kernel.org
10358 S:      Supported
10359 F:      Documentation/thermal/cpu-cooling-api.txt
10360 F:      drivers/thermal/cpu_cooling.c
10361 F:      include/linux/cpu_cooling.h
10362
10363 THINGM BLINK(1) USB RGB LED DRIVER
10364 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10365 S:      Maintained
10366 F:      drivers/hid/hid-thingm.c
10367
10368 THINKPAD ACPI EXTRAS DRIVER
10369 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10370 L:      ibm-acpi-devel@lists.sourceforge.net
10371 L:      platform-driver-x86@vger.kernel.org
10372 W:      http://ibm-acpi.sourceforge.net
10373 W:      http://thinkwiki.org/wiki/Ibm-acpi
10374 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10375 S:      Maintained
10376 F:      drivers/platform/x86/thinkpad_acpi.c
10377
10378 TI BANDGAP AND THERMAL DRIVER
10379 M:      Eduardo Valentin <edubezval@gmail.com>
10380 L:      linux-pm@vger.kernel.org
10381 L:      linux-omap@vger.kernel.org
10382 S:      Maintained
10383 F:      drivers/thermal/ti-soc-thermal/
10384
10385 TI CDCE706 CLOCK DRIVER
10386 M:      Max Filippov <jcmvbkbc@gmail.com>
10387 S:      Maintained
10388 F:      drivers/clk/clk-cdce706.c
10389
10390 TI CLOCK DRIVER
10391 M:      Tero Kristo <t-kristo@ti.com>
10392 L:      linux-omap@vger.kernel.org
10393 S:      Maintained
10394 F:      drivers/clk/ti/
10395 F:      include/linux/clk/ti.h
10396
10397 TI FLASH MEDIA INTERFACE DRIVER
10398 M:      Alex Dubov <oakad@yahoo.com>
10399 S:      Maintained
10400 F:      drivers/misc/tifm*
10401 F:      drivers/mmc/host/tifm_sd.c
10402 F:      include/linux/tifm.h
10403
10404 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10405 M:      Santosh Shilimkar <ssantosh@kernel.org>
10406 L:      linux-kernel@vger.kernel.org
10407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10408 S:      Maintained
10409 F:      drivers/soc/ti/*
10410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10411
10412
10413 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10414 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10415 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10416 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10417 S:      Maintained
10418 F:      sound/soc/codecs/lm49453*
10419 F:      sound/soc/codecs/isabelle*
10420
10421 TI LP855x BACKLIGHT DRIVER
10422 M:      Milo Kim <milo.kim@ti.com>
10423 S:      Maintained
10424 F:      Documentation/backlight/lp855x-driver.txt
10425 F:      drivers/video/backlight/lp855x_bl.c
10426 F:      include/linux/platform_data/lp855x.h
10427
10428 TI LP8727 CHARGER DRIVER
10429 M:      Milo Kim <milo.kim@ti.com>
10430 S:      Maintained
10431 F:      drivers/power/lp8727_charger.c
10432 F:      include/linux/platform_data/lp8727.h
10433
10434 TI LP8788 MFD DRIVER
10435 M:      Milo Kim <milo.kim@ti.com>
10436 S:      Maintained
10437 F:      drivers/iio/adc/lp8788_adc.c
10438 F:      drivers/leds/leds-lp8788.c
10439 F:      drivers/mfd/lp8788*.c
10440 F:      drivers/power/lp8788-charger.c
10441 F:      drivers/regulator/lp8788-*.c
10442 F:      include/linux/mfd/lp8788*.h
10443
10444 TI NETCP ETHERNET DRIVER
10445 M:      Wingman Kwok <w-kwok2@ti.com>
10446 M:      Murali Karicheri <m-karicheri2@ti.com>
10447 L:      netdev@vger.kernel.org
10448 S:      Maintained
10449 F:      drivers/net/ethernet/ti/netcp*
10450
10451 TI TAS571X FAMILY ASoC CODEC DRIVER
10452 M:      Kevin Cernekee <cernekee@chromium.org>
10453 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10454 S:      Odd Fixes
10455 F:      sound/soc/codecs/tas571x*
10456
10457 TI TWL4030 SERIES SOC CODEC DRIVER
10458 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10459 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10460 S:      Maintained
10461 F:      sound/soc/codecs/twl4030*
10462
10463 TI WILINK WIRELESS DRIVERS
10464 L:      linux-wireless@vger.kernel.org
10465 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10466 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10468 S:      Orphan
10469 F:      drivers/net/wireless/ti/
10470 F:      include/linux/wl12xx.h
10471
10472 TIPC NETWORK LAYER
10473 M:      Jon Maloy <jon.maloy@ericsson.com>
10474 M:      Ying Xue <ying.xue@windriver.com>
10475 L:      netdev@vger.kernel.org (core kernel code)
10476 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10477 W:      http://tipc.sourceforge.net/
10478 S:      Maintained
10479 F:      include/uapi/linux/tipc*.h
10480 F:      net/tipc/
10481
10482 TILE ARCHITECTURE
10483 M:      Chris Metcalf <cmetcalf@ezchip.com>
10484 W:      http://www.ezchip.com/scm/
10485 S:      Supported
10486 F:      arch/tile/
10487 F:      drivers/char/tile-srom.c
10488 F:      drivers/edac/tile_edac.c
10489 F:      drivers/net/ethernet/tile/
10490 F:      drivers/rtc/rtc-tile.c
10491 F:      drivers/tty/hvc/hvc_tile.c
10492 F:      drivers/tty/serial/tilegx.c
10493 F:      drivers/usb/host/*-tilegx.c
10494 F:      include/linux/usb/tilegx.h
10495
10496 TLAN NETWORK DRIVER
10497 M:      Samuel Chessman <chessman@tux.org>
10498 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10499 W:      http://sourceforge.net/projects/tlan/
10500 S:      Maintained
10501 F:      Documentation/networking/tlan.txt
10502 F:      drivers/net/ethernet/ti/tlan.*
10503
10504 TOMOYO SECURITY MODULE
10505 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10506 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10507 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10508 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10509 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10510 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10511 W:      http://tomoyo.sourceforge.jp/
10512 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10513 S:      Maintained
10514 F:      security/tomoyo/
10515
10516 TOPSTAR LAPTOP EXTRAS DRIVER
10517 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10518 L:      platform-driver-x86@vger.kernel.org
10519 S:      Maintained
10520 F:      drivers/platform/x86/topstar-laptop.c
10521
10522 TOSHIBA ACPI EXTRAS DRIVER
10523 M:      Azael Avalos <coproscefalo@gmail.com>
10524 L:      platform-driver-x86@vger.kernel.org
10525 S:      Maintained
10526 F:      drivers/platform/x86/toshiba_acpi.c
10527
10528 TOSHIBA BLUETOOTH DRIVER
10529 M:      Azael Avalos <coproscefalo@gmail.com>
10530 L:      platform-driver-x86@vger.kernel.org
10531 S:      Maintained
10532 F:      drivers/platform/x86/toshiba_bluetooth.c
10533
10534 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10535 M:      Azael Avalos <coproscefalo@gmail.com>
10536 L:      platform-driver-x86@vger.kernel.org
10537 S:      Maintained
10538 F:      drivers/platform/x86/toshiba_haps.c
10539
10540 TOSHIBA SMM DRIVER
10541 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10542 W:      http://www.buzzard.org.uk/toshiba/
10543 S:      Maintained
10544 F:      drivers/char/toshiba.c
10545 F:      include/linux/toshiba.h
10546 F:      include/uapi/linux/toshiba.h
10547
10548 TOSHIBA TC358743 DRIVER
10549 M:      Mats Randgaard <matrandg@cisco.com>
10550 L:      linux-media@vger.kernel.org
10551 S:      Maintained
10552 F:      drivers/media/i2c/tc358743*
10553 F:      include/media/tc358743.h
10554
10555 TMIO MMC DRIVER
10556 M:      Ian Molton <ian@mnementh.co.uk>
10557 L:      linux-mmc@vger.kernel.org
10558 S:      Maintained
10559 F:      drivers/mmc/host/tmio_mmc*
10560 F:      drivers/mmc/host/sh_mobile_sdhi.c
10561 F:      include/linux/mmc/tmio.h
10562 F:      include/linux/mmc/sh_mobile_sdhi.h
10563
10564 TMP401 HARDWARE MONITOR DRIVER
10565 M:      Guenter Roeck <linux@roeck-us.net>
10566 L:      lm-sensors@lm-sensors.org
10567 S:      Maintained
10568 F:      Documentation/hwmon/tmp401
10569 F:      drivers/hwmon/tmp401.c
10570
10571 TMPFS (SHMEM FILESYSTEM)
10572 M:      Hugh Dickins <hughd@google.com>
10573 L:      linux-mm@kvack.org
10574 S:      Maintained
10575 F:      include/linux/shmem_fs.h
10576 F:      mm/shmem.c
10577
10578 TM6000 VIDEO4LINUX DRIVER
10579 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10580 L:      linux-media@vger.kernel.org
10581 W:      http://linuxtv.org
10582 T:      git git://linuxtv.org/media_tree.git
10583 S:      Odd fixes
10584 F:      drivers/media/usb/tm6000/
10585
10586 TW68 VIDEO4LINUX DRIVER
10587 M:      Hans Verkuil <hverkuil@xs4all.nl>
10588 L:      linux-media@vger.kernel.org
10589 T:      git git://linuxtv.org/media_tree.git
10590 W:      http://linuxtv.org
10591 S:      Odd Fixes
10592 F:      drivers/media/pci/tw68/
10593
10594 TPM DEVICE DRIVER
10595 M:      Peter Huewe <peterhuewe@gmx.de>
10596 M:      Marcel Selhorst <tpmdd@selhorst.net>
10597 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10598 W:      http://tpmdd.sourceforge.net
10599 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10600 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10601 T:      https://github.com/PeterHuewe/linux-tpmdd
10602 S:      Maintained
10603 F:      drivers/char/tpm/
10604
10605 TPM IBM_VTPM DEVICE DRIVER
10606 M:      Ashley Lai <ashleydlai@gmail.com>
10607 W:      http://tpmdd.sourceforge.net
10608 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10609 S:      Maintained
10610 F:      drivers/char/tpm/tpm_ibmvtpm*
10611
10612 TRACING
10613 M:      Steven Rostedt <rostedt@goodmis.org>
10614 M:      Ingo Molnar <mingo@redhat.com>
10615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10616 S:      Maintained
10617 F:      Documentation/trace/ftrace.txt
10618 F:      arch/*/*/*/ftrace.h
10619 F:      arch/*/kernel/ftrace.c
10620 F:      include/*/ftrace.h
10621 F:      include/linux/trace*.h
10622 F:      include/trace/
10623 F:      kernel/trace/
10624 F:      tools/testing/selftests/ftrace/
10625
10626 TRIVIAL PATCHES
10627 M:      Jiri Kosina <trivial@kernel.org>
10628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10629 S:      Maintained
10630 K:      ^Subject:.*(?i)trivial
10631
10632 TTY LAYER
10633 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10634 M:      Jiri Slaby <jslaby@suse.com>
10635 S:      Supported
10636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10637 F:      Documentation/serial/
10638 F:      drivers/tty/
10639 F:      drivers/tty/serial/serial_core.c
10640 F:      include/linux/serial_core.h
10641 F:      include/linux/serial.h
10642 F:      include/linux/tty.h
10643 F:      include/uapi/linux/serial_core.h
10644 F:      include/uapi/linux/serial.h
10645 F:      include/uapi/linux/tty.h
10646
10647 TUA9001 MEDIA DRIVER
10648 M:      Antti Palosaari <crope@iki.fi>
10649 L:      linux-media@vger.kernel.org
10650 W:      http://linuxtv.org/
10651 W:      http://palosaari.fi/linux/
10652 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10653 T:      git git://linuxtv.org/anttip/media_tree.git
10654 S:      Maintained
10655 F:      drivers/media/tuners/tua9001*
10656
10657 TULIP NETWORK DRIVERS
10658 M:      Grant Grundler <grundler@parisc-linux.org>
10659 L:      netdev@vger.kernel.org
10660 S:      Maintained
10661 F:      drivers/net/ethernet/dec/tulip/
10662
10663 TUN/TAP driver
10664 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10665 W:      http://vtun.sourceforge.net/tun
10666 S:      Maintained
10667 F:      Documentation/networking/tuntap.txt
10668 F:      arch/um/os-Linux/drivers/
10669
10670 TURBOCHANNEL SUBSYSTEM
10671 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10672 M:      Ralf Baechle <ralf@linux-mips.org>
10673 L:      linux-mips@linux-mips.org
10674 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10675 S:      Maintained
10676 F:      drivers/tc/
10677 F:      include/linux/tc.h
10678
10679 U14-34F SCSI DRIVER
10680 M:      Dario Ballabio <ballabio_dario@emc.com>
10681 L:      linux-scsi@vger.kernel.org
10682 S:      Maintained
10683 F:      drivers/scsi/u14-34f.c
10684
10685 UBI FILE SYSTEM (UBIFS)
10686 M:      Artem Bityutskiy <dedekind1@gmail.com>
10687 M:      Adrian Hunter <adrian.hunter@intel.com>
10688 L:      linux-mtd@lists.infradead.org
10689 T:      git git://git.infradead.org/ubifs-2.6.git
10690 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10691 S:      Maintained
10692 F:      Documentation/filesystems/ubifs.txt
10693 F:      fs/ubifs/
10694
10695 UCLINUX (M68KNOMMU AND COLDFIRE)
10696 M:      Greg Ungerer <gerg@uclinux.org>
10697 W:      http://www.uclinux.org/
10698 L:      linux-m68k@lists.linux-m68k.org
10699 L:      uclinux-dev@uclinux.org  (subscribers-only)
10700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10701 S:      Maintained
10702 F:      arch/m68k/coldfire/
10703 F:      arch/m68k/68*/
10704 F:      arch/m68k/*/*_no.*
10705 F:      arch/m68k/include/asm/*_no.*
10706
10707 UDF FILESYSTEM
10708 M:      Jan Kara <jack@suse.com>
10709 S:      Maintained
10710 F:      Documentation/filesystems/udf.txt
10711 F:      fs/udf/
10712
10713 UFS FILESYSTEM
10714 M:      Evgeniy Dushistov <dushistov@mail.ru>
10715 S:      Maintained
10716 F:      Documentation/filesystems/ufs.txt
10717 F:      fs/ufs/
10718
10719 UHID USERSPACE HID IO DRIVER:
10720 M:      David Herrmann <dh.herrmann@googlemail.com>
10721 L:      linux-input@vger.kernel.org
10722 S:      Maintained
10723 F:      drivers/hid/uhid.c
10724 F:      include/uapi/linux/uhid.h
10725
10726 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10727 L:      linux-usb@vger.kernel.org
10728 S:      Orphan
10729 F:      drivers/uwb/
10730 F:      include/linux/uwb.h
10731 F:      include/linux/uwb/
10732
10733 UNICORE32 ARCHITECTURE:
10734 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10735 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10736 S:      Maintained
10737 T:      git git://github.com/gxt/linux.git
10738 F:      arch/unicore32/
10739
10740 UNIFDEF
10741 M:      Tony Finch <dot@dotat.at>
10742 W:      http://dotat.at/prog/unifdef
10743 S:      Maintained
10744 F:      scripts/unifdef.c
10745
10746 UNIFORM CDROM DRIVER
10747 M:      Jens Axboe <axboe@kernel.dk>
10748 W:      http://www.kernel.dk
10749 S:      Maintained
10750 F:      Documentation/cdrom/
10751 F:      drivers/cdrom/cdrom.c
10752 F:      include/linux/cdrom.h
10753 F:      include/uapi/linux/cdrom.h
10754
10755 UNISYS S-PAR DRIVERS
10756 M:      Benjamin Romer <benjamin.romer@unisys.com>
10757 M:      David Kershner <david.kershner@unisys.com>
10758 L:      sparmaintainer@unisys.com (Unisys internal)
10759 S:      Supported
10760 F:      drivers/staging/unisys/
10761
10762 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10763 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10764 L:      linux-scsi@vger.kernel.org
10765 S:      Supported
10766 F:      Documentation/scsi/ufs.txt
10767 F:      drivers/scsi/ufs/
10768
10769 UNSORTED BLOCK IMAGES (UBI)
10770 M:      Artem Bityutskiy <dedekind1@gmail.com>
10771 M:      Richard Weinberger <richard@nod.at>
10772 W:      http://www.linux-mtd.infradead.org/
10773 L:      linux-mtd@lists.infradead.org
10774 T:      git git://git.infradead.org/ubifs-2.6.git
10775 S:      Supported
10776 F:      drivers/mtd/ubi/
10777 F:      include/linux/mtd/ubi.h
10778 F:      include/uapi/mtd/ubi-user.h
10779
10780 USB ACM DRIVER
10781 M:      Oliver Neukum <oliver@neukum.org>
10782 L:      linux-usb@vger.kernel.org
10783 S:      Maintained
10784 F:      Documentation/usb/acm.txt
10785 F:      drivers/usb/class/cdc-acm.*
10786
10787 USB AR5523 WIRELESS DRIVER
10788 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10789 L:      linux-wireless@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/net/wireless/ath/ar5523/
10792
10793 USB ATTACHED SCSI
10794 M:      Hans de Goede <hdegoede@redhat.com>
10795 M:      Gerd Hoffmann <kraxel@redhat.com>
10796 L:      linux-usb@vger.kernel.org
10797 L:      linux-scsi@vger.kernel.org
10798 S:      Maintained
10799 F:      drivers/usb/storage/uas.c
10800
10801 USB CDC ETHERNET DRIVER
10802 M:      Oliver Neukum <oliver@neukum.org>
10803 L:      linux-usb@vger.kernel.org
10804 S:      Maintained
10805 F:      drivers/net/usb/cdc_*.c
10806 F:      include/uapi/linux/usb/cdc.h
10807
10808 USB CHAOSKEY DRIVER
10809 M:      Keith Packard <keithp@keithp.com>
10810 L:      linux-usb@vger.kernel.org
10811 S:      Maintained
10812 F:      drivers/usb/misc/chaoskey.c
10813
10814 USB CYPRESS C67X00 DRIVER
10815 M:      Peter Korsgaard <jacmet@sunsite.dk>
10816 L:      linux-usb@vger.kernel.org
10817 S:      Maintained
10818 F:      drivers/usb/c67x00/
10819
10820 USB DAVICOM DM9601 DRIVER
10821 M:      Peter Korsgaard <jacmet@sunsite.dk>
10822 L:      netdev@vger.kernel.org
10823 W:      http://www.linux-usb.org/usbnet
10824 S:      Maintained
10825 F:      drivers/net/usb/dm9601.c
10826
10827 USB DIAMOND RIO500 DRIVER
10828 M:      Cesar Miquel <miquel@df.uba.ar>
10829 L:      rio500-users@lists.sourceforge.net
10830 W:      http://rio500.sourceforge.net
10831 S:      Maintained
10832 F:      drivers/usb/misc/rio500*
10833
10834 USB EHCI DRIVER
10835 M:      Alan Stern <stern@rowland.harvard.edu>
10836 L:      linux-usb@vger.kernel.org
10837 S:      Maintained
10838 F:      Documentation/usb/ehci.txt
10839 F:      drivers/usb/host/ehci*
10840
10841 USB GADGET/PERIPHERAL SUBSYSTEM
10842 M:      Felipe Balbi <balbi@ti.com>
10843 L:      linux-usb@vger.kernel.org
10844 W:      http://www.linux-usb.org/gadget
10845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10846 S:      Maintained
10847 F:      drivers/usb/gadget/
10848 F:      include/linux/usb/gadget*
10849
10850 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10851 M:      Jiri Kosina <jikos@kernel.org>
10852 L:      linux-usb@vger.kernel.org
10853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10854 S:      Maintained
10855 F:      Documentation/hid/hiddev.txt
10856 F:      drivers/hid/usbhid/
10857
10858 USB ISP116X DRIVER
10859 M:      Olav Kongas <ok@artecdesign.ee>
10860 L:      linux-usb@vger.kernel.org
10861 S:      Maintained
10862 F:      drivers/usb/host/isp116x*
10863 F:      include/linux/usb/isp116x.h
10864
10865 USB MASS STORAGE DRIVER
10866 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10867 L:      linux-usb@vger.kernel.org
10868 L:      usb-storage@lists.one-eyed-alien.net
10869 S:      Maintained
10870 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10871 F:      drivers/usb/storage/
10872
10873 USB MIDI DRIVER
10874 M:      Clemens Ladisch <clemens@ladisch.de>
10875 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10876 T:      git git://git.alsa-project.org/alsa-kernel.git
10877 S:      Maintained
10878 F:      sound/usb/midi.*
10879
10880 USB NETWORKING DRIVERS
10881 L:      linux-usb@vger.kernel.org
10882 S:      Odd Fixes
10883 F:      drivers/net/usb/
10884
10885 USB OHCI DRIVER
10886 M:      Alan Stern <stern@rowland.harvard.edu>
10887 L:      linux-usb@vger.kernel.org
10888 S:      Maintained
10889 F:      Documentation/usb/ohci.txt
10890 F:      drivers/usb/host/ohci*
10891
10892 USB OTG FSM (Finite State Machine)
10893 M:      Peter Chen <Peter.Chen@freescale.com>
10894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10895 L:      linux-usb@vger.kernel.org
10896 S:      Maintained
10897 F:      drivers/usb/common/usb-otg-fsm.c
10898
10899 USB OVER IP DRIVER
10900 M:      Valentina Manea <valentina.manea.m@gmail.com>
10901 M:      Shuah Khan <shuah.kh@samsung.com>
10902 L:      linux-usb@vger.kernel.org
10903 S:      Maintained
10904 F:      drivers/usb/usbip/
10905 F:      tools/usb/usbip/
10906
10907 USB PEGASUS DRIVER
10908 M:      Petko Manolov <petkan@nucleusys.com>
10909 L:      linux-usb@vger.kernel.org
10910 L:      netdev@vger.kernel.org
10911 T:      git git://github.com/petkan/pegasus.git
10912 W:      https://github.com/petkan/pegasus
10913 S:      Maintained
10914 F:      drivers/net/usb/pegasus.*
10915
10916 USB PHY LAYER
10917 M:      Felipe Balbi <balbi@ti.com>
10918 L:      linux-usb@vger.kernel.org
10919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10920 S:      Maintained
10921 F:      drivers/usb/phy/
10922
10923 USB PRINTER DRIVER (usblp)
10924 M:      Pete Zaitcev <zaitcev@redhat.com>
10925 L:      linux-usb@vger.kernel.org
10926 S:      Supported
10927 F:      drivers/usb/class/usblp.c
10928
10929 USB RTL8150 DRIVER
10930 M:      Petko Manolov <petkan@nucleusys.com>
10931 L:      linux-usb@vger.kernel.org
10932 L:      netdev@vger.kernel.org
10933 T:      git git://github.com/petkan/rtl8150.git
10934 W:      https://github.com/petkan/rtl8150
10935 S:      Maintained
10936 F:      drivers/net/usb/rtl8150.c
10937
10938 USB SERIAL SUBSYSTEM
10939 M:      Johan Hovold <johan@kernel.org>
10940 L:      linux-usb@vger.kernel.org
10941 S:      Maintained
10942 F:      Documentation/usb/usb-serial.txt
10943 F:      drivers/usb/serial/
10944 F:      include/linux/usb/serial.h
10945
10946 USB SMSC75XX ETHERNET DRIVER
10947 M:      Steve Glendinning <steve.glendinning@shawell.net>
10948 L:      netdev@vger.kernel.org
10949 S:      Maintained
10950 F:      drivers/net/usb/smsc75xx.*
10951
10952 USB SMSC95XX ETHERNET DRIVER
10953 M:      Steve Glendinning <steve.glendinning@shawell.net>
10954 L:      netdev@vger.kernel.org
10955 S:      Maintained
10956 F:      drivers/net/usb/smsc95xx.*
10957
10958 USB SUBSYSTEM
10959 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10960 L:      linux-usb@vger.kernel.org
10961 W:      http://www.linux-usb.org
10962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10963 S:      Supported
10964 F:      Documentation/usb/
10965 F:      drivers/usb/
10966 F:      include/linux/usb.h
10967 F:      include/linux/usb/
10968
10969 USB UHCI DRIVER
10970 M:      Alan Stern <stern@rowland.harvard.edu>
10971 L:      linux-usb@vger.kernel.org
10972 S:      Maintained
10973 F:      drivers/usb/host/uhci*
10974
10975 USB "USBNET" DRIVER FRAMEWORK
10976 M:      Oliver Neukum <oneukum@suse.com>
10977 L:      netdev@vger.kernel.org
10978 W:      http://www.linux-usb.org/usbnet
10979 S:      Maintained
10980 F:      drivers/net/usb/usbnet.c
10981 F:      include/linux/usb/usbnet.h
10982
10983 USB VIDEO CLASS
10984 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10985 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10986 L:      linux-media@vger.kernel.org
10987 T:      git git://linuxtv.org/media_tree.git
10988 W:      http://www.ideasonboard.org/uvc/
10989 S:      Maintained
10990 F:      drivers/media/usb/uvc/
10991 F:      include/uapi/linux/uvcvideo.h
10992
10993 USB VISION DRIVER
10994 M:      Hans Verkuil <hverkuil@xs4all.nl>
10995 L:      linux-media@vger.kernel.org
10996 T:      git git://linuxtv.org/media_tree.git
10997 W:      http://linuxtv.org
10998 S:      Odd Fixes
10999 F:      drivers/media/usb/usbvision/
11000
11001 USB WEBCAM GADGET
11002 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11003 L:      linux-usb@vger.kernel.org
11004 S:      Maintained
11005 F:      drivers/usb/gadget/function/*uvc*
11006 F:      drivers/usb/gadget/legacy/webcam.c
11007
11008 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11009 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11010 L:      linux-wireless@vger.kernel.org
11011 S:      Maintained
11012 F:      drivers/net/wireless/rndis_wlan.c
11013
11014 USB XHCI DRIVER
11015 M:      Mathias Nyman <mathias.nyman@intel.com>
11016 L:      linux-usb@vger.kernel.org
11017 S:      Supported
11018 F:      drivers/usb/host/xhci*
11019 F:      drivers/usb/host/pci-quirks*
11020
11021 USB ZD1201 DRIVER
11022 L:      linux-wireless@vger.kernel.org
11023 W:      http://linux-lc100020.sourceforge.net
11024 S:      Orphan
11025 F:      drivers/net/wireless/zd1201.*
11026
11027 USB ZR364XX DRIVER
11028 M:      Antoine Jacquet <royale@zerezo.com>
11029 L:      linux-usb@vger.kernel.org
11030 L:      linux-media@vger.kernel.org
11031 T:      git git://linuxtv.org/media_tree.git
11032 W:      http://royale.zerezo.com/zr364xx/
11033 S:      Maintained
11034 F:      Documentation/video4linux/zr364xx.txt
11035 F:      drivers/media/usb/zr364xx/
11036
11037 ULPI BUS
11038 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11039 L:      linux-usb@vger.kernel.org
11040 S:      Maintained
11041 F:      drivers/usb/common/ulpi.c
11042 F:      include/linux/ulpi/
11043
11044 USER-MODE LINUX (UML)
11045 M:      Jeff Dike <jdike@addtoit.com>
11046 M:      Richard Weinberger <richard@nod.at>
11047 L:      user-mode-linux-devel@lists.sourceforge.net
11048 L:      user-mode-linux-user@lists.sourceforge.net
11049 W:      http://user-mode-linux.sourceforge.net
11050 S:      Maintained
11051 F:      Documentation/virtual/uml/
11052 F:      arch/um/
11053 F:      arch/x86/um/
11054 F:      fs/hostfs/
11055 F:      fs/hppfs/
11056
11057 USERSPACE I/O (UIO)
11058 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11059 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11060 S:      Maintained
11061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11062 F:      Documentation/DocBook/uio-howto.tmpl
11063 F:      drivers/uio/
11064 F:      include/linux/uio*.h
11065
11066 UTIL-LINUX PACKAGE
11067 M:      Karel Zak <kzak@redhat.com>
11068 L:      util-linux@vger.kernel.org
11069 W:      http://en.wikipedia.org/wiki/Util-linux
11070 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11071 S:      Maintained
11072
11073 UVESAFB DRIVER
11074 M:      Michal Januszewski <spock@gentoo.org>
11075 L:      linux-fbdev@vger.kernel.org
11076 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11077 S:      Maintained
11078 F:      Documentation/fb/uvesafb.txt
11079 F:      drivers/video/fbdev/uvesafb.*
11080
11081 VFAT/FAT/MSDOS FILESYSTEM
11082 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11083 S:      Maintained
11084 F:      Documentation/filesystems/vfat.txt
11085 F:      fs/fat/
11086
11087 VFIO DRIVER
11088 M:      Alex Williamson <alex.williamson@redhat.com>
11089 L:      kvm@vger.kernel.org
11090 S:      Maintained
11091 F:      Documentation/vfio.txt
11092 F:      drivers/vfio/
11093 F:      include/linux/vfio.h
11094 F:      include/uapi/linux/vfio.h
11095
11096 VFIO PLATFORM DRIVER
11097 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11098 L:      kvm@vger.kernel.org
11099 S:      Maintained
11100 F:      drivers/vfio/platform/
11101
11102 VIDEOBUF2 FRAMEWORK
11103 M:      Pawel Osciak <pawel@osciak.com>
11104 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11105 M:      Kyungmin Park <kyungmin.park@samsung.com>
11106 L:      linux-media@vger.kernel.org
11107 S:      Maintained
11108 F:      drivers/media/v4l2-core/videobuf2-*
11109 F:      include/media/videobuf2-*
11110
11111 VIRTIO CONSOLE DRIVER
11112 M:      Amit Shah <amit.shah@redhat.com>
11113 L:      virtualization@lists.linux-foundation.org
11114 S:      Maintained
11115 F:      drivers/char/virtio_console.c
11116 F:      include/linux/virtio_console.h
11117 F:      include/uapi/linux/virtio_console.h
11118
11119 VIRTIO CORE, NET AND BLOCK DRIVERS
11120 M:      "Michael S. Tsirkin" <mst@redhat.com>
11121 L:      virtualization@lists.linux-foundation.org
11122 S:      Maintained
11123 F:      drivers/virtio/
11124 F:      tools/virtio/
11125 F:      drivers/net/virtio_net.c
11126 F:      drivers/block/virtio_blk.c
11127 F:      include/linux/virtio_*.h
11128 F:      include/uapi/linux/virtio_*.h
11129
11130 VIRTIO DRIVERS FOR S390
11131 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11132 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11133 L:      linux-s390@vger.kernel.org
11134 L:      virtualization@lists.linux-foundation.org
11135 L:      kvm@vger.kernel.org
11136 S:      Supported
11137 F:      drivers/s390/virtio/
11138
11139 VIRTIO GPU DRIVER
11140 M:      David Airlie <airlied@linux.ie>
11141 M:      Gerd Hoffmann <kraxel@redhat.com>
11142 L:      dri-devel@lists.freedesktop.org
11143 L:      virtualization@lists.linux-foundation.org
11144 S:      Maintained
11145 F:      drivers/gpu/drm/virtio/
11146 F:      include/uapi/linux/virtio_gpu.h
11147
11148 VIRTIO HOST (VHOST)
11149 M:      "Michael S. Tsirkin" <mst@redhat.com>
11150 L:      kvm@vger.kernel.org
11151 L:      virtualization@lists.linux-foundation.org
11152 L:      netdev@vger.kernel.org
11153 S:      Maintained
11154 F:      drivers/vhost/
11155 F:      include/uapi/linux/vhost.h
11156
11157 VIRTIO INPUT DRIVER
11158 M:      Gerd Hoffmann <kraxel@redhat.com>
11159 S:      Maintained
11160 F:      drivers/virtio/virtio_input.c
11161 F:      include/uapi/linux/virtio_input.h
11162
11163 VIA RHINE NETWORK DRIVER
11164 S:      Orphan
11165 F:      drivers/net/ethernet/via/via-rhine.c
11166
11167 VIA SD/MMC CARD CONTROLLER DRIVER
11168 M:      Bruce Chang <brucechang@via.com.tw>
11169 M:      Harald Welte <HaraldWelte@viatech.com>
11170 S:      Maintained
11171 F:      drivers/mmc/host/via-sdmmc.c
11172
11173 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11174 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11175 L:      linux-fbdev@vger.kernel.org
11176 S:      Maintained
11177 F:      include/linux/via-core.h
11178 F:      include/linux/via-gpio.h
11179 F:      include/linux/via_i2c.h
11180 F:      drivers/video/fbdev/via/
11181
11182 VIA VELOCITY NETWORK DRIVER
11183 M:      Francois Romieu <romieu@fr.zoreil.com>
11184 L:      netdev@vger.kernel.org
11185 S:      Maintained
11186 F:      drivers/net/ethernet/via/via-velocity.*
11187
11188 VIVID VIRTUAL VIDEO DRIVER
11189 M:      Hans Verkuil <hverkuil@xs4all.nl>
11190 L:      linux-media@vger.kernel.org
11191 T:      git git://linuxtv.org/media_tree.git
11192 W:      http://linuxtv.org
11193 S:      Maintained
11194 F:      drivers/media/platform/vivid/*
11195
11196 VLAN (802.1Q)
11197 M:      Patrick McHardy <kaber@trash.net>
11198 L:      netdev@vger.kernel.org
11199 S:      Maintained
11200 F:      drivers/net/macvlan.c
11201 F:      include/linux/if_*vlan.h
11202 F:      net/8021q/
11203
11204 VLYNQ BUS
11205 M:      Florian Fainelli <florian@openwrt.org>
11206 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11207 S:      Maintained
11208 F:      drivers/vlynq/vlynq.c
11209 F:      include/linux/vlynq.h
11210
11211 VME SUBSYSTEM
11212 M:      Martyn Welch <martyn.welch@ge.com>
11213 M:      Manohar Vanga <manohar.vanga@gmail.com>
11214 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11215 L:      devel@driverdev.osuosl.org
11216 S:      Maintained
11217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11218 F:      Documentation/vme_api.txt
11219 F:      drivers/staging/vme/
11220 F:      drivers/vme/
11221 F:      include/linux/vme*
11222
11223 VMWARE HYPERVISOR INTERFACE
11224 M:      Alok Kataria <akataria@vmware.com>
11225 L:      virtualization@lists.linux-foundation.org
11226 S:      Supported
11227 F:      arch/x86/kernel/cpu/vmware.c
11228
11229 VMWARE BALLOON DRIVER
11230 M:      Xavier Deguillard <xdeguillard@vmware.com>
11231 M:      Philip Moltmann <moltmann@vmware.com>
11232 M:      "VMware, Inc." <pv-drivers@vmware.com>
11233 L:      linux-kernel@vger.kernel.org
11234 S:      Maintained
11235 F:      drivers/misc/vmw_balloon.c
11236
11237 VMWARE VMMOUSE SUBDRIVER
11238 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11239 M:      "VMware, Inc." <pv-drivers@vmware.com>
11240 L:      linux-input@vger.kernel.org
11241 S:      Maintained
11242 F:      drivers/input/mouse/vmmouse.c
11243 F:      drivers/input/mouse/vmmouse.h
11244
11245 VMWARE VMXNET3 ETHERNET DRIVER
11246 M:      Shrikrishna Khare <skhare@vmware.com>
11247 M:      "VMware, Inc." <pv-drivers@vmware.com>
11248 L:      netdev@vger.kernel.org
11249 S:      Maintained
11250 F:      drivers/net/vmxnet3/
11251
11252 VMware PVSCSI driver
11253 M:      Arvind Kumar <arvindkumar@vmware.com>
11254 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11255 L:      linux-scsi@vger.kernel.org
11256 S:      Maintained
11257 F:      drivers/scsi/vmw_pvscsi.c
11258 F:      drivers/scsi/vmw_pvscsi.h
11259
11260 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11261 M:      Liam Girdwood <lgirdwood@gmail.com>
11262 M:      Mark Brown <broonie@kernel.org>
11263 L:      linux-kernel@vger.kernel.org
11264 W:      http://www.slimlogic.co.uk/?p=48
11265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11266 S:      Supported
11267 F:      drivers/regulator/
11268 F:      include/linux/regulator/
11269
11270 VRF
11271 M:      David Ahern <dsa@cumulusnetworks.com>
11272 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11273 L:      netdev@vger.kernel.org
11274 S:      Maintained
11275 F:      drivers/net/vrf.c
11276 F:      Documentation/networking/vrf.txt
11277
11278 VT1211 HARDWARE MONITOR DRIVER
11279 M:      Juerg Haefliger <juergh@gmail.com>
11280 L:      lm-sensors@lm-sensors.org
11281 S:      Maintained
11282 F:      Documentation/hwmon/vt1211
11283 F:      drivers/hwmon/vt1211.c
11284
11285 VT8231 HARDWARE MONITOR DRIVER
11286 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11287 L:      lm-sensors@lm-sensors.org
11288 S:      Maintained
11289 F:      drivers/hwmon/vt8231.c
11290
11291 VUB300 USB to SDIO/SD/MMC bridge chip
11292 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11293 L:      linux-mmc@vger.kernel.org
11294 L:      linux-usb@vger.kernel.org
11295 S:      Supported
11296 F:      drivers/mmc/host/vub300.c
11297
11298 W1 DALLAS'S 1-WIRE BUS
11299 M:      Evgeniy Polyakov <zbr@ioremap.net>
11300 S:      Maintained
11301 F:      Documentation/w1/
11302 F:      drivers/w1/
11303
11304 W83791D HARDWARE MONITORING DRIVER
11305 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11306 L:      lm-sensors@lm-sensors.org
11307 S:      Maintained
11308 F:      Documentation/hwmon/w83791d
11309 F:      drivers/hwmon/w83791d.c
11310
11311 W83793 HARDWARE MONITORING DRIVER
11312 M:      Rudolf Marek <r.marek@assembler.cz>
11313 L:      lm-sensors@lm-sensors.org
11314 S:      Maintained
11315 F:      Documentation/hwmon/w83793
11316 F:      drivers/hwmon/w83793.c
11317
11318 W83795 HARDWARE MONITORING DRIVER
11319 M:      Jean Delvare <jdelvare@suse.com>
11320 L:      lm-sensors@lm-sensors.org
11321 S:      Maintained
11322 F:      drivers/hwmon/w83795.c
11323
11324 W83L51xD SD/MMC CARD INTERFACE DRIVER
11325 M:      Pierre Ossman <pierre@ossman.eu>
11326 S:      Maintained
11327 F:      drivers/mmc/host/wbsd.*
11328
11329 WACOM PROTOCOL 4 SERIAL TABLETS
11330 M:      Julian Squires <julian@cipht.net>
11331 M:      Hans de Goede <hdegoede@redhat.com>
11332 L:      linux-input@vger.kernel.org
11333 S:      Maintained
11334 F:      drivers/input/tablet/wacom_serial4.c
11335
11336 WATCHDOG DEVICE DRIVERS
11337 M:      Wim Van Sebroeck <wim@iguana.be>
11338 L:      linux-watchdog@vger.kernel.org
11339 W:      http://www.linux-watchdog.org/
11340 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11341 S:      Maintained
11342 F:      Documentation/watchdog/
11343 F:      drivers/watchdog/
11344 F:      include/linux/watchdog.h
11345 F:      include/uapi/linux/watchdog.h
11346
11347 WD7000 SCSI DRIVER
11348 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11349 L:      linux-scsi@vger.kernel.org
11350 S:      Maintained
11351 F:      drivers/scsi/wd7000.c
11352
11353 WIIMOTE HID DRIVER
11354 M:      David Herrmann <dh.herrmann@googlemail.com>
11355 L:      linux-input@vger.kernel.org
11356 S:      Maintained
11357 F:      drivers/hid/hid-wiimote*
11358
11359 WINBOND CIR DRIVER
11360 M:      David Härdeman <david@hardeman.nu>
11361 S:      Maintained
11362 F:      drivers/media/rc/winbond-cir.c
11363
11364 WIMAX STACK
11365 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11366 M:      linux-wimax@intel.com
11367 L:      wimax@linuxwimax.org (subscribers-only)
11368 S:      Supported
11369 W:      http://linuxwimax.org
11370 F:      Documentation/wimax/README.wimax
11371 F:      include/linux/wimax/debug.h
11372 F:      include/net/wimax.h
11373 F:      include/uapi/linux/wimax.h
11374 F:      net/wimax/
11375
11376 WISTRON LAPTOP BUTTON DRIVER
11377 M:      Miloslav Trmac <mitr@volny.cz>
11378 S:      Maintained
11379 F:      drivers/input/misc/wistron_btns.c
11380
11381 WL3501 WIRELESS PCMCIA CARD DRIVER
11382 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11383 L:      linux-wireless@vger.kernel.org
11384 W:      http://oops.ghostprotocols.net:81/blog
11385 S:      Maintained
11386 F:      drivers/net/wireless/wl3501*
11387
11388 WM97XX TOUCHSCREEN DRIVERS
11389 M:      Mark Brown <broonie@kernel.org>
11390 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11391 L:      linux-input@vger.kernel.org
11392 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11393 S:      Supported
11394 F:      drivers/input/touchscreen/*wm97*
11395 F:      include/linux/wm97xx.h
11396
11397 WOLFSON MICROELECTRONICS DRIVERS
11398 L:      patches@opensource.wolfsonmicro.com
11399 T:      git https://github.com/CirrusLogic/linux-drivers.git
11400 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11401 S:      Supported
11402 F:      Documentation/hwmon/wm83??
11403 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11404 F:      drivers/clk/clk-wm83*.c
11405 F:      drivers/extcon/extcon-arizona.c
11406 F:      drivers/leds/leds-wm83*.c
11407 F:      drivers/gpio/gpio-*wm*.c
11408 F:      drivers/gpio/gpio-arizona.c
11409 F:      drivers/hwmon/wm83??-hwmon.c
11410 F:      drivers/input/misc/wm831x-on.c
11411 F:      drivers/input/touchscreen/wm831x-ts.c
11412 F:      drivers/input/touchscreen/wm97*.c
11413 F:      drivers/mfd/arizona*
11414 F:      drivers/mfd/wm*.c
11415 F:      drivers/power/wm83*.c
11416 F:      drivers/rtc/rtc-wm83*.c
11417 F:      drivers/regulator/wm8*.c
11418 F:      drivers/video/backlight/wm83*_bl.c
11419 F:      drivers/watchdog/wm83*_wdt.c
11420 F:      include/linux/mfd/arizona/
11421 F:      include/linux/mfd/wm831x/
11422 F:      include/linux/mfd/wm8350/
11423 F:      include/linux/mfd/wm8400*
11424 F:      include/linux/wm97xx.h
11425 F:      include/sound/wm????.h
11426 F:      sound/soc/codecs/arizona.?
11427 F:      sound/soc/codecs/wm*
11428
11429 WORKQUEUE
11430 M:      Tejun Heo <tj@kernel.org>
11431 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11433 S:      Maintained
11434 F:      include/linux/workqueue.h
11435 F:      kernel/workqueue.c
11436 F:      Documentation/workqueue.txt
11437
11438 X.25 NETWORK LAYER
11439 M:      Andrew Hendry <andrew.hendry@gmail.com>
11440 L:      linux-x25@vger.kernel.org
11441 S:      Odd Fixes
11442 F:      Documentation/networking/x25*
11443 F:      include/net/x25*
11444 F:      net/x25/
11445
11446 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11447 M:      Thomas Gleixner <tglx@linutronix.de>
11448 M:      Ingo Molnar <mingo@redhat.com>
11449 M:      "H. Peter Anvin" <hpa@zytor.com>
11450 M:      x86@kernel.org
11451 L:      linux-kernel@vger.kernel.org
11452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11453 S:      Maintained
11454 F:      Documentation/x86/
11455 F:      arch/x86/
11456
11457 X86 PLATFORM DRIVERS
11458 M:      Darren Hart <dvhart@infradead.org>
11459 L:      platform-driver-x86@vger.kernel.org
11460 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11461 S:      Maintained
11462 F:      drivers/platform/x86/
11463
11464 X86 MCE INFRASTRUCTURE
11465 M:      Tony Luck <tony.luck@intel.com>
11466 M:      Borislav Petkov <bp@alien8.de>
11467 L:      linux-edac@vger.kernel.org
11468 S:      Maintained
11469 F:      arch/x86/kernel/cpu/mcheck/*
11470
11471 X86 VDSO
11472 M:      Andy Lutomirski <luto@amacapital.net>
11473 L:      linux-kernel@vger.kernel.org
11474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11475 S:      Maintained
11476 F:      arch/x86/entry/vdso/
11477
11478 XC2028/3028 TUNER DRIVER
11479 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11480 L:      linux-media@vger.kernel.org
11481 W:      http://linuxtv.org
11482 T:      git git://linuxtv.org/media_tree.git
11483 S:      Maintained
11484 F:      drivers/media/tuners/tuner-xc2028.*
11485
11486 XEN HYPERVISOR INTERFACE
11487 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11488 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11489 M:      David Vrabel <david.vrabel@citrix.com>
11490 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11492 S:      Supported
11493 F:      arch/x86/xen/
11494 F:      drivers/*/xen-*front.c
11495 F:      drivers/xen/
11496 F:      arch/x86/include/asm/xen/
11497 F:      include/xen/
11498 F:      include/uapi/xen/
11499
11500 XEN HYPERVISOR ARM
11501 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11502 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11503 S:      Supported
11504 F:      arch/arm/xen/
11505 F:      arch/arm/include/asm/xen/
11506
11507 XEN HYPERVISOR ARM64
11508 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11509 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11510 S:      Supported
11511 F:      arch/arm64/xen/
11512 F:      arch/arm64/include/asm/xen/
11513
11514 XEN NETWORK BACKEND DRIVER
11515 M:      Ian Campbell <ian.campbell@citrix.com>
11516 M:      Wei Liu <wei.liu2@citrix.com>
11517 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11518 L:      netdev@vger.kernel.org
11519 S:      Supported
11520 F:      drivers/net/xen-netback/*
11521
11522 XEN PCI SUBSYSTEM
11523 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11524 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11525 S:      Supported
11526 F:      arch/x86/pci/*xen*
11527 F:      drivers/pci/*xen*
11528
11529 XEN BLOCK SUBSYSTEM
11530 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11531 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11532 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11533 S:      Supported
11534 F:      drivers/block/xen-blkback/*
11535 F:      drivers/block/xen*
11536
11537 XEN PVSCSI DRIVERS
11538 M:      Juergen Gross <jgross@suse.com>
11539 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11540 L:      linux-scsi@vger.kernel.org
11541 S:      Supported
11542 F:      drivers/scsi/xen-scsifront.c
11543 F:      drivers/xen/xen-scsiback.c
11544 F:      include/xen/interface/io/vscsiif.h
11545
11546 XEN SWIOTLB SUBSYSTEM
11547 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11548 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11549 S:      Supported
11550 F:      arch/x86/xen/*swiotlb*
11551 F:      drivers/xen/*swiotlb*
11552
11553 XFS FILESYSTEM
11554 P:      Silicon Graphics Inc
11555 M:      Dave Chinner <david@fromorbit.com>
11556 M:      xfs@oss.sgi.com
11557 L:      xfs@oss.sgi.com
11558 W:      http://oss.sgi.com/projects/xfs
11559 T:      git git://oss.sgi.com/xfs/xfs.git
11560 S:      Supported
11561 F:      Documentation/filesystems/xfs.txt
11562 F:      fs/xfs/
11563
11564 XILINX AXI ETHERNET DRIVER
11565 M:      Anirudha Sarangi <anirudh@xilinx.com>
11566 M:      John Linn <John.Linn@xilinx.com>
11567 S:      Maintained
11568 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11569
11570 XILINX UARTLITE SERIAL DRIVER
11571 M:      Peter Korsgaard <jacmet@sunsite.dk>
11572 L:      linux-serial@vger.kernel.org
11573 S:      Maintained
11574 F:      drivers/tty/serial/uartlite.c
11575
11576 XILINX VIDEO IP CORES
11577 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11578 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11579 L:      linux-media@vger.kernel.org
11580 T:      git git://linuxtv.org/media_tree.git
11581 S:      Supported
11582 F:      Documentation/devicetree/bindings/media/xilinx/
11583 F:      drivers/media/platform/xilinx/
11584 F:      include/uapi/linux/xilinx-v4l2-controls.h
11585
11586 XILLYBUS DRIVER
11587 M:      Eli Billauer <eli.billauer@gmail.com>
11588 L:      linux-kernel@vger.kernel.org
11589 S:      Supported
11590 F:      drivers/char/xillybus/
11591
11592 XTENSA XTFPGA PLATFORM SUPPORT
11593 M:      Max Filippov <jcmvbkbc@gmail.com>
11594 L:      linux-xtensa@linux-xtensa.org
11595 S:      Maintained
11596 F:      drivers/spi/spi-xtensa-xtfpga.c
11597 F:      sound/soc/xtensa/xtfpga-i2s.c
11598
11599 YAM DRIVER FOR AX.25
11600 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11601 L:      linux-hams@vger.kernel.org
11602 S:      Maintained
11603 F:      drivers/net/hamradio/yam*
11604 F:      include/linux/yam.h
11605
11606 YEALINK PHONE DRIVER
11607 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11608 L:      usbb2k-api-dev@nongnu.org
11609 S:      Maintained
11610 F:      Documentation/input/yealink.txt
11611 F:      drivers/input/misc/yealink.*
11612
11613 Z8530 DRIVER FOR AX.25
11614 M:      Joerg Reuter <jreuter@yaina.de>
11615 W:      http://yaina.de/jreuter/
11616 W:      http://www.qsl.net/dl1bke/
11617 L:      linux-hams@vger.kernel.org
11618 S:      Maintained
11619 F:      Documentation/networking/z8530drv.txt
11620 F:      drivers/net/hamradio/*scc.c
11621 F:      drivers/net/hamradio/z8530.h
11622
11623 ZBUD COMPRESSED PAGE ALLOCATOR
11624 M:      Seth Jennings <sjennings@variantweb.net>
11625 L:      linux-mm@kvack.org
11626 S:      Maintained
11627 F:      mm/zbud.c
11628 F:      include/linux/zbud.h
11629
11630 ZD1211RW WIRELESS DRIVER
11631 M:      Daniel Drake <dsd@gentoo.org>
11632 M:      Ulrich Kunitz <kune@deine-taler.de>
11633 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11634 L:      linux-wireless@vger.kernel.org
11635 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11636 S:      Maintained
11637 F:      drivers/net/wireless/zd1211rw/
11638
11639 ZPOOL COMPRESSED PAGE STORAGE API
11640 M:      Dan Streetman <ddstreet@ieee.org>
11641 L:      linux-mm@kvack.org
11642 S:      Maintained
11643 F:      mm/zpool.c
11644 F:      include/linux/zpool.h
11645
11646 ZR36067 VIDEO FOR LINUX DRIVER
11647 L:      mjpeg-users@lists.sourceforge.net
11648 L:      linux-media@vger.kernel.org
11649 W:      http://mjpeg.sourceforge.net/driver-zoran/
11650 T:      hg http://linuxtv.org/hg/v4l-dvb
11651 S:      Odd Fixes
11652 F:      drivers/media/pci/zoran/
11653
11654 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11655 M:      Minchan Kim <minchan@kernel.org>
11656 M:      Nitin Gupta <ngupta@vflare.org>
11657 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11658 L:      linux-kernel@vger.kernel.org
11659 S:      Maintained
11660 F:      drivers/block/zram/
11661 F:      Documentation/blockdev/zram.txt
11662
11663 ZS DECSTATION Z85C30 SERIAL DRIVER
11664 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11665 S:      Maintained
11666 F:      drivers/tty/serial/zs.*
11667
11668 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11669 M:      Minchan Kim <minchan@kernel.org>
11670 M:      Nitin Gupta <ngupta@vflare.org>
11671 L:      linux-mm@kvack.org
11672 S:      Maintained
11673 F:      mm/zsmalloc.c
11674 F:      include/linux/zsmalloc.h
11675 F:      Documentation/vm/zsmalloc.txt
11676
11677 ZSWAP COMPRESSED SWAP CACHING
11678 M:      Seth Jennings <sjennings@variantweb.net>
11679 L:      linux-mm@kvack.org
11680 S:      Maintained
11681 F:      mm/zswap.c
11682
11683 THE REST
11684 M:      Linus Torvalds <torvalds@linux-foundation.org>
11685 L:      linux-kernel@vger.kernel.org
11686 Q:      http://patchwork.kernel.org/project/LKML/list/
11687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11688 S:      Buried alive in reporters
11689 F:      *
11690 F:      */