Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
619 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
620 S:      Supported
621 F:      drivers/usb/gadget/udc/amd5536udc.*
622
623 AMD GEODE PROCESSOR/CHIPSET SUPPORT
624 P:      Andres Salomon <dilinger@queued.net>
625 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
626 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
627 S:      Supported
628 F:      drivers/char/hw_random/geode-rng.c
629 F:      drivers/crypto/geode*
630 F:      drivers/video/fbdev/geode/
631 F:      arch/x86/include/asm/geode.h
632
633 AMD IOMMU (AMD-VI)
634 M:      Joerg Roedel <joro@8bytes.org>
635 L:      iommu@lists.linux-foundation.org
636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
637 S:      Maintained
638 F:      drivers/iommu/amd_iommu*.[ch]
639 F:      include/linux/amd-iommu.h
640
641 AMD KFD
642 M:      Oded Gabbay <oded.gabbay@gmail.com>
643 L:      dri-devel@lists.freedesktop.org
644 T:      git git://people.freedesktop.org/~gabbayo/linux.git
645 S:      Supported
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
649 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
650 F:      drivers/gpu/drm/amd/amdkfd/
651 F:      drivers/gpu/drm/amd/include/cik_structs.h
652 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
653 F:      drivers/gpu/drm/amd/include/vi_structs.h
654 F:      drivers/gpu/drm/radeon/radeon_kfd.c
655 F:      drivers/gpu/drm/radeon/radeon_kfd.h
656 F:      include/uapi/linux/kfd_ioctl.h
657
658 AMD MICROCODE UPDATE SUPPORT
659 M:      Borislav Petkov <bp@alien8.de>
660 S:      Maintained
661 F:      arch/x86/kernel/cpu/microcode/amd*
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 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/clocksource/arm_global_timer.c
1525 F:      drivers/clocksource/clksrc_st_lpc.c
1526 F:      drivers/i2c/busses/i2c-st.c
1527 F:      drivers/media/rc/st_rc.c
1528 F:      drivers/media/platform/sti/c8sectpfe/
1529 F:      drivers/mmc/host/sdhci-st.c
1530 F:      drivers/phy/phy-miphy28lp.c
1531 F:      drivers/phy/phy-miphy365x.c
1532 F:      drivers/phy/phy-stih407-usb.c
1533 F:      drivers/phy/phy-stih41x-usb.c
1534 F:      drivers/pinctrl/pinctrl-st.c
1535 F:      drivers/reset/sti/
1536 F:      drivers/rtc/rtc-st-lpc.c
1537 F:      drivers/tty/serial/st-asc.c
1538 F:      drivers/usb/dwc3/dwc3-st.c
1539 F:      drivers/usb/host/ehci-st.c
1540 F:      drivers/usb/host/ohci-st.c
1541 F:      drivers/watchdog/st_lpc_wdt.c
1542 F:      drivers/ata/ahci_st.c
1543
1544 ARM/STM32 ARCHITECTURE
1545 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 S:      Maintained
1548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1549 N:      stm32
1550 F:      drivers/clocksource/armv7m_systick.c
1551
1552 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1553 M:      Lennert Buytenhek <kernel@wantstofly.org>
1554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 S:      Maintained
1556
1557 ARM/TETON BGA MACHINE SUPPORT
1558 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S:      Maintained
1561
1562 ARM/THECUS N2100 MACHINE SUPPORT
1563 M:      Lennert Buytenhek <kernel@wantstofly.org>
1564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 S:      Maintained
1566
1567 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1568 M:      Wan ZongShun <mcuos.com@gmail.com>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 W:      http://www.mcuos.com
1571 S:      Maintained
1572 F:      arch/arm/mach-w90x900/
1573 F:      drivers/input/keyboard/w90p910_keypad.c
1574 F:      drivers/input/touchscreen/w90p910_ts.c
1575 F:      drivers/watchdog/nuc900_wdt.c
1576 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1577 F:      drivers/mtd/nand/nuc900_nand.c
1578 F:      drivers/rtc/rtc-nuc900.c
1579 F:      drivers/spi/spi-nuc900.c
1580 F:      drivers/usb/host/ehci-w90x900.c
1581 F:      drivers/video/fbdev/nuc900fb.c
1582
1583 ARM/U300 MACHINE SUPPORT
1584 M:      Linus Walleij <linus.walleij@linaro.org>
1585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1586 S:      Supported
1587 F:      arch/arm/mach-u300/
1588 F:      drivers/clocksource/timer-u300.c
1589 F:      drivers/i2c/busses/i2c-stu300.c
1590 F:      drivers/rtc/rtc-coh901331.c
1591 F:      drivers/watchdog/coh901327_wdt.c
1592 F:      drivers/dma/coh901318*
1593 F:      drivers/mfd/ab3100*
1594 F:      drivers/rtc/rtc-ab3100.c
1595 F:      drivers/rtc/rtc-coh901331.c
1596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1597
1598 ARM/UNIPHIER ARCHITECTURE
1599 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      arch/arm/boot/dts/uniphier*
1603 F:      arch/arm/mach-uniphier/
1604 F:      drivers/pinctrl/uniphier/
1605 F:      drivers/tty/serial/8250/8250_uniphier.c
1606 N:      uniphier
1607
1608 ARM/Ux500 ARM ARCHITECTURE
1609 M:      Linus Walleij <linus.walleij@linaro.org>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Maintained
1612 F:      arch/arm/mach-ux500/
1613 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1614 F:      drivers/dma/ste_dma40*
1615 F:      drivers/hwspinlock/u8500_hsem.c
1616 F:      drivers/mfd/abx500*
1617 F:      drivers/mfd/ab8500*
1618 F:      drivers/mfd/dbx500*
1619 F:      drivers/mfd/db8500*
1620 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1621 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1622 F:      drivers/rtc/rtc-ab8500.c
1623 F:      drivers/rtc/rtc-pl031.c
1624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1625
1626 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1627 M:      Ulf Hansson <ulf.hansson@linaro.org>
1628 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1629 T:      git git://git.linaro.org/people/ulfh/clk.git
1630 S:      Maintained
1631 F:      drivers/clk/ux500/
1632 F:      include/linux/platform_data/clk-ux500.h
1633
1634 ARM/VERSATILE EXPRESS PLATFORM
1635 M:      Liviu Dudau <liviu.dudau@arm.com>
1636 M:      Sudeep Holla <sudeep.holla@arm.com>
1637 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 S:      Maintained
1640 F:      arch/arm/boot/dts/vexpress*
1641 F:      arch/arm64/boot/dts/arm/vexpress*
1642 F:      arch/arm/mach-vexpress/
1643 F:      */*/vexpress*
1644 F:      */*/*/vexpress*
1645 F:      drivers/clk/versatile/clk-vexpress-osc.c
1646 F:      drivers/clocksource/versatile.c
1647
1648 ARM/VFP SUPPORT
1649 M:      Russell King <linux@arm.linux.org.uk>
1650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1651 W:      http://www.arm.linux.org.uk/
1652 S:      Maintained
1653 F:      arch/arm/vfp/
1654
1655 ARM/VOIPAC PXA270 SUPPORT
1656 M:      Marek Vasut <marek.vasut@gmail.com>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 S:      Maintained
1659 F:      arch/arm/mach-pxa/vpac270.c
1660 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1661
1662 ARM/VT8500 ARM ARCHITECTURE
1663 M:      Tony Prisk <linux@prisktech.co.nz>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 S:      Maintained
1666 F:      arch/arm/mach-vt8500/
1667 F:      drivers/clocksource/vt8500_timer.c
1668 F:      drivers/i2c/busses/i2c-wmt.c
1669 F:      drivers/mmc/host/wmt-sdmmc.c
1670 F:      drivers/pwm/pwm-vt8500.c
1671 F:      drivers/rtc/rtc-vt8500.c
1672 F:      drivers/tty/serial/vt8500_serial.c
1673 F:      drivers/usb/host/ehci-platform.c
1674 F:      drivers/usb/host/uhci-platform.c
1675 F:      drivers/video/fbdev/vt8500lcdfb.*
1676 F:      drivers/video/fbdev/wm8505fb*
1677 F:      drivers/video/fbdev/wmt_ge_rops.*
1678
1679 ARM/ZIPIT Z2 SUPPORT
1680 M:      Marek Vasut <marek.vasut@gmail.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-pxa/z2.c
1684 F:      arch/arm/mach-pxa/include/mach/z2.h
1685
1686 ARM/ZTE ARCHITECTURE
1687 M:      Jun Nie <jun.nie@linaro.org>
1688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 S:      Maintained
1690 F:      arch/arm/mach-zx/
1691 F:      drivers/clk/zte/
1692 F:      Documentation/devicetree/bindings/arm/zte.txt
1693 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1694
1695 ARM/ZYNQ ARCHITECTURE
1696 M:      Michal Simek <michal.simek@xilinx.com>
1697 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1699 W:      http://wiki.xilinx.com
1700 T:      git https://github.com/Xilinx/linux-xlnx.git
1701 S:      Supported
1702 F:      arch/arm/mach-zynq/
1703 F:      drivers/cpuidle/cpuidle-zynq.c
1704 F:      drivers/block/xsysace.c
1705 N:      zynq
1706 N:      xilinx
1707 F:      drivers/clocksource/cadence_ttc_timer.c
1708 F:      drivers/i2c/busses/i2c-cadence.c
1709 F:      drivers/mmc/host/sdhci-of-arasan.c
1710 F:      drivers/edac/synopsys_edac.c
1711
1712 ARM SMMU DRIVERS
1713 M:      Will Deacon <will.deacon@arm.com>
1714 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1715 S:      Maintained
1716 F:      drivers/iommu/arm-smmu.c
1717 F:      drivers/iommu/arm-smmu-v3.c
1718 F:      drivers/iommu/io-pgtable-arm.c
1719
1720 ARM64 PORT (AARCH64 ARCHITECTURE)
1721 M:      Catalin Marinas <catalin.marinas@arm.com>
1722 M:      Will Deacon <will.deacon@arm.com>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 S:      Maintained
1725 F:      arch/arm64/
1726 F:      Documentation/arm64/
1727
1728 AS3645A LED FLASH CONTROLLER DRIVER
1729 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1730 L:      linux-media@vger.kernel.org
1731 T:      git git://linuxtv.org/media_tree.git
1732 S:      Maintained
1733 F:      drivers/media/i2c/as3645a.c
1734 F:      include/media/as3645a.h
1735
1736 ASC7621 HARDWARE MONITOR DRIVER
1737 M:      George Joseph <george.joseph@fairview5.com>
1738 L:      lm-sensors@lm-sensors.org
1739 S:      Maintained
1740 F:      Documentation/hwmon/asc7621
1741 F:      drivers/hwmon/asc7621.c
1742
1743 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1744 M:      Corentin Chary <corentin.chary@gmail.com>
1745 L:      acpi4asus-user@lists.sourceforge.net
1746 L:      platform-driver-x86@vger.kernel.org
1747 W:      http://acpi4asus.sf.net
1748 S:      Maintained
1749 F:      drivers/platform/x86/asus*.c
1750 F:      drivers/platform/x86/eeepc*.c
1751
1752 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1753 R:      Dan Williams <dan.j.williams@intel.com>
1754 W:      http://sourceforge.net/projects/xscaleiop
1755 S:      Odd fixes
1756 F:      Documentation/crypto/async-tx-api.txt
1757 F:      crypto/async_tx/
1758 F:      drivers/dma/
1759 F:      include/linux/dmaengine.h
1760 F:      include/linux/async_tx.h
1761
1762 AT24 EEPROM DRIVER
1763 M:      Wolfram Sang <wsa@the-dreams.de>
1764 L:      linux-i2c@vger.kernel.org
1765 S:      Maintained
1766 F:      drivers/misc/eeprom/at24.c
1767 F:      include/linux/platform_data/at24.h
1768
1769 ATA OVER ETHERNET (AOE) DRIVER
1770 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1771 W:      http://www.openaoe.org/
1772 S:      Supported
1773 F:      Documentation/aoe/
1774 F:      drivers/block/aoe/
1775
1776 ATHEROS ATH GENERIC UTILITIES
1777 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1778 L:      linux-wireless@vger.kernel.org
1779 S:      Supported
1780 F:      drivers/net/wireless/ath/*
1781
1782 ATHEROS ATH5K WIRELESS DRIVER
1783 M:      Jiri Slaby <jirislaby@gmail.com>
1784 M:      Nick Kossifidis <mickflemm@gmail.com>
1785 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1786 L:      linux-wireless@vger.kernel.org
1787 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1788 S:      Maintained
1789 F:      drivers/net/wireless/ath/ath5k/
1790
1791 ATHEROS ATH6KL WIRELESS DRIVER
1792 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1793 L:      linux-wireless@vger.kernel.org
1794 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1795 T:      git git://github.com/kvalo/ath.git
1796 S:      Supported
1797 F:      drivers/net/wireless/ath/ath6kl/
1798
1799 WILOCITY WIL6210 WIRELESS DRIVER
1800 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1801 L:      linux-wireless@vger.kernel.org
1802 L:      wil6210@qca.qualcomm.com
1803 S:      Supported
1804 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1805 F:      drivers/net/wireless/ath/wil6210/
1806 F:      include/uapi/linux/wil6210_uapi.h
1807
1808 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1809 M:      Christian Lamparter <chunkeey@googlemail.com>
1810 L:      linux-wireless@vger.kernel.org
1811 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1812 S:      Maintained
1813 F:      drivers/net/wireless/ath/carl9170/
1814
1815 ATK0110 HWMON DRIVER
1816 M:      Luca Tettamanti <kronos.it@gmail.com>
1817 L:      lm-sensors@lm-sensors.org
1818 S:      Maintained
1819 F:      drivers/hwmon/asus_atk0110.c
1820
1821 ATI_REMOTE2 DRIVER
1822 M:      Ville Syrjala <syrjala@sci.fi>
1823 S:      Maintained
1824 F:      drivers/input/misc/ati_remote2.c
1825
1826 ATLX ETHERNET DRIVERS
1827 M:      Jay Cliburn <jcliburn@gmail.com>
1828 M:      Chris Snook <chris.snook@gmail.com>
1829 L:      netdev@vger.kernel.org
1830 W:      http://sourceforge.net/projects/atl1
1831 W:      http://atl1.sourceforge.net
1832 S:      Maintained
1833 F:      drivers/net/ethernet/atheros/
1834
1835 ATM
1836 M:      Chas Williams <3chas3@gmail.com>
1837 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1838 L:      netdev@vger.kernel.org
1839 W:      http://linux-atm.sourceforge.net
1840 S:      Maintained
1841 F:      drivers/atm/
1842 F:      include/linux/atm*
1843 F:      include/uapi/linux/atm*
1844
1845 ATMEL AT91 / AT32 MCI DRIVER
1846 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1847 S:      Maintained
1848 F:      drivers/mmc/host/atmel-mci.c
1849 F:      drivers/mmc/host/atmel-mci-regs.h
1850
1851 ATMEL AT91 / AT32 SERIAL DRIVER
1852 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1853 S:      Supported
1854 F:      drivers/tty/serial/atmel_serial.c
1855
1856 ATMEL Audio ALSA driver
1857 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1858 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1859 S:      Supported
1860 F:      sound/soc/atmel
1861
1862 ATMEL DMA DRIVER
1863 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1865 S:      Supported
1866 F:      drivers/dma/at_hdmac.c
1867 F:      drivers/dma/at_hdmac_regs.h
1868 F:      include/linux/platform_data/dma-atmel.h
1869
1870 ATMEL XDMA DRIVER
1871 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1872 L:      linux-arm-kernel@lists.infradead.org
1873 L:      dmaengine@vger.kernel.org
1874 S:      Supported
1875 F:      drivers/dma/at_xdmac.c
1876
1877 ATMEL I2C DRIVER
1878 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1879 L:      linux-i2c@vger.kernel.org
1880 S:      Supported
1881 F:      drivers/i2c/busses/i2c-at91.c
1882
1883 ATMEL ISI DRIVER
1884 M:      Josh Wu <josh.wu@atmel.com>
1885 L:      linux-media@vger.kernel.org
1886 S:      Supported
1887 F:      drivers/media/platform/soc_camera/atmel-isi.c
1888 F:      include/media/atmel-isi.h
1889
1890 ATMEL LCDFB DRIVER
1891 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1892 L:      linux-fbdev@vger.kernel.org
1893 S:      Maintained
1894 F:      drivers/video/fbdev/atmel_lcdfb.c
1895 F:      include/video/atmel_lcdc.h
1896
1897 ATMEL MACB ETHERNET DRIVER
1898 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1899 S:      Supported
1900 F:      drivers/net/ethernet/cadence/
1901
1902 ATMEL NAND DRIVER
1903 M:      Josh Wu <josh.wu@atmel.com>
1904 L:      linux-mtd@lists.infradead.org
1905 S:      Supported
1906 F:      drivers/mtd/nand/atmel_nand*
1907
1908 ATMEL SPI DRIVER
1909 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1910 S:      Supported
1911 F:      drivers/spi/spi-atmel.*
1912
1913 ATMEL SSC DRIVER
1914 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1916 S:      Supported
1917 F:      drivers/misc/atmel-ssc.c
1918 F:      include/linux/atmel-ssc.h
1919
1920 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
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_tclib.c
1925 F:      drivers/clocksource/tcb_clksrc.c
1926
1927 ATMEL USBA UDC DRIVER
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/usb/gadget/udc/atmel_usba_udc.*
1932
1933 ATMEL WIRELESS DRIVER
1934 M:      Simon Kelley <simon@thekelleys.org.uk>
1935 L:      linux-wireless@vger.kernel.org
1936 W:      http://www.thekelleys.org.uk/atmel
1937 W:      http://atmelwlandriver.sourceforge.net/
1938 S:      Maintained
1939 F:      drivers/net/wireless/atmel*
1940
1941 ATMEL MAXTOUCH DRIVER
1942 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1943 T:      git git://github.com/atmel-maxtouch/linux.git
1944 S:      Supported
1945 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1946 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1947 F:      include/linux/platform_data/atmel_mxt_ts.h
1948
1949 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1950 M:      Bradley Grove <linuxdrivers@attotech.com>
1951 L:      linux-scsi@vger.kernel.org
1952 W:      http://www.attotech.com
1953 S:      Supported
1954 F:      drivers/scsi/esas2r
1955
1956 ATUSB IEEE 802.15.4 RADIO DRIVER
1957 M:      Stefan Schmidt <stefan@osg.samsung.com>
1958 L:      linux-wpan@vger.kernel.org
1959 S:      Maintained
1960 F:      drivers/net/ieee802154/atusb.c
1961 F:      drivers/net/ieee802154/atusb.h
1962 F:      drivers/net/ieee802154/at86rf230.h
1963
1964 AUDIT SUBSYSTEM
1965 M:      Paul Moore <paul@paul-moore.com>
1966 M:      Eric Paris <eparis@redhat.com>
1967 L:      linux-audit@redhat.com (moderated for non-subscribers)
1968 W:      http://people.redhat.com/sgrubb/audit/
1969 T:      git git://git.infradead.org/users/pcmoore/audit
1970 S:      Maintained
1971 F:      include/linux/audit.h
1972 F:      include/uapi/linux/audit.h
1973 F:      kernel/audit*
1974
1975 AUXILIARY DISPLAY DRIVERS
1976 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1977 W:      http://miguelojeda.es/auxdisplay.htm
1978 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1979 S:      Maintained
1980 F:      drivers/auxdisplay/
1981 F:      include/linux/cfag12864b.h
1982
1983 AVR32 ARCHITECTURE
1984 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1985 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1986 W:      http://www.atmel.com/products/AVR32/
1987 W:      http://mirror.egtvedt.no/avr32linux.org/
1988 W:      http://avrfreaks.net/
1989 S:      Maintained
1990 F:      arch/avr32/
1991
1992 AVR32/AT32AP MACHINE SUPPORT
1993 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1994 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1995 S:      Maintained
1996 F:      arch/avr32/mach-at32ap/
1997
1998 AX.25 NETWORK LAYER
1999 M:      Ralf Baechle <ralf@linux-mips.org>
2000 L:      linux-hams@vger.kernel.org
2001 W:      http://www.linux-ax25.org/
2002 S:      Maintained
2003 F:      include/uapi/linux/ax25.h
2004 F:      include/net/ax25.h
2005 F:      net/ax25/
2006
2007 AZ6007 DVB DRIVER
2008 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2009 L:      linux-media@vger.kernel.org
2010 W:      http://linuxtv.org
2011 T:      git git://linuxtv.org/media_tree.git
2012 S:      Maintained
2013 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2014
2015 AZTECH FM RADIO RECEIVER DRIVER
2016 M:      Hans Verkuil <hverkuil@xs4all.nl>
2017 L:      linux-media@vger.kernel.org
2018 T:      git git://linuxtv.org/media_tree.git
2019 W:      http://linuxtv.org
2020 S:      Maintained
2021 F:      drivers/media/radio/radio-aztech*
2022
2023 B43 WIRELESS DRIVER
2024 L:      linux-wireless@vger.kernel.org
2025 L:      b43-dev@lists.infradead.org
2026 W:      http://wireless.kernel.org/en/users/Drivers/b43
2027 S:      Odd Fixes
2028 F:      drivers/net/wireless/b43/
2029
2030 B43LEGACY WIRELESS DRIVER
2031 M:      Larry Finger <Larry.Finger@lwfinger.net>
2032 L:      linux-wireless@vger.kernel.org
2033 L:      b43-dev@lists.infradead.org
2034 W:      http://wireless.kernel.org/en/users/Drivers/b43
2035 S:      Maintained
2036 F:      drivers/net/wireless/b43legacy/
2037
2038 BACKLIGHT CLASS/SUBSYSTEM
2039 M:      Jingoo Han <jingoohan1@gmail.com>
2040 M:      Lee Jones <lee.jones@linaro.org>
2041 S:      Maintained
2042 F:      drivers/video/backlight/
2043 F:      include/linux/backlight.h
2044
2045 BATMAN ADVANCED
2046 M:      Marek Lindner <mareklindner@neomailbox.ch>
2047 M:      Simon Wunderlich <sw@simonwunderlich.de>
2048 M:      Antonio Quartulli <antonio@meshcoding.com>
2049 L:      b.a.t.m.a.n@lists.open-mesh.org
2050 W:      http://www.open-mesh.org/
2051 S:      Maintained
2052 F:      net/batman-adv/
2053
2054 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2055 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2056 L:      linux-hams@vger.kernel.org
2057 W:      http://www.baycom.org/~tom/ham/ham.html
2058 S:      Maintained
2059 F:      drivers/net/hamradio/baycom*
2060
2061 BCACHE (BLOCK LAYER CACHE)
2062 M:      Kent Overstreet <kent.overstreet@gmail.com>
2063 L:      linux-bcache@vger.kernel.org
2064 W:      http://bcache.evilpiepirate.org
2065 S:      Maintained
2066 F:      drivers/md/bcache/
2067
2068 BDISP ST MEDIA DRIVER
2069 M:      Fabien Dessenne <fabien.dessenne@st.com>
2070 L:      linux-media@vger.kernel.org
2071 T:      git git://linuxtv.org/media_tree.git
2072 W:      http://linuxtv.org
2073 S:      Supported
2074 F:      drivers/media/platform/sti/bdisp
2075
2076 BEFS FILE SYSTEM
2077 S:      Orphan
2078 F:      Documentation/filesystems/befs.txt
2079 F:      fs/befs/
2080
2081 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2082 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2083 L:      netdev@vger.kernel.org
2084 S:      Maintained
2085 F:      drivers/net/ethernet/ec_bhf.c
2086
2087 BFS FILE SYSTEM
2088 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2089 S:      Maintained
2090 F:      Documentation/filesystems/bfs.txt
2091 F:      fs/bfs/
2092 F:      include/uapi/linux/bfs_fs.h
2093
2094 BLACKFIN ARCHITECTURE
2095 M:      Steven Miao <realmz6@gmail.com>
2096 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2097 T:      git git://git.code.sf.net/p/adi-linux/code
2098 W:      http://blackfin.uclinux.org
2099 S:      Supported
2100 F:      arch/blackfin/
2101
2102 BLACKFIN EMAC DRIVER
2103 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2104 W:      http://blackfin.uclinux.org
2105 S:      Supported
2106 F:      drivers/net/ethernet/adi/
2107
2108 BLACKFIN RTC DRIVER
2109 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 W:      http://blackfin.uclinux.org
2111 S:      Supported
2112 F:      drivers/rtc/rtc-bfin.c
2113
2114 BLACKFIN SDH DRIVER
2115 M:      Sonic Zhang <sonic.zhang@analog.com>
2116 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2117 W:      http://blackfin.uclinux.org
2118 S:      Supported
2119 F:      drivers/mmc/host/bfin_sdh.c
2120
2121 BLACKFIN SERIAL 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/tty/serial/bfin_uart.c
2127
2128 BLACKFIN WATCHDOG DRIVER
2129 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2130 W:      http://blackfin.uclinux.org
2131 S:      Supported
2132 F:      drivers/watchdog/bfin_wdt.c
2133
2134 BLACKFIN I2C TWI DRIVER
2135 M:      Sonic Zhang <sonic.zhang@analog.com>
2136 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2137 W:      http://blackfin.uclinux.org/
2138 S:      Supported
2139 F:      drivers/i2c/busses/i2c-bfin-twi.c
2140
2141 BLACKFIN MEDIA DRIVER
2142 M:      Scott Jiang <scott.jiang.linux@gmail.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/media/platform/blackfin/
2147 F:      drivers/media/i2c/adv7183*
2148 F:      drivers/media/i2c/vs6624*
2149
2150 BLINKM RGB LED DRIVER
2151 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2152 S:      Maintained
2153 F:      drivers/leds/leds-blinkm.c
2154
2155 BLOCK LAYER
2156 M:      Jens Axboe <axboe@kernel.dk>
2157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2158 S:      Maintained
2159 F:      block/
2160 F:      kernel/trace/blktrace.c
2161
2162 BLOCK2MTD DRIVER
2163 M:      Joern Engel <joern@lazybastard.org>
2164 L:      linux-mtd@lists.infradead.org
2165 S:      Maintained
2166 F:      drivers/mtd/devices/block2mtd.c
2167
2168 BLUETOOTH DRIVERS
2169 M:      Marcel Holtmann <marcel@holtmann.org>
2170 M:      Gustavo Padovan <gustavo@padovan.org>
2171 M:      Johan Hedberg <johan.hedberg@gmail.com>
2172 L:      linux-bluetooth@vger.kernel.org
2173 W:      http://www.bluez.org/
2174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2176 S:      Maintained
2177 F:      drivers/bluetooth/
2178
2179 BLUETOOTH SUBSYSTEM
2180 M:      Marcel Holtmann <marcel@holtmann.org>
2181 M:      Gustavo Padovan <gustavo@padovan.org>
2182 M:      Johan Hedberg <johan.hedberg@gmail.com>
2183 L:      linux-bluetooth@vger.kernel.org
2184 W:      http://www.bluez.org/
2185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2187 S:      Maintained
2188 F:      net/bluetooth/
2189 F:      include/net/bluetooth/
2190
2191 BONDING DRIVER
2192 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2193 M:      Veaceslav Falico <vfalico@gmail.com>
2194 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2195 L:      netdev@vger.kernel.org
2196 W:      http://sourceforge.net/projects/bonding/
2197 S:      Supported
2198 F:      drivers/net/bonding/
2199 F:      include/uapi/linux/if_bonding.h
2200
2201 BPF (Safe dynamic programs and tools)
2202 M:      Alexei Starovoitov <ast@kernel.org>
2203 L:      netdev@vger.kernel.org
2204 L:      linux-kernel@vger.kernel.org
2205 S:      Supported
2206 F:      kernel/bpf/
2207
2208 BROADCOM B44 10/100 ETHERNET DRIVER
2209 M:      Gary Zambrano <zambrano@broadcom.com>
2210 L:      netdev@vger.kernel.org
2211 S:      Supported
2212 F:      drivers/net/ethernet/broadcom/b44.*
2213
2214 BROADCOM GENET ETHERNET DRIVER
2215 M:      Florian Fainelli <f.fainelli@gmail.com>
2216 L:      netdev@vger.kernel.org
2217 S:      Supported
2218 F:      drivers/net/ethernet/broadcom/genet/
2219
2220 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2221 M:      Sony Chacko <sony.chacko@qlogic.com>
2222 M:      Dept-HSGLinuxNICDev@qlogic.com
2223 L:      netdev@vger.kernel.org
2224 S:      Supported
2225 F:      drivers/net/ethernet/broadcom/bnx2.*
2226 F:      drivers/net/ethernet/broadcom/bnx2_*
2227
2228 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2229 M:      Ariel Elior <ariel.elior@qlogic.com>
2230 L:      netdev@vger.kernel.org
2231 S:      Supported
2232 F:      drivers/net/ethernet/broadcom/bnx2x/
2233
2234 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2235 M:      Florian Fainelli <f.fainelli@gmail.com>
2236 M:      Ray Jui <rjui@broadcom.com>
2237 M:      Scott Branden <sbranden@broadcom.com>
2238 L:      bcm-kernel-feedback-list@broadcom.com
2239 T:      git git://github.com/broadcom/mach-bcm
2240 S:      Maintained
2241 F:      arch/arm/mach-bcm/
2242 F:      arch/arm/boot/dts/bcm113*
2243 F:      arch/arm/boot/dts/bcm216*
2244 F:      arch/arm/boot/dts/bcm281*
2245 F:      arch/arm/configs/bcm_defconfig
2246 F:      drivers/mmc/host/sdhci-bcm-kona.c
2247 F:      drivers/clocksource/bcm_kona_timer.c
2248
2249 BROADCOM BCM2835 ARM ARCHITECTURE
2250 M:      Stephen Warren <swarren@wwwdotorg.org>
2251 M:      Lee Jones <lee@kernel.org>
2252 M:      Eric Anholt <eric@anholt.net>
2253 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2256 S:      Maintained
2257 N:      bcm2835
2258
2259 BROADCOM BCM33XX MIPS ARCHITECTURE
2260 M:      Kevin Cernekee <cernekee@gmail.com>
2261 L:      linux-mips@linux-mips.org
2262 S:      Maintained
2263 F:      arch/mips/bcm3384/*
2264 F:      arch/mips/include/asm/mach-bcm3384/*
2265 F:      arch/mips/kernel/*bmips*
2266
2267 BROADCOM BCM47XX MIPS ARCHITECTURE
2268 M:      Hauke Mehrtens <hauke@hauke-m.de>
2269 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2270 L:      linux-mips@linux-mips.org
2271 S:      Maintained
2272 F:      arch/mips/bcm47xx/*
2273 F:      arch/mips/include/asm/mach-bcm47xx/*
2274
2275 BROADCOM BCM5301X ARM ARCHITECTURE
2276 M:      Hauke Mehrtens <hauke@hauke-m.de>
2277 L:      linux-arm-kernel@lists.infradead.org
2278 S:      Maintained
2279 F:      arch/arm/mach-bcm/bcm_5301x.c
2280 F:      arch/arm/boot/dts/bcm5301x.dtsi
2281 F:      arch/arm/boot/dts/bcm470*
2282
2283 BROADCOM BCM63XX ARM ARCHITECTURE
2284 M:      Florian Fainelli <f.fainelli@gmail.com>
2285 L:      linux-arm-kernel@lists.infradead.org
2286 T:      git git://github.com/broadcom/arm-bcm63xx.git
2287 S:      Maintained
2288 F:      arch/arm/mach-bcm/bcm63xx.c
2289 F:      arch/arm/include/debug/bcm63xx.S
2290
2291 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2292 M:      Kevin Cernekee <cernekee@gmail.com>
2293 L:      linux-usb@vger.kernel.org
2294 S:      Maintained
2295 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2296
2297 BROADCOM BCM7XXX ARM ARCHITECTURE
2298 M:      Brian Norris <computersforpeace@gmail.com>
2299 M:      Gregory Fong <gregory.0xf0@gmail.com>
2300 M:      Florian Fainelli <f.fainelli@gmail.com>
2301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2302 T:      git git://github.com/broadcom/stblinux.git
2303 S:      Maintained
2304 F:      arch/arm/mach-bcm/*brcmstb*
2305 F:      arch/arm/boot/dts/bcm7*.dts*
2306 F:      drivers/bus/brcmstb_gisb.c
2307 N:      brcmstb
2308
2309 BROADCOM BMIPS MIPS ARCHITECTURE
2310 M:      Kevin Cernekee <cernekee@gmail.com>
2311 M:      Florian Fainelli <f.fainelli@gmail.com>
2312 L:      linux-mips@linux-mips.org
2313 T:      git git://github.com/broadcom/stblinux.git
2314 S:      Maintained
2315 F:      arch/mips/bmips/*
2316 F:      arch/mips/include/asm/mach-bmips/*
2317 F:      arch/mips/kernel/*bmips*
2318 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2319 F:      drivers/irqchip/irq-bcm7*
2320 F:      drivers/irqchip/irq-brcmstb*
2321
2322 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2323 M:      Prashant Sreedharan <prashant@broadcom.com>
2324 M:      Michael Chan <mchan@broadcom.com>
2325 L:      netdev@vger.kernel.org
2326 S:      Supported
2327 F:      drivers/net/ethernet/broadcom/tg3.*
2328
2329 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2330 M:      Brett Rudley <brudley@broadcom.com>
2331 M:      Arend van Spriel <arend@broadcom.com>
2332 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2333 M:      Hante Meuleman <meuleman@broadcom.com>
2334 L:      linux-wireless@vger.kernel.org
2335 L:      brcm80211-dev-list@broadcom.com
2336 S:      Supported
2337 F:      drivers/net/wireless/brcm80211/
2338
2339 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2340 M:      QLogic-Storage-Upstream@qlogic.com
2341 L:      linux-scsi@vger.kernel.org
2342 S:      Supported
2343 F:      drivers/scsi/bnx2fc/
2344
2345 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2346 M:      QLogic-Storage-Upstream@qlogic.com
2347 L:      linux-scsi@vger.kernel.org
2348 S:      Supported
2349 F:      drivers/scsi/bnx2i/
2350
2351 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2352 M:      Ray Jui <rjui@broadcom.com>
2353 M:      Scott Branden <sbranden@broadcom.com>
2354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2355 L:      bcm-kernel-feedback-list@broadcom.com
2356 T:      git git://github.com/broadcom/cygnus-linux.git
2357 S:      Maintained
2358 N:      iproc
2359 N:      cygnus
2360 N:      bcm9113*
2361 N:      bcm9583*
2362 N:      bcm583*
2363 N:      bcm113*
2364
2365 BROADCOM BRCMSTB GPIO DRIVER
2366 M:      Gregory Fong <gregory.0xf0@gmail.com>
2367 L:      bcm-kernel-feedback-list@broadcom.com>
2368 S:      Supported
2369 F:      drivers/gpio/gpio-brcmstb.c
2370 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2371
2372 BROADCOM KONA GPIO DRIVER
2373 M:      Ray Jui <rjui@broadcom.com>
2374 L:      bcm-kernel-feedback-list@broadcom.com
2375 S:      Supported
2376 F:      drivers/gpio/gpio-bcm-kona.c
2377 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2378
2379 BROADCOM NVRAM DRIVER
2380 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2381 L:      linux-mips@linux-mips.org
2382 S:      Maintained
2383 F:      drivers/firmware/broadcom/*
2384
2385 BROADCOM STB NAND FLASH DRIVER
2386 M:      Brian Norris <computersforpeace@gmail.com>
2387 L:      linux-mtd@lists.infradead.org
2388 S:      Maintained
2389 F:      drivers/mtd/nand/brcmnand/
2390
2391 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2392 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2393 L:      linux-wireless@vger.kernel.org
2394 S:      Maintained
2395 F:      drivers/bcma/
2396 F:      include/linux/bcma/
2397
2398 BROADCOM SYSTEMPORT ETHERNET DRIVER
2399 M:      Florian Fainelli <f.fainelli@gmail.com>
2400 L:      netdev@vger.kernel.org
2401 S:      Supported
2402 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2403
2404 BROCADE BFA FC SCSI DRIVER
2405 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2406 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2407 L:      linux-scsi@vger.kernel.org
2408 S:      Supported
2409 F:      drivers/scsi/bfa/
2410
2411 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2412 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2413 L:      netdev@vger.kernel.org
2414 S:      Supported
2415 F:      drivers/net/ethernet/brocade/bna/
2416
2417 BSG (block layer generic sg v4 driver)
2418 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2419 L:      linux-scsi@vger.kernel.org
2420 S:      Supported
2421 F:      block/bsg.c
2422 F:      include/linux/bsg.h
2423 F:      include/uapi/linux/bsg.h
2424
2425 BT87X AUDIO DRIVER
2426 M:      Clemens Ladisch <clemens@ladisch.de>
2427 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2428 T:      git git://git.alsa-project.org/alsa-kernel.git
2429 S:      Maintained
2430 F:      Documentation/sound/alsa/Bt87x.txt
2431 F:      sound/pci/bt87x.c
2432
2433 BT8XXGPIO DRIVER
2434 M:      Michael Buesch <m@bues.ch>
2435 W:      http://bu3sch.de/btgpio.php
2436 S:      Maintained
2437 F:      drivers/gpio/gpio-bt8xx.c
2438
2439 BTRFS FILE SYSTEM
2440 M:      Chris Mason <clm@fb.com>
2441 M:      Josef Bacik <jbacik@fb.com>
2442 M:      David Sterba <dsterba@suse.com>
2443 L:      linux-btrfs@vger.kernel.org
2444 W:      http://btrfs.wiki.kernel.org/
2445 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2447 S:      Maintained
2448 F:      Documentation/filesystems/btrfs.txt
2449 F:      fs/btrfs/
2450
2451 BTTV VIDEO4LINUX DRIVER
2452 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2453 L:      linux-media@vger.kernel.org
2454 W:      http://linuxtv.org
2455 T:      git git://linuxtv.org/media_tree.git
2456 S:      Odd fixes
2457 F:      Documentation/video4linux/bttv/
2458 F:      drivers/media/pci/bt8xx/bttv*
2459
2460 BUSLOGIC SCSI DRIVER
2461 M:      Khalid Aziz <khalid@gonehiking.org>
2462 L:      linux-scsi@vger.kernel.org
2463 S:      Maintained
2464 F:      drivers/scsi/BusLogic.*
2465 F:      drivers/scsi/FlashPoint.*
2466
2467 C-MEDIA CMI8788 DRIVER
2468 M:      Clemens Ladisch <clemens@ladisch.de>
2469 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2470 T:      git git://git.alsa-project.org/alsa-kernel.git
2471 S:      Maintained
2472 F:      sound/pci/oxygen/
2473
2474 C6X ARCHITECTURE
2475 M:      Mark Salter <msalter@redhat.com>
2476 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2477 L:      linux-c6x-dev@linux-c6x.org
2478 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2479 S:      Maintained
2480 F:      arch/c6x/
2481
2482 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2483 M:      David Howells <dhowells@redhat.com>
2484 L:      linux-cachefs@redhat.com
2485 S:      Supported
2486 F:      Documentation/filesystems/caching/cachefiles.txt
2487 F:      fs/cachefiles/
2488
2489 CADET FM/AM RADIO RECEIVER DRIVER
2490 M:      Hans Verkuil <hverkuil@xs4all.nl>
2491 L:      linux-media@vger.kernel.org
2492 T:      git git://linuxtv.org/media_tree.git
2493 W:      http://linuxtv.org
2494 S:      Maintained
2495 F:      drivers/media/radio/radio-cadet*
2496
2497 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2498 M:      Jonathan Corbet <corbet@lwn.net>
2499 L:      linux-media@vger.kernel.org
2500 T:      git git://linuxtv.org/media_tree.git
2501 S:      Maintained
2502 F:      Documentation/video4linux/cafe_ccic
2503 F:      drivers/media/platform/marvell-ccic/
2504
2505 CAIF NETWORK LAYER
2506 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2507 L:      netdev@vger.kernel.org
2508 S:      Supported
2509 F:      Documentation/networking/caif/
2510 F:      drivers/net/caif/
2511 F:      include/uapi/linux/caif/
2512 F:      include/net/caif/
2513 F:      net/caif/
2514
2515 CALGARY x86-64 IOMMU
2516 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2517 M:      "Jon D. Mason" <jdmason@kudzu.us>
2518 L:      discuss@x86-64.org
2519 S:      Maintained
2520 F:      arch/x86/kernel/pci-calgary_64.c
2521 F:      arch/x86/kernel/tce_64.c
2522 F:      arch/x86/include/asm/calgary.h
2523 F:      arch/x86/include/asm/tce.h
2524
2525 CAN NETWORK LAYER
2526 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2527 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2528 L:      linux-can@vger.kernel.org
2529 W:      https://github.com/linux-can
2530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2532 S:      Maintained
2533 F:      Documentation/networking/can.txt
2534 F:      net/can/
2535 F:      include/linux/can/core.h
2536 F:      include/uapi/linux/can.h
2537 F:      include/uapi/linux/can/bcm.h
2538 F:      include/uapi/linux/can/raw.h
2539 F:      include/uapi/linux/can/gw.h
2540
2541 CAN NETWORK DRIVERS
2542 M:      Wolfgang Grandegger <wg@grandegger.com>
2543 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2544 L:      linux-can@vger.kernel.org
2545 W:      https://github.com/linux-can
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2548 S:      Maintained
2549 F:      drivers/net/can/
2550 F:      include/linux/can/dev.h
2551 F:      include/linux/can/platform/
2552 F:      include/uapi/linux/can/error.h
2553 F:      include/uapi/linux/can/netlink.h
2554
2555 CAPABILITIES
2556 M:      Serge Hallyn <serge.hallyn@canonical.com>
2557 L:      linux-security-module@vger.kernel.org
2558 S:      Supported
2559 F:      include/linux/capability.h
2560 F:      include/uapi/linux/capability.h
2561 F:      security/commoncap.c
2562 F:      kernel/capability.c
2563
2564 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2565 M:      Kevin Tsai <ktsai@capellamicro.com>
2566 S:      Maintained
2567 F:      drivers/iio/light/cm*
2568 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2569
2570 CAVIUM LIQUIDIO NETWORK DRIVER
2571 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2572 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2573 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2574 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2575 L:     netdev@vger.kernel.org
2576 W:     http://www.cavium.com
2577 S:     Supported
2578 F:     drivers/net/ethernet/cavium/liquidio/
2579
2580 CC2520 IEEE-802.15.4 RADIO DRIVER
2581 M:      Varka Bhadram <varkabhadram@gmail.com>
2582 L:      linux-wpan@vger.kernel.org
2583 S:      Maintained
2584 F:      drivers/net/ieee802154/cc2520.c
2585 F:      include/linux/spi/cc2520.h
2586 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2587
2588 CELL BROADBAND ENGINE ARCHITECTURE
2589 M:      Arnd Bergmann <arnd@arndb.de>
2590 L:      linuxppc-dev@lists.ozlabs.org
2591 W:      http://www.ibm.com/developerworks/power/cell/
2592 S:      Supported
2593 F:      arch/powerpc/include/asm/cell*.h
2594 F:      arch/powerpc/include/asm/spu*.h
2595 F:      arch/powerpc/include/uapi/asm/spu*.h
2596 F:      arch/powerpc/oprofile/*cell*
2597 F:      arch/powerpc/platforms/cell/
2598
2599 CEPH COMMON CODE (LIBCEPH)
2600 M:      Ilya Dryomov <idryomov@gmail.com>
2601 M:      "Yan, Zheng" <zyan@redhat.com>
2602 M:      Sage Weil <sage@redhat.com>
2603 L:      ceph-devel@vger.kernel.org
2604 W:      http://ceph.com/
2605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2606 T:      git git://github.com/ceph/ceph-client.git
2607 S:      Supported
2608 F:      net/ceph/
2609 F:      include/linux/ceph/
2610 F:      include/linux/crush/
2611
2612 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2613 M:      "Yan, Zheng" <zyan@redhat.com>
2614 M:      Sage Weil <sage@redhat.com>
2615 M:      Ilya Dryomov <idryomov@gmail.com>
2616 L:      ceph-devel@vger.kernel.org
2617 W:      http://ceph.com/
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2619 T:      git git://github.com/ceph/ceph-client.git
2620 S:      Supported
2621 F:      Documentation/filesystems/ceph.txt
2622 F:      fs/ceph/
2623
2624 CERTIFICATE HANDLING:
2625 M:      David Howells <dhowells@redhat.com>
2626 M:      David Woodhouse <dwmw2@infradead.org>
2627 L:      keyrings@linux-nfs.org
2628 S:      Maintained
2629 F:      Documentation/module-signing.txt
2630 F:      certs/
2631 F:      scripts/extract-cert.c
2632
2633 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2634 L:      linux-usb@vger.kernel.org
2635 S:      Orphan
2636 F:      Documentation/usb/WUSB-Design-overview.txt
2637 F:      Documentation/usb/wusb-cbaf
2638 F:      drivers/usb/host/hwa-hc.c
2639 F:      drivers/usb/host/whci/
2640 F:      drivers/usb/wusbcore/
2641 F:      include/linux/usb/wusb*
2642
2643 CFAG12864B LCD DRIVER
2644 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2645 W:      http://miguelojeda.es/auxdisplay.htm
2646 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2647 S:      Maintained
2648 F:      drivers/auxdisplay/cfag12864b.c
2649 F:      include/linux/cfag12864b.h
2650
2651 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2652 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2653 W:      http://miguelojeda.es/auxdisplay.htm
2654 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2655 S:      Maintained
2656 F:      drivers/auxdisplay/cfag12864bfb.c
2657 F:      include/linux/cfag12864b.h
2658
2659 CFG80211 and NL80211
2660 M:      Johannes Berg <johannes@sipsolutions.net>
2661 L:      linux-wireless@vger.kernel.org
2662 W:      http://wireless.kernel.org/
2663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2665 S:      Maintained
2666 F:      include/uapi/linux/nl80211.h
2667 F:      include/net/cfg80211.h
2668 F:      net/wireless/*
2669 X:      net/wireless/wext*
2670
2671 CHAR and MISC DRIVERS
2672 M:      Arnd Bergmann <arnd@arndb.de>
2673 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2675 S:      Supported
2676 F:      drivers/char/*
2677 F:      drivers/misc/*
2678 F:      include/linux/miscdevice.h
2679
2680 CHECKPATCH
2681 M:      Andy Whitcroft <apw@canonical.com>
2682 M:      Joe Perches <joe@perches.com>
2683 S:      Maintained
2684 F:      scripts/checkpatch.pl
2685
2686 CHINESE DOCUMENTATION
2687 M:      Harry Wei <harryxiyou@gmail.com>
2688 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2689 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2690 S:      Maintained
2691 F:      Documentation/zh_CN/
2692
2693 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2694 M:      Peter Chen <Peter.Chen@freescale.com>
2695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2696 L:      linux-usb@vger.kernel.org
2697 S:      Maintained
2698 F:      drivers/usb/chipidea/
2699
2700 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2701 M:      Hans de Goede <hdegoede@redhat.com>
2702 L:      linux-input@vger.kernel.org
2703 S:      Maintained
2704 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2705 F:      drivers/input/touchscreen/chipone_icn8318.c
2706
2707 CHROME HARDWARE PLATFORM SUPPORT
2708 M:      Olof Johansson <olof@lixom.net>
2709 S:      Maintained
2710 F:      drivers/platform/chrome/
2711
2712 CISCO VIC ETHERNET NIC DRIVER
2713 M:      Christian Benvenuti <benve@cisco.com>
2714 M:      Sujith Sankar <ssujith@cisco.com>
2715 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2716 M:      Neel Patel <neepatel@cisco.com>
2717 S:      Supported
2718 F:      drivers/net/ethernet/cisco/enic/
2719
2720 CISCO VIC LOW LATENCY NIC DRIVER
2721 M:      Upinder Malhi <umalhi@cisco.com>
2722 S:      Supported
2723 F:      drivers/infiniband/hw/usnic
2724
2725 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2726 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2727 L:      netdev@vger.kernel.org
2728 S:      Maintained
2729 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2730
2731 CIRRUS LOGIC AUDIO CODEC DRIVERS
2732 M:      Brian Austin <brian.austin@cirrus.com>
2733 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2734 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2735 S:      Maintained
2736 F:      sound/soc/codecs/cs*
2737
2738 CLEANCACHE API
2739 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2740 L:      linux-kernel@vger.kernel.org
2741 S:      Maintained
2742 F:      mm/cleancache.c
2743 F:      include/linux/cleancache.h
2744
2745 CLK API
2746 M:      Russell King <linux@arm.linux.org.uk>
2747 L:      linux-clk@vger.kernel.org
2748 S:      Maintained
2749 F:      include/linux/clk.h
2750
2751 CLOCKSOURCE, CLOCKEVENT DRIVERS
2752 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2753 M:      Thomas Gleixner <tglx@linutronix.de>
2754 L:      linux-kernel@vger.kernel.org
2755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2756 S:      Supported
2757 F:      drivers/clocksource
2758
2759 CISCO FCOE HBA DRIVER
2760 M:      Hiral Patel <hiralpat@cisco.com>
2761 M:      Suma Ramars <sramars@cisco.com>
2762 M:      Brian Uchino <buchino@cisco.com>
2763 L:      linux-scsi@vger.kernel.org
2764 S:      Supported
2765 F:      drivers/scsi/fnic/
2766
2767 CISCO SCSI HBA DRIVER
2768 M:      Narsimhulu Musini <nmusini@cisco.com>
2769 M:      Sesidhar Baddela <sebaddel@cisco.com>
2770 L:      linux-scsi@vger.kernel.org
2771 S:      Supported
2772 F:      drivers/scsi/snic/
2773
2774 CMPC ACPI DRIVER
2775 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2776 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2777 L:      platform-driver-x86@vger.kernel.org
2778 S:      Supported
2779 F:      drivers/platform/x86/classmate-laptop.c
2780
2781 COBALT MEDIA DRIVER
2782 M:      Hans Verkuil <hans.verkuil@cisco.com>
2783 L:      linux-media@vger.kernel.org
2784 T:      git git://linuxtv.org/media_tree.git
2785 W:      http://linuxtv.org
2786 S:      Supported
2787 F:      drivers/media/pci/cobalt/
2788
2789 COCCINELLE/Semantic Patches (SmPL)
2790 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2791 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2792 M:      Nicolas Palix <nicolas.palix@imag.fr>
2793 M:      Michal Marek <mmarek@suse.com>
2794 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2796 W:      http://coccinelle.lip6.fr/
2797 S:      Supported
2798 F:      Documentation/coccinelle.txt
2799 F:      scripts/coccinelle/
2800 F:      scripts/coccicheck
2801
2802 CODA FILE SYSTEM
2803 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2804 M:      coda@cs.cmu.edu
2805 L:      codalist@coda.cs.cmu.edu
2806 W:      http://www.coda.cs.cmu.edu/
2807 S:      Maintained
2808 F:      Documentation/filesystems/coda.txt
2809 F:      fs/coda/
2810 F:      include/linux/coda*.h
2811 F:      include/uapi/linux/coda*.h
2812
2813 CODA V4L2 MEM2MEM DRIVER
2814 M:      Philipp Zabel <p.zabel@pengutronix.de>
2815 L:      linux-media@vger.kernel.org
2816 S:      Maintained
2817 F:      Documentation/devicetree/bindings/media/coda.txt
2818 F:      drivers/media/platform/coda/
2819
2820 COMMON CLK FRAMEWORK
2821 M:      Michael Turquette <mturquette@baylibre.com>
2822 M:      Stephen Boyd <sboyd@codeaurora.org>
2823 L:      linux-clk@vger.kernel.org
2824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2825 S:      Maintained
2826 F:      drivers/clk/
2827 X:      drivers/clk/clkdev.c
2828 F:      include/linux/clk-pr*
2829 F:      include/linux/clk/
2830
2831 COMMON INTERNET FILE SYSTEM (CIFS)
2832 M:      Steve French <sfrench@samba.org>
2833 L:      linux-cifs@vger.kernel.org
2834 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2835 W:      http://linux-cifs.samba.org/
2836 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2837 S:      Supported
2838 F:      Documentation/filesystems/cifs/
2839 F:      fs/cifs/
2840
2841 COMPACTPCI HOTPLUG CORE
2842 M:      Scott Murray <scott@spiteful.org>
2843 L:      linux-pci@vger.kernel.org
2844 S:      Maintained
2845 F:      drivers/pci/hotplug/cpci_hotplug*
2846
2847 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2848 M:      Scott Murray <scott@spiteful.org>
2849 L:      linux-pci@vger.kernel.org
2850 S:      Maintained
2851 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2852
2853 COMPACTPCI HOTPLUG GENERIC DRIVER
2854 M:      Scott Murray <scott@spiteful.org>
2855 L:      linux-pci@vger.kernel.org
2856 S:      Maintained
2857 F:      drivers/pci/hotplug/cpcihp_generic.c
2858
2859 COMPAL LAPTOP SUPPORT
2860 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2861 L:      platform-driver-x86@vger.kernel.org
2862 S:      Maintained
2863 F:      drivers/platform/x86/compal-laptop.c
2864
2865 CONEXANT ACCESSRUNNER USB DRIVER
2866 M:      Simon Arlott <cxacru@fire.lp0.eu>
2867 L:      accessrunner-general@lists.sourceforge.net
2868 W:      http://accessrunner.sourceforge.net/
2869 S:      Maintained
2870 F:      drivers/usb/atm/cxacru.c
2871
2872 CONFIGFS
2873 M:      Joel Becker <jlbec@evilplan.org>
2874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2875 S:      Supported
2876 F:      fs/configfs/
2877 F:      include/linux/configfs.h
2878
2879 CONNECTOR
2880 M:      Evgeniy Polyakov <zbr@ioremap.net>
2881 L:      netdev@vger.kernel.org
2882 S:      Maintained
2883 F:      drivers/connector/
2884
2885 CONTROL GROUP (CGROUP)
2886 M:      Tejun Heo <tj@kernel.org>
2887 M:      Li Zefan <lizefan@huawei.com>
2888 M:      Johannes Weiner <hannes@cmpxchg.org>
2889 L:      cgroups@vger.kernel.org
2890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2891 S:      Maintained
2892 F:      Documentation/cgroups/
2893 F:      include/linux/cgroup*
2894 F:      kernel/cgroup*
2895
2896 CONTROL GROUP - CPUSET
2897 M:      Li Zefan <lizefan@huawei.com>
2898 L:      cgroups@vger.kernel.org
2899 W:      http://www.bullopensource.org/cpuset/
2900 W:      http://oss.sgi.com/projects/cpusets/
2901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2902 S:      Maintained
2903 F:      Documentation/cgroups/cpusets.txt
2904 F:      include/linux/cpuset.h
2905 F:      kernel/cpuset.c
2906
2907 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2908 M:      Johannes Weiner <hannes@cmpxchg.org>
2909 M:      Michal Hocko <mhocko@kernel.org>
2910 L:      cgroups@vger.kernel.org
2911 L:      linux-mm@kvack.org
2912 S:      Maintained
2913 F:      mm/memcontrol.c
2914 F:      mm/swap_cgroup.c
2915
2916 CORETEMP HARDWARE MONITORING DRIVER
2917 M:      Fenghua Yu <fenghua.yu@intel.com>
2918 L:      lm-sensors@lm-sensors.org
2919 S:      Maintained
2920 F:      Documentation/hwmon/coretemp
2921 F:      drivers/hwmon/coretemp.c
2922
2923 COSA/SRP SYNC SERIAL DRIVER
2924 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2925 W:      http://www.fi.muni.cz/~kas/cosa/
2926 S:      Maintained
2927 F:      drivers/net/wan/cosa*
2928
2929 CPMAC ETHERNET DRIVER
2930 M:      Florian Fainelli <florian@openwrt.org>
2931 L:      netdev@vger.kernel.org
2932 S:      Maintained
2933 F:      drivers/net/ethernet/ti/cpmac.c
2934
2935 CPU FREQUENCY DRIVERS
2936 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2937 M:      Viresh Kumar <viresh.kumar@linaro.org>
2938 L:      linux-pm@vger.kernel.org
2939 S:      Maintained
2940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2941 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2942 F:      drivers/cpufreq/
2943 F:      include/linux/cpufreq.h
2944
2945 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2946 M:      Viresh Kumar <viresh.kumar@linaro.org>
2947 M:      Sudeep Holla <sudeep.holla@arm.com>
2948 L:      linux-pm@vger.kernel.org
2949 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2950 S:      Maintained
2951 F:      drivers/cpufreq/arm_big_little.h
2952 F:      drivers/cpufreq/arm_big_little.c
2953 F:      drivers/cpufreq/arm_big_little_dt.c
2954
2955 CPUIDLE DRIVER - ARM BIG LITTLE
2956 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2957 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2958 L:      linux-pm@vger.kernel.org
2959 L:      linux-arm-kernel@lists.infradead.org
2960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2961 S:      Maintained
2962 F:      drivers/cpuidle/cpuidle-big_little.c
2963
2964 CPUIDLE DRIVER - ARM EXYNOS
2965 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2966 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2967 M:      Kukjin Kim <kgene@kernel.org>
2968 L:      linux-pm@vger.kernel.org
2969 L:      linux-samsung-soc@vger.kernel.org
2970 S:      Supported
2971 F:      drivers/cpuidle/cpuidle-exynos.c
2972 F:      arch/arm/mach-exynos/pm.c
2973
2974 CPUIDLE DRIVERS
2975 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2976 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2977 L:      linux-pm@vger.kernel.org
2978 S:      Maintained
2979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2980 F:      drivers/cpuidle/*
2981 F:      include/linux/cpuidle.h
2982
2983 CPUID/MSR DRIVER
2984 M:      "H. Peter Anvin" <hpa@zytor.com>
2985 S:      Maintained
2986 F:      arch/x86/kernel/cpuid.c
2987 F:      arch/x86/kernel/msr.c
2988
2989 CPU POWER MONITORING SUBSYSTEM
2990 M:      Thomas Renninger <trenn@suse.com>
2991 L:      linux-pm@vger.kernel.org
2992 S:      Maintained
2993 F:      tools/power/cpupower/
2994
2995 CRAMFS FILESYSTEM
2996 W:      http://sourceforge.net/projects/cramfs/
2997 S:      Orphan / Obsolete
2998 F:      Documentation/filesystems/cramfs.txt
2999 F:      fs/cramfs/
3000
3001 CRIS PORT
3002 M:      Mikael Starvik <starvik@axis.com>
3003 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3004 L:      linux-cris-kernel@axis.com
3005 W:      http://developer.axis.com
3006 S:      Maintained
3007 F:      arch/cris/
3008 F:      drivers/tty/serial/crisv10.*
3009
3010 CRYPTO API
3011 M:      Herbert Xu <herbert@gondor.apana.org.au>
3012 M:      "David S. Miller" <davem@davemloft.net>
3013 L:      linux-crypto@vger.kernel.org
3014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3015 S:      Maintained
3016 F:      Documentation/crypto/
3017 F:      Documentation/DocBook/crypto-API.tmpl
3018 F:      arch/*/crypto/
3019 F:      crypto/
3020 F:      drivers/crypto/
3021 F:      include/crypto/
3022
3023 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3024 M:      Neil Horman <nhorman@tuxdriver.com>
3025 L:      linux-crypto@vger.kernel.org
3026 S:      Maintained
3027 F:      crypto/ansi_cprng.c
3028 F:      crypto/rng.c
3029
3030 CS5535 Audio ALSA driver
3031 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3032 S:      Maintained
3033 F:      sound/pci/cs5535audio/
3034
3035 CW1200 WLAN driver
3036 M:      Solomon Peachy <pizza@shaftnet.org>
3037 S:      Maintained
3038 F:      drivers/net/wireless/cw1200/
3039
3040 CX18 VIDEO4LINUX DRIVER
3041 M:      Andy Walls <awalls@md.metrocast.net>
3042 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3043 L:      linux-media@vger.kernel.org
3044 T:      git git://linuxtv.org/media_tree.git
3045 W:      http://linuxtv.org
3046 W:      http://www.ivtvdriver.org/index.php/Cx18
3047 S:      Maintained
3048 F:      Documentation/video4linux/cx18.txt
3049 F:      drivers/media/pci/cx18/
3050 F:      include/uapi/linux/ivtv*
3051
3052 CX2341X MPEG ENCODER HELPER MODULE
3053 M:      Hans Verkuil <hverkuil@xs4all.nl>
3054 L:      linux-media@vger.kernel.org
3055 T:      git git://linuxtv.org/media_tree.git
3056 W:      http://linuxtv.org
3057 S:      Maintained
3058 F:      drivers/media/common/cx2341x*
3059 F:      include/media/cx2341x*
3060
3061 CX24120 MEDIA DRIVER
3062 M:      Jemma Denson <jdenson@gmail.com>
3063 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3064 L:      linux-media@vger.kernel.org
3065 W:      http://linuxtv.org/
3066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3067 S:      Maintained
3068 F:      drivers/media/dvb-frontends/cx24120*
3069
3070 CX88 VIDEO4LINUX DRIVER
3071 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3072 L:      linux-media@vger.kernel.org
3073 W:      http://linuxtv.org
3074 T:      git git://linuxtv.org/media_tree.git
3075 S:      Odd fixes
3076 F:      Documentation/video4linux/cx88/
3077 F:      drivers/media/pci/cx88/
3078
3079 CXD2820R MEDIA DRIVER
3080 M:      Antti Palosaari <crope@iki.fi>
3081 L:      linux-media@vger.kernel.org
3082 W:      http://linuxtv.org/
3083 W:      http://palosaari.fi/linux/
3084 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3085 T:      git git://linuxtv.org/anttip/media_tree.git
3086 S:      Maintained
3087 F:      drivers/media/dvb-frontends/cxd2820r*
3088
3089 CXGB3 ETHERNET DRIVER (CXGB3)
3090 M:      Santosh Raspatur <santosh@chelsio.com>
3091 L:      netdev@vger.kernel.org
3092 W:      http://www.chelsio.com
3093 S:      Supported
3094 F:      drivers/net/ethernet/chelsio/cxgb3/
3095
3096 CXGB3 ISCSI DRIVER (CXGB3I)
3097 M:      Karen Xie <kxie@chelsio.com>
3098 L:      linux-scsi@vger.kernel.org
3099 W:      http://www.chelsio.com
3100 S:      Supported
3101 F:      drivers/scsi/cxgbi/cxgb3i
3102
3103 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3104 M:      Steve Wise <swise@chelsio.com>
3105 L:      linux-rdma@vger.kernel.org
3106 W:      http://www.openfabrics.org
3107 S:      Supported
3108 F:      drivers/infiniband/hw/cxgb3/
3109
3110 CXGB4 ETHERNET DRIVER (CXGB4)
3111 M:      Hariprasad S <hariprasad@chelsio.com>
3112 L:      netdev@vger.kernel.org
3113 W:      http://www.chelsio.com
3114 S:      Supported
3115 F:      drivers/net/ethernet/chelsio/cxgb4/
3116
3117 CXGB4 ISCSI DRIVER (CXGB4I)
3118 M:      Karen Xie <kxie@chelsio.com>
3119 L:      linux-scsi@vger.kernel.org
3120 W:      http://www.chelsio.com
3121 S:      Supported
3122 F:      drivers/scsi/cxgbi/cxgb4i
3123
3124 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3125 M:      Steve Wise <swise@chelsio.com>
3126 L:      linux-rdma@vger.kernel.org
3127 W:      http://www.openfabrics.org
3128 S:      Supported
3129 F:      drivers/infiniband/hw/cxgb4/
3130
3131 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3132 M:      Casey Leedom <leedom@chelsio.com>
3133 L:      netdev@vger.kernel.org
3134 W:      http://www.chelsio.com
3135 S:      Supported
3136 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3137
3138 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3139 M:      Ian Munsie <imunsie@au1.ibm.com>
3140 M:      Michael Neuling <mikey@neuling.org>
3141 L:      linuxppc-dev@lists.ozlabs.org
3142 S:      Supported
3143 F:      drivers/misc/cxl/
3144 F:      include/misc/cxl*
3145 F:      include/uapi/misc/cxl.h
3146 F:      Documentation/powerpc/cxl.txt
3147 F:      Documentation/powerpc/cxl.txt
3148 F:      Documentation/ABI/testing/sysfs-class-cxl
3149
3150 STMMAC ETHERNET DRIVER
3151 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3152 L:      netdev@vger.kernel.org
3153 W:      http://www.stlinux.com
3154 S:      Supported
3155 F:      drivers/net/ethernet/stmicro/stmmac/
3156
3157 CYBERPRO FB DRIVER
3158 M:      Russell King <linux@arm.linux.org.uk>
3159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3160 W:      http://www.arm.linux.org.uk/
3161 S:      Maintained
3162 F:      drivers/video/fbdev/cyber2000fb.*
3163
3164 CYCLADES ASYNC MUX DRIVER
3165 W:      http://www.cyclades.com/
3166 S:      Orphan
3167 F:      drivers/tty/cyclades.c
3168 F:      include/linux/cyclades.h
3169 F:      include/uapi/linux/cyclades.h
3170
3171 CYCLADES PC300 DRIVER
3172 W:      http://www.cyclades.com/
3173 S:      Orphan
3174 F:      drivers/net/wan/pc300*
3175
3176 CYPRESS_FIRMWARE MEDIA DRIVER
3177 M:      Antti Palosaari <crope@iki.fi>
3178 L:      linux-media@vger.kernel.org
3179 W:      http://linuxtv.org/
3180 W:      http://palosaari.fi/linux/
3181 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3182 T:      git git://linuxtv.org/anttip/media_tree.git
3183 S:      Maintained
3184 F:      drivers/media/common/cypress_firmware*
3185
3186 CYTTSP TOUCHSCREEN DRIVER
3187 M:      Ferruh Yigit <fery@cypress.com>
3188 L:      linux-input@vger.kernel.org
3189 S:      Supported
3190 F:      drivers/input/touchscreen/cyttsp*
3191 F:      include/linux/input/cyttsp.h
3192
3193 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3194 M:      Joshua Kinard <kumba@gentoo.org>
3195 S:      Maintained
3196 F:      drivers/rtc/rtc-ds1685.c
3197 F:      include/linux/rtc/ds1685.h
3198
3199 DAMA SLAVE for AX.25
3200 M:      Joerg Reuter <jreuter@yaina.de>
3201 W:      http://yaina.de/jreuter/
3202 W:      http://www.qsl.net/dl1bke/
3203 L:      linux-hams@vger.kernel.org
3204 S:      Maintained
3205 F:      net/ax25/af_ax25.c
3206 F:      net/ax25/ax25_dev.c
3207 F:      net/ax25/ax25_ds_*
3208 F:      net/ax25/ax25_in.c
3209 F:      net/ax25/ax25_out.c
3210 F:      net/ax25/ax25_timer.c
3211 F:      net/ax25/sysctl_net_ax25.c
3212
3213 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3214 L:      netdev@vger.kernel.org
3215 S:      Orphan
3216 F:      Documentation/networking/dmfe.txt
3217 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3218
3219 DC390/AM53C974 SCSI driver
3220 M:      Hannes Reinecke <hare@suse.com>
3221 L:      linux-scsi@vger.kernel.org
3222 S:      Maintained
3223 F:      drivers/scsi/am53c974.c
3224
3225 DC395x SCSI driver
3226 M:      Oliver Neukum <oliver@neukum.org>
3227 M:      Ali Akcaagac <aliakc@web.de>
3228 M:      Jamie Lenehan <lenehan@twibble.org>
3229 L:      dc395x@twibble.org
3230 W:      http://twibble.org/dist/dc395x/
3231 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3232 S:      Maintained
3233 F:      Documentation/scsi/dc395x.txt
3234 F:      drivers/scsi/dc395x.*
3235
3236 DCCP PROTOCOL
3237 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3238 L:      dccp@vger.kernel.org
3239 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3240 S:      Maintained
3241 F:      include/linux/dccp.h
3242 F:      include/uapi/linux/dccp.h
3243 F:      include/linux/tfrc.h
3244 F:      net/dccp/
3245
3246 DECnet NETWORK LAYER
3247 W:      http://linux-decnet.sourceforge.net
3248 L:      linux-decnet-user@lists.sourceforge.net
3249 S:      Orphan
3250 F:      Documentation/networking/decnet.txt
3251 F:      net/decnet/
3252
3253 DECSTATION PLATFORM SUPPORT
3254 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3255 L:      linux-mips@linux-mips.org
3256 W:      http://www.linux-mips.org/wiki/DECstation
3257 S:      Maintained
3258 F:      arch/mips/dec/
3259 F:      arch/mips/include/asm/dec/
3260 F:      arch/mips/include/asm/mach-dec/
3261
3262 DEFXX FDDI NETWORK DRIVER
3263 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3264 S:      Maintained
3265 F:      drivers/net/fddi/defxx.*
3266
3267 DELL LAPTOP DRIVER
3268 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3269 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3270 L:      platform-driver-x86@vger.kernel.org
3271 S:      Maintained
3272 F:      drivers/platform/x86/dell-laptop.c
3273
3274 DELL LAPTOP RBTN DRIVER
3275 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3276 S:      Maintained
3277 F:      drivers/platform/x86/dell-rbtn.*
3278
3279 DELL LAPTOP FREEFALL DRIVER
3280 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3281 S:      Maintained
3282 F:      drivers/platform/x86/dell-smo8800.c
3283
3284 DELL LAPTOP SMM DRIVER
3285 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3286 S:      Maintained
3287 F:      drivers/hwmon/dell-smm-hwmon.c
3288 F:      include/uapi/linux/i8k.h
3289
3290 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3291 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3292 S:      Maintained
3293 F:      Documentation/dcdbas.txt
3294 F:      drivers/firmware/dcdbas.*
3295
3296 DELL WMI EXTRAS DRIVER
3297 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3298 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3299 S:      Maintained
3300 F:      drivers/platform/x86/dell-wmi.c
3301
3302 DESIGNWARE USB2 DRD IP DRIVER
3303 M:      John Youn <johnyoun@synopsys.com>
3304 L:      linux-usb@vger.kernel.org
3305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3306 S:      Maintained
3307 F:      drivers/usb/dwc2/
3308
3309 DESIGNWARE USB3 DRD IP DRIVER
3310 M:      Felipe Balbi <balbi@ti.com>
3311 L:      linux-usb@vger.kernel.org
3312 L:      linux-omap@vger.kernel.org
3313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3314 S:      Maintained
3315 F:      drivers/usb/dwc3/
3316
3317 DEVICE COREDUMP (DEV_COREDUMP)
3318 M:      Johannes Berg <johannes@sipsolutions.net>
3319 L:      linux-kernel@vger.kernel.org
3320 S:      Maintained
3321 F:      drivers/base/devcoredump.c
3322 F:      include/linux/devcoredump.h
3323
3324 DEVICE FREQUENCY (DEVFREQ)
3325 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3326 M:      Kyungmin Park <kyungmin.park@samsung.com>
3327 L:      linux-pm@vger.kernel.org
3328 S:      Maintained
3329 F:      drivers/devfreq/
3330
3331 DEVICE NUMBER REGISTRY
3332 M:      Torben Mathiasen <device@lanana.org>
3333 W:      http://lanana.org/docs/device-list/index.html
3334 S:      Maintained
3335
3336 DEVICE-MAPPER  (LVM)
3337 M:      Alasdair Kergon <agk@redhat.com>
3338 M:      Mike Snitzer <snitzer@redhat.com>
3339 M:      dm-devel@redhat.com
3340 L:      dm-devel@redhat.com
3341 W:      http://sources.redhat.com/dm
3342 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3344 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3345 S:      Maintained
3346 F:      Documentation/device-mapper/
3347 F:      drivers/md/dm*
3348 F:      drivers/md/persistent-data/
3349 F:      include/linux/device-mapper.h
3350 F:      include/linux/dm-*.h
3351 F:      include/uapi/linux/dm-*.h
3352
3353 DIALOG SEMICONDUCTOR DRIVERS
3354 M:      Support Opensource <support.opensource@diasemi.com>
3355 W:      http://www.dialog-semiconductor.com/products
3356 S:      Supported
3357 F:      Documentation/hwmon/da90??
3358 F:      drivers/gpio/gpio-da90??.c
3359 F:      drivers/hwmon/da90??-hwmon.c
3360 F:      drivers/iio/adc/da91??-*.c
3361 F:      drivers/input/misc/da90??_onkey.c
3362 F:      drivers/input/touchscreen/da9052_tsi.c
3363 F:      drivers/leds/leds-da90??.c
3364 F:      drivers/mfd/da903x.c
3365 F:      drivers/mfd/da90??-*.c
3366 F:      drivers/mfd/da91??-*.c
3367 F:      drivers/power/da9052-battery.c
3368 F:      drivers/power/da91??-*.c
3369 F:      drivers/regulator/da903x.c
3370 F:      drivers/regulator/da9???-regulator.[ch]
3371 F:      drivers/rtc/rtc-da90??.c
3372 F:      drivers/video/backlight/da90??_bl.c
3373 F:      drivers/watchdog/da90??_wdt.c
3374 F:      include/linux/mfd/da903x.h
3375 F:      include/linux/mfd/da9052/
3376 F:      include/linux/mfd/da9055/
3377 F:      include/linux/mfd/da9063/
3378 F:      include/linux/mfd/da9150/
3379 F:      include/sound/da[79]*.h
3380 F:      sound/soc/codecs/da[79]*.[ch]
3381
3382 DIGI NEO AND CLASSIC PCI PRODUCTS
3383 M:      Lidza Louina <lidza.louina@gmail.com>
3384 M:      Mark Hounschell <markh@compro.net>
3385 L:      driverdev-devel@linuxdriverproject.org
3386 S:      Maintained
3387 F:      drivers/staging/dgnc/
3388
3389 DIGI EPCA PCI PRODUCTS
3390 M:      Lidza Louina <lidza.louina@gmail.com>
3391 M:      Mark Hounschell <markh@compro.net>
3392 M:      Daeseok Youn <daeseok.youn@gmail.com>
3393 L:      driverdev-devel@linuxdriverproject.org
3394 S:      Maintained
3395 F:      drivers/staging/dgap/
3396
3397 DIOLAN U2C-12 I2C DRIVER
3398 M:      Guenter Roeck <linux@roeck-us.net>
3399 L:      linux-i2c@vger.kernel.org
3400 S:      Maintained
3401 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3402
3403 DIRECT ACCESS (DAX)
3404 M:      Matthew Wilcox <willy@linux.intel.com>
3405 L:      linux-fsdevel@vger.kernel.org
3406 S:      Supported
3407 F:      fs/dax.c
3408
3409 DIRECTORY NOTIFICATION (DNOTIFY)
3410 M:      Eric Paris <eparis@parisplace.org>
3411 S:      Maintained
3412 F:      Documentation/filesystems/dnotify.txt
3413 F:      fs/notify/dnotify/
3414 F:      include/linux/dnotify.h
3415
3416 DISK GEOMETRY AND PARTITION HANDLING
3417 M:      Andries Brouwer <aeb@cwi.nl>
3418 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3419 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3420 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3421 S:      Maintained
3422
3423 DISKQUOTA
3424 M:      Jan Kara <jack@suse.com>
3425 S:      Maintained
3426 F:      Documentation/filesystems/quota.txt
3427 F:      fs/quota/
3428 F:      include/linux/quota*.h
3429 F:      include/uapi/linux/quota*.h
3430
3431 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3432 M:      Bernie Thompson <bernie@plugable.com>
3433 L:      linux-fbdev@vger.kernel.org
3434 S:      Maintained
3435 W:      http://plugable.com/category/projects/udlfb/
3436 F:      drivers/video/fbdev/udlfb.c
3437 F:      include/video/udlfb.h
3438 F:      Documentation/fb/udlfb.txt
3439
3440 DISTRIBUTED LOCK MANAGER (DLM)
3441 M:      Christine Caulfield <ccaulfie@redhat.com>
3442 M:      David Teigland <teigland@redhat.com>
3443 L:      cluster-devel@redhat.com
3444 W:      http://sources.redhat.com/cluster/
3445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3446 S:      Supported
3447 F:      fs/dlm/
3448
3449 DMA BUFFER SHARING FRAMEWORK
3450 M:      Sumit Semwal <sumit.semwal@linaro.org>
3451 S:      Maintained
3452 L:      linux-media@vger.kernel.org
3453 L:      dri-devel@lists.freedesktop.org
3454 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3455 F:      drivers/dma-buf/
3456 F:      include/linux/dma-buf*
3457 F:      include/linux/reservation.h
3458 F:      include/linux/*fence.h
3459 F:      Documentation/dma-buf-sharing.txt
3460 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3461
3462 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3463 M:      Vinod Koul <vinod.koul@intel.com>
3464 L:      dmaengine@vger.kernel.org
3465 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3466 S:      Maintained
3467 F:      drivers/dma/
3468 F:      include/linux/dmaengine.h
3469 F:      Documentation/dmaengine/
3470 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3471
3472 DME1737 HARDWARE MONITOR DRIVER
3473 M:      Juerg Haefliger <juergh@gmail.com>
3474 L:      lm-sensors@lm-sensors.org
3475 S:      Maintained
3476 F:      Documentation/hwmon/dme1737
3477 F:      drivers/hwmon/dme1737.c
3478
3479 DMI/SMBIOS SUPPORT
3480 M:      Jean Delvare <jdelvare@suse.com>
3481 S:      Maintained
3482 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3483 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3484 F:      drivers/firmware/dmi-id.c
3485 F:      drivers/firmware/dmi_scan.c
3486 F:      include/linux/dmi.h
3487
3488 DOCUMENTATION
3489 M:      Jonathan Corbet <corbet@lwn.net>
3490 L:      linux-doc@vger.kernel.org
3491 S:      Maintained
3492 F:      Documentation/
3493 X:      Documentation/ABI/
3494 X:      Documentation/devicetree/
3495 X:      Documentation/acpi
3496 X:      Documentation/power
3497 X:      Documentation/spi
3498 X:      Documentation/DocBook/media
3499 T:      git git://git.lwn.net/linux-2.6.git docs-next
3500
3501 DOUBLETALK DRIVER
3502 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3503 L:      blinux-list@redhat.com
3504 S:      Maintained
3505 F:      drivers/char/dtlk.c
3506 F:      include/linux/dtlk.h
3507
3508 DPT_I2O SCSI RAID DRIVER
3509 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3510 L:      linux-scsi@vger.kernel.org
3511 W:      http://www.adaptec.com/
3512 S:      Maintained
3513 F:      drivers/scsi/dpt*
3514 F:      drivers/scsi/dpt/
3515
3516 DRBD DRIVER
3517 P:      Philipp Reisner
3518 P:      Lars Ellenberg
3519 M:      drbd-dev@lists.linbit.com
3520 L:      drbd-user@lists.linbit.com
3521 W:      http://www.drbd.org
3522 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3523 T:      git git://git.drbd.org/drbd-8.3.git
3524 S:      Supported
3525 F:      drivers/block/drbd/
3526 F:      lib/lru_cache.c
3527 F:      Documentation/blockdev/drbd/
3528
3529 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3530 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3532 S:      Supported
3533 F:      Documentation/kobject.txt
3534 F:      drivers/base/
3535 F:      fs/debugfs/
3536 F:      fs/kernfs/
3537 F:      fs/sysfs/
3538 F:      include/linux/debugfs.h
3539 F:      include/linux/kobj*
3540 F:      lib/kobj*
3541
3542 DRM DRIVERS
3543 M:      David Airlie <airlied@linux.ie>
3544 L:      dri-devel@lists.freedesktop.org
3545 T:      git git://people.freedesktop.org/~airlied/linux
3546 S:      Maintained
3547 F:      drivers/gpu/drm/
3548 F:      drivers/gpu/vga/
3549 F:      include/drm/
3550 F:      include/uapi/drm/
3551
3552 RADEON DRM DRIVERS
3553 M:      Alex Deucher <alexander.deucher@amd.com>
3554 M:      Christian König <christian.koenig@amd.com>
3555 L:      dri-devel@lists.freedesktop.org
3556 T:      git git://people.freedesktop.org/~agd5f/linux
3557 S:      Supported
3558 F:      drivers/gpu/drm/radeon/
3559 F:      include/uapi/drm/radeon*
3560
3561 DRM PANEL DRIVERS
3562 M:      Thierry Reding <thierry.reding@gmail.com>
3563 L:      dri-devel@lists.freedesktop.org
3564 T:      git git://anongit.freedesktop.org/tegra/linux.git
3565 S:      Maintained
3566 F:      drivers/gpu/drm/drm_panel.c
3567 F:      drivers/gpu/drm/panel/
3568 F:      include/drm/drm_panel.h
3569 F:      Documentation/devicetree/bindings/panel/
3570
3571 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3572 M:      Daniel Vetter <daniel.vetter@intel.com>
3573 M:      Jani Nikula <jani.nikula@linux.intel.com>
3574 L:      intel-gfx@lists.freedesktop.org
3575 L:      dri-devel@lists.freedesktop.org
3576 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3577 T:      git git://anongit.freedesktop.org/drm-intel
3578 S:      Supported
3579 F:      drivers/gpu/drm/i915/
3580 F:      include/drm/i915*
3581 F:      include/uapi/drm/i915*
3582
3583 DRM DRIVERS FOR EXYNOS
3584 M:      Inki Dae <inki.dae@samsung.com>
3585 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3586 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3587 M:      Kyungmin Park <kyungmin.park@samsung.com>
3588 L:      dri-devel@lists.freedesktop.org
3589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3590 S:      Supported
3591 F:      drivers/gpu/drm/exynos/
3592 F:      include/drm/exynos*
3593 F:      include/uapi/drm/exynos*
3594
3595 DRM DRIVERS FOR FREESCALE DCU
3596 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3597 M:      Alison Wang <alison.wang@freescale.com>
3598 L:      dri-devel@lists.freedesktop.org
3599 S:      Supported
3600 F:      drivers/gpu/drm/fsl-dcu/
3601 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3602 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3603
3604 DRM DRIVERS FOR FREESCALE IMX
3605 M:      Philipp Zabel <p.zabel@pengutronix.de>
3606 L:      dri-devel@lists.freedesktop.org
3607 S:      Maintained
3608 F:      drivers/gpu/drm/imx/
3609 F:      Documentation/devicetree/bindings/drm/imx/
3610
3611 DRM DRIVERS FOR NVIDIA TEGRA
3612 M:      Thierry Reding <thierry.reding@gmail.com>
3613 M:      Terje Bergström <tbergstrom@nvidia.com>
3614 L:      dri-devel@lists.freedesktop.org
3615 L:      linux-tegra@vger.kernel.org
3616 T:      git git://anongit.freedesktop.org/tegra/linux.git
3617 S:      Supported
3618 F:      drivers/gpu/drm/tegra/
3619 F:      drivers/gpu/host1x/
3620 F:      include/linux/host1x.h
3621 F:      include/uapi/drm/tegra_drm.h
3622 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3623
3624 DRM DRIVERS FOR RENESAS
3625 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3626 L:      dri-devel@lists.freedesktop.org
3627 L:      linux-sh@vger.kernel.org
3628 T:      git git://people.freedesktop.org/~airlied/linux
3629 S:      Supported
3630 F:      drivers/gpu/drm/rcar-du/
3631 F:      drivers/gpu/drm/shmobile/
3632 F:      include/linux/platform_data/shmob_drm.h
3633
3634 DRM DRIVERS FOR ROCKCHIP
3635 M:      Mark Yao <mark.yao@rock-chips.com>
3636 L:      dri-devel@lists.freedesktop.org
3637 S:      Maintained
3638 F:      drivers/gpu/drm/rockchip/
3639 F:      Documentation/devicetree/bindings/video/rockchip*
3640
3641 DRM DRIVERS FOR STI
3642 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3643 M:      Vincent Abriou <vincent.abriou@st.com>
3644 L:      dri-devel@lists.freedesktop.org
3645 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3646 S:      Maintained
3647 F:      drivers/gpu/drm/sti
3648 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3649
3650 DSBR100 USB FM RADIO DRIVER
3651 M:      Alexey Klimov <klimov.linux@gmail.com>
3652 L:      linux-media@vger.kernel.org
3653 T:      git git://linuxtv.org/media_tree.git
3654 S:      Maintained
3655 F:      drivers/media/radio/dsbr100.c
3656
3657 DSCC4 DRIVER
3658 M:      Francois Romieu <romieu@fr.zoreil.com>
3659 L:      netdev@vger.kernel.org
3660 S:      Maintained
3661 F:      drivers/net/wan/dscc4.c
3662
3663 DT3155 MEDIA DRIVER
3664 M:      Hans Verkuil <hverkuil@xs4all.nl>
3665 L:      linux-media@vger.kernel.org
3666 T:      git git://linuxtv.org/media_tree.git
3667 W:      http://linuxtv.org
3668 S:      Odd Fixes
3669 F:      drivers/media/pci/dt3155/
3670
3671 DVB_USB_AF9015 MEDIA DRIVER
3672 M:      Antti Palosaari <crope@iki.fi>
3673 L:      linux-media@vger.kernel.org
3674 W:      http://linuxtv.org/
3675 W:      http://palosaari.fi/linux/
3676 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3677 T:      git git://linuxtv.org/anttip/media_tree.git
3678 S:      Maintained
3679 F:      drivers/media/usb/dvb-usb-v2/af9015*
3680
3681 DVB_USB_AF9035 MEDIA DRIVER
3682 M:      Antti Palosaari <crope@iki.fi>
3683 L:      linux-media@vger.kernel.org
3684 W:      http://linuxtv.org/
3685 W:      http://palosaari.fi/linux/
3686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3687 T:      git git://linuxtv.org/anttip/media_tree.git
3688 S:      Maintained
3689 F:      drivers/media/usb/dvb-usb-v2/af9035*
3690
3691 DVB_USB_ANYSEE MEDIA DRIVER
3692 M:      Antti Palosaari <crope@iki.fi>
3693 L:      linux-media@vger.kernel.org
3694 W:      http://linuxtv.org/
3695 W:      http://palosaari.fi/linux/
3696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3697 T:      git git://linuxtv.org/anttip/media_tree.git
3698 S:      Maintained
3699 F:      drivers/media/usb/dvb-usb-v2/anysee*
3700
3701 DVB_USB_AU6610 MEDIA DRIVER
3702 M:      Antti Palosaari <crope@iki.fi>
3703 L:      linux-media@vger.kernel.org
3704 W:      http://linuxtv.org/
3705 W:      http://palosaari.fi/linux/
3706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3707 T:      git git://linuxtv.org/anttip/media_tree.git
3708 S:      Maintained
3709 F:      drivers/media/usb/dvb-usb-v2/au6610*
3710
3711 DVB_USB_CE6230 MEDIA DRIVER
3712 M:      Antti Palosaari <crope@iki.fi>
3713 L:      linux-media@vger.kernel.org
3714 W:      http://linuxtv.org/
3715 W:      http://palosaari.fi/linux/
3716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3717 T:      git git://linuxtv.org/anttip/media_tree.git
3718 S:      Maintained
3719 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3720
3721 DVB_USB_CXUSB MEDIA DRIVER
3722 M:      Michael Krufky <mkrufky@linuxtv.org>
3723 L:      linux-media@vger.kernel.org
3724 W:      http://linuxtv.org/
3725 W:      http://github.com/mkrufky
3726 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3727 T:      git git://linuxtv.org/media_tree.git
3728 S:      Maintained
3729 F:      drivers/media/usb/dvb-usb/cxusb*
3730
3731 DVB_USB_EC168 MEDIA DRIVER
3732 M:      Antti Palosaari <crope@iki.fi>
3733 L:      linux-media@vger.kernel.org
3734 W:      http://linuxtv.org/
3735 W:      http://palosaari.fi/linux/
3736 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3737 T:      git git://linuxtv.org/anttip/media_tree.git
3738 S:      Maintained
3739 F:      drivers/media/usb/dvb-usb-v2/ec168*
3740
3741 DVB_USB_GL861 MEDIA DRIVER
3742 M:      Antti Palosaari <crope@iki.fi>
3743 L:      linux-media@vger.kernel.org
3744 W:      http://linuxtv.org/
3745 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3746 T:      git git://linuxtv.org/anttip/media_tree.git
3747 S:      Maintained
3748 F:      drivers/media/usb/dvb-usb-v2/gl861*
3749
3750 DVB_USB_MXL111SF MEDIA DRIVER
3751 M:      Michael Krufky <mkrufky@linuxtv.org>
3752 L:      linux-media@vger.kernel.org
3753 W:      http://linuxtv.org/
3754 W:      http://github.com/mkrufky
3755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3756 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3757 S:      Maintained
3758 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3759
3760 DVB_USB_RTL28XXU MEDIA DRIVER
3761 M:      Antti Palosaari <crope@iki.fi>
3762 L:      linux-media@vger.kernel.org
3763 W:      http://linuxtv.org/
3764 W:      http://palosaari.fi/linux/
3765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3766 T:      git git://linuxtv.org/anttip/media_tree.git
3767 S:      Maintained
3768 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3769
3770 DVB_USB_V2 MEDIA DRIVER
3771 M:      Antti Palosaari <crope@iki.fi>
3772 L:      linux-media@vger.kernel.org
3773 W:      http://linuxtv.org/
3774 W:      http://palosaari.fi/linux/
3775 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3776 T:      git git://linuxtv.org/anttip/media_tree.git
3777 S:      Maintained
3778 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3779 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3780
3781 DYNAMIC DEBUG
3782 M:      Jason Baron <jbaron@akamai.com>
3783 S:      Maintained
3784 F:      lib/dynamic_debug.c
3785 F:      include/linux/dynamic_debug.h
3786
3787 DZ DECSTATION DZ11 SERIAL DRIVER
3788 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3789 S:      Maintained
3790 F:      drivers/tty/serial/dz.*
3791
3792 E3X0 POWER BUTTON DRIVER
3793 M:      Moritz Fischer <moritz.fischer@ettus.com>
3794 L:      usrp-users@lists.ettus.com
3795 W:      http://www.ettus.com
3796 S:      Supported
3797 F:      drivers/input/misc/e3x0-button.c
3798 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3799
3800 E4000 MEDIA DRIVER
3801 M:      Antti Palosaari <crope@iki.fi>
3802 L:      linux-media@vger.kernel.org
3803 W:      http://linuxtv.org/
3804 W:      http://palosaari.fi/linux/
3805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3806 T:      git git://linuxtv.org/anttip/media_tree.git
3807 S:      Maintained
3808 F:      drivers/media/tuners/e4000*
3809
3810 EATA ISA/EISA/PCI SCSI DRIVER
3811 M:      Dario Ballabio <ballabio_dario@emc.com>
3812 L:      linux-scsi@vger.kernel.org
3813 S:      Maintained
3814 F:      drivers/scsi/eata.c
3815
3816 EC100 MEDIA DRIVER
3817 M:      Antti Palosaari <crope@iki.fi>
3818 L:      linux-media@vger.kernel.org
3819 W:      http://linuxtv.org/
3820 W:      http://palosaari.fi/linux/
3821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3822 T:      git git://linuxtv.org/anttip/media_tree.git
3823 S:      Maintained
3824 F:      drivers/media/dvb-frontends/ec100*
3825
3826 ECRYPT FILE SYSTEM
3827 M:      Tyler Hicks <tyhicks@canonical.com>
3828 L:      ecryptfs@vger.kernel.org
3829 W:      http://ecryptfs.org
3830 W:      https://launchpad.net/ecryptfs
3831 S:      Supported
3832 F:      Documentation/filesystems/ecryptfs.txt
3833 F:      fs/ecryptfs/
3834
3835 EDAC-CORE
3836 M:      Doug Thompson <dougthompson@xmission.com>
3837 M:      Borislav Petkov <bp@alien8.de>
3838 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3839 L:      linux-edac@vger.kernel.org
3840 W:      bluesmoke.sourceforge.net
3841 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3842 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3843 S:      Supported
3844 F:      Documentation/edac.txt
3845 F:      drivers/edac/
3846 F:      include/linux/edac.h
3847
3848 EDAC-AMD64
3849 M:      Doug Thompson <dougthompson@xmission.com>
3850 M:      Borislav Petkov <bp@alien8.de>
3851 L:      linux-edac@vger.kernel.org
3852 W:      bluesmoke.sourceforge.net
3853 S:      Maintained
3854 F:      drivers/edac/amd64_edac*
3855
3856 EDAC-CALXEDA
3857 M:      Doug Thompson <dougthompson@xmission.com>
3858 M:      Robert Richter <rric@kernel.org>
3859 L:      linux-edac@vger.kernel.org
3860 W:      bluesmoke.sourceforge.net
3861 S:      Maintained
3862 F:      drivers/edac/highbank*
3863
3864 EDAC-CAVIUM
3865 M:      Ralf Baechle <ralf@linux-mips.org>
3866 M:      David Daney <david.daney@cavium.com>
3867 L:      linux-edac@vger.kernel.org
3868 L:      linux-mips@linux-mips.org
3869 W:      bluesmoke.sourceforge.net
3870 S:      Supported
3871 F:      drivers/edac/octeon_edac*
3872
3873 EDAC-E752X
3874 M:      Mark Gross <mark.gross@intel.com>
3875 M:      Doug Thompson <dougthompson@xmission.com>
3876 L:      linux-edac@vger.kernel.org
3877 W:      bluesmoke.sourceforge.net
3878 S:      Maintained
3879 F:      drivers/edac/e752x_edac.c
3880
3881 EDAC-E7XXX
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/e7xxx_edac.c
3887
3888 EDAC-GHES
3889 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3890 L:      linux-edac@vger.kernel.org
3891 W:      bluesmoke.sourceforge.net
3892 S:      Maintained
3893 F:      drivers/edac/ghes_edac.c
3894
3895 EDAC-I82443BXGX
3896 M:      Tim Small <tim@buttersideup.com>
3897 L:      linux-edac@vger.kernel.org
3898 W:      bluesmoke.sourceforge.net
3899 S:      Maintained
3900 F:      drivers/edac/i82443bxgx_edac.c
3901
3902 EDAC-I3000
3903 M:      Jason Uhlenkott <juhlenko@akamai.com>
3904 L:      linux-edac@vger.kernel.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Maintained
3907 F:      drivers/edac/i3000_edac.c
3908
3909 EDAC-I5000
3910 M:      Doug Thompson <dougthompson@xmission.com>
3911 L:      linux-edac@vger.kernel.org
3912 W:      bluesmoke.sourceforge.net
3913 S:      Maintained
3914 F:      drivers/edac/i5000_edac.c
3915
3916 EDAC-I5400
3917 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3918 L:      linux-edac@vger.kernel.org
3919 W:      bluesmoke.sourceforge.net
3920 S:      Maintained
3921 F:      drivers/edac/i5400_edac.c
3922
3923 EDAC-I7300
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/i7300_edac.c
3929
3930 EDAC-I7CORE
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/i7core_edac.c
3936
3937 EDAC-I82975X
3938 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3939 M:      "Arvind R." <arvino55@gmail.com>
3940 L:      linux-edac@vger.kernel.org
3941 W:      bluesmoke.sourceforge.net
3942 S:      Maintained
3943 F:      drivers/edac/i82975x_edac.c
3944
3945 EDAC-IE31200
3946 M:      Jason Baron <jbaron@akamai.com>
3947 L:      linux-edac@vger.kernel.org
3948 W:      bluesmoke.sourceforge.net
3949 S:      Maintained
3950 F:      drivers/edac/ie31200_edac.c
3951
3952 EDAC-MPC85XX
3953 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/mpc85xx_edac.[ch]
3958
3959 EDAC-PASEMI
3960 M:      Egor Martovetsky <egor@pasemi.com>
3961 L:      linux-edac@vger.kernel.org
3962 W:      bluesmoke.sourceforge.net
3963 S:      Maintained
3964 F:      drivers/edac/pasemi_edac.c
3965
3966 EDAC-R82600
3967 M:      Tim Small <tim@buttersideup.com>
3968 L:      linux-edac@vger.kernel.org
3969 W:      bluesmoke.sourceforge.net
3970 S:      Maintained
3971 F:      drivers/edac/r82600_edac.c
3972
3973 EDAC-SBRIDGE
3974 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3975 L:      linux-edac@vger.kernel.org
3976 W:      bluesmoke.sourceforge.net
3977 S:      Maintained
3978 F:      drivers/edac/sb_edac.c
3979
3980 EDAC-XGENE
3981 APPLIED MICRO (APM) X-GENE SOC EDAC
3982 M:     Loc Ho <lho@apm.com>
3983 S:     Supported
3984 F:     drivers/edac/xgene_edac.c
3985 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3986
3987 EDIROL UA-101/UA-1000 DRIVER
3988 M:      Clemens Ladisch <clemens@ladisch.de>
3989 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3990 T:      git git://git.alsa-project.org/alsa-kernel.git
3991 S:      Maintained
3992 F:      sound/usb/misc/ua101.c
3993
3994 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3995 M:      Matt Fleming <matt.fleming@intel.com>
3996 L:      linux-efi@vger.kernel.org
3997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3998 S:      Maintained
3999 F:      Documentation/efi-stub.txt
4000 F:      arch/ia64/kernel/efi.c
4001 F:      arch/x86/boot/compressed/eboot.[ch]
4002 F:      arch/x86/include/asm/efi.h
4003 F:      arch/x86/platform/efi/*
4004 F:      drivers/firmware/efi/*
4005 F:      include/linux/efi*.h
4006
4007 EFI VARIABLE FILESYSTEM
4008 M:      Matthew Garrett <matthew.garrett@nebula.com>
4009 M:      Jeremy Kerr <jk@ozlabs.org>
4010 M:      Matt Fleming <matt.fleming@intel.com>
4011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4012 L:      linux-efi@vger.kernel.org
4013 S:      Maintained
4014 F:      fs/efivarfs/
4015
4016 EFIFB FRAMEBUFFER DRIVER
4017 L:      linux-fbdev@vger.kernel.org
4018 M:      Peter Jones <pjones@redhat.com>
4019 S:      Maintained
4020 F:      drivers/video/fbdev/efifb.c
4021
4022 EFS FILESYSTEM
4023 W:      http://aeschi.ch.eu.org/efs/
4024 S:      Orphan
4025 F:      fs/efs/
4026
4027 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4028 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4029 M:      Christoph Raisch <raisch@de.ibm.com>
4030 L:      linux-rdma@vger.kernel.org
4031 S:      Supported
4032 F:      drivers/infiniband/hw/ehca/
4033
4034 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4035 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4036 L:      netdev@vger.kernel.org
4037 S:      Maintained
4038 F:      drivers/net/ethernet/ibm/ehea/
4039
4040 EM28XX VIDEO4LINUX DRIVER
4041 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4042 L:      linux-media@vger.kernel.org
4043 W:      http://linuxtv.org
4044 T:      git git://linuxtv.org/media_tree.git
4045 S:      Maintained
4046 F:      drivers/media/usb/em28xx/
4047
4048 EMBEDDED LINUX
4049 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4050 M:      Matt Mackall <mpm@selenic.com>
4051 M:      David Woodhouse <dwmw2@infradead.org>
4052 L:      linux-embedded@vger.kernel.org
4053 S:      Maintained
4054
4055 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4056 M:      James Smart <james.smart@avagotech.com>
4057 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4058 L:      linux-scsi@vger.kernel.org
4059 W:      http://www.avagotech.com
4060 S:      Supported
4061 F:      drivers/scsi/lpfc/
4062
4063 ENE CB710 FLASH CARD READER DRIVER
4064 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4065 S:      Maintained
4066 F:      drivers/misc/cb710/
4067 F:      drivers/mmc/host/cb710-mmc.*
4068 F:      include/linux/cb710.h
4069
4070 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4071 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4072 S:      Maintained
4073 F:      drivers/media/rc/ene_ir.*
4074
4075 ENHANCED ERROR HANDLING (EEH)
4076 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4077 L:      linuxppc-dev@lists.ozlabs.org
4078 S:      Supported
4079 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4080 F:      arch/powerpc/kernel/eeh*.c
4081
4082 EPSON S1D13XXX FRAMEBUFFER DRIVER
4083 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4084 S:      Maintained
4085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4086 F:      drivers/video/fbdev/s1d13xxxfb.c
4087 F:      include/video/s1d13xxxfb.h
4088
4089 ET131X NETWORK DRIVER
4090 M:      Mark Einon <mark.einon@gmail.com>
4091 S:      Odd Fixes
4092 F:      drivers/net/ethernet/agere/
4093
4094 ETHERNET BRIDGE
4095 M:      Stephen Hemminger <stephen@networkplumber.org>
4096 L:      bridge@lists.linux-foundation.org
4097 L:      netdev@vger.kernel.org
4098 W:      http://www.linuxfoundation.org/en/Net:Bridge
4099 S:      Maintained
4100 F:      include/linux/netfilter_bridge/
4101 F:      net/bridge/
4102
4103 ETHERNET PHY LIBRARY
4104 M:      Florian Fainelli <f.fainelli@gmail.com>
4105 L:      netdev@vger.kernel.org
4106 S:      Maintained
4107 F:      include/linux/phy.h
4108 F:      include/linux/phy_fixed.h
4109 F:      drivers/net/phy/
4110 F:      Documentation/networking/phy.txt
4111 F:      drivers/of/of_mdio.c
4112 F:      drivers/of/of_net.c
4113
4114 EXT2 FILE SYSTEM
4115 M:      Jan Kara <jack@suse.com>
4116 L:      linux-ext4@vger.kernel.org
4117 S:      Maintained
4118 F:      Documentation/filesystems/ext2.txt
4119 F:      fs/ext2/
4120 F:      include/linux/ext2*
4121
4122 EXT4 FILE SYSTEM
4123 M:      "Theodore Ts'o" <tytso@mit.edu>
4124 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4125 L:      linux-ext4@vger.kernel.org
4126 W:      http://ext4.wiki.kernel.org
4127 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4128 S:      Maintained
4129 F:      Documentation/filesystems/ext4.txt
4130 F:      fs/ext4/
4131
4132 Extended Verification Module (EVM)
4133 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4134 L:      linux-ima-devel@lists.sourceforge.net
4135 L:      linux-security-module@vger.kernel.org
4136 S:      Supported
4137 F:      security/integrity/evm/
4138
4139 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4140 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4141 M:      Chanwoo Choi <cw00.choi@samsung.com>
4142 L:      linux-kernel@vger.kernel.org
4143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4144 S:      Maintained
4145 F:      drivers/extcon/
4146 F:      Documentation/extcon/
4147
4148 EXYNOS DP DRIVER
4149 M:      Jingoo Han <jingoohan1@gmail.com>
4150 L:      dri-devel@lists.freedesktop.org
4151 S:      Maintained
4152 F:      drivers/gpu/drm/exynos/exynos_dp*
4153
4154 EXYNOS MIPI DISPLAY DRIVERS
4155 M:      Inki Dae <inki.dae@samsung.com>
4156 M:      Donghwa Lee <dh09.lee@samsung.com>
4157 M:      Kyungmin Park <kyungmin.park@samsung.com>
4158 L:      linux-fbdev@vger.kernel.org
4159 S:      Maintained
4160 F:      drivers/video/fbdev/exynos/exynos_mipi*
4161 F:      include/video/exynos_mipi*
4162
4163 F71805F HARDWARE MONITORING DRIVER
4164 M:      Jean Delvare <jdelvare@suse.com>
4165 L:      lm-sensors@lm-sensors.org
4166 S:      Maintained
4167 F:      Documentation/hwmon/f71805f
4168 F:      drivers/hwmon/f71805f.c
4169
4170 FC0011 TUNER DRIVER
4171 M:      Michael Buesch <m@bues.ch>
4172 L:      linux-media@vger.kernel.org
4173 S:      Maintained
4174 F:      drivers/media/tuners/fc0011.h
4175 F:      drivers/media/tuners/fc0011.c
4176
4177 FC2580 MEDIA DRIVER
4178 M:      Antti Palosaari <crope@iki.fi>
4179 L:      linux-media@vger.kernel.org
4180 W:      http://linuxtv.org/
4181 W:      http://palosaari.fi/linux/
4182 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4183 T:      git git://linuxtv.org/anttip/media_tree.git
4184 S:      Maintained
4185 F:      drivers/media/tuners/fc2580*
4186
4187 FANOTIFY
4188 M:      Eric Paris <eparis@redhat.com>
4189 S:      Maintained
4190 F:      fs/notify/fanotify/
4191 F:      include/linux/fanotify.h
4192 F:      include/uapi/linux/fanotify.h
4193
4194 FARSYNC SYNCHRONOUS DRIVER
4195 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4196 W:      http://www.farsite.co.uk/
4197 S:      Supported
4198 F:      drivers/net/wan/farsync.*
4199
4200 FAULT INJECTION SUPPORT
4201 M:      Akinobu Mita <akinobu.mita@gmail.com>
4202 S:      Supported
4203 F:      Documentation/fault-injection/
4204 F:      lib/fault-inject.c
4205
4206 FBTFT Framebuffer drivers
4207 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4208 M:      Noralf Trønnes <noralf@tronnes.org>
4209 S:      Maintained
4210 F:      drivers/staging/fbtft/
4211
4212 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4213 M:      Vasu Dev <vasu.dev@intel.com>
4214 L:      fcoe-devel@open-fcoe.org
4215 W:      www.Open-FCoE.org
4216 S:      Supported
4217 F:      drivers/scsi/libfc/
4218 F:      drivers/scsi/fcoe/
4219 F:      include/scsi/fc/
4220 F:      include/scsi/libfc.h
4221 F:      include/scsi/libfcoe.h
4222 F:      include/uapi/scsi/fc/
4223
4224 FILE LOCKING (flock() and fcntl()/lockf())
4225 M:      Jeff Layton <jlayton@poochiereds.net>
4226 M:      "J. Bruce Fields" <bfields@fieldses.org>
4227 L:      linux-fsdevel@vger.kernel.org
4228 S:      Maintained
4229 F:      include/linux/fcntl.h
4230 F:      include/linux/fs.h
4231 F:      include/uapi/linux/fcntl.h
4232 F:      include/uapi/linux/fs.h
4233 F:      fs/fcntl.c
4234 F:      fs/locks.c
4235
4236 FILESYSTEMS (VFS and infrastructure)
4237 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4238 L:      linux-fsdevel@vger.kernel.org
4239 S:      Maintained
4240 F:      fs/*
4241
4242 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4243 M:      Riku Voipio <riku.voipio@iki.fi>
4244 L:      lm-sensors@lm-sensors.org
4245 S:      Maintained
4246 F:      drivers/hwmon/f75375s.c
4247 F:      include/linux/f75375s.h
4248
4249 FIREWIRE AUDIO DRIVERS
4250 M:      Clemens Ladisch <clemens@ladisch.de>
4251 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4252 T:      git git://git.alsa-project.org/alsa-kernel.git
4253 S:      Maintained
4254 F:      sound/firewire/
4255
4256 FIREWIRE MEDIA DRIVERS (firedtv)
4257 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4258 L:      linux-media@vger.kernel.org
4259 L:      linux1394-devel@lists.sourceforge.net
4260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4261 S:      Maintained
4262 F:      drivers/media/firewire/
4263
4264 FIREWIRE SBP-2 TARGET
4265 M:      Chris Boot <bootc@bootc.net>
4266 L:      linux-scsi@vger.kernel.org
4267 L:      target-devel@vger.kernel.org
4268 L:      linux1394-devel@lists.sourceforge.net
4269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4270 S:      Maintained
4271 F:      drivers/target/sbp/
4272
4273 FIREWIRE SUBSYSTEM
4274 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4275 L:      linux1394-devel@lists.sourceforge.net
4276 W:      http://ieee1394.wiki.kernel.org/
4277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4278 S:      Maintained
4279 F:      drivers/firewire/
4280 F:      include/linux/firewire.h
4281 F:      include/uapi/linux/firewire*.h
4282 F:      tools/firewire/
4283
4284 FIRMWARE LOADER (request_firmware)
4285 M:      Ming Lei <ming.lei@canonical.com>
4286 L:      linux-kernel@vger.kernel.org
4287 S:      Maintained
4288 F:      Documentation/firmware_class/
4289 F:      drivers/base/firmware*.c
4290 F:      include/linux/firmware.h
4291
4292 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4293 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4294 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4295 S:      Maintained
4296 F:      drivers/block/rsxx/
4297
4298 FLOPPY DRIVER
4299 M:      Jiri Kosina <jikos@kernel.org>
4300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4301 S:      Odd fixes
4302 F:      drivers/block/floppy.c
4303
4304 FMC SUBSYSTEM
4305 M:      Alessandro Rubini <rubini@gnudd.com>
4306 W:      http://www.ohwr.org/projects/fmc-bus
4307 S:      Supported
4308 F:      drivers/fmc/
4309 F:      include/linux/fmc*.h
4310 F:      include/linux/ipmi-fru.h
4311 K:      fmc_d.*register
4312
4313 FPU EMULATOR
4314 M:      Bill Metzenthen <billm@melbpc.org.au>
4315 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4316 S:      Maintained
4317 F:      arch/x86/math-emu/
4318
4319 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4320 L:      netdev@vger.kernel.org
4321 S:      Orphan
4322 F:      drivers/net/wan/dlci.c
4323 F:      drivers/net/wan/sdla.c
4324
4325 FRAMEBUFFER LAYER
4326 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4327 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4328 L:      linux-fbdev@vger.kernel.org
4329 W:      http://linux-fbdev.sourceforge.net/
4330 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4332 S:      Maintained
4333 F:      Documentation/fb/
4334 F:      Documentation/devicetree/bindings/fb/
4335 F:      drivers/video/
4336 F:      include/video/
4337 F:      include/linux/fb.h
4338 F:      include/uapi/video/
4339 F:      include/uapi/linux/fb.h
4340
4341 FREESCALE DIU FRAMEBUFFER DRIVER
4342 M:      Timur Tabi <timur@tabi.org>
4343 L:      linux-fbdev@vger.kernel.org
4344 S:      Maintained
4345 F:      drivers/video/fbdev/fsl-diu-fb.*
4346
4347 FREESCALE DMA DRIVER
4348 M:      Li Yang <leoli@freescale.com>
4349 M:      Zhang Wei <zw@zh-kernel.org>
4350 L:      linuxppc-dev@lists.ozlabs.org
4351 S:      Maintained
4352 F:      drivers/dma/fsldma.*
4353
4354 FREESCALE I2C CPM DRIVER
4355 M:      Jochen Friedrich <jochen@scram.de>
4356 L:      linuxppc-dev@lists.ozlabs.org
4357 L:      linux-i2c@vger.kernel.org
4358 S:      Maintained
4359 F:      drivers/i2c/busses/i2c-cpm.c
4360
4361 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4362 M:      Sascha Hauer <kernel@pengutronix.de>
4363 L:      linux-fbdev@vger.kernel.org
4364 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4365 S:      Maintained
4366 F:      include/linux/platform_data/video-imxfb.h
4367 F:      drivers/video/fbdev/imxfb.c
4368
4369 FREESCALE QUAD SPI DRIVER
4370 M:      Han Xu <han.xu@freescale.com>
4371 L:      linux-mtd@lists.infradead.org
4372 S:      Maintained
4373 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4374
4375 FREESCALE SOC FS_ENET DRIVER
4376 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4377 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4378 L:      linuxppc-dev@lists.ozlabs.org
4379 L:      netdev@vger.kernel.org
4380 S:      Maintained
4381 F:      drivers/net/ethernet/freescale/fs_enet/
4382 F:      include/linux/fs_enet_pd.h
4383
4384 FREESCALE QUICC ENGINE LIBRARY
4385 L:      linuxppc-dev@lists.ozlabs.org
4386 S:      Orphan
4387 F:      arch/powerpc/sysdev/qe_lib/
4388 F:      arch/powerpc/include/asm/*qe.h
4389
4390 FREESCALE USB PERIPHERAL DRIVERS
4391 M:      Li Yang <leoli@freescale.com>
4392 L:      linux-usb@vger.kernel.org
4393 L:      linuxppc-dev@lists.ozlabs.org
4394 S:      Maintained
4395 F:      drivers/usb/gadget/udc/fsl*
4396
4397 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4398 M:      Li Yang <leoli@freescale.com>
4399 L:      netdev@vger.kernel.org
4400 L:      linuxppc-dev@lists.ozlabs.org
4401 S:      Maintained
4402 F:      drivers/net/ethernet/freescale/ucc_geth*
4403
4404 FREESCALE QUICC ENGINE UCC UART DRIVER
4405 M:      Timur Tabi <timur@tabi.org>
4406 L:      linuxppc-dev@lists.ozlabs.org
4407 S:      Maintained
4408 F:      drivers/tty/serial/ucc_uart.c
4409
4410 FREESCALE SOC SOUND DRIVERS
4411 M:      Timur Tabi <timur@tabi.org>
4412 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4413 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4414 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4415 L:      linuxppc-dev@lists.ozlabs.org
4416 S:      Maintained
4417 F:      sound/soc/fsl/fsl*
4418 F:      sound/soc/fsl/imx*
4419 F:      sound/soc/fsl/mpc8610_hpcd.c
4420
4421 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4422 M:      "J. German Rivera" <German.Rivera@freescale.com>
4423 L:      linux-kernel@vger.kernel.org
4424 S:      Maintained
4425 F:      drivers/staging/fsl-mc/
4426
4427 FREEVXFS FILESYSTEM
4428 M:      Christoph Hellwig <hch@infradead.org>
4429 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4430 S:      Maintained
4431 F:      fs/freevxfs/
4432
4433 FREEZER
4434 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4435 M:      Pavel Machek <pavel@ucw.cz>
4436 L:      linux-pm@vger.kernel.org
4437 S:      Supported
4438 F:      Documentation/power/freezing-of-tasks.txt
4439 F:      include/linux/freezer.h
4440 F:      kernel/freezer.c
4441
4442 FRONTSWAP API
4443 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4444 L:      linux-kernel@vger.kernel.org
4445 S:      Maintained
4446 F:      mm/frontswap.c
4447 F:      include/linux/frontswap.h
4448
4449 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4450 M:      David Howells <dhowells@redhat.com>
4451 L:      linux-cachefs@redhat.com
4452 S:      Supported
4453 F:      Documentation/filesystems/caching/
4454 F:      fs/fscache/
4455 F:      include/linux/fscache*.h
4456
4457 F2FS FILE SYSTEM
4458 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4459 M:      Changman Lee <cm224.lee@samsung.com>
4460 R:      Chao Yu <chao2.yu@samsung.com>
4461 L:      linux-f2fs-devel@lists.sourceforge.net
4462 W:      http://en.wikipedia.org/wiki/F2FS
4463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4464 S:      Maintained
4465 F:      Documentation/filesystems/f2fs.txt
4466 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4467 F:      fs/f2fs/
4468 F:      include/linux/f2fs_fs.h
4469 F:      include/trace/events/f2fs.h
4470
4471 FUJITSU FR-V (FRV) PORT
4472 M:      David Howells <dhowells@redhat.com>
4473 S:      Maintained
4474 F:      arch/frv/
4475
4476 FUJITSU LAPTOP EXTRAS
4477 M:      Jonathan Woithe <jwoithe@just42.net>
4478 L:      platform-driver-x86@vger.kernel.org
4479 S:      Maintained
4480 F:      drivers/platform/x86/fujitsu-laptop.c
4481
4482 FUJITSU M-5MO LS CAMERA ISP DRIVER
4483 M:      Kyungmin Park <kyungmin.park@samsung.com>
4484 M:      Heungjun Kim <riverful.kim@samsung.com>
4485 L:      linux-media@vger.kernel.org
4486 S:      Maintained
4487 F:      drivers/media/i2c/m5mols/
4488 F:      include/media/m5mols.h
4489
4490 FUJITSU TABLET EXTRAS
4491 M:      Robert Gerlach <khnz@gmx.de>
4492 L:      platform-driver-x86@vger.kernel.org
4493 S:      Maintained
4494 F:      drivers/platform/x86/fujitsu-tablet.c
4495
4496 FUSE: FILESYSTEM IN USERSPACE
4497 M:      Miklos Szeredi <miklos@szeredi.hu>
4498 L:      fuse-devel@lists.sourceforge.net
4499 W:      http://fuse.sourceforge.net/
4500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4501 S:      Maintained
4502 F:      fs/fuse/
4503 F:      include/uapi/linux/fuse.h
4504 F:      Documentation/filesystems/fuse.txt
4505
4506 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4507 M:      Rik Faith <faith@cs.unc.edu>
4508 L:      linux-scsi@vger.kernel.org
4509 S:      Odd Fixes (e.g., new signatures)
4510 F:      drivers/scsi/fdomain.*
4511
4512 GCOV BASED KERNEL PROFILING
4513 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4514 S:      Maintained
4515 F:      kernel/gcov/
4516 F:      Documentation/gcov.txt
4517
4518 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4519 M:      Achim Leubner <achim_leubner@adaptec.com>
4520 L:      linux-scsi@vger.kernel.org
4521 W:      http://www.icp-vortex.com/
4522 S:      Supported
4523 F:      drivers/scsi/gdt*
4524
4525 GDB KERNEL DEBUGGING HELPER SCRIPTS
4526 M:      Jan Kiszka <jan.kiszka@siemens.com>
4527 S:      Supported
4528 F:      scripts/gdb/
4529
4530 GEMTEK FM RADIO RECEIVER DRIVER
4531 M:      Hans Verkuil <hverkuil@xs4all.nl>
4532 L:      linux-media@vger.kernel.org
4533 T:      git git://linuxtv.org/media_tree.git
4534 W:      http://linuxtv.org
4535 S:      Maintained
4536 F:      drivers/media/radio/radio-gemtek*
4537
4538 GENERIC GPIO I2C DRIVER
4539 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4540 S:      Supported
4541 F:      drivers/i2c/busses/i2c-gpio.c
4542 F:      include/linux/i2c-gpio.h
4543
4544 GENERIC GPIO I2C MULTIPLEXER DRIVER
4545 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4546 L:      linux-i2c@vger.kernel.org
4547 S:      Supported
4548 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4549 F:      include/linux/i2c-mux-gpio.h
4550 F:      Documentation/i2c/muxes/i2c-mux-gpio
4551
4552 GENERIC HDLC (WAN) DRIVERS
4553 M:      Krzysztof Halasa <khc@pm.waw.pl>
4554 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4555 S:      Maintained
4556 F:      drivers/net/wan/c101.c
4557 F:      drivers/net/wan/hd6457*
4558 F:      drivers/net/wan/hdlc*
4559 F:      drivers/net/wan/n2.c
4560 F:      drivers/net/wan/pc300too.c
4561 F:      drivers/net/wan/pci200syn.c
4562 F:      drivers/net/wan/wanxl*
4563
4564 GENERIC INCLUDE/ASM HEADER FILES
4565 M:      Arnd Bergmann <arnd@arndb.de>
4566 L:      linux-arch@vger.kernel.org
4567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4568 S:      Maintained
4569 F:      include/asm-generic/
4570 F:      include/uapi/asm-generic/
4571
4572 GENERIC PHY FRAMEWORK
4573 M:      Kishon Vijay Abraham I <kishon@ti.com>
4574 L:      linux-kernel@vger.kernel.org
4575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4576 S:      Supported
4577 F:      drivers/phy/
4578 F:      include/linux/phy/
4579
4580 GENERIC PM DOMAINS
4581 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4582 M:      Kevin Hilman <khilman@kernel.org>
4583 M:      Ulf Hansson <ulf.hansson@linaro.org>
4584 L:      linux-pm@vger.kernel.org
4585 S:      Supported
4586 F:      drivers/base/power/domain*.c
4587 F:      include/linux/pm_domain.h
4588
4589 GENERIC UIO DRIVER FOR PCI DEVICES
4590 M:      "Michael S. Tsirkin" <mst@redhat.com>
4591 L:      kvm@vger.kernel.org
4592 S:      Supported
4593 F:      drivers/uio/uio_pci_generic.c
4594
4595 GET_MAINTAINER SCRIPT
4596 M:      Joe Perches <joe@perches.com>
4597 S:      Maintained
4598 F:      scripts/get_maintainer.pl
4599
4600 GFS2 FILE SYSTEM
4601 M:      Steven Whitehouse <swhiteho@redhat.com>
4602 M:      Bob Peterson <rpeterso@redhat.com>
4603 L:      cluster-devel@redhat.com
4604 W:      http://sources.redhat.com/cluster/
4605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4606 S:      Supported
4607 F:      Documentation/filesystems/gfs2*.txt
4608 F:      fs/gfs2/
4609 F:      include/uapi/linux/gfs2_ondisk.h
4610
4611 GIGASET ISDN DRIVERS
4612 M:      Paul Bolle <pebolle@tiscali.nl>
4613 L:      gigaset307x-common@lists.sourceforge.net
4614 W:      http://gigaset307x.sourceforge.net/
4615 S:      Odd Fixes
4616 F:      Documentation/isdn/README.gigaset
4617 F:      drivers/isdn/gigaset/
4618 F:      include/uapi/linux/gigaset_dev.h
4619
4620 GO7007 MPEG CODEC
4621 M:      Hans Verkuil <hans.verkuil@cisco.com>
4622 L:      linux-media@vger.kernel.org
4623 S:      Maintained
4624 F:      drivers/media/usb/go7007/
4625
4626 GOODIX TOUCHSCREEN
4627 M:      Bastien Nocera <hadess@hadess.net>
4628 L:      linux-input@vger.kernel.org
4629 S:      Maintained
4630 F:      drivers/input/touchscreen/goodix.c
4631
4632 GPIO SUBSYSTEM
4633 M:      Linus Walleij <linus.walleij@linaro.org>
4634 M:      Alexandre Courbot <gnurou@gmail.com>
4635 L:      linux-gpio@vger.kernel.org
4636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4637 S:      Maintained
4638 F:      Documentation/gpio/
4639 F:      drivers/gpio/
4640 F:      include/linux/gpio/
4641 F:      include/linux/gpio.h
4642 F:      include/asm-generic/gpio.h
4643
4644 GRE DEMULTIPLEXER DRIVER
4645 M:      Dmitry Kozlov <xeb@mail.ru>
4646 L:      netdev@vger.kernel.org
4647 S:      Maintained
4648 F:      net/ipv4/gre_demux.c
4649 F:      net/ipv4/gre_offload.c
4650 F:      include/net/gre.h
4651
4652 GRETH 10/100/1G Ethernet MAC device driver
4653 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4654 L:      netdev@vger.kernel.org
4655 S:      Maintained
4656 F:      drivers/net/ethernet/aeroflex/
4657
4658 GSPCA FINEPIX SUBDRIVER
4659 M:      Frank Zago <frank@zago.net>
4660 L:      linux-media@vger.kernel.org
4661 T:      git git://linuxtv.org/media_tree.git
4662 S:      Maintained
4663 F:      drivers/media/usb/gspca/finepix.c
4664
4665 GSPCA GL860 SUBDRIVER
4666 M:      Olivier Lorin <o.lorin@laposte.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/gl860/
4671
4672 GSPCA M5602 SUBDRIVER
4673 M:      Erik Andren <erik.andren@gmail.com>
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/m5602/
4678
4679 GSPCA PAC207 SONIXB SUBDRIVER
4680 M:      Hans de Goede <hdegoede@redhat.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/pac207.c
4685
4686 GSPCA SN9C20X SUBDRIVER
4687 M:      Brian Johnson <brijohn@gmail.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/sn9c20x.c
4692
4693 GSPCA T613 SUBDRIVER
4694 M:      Leandro Costantino <lcostantino@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/t613.c
4699
4700 GSPCA USB WEBCAM DRIVER
4701 M:      Hans de Goede <hdegoede@redhat.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/
4706
4707 GUID PARTITION TABLE (GPT)
4708 M:      Davidlohr Bueso <dave@stgolabs.net>
4709 L:      linux-efi@vger.kernel.org
4710 S:      Maintained
4711 F:      block/partitions/efi.*
4712
4713 STK1160 USB VIDEO CAPTURE DRIVER
4714 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4715 L:      linux-media@vger.kernel.org
4716 T:      git git://linuxtv.org/media_tree.git
4717 S:      Maintained
4718 F:      drivers/media/usb/stk1160/
4719
4720 H8/300 ARCHITECTURE
4721 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4722 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4723 W:      http://uclinux-h8.sourceforge.jp
4724 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4725 S:      Maintained
4726 F:      arch/h8300/
4727 F:      drivers/clocksource/h8300_*.c
4728 F:      drivers/clk/h8300/
4729 F:      drivers/irqchip/irq-renesas-h8*.c
4730
4731 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4732 M:      Frank Seidel <frank@f-seidel.de>
4733 L:      platform-driver-x86@vger.kernel.org
4734 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4735 S:      Maintained
4736 F:      drivers/platform/x86/hdaps.c
4737
4738 HDPVR USB VIDEO ENCODER DRIVER
4739 M:      Hans Verkuil <hverkuil@xs4all.nl>
4740 L:      linux-media@vger.kernel.org
4741 T:      git git://linuxtv.org/media_tree.git
4742 W:      http://linuxtv.org
4743 S:      Odd Fixes
4744 F:      drivers/media/usb/hdpvr/
4745
4746 HWPOISON MEMORY FAILURE HANDLING
4747 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4748 L:      linux-mm@kvack.org
4749 S:      Maintained
4750 F:      mm/memory-failure.c
4751 F:      mm/hwpoison-inject.c
4752
4753 HYPERVISOR VIRTUAL CONSOLE DRIVER
4754 L:      linuxppc-dev@lists.ozlabs.org
4755 S:      Odd Fixes
4756 F:      drivers/tty/hvc/
4757
4758 HACKRF MEDIA DRIVER
4759 M:      Antti Palosaari <crope@iki.fi>
4760 L:      linux-media@vger.kernel.org
4761 W:      http://linuxtv.org/
4762 W:      http://palosaari.fi/linux/
4763 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4764 T:      git git://linuxtv.org/anttip/media_tree.git
4765 S:      Maintained
4766 F:      drivers/media/usb/hackrf/
4767
4768 HARDWARE MONITORING
4769 M:      Jean Delvare <jdelvare@suse.com>
4770 M:      Guenter Roeck <linux@roeck-us.net>
4771 L:      lm-sensors@lm-sensors.org
4772 W:      http://www.lm-sensors.org/
4773 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4775 S:      Maintained
4776 F:      Documentation/hwmon/
4777 F:      drivers/hwmon/
4778 F:      include/linux/hwmon*.h
4779
4780 HARDWARE RANDOM NUMBER GENERATOR CORE
4781 M:      Matt Mackall <mpm@selenic.com>
4782 M:      Herbert Xu <herbert@gondor.apana.org.au>
4783 L:      linux-crypto@vger.kernel.org
4784 S:      Odd fixes
4785 F:      Documentation/hw_random.txt
4786 F:      drivers/char/hw_random/
4787 F:      include/linux/hw_random.h
4788
4789 HARDWARE SPINLOCK CORE
4790 M:      Ohad Ben-Cohen <ohad@wizery.com>
4791 S:      Maintained
4792 F:      Documentation/hwspinlock.txt
4793 F:      drivers/hwspinlock/hwspinlock_*
4794 F:      include/linux/hwspinlock.h
4795
4796 HARMONY SOUND DRIVER
4797 L:      linux-parisc@vger.kernel.org
4798 S:      Maintained
4799 F:      sound/parisc/harmony.*
4800
4801 HD29L2 MEDIA DRIVER
4802 M:      Antti Palosaari <crope@iki.fi>
4803 L:      linux-media@vger.kernel.org
4804 W:      http://linuxtv.org/
4805 W:      http://palosaari.fi/linux/
4806 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4807 T:      git git://linuxtv.org/anttip/media_tree.git
4808 S:      Maintained
4809 F:      drivers/media/dvb-frontends/hd29l2*
4810
4811 HEWLETT-PACKARD SMART2 RAID DRIVER
4812 L:      iss_storagedev@hp.com
4813 S:      Orphan
4814 F:      Documentation/blockdev/cpqarray.txt
4815 F:      drivers/block/cpqarray.*
4816
4817 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4818 M:      Don Brace <don.brace@pmcs.com>
4819 L:      iss_storagedev@hp.com
4820 L:      storagedev@pmcs.com
4821 L:      linux-scsi@vger.kernel.org
4822 S:      Supported
4823 F:      Documentation/scsi/hpsa.txt
4824 F:      drivers/scsi/hpsa*.[ch]
4825 F:      include/linux/cciss*.h
4826 F:      include/uapi/linux/cciss*.h
4827
4828 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4829 M:      Don Brace <don.brace@pmcs.com>
4830 L:      iss_storagedev@hp.com
4831 L:      storagedev@pmcs.com
4832 L:      linux-scsi@vger.kernel.org
4833 S:      Supported
4834 F:      Documentation/blockdev/cciss.txt
4835 F:      drivers/block/cciss*
4836 F:      include/linux/cciss_ioctl.h
4837 F:      include/uapi/linux/cciss_ioctl.h
4838
4839 HFS FILESYSTEM
4840 L:      linux-fsdevel@vger.kernel.org
4841 S:      Orphan
4842 F:      Documentation/filesystems/hfs.txt
4843 F:      fs/hfs/
4844
4845 HFSPLUS FILESYSTEM
4846 L:      linux-fsdevel@vger.kernel.org
4847 S:      Orphan
4848 F:      Documentation/filesystems/hfsplus.txt
4849 F:      fs/hfsplus/
4850
4851 HGA FRAMEBUFFER DRIVER
4852 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4853 L:      linux-nvidia@lists.surfsouth.com
4854 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4855 S:      Maintained
4856 F:      drivers/video/fbdev/hgafb.c
4857
4858 HIBERNATION (aka Software Suspend, aka swsusp)
4859 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4860 M:      Pavel Machek <pavel@ucw.cz>
4861 L:      linux-pm@vger.kernel.org
4862 S:      Supported
4863 F:      arch/x86/power/
4864 F:      drivers/base/power/
4865 F:      kernel/power/
4866 F:      include/linux/suspend.h
4867 F:      include/linux/freezer.h
4868 F:      include/linux/pm.h
4869 F:      arch/*/include/asm/suspend*.h
4870
4871 HID CORE LAYER
4872 M:      Jiri Kosina <jikos@kernel.org>
4873 L:      linux-input@vger.kernel.org
4874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4875 S:      Maintained
4876 F:      drivers/hid/
4877 F:      include/linux/hid*
4878 F:      include/uapi/linux/hid*
4879
4880 HID SENSOR HUB DRIVERS
4881 M:      Jiri Kosina <jikos@kernel.org>
4882 M:      Jonathan Cameron <jic23@kernel.org>
4883 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4884 L:      linux-input@vger.kernel.org
4885 L:      linux-iio@vger.kernel.org
4886 S:      Maintained
4887 F:      Documentation/hid/hid-sensor*
4888 F:      drivers/hid/hid-sensor-*
4889 F:      drivers/iio/*/hid-*
4890 F:      include/linux/hid-sensor-*
4891
4892 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4893 M:      Thomas Gleixner <tglx@linutronix.de>
4894 L:      linux-kernel@vger.kernel.org
4895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4896 S:      Maintained
4897 F:      Documentation/timers/
4898 F:      kernel/time/hrtimer.c
4899 F:      kernel/time/clockevents.c
4900 F:      kernel/time/tick*.*
4901 F:      kernel/time/timer_*.c
4902 F:      include/linux/clockchips.h
4903 F:      include/linux/hrtimer.h
4904
4905 HIGH-SPEED SCC DRIVER FOR AX.25
4906 L:      linux-hams@vger.kernel.org
4907 S:      Orphan
4908 F:      drivers/net/hamradio/dmascc.c
4909 F:      drivers/net/hamradio/scc.c
4910
4911 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4912 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4913 W:      http://www.highpoint-tech.com
4914 S:      Supported
4915 F:      Documentation/scsi/hptiop.txt
4916 F:      drivers/scsi/hptiop.c
4917
4918 HIPPI
4919 M:      Jes Sorensen <jes@trained-monkey.org>
4920 L:      linux-hippi@sunsite.dk
4921 S:      Maintained
4922 F:      include/linux/hippidevice.h
4923 F:      include/uapi/linux/if_hippi.h
4924 F:      net/802/hippi.c
4925 F:      drivers/net/hippi/
4926
4927 HOST AP DRIVER
4928 M:      Jouni Malinen <j@w1.fi>
4929 L:      hostap@shmoo.com (subscribers-only)
4930 L:      linux-wireless@vger.kernel.org
4931 W:      http://hostap.epitest.fi/
4932 S:      Maintained
4933 F:      drivers/net/wireless/hostap/
4934
4935 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4936 L:      platform-driver-x86@vger.kernel.org
4937 S:      Orphan
4938 F:      drivers/platform/x86/tc1100-wmi.c
4939
4940 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4941 M:      Jaroslav Kysela <perex@perex.cz>
4942 S:      Maintained
4943 F:      drivers/net/ethernet/hp/hp100.*
4944
4945 HPET:   High Precision Event Timers driver
4946 M:      Clemens Ladisch <clemens@ladisch.de>
4947 S:      Maintained
4948 F:      Documentation/timers/hpet.txt
4949 F:      drivers/char/hpet.c
4950 F:      include/linux/hpet.h
4951 F:      include/uapi/linux/hpet.h
4952
4953 HPET:   x86
4954 S:      Orphan
4955 F:      arch/x86/kernel/hpet.c
4956 F:      arch/x86/include/asm/hpet.h
4957
4958 HPFS FILESYSTEM
4959 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4960 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4961 S:      Maintained
4962 F:      fs/hpfs/
4963
4964 HSI SUBSYSTEM
4965 M:      Sebastian Reichel <sre@kernel.org>
4966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4967 S:      Maintained
4968 F:      Documentation/ABI/testing/sysfs-bus-hsi
4969 F:      Documentation/hsi.txt
4970 F:      drivers/hsi/
4971 F:      include/linux/hsi/
4972 F:      include/uapi/linux/hsi/
4973
4974 HSO 3G MODEM DRIVER
4975 M:      Jan Dumon <j.dumon@option.com>
4976 W:      http://www.pharscape.org
4977 S:      Maintained
4978 F:      drivers/net/usb/hso.c
4979
4980 HSR NETWORK PROTOCOL
4981 M:      Arvid Brodin <arvid.brodin@alten.se>
4982 L:      netdev@vger.kernel.org
4983 S:      Maintained
4984 F:      net/hsr/
4985
4986 HTCPEN TOUCHSCREEN DRIVER
4987 M:      Pau Oliva Fora <pof@eslack.org>
4988 L:      linux-input@vger.kernel.org
4989 S:      Maintained
4990 F:      drivers/input/touchscreen/htcpen.c
4991
4992 HUGETLB FILESYSTEM
4993 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4994 S:      Maintained
4995 F:      fs/hugetlbfs/
4996
4997 Hyper-V CORE AND DRIVERS
4998 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4999 M:      Haiyang Zhang <haiyangz@microsoft.com>
5000 L:      devel@linuxdriverproject.org
5001 S:      Maintained
5002 F:      arch/x86/include/asm/mshyperv.h
5003 F:      arch/x86/include/uapi/asm/hyperv.h
5004 F:      arch/x86/kernel/cpu/mshyperv.c
5005 F:      drivers/hid/hid-hyperv.c
5006 F:      drivers/hv/
5007 F:      drivers/input/serio/hyperv-keyboard.c
5008 F:      drivers/net/hyperv/
5009 F:      drivers/scsi/storvsc_drv.c
5010 F:      drivers/video/fbdev/hyperv_fb.c
5011 F:      include/linux/hyperv.h
5012 F:      tools/hv/
5013 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5014
5015 I2C OVER PARALLEL PORT
5016 M:      Jean Delvare <jdelvare@suse.com>
5017 L:      linux-i2c@vger.kernel.org
5018 S:      Maintained
5019 F:      Documentation/i2c/busses/i2c-parport
5020 F:      Documentation/i2c/busses/i2c-parport-light
5021 F:      drivers/i2c/busses/i2c-parport.c
5022 F:      drivers/i2c/busses/i2c-parport-light.c
5023
5024 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5025 M:      Jean Delvare <jdelvare@suse.com>
5026 L:      linux-i2c@vger.kernel.org
5027 S:      Maintained
5028 F:      Documentation/i2c/busses/i2c-ali1535
5029 F:      Documentation/i2c/busses/i2c-ali1563
5030 F:      Documentation/i2c/busses/i2c-ali15x3
5031 F:      Documentation/i2c/busses/i2c-amd756
5032 F:      Documentation/i2c/busses/i2c-amd8111
5033 F:      Documentation/i2c/busses/i2c-i801
5034 F:      Documentation/i2c/busses/i2c-nforce2
5035 F:      Documentation/i2c/busses/i2c-piix4
5036 F:      Documentation/i2c/busses/i2c-sis5595
5037 F:      Documentation/i2c/busses/i2c-sis630
5038 F:      Documentation/i2c/busses/i2c-sis96x
5039 F:      Documentation/i2c/busses/i2c-via
5040 F:      Documentation/i2c/busses/i2c-viapro
5041 F:      drivers/i2c/busses/i2c-ali1535.c
5042 F:      drivers/i2c/busses/i2c-ali1563.c
5043 F:      drivers/i2c/busses/i2c-ali15x3.c
5044 F:      drivers/i2c/busses/i2c-amd756.c
5045 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5046 F:      drivers/i2c/busses/i2c-amd8111.c
5047 F:      drivers/i2c/busses/i2c-i801.c
5048 F:      drivers/i2c/busses/i2c-isch.c
5049 F:      drivers/i2c/busses/i2c-nforce2.c
5050 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5051 F:      drivers/i2c/busses/i2c-piix4.c
5052 F:      drivers/i2c/busses/i2c-sis5595.c
5053 F:      drivers/i2c/busses/i2c-sis630.c
5054 F:      drivers/i2c/busses/i2c-sis96x.c
5055 F:      drivers/i2c/busses/i2c-via.c
5056 F:      drivers/i2c/busses/i2c-viapro.c
5057
5058 I2C/SMBUS ISMT DRIVER
5059 M:      Seth Heasley <seth.heasley@intel.com>
5060 M:      Neil Horman <nhorman@tuxdriver.com>
5061 L:      linux-i2c@vger.kernel.org
5062 F:      drivers/i2c/busses/i2c-ismt.c
5063 F:      Documentation/i2c/busses/i2c-ismt
5064
5065 I2C/SMBUS STUB DRIVER
5066 M:      Jean Delvare <jdelvare@suse.com>
5067 L:      linux-i2c@vger.kernel.org
5068 S:      Maintained
5069 F:      drivers/i2c/i2c-stub.c
5070
5071 I2C SUBSYSTEM
5072 M:      Wolfram Sang <wsa@the-dreams.de>
5073 L:      linux-i2c@vger.kernel.org
5074 W:      https://i2c.wiki.kernel.org/
5075 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5077 S:      Maintained
5078 F:      Documentation/devicetree/bindings/i2c/
5079 F:      Documentation/i2c/
5080 F:      drivers/i2c/
5081 F:      include/linux/i2c.h
5082 F:      include/linux/i2c-*.h
5083 F:      include/uapi/linux/i2c.h
5084 F:      include/uapi/linux/i2c-*.h
5085
5086 I2C ACPI SUPPORT
5087 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5088 L:      linux-i2c@vger.kernel.org
5089 L:      linux-acpi@vger.kernel.org
5090 S:      Maintained
5091
5092 I2C-TAOS-EVM DRIVER
5093 M:      Jean Delvare <jdelvare@suse.com>
5094 L:      linux-i2c@vger.kernel.org
5095 S:      Maintained
5096 F:      Documentation/i2c/busses/i2c-taos-evm
5097 F:      drivers/i2c/busses/i2c-taos-evm.c
5098
5099 I2C-TINY-USB DRIVER
5100 M:      Till Harbaum <till@harbaum.org>
5101 L:      linux-i2c@vger.kernel.org
5102 W:      http://www.harbaum.org/till/i2c_tiny_usb
5103 S:      Maintained
5104 F:      drivers/i2c/busses/i2c-tiny-usb.c
5105
5106 i386 BOOT CODE
5107 M:      "H. Peter Anvin" <hpa@zytor.com>
5108 S:      Maintained
5109 F:      arch/x86/boot/
5110
5111 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5112 M:      "H. Peter Anvin" <hpa@zytor.com>
5113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5114 S:      Maintained
5115
5116 IA64 (Itanium) PLATFORM
5117 M:      Tony Luck <tony.luck@intel.com>
5118 M:      Fenghua Yu <fenghua.yu@intel.com>
5119 L:      linux-ia64@vger.kernel.org
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5121 S:      Maintained
5122 F:      arch/ia64/
5123
5124 IBM Power VMX Cryptographic instructions
5125 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5126 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5127 L:      linux-crypto@vger.kernel.org
5128 S:      Supported
5129 F:      drivers/crypto/vmx/Makefile
5130 F:      drivers/crypto/vmx/Kconfig
5131 F:      drivers/crypto/vmx/vmx.c
5132 F:      drivers/crypto/vmx/aes*
5133 F:      drivers/crypto/vmx/ghash*
5134 F:      drivers/crypto/vmx/ppc-xlate.pl
5135
5136 IBM Power in-Nest Crypto Acceleration
5137 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5138 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5139 L:      linux-crypto@vger.kernel.org
5140 S:      Supported
5141 F:      drivers/crypto/nx/Makefile
5142 F:      drivers/crypto/nx/Kconfig
5143 F:      drivers/crypto/nx/nx-aes*
5144 F:      drivers/crypto/nx/nx-sha*
5145 F:      drivers/crypto/nx/nx.*
5146 F:      drivers/crypto/nx/nx_csbcpb.h
5147 F:      drivers/crypto/nx/nx_debugfs.h
5148
5149 IBM Power 842 compression accelerator
5150 M:      Dan Streetman <ddstreet@ieee.org>
5151 S:      Supported
5152 F:      drivers/crypto/nx/Makefile
5153 F:      drivers/crypto/nx/Kconfig
5154 F:      drivers/crypto/nx/nx-842*
5155 F:      include/linux/sw842.h
5156 F:      crypto/842.c
5157 F:      lib/842/
5158
5159 IBM Power Linux RAID adapter
5160 M:      Brian King <brking@us.ibm.com>
5161 S:      Supported
5162 F:      drivers/scsi/ipr.*
5163
5164 IBM Power Virtual Ethernet Device Driver
5165 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5166 L:      netdev@vger.kernel.org
5167 S:      Supported
5168 F:      drivers/net/ethernet/ibm/ibmveth.*
5169
5170 IBM Power Virtual SCSI Device Drivers
5171 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5172 L:      linux-scsi@vger.kernel.org
5173 S:      Supported
5174 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5175 F:      drivers/scsi/ibmvscsi/viosrp.h
5176
5177 IBM Power Virtual FC 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/ibmvfc*
5182
5183 IBM ServeRAID RAID DRIVER
5184 S:      Orphan
5185 F:      drivers/scsi/ips.*
5186
5187 ICH LPC AND GPIO DRIVER
5188 M:      Peter Tyser <ptyser@xes-inc.com>
5189 S:      Maintained
5190 F:      drivers/mfd/lpc_ich.c
5191 F:      drivers/gpio/gpio-ich.c
5192
5193 IDE SUBSYSTEM
5194 M:      "David S. Miller" <davem@davemloft.net>
5195 L:      linux-ide@vger.kernel.org
5196 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5198 S:      Maintained
5199 F:      Documentation/ide/
5200 F:      drivers/ide/
5201 F:      include/linux/ide.h
5202
5203 IDEAPAD LAPTOP EXTRAS DRIVER
5204 M:      Ike Panhc <ike.pan@canonical.com>
5205 L:      platform-driver-x86@vger.kernel.org
5206 W:      http://launchpad.net/ideapad-laptop
5207 S:      Maintained
5208 F:      drivers/platform/x86/ideapad-laptop.c
5209
5210 IDEAPAD LAPTOP SLIDEBAR DRIVER
5211 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5212 L:      linux-input@vger.kernel.org
5213 W:      https://github.com/o2genum/ideapad-slidebar
5214 S:      Maintained
5215 F:      drivers/input/misc/ideapad_slidebar.c
5216
5217 IDE/ATAPI DRIVERS
5218 M:      Borislav Petkov <bp@alien8.de>
5219 L:      linux-ide@vger.kernel.org
5220 S:      Maintained
5221 F:      Documentation/cdrom/ide-cd
5222 F:      drivers/ide/ide-cd*
5223
5224 IDLE-I7300
5225 M:      Andy Henroid <andrew.d.henroid@intel.com>
5226 L:      linux-pm@vger.kernel.org
5227 S:      Supported
5228 F:      drivers/idle/i7300_idle.c
5229
5230 IEEE 802.15.4 SUBSYSTEM
5231 M:      Alexander Aring <alex.aring@gmail.com>
5232 L:      linux-wpan@vger.kernel.org
5233 W:      https://github.com/linux-wpan
5234 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5235 S:      Maintained
5236 F:      net/ieee802154/
5237 F:      net/mac802154/
5238 F:      drivers/net/ieee802154/
5239 F:      include/linux/nl802154.h
5240 F:      include/linux/ieee802154.h
5241 F:      include/net/nl802154.h
5242 F:      include/net/mac802154.h
5243 F:      include/net/af_ieee802154.h
5244 F:      include/net/cfg802154.h
5245 F:      include/net/ieee802154_netdev.h
5246 F:      Documentation/networking/ieee802154.txt
5247
5248 IGORPLUG-USB IR RECEIVER
5249 M:      Sean Young <sean@mess.org>
5250 L:      linux-media@vger.kernel.org
5251 S:      Maintained
5252 F:      drivers/media/rc/igorplugusb.c
5253
5254 IGUANAWORKS USB IR TRANSCEIVER
5255 M:      Sean Young <sean@mess.org>
5256 L:      linux-media@vger.kernel.org
5257 S:      Maintained
5258 F:      drivers/media/rc/iguanair.c
5259
5260 IIO SUBSYSTEM AND DRIVERS
5261 M:      Jonathan Cameron <jic23@kernel.org>
5262 R:      Hartmut Knaack <knaack.h@gmx.de>
5263 R:      Lars-Peter Clausen <lars@metafoo.de>
5264 R:      Peter Meerwald <pmeerw@pmeerw.net>
5265 L:      linux-iio@vger.kernel.org
5266 S:      Maintained
5267 F:      drivers/iio/
5268 F:      drivers/staging/iio/
5269 F:      include/linux/iio/
5270 F:      tools/iio/
5271
5272 IKANOS/ADI EAGLE ADSL USB DRIVER
5273 M:      Matthieu Castet <castet.matthieu@free.fr>
5274 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5275 S:      Maintained
5276 F:      drivers/usb/atm/ueagle-atm.c
5277
5278 INA209 HARDWARE MONITOR DRIVER
5279 M:      Guenter Roeck <linux@roeck-us.net>
5280 L:      lm-sensors@lm-sensors.org
5281 S:      Maintained
5282 F:      Documentation/hwmon/ina209
5283 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5284 F:      drivers/hwmon/ina209.c
5285
5286 INA2XX HARDWARE MONITOR DRIVER
5287 M:      Guenter Roeck <linux@roeck-us.net>
5288 L:      lm-sensors@lm-sensors.org
5289 S:      Maintained
5290 F:      Documentation/hwmon/ina2xx
5291 F:      drivers/hwmon/ina2xx.c
5292 F:      include/linux/platform_data/ina2xx.h
5293
5294 INDUSTRY PACK SUBSYSTEM (IPACK)
5295 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5296 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5297 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5298 L:      industrypack-devel@lists.sourceforge.net
5299 W:      http://industrypack.sourceforge.net
5300 S:      Maintained
5301 F:      drivers/ipack/
5302
5303 INGENIC JZ4780 DMA Driver
5304 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5305 S:      Maintained
5306 F:      drivers/dma/dma-jz4780.c
5307
5308 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5309 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5310 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5311 L:      linux-ima-devel@lists.sourceforge.net
5312 L:      linux-ima-user@lists.sourceforge.net
5313 L:      linux-security-module@vger.kernel.org
5314 S:      Supported
5315 F:      security/integrity/ima/
5316
5317 IMGTEC IR DECODER DRIVER
5318 M:      James Hogan <james.hogan@imgtec.com>
5319 S:      Maintained
5320 F:      drivers/media/rc/img-ir/
5321
5322 IMS TWINTURBO FRAMEBUFFER DRIVER
5323 L:      linux-fbdev@vger.kernel.org
5324 S:      Orphan
5325 F:      drivers/video/fbdev/imsttfb.c
5326
5327 INFINIBAND SUBSYSTEM
5328 M:      Doug Ledford <dledford@redhat.com>
5329 M:      Sean Hefty <sean.hefty@intel.com>
5330 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5331 L:      linux-rdma@vger.kernel.org
5332 W:      http://www.openfabrics.org/
5333 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5335 S:      Supported
5336 F:      Documentation/infiniband/
5337 F:      drivers/infiniband/
5338 F:      include/uapi/linux/if_infiniband.h
5339 F:      include/uapi/rdma/
5340 F:      include/rdma/
5341
5342 INOTIFY
5343 M:      John McCutchan <john@johnmccutchan.com>
5344 M:      Robert Love <rlove@rlove.org>
5345 M:      Eric Paris <eparis@parisplace.org>
5346 S:      Maintained
5347 F:      Documentation/filesystems/inotify.txt
5348 F:      fs/notify/inotify/
5349 F:      include/linux/inotify.h
5350 F:      include/uapi/linux/inotify.h
5351
5352 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5353 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5354 L:      linux-input@vger.kernel.org
5355 Q:      http://patchwork.kernel.org/project/linux-input/list/
5356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5357 S:      Maintained
5358 F:      drivers/input/
5359 F:      include/linux/input.h
5360 F:      include/uapi/linux/input.h
5361 F:      include/linux/input/
5362
5363 INPUT MULTITOUCH (MT) PROTOCOL
5364 M:      Henrik Rydberg <rydberg@bitmath.org>
5365 L:      linux-input@vger.kernel.org
5366 S:      Odd fixes
5367 F:      Documentation/input/multi-touch-protocol.txt
5368 F:      drivers/input/input-mt.c
5369 K:      \b(ABS|SYN)_MT_
5370
5371 INTEL ASoC BDW/HSW DRIVERS
5372 M:      Jie Yang <yang.jie@linux.intel.com>
5373 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5374 S:      Supported
5375 F:      sound/soc/intel/common/sst-dsp*
5376 F:      sound/soc/intel/common/sst-firmware.c
5377 F:      sound/soc/intel/boards/broadwell.c
5378 F:      sound/soc/intel/haswell/
5379
5380 INTEL C600 SERIES SAS CONTROLLER DRIVER
5381 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5382 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5383 L:      linux-scsi@vger.kernel.org
5384 T:      git git://git.code.sf.net/p/intel-sas/isci
5385 S:      Supported
5386 F:      drivers/scsi/isci/
5387
5388 INTEL IDLE DRIVER
5389 M:      Len Brown <lenb@kernel.org>
5390 L:      linux-pm@vger.kernel.org
5391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5392 S:      Supported
5393 F:      drivers/idle/intel_idle.c
5394
5395 INTEL PSTATE DRIVER
5396 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5397 L:      linux-pm@vger.kernel.org
5398 S:      Supported
5399 F:      drivers/cpufreq/intel_pstate.c
5400
5401 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5402 M:      Maik Broemme <mbroemme@plusserver.de>
5403 L:      linux-fbdev@vger.kernel.org
5404 S:      Maintained
5405 F:      Documentation/fb/intelfb.txt
5406 F:      drivers/video/fbdev/intelfb/
5407
5408 INTEL 810/815 FRAMEBUFFER DRIVER
5409 M:      Antonino Daplas <adaplas@gmail.com>
5410 L:      linux-fbdev@vger.kernel.org
5411 S:      Maintained
5412 F:      drivers/video/fbdev/i810/
5413
5414 INTEL MENLOW THERMAL DRIVER
5415 M:      Sujith Thomas <sujith.thomas@intel.com>
5416 L:      platform-driver-x86@vger.kernel.org
5417 W:      https://01.org/linux-acpi
5418 S:      Supported
5419 F:      drivers/platform/x86/intel_menlow.c
5420
5421 INTEL IA32 MICROCODE UPDATE SUPPORT
5422 M:      Borislav Petkov <bp@alien8.de>
5423 S:      Maintained
5424 F:      arch/x86/kernel/cpu/microcode/core*
5425 F:      arch/x86/kernel/cpu/microcode/intel*
5426
5427 INTEL I/OAT DMA DRIVER
5428 M:      Dave Jiang <dave.jiang@intel.com>
5429 R:      Dan Williams <dan.j.williams@intel.com>
5430 L:      dmaengine@vger.kernel.org
5431 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5432 S:      Supported
5433 F:      drivers/dma/ioat*
5434
5435 INTEL IOMMU (VT-d)
5436 M:      David Woodhouse <dwmw2@infradead.org>
5437 L:      iommu@lists.linux-foundation.org
5438 T:      git git://git.infradead.org/iommu-2.6.git
5439 S:      Supported
5440 F:      drivers/iommu/intel-iommu.c
5441 F:      include/linux/intel-iommu.h
5442
5443 INTEL IOP-ADMA DMA DRIVER
5444 R:      Dan Williams <dan.j.williams@intel.com>
5445 S:      Odd fixes
5446 F:      drivers/dma/iop-adma.c
5447
5448 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5449 M:      Krzysztof Halasa <khalasa@piap.pl>
5450 S:      Maintained
5451 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5452 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5453 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5454 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5455 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5456 F:      drivers/net/wan/ixp4xx_hss.c
5457
5458 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5459 M:      Deepak Saxena <dsaxena@plexity.net>
5460 S:      Maintained
5461 F:      drivers/char/hw_random/ixp4xx-rng.c
5462
5463 INTEL ETHERNET DRIVERS
5464 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5465 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5466 R:      Shannon Nelson <shannon.nelson@intel.com>
5467 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5468 R:      Don Skidmore <donald.c.skidmore@intel.com>
5469 R:      Matthew Vick <matthew.vick@intel.com>
5470 R:      John Ronciak <john.ronciak@intel.com>
5471 R:      Mitch Williams <mitch.a.williams@intel.com>
5472 L:      intel-wired-lan@lists.osuosl.org
5473 W:      http://www.intel.com/support/feedback.htm
5474 W:      http://e1000.sourceforge.net/
5475 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5478 S:      Supported
5479 F:      Documentation/networking/e100.txt
5480 F:      Documentation/networking/e1000.txt
5481 F:      Documentation/networking/e1000e.txt
5482 F:      Documentation/networking/igb.txt
5483 F:      Documentation/networking/igbvf.txt
5484 F:      Documentation/networking/ixgb.txt
5485 F:      Documentation/networking/ixgbe.txt
5486 F:      Documentation/networking/ixgbevf.txt
5487 F:      Documentation/networking/i40e.txt
5488 F:      Documentation/networking/i40evf.txt
5489 F:      drivers/net/ethernet/intel/
5490 F:      drivers/net/ethernet/intel/*/
5491
5492 INTEL-MID GPIO DRIVER
5493 M:      David Cohen <david.a.cohen@linux.intel.com>
5494 L:      linux-gpio@vger.kernel.org
5495 S:      Maintained
5496 F:      drivers/gpio/gpio-intel-mid.c
5497
5498 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5499 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5500 L:      linux-wireless@vger.kernel.org
5501 S:      Maintained
5502 F:      Documentation/networking/README.ipw2100
5503 F:      Documentation/networking/README.ipw2200
5504 F:      drivers/net/wireless/ipw2x00/
5505
5506 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5507 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5508 M:      Gang Wei <gang.wei@intel.com>
5509 M:      Shane Wang <shane.wang@intel.com>
5510 L:      tboot-devel@lists.sourceforge.net
5511 W:      http://tboot.sourceforge.net
5512 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5513 S:      Supported
5514 F:      Documentation/intel_txt.txt
5515 F:      include/linux/tboot.h
5516 F:      arch/x86/kernel/tboot.c
5517
5518 INTEL WIRELESS WIMAX CONNECTION 2400
5519 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5520 M:      linux-wimax@intel.com
5521 L:      wimax@linuxwimax.org (subscribers-only)
5522 S:      Supported
5523 W:      http://linuxwimax.org
5524 F:      Documentation/wimax/README.i2400m
5525 F:      drivers/net/wimax/i2400m/
5526 F:      include/uapi/linux/wimax/i2400m.h
5527
5528 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5529 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5530 L:      linux-wireless@vger.kernel.org
5531 S:      Supported
5532 F:      drivers/net/wireless/iwlegacy/
5533
5534 INTEL WIRELESS WIFI LINK (iwlwifi)
5535 M:      Johannes Berg <johannes.berg@intel.com>
5536 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5537 M:      Intel Linux Wireless <ilw@linux.intel.com>
5538 L:      linux-wireless@vger.kernel.org
5539 W:      http://intellinuxwireless.org
5540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5541 S:      Supported
5542 F:      drivers/net/wireless/iwlwifi/
5543
5544 INTEL MANAGEMENT ENGINE (mei)
5545 M:      Tomas Winkler <tomas.winkler@intel.com>
5546 L:      linux-kernel@vger.kernel.org
5547 S:      Supported
5548 F:      include/uapi/linux/mei.h
5549 F:      include/linux/mei_cl_bus.h
5550 F:      drivers/misc/mei/*
5551 F:      Documentation/misc-devices/mei/*
5552
5553 INTEL PMC IPC DRIVER
5554 M:      Zha Qipeng<qipeng.zha@intel.com>
5555 L:      platform-driver-x86@vger.kernel.org
5556 S:      Maintained
5557 F:      drivers/platform/x86/intel_pmc_ipc.c
5558 F:      arch/x86/include/asm/intel_pmc_ipc.h
5559
5560 IOC3 ETHERNET DRIVER
5561 M:      Ralf Baechle <ralf@linux-mips.org>
5562 L:      linux-mips@linux-mips.org
5563 S:      Maintained
5564 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5565
5566 IOC3 SERIAL DRIVER
5567 M:      Pat Gefre <pfg@sgi.com>
5568 L:      linux-serial@vger.kernel.org
5569 S:      Maintained
5570 F:      drivers/tty/serial/ioc3_serial.c
5571
5572 IOMMU DRIVERS
5573 M:      Joerg Roedel <joro@8bytes.org>
5574 L:      iommu@lists.linux-foundation.org
5575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5576 S:      Maintained
5577 F:      drivers/iommu/
5578
5579 IP MASQUERADING
5580 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5581 S:      Maintained
5582 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5583
5584 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5585 M:      Francois Romieu <romieu@fr.zoreil.com>
5586 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5587 L:      netdev@vger.kernel.org
5588 S:      Maintained
5589 F:      drivers/net/ethernet/icplus/ipg.*
5590
5591 IPATH DRIVER
5592 M:      Mike Marciniszyn <infinipath@intel.com>
5593 L:      linux-rdma@vger.kernel.org
5594 S:      Maintained
5595 F:      drivers/infiniband/hw/ipath/
5596
5597 IPMI SUBSYSTEM
5598 M:      Corey Minyard <minyard@acm.org>
5599 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5600 W:      http://openipmi.sourceforge.net/
5601 S:      Supported
5602 F:      Documentation/IPMI.txt
5603 F:      drivers/char/ipmi/
5604 F:      include/linux/ipmi*
5605 F:      include/uapi/linux/ipmi*
5606
5607 QCOM AUDIO (ASoC) DRIVERS
5608 M:      Patrick Lai <plai@codeaurora.org>
5609 M:      Banajit Goswami <bgoswami@codeaurora.org>
5610 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5611 S:      Supported
5612 F:      sound/soc/qcom/
5613
5614 IPS SCSI RAID DRIVER
5615 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5616 L:      linux-scsi@vger.kernel.org
5617 W:      http://www.adaptec.com/
5618 S:      Maintained
5619 F:      drivers/scsi/ips*
5620
5621 IPVS
5622 M:      Wensong Zhang <wensong@linux-vs.org>
5623 M:      Simon Horman <horms@verge.net.au>
5624 M:      Julian Anastasov <ja@ssi.bg>
5625 L:      netdev@vger.kernel.org
5626 L:      lvs-devel@vger.kernel.org
5627 S:      Maintained
5628 F:      Documentation/networking/ipvs-sysctl.txt
5629 F:      include/net/ip_vs.h
5630 F:      include/uapi/linux/ip_vs.h
5631 F:      net/netfilter/ipvs/
5632
5633 IPWIRELESS DRIVER
5634 M:      Jiri Kosina <jikos@kernel.org>
5635 M:      David Sterba <dsterba@suse.com>
5636 S:      Odd Fixes
5637 F:      drivers/tty/ipwireless/
5638
5639 IPX NETWORK LAYER
5640 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5641 L:      netdev@vger.kernel.org
5642 S:      Maintained
5643 F:      include/net/ipx.h
5644 F:      include/uapi/linux/ipx.h
5645 F:      net/ipx/
5646
5647 IRDA SUBSYSTEM
5648 M:      Samuel Ortiz <samuel@sortiz.org>
5649 L:      irda-users@lists.sourceforge.net (subscribers-only)
5650 L:      netdev@vger.kernel.org
5651 W:      http://irda.sourceforge.net/
5652 S:      Maintained
5653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5654 F:      Documentation/networking/irda.txt
5655 F:      drivers/net/irda/
5656 F:      include/net/irda/
5657 F:      net/irda/
5658
5659 IRQ SUBSYSTEM
5660 M:      Thomas Gleixner <tglx@linutronix.de>
5661 L:      linux-kernel@vger.kernel.org
5662 S:      Maintained
5663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5664 F:      kernel/irq/
5665
5666 IRQCHIP DRIVERS
5667 M:      Thomas Gleixner <tglx@linutronix.de>
5668 M:      Jason Cooper <jason@lakedaemon.net>
5669 M:      Marc Zyngier <marc.zyngier@arm.com>
5670 L:      linux-kernel@vger.kernel.org
5671 S:      Maintained
5672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5673 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5674 F:      Documentation/devicetree/bindings/interrupt-controller/
5675 F:      drivers/irqchip/
5676
5677 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5678 M:      Jiang Liu <jiang.liu@linux.intel.com>
5679 M:      Marc Zyngier <marc.zyngier@arm.com>
5680 S:      Maintained
5681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5682 F:      Documentation/IRQ-domain.txt
5683 F:      include/linux/irqdomain.h
5684 F:      kernel/irq/irqdomain.c
5685 F:      kernel/irq/msi.c
5686
5687 ISAPNP
5688 M:      Jaroslav Kysela <perex@perex.cz>
5689 S:      Maintained
5690 F:      Documentation/isapnp.txt
5691 F:      drivers/pnp/isapnp/
5692 F:      include/linux/isapnp.h
5693
5694 ISA RADIO MODULE
5695 M:      Hans Verkuil <hverkuil@xs4all.nl>
5696 L:      linux-media@vger.kernel.org
5697 T:      git git://linuxtv.org/media_tree.git
5698 W:      http://linuxtv.org
5699 S:      Maintained
5700 F:      drivers/media/radio/radio-isa*
5701
5702 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5703 M:      Peter Jones <pjones@redhat.com>
5704 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5705 S:      Maintained
5706 F:      drivers/firmware/iscsi_ibft*
5707
5708 ISCSI
5709 M:      Mike Christie <michaelc@cs.wisc.edu>
5710 L:      open-iscsi@googlegroups.com
5711 W:      www.open-iscsi.org
5712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5713 S:      Maintained
5714 F:      drivers/scsi/*iscsi*
5715 F:      include/scsi/*iscsi*
5716
5717 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5718 M:      Or Gerlitz <ogerlitz@mellanox.com>
5719 M:      Sagi Grimberg <sagig@mellanox.com>
5720 M:      Roi Dayan <roid@mellanox.com>
5721 L:      linux-rdma@vger.kernel.org
5722 S:      Supported
5723 W:      http://www.openfabrics.org
5724 W:      www.open-iscsi.org
5725 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5726 F:      drivers/infiniband/ulp/iser/
5727
5728 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5729 M:      Sagi Grimberg <sagig@mellanox.com>
5730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5731 L:      linux-rdma@vger.kernel.org
5732 L:      target-devel@vger.kernel.org
5733 S:      Supported
5734 W:      http://www.linux-iscsi.org
5735 F:      drivers/infiniband/ulp/isert
5736
5737 ISDN SUBSYSTEM
5738 M:      Karsten Keil <isdn@linux-pingi.de>
5739 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5740 L:      netdev@vger.kernel.org
5741 W:      http://www.isdn4linux.de
5742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5743 S:      Maintained
5744 F:      Documentation/isdn/
5745 F:      drivers/isdn/
5746 F:      include/linux/isdn.h
5747 F:      include/linux/isdn/
5748 F:      include/uapi/linux/isdn.h
5749 F:      include/uapi/linux/isdn/
5750
5751 ISDN SUBSYSTEM (Eicon active card driver)
5752 M:      Armin Schindler <mac@melware.de>
5753 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5754 W:      http://www.melware.de
5755 S:      Maintained
5756 F:      drivers/isdn/hardware/eicon/
5757
5758 IT87 HARDWARE MONITORING DRIVER
5759 M:      Jean Delvare <jdelvare@suse.com>
5760 L:      lm-sensors@lm-sensors.org
5761 S:      Maintained
5762 F:      Documentation/hwmon/it87
5763 F:      drivers/hwmon/it87.c
5764
5765 IT913X MEDIA DRIVER
5766 M:      Antti Palosaari <crope@iki.fi>
5767 L:      linux-media@vger.kernel.org
5768 W:      http://linuxtv.org/
5769 W:      http://palosaari.fi/linux/
5770 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5771 T:      git git://linuxtv.org/anttip/media_tree.git
5772 S:      Maintained
5773 F:      drivers/media/tuners/it913x*
5774
5775 IVTV VIDEO4LINUX DRIVER
5776 M:      Andy Walls <awalls@md.metrocast.net>
5777 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5778 L:      linux-media@vger.kernel.org
5779 T:      git git://linuxtv.org/media_tree.git
5780 W:      http://www.ivtvdriver.org
5781 S:      Maintained
5782 F:      Documentation/video4linux/*.ivtv
5783 F:      drivers/media/pci/ivtv/
5784 F:      include/uapi/linux/ivtv*
5785
5786 IX2505V MEDIA DRIVER
5787 M:      Malcolm Priestley <tvboxspy@gmail.com>
5788 L:      linux-media@vger.kernel.org
5789 W:      http://linuxtv.org/
5790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5791 S:      Maintained
5792 F:      drivers/media/dvb-frontends/ix2505v*
5793
5794 JC42.4 TEMPERATURE SENSOR DRIVER
5795 M:      Guenter Roeck <linux@roeck-us.net>
5796 L:      lm-sensors@lm-sensors.org
5797 S:      Maintained
5798 F:      drivers/hwmon/jc42.c
5799 F:      Documentation/hwmon/jc42
5800
5801 JFS FILESYSTEM
5802 M:      Dave Kleikamp <shaggy@kernel.org>
5803 L:      jfs-discussion@lists.sourceforge.net
5804 W:      http://jfs.sourceforge.net/
5805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5806 S:      Maintained
5807 F:      Documentation/filesystems/jfs.txt
5808 F:      fs/jfs/
5809
5810 JME NETWORK DRIVER
5811 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5812 L:      netdev@vger.kernel.org
5813 S:      Maintained
5814 F:      drivers/net/ethernet/jme.*
5815
5816 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5817 M:      David Woodhouse <dwmw2@infradead.org>
5818 L:      linux-mtd@lists.infradead.org
5819 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5820 S:      Maintained
5821 F:      fs/jffs2/
5822 F:      include/uapi/linux/jffs2.h
5823
5824 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5825 M:      "Theodore Ts'o" <tytso@mit.edu>
5826 M:      Jan Kara <jack@suse.com>
5827 L:      linux-ext4@vger.kernel.org
5828 S:      Maintained
5829 F:      fs/jbd2/
5830 F:      include/linux/jbd2.h
5831
5832 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5833 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5834 L:      linux-media@vger.kernel.org
5835 S:      Maintained
5836 F:      drivers/media/platform/rcar_jpu.c
5837
5838 JSM Neo PCI based serial card
5839 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5840 L:      linux-serial@vger.kernel.org
5841 S:      Maintained
5842 F:      drivers/tty/serial/jsm/
5843
5844 K10TEMP HARDWARE MONITORING DRIVER
5845 M:      Clemens Ladisch <clemens@ladisch.de>
5846 L:      lm-sensors@lm-sensors.org
5847 S:      Maintained
5848 F:      Documentation/hwmon/k10temp
5849 F:      drivers/hwmon/k10temp.c
5850
5851 K8TEMP HARDWARE MONITORING DRIVER
5852 M:      Rudolf Marek <r.marek@assembler.cz>
5853 L:      lm-sensors@lm-sensors.org
5854 S:      Maintained
5855 F:      Documentation/hwmon/k8temp
5856 F:      drivers/hwmon/k8temp.c
5857
5858 KCONFIG
5859 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5860 L:      linux-kbuild@vger.kernel.org
5861 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5862 S:      Maintained
5863 F:      Documentation/kbuild/kconfig-language.txt
5864 F:      scripts/kconfig/
5865
5866 KDUMP
5867 M:      Vivek Goyal <vgoyal@redhat.com>
5868 M:      Haren Myneni <hbabu@us.ibm.com>
5869 L:      kexec@lists.infradead.org
5870 W:      http://lse.sourceforge.net/kdump/
5871 S:      Maintained
5872 F:      Documentation/kdump/
5873
5874 KEENE FM RADIO TRANSMITTER DRIVER
5875 M:      Hans Verkuil <hverkuil@xs4all.nl>
5876 L:      linux-media@vger.kernel.org
5877 T:      git git://linuxtv.org/media_tree.git
5878 W:      http://linuxtv.org
5879 S:      Maintained
5880 F:      drivers/media/radio/radio-keene*
5881
5882 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5883 M:      Ian Kent <raven@themaw.net>
5884 L:      autofs@vger.kernel.org
5885 S:      Maintained
5886 F:      fs/autofs4/
5887
5888 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5889 M:      Michal Marek <mmarek@suse.com>
5890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5892 L:      linux-kbuild@vger.kernel.org
5893 S:      Maintained
5894 F:      Documentation/kbuild/
5895 F:      Makefile
5896 F:      scripts/Makefile.*
5897 F:      scripts/basic/
5898 F:      scripts/mk*
5899 F:      scripts/package/
5900
5901 KERNEL JANITORS
5902 L:      kernel-janitors@vger.kernel.org
5903 W:      http://kernelnewbies.org/KernelJanitors
5904 S:      Odd Fixes
5905
5906 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5907 M:      "J. Bruce Fields" <bfields@fieldses.org>
5908 M:      Jeff Layton <jlayton@poochiereds.net>
5909 L:      linux-nfs@vger.kernel.org
5910 W:      http://nfs.sourceforge.net/
5911 S:      Supported
5912 F:      fs/nfsd/
5913 F:      include/uapi/linux/nfsd/
5914 F:      fs/lockd/
5915 F:      fs/nfs_common/
5916 F:      net/sunrpc/
5917 F:      include/linux/lockd/
5918 F:      include/linux/sunrpc/
5919 F:      include/uapi/linux/sunrpc/
5920
5921 KERNEL SELFTEST FRAMEWORK
5922 M:      Shuah Khan <shuahkh@osg.samsung.com>
5923 L:      linux-api@vger.kernel.org
5924 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5925 S:      Maintained
5926 F:      tools/testing/selftests
5927
5928 KERNEL VIRTUAL MACHINE (KVM)
5929 M:      Gleb Natapov <gleb@kernel.org>
5930 M:      Paolo Bonzini <pbonzini@redhat.com>
5931 L:      kvm@vger.kernel.org
5932 W:      http://www.linux-kvm.org
5933 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5934 S:      Supported
5935 F:      Documentation/*/kvm*.txt
5936 F:      Documentation/virtual/kvm/
5937 F:      arch/*/kvm/
5938 F:      arch/x86/kernel/kvm.c
5939 F:      arch/x86/kernel/kvmclock.c
5940 F:      arch/*/include/asm/kvm*
5941 F:      include/linux/kvm*
5942 F:      include/uapi/linux/kvm*
5943 F:      virt/kvm/
5944
5945 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5946 M:      Joerg Roedel <joro@8bytes.org>
5947 L:      kvm@vger.kernel.org
5948 W:      http://kvm.qumranet.com
5949 S:      Maintained
5950 F:      arch/x86/include/asm/svm.h
5951 F:      arch/x86/kvm/svm.c
5952
5953 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5954 M:      Alexander Graf <agraf@suse.com>
5955 L:      kvm-ppc@vger.kernel.org
5956 W:      http://kvm.qumranet.com
5957 T:      git git://github.com/agraf/linux-2.6.git
5958 S:      Supported
5959 F:      arch/powerpc/include/asm/kvm*
5960 F:      arch/powerpc/kvm/
5961
5962 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5963 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5964 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5965 L:      linux-s390@vger.kernel.org
5966 W:      http://www.ibm.com/developerworks/linux/linux390/
5967 S:      Supported
5968 F:      Documentation/s390/kvm.txt
5969 F:      arch/s390/include/asm/kvm*
5970 F:      arch/s390/kvm/
5971
5972 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5973 M:      Christoffer Dall <christoffer.dall@linaro.org>
5974 M:      Marc Zyngier <marc.zyngier@arm.com>
5975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5976 L:      kvmarm@lists.cs.columbia.edu
5977 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5978 S:      Supported
5979 F:      arch/arm/include/uapi/asm/kvm*
5980 F:      arch/arm/include/asm/kvm*
5981 F:      arch/arm/kvm/
5982 F:      virt/kvm/arm/
5983 F:      include/kvm/arm_*
5984
5985 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5986 M:      Christoffer Dall <christoffer.dall@linaro.org>
5987 M:      Marc Zyngier <marc.zyngier@arm.com>
5988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5989 L:      kvmarm@lists.cs.columbia.edu
5990 S:      Maintained
5991 F:      arch/arm64/include/uapi/asm/kvm*
5992 F:      arch/arm64/include/asm/kvm*
5993 F:      arch/arm64/kvm/
5994
5995 KEXEC
5996 M:      Eric Biederman <ebiederm@xmission.com>
5997 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5998 L:      kexec@lists.infradead.org
5999 S:      Maintained
6000 F:      include/linux/kexec.h
6001 F:      include/uapi/linux/kexec.h
6002 F:      kernel/kexec.c
6003
6004 KEYS/KEYRINGS:
6005 M:      David Howells <dhowells@redhat.com>
6006 L:      keyrings@vger.kernel.org
6007 S:      Maintained
6008 F:      Documentation/security/keys.txt
6009 F:      include/linux/key.h
6010 F:      include/linux/key-type.h
6011 F:      include/keys/
6012 F:      security/keys/
6013
6014 KEYS-TRUSTED
6015 M:      David Safford <safford@us.ibm.com>
6016 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6017 L:      linux-security-module@vger.kernel.org
6018 L:      keyrings@vger.kernel.org
6019 S:      Supported
6020 F:      Documentation/security/keys-trusted-encrypted.txt
6021 F:      include/keys/trusted-type.h
6022 F:      security/keys/trusted.c
6023 F:      security/keys/trusted.h
6024
6025 KEYS-ENCRYPTED
6026 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6027 M:      David Safford <safford@us.ibm.com>
6028 L:      linux-security-module@vger.kernel.org
6029 L:      keyrings@vger.kernel.org
6030 S:      Supported
6031 F:      Documentation/security/keys-trusted-encrypted.txt
6032 F:      include/keys/encrypted-type.h
6033 F:      security/keys/encrypted-keys/
6034
6035 KGDB / KDB /debug_core
6036 M:      Jason Wessel <jason.wessel@windriver.com>
6037 W:      http://kgdb.wiki.kernel.org/
6038 L:      kgdb-bugreport@lists.sourceforge.net
6039 S:      Maintained
6040 F:      Documentation/DocBook/kgdb.tmpl
6041 F:      drivers/misc/kgdbts.c
6042 F:      drivers/tty/serial/kgdboc.c
6043 F:      include/linux/kdb.h
6044 F:      include/linux/kgdb.h
6045 F:      kernel/debug/
6046
6047 KMEMCHECK
6048 M:      Vegard Nossum <vegardno@ifi.uio.no>
6049 M:      Pekka Enberg <penberg@kernel.org>
6050 S:      Maintained
6051 F:      Documentation/kmemcheck.txt
6052 F:      arch/x86/include/asm/kmemcheck.h
6053 F:      arch/x86/mm/kmemcheck/
6054 F:      include/linux/kmemcheck.h
6055 F:      mm/kmemcheck.c
6056
6057 KMEMLEAK
6058 M:      Catalin Marinas <catalin.marinas@arm.com>
6059 S:      Maintained
6060 F:      Documentation/kmemleak.txt
6061 F:      include/linux/kmemleak.h
6062 F:      mm/kmemleak.c
6063 F:      mm/kmemleak-test.c
6064
6065 KPROBES
6066 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6067 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6068 M:      "David S. Miller" <davem@davemloft.net>
6069 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6070 S:      Maintained
6071 F:      Documentation/kprobes.txt
6072 F:      include/linux/kprobes.h
6073 F:      kernel/kprobes.c
6074
6075 KS0108 LCD CONTROLLER DRIVER
6076 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6077 W:      http://miguelojeda.es/auxdisplay.htm
6078 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6079 S:      Maintained
6080 F:      Documentation/auxdisplay/ks0108
6081 F:      drivers/auxdisplay/ks0108.c
6082 F:      include/linux/ks0108.h
6083
6084 LAPB module
6085 L:      linux-x25@vger.kernel.org
6086 S:      Orphan
6087 F:      Documentation/networking/lapb-module.txt
6088 F:      include/*/lapb.h
6089 F:      net/lapb/
6090
6091 LASI 53c700 driver for PARISC
6092 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6093 L:      linux-scsi@vger.kernel.org
6094 S:      Maintained
6095 F:      Documentation/scsi/53c700.txt
6096 F:      drivers/scsi/53c700*
6097
6098 LED SUBSYSTEM
6099 M:      Richard Purdie <rpurdie@rpsys.net>
6100 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6101 L:      linux-leds@vger.kernel.org
6102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6103 S:      Maintained
6104 F:      drivers/leds/
6105 F:      include/linux/leds.h
6106
6107 LEGACY EEPROM DRIVER
6108 M:      Jean Delvare <jdelvare@suse.com>
6109 S:      Maintained
6110 F:      Documentation/misc-devices/eeprom
6111 F:      drivers/misc/eeprom/eeprom.c
6112
6113 LEGO USB Tower driver
6114 M:      Juergen Stuber <starblue@users.sourceforge.net>
6115 L:      legousb-devel@lists.sourceforge.net
6116 W:      http://legousb.sourceforge.net/
6117 S:      Maintained
6118 F:      drivers/usb/misc/legousbtower.c
6119
6120 LG2160 MEDIA DRIVER
6121 M:      Michael Krufky <mkrufky@linuxtv.org>
6122 L:      linux-media@vger.kernel.org
6123 W:      http://linuxtv.org/
6124 W:      http://github.com/mkrufky
6125 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6126 T:      git git://linuxtv.org/mkrufky/tuners.git
6127 S:      Maintained
6128 F:      drivers/media/dvb-frontends/lg2160.*
6129
6130 LGDT3305 MEDIA DRIVER
6131 M:      Michael Krufky <mkrufky@linuxtv.org>
6132 L:      linux-media@vger.kernel.org
6133 W:      http://linuxtv.org/
6134 W:      http://github.com/mkrufky
6135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6136 T:      git git://linuxtv.org/mkrufky/tuners.git
6137 S:      Maintained
6138 F:      drivers/media/dvb-frontends/lgdt3305.*
6139
6140 LGUEST
6141 M:      Rusty Russell <rusty@rustcorp.com.au>
6142 L:      lguest@lists.ozlabs.org
6143 W:      http://lguest.ozlabs.org/
6144 S:      Odd Fixes
6145 F:      arch/x86/include/asm/lguest*.h
6146 F:      arch/x86/lguest/
6147 F:      drivers/lguest/
6148 F:      include/linux/lguest*.h
6149 F:      tools/lguest/
6150
6151 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6152 M:      Tejun Heo <tj@kernel.org>
6153 L:      linux-ide@vger.kernel.org
6154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6155 S:      Maintained
6156 F:      drivers/ata/
6157 F:      include/linux/ata.h
6158 F:      include/linux/libata.h
6159
6160 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6161 M:      Viresh Kumar <vireshk@kernel.org>
6162 L:      linux-ide@vger.kernel.org
6163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6164 S:      Maintained
6165 F:      include/linux/pata_arasan_cf_data.h
6166 F:      drivers/ata/pata_arasan_cf.c
6167
6168 LIBATA PATA DRIVERS
6169 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6170 M:      Tejun Heo <tj@kernel.org>
6171 L:      linux-ide@vger.kernel.org
6172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6173 S:      Maintained
6174 F:      drivers/ata/pata_*.c
6175 F:      drivers/ata/ata_generic.c
6176
6177 LIBATA SATA AHCI PLATFORM devices support
6178 M:      Hans de Goede <hdegoede@redhat.com>
6179 M:      Tejun Heo <tj@kernel.org>
6180 L:      linux-ide@vger.kernel.org
6181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6182 S:      Maintained
6183 F:      drivers/ata/ahci_platform.c
6184 F:      drivers/ata/libahci_platform.c
6185 F:      include/linux/ahci_platform.h
6186
6187 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6188 M:      Mikael Pettersson <mikpelinux@gmail.com>
6189 L:      linux-ide@vger.kernel.org
6190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6191 S:      Maintained
6192 F:      drivers/ata/sata_promise.*
6193
6194 LIBLOCKDEP
6195 M:      Sasha Levin <sasha.levin@oracle.com>
6196 S:      Maintained
6197 F:      tools/lib/lockdep/
6198
6199 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6200 M:      Dan Williams <dan.j.williams@intel.com>
6201 L:      linux-nvdimm@lists.01.org
6202 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6203 S:      Supported
6204 F:      drivers/nvdimm/*
6205 F:      include/linux/nd.h
6206 F:      include/linux/libnvdimm.h
6207 F:      include/uapi/linux/ndctl.h
6208
6209 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6210 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6211 L:      linux-nvdimm@lists.01.org
6212 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6213 S:      Supported
6214 F:      drivers/nvdimm/blk.c
6215 F:      drivers/nvdimm/region_devs.c
6216 F:      drivers/acpi/nfit*
6217
6218 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6219 M:      Vishal Verma <vishal.l.verma@intel.com>
6220 L:      linux-nvdimm@lists.01.org
6221 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6222 S:      Supported
6223 F:      drivers/nvdimm/btt*
6224
6225 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6226 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6227 L:      linux-nvdimm@lists.01.org
6228 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6229 S:      Supported
6230 F:      drivers/nvdimm/pmem.c
6231 F:      include/linux/pmem.h
6232 F:      arch/*/include/asm/pmem.h
6233
6234 LINUX FOR IBM pSERIES (RS/6000)
6235 M:      Paul Mackerras <paulus@au.ibm.com>
6236 W:      http://www.ibm.com/linux/ltc/projects/ppc
6237 S:      Supported
6238 F:      arch/powerpc/boot/rs6000.h
6239
6240 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6241 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6242 M:      Paul Mackerras <paulus@samba.org>
6243 M:      Michael Ellerman <mpe@ellerman.id.au>
6244 W:      http://www.penguinppc.org/
6245 L:      linuxppc-dev@lists.ozlabs.org
6246 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6248 S:      Supported
6249 F:      Documentation/powerpc/
6250 F:      arch/powerpc/
6251
6252 LINUX FOR POWER MACINTOSH
6253 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6254 W:      http://www.penguinppc.org/
6255 L:      linuxppc-dev@lists.ozlabs.org
6256 S:      Maintained
6257 F:      arch/powerpc/platforms/powermac/
6258 F:      drivers/macintosh/
6259
6260 LINUX FOR POWERPC EMBEDDED MPC5XXX
6261 M:      Anatolij Gustschin <agust@denx.de>
6262 L:      linuxppc-dev@lists.ozlabs.org
6263 T:      git git://git.denx.de/linux-denx-agust.git
6264 S:      Maintained
6265 F:      arch/powerpc/platforms/512x/
6266 F:      arch/powerpc/platforms/52xx/
6267
6268 LINUX FOR POWERPC EMBEDDED PPC4XX
6269 M:      Alistair Popple <alistair@popple.id.au>
6270 M:      Matt Porter <mporter@kernel.crashing.org>
6271 W:      http://www.penguinppc.org/
6272 L:      linuxppc-dev@lists.ozlabs.org
6273 S:      Maintained
6274 F:      arch/powerpc/platforms/40x/
6275 F:      arch/powerpc/platforms/44x/
6276
6277 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6278 L:      linuxppc-dev@lists.ozlabs.org
6279 S:      Orphan
6280 F:      arch/powerpc/*/*virtex*
6281 F:      arch/powerpc/*/*/*virtex*
6282
6283 LINUX FOR POWERPC EMBEDDED PPC8XX
6284 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6285 W:      http://www.penguinppc.org/
6286 L:      linuxppc-dev@lists.ozlabs.org
6287 S:      Maintained
6288 F:      arch/powerpc/platforms/8xx/
6289
6290 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6291 M:      Scott Wood <scottwood@freescale.com>
6292 M:      Kumar Gala <galak@kernel.crashing.org>
6293 W:      http://www.penguinppc.org/
6294 L:      linuxppc-dev@lists.ozlabs.org
6295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6296 S:      Maintained
6297 F:      arch/powerpc/platforms/83xx/
6298 F:      arch/powerpc/platforms/85xx/
6299
6300 LINUX FOR POWERPC PA SEMI PWRFICIENT
6301 M:      Olof Johansson <olof@lixom.net>
6302 L:      linuxppc-dev@lists.ozlabs.org
6303 S:      Maintained
6304 F:      arch/powerpc/platforms/pasemi/
6305 F:      drivers/*/*pasemi*
6306 F:      drivers/*/*/*pasemi*
6307
6308 LINUX SECURITY MODULE (LSM) FRAMEWORK
6309 M:      Chris Wright <chrisw@sous-sol.org>
6310 L:      linux-security-module@vger.kernel.org
6311 S:      Supported
6312
6313 LIS3LV02D ACCELEROMETER DRIVER
6314 M:      Eric Piel <eric.piel@tremplin-utc.net>
6315 S:      Maintained
6316 F:      Documentation/misc-devices/lis3lv02d
6317 F:      drivers/misc/lis3lv02d/
6318 F:      drivers/platform/x86/hp_accel.c
6319
6320 LIVE PATCHING
6321 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6322 M:      Seth Jennings <sjenning@redhat.com>
6323 M:      Jiri Kosina <jikos@kernel.org>
6324 M:      Vojtech Pavlik <vojtech@suse.com>
6325 S:      Maintained
6326 F:      kernel/livepatch/
6327 F:      include/linux/livepatch.h
6328 F:      arch/x86/include/asm/livepatch.h
6329 F:      arch/x86/kernel/livepatch.c
6330 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6331 F:      samples/livepatch/
6332 L:      live-patching@vger.kernel.org
6333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6334
6335 LLC (802.2)
6336 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6337 S:      Maintained
6338 F:      include/linux/llc.h
6339 F:      include/uapi/linux/llc.h
6340 F:      include/net/llc*
6341 F:      net/llc/
6342
6343 LM73 HARDWARE MONITOR DRIVER
6344 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6345 L:      lm-sensors@lm-sensors.org
6346 S:      Maintained
6347 F:      drivers/hwmon/lm73.c
6348
6349 LM78 HARDWARE MONITOR DRIVER
6350 M:      Jean Delvare <jdelvare@suse.com>
6351 L:      lm-sensors@lm-sensors.org
6352 S:      Maintained
6353 F:      Documentation/hwmon/lm78
6354 F:      drivers/hwmon/lm78.c
6355
6356 LM83 HARDWARE MONITOR DRIVER
6357 M:      Jean Delvare <jdelvare@suse.com>
6358 L:      lm-sensors@lm-sensors.org
6359 S:      Maintained
6360 F:      Documentation/hwmon/lm83
6361 F:      drivers/hwmon/lm83.c
6362
6363 LM90 HARDWARE MONITOR DRIVER
6364 M:      Jean Delvare <jdelvare@suse.com>
6365 L:      lm-sensors@lm-sensors.org
6366 S:      Maintained
6367 F:      Documentation/hwmon/lm90
6368 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6369 F:      drivers/hwmon/lm90.c
6370
6371 LM95234 HARDWARE MONITOR DRIVER
6372 M:      Guenter Roeck <linux@roeck-us.net>
6373 L:      lm-sensors@lm-sensors.org
6374 S:      Maintained
6375 F:      Documentation/hwmon/lm95234
6376 F:      drivers/hwmon/lm95234.c
6377
6378 LME2510 MEDIA DRIVER
6379 M:      Malcolm Priestley <tvboxspy@gmail.com>
6380 L:      linux-media@vger.kernel.org
6381 W:      http://linuxtv.org/
6382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6383 S:      Maintained
6384 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6385
6386 LOCKDEP AND LOCKSTAT
6387 M:      Peter Zijlstra <peterz@infradead.org>
6388 M:      Ingo Molnar <mingo@redhat.com>
6389 L:      linux-kernel@vger.kernel.org
6390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6391 S:      Maintained
6392 F:      Documentation/locking/lockdep*.txt
6393 F:      Documentation/locking/lockstat.txt
6394 F:      include/linux/lockdep.h
6395 F:      kernel/locking/
6396
6397 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6398 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6399 L:      linux-ntfs-dev@lists.sourceforge.net
6400 W:      http://www.linux-ntfs.org/content/view/19/37/
6401 S:      Maintained
6402 F:      Documentation/ldm.txt
6403 F:      block/partitions/ldm.*
6404
6405 LogFS
6406 M:      Joern Engel <joern@logfs.org>
6407 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6408 L:      logfs@logfs.org
6409 W:      logfs.org
6410 S:      Maintained
6411 F:      fs/logfs/
6412
6413 LPC32XX MACHINE SUPPORT
6414 M:      Roland Stigge <stigge@antcom.de>
6415 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6416 S:      Maintained
6417 F:      arch/arm/mach-lpc32xx/
6418
6419 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6420 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6421 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6422 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6423 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6424 L:      MPT-FusionLinux.pdl@avagotech.com
6425 L:      linux-scsi@vger.kernel.org
6426 W:      http://www.lsilogic.com/support
6427 S:      Supported
6428 F:      drivers/message/fusion/
6429 F:      drivers/scsi/mpt2sas/
6430 F:      drivers/scsi/mpt3sas/
6431
6432 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6433 M:      Matthew Wilcox <matthew@wil.cx>
6434 L:      linux-scsi@vger.kernel.org
6435 S:      Maintained
6436 F:      drivers/scsi/sym53c8xx_2/
6437
6438 LTC4261 HARDWARE MONITOR DRIVER
6439 M:      Guenter Roeck <linux@roeck-us.net>
6440 L:      lm-sensors@lm-sensors.org
6441 S:      Maintained
6442 F:      Documentation/hwmon/ltc4261
6443 F:      drivers/hwmon/ltc4261.c
6444
6445 LTP (Linux Test Project)
6446 M:      Mike Frysinger <vapier@gentoo.org>
6447 M:      Cyril Hrubis <chrubis@suse.cz>
6448 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6449 M:      Jan Stancek <jstancek@redhat.com>
6450 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6451 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6452 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6453 W:      http://linux-test-project.github.io/
6454 T:      git git://github.com/linux-test-project/ltp.git
6455 S:      Maintained
6456
6457 M32R ARCHITECTURE
6458 W:      http://www.linux-m32r.org/
6459 S:      Orphan
6460 F:      arch/m32r/
6461
6462 M68K ARCHITECTURE
6463 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6464 L:      linux-m68k@lists.linux-m68k.org
6465 W:      http://www.linux-m68k.org/
6466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6467 S:      Maintained
6468 F:      arch/m68k/
6469 F:      drivers/zorro/
6470
6471 M68K ON APPLE MACINTOSH
6472 M:      Joshua Thompson <funaho@jurai.org>
6473 W:      http://www.mac.linux-m68k.org/
6474 L:      linux-m68k@lists.linux-m68k.org
6475 S:      Maintained
6476 F:      arch/m68k/mac/
6477
6478 M68K ON HP9000/300
6479 M:      Philip Blundell <philb@gnu.org>
6480 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6481 S:      Maintained
6482 F:      arch/m68k/hp300/
6483
6484 M88DS3103 MEDIA DRIVER
6485 M:      Antti Palosaari <crope@iki.fi>
6486 L:      linux-media@vger.kernel.org
6487 W:      http://linuxtv.org/
6488 W:      http://palosaari.fi/linux/
6489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6490 T:      git git://linuxtv.org/anttip/media_tree.git
6491 S:      Maintained
6492 F:      drivers/media/dvb-frontends/m88ds3103*
6493
6494 M88RS2000 MEDIA DRIVER
6495 M:      Malcolm Priestley <tvboxspy@gmail.com>
6496 L:      linux-media@vger.kernel.org
6497 W:      http://linuxtv.org/
6498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6499 S:      Maintained
6500 F:      drivers/media/dvb-frontends/m88rs2000*
6501
6502 MA901 MASTERKIT USB FM RADIO DRIVER
6503 M:      Alexey Klimov <klimov.linux@gmail.com>
6504 L:      linux-media@vger.kernel.org
6505 T:      git git://linuxtv.org/media_tree.git
6506 S:      Maintained
6507 F:      drivers/media/radio/radio-ma901.c
6508
6509 MAC80211
6510 M:      Johannes Berg <johannes@sipsolutions.net>
6511 L:      linux-wireless@vger.kernel.org
6512 W:      http://wireless.kernel.org/
6513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6515 S:      Maintained
6516 F:      Documentation/networking/mac80211-injection.txt
6517 F:      include/net/mac80211.h
6518 F:      net/mac80211/
6519
6520 MACVLAN DRIVER
6521 M:      Patrick McHardy <kaber@trash.net>
6522 L:      netdev@vger.kernel.org
6523 S:      Maintained
6524 F:      drivers/net/macvlan.c
6525 F:      include/linux/if_macvlan.h
6526
6527 MAILBOX API
6528 M:      Jassi Brar <jassisinghbrar@gmail.com>
6529 L:      linux-kernel@vger.kernel.org
6530 S:      Maintained
6531 F:      drivers/mailbox/
6532 F:      include/linux/mailbox_client.h
6533 F:      include/linux/mailbox_controller.h
6534
6535 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6536 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6537 W:      http://www.kernel.org/doc/man-pages
6538 L:      linux-man@vger.kernel.org
6539 S:      Maintained
6540
6541 MARVELL ARMADA DRM SUPPORT
6542 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6543 S:      Maintained
6544 F:      drivers/gpu/drm/armada/
6545
6546 MARVELL 88E6352 DSA support
6547 M:      Guenter Roeck <linux@roeck-us.net>
6548 S:      Maintained
6549 F:      drivers/net/dsa/mv88e6352.c
6550
6551 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6552 M:      Mirko Lindner <mlindner@marvell.com>
6553 M:      Stephen Hemminger <stephen@networkplumber.org>
6554 L:      netdev@vger.kernel.org
6555 S:      Maintained
6556 F:      drivers/net/ethernet/marvell/sk*
6557
6558 MARVELL LIBERTAS WIRELESS DRIVER
6559 L:      libertas-dev@lists.infradead.org
6560 S:      Orphan
6561 F:      drivers/net/wireless/libertas/
6562
6563 MARVELL MV643XX ETHERNET DRIVER
6564 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6565 L:      netdev@vger.kernel.org
6566 S:      Maintained
6567 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6568 F:      include/linux/mv643xx.h
6569
6570 MARVELL MVNETA ETHERNET DRIVER
6571 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6572 L:      netdev@vger.kernel.org
6573 S:      Maintained
6574 F:      drivers/net/ethernet/marvell/mvneta.*
6575
6576 MARVELL MWIFIEX WIRELESS DRIVER
6577 M:      Amitkumar Karwar <akarwar@marvell.com>
6578 M:      Nishant Sarmukadam <nishants@marvell.com>
6579 L:      linux-wireless@vger.kernel.org
6580 S:      Maintained
6581 F:      drivers/net/wireless/mwifiex/
6582
6583 MARVELL MWL8K WIRELESS DRIVER
6584 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6585 L:      linux-wireless@vger.kernel.org
6586 S:      Odd Fixes
6587 F:      drivers/net/wireless/mwl8k.c
6588
6589 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6590 M:      Nicolas Pitre <nico@fluxnic.net>
6591 S:      Odd Fixes
6592 F:      drivers/mmc/host/mvsdio.*
6593
6594 MATROX FRAMEBUFFER DRIVER
6595 L:      linux-fbdev@vger.kernel.org
6596 S:      Orphan
6597 F:      drivers/video/fbdev/matrox/matroxfb_*
6598 F:      include/uapi/linux/matroxfb.h
6599
6600 MAX16065 HARDWARE MONITOR DRIVER
6601 M:      Guenter Roeck <linux@roeck-us.net>
6602 L:      lm-sensors@lm-sensors.org
6603 S:      Maintained
6604 F:      Documentation/hwmon/max16065
6605 F:      drivers/hwmon/max16065.c
6606
6607 MAX20751 HARDWARE MONITOR DRIVER
6608 M:      Guenter Roeck <linux@roeck-us.net>
6609 L:      lm-sensors@lm-sensors.org
6610 S:      Maintained
6611 F:      Documentation/hwmon/max20751
6612 F:      drivers/hwmon/max20751.c
6613
6614 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6615 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6616 L:      lm-sensors@lm-sensors.org
6617 S:      Maintained
6618 F:      Documentation/hwmon/max6650
6619 F:      drivers/hwmon/max6650.c
6620
6621 MAX6697 HARDWARE MONITOR DRIVER
6622 M:      Guenter Roeck <linux@roeck-us.net>
6623 L:      lm-sensors@lm-sensors.org
6624 S:      Maintained
6625 F:      Documentation/hwmon/max6697
6626 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6627 F:      drivers/hwmon/max6697.c
6628 F:      include/linux/platform_data/max6697.h
6629
6630 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6631 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6632 L:      linux-pm@vger.kernel.org
6633 S:      Supported
6634 F:      drivers/power/max14577_charger.c
6635 F:      drivers/power/max77693_charger.c
6636
6637 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6638 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6639 L:      linux-kernel@vger.kernel.org
6640 S:      Supported
6641 F:      drivers/*/*max77802.c
6642 F:      Documentation/devicetree/bindings/*/*max77802.txt
6643 F:      include/dt-bindings/*/*max77802.h
6644
6645 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6646 M:      Chanwoo Choi <cw00.choi@samsung.com>
6647 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6648 L:      linux-kernel@vger.kernel.org
6649 S:      Supported
6650 F:      drivers/*/max14577.c
6651 F:      drivers/*/max77686.c
6652 F:      drivers/*/max77693.c
6653 F:      drivers/extcon/extcon-max14577.c
6654 F:      drivers/extcon/extcon-max77693.c
6655 F:      drivers/rtc/rtc-max77686.c
6656 F:      drivers/clk/clk-max77686.c
6657 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6658 F:      Documentation/devicetree/bindings/*/max77686.txt
6659 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6660 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6661 F:      include/linux/mfd/max14577*.h
6662 F:      include/linux/mfd/max77686*.h
6663 F:      include/linux/mfd/max77693*.h
6664
6665 MAXIRADIO FM RADIO RECEIVER DRIVER
6666 M:      Hans Verkuil <hverkuil@xs4all.nl>
6667 L:      linux-media@vger.kernel.org
6668 T:      git git://linuxtv.org/media_tree.git
6669 W:      http://linuxtv.org
6670 S:      Maintained
6671 F:      drivers/media/radio/radio-maxiradio*
6672
6673 MEDIA DRIVERS FOR RENESAS - VSP1
6674 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6675 L:      linux-media@vger.kernel.org
6676 L:      linux-sh@vger.kernel.org
6677 T:      git git://linuxtv.org/media_tree.git
6678 S:      Supported
6679 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6680 F:      drivers/media/platform/vsp1/
6681
6682 MEDIA DRIVERS FOR ASCOT2E
6683 M:      Sergey Kozlov <serjk@netup.ru>
6684 L:      linux-media@vger.kernel.org
6685 W:      http://linuxtv.org
6686 W:      http://netup.tv/
6687 T:      git git://linuxtv.org/media_tree.git
6688 S:      Supported
6689 F:      drivers/media/dvb-frontends/ascot2e*
6690
6691 MEDIA DRIVERS FOR CXD2841ER
6692 M:      Sergey Kozlov <serjk@netup.ru>
6693 L:      linux-media@vger.kernel.org
6694 W:      http://linuxtv.org/
6695 W:      http://netup.tv/
6696 T:      git git://linuxtv.org/media_tree.git
6697 S:      Supported
6698 F:      drivers/media/dvb-frontends/cxd2841er*
6699
6700 MEDIA DRIVERS FOR HORUS3A
6701 M:      Sergey Kozlov <serjk@netup.ru>
6702 L:      linux-media@vger.kernel.org
6703 W:      http://linuxtv.org/
6704 W:      http://netup.tv/
6705 T:      git git://linuxtv.org/media_tree.git
6706 S:      Supported
6707 F:      drivers/media/dvb-frontends/horus3a*
6708
6709 MEDIA DRIVERS FOR LNBH25
6710 M:      Sergey Kozlov <serjk@netup.ru>
6711 L:      linux-media@vger.kernel.org
6712 W:      http://linuxtv.org/
6713 W:      http://netup.tv/
6714 T:      git git://linuxtv.org/media_tree.git
6715 S:      Supported
6716 F:      drivers/media/dvb-frontends/lnbh25*
6717
6718 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6719 M:      Sergey Kozlov <serjk@netup.ru>
6720 L:      linux-media@vger.kernel.org
6721 W:      http://linuxtv.org/
6722 W:      http://netup.tv/
6723 T:      git git://linuxtv.org/media_tree.git
6724 S:      Supported
6725 F:      drivers/media/pci/netup_unidvb/*
6726
6727 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6728 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6729 P:      LinuxTV.org Project
6730 L:      linux-media@vger.kernel.org
6731 W:      http://linuxtv.org
6732 Q:      http://patchwork.kernel.org/project/linux-media/list/
6733 T:      git git://linuxtv.org/media_tree.git
6734 S:      Maintained
6735 F:      Documentation/dvb/
6736 F:      Documentation/video4linux/
6737 F:      Documentation/DocBook/media/
6738 F:      drivers/media/
6739 F:      drivers/staging/media/
6740 F:      include/media/
6741 F:      include/uapi/linux/dvb/
6742 F:      include/uapi/linux/videodev2.h
6743 F:      include/uapi/linux/media.h
6744 F:      include/uapi/linux/v4l2-*
6745 F:      include/uapi/linux/meye.h
6746 F:      include/uapi/linux/ivtv*
6747 F:      include/uapi/linux/uvcvideo.h
6748
6749 MEDIATEK MT7601U WIRELESS LAN DRIVER
6750 M:      Jakub Kicinski <kubakici@wp.pl>
6751 L:      linux-wireless@vger.kernel.org
6752 S:      Maintained
6753 F:      drivers/net/wireless/mediatek/mt7601u/
6754
6755 MEGARAID SCSI/SAS DRIVERS
6756 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6757 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6758 M:      Uday Lingala <uday.lingala@avagotech.com>
6759 L:      megaraidlinux.pdl@avagotech.com
6760 L:      linux-scsi@vger.kernel.org
6761 W:      http://www.lsi.com
6762 S:      Maintained
6763 F:      Documentation/scsi/megaraid.txt
6764 F:      drivers/scsi/megaraid.*
6765 F:      drivers/scsi/megaraid/
6766
6767 MELLANOX ETHERNET DRIVER (mlx4_en)
6768 M:      Amir Vadai <amirv@mellanox.com>
6769 M:      Ido Shamay <idos@mellanox.com>
6770 L:      netdev@vger.kernel.org
6771 S:      Supported
6772 W:      http://www.mellanox.com
6773 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6774 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6775
6776 MELLANOX ETHERNET SWITCH DRIVERS
6777 M:      Jiri Pirko <jiri@mellanox.com>
6778 M:      Ido Schimmel <idosch@mellanox.com>
6779 L:      netdev@vger.kernel.org
6780 S:      Supported
6781 W:      http://www.mellanox.com
6782 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6783 F:      drivers/net/ethernet/mellanox/mlxsw/
6784
6785 MEMORY MANAGEMENT
6786 L:      linux-mm@kvack.org
6787 W:      http://www.linux-mm.org
6788 S:      Maintained
6789 F:      include/linux/mm.h
6790 F:      include/linux/gfp.h
6791 F:      include/linux/mmzone.h
6792 F:      include/linux/memory_hotplug.h
6793 F:      include/linux/vmalloc.h
6794 F:      mm/
6795
6796 MEMORY TECHNOLOGY DEVICES (MTD)
6797 M:      David Woodhouse <dwmw2@infradead.org>
6798 M:      Brian Norris <computersforpeace@gmail.com>
6799 L:      linux-mtd@lists.infradead.org
6800 W:      http://www.linux-mtd.infradead.org/
6801 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6802 T:      git git://git.infradead.org/linux-mtd.git
6803 T:      git git://git.infradead.org/l2-mtd.git
6804 S:      Maintained
6805 F:      drivers/mtd/
6806 F:      include/linux/mtd/
6807 F:      include/uapi/mtd/
6808
6809 MEN A21 WATCHDOG DRIVER
6810 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6811 L:      linux-watchdog@vger.kernel.org
6812 S:      Maintained
6813 F:      drivers/watchdog/mena21_wdt.c
6814
6815 MEN CHAMELEON BUS (mcb)
6816 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6817 S:      Maintained
6818 F:      drivers/mcb/
6819 F:      include/linux/mcb.h
6820 F:      Documentation/men-chameleon-bus.txt
6821
6822 MEN F21BMC (Board Management Controller)
6823 M:      Andreas Werner <andreas.werner@men.de>
6824 S:      Supported
6825 F:      drivers/mfd/menf21bmc.c
6826 F:      drivers/watchdog/menf21bmc_wdt.c
6827 F:      drivers/leds/leds-menf21bmc.c
6828 F:      drivers/hwmon/menf21bmc_hwmon.c
6829 F:      Documentation/hwmon/menf21bmc
6830
6831 METAG ARCHITECTURE
6832 M:      James Hogan <james.hogan@imgtec.com>
6833 L:      linux-metag@vger.kernel.org
6834 S:      Supported
6835 F:      arch/metag/
6836 F:      Documentation/metag/
6837 F:      Documentation/devicetree/bindings/metag/
6838 F:      drivers/clocksource/metag_generic.c
6839 F:      drivers/irqchip/irq-metag.c
6840 F:      drivers/irqchip/irq-metag-ext.c
6841 F:      drivers/tty/metag_da.c
6842
6843 MICROBLAZE ARCHITECTURE
6844 M:      Michal Simek <monstr@monstr.eu>
6845 W:      http://www.monstr.eu/fdt/
6846 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6847 S:      Supported
6848 F:      arch/microblaze/
6849
6850 MICROTEK X6 SCANNER
6851 M:      Oliver Neukum <oliver@neukum.org>
6852 S:      Maintained
6853 F:      drivers/usb/image/microtek.*
6854
6855 MIPS
6856 M:      Ralf Baechle <ralf@linux-mips.org>
6857 L:      linux-mips@linux-mips.org
6858 W:      http://www.linux-mips.org/
6859 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6860 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6861 S:      Supported
6862 F:      Documentation/mips/
6863 F:      arch/mips/
6864
6865 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6866 M:      Hans Verkuil <hverkuil@xs4all.nl>
6867 L:      linux-media@vger.kernel.org
6868 T:      git git://linuxtv.org/media_tree.git
6869 W:      http://linuxtv.org
6870 S:      Odd Fixes
6871 F:      drivers/media/radio/radio-miropcm20*
6872
6873 Mellanox MLX5 core VPI driver
6874 M:      Eli Cohen <eli@mellanox.com>
6875 L:      netdev@vger.kernel.org
6876 L:      linux-rdma@vger.kernel.org
6877 W:      http://www.mellanox.com
6878 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6879 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6880 T:      git git://openfabrics.org/~eli/connect-ib.git
6881 S:      Supported
6882 F:      drivers/net/ethernet/mellanox/mlx5/core/
6883 F:      include/linux/mlx5/
6884
6885 Mellanox MLX5 IB driver
6886 M:      Eli Cohen <eli@mellanox.com>
6887 L:      linux-rdma@vger.kernel.org
6888 W:      http://www.mellanox.com
6889 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6890 T:      git git://openfabrics.org/~eli/connect-ib.git
6891 S:      Supported
6892 F:      include/linux/mlx5/
6893 F:      drivers/infiniband/hw/mlx5/
6894
6895 MN88472 MEDIA DRIVER
6896 M:      Antti Palosaari <crope@iki.fi>
6897 L:      linux-media@vger.kernel.org
6898 W:      http://linuxtv.org/
6899 W:      http://palosaari.fi/linux/
6900 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6901 T:      git git://linuxtv.org/anttip/media_tree.git
6902 S:      Maintained
6903 F:      drivers/staging/media/mn88472/
6904 F:      drivers/media/dvb-frontends/mn88472.h
6905
6906 MN88473 MEDIA DRIVER
6907 M:      Antti Palosaari <crope@iki.fi>
6908 L:      linux-media@vger.kernel.org
6909 W:      http://linuxtv.org/
6910 W:      http://palosaari.fi/linux/
6911 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6912 T:      git git://linuxtv.org/anttip/media_tree.git
6913 S:      Maintained
6914 F:      drivers/staging/media/mn88473/
6915 F:      drivers/media/dvb-frontends/mn88473.h
6916
6917 MODULE SUPPORT
6918 M:      Rusty Russell <rusty@rustcorp.com.au>
6919 S:      Maintained
6920 F:      include/linux/module.h
6921 F:      kernel/module.c
6922
6923 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6924 W:      http://popies.net/meye/
6925 S:      Orphan
6926 F:      Documentation/video4linux/meye.txt
6927 F:      drivers/media/pci/meye/
6928 F:      include/uapi/linux/meye.h
6929
6930 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6931 M:      Jiri Slaby <jirislaby@gmail.com>
6932 S:      Maintained
6933 F:      Documentation/serial/moxa-smartio
6934 F:      drivers/tty/mxser.*
6935
6936 MR800 AVERMEDIA USB FM RADIO DRIVER
6937 M:      Alexey Klimov <klimov.linux@gmail.com>
6938 L:      linux-media@vger.kernel.org
6939 T:      git git://linuxtv.org/media_tree.git
6940 S:      Maintained
6941 F:      drivers/media/radio/radio-mr800.c
6942
6943 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6944 M:      Alan Ott <alan@signal11.us>
6945 L:      linux-wpan@vger.kernel.org
6946 S:      Maintained
6947 F:      drivers/net/ieee802154/mrf24j40.c
6948
6949 MSI LAPTOP SUPPORT
6950 M:      "Lee, Chun-Yi" <jlee@suse.com>
6951 L:      platform-driver-x86@vger.kernel.org
6952 S:      Maintained
6953 F:      drivers/platform/x86/msi-laptop.c
6954
6955 MSI WMI SUPPORT
6956 L:      platform-driver-x86@vger.kernel.org
6957 S:      Orphan
6958 F:      drivers/platform/x86/msi-wmi.c
6959
6960 MSI001 MEDIA DRIVER
6961 M:      Antti Palosaari <crope@iki.fi>
6962 L:      linux-media@vger.kernel.org
6963 W:      http://linuxtv.org/
6964 W:      http://palosaari.fi/linux/
6965 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6966 T:      git git://linuxtv.org/anttip/media_tree.git
6967 S:      Maintained
6968 F:      drivers/media/tuners/msi001*
6969
6970 MSI2500 MEDIA DRIVER
6971 M:      Antti Palosaari <crope@iki.fi>
6972 L:      linux-media@vger.kernel.org
6973 W:      http://linuxtv.org/
6974 W:      http://palosaari.fi/linux/
6975 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6976 T:      git git://linuxtv.org/anttip/media_tree.git
6977 S:      Maintained
6978 F:      drivers/media/usb/msi2500/
6979
6980 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6981 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6982 L:      linux-mtd@lists.infradead.org
6983 S:      Maintained
6984 F:      drivers/mtd/devices/docg3*
6985
6986 MT9M032 APTINA SENSOR DRIVER
6987 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6988 L:      linux-media@vger.kernel.org
6989 T:      git git://linuxtv.org/media_tree.git
6990 S:      Maintained
6991 F:      drivers/media/i2c/mt9m032.c
6992 F:      include/media/mt9m032.h
6993
6994 MT9P031 APTINA CAMERA SENSOR
6995 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6996 L:      linux-media@vger.kernel.org
6997 T:      git git://linuxtv.org/media_tree.git
6998 S:      Maintained
6999 F:      drivers/media/i2c/mt9p031.c
7000 F:      include/media/mt9p031.h
7001
7002 MT9T001 APTINA CAMERA SENSOR
7003 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7004 L:      linux-media@vger.kernel.org
7005 T:      git git://linuxtv.org/media_tree.git
7006 S:      Maintained
7007 F:      drivers/media/i2c/mt9t001.c
7008 F:      include/media/mt9t001.h
7009
7010 MT9V032 APTINA CAMERA SENSOR
7011 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7012 L:      linux-media@vger.kernel.org
7013 T:      git git://linuxtv.org/media_tree.git
7014 S:      Maintained
7015 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7016 F:      drivers/media/i2c/mt9v032.c
7017 F:      include/media/mt9v032.h
7018
7019 MULTIFUNCTION DEVICES (MFD)
7020 M:      Samuel Ortiz <sameo@linux.intel.com>
7021 M:      Lee Jones <lee.jones@linaro.org>
7022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7023 S:      Supported
7024 F:      drivers/mfd/
7025 F:      include/linux/mfd/
7026
7027 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7028 M:      Ulf Hansson <ulf.hansson@linaro.org>
7029 L:      linux-mmc@vger.kernel.org
7030 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7031 S:      Maintained
7032 F:      drivers/mmc/
7033 F:      include/linux/mmc/
7034 F:      include/uapi/linux/mmc/
7035
7036 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7037 S:      Orphan
7038 F:      drivers/mmc/host/mmc_spi.c
7039 F:      include/linux/spi/mmc_spi.h
7040
7041 MULTISOUND SOUND DRIVER
7042 M:      Andrew Veliath <andrewtv@usa.net>
7043 S:      Maintained
7044 F:      Documentation/sound/oss/MultiSound
7045 F:      sound/oss/msnd*
7046
7047 MULTITECH MULTIPORT CARD (ISICOM)
7048 S:      Orphan
7049 F:      drivers/tty/isicom.c
7050 F:      include/linux/isicom.h
7051
7052 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7053 M:      Felipe Balbi <balbi@ti.com>
7054 L:      linux-usb@vger.kernel.org
7055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7056 S:      Maintained
7057 F:      drivers/usb/musb/
7058
7059 MXL5007T MEDIA DRIVER
7060 M:      Michael Krufky <mkrufky@linuxtv.org>
7061 L:      linux-media@vger.kernel.org
7062 W:      http://linuxtv.org/
7063 W:      http://github.com/mkrufky
7064 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7065 T:      git git://linuxtv.org/mkrufky/tuners.git
7066 S:      Maintained
7067 F:      drivers/media/tuners/mxl5007t.*
7068
7069 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7070 M:      Hyong-Youb Kim <hykim@myri.com>
7071 L:      netdev@vger.kernel.org
7072 W:      https://www.myricom.com/support/downloads/myri10ge.html
7073 S:      Supported
7074 F:      drivers/net/ethernet/myricom/myri10ge/
7075
7076 NATSEMI ETHERNET DRIVER (DP8381x)
7077 S:      Orphan
7078 F:      drivers/net/ethernet/natsemi/natsemi.c
7079
7080 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7081 M:      Daniel Mack <zonque@gmail.com>
7082 S:      Maintained
7083 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7084 W:      http://www.native-instruments.com
7085 F:      sound/usb/caiaq/
7086
7087 NCP FILESYSTEM
7088 M:      Petr Vandrovec <petr@vandrovec.name>
7089 S:      Odd Fixes
7090 F:      fs/ncpfs/
7091
7092 NCR 5380 SCSI DRIVERS
7093 M:      Finn Thain <fthain@telegraphics.com.au>
7094 M:      Michael Schmitz <schmitzmic@gmail.com>
7095 L:      linux-scsi@vger.kernel.org
7096 S:      Maintained
7097 F:      Documentation/scsi/g_NCR5380.txt
7098 F:      drivers/scsi/NCR5380.*
7099 F:      drivers/scsi/arm/cumana_1.c
7100 F:      drivers/scsi/arm/oak.c
7101 F:      drivers/scsi/atari_NCR5380.c
7102 F:      drivers/scsi/atari_scsi.*
7103 F:      drivers/scsi/dmx3191d.c
7104 F:      drivers/scsi/dtc.*
7105 F:      drivers/scsi/g_NCR5380.*
7106 F:      drivers/scsi/g_NCR5380_mmio.c
7107 F:      drivers/scsi/mac_scsi.*
7108 F:      drivers/scsi/pas16.*
7109 F:      drivers/scsi/sun3_scsi.*
7110 F:      drivers/scsi/sun3_scsi_vme.c
7111 F:      drivers/scsi/t128.*
7112
7113 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7114 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7115 L:      linux-scsi@vger.kernel.org
7116 S:      Maintained
7117 F:      drivers/scsi/NCR_D700.*
7118
7119 NCT6775 HARDWARE MONITOR DRIVER
7120 M:      Guenter Roeck <linux@roeck-us.net>
7121 L:      lm-sensors@lm-sensors.org
7122 S:      Maintained
7123 F:      Documentation/hwmon/nct6775
7124 F:      drivers/hwmon/nct6775.c
7125
7126 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7127 M:      Faisal Latif <faisal.latif@intel.com>
7128 L:      linux-rdma@vger.kernel.org
7129 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7130 S:      Supported
7131 F:      drivers/infiniband/hw/nes/
7132
7133 NETEM NETWORK EMULATOR
7134 M:      Stephen Hemminger <stephen@networkplumber.org>
7135 L:      netem@lists.linux-foundation.org
7136 S:      Maintained
7137 F:      net/sched/sch_netem.c
7138
7139 NETERION 10GbE DRIVERS (s2io/vxge)
7140 M:      Jon Mason <jdmason@kudzu.us>
7141 L:      netdev@vger.kernel.org
7142 S:      Supported
7143 F:      Documentation/networking/s2io.txt
7144 F:      Documentation/networking/vxge.txt
7145 F:      drivers/net/ethernet/neterion/
7146
7147 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7148 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7149 M:      Patrick McHardy <kaber@trash.net>
7150 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7151 L:      netfilter-devel@vger.kernel.org
7152 L:      coreteam@netfilter.org
7153 W:      http://www.netfilter.org/
7154 W:      http://www.iptables.org/
7155 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7158 S:      Supported
7159 F:      include/linux/netfilter*
7160 F:      include/linux/netfilter/
7161 F:      include/net/netfilter/
7162 F:      include/uapi/linux/netfilter*
7163 F:      include/uapi/linux/netfilter/
7164 F:      net/*/netfilter.c
7165 F:      net/*/netfilter/
7166 F:      net/netfilter/
7167 F:      net/bridge/br_netfilter*.c
7168
7169 NETLABEL
7170 M:      Paul Moore <paul@paul-moore.com>
7171 W:      http://netlabel.sf.net
7172 L:      netdev@vger.kernel.org
7173 S:      Maintained
7174 F:      Documentation/netlabel/
7175 F:      include/net/netlabel.h
7176 F:      net/netlabel/
7177
7178 NETROM NETWORK LAYER
7179 M:      Ralf Baechle <ralf@linux-mips.org>
7180 L:      linux-hams@vger.kernel.org
7181 W:      http://www.linux-ax25.org/
7182 S:      Maintained
7183 F:      include/net/netrom.h
7184 F:      include/uapi/linux/netrom.h
7185 F:      net/netrom/
7186
7187 NETWORK BLOCK DEVICE (NBD)
7188 M:      Markus Pargmann <mpa@pengutronix.de>
7189 S:      Maintained
7190 L:      nbd-general@lists.sourceforge.net
7191 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7192 F:      Documentation/blockdev/nbd.txt
7193 F:      drivers/block/nbd.c
7194 F:      include/uapi/linux/nbd.h
7195
7196 NETWORK DROP MONITOR
7197 M:      Neil Horman <nhorman@tuxdriver.com>
7198 L:      netdev@vger.kernel.org
7199 S:      Maintained
7200 W:      https://fedorahosted.org/dropwatch/
7201 F:      net/core/drop_monitor.c
7202
7203 NETWORKING [GENERAL]
7204 M:      "David S. Miller" <davem@davemloft.net>
7205 L:      netdev@vger.kernel.org
7206 W:      http://www.linuxfoundation.org/en/Net
7207 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7210 S:      Maintained
7211 F:      net/
7212 F:      include/net/
7213 F:      include/linux/in.h
7214 F:      include/linux/net.h
7215 F:      include/linux/netdevice.h
7216 F:      include/uapi/linux/in.h
7217 F:      include/uapi/linux/net.h
7218 F:      include/uapi/linux/netdevice.h
7219 F:      include/uapi/linux/net_namespace.h
7220 F:      tools/net/
7221 F:      tools/testing/selftests/net/
7222 F:      lib/random32.c
7223 F:      lib/test_bpf.c
7224
7225 NETWORKING [IPv4/IPv6]
7226 M:      "David S. Miller" <davem@davemloft.net>
7227 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7228 M:      James Morris <jmorris@namei.org>
7229 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7230 M:      Patrick McHardy <kaber@trash.net>
7231 L:      netdev@vger.kernel.org
7232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7233 S:      Maintained
7234 F:      net/ipv4/
7235 F:      net/ipv6/
7236 F:      include/net/ip*
7237 F:      arch/x86/net/*
7238
7239 NETWORKING [IPSEC]
7240 M:      Steffen Klassert <steffen.klassert@secunet.com>
7241 M:      Herbert Xu <herbert@gondor.apana.org.au>
7242 M:      "David S. Miller" <davem@davemloft.net>
7243 L:      netdev@vger.kernel.org
7244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7246 S:      Maintained
7247 F:      net/core/flow.c
7248 F:      net/xfrm/
7249 F:      net/key/
7250 F:      net/ipv4/xfrm*
7251 F:      net/ipv4/esp4.c
7252 F:      net/ipv4/ah4.c
7253 F:      net/ipv4/ipcomp.c
7254 F:      net/ipv4/ip_vti.c
7255 F:      net/ipv6/xfrm*
7256 F:      net/ipv6/esp6.c
7257 F:      net/ipv6/ah6.c
7258 F:      net/ipv6/ipcomp6.c
7259 F:      net/ipv6/ip6_vti.c
7260 F:      include/uapi/linux/xfrm.h
7261 F:      include/net/xfrm.h
7262
7263 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7264 M:      Paul Moore <paul@paul-moore.com>
7265 L:      netdev@vger.kernel.org
7266 S:      Maintained
7267
7268 NETWORKING [WIRELESS]
7269 L:      linux-wireless@vger.kernel.org
7270 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7271
7272 NETWORKING DRIVERS
7273 L:      netdev@vger.kernel.org
7274 W:      http://www.linuxfoundation.org/en/Net
7275 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7278 S:      Odd Fixes
7279 F:      drivers/net/
7280 F:      include/linux/if_*
7281 F:      include/linux/netdevice.h
7282 F:      include/linux/arcdevice.h
7283 F:      include/linux/etherdevice.h
7284 F:      include/linux/fcdevice.h
7285 F:      include/linux/fddidevice.h
7286 F:      include/linux/hippidevice.h
7287 F:      include/linux/inetdevice.h
7288 F:      include/uapi/linux/if_*
7289 F:      include/uapi/linux/netdevice.h
7290
7291 NETWORKING DRIVERS (WIRELESS)
7292 M:      Kalle Valo <kvalo@codeaurora.org>
7293 L:      linux-wireless@vger.kernel.org
7294 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7296 S:      Maintained
7297 F:      drivers/net/wireless/
7298
7299 NETXEN (1/10) GbE SUPPORT
7300 M:      Manish Chopra <manish.chopra@qlogic.com>
7301 M:      Sony Chacko <sony.chacko@qlogic.com>
7302 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7303 L:      netdev@vger.kernel.org
7304 W:      http://www.qlogic.com
7305 S:      Supported
7306 F:      drivers/net/ethernet/qlogic/netxen/
7307
7308 NFC SUBSYSTEM
7309 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7310 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7311 M:      Samuel Ortiz <sameo@linux.intel.com>
7312 L:      linux-wireless@vger.kernel.org
7313 L:      linux-nfc@lists.01.org (subscribers-only)
7314 S:      Supported
7315 F:      net/nfc/
7316 F:      include/net/nfc/
7317 F:      include/uapi/linux/nfc.h
7318 F:      drivers/nfc/
7319 F:      include/linux/platform_data/pn544.h
7320 F:      Documentation/devicetree/bindings/net/nfc/
7321
7322 NFS, SUNRPC, AND LOCKD CLIENTS
7323 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7324 M:      Anna Schumaker <anna.schumaker@netapp.com>
7325 L:      linux-nfs@vger.kernel.org
7326 W:      http://client.linux-nfs.org
7327 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7328 S:      Maintained
7329 F:      fs/lockd/
7330 F:      fs/nfs/
7331 F:      fs/nfs_common/
7332 F:      net/sunrpc/
7333 F:      include/linux/lockd/
7334 F:      include/linux/nfs*
7335 F:      include/linux/sunrpc/
7336 F:      include/uapi/linux/nfs*
7337 F:      include/uapi/linux/sunrpc/
7338
7339 NILFS2 FILESYSTEM
7340 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7341 L:      linux-nilfs@vger.kernel.org
7342 W:      http://nilfs.sourceforge.net/
7343 T:      git git://github.com/konis/nilfs2.git
7344 S:      Supported
7345 F:      Documentation/filesystems/nilfs2.txt
7346 F:      fs/nilfs2/
7347 F:      include/linux/nilfs2_fs.h
7348
7349 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7350 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7351 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7352 S:      Maintained
7353 F:      Documentation/scsi/NinjaSCSI.txt
7354 F:      drivers/scsi/pcmcia/nsp_*
7355
7356 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7357 M:      GOTO Masanori <gotom@debian.or.jp>
7358 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7359 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7360 S:      Maintained
7361 F:      Documentation/scsi/NinjaSCSI.txt
7362 F:      drivers/scsi/nsp32*
7363
7364 NIOS2 ARCHITECTURE
7365 M:      Ley Foon Tan <lftan@altera.com>
7366 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7367 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7368 S:      Maintained
7369 F:      arch/nios2/
7370
7371 NOKIA N900 POWER SUPPLY DRIVERS
7372 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7373 S:      Maintained
7374 F:      include/linux/power/bq2415x_charger.h
7375 F:      include/linux/power/bq27x00_battery.h
7376 F:      include/linux/power/isp1704_charger.h
7377 F:      drivers/power/bq2415x_charger.c
7378 F:      drivers/power/bq27x00_battery.c
7379 F:      drivers/power/isp1704_charger.c
7380 F:      drivers/power/rx51_battery.c
7381
7382 NTB DRIVER CORE
7383 M:      Jon Mason <jdmason@kudzu.us>
7384 M:      Dave Jiang <dave.jiang@intel.com>
7385 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7386 S:      Supported
7387 W:      https://github.com/jonmason/ntb/wiki
7388 T:      git git://github.com/jonmason/ntb.git
7389 F:      drivers/ntb/
7390 F:      drivers/net/ntb_netdev.c
7391 F:      include/linux/ntb.h
7392 F:      include/linux/ntb_transport.h
7393
7394 NTB INTEL DRIVER
7395 M:      Jon Mason <jdmason@kudzu.us>
7396 M:      Dave Jiang <dave.jiang@intel.com>
7397 S:      Supported
7398 W:      https://github.com/jonmason/ntb/wiki
7399 T:      git git://github.com/jonmason/ntb.git
7400 F:      drivers/ntb/hw/intel/
7401
7402 NTFS FILESYSTEM
7403 M:      Anton Altaparmakov <anton@tuxera.com>
7404 L:      linux-ntfs-dev@lists.sourceforge.net
7405 W:      http://www.tuxera.com/
7406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7407 S:      Supported
7408 F:      Documentation/filesystems/ntfs.txt
7409 F:      fs/ntfs/
7410
7411 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7412 M:      Antonino Daplas <adaplas@gmail.com>
7413 L:      linux-fbdev@vger.kernel.org
7414 S:      Maintained
7415 F:      drivers/video/fbdev/riva/
7416 F:      drivers/video/fbdev/nvidia/
7417
7418 NVM EXPRESS DRIVER
7419 M:      Matthew Wilcox <willy@linux.intel.com>
7420 L:      linux-nvme@lists.infradead.org
7421 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7422 S:      Supported
7423 F:      drivers/block/nvme*
7424 F:      include/linux/nvme.h
7425
7426 NVMEM FRAMEWORK
7427 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7428 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7429 S:      Maintained
7430 F:      drivers/nvmem/
7431 F:      Documentation/devicetree/bindings/nvmem/
7432 F:      include/linux/nvmem-consumer.h
7433 F:      include/linux/nvmem-provider.h
7434
7435 NXP-NCI NFC DRIVER
7436 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7437 R:      Charles Gorand <charles.gorand@effinnov.com>
7438 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7439 S:      Supported
7440 F:      drivers/nfc/nxp-nci
7441
7442 NXP TDA998X DRM DRIVER
7443 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7444 S:      Supported
7445 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7446 F:      include/drm/i2c/tda998x.h
7447
7448 NXP TFA9879 DRIVER
7449 M:      Peter Rosin <peda@axentia.se>
7450 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7451 S:      Maintained
7452 F:      sound/soc/codecs/tfa9879*
7453
7454 OMAP SUPPORT
7455 M:      Tony Lindgren <tony@atomide.com>
7456 L:      linux-omap@vger.kernel.org
7457 W:      http://www.muru.com/linux/omap/
7458 W:      http://linux.omap.com/
7459 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7461 S:      Maintained
7462 F:      arch/arm/*omap*/
7463 F:      arch/arm/configs/omap1_defconfig
7464 F:      arch/arm/configs/omap2plus_defconfig
7465 F:      drivers/i2c/busses/i2c-omap.c
7466 F:      drivers/irqchip/irq-omap-intc.c
7467 F:      drivers/mfd/*omap*.c
7468 F:      drivers/mfd/menelaus.c
7469 F:      drivers/mfd/palmas.c
7470 F:      drivers/mfd/tps65217.c
7471 F:      drivers/mfd/tps65218.c
7472 F:      drivers/mfd/tps65910.c
7473 F:      drivers/mfd/twl-core.[ch]
7474 F:      drivers/mfd/twl4030*.c
7475 F:      drivers/mfd/twl6030*.c
7476 F:      drivers/mfd/twl6040*.c
7477 F:      drivers/regulator/palmas-regulator*.c
7478 F:      drivers/regulator/pbias-regulator.c
7479 F:      drivers/regulator/tps65217-regulator.c
7480 F:      drivers/regulator/tps65218-regulator.c
7481 F:      drivers/regulator/tps65910-regulator.c
7482 F:      drivers/regulator/twl-regulator.c
7483 F:      include/linux/i2c-omap.h
7484
7485 OMAP DEVICE TREE SUPPORT
7486 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7487 M:      Tony Lindgren <tony@atomide.com>
7488 L:      linux-omap@vger.kernel.org
7489 L:      devicetree@vger.kernel.org
7490 S:      Maintained
7491 F:      arch/arm/boot/dts/*omap*
7492 F:      arch/arm/boot/dts/*am3*
7493 F:      arch/arm/boot/dts/*am4*
7494 F:      arch/arm/boot/dts/*am5*
7495 F:      arch/arm/boot/dts/*dra7*
7496
7497 OMAP CLOCK FRAMEWORK SUPPORT
7498 M:      Paul Walmsley <paul@pwsan.com>
7499 L:      linux-omap@vger.kernel.org
7500 S:      Maintained
7501 F:      arch/arm/*omap*/*clock*
7502
7503 OMAP POWER MANAGEMENT SUPPORT
7504 M:      Kevin Hilman <khilman@deeprootsystems.com>
7505 L:      linux-omap@vger.kernel.org
7506 S:      Maintained
7507 F:      arch/arm/*omap*/*pm*
7508 F:      drivers/cpufreq/omap-cpufreq.c
7509
7510 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7511 M:      Rajendra Nayak <rnayak@ti.com>
7512 M:      Paul Walmsley <paul@pwsan.com>
7513 L:      linux-omap@vger.kernel.org
7514 S:      Maintained
7515 F:      arch/arm/mach-omap2/prm*
7516
7517 OMAP AUDIO SUPPORT
7518 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7519 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7520 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7521 L:      linux-omap@vger.kernel.org
7522 S:      Maintained
7523 F:      sound/soc/omap/
7524
7525 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7526 M:      Roger Quadros <rogerq@ti.com>
7527 M:      Tony Lindgren <tony@atomide.com>
7528 L:      linux-omap@vger.kernel.org
7529 S:      Maintained
7530 F:      drivers/memory/omap-gpmc.c
7531 F:      arch/arm/mach-omap2/*gpmc*
7532
7533 OMAP FRAMEBUFFER SUPPORT
7534 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7535 L:      linux-fbdev@vger.kernel.org
7536 L:      linux-omap@vger.kernel.org
7537 S:      Maintained
7538 F:      drivers/video/fbdev/omap/
7539
7540 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7541 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7542 L:      linux-omap@vger.kernel.org
7543 L:      linux-fbdev@vger.kernel.org
7544 S:      Maintained
7545 F:      drivers/video/fbdev/omap2/
7546 F:      Documentation/arm/OMAP/DSS
7547
7548 OMAP HARDWARE SPINLOCK SUPPORT
7549 M:      Ohad Ben-Cohen <ohad@wizery.com>
7550 L:      linux-omap@vger.kernel.org
7551 S:      Maintained
7552 F:      drivers/hwspinlock/omap_hwspinlock.c
7553
7554 OMAP MMC SUPPORT
7555 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7556 L:      linux-omap@vger.kernel.org
7557 S:      Maintained
7558 F:      drivers/mmc/host/omap.c
7559
7560 OMAP HS MMC SUPPORT
7561 L:      linux-mmc@vger.kernel.org
7562 L:      linux-omap@vger.kernel.org
7563 S:      Orphan
7564 F:      drivers/mmc/host/omap_hsmmc.c
7565
7566 OMAP RANDOM NUMBER GENERATOR SUPPORT
7567 M:      Deepak Saxena <dsaxena@plexity.net>
7568 S:      Maintained
7569 F:      drivers/char/hw_random/omap-rng.c
7570
7571 OMAP HWMOD SUPPORT
7572 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7573 M:      Paul Walmsley <paul@pwsan.com>
7574 L:      linux-omap@vger.kernel.org
7575 S:      Maintained
7576 F:      arch/arm/mach-omap2/omap_hwmod.*
7577
7578 OMAP HWMOD DATA
7579 M:      Paul Walmsley <paul@pwsan.com>
7580 L:      linux-omap@vger.kernel.org
7581 S:      Maintained
7582 F:      arch/arm/mach-omap2/omap_hwmod*data*
7583
7584 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7585 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7586 L:      linux-omap@vger.kernel.org
7587 S:      Maintained
7588 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7589
7590 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7591 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7592 L:      linux-media@vger.kernel.org
7593 S:      Maintained
7594 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7595 F:      drivers/media/platform/omap3isp/
7596 F:      drivers/staging/media/omap4iss/
7597
7598 OMAP USB SUPPORT
7599 M:      Felipe Balbi <balbi@ti.com>
7600 L:      linux-usb@vger.kernel.org
7601 L:      linux-omap@vger.kernel.org
7602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7603 S:      Maintained
7604 F:      drivers/usb/*/*omap*
7605 F:      arch/arm/*omap*/usb*
7606
7607 OMAP GPIO DRIVER
7608 M:      Javier Martinez Canillas <javier@dowhile0.org>
7609 M:      Santosh Shilimkar <ssantosh@kernel.org>
7610 M:      Kevin Hilman <khilman@deeprootsystems.com>
7611 L:      linux-omap@vger.kernel.org
7612 S:      Maintained
7613 F:      drivers/gpio/gpio-omap.c
7614
7615 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7616 M:      Mark Jackson <mpfj@newflow.co.uk>
7617 L:      linux-omap@vger.kernel.org
7618 S:      Maintained
7619 F:      arch/arm/boot/dts/am335x-nano.dts
7620
7621 OMFS FILESYSTEM
7622 M:      Bob Copeland <me@bobcopeland.com>
7623 L:      linux-karma-devel@lists.sourceforge.net
7624 S:      Maintained
7625 F:      Documentation/filesystems/omfs.txt
7626 F:      fs/omfs/
7627
7628 OMNIKEY CARDMAN 4000 DRIVER
7629 M:      Harald Welte <laforge@gnumonks.org>
7630 S:      Maintained
7631 F:      drivers/char/pcmcia/cm4000_cs.c
7632 F:      include/linux/cm4000_cs.h
7633 F:      include/uapi/linux/cm4000_cs.h
7634
7635 OMNIKEY CARDMAN 4040 DRIVER
7636 M:      Harald Welte <laforge@gnumonks.org>
7637 S:      Maintained
7638 F:      drivers/char/pcmcia/cm4040_cs.*
7639
7640 OMNIVISION OV7670 SENSOR DRIVER
7641 M:      Jonathan Corbet <corbet@lwn.net>
7642 L:      linux-media@vger.kernel.org
7643 T:      git git://linuxtv.org/media_tree.git
7644 S:      Maintained
7645 F:      drivers/media/i2c/ov7670.c
7646
7647 ONENAND FLASH DRIVER
7648 M:      Kyungmin Park <kyungmin.park@samsung.com>
7649 L:      linux-mtd@lists.infradead.org
7650 S:      Maintained
7651 F:      drivers/mtd/onenand/
7652 F:      include/linux/mtd/onenand*.h
7653
7654 ONSTREAM SCSI TAPE DRIVER
7655 M:      Willem Riede <osst@riede.org>
7656 L:      osst-users@lists.sourceforge.net
7657 L:      linux-scsi@vger.kernel.org
7658 S:      Maintained
7659 F:      Documentation/scsi/osst.txt
7660 F:      drivers/scsi/osst.*
7661 F:      drivers/scsi/osst_*.h
7662 F:      drivers/scsi/st.h
7663
7664 OPENCORES I2C BUS DRIVER
7665 M:      Peter Korsgaard <jacmet@sunsite.dk>
7666 L:      linux-i2c@vger.kernel.org
7667 S:      Maintained
7668 F:      Documentation/i2c/busses/i2c-ocores
7669 F:      drivers/i2c/busses/i2c-ocores.c
7670
7671 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7672 M:      Rob Herring <robh+dt@kernel.org>
7673 M:      Frank Rowand <frowand.list@gmail.com>
7674 M:      Grant Likely <grant.likely@linaro.org>
7675 L:      devicetree@vger.kernel.org
7676 W:      http://www.devicetree.org/
7677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7678 S:      Maintained
7679 F:      drivers/of/
7680 F:      include/linux/of*.h
7681 F:      scripts/dtc/
7682
7683 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7684 M:      Rob Herring <robh+dt@kernel.org>
7685 M:      Pawel Moll <pawel.moll@arm.com>
7686 M:      Mark Rutland <mark.rutland@arm.com>
7687 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7688 M:      Kumar Gala <galak@codeaurora.org>
7689 L:      devicetree@vger.kernel.org
7690 S:      Maintained
7691 F:      Documentation/devicetree/
7692 F:      arch/*/boot/dts/
7693 F:      include/dt-bindings/
7694
7695 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7696 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7697 L:      devicetree@vger.kernel.org
7698 S:      Maintained
7699 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7700 F:      Documentation/devicetree/overlay-notes.txt
7701 F:      drivers/of/overlay.c
7702 F:      drivers/of/resolver.c
7703
7704 OPENRISC ARCHITECTURE
7705 M:      Jonas Bonn <jonas@southpole.se>
7706 W:      http://openrisc.net
7707 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7708 S:      Maintained
7709 T:      git git://openrisc.net/~jonas/linux
7710 F:      arch/openrisc/
7711
7712 OPENVSWITCH
7713 M:      Pravin Shelar <pshelar@nicira.com>
7714 L:      netdev@vger.kernel.org
7715 L:      dev@openvswitch.org
7716 W:      http://openvswitch.org
7717 S:      Maintained
7718 F:      net/openvswitch/
7719 F:      include/uapi/linux/openvswitch.h
7720
7721 OPL4 DRIVER
7722 M:      Clemens Ladisch <clemens@ladisch.de>
7723 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7724 T:      git git://git.alsa-project.org/alsa-kernel.git
7725 S:      Maintained
7726 F:      sound/drivers/opl4/
7727
7728 OPROFILE
7729 M:      Robert Richter <rric@kernel.org>
7730 L:      oprofile-list@lists.sf.net
7731 S:      Maintained
7732 F:      arch/*/include/asm/oprofile*.h
7733 F:      arch/*/oprofile/
7734 F:      drivers/oprofile/
7735 F:      include/linux/oprofile.h
7736
7737 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7738 M:      Mark Fasheh <mfasheh@suse.com>
7739 M:      Joel Becker <jlbec@evilplan.org>
7740 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7741 W:      http://ocfs2.wiki.kernel.org
7742 S:      Supported
7743 F:      Documentation/filesystems/ocfs2.txt
7744 F:      Documentation/filesystems/dlmfs.txt
7745 F:      fs/ocfs2/
7746
7747 ORINOCO DRIVER
7748 L:      linux-wireless@vger.kernel.org
7749 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7750 W:      http://www.nongnu.org/orinoco/
7751 S:      Orphan
7752 F:      drivers/net/wireless/orinoco/
7753
7754 OSD LIBRARY and FILESYSTEM
7755 M:      Boaz Harrosh <ooo@electrozaur.com>
7756 M:      Benny Halevy <bhalevy@primarydata.com>
7757 L:      osd-dev@open-osd.org
7758 W:      http://open-osd.org
7759 T:      git git://git.open-osd.org/open-osd.git
7760 S:      Maintained
7761 F:      drivers/scsi/osd/
7762 F:      include/scsi/osd_*
7763 F:      fs/exofs/
7764
7765 OVERLAY FILESYSTEM
7766 M:      Miklos Szeredi <miklos@szeredi.hu>
7767 L:      linux-unionfs@vger.kernel.org
7768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7769 S:      Supported
7770 F:      fs/overlayfs/
7771 F:      Documentation/filesystems/overlayfs.txt
7772
7773 P54 WIRELESS DRIVER
7774 M:      Christian Lamparter <chunkeey@googlemail.com>
7775 L:      linux-wireless@vger.kernel.org
7776 W:      http://wireless.kernel.org/en/users/Drivers/p54
7777 S:      Maintained
7778 F:      drivers/net/wireless/p54/
7779
7780 PA SEMI ETHERNET DRIVER
7781 M:      Olof Johansson <olof@lixom.net>
7782 L:      netdev@vger.kernel.org
7783 S:      Maintained
7784 F:      drivers/net/ethernet/pasemi/*
7785
7786 PA SEMI SMBUS DRIVER
7787 M:      Olof Johansson <olof@lixom.net>
7788 L:      linux-i2c@vger.kernel.org
7789 S:      Maintained
7790 F:      drivers/i2c/busses/i2c-pasemi.c
7791
7792 PADATA PARALLEL EXECUTION MECHANISM
7793 M:      Steffen Klassert <steffen.klassert@secunet.com>
7794 L:      linux-crypto@vger.kernel.org
7795 S:      Maintained
7796 F:      kernel/padata.c
7797 F:      include/linux/padata.h
7798 F:      Documentation/padata.txt
7799
7800 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7801 M:      Harald Welte <laforge@gnumonks.org>
7802 L:      platform-driver-x86@vger.kernel.org
7803 S:      Maintained
7804 F:      drivers/platform/x86/panasonic-laptop.c
7805
7806 PANASONIC MN10300/AM33/AM34 PORT
7807 M:      David Howells <dhowells@redhat.com>
7808 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7809 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7810 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7811 S:      Maintained
7812 F:      Documentation/mn10300/
7813 F:      arch/mn10300/
7814
7815 PARALLEL PORT SUBSYSTEM
7816 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7817 M:      Sudip Mukherjee <sudip@vectorindia.org>
7818 L:      linux-parport@lists.infradead.org (subscribers-only)
7819 S:      Maintained
7820 F:      drivers/parport/
7821 F:      include/linux/parport*.h
7822 F:      drivers/char/ppdev.c
7823 F:      include/uapi/linux/ppdev.h
7824 F:      Documentation/parport*.txt
7825
7826 PARAVIRT_OPS INTERFACE
7827 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7828 M:      Chris Wright <chrisw@sous-sol.org>
7829 M:      Alok Kataria <akataria@vmware.com>
7830 M:      Rusty Russell <rusty@rustcorp.com.au>
7831 L:      virtualization@lists.linux-foundation.org
7832 S:      Supported
7833 F:      Documentation/virtual/paravirt_ops.txt
7834 F:      arch/*/kernel/paravirt*
7835 F:      arch/*/include/asm/paravirt.h
7836
7837 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7838 M:      Tim Waugh <tim@cyberelk.net>
7839 L:      linux-parport@lists.infradead.org (subscribers-only)
7840 S:      Maintained
7841 F:      Documentation/blockdev/paride.txt
7842 F:      drivers/block/paride/
7843
7844 PARISC ARCHITECTURE
7845 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7846 M:      Helge Deller <deller@gmx.de>
7847 L:      linux-parisc@vger.kernel.org
7848 W:      http://www.parisc-linux.org/
7849 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7852 S:      Maintained
7853 F:      arch/parisc/
7854 F:      Documentation/parisc/
7855 F:      drivers/parisc/
7856 F:      drivers/char/agp/parisc-agp.c
7857 F:      drivers/input/serio/gscps2.c
7858 F:      drivers/parport/parport_gsc.*
7859 F:      drivers/tty/serial/8250/8250_gsc.c
7860 F:      drivers/video/fbdev/sti*
7861 F:      drivers/video/console/sti*
7862 F:      drivers/video/logo/logo_parisc*
7863
7864 PC87360 HARDWARE MONITORING DRIVER
7865 M:      Jim Cromie <jim.cromie@gmail.com>
7866 L:      lm-sensors@lm-sensors.org
7867 S:      Maintained
7868 F:      Documentation/hwmon/pc87360
7869 F:      drivers/hwmon/pc87360.c
7870
7871 PC8736x GPIO DRIVER
7872 M:      Jim Cromie <jim.cromie@gmail.com>
7873 S:      Maintained
7874 F:      drivers/char/pc8736x_gpio.c
7875
7876 PC87427 HARDWARE MONITORING DRIVER
7877 M:      Jean Delvare <jdelvare@suse.com>
7878 L:      lm-sensors@lm-sensors.org
7879 S:      Maintained
7880 F:      Documentation/hwmon/pc87427
7881 F:      drivers/hwmon/pc87427.c
7882
7883 PCA9532 LED DRIVER
7884 M:      Riku Voipio <riku.voipio@iki.fi>
7885 S:      Maintained
7886 F:      drivers/leds/leds-pca9532.c
7887 F:      include/linux/leds-pca9532.h
7888
7889 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7890 M:      Guenter Roeck <linux@roeck-us.net>
7891 L:      linux-i2c@vger.kernel.org
7892 S:      Maintained
7893 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7894
7895 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7896 M:      Khalid Aziz <khalid@gonehiking.org>
7897 S:      Maintained
7898 F:      drivers/firmware/pcdp.*
7899
7900 PCI ERROR RECOVERY
7901 M:      Linas Vepstas <linasvepstas@gmail.com>
7902 L:      linux-pci@vger.kernel.org
7903 S:      Supported
7904 F:      Documentation/PCI/pci-error-recovery.txt
7905
7906 PCI SUBSYSTEM
7907 M:      Bjorn Helgaas <bhelgaas@google.com>
7908 L:      linux-pci@vger.kernel.org
7909 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7911 S:      Supported
7912 F:      Documentation/PCI/
7913 F:      drivers/pci/
7914 F:      include/linux/pci*
7915 F:      arch/x86/pci/
7916 F:      arch/x86/kernel/quirks.c
7917
7918 PCI DRIVER FOR ARM VERSATILE PLATFORM
7919 M:      Rob Herring <robh@kernel.org>
7920 L:      linux-pci@vger.kernel.org
7921 L:      linux-arm-kernel@lists.infradead.org
7922 S:      Maintained
7923 F:      Documentation/devicetree/bindings/pci/versatile.txt
7924 F:      drivers/pci/host/pci-versatile.c
7925
7926 PCI DRIVER FOR APPLIEDMICRO XGENE
7927 M:      Tanmay Inamdar <tinamdar@apm.com>
7928 L:      linux-pci@vger.kernel.org
7929 L:      linux-arm-kernel@lists.infradead.org
7930 S:      Maintained
7931 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7932 F:      drivers/pci/host/pci-xgene.c
7933
7934 PCI DRIVER FOR FREESCALE LAYERSCAPE
7935 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7936 M:      Mingkai Hu <mingkai.hu@freescale.com>
7937 M:      Roy Zang <tie-fei.zang@freescale.com>
7938 L:      linuxppc-dev@lists.ozlabs.org
7939 L:      linux-pci@vger.kernel.org
7940 L:      linux-arm-kernel@lists.infradead.org
7941 S:      Maintained
7942 F:      drivers/pci/host/*layerscape*
7943
7944 PCI DRIVER FOR IMX6
7945 M:      Richard Zhu <Richard.Zhu@freescale.com>
7946 M:      Lucas Stach <l.stach@pengutronix.de>
7947 L:      linux-pci@vger.kernel.org
7948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7949 S:      Maintained
7950 F:      drivers/pci/host/*imx6*
7951
7952 PCI DRIVER FOR TI KEYSTONE
7953 M:      Murali Karicheri <m-karicheri2@ti.com>
7954 L:      linux-pci@vger.kernel.org
7955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7956 S:      Maintained
7957 F:      drivers/pci/host/*keystone*
7958
7959 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7960 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7961 M:      Jason Cooper <jason@lakedaemon.net>
7962 L:      linux-pci@vger.kernel.org
7963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7964 S:      Maintained
7965 F:      drivers/pci/host/*mvebu*
7966
7967 PCI DRIVER FOR NVIDIA TEGRA
7968 M:      Thierry Reding <thierry.reding@gmail.com>
7969 L:      linux-tegra@vger.kernel.org
7970 L:      linux-pci@vger.kernel.org
7971 S:      Supported
7972 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7973 F:      drivers/pci/host/pci-tegra.c
7974
7975 PCI DRIVER FOR TI DRA7XX
7976 M:      Kishon Vijay Abraham I <kishon@ti.com>
7977 L:      linux-omap@vger.kernel.org
7978 L:      linux-pci@vger.kernel.org
7979 S:      Supported
7980 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7981 F:      drivers/pci/host/pci-dra7xx.c
7982
7983 PCI DRIVER FOR RENESAS R-CAR
7984 M:      Simon Horman <horms@verge.net.au>
7985 L:      linux-pci@vger.kernel.org
7986 L:      linux-sh@vger.kernel.org
7987 S:      Maintained
7988 F:      drivers/pci/host/*rcar*
7989
7990 PCI DRIVER FOR SAMSUNG EXYNOS
7991 M:      Jingoo Han <jingoohan1@gmail.com>
7992 L:      linux-pci@vger.kernel.org
7993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7994 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7995 S:      Maintained
7996 F:      drivers/pci/host/pci-exynos.c
7997
7998 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7999 M:      Jingoo Han <jingoohan1@gmail.com>
8000 M:      Pratyush Anand <pratyush.anand@gmail.com>
8001 L:      linux-pci@vger.kernel.org
8002 S:      Maintained
8003 F:      drivers/pci/host/*designware*
8004
8005 PCI DRIVER FOR GENERIC OF HOSTS
8006 M:      Will Deacon <will.deacon@arm.com>
8007 L:      linux-pci@vger.kernel.org
8008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8009 S:      Maintained
8010 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8011 F:      drivers/pci/host/pci-host-generic.c
8012
8013 PCIE DRIVER FOR ST SPEAR13XX
8014 M:      Pratyush Anand <pratyush.anand@gmail.com>
8015 L:      linux-pci@vger.kernel.org
8016 S:      Maintained
8017 F:      drivers/pci/host/*spear*
8018
8019 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8020 M:      Duc Dang <dhdang@apm.com>
8021 L:      linux-pci@vger.kernel.org
8022 L:      linux-arm-kernel@lists.infradead.org
8023 S:      Maintained
8024 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8025 F:      drivers/pci/host/pci-xgene-msi.c
8026
8027 PCMCIA SUBSYSTEM
8028 P:      Linux PCMCIA Team
8029 L:      linux-pcmcia@lists.infradead.org
8030 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8032 S:      Maintained
8033 F:      Documentation/pcmcia/
8034 F:      drivers/pcmcia/
8035 F:      include/pcmcia/
8036
8037 PCNET32 NETWORK DRIVER
8038 M:      Don Fry <pcnet32@frontier.com>
8039 L:      netdev@vger.kernel.org
8040 S:      Maintained
8041 F:      drivers/net/ethernet/amd/pcnet32.c
8042
8043 PCRYPT PARALLEL CRYPTO ENGINE
8044 M:      Steffen Klassert <steffen.klassert@secunet.com>
8045 L:      linux-crypto@vger.kernel.org
8046 S:      Maintained
8047 F:      crypto/pcrypt.c
8048 F:      include/crypto/pcrypt.h
8049
8050 PER-CPU MEMORY ALLOCATOR
8051 M:      Tejun Heo <tj@kernel.org>
8052 M:      Christoph Lameter <cl@linux-foundation.org>
8053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8054 S:      Maintained
8055 F:      include/linux/percpu*.h
8056 F:      mm/percpu*.c
8057 F:      arch/*/include/asm/percpu.h
8058
8059 PER-TASK DELAY ACCOUNTING
8060 M:      Balbir Singh <bsingharora@gmail.com>
8061 S:      Maintained
8062 F:      include/linux/delayacct.h
8063 F:      kernel/delayacct.c
8064
8065 PERFORMANCE EVENTS SUBSYSTEM
8066 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8067 M:      Ingo Molnar <mingo@redhat.com>
8068 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8069 L:      linux-kernel@vger.kernel.org
8070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8071 S:      Supported
8072 F:      kernel/events/*
8073 F:      include/linux/perf_event.h
8074 F:      include/uapi/linux/perf_event.h
8075 F:      arch/*/kernel/perf_event*.c
8076 F:      arch/*/kernel/*/perf_event*.c
8077 F:      arch/*/kernel/*/*/perf_event*.c
8078 F:      arch/*/include/asm/perf_event.h
8079 F:      arch/*/kernel/perf_callchain.c
8080 F:      tools/perf/
8081
8082 PERSONALITY HANDLING
8083 M:      Christoph Hellwig <hch@infradead.org>
8084 L:      linux-abi-devel@lists.sourceforge.net
8085 S:      Maintained
8086 F:      include/linux/personality.h
8087 F:      include/uapi/linux/personality.h
8088
8089 PHONET PROTOCOL
8090 M:      Remi Denis-Courmont <courmisch@gmail.com>
8091 S:      Supported
8092 F:      Documentation/networking/phonet.txt
8093 F:      include/linux/phonet.h
8094 F:      include/net/phonet/
8095 F:      include/uapi/linux/phonet.h
8096 F:      net/phonet/
8097
8098 PHRAM MTD DRIVER
8099 M:      Joern Engel <joern@lazybastard.org>
8100 L:      linux-mtd@lists.infradead.org
8101 S:      Maintained
8102 F:      drivers/mtd/devices/phram.c
8103
8104 PICOLCD HID DRIVER
8105 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8106 L:      linux-input@vger.kernel.org
8107 S:      Maintained
8108 F:      drivers/hid/hid-picolcd*
8109
8110 PICOXCELL SUPPORT
8111 M:      Jamie Iles <jamie@jamieiles.com>
8112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8113 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8114 S:      Supported
8115 F:      arch/arm/boot/dts/picoxcell*
8116 F:      arch/arm/mach-picoxcell/
8117 F:      drivers/crypto/picoxcell*
8118
8119 PIN CONTROL SUBSYSTEM
8120 M:      Linus Walleij <linus.walleij@linaro.org>
8121 L:      linux-gpio@vger.kernel.org
8122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8123 S:      Maintained
8124 F:      drivers/pinctrl/
8125 F:      include/linux/pinctrl/
8126
8127 PIN CONTROLLER - ATMEL AT91
8128 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8130 S:      Maintained
8131 F:      drivers/pinctrl/pinctrl-at91.*
8132
8133 PIN CONTROLLER - INTEL
8134 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8135 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8136 S:      Maintained
8137 F:      drivers/pinctrl/intel/
8138
8139 PIN CONTROLLER - RENESAS
8140 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8141 L:      linux-sh@vger.kernel.org
8142 S:      Maintained
8143 F:      drivers/pinctrl/sh-pfc/
8144
8145 PIN CONTROLLER - SAMSUNG
8146 M:      Tomasz Figa <tomasz.figa@gmail.com>
8147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8148 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8149 S:      Maintained
8150 F:      drivers/pinctrl/samsung/
8151
8152 PIN CONTROLLER - ST SPEAR
8153 M:      Viresh Kumar <vireshk@kernel.org>
8154 L:      spear-devel@list.st.com
8155 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8156 W:      http://www.st.com/spear
8157 S:      Maintained
8158 F:      drivers/pinctrl/spear/
8159
8160 PKTCDVD DRIVER
8161 M:      Jiri Kosina <jikos@kernel.org>
8162 S:      Maintained
8163 F:      drivers/block/pktcdvd.c
8164 F:      include/linux/pktcdvd.h
8165 F:      include/uapi/linux/pktcdvd.h
8166
8167 PKUNITY SOC DRIVERS
8168 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8169 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8170 S:      Maintained
8171 T:      git git://github.com/gxt/linux.git
8172 F:      drivers/input/serio/i8042-unicore32io.h
8173 F:      drivers/i2c/busses/i2c-puv3.c
8174 F:      drivers/video/fbdev/fb-puv3.c
8175 F:      drivers/rtc/rtc-puv3.c
8176
8177 PMBUS HARDWARE MONITORING DRIVERS
8178 M:      Guenter Roeck <linux@roeck-us.net>
8179 L:      lm-sensors@lm-sensors.org
8180 W:      http://www.lm-sensors.org/
8181 W:      http://www.roeck-us.net/linux/drivers/
8182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8183 S:      Maintained
8184 F:      Documentation/hwmon/pmbus
8185 F:      drivers/hwmon/pmbus/
8186 F:      include/linux/i2c/pmbus.h
8187
8188 PMC SIERRA MaxRAID DRIVER
8189 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8190 L:      linux-scsi@vger.kernel.org
8191 W:      http://www.pmc-sierra.com/
8192 S:      Supported
8193 F:      drivers/scsi/pmcraid.*
8194
8195 PMC SIERRA PM8001 DRIVER
8196 M:      Jack Wang <jinpu.wang@profitbricks.com>
8197 M:      lindar_liu@usish.com
8198 L:      pmchba@pmcs.com
8199 L:      linux-scsi@vger.kernel.org
8200 S:      Supported
8201 F:      drivers/scsi/pm8001/
8202
8203 POSIX CLOCKS and TIMERS
8204 M:      Thomas Gleixner <tglx@linutronix.de>
8205 L:      linux-kernel@vger.kernel.org
8206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8207 S:      Maintained
8208 F:      fs/timerfd.c
8209 F:      include/linux/timer*
8210 F:      kernel/time/*timer*
8211
8212 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8213 M:      Sebastian Reichel <sre@kernel.org>
8214 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8215 M:      David Woodhouse <dwmw2@infradead.org>
8216 L:      linux-pm@vger.kernel.org
8217 T:      git git://git.infradead.org/battery-2.6.git
8218 S:      Maintained
8219 F:      include/linux/power_supply.h
8220 F:      drivers/power/
8221 X:      drivers/power/avs/
8222
8223 POWER STATE COORDINATION INTERFACE (PSCI)
8224 M:      Mark Rutland <mark.rutland@arm.com>
8225 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8226 L:      linux-arm-kernel@lists.infradead.org
8227 S:      Maintained
8228 F:      drivers/firmware/psci.c
8229 F:      include/linux/psci.h
8230 F:      include/uapi/linux/psci.h
8231
8232 PNP SUPPORT
8233 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8234 S:      Maintained
8235 F:      drivers/pnp/
8236
8237 PNXxxxx I2C DRIVER
8238 M:      Vitaly Wool <vitalywool@gmail.com>
8239 L:      linux-i2c@vger.kernel.org
8240 S:      Maintained
8241 F:      drivers/i2c/busses/i2c-pnx.c
8242
8243 PPP PROTOCOL DRIVERS AND COMPRESSORS
8244 M:      Paul Mackerras <paulus@samba.org>
8245 L:      linux-ppp@vger.kernel.org
8246 S:      Maintained
8247 F:      drivers/net/ppp/ppp_*
8248
8249 PPP OVER ATM (RFC 2364)
8250 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8251 S:      Maintained
8252 F:      net/atm/pppoatm.c
8253 F:      include/uapi/linux/atmppp.h
8254
8255 PPP OVER ETHERNET
8256 M:      Michal Ostrowski <mostrows@earthlink.net>
8257 S:      Maintained
8258 F:      drivers/net/ppp/pppoe.c
8259 F:      drivers/net/ppp/pppox.c
8260
8261 PPP OVER L2TP
8262 M:      James Chapman <jchapman@katalix.com>
8263 S:      Maintained
8264 F:      net/l2tp/l2tp_ppp.c
8265 F:      include/linux/if_pppol2tp.h
8266 F:      include/uapi/linux/if_pppol2tp.h
8267
8268 PPS SUPPORT
8269 M:      Rodolfo Giometti <giometti@enneenne.com>
8270 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8271 L:      linuxpps@ml.enneenne.com (subscribers-only)
8272 S:      Maintained
8273 F:      Documentation/pps/
8274 F:      drivers/pps/
8275 F:      include/linux/pps*.h
8276
8277 PPTP DRIVER
8278 M:      Dmitry Kozlov <xeb@mail.ru>
8279 L:      netdev@vger.kernel.org
8280 S:      Maintained
8281 F:      drivers/net/ppp/pptp.c
8282 W:      http://sourceforge.net/projects/accel-pptp
8283
8284 PREEMPTIBLE KERNEL
8285 M:      Robert Love <rml@tech9.net>
8286 L:      kpreempt-tech@lists.sourceforge.net
8287 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8288 S:      Supported
8289 F:      Documentation/preempt-locking.txt
8290 F:      include/linux/preempt.h
8291
8292 PRISM54 WIRELESS DRIVER
8293 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8294 L:      linux-wireless@vger.kernel.org
8295 W:      http://wireless.kernel.org/en/users/Drivers/p54
8296 S:      Obsolete
8297 F:      drivers/net/wireless/prism54/
8298
8299 PS3 NETWORK SUPPORT
8300 M:      Geoff Levand <geoff@infradead.org>
8301 L:      netdev@vger.kernel.org
8302 L:      linuxppc-dev@lists.ozlabs.org
8303 S:      Maintained
8304 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8305
8306 PS3 PLATFORM SUPPORT
8307 M:      Geoff Levand <geoff@infradead.org>
8308 L:      linuxppc-dev@lists.ozlabs.org
8309 S:      Maintained
8310 F:      arch/powerpc/boot/ps3*
8311 F:      arch/powerpc/include/asm/lv1call.h
8312 F:      arch/powerpc/include/asm/ps3*.h
8313 F:      arch/powerpc/platforms/ps3/
8314 F:      drivers/*/ps3*
8315 F:      drivers/ps3/
8316 F:      drivers/rtc/rtc-ps3.c
8317 F:      drivers/usb/host/*ps3.c
8318 F:      sound/ppc/snd_ps3*
8319
8320 PS3VRAM DRIVER
8321 M:      Jim Paris <jim@jtan.com>
8322 M:      Geoff Levand <geoff@infradead.org>
8323 L:      linuxppc-dev@lists.ozlabs.org
8324 S:      Maintained
8325 F:      drivers/block/ps3vram.c
8326
8327 PSTORE FILESYSTEM
8328 M:      Anton Vorontsov <anton@enomsg.org>
8329 M:      Colin Cross <ccross@android.com>
8330 M:      Kees Cook <keescook@chromium.org>
8331 M:      Tony Luck <tony.luck@intel.com>
8332 S:      Maintained
8333 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8334 F:      fs/pstore/
8335 F:      include/linux/pstore*
8336 F:      drivers/firmware/efi/efi-pstore.c
8337 F:      drivers/acpi/apei/erst.c
8338
8339 PTP HARDWARE CLOCK SUPPORT
8340 M:      Richard Cochran <richardcochran@gmail.com>
8341 L:      netdev@vger.kernel.org
8342 S:      Maintained
8343 W:      http://linuxptp.sourceforge.net/
8344 F:      Documentation/ABI/testing/sysfs-ptp
8345 F:      Documentation/ptp/*
8346 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8347 F:      drivers/net/phy/dp83640*
8348 F:      drivers/ptp/*
8349 F:      include/linux/ptp_cl*
8350
8351 PTRACE SUPPORT
8352 M:      Roland McGrath <roland@hack.frob.com>
8353 M:      Oleg Nesterov <oleg@redhat.com>
8354 S:      Maintained
8355 F:      include/asm-generic/syscall.h
8356 F:      include/linux/ptrace.h
8357 F:      include/linux/regset.h
8358 F:      include/linux/tracehook.h
8359 F:      include/uapi/linux/ptrace.h
8360 F:      kernel/ptrace.c
8361
8362 PVRUSB2 VIDEO4LINUX DRIVER
8363 M:      Mike Isely <isely@pobox.com>
8364 L:      pvrusb2@isely.net       (subscribers-only)
8365 L:      linux-media@vger.kernel.org
8366 W:      http://www.isely.net/pvrusb2/
8367 T:      git git://linuxtv.org/media_tree.git
8368 S:      Maintained
8369 F:      Documentation/video4linux/README.pvrusb2
8370 F:      drivers/media/usb/pvrusb2/
8371
8372 PWC WEBCAM DRIVER
8373 M:      Hans de Goede <hdegoede@redhat.com>
8374 L:      linux-media@vger.kernel.org
8375 T:      git git://linuxtv.org/media_tree.git
8376 S:      Maintained
8377 F:      drivers/media/usb/pwc/*
8378
8379 PWM FAN DRIVER
8380 M:      Kamil Debski <k.debski@samsung.com>
8381 L:      lm-sensors@lm-sensors.org
8382 S:      Supported
8383 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8384 F:      Documentation/hwmon/pwm-fan
8385 F:      drivers/hwmon/pwm-fan.c
8386
8387 PWM SUBSYSTEM
8388 M:      Thierry Reding <thierry.reding@gmail.com>
8389 L:      linux-pwm@vger.kernel.org
8390 S:      Maintained
8391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8392 F:      Documentation/pwm.txt
8393 F:      Documentation/devicetree/bindings/pwm/
8394 F:      include/linux/pwm.h
8395 F:      drivers/pwm/
8396 F:      drivers/video/backlight/pwm_bl.c
8397 F:      include/linux/pwm_backlight.h
8398
8399 PXA2xx/PXA3xx SUPPORT
8400 M:      Daniel Mack <daniel@zonque.org>
8401 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8402 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8403 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8404 T:      git git://github.com/hzhuang1/linux.git
8405 T:      git git://github.com/rjarzmik/linux.git
8406 S:      Maintained
8407 F:      arch/arm/mach-pxa/
8408 F:      drivers/dma/pxa*
8409 F:      drivers/pcmcia/pxa2xx*
8410 F:      drivers/spi/spi-pxa2xx*
8411 F:      drivers/usb/gadget/udc/pxa2*
8412 F:      include/sound/pxa2xx-lib.h
8413 F:      sound/arm/pxa*
8414 F:      sound/soc/pxa/
8415
8416 PXA3xx NAND FLASH DRIVER
8417 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8418 L:      linux-mtd@lists.infradead.org
8419 S:      Maintained
8420 F:      drivers/mtd/nand/pxa3xx_nand.c
8421
8422 MMP SUPPORT
8423 M:      Eric Miao <eric.y.miao@gmail.com>
8424 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8425 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8426 T:      git git://github.com/hzhuang1/linux.git
8427 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8428 S:      Maintained
8429 F:      arch/arm/mach-mmp/
8430
8431 PXA MMCI DRIVER
8432 S:      Orphan
8433
8434 PXA RTC DRIVER
8435 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8436 L:      rtc-linux@googlegroups.com
8437 S:      Maintained
8438
8439 QAT DRIVER
8440 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8441 L:      qat-linux@intel.com
8442 S:      Supported
8443 F:      drivers/crypto/qat/
8444
8445 QIB DRIVER
8446 M:      Mike Marciniszyn <infinipath@intel.com>
8447 L:      linux-rdma@vger.kernel.org
8448 S:      Supported
8449 F:      drivers/infiniband/hw/qib/
8450
8451 QLOGIC QLA1280 SCSI DRIVER
8452 M:      Michael Reed <mdr@sgi.com>
8453 L:      linux-scsi@vger.kernel.org
8454 S:      Maintained
8455 F:      drivers/scsi/qla1280.[ch]
8456
8457 QLOGIC QLA2XXX FC-SCSI DRIVER
8458 M:      qla2xxx-upstream@qlogic.com
8459 L:      linux-scsi@vger.kernel.org
8460 S:      Supported
8461 F:      Documentation/scsi/LICENSE.qla2xxx
8462 F:      drivers/scsi/qla2xxx/
8463
8464 QLOGIC QLA4XXX iSCSI DRIVER
8465 M:      QLogic-Storage-Upstream@qlogic.com
8466 L:      linux-scsi@vger.kernel.org
8467 S:      Supported
8468 F:      Documentation/scsi/LICENSE.qla4xxx
8469 F:      drivers/scsi/qla4xxx/
8470
8471 QLOGIC QLA3XXX NETWORK DRIVER
8472 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8473 M:      Ron Mercer <ron.mercer@qlogic.com>
8474 M:      linux-driver@qlogic.com
8475 L:      netdev@vger.kernel.org
8476 S:      Supported
8477 F:      Documentation/networking/LICENSE.qla3xxx
8478 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8479
8480 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8481 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8482 M:      Dept-GELinuxNICDev@qlogic.com
8483 L:      netdev@vger.kernel.org
8484 S:      Supported
8485 F:      drivers/net/ethernet/qlogic/qlcnic/
8486
8487 QLOGIC QLGE 10Gb ETHERNET DRIVER
8488 M:      Harish Patil <harish.patil@qlogic.com>
8489 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8490 M:      Dept-GELinuxNICDev@qlogic.com
8491 M:      linux-driver@qlogic.com
8492 L:      netdev@vger.kernel.org
8493 S:      Supported
8494 F:      drivers/net/ethernet/qlogic/qlge/
8495
8496 QNX4 FILESYSTEM
8497 M:      Anders Larsen <al@alarsen.net>
8498 W:      http://www.alarsen.net/linux/qnx4fs/
8499 S:      Maintained
8500 F:      fs/qnx4/
8501 F:      include/uapi/linux/qnx4_fs.h
8502 F:      include/uapi/linux/qnxtypes.h
8503
8504 QT1010 MEDIA DRIVER
8505 M:      Antti Palosaari <crope@iki.fi>
8506 L:      linux-media@vger.kernel.org
8507 W:      http://linuxtv.org/
8508 W:      http://palosaari.fi/linux/
8509 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8510 T:      git git://linuxtv.org/anttip/media_tree.git
8511 S:      Maintained
8512 F:      drivers/media/tuners/qt1010*
8513
8514 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8515 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8516 L:      linux-wireless@vger.kernel.org
8517 L:      ath9k-devel@lists.ath9k.org
8518 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8519 S:      Supported
8520 F:      drivers/net/wireless/ath/ath9k/
8521
8522 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8523 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8524 L:      ath10k@lists.infradead.org
8525 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8526 T:      git git://github.com/kvalo/ath.git
8527 S:      Supported
8528 F:      drivers/net/wireless/ath/ath10k/
8529
8530 QUALCOMM HEXAGON ARCHITECTURE
8531 M:      Richard Kuo <rkuo@codeaurora.org>
8532 L:      linux-hexagon@vger.kernel.org
8533 S:      Supported
8534 F:      arch/hexagon/
8535
8536 QUALCOMM WCN36XX WIRELESS DRIVER
8537 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8538 L:      wcn36xx@lists.infradead.org
8539 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8540 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8541 S:      Supported
8542 F:      drivers/net/wireless/ath/wcn36xx/
8543
8544 RADOS BLOCK DEVICE (RBD)
8545 M:      Ilya Dryomov <idryomov@gmail.com>
8546 M:      Sage Weil <sage@redhat.com>
8547 M:      Alex Elder <elder@kernel.org>
8548 L:      ceph-devel@vger.kernel.org
8549 W:      http://ceph.com/
8550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8551 T:      git git://github.com/ceph/ceph-client.git
8552 S:      Supported
8553 F:      Documentation/ABI/testing/sysfs-bus-rbd
8554 F:      drivers/block/rbd.c
8555 F:      drivers/block/rbd_types.h
8556
8557 RADEON FRAMEBUFFER DISPLAY DRIVER
8558 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8559 L:      linux-fbdev@vger.kernel.org
8560 S:      Maintained
8561 F:      drivers/video/fbdev/aty/radeon*
8562 F:      include/uapi/linux/radeonfb.h
8563
8564 RADIOSHARK RADIO DRIVER
8565 M:      Hans de Goede <hdegoede@redhat.com>
8566 L:      linux-media@vger.kernel.org
8567 T:      git git://linuxtv.org/media_tree.git
8568 S:      Maintained
8569 F:      drivers/media/radio/radio-shark.c
8570
8571 RADIOSHARK2 RADIO DRIVER
8572 M:      Hans de Goede <hdegoede@redhat.com>
8573 L:      linux-media@vger.kernel.org
8574 T:      git git://linuxtv.org/media_tree.git
8575 S:      Maintained
8576 F:      drivers/media/radio/radio-shark2.c
8577 F:      drivers/media/radio/radio-tea5777.c
8578
8579 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8580 M:      Paul Mackerras <paulus@samba.org>
8581 L:      linux-fbdev@vger.kernel.org
8582 S:      Maintained
8583 F:      drivers/video/fbdev/aty/aty128fb.c
8584
8585 RALINK RT2X00 WIRELESS LAN DRIVER
8586 P:      rt2x00 project
8587 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8588 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8589 L:      linux-wireless@vger.kernel.org
8590 S:      Maintained
8591 F:      drivers/net/wireless/rt2x00/
8592
8593 RAMDISK RAM BLOCK DEVICE DRIVER
8594 M:      Jens Axboe <axboe@kernel.dk>
8595 S:      Maintained
8596 F:      Documentation/blockdev/ramdisk.txt
8597 F:      drivers/block/brd.c
8598
8599 RANDOM NUMBER DRIVER
8600 M:      "Theodore Ts'o" <tytso@mit.edu>
8601 S:      Maintained
8602 F:      drivers/char/random.c
8603
8604 RAPIDIO SUBSYSTEM
8605 M:      Matt Porter <mporter@kernel.crashing.org>
8606 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8607 S:      Maintained
8608 F:      drivers/rapidio/
8609
8610 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8611 L:      linux-wireless@vger.kernel.org
8612 S:      Orphan
8613 F:      drivers/net/wireless/ray*
8614
8615 RCUTORTURE MODULE
8616 M:      Josh Triplett <josh@joshtriplett.org>
8617 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8618 L:      linux-kernel@vger.kernel.org
8619 S:      Supported
8620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8621 F:      Documentation/RCU/torture.txt
8622 F:      kernel/rcu/rcutorture.c
8623
8624 RCUTORTURE TEST FRAMEWORK
8625 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8626 M:      Josh Triplett <josh@joshtriplett.org>
8627 R:      Steven Rostedt <rostedt@goodmis.org>
8628 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8629 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8630 L:      linux-kernel@vger.kernel.org
8631 S:      Supported
8632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8633 F:      tools/testing/selftests/rcutorture
8634
8635 RDC R-321X SoC
8636 M:      Florian Fainelli <florian@openwrt.org>
8637 S:      Maintained
8638
8639 RDC R6040 FAST ETHERNET DRIVER
8640 M:      Florian Fainelli <florian@openwrt.org>
8641 L:      netdev@vger.kernel.org
8642 S:      Maintained
8643 F:      drivers/net/ethernet/rdc/r6040.c
8644
8645 RDS - RELIABLE DATAGRAM SOCKETS
8646 M:      Chien Yen <chien.yen@oracle.com>
8647 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8648 S:      Supported
8649 F:      net/rds/
8650
8651 READ-COPY UPDATE (RCU)
8652 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8653 M:      Josh Triplett <josh@joshtriplett.org>
8654 R:      Steven Rostedt <rostedt@goodmis.org>
8655 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8656 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8657 L:      linux-kernel@vger.kernel.org
8658 W:      http://www.rdrop.com/users/paulmck/RCU/
8659 S:      Supported
8660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8661 F:      Documentation/RCU/
8662 X:      Documentation/RCU/torture.txt
8663 F:      include/linux/rcu*
8664 X:      include/linux/srcu.h
8665 F:      kernel/rcu/
8666 X:      kernel/torture.c
8667
8668 REAL TIME CLOCK (RTC) SUBSYSTEM
8669 M:      Alessandro Zummo <a.zummo@towertech.it>
8670 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8671 L:      rtc-linux@googlegroups.com
8672 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8674 S:      Maintained
8675 F:      Documentation/rtc.txt
8676 F:      drivers/rtc/
8677 F:      include/linux/rtc.h
8678 F:      include/uapi/linux/rtc.h
8679
8680 REALTEK AUDIO CODECS
8681 M:      Bard Liao <bardliao@realtek.com>
8682 M:      Oder Chiou <oder_chiou@realtek.com>
8683 S:      Maintained
8684 F:      sound/soc/codecs/rt*
8685 F:      include/sound/rt*.h
8686
8687 REISERFS FILE SYSTEM
8688 L:      reiserfs-devel@vger.kernel.org
8689 S:      Supported
8690 F:      fs/reiserfs/
8691
8692 REGISTER MAP ABSTRACTION
8693 M:      Mark Brown <broonie@kernel.org>
8694 L:      linux-kernel@vger.kernel.org
8695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8696 S:      Supported
8697 F:      drivers/base/regmap/
8698 F:      include/linux/regmap.h
8699
8700 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8701 M:      Ohad Ben-Cohen <ohad@wizery.com>
8702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8703 S:      Maintained
8704 F:      drivers/remoteproc/
8705 F:      Documentation/remoteproc.txt
8706 F:      include/linux/remoteproc.h
8707
8708 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8709 M:      Ohad Ben-Cohen <ohad@wizery.com>
8710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8711 S:      Maintained
8712 F:      drivers/rpmsg/
8713 F:      Documentation/rpmsg.txt
8714 F:      include/linux/rpmsg.h
8715
8716 RESET CONTROLLER FRAMEWORK
8717 M:      Philipp Zabel <p.zabel@pengutronix.de>
8718 S:      Maintained
8719 F:      drivers/reset/
8720 F:      Documentation/devicetree/bindings/reset/
8721 F:      include/dt-bindings/reset/
8722 F:      include/linux/reset.h
8723 F:      include/linux/reset-controller.h
8724
8725 RFKILL
8726 M:      Johannes Berg <johannes@sipsolutions.net>
8727 L:      linux-wireless@vger.kernel.org
8728 W:      http://wireless.kernel.org/
8729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8731 S:      Maintained
8732 F:      Documentation/rfkill.txt
8733 F:      net/rfkill/
8734
8735 RHASHTABLE
8736 M:      Thomas Graf <tgraf@suug.ch>
8737 L:      netdev@vger.kernel.org
8738 S:      Maintained
8739 F:      lib/rhashtable.c
8740 F:      include/linux/rhashtable.h
8741
8742 RICOH SMARTMEDIA/XD DRIVER
8743 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8744 S:      Maintained
8745 F:      drivers/mtd/nand/r852.c
8746 F:      drivers/mtd/nand/r852.h
8747
8748 RICOH R5C592 MEMORYSTICK DRIVER
8749 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8750 S:      Maintained
8751 F:      drivers/memstick/host/r592.*
8752
8753 ROCCAT DRIVERS
8754 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8755 W:      http://sourceforge.net/projects/roccat/
8756 S:      Maintained
8757 F:      drivers/hid/hid-roccat*
8758 F:      include/linux/hid-roccat*
8759 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8760
8761 ROCKER DRIVER
8762 M:      Jiri Pirko <jiri@resnulli.us>
8763 M:      Scott Feldman <sfeldma@gmail.com>
8764 L:      netdev@vger.kernel.org
8765 S:      Supported
8766 F:      drivers/net/ethernet/rocker/
8767
8768 ROCKETPORT DRIVER
8769 P:      Comtrol Corp.
8770 W:      http://www.comtrol.com
8771 S:      Maintained
8772 F:      Documentation/serial/rocket.txt
8773 F:      drivers/tty/rocket*
8774
8775 ROCKETPORT EXPRESS/INFINITY DRIVER
8776 M:      Kevin Cernekee <cernekee@gmail.com>
8777 L:      linux-serial@vger.kernel.org
8778 S:      Odd Fixes
8779 F:      drivers/tty/serial/rp2.*
8780
8781 ROSE NETWORK LAYER
8782 M:      Ralf Baechle <ralf@linux-mips.org>
8783 L:      linux-hams@vger.kernel.org
8784 W:      http://www.linux-ax25.org/
8785 S:      Maintained
8786 F:      include/net/rose.h
8787 F:      include/uapi/linux/rose.h
8788 F:      net/rose/
8789
8790 RTL2830 MEDIA DRIVER
8791 M:      Antti Palosaari <crope@iki.fi>
8792 L:      linux-media@vger.kernel.org
8793 W:      http://linuxtv.org/
8794 W:      http://palosaari.fi/linux/
8795 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8796 T:      git git://linuxtv.org/anttip/media_tree.git
8797 S:      Maintained
8798 F:      drivers/media/dvb-frontends/rtl2830*
8799
8800 RTL2832 MEDIA DRIVER
8801 M:      Antti Palosaari <crope@iki.fi>
8802 L:      linux-media@vger.kernel.org
8803 W:      http://linuxtv.org/
8804 W:      http://palosaari.fi/linux/
8805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8806 T:      git git://linuxtv.org/anttip/media_tree.git
8807 S:      Maintained
8808 F:      drivers/media/dvb-frontends/rtl2832*
8809
8810 RTL2832_SDR MEDIA DRIVER
8811 M:      Antti Palosaari <crope@iki.fi>
8812 L:      linux-media@vger.kernel.org
8813 W:      http://linuxtv.org/
8814 W:      http://palosaari.fi/linux/
8815 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8816 T:      git git://linuxtv.org/anttip/media_tree.git
8817 S:      Maintained
8818 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8819
8820 RTL8180 WIRELESS DRIVER
8821 L:      linux-wireless@vger.kernel.org
8822 W:      http://wireless.kernel.org/
8823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8824 S:      Orphan
8825 F:      drivers/net/wireless/rtl818x/rtl8180/
8826
8827 RTL8187 WIRELESS DRIVER
8828 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8829 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8830 M:      Larry Finger <Larry.Finger@lwfinger.net>
8831 L:      linux-wireless@vger.kernel.org
8832 W:      http://wireless.kernel.org/
8833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8834 S:      Maintained
8835 F:      drivers/net/wireless/rtl818x/rtl8187/
8836
8837 RTL8192CE WIRELESS DRIVER
8838 M:      Larry Finger <Larry.Finger@lwfinger.net>
8839 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8840 L:      linux-wireless@vger.kernel.org
8841 W:      http://wireless.kernel.org/
8842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8843 S:      Maintained
8844 F:      drivers/net/wireless/rtlwifi/
8845 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8846
8847 S3 SAVAGE FRAMEBUFFER DRIVER
8848 M:      Antonino Daplas <adaplas@gmail.com>
8849 L:      linux-fbdev@vger.kernel.org
8850 S:      Maintained
8851 F:      drivers/video/fbdev/savage/
8852
8853 S390
8854 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8855 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8856 L:      linux-s390@vger.kernel.org
8857 W:      http://www.ibm.com/developerworks/linux/linux390/
8858 S:      Supported
8859 F:      arch/s390/
8860 F:      drivers/s390/
8861 F:      Documentation/s390/
8862 F:      Documentation/DocBook/s390*
8863
8864 S390 COMMON I/O LAYER
8865 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8866 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8867 L:      linux-s390@vger.kernel.org
8868 W:      http://www.ibm.com/developerworks/linux/linux390/
8869 S:      Supported
8870 F:      drivers/s390/cio/
8871
8872 S390 DASD DRIVER
8873 M:      Stefan Weinhuber <wein@de.ibm.com>
8874 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8875 L:      linux-s390@vger.kernel.org
8876 W:      http://www.ibm.com/developerworks/linux/linux390/
8877 S:      Supported
8878 F:      drivers/s390/block/dasd*
8879 F:      block/partitions/ibm.c
8880
8881 S390 NETWORK DRIVERS
8882 M:      Ursula Braun <ursula.braun@de.ibm.com>
8883 L:      linux-s390@vger.kernel.org
8884 W:      http://www.ibm.com/developerworks/linux/linux390/
8885 S:      Supported
8886 F:      drivers/s390/net/
8887
8888 S390 PCI SUBSYSTEM
8889 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8890 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8891 L:      linux-s390@vger.kernel.org
8892 W:      http://www.ibm.com/developerworks/linux/linux390/
8893 S:      Supported
8894 F:      arch/s390/pci/
8895 F:      drivers/pci/hotplug/s390_pci_hpc.c
8896
8897 S390 ZCRYPT DRIVER
8898 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8899 L:      linux-s390@vger.kernel.org
8900 W:      http://www.ibm.com/developerworks/linux/linux390/
8901 S:      Supported
8902 F:      drivers/s390/crypto/
8903
8904 S390 ZFCP DRIVER
8905 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8906 L:      linux-s390@vger.kernel.org
8907 W:      http://www.ibm.com/developerworks/linux/linux390/
8908 S:      Supported
8909 F:      drivers/s390/scsi/zfcp_*
8910
8911 S390 IUCV NETWORK LAYER
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/*iucv*
8917 F:      include/net/iucv/
8918 F:      net/iucv/
8919
8920 S3C24XX SD/MMC Driver
8921 M:      Ben Dooks <ben-linux@fluff.org>
8922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8923 S:      Supported
8924 F:      drivers/mmc/host/s3cmci.*
8925
8926 SAA6588 RDS RECEIVER DRIVER
8927 M:      Hans Verkuil <hverkuil@xs4all.nl>
8928 L:      linux-media@vger.kernel.org
8929 T:      git git://linuxtv.org/media_tree.git
8930 W:      http://linuxtv.org
8931 S:      Odd Fixes
8932 F:      drivers/media/i2c/saa6588*
8933
8934 SAA7134 VIDEO4LINUX DRIVER
8935 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8936 L:      linux-media@vger.kernel.org
8937 W:      http://linuxtv.org
8938 T:      git git://linuxtv.org/media_tree.git
8939 S:      Odd fixes
8940 F:      Documentation/video4linux/*.saa7134
8941 F:      drivers/media/pci/saa7134/
8942
8943 SAA7146 VIDEO4LINUX-2 DRIVER
8944 M:      Hans Verkuil <hverkuil@xs4all.nl>
8945 L:      linux-media@vger.kernel.org
8946 T:      git git://linuxtv.org/media_tree.git
8947 S:      Maintained
8948 F:      drivers/media/common/saa7146/
8949 F:      drivers/media/pci/saa7146/
8950 F:      include/media/saa7146*
8951
8952 SAMSUNG LAPTOP DRIVER
8953 M:      Corentin Chary <corentin.chary@gmail.com>
8954 L:      platform-driver-x86@vger.kernel.org
8955 S:      Maintained
8956 F:      drivers/platform/x86/samsung-laptop.c
8957
8958 SAMSUNG AUDIO (ASoC) DRIVERS
8959 M:      Sangbeom Kim <sbkim73@samsung.com>
8960 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8961 S:      Supported
8962 F:      sound/soc/samsung/
8963
8964 SAMSUNG FRAMEBUFFER DRIVER
8965 M:      Jingoo Han <jingoohan1@gmail.com>
8966 L:      linux-fbdev@vger.kernel.org
8967 S:      Maintained
8968 F:      drivers/video/fbdev/s3c-fb.c
8969
8970 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8971 M:      Sangbeom Kim <sbkim73@samsung.com>
8972 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8973 L:      linux-kernel@vger.kernel.org
8974 L:      linux-samsung-soc@vger.kernel.org
8975 S:      Supported
8976 F:      drivers/mfd/sec*.c
8977 F:      drivers/regulator/s2m*.c
8978 F:      drivers/regulator/s5m*.c
8979 F:      drivers/clk/clk-s2mps11.c
8980 F:      drivers/rtc/rtc-s5m.c
8981 F:      include/linux/mfd/samsung/
8982 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8983 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8984
8985 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8986 M:      Kyungmin Park <kyungmin.park@samsung.com>
8987 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8988 L:      linux-media@vger.kernel.org
8989 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8990 S:      Supported
8991 F:      drivers/media/platform/exynos4-is/
8992
8993 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8994 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8995 L:      linux-media@vger.kernel.org
8996 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8997 S:      Maintained
8998 F:      drivers/media/platform/s3c-camif/
8999 F:      include/media/s3c_camif.h
9000
9001 SAMSUNG S5C73M3 CAMERA DRIVER
9002 M:      Kyungmin Park <kyungmin.park@samsung.com>
9003 M:      Andrzej Hajda <a.hajda@samsung.com>
9004 L:      linux-media@vger.kernel.org
9005 S:      Supported
9006 F:      drivers/media/i2c/s5c73m3/*
9007
9008 SAMSUNG S5K5BAF CAMERA DRIVER
9009 M:      Kyungmin Park <kyungmin.park@samsung.com>
9010 M:      Andrzej Hajda <a.hajda@samsung.com>
9011 L:      linux-media@vger.kernel.org
9012 S:      Supported
9013 F:      drivers/media/i2c/s5k5baf.c
9014
9015 SAMSUNG S3FWRN5 NFC DRIVER
9016 M:      Robert Baldyga <r.baldyga@samsung.com>
9017 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9018 S:      Supported
9019 F:      drivers/nfc/s3fwrn5
9020
9021 SAMSUNG SOC CLOCK DRIVERS
9022 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9023 M:      Tomasz Figa <tomasz.figa@gmail.com>
9024 S:      Supported
9025 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9026 F:      drivers/clk/samsung/
9027
9028 SAMSUNG SXGBE DRIVERS
9029 M:      Byungho An <bh74.an@samsung.com>
9030 M:      Girish K S <ks.giri@samsung.com>
9031 M:      Vipul Pandya <vipul.pandya@samsung.com>
9032 S:      Supported
9033 L:      netdev@vger.kernel.org
9034 F:      drivers/net/ethernet/samsung/sxgbe/
9035
9036 SAMSUNG THERMAL DRIVER
9037 M:      Lukasz Majewski <l.majewski@samsung.com>
9038 L:      linux-pm@vger.kernel.org
9039 L:      linux-samsung-soc@vger.kernel.org
9040 S:      Supported
9041 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9042 F:      drivers/thermal/samsung/
9043
9044 SAMSUNG USB2 PHY DRIVER
9045 M:      Kamil Debski <k.debski@samsung.com>
9046 L:      linux-kernel@vger.kernel.org
9047 S:      Supported
9048 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9049 F:      Documentation/phy/samsung-usb2.txt
9050 F:      drivers/phy/phy-exynos4210-usb2.c
9051 F:      drivers/phy/phy-exynos4x12-usb2.c
9052 F:      drivers/phy/phy-exynos5250-usb2.c
9053 F:      drivers/phy/phy-s5pv210-usb2.c
9054 F:      drivers/phy/phy-samsung-usb2.c
9055 F:      drivers/phy/phy-samsung-usb2.h
9056
9057 SERIAL DRIVERS
9058 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9059 L:      linux-serial@vger.kernel.org
9060 S:      Maintained
9061 F:      drivers/tty/serial/
9062
9063 SYNOPSYS DESIGNWARE DMAC DRIVER
9064 M:      Viresh Kumar <vireshk@kernel.org>
9065 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9066 S:      Maintained
9067 F:      include/linux/dma/dw.h
9068 F:      include/linux/platform_data/dma-dw.h
9069 F:      drivers/dma/dw/
9070
9071 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9072 M: Lars Persson <lars.persson@axis.com>
9073 L: netdev@vger.kernel.org
9074 S: Supported
9075 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9076 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9077
9078 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9079 M:      Seungwon Jeon <tgih.jun@samsung.com>
9080 M:      Jaehoon Chung <jh80.chung@samsung.com>
9081 L:      linux-mmc@vger.kernel.org
9082 S:      Maintained
9083 F:      include/linux/mmc/dw_mmc.h
9084 F:      drivers/mmc/host/dw_mmc*
9085
9086 THUNDERBOLT DRIVER
9087 M:      Andreas Noever <andreas.noever@gmail.com>
9088 S:      Maintained
9089 F:      drivers/thunderbolt/
9090
9091 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9092 M:      John Stultz <john.stultz@linaro.org>
9093 M:      Thomas Gleixner <tglx@linutronix.de>
9094 L:      linux-kernel@vger.kernel.org
9095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9096 S:      Supported
9097 F:      include/linux/clocksource.h
9098 F:      include/linux/time.h
9099 F:      include/linux/timex.h
9100 F:      include/uapi/linux/time.h
9101 F:      include/uapi/linux/timex.h
9102 F:      kernel/time/clocksource.c
9103 F:      kernel/time/time*.c
9104 F:      kernel/time/ntp.c
9105 F:      tools/testing/selftests/timers/
9106
9107 SC1200 WDT DRIVER
9108 M:      Zwane Mwaikambo <zwanem@gmail.com>
9109 S:      Maintained
9110 F:      drivers/watchdog/sc1200wdt.c
9111
9112 SCHEDULER
9113 M:      Ingo Molnar <mingo@redhat.com>
9114 M:      Peter Zijlstra <peterz@infradead.org>
9115 L:      linux-kernel@vger.kernel.org
9116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9117 S:      Maintained
9118 F:      kernel/sched/
9119 F:      include/linux/sched.h
9120 F:      include/uapi/linux/sched.h
9121 F:      include/linux/wait.h
9122
9123 SCORE ARCHITECTURE
9124 M:      Chen Liqin <liqin.linux@gmail.com>
9125 M:      Lennox Wu <lennox.wu@gmail.com>
9126 W:      http://www.sunplus.com
9127 S:      Supported
9128 F:      arch/score/
9129
9130 SCSI CDROM DRIVER
9131 M:      Jens Axboe <axboe@kernel.dk>
9132 L:      linux-scsi@vger.kernel.org
9133 W:      http://www.kernel.dk
9134 S:      Maintained
9135 F:      drivers/scsi/sr*
9136
9137 SCSI RDMA PROTOCOL (SRP) INITIATOR
9138 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9139 L:      linux-rdma@vger.kernel.org
9140 S:      Supported
9141 W:      http://www.openfabrics.org
9142 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9144 F:      drivers/infiniband/ulp/srp/
9145 F:      include/scsi/srp.h
9146
9147 SCSI SG DRIVER
9148 M:      Doug Gilbert <dgilbert@interlog.com>
9149 L:      linux-scsi@vger.kernel.org
9150 W:      http://sg.danny.cz/sg
9151 S:      Maintained
9152 F:      Documentation/scsi/scsi-generic.txt
9153 F:      drivers/scsi/sg.c
9154 F:      include/scsi/sg.h
9155
9156 SCSI SUBSYSTEM
9157 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9158 L:      linux-scsi@vger.kernel.org
9159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9160 S:      Maintained
9161 F:      drivers/scsi/
9162 F:      include/scsi/
9163
9164 SCSI TAPE DRIVER
9165 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9166 L:      linux-scsi@vger.kernel.org
9167 S:      Maintained
9168 F:      Documentation/scsi/st.txt
9169 F:      drivers/scsi/st.*
9170 F:      drivers/scsi/st_*.h
9171
9172 SCTP PROTOCOL
9173 M:      Vlad Yasevich <vyasevich@gmail.com>
9174 M:      Neil Horman <nhorman@tuxdriver.com>
9175 L:      linux-sctp@vger.kernel.org
9176 W:      http://lksctp.sourceforge.net
9177 S:      Maintained
9178 F:      Documentation/networking/sctp.txt
9179 F:      include/linux/sctp.h
9180 F:      include/uapi/linux/sctp.h
9181 F:      include/net/sctp/
9182 F:      net/sctp/
9183
9184 SCx200 CPU SUPPORT
9185 M:      Jim Cromie <jim.cromie@gmail.com>
9186 S:      Odd Fixes
9187 F:      Documentation/i2c/busses/scx200_acb
9188 F:      arch/x86/platform/scx200/
9189 F:      drivers/watchdog/scx200_wdt.c
9190 F:      drivers/i2c/busses/scx200*
9191 F:      drivers/mtd/maps/scx200_docflash.c
9192 F:      include/linux/scx200.h
9193
9194 SCx200 GPIO DRIVER
9195 M:      Jim Cromie <jim.cromie@gmail.com>
9196 S:      Maintained
9197 F:      drivers/char/scx200_gpio.c
9198 F:      include/linux/scx200_gpio.h
9199
9200 SCx200 HRT CLOCKSOURCE DRIVER
9201 M:      Jim Cromie <jim.cromie@gmail.com>
9202 S:      Maintained
9203 F:      drivers/clocksource/scx200_hrt.c
9204
9205 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9206 M:      Sascha Sommer <saschasommer@freenet.de>
9207 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9208 S:      Maintained
9209 F:      drivers/mmc/host/sdricoh_cs.c
9210
9211 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9212 L:      linux-mmc@vger.kernel.org
9213 S:      Orphan
9214 F:      drivers/mmc/host/sdhci.*
9215 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9216
9217 SECURE COMPUTING
9218 M:      Kees Cook <keescook@chromium.org>
9219 R:      Andy Lutomirski <luto@amacapital.net>
9220 R:      Will Drewry <wad@chromium.org>
9221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9222 S:      Supported
9223 F:      kernel/seccomp.c
9224 F:      include/uapi/linux/seccomp.h
9225 F:      include/linux/seccomp.h
9226 F:      tools/testing/selftests/seccomp/*
9227 K:      \bsecure_computing
9228 K:      \bTIF_SECCOMP\b
9229
9230 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9231 M:      Ben Dooks <ben-linux@fluff.org>
9232 M:      Jaehoon Chung <jh80.chung@samsung.com>
9233 L:      linux-mmc@vger.kernel.org
9234 S:      Maintained
9235 F:      drivers/mmc/host/sdhci-s3c*
9236
9237 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9238 M:      Viresh Kumar <vireshk@kernel.org>
9239 L:      spear-devel@list.st.com
9240 L:      linux-mmc@vger.kernel.org
9241 S:      Maintained
9242 F:      drivers/mmc/host/sdhci-spear.c
9243
9244 SECURITY SUBSYSTEM
9245 M:      James Morris <james.l.morris@oracle.com>
9246 M:      "Serge E. Hallyn" <serge@hallyn.com>
9247 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9249 W:      http://kernsec.org/
9250 S:      Supported
9251 F:      security/
9252
9253 SECURITY CONTACT
9254 M:      Security Officers <security@kernel.org>
9255 S:      Supported
9256
9257 SELINUX SECURITY MODULE
9258 M:      Paul Moore <paul@paul-moore.com>
9259 M:      Stephen Smalley <sds@tycho.nsa.gov>
9260 M:      Eric Paris <eparis@parisplace.org>
9261 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9262 W:      http://selinuxproject.org
9263 T:      git git://git.infradead.org/users/pcmoore/selinux
9264 S:      Supported
9265 F:      include/linux/selinux*
9266 F:      security/selinux/
9267 F:      scripts/selinux/
9268
9269 APPARMOR SECURITY MODULE
9270 M:      John Johansen <john.johansen@canonical.com>
9271 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9272 W:      apparmor.wiki.kernel.org
9273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9274 S:      Supported
9275 F:      security/apparmor/
9276
9277 YAMA SECURITY MODULE
9278 M:      Kees Cook <keescook@chromium.org>
9279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9280 S:      Supported
9281 F:      security/yama/
9282
9283 SENSABLE PHANTOM
9284 M:      Jiri Slaby <jirislaby@gmail.com>
9285 S:      Maintained
9286 F:      drivers/misc/phantom.c
9287 F:      include/uapi/linux/phantom.h
9288
9289 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9290 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9291 M:      Minh Tran <minh.tran@avagotech.com>
9292 M:      John Soni Jose <sony.john-n@avagotech.com>
9293 L:      linux-scsi@vger.kernel.org
9294 W:      http://www.avagotech.com
9295 S:      Supported
9296 F:      drivers/scsi/be2iscsi/
9297
9298 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9299 M:      Sathya Perla <sathya.perla@avagotech.com>
9300 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9301 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9302 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9303 L:      netdev@vger.kernel.org
9304 W:      http://www.emulex.com
9305 S:      Supported
9306 F:      drivers/net/ethernet/emulex/benet/
9307
9308 EMULEX ONECONNECT ROCE DRIVER
9309 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9310 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9311 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9312 L:      linux-rdma@vger.kernel.org
9313 W:      http://www.emulex.com
9314 S:      Supported
9315 F:      drivers/infiniband/hw/ocrdma/
9316
9317 SFC NETWORK DRIVER
9318 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9319 M:      Shradha Shah <sshah@solarflare.com>
9320 L:      netdev@vger.kernel.org
9321 S:      Supported
9322 F:      drivers/net/ethernet/sfc/
9323
9324 SGI GRU DRIVER
9325 M:      Dimitri Sivanich <sivanich@sgi.com>
9326 S:      Maintained
9327 F:      drivers/misc/sgi-gru/
9328
9329 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9330 M:      Pat Gefre <pfg@sgi.com>
9331 L:      linux-ia64@vger.kernel.org
9332 S:      Supported
9333 F:      Documentation/ia64/serial.txt
9334 F:      drivers/tty/serial/ioc?_serial.c
9335 F:      include/linux/ioc?.h
9336
9337 SGI XP/XPC/XPNET DRIVER
9338 M:      Cliff Whickman <cpw@sgi.com>
9339 M:      Robin Holt <robinmholt@gmail.com>
9340 S:      Maintained
9341 F:      drivers/misc/sgi-xp/
9342
9343 SI2157 MEDIA DRIVER
9344 M:      Antti Palosaari <crope@iki.fi>
9345 L:      linux-media@vger.kernel.org
9346 W:      http://linuxtv.org/
9347 W:      http://palosaari.fi/linux/
9348 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9349 T:      git git://linuxtv.org/anttip/media_tree.git
9350 S:      Maintained
9351 F:      drivers/media/tuners/si2157*
9352
9353 SI2168 MEDIA DRIVER
9354 M:      Antti Palosaari <crope@iki.fi>
9355 L:      linux-media@vger.kernel.org
9356 W:      http://linuxtv.org/
9357 W:      http://palosaari.fi/linux/
9358 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9359 T:      git git://linuxtv.org/anttip/media_tree.git
9360 S:      Maintained
9361 F:      drivers/media/dvb-frontends/si2168*
9362
9363 SI470X FM RADIO RECEIVER I2C DRIVER
9364 M:      Hans Verkuil <hverkuil@xs4all.nl>
9365 L:      linux-media@vger.kernel.org
9366 T:      git git://linuxtv.org/media_tree.git
9367 W:      http://linuxtv.org
9368 S:      Odd Fixes
9369 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9370
9371 SI470X FM RADIO RECEIVER USB DRIVER
9372 M:      Hans Verkuil <hverkuil@xs4all.nl>
9373 L:      linux-media@vger.kernel.org
9374 T:      git git://linuxtv.org/media_tree.git
9375 W:      http://linuxtv.org
9376 S:      Maintained
9377 F:      drivers/media/radio/si470x/radio-si470x-common.c
9378 F:      drivers/media/radio/si470x/radio-si470x.h
9379 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9380
9381 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9382 M:      Eduardo Valentin <edubezval@gmail.com>
9383 L:      linux-media@vger.kernel.org
9384 T:      git git://linuxtv.org/media_tree.git
9385 W:      http://linuxtv.org
9386 S:      Odd Fixes
9387 F:      drivers/media/radio/si4713/si4713.?
9388
9389 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9390 M:      Eduardo Valentin <edubezval@gmail.com>
9391 L:      linux-media@vger.kernel.org
9392 T:      git git://linuxtv.org/media_tree.git
9393 W:      http://linuxtv.org
9394 S:      Odd Fixes
9395 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9396
9397 SI4713 FM RADIO TRANSMITTER USB DRIVER
9398 M:      Hans Verkuil <hverkuil@xs4all.nl>
9399 L:      linux-media@vger.kernel.org
9400 T:      git git://linuxtv.org/media_tree.git
9401 W:      http://linuxtv.org
9402 S:      Maintained
9403 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9404
9405 SIANO DVB DRIVER
9406 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9407 L:      linux-media@vger.kernel.org
9408 W:      http://linuxtv.org
9409 T:      git git://linuxtv.org/media_tree.git
9410 S:      Odd fixes
9411 F:      drivers/media/common/siano/
9412 F:      drivers/media/usb/siano/
9413 F:      drivers/media/usb/siano/
9414 F:      drivers/media/mmc/siano/
9415
9416 SIMPLEFB FB DRIVER
9417 M:      Hans de Goede <hdegoede@redhat.com>
9418 L:      linux-fbdev@vger.kernel.org
9419 S:      Maintained
9420 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9421 F:      drivers/video/fbdev/simplefb.c
9422 F:      include/linux/platform_data/simplefb.h
9423
9424 SH_VEU V4L2 MEM2MEM DRIVER
9425 L:      linux-media@vger.kernel.org
9426 S:      Orphan
9427 F:      drivers/media/platform/sh_veu.c
9428
9429 SH_VOU V4L2 OUTPUT DRIVER
9430 L:      linux-media@vger.kernel.org
9431 S:      Orphan
9432 F:      drivers/media/platform/sh_vou.c
9433 F:      include/media/sh_vou.h
9434
9435 SIMPLE FIRMWARE INTERFACE (SFI)
9436 M:      Len Brown <lenb@kernel.org>
9437 L:      sfi-devel@simplefirmware.org
9438 W:      http://simplefirmware.org/
9439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9440 S:      Supported
9441 F:      arch/x86/platform/sfi/
9442 F:      drivers/sfi/
9443 F:      include/linux/sfi*.h
9444
9445 SIMTEC EB110ATX (Chalice CATS)
9446 P:      Ben Dooks
9447 P:      Vincent Sanders <vince@simtec.co.uk>
9448 M:      Simtec Linux Team <linux@simtec.co.uk>
9449 W:      http://www.simtec.co.uk/products/EB110ATX/
9450 S:      Supported
9451
9452 SIMTEC EB2410ITX (BAST)
9453 P:      Ben Dooks
9454 P:      Vincent Sanders <vince@simtec.co.uk>
9455 M:      Simtec Linux Team <linux@simtec.co.uk>
9456 W:      http://www.simtec.co.uk/products/EB2410ITX/
9457 S:      Supported
9458 F:      arch/arm/mach-s3c24xx/mach-bast.c
9459 F:      arch/arm/mach-s3c24xx/bast-ide.c
9460 F:      arch/arm/mach-s3c24xx/bast-irq.c
9461
9462 TI DAVINCI MACHINE SUPPORT
9463 M:      Sekhar Nori <nsekhar@ti.com>
9464 M:      Kevin Hilman <khilman@deeprootsystems.com>
9465 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9466 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9467 S:      Supported
9468 F:      arch/arm/mach-davinci/
9469 F:      drivers/i2c/busses/i2c-davinci.c
9470
9471 TI DAVINCI SERIES MEDIA DRIVER
9472 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9473 L:      linux-media@vger.kernel.org
9474 W:      http://linuxtv.org/
9475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9476 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9477 S:      Maintained
9478 F:      drivers/media/platform/davinci/
9479 F:      include/media/davinci/
9480
9481 TI AM437X VPFE DRIVER
9482 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9483 L:      linux-media@vger.kernel.org
9484 W:      http://linuxtv.org/
9485 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9486 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9487 S:      Maintained
9488 F:      drivers/media/platform/am437x/
9489
9490 OV2659 OMNIVISION SENSOR DRIVER
9491 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9492 L:      linux-media@vger.kernel.org
9493 W:      http://linuxtv.org/
9494 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9495 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9496 S:      Maintained
9497 F:      drivers/media/i2c/ov2659.c
9498 F:      include/media/ov2659.h
9499
9500 SILICON MOTION SM712 FRAME BUFFER DRIVER
9501 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9502 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9503 M:      Sudip Mukherjee <sudip@vectorindia.org>
9504 L:      linux-fbdev@vger.kernel.org
9505 S:      Maintained
9506 F:      drivers/video/fbdev/sm712*
9507 F:      Documentation/fb/sm712fb.txt
9508
9509 SIS 190 ETHERNET DRIVER
9510 M:      Francois Romieu <romieu@fr.zoreil.com>
9511 L:      netdev@vger.kernel.org
9512 S:      Maintained
9513 F:      drivers/net/ethernet/sis/sis190.c
9514
9515 SIS 900/7016 FAST ETHERNET DRIVER
9516 M:      Daniele Venzano <venza@brownhat.org>
9517 W:      http://www.brownhat.org/sis900.html
9518 L:      netdev@vger.kernel.org
9519 S:      Maintained
9520 F:      drivers/net/ethernet/sis/sis900.*
9521
9522 SIS FRAMEBUFFER DRIVER
9523 M:      Thomas Winischhofer <thomas@winischhofer.net>
9524 W:      http://www.winischhofer.net/linuxsisvga.shtml
9525 S:      Maintained
9526 F:      Documentation/fb/sisfb.txt
9527 F:      drivers/video/fbdev/sis/
9528 F:      include/video/sisfb.h
9529
9530 SIS USB2VGA DRIVER
9531 M:      Thomas Winischhofer <thomas@winischhofer.net>
9532 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9533 S:      Maintained
9534 F:      drivers/usb/misc/sisusbvga/
9535
9536 SLAB ALLOCATOR
9537 M:      Christoph Lameter <cl@linux.com>
9538 M:      Pekka Enberg <penberg@kernel.org>
9539 M:      David Rientjes <rientjes@google.com>
9540 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9541 M:      Andrew Morton <akpm@linux-foundation.org>
9542 L:      linux-mm@kvack.org
9543 S:      Maintained
9544 F:      include/linux/sl?b*.h
9545 F:      mm/sl?b*
9546
9547 SLEEPABLE READ-COPY UPDATE (SRCU)
9548 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9549 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9550 M:      Josh Triplett <josh@joshtriplett.org>
9551 R:      Steven Rostedt <rostedt@goodmis.org>
9552 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9553 L:      linux-kernel@vger.kernel.org
9554 W:      http://www.rdrop.com/users/paulmck/RCU/
9555 S:      Supported
9556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9557 F:      include/linux/srcu.h
9558 F:      kernel/rcu/srcu.c
9559
9560 SMACK SECURITY MODULE
9561 M:      Casey Schaufler <casey@schaufler-ca.com>
9562 L:      linux-security-module@vger.kernel.org
9563 W:      http://schaufler-ca.com
9564 T:      git git://git.gitorious.org/smack-next/kernel.git
9565 S:      Maintained
9566 F:      Documentation/security/Smack.txt
9567 F:      security/smack/
9568
9569 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9570 M:      Kevin Hilman <khilman@kernel.org>
9571 M:      Nishanth Menon <nm@ti.com>
9572 S:      Maintained
9573 F:      drivers/power/avs/
9574 F:      include/linux/power/smartreflex.h
9575 L:      linux-pm@vger.kernel.org
9576
9577 SMC91x ETHERNET DRIVER
9578 M:      Nicolas Pitre <nico@fluxnic.net>
9579 S:      Odd Fixes
9580 F:      drivers/net/ethernet/smsc/smc91x.*
9581
9582 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9583 M:      Sakari Ailus <sakari.ailus@iki.fi>
9584 L:      linux-media@vger.kernel.org
9585 S:      Maintained
9586 F:      drivers/media/i2c/smiapp/
9587 F:      include/media/smiapp.h
9588 F:      drivers/media/i2c/smiapp-pll.c
9589 F:      drivers/media/i2c/smiapp-pll.h
9590 F:      include/uapi/linux/smiapp.h
9591 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9592
9593 SMM665 HARDWARE MONITOR DRIVER
9594 M:      Guenter Roeck <linux@roeck-us.net>
9595 L:      lm-sensors@lm-sensors.org
9596 S:      Maintained
9597 F:      Documentation/hwmon/smm665
9598 F:      drivers/hwmon/smm665.c
9599
9600 SMSC EMC2103 HARDWARE MONITOR DRIVER
9601 M:      Steve Glendinning <steve.glendinning@shawell.net>
9602 L:      lm-sensors@lm-sensors.org
9603 S:      Maintained
9604 F:      Documentation/hwmon/emc2103
9605 F:      drivers/hwmon/emc2103.c
9606
9607 SMSC SCH5627 HARDWARE MONITOR DRIVER
9608 M:      Hans de Goede <hdegoede@redhat.com>
9609 L:      lm-sensors@lm-sensors.org
9610 S:      Supported
9611 F:      Documentation/hwmon/sch5627
9612 F:      drivers/hwmon/sch5627.c
9613
9614 SMSC47B397 HARDWARE MONITOR DRIVER
9615 M:      Jean Delvare <jdelvare@suse.com>
9616 L:      lm-sensors@lm-sensors.org
9617 S:      Maintained
9618 F:      Documentation/hwmon/smsc47b397
9619 F:      drivers/hwmon/smsc47b397.c
9620
9621 SMSC911x ETHERNET DRIVER
9622 M:      Steve Glendinning <steve.glendinning@shawell.net>
9623 L:      netdev@vger.kernel.org
9624 S:      Maintained
9625 F:      include/linux/smsc911x.h
9626 F:      drivers/net/ethernet/smsc/smsc911x.*
9627
9628 SMSC9420 PCI ETHERNET DRIVER
9629 M:      Steve Glendinning <steve.glendinning@shawell.net>
9630 L:      netdev@vger.kernel.org
9631 S:      Maintained
9632 F:      drivers/net/ethernet/smsc/smsc9420.*
9633
9634 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9635 M:      Steve Glendinning <steve.glendinning@shawell.net>
9636 L:      linux-fbdev@vger.kernel.org
9637 S:      Maintained
9638 F:      drivers/video/fbdev/smscufx.c
9639
9640 SOC-CAMERA V4L2 SUBSYSTEM
9641 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9642 L:      linux-media@vger.kernel.org
9643 T:      git git://linuxtv.org/media_tree.git
9644 S:      Maintained
9645 F:      include/media/soc*
9646 F:      drivers/media/i2c/soc_camera/
9647 F:      drivers/media/platform/soc_camera/
9648
9649 SOEKRIS NET48XX LED SUPPORT
9650 M:      Chris Boot <bootc@bootc.net>
9651 S:      Maintained
9652 F:      drivers/leds/leds-net48xx.c
9653
9654 SOFTLOGIC 6x10 MPEG CODEC
9655 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9656 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9657 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9658 M:      Ismael Luceno <ismael@iodev.co.uk>
9659 L:      linux-media@vger.kernel.org
9660 S:      Supported
9661 F:      drivers/media/pci/solo6x10/
9662
9663 SOFTWARE RAID (Multiple Disks) SUPPORT
9664 M:      Neil Brown <neilb@suse.com>
9665 L:      linux-raid@vger.kernel.org
9666 S:      Supported
9667 F:      drivers/md/
9668 F:      include/linux/raid/
9669 F:      include/uapi/linux/raid/
9670
9671 SONIC NETWORK DRIVER
9672 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9673 L:      netdev@vger.kernel.org
9674 S:      Maintained
9675 F:      drivers/net/ethernet/natsemi/sonic.*
9676
9677 SONICS SILICON BACKPLANE DRIVER (SSB)
9678 M:      Michael Buesch <m@bues.ch>
9679 L:      netdev@vger.kernel.org
9680 S:      Maintained
9681 F:      drivers/ssb/
9682 F:      include/linux/ssb/
9683
9684 SONY VAIO CONTROL DEVICE DRIVER
9685 M:      Mattia Dongili <malattia@linux.it>
9686 L:      platform-driver-x86@vger.kernel.org
9687 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9688 S:      Maintained
9689 F:      Documentation/laptops/sony-laptop.txt
9690 F:      drivers/char/sonypi.c
9691 F:      drivers/platform/x86/sony-laptop.c
9692 F:      include/linux/sony-laptop.h
9693
9694 SONY MEMORYSTICK CARD SUPPORT
9695 M:      Alex Dubov <oakad@yahoo.com>
9696 W:      http://tifmxx.berlios.de/
9697 S:      Maintained
9698 F:      drivers/memstick/host/tifm_ms.c
9699
9700 SONY MEMORYSTICK STANDARD SUPPORT
9701 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9702 S:      Maintained
9703 F:      drivers/memstick/core/ms_block.*
9704
9705 SOUND
9706 M:      Jaroslav Kysela <perex@perex.cz>
9707 M:      Takashi Iwai <tiwai@suse.com>
9708 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9709 W:      http://www.alsa-project.org/
9710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9711 T:      git git://git.alsa-project.org/alsa-kernel.git
9712 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9713 S:      Maintained
9714 F:      Documentation/sound/
9715 F:      include/sound/
9716 F:      include/uapi/sound/
9717 F:      sound/
9718
9719 SOUND - COMPRESSED AUDIO
9720 M:      Vinod Koul <vinod.koul@intel.com>
9721 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9723 S:      Supported
9724 F:      Documentation/sound/alsa/compress_offload.txt
9725 F:      include/sound/compress_driver.h
9726 F:      include/uapi/sound/compress_*
9727 F:      sound/core/compress_offload.c
9728 F:      sound/soc/soc-compress.c
9729
9730 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9731 M:      Liam Girdwood <lgirdwood@gmail.com>
9732 M:      Mark Brown <broonie@kernel.org>
9733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9734 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9735 W:      http://alsa-project.org/main/index.php/ASoC
9736 S:      Supported
9737 F:      Documentation/sound/alsa/soc/
9738 F:      sound/soc/
9739 F:      include/sound/soc*
9740
9741 SOUND - DMAENGINE HELPERS
9742 M:      Lars-Peter Clausen <lars@metafoo.de>
9743 S:      Supported
9744 F:      include/sound/dmaengine_pcm.h
9745 F:      sound/core/pcm_dmaengine.c
9746 F:      sound/soc/soc-generic-dmaengine-pcm.c
9747
9748 SP2 MEDIA DRIVER
9749 M:      Olli Salonen <olli.salonen@iki.fi>
9750 L:      linux-media@vger.kernel.org
9751 W:      http://linuxtv.org/
9752 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9753 S:      Maintained
9754 F:      drivers/media/dvb-frontends/sp2*
9755
9756 SPARC + UltraSPARC (sparc/sparc64)
9757 M:      "David S. Miller" <davem@davemloft.net>
9758 L:      sparclinux@vger.kernel.org
9759 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9762 S:      Maintained
9763 F:      arch/sparc/
9764 F:      drivers/sbus/
9765
9766 SPARC SERIAL DRIVERS
9767 M:      "David S. Miller" <davem@davemloft.net>
9768 L:      sparclinux@vger.kernel.org
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9771 S:      Maintained
9772 F:      include/linux/sunserialcore.h
9773 F:      drivers/tty/serial/suncore.c
9774 F:      drivers/tty/serial/sunhv.c
9775 F:      drivers/tty/serial/sunsab.c
9776 F:      drivers/tty/serial/sunsab.h
9777 F:      drivers/tty/serial/sunsu.c
9778 F:      drivers/tty/serial/sunzilog.c
9779 F:      drivers/tty/serial/sunzilog.h
9780
9781 SPARSE CHECKER
9782 M:      "Christopher Li" <sparse@chrisli.org>
9783 L:      linux-sparse@vger.kernel.org
9784 W:      https://sparse.wiki.kernel.org/
9785 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9786 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9787 S:      Maintained
9788 F:      include/linux/compiler.h
9789
9790 SPEAR PLATFORM SUPPORT
9791 M:      Viresh Kumar <vireshk@kernel.org>
9792 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9793 L:      spear-devel@list.st.com
9794 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9795 W:      http://www.st.com/spear
9796 S:      Maintained
9797 F:      arch/arm/mach-spear/
9798
9799 SPEAR CLOCK FRAMEWORK SUPPORT
9800 M:      Viresh Kumar <vireshk@kernel.org>
9801 L:      spear-devel@list.st.com
9802 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9803 W:      http://www.st.com/spear
9804 S:      Maintained
9805 F:      drivers/clk/spear/
9806
9807 SPI SUBSYSTEM
9808 M:      Mark Brown <broonie@kernel.org>
9809 L:      linux-spi@vger.kernel.org
9810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9811 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9812 S:      Maintained
9813 F:      Documentation/spi/
9814 F:      drivers/spi/
9815 F:      include/linux/spi/
9816 F:      include/uapi/linux/spi/
9817
9818 SPIDERNET NETWORK DRIVER for CELL
9819 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9820 L:      netdev@vger.kernel.org
9821 S:      Supported
9822 F:      Documentation/networking/spider_net.txt
9823 F:      drivers/net/ethernet/toshiba/spider_net*
9824
9825 SPU FILE SYSTEM
9826 M:      Jeremy Kerr <jk@ozlabs.org>
9827 L:      linuxppc-dev@lists.ozlabs.org
9828 W:      http://www.ibm.com/developerworks/power/cell/
9829 S:      Supported
9830 F:      Documentation/filesystems/spufs.txt
9831 F:      arch/powerpc/platforms/cell/spufs/
9832
9833 SQUASHFS FILE SYSTEM
9834 M:      Phillip Lougher <phillip@squashfs.org.uk>
9835 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9836 W:      http://squashfs.org.uk
9837 S:      Maintained
9838 F:      Documentation/filesystems/squashfs.txt
9839 F:      fs/squashfs/
9840
9841 SRM (Alpha) environment access
9842 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9843 S:      Maintained
9844 F:      arch/alpha/kernel/srm_env.c
9845
9846 STABLE BRANCH
9847 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9848 L:      stable@vger.kernel.org
9849 S:      Supported
9850 F:      Documentation/stable_kernel_rules.txt
9851
9852 STAGING SUBSYSTEM
9853 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9855 L:      devel@driverdev.osuosl.org
9856 S:      Supported
9857 F:      drivers/staging/
9858
9859 STAGING - COMEDI
9860 M:      Ian Abbott <abbotti@mev.co.uk>
9861 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9862 S:      Odd Fixes
9863 F:      drivers/staging/comedi/
9864
9865 STAGING - FLARION FT1000 DRIVERS
9866 M:      Marek Belisko <marek.belisko@gmail.com>
9867 S:      Odd Fixes
9868 F:      drivers/staging/ft1000/
9869
9870 STAGING - INDUSTRIAL IO
9871 M:      Jonathan Cameron <jic23@kernel.org>
9872 L:      linux-iio@vger.kernel.org
9873 S:      Odd Fixes
9874 F:      drivers/staging/iio/
9875
9876 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9877 M:      Jarod Wilson <jarod@wilsonet.com>
9878 W:      http://www.lirc.org/
9879 S:      Odd Fixes
9880 F:      drivers/staging/media/lirc/
9881
9882 STAGING - LUSTRE PARALLEL FILESYSTEM
9883 M:      Oleg Drokin <oleg.drokin@intel.com>
9884 M:      Andreas Dilger <andreas.dilger@intel.com>
9885 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9886 W:      http://lustre.opensfs.org/
9887 S:      Maintained
9888 F:      drivers/staging/lustre
9889
9890 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9891 M:      Julian Andres Klode <jak@jak-linux.org>
9892 M:      Marc Dietrich <marvin24@gmx.de>
9893 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9894 L:      linux-tegra@vger.kernel.org
9895 S:      Maintained
9896 F:      drivers/staging/nvec/
9897
9898 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9899 M:      Jens Frederich <jfrederich@gmail.com>
9900 M:      Daniel Drake <dsd@laptop.org>
9901 M:      Jon Nettleton <jon.nettleton@gmail.com>
9902 W:      http://wiki.laptop.org/go/DCON
9903 S:      Maintained
9904 F:      drivers/staging/olpc_dcon/
9905
9906 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9907 M:      Willy Tarreau <willy@meta-x.org>
9908 S:      Odd Fixes
9909 F:      drivers/staging/panel/
9910
9911 STAGING - REALTEK RTL8712U DRIVERS
9912 M:      Larry Finger <Larry.Finger@lwfinger.net>
9913 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9914 S:      Odd Fixes
9915 F:      drivers/staging/rtl8712/
9916
9917 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9918 M:      Larry Finger <Larry.Finger@lwfinger.net>
9919 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9920 L:      linux-wireless@vger.kernel.org
9921 S:      Maintained
9922 F:      drivers/staging/rtl8723au/
9923
9924 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9925 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9926 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9927 M:      Sudip Mukherjee <sudip@vectorindia.org>
9928 L:      linux-fbdev@vger.kernel.org
9929 S:      Maintained
9930 F:      drivers/staging/sm750fb/
9931
9932 STAGING - SLICOSS
9933 M:      Lior Dotan <liodot@gmail.com>
9934 M:      Christopher Harrer <charrer@alacritech.com>
9935 S:      Odd Fixes
9936 F:      drivers/staging/slicoss/
9937
9938 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9939 M:      William Hubbs <w.d.hubbs@gmail.com>
9940 M:      Chris Brannon <chris@the-brannons.com>
9941 M:      Kirk Reiser <kirk@reisers.ca>
9942 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9943 L:      speakup@linux-speakup.org
9944 W:      http://www.linux-speakup.org/
9945 S:      Odd Fixes
9946 F:      drivers/staging/speakup/
9947
9948 STAGING - VIA VT665X DRIVERS
9949 M:      Forest Bond <forest@alittletooquiet.net>
9950 S:      Odd Fixes
9951 F:      drivers/staging/vt665?/
9952
9953 STAGING - WILC1000 WIFI DRIVER
9954 M:      Johnny Kim <johnny.kim@atmel.com>
9955 M:      Rachel Kim <rachel.kim@atmel.com>
9956 M:      Dean Lee <dean.lee@atmel.com>
9957 M:      Chris Park <chris.park@atmel.com>
9958 L:      linux-wireless@vger.kernel.org
9959 S:      Supported
9960 F:      drivers/staging/wilc1000/
9961
9962 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9963 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9964 S:      Odd Fixes
9965 F:      drivers/staging/xgifb/
9966
9967 STARFIRE/DURALAN NETWORK DRIVER
9968 M:      Ion Badulescu <ionut@badula.org>
9969 S:      Odd Fixes
9970 F:      drivers/net/ethernet/adaptec/starfire*
9971
9972 SUN3/3X
9973 M:      Sam Creasey <sammy@sammy.net>
9974 W:      http://sammy.net/sun3/
9975 S:      Maintained
9976 F:      arch/m68k/kernel/*sun3*
9977 F:      arch/m68k/sun3*/
9978 F:      arch/m68k/include/asm/sun3*
9979 F:      drivers/net/ethernet/i825xx/sun3*
9980
9981 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9982 M:      Hans de Goede <hdegoede@redhat.com>
9983 L:      linux-input@vger.kernel.org
9984 S:      Maintained
9985 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9986 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9987
9988 SUNDANCE NETWORK DRIVER
9989 M:      Denis Kirjanov <kda@linux-powerpc.org>
9990 L:      netdev@vger.kernel.org
9991 S:      Maintained
9992 F:      drivers/net/ethernet/dlink/sundance.c
9993
9994 SUPERH
9995 L:      linux-sh@vger.kernel.org
9996 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9997 S:      Orphan
9998 F:      Documentation/sh/
9999 F:      arch/sh/
10000 F:      drivers/sh/
10001
10002 SUSPEND TO RAM
10003 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10004 M:      Len Brown <len.brown@intel.com>
10005 M:      Pavel Machek <pavel@ucw.cz>
10006 L:      linux-pm@vger.kernel.org
10007 S:      Supported
10008 F:      Documentation/power/
10009 F:      arch/x86/kernel/acpi/
10010 F:      drivers/base/power/
10011 F:      kernel/power/
10012 F:      include/linux/suspend.h
10013 F:      include/linux/freezer.h
10014 F:      include/linux/pm.h
10015
10016 SVGA HANDLING
10017 M:      Martin Mares <mj@ucw.cz>
10018 L:      linux-video@atrey.karlin.mff.cuni.cz
10019 S:      Maintained
10020 F:      Documentation/svga.txt
10021 F:      arch/x86/boot/video*
10022
10023 SWIOTLB SUBSYSTEM
10024 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10025 L:      linux-kernel@vger.kernel.org
10026 S:      Supported
10027 F:      lib/swiotlb.c
10028 F:      arch/*/kernel/pci-swiotlb.c
10029 F:      include/linux/swiotlb.h
10030
10031 SWITCHDEV
10032 M:      Jiri Pirko <jiri@resnulli.us>
10033 L:      netdev@vger.kernel.org
10034 S:      Supported
10035 F:      net/switchdev/
10036 F:      include/net/switchdev.h
10037
10038 SYNOPSYS ARC ARCHITECTURE
10039 M:      Vineet Gupta <vgupta@synopsys.com>
10040 S:      Supported
10041 F:      arch/arc/
10042 F:      Documentation/devicetree/bindings/arc/*
10043 F:      drivers/tty/serial/arc_uart.c
10044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10045
10046 SYNOPSYS ARC SDP platform support
10047 M:      Alexey Brodkin <abrodkin@synopsys.com>
10048 S:      Supported
10049 F:      arch/arc/plat-axs10x
10050 F:      arch/arc/boot/dts/ax*
10051 F:      Documentation/devicetree/bindings/arc/axs10*
10052
10053 SYSTEM CONFIGURATION (SYSCON)
10054 M:      Lee Jones <lee.jones@linaro.org>
10055 M:      Arnd Bergmann <arnd@arndb.de>
10056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10057 S:      Supported
10058 F:      drivers/mfd/syscon.c
10059
10060 SYSV FILESYSTEM
10061 M:      Christoph Hellwig <hch@infradead.org>
10062 S:      Maintained
10063 F:      Documentation/filesystems/sysv-fs.txt
10064 F:      fs/sysv/
10065 F:      include/linux/sysv_fs.h
10066
10067 TARGET SUBSYSTEM
10068 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10069 L:      linux-scsi@vger.kernel.org
10070 L:      target-devel@vger.kernel.org
10071 W:      http://www.linux-iscsi.org
10072 W:      http://groups.google.com/group/linux-iscsi-target-dev
10073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10074 S:      Supported
10075 F:      drivers/target/
10076 F:      include/target/
10077 F:      Documentation/target/
10078
10079 TASKSTATS STATISTICS INTERFACE
10080 M:      Balbir Singh <bsingharora@gmail.com>
10081 S:      Maintained
10082 F:      Documentation/accounting/taskstats*
10083 F:      include/linux/taskstats*
10084 F:      kernel/taskstats.c
10085
10086 TC CLASSIFIER
10087 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10088 L:      netdev@vger.kernel.org
10089 S:      Maintained
10090 F:      include/net/pkt_cls.h
10091 F:      include/uapi/linux/pkt_cls.h
10092 F:      net/sched/
10093
10094 TCP LOW PRIORITY MODULE
10095 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10096 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10097 W:      http://tcp-lp-mod.sourceforge.net/
10098 S:      Maintained
10099 F:      net/ipv4/tcp_lp.c
10100
10101 TDA10071 MEDIA DRIVER
10102 M:      Antti Palosaari <crope@iki.fi>
10103 L:      linux-media@vger.kernel.org
10104 W:      http://linuxtv.org/
10105 W:      http://palosaari.fi/linux/
10106 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10107 T:      git git://linuxtv.org/anttip/media_tree.git
10108 S:      Maintained
10109 F:      drivers/media/dvb-frontends/tda10071*
10110
10111 TDA18212 MEDIA DRIVER
10112 M:      Antti Palosaari <crope@iki.fi>
10113 L:      linux-media@vger.kernel.org
10114 W:      http://linuxtv.org/
10115 W:      http://palosaari.fi/linux/
10116 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10117 T:      git git://linuxtv.org/anttip/media_tree.git
10118 S:      Maintained
10119 F:      drivers/media/tuners/tda18212*
10120
10121 TDA18218 MEDIA DRIVER
10122 M:      Antti Palosaari <crope@iki.fi>
10123 L:      linux-media@vger.kernel.org
10124 W:      http://linuxtv.org/
10125 W:      http://palosaari.fi/linux/
10126 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10127 T:      git git://linuxtv.org/anttip/media_tree.git
10128 S:      Maintained
10129 F:      drivers/media/tuners/tda18218*
10130
10131 TDA18271 MEDIA DRIVER
10132 M:      Michael Krufky <mkrufky@linuxtv.org>
10133 L:      linux-media@vger.kernel.org
10134 W:      http://linuxtv.org/
10135 W:      http://github.com/mkrufky
10136 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10137 T:      git git://linuxtv.org/mkrufky/tuners.git
10138 S:      Maintained
10139 F:      drivers/media/tuners/tda18271*
10140
10141 TDA827x MEDIA DRIVER
10142 M:      Michael Krufky <mkrufky@linuxtv.org>
10143 L:      linux-media@vger.kernel.org
10144 W:      http://linuxtv.org/
10145 W:      http://github.com/mkrufky
10146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10147 T:      git git://linuxtv.org/mkrufky/tuners.git
10148 S:      Maintained
10149 F:      drivers/media/tuners/tda8290.*
10150
10151 TDA8290 MEDIA DRIVER
10152 M:      Michael Krufky <mkrufky@linuxtv.org>
10153 L:      linux-media@vger.kernel.org
10154 W:      http://linuxtv.org/
10155 W:      http://github.com/mkrufky
10156 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10157 T:      git git://linuxtv.org/mkrufky/tuners.git
10158 S:      Maintained
10159 F:      drivers/media/tuners/tda8290.*
10160
10161 TDA9840 MEDIA DRIVER
10162 M:      Hans Verkuil <hverkuil@xs4all.nl>
10163 L:      linux-media@vger.kernel.org
10164 T:      git git://linuxtv.org/media_tree.git
10165 W:      http://linuxtv.org
10166 S:      Maintained
10167 F:      drivers/media/i2c/tda9840*
10168
10169 TEA5761 TUNER DRIVER
10170 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10171 L:      linux-media@vger.kernel.org
10172 W:      http://linuxtv.org
10173 T:      git git://linuxtv.org/media_tree.git
10174 S:      Odd fixes
10175 F:      drivers/media/tuners/tea5761.*
10176
10177 TEA5767 TUNER DRIVER
10178 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10179 L:      linux-media@vger.kernel.org
10180 W:      http://linuxtv.org
10181 T:      git git://linuxtv.org/media_tree.git
10182 S:      Maintained
10183 F:      drivers/media/tuners/tea5767.*
10184
10185 TEA6415C MEDIA DRIVER
10186 M:      Hans Verkuil <hverkuil@xs4all.nl>
10187 L:      linux-media@vger.kernel.org
10188 T:      git git://linuxtv.org/media_tree.git
10189 W:      http://linuxtv.org
10190 S:      Maintained
10191 F:      drivers/media/i2c/tea6415c*
10192
10193 TEA6420 MEDIA DRIVER
10194 M:      Hans Verkuil <hverkuil@xs4all.nl>
10195 L:      linux-media@vger.kernel.org
10196 T:      git git://linuxtv.org/media_tree.git
10197 W:      http://linuxtv.org
10198 S:      Maintained
10199 F:      drivers/media/i2c/tea6420*
10200
10201 TEAM DRIVER
10202 M:      Jiri Pirko <jiri@resnulli.us>
10203 L:      netdev@vger.kernel.org
10204 S:      Supported
10205 F:      drivers/net/team/
10206 F:      include/linux/if_team.h
10207 F:      include/uapi/linux/if_team.h
10208
10209 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10210 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10211 S:      Maintained
10212 F:      arch/x86/platform/ts5500/
10213
10214 TECHNOTREND USB IR RECEIVER
10215 M:      Sean Young <sean@mess.org>
10216 L:      linux-media@vger.kernel.org
10217 S:      Maintained
10218 F:      drivers/media/rc/ttusbir.c
10219
10220 TEGRA ARCHITECTURE SUPPORT
10221 M:      Stephen Warren <swarren@wwwdotorg.org>
10222 M:      Thierry Reding <thierry.reding@gmail.com>
10223 M:      Alexandre Courbot <gnurou@gmail.com>
10224 L:      linux-tegra@vger.kernel.org
10225 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10227 S:      Supported
10228 N:      [^a-z]tegra
10229
10230 TEGRA CLOCK DRIVER
10231 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10232 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10233 S:      Supported
10234 F:      drivers/clk/tegra/
10235
10236 TEGRA DMA DRIVER
10237 M:      Laxman Dewangan <ldewangan@nvidia.com>
10238 S:      Supported
10239 F:      drivers/dma/tegra20-apb-dma.c
10240
10241 TEGRA I2C DRIVER
10242 M:      Laxman Dewangan <ldewangan@nvidia.com>
10243 S:      Supported
10244 F:      drivers/i2c/busses/i2c-tegra.c
10245
10246 TEGRA IOMMU DRIVERS
10247 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10248 S:      Supported
10249 F:      drivers/iommu/tegra*
10250
10251 TEGRA KBC DRIVER
10252 M:      Rakesh Iyer <riyer@nvidia.com>
10253 M:      Laxman Dewangan <ldewangan@nvidia.com>
10254 S:      Supported
10255 F:      drivers/input/keyboard/tegra-kbc.c
10256
10257 TEGRA PWM DRIVER
10258 M:      Thierry Reding <thierry.reding@gmail.com>
10259 S:      Supported
10260 F:      drivers/pwm/pwm-tegra.c
10261
10262 TEGRA SERIAL DRIVER
10263 M:      Laxman Dewangan <ldewangan@nvidia.com>
10264 S:      Supported
10265 F:      drivers/tty/serial/serial-tegra.c
10266
10267 TEGRA SPI DRIVER
10268 M:      Laxman Dewangan <ldewangan@nvidia.com>
10269 S:      Supported
10270 F:      drivers/spi/spi-tegra*
10271
10272 TEHUTI ETHERNET DRIVER
10273 M:      Andy Gospodarek <andy@greyhouse.net>
10274 L:      netdev@vger.kernel.org
10275 S:      Supported
10276 F:      drivers/net/ethernet/tehuti/*
10277
10278 Telecom Clock Driver for MCPL0010
10279 M:      Mark Gross <mark.gross@intel.com>
10280 S:      Supported
10281 F:      drivers/char/tlclk.c
10282
10283 TENSILICA XTENSA PORT (xtensa)
10284 M:      Chris Zankel <chris@zankel.net>
10285 M:      Max Filippov <jcmvbkbc@gmail.com>
10286 L:      linux-xtensa@linux-xtensa.org
10287 S:      Maintained
10288 F:      arch/xtensa/
10289 F:      drivers/irqchip/irq-xtensa-*
10290
10291 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10292 M:      Hans Verkuil <hverkuil@xs4all.nl>
10293 L:      linux-media@vger.kernel.org
10294 T:      git git://linuxtv.org/media_tree.git
10295 W:      http://linuxtv.org
10296 S:      Maintained
10297 F:      drivers/media/radio/radio-raremono.c
10298
10299 THERMAL
10300 M:      Zhang Rui <rui.zhang@intel.com>
10301 M:      Eduardo Valentin <edubezval@gmail.com>
10302 L:      linux-pm@vger.kernel.org
10303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10305 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10306 S:      Supported
10307 F:      drivers/thermal/
10308 F:      include/linux/thermal.h
10309 F:      include/uapi/linux/thermal.h
10310 F:      include/linux/cpu_cooling.h
10311 F:      Documentation/devicetree/bindings/thermal/
10312
10313 THINGM BLINK(1) USB RGB LED DRIVER
10314 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10315 S:      Maintained
10316 F:      drivers/hid/hid-thingm.c
10317
10318 THINKPAD ACPI EXTRAS DRIVER
10319 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10320 L:      ibm-acpi-devel@lists.sourceforge.net
10321 L:      platform-driver-x86@vger.kernel.org
10322 W:      http://ibm-acpi.sourceforge.net
10323 W:      http://thinkwiki.org/wiki/Ibm-acpi
10324 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10325 S:      Maintained
10326 F:      drivers/platform/x86/thinkpad_acpi.c
10327
10328 TI BANDGAP AND THERMAL DRIVER
10329 M:      Eduardo Valentin <edubezval@gmail.com>
10330 L:      linux-pm@vger.kernel.org
10331 L:      linux-omap@vger.kernel.org
10332 S:      Maintained
10333 F:      drivers/thermal/ti-soc-thermal/
10334
10335 TI CDCE706 CLOCK DRIVER
10336 M:      Max Filippov <jcmvbkbc@gmail.com>
10337 S:      Maintained
10338 F:      drivers/clk/clk-cdce706.c
10339
10340 TI CLOCK DRIVER
10341 M:      Tero Kristo <t-kristo@ti.com>
10342 L:      linux-omap@vger.kernel.org
10343 S:      Maintained
10344 F:      drivers/clk/ti/
10345 F:      include/linux/clk/ti.h
10346
10347 TI FLASH MEDIA INTERFACE DRIVER
10348 M:      Alex Dubov <oakad@yahoo.com>
10349 S:      Maintained
10350 F:      drivers/misc/tifm*
10351 F:      drivers/mmc/host/tifm_sd.c
10352 F:      include/linux/tifm.h
10353
10354 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10355 M:      Santosh Shilimkar <ssantosh@kernel.org>
10356 L:      linux-kernel@vger.kernel.org
10357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10358 S:      Maintained
10359 F:      drivers/soc/ti/*
10360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10361
10362
10363 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10364 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10365 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10366 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10367 S:      Maintained
10368 F:      sound/soc/codecs/lm49453*
10369 F:      sound/soc/codecs/isabelle*
10370
10371 TI LP855x BACKLIGHT DRIVER
10372 M:      Milo Kim <milo.kim@ti.com>
10373 S:      Maintained
10374 F:      Documentation/backlight/lp855x-driver.txt
10375 F:      drivers/video/backlight/lp855x_bl.c
10376 F:      include/linux/platform_data/lp855x.h
10377
10378 TI LP8727 CHARGER DRIVER
10379 M:      Milo Kim <milo.kim@ti.com>
10380 S:      Maintained
10381 F:      drivers/power/lp8727_charger.c
10382 F:      include/linux/platform_data/lp8727.h
10383
10384 TI LP8788 MFD DRIVER
10385 M:      Milo Kim <milo.kim@ti.com>
10386 S:      Maintained
10387 F:      drivers/iio/adc/lp8788_adc.c
10388 F:      drivers/leds/leds-lp8788.c
10389 F:      drivers/mfd/lp8788*.c
10390 F:      drivers/power/lp8788-charger.c
10391 F:      drivers/regulator/lp8788-*.c
10392 F:      include/linux/mfd/lp8788*.h
10393
10394 TI NETCP ETHERNET DRIVER
10395 M:      Wingman Kwok <w-kwok2@ti.com>
10396 M:      Murali Karicheri <m-karicheri2@ti.com>
10397 L:      netdev@vger.kernel.org
10398 S:      Maintained
10399 F:      drivers/net/ethernet/ti/netcp*
10400
10401 TI TAS571X FAMILY ASoC CODEC DRIVER
10402 M:      Kevin Cernekee <cernekee@chromium.org>
10403 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10404 S:      Odd Fixes
10405 F:      sound/soc/codecs/tas571x*
10406
10407 TI TWL4030 SERIES SOC CODEC DRIVER
10408 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10409 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10410 S:      Maintained
10411 F:      sound/soc/codecs/twl4030*
10412
10413 TI WILINK WIRELESS DRIVERS
10414 L:      linux-wireless@vger.kernel.org
10415 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10416 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10418 S:      Orphan
10419 F:      drivers/net/wireless/ti/
10420 F:      include/linux/wl12xx.h
10421
10422 TIPC NETWORK LAYER
10423 M:      Jon Maloy <jon.maloy@ericsson.com>
10424 M:      Ying Xue <ying.xue@windriver.com>
10425 L:      netdev@vger.kernel.org (core kernel code)
10426 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10427 W:      http://tipc.sourceforge.net/
10428 S:      Maintained
10429 F:      include/uapi/linux/tipc*.h
10430 F:      net/tipc/
10431
10432 TILE ARCHITECTURE
10433 M:      Chris Metcalf <cmetcalf@ezchip.com>
10434 W:      http://www.ezchip.com/scm/
10435 S:      Supported
10436 F:      arch/tile/
10437 F:      drivers/char/tile-srom.c
10438 F:      drivers/edac/tile_edac.c
10439 F:      drivers/net/ethernet/tile/
10440 F:      drivers/rtc/rtc-tile.c
10441 F:      drivers/tty/hvc/hvc_tile.c
10442 F:      drivers/tty/serial/tilegx.c
10443 F:      drivers/usb/host/*-tilegx.c
10444 F:      include/linux/usb/tilegx.h
10445
10446 TLAN NETWORK DRIVER
10447 M:      Samuel Chessman <chessman@tux.org>
10448 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10449 W:      http://sourceforge.net/projects/tlan/
10450 S:      Maintained
10451 F:      Documentation/networking/tlan.txt
10452 F:      drivers/net/ethernet/ti/tlan.*
10453
10454 TOMOYO SECURITY MODULE
10455 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10456 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10457 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10458 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10459 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10460 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10461 W:      http://tomoyo.sourceforge.jp/
10462 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10463 S:      Maintained
10464 F:      security/tomoyo/
10465
10466 TOPSTAR LAPTOP EXTRAS DRIVER
10467 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10468 L:      platform-driver-x86@vger.kernel.org
10469 S:      Maintained
10470 F:      drivers/platform/x86/topstar-laptop.c
10471
10472 TOSHIBA ACPI EXTRAS DRIVER
10473 M:      Azael Avalos <coproscefalo@gmail.com>
10474 L:      platform-driver-x86@vger.kernel.org
10475 S:      Maintained
10476 F:      drivers/platform/x86/toshiba_acpi.c
10477
10478 TOSHIBA BLUETOOTH DRIVER
10479 M:      Azael Avalos <coproscefalo@gmail.com>
10480 L:      platform-driver-x86@vger.kernel.org
10481 S:      Maintained
10482 F:      drivers/platform/x86/toshiba_bluetooth.c
10483
10484 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10485 M:      Azael Avalos <coproscefalo@gmail.com>
10486 L:      platform-driver-x86@vger.kernel.org
10487 S:      Maintained
10488 F:      drivers/platform/x86/toshiba_haps.c
10489
10490 TOSHIBA SMM DRIVER
10491 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10492 L:      tlinux-users@tce.toshiba-dme.co.jp
10493 W:      http://www.buzzard.org.uk/toshiba/
10494 S:      Maintained
10495 F:      drivers/char/toshiba.c
10496 F:      include/linux/toshiba.h
10497 F:      include/uapi/linux/toshiba.h
10498
10499 TOSHIBA TC358743 DRIVER
10500 M:      Mats Randgaard <matrandg@cisco.com>
10501 L:      linux-media@vger.kernel.org
10502 S:      Maintained
10503 F:      drivers/media/i2c/tc358743*
10504 F:      include/media/tc358743.h
10505
10506 TMIO MMC DRIVER
10507 M:      Ian Molton <ian@mnementh.co.uk>
10508 L:      linux-mmc@vger.kernel.org
10509 S:      Maintained
10510 F:      drivers/mmc/host/tmio_mmc*
10511 F:      drivers/mmc/host/sh_mobile_sdhi.c
10512 F:      include/linux/mmc/tmio.h
10513 F:      include/linux/mmc/sh_mobile_sdhi.h
10514
10515 TMP401 HARDWARE MONITOR DRIVER
10516 M:      Guenter Roeck <linux@roeck-us.net>
10517 L:      lm-sensors@lm-sensors.org
10518 S:      Maintained
10519 F:      Documentation/hwmon/tmp401
10520 F:      drivers/hwmon/tmp401.c
10521
10522 TMPFS (SHMEM FILESYSTEM)
10523 M:      Hugh Dickins <hughd@google.com>
10524 L:      linux-mm@kvack.org
10525 S:      Maintained
10526 F:      include/linux/shmem_fs.h
10527 F:      mm/shmem.c
10528
10529 TM6000 VIDEO4LINUX DRIVER
10530 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10531 L:      linux-media@vger.kernel.org
10532 W:      http://linuxtv.org
10533 T:      git git://linuxtv.org/media_tree.git
10534 S:      Odd fixes
10535 F:      drivers/media/usb/tm6000/
10536
10537 TW68 VIDEO4LINUX DRIVER
10538 M:      Hans Verkuil <hverkuil@xs4all.nl>
10539 L:      linux-media@vger.kernel.org
10540 T:      git git://linuxtv.org/media_tree.git
10541 W:      http://linuxtv.org
10542 S:      Odd Fixes
10543 F:      drivers/media/pci/tw68/
10544
10545 TPM DEVICE DRIVER
10546 M:      Peter Huewe <peterhuewe@gmx.de>
10547 M:      Marcel Selhorst <tpmdd@selhorst.net>
10548 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10549 W:      http://tpmdd.sourceforge.net
10550 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10551 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10552 T:      https://github.com/PeterHuewe/linux-tpmdd
10553 S:      Maintained
10554 F:      drivers/char/tpm/
10555
10556 TPM IBM_VTPM DEVICE DRIVER
10557 M:      Ashley Lai <ashleydlai@gmail.com>
10558 W:      http://tpmdd.sourceforge.net
10559 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10560 S:      Maintained
10561 F:      drivers/char/tpm/tpm_ibmvtpm*
10562
10563 TRACING
10564 M:      Steven Rostedt <rostedt@goodmis.org>
10565 M:      Ingo Molnar <mingo@redhat.com>
10566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10567 S:      Maintained
10568 F:      Documentation/trace/ftrace.txt
10569 F:      arch/*/*/*/ftrace.h
10570 F:      arch/*/kernel/ftrace.c
10571 F:      include/*/ftrace.h
10572 F:      include/linux/trace*.h
10573 F:      include/trace/
10574 F:      kernel/trace/
10575 F:      tools/testing/selftests/ftrace/
10576
10577 TRIVIAL PATCHES
10578 M:      Jiri Kosina <trivial@kernel.org>
10579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10580 S:      Maintained
10581 K:      ^Subject:.*(?i)trivial
10582
10583 TTY LAYER
10584 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10585 M:      Jiri Slaby <jslaby@suse.com>
10586 S:      Supported
10587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10588 F:      Documentation/serial/
10589 F:      drivers/tty/
10590 F:      drivers/tty/serial/serial_core.c
10591 F:      include/linux/serial_core.h
10592 F:      include/linux/serial.h
10593 F:      include/linux/tty.h
10594 F:      include/uapi/linux/serial_core.h
10595 F:      include/uapi/linux/serial.h
10596 F:      include/uapi/linux/tty.h
10597
10598 TUA9001 MEDIA DRIVER
10599 M:      Antti Palosaari <crope@iki.fi>
10600 L:      linux-media@vger.kernel.org
10601 W:      http://linuxtv.org/
10602 W:      http://palosaari.fi/linux/
10603 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10604 T:      git git://linuxtv.org/anttip/media_tree.git
10605 S:      Maintained
10606 F:      drivers/media/tuners/tua9001*
10607
10608 TULIP NETWORK DRIVERS
10609 M:      Grant Grundler <grundler@parisc-linux.org>
10610 L:      netdev@vger.kernel.org
10611 S:      Maintained
10612 F:      drivers/net/ethernet/dec/tulip/
10613
10614 TUN/TAP driver
10615 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10616 W:      http://vtun.sourceforge.net/tun
10617 S:      Maintained
10618 F:      Documentation/networking/tuntap.txt
10619 F:      arch/um/os-Linux/drivers/
10620
10621 TURBOCHANNEL SUBSYSTEM
10622 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10623 M:      Ralf Baechle <ralf@linux-mips.org>
10624 L:      linux-mips@linux-mips.org
10625 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10626 S:      Maintained
10627 F:      drivers/tc/
10628 F:      include/linux/tc.h
10629
10630 U14-34F SCSI DRIVER
10631 M:      Dario Ballabio <ballabio_dario@emc.com>
10632 L:      linux-scsi@vger.kernel.org
10633 S:      Maintained
10634 F:      drivers/scsi/u14-34f.c
10635
10636 UBI FILE SYSTEM (UBIFS)
10637 M:      Artem Bityutskiy <dedekind1@gmail.com>
10638 M:      Adrian Hunter <adrian.hunter@intel.com>
10639 L:      linux-mtd@lists.infradead.org
10640 T:      git git://git.infradead.org/ubifs-2.6.git
10641 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10642 S:      Maintained
10643 F:      Documentation/filesystems/ubifs.txt
10644 F:      fs/ubifs/
10645
10646 UCLINUX (M68KNOMMU AND COLDFIRE)
10647 M:      Greg Ungerer <gerg@uclinux.org>
10648 W:      http://www.uclinux.org/
10649 L:      linux-m68k@lists.linux-m68k.org
10650 L:      uclinux-dev@uclinux.org  (subscribers-only)
10651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10652 S:      Maintained
10653 F:      arch/m68k/coldfire/
10654 F:      arch/m68k/68*/
10655 F:      arch/m68k/*/*_no.*
10656 F:      arch/m68k/include/asm/*_no.*
10657
10658 UDF FILESYSTEM
10659 M:      Jan Kara <jack@suse.com>
10660 S:      Maintained
10661 F:      Documentation/filesystems/udf.txt
10662 F:      fs/udf/
10663
10664 UFS FILESYSTEM
10665 M:      Evgeniy Dushistov <dushistov@mail.ru>
10666 S:      Maintained
10667 F:      Documentation/filesystems/ufs.txt
10668 F:      fs/ufs/
10669
10670 UHID USERSPACE HID IO DRIVER:
10671 M:      David Herrmann <dh.herrmann@googlemail.com>
10672 L:      linux-input@vger.kernel.org
10673 S:      Maintained
10674 F:      drivers/hid/uhid.c
10675 F:      include/uapi/linux/uhid.h
10676
10677 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10678 L:      linux-usb@vger.kernel.org
10679 S:      Orphan
10680 F:      drivers/uwb/
10681 F:      include/linux/uwb.h
10682 F:      include/linux/uwb/
10683
10684 UNICORE32 ARCHITECTURE:
10685 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10686 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10687 S:      Maintained
10688 T:      git git://github.com/gxt/linux.git
10689 F:      arch/unicore32/
10690
10691 UNIFDEF
10692 M:      Tony Finch <dot@dotat.at>
10693 W:      http://dotat.at/prog/unifdef
10694 S:      Maintained
10695 F:      scripts/unifdef.c
10696
10697 UNIFORM CDROM DRIVER
10698 M:      Jens Axboe <axboe@kernel.dk>
10699 W:      http://www.kernel.dk
10700 S:      Maintained
10701 F:      Documentation/cdrom/
10702 F:      drivers/cdrom/cdrom.c
10703 F:      include/linux/cdrom.h
10704 F:      include/uapi/linux/cdrom.h
10705
10706 UNISYS S-PAR DRIVERS
10707 M:      Benjamin Romer <benjamin.romer@unisys.com>
10708 M:      David Kershner <david.kershner@unisys.com>
10709 L:      sparmaintainer@unisys.com (Unisys internal)
10710 S:      Supported
10711 F:      drivers/staging/unisys/
10712
10713 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10714 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10715 L:      linux-scsi@vger.kernel.org
10716 S:      Supported
10717 F:      Documentation/scsi/ufs.txt
10718 F:      drivers/scsi/ufs/
10719
10720 UNSORTED BLOCK IMAGES (UBI)
10721 M:      Artem Bityutskiy <dedekind1@gmail.com>
10722 M:      Richard Weinberger <richard@nod.at>
10723 W:      http://www.linux-mtd.infradead.org/
10724 L:      linux-mtd@lists.infradead.org
10725 T:      git git://git.infradead.org/ubifs-2.6.git
10726 S:      Supported
10727 F:      drivers/mtd/ubi/
10728 F:      include/linux/mtd/ubi.h
10729 F:      include/uapi/mtd/ubi-user.h
10730
10731 USB ACM DRIVER
10732 M:      Oliver Neukum <oliver@neukum.org>
10733 L:      linux-usb@vger.kernel.org
10734 S:      Maintained
10735 F:      Documentation/usb/acm.txt
10736 F:      drivers/usb/class/cdc-acm.*
10737
10738 USB AR5523 WIRELESS DRIVER
10739 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10740 L:      linux-wireless@vger.kernel.org
10741 S:      Maintained
10742 F:      drivers/net/wireless/ath/ar5523/
10743
10744 USB ATTACHED SCSI
10745 M:      Hans de Goede <hdegoede@redhat.com>
10746 M:      Gerd Hoffmann <kraxel@redhat.com>
10747 L:      linux-usb@vger.kernel.org
10748 L:      linux-scsi@vger.kernel.org
10749 S:      Maintained
10750 F:      drivers/usb/storage/uas.c
10751
10752 USB CDC ETHERNET DRIVER
10753 M:      Oliver Neukum <oliver@neukum.org>
10754 L:      linux-usb@vger.kernel.org
10755 S:      Maintained
10756 F:      drivers/net/usb/cdc_*.c
10757 F:      include/uapi/linux/usb/cdc.h
10758
10759 USB CHAOSKEY DRIVER
10760 M:      Keith Packard <keithp@keithp.com>
10761 L:      linux-usb@vger.kernel.org
10762 S:      Maintained
10763 F:      drivers/usb/misc/chaoskey.c
10764
10765 USB CYPRESS C67X00 DRIVER
10766 M:      Peter Korsgaard <jacmet@sunsite.dk>
10767 L:      linux-usb@vger.kernel.org
10768 S:      Maintained
10769 F:      drivers/usb/c67x00/
10770
10771 USB DAVICOM DM9601 DRIVER
10772 M:      Peter Korsgaard <jacmet@sunsite.dk>
10773 L:      netdev@vger.kernel.org
10774 W:      http://www.linux-usb.org/usbnet
10775 S:      Maintained
10776 F:      drivers/net/usb/dm9601.c
10777
10778 USB DIAMOND RIO500 DRIVER
10779 M:      Cesar Miquel <miquel@df.uba.ar>
10780 L:      rio500-users@lists.sourceforge.net
10781 W:      http://rio500.sourceforge.net
10782 S:      Maintained
10783 F:      drivers/usb/misc/rio500*
10784
10785 USB EHCI DRIVER
10786 M:      Alan Stern <stern@rowland.harvard.edu>
10787 L:      linux-usb@vger.kernel.org
10788 S:      Maintained
10789 F:      Documentation/usb/ehci.txt
10790 F:      drivers/usb/host/ehci*
10791
10792 USB GADGET/PERIPHERAL SUBSYSTEM
10793 M:      Felipe Balbi <balbi@ti.com>
10794 L:      linux-usb@vger.kernel.org
10795 W:      http://www.linux-usb.org/gadget
10796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10797 S:      Maintained
10798 F:      drivers/usb/gadget/
10799 F:      include/linux/usb/gadget*
10800
10801 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10802 M:      Jiri Kosina <jikos@kernel.org>
10803 L:      linux-usb@vger.kernel.org
10804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10805 S:      Maintained
10806 F:      Documentation/hid/hiddev.txt
10807 F:      drivers/hid/usbhid/
10808
10809 USB ISP116X DRIVER
10810 M:      Olav Kongas <ok@artecdesign.ee>
10811 L:      linux-usb@vger.kernel.org
10812 S:      Maintained
10813 F:      drivers/usb/host/isp116x*
10814 F:      include/linux/usb/isp116x.h
10815
10816 USB MASS STORAGE DRIVER
10817 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10818 L:      linux-usb@vger.kernel.org
10819 L:      usb-storage@lists.one-eyed-alien.net
10820 S:      Maintained
10821 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10822 F:      drivers/usb/storage/
10823
10824 USB MIDI DRIVER
10825 M:      Clemens Ladisch <clemens@ladisch.de>
10826 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10827 T:      git git://git.alsa-project.org/alsa-kernel.git
10828 S:      Maintained
10829 F:      sound/usb/midi.*
10830
10831 USB NETWORKING DRIVERS
10832 L:      linux-usb@vger.kernel.org
10833 S:      Odd Fixes
10834 F:      drivers/net/usb/
10835
10836 USB OHCI DRIVER
10837 M:      Alan Stern <stern@rowland.harvard.edu>
10838 L:      linux-usb@vger.kernel.org
10839 S:      Maintained
10840 F:      Documentation/usb/ohci.txt
10841 F:      drivers/usb/host/ohci*
10842
10843 USB OTG FSM (Finite State Machine)
10844 M:      Peter Chen <Peter.Chen@freescale.com>
10845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10846 L:      linux-usb@vger.kernel.org
10847 S:      Maintained
10848 F:      drivers/usb/common/usb-otg-fsm.c
10849
10850 USB OVER IP DRIVER
10851 M:      Valentina Manea <valentina.manea.m@gmail.com>
10852 M:      Shuah Khan <shuah.kh@samsung.com>
10853 L:      linux-usb@vger.kernel.org
10854 S:      Maintained
10855 F:      drivers/usb/usbip/
10856 F:      tools/usb/usbip/
10857
10858 USB PEGASUS DRIVER
10859 M:      Petko Manolov <petkan@nucleusys.com>
10860 L:      linux-usb@vger.kernel.org
10861 L:      netdev@vger.kernel.org
10862 T:      git git://github.com/petkan/pegasus.git
10863 W:      https://github.com/petkan/pegasus
10864 S:      Maintained
10865 F:      drivers/net/usb/pegasus.*
10866
10867 USB PHY LAYER
10868 M:      Felipe Balbi <balbi@ti.com>
10869 L:      linux-usb@vger.kernel.org
10870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10871 S:      Maintained
10872 F:      drivers/usb/phy/
10873
10874 USB PRINTER DRIVER (usblp)
10875 M:      Pete Zaitcev <zaitcev@redhat.com>
10876 L:      linux-usb@vger.kernel.org
10877 S:      Supported
10878 F:      drivers/usb/class/usblp.c
10879
10880 USB RTL8150 DRIVER
10881 M:      Petko Manolov <petkan@nucleusys.com>
10882 L:      linux-usb@vger.kernel.org
10883 L:      netdev@vger.kernel.org
10884 T:      git git://github.com/petkan/rtl8150.git
10885 W:      https://github.com/petkan/rtl8150
10886 S:      Maintained
10887 F:      drivers/net/usb/rtl8150.c
10888
10889 USB SERIAL SUBSYSTEM
10890 M:      Johan Hovold <johan@kernel.org>
10891 L:      linux-usb@vger.kernel.org
10892 S:      Maintained
10893 F:      Documentation/usb/usb-serial.txt
10894 F:      drivers/usb/serial/
10895 F:      include/linux/usb/serial.h
10896
10897 USB SMSC75XX ETHERNET DRIVER
10898 M:      Steve Glendinning <steve.glendinning@shawell.net>
10899 L:      netdev@vger.kernel.org
10900 S:      Maintained
10901 F:      drivers/net/usb/smsc75xx.*
10902
10903 USB SMSC95XX ETHERNET DRIVER
10904 M:      Steve Glendinning <steve.glendinning@shawell.net>
10905 L:      netdev@vger.kernel.org
10906 S:      Maintained
10907 F:      drivers/net/usb/smsc95xx.*
10908
10909 USB SUBSYSTEM
10910 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10911 L:      linux-usb@vger.kernel.org
10912 W:      http://www.linux-usb.org
10913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10914 S:      Supported
10915 F:      Documentation/usb/
10916 F:      drivers/usb/
10917 F:      include/linux/usb.h
10918 F:      include/linux/usb/
10919
10920 USB UHCI DRIVER
10921 M:      Alan Stern <stern@rowland.harvard.edu>
10922 L:      linux-usb@vger.kernel.org
10923 S:      Maintained
10924 F:      drivers/usb/host/uhci*
10925
10926 USB "USBNET" DRIVER FRAMEWORK
10927 M:      Oliver Neukum <oneukum@suse.com>
10928 L:      netdev@vger.kernel.org
10929 W:      http://www.linux-usb.org/usbnet
10930 S:      Maintained
10931 F:      drivers/net/usb/usbnet.c
10932 F:      include/linux/usb/usbnet.h
10933
10934 USB VIDEO CLASS
10935 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10936 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10937 L:      linux-media@vger.kernel.org
10938 T:      git git://linuxtv.org/media_tree.git
10939 W:      http://www.ideasonboard.org/uvc/
10940 S:      Maintained
10941 F:      drivers/media/usb/uvc/
10942 F:      include/uapi/linux/uvcvideo.h
10943
10944 USB VISION DRIVER
10945 M:      Hans Verkuil <hverkuil@xs4all.nl>
10946 L:      linux-media@vger.kernel.org
10947 T:      git git://linuxtv.org/media_tree.git
10948 W:      http://linuxtv.org
10949 S:      Odd Fixes
10950 F:      drivers/media/usb/usbvision/
10951
10952 USB WEBCAM GADGET
10953 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10954 L:      linux-usb@vger.kernel.org
10955 S:      Maintained
10956 F:      drivers/usb/gadget/function/*uvc*
10957 F:      drivers/usb/gadget/legacy/webcam.c
10958
10959 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10960 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10961 L:      linux-wireless@vger.kernel.org
10962 S:      Maintained
10963 F:      drivers/net/wireless/rndis_wlan.c
10964
10965 USB XHCI DRIVER
10966 M:      Mathias Nyman <mathias.nyman@intel.com>
10967 L:      linux-usb@vger.kernel.org
10968 S:      Supported
10969 F:      drivers/usb/host/xhci*
10970 F:      drivers/usb/host/pci-quirks*
10971
10972 USB ZD1201 DRIVER
10973 L:      linux-wireless@vger.kernel.org
10974 W:      http://linux-lc100020.sourceforge.net
10975 S:      Orphan
10976 F:      drivers/net/wireless/zd1201.*
10977
10978 USB ZR364XX DRIVER
10979 M:      Antoine Jacquet <royale@zerezo.com>
10980 L:      linux-usb@vger.kernel.org
10981 L:      linux-media@vger.kernel.org
10982 T:      git git://linuxtv.org/media_tree.git
10983 W:      http://royale.zerezo.com/zr364xx/
10984 S:      Maintained
10985 F:      Documentation/video4linux/zr364xx.txt
10986 F:      drivers/media/usb/zr364xx/
10987
10988 ULPI BUS
10989 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10990 L:      linux-usb@vger.kernel.org
10991 S:      Maintained
10992 F:      drivers/usb/common/ulpi.c
10993 F:      include/linux/ulpi/
10994
10995 USER-MODE LINUX (UML)
10996 M:      Jeff Dike <jdike@addtoit.com>
10997 M:      Richard Weinberger <richard@nod.at>
10998 L:      user-mode-linux-devel@lists.sourceforge.net
10999 L:      user-mode-linux-user@lists.sourceforge.net
11000 W:      http://user-mode-linux.sourceforge.net
11001 S:      Maintained
11002 F:      Documentation/virtual/uml/
11003 F:      arch/um/
11004 F:      arch/x86/um/
11005 F:      fs/hostfs/
11006 F:      fs/hppfs/
11007
11008 USERSPACE I/O (UIO)
11009 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11010 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11011 S:      Maintained
11012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11013 F:      Documentation/DocBook/uio-howto.tmpl
11014 F:      drivers/uio/
11015 F:      include/linux/uio*.h
11016
11017 UTIL-LINUX PACKAGE
11018 M:      Karel Zak <kzak@redhat.com>
11019 L:      util-linux@vger.kernel.org
11020 W:      http://en.wikipedia.org/wiki/Util-linux
11021 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11022 S:      Maintained
11023
11024 UVESAFB DRIVER
11025 M:      Michal Januszewski <spock@gentoo.org>
11026 L:      linux-fbdev@vger.kernel.org
11027 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11028 S:      Maintained
11029 F:      Documentation/fb/uvesafb.txt
11030 F:      drivers/video/fbdev/uvesafb.*
11031
11032 VFAT/FAT/MSDOS FILESYSTEM
11033 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11034 S:      Maintained
11035 F:      Documentation/filesystems/vfat.txt
11036 F:      fs/fat/
11037
11038 VFIO DRIVER
11039 M:      Alex Williamson <alex.williamson@redhat.com>
11040 L:      kvm@vger.kernel.org
11041 S:      Maintained
11042 F:      Documentation/vfio.txt
11043 F:      drivers/vfio/
11044 F:      include/linux/vfio.h
11045 F:      include/uapi/linux/vfio.h
11046
11047 VFIO PLATFORM DRIVER
11048 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11049 L:      kvm@vger.kernel.org
11050 S:      Maintained
11051 F:      drivers/vfio/platform/
11052
11053 VIDEOBUF2 FRAMEWORK
11054 M:      Pawel Osciak <pawel@osciak.com>
11055 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11056 M:      Kyungmin Park <kyungmin.park@samsung.com>
11057 L:      linux-media@vger.kernel.org
11058 S:      Maintained
11059 F:      drivers/media/v4l2-core/videobuf2-*
11060 F:      include/media/videobuf2-*
11061
11062 VIRTIO CONSOLE DRIVER
11063 M:      Amit Shah <amit.shah@redhat.com>
11064 L:      virtualization@lists.linux-foundation.org
11065 S:      Maintained
11066 F:      drivers/char/virtio_console.c
11067 F:      include/linux/virtio_console.h
11068 F:      include/uapi/linux/virtio_console.h
11069
11070 VIRTIO CORE, NET AND BLOCK DRIVERS
11071 M:      "Michael S. Tsirkin" <mst@redhat.com>
11072 L:      virtualization@lists.linux-foundation.org
11073 S:      Maintained
11074 F:      drivers/virtio/
11075 F:      tools/virtio/
11076 F:      drivers/net/virtio_net.c
11077 F:      drivers/block/virtio_blk.c
11078 F:      include/linux/virtio_*.h
11079 F:      include/uapi/linux/virtio_*.h
11080
11081 VIRTIO DRIVERS FOR S390
11082 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11083 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11084 L:      linux-s390@vger.kernel.org
11085 L:      virtualization@lists.linux-foundation.org
11086 L:      kvm@vger.kernel.org
11087 S:      Supported
11088 F:      drivers/s390/virtio/
11089
11090 VIRTIO GPU DRIVER
11091 M:      David Airlie <airlied@linux.ie>
11092 M:      Gerd Hoffmann <kraxel@redhat.com>
11093 L:      dri-devel@lists.freedesktop.org
11094 L:      virtualization@lists.linux-foundation.org
11095 S:      Maintained
11096 F:      drivers/gpu/drm/virtio/
11097 F:      include/uapi/linux/virtio_gpu.h
11098
11099 VIRTIO HOST (VHOST)
11100 M:      "Michael S. Tsirkin" <mst@redhat.com>
11101 L:      kvm@vger.kernel.org
11102 L:      virtualization@lists.linux-foundation.org
11103 L:      netdev@vger.kernel.org
11104 S:      Maintained
11105 F:      drivers/vhost/
11106 F:      include/uapi/linux/vhost.h
11107
11108 VIRTIO INPUT DRIVER
11109 M:      Gerd Hoffmann <kraxel@redhat.com>
11110 S:      Maintained
11111 F:      drivers/virtio/virtio_input.c
11112 F:      include/uapi/linux/virtio_input.h
11113
11114 VIA RHINE NETWORK DRIVER
11115 S:      Orphan
11116 F:      drivers/net/ethernet/via/via-rhine.c
11117
11118 VIA SD/MMC CARD CONTROLLER DRIVER
11119 M:      Bruce Chang <brucechang@via.com.tw>
11120 M:      Harald Welte <HaraldWelte@viatech.com>
11121 S:      Maintained
11122 F:      drivers/mmc/host/via-sdmmc.c
11123
11124 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11125 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11126 L:      linux-fbdev@vger.kernel.org
11127 S:      Maintained
11128 F:      include/linux/via-core.h
11129 F:      include/linux/via-gpio.h
11130 F:      include/linux/via_i2c.h
11131 F:      drivers/video/fbdev/via/
11132
11133 VIA VELOCITY NETWORK DRIVER
11134 M:      Francois Romieu <romieu@fr.zoreil.com>
11135 L:      netdev@vger.kernel.org
11136 S:      Maintained
11137 F:      drivers/net/ethernet/via/via-velocity.*
11138
11139 VIVID VIRTUAL VIDEO DRIVER
11140 M:      Hans Verkuil <hverkuil@xs4all.nl>
11141 L:      linux-media@vger.kernel.org
11142 T:      git git://linuxtv.org/media_tree.git
11143 W:      http://linuxtv.org
11144 S:      Maintained
11145 F:      drivers/media/platform/vivid/*
11146
11147 VLAN (802.1Q)
11148 M:      Patrick McHardy <kaber@trash.net>
11149 L:      netdev@vger.kernel.org
11150 S:      Maintained
11151 F:      drivers/net/macvlan.c
11152 F:      include/linux/if_*vlan.h
11153 F:      net/8021q/
11154
11155 VLYNQ BUS
11156 M:      Florian Fainelli <florian@openwrt.org>
11157 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11158 S:      Maintained
11159 F:      drivers/vlynq/vlynq.c
11160 F:      include/linux/vlynq.h
11161
11162 VME SUBSYSTEM
11163 M:      Martyn Welch <martyn.welch@ge.com>
11164 M:      Manohar Vanga <manohar.vanga@gmail.com>
11165 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11166 L:      devel@driverdev.osuosl.org
11167 S:      Maintained
11168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11169 F:      Documentation/vme_api.txt
11170 F:      drivers/staging/vme/
11171 F:      drivers/vme/
11172 F:      include/linux/vme*
11173
11174 VMWARE HYPERVISOR INTERFACE
11175 M:      Alok Kataria <akataria@vmware.com>
11176 L:      virtualization@lists.linux-foundation.org
11177 S:      Supported
11178 F:      arch/x86/kernel/cpu/vmware.c
11179
11180 VMWARE BALLOON DRIVER
11181 M:      Xavier Deguillard <xdeguillard@vmware.com>
11182 M:      Philip Moltmann <moltmann@vmware.com>
11183 M:      "VMware, Inc." <pv-drivers@vmware.com>
11184 L:      linux-kernel@vger.kernel.org
11185 S:      Maintained
11186 F:      drivers/misc/vmw_balloon.c
11187
11188 VMWARE VMMOUSE SUBDRIVER
11189 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11190 M:      "VMware, Inc." <pv-drivers@vmware.com>
11191 L:      linux-input@vger.kernel.org
11192 S:      Maintained
11193 F:      drivers/input/mouse/vmmouse.c
11194 F:      drivers/input/mouse/vmmouse.h
11195
11196 VMWARE VMXNET3 ETHERNET DRIVER
11197 M:      Shrikrishna Khare <skhare@vmware.com>
11198 M:      "VMware, Inc." <pv-drivers@vmware.com>
11199 L:      netdev@vger.kernel.org
11200 S:      Maintained
11201 F:      drivers/net/vmxnet3/
11202
11203 VMware PVSCSI driver
11204 M:      Arvind Kumar <arvindkumar@vmware.com>
11205 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11206 L:      linux-scsi@vger.kernel.org
11207 S:      Maintained
11208 F:      drivers/scsi/vmw_pvscsi.c
11209 F:      drivers/scsi/vmw_pvscsi.h
11210
11211 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11212 M:      Liam Girdwood <lgirdwood@gmail.com>
11213 M:      Mark Brown <broonie@kernel.org>
11214 L:      linux-kernel@vger.kernel.org
11215 W:      http://opensource.wolfsonmicro.com/node/15
11216 W:      http://www.slimlogic.co.uk/?p=48
11217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11218 S:      Supported
11219 F:      drivers/regulator/
11220 F:      include/linux/regulator/
11221
11222 VRF
11223 M:      David Ahern <dsa@cumulusnetworks.com>
11224 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11225 L:      netdev@vger.kernel.org
11226 S:      Maintained
11227 F:      drivers/net/vrf.c
11228 F:      include/net/vrf.h
11229
11230 VT1211 HARDWARE MONITOR DRIVER
11231 M:      Juerg Haefliger <juergh@gmail.com>
11232 L:      lm-sensors@lm-sensors.org
11233 S:      Maintained
11234 F:      Documentation/hwmon/vt1211
11235 F:      drivers/hwmon/vt1211.c
11236
11237 VT8231 HARDWARE MONITOR DRIVER
11238 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11239 L:      lm-sensors@lm-sensors.org
11240 S:      Maintained
11241 F:      drivers/hwmon/vt8231.c
11242
11243 VUB300 USB to SDIO/SD/MMC bridge chip
11244 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11245 L:      linux-mmc@vger.kernel.org
11246 L:      linux-usb@vger.kernel.org
11247 S:      Supported
11248 F:      drivers/mmc/host/vub300.c
11249
11250 W1 DALLAS'S 1-WIRE BUS
11251 M:      Evgeniy Polyakov <zbr@ioremap.net>
11252 S:      Maintained
11253 F:      Documentation/w1/
11254 F:      drivers/w1/
11255
11256 W83791D HARDWARE MONITORING DRIVER
11257 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11258 L:      lm-sensors@lm-sensors.org
11259 S:      Maintained
11260 F:      Documentation/hwmon/w83791d
11261 F:      drivers/hwmon/w83791d.c
11262
11263 W83793 HARDWARE MONITORING DRIVER
11264 M:      Rudolf Marek <r.marek@assembler.cz>
11265 L:      lm-sensors@lm-sensors.org
11266 S:      Maintained
11267 F:      Documentation/hwmon/w83793
11268 F:      drivers/hwmon/w83793.c
11269
11270 W83795 HARDWARE MONITORING DRIVER
11271 M:      Jean Delvare <jdelvare@suse.com>
11272 L:      lm-sensors@lm-sensors.org
11273 S:      Maintained
11274 F:      drivers/hwmon/w83795.c
11275
11276 W83L51xD SD/MMC CARD INTERFACE DRIVER
11277 M:      Pierre Ossman <pierre@ossman.eu>
11278 S:      Maintained
11279 F:      drivers/mmc/host/wbsd.*
11280
11281 WACOM PROTOCOL 4 SERIAL TABLETS
11282 M:      Julian Squires <julian@cipht.net>
11283 M:      Hans de Goede <hdegoede@redhat.com>
11284 L:      linux-input@vger.kernel.org
11285 S:      Maintained
11286 F:      drivers/input/tablet/wacom_serial4.c
11287
11288 WATCHDOG DEVICE DRIVERS
11289 M:      Wim Van Sebroeck <wim@iguana.be>
11290 L:      linux-watchdog@vger.kernel.org
11291 W:      http://www.linux-watchdog.org/
11292 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11293 S:      Maintained
11294 F:      Documentation/watchdog/
11295 F:      drivers/watchdog/
11296 F:      include/linux/watchdog.h
11297 F:      include/uapi/linux/watchdog.h
11298
11299 WD7000 SCSI DRIVER
11300 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11301 L:      linux-scsi@vger.kernel.org
11302 S:      Maintained
11303 F:      drivers/scsi/wd7000.c
11304
11305 WIIMOTE HID DRIVER
11306 M:      David Herrmann <dh.herrmann@googlemail.com>
11307 L:      linux-input@vger.kernel.org
11308 S:      Maintained
11309 F:      drivers/hid/hid-wiimote*
11310
11311 WINBOND CIR DRIVER
11312 M:      David Härdeman <david@hardeman.nu>
11313 S:      Maintained
11314 F:      drivers/media/rc/winbond-cir.c
11315
11316 WIMAX STACK
11317 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11318 M:      linux-wimax@intel.com
11319 L:      wimax@linuxwimax.org (subscribers-only)
11320 S:      Supported
11321 W:      http://linuxwimax.org
11322 F:      Documentation/wimax/README.wimax
11323 F:      include/linux/wimax/debug.h
11324 F:      include/net/wimax.h
11325 F:      include/uapi/linux/wimax.h
11326 F:      net/wimax/
11327
11328 WISTRON LAPTOP BUTTON DRIVER
11329 M:      Miloslav Trmac <mitr@volny.cz>
11330 S:      Maintained
11331 F:      drivers/input/misc/wistron_btns.c
11332
11333 WL3501 WIRELESS PCMCIA CARD DRIVER
11334 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11335 L:      linux-wireless@vger.kernel.org
11336 W:      http://oops.ghostprotocols.net:81/blog
11337 S:      Maintained
11338 F:      drivers/net/wireless/wl3501*
11339
11340 WM97XX TOUCHSCREEN DRIVERS
11341 M:      Mark Brown <broonie@kernel.org>
11342 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11343 L:      linux-input@vger.kernel.org
11344 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11345 W:      http://opensource.wolfsonmicro.com/node/7
11346 S:      Supported
11347 F:      drivers/input/touchscreen/*wm97*
11348 F:      include/linux/wm97xx.h
11349
11350 WOLFSON MICROELECTRONICS DRIVERS
11351 L:      patches@opensource.wolfsonmicro.com
11352 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11353 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11354 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11355 S:      Supported
11356 F:      Documentation/hwmon/wm83??
11357 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11358 F:      drivers/clk/clk-wm83*.c
11359 F:      drivers/extcon/extcon-arizona.c
11360 F:      drivers/leds/leds-wm83*.c
11361 F:      drivers/gpio/gpio-*wm*.c
11362 F:      drivers/gpio/gpio-arizona.c
11363 F:      drivers/hwmon/wm83??-hwmon.c
11364 F:      drivers/input/misc/wm831x-on.c
11365 F:      drivers/input/touchscreen/wm831x-ts.c
11366 F:      drivers/input/touchscreen/wm97*.c
11367 F:      drivers/mfd/arizona*
11368 F:      drivers/mfd/wm*.c
11369 F:      drivers/power/wm83*.c
11370 F:      drivers/rtc/rtc-wm83*.c
11371 F:      drivers/regulator/wm8*.c
11372 F:      drivers/video/backlight/wm83*_bl.c
11373 F:      drivers/watchdog/wm83*_wdt.c
11374 F:      include/linux/mfd/arizona/
11375 F:      include/linux/mfd/wm831x/
11376 F:      include/linux/mfd/wm8350/
11377 F:      include/linux/mfd/wm8400*
11378 F:      include/linux/wm97xx.h
11379 F:      include/sound/wm????.h
11380 F:      sound/soc/codecs/arizona.?
11381 F:      sound/soc/codecs/wm*
11382
11383 WORKQUEUE
11384 M:      Tejun Heo <tj@kernel.org>
11385 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11387 S:      Maintained
11388 F:      include/linux/workqueue.h
11389 F:      kernel/workqueue.c
11390 F:      Documentation/workqueue.txt
11391
11392 X.25 NETWORK LAYER
11393 M:      Andrew Hendry <andrew.hendry@gmail.com>
11394 L:      linux-x25@vger.kernel.org
11395 S:      Odd Fixes
11396 F:      Documentation/networking/x25*
11397 F:      include/net/x25*
11398 F:      net/x25/
11399
11400 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11401 M:      Thomas Gleixner <tglx@linutronix.de>
11402 M:      Ingo Molnar <mingo@redhat.com>
11403 M:      "H. Peter Anvin" <hpa@zytor.com>
11404 M:      x86@kernel.org
11405 L:      linux-kernel@vger.kernel.org
11406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11407 S:      Maintained
11408 F:      Documentation/x86/
11409 F:      arch/x86/
11410
11411 X86 PLATFORM DRIVERS
11412 M:      Darren Hart <dvhart@infradead.org>
11413 L:      platform-driver-x86@vger.kernel.org
11414 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11415 S:      Maintained
11416 F:      drivers/platform/x86/
11417
11418 X86 MCE INFRASTRUCTURE
11419 M:      Tony Luck <tony.luck@intel.com>
11420 M:      Borislav Petkov <bp@alien8.de>
11421 L:      linux-edac@vger.kernel.org
11422 S:      Maintained
11423 F:      arch/x86/kernel/cpu/mcheck/*
11424
11425 X86 VDSO
11426 M:      Andy Lutomirski <luto@amacapital.net>
11427 L:      linux-kernel@vger.kernel.org
11428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11429 S:      Maintained
11430 F:      arch/x86/entry/vdso/
11431
11432 XC2028/3028 TUNER DRIVER
11433 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11434 L:      linux-media@vger.kernel.org
11435 W:      http://linuxtv.org
11436 T:      git git://linuxtv.org/media_tree.git
11437 S:      Maintained
11438 F:      drivers/media/tuners/tuner-xc2028.*
11439
11440 XEN HYPERVISOR INTERFACE
11441 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11442 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11443 M:      David Vrabel <david.vrabel@citrix.com>
11444 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11446 S:      Supported
11447 F:      arch/x86/xen/
11448 F:      drivers/*/xen-*front.c
11449 F:      drivers/xen/
11450 F:      arch/x86/include/asm/xen/
11451 F:      include/xen/
11452 F:      include/uapi/xen/
11453
11454 XEN HYPERVISOR ARM
11455 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11456 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11457 S:      Supported
11458 F:      arch/arm/xen/
11459 F:      arch/arm/include/asm/xen/
11460
11461 XEN HYPERVISOR ARM64
11462 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11463 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11464 S:      Supported
11465 F:      arch/arm64/xen/
11466 F:      arch/arm64/include/asm/xen/
11467
11468 XEN NETWORK BACKEND DRIVER
11469 M:      Ian Campbell <ian.campbell@citrix.com>
11470 M:      Wei Liu <wei.liu2@citrix.com>
11471 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11472 L:      netdev@vger.kernel.org
11473 S:      Supported
11474 F:      drivers/net/xen-netback/*
11475
11476 XEN PCI SUBSYSTEM
11477 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11478 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11479 S:      Supported
11480 F:      arch/x86/pci/*xen*
11481 F:      drivers/pci/*xen*
11482
11483 XEN BLOCK SUBSYSTEM
11484 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11485 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11486 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11487 S:      Supported
11488 F:      drivers/block/xen-blkback/*
11489 F:      drivers/block/xen*
11490
11491 XEN PVSCSI DRIVERS
11492 M:      Juergen Gross <jgross@suse.com>
11493 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11494 L:      linux-scsi@vger.kernel.org
11495 S:      Supported
11496 F:      drivers/scsi/xen-scsifront.c
11497 F:      drivers/xen/xen-scsiback.c
11498 F:      include/xen/interface/io/vscsiif.h
11499
11500 XEN SWIOTLB SUBSYSTEM
11501 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11502 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11503 S:      Supported
11504 F:      arch/x86/xen/*swiotlb*
11505 F:      drivers/xen/*swiotlb*
11506
11507 XFS FILESYSTEM
11508 P:      Silicon Graphics Inc
11509 M:      Dave Chinner <david@fromorbit.com>
11510 M:      xfs@oss.sgi.com
11511 L:      xfs@oss.sgi.com
11512 W:      http://oss.sgi.com/projects/xfs
11513 T:      git git://oss.sgi.com/xfs/xfs.git
11514 S:      Supported
11515 F:      Documentation/filesystems/xfs.txt
11516 F:      fs/xfs/
11517
11518 XILINX AXI ETHERNET DRIVER
11519 M:      Anirudha Sarangi <anirudh@xilinx.com>
11520 M:      John Linn <John.Linn@xilinx.com>
11521 S:      Maintained
11522 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11523
11524 XILINX UARTLITE SERIAL DRIVER
11525 M:      Peter Korsgaard <jacmet@sunsite.dk>
11526 L:      linux-serial@vger.kernel.org
11527 S:      Maintained
11528 F:      drivers/tty/serial/uartlite.c
11529
11530 XILINX VIDEO IP CORES
11531 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11532 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11533 L:      linux-media@vger.kernel.org
11534 T:      git git://linuxtv.org/media_tree.git
11535 S:      Supported
11536 F:      Documentation/devicetree/bindings/media/xilinx/
11537 F:      drivers/media/platform/xilinx/
11538 F:      include/uapi/linux/xilinx-v4l2-controls.h
11539
11540 XILLYBUS DRIVER
11541 M:      Eli Billauer <eli.billauer@gmail.com>
11542 L:      linux-kernel@vger.kernel.org
11543 S:      Supported
11544 F:      drivers/char/xillybus/
11545
11546 XTENSA XTFPGA PLATFORM SUPPORT
11547 M:      Max Filippov <jcmvbkbc@gmail.com>
11548 L:      linux-xtensa@linux-xtensa.org
11549 S:      Maintained
11550 F:      drivers/spi/spi-xtensa-xtfpga.c
11551 F:      sound/soc/xtensa/xtfpga-i2s.c
11552
11553 YAM DRIVER FOR AX.25
11554 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11555 L:      linux-hams@vger.kernel.org
11556 S:      Maintained
11557 F:      drivers/net/hamradio/yam*
11558 F:      include/linux/yam.h
11559
11560 YEALINK PHONE DRIVER
11561 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11562 L:      usbb2k-api-dev@nongnu.org
11563 S:      Maintained
11564 F:      Documentation/input/yealink.txt
11565 F:      drivers/input/misc/yealink.*
11566
11567 Z8530 DRIVER FOR AX.25
11568 M:      Joerg Reuter <jreuter@yaina.de>
11569 W:      http://yaina.de/jreuter/
11570 W:      http://www.qsl.net/dl1bke/
11571 L:      linux-hams@vger.kernel.org
11572 S:      Maintained
11573 F:      Documentation/networking/z8530drv.txt
11574 F:      drivers/net/hamradio/*scc.c
11575 F:      drivers/net/hamradio/z8530.h
11576
11577 ZBUD COMPRESSED PAGE ALLOCATOR
11578 M:      Seth Jennings <sjennings@variantweb.net>
11579 L:      linux-mm@kvack.org
11580 S:      Maintained
11581 F:      mm/zbud.c
11582 F:      include/linux/zbud.h
11583
11584 ZD1211RW WIRELESS DRIVER
11585 M:      Daniel Drake <dsd@gentoo.org>
11586 M:      Ulrich Kunitz <kune@deine-taler.de>
11587 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11588 L:      linux-wireless@vger.kernel.org
11589 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11590 S:      Maintained
11591 F:      drivers/net/wireless/zd1211rw/
11592
11593 ZPOOL COMPRESSED PAGE STORAGE API
11594 M:      Dan Streetman <ddstreet@ieee.org>
11595 L:      linux-mm@kvack.org
11596 S:      Maintained
11597 F:      mm/zpool.c
11598 F:      include/linux/zpool.h
11599
11600 ZR36067 VIDEO FOR LINUX DRIVER
11601 L:      mjpeg-users@lists.sourceforge.net
11602 L:      linux-media@vger.kernel.org
11603 W:      http://mjpeg.sourceforge.net/driver-zoran/
11604 T:      hg http://linuxtv.org/hg/v4l-dvb
11605 S:      Odd Fixes
11606 F:      drivers/media/pci/zoran/
11607
11608 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11609 M:      Minchan Kim <minchan@kernel.org>
11610 M:      Nitin Gupta <ngupta@vflare.org>
11611 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11612 L:      linux-kernel@vger.kernel.org
11613 S:      Maintained
11614 F:      drivers/block/zram/
11615 F:      Documentation/blockdev/zram.txt
11616
11617 ZS DECSTATION Z85C30 SERIAL DRIVER
11618 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11619 S:      Maintained
11620 F:      drivers/tty/serial/zs.*
11621
11622 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11623 M:      Minchan Kim <minchan@kernel.org>
11624 M:      Nitin Gupta <ngupta@vflare.org>
11625 L:      linux-mm@kvack.org
11626 S:      Maintained
11627 F:      mm/zsmalloc.c
11628 F:      include/linux/zsmalloc.h
11629 F:      Documentation/vm/zsmalloc.txt
11630
11631 ZSWAP COMPRESSED SWAP CACHING
11632 M:      Seth Jennings <sjennings@variantweb.net>
11633 L:      linux-mm@kvack.org
11634 S:      Maintained
11635 F:      mm/zswap.c
11636
11637 THE REST
11638 M:      Linus Torvalds <torvalds@linux-foundation.org>
11639 L:      linux-kernel@vger.kernel.org
11640 Q:      http://patchwork.kernel.org/project/LKML/list/
11641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11642 S:      Buried alive in reporters
11643 F:      *
11644 F:      */