]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 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 ARM MFM AND FLOPPY DRIVERS
812 M:      Ian Molton <spyro@f2s.com>
813 S:      Maintained
814 F:      arch/arm/lib/floppydma.S
815 F:      arch/arm/include/asm/floppy.h
816
817 ARM PMU PROFILING AND DEBUGGING
818 M:      Will Deacon <will.deacon@arm.com>
819 S:      Maintained
820 F:      arch/arm/kernel/perf_*
821 F:      arch/arm/oprofile/common.c
822 F:      arch/arm/kernel/hw_breakpoint.c
823 F:      arch/arm/include/asm/hw_breakpoint.h
824 F:      arch/arm/include/asm/perf_event.h
825 F:      drivers/perf/arm_pmu.c
826 F:      include/linux/perf/arm_pmu.h
827
828 ARM PORT
829 M:      Russell King <linux@arm.linux.org.uk>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 W:      http://www.arm.linux.org.uk/
832 S:      Maintained
833 F:      arch/arm/
834
835 ARM SUB-ARCHITECTURES
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 S:      Maintained
838 F:      arch/arm/mach-*/
839 F:      arch/arm/plat-*/
840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
841
842 ARM PRIMECELL AACI PL041 DRIVER
843 M:      Russell King <linux@arm.linux.org.uk>
844 S:      Maintained
845 F:      sound/arm/aaci.*
846
847 ARM PRIMECELL CLCD PL110 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/video/fbdev/amba-clcd.*
851
852 ARM PRIMECELL KMI PL050 DRIVER
853 M:      Russell King <linux@arm.linux.org.uk>
854 S:      Maintained
855 F:      drivers/input/serio/ambakmi.*
856 F:      include/linux/amba/kmi.h
857
858 ARM PRIMECELL MMCI PL180/1 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/mmc/host/mmci.*
862 F:      include/linux/amba/mmci.h
863
864 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
865 M:      Russell King <linux@arm.linux.org.uk>
866 S:      Maintained
867 F:      drivers/tty/serial/amba-pl01*.c
868 F:      include/linux/amba/serial.h
869
870 ARM PRIMECELL BUS SUPPORT
871 M:      Russell King <linux@arm.linux.org.uk>
872 S:      Maintained
873 F:      drivers/amba/
874 F:      include/linux/amba/bus.h
875
876 ARM/ADS SPHERE MACHINE SUPPORT
877 M:      Lennert Buytenhek <kernel@wantstofly.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
880
881 ARM/AFEB9260 MACHINE SUPPORT
882 M:      Sergey Lapin <slapin@ossfans.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885
886 ARM/AJECO 1ARM MACHINE SUPPORT
887 M:      Lennert Buytenhek <kernel@wantstofly.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890
891 ARM/Allwinner A1X SoC support
892 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
894 S:      Maintained
895 N:      sun[x4567]i
896
897 ARM/Allwinner SoC Clock Support
898 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
899 S:      Maintained
900 F:      drivers/clk/sunxi/
901
902 ARM/Amlogic MesonX SoC support
903 M:      Carlo Caione <carlo@caione.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      drivers/media/rc/meson-ir.c
907 N:      meson[x68]
908
909 ARM/Annapurna Labs ALPINE ARCHITECTURE
910 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
911 S:      Maintained
912 F:      arch/arm/mach-alpine/
913
914 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
916 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
917 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 W:      http://www.linux4sam.org
920 S:      Supported
921 F:      arch/arm/mach-at91/
922 F:      include/soc/at91/
923 F:      arch/arm/boot/dts/at91*.dts
924 F:      arch/arm/boot/dts/at91*.dtsi
925 F:      arch/arm/boot/dts/sama*.dts
926 F:      arch/arm/boot/dts/sama*.dtsi
927 F:      arch/arm/include/debug/at91.S
928
929 ARM/ATMEL AT91 Clock Support
930 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
931 S:      Maintained
932 F:      drivers/clk/at91
933
934 ARM/CALXEDA HIGHBANK ARCHITECTURE
935 M:      Rob Herring <robh@kernel.org>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 S:      Maintained
938 F:      arch/arm/mach-highbank/
939
940 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
941 M:      Krzysztof Halasa <khalasa@piap.pl>
942 S:      Maintained
943 F:      arch/arm/mach-cns3xxx/
944
945 ARM/CAVIUM THUNDER NETWORK DRIVER
946 M:      Sunil Goutham <sgoutham@cavium.com>
947 M:      Robert Richter <rric@kernel.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Supported
950 F:      drivers/net/ethernet/cavium/thunder/
951
952 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
953 M:      Alexander Shiyan <shc_work@mail.ru>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Odd Fixes
956 N:      clps711x
957
958 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
959 M:      Hartley Sweeten <hsweeten@visionengravers.com>
960 M:      Ryan Mallon <rmallon@gmail.com>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Maintained
963 F:      arch/arm/mach-ep93xx/
964 F:      arch/arm/mach-ep93xx/include/mach/
965
966 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
967 M:      Lennert Buytenhek <kernel@wantstofly.org>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970
971 ARM/CLKDEV SUPPORT
972 M:      Russell King <linux@arm.linux.org.uk>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S:      Maintained
975 F:      arch/arm/include/asm/clkdev.h
976 F:      drivers/clk/clkdev.c
977
978 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
979 M:      Mike Rapoport <mike@compulab.co.il>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982
983 ARM/CONTEC MICRO9 MACHINE SUPPORT
984 M:      Hubert Feurstein <hubert.feurstein@contec.at>
985 S:      Maintained
986 F:      arch/arm/mach-ep93xx/micro9.c
987
988 ARM/CORESIGHT FRAMEWORK AND DRIVERS
989 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 F:      drivers/hwtracing/coresight/*
993 F:      Documentation/trace/coresight.txt
994 F:      Documentation/devicetree/bindings/arm/coresight.txt
995 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
996
997 ARM/CORGI MACHINE SUPPORT
998 M:      Richard Purdie <rpurdie@rpsys.net>
999 S:      Maintained
1000
1001 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1002 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 T:      git git://github.com/ulli-kroll/linux.git
1005 S:      Maintained
1006 F:      arch/arm/mach-gemini/
1007 F:      drivers/rtc/rtc-gemini.c
1008
1009 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1010 M:      Barry Song <baohua@kernel.org>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1013 S:      Maintained
1014 F:      arch/arm/mach-prima2/
1015 F:      drivers/clk/sirf/
1016 F:      drivers/clocksource/timer-prima2.c
1017 F:      drivers/clocksource/timer-atlas7.c
1018 N:      [^a-z]sirf
1019
1020 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1021 M:      Baruch Siach <baruch@tkos.co.il>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 F:      arch/arm/boot/dts/cx92755*
1025 N:      digicolor
1026
1027 ARM/EBSA110 MACHINE SUPPORT
1028 M:      Russell King <linux@arm.linux.org.uk>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 W:      http://www.arm.linux.org.uk/
1031 S:      Maintained
1032 F:      arch/arm/mach-ebsa110/
1033 F:      drivers/net/ethernet/amd/am79c961a.*
1034
1035 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1036 M:      Uwe Kleine-König <kernel@pengutronix.de>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039 N:      efm32
1040
1041 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1042 M:      Daniel Ribeiro <drwyrm@gmail.com>
1043 M:      Stefan Schmidt <stefan@openezx.org>
1044 M:      Harald Welte <laforge@openezx.org>
1045 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1046 W:      http://www.openezx.org/
1047 S:      Maintained
1048 T:      topgit git://git.openezx.org/openezx.git
1049 F:      arch/arm/mach-pxa/ezx.c
1050
1051 ARM/FARADAY FA526 PORT
1052 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 T:      git git://git.berlios.de/gemini-board
1056 F:      arch/arm/mm/*-fa*
1057
1058 ARM/FOOTBRIDGE ARCHITECTURE
1059 M:      Russell King <linux@arm.linux.org.uk>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 W:      http://www.arm.linux.org.uk/
1062 S:      Maintained
1063 F:      arch/arm/include/asm/hardware/dec21285.h
1064 F:      arch/arm/mach-footbridge/
1065
1066 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1067 M:      Shawn Guo <shawnguo@kernel.org>
1068 M:      Sascha Hauer <kernel@pengutronix.de>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1072 F:      arch/arm/mach-imx/
1073 F:      arch/arm/mach-mxs/
1074 F:      arch/arm/boot/dts/imx*
1075 F:      arch/arm/configs/imx*_defconfig
1076 F:      drivers/clk/imx/
1077 F:      include/soc/imx/
1078
1079 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1080 M:      Shawn Guo <shawnguo@kernel.org>
1081 M:      Sascha Hauer <kernel@pengutronix.de>
1082 R:      Stefan Agner <stefan@agner.ch>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1086 F:      arch/arm/mach-imx/*vf610*
1087 F:      arch/arm/boot/dts/vf*
1088
1089 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1090 M:      Lennert Buytenhek <kernel@wantstofly.org>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093
1094 ARM/GUMSTIX MACHINE SUPPORT
1095 M:      Steve Sakoman <sakoman@gmail.com>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098
1099 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1100 M:      Philipp Zabel <philipp.zabel@gmail.com>
1101 M:      Paul Parsons <lost.distance@yahoo.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104 F:      arch/arm/mach-pxa/hx4700.c
1105 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1106 F:      sound/soc/pxa/hx4700.c
1107
1108 ARM/HISILICON SOC SUPPORT
1109 M:      Wei Xu <xuwei5@hisilicon.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 W:      http://www.hisilicon.com
1112 S:      Supported
1113 T:      git git://github.com/hisilicon/linux-hisi.git
1114 F:      arch/arm/mach-hisi/
1115
1116 ARM/HP JORNADA 7XX MACHINE SUPPORT
1117 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1118 W:      www.jlime.com
1119 S:      Maintained
1120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1121 F:      arch/arm/mach-sa1100/jornada720.c
1122 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1123
1124 ARM/IGEP MACHINE SUPPORT
1125 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1126 M:      Javier Martinez Canillas <javier@dowhile0.org>
1127 L:      linux-omap@vger.kernel.org
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130 F:      arch/arm/boot/dts/omap3-igep*
1131
1132 ARM/INCOME PXA270 SUPPORT
1133 M:      Marek Vasut <marek.vasut@gmail.com>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1137
1138 ARM/INTEL IOP32X ARM ARCHITECTURE
1139 M:      Lennert Buytenhek <kernel@wantstofly.org>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142
1143 ARM/INTEL IOP33X ARM ARCHITECTURE
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Orphan
1146
1147 ARM/INTEL IOP13XX ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IQ81342EX MACHINE SUPPORT
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/INTEL IXDP2850 MACHINE SUPPORT
1158 M:      Lennert Buytenhek <kernel@wantstofly.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161
1162 ARM/INTEL IXP4XX ARM ARCHITECTURE
1163 M:      Imre Kaloz <kaloz@openwrt.org>
1164 M:      Krzysztof Halasa <khalasa@piap.pl>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167 F:      arch/arm/mach-ixp4xx/
1168
1169 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1170 M:      Jonathan Cameron <jic23@cam.ac.uk>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-pxa/stargate2.c
1174 F:      drivers/pcmcia/pxa2xx_stargate2.c
1175
1176 ARM/INTEL XSC3 (MANZANO) ARM CORE
1177 M:      Lennert Buytenhek <kernel@wantstofly.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180
1181 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1182 M:      Lennert Buytenhek <kernel@wantstofly.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185
1186 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1187 M:      Santosh Shilimkar <ssantosh@kernel.org>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S:      Maintained
1190 F:      arch/arm/mach-keystone/
1191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1192
1193 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-kernel@vger.kernel.org
1196 S:      Maintained
1197 F:      drivers/clk/keystone/
1198
1199 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1200 M:      Santosh Shilimkar <ssantosh@kernel.org>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clocksource/timer-keystone.c
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-kernel@vger.kernel.org
1209 S:      Maintained
1210 F:      drivers/power/reset/keystone-reset.c
1211
1212 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1213 M:      Santosh Shilimkar <ssantosh@kernel.org>
1214 L:      linux-kernel@vger.kernel.org
1215 S:      Maintained
1216 F:      drivers/memory/*emif*
1217
1218 ARM/LOGICPD PXA270 MACHINE SUPPORT
1219 M:      Lennert Buytenhek <kernel@wantstofly.org>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222
1223 ARM/LPC18XX ARCHITECTURE
1224 M:      Joachim Eastwood <manabian@gmail.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 N:      lpc18xx
1228
1229 ARM/MAGICIAN MACHINE SUPPORT
1230 M:      Philipp Zabel <philipp.zabel@gmail.com>
1231 S:      Maintained
1232
1233 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1234 M:      Jason Cooper <jason@lakedaemon.net>
1235 M:      Andrew Lunn <andrew@lunn.ch>
1236 M:      Gregory Clement <gregory.clement@free-electrons.com>
1237 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S:      Maintained
1240 F:      arch/arm/mach-mvebu/
1241 F:      drivers/rtc/rtc-armada38x.c
1242 F:      arch/arm/boot/dts/armada*
1243 F:      arch/arm/boot/dts/kirkwood*
1244
1245
1246 ARM/Marvell Berlin SoC support
1247 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-berlin/
1251 F:      arch/arm/boot/dts/berlin*
1252
1253
1254 ARM/Marvell Dove/MV78xx0/Orion SOC support
1255 M:      Jason Cooper <jason@lakedaemon.net>
1256 M:      Andrew Lunn <andrew@lunn.ch>
1257 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1258 M:      Gregory Clement <gregory.clement@free-electrons.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261 F:      arch/arm/mach-dove/
1262 F:      arch/arm/mach-mv78xx0/
1263 F:      arch/arm/mach-orion5x/
1264 F:      arch/arm/plat-orion/
1265 F:      arch/arm/boot/dts/dove*
1266 F:      arch/arm/boot/dts/orion5x*
1267
1268
1269 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1270 M:      Alexander Clouter <alex@digriz.org.uk>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 W:      http://www.digriz.org.uk/ts78xx/kernel
1273 S:      Maintained
1274 F:      arch/arm/mach-orion5x/ts78xx-*
1275
1276 ARM/Mediatek RTC DRIVER
1277 M:      Eddie Huang <eddie.huang@mediatek.com>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281 F:      drivers/rtc/rtc-mt6397.c
1282
1283 ARM/Mediatek SoC support
1284 M:      Matthias Brugger <matthias.bgg@gmail.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:      arch/arm/boot/dts/mt6*
1289 F:      arch/arm/boot/dts/mt8*
1290 F:      arch/arm/mach-mediatek/
1291 N:      mtk
1292 K:      mediatek
1293
1294 ARM/MICREL KS8695 ARCHITECTURE
1295 M:      Greg Ungerer <gerg@uclinux.org>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 F:      arch/arm/mach-ks8695/
1298 S:      Odd Fixes
1299
1300 ARM/MIOA701 MACHINE SUPPORT
1301 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 F:      arch/arm/mach-pxa/mioa701.c
1304 S:      Maintained
1305
1306 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1307 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1308 S:      Maintained
1309
1310 ARM/NOMADIK ARCHITECTURE
1311 M:      Alessandro Rubini <rubini@unipv.it>
1312 M:      Linus Walleij <linus.walleij@linaro.org>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 S:      Maintained
1315 F:      arch/arm/mach-nomadik/
1316 F:      drivers/pinctrl/nomadik/
1317 F:      drivers/i2c/busses/i2c-nomadik.c
1318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1319
1320 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1321 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1322 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1323 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1324 S:      Supported
1325
1326 ARM/TOSA MACHINE SUPPORT
1327 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1328 M:      Dirk Opfer <dirk@opfer-online.de>
1329 S:      Maintained
1330
1331 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1332 M:      Marek Vasut <marek.vasut@gmail.com>
1333 L:      linux-arm-kernel@lists.infradead.org
1334 W:      http://hackndev.com
1335 S:      Maintained
1336 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1337 F:      arch/arm/mach-pxa/palmtx.c
1338 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1339 F:      arch/arm/mach-pxa/palmt5.c
1340 F:      arch/arm/mach-pxa/include/mach/palmld.h
1341 F:      arch/arm/mach-pxa/palmld.c
1342 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1343 F:      arch/arm/mach-pxa/palmte2.c
1344 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1345 F:      arch/arm/mach-pxa/palmtc.c
1346
1347 ARM/PALM TREO SUPPORT
1348 M:      Tomas Cech <sleep_walker@suse.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1353 F:      arch/arm/mach-pxa/palmtreo.c
1354
1355 ARM/PALMZ72 SUPPORT
1356 M:      Sergey Lapin <slapin@ossfans.org>
1357 L:      linux-arm-kernel@lists.infradead.org
1358 W:      http://hackndev.com
1359 S:      Maintained
1360 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1361 F:      arch/arm/mach-pxa/palmz72.c
1362
1363 ARM/PLEB SUPPORT
1364 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1365 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1366 S:      Maintained
1367
1368 ARM/PT DIGITAL BOARD PORT
1369 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 W:      http://www.arm.linux.org.uk/
1372 S:      Maintained
1373
1374 ARM/QUALCOMM SUPPORT
1375 M:      Kumar Gala <galak@codeaurora.org>
1376 M:      Andy Gross <agross@codeaurora.org>
1377 M:      David Brown <davidb@codeaurora.org>
1378 L:      linux-arm-msm@vger.kernel.org
1379 L:      linux-soc@vger.kernel.org
1380 S:      Maintained
1381 F:      arch/arm/mach-qcom/
1382 F:      drivers/soc/qcom/
1383 F:      drivers/tty/serial/msm_serial.h
1384 F:      drivers/tty/serial/msm_serial.c
1385 F:      drivers/*/pm8???-*
1386 F:      drivers/mfd/ssbi.c
1387 F:      drivers/firmware/qcom_scm.c
1388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1389
1390 ARM/RADISYS ENP2611 MACHINE SUPPORT
1391 M:      Lennert Buytenhek <kernel@wantstofly.org>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394
1395 ARM/RISCPC ARCHITECTURE
1396 M:      Russell King <linux@arm.linux.org.uk>
1397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1398 W:      http://www.arm.linux.org.uk/
1399 S:      Maintained
1400 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1401 F:      arch/arm/include/asm/hardware/ioc.h
1402 F:      arch/arm/include/asm/hardware/iomd.h
1403 F:      arch/arm/include/asm/hardware/memc.h
1404 F:      arch/arm/mach-rpc/
1405 F:      drivers/net/ethernet/8390/etherh.c
1406 F:      drivers/net/ethernet/i825xx/ether1*
1407 F:      drivers/net/ethernet/seeq/ether3*
1408 F:      drivers/scsi/arm/
1409
1410 ARM/Rockchip SoC support
1411 M:      Heiko Stuebner <heiko@sntech.de>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 L:      linux-rockchip@lists.infradead.org
1414 S:      Maintained
1415 F:      arch/arm/boot/dts/rk3*
1416 F:      arch/arm/mach-rockchip/
1417 F:      drivers/clk/rockchip/
1418 F:      drivers/i2c/busses/i2c-rk3x.c
1419 F:      drivers/*/*rockchip*
1420 F:      drivers/*/*/*rockchip*
1421 F:      sound/soc/rockchip/
1422 N:      rockchip
1423
1424 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1425 M:      Kukjin Kim <kgene@kernel.org>
1426 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1427 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1429 S:      Maintained
1430 F:      arch/arm/boot/dts/s3c*
1431 F:      arch/arm/boot/dts/exynos*
1432 F:      arch/arm64/boot/dts/exynos/
1433 F:      arch/arm/plat-samsung/
1434 F:      arch/arm/mach-s3c24*/
1435 F:      arch/arm/mach-s3c64xx/
1436 F:      arch/arm/mach-s5p*/
1437 F:      arch/arm/mach-exynos*/
1438 F:      drivers/*/*s3c2410*
1439 F:      drivers/*/*/*s3c2410*
1440 F:      drivers/spi/spi-s3c*
1441 F:      sound/soc/samsung/*
1442 N:      exynos
1443
1444 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1445 M:      Kyungmin Park <kyungmin.park@samsung.com>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 S:      Maintained
1448 F:      arch/arm/mach-s5pv210/
1449
1450 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1451 M:      Kyungmin Park <kyungmin.park@samsung.com>
1452 M:      Kamil Debski <k.debski@samsung.com>
1453 L:      linux-arm-kernel@lists.infradead.org
1454 L:      linux-media@vger.kernel.org
1455 S:      Maintained
1456 F:      drivers/media/platform/s5p-g2d/
1457
1458 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1459 M:      Kyungmin Park <kyungmin.park@samsung.com>
1460 M:      Kamil Debski <k.debski@samsung.com>
1461 M:      Jeongtae Park <jtp.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org
1463 L:      linux-media@vger.kernel.org
1464 S:      Maintained
1465 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1466 F:      drivers/media/platform/s5p-mfc/
1467
1468 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1469 M:      Kyungmin Park <kyungmin.park@samsung.com>
1470 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1471 L:      linux-arm-kernel@lists.infradead.org
1472 L:      linux-media@vger.kernel.org
1473 S:      Maintained
1474 F:      drivers/media/platform/s5p-tv/
1475
1476 ARM/SHMOBILE ARM ARCHITECTURE
1477 M:      Simon Horman <horms@verge.net.au>
1478 M:      Magnus Damm <magnus.damm@gmail.com>
1479 L:      linux-sh@vger.kernel.org
1480 W:      http://oss.renesas.com
1481 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1483 S:      Supported
1484 F:      arch/arm/boot/dts/emev2*
1485 F:      arch/arm/boot/dts/r7s*
1486 F:      arch/arm/boot/dts/r8a*
1487 F:      arch/arm/boot/dts/sh*
1488 F:      arch/arm/configs/bockw_defconfig
1489 F:      arch/arm/configs/marzen_defconfig
1490 F:      arch/arm/configs/shmobile_defconfig
1491 F:      arch/arm/include/debug/renesas-scif.S
1492 F:      arch/arm/mach-shmobile/
1493 F:      drivers/sh/
1494
1495 ARM/SOCFPGA ARCHITECTURE
1496 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1497 S:      Maintained
1498 F:      arch/arm/mach-socfpga/
1499 F:      arch/arm/boot/dts/socfpga*
1500 F:      arch/arm/configs/socfpga_defconfig
1501 W:      http://www.rocketboards.org
1502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1503
1504 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1505 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1506 S:      Maintained
1507 F:      drivers/clk/socfpga/
1508
1509 ARM/SOCFPGA EDAC SUPPORT
1510 M:      Thor Thayer <tthayer@opensource.altera.com>
1511 S:      Maintained
1512 F:      drivers/edac/altera_edac.
1513
1514 ARM/STI ARCHITECTURE
1515 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1516 M:      Maxime Coquelin <maxime.coquelin@st.com>
1517 M:      Patrice Chotard <patrice.chotard@st.com>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L:      kernel@stlinux.com
1520 W:      http://www.stlinux.com
1521 S:      Maintained
1522 F:      arch/arm/mach-sti/
1523 F:      arch/arm/boot/dts/sti*
1524 F:      drivers/char/hw_random/st-rng.c
1525 F:      drivers/clocksource/arm_global_timer.c
1526 F:      drivers/clocksource/clksrc_st_lpc.c
1527 F:      drivers/i2c/busses/i2c-st.c
1528 F:      drivers/media/rc/st_rc.c
1529 F:      drivers/media/platform/sti/c8sectpfe/
1530 F:      drivers/mmc/host/sdhci-st.c
1531 F:      drivers/phy/phy-miphy28lp.c
1532 F:      drivers/phy/phy-miphy365x.c
1533 F:      drivers/phy/phy-stih407-usb.c
1534 F:      drivers/phy/phy-stih41x-usb.c
1535 F:      drivers/pinctrl/pinctrl-st.c
1536 F:      drivers/reset/sti/
1537 F:      drivers/rtc/rtc-st-lpc.c
1538 F:      drivers/tty/serial/st-asc.c
1539 F:      drivers/usb/dwc3/dwc3-st.c
1540 F:      drivers/usb/host/ehci-st.c
1541 F:      drivers/usb/host/ohci-st.c
1542 F:      drivers/watchdog/st_lpc_wdt.c
1543 F:      drivers/ata/ahci_st.c
1544
1545 ARM/STM32 ARCHITECTURE
1546 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S:      Maintained
1549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1550 N:      stm32
1551 F:      drivers/clocksource/armv7m_systick.c
1552
1553 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1554 M:      Lennert Buytenhek <kernel@wantstofly.org>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 S:      Maintained
1557
1558 ARM/TETON BGA MACHINE SUPPORT
1559 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1561 S:      Maintained
1562
1563 ARM/THECUS N2100 MACHINE SUPPORT
1564 M:      Lennert Buytenhek <kernel@wantstofly.org>
1565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 S:      Maintained
1567
1568 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1569 M:      Wan ZongShun <mcuos.com@gmail.com>
1570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 W:      http://www.mcuos.com
1572 S:      Maintained
1573 F:      arch/arm/mach-w90x900/
1574 F:      drivers/input/keyboard/w90p910_keypad.c
1575 F:      drivers/input/touchscreen/w90p910_ts.c
1576 F:      drivers/watchdog/nuc900_wdt.c
1577 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1578 F:      drivers/mtd/nand/nuc900_nand.c
1579 F:      drivers/rtc/rtc-nuc900.c
1580 F:      drivers/spi/spi-nuc900.c
1581 F:      drivers/usb/host/ehci-w90x900.c
1582 F:      drivers/video/fbdev/nuc900fb.c
1583
1584 ARM/U300 MACHINE SUPPORT
1585 M:      Linus Walleij <linus.walleij@linaro.org>
1586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 S:      Supported
1588 F:      arch/arm/mach-u300/
1589 F:      drivers/clocksource/timer-u300.c
1590 F:      drivers/i2c/busses/i2c-stu300.c
1591 F:      drivers/rtc/rtc-coh901331.c
1592 F:      drivers/watchdog/coh901327_wdt.c
1593 F:      drivers/dma/coh901318*
1594 F:      drivers/mfd/ab3100*
1595 F:      drivers/rtc/rtc-ab3100.c
1596 F:      drivers/rtc/rtc-coh901331.c
1597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1598
1599 ARM/UNIPHIER ARCHITECTURE
1600 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602 S:      Maintained
1603 F:      arch/arm/boot/dts/uniphier*
1604 F:      arch/arm/mach-uniphier/
1605 F:      drivers/pinctrl/uniphier/
1606 F:      drivers/tty/serial/8250/8250_uniphier.c
1607 N:      uniphier
1608
1609 ARM/Ux500 ARM ARCHITECTURE
1610 M:      Linus Walleij <linus.walleij@linaro.org>
1611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1612 S:      Maintained
1613 F:      arch/arm/mach-ux500/
1614 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1615 F:      drivers/dma/ste_dma40*
1616 F:      drivers/hwspinlock/u8500_hsem.c
1617 F:      drivers/mfd/abx500*
1618 F:      drivers/mfd/ab8500*
1619 F:      drivers/mfd/dbx500*
1620 F:      drivers/mfd/db8500*
1621 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1622 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1623 F:      drivers/rtc/rtc-ab8500.c
1624 F:      drivers/rtc/rtc-pl031.c
1625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1626
1627 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1628 M:      Ulf Hansson <ulf.hansson@linaro.org>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 T:      git git://git.linaro.org/people/ulfh/clk.git
1631 S:      Maintained
1632 F:      drivers/clk/ux500/
1633 F:      include/linux/platform_data/clk-ux500.h
1634
1635 ARM/VERSATILE EXPRESS PLATFORM
1636 M:      Liviu Dudau <liviu.dudau@arm.com>
1637 M:      Sudeep Holla <sudeep.holla@arm.com>
1638 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1639 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1640 S:      Maintained
1641 F:      arch/arm/boot/dts/vexpress*
1642 F:      arch/arm64/boot/dts/arm/vexpress*
1643 F:      arch/arm/mach-vexpress/
1644 F:      */*/vexpress*
1645 F:      */*/*/vexpress*
1646 F:      drivers/clk/versatile/clk-vexpress-osc.c
1647 F:      drivers/clocksource/versatile.c
1648
1649 ARM/VFP SUPPORT
1650 M:      Russell King <linux@arm.linux.org.uk>
1651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1652 W:      http://www.arm.linux.org.uk/
1653 S:      Maintained
1654 F:      arch/arm/vfp/
1655
1656 ARM/VOIPAC PXA270 SUPPORT
1657 M:      Marek Vasut <marek.vasut@gmail.com>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 S:      Maintained
1660 F:      arch/arm/mach-pxa/vpac270.c
1661 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1662
1663 ARM/VT8500 ARM ARCHITECTURE
1664 M:      Tony Prisk <linux@prisktech.co.nz>
1665 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1666 S:      Maintained
1667 F:      arch/arm/mach-vt8500/
1668 F:      drivers/clocksource/vt8500_timer.c
1669 F:      drivers/i2c/busses/i2c-wmt.c
1670 F:      drivers/mmc/host/wmt-sdmmc.c
1671 F:      drivers/pwm/pwm-vt8500.c
1672 F:      drivers/rtc/rtc-vt8500.c
1673 F:      drivers/tty/serial/vt8500_serial.c
1674 F:      drivers/usb/host/ehci-platform.c
1675 F:      drivers/usb/host/uhci-platform.c
1676 F:      drivers/video/fbdev/vt8500lcdfb.*
1677 F:      drivers/video/fbdev/wm8505fb*
1678 F:      drivers/video/fbdev/wmt_ge_rops.*
1679
1680 ARM/ZIPIT Z2 SUPPORT
1681 M:      Marek Vasut <marek.vasut@gmail.com>
1682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683 S:      Maintained
1684 F:      arch/arm/mach-pxa/z2.c
1685 F:      arch/arm/mach-pxa/include/mach/z2.h
1686
1687 ARM/ZTE ARCHITECTURE
1688 M:      Jun Nie <jun.nie@linaro.org>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 S:      Maintained
1691 F:      arch/arm/mach-zx/
1692 F:      drivers/clk/zte/
1693 F:      Documentation/devicetree/bindings/arm/zte.txt
1694 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1695
1696 ARM/ZYNQ ARCHITECTURE
1697 M:      Michal Simek <michal.simek@xilinx.com>
1698 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 W:      http://wiki.xilinx.com
1701 T:      git https://github.com/Xilinx/linux-xlnx.git
1702 S:      Supported
1703 F:      arch/arm/mach-zynq/
1704 F:      drivers/cpuidle/cpuidle-zynq.c
1705 F:      drivers/block/xsysace.c
1706 N:      zynq
1707 N:      xilinx
1708 F:      drivers/clocksource/cadence_ttc_timer.c
1709 F:      drivers/i2c/busses/i2c-cadence.c
1710 F:      drivers/mmc/host/sdhci-of-arasan.c
1711 F:      drivers/edac/synopsys_edac.c
1712
1713 ARM SMMU DRIVERS
1714 M:      Will Deacon <will.deacon@arm.com>
1715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1716 S:      Maintained
1717 F:      drivers/iommu/arm-smmu.c
1718 F:      drivers/iommu/arm-smmu-v3.c
1719 F:      drivers/iommu/io-pgtable-arm.c
1720
1721 ARM64 PORT (AARCH64 ARCHITECTURE)
1722 M:      Catalin Marinas <catalin.marinas@arm.com>
1723 M:      Will Deacon <will.deacon@arm.com>
1724 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1725 S:      Maintained
1726 F:      arch/arm64/
1727 F:      Documentation/arm64/
1728
1729 AS3645A LED FLASH CONTROLLER DRIVER
1730 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1731 L:      linux-media@vger.kernel.org
1732 T:      git git://linuxtv.org/media_tree.git
1733 S:      Maintained
1734 F:      drivers/media/i2c/as3645a.c
1735 F:      include/media/as3645a.h
1736
1737 ASC7621 HARDWARE MONITOR DRIVER
1738 M:      George Joseph <george.joseph@fairview5.com>
1739 L:      lm-sensors@lm-sensors.org
1740 S:      Maintained
1741 F:      Documentation/hwmon/asc7621
1742 F:      drivers/hwmon/asc7621.c
1743
1744 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1745 M:      Corentin Chary <corentin.chary@gmail.com>
1746 L:      acpi4asus-user@lists.sourceforge.net
1747 L:      platform-driver-x86@vger.kernel.org
1748 W:      http://acpi4asus.sf.net
1749 S:      Maintained
1750 F:      drivers/platform/x86/asus*.c
1751 F:      drivers/platform/x86/eeepc*.c
1752
1753 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1754 R:      Dan Williams <dan.j.williams@intel.com>
1755 W:      http://sourceforge.net/projects/xscaleiop
1756 S:      Odd fixes
1757 F:      Documentation/crypto/async-tx-api.txt
1758 F:      crypto/async_tx/
1759 F:      drivers/dma/
1760 F:      include/linux/dmaengine.h
1761 F:      include/linux/async_tx.h
1762
1763 AT24 EEPROM DRIVER
1764 M:      Wolfram Sang <wsa@the-dreams.de>
1765 L:      linux-i2c@vger.kernel.org
1766 S:      Maintained
1767 F:      drivers/misc/eeprom/at24.c
1768 F:      include/linux/platform_data/at24.h
1769
1770 ATA OVER ETHERNET (AOE) DRIVER
1771 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1772 W:      http://www.openaoe.org/
1773 S:      Supported
1774 F:      Documentation/aoe/
1775 F:      drivers/block/aoe/
1776
1777 ATHEROS ATH GENERIC UTILITIES
1778 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1779 L:      linux-wireless@vger.kernel.org
1780 S:      Supported
1781 F:      drivers/net/wireless/ath/*
1782
1783 ATHEROS ATH5K WIRELESS DRIVER
1784 M:      Jiri Slaby <jirislaby@gmail.com>
1785 M:      Nick Kossifidis <mickflemm@gmail.com>
1786 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1787 L:      linux-wireless@vger.kernel.org
1788 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1789 S:      Maintained
1790 F:      drivers/net/wireless/ath/ath5k/
1791
1792 ATHEROS ATH6KL WIRELESS DRIVER
1793 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1794 L:      linux-wireless@vger.kernel.org
1795 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1796 T:      git git://github.com/kvalo/ath.git
1797 S:      Supported
1798 F:      drivers/net/wireless/ath/ath6kl/
1799
1800 WILOCITY WIL6210 WIRELESS DRIVER
1801 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1802 L:      linux-wireless@vger.kernel.org
1803 L:      wil6210@qca.qualcomm.com
1804 S:      Supported
1805 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1806 F:      drivers/net/wireless/ath/wil6210/
1807 F:      include/uapi/linux/wil6210_uapi.h
1808
1809 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1810 M:      Christian Lamparter <chunkeey@googlemail.com>
1811 L:      linux-wireless@vger.kernel.org
1812 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1813 S:      Maintained
1814 F:      drivers/net/wireless/ath/carl9170/
1815
1816 ATK0110 HWMON DRIVER
1817 M:      Luca Tettamanti <kronos.it@gmail.com>
1818 L:      lm-sensors@lm-sensors.org
1819 S:      Maintained
1820 F:      drivers/hwmon/asus_atk0110.c
1821
1822 ATI_REMOTE2 DRIVER
1823 M:      Ville Syrjala <syrjala@sci.fi>
1824 S:      Maintained
1825 F:      drivers/input/misc/ati_remote2.c
1826
1827 ATLX ETHERNET DRIVERS
1828 M:      Jay Cliburn <jcliburn@gmail.com>
1829 M:      Chris Snook <chris.snook@gmail.com>
1830 L:      netdev@vger.kernel.org
1831 W:      http://sourceforge.net/projects/atl1
1832 W:      http://atl1.sourceforge.net
1833 S:      Maintained
1834 F:      drivers/net/ethernet/atheros/
1835
1836 ATM
1837 M:      Chas Williams <3chas3@gmail.com>
1838 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1839 L:      netdev@vger.kernel.org
1840 W:      http://linux-atm.sourceforge.net
1841 S:      Maintained
1842 F:      drivers/atm/
1843 F:      include/linux/atm*
1844 F:      include/uapi/linux/atm*
1845
1846 ATMEL AT91 / AT32 MCI DRIVER
1847 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1848 S:      Maintained
1849 F:      drivers/mmc/host/atmel-mci.c
1850 F:      drivers/mmc/host/atmel-mci-regs.h
1851
1852 ATMEL AT91 / AT32 SERIAL DRIVER
1853 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1854 S:      Supported
1855 F:      drivers/tty/serial/atmel_serial.c
1856
1857 ATMEL Audio ALSA driver
1858 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1859 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1860 S:      Supported
1861 F:      sound/soc/atmel
1862
1863 ATMEL DMA DRIVER
1864 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1866 S:      Supported
1867 F:      drivers/dma/at_hdmac.c
1868 F:      drivers/dma/at_hdmac_regs.h
1869 F:      include/linux/platform_data/dma-atmel.h
1870
1871 ATMEL XDMA DRIVER
1872 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1873 L:      linux-arm-kernel@lists.infradead.org
1874 L:      dmaengine@vger.kernel.org
1875 S:      Supported
1876 F:      drivers/dma/at_xdmac.c
1877
1878 ATMEL I2C DRIVER
1879 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1880 L:      linux-i2c@vger.kernel.org
1881 S:      Supported
1882 F:      drivers/i2c/busses/i2c-at91.c
1883
1884 ATMEL ISI DRIVER
1885 M:      Josh Wu <josh.wu@atmel.com>
1886 L:      linux-media@vger.kernel.org
1887 S:      Supported
1888 F:      drivers/media/platform/soc_camera/atmel-isi.c
1889 F:      include/media/atmel-isi.h
1890
1891 ATMEL LCDFB DRIVER
1892 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1893 L:      linux-fbdev@vger.kernel.org
1894 S:      Maintained
1895 F:      drivers/video/fbdev/atmel_lcdfb.c
1896 F:      include/video/atmel_lcdc.h
1897
1898 ATMEL MACB ETHERNET DRIVER
1899 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1900 S:      Supported
1901 F:      drivers/net/ethernet/cadence/
1902
1903 ATMEL NAND DRIVER
1904 M:      Josh Wu <josh.wu@atmel.com>
1905 L:      linux-mtd@lists.infradead.org
1906 S:      Supported
1907 F:      drivers/mtd/nand/atmel_nand*
1908
1909 ATMEL SDMMC DRIVER
1910 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1911 L:      linux-mmc@vger.kernel.org
1912 S:      Supported
1913 F:      drivers/mmc/host/sdhci-of-at91.c
1914
1915 ATMEL SPI DRIVER
1916 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1917 S:      Supported
1918 F:      drivers/spi/spi-atmel.*
1919
1920 ATMEL SSC DRIVER
1921 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 S:      Supported
1924 F:      drivers/misc/atmel-ssc.c
1925 F:      include/linux/atmel-ssc.h
1926
1927 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1928 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1930 S:      Supported
1931 F:      drivers/misc/atmel_tclib.c
1932 F:      drivers/clocksource/tcb_clksrc.c
1933
1934 ATMEL USBA UDC DRIVER
1935 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1937 S:      Supported
1938 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1939
1940 ATMEL WIRELESS DRIVER
1941 M:      Simon Kelley <simon@thekelleys.org.uk>
1942 L:      linux-wireless@vger.kernel.org
1943 W:      http://www.thekelleys.org.uk/atmel
1944 W:      http://atmelwlandriver.sourceforge.net/
1945 S:      Maintained
1946 F:      drivers/net/wireless/atmel*
1947
1948 ATMEL MAXTOUCH DRIVER
1949 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1950 T:      git git://github.com/atmel-maxtouch/linux.git
1951 S:      Supported
1952 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1953 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1954 F:      include/linux/platform_data/atmel_mxt_ts.h
1955
1956 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1957 M:      Bradley Grove <linuxdrivers@attotech.com>
1958 L:      linux-scsi@vger.kernel.org
1959 W:      http://www.attotech.com
1960 S:      Supported
1961 F:      drivers/scsi/esas2r
1962
1963 ATUSB IEEE 802.15.4 RADIO DRIVER
1964 M:      Stefan Schmidt <stefan@osg.samsung.com>
1965 L:      linux-wpan@vger.kernel.org
1966 S:      Maintained
1967 F:      drivers/net/ieee802154/atusb.c
1968 F:      drivers/net/ieee802154/atusb.h
1969 F:      drivers/net/ieee802154/at86rf230.h
1970
1971 AUDIT SUBSYSTEM
1972 M:      Paul Moore <paul@paul-moore.com>
1973 M:      Eric Paris <eparis@redhat.com>
1974 L:      linux-audit@redhat.com (moderated for non-subscribers)
1975 W:      http://people.redhat.com/sgrubb/audit/
1976 T:      git git://git.infradead.org/users/pcmoore/audit
1977 S:      Maintained
1978 F:      include/linux/audit.h
1979 F:      include/uapi/linux/audit.h
1980 F:      kernel/audit*
1981
1982 AUXILIARY DISPLAY DRIVERS
1983 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1984 W:      http://miguelojeda.es/auxdisplay.htm
1985 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1986 S:      Maintained
1987 F:      drivers/auxdisplay/
1988 F:      include/linux/cfag12864b.h
1989
1990 AVR32 ARCHITECTURE
1991 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1992 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1993 W:      http://www.atmel.com/products/AVR32/
1994 W:      http://mirror.egtvedt.no/avr32linux.org/
1995 W:      http://avrfreaks.net/
1996 S:      Maintained
1997 F:      arch/avr32/
1998
1999 AVR32/AT32AP MACHINE SUPPORT
2000 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2001 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2002 S:      Maintained
2003 F:      arch/avr32/mach-at32ap/
2004
2005 AX.25 NETWORK LAYER
2006 M:      Ralf Baechle <ralf@linux-mips.org>
2007 L:      linux-hams@vger.kernel.org
2008 W:      http://www.linux-ax25.org/
2009 S:      Maintained
2010 F:      include/uapi/linux/ax25.h
2011 F:      include/net/ax25.h
2012 F:      net/ax25/
2013
2014 AZ6007 DVB DRIVER
2015 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016 L:      linux-media@vger.kernel.org
2017 W:      http://linuxtv.org
2018 T:      git git://linuxtv.org/media_tree.git
2019 S:      Maintained
2020 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2021
2022 AZTECH FM RADIO RECEIVER DRIVER
2023 M:      Hans Verkuil <hverkuil@xs4all.nl>
2024 L:      linux-media@vger.kernel.org
2025 T:      git git://linuxtv.org/media_tree.git
2026 W:      http://linuxtv.org
2027 S:      Maintained
2028 F:      drivers/media/radio/radio-aztech*
2029
2030 B43 WIRELESS DRIVER
2031 L:      linux-wireless@vger.kernel.org
2032 L:      b43-dev@lists.infradead.org
2033 W:      http://wireless.kernel.org/en/users/Drivers/b43
2034 S:      Odd Fixes
2035 F:      drivers/net/wireless/b43/
2036
2037 B43LEGACY WIRELESS DRIVER
2038 M:      Larry Finger <Larry.Finger@lwfinger.net>
2039 L:      linux-wireless@vger.kernel.org
2040 L:      b43-dev@lists.infradead.org
2041 W:      http://wireless.kernel.org/en/users/Drivers/b43
2042 S:      Maintained
2043 F:      drivers/net/wireless/b43legacy/
2044
2045 BACKLIGHT CLASS/SUBSYSTEM
2046 M:      Jingoo Han <jingoohan1@gmail.com>
2047 M:      Lee Jones <lee.jones@linaro.org>
2048 S:      Maintained
2049 F:      drivers/video/backlight/
2050 F:      include/linux/backlight.h
2051
2052 BATMAN ADVANCED
2053 M:      Marek Lindner <mareklindner@neomailbox.ch>
2054 M:      Simon Wunderlich <sw@simonwunderlich.de>
2055 M:      Antonio Quartulli <antonio@meshcoding.com>
2056 L:      b.a.t.m.a.n@lists.open-mesh.org
2057 W:      http://www.open-mesh.org/
2058 S:      Maintained
2059 F:      net/batman-adv/
2060
2061 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2062 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2063 L:      linux-hams@vger.kernel.org
2064 W:      http://www.baycom.org/~tom/ham/ham.html
2065 S:      Maintained
2066 F:      drivers/net/hamradio/baycom*
2067
2068 BCACHE (BLOCK LAYER CACHE)
2069 M:      Kent Overstreet <kent.overstreet@gmail.com>
2070 L:      linux-bcache@vger.kernel.org
2071 W:      http://bcache.evilpiepirate.org
2072 S:      Maintained
2073 F:      drivers/md/bcache/
2074
2075 BDISP ST MEDIA DRIVER
2076 M:      Fabien Dessenne <fabien.dessenne@st.com>
2077 L:      linux-media@vger.kernel.org
2078 T:      git git://linuxtv.org/media_tree.git
2079 W:      http://linuxtv.org
2080 S:      Supported
2081 F:      drivers/media/platform/sti/bdisp
2082
2083 BEFS FILE SYSTEM
2084 S:      Orphan
2085 F:      Documentation/filesystems/befs.txt
2086 F:      fs/befs/
2087
2088 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2089 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2090 L:      netdev@vger.kernel.org
2091 S:      Maintained
2092 F:      drivers/net/ethernet/ec_bhf.c
2093
2094 BFS FILE SYSTEM
2095 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2096 S:      Maintained
2097 F:      Documentation/filesystems/bfs.txt
2098 F:      fs/bfs/
2099 F:      include/uapi/linux/bfs_fs.h
2100
2101 BLACKFIN ARCHITECTURE
2102 M:      Steven Miao <realmz6@gmail.com>
2103 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2104 T:      git git://git.code.sf.net/p/adi-linux/code
2105 W:      http://blackfin.uclinux.org
2106 S:      Supported
2107 F:      arch/blackfin/
2108
2109 BLACKFIN EMAC DRIVER
2110 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2111 W:      http://blackfin.uclinux.org
2112 S:      Supported
2113 F:      drivers/net/ethernet/adi/
2114
2115 BLACKFIN RTC 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/rtc/rtc-bfin.c
2120
2121 BLACKFIN SDH DRIVER
2122 M:      Sonic Zhang <sonic.zhang@analog.com>
2123 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2124 W:      http://blackfin.uclinux.org
2125 S:      Supported
2126 F:      drivers/mmc/host/bfin_sdh.c
2127
2128 BLACKFIN SERIAL DRIVER
2129 M:      Sonic Zhang <sonic.zhang@analog.com>
2130 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2131 W:      http://blackfin.uclinux.org
2132 S:      Supported
2133 F:      drivers/tty/serial/bfin_uart.c
2134
2135 BLACKFIN WATCHDOG DRIVER
2136 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2137 W:      http://blackfin.uclinux.org
2138 S:      Supported
2139 F:      drivers/watchdog/bfin_wdt.c
2140
2141 BLACKFIN I2C TWI DRIVER
2142 M:      Sonic Zhang <sonic.zhang@analog.com>
2143 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2144 W:      http://blackfin.uclinux.org/
2145 S:      Supported
2146 F:      drivers/i2c/busses/i2c-bfin-twi.c
2147
2148 BLACKFIN MEDIA DRIVER
2149 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2150 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2151 W:      http://blackfin.uclinux.org/
2152 S:      Supported
2153 F:      drivers/media/platform/blackfin/
2154 F:      drivers/media/i2c/adv7183*
2155 F:      drivers/media/i2c/vs6624*
2156
2157 BLINKM RGB LED DRIVER
2158 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2159 S:      Maintained
2160 F:      drivers/leds/leds-blinkm.c
2161
2162 BLOCK LAYER
2163 M:      Jens Axboe <axboe@kernel.dk>
2164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2165 S:      Maintained
2166 F:      block/
2167 F:      kernel/trace/blktrace.c
2168
2169 BLOCK2MTD DRIVER
2170 M:      Joern Engel <joern@lazybastard.org>
2171 L:      linux-mtd@lists.infradead.org
2172 S:      Maintained
2173 F:      drivers/mtd/devices/block2mtd.c
2174
2175 BLUETOOTH DRIVERS
2176 M:      Marcel Holtmann <marcel@holtmann.org>
2177 M:      Gustavo Padovan <gustavo@padovan.org>
2178 M:      Johan Hedberg <johan.hedberg@gmail.com>
2179 L:      linux-bluetooth@vger.kernel.org
2180 W:      http://www.bluez.org/
2181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2183 S:      Maintained
2184 F:      drivers/bluetooth/
2185
2186 BLUETOOTH SUBSYSTEM
2187 M:      Marcel Holtmann <marcel@holtmann.org>
2188 M:      Gustavo Padovan <gustavo@padovan.org>
2189 M:      Johan Hedberg <johan.hedberg@gmail.com>
2190 L:      linux-bluetooth@vger.kernel.org
2191 W:      http://www.bluez.org/
2192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2194 S:      Maintained
2195 F:      net/bluetooth/
2196 F:      include/net/bluetooth/
2197
2198 BONDING DRIVER
2199 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2200 M:      Veaceslav Falico <vfalico@gmail.com>
2201 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2202 L:      netdev@vger.kernel.org
2203 W:      http://sourceforge.net/projects/bonding/
2204 S:      Supported
2205 F:      drivers/net/bonding/
2206 F:      include/uapi/linux/if_bonding.h
2207
2208 BPF (Safe dynamic programs and tools)
2209 M:      Alexei Starovoitov <ast@kernel.org>
2210 L:      netdev@vger.kernel.org
2211 L:      linux-kernel@vger.kernel.org
2212 S:      Supported
2213 F:      kernel/bpf/
2214
2215 BROADCOM B44 10/100 ETHERNET DRIVER
2216 M:      Gary Zambrano <zambrano@broadcom.com>
2217 L:      netdev@vger.kernel.org
2218 S:      Supported
2219 F:      drivers/net/ethernet/broadcom/b44.*
2220
2221 BROADCOM GENET ETHERNET DRIVER
2222 M:      Florian Fainelli <f.fainelli@gmail.com>
2223 L:      netdev@vger.kernel.org
2224 S:      Supported
2225 F:      drivers/net/ethernet/broadcom/genet/
2226
2227 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2228 M:      Sony Chacko <sony.chacko@qlogic.com>
2229 M:      Dept-HSGLinuxNICDev@qlogic.com
2230 L:      netdev@vger.kernel.org
2231 S:      Supported
2232 F:      drivers/net/ethernet/broadcom/bnx2.*
2233 F:      drivers/net/ethernet/broadcom/bnx2_*
2234
2235 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2236 M:      Ariel Elior <ariel.elior@qlogic.com>
2237 L:      netdev@vger.kernel.org
2238 S:      Supported
2239 F:      drivers/net/ethernet/broadcom/bnx2x/
2240
2241 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2242 M:      Florian Fainelli <f.fainelli@gmail.com>
2243 M:      Ray Jui <rjui@broadcom.com>
2244 M:      Scott Branden <sbranden@broadcom.com>
2245 L:      bcm-kernel-feedback-list@broadcom.com
2246 T:      git git://github.com/broadcom/mach-bcm
2247 S:      Maintained
2248 F:      arch/arm/mach-bcm/
2249 F:      arch/arm/boot/dts/bcm113*
2250 F:      arch/arm/boot/dts/bcm216*
2251 F:      arch/arm/boot/dts/bcm281*
2252 F:      arch/arm/configs/bcm_defconfig
2253 F:      drivers/mmc/host/sdhci-bcm-kona.c
2254 F:      drivers/clocksource/bcm_kona_timer.c
2255
2256 BROADCOM BCM2835 ARM ARCHITECTURE
2257 M:      Stephen Warren <swarren@wwwdotorg.org>
2258 M:      Lee Jones <lee@kernel.org>
2259 M:      Eric Anholt <eric@anholt.net>
2260 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2263 S:      Maintained
2264 N:      bcm2835
2265
2266 BROADCOM BCM33XX MIPS ARCHITECTURE
2267 M:      Kevin Cernekee <cernekee@gmail.com>
2268 L:      linux-mips@linux-mips.org
2269 S:      Maintained
2270 F:      arch/mips/bcm3384/*
2271 F:      arch/mips/include/asm/mach-bcm3384/*
2272 F:      arch/mips/kernel/*bmips*
2273
2274 BROADCOM BCM47XX MIPS ARCHITECTURE
2275 M:      Hauke Mehrtens <hauke@hauke-m.de>
2276 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2277 L:      linux-mips@linux-mips.org
2278 S:      Maintained
2279 F:      arch/mips/bcm47xx/*
2280 F:      arch/mips/include/asm/mach-bcm47xx/*
2281
2282 BROADCOM BCM5301X ARM ARCHITECTURE
2283 M:      Hauke Mehrtens <hauke@hauke-m.de>
2284 L:      linux-arm-kernel@lists.infradead.org
2285 S:      Maintained
2286 F:      arch/arm/mach-bcm/bcm_5301x.c
2287 F:      arch/arm/boot/dts/bcm5301x.dtsi
2288 F:      arch/arm/boot/dts/bcm470*
2289
2290 BROADCOM BCM63XX ARM ARCHITECTURE
2291 M:      Florian Fainelli <f.fainelli@gmail.com>
2292 L:      linux-arm-kernel@lists.infradead.org
2293 T:      git git://github.com/broadcom/arm-bcm63xx.git
2294 S:      Maintained
2295 F:      arch/arm/mach-bcm/bcm63xx.c
2296 F:      arch/arm/include/debug/bcm63xx.S
2297
2298 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2299 M:      Kevin Cernekee <cernekee@gmail.com>
2300 L:      linux-usb@vger.kernel.org
2301 S:      Maintained
2302 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2303
2304 BROADCOM BCM7XXX ARM ARCHITECTURE
2305 M:      Brian Norris <computersforpeace@gmail.com>
2306 M:      Gregory Fong <gregory.0xf0@gmail.com>
2307 M:      Florian Fainelli <f.fainelli@gmail.com>
2308 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2309 T:      git git://github.com/broadcom/stblinux.git
2310 S:      Maintained
2311 F:      arch/arm/mach-bcm/*brcmstb*
2312 F:      arch/arm/boot/dts/bcm7*.dts*
2313 F:      drivers/bus/brcmstb_gisb.c
2314 N:      brcmstb
2315
2316 BROADCOM BMIPS MIPS ARCHITECTURE
2317 M:      Kevin Cernekee <cernekee@gmail.com>
2318 M:      Florian Fainelli <f.fainelli@gmail.com>
2319 L:      linux-mips@linux-mips.org
2320 T:      git git://github.com/broadcom/stblinux.git
2321 S:      Maintained
2322 F:      arch/mips/bmips/*
2323 F:      arch/mips/include/asm/mach-bmips/*
2324 F:      arch/mips/kernel/*bmips*
2325 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2326 F:      drivers/irqchip/irq-bcm7*
2327 F:      drivers/irqchip/irq-brcmstb*
2328
2329 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2330 M:      Prashant Sreedharan <prashant@broadcom.com>
2331 M:      Michael Chan <mchan@broadcom.com>
2332 L:      netdev@vger.kernel.org
2333 S:      Supported
2334 F:      drivers/net/ethernet/broadcom/tg3.*
2335
2336 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2337 M:      Brett Rudley <brudley@broadcom.com>
2338 M:      Arend van Spriel <arend@broadcom.com>
2339 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2340 M:      Hante Meuleman <meuleman@broadcom.com>
2341 L:      linux-wireless@vger.kernel.org
2342 L:      brcm80211-dev-list@broadcom.com
2343 S:      Supported
2344 F:      drivers/net/wireless/brcm80211/
2345
2346 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2347 M:      QLogic-Storage-Upstream@qlogic.com
2348 L:      linux-scsi@vger.kernel.org
2349 S:      Supported
2350 F:      drivers/scsi/bnx2fc/
2351
2352 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2353 M:      QLogic-Storage-Upstream@qlogic.com
2354 L:      linux-scsi@vger.kernel.org
2355 S:      Supported
2356 F:      drivers/scsi/bnx2i/
2357
2358 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2359 M:      Ray Jui <rjui@broadcom.com>
2360 M:      Scott Branden <sbranden@broadcom.com>
2361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2362 L:      bcm-kernel-feedback-list@broadcom.com
2363 T:      git git://github.com/broadcom/cygnus-linux.git
2364 S:      Maintained
2365 N:      iproc
2366 N:      cygnus
2367 N:      bcm9113*
2368 N:      bcm9583*
2369 N:      bcm583*
2370 N:      bcm113*
2371
2372 BROADCOM BRCMSTB GPIO DRIVER
2373 M:      Gregory Fong <gregory.0xf0@gmail.com>
2374 L:      bcm-kernel-feedback-list@broadcom.com>
2375 S:      Supported
2376 F:      drivers/gpio/gpio-brcmstb.c
2377 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2378
2379 BROADCOM KONA GPIO DRIVER
2380 M:      Ray Jui <rjui@broadcom.com>
2381 L:      bcm-kernel-feedback-list@broadcom.com
2382 S:      Supported
2383 F:      drivers/gpio/gpio-bcm-kona.c
2384 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2385
2386 BROADCOM NVRAM DRIVER
2387 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2388 L:      linux-mips@linux-mips.org
2389 S:      Maintained
2390 F:      drivers/firmware/broadcom/*
2391
2392 BROADCOM STB NAND FLASH DRIVER
2393 M:      Brian Norris <computersforpeace@gmail.com>
2394 L:      linux-mtd@lists.infradead.org
2395 S:      Maintained
2396 F:      drivers/mtd/nand/brcmnand/
2397
2398 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2399 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2400 L:      linux-wireless@vger.kernel.org
2401 S:      Maintained
2402 F:      drivers/bcma/
2403 F:      include/linux/bcma/
2404
2405 BROADCOM SYSTEMPORT ETHERNET DRIVER
2406 M:      Florian Fainelli <f.fainelli@gmail.com>
2407 L:      netdev@vger.kernel.org
2408 S:      Supported
2409 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2410
2411 BROCADE BFA FC SCSI DRIVER
2412 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2413 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2414 L:      linux-scsi@vger.kernel.org
2415 S:      Supported
2416 F:      drivers/scsi/bfa/
2417
2418 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2419 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2420 L:      netdev@vger.kernel.org
2421 S:      Supported
2422 F:      drivers/net/ethernet/brocade/bna/
2423
2424 BSG (block layer generic sg v4 driver)
2425 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2426 L:      linux-scsi@vger.kernel.org
2427 S:      Supported
2428 F:      block/bsg.c
2429 F:      include/linux/bsg.h
2430 F:      include/uapi/linux/bsg.h
2431
2432 BT87X AUDIO DRIVER
2433 M:      Clemens Ladisch <clemens@ladisch.de>
2434 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2435 T:      git git://git.alsa-project.org/alsa-kernel.git
2436 S:      Maintained
2437 F:      Documentation/sound/alsa/Bt87x.txt
2438 F:      sound/pci/bt87x.c
2439
2440 BT8XXGPIO DRIVER
2441 M:      Michael Buesch <m@bues.ch>
2442 W:      http://bu3sch.de/btgpio.php
2443 S:      Maintained
2444 F:      drivers/gpio/gpio-bt8xx.c
2445
2446 BTRFS FILE SYSTEM
2447 M:      Chris Mason <clm@fb.com>
2448 M:      Josef Bacik <jbacik@fb.com>
2449 M:      David Sterba <dsterba@suse.com>
2450 L:      linux-btrfs@vger.kernel.org
2451 W:      http://btrfs.wiki.kernel.org/
2452 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2454 S:      Maintained
2455 F:      Documentation/filesystems/btrfs.txt
2456 F:      fs/btrfs/
2457
2458 BTTV VIDEO4LINUX DRIVER
2459 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2460 L:      linux-media@vger.kernel.org
2461 W:      http://linuxtv.org
2462 T:      git git://linuxtv.org/media_tree.git
2463 S:      Odd fixes
2464 F:      Documentation/video4linux/bttv/
2465 F:      drivers/media/pci/bt8xx/bttv*
2466
2467 BUSLOGIC SCSI DRIVER
2468 M:      Khalid Aziz <khalid@gonehiking.org>
2469 L:      linux-scsi@vger.kernel.org
2470 S:      Maintained
2471 F:      drivers/scsi/BusLogic.*
2472 F:      drivers/scsi/FlashPoint.*
2473
2474 C-MEDIA CMI8788 DRIVER
2475 M:      Clemens Ladisch <clemens@ladisch.de>
2476 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2477 T:      git git://git.alsa-project.org/alsa-kernel.git
2478 S:      Maintained
2479 F:      sound/pci/oxygen/
2480
2481 C6X ARCHITECTURE
2482 M:      Mark Salter <msalter@redhat.com>
2483 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2484 L:      linux-c6x-dev@linux-c6x.org
2485 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2486 S:      Maintained
2487 F:      arch/c6x/
2488
2489 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2490 M:      David Howells <dhowells@redhat.com>
2491 L:      linux-cachefs@redhat.com
2492 S:      Supported
2493 F:      Documentation/filesystems/caching/cachefiles.txt
2494 F:      fs/cachefiles/
2495
2496 CADET FM/AM RADIO RECEIVER DRIVER
2497 M:      Hans Verkuil <hverkuil@xs4all.nl>
2498 L:      linux-media@vger.kernel.org
2499 T:      git git://linuxtv.org/media_tree.git
2500 W:      http://linuxtv.org
2501 S:      Maintained
2502 F:      drivers/media/radio/radio-cadet*
2503
2504 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2505 M:      Jonathan Corbet <corbet@lwn.net>
2506 L:      linux-media@vger.kernel.org
2507 T:      git git://linuxtv.org/media_tree.git
2508 S:      Maintained
2509 F:      Documentation/video4linux/cafe_ccic
2510 F:      drivers/media/platform/marvell-ccic/
2511
2512 CAIF NETWORK LAYER
2513 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2514 L:      netdev@vger.kernel.org
2515 S:      Supported
2516 F:      Documentation/networking/caif/
2517 F:      drivers/net/caif/
2518 F:      include/uapi/linux/caif/
2519 F:      include/net/caif/
2520 F:      net/caif/
2521
2522 CALGARY x86-64 IOMMU
2523 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2524 M:      "Jon D. Mason" <jdmason@kudzu.us>
2525 L:      discuss@x86-64.org
2526 S:      Maintained
2527 F:      arch/x86/kernel/pci-calgary_64.c
2528 F:      arch/x86/kernel/tce_64.c
2529 F:      arch/x86/include/asm/calgary.h
2530 F:      arch/x86/include/asm/tce.h
2531
2532 CAN NETWORK LAYER
2533 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2534 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2535 L:      linux-can@vger.kernel.org
2536 W:      https://github.com/linux-can
2537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2539 S:      Maintained
2540 F:      Documentation/networking/can.txt
2541 F:      net/can/
2542 F:      include/linux/can/core.h
2543 F:      include/uapi/linux/can.h
2544 F:      include/uapi/linux/can/bcm.h
2545 F:      include/uapi/linux/can/raw.h
2546 F:      include/uapi/linux/can/gw.h
2547
2548 CAN NETWORK DRIVERS
2549 M:      Wolfgang Grandegger <wg@grandegger.com>
2550 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2551 L:      linux-can@vger.kernel.org
2552 W:      https://github.com/linux-can
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2555 S:      Maintained
2556 F:      drivers/net/can/
2557 F:      include/linux/can/dev.h
2558 F:      include/linux/can/platform/
2559 F:      include/uapi/linux/can/error.h
2560 F:      include/uapi/linux/can/netlink.h
2561
2562 CAPABILITIES
2563 M:      Serge Hallyn <serge.hallyn@canonical.com>
2564 L:      linux-security-module@vger.kernel.org
2565 S:      Supported
2566 F:      include/linux/capability.h
2567 F:      include/uapi/linux/capability.h
2568 F:      security/commoncap.c
2569 F:      kernel/capability.c
2570
2571 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2572 M:      Kevin Tsai <ktsai@capellamicro.com>
2573 S:      Maintained
2574 F:      drivers/iio/light/cm*
2575 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2576
2577 CAVIUM LIQUIDIO NETWORK DRIVER
2578 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2579 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2580 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2581 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2582 L:     netdev@vger.kernel.org
2583 W:     http://www.cavium.com
2584 S:     Supported
2585 F:     drivers/net/ethernet/cavium/liquidio/
2586
2587 CC2520 IEEE-802.15.4 RADIO DRIVER
2588 M:      Varka Bhadram <varkabhadram@gmail.com>
2589 L:      linux-wpan@vger.kernel.org
2590 S:      Maintained
2591 F:      drivers/net/ieee802154/cc2520.c
2592 F:      include/linux/spi/cc2520.h
2593 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2594
2595 CELL BROADBAND ENGINE ARCHITECTURE
2596 M:      Arnd Bergmann <arnd@arndb.de>
2597 L:      linuxppc-dev@lists.ozlabs.org
2598 W:      http://www.ibm.com/developerworks/power/cell/
2599 S:      Supported
2600 F:      arch/powerpc/include/asm/cell*.h
2601 F:      arch/powerpc/include/asm/spu*.h
2602 F:      arch/powerpc/include/uapi/asm/spu*.h
2603 F:      arch/powerpc/oprofile/*cell*
2604 F:      arch/powerpc/platforms/cell/
2605
2606 CEPH COMMON CODE (LIBCEPH)
2607 M:      Ilya Dryomov <idryomov@gmail.com>
2608 M:      "Yan, Zheng" <zyan@redhat.com>
2609 M:      Sage Weil <sage@redhat.com>
2610 L:      ceph-devel@vger.kernel.org
2611 W:      http://ceph.com/
2612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2613 T:      git git://github.com/ceph/ceph-client.git
2614 S:      Supported
2615 F:      net/ceph/
2616 F:      include/linux/ceph/
2617 F:      include/linux/crush/
2618
2619 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2620 M:      "Yan, Zheng" <zyan@redhat.com>
2621 M:      Sage Weil <sage@redhat.com>
2622 M:      Ilya Dryomov <idryomov@gmail.com>
2623 L:      ceph-devel@vger.kernel.org
2624 W:      http://ceph.com/
2625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2626 T:      git git://github.com/ceph/ceph-client.git
2627 S:      Supported
2628 F:      Documentation/filesystems/ceph.txt
2629 F:      fs/ceph/
2630
2631 CERTIFICATE HANDLING:
2632 M:      David Howells <dhowells@redhat.com>
2633 M:      David Woodhouse <dwmw2@infradead.org>
2634 L:      keyrings@linux-nfs.org
2635 S:      Maintained
2636 F:      Documentation/module-signing.txt
2637 F:      certs/
2638 F:      scripts/extract-cert.c
2639
2640 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2641 L:      linux-usb@vger.kernel.org
2642 S:      Orphan
2643 F:      Documentation/usb/WUSB-Design-overview.txt
2644 F:      Documentation/usb/wusb-cbaf
2645 F:      drivers/usb/host/hwa-hc.c
2646 F:      drivers/usb/host/whci/
2647 F:      drivers/usb/wusbcore/
2648 F:      include/linux/usb/wusb*
2649
2650 CFAG12864B LCD DRIVER
2651 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2652 W:      http://miguelojeda.es/auxdisplay.htm
2653 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2654 S:      Maintained
2655 F:      drivers/auxdisplay/cfag12864b.c
2656 F:      include/linux/cfag12864b.h
2657
2658 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2659 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2660 W:      http://miguelojeda.es/auxdisplay.htm
2661 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2662 S:      Maintained
2663 F:      drivers/auxdisplay/cfag12864bfb.c
2664 F:      include/linux/cfag12864b.h
2665
2666 CFG80211 and NL80211
2667 M:      Johannes Berg <johannes@sipsolutions.net>
2668 L:      linux-wireless@vger.kernel.org
2669 W:      http://wireless.kernel.org/
2670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2672 S:      Maintained
2673 F:      include/uapi/linux/nl80211.h
2674 F:      include/net/cfg80211.h
2675 F:      net/wireless/*
2676 X:      net/wireless/wext*
2677
2678 CHAR and MISC DRIVERS
2679 M:      Arnd Bergmann <arnd@arndb.de>
2680 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2682 S:      Supported
2683 F:      drivers/char/*
2684 F:      drivers/misc/*
2685 F:      include/linux/miscdevice.h
2686
2687 CHECKPATCH
2688 M:      Andy Whitcroft <apw@canonical.com>
2689 M:      Joe Perches <joe@perches.com>
2690 S:      Maintained
2691 F:      scripts/checkpatch.pl
2692
2693 CHINESE DOCUMENTATION
2694 M:      Harry Wei <harryxiyou@gmail.com>
2695 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2696 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2697 S:      Maintained
2698 F:      Documentation/zh_CN/
2699
2700 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2701 M:      Peter Chen <Peter.Chen@freescale.com>
2702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2703 L:      linux-usb@vger.kernel.org
2704 S:      Maintained
2705 F:      drivers/usb/chipidea/
2706
2707 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2708 M:      Hans de Goede <hdegoede@redhat.com>
2709 L:      linux-input@vger.kernel.org
2710 S:      Maintained
2711 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2712 F:      drivers/input/touchscreen/chipone_icn8318.c
2713
2714 CHROME HARDWARE PLATFORM SUPPORT
2715 M:      Olof Johansson <olof@lixom.net>
2716 S:      Maintained
2717 F:      drivers/platform/chrome/
2718
2719 CISCO VIC ETHERNET NIC DRIVER
2720 M:      Christian Benvenuti <benve@cisco.com>
2721 M:      Sujith Sankar <ssujith@cisco.com>
2722 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2723 M:      Neel Patel <neepatel@cisco.com>
2724 S:      Supported
2725 F:      drivers/net/ethernet/cisco/enic/
2726
2727 CISCO VIC LOW LATENCY NIC DRIVER
2728 M:      Upinder Malhi <umalhi@cisco.com>
2729 S:      Supported
2730 F:      drivers/infiniband/hw/usnic
2731
2732 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2733 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2734 L:      netdev@vger.kernel.org
2735 S:      Maintained
2736 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2737
2738 CIRRUS LOGIC AUDIO CODEC DRIVERS
2739 M:      Brian Austin <brian.austin@cirrus.com>
2740 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2741 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2742 S:      Maintained
2743 F:      sound/soc/codecs/cs*
2744
2745 CLEANCACHE API
2746 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2747 L:      linux-kernel@vger.kernel.org
2748 S:      Maintained
2749 F:      mm/cleancache.c
2750 F:      include/linux/cleancache.h
2751
2752 CLK API
2753 M:      Russell King <linux@arm.linux.org.uk>
2754 L:      linux-clk@vger.kernel.org
2755 S:      Maintained
2756 F:      include/linux/clk.h
2757
2758 CLOCKSOURCE, CLOCKEVENT DRIVERS
2759 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2760 M:      Thomas Gleixner <tglx@linutronix.de>
2761 L:      linux-kernel@vger.kernel.org
2762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2763 S:      Supported
2764 F:      drivers/clocksource
2765
2766 CISCO FCOE HBA DRIVER
2767 M:      Hiral Patel <hiralpat@cisco.com>
2768 M:      Suma Ramars <sramars@cisco.com>
2769 M:      Brian Uchino <buchino@cisco.com>
2770 L:      linux-scsi@vger.kernel.org
2771 S:      Supported
2772 F:      drivers/scsi/fnic/
2773
2774 CISCO SCSI HBA DRIVER
2775 M:      Narsimhulu Musini <nmusini@cisco.com>
2776 M:      Sesidhar Baddela <sebaddel@cisco.com>
2777 L:      linux-scsi@vger.kernel.org
2778 S:      Supported
2779 F:      drivers/scsi/snic/
2780
2781 CMPC ACPI DRIVER
2782 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2783 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2784 L:      platform-driver-x86@vger.kernel.org
2785 S:      Supported
2786 F:      drivers/platform/x86/classmate-laptop.c
2787
2788 COBALT MEDIA DRIVER
2789 M:      Hans Verkuil <hans.verkuil@cisco.com>
2790 L:      linux-media@vger.kernel.org
2791 T:      git git://linuxtv.org/media_tree.git
2792 W:      http://linuxtv.org
2793 S:      Supported
2794 F:      drivers/media/pci/cobalt/
2795
2796 COCCINELLE/Semantic Patches (SmPL)
2797 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2798 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2799 M:      Nicolas Palix <nicolas.palix@imag.fr>
2800 M:      Michal Marek <mmarek@suse.com>
2801 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2803 W:      http://coccinelle.lip6.fr/
2804 S:      Supported
2805 F:      Documentation/coccinelle.txt
2806 F:      scripts/coccinelle/
2807 F:      scripts/coccicheck
2808
2809 CODA FILE SYSTEM
2810 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2811 M:      coda@cs.cmu.edu
2812 L:      codalist@coda.cs.cmu.edu
2813 W:      http://www.coda.cs.cmu.edu/
2814 S:      Maintained
2815 F:      Documentation/filesystems/coda.txt
2816 F:      fs/coda/
2817 F:      include/linux/coda*.h
2818 F:      include/uapi/linux/coda*.h
2819
2820 CODA V4L2 MEM2MEM DRIVER
2821 M:      Philipp Zabel <p.zabel@pengutronix.de>
2822 L:      linux-media@vger.kernel.org
2823 S:      Maintained
2824 F:      Documentation/devicetree/bindings/media/coda.txt
2825 F:      drivers/media/platform/coda/
2826
2827 COMMON CLK FRAMEWORK
2828 M:      Michael Turquette <mturquette@baylibre.com>
2829 M:      Stephen Boyd <sboyd@codeaurora.org>
2830 L:      linux-clk@vger.kernel.org
2831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2832 S:      Maintained
2833 F:      drivers/clk/
2834 X:      drivers/clk/clkdev.c
2835 F:      include/linux/clk-pr*
2836 F:      include/linux/clk/
2837
2838 COMMON INTERNET FILE SYSTEM (CIFS)
2839 M:      Steve French <sfrench@samba.org>
2840 L:      linux-cifs@vger.kernel.org
2841 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2842 W:      http://linux-cifs.samba.org/
2843 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2844 S:      Supported
2845 F:      Documentation/filesystems/cifs/
2846 F:      fs/cifs/
2847
2848 COMPACTPCI HOTPLUG CORE
2849 M:      Scott Murray <scott@spiteful.org>
2850 L:      linux-pci@vger.kernel.org
2851 S:      Maintained
2852 F:      drivers/pci/hotplug/cpci_hotplug*
2853
2854 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2855 M:      Scott Murray <scott@spiteful.org>
2856 L:      linux-pci@vger.kernel.org
2857 S:      Maintained
2858 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2859
2860 COMPACTPCI HOTPLUG GENERIC DRIVER
2861 M:      Scott Murray <scott@spiteful.org>
2862 L:      linux-pci@vger.kernel.org
2863 S:      Maintained
2864 F:      drivers/pci/hotplug/cpcihp_generic.c
2865
2866 COMPAL LAPTOP SUPPORT
2867 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2868 L:      platform-driver-x86@vger.kernel.org
2869 S:      Maintained
2870 F:      drivers/platform/x86/compal-laptop.c
2871
2872 CONEXANT ACCESSRUNNER USB DRIVER
2873 M:      Simon Arlott <cxacru@fire.lp0.eu>
2874 L:      accessrunner-general@lists.sourceforge.net
2875 W:      http://accessrunner.sourceforge.net/
2876 S:      Maintained
2877 F:      drivers/usb/atm/cxacru.c
2878
2879 CONFIGFS
2880 M:      Joel Becker <jlbec@evilplan.org>
2881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2882 S:      Supported
2883 F:      fs/configfs/
2884 F:      include/linux/configfs.h
2885
2886 CONNECTOR
2887 M:      Evgeniy Polyakov <zbr@ioremap.net>
2888 L:      netdev@vger.kernel.org
2889 S:      Maintained
2890 F:      drivers/connector/
2891
2892 CONTROL GROUP (CGROUP)
2893 M:      Tejun Heo <tj@kernel.org>
2894 M:      Li Zefan <lizefan@huawei.com>
2895 M:      Johannes Weiner <hannes@cmpxchg.org>
2896 L:      cgroups@vger.kernel.org
2897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2898 S:      Maintained
2899 F:      Documentation/cgroups/
2900 F:      include/linux/cgroup*
2901 F:      kernel/cgroup*
2902
2903 CONTROL GROUP - CPUSET
2904 M:      Li Zefan <lizefan@huawei.com>
2905 L:      cgroups@vger.kernel.org
2906 W:      http://www.bullopensource.org/cpuset/
2907 W:      http://oss.sgi.com/projects/cpusets/
2908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2909 S:      Maintained
2910 F:      Documentation/cgroups/cpusets.txt
2911 F:      include/linux/cpuset.h
2912 F:      kernel/cpuset.c
2913
2914 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2915 M:      Johannes Weiner <hannes@cmpxchg.org>
2916 M:      Michal Hocko <mhocko@kernel.org>
2917 L:      cgroups@vger.kernel.org
2918 L:      linux-mm@kvack.org
2919 S:      Maintained
2920 F:      mm/memcontrol.c
2921 F:      mm/swap_cgroup.c
2922
2923 CORETEMP HARDWARE MONITORING DRIVER
2924 M:      Fenghua Yu <fenghua.yu@intel.com>
2925 L:      lm-sensors@lm-sensors.org
2926 S:      Maintained
2927 F:      Documentation/hwmon/coretemp
2928 F:      drivers/hwmon/coretemp.c
2929
2930 COSA/SRP SYNC SERIAL DRIVER
2931 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2932 W:      http://www.fi.muni.cz/~kas/cosa/
2933 S:      Maintained
2934 F:      drivers/net/wan/cosa*
2935
2936 CPMAC ETHERNET DRIVER
2937 M:      Florian Fainelli <florian@openwrt.org>
2938 L:      netdev@vger.kernel.org
2939 S:      Maintained
2940 F:      drivers/net/ethernet/ti/cpmac.c
2941
2942 CPU FREQUENCY DRIVERS
2943 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2944 M:      Viresh Kumar <viresh.kumar@linaro.org>
2945 L:      linux-pm@vger.kernel.org
2946 S:      Maintained
2947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2948 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2949 F:      drivers/cpufreq/
2950 F:      include/linux/cpufreq.h
2951
2952 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2953 M:      Viresh Kumar <viresh.kumar@linaro.org>
2954 M:      Sudeep Holla <sudeep.holla@arm.com>
2955 L:      linux-pm@vger.kernel.org
2956 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2957 S:      Maintained
2958 F:      drivers/cpufreq/arm_big_little.h
2959 F:      drivers/cpufreq/arm_big_little.c
2960 F:      drivers/cpufreq/arm_big_little_dt.c
2961
2962 CPUIDLE DRIVER - ARM BIG LITTLE
2963 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2964 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2965 L:      linux-pm@vger.kernel.org
2966 L:      linux-arm-kernel@lists.infradead.org
2967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2968 S:      Maintained
2969 F:      drivers/cpuidle/cpuidle-big_little.c
2970
2971 CPUIDLE DRIVER - ARM EXYNOS
2972 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2973 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2974 M:      Kukjin Kim <kgene@kernel.org>
2975 L:      linux-pm@vger.kernel.org
2976 L:      linux-samsung-soc@vger.kernel.org
2977 S:      Supported
2978 F:      drivers/cpuidle/cpuidle-exynos.c
2979 F:      arch/arm/mach-exynos/pm.c
2980
2981 CPUIDLE DRIVERS
2982 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2983 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2984 L:      linux-pm@vger.kernel.org
2985 S:      Maintained
2986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2987 F:      drivers/cpuidle/*
2988 F:      include/linux/cpuidle.h
2989
2990 CPUID/MSR DRIVER
2991 M:      "H. Peter Anvin" <hpa@zytor.com>
2992 S:      Maintained
2993 F:      arch/x86/kernel/cpuid.c
2994 F:      arch/x86/kernel/msr.c
2995
2996 CPU POWER MONITORING SUBSYSTEM
2997 M:      Thomas Renninger <trenn@suse.com>
2998 L:      linux-pm@vger.kernel.org
2999 S:      Maintained
3000 F:      tools/power/cpupower/
3001
3002 CRAMFS FILESYSTEM
3003 W:      http://sourceforge.net/projects/cramfs/
3004 S:      Orphan / Obsolete
3005 F:      Documentation/filesystems/cramfs.txt
3006 F:      fs/cramfs/
3007
3008 CRIS PORT
3009 M:      Mikael Starvik <starvik@axis.com>
3010 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3011 L:      linux-cris-kernel@axis.com
3012 W:      http://developer.axis.com
3013 S:      Maintained
3014 F:      arch/cris/
3015 F:      drivers/tty/serial/crisv10.*
3016
3017 CRYPTO API
3018 M:      Herbert Xu <herbert@gondor.apana.org.au>
3019 M:      "David S. Miller" <davem@davemloft.net>
3020 L:      linux-crypto@vger.kernel.org
3021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3022 S:      Maintained
3023 F:      Documentation/crypto/
3024 F:      Documentation/DocBook/crypto-API.tmpl
3025 F:      arch/*/crypto/
3026 F:      crypto/
3027 F:      drivers/crypto/
3028 F:      include/crypto/
3029
3030 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3031 M:      Neil Horman <nhorman@tuxdriver.com>
3032 L:      linux-crypto@vger.kernel.org
3033 S:      Maintained
3034 F:      crypto/ansi_cprng.c
3035 F:      crypto/rng.c
3036
3037 CS5535 Audio ALSA driver
3038 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3039 S:      Maintained
3040 F:      sound/pci/cs5535audio/
3041
3042 CW1200 WLAN driver
3043 M:      Solomon Peachy <pizza@shaftnet.org>
3044 S:      Maintained
3045 F:      drivers/net/wireless/cw1200/
3046
3047 CX18 VIDEO4LINUX DRIVER
3048 M:      Andy Walls <awalls@md.metrocast.net>
3049 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3050 L:      linux-media@vger.kernel.org
3051 T:      git git://linuxtv.org/media_tree.git
3052 W:      http://linuxtv.org
3053 W:      http://www.ivtvdriver.org/index.php/Cx18
3054 S:      Maintained
3055 F:      Documentation/video4linux/cx18.txt
3056 F:      drivers/media/pci/cx18/
3057 F:      include/uapi/linux/ivtv*
3058
3059 CX2341X MPEG ENCODER HELPER MODULE
3060 M:      Hans Verkuil <hverkuil@xs4all.nl>
3061 L:      linux-media@vger.kernel.org
3062 T:      git git://linuxtv.org/media_tree.git
3063 W:      http://linuxtv.org
3064 S:      Maintained
3065 F:      drivers/media/common/cx2341x*
3066 F:      include/media/cx2341x*
3067
3068 CX24120 MEDIA DRIVER
3069 M:      Jemma Denson <jdenson@gmail.com>
3070 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3071 L:      linux-media@vger.kernel.org
3072 W:      http://linuxtv.org/
3073 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3074 S:      Maintained
3075 F:      drivers/media/dvb-frontends/cx24120*
3076
3077 CX88 VIDEO4LINUX DRIVER
3078 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3079 L:      linux-media@vger.kernel.org
3080 W:      http://linuxtv.org
3081 T:      git git://linuxtv.org/media_tree.git
3082 S:      Odd fixes
3083 F:      Documentation/video4linux/cx88/
3084 F:      drivers/media/pci/cx88/
3085
3086 CXD2820R MEDIA DRIVER
3087 M:      Antti Palosaari <crope@iki.fi>
3088 L:      linux-media@vger.kernel.org
3089 W:      http://linuxtv.org/
3090 W:      http://palosaari.fi/linux/
3091 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3092 T:      git git://linuxtv.org/anttip/media_tree.git
3093 S:      Maintained
3094 F:      drivers/media/dvb-frontends/cxd2820r*
3095
3096 CXGB3 ETHERNET DRIVER (CXGB3)
3097 M:      Santosh Raspatur <santosh@chelsio.com>
3098 L:      netdev@vger.kernel.org
3099 W:      http://www.chelsio.com
3100 S:      Supported
3101 F:      drivers/net/ethernet/chelsio/cxgb3/
3102
3103 CXGB3 ISCSI DRIVER (CXGB3I)
3104 M:      Karen Xie <kxie@chelsio.com>
3105 L:      linux-scsi@vger.kernel.org
3106 W:      http://www.chelsio.com
3107 S:      Supported
3108 F:      drivers/scsi/cxgbi/cxgb3i
3109
3110 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3111 M:      Steve Wise <swise@chelsio.com>
3112 L:      linux-rdma@vger.kernel.org
3113 W:      http://www.openfabrics.org
3114 S:      Supported
3115 F:      drivers/infiniband/hw/cxgb3/
3116
3117 CXGB4 ETHERNET DRIVER (CXGB4)
3118 M:      Hariprasad S <hariprasad@chelsio.com>
3119 L:      netdev@vger.kernel.org
3120 W:      http://www.chelsio.com
3121 S:      Supported
3122 F:      drivers/net/ethernet/chelsio/cxgb4/
3123
3124 CXGB4 ISCSI DRIVER (CXGB4I)
3125 M:      Karen Xie <kxie@chelsio.com>
3126 L:      linux-scsi@vger.kernel.org
3127 W:      http://www.chelsio.com
3128 S:      Supported
3129 F:      drivers/scsi/cxgbi/cxgb4i
3130
3131 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3132 M:      Steve Wise <swise@chelsio.com>
3133 L:      linux-rdma@vger.kernel.org
3134 W:      http://www.openfabrics.org
3135 S:      Supported
3136 F:      drivers/infiniband/hw/cxgb4/
3137
3138 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3139 M:      Casey Leedom <leedom@chelsio.com>
3140 L:      netdev@vger.kernel.org
3141 W:      http://www.chelsio.com
3142 S:      Supported
3143 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3144
3145 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3146 M:      Ian Munsie <imunsie@au1.ibm.com>
3147 M:      Michael Neuling <mikey@neuling.org>
3148 L:      linuxppc-dev@lists.ozlabs.org
3149 S:      Supported
3150 F:      drivers/misc/cxl/
3151 F:      include/misc/cxl*
3152 F:      include/uapi/misc/cxl.h
3153 F:      Documentation/powerpc/cxl.txt
3154 F:      Documentation/powerpc/cxl.txt
3155 F:      Documentation/ABI/testing/sysfs-class-cxl
3156
3157 STMMAC ETHERNET DRIVER
3158 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3159 L:      netdev@vger.kernel.org
3160 W:      http://www.stlinux.com
3161 S:      Supported
3162 F:      drivers/net/ethernet/stmicro/stmmac/
3163
3164 CYBERPRO FB DRIVER
3165 M:      Russell King <linux@arm.linux.org.uk>
3166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3167 W:      http://www.arm.linux.org.uk/
3168 S:      Maintained
3169 F:      drivers/video/fbdev/cyber2000fb.*
3170
3171 CYCLADES ASYNC MUX DRIVER
3172 W:      http://www.cyclades.com/
3173 S:      Orphan
3174 F:      drivers/tty/cyclades.c
3175 F:      include/linux/cyclades.h
3176 F:      include/uapi/linux/cyclades.h
3177
3178 CYCLADES PC300 DRIVER
3179 W:      http://www.cyclades.com/
3180 S:      Orphan
3181 F:      drivers/net/wan/pc300*
3182
3183 CYPRESS_FIRMWARE MEDIA DRIVER
3184 M:      Antti Palosaari <crope@iki.fi>
3185 L:      linux-media@vger.kernel.org
3186 W:      http://linuxtv.org/
3187 W:      http://palosaari.fi/linux/
3188 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3189 T:      git git://linuxtv.org/anttip/media_tree.git
3190 S:      Maintained
3191 F:      drivers/media/common/cypress_firmware*
3192
3193 CYTTSP TOUCHSCREEN DRIVER
3194 M:      Ferruh Yigit <fery@cypress.com>
3195 L:      linux-input@vger.kernel.org
3196 S:      Supported
3197 F:      drivers/input/touchscreen/cyttsp*
3198 F:      include/linux/input/cyttsp.h
3199
3200 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3201 M:      Joshua Kinard <kumba@gentoo.org>
3202 S:      Maintained
3203 F:      drivers/rtc/rtc-ds1685.c
3204 F:      include/linux/rtc/ds1685.h
3205
3206 DAMA SLAVE for AX.25
3207 M:      Joerg Reuter <jreuter@yaina.de>
3208 W:      http://yaina.de/jreuter/
3209 W:      http://www.qsl.net/dl1bke/
3210 L:      linux-hams@vger.kernel.org
3211 S:      Maintained
3212 F:      net/ax25/af_ax25.c
3213 F:      net/ax25/ax25_dev.c
3214 F:      net/ax25/ax25_ds_*
3215 F:      net/ax25/ax25_in.c
3216 F:      net/ax25/ax25_out.c
3217 F:      net/ax25/ax25_timer.c
3218 F:      net/ax25/sysctl_net_ax25.c
3219
3220 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3221 L:      netdev@vger.kernel.org
3222 S:      Orphan
3223 F:      Documentation/networking/dmfe.txt
3224 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3225
3226 DC390/AM53C974 SCSI driver
3227 M:      Hannes Reinecke <hare@suse.com>
3228 L:      linux-scsi@vger.kernel.org
3229 S:      Maintained
3230 F:      drivers/scsi/am53c974.c
3231
3232 DC395x SCSI driver
3233 M:      Oliver Neukum <oliver@neukum.org>
3234 M:      Ali Akcaagac <aliakc@web.de>
3235 M:      Jamie Lenehan <lenehan@twibble.org>
3236 L:      dc395x@twibble.org
3237 W:      http://twibble.org/dist/dc395x/
3238 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3239 S:      Maintained
3240 F:      Documentation/scsi/dc395x.txt
3241 F:      drivers/scsi/dc395x.*
3242
3243 DCCP PROTOCOL
3244 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3245 L:      dccp@vger.kernel.org
3246 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3247 S:      Maintained
3248 F:      include/linux/dccp.h
3249 F:      include/uapi/linux/dccp.h
3250 F:      include/linux/tfrc.h
3251 F:      net/dccp/
3252
3253 DECnet NETWORK LAYER
3254 W:      http://linux-decnet.sourceforge.net
3255 L:      linux-decnet-user@lists.sourceforge.net
3256 S:      Orphan
3257 F:      Documentation/networking/decnet.txt
3258 F:      net/decnet/
3259
3260 DECSTATION PLATFORM SUPPORT
3261 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3262 L:      linux-mips@linux-mips.org
3263 W:      http://www.linux-mips.org/wiki/DECstation
3264 S:      Maintained
3265 F:      arch/mips/dec/
3266 F:      arch/mips/include/asm/dec/
3267 F:      arch/mips/include/asm/mach-dec/
3268
3269 DEFXX FDDI NETWORK DRIVER
3270 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3271 S:      Maintained
3272 F:      drivers/net/fddi/defxx.*
3273
3274 DELL LAPTOP DRIVER
3275 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3276 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3277 L:      platform-driver-x86@vger.kernel.org
3278 S:      Maintained
3279 F:      drivers/platform/x86/dell-laptop.c
3280
3281 DELL LAPTOP RBTN DRIVER
3282 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3283 S:      Maintained
3284 F:      drivers/platform/x86/dell-rbtn.*
3285
3286 DELL LAPTOP FREEFALL DRIVER
3287 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3288 S:      Maintained
3289 F:      drivers/platform/x86/dell-smo8800.c
3290
3291 DELL LAPTOP SMM DRIVER
3292 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3293 S:      Maintained
3294 F:      drivers/hwmon/dell-smm-hwmon.c
3295 F:      include/uapi/linux/i8k.h
3296
3297 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3298 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3299 S:      Maintained
3300 F:      Documentation/dcdbas.txt
3301 F:      drivers/firmware/dcdbas.*
3302
3303 DELL WMI EXTRAS DRIVER
3304 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3305 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3306 S:      Maintained
3307 F:      drivers/platform/x86/dell-wmi.c
3308
3309 DESIGNWARE USB2 DRD IP DRIVER
3310 M:      John Youn <johnyoun@synopsys.com>
3311 L:      linux-usb@vger.kernel.org
3312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3313 S:      Maintained
3314 F:      drivers/usb/dwc2/
3315
3316 DESIGNWARE USB3 DRD IP DRIVER
3317 M:      Felipe Balbi <balbi@ti.com>
3318 L:      linux-usb@vger.kernel.org
3319 L:      linux-omap@vger.kernel.org
3320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3321 S:      Maintained
3322 F:      drivers/usb/dwc3/
3323
3324 DEVICE COREDUMP (DEV_COREDUMP)
3325 M:      Johannes Berg <johannes@sipsolutions.net>
3326 L:      linux-kernel@vger.kernel.org
3327 S:      Maintained
3328 F:      drivers/base/devcoredump.c
3329 F:      include/linux/devcoredump.h
3330
3331 DEVICE FREQUENCY (DEVFREQ)
3332 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3333 M:      Kyungmin Park <kyungmin.park@samsung.com>
3334 L:      linux-pm@vger.kernel.org
3335 S:      Maintained
3336 F:      drivers/devfreq/
3337
3338 DEVICE NUMBER REGISTRY
3339 M:      Torben Mathiasen <device@lanana.org>
3340 W:      http://lanana.org/docs/device-list/index.html
3341 S:      Maintained
3342
3343 DEVICE-MAPPER  (LVM)
3344 M:      Alasdair Kergon <agk@redhat.com>
3345 M:      Mike Snitzer <snitzer@redhat.com>
3346 M:      dm-devel@redhat.com
3347 L:      dm-devel@redhat.com
3348 W:      http://sources.redhat.com/dm
3349 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3351 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3352 S:      Maintained
3353 F:      Documentation/device-mapper/
3354 F:      drivers/md/dm*
3355 F:      drivers/md/persistent-data/
3356 F:      include/linux/device-mapper.h
3357 F:      include/linux/dm-*.h
3358 F:      include/uapi/linux/dm-*.h
3359
3360 DIALOG SEMICONDUCTOR DRIVERS
3361 M:      Support Opensource <support.opensource@diasemi.com>
3362 W:      http://www.dialog-semiconductor.com/products
3363 S:      Supported
3364 F:      Documentation/hwmon/da90??
3365 F:      drivers/gpio/gpio-da90??.c
3366 F:      drivers/hwmon/da90??-hwmon.c
3367 F:      drivers/iio/adc/da91??-*.c
3368 F:      drivers/input/misc/da90??_onkey.c
3369 F:      drivers/input/touchscreen/da9052_tsi.c
3370 F:      drivers/leds/leds-da90??.c
3371 F:      drivers/mfd/da903x.c
3372 F:      drivers/mfd/da90??-*.c
3373 F:      drivers/mfd/da91??-*.c
3374 F:      drivers/power/da9052-battery.c
3375 F:      drivers/power/da91??-*.c
3376 F:      drivers/regulator/da903x.c
3377 F:      drivers/regulator/da9???-regulator.[ch]
3378 F:      drivers/rtc/rtc-da90??.c
3379 F:      drivers/video/backlight/da90??_bl.c
3380 F:      drivers/watchdog/da90??_wdt.c
3381 F:      include/linux/mfd/da903x.h
3382 F:      include/linux/mfd/da9052/
3383 F:      include/linux/mfd/da9055/
3384 F:      include/linux/mfd/da9063/
3385 F:      include/linux/mfd/da9150/
3386 F:      include/sound/da[79]*.h
3387 F:      sound/soc/codecs/da[79]*.[ch]
3388
3389 DIGI NEO AND CLASSIC PCI PRODUCTS
3390 M:      Lidza Louina <lidza.louina@gmail.com>
3391 M:      Mark Hounschell <markh@compro.net>
3392 L:      driverdev-devel@linuxdriverproject.org
3393 S:      Maintained
3394 F:      drivers/staging/dgnc/
3395
3396 DIGI EPCA PCI PRODUCTS
3397 M:      Lidza Louina <lidza.louina@gmail.com>
3398 M:      Mark Hounschell <markh@compro.net>
3399 M:      Daeseok Youn <daeseok.youn@gmail.com>
3400 L:      driverdev-devel@linuxdriverproject.org
3401 S:      Maintained
3402 F:      drivers/staging/dgap/
3403
3404 DIOLAN U2C-12 I2C DRIVER
3405 M:      Guenter Roeck <linux@roeck-us.net>
3406 L:      linux-i2c@vger.kernel.org
3407 S:      Maintained
3408 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3409
3410 DIRECT ACCESS (DAX)
3411 M:      Matthew Wilcox <willy@linux.intel.com>
3412 L:      linux-fsdevel@vger.kernel.org
3413 S:      Supported
3414 F:      fs/dax.c
3415
3416 DIRECTORY NOTIFICATION (DNOTIFY)
3417 M:      Eric Paris <eparis@parisplace.org>
3418 S:      Maintained
3419 F:      Documentation/filesystems/dnotify.txt
3420 F:      fs/notify/dnotify/
3421 F:      include/linux/dnotify.h
3422
3423 DISK GEOMETRY AND PARTITION HANDLING
3424 M:      Andries Brouwer <aeb@cwi.nl>
3425 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3426 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3427 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3428 S:      Maintained
3429
3430 DISKQUOTA
3431 M:      Jan Kara <jack@suse.com>
3432 S:      Maintained
3433 F:      Documentation/filesystems/quota.txt
3434 F:      fs/quota/
3435 F:      include/linux/quota*.h
3436 F:      include/uapi/linux/quota*.h
3437
3438 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3439 M:      Bernie Thompson <bernie@plugable.com>
3440 L:      linux-fbdev@vger.kernel.org
3441 S:      Maintained
3442 W:      http://plugable.com/category/projects/udlfb/
3443 F:      drivers/video/fbdev/udlfb.c
3444 F:      include/video/udlfb.h
3445 F:      Documentation/fb/udlfb.txt
3446
3447 DISTRIBUTED LOCK MANAGER (DLM)
3448 M:      Christine Caulfield <ccaulfie@redhat.com>
3449 M:      David Teigland <teigland@redhat.com>
3450 L:      cluster-devel@redhat.com
3451 W:      http://sources.redhat.com/cluster/
3452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3453 S:      Supported
3454 F:      fs/dlm/
3455
3456 DMA BUFFER SHARING FRAMEWORK
3457 M:      Sumit Semwal <sumit.semwal@linaro.org>
3458 S:      Maintained
3459 L:      linux-media@vger.kernel.org
3460 L:      dri-devel@lists.freedesktop.org
3461 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3462 F:      drivers/dma-buf/
3463 F:      include/linux/dma-buf*
3464 F:      include/linux/reservation.h
3465 F:      include/linux/*fence.h
3466 F:      Documentation/dma-buf-sharing.txt
3467 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3468
3469 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3470 M:      Vinod Koul <vinod.koul@intel.com>
3471 L:      dmaengine@vger.kernel.org
3472 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3473 S:      Maintained
3474 F:      drivers/dma/
3475 F:      include/linux/dmaengine.h
3476 F:      Documentation/dmaengine/
3477 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3478
3479 DME1737 HARDWARE MONITOR DRIVER
3480 M:      Juerg Haefliger <juergh@gmail.com>
3481 L:      lm-sensors@lm-sensors.org
3482 S:      Maintained
3483 F:      Documentation/hwmon/dme1737
3484 F:      drivers/hwmon/dme1737.c
3485
3486 DMI/SMBIOS SUPPORT
3487 M:      Jean Delvare <jdelvare@suse.com>
3488 S:      Maintained
3489 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3490 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3491 F:      drivers/firmware/dmi-id.c
3492 F:      drivers/firmware/dmi_scan.c
3493 F:      include/linux/dmi.h
3494
3495 DOCUMENTATION
3496 M:      Jonathan Corbet <corbet@lwn.net>
3497 L:      linux-doc@vger.kernel.org
3498 S:      Maintained
3499 F:      Documentation/
3500 X:      Documentation/ABI/
3501 X:      Documentation/devicetree/
3502 X:      Documentation/acpi
3503 X:      Documentation/power
3504 X:      Documentation/spi
3505 X:      Documentation/DocBook/media
3506 T:      git git://git.lwn.net/linux-2.6.git docs-next
3507
3508 DOUBLETALK DRIVER
3509 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3510 L:      blinux-list@redhat.com
3511 S:      Maintained
3512 F:      drivers/char/dtlk.c
3513 F:      include/linux/dtlk.h
3514
3515 DPT_I2O SCSI RAID DRIVER
3516 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3517 L:      linux-scsi@vger.kernel.org
3518 W:      http://www.adaptec.com/
3519 S:      Maintained
3520 F:      drivers/scsi/dpt*
3521 F:      drivers/scsi/dpt/
3522
3523 DRBD DRIVER
3524 P:      Philipp Reisner
3525 P:      Lars Ellenberg
3526 M:      drbd-dev@lists.linbit.com
3527 L:      drbd-user@lists.linbit.com
3528 W:      http://www.drbd.org
3529 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3530 T:      git git://git.drbd.org/drbd-8.3.git
3531 S:      Supported
3532 F:      drivers/block/drbd/
3533 F:      lib/lru_cache.c
3534 F:      Documentation/blockdev/drbd/
3535
3536 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3537 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3539 S:      Supported
3540 F:      Documentation/kobject.txt
3541 F:      drivers/base/
3542 F:      fs/debugfs/
3543 F:      fs/kernfs/
3544 F:      fs/sysfs/
3545 F:      include/linux/debugfs.h
3546 F:      include/linux/kobj*
3547 F:      lib/kobj*
3548
3549 DRM DRIVERS
3550 M:      David Airlie <airlied@linux.ie>
3551 L:      dri-devel@lists.freedesktop.org
3552 T:      git git://people.freedesktop.org/~airlied/linux
3553 S:      Maintained
3554 F:      drivers/gpu/drm/
3555 F:      drivers/gpu/vga/
3556 F:      include/drm/
3557 F:      include/uapi/drm/
3558
3559 RADEON DRM DRIVERS
3560 M:      Alex Deucher <alexander.deucher@amd.com>
3561 M:      Christian König <christian.koenig@amd.com>
3562 L:      dri-devel@lists.freedesktop.org
3563 T:      git git://people.freedesktop.org/~agd5f/linux
3564 S:      Supported
3565 F:      drivers/gpu/drm/radeon/
3566 F:      include/uapi/drm/radeon*
3567
3568 DRM PANEL DRIVERS
3569 M:      Thierry Reding <thierry.reding@gmail.com>
3570 L:      dri-devel@lists.freedesktop.org
3571 T:      git git://anongit.freedesktop.org/tegra/linux.git
3572 S:      Maintained
3573 F:      drivers/gpu/drm/drm_panel.c
3574 F:      drivers/gpu/drm/panel/
3575 F:      include/drm/drm_panel.h
3576 F:      Documentation/devicetree/bindings/panel/
3577
3578 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3579 M:      Daniel Vetter <daniel.vetter@intel.com>
3580 M:      Jani Nikula <jani.nikula@linux.intel.com>
3581 L:      intel-gfx@lists.freedesktop.org
3582 L:      dri-devel@lists.freedesktop.org
3583 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3584 T:      git git://anongit.freedesktop.org/drm-intel
3585 S:      Supported
3586 F:      drivers/gpu/drm/i915/
3587 F:      include/drm/i915*
3588 F:      include/uapi/drm/i915*
3589
3590 DRM DRIVERS FOR EXYNOS
3591 M:      Inki Dae <inki.dae@samsung.com>
3592 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3593 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3594 M:      Kyungmin Park <kyungmin.park@samsung.com>
3595 L:      dri-devel@lists.freedesktop.org
3596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3597 S:      Supported
3598 F:      drivers/gpu/drm/exynos/
3599 F:      include/drm/exynos*
3600 F:      include/uapi/drm/exynos*
3601
3602 DRM DRIVERS FOR FREESCALE DCU
3603 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3604 M:      Alison Wang <alison.wang@freescale.com>
3605 L:      dri-devel@lists.freedesktop.org
3606 S:      Supported
3607 F:      drivers/gpu/drm/fsl-dcu/
3608 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3609 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3610
3611 DRM DRIVERS FOR FREESCALE IMX
3612 M:      Philipp Zabel <p.zabel@pengutronix.de>
3613 L:      dri-devel@lists.freedesktop.org
3614 S:      Maintained
3615 F:      drivers/gpu/drm/imx/
3616 F:      Documentation/devicetree/bindings/drm/imx/
3617
3618 DRM DRIVERS FOR NVIDIA TEGRA
3619 M:      Thierry Reding <thierry.reding@gmail.com>
3620 M:      Terje Bergström <tbergstrom@nvidia.com>
3621 L:      dri-devel@lists.freedesktop.org
3622 L:      linux-tegra@vger.kernel.org
3623 T:      git git://anongit.freedesktop.org/tegra/linux.git
3624 S:      Supported
3625 F:      drivers/gpu/drm/tegra/
3626 F:      drivers/gpu/host1x/
3627 F:      include/linux/host1x.h
3628 F:      include/uapi/drm/tegra_drm.h
3629 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3630
3631 DRM DRIVERS FOR RENESAS
3632 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3633 L:      dri-devel@lists.freedesktop.org
3634 L:      linux-sh@vger.kernel.org
3635 T:      git git://people.freedesktop.org/~airlied/linux
3636 S:      Supported
3637 F:      drivers/gpu/drm/rcar-du/
3638 F:      drivers/gpu/drm/shmobile/
3639 F:      include/linux/platform_data/shmob_drm.h
3640
3641 DRM DRIVERS FOR ROCKCHIP
3642 M:      Mark Yao <mark.yao@rock-chips.com>
3643 L:      dri-devel@lists.freedesktop.org
3644 S:      Maintained
3645 F:      drivers/gpu/drm/rockchip/
3646 F:      Documentation/devicetree/bindings/video/rockchip*
3647
3648 DRM DRIVERS FOR STI
3649 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3650 M:      Vincent Abriou <vincent.abriou@st.com>
3651 L:      dri-devel@lists.freedesktop.org
3652 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3653 S:      Maintained
3654 F:      drivers/gpu/drm/sti
3655 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3656
3657 DSBR100 USB FM RADIO DRIVER
3658 M:      Alexey Klimov <klimov.linux@gmail.com>
3659 L:      linux-media@vger.kernel.org
3660 T:      git git://linuxtv.org/media_tree.git
3661 S:      Maintained
3662 F:      drivers/media/radio/dsbr100.c
3663
3664 DSCC4 DRIVER
3665 M:      Francois Romieu <romieu@fr.zoreil.com>
3666 L:      netdev@vger.kernel.org
3667 S:      Maintained
3668 F:      drivers/net/wan/dscc4.c
3669
3670 DT3155 MEDIA DRIVER
3671 M:      Hans Verkuil <hverkuil@xs4all.nl>
3672 L:      linux-media@vger.kernel.org
3673 T:      git git://linuxtv.org/media_tree.git
3674 W:      http://linuxtv.org
3675 S:      Odd Fixes
3676 F:      drivers/media/pci/dt3155/
3677
3678 DVB_USB_AF9015 MEDIA DRIVER
3679 M:      Antti Palosaari <crope@iki.fi>
3680 L:      linux-media@vger.kernel.org
3681 W:      http://linuxtv.org/
3682 W:      http://palosaari.fi/linux/
3683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3684 T:      git git://linuxtv.org/anttip/media_tree.git
3685 S:      Maintained
3686 F:      drivers/media/usb/dvb-usb-v2/af9015*
3687
3688 DVB_USB_AF9035 MEDIA DRIVER
3689 M:      Antti Palosaari <crope@iki.fi>
3690 L:      linux-media@vger.kernel.org
3691 W:      http://linuxtv.org/
3692 W:      http://palosaari.fi/linux/
3693 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3694 T:      git git://linuxtv.org/anttip/media_tree.git
3695 S:      Maintained
3696 F:      drivers/media/usb/dvb-usb-v2/af9035*
3697
3698 DVB_USB_ANYSEE MEDIA DRIVER
3699 M:      Antti Palosaari <crope@iki.fi>
3700 L:      linux-media@vger.kernel.org
3701 W:      http://linuxtv.org/
3702 W:      http://palosaari.fi/linux/
3703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3704 T:      git git://linuxtv.org/anttip/media_tree.git
3705 S:      Maintained
3706 F:      drivers/media/usb/dvb-usb-v2/anysee*
3707
3708 DVB_USB_AU6610 MEDIA DRIVER
3709 M:      Antti Palosaari <crope@iki.fi>
3710 L:      linux-media@vger.kernel.org
3711 W:      http://linuxtv.org/
3712 W:      http://palosaari.fi/linux/
3713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3714 T:      git git://linuxtv.org/anttip/media_tree.git
3715 S:      Maintained
3716 F:      drivers/media/usb/dvb-usb-v2/au6610*
3717
3718 DVB_USB_CE6230 MEDIA DRIVER
3719 M:      Antti Palosaari <crope@iki.fi>
3720 L:      linux-media@vger.kernel.org
3721 W:      http://linuxtv.org/
3722 W:      http://palosaari.fi/linux/
3723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3724 T:      git git://linuxtv.org/anttip/media_tree.git
3725 S:      Maintained
3726 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3727
3728 DVB_USB_CXUSB MEDIA DRIVER
3729 M:      Michael Krufky <mkrufky@linuxtv.org>
3730 L:      linux-media@vger.kernel.org
3731 W:      http://linuxtv.org/
3732 W:      http://github.com/mkrufky
3733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3734 T:      git git://linuxtv.org/media_tree.git
3735 S:      Maintained
3736 F:      drivers/media/usb/dvb-usb/cxusb*
3737
3738 DVB_USB_EC168 MEDIA DRIVER
3739 M:      Antti Palosaari <crope@iki.fi>
3740 L:      linux-media@vger.kernel.org
3741 W:      http://linuxtv.org/
3742 W:      http://palosaari.fi/linux/
3743 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3744 T:      git git://linuxtv.org/anttip/media_tree.git
3745 S:      Maintained
3746 F:      drivers/media/usb/dvb-usb-v2/ec168*
3747
3748 DVB_USB_GL861 MEDIA DRIVER
3749 M:      Antti Palosaari <crope@iki.fi>
3750 L:      linux-media@vger.kernel.org
3751 W:      http://linuxtv.org/
3752 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3753 T:      git git://linuxtv.org/anttip/media_tree.git
3754 S:      Maintained
3755 F:      drivers/media/usb/dvb-usb-v2/gl861*
3756
3757 DVB_USB_MXL111SF MEDIA DRIVER
3758 M:      Michael Krufky <mkrufky@linuxtv.org>
3759 L:      linux-media@vger.kernel.org
3760 W:      http://linuxtv.org/
3761 W:      http://github.com/mkrufky
3762 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3763 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3764 S:      Maintained
3765 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3766
3767 DVB_USB_RTL28XXU MEDIA DRIVER
3768 M:      Antti Palosaari <crope@iki.fi>
3769 L:      linux-media@vger.kernel.org
3770 W:      http://linuxtv.org/
3771 W:      http://palosaari.fi/linux/
3772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3773 T:      git git://linuxtv.org/anttip/media_tree.git
3774 S:      Maintained
3775 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3776
3777 DVB_USB_V2 MEDIA DRIVER
3778 M:      Antti Palosaari <crope@iki.fi>
3779 L:      linux-media@vger.kernel.org
3780 W:      http://linuxtv.org/
3781 W:      http://palosaari.fi/linux/
3782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3783 T:      git git://linuxtv.org/anttip/media_tree.git
3784 S:      Maintained
3785 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3786 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3787
3788 DYNAMIC DEBUG
3789 M:      Jason Baron <jbaron@akamai.com>
3790 S:      Maintained
3791 F:      lib/dynamic_debug.c
3792 F:      include/linux/dynamic_debug.h
3793
3794 DZ DECSTATION DZ11 SERIAL DRIVER
3795 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3796 S:      Maintained
3797 F:      drivers/tty/serial/dz.*
3798
3799 E3X0 POWER BUTTON DRIVER
3800 M:      Moritz Fischer <moritz.fischer@ettus.com>
3801 L:      usrp-users@lists.ettus.com
3802 W:      http://www.ettus.com
3803 S:      Supported
3804 F:      drivers/input/misc/e3x0-button.c
3805 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3806
3807 E4000 MEDIA DRIVER
3808 M:      Antti Palosaari <crope@iki.fi>
3809 L:      linux-media@vger.kernel.org
3810 W:      http://linuxtv.org/
3811 W:      http://palosaari.fi/linux/
3812 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3813 T:      git git://linuxtv.org/anttip/media_tree.git
3814 S:      Maintained
3815 F:      drivers/media/tuners/e4000*
3816
3817 EATA ISA/EISA/PCI SCSI DRIVER
3818 M:      Dario Ballabio <ballabio_dario@emc.com>
3819 L:      linux-scsi@vger.kernel.org
3820 S:      Maintained
3821 F:      drivers/scsi/eata.c
3822
3823 EC100 MEDIA DRIVER
3824 M:      Antti Palosaari <crope@iki.fi>
3825 L:      linux-media@vger.kernel.org
3826 W:      http://linuxtv.org/
3827 W:      http://palosaari.fi/linux/
3828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3829 T:      git git://linuxtv.org/anttip/media_tree.git
3830 S:      Maintained
3831 F:      drivers/media/dvb-frontends/ec100*
3832
3833 ECRYPT FILE SYSTEM
3834 M:      Tyler Hicks <tyhicks@canonical.com>
3835 L:      ecryptfs@vger.kernel.org
3836 W:      http://ecryptfs.org
3837 W:      https://launchpad.net/ecryptfs
3838 S:      Supported
3839 F:      Documentation/filesystems/ecryptfs.txt
3840 F:      fs/ecryptfs/
3841
3842 EDAC-CORE
3843 M:      Doug Thompson <dougthompson@xmission.com>
3844 M:      Borislav Petkov <bp@alien8.de>
3845 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3846 L:      linux-edac@vger.kernel.org
3847 W:      bluesmoke.sourceforge.net
3848 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3849 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3850 S:      Supported
3851 F:      Documentation/edac.txt
3852 F:      drivers/edac/
3853 F:      include/linux/edac.h
3854
3855 EDAC-AMD64
3856 M:      Doug Thompson <dougthompson@xmission.com>
3857 M:      Borislav Petkov <bp@alien8.de>
3858 L:      linux-edac@vger.kernel.org
3859 W:      bluesmoke.sourceforge.net
3860 S:      Maintained
3861 F:      drivers/edac/amd64_edac*
3862
3863 EDAC-CALXEDA
3864 M:      Doug Thompson <dougthompson@xmission.com>
3865 M:      Robert Richter <rric@kernel.org>
3866 L:      linux-edac@vger.kernel.org
3867 W:      bluesmoke.sourceforge.net
3868 S:      Maintained
3869 F:      drivers/edac/highbank*
3870
3871 EDAC-CAVIUM
3872 M:      Ralf Baechle <ralf@linux-mips.org>
3873 M:      David Daney <david.daney@cavium.com>
3874 L:      linux-edac@vger.kernel.org
3875 L:      linux-mips@linux-mips.org
3876 W:      bluesmoke.sourceforge.net
3877 S:      Supported
3878 F:      drivers/edac/octeon_edac*
3879
3880 EDAC-E752X
3881 M:      Mark Gross <mark.gross@intel.com>
3882 M:      Doug Thompson <dougthompson@xmission.com>
3883 L:      linux-edac@vger.kernel.org
3884 W:      bluesmoke.sourceforge.net
3885 S:      Maintained
3886 F:      drivers/edac/e752x_edac.c
3887
3888 EDAC-E7XXX
3889 M:      Doug Thompson <dougthompson@xmission.com>
3890 L:      linux-edac@vger.kernel.org
3891 W:      bluesmoke.sourceforge.net
3892 S:      Maintained
3893 F:      drivers/edac/e7xxx_edac.c
3894
3895 EDAC-GHES
3896 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3897 L:      linux-edac@vger.kernel.org
3898 W:      bluesmoke.sourceforge.net
3899 S:      Maintained
3900 F:      drivers/edac/ghes_edac.c
3901
3902 EDAC-I82443BXGX
3903 M:      Tim Small <tim@buttersideup.com>
3904 L:      linux-edac@vger.kernel.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Maintained
3907 F:      drivers/edac/i82443bxgx_edac.c
3908
3909 EDAC-I3000
3910 M:      Jason Uhlenkott <juhlenko@akamai.com>
3911 L:      linux-edac@vger.kernel.org
3912 W:      bluesmoke.sourceforge.net
3913 S:      Maintained
3914 F:      drivers/edac/i3000_edac.c
3915
3916 EDAC-I5000
3917 M:      Doug Thompson <dougthompson@xmission.com>
3918 L:      linux-edac@vger.kernel.org
3919 W:      bluesmoke.sourceforge.net
3920 S:      Maintained
3921 F:      drivers/edac/i5000_edac.c
3922
3923 EDAC-I5400
3924 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3925 L:      linux-edac@vger.kernel.org
3926 W:      bluesmoke.sourceforge.net
3927 S:      Maintained
3928 F:      drivers/edac/i5400_edac.c
3929
3930 EDAC-I7300
3931 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3932 L:      linux-edac@vger.kernel.org
3933 W:      bluesmoke.sourceforge.net
3934 S:      Maintained
3935 F:      drivers/edac/i7300_edac.c
3936
3937 EDAC-I7CORE
3938 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3939 L:      linux-edac@vger.kernel.org
3940 W:      bluesmoke.sourceforge.net
3941 S:      Maintained
3942 F:      drivers/edac/i7core_edac.c
3943
3944 EDAC-I82975X
3945 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3946 M:      "Arvind R." <arvino55@gmail.com>
3947 L:      linux-edac@vger.kernel.org
3948 W:      bluesmoke.sourceforge.net
3949 S:      Maintained
3950 F:      drivers/edac/i82975x_edac.c
3951
3952 EDAC-IE31200
3953 M:      Jason Baron <jbaron@akamai.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/ie31200_edac.c
3958
3959 EDAC-MPC85XX
3960 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3961 L:      linux-edac@vger.kernel.org
3962 W:      bluesmoke.sourceforge.net
3963 S:      Maintained
3964 F:      drivers/edac/mpc85xx_edac.[ch]
3965
3966 EDAC-PASEMI
3967 M:      Egor Martovetsky <egor@pasemi.com>
3968 L:      linux-edac@vger.kernel.org
3969 W:      bluesmoke.sourceforge.net
3970 S:      Maintained
3971 F:      drivers/edac/pasemi_edac.c
3972
3973 EDAC-R82600
3974 M:      Tim Small <tim@buttersideup.com>
3975 L:      linux-edac@vger.kernel.org
3976 W:      bluesmoke.sourceforge.net
3977 S:      Maintained
3978 F:      drivers/edac/r82600_edac.c
3979
3980 EDAC-SBRIDGE
3981 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3982 L:      linux-edac@vger.kernel.org
3983 W:      bluesmoke.sourceforge.net
3984 S:      Maintained
3985 F:      drivers/edac/sb_edac.c
3986
3987 EDAC-XGENE
3988 APPLIED MICRO (APM) X-GENE SOC EDAC
3989 M:     Loc Ho <lho@apm.com>
3990 S:     Supported
3991 F:     drivers/edac/xgene_edac.c
3992 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3993
3994 EDIROL UA-101/UA-1000 DRIVER
3995 M:      Clemens Ladisch <clemens@ladisch.de>
3996 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3997 T:      git git://git.alsa-project.org/alsa-kernel.git
3998 S:      Maintained
3999 F:      sound/usb/misc/ua101.c
4000
4001 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4002 M:      Matt Fleming <matt.fleming@intel.com>
4003 L:      linux-efi@vger.kernel.org
4004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4005 S:      Maintained
4006 F:      Documentation/efi-stub.txt
4007 F:      arch/ia64/kernel/efi.c
4008 F:      arch/x86/boot/compressed/eboot.[ch]
4009 F:      arch/x86/include/asm/efi.h
4010 F:      arch/x86/platform/efi/*
4011 F:      drivers/firmware/efi/*
4012 F:      include/linux/efi*.h
4013
4014 EFI VARIABLE FILESYSTEM
4015 M:      Matthew Garrett <matthew.garrett@nebula.com>
4016 M:      Jeremy Kerr <jk@ozlabs.org>
4017 M:      Matt Fleming <matt.fleming@intel.com>
4018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4019 L:      linux-efi@vger.kernel.org
4020 S:      Maintained
4021 F:      fs/efivarfs/
4022
4023 EFIFB FRAMEBUFFER DRIVER
4024 L:      linux-fbdev@vger.kernel.org
4025 M:      Peter Jones <pjones@redhat.com>
4026 S:      Maintained
4027 F:      drivers/video/fbdev/efifb.c
4028
4029 EFS FILESYSTEM
4030 W:      http://aeschi.ch.eu.org/efs/
4031 S:      Orphan
4032 F:      fs/efs/
4033
4034 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4035 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4036 M:      Christoph Raisch <raisch@de.ibm.com>
4037 L:      linux-rdma@vger.kernel.org
4038 S:      Supported
4039 F:      drivers/infiniband/hw/ehca/
4040
4041 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4042 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4043 L:      netdev@vger.kernel.org
4044 S:      Maintained
4045 F:      drivers/net/ethernet/ibm/ehea/
4046
4047 EM28XX VIDEO4LINUX DRIVER
4048 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4049 L:      linux-media@vger.kernel.org
4050 W:      http://linuxtv.org
4051 T:      git git://linuxtv.org/media_tree.git
4052 S:      Maintained
4053 F:      drivers/media/usb/em28xx/
4054
4055 EMBEDDED LINUX
4056 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4057 M:      Matt Mackall <mpm@selenic.com>
4058 M:      David Woodhouse <dwmw2@infradead.org>
4059 L:      linux-embedded@vger.kernel.org
4060 S:      Maintained
4061
4062 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4063 M:      James Smart <james.smart@avagotech.com>
4064 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4065 L:      linux-scsi@vger.kernel.org
4066 W:      http://www.avagotech.com
4067 S:      Supported
4068 F:      drivers/scsi/lpfc/
4069
4070 ENE CB710 FLASH CARD READER DRIVER
4071 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4072 S:      Maintained
4073 F:      drivers/misc/cb710/
4074 F:      drivers/mmc/host/cb710-mmc.*
4075 F:      include/linux/cb710.h
4076
4077 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4078 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4079 S:      Maintained
4080 F:      drivers/media/rc/ene_ir.*
4081
4082 ENHANCED ERROR HANDLING (EEH)
4083 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4084 L:      linuxppc-dev@lists.ozlabs.org
4085 S:      Supported
4086 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4087 F:      arch/powerpc/kernel/eeh*.c
4088
4089 EPSON S1D13XXX FRAMEBUFFER DRIVER
4090 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4091 S:      Maintained
4092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4093 F:      drivers/video/fbdev/s1d13xxxfb.c
4094 F:      include/video/s1d13xxxfb.h
4095
4096 ET131X NETWORK DRIVER
4097 M:      Mark Einon <mark.einon@gmail.com>
4098 S:      Odd Fixes
4099 F:      drivers/net/ethernet/agere/
4100
4101 ETHERNET BRIDGE
4102 M:      Stephen Hemminger <stephen@networkplumber.org>
4103 L:      bridge@lists.linux-foundation.org
4104 L:      netdev@vger.kernel.org
4105 W:      http://www.linuxfoundation.org/en/Net:Bridge
4106 S:      Maintained
4107 F:      include/linux/netfilter_bridge/
4108 F:      net/bridge/
4109
4110 ETHERNET PHY LIBRARY
4111 M:      Florian Fainelli <f.fainelli@gmail.com>
4112 L:      netdev@vger.kernel.org
4113 S:      Maintained
4114 F:      include/linux/phy.h
4115 F:      include/linux/phy_fixed.h
4116 F:      drivers/net/phy/
4117 F:      Documentation/networking/phy.txt
4118 F:      drivers/of/of_mdio.c
4119 F:      drivers/of/of_net.c
4120
4121 EXT2 FILE SYSTEM
4122 M:      Jan Kara <jack@suse.com>
4123 L:      linux-ext4@vger.kernel.org
4124 S:      Maintained
4125 F:      Documentation/filesystems/ext2.txt
4126 F:      fs/ext2/
4127 F:      include/linux/ext2*
4128
4129 EXT4 FILE SYSTEM
4130 M:      "Theodore Ts'o" <tytso@mit.edu>
4131 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4132 L:      linux-ext4@vger.kernel.org
4133 W:      http://ext4.wiki.kernel.org
4134 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4135 S:      Maintained
4136 F:      Documentation/filesystems/ext4.txt
4137 F:      fs/ext4/
4138
4139 Extended Verification Module (EVM)
4140 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4141 L:      linux-ima-devel@lists.sourceforge.net
4142 L:      linux-security-module@vger.kernel.org
4143 S:      Supported
4144 F:      security/integrity/evm/
4145
4146 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4147 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4148 M:      Chanwoo Choi <cw00.choi@samsung.com>
4149 L:      linux-kernel@vger.kernel.org
4150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4151 S:      Maintained
4152 F:      drivers/extcon/
4153 F:      Documentation/extcon/
4154
4155 EXYNOS DP DRIVER
4156 M:      Jingoo Han <jingoohan1@gmail.com>
4157 L:      dri-devel@lists.freedesktop.org
4158 S:      Maintained
4159 F:      drivers/gpu/drm/exynos/exynos_dp*
4160
4161 EXYNOS MIPI DISPLAY DRIVERS
4162 M:      Inki Dae <inki.dae@samsung.com>
4163 M:      Donghwa Lee <dh09.lee@samsung.com>
4164 M:      Kyungmin Park <kyungmin.park@samsung.com>
4165 L:      linux-fbdev@vger.kernel.org
4166 S:      Maintained
4167 F:      drivers/video/fbdev/exynos/exynos_mipi*
4168 F:      include/video/exynos_mipi*
4169
4170 F71805F HARDWARE MONITORING DRIVER
4171 M:      Jean Delvare <jdelvare@suse.com>
4172 L:      lm-sensors@lm-sensors.org
4173 S:      Maintained
4174 F:      Documentation/hwmon/f71805f
4175 F:      drivers/hwmon/f71805f.c
4176
4177 FC0011 TUNER DRIVER
4178 M:      Michael Buesch <m@bues.ch>
4179 L:      linux-media@vger.kernel.org
4180 S:      Maintained
4181 F:      drivers/media/tuners/fc0011.h
4182 F:      drivers/media/tuners/fc0011.c
4183
4184 FC2580 MEDIA DRIVER
4185 M:      Antti Palosaari <crope@iki.fi>
4186 L:      linux-media@vger.kernel.org
4187 W:      http://linuxtv.org/
4188 W:      http://palosaari.fi/linux/
4189 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4190 T:      git git://linuxtv.org/anttip/media_tree.git
4191 S:      Maintained
4192 F:      drivers/media/tuners/fc2580*
4193
4194 FANOTIFY
4195 M:      Eric Paris <eparis@redhat.com>
4196 S:      Maintained
4197 F:      fs/notify/fanotify/
4198 F:      include/linux/fanotify.h
4199 F:      include/uapi/linux/fanotify.h
4200
4201 FARSYNC SYNCHRONOUS DRIVER
4202 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4203 W:      http://www.farsite.co.uk/
4204 S:      Supported
4205 F:      drivers/net/wan/farsync.*
4206
4207 FAULT INJECTION SUPPORT
4208 M:      Akinobu Mita <akinobu.mita@gmail.com>
4209 S:      Supported
4210 F:      Documentation/fault-injection/
4211 F:      lib/fault-inject.c
4212
4213 FBTFT Framebuffer drivers
4214 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4215 M:      Noralf Trønnes <noralf@tronnes.org>
4216 S:      Maintained
4217 F:      drivers/staging/fbtft/
4218
4219 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4220 M:      Vasu Dev <vasu.dev@intel.com>
4221 L:      fcoe-devel@open-fcoe.org
4222 W:      www.Open-FCoE.org
4223 S:      Supported
4224 F:      drivers/scsi/libfc/
4225 F:      drivers/scsi/fcoe/
4226 F:      include/scsi/fc/
4227 F:      include/scsi/libfc.h
4228 F:      include/scsi/libfcoe.h
4229 F:      include/uapi/scsi/fc/
4230
4231 FILE LOCKING (flock() and fcntl()/lockf())
4232 M:      Jeff Layton <jlayton@poochiereds.net>
4233 M:      "J. Bruce Fields" <bfields@fieldses.org>
4234 L:      linux-fsdevel@vger.kernel.org
4235 S:      Maintained
4236 F:      include/linux/fcntl.h
4237 F:      include/linux/fs.h
4238 F:      include/uapi/linux/fcntl.h
4239 F:      include/uapi/linux/fs.h
4240 F:      fs/fcntl.c
4241 F:      fs/locks.c
4242
4243 FILESYSTEMS (VFS and infrastructure)
4244 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4245 L:      linux-fsdevel@vger.kernel.org
4246 S:      Maintained
4247 F:      fs/*
4248
4249 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4250 M:      Riku Voipio <riku.voipio@iki.fi>
4251 L:      lm-sensors@lm-sensors.org
4252 S:      Maintained
4253 F:      drivers/hwmon/f75375s.c
4254 F:      include/linux/f75375s.h
4255
4256 FIREWIRE AUDIO DRIVERS
4257 M:      Clemens Ladisch <clemens@ladisch.de>
4258 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4259 T:      git git://git.alsa-project.org/alsa-kernel.git
4260 S:      Maintained
4261 F:      sound/firewire/
4262
4263 FIREWIRE MEDIA DRIVERS (firedtv)
4264 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4265 L:      linux-media@vger.kernel.org
4266 L:      linux1394-devel@lists.sourceforge.net
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4268 S:      Maintained
4269 F:      drivers/media/firewire/
4270
4271 FIREWIRE SBP-2 TARGET
4272 M:      Chris Boot <bootc@bootc.net>
4273 L:      linux-scsi@vger.kernel.org
4274 L:      target-devel@vger.kernel.org
4275 L:      linux1394-devel@lists.sourceforge.net
4276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4277 S:      Maintained
4278 F:      drivers/target/sbp/
4279
4280 FIREWIRE SUBSYSTEM
4281 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4282 L:      linux1394-devel@lists.sourceforge.net
4283 W:      http://ieee1394.wiki.kernel.org/
4284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4285 S:      Maintained
4286 F:      drivers/firewire/
4287 F:      include/linux/firewire.h
4288 F:      include/uapi/linux/firewire*.h
4289 F:      tools/firewire/
4290
4291 FIRMWARE LOADER (request_firmware)
4292 M:      Ming Lei <ming.lei@canonical.com>
4293 L:      linux-kernel@vger.kernel.org
4294 S:      Maintained
4295 F:      Documentation/firmware_class/
4296 F:      drivers/base/firmware*.c
4297 F:      include/linux/firmware.h
4298
4299 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4300 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4301 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4302 S:      Maintained
4303 F:      drivers/block/rsxx/
4304
4305 FLOPPY DRIVER
4306 M:      Jiri Kosina <jikos@kernel.org>
4307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4308 S:      Odd fixes
4309 F:      drivers/block/floppy.c
4310
4311 FMC SUBSYSTEM
4312 M:      Alessandro Rubini <rubini@gnudd.com>
4313 W:      http://www.ohwr.org/projects/fmc-bus
4314 S:      Supported
4315 F:      drivers/fmc/
4316 F:      include/linux/fmc*.h
4317 F:      include/linux/ipmi-fru.h
4318 K:      fmc_d.*register
4319
4320 FPU EMULATOR
4321 M:      Bill Metzenthen <billm@melbpc.org.au>
4322 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4323 S:      Maintained
4324 F:      arch/x86/math-emu/
4325
4326 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4327 L:      netdev@vger.kernel.org
4328 S:      Orphan
4329 F:      drivers/net/wan/dlci.c
4330 F:      drivers/net/wan/sdla.c
4331
4332 FRAMEBUFFER LAYER
4333 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4334 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4335 L:      linux-fbdev@vger.kernel.org
4336 W:      http://linux-fbdev.sourceforge.net/
4337 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4339 S:      Maintained
4340 F:      Documentation/fb/
4341 F:      Documentation/devicetree/bindings/fb/
4342 F:      drivers/video/
4343 F:      include/video/
4344 F:      include/linux/fb.h
4345 F:      include/uapi/video/
4346 F:      include/uapi/linux/fb.h
4347
4348 FREESCALE DIU FRAMEBUFFER DRIVER
4349 M:      Timur Tabi <timur@tabi.org>
4350 L:      linux-fbdev@vger.kernel.org
4351 S:      Maintained
4352 F:      drivers/video/fbdev/fsl-diu-fb.*
4353
4354 FREESCALE DMA DRIVER
4355 M:      Li Yang <leoli@freescale.com>
4356 M:      Zhang Wei <zw@zh-kernel.org>
4357 L:      linuxppc-dev@lists.ozlabs.org
4358 S:      Maintained
4359 F:      drivers/dma/fsldma.*
4360
4361 FREESCALE I2C CPM DRIVER
4362 M:      Jochen Friedrich <jochen@scram.de>
4363 L:      linuxppc-dev@lists.ozlabs.org
4364 L:      linux-i2c@vger.kernel.org
4365 S:      Maintained
4366 F:      drivers/i2c/busses/i2c-cpm.c
4367
4368 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4369 M:      Sascha Hauer <kernel@pengutronix.de>
4370 L:      linux-fbdev@vger.kernel.org
4371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4372 S:      Maintained
4373 F:      include/linux/platform_data/video-imxfb.h
4374 F:      drivers/video/fbdev/imxfb.c
4375
4376 FREESCALE QUAD SPI DRIVER
4377 M:      Han Xu <han.xu@freescale.com>
4378 L:      linux-mtd@lists.infradead.org
4379 S:      Maintained
4380 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4381
4382 FREESCALE SOC FS_ENET DRIVER
4383 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4384 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4385 L:      linuxppc-dev@lists.ozlabs.org
4386 L:      netdev@vger.kernel.org
4387 S:      Maintained
4388 F:      drivers/net/ethernet/freescale/fs_enet/
4389 F:      include/linux/fs_enet_pd.h
4390
4391 FREESCALE QUICC ENGINE LIBRARY
4392 L:      linuxppc-dev@lists.ozlabs.org
4393 S:      Orphan
4394 F:      arch/powerpc/sysdev/qe_lib/
4395 F:      arch/powerpc/include/asm/*qe.h
4396
4397 FREESCALE USB PERIPHERAL DRIVERS
4398 M:      Li Yang <leoli@freescale.com>
4399 L:      linux-usb@vger.kernel.org
4400 L:      linuxppc-dev@lists.ozlabs.org
4401 S:      Maintained
4402 F:      drivers/usb/gadget/udc/fsl*
4403
4404 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4405 M:      Li Yang <leoli@freescale.com>
4406 L:      netdev@vger.kernel.org
4407 L:      linuxppc-dev@lists.ozlabs.org
4408 S:      Maintained
4409 F:      drivers/net/ethernet/freescale/ucc_geth*
4410
4411 FREESCALE QUICC ENGINE UCC UART DRIVER
4412 M:      Timur Tabi <timur@tabi.org>
4413 L:      linuxppc-dev@lists.ozlabs.org
4414 S:      Maintained
4415 F:      drivers/tty/serial/ucc_uart.c
4416
4417 FREESCALE SOC SOUND DRIVERS
4418 M:      Timur Tabi <timur@tabi.org>
4419 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4420 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4421 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4422 L:      linuxppc-dev@lists.ozlabs.org
4423 S:      Maintained
4424 F:      sound/soc/fsl/fsl*
4425 F:      sound/soc/fsl/imx*
4426 F:      sound/soc/fsl/mpc8610_hpcd.c
4427
4428 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4429 M:      "J. German Rivera" <German.Rivera@freescale.com>
4430 L:      linux-kernel@vger.kernel.org
4431 S:      Maintained
4432 F:      drivers/staging/fsl-mc/
4433
4434 FREEVXFS FILESYSTEM
4435 M:      Christoph Hellwig <hch@infradead.org>
4436 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4437 S:      Maintained
4438 F:      fs/freevxfs/
4439
4440 FREEZER
4441 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4442 M:      Pavel Machek <pavel@ucw.cz>
4443 L:      linux-pm@vger.kernel.org
4444 S:      Supported
4445 F:      Documentation/power/freezing-of-tasks.txt
4446 F:      include/linux/freezer.h
4447 F:      kernel/freezer.c
4448
4449 FRONTSWAP API
4450 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4451 L:      linux-kernel@vger.kernel.org
4452 S:      Maintained
4453 F:      mm/frontswap.c
4454 F:      include/linux/frontswap.h
4455
4456 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4457 M:      David Howells <dhowells@redhat.com>
4458 L:      linux-cachefs@redhat.com
4459 S:      Supported
4460 F:      Documentation/filesystems/caching/
4461 F:      fs/fscache/
4462 F:      include/linux/fscache*.h
4463
4464 F2FS FILE SYSTEM
4465 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4466 M:      Changman Lee <cm224.lee@samsung.com>
4467 R:      Chao Yu <chao2.yu@samsung.com>
4468 L:      linux-f2fs-devel@lists.sourceforge.net
4469 W:      http://en.wikipedia.org/wiki/F2FS
4470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4471 S:      Maintained
4472 F:      Documentation/filesystems/f2fs.txt
4473 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4474 F:      fs/f2fs/
4475 F:      include/linux/f2fs_fs.h
4476 F:      include/trace/events/f2fs.h
4477
4478 FUJITSU FR-V (FRV) PORT
4479 M:      David Howells <dhowells@redhat.com>
4480 S:      Maintained
4481 F:      arch/frv/
4482
4483 FUJITSU LAPTOP EXTRAS
4484 M:      Jonathan Woithe <jwoithe@just42.net>
4485 L:      platform-driver-x86@vger.kernel.org
4486 S:      Maintained
4487 F:      drivers/platform/x86/fujitsu-laptop.c
4488
4489 FUJITSU M-5MO LS CAMERA ISP DRIVER
4490 M:      Kyungmin Park <kyungmin.park@samsung.com>
4491 M:      Heungjun Kim <riverful.kim@samsung.com>
4492 L:      linux-media@vger.kernel.org
4493 S:      Maintained
4494 F:      drivers/media/i2c/m5mols/
4495 F:      include/media/m5mols.h
4496
4497 FUJITSU TABLET EXTRAS
4498 M:      Robert Gerlach <khnz@gmx.de>
4499 L:      platform-driver-x86@vger.kernel.org
4500 S:      Maintained
4501 F:      drivers/platform/x86/fujitsu-tablet.c
4502
4503 FUSE: FILESYSTEM IN USERSPACE
4504 M:      Miklos Szeredi <miklos@szeredi.hu>
4505 L:      fuse-devel@lists.sourceforge.net
4506 W:      http://fuse.sourceforge.net/
4507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4508 S:      Maintained
4509 F:      fs/fuse/
4510 F:      include/uapi/linux/fuse.h
4511 F:      Documentation/filesystems/fuse.txt
4512
4513 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4514 M:      Rik Faith <faith@cs.unc.edu>
4515 L:      linux-scsi@vger.kernel.org
4516 S:      Odd Fixes (e.g., new signatures)
4517 F:      drivers/scsi/fdomain.*
4518
4519 GCOV BASED KERNEL PROFILING
4520 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4521 S:      Maintained
4522 F:      kernel/gcov/
4523 F:      Documentation/gcov.txt
4524
4525 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4526 M:      Achim Leubner <achim_leubner@adaptec.com>
4527 L:      linux-scsi@vger.kernel.org
4528 W:      http://www.icp-vortex.com/
4529 S:      Supported
4530 F:      drivers/scsi/gdt*
4531
4532 GDB KERNEL DEBUGGING HELPER SCRIPTS
4533 M:      Jan Kiszka <jan.kiszka@siemens.com>
4534 S:      Supported
4535 F:      scripts/gdb/
4536
4537 GEMTEK FM RADIO RECEIVER DRIVER
4538 M:      Hans Verkuil <hverkuil@xs4all.nl>
4539 L:      linux-media@vger.kernel.org
4540 T:      git git://linuxtv.org/media_tree.git
4541 W:      http://linuxtv.org
4542 S:      Maintained
4543 F:      drivers/media/radio/radio-gemtek*
4544
4545 GENERIC GPIO I2C DRIVER
4546 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4547 S:      Supported
4548 F:      drivers/i2c/busses/i2c-gpio.c
4549 F:      include/linux/i2c-gpio.h
4550
4551 GENERIC GPIO I2C MULTIPLEXER DRIVER
4552 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4553 L:      linux-i2c@vger.kernel.org
4554 S:      Supported
4555 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4556 F:      include/linux/i2c-mux-gpio.h
4557 F:      Documentation/i2c/muxes/i2c-mux-gpio
4558
4559 GENERIC HDLC (WAN) DRIVERS
4560 M:      Krzysztof Halasa <khc@pm.waw.pl>
4561 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4562 S:      Maintained
4563 F:      drivers/net/wan/c101.c
4564 F:      drivers/net/wan/hd6457*
4565 F:      drivers/net/wan/hdlc*
4566 F:      drivers/net/wan/n2.c
4567 F:      drivers/net/wan/pc300too.c
4568 F:      drivers/net/wan/pci200syn.c
4569 F:      drivers/net/wan/wanxl*
4570
4571 GENERIC INCLUDE/ASM HEADER FILES
4572 M:      Arnd Bergmann <arnd@arndb.de>
4573 L:      linux-arch@vger.kernel.org
4574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4575 S:      Maintained
4576 F:      include/asm-generic/
4577 F:      include/uapi/asm-generic/
4578
4579 GENERIC PHY FRAMEWORK
4580 M:      Kishon Vijay Abraham I <kishon@ti.com>
4581 L:      linux-kernel@vger.kernel.org
4582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4583 S:      Supported
4584 F:      drivers/phy/
4585 F:      include/linux/phy/
4586
4587 GENERIC PM DOMAINS
4588 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4589 M:      Kevin Hilman <khilman@kernel.org>
4590 M:      Ulf Hansson <ulf.hansson@linaro.org>
4591 L:      linux-pm@vger.kernel.org
4592 S:      Supported
4593 F:      drivers/base/power/domain*.c
4594 F:      include/linux/pm_domain.h
4595
4596 GENERIC UIO DRIVER FOR PCI DEVICES
4597 M:      "Michael S. Tsirkin" <mst@redhat.com>
4598 L:      kvm@vger.kernel.org
4599 S:      Supported
4600 F:      drivers/uio/uio_pci_generic.c
4601
4602 GET_MAINTAINER SCRIPT
4603 M:      Joe Perches <joe@perches.com>
4604 S:      Maintained
4605 F:      scripts/get_maintainer.pl
4606
4607 GFS2 FILE SYSTEM
4608 M:      Steven Whitehouse <swhiteho@redhat.com>
4609 M:      Bob Peterson <rpeterso@redhat.com>
4610 L:      cluster-devel@redhat.com
4611 W:      http://sources.redhat.com/cluster/
4612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4613 S:      Supported
4614 F:      Documentation/filesystems/gfs2*.txt
4615 F:      fs/gfs2/
4616 F:      include/uapi/linux/gfs2_ondisk.h
4617
4618 GIGASET ISDN DRIVERS
4619 M:      Paul Bolle <pebolle@tiscali.nl>
4620 L:      gigaset307x-common@lists.sourceforge.net
4621 W:      http://gigaset307x.sourceforge.net/
4622 S:      Odd Fixes
4623 F:      Documentation/isdn/README.gigaset
4624 F:      drivers/isdn/gigaset/
4625 F:      include/uapi/linux/gigaset_dev.h
4626
4627 GO7007 MPEG CODEC
4628 M:      Hans Verkuil <hans.verkuil@cisco.com>
4629 L:      linux-media@vger.kernel.org
4630 S:      Maintained
4631 F:      drivers/media/usb/go7007/
4632
4633 GOODIX TOUCHSCREEN
4634 M:      Bastien Nocera <hadess@hadess.net>
4635 L:      linux-input@vger.kernel.org
4636 S:      Maintained
4637 F:      drivers/input/touchscreen/goodix.c
4638
4639 GPIO SUBSYSTEM
4640 M:      Linus Walleij <linus.walleij@linaro.org>
4641 M:      Alexandre Courbot <gnurou@gmail.com>
4642 L:      linux-gpio@vger.kernel.org
4643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4644 S:      Maintained
4645 F:      Documentation/gpio/
4646 F:      drivers/gpio/
4647 F:      include/linux/gpio/
4648 F:      include/linux/gpio.h
4649 F:      include/asm-generic/gpio.h
4650
4651 GRE DEMULTIPLEXER DRIVER
4652 M:      Dmitry Kozlov <xeb@mail.ru>
4653 L:      netdev@vger.kernel.org
4654 S:      Maintained
4655 F:      net/ipv4/gre_demux.c
4656 F:      net/ipv4/gre_offload.c
4657 F:      include/net/gre.h
4658
4659 GRETH 10/100/1G Ethernet MAC device driver
4660 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4661 L:      netdev@vger.kernel.org
4662 S:      Maintained
4663 F:      drivers/net/ethernet/aeroflex/
4664
4665 GSPCA FINEPIX SUBDRIVER
4666 M:      Frank Zago <frank@zago.net>
4667 L:      linux-media@vger.kernel.org
4668 T:      git git://linuxtv.org/media_tree.git
4669 S:      Maintained
4670 F:      drivers/media/usb/gspca/finepix.c
4671
4672 GSPCA GL860 SUBDRIVER
4673 M:      Olivier Lorin <o.lorin@laposte.net>
4674 L:      linux-media@vger.kernel.org
4675 T:      git git://linuxtv.org/media_tree.git
4676 S:      Maintained
4677 F:      drivers/media/usb/gspca/gl860/
4678
4679 GSPCA M5602 SUBDRIVER
4680 M:      Erik Andren <erik.andren@gmail.com>
4681 L:      linux-media@vger.kernel.org
4682 T:      git git://linuxtv.org/media_tree.git
4683 S:      Maintained
4684 F:      drivers/media/usb/gspca/m5602/
4685
4686 GSPCA PAC207 SONIXB SUBDRIVER
4687 M:      Hans de Goede <hdegoede@redhat.com>
4688 L:      linux-media@vger.kernel.org
4689 T:      git git://linuxtv.org/media_tree.git
4690 S:      Maintained
4691 F:      drivers/media/usb/gspca/pac207.c
4692
4693 GSPCA SN9C20X SUBDRIVER
4694 M:      Brian Johnson <brijohn@gmail.com>
4695 L:      linux-media@vger.kernel.org
4696 T:      git git://linuxtv.org/media_tree.git
4697 S:      Maintained
4698 F:      drivers/media/usb/gspca/sn9c20x.c
4699
4700 GSPCA T613 SUBDRIVER
4701 M:      Leandro Costantino <lcostantino@gmail.com>
4702 L:      linux-media@vger.kernel.org
4703 T:      git git://linuxtv.org/media_tree.git
4704 S:      Maintained
4705 F:      drivers/media/usb/gspca/t613.c
4706
4707 GSPCA USB WEBCAM DRIVER
4708 M:      Hans de Goede <hdegoede@redhat.com>
4709 L:      linux-media@vger.kernel.org
4710 T:      git git://linuxtv.org/media_tree.git
4711 S:      Maintained
4712 F:      drivers/media/usb/gspca/
4713
4714 GUID PARTITION TABLE (GPT)
4715 M:      Davidlohr Bueso <dave@stgolabs.net>
4716 L:      linux-efi@vger.kernel.org
4717 S:      Maintained
4718 F:      block/partitions/efi.*
4719
4720 STK1160 USB VIDEO CAPTURE DRIVER
4721 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4722 L:      linux-media@vger.kernel.org
4723 T:      git git://linuxtv.org/media_tree.git
4724 S:      Maintained
4725 F:      drivers/media/usb/stk1160/
4726
4727 H8/300 ARCHITECTURE
4728 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4729 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4730 W:      http://uclinux-h8.sourceforge.jp
4731 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4732 S:      Maintained
4733 F:      arch/h8300/
4734 F:      drivers/clocksource/h8300_*.c
4735 F:      drivers/clk/h8300/
4736 F:      drivers/irqchip/irq-renesas-h8*.c
4737
4738 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4739 M:      Frank Seidel <frank@f-seidel.de>
4740 L:      platform-driver-x86@vger.kernel.org
4741 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4742 S:      Maintained
4743 F:      drivers/platform/x86/hdaps.c
4744
4745 HDPVR USB VIDEO ENCODER DRIVER
4746 M:      Hans Verkuil <hverkuil@xs4all.nl>
4747 L:      linux-media@vger.kernel.org
4748 T:      git git://linuxtv.org/media_tree.git
4749 W:      http://linuxtv.org
4750 S:      Odd Fixes
4751 F:      drivers/media/usb/hdpvr/
4752
4753 HWPOISON MEMORY FAILURE HANDLING
4754 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4755 L:      linux-mm@kvack.org
4756 S:      Maintained
4757 F:      mm/memory-failure.c
4758 F:      mm/hwpoison-inject.c
4759
4760 HYPERVISOR VIRTUAL CONSOLE DRIVER
4761 L:      linuxppc-dev@lists.ozlabs.org
4762 S:      Odd Fixes
4763 F:      drivers/tty/hvc/
4764
4765 HACKRF MEDIA DRIVER
4766 M:      Antti Palosaari <crope@iki.fi>
4767 L:      linux-media@vger.kernel.org
4768 W:      http://linuxtv.org/
4769 W:      http://palosaari.fi/linux/
4770 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4771 T:      git git://linuxtv.org/anttip/media_tree.git
4772 S:      Maintained
4773 F:      drivers/media/usb/hackrf/
4774
4775 HARDWARE MONITORING
4776 M:      Jean Delvare <jdelvare@suse.com>
4777 M:      Guenter Roeck <linux@roeck-us.net>
4778 L:      lm-sensors@lm-sensors.org
4779 W:      http://www.lm-sensors.org/
4780 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4782 S:      Maintained
4783 F:      Documentation/hwmon/
4784 F:      drivers/hwmon/
4785 F:      include/linux/hwmon*.h
4786
4787 HARDWARE RANDOM NUMBER GENERATOR CORE
4788 M:      Matt Mackall <mpm@selenic.com>
4789 M:      Herbert Xu <herbert@gondor.apana.org.au>
4790 L:      linux-crypto@vger.kernel.org
4791 S:      Odd fixes
4792 F:      Documentation/hw_random.txt
4793 F:      drivers/char/hw_random/
4794 F:      include/linux/hw_random.h
4795
4796 HARDWARE SPINLOCK CORE
4797 M:      Ohad Ben-Cohen <ohad@wizery.com>
4798 S:      Maintained
4799 F:      Documentation/hwspinlock.txt
4800 F:      drivers/hwspinlock/hwspinlock_*
4801 F:      include/linux/hwspinlock.h
4802
4803 HARMONY SOUND DRIVER
4804 L:      linux-parisc@vger.kernel.org
4805 S:      Maintained
4806 F:      sound/parisc/harmony.*
4807
4808 HD29L2 MEDIA DRIVER
4809 M:      Antti Palosaari <crope@iki.fi>
4810 L:      linux-media@vger.kernel.org
4811 W:      http://linuxtv.org/
4812 W:      http://palosaari.fi/linux/
4813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4814 T:      git git://linuxtv.org/anttip/media_tree.git
4815 S:      Maintained
4816 F:      drivers/media/dvb-frontends/hd29l2*
4817
4818 HEWLETT-PACKARD SMART2 RAID DRIVER
4819 L:      iss_storagedev@hp.com
4820 S:      Orphan
4821 F:      Documentation/blockdev/cpqarray.txt
4822 F:      drivers/block/cpqarray.*
4823
4824 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4825 M:      Don Brace <don.brace@pmcs.com>
4826 L:      iss_storagedev@hp.com
4827 L:      storagedev@pmcs.com
4828 L:      linux-scsi@vger.kernel.org
4829 S:      Supported
4830 F:      Documentation/scsi/hpsa.txt
4831 F:      drivers/scsi/hpsa*.[ch]
4832 F:      include/linux/cciss*.h
4833 F:      include/uapi/linux/cciss*.h
4834
4835 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4836 M:      Don Brace <don.brace@pmcs.com>
4837 L:      iss_storagedev@hp.com
4838 L:      storagedev@pmcs.com
4839 L:      linux-scsi@vger.kernel.org
4840 S:      Supported
4841 F:      Documentation/blockdev/cciss.txt
4842 F:      drivers/block/cciss*
4843 F:      include/linux/cciss_ioctl.h
4844 F:      include/uapi/linux/cciss_ioctl.h
4845
4846 HFS FILESYSTEM
4847 L:      linux-fsdevel@vger.kernel.org
4848 S:      Orphan
4849 F:      Documentation/filesystems/hfs.txt
4850 F:      fs/hfs/
4851
4852 HFSPLUS FILESYSTEM
4853 L:      linux-fsdevel@vger.kernel.org
4854 S:      Orphan
4855 F:      Documentation/filesystems/hfsplus.txt
4856 F:      fs/hfsplus/
4857
4858 HGA FRAMEBUFFER DRIVER
4859 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4860 L:      linux-nvidia@lists.surfsouth.com
4861 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4862 S:      Maintained
4863 F:      drivers/video/fbdev/hgafb.c
4864
4865 HIBERNATION (aka Software Suspend, aka swsusp)
4866 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4867 M:      Pavel Machek <pavel@ucw.cz>
4868 L:      linux-pm@vger.kernel.org
4869 S:      Supported
4870 F:      arch/x86/power/
4871 F:      drivers/base/power/
4872 F:      kernel/power/
4873 F:      include/linux/suspend.h
4874 F:      include/linux/freezer.h
4875 F:      include/linux/pm.h
4876 F:      arch/*/include/asm/suspend*.h
4877
4878 HID CORE LAYER
4879 M:      Jiri Kosina <jikos@kernel.org>
4880 L:      linux-input@vger.kernel.org
4881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4882 S:      Maintained
4883 F:      drivers/hid/
4884 F:      include/linux/hid*
4885 F:      include/uapi/linux/hid*
4886
4887 HID SENSOR HUB DRIVERS
4888 M:      Jiri Kosina <jikos@kernel.org>
4889 M:      Jonathan Cameron <jic23@kernel.org>
4890 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4891 L:      linux-input@vger.kernel.org
4892 L:      linux-iio@vger.kernel.org
4893 S:      Maintained
4894 F:      Documentation/hid/hid-sensor*
4895 F:      drivers/hid/hid-sensor-*
4896 F:      drivers/iio/*/hid-*
4897 F:      include/linux/hid-sensor-*
4898
4899 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4900 M:      Thomas Gleixner <tglx@linutronix.de>
4901 L:      linux-kernel@vger.kernel.org
4902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4903 S:      Maintained
4904 F:      Documentation/timers/
4905 F:      kernel/time/hrtimer.c
4906 F:      kernel/time/clockevents.c
4907 F:      kernel/time/tick*.*
4908 F:      kernel/time/timer_*.c
4909 F:      include/linux/clockchips.h
4910 F:      include/linux/hrtimer.h
4911
4912 HIGH-SPEED SCC DRIVER FOR AX.25
4913 L:      linux-hams@vger.kernel.org
4914 S:      Orphan
4915 F:      drivers/net/hamradio/dmascc.c
4916 F:      drivers/net/hamradio/scc.c
4917
4918 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4919 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4920 W:      http://www.highpoint-tech.com
4921 S:      Supported
4922 F:      Documentation/scsi/hptiop.txt
4923 F:      drivers/scsi/hptiop.c
4924
4925 HIPPI
4926 M:      Jes Sorensen <jes@trained-monkey.org>
4927 L:      linux-hippi@sunsite.dk
4928 S:      Maintained
4929 F:      include/linux/hippidevice.h
4930 F:      include/uapi/linux/if_hippi.h
4931 F:      net/802/hippi.c
4932 F:      drivers/net/hippi/
4933
4934 HOST AP DRIVER
4935 M:      Jouni Malinen <j@w1.fi>
4936 L:      hostap@shmoo.com (subscribers-only)
4937 L:      linux-wireless@vger.kernel.org
4938 W:      http://hostap.epitest.fi/
4939 S:      Maintained
4940 F:      drivers/net/wireless/hostap/
4941
4942 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4943 L:      platform-driver-x86@vger.kernel.org
4944 S:      Orphan
4945 F:      drivers/platform/x86/tc1100-wmi.c
4946
4947 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4948 M:      Jaroslav Kysela <perex@perex.cz>
4949 S:      Maintained
4950 F:      drivers/net/ethernet/hp/hp100.*
4951
4952 HPET:   High Precision Event Timers driver
4953 M:      Clemens Ladisch <clemens@ladisch.de>
4954 S:      Maintained
4955 F:      Documentation/timers/hpet.txt
4956 F:      drivers/char/hpet.c
4957 F:      include/linux/hpet.h
4958 F:      include/uapi/linux/hpet.h
4959
4960 HPET:   x86
4961 S:      Orphan
4962 F:      arch/x86/kernel/hpet.c
4963 F:      arch/x86/include/asm/hpet.h
4964
4965 HPFS FILESYSTEM
4966 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4967 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4968 S:      Maintained
4969 F:      fs/hpfs/
4970
4971 HSI SUBSYSTEM
4972 M:      Sebastian Reichel <sre@kernel.org>
4973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4974 S:      Maintained
4975 F:      Documentation/ABI/testing/sysfs-bus-hsi
4976 F:      Documentation/hsi.txt
4977 F:      drivers/hsi/
4978 F:      include/linux/hsi/
4979 F:      include/uapi/linux/hsi/
4980
4981 HSO 3G MODEM DRIVER
4982 M:      Jan Dumon <j.dumon@option.com>
4983 W:      http://www.pharscape.org
4984 S:      Maintained
4985 F:      drivers/net/usb/hso.c
4986
4987 HSR NETWORK PROTOCOL
4988 M:      Arvid Brodin <arvid.brodin@alten.se>
4989 L:      netdev@vger.kernel.org
4990 S:      Maintained
4991 F:      net/hsr/
4992
4993 HTCPEN TOUCHSCREEN DRIVER
4994 M:      Pau Oliva Fora <pof@eslack.org>
4995 L:      linux-input@vger.kernel.org
4996 S:      Maintained
4997 F:      drivers/input/touchscreen/htcpen.c
4998
4999 HUGETLB FILESYSTEM
5000 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5001 S:      Maintained
5002 F:      fs/hugetlbfs/
5003
5004 Hyper-V CORE AND DRIVERS
5005 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5006 M:      Haiyang Zhang <haiyangz@microsoft.com>
5007 L:      devel@linuxdriverproject.org
5008 S:      Maintained
5009 F:      arch/x86/include/asm/mshyperv.h
5010 F:      arch/x86/include/uapi/asm/hyperv.h
5011 F:      arch/x86/kernel/cpu/mshyperv.c
5012 F:      drivers/hid/hid-hyperv.c
5013 F:      drivers/hv/
5014 F:      drivers/input/serio/hyperv-keyboard.c
5015 F:      drivers/net/hyperv/
5016 F:      drivers/scsi/storvsc_drv.c
5017 F:      drivers/video/fbdev/hyperv_fb.c
5018 F:      include/linux/hyperv.h
5019 F:      tools/hv/
5020 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5021
5022 I2C OVER PARALLEL PORT
5023 M:      Jean Delvare <jdelvare@suse.com>
5024 L:      linux-i2c@vger.kernel.org
5025 S:      Maintained
5026 F:      Documentation/i2c/busses/i2c-parport
5027 F:      Documentation/i2c/busses/i2c-parport-light
5028 F:      drivers/i2c/busses/i2c-parport.c
5029 F:      drivers/i2c/busses/i2c-parport-light.c
5030
5031 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5032 M:      Jean Delvare <jdelvare@suse.com>
5033 L:      linux-i2c@vger.kernel.org
5034 S:      Maintained
5035 F:      Documentation/i2c/busses/i2c-ali1535
5036 F:      Documentation/i2c/busses/i2c-ali1563
5037 F:      Documentation/i2c/busses/i2c-ali15x3
5038 F:      Documentation/i2c/busses/i2c-amd756
5039 F:      Documentation/i2c/busses/i2c-amd8111
5040 F:      Documentation/i2c/busses/i2c-i801
5041 F:      Documentation/i2c/busses/i2c-nforce2
5042 F:      Documentation/i2c/busses/i2c-piix4
5043 F:      Documentation/i2c/busses/i2c-sis5595
5044 F:      Documentation/i2c/busses/i2c-sis630
5045 F:      Documentation/i2c/busses/i2c-sis96x
5046 F:      Documentation/i2c/busses/i2c-via
5047 F:      Documentation/i2c/busses/i2c-viapro
5048 F:      drivers/i2c/busses/i2c-ali1535.c
5049 F:      drivers/i2c/busses/i2c-ali1563.c
5050 F:      drivers/i2c/busses/i2c-ali15x3.c
5051 F:      drivers/i2c/busses/i2c-amd756.c
5052 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5053 F:      drivers/i2c/busses/i2c-amd8111.c
5054 F:      drivers/i2c/busses/i2c-i801.c
5055 F:      drivers/i2c/busses/i2c-isch.c
5056 F:      drivers/i2c/busses/i2c-nforce2.c
5057 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5058 F:      drivers/i2c/busses/i2c-piix4.c
5059 F:      drivers/i2c/busses/i2c-sis5595.c
5060 F:      drivers/i2c/busses/i2c-sis630.c
5061 F:      drivers/i2c/busses/i2c-sis96x.c
5062 F:      drivers/i2c/busses/i2c-via.c
5063 F:      drivers/i2c/busses/i2c-viapro.c
5064
5065 I2C/SMBUS ISMT DRIVER
5066 M:      Seth Heasley <seth.heasley@intel.com>
5067 M:      Neil Horman <nhorman@tuxdriver.com>
5068 L:      linux-i2c@vger.kernel.org
5069 F:      drivers/i2c/busses/i2c-ismt.c
5070 F:      Documentation/i2c/busses/i2c-ismt
5071
5072 I2C/SMBUS STUB DRIVER
5073 M:      Jean Delvare <jdelvare@suse.com>
5074 L:      linux-i2c@vger.kernel.org
5075 S:      Maintained
5076 F:      drivers/i2c/i2c-stub.c
5077
5078 I2C SUBSYSTEM
5079 M:      Wolfram Sang <wsa@the-dreams.de>
5080 L:      linux-i2c@vger.kernel.org
5081 W:      https://i2c.wiki.kernel.org/
5082 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5084 S:      Maintained
5085 F:      Documentation/devicetree/bindings/i2c/
5086 F:      Documentation/i2c/
5087 F:      drivers/i2c/
5088 F:      include/linux/i2c.h
5089 F:      include/linux/i2c-*.h
5090 F:      include/uapi/linux/i2c.h
5091 F:      include/uapi/linux/i2c-*.h
5092
5093 I2C ACPI SUPPORT
5094 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5095 L:      linux-i2c@vger.kernel.org
5096 L:      linux-acpi@vger.kernel.org
5097 S:      Maintained
5098
5099 I2C-TAOS-EVM DRIVER
5100 M:      Jean Delvare <jdelvare@suse.com>
5101 L:      linux-i2c@vger.kernel.org
5102 S:      Maintained
5103 F:      Documentation/i2c/busses/i2c-taos-evm
5104 F:      drivers/i2c/busses/i2c-taos-evm.c
5105
5106 I2C-TINY-USB DRIVER
5107 M:      Till Harbaum <till@harbaum.org>
5108 L:      linux-i2c@vger.kernel.org
5109 W:      http://www.harbaum.org/till/i2c_tiny_usb
5110 S:      Maintained
5111 F:      drivers/i2c/busses/i2c-tiny-usb.c
5112
5113 i386 BOOT CODE
5114 M:      "H. Peter Anvin" <hpa@zytor.com>
5115 S:      Maintained
5116 F:      arch/x86/boot/
5117
5118 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5119 M:      "H. Peter Anvin" <hpa@zytor.com>
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5121 S:      Maintained
5122
5123 IA64 (Itanium) PLATFORM
5124 M:      Tony Luck <tony.luck@intel.com>
5125 M:      Fenghua Yu <fenghua.yu@intel.com>
5126 L:      linux-ia64@vger.kernel.org
5127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5128 S:      Maintained
5129 F:      arch/ia64/
5130
5131 IBM Power VMX Cryptographic instructions
5132 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5133 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5134 L:      linux-crypto@vger.kernel.org
5135 S:      Supported
5136 F:      drivers/crypto/vmx/Makefile
5137 F:      drivers/crypto/vmx/Kconfig
5138 F:      drivers/crypto/vmx/vmx.c
5139 F:      drivers/crypto/vmx/aes*
5140 F:      drivers/crypto/vmx/ghash*
5141 F:      drivers/crypto/vmx/ppc-xlate.pl
5142
5143 IBM Power in-Nest Crypto Acceleration
5144 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5145 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5146 L:      linux-crypto@vger.kernel.org
5147 S:      Supported
5148 F:      drivers/crypto/nx/Makefile
5149 F:      drivers/crypto/nx/Kconfig
5150 F:      drivers/crypto/nx/nx-aes*
5151 F:      drivers/crypto/nx/nx-sha*
5152 F:      drivers/crypto/nx/nx.*
5153 F:      drivers/crypto/nx/nx_csbcpb.h
5154 F:      drivers/crypto/nx/nx_debugfs.h
5155
5156 IBM Power 842 compression accelerator
5157 M:      Dan Streetman <ddstreet@ieee.org>
5158 S:      Supported
5159 F:      drivers/crypto/nx/Makefile
5160 F:      drivers/crypto/nx/Kconfig
5161 F:      drivers/crypto/nx/nx-842*
5162 F:      include/linux/sw842.h
5163 F:      crypto/842.c
5164 F:      lib/842/
5165
5166 IBM Power Linux RAID adapter
5167 M:      Brian King <brking@us.ibm.com>
5168 S:      Supported
5169 F:      drivers/scsi/ipr.*
5170
5171 IBM Power Virtual Ethernet Device Driver
5172 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5173 L:      netdev@vger.kernel.org
5174 S:      Supported
5175 F:      drivers/net/ethernet/ibm/ibmveth.*
5176
5177 IBM Power Virtual SCSI Device Drivers
5178 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5179 L:      linux-scsi@vger.kernel.org
5180 S:      Supported
5181 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5182 F:      drivers/scsi/ibmvscsi/viosrp.h
5183
5184 IBM Power Virtual FC Device Drivers
5185 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5186 L:      linux-scsi@vger.kernel.org
5187 S:      Supported
5188 F:      drivers/scsi/ibmvscsi/ibmvfc*
5189
5190 IBM ServeRAID RAID DRIVER
5191 S:      Orphan
5192 F:      drivers/scsi/ips.*
5193
5194 ICH LPC AND GPIO DRIVER
5195 M:      Peter Tyser <ptyser@xes-inc.com>
5196 S:      Maintained
5197 F:      drivers/mfd/lpc_ich.c
5198 F:      drivers/gpio/gpio-ich.c
5199
5200 IDE SUBSYSTEM
5201 M:      "David S. Miller" <davem@davemloft.net>
5202 L:      linux-ide@vger.kernel.org
5203 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5205 S:      Maintained
5206 F:      Documentation/ide/
5207 F:      drivers/ide/
5208 F:      include/linux/ide.h
5209
5210 IDEAPAD LAPTOP EXTRAS DRIVER
5211 M:      Ike Panhc <ike.pan@canonical.com>
5212 L:      platform-driver-x86@vger.kernel.org
5213 W:      http://launchpad.net/ideapad-laptop
5214 S:      Maintained
5215 F:      drivers/platform/x86/ideapad-laptop.c
5216
5217 IDEAPAD LAPTOP SLIDEBAR DRIVER
5218 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5219 L:      linux-input@vger.kernel.org
5220 W:      https://github.com/o2genum/ideapad-slidebar
5221 S:      Maintained
5222 F:      drivers/input/misc/ideapad_slidebar.c
5223
5224 IDE/ATAPI DRIVERS
5225 M:      Borislav Petkov <bp@alien8.de>
5226 L:      linux-ide@vger.kernel.org
5227 S:      Maintained
5228 F:      Documentation/cdrom/ide-cd
5229 F:      drivers/ide/ide-cd*
5230
5231 IDLE-I7300
5232 M:      Andy Henroid <andrew.d.henroid@intel.com>
5233 L:      linux-pm@vger.kernel.org
5234 S:      Supported
5235 F:      drivers/idle/i7300_idle.c
5236
5237 IEEE 802.15.4 SUBSYSTEM
5238 M:      Alexander Aring <alex.aring@gmail.com>
5239 L:      linux-wpan@vger.kernel.org
5240 W:      https://github.com/linux-wpan
5241 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5242 S:      Maintained
5243 F:      net/ieee802154/
5244 F:      net/mac802154/
5245 F:      drivers/net/ieee802154/
5246 F:      include/linux/nl802154.h
5247 F:      include/linux/ieee802154.h
5248 F:      include/net/nl802154.h
5249 F:      include/net/mac802154.h
5250 F:      include/net/af_ieee802154.h
5251 F:      include/net/cfg802154.h
5252 F:      include/net/ieee802154_netdev.h
5253 F:      Documentation/networking/ieee802154.txt
5254
5255 IGORPLUG-USB IR RECEIVER
5256 M:      Sean Young <sean@mess.org>
5257 L:      linux-media@vger.kernel.org
5258 S:      Maintained
5259 F:      drivers/media/rc/igorplugusb.c
5260
5261 IGUANAWORKS USB IR TRANSCEIVER
5262 M:      Sean Young <sean@mess.org>
5263 L:      linux-media@vger.kernel.org
5264 S:      Maintained
5265 F:      drivers/media/rc/iguanair.c
5266
5267 IIO SUBSYSTEM AND DRIVERS
5268 M:      Jonathan Cameron <jic23@kernel.org>
5269 R:      Hartmut Knaack <knaack.h@gmx.de>
5270 R:      Lars-Peter Clausen <lars@metafoo.de>
5271 R:      Peter Meerwald <pmeerw@pmeerw.net>
5272 L:      linux-iio@vger.kernel.org
5273 S:      Maintained
5274 F:      drivers/iio/
5275 F:      drivers/staging/iio/
5276 F:      include/linux/iio/
5277 F:      tools/iio/
5278
5279 IKANOS/ADI EAGLE ADSL USB DRIVER
5280 M:      Matthieu Castet <castet.matthieu@free.fr>
5281 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5282 S:      Maintained
5283 F:      drivers/usb/atm/ueagle-atm.c
5284
5285 INA209 HARDWARE MONITOR DRIVER
5286 M:      Guenter Roeck <linux@roeck-us.net>
5287 L:      lm-sensors@lm-sensors.org
5288 S:      Maintained
5289 F:      Documentation/hwmon/ina209
5290 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5291 F:      drivers/hwmon/ina209.c
5292
5293 INA2XX HARDWARE MONITOR DRIVER
5294 M:      Guenter Roeck <linux@roeck-us.net>
5295 L:      lm-sensors@lm-sensors.org
5296 S:      Maintained
5297 F:      Documentation/hwmon/ina2xx
5298 F:      drivers/hwmon/ina2xx.c
5299 F:      include/linux/platform_data/ina2xx.h
5300
5301 INDUSTRY PACK SUBSYSTEM (IPACK)
5302 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5303 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5304 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5305 L:      industrypack-devel@lists.sourceforge.net
5306 W:      http://industrypack.sourceforge.net
5307 S:      Maintained
5308 F:      drivers/ipack/
5309
5310 INGENIC JZ4780 DMA Driver
5311 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5312 S:      Maintained
5313 F:      drivers/dma/dma-jz4780.c
5314
5315 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5316 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5317 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5318 L:      linux-ima-devel@lists.sourceforge.net
5319 L:      linux-ima-user@lists.sourceforge.net
5320 L:      linux-security-module@vger.kernel.org
5321 S:      Supported
5322 F:      security/integrity/ima/
5323
5324 IMGTEC IR DECODER DRIVER
5325 M:      James Hogan <james.hogan@imgtec.com>
5326 S:      Maintained
5327 F:      drivers/media/rc/img-ir/
5328
5329 IMS TWINTURBO FRAMEBUFFER DRIVER
5330 L:      linux-fbdev@vger.kernel.org
5331 S:      Orphan
5332 F:      drivers/video/fbdev/imsttfb.c
5333
5334 INFINIBAND SUBSYSTEM
5335 M:      Doug Ledford <dledford@redhat.com>
5336 M:      Sean Hefty <sean.hefty@intel.com>
5337 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5338 L:      linux-rdma@vger.kernel.org
5339 W:      http://www.openfabrics.org/
5340 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5342 S:      Supported
5343 F:      Documentation/infiniband/
5344 F:      drivers/infiniband/
5345 F:      drivers/staging/rdma/
5346 F:      include/uapi/linux/if_infiniband.h
5347 F:      include/uapi/rdma/
5348 F:      include/rdma/
5349
5350 INOTIFY
5351 M:      John McCutchan <john@johnmccutchan.com>
5352 M:      Robert Love <rlove@rlove.org>
5353 M:      Eric Paris <eparis@parisplace.org>
5354 S:      Maintained
5355 F:      Documentation/filesystems/inotify.txt
5356 F:      fs/notify/inotify/
5357 F:      include/linux/inotify.h
5358 F:      include/uapi/linux/inotify.h
5359
5360 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5361 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5362 L:      linux-input@vger.kernel.org
5363 Q:      http://patchwork.kernel.org/project/linux-input/list/
5364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5365 S:      Maintained
5366 F:      drivers/input/
5367 F:      include/linux/input.h
5368 F:      include/uapi/linux/input.h
5369 F:      include/linux/input/
5370
5371 INPUT MULTITOUCH (MT) PROTOCOL
5372 M:      Henrik Rydberg <rydberg@bitmath.org>
5373 L:      linux-input@vger.kernel.org
5374 S:      Odd fixes
5375 F:      Documentation/input/multi-touch-protocol.txt
5376 F:      drivers/input/input-mt.c
5377 K:      \b(ABS|SYN)_MT_
5378
5379 INTEL ASoC BDW/HSW DRIVERS
5380 M:      Jie Yang <yang.jie@linux.intel.com>
5381 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5382 S:      Supported
5383 F:      sound/soc/intel/common/sst-dsp*
5384 F:      sound/soc/intel/common/sst-firmware.c
5385 F:      sound/soc/intel/boards/broadwell.c
5386 F:      sound/soc/intel/haswell/
5387
5388 INTEL C600 SERIES SAS CONTROLLER DRIVER
5389 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5390 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5391 L:      linux-scsi@vger.kernel.org
5392 T:      git git://git.code.sf.net/p/intel-sas/isci
5393 S:      Supported
5394 F:      drivers/scsi/isci/
5395
5396 INTEL IDLE DRIVER
5397 M:      Len Brown <lenb@kernel.org>
5398 L:      linux-pm@vger.kernel.org
5399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5400 S:      Supported
5401 F:      drivers/idle/intel_idle.c
5402
5403 INTEL PSTATE DRIVER
5404 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5405 L:      linux-pm@vger.kernel.org
5406 S:      Supported
5407 F:      drivers/cpufreq/intel_pstate.c
5408
5409 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5410 M:      Maik Broemme <mbroemme@plusserver.de>
5411 L:      linux-fbdev@vger.kernel.org
5412 S:      Maintained
5413 F:      Documentation/fb/intelfb.txt
5414 F:      drivers/video/fbdev/intelfb/
5415
5416 INTEL 810/815 FRAMEBUFFER DRIVER
5417 M:      Antonino Daplas <adaplas@gmail.com>
5418 L:      linux-fbdev@vger.kernel.org
5419 S:      Maintained
5420 F:      drivers/video/fbdev/i810/
5421
5422 INTEL MENLOW THERMAL DRIVER
5423 M:      Sujith Thomas <sujith.thomas@intel.com>
5424 L:      platform-driver-x86@vger.kernel.org
5425 W:      https://01.org/linux-acpi
5426 S:      Supported
5427 F:      drivers/platform/x86/intel_menlow.c
5428
5429 INTEL IA32 MICROCODE UPDATE SUPPORT
5430 M:      Borislav Petkov <bp@alien8.de>
5431 S:      Maintained
5432 F:      arch/x86/kernel/cpu/microcode/core*
5433 F:      arch/x86/kernel/cpu/microcode/intel*
5434
5435 INTEL I/OAT DMA DRIVER
5436 M:      Dave Jiang <dave.jiang@intel.com>
5437 R:      Dan Williams <dan.j.williams@intel.com>
5438 L:      dmaengine@vger.kernel.org
5439 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5440 S:      Supported
5441 F:      drivers/dma/ioat*
5442
5443 INTEL IOMMU (VT-d)
5444 M:      David Woodhouse <dwmw2@infradead.org>
5445 L:      iommu@lists.linux-foundation.org
5446 T:      git git://git.infradead.org/iommu-2.6.git
5447 S:      Supported
5448 F:      drivers/iommu/intel-iommu.c
5449 F:      include/linux/intel-iommu.h
5450
5451 INTEL IOP-ADMA DMA DRIVER
5452 R:      Dan Williams <dan.j.williams@intel.com>
5453 S:      Odd fixes
5454 F:      drivers/dma/iop-adma.c
5455
5456 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5457 M:      Krzysztof Halasa <khalasa@piap.pl>
5458 S:      Maintained
5459 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5460 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5461 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5462 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5463 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5464 F:      drivers/net/wan/ixp4xx_hss.c
5465
5466 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5467 M:      Deepak Saxena <dsaxena@plexity.net>
5468 S:      Maintained
5469 F:      drivers/char/hw_random/ixp4xx-rng.c
5470
5471 INTEL ETHERNET DRIVERS
5472 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5473 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5474 R:      Shannon Nelson <shannon.nelson@intel.com>
5475 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5476 R:      Don Skidmore <donald.c.skidmore@intel.com>
5477 R:      Matthew Vick <matthew.vick@intel.com>
5478 R:      John Ronciak <john.ronciak@intel.com>
5479 R:      Mitch Williams <mitch.a.williams@intel.com>
5480 L:      intel-wired-lan@lists.osuosl.org
5481 W:      http://www.intel.com/support/feedback.htm
5482 W:      http://e1000.sourceforge.net/
5483 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5486 S:      Supported
5487 F:      Documentation/networking/e100.txt
5488 F:      Documentation/networking/e1000.txt
5489 F:      Documentation/networking/e1000e.txt
5490 F:      Documentation/networking/igb.txt
5491 F:      Documentation/networking/igbvf.txt
5492 F:      Documentation/networking/ixgb.txt
5493 F:      Documentation/networking/ixgbe.txt
5494 F:      Documentation/networking/ixgbevf.txt
5495 F:      Documentation/networking/i40e.txt
5496 F:      Documentation/networking/i40evf.txt
5497 F:      drivers/net/ethernet/intel/
5498 F:      drivers/net/ethernet/intel/*/
5499
5500 INTEL-MID GPIO DRIVER
5501 M:      David Cohen <david.a.cohen@linux.intel.com>
5502 L:      linux-gpio@vger.kernel.org
5503 S:      Maintained
5504 F:      drivers/gpio/gpio-intel-mid.c
5505
5506 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5507 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5508 L:      linux-wireless@vger.kernel.org
5509 S:      Maintained
5510 F:      Documentation/networking/README.ipw2100
5511 F:      Documentation/networking/README.ipw2200
5512 F:      drivers/net/wireless/ipw2x00/
5513
5514 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5515 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5516 M:      Gang Wei <gang.wei@intel.com>
5517 M:      Shane Wang <shane.wang@intel.com>
5518 L:      tboot-devel@lists.sourceforge.net
5519 W:      http://tboot.sourceforge.net
5520 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5521 S:      Supported
5522 F:      Documentation/intel_txt.txt
5523 F:      include/linux/tboot.h
5524 F:      arch/x86/kernel/tboot.c
5525
5526 INTEL WIRELESS WIMAX CONNECTION 2400
5527 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5528 M:      linux-wimax@intel.com
5529 L:      wimax@linuxwimax.org (subscribers-only)
5530 S:      Supported
5531 W:      http://linuxwimax.org
5532 F:      Documentation/wimax/README.i2400m
5533 F:      drivers/net/wimax/i2400m/
5534 F:      include/uapi/linux/wimax/i2400m.h
5535
5536 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5537 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5538 L:      linux-wireless@vger.kernel.org
5539 S:      Supported
5540 F:      drivers/net/wireless/iwlegacy/
5541
5542 INTEL WIRELESS WIFI LINK (iwlwifi)
5543 M:      Johannes Berg <johannes.berg@intel.com>
5544 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5545 M:      Intel Linux Wireless <ilw@linux.intel.com>
5546 L:      linux-wireless@vger.kernel.org
5547 W:      http://intellinuxwireless.org
5548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5549 S:      Supported
5550 F:      drivers/net/wireless/iwlwifi/
5551
5552 INTEL MANAGEMENT ENGINE (mei)
5553 M:      Tomas Winkler <tomas.winkler@intel.com>
5554 L:      linux-kernel@vger.kernel.org
5555 S:      Supported
5556 F:      include/uapi/linux/mei.h
5557 F:      include/linux/mei_cl_bus.h
5558 F:      drivers/misc/mei/*
5559 F:      Documentation/misc-devices/mei/*
5560
5561 INTEL PMC IPC DRIVER
5562 M:      Zha Qipeng<qipeng.zha@intel.com>
5563 L:      platform-driver-x86@vger.kernel.org
5564 S:      Maintained
5565 F:      drivers/platform/x86/intel_pmc_ipc.c
5566 F:      arch/x86/include/asm/intel_pmc_ipc.h
5567
5568 IOC3 ETHERNET DRIVER
5569 M:      Ralf Baechle <ralf@linux-mips.org>
5570 L:      linux-mips@linux-mips.org
5571 S:      Maintained
5572 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5573
5574 IOC3 SERIAL DRIVER
5575 M:      Pat Gefre <pfg@sgi.com>
5576 L:      linux-serial@vger.kernel.org
5577 S:      Maintained
5578 F:      drivers/tty/serial/ioc3_serial.c
5579
5580 IOMMU DRIVERS
5581 M:      Joerg Roedel <joro@8bytes.org>
5582 L:      iommu@lists.linux-foundation.org
5583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5584 S:      Maintained
5585 F:      drivers/iommu/
5586
5587 IP MASQUERADING
5588 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5589 S:      Maintained
5590 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5591
5592 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5593 M:      Francois Romieu <romieu@fr.zoreil.com>
5594 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5595 L:      netdev@vger.kernel.org
5596 S:      Maintained
5597 F:      drivers/net/ethernet/icplus/ipg.*
5598
5599 IPATH DRIVER
5600 M:      Mike Marciniszyn <infinipath@intel.com>
5601 L:      linux-rdma@vger.kernel.org
5602 S:      Maintained
5603 F:      drivers/staging/rdma/ipath/
5604
5605 IPMI SUBSYSTEM
5606 M:      Corey Minyard <minyard@acm.org>
5607 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5608 W:      http://openipmi.sourceforge.net/
5609 S:      Supported
5610 F:      Documentation/IPMI.txt
5611 F:      drivers/char/ipmi/
5612 F:      include/linux/ipmi*
5613 F:      include/uapi/linux/ipmi*
5614
5615 QCOM AUDIO (ASoC) DRIVERS
5616 M:      Patrick Lai <plai@codeaurora.org>
5617 M:      Banajit Goswami <bgoswami@codeaurora.org>
5618 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5619 S:      Supported
5620 F:      sound/soc/qcom/
5621
5622 IPS SCSI RAID DRIVER
5623 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5624 L:      linux-scsi@vger.kernel.org
5625 W:      http://www.adaptec.com/
5626 S:      Maintained
5627 F:      drivers/scsi/ips*
5628
5629 IPVS
5630 M:      Wensong Zhang <wensong@linux-vs.org>
5631 M:      Simon Horman <horms@verge.net.au>
5632 M:      Julian Anastasov <ja@ssi.bg>
5633 L:      netdev@vger.kernel.org
5634 L:      lvs-devel@vger.kernel.org
5635 S:      Maintained
5636 F:      Documentation/networking/ipvs-sysctl.txt
5637 F:      include/net/ip_vs.h
5638 F:      include/uapi/linux/ip_vs.h
5639 F:      net/netfilter/ipvs/
5640
5641 IPWIRELESS DRIVER
5642 M:      Jiri Kosina <jikos@kernel.org>
5643 M:      David Sterba <dsterba@suse.com>
5644 S:      Odd Fixes
5645 F:      drivers/tty/ipwireless/
5646
5647 IPX NETWORK LAYER
5648 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5649 L:      netdev@vger.kernel.org
5650 S:      Maintained
5651 F:      include/net/ipx.h
5652 F:      include/uapi/linux/ipx.h
5653 F:      net/ipx/
5654
5655 IRDA SUBSYSTEM
5656 M:      Samuel Ortiz <samuel@sortiz.org>
5657 L:      irda-users@lists.sourceforge.net (subscribers-only)
5658 L:      netdev@vger.kernel.org
5659 W:      http://irda.sourceforge.net/
5660 S:      Maintained
5661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5662 F:      Documentation/networking/irda.txt
5663 F:      drivers/net/irda/
5664 F:      include/net/irda/
5665 F:      net/irda/
5666
5667 IRQ SUBSYSTEM
5668 M:      Thomas Gleixner <tglx@linutronix.de>
5669 L:      linux-kernel@vger.kernel.org
5670 S:      Maintained
5671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5672 F:      kernel/irq/
5673
5674 IRQCHIP DRIVERS
5675 M:      Thomas Gleixner <tglx@linutronix.de>
5676 M:      Jason Cooper <jason@lakedaemon.net>
5677 M:      Marc Zyngier <marc.zyngier@arm.com>
5678 L:      linux-kernel@vger.kernel.org
5679 S:      Maintained
5680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5681 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5682 F:      Documentation/devicetree/bindings/interrupt-controller/
5683 F:      drivers/irqchip/
5684
5685 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5686 M:      Jiang Liu <jiang.liu@linux.intel.com>
5687 M:      Marc Zyngier <marc.zyngier@arm.com>
5688 S:      Maintained
5689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5690 F:      Documentation/IRQ-domain.txt
5691 F:      include/linux/irqdomain.h
5692 F:      kernel/irq/irqdomain.c
5693 F:      kernel/irq/msi.c
5694
5695 ISAPNP
5696 M:      Jaroslav Kysela <perex@perex.cz>
5697 S:      Maintained
5698 F:      Documentation/isapnp.txt
5699 F:      drivers/pnp/isapnp/
5700 F:      include/linux/isapnp.h
5701
5702 ISA RADIO MODULE
5703 M:      Hans Verkuil <hverkuil@xs4all.nl>
5704 L:      linux-media@vger.kernel.org
5705 T:      git git://linuxtv.org/media_tree.git
5706 W:      http://linuxtv.org
5707 S:      Maintained
5708 F:      drivers/media/radio/radio-isa*
5709
5710 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5711 M:      Peter Jones <pjones@redhat.com>
5712 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5713 S:      Maintained
5714 F:      drivers/firmware/iscsi_ibft*
5715
5716 ISCSI
5717 M:      Mike Christie <michaelc@cs.wisc.edu>
5718 L:      open-iscsi@googlegroups.com
5719 W:      www.open-iscsi.org
5720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5721 S:      Maintained
5722 F:      drivers/scsi/*iscsi*
5723 F:      include/scsi/*iscsi*
5724
5725 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5726 M:      Or Gerlitz <ogerlitz@mellanox.com>
5727 M:      Sagi Grimberg <sagig@mellanox.com>
5728 M:      Roi Dayan <roid@mellanox.com>
5729 L:      linux-rdma@vger.kernel.org
5730 S:      Supported
5731 W:      http://www.openfabrics.org
5732 W:      www.open-iscsi.org
5733 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5734 F:      drivers/infiniband/ulp/iser/
5735
5736 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5737 M:      Sagi Grimberg <sagig@mellanox.com>
5738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5739 L:      linux-rdma@vger.kernel.org
5740 L:      target-devel@vger.kernel.org
5741 S:      Supported
5742 W:      http://www.linux-iscsi.org
5743 F:      drivers/infiniband/ulp/isert
5744
5745 ISDN SUBSYSTEM
5746 M:      Karsten Keil <isdn@linux-pingi.de>
5747 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5748 L:      netdev@vger.kernel.org
5749 W:      http://www.isdn4linux.de
5750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5751 S:      Maintained
5752 F:      Documentation/isdn/
5753 F:      drivers/isdn/
5754 F:      include/linux/isdn.h
5755 F:      include/linux/isdn/
5756 F:      include/uapi/linux/isdn.h
5757 F:      include/uapi/linux/isdn/
5758
5759 ISDN SUBSYSTEM (Eicon active card driver)
5760 M:      Armin Schindler <mac@melware.de>
5761 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5762 W:      http://www.melware.de
5763 S:      Maintained
5764 F:      drivers/isdn/hardware/eicon/
5765
5766 IT87 HARDWARE MONITORING DRIVER
5767 M:      Jean Delvare <jdelvare@suse.com>
5768 L:      lm-sensors@lm-sensors.org
5769 S:      Maintained
5770 F:      Documentation/hwmon/it87
5771 F:      drivers/hwmon/it87.c
5772
5773 IT913X MEDIA DRIVER
5774 M:      Antti Palosaari <crope@iki.fi>
5775 L:      linux-media@vger.kernel.org
5776 W:      http://linuxtv.org/
5777 W:      http://palosaari.fi/linux/
5778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5779 T:      git git://linuxtv.org/anttip/media_tree.git
5780 S:      Maintained
5781 F:      drivers/media/tuners/it913x*
5782
5783 IVTV VIDEO4LINUX DRIVER
5784 M:      Andy Walls <awalls@md.metrocast.net>
5785 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5786 L:      linux-media@vger.kernel.org
5787 T:      git git://linuxtv.org/media_tree.git
5788 W:      http://www.ivtvdriver.org
5789 S:      Maintained
5790 F:      Documentation/video4linux/*.ivtv
5791 F:      drivers/media/pci/ivtv/
5792 F:      include/uapi/linux/ivtv*
5793
5794 IX2505V MEDIA DRIVER
5795 M:      Malcolm Priestley <tvboxspy@gmail.com>
5796 L:      linux-media@vger.kernel.org
5797 W:      http://linuxtv.org/
5798 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5799 S:      Maintained
5800 F:      drivers/media/dvb-frontends/ix2505v*
5801
5802 JC42.4 TEMPERATURE SENSOR DRIVER
5803 M:      Guenter Roeck <linux@roeck-us.net>
5804 L:      lm-sensors@lm-sensors.org
5805 S:      Maintained
5806 F:      drivers/hwmon/jc42.c
5807 F:      Documentation/hwmon/jc42
5808
5809 JFS FILESYSTEM
5810 M:      Dave Kleikamp <shaggy@kernel.org>
5811 L:      jfs-discussion@lists.sourceforge.net
5812 W:      http://jfs.sourceforge.net/
5813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5814 S:      Maintained
5815 F:      Documentation/filesystems/jfs.txt
5816 F:      fs/jfs/
5817
5818 JME NETWORK DRIVER
5819 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5820 L:      netdev@vger.kernel.org
5821 S:      Maintained
5822 F:      drivers/net/ethernet/jme.*
5823
5824 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5825 M:      David Woodhouse <dwmw2@infradead.org>
5826 L:      linux-mtd@lists.infradead.org
5827 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5828 S:      Maintained
5829 F:      fs/jffs2/
5830 F:      include/uapi/linux/jffs2.h
5831
5832 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5833 M:      "Theodore Ts'o" <tytso@mit.edu>
5834 M:      Jan Kara <jack@suse.com>
5835 L:      linux-ext4@vger.kernel.org
5836 S:      Maintained
5837 F:      fs/jbd2/
5838 F:      include/linux/jbd2.h
5839
5840 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5841 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5842 L:      linux-media@vger.kernel.org
5843 S:      Maintained
5844 F:      drivers/media/platform/rcar_jpu.c
5845
5846 JSM Neo PCI based serial card
5847 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5848 L:      linux-serial@vger.kernel.org
5849 S:      Maintained
5850 F:      drivers/tty/serial/jsm/
5851
5852 K10TEMP HARDWARE MONITORING DRIVER
5853 M:      Clemens Ladisch <clemens@ladisch.de>
5854 L:      lm-sensors@lm-sensors.org
5855 S:      Maintained
5856 F:      Documentation/hwmon/k10temp
5857 F:      drivers/hwmon/k10temp.c
5858
5859 K8TEMP HARDWARE MONITORING DRIVER
5860 M:      Rudolf Marek <r.marek@assembler.cz>
5861 L:      lm-sensors@lm-sensors.org
5862 S:      Maintained
5863 F:      Documentation/hwmon/k8temp
5864 F:      drivers/hwmon/k8temp.c
5865
5866 KCONFIG
5867 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5868 L:      linux-kbuild@vger.kernel.org
5869 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5870 S:      Maintained
5871 F:      Documentation/kbuild/kconfig-language.txt
5872 F:      scripts/kconfig/
5873
5874 KDUMP
5875 M:      Vivek Goyal <vgoyal@redhat.com>
5876 M:      Haren Myneni <hbabu@us.ibm.com>
5877 L:      kexec@lists.infradead.org
5878 W:      http://lse.sourceforge.net/kdump/
5879 S:      Maintained
5880 F:      Documentation/kdump/
5881
5882 KEENE FM RADIO TRANSMITTER DRIVER
5883 M:      Hans Verkuil <hverkuil@xs4all.nl>
5884 L:      linux-media@vger.kernel.org
5885 T:      git git://linuxtv.org/media_tree.git
5886 W:      http://linuxtv.org
5887 S:      Maintained
5888 F:      drivers/media/radio/radio-keene*
5889
5890 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5891 M:      Ian Kent <raven@themaw.net>
5892 L:      autofs@vger.kernel.org
5893 S:      Maintained
5894 F:      fs/autofs4/
5895
5896 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5897 M:      Michal Marek <mmarek@suse.com>
5898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5900 L:      linux-kbuild@vger.kernel.org
5901 S:      Maintained
5902 F:      Documentation/kbuild/
5903 F:      Makefile
5904 F:      scripts/Makefile.*
5905 F:      scripts/basic/
5906 F:      scripts/mk*
5907 F:      scripts/package/
5908
5909 KERNEL JANITORS
5910 L:      kernel-janitors@vger.kernel.org
5911 W:      http://kernelnewbies.org/KernelJanitors
5912 S:      Odd Fixes
5913
5914 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5915 M:      "J. Bruce Fields" <bfields@fieldses.org>
5916 M:      Jeff Layton <jlayton@poochiereds.net>
5917 L:      linux-nfs@vger.kernel.org
5918 W:      http://nfs.sourceforge.net/
5919 S:      Supported
5920 F:      fs/nfsd/
5921 F:      include/uapi/linux/nfsd/
5922 F:      fs/lockd/
5923 F:      fs/nfs_common/
5924 F:      net/sunrpc/
5925 F:      include/linux/lockd/
5926 F:      include/linux/sunrpc/
5927 F:      include/uapi/linux/sunrpc/
5928
5929 KERNEL SELFTEST FRAMEWORK
5930 M:      Shuah Khan <shuahkh@osg.samsung.com>
5931 L:      linux-api@vger.kernel.org
5932 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5933 S:      Maintained
5934 F:      tools/testing/selftests
5935
5936 KERNEL VIRTUAL MACHINE (KVM)
5937 M:      Gleb Natapov <gleb@kernel.org>
5938 M:      Paolo Bonzini <pbonzini@redhat.com>
5939 L:      kvm@vger.kernel.org
5940 W:      http://www.linux-kvm.org
5941 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5942 S:      Supported
5943 F:      Documentation/*/kvm*.txt
5944 F:      Documentation/virtual/kvm/
5945 F:      arch/*/kvm/
5946 F:      arch/x86/kernel/kvm.c
5947 F:      arch/x86/kernel/kvmclock.c
5948 F:      arch/*/include/asm/kvm*
5949 F:      include/linux/kvm*
5950 F:      include/uapi/linux/kvm*
5951 F:      virt/kvm/
5952
5953 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5954 M:      Joerg Roedel <joro@8bytes.org>
5955 L:      kvm@vger.kernel.org
5956 W:      http://kvm.qumranet.com
5957 S:      Maintained
5958 F:      arch/x86/include/asm/svm.h
5959 F:      arch/x86/kvm/svm.c
5960
5961 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5962 M:      Alexander Graf <agraf@suse.com>
5963 L:      kvm-ppc@vger.kernel.org
5964 W:      http://kvm.qumranet.com
5965 T:      git git://github.com/agraf/linux-2.6.git
5966 S:      Supported
5967 F:      arch/powerpc/include/asm/kvm*
5968 F:      arch/powerpc/kvm/
5969
5970 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5971 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5972 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5973 L:      linux-s390@vger.kernel.org
5974 W:      http://www.ibm.com/developerworks/linux/linux390/
5975 S:      Supported
5976 F:      Documentation/s390/kvm.txt
5977 F:      arch/s390/include/asm/kvm*
5978 F:      arch/s390/kvm/
5979
5980 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5981 M:      Christoffer Dall <christoffer.dall@linaro.org>
5982 M:      Marc Zyngier <marc.zyngier@arm.com>
5983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5984 L:      kvmarm@lists.cs.columbia.edu
5985 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5986 S:      Supported
5987 F:      arch/arm/include/uapi/asm/kvm*
5988 F:      arch/arm/include/asm/kvm*
5989 F:      arch/arm/kvm/
5990 F:      virt/kvm/arm/
5991 F:      include/kvm/arm_*
5992
5993 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5994 M:      Christoffer Dall <christoffer.dall@linaro.org>
5995 M:      Marc Zyngier <marc.zyngier@arm.com>
5996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5997 L:      kvmarm@lists.cs.columbia.edu
5998 S:      Maintained
5999 F:      arch/arm64/include/uapi/asm/kvm*
6000 F:      arch/arm64/include/asm/kvm*
6001 F:      arch/arm64/kvm/
6002
6003 KEXEC
6004 M:      Eric Biederman <ebiederm@xmission.com>
6005 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6006 L:      kexec@lists.infradead.org
6007 S:      Maintained
6008 F:      include/linux/kexec.h
6009 F:      include/uapi/linux/kexec.h
6010 F:      kernel/kexec.c
6011
6012 KEYS/KEYRINGS:
6013 M:      David Howells <dhowells@redhat.com>
6014 L:      keyrings@vger.kernel.org
6015 S:      Maintained
6016 F:      Documentation/security/keys.txt
6017 F:      include/linux/key.h
6018 F:      include/linux/key-type.h
6019 F:      include/keys/
6020 F:      security/keys/
6021
6022 KEYS-TRUSTED
6023 M:      David Safford <safford@us.ibm.com>
6024 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6025 L:      linux-security-module@vger.kernel.org
6026 L:      keyrings@vger.kernel.org
6027 S:      Supported
6028 F:      Documentation/security/keys-trusted-encrypted.txt
6029 F:      include/keys/trusted-type.h
6030 F:      security/keys/trusted.c
6031 F:      security/keys/trusted.h
6032
6033 KEYS-ENCRYPTED
6034 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6035 M:      David Safford <safford@us.ibm.com>
6036 L:      linux-security-module@vger.kernel.org
6037 L:      keyrings@vger.kernel.org
6038 S:      Supported
6039 F:      Documentation/security/keys-trusted-encrypted.txt
6040 F:      include/keys/encrypted-type.h
6041 F:      security/keys/encrypted-keys/
6042
6043 KGDB / KDB /debug_core
6044 M:      Jason Wessel <jason.wessel@windriver.com>
6045 W:      http://kgdb.wiki.kernel.org/
6046 L:      kgdb-bugreport@lists.sourceforge.net
6047 S:      Maintained
6048 F:      Documentation/DocBook/kgdb.tmpl
6049 F:      drivers/misc/kgdbts.c
6050 F:      drivers/tty/serial/kgdboc.c
6051 F:      include/linux/kdb.h
6052 F:      include/linux/kgdb.h
6053 F:      kernel/debug/
6054
6055 KMEMCHECK
6056 M:      Vegard Nossum <vegardno@ifi.uio.no>
6057 M:      Pekka Enberg <penberg@kernel.org>
6058 S:      Maintained
6059 F:      Documentation/kmemcheck.txt
6060 F:      arch/x86/include/asm/kmemcheck.h
6061 F:      arch/x86/mm/kmemcheck/
6062 F:      include/linux/kmemcheck.h
6063 F:      mm/kmemcheck.c
6064
6065 KMEMLEAK
6066 M:      Catalin Marinas <catalin.marinas@arm.com>
6067 S:      Maintained
6068 F:      Documentation/kmemleak.txt
6069 F:      include/linux/kmemleak.h
6070 F:      mm/kmemleak.c
6071 F:      mm/kmemleak-test.c
6072
6073 KPROBES
6074 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6075 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6076 M:      "David S. Miller" <davem@davemloft.net>
6077 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6078 S:      Maintained
6079 F:      Documentation/kprobes.txt
6080 F:      include/linux/kprobes.h
6081 F:      kernel/kprobes.c
6082
6083 KS0108 LCD CONTROLLER DRIVER
6084 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6085 W:      http://miguelojeda.es/auxdisplay.htm
6086 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6087 S:      Maintained
6088 F:      Documentation/auxdisplay/ks0108
6089 F:      drivers/auxdisplay/ks0108.c
6090 F:      include/linux/ks0108.h
6091
6092 LAPB module
6093 L:      linux-x25@vger.kernel.org
6094 S:      Orphan
6095 F:      Documentation/networking/lapb-module.txt
6096 F:      include/*/lapb.h
6097 F:      net/lapb/
6098
6099 LASI 53c700 driver for PARISC
6100 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6101 L:      linux-scsi@vger.kernel.org
6102 S:      Maintained
6103 F:      Documentation/scsi/53c700.txt
6104 F:      drivers/scsi/53c700*
6105
6106 LED SUBSYSTEM
6107 M:      Richard Purdie <rpurdie@rpsys.net>
6108 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6109 L:      linux-leds@vger.kernel.org
6110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6111 S:      Maintained
6112 F:      drivers/leds/
6113 F:      include/linux/leds.h
6114
6115 LEGACY EEPROM DRIVER
6116 M:      Jean Delvare <jdelvare@suse.com>
6117 S:      Maintained
6118 F:      Documentation/misc-devices/eeprom
6119 F:      drivers/misc/eeprom/eeprom.c
6120
6121 LEGO USB Tower driver
6122 M:      Juergen Stuber <starblue@users.sourceforge.net>
6123 L:      legousb-devel@lists.sourceforge.net
6124 W:      http://legousb.sourceforge.net/
6125 S:      Maintained
6126 F:      drivers/usb/misc/legousbtower.c
6127
6128 LG2160 MEDIA DRIVER
6129 M:      Michael Krufky <mkrufky@linuxtv.org>
6130 L:      linux-media@vger.kernel.org
6131 W:      http://linuxtv.org/
6132 W:      http://github.com/mkrufky
6133 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6134 T:      git git://linuxtv.org/mkrufky/tuners.git
6135 S:      Maintained
6136 F:      drivers/media/dvb-frontends/lg2160.*
6137
6138 LGDT3305 MEDIA DRIVER
6139 M:      Michael Krufky <mkrufky@linuxtv.org>
6140 L:      linux-media@vger.kernel.org
6141 W:      http://linuxtv.org/
6142 W:      http://github.com/mkrufky
6143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6144 T:      git git://linuxtv.org/mkrufky/tuners.git
6145 S:      Maintained
6146 F:      drivers/media/dvb-frontends/lgdt3305.*
6147
6148 LGUEST
6149 M:      Rusty Russell <rusty@rustcorp.com.au>
6150 L:      lguest@lists.ozlabs.org
6151 W:      http://lguest.ozlabs.org/
6152 S:      Odd Fixes
6153 F:      arch/x86/include/asm/lguest*.h
6154 F:      arch/x86/lguest/
6155 F:      drivers/lguest/
6156 F:      include/linux/lguest*.h
6157 F:      tools/lguest/
6158
6159 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6160 M:      Tejun Heo <tj@kernel.org>
6161 L:      linux-ide@vger.kernel.org
6162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6163 S:      Maintained
6164 F:      drivers/ata/
6165 F:      include/linux/ata.h
6166 F:      include/linux/libata.h
6167
6168 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6169 M:      Viresh Kumar <vireshk@kernel.org>
6170 L:      linux-ide@vger.kernel.org
6171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6172 S:      Maintained
6173 F:      include/linux/pata_arasan_cf_data.h
6174 F:      drivers/ata/pata_arasan_cf.c
6175
6176 LIBATA PATA DRIVERS
6177 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6178 M:      Tejun Heo <tj@kernel.org>
6179 L:      linux-ide@vger.kernel.org
6180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6181 S:      Maintained
6182 F:      drivers/ata/pata_*.c
6183 F:      drivers/ata/ata_generic.c
6184
6185 LIBATA SATA AHCI PLATFORM devices support
6186 M:      Hans de Goede <hdegoede@redhat.com>
6187 M:      Tejun Heo <tj@kernel.org>
6188 L:      linux-ide@vger.kernel.org
6189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6190 S:      Maintained
6191 F:      drivers/ata/ahci_platform.c
6192 F:      drivers/ata/libahci_platform.c
6193 F:      include/linux/ahci_platform.h
6194
6195 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6196 M:      Mikael Pettersson <mikpelinux@gmail.com>
6197 L:      linux-ide@vger.kernel.org
6198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6199 S:      Maintained
6200 F:      drivers/ata/sata_promise.*
6201
6202 LIBLOCKDEP
6203 M:      Sasha Levin <sasha.levin@oracle.com>
6204 S:      Maintained
6205 F:      tools/lib/lockdep/
6206
6207 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6208 M:      Dan Williams <dan.j.williams@intel.com>
6209 L:      linux-nvdimm@lists.01.org
6210 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6211 S:      Supported
6212 F:      drivers/nvdimm/*
6213 F:      include/linux/nd.h
6214 F:      include/linux/libnvdimm.h
6215 F:      include/uapi/linux/ndctl.h
6216
6217 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6218 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6219 L:      linux-nvdimm@lists.01.org
6220 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6221 S:      Supported
6222 F:      drivers/nvdimm/blk.c
6223 F:      drivers/nvdimm/region_devs.c
6224 F:      drivers/acpi/nfit*
6225
6226 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6227 M:      Vishal Verma <vishal.l.verma@intel.com>
6228 L:      linux-nvdimm@lists.01.org
6229 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6230 S:      Supported
6231 F:      drivers/nvdimm/btt*
6232
6233 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6234 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6235 L:      linux-nvdimm@lists.01.org
6236 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6237 S:      Supported
6238 F:      drivers/nvdimm/pmem.c
6239 F:      include/linux/pmem.h
6240 F:      arch/*/include/asm/pmem.h
6241
6242 LINUX FOR IBM pSERIES (RS/6000)
6243 M:      Paul Mackerras <paulus@au.ibm.com>
6244 W:      http://www.ibm.com/linux/ltc/projects/ppc
6245 S:      Supported
6246 F:      arch/powerpc/boot/rs6000.h
6247
6248 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6249 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6250 M:      Paul Mackerras <paulus@samba.org>
6251 M:      Michael Ellerman <mpe@ellerman.id.au>
6252 W:      http://www.penguinppc.org/
6253 L:      linuxppc-dev@lists.ozlabs.org
6254 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6256 S:      Supported
6257 F:      Documentation/powerpc/
6258 F:      arch/powerpc/
6259
6260 LINUX FOR POWER MACINTOSH
6261 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6262 W:      http://www.penguinppc.org/
6263 L:      linuxppc-dev@lists.ozlabs.org
6264 S:      Maintained
6265 F:      arch/powerpc/platforms/powermac/
6266 F:      drivers/macintosh/
6267
6268 LINUX FOR POWERPC EMBEDDED MPC5XXX
6269 M:      Anatolij Gustschin <agust@denx.de>
6270 L:      linuxppc-dev@lists.ozlabs.org
6271 T:      git git://git.denx.de/linux-denx-agust.git
6272 S:      Maintained
6273 F:      arch/powerpc/platforms/512x/
6274 F:      arch/powerpc/platforms/52xx/
6275
6276 LINUX FOR POWERPC EMBEDDED PPC4XX
6277 M:      Alistair Popple <alistair@popple.id.au>
6278 M:      Matt Porter <mporter@kernel.crashing.org>
6279 W:      http://www.penguinppc.org/
6280 L:      linuxppc-dev@lists.ozlabs.org
6281 S:      Maintained
6282 F:      arch/powerpc/platforms/40x/
6283 F:      arch/powerpc/platforms/44x/
6284
6285 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6286 L:      linuxppc-dev@lists.ozlabs.org
6287 S:      Orphan
6288 F:      arch/powerpc/*/*virtex*
6289 F:      arch/powerpc/*/*/*virtex*
6290
6291 LINUX FOR POWERPC EMBEDDED PPC8XX
6292 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6293 W:      http://www.penguinppc.org/
6294 L:      linuxppc-dev@lists.ozlabs.org
6295 S:      Maintained
6296 F:      arch/powerpc/platforms/8xx/
6297
6298 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6299 M:      Scott Wood <scottwood@freescale.com>
6300 M:      Kumar Gala <galak@kernel.crashing.org>
6301 W:      http://www.penguinppc.org/
6302 L:      linuxppc-dev@lists.ozlabs.org
6303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6304 S:      Maintained
6305 F:      arch/powerpc/platforms/83xx/
6306 F:      arch/powerpc/platforms/85xx/
6307
6308 LINUX FOR POWERPC PA SEMI PWRFICIENT
6309 M:      Olof Johansson <olof@lixom.net>
6310 L:      linuxppc-dev@lists.ozlabs.org
6311 S:      Maintained
6312 F:      arch/powerpc/platforms/pasemi/
6313 F:      drivers/*/*pasemi*
6314 F:      drivers/*/*/*pasemi*
6315
6316 LINUX SECURITY MODULE (LSM) FRAMEWORK
6317 M:      Chris Wright <chrisw@sous-sol.org>
6318 L:      linux-security-module@vger.kernel.org
6319 S:      Supported
6320
6321 LIS3LV02D ACCELEROMETER DRIVER
6322 M:      Eric Piel <eric.piel@tremplin-utc.net>
6323 S:      Maintained
6324 F:      Documentation/misc-devices/lis3lv02d
6325 F:      drivers/misc/lis3lv02d/
6326 F:      drivers/platform/x86/hp_accel.c
6327
6328 LIVE PATCHING
6329 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6330 M:      Seth Jennings <sjenning@redhat.com>
6331 M:      Jiri Kosina <jikos@kernel.org>
6332 M:      Vojtech Pavlik <vojtech@suse.com>
6333 S:      Maintained
6334 F:      kernel/livepatch/
6335 F:      include/linux/livepatch.h
6336 F:      arch/x86/include/asm/livepatch.h
6337 F:      arch/x86/kernel/livepatch.c
6338 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6339 F:      samples/livepatch/
6340 L:      live-patching@vger.kernel.org
6341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6342
6343 LLC (802.2)
6344 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6345 S:      Maintained
6346 F:      include/linux/llc.h
6347 F:      include/uapi/linux/llc.h
6348 F:      include/net/llc*
6349 F:      net/llc/
6350
6351 LM73 HARDWARE MONITOR DRIVER
6352 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6353 L:      lm-sensors@lm-sensors.org
6354 S:      Maintained
6355 F:      drivers/hwmon/lm73.c
6356
6357 LM78 HARDWARE MONITOR DRIVER
6358 M:      Jean Delvare <jdelvare@suse.com>
6359 L:      lm-sensors@lm-sensors.org
6360 S:      Maintained
6361 F:      Documentation/hwmon/lm78
6362 F:      drivers/hwmon/lm78.c
6363
6364 LM83 HARDWARE MONITOR DRIVER
6365 M:      Jean Delvare <jdelvare@suse.com>
6366 L:      lm-sensors@lm-sensors.org
6367 S:      Maintained
6368 F:      Documentation/hwmon/lm83
6369 F:      drivers/hwmon/lm83.c
6370
6371 LM90 HARDWARE MONITOR DRIVER
6372 M:      Jean Delvare <jdelvare@suse.com>
6373 L:      lm-sensors@lm-sensors.org
6374 S:      Maintained
6375 F:      Documentation/hwmon/lm90
6376 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6377 F:      drivers/hwmon/lm90.c
6378
6379 LM95234 HARDWARE MONITOR DRIVER
6380 M:      Guenter Roeck <linux@roeck-us.net>
6381 L:      lm-sensors@lm-sensors.org
6382 S:      Maintained
6383 F:      Documentation/hwmon/lm95234
6384 F:      drivers/hwmon/lm95234.c
6385
6386 LME2510 MEDIA DRIVER
6387 M:      Malcolm Priestley <tvboxspy@gmail.com>
6388 L:      linux-media@vger.kernel.org
6389 W:      http://linuxtv.org/
6390 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6391 S:      Maintained
6392 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6393
6394 LOCKDEP AND LOCKSTAT
6395 M:      Peter Zijlstra <peterz@infradead.org>
6396 M:      Ingo Molnar <mingo@redhat.com>
6397 L:      linux-kernel@vger.kernel.org
6398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6399 S:      Maintained
6400 F:      Documentation/locking/lockdep*.txt
6401 F:      Documentation/locking/lockstat.txt
6402 F:      include/linux/lockdep.h
6403 F:      kernel/locking/
6404
6405 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6406 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6407 L:      linux-ntfs-dev@lists.sourceforge.net
6408 W:      http://www.linux-ntfs.org/content/view/19/37/
6409 S:      Maintained
6410 F:      Documentation/ldm.txt
6411 F:      block/partitions/ldm.*
6412
6413 LogFS
6414 M:      Joern Engel <joern@logfs.org>
6415 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6416 L:      logfs@logfs.org
6417 W:      logfs.org
6418 S:      Maintained
6419 F:      fs/logfs/
6420
6421 LPC32XX MACHINE SUPPORT
6422 M:      Roland Stigge <stigge@antcom.de>
6423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6424 S:      Maintained
6425 F:      arch/arm/mach-lpc32xx/
6426
6427 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6428 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6429 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6430 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6431 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6432 L:      MPT-FusionLinux.pdl@avagotech.com
6433 L:      linux-scsi@vger.kernel.org
6434 W:      http://www.lsilogic.com/support
6435 S:      Supported
6436 F:      drivers/message/fusion/
6437 F:      drivers/scsi/mpt2sas/
6438 F:      drivers/scsi/mpt3sas/
6439
6440 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6441 M:      Matthew Wilcox <matthew@wil.cx>
6442 L:      linux-scsi@vger.kernel.org
6443 S:      Maintained
6444 F:      drivers/scsi/sym53c8xx_2/
6445
6446 LTC4261 HARDWARE MONITOR DRIVER
6447 M:      Guenter Roeck <linux@roeck-us.net>
6448 L:      lm-sensors@lm-sensors.org
6449 S:      Maintained
6450 F:      Documentation/hwmon/ltc4261
6451 F:      drivers/hwmon/ltc4261.c
6452
6453 LTP (Linux Test Project)
6454 M:      Mike Frysinger <vapier@gentoo.org>
6455 M:      Cyril Hrubis <chrubis@suse.cz>
6456 M:      Wanlong Gao <wanlong.gao@gmail.com>
6457 M:      Jan Stancek <jstancek@redhat.com>
6458 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6459 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6460 L:      ltp@lists.linux.it (subscribers-only)
6461 W:      http://linux-test-project.github.io/
6462 T:      git git://github.com/linux-test-project/ltp.git
6463 S:      Maintained
6464
6465 M32R ARCHITECTURE
6466 W:      http://www.linux-m32r.org/
6467 S:      Orphan
6468 F:      arch/m32r/
6469
6470 M68K ARCHITECTURE
6471 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6472 L:      linux-m68k@lists.linux-m68k.org
6473 W:      http://www.linux-m68k.org/
6474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6475 S:      Maintained
6476 F:      arch/m68k/
6477 F:      drivers/zorro/
6478
6479 M68K ON APPLE MACINTOSH
6480 M:      Joshua Thompson <funaho@jurai.org>
6481 W:      http://www.mac.linux-m68k.org/
6482 L:      linux-m68k@lists.linux-m68k.org
6483 S:      Maintained
6484 F:      arch/m68k/mac/
6485
6486 M68K ON HP9000/300
6487 M:      Philip Blundell <philb@gnu.org>
6488 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6489 S:      Maintained
6490 F:      arch/m68k/hp300/
6491
6492 M88DS3103 MEDIA DRIVER
6493 M:      Antti Palosaari <crope@iki.fi>
6494 L:      linux-media@vger.kernel.org
6495 W:      http://linuxtv.org/
6496 W:      http://palosaari.fi/linux/
6497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6498 T:      git git://linuxtv.org/anttip/media_tree.git
6499 S:      Maintained
6500 F:      drivers/media/dvb-frontends/m88ds3103*
6501
6502 M88RS2000 MEDIA DRIVER
6503 M:      Malcolm Priestley <tvboxspy@gmail.com>
6504 L:      linux-media@vger.kernel.org
6505 W:      http://linuxtv.org/
6506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6507 S:      Maintained
6508 F:      drivers/media/dvb-frontends/m88rs2000*
6509
6510 MA901 MASTERKIT USB FM RADIO DRIVER
6511 M:      Alexey Klimov <klimov.linux@gmail.com>
6512 L:      linux-media@vger.kernel.org
6513 T:      git git://linuxtv.org/media_tree.git
6514 S:      Maintained
6515 F:      drivers/media/radio/radio-ma901.c
6516
6517 MAC80211
6518 M:      Johannes Berg <johannes@sipsolutions.net>
6519 L:      linux-wireless@vger.kernel.org
6520 W:      http://wireless.kernel.org/
6521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6523 S:      Maintained
6524 F:      Documentation/networking/mac80211-injection.txt
6525 F:      include/net/mac80211.h
6526 F:      net/mac80211/
6527
6528 MACVLAN DRIVER
6529 M:      Patrick McHardy <kaber@trash.net>
6530 L:      netdev@vger.kernel.org
6531 S:      Maintained
6532 F:      drivers/net/macvlan.c
6533 F:      include/linux/if_macvlan.h
6534
6535 MAILBOX API
6536 M:      Jassi Brar <jassisinghbrar@gmail.com>
6537 L:      linux-kernel@vger.kernel.org
6538 S:      Maintained
6539 F:      drivers/mailbox/
6540 F:      include/linux/mailbox_client.h
6541 F:      include/linux/mailbox_controller.h
6542
6543 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6544 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6545 W:      http://www.kernel.org/doc/man-pages
6546 L:      linux-man@vger.kernel.org
6547 S:      Maintained
6548
6549 MARVELL ARMADA DRM SUPPORT
6550 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6551 S:      Maintained
6552 F:      drivers/gpu/drm/armada/
6553
6554 MARVELL 88E6352 DSA support
6555 M:      Guenter Roeck <linux@roeck-us.net>
6556 S:      Maintained
6557 F:      drivers/net/dsa/mv88e6352.c
6558
6559 MARVELL CRYPTO DRIVER
6560 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6561 M:      Arnaud Ebalard <arno@natisbad.org>
6562 F:      drivers/crypto/marvell/
6563 S:      Maintained
6564 L:      linux-crypto@vger.kernel.org
6565
6566 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6567 M:      Mirko Lindner <mlindner@marvell.com>
6568 M:      Stephen Hemminger <stephen@networkplumber.org>
6569 L:      netdev@vger.kernel.org
6570 S:      Maintained
6571 F:      drivers/net/ethernet/marvell/sk*
6572
6573 MARVELL LIBERTAS WIRELESS DRIVER
6574 L:      libertas-dev@lists.infradead.org
6575 S:      Orphan
6576 F:      drivers/net/wireless/libertas/
6577
6578 MARVELL MV643XX ETHERNET DRIVER
6579 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6580 L:      netdev@vger.kernel.org
6581 S:      Maintained
6582 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6583 F:      include/linux/mv643xx.h
6584
6585 MARVELL MVNETA ETHERNET DRIVER
6586 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6587 L:      netdev@vger.kernel.org
6588 S:      Maintained
6589 F:      drivers/net/ethernet/marvell/mvneta.*
6590
6591 MARVELL MWIFIEX WIRELESS DRIVER
6592 M:      Amitkumar Karwar <akarwar@marvell.com>
6593 M:      Nishant Sarmukadam <nishants@marvell.com>
6594 L:      linux-wireless@vger.kernel.org
6595 S:      Maintained
6596 F:      drivers/net/wireless/mwifiex/
6597
6598 MARVELL MWL8K WIRELESS DRIVER
6599 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6600 L:      linux-wireless@vger.kernel.org
6601 S:      Odd Fixes
6602 F:      drivers/net/wireless/mwl8k.c
6603
6604 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6605 M:      Nicolas Pitre <nico@fluxnic.net>
6606 S:      Odd Fixes
6607 F:      drivers/mmc/host/mvsdio.*
6608
6609 MATROX FRAMEBUFFER DRIVER
6610 L:      linux-fbdev@vger.kernel.org
6611 S:      Orphan
6612 F:      drivers/video/fbdev/matrox/matroxfb_*
6613 F:      include/uapi/linux/matroxfb.h
6614
6615 MAX16065 HARDWARE MONITOR DRIVER
6616 M:      Guenter Roeck <linux@roeck-us.net>
6617 L:      lm-sensors@lm-sensors.org
6618 S:      Maintained
6619 F:      Documentation/hwmon/max16065
6620 F:      drivers/hwmon/max16065.c
6621
6622 MAX20751 HARDWARE MONITOR DRIVER
6623 M:      Guenter Roeck <linux@roeck-us.net>
6624 L:      lm-sensors@lm-sensors.org
6625 S:      Maintained
6626 F:      Documentation/hwmon/max20751
6627 F:      drivers/hwmon/max20751.c
6628
6629 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6630 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6631 L:      lm-sensors@lm-sensors.org
6632 S:      Maintained
6633 F:      Documentation/hwmon/max6650
6634 F:      drivers/hwmon/max6650.c
6635
6636 MAX6697 HARDWARE MONITOR DRIVER
6637 M:      Guenter Roeck <linux@roeck-us.net>
6638 L:      lm-sensors@lm-sensors.org
6639 S:      Maintained
6640 F:      Documentation/hwmon/max6697
6641 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6642 F:      drivers/hwmon/max6697.c
6643 F:      include/linux/platform_data/max6697.h
6644
6645 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6646 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6647 L:      linux-pm@vger.kernel.org
6648 S:      Supported
6649 F:      drivers/power/max14577_charger.c
6650 F:      drivers/power/max77693_charger.c
6651
6652 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6653 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6654 L:      linux-kernel@vger.kernel.org
6655 S:      Supported
6656 F:      drivers/*/*max77802.c
6657 F:      Documentation/devicetree/bindings/*/*max77802.txt
6658 F:      include/dt-bindings/*/*max77802.h
6659
6660 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6661 M:      Chanwoo Choi <cw00.choi@samsung.com>
6662 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6663 L:      linux-kernel@vger.kernel.org
6664 S:      Supported
6665 F:      drivers/*/max14577.c
6666 F:      drivers/*/max77686.c
6667 F:      drivers/*/max77693.c
6668 F:      drivers/extcon/extcon-max14577.c
6669 F:      drivers/extcon/extcon-max77693.c
6670 F:      drivers/rtc/rtc-max77686.c
6671 F:      drivers/clk/clk-max77686.c
6672 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6673 F:      Documentation/devicetree/bindings/*/max77686.txt
6674 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6675 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6676 F:      include/linux/mfd/max14577*.h
6677 F:      include/linux/mfd/max77686*.h
6678 F:      include/linux/mfd/max77693*.h
6679
6680 MAXIRADIO FM RADIO RECEIVER DRIVER
6681 M:      Hans Verkuil <hverkuil@xs4all.nl>
6682 L:      linux-media@vger.kernel.org
6683 T:      git git://linuxtv.org/media_tree.git
6684 W:      http://linuxtv.org
6685 S:      Maintained
6686 F:      drivers/media/radio/radio-maxiradio*
6687
6688 MEDIA DRIVERS FOR RENESAS - VSP1
6689 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6690 L:      linux-media@vger.kernel.org
6691 L:      linux-sh@vger.kernel.org
6692 T:      git git://linuxtv.org/media_tree.git
6693 S:      Supported
6694 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6695 F:      drivers/media/platform/vsp1/
6696
6697 MEDIA DRIVERS FOR ASCOT2E
6698 M:      Sergey Kozlov <serjk@netup.ru>
6699 L:      linux-media@vger.kernel.org
6700 W:      http://linuxtv.org
6701 W:      http://netup.tv/
6702 T:      git git://linuxtv.org/media_tree.git
6703 S:      Supported
6704 F:      drivers/media/dvb-frontends/ascot2e*
6705
6706 MEDIA DRIVERS FOR CXD2841ER
6707 M:      Sergey Kozlov <serjk@netup.ru>
6708 L:      linux-media@vger.kernel.org
6709 W:      http://linuxtv.org/
6710 W:      http://netup.tv/
6711 T:      git git://linuxtv.org/media_tree.git
6712 S:      Supported
6713 F:      drivers/media/dvb-frontends/cxd2841er*
6714
6715 MEDIA DRIVERS FOR HORUS3A
6716 M:      Sergey Kozlov <serjk@netup.ru>
6717 L:      linux-media@vger.kernel.org
6718 W:      http://linuxtv.org/
6719 W:      http://netup.tv/
6720 T:      git git://linuxtv.org/media_tree.git
6721 S:      Supported
6722 F:      drivers/media/dvb-frontends/horus3a*
6723
6724 MEDIA DRIVERS FOR LNBH25
6725 M:      Sergey Kozlov <serjk@netup.ru>
6726 L:      linux-media@vger.kernel.org
6727 W:      http://linuxtv.org/
6728 W:      http://netup.tv/
6729 T:      git git://linuxtv.org/media_tree.git
6730 S:      Supported
6731 F:      drivers/media/dvb-frontends/lnbh25*
6732
6733 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6734 M:      Sergey Kozlov <serjk@netup.ru>
6735 L:      linux-media@vger.kernel.org
6736 W:      http://linuxtv.org/
6737 W:      http://netup.tv/
6738 T:      git git://linuxtv.org/media_tree.git
6739 S:      Supported
6740 F:      drivers/media/pci/netup_unidvb/*
6741
6742 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6743 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6744 P:      LinuxTV.org Project
6745 L:      linux-media@vger.kernel.org
6746 W:      http://linuxtv.org
6747 Q:      http://patchwork.kernel.org/project/linux-media/list/
6748 T:      git git://linuxtv.org/media_tree.git
6749 S:      Maintained
6750 F:      Documentation/dvb/
6751 F:      Documentation/video4linux/
6752 F:      Documentation/DocBook/media/
6753 F:      drivers/media/
6754 F:      drivers/staging/media/
6755 F:      include/media/
6756 F:      include/uapi/linux/dvb/
6757 F:      include/uapi/linux/videodev2.h
6758 F:      include/uapi/linux/media.h
6759 F:      include/uapi/linux/v4l2-*
6760 F:      include/uapi/linux/meye.h
6761 F:      include/uapi/linux/ivtv*
6762 F:      include/uapi/linux/uvcvideo.h
6763
6764 MEDIATEK MT7601U WIRELESS LAN DRIVER
6765 M:      Jakub Kicinski <kubakici@wp.pl>
6766 L:      linux-wireless@vger.kernel.org
6767 S:      Maintained
6768 F:      drivers/net/wireless/mediatek/mt7601u/
6769
6770 MEGARAID SCSI/SAS DRIVERS
6771 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6772 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6773 M:      Uday Lingala <uday.lingala@avagotech.com>
6774 L:      megaraidlinux.pdl@avagotech.com
6775 L:      linux-scsi@vger.kernel.org
6776 W:      http://www.lsi.com
6777 S:      Maintained
6778 F:      Documentation/scsi/megaraid.txt
6779 F:      drivers/scsi/megaraid.*
6780 F:      drivers/scsi/megaraid/
6781
6782 MELLANOX ETHERNET DRIVER (mlx4_en)
6783 M:      Amir Vadai <amirv@mellanox.com>
6784 M:      Ido Shamay <idos@mellanox.com>
6785 L:      netdev@vger.kernel.org
6786 S:      Supported
6787 W:      http://www.mellanox.com
6788 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6789 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6790
6791 MELLANOX ETHERNET SWITCH DRIVERS
6792 M:      Jiri Pirko <jiri@mellanox.com>
6793 M:      Ido Schimmel <idosch@mellanox.com>
6794 L:      netdev@vger.kernel.org
6795 S:      Supported
6796 W:      http://www.mellanox.com
6797 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6798 F:      drivers/net/ethernet/mellanox/mlxsw/
6799
6800 MEMBARRIER SUPPORT
6801 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6802 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6803 L:      linux-kernel@vger.kernel.org
6804 S:      Supported
6805 F:      kernel/membarrier.c
6806 F:      include/uapi/linux/membarrier.h
6807
6808 MEMORY MANAGEMENT
6809 L:      linux-mm@kvack.org
6810 W:      http://www.linux-mm.org
6811 S:      Maintained
6812 F:      include/linux/mm.h
6813 F:      include/linux/gfp.h
6814 F:      include/linux/mmzone.h
6815 F:      include/linux/memory_hotplug.h
6816 F:      include/linux/vmalloc.h
6817 F:      mm/
6818
6819 MEMORY TECHNOLOGY DEVICES (MTD)
6820 M:      David Woodhouse <dwmw2@infradead.org>
6821 M:      Brian Norris <computersforpeace@gmail.com>
6822 L:      linux-mtd@lists.infradead.org
6823 W:      http://www.linux-mtd.infradead.org/
6824 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6825 T:      git git://git.infradead.org/linux-mtd.git
6826 T:      git git://git.infradead.org/l2-mtd.git
6827 S:      Maintained
6828 F:      drivers/mtd/
6829 F:      include/linux/mtd/
6830 F:      include/uapi/mtd/
6831
6832 MEN A21 WATCHDOG DRIVER
6833 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6834 L:      linux-watchdog@vger.kernel.org
6835 S:      Maintained
6836 F:      drivers/watchdog/mena21_wdt.c
6837
6838 MEN CHAMELEON BUS (mcb)
6839 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6840 S:      Maintained
6841 F:      drivers/mcb/
6842 F:      include/linux/mcb.h
6843 F:      Documentation/men-chameleon-bus.txt
6844
6845 MEN F21BMC (Board Management Controller)
6846 M:      Andreas Werner <andreas.werner@men.de>
6847 S:      Supported
6848 F:      drivers/mfd/menf21bmc.c
6849 F:      drivers/watchdog/menf21bmc_wdt.c
6850 F:      drivers/leds/leds-menf21bmc.c
6851 F:      drivers/hwmon/menf21bmc_hwmon.c
6852 F:      Documentation/hwmon/menf21bmc
6853
6854 METAG ARCHITECTURE
6855 M:      James Hogan <james.hogan@imgtec.com>
6856 L:      linux-metag@vger.kernel.org
6857 S:      Supported
6858 F:      arch/metag/
6859 F:      Documentation/metag/
6860 F:      Documentation/devicetree/bindings/metag/
6861 F:      drivers/clocksource/metag_generic.c
6862 F:      drivers/irqchip/irq-metag.c
6863 F:      drivers/irqchip/irq-metag-ext.c
6864 F:      drivers/tty/metag_da.c
6865
6866 MICROBLAZE ARCHITECTURE
6867 M:      Michal Simek <monstr@monstr.eu>
6868 W:      http://www.monstr.eu/fdt/
6869 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6870 S:      Supported
6871 F:      arch/microblaze/
6872
6873 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6874 M:      Chen Yu <yu.c.chen@intel.com>
6875 L:      platform-driver-x86@vger.kernel.org
6876 S:      Supported
6877 F:      drivers/platform/x86/surfacepro3_button.c
6878
6879 MICROTEK X6 SCANNER
6880 M:      Oliver Neukum <oliver@neukum.org>
6881 S:      Maintained
6882 F:      drivers/usb/image/microtek.*
6883
6884 MIPS
6885 M:      Ralf Baechle <ralf@linux-mips.org>
6886 L:      linux-mips@linux-mips.org
6887 W:      http://www.linux-mips.org/
6888 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6889 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6890 S:      Supported
6891 F:      Documentation/mips/
6892 F:      arch/mips/
6893
6894 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6895 M:      Hans Verkuil <hverkuil@xs4all.nl>
6896 L:      linux-media@vger.kernel.org
6897 T:      git git://linuxtv.org/media_tree.git
6898 W:      http://linuxtv.org
6899 S:      Odd Fixes
6900 F:      drivers/media/radio/radio-miropcm20*
6901
6902 Mellanox MLX5 core VPI driver
6903 M:      Eli Cohen <eli@mellanox.com>
6904 L:      netdev@vger.kernel.org
6905 L:      linux-rdma@vger.kernel.org
6906 W:      http://www.mellanox.com
6907 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6908 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6909 T:      git git://openfabrics.org/~eli/connect-ib.git
6910 S:      Supported
6911 F:      drivers/net/ethernet/mellanox/mlx5/core/
6912 F:      include/linux/mlx5/
6913
6914 Mellanox MLX5 IB driver
6915 M:      Eli Cohen <eli@mellanox.com>
6916 L:      linux-rdma@vger.kernel.org
6917 W:      http://www.mellanox.com
6918 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6919 T:      git git://openfabrics.org/~eli/connect-ib.git
6920 S:      Supported
6921 F:      include/linux/mlx5/
6922 F:      drivers/infiniband/hw/mlx5/
6923
6924 MN88472 MEDIA DRIVER
6925 M:      Antti Palosaari <crope@iki.fi>
6926 L:      linux-media@vger.kernel.org
6927 W:      http://linuxtv.org/
6928 W:      http://palosaari.fi/linux/
6929 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6930 T:      git git://linuxtv.org/anttip/media_tree.git
6931 S:      Maintained
6932 F:      drivers/staging/media/mn88472/
6933 F:      drivers/media/dvb-frontends/mn88472.h
6934
6935 MN88473 MEDIA DRIVER
6936 M:      Antti Palosaari <crope@iki.fi>
6937 L:      linux-media@vger.kernel.org
6938 W:      http://linuxtv.org/
6939 W:      http://palosaari.fi/linux/
6940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6941 T:      git git://linuxtv.org/anttip/media_tree.git
6942 S:      Maintained
6943 F:      drivers/staging/media/mn88473/
6944 F:      drivers/media/dvb-frontends/mn88473.h
6945
6946 MODULE SUPPORT
6947 M:      Rusty Russell <rusty@rustcorp.com.au>
6948 S:      Maintained
6949 F:      include/linux/module.h
6950 F:      kernel/module.c
6951
6952 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6953 W:      http://popies.net/meye/
6954 S:      Orphan
6955 F:      Documentation/video4linux/meye.txt
6956 F:      drivers/media/pci/meye/
6957 F:      include/uapi/linux/meye.h
6958
6959 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6960 M:      Jiri Slaby <jirislaby@gmail.com>
6961 S:      Maintained
6962 F:      Documentation/serial/moxa-smartio
6963 F:      drivers/tty/mxser.*
6964
6965 MR800 AVERMEDIA USB FM RADIO DRIVER
6966 M:      Alexey Klimov <klimov.linux@gmail.com>
6967 L:      linux-media@vger.kernel.org
6968 T:      git git://linuxtv.org/media_tree.git
6969 S:      Maintained
6970 F:      drivers/media/radio/radio-mr800.c
6971
6972 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6973 M:      Alan Ott <alan@signal11.us>
6974 L:      linux-wpan@vger.kernel.org
6975 S:      Maintained
6976 F:      drivers/net/ieee802154/mrf24j40.c
6977
6978 MSI LAPTOP SUPPORT
6979 M:      "Lee, Chun-Yi" <jlee@suse.com>
6980 L:      platform-driver-x86@vger.kernel.org
6981 S:      Maintained
6982 F:      drivers/platform/x86/msi-laptop.c
6983
6984 MSI WMI SUPPORT
6985 L:      platform-driver-x86@vger.kernel.org
6986 S:      Orphan
6987 F:      drivers/platform/x86/msi-wmi.c
6988
6989 MSI001 MEDIA DRIVER
6990 M:      Antti Palosaari <crope@iki.fi>
6991 L:      linux-media@vger.kernel.org
6992 W:      http://linuxtv.org/
6993 W:      http://palosaari.fi/linux/
6994 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6995 T:      git git://linuxtv.org/anttip/media_tree.git
6996 S:      Maintained
6997 F:      drivers/media/tuners/msi001*
6998
6999 MSI2500 MEDIA DRIVER
7000 M:      Antti Palosaari <crope@iki.fi>
7001 L:      linux-media@vger.kernel.org
7002 W:      http://linuxtv.org/
7003 W:      http://palosaari.fi/linux/
7004 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7005 T:      git git://linuxtv.org/anttip/media_tree.git
7006 S:      Maintained
7007 F:      drivers/media/usb/msi2500/
7008
7009 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7010 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7011 L:      linux-mtd@lists.infradead.org
7012 S:      Maintained
7013 F:      drivers/mtd/devices/docg3*
7014
7015 MT9M032 APTINA SENSOR DRIVER
7016 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7017 L:      linux-media@vger.kernel.org
7018 T:      git git://linuxtv.org/media_tree.git
7019 S:      Maintained
7020 F:      drivers/media/i2c/mt9m032.c
7021 F:      include/media/mt9m032.h
7022
7023 MT9P031 APTINA CAMERA SENSOR
7024 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7025 L:      linux-media@vger.kernel.org
7026 T:      git git://linuxtv.org/media_tree.git
7027 S:      Maintained
7028 F:      drivers/media/i2c/mt9p031.c
7029 F:      include/media/mt9p031.h
7030
7031 MT9T001 APTINA CAMERA SENSOR
7032 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7033 L:      linux-media@vger.kernel.org
7034 T:      git git://linuxtv.org/media_tree.git
7035 S:      Maintained
7036 F:      drivers/media/i2c/mt9t001.c
7037 F:      include/media/mt9t001.h
7038
7039 MT9V032 APTINA CAMERA SENSOR
7040 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7041 L:      linux-media@vger.kernel.org
7042 T:      git git://linuxtv.org/media_tree.git
7043 S:      Maintained
7044 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7045 F:      drivers/media/i2c/mt9v032.c
7046 F:      include/media/mt9v032.h
7047
7048 MULTIFUNCTION DEVICES (MFD)
7049 M:      Samuel Ortiz <sameo@linux.intel.com>
7050 M:      Lee Jones <lee.jones@linaro.org>
7051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7052 S:      Supported
7053 F:      drivers/mfd/
7054 F:      include/linux/mfd/
7055
7056 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7057 M:      Ulf Hansson <ulf.hansson@linaro.org>
7058 L:      linux-mmc@vger.kernel.org
7059 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7060 S:      Maintained
7061 F:      drivers/mmc/
7062 F:      include/linux/mmc/
7063 F:      include/uapi/linux/mmc/
7064
7065 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7066 S:      Orphan
7067 F:      drivers/mmc/host/mmc_spi.c
7068 F:      include/linux/spi/mmc_spi.h
7069
7070 MULTISOUND SOUND DRIVER
7071 M:      Andrew Veliath <andrewtv@usa.net>
7072 S:      Maintained
7073 F:      Documentation/sound/oss/MultiSound
7074 F:      sound/oss/msnd*
7075
7076 MULTITECH MULTIPORT CARD (ISICOM)
7077 S:      Orphan
7078 F:      drivers/tty/isicom.c
7079 F:      include/linux/isicom.h
7080
7081 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7082 M:      Felipe Balbi <balbi@ti.com>
7083 L:      linux-usb@vger.kernel.org
7084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7085 S:      Maintained
7086 F:      drivers/usb/musb/
7087
7088 MXL5007T MEDIA DRIVER
7089 M:      Michael Krufky <mkrufky@linuxtv.org>
7090 L:      linux-media@vger.kernel.org
7091 W:      http://linuxtv.org/
7092 W:      http://github.com/mkrufky
7093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7094 T:      git git://linuxtv.org/mkrufky/tuners.git
7095 S:      Maintained
7096 F:      drivers/media/tuners/mxl5007t.*
7097
7098 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7099 M:      Hyong-Youb Kim <hykim@myri.com>
7100 L:      netdev@vger.kernel.org
7101 W:      https://www.myricom.com/support/downloads/myri10ge.html
7102 S:      Supported
7103 F:      drivers/net/ethernet/myricom/myri10ge/
7104
7105 NATSEMI ETHERNET DRIVER (DP8381x)
7106 S:      Orphan
7107 F:      drivers/net/ethernet/natsemi/natsemi.c
7108
7109 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7110 M:      Daniel Mack <zonque@gmail.com>
7111 S:      Maintained
7112 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7113 W:      http://www.native-instruments.com
7114 F:      sound/usb/caiaq/
7115
7116 NCP FILESYSTEM
7117 M:      Petr Vandrovec <petr@vandrovec.name>
7118 S:      Odd Fixes
7119 F:      fs/ncpfs/
7120
7121 NCR 5380 SCSI DRIVERS
7122 M:      Finn Thain <fthain@telegraphics.com.au>
7123 M:      Michael Schmitz <schmitzmic@gmail.com>
7124 L:      linux-scsi@vger.kernel.org
7125 S:      Maintained
7126 F:      Documentation/scsi/g_NCR5380.txt
7127 F:      drivers/scsi/NCR5380.*
7128 F:      drivers/scsi/arm/cumana_1.c
7129 F:      drivers/scsi/arm/oak.c
7130 F:      drivers/scsi/atari_NCR5380.c
7131 F:      drivers/scsi/atari_scsi.*
7132 F:      drivers/scsi/dmx3191d.c
7133 F:      drivers/scsi/dtc.*
7134 F:      drivers/scsi/g_NCR5380.*
7135 F:      drivers/scsi/g_NCR5380_mmio.c
7136 F:      drivers/scsi/mac_scsi.*
7137 F:      drivers/scsi/pas16.*
7138 F:      drivers/scsi/sun3_scsi.*
7139 F:      drivers/scsi/sun3_scsi_vme.c
7140 F:      drivers/scsi/t128.*
7141
7142 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7143 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7144 L:      linux-scsi@vger.kernel.org
7145 S:      Maintained
7146 F:      drivers/scsi/NCR_D700.*
7147
7148 NCT6775 HARDWARE MONITOR DRIVER
7149 M:      Guenter Roeck <linux@roeck-us.net>
7150 L:      lm-sensors@lm-sensors.org
7151 S:      Maintained
7152 F:      Documentation/hwmon/nct6775
7153 F:      drivers/hwmon/nct6775.c
7154
7155 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7156 M:      Faisal Latif <faisal.latif@intel.com>
7157 L:      linux-rdma@vger.kernel.org
7158 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7159 S:      Supported
7160 F:      drivers/infiniband/hw/nes/
7161
7162 NETEM NETWORK EMULATOR
7163 M:      Stephen Hemminger <stephen@networkplumber.org>
7164 L:      netem@lists.linux-foundation.org
7165 S:      Maintained
7166 F:      net/sched/sch_netem.c
7167
7168 NETERION 10GbE DRIVERS (s2io/vxge)
7169 M:      Jon Mason <jdmason@kudzu.us>
7170 L:      netdev@vger.kernel.org
7171 S:      Supported
7172 F:      Documentation/networking/s2io.txt
7173 F:      Documentation/networking/vxge.txt
7174 F:      drivers/net/ethernet/neterion/
7175
7176 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7177 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7178 M:      Patrick McHardy <kaber@trash.net>
7179 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7180 L:      netfilter-devel@vger.kernel.org
7181 L:      coreteam@netfilter.org
7182 W:      http://www.netfilter.org/
7183 W:      http://www.iptables.org/
7184 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7187 S:      Supported
7188 F:      include/linux/netfilter*
7189 F:      include/linux/netfilter/
7190 F:      include/net/netfilter/
7191 F:      include/uapi/linux/netfilter*
7192 F:      include/uapi/linux/netfilter/
7193 F:      net/*/netfilter.c
7194 F:      net/*/netfilter/
7195 F:      net/netfilter/
7196 F:      net/bridge/br_netfilter*.c
7197
7198 NETLABEL
7199 M:      Paul Moore <paul@paul-moore.com>
7200 W:      http://netlabel.sf.net
7201 L:      netdev@vger.kernel.org
7202 S:      Maintained
7203 F:      Documentation/netlabel/
7204 F:      include/net/netlabel.h
7205 F:      net/netlabel/
7206
7207 NETROM NETWORK LAYER
7208 M:      Ralf Baechle <ralf@linux-mips.org>
7209 L:      linux-hams@vger.kernel.org
7210 W:      http://www.linux-ax25.org/
7211 S:      Maintained
7212 F:      include/net/netrom.h
7213 F:      include/uapi/linux/netrom.h
7214 F:      net/netrom/
7215
7216 NETWORK BLOCK DEVICE (NBD)
7217 M:      Markus Pargmann <mpa@pengutronix.de>
7218 S:      Maintained
7219 L:      nbd-general@lists.sourceforge.net
7220 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7221 F:      Documentation/blockdev/nbd.txt
7222 F:      drivers/block/nbd.c
7223 F:      include/uapi/linux/nbd.h
7224
7225 NETWORK DROP MONITOR
7226 M:      Neil Horman <nhorman@tuxdriver.com>
7227 L:      netdev@vger.kernel.org
7228 S:      Maintained
7229 W:      https://fedorahosted.org/dropwatch/
7230 F:      net/core/drop_monitor.c
7231
7232 NETWORKING [GENERAL]
7233 M:      "David S. Miller" <davem@davemloft.net>
7234 L:      netdev@vger.kernel.org
7235 W:      http://www.linuxfoundation.org/en/Net
7236 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7239 S:      Maintained
7240 F:      net/
7241 F:      include/net/
7242 F:      include/linux/in.h
7243 F:      include/linux/net.h
7244 F:      include/linux/netdevice.h
7245 F:      include/uapi/linux/in.h
7246 F:      include/uapi/linux/net.h
7247 F:      include/uapi/linux/netdevice.h
7248 F:      include/uapi/linux/net_namespace.h
7249 F:      tools/net/
7250 F:      tools/testing/selftests/net/
7251 F:      lib/random32.c
7252 F:      lib/test_bpf.c
7253
7254 NETWORKING [IPv4/IPv6]
7255 M:      "David S. Miller" <davem@davemloft.net>
7256 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7257 M:      James Morris <jmorris@namei.org>
7258 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7259 M:      Patrick McHardy <kaber@trash.net>
7260 L:      netdev@vger.kernel.org
7261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7262 S:      Maintained
7263 F:      net/ipv4/
7264 F:      net/ipv6/
7265 F:      include/net/ip*
7266 F:      arch/x86/net/*
7267
7268 NETWORKING [IPSEC]
7269 M:      Steffen Klassert <steffen.klassert@secunet.com>
7270 M:      Herbert Xu <herbert@gondor.apana.org.au>
7271 M:      "David S. Miller" <davem@davemloft.net>
7272 L:      netdev@vger.kernel.org
7273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7275 S:      Maintained
7276 F:      net/core/flow.c
7277 F:      net/xfrm/
7278 F:      net/key/
7279 F:      net/ipv4/xfrm*
7280 F:      net/ipv4/esp4.c
7281 F:      net/ipv4/ah4.c
7282 F:      net/ipv4/ipcomp.c
7283 F:      net/ipv4/ip_vti.c
7284 F:      net/ipv6/xfrm*
7285 F:      net/ipv6/esp6.c
7286 F:      net/ipv6/ah6.c
7287 F:      net/ipv6/ipcomp6.c
7288 F:      net/ipv6/ip6_vti.c
7289 F:      include/uapi/linux/xfrm.h
7290 F:      include/net/xfrm.h
7291
7292 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7293 M:      Paul Moore <paul@paul-moore.com>
7294 L:      netdev@vger.kernel.org
7295 S:      Maintained
7296
7297 NETWORKING [WIRELESS]
7298 L:      linux-wireless@vger.kernel.org
7299 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7300
7301 NETWORKING DRIVERS
7302 L:      netdev@vger.kernel.org
7303 W:      http://www.linuxfoundation.org/en/Net
7304 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7307 S:      Odd Fixes
7308 F:      drivers/net/
7309 F:      include/linux/if_*
7310 F:      include/linux/netdevice.h
7311 F:      include/linux/arcdevice.h
7312 F:      include/linux/etherdevice.h
7313 F:      include/linux/fcdevice.h
7314 F:      include/linux/fddidevice.h
7315 F:      include/linux/hippidevice.h
7316 F:      include/linux/inetdevice.h
7317 F:      include/uapi/linux/if_*
7318 F:      include/uapi/linux/netdevice.h
7319
7320 NETWORKING DRIVERS (WIRELESS)
7321 M:      Kalle Valo <kvalo@codeaurora.org>
7322 L:      linux-wireless@vger.kernel.org
7323 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7325 S:      Maintained
7326 F:      drivers/net/wireless/
7327
7328 NETXEN (1/10) GbE SUPPORT
7329 M:      Manish Chopra <manish.chopra@qlogic.com>
7330 M:      Sony Chacko <sony.chacko@qlogic.com>
7331 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7332 L:      netdev@vger.kernel.org
7333 W:      http://www.qlogic.com
7334 S:      Supported
7335 F:      drivers/net/ethernet/qlogic/netxen/
7336
7337 NFC SUBSYSTEM
7338 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7339 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7340 M:      Samuel Ortiz <sameo@linux.intel.com>
7341 L:      linux-wireless@vger.kernel.org
7342 L:      linux-nfc@lists.01.org (subscribers-only)
7343 S:      Supported
7344 F:      net/nfc/
7345 F:      include/net/nfc/
7346 F:      include/uapi/linux/nfc.h
7347 F:      drivers/nfc/
7348 F:      include/linux/platform_data/pn544.h
7349 F:      Documentation/devicetree/bindings/net/nfc/
7350
7351 NFS, SUNRPC, AND LOCKD CLIENTS
7352 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7353 M:      Anna Schumaker <anna.schumaker@netapp.com>
7354 L:      linux-nfs@vger.kernel.org
7355 W:      http://client.linux-nfs.org
7356 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7357 S:      Maintained
7358 F:      fs/lockd/
7359 F:      fs/nfs/
7360 F:      fs/nfs_common/
7361 F:      net/sunrpc/
7362 F:      include/linux/lockd/
7363 F:      include/linux/nfs*
7364 F:      include/linux/sunrpc/
7365 F:      include/uapi/linux/nfs*
7366 F:      include/uapi/linux/sunrpc/
7367
7368 NILFS2 FILESYSTEM
7369 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7370 L:      linux-nilfs@vger.kernel.org
7371 W:      http://nilfs.sourceforge.net/
7372 T:      git git://github.com/konis/nilfs2.git
7373 S:      Supported
7374 F:      Documentation/filesystems/nilfs2.txt
7375 F:      fs/nilfs2/
7376 F:      include/linux/nilfs2_fs.h
7377
7378 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7379 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7380 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7381 S:      Maintained
7382 F:      Documentation/scsi/NinjaSCSI.txt
7383 F:      drivers/scsi/pcmcia/nsp_*
7384
7385 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7386 M:      GOTO Masanori <gotom@debian.or.jp>
7387 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7388 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7389 S:      Maintained
7390 F:      Documentation/scsi/NinjaSCSI.txt
7391 F:      drivers/scsi/nsp32*
7392
7393 NIOS2 ARCHITECTURE
7394 M:      Ley Foon Tan <lftan@altera.com>
7395 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7397 S:      Maintained
7398 F:      arch/nios2/
7399
7400 NOKIA N900 POWER SUPPLY DRIVERS
7401 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7402 S:      Maintained
7403 F:      include/linux/power/bq2415x_charger.h
7404 F:      include/linux/power/bq27x00_battery.h
7405 F:      include/linux/power/isp1704_charger.h
7406 F:      drivers/power/bq2415x_charger.c
7407 F:      drivers/power/bq27x00_battery.c
7408 F:      drivers/power/isp1704_charger.c
7409 F:      drivers/power/rx51_battery.c
7410
7411 NTB DRIVER CORE
7412 M:      Jon Mason <jdmason@kudzu.us>
7413 M:      Dave Jiang <dave.jiang@intel.com>
7414 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7415 L:      linux-ntb@googlegroups.com
7416 S:      Supported
7417 W:      https://github.com/jonmason/ntb/wiki
7418 T:      git git://github.com/jonmason/ntb.git
7419 F:      drivers/ntb/
7420 F:      drivers/net/ntb_netdev.c
7421 F:      include/linux/ntb.h
7422 F:      include/linux/ntb_transport.h
7423
7424 NTB INTEL DRIVER
7425 M:      Jon Mason <jdmason@kudzu.us>
7426 M:      Dave Jiang <dave.jiang@intel.com>
7427 L:      linux-ntb@googlegroups.com
7428 S:      Supported
7429 W:      https://github.com/jonmason/ntb/wiki
7430 T:      git git://github.com/jonmason/ntb.git
7431 F:      drivers/ntb/hw/intel/
7432
7433 NTFS FILESYSTEM
7434 M:      Anton Altaparmakov <anton@tuxera.com>
7435 L:      linux-ntfs-dev@lists.sourceforge.net
7436 W:      http://www.tuxera.com/
7437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7438 S:      Supported
7439 F:      Documentation/filesystems/ntfs.txt
7440 F:      fs/ntfs/
7441
7442 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7443 M:      Antonino Daplas <adaplas@gmail.com>
7444 L:      linux-fbdev@vger.kernel.org
7445 S:      Maintained
7446 F:      drivers/video/fbdev/riva/
7447 F:      drivers/video/fbdev/nvidia/
7448
7449 NVM EXPRESS DRIVER
7450 M:      Matthew Wilcox <willy@linux.intel.com>
7451 L:      linux-nvme@lists.infradead.org
7452 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7453 S:      Supported
7454 F:      drivers/block/nvme*
7455 F:      include/linux/nvme.h
7456
7457 NVMEM FRAMEWORK
7458 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7459 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7460 S:      Maintained
7461 F:      drivers/nvmem/
7462 F:      Documentation/devicetree/bindings/nvmem/
7463 F:      include/linux/nvmem-consumer.h
7464 F:      include/linux/nvmem-provider.h
7465
7466 NXP-NCI NFC DRIVER
7467 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7468 R:      Charles Gorand <charles.gorand@effinnov.com>
7469 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7470 S:      Supported
7471 F:      drivers/nfc/nxp-nci
7472
7473 NXP TDA998X DRM DRIVER
7474 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7475 S:      Supported
7476 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7477 F:      include/drm/i2c/tda998x.h
7478
7479 NXP TFA9879 DRIVER
7480 M:      Peter Rosin <peda@axentia.se>
7481 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7482 S:      Maintained
7483 F:      sound/soc/codecs/tfa9879*
7484
7485 OMAP SUPPORT
7486 M:      Tony Lindgren <tony@atomide.com>
7487 L:      linux-omap@vger.kernel.org
7488 W:      http://www.muru.com/linux/omap/
7489 W:      http://linux.omap.com/
7490 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7492 S:      Maintained
7493 F:      arch/arm/*omap*/
7494 F:      arch/arm/configs/omap1_defconfig
7495 F:      arch/arm/configs/omap2plus_defconfig
7496 F:      drivers/i2c/busses/i2c-omap.c
7497 F:      drivers/irqchip/irq-omap-intc.c
7498 F:      drivers/mfd/*omap*.c
7499 F:      drivers/mfd/menelaus.c
7500 F:      drivers/mfd/palmas.c
7501 F:      drivers/mfd/tps65217.c
7502 F:      drivers/mfd/tps65218.c
7503 F:      drivers/mfd/tps65910.c
7504 F:      drivers/mfd/twl-core.[ch]
7505 F:      drivers/mfd/twl4030*.c
7506 F:      drivers/mfd/twl6030*.c
7507 F:      drivers/mfd/twl6040*.c
7508 F:      drivers/regulator/palmas-regulator*.c
7509 F:      drivers/regulator/pbias-regulator.c
7510 F:      drivers/regulator/tps65217-regulator.c
7511 F:      drivers/regulator/tps65218-regulator.c
7512 F:      drivers/regulator/tps65910-regulator.c
7513 F:      drivers/regulator/twl-regulator.c
7514 F:      include/linux/i2c-omap.h
7515
7516 OMAP DEVICE TREE SUPPORT
7517 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7518 M:      Tony Lindgren <tony@atomide.com>
7519 L:      linux-omap@vger.kernel.org
7520 L:      devicetree@vger.kernel.org
7521 S:      Maintained
7522 F:      arch/arm/boot/dts/*omap*
7523 F:      arch/arm/boot/dts/*am3*
7524 F:      arch/arm/boot/dts/*am4*
7525 F:      arch/arm/boot/dts/*am5*
7526 F:      arch/arm/boot/dts/*dra7*
7527
7528 OMAP CLOCK FRAMEWORK SUPPORT
7529 M:      Paul Walmsley <paul@pwsan.com>
7530 L:      linux-omap@vger.kernel.org
7531 S:      Maintained
7532 F:      arch/arm/*omap*/*clock*
7533
7534 OMAP POWER MANAGEMENT SUPPORT
7535 M:      Kevin Hilman <khilman@deeprootsystems.com>
7536 L:      linux-omap@vger.kernel.org
7537 S:      Maintained
7538 F:      arch/arm/*omap*/*pm*
7539 F:      drivers/cpufreq/omap-cpufreq.c
7540
7541 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7542 M:      Rajendra Nayak <rnayak@ti.com>
7543 M:      Paul Walmsley <paul@pwsan.com>
7544 L:      linux-omap@vger.kernel.org
7545 S:      Maintained
7546 F:      arch/arm/mach-omap2/prm*
7547
7548 OMAP AUDIO SUPPORT
7549 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7550 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7551 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7552 L:      linux-omap@vger.kernel.org
7553 S:      Maintained
7554 F:      sound/soc/omap/
7555
7556 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7557 M:      Roger Quadros <rogerq@ti.com>
7558 M:      Tony Lindgren <tony@atomide.com>
7559 L:      linux-omap@vger.kernel.org
7560 S:      Maintained
7561 F:      drivers/memory/omap-gpmc.c
7562 F:      arch/arm/mach-omap2/*gpmc*
7563
7564 OMAP FRAMEBUFFER SUPPORT
7565 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7566 L:      linux-fbdev@vger.kernel.org
7567 L:      linux-omap@vger.kernel.org
7568 S:      Maintained
7569 F:      drivers/video/fbdev/omap/
7570
7571 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7572 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7573 L:      linux-omap@vger.kernel.org
7574 L:      linux-fbdev@vger.kernel.org
7575 S:      Maintained
7576 F:      drivers/video/fbdev/omap2/
7577 F:      Documentation/arm/OMAP/DSS
7578
7579 OMAP HARDWARE SPINLOCK SUPPORT
7580 M:      Ohad Ben-Cohen <ohad@wizery.com>
7581 L:      linux-omap@vger.kernel.org
7582 S:      Maintained
7583 F:      drivers/hwspinlock/omap_hwspinlock.c
7584
7585 OMAP MMC SUPPORT
7586 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7587 L:      linux-omap@vger.kernel.org
7588 S:      Maintained
7589 F:      drivers/mmc/host/omap.c
7590
7591 OMAP HS MMC SUPPORT
7592 L:      linux-mmc@vger.kernel.org
7593 L:      linux-omap@vger.kernel.org
7594 S:      Orphan
7595 F:      drivers/mmc/host/omap_hsmmc.c
7596
7597 OMAP RANDOM NUMBER GENERATOR SUPPORT
7598 M:      Deepak Saxena <dsaxena@plexity.net>
7599 S:      Maintained
7600 F:      drivers/char/hw_random/omap-rng.c
7601
7602 OMAP HWMOD SUPPORT
7603 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7604 M:      Paul Walmsley <paul@pwsan.com>
7605 L:      linux-omap@vger.kernel.org
7606 S:      Maintained
7607 F:      arch/arm/mach-omap2/omap_hwmod.*
7608
7609 OMAP HWMOD DATA
7610 M:      Paul Walmsley <paul@pwsan.com>
7611 L:      linux-omap@vger.kernel.org
7612 S:      Maintained
7613 F:      arch/arm/mach-omap2/omap_hwmod*data*
7614
7615 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7616 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7617 L:      linux-omap@vger.kernel.org
7618 S:      Maintained
7619 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7620
7621 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7622 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7623 L:      linux-media@vger.kernel.org
7624 S:      Maintained
7625 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7626 F:      drivers/media/platform/omap3isp/
7627 F:      drivers/staging/media/omap4iss/
7628
7629 OMAP USB SUPPORT
7630 M:      Felipe Balbi <balbi@ti.com>
7631 L:      linux-usb@vger.kernel.org
7632 L:      linux-omap@vger.kernel.org
7633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7634 S:      Maintained
7635 F:      drivers/usb/*/*omap*
7636 F:      arch/arm/*omap*/usb*
7637
7638 OMAP GPIO DRIVER
7639 M:      Javier Martinez Canillas <javier@dowhile0.org>
7640 M:      Santosh Shilimkar <ssantosh@kernel.org>
7641 M:      Kevin Hilman <khilman@deeprootsystems.com>
7642 L:      linux-omap@vger.kernel.org
7643 S:      Maintained
7644 F:      drivers/gpio/gpio-omap.c
7645
7646 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7647 M:      Mark Jackson <mpfj@newflow.co.uk>
7648 L:      linux-omap@vger.kernel.org
7649 S:      Maintained
7650 F:      arch/arm/boot/dts/am335x-nano.dts
7651
7652 OMFS FILESYSTEM
7653 M:      Bob Copeland <me@bobcopeland.com>
7654 L:      linux-karma-devel@lists.sourceforge.net
7655 S:      Maintained
7656 F:      Documentation/filesystems/omfs.txt
7657 F:      fs/omfs/
7658
7659 OMNIKEY CARDMAN 4000 DRIVER
7660 M:      Harald Welte <laforge@gnumonks.org>
7661 S:      Maintained
7662 F:      drivers/char/pcmcia/cm4000_cs.c
7663 F:      include/linux/cm4000_cs.h
7664 F:      include/uapi/linux/cm4000_cs.h
7665
7666 OMNIKEY CARDMAN 4040 DRIVER
7667 M:      Harald Welte <laforge@gnumonks.org>
7668 S:      Maintained
7669 F:      drivers/char/pcmcia/cm4040_cs.*
7670
7671 OMNIVISION OV7670 SENSOR DRIVER
7672 M:      Jonathan Corbet <corbet@lwn.net>
7673 L:      linux-media@vger.kernel.org
7674 T:      git git://linuxtv.org/media_tree.git
7675 S:      Maintained
7676 F:      drivers/media/i2c/ov7670.c
7677
7678 ONENAND FLASH DRIVER
7679 M:      Kyungmin Park <kyungmin.park@samsung.com>
7680 L:      linux-mtd@lists.infradead.org
7681 S:      Maintained
7682 F:      drivers/mtd/onenand/
7683 F:      include/linux/mtd/onenand*.h
7684
7685 ONSTREAM SCSI TAPE DRIVER
7686 M:      Willem Riede <osst@riede.org>
7687 L:      osst-users@lists.sourceforge.net
7688 L:      linux-scsi@vger.kernel.org
7689 S:      Maintained
7690 F:      Documentation/scsi/osst.txt
7691 F:      drivers/scsi/osst.*
7692 F:      drivers/scsi/osst_*.h
7693 F:      drivers/scsi/st.h
7694
7695 OPENCORES I2C BUS DRIVER
7696 M:      Peter Korsgaard <jacmet@sunsite.dk>
7697 L:      linux-i2c@vger.kernel.org
7698 S:      Maintained
7699 F:      Documentation/i2c/busses/i2c-ocores
7700 F:      drivers/i2c/busses/i2c-ocores.c
7701
7702 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7703 M:      Rob Herring <robh+dt@kernel.org>
7704 M:      Frank Rowand <frowand.list@gmail.com>
7705 M:      Grant Likely <grant.likely@linaro.org>
7706 L:      devicetree@vger.kernel.org
7707 W:      http://www.devicetree.org/
7708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7709 S:      Maintained
7710 F:      drivers/of/
7711 F:      include/linux/of*.h
7712 F:      scripts/dtc/
7713
7714 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7715 M:      Rob Herring <robh+dt@kernel.org>
7716 M:      Pawel Moll <pawel.moll@arm.com>
7717 M:      Mark Rutland <mark.rutland@arm.com>
7718 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7719 M:      Kumar Gala <galak@codeaurora.org>
7720 L:      devicetree@vger.kernel.org
7721 S:      Maintained
7722 F:      Documentation/devicetree/
7723 F:      arch/*/boot/dts/
7724 F:      include/dt-bindings/
7725
7726 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7727 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7728 L:      devicetree@vger.kernel.org
7729 S:      Maintained
7730 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7731 F:      Documentation/devicetree/overlay-notes.txt
7732 F:      drivers/of/overlay.c
7733 F:      drivers/of/resolver.c
7734
7735 OPENRISC ARCHITECTURE
7736 M:      Jonas Bonn <jonas@southpole.se>
7737 W:      http://openrisc.net
7738 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7739 S:      Maintained
7740 T:      git git://openrisc.net/~jonas/linux
7741 F:      arch/openrisc/
7742
7743 OPENVSWITCH
7744 M:      Pravin Shelar <pshelar@nicira.com>
7745 L:      netdev@vger.kernel.org
7746 L:      dev@openvswitch.org
7747 W:      http://openvswitch.org
7748 S:      Maintained
7749 F:      net/openvswitch/
7750 F:      include/uapi/linux/openvswitch.h
7751
7752 OPL4 DRIVER
7753 M:      Clemens Ladisch <clemens@ladisch.de>
7754 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7755 T:      git git://git.alsa-project.org/alsa-kernel.git
7756 S:      Maintained
7757 F:      sound/drivers/opl4/
7758
7759 OPROFILE
7760 M:      Robert Richter <rric@kernel.org>
7761 L:      oprofile-list@lists.sf.net
7762 S:      Maintained
7763 F:      arch/*/include/asm/oprofile*.h
7764 F:      arch/*/oprofile/
7765 F:      drivers/oprofile/
7766 F:      include/linux/oprofile.h
7767
7768 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7769 M:      Mark Fasheh <mfasheh@suse.com>
7770 M:      Joel Becker <jlbec@evilplan.org>
7771 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7772 W:      http://ocfs2.wiki.kernel.org
7773 S:      Supported
7774 F:      Documentation/filesystems/ocfs2.txt
7775 F:      Documentation/filesystems/dlmfs.txt
7776 F:      fs/ocfs2/
7777
7778 ORINOCO DRIVER
7779 L:      linux-wireless@vger.kernel.org
7780 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7781 W:      http://www.nongnu.org/orinoco/
7782 S:      Orphan
7783 F:      drivers/net/wireless/orinoco/
7784
7785 OSD LIBRARY and FILESYSTEM
7786 M:      Boaz Harrosh <ooo@electrozaur.com>
7787 M:      Benny Halevy <bhalevy@primarydata.com>
7788 L:      osd-dev@open-osd.org
7789 W:      http://open-osd.org
7790 T:      git git://git.open-osd.org/open-osd.git
7791 S:      Maintained
7792 F:      drivers/scsi/osd/
7793 F:      include/scsi/osd_*
7794 F:      fs/exofs/
7795
7796 OVERLAY FILESYSTEM
7797 M:      Miklos Szeredi <miklos@szeredi.hu>
7798 L:      linux-unionfs@vger.kernel.org
7799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7800 S:      Supported
7801 F:      fs/overlayfs/
7802 F:      Documentation/filesystems/overlayfs.txt
7803
7804 P54 WIRELESS DRIVER
7805 M:      Christian Lamparter <chunkeey@googlemail.com>
7806 L:      linux-wireless@vger.kernel.org
7807 W:      http://wireless.kernel.org/en/users/Drivers/p54
7808 S:      Maintained
7809 F:      drivers/net/wireless/p54/
7810
7811 PA SEMI ETHERNET DRIVER
7812 M:      Olof Johansson <olof@lixom.net>
7813 L:      netdev@vger.kernel.org
7814 S:      Maintained
7815 F:      drivers/net/ethernet/pasemi/*
7816
7817 PA SEMI SMBUS DRIVER
7818 M:      Olof Johansson <olof@lixom.net>
7819 L:      linux-i2c@vger.kernel.org
7820 S:      Maintained
7821 F:      drivers/i2c/busses/i2c-pasemi.c
7822
7823 PADATA PARALLEL EXECUTION MECHANISM
7824 M:      Steffen Klassert <steffen.klassert@secunet.com>
7825 L:      linux-crypto@vger.kernel.org
7826 S:      Maintained
7827 F:      kernel/padata.c
7828 F:      include/linux/padata.h
7829 F:      Documentation/padata.txt
7830
7831 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7832 M:      Harald Welte <laforge@gnumonks.org>
7833 L:      platform-driver-x86@vger.kernel.org
7834 S:      Maintained
7835 F:      drivers/platform/x86/panasonic-laptop.c
7836
7837 PANASONIC MN10300/AM33/AM34 PORT
7838 M:      David Howells <dhowells@redhat.com>
7839 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7840 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7841 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7842 S:      Maintained
7843 F:      Documentation/mn10300/
7844 F:      arch/mn10300/
7845
7846 PARALLEL PORT SUBSYSTEM
7847 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7848 M:      Sudip Mukherjee <sudip@vectorindia.org>
7849 L:      linux-parport@lists.infradead.org (subscribers-only)
7850 S:      Maintained
7851 F:      drivers/parport/
7852 F:      include/linux/parport*.h
7853 F:      drivers/char/ppdev.c
7854 F:      include/uapi/linux/ppdev.h
7855 F:      Documentation/parport*.txt
7856
7857 PARAVIRT_OPS INTERFACE
7858 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7859 M:      Chris Wright <chrisw@sous-sol.org>
7860 M:      Alok Kataria <akataria@vmware.com>
7861 M:      Rusty Russell <rusty@rustcorp.com.au>
7862 L:      virtualization@lists.linux-foundation.org
7863 S:      Supported
7864 F:      Documentation/virtual/paravirt_ops.txt
7865 F:      arch/*/kernel/paravirt*
7866 F:      arch/*/include/asm/paravirt.h
7867
7868 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7869 M:      Tim Waugh <tim@cyberelk.net>
7870 L:      linux-parport@lists.infradead.org (subscribers-only)
7871 S:      Maintained
7872 F:      Documentation/blockdev/paride.txt
7873 F:      drivers/block/paride/
7874
7875 PARISC ARCHITECTURE
7876 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7877 M:      Helge Deller <deller@gmx.de>
7878 L:      linux-parisc@vger.kernel.org
7879 W:      http://www.parisc-linux.org/
7880 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7883 S:      Maintained
7884 F:      arch/parisc/
7885 F:      Documentation/parisc/
7886 F:      drivers/parisc/
7887 F:      drivers/char/agp/parisc-agp.c
7888 F:      drivers/input/serio/gscps2.c
7889 F:      drivers/parport/parport_gsc.*
7890 F:      drivers/tty/serial/8250/8250_gsc.c
7891 F:      drivers/video/fbdev/sti*
7892 F:      drivers/video/console/sti*
7893 F:      drivers/video/logo/logo_parisc*
7894
7895 PC87360 HARDWARE MONITORING DRIVER
7896 M:      Jim Cromie <jim.cromie@gmail.com>
7897 L:      lm-sensors@lm-sensors.org
7898 S:      Maintained
7899 F:      Documentation/hwmon/pc87360
7900 F:      drivers/hwmon/pc87360.c
7901
7902 PC8736x GPIO DRIVER
7903 M:      Jim Cromie <jim.cromie@gmail.com>
7904 S:      Maintained
7905 F:      drivers/char/pc8736x_gpio.c
7906
7907 PC87427 HARDWARE MONITORING DRIVER
7908 M:      Jean Delvare <jdelvare@suse.com>
7909 L:      lm-sensors@lm-sensors.org
7910 S:      Maintained
7911 F:      Documentation/hwmon/pc87427
7912 F:      drivers/hwmon/pc87427.c
7913
7914 PCA9532 LED DRIVER
7915 M:      Riku Voipio <riku.voipio@iki.fi>
7916 S:      Maintained
7917 F:      drivers/leds/leds-pca9532.c
7918 F:      include/linux/leds-pca9532.h
7919
7920 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7921 M:      Guenter Roeck <linux@roeck-us.net>
7922 L:      linux-i2c@vger.kernel.org
7923 S:      Maintained
7924 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7925
7926 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7927 M:      Khalid Aziz <khalid@gonehiking.org>
7928 S:      Maintained
7929 F:      drivers/firmware/pcdp.*
7930
7931 PCI ERROR RECOVERY
7932 M:      Linas Vepstas <linasvepstas@gmail.com>
7933 L:      linux-pci@vger.kernel.org
7934 S:      Supported
7935 F:      Documentation/PCI/pci-error-recovery.txt
7936
7937 PCI SUBSYSTEM
7938 M:      Bjorn Helgaas <bhelgaas@google.com>
7939 L:      linux-pci@vger.kernel.org
7940 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7942 S:      Supported
7943 F:      Documentation/PCI/
7944 F:      drivers/pci/
7945 F:      include/linux/pci*
7946 F:      arch/x86/pci/
7947 F:      arch/x86/kernel/quirks.c
7948
7949 PCI DRIVER FOR ARM VERSATILE PLATFORM
7950 M:      Rob Herring <robh@kernel.org>
7951 L:      linux-pci@vger.kernel.org
7952 L:      linux-arm-kernel@lists.infradead.org
7953 S:      Maintained
7954 F:      Documentation/devicetree/bindings/pci/versatile.txt
7955 F:      drivers/pci/host/pci-versatile.c
7956
7957 PCI DRIVER FOR APPLIEDMICRO XGENE
7958 M:      Tanmay Inamdar <tinamdar@apm.com>
7959 L:      linux-pci@vger.kernel.org
7960 L:      linux-arm-kernel@lists.infradead.org
7961 S:      Maintained
7962 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7963 F:      drivers/pci/host/pci-xgene.c
7964
7965 PCI DRIVER FOR FREESCALE LAYERSCAPE
7966 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7967 M:      Mingkai Hu <mingkai.hu@freescale.com>
7968 M:      Roy Zang <tie-fei.zang@freescale.com>
7969 L:      linuxppc-dev@lists.ozlabs.org
7970 L:      linux-pci@vger.kernel.org
7971 L:      linux-arm-kernel@lists.infradead.org
7972 S:      Maintained
7973 F:      drivers/pci/host/*layerscape*
7974
7975 PCI DRIVER FOR IMX6
7976 M:      Richard Zhu <Richard.Zhu@freescale.com>
7977 M:      Lucas Stach <l.stach@pengutronix.de>
7978 L:      linux-pci@vger.kernel.org
7979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7980 S:      Maintained
7981 F:      drivers/pci/host/*imx6*
7982
7983 PCI DRIVER FOR TI KEYSTONE
7984 M:      Murali Karicheri <m-karicheri2@ti.com>
7985 L:      linux-pci@vger.kernel.org
7986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7987 S:      Maintained
7988 F:      drivers/pci/host/*keystone*
7989
7990 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7991 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7992 M:      Jason Cooper <jason@lakedaemon.net>
7993 L:      linux-pci@vger.kernel.org
7994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7995 S:      Maintained
7996 F:      drivers/pci/host/*mvebu*
7997
7998 PCI DRIVER FOR NVIDIA TEGRA
7999 M:      Thierry Reding <thierry.reding@gmail.com>
8000 L:      linux-tegra@vger.kernel.org
8001 L:      linux-pci@vger.kernel.org
8002 S:      Supported
8003 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8004 F:      drivers/pci/host/pci-tegra.c
8005
8006 PCI DRIVER FOR TI DRA7XX
8007 M:      Kishon Vijay Abraham I <kishon@ti.com>
8008 L:      linux-omap@vger.kernel.org
8009 L:      linux-pci@vger.kernel.org
8010 S:      Supported
8011 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8012 F:      drivers/pci/host/pci-dra7xx.c
8013
8014 PCI DRIVER FOR RENESAS R-CAR
8015 M:      Simon Horman <horms@verge.net.au>
8016 L:      linux-pci@vger.kernel.org
8017 L:      linux-sh@vger.kernel.org
8018 S:      Maintained
8019 F:      drivers/pci/host/*rcar*
8020
8021 PCI DRIVER FOR SAMSUNG EXYNOS
8022 M:      Jingoo Han <jingoohan1@gmail.com>
8023 L:      linux-pci@vger.kernel.org
8024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8025 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8026 S:      Maintained
8027 F:      drivers/pci/host/pci-exynos.c
8028
8029 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8030 M:      Jingoo Han <jingoohan1@gmail.com>
8031 M:      Pratyush Anand <pratyush.anand@gmail.com>
8032 L:      linux-pci@vger.kernel.org
8033 S:      Maintained
8034 F:      drivers/pci/host/*designware*
8035
8036 PCI DRIVER FOR GENERIC OF HOSTS
8037 M:      Will Deacon <will.deacon@arm.com>
8038 L:      linux-pci@vger.kernel.org
8039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8040 S:      Maintained
8041 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8042 F:      drivers/pci/host/pci-host-generic.c
8043
8044 PCIE DRIVER FOR ST SPEAR13XX
8045 M:      Pratyush Anand <pratyush.anand@gmail.com>
8046 L:      linux-pci@vger.kernel.org
8047 S:      Maintained
8048 F:      drivers/pci/host/*spear*
8049
8050 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8051 M:      Duc Dang <dhdang@apm.com>
8052 L:      linux-pci@vger.kernel.org
8053 L:      linux-arm-kernel@lists.infradead.org
8054 S:      Maintained
8055 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8056 F:      drivers/pci/host/pci-xgene-msi.c
8057
8058 PCMCIA SUBSYSTEM
8059 P:      Linux PCMCIA Team
8060 L:      linux-pcmcia@lists.infradead.org
8061 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8063 S:      Maintained
8064 F:      Documentation/pcmcia/
8065 F:      drivers/pcmcia/
8066 F:      include/pcmcia/
8067
8068 PCNET32 NETWORK DRIVER
8069 M:      Don Fry <pcnet32@frontier.com>
8070 L:      netdev@vger.kernel.org
8071 S:      Maintained
8072 F:      drivers/net/ethernet/amd/pcnet32.c
8073
8074 PCRYPT PARALLEL CRYPTO ENGINE
8075 M:      Steffen Klassert <steffen.klassert@secunet.com>
8076 L:      linux-crypto@vger.kernel.org
8077 S:      Maintained
8078 F:      crypto/pcrypt.c
8079 F:      include/crypto/pcrypt.h
8080
8081 PER-CPU MEMORY ALLOCATOR
8082 M:      Tejun Heo <tj@kernel.org>
8083 M:      Christoph Lameter <cl@linux-foundation.org>
8084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8085 S:      Maintained
8086 F:      include/linux/percpu*.h
8087 F:      mm/percpu*.c
8088 F:      arch/*/include/asm/percpu.h
8089
8090 PER-TASK DELAY ACCOUNTING
8091 M:      Balbir Singh <bsingharora@gmail.com>
8092 S:      Maintained
8093 F:      include/linux/delayacct.h
8094 F:      kernel/delayacct.c
8095
8096 PERFORMANCE EVENTS SUBSYSTEM
8097 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8098 M:      Ingo Molnar <mingo@redhat.com>
8099 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8100 L:      linux-kernel@vger.kernel.org
8101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8102 S:      Supported
8103 F:      kernel/events/*
8104 F:      include/linux/perf_event.h
8105 F:      include/uapi/linux/perf_event.h
8106 F:      arch/*/kernel/perf_event*.c
8107 F:      arch/*/kernel/*/perf_event*.c
8108 F:      arch/*/kernel/*/*/perf_event*.c
8109 F:      arch/*/include/asm/perf_event.h
8110 F:      arch/*/kernel/perf_callchain.c
8111 F:      tools/perf/
8112
8113 PERSONALITY HANDLING
8114 M:      Christoph Hellwig <hch@infradead.org>
8115 L:      linux-abi-devel@lists.sourceforge.net
8116 S:      Maintained
8117 F:      include/linux/personality.h
8118 F:      include/uapi/linux/personality.h
8119
8120 PHONET PROTOCOL
8121 M:      Remi Denis-Courmont <courmisch@gmail.com>
8122 S:      Supported
8123 F:      Documentation/networking/phonet.txt
8124 F:      include/linux/phonet.h
8125 F:      include/net/phonet/
8126 F:      include/uapi/linux/phonet.h
8127 F:      net/phonet/
8128
8129 PHRAM MTD DRIVER
8130 M:      Joern Engel <joern@lazybastard.org>
8131 L:      linux-mtd@lists.infradead.org
8132 S:      Maintained
8133 F:      drivers/mtd/devices/phram.c
8134
8135 PICOLCD HID DRIVER
8136 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8137 L:      linux-input@vger.kernel.org
8138 S:      Maintained
8139 F:      drivers/hid/hid-picolcd*
8140
8141 PICOXCELL SUPPORT
8142 M:      Jamie Iles <jamie@jamieiles.com>
8143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8144 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8145 S:      Supported
8146 F:      arch/arm/boot/dts/picoxcell*
8147 F:      arch/arm/mach-picoxcell/
8148 F:      drivers/crypto/picoxcell*
8149
8150 PIN CONTROL SUBSYSTEM
8151 M:      Linus Walleij <linus.walleij@linaro.org>
8152 L:      linux-gpio@vger.kernel.org
8153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8154 S:      Maintained
8155 F:      drivers/pinctrl/
8156 F:      include/linux/pinctrl/
8157
8158 PIN CONTROLLER - ATMEL AT91
8159 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8161 S:      Maintained
8162 F:      drivers/pinctrl/pinctrl-at91.*
8163
8164 PIN CONTROLLER - INTEL
8165 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8166 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8167 S:      Maintained
8168 F:      drivers/pinctrl/intel/
8169
8170 PIN CONTROLLER - RENESAS
8171 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8172 L:      linux-sh@vger.kernel.org
8173 S:      Maintained
8174 F:      drivers/pinctrl/sh-pfc/
8175
8176 PIN CONTROLLER - SAMSUNG
8177 M:      Tomasz Figa <tomasz.figa@gmail.com>
8178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8179 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8180 S:      Maintained
8181 F:      drivers/pinctrl/samsung/
8182
8183 PIN CONTROLLER - ST SPEAR
8184 M:      Viresh Kumar <vireshk@kernel.org>
8185 L:      spear-devel@list.st.com
8186 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8187 W:      http://www.st.com/spear
8188 S:      Maintained
8189 F:      drivers/pinctrl/spear/
8190
8191 PKTCDVD DRIVER
8192 M:      Jiri Kosina <jikos@kernel.org>
8193 S:      Maintained
8194 F:      drivers/block/pktcdvd.c
8195 F:      include/linux/pktcdvd.h
8196 F:      include/uapi/linux/pktcdvd.h
8197
8198 PKUNITY SOC DRIVERS
8199 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8200 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8201 S:      Maintained
8202 T:      git git://github.com/gxt/linux.git
8203 F:      drivers/input/serio/i8042-unicore32io.h
8204 F:      drivers/i2c/busses/i2c-puv3.c
8205 F:      drivers/video/fbdev/fb-puv3.c
8206 F:      drivers/rtc/rtc-puv3.c
8207
8208 PMBUS HARDWARE MONITORING DRIVERS
8209 M:      Guenter Roeck <linux@roeck-us.net>
8210 L:      lm-sensors@lm-sensors.org
8211 W:      http://www.lm-sensors.org/
8212 W:      http://www.roeck-us.net/linux/drivers/
8213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8214 S:      Maintained
8215 F:      Documentation/hwmon/pmbus
8216 F:      drivers/hwmon/pmbus/
8217 F:      include/linux/i2c/pmbus.h
8218
8219 PMC SIERRA MaxRAID DRIVER
8220 L:      linux-scsi@vger.kernel.org
8221 W:      http://www.pmc-sierra.com/
8222 S:      Orphan
8223 F:      drivers/scsi/pmcraid.*
8224
8225 PMC SIERRA PM8001 DRIVER
8226 M:      Jack Wang <jinpu.wang@profitbricks.com>
8227 M:      lindar_liu@usish.com
8228 L:      pmchba@pmcs.com
8229 L:      linux-scsi@vger.kernel.org
8230 S:      Supported
8231 F:      drivers/scsi/pm8001/
8232
8233 POSIX CLOCKS and TIMERS
8234 M:      Thomas Gleixner <tglx@linutronix.de>
8235 L:      linux-kernel@vger.kernel.org
8236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8237 S:      Maintained
8238 F:      fs/timerfd.c
8239 F:      include/linux/timer*
8240 F:      kernel/time/*timer*
8241
8242 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8243 M:      Sebastian Reichel <sre@kernel.org>
8244 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8245 M:      David Woodhouse <dwmw2@infradead.org>
8246 L:      linux-pm@vger.kernel.org
8247 T:      git git://git.infradead.org/battery-2.6.git
8248 S:      Maintained
8249 F:      include/linux/power_supply.h
8250 F:      drivers/power/
8251 X:      drivers/power/avs/
8252
8253 POWER STATE COORDINATION INTERFACE (PSCI)
8254 M:      Mark Rutland <mark.rutland@arm.com>
8255 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8256 L:      linux-arm-kernel@lists.infradead.org
8257 S:      Maintained
8258 F:      drivers/firmware/psci.c
8259 F:      include/linux/psci.h
8260 F:      include/uapi/linux/psci.h
8261
8262 PNP SUPPORT
8263 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8264 S:      Maintained
8265 F:      drivers/pnp/
8266
8267 PNXxxxx I2C DRIVER
8268 M:      Vitaly Wool <vitalywool@gmail.com>
8269 L:      linux-i2c@vger.kernel.org
8270 S:      Maintained
8271 F:      drivers/i2c/busses/i2c-pnx.c
8272
8273 PPP PROTOCOL DRIVERS AND COMPRESSORS
8274 M:      Paul Mackerras <paulus@samba.org>
8275 L:      linux-ppp@vger.kernel.org
8276 S:      Maintained
8277 F:      drivers/net/ppp/ppp_*
8278
8279 PPP OVER ATM (RFC 2364)
8280 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8281 S:      Maintained
8282 F:      net/atm/pppoatm.c
8283 F:      include/uapi/linux/atmppp.h
8284
8285 PPP OVER ETHERNET
8286 M:      Michal Ostrowski <mostrows@earthlink.net>
8287 S:      Maintained
8288 F:      drivers/net/ppp/pppoe.c
8289 F:      drivers/net/ppp/pppox.c
8290
8291 PPP OVER L2TP
8292 M:      James Chapman <jchapman@katalix.com>
8293 S:      Maintained
8294 F:      net/l2tp/l2tp_ppp.c
8295 F:      include/linux/if_pppol2tp.h
8296 F:      include/uapi/linux/if_pppol2tp.h
8297
8298 PPS SUPPORT
8299 M:      Rodolfo Giometti <giometti@enneenne.com>
8300 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8301 L:      linuxpps@ml.enneenne.com (subscribers-only)
8302 S:      Maintained
8303 F:      Documentation/pps/
8304 F:      drivers/pps/
8305 F:      include/linux/pps*.h
8306
8307 PPTP DRIVER
8308 M:      Dmitry Kozlov <xeb@mail.ru>
8309 L:      netdev@vger.kernel.org
8310 S:      Maintained
8311 F:      drivers/net/ppp/pptp.c
8312 W:      http://sourceforge.net/projects/accel-pptp
8313
8314 PREEMPTIBLE KERNEL
8315 M:      Robert Love <rml@tech9.net>
8316 L:      kpreempt-tech@lists.sourceforge.net
8317 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8318 S:      Supported
8319 F:      Documentation/preempt-locking.txt
8320 F:      include/linux/preempt.h
8321
8322 PRISM54 WIRELESS DRIVER
8323 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8324 L:      linux-wireless@vger.kernel.org
8325 W:      http://wireless.kernel.org/en/users/Drivers/p54
8326 S:      Obsolete
8327 F:      drivers/net/wireless/prism54/
8328
8329 PS3 NETWORK SUPPORT
8330 M:      Geoff Levand <geoff@infradead.org>
8331 L:      netdev@vger.kernel.org
8332 L:      linuxppc-dev@lists.ozlabs.org
8333 S:      Maintained
8334 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8335
8336 PS3 PLATFORM SUPPORT
8337 M:      Geoff Levand <geoff@infradead.org>
8338 L:      linuxppc-dev@lists.ozlabs.org
8339 S:      Maintained
8340 F:      arch/powerpc/boot/ps3*
8341 F:      arch/powerpc/include/asm/lv1call.h
8342 F:      arch/powerpc/include/asm/ps3*.h
8343 F:      arch/powerpc/platforms/ps3/
8344 F:      drivers/*/ps3*
8345 F:      drivers/ps3/
8346 F:      drivers/rtc/rtc-ps3.c
8347 F:      drivers/usb/host/*ps3.c
8348 F:      sound/ppc/snd_ps3*
8349
8350 PS3VRAM DRIVER
8351 M:      Jim Paris <jim@jtan.com>
8352 M:      Geoff Levand <geoff@infradead.org>
8353 L:      linuxppc-dev@lists.ozlabs.org
8354 S:      Maintained
8355 F:      drivers/block/ps3vram.c
8356
8357 PSTORE FILESYSTEM
8358 M:      Anton Vorontsov <anton@enomsg.org>
8359 M:      Colin Cross <ccross@android.com>
8360 M:      Kees Cook <keescook@chromium.org>
8361 M:      Tony Luck <tony.luck@intel.com>
8362 S:      Maintained
8363 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8364 F:      fs/pstore/
8365 F:      include/linux/pstore*
8366 F:      drivers/firmware/efi/efi-pstore.c
8367 F:      drivers/acpi/apei/erst.c
8368
8369 PTP HARDWARE CLOCK SUPPORT
8370 M:      Richard Cochran <richardcochran@gmail.com>
8371 L:      netdev@vger.kernel.org
8372 S:      Maintained
8373 W:      http://linuxptp.sourceforge.net/
8374 F:      Documentation/ABI/testing/sysfs-ptp
8375 F:      Documentation/ptp/*
8376 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8377 F:      drivers/net/phy/dp83640*
8378 F:      drivers/ptp/*
8379 F:      include/linux/ptp_cl*
8380
8381 PTRACE SUPPORT
8382 M:      Roland McGrath <roland@hack.frob.com>
8383 M:      Oleg Nesterov <oleg@redhat.com>
8384 S:      Maintained
8385 F:      include/asm-generic/syscall.h
8386 F:      include/linux/ptrace.h
8387 F:      include/linux/regset.h
8388 F:      include/linux/tracehook.h
8389 F:      include/uapi/linux/ptrace.h
8390 F:      kernel/ptrace.c
8391
8392 PVRUSB2 VIDEO4LINUX DRIVER
8393 M:      Mike Isely <isely@pobox.com>
8394 L:      pvrusb2@isely.net       (subscribers-only)
8395 L:      linux-media@vger.kernel.org
8396 W:      http://www.isely.net/pvrusb2/
8397 T:      git git://linuxtv.org/media_tree.git
8398 S:      Maintained
8399 F:      Documentation/video4linux/README.pvrusb2
8400 F:      drivers/media/usb/pvrusb2/
8401
8402 PWC WEBCAM DRIVER
8403 M:      Hans de Goede <hdegoede@redhat.com>
8404 L:      linux-media@vger.kernel.org
8405 T:      git git://linuxtv.org/media_tree.git
8406 S:      Maintained
8407 F:      drivers/media/usb/pwc/*
8408
8409 PWM FAN DRIVER
8410 M:      Kamil Debski <k.debski@samsung.com>
8411 L:      lm-sensors@lm-sensors.org
8412 S:      Supported
8413 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8414 F:      Documentation/hwmon/pwm-fan
8415 F:      drivers/hwmon/pwm-fan.c
8416
8417 PWM SUBSYSTEM
8418 M:      Thierry Reding <thierry.reding@gmail.com>
8419 L:      linux-pwm@vger.kernel.org
8420 S:      Maintained
8421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8422 F:      Documentation/pwm.txt
8423 F:      Documentation/devicetree/bindings/pwm/
8424 F:      include/linux/pwm.h
8425 F:      drivers/pwm/
8426 F:      drivers/video/backlight/pwm_bl.c
8427 F:      include/linux/pwm_backlight.h
8428
8429 PXA2xx/PXA3xx SUPPORT
8430 M:      Daniel Mack <daniel@zonque.org>
8431 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8432 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8434 T:      git git://github.com/hzhuang1/linux.git
8435 T:      git git://github.com/rjarzmik/linux.git
8436 S:      Maintained
8437 F:      arch/arm/mach-pxa/
8438 F:      drivers/dma/pxa*
8439 F:      drivers/pcmcia/pxa2xx*
8440 F:      drivers/spi/spi-pxa2xx*
8441 F:      drivers/usb/gadget/udc/pxa2*
8442 F:      include/sound/pxa2xx-lib.h
8443 F:      sound/arm/pxa*
8444 F:      sound/soc/pxa/
8445
8446 PXA3xx NAND FLASH DRIVER
8447 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8448 L:      linux-mtd@lists.infradead.org
8449 S:      Maintained
8450 F:      drivers/mtd/nand/pxa3xx_nand.c
8451
8452 MMP SUPPORT
8453 M:      Eric Miao <eric.y.miao@gmail.com>
8454 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8456 T:      git git://github.com/hzhuang1/linux.git
8457 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8458 S:      Maintained
8459 F:      arch/arm/mach-mmp/
8460
8461 PXA MMCI DRIVER
8462 S:      Orphan
8463
8464 PXA RTC DRIVER
8465 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8466 L:      rtc-linux@googlegroups.com
8467 S:      Maintained
8468
8469 QAT DRIVER
8470 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8471 L:      qat-linux@intel.com
8472 S:      Supported
8473 F:      drivers/crypto/qat/
8474
8475 QIB DRIVER
8476 M:      Mike Marciniszyn <infinipath@intel.com>
8477 L:      linux-rdma@vger.kernel.org
8478 S:      Supported
8479 F:      drivers/infiniband/hw/qib/
8480
8481 QLOGIC QLA1280 SCSI DRIVER
8482 M:      Michael Reed <mdr@sgi.com>
8483 L:      linux-scsi@vger.kernel.org
8484 S:      Maintained
8485 F:      drivers/scsi/qla1280.[ch]
8486
8487 QLOGIC QLA2XXX FC-SCSI DRIVER
8488 M:      qla2xxx-upstream@qlogic.com
8489 L:      linux-scsi@vger.kernel.org
8490 S:      Supported
8491 F:      Documentation/scsi/LICENSE.qla2xxx
8492 F:      drivers/scsi/qla2xxx/
8493
8494 QLOGIC QLA4XXX iSCSI DRIVER
8495 M:      QLogic-Storage-Upstream@qlogic.com
8496 L:      linux-scsi@vger.kernel.org
8497 S:      Supported
8498 F:      Documentation/scsi/LICENSE.qla4xxx
8499 F:      drivers/scsi/qla4xxx/
8500
8501 QLOGIC QLA3XXX NETWORK DRIVER
8502 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8503 M:      Ron Mercer <ron.mercer@qlogic.com>
8504 M:      linux-driver@qlogic.com
8505 L:      netdev@vger.kernel.org
8506 S:      Supported
8507 F:      Documentation/networking/LICENSE.qla3xxx
8508 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8509
8510 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8511 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8512 M:      Dept-GELinuxNICDev@qlogic.com
8513 L:      netdev@vger.kernel.org
8514 S:      Supported
8515 F:      drivers/net/ethernet/qlogic/qlcnic/
8516
8517 QLOGIC QLGE 10Gb ETHERNET DRIVER
8518 M:      Harish Patil <harish.patil@qlogic.com>
8519 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8520 M:      Dept-GELinuxNICDev@qlogic.com
8521 M:      linux-driver@qlogic.com
8522 L:      netdev@vger.kernel.org
8523 S:      Supported
8524 F:      drivers/net/ethernet/qlogic/qlge/
8525
8526 QNX4 FILESYSTEM
8527 M:      Anders Larsen <al@alarsen.net>
8528 W:      http://www.alarsen.net/linux/qnx4fs/
8529 S:      Maintained
8530 F:      fs/qnx4/
8531 F:      include/uapi/linux/qnx4_fs.h
8532 F:      include/uapi/linux/qnxtypes.h
8533
8534 QT1010 MEDIA DRIVER
8535 M:      Antti Palosaari <crope@iki.fi>
8536 L:      linux-media@vger.kernel.org
8537 W:      http://linuxtv.org/
8538 W:      http://palosaari.fi/linux/
8539 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8540 T:      git git://linuxtv.org/anttip/media_tree.git
8541 S:      Maintained
8542 F:      drivers/media/tuners/qt1010*
8543
8544 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8545 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8546 L:      linux-wireless@vger.kernel.org
8547 L:      ath9k-devel@lists.ath9k.org
8548 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8549 S:      Supported
8550 F:      drivers/net/wireless/ath/ath9k/
8551
8552 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8553 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8554 L:      ath10k@lists.infradead.org
8555 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8556 T:      git git://github.com/kvalo/ath.git
8557 S:      Supported
8558 F:      drivers/net/wireless/ath/ath10k/
8559
8560 QUALCOMM HEXAGON ARCHITECTURE
8561 M:      Richard Kuo <rkuo@codeaurora.org>
8562 L:      linux-hexagon@vger.kernel.org
8563 S:      Supported
8564 F:      arch/hexagon/
8565
8566 QUALCOMM WCN36XX WIRELESS DRIVER
8567 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8568 L:      wcn36xx@lists.infradead.org
8569 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8570 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8571 S:      Supported
8572 F:      drivers/net/wireless/ath/wcn36xx/
8573
8574 RADOS BLOCK DEVICE (RBD)
8575 M:      Ilya Dryomov <idryomov@gmail.com>
8576 M:      Sage Weil <sage@redhat.com>
8577 M:      Alex Elder <elder@kernel.org>
8578 L:      ceph-devel@vger.kernel.org
8579 W:      http://ceph.com/
8580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8581 T:      git git://github.com/ceph/ceph-client.git
8582 S:      Supported
8583 F:      Documentation/ABI/testing/sysfs-bus-rbd
8584 F:      drivers/block/rbd.c
8585 F:      drivers/block/rbd_types.h
8586
8587 RADEON FRAMEBUFFER DISPLAY DRIVER
8588 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8589 L:      linux-fbdev@vger.kernel.org
8590 S:      Maintained
8591 F:      drivers/video/fbdev/aty/radeon*
8592 F:      include/uapi/linux/radeonfb.h
8593
8594 RADIOSHARK RADIO DRIVER
8595 M:      Hans de Goede <hdegoede@redhat.com>
8596 L:      linux-media@vger.kernel.org
8597 T:      git git://linuxtv.org/media_tree.git
8598 S:      Maintained
8599 F:      drivers/media/radio/radio-shark.c
8600
8601 RADIOSHARK2 RADIO DRIVER
8602 M:      Hans de Goede <hdegoede@redhat.com>
8603 L:      linux-media@vger.kernel.org
8604 T:      git git://linuxtv.org/media_tree.git
8605 S:      Maintained
8606 F:      drivers/media/radio/radio-shark2.c
8607 F:      drivers/media/radio/radio-tea5777.c
8608
8609 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8610 M:      Paul Mackerras <paulus@samba.org>
8611 L:      linux-fbdev@vger.kernel.org
8612 S:      Maintained
8613 F:      drivers/video/fbdev/aty/aty128fb.c
8614
8615 RALINK RT2X00 WIRELESS LAN DRIVER
8616 P:      rt2x00 project
8617 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8618 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8619 L:      linux-wireless@vger.kernel.org
8620 S:      Maintained
8621 F:      drivers/net/wireless/rt2x00/
8622
8623 RAMDISK RAM BLOCK DEVICE DRIVER
8624 M:      Jens Axboe <axboe@kernel.dk>
8625 S:      Maintained
8626 F:      Documentation/blockdev/ramdisk.txt
8627 F:      drivers/block/brd.c
8628
8629 RANDOM NUMBER DRIVER
8630 M:      "Theodore Ts'o" <tytso@mit.edu>
8631 S:      Maintained
8632 F:      drivers/char/random.c
8633
8634 RAPIDIO SUBSYSTEM
8635 M:      Matt Porter <mporter@kernel.crashing.org>
8636 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8637 S:      Maintained
8638 F:      drivers/rapidio/
8639
8640 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8641 L:      linux-wireless@vger.kernel.org
8642 S:      Orphan
8643 F:      drivers/net/wireless/ray*
8644
8645 RCUTORTURE MODULE
8646 M:      Josh Triplett <josh@joshtriplett.org>
8647 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8648 L:      linux-kernel@vger.kernel.org
8649 S:      Supported
8650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8651 F:      Documentation/RCU/torture.txt
8652 F:      kernel/rcu/rcutorture.c
8653
8654 RCUTORTURE TEST FRAMEWORK
8655 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8656 M:      Josh Triplett <josh@joshtriplett.org>
8657 R:      Steven Rostedt <rostedt@goodmis.org>
8658 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8659 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8660 L:      linux-kernel@vger.kernel.org
8661 S:      Supported
8662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8663 F:      tools/testing/selftests/rcutorture
8664
8665 RDC R-321X SoC
8666 M:      Florian Fainelli <florian@openwrt.org>
8667 S:      Maintained
8668
8669 RDC R6040 FAST ETHERNET DRIVER
8670 M:      Florian Fainelli <florian@openwrt.org>
8671 L:      netdev@vger.kernel.org
8672 S:      Maintained
8673 F:      drivers/net/ethernet/rdc/r6040.c
8674
8675 RDS - RELIABLE DATAGRAM SOCKETS
8676 M:      Chien Yen <chien.yen@oracle.com>
8677 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8678 S:      Supported
8679 F:      net/rds/
8680
8681 READ-COPY UPDATE (RCU)
8682 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8683 M:      Josh Triplett <josh@joshtriplett.org>
8684 R:      Steven Rostedt <rostedt@goodmis.org>
8685 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8686 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8687 L:      linux-kernel@vger.kernel.org
8688 W:      http://www.rdrop.com/users/paulmck/RCU/
8689 S:      Supported
8690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8691 F:      Documentation/RCU/
8692 X:      Documentation/RCU/torture.txt
8693 F:      include/linux/rcu*
8694 X:      include/linux/srcu.h
8695 F:      kernel/rcu/
8696 X:      kernel/torture.c
8697
8698 REAL TIME CLOCK (RTC) SUBSYSTEM
8699 M:      Alessandro Zummo <a.zummo@towertech.it>
8700 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8701 L:      rtc-linux@googlegroups.com
8702 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8704 S:      Maintained
8705 F:      Documentation/rtc.txt
8706 F:      drivers/rtc/
8707 F:      include/linux/rtc.h
8708 F:      include/uapi/linux/rtc.h
8709
8710 REALTEK AUDIO CODECS
8711 M:      Bard Liao <bardliao@realtek.com>
8712 M:      Oder Chiou <oder_chiou@realtek.com>
8713 S:      Maintained
8714 F:      sound/soc/codecs/rt*
8715 F:      include/sound/rt*.h
8716
8717 REISERFS FILE SYSTEM
8718 L:      reiserfs-devel@vger.kernel.org
8719 S:      Supported
8720 F:      fs/reiserfs/
8721
8722 REGISTER MAP ABSTRACTION
8723 M:      Mark Brown <broonie@kernel.org>
8724 L:      linux-kernel@vger.kernel.org
8725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8726 S:      Supported
8727 F:      drivers/base/regmap/
8728 F:      include/linux/regmap.h
8729
8730 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8731 M:      Ohad Ben-Cohen <ohad@wizery.com>
8732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8733 S:      Maintained
8734 F:      drivers/remoteproc/
8735 F:      Documentation/remoteproc.txt
8736 F:      include/linux/remoteproc.h
8737
8738 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8739 M:      Ohad Ben-Cohen <ohad@wizery.com>
8740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8741 S:      Maintained
8742 F:      drivers/rpmsg/
8743 F:      Documentation/rpmsg.txt
8744 F:      include/linux/rpmsg.h
8745
8746 RESET CONTROLLER FRAMEWORK
8747 M:      Philipp Zabel <p.zabel@pengutronix.de>
8748 S:      Maintained
8749 F:      drivers/reset/
8750 F:      Documentation/devicetree/bindings/reset/
8751 F:      include/dt-bindings/reset/
8752 F:      include/linux/reset.h
8753 F:      include/linux/reset-controller.h
8754
8755 RFKILL
8756 M:      Johannes Berg <johannes@sipsolutions.net>
8757 L:      linux-wireless@vger.kernel.org
8758 W:      http://wireless.kernel.org/
8759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8761 S:      Maintained
8762 F:      Documentation/rfkill.txt
8763 F:      net/rfkill/
8764
8765 RHASHTABLE
8766 M:      Thomas Graf <tgraf@suug.ch>
8767 L:      netdev@vger.kernel.org
8768 S:      Maintained
8769 F:      lib/rhashtable.c
8770 F:      include/linux/rhashtable.h
8771
8772 RICOH SMARTMEDIA/XD DRIVER
8773 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8774 S:      Maintained
8775 F:      drivers/mtd/nand/r852.c
8776 F:      drivers/mtd/nand/r852.h
8777
8778 RICOH R5C592 MEMORYSTICK DRIVER
8779 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8780 S:      Maintained
8781 F:      drivers/memstick/host/r592.*
8782
8783 ROCCAT DRIVERS
8784 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8785 W:      http://sourceforge.net/projects/roccat/
8786 S:      Maintained
8787 F:      drivers/hid/hid-roccat*
8788 F:      include/linux/hid-roccat*
8789 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8790
8791 ROCKER DRIVER
8792 M:      Jiri Pirko <jiri@resnulli.us>
8793 M:      Scott Feldman <sfeldma@gmail.com>
8794 L:      netdev@vger.kernel.org
8795 S:      Supported
8796 F:      drivers/net/ethernet/rocker/
8797
8798 ROCKETPORT DRIVER
8799 P:      Comtrol Corp.
8800 W:      http://www.comtrol.com
8801 S:      Maintained
8802 F:      Documentation/serial/rocket.txt
8803 F:      drivers/tty/rocket*
8804
8805 ROCKETPORT EXPRESS/INFINITY DRIVER
8806 M:      Kevin Cernekee <cernekee@gmail.com>
8807 L:      linux-serial@vger.kernel.org
8808 S:      Odd Fixes
8809 F:      drivers/tty/serial/rp2.*
8810
8811 ROSE NETWORK LAYER
8812 M:      Ralf Baechle <ralf@linux-mips.org>
8813 L:      linux-hams@vger.kernel.org
8814 W:      http://www.linux-ax25.org/
8815 S:      Maintained
8816 F:      include/net/rose.h
8817 F:      include/uapi/linux/rose.h
8818 F:      net/rose/
8819
8820 RTL2830 MEDIA DRIVER
8821 M:      Antti Palosaari <crope@iki.fi>
8822 L:      linux-media@vger.kernel.org
8823 W:      http://linuxtv.org/
8824 W:      http://palosaari.fi/linux/
8825 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8826 T:      git git://linuxtv.org/anttip/media_tree.git
8827 S:      Maintained
8828 F:      drivers/media/dvb-frontends/rtl2830*
8829
8830 RTL2832 MEDIA DRIVER
8831 M:      Antti Palosaari <crope@iki.fi>
8832 L:      linux-media@vger.kernel.org
8833 W:      http://linuxtv.org/
8834 W:      http://palosaari.fi/linux/
8835 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8836 T:      git git://linuxtv.org/anttip/media_tree.git
8837 S:      Maintained
8838 F:      drivers/media/dvb-frontends/rtl2832*
8839
8840 RTL2832_SDR MEDIA DRIVER
8841 M:      Antti Palosaari <crope@iki.fi>
8842 L:      linux-media@vger.kernel.org
8843 W:      http://linuxtv.org/
8844 W:      http://palosaari.fi/linux/
8845 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8846 T:      git git://linuxtv.org/anttip/media_tree.git
8847 S:      Maintained
8848 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8849
8850 RTL8180 WIRELESS DRIVER
8851 L:      linux-wireless@vger.kernel.org
8852 W:      http://wireless.kernel.org/
8853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8854 S:      Orphan
8855 F:      drivers/net/wireless/rtl818x/rtl8180/
8856
8857 RTL8187 WIRELESS DRIVER
8858 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8859 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8860 M:      Larry Finger <Larry.Finger@lwfinger.net>
8861 L:      linux-wireless@vger.kernel.org
8862 W:      http://wireless.kernel.org/
8863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8864 S:      Maintained
8865 F:      drivers/net/wireless/rtl818x/rtl8187/
8866
8867 RTL8192CE WIRELESS DRIVER
8868 M:      Larry Finger <Larry.Finger@lwfinger.net>
8869 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8870 L:      linux-wireless@vger.kernel.org
8871 W:      http://wireless.kernel.org/
8872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8873 S:      Maintained
8874 F:      drivers/net/wireless/rtlwifi/
8875 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8876
8877 S3 SAVAGE FRAMEBUFFER DRIVER
8878 M:      Antonino Daplas <adaplas@gmail.com>
8879 L:      linux-fbdev@vger.kernel.org
8880 S:      Maintained
8881 F:      drivers/video/fbdev/savage/
8882
8883 S390
8884 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8885 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8886 L:      linux-s390@vger.kernel.org
8887 W:      http://www.ibm.com/developerworks/linux/linux390/
8888 S:      Supported
8889 F:      arch/s390/
8890 F:      drivers/s390/
8891 F:      Documentation/s390/
8892 F:      Documentation/DocBook/s390*
8893
8894 S390 COMMON I/O LAYER
8895 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8896 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8897 L:      linux-s390@vger.kernel.org
8898 W:      http://www.ibm.com/developerworks/linux/linux390/
8899 S:      Supported
8900 F:      drivers/s390/cio/
8901
8902 S390 DASD DRIVER
8903 M:      Stefan Weinhuber <wein@de.ibm.com>
8904 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8905 L:      linux-s390@vger.kernel.org
8906 W:      http://www.ibm.com/developerworks/linux/linux390/
8907 S:      Supported
8908 F:      drivers/s390/block/dasd*
8909 F:      block/partitions/ibm.c
8910
8911 S390 NETWORK DRIVERS
8912 M:      Ursula Braun <ursula.braun@de.ibm.com>
8913 L:      linux-s390@vger.kernel.org
8914 W:      http://www.ibm.com/developerworks/linux/linux390/
8915 S:      Supported
8916 F:      drivers/s390/net/
8917
8918 S390 PCI SUBSYSTEM
8919 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8920 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8921 L:      linux-s390@vger.kernel.org
8922 W:      http://www.ibm.com/developerworks/linux/linux390/
8923 S:      Supported
8924 F:      arch/s390/pci/
8925 F:      drivers/pci/hotplug/s390_pci_hpc.c
8926
8927 S390 ZCRYPT DRIVER
8928 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8929 L:      linux-s390@vger.kernel.org
8930 W:      http://www.ibm.com/developerworks/linux/linux390/
8931 S:      Supported
8932 F:      drivers/s390/crypto/
8933
8934 S390 ZFCP DRIVER
8935 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8936 L:      linux-s390@vger.kernel.org
8937 W:      http://www.ibm.com/developerworks/linux/linux390/
8938 S:      Supported
8939 F:      drivers/s390/scsi/zfcp_*
8940
8941 S390 IUCV NETWORK LAYER
8942 M:      Ursula Braun <ursula.braun@de.ibm.com>
8943 L:      linux-s390@vger.kernel.org
8944 W:      http://www.ibm.com/developerworks/linux/linux390/
8945 S:      Supported
8946 F:      drivers/s390/net/*iucv*
8947 F:      include/net/iucv/
8948 F:      net/iucv/
8949
8950 S3C24XX SD/MMC Driver
8951 M:      Ben Dooks <ben-linux@fluff.org>
8952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8953 S:      Supported
8954 F:      drivers/mmc/host/s3cmci.*
8955
8956 SAA6588 RDS RECEIVER DRIVER
8957 M:      Hans Verkuil <hverkuil@xs4all.nl>
8958 L:      linux-media@vger.kernel.org
8959 T:      git git://linuxtv.org/media_tree.git
8960 W:      http://linuxtv.org
8961 S:      Odd Fixes
8962 F:      drivers/media/i2c/saa6588*
8963
8964 SAA7134 VIDEO4LINUX DRIVER
8965 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8966 L:      linux-media@vger.kernel.org
8967 W:      http://linuxtv.org
8968 T:      git git://linuxtv.org/media_tree.git
8969 S:      Odd fixes
8970 F:      Documentation/video4linux/*.saa7134
8971 F:      drivers/media/pci/saa7134/
8972
8973 SAA7146 VIDEO4LINUX-2 DRIVER
8974 M:      Hans Verkuil <hverkuil@xs4all.nl>
8975 L:      linux-media@vger.kernel.org
8976 T:      git git://linuxtv.org/media_tree.git
8977 S:      Maintained
8978 F:      drivers/media/common/saa7146/
8979 F:      drivers/media/pci/saa7146/
8980 F:      include/media/saa7146*
8981
8982 SAMSUNG LAPTOP DRIVER
8983 M:      Corentin Chary <corentin.chary@gmail.com>
8984 L:      platform-driver-x86@vger.kernel.org
8985 S:      Maintained
8986 F:      drivers/platform/x86/samsung-laptop.c
8987
8988 SAMSUNG AUDIO (ASoC) DRIVERS
8989 M:      Sangbeom Kim <sbkim73@samsung.com>
8990 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8991 S:      Supported
8992 F:      sound/soc/samsung/
8993
8994 SAMSUNG FRAMEBUFFER DRIVER
8995 M:      Jingoo Han <jingoohan1@gmail.com>
8996 L:      linux-fbdev@vger.kernel.org
8997 S:      Maintained
8998 F:      drivers/video/fbdev/s3c-fb.c
8999
9000 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9001 M:      Sangbeom Kim <sbkim73@samsung.com>
9002 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9003 L:      linux-kernel@vger.kernel.org
9004 L:      linux-samsung-soc@vger.kernel.org
9005 S:      Supported
9006 F:      drivers/mfd/sec*.c
9007 F:      drivers/regulator/s2m*.c
9008 F:      drivers/regulator/s5m*.c
9009 F:      drivers/clk/clk-s2mps11.c
9010 F:      drivers/rtc/rtc-s5m.c
9011 F:      include/linux/mfd/samsung/
9012 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9013 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9014
9015 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9016 M:      Kyungmin Park <kyungmin.park@samsung.com>
9017 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9018 L:      linux-media@vger.kernel.org
9019 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9020 S:      Supported
9021 F:      drivers/media/platform/exynos4-is/
9022
9023 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9024 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9025 L:      linux-media@vger.kernel.org
9026 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9027 S:      Maintained
9028 F:      drivers/media/platform/s3c-camif/
9029 F:      include/media/s3c_camif.h
9030
9031 SAMSUNG S5C73M3 CAMERA DRIVER
9032 M:      Kyungmin Park <kyungmin.park@samsung.com>
9033 M:      Andrzej Hajda <a.hajda@samsung.com>
9034 L:      linux-media@vger.kernel.org
9035 S:      Supported
9036 F:      drivers/media/i2c/s5c73m3/*
9037
9038 SAMSUNG S5K5BAF CAMERA DRIVER
9039 M:      Kyungmin Park <kyungmin.park@samsung.com>
9040 M:      Andrzej Hajda <a.hajda@samsung.com>
9041 L:      linux-media@vger.kernel.org
9042 S:      Supported
9043 F:      drivers/media/i2c/s5k5baf.c
9044
9045 SAMSUNG S3FWRN5 NFC DRIVER
9046 M:      Robert Baldyga <r.baldyga@samsung.com>
9047 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9048 S:      Supported
9049 F:      drivers/nfc/s3fwrn5
9050
9051 SAMSUNG SOC CLOCK DRIVERS
9052 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9053 M:      Tomasz Figa <tomasz.figa@gmail.com>
9054 S:      Supported
9055 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9056 F:      drivers/clk/samsung/
9057
9058 SAMSUNG SXGBE DRIVERS
9059 M:      Byungho An <bh74.an@samsung.com>
9060 M:      Girish K S <ks.giri@samsung.com>
9061 M:      Vipul Pandya <vipul.pandya@samsung.com>
9062 S:      Supported
9063 L:      netdev@vger.kernel.org
9064 F:      drivers/net/ethernet/samsung/sxgbe/
9065
9066 SAMSUNG THERMAL DRIVER
9067 M:      Lukasz Majewski <l.majewski@samsung.com>
9068 L:      linux-pm@vger.kernel.org
9069 L:      linux-samsung-soc@vger.kernel.org
9070 S:      Supported
9071 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9072 F:      drivers/thermal/samsung/
9073
9074 SAMSUNG USB2 PHY DRIVER
9075 M:      Kamil Debski <k.debski@samsung.com>
9076 L:      linux-kernel@vger.kernel.org
9077 S:      Supported
9078 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9079 F:      Documentation/phy/samsung-usb2.txt
9080 F:      drivers/phy/phy-exynos4210-usb2.c
9081 F:      drivers/phy/phy-exynos4x12-usb2.c
9082 F:      drivers/phy/phy-exynos5250-usb2.c
9083 F:      drivers/phy/phy-s5pv210-usb2.c
9084 F:      drivers/phy/phy-samsung-usb2.c
9085 F:      drivers/phy/phy-samsung-usb2.h
9086
9087 SERIAL DRIVERS
9088 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9089 L:      linux-serial@vger.kernel.org
9090 S:      Maintained
9091 F:      drivers/tty/serial/
9092
9093 SYNOPSYS DESIGNWARE DMAC DRIVER
9094 M:      Viresh Kumar <vireshk@kernel.org>
9095 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9096 S:      Maintained
9097 F:      include/linux/dma/dw.h
9098 F:      include/linux/platform_data/dma-dw.h
9099 F:      drivers/dma/dw/
9100
9101 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9102 M: Lars Persson <lars.persson@axis.com>
9103 L: netdev@vger.kernel.org
9104 S: Supported
9105 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9106 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9107
9108 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9109 M:      Seungwon Jeon <tgih.jun@samsung.com>
9110 M:      Jaehoon Chung <jh80.chung@samsung.com>
9111 L:      linux-mmc@vger.kernel.org
9112 S:      Maintained
9113 F:      include/linux/mmc/dw_mmc.h
9114 F:      drivers/mmc/host/dw_mmc*
9115
9116 THUNDERBOLT DRIVER
9117 M:      Andreas Noever <andreas.noever@gmail.com>
9118 S:      Maintained
9119 F:      drivers/thunderbolt/
9120
9121 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9122 M:      John Stultz <john.stultz@linaro.org>
9123 M:      Thomas Gleixner <tglx@linutronix.de>
9124 L:      linux-kernel@vger.kernel.org
9125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9126 S:      Supported
9127 F:      include/linux/clocksource.h
9128 F:      include/linux/time.h
9129 F:      include/linux/timex.h
9130 F:      include/uapi/linux/time.h
9131 F:      include/uapi/linux/timex.h
9132 F:      kernel/time/clocksource.c
9133 F:      kernel/time/time*.c
9134 F:      kernel/time/ntp.c
9135 F:      tools/testing/selftests/timers/
9136
9137 SC1200 WDT DRIVER
9138 M:      Zwane Mwaikambo <zwanem@gmail.com>
9139 S:      Maintained
9140 F:      drivers/watchdog/sc1200wdt.c
9141
9142 SCHEDULER
9143 M:      Ingo Molnar <mingo@redhat.com>
9144 M:      Peter Zijlstra <peterz@infradead.org>
9145 L:      linux-kernel@vger.kernel.org
9146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9147 S:      Maintained
9148 F:      kernel/sched/
9149 F:      include/linux/sched.h
9150 F:      include/uapi/linux/sched.h
9151 F:      include/linux/wait.h
9152
9153 SCORE ARCHITECTURE
9154 M:      Chen Liqin <liqin.linux@gmail.com>
9155 M:      Lennox Wu <lennox.wu@gmail.com>
9156 W:      http://www.sunplus.com
9157 S:      Supported
9158 F:      arch/score/
9159
9160 SCSI CDROM DRIVER
9161 M:      Jens Axboe <axboe@kernel.dk>
9162 L:      linux-scsi@vger.kernel.org
9163 W:      http://www.kernel.dk
9164 S:      Maintained
9165 F:      drivers/scsi/sr*
9166
9167 SCSI RDMA PROTOCOL (SRP) INITIATOR
9168 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9169 L:      linux-rdma@vger.kernel.org
9170 S:      Supported
9171 W:      http://www.openfabrics.org
9172 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9174 F:      drivers/infiniband/ulp/srp/
9175 F:      include/scsi/srp.h
9176
9177 SCSI SG DRIVER
9178 M:      Doug Gilbert <dgilbert@interlog.com>
9179 L:      linux-scsi@vger.kernel.org
9180 W:      http://sg.danny.cz/sg
9181 S:      Maintained
9182 F:      Documentation/scsi/scsi-generic.txt
9183 F:      drivers/scsi/sg.c
9184 F:      include/scsi/sg.h
9185
9186 SCSI SUBSYSTEM
9187 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9188 L:      linux-scsi@vger.kernel.org
9189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9190 S:      Maintained
9191 F:      drivers/scsi/
9192 F:      include/scsi/
9193
9194 SCSI TAPE DRIVER
9195 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9196 L:      linux-scsi@vger.kernel.org
9197 S:      Maintained
9198 F:      Documentation/scsi/st.txt
9199 F:      drivers/scsi/st.*
9200 F:      drivers/scsi/st_*.h
9201
9202 SCTP PROTOCOL
9203 M:      Vlad Yasevich <vyasevich@gmail.com>
9204 M:      Neil Horman <nhorman@tuxdriver.com>
9205 L:      linux-sctp@vger.kernel.org
9206 W:      http://lksctp.sourceforge.net
9207 S:      Maintained
9208 F:      Documentation/networking/sctp.txt
9209 F:      include/linux/sctp.h
9210 F:      include/uapi/linux/sctp.h
9211 F:      include/net/sctp/
9212 F:      net/sctp/
9213
9214 SCx200 CPU SUPPORT
9215 M:      Jim Cromie <jim.cromie@gmail.com>
9216 S:      Odd Fixes
9217 F:      Documentation/i2c/busses/scx200_acb
9218 F:      arch/x86/platform/scx200/
9219 F:      drivers/watchdog/scx200_wdt.c
9220 F:      drivers/i2c/busses/scx200*
9221 F:      drivers/mtd/maps/scx200_docflash.c
9222 F:      include/linux/scx200.h
9223
9224 SCx200 GPIO DRIVER
9225 M:      Jim Cromie <jim.cromie@gmail.com>
9226 S:      Maintained
9227 F:      drivers/char/scx200_gpio.c
9228 F:      include/linux/scx200_gpio.h
9229
9230 SCx200 HRT CLOCKSOURCE DRIVER
9231 M:      Jim Cromie <jim.cromie@gmail.com>
9232 S:      Maintained
9233 F:      drivers/clocksource/scx200_hrt.c
9234
9235 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9236 M:      Sascha Sommer <saschasommer@freenet.de>
9237 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9238 S:      Maintained
9239 F:      drivers/mmc/host/sdricoh_cs.c
9240
9241 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9242 L:      linux-mmc@vger.kernel.org
9243 S:      Orphan
9244 F:      drivers/mmc/host/sdhci.*
9245 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9246
9247 SECURE COMPUTING
9248 M:      Kees Cook <keescook@chromium.org>
9249 R:      Andy Lutomirski <luto@amacapital.net>
9250 R:      Will Drewry <wad@chromium.org>
9251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9252 S:      Supported
9253 F:      kernel/seccomp.c
9254 F:      include/uapi/linux/seccomp.h
9255 F:      include/linux/seccomp.h
9256 F:      tools/testing/selftests/seccomp/*
9257 K:      \bsecure_computing
9258 K:      \bTIF_SECCOMP\b
9259
9260 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9261 M:      Ben Dooks <ben-linux@fluff.org>
9262 M:      Jaehoon Chung <jh80.chung@samsung.com>
9263 L:      linux-mmc@vger.kernel.org
9264 S:      Maintained
9265 F:      drivers/mmc/host/sdhci-s3c*
9266
9267 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9268 M:      Viresh Kumar <vireshk@kernel.org>
9269 L:      spear-devel@list.st.com
9270 L:      linux-mmc@vger.kernel.org
9271 S:      Maintained
9272 F:      drivers/mmc/host/sdhci-spear.c
9273
9274 SECURITY SUBSYSTEM
9275 M:      James Morris <james.l.morris@oracle.com>
9276 M:      "Serge E. Hallyn" <serge@hallyn.com>
9277 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9279 W:      http://kernsec.org/
9280 S:      Supported
9281 F:      security/
9282
9283 SECURITY CONTACT
9284 M:      Security Officers <security@kernel.org>
9285 S:      Supported
9286
9287 SELINUX SECURITY MODULE
9288 M:      Paul Moore <paul@paul-moore.com>
9289 M:      Stephen Smalley <sds@tycho.nsa.gov>
9290 M:      Eric Paris <eparis@parisplace.org>
9291 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9292 W:      http://selinuxproject.org
9293 T:      git git://git.infradead.org/users/pcmoore/selinux
9294 S:      Supported
9295 F:      include/linux/selinux*
9296 F:      security/selinux/
9297 F:      scripts/selinux/
9298
9299 APPARMOR SECURITY MODULE
9300 M:      John Johansen <john.johansen@canonical.com>
9301 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9302 W:      apparmor.wiki.kernel.org
9303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9304 S:      Supported
9305 F:      security/apparmor/
9306
9307 YAMA SECURITY MODULE
9308 M:      Kees Cook <keescook@chromium.org>
9309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9310 S:      Supported
9311 F:      security/yama/
9312
9313 SENSABLE PHANTOM
9314 M:      Jiri Slaby <jirislaby@gmail.com>
9315 S:      Maintained
9316 F:      drivers/misc/phantom.c
9317 F:      include/uapi/linux/phantom.h
9318
9319 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9320 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9321 M:      Minh Tran <minh.tran@avagotech.com>
9322 M:      John Soni Jose <sony.john-n@avagotech.com>
9323 L:      linux-scsi@vger.kernel.org
9324 W:      http://www.avagotech.com
9325 S:      Supported
9326 F:      drivers/scsi/be2iscsi/
9327
9328 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9329 M:      Sathya Perla <sathya.perla@avagotech.com>
9330 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9331 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9332 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9333 L:      netdev@vger.kernel.org
9334 W:      http://www.emulex.com
9335 S:      Supported
9336 F:      drivers/net/ethernet/emulex/benet/
9337
9338 EMULEX ONECONNECT ROCE DRIVER
9339 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9340 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9341 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9342 L:      linux-rdma@vger.kernel.org
9343 W:      http://www.emulex.com
9344 S:      Supported
9345 F:      drivers/infiniband/hw/ocrdma/
9346
9347 SFC NETWORK DRIVER
9348 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9349 M:      Shradha Shah <sshah@solarflare.com>
9350 L:      netdev@vger.kernel.org
9351 S:      Supported
9352 F:      drivers/net/ethernet/sfc/
9353
9354 SGI GRU DRIVER
9355 M:      Dimitri Sivanich <sivanich@sgi.com>
9356 S:      Maintained
9357 F:      drivers/misc/sgi-gru/
9358
9359 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9360 M:      Pat Gefre <pfg@sgi.com>
9361 L:      linux-ia64@vger.kernel.org
9362 S:      Supported
9363 F:      Documentation/ia64/serial.txt
9364 F:      drivers/tty/serial/ioc?_serial.c
9365 F:      include/linux/ioc?.h
9366
9367 SGI XP/XPC/XPNET DRIVER
9368 M:      Cliff Whickman <cpw@sgi.com>
9369 M:      Robin Holt <robinmholt@gmail.com>
9370 S:      Maintained
9371 F:      drivers/misc/sgi-xp/
9372
9373 SI2157 MEDIA DRIVER
9374 M:      Antti Palosaari <crope@iki.fi>
9375 L:      linux-media@vger.kernel.org
9376 W:      http://linuxtv.org/
9377 W:      http://palosaari.fi/linux/
9378 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9379 T:      git git://linuxtv.org/anttip/media_tree.git
9380 S:      Maintained
9381 F:      drivers/media/tuners/si2157*
9382
9383 SI2168 MEDIA DRIVER
9384 M:      Antti Palosaari <crope@iki.fi>
9385 L:      linux-media@vger.kernel.org
9386 W:      http://linuxtv.org/
9387 W:      http://palosaari.fi/linux/
9388 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9389 T:      git git://linuxtv.org/anttip/media_tree.git
9390 S:      Maintained
9391 F:      drivers/media/dvb-frontends/si2168*
9392
9393 SI470X FM RADIO RECEIVER I2C DRIVER
9394 M:      Hans Verkuil <hverkuil@xs4all.nl>
9395 L:      linux-media@vger.kernel.org
9396 T:      git git://linuxtv.org/media_tree.git
9397 W:      http://linuxtv.org
9398 S:      Odd Fixes
9399 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9400
9401 SI470X FM RADIO RECEIVER USB DRIVER
9402 M:      Hans Verkuil <hverkuil@xs4all.nl>
9403 L:      linux-media@vger.kernel.org
9404 T:      git git://linuxtv.org/media_tree.git
9405 W:      http://linuxtv.org
9406 S:      Maintained
9407 F:      drivers/media/radio/si470x/radio-si470x-common.c
9408 F:      drivers/media/radio/si470x/radio-si470x.h
9409 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9410
9411 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9412 M:      Eduardo Valentin <edubezval@gmail.com>
9413 L:      linux-media@vger.kernel.org
9414 T:      git git://linuxtv.org/media_tree.git
9415 W:      http://linuxtv.org
9416 S:      Odd Fixes
9417 F:      drivers/media/radio/si4713/si4713.?
9418
9419 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9420 M:      Eduardo Valentin <edubezval@gmail.com>
9421 L:      linux-media@vger.kernel.org
9422 T:      git git://linuxtv.org/media_tree.git
9423 W:      http://linuxtv.org
9424 S:      Odd Fixes
9425 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9426
9427 SI4713 FM RADIO TRANSMITTER USB DRIVER
9428 M:      Hans Verkuil <hverkuil@xs4all.nl>
9429 L:      linux-media@vger.kernel.org
9430 T:      git git://linuxtv.org/media_tree.git
9431 W:      http://linuxtv.org
9432 S:      Maintained
9433 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9434
9435 SIANO DVB DRIVER
9436 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9437 L:      linux-media@vger.kernel.org
9438 W:      http://linuxtv.org
9439 T:      git git://linuxtv.org/media_tree.git
9440 S:      Odd fixes
9441 F:      drivers/media/common/siano/
9442 F:      drivers/media/usb/siano/
9443 F:      drivers/media/usb/siano/
9444 F:      drivers/media/mmc/siano/
9445
9446 SIMPLEFB FB DRIVER
9447 M:      Hans de Goede <hdegoede@redhat.com>
9448 L:      linux-fbdev@vger.kernel.org
9449 S:      Maintained
9450 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9451 F:      drivers/video/fbdev/simplefb.c
9452 F:      include/linux/platform_data/simplefb.h
9453
9454 SH_VEU V4L2 MEM2MEM DRIVER
9455 L:      linux-media@vger.kernel.org
9456 S:      Orphan
9457 F:      drivers/media/platform/sh_veu.c
9458
9459 SH_VOU V4L2 OUTPUT DRIVER
9460 L:      linux-media@vger.kernel.org
9461 S:      Orphan
9462 F:      drivers/media/platform/sh_vou.c
9463 F:      include/media/sh_vou.h
9464
9465 SIMPLE FIRMWARE INTERFACE (SFI)
9466 M:      Len Brown <lenb@kernel.org>
9467 L:      sfi-devel@simplefirmware.org
9468 W:      http://simplefirmware.org/
9469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9470 S:      Supported
9471 F:      arch/x86/platform/sfi/
9472 F:      drivers/sfi/
9473 F:      include/linux/sfi*.h
9474
9475 SIMTEC EB110ATX (Chalice CATS)
9476 P:      Ben Dooks
9477 P:      Vincent Sanders <vince@simtec.co.uk>
9478 M:      Simtec Linux Team <linux@simtec.co.uk>
9479 W:      http://www.simtec.co.uk/products/EB110ATX/
9480 S:      Supported
9481
9482 SIMTEC EB2410ITX (BAST)
9483 P:      Ben Dooks
9484 P:      Vincent Sanders <vince@simtec.co.uk>
9485 M:      Simtec Linux Team <linux@simtec.co.uk>
9486 W:      http://www.simtec.co.uk/products/EB2410ITX/
9487 S:      Supported
9488 F:      arch/arm/mach-s3c24xx/mach-bast.c
9489 F:      arch/arm/mach-s3c24xx/bast-ide.c
9490 F:      arch/arm/mach-s3c24xx/bast-irq.c
9491
9492 TI DAVINCI MACHINE SUPPORT
9493 M:      Sekhar Nori <nsekhar@ti.com>
9494 M:      Kevin Hilman <khilman@deeprootsystems.com>
9495 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9496 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9497 S:      Supported
9498 F:      arch/arm/mach-davinci/
9499 F:      drivers/i2c/busses/i2c-davinci.c
9500
9501 TI DAVINCI SERIES MEDIA DRIVER
9502 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9503 L:      linux-media@vger.kernel.org
9504 W:      http://linuxtv.org/
9505 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9506 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9507 S:      Maintained
9508 F:      drivers/media/platform/davinci/
9509 F:      include/media/davinci/
9510
9511 TI AM437X VPFE DRIVER
9512 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9513 L:      linux-media@vger.kernel.org
9514 W:      http://linuxtv.org/
9515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9516 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9517 S:      Maintained
9518 F:      drivers/media/platform/am437x/
9519
9520 OV2659 OMNIVISION SENSOR DRIVER
9521 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9522 L:      linux-media@vger.kernel.org
9523 W:      http://linuxtv.org/
9524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9525 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9526 S:      Maintained
9527 F:      drivers/media/i2c/ov2659.c
9528 F:      include/media/ov2659.h
9529
9530 SILICON MOTION SM712 FRAME BUFFER DRIVER
9531 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9532 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9533 M:      Sudip Mukherjee <sudip@vectorindia.org>
9534 L:      linux-fbdev@vger.kernel.org
9535 S:      Maintained
9536 F:      drivers/video/fbdev/sm712*
9537 F:      Documentation/fb/sm712fb.txt
9538
9539 SIS 190 ETHERNET DRIVER
9540 M:      Francois Romieu <romieu@fr.zoreil.com>
9541 L:      netdev@vger.kernel.org
9542 S:      Maintained
9543 F:      drivers/net/ethernet/sis/sis190.c
9544
9545 SIS 900/7016 FAST ETHERNET DRIVER
9546 M:      Daniele Venzano <venza@brownhat.org>
9547 W:      http://www.brownhat.org/sis900.html
9548 L:      netdev@vger.kernel.org
9549 S:      Maintained
9550 F:      drivers/net/ethernet/sis/sis900.*
9551
9552 SIS FRAMEBUFFER DRIVER
9553 M:      Thomas Winischhofer <thomas@winischhofer.net>
9554 W:      http://www.winischhofer.net/linuxsisvga.shtml
9555 S:      Maintained
9556 F:      Documentation/fb/sisfb.txt
9557 F:      drivers/video/fbdev/sis/
9558 F:      include/video/sisfb.h
9559
9560 SIS USB2VGA DRIVER
9561 M:      Thomas Winischhofer <thomas@winischhofer.net>
9562 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9563 S:      Maintained
9564 F:      drivers/usb/misc/sisusbvga/
9565
9566 SLAB ALLOCATOR
9567 M:      Christoph Lameter <cl@linux.com>
9568 M:      Pekka Enberg <penberg@kernel.org>
9569 M:      David Rientjes <rientjes@google.com>
9570 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9571 M:      Andrew Morton <akpm@linux-foundation.org>
9572 L:      linux-mm@kvack.org
9573 S:      Maintained
9574 F:      include/linux/sl?b*.h
9575 F:      mm/sl?b*
9576
9577 SLEEPABLE READ-COPY UPDATE (SRCU)
9578 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9579 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9580 M:      Josh Triplett <josh@joshtriplett.org>
9581 R:      Steven Rostedt <rostedt@goodmis.org>
9582 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9583 L:      linux-kernel@vger.kernel.org
9584 W:      http://www.rdrop.com/users/paulmck/RCU/
9585 S:      Supported
9586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9587 F:      include/linux/srcu.h
9588 F:      kernel/rcu/srcu.c
9589
9590 SMACK SECURITY MODULE
9591 M:      Casey Schaufler <casey@schaufler-ca.com>
9592 L:      linux-security-module@vger.kernel.org
9593 W:      http://schaufler-ca.com
9594 T:      git git://git.gitorious.org/smack-next/kernel.git
9595 S:      Maintained
9596 F:      Documentation/security/Smack.txt
9597 F:      security/smack/
9598
9599 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9600 M:      Kevin Hilman <khilman@kernel.org>
9601 M:      Nishanth Menon <nm@ti.com>
9602 S:      Maintained
9603 F:      drivers/power/avs/
9604 F:      include/linux/power/smartreflex.h
9605 L:      linux-pm@vger.kernel.org
9606
9607 SMC91x ETHERNET DRIVER
9608 M:      Nicolas Pitre <nico@fluxnic.net>
9609 S:      Odd Fixes
9610 F:      drivers/net/ethernet/smsc/smc91x.*
9611
9612 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9613 M:      Sakari Ailus <sakari.ailus@iki.fi>
9614 L:      linux-media@vger.kernel.org
9615 S:      Maintained
9616 F:      drivers/media/i2c/smiapp/
9617 F:      include/media/smiapp.h
9618 F:      drivers/media/i2c/smiapp-pll.c
9619 F:      drivers/media/i2c/smiapp-pll.h
9620 F:      include/uapi/linux/smiapp.h
9621 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9622
9623 SMM665 HARDWARE MONITOR DRIVER
9624 M:      Guenter Roeck <linux@roeck-us.net>
9625 L:      lm-sensors@lm-sensors.org
9626 S:      Maintained
9627 F:      Documentation/hwmon/smm665
9628 F:      drivers/hwmon/smm665.c
9629
9630 SMSC EMC2103 HARDWARE MONITOR DRIVER
9631 M:      Steve Glendinning <steve.glendinning@shawell.net>
9632 L:      lm-sensors@lm-sensors.org
9633 S:      Maintained
9634 F:      Documentation/hwmon/emc2103
9635 F:      drivers/hwmon/emc2103.c
9636
9637 SMSC SCH5627 HARDWARE MONITOR DRIVER
9638 M:      Hans de Goede <hdegoede@redhat.com>
9639 L:      lm-sensors@lm-sensors.org
9640 S:      Supported
9641 F:      Documentation/hwmon/sch5627
9642 F:      drivers/hwmon/sch5627.c
9643
9644 SMSC47B397 HARDWARE MONITOR DRIVER
9645 M:      Jean Delvare <jdelvare@suse.com>
9646 L:      lm-sensors@lm-sensors.org
9647 S:      Maintained
9648 F:      Documentation/hwmon/smsc47b397
9649 F:      drivers/hwmon/smsc47b397.c
9650
9651 SMSC911x ETHERNET DRIVER
9652 M:      Steve Glendinning <steve.glendinning@shawell.net>
9653 L:      netdev@vger.kernel.org
9654 S:      Maintained
9655 F:      include/linux/smsc911x.h
9656 F:      drivers/net/ethernet/smsc/smsc911x.*
9657
9658 SMSC9420 PCI ETHERNET DRIVER
9659 M:      Steve Glendinning <steve.glendinning@shawell.net>
9660 L:      netdev@vger.kernel.org
9661 S:      Maintained
9662 F:      drivers/net/ethernet/smsc/smsc9420.*
9663
9664 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9665 M:      Steve Glendinning <steve.glendinning@shawell.net>
9666 L:      linux-fbdev@vger.kernel.org
9667 S:      Maintained
9668 F:      drivers/video/fbdev/smscufx.c
9669
9670 SOC-CAMERA V4L2 SUBSYSTEM
9671 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9672 L:      linux-media@vger.kernel.org
9673 T:      git git://linuxtv.org/media_tree.git
9674 S:      Maintained
9675 F:      include/media/soc*
9676 F:      drivers/media/i2c/soc_camera/
9677 F:      drivers/media/platform/soc_camera/
9678
9679 SOEKRIS NET48XX LED SUPPORT
9680 M:      Chris Boot <bootc@bootc.net>
9681 S:      Maintained
9682 F:      drivers/leds/leds-net48xx.c
9683
9684 SOFTLOGIC 6x10 MPEG CODEC
9685 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9686 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9687 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9688 M:      Ismael Luceno <ismael@iodev.co.uk>
9689 L:      linux-media@vger.kernel.org
9690 S:      Supported
9691 F:      drivers/media/pci/solo6x10/
9692
9693 SOFTWARE RAID (Multiple Disks) SUPPORT
9694 M:      Neil Brown <neilb@suse.com>
9695 L:      linux-raid@vger.kernel.org
9696 S:      Supported
9697 F:      drivers/md/
9698 F:      include/linux/raid/
9699 F:      include/uapi/linux/raid/
9700
9701 SONIC NETWORK DRIVER
9702 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9703 L:      netdev@vger.kernel.org
9704 S:      Maintained
9705 F:      drivers/net/ethernet/natsemi/sonic.*
9706
9707 SONICS SILICON BACKPLANE DRIVER (SSB)
9708 M:      Michael Buesch <m@bues.ch>
9709 L:      netdev@vger.kernel.org
9710 S:      Maintained
9711 F:      drivers/ssb/
9712 F:      include/linux/ssb/
9713
9714 SONY VAIO CONTROL DEVICE DRIVER
9715 M:      Mattia Dongili <malattia@linux.it>
9716 L:      platform-driver-x86@vger.kernel.org
9717 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9718 S:      Maintained
9719 F:      Documentation/laptops/sony-laptop.txt
9720 F:      drivers/char/sonypi.c
9721 F:      drivers/platform/x86/sony-laptop.c
9722 F:      include/linux/sony-laptop.h
9723
9724 SONY MEMORYSTICK CARD SUPPORT
9725 M:      Alex Dubov <oakad@yahoo.com>
9726 W:      http://tifmxx.berlios.de/
9727 S:      Maintained
9728 F:      drivers/memstick/host/tifm_ms.c
9729
9730 SONY MEMORYSTICK STANDARD SUPPORT
9731 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9732 S:      Maintained
9733 F:      drivers/memstick/core/ms_block.*
9734
9735 SOUND
9736 M:      Jaroslav Kysela <perex@perex.cz>
9737 M:      Takashi Iwai <tiwai@suse.com>
9738 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9739 W:      http://www.alsa-project.org/
9740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9741 T:      git git://git.alsa-project.org/alsa-kernel.git
9742 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9743 S:      Maintained
9744 F:      Documentation/sound/
9745 F:      include/sound/
9746 F:      include/uapi/sound/
9747 F:      sound/
9748
9749 SOUND - COMPRESSED AUDIO
9750 M:      Vinod Koul <vinod.koul@intel.com>
9751 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9753 S:      Supported
9754 F:      Documentation/sound/alsa/compress_offload.txt
9755 F:      include/sound/compress_driver.h
9756 F:      include/uapi/sound/compress_*
9757 F:      sound/core/compress_offload.c
9758 F:      sound/soc/soc-compress.c
9759
9760 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9761 M:      Liam Girdwood <lgirdwood@gmail.com>
9762 M:      Mark Brown <broonie@kernel.org>
9763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9764 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9765 W:      http://alsa-project.org/main/index.php/ASoC
9766 S:      Supported
9767 F:      Documentation/sound/alsa/soc/
9768 F:      sound/soc/
9769 F:      include/sound/soc*
9770
9771 SOUND - DMAENGINE HELPERS
9772 M:      Lars-Peter Clausen <lars@metafoo.de>
9773 S:      Supported
9774 F:      include/sound/dmaengine_pcm.h
9775 F:      sound/core/pcm_dmaengine.c
9776 F:      sound/soc/soc-generic-dmaengine-pcm.c
9777
9778 SP2 MEDIA DRIVER
9779 M:      Olli Salonen <olli.salonen@iki.fi>
9780 L:      linux-media@vger.kernel.org
9781 W:      http://linuxtv.org/
9782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9783 S:      Maintained
9784 F:      drivers/media/dvb-frontends/sp2*
9785
9786 SPARC + UltraSPARC (sparc/sparc64)
9787 M:      "David S. Miller" <davem@davemloft.net>
9788 L:      sparclinux@vger.kernel.org
9789 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9792 S:      Maintained
9793 F:      arch/sparc/
9794 F:      drivers/sbus/
9795
9796 SPARC SERIAL DRIVERS
9797 M:      "David S. Miller" <davem@davemloft.net>
9798 L:      sparclinux@vger.kernel.org
9799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9801 S:      Maintained
9802 F:      include/linux/sunserialcore.h
9803 F:      drivers/tty/serial/suncore.c
9804 F:      drivers/tty/serial/sunhv.c
9805 F:      drivers/tty/serial/sunsab.c
9806 F:      drivers/tty/serial/sunsab.h
9807 F:      drivers/tty/serial/sunsu.c
9808 F:      drivers/tty/serial/sunzilog.c
9809 F:      drivers/tty/serial/sunzilog.h
9810
9811 SPARSE CHECKER
9812 M:      "Christopher Li" <sparse@chrisli.org>
9813 L:      linux-sparse@vger.kernel.org
9814 W:      https://sparse.wiki.kernel.org/
9815 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9816 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9817 S:      Maintained
9818 F:      include/linux/compiler.h
9819
9820 SPEAR PLATFORM SUPPORT
9821 M:      Viresh Kumar <vireshk@kernel.org>
9822 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9823 L:      spear-devel@list.st.com
9824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9825 W:      http://www.st.com/spear
9826 S:      Maintained
9827 F:      arch/arm/mach-spear/
9828
9829 SPEAR CLOCK FRAMEWORK SUPPORT
9830 M:      Viresh Kumar <vireshk@kernel.org>
9831 L:      spear-devel@list.st.com
9832 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9833 W:      http://www.st.com/spear
9834 S:      Maintained
9835 F:      drivers/clk/spear/
9836
9837 SPI SUBSYSTEM
9838 M:      Mark Brown <broonie@kernel.org>
9839 L:      linux-spi@vger.kernel.org
9840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9841 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9842 S:      Maintained
9843 F:      Documentation/spi/
9844 F:      drivers/spi/
9845 F:      include/linux/spi/
9846 F:      include/uapi/linux/spi/
9847
9848 SPIDERNET NETWORK DRIVER for CELL
9849 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9850 L:      netdev@vger.kernel.org
9851 S:      Supported
9852 F:      Documentation/networking/spider_net.txt
9853 F:      drivers/net/ethernet/toshiba/spider_net*
9854
9855 SPU FILE SYSTEM
9856 M:      Jeremy Kerr <jk@ozlabs.org>
9857 L:      linuxppc-dev@lists.ozlabs.org
9858 W:      http://www.ibm.com/developerworks/power/cell/
9859 S:      Supported
9860 F:      Documentation/filesystems/spufs.txt
9861 F:      arch/powerpc/platforms/cell/spufs/
9862
9863 SQUASHFS FILE SYSTEM
9864 M:      Phillip Lougher <phillip@squashfs.org.uk>
9865 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9866 W:      http://squashfs.org.uk
9867 S:      Maintained
9868 F:      Documentation/filesystems/squashfs.txt
9869 F:      fs/squashfs/
9870
9871 SRM (Alpha) environment access
9872 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9873 S:      Maintained
9874 F:      arch/alpha/kernel/srm_env.c
9875
9876 STABLE BRANCH
9877 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9878 L:      stable@vger.kernel.org
9879 S:      Supported
9880 F:      Documentation/stable_kernel_rules.txt
9881
9882 STAGING SUBSYSTEM
9883 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9885 L:      devel@driverdev.osuosl.org
9886 S:      Supported
9887 F:      drivers/staging/
9888
9889 STAGING - COMEDI
9890 M:      Ian Abbott <abbotti@mev.co.uk>
9891 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9892 S:      Odd Fixes
9893 F:      drivers/staging/comedi/
9894
9895 STAGING - FLARION FT1000 DRIVERS
9896 M:      Marek Belisko <marek.belisko@gmail.com>
9897 S:      Odd Fixes
9898 F:      drivers/staging/ft1000/
9899
9900 STAGING - INDUSTRIAL IO
9901 M:      Jonathan Cameron <jic23@kernel.org>
9902 L:      linux-iio@vger.kernel.org
9903 S:      Odd Fixes
9904 F:      drivers/staging/iio/
9905
9906 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9907 M:      Jarod Wilson <jarod@wilsonet.com>
9908 W:      http://www.lirc.org/
9909 S:      Odd Fixes
9910 F:      drivers/staging/media/lirc/
9911
9912 STAGING - LUSTRE PARALLEL FILESYSTEM
9913 M:      Oleg Drokin <oleg.drokin@intel.com>
9914 M:      Andreas Dilger <andreas.dilger@intel.com>
9915 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9916 W:      http://lustre.opensfs.org/
9917 S:      Maintained
9918 F:      drivers/staging/lustre
9919
9920 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9921 M:      Julian Andres Klode <jak@jak-linux.org>
9922 M:      Marc Dietrich <marvin24@gmx.de>
9923 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9924 L:      linux-tegra@vger.kernel.org
9925 S:      Maintained
9926 F:      drivers/staging/nvec/
9927
9928 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9929 M:      Jens Frederich <jfrederich@gmail.com>
9930 M:      Daniel Drake <dsd@laptop.org>
9931 M:      Jon Nettleton <jon.nettleton@gmail.com>
9932 W:      http://wiki.laptop.org/go/DCON
9933 S:      Maintained
9934 F:      drivers/staging/olpc_dcon/
9935
9936 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9937 M:      Willy Tarreau <willy@meta-x.org>
9938 S:      Odd Fixes
9939 F:      drivers/staging/panel/
9940
9941 STAGING - REALTEK RTL8712U DRIVERS
9942 M:      Larry Finger <Larry.Finger@lwfinger.net>
9943 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9944 S:      Odd Fixes
9945 F:      drivers/staging/rtl8712/
9946
9947 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9948 M:      Larry Finger <Larry.Finger@lwfinger.net>
9949 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9950 L:      linux-wireless@vger.kernel.org
9951 S:      Maintained
9952 F:      drivers/staging/rtl8723au/
9953
9954 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9955 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9956 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9957 M:      Sudip Mukherjee <sudip@vectorindia.org>
9958 L:      linux-fbdev@vger.kernel.org
9959 S:      Maintained
9960 F:      drivers/staging/sm750fb/
9961
9962 STAGING - SLICOSS
9963 M:      Lior Dotan <liodot@gmail.com>
9964 M:      Christopher Harrer <charrer@alacritech.com>
9965 S:      Odd Fixes
9966 F:      drivers/staging/slicoss/
9967
9968 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9969 M:      William Hubbs <w.d.hubbs@gmail.com>
9970 M:      Chris Brannon <chris@the-brannons.com>
9971 M:      Kirk Reiser <kirk@reisers.ca>
9972 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9973 L:      speakup@linux-speakup.org
9974 W:      http://www.linux-speakup.org/
9975 S:      Odd Fixes
9976 F:      drivers/staging/speakup/
9977
9978 STAGING - VIA VT665X DRIVERS
9979 M:      Forest Bond <forest@alittletooquiet.net>
9980 S:      Odd Fixes
9981 F:      drivers/staging/vt665?/
9982
9983 STAGING - WILC1000 WIFI DRIVER
9984 M:      Johnny Kim <johnny.kim@atmel.com>
9985 M:      Rachel Kim <rachel.kim@atmel.com>
9986 M:      Dean Lee <dean.lee@atmel.com>
9987 M:      Chris Park <chris.park@atmel.com>
9988 L:      linux-wireless@vger.kernel.org
9989 S:      Supported
9990 F:      drivers/staging/wilc1000/
9991
9992 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9993 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9994 S:      Odd Fixes
9995 F:      drivers/staging/xgifb/
9996
9997 HFI1 DRIVER
9998 M:      Mike Marciniszyn <infinipath@intel.com>
9999 L:      linux-rdma@vger.kernel.org
10000 S:      Supported
10001 F:      drivers/staging/rdma/hfi1
10002
10003 STARFIRE/DURALAN NETWORK DRIVER
10004 M:      Ion Badulescu <ionut@badula.org>
10005 S:      Odd Fixes
10006 F:      drivers/net/ethernet/adaptec/starfire*
10007
10008 SUN3/3X
10009 M:      Sam Creasey <sammy@sammy.net>
10010 W:      http://sammy.net/sun3/
10011 S:      Maintained
10012 F:      arch/m68k/kernel/*sun3*
10013 F:      arch/m68k/sun3*/
10014 F:      arch/m68k/include/asm/sun3*
10015 F:      drivers/net/ethernet/i825xx/sun3*
10016
10017 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10018 M:      Hans de Goede <hdegoede@redhat.com>
10019 L:      linux-input@vger.kernel.org
10020 S:      Maintained
10021 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10022 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10023
10024 SUNDANCE NETWORK DRIVER
10025 M:      Denis Kirjanov <kda@linux-powerpc.org>
10026 L:      netdev@vger.kernel.org
10027 S:      Maintained
10028 F:      drivers/net/ethernet/dlink/sundance.c
10029
10030 SUPERH
10031 L:      linux-sh@vger.kernel.org
10032 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10033 S:      Orphan
10034 F:      Documentation/sh/
10035 F:      arch/sh/
10036 F:      drivers/sh/
10037
10038 SUSPEND TO RAM
10039 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10040 M:      Len Brown <len.brown@intel.com>
10041 M:      Pavel Machek <pavel@ucw.cz>
10042 L:      linux-pm@vger.kernel.org
10043 S:      Supported
10044 F:      Documentation/power/
10045 F:      arch/x86/kernel/acpi/
10046 F:      drivers/base/power/
10047 F:      kernel/power/
10048 F:      include/linux/suspend.h
10049 F:      include/linux/freezer.h
10050 F:      include/linux/pm.h
10051
10052 SVGA HANDLING
10053 M:      Martin Mares <mj@ucw.cz>
10054 L:      linux-video@atrey.karlin.mff.cuni.cz
10055 S:      Maintained
10056 F:      Documentation/svga.txt
10057 F:      arch/x86/boot/video*
10058
10059 SWIOTLB SUBSYSTEM
10060 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10061 L:      linux-kernel@vger.kernel.org
10062 S:      Supported
10063 F:      lib/swiotlb.c
10064 F:      arch/*/kernel/pci-swiotlb.c
10065 F:      include/linux/swiotlb.h
10066
10067 SWITCHDEV
10068 M:      Jiri Pirko <jiri@resnulli.us>
10069 L:      netdev@vger.kernel.org
10070 S:      Supported
10071 F:      net/switchdev/
10072 F:      include/net/switchdev.h
10073
10074 SYNOPSYS ARC ARCHITECTURE
10075 M:      Vineet Gupta <vgupta@synopsys.com>
10076 S:      Supported
10077 F:      arch/arc/
10078 F:      Documentation/devicetree/bindings/arc/*
10079 F:      drivers/tty/serial/arc_uart.c
10080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10081
10082 SYNOPSYS ARC SDP platform support
10083 M:      Alexey Brodkin <abrodkin@synopsys.com>
10084 S:      Supported
10085 F:      arch/arc/plat-axs10x
10086 F:      arch/arc/boot/dts/ax*
10087 F:      Documentation/devicetree/bindings/arc/axs10*
10088
10089 SYSTEM CONFIGURATION (SYSCON)
10090 M:      Lee Jones <lee.jones@linaro.org>
10091 M:      Arnd Bergmann <arnd@arndb.de>
10092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10093 S:      Supported
10094 F:      drivers/mfd/syscon.c
10095
10096 SYSV FILESYSTEM
10097 M:      Christoph Hellwig <hch@infradead.org>
10098 S:      Maintained
10099 F:      Documentation/filesystems/sysv-fs.txt
10100 F:      fs/sysv/
10101 F:      include/linux/sysv_fs.h
10102
10103 TARGET SUBSYSTEM
10104 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10105 L:      linux-scsi@vger.kernel.org
10106 L:      target-devel@vger.kernel.org
10107 W:      http://www.linux-iscsi.org
10108 W:      http://groups.google.com/group/linux-iscsi-target-dev
10109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10110 S:      Supported
10111 F:      drivers/target/
10112 F:      include/target/
10113 F:      Documentation/target/
10114
10115 TASKSTATS STATISTICS INTERFACE
10116 M:      Balbir Singh <bsingharora@gmail.com>
10117 S:      Maintained
10118 F:      Documentation/accounting/taskstats*
10119 F:      include/linux/taskstats*
10120 F:      kernel/taskstats.c
10121
10122 TC CLASSIFIER
10123 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10124 L:      netdev@vger.kernel.org
10125 S:      Maintained
10126 F:      include/net/pkt_cls.h
10127 F:      include/uapi/linux/pkt_cls.h
10128 F:      net/sched/
10129
10130 TCP LOW PRIORITY MODULE
10131 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10132 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10133 W:      http://tcp-lp-mod.sourceforge.net/
10134 S:      Maintained
10135 F:      net/ipv4/tcp_lp.c
10136
10137 TDA10071 MEDIA DRIVER
10138 M:      Antti Palosaari <crope@iki.fi>
10139 L:      linux-media@vger.kernel.org
10140 W:      http://linuxtv.org/
10141 W:      http://palosaari.fi/linux/
10142 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10143 T:      git git://linuxtv.org/anttip/media_tree.git
10144 S:      Maintained
10145 F:      drivers/media/dvb-frontends/tda10071*
10146
10147 TDA18212 MEDIA DRIVER
10148 M:      Antti Palosaari <crope@iki.fi>
10149 L:      linux-media@vger.kernel.org
10150 W:      http://linuxtv.org/
10151 W:      http://palosaari.fi/linux/
10152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10153 T:      git git://linuxtv.org/anttip/media_tree.git
10154 S:      Maintained
10155 F:      drivers/media/tuners/tda18212*
10156
10157 TDA18218 MEDIA DRIVER
10158 M:      Antti Palosaari <crope@iki.fi>
10159 L:      linux-media@vger.kernel.org
10160 W:      http://linuxtv.org/
10161 W:      http://palosaari.fi/linux/
10162 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10163 T:      git git://linuxtv.org/anttip/media_tree.git
10164 S:      Maintained
10165 F:      drivers/media/tuners/tda18218*
10166
10167 TDA18271 MEDIA DRIVER
10168 M:      Michael Krufky <mkrufky@linuxtv.org>
10169 L:      linux-media@vger.kernel.org
10170 W:      http://linuxtv.org/
10171 W:      http://github.com/mkrufky
10172 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10173 T:      git git://linuxtv.org/mkrufky/tuners.git
10174 S:      Maintained
10175 F:      drivers/media/tuners/tda18271*
10176
10177 TDA827x MEDIA DRIVER
10178 M:      Michael Krufky <mkrufky@linuxtv.org>
10179 L:      linux-media@vger.kernel.org
10180 W:      http://linuxtv.org/
10181 W:      http://github.com/mkrufky
10182 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10183 T:      git git://linuxtv.org/mkrufky/tuners.git
10184 S:      Maintained
10185 F:      drivers/media/tuners/tda8290.*
10186
10187 TDA8290 MEDIA DRIVER
10188 M:      Michael Krufky <mkrufky@linuxtv.org>
10189 L:      linux-media@vger.kernel.org
10190 W:      http://linuxtv.org/
10191 W:      http://github.com/mkrufky
10192 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10193 T:      git git://linuxtv.org/mkrufky/tuners.git
10194 S:      Maintained
10195 F:      drivers/media/tuners/tda8290.*
10196
10197 TDA9840 MEDIA DRIVER
10198 M:      Hans Verkuil <hverkuil@xs4all.nl>
10199 L:      linux-media@vger.kernel.org
10200 T:      git git://linuxtv.org/media_tree.git
10201 W:      http://linuxtv.org
10202 S:      Maintained
10203 F:      drivers/media/i2c/tda9840*
10204
10205 TEA5761 TUNER DRIVER
10206 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10207 L:      linux-media@vger.kernel.org
10208 W:      http://linuxtv.org
10209 T:      git git://linuxtv.org/media_tree.git
10210 S:      Odd fixes
10211 F:      drivers/media/tuners/tea5761.*
10212
10213 TEA5767 TUNER DRIVER
10214 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10215 L:      linux-media@vger.kernel.org
10216 W:      http://linuxtv.org
10217 T:      git git://linuxtv.org/media_tree.git
10218 S:      Maintained
10219 F:      drivers/media/tuners/tea5767.*
10220
10221 TEA6415C MEDIA DRIVER
10222 M:      Hans Verkuil <hverkuil@xs4all.nl>
10223 L:      linux-media@vger.kernel.org
10224 T:      git git://linuxtv.org/media_tree.git
10225 W:      http://linuxtv.org
10226 S:      Maintained
10227 F:      drivers/media/i2c/tea6415c*
10228
10229 TEA6420 MEDIA DRIVER
10230 M:      Hans Verkuil <hverkuil@xs4all.nl>
10231 L:      linux-media@vger.kernel.org
10232 T:      git git://linuxtv.org/media_tree.git
10233 W:      http://linuxtv.org
10234 S:      Maintained
10235 F:      drivers/media/i2c/tea6420*
10236
10237 TEAM DRIVER
10238 M:      Jiri Pirko <jiri@resnulli.us>
10239 L:      netdev@vger.kernel.org
10240 S:      Supported
10241 F:      drivers/net/team/
10242 F:      include/linux/if_team.h
10243 F:      include/uapi/linux/if_team.h
10244
10245 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10246 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10247 S:      Maintained
10248 F:      arch/x86/platform/ts5500/
10249
10250 TECHNOTREND USB IR RECEIVER
10251 M:      Sean Young <sean@mess.org>
10252 L:      linux-media@vger.kernel.org
10253 S:      Maintained
10254 F:      drivers/media/rc/ttusbir.c
10255
10256 TEGRA ARCHITECTURE SUPPORT
10257 M:      Stephen Warren <swarren@wwwdotorg.org>
10258 M:      Thierry Reding <thierry.reding@gmail.com>
10259 M:      Alexandre Courbot <gnurou@gmail.com>
10260 L:      linux-tegra@vger.kernel.org
10261 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10263 S:      Supported
10264 N:      [^a-z]tegra
10265
10266 TEGRA CLOCK DRIVER
10267 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10268 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10269 S:      Supported
10270 F:      drivers/clk/tegra/
10271
10272 TEGRA DMA DRIVER
10273 M:      Laxman Dewangan <ldewangan@nvidia.com>
10274 S:      Supported
10275 F:      drivers/dma/tegra20-apb-dma.c
10276
10277 TEGRA I2C DRIVER
10278 M:      Laxman Dewangan <ldewangan@nvidia.com>
10279 S:      Supported
10280 F:      drivers/i2c/busses/i2c-tegra.c
10281
10282 TEGRA IOMMU DRIVERS
10283 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10284 S:      Supported
10285 F:      drivers/iommu/tegra*
10286
10287 TEGRA KBC DRIVER
10288 M:      Rakesh Iyer <riyer@nvidia.com>
10289 M:      Laxman Dewangan <ldewangan@nvidia.com>
10290 S:      Supported
10291 F:      drivers/input/keyboard/tegra-kbc.c
10292
10293 TEGRA PWM DRIVER
10294 M:      Thierry Reding <thierry.reding@gmail.com>
10295 S:      Supported
10296 F:      drivers/pwm/pwm-tegra.c
10297
10298 TEGRA SERIAL DRIVER
10299 M:      Laxman Dewangan <ldewangan@nvidia.com>
10300 S:      Supported
10301 F:      drivers/tty/serial/serial-tegra.c
10302
10303 TEGRA SPI DRIVER
10304 M:      Laxman Dewangan <ldewangan@nvidia.com>
10305 S:      Supported
10306 F:      drivers/spi/spi-tegra*
10307
10308 TEHUTI ETHERNET DRIVER
10309 M:      Andy Gospodarek <andy@greyhouse.net>
10310 L:      netdev@vger.kernel.org
10311 S:      Supported
10312 F:      drivers/net/ethernet/tehuti/*
10313
10314 Telecom Clock Driver for MCPL0010
10315 M:      Mark Gross <mark.gross@intel.com>
10316 S:      Supported
10317 F:      drivers/char/tlclk.c
10318
10319 TENSILICA XTENSA PORT (xtensa)
10320 M:      Chris Zankel <chris@zankel.net>
10321 M:      Max Filippov <jcmvbkbc@gmail.com>
10322 L:      linux-xtensa@linux-xtensa.org
10323 S:      Maintained
10324 F:      arch/xtensa/
10325 F:      drivers/irqchip/irq-xtensa-*
10326
10327 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10328 M:      Hans Verkuil <hverkuil@xs4all.nl>
10329 L:      linux-media@vger.kernel.org
10330 T:      git git://linuxtv.org/media_tree.git
10331 W:      http://linuxtv.org
10332 S:      Maintained
10333 F:      drivers/media/radio/radio-raremono.c
10334
10335 THERMAL
10336 M:      Zhang Rui <rui.zhang@intel.com>
10337 M:      Eduardo Valentin <edubezval@gmail.com>
10338 L:      linux-pm@vger.kernel.org
10339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10341 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10342 S:      Supported
10343 F:      drivers/thermal/
10344 F:      include/linux/thermal.h
10345 F:      include/uapi/linux/thermal.h
10346 F:      include/linux/cpu_cooling.h
10347 F:      Documentation/devicetree/bindings/thermal/
10348
10349 THINGM BLINK(1) USB RGB LED DRIVER
10350 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10351 S:      Maintained
10352 F:      drivers/hid/hid-thingm.c
10353
10354 THINKPAD ACPI EXTRAS DRIVER
10355 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10356 L:      ibm-acpi-devel@lists.sourceforge.net
10357 L:      platform-driver-x86@vger.kernel.org
10358 W:      http://ibm-acpi.sourceforge.net
10359 W:      http://thinkwiki.org/wiki/Ibm-acpi
10360 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10361 S:      Maintained
10362 F:      drivers/platform/x86/thinkpad_acpi.c
10363
10364 TI BANDGAP AND THERMAL DRIVER
10365 M:      Eduardo Valentin <edubezval@gmail.com>
10366 L:      linux-pm@vger.kernel.org
10367 L:      linux-omap@vger.kernel.org
10368 S:      Maintained
10369 F:      drivers/thermal/ti-soc-thermal/
10370
10371 TI CDCE706 CLOCK DRIVER
10372 M:      Max Filippov <jcmvbkbc@gmail.com>
10373 S:      Maintained
10374 F:      drivers/clk/clk-cdce706.c
10375
10376 TI CLOCK DRIVER
10377 M:      Tero Kristo <t-kristo@ti.com>
10378 L:      linux-omap@vger.kernel.org
10379 S:      Maintained
10380 F:      drivers/clk/ti/
10381 F:      include/linux/clk/ti.h
10382
10383 TI FLASH MEDIA INTERFACE DRIVER
10384 M:      Alex Dubov <oakad@yahoo.com>
10385 S:      Maintained
10386 F:      drivers/misc/tifm*
10387 F:      drivers/mmc/host/tifm_sd.c
10388 F:      include/linux/tifm.h
10389
10390 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10391 M:      Santosh Shilimkar <ssantosh@kernel.org>
10392 L:      linux-kernel@vger.kernel.org
10393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10394 S:      Maintained
10395 F:      drivers/soc/ti/*
10396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10397
10398
10399 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10400 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10401 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10402 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10403 S:      Maintained
10404 F:      sound/soc/codecs/lm49453*
10405 F:      sound/soc/codecs/isabelle*
10406
10407 TI LP855x BACKLIGHT DRIVER
10408 M:      Milo Kim <milo.kim@ti.com>
10409 S:      Maintained
10410 F:      Documentation/backlight/lp855x-driver.txt
10411 F:      drivers/video/backlight/lp855x_bl.c
10412 F:      include/linux/platform_data/lp855x.h
10413
10414 TI LP8727 CHARGER DRIVER
10415 M:      Milo Kim <milo.kim@ti.com>
10416 S:      Maintained
10417 F:      drivers/power/lp8727_charger.c
10418 F:      include/linux/platform_data/lp8727.h
10419
10420 TI LP8788 MFD DRIVER
10421 M:      Milo Kim <milo.kim@ti.com>
10422 S:      Maintained
10423 F:      drivers/iio/adc/lp8788_adc.c
10424 F:      drivers/leds/leds-lp8788.c
10425 F:      drivers/mfd/lp8788*.c
10426 F:      drivers/power/lp8788-charger.c
10427 F:      drivers/regulator/lp8788-*.c
10428 F:      include/linux/mfd/lp8788*.h
10429
10430 TI NETCP ETHERNET DRIVER
10431 M:      Wingman Kwok <w-kwok2@ti.com>
10432 M:      Murali Karicheri <m-karicheri2@ti.com>
10433 L:      netdev@vger.kernel.org
10434 S:      Maintained
10435 F:      drivers/net/ethernet/ti/netcp*
10436
10437 TI TAS571X FAMILY ASoC CODEC DRIVER
10438 M:      Kevin Cernekee <cernekee@chromium.org>
10439 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10440 S:      Odd Fixes
10441 F:      sound/soc/codecs/tas571x*
10442
10443 TI TWL4030 SERIES SOC CODEC DRIVER
10444 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10445 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10446 S:      Maintained
10447 F:      sound/soc/codecs/twl4030*
10448
10449 TI WILINK WIRELESS DRIVERS
10450 L:      linux-wireless@vger.kernel.org
10451 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10452 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10454 S:      Orphan
10455 F:      drivers/net/wireless/ti/
10456 F:      include/linux/wl12xx.h
10457
10458 TIPC NETWORK LAYER
10459 M:      Jon Maloy <jon.maloy@ericsson.com>
10460 M:      Ying Xue <ying.xue@windriver.com>
10461 L:      netdev@vger.kernel.org (core kernel code)
10462 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10463 W:      http://tipc.sourceforge.net/
10464 S:      Maintained
10465 F:      include/uapi/linux/tipc*.h
10466 F:      net/tipc/
10467
10468 TILE ARCHITECTURE
10469 M:      Chris Metcalf <cmetcalf@ezchip.com>
10470 W:      http://www.ezchip.com/scm/
10471 S:      Supported
10472 F:      arch/tile/
10473 F:      drivers/char/tile-srom.c
10474 F:      drivers/edac/tile_edac.c
10475 F:      drivers/net/ethernet/tile/
10476 F:      drivers/rtc/rtc-tile.c
10477 F:      drivers/tty/hvc/hvc_tile.c
10478 F:      drivers/tty/serial/tilegx.c
10479 F:      drivers/usb/host/*-tilegx.c
10480 F:      include/linux/usb/tilegx.h
10481
10482 TLAN NETWORK DRIVER
10483 M:      Samuel Chessman <chessman@tux.org>
10484 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10485 W:      http://sourceforge.net/projects/tlan/
10486 S:      Maintained
10487 F:      Documentation/networking/tlan.txt
10488 F:      drivers/net/ethernet/ti/tlan.*
10489
10490 TOMOYO SECURITY MODULE
10491 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10492 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10493 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10494 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10495 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10496 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10497 W:      http://tomoyo.sourceforge.jp/
10498 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10499 S:      Maintained
10500 F:      security/tomoyo/
10501
10502 TOPSTAR LAPTOP EXTRAS DRIVER
10503 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10504 L:      platform-driver-x86@vger.kernel.org
10505 S:      Maintained
10506 F:      drivers/platform/x86/topstar-laptop.c
10507
10508 TOSHIBA ACPI EXTRAS DRIVER
10509 M:      Azael Avalos <coproscefalo@gmail.com>
10510 L:      platform-driver-x86@vger.kernel.org
10511 S:      Maintained
10512 F:      drivers/platform/x86/toshiba_acpi.c
10513
10514 TOSHIBA BLUETOOTH DRIVER
10515 M:      Azael Avalos <coproscefalo@gmail.com>
10516 L:      platform-driver-x86@vger.kernel.org
10517 S:      Maintained
10518 F:      drivers/platform/x86/toshiba_bluetooth.c
10519
10520 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10521 M:      Azael Avalos <coproscefalo@gmail.com>
10522 L:      platform-driver-x86@vger.kernel.org
10523 S:      Maintained
10524 F:      drivers/platform/x86/toshiba_haps.c
10525
10526 TOSHIBA SMM DRIVER
10527 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10528 W:      http://www.buzzard.org.uk/toshiba/
10529 S:      Maintained
10530 F:      drivers/char/toshiba.c
10531 F:      include/linux/toshiba.h
10532 F:      include/uapi/linux/toshiba.h
10533
10534 TOSHIBA TC358743 DRIVER
10535 M:      Mats Randgaard <matrandg@cisco.com>
10536 L:      linux-media@vger.kernel.org
10537 S:      Maintained
10538 F:      drivers/media/i2c/tc358743*
10539 F:      include/media/tc358743.h
10540
10541 TMIO MMC DRIVER
10542 M:      Ian Molton <ian@mnementh.co.uk>
10543 L:      linux-mmc@vger.kernel.org
10544 S:      Maintained
10545 F:      drivers/mmc/host/tmio_mmc*
10546 F:      drivers/mmc/host/sh_mobile_sdhi.c
10547 F:      include/linux/mmc/tmio.h
10548 F:      include/linux/mmc/sh_mobile_sdhi.h
10549
10550 TMP401 HARDWARE MONITOR DRIVER
10551 M:      Guenter Roeck <linux@roeck-us.net>
10552 L:      lm-sensors@lm-sensors.org
10553 S:      Maintained
10554 F:      Documentation/hwmon/tmp401
10555 F:      drivers/hwmon/tmp401.c
10556
10557 TMPFS (SHMEM FILESYSTEM)
10558 M:      Hugh Dickins <hughd@google.com>
10559 L:      linux-mm@kvack.org
10560 S:      Maintained
10561 F:      include/linux/shmem_fs.h
10562 F:      mm/shmem.c
10563
10564 TM6000 VIDEO4LINUX DRIVER
10565 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10566 L:      linux-media@vger.kernel.org
10567 W:      http://linuxtv.org
10568 T:      git git://linuxtv.org/media_tree.git
10569 S:      Odd fixes
10570 F:      drivers/media/usb/tm6000/
10571
10572 TW68 VIDEO4LINUX DRIVER
10573 M:      Hans Verkuil <hverkuil@xs4all.nl>
10574 L:      linux-media@vger.kernel.org
10575 T:      git git://linuxtv.org/media_tree.git
10576 W:      http://linuxtv.org
10577 S:      Odd Fixes
10578 F:      drivers/media/pci/tw68/
10579
10580 TPM DEVICE DRIVER
10581 M:      Peter Huewe <peterhuewe@gmx.de>
10582 M:      Marcel Selhorst <tpmdd@selhorst.net>
10583 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10584 W:      http://tpmdd.sourceforge.net
10585 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10586 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10587 T:      https://github.com/PeterHuewe/linux-tpmdd
10588 S:      Maintained
10589 F:      drivers/char/tpm/
10590
10591 TPM IBM_VTPM DEVICE DRIVER
10592 M:      Ashley Lai <ashleydlai@gmail.com>
10593 W:      http://tpmdd.sourceforge.net
10594 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10595 S:      Maintained
10596 F:      drivers/char/tpm/tpm_ibmvtpm*
10597
10598 TRACING
10599 M:      Steven Rostedt <rostedt@goodmis.org>
10600 M:      Ingo Molnar <mingo@redhat.com>
10601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10602 S:      Maintained
10603 F:      Documentation/trace/ftrace.txt
10604 F:      arch/*/*/*/ftrace.h
10605 F:      arch/*/kernel/ftrace.c
10606 F:      include/*/ftrace.h
10607 F:      include/linux/trace*.h
10608 F:      include/trace/
10609 F:      kernel/trace/
10610 F:      tools/testing/selftests/ftrace/
10611
10612 TRIVIAL PATCHES
10613 M:      Jiri Kosina <trivial@kernel.org>
10614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10615 S:      Maintained
10616 K:      ^Subject:.*(?i)trivial
10617
10618 TTY LAYER
10619 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10620 M:      Jiri Slaby <jslaby@suse.com>
10621 S:      Supported
10622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10623 F:      Documentation/serial/
10624 F:      drivers/tty/
10625 F:      drivers/tty/serial/serial_core.c
10626 F:      include/linux/serial_core.h
10627 F:      include/linux/serial.h
10628 F:      include/linux/tty.h
10629 F:      include/uapi/linux/serial_core.h
10630 F:      include/uapi/linux/serial.h
10631 F:      include/uapi/linux/tty.h
10632
10633 TUA9001 MEDIA DRIVER
10634 M:      Antti Palosaari <crope@iki.fi>
10635 L:      linux-media@vger.kernel.org
10636 W:      http://linuxtv.org/
10637 W:      http://palosaari.fi/linux/
10638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10639 T:      git git://linuxtv.org/anttip/media_tree.git
10640 S:      Maintained
10641 F:      drivers/media/tuners/tua9001*
10642
10643 TULIP NETWORK DRIVERS
10644 M:      Grant Grundler <grundler@parisc-linux.org>
10645 L:      netdev@vger.kernel.org
10646 S:      Maintained
10647 F:      drivers/net/ethernet/dec/tulip/
10648
10649 TUN/TAP driver
10650 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10651 W:      http://vtun.sourceforge.net/tun
10652 S:      Maintained
10653 F:      Documentation/networking/tuntap.txt
10654 F:      arch/um/os-Linux/drivers/
10655
10656 TURBOCHANNEL SUBSYSTEM
10657 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10658 M:      Ralf Baechle <ralf@linux-mips.org>
10659 L:      linux-mips@linux-mips.org
10660 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10661 S:      Maintained
10662 F:      drivers/tc/
10663 F:      include/linux/tc.h
10664
10665 U14-34F SCSI DRIVER
10666 M:      Dario Ballabio <ballabio_dario@emc.com>
10667 L:      linux-scsi@vger.kernel.org
10668 S:      Maintained
10669 F:      drivers/scsi/u14-34f.c
10670
10671 UBI FILE SYSTEM (UBIFS)
10672 M:      Artem Bityutskiy <dedekind1@gmail.com>
10673 M:      Adrian Hunter <adrian.hunter@intel.com>
10674 L:      linux-mtd@lists.infradead.org
10675 T:      git git://git.infradead.org/ubifs-2.6.git
10676 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10677 S:      Maintained
10678 F:      Documentation/filesystems/ubifs.txt
10679 F:      fs/ubifs/
10680
10681 UCLINUX (M68KNOMMU AND COLDFIRE)
10682 M:      Greg Ungerer <gerg@uclinux.org>
10683 W:      http://www.uclinux.org/
10684 L:      linux-m68k@lists.linux-m68k.org
10685 L:      uclinux-dev@uclinux.org  (subscribers-only)
10686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10687 S:      Maintained
10688 F:      arch/m68k/coldfire/
10689 F:      arch/m68k/68*/
10690 F:      arch/m68k/*/*_no.*
10691 F:      arch/m68k/include/asm/*_no.*
10692
10693 UDF FILESYSTEM
10694 M:      Jan Kara <jack@suse.com>
10695 S:      Maintained
10696 F:      Documentation/filesystems/udf.txt
10697 F:      fs/udf/
10698
10699 UFS FILESYSTEM
10700 M:      Evgeniy Dushistov <dushistov@mail.ru>
10701 S:      Maintained
10702 F:      Documentation/filesystems/ufs.txt
10703 F:      fs/ufs/
10704
10705 UHID USERSPACE HID IO DRIVER:
10706 M:      David Herrmann <dh.herrmann@googlemail.com>
10707 L:      linux-input@vger.kernel.org
10708 S:      Maintained
10709 F:      drivers/hid/uhid.c
10710 F:      include/uapi/linux/uhid.h
10711
10712 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10713 L:      linux-usb@vger.kernel.org
10714 S:      Orphan
10715 F:      drivers/uwb/
10716 F:      include/linux/uwb.h
10717 F:      include/linux/uwb/
10718
10719 UNICORE32 ARCHITECTURE:
10720 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10721 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10722 S:      Maintained
10723 T:      git git://github.com/gxt/linux.git
10724 F:      arch/unicore32/
10725
10726 UNIFDEF
10727 M:      Tony Finch <dot@dotat.at>
10728 W:      http://dotat.at/prog/unifdef
10729 S:      Maintained
10730 F:      scripts/unifdef.c
10731
10732 UNIFORM CDROM DRIVER
10733 M:      Jens Axboe <axboe@kernel.dk>
10734 W:      http://www.kernel.dk
10735 S:      Maintained
10736 F:      Documentation/cdrom/
10737 F:      drivers/cdrom/cdrom.c
10738 F:      include/linux/cdrom.h
10739 F:      include/uapi/linux/cdrom.h
10740
10741 UNISYS S-PAR DRIVERS
10742 M:      Benjamin Romer <benjamin.romer@unisys.com>
10743 M:      David Kershner <david.kershner@unisys.com>
10744 L:      sparmaintainer@unisys.com (Unisys internal)
10745 S:      Supported
10746 F:      drivers/staging/unisys/
10747
10748 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10749 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10750 L:      linux-scsi@vger.kernel.org
10751 S:      Supported
10752 F:      Documentation/scsi/ufs.txt
10753 F:      drivers/scsi/ufs/
10754
10755 UNSORTED BLOCK IMAGES (UBI)
10756 M:      Artem Bityutskiy <dedekind1@gmail.com>
10757 M:      Richard Weinberger <richard@nod.at>
10758 W:      http://www.linux-mtd.infradead.org/
10759 L:      linux-mtd@lists.infradead.org
10760 T:      git git://git.infradead.org/ubifs-2.6.git
10761 S:      Supported
10762 F:      drivers/mtd/ubi/
10763 F:      include/linux/mtd/ubi.h
10764 F:      include/uapi/mtd/ubi-user.h
10765
10766 USB ACM DRIVER
10767 M:      Oliver Neukum <oliver@neukum.org>
10768 L:      linux-usb@vger.kernel.org
10769 S:      Maintained
10770 F:      Documentation/usb/acm.txt
10771 F:      drivers/usb/class/cdc-acm.*
10772
10773 USB AR5523 WIRELESS DRIVER
10774 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10775 L:      linux-wireless@vger.kernel.org
10776 S:      Maintained
10777 F:      drivers/net/wireless/ath/ar5523/
10778
10779 USB ATTACHED SCSI
10780 M:      Hans de Goede <hdegoede@redhat.com>
10781 M:      Gerd Hoffmann <kraxel@redhat.com>
10782 L:      linux-usb@vger.kernel.org
10783 L:      linux-scsi@vger.kernel.org
10784 S:      Maintained
10785 F:      drivers/usb/storage/uas.c
10786
10787 USB CDC ETHERNET DRIVER
10788 M:      Oliver Neukum <oliver@neukum.org>
10789 L:      linux-usb@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/net/usb/cdc_*.c
10792 F:      include/uapi/linux/usb/cdc.h
10793
10794 USB CHAOSKEY DRIVER
10795 M:      Keith Packard <keithp@keithp.com>
10796 L:      linux-usb@vger.kernel.org
10797 S:      Maintained
10798 F:      drivers/usb/misc/chaoskey.c
10799
10800 USB CYPRESS C67X00 DRIVER
10801 M:      Peter Korsgaard <jacmet@sunsite.dk>
10802 L:      linux-usb@vger.kernel.org
10803 S:      Maintained
10804 F:      drivers/usb/c67x00/
10805
10806 USB DAVICOM DM9601 DRIVER
10807 M:      Peter Korsgaard <jacmet@sunsite.dk>
10808 L:      netdev@vger.kernel.org
10809 W:      http://www.linux-usb.org/usbnet
10810 S:      Maintained
10811 F:      drivers/net/usb/dm9601.c
10812
10813 USB DIAMOND RIO500 DRIVER
10814 M:      Cesar Miquel <miquel@df.uba.ar>
10815 L:      rio500-users@lists.sourceforge.net
10816 W:      http://rio500.sourceforge.net
10817 S:      Maintained
10818 F:      drivers/usb/misc/rio500*
10819
10820 USB EHCI DRIVER
10821 M:      Alan Stern <stern@rowland.harvard.edu>
10822 L:      linux-usb@vger.kernel.org
10823 S:      Maintained
10824 F:      Documentation/usb/ehci.txt
10825 F:      drivers/usb/host/ehci*
10826
10827 USB GADGET/PERIPHERAL SUBSYSTEM
10828 M:      Felipe Balbi <balbi@ti.com>
10829 L:      linux-usb@vger.kernel.org
10830 W:      http://www.linux-usb.org/gadget
10831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10832 S:      Maintained
10833 F:      drivers/usb/gadget/
10834 F:      include/linux/usb/gadget*
10835
10836 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10837 M:      Jiri Kosina <jikos@kernel.org>
10838 L:      linux-usb@vger.kernel.org
10839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10840 S:      Maintained
10841 F:      Documentation/hid/hiddev.txt
10842 F:      drivers/hid/usbhid/
10843
10844 USB ISP116X DRIVER
10845 M:      Olav Kongas <ok@artecdesign.ee>
10846 L:      linux-usb@vger.kernel.org
10847 S:      Maintained
10848 F:      drivers/usb/host/isp116x*
10849 F:      include/linux/usb/isp116x.h
10850
10851 USB MASS STORAGE DRIVER
10852 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10853 L:      linux-usb@vger.kernel.org
10854 L:      usb-storage@lists.one-eyed-alien.net
10855 S:      Maintained
10856 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10857 F:      drivers/usb/storage/
10858
10859 USB MIDI DRIVER
10860 M:      Clemens Ladisch <clemens@ladisch.de>
10861 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10862 T:      git git://git.alsa-project.org/alsa-kernel.git
10863 S:      Maintained
10864 F:      sound/usb/midi.*
10865
10866 USB NETWORKING DRIVERS
10867 L:      linux-usb@vger.kernel.org
10868 S:      Odd Fixes
10869 F:      drivers/net/usb/
10870
10871 USB OHCI DRIVER
10872 M:      Alan Stern <stern@rowland.harvard.edu>
10873 L:      linux-usb@vger.kernel.org
10874 S:      Maintained
10875 F:      Documentation/usb/ohci.txt
10876 F:      drivers/usb/host/ohci*
10877
10878 USB OTG FSM (Finite State Machine)
10879 M:      Peter Chen <Peter.Chen@freescale.com>
10880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10881 L:      linux-usb@vger.kernel.org
10882 S:      Maintained
10883 F:      drivers/usb/common/usb-otg-fsm.c
10884
10885 USB OVER IP DRIVER
10886 M:      Valentina Manea <valentina.manea.m@gmail.com>
10887 M:      Shuah Khan <shuah.kh@samsung.com>
10888 L:      linux-usb@vger.kernel.org
10889 S:      Maintained
10890 F:      drivers/usb/usbip/
10891 F:      tools/usb/usbip/
10892
10893 USB PEGASUS DRIVER
10894 M:      Petko Manolov <petkan@nucleusys.com>
10895 L:      linux-usb@vger.kernel.org
10896 L:      netdev@vger.kernel.org
10897 T:      git git://github.com/petkan/pegasus.git
10898 W:      https://github.com/petkan/pegasus
10899 S:      Maintained
10900 F:      drivers/net/usb/pegasus.*
10901
10902 USB PHY LAYER
10903 M:      Felipe Balbi <balbi@ti.com>
10904 L:      linux-usb@vger.kernel.org
10905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10906 S:      Maintained
10907 F:      drivers/usb/phy/
10908
10909 USB PRINTER DRIVER (usblp)
10910 M:      Pete Zaitcev <zaitcev@redhat.com>
10911 L:      linux-usb@vger.kernel.org
10912 S:      Supported
10913 F:      drivers/usb/class/usblp.c
10914
10915 USB RTL8150 DRIVER
10916 M:      Petko Manolov <petkan@nucleusys.com>
10917 L:      linux-usb@vger.kernel.org
10918 L:      netdev@vger.kernel.org
10919 T:      git git://github.com/petkan/rtl8150.git
10920 W:      https://github.com/petkan/rtl8150
10921 S:      Maintained
10922 F:      drivers/net/usb/rtl8150.c
10923
10924 USB SERIAL SUBSYSTEM
10925 M:      Johan Hovold <johan@kernel.org>
10926 L:      linux-usb@vger.kernel.org
10927 S:      Maintained
10928 F:      Documentation/usb/usb-serial.txt
10929 F:      drivers/usb/serial/
10930 F:      include/linux/usb/serial.h
10931
10932 USB SMSC75XX ETHERNET DRIVER
10933 M:      Steve Glendinning <steve.glendinning@shawell.net>
10934 L:      netdev@vger.kernel.org
10935 S:      Maintained
10936 F:      drivers/net/usb/smsc75xx.*
10937
10938 USB SMSC95XX ETHERNET DRIVER
10939 M:      Steve Glendinning <steve.glendinning@shawell.net>
10940 L:      netdev@vger.kernel.org
10941 S:      Maintained
10942 F:      drivers/net/usb/smsc95xx.*
10943
10944 USB SUBSYSTEM
10945 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10946 L:      linux-usb@vger.kernel.org
10947 W:      http://www.linux-usb.org
10948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10949 S:      Supported
10950 F:      Documentation/usb/
10951 F:      drivers/usb/
10952 F:      include/linux/usb.h
10953 F:      include/linux/usb/
10954
10955 USB UHCI DRIVER
10956 M:      Alan Stern <stern@rowland.harvard.edu>
10957 L:      linux-usb@vger.kernel.org
10958 S:      Maintained
10959 F:      drivers/usb/host/uhci*
10960
10961 USB "USBNET" DRIVER FRAMEWORK
10962 M:      Oliver Neukum <oneukum@suse.com>
10963 L:      netdev@vger.kernel.org
10964 W:      http://www.linux-usb.org/usbnet
10965 S:      Maintained
10966 F:      drivers/net/usb/usbnet.c
10967 F:      include/linux/usb/usbnet.h
10968
10969 USB VIDEO CLASS
10970 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10971 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10972 L:      linux-media@vger.kernel.org
10973 T:      git git://linuxtv.org/media_tree.git
10974 W:      http://www.ideasonboard.org/uvc/
10975 S:      Maintained
10976 F:      drivers/media/usb/uvc/
10977 F:      include/uapi/linux/uvcvideo.h
10978
10979 USB VISION DRIVER
10980 M:      Hans Verkuil <hverkuil@xs4all.nl>
10981 L:      linux-media@vger.kernel.org
10982 T:      git git://linuxtv.org/media_tree.git
10983 W:      http://linuxtv.org
10984 S:      Odd Fixes
10985 F:      drivers/media/usb/usbvision/
10986
10987 USB WEBCAM GADGET
10988 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10989 L:      linux-usb@vger.kernel.org
10990 S:      Maintained
10991 F:      drivers/usb/gadget/function/*uvc*
10992 F:      drivers/usb/gadget/legacy/webcam.c
10993
10994 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10995 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10996 L:      linux-wireless@vger.kernel.org
10997 S:      Maintained
10998 F:      drivers/net/wireless/rndis_wlan.c
10999
11000 USB XHCI DRIVER
11001 M:      Mathias Nyman <mathias.nyman@intel.com>
11002 L:      linux-usb@vger.kernel.org
11003 S:      Supported
11004 F:      drivers/usb/host/xhci*
11005 F:      drivers/usb/host/pci-quirks*
11006
11007 USB ZD1201 DRIVER
11008 L:      linux-wireless@vger.kernel.org
11009 W:      http://linux-lc100020.sourceforge.net
11010 S:      Orphan
11011 F:      drivers/net/wireless/zd1201.*
11012
11013 USB ZR364XX DRIVER
11014 M:      Antoine Jacquet <royale@zerezo.com>
11015 L:      linux-usb@vger.kernel.org
11016 L:      linux-media@vger.kernel.org
11017 T:      git git://linuxtv.org/media_tree.git
11018 W:      http://royale.zerezo.com/zr364xx/
11019 S:      Maintained
11020 F:      Documentation/video4linux/zr364xx.txt
11021 F:      drivers/media/usb/zr364xx/
11022
11023 ULPI BUS
11024 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11025 L:      linux-usb@vger.kernel.org
11026 S:      Maintained
11027 F:      drivers/usb/common/ulpi.c
11028 F:      include/linux/ulpi/
11029
11030 USER-MODE LINUX (UML)
11031 M:      Jeff Dike <jdike@addtoit.com>
11032 M:      Richard Weinberger <richard@nod.at>
11033 L:      user-mode-linux-devel@lists.sourceforge.net
11034 L:      user-mode-linux-user@lists.sourceforge.net
11035 W:      http://user-mode-linux.sourceforge.net
11036 S:      Maintained
11037 F:      Documentation/virtual/uml/
11038 F:      arch/um/
11039 F:      arch/x86/um/
11040 F:      fs/hostfs/
11041 F:      fs/hppfs/
11042
11043 USERSPACE I/O (UIO)
11044 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11045 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11046 S:      Maintained
11047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11048 F:      Documentation/DocBook/uio-howto.tmpl
11049 F:      drivers/uio/
11050 F:      include/linux/uio*.h
11051
11052 UTIL-LINUX PACKAGE
11053 M:      Karel Zak <kzak@redhat.com>
11054 L:      util-linux@vger.kernel.org
11055 W:      http://en.wikipedia.org/wiki/Util-linux
11056 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11057 S:      Maintained
11058
11059 UVESAFB DRIVER
11060 M:      Michal Januszewski <spock@gentoo.org>
11061 L:      linux-fbdev@vger.kernel.org
11062 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11063 S:      Maintained
11064 F:      Documentation/fb/uvesafb.txt
11065 F:      drivers/video/fbdev/uvesafb.*
11066
11067 VFAT/FAT/MSDOS FILESYSTEM
11068 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11069 S:      Maintained
11070 F:      Documentation/filesystems/vfat.txt
11071 F:      fs/fat/
11072
11073 VFIO DRIVER
11074 M:      Alex Williamson <alex.williamson@redhat.com>
11075 L:      kvm@vger.kernel.org
11076 S:      Maintained
11077 F:      Documentation/vfio.txt
11078 F:      drivers/vfio/
11079 F:      include/linux/vfio.h
11080 F:      include/uapi/linux/vfio.h
11081
11082 VFIO PLATFORM DRIVER
11083 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11084 L:      kvm@vger.kernel.org
11085 S:      Maintained
11086 F:      drivers/vfio/platform/
11087
11088 VIDEOBUF2 FRAMEWORK
11089 M:      Pawel Osciak <pawel@osciak.com>
11090 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11091 M:      Kyungmin Park <kyungmin.park@samsung.com>
11092 L:      linux-media@vger.kernel.org
11093 S:      Maintained
11094 F:      drivers/media/v4l2-core/videobuf2-*
11095 F:      include/media/videobuf2-*
11096
11097 VIRTIO CONSOLE DRIVER
11098 M:      Amit Shah <amit.shah@redhat.com>
11099 L:      virtualization@lists.linux-foundation.org
11100 S:      Maintained
11101 F:      drivers/char/virtio_console.c
11102 F:      include/linux/virtio_console.h
11103 F:      include/uapi/linux/virtio_console.h
11104
11105 VIRTIO CORE, NET AND BLOCK DRIVERS
11106 M:      "Michael S. Tsirkin" <mst@redhat.com>
11107 L:      virtualization@lists.linux-foundation.org
11108 S:      Maintained
11109 F:      drivers/virtio/
11110 F:      tools/virtio/
11111 F:      drivers/net/virtio_net.c
11112 F:      drivers/block/virtio_blk.c
11113 F:      include/linux/virtio_*.h
11114 F:      include/uapi/linux/virtio_*.h
11115
11116 VIRTIO DRIVERS FOR S390
11117 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11118 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11119 L:      linux-s390@vger.kernel.org
11120 L:      virtualization@lists.linux-foundation.org
11121 L:      kvm@vger.kernel.org
11122 S:      Supported
11123 F:      drivers/s390/virtio/
11124
11125 VIRTIO GPU DRIVER
11126 M:      David Airlie <airlied@linux.ie>
11127 M:      Gerd Hoffmann <kraxel@redhat.com>
11128 L:      dri-devel@lists.freedesktop.org
11129 L:      virtualization@lists.linux-foundation.org
11130 S:      Maintained
11131 F:      drivers/gpu/drm/virtio/
11132 F:      include/uapi/linux/virtio_gpu.h
11133
11134 VIRTIO HOST (VHOST)
11135 M:      "Michael S. Tsirkin" <mst@redhat.com>
11136 L:      kvm@vger.kernel.org
11137 L:      virtualization@lists.linux-foundation.org
11138 L:      netdev@vger.kernel.org
11139 S:      Maintained
11140 F:      drivers/vhost/
11141 F:      include/uapi/linux/vhost.h
11142
11143 VIRTIO INPUT DRIVER
11144 M:      Gerd Hoffmann <kraxel@redhat.com>
11145 S:      Maintained
11146 F:      drivers/virtio/virtio_input.c
11147 F:      include/uapi/linux/virtio_input.h
11148
11149 VIA RHINE NETWORK DRIVER
11150 S:      Orphan
11151 F:      drivers/net/ethernet/via/via-rhine.c
11152
11153 VIA SD/MMC CARD CONTROLLER DRIVER
11154 M:      Bruce Chang <brucechang@via.com.tw>
11155 M:      Harald Welte <HaraldWelte@viatech.com>
11156 S:      Maintained
11157 F:      drivers/mmc/host/via-sdmmc.c
11158
11159 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11160 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11161 L:      linux-fbdev@vger.kernel.org
11162 S:      Maintained
11163 F:      include/linux/via-core.h
11164 F:      include/linux/via-gpio.h
11165 F:      include/linux/via_i2c.h
11166 F:      drivers/video/fbdev/via/
11167
11168 VIA VELOCITY NETWORK DRIVER
11169 M:      Francois Romieu <romieu@fr.zoreil.com>
11170 L:      netdev@vger.kernel.org
11171 S:      Maintained
11172 F:      drivers/net/ethernet/via/via-velocity.*
11173
11174 VIVID VIRTUAL VIDEO DRIVER
11175 M:      Hans Verkuil <hverkuil@xs4all.nl>
11176 L:      linux-media@vger.kernel.org
11177 T:      git git://linuxtv.org/media_tree.git
11178 W:      http://linuxtv.org
11179 S:      Maintained
11180 F:      drivers/media/platform/vivid/*
11181
11182 VLAN (802.1Q)
11183 M:      Patrick McHardy <kaber@trash.net>
11184 L:      netdev@vger.kernel.org
11185 S:      Maintained
11186 F:      drivers/net/macvlan.c
11187 F:      include/linux/if_*vlan.h
11188 F:      net/8021q/
11189
11190 VLYNQ BUS
11191 M:      Florian Fainelli <florian@openwrt.org>
11192 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11193 S:      Maintained
11194 F:      drivers/vlynq/vlynq.c
11195 F:      include/linux/vlynq.h
11196
11197 VME SUBSYSTEM
11198 M:      Martyn Welch <martyn.welch@ge.com>
11199 M:      Manohar Vanga <manohar.vanga@gmail.com>
11200 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11201 L:      devel@driverdev.osuosl.org
11202 S:      Maintained
11203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11204 F:      Documentation/vme_api.txt
11205 F:      drivers/staging/vme/
11206 F:      drivers/vme/
11207 F:      include/linux/vme*
11208
11209 VMWARE HYPERVISOR INTERFACE
11210 M:      Alok Kataria <akataria@vmware.com>
11211 L:      virtualization@lists.linux-foundation.org
11212 S:      Supported
11213 F:      arch/x86/kernel/cpu/vmware.c
11214
11215 VMWARE BALLOON DRIVER
11216 M:      Xavier Deguillard <xdeguillard@vmware.com>
11217 M:      Philip Moltmann <moltmann@vmware.com>
11218 M:      "VMware, Inc." <pv-drivers@vmware.com>
11219 L:      linux-kernel@vger.kernel.org
11220 S:      Maintained
11221 F:      drivers/misc/vmw_balloon.c
11222
11223 VMWARE VMMOUSE SUBDRIVER
11224 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11225 M:      "VMware, Inc." <pv-drivers@vmware.com>
11226 L:      linux-input@vger.kernel.org
11227 S:      Maintained
11228 F:      drivers/input/mouse/vmmouse.c
11229 F:      drivers/input/mouse/vmmouse.h
11230
11231 VMWARE VMXNET3 ETHERNET DRIVER
11232 M:      Shrikrishna Khare <skhare@vmware.com>
11233 M:      "VMware, Inc." <pv-drivers@vmware.com>
11234 L:      netdev@vger.kernel.org
11235 S:      Maintained
11236 F:      drivers/net/vmxnet3/
11237
11238 VMware PVSCSI driver
11239 M:      Arvind Kumar <arvindkumar@vmware.com>
11240 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11241 L:      linux-scsi@vger.kernel.org
11242 S:      Maintained
11243 F:      drivers/scsi/vmw_pvscsi.c
11244 F:      drivers/scsi/vmw_pvscsi.h
11245
11246 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11247 M:      Liam Girdwood <lgirdwood@gmail.com>
11248 M:      Mark Brown <broonie@kernel.org>
11249 L:      linux-kernel@vger.kernel.org
11250 W:      http://opensource.wolfsonmicro.com/node/15
11251 W:      http://www.slimlogic.co.uk/?p=48
11252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11253 S:      Supported
11254 F:      drivers/regulator/
11255 F:      include/linux/regulator/
11256
11257 VRF
11258 M:      David Ahern <dsa@cumulusnetworks.com>
11259 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11260 L:      netdev@vger.kernel.org
11261 S:      Maintained
11262 F:      drivers/net/vrf.c
11263 F:      include/net/vrf.h
11264
11265 VT1211 HARDWARE MONITOR DRIVER
11266 M:      Juerg Haefliger <juergh@gmail.com>
11267 L:      lm-sensors@lm-sensors.org
11268 S:      Maintained
11269 F:      Documentation/hwmon/vt1211
11270 F:      drivers/hwmon/vt1211.c
11271
11272 VT8231 HARDWARE MONITOR DRIVER
11273 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11274 L:      lm-sensors@lm-sensors.org
11275 S:      Maintained
11276 F:      drivers/hwmon/vt8231.c
11277
11278 VUB300 USB to SDIO/SD/MMC bridge chip
11279 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11280 L:      linux-mmc@vger.kernel.org
11281 L:      linux-usb@vger.kernel.org
11282 S:      Supported
11283 F:      drivers/mmc/host/vub300.c
11284
11285 W1 DALLAS'S 1-WIRE BUS
11286 M:      Evgeniy Polyakov <zbr@ioremap.net>
11287 S:      Maintained
11288 F:      Documentation/w1/
11289 F:      drivers/w1/
11290
11291 W83791D HARDWARE MONITORING DRIVER
11292 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11293 L:      lm-sensors@lm-sensors.org
11294 S:      Maintained
11295 F:      Documentation/hwmon/w83791d
11296 F:      drivers/hwmon/w83791d.c
11297
11298 W83793 HARDWARE MONITORING DRIVER
11299 M:      Rudolf Marek <r.marek@assembler.cz>
11300 L:      lm-sensors@lm-sensors.org
11301 S:      Maintained
11302 F:      Documentation/hwmon/w83793
11303 F:      drivers/hwmon/w83793.c
11304
11305 W83795 HARDWARE MONITORING DRIVER
11306 M:      Jean Delvare <jdelvare@suse.com>
11307 L:      lm-sensors@lm-sensors.org
11308 S:      Maintained
11309 F:      drivers/hwmon/w83795.c
11310
11311 W83L51xD SD/MMC CARD INTERFACE DRIVER
11312 M:      Pierre Ossman <pierre@ossman.eu>
11313 S:      Maintained
11314 F:      drivers/mmc/host/wbsd.*
11315
11316 WACOM PROTOCOL 4 SERIAL TABLETS
11317 M:      Julian Squires <julian@cipht.net>
11318 M:      Hans de Goede <hdegoede@redhat.com>
11319 L:      linux-input@vger.kernel.org
11320 S:      Maintained
11321 F:      drivers/input/tablet/wacom_serial4.c
11322
11323 WATCHDOG DEVICE DRIVERS
11324 M:      Wim Van Sebroeck <wim@iguana.be>
11325 L:      linux-watchdog@vger.kernel.org
11326 W:      http://www.linux-watchdog.org/
11327 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11328 S:      Maintained
11329 F:      Documentation/watchdog/
11330 F:      drivers/watchdog/
11331 F:      include/linux/watchdog.h
11332 F:      include/uapi/linux/watchdog.h
11333
11334 WD7000 SCSI DRIVER
11335 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11336 L:      linux-scsi@vger.kernel.org
11337 S:      Maintained
11338 F:      drivers/scsi/wd7000.c
11339
11340 WIIMOTE HID DRIVER
11341 M:      David Herrmann <dh.herrmann@googlemail.com>
11342 L:      linux-input@vger.kernel.org
11343 S:      Maintained
11344 F:      drivers/hid/hid-wiimote*
11345
11346 WINBOND CIR DRIVER
11347 M:      David Härdeman <david@hardeman.nu>
11348 S:      Maintained
11349 F:      drivers/media/rc/winbond-cir.c
11350
11351 WIMAX STACK
11352 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11353 M:      linux-wimax@intel.com
11354 L:      wimax@linuxwimax.org (subscribers-only)
11355 S:      Supported
11356 W:      http://linuxwimax.org
11357 F:      Documentation/wimax/README.wimax
11358 F:      include/linux/wimax/debug.h
11359 F:      include/net/wimax.h
11360 F:      include/uapi/linux/wimax.h
11361 F:      net/wimax/
11362
11363 WISTRON LAPTOP BUTTON DRIVER
11364 M:      Miloslav Trmac <mitr@volny.cz>
11365 S:      Maintained
11366 F:      drivers/input/misc/wistron_btns.c
11367
11368 WL3501 WIRELESS PCMCIA CARD DRIVER
11369 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11370 L:      linux-wireless@vger.kernel.org
11371 W:      http://oops.ghostprotocols.net:81/blog
11372 S:      Maintained
11373 F:      drivers/net/wireless/wl3501*
11374
11375 WM97XX TOUCHSCREEN DRIVERS
11376 M:      Mark Brown <broonie@kernel.org>
11377 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11378 L:      linux-input@vger.kernel.org
11379 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11380 W:      http://opensource.wolfsonmicro.com/node/7
11381 S:      Supported
11382 F:      drivers/input/touchscreen/*wm97*
11383 F:      include/linux/wm97xx.h
11384
11385 WOLFSON MICROELECTRONICS DRIVERS
11386 L:      patches@opensource.wolfsonmicro.com
11387 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11388 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11389 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11390 S:      Supported
11391 F:      Documentation/hwmon/wm83??
11392 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11393 F:      drivers/clk/clk-wm83*.c
11394 F:      drivers/extcon/extcon-arizona.c
11395 F:      drivers/leds/leds-wm83*.c
11396 F:      drivers/gpio/gpio-*wm*.c
11397 F:      drivers/gpio/gpio-arizona.c
11398 F:      drivers/hwmon/wm83??-hwmon.c
11399 F:      drivers/input/misc/wm831x-on.c
11400 F:      drivers/input/touchscreen/wm831x-ts.c
11401 F:      drivers/input/touchscreen/wm97*.c
11402 F:      drivers/mfd/arizona*
11403 F:      drivers/mfd/wm*.c
11404 F:      drivers/power/wm83*.c
11405 F:      drivers/rtc/rtc-wm83*.c
11406 F:      drivers/regulator/wm8*.c
11407 F:      drivers/video/backlight/wm83*_bl.c
11408 F:      drivers/watchdog/wm83*_wdt.c
11409 F:      include/linux/mfd/arizona/
11410 F:      include/linux/mfd/wm831x/
11411 F:      include/linux/mfd/wm8350/
11412 F:      include/linux/mfd/wm8400*
11413 F:      include/linux/wm97xx.h
11414 F:      include/sound/wm????.h
11415 F:      sound/soc/codecs/arizona.?
11416 F:      sound/soc/codecs/wm*
11417
11418 WORKQUEUE
11419 M:      Tejun Heo <tj@kernel.org>
11420 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11422 S:      Maintained
11423 F:      include/linux/workqueue.h
11424 F:      kernel/workqueue.c
11425 F:      Documentation/workqueue.txt
11426
11427 X.25 NETWORK LAYER
11428 M:      Andrew Hendry <andrew.hendry@gmail.com>
11429 L:      linux-x25@vger.kernel.org
11430 S:      Odd Fixes
11431 F:      Documentation/networking/x25*
11432 F:      include/net/x25*
11433 F:      net/x25/
11434
11435 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11436 M:      Thomas Gleixner <tglx@linutronix.de>
11437 M:      Ingo Molnar <mingo@redhat.com>
11438 M:      "H. Peter Anvin" <hpa@zytor.com>
11439 M:      x86@kernel.org
11440 L:      linux-kernel@vger.kernel.org
11441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11442 S:      Maintained
11443 F:      Documentation/x86/
11444 F:      arch/x86/
11445
11446 X86 PLATFORM DRIVERS
11447 M:      Darren Hart <dvhart@infradead.org>
11448 L:      platform-driver-x86@vger.kernel.org
11449 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11450 S:      Maintained
11451 F:      drivers/platform/x86/
11452
11453 X86 MCE INFRASTRUCTURE
11454 M:      Tony Luck <tony.luck@intel.com>
11455 M:      Borislav Petkov <bp@alien8.de>
11456 L:      linux-edac@vger.kernel.org
11457 S:      Maintained
11458 F:      arch/x86/kernel/cpu/mcheck/*
11459
11460 X86 VDSO
11461 M:      Andy Lutomirski <luto@amacapital.net>
11462 L:      linux-kernel@vger.kernel.org
11463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11464 S:      Maintained
11465 F:      arch/x86/entry/vdso/
11466
11467 XC2028/3028 TUNER DRIVER
11468 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11469 L:      linux-media@vger.kernel.org
11470 W:      http://linuxtv.org
11471 T:      git git://linuxtv.org/media_tree.git
11472 S:      Maintained
11473 F:      drivers/media/tuners/tuner-xc2028.*
11474
11475 XEN HYPERVISOR INTERFACE
11476 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11477 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11478 M:      David Vrabel <david.vrabel@citrix.com>
11479 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11481 S:      Supported
11482 F:      arch/x86/xen/
11483 F:      drivers/*/xen-*front.c
11484 F:      drivers/xen/
11485 F:      arch/x86/include/asm/xen/
11486 F:      include/xen/
11487 F:      include/uapi/xen/
11488
11489 XEN HYPERVISOR ARM
11490 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11491 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11492 S:      Supported
11493 F:      arch/arm/xen/
11494 F:      arch/arm/include/asm/xen/
11495
11496 XEN HYPERVISOR ARM64
11497 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11498 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11499 S:      Supported
11500 F:      arch/arm64/xen/
11501 F:      arch/arm64/include/asm/xen/
11502
11503 XEN NETWORK BACKEND DRIVER
11504 M:      Ian Campbell <ian.campbell@citrix.com>
11505 M:      Wei Liu <wei.liu2@citrix.com>
11506 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11507 L:      netdev@vger.kernel.org
11508 S:      Supported
11509 F:      drivers/net/xen-netback/*
11510
11511 XEN PCI SUBSYSTEM
11512 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11513 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11514 S:      Supported
11515 F:      arch/x86/pci/*xen*
11516 F:      drivers/pci/*xen*
11517
11518 XEN BLOCK SUBSYSTEM
11519 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11520 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11521 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11522 S:      Supported
11523 F:      drivers/block/xen-blkback/*
11524 F:      drivers/block/xen*
11525
11526 XEN PVSCSI DRIVERS
11527 M:      Juergen Gross <jgross@suse.com>
11528 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11529 L:      linux-scsi@vger.kernel.org
11530 S:      Supported
11531 F:      drivers/scsi/xen-scsifront.c
11532 F:      drivers/xen/xen-scsiback.c
11533 F:      include/xen/interface/io/vscsiif.h
11534
11535 XEN SWIOTLB SUBSYSTEM
11536 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11537 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11538 S:      Supported
11539 F:      arch/x86/xen/*swiotlb*
11540 F:      drivers/xen/*swiotlb*
11541
11542 XFS FILESYSTEM
11543 P:      Silicon Graphics Inc
11544 M:      Dave Chinner <david@fromorbit.com>
11545 M:      xfs@oss.sgi.com
11546 L:      xfs@oss.sgi.com
11547 W:      http://oss.sgi.com/projects/xfs
11548 T:      git git://oss.sgi.com/xfs/xfs.git
11549 S:      Supported
11550 F:      Documentation/filesystems/xfs.txt
11551 F:      fs/xfs/
11552
11553 XILINX AXI ETHERNET DRIVER
11554 M:      Anirudha Sarangi <anirudh@xilinx.com>
11555 M:      John Linn <John.Linn@xilinx.com>
11556 S:      Maintained
11557 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11558
11559 XILINX UARTLITE SERIAL DRIVER
11560 M:      Peter Korsgaard <jacmet@sunsite.dk>
11561 L:      linux-serial@vger.kernel.org
11562 S:      Maintained
11563 F:      drivers/tty/serial/uartlite.c
11564
11565 XILINX VIDEO IP CORES
11566 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11567 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11568 L:      linux-media@vger.kernel.org
11569 T:      git git://linuxtv.org/media_tree.git
11570 S:      Supported
11571 F:      Documentation/devicetree/bindings/media/xilinx/
11572 F:      drivers/media/platform/xilinx/
11573 F:      include/uapi/linux/xilinx-v4l2-controls.h
11574
11575 XILLYBUS DRIVER
11576 M:      Eli Billauer <eli.billauer@gmail.com>
11577 L:      linux-kernel@vger.kernel.org
11578 S:      Supported
11579 F:      drivers/char/xillybus/
11580
11581 XTENSA XTFPGA PLATFORM SUPPORT
11582 M:      Max Filippov <jcmvbkbc@gmail.com>
11583 L:      linux-xtensa@linux-xtensa.org
11584 S:      Maintained
11585 F:      drivers/spi/spi-xtensa-xtfpga.c
11586 F:      sound/soc/xtensa/xtfpga-i2s.c
11587
11588 YAM DRIVER FOR AX.25
11589 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11590 L:      linux-hams@vger.kernel.org
11591 S:      Maintained
11592 F:      drivers/net/hamradio/yam*
11593 F:      include/linux/yam.h
11594
11595 YEALINK PHONE DRIVER
11596 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11597 L:      usbb2k-api-dev@nongnu.org
11598 S:      Maintained
11599 F:      Documentation/input/yealink.txt
11600 F:      drivers/input/misc/yealink.*
11601
11602 Z8530 DRIVER FOR AX.25
11603 M:      Joerg Reuter <jreuter@yaina.de>
11604 W:      http://yaina.de/jreuter/
11605 W:      http://www.qsl.net/dl1bke/
11606 L:      linux-hams@vger.kernel.org
11607 S:      Maintained
11608 F:      Documentation/networking/z8530drv.txt
11609 F:      drivers/net/hamradio/*scc.c
11610 F:      drivers/net/hamradio/z8530.h
11611
11612 ZBUD COMPRESSED PAGE ALLOCATOR
11613 M:      Seth Jennings <sjennings@variantweb.net>
11614 L:      linux-mm@kvack.org
11615 S:      Maintained
11616 F:      mm/zbud.c
11617 F:      include/linux/zbud.h
11618
11619 ZD1211RW WIRELESS DRIVER
11620 M:      Daniel Drake <dsd@gentoo.org>
11621 M:      Ulrich Kunitz <kune@deine-taler.de>
11622 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11623 L:      linux-wireless@vger.kernel.org
11624 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11625 S:      Maintained
11626 F:      drivers/net/wireless/zd1211rw/
11627
11628 ZPOOL COMPRESSED PAGE STORAGE API
11629 M:      Dan Streetman <ddstreet@ieee.org>
11630 L:      linux-mm@kvack.org
11631 S:      Maintained
11632 F:      mm/zpool.c
11633 F:      include/linux/zpool.h
11634
11635 ZR36067 VIDEO FOR LINUX DRIVER
11636 L:      mjpeg-users@lists.sourceforge.net
11637 L:      linux-media@vger.kernel.org
11638 W:      http://mjpeg.sourceforge.net/driver-zoran/
11639 T:      hg http://linuxtv.org/hg/v4l-dvb
11640 S:      Odd Fixes
11641 F:      drivers/media/pci/zoran/
11642
11643 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11644 M:      Minchan Kim <minchan@kernel.org>
11645 M:      Nitin Gupta <ngupta@vflare.org>
11646 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11647 L:      linux-kernel@vger.kernel.org
11648 S:      Maintained
11649 F:      drivers/block/zram/
11650 F:      Documentation/blockdev/zram.txt
11651
11652 ZS DECSTATION Z85C30 SERIAL DRIVER
11653 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11654 S:      Maintained
11655 F:      drivers/tty/serial/zs.*
11656
11657 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11658 M:      Minchan Kim <minchan@kernel.org>
11659 M:      Nitin Gupta <ngupta@vflare.org>
11660 L:      linux-mm@kvack.org
11661 S:      Maintained
11662 F:      mm/zsmalloc.c
11663 F:      include/linux/zsmalloc.h
11664 F:      Documentation/vm/zsmalloc.txt
11665
11666 ZSWAP COMPRESSED SWAP CACHING
11667 M:      Seth Jennings <sjennings@variantweb.net>
11668 L:      linux-mm@kvack.org
11669 S:      Maintained
11670 F:      mm/zswap.c
11671
11672 THE REST
11673 M:      Linus Torvalds <torvalds@linux-foundation.org>
11674 L:      linux-kernel@vger.kernel.org
11675 Q:      http://patchwork.kernel.org/project/LKML/list/
11676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11677 S:      Buried alive in reporters
11678 F:      *
11679 F:      */