]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
usb: chipidea: delete static debug support
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
619 S:      Orphan
620 F:      drivers/usb/gadget/udc/amd5536udc.*
621
622 AMD GEODE PROCESSOR/CHIPSET SUPPORT
623 P:      Andres Salomon <dilinger@queued.net>
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
626 S:      Supported
627 F:      drivers/char/hw_random/geode-rng.c
628 F:      drivers/crypto/geode*
629 F:      drivers/video/fbdev/geode/
630 F:      arch/x86/include/asm/geode.h
631
632 AMD IOMMU (AMD-VI)
633 M:      Joerg Roedel <joro@8bytes.org>
634 L:      iommu@lists.linux-foundation.org
635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
636 S:      Maintained
637 F:      drivers/iommu/amd_iommu*.[ch]
638 F:      include/linux/amd-iommu.h
639
640 AMD KFD
641 M:      Oded Gabbay <oded.gabbay@gmail.com>
642 L:      dri-devel@lists.freedesktop.org
643 T:      git git://people.freedesktop.org/~gabbayo/linux.git
644 S:      Supported
645 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
649 F:      drivers/gpu/drm/amd/amdkfd/
650 F:      drivers/gpu/drm/amd/include/cik_structs.h
651 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
652 F:      drivers/gpu/drm/amd/include/vi_structs.h
653 F:      drivers/gpu/drm/radeon/radeon_kfd.c
654 F:      drivers/gpu/drm/radeon/radeon_kfd.h
655 F:      include/uapi/linux/kfd_ioctl.h
656
657 AMD MICROCODE UPDATE SUPPORT
658 M:      Borislav Petkov <bp@alien8.de>
659 S:      Maintained
660 F:      arch/x86/kernel/cpu/microcode/amd*
661
662 AMD XGBE DRIVER
663 M:      Tom Lendacky <thomas.lendacky@amd.com>
664 L:      netdev@vger.kernel.org
665 S:      Supported
666 F:      drivers/net/ethernet/amd/xgbe/
667
668 AMS (Apple Motion Sensor) DRIVER
669 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
670 S:      Supported
671 F:      drivers/macintosh/ams/
672
673 AMSO1100 RNIC DRIVER
674 M:      Tom Tucker <tom@opengridcomputing.com>
675 M:      Steve Wise <swise@opengridcomputing.com>
676 L:      linux-rdma@vger.kernel.org
677 S:      Maintained
678 F:      drivers/infiniband/hw/amso1100/
679
680 ANALOG DEVICES INC AD9389B DRIVER
681 M:      Hans Verkuil <hans.verkuil@cisco.com>
682 L:      linux-media@vger.kernel.org
683 S:      Maintained
684 F:      drivers/media/i2c/ad9389b*
685
686 ANALOG DEVICES INC ADV7180 DRIVER
687 M:      Lars-Peter Clausen <lars@metafoo.de>
688 L:      linux-media@vger.kernel.org
689 W:      http://ez.analog.com/community/linux-device-drivers
690 S:      Supported
691 F:      drivers/media/i2c/adv7180.c
692
693 ANALOG DEVICES INC ADV7511 DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/adv7511*
698
699 ANALOG DEVICES INC ADV7604 DRIVER
700 M:      Hans Verkuil <hans.verkuil@cisco.com>
701 L:      linux-media@vger.kernel.org
702 S:      Maintained
703 F:      drivers/media/i2c/adv7604*
704
705 ANALOG DEVICES INC ADV7842 DRIVER
706 M:      Hans Verkuil <hans.verkuil@cisco.com>
707 L:      linux-media@vger.kernel.org
708 S:      Maintained
709 F:      drivers/media/i2c/adv7842*
710
711 ANALOG DEVICES INC ASOC CODEC DRIVERS
712 M:      Lars-Peter Clausen <lars@metafoo.de>
713 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
714 W:      http://wiki.analog.com/
715 W:      http://ez.analog.com/community/linux-device-drivers
716 S:      Supported
717 F:      sound/soc/codecs/adau*
718 F:      sound/soc/codecs/adav*
719 F:      sound/soc/codecs/ad1*
720 F:      sound/soc/codecs/ad7*
721 F:      sound/soc/codecs/ssm*
722 F:      sound/soc/codecs/sigmadsp.*
723
724 ANALOG DEVICES INC ASOC DRIVERS
725 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
726 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
727 W:      http://blackfin.uclinux.org/
728 S:      Supported
729 F:      sound/soc/blackfin/*
730
731 ANALOG DEVICES INC IIO DRIVERS
732 M:      Lars-Peter Clausen <lars@metafoo.de>
733 M:      Michael Hennerich <Michael.Hennerich@analog.com>
734 W:      http://wiki.analog.com/
735 W:      http://ez.analog.com/community/linux-device-drivers
736 S:      Supported
737 F:      drivers/iio/*/ad*
738 X:      drivers/iio/*/adjd*
739 F:      drivers/staging/iio/*/ad*
740 F:      staging/iio/trigger/iio-trig-bfin-timer.c
741
742 ANALOG DEVICES INC DMA DRIVERS
743 M:      Lars-Peter Clausen <lars@metafoo.de>
744 W:      http://ez.analog.com/community/linux-device-drivers
745 S:      Supported
746 F:      drivers/dma/dma-axi-dmac.c
747
748 ANDROID DRIVERS
749 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
750 M:      Arve HjønnevĂ¥g <arve@android.com>
751 M:      Riley Andrews <riandrews@android.com>
752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
753 L:      devel@driverdev.osuosl.org
754 S:      Supported
755 F:      drivers/android/
756 F:      drivers/staging/android/
757
758 AOA (Apple Onboard Audio) ALSA DRIVER
759 M:      Johannes Berg <johannes@sipsolutions.net>
760 L:      linuxppc-dev@lists.ozlabs.org
761 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
762 S:      Maintained
763 F:      sound/aoa/
764
765 APM DRIVER
766 M:      Jiri Kosina <jikos@kernel.org>
767 S:      Odd fixes
768 F:      arch/x86/kernel/apm_32.c
769 F:      include/linux/apm_bios.h
770 F:      include/uapi/linux/apm_bios.h
771 F:      drivers/char/apm-emulation.c
772
773 APPLE BCM5974 MULTITOUCH DRIVER
774 M:      Henrik Rydberg <rydberg@bitmath.org>
775 L:      linux-input@vger.kernel.org
776 S:      Odd fixes
777 F:      drivers/input/mouse/bcm5974.c
778
779 APPLE SMC DRIVER
780 M:      Henrik Rydberg <rydberg@bitmath.org>
781 L:      lm-sensors@lm-sensors.org
782 S:      Odd fixes
783 F:      drivers/hwmon/applesmc.c
784
785 APPLETALK NETWORK LAYER
786 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
787 S:      Maintained
788 F:      drivers/net/appletalk/
789 F:      net/appletalk/
790
791 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
792 M:      Iyappan Subramanian <isubramanian@apm.com>
793 M:      Keyur Chudgar <kchudgar@apm.com>
794 S:      Supported
795 F:      drivers/net/ethernet/apm/xgene/
796 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
797
798 APTINA CAMERA SENSOR PLL
799 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
800 L:      linux-media@vger.kernel.org
801 S:      Maintained
802 F:      drivers/media/i2c/aptina-pll.*
803
804 ARC FRAMEBUFFER DRIVER
805 M:      Jaya Kumar <jayalk@intworks.biz>
806 S:      Maintained
807 F:      drivers/video/fbdev/arcfb.c
808 F:      drivers/video/fbdev/core/fb_defio.c
809
810 ARCNET NETWORK LAYER
811 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
812 L:      netdev@vger.kernel.org
813 S:      Maintained
814 F:      drivers/net/arcnet/
815 F:      include/uapi/linux/if_arcnet.h
816
817 ARM MFM AND FLOPPY DRIVERS
818 M:      Ian Molton <spyro@f2s.com>
819 S:      Maintained
820 F:      arch/arm/lib/floppydma.S
821 F:      arch/arm/include/asm/floppy.h
822
823 ARM PMU PROFILING AND DEBUGGING
824 M:      Will Deacon <will.deacon@arm.com>
825 S:      Maintained
826 F:      arch/arm/kernel/perf_*
827 F:      arch/arm/oprofile/common.c
828 F:      arch/arm/kernel/hw_breakpoint.c
829 F:      arch/arm/include/asm/hw_breakpoint.h
830 F:      arch/arm/include/asm/perf_event.h
831 F:      drivers/perf/arm_pmu.c
832 F:      include/linux/perf/arm_pmu.h
833
834 ARM PORT
835 M:      Russell King <linux@arm.linux.org.uk>
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 W:      http://www.arm.linux.org.uk/
838 S:      Maintained
839 F:      arch/arm/
840
841 ARM SUB-ARCHITECTURES
842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
843 S:      Maintained
844 F:      arch/arm/mach-*/
845 F:      arch/arm/plat-*/
846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
847
848 ARM PRIMECELL AACI PL041 DRIVER
849 M:      Russell King <linux@arm.linux.org.uk>
850 S:      Maintained
851 F:      sound/arm/aaci.*
852
853 ARM PRIMECELL CLCD PL110 DRIVER
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      drivers/video/fbdev/amba-clcd.*
857
858 ARM PRIMECELL KMI PL050 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/input/serio/ambakmi.*
862 F:      include/linux/amba/kmi.h
863
864 ARM PRIMECELL MMCI PL180/1 DRIVER
865 M:      Russell King <linux@arm.linux.org.uk>
866 S:      Maintained
867 F:      drivers/mmc/host/mmci.*
868 F:      include/linux/amba/mmci.h
869
870 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
871 M:      Russell King <linux@arm.linux.org.uk>
872 S:      Maintained
873 F:      drivers/tty/serial/amba-pl01*.c
874 F:      include/linux/amba/serial.h
875
876 ARM PRIMECELL BUS SUPPORT
877 M:      Russell King <linux@arm.linux.org.uk>
878 S:      Maintained
879 F:      drivers/amba/
880 F:      include/linux/amba/bus.h
881
882 ARM/ADS SPHERE MACHINE SUPPORT
883 M:      Lennert Buytenhek <kernel@wantstofly.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 S:      Maintained
886
887 ARM/AFEB9260 MACHINE SUPPORT
888 M:      Sergey Lapin <slapin@ossfans.org>
889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890 S:      Maintained
891
892 ARM/AJECO 1ARM MACHINE SUPPORT
893 M:      Lennert Buytenhek <kernel@wantstofly.org>
894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
895 S:      Maintained
896
897 ARM/Allwinner sunXi SoC support
898 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
899 M:      Chen-Yu Tsai <wens@csie.org>
900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 S:      Maintained
902 N:      sun[x456789]i
903
904 ARM/Allwinner SoC Clock Support
905 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
906 S:      Maintained
907 F:      drivers/clk/sunxi/
908
909 ARM/Amlogic MesonX SoC support
910 M:      Carlo Caione <carlo@caione.org>
911 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
912 S:      Maintained
913 F:      drivers/media/rc/meson-ir.c
914 N:      meson[x68]
915
916 ARM/Annapurna Labs ALPINE ARCHITECTURE
917 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
918 S:      Maintained
919 F:      arch/arm/mach-alpine/
920
921 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
923 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
924 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 W:      http://www.linux4sam.org
927 S:      Supported
928 F:      arch/arm/mach-at91/
929 F:      include/soc/at91/
930 F:      arch/arm/boot/dts/at91*.dts
931 F:      arch/arm/boot/dts/at91*.dtsi
932 F:      arch/arm/boot/dts/sama*.dts
933 F:      arch/arm/boot/dts/sama*.dtsi
934 F:      arch/arm/include/debug/at91.S
935
936 ARM/ATMEL AT91 Clock Support
937 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
938 S:      Maintained
939 F:      drivers/clk/at91
940
941 ARM/CALXEDA HIGHBANK ARCHITECTURE
942 M:      Rob Herring <robh@kernel.org>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Maintained
945 F:      arch/arm/mach-highbank/
946
947 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
948 M:      Krzysztof Halasa <khalasa@piap.pl>
949 S:      Maintained
950 F:      arch/arm/mach-cns3xxx/
951
952 ARM/CAVIUM THUNDER NETWORK DRIVER
953 M:      Sunil Goutham <sgoutham@cavium.com>
954 M:      Robert Richter <rric@kernel.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Supported
957 F:      drivers/net/ethernet/cavium/thunder/
958
959 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
960 M:      Alexander Shiyan <shc_work@mail.ru>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Odd Fixes
963 N:      clps711x
964
965 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
966 M:      Hartley Sweeten <hsweeten@visionengravers.com>
967 M:      Ryan Mallon <rmallon@gmail.com>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970 F:      arch/arm/mach-ep93xx/
971 F:      arch/arm/mach-ep93xx/include/mach/
972
973 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
974 M:      Lennert Buytenhek <kernel@wantstofly.org>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 S:      Maintained
977
978 ARM/CLKDEV SUPPORT
979 M:      Russell King <linux@arm.linux.org.uk>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982 F:      arch/arm/include/asm/clkdev.h
983 F:      drivers/clk/clkdev.c
984
985 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
986 M:      Mike Rapoport <mike@compulab.co.il>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989
990 ARM/CONTEC MICRO9 MACHINE SUPPORT
991 M:      Hubert Feurstein <hubert.feurstein@contec.at>
992 S:      Maintained
993 F:      arch/arm/mach-ep93xx/micro9.c
994
995 ARM/CORESIGHT FRAMEWORK AND DRIVERS
996 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
999 F:      drivers/hwtracing/coresight/*
1000 F:      Documentation/trace/coresight.txt
1001 F:      Documentation/devicetree/bindings/arm/coresight.txt
1002 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1003
1004 ARM/CORGI MACHINE SUPPORT
1005 M:      Richard Purdie <rpurdie@rpsys.net>
1006 S:      Maintained
1007
1008 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1009 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 T:      git git://github.com/ulli-kroll/linux.git
1012 S:      Maintained
1013 F:      arch/arm/mach-gemini/
1014 F:      drivers/rtc/rtc-gemini.c
1015
1016 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1017 M:      Barry Song <baohua@kernel.org>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1020 S:      Maintained
1021 F:      arch/arm/mach-prima2/
1022 F:      drivers/clk/sirf/
1023 F:      drivers/clocksource/timer-prima2.c
1024 F:      drivers/clocksource/timer-atlas7.c
1025 N:      [^a-z]sirf
1026
1027 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1028 M:      Baruch Siach <baruch@tkos.co.il>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S:      Maintained
1031 F:      arch/arm/boot/dts/cx92755*
1032 N:      digicolor
1033
1034 ARM/EBSA110 MACHINE SUPPORT
1035 M:      Russell King <linux@arm.linux.org.uk>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 W:      http://www.arm.linux.org.uk/
1038 S:      Maintained
1039 F:      arch/arm/mach-ebsa110/
1040 F:      drivers/net/ethernet/amd/am79c961a.*
1041
1042 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1043 M:      Uwe Kleine-König <kernel@pengutronix.de>
1044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1045 S:      Maintained
1046 N:      efm32
1047
1048 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1049 M:      Daniel Ribeiro <drwyrm@gmail.com>
1050 M:      Stefan Schmidt <stefan@openezx.org>
1051 M:      Harald Welte <laforge@openezx.org>
1052 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1053 W:      http://www.openezx.org/
1054 S:      Maintained
1055 T:      topgit git://git.openezx.org/openezx.git
1056 F:      arch/arm/mach-pxa/ezx.c
1057
1058 ARM/FARADAY FA526 PORT
1059 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062 T:      git git://git.berlios.de/gemini-board
1063 F:      arch/arm/mm/*-fa*
1064
1065 ARM/FOOTBRIDGE ARCHITECTURE
1066 M:      Russell King <linux@arm.linux.org.uk>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 W:      http://www.arm.linux.org.uk/
1069 S:      Maintained
1070 F:      arch/arm/include/asm/hardware/dec21285.h
1071 F:      arch/arm/mach-footbridge/
1072
1073 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1074 M:      Shawn Guo <shawnguo@kernel.org>
1075 M:      Sascha Hauer <kernel@pengutronix.de>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S:      Maintained
1078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1079 F:      arch/arm/mach-imx/
1080 F:      arch/arm/mach-mxs/
1081 F:      arch/arm/boot/dts/imx*
1082 F:      arch/arm/configs/imx*_defconfig
1083 F:      drivers/clk/imx/
1084 F:      include/soc/imx/
1085
1086 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1087 M:      Shawn Guo <shawnguo@kernel.org>
1088 M:      Sascha Hauer <kernel@pengutronix.de>
1089 R:      Stefan Agner <stefan@agner.ch>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1093 F:      arch/arm/mach-imx/*vf610*
1094 F:      arch/arm/boot/dts/vf*
1095
1096 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1097 M:      Lennert Buytenhek <kernel@wantstofly.org>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100
1101 ARM/GUMSTIX MACHINE SUPPORT
1102 M:      Steve Sakoman <sakoman@gmail.com>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1107 M:      Philipp Zabel <philipp.zabel@gmail.com>
1108 M:      Paul Parsons <lost.distance@yahoo.com>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      arch/arm/mach-pxa/hx4700.c
1112 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1113 F:      sound/soc/pxa/hx4700.c
1114
1115 ARM/HISILICON SOC SUPPORT
1116 M:      Wei Xu <xuwei5@hisilicon.com>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 W:      http://www.hisilicon.com
1119 S:      Supported
1120 T:      git git://github.com/hisilicon/linux-hisi.git
1121 F:      arch/arm/mach-hisi/
1122
1123 ARM/HP JORNADA 7XX MACHINE SUPPORT
1124 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1125 W:      www.jlime.com
1126 S:      Maintained
1127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1128 F:      arch/arm/mach-sa1100/jornada720.c
1129 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1130
1131 ARM/IGEP MACHINE SUPPORT
1132 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1133 M:      Javier Martinez Canillas <javier@dowhile0.org>
1134 L:      linux-omap@vger.kernel.org
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137 F:      arch/arm/boot/dts/omap3-igep*
1138
1139 ARM/INCOME PXA270 SUPPORT
1140 M:      Marek Vasut <marek.vasut@gmail.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1144
1145 ARM/INTEL IOP32X ARM ARCHITECTURE
1146 M:      Lennert Buytenhek <kernel@wantstofly.org>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149
1150 ARM/INTEL IOP33X ARM ARCHITECTURE
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Orphan
1153
1154 ARM/INTEL IOP13XX ARM ARCHITECTURE
1155 M:      Lennert Buytenhek <kernel@wantstofly.org>
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Maintained
1158
1159 ARM/INTEL IQ81342EX MACHINE SUPPORT
1160 M:      Lennert Buytenhek <kernel@wantstofly.org>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163
1164 ARM/INTEL IXDP2850 MACHINE SUPPORT
1165 M:      Lennert Buytenhek <kernel@wantstofly.org>
1166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167 S:      Maintained
1168
1169 ARM/INTEL IXP4XX ARM ARCHITECTURE
1170 M:      Imre Kaloz <kaloz@openwrt.org>
1171 M:      Krzysztof Halasa <khalasa@piap.pl>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174 F:      arch/arm/mach-ixp4xx/
1175
1176 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1177 M:      Jonathan Cameron <jic23@cam.ac.uk>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180 F:      arch/arm/mach-pxa/stargate2.c
1181 F:      drivers/pcmcia/pxa2xx_stargate2.c
1182
1183 ARM/INTEL XSC3 (MANZANO) ARM CORE
1184 M:      Lennert Buytenhek <kernel@wantstofly.org>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187
1188 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1189 M:      Lennert Buytenhek <kernel@wantstofly.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192
1193 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197 F:      arch/arm/mach-keystone/
1198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1199
1200 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1201 M:      Santosh Shilimkar <ssantosh@kernel.org>
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clk/keystone/
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 L:      linux-kernel@vger.kernel.org
1210 S:      Maintained
1211 F:      drivers/clocksource/timer-keystone.c
1212
1213 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1214 M:      Santosh Shilimkar <ssantosh@kernel.org>
1215 L:      linux-kernel@vger.kernel.org
1216 S:      Maintained
1217 F:      drivers/power/reset/keystone-reset.c
1218
1219 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1220 M:      Santosh Shilimkar <ssantosh@kernel.org>
1221 L:      linux-kernel@vger.kernel.org
1222 S:      Maintained
1223 F:      drivers/memory/*emif*
1224
1225 ARM/LOGICPD PXA270 MACHINE SUPPORT
1226 M:      Lennert Buytenhek <kernel@wantstofly.org>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229
1230 ARM/LPC18XX ARCHITECTURE
1231 M:      Joachim Eastwood <manabian@gmail.com>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234 N:      lpc18xx
1235
1236 ARM/MAGICIAN MACHINE SUPPORT
1237 M:      Philipp Zabel <philipp.zabel@gmail.com>
1238 S:      Maintained
1239
1240 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1241 M:      Jason Cooper <jason@lakedaemon.net>
1242 M:      Andrew Lunn <andrew@lunn.ch>
1243 M:      Gregory Clement <gregory.clement@free-electrons.com>
1244 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247 F:      arch/arm/mach-mvebu/
1248 F:      drivers/rtc/rtc-armada38x.c
1249 F:      arch/arm/boot/dts/armada*
1250 F:      arch/arm/boot/dts/kirkwood*
1251
1252
1253 ARM/Marvell Berlin SoC support
1254 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257 F:      arch/arm/mach-berlin/
1258 F:      arch/arm/boot/dts/berlin*
1259
1260
1261 ARM/Marvell Dove/MV78xx0/Orion SOC support
1262 M:      Jason Cooper <jason@lakedaemon.net>
1263 M:      Andrew Lunn <andrew@lunn.ch>
1264 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1265 M:      Gregory Clement <gregory.clement@free-electrons.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268 F:      arch/arm/mach-dove/
1269 F:      arch/arm/mach-mv78xx0/
1270 F:      arch/arm/mach-orion5x/
1271 F:      arch/arm/plat-orion/
1272 F:      arch/arm/boot/dts/dove*
1273 F:      arch/arm/boot/dts/orion5x*
1274
1275
1276 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1277 M:      Alexander Clouter <alex@digriz.org.uk>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 W:      http://www.digriz.org.uk/ts78xx/kernel
1280 S:      Maintained
1281 F:      arch/arm/mach-orion5x/ts78xx-*
1282
1283 ARM/Mediatek RTC DRIVER
1284 M:      Eddie Huang <eddie.huang@mediatek.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      drivers/rtc/rtc-mt6397.c
1289
1290 ARM/Mediatek SoC support
1291 M:      Matthias Brugger <matthias.bgg@gmail.com>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1294 S:      Maintained
1295 F:      arch/arm/boot/dts/mt6*
1296 F:      arch/arm/boot/dts/mt8*
1297 F:      arch/arm/mach-mediatek/
1298 N:      mtk
1299 K:      mediatek
1300
1301 ARM/Mediatek USB3 PHY DRIVER
1302 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      drivers/phy/phy-mt65xx-usb3.c
1307
1308 ARM/MICREL KS8695 ARCHITECTURE
1309 M:      Greg Ungerer <gerg@uclinux.org>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 F:      arch/arm/mach-ks8695/
1312 S:      Odd Fixes
1313
1314 ARM/MIOA701 MACHINE SUPPORT
1315 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 F:      arch/arm/mach-pxa/mioa701.c
1318 S:      Maintained
1319
1320 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1321 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1322 S:      Maintained
1323
1324 ARM/NOMADIK ARCHITECTURE
1325 M:      Alessandro Rubini <rubini@unipv.it>
1326 M:      Linus Walleij <linus.walleij@linaro.org>
1327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 S:      Maintained
1329 F:      arch/arm/mach-nomadik/
1330 F:      drivers/pinctrl/nomadik/
1331 F:      drivers/i2c/busses/i2c-nomadik.c
1332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1333
1334 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1335 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1336 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1337 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1338 S:      Supported
1339
1340 ARM/TOSA MACHINE SUPPORT
1341 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1342 M:      Dirk Opfer <dirk@opfer-online.de>
1343 S:      Maintained
1344
1345 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1346 M:      Marek Vasut <marek.vasut@gmail.com>
1347 L:      linux-arm-kernel@lists.infradead.org
1348 W:      http://hackndev.com
1349 S:      Maintained
1350 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1351 F:      arch/arm/mach-pxa/palmtx.c
1352 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1353 F:      arch/arm/mach-pxa/palmt5.c
1354 F:      arch/arm/mach-pxa/include/mach/palmld.h
1355 F:      arch/arm/mach-pxa/palmld.c
1356 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1357 F:      arch/arm/mach-pxa/palmte2.c
1358 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1359 F:      arch/arm/mach-pxa/palmtc.c
1360
1361 ARM/PALM TREO SUPPORT
1362 M:      Tomas Cech <sleep_walker@suse.com>
1363 L:      linux-arm-kernel@lists.infradead.org
1364 W:      http://hackndev.com
1365 S:      Maintained
1366 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1367 F:      arch/arm/mach-pxa/palmtreo.c
1368
1369 ARM/PALMZ72 SUPPORT
1370 M:      Sergey Lapin <slapin@ossfans.org>
1371 L:      linux-arm-kernel@lists.infradead.org
1372 W:      http://hackndev.com
1373 S:      Maintained
1374 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1375 F:      arch/arm/mach-pxa/palmz72.c
1376
1377 ARM/PLEB SUPPORT
1378 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1379 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1380 S:      Maintained
1381
1382 ARM/PT DIGITAL BOARD PORT
1383 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1384 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1385 W:      http://www.arm.linux.org.uk/
1386 S:      Maintained
1387
1388 ARM/QUALCOMM SUPPORT
1389 M:      Kumar Gala <galak@codeaurora.org>
1390 M:      Andy Gross <agross@codeaurora.org>
1391 M:      David Brown <davidb@codeaurora.org>
1392 L:      linux-arm-msm@vger.kernel.org
1393 L:      linux-soc@vger.kernel.org
1394 S:      Maintained
1395 F:      arch/arm/mach-qcom/
1396 F:      drivers/soc/qcom/
1397 F:      drivers/tty/serial/msm_serial.h
1398 F:      drivers/tty/serial/msm_serial.c
1399 F:      drivers/*/pm8???-*
1400 F:      drivers/mfd/ssbi.c
1401 F:      drivers/firmware/qcom_scm.c
1402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1403
1404 ARM/RADISYS ENP2611 MACHINE SUPPORT
1405 M:      Lennert Buytenhek <kernel@wantstofly.org>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 S:      Maintained
1408
1409 ARM/RISCPC ARCHITECTURE
1410 M:      Russell King <linux@arm.linux.org.uk>
1411 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1412 W:      http://www.arm.linux.org.uk/
1413 S:      Maintained
1414 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1415 F:      arch/arm/include/asm/hardware/ioc.h
1416 F:      arch/arm/include/asm/hardware/iomd.h
1417 F:      arch/arm/include/asm/hardware/memc.h
1418 F:      arch/arm/mach-rpc/
1419 F:      drivers/net/ethernet/8390/etherh.c
1420 F:      drivers/net/ethernet/i825xx/ether1*
1421 F:      drivers/net/ethernet/seeq/ether3*
1422 F:      drivers/scsi/arm/
1423
1424 ARM/Rockchip SoC support
1425 M:      Heiko Stuebner <heiko@sntech.de>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 L:      linux-rockchip@lists.infradead.org
1428 S:      Maintained
1429 F:      arch/arm/boot/dts/rk3*
1430 F:      arch/arm/mach-rockchip/
1431 F:      drivers/clk/rockchip/
1432 F:      drivers/i2c/busses/i2c-rk3x.c
1433 F:      drivers/*/*rockchip*
1434 F:      drivers/*/*/*rockchip*
1435 F:      sound/soc/rockchip/
1436 N:      rockchip
1437
1438 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1439 M:      Kukjin Kim <kgene@kernel.org>
1440 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1443 S:      Maintained
1444 F:      arch/arm/boot/dts/s3c*
1445 F:      arch/arm/boot/dts/exynos*
1446 F:      arch/arm64/boot/dts/exynos/
1447 F:      arch/arm/plat-samsung/
1448 F:      arch/arm/mach-s3c24*/
1449 F:      arch/arm/mach-s3c64xx/
1450 F:      arch/arm/mach-s5p*/
1451 F:      arch/arm/mach-exynos*/
1452 F:      drivers/*/*s3c2410*
1453 F:      drivers/*/*/*s3c2410*
1454 F:      drivers/spi/spi-s3c*
1455 F:      sound/soc/samsung/*
1456 N:      exynos
1457
1458 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1459 M:      Kyungmin Park <kyungmin.park@samsung.com>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S:      Maintained
1462 F:      arch/arm/mach-s5pv210/
1463
1464 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1465 M:      Kyungmin Park <kyungmin.park@samsung.com>
1466 M:      Kamil Debski <k.debski@samsung.com>
1467 L:      linux-arm-kernel@lists.infradead.org
1468 L:      linux-media@vger.kernel.org
1469 S:      Maintained
1470 F:      drivers/media/platform/s5p-g2d/
1471
1472 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1473 M:      Kyungmin Park <kyungmin.park@samsung.com>
1474 M:      Kamil Debski <k.debski@samsung.com>
1475 M:      Jeongtae Park <jtp.park@samsung.com>
1476 L:      linux-arm-kernel@lists.infradead.org
1477 L:      linux-media@vger.kernel.org
1478 S:      Maintained
1479 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1480 F:      drivers/media/platform/s5p-mfc/
1481
1482 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1483 M:      Kyungmin Park <kyungmin.park@samsung.com>
1484 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1485 L:      linux-arm-kernel@lists.infradead.org
1486 L:      linux-media@vger.kernel.org
1487 S:      Maintained
1488 F:      drivers/media/platform/s5p-tv/
1489
1490 ARM/SHMOBILE ARM ARCHITECTURE
1491 M:      Simon Horman <horms@verge.net.au>
1492 M:      Magnus Damm <magnus.damm@gmail.com>
1493 L:      linux-sh@vger.kernel.org
1494 W:      http://oss.renesas.com
1495 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1497 S:      Supported
1498 F:      arch/arm/boot/dts/emev2*
1499 F:      arch/arm/boot/dts/r7s*
1500 F:      arch/arm/boot/dts/r8a*
1501 F:      arch/arm/boot/dts/sh*
1502 F:      arch/arm/configs/bockw_defconfig
1503 F:      arch/arm/configs/marzen_defconfig
1504 F:      arch/arm/configs/shmobile_defconfig
1505 F:      arch/arm/include/debug/renesas-scif.S
1506 F:      arch/arm/mach-shmobile/
1507 F:      drivers/sh/
1508
1509 ARM/SOCFPGA ARCHITECTURE
1510 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1511 S:      Maintained
1512 F:      arch/arm/mach-socfpga/
1513 F:      arch/arm/boot/dts/socfpga*
1514 F:      arch/arm/configs/socfpga_defconfig
1515 W:      http://www.rocketboards.org
1516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1517
1518 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1519 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1520 S:      Maintained
1521 F:      drivers/clk/socfpga/
1522
1523 ARM/SOCFPGA EDAC SUPPORT
1524 M:      Thor Thayer <tthayer@opensource.altera.com>
1525 S:      Maintained
1526 F:      drivers/edac/altera_edac.
1527
1528 ARM/STI ARCHITECTURE
1529 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1530 M:      Maxime Coquelin <maxime.coquelin@st.com>
1531 M:      Patrice Chotard <patrice.chotard@st.com>
1532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1533 L:      kernel@stlinux.com
1534 W:      http://www.stlinux.com
1535 S:      Maintained
1536 F:      arch/arm/mach-sti/
1537 F:      arch/arm/boot/dts/sti*
1538 F:      drivers/clocksource/arm_global_timer.c
1539 F:      drivers/clocksource/clksrc_st_lpc.c
1540 F:      drivers/i2c/busses/i2c-st.c
1541 F:      drivers/media/rc/st_rc.c
1542 F:      drivers/media/platform/sti/c8sectpfe/
1543 F:      drivers/mmc/host/sdhci-st.c
1544 F:      drivers/phy/phy-miphy28lp.c
1545 F:      drivers/phy/phy-miphy365x.c
1546 F:      drivers/phy/phy-stih407-usb.c
1547 F:      drivers/phy/phy-stih41x-usb.c
1548 F:      drivers/pinctrl/pinctrl-st.c
1549 F:      drivers/reset/sti/
1550 F:      drivers/rtc/rtc-st-lpc.c
1551 F:      drivers/tty/serial/st-asc.c
1552 F:      drivers/usb/dwc3/dwc3-st.c
1553 F:      drivers/usb/host/ehci-st.c
1554 F:      drivers/usb/host/ohci-st.c
1555 F:      drivers/watchdog/st_lpc_wdt.c
1556 F:      drivers/ata/ahci_st.c
1557
1558 ARM/STM32 ARCHITECTURE
1559 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1561 S:      Maintained
1562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1563 N:      stm32
1564 F:      drivers/clocksource/armv7m_systick.c
1565
1566 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1567 M:      Lennert Buytenhek <kernel@wantstofly.org>
1568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 S:      Maintained
1570
1571 ARM/TETON BGA MACHINE SUPPORT
1572 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 S:      Maintained
1575
1576 ARM/THECUS N2100 MACHINE SUPPORT
1577 M:      Lennert Buytenhek <kernel@wantstofly.org>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 S:      Maintained
1580
1581 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1582 M:      Wan ZongShun <mcuos.com@gmail.com>
1583 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1584 W:      http://www.mcuos.com
1585 S:      Maintained
1586 F:      arch/arm/mach-w90x900/
1587 F:      drivers/input/keyboard/w90p910_keypad.c
1588 F:      drivers/input/touchscreen/w90p910_ts.c
1589 F:      drivers/watchdog/nuc900_wdt.c
1590 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1591 F:      drivers/mtd/nand/nuc900_nand.c
1592 F:      drivers/rtc/rtc-nuc900.c
1593 F:      drivers/spi/spi-nuc900.c
1594 F:      drivers/usb/host/ehci-w90x900.c
1595 F:      drivers/video/fbdev/nuc900fb.c
1596
1597 ARM/U300 MACHINE SUPPORT
1598 M:      Linus Walleij <linus.walleij@linaro.org>
1599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 S:      Supported
1601 F:      arch/arm/mach-u300/
1602 F:      drivers/clocksource/timer-u300.c
1603 F:      drivers/i2c/busses/i2c-stu300.c
1604 F:      drivers/rtc/rtc-coh901331.c
1605 F:      drivers/watchdog/coh901327_wdt.c
1606 F:      drivers/dma/coh901318*
1607 F:      drivers/mfd/ab3100*
1608 F:      drivers/rtc/rtc-ab3100.c
1609 F:      drivers/rtc/rtc-coh901331.c
1610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1611
1612 ARM/UNIPHIER ARCHITECTURE
1613 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1615 S:      Maintained
1616 F:      arch/arm/boot/dts/uniphier*
1617 F:      arch/arm/mach-uniphier/
1618 F:      drivers/pinctrl/uniphier/
1619 F:      drivers/tty/serial/8250/8250_uniphier.c
1620 N:      uniphier
1621
1622 ARM/Ux500 ARM ARCHITECTURE
1623 M:      Linus Walleij <linus.walleij@linaro.org>
1624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1625 S:      Maintained
1626 F:      arch/arm/mach-ux500/
1627 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1628 F:      drivers/dma/ste_dma40*
1629 F:      drivers/hwspinlock/u8500_hsem.c
1630 F:      drivers/mfd/abx500*
1631 F:      drivers/mfd/ab8500*
1632 F:      drivers/mfd/dbx500*
1633 F:      drivers/mfd/db8500*
1634 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1635 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1636 F:      drivers/rtc/rtc-ab8500.c
1637 F:      drivers/rtc/rtc-pl031.c
1638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1639
1640 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1641 M:      Ulf Hansson <ulf.hansson@linaro.org>
1642 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643 T:      git git://git.linaro.org/people/ulfh/clk.git
1644 S:      Maintained
1645 F:      drivers/clk/ux500/
1646 F:      include/linux/platform_data/clk-ux500.h
1647
1648 ARM/VERSATILE EXPRESS PLATFORM
1649 M:      Liviu Dudau <liviu.dudau@arm.com>
1650 M:      Sudeep Holla <sudeep.holla@arm.com>
1651 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1653 S:      Maintained
1654 F:      arch/arm/boot/dts/vexpress*
1655 F:      arch/arm64/boot/dts/arm/vexpress*
1656 F:      arch/arm/mach-vexpress/
1657 F:      */*/vexpress*
1658 F:      */*/*/vexpress*
1659 F:      drivers/clk/versatile/clk-vexpress-osc.c
1660 F:      drivers/clocksource/versatile.c
1661
1662 ARM/VFP SUPPORT
1663 M:      Russell King <linux@arm.linux.org.uk>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 W:      http://www.arm.linux.org.uk/
1666 S:      Maintained
1667 F:      arch/arm/vfp/
1668
1669 ARM/VOIPAC PXA270 SUPPORT
1670 M:      Marek Vasut <marek.vasut@gmail.com>
1671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1672 S:      Maintained
1673 F:      arch/arm/mach-pxa/vpac270.c
1674 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1675
1676 ARM/VT8500 ARM ARCHITECTURE
1677 M:      Tony Prisk <linux@prisktech.co.nz>
1678 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1679 S:      Maintained
1680 F:      arch/arm/mach-vt8500/
1681 F:      drivers/clocksource/vt8500_timer.c
1682 F:      drivers/i2c/busses/i2c-wmt.c
1683 F:      drivers/mmc/host/wmt-sdmmc.c
1684 F:      drivers/pwm/pwm-vt8500.c
1685 F:      drivers/rtc/rtc-vt8500.c
1686 F:      drivers/tty/serial/vt8500_serial.c
1687 F:      drivers/usb/host/ehci-platform.c
1688 F:      drivers/usb/host/uhci-platform.c
1689 F:      drivers/video/fbdev/vt8500lcdfb.*
1690 F:      drivers/video/fbdev/wm8505fb*
1691 F:      drivers/video/fbdev/wmt_ge_rops.*
1692
1693 ARM/ZIPIT Z2 SUPPORT
1694 M:      Marek Vasut <marek.vasut@gmail.com>
1695 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1696 S:      Maintained
1697 F:      arch/arm/mach-pxa/z2.c
1698 F:      arch/arm/mach-pxa/include/mach/z2.h
1699
1700 ARM/ZTE ARCHITECTURE
1701 M:      Jun Nie <jun.nie@linaro.org>
1702 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1703 S:      Maintained
1704 F:      arch/arm/mach-zx/
1705 F:      drivers/clk/zte/
1706 F:      Documentation/devicetree/bindings/arm/zte.txt
1707 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1708
1709 ARM/ZYNQ ARCHITECTURE
1710 M:      Michal Simek <michal.simek@xilinx.com>
1711 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713 W:      http://wiki.xilinx.com
1714 T:      git https://github.com/Xilinx/linux-xlnx.git
1715 S:      Supported
1716 F:      arch/arm/mach-zynq/
1717 F:      drivers/cpuidle/cpuidle-zynq.c
1718 F:      drivers/block/xsysace.c
1719 N:      zynq
1720 N:      xilinx
1721 F:      drivers/clocksource/cadence_ttc_timer.c
1722 F:      drivers/i2c/busses/i2c-cadence.c
1723 F:      drivers/mmc/host/sdhci-of-arasan.c
1724 F:      drivers/edac/synopsys_edac.c
1725
1726 ARM SMMU DRIVERS
1727 M:      Will Deacon <will.deacon@arm.com>
1728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1729 S:      Maintained
1730 F:      drivers/iommu/arm-smmu.c
1731 F:      drivers/iommu/arm-smmu-v3.c
1732 F:      drivers/iommu/io-pgtable-arm.c
1733
1734 ARM64 PORT (AARCH64 ARCHITECTURE)
1735 M:      Catalin Marinas <catalin.marinas@arm.com>
1736 M:      Will Deacon <will.deacon@arm.com>
1737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 S:      Maintained
1739 F:      arch/arm64/
1740 F:      Documentation/arm64/
1741
1742 AS3645A LED FLASH CONTROLLER DRIVER
1743 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1744 L:      linux-media@vger.kernel.org
1745 T:      git git://linuxtv.org/media_tree.git
1746 S:      Maintained
1747 F:      drivers/media/i2c/as3645a.c
1748 F:      include/media/as3645a.h
1749
1750 ASC7621 HARDWARE MONITOR DRIVER
1751 M:      George Joseph <george.joseph@fairview5.com>
1752 L:      lm-sensors@lm-sensors.org
1753 S:      Maintained
1754 F:      Documentation/hwmon/asc7621
1755 F:      drivers/hwmon/asc7621.c
1756
1757 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1758 M:      Corentin Chary <corentin.chary@gmail.com>
1759 L:      acpi4asus-user@lists.sourceforge.net
1760 L:      platform-driver-x86@vger.kernel.org
1761 W:      http://acpi4asus.sf.net
1762 S:      Maintained
1763 F:      drivers/platform/x86/asus*.c
1764 F:      drivers/platform/x86/eeepc*.c
1765
1766 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1767 R:      Dan Williams <dan.j.williams@intel.com>
1768 W:      http://sourceforge.net/projects/xscaleiop
1769 S:      Odd fixes
1770 F:      Documentation/crypto/async-tx-api.txt
1771 F:      crypto/async_tx/
1772 F:      drivers/dma/
1773 F:      include/linux/dmaengine.h
1774 F:      include/linux/async_tx.h
1775
1776 AT24 EEPROM DRIVER
1777 M:      Wolfram Sang <wsa@the-dreams.de>
1778 L:      linux-i2c@vger.kernel.org
1779 S:      Maintained
1780 F:      drivers/misc/eeprom/at24.c
1781 F:      include/linux/platform_data/at24.h
1782
1783 ATA OVER ETHERNET (AOE) DRIVER
1784 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1785 W:      http://www.openaoe.org/
1786 S:      Supported
1787 F:      Documentation/aoe/
1788 F:      drivers/block/aoe/
1789
1790 ATHEROS ATH GENERIC UTILITIES
1791 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1792 L:      linux-wireless@vger.kernel.org
1793 S:      Supported
1794 F:      drivers/net/wireless/ath/*
1795
1796 ATHEROS ATH5K WIRELESS DRIVER
1797 M:      Jiri Slaby <jirislaby@gmail.com>
1798 M:      Nick Kossifidis <mickflemm@gmail.com>
1799 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1800 L:      linux-wireless@vger.kernel.org
1801 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1802 S:      Maintained
1803 F:      drivers/net/wireless/ath/ath5k/
1804
1805 ATHEROS ATH6KL WIRELESS DRIVER
1806 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1807 L:      linux-wireless@vger.kernel.org
1808 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1809 T:      git git://github.com/kvalo/ath.git
1810 S:      Supported
1811 F:      drivers/net/wireless/ath/ath6kl/
1812
1813 WILOCITY WIL6210 WIRELESS DRIVER
1814 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1815 L:      linux-wireless@vger.kernel.org
1816 L:      wil6210@qca.qualcomm.com
1817 S:      Supported
1818 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1819 F:      drivers/net/wireless/ath/wil6210/
1820 F:      include/uapi/linux/wil6210_uapi.h
1821
1822 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1823 M:      Christian Lamparter <chunkeey@googlemail.com>
1824 L:      linux-wireless@vger.kernel.org
1825 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1826 S:      Maintained
1827 F:      drivers/net/wireless/ath/carl9170/
1828
1829 ATK0110 HWMON DRIVER
1830 M:      Luca Tettamanti <kronos.it@gmail.com>
1831 L:      lm-sensors@lm-sensors.org
1832 S:      Maintained
1833 F:      drivers/hwmon/asus_atk0110.c
1834
1835 ATI_REMOTE2 DRIVER
1836 M:      Ville Syrjala <syrjala@sci.fi>
1837 S:      Maintained
1838 F:      drivers/input/misc/ati_remote2.c
1839
1840 ATLX ETHERNET DRIVERS
1841 M:      Jay Cliburn <jcliburn@gmail.com>
1842 M:      Chris Snook <chris.snook@gmail.com>
1843 L:      netdev@vger.kernel.org
1844 W:      http://sourceforge.net/projects/atl1
1845 W:      http://atl1.sourceforge.net
1846 S:      Maintained
1847 F:      drivers/net/ethernet/atheros/
1848
1849 ATM
1850 M:      Chas Williams <3chas3@gmail.com>
1851 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1852 L:      netdev@vger.kernel.org
1853 W:      http://linux-atm.sourceforge.net
1854 S:      Maintained
1855 F:      drivers/atm/
1856 F:      include/linux/atm*
1857 F:      include/uapi/linux/atm*
1858
1859 ATMEL AT91 / AT32 MCI DRIVER
1860 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1861 S:      Maintained
1862 F:      drivers/mmc/host/atmel-mci.c
1863 F:      drivers/mmc/host/atmel-mci-regs.h
1864
1865 ATMEL AT91 / AT32 SERIAL DRIVER
1866 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1867 S:      Supported
1868 F:      drivers/tty/serial/atmel_serial.c
1869
1870 ATMEL Audio ALSA driver
1871 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1872 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1873 S:      Supported
1874 F:      sound/soc/atmel
1875
1876 ATMEL DMA DRIVER
1877 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1879 S:      Supported
1880 F:      drivers/dma/at_hdmac.c
1881 F:      drivers/dma/at_hdmac_regs.h
1882 F:      include/linux/platform_data/dma-atmel.h
1883
1884 ATMEL XDMA DRIVER
1885 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1886 L:      linux-arm-kernel@lists.infradead.org
1887 L:      dmaengine@vger.kernel.org
1888 S:      Supported
1889 F:      drivers/dma/at_xdmac.c
1890
1891 ATMEL I2C DRIVER
1892 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1893 L:      linux-i2c@vger.kernel.org
1894 S:      Supported
1895 F:      drivers/i2c/busses/i2c-at91.c
1896
1897 ATMEL ISI DRIVER
1898 M:      Josh Wu <josh.wu@atmel.com>
1899 L:      linux-media@vger.kernel.org
1900 S:      Supported
1901 F:      drivers/media/platform/soc_camera/atmel-isi.c
1902 F:      include/media/atmel-isi.h
1903
1904 ATMEL LCDFB DRIVER
1905 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1906 L:      linux-fbdev@vger.kernel.org
1907 S:      Maintained
1908 F:      drivers/video/fbdev/atmel_lcdfb.c
1909 F:      include/video/atmel_lcdc.h
1910
1911 ATMEL MACB ETHERNET DRIVER
1912 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1913 S:      Supported
1914 F:      drivers/net/ethernet/cadence/
1915
1916 ATMEL NAND DRIVER
1917 M:      Josh Wu <josh.wu@atmel.com>
1918 L:      linux-mtd@lists.infradead.org
1919 S:      Supported
1920 F:      drivers/mtd/nand/atmel_nand*
1921
1922 ATMEL SDMMC DRIVER
1923 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1924 L:      linux-mmc@vger.kernel.org
1925 S:      Supported
1926 F:      drivers/mmc/host/sdhci-of-at91.c
1927
1928 ATMEL SPI DRIVER
1929 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1930 S:      Supported
1931 F:      drivers/spi/spi-atmel.*
1932
1933 ATMEL SSC DRIVER
1934 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1936 S:      Supported
1937 F:      drivers/misc/atmel-ssc.c
1938 F:      include/linux/atmel-ssc.h
1939
1940 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1941 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1943 S:      Supported
1944 F:      drivers/misc/atmel_tclib.c
1945 F:      drivers/clocksource/tcb_clksrc.c
1946
1947 ATMEL USBA UDC DRIVER
1948 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1950 S:      Supported
1951 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1952
1953 ATMEL WIRELESS DRIVER
1954 M:      Simon Kelley <simon@thekelleys.org.uk>
1955 L:      linux-wireless@vger.kernel.org
1956 W:      http://www.thekelleys.org.uk/atmel
1957 W:      http://atmelwlandriver.sourceforge.net/
1958 S:      Maintained
1959 F:      drivers/net/wireless/atmel*
1960
1961 ATMEL MAXTOUCH DRIVER
1962 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1963 T:      git git://github.com/atmel-maxtouch/linux.git
1964 S:      Supported
1965 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1966 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1967 F:      include/linux/platform_data/atmel_mxt_ts.h
1968
1969 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1970 M:      Bradley Grove <linuxdrivers@attotech.com>
1971 L:      linux-scsi@vger.kernel.org
1972 W:      http://www.attotech.com
1973 S:      Supported
1974 F:      drivers/scsi/esas2r
1975
1976 ATUSB IEEE 802.15.4 RADIO DRIVER
1977 M:      Stefan Schmidt <stefan@osg.samsung.com>
1978 L:      linux-wpan@vger.kernel.org
1979 S:      Maintained
1980 F:      drivers/net/ieee802154/atusb.c
1981 F:      drivers/net/ieee802154/atusb.h
1982 F:      drivers/net/ieee802154/at86rf230.h
1983
1984 AUDIT SUBSYSTEM
1985 M:      Paul Moore <paul@paul-moore.com>
1986 M:      Eric Paris <eparis@redhat.com>
1987 L:      linux-audit@redhat.com (moderated for non-subscribers)
1988 W:      http://people.redhat.com/sgrubb/audit/
1989 T:      git git://git.infradead.org/users/pcmoore/audit
1990 S:      Maintained
1991 F:      include/linux/audit.h
1992 F:      include/uapi/linux/audit.h
1993 F:      kernel/audit*
1994
1995 AUXILIARY DISPLAY DRIVERS
1996 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1997 W:      http://miguelojeda.es/auxdisplay.htm
1998 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1999 S:      Maintained
2000 F:      drivers/auxdisplay/
2001 F:      include/linux/cfag12864b.h
2002
2003 AVR32 ARCHITECTURE
2004 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2005 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2006 W:      http://www.atmel.com/products/AVR32/
2007 W:      http://mirror.egtvedt.no/avr32linux.org/
2008 W:      http://avrfreaks.net/
2009 S:      Maintained
2010 F:      arch/avr32/
2011
2012 AVR32/AT32AP MACHINE SUPPORT
2013 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2014 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2015 S:      Maintained
2016 F:      arch/avr32/mach-at32ap/
2017
2018 AX.25 NETWORK LAYER
2019 M:      Ralf Baechle <ralf@linux-mips.org>
2020 L:      linux-hams@vger.kernel.org
2021 W:      http://www.linux-ax25.org/
2022 S:      Maintained
2023 F:      include/uapi/linux/ax25.h
2024 F:      include/net/ax25.h
2025 F:      net/ax25/
2026
2027 AZ6007 DVB DRIVER
2028 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2029 L:      linux-media@vger.kernel.org
2030 W:      http://linuxtv.org
2031 T:      git git://linuxtv.org/media_tree.git
2032 S:      Maintained
2033 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2034
2035 AZTECH FM RADIO RECEIVER DRIVER
2036 M:      Hans Verkuil <hverkuil@xs4all.nl>
2037 L:      linux-media@vger.kernel.org
2038 T:      git git://linuxtv.org/media_tree.git
2039 W:      http://linuxtv.org
2040 S:      Maintained
2041 F:      drivers/media/radio/radio-aztech*
2042
2043 B43 WIRELESS DRIVER
2044 L:      linux-wireless@vger.kernel.org
2045 L:      b43-dev@lists.infradead.org
2046 W:      http://wireless.kernel.org/en/users/Drivers/b43
2047 S:      Odd Fixes
2048 F:      drivers/net/wireless/b43/
2049
2050 B43LEGACY WIRELESS DRIVER
2051 M:      Larry Finger <Larry.Finger@lwfinger.net>
2052 L:      linux-wireless@vger.kernel.org
2053 L:      b43-dev@lists.infradead.org
2054 W:      http://wireless.kernel.org/en/users/Drivers/b43
2055 S:      Maintained
2056 F:      drivers/net/wireless/b43legacy/
2057
2058 BACKLIGHT CLASS/SUBSYSTEM
2059 M:      Jingoo Han <jingoohan1@gmail.com>
2060 M:      Lee Jones <lee.jones@linaro.org>
2061 S:      Maintained
2062 F:      drivers/video/backlight/
2063 F:      include/linux/backlight.h
2064
2065 BATMAN ADVANCED
2066 M:      Marek Lindner <mareklindner@neomailbox.ch>
2067 M:      Simon Wunderlich <sw@simonwunderlich.de>
2068 M:      Antonio Quartulli <antonio@meshcoding.com>
2069 L:      b.a.t.m.a.n@lists.open-mesh.org
2070 W:      http://www.open-mesh.org/
2071 S:      Maintained
2072 F:      net/batman-adv/
2073
2074 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2075 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2076 L:      linux-hams@vger.kernel.org
2077 W:      http://www.baycom.org/~tom/ham/ham.html
2078 S:      Maintained
2079 F:      drivers/net/hamradio/baycom*
2080
2081 BCACHE (BLOCK LAYER CACHE)
2082 M:      Kent Overstreet <kent.overstreet@gmail.com>
2083 L:      linux-bcache@vger.kernel.org
2084 W:      http://bcache.evilpiepirate.org
2085 S:      Maintained
2086 F:      drivers/md/bcache/
2087
2088 BDISP ST MEDIA DRIVER
2089 M:      Fabien Dessenne <fabien.dessenne@st.com>
2090 L:      linux-media@vger.kernel.org
2091 T:      git git://linuxtv.org/media_tree.git
2092 W:      http://linuxtv.org
2093 S:      Supported
2094 F:      drivers/media/platform/sti/bdisp
2095
2096 BEFS FILE SYSTEM
2097 S:      Orphan
2098 F:      Documentation/filesystems/befs.txt
2099 F:      fs/befs/
2100
2101 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2102 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2103 L:      netdev@vger.kernel.org
2104 S:      Maintained
2105 F:      drivers/net/ethernet/ec_bhf.c
2106
2107 BFS FILE SYSTEM
2108 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2109 S:      Maintained
2110 F:      Documentation/filesystems/bfs.txt
2111 F:      fs/bfs/
2112 F:      include/uapi/linux/bfs_fs.h
2113
2114 BLACKFIN ARCHITECTURE
2115 M:      Steven Miao <realmz6@gmail.com>
2116 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2117 T:      git git://git.code.sf.net/p/adi-linux/code
2118 W:      http://blackfin.uclinux.org
2119 S:      Supported
2120 F:      arch/blackfin/
2121
2122 BLACKFIN EMAC DRIVER
2123 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2124 W:      http://blackfin.uclinux.org
2125 S:      Supported
2126 F:      drivers/net/ethernet/adi/
2127
2128 BLACKFIN RTC 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/rtc/rtc-bfin.c
2133
2134 BLACKFIN SDH 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/mmc/host/bfin_sdh.c
2140
2141 BLACKFIN SERIAL DRIVER
2142 M:      Sonic Zhang <sonic.zhang@analog.com>
2143 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2144 W:      http://blackfin.uclinux.org
2145 S:      Supported
2146 F:      drivers/tty/serial/bfin_uart.c
2147
2148 BLACKFIN WATCHDOG DRIVER
2149 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2150 W:      http://blackfin.uclinux.org
2151 S:      Supported
2152 F:      drivers/watchdog/bfin_wdt.c
2153
2154 BLACKFIN I2C TWI DRIVER
2155 M:      Sonic Zhang <sonic.zhang@analog.com>
2156 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2157 W:      http://blackfin.uclinux.org/
2158 S:      Supported
2159 F:      drivers/i2c/busses/i2c-bfin-twi.c
2160
2161 BLACKFIN MEDIA DRIVER
2162 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2163 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2164 W:      http://blackfin.uclinux.org/
2165 S:      Supported
2166 F:      drivers/media/platform/blackfin/
2167 F:      drivers/media/i2c/adv7183*
2168 F:      drivers/media/i2c/vs6624*
2169
2170 BLINKM RGB LED DRIVER
2171 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2172 S:      Maintained
2173 F:      drivers/leds/leds-blinkm.c
2174
2175 BLOCK LAYER
2176 M:      Jens Axboe <axboe@kernel.dk>
2177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2178 S:      Maintained
2179 F:      block/
2180 F:      kernel/trace/blktrace.c
2181
2182 BLOCK2MTD DRIVER
2183 M:      Joern Engel <joern@lazybastard.org>
2184 L:      linux-mtd@lists.infradead.org
2185 S:      Maintained
2186 F:      drivers/mtd/devices/block2mtd.c
2187
2188 BLUETOOTH DRIVERS
2189 M:      Marcel Holtmann <marcel@holtmann.org>
2190 M:      Gustavo Padovan <gustavo@padovan.org>
2191 M:      Johan Hedberg <johan.hedberg@gmail.com>
2192 L:      linux-bluetooth@vger.kernel.org
2193 W:      http://www.bluez.org/
2194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2196 S:      Maintained
2197 F:      drivers/bluetooth/
2198
2199 BLUETOOTH SUBSYSTEM
2200 M:      Marcel Holtmann <marcel@holtmann.org>
2201 M:      Gustavo Padovan <gustavo@padovan.org>
2202 M:      Johan Hedberg <johan.hedberg@gmail.com>
2203 L:      linux-bluetooth@vger.kernel.org
2204 W:      http://www.bluez.org/
2205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2207 S:      Maintained
2208 F:      net/bluetooth/
2209 F:      include/net/bluetooth/
2210
2211 BONDING DRIVER
2212 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2213 M:      Veaceslav Falico <vfalico@gmail.com>
2214 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2215 L:      netdev@vger.kernel.org
2216 W:      http://sourceforge.net/projects/bonding/
2217 S:      Supported
2218 F:      drivers/net/bonding/
2219 F:      include/uapi/linux/if_bonding.h
2220
2221 BPF (Safe dynamic programs and tools)
2222 M:      Alexei Starovoitov <ast@kernel.org>
2223 L:      netdev@vger.kernel.org
2224 L:      linux-kernel@vger.kernel.org
2225 S:      Supported
2226 F:      kernel/bpf/
2227
2228 BROADCOM B44 10/100 ETHERNET DRIVER
2229 M:      Gary Zambrano <zambrano@broadcom.com>
2230 L:      netdev@vger.kernel.org
2231 S:      Supported
2232 F:      drivers/net/ethernet/broadcom/b44.*
2233
2234 BROADCOM GENET ETHERNET DRIVER
2235 M:      Florian Fainelli <f.fainelli@gmail.com>
2236 L:      netdev@vger.kernel.org
2237 S:      Supported
2238 F:      drivers/net/ethernet/broadcom/genet/
2239
2240 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2241 M:      Sony Chacko <sony.chacko@qlogic.com>
2242 M:      Dept-HSGLinuxNICDev@qlogic.com
2243 L:      netdev@vger.kernel.org
2244 S:      Supported
2245 F:      drivers/net/ethernet/broadcom/bnx2.*
2246 F:      drivers/net/ethernet/broadcom/bnx2_*
2247
2248 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2249 M:      Ariel Elior <ariel.elior@qlogic.com>
2250 L:      netdev@vger.kernel.org
2251 S:      Supported
2252 F:      drivers/net/ethernet/broadcom/bnx2x/
2253
2254 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2255 M:      Florian Fainelli <f.fainelli@gmail.com>
2256 M:      Ray Jui <rjui@broadcom.com>
2257 M:      Scott Branden <sbranden@broadcom.com>
2258 L:      bcm-kernel-feedback-list@broadcom.com
2259 T:      git git://github.com/broadcom/mach-bcm
2260 S:      Maintained
2261 F:      arch/arm/mach-bcm/
2262 F:      arch/arm/boot/dts/bcm113*
2263 F:      arch/arm/boot/dts/bcm216*
2264 F:      arch/arm/boot/dts/bcm281*
2265 F:      arch/arm/configs/bcm_defconfig
2266 F:      drivers/mmc/host/sdhci-bcm-kona.c
2267 F:      drivers/clocksource/bcm_kona_timer.c
2268
2269 BROADCOM BCM2835 ARM ARCHITECTURE
2270 M:      Stephen Warren <swarren@wwwdotorg.org>
2271 M:      Lee Jones <lee@kernel.org>
2272 M:      Eric Anholt <eric@anholt.net>
2273 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2276 S:      Maintained
2277 N:      bcm2835
2278
2279 BROADCOM BCM33XX MIPS ARCHITECTURE
2280 M:      Kevin Cernekee <cernekee@gmail.com>
2281 L:      linux-mips@linux-mips.org
2282 S:      Maintained
2283 F:      arch/mips/bcm3384/*
2284 F:      arch/mips/include/asm/mach-bcm3384/*
2285 F:      arch/mips/kernel/*bmips*
2286
2287 BROADCOM BCM47XX MIPS ARCHITECTURE
2288 M:      Hauke Mehrtens <hauke@hauke-m.de>
2289 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2290 L:      linux-mips@linux-mips.org
2291 S:      Maintained
2292 F:      arch/mips/bcm47xx/*
2293 F:      arch/mips/include/asm/mach-bcm47xx/*
2294
2295 BROADCOM BCM5301X ARM ARCHITECTURE
2296 M:      Hauke Mehrtens <hauke@hauke-m.de>
2297 L:      linux-arm-kernel@lists.infradead.org
2298 S:      Maintained
2299 F:      arch/arm/mach-bcm/bcm_5301x.c
2300 F:      arch/arm/boot/dts/bcm5301x.dtsi
2301 F:      arch/arm/boot/dts/bcm470*
2302
2303 BROADCOM BCM63XX ARM ARCHITECTURE
2304 M:      Florian Fainelli <f.fainelli@gmail.com>
2305 L:      linux-arm-kernel@lists.infradead.org
2306 T:      git git://github.com/broadcom/arm-bcm63xx.git
2307 S:      Maintained
2308 F:      arch/arm/mach-bcm/bcm63xx.c
2309 F:      arch/arm/include/debug/bcm63xx.S
2310
2311 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2312 M:      Kevin Cernekee <cernekee@gmail.com>
2313 L:      linux-usb@vger.kernel.org
2314 S:      Maintained
2315 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2316
2317 BROADCOM BCM7XXX ARM ARCHITECTURE
2318 M:      Brian Norris <computersforpeace@gmail.com>
2319 M:      Gregory Fong <gregory.0xf0@gmail.com>
2320 M:      Florian Fainelli <f.fainelli@gmail.com>
2321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2322 T:      git git://github.com/broadcom/stblinux.git
2323 S:      Maintained
2324 F:      arch/arm/mach-bcm/*brcmstb*
2325 F:      arch/arm/boot/dts/bcm7*.dts*
2326 F:      drivers/bus/brcmstb_gisb.c
2327 N:      brcmstb
2328
2329 BROADCOM BMIPS MIPS ARCHITECTURE
2330 M:      Kevin Cernekee <cernekee@gmail.com>
2331 M:      Florian Fainelli <f.fainelli@gmail.com>
2332 L:      linux-mips@linux-mips.org
2333 T:      git git://github.com/broadcom/stblinux.git
2334 S:      Maintained
2335 F:      arch/mips/bmips/*
2336 F:      arch/mips/include/asm/mach-bmips/*
2337 F:      arch/mips/kernel/*bmips*
2338 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2339 F:      drivers/irqchip/irq-bcm7*
2340 F:      drivers/irqchip/irq-brcmstb*
2341
2342 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2343 M:      Prashant Sreedharan <prashant@broadcom.com>
2344 M:      Michael Chan <mchan@broadcom.com>
2345 L:      netdev@vger.kernel.org
2346 S:      Supported
2347 F:      drivers/net/ethernet/broadcom/tg3.*
2348
2349 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2350 M:      Brett Rudley <brudley@broadcom.com>
2351 M:      Arend van Spriel <arend@broadcom.com>
2352 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2353 M:      Hante Meuleman <meuleman@broadcom.com>
2354 L:      linux-wireless@vger.kernel.org
2355 L:      brcm80211-dev-list@broadcom.com
2356 S:      Supported
2357 F:      drivers/net/wireless/brcm80211/
2358
2359 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2360 M:      QLogic-Storage-Upstream@qlogic.com
2361 L:      linux-scsi@vger.kernel.org
2362 S:      Supported
2363 F:      drivers/scsi/bnx2fc/
2364
2365 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2366 M:      QLogic-Storage-Upstream@qlogic.com
2367 L:      linux-scsi@vger.kernel.org
2368 S:      Supported
2369 F:      drivers/scsi/bnx2i/
2370
2371 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2372 M:      Ray Jui <rjui@broadcom.com>
2373 M:      Scott Branden <sbranden@broadcom.com>
2374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2375 L:      bcm-kernel-feedback-list@broadcom.com
2376 T:      git git://github.com/broadcom/cygnus-linux.git
2377 S:      Maintained
2378 N:      iproc
2379 N:      cygnus
2380 N:      bcm9113*
2381 N:      bcm9583*
2382 N:      bcm583*
2383 N:      bcm113*
2384
2385 BROADCOM BRCMSTB GPIO DRIVER
2386 M:      Gregory Fong <gregory.0xf0@gmail.com>
2387 L:      bcm-kernel-feedback-list@broadcom.com>
2388 S:      Supported
2389 F:      drivers/gpio/gpio-brcmstb.c
2390 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2391
2392 BROADCOM KONA GPIO DRIVER
2393 M:      Ray Jui <rjui@broadcom.com>
2394 L:      bcm-kernel-feedback-list@broadcom.com
2395 S:      Supported
2396 F:      drivers/gpio/gpio-bcm-kona.c
2397 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2398
2399 BROADCOM NVRAM DRIVER
2400 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2401 L:      linux-mips@linux-mips.org
2402 S:      Maintained
2403 F:      drivers/firmware/broadcom/*
2404
2405 BROADCOM STB NAND FLASH DRIVER
2406 M:      Brian Norris <computersforpeace@gmail.com>
2407 L:      linux-mtd@lists.infradead.org
2408 S:      Maintained
2409 F:      drivers/mtd/nand/brcmnand/
2410
2411 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2412 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2413 L:      linux-wireless@vger.kernel.org
2414 S:      Maintained
2415 F:      drivers/bcma/
2416 F:      include/linux/bcma/
2417
2418 BROADCOM SYSTEMPORT ETHERNET DRIVER
2419 M:      Florian Fainelli <f.fainelli@gmail.com>
2420 L:      netdev@vger.kernel.org
2421 S:      Supported
2422 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2423
2424 BROCADE BFA FC SCSI DRIVER
2425 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2426 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2427 L:      linux-scsi@vger.kernel.org
2428 S:      Supported
2429 F:      drivers/scsi/bfa/
2430
2431 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2432 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2433 L:      netdev@vger.kernel.org
2434 S:      Supported
2435 F:      drivers/net/ethernet/brocade/bna/
2436
2437 BSG (block layer generic sg v4 driver)
2438 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2439 L:      linux-scsi@vger.kernel.org
2440 S:      Supported
2441 F:      block/bsg.c
2442 F:      include/linux/bsg.h
2443 F:      include/uapi/linux/bsg.h
2444
2445 BT87X AUDIO DRIVER
2446 M:      Clemens Ladisch <clemens@ladisch.de>
2447 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2448 T:      git git://git.alsa-project.org/alsa-kernel.git
2449 S:      Maintained
2450 F:      Documentation/sound/alsa/Bt87x.txt
2451 F:      sound/pci/bt87x.c
2452
2453 BT8XXGPIO DRIVER
2454 M:      Michael Buesch <m@bues.ch>
2455 W:      http://bu3sch.de/btgpio.php
2456 S:      Maintained
2457 F:      drivers/gpio/gpio-bt8xx.c
2458
2459 BTRFS FILE SYSTEM
2460 M:      Chris Mason <clm@fb.com>
2461 M:      Josef Bacik <jbacik@fb.com>
2462 M:      David Sterba <dsterba@suse.com>
2463 L:      linux-btrfs@vger.kernel.org
2464 W:      http://btrfs.wiki.kernel.org/
2465 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2467 S:      Maintained
2468 F:      Documentation/filesystems/btrfs.txt
2469 F:      fs/btrfs/
2470
2471 BTTV VIDEO4LINUX DRIVER
2472 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2473 L:      linux-media@vger.kernel.org
2474 W:      http://linuxtv.org
2475 T:      git git://linuxtv.org/media_tree.git
2476 S:      Odd fixes
2477 F:      Documentation/video4linux/bttv/
2478 F:      drivers/media/pci/bt8xx/bttv*
2479
2480 BUSLOGIC SCSI DRIVER
2481 M:      Khalid Aziz <khalid@gonehiking.org>
2482 L:      linux-scsi@vger.kernel.org
2483 S:      Maintained
2484 F:      drivers/scsi/BusLogic.*
2485 F:      drivers/scsi/FlashPoint.*
2486
2487 C-MEDIA CMI8788 DRIVER
2488 M:      Clemens Ladisch <clemens@ladisch.de>
2489 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2490 T:      git git://git.alsa-project.org/alsa-kernel.git
2491 S:      Maintained
2492 F:      sound/pci/oxygen/
2493
2494 C6X ARCHITECTURE
2495 M:      Mark Salter <msalter@redhat.com>
2496 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2497 L:      linux-c6x-dev@linux-c6x.org
2498 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2499 S:      Maintained
2500 F:      arch/c6x/
2501
2502 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2503 M:      David Howells <dhowells@redhat.com>
2504 L:      linux-cachefs@redhat.com
2505 S:      Supported
2506 F:      Documentation/filesystems/caching/cachefiles.txt
2507 F:      fs/cachefiles/
2508
2509 CADET FM/AM RADIO RECEIVER DRIVER
2510 M:      Hans Verkuil <hverkuil@xs4all.nl>
2511 L:      linux-media@vger.kernel.org
2512 T:      git git://linuxtv.org/media_tree.git
2513 W:      http://linuxtv.org
2514 S:      Maintained
2515 F:      drivers/media/radio/radio-cadet*
2516
2517 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2518 M:      Jonathan Corbet <corbet@lwn.net>
2519 L:      linux-media@vger.kernel.org
2520 T:      git git://linuxtv.org/media_tree.git
2521 S:      Maintained
2522 F:      Documentation/video4linux/cafe_ccic
2523 F:      drivers/media/platform/marvell-ccic/
2524
2525 CAIF NETWORK LAYER
2526 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2527 L:      netdev@vger.kernel.org
2528 S:      Supported
2529 F:      Documentation/networking/caif/
2530 F:      drivers/net/caif/
2531 F:      include/uapi/linux/caif/
2532 F:      include/net/caif/
2533 F:      net/caif/
2534
2535 CALGARY x86-64 IOMMU
2536 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2537 M:      "Jon D. Mason" <jdmason@kudzu.us>
2538 L:      discuss@x86-64.org
2539 S:      Maintained
2540 F:      arch/x86/kernel/pci-calgary_64.c
2541 F:      arch/x86/kernel/tce_64.c
2542 F:      arch/x86/include/asm/calgary.h
2543 F:      arch/x86/include/asm/tce.h
2544
2545 CAN NETWORK LAYER
2546 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2547 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2548 L:      linux-can@vger.kernel.org
2549 W:      https://github.com/linux-can
2550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2552 S:      Maintained
2553 F:      Documentation/networking/can.txt
2554 F:      net/can/
2555 F:      include/linux/can/core.h
2556 F:      include/uapi/linux/can.h
2557 F:      include/uapi/linux/can/bcm.h
2558 F:      include/uapi/linux/can/raw.h
2559 F:      include/uapi/linux/can/gw.h
2560
2561 CAN NETWORK DRIVERS
2562 M:      Wolfgang Grandegger <wg@grandegger.com>
2563 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2564 L:      linux-can@vger.kernel.org
2565 W:      https://github.com/linux-can
2566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2568 S:      Maintained
2569 F:      drivers/net/can/
2570 F:      include/linux/can/dev.h
2571 F:      include/linux/can/platform/
2572 F:      include/uapi/linux/can/error.h
2573 F:      include/uapi/linux/can/netlink.h
2574
2575 CAPABILITIES
2576 M:      Serge Hallyn <serge.hallyn@canonical.com>
2577 L:      linux-security-module@vger.kernel.org
2578 S:      Supported
2579 F:      include/linux/capability.h
2580 F:      include/uapi/linux/capability.h
2581 F:      security/commoncap.c
2582 F:      kernel/capability.c
2583
2584 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2585 M:      Kevin Tsai <ktsai@capellamicro.com>
2586 S:      Maintained
2587 F:      drivers/iio/light/cm*
2588 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2589
2590 CAVIUM LIQUIDIO NETWORK DRIVER
2591 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2592 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2593 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2594 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2595 L:     netdev@vger.kernel.org
2596 W:     http://www.cavium.com
2597 S:     Supported
2598 F:     drivers/net/ethernet/cavium/liquidio/
2599
2600 CC2520 IEEE-802.15.4 RADIO DRIVER
2601 M:      Varka Bhadram <varkabhadram@gmail.com>
2602 L:      linux-wpan@vger.kernel.org
2603 S:      Maintained
2604 F:      drivers/net/ieee802154/cc2520.c
2605 F:      include/linux/spi/cc2520.h
2606 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2607
2608 CELL BROADBAND ENGINE ARCHITECTURE
2609 M:      Arnd Bergmann <arnd@arndb.de>
2610 L:      linuxppc-dev@lists.ozlabs.org
2611 W:      http://www.ibm.com/developerworks/power/cell/
2612 S:      Supported
2613 F:      arch/powerpc/include/asm/cell*.h
2614 F:      arch/powerpc/include/asm/spu*.h
2615 F:      arch/powerpc/include/uapi/asm/spu*.h
2616 F:      arch/powerpc/oprofile/*cell*
2617 F:      arch/powerpc/platforms/cell/
2618
2619 CEPH COMMON CODE (LIBCEPH)
2620 M:      Ilya Dryomov <idryomov@gmail.com>
2621 M:      "Yan, Zheng" <zyan@redhat.com>
2622 M:      Sage Weil <sage@redhat.com>
2623 L:      ceph-devel@vger.kernel.org
2624 W:      http://ceph.com/
2625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2626 T:      git git://github.com/ceph/ceph-client.git
2627 S:      Supported
2628 F:      net/ceph/
2629 F:      include/linux/ceph/
2630 F:      include/linux/crush/
2631
2632 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2633 M:      "Yan, Zheng" <zyan@redhat.com>
2634 M:      Sage Weil <sage@redhat.com>
2635 M:      Ilya Dryomov <idryomov@gmail.com>
2636 L:      ceph-devel@vger.kernel.org
2637 W:      http://ceph.com/
2638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2639 T:      git git://github.com/ceph/ceph-client.git
2640 S:      Supported
2641 F:      Documentation/filesystems/ceph.txt
2642 F:      fs/ceph/
2643
2644 CERTIFICATE HANDLING:
2645 M:      David Howells <dhowells@redhat.com>
2646 M:      David Woodhouse <dwmw2@infradead.org>
2647 L:      keyrings@linux-nfs.org
2648 S:      Maintained
2649 F:      Documentation/module-signing.txt
2650 F:      certs/
2651 F:      scripts/extract-cert.c
2652
2653 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2654 L:      linux-usb@vger.kernel.org
2655 S:      Orphan
2656 F:      Documentation/usb/WUSB-Design-overview.txt
2657 F:      Documentation/usb/wusb-cbaf
2658 F:      drivers/usb/host/hwa-hc.c
2659 F:      drivers/usb/host/whci/
2660 F:      drivers/usb/wusbcore/
2661 F:      include/linux/usb/wusb*
2662
2663 CFAG12864B LCD DRIVER
2664 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2665 W:      http://miguelojeda.es/auxdisplay.htm
2666 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2667 S:      Maintained
2668 F:      drivers/auxdisplay/cfag12864b.c
2669 F:      include/linux/cfag12864b.h
2670
2671 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2672 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2673 W:      http://miguelojeda.es/auxdisplay.htm
2674 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2675 S:      Maintained
2676 F:      drivers/auxdisplay/cfag12864bfb.c
2677 F:      include/linux/cfag12864b.h
2678
2679 CFG80211 and NL80211
2680 M:      Johannes Berg <johannes@sipsolutions.net>
2681 L:      linux-wireless@vger.kernel.org
2682 W:      http://wireless.kernel.org/
2683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2685 S:      Maintained
2686 F:      include/uapi/linux/nl80211.h
2687 F:      include/net/cfg80211.h
2688 F:      net/wireless/*
2689 X:      net/wireless/wext*
2690
2691 CHAR and MISC DRIVERS
2692 M:      Arnd Bergmann <arnd@arndb.de>
2693 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2695 S:      Supported
2696 F:      drivers/char/*
2697 F:      drivers/misc/*
2698 F:      include/linux/miscdevice.h
2699
2700 CHECKPATCH
2701 M:      Andy Whitcroft <apw@canonical.com>
2702 M:      Joe Perches <joe@perches.com>
2703 S:      Maintained
2704 F:      scripts/checkpatch.pl
2705
2706 CHINESE DOCUMENTATION
2707 M:      Harry Wei <harryxiyou@gmail.com>
2708 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2709 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2710 S:      Maintained
2711 F:      Documentation/zh_CN/
2712
2713 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2714 M:      Peter Chen <Peter.Chen@freescale.com>
2715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2716 L:      linux-usb@vger.kernel.org
2717 S:      Maintained
2718 F:      drivers/usb/chipidea/
2719
2720 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2721 M:      Hans de Goede <hdegoede@redhat.com>
2722 L:      linux-input@vger.kernel.org
2723 S:      Maintained
2724 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2725 F:      drivers/input/touchscreen/chipone_icn8318.c
2726
2727 CHROME HARDWARE PLATFORM SUPPORT
2728 M:      Olof Johansson <olof@lixom.net>
2729 S:      Maintained
2730 F:      drivers/platform/chrome/
2731
2732 CISCO VIC ETHERNET NIC DRIVER
2733 M:      Christian Benvenuti <benve@cisco.com>
2734 M:      Sujith Sankar <ssujith@cisco.com>
2735 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2736 M:      Neel Patel <neepatel@cisco.com>
2737 S:      Supported
2738 F:      drivers/net/ethernet/cisco/enic/
2739
2740 CISCO VIC LOW LATENCY NIC DRIVER
2741 M:      Upinder Malhi <umalhi@cisco.com>
2742 S:      Supported
2743 F:      drivers/infiniband/hw/usnic
2744
2745 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2746 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2747 L:      netdev@vger.kernel.org
2748 S:      Maintained
2749 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2750
2751 CIRRUS LOGIC AUDIO CODEC DRIVERS
2752 M:      Brian Austin <brian.austin@cirrus.com>
2753 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2754 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2755 S:      Maintained
2756 F:      sound/soc/codecs/cs*
2757
2758 CLEANCACHE API
2759 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2760 L:      linux-kernel@vger.kernel.org
2761 S:      Maintained
2762 F:      mm/cleancache.c
2763 F:      include/linux/cleancache.h
2764
2765 CLK API
2766 M:      Russell King <linux@arm.linux.org.uk>
2767 L:      linux-clk@vger.kernel.org
2768 S:      Maintained
2769 F:      include/linux/clk.h
2770
2771 CLOCKSOURCE, CLOCKEVENT DRIVERS
2772 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2773 M:      Thomas Gleixner <tglx@linutronix.de>
2774 L:      linux-kernel@vger.kernel.org
2775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2776 S:      Supported
2777 F:      drivers/clocksource
2778
2779 CISCO FCOE HBA DRIVER
2780 M:      Hiral Patel <hiralpat@cisco.com>
2781 M:      Suma Ramars <sramars@cisco.com>
2782 M:      Brian Uchino <buchino@cisco.com>
2783 L:      linux-scsi@vger.kernel.org
2784 S:      Supported
2785 F:      drivers/scsi/fnic/
2786
2787 CISCO SCSI HBA DRIVER
2788 M:      Narsimhulu Musini <nmusini@cisco.com>
2789 M:      Sesidhar Baddela <sebaddel@cisco.com>
2790 L:      linux-scsi@vger.kernel.org
2791 S:      Supported
2792 F:      drivers/scsi/snic/
2793
2794 CMPC ACPI DRIVER
2795 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2796 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2797 L:      platform-driver-x86@vger.kernel.org
2798 S:      Supported
2799 F:      drivers/platform/x86/classmate-laptop.c
2800
2801 COBALT MEDIA DRIVER
2802 M:      Hans Verkuil <hans.verkuil@cisco.com>
2803 L:      linux-media@vger.kernel.org
2804 T:      git git://linuxtv.org/media_tree.git
2805 W:      http://linuxtv.org
2806 S:      Supported
2807 F:      drivers/media/pci/cobalt/
2808
2809 COCCINELLE/Semantic Patches (SmPL)
2810 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2811 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2812 M:      Nicolas Palix <nicolas.palix@imag.fr>
2813 M:      Michal Marek <mmarek@suse.com>
2814 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2816 W:      http://coccinelle.lip6.fr/
2817 S:      Supported
2818 F:      Documentation/coccinelle.txt
2819 F:      scripts/coccinelle/
2820 F:      scripts/coccicheck
2821
2822 CODA FILE SYSTEM
2823 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2824 M:      coda@cs.cmu.edu
2825 L:      codalist@coda.cs.cmu.edu
2826 W:      http://www.coda.cs.cmu.edu/
2827 S:      Maintained
2828 F:      Documentation/filesystems/coda.txt
2829 F:      fs/coda/
2830 F:      include/linux/coda*.h
2831 F:      include/uapi/linux/coda*.h
2832
2833 CODA V4L2 MEM2MEM DRIVER
2834 M:      Philipp Zabel <p.zabel@pengutronix.de>
2835 L:      linux-media@vger.kernel.org
2836 S:      Maintained
2837 F:      Documentation/devicetree/bindings/media/coda.txt
2838 F:      drivers/media/platform/coda/
2839
2840 COMMON CLK FRAMEWORK
2841 M:      Michael Turquette <mturquette@baylibre.com>
2842 M:      Stephen Boyd <sboyd@codeaurora.org>
2843 L:      linux-clk@vger.kernel.org
2844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2845 S:      Maintained
2846 F:      drivers/clk/
2847 X:      drivers/clk/clkdev.c
2848 F:      include/linux/clk-pr*
2849 F:      include/linux/clk/
2850
2851 COMMON INTERNET FILE SYSTEM (CIFS)
2852 M:      Steve French <sfrench@samba.org>
2853 L:      linux-cifs@vger.kernel.org
2854 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2855 W:      http://linux-cifs.samba.org/
2856 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2857 S:      Supported
2858 F:      Documentation/filesystems/cifs/
2859 F:      fs/cifs/
2860
2861 COMPACTPCI HOTPLUG CORE
2862 M:      Scott Murray <scott@spiteful.org>
2863 L:      linux-pci@vger.kernel.org
2864 S:      Maintained
2865 F:      drivers/pci/hotplug/cpci_hotplug*
2866
2867 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2868 M:      Scott Murray <scott@spiteful.org>
2869 L:      linux-pci@vger.kernel.org
2870 S:      Maintained
2871 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2872
2873 COMPACTPCI HOTPLUG GENERIC DRIVER
2874 M:      Scott Murray <scott@spiteful.org>
2875 L:      linux-pci@vger.kernel.org
2876 S:      Maintained
2877 F:      drivers/pci/hotplug/cpcihp_generic.c
2878
2879 COMPAL LAPTOP SUPPORT
2880 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2881 L:      platform-driver-x86@vger.kernel.org
2882 S:      Maintained
2883 F:      drivers/platform/x86/compal-laptop.c
2884
2885 CONEXANT ACCESSRUNNER USB DRIVER
2886 M:      Simon Arlott <cxacru@fire.lp0.eu>
2887 L:      accessrunner-general@lists.sourceforge.net
2888 W:      http://accessrunner.sourceforge.net/
2889 S:      Maintained
2890 F:      drivers/usb/atm/cxacru.c
2891
2892 CONFIGFS
2893 M:      Joel Becker <jlbec@evilplan.org>
2894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2895 S:      Supported
2896 F:      fs/configfs/
2897 F:      include/linux/configfs.h
2898
2899 CONNECTOR
2900 M:      Evgeniy Polyakov <zbr@ioremap.net>
2901 L:      netdev@vger.kernel.org
2902 S:      Maintained
2903 F:      drivers/connector/
2904
2905 CONTROL GROUP (CGROUP)
2906 M:      Tejun Heo <tj@kernel.org>
2907 M:      Li Zefan <lizefan@huawei.com>
2908 M:      Johannes Weiner <hannes@cmpxchg.org>
2909 L:      cgroups@vger.kernel.org
2910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2911 S:      Maintained
2912 F:      Documentation/cgroups/
2913 F:      include/linux/cgroup*
2914 F:      kernel/cgroup*
2915
2916 CONTROL GROUP - CPUSET
2917 M:      Li Zefan <lizefan@huawei.com>
2918 L:      cgroups@vger.kernel.org
2919 W:      http://www.bullopensource.org/cpuset/
2920 W:      http://oss.sgi.com/projects/cpusets/
2921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2922 S:      Maintained
2923 F:      Documentation/cgroups/cpusets.txt
2924 F:      include/linux/cpuset.h
2925 F:      kernel/cpuset.c
2926
2927 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2928 M:      Johannes Weiner <hannes@cmpxchg.org>
2929 M:      Michal Hocko <mhocko@kernel.org>
2930 L:      cgroups@vger.kernel.org
2931 L:      linux-mm@kvack.org
2932 S:      Maintained
2933 F:      mm/memcontrol.c
2934 F:      mm/swap_cgroup.c
2935
2936 CORETEMP HARDWARE MONITORING DRIVER
2937 M:      Fenghua Yu <fenghua.yu@intel.com>
2938 L:      lm-sensors@lm-sensors.org
2939 S:      Maintained
2940 F:      Documentation/hwmon/coretemp
2941 F:      drivers/hwmon/coretemp.c
2942
2943 COSA/SRP SYNC SERIAL DRIVER
2944 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2945 W:      http://www.fi.muni.cz/~kas/cosa/
2946 S:      Maintained
2947 F:      drivers/net/wan/cosa*
2948
2949 CPMAC ETHERNET DRIVER
2950 M:      Florian Fainelli <florian@openwrt.org>
2951 L:      netdev@vger.kernel.org
2952 S:      Maintained
2953 F:      drivers/net/ethernet/ti/cpmac.c
2954
2955 CPU FREQUENCY DRIVERS
2956 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2957 M:      Viresh Kumar <viresh.kumar@linaro.org>
2958 L:      linux-pm@vger.kernel.org
2959 S:      Maintained
2960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2961 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2962 F:      drivers/cpufreq/
2963 F:      include/linux/cpufreq.h
2964
2965 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2966 M:      Viresh Kumar <viresh.kumar@linaro.org>
2967 M:      Sudeep Holla <sudeep.holla@arm.com>
2968 L:      linux-pm@vger.kernel.org
2969 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2970 S:      Maintained
2971 F:      drivers/cpufreq/arm_big_little.h
2972 F:      drivers/cpufreq/arm_big_little.c
2973 F:      drivers/cpufreq/arm_big_little_dt.c
2974
2975 CPUIDLE DRIVER - ARM BIG LITTLE
2976 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2977 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2978 L:      linux-pm@vger.kernel.org
2979 L:      linux-arm-kernel@lists.infradead.org
2980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2981 S:      Maintained
2982 F:      drivers/cpuidle/cpuidle-big_little.c
2983
2984 CPUIDLE DRIVER - ARM EXYNOS
2985 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2986 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2987 M:      Kukjin Kim <kgene@kernel.org>
2988 L:      linux-pm@vger.kernel.org
2989 L:      linux-samsung-soc@vger.kernel.org
2990 S:      Supported
2991 F:      drivers/cpuidle/cpuidle-exynos.c
2992 F:      arch/arm/mach-exynos/pm.c
2993
2994 CPUIDLE DRIVERS
2995 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2996 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2997 L:      linux-pm@vger.kernel.org
2998 S:      Maintained
2999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3000 F:      drivers/cpuidle/*
3001 F:      include/linux/cpuidle.h
3002
3003 CPUID/MSR DRIVER
3004 M:      "H. Peter Anvin" <hpa@zytor.com>
3005 S:      Maintained
3006 F:      arch/x86/kernel/cpuid.c
3007 F:      arch/x86/kernel/msr.c
3008
3009 CPU POWER MONITORING SUBSYSTEM
3010 M:      Thomas Renninger <trenn@suse.com>
3011 L:      linux-pm@vger.kernel.org
3012 S:      Maintained
3013 F:      tools/power/cpupower/
3014
3015 CRAMFS FILESYSTEM
3016 W:      http://sourceforge.net/projects/cramfs/
3017 S:      Orphan / Obsolete
3018 F:      Documentation/filesystems/cramfs.txt
3019 F:      fs/cramfs/
3020
3021 CRIS PORT
3022 M:      Mikael Starvik <starvik@axis.com>
3023 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3024 L:      linux-cris-kernel@axis.com
3025 W:      http://developer.axis.com
3026 S:      Maintained
3027 F:      arch/cris/
3028 F:      drivers/tty/serial/crisv10.*
3029
3030 CRYPTO API
3031 M:      Herbert Xu <herbert@gondor.apana.org.au>
3032 M:      "David S. Miller" <davem@davemloft.net>
3033 L:      linux-crypto@vger.kernel.org
3034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3035 S:      Maintained
3036 F:      Documentation/crypto/
3037 F:      Documentation/DocBook/crypto-API.tmpl
3038 F:      arch/*/crypto/
3039 F:      crypto/
3040 F:      drivers/crypto/
3041 F:      include/crypto/
3042
3043 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3044 M:      Neil Horman <nhorman@tuxdriver.com>
3045 L:      linux-crypto@vger.kernel.org
3046 S:      Maintained
3047 F:      crypto/ansi_cprng.c
3048 F:      crypto/rng.c
3049
3050 CS5535 Audio ALSA driver
3051 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3052 S:      Maintained
3053 F:      sound/pci/cs5535audio/
3054
3055 CW1200 WLAN driver
3056 M:      Solomon Peachy <pizza@shaftnet.org>
3057 S:      Maintained
3058 F:      drivers/net/wireless/cw1200/
3059
3060 CX18 VIDEO4LINUX DRIVER
3061 M:      Andy Walls <awalls@md.metrocast.net>
3062 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3063 L:      linux-media@vger.kernel.org
3064 T:      git git://linuxtv.org/media_tree.git
3065 W:      http://linuxtv.org
3066 W:      http://www.ivtvdriver.org/index.php/Cx18
3067 S:      Maintained
3068 F:      Documentation/video4linux/cx18.txt
3069 F:      drivers/media/pci/cx18/
3070 F:      include/uapi/linux/ivtv*
3071
3072 CX2341X MPEG ENCODER HELPER MODULE
3073 M:      Hans Verkuil <hverkuil@xs4all.nl>
3074 L:      linux-media@vger.kernel.org
3075 T:      git git://linuxtv.org/media_tree.git
3076 W:      http://linuxtv.org
3077 S:      Maintained
3078 F:      drivers/media/common/cx2341x*
3079 F:      include/media/cx2341x*
3080
3081 CX24120 MEDIA DRIVER
3082 M:      Jemma Denson <jdenson@gmail.com>
3083 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3084 L:      linux-media@vger.kernel.org
3085 W:      http://linuxtv.org/
3086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3087 S:      Maintained
3088 F:      drivers/media/dvb-frontends/cx24120*
3089
3090 CX88 VIDEO4LINUX DRIVER
3091 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3092 L:      linux-media@vger.kernel.org
3093 W:      http://linuxtv.org
3094 T:      git git://linuxtv.org/media_tree.git
3095 S:      Odd fixes
3096 F:      Documentation/video4linux/cx88/
3097 F:      drivers/media/pci/cx88/
3098
3099 CXD2820R MEDIA DRIVER
3100 M:      Antti Palosaari <crope@iki.fi>
3101 L:      linux-media@vger.kernel.org
3102 W:      http://linuxtv.org/
3103 W:      http://palosaari.fi/linux/
3104 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3105 T:      git git://linuxtv.org/anttip/media_tree.git
3106 S:      Maintained
3107 F:      drivers/media/dvb-frontends/cxd2820r*
3108
3109 CXGB3 ETHERNET DRIVER (CXGB3)
3110 M:      Santosh Raspatur <santosh@chelsio.com>
3111 L:      netdev@vger.kernel.org
3112 W:      http://www.chelsio.com
3113 S:      Supported
3114 F:      drivers/net/ethernet/chelsio/cxgb3/
3115
3116 CXGB3 ISCSI DRIVER (CXGB3I)
3117 M:      Karen Xie <kxie@chelsio.com>
3118 L:      linux-scsi@vger.kernel.org
3119 W:      http://www.chelsio.com
3120 S:      Supported
3121 F:      drivers/scsi/cxgbi/cxgb3i
3122
3123 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3124 M:      Steve Wise <swise@chelsio.com>
3125 L:      linux-rdma@vger.kernel.org
3126 W:      http://www.openfabrics.org
3127 S:      Supported
3128 F:      drivers/infiniband/hw/cxgb3/
3129
3130 CXGB4 ETHERNET DRIVER (CXGB4)
3131 M:      Hariprasad S <hariprasad@chelsio.com>
3132 L:      netdev@vger.kernel.org
3133 W:      http://www.chelsio.com
3134 S:      Supported
3135 F:      drivers/net/ethernet/chelsio/cxgb4/
3136
3137 CXGB4 ISCSI DRIVER (CXGB4I)
3138 M:      Karen Xie <kxie@chelsio.com>
3139 L:      linux-scsi@vger.kernel.org
3140 W:      http://www.chelsio.com
3141 S:      Supported
3142 F:      drivers/scsi/cxgbi/cxgb4i
3143
3144 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3145 M:      Steve Wise <swise@chelsio.com>
3146 L:      linux-rdma@vger.kernel.org
3147 W:      http://www.openfabrics.org
3148 S:      Supported
3149 F:      drivers/infiniband/hw/cxgb4/
3150
3151 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3152 M:      Casey Leedom <leedom@chelsio.com>
3153 L:      netdev@vger.kernel.org
3154 W:      http://www.chelsio.com
3155 S:      Supported
3156 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3157
3158 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3159 M:      Ian Munsie <imunsie@au1.ibm.com>
3160 M:      Michael Neuling <mikey@neuling.org>
3161 L:      linuxppc-dev@lists.ozlabs.org
3162 S:      Supported
3163 F:      drivers/misc/cxl/
3164 F:      include/misc/cxl*
3165 F:      include/uapi/misc/cxl.h
3166 F:      Documentation/powerpc/cxl.txt
3167 F:      Documentation/powerpc/cxl.txt
3168 F:      Documentation/ABI/testing/sysfs-class-cxl
3169
3170 STMMAC ETHERNET DRIVER
3171 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3172 L:      netdev@vger.kernel.org
3173 W:      http://www.stlinux.com
3174 S:      Supported
3175 F:      drivers/net/ethernet/stmicro/stmmac/
3176
3177 CYBERPRO FB DRIVER
3178 M:      Russell King <linux@arm.linux.org.uk>
3179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3180 W:      http://www.arm.linux.org.uk/
3181 S:      Maintained
3182 F:      drivers/video/fbdev/cyber2000fb.*
3183
3184 CYCLADES ASYNC MUX DRIVER
3185 W:      http://www.cyclades.com/
3186 S:      Orphan
3187 F:      drivers/tty/cyclades.c
3188 F:      include/linux/cyclades.h
3189 F:      include/uapi/linux/cyclades.h
3190
3191 CYCLADES PC300 DRIVER
3192 W:      http://www.cyclades.com/
3193 S:      Orphan
3194 F:      drivers/net/wan/pc300*
3195
3196 CYPRESS_FIRMWARE MEDIA DRIVER
3197 M:      Antti Palosaari <crope@iki.fi>
3198 L:      linux-media@vger.kernel.org
3199 W:      http://linuxtv.org/
3200 W:      http://palosaari.fi/linux/
3201 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3202 T:      git git://linuxtv.org/anttip/media_tree.git
3203 S:      Maintained
3204 F:      drivers/media/common/cypress_firmware*
3205
3206 CYTTSP TOUCHSCREEN DRIVER
3207 M:      Ferruh Yigit <fery@cypress.com>
3208 L:      linux-input@vger.kernel.org
3209 S:      Supported
3210 F:      drivers/input/touchscreen/cyttsp*
3211 F:      include/linux/input/cyttsp.h
3212
3213 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3214 M:      Joshua Kinard <kumba@gentoo.org>
3215 S:      Maintained
3216 F:      drivers/rtc/rtc-ds1685.c
3217 F:      include/linux/rtc/ds1685.h
3218
3219 DAMA SLAVE for AX.25
3220 M:      Joerg Reuter <jreuter@yaina.de>
3221 W:      http://yaina.de/jreuter/
3222 W:      http://www.qsl.net/dl1bke/
3223 L:      linux-hams@vger.kernel.org
3224 S:      Maintained
3225 F:      net/ax25/af_ax25.c
3226 F:      net/ax25/ax25_dev.c
3227 F:      net/ax25/ax25_ds_*
3228 F:      net/ax25/ax25_in.c
3229 F:      net/ax25/ax25_out.c
3230 F:      net/ax25/ax25_timer.c
3231 F:      net/ax25/sysctl_net_ax25.c
3232
3233 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3234 L:      netdev@vger.kernel.org
3235 S:      Orphan
3236 F:      Documentation/networking/dmfe.txt
3237 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3238
3239 DC390/AM53C974 SCSI driver
3240 M:      Hannes Reinecke <hare@suse.com>
3241 L:      linux-scsi@vger.kernel.org
3242 S:      Maintained
3243 F:      drivers/scsi/am53c974.c
3244
3245 DC395x SCSI driver
3246 M:      Oliver Neukum <oliver@neukum.org>
3247 M:      Ali Akcaagac <aliakc@web.de>
3248 M:      Jamie Lenehan <lenehan@twibble.org>
3249 L:      dc395x@twibble.org
3250 W:      http://twibble.org/dist/dc395x/
3251 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3252 S:      Maintained
3253 F:      Documentation/scsi/dc395x.txt
3254 F:      drivers/scsi/dc395x.*
3255
3256 DCCP PROTOCOL
3257 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3258 L:      dccp@vger.kernel.org
3259 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3260 S:      Maintained
3261 F:      include/linux/dccp.h
3262 F:      include/uapi/linux/dccp.h
3263 F:      include/linux/tfrc.h
3264 F:      net/dccp/
3265
3266 DECnet NETWORK LAYER
3267 W:      http://linux-decnet.sourceforge.net
3268 L:      linux-decnet-user@lists.sourceforge.net
3269 S:      Orphan
3270 F:      Documentation/networking/decnet.txt
3271 F:      net/decnet/
3272
3273 DECSTATION PLATFORM SUPPORT
3274 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3275 L:      linux-mips@linux-mips.org
3276 W:      http://www.linux-mips.org/wiki/DECstation
3277 S:      Maintained
3278 F:      arch/mips/dec/
3279 F:      arch/mips/include/asm/dec/
3280 F:      arch/mips/include/asm/mach-dec/
3281
3282 DEFXX FDDI NETWORK DRIVER
3283 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3284 S:      Maintained
3285 F:      drivers/net/fddi/defxx.*
3286
3287 DELL LAPTOP DRIVER
3288 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3289 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3290 L:      platform-driver-x86@vger.kernel.org
3291 S:      Maintained
3292 F:      drivers/platform/x86/dell-laptop.c
3293
3294 DELL LAPTOP RBTN DRIVER
3295 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3296 S:      Maintained
3297 F:      drivers/platform/x86/dell-rbtn.*
3298
3299 DELL LAPTOP FREEFALL DRIVER
3300 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3301 S:      Maintained
3302 F:      drivers/platform/x86/dell-smo8800.c
3303
3304 DELL LAPTOP SMM DRIVER
3305 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3306 S:      Maintained
3307 F:      drivers/hwmon/dell-smm-hwmon.c
3308 F:      include/uapi/linux/i8k.h
3309
3310 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3311 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3312 S:      Maintained
3313 F:      Documentation/dcdbas.txt
3314 F:      drivers/firmware/dcdbas.*
3315
3316 DELL WMI EXTRAS DRIVER
3317 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3318 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3319 S:      Maintained
3320 F:      drivers/platform/x86/dell-wmi.c
3321
3322 DESIGNWARE USB2 DRD IP DRIVER
3323 M:      John Youn <johnyoun@synopsys.com>
3324 L:      linux-usb@vger.kernel.org
3325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3326 S:      Maintained
3327 F:      drivers/usb/dwc2/
3328
3329 DESIGNWARE USB3 DRD IP DRIVER
3330 M:      Felipe Balbi <balbi@ti.com>
3331 L:      linux-usb@vger.kernel.org
3332 L:      linux-omap@vger.kernel.org
3333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3334 S:      Maintained
3335 F:      drivers/usb/dwc3/
3336
3337 DEVICE COREDUMP (DEV_COREDUMP)
3338 M:      Johannes Berg <johannes@sipsolutions.net>
3339 L:      linux-kernel@vger.kernel.org
3340 S:      Maintained
3341 F:      drivers/base/devcoredump.c
3342 F:      include/linux/devcoredump.h
3343
3344 DEVICE FREQUENCY (DEVFREQ)
3345 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3346 M:      Kyungmin Park <kyungmin.park@samsung.com>
3347 L:      linux-pm@vger.kernel.org
3348 S:      Maintained
3349 F:      drivers/devfreq/
3350
3351 DEVICE NUMBER REGISTRY
3352 M:      Torben Mathiasen <device@lanana.org>
3353 W:      http://lanana.org/docs/device-list/index.html
3354 S:      Maintained
3355
3356 DEVICE-MAPPER  (LVM)
3357 M:      Alasdair Kergon <agk@redhat.com>
3358 M:      Mike Snitzer <snitzer@redhat.com>
3359 M:      dm-devel@redhat.com
3360 L:      dm-devel@redhat.com
3361 W:      http://sources.redhat.com/dm
3362 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3364 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3365 S:      Maintained
3366 F:      Documentation/device-mapper/
3367 F:      drivers/md/dm*
3368 F:      drivers/md/persistent-data/
3369 F:      include/linux/device-mapper.h
3370 F:      include/linux/dm-*.h
3371 F:      include/uapi/linux/dm-*.h
3372
3373 DIALOG SEMICONDUCTOR DRIVERS
3374 M:      Support Opensource <support.opensource@diasemi.com>
3375 W:      http://www.dialog-semiconductor.com/products
3376 S:      Supported
3377 F:      Documentation/hwmon/da90??
3378 F:      drivers/gpio/gpio-da90??.c
3379 F:      drivers/hwmon/da90??-hwmon.c
3380 F:      drivers/iio/adc/da91??-*.c
3381 F:      drivers/input/misc/da90??_onkey.c
3382 F:      drivers/input/touchscreen/da9052_tsi.c
3383 F:      drivers/leds/leds-da90??.c
3384 F:      drivers/mfd/da903x.c
3385 F:      drivers/mfd/da90??-*.c
3386 F:      drivers/mfd/da91??-*.c
3387 F:      drivers/power/da9052-battery.c
3388 F:      drivers/power/da91??-*.c
3389 F:      drivers/regulator/da903x.c
3390 F:      drivers/regulator/da9???-regulator.[ch]
3391 F:      drivers/rtc/rtc-da90??.c
3392 F:      drivers/video/backlight/da90??_bl.c
3393 F:      drivers/watchdog/da90??_wdt.c
3394 F:      include/linux/mfd/da903x.h
3395 F:      include/linux/mfd/da9052/
3396 F:      include/linux/mfd/da9055/
3397 F:      include/linux/mfd/da9063/
3398 F:      include/linux/mfd/da9150/
3399 F:      include/sound/da[79]*.h
3400 F:      sound/soc/codecs/da[79]*.[ch]
3401
3402 DIGI NEO AND CLASSIC PCI PRODUCTS
3403 M:      Lidza Louina <lidza.louina@gmail.com>
3404 M:      Mark Hounschell <markh@compro.net>
3405 L:      driverdev-devel@linuxdriverproject.org
3406 S:      Maintained
3407 F:      drivers/staging/dgnc/
3408
3409 DIGI EPCA PCI PRODUCTS
3410 M:      Lidza Louina <lidza.louina@gmail.com>
3411 M:      Daeseok Youn <daeseok.youn@gmail.com>
3412 L:      driverdev-devel@linuxdriverproject.org
3413 S:      Maintained
3414 F:      drivers/staging/dgap/
3415
3416 DIOLAN U2C-12 I2C DRIVER
3417 M:      Guenter Roeck <linux@roeck-us.net>
3418 L:      linux-i2c@vger.kernel.org
3419 S:      Maintained
3420 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3421
3422 DIRECT ACCESS (DAX)
3423 M:      Matthew Wilcox <willy@linux.intel.com>
3424 L:      linux-fsdevel@vger.kernel.org
3425 S:      Supported
3426 F:      fs/dax.c
3427
3428 DIRECTORY NOTIFICATION (DNOTIFY)
3429 M:      Eric Paris <eparis@parisplace.org>
3430 S:      Maintained
3431 F:      Documentation/filesystems/dnotify.txt
3432 F:      fs/notify/dnotify/
3433 F:      include/linux/dnotify.h
3434
3435 DISK GEOMETRY AND PARTITION HANDLING
3436 M:      Andries Brouwer <aeb@cwi.nl>
3437 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3438 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3439 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3440 S:      Maintained
3441
3442 DISKQUOTA
3443 M:      Jan Kara <jack@suse.com>
3444 S:      Maintained
3445 F:      Documentation/filesystems/quota.txt
3446 F:      fs/quota/
3447 F:      include/linux/quota*.h
3448 F:      include/uapi/linux/quota*.h
3449
3450 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3451 M:      Bernie Thompson <bernie@plugable.com>
3452 L:      linux-fbdev@vger.kernel.org
3453 S:      Maintained
3454 W:      http://plugable.com/category/projects/udlfb/
3455 F:      drivers/video/fbdev/udlfb.c
3456 F:      include/video/udlfb.h
3457 F:      Documentation/fb/udlfb.txt
3458
3459 DISTRIBUTED LOCK MANAGER (DLM)
3460 M:      Christine Caulfield <ccaulfie@redhat.com>
3461 M:      David Teigland <teigland@redhat.com>
3462 L:      cluster-devel@redhat.com
3463 W:      http://sources.redhat.com/cluster/
3464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3465 S:      Supported
3466 F:      fs/dlm/
3467
3468 DMA BUFFER SHARING FRAMEWORK
3469 M:      Sumit Semwal <sumit.semwal@linaro.org>
3470 S:      Maintained
3471 L:      linux-media@vger.kernel.org
3472 L:      dri-devel@lists.freedesktop.org
3473 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3474 F:      drivers/dma-buf/
3475 F:      include/linux/dma-buf*
3476 F:      include/linux/reservation.h
3477 F:      include/linux/*fence.h
3478 F:      Documentation/dma-buf-sharing.txt
3479 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3480
3481 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3482 M:      Vinod Koul <vinod.koul@intel.com>
3483 L:      dmaengine@vger.kernel.org
3484 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3485 S:      Maintained
3486 F:      drivers/dma/
3487 F:      include/linux/dmaengine.h
3488 F:      Documentation/dmaengine/
3489 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3490
3491 DME1737 HARDWARE MONITOR DRIVER
3492 M:      Juerg Haefliger <juergh@gmail.com>
3493 L:      lm-sensors@lm-sensors.org
3494 S:      Maintained
3495 F:      Documentation/hwmon/dme1737
3496 F:      drivers/hwmon/dme1737.c
3497
3498 DMI/SMBIOS SUPPORT
3499 M:      Jean Delvare <jdelvare@suse.com>
3500 S:      Maintained
3501 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3502 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3503 F:      drivers/firmware/dmi-id.c
3504 F:      drivers/firmware/dmi_scan.c
3505 F:      include/linux/dmi.h
3506
3507 DOCUMENTATION
3508 M:      Jonathan Corbet <corbet@lwn.net>
3509 L:      linux-doc@vger.kernel.org
3510 S:      Maintained
3511 F:      Documentation/
3512 X:      Documentation/ABI/
3513 X:      Documentation/devicetree/
3514 X:      Documentation/acpi
3515 X:      Documentation/power
3516 X:      Documentation/spi
3517 X:      Documentation/DocBook/media
3518 T:      git git://git.lwn.net/linux-2.6.git docs-next
3519
3520 DOUBLETALK DRIVER
3521 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3522 L:      blinux-list@redhat.com
3523 S:      Maintained
3524 F:      drivers/char/dtlk.c
3525 F:      include/linux/dtlk.h
3526
3527 DPT_I2O SCSI RAID DRIVER
3528 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3529 L:      linux-scsi@vger.kernel.org
3530 W:      http://www.adaptec.com/
3531 S:      Maintained
3532 F:      drivers/scsi/dpt*
3533 F:      drivers/scsi/dpt/
3534
3535 DRBD DRIVER
3536 P:      Philipp Reisner
3537 P:      Lars Ellenberg
3538 M:      drbd-dev@lists.linbit.com
3539 L:      drbd-user@lists.linbit.com
3540 W:      http://www.drbd.org
3541 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3542 T:      git git://git.drbd.org/drbd-8.3.git
3543 S:      Supported
3544 F:      drivers/block/drbd/
3545 F:      lib/lru_cache.c
3546 F:      Documentation/blockdev/drbd/
3547
3548 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3549 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3551 S:      Supported
3552 F:      Documentation/kobject.txt
3553 F:      drivers/base/
3554 F:      fs/debugfs/
3555 F:      fs/kernfs/
3556 F:      fs/sysfs/
3557 F:      include/linux/debugfs.h
3558 F:      include/linux/kobj*
3559 F:      lib/kobj*
3560
3561 DRM DRIVERS
3562 M:      David Airlie <airlied@linux.ie>
3563 L:      dri-devel@lists.freedesktop.org
3564 T:      git git://people.freedesktop.org/~airlied/linux
3565 S:      Maintained
3566 F:      drivers/gpu/drm/
3567 F:      drivers/gpu/vga/
3568 F:      include/drm/
3569 F:      include/uapi/drm/
3570
3571 RADEON DRM DRIVERS
3572 M:      Alex Deucher <alexander.deucher@amd.com>
3573 M:      Christian König <christian.koenig@amd.com>
3574 L:      dri-devel@lists.freedesktop.org
3575 T:      git git://people.freedesktop.org/~agd5f/linux
3576 S:      Supported
3577 F:      drivers/gpu/drm/radeon/
3578 F:      include/uapi/drm/radeon*
3579
3580 DRM PANEL DRIVERS
3581 M:      Thierry Reding <thierry.reding@gmail.com>
3582 L:      dri-devel@lists.freedesktop.org
3583 T:      git git://anongit.freedesktop.org/tegra/linux.git
3584 S:      Maintained
3585 F:      drivers/gpu/drm/drm_panel.c
3586 F:      drivers/gpu/drm/panel/
3587 F:      include/drm/drm_panel.h
3588 F:      Documentation/devicetree/bindings/panel/
3589
3590 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3591 M:      Daniel Vetter <daniel.vetter@intel.com>
3592 M:      Jani Nikula <jani.nikula@linux.intel.com>
3593 L:      intel-gfx@lists.freedesktop.org
3594 L:      dri-devel@lists.freedesktop.org
3595 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3596 T:      git git://anongit.freedesktop.org/drm-intel
3597 S:      Supported
3598 F:      drivers/gpu/drm/i915/
3599 F:      include/drm/i915*
3600 F:      include/uapi/drm/i915*
3601
3602 DRM DRIVERS FOR ATMEL HLCDC
3603 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3604 L:      dri-devel@lists.freedesktop.org
3605 S:      Supported
3606 F:      drivers/gpu/drm/atmel-hlcdc/
3607 F:      Documentation/devicetree/bindings/drm/atmel/
3608
3609 DRM DRIVERS FOR EXYNOS
3610 M:      Inki Dae <inki.dae@samsung.com>
3611 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3612 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3613 M:      Kyungmin Park <kyungmin.park@samsung.com>
3614 L:      dri-devel@lists.freedesktop.org
3615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3616 S:      Supported
3617 F:      drivers/gpu/drm/exynos/
3618 F:      include/drm/exynos*
3619 F:      include/uapi/drm/exynos*
3620
3621 DRM DRIVERS FOR FREESCALE DCU
3622 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3623 M:      Alison Wang <alison.wang@freescale.com>
3624 L:      dri-devel@lists.freedesktop.org
3625 S:      Supported
3626 F:      drivers/gpu/drm/fsl-dcu/
3627 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3628 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3629
3630 DRM DRIVERS FOR FREESCALE IMX
3631 M:      Philipp Zabel <p.zabel@pengutronix.de>
3632 L:      dri-devel@lists.freedesktop.org
3633 S:      Maintained
3634 F:      drivers/gpu/drm/imx/
3635 F:      Documentation/devicetree/bindings/drm/imx/
3636
3637 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3638 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3639 L:      dri-devel@lists.freedesktop.org
3640 T:      git git://github.com/patjak/drm-gma500
3641 S:      Maintained
3642 F:      drivers/gpu/drm/gma500
3643 F:      include/drm/gma500*
3644
3645 DRM DRIVERS FOR NVIDIA TEGRA
3646 M:      Thierry Reding <thierry.reding@gmail.com>
3647 M:      Terje Bergström <tbergstrom@nvidia.com>
3648 L:      dri-devel@lists.freedesktop.org
3649 L:      linux-tegra@vger.kernel.org
3650 T:      git git://anongit.freedesktop.org/tegra/linux.git
3651 S:      Supported
3652 F:      drivers/gpu/drm/tegra/
3653 F:      drivers/gpu/host1x/
3654 F:      include/linux/host1x.h
3655 F:      include/uapi/drm/tegra_drm.h
3656 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3657
3658 DRM DRIVERS FOR RENESAS
3659 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3660 L:      dri-devel@lists.freedesktop.org
3661 L:      linux-sh@vger.kernel.org
3662 T:      git git://people.freedesktop.org/~airlied/linux
3663 S:      Supported
3664 F:      drivers/gpu/drm/rcar-du/
3665 F:      drivers/gpu/drm/shmobile/
3666 F:      include/linux/platform_data/shmob_drm.h
3667
3668 DRM DRIVERS FOR ROCKCHIP
3669 M:      Mark Yao <mark.yao@rock-chips.com>
3670 L:      dri-devel@lists.freedesktop.org
3671 S:      Maintained
3672 F:      drivers/gpu/drm/rockchip/
3673 F:      Documentation/devicetree/bindings/video/rockchip*
3674
3675 DRM DRIVERS FOR STI
3676 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3677 M:      Vincent Abriou <vincent.abriou@st.com>
3678 L:      dri-devel@lists.freedesktop.org
3679 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3680 S:      Maintained
3681 F:      drivers/gpu/drm/sti
3682 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3683
3684 DSBR100 USB FM RADIO DRIVER
3685 M:      Alexey Klimov <klimov.linux@gmail.com>
3686 L:      linux-media@vger.kernel.org
3687 T:      git git://linuxtv.org/media_tree.git
3688 S:      Maintained
3689 F:      drivers/media/radio/dsbr100.c
3690
3691 DSCC4 DRIVER
3692 M:      Francois Romieu <romieu@fr.zoreil.com>
3693 L:      netdev@vger.kernel.org
3694 S:      Maintained
3695 F:      drivers/net/wan/dscc4.c
3696
3697 DT3155 MEDIA DRIVER
3698 M:      Hans Verkuil <hverkuil@xs4all.nl>
3699 L:      linux-media@vger.kernel.org
3700 T:      git git://linuxtv.org/media_tree.git
3701 W:      http://linuxtv.org
3702 S:      Odd Fixes
3703 F:      drivers/media/pci/dt3155/
3704
3705 DVB_USB_AF9015 MEDIA DRIVER
3706 M:      Antti Palosaari <crope@iki.fi>
3707 L:      linux-media@vger.kernel.org
3708 W:      http://linuxtv.org/
3709 W:      http://palosaari.fi/linux/
3710 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3711 T:      git git://linuxtv.org/anttip/media_tree.git
3712 S:      Maintained
3713 F:      drivers/media/usb/dvb-usb-v2/af9015*
3714
3715 DVB_USB_AF9035 MEDIA DRIVER
3716 M:      Antti Palosaari <crope@iki.fi>
3717 L:      linux-media@vger.kernel.org
3718 W:      http://linuxtv.org/
3719 W:      http://palosaari.fi/linux/
3720 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3721 T:      git git://linuxtv.org/anttip/media_tree.git
3722 S:      Maintained
3723 F:      drivers/media/usb/dvb-usb-v2/af9035*
3724
3725 DVB_USB_ANYSEE MEDIA DRIVER
3726 M:      Antti Palosaari <crope@iki.fi>
3727 L:      linux-media@vger.kernel.org
3728 W:      http://linuxtv.org/
3729 W:      http://palosaari.fi/linux/
3730 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3731 T:      git git://linuxtv.org/anttip/media_tree.git
3732 S:      Maintained
3733 F:      drivers/media/usb/dvb-usb-v2/anysee*
3734
3735 DVB_USB_AU6610 MEDIA DRIVER
3736 M:      Antti Palosaari <crope@iki.fi>
3737 L:      linux-media@vger.kernel.org
3738 W:      http://linuxtv.org/
3739 W:      http://palosaari.fi/linux/
3740 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3741 T:      git git://linuxtv.org/anttip/media_tree.git
3742 S:      Maintained
3743 F:      drivers/media/usb/dvb-usb-v2/au6610*
3744
3745 DVB_USB_CE6230 MEDIA DRIVER
3746 M:      Antti Palosaari <crope@iki.fi>
3747 L:      linux-media@vger.kernel.org
3748 W:      http://linuxtv.org/
3749 W:      http://palosaari.fi/linux/
3750 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3751 T:      git git://linuxtv.org/anttip/media_tree.git
3752 S:      Maintained
3753 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3754
3755 DVB_USB_CXUSB MEDIA DRIVER
3756 M:      Michael Krufky <mkrufky@linuxtv.org>
3757 L:      linux-media@vger.kernel.org
3758 W:      http://linuxtv.org/
3759 W:      http://github.com/mkrufky
3760 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3761 T:      git git://linuxtv.org/media_tree.git
3762 S:      Maintained
3763 F:      drivers/media/usb/dvb-usb/cxusb*
3764
3765 DVB_USB_EC168 MEDIA DRIVER
3766 M:      Antti Palosaari <crope@iki.fi>
3767 L:      linux-media@vger.kernel.org
3768 W:      http://linuxtv.org/
3769 W:      http://palosaari.fi/linux/
3770 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3771 T:      git git://linuxtv.org/anttip/media_tree.git
3772 S:      Maintained
3773 F:      drivers/media/usb/dvb-usb-v2/ec168*
3774
3775 DVB_USB_GL861 MEDIA DRIVER
3776 M:      Antti Palosaari <crope@iki.fi>
3777 L:      linux-media@vger.kernel.org
3778 W:      http://linuxtv.org/
3779 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3780 T:      git git://linuxtv.org/anttip/media_tree.git
3781 S:      Maintained
3782 F:      drivers/media/usb/dvb-usb-v2/gl861*
3783
3784 DVB_USB_MXL111SF MEDIA DRIVER
3785 M:      Michael Krufky <mkrufky@linuxtv.org>
3786 L:      linux-media@vger.kernel.org
3787 W:      http://linuxtv.org/
3788 W:      http://github.com/mkrufky
3789 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3790 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3791 S:      Maintained
3792 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3793
3794 DVB_USB_RTL28XXU MEDIA DRIVER
3795 M:      Antti Palosaari <crope@iki.fi>
3796 L:      linux-media@vger.kernel.org
3797 W:      http://linuxtv.org/
3798 W:      http://palosaari.fi/linux/
3799 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3800 T:      git git://linuxtv.org/anttip/media_tree.git
3801 S:      Maintained
3802 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3803
3804 DVB_USB_V2 MEDIA DRIVER
3805 M:      Antti Palosaari <crope@iki.fi>
3806 L:      linux-media@vger.kernel.org
3807 W:      http://linuxtv.org/
3808 W:      http://palosaari.fi/linux/
3809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3810 T:      git git://linuxtv.org/anttip/media_tree.git
3811 S:      Maintained
3812 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3813 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3814
3815 DYNAMIC DEBUG
3816 M:      Jason Baron <jbaron@akamai.com>
3817 S:      Maintained
3818 F:      lib/dynamic_debug.c
3819 F:      include/linux/dynamic_debug.h
3820
3821 DZ DECSTATION DZ11 SERIAL DRIVER
3822 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3823 S:      Maintained
3824 F:      drivers/tty/serial/dz.*
3825
3826 E3X0 POWER BUTTON DRIVER
3827 M:      Moritz Fischer <moritz.fischer@ettus.com>
3828 L:      usrp-users@lists.ettus.com
3829 W:      http://www.ettus.com
3830 S:      Supported
3831 F:      drivers/input/misc/e3x0-button.c
3832 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3833
3834 E4000 MEDIA DRIVER
3835 M:      Antti Palosaari <crope@iki.fi>
3836 L:      linux-media@vger.kernel.org
3837 W:      http://linuxtv.org/
3838 W:      http://palosaari.fi/linux/
3839 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3840 T:      git git://linuxtv.org/anttip/media_tree.git
3841 S:      Maintained
3842 F:      drivers/media/tuners/e4000*
3843
3844 EATA ISA/EISA/PCI SCSI DRIVER
3845 M:      Dario Ballabio <ballabio_dario@emc.com>
3846 L:      linux-scsi@vger.kernel.org
3847 S:      Maintained
3848 F:      drivers/scsi/eata.c
3849
3850 EC100 MEDIA DRIVER
3851 M:      Antti Palosaari <crope@iki.fi>
3852 L:      linux-media@vger.kernel.org
3853 W:      http://linuxtv.org/
3854 W:      http://palosaari.fi/linux/
3855 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3856 T:      git git://linuxtv.org/anttip/media_tree.git
3857 S:      Maintained
3858 F:      drivers/media/dvb-frontends/ec100*
3859
3860 ECRYPT FILE SYSTEM
3861 M:      Tyler Hicks <tyhicks@canonical.com>
3862 L:      ecryptfs@vger.kernel.org
3863 W:      http://ecryptfs.org
3864 W:      https://launchpad.net/ecryptfs
3865 S:      Supported
3866 F:      Documentation/filesystems/ecryptfs.txt
3867 F:      fs/ecryptfs/
3868
3869 EDAC-CORE
3870 M:      Doug Thompson <dougthompson@xmission.com>
3871 M:      Borislav Petkov <bp@alien8.de>
3872 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3873 L:      linux-edac@vger.kernel.org
3874 W:      bluesmoke.sourceforge.net
3875 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3876 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3877 S:      Supported
3878 F:      Documentation/edac.txt
3879 F:      drivers/edac/
3880 F:      include/linux/edac.h
3881
3882 EDAC-AMD64
3883 M:      Doug Thompson <dougthompson@xmission.com>
3884 M:      Borislav Petkov <bp@alien8.de>
3885 L:      linux-edac@vger.kernel.org
3886 W:      bluesmoke.sourceforge.net
3887 S:      Maintained
3888 F:      drivers/edac/amd64_edac*
3889
3890 EDAC-CALXEDA
3891 M:      Doug Thompson <dougthompson@xmission.com>
3892 M:      Robert Richter <rric@kernel.org>
3893 L:      linux-edac@vger.kernel.org
3894 W:      bluesmoke.sourceforge.net
3895 S:      Maintained
3896 F:      drivers/edac/highbank*
3897
3898 EDAC-CAVIUM
3899 M:      Ralf Baechle <ralf@linux-mips.org>
3900 M:      David Daney <david.daney@cavium.com>
3901 L:      linux-edac@vger.kernel.org
3902 L:      linux-mips@linux-mips.org
3903 W:      bluesmoke.sourceforge.net
3904 S:      Supported
3905 F:      drivers/edac/octeon_edac*
3906
3907 EDAC-E752X
3908 M:      Mark Gross <mark.gross@intel.com>
3909 M:      Doug Thompson <dougthompson@xmission.com>
3910 L:      linux-edac@vger.kernel.org
3911 W:      bluesmoke.sourceforge.net
3912 S:      Maintained
3913 F:      drivers/edac/e752x_edac.c
3914
3915 EDAC-E7XXX
3916 M:      Doug Thompson <dougthompson@xmission.com>
3917 L:      linux-edac@vger.kernel.org
3918 W:      bluesmoke.sourceforge.net
3919 S:      Maintained
3920 F:      drivers/edac/e7xxx_edac.c
3921
3922 EDAC-GHES
3923 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3924 L:      linux-edac@vger.kernel.org
3925 W:      bluesmoke.sourceforge.net
3926 S:      Maintained
3927 F:      drivers/edac/ghes_edac.c
3928
3929 EDAC-I82443BXGX
3930 M:      Tim Small <tim@buttersideup.com>
3931 L:      linux-edac@vger.kernel.org
3932 W:      bluesmoke.sourceforge.net
3933 S:      Maintained
3934 F:      drivers/edac/i82443bxgx_edac.c
3935
3936 EDAC-I3000
3937 M:      Jason Uhlenkott <juhlenko@akamai.com>
3938 L:      linux-edac@vger.kernel.org
3939 W:      bluesmoke.sourceforge.net
3940 S:      Maintained
3941 F:      drivers/edac/i3000_edac.c
3942
3943 EDAC-I5000
3944 M:      Doug Thompson <dougthompson@xmission.com>
3945 L:      linux-edac@vger.kernel.org
3946 W:      bluesmoke.sourceforge.net
3947 S:      Maintained
3948 F:      drivers/edac/i5000_edac.c
3949
3950 EDAC-I5400
3951 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3952 L:      linux-edac@vger.kernel.org
3953 W:      bluesmoke.sourceforge.net
3954 S:      Maintained
3955 F:      drivers/edac/i5400_edac.c
3956
3957 EDAC-I7300
3958 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3959 L:      linux-edac@vger.kernel.org
3960 W:      bluesmoke.sourceforge.net
3961 S:      Maintained
3962 F:      drivers/edac/i7300_edac.c
3963
3964 EDAC-I7CORE
3965 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3966 L:      linux-edac@vger.kernel.org
3967 W:      bluesmoke.sourceforge.net
3968 S:      Maintained
3969 F:      drivers/edac/i7core_edac.c
3970
3971 EDAC-I82975X
3972 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3973 M:      "Arvind R." <arvino55@gmail.com>
3974 L:      linux-edac@vger.kernel.org
3975 W:      bluesmoke.sourceforge.net
3976 S:      Maintained
3977 F:      drivers/edac/i82975x_edac.c
3978
3979 EDAC-IE31200
3980 M:      Jason Baron <jbaron@akamai.com>
3981 L:      linux-edac@vger.kernel.org
3982 W:      bluesmoke.sourceforge.net
3983 S:      Maintained
3984 F:      drivers/edac/ie31200_edac.c
3985
3986 EDAC-MPC85XX
3987 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3988 L:      linux-edac@vger.kernel.org
3989 W:      bluesmoke.sourceforge.net
3990 S:      Maintained
3991 F:      drivers/edac/mpc85xx_edac.[ch]
3992
3993 EDAC-PASEMI
3994 M:      Egor Martovetsky <egor@pasemi.com>
3995 L:      linux-edac@vger.kernel.org
3996 W:      bluesmoke.sourceforge.net
3997 S:      Maintained
3998 F:      drivers/edac/pasemi_edac.c
3999
4000 EDAC-R82600
4001 M:      Tim Small <tim@buttersideup.com>
4002 L:      linux-edac@vger.kernel.org
4003 W:      bluesmoke.sourceforge.net
4004 S:      Maintained
4005 F:      drivers/edac/r82600_edac.c
4006
4007 EDAC-SBRIDGE
4008 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4009 L:      linux-edac@vger.kernel.org
4010 W:      bluesmoke.sourceforge.net
4011 S:      Maintained
4012 F:      drivers/edac/sb_edac.c
4013
4014 EDAC-XGENE
4015 APPLIED MICRO (APM) X-GENE SOC EDAC
4016 M:     Loc Ho <lho@apm.com>
4017 S:     Supported
4018 F:     drivers/edac/xgene_edac.c
4019 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4020
4021 EDIROL UA-101/UA-1000 DRIVER
4022 M:      Clemens Ladisch <clemens@ladisch.de>
4023 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4024 T:      git git://git.alsa-project.org/alsa-kernel.git
4025 S:      Maintained
4026 F:      sound/usb/misc/ua101.c
4027
4028 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4029 M:      Matt Fleming <matt@codeblueprint.co.uk>
4030 L:      linux-efi@vger.kernel.org
4031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4032 S:      Maintained
4033 F:      Documentation/efi-stub.txt
4034 F:      arch/ia64/kernel/efi.c
4035 F:      arch/x86/boot/compressed/eboot.[ch]
4036 F:      arch/x86/include/asm/efi.h
4037 F:      arch/x86/platform/efi/*
4038 F:      drivers/firmware/efi/*
4039 F:      include/linux/efi*.h
4040
4041 EFI VARIABLE FILESYSTEM
4042 M:      Matthew Garrett <matthew.garrett@nebula.com>
4043 M:      Jeremy Kerr <jk@ozlabs.org>
4044 M:      Matt Fleming <matt@codeblueprint.co.uk>
4045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4046 L:      linux-efi@vger.kernel.org
4047 S:      Maintained
4048 F:      fs/efivarfs/
4049
4050 EFIFB FRAMEBUFFER DRIVER
4051 L:      linux-fbdev@vger.kernel.org
4052 M:      Peter Jones <pjones@redhat.com>
4053 S:      Maintained
4054 F:      drivers/video/fbdev/efifb.c
4055
4056 EFS FILESYSTEM
4057 W:      http://aeschi.ch.eu.org/efs/
4058 S:      Orphan
4059 F:      fs/efs/
4060
4061 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4062 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4063 M:      Christoph Raisch <raisch@de.ibm.com>
4064 L:      linux-rdma@vger.kernel.org
4065 S:      Supported
4066 F:      drivers/infiniband/hw/ehca/
4067
4068 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4069 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4070 L:      netdev@vger.kernel.org
4071 S:      Maintained
4072 F:      drivers/net/ethernet/ibm/ehea/
4073
4074 EM28XX VIDEO4LINUX DRIVER
4075 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4076 L:      linux-media@vger.kernel.org
4077 W:      http://linuxtv.org
4078 T:      git git://linuxtv.org/media_tree.git
4079 S:      Maintained
4080 F:      drivers/media/usb/em28xx/
4081
4082 EMBEDDED LINUX
4083 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4084 M:      Matt Mackall <mpm@selenic.com>
4085 M:      David Woodhouse <dwmw2@infradead.org>
4086 L:      linux-embedded@vger.kernel.org
4087 S:      Maintained
4088
4089 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4090 M:      James Smart <james.smart@avagotech.com>
4091 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4092 L:      linux-scsi@vger.kernel.org
4093 W:      http://www.avagotech.com
4094 S:      Supported
4095 F:      drivers/scsi/lpfc/
4096
4097 ENE CB710 FLASH CARD READER DRIVER
4098 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4099 S:      Maintained
4100 F:      drivers/misc/cb710/
4101 F:      drivers/mmc/host/cb710-mmc.*
4102 F:      include/linux/cb710.h
4103
4104 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4105 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4106 S:      Maintained
4107 F:      drivers/media/rc/ene_ir.*
4108
4109 ENHANCED ERROR HANDLING (EEH)
4110 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4111 L:      linuxppc-dev@lists.ozlabs.org
4112 S:      Supported
4113 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4114 F:      arch/powerpc/kernel/eeh*.c
4115
4116 EPSON S1D13XXX FRAMEBUFFER DRIVER
4117 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4118 S:      Maintained
4119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4120 F:      drivers/video/fbdev/s1d13xxxfb.c
4121 F:      include/video/s1d13xxxfb.h
4122
4123 ET131X NETWORK DRIVER
4124 M:      Mark Einon <mark.einon@gmail.com>
4125 S:      Odd Fixes
4126 F:      drivers/net/ethernet/agere/
4127
4128 ETHERNET BRIDGE
4129 M:      Stephen Hemminger <stephen@networkplumber.org>
4130 L:      bridge@lists.linux-foundation.org
4131 L:      netdev@vger.kernel.org
4132 W:      http://www.linuxfoundation.org/en/Net:Bridge
4133 S:      Maintained
4134 F:      include/linux/netfilter_bridge/
4135 F:      net/bridge/
4136
4137 ETHERNET PHY LIBRARY
4138 M:      Florian Fainelli <f.fainelli@gmail.com>
4139 L:      netdev@vger.kernel.org
4140 S:      Maintained
4141 F:      include/linux/phy.h
4142 F:      include/linux/phy_fixed.h
4143 F:      drivers/net/phy/
4144 F:      Documentation/networking/phy.txt
4145 F:      drivers/of/of_mdio.c
4146 F:      drivers/of/of_net.c
4147
4148 EXT2 FILE SYSTEM
4149 M:      Jan Kara <jack@suse.com>
4150 L:      linux-ext4@vger.kernel.org
4151 S:      Maintained
4152 F:      Documentation/filesystems/ext2.txt
4153 F:      fs/ext2/
4154 F:      include/linux/ext2*
4155
4156 EXT4 FILE SYSTEM
4157 M:      "Theodore Ts'o" <tytso@mit.edu>
4158 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4159 L:      linux-ext4@vger.kernel.org
4160 W:      http://ext4.wiki.kernel.org
4161 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4162 S:      Maintained
4163 F:      Documentation/filesystems/ext4.txt
4164 F:      fs/ext4/
4165
4166 Extended Verification Module (EVM)
4167 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4168 L:      linux-ima-devel@lists.sourceforge.net
4169 L:      linux-security-module@vger.kernel.org
4170 S:      Supported
4171 F:      security/integrity/evm/
4172
4173 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4174 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4175 M:      Chanwoo Choi <cw00.choi@samsung.com>
4176 L:      linux-kernel@vger.kernel.org
4177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4178 S:      Maintained
4179 F:      drivers/extcon/
4180 F:      Documentation/extcon/
4181
4182 EXYNOS DP DRIVER
4183 M:      Jingoo Han <jingoohan1@gmail.com>
4184 L:      dri-devel@lists.freedesktop.org
4185 S:      Maintained
4186 F:      drivers/gpu/drm/exynos/exynos_dp*
4187
4188 EXYNOS MIPI DISPLAY DRIVERS
4189 M:      Inki Dae <inki.dae@samsung.com>
4190 M:      Donghwa Lee <dh09.lee@samsung.com>
4191 M:      Kyungmin Park <kyungmin.park@samsung.com>
4192 L:      linux-fbdev@vger.kernel.org
4193 S:      Maintained
4194 F:      drivers/video/fbdev/exynos/exynos_mipi*
4195 F:      include/video/exynos_mipi*
4196
4197 F71805F HARDWARE MONITORING DRIVER
4198 M:      Jean Delvare <jdelvare@suse.com>
4199 L:      lm-sensors@lm-sensors.org
4200 S:      Maintained
4201 F:      Documentation/hwmon/f71805f
4202 F:      drivers/hwmon/f71805f.c
4203
4204 FC0011 TUNER DRIVER
4205 M:      Michael Buesch <m@bues.ch>
4206 L:      linux-media@vger.kernel.org
4207 S:      Maintained
4208 F:      drivers/media/tuners/fc0011.h
4209 F:      drivers/media/tuners/fc0011.c
4210
4211 FC2580 MEDIA DRIVER
4212 M:      Antti Palosaari <crope@iki.fi>
4213 L:      linux-media@vger.kernel.org
4214 W:      http://linuxtv.org/
4215 W:      http://palosaari.fi/linux/
4216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4217 T:      git git://linuxtv.org/anttip/media_tree.git
4218 S:      Maintained
4219 F:      drivers/media/tuners/fc2580*
4220
4221 FANOTIFY
4222 M:      Eric Paris <eparis@redhat.com>
4223 S:      Maintained
4224 F:      fs/notify/fanotify/
4225 F:      include/linux/fanotify.h
4226 F:      include/uapi/linux/fanotify.h
4227
4228 FARSYNC SYNCHRONOUS DRIVER
4229 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4230 W:      http://www.farsite.co.uk/
4231 S:      Supported
4232 F:      drivers/net/wan/farsync.*
4233
4234 FAULT INJECTION SUPPORT
4235 M:      Akinobu Mita <akinobu.mita@gmail.com>
4236 S:      Supported
4237 F:      Documentation/fault-injection/
4238 F:      lib/fault-inject.c
4239
4240 FBTFT Framebuffer drivers
4241 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4242 M:      Noralf Trønnes <noralf@tronnes.org>
4243 S:      Maintained
4244 F:      drivers/staging/fbtft/
4245
4246 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4247 M:      Vasu Dev <vasu.dev@intel.com>
4248 L:      fcoe-devel@open-fcoe.org
4249 W:      www.Open-FCoE.org
4250 S:      Supported
4251 F:      drivers/scsi/libfc/
4252 F:      drivers/scsi/fcoe/
4253 F:      include/scsi/fc/
4254 F:      include/scsi/libfc.h
4255 F:      include/scsi/libfcoe.h
4256 F:      include/uapi/scsi/fc/
4257
4258 FILE LOCKING (flock() and fcntl()/lockf())
4259 M:      Jeff Layton <jlayton@poochiereds.net>
4260 M:      "J. Bruce Fields" <bfields@fieldses.org>
4261 L:      linux-fsdevel@vger.kernel.org
4262 S:      Maintained
4263 F:      include/linux/fcntl.h
4264 F:      include/linux/fs.h
4265 F:      include/uapi/linux/fcntl.h
4266 F:      include/uapi/linux/fs.h
4267 F:      fs/fcntl.c
4268 F:      fs/locks.c
4269
4270 FILESYSTEMS (VFS and infrastructure)
4271 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4272 L:      linux-fsdevel@vger.kernel.org
4273 S:      Maintained
4274 F:      fs/*
4275
4276 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4277 M:      Riku Voipio <riku.voipio@iki.fi>
4278 L:      lm-sensors@lm-sensors.org
4279 S:      Maintained
4280 F:      drivers/hwmon/f75375s.c
4281 F:      include/linux/f75375s.h
4282
4283 FIREWIRE AUDIO DRIVERS
4284 M:      Clemens Ladisch <clemens@ladisch.de>
4285 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4286 T:      git git://git.alsa-project.org/alsa-kernel.git
4287 S:      Maintained
4288 F:      sound/firewire/
4289
4290 FIREWIRE MEDIA DRIVERS (firedtv)
4291 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4292 L:      linux-media@vger.kernel.org
4293 L:      linux1394-devel@lists.sourceforge.net
4294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4295 S:      Maintained
4296 F:      drivers/media/firewire/
4297
4298 FIREWIRE SBP-2 TARGET
4299 M:      Chris Boot <bootc@bootc.net>
4300 L:      linux-scsi@vger.kernel.org
4301 L:      target-devel@vger.kernel.org
4302 L:      linux1394-devel@lists.sourceforge.net
4303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4304 S:      Maintained
4305 F:      drivers/target/sbp/
4306
4307 FIREWIRE SUBSYSTEM
4308 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4309 L:      linux1394-devel@lists.sourceforge.net
4310 W:      http://ieee1394.wiki.kernel.org/
4311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4312 S:      Maintained
4313 F:      drivers/firewire/
4314 F:      include/linux/firewire.h
4315 F:      include/uapi/linux/firewire*.h
4316 F:      tools/firewire/
4317
4318 FIRMWARE LOADER (request_firmware)
4319 M:      Ming Lei <ming.lei@canonical.com>
4320 L:      linux-kernel@vger.kernel.org
4321 S:      Maintained
4322 F:      Documentation/firmware_class/
4323 F:      drivers/base/firmware*.c
4324 F:      include/linux/firmware.h
4325
4326 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4327 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4328 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4329 S:      Maintained
4330 F:      drivers/block/rsxx/
4331
4332 FLOPPY DRIVER
4333 M:      Jiri Kosina <jikos@kernel.org>
4334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4335 S:      Odd fixes
4336 F:      drivers/block/floppy.c
4337
4338 FMC SUBSYSTEM
4339 M:      Alessandro Rubini <rubini@gnudd.com>
4340 W:      http://www.ohwr.org/projects/fmc-bus
4341 S:      Supported
4342 F:      drivers/fmc/
4343 F:      include/linux/fmc*.h
4344 F:      include/linux/ipmi-fru.h
4345 K:      fmc_d.*register
4346
4347 FPU EMULATOR
4348 M:      Bill Metzenthen <billm@melbpc.org.au>
4349 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4350 S:      Maintained
4351 F:      arch/x86/math-emu/
4352
4353 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4354 L:      netdev@vger.kernel.org
4355 S:      Orphan
4356 F:      drivers/net/wan/dlci.c
4357 F:      drivers/net/wan/sdla.c
4358
4359 FRAMEBUFFER LAYER
4360 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4361 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4362 L:      linux-fbdev@vger.kernel.org
4363 W:      http://linux-fbdev.sourceforge.net/
4364 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4366 S:      Maintained
4367 F:      Documentation/fb/
4368 F:      Documentation/devicetree/bindings/fb/
4369 F:      drivers/video/
4370 F:      include/video/
4371 F:      include/linux/fb.h
4372 F:      include/uapi/video/
4373 F:      include/uapi/linux/fb.h
4374
4375 FREESCALE DIU FRAMEBUFFER DRIVER
4376 M:      Timur Tabi <timur@tabi.org>
4377 L:      linux-fbdev@vger.kernel.org
4378 S:      Maintained
4379 F:      drivers/video/fbdev/fsl-diu-fb.*
4380
4381 FREESCALE DMA DRIVER
4382 M:      Li Yang <leoli@freescale.com>
4383 M:      Zhang Wei <zw@zh-kernel.org>
4384 L:      linuxppc-dev@lists.ozlabs.org
4385 S:      Maintained
4386 F:      drivers/dma/fsldma.*
4387
4388 FREESCALE I2C CPM DRIVER
4389 M:      Jochen Friedrich <jochen@scram.de>
4390 L:      linuxppc-dev@lists.ozlabs.org
4391 L:      linux-i2c@vger.kernel.org
4392 S:      Maintained
4393 F:      drivers/i2c/busses/i2c-cpm.c
4394
4395 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4396 M:      Sascha Hauer <kernel@pengutronix.de>
4397 L:      linux-fbdev@vger.kernel.org
4398 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4399 S:      Maintained
4400 F:      include/linux/platform_data/video-imxfb.h
4401 F:      drivers/video/fbdev/imxfb.c
4402
4403 FREESCALE QUAD SPI DRIVER
4404 M:      Han Xu <han.xu@freescale.com>
4405 L:      linux-mtd@lists.infradead.org
4406 S:      Maintained
4407 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4408
4409 FREESCALE SOC FS_ENET DRIVER
4410 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4411 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4412 L:      linuxppc-dev@lists.ozlabs.org
4413 L:      netdev@vger.kernel.org
4414 S:      Maintained
4415 F:      drivers/net/ethernet/freescale/fs_enet/
4416 F:      include/linux/fs_enet_pd.h
4417
4418 FREESCALE QUICC ENGINE LIBRARY
4419 L:      linuxppc-dev@lists.ozlabs.org
4420 S:      Orphan
4421 F:      arch/powerpc/sysdev/qe_lib/
4422 F:      arch/powerpc/include/asm/*qe.h
4423
4424 FREESCALE USB PERIPHERAL DRIVERS
4425 M:      Li Yang <leoli@freescale.com>
4426 L:      linux-usb@vger.kernel.org
4427 L:      linuxppc-dev@lists.ozlabs.org
4428 S:      Maintained
4429 F:      drivers/usb/gadget/udc/fsl*
4430
4431 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4432 M:      Li Yang <leoli@freescale.com>
4433 L:      netdev@vger.kernel.org
4434 L:      linuxppc-dev@lists.ozlabs.org
4435 S:      Maintained
4436 F:      drivers/net/ethernet/freescale/ucc_geth*
4437
4438 FREESCALE QUICC ENGINE UCC UART DRIVER
4439 M:      Timur Tabi <timur@tabi.org>
4440 L:      linuxppc-dev@lists.ozlabs.org
4441 S:      Maintained
4442 F:      drivers/tty/serial/ucc_uart.c
4443
4444 FREESCALE SOC SOUND DRIVERS
4445 M:      Timur Tabi <timur@tabi.org>
4446 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4447 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4448 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4449 L:      linuxppc-dev@lists.ozlabs.org
4450 S:      Maintained
4451 F:      sound/soc/fsl/fsl*
4452 F:      sound/soc/fsl/imx*
4453 F:      sound/soc/fsl/mpc8610_hpcd.c
4454
4455 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4456 M:      "J. German Rivera" <German.Rivera@freescale.com>
4457 L:      linux-kernel@vger.kernel.org
4458 S:      Maintained
4459 F:      drivers/staging/fsl-mc/
4460
4461 FREEVXFS FILESYSTEM
4462 M:      Christoph Hellwig <hch@infradead.org>
4463 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4464 S:      Maintained
4465 F:      fs/freevxfs/
4466
4467 FREEZER
4468 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4469 M:      Pavel Machek <pavel@ucw.cz>
4470 L:      linux-pm@vger.kernel.org
4471 S:      Supported
4472 F:      Documentation/power/freezing-of-tasks.txt
4473 F:      include/linux/freezer.h
4474 F:      kernel/freezer.c
4475
4476 FRONTSWAP API
4477 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4478 L:      linux-kernel@vger.kernel.org
4479 S:      Maintained
4480 F:      mm/frontswap.c
4481 F:      include/linux/frontswap.h
4482
4483 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4484 M:      David Howells <dhowells@redhat.com>
4485 L:      linux-cachefs@redhat.com
4486 S:      Supported
4487 F:      Documentation/filesystems/caching/
4488 F:      fs/fscache/
4489 F:      include/linux/fscache*.h
4490
4491 F2FS FILE SYSTEM
4492 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4493 M:      Changman Lee <cm224.lee@samsung.com>
4494 R:      Chao Yu <chao2.yu@samsung.com>
4495 L:      linux-f2fs-devel@lists.sourceforge.net
4496 W:      http://en.wikipedia.org/wiki/F2FS
4497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4498 S:      Maintained
4499 F:      Documentation/filesystems/f2fs.txt
4500 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4501 F:      fs/f2fs/
4502 F:      include/linux/f2fs_fs.h
4503 F:      include/trace/events/f2fs.h
4504
4505 FUJITSU FR-V (FRV) PORT
4506 M:      David Howells <dhowells@redhat.com>
4507 S:      Maintained
4508 F:      arch/frv/
4509
4510 FUJITSU LAPTOP EXTRAS
4511 M:      Jonathan Woithe <jwoithe@just42.net>
4512 L:      platform-driver-x86@vger.kernel.org
4513 S:      Maintained
4514 F:      drivers/platform/x86/fujitsu-laptop.c
4515
4516 FUJITSU M-5MO LS CAMERA ISP DRIVER
4517 M:      Kyungmin Park <kyungmin.park@samsung.com>
4518 M:      Heungjun Kim <riverful.kim@samsung.com>
4519 L:      linux-media@vger.kernel.org
4520 S:      Maintained
4521 F:      drivers/media/i2c/m5mols/
4522 F:      include/media/m5mols.h
4523
4524 FUJITSU TABLET EXTRAS
4525 M:      Robert Gerlach <khnz@gmx.de>
4526 L:      platform-driver-x86@vger.kernel.org
4527 S:      Maintained
4528 F:      drivers/platform/x86/fujitsu-tablet.c
4529
4530 FUSE: FILESYSTEM IN USERSPACE
4531 M:      Miklos Szeredi <miklos@szeredi.hu>
4532 L:      fuse-devel@lists.sourceforge.net
4533 W:      http://fuse.sourceforge.net/
4534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4535 S:      Maintained
4536 F:      fs/fuse/
4537 F:      include/uapi/linux/fuse.h
4538 F:      Documentation/filesystems/fuse.txt
4539
4540 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4541 M:      Rik Faith <faith@cs.unc.edu>
4542 L:      linux-scsi@vger.kernel.org
4543 S:      Odd Fixes (e.g., new signatures)
4544 F:      drivers/scsi/fdomain.*
4545
4546 GCOV BASED KERNEL PROFILING
4547 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4548 S:      Maintained
4549 F:      kernel/gcov/
4550 F:      Documentation/gcov.txt
4551
4552 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4553 M:      Achim Leubner <achim_leubner@adaptec.com>
4554 L:      linux-scsi@vger.kernel.org
4555 W:      http://www.icp-vortex.com/
4556 S:      Supported
4557 F:      drivers/scsi/gdt*
4558
4559 GDB KERNEL DEBUGGING HELPER SCRIPTS
4560 M:      Jan Kiszka <jan.kiszka@siemens.com>
4561 S:      Supported
4562 F:      scripts/gdb/
4563
4564 GEMTEK FM RADIO RECEIVER DRIVER
4565 M:      Hans Verkuil <hverkuil@xs4all.nl>
4566 L:      linux-media@vger.kernel.org
4567 T:      git git://linuxtv.org/media_tree.git
4568 W:      http://linuxtv.org
4569 S:      Maintained
4570 F:      drivers/media/radio/radio-gemtek*
4571
4572 GENERIC GPIO I2C DRIVER
4573 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4574 S:      Supported
4575 F:      drivers/i2c/busses/i2c-gpio.c
4576 F:      include/linux/i2c-gpio.h
4577
4578 GENERIC GPIO I2C MULTIPLEXER DRIVER
4579 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4580 L:      linux-i2c@vger.kernel.org
4581 S:      Supported
4582 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4583 F:      include/linux/i2c-mux-gpio.h
4584 F:      Documentation/i2c/muxes/i2c-mux-gpio
4585
4586 GENERIC HDLC (WAN) DRIVERS
4587 M:      Krzysztof Halasa <khc@pm.waw.pl>
4588 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4589 S:      Maintained
4590 F:      drivers/net/wan/c101.c
4591 F:      drivers/net/wan/hd6457*
4592 F:      drivers/net/wan/hdlc*
4593 F:      drivers/net/wan/n2.c
4594 F:      drivers/net/wan/pc300too.c
4595 F:      drivers/net/wan/pci200syn.c
4596 F:      drivers/net/wan/wanxl*
4597
4598 GENERIC INCLUDE/ASM HEADER FILES
4599 M:      Arnd Bergmann <arnd@arndb.de>
4600 L:      linux-arch@vger.kernel.org
4601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4602 S:      Maintained
4603 F:      include/asm-generic/
4604 F:      include/uapi/asm-generic/
4605
4606 GENERIC PHY FRAMEWORK
4607 M:      Kishon Vijay Abraham I <kishon@ti.com>
4608 L:      linux-kernel@vger.kernel.org
4609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4610 S:      Supported
4611 F:      drivers/phy/
4612 F:      include/linux/phy/
4613
4614 GENERIC PM DOMAINS
4615 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4616 M:      Kevin Hilman <khilman@kernel.org>
4617 M:      Ulf Hansson <ulf.hansson@linaro.org>
4618 L:      linux-pm@vger.kernel.org
4619 S:      Supported
4620 F:      drivers/base/power/domain*.c
4621 F:      include/linux/pm_domain.h
4622
4623 GENERIC UIO DRIVER FOR PCI DEVICES
4624 M:      "Michael S. Tsirkin" <mst@redhat.com>
4625 L:      kvm@vger.kernel.org
4626 S:      Supported
4627 F:      drivers/uio/uio_pci_generic.c
4628
4629 GET_MAINTAINER SCRIPT
4630 M:      Joe Perches <joe@perches.com>
4631 S:      Maintained
4632 F:      scripts/get_maintainer.pl
4633
4634 GFS2 FILE SYSTEM
4635 M:      Steven Whitehouse <swhiteho@redhat.com>
4636 M:      Bob Peterson <rpeterso@redhat.com>
4637 L:      cluster-devel@redhat.com
4638 W:      http://sources.redhat.com/cluster/
4639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4640 S:      Supported
4641 F:      Documentation/filesystems/gfs2*.txt
4642 F:      fs/gfs2/
4643 F:      include/uapi/linux/gfs2_ondisk.h
4644
4645 GIGASET ISDN DRIVERS
4646 M:      Paul Bolle <pebolle@tiscali.nl>
4647 L:      gigaset307x-common@lists.sourceforge.net
4648 W:      http://gigaset307x.sourceforge.net/
4649 S:      Odd Fixes
4650 F:      Documentation/isdn/README.gigaset
4651 F:      drivers/isdn/gigaset/
4652 F:      include/uapi/linux/gigaset_dev.h
4653
4654 GO7007 MPEG CODEC
4655 M:      Hans Verkuil <hans.verkuil@cisco.com>
4656 L:      linux-media@vger.kernel.org
4657 S:      Maintained
4658 F:      drivers/media/usb/go7007/
4659
4660 GOODIX TOUCHSCREEN
4661 M:      Bastien Nocera <hadess@hadess.net>
4662 L:      linux-input@vger.kernel.org
4663 S:      Maintained
4664 F:      drivers/input/touchscreen/goodix.c
4665
4666 GPIO SUBSYSTEM
4667 M:      Linus Walleij <linus.walleij@linaro.org>
4668 M:      Alexandre Courbot <gnurou@gmail.com>
4669 L:      linux-gpio@vger.kernel.org
4670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4671 S:      Maintained
4672 F:      Documentation/gpio/
4673 F:      drivers/gpio/
4674 F:      include/linux/gpio/
4675 F:      include/linux/gpio.h
4676 F:      include/asm-generic/gpio.h
4677
4678 GRE DEMULTIPLEXER DRIVER
4679 M:      Dmitry Kozlov <xeb@mail.ru>
4680 L:      netdev@vger.kernel.org
4681 S:      Maintained
4682 F:      net/ipv4/gre_demux.c
4683 F:      net/ipv4/gre_offload.c
4684 F:      include/net/gre.h
4685
4686 GRETH 10/100/1G Ethernet MAC device driver
4687 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4688 L:      netdev@vger.kernel.org
4689 S:      Maintained
4690 F:      drivers/net/ethernet/aeroflex/
4691
4692 GSPCA FINEPIX SUBDRIVER
4693 M:      Frank Zago <frank@zago.net>
4694 L:      linux-media@vger.kernel.org
4695 T:      git git://linuxtv.org/media_tree.git
4696 S:      Maintained
4697 F:      drivers/media/usb/gspca/finepix.c
4698
4699 GSPCA GL860 SUBDRIVER
4700 M:      Olivier Lorin <o.lorin@laposte.net>
4701 L:      linux-media@vger.kernel.org
4702 T:      git git://linuxtv.org/media_tree.git
4703 S:      Maintained
4704 F:      drivers/media/usb/gspca/gl860/
4705
4706 GSPCA M5602 SUBDRIVER
4707 M:      Erik Andren <erik.andren@gmail.com>
4708 L:      linux-media@vger.kernel.org
4709 T:      git git://linuxtv.org/media_tree.git
4710 S:      Maintained
4711 F:      drivers/media/usb/gspca/m5602/
4712
4713 GSPCA PAC207 SONIXB SUBDRIVER
4714 M:      Hans de Goede <hdegoede@redhat.com>
4715 L:      linux-media@vger.kernel.org
4716 T:      git git://linuxtv.org/media_tree.git
4717 S:      Maintained
4718 F:      drivers/media/usb/gspca/pac207.c
4719
4720 GSPCA SN9C20X SUBDRIVER
4721 M:      Brian Johnson <brijohn@gmail.com>
4722 L:      linux-media@vger.kernel.org
4723 T:      git git://linuxtv.org/media_tree.git
4724 S:      Maintained
4725 F:      drivers/media/usb/gspca/sn9c20x.c
4726
4727 GSPCA T613 SUBDRIVER
4728 M:      Leandro Costantino <lcostantino@gmail.com>
4729 L:      linux-media@vger.kernel.org
4730 T:      git git://linuxtv.org/media_tree.git
4731 S:      Maintained
4732 F:      drivers/media/usb/gspca/t613.c
4733
4734 GSPCA USB WEBCAM DRIVER
4735 M:      Hans de Goede <hdegoede@redhat.com>
4736 L:      linux-media@vger.kernel.org
4737 T:      git git://linuxtv.org/media_tree.git
4738 S:      Maintained
4739 F:      drivers/media/usb/gspca/
4740
4741 GUID PARTITION TABLE (GPT)
4742 M:      Davidlohr Bueso <dave@stgolabs.net>
4743 L:      linux-efi@vger.kernel.org
4744 S:      Maintained
4745 F:      block/partitions/efi.*
4746
4747 STK1160 USB VIDEO CAPTURE DRIVER
4748 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4749 L:      linux-media@vger.kernel.org
4750 T:      git git://linuxtv.org/media_tree.git
4751 S:      Maintained
4752 F:      drivers/media/usb/stk1160/
4753
4754 H8/300 ARCHITECTURE
4755 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4756 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4757 W:      http://uclinux-h8.sourceforge.jp
4758 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4759 S:      Maintained
4760 F:      arch/h8300/
4761 F:      drivers/clocksource/h8300_*.c
4762 F:      drivers/clk/h8300/
4763 F:      drivers/irqchip/irq-renesas-h8*.c
4764
4765 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4766 M:      Frank Seidel <frank@f-seidel.de>
4767 L:      platform-driver-x86@vger.kernel.org
4768 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4769 S:      Maintained
4770 F:      drivers/platform/x86/hdaps.c
4771
4772 HDPVR USB VIDEO ENCODER DRIVER
4773 M:      Hans Verkuil <hverkuil@xs4all.nl>
4774 L:      linux-media@vger.kernel.org
4775 T:      git git://linuxtv.org/media_tree.git
4776 W:      http://linuxtv.org
4777 S:      Odd Fixes
4778 F:      drivers/media/usb/hdpvr/
4779
4780 HWPOISON MEMORY FAILURE HANDLING
4781 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4782 L:      linux-mm@kvack.org
4783 S:      Maintained
4784 F:      mm/memory-failure.c
4785 F:      mm/hwpoison-inject.c
4786
4787 HYPERVISOR VIRTUAL CONSOLE DRIVER
4788 L:      linuxppc-dev@lists.ozlabs.org
4789 S:      Odd Fixes
4790 F:      drivers/tty/hvc/
4791
4792 HACKRF MEDIA DRIVER
4793 M:      Antti Palosaari <crope@iki.fi>
4794 L:      linux-media@vger.kernel.org
4795 W:      http://linuxtv.org/
4796 W:      http://palosaari.fi/linux/
4797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4798 T:      git git://linuxtv.org/anttip/media_tree.git
4799 S:      Maintained
4800 F:      drivers/media/usb/hackrf/
4801
4802 HARDWARE MONITORING
4803 M:      Jean Delvare <jdelvare@suse.com>
4804 M:      Guenter Roeck <linux@roeck-us.net>
4805 L:      lm-sensors@lm-sensors.org
4806 W:      http://www.lm-sensors.org/
4807 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4809 S:      Maintained
4810 F:      Documentation/hwmon/
4811 F:      drivers/hwmon/
4812 F:      include/linux/hwmon*.h
4813
4814 HARDWARE RANDOM NUMBER GENERATOR CORE
4815 M:      Matt Mackall <mpm@selenic.com>
4816 M:      Herbert Xu <herbert@gondor.apana.org.au>
4817 L:      linux-crypto@vger.kernel.org
4818 S:      Odd fixes
4819 F:      Documentation/hw_random.txt
4820 F:      drivers/char/hw_random/
4821 F:      include/linux/hw_random.h
4822
4823 HARDWARE SPINLOCK CORE
4824 M:      Ohad Ben-Cohen <ohad@wizery.com>
4825 S:      Maintained
4826 F:      Documentation/hwspinlock.txt
4827 F:      drivers/hwspinlock/hwspinlock_*
4828 F:      include/linux/hwspinlock.h
4829
4830 HARMONY SOUND DRIVER
4831 L:      linux-parisc@vger.kernel.org
4832 S:      Maintained
4833 F:      sound/parisc/harmony.*
4834
4835 HD29L2 MEDIA DRIVER
4836 M:      Antti Palosaari <crope@iki.fi>
4837 L:      linux-media@vger.kernel.org
4838 W:      http://linuxtv.org/
4839 W:      http://palosaari.fi/linux/
4840 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4841 T:      git git://linuxtv.org/anttip/media_tree.git
4842 S:      Maintained
4843 F:      drivers/media/dvb-frontends/hd29l2*
4844
4845 HEWLETT-PACKARD SMART2 RAID DRIVER
4846 L:      iss_storagedev@hp.com
4847 S:      Orphan
4848 F:      Documentation/blockdev/cpqarray.txt
4849 F:      drivers/block/cpqarray.*
4850
4851 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4852 M:      Don Brace <don.brace@pmcs.com>
4853 L:      iss_storagedev@hp.com
4854 L:      storagedev@pmcs.com
4855 L:      linux-scsi@vger.kernel.org
4856 S:      Supported
4857 F:      Documentation/scsi/hpsa.txt
4858 F:      drivers/scsi/hpsa*.[ch]
4859 F:      include/linux/cciss*.h
4860 F:      include/uapi/linux/cciss*.h
4861
4862 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4863 M:      Don Brace <don.brace@pmcs.com>
4864 L:      iss_storagedev@hp.com
4865 L:      storagedev@pmcs.com
4866 L:      linux-scsi@vger.kernel.org
4867 S:      Supported
4868 F:      Documentation/blockdev/cciss.txt
4869 F:      drivers/block/cciss*
4870 F:      include/linux/cciss_ioctl.h
4871 F:      include/uapi/linux/cciss_ioctl.h
4872
4873 HFS FILESYSTEM
4874 L:      linux-fsdevel@vger.kernel.org
4875 S:      Orphan
4876 F:      Documentation/filesystems/hfs.txt
4877 F:      fs/hfs/
4878
4879 HFSPLUS FILESYSTEM
4880 L:      linux-fsdevel@vger.kernel.org
4881 S:      Orphan
4882 F:      Documentation/filesystems/hfsplus.txt
4883 F:      fs/hfsplus/
4884
4885 HGA FRAMEBUFFER DRIVER
4886 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4887 L:      linux-nvidia@lists.surfsouth.com
4888 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4889 S:      Maintained
4890 F:      drivers/video/fbdev/hgafb.c
4891
4892 HIBERNATION (aka Software Suspend, aka swsusp)
4893 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4894 M:      Pavel Machek <pavel@ucw.cz>
4895 L:      linux-pm@vger.kernel.org
4896 S:      Supported
4897 F:      arch/x86/power/
4898 F:      drivers/base/power/
4899 F:      kernel/power/
4900 F:      include/linux/suspend.h
4901 F:      include/linux/freezer.h
4902 F:      include/linux/pm.h
4903 F:      arch/*/include/asm/suspend*.h
4904
4905 HID CORE LAYER
4906 M:      Jiri Kosina <jikos@kernel.org>
4907 L:      linux-input@vger.kernel.org
4908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4909 S:      Maintained
4910 F:      drivers/hid/
4911 F:      include/linux/hid*
4912 F:      include/uapi/linux/hid*
4913
4914 HID SENSOR HUB DRIVERS
4915 M:      Jiri Kosina <jikos@kernel.org>
4916 M:      Jonathan Cameron <jic23@kernel.org>
4917 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4918 L:      linux-input@vger.kernel.org
4919 L:      linux-iio@vger.kernel.org
4920 S:      Maintained
4921 F:      Documentation/hid/hid-sensor*
4922 F:      drivers/hid/hid-sensor-*
4923 F:      drivers/iio/*/hid-*
4924 F:      include/linux/hid-sensor-*
4925
4926 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4927 M:      Thomas Gleixner <tglx@linutronix.de>
4928 L:      linux-kernel@vger.kernel.org
4929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4930 S:      Maintained
4931 F:      Documentation/timers/
4932 F:      kernel/time/hrtimer.c
4933 F:      kernel/time/clockevents.c
4934 F:      kernel/time/tick*.*
4935 F:      kernel/time/timer_*.c
4936 F:      include/linux/clockchips.h
4937 F:      include/linux/hrtimer.h
4938
4939 HIGH-SPEED SCC DRIVER FOR AX.25
4940 L:      linux-hams@vger.kernel.org
4941 S:      Orphan
4942 F:      drivers/net/hamradio/dmascc.c
4943 F:      drivers/net/hamradio/scc.c
4944
4945 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4946 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4947 W:      http://www.highpoint-tech.com
4948 S:      Supported
4949 F:      Documentation/scsi/hptiop.txt
4950 F:      drivers/scsi/hptiop.c
4951
4952 HIPPI
4953 M:      Jes Sorensen <jes@trained-monkey.org>
4954 L:      linux-hippi@sunsite.dk
4955 S:      Maintained
4956 F:      include/linux/hippidevice.h
4957 F:      include/uapi/linux/if_hippi.h
4958 F:      net/802/hippi.c
4959 F:      drivers/net/hippi/
4960
4961 HOST AP DRIVER
4962 M:      Jouni Malinen <j@w1.fi>
4963 L:      hostap@shmoo.com (subscribers-only)
4964 L:      linux-wireless@vger.kernel.org
4965 W:      http://hostap.epitest.fi/
4966 S:      Maintained
4967 F:      drivers/net/wireless/hostap/
4968
4969 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4970 L:      platform-driver-x86@vger.kernel.org
4971 S:      Orphan
4972 F:      drivers/platform/x86/tc1100-wmi.c
4973
4974 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4975 M:      Jaroslav Kysela <perex@perex.cz>
4976 S:      Maintained
4977 F:      drivers/net/ethernet/hp/hp100.*
4978
4979 HPET:   High Precision Event Timers driver
4980 M:      Clemens Ladisch <clemens@ladisch.de>
4981 S:      Maintained
4982 F:      Documentation/timers/hpet.txt
4983 F:      drivers/char/hpet.c
4984 F:      include/linux/hpet.h
4985 F:      include/uapi/linux/hpet.h
4986
4987 HPET:   x86
4988 S:      Orphan
4989 F:      arch/x86/kernel/hpet.c
4990 F:      arch/x86/include/asm/hpet.h
4991
4992 HPFS FILESYSTEM
4993 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4994 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4995 S:      Maintained
4996 F:      fs/hpfs/
4997
4998 HSI SUBSYSTEM
4999 M:      Sebastian Reichel <sre@kernel.org>
5000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5001 S:      Maintained
5002 F:      Documentation/ABI/testing/sysfs-bus-hsi
5003 F:      Documentation/hsi.txt
5004 F:      drivers/hsi/
5005 F:      include/linux/hsi/
5006 F:      include/uapi/linux/hsi/
5007
5008 HSO 3G MODEM DRIVER
5009 M:      Jan Dumon <j.dumon@option.com>
5010 W:      http://www.pharscape.org
5011 S:      Maintained
5012 F:      drivers/net/usb/hso.c
5013
5014 HSR NETWORK PROTOCOL
5015 M:      Arvid Brodin <arvid.brodin@alten.se>
5016 L:      netdev@vger.kernel.org
5017 S:      Maintained
5018 F:      net/hsr/
5019
5020 HTCPEN TOUCHSCREEN DRIVER
5021 M:      Pau Oliva Fora <pof@eslack.org>
5022 L:      linux-input@vger.kernel.org
5023 S:      Maintained
5024 F:      drivers/input/touchscreen/htcpen.c
5025
5026 HUGETLB FILESYSTEM
5027 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5028 S:      Maintained
5029 F:      fs/hugetlbfs/
5030
5031 Hyper-V CORE AND DRIVERS
5032 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5033 M:      Haiyang Zhang <haiyangz@microsoft.com>
5034 L:      devel@linuxdriverproject.org
5035 S:      Maintained
5036 F:      arch/x86/include/asm/mshyperv.h
5037 F:      arch/x86/include/uapi/asm/hyperv.h
5038 F:      arch/x86/kernel/cpu/mshyperv.c
5039 F:      drivers/hid/hid-hyperv.c
5040 F:      drivers/hv/
5041 F:      drivers/input/serio/hyperv-keyboard.c
5042 F:      drivers/net/hyperv/
5043 F:      drivers/scsi/storvsc_drv.c
5044 F:      drivers/video/fbdev/hyperv_fb.c
5045 F:      include/linux/hyperv.h
5046 F:      tools/hv/
5047 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5048
5049 I2C OVER PARALLEL PORT
5050 M:      Jean Delvare <jdelvare@suse.com>
5051 L:      linux-i2c@vger.kernel.org
5052 S:      Maintained
5053 F:      Documentation/i2c/busses/i2c-parport
5054 F:      Documentation/i2c/busses/i2c-parport-light
5055 F:      drivers/i2c/busses/i2c-parport.c
5056 F:      drivers/i2c/busses/i2c-parport-light.c
5057
5058 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5059 M:      Jean Delvare <jdelvare@suse.com>
5060 L:      linux-i2c@vger.kernel.org
5061 S:      Maintained
5062 F:      Documentation/i2c/busses/i2c-ali1535
5063 F:      Documentation/i2c/busses/i2c-ali1563
5064 F:      Documentation/i2c/busses/i2c-ali15x3
5065 F:      Documentation/i2c/busses/i2c-amd756
5066 F:      Documentation/i2c/busses/i2c-amd8111
5067 F:      Documentation/i2c/busses/i2c-i801
5068 F:      Documentation/i2c/busses/i2c-nforce2
5069 F:      Documentation/i2c/busses/i2c-piix4
5070 F:      Documentation/i2c/busses/i2c-sis5595
5071 F:      Documentation/i2c/busses/i2c-sis630
5072 F:      Documentation/i2c/busses/i2c-sis96x
5073 F:      Documentation/i2c/busses/i2c-via
5074 F:      Documentation/i2c/busses/i2c-viapro
5075 F:      drivers/i2c/busses/i2c-ali1535.c
5076 F:      drivers/i2c/busses/i2c-ali1563.c
5077 F:      drivers/i2c/busses/i2c-ali15x3.c
5078 F:      drivers/i2c/busses/i2c-amd756.c
5079 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5080 F:      drivers/i2c/busses/i2c-amd8111.c
5081 F:      drivers/i2c/busses/i2c-i801.c
5082 F:      drivers/i2c/busses/i2c-isch.c
5083 F:      drivers/i2c/busses/i2c-nforce2.c
5084 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5085 F:      drivers/i2c/busses/i2c-piix4.c
5086 F:      drivers/i2c/busses/i2c-sis5595.c
5087 F:      drivers/i2c/busses/i2c-sis630.c
5088 F:      drivers/i2c/busses/i2c-sis96x.c
5089 F:      drivers/i2c/busses/i2c-via.c
5090 F:      drivers/i2c/busses/i2c-viapro.c
5091
5092 I2C/SMBUS ISMT DRIVER
5093 M:      Seth Heasley <seth.heasley@intel.com>
5094 M:      Neil Horman <nhorman@tuxdriver.com>
5095 L:      linux-i2c@vger.kernel.org
5096 F:      drivers/i2c/busses/i2c-ismt.c
5097 F:      Documentation/i2c/busses/i2c-ismt
5098
5099 I2C/SMBUS STUB DRIVER
5100 M:      Jean Delvare <jdelvare@suse.com>
5101 L:      linux-i2c@vger.kernel.org
5102 S:      Maintained
5103 F:      drivers/i2c/i2c-stub.c
5104
5105 I2C SUBSYSTEM
5106 M:      Wolfram Sang <wsa@the-dreams.de>
5107 L:      linux-i2c@vger.kernel.org
5108 W:      https://i2c.wiki.kernel.org/
5109 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5111 S:      Maintained
5112 F:      Documentation/devicetree/bindings/i2c/
5113 F:      Documentation/i2c/
5114 F:      drivers/i2c/
5115 F:      include/linux/i2c.h
5116 F:      include/linux/i2c-*.h
5117 F:      include/uapi/linux/i2c.h
5118 F:      include/uapi/linux/i2c-*.h
5119
5120 I2C ACPI SUPPORT
5121 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5122 L:      linux-i2c@vger.kernel.org
5123 L:      linux-acpi@vger.kernel.org
5124 S:      Maintained
5125
5126 I2C-TAOS-EVM DRIVER
5127 M:      Jean Delvare <jdelvare@suse.com>
5128 L:      linux-i2c@vger.kernel.org
5129 S:      Maintained
5130 F:      Documentation/i2c/busses/i2c-taos-evm
5131 F:      drivers/i2c/busses/i2c-taos-evm.c
5132
5133 I2C-TINY-USB DRIVER
5134 M:      Till Harbaum <till@harbaum.org>
5135 L:      linux-i2c@vger.kernel.org
5136 W:      http://www.harbaum.org/till/i2c_tiny_usb
5137 S:      Maintained
5138 F:      drivers/i2c/busses/i2c-tiny-usb.c
5139
5140 i386 BOOT CODE
5141 M:      "H. Peter Anvin" <hpa@zytor.com>
5142 S:      Maintained
5143 F:      arch/x86/boot/
5144
5145 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5146 M:      "H. Peter Anvin" <hpa@zytor.com>
5147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5148 S:      Maintained
5149
5150 IA64 (Itanium) PLATFORM
5151 M:      Tony Luck <tony.luck@intel.com>
5152 M:      Fenghua Yu <fenghua.yu@intel.com>
5153 L:      linux-ia64@vger.kernel.org
5154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5155 S:      Maintained
5156 F:      arch/ia64/
5157
5158 IBM Power VMX Cryptographic instructions
5159 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5160 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5161 L:      linux-crypto@vger.kernel.org
5162 S:      Supported
5163 F:      drivers/crypto/vmx/Makefile
5164 F:      drivers/crypto/vmx/Kconfig
5165 F:      drivers/crypto/vmx/vmx.c
5166 F:      drivers/crypto/vmx/aes*
5167 F:      drivers/crypto/vmx/ghash*
5168 F:      drivers/crypto/vmx/ppc-xlate.pl
5169
5170 IBM Power in-Nest Crypto Acceleration
5171 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5172 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5173 L:      linux-crypto@vger.kernel.org
5174 S:      Supported
5175 F:      drivers/crypto/nx/Makefile
5176 F:      drivers/crypto/nx/Kconfig
5177 F:      drivers/crypto/nx/nx-aes*
5178 F:      drivers/crypto/nx/nx-sha*
5179 F:      drivers/crypto/nx/nx.*
5180 F:      drivers/crypto/nx/nx_csbcpb.h
5181 F:      drivers/crypto/nx/nx_debugfs.h
5182
5183 IBM Power 842 compression accelerator
5184 M:      Dan Streetman <ddstreet@ieee.org>
5185 S:      Supported
5186 F:      drivers/crypto/nx/Makefile
5187 F:      drivers/crypto/nx/Kconfig
5188 F:      drivers/crypto/nx/nx-842*
5189 F:      include/linux/sw842.h
5190 F:      crypto/842.c
5191 F:      lib/842/
5192
5193 IBM Power Linux RAID adapter
5194 M:      Brian King <brking@us.ibm.com>
5195 S:      Supported
5196 F:      drivers/scsi/ipr.*
5197
5198 IBM Power Virtual Ethernet Device Driver
5199 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5200 L:      netdev@vger.kernel.org
5201 S:      Supported
5202 F:      drivers/net/ethernet/ibm/ibmveth.*
5203
5204 IBM Power Virtual SCSI Device Drivers
5205 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5206 L:      linux-scsi@vger.kernel.org
5207 S:      Supported
5208 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5209 F:      drivers/scsi/ibmvscsi/viosrp.h
5210
5211 IBM Power Virtual FC Device Drivers
5212 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5213 L:      linux-scsi@vger.kernel.org
5214 S:      Supported
5215 F:      drivers/scsi/ibmvscsi/ibmvfc*
5216
5217 IBM ServeRAID RAID DRIVER
5218 S:      Orphan
5219 F:      drivers/scsi/ips.*
5220
5221 ICH LPC AND GPIO DRIVER
5222 M:      Peter Tyser <ptyser@xes-inc.com>
5223 S:      Maintained
5224 F:      drivers/mfd/lpc_ich.c
5225 F:      drivers/gpio/gpio-ich.c
5226
5227 IDE SUBSYSTEM
5228 M:      "David S. Miller" <davem@davemloft.net>
5229 L:      linux-ide@vger.kernel.org
5230 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5232 S:      Maintained
5233 F:      Documentation/ide/
5234 F:      drivers/ide/
5235 F:      include/linux/ide.h
5236
5237 IDEAPAD LAPTOP EXTRAS DRIVER
5238 M:      Ike Panhc <ike.pan@canonical.com>
5239 L:      platform-driver-x86@vger.kernel.org
5240 W:      http://launchpad.net/ideapad-laptop
5241 S:      Maintained
5242 F:      drivers/platform/x86/ideapad-laptop.c
5243
5244 IDEAPAD LAPTOP SLIDEBAR DRIVER
5245 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5246 L:      linux-input@vger.kernel.org
5247 W:      https://github.com/o2genum/ideapad-slidebar
5248 S:      Maintained
5249 F:      drivers/input/misc/ideapad_slidebar.c
5250
5251 IDE/ATAPI DRIVERS
5252 M:      Borislav Petkov <bp@alien8.de>
5253 L:      linux-ide@vger.kernel.org
5254 S:      Maintained
5255 F:      Documentation/cdrom/ide-cd
5256 F:      drivers/ide/ide-cd*
5257
5258 IDLE-I7300
5259 M:      Andy Henroid <andrew.d.henroid@intel.com>
5260 L:      linux-pm@vger.kernel.org
5261 S:      Supported
5262 F:      drivers/idle/i7300_idle.c
5263
5264 IEEE 802.15.4 SUBSYSTEM
5265 M:      Alexander Aring <alex.aring@gmail.com>
5266 L:      linux-wpan@vger.kernel.org
5267 W:      https://github.com/linux-wpan
5268 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5269 S:      Maintained
5270 F:      net/ieee802154/
5271 F:      net/mac802154/
5272 F:      drivers/net/ieee802154/
5273 F:      include/linux/nl802154.h
5274 F:      include/linux/ieee802154.h
5275 F:      include/net/nl802154.h
5276 F:      include/net/mac802154.h
5277 F:      include/net/af_ieee802154.h
5278 F:      include/net/cfg802154.h
5279 F:      include/net/ieee802154_netdev.h
5280 F:      Documentation/networking/ieee802154.txt
5281
5282 IGORPLUG-USB IR RECEIVER
5283 M:      Sean Young <sean@mess.org>
5284 L:      linux-media@vger.kernel.org
5285 S:      Maintained
5286 F:      drivers/media/rc/igorplugusb.c
5287
5288 IGUANAWORKS USB IR TRANSCEIVER
5289 M:      Sean Young <sean@mess.org>
5290 L:      linux-media@vger.kernel.org
5291 S:      Maintained
5292 F:      drivers/media/rc/iguanair.c
5293
5294 IIO SUBSYSTEM AND DRIVERS
5295 M:      Jonathan Cameron <jic23@kernel.org>
5296 R:      Hartmut Knaack <knaack.h@gmx.de>
5297 R:      Lars-Peter Clausen <lars@metafoo.de>
5298 R:      Peter Meerwald <pmeerw@pmeerw.net>
5299 L:      linux-iio@vger.kernel.org
5300 S:      Maintained
5301 F:      drivers/iio/
5302 F:      drivers/staging/iio/
5303 F:      include/linux/iio/
5304 F:      tools/iio/
5305
5306 IKANOS/ADI EAGLE ADSL USB DRIVER
5307 M:      Matthieu Castet <castet.matthieu@free.fr>
5308 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5309 S:      Maintained
5310 F:      drivers/usb/atm/ueagle-atm.c
5311
5312 INA209 HARDWARE MONITOR DRIVER
5313 M:      Guenter Roeck <linux@roeck-us.net>
5314 L:      lm-sensors@lm-sensors.org
5315 S:      Maintained
5316 F:      Documentation/hwmon/ina209
5317 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5318 F:      drivers/hwmon/ina209.c
5319
5320 INA2XX HARDWARE MONITOR DRIVER
5321 M:      Guenter Roeck <linux@roeck-us.net>
5322 L:      lm-sensors@lm-sensors.org
5323 S:      Maintained
5324 F:      Documentation/hwmon/ina2xx
5325 F:      drivers/hwmon/ina2xx.c
5326 F:      include/linux/platform_data/ina2xx.h
5327
5328 INDUSTRY PACK SUBSYSTEM (IPACK)
5329 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5330 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5331 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5332 L:      industrypack-devel@lists.sourceforge.net
5333 W:      http://industrypack.sourceforge.net
5334 S:      Maintained
5335 F:      drivers/ipack/
5336
5337 INGENIC JZ4780 DMA Driver
5338 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5339 S:      Maintained
5340 F:      drivers/dma/dma-jz4780.c
5341
5342 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5343 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5344 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5345 L:      linux-ima-devel@lists.sourceforge.net
5346 L:      linux-ima-user@lists.sourceforge.net
5347 L:      linux-security-module@vger.kernel.org
5348 S:      Supported
5349 F:      security/integrity/ima/
5350
5351 IMGTEC IR DECODER DRIVER
5352 M:      James Hogan <james.hogan@imgtec.com>
5353 S:      Maintained
5354 F:      drivers/media/rc/img-ir/
5355
5356 IMS TWINTURBO FRAMEBUFFER DRIVER
5357 L:      linux-fbdev@vger.kernel.org
5358 S:      Orphan
5359 F:      drivers/video/fbdev/imsttfb.c
5360
5361 INFINIBAND SUBSYSTEM
5362 M:      Doug Ledford <dledford@redhat.com>
5363 M:      Sean Hefty <sean.hefty@intel.com>
5364 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5365 L:      linux-rdma@vger.kernel.org
5366 W:      http://www.openfabrics.org/
5367 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5369 S:      Supported
5370 F:      Documentation/infiniband/
5371 F:      drivers/infiniband/
5372 F:      drivers/staging/rdma/
5373 F:      include/uapi/linux/if_infiniband.h
5374 F:      include/uapi/rdma/
5375 F:      include/rdma/
5376
5377 INOTIFY
5378 M:      John McCutchan <john@johnmccutchan.com>
5379 M:      Robert Love <rlove@rlove.org>
5380 M:      Eric Paris <eparis@parisplace.org>
5381 S:      Maintained
5382 F:      Documentation/filesystems/inotify.txt
5383 F:      fs/notify/inotify/
5384 F:      include/linux/inotify.h
5385 F:      include/uapi/linux/inotify.h
5386
5387 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5388 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5389 L:      linux-input@vger.kernel.org
5390 Q:      http://patchwork.kernel.org/project/linux-input/list/
5391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5392 S:      Maintained
5393 F:      drivers/input/
5394 F:      include/linux/input.h
5395 F:      include/uapi/linux/input.h
5396 F:      include/linux/input/
5397
5398 INPUT MULTITOUCH (MT) PROTOCOL
5399 M:      Henrik Rydberg <rydberg@bitmath.org>
5400 L:      linux-input@vger.kernel.org
5401 S:      Odd fixes
5402 F:      Documentation/input/multi-touch-protocol.txt
5403 F:      drivers/input/input-mt.c
5404 K:      \b(ABS|SYN)_MT_
5405
5406 INTEL ASoC BDW/HSW DRIVERS
5407 M:      Jie Yang <yang.jie@linux.intel.com>
5408 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5409 S:      Supported
5410 F:      sound/soc/intel/common/sst-dsp*
5411 F:      sound/soc/intel/common/sst-firmware.c
5412 F:      sound/soc/intel/boards/broadwell.c
5413 F:      sound/soc/intel/haswell/
5414
5415 INTEL C600 SERIES SAS CONTROLLER DRIVER
5416 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5417 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5418 L:      linux-scsi@vger.kernel.org
5419 T:      git git://git.code.sf.net/p/intel-sas/isci
5420 S:      Supported
5421 F:      drivers/scsi/isci/
5422
5423 INTEL IDLE DRIVER
5424 M:      Len Brown <lenb@kernel.org>
5425 L:      linux-pm@vger.kernel.org
5426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5427 S:      Supported
5428 F:      drivers/idle/intel_idle.c
5429
5430 INTEL PSTATE DRIVER
5431 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5432 L:      linux-pm@vger.kernel.org
5433 S:      Supported
5434 F:      drivers/cpufreq/intel_pstate.c
5435
5436 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5437 M:      Maik Broemme <mbroemme@plusserver.de>
5438 L:      linux-fbdev@vger.kernel.org
5439 S:      Maintained
5440 F:      Documentation/fb/intelfb.txt
5441 F:      drivers/video/fbdev/intelfb/
5442
5443 INTEL 810/815 FRAMEBUFFER DRIVER
5444 M:      Antonino Daplas <adaplas@gmail.com>
5445 L:      linux-fbdev@vger.kernel.org
5446 S:      Maintained
5447 F:      drivers/video/fbdev/i810/
5448
5449 INTEL MENLOW THERMAL DRIVER
5450 M:      Sujith Thomas <sujith.thomas@intel.com>
5451 L:      platform-driver-x86@vger.kernel.org
5452 W:      https://01.org/linux-acpi
5453 S:      Supported
5454 F:      drivers/platform/x86/intel_menlow.c
5455
5456 INTEL IA32 MICROCODE UPDATE SUPPORT
5457 M:      Borislav Petkov <bp@alien8.de>
5458 S:      Maintained
5459 F:      arch/x86/kernel/cpu/microcode/core*
5460 F:      arch/x86/kernel/cpu/microcode/intel*
5461
5462 INTEL I/OAT DMA DRIVER
5463 M:      Dave Jiang <dave.jiang@intel.com>
5464 R:      Dan Williams <dan.j.williams@intel.com>
5465 L:      dmaengine@vger.kernel.org
5466 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5467 S:      Supported
5468 F:      drivers/dma/ioat*
5469
5470 INTEL IOMMU (VT-d)
5471 M:      David Woodhouse <dwmw2@infradead.org>
5472 L:      iommu@lists.linux-foundation.org
5473 T:      git git://git.infradead.org/iommu-2.6.git
5474 S:      Supported
5475 F:      drivers/iommu/intel-iommu.c
5476 F:      include/linux/intel-iommu.h
5477
5478 INTEL IOP-ADMA DMA DRIVER
5479 R:      Dan Williams <dan.j.williams@intel.com>
5480 S:      Odd fixes
5481 F:      drivers/dma/iop-adma.c
5482
5483 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5484 M:      Krzysztof Halasa <khalasa@piap.pl>
5485 S:      Maintained
5486 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5487 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5488 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5489 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5490 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5491 F:      drivers/net/wan/ixp4xx_hss.c
5492
5493 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5494 M:      Deepak Saxena <dsaxena@plexity.net>
5495 S:      Maintained
5496 F:      drivers/char/hw_random/ixp4xx-rng.c
5497
5498 INTEL ETHERNET DRIVERS
5499 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5500 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5501 R:      Shannon Nelson <shannon.nelson@intel.com>
5502 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5503 R:      Don Skidmore <donald.c.skidmore@intel.com>
5504 R:      Matthew Vick <matthew.vick@intel.com>
5505 R:      John Ronciak <john.ronciak@intel.com>
5506 R:      Mitch Williams <mitch.a.williams@intel.com>
5507 L:      intel-wired-lan@lists.osuosl.org
5508 W:      http://www.intel.com/support/feedback.htm
5509 W:      http://e1000.sourceforge.net/
5510 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5513 S:      Supported
5514 F:      Documentation/networking/e100.txt
5515 F:      Documentation/networking/e1000.txt
5516 F:      Documentation/networking/e1000e.txt
5517 F:      Documentation/networking/igb.txt
5518 F:      Documentation/networking/igbvf.txt
5519 F:      Documentation/networking/ixgb.txt
5520 F:      Documentation/networking/ixgbe.txt
5521 F:      Documentation/networking/ixgbevf.txt
5522 F:      Documentation/networking/i40e.txt
5523 F:      Documentation/networking/i40evf.txt
5524 F:      drivers/net/ethernet/intel/
5525 F:      drivers/net/ethernet/intel/*/
5526
5527 INTEL-MID GPIO DRIVER
5528 M:      David Cohen <david.a.cohen@linux.intel.com>
5529 L:      linux-gpio@vger.kernel.org
5530 S:      Maintained
5531 F:      drivers/gpio/gpio-intel-mid.c
5532
5533 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5534 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5535 L:      linux-wireless@vger.kernel.org
5536 S:      Maintained
5537 F:      Documentation/networking/README.ipw2100
5538 F:      Documentation/networking/README.ipw2200
5539 F:      drivers/net/wireless/ipw2x00/
5540
5541 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5542 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5543 M:      Gang Wei <gang.wei@intel.com>
5544 M:      Shane Wang <shane.wang@intel.com>
5545 L:      tboot-devel@lists.sourceforge.net
5546 W:      http://tboot.sourceforge.net
5547 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5548 S:      Supported
5549 F:      Documentation/intel_txt.txt
5550 F:      include/linux/tboot.h
5551 F:      arch/x86/kernel/tboot.c
5552
5553 INTEL WIRELESS WIMAX CONNECTION 2400
5554 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5555 M:      linux-wimax@intel.com
5556 L:      wimax@linuxwimax.org (subscribers-only)
5557 S:      Supported
5558 W:      http://linuxwimax.org
5559 F:      Documentation/wimax/README.i2400m
5560 F:      drivers/net/wimax/i2400m/
5561 F:      include/uapi/linux/wimax/i2400m.h
5562
5563 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5564 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5565 L:      linux-wireless@vger.kernel.org
5566 S:      Supported
5567 F:      drivers/net/wireless/iwlegacy/
5568
5569 INTEL WIRELESS WIFI LINK (iwlwifi)
5570 M:      Johannes Berg <johannes.berg@intel.com>
5571 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5572 M:      Intel Linux Wireless <ilw@linux.intel.com>
5573 L:      linux-wireless@vger.kernel.org
5574 W:      http://intellinuxwireless.org
5575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5576 S:      Supported
5577 F:      drivers/net/wireless/iwlwifi/
5578
5579 INTEL MANAGEMENT ENGINE (mei)
5580 M:      Tomas Winkler <tomas.winkler@intel.com>
5581 L:      linux-kernel@vger.kernel.org
5582 S:      Supported
5583 F:      include/uapi/linux/mei.h
5584 F:      include/linux/mei_cl_bus.h
5585 F:      drivers/misc/mei/*
5586 F:      Documentation/misc-devices/mei/*
5587
5588 INTEL PMC IPC DRIVER
5589 M:      Zha Qipeng<qipeng.zha@intel.com>
5590 L:      platform-driver-x86@vger.kernel.org
5591 S:      Maintained
5592 F:      drivers/platform/x86/intel_pmc_ipc.c
5593 F:      arch/x86/include/asm/intel_pmc_ipc.h
5594
5595 IOC3 ETHERNET DRIVER
5596 M:      Ralf Baechle <ralf@linux-mips.org>
5597 L:      linux-mips@linux-mips.org
5598 S:      Maintained
5599 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5600
5601 IOC3 SERIAL DRIVER
5602 M:      Pat Gefre <pfg@sgi.com>
5603 L:      linux-serial@vger.kernel.org
5604 S:      Maintained
5605 F:      drivers/tty/serial/ioc3_serial.c
5606
5607 IOMMU DRIVERS
5608 M:      Joerg Roedel <joro@8bytes.org>
5609 L:      iommu@lists.linux-foundation.org
5610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5611 S:      Maintained
5612 F:      drivers/iommu/
5613
5614 IP MASQUERADING
5615 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5616 S:      Maintained
5617 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5618
5619 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5620 M:      Francois Romieu <romieu@fr.zoreil.com>
5621 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5622 L:      netdev@vger.kernel.org
5623 S:      Maintained
5624 F:      drivers/net/ethernet/icplus/ipg.*
5625
5626 IPATH DRIVER
5627 M:      Mike Marciniszyn <infinipath@intel.com>
5628 L:      linux-rdma@vger.kernel.org
5629 S:      Maintained
5630 F:      drivers/staging/rdma/ipath/
5631
5632 IPMI SUBSYSTEM
5633 M:      Corey Minyard <minyard@acm.org>
5634 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5635 W:      http://openipmi.sourceforge.net/
5636 S:      Supported
5637 F:      Documentation/IPMI.txt
5638 F:      drivers/char/ipmi/
5639 F:      include/linux/ipmi*
5640 F:      include/uapi/linux/ipmi*
5641
5642 QCOM AUDIO (ASoC) DRIVERS
5643 M:      Patrick Lai <plai@codeaurora.org>
5644 M:      Banajit Goswami <bgoswami@codeaurora.org>
5645 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5646 S:      Supported
5647 F:      sound/soc/qcom/
5648
5649 IPS SCSI RAID DRIVER
5650 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5651 L:      linux-scsi@vger.kernel.org
5652 W:      http://www.adaptec.com/
5653 S:      Maintained
5654 F:      drivers/scsi/ips*
5655
5656 IPVS
5657 M:      Wensong Zhang <wensong@linux-vs.org>
5658 M:      Simon Horman <horms@verge.net.au>
5659 M:      Julian Anastasov <ja@ssi.bg>
5660 L:      netdev@vger.kernel.org
5661 L:      lvs-devel@vger.kernel.org
5662 S:      Maintained
5663 F:      Documentation/networking/ipvs-sysctl.txt
5664 F:      include/net/ip_vs.h
5665 F:      include/uapi/linux/ip_vs.h
5666 F:      net/netfilter/ipvs/
5667
5668 IPWIRELESS DRIVER
5669 M:      Jiri Kosina <jikos@kernel.org>
5670 M:      David Sterba <dsterba@suse.com>
5671 S:      Odd Fixes
5672 F:      drivers/tty/ipwireless/
5673
5674 IPX NETWORK LAYER
5675 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5676 L:      netdev@vger.kernel.org
5677 S:      Maintained
5678 F:      include/net/ipx.h
5679 F:      include/uapi/linux/ipx.h
5680 F:      net/ipx/
5681
5682 IRDA SUBSYSTEM
5683 M:      Samuel Ortiz <samuel@sortiz.org>
5684 L:      irda-users@lists.sourceforge.net (subscribers-only)
5685 L:      netdev@vger.kernel.org
5686 W:      http://irda.sourceforge.net/
5687 S:      Maintained
5688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5689 F:      Documentation/networking/irda.txt
5690 F:      drivers/net/irda/
5691 F:      include/net/irda/
5692 F:      net/irda/
5693
5694 IRQ SUBSYSTEM
5695 M:      Thomas Gleixner <tglx@linutronix.de>
5696 L:      linux-kernel@vger.kernel.org
5697 S:      Maintained
5698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5699 F:      kernel/irq/
5700
5701 IRQCHIP DRIVERS
5702 M:      Thomas Gleixner <tglx@linutronix.de>
5703 M:      Jason Cooper <jason@lakedaemon.net>
5704 M:      Marc Zyngier <marc.zyngier@arm.com>
5705 L:      linux-kernel@vger.kernel.org
5706 S:      Maintained
5707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5708 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5709 F:      Documentation/devicetree/bindings/interrupt-controller/
5710 F:      drivers/irqchip/
5711
5712 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5713 M:      Jiang Liu <jiang.liu@linux.intel.com>
5714 M:      Marc Zyngier <marc.zyngier@arm.com>
5715 S:      Maintained
5716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5717 F:      Documentation/IRQ-domain.txt
5718 F:      include/linux/irqdomain.h
5719 F:      kernel/irq/irqdomain.c
5720 F:      kernel/irq/msi.c
5721
5722 ISAPNP
5723 M:      Jaroslav Kysela <perex@perex.cz>
5724 S:      Maintained
5725 F:      Documentation/isapnp.txt
5726 F:      drivers/pnp/isapnp/
5727 F:      include/linux/isapnp.h
5728
5729 ISA RADIO MODULE
5730 M:      Hans Verkuil <hverkuil@xs4all.nl>
5731 L:      linux-media@vger.kernel.org
5732 T:      git git://linuxtv.org/media_tree.git
5733 W:      http://linuxtv.org
5734 S:      Maintained
5735 F:      drivers/media/radio/radio-isa*
5736
5737 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5738 M:      Peter Jones <pjones@redhat.com>
5739 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5740 S:      Maintained
5741 F:      drivers/firmware/iscsi_ibft*
5742
5743 ISCSI
5744 M:      Mike Christie <michaelc@cs.wisc.edu>
5745 L:      open-iscsi@googlegroups.com
5746 W:      www.open-iscsi.org
5747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5748 S:      Maintained
5749 F:      drivers/scsi/*iscsi*
5750 F:      include/scsi/*iscsi*
5751
5752 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5753 M:      Or Gerlitz <ogerlitz@mellanox.com>
5754 M:      Sagi Grimberg <sagig@mellanox.com>
5755 M:      Roi Dayan <roid@mellanox.com>
5756 L:      linux-rdma@vger.kernel.org
5757 S:      Supported
5758 W:      http://www.openfabrics.org
5759 W:      www.open-iscsi.org
5760 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5761 F:      drivers/infiniband/ulp/iser/
5762
5763 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5764 M:      Sagi Grimberg <sagig@mellanox.com>
5765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5766 L:      linux-rdma@vger.kernel.org
5767 L:      target-devel@vger.kernel.org
5768 S:      Supported
5769 W:      http://www.linux-iscsi.org
5770 F:      drivers/infiniband/ulp/isert
5771
5772 ISDN SUBSYSTEM
5773 M:      Karsten Keil <isdn@linux-pingi.de>
5774 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5775 L:      netdev@vger.kernel.org
5776 W:      http://www.isdn4linux.de
5777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5778 S:      Maintained
5779 F:      Documentation/isdn/
5780 F:      drivers/isdn/
5781 F:      include/linux/isdn.h
5782 F:      include/linux/isdn/
5783 F:      include/uapi/linux/isdn.h
5784 F:      include/uapi/linux/isdn/
5785
5786 ISDN SUBSYSTEM (Eicon active card driver)
5787 M:      Armin Schindler <mac@melware.de>
5788 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5789 W:      http://www.melware.de
5790 S:      Maintained
5791 F:      drivers/isdn/hardware/eicon/
5792
5793 IT87 HARDWARE MONITORING DRIVER
5794 M:      Jean Delvare <jdelvare@suse.com>
5795 L:      lm-sensors@lm-sensors.org
5796 S:      Maintained
5797 F:      Documentation/hwmon/it87
5798 F:      drivers/hwmon/it87.c
5799
5800 IT913X MEDIA DRIVER
5801 M:      Antti Palosaari <crope@iki.fi>
5802 L:      linux-media@vger.kernel.org
5803 W:      http://linuxtv.org/
5804 W:      http://palosaari.fi/linux/
5805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5806 T:      git git://linuxtv.org/anttip/media_tree.git
5807 S:      Maintained
5808 F:      drivers/media/tuners/it913x*
5809
5810 IVTV VIDEO4LINUX DRIVER
5811 M:      Andy Walls <awalls@md.metrocast.net>
5812 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5813 L:      linux-media@vger.kernel.org
5814 T:      git git://linuxtv.org/media_tree.git
5815 W:      http://www.ivtvdriver.org
5816 S:      Maintained
5817 F:      Documentation/video4linux/*.ivtv
5818 F:      drivers/media/pci/ivtv/
5819 F:      include/uapi/linux/ivtv*
5820
5821 IX2505V MEDIA DRIVER
5822 M:      Malcolm Priestley <tvboxspy@gmail.com>
5823 L:      linux-media@vger.kernel.org
5824 W:      http://linuxtv.org/
5825 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5826 S:      Maintained
5827 F:      drivers/media/dvb-frontends/ix2505v*
5828
5829 JC42.4 TEMPERATURE SENSOR DRIVER
5830 M:      Guenter Roeck <linux@roeck-us.net>
5831 L:      lm-sensors@lm-sensors.org
5832 S:      Maintained
5833 F:      drivers/hwmon/jc42.c
5834 F:      Documentation/hwmon/jc42
5835
5836 JFS FILESYSTEM
5837 M:      Dave Kleikamp <shaggy@kernel.org>
5838 L:      jfs-discussion@lists.sourceforge.net
5839 W:      http://jfs.sourceforge.net/
5840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5841 S:      Maintained
5842 F:      Documentation/filesystems/jfs.txt
5843 F:      fs/jfs/
5844
5845 JME NETWORK DRIVER
5846 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5847 L:      netdev@vger.kernel.org
5848 S:      Maintained
5849 F:      drivers/net/ethernet/jme.*
5850
5851 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5852 M:      David Woodhouse <dwmw2@infradead.org>
5853 L:      linux-mtd@lists.infradead.org
5854 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5855 S:      Maintained
5856 F:      fs/jffs2/
5857 F:      include/uapi/linux/jffs2.h
5858
5859 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5860 M:      "Theodore Ts'o" <tytso@mit.edu>
5861 M:      Jan Kara <jack@suse.com>
5862 L:      linux-ext4@vger.kernel.org
5863 S:      Maintained
5864 F:      fs/jbd2/
5865 F:      include/linux/jbd2.h
5866
5867 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5868 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5869 L:      linux-media@vger.kernel.org
5870 S:      Maintained
5871 F:      drivers/media/platform/rcar_jpu.c
5872
5873 JSM Neo PCI based serial card
5874 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5875 L:      linux-serial@vger.kernel.org
5876 S:      Maintained
5877 F:      drivers/tty/serial/jsm/
5878
5879 K10TEMP HARDWARE MONITORING DRIVER
5880 M:      Clemens Ladisch <clemens@ladisch.de>
5881 L:      lm-sensors@lm-sensors.org
5882 S:      Maintained
5883 F:      Documentation/hwmon/k10temp
5884 F:      drivers/hwmon/k10temp.c
5885
5886 K8TEMP HARDWARE MONITORING DRIVER
5887 M:      Rudolf Marek <r.marek@assembler.cz>
5888 L:      lm-sensors@lm-sensors.org
5889 S:      Maintained
5890 F:      Documentation/hwmon/k8temp
5891 F:      drivers/hwmon/k8temp.c
5892
5893 KCONFIG
5894 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5895 L:      linux-kbuild@vger.kernel.org
5896 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5897 S:      Maintained
5898 F:      Documentation/kbuild/kconfig-language.txt
5899 F:      scripts/kconfig/
5900
5901 KDUMP
5902 M:      Vivek Goyal <vgoyal@redhat.com>
5903 M:      Haren Myneni <hbabu@us.ibm.com>
5904 L:      kexec@lists.infradead.org
5905 W:      http://lse.sourceforge.net/kdump/
5906 S:      Maintained
5907 F:      Documentation/kdump/
5908
5909 KEENE FM RADIO TRANSMITTER DRIVER
5910 M:      Hans Verkuil <hverkuil@xs4all.nl>
5911 L:      linux-media@vger.kernel.org
5912 T:      git git://linuxtv.org/media_tree.git
5913 W:      http://linuxtv.org
5914 S:      Maintained
5915 F:      drivers/media/radio/radio-keene*
5916
5917 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5918 M:      Ian Kent <raven@themaw.net>
5919 L:      autofs@vger.kernel.org
5920 S:      Maintained
5921 F:      fs/autofs4/
5922
5923 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5924 M:      Michal Marek <mmarek@suse.com>
5925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5927 L:      linux-kbuild@vger.kernel.org
5928 S:      Maintained
5929 F:      Documentation/kbuild/
5930 F:      Makefile
5931 F:      scripts/Makefile.*
5932 F:      scripts/basic/
5933 F:      scripts/mk*
5934 F:      scripts/package/
5935
5936 KERNEL JANITORS
5937 L:      kernel-janitors@vger.kernel.org
5938 W:      http://kernelnewbies.org/KernelJanitors
5939 S:      Odd Fixes
5940
5941 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5942 M:      "J. Bruce Fields" <bfields@fieldses.org>
5943 M:      Jeff Layton <jlayton@poochiereds.net>
5944 L:      linux-nfs@vger.kernel.org
5945 W:      http://nfs.sourceforge.net/
5946 S:      Supported
5947 F:      fs/nfsd/
5948 F:      include/uapi/linux/nfsd/
5949 F:      fs/lockd/
5950 F:      fs/nfs_common/
5951 F:      net/sunrpc/
5952 F:      include/linux/lockd/
5953 F:      include/linux/sunrpc/
5954 F:      include/uapi/linux/sunrpc/
5955
5956 KERNEL SELFTEST FRAMEWORK
5957 M:      Shuah Khan <shuahkh@osg.samsung.com>
5958 L:      linux-api@vger.kernel.org
5959 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5960 S:      Maintained
5961 F:      tools/testing/selftests
5962
5963 KERNEL VIRTUAL MACHINE (KVM)
5964 M:      Gleb Natapov <gleb@kernel.org>
5965 M:      Paolo Bonzini <pbonzini@redhat.com>
5966 L:      kvm@vger.kernel.org
5967 W:      http://www.linux-kvm.org
5968 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5969 S:      Supported
5970 F:      Documentation/*/kvm*.txt
5971 F:      Documentation/virtual/kvm/
5972 F:      arch/*/kvm/
5973 F:      arch/x86/kernel/kvm.c
5974 F:      arch/x86/kernel/kvmclock.c
5975 F:      arch/*/include/asm/kvm*
5976 F:      include/linux/kvm*
5977 F:      include/uapi/linux/kvm*
5978 F:      virt/kvm/
5979
5980 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5981 M:      Joerg Roedel <joro@8bytes.org>
5982 L:      kvm@vger.kernel.org
5983 W:      http://www.linux-kvm.org/
5984 S:      Maintained
5985 F:      arch/x86/include/asm/svm.h
5986 F:      arch/x86/kvm/svm.c
5987
5988 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5989 M:      Alexander Graf <agraf@suse.com>
5990 L:      kvm-ppc@vger.kernel.org
5991 W:      http://www.linux-kvm.org/
5992 T:      git git://github.com/agraf/linux-2.6.git
5993 S:      Supported
5994 F:      arch/powerpc/include/asm/kvm*
5995 F:      arch/powerpc/kvm/
5996
5997 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5998 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5999 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6000 L:      linux-s390@vger.kernel.org
6001 W:      http://www.ibm.com/developerworks/linux/linux390/
6002 S:      Supported
6003 F:      Documentation/s390/kvm.txt
6004 F:      arch/s390/include/asm/kvm*
6005 F:      arch/s390/kvm/
6006
6007 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6008 M:      Christoffer Dall <christoffer.dall@linaro.org>
6009 M:      Marc Zyngier <marc.zyngier@arm.com>
6010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6011 L:      kvmarm@lists.cs.columbia.edu
6012 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6013 S:      Supported
6014 F:      arch/arm/include/uapi/asm/kvm*
6015 F:      arch/arm/include/asm/kvm*
6016 F:      arch/arm/kvm/
6017 F:      virt/kvm/arm/
6018 F:      include/kvm/arm_*
6019
6020 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6021 M:      Christoffer Dall <christoffer.dall@linaro.org>
6022 M:      Marc Zyngier <marc.zyngier@arm.com>
6023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6024 L:      kvmarm@lists.cs.columbia.edu
6025 S:      Maintained
6026 F:      arch/arm64/include/uapi/asm/kvm*
6027 F:      arch/arm64/include/asm/kvm*
6028 F:      arch/arm64/kvm/
6029
6030 KEXEC
6031 M:      Eric Biederman <ebiederm@xmission.com>
6032 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6033 L:      kexec@lists.infradead.org
6034 S:      Maintained
6035 F:      include/linux/kexec.h
6036 F:      include/uapi/linux/kexec.h
6037 F:      kernel/kexec.c
6038
6039 KEYS/KEYRINGS:
6040 M:      David Howells <dhowells@redhat.com>
6041 L:      keyrings@vger.kernel.org
6042 S:      Maintained
6043 F:      Documentation/security/keys.txt
6044 F:      include/linux/key.h
6045 F:      include/linux/key-type.h
6046 F:      include/keys/
6047 F:      security/keys/
6048
6049 KEYS-TRUSTED
6050 M:      David Safford <safford@us.ibm.com>
6051 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6052 L:      linux-security-module@vger.kernel.org
6053 L:      keyrings@vger.kernel.org
6054 S:      Supported
6055 F:      Documentation/security/keys-trusted-encrypted.txt
6056 F:      include/keys/trusted-type.h
6057 F:      security/keys/trusted.c
6058 F:      security/keys/trusted.h
6059
6060 KEYS-ENCRYPTED
6061 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6062 M:      David Safford <safford@us.ibm.com>
6063 L:      linux-security-module@vger.kernel.org
6064 L:      keyrings@vger.kernel.org
6065 S:      Supported
6066 F:      Documentation/security/keys-trusted-encrypted.txt
6067 F:      include/keys/encrypted-type.h
6068 F:      security/keys/encrypted-keys/
6069
6070 KGDB / KDB /debug_core
6071 M:      Jason Wessel <jason.wessel@windriver.com>
6072 W:      http://kgdb.wiki.kernel.org/
6073 L:      kgdb-bugreport@lists.sourceforge.net
6074 S:      Maintained
6075 F:      Documentation/DocBook/kgdb.tmpl
6076 F:      drivers/misc/kgdbts.c
6077 F:      drivers/tty/serial/kgdboc.c
6078 F:      include/linux/kdb.h
6079 F:      include/linux/kgdb.h
6080 F:      kernel/debug/
6081
6082 KMEMCHECK
6083 M:      Vegard Nossum <vegardno@ifi.uio.no>
6084 M:      Pekka Enberg <penberg@kernel.org>
6085 S:      Maintained
6086 F:      Documentation/kmemcheck.txt
6087 F:      arch/x86/include/asm/kmemcheck.h
6088 F:      arch/x86/mm/kmemcheck/
6089 F:      include/linux/kmemcheck.h
6090 F:      mm/kmemcheck.c
6091
6092 KMEMLEAK
6093 M:      Catalin Marinas <catalin.marinas@arm.com>
6094 S:      Maintained
6095 F:      Documentation/kmemleak.txt
6096 F:      include/linux/kmemleak.h
6097 F:      mm/kmemleak.c
6098 F:      mm/kmemleak-test.c
6099
6100 KPROBES
6101 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6102 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6103 M:      "David S. Miller" <davem@davemloft.net>
6104 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6105 S:      Maintained
6106 F:      Documentation/kprobes.txt
6107 F:      include/linux/kprobes.h
6108 F:      kernel/kprobes.c
6109
6110 KS0108 LCD CONTROLLER DRIVER
6111 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6112 W:      http://miguelojeda.es/auxdisplay.htm
6113 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6114 S:      Maintained
6115 F:      Documentation/auxdisplay/ks0108
6116 F:      drivers/auxdisplay/ks0108.c
6117 F:      include/linux/ks0108.h
6118
6119 LAPB module
6120 L:      linux-x25@vger.kernel.org
6121 S:      Orphan
6122 F:      Documentation/networking/lapb-module.txt
6123 F:      include/*/lapb.h
6124 F:      net/lapb/
6125
6126 LASI 53c700 driver for PARISC
6127 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6128 L:      linux-scsi@vger.kernel.org
6129 S:      Maintained
6130 F:      Documentation/scsi/53c700.txt
6131 F:      drivers/scsi/53c700*
6132
6133 LED SUBSYSTEM
6134 M:      Richard Purdie <rpurdie@rpsys.net>
6135 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6136 L:      linux-leds@vger.kernel.org
6137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6138 S:      Maintained
6139 F:      drivers/leds/
6140 F:      include/linux/leds.h
6141
6142 LEGACY EEPROM DRIVER
6143 M:      Jean Delvare <jdelvare@suse.com>
6144 S:      Maintained
6145 F:      Documentation/misc-devices/eeprom
6146 F:      drivers/misc/eeprom/eeprom.c
6147
6148 LEGO USB Tower driver
6149 M:      Juergen Stuber <starblue@users.sourceforge.net>
6150 L:      legousb-devel@lists.sourceforge.net
6151 W:      http://legousb.sourceforge.net/
6152 S:      Maintained
6153 F:      drivers/usb/misc/legousbtower.c
6154
6155 LG2160 MEDIA DRIVER
6156 M:      Michael Krufky <mkrufky@linuxtv.org>
6157 L:      linux-media@vger.kernel.org
6158 W:      http://linuxtv.org/
6159 W:      http://github.com/mkrufky
6160 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6161 T:      git git://linuxtv.org/mkrufky/tuners.git
6162 S:      Maintained
6163 F:      drivers/media/dvb-frontends/lg2160.*
6164
6165 LGDT3305 MEDIA DRIVER
6166 M:      Michael Krufky <mkrufky@linuxtv.org>
6167 L:      linux-media@vger.kernel.org
6168 W:      http://linuxtv.org/
6169 W:      http://github.com/mkrufky
6170 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6171 T:      git git://linuxtv.org/mkrufky/tuners.git
6172 S:      Maintained
6173 F:      drivers/media/dvb-frontends/lgdt3305.*
6174
6175 LGUEST
6176 M:      Rusty Russell <rusty@rustcorp.com.au>
6177 L:      lguest@lists.ozlabs.org
6178 W:      http://lguest.ozlabs.org/
6179 S:      Odd Fixes
6180 F:      arch/x86/include/asm/lguest*.h
6181 F:      arch/x86/lguest/
6182 F:      drivers/lguest/
6183 F:      include/linux/lguest*.h
6184 F:      tools/lguest/
6185
6186 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6187 M:      Tejun Heo <tj@kernel.org>
6188 L:      linux-ide@vger.kernel.org
6189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6190 S:      Maintained
6191 F:      drivers/ata/
6192 F:      include/linux/ata.h
6193 F:      include/linux/libata.h
6194
6195 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6196 M:      Viresh Kumar <vireshk@kernel.org>
6197 L:      linux-ide@vger.kernel.org
6198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6199 S:      Maintained
6200 F:      include/linux/pata_arasan_cf_data.h
6201 F:      drivers/ata/pata_arasan_cf.c
6202
6203 LIBATA PATA DRIVERS
6204 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6205 M:      Tejun Heo <tj@kernel.org>
6206 L:      linux-ide@vger.kernel.org
6207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6208 S:      Maintained
6209 F:      drivers/ata/pata_*.c
6210 F:      drivers/ata/ata_generic.c
6211
6212 LIBATA SATA AHCI PLATFORM devices support
6213 M:      Hans de Goede <hdegoede@redhat.com>
6214 M:      Tejun Heo <tj@kernel.org>
6215 L:      linux-ide@vger.kernel.org
6216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6217 S:      Maintained
6218 F:      drivers/ata/ahci_platform.c
6219 F:      drivers/ata/libahci_platform.c
6220 F:      include/linux/ahci_platform.h
6221
6222 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6223 M:      Mikael Pettersson <mikpelinux@gmail.com>
6224 L:      linux-ide@vger.kernel.org
6225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6226 S:      Maintained
6227 F:      drivers/ata/sata_promise.*
6228
6229 LIBLOCKDEP
6230 M:      Sasha Levin <sasha.levin@oracle.com>
6231 S:      Maintained
6232 F:      tools/lib/lockdep/
6233
6234 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6235 M:      Dan Williams <dan.j.williams@intel.com>
6236 L:      linux-nvdimm@lists.01.org
6237 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6238 S:      Supported
6239 F:      drivers/nvdimm/*
6240 F:      include/linux/nd.h
6241 F:      include/linux/libnvdimm.h
6242 F:      include/uapi/linux/ndctl.h
6243
6244 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6245 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6246 L:      linux-nvdimm@lists.01.org
6247 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6248 S:      Supported
6249 F:      drivers/nvdimm/blk.c
6250 F:      drivers/nvdimm/region_devs.c
6251 F:      drivers/acpi/nfit*
6252
6253 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6254 M:      Vishal Verma <vishal.l.verma@intel.com>
6255 L:      linux-nvdimm@lists.01.org
6256 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6257 S:      Supported
6258 F:      drivers/nvdimm/btt*
6259
6260 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6261 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6262 L:      linux-nvdimm@lists.01.org
6263 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6264 S:      Supported
6265 F:      drivers/nvdimm/pmem.c
6266 F:      include/linux/pmem.h
6267 F:      arch/*/include/asm/pmem.h
6268
6269 LINUX FOR IBM pSERIES (RS/6000)
6270 M:      Paul Mackerras <paulus@au.ibm.com>
6271 W:      http://www.ibm.com/linux/ltc/projects/ppc
6272 S:      Supported
6273 F:      arch/powerpc/boot/rs6000.h
6274
6275 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6276 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6277 M:      Paul Mackerras <paulus@samba.org>
6278 M:      Michael Ellerman <mpe@ellerman.id.au>
6279 W:      http://www.penguinppc.org/
6280 L:      linuxppc-dev@lists.ozlabs.org
6281 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6283 S:      Supported
6284 F:      Documentation/powerpc/
6285 F:      arch/powerpc/
6286
6287 LINUX FOR POWER MACINTOSH
6288 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6289 W:      http://www.penguinppc.org/
6290 L:      linuxppc-dev@lists.ozlabs.org
6291 S:      Maintained
6292 F:      arch/powerpc/platforms/powermac/
6293 F:      drivers/macintosh/
6294
6295 LINUX FOR POWERPC EMBEDDED MPC5XXX
6296 M:      Anatolij Gustschin <agust@denx.de>
6297 L:      linuxppc-dev@lists.ozlabs.org
6298 T:      git git://git.denx.de/linux-denx-agust.git
6299 S:      Maintained
6300 F:      arch/powerpc/platforms/512x/
6301 F:      arch/powerpc/platforms/52xx/
6302
6303 LINUX FOR POWERPC EMBEDDED PPC4XX
6304 M:      Alistair Popple <alistair@popple.id.au>
6305 M:      Matt Porter <mporter@kernel.crashing.org>
6306 W:      http://www.penguinppc.org/
6307 L:      linuxppc-dev@lists.ozlabs.org
6308 S:      Maintained
6309 F:      arch/powerpc/platforms/40x/
6310 F:      arch/powerpc/platforms/44x/
6311
6312 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6313 L:      linuxppc-dev@lists.ozlabs.org
6314 S:      Orphan
6315 F:      arch/powerpc/*/*virtex*
6316 F:      arch/powerpc/*/*/*virtex*
6317
6318 LINUX FOR POWERPC EMBEDDED PPC8XX
6319 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6320 W:      http://www.penguinppc.org/
6321 L:      linuxppc-dev@lists.ozlabs.org
6322 S:      Maintained
6323 F:      arch/powerpc/platforms/8xx/
6324
6325 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6326 M:      Scott Wood <scottwood@freescale.com>
6327 M:      Kumar Gala <galak@kernel.crashing.org>
6328 W:      http://www.penguinppc.org/
6329 L:      linuxppc-dev@lists.ozlabs.org
6330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6331 S:      Maintained
6332 F:      arch/powerpc/platforms/83xx/
6333 F:      arch/powerpc/platforms/85xx/
6334
6335 LINUX FOR POWERPC PA SEMI PWRFICIENT
6336 M:      Olof Johansson <olof@lixom.net>
6337 L:      linuxppc-dev@lists.ozlabs.org
6338 S:      Maintained
6339 F:      arch/powerpc/platforms/pasemi/
6340 F:      drivers/*/*pasemi*
6341 F:      drivers/*/*/*pasemi*
6342
6343 LINUX SECURITY MODULE (LSM) FRAMEWORK
6344 M:      Chris Wright <chrisw@sous-sol.org>
6345 L:      linux-security-module@vger.kernel.org
6346 S:      Supported
6347
6348 LIS3LV02D ACCELEROMETER DRIVER
6349 M:      Eric Piel <eric.piel@tremplin-utc.net>
6350 S:      Maintained
6351 F:      Documentation/misc-devices/lis3lv02d
6352 F:      drivers/misc/lis3lv02d/
6353 F:      drivers/platform/x86/hp_accel.c
6354
6355 LIVE PATCHING
6356 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6357 M:      Seth Jennings <sjenning@redhat.com>
6358 M:      Jiri Kosina <jikos@kernel.org>
6359 M:      Vojtech Pavlik <vojtech@suse.com>
6360 S:      Maintained
6361 F:      kernel/livepatch/
6362 F:      include/linux/livepatch.h
6363 F:      arch/x86/include/asm/livepatch.h
6364 F:      arch/x86/kernel/livepatch.c
6365 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6366 F:      samples/livepatch/
6367 L:      live-patching@vger.kernel.org
6368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6369
6370 LLC (802.2)
6371 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6372 S:      Maintained
6373 F:      include/linux/llc.h
6374 F:      include/uapi/linux/llc.h
6375 F:      include/net/llc*
6376 F:      net/llc/
6377
6378 LM73 HARDWARE MONITOR DRIVER
6379 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6380 L:      lm-sensors@lm-sensors.org
6381 S:      Maintained
6382 F:      drivers/hwmon/lm73.c
6383
6384 LM78 HARDWARE MONITOR DRIVER
6385 M:      Jean Delvare <jdelvare@suse.com>
6386 L:      lm-sensors@lm-sensors.org
6387 S:      Maintained
6388 F:      Documentation/hwmon/lm78
6389 F:      drivers/hwmon/lm78.c
6390
6391 LM83 HARDWARE MONITOR DRIVER
6392 M:      Jean Delvare <jdelvare@suse.com>
6393 L:      lm-sensors@lm-sensors.org
6394 S:      Maintained
6395 F:      Documentation/hwmon/lm83
6396 F:      drivers/hwmon/lm83.c
6397
6398 LM90 HARDWARE MONITOR DRIVER
6399 M:      Jean Delvare <jdelvare@suse.com>
6400 L:      lm-sensors@lm-sensors.org
6401 S:      Maintained
6402 F:      Documentation/hwmon/lm90
6403 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6404 F:      drivers/hwmon/lm90.c
6405
6406 LM95234 HARDWARE MONITOR DRIVER
6407 M:      Guenter Roeck <linux@roeck-us.net>
6408 L:      lm-sensors@lm-sensors.org
6409 S:      Maintained
6410 F:      Documentation/hwmon/lm95234
6411 F:      drivers/hwmon/lm95234.c
6412
6413 LME2510 MEDIA DRIVER
6414 M:      Malcolm Priestley <tvboxspy@gmail.com>
6415 L:      linux-media@vger.kernel.org
6416 W:      http://linuxtv.org/
6417 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6418 S:      Maintained
6419 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6420
6421 LOCKDEP AND LOCKSTAT
6422 M:      Peter Zijlstra <peterz@infradead.org>
6423 M:      Ingo Molnar <mingo@redhat.com>
6424 L:      linux-kernel@vger.kernel.org
6425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6426 S:      Maintained
6427 F:      Documentation/locking/lockdep*.txt
6428 F:      Documentation/locking/lockstat.txt
6429 F:      include/linux/lockdep.h
6430 F:      kernel/locking/
6431
6432 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6433 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6434 L:      linux-ntfs-dev@lists.sourceforge.net
6435 W:      http://www.linux-ntfs.org/content/view/19/37/
6436 S:      Maintained
6437 F:      Documentation/ldm.txt
6438 F:      block/partitions/ldm.*
6439
6440 LogFS
6441 M:      Joern Engel <joern@logfs.org>
6442 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6443 L:      logfs@logfs.org
6444 W:      logfs.org
6445 S:      Maintained
6446 F:      fs/logfs/
6447
6448 LPC32XX MACHINE SUPPORT
6449 M:      Roland Stigge <stigge@antcom.de>
6450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6451 S:      Maintained
6452 F:      arch/arm/mach-lpc32xx/
6453
6454 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6455 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6456 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6457 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6458 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6459 L:      MPT-FusionLinux.pdl@avagotech.com
6460 L:      linux-scsi@vger.kernel.org
6461 W:      http://www.lsilogic.com/support
6462 S:      Supported
6463 F:      drivers/message/fusion/
6464 F:      drivers/scsi/mpt2sas/
6465 F:      drivers/scsi/mpt3sas/
6466
6467 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6468 M:      Matthew Wilcox <matthew@wil.cx>
6469 L:      linux-scsi@vger.kernel.org
6470 S:      Maintained
6471 F:      drivers/scsi/sym53c8xx_2/
6472
6473 LTC4261 HARDWARE MONITOR DRIVER
6474 M:      Guenter Roeck <linux@roeck-us.net>
6475 L:      lm-sensors@lm-sensors.org
6476 S:      Maintained
6477 F:      Documentation/hwmon/ltc4261
6478 F:      drivers/hwmon/ltc4261.c
6479
6480 LTP (Linux Test Project)
6481 M:      Mike Frysinger <vapier@gentoo.org>
6482 M:      Cyril Hrubis <chrubis@suse.cz>
6483 M:      Wanlong Gao <wanlong.gao@gmail.com>
6484 M:      Jan Stancek <jstancek@redhat.com>
6485 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6486 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6487 L:      ltp@lists.linux.it (subscribers-only)
6488 W:      http://linux-test-project.github.io/
6489 T:      git git://github.com/linux-test-project/ltp.git
6490 S:      Maintained
6491
6492 M32R ARCHITECTURE
6493 W:      http://www.linux-m32r.org/
6494 S:      Orphan
6495 F:      arch/m32r/
6496
6497 M68K ARCHITECTURE
6498 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6499 L:      linux-m68k@lists.linux-m68k.org
6500 W:      http://www.linux-m68k.org/
6501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6502 S:      Maintained
6503 F:      arch/m68k/
6504 F:      drivers/zorro/
6505
6506 M68K ON APPLE MACINTOSH
6507 M:      Joshua Thompson <funaho@jurai.org>
6508 W:      http://www.mac.linux-m68k.org/
6509 L:      linux-m68k@lists.linux-m68k.org
6510 S:      Maintained
6511 F:      arch/m68k/mac/
6512
6513 M68K ON HP9000/300
6514 M:      Philip Blundell <philb@gnu.org>
6515 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6516 S:      Maintained
6517 F:      arch/m68k/hp300/
6518
6519 M88DS3103 MEDIA DRIVER
6520 M:      Antti Palosaari <crope@iki.fi>
6521 L:      linux-media@vger.kernel.org
6522 W:      http://linuxtv.org/
6523 W:      http://palosaari.fi/linux/
6524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6525 T:      git git://linuxtv.org/anttip/media_tree.git
6526 S:      Maintained
6527 F:      drivers/media/dvb-frontends/m88ds3103*
6528
6529 M88RS2000 MEDIA DRIVER
6530 M:      Malcolm Priestley <tvboxspy@gmail.com>
6531 L:      linux-media@vger.kernel.org
6532 W:      http://linuxtv.org/
6533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6534 S:      Maintained
6535 F:      drivers/media/dvb-frontends/m88rs2000*
6536
6537 MA901 MASTERKIT USB FM RADIO DRIVER
6538 M:      Alexey Klimov <klimov.linux@gmail.com>
6539 L:      linux-media@vger.kernel.org
6540 T:      git git://linuxtv.org/media_tree.git
6541 S:      Maintained
6542 F:      drivers/media/radio/radio-ma901.c
6543
6544 MAC80211
6545 M:      Johannes Berg <johannes@sipsolutions.net>
6546 L:      linux-wireless@vger.kernel.org
6547 W:      http://wireless.kernel.org/
6548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6550 S:      Maintained
6551 F:      Documentation/networking/mac80211-injection.txt
6552 F:      include/net/mac80211.h
6553 F:      net/mac80211/
6554
6555 MACVLAN DRIVER
6556 M:      Patrick McHardy <kaber@trash.net>
6557 L:      netdev@vger.kernel.org
6558 S:      Maintained
6559 F:      drivers/net/macvlan.c
6560 F:      include/linux/if_macvlan.h
6561
6562 MAILBOX API
6563 M:      Jassi Brar <jassisinghbrar@gmail.com>
6564 L:      linux-kernel@vger.kernel.org
6565 S:      Maintained
6566 F:      drivers/mailbox/
6567 F:      include/linux/mailbox_client.h
6568 F:      include/linux/mailbox_controller.h
6569
6570 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6571 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6572 W:      http://www.kernel.org/doc/man-pages
6573 L:      linux-man@vger.kernel.org
6574 S:      Maintained
6575
6576 MARVELL ARMADA DRM SUPPORT
6577 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6578 S:      Maintained
6579 F:      drivers/gpu/drm/armada/
6580
6581 MARVELL 88E6352 DSA support
6582 M:      Guenter Roeck <linux@roeck-us.net>
6583 S:      Maintained
6584 F:      drivers/net/dsa/mv88e6352.c
6585
6586 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6587 M:      Mirko Lindner <mlindner@marvell.com>
6588 M:      Stephen Hemminger <stephen@networkplumber.org>
6589 L:      netdev@vger.kernel.org
6590 S:      Maintained
6591 F:      drivers/net/ethernet/marvell/sk*
6592
6593 MARVELL LIBERTAS WIRELESS DRIVER
6594 L:      libertas-dev@lists.infradead.org
6595 S:      Orphan
6596 F:      drivers/net/wireless/libertas/
6597
6598 MARVELL MV643XX ETHERNET DRIVER
6599 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6600 L:      netdev@vger.kernel.org
6601 S:      Maintained
6602 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6603 F:      include/linux/mv643xx.h
6604
6605 MARVELL MVNETA ETHERNET DRIVER
6606 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6607 L:      netdev@vger.kernel.org
6608 S:      Maintained
6609 F:      drivers/net/ethernet/marvell/mvneta.*
6610
6611 MARVELL MWIFIEX WIRELESS DRIVER
6612 M:      Amitkumar Karwar <akarwar@marvell.com>
6613 M:      Nishant Sarmukadam <nishants@marvell.com>
6614 L:      linux-wireless@vger.kernel.org
6615 S:      Maintained
6616 F:      drivers/net/wireless/mwifiex/
6617
6618 MARVELL MWL8K WIRELESS DRIVER
6619 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6620 L:      linux-wireless@vger.kernel.org
6621 S:      Odd Fixes
6622 F:      drivers/net/wireless/mwl8k.c
6623
6624 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6625 M:      Nicolas Pitre <nico@fluxnic.net>
6626 S:      Odd Fixes
6627 F:      drivers/mmc/host/mvsdio.*
6628
6629 MATROX FRAMEBUFFER DRIVER
6630 L:      linux-fbdev@vger.kernel.org
6631 S:      Orphan
6632 F:      drivers/video/fbdev/matrox/matroxfb_*
6633 F:      include/uapi/linux/matroxfb.h
6634
6635 MAX16065 HARDWARE MONITOR DRIVER
6636 M:      Guenter Roeck <linux@roeck-us.net>
6637 L:      lm-sensors@lm-sensors.org
6638 S:      Maintained
6639 F:      Documentation/hwmon/max16065
6640 F:      drivers/hwmon/max16065.c
6641
6642 MAX20751 HARDWARE MONITOR DRIVER
6643 M:      Guenter Roeck <linux@roeck-us.net>
6644 L:      lm-sensors@lm-sensors.org
6645 S:      Maintained
6646 F:      Documentation/hwmon/max20751
6647 F:      drivers/hwmon/max20751.c
6648
6649 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6650 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6651 L:      lm-sensors@lm-sensors.org
6652 S:      Maintained
6653 F:      Documentation/hwmon/max6650
6654 F:      drivers/hwmon/max6650.c
6655
6656 MAX6697 HARDWARE MONITOR DRIVER
6657 M:      Guenter Roeck <linux@roeck-us.net>
6658 L:      lm-sensors@lm-sensors.org
6659 S:      Maintained
6660 F:      Documentation/hwmon/max6697
6661 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6662 F:      drivers/hwmon/max6697.c
6663 F:      include/linux/platform_data/max6697.h
6664
6665 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6666 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6667 L:      linux-pm@vger.kernel.org
6668 S:      Supported
6669 F:      drivers/power/max14577_charger.c
6670 F:      drivers/power/max77693_charger.c
6671
6672 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6673 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6674 L:      linux-kernel@vger.kernel.org
6675 S:      Supported
6676 F:      drivers/*/*max77802.c
6677 F:      Documentation/devicetree/bindings/*/*max77802.txt
6678 F:      include/dt-bindings/*/*max77802.h
6679
6680 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6681 M:      Chanwoo Choi <cw00.choi@samsung.com>
6682 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6683 L:      linux-kernel@vger.kernel.org
6684 S:      Supported
6685 F:      drivers/*/max14577.c
6686 F:      drivers/*/max77686.c
6687 F:      drivers/*/max77693.c
6688 F:      drivers/extcon/extcon-max14577.c
6689 F:      drivers/extcon/extcon-max77693.c
6690 F:      drivers/rtc/rtc-max77686.c
6691 F:      drivers/clk/clk-max77686.c
6692 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6693 F:      Documentation/devicetree/bindings/*/max77686.txt
6694 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6695 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6696 F:      include/linux/mfd/max14577*.h
6697 F:      include/linux/mfd/max77686*.h
6698 F:      include/linux/mfd/max77693*.h
6699
6700 MAXIRADIO FM RADIO RECEIVER DRIVER
6701 M:      Hans Verkuil <hverkuil@xs4all.nl>
6702 L:      linux-media@vger.kernel.org
6703 T:      git git://linuxtv.org/media_tree.git
6704 W:      http://linuxtv.org
6705 S:      Maintained
6706 F:      drivers/media/radio/radio-maxiradio*
6707
6708 MEDIA DRIVERS FOR RENESAS - VSP1
6709 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6710 L:      linux-media@vger.kernel.org
6711 L:      linux-sh@vger.kernel.org
6712 T:      git git://linuxtv.org/media_tree.git
6713 S:      Supported
6714 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6715 F:      drivers/media/platform/vsp1/
6716
6717 MEDIA DRIVERS FOR ASCOT2E
6718 M:      Sergey Kozlov <serjk@netup.ru>
6719 L:      linux-media@vger.kernel.org
6720 W:      http://linuxtv.org
6721 W:      http://netup.tv/
6722 T:      git git://linuxtv.org/media_tree.git
6723 S:      Supported
6724 F:      drivers/media/dvb-frontends/ascot2e*
6725
6726 MEDIA DRIVERS FOR CXD2841ER
6727 M:      Sergey Kozlov <serjk@netup.ru>
6728 L:      linux-media@vger.kernel.org
6729 W:      http://linuxtv.org/
6730 W:      http://netup.tv/
6731 T:      git git://linuxtv.org/media_tree.git
6732 S:      Supported
6733 F:      drivers/media/dvb-frontends/cxd2841er*
6734
6735 MEDIA DRIVERS FOR HORUS3A
6736 M:      Sergey Kozlov <serjk@netup.ru>
6737 L:      linux-media@vger.kernel.org
6738 W:      http://linuxtv.org/
6739 W:      http://netup.tv/
6740 T:      git git://linuxtv.org/media_tree.git
6741 S:      Supported
6742 F:      drivers/media/dvb-frontends/horus3a*
6743
6744 MEDIA DRIVERS FOR LNBH25
6745 M:      Sergey Kozlov <serjk@netup.ru>
6746 L:      linux-media@vger.kernel.org
6747 W:      http://linuxtv.org/
6748 W:      http://netup.tv/
6749 T:      git git://linuxtv.org/media_tree.git
6750 S:      Supported
6751 F:      drivers/media/dvb-frontends/lnbh25*
6752
6753 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6754 M:      Sergey Kozlov <serjk@netup.ru>
6755 L:      linux-media@vger.kernel.org
6756 W:      http://linuxtv.org/
6757 W:      http://netup.tv/
6758 T:      git git://linuxtv.org/media_tree.git
6759 S:      Supported
6760 F:      drivers/media/pci/netup_unidvb/*
6761
6762 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6763 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6764 P:      LinuxTV.org Project
6765 L:      linux-media@vger.kernel.org
6766 W:      http://linuxtv.org
6767 Q:      http://patchwork.kernel.org/project/linux-media/list/
6768 T:      git git://linuxtv.org/media_tree.git
6769 S:      Maintained
6770 F:      Documentation/dvb/
6771 F:      Documentation/video4linux/
6772 F:      Documentation/DocBook/media/
6773 F:      drivers/media/
6774 F:      drivers/staging/media/
6775 F:      include/media/
6776 F:      include/uapi/linux/dvb/
6777 F:      include/uapi/linux/videodev2.h
6778 F:      include/uapi/linux/media.h
6779 F:      include/uapi/linux/v4l2-*
6780 F:      include/uapi/linux/meye.h
6781 F:      include/uapi/linux/ivtv*
6782 F:      include/uapi/linux/uvcvideo.h
6783
6784 MEDIATEK MT7601U WIRELESS LAN DRIVER
6785 M:      Jakub Kicinski <kubakici@wp.pl>
6786 L:      linux-wireless@vger.kernel.org
6787 S:      Maintained
6788 F:      drivers/net/wireless/mediatek/mt7601u/
6789
6790 MEGARAID SCSI/SAS DRIVERS
6791 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6792 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6793 M:      Uday Lingala <uday.lingala@avagotech.com>
6794 L:      megaraidlinux.pdl@avagotech.com
6795 L:      linux-scsi@vger.kernel.org
6796 W:      http://www.lsi.com
6797 S:      Maintained
6798 F:      Documentation/scsi/megaraid.txt
6799 F:      drivers/scsi/megaraid.*
6800 F:      drivers/scsi/megaraid/
6801
6802 MELLANOX ETHERNET DRIVER (mlx4_en)
6803 M:      Amir Vadai <amirv@mellanox.com>
6804 L:      netdev@vger.kernel.org
6805 S:      Supported
6806 W:      http://www.mellanox.com
6807 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6808 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6809
6810 MELLANOX ETHERNET SWITCH DRIVERS
6811 M:      Jiri Pirko <jiri@mellanox.com>
6812 M:      Ido Schimmel <idosch@mellanox.com>
6813 L:      netdev@vger.kernel.org
6814 S:      Supported
6815 W:      http://www.mellanox.com
6816 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6817 F:      drivers/net/ethernet/mellanox/mlxsw/
6818
6819 MEMBARRIER SUPPORT
6820 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6821 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6822 L:      linux-kernel@vger.kernel.org
6823 S:      Supported
6824 F:      kernel/membarrier.c
6825 F:      include/uapi/linux/membarrier.h
6826
6827 MEMORY MANAGEMENT
6828 L:      linux-mm@kvack.org
6829 W:      http://www.linux-mm.org
6830 S:      Maintained
6831 F:      include/linux/mm.h
6832 F:      include/linux/gfp.h
6833 F:      include/linux/mmzone.h
6834 F:      include/linux/memory_hotplug.h
6835 F:      include/linux/vmalloc.h
6836 F:      mm/
6837
6838 MEMORY TECHNOLOGY DEVICES (MTD)
6839 M:      David Woodhouse <dwmw2@infradead.org>
6840 M:      Brian Norris <computersforpeace@gmail.com>
6841 L:      linux-mtd@lists.infradead.org
6842 W:      http://www.linux-mtd.infradead.org/
6843 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6844 T:      git git://git.infradead.org/linux-mtd.git
6845 T:      git git://git.infradead.org/l2-mtd.git
6846 S:      Maintained
6847 F:      drivers/mtd/
6848 F:      include/linux/mtd/
6849 F:      include/uapi/mtd/
6850
6851 MEN A21 WATCHDOG DRIVER
6852 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6853 L:      linux-watchdog@vger.kernel.org
6854 S:      Maintained
6855 F:      drivers/watchdog/mena21_wdt.c
6856
6857 MEN CHAMELEON BUS (mcb)
6858 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6859 S:      Maintained
6860 F:      drivers/mcb/
6861 F:      include/linux/mcb.h
6862 F:      Documentation/men-chameleon-bus.txt
6863
6864 MEN F21BMC (Board Management Controller)
6865 M:      Andreas Werner <andreas.werner@men.de>
6866 S:      Supported
6867 F:      drivers/mfd/menf21bmc.c
6868 F:      drivers/watchdog/menf21bmc_wdt.c
6869 F:      drivers/leds/leds-menf21bmc.c
6870 F:      drivers/hwmon/menf21bmc_hwmon.c
6871 F:      Documentation/hwmon/menf21bmc
6872
6873 METAG ARCHITECTURE
6874 M:      James Hogan <james.hogan@imgtec.com>
6875 L:      linux-metag@vger.kernel.org
6876 S:      Supported
6877 F:      arch/metag/
6878 F:      Documentation/metag/
6879 F:      Documentation/devicetree/bindings/metag/
6880 F:      drivers/clocksource/metag_generic.c
6881 F:      drivers/irqchip/irq-metag.c
6882 F:      drivers/irqchip/irq-metag-ext.c
6883 F:      drivers/tty/metag_da.c
6884
6885 MICROBLAZE ARCHITECTURE
6886 M:      Michal Simek <monstr@monstr.eu>
6887 W:      http://www.monstr.eu/fdt/
6888 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6889 S:      Supported
6890 F:      arch/microblaze/
6891
6892 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6893 M:      Chen Yu <yu.c.chen@intel.com>
6894 L:      platform-driver-x86@vger.kernel.org
6895 S:      Supported
6896 F:      drivers/platform/x86/surfacepro3_button.c
6897
6898 MICROTEK X6 SCANNER
6899 M:      Oliver Neukum <oliver@neukum.org>
6900 S:      Maintained
6901 F:      drivers/usb/image/microtek.*
6902
6903 MIPS
6904 M:      Ralf Baechle <ralf@linux-mips.org>
6905 L:      linux-mips@linux-mips.org
6906 W:      http://www.linux-mips.org/
6907 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6908 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6909 S:      Supported
6910 F:      Documentation/mips/
6911 F:      arch/mips/
6912
6913 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6914 M:      Hans Verkuil <hverkuil@xs4all.nl>
6915 L:      linux-media@vger.kernel.org
6916 T:      git git://linuxtv.org/media_tree.git
6917 W:      http://linuxtv.org
6918 S:      Odd Fixes
6919 F:      drivers/media/radio/radio-miropcm20*
6920
6921 Mellanox MLX5 core VPI driver
6922 M:      Eli Cohen <eli@mellanox.com>
6923 L:      netdev@vger.kernel.org
6924 L:      linux-rdma@vger.kernel.org
6925 W:      http://www.mellanox.com
6926 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6927 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6928 T:      git git://openfabrics.org/~eli/connect-ib.git
6929 S:      Supported
6930 F:      drivers/net/ethernet/mellanox/mlx5/core/
6931 F:      include/linux/mlx5/
6932
6933 Mellanox MLX5 IB driver
6934 M:      Eli Cohen <eli@mellanox.com>
6935 L:      linux-rdma@vger.kernel.org
6936 W:      http://www.mellanox.com
6937 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6938 T:      git git://openfabrics.org/~eli/connect-ib.git
6939 S:      Supported
6940 F:      include/linux/mlx5/
6941 F:      drivers/infiniband/hw/mlx5/
6942
6943 MN88472 MEDIA DRIVER
6944 M:      Antti Palosaari <crope@iki.fi>
6945 L:      linux-media@vger.kernel.org
6946 W:      http://linuxtv.org/
6947 W:      http://palosaari.fi/linux/
6948 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6949 T:      git git://linuxtv.org/anttip/media_tree.git
6950 S:      Maintained
6951 F:      drivers/staging/media/mn88472/
6952 F:      drivers/media/dvb-frontends/mn88472.h
6953
6954 MN88473 MEDIA DRIVER
6955 M:      Antti Palosaari <crope@iki.fi>
6956 L:      linux-media@vger.kernel.org
6957 W:      http://linuxtv.org/
6958 W:      http://palosaari.fi/linux/
6959 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6960 T:      git git://linuxtv.org/anttip/media_tree.git
6961 S:      Maintained
6962 F:      drivers/staging/media/mn88473/
6963 F:      drivers/media/dvb-frontends/mn88473.h
6964
6965 MODULE SUPPORT
6966 M:      Rusty Russell <rusty@rustcorp.com.au>
6967 S:      Maintained
6968 F:      include/linux/module.h
6969 F:      kernel/module.c
6970
6971 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6972 W:      http://popies.net/meye/
6973 S:      Orphan
6974 F:      Documentation/video4linux/meye.txt
6975 F:      drivers/media/pci/meye/
6976 F:      include/uapi/linux/meye.h
6977
6978 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6979 M:      Jiri Slaby <jirislaby@gmail.com>
6980 S:      Maintained
6981 F:      Documentation/serial/moxa-smartio
6982 F:      drivers/tty/mxser.*
6983
6984 MR800 AVERMEDIA USB FM RADIO DRIVER
6985 M:      Alexey Klimov <klimov.linux@gmail.com>
6986 L:      linux-media@vger.kernel.org
6987 T:      git git://linuxtv.org/media_tree.git
6988 S:      Maintained
6989 F:      drivers/media/radio/radio-mr800.c
6990
6991 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6992 M:      Alan Ott <alan@signal11.us>
6993 L:      linux-wpan@vger.kernel.org
6994 S:      Maintained
6995 F:      drivers/net/ieee802154/mrf24j40.c
6996
6997 MSI LAPTOP SUPPORT
6998 M:      "Lee, Chun-Yi" <jlee@suse.com>
6999 L:      platform-driver-x86@vger.kernel.org
7000 S:      Maintained
7001 F:      drivers/platform/x86/msi-laptop.c
7002
7003 MSI WMI SUPPORT
7004 L:      platform-driver-x86@vger.kernel.org
7005 S:      Orphan
7006 F:      drivers/platform/x86/msi-wmi.c
7007
7008 MSI001 MEDIA DRIVER
7009 M:      Antti Palosaari <crope@iki.fi>
7010 L:      linux-media@vger.kernel.org
7011 W:      http://linuxtv.org/
7012 W:      http://palosaari.fi/linux/
7013 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7014 T:      git git://linuxtv.org/anttip/media_tree.git
7015 S:      Maintained
7016 F:      drivers/media/tuners/msi001*
7017
7018 MSI2500 MEDIA DRIVER
7019 M:      Antti Palosaari <crope@iki.fi>
7020 L:      linux-media@vger.kernel.org
7021 W:      http://linuxtv.org/
7022 W:      http://palosaari.fi/linux/
7023 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7024 T:      git git://linuxtv.org/anttip/media_tree.git
7025 S:      Maintained
7026 F:      drivers/media/usb/msi2500/
7027
7028 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7029 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7030 L:      linux-mtd@lists.infradead.org
7031 S:      Maintained
7032 F:      drivers/mtd/devices/docg3*
7033
7034 MT9M032 APTINA SENSOR DRIVER
7035 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7036 L:      linux-media@vger.kernel.org
7037 T:      git git://linuxtv.org/media_tree.git
7038 S:      Maintained
7039 F:      drivers/media/i2c/mt9m032.c
7040 F:      include/media/mt9m032.h
7041
7042 MT9P031 APTINA CAMERA SENSOR
7043 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7044 L:      linux-media@vger.kernel.org
7045 T:      git git://linuxtv.org/media_tree.git
7046 S:      Maintained
7047 F:      drivers/media/i2c/mt9p031.c
7048 F:      include/media/mt9p031.h
7049
7050 MT9T001 APTINA CAMERA SENSOR
7051 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7052 L:      linux-media@vger.kernel.org
7053 T:      git git://linuxtv.org/media_tree.git
7054 S:      Maintained
7055 F:      drivers/media/i2c/mt9t001.c
7056 F:      include/media/mt9t001.h
7057
7058 MT9V032 APTINA CAMERA SENSOR
7059 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7060 L:      linux-media@vger.kernel.org
7061 T:      git git://linuxtv.org/media_tree.git
7062 S:      Maintained
7063 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7064 F:      drivers/media/i2c/mt9v032.c
7065 F:      include/media/mt9v032.h
7066
7067 MULTIFUNCTION DEVICES (MFD)
7068 M:      Samuel Ortiz <sameo@linux.intel.com>
7069 M:      Lee Jones <lee.jones@linaro.org>
7070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7071 S:      Supported
7072 F:      drivers/mfd/
7073 F:      include/linux/mfd/
7074
7075 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7076 M:      Ulf Hansson <ulf.hansson@linaro.org>
7077 L:      linux-mmc@vger.kernel.org
7078 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7079 S:      Maintained
7080 F:      drivers/mmc/
7081 F:      include/linux/mmc/
7082 F:      include/uapi/linux/mmc/
7083
7084 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7085 S:      Orphan
7086 F:      drivers/mmc/host/mmc_spi.c
7087 F:      include/linux/spi/mmc_spi.h
7088
7089 MULTISOUND SOUND DRIVER
7090 M:      Andrew Veliath <andrewtv@usa.net>
7091 S:      Maintained
7092 F:      Documentation/sound/oss/MultiSound
7093 F:      sound/oss/msnd*
7094
7095 MULTITECH MULTIPORT CARD (ISICOM)
7096 S:      Orphan
7097 F:      drivers/tty/isicom.c
7098 F:      include/linux/isicom.h
7099
7100 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7101 M:      Felipe Balbi <balbi@ti.com>
7102 L:      linux-usb@vger.kernel.org
7103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7104 S:      Maintained
7105 F:      drivers/usb/musb/
7106
7107 MXL5007T MEDIA DRIVER
7108 M:      Michael Krufky <mkrufky@linuxtv.org>
7109 L:      linux-media@vger.kernel.org
7110 W:      http://linuxtv.org/
7111 W:      http://github.com/mkrufky
7112 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7113 T:      git git://linuxtv.org/mkrufky/tuners.git
7114 S:      Maintained
7115 F:      drivers/media/tuners/mxl5007t.*
7116
7117 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7118 M:      Hyong-Youb Kim <hykim@myri.com>
7119 L:      netdev@vger.kernel.org
7120 W:      https://www.myricom.com/support/downloads/myri10ge.html
7121 S:      Supported
7122 F:      drivers/net/ethernet/myricom/myri10ge/
7123
7124 NATSEMI ETHERNET DRIVER (DP8381x)
7125 S:      Orphan
7126 F:      drivers/net/ethernet/natsemi/natsemi.c
7127
7128 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7129 M:      Daniel Mack <zonque@gmail.com>
7130 S:      Maintained
7131 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7132 W:      http://www.native-instruments.com
7133 F:      sound/usb/caiaq/
7134
7135 NCP FILESYSTEM
7136 M:      Petr Vandrovec <petr@vandrovec.name>
7137 S:      Odd Fixes
7138 F:      fs/ncpfs/
7139
7140 NCR 5380 SCSI DRIVERS
7141 M:      Finn Thain <fthain@telegraphics.com.au>
7142 M:      Michael Schmitz <schmitzmic@gmail.com>
7143 L:      linux-scsi@vger.kernel.org
7144 S:      Maintained
7145 F:      Documentation/scsi/g_NCR5380.txt
7146 F:      drivers/scsi/NCR5380.*
7147 F:      drivers/scsi/arm/cumana_1.c
7148 F:      drivers/scsi/arm/oak.c
7149 F:      drivers/scsi/atari_NCR5380.c
7150 F:      drivers/scsi/atari_scsi.*
7151 F:      drivers/scsi/dmx3191d.c
7152 F:      drivers/scsi/dtc.*
7153 F:      drivers/scsi/g_NCR5380.*
7154 F:      drivers/scsi/g_NCR5380_mmio.c
7155 F:      drivers/scsi/mac_scsi.*
7156 F:      drivers/scsi/pas16.*
7157 F:      drivers/scsi/sun3_scsi.*
7158 F:      drivers/scsi/sun3_scsi_vme.c
7159 F:      drivers/scsi/t128.*
7160
7161 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7162 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7163 L:      linux-scsi@vger.kernel.org
7164 S:      Maintained
7165 F:      drivers/scsi/NCR_D700.*
7166
7167 NCT6775 HARDWARE MONITOR DRIVER
7168 M:      Guenter Roeck <linux@roeck-us.net>
7169 L:      lm-sensors@lm-sensors.org
7170 S:      Maintained
7171 F:      Documentation/hwmon/nct6775
7172 F:      drivers/hwmon/nct6775.c
7173
7174 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7175 M:      Faisal Latif <faisal.latif@intel.com>
7176 L:      linux-rdma@vger.kernel.org
7177 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7178 S:      Supported
7179 F:      drivers/infiniband/hw/nes/
7180
7181 NETEM NETWORK EMULATOR
7182 M:      Stephen Hemminger <stephen@networkplumber.org>
7183 L:      netem@lists.linux-foundation.org
7184 S:      Maintained
7185 F:      net/sched/sch_netem.c
7186
7187 NETERION 10GbE DRIVERS (s2io/vxge)
7188 M:      Jon Mason <jdmason@kudzu.us>
7189 L:      netdev@vger.kernel.org
7190 S:      Supported
7191 F:      Documentation/networking/s2io.txt
7192 F:      Documentation/networking/vxge.txt
7193 F:      drivers/net/ethernet/neterion/
7194
7195 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7196 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7197 M:      Patrick McHardy <kaber@trash.net>
7198 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7199 L:      netfilter-devel@vger.kernel.org
7200 L:      coreteam@netfilter.org
7201 W:      http://www.netfilter.org/
7202 W:      http://www.iptables.org/
7203 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7206 S:      Supported
7207 F:      include/linux/netfilter*
7208 F:      include/linux/netfilter/
7209 F:      include/net/netfilter/
7210 F:      include/uapi/linux/netfilter*
7211 F:      include/uapi/linux/netfilter/
7212 F:      net/*/netfilter.c
7213 F:      net/*/netfilter/
7214 F:      net/netfilter/
7215 F:      net/bridge/br_netfilter*.c
7216
7217 NETLABEL
7218 M:      Paul Moore <paul@paul-moore.com>
7219 W:      http://netlabel.sf.net
7220 L:      netdev@vger.kernel.org
7221 S:      Maintained
7222 F:      Documentation/netlabel/
7223 F:      include/net/netlabel.h
7224 F:      net/netlabel/
7225
7226 NETROM NETWORK LAYER
7227 M:      Ralf Baechle <ralf@linux-mips.org>
7228 L:      linux-hams@vger.kernel.org
7229 W:      http://www.linux-ax25.org/
7230 S:      Maintained
7231 F:      include/net/netrom.h
7232 F:      include/uapi/linux/netrom.h
7233 F:      net/netrom/
7234
7235 NETWORK BLOCK DEVICE (NBD)
7236 M:      Markus Pargmann <mpa@pengutronix.de>
7237 S:      Maintained
7238 L:      nbd-general@lists.sourceforge.net
7239 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7240 F:      Documentation/blockdev/nbd.txt
7241 F:      drivers/block/nbd.c
7242 F:      include/uapi/linux/nbd.h
7243
7244 NETWORK DROP MONITOR
7245 M:      Neil Horman <nhorman@tuxdriver.com>
7246 L:      netdev@vger.kernel.org
7247 S:      Maintained
7248 W:      https://fedorahosted.org/dropwatch/
7249 F:      net/core/drop_monitor.c
7250
7251 NETWORKING [GENERAL]
7252 M:      "David S. Miller" <davem@davemloft.net>
7253 L:      netdev@vger.kernel.org
7254 W:      http://www.linuxfoundation.org/en/Net
7255 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7258 S:      Maintained
7259 F:      net/
7260 F:      include/net/
7261 F:      include/linux/in.h
7262 F:      include/linux/net.h
7263 F:      include/linux/netdevice.h
7264 F:      include/uapi/linux/in.h
7265 F:      include/uapi/linux/net.h
7266 F:      include/uapi/linux/netdevice.h
7267 F:      include/uapi/linux/net_namespace.h
7268 F:      tools/net/
7269 F:      tools/testing/selftests/net/
7270 F:      lib/random32.c
7271 F:      lib/test_bpf.c
7272
7273 NETWORKING [IPv4/IPv6]
7274 M:      "David S. Miller" <davem@davemloft.net>
7275 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7276 M:      James Morris <jmorris@namei.org>
7277 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7278 M:      Patrick McHardy <kaber@trash.net>
7279 L:      netdev@vger.kernel.org
7280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7281 S:      Maintained
7282 F:      net/ipv4/
7283 F:      net/ipv6/
7284 F:      include/net/ip*
7285 F:      arch/x86/net/*
7286
7287 NETWORKING [IPSEC]
7288 M:      Steffen Klassert <steffen.klassert@secunet.com>
7289 M:      Herbert Xu <herbert@gondor.apana.org.au>
7290 M:      "David S. Miller" <davem@davemloft.net>
7291 L:      netdev@vger.kernel.org
7292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7294 S:      Maintained
7295 F:      net/core/flow.c
7296 F:      net/xfrm/
7297 F:      net/key/
7298 F:      net/ipv4/xfrm*
7299 F:      net/ipv4/esp4.c
7300 F:      net/ipv4/ah4.c
7301 F:      net/ipv4/ipcomp.c
7302 F:      net/ipv4/ip_vti.c
7303 F:      net/ipv6/xfrm*
7304 F:      net/ipv6/esp6.c
7305 F:      net/ipv6/ah6.c
7306 F:      net/ipv6/ipcomp6.c
7307 F:      net/ipv6/ip6_vti.c
7308 F:      include/uapi/linux/xfrm.h
7309 F:      include/net/xfrm.h
7310
7311 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7312 M:      Paul Moore <paul@paul-moore.com>
7313 L:      netdev@vger.kernel.org
7314 S:      Maintained
7315
7316 NETWORKING [WIRELESS]
7317 L:      linux-wireless@vger.kernel.org
7318 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7319
7320 NETWORKING DRIVERS
7321 L:      netdev@vger.kernel.org
7322 W:      http://www.linuxfoundation.org/en/Net
7323 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7326 S:      Odd Fixes
7327 F:      drivers/net/
7328 F:      include/linux/if_*
7329 F:      include/linux/netdevice.h
7330 F:      include/linux/arcdevice.h
7331 F:      include/linux/etherdevice.h
7332 F:      include/linux/fcdevice.h
7333 F:      include/linux/fddidevice.h
7334 F:      include/linux/hippidevice.h
7335 F:      include/linux/inetdevice.h
7336 F:      include/uapi/linux/if_*
7337 F:      include/uapi/linux/netdevice.h
7338
7339 NETWORKING DRIVERS (WIRELESS)
7340 M:      Kalle Valo <kvalo@codeaurora.org>
7341 L:      linux-wireless@vger.kernel.org
7342 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7344 S:      Maintained
7345 F:      drivers/net/wireless/
7346
7347 NETXEN (1/10) GbE SUPPORT
7348 M:      Manish Chopra <manish.chopra@qlogic.com>
7349 M:      Sony Chacko <sony.chacko@qlogic.com>
7350 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7351 L:      netdev@vger.kernel.org
7352 W:      http://www.qlogic.com
7353 S:      Supported
7354 F:      drivers/net/ethernet/qlogic/netxen/
7355
7356 NFC SUBSYSTEM
7357 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7358 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7359 M:      Samuel Ortiz <sameo@linux.intel.com>
7360 L:      linux-wireless@vger.kernel.org
7361 L:      linux-nfc@lists.01.org (subscribers-only)
7362 S:      Supported
7363 F:      net/nfc/
7364 F:      include/net/nfc/
7365 F:      include/uapi/linux/nfc.h
7366 F:      drivers/nfc/
7367 F:      include/linux/platform_data/pn544.h
7368 F:      Documentation/devicetree/bindings/net/nfc/
7369
7370 NFS, SUNRPC, AND LOCKD CLIENTS
7371 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7372 M:      Anna Schumaker <anna.schumaker@netapp.com>
7373 L:      linux-nfs@vger.kernel.org
7374 W:      http://client.linux-nfs.org
7375 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7376 S:      Maintained
7377 F:      fs/lockd/
7378 F:      fs/nfs/
7379 F:      fs/nfs_common/
7380 F:      net/sunrpc/
7381 F:      include/linux/lockd/
7382 F:      include/linux/nfs*
7383 F:      include/linux/sunrpc/
7384 F:      include/uapi/linux/nfs*
7385 F:      include/uapi/linux/sunrpc/
7386
7387 NILFS2 FILESYSTEM
7388 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7389 L:      linux-nilfs@vger.kernel.org
7390 W:      http://nilfs.sourceforge.net/
7391 T:      git git://github.com/konis/nilfs2.git
7392 S:      Supported
7393 F:      Documentation/filesystems/nilfs2.txt
7394 F:      fs/nilfs2/
7395 F:      include/linux/nilfs2_fs.h
7396
7397 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7398 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7399 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7400 S:      Maintained
7401 F:      Documentation/scsi/NinjaSCSI.txt
7402 F:      drivers/scsi/pcmcia/nsp_*
7403
7404 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7405 M:      GOTO Masanori <gotom@debian.or.jp>
7406 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7407 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7408 S:      Maintained
7409 F:      Documentation/scsi/NinjaSCSI.txt
7410 F:      drivers/scsi/nsp32*
7411
7412 NIOS2 ARCHITECTURE
7413 M:      Ley Foon Tan <lftan@altera.com>
7414 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7416 S:      Maintained
7417 F:      arch/nios2/
7418
7419 NOKIA N900 POWER SUPPLY DRIVERS
7420 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7421 S:      Maintained
7422 F:      include/linux/power/bq2415x_charger.h
7423 F:      include/linux/power/bq27x00_battery.h
7424 F:      include/linux/power/isp1704_charger.h
7425 F:      drivers/power/bq2415x_charger.c
7426 F:      drivers/power/bq27x00_battery.c
7427 F:      drivers/power/isp1704_charger.c
7428 F:      drivers/power/rx51_battery.c
7429
7430 NTB DRIVER CORE
7431 M:      Jon Mason <jdmason@kudzu.us>
7432 M:      Dave Jiang <dave.jiang@intel.com>
7433 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7434 L:      linux-ntb@googlegroups.com
7435 S:      Supported
7436 W:      https://github.com/jonmason/ntb/wiki
7437 T:      git git://github.com/jonmason/ntb.git
7438 F:      drivers/ntb/
7439 F:      drivers/net/ntb_netdev.c
7440 F:      include/linux/ntb.h
7441 F:      include/linux/ntb_transport.h
7442
7443 NTB INTEL DRIVER
7444 M:      Jon Mason <jdmason@kudzu.us>
7445 M:      Dave Jiang <dave.jiang@intel.com>
7446 L:      linux-ntb@googlegroups.com
7447 S:      Supported
7448 W:      https://github.com/jonmason/ntb/wiki
7449 T:      git git://github.com/jonmason/ntb.git
7450 F:      drivers/ntb/hw/intel/
7451
7452 NTFS FILESYSTEM
7453 M:      Anton Altaparmakov <anton@tuxera.com>
7454 L:      linux-ntfs-dev@lists.sourceforge.net
7455 W:      http://www.tuxera.com/
7456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7457 S:      Supported
7458 F:      Documentation/filesystems/ntfs.txt
7459 F:      fs/ntfs/
7460
7461 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7462 M:      Antonino Daplas <adaplas@gmail.com>
7463 L:      linux-fbdev@vger.kernel.org
7464 S:      Maintained
7465 F:      drivers/video/fbdev/riva/
7466 F:      drivers/video/fbdev/nvidia/
7467
7468 NVM EXPRESS DRIVER
7469 M:      Matthew Wilcox <willy@linux.intel.com>
7470 L:      linux-nvme@lists.infradead.org
7471 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7472 S:      Supported
7473 F:      drivers/block/nvme*
7474 F:      include/linux/nvme.h
7475
7476 NVMEM FRAMEWORK
7477 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7478 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7479 S:      Maintained
7480 F:      drivers/nvmem/
7481 F:      Documentation/devicetree/bindings/nvmem/
7482 F:      include/linux/nvmem-consumer.h
7483 F:      include/linux/nvmem-provider.h
7484
7485 NXP-NCI NFC DRIVER
7486 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7487 R:      Charles Gorand <charles.gorand@effinnov.com>
7488 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7489 S:      Supported
7490 F:      drivers/nfc/nxp-nci
7491
7492 NXP TDA998X DRM DRIVER
7493 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7494 S:      Supported
7495 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7496 F:      include/drm/i2c/tda998x.h
7497
7498 NXP TFA9879 DRIVER
7499 M:      Peter Rosin <peda@axentia.se>
7500 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7501 S:      Maintained
7502 F:      sound/soc/codecs/tfa9879*
7503
7504 OMAP SUPPORT
7505 M:      Tony Lindgren <tony@atomide.com>
7506 L:      linux-omap@vger.kernel.org
7507 W:      http://www.muru.com/linux/omap/
7508 W:      http://linux.omap.com/
7509 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7511 S:      Maintained
7512 F:      arch/arm/*omap*/
7513 F:      arch/arm/configs/omap1_defconfig
7514 F:      arch/arm/configs/omap2plus_defconfig
7515 F:      drivers/i2c/busses/i2c-omap.c
7516 F:      drivers/irqchip/irq-omap-intc.c
7517 F:      drivers/mfd/*omap*.c
7518 F:      drivers/mfd/menelaus.c
7519 F:      drivers/mfd/palmas.c
7520 F:      drivers/mfd/tps65217.c
7521 F:      drivers/mfd/tps65218.c
7522 F:      drivers/mfd/tps65910.c
7523 F:      drivers/mfd/twl-core.[ch]
7524 F:      drivers/mfd/twl4030*.c
7525 F:      drivers/mfd/twl6030*.c
7526 F:      drivers/mfd/twl6040*.c
7527 F:      drivers/regulator/palmas-regulator*.c
7528 F:      drivers/regulator/pbias-regulator.c
7529 F:      drivers/regulator/tps65217-regulator.c
7530 F:      drivers/regulator/tps65218-regulator.c
7531 F:      drivers/regulator/tps65910-regulator.c
7532 F:      drivers/regulator/twl-regulator.c
7533 F:      include/linux/i2c-omap.h
7534
7535 OMAP DEVICE TREE SUPPORT
7536 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7537 M:      Tony Lindgren <tony@atomide.com>
7538 L:      linux-omap@vger.kernel.org
7539 L:      devicetree@vger.kernel.org
7540 S:      Maintained
7541 F:      arch/arm/boot/dts/*omap*
7542 F:      arch/arm/boot/dts/*am3*
7543 F:      arch/arm/boot/dts/*am4*
7544 F:      arch/arm/boot/dts/*am5*
7545 F:      arch/arm/boot/dts/*dra7*
7546
7547 OMAP CLOCK FRAMEWORK SUPPORT
7548 M:      Paul Walmsley <paul@pwsan.com>
7549 L:      linux-omap@vger.kernel.org
7550 S:      Maintained
7551 F:      arch/arm/*omap*/*clock*
7552
7553 OMAP POWER MANAGEMENT SUPPORT
7554 M:      Kevin Hilman <khilman@deeprootsystems.com>
7555 L:      linux-omap@vger.kernel.org
7556 S:      Maintained
7557 F:      arch/arm/*omap*/*pm*
7558 F:      drivers/cpufreq/omap-cpufreq.c
7559
7560 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7561 M:      Rajendra Nayak <rnayak@ti.com>
7562 M:      Paul Walmsley <paul@pwsan.com>
7563 L:      linux-omap@vger.kernel.org
7564 S:      Maintained
7565 F:      arch/arm/mach-omap2/prm*
7566
7567 OMAP AUDIO SUPPORT
7568 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7569 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7570 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7571 L:      linux-omap@vger.kernel.org
7572 S:      Maintained
7573 F:      sound/soc/omap/
7574
7575 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7576 M:      Roger Quadros <rogerq@ti.com>
7577 M:      Tony Lindgren <tony@atomide.com>
7578 L:      linux-omap@vger.kernel.org
7579 S:      Maintained
7580 F:      drivers/memory/omap-gpmc.c
7581 F:      arch/arm/mach-omap2/*gpmc*
7582
7583 OMAP FRAMEBUFFER SUPPORT
7584 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7585 L:      linux-fbdev@vger.kernel.org
7586 L:      linux-omap@vger.kernel.org
7587 S:      Maintained
7588 F:      drivers/video/fbdev/omap/
7589
7590 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7591 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7592 L:      linux-omap@vger.kernel.org
7593 L:      linux-fbdev@vger.kernel.org
7594 S:      Maintained
7595 F:      drivers/video/fbdev/omap2/
7596 F:      Documentation/arm/OMAP/DSS
7597
7598 OMAP HARDWARE SPINLOCK SUPPORT
7599 M:      Ohad Ben-Cohen <ohad@wizery.com>
7600 L:      linux-omap@vger.kernel.org
7601 S:      Maintained
7602 F:      drivers/hwspinlock/omap_hwspinlock.c
7603
7604 OMAP MMC SUPPORT
7605 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7606 L:      linux-omap@vger.kernel.org
7607 S:      Maintained
7608 F:      drivers/mmc/host/omap.c
7609
7610 OMAP HS MMC SUPPORT
7611 L:      linux-mmc@vger.kernel.org
7612 L:      linux-omap@vger.kernel.org
7613 S:      Orphan
7614 F:      drivers/mmc/host/omap_hsmmc.c
7615
7616 OMAP RANDOM NUMBER GENERATOR SUPPORT
7617 M:      Deepak Saxena <dsaxena@plexity.net>
7618 S:      Maintained
7619 F:      drivers/char/hw_random/omap-rng.c
7620
7621 OMAP HWMOD SUPPORT
7622 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7623 M:      Paul Walmsley <paul@pwsan.com>
7624 L:      linux-omap@vger.kernel.org
7625 S:      Maintained
7626 F:      arch/arm/mach-omap2/omap_hwmod.*
7627
7628 OMAP HWMOD DATA
7629 M:      Paul Walmsley <paul@pwsan.com>
7630 L:      linux-omap@vger.kernel.org
7631 S:      Maintained
7632 F:      arch/arm/mach-omap2/omap_hwmod*data*
7633
7634 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7635 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7636 L:      linux-omap@vger.kernel.org
7637 S:      Maintained
7638 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7639
7640 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7641 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7642 L:      linux-media@vger.kernel.org
7643 S:      Maintained
7644 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7645 F:      drivers/media/platform/omap3isp/
7646 F:      drivers/staging/media/omap4iss/
7647
7648 OMAP USB SUPPORT
7649 M:      Felipe Balbi <balbi@ti.com>
7650 L:      linux-usb@vger.kernel.org
7651 L:      linux-omap@vger.kernel.org
7652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7653 S:      Maintained
7654 F:      drivers/usb/*/*omap*
7655 F:      arch/arm/*omap*/usb*
7656
7657 OMAP GPIO DRIVER
7658 M:      Javier Martinez Canillas <javier@dowhile0.org>
7659 M:      Santosh Shilimkar <ssantosh@kernel.org>
7660 M:      Kevin Hilman <khilman@deeprootsystems.com>
7661 L:      linux-omap@vger.kernel.org
7662 S:      Maintained
7663 F:      drivers/gpio/gpio-omap.c
7664
7665 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7666 M:      Mark Jackson <mpfj@newflow.co.uk>
7667 L:      linux-omap@vger.kernel.org
7668 S:      Maintained
7669 F:      arch/arm/boot/dts/am335x-nano.dts
7670
7671 OMFS FILESYSTEM
7672 M:      Bob Copeland <me@bobcopeland.com>
7673 L:      linux-karma-devel@lists.sourceforge.net
7674 S:      Maintained
7675 F:      Documentation/filesystems/omfs.txt
7676 F:      fs/omfs/
7677
7678 OMNIKEY CARDMAN 4000 DRIVER
7679 M:      Harald Welte <laforge@gnumonks.org>
7680 S:      Maintained
7681 F:      drivers/char/pcmcia/cm4000_cs.c
7682 F:      include/linux/cm4000_cs.h
7683 F:      include/uapi/linux/cm4000_cs.h
7684
7685 OMNIKEY CARDMAN 4040 DRIVER
7686 M:      Harald Welte <laforge@gnumonks.org>
7687 S:      Maintained
7688 F:      drivers/char/pcmcia/cm4040_cs.*
7689
7690 OMNIVISION OV7670 SENSOR DRIVER
7691 M:      Jonathan Corbet <corbet@lwn.net>
7692 L:      linux-media@vger.kernel.org
7693 T:      git git://linuxtv.org/media_tree.git
7694 S:      Maintained
7695 F:      drivers/media/i2c/ov7670.c
7696
7697 ONENAND FLASH DRIVER
7698 M:      Kyungmin Park <kyungmin.park@samsung.com>
7699 L:      linux-mtd@lists.infradead.org
7700 S:      Maintained
7701 F:      drivers/mtd/onenand/
7702 F:      include/linux/mtd/onenand*.h
7703
7704 ONSTREAM SCSI TAPE DRIVER
7705 M:      Willem Riede <osst@riede.org>
7706 L:      osst-users@lists.sourceforge.net
7707 L:      linux-scsi@vger.kernel.org
7708 S:      Maintained
7709 F:      Documentation/scsi/osst.txt
7710 F:      drivers/scsi/osst.*
7711 F:      drivers/scsi/osst_*.h
7712 F:      drivers/scsi/st.h
7713
7714 OPENCORES I2C BUS DRIVER
7715 M:      Peter Korsgaard <jacmet@sunsite.dk>
7716 L:      linux-i2c@vger.kernel.org
7717 S:      Maintained
7718 F:      Documentation/i2c/busses/i2c-ocores
7719 F:      drivers/i2c/busses/i2c-ocores.c
7720
7721 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7722 M:      Rob Herring <robh+dt@kernel.org>
7723 M:      Frank Rowand <frowand.list@gmail.com>
7724 M:      Grant Likely <grant.likely@linaro.org>
7725 L:      devicetree@vger.kernel.org
7726 W:      http://www.devicetree.org/
7727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7728 S:      Maintained
7729 F:      drivers/of/
7730 F:      include/linux/of*.h
7731 F:      scripts/dtc/
7732
7733 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7734 M:      Rob Herring <robh+dt@kernel.org>
7735 M:      Pawel Moll <pawel.moll@arm.com>
7736 M:      Mark Rutland <mark.rutland@arm.com>
7737 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7738 M:      Kumar Gala <galak@codeaurora.org>
7739 L:      devicetree@vger.kernel.org
7740 S:      Maintained
7741 F:      Documentation/devicetree/
7742 F:      arch/*/boot/dts/
7743 F:      include/dt-bindings/
7744
7745 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7746 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7747 L:      devicetree@vger.kernel.org
7748 S:      Maintained
7749 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7750 F:      Documentation/devicetree/overlay-notes.txt
7751 F:      drivers/of/overlay.c
7752 F:      drivers/of/resolver.c
7753
7754 OPENRISC ARCHITECTURE
7755 M:      Jonas Bonn <jonas@southpole.se>
7756 W:      http://openrisc.net
7757 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7758 S:      Maintained
7759 T:      git git://openrisc.net/~jonas/linux
7760 F:      arch/openrisc/
7761
7762 OPENVSWITCH
7763 M:      Pravin Shelar <pshelar@nicira.com>
7764 L:      netdev@vger.kernel.org
7765 L:      dev@openvswitch.org
7766 W:      http://openvswitch.org
7767 S:      Maintained
7768 F:      net/openvswitch/
7769 F:      include/uapi/linux/openvswitch.h
7770
7771 OPL4 DRIVER
7772 M:      Clemens Ladisch <clemens@ladisch.de>
7773 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7774 T:      git git://git.alsa-project.org/alsa-kernel.git
7775 S:      Maintained
7776 F:      sound/drivers/opl4/
7777
7778 OPROFILE
7779 M:      Robert Richter <rric@kernel.org>
7780 L:      oprofile-list@lists.sf.net
7781 S:      Maintained
7782 F:      arch/*/include/asm/oprofile*.h
7783 F:      arch/*/oprofile/
7784 F:      drivers/oprofile/
7785 F:      include/linux/oprofile.h
7786
7787 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7788 M:      Mark Fasheh <mfasheh@suse.com>
7789 M:      Joel Becker <jlbec@evilplan.org>
7790 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7791 W:      http://ocfs2.wiki.kernel.org
7792 S:      Supported
7793 F:      Documentation/filesystems/ocfs2.txt
7794 F:      Documentation/filesystems/dlmfs.txt
7795 F:      fs/ocfs2/
7796
7797 ORINOCO DRIVER
7798 L:      linux-wireless@vger.kernel.org
7799 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7800 W:      http://www.nongnu.org/orinoco/
7801 S:      Orphan
7802 F:      drivers/net/wireless/orinoco/
7803
7804 OSD LIBRARY and FILESYSTEM
7805 M:      Boaz Harrosh <ooo@electrozaur.com>
7806 M:      Benny Halevy <bhalevy@primarydata.com>
7807 L:      osd-dev@open-osd.org
7808 W:      http://open-osd.org
7809 T:      git git://git.open-osd.org/open-osd.git
7810 S:      Maintained
7811 F:      drivers/scsi/osd/
7812 F:      include/scsi/osd_*
7813 F:      fs/exofs/
7814
7815 OVERLAY FILESYSTEM
7816 M:      Miklos Szeredi <miklos@szeredi.hu>
7817 L:      linux-unionfs@vger.kernel.org
7818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7819 S:      Supported
7820 F:      fs/overlayfs/
7821 F:      Documentation/filesystems/overlayfs.txt
7822
7823 P54 WIRELESS DRIVER
7824 M:      Christian Lamparter <chunkeey@googlemail.com>
7825 L:      linux-wireless@vger.kernel.org
7826 W:      http://wireless.kernel.org/en/users/Drivers/p54
7827 S:      Maintained
7828 F:      drivers/net/wireless/p54/
7829
7830 PA SEMI ETHERNET DRIVER
7831 M:      Olof Johansson <olof@lixom.net>
7832 L:      netdev@vger.kernel.org
7833 S:      Maintained
7834 F:      drivers/net/ethernet/pasemi/*
7835
7836 PA SEMI SMBUS DRIVER
7837 M:      Olof Johansson <olof@lixom.net>
7838 L:      linux-i2c@vger.kernel.org
7839 S:      Maintained
7840 F:      drivers/i2c/busses/i2c-pasemi.c
7841
7842 PADATA PARALLEL EXECUTION MECHANISM
7843 M:      Steffen Klassert <steffen.klassert@secunet.com>
7844 L:      linux-crypto@vger.kernel.org
7845 S:      Maintained
7846 F:      kernel/padata.c
7847 F:      include/linux/padata.h
7848 F:      Documentation/padata.txt
7849
7850 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7851 M:      Harald Welte <laforge@gnumonks.org>
7852 L:      platform-driver-x86@vger.kernel.org
7853 S:      Maintained
7854 F:      drivers/platform/x86/panasonic-laptop.c
7855
7856 PANASONIC MN10300/AM33/AM34 PORT
7857 M:      David Howells <dhowells@redhat.com>
7858 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7859 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7860 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7861 S:      Maintained
7862 F:      Documentation/mn10300/
7863 F:      arch/mn10300/
7864
7865 PARALLEL PORT SUBSYSTEM
7866 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7867 M:      Sudip Mukherjee <sudip@vectorindia.org>
7868 L:      linux-parport@lists.infradead.org (subscribers-only)
7869 S:      Maintained
7870 F:      drivers/parport/
7871 F:      include/linux/parport*.h
7872 F:      drivers/char/ppdev.c
7873 F:      include/uapi/linux/ppdev.h
7874 F:      Documentation/parport*.txt
7875
7876 PARAVIRT_OPS INTERFACE
7877 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7878 M:      Chris Wright <chrisw@sous-sol.org>
7879 M:      Alok Kataria <akataria@vmware.com>
7880 M:      Rusty Russell <rusty@rustcorp.com.au>
7881 L:      virtualization@lists.linux-foundation.org
7882 S:      Supported
7883 F:      Documentation/virtual/paravirt_ops.txt
7884 F:      arch/*/kernel/paravirt*
7885 F:      arch/*/include/asm/paravirt.h
7886
7887 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7888 M:      Tim Waugh <tim@cyberelk.net>
7889 L:      linux-parport@lists.infradead.org (subscribers-only)
7890 S:      Maintained
7891 F:      Documentation/blockdev/paride.txt
7892 F:      drivers/block/paride/
7893
7894 PARISC ARCHITECTURE
7895 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7896 M:      Helge Deller <deller@gmx.de>
7897 L:      linux-parisc@vger.kernel.org
7898 W:      http://www.parisc-linux.org/
7899 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7902 S:      Maintained
7903 F:      arch/parisc/
7904 F:      Documentation/parisc/
7905 F:      drivers/parisc/
7906 F:      drivers/char/agp/parisc-agp.c
7907 F:      drivers/input/serio/gscps2.c
7908 F:      drivers/parport/parport_gsc.*
7909 F:      drivers/tty/serial/8250/8250_gsc.c
7910 F:      drivers/video/fbdev/sti*
7911 F:      drivers/video/console/sti*
7912 F:      drivers/video/logo/logo_parisc*
7913
7914 PC87360 HARDWARE MONITORING DRIVER
7915 M:      Jim Cromie <jim.cromie@gmail.com>
7916 L:      lm-sensors@lm-sensors.org
7917 S:      Maintained
7918 F:      Documentation/hwmon/pc87360
7919 F:      drivers/hwmon/pc87360.c
7920
7921 PC8736x GPIO DRIVER
7922 M:      Jim Cromie <jim.cromie@gmail.com>
7923 S:      Maintained
7924 F:      drivers/char/pc8736x_gpio.c
7925
7926 PC87427 HARDWARE MONITORING DRIVER
7927 M:      Jean Delvare <jdelvare@suse.com>
7928 L:      lm-sensors@lm-sensors.org
7929 S:      Maintained
7930 F:      Documentation/hwmon/pc87427
7931 F:      drivers/hwmon/pc87427.c
7932
7933 PCA9532 LED DRIVER
7934 M:      Riku Voipio <riku.voipio@iki.fi>
7935 S:      Maintained
7936 F:      drivers/leds/leds-pca9532.c
7937 F:      include/linux/leds-pca9532.h
7938
7939 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7940 M:      Guenter Roeck <linux@roeck-us.net>
7941 L:      linux-i2c@vger.kernel.org
7942 S:      Maintained
7943 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7944
7945 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7946 M:      Khalid Aziz <khalid@gonehiking.org>
7947 S:      Maintained
7948 F:      drivers/firmware/pcdp.*
7949
7950 PCI ERROR RECOVERY
7951 M:      Linas Vepstas <linasvepstas@gmail.com>
7952 L:      linux-pci@vger.kernel.org
7953 S:      Supported
7954 F:      Documentation/PCI/pci-error-recovery.txt
7955
7956 PCI SUBSYSTEM
7957 M:      Bjorn Helgaas <bhelgaas@google.com>
7958 L:      linux-pci@vger.kernel.org
7959 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7961 S:      Supported
7962 F:      Documentation/PCI/
7963 F:      drivers/pci/
7964 F:      include/linux/pci*
7965 F:      arch/x86/pci/
7966 F:      arch/x86/kernel/quirks.c
7967
7968 PCI DRIVER FOR ARM VERSATILE PLATFORM
7969 M:      Rob Herring <robh@kernel.org>
7970 L:      linux-pci@vger.kernel.org
7971 L:      linux-arm-kernel@lists.infradead.org
7972 S:      Maintained
7973 F:      Documentation/devicetree/bindings/pci/versatile.txt
7974 F:      drivers/pci/host/pci-versatile.c
7975
7976 PCI DRIVER FOR APPLIEDMICRO XGENE
7977 M:      Tanmay Inamdar <tinamdar@apm.com>
7978 L:      linux-pci@vger.kernel.org
7979 L:      linux-arm-kernel@lists.infradead.org
7980 S:      Maintained
7981 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7982 F:      drivers/pci/host/pci-xgene.c
7983
7984 PCI DRIVER FOR FREESCALE LAYERSCAPE
7985 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7986 M:      Mingkai Hu <mingkai.hu@freescale.com>
7987 M:      Roy Zang <tie-fei.zang@freescale.com>
7988 L:      linuxppc-dev@lists.ozlabs.org
7989 L:      linux-pci@vger.kernel.org
7990 L:      linux-arm-kernel@lists.infradead.org
7991 S:      Maintained
7992 F:      drivers/pci/host/*layerscape*
7993
7994 PCI DRIVER FOR IMX6
7995 M:      Richard Zhu <Richard.Zhu@freescale.com>
7996 M:      Lucas Stach <l.stach@pengutronix.de>
7997 L:      linux-pci@vger.kernel.org
7998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7999 S:      Maintained
8000 F:      drivers/pci/host/*imx6*
8001
8002 PCI DRIVER FOR TI KEYSTONE
8003 M:      Murali Karicheri <m-karicheri2@ti.com>
8004 L:      linux-pci@vger.kernel.org
8005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8006 S:      Maintained
8007 F:      drivers/pci/host/*keystone*
8008
8009 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8010 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8011 M:      Jason Cooper <jason@lakedaemon.net>
8012 L:      linux-pci@vger.kernel.org
8013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8014 S:      Maintained
8015 F:      drivers/pci/host/*mvebu*
8016
8017 PCI DRIVER FOR NVIDIA TEGRA
8018 M:      Thierry Reding <thierry.reding@gmail.com>
8019 L:      linux-tegra@vger.kernel.org
8020 L:      linux-pci@vger.kernel.org
8021 S:      Supported
8022 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8023 F:      drivers/pci/host/pci-tegra.c
8024
8025 PCI DRIVER FOR TI DRA7XX
8026 M:      Kishon Vijay Abraham I <kishon@ti.com>
8027 L:      linux-omap@vger.kernel.org
8028 L:      linux-pci@vger.kernel.org
8029 S:      Supported
8030 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8031 F:      drivers/pci/host/pci-dra7xx.c
8032
8033 PCI DRIVER FOR RENESAS R-CAR
8034 M:      Simon Horman <horms@verge.net.au>
8035 L:      linux-pci@vger.kernel.org
8036 L:      linux-sh@vger.kernel.org
8037 S:      Maintained
8038 F:      drivers/pci/host/*rcar*
8039
8040 PCI DRIVER FOR SAMSUNG EXYNOS
8041 M:      Jingoo Han <jingoohan1@gmail.com>
8042 L:      linux-pci@vger.kernel.org
8043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8044 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8045 S:      Maintained
8046 F:      drivers/pci/host/pci-exynos.c
8047
8048 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8049 M:      Jingoo Han <jingoohan1@gmail.com>
8050 M:      Pratyush Anand <pratyush.anand@gmail.com>
8051 L:      linux-pci@vger.kernel.org
8052 S:      Maintained
8053 F:      drivers/pci/host/*designware*
8054
8055 PCI DRIVER FOR GENERIC OF HOSTS
8056 M:      Will Deacon <will.deacon@arm.com>
8057 L:      linux-pci@vger.kernel.org
8058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8059 S:      Maintained
8060 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8061 F:      drivers/pci/host/pci-host-generic.c
8062
8063 PCIE DRIVER FOR ST SPEAR13XX
8064 M:      Pratyush Anand <pratyush.anand@gmail.com>
8065 L:      linux-pci@vger.kernel.org
8066 S:      Maintained
8067 F:      drivers/pci/host/*spear*
8068
8069 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8070 M:      Duc Dang <dhdang@apm.com>
8071 L:      linux-pci@vger.kernel.org
8072 L:      linux-arm-kernel@lists.infradead.org
8073 S:      Maintained
8074 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8075 F:      drivers/pci/host/pci-xgene-msi.c
8076
8077 PCMCIA SUBSYSTEM
8078 P:      Linux PCMCIA Team
8079 L:      linux-pcmcia@lists.infradead.org
8080 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8082 S:      Maintained
8083 F:      Documentation/pcmcia/
8084 F:      drivers/pcmcia/
8085 F:      include/pcmcia/
8086
8087 PCNET32 NETWORK DRIVER
8088 M:      Don Fry <pcnet32@frontier.com>
8089 L:      netdev@vger.kernel.org
8090 S:      Maintained
8091 F:      drivers/net/ethernet/amd/pcnet32.c
8092
8093 PCRYPT PARALLEL CRYPTO ENGINE
8094 M:      Steffen Klassert <steffen.klassert@secunet.com>
8095 L:      linux-crypto@vger.kernel.org
8096 S:      Maintained
8097 F:      crypto/pcrypt.c
8098 F:      include/crypto/pcrypt.h
8099
8100 PER-CPU MEMORY ALLOCATOR
8101 M:      Tejun Heo <tj@kernel.org>
8102 M:      Christoph Lameter <cl@linux-foundation.org>
8103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8104 S:      Maintained
8105 F:      include/linux/percpu*.h
8106 F:      mm/percpu*.c
8107 F:      arch/*/include/asm/percpu.h
8108
8109 PER-TASK DELAY ACCOUNTING
8110 M:      Balbir Singh <bsingharora@gmail.com>
8111 S:      Maintained
8112 F:      include/linux/delayacct.h
8113 F:      kernel/delayacct.c
8114
8115 PERFORMANCE EVENTS SUBSYSTEM
8116 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8117 M:      Ingo Molnar <mingo@redhat.com>
8118 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8119 L:      linux-kernel@vger.kernel.org
8120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8121 S:      Supported
8122 F:      kernel/events/*
8123 F:      include/linux/perf_event.h
8124 F:      include/uapi/linux/perf_event.h
8125 F:      arch/*/kernel/perf_event*.c
8126 F:      arch/*/kernel/*/perf_event*.c
8127 F:      arch/*/kernel/*/*/perf_event*.c
8128 F:      arch/*/include/asm/perf_event.h
8129 F:      arch/*/kernel/perf_callchain.c
8130 F:      tools/perf/
8131
8132 PERSONALITY HANDLING
8133 M:      Christoph Hellwig <hch@infradead.org>
8134 L:      linux-abi-devel@lists.sourceforge.net
8135 S:      Maintained
8136 F:      include/linux/personality.h
8137 F:      include/uapi/linux/personality.h
8138
8139 PHONET PROTOCOL
8140 M:      Remi Denis-Courmont <courmisch@gmail.com>
8141 S:      Supported
8142 F:      Documentation/networking/phonet.txt
8143 F:      include/linux/phonet.h
8144 F:      include/net/phonet/
8145 F:      include/uapi/linux/phonet.h
8146 F:      net/phonet/
8147
8148 PHRAM MTD DRIVER
8149 M:      Joern Engel <joern@lazybastard.org>
8150 L:      linux-mtd@lists.infradead.org
8151 S:      Maintained
8152 F:      drivers/mtd/devices/phram.c
8153
8154 PICOLCD HID DRIVER
8155 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8156 L:      linux-input@vger.kernel.org
8157 S:      Maintained
8158 F:      drivers/hid/hid-picolcd*
8159
8160 PICOXCELL SUPPORT
8161 M:      Jamie Iles <jamie@jamieiles.com>
8162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8163 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8164 S:      Supported
8165 F:      arch/arm/boot/dts/picoxcell*
8166 F:      arch/arm/mach-picoxcell/
8167 F:      drivers/crypto/picoxcell*
8168
8169 PIN CONTROL SUBSYSTEM
8170 M:      Linus Walleij <linus.walleij@linaro.org>
8171 L:      linux-gpio@vger.kernel.org
8172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8173 S:      Maintained
8174 F:      drivers/pinctrl/
8175 F:      include/linux/pinctrl/
8176
8177 PIN CONTROLLER - ATMEL AT91
8178 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8180 S:      Maintained
8181 F:      drivers/pinctrl/pinctrl-at91.*
8182
8183 PIN CONTROLLER - INTEL
8184 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8185 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8186 S:      Maintained
8187 F:      drivers/pinctrl/intel/
8188
8189 PIN CONTROLLER - RENESAS
8190 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8191 L:      linux-sh@vger.kernel.org
8192 S:      Maintained
8193 F:      drivers/pinctrl/sh-pfc/
8194
8195 PIN CONTROLLER - SAMSUNG
8196 M:      Tomasz Figa <tomasz.figa@gmail.com>
8197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8198 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8199 S:      Maintained
8200 F:      drivers/pinctrl/samsung/
8201
8202 PIN CONTROLLER - ST SPEAR
8203 M:      Viresh Kumar <vireshk@kernel.org>
8204 L:      spear-devel@list.st.com
8205 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8206 W:      http://www.st.com/spear
8207 S:      Maintained
8208 F:      drivers/pinctrl/spear/
8209
8210 PKTCDVD DRIVER
8211 M:      Jiri Kosina <jikos@kernel.org>
8212 S:      Maintained
8213 F:      drivers/block/pktcdvd.c
8214 F:      include/linux/pktcdvd.h
8215 F:      include/uapi/linux/pktcdvd.h
8216
8217 PKUNITY SOC DRIVERS
8218 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8219 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8220 S:      Maintained
8221 T:      git git://github.com/gxt/linux.git
8222 F:      drivers/input/serio/i8042-unicore32io.h
8223 F:      drivers/i2c/busses/i2c-puv3.c
8224 F:      drivers/video/fbdev/fb-puv3.c
8225 F:      drivers/rtc/rtc-puv3.c
8226
8227 PMBUS HARDWARE MONITORING DRIVERS
8228 M:      Guenter Roeck <linux@roeck-us.net>
8229 L:      lm-sensors@lm-sensors.org
8230 W:      http://www.lm-sensors.org/
8231 W:      http://www.roeck-us.net/linux/drivers/
8232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8233 S:      Maintained
8234 F:      Documentation/hwmon/pmbus
8235 F:      drivers/hwmon/pmbus/
8236 F:      include/linux/i2c/pmbus.h
8237
8238 PMC SIERRA MaxRAID DRIVER
8239 L:      linux-scsi@vger.kernel.org
8240 W:      http://www.pmc-sierra.com/
8241 S:      Orphan
8242 F:      drivers/scsi/pmcraid.*
8243
8244 PMC SIERRA PM8001 DRIVER
8245 M:      Jack Wang <jinpu.wang@profitbricks.com>
8246 M:      lindar_liu@usish.com
8247 L:      pmchba@pmcs.com
8248 L:      linux-scsi@vger.kernel.org
8249 S:      Supported
8250 F:      drivers/scsi/pm8001/
8251
8252 POSIX CLOCKS and TIMERS
8253 M:      Thomas Gleixner <tglx@linutronix.de>
8254 L:      linux-kernel@vger.kernel.org
8255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8256 S:      Maintained
8257 F:      fs/timerfd.c
8258 F:      include/linux/timer*
8259 F:      kernel/time/*timer*
8260
8261 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8262 M:      Sebastian Reichel <sre@kernel.org>
8263 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8264 M:      David Woodhouse <dwmw2@infradead.org>
8265 L:      linux-pm@vger.kernel.org
8266 T:      git git://git.infradead.org/battery-2.6.git
8267 S:      Maintained
8268 F:      include/linux/power_supply.h
8269 F:      drivers/power/
8270 X:      drivers/power/avs/
8271
8272 POWER STATE COORDINATION INTERFACE (PSCI)
8273 M:      Mark Rutland <mark.rutland@arm.com>
8274 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8275 L:      linux-arm-kernel@lists.infradead.org
8276 S:      Maintained
8277 F:      drivers/firmware/psci.c
8278 F:      include/linux/psci.h
8279 F:      include/uapi/linux/psci.h
8280
8281 PNP SUPPORT
8282 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8283 S:      Maintained
8284 F:      drivers/pnp/
8285
8286 PNXxxxx I2C DRIVER
8287 M:      Vitaly Wool <vitalywool@gmail.com>
8288 L:      linux-i2c@vger.kernel.org
8289 S:      Maintained
8290 F:      drivers/i2c/busses/i2c-pnx.c
8291
8292 PPP PROTOCOL DRIVERS AND COMPRESSORS
8293 M:      Paul Mackerras <paulus@samba.org>
8294 L:      linux-ppp@vger.kernel.org
8295 S:      Maintained
8296 F:      drivers/net/ppp/ppp_*
8297
8298 PPP OVER ATM (RFC 2364)
8299 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8300 S:      Maintained
8301 F:      net/atm/pppoatm.c
8302 F:      include/uapi/linux/atmppp.h
8303
8304 PPP OVER ETHERNET
8305 M:      Michal Ostrowski <mostrows@earthlink.net>
8306 S:      Maintained
8307 F:      drivers/net/ppp/pppoe.c
8308 F:      drivers/net/ppp/pppox.c
8309
8310 PPP OVER L2TP
8311 M:      James Chapman <jchapman@katalix.com>
8312 S:      Maintained
8313 F:      net/l2tp/l2tp_ppp.c
8314 F:      include/linux/if_pppol2tp.h
8315 F:      include/uapi/linux/if_pppol2tp.h
8316
8317 PPS SUPPORT
8318 M:      Rodolfo Giometti <giometti@enneenne.com>
8319 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8320 L:      linuxpps@ml.enneenne.com (subscribers-only)
8321 S:      Maintained
8322 F:      Documentation/pps/
8323 F:      drivers/pps/
8324 F:      include/linux/pps*.h
8325
8326 PPTP DRIVER
8327 M:      Dmitry Kozlov <xeb@mail.ru>
8328 L:      netdev@vger.kernel.org
8329 S:      Maintained
8330 F:      drivers/net/ppp/pptp.c
8331 W:      http://sourceforge.net/projects/accel-pptp
8332
8333 PREEMPTIBLE KERNEL
8334 M:      Robert Love <rml@tech9.net>
8335 L:      kpreempt-tech@lists.sourceforge.net
8336 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8337 S:      Supported
8338 F:      Documentation/preempt-locking.txt
8339 F:      include/linux/preempt.h
8340
8341 PRISM54 WIRELESS DRIVER
8342 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8343 L:      linux-wireless@vger.kernel.org
8344 W:      http://wireless.kernel.org/en/users/Drivers/p54
8345 S:      Obsolete
8346 F:      drivers/net/wireless/prism54/
8347
8348 PS3 NETWORK SUPPORT
8349 M:      Geoff Levand <geoff@infradead.org>
8350 L:      netdev@vger.kernel.org
8351 L:      linuxppc-dev@lists.ozlabs.org
8352 S:      Maintained
8353 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8354
8355 PS3 PLATFORM SUPPORT
8356 M:      Geoff Levand <geoff@infradead.org>
8357 L:      linuxppc-dev@lists.ozlabs.org
8358 S:      Maintained
8359 F:      arch/powerpc/boot/ps3*
8360 F:      arch/powerpc/include/asm/lv1call.h
8361 F:      arch/powerpc/include/asm/ps3*.h
8362 F:      arch/powerpc/platforms/ps3/
8363 F:      drivers/*/ps3*
8364 F:      drivers/ps3/
8365 F:      drivers/rtc/rtc-ps3.c
8366 F:      drivers/usb/host/*ps3.c
8367 F:      sound/ppc/snd_ps3*
8368
8369 PS3VRAM DRIVER
8370 M:      Jim Paris <jim@jtan.com>
8371 M:      Geoff Levand <geoff@infradead.org>
8372 L:      linuxppc-dev@lists.ozlabs.org
8373 S:      Maintained
8374 F:      drivers/block/ps3vram.c
8375
8376 PSTORE FILESYSTEM
8377 M:      Anton Vorontsov <anton@enomsg.org>
8378 M:      Colin Cross <ccross@android.com>
8379 M:      Kees Cook <keescook@chromium.org>
8380 M:      Tony Luck <tony.luck@intel.com>
8381 S:      Maintained
8382 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8383 F:      fs/pstore/
8384 F:      include/linux/pstore*
8385 F:      drivers/firmware/efi/efi-pstore.c
8386 F:      drivers/acpi/apei/erst.c
8387
8388 PTP HARDWARE CLOCK SUPPORT
8389 M:      Richard Cochran <richardcochran@gmail.com>
8390 L:      netdev@vger.kernel.org
8391 S:      Maintained
8392 W:      http://linuxptp.sourceforge.net/
8393 F:      Documentation/ABI/testing/sysfs-ptp
8394 F:      Documentation/ptp/*
8395 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8396 F:      drivers/net/phy/dp83640*
8397 F:      drivers/ptp/*
8398 F:      include/linux/ptp_cl*
8399
8400 PTRACE SUPPORT
8401 M:      Roland McGrath <roland@hack.frob.com>
8402 M:      Oleg Nesterov <oleg@redhat.com>
8403 S:      Maintained
8404 F:      include/asm-generic/syscall.h
8405 F:      include/linux/ptrace.h
8406 F:      include/linux/regset.h
8407 F:      include/linux/tracehook.h
8408 F:      include/uapi/linux/ptrace.h
8409 F:      kernel/ptrace.c
8410
8411 PVRUSB2 VIDEO4LINUX DRIVER
8412 M:      Mike Isely <isely@pobox.com>
8413 L:      pvrusb2@isely.net       (subscribers-only)
8414 L:      linux-media@vger.kernel.org
8415 W:      http://www.isely.net/pvrusb2/
8416 T:      git git://linuxtv.org/media_tree.git
8417 S:      Maintained
8418 F:      Documentation/video4linux/README.pvrusb2
8419 F:      drivers/media/usb/pvrusb2/
8420
8421 PWC WEBCAM DRIVER
8422 M:      Hans de Goede <hdegoede@redhat.com>
8423 L:      linux-media@vger.kernel.org
8424 T:      git git://linuxtv.org/media_tree.git
8425 S:      Maintained
8426 F:      drivers/media/usb/pwc/*
8427
8428 PWM FAN DRIVER
8429 M:      Kamil Debski <k.debski@samsung.com>
8430 L:      lm-sensors@lm-sensors.org
8431 S:      Supported
8432 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8433 F:      Documentation/hwmon/pwm-fan
8434 F:      drivers/hwmon/pwm-fan.c
8435
8436 PWM SUBSYSTEM
8437 M:      Thierry Reding <thierry.reding@gmail.com>
8438 L:      linux-pwm@vger.kernel.org
8439 S:      Maintained
8440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8441 F:      Documentation/pwm.txt
8442 F:      Documentation/devicetree/bindings/pwm/
8443 F:      include/linux/pwm.h
8444 F:      drivers/pwm/
8445 F:      drivers/video/backlight/pwm_bl.c
8446 F:      include/linux/pwm_backlight.h
8447
8448 PXA2xx/PXA3xx SUPPORT
8449 M:      Daniel Mack <daniel@zonque.org>
8450 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8451 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8453 T:      git git://github.com/hzhuang1/linux.git
8454 T:      git git://github.com/rjarzmik/linux.git
8455 S:      Maintained
8456 F:      arch/arm/mach-pxa/
8457 F:      drivers/dma/pxa*
8458 F:      drivers/pcmcia/pxa2xx*
8459 F:      drivers/spi/spi-pxa2xx*
8460 F:      drivers/usb/gadget/udc/pxa2*
8461 F:      include/sound/pxa2xx-lib.h
8462 F:      sound/arm/pxa*
8463 F:      sound/soc/pxa/
8464
8465 PXA3xx NAND FLASH DRIVER
8466 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8467 L:      linux-mtd@lists.infradead.org
8468 S:      Maintained
8469 F:      drivers/mtd/nand/pxa3xx_nand.c
8470
8471 MMP SUPPORT
8472 M:      Eric Miao <eric.y.miao@gmail.com>
8473 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8474 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8475 T:      git git://github.com/hzhuang1/linux.git
8476 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8477 S:      Maintained
8478 F:      arch/arm/mach-mmp/
8479
8480 PXA MMCI DRIVER
8481 S:      Orphan
8482
8483 PXA RTC DRIVER
8484 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8485 L:      rtc-linux@googlegroups.com
8486 S:      Maintained
8487
8488 QAT DRIVER
8489 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8490 L:      qat-linux@intel.com
8491 S:      Supported
8492 F:      drivers/crypto/qat/
8493
8494 QIB DRIVER
8495 M:      Mike Marciniszyn <infinipath@intel.com>
8496 L:      linux-rdma@vger.kernel.org
8497 S:      Supported
8498 F:      drivers/infiniband/hw/qib/
8499
8500 QLOGIC QLA1280 SCSI DRIVER
8501 M:      Michael Reed <mdr@sgi.com>
8502 L:      linux-scsi@vger.kernel.org
8503 S:      Maintained
8504 F:      drivers/scsi/qla1280.[ch]
8505
8506 QLOGIC QLA2XXX FC-SCSI DRIVER
8507 M:      qla2xxx-upstream@qlogic.com
8508 L:      linux-scsi@vger.kernel.org
8509 S:      Supported
8510 F:      Documentation/scsi/LICENSE.qla2xxx
8511 F:      drivers/scsi/qla2xxx/
8512
8513 QLOGIC QLA4XXX iSCSI DRIVER
8514 M:      QLogic-Storage-Upstream@qlogic.com
8515 L:      linux-scsi@vger.kernel.org
8516 S:      Supported
8517 F:      Documentation/scsi/LICENSE.qla4xxx
8518 F:      drivers/scsi/qla4xxx/
8519
8520 QLOGIC QLA3XXX NETWORK DRIVER
8521 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8522 M:      Ron Mercer <ron.mercer@qlogic.com>
8523 M:      linux-driver@qlogic.com
8524 L:      netdev@vger.kernel.org
8525 S:      Supported
8526 F:      Documentation/networking/LICENSE.qla3xxx
8527 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8528
8529 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8530 M:      Dept-GELinuxNICDev@qlogic.com
8531 L:      netdev@vger.kernel.org
8532 S:      Supported
8533 F:      drivers/net/ethernet/qlogic/qlcnic/
8534
8535 QLOGIC QLGE 10Gb ETHERNET DRIVER
8536 M:      Harish Patil <harish.patil@qlogic.com>
8537 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8538 M:      Dept-GELinuxNICDev@qlogic.com
8539 M:      linux-driver@qlogic.com
8540 L:      netdev@vger.kernel.org
8541 S:      Supported
8542 F:      drivers/net/ethernet/qlogic/qlge/
8543
8544 QNX4 FILESYSTEM
8545 M:      Anders Larsen <al@alarsen.net>
8546 W:      http://www.alarsen.net/linux/qnx4fs/
8547 S:      Maintained
8548 F:      fs/qnx4/
8549 F:      include/uapi/linux/qnx4_fs.h
8550 F:      include/uapi/linux/qnxtypes.h
8551
8552 QT1010 MEDIA DRIVER
8553 M:      Antti Palosaari <crope@iki.fi>
8554 L:      linux-media@vger.kernel.org
8555 W:      http://linuxtv.org/
8556 W:      http://palosaari.fi/linux/
8557 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8558 T:      git git://linuxtv.org/anttip/media_tree.git
8559 S:      Maintained
8560 F:      drivers/media/tuners/qt1010*
8561
8562 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8563 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8564 L:      linux-wireless@vger.kernel.org
8565 L:      ath9k-devel@lists.ath9k.org
8566 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8567 S:      Supported
8568 F:      drivers/net/wireless/ath/ath9k/
8569
8570 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8571 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8572 L:      ath10k@lists.infradead.org
8573 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8574 T:      git git://github.com/kvalo/ath.git
8575 S:      Supported
8576 F:      drivers/net/wireless/ath/ath10k/
8577
8578 QUALCOMM HEXAGON ARCHITECTURE
8579 M:      Richard Kuo <rkuo@codeaurora.org>
8580 L:      linux-hexagon@vger.kernel.org
8581 S:      Supported
8582 F:      arch/hexagon/
8583
8584 QUALCOMM WCN36XX WIRELESS DRIVER
8585 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8586 L:      wcn36xx@lists.infradead.org
8587 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8588 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8589 S:      Supported
8590 F:      drivers/net/wireless/ath/wcn36xx/
8591
8592 RADOS BLOCK DEVICE (RBD)
8593 M:      Ilya Dryomov <idryomov@gmail.com>
8594 M:      Sage Weil <sage@redhat.com>
8595 M:      Alex Elder <elder@kernel.org>
8596 L:      ceph-devel@vger.kernel.org
8597 W:      http://ceph.com/
8598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8599 T:      git git://github.com/ceph/ceph-client.git
8600 S:      Supported
8601 F:      Documentation/ABI/testing/sysfs-bus-rbd
8602 F:      drivers/block/rbd.c
8603 F:      drivers/block/rbd_types.h
8604
8605 RADEON FRAMEBUFFER DISPLAY DRIVER
8606 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8607 L:      linux-fbdev@vger.kernel.org
8608 S:      Maintained
8609 F:      drivers/video/fbdev/aty/radeon*
8610 F:      include/uapi/linux/radeonfb.h
8611
8612 RADIOSHARK RADIO DRIVER
8613 M:      Hans de Goede <hdegoede@redhat.com>
8614 L:      linux-media@vger.kernel.org
8615 T:      git git://linuxtv.org/media_tree.git
8616 S:      Maintained
8617 F:      drivers/media/radio/radio-shark.c
8618
8619 RADIOSHARK2 RADIO DRIVER
8620 M:      Hans de Goede <hdegoede@redhat.com>
8621 L:      linux-media@vger.kernel.org
8622 T:      git git://linuxtv.org/media_tree.git
8623 S:      Maintained
8624 F:      drivers/media/radio/radio-shark2.c
8625 F:      drivers/media/radio/radio-tea5777.c
8626
8627 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8628 M:      Paul Mackerras <paulus@samba.org>
8629 L:      linux-fbdev@vger.kernel.org
8630 S:      Maintained
8631 F:      drivers/video/fbdev/aty/aty128fb.c
8632
8633 RALINK RT2X00 WIRELESS LAN DRIVER
8634 P:      rt2x00 project
8635 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8636 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8637 L:      linux-wireless@vger.kernel.org
8638 S:      Maintained
8639 F:      drivers/net/wireless/rt2x00/
8640
8641 RAMDISK RAM BLOCK DEVICE DRIVER
8642 M:      Jens Axboe <axboe@kernel.dk>
8643 S:      Maintained
8644 F:      Documentation/blockdev/ramdisk.txt
8645 F:      drivers/block/brd.c
8646
8647 RANDOM NUMBER DRIVER
8648 M:      "Theodore Ts'o" <tytso@mit.edu>
8649 S:      Maintained
8650 F:      drivers/char/random.c
8651
8652 RAPIDIO SUBSYSTEM
8653 M:      Matt Porter <mporter@kernel.crashing.org>
8654 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8655 S:      Maintained
8656 F:      drivers/rapidio/
8657
8658 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8659 L:      linux-wireless@vger.kernel.org
8660 S:      Orphan
8661 F:      drivers/net/wireless/ray*
8662
8663 RCUTORTURE MODULE
8664 M:      Josh Triplett <josh@joshtriplett.org>
8665 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8666 L:      linux-kernel@vger.kernel.org
8667 S:      Supported
8668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8669 F:      Documentation/RCU/torture.txt
8670 F:      kernel/rcu/rcutorture.c
8671
8672 RCUTORTURE TEST FRAMEWORK
8673 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8674 M:      Josh Triplett <josh@joshtriplett.org>
8675 R:      Steven Rostedt <rostedt@goodmis.org>
8676 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8677 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8678 L:      linux-kernel@vger.kernel.org
8679 S:      Supported
8680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8681 F:      tools/testing/selftests/rcutorture
8682
8683 RDC R-321X SoC
8684 M:      Florian Fainelli <florian@openwrt.org>
8685 S:      Maintained
8686
8687 RDC R6040 FAST ETHERNET DRIVER
8688 M:      Florian Fainelli <florian@openwrt.org>
8689 L:      netdev@vger.kernel.org
8690 S:      Maintained
8691 F:      drivers/net/ethernet/rdc/r6040.c
8692
8693 RDS - RELIABLE DATAGRAM SOCKETS
8694 M:      Chien Yen <chien.yen@oracle.com>
8695 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8696 S:      Supported
8697 F:      net/rds/
8698
8699 READ-COPY UPDATE (RCU)
8700 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8701 M:      Josh Triplett <josh@joshtriplett.org>
8702 R:      Steven Rostedt <rostedt@goodmis.org>
8703 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8704 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8705 L:      linux-kernel@vger.kernel.org
8706 W:      http://www.rdrop.com/users/paulmck/RCU/
8707 S:      Supported
8708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8709 F:      Documentation/RCU/
8710 X:      Documentation/RCU/torture.txt
8711 F:      include/linux/rcu*
8712 X:      include/linux/srcu.h
8713 F:      kernel/rcu/
8714 X:      kernel/torture.c
8715
8716 REAL TIME CLOCK (RTC) SUBSYSTEM
8717 M:      Alessandro Zummo <a.zummo@towertech.it>
8718 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8719 L:      rtc-linux@googlegroups.com
8720 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8722 S:      Maintained
8723 F:      Documentation/rtc.txt
8724 F:      drivers/rtc/
8725 F:      include/linux/rtc.h
8726 F:      include/uapi/linux/rtc.h
8727
8728 REALTEK AUDIO CODECS
8729 M:      Bard Liao <bardliao@realtek.com>
8730 M:      Oder Chiou <oder_chiou@realtek.com>
8731 S:      Maintained
8732 F:      sound/soc/codecs/rt*
8733 F:      include/sound/rt*.h
8734
8735 REISERFS FILE SYSTEM
8736 L:      reiserfs-devel@vger.kernel.org
8737 S:      Supported
8738 F:      fs/reiserfs/
8739
8740 REGISTER MAP ABSTRACTION
8741 M:      Mark Brown <broonie@kernel.org>
8742 L:      linux-kernel@vger.kernel.org
8743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8744 S:      Supported
8745 F:      drivers/base/regmap/
8746 F:      include/linux/regmap.h
8747
8748 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8749 M:      Ohad Ben-Cohen <ohad@wizery.com>
8750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8751 S:      Maintained
8752 F:      drivers/remoteproc/
8753 F:      Documentation/remoteproc.txt
8754 F:      include/linux/remoteproc.h
8755
8756 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8757 M:      Ohad Ben-Cohen <ohad@wizery.com>
8758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8759 S:      Maintained
8760 F:      drivers/rpmsg/
8761 F:      Documentation/rpmsg.txt
8762 F:      include/linux/rpmsg.h
8763
8764 RESET CONTROLLER FRAMEWORK
8765 M:      Philipp Zabel <p.zabel@pengutronix.de>
8766 S:      Maintained
8767 F:      drivers/reset/
8768 F:      Documentation/devicetree/bindings/reset/
8769 F:      include/dt-bindings/reset/
8770 F:      include/linux/reset.h
8771 F:      include/linux/reset-controller.h
8772
8773 RFKILL
8774 M:      Johannes Berg <johannes@sipsolutions.net>
8775 L:      linux-wireless@vger.kernel.org
8776 W:      http://wireless.kernel.org/
8777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8779 S:      Maintained
8780 F:      Documentation/rfkill.txt
8781 F:      net/rfkill/
8782
8783 RHASHTABLE
8784 M:      Thomas Graf <tgraf@suug.ch>
8785 L:      netdev@vger.kernel.org
8786 S:      Maintained
8787 F:      lib/rhashtable.c
8788 F:      include/linux/rhashtable.h
8789
8790 RICOH SMARTMEDIA/XD DRIVER
8791 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8792 S:      Maintained
8793 F:      drivers/mtd/nand/r852.c
8794 F:      drivers/mtd/nand/r852.h
8795
8796 RICOH R5C592 MEMORYSTICK DRIVER
8797 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8798 S:      Maintained
8799 F:      drivers/memstick/host/r592.*
8800
8801 ROCCAT DRIVERS
8802 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8803 W:      http://sourceforge.net/projects/roccat/
8804 S:      Maintained
8805 F:      drivers/hid/hid-roccat*
8806 F:      include/linux/hid-roccat*
8807 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8808
8809 ROCKER DRIVER
8810 M:      Jiri Pirko <jiri@resnulli.us>
8811 M:      Scott Feldman <sfeldma@gmail.com>
8812 L:      netdev@vger.kernel.org
8813 S:      Supported
8814 F:      drivers/net/ethernet/rocker/
8815
8816 ROCKETPORT DRIVER
8817 P:      Comtrol Corp.
8818 W:      http://www.comtrol.com
8819 S:      Maintained
8820 F:      Documentation/serial/rocket.txt
8821 F:      drivers/tty/rocket*
8822
8823 ROCKETPORT EXPRESS/INFINITY DRIVER
8824 M:      Kevin Cernekee <cernekee@gmail.com>
8825 L:      linux-serial@vger.kernel.org
8826 S:      Odd Fixes
8827 F:      drivers/tty/serial/rp2.*
8828
8829 ROSE NETWORK LAYER
8830 M:      Ralf Baechle <ralf@linux-mips.org>
8831 L:      linux-hams@vger.kernel.org
8832 W:      http://www.linux-ax25.org/
8833 S:      Maintained
8834 F:      include/net/rose.h
8835 F:      include/uapi/linux/rose.h
8836 F:      net/rose/
8837
8838 RTL2830 MEDIA DRIVER
8839 M:      Antti Palosaari <crope@iki.fi>
8840 L:      linux-media@vger.kernel.org
8841 W:      http://linuxtv.org/
8842 W:      http://palosaari.fi/linux/
8843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8844 T:      git git://linuxtv.org/anttip/media_tree.git
8845 S:      Maintained
8846 F:      drivers/media/dvb-frontends/rtl2830*
8847
8848 RTL2832 MEDIA DRIVER
8849 M:      Antti Palosaari <crope@iki.fi>
8850 L:      linux-media@vger.kernel.org
8851 W:      http://linuxtv.org/
8852 W:      http://palosaari.fi/linux/
8853 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8854 T:      git git://linuxtv.org/anttip/media_tree.git
8855 S:      Maintained
8856 F:      drivers/media/dvb-frontends/rtl2832*
8857
8858 RTL2832_SDR MEDIA DRIVER
8859 M:      Antti Palosaari <crope@iki.fi>
8860 L:      linux-media@vger.kernel.org
8861 W:      http://linuxtv.org/
8862 W:      http://palosaari.fi/linux/
8863 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8864 T:      git git://linuxtv.org/anttip/media_tree.git
8865 S:      Maintained
8866 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8867
8868 RTL8180 WIRELESS DRIVER
8869 L:      linux-wireless@vger.kernel.org
8870 W:      http://wireless.kernel.org/
8871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8872 S:      Orphan
8873 F:      drivers/net/wireless/rtl818x/rtl8180/
8874
8875 RTL8187 WIRELESS DRIVER
8876 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8877 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8878 M:      Larry Finger <Larry.Finger@lwfinger.net>
8879 L:      linux-wireless@vger.kernel.org
8880 W:      http://wireless.kernel.org/
8881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8882 S:      Maintained
8883 F:      drivers/net/wireless/rtl818x/rtl8187/
8884
8885 RTL8192CE WIRELESS DRIVER
8886 M:      Larry Finger <Larry.Finger@lwfinger.net>
8887 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8888 L:      linux-wireless@vger.kernel.org
8889 W:      http://wireless.kernel.org/
8890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8891 S:      Maintained
8892 F:      drivers/net/wireless/rtlwifi/
8893 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8894
8895 S3 SAVAGE FRAMEBUFFER DRIVER
8896 M:      Antonino Daplas <adaplas@gmail.com>
8897 L:      linux-fbdev@vger.kernel.org
8898 S:      Maintained
8899 F:      drivers/video/fbdev/savage/
8900
8901 S390
8902 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8903 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8904 L:      linux-s390@vger.kernel.org
8905 W:      http://www.ibm.com/developerworks/linux/linux390/
8906 S:      Supported
8907 F:      arch/s390/
8908 F:      drivers/s390/
8909 F:      Documentation/s390/
8910 F:      Documentation/DocBook/s390*
8911
8912 S390 COMMON I/O LAYER
8913 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8914 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8915 L:      linux-s390@vger.kernel.org
8916 W:      http://www.ibm.com/developerworks/linux/linux390/
8917 S:      Supported
8918 F:      drivers/s390/cio/
8919
8920 S390 DASD DRIVER
8921 M:      Stefan Weinhuber <wein@de.ibm.com>
8922 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8923 L:      linux-s390@vger.kernel.org
8924 W:      http://www.ibm.com/developerworks/linux/linux390/
8925 S:      Supported
8926 F:      drivers/s390/block/dasd*
8927 F:      block/partitions/ibm.c
8928
8929 S390 NETWORK DRIVERS
8930 M:      Ursula Braun <ursula.braun@de.ibm.com>
8931 L:      linux-s390@vger.kernel.org
8932 W:      http://www.ibm.com/developerworks/linux/linux390/
8933 S:      Supported
8934 F:      drivers/s390/net/
8935
8936 S390 PCI SUBSYSTEM
8937 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8938 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8939 L:      linux-s390@vger.kernel.org
8940 W:      http://www.ibm.com/developerworks/linux/linux390/
8941 S:      Supported
8942 F:      arch/s390/pci/
8943 F:      drivers/pci/hotplug/s390_pci_hpc.c
8944
8945 S390 ZCRYPT DRIVER
8946 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8947 L:      linux-s390@vger.kernel.org
8948 W:      http://www.ibm.com/developerworks/linux/linux390/
8949 S:      Supported
8950 F:      drivers/s390/crypto/
8951
8952 S390 ZFCP DRIVER
8953 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8954 L:      linux-s390@vger.kernel.org
8955 W:      http://www.ibm.com/developerworks/linux/linux390/
8956 S:      Supported
8957 F:      drivers/s390/scsi/zfcp_*
8958
8959 S390 IUCV NETWORK LAYER
8960 M:      Ursula Braun <ursula.braun@de.ibm.com>
8961 L:      linux-s390@vger.kernel.org
8962 W:      http://www.ibm.com/developerworks/linux/linux390/
8963 S:      Supported
8964 F:      drivers/s390/net/*iucv*
8965 F:      include/net/iucv/
8966 F:      net/iucv/
8967
8968 S3C24XX SD/MMC Driver
8969 M:      Ben Dooks <ben-linux@fluff.org>
8970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8971 S:      Supported
8972 F:      drivers/mmc/host/s3cmci.*
8973
8974 SAA6588 RDS RECEIVER DRIVER
8975 M:      Hans Verkuil <hverkuil@xs4all.nl>
8976 L:      linux-media@vger.kernel.org
8977 T:      git git://linuxtv.org/media_tree.git
8978 W:      http://linuxtv.org
8979 S:      Odd Fixes
8980 F:      drivers/media/i2c/saa6588*
8981
8982 SAA7134 VIDEO4LINUX DRIVER
8983 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8984 L:      linux-media@vger.kernel.org
8985 W:      http://linuxtv.org
8986 T:      git git://linuxtv.org/media_tree.git
8987 S:      Odd fixes
8988 F:      Documentation/video4linux/*.saa7134
8989 F:      drivers/media/pci/saa7134/
8990
8991 SAA7146 VIDEO4LINUX-2 DRIVER
8992 M:      Hans Verkuil <hverkuil@xs4all.nl>
8993 L:      linux-media@vger.kernel.org
8994 T:      git git://linuxtv.org/media_tree.git
8995 S:      Maintained
8996 F:      drivers/media/common/saa7146/
8997 F:      drivers/media/pci/saa7146/
8998 F:      include/media/saa7146*
8999
9000 SAMSUNG LAPTOP DRIVER
9001 M:      Corentin Chary <corentin.chary@gmail.com>
9002 L:      platform-driver-x86@vger.kernel.org
9003 S:      Maintained
9004 F:      drivers/platform/x86/samsung-laptop.c
9005
9006 SAMSUNG AUDIO (ASoC) DRIVERS
9007 M:      Sangbeom Kim <sbkim73@samsung.com>
9008 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9009 S:      Supported
9010 F:      sound/soc/samsung/
9011
9012 SAMSUNG FRAMEBUFFER DRIVER
9013 M:      Jingoo Han <jingoohan1@gmail.com>
9014 L:      linux-fbdev@vger.kernel.org
9015 S:      Maintained
9016 F:      drivers/video/fbdev/s3c-fb.c
9017
9018 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9019 M:      Sangbeom Kim <sbkim73@samsung.com>
9020 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9021 L:      linux-kernel@vger.kernel.org
9022 L:      linux-samsung-soc@vger.kernel.org
9023 S:      Supported
9024 F:      drivers/mfd/sec*.c
9025 F:      drivers/regulator/s2m*.c
9026 F:      drivers/regulator/s5m*.c
9027 F:      drivers/clk/clk-s2mps11.c
9028 F:      drivers/rtc/rtc-s5m.c
9029 F:      include/linux/mfd/samsung/
9030 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9031 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9032
9033 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9034 M:      Kyungmin Park <kyungmin.park@samsung.com>
9035 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9036 L:      linux-media@vger.kernel.org
9037 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9038 S:      Supported
9039 F:      drivers/media/platform/exynos4-is/
9040
9041 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9042 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9043 L:      linux-media@vger.kernel.org
9044 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9045 S:      Maintained
9046 F:      drivers/media/platform/s3c-camif/
9047 F:      include/media/s3c_camif.h
9048
9049 SAMSUNG S5C73M3 CAMERA DRIVER
9050 M:      Kyungmin Park <kyungmin.park@samsung.com>
9051 M:      Andrzej Hajda <a.hajda@samsung.com>
9052 L:      linux-media@vger.kernel.org
9053 S:      Supported
9054 F:      drivers/media/i2c/s5c73m3/*
9055
9056 SAMSUNG S5K5BAF CAMERA DRIVER
9057 M:      Kyungmin Park <kyungmin.park@samsung.com>
9058 M:      Andrzej Hajda <a.hajda@samsung.com>
9059 L:      linux-media@vger.kernel.org
9060 S:      Supported
9061 F:      drivers/media/i2c/s5k5baf.c
9062
9063 SAMSUNG S3FWRN5 NFC DRIVER
9064 M:      Robert Baldyga <r.baldyga@samsung.com>
9065 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9066 S:      Supported
9067 F:      drivers/nfc/s3fwrn5
9068
9069 SAMSUNG SOC CLOCK DRIVERS
9070 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9071 M:      Tomasz Figa <tomasz.figa@gmail.com>
9072 S:      Supported
9073 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9074 F:      drivers/clk/samsung/
9075
9076 SAMSUNG SXGBE DRIVERS
9077 M:      Byungho An <bh74.an@samsung.com>
9078 M:      Girish K S <ks.giri@samsung.com>
9079 M:      Vipul Pandya <vipul.pandya@samsung.com>
9080 S:      Supported
9081 L:      netdev@vger.kernel.org
9082 F:      drivers/net/ethernet/samsung/sxgbe/
9083
9084 SAMSUNG THERMAL DRIVER
9085 M:      Lukasz Majewski <l.majewski@samsung.com>
9086 L:      linux-pm@vger.kernel.org
9087 L:      linux-samsung-soc@vger.kernel.org
9088 S:      Supported
9089 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9090 F:      drivers/thermal/samsung/
9091
9092 SAMSUNG USB2 PHY DRIVER
9093 M:      Kamil Debski <k.debski@samsung.com>
9094 L:      linux-kernel@vger.kernel.org
9095 S:      Supported
9096 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9097 F:      Documentation/phy/samsung-usb2.txt
9098 F:      drivers/phy/phy-exynos4210-usb2.c
9099 F:      drivers/phy/phy-exynos4x12-usb2.c
9100 F:      drivers/phy/phy-exynos5250-usb2.c
9101 F:      drivers/phy/phy-s5pv210-usb2.c
9102 F:      drivers/phy/phy-samsung-usb2.c
9103 F:      drivers/phy/phy-samsung-usb2.h
9104
9105 SERIAL DRIVERS
9106 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9107 L:      linux-serial@vger.kernel.org
9108 S:      Maintained
9109 F:      drivers/tty/serial/
9110
9111 SYNOPSYS DESIGNWARE DMAC DRIVER
9112 M:      Viresh Kumar <vireshk@kernel.org>
9113 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9114 S:      Maintained
9115 F:      include/linux/dma/dw.h
9116 F:      include/linux/platform_data/dma-dw.h
9117 F:      drivers/dma/dw/
9118
9119 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9120 M: Lars Persson <lars.persson@axis.com>
9121 L: netdev@vger.kernel.org
9122 S: Supported
9123 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9124 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9125
9126 SYNOPSYS DESIGNWARE I2C DRIVER
9127 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9128 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9129 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9130 L:      linux-i2c@vger.kernel.org
9131 S:      Maintained
9132 F:      drivers/i2c/busses/i2c-designware-*
9133 F:      include/linux/platform_data/i2c-designware.h
9134
9135 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9136 M:      Seungwon Jeon <tgih.jun@samsung.com>
9137 M:      Jaehoon Chung <jh80.chung@samsung.com>
9138 L:      linux-mmc@vger.kernel.org
9139 S:      Maintained
9140 F:      include/linux/mmc/dw_mmc.h
9141 F:      drivers/mmc/host/dw_mmc*
9142
9143 THUNDERBOLT DRIVER
9144 M:      Andreas Noever <andreas.noever@gmail.com>
9145 S:      Maintained
9146 F:      drivers/thunderbolt/
9147
9148 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9149 M:      John Stultz <john.stultz@linaro.org>
9150 M:      Thomas Gleixner <tglx@linutronix.de>
9151 L:      linux-kernel@vger.kernel.org
9152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9153 S:      Supported
9154 F:      include/linux/clocksource.h
9155 F:      include/linux/time.h
9156 F:      include/linux/timex.h
9157 F:      include/uapi/linux/time.h
9158 F:      include/uapi/linux/timex.h
9159 F:      kernel/time/clocksource.c
9160 F:      kernel/time/time*.c
9161 F:      kernel/time/ntp.c
9162 F:      tools/testing/selftests/timers/
9163
9164 SC1200 WDT DRIVER
9165 M:      Zwane Mwaikambo <zwanem@gmail.com>
9166 S:      Maintained
9167 F:      drivers/watchdog/sc1200wdt.c
9168
9169 SCHEDULER
9170 M:      Ingo Molnar <mingo@redhat.com>
9171 M:      Peter Zijlstra <peterz@infradead.org>
9172 L:      linux-kernel@vger.kernel.org
9173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9174 S:      Maintained
9175 F:      kernel/sched/
9176 F:      include/linux/sched.h
9177 F:      include/uapi/linux/sched.h
9178 F:      include/linux/wait.h
9179
9180 SCORE ARCHITECTURE
9181 M:      Chen Liqin <liqin.linux@gmail.com>
9182 M:      Lennox Wu <lennox.wu@gmail.com>
9183 W:      http://www.sunplus.com
9184 S:      Supported
9185 F:      arch/score/
9186
9187 SCSI CDROM DRIVER
9188 M:      Jens Axboe <axboe@kernel.dk>
9189 L:      linux-scsi@vger.kernel.org
9190 W:      http://www.kernel.dk
9191 S:      Maintained
9192 F:      drivers/scsi/sr*
9193
9194 SCSI RDMA PROTOCOL (SRP) INITIATOR
9195 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9196 L:      linux-rdma@vger.kernel.org
9197 S:      Supported
9198 W:      http://www.openfabrics.org
9199 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9201 F:      drivers/infiniband/ulp/srp/
9202 F:      include/scsi/srp.h
9203
9204 SCSI SG DRIVER
9205 M:      Doug Gilbert <dgilbert@interlog.com>
9206 L:      linux-scsi@vger.kernel.org
9207 W:      http://sg.danny.cz/sg
9208 S:      Maintained
9209 F:      Documentation/scsi/scsi-generic.txt
9210 F:      drivers/scsi/sg.c
9211 F:      include/scsi/sg.h
9212
9213 SCSI SUBSYSTEM
9214 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9215 L:      linux-scsi@vger.kernel.org
9216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9217 S:      Maintained
9218 F:      drivers/scsi/
9219 F:      include/scsi/
9220
9221 SCSI TAPE DRIVER
9222 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9223 L:      linux-scsi@vger.kernel.org
9224 S:      Maintained
9225 F:      Documentation/scsi/st.txt
9226 F:      drivers/scsi/st.*
9227 F:      drivers/scsi/st_*.h
9228
9229 SCTP PROTOCOL
9230 M:      Vlad Yasevich <vyasevich@gmail.com>
9231 M:      Neil Horman <nhorman@tuxdriver.com>
9232 L:      linux-sctp@vger.kernel.org
9233 W:      http://lksctp.sourceforge.net
9234 S:      Maintained
9235 F:      Documentation/networking/sctp.txt
9236 F:      include/linux/sctp.h
9237 F:      include/uapi/linux/sctp.h
9238 F:      include/net/sctp/
9239 F:      net/sctp/
9240
9241 SCx200 CPU SUPPORT
9242 M:      Jim Cromie <jim.cromie@gmail.com>
9243 S:      Odd Fixes
9244 F:      Documentation/i2c/busses/scx200_acb
9245 F:      arch/x86/platform/scx200/
9246 F:      drivers/watchdog/scx200_wdt.c
9247 F:      drivers/i2c/busses/scx200*
9248 F:      drivers/mtd/maps/scx200_docflash.c
9249 F:      include/linux/scx200.h
9250
9251 SCx200 GPIO DRIVER
9252 M:      Jim Cromie <jim.cromie@gmail.com>
9253 S:      Maintained
9254 F:      drivers/char/scx200_gpio.c
9255 F:      include/linux/scx200_gpio.h
9256
9257 SCx200 HRT CLOCKSOURCE DRIVER
9258 M:      Jim Cromie <jim.cromie@gmail.com>
9259 S:      Maintained
9260 F:      drivers/clocksource/scx200_hrt.c
9261
9262 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9263 M:      Sascha Sommer <saschasommer@freenet.de>
9264 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9265 S:      Maintained
9266 F:      drivers/mmc/host/sdricoh_cs.c
9267
9268 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9269 L:      linux-mmc@vger.kernel.org
9270 S:      Orphan
9271 F:      drivers/mmc/host/sdhci.*
9272 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9273
9274 SECURE COMPUTING
9275 M:      Kees Cook <keescook@chromium.org>
9276 R:      Andy Lutomirski <luto@amacapital.net>
9277 R:      Will Drewry <wad@chromium.org>
9278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9279 S:      Supported
9280 F:      kernel/seccomp.c
9281 F:      include/uapi/linux/seccomp.h
9282 F:      include/linux/seccomp.h
9283 F:      tools/testing/selftests/seccomp/*
9284 K:      \bsecure_computing
9285 K:      \bTIF_SECCOMP\b
9286
9287 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9288 M:      Ben Dooks <ben-linux@fluff.org>
9289 M:      Jaehoon Chung <jh80.chung@samsung.com>
9290 L:      linux-mmc@vger.kernel.org
9291 S:      Maintained
9292 F:      drivers/mmc/host/sdhci-s3c*
9293
9294 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9295 M:      Viresh Kumar <vireshk@kernel.org>
9296 L:      spear-devel@list.st.com
9297 L:      linux-mmc@vger.kernel.org
9298 S:      Maintained
9299 F:      drivers/mmc/host/sdhci-spear.c
9300
9301 SECURITY SUBSYSTEM
9302 M:      James Morris <james.l.morris@oracle.com>
9303 M:      "Serge E. Hallyn" <serge@hallyn.com>
9304 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9306 W:      http://kernsec.org/
9307 S:      Supported
9308 F:      security/
9309
9310 SECURITY CONTACT
9311 M:      Security Officers <security@kernel.org>
9312 S:      Supported
9313
9314 SELINUX SECURITY MODULE
9315 M:      Paul Moore <paul@paul-moore.com>
9316 M:      Stephen Smalley <sds@tycho.nsa.gov>
9317 M:      Eric Paris <eparis@parisplace.org>
9318 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9319 W:      http://selinuxproject.org
9320 T:      git git://git.infradead.org/users/pcmoore/selinux
9321 S:      Supported
9322 F:      include/linux/selinux*
9323 F:      security/selinux/
9324 F:      scripts/selinux/
9325
9326 APPARMOR SECURITY MODULE
9327 M:      John Johansen <john.johansen@canonical.com>
9328 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9329 W:      apparmor.wiki.kernel.org
9330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9331 S:      Supported
9332 F:      security/apparmor/
9333
9334 YAMA SECURITY MODULE
9335 M:      Kees Cook <keescook@chromium.org>
9336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9337 S:      Supported
9338 F:      security/yama/
9339
9340 SENSABLE PHANTOM
9341 M:      Jiri Slaby <jirislaby@gmail.com>
9342 S:      Maintained
9343 F:      drivers/misc/phantom.c
9344 F:      include/uapi/linux/phantom.h
9345
9346 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9347 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9348 M:      Minh Tran <minh.tran@avagotech.com>
9349 M:      John Soni Jose <sony.john-n@avagotech.com>
9350 L:      linux-scsi@vger.kernel.org
9351 W:      http://www.avagotech.com
9352 S:      Supported
9353 F:      drivers/scsi/be2iscsi/
9354
9355 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9356 M:      Sathya Perla <sathya.perla@avagotech.com>
9357 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9358 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9359 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9360 L:      netdev@vger.kernel.org
9361 W:      http://www.emulex.com
9362 S:      Supported
9363 F:      drivers/net/ethernet/emulex/benet/
9364
9365 EMULEX ONECONNECT ROCE DRIVER
9366 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9367 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9368 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9369 L:      linux-rdma@vger.kernel.org
9370 W:      http://www.emulex.com
9371 S:      Supported
9372 F:      drivers/infiniband/hw/ocrdma/
9373
9374 SFC NETWORK DRIVER
9375 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9376 M:      Shradha Shah <sshah@solarflare.com>
9377 L:      netdev@vger.kernel.org
9378 S:      Supported
9379 F:      drivers/net/ethernet/sfc/
9380
9381 SGI GRU DRIVER
9382 M:      Dimitri Sivanich <sivanich@sgi.com>
9383 S:      Maintained
9384 F:      drivers/misc/sgi-gru/
9385
9386 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9387 M:      Pat Gefre <pfg@sgi.com>
9388 L:      linux-ia64@vger.kernel.org
9389 S:      Supported
9390 F:      Documentation/ia64/serial.txt
9391 F:      drivers/tty/serial/ioc?_serial.c
9392 F:      include/linux/ioc?.h
9393
9394 SGI XP/XPC/XPNET DRIVER
9395 M:      Cliff Whickman <cpw@sgi.com>
9396 M:      Robin Holt <robinmholt@gmail.com>
9397 S:      Maintained
9398 F:      drivers/misc/sgi-xp/
9399
9400 SI2157 MEDIA DRIVER
9401 M:      Antti Palosaari <crope@iki.fi>
9402 L:      linux-media@vger.kernel.org
9403 W:      http://linuxtv.org/
9404 W:      http://palosaari.fi/linux/
9405 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9406 T:      git git://linuxtv.org/anttip/media_tree.git
9407 S:      Maintained
9408 F:      drivers/media/tuners/si2157*
9409
9410 SI2168 MEDIA DRIVER
9411 M:      Antti Palosaari <crope@iki.fi>
9412 L:      linux-media@vger.kernel.org
9413 W:      http://linuxtv.org/
9414 W:      http://palosaari.fi/linux/
9415 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9416 T:      git git://linuxtv.org/anttip/media_tree.git
9417 S:      Maintained
9418 F:      drivers/media/dvb-frontends/si2168*
9419
9420 SI470X FM RADIO RECEIVER I2C DRIVER
9421 M:      Hans Verkuil <hverkuil@xs4all.nl>
9422 L:      linux-media@vger.kernel.org
9423 T:      git git://linuxtv.org/media_tree.git
9424 W:      http://linuxtv.org
9425 S:      Odd Fixes
9426 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9427
9428 SI470X FM RADIO RECEIVER USB DRIVER
9429 M:      Hans Verkuil <hverkuil@xs4all.nl>
9430 L:      linux-media@vger.kernel.org
9431 T:      git git://linuxtv.org/media_tree.git
9432 W:      http://linuxtv.org
9433 S:      Maintained
9434 F:      drivers/media/radio/si470x/radio-si470x-common.c
9435 F:      drivers/media/radio/si470x/radio-si470x.h
9436 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9437
9438 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9439 M:      Eduardo Valentin <edubezval@gmail.com>
9440 L:      linux-media@vger.kernel.org
9441 T:      git git://linuxtv.org/media_tree.git
9442 W:      http://linuxtv.org
9443 S:      Odd Fixes
9444 F:      drivers/media/radio/si4713/si4713.?
9445
9446 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9447 M:      Eduardo Valentin <edubezval@gmail.com>
9448 L:      linux-media@vger.kernel.org
9449 T:      git git://linuxtv.org/media_tree.git
9450 W:      http://linuxtv.org
9451 S:      Odd Fixes
9452 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9453
9454 SI4713 FM RADIO TRANSMITTER USB DRIVER
9455 M:      Hans Verkuil <hverkuil@xs4all.nl>
9456 L:      linux-media@vger.kernel.org
9457 T:      git git://linuxtv.org/media_tree.git
9458 W:      http://linuxtv.org
9459 S:      Maintained
9460 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9461
9462 SIANO DVB DRIVER
9463 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9464 L:      linux-media@vger.kernel.org
9465 W:      http://linuxtv.org
9466 T:      git git://linuxtv.org/media_tree.git
9467 S:      Odd fixes
9468 F:      drivers/media/common/siano/
9469 F:      drivers/media/usb/siano/
9470 F:      drivers/media/usb/siano/
9471 F:      drivers/media/mmc/siano/
9472
9473 SIMPLEFB FB DRIVER
9474 M:      Hans de Goede <hdegoede@redhat.com>
9475 L:      linux-fbdev@vger.kernel.org
9476 S:      Maintained
9477 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9478 F:      drivers/video/fbdev/simplefb.c
9479 F:      include/linux/platform_data/simplefb.h
9480
9481 SH_VEU V4L2 MEM2MEM DRIVER
9482 L:      linux-media@vger.kernel.org
9483 S:      Orphan
9484 F:      drivers/media/platform/sh_veu.c
9485
9486 SH_VOU V4L2 OUTPUT DRIVER
9487 L:      linux-media@vger.kernel.org
9488 S:      Orphan
9489 F:      drivers/media/platform/sh_vou.c
9490 F:      include/media/sh_vou.h
9491
9492 SIMPLE FIRMWARE INTERFACE (SFI)
9493 M:      Len Brown <lenb@kernel.org>
9494 L:      sfi-devel@simplefirmware.org
9495 W:      http://simplefirmware.org/
9496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9497 S:      Supported
9498 F:      arch/x86/platform/sfi/
9499 F:      drivers/sfi/
9500 F:      include/linux/sfi*.h
9501
9502 SIMTEC EB110ATX (Chalice CATS)
9503 P:      Ben Dooks
9504 P:      Vincent Sanders <vince@simtec.co.uk>
9505 M:      Simtec Linux Team <linux@simtec.co.uk>
9506 W:      http://www.simtec.co.uk/products/EB110ATX/
9507 S:      Supported
9508
9509 SIMTEC EB2410ITX (BAST)
9510 P:      Ben Dooks
9511 P:      Vincent Sanders <vince@simtec.co.uk>
9512 M:      Simtec Linux Team <linux@simtec.co.uk>
9513 W:      http://www.simtec.co.uk/products/EB2410ITX/
9514 S:      Supported
9515 F:      arch/arm/mach-s3c24xx/mach-bast.c
9516 F:      arch/arm/mach-s3c24xx/bast-ide.c
9517 F:      arch/arm/mach-s3c24xx/bast-irq.c
9518
9519 TI DAVINCI MACHINE SUPPORT
9520 M:      Sekhar Nori <nsekhar@ti.com>
9521 M:      Kevin Hilman <khilman@deeprootsystems.com>
9522 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9523 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9524 S:      Supported
9525 F:      arch/arm/mach-davinci/
9526 F:      drivers/i2c/busses/i2c-davinci.c
9527
9528 TI DAVINCI SERIES MEDIA DRIVER
9529 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9530 L:      linux-media@vger.kernel.org
9531 W:      http://linuxtv.org/
9532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9533 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9534 S:      Maintained
9535 F:      drivers/media/platform/davinci/
9536 F:      include/media/davinci/
9537
9538 TI AM437X VPFE DRIVER
9539 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9540 L:      linux-media@vger.kernel.org
9541 W:      http://linuxtv.org/
9542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9543 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9544 S:      Maintained
9545 F:      drivers/media/platform/am437x/
9546
9547 OV2659 OMNIVISION SENSOR DRIVER
9548 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9549 L:      linux-media@vger.kernel.org
9550 W:      http://linuxtv.org/
9551 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9552 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9553 S:      Maintained
9554 F:      drivers/media/i2c/ov2659.c
9555 F:      include/media/ov2659.h
9556
9557 SILICON MOTION SM712 FRAME BUFFER DRIVER
9558 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9559 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9560 M:      Sudip Mukherjee <sudip@vectorindia.org>
9561 L:      linux-fbdev@vger.kernel.org
9562 S:      Maintained
9563 F:      drivers/video/fbdev/sm712*
9564 F:      Documentation/fb/sm712fb.txt
9565
9566 SIS 190 ETHERNET DRIVER
9567 M:      Francois Romieu <romieu@fr.zoreil.com>
9568 L:      netdev@vger.kernel.org
9569 S:      Maintained
9570 F:      drivers/net/ethernet/sis/sis190.c
9571
9572 SIS 900/7016 FAST ETHERNET DRIVER
9573 M:      Daniele Venzano <venza@brownhat.org>
9574 W:      http://www.brownhat.org/sis900.html
9575 L:      netdev@vger.kernel.org
9576 S:      Maintained
9577 F:      drivers/net/ethernet/sis/sis900.*
9578
9579 SIS FRAMEBUFFER DRIVER
9580 M:      Thomas Winischhofer <thomas@winischhofer.net>
9581 W:      http://www.winischhofer.net/linuxsisvga.shtml
9582 S:      Maintained
9583 F:      Documentation/fb/sisfb.txt
9584 F:      drivers/video/fbdev/sis/
9585 F:      include/video/sisfb.h
9586
9587 SIS USB2VGA DRIVER
9588 M:      Thomas Winischhofer <thomas@winischhofer.net>
9589 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9590 S:      Maintained
9591 F:      drivers/usb/misc/sisusbvga/
9592
9593 SLAB ALLOCATOR
9594 M:      Christoph Lameter <cl@linux.com>
9595 M:      Pekka Enberg <penberg@kernel.org>
9596 M:      David Rientjes <rientjes@google.com>
9597 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9598 M:      Andrew Morton <akpm@linux-foundation.org>
9599 L:      linux-mm@kvack.org
9600 S:      Maintained
9601 F:      include/linux/sl?b*.h
9602 F:      mm/sl?b*
9603
9604 SLEEPABLE READ-COPY UPDATE (SRCU)
9605 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9606 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9607 M:      Josh Triplett <josh@joshtriplett.org>
9608 R:      Steven Rostedt <rostedt@goodmis.org>
9609 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9610 L:      linux-kernel@vger.kernel.org
9611 W:      http://www.rdrop.com/users/paulmck/RCU/
9612 S:      Supported
9613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9614 F:      include/linux/srcu.h
9615 F:      kernel/rcu/srcu.c
9616
9617 SMACK SECURITY MODULE
9618 M:      Casey Schaufler <casey@schaufler-ca.com>
9619 L:      linux-security-module@vger.kernel.org
9620 W:      http://schaufler-ca.com
9621 T:      git git://git.gitorious.org/smack-next/kernel.git
9622 S:      Maintained
9623 F:      Documentation/security/Smack.txt
9624 F:      security/smack/
9625
9626 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9627 M:      Kevin Hilman <khilman@kernel.org>
9628 M:      Nishanth Menon <nm@ti.com>
9629 S:      Maintained
9630 F:      drivers/power/avs/
9631 F:      include/linux/power/smartreflex.h
9632 L:      linux-pm@vger.kernel.org
9633
9634 SMC91x ETHERNET DRIVER
9635 M:      Nicolas Pitre <nico@fluxnic.net>
9636 S:      Odd Fixes
9637 F:      drivers/net/ethernet/smsc/smc91x.*
9638
9639 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9640 M:      Sakari Ailus <sakari.ailus@iki.fi>
9641 L:      linux-media@vger.kernel.org
9642 S:      Maintained
9643 F:      drivers/media/i2c/smiapp/
9644 F:      include/media/smiapp.h
9645 F:      drivers/media/i2c/smiapp-pll.c
9646 F:      drivers/media/i2c/smiapp-pll.h
9647 F:      include/uapi/linux/smiapp.h
9648 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9649
9650 SMM665 HARDWARE MONITOR DRIVER
9651 M:      Guenter Roeck <linux@roeck-us.net>
9652 L:      lm-sensors@lm-sensors.org
9653 S:      Maintained
9654 F:      Documentation/hwmon/smm665
9655 F:      drivers/hwmon/smm665.c
9656
9657 SMSC EMC2103 HARDWARE MONITOR DRIVER
9658 M:      Steve Glendinning <steve.glendinning@shawell.net>
9659 L:      lm-sensors@lm-sensors.org
9660 S:      Maintained
9661 F:      Documentation/hwmon/emc2103
9662 F:      drivers/hwmon/emc2103.c
9663
9664 SMSC SCH5627 HARDWARE MONITOR DRIVER
9665 M:      Hans de Goede <hdegoede@redhat.com>
9666 L:      lm-sensors@lm-sensors.org
9667 S:      Supported
9668 F:      Documentation/hwmon/sch5627
9669 F:      drivers/hwmon/sch5627.c
9670
9671 SMSC47B397 HARDWARE MONITOR DRIVER
9672 M:      Jean Delvare <jdelvare@suse.com>
9673 L:      lm-sensors@lm-sensors.org
9674 S:      Maintained
9675 F:      Documentation/hwmon/smsc47b397
9676 F:      drivers/hwmon/smsc47b397.c
9677
9678 SMSC911x ETHERNET DRIVER
9679 M:      Steve Glendinning <steve.glendinning@shawell.net>
9680 L:      netdev@vger.kernel.org
9681 S:      Maintained
9682 F:      include/linux/smsc911x.h
9683 F:      drivers/net/ethernet/smsc/smsc911x.*
9684
9685 SMSC9420 PCI ETHERNET DRIVER
9686 M:      Steve Glendinning <steve.glendinning@shawell.net>
9687 L:      netdev@vger.kernel.org
9688 S:      Maintained
9689 F:      drivers/net/ethernet/smsc/smsc9420.*
9690
9691 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9692 M:      Steve Glendinning <steve.glendinning@shawell.net>
9693 L:      linux-fbdev@vger.kernel.org
9694 S:      Maintained
9695 F:      drivers/video/fbdev/smscufx.c
9696
9697 SOC-CAMERA V4L2 SUBSYSTEM
9698 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9699 L:      linux-media@vger.kernel.org
9700 T:      git git://linuxtv.org/media_tree.git
9701 S:      Maintained
9702 F:      include/media/soc*
9703 F:      drivers/media/i2c/soc_camera/
9704 F:      drivers/media/platform/soc_camera/
9705
9706 SOEKRIS NET48XX LED SUPPORT
9707 M:      Chris Boot <bootc@bootc.net>
9708 S:      Maintained
9709 F:      drivers/leds/leds-net48xx.c
9710
9711 SOFTLOGIC 6x10 MPEG CODEC
9712 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9713 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9714 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9715 M:      Ismael Luceno <ismael@iodev.co.uk>
9716 L:      linux-media@vger.kernel.org
9717 S:      Supported
9718 F:      drivers/media/pci/solo6x10/
9719
9720 SOFTWARE RAID (Multiple Disks) SUPPORT
9721 M:      Neil Brown <neilb@suse.com>
9722 L:      linux-raid@vger.kernel.org
9723 S:      Supported
9724 F:      drivers/md/
9725 F:      include/linux/raid/
9726 F:      include/uapi/linux/raid/
9727
9728 SONIC NETWORK DRIVER
9729 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9730 L:      netdev@vger.kernel.org
9731 S:      Maintained
9732 F:      drivers/net/ethernet/natsemi/sonic.*
9733
9734 SONICS SILICON BACKPLANE DRIVER (SSB)
9735 M:      Michael Buesch <m@bues.ch>
9736 L:      netdev@vger.kernel.org
9737 S:      Maintained
9738 F:      drivers/ssb/
9739 F:      include/linux/ssb/
9740
9741 SONY VAIO CONTROL DEVICE DRIVER
9742 M:      Mattia Dongili <malattia@linux.it>
9743 L:      platform-driver-x86@vger.kernel.org
9744 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9745 S:      Maintained
9746 F:      Documentation/laptops/sony-laptop.txt
9747 F:      drivers/char/sonypi.c
9748 F:      drivers/platform/x86/sony-laptop.c
9749 F:      include/linux/sony-laptop.h
9750
9751 SONY MEMORYSTICK CARD SUPPORT
9752 M:      Alex Dubov <oakad@yahoo.com>
9753 W:      http://tifmxx.berlios.de/
9754 S:      Maintained
9755 F:      drivers/memstick/host/tifm_ms.c
9756
9757 SONY MEMORYSTICK STANDARD SUPPORT
9758 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9759 S:      Maintained
9760 F:      drivers/memstick/core/ms_block.*
9761
9762 SOUND
9763 M:      Jaroslav Kysela <perex@perex.cz>
9764 M:      Takashi Iwai <tiwai@suse.com>
9765 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9766 W:      http://www.alsa-project.org/
9767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9768 T:      git git://git.alsa-project.org/alsa-kernel.git
9769 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9770 S:      Maintained
9771 F:      Documentation/sound/
9772 F:      include/sound/
9773 F:      include/uapi/sound/
9774 F:      sound/
9775
9776 SOUND - COMPRESSED AUDIO
9777 M:      Vinod Koul <vinod.koul@intel.com>
9778 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9780 S:      Supported
9781 F:      Documentation/sound/alsa/compress_offload.txt
9782 F:      include/sound/compress_driver.h
9783 F:      include/uapi/sound/compress_*
9784 F:      sound/core/compress_offload.c
9785 F:      sound/soc/soc-compress.c
9786
9787 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9788 M:      Liam Girdwood <lgirdwood@gmail.com>
9789 M:      Mark Brown <broonie@kernel.org>
9790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9791 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9792 W:      http://alsa-project.org/main/index.php/ASoC
9793 S:      Supported
9794 F:      Documentation/sound/alsa/soc/
9795 F:      sound/soc/
9796 F:      include/sound/soc*
9797
9798 SOUND - DMAENGINE HELPERS
9799 M:      Lars-Peter Clausen <lars@metafoo.de>
9800 S:      Supported
9801 F:      include/sound/dmaengine_pcm.h
9802 F:      sound/core/pcm_dmaengine.c
9803 F:      sound/soc/soc-generic-dmaengine-pcm.c
9804
9805 SP2 MEDIA DRIVER
9806 M:      Olli Salonen <olli.salonen@iki.fi>
9807 L:      linux-media@vger.kernel.org
9808 W:      http://linuxtv.org/
9809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9810 S:      Maintained
9811 F:      drivers/media/dvb-frontends/sp2*
9812
9813 SPARC + UltraSPARC (sparc/sparc64)
9814 M:      "David S. Miller" <davem@davemloft.net>
9815 L:      sparclinux@vger.kernel.org
9816 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9819 S:      Maintained
9820 F:      arch/sparc/
9821 F:      drivers/sbus/
9822
9823 SPARC SERIAL DRIVERS
9824 M:      "David S. Miller" <davem@davemloft.net>
9825 L:      sparclinux@vger.kernel.org
9826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9828 S:      Maintained
9829 F:      include/linux/sunserialcore.h
9830 F:      drivers/tty/serial/suncore.c
9831 F:      drivers/tty/serial/sunhv.c
9832 F:      drivers/tty/serial/sunsab.c
9833 F:      drivers/tty/serial/sunsab.h
9834 F:      drivers/tty/serial/sunsu.c
9835 F:      drivers/tty/serial/sunzilog.c
9836 F:      drivers/tty/serial/sunzilog.h
9837
9838 SPARSE CHECKER
9839 M:      "Christopher Li" <sparse@chrisli.org>
9840 L:      linux-sparse@vger.kernel.org
9841 W:      https://sparse.wiki.kernel.org/
9842 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9843 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9844 S:      Maintained
9845 F:      include/linux/compiler.h
9846
9847 SPEAR PLATFORM SUPPORT
9848 M:      Viresh Kumar <vireshk@kernel.org>
9849 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9850 L:      spear-devel@list.st.com
9851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9852 W:      http://www.st.com/spear
9853 S:      Maintained
9854 F:      arch/arm/mach-spear/
9855
9856 SPEAR CLOCK FRAMEWORK SUPPORT
9857 M:      Viresh Kumar <vireshk@kernel.org>
9858 L:      spear-devel@list.st.com
9859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9860 W:      http://www.st.com/spear
9861 S:      Maintained
9862 F:      drivers/clk/spear/
9863
9864 SPI SUBSYSTEM
9865 M:      Mark Brown <broonie@kernel.org>
9866 L:      linux-spi@vger.kernel.org
9867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9868 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9869 S:      Maintained
9870 F:      Documentation/spi/
9871 F:      drivers/spi/
9872 F:      include/linux/spi/
9873 F:      include/uapi/linux/spi/
9874
9875 SPIDERNET NETWORK DRIVER for CELL
9876 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9877 L:      netdev@vger.kernel.org
9878 S:      Supported
9879 F:      Documentation/networking/spider_net.txt
9880 F:      drivers/net/ethernet/toshiba/spider_net*
9881
9882 SPU FILE SYSTEM
9883 M:      Jeremy Kerr <jk@ozlabs.org>
9884 L:      linuxppc-dev@lists.ozlabs.org
9885 W:      http://www.ibm.com/developerworks/power/cell/
9886 S:      Supported
9887 F:      Documentation/filesystems/spufs.txt
9888 F:      arch/powerpc/platforms/cell/spufs/
9889
9890 SQUASHFS FILE SYSTEM
9891 M:      Phillip Lougher <phillip@squashfs.org.uk>
9892 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9893 W:      http://squashfs.org.uk
9894 S:      Maintained
9895 F:      Documentation/filesystems/squashfs.txt
9896 F:      fs/squashfs/
9897
9898 SRM (Alpha) environment access
9899 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9900 S:      Maintained
9901 F:      arch/alpha/kernel/srm_env.c
9902
9903 STABLE BRANCH
9904 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9905 L:      stable@vger.kernel.org
9906 S:      Supported
9907 F:      Documentation/stable_kernel_rules.txt
9908
9909 STAGING SUBSYSTEM
9910 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9912 L:      devel@driverdev.osuosl.org
9913 S:      Supported
9914 F:      drivers/staging/
9915
9916 STAGING - COMEDI
9917 M:      Ian Abbott <abbotti@mev.co.uk>
9918 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9919 S:      Odd Fixes
9920 F:      drivers/staging/comedi/
9921
9922 STAGING - FLARION FT1000 DRIVERS
9923 M:      Marek Belisko <marek.belisko@gmail.com>
9924 S:      Odd Fixes
9925 F:      drivers/staging/ft1000/
9926
9927 STAGING - INDUSTRIAL IO
9928 M:      Jonathan Cameron <jic23@kernel.org>
9929 L:      linux-iio@vger.kernel.org
9930 S:      Odd Fixes
9931 F:      drivers/staging/iio/
9932
9933 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9934 M:      Jarod Wilson <jarod@wilsonet.com>
9935 W:      http://www.lirc.org/
9936 S:      Odd Fixes
9937 F:      drivers/staging/media/lirc/
9938
9939 STAGING - LUSTRE PARALLEL FILESYSTEM
9940 M:      Oleg Drokin <oleg.drokin@intel.com>
9941 M:      Andreas Dilger <andreas.dilger@intel.com>
9942 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9943 W:      http://wiki.lustre.org/
9944 S:      Maintained
9945 F:      drivers/staging/lustre
9946
9947 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9948 M:      Marc Dietrich <marvin24@gmx.de>
9949 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9950 L:      linux-tegra@vger.kernel.org
9951 S:      Maintained
9952 F:      drivers/staging/nvec/
9953
9954 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9955 M:      Jens Frederich <jfrederich@gmail.com>
9956 M:      Daniel Drake <dsd@laptop.org>
9957 M:      Jon Nettleton <jon.nettleton@gmail.com>
9958 W:      http://wiki.laptop.org/go/DCON
9959 S:      Maintained
9960 F:      drivers/staging/olpc_dcon/
9961
9962 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9963 M:      Willy Tarreau <willy@meta-x.org>
9964 S:      Odd Fixes
9965 F:      drivers/staging/panel/
9966
9967 STAGING - REALTEK RTL8712U DRIVERS
9968 M:      Larry Finger <Larry.Finger@lwfinger.net>
9969 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9970 S:      Odd Fixes
9971 F:      drivers/staging/rtl8712/
9972
9973 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9974 M:      Larry Finger <Larry.Finger@lwfinger.net>
9975 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9976 L:      linux-wireless@vger.kernel.org
9977 S:      Maintained
9978 F:      drivers/staging/rtl8723au/
9979
9980 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9981 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9982 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9983 M:      Sudip Mukherjee <sudip@vectorindia.org>
9984 L:      linux-fbdev@vger.kernel.org
9985 S:      Maintained
9986 F:      drivers/staging/sm750fb/
9987
9988 STAGING - SLICOSS
9989 M:      Lior Dotan <liodot@gmail.com>
9990 M:      Christopher Harrer <charrer@alacritech.com>
9991 S:      Odd Fixes
9992 F:      drivers/staging/slicoss/
9993
9994 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9995 M:      William Hubbs <w.d.hubbs@gmail.com>
9996 M:      Chris Brannon <chris@the-brannons.com>
9997 M:      Kirk Reiser <kirk@reisers.ca>
9998 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9999 L:      speakup@linux-speakup.org
10000 W:      http://www.linux-speakup.org/
10001 S:      Odd Fixes
10002 F:      drivers/staging/speakup/
10003
10004 STAGING - VIA VT665X DRIVERS
10005 M:      Forest Bond <forest@alittletooquiet.net>
10006 S:      Odd Fixes
10007 F:      drivers/staging/vt665?/
10008
10009 STAGING - WILC1000 WIFI DRIVER
10010 M:      Johnny Kim <johnny.kim@atmel.com>
10011 M:      Rachel Kim <rachel.kim@atmel.com>
10012 M:      Dean Lee <dean.lee@atmel.com>
10013 M:      Chris Park <chris.park@atmel.com>
10014 L:      linux-wireless@vger.kernel.org
10015 S:      Supported
10016 F:      drivers/staging/wilc1000/
10017
10018 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10019 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10020 S:      Odd Fixes
10021 F:      drivers/staging/xgifb/
10022
10023 HFI1 DRIVER
10024 M:      Mike Marciniszyn <infinipath@intel.com>
10025 L:      linux-rdma@vger.kernel.org
10026 S:      Supported
10027 F:      drivers/staging/rdma/hfi1
10028
10029 STARFIRE/DURALAN NETWORK DRIVER
10030 M:      Ion Badulescu <ionut@badula.org>
10031 S:      Odd Fixes
10032 F:      drivers/net/ethernet/adaptec/starfire*
10033
10034 SUN3/3X
10035 M:      Sam Creasey <sammy@sammy.net>
10036 W:      http://sammy.net/sun3/
10037 S:      Maintained
10038 F:      arch/m68k/kernel/*sun3*
10039 F:      arch/m68k/sun3*/
10040 F:      arch/m68k/include/asm/sun3*
10041 F:      drivers/net/ethernet/i825xx/sun3*
10042
10043 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10044 M:      Hans de Goede <hdegoede@redhat.com>
10045 L:      linux-input@vger.kernel.org
10046 S:      Maintained
10047 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10048 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10049
10050 SUNDANCE NETWORK DRIVER
10051 M:      Denis Kirjanov <kda@linux-powerpc.org>
10052 L:      netdev@vger.kernel.org
10053 S:      Maintained
10054 F:      drivers/net/ethernet/dlink/sundance.c
10055
10056 SUPERH
10057 L:      linux-sh@vger.kernel.org
10058 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10059 S:      Orphan
10060 F:      Documentation/sh/
10061 F:      arch/sh/
10062 F:      drivers/sh/
10063
10064 SUSPEND TO RAM
10065 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10066 M:      Len Brown <len.brown@intel.com>
10067 M:      Pavel Machek <pavel@ucw.cz>
10068 L:      linux-pm@vger.kernel.org
10069 S:      Supported
10070 F:      Documentation/power/
10071 F:      arch/x86/kernel/acpi/
10072 F:      drivers/base/power/
10073 F:      kernel/power/
10074 F:      include/linux/suspend.h
10075 F:      include/linux/freezer.h
10076 F:      include/linux/pm.h
10077
10078 SVGA HANDLING
10079 M:      Martin Mares <mj@ucw.cz>
10080 L:      linux-video@atrey.karlin.mff.cuni.cz
10081 S:      Maintained
10082 F:      Documentation/svga.txt
10083 F:      arch/x86/boot/video*
10084
10085 SWIOTLB SUBSYSTEM
10086 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10087 L:      linux-kernel@vger.kernel.org
10088 S:      Supported
10089 F:      lib/swiotlb.c
10090 F:      arch/*/kernel/pci-swiotlb.c
10091 F:      include/linux/swiotlb.h
10092
10093 SWITCHDEV
10094 M:      Jiri Pirko <jiri@resnulli.us>
10095 L:      netdev@vger.kernel.org
10096 S:      Supported
10097 F:      net/switchdev/
10098 F:      include/net/switchdev.h
10099
10100 SYNOPSYS ARC ARCHITECTURE
10101 M:      Vineet Gupta <vgupta@synopsys.com>
10102 S:      Supported
10103 F:      arch/arc/
10104 F:      Documentation/devicetree/bindings/arc/*
10105 F:      drivers/tty/serial/arc_uart.c
10106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10107
10108 SYNOPSYS ARC SDP platform support
10109 M:      Alexey Brodkin <abrodkin@synopsys.com>
10110 S:      Supported
10111 F:      arch/arc/plat-axs10x
10112 F:      arch/arc/boot/dts/ax*
10113 F:      Documentation/devicetree/bindings/arc/axs10*
10114
10115 SYSTEM CONFIGURATION (SYSCON)
10116 M:      Lee Jones <lee.jones@linaro.org>
10117 M:      Arnd Bergmann <arnd@arndb.de>
10118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10119 S:      Supported
10120 F:      drivers/mfd/syscon.c
10121
10122 SYSV FILESYSTEM
10123 M:      Christoph Hellwig <hch@infradead.org>
10124 S:      Maintained
10125 F:      Documentation/filesystems/sysv-fs.txt
10126 F:      fs/sysv/
10127 F:      include/linux/sysv_fs.h
10128
10129 TARGET SUBSYSTEM
10130 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10131 L:      linux-scsi@vger.kernel.org
10132 L:      target-devel@vger.kernel.org
10133 W:      http://www.linux-iscsi.org
10134 W:      http://groups.google.com/group/linux-iscsi-target-dev
10135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10136 S:      Supported
10137 F:      drivers/target/
10138 F:      include/target/
10139 F:      Documentation/target/
10140
10141 TASKSTATS STATISTICS INTERFACE
10142 M:      Balbir Singh <bsingharora@gmail.com>
10143 S:      Maintained
10144 F:      Documentation/accounting/taskstats*
10145 F:      include/linux/taskstats*
10146 F:      kernel/taskstats.c
10147
10148 TC CLASSIFIER
10149 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10150 L:      netdev@vger.kernel.org
10151 S:      Maintained
10152 F:      include/net/pkt_cls.h
10153 F:      include/uapi/linux/pkt_cls.h
10154 F:      net/sched/
10155
10156 TCP LOW PRIORITY MODULE
10157 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10158 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10159 W:      http://tcp-lp-mod.sourceforge.net/
10160 S:      Maintained
10161 F:      net/ipv4/tcp_lp.c
10162
10163 TDA10071 MEDIA DRIVER
10164 M:      Antti Palosaari <crope@iki.fi>
10165 L:      linux-media@vger.kernel.org
10166 W:      http://linuxtv.org/
10167 W:      http://palosaari.fi/linux/
10168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10169 T:      git git://linuxtv.org/anttip/media_tree.git
10170 S:      Maintained
10171 F:      drivers/media/dvb-frontends/tda10071*
10172
10173 TDA18212 MEDIA DRIVER
10174 M:      Antti Palosaari <crope@iki.fi>
10175 L:      linux-media@vger.kernel.org
10176 W:      http://linuxtv.org/
10177 W:      http://palosaari.fi/linux/
10178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10179 T:      git git://linuxtv.org/anttip/media_tree.git
10180 S:      Maintained
10181 F:      drivers/media/tuners/tda18212*
10182
10183 TDA18218 MEDIA DRIVER
10184 M:      Antti Palosaari <crope@iki.fi>
10185 L:      linux-media@vger.kernel.org
10186 W:      http://linuxtv.org/
10187 W:      http://palosaari.fi/linux/
10188 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10189 T:      git git://linuxtv.org/anttip/media_tree.git
10190 S:      Maintained
10191 F:      drivers/media/tuners/tda18218*
10192
10193 TDA18271 MEDIA DRIVER
10194 M:      Michael Krufky <mkrufky@linuxtv.org>
10195 L:      linux-media@vger.kernel.org
10196 W:      http://linuxtv.org/
10197 W:      http://github.com/mkrufky
10198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10199 T:      git git://linuxtv.org/mkrufky/tuners.git
10200 S:      Maintained
10201 F:      drivers/media/tuners/tda18271*
10202
10203 TDA827x MEDIA DRIVER
10204 M:      Michael Krufky <mkrufky@linuxtv.org>
10205 L:      linux-media@vger.kernel.org
10206 W:      http://linuxtv.org/
10207 W:      http://github.com/mkrufky
10208 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10209 T:      git git://linuxtv.org/mkrufky/tuners.git
10210 S:      Maintained
10211 F:      drivers/media/tuners/tda8290.*
10212
10213 TDA8290 MEDIA DRIVER
10214 M:      Michael Krufky <mkrufky@linuxtv.org>
10215 L:      linux-media@vger.kernel.org
10216 W:      http://linuxtv.org/
10217 W:      http://github.com/mkrufky
10218 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10219 T:      git git://linuxtv.org/mkrufky/tuners.git
10220 S:      Maintained
10221 F:      drivers/media/tuners/tda8290.*
10222
10223 TDA9840 MEDIA DRIVER
10224 M:      Hans Verkuil <hverkuil@xs4all.nl>
10225 L:      linux-media@vger.kernel.org
10226 T:      git git://linuxtv.org/media_tree.git
10227 W:      http://linuxtv.org
10228 S:      Maintained
10229 F:      drivers/media/i2c/tda9840*
10230
10231 TEA5761 TUNER DRIVER
10232 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10233 L:      linux-media@vger.kernel.org
10234 W:      http://linuxtv.org
10235 T:      git git://linuxtv.org/media_tree.git
10236 S:      Odd fixes
10237 F:      drivers/media/tuners/tea5761.*
10238
10239 TEA5767 TUNER DRIVER
10240 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10241 L:      linux-media@vger.kernel.org
10242 W:      http://linuxtv.org
10243 T:      git git://linuxtv.org/media_tree.git
10244 S:      Maintained
10245 F:      drivers/media/tuners/tea5767.*
10246
10247 TEA6415C MEDIA DRIVER
10248 M:      Hans Verkuil <hverkuil@xs4all.nl>
10249 L:      linux-media@vger.kernel.org
10250 T:      git git://linuxtv.org/media_tree.git
10251 W:      http://linuxtv.org
10252 S:      Maintained
10253 F:      drivers/media/i2c/tea6415c*
10254
10255 TEA6420 MEDIA DRIVER
10256 M:      Hans Verkuil <hverkuil@xs4all.nl>
10257 L:      linux-media@vger.kernel.org
10258 T:      git git://linuxtv.org/media_tree.git
10259 W:      http://linuxtv.org
10260 S:      Maintained
10261 F:      drivers/media/i2c/tea6420*
10262
10263 TEAM DRIVER
10264 M:      Jiri Pirko <jiri@resnulli.us>
10265 L:      netdev@vger.kernel.org
10266 S:      Supported
10267 F:      drivers/net/team/
10268 F:      include/linux/if_team.h
10269 F:      include/uapi/linux/if_team.h
10270
10271 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10272 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10273 S:      Maintained
10274 F:      arch/x86/platform/ts5500/
10275
10276 TECHNOTREND USB IR RECEIVER
10277 M:      Sean Young <sean@mess.org>
10278 L:      linux-media@vger.kernel.org
10279 S:      Maintained
10280 F:      drivers/media/rc/ttusbir.c
10281
10282 TEGRA ARCHITECTURE SUPPORT
10283 M:      Stephen Warren <swarren@wwwdotorg.org>
10284 M:      Thierry Reding <thierry.reding@gmail.com>
10285 M:      Alexandre Courbot <gnurou@gmail.com>
10286 L:      linux-tegra@vger.kernel.org
10287 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10289 S:      Supported
10290 N:      [^a-z]tegra
10291
10292 TEGRA CLOCK DRIVER
10293 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10294 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10295 S:      Supported
10296 F:      drivers/clk/tegra/
10297
10298 TEGRA DMA DRIVER
10299 M:      Laxman Dewangan <ldewangan@nvidia.com>
10300 S:      Supported
10301 F:      drivers/dma/tegra20-apb-dma.c
10302
10303 TEGRA I2C DRIVER
10304 M:      Laxman Dewangan <ldewangan@nvidia.com>
10305 S:      Supported
10306 F:      drivers/i2c/busses/i2c-tegra.c
10307
10308 TEGRA IOMMU DRIVERS
10309 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10310 S:      Supported
10311 F:      drivers/iommu/tegra*
10312
10313 TEGRA KBC DRIVER
10314 M:      Rakesh Iyer <riyer@nvidia.com>
10315 M:      Laxman Dewangan <ldewangan@nvidia.com>
10316 S:      Supported
10317 F:      drivers/input/keyboard/tegra-kbc.c
10318
10319 TEGRA PWM DRIVER
10320 M:      Thierry Reding <thierry.reding@gmail.com>
10321 S:      Supported
10322 F:      drivers/pwm/pwm-tegra.c
10323
10324 TEGRA SERIAL DRIVER
10325 M:      Laxman Dewangan <ldewangan@nvidia.com>
10326 S:      Supported
10327 F:      drivers/tty/serial/serial-tegra.c
10328
10329 TEGRA SPI DRIVER
10330 M:      Laxman Dewangan <ldewangan@nvidia.com>
10331 S:      Supported
10332 F:      drivers/spi/spi-tegra*
10333
10334 TEHUTI ETHERNET DRIVER
10335 M:      Andy Gospodarek <andy@greyhouse.net>
10336 L:      netdev@vger.kernel.org
10337 S:      Supported
10338 F:      drivers/net/ethernet/tehuti/*
10339
10340 Telecom Clock Driver for MCPL0010
10341 M:      Mark Gross <mark.gross@intel.com>
10342 S:      Supported
10343 F:      drivers/char/tlclk.c
10344
10345 TENSILICA XTENSA PORT (xtensa)
10346 M:      Chris Zankel <chris@zankel.net>
10347 M:      Max Filippov <jcmvbkbc@gmail.com>
10348 L:      linux-xtensa@linux-xtensa.org
10349 S:      Maintained
10350 F:      arch/xtensa/
10351 F:      drivers/irqchip/irq-xtensa-*
10352
10353 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10354 M:      Hans Verkuil <hverkuil@xs4all.nl>
10355 L:      linux-media@vger.kernel.org
10356 T:      git git://linuxtv.org/media_tree.git
10357 W:      http://linuxtv.org
10358 S:      Maintained
10359 F:      drivers/media/radio/radio-raremono.c
10360
10361 THERMAL
10362 M:      Zhang Rui <rui.zhang@intel.com>
10363 M:      Eduardo Valentin <edubezval@gmail.com>
10364 L:      linux-pm@vger.kernel.org
10365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10367 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10368 S:      Supported
10369 F:      drivers/thermal/
10370 F:      include/linux/thermal.h
10371 F:      include/uapi/linux/thermal.h
10372 F:      include/linux/cpu_cooling.h
10373 F:      Documentation/devicetree/bindings/thermal/
10374
10375 THERMAL/CPU_COOLING
10376 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10377 M:      Viresh Kumar <viresh.kumar@linaro.org>
10378 M:      Javi Merino <javi.merino@arm.com>
10379 L:      linux-pm@vger.kernel.org
10380 S:      Supported
10381 F:      Documentation/thermal/cpu-cooling-api.txt
10382 F:      drivers/thermal/cpu_cooling.c
10383 F:      include/linux/cpu_cooling.h
10384
10385 THINGM BLINK(1) USB RGB LED DRIVER
10386 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10387 S:      Maintained
10388 F:      drivers/hid/hid-thingm.c
10389
10390 THINKPAD ACPI EXTRAS DRIVER
10391 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10392 L:      ibm-acpi-devel@lists.sourceforge.net
10393 L:      platform-driver-x86@vger.kernel.org
10394 W:      http://ibm-acpi.sourceforge.net
10395 W:      http://thinkwiki.org/wiki/Ibm-acpi
10396 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10397 S:      Maintained
10398 F:      drivers/platform/x86/thinkpad_acpi.c
10399
10400 TI BANDGAP AND THERMAL DRIVER
10401 M:      Eduardo Valentin <edubezval@gmail.com>
10402 L:      linux-pm@vger.kernel.org
10403 L:      linux-omap@vger.kernel.org
10404 S:      Maintained
10405 F:      drivers/thermal/ti-soc-thermal/
10406
10407 TI CDCE706 CLOCK DRIVER
10408 M:      Max Filippov <jcmvbkbc@gmail.com>
10409 S:      Maintained
10410 F:      drivers/clk/clk-cdce706.c
10411
10412 TI CLOCK DRIVER
10413 M:      Tero Kristo <t-kristo@ti.com>
10414 L:      linux-omap@vger.kernel.org
10415 S:      Maintained
10416 F:      drivers/clk/ti/
10417 F:      include/linux/clk/ti.h
10418
10419 TI FLASH MEDIA INTERFACE DRIVER
10420 M:      Alex Dubov <oakad@yahoo.com>
10421 S:      Maintained
10422 F:      drivers/misc/tifm*
10423 F:      drivers/mmc/host/tifm_sd.c
10424 F:      include/linux/tifm.h
10425
10426 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10427 M:      Santosh Shilimkar <ssantosh@kernel.org>
10428 L:      linux-kernel@vger.kernel.org
10429 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10430 S:      Maintained
10431 F:      drivers/soc/ti/*
10432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10433
10434
10435 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10436 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10437 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10438 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10439 S:      Maintained
10440 F:      sound/soc/codecs/lm49453*
10441 F:      sound/soc/codecs/isabelle*
10442
10443 TI LP855x BACKLIGHT DRIVER
10444 M:      Milo Kim <milo.kim@ti.com>
10445 S:      Maintained
10446 F:      Documentation/backlight/lp855x-driver.txt
10447 F:      drivers/video/backlight/lp855x_bl.c
10448 F:      include/linux/platform_data/lp855x.h
10449
10450 TI LP8727 CHARGER DRIVER
10451 M:      Milo Kim <milo.kim@ti.com>
10452 S:      Maintained
10453 F:      drivers/power/lp8727_charger.c
10454 F:      include/linux/platform_data/lp8727.h
10455
10456 TI LP8788 MFD DRIVER
10457 M:      Milo Kim <milo.kim@ti.com>
10458 S:      Maintained
10459 F:      drivers/iio/adc/lp8788_adc.c
10460 F:      drivers/leds/leds-lp8788.c
10461 F:      drivers/mfd/lp8788*.c
10462 F:      drivers/power/lp8788-charger.c
10463 F:      drivers/regulator/lp8788-*.c
10464 F:      include/linux/mfd/lp8788*.h
10465
10466 TI NETCP ETHERNET DRIVER
10467 M:      Wingman Kwok <w-kwok2@ti.com>
10468 M:      Murali Karicheri <m-karicheri2@ti.com>
10469 L:      netdev@vger.kernel.org
10470 S:      Maintained
10471 F:      drivers/net/ethernet/ti/netcp*
10472
10473 TI TAS571X FAMILY ASoC CODEC DRIVER
10474 M:      Kevin Cernekee <cernekee@chromium.org>
10475 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10476 S:      Odd Fixes
10477 F:      sound/soc/codecs/tas571x*
10478
10479 TI TWL4030 SERIES SOC CODEC DRIVER
10480 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10481 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10482 S:      Maintained
10483 F:      sound/soc/codecs/twl4030*
10484
10485 TI WILINK WIRELESS DRIVERS
10486 L:      linux-wireless@vger.kernel.org
10487 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10488 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10490 S:      Orphan
10491 F:      drivers/net/wireless/ti/
10492 F:      include/linux/wl12xx.h
10493
10494 TIPC NETWORK LAYER
10495 M:      Jon Maloy <jon.maloy@ericsson.com>
10496 M:      Ying Xue <ying.xue@windriver.com>
10497 L:      netdev@vger.kernel.org (core kernel code)
10498 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10499 W:      http://tipc.sourceforge.net/
10500 S:      Maintained
10501 F:      include/uapi/linux/tipc*.h
10502 F:      net/tipc/
10503
10504 TILE ARCHITECTURE
10505 M:      Chris Metcalf <cmetcalf@ezchip.com>
10506 W:      http://www.ezchip.com/scm/
10507 S:      Supported
10508 F:      arch/tile/
10509 F:      drivers/char/tile-srom.c
10510 F:      drivers/edac/tile_edac.c
10511 F:      drivers/net/ethernet/tile/
10512 F:      drivers/rtc/rtc-tile.c
10513 F:      drivers/tty/hvc/hvc_tile.c
10514 F:      drivers/tty/serial/tilegx.c
10515 F:      drivers/usb/host/*-tilegx.c
10516 F:      include/linux/usb/tilegx.h
10517
10518 TLAN NETWORK DRIVER
10519 M:      Samuel Chessman <chessman@tux.org>
10520 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10521 W:      http://sourceforge.net/projects/tlan/
10522 S:      Maintained
10523 F:      Documentation/networking/tlan.txt
10524 F:      drivers/net/ethernet/ti/tlan.*
10525
10526 TOMOYO SECURITY MODULE
10527 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10528 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10529 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10530 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10531 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10532 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10533 W:      http://tomoyo.sourceforge.jp/
10534 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10535 S:      Maintained
10536 F:      security/tomoyo/
10537
10538 TOPSTAR LAPTOP EXTRAS DRIVER
10539 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10540 L:      platform-driver-x86@vger.kernel.org
10541 S:      Maintained
10542 F:      drivers/platform/x86/topstar-laptop.c
10543
10544 TOSHIBA ACPI EXTRAS DRIVER
10545 M:      Azael Avalos <coproscefalo@gmail.com>
10546 L:      platform-driver-x86@vger.kernel.org
10547 S:      Maintained
10548 F:      drivers/platform/x86/toshiba_acpi.c
10549
10550 TOSHIBA BLUETOOTH DRIVER
10551 M:      Azael Avalos <coproscefalo@gmail.com>
10552 L:      platform-driver-x86@vger.kernel.org
10553 S:      Maintained
10554 F:      drivers/platform/x86/toshiba_bluetooth.c
10555
10556 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10557 M:      Azael Avalos <coproscefalo@gmail.com>
10558 L:      platform-driver-x86@vger.kernel.org
10559 S:      Maintained
10560 F:      drivers/platform/x86/toshiba_haps.c
10561
10562 TOSHIBA SMM DRIVER
10563 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10564 W:      http://www.buzzard.org.uk/toshiba/
10565 S:      Maintained
10566 F:      drivers/char/toshiba.c
10567 F:      include/linux/toshiba.h
10568 F:      include/uapi/linux/toshiba.h
10569
10570 TOSHIBA TC358743 DRIVER
10571 M:      Mats Randgaard <matrandg@cisco.com>
10572 L:      linux-media@vger.kernel.org
10573 S:      Maintained
10574 F:      drivers/media/i2c/tc358743*
10575 F:      include/media/tc358743.h
10576
10577 TMIO MMC DRIVER
10578 M:      Ian Molton <ian@mnementh.co.uk>
10579 L:      linux-mmc@vger.kernel.org
10580 S:      Maintained
10581 F:      drivers/mmc/host/tmio_mmc*
10582 F:      drivers/mmc/host/sh_mobile_sdhi.c
10583 F:      include/linux/mmc/tmio.h
10584 F:      include/linux/mmc/sh_mobile_sdhi.h
10585
10586 TMP401 HARDWARE MONITOR DRIVER
10587 M:      Guenter Roeck <linux@roeck-us.net>
10588 L:      lm-sensors@lm-sensors.org
10589 S:      Maintained
10590 F:      Documentation/hwmon/tmp401
10591 F:      drivers/hwmon/tmp401.c
10592
10593 TMPFS (SHMEM FILESYSTEM)
10594 M:      Hugh Dickins <hughd@google.com>
10595 L:      linux-mm@kvack.org
10596 S:      Maintained
10597 F:      include/linux/shmem_fs.h
10598 F:      mm/shmem.c
10599
10600 TM6000 VIDEO4LINUX DRIVER
10601 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10602 L:      linux-media@vger.kernel.org
10603 W:      http://linuxtv.org
10604 T:      git git://linuxtv.org/media_tree.git
10605 S:      Odd fixes
10606 F:      drivers/media/usb/tm6000/
10607
10608 TW68 VIDEO4LINUX DRIVER
10609 M:      Hans Verkuil <hverkuil@xs4all.nl>
10610 L:      linux-media@vger.kernel.org
10611 T:      git git://linuxtv.org/media_tree.git
10612 W:      http://linuxtv.org
10613 S:      Odd Fixes
10614 F:      drivers/media/pci/tw68/
10615
10616 TPM DEVICE DRIVER
10617 M:      Peter Huewe <peterhuewe@gmx.de>
10618 M:      Marcel Selhorst <tpmdd@selhorst.net>
10619 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10620 W:      http://tpmdd.sourceforge.net
10621 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10622 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10623 T:      https://github.com/PeterHuewe/linux-tpmdd
10624 S:      Maintained
10625 F:      drivers/char/tpm/
10626
10627 TPM IBM_VTPM DEVICE DRIVER
10628 M:      Ashley Lai <ashleydlai@gmail.com>
10629 W:      http://tpmdd.sourceforge.net
10630 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10631 S:      Maintained
10632 F:      drivers/char/tpm/tpm_ibmvtpm*
10633
10634 TRACING
10635 M:      Steven Rostedt <rostedt@goodmis.org>
10636 M:      Ingo Molnar <mingo@redhat.com>
10637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10638 S:      Maintained
10639 F:      Documentation/trace/ftrace.txt
10640 F:      arch/*/*/*/ftrace.h
10641 F:      arch/*/kernel/ftrace.c
10642 F:      include/*/ftrace.h
10643 F:      include/linux/trace*.h
10644 F:      include/trace/
10645 F:      kernel/trace/
10646 F:      tools/testing/selftests/ftrace/
10647
10648 TRIVIAL PATCHES
10649 M:      Jiri Kosina <trivial@kernel.org>
10650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10651 S:      Maintained
10652 K:      ^Subject:.*(?i)trivial
10653
10654 TTY LAYER
10655 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10656 M:      Jiri Slaby <jslaby@suse.com>
10657 S:      Supported
10658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10659 F:      Documentation/serial/
10660 F:      drivers/tty/
10661 F:      drivers/tty/serial/serial_core.c
10662 F:      include/linux/serial_core.h
10663 F:      include/linux/serial.h
10664 F:      include/linux/tty.h
10665 F:      include/uapi/linux/serial_core.h
10666 F:      include/uapi/linux/serial.h
10667 F:      include/uapi/linux/tty.h
10668
10669 TUA9001 MEDIA DRIVER
10670 M:      Antti Palosaari <crope@iki.fi>
10671 L:      linux-media@vger.kernel.org
10672 W:      http://linuxtv.org/
10673 W:      http://palosaari.fi/linux/
10674 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10675 T:      git git://linuxtv.org/anttip/media_tree.git
10676 S:      Maintained
10677 F:      drivers/media/tuners/tua9001*
10678
10679 TULIP NETWORK DRIVERS
10680 M:      Grant Grundler <grundler@parisc-linux.org>
10681 L:      netdev@vger.kernel.org
10682 S:      Maintained
10683 F:      drivers/net/ethernet/dec/tulip/
10684
10685 TUN/TAP driver
10686 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10687 W:      http://vtun.sourceforge.net/tun
10688 S:      Maintained
10689 F:      Documentation/networking/tuntap.txt
10690 F:      arch/um/os-Linux/drivers/
10691
10692 TURBOCHANNEL SUBSYSTEM
10693 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10694 M:      Ralf Baechle <ralf@linux-mips.org>
10695 L:      linux-mips@linux-mips.org
10696 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10697 S:      Maintained
10698 F:      drivers/tc/
10699 F:      include/linux/tc.h
10700
10701 U14-34F SCSI DRIVER
10702 M:      Dario Ballabio <ballabio_dario@emc.com>
10703 L:      linux-scsi@vger.kernel.org
10704 S:      Maintained
10705 F:      drivers/scsi/u14-34f.c
10706
10707 UBI FILE SYSTEM (UBIFS)
10708 M:      Artem Bityutskiy <dedekind1@gmail.com>
10709 M:      Adrian Hunter <adrian.hunter@intel.com>
10710 L:      linux-mtd@lists.infradead.org
10711 T:      git git://git.infradead.org/ubifs-2.6.git
10712 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10713 S:      Maintained
10714 F:      Documentation/filesystems/ubifs.txt
10715 F:      fs/ubifs/
10716
10717 UCLINUX (M68KNOMMU AND COLDFIRE)
10718 M:      Greg Ungerer <gerg@uclinux.org>
10719 W:      http://www.uclinux.org/
10720 L:      linux-m68k@lists.linux-m68k.org
10721 L:      uclinux-dev@uclinux.org  (subscribers-only)
10722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10723 S:      Maintained
10724 F:      arch/m68k/coldfire/
10725 F:      arch/m68k/68*/
10726 F:      arch/m68k/*/*_no.*
10727 F:      arch/m68k/include/asm/*_no.*
10728
10729 UDF FILESYSTEM
10730 M:      Jan Kara <jack@suse.com>
10731 S:      Maintained
10732 F:      Documentation/filesystems/udf.txt
10733 F:      fs/udf/
10734
10735 UFS FILESYSTEM
10736 M:      Evgeniy Dushistov <dushistov@mail.ru>
10737 S:      Maintained
10738 F:      Documentation/filesystems/ufs.txt
10739 F:      fs/ufs/
10740
10741 UHID USERSPACE HID IO DRIVER:
10742 M:      David Herrmann <dh.herrmann@googlemail.com>
10743 L:      linux-input@vger.kernel.org
10744 S:      Maintained
10745 F:      drivers/hid/uhid.c
10746 F:      include/uapi/linux/uhid.h
10747
10748 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10749 L:      linux-usb@vger.kernel.org
10750 S:      Orphan
10751 F:      drivers/uwb/
10752 F:      include/linux/uwb.h
10753 F:      include/linux/uwb/
10754
10755 UNICORE32 ARCHITECTURE:
10756 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10757 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10758 S:      Maintained
10759 T:      git git://github.com/gxt/linux.git
10760 F:      arch/unicore32/
10761
10762 UNIFDEF
10763 M:      Tony Finch <dot@dotat.at>
10764 W:      http://dotat.at/prog/unifdef
10765 S:      Maintained
10766 F:      scripts/unifdef.c
10767
10768 UNIFORM CDROM DRIVER
10769 M:      Jens Axboe <axboe@kernel.dk>
10770 W:      http://www.kernel.dk
10771 S:      Maintained
10772 F:      Documentation/cdrom/
10773 F:      drivers/cdrom/cdrom.c
10774 F:      include/linux/cdrom.h
10775 F:      include/uapi/linux/cdrom.h
10776
10777 UNISYS S-PAR DRIVERS
10778 M:      Benjamin Romer <benjamin.romer@unisys.com>
10779 M:      David Kershner <david.kershner@unisys.com>
10780 L:      sparmaintainer@unisys.com (Unisys internal)
10781 S:      Supported
10782 F:      drivers/staging/unisys/
10783
10784 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10785 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10786 L:      linux-scsi@vger.kernel.org
10787 S:      Supported
10788 F:      Documentation/scsi/ufs.txt
10789 F:      drivers/scsi/ufs/
10790
10791 UNSORTED BLOCK IMAGES (UBI)
10792 M:      Artem Bityutskiy <dedekind1@gmail.com>
10793 M:      Richard Weinberger <richard@nod.at>
10794 W:      http://www.linux-mtd.infradead.org/
10795 L:      linux-mtd@lists.infradead.org
10796 T:      git git://git.infradead.org/ubifs-2.6.git
10797 S:      Supported
10798 F:      drivers/mtd/ubi/
10799 F:      include/linux/mtd/ubi.h
10800 F:      include/uapi/mtd/ubi-user.h
10801
10802 USB ACM DRIVER
10803 M:      Oliver Neukum <oliver@neukum.org>
10804 L:      linux-usb@vger.kernel.org
10805 S:      Maintained
10806 F:      Documentation/usb/acm.txt
10807 F:      drivers/usb/class/cdc-acm.*
10808
10809 USB AR5523 WIRELESS DRIVER
10810 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10811 L:      linux-wireless@vger.kernel.org
10812 S:      Maintained
10813 F:      drivers/net/wireless/ath/ar5523/
10814
10815 USB ATTACHED SCSI
10816 M:      Hans de Goede <hdegoede@redhat.com>
10817 M:      Gerd Hoffmann <kraxel@redhat.com>
10818 L:      linux-usb@vger.kernel.org
10819 L:      linux-scsi@vger.kernel.org
10820 S:      Maintained
10821 F:      drivers/usb/storage/uas.c
10822
10823 USB CDC ETHERNET DRIVER
10824 M:      Oliver Neukum <oliver@neukum.org>
10825 L:      linux-usb@vger.kernel.org
10826 S:      Maintained
10827 F:      drivers/net/usb/cdc_*.c
10828 F:      include/uapi/linux/usb/cdc.h
10829
10830 USB CHAOSKEY DRIVER
10831 M:      Keith Packard <keithp@keithp.com>
10832 L:      linux-usb@vger.kernel.org
10833 S:      Maintained
10834 F:      drivers/usb/misc/chaoskey.c
10835
10836 USB CYPRESS C67X00 DRIVER
10837 M:      Peter Korsgaard <jacmet@sunsite.dk>
10838 L:      linux-usb@vger.kernel.org
10839 S:      Maintained
10840 F:      drivers/usb/c67x00/
10841
10842 USB DAVICOM DM9601 DRIVER
10843 M:      Peter Korsgaard <jacmet@sunsite.dk>
10844 L:      netdev@vger.kernel.org
10845 W:      http://www.linux-usb.org/usbnet
10846 S:      Maintained
10847 F:      drivers/net/usb/dm9601.c
10848
10849 USB DIAMOND RIO500 DRIVER
10850 M:      Cesar Miquel <miquel@df.uba.ar>
10851 L:      rio500-users@lists.sourceforge.net
10852 W:      http://rio500.sourceforge.net
10853 S:      Maintained
10854 F:      drivers/usb/misc/rio500*
10855
10856 USB EHCI DRIVER
10857 M:      Alan Stern <stern@rowland.harvard.edu>
10858 L:      linux-usb@vger.kernel.org
10859 S:      Maintained
10860 F:      Documentation/usb/ehci.txt
10861 F:      drivers/usb/host/ehci*
10862
10863 USB GADGET/PERIPHERAL SUBSYSTEM
10864 M:      Felipe Balbi <balbi@ti.com>
10865 L:      linux-usb@vger.kernel.org
10866 W:      http://www.linux-usb.org/gadget
10867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10868 S:      Maintained
10869 F:      drivers/usb/gadget/
10870 F:      include/linux/usb/gadget*
10871
10872 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10873 M:      Jiri Kosina <jikos@kernel.org>
10874 L:      linux-usb@vger.kernel.org
10875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10876 S:      Maintained
10877 F:      Documentation/hid/hiddev.txt
10878 F:      drivers/hid/usbhid/
10879
10880 USB ISP116X DRIVER
10881 M:      Olav Kongas <ok@artecdesign.ee>
10882 L:      linux-usb@vger.kernel.org
10883 S:      Maintained
10884 F:      drivers/usb/host/isp116x*
10885 F:      include/linux/usb/isp116x.h
10886
10887 USB MASS STORAGE DRIVER
10888 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10889 L:      linux-usb@vger.kernel.org
10890 L:      usb-storage@lists.one-eyed-alien.net
10891 S:      Maintained
10892 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10893 F:      drivers/usb/storage/
10894
10895 USB MIDI DRIVER
10896 M:      Clemens Ladisch <clemens@ladisch.de>
10897 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10898 T:      git git://git.alsa-project.org/alsa-kernel.git
10899 S:      Maintained
10900 F:      sound/usb/midi.*
10901
10902 USB NETWORKING DRIVERS
10903 L:      linux-usb@vger.kernel.org
10904 S:      Odd Fixes
10905 F:      drivers/net/usb/
10906
10907 USB OHCI DRIVER
10908 M:      Alan Stern <stern@rowland.harvard.edu>
10909 L:      linux-usb@vger.kernel.org
10910 S:      Maintained
10911 F:      Documentation/usb/ohci.txt
10912 F:      drivers/usb/host/ohci*
10913
10914 USB OTG FSM (Finite State Machine)
10915 M:      Peter Chen <Peter.Chen@freescale.com>
10916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10917 L:      linux-usb@vger.kernel.org
10918 S:      Maintained
10919 F:      drivers/usb/common/usb-otg-fsm.c
10920
10921 USB OVER IP DRIVER
10922 M:      Valentina Manea <valentina.manea.m@gmail.com>
10923 M:      Shuah Khan <shuah.kh@samsung.com>
10924 L:      linux-usb@vger.kernel.org
10925 S:      Maintained
10926 F:      drivers/usb/usbip/
10927 F:      tools/usb/usbip/
10928
10929 USB PEGASUS DRIVER
10930 M:      Petko Manolov <petkan@nucleusys.com>
10931 L:      linux-usb@vger.kernel.org
10932 L:      netdev@vger.kernel.org
10933 T:      git git://github.com/petkan/pegasus.git
10934 W:      https://github.com/petkan/pegasus
10935 S:      Maintained
10936 F:      drivers/net/usb/pegasus.*
10937
10938 USB PHY LAYER
10939 M:      Felipe Balbi <balbi@ti.com>
10940 L:      linux-usb@vger.kernel.org
10941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10942 S:      Maintained
10943 F:      drivers/usb/phy/
10944
10945 USB PRINTER DRIVER (usblp)
10946 M:      Pete Zaitcev <zaitcev@redhat.com>
10947 L:      linux-usb@vger.kernel.org
10948 S:      Supported
10949 F:      drivers/usb/class/usblp.c
10950
10951 USB RTL8150 DRIVER
10952 M:      Petko Manolov <petkan@nucleusys.com>
10953 L:      linux-usb@vger.kernel.org
10954 L:      netdev@vger.kernel.org
10955 T:      git git://github.com/petkan/rtl8150.git
10956 W:      https://github.com/petkan/rtl8150
10957 S:      Maintained
10958 F:      drivers/net/usb/rtl8150.c
10959
10960 USB SERIAL SUBSYSTEM
10961 M:      Johan Hovold <johan@kernel.org>
10962 L:      linux-usb@vger.kernel.org
10963 S:      Maintained
10964 F:      Documentation/usb/usb-serial.txt
10965 F:      drivers/usb/serial/
10966 F:      include/linux/usb/serial.h
10967
10968 USB SMSC75XX ETHERNET DRIVER
10969 M:      Steve Glendinning <steve.glendinning@shawell.net>
10970 L:      netdev@vger.kernel.org
10971 S:      Maintained
10972 F:      drivers/net/usb/smsc75xx.*
10973
10974 USB SMSC95XX ETHERNET DRIVER
10975 M:      Steve Glendinning <steve.glendinning@shawell.net>
10976 L:      netdev@vger.kernel.org
10977 S:      Maintained
10978 F:      drivers/net/usb/smsc95xx.*
10979
10980 USB SUBSYSTEM
10981 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10982 L:      linux-usb@vger.kernel.org
10983 W:      http://www.linux-usb.org
10984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10985 S:      Supported
10986 F:      Documentation/usb/
10987 F:      drivers/usb/
10988 F:      include/linux/usb.h
10989 F:      include/linux/usb/
10990
10991 USB UHCI DRIVER
10992 M:      Alan Stern <stern@rowland.harvard.edu>
10993 L:      linux-usb@vger.kernel.org
10994 S:      Maintained
10995 F:      drivers/usb/host/uhci*
10996
10997 USB "USBNET" DRIVER FRAMEWORK
10998 M:      Oliver Neukum <oneukum@suse.com>
10999 L:      netdev@vger.kernel.org
11000 W:      http://www.linux-usb.org/usbnet
11001 S:      Maintained
11002 F:      drivers/net/usb/usbnet.c
11003 F:      include/linux/usb/usbnet.h
11004
11005 USB VIDEO CLASS
11006 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11007 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11008 L:      linux-media@vger.kernel.org
11009 T:      git git://linuxtv.org/media_tree.git
11010 W:      http://www.ideasonboard.org/uvc/
11011 S:      Maintained
11012 F:      drivers/media/usb/uvc/
11013 F:      include/uapi/linux/uvcvideo.h
11014
11015 USB VISION DRIVER
11016 M:      Hans Verkuil <hverkuil@xs4all.nl>
11017 L:      linux-media@vger.kernel.org
11018 T:      git git://linuxtv.org/media_tree.git
11019 W:      http://linuxtv.org
11020 S:      Odd Fixes
11021 F:      drivers/media/usb/usbvision/
11022
11023 USB WEBCAM GADGET
11024 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11025 L:      linux-usb@vger.kernel.org
11026 S:      Maintained
11027 F:      drivers/usb/gadget/function/*uvc*
11028 F:      drivers/usb/gadget/legacy/webcam.c
11029
11030 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11031 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11032 L:      linux-wireless@vger.kernel.org
11033 S:      Maintained
11034 F:      drivers/net/wireless/rndis_wlan.c
11035
11036 USB XHCI DRIVER
11037 M:      Mathias Nyman <mathias.nyman@intel.com>
11038 L:      linux-usb@vger.kernel.org
11039 S:      Supported
11040 F:      drivers/usb/host/xhci*
11041 F:      drivers/usb/host/pci-quirks*
11042
11043 USB ZD1201 DRIVER
11044 L:      linux-wireless@vger.kernel.org
11045 W:      http://linux-lc100020.sourceforge.net
11046 S:      Orphan
11047 F:      drivers/net/wireless/zd1201.*
11048
11049 USB ZR364XX DRIVER
11050 M:      Antoine Jacquet <royale@zerezo.com>
11051 L:      linux-usb@vger.kernel.org
11052 L:      linux-media@vger.kernel.org
11053 T:      git git://linuxtv.org/media_tree.git
11054 W:      http://royale.zerezo.com/zr364xx/
11055 S:      Maintained
11056 F:      Documentation/video4linux/zr364xx.txt
11057 F:      drivers/media/usb/zr364xx/
11058
11059 ULPI BUS
11060 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11061 L:      linux-usb@vger.kernel.org
11062 S:      Maintained
11063 F:      drivers/usb/common/ulpi.c
11064 F:      include/linux/ulpi/
11065
11066 USER-MODE LINUX (UML)
11067 M:      Jeff Dike <jdike@addtoit.com>
11068 M:      Richard Weinberger <richard@nod.at>
11069 L:      user-mode-linux-devel@lists.sourceforge.net
11070 L:      user-mode-linux-user@lists.sourceforge.net
11071 W:      http://user-mode-linux.sourceforge.net
11072 S:      Maintained
11073 F:      Documentation/virtual/uml/
11074 F:      arch/um/
11075 F:      arch/x86/um/
11076 F:      fs/hostfs/
11077 F:      fs/hppfs/
11078
11079 USERSPACE I/O (UIO)
11080 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11081 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11082 S:      Maintained
11083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11084 F:      Documentation/DocBook/uio-howto.tmpl
11085 F:      drivers/uio/
11086 F:      include/linux/uio*.h
11087
11088 UTIL-LINUX PACKAGE
11089 M:      Karel Zak <kzak@redhat.com>
11090 L:      util-linux@vger.kernel.org
11091 W:      http://en.wikipedia.org/wiki/Util-linux
11092 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11093 S:      Maintained
11094
11095 UVESAFB DRIVER
11096 M:      Michal Januszewski <spock@gentoo.org>
11097 L:      linux-fbdev@vger.kernel.org
11098 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11099 S:      Maintained
11100 F:      Documentation/fb/uvesafb.txt
11101 F:      drivers/video/fbdev/uvesafb.*
11102
11103 VFAT/FAT/MSDOS FILESYSTEM
11104 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11105 S:      Maintained
11106 F:      Documentation/filesystems/vfat.txt
11107 F:      fs/fat/
11108
11109 VFIO DRIVER
11110 M:      Alex Williamson <alex.williamson@redhat.com>
11111 L:      kvm@vger.kernel.org
11112 S:      Maintained
11113 F:      Documentation/vfio.txt
11114 F:      drivers/vfio/
11115 F:      include/linux/vfio.h
11116 F:      include/uapi/linux/vfio.h
11117
11118 VFIO PLATFORM DRIVER
11119 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11120 L:      kvm@vger.kernel.org
11121 S:      Maintained
11122 F:      drivers/vfio/platform/
11123
11124 VIDEOBUF2 FRAMEWORK
11125 M:      Pawel Osciak <pawel@osciak.com>
11126 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11127 M:      Kyungmin Park <kyungmin.park@samsung.com>
11128 L:      linux-media@vger.kernel.org
11129 S:      Maintained
11130 F:      drivers/media/v4l2-core/videobuf2-*
11131 F:      include/media/videobuf2-*
11132
11133 VIRTIO CONSOLE DRIVER
11134 M:      Amit Shah <amit.shah@redhat.com>
11135 L:      virtualization@lists.linux-foundation.org
11136 S:      Maintained
11137 F:      drivers/char/virtio_console.c
11138 F:      include/linux/virtio_console.h
11139 F:      include/uapi/linux/virtio_console.h
11140
11141 VIRTIO CORE, NET AND BLOCK DRIVERS
11142 M:      "Michael S. Tsirkin" <mst@redhat.com>
11143 L:      virtualization@lists.linux-foundation.org
11144 S:      Maintained
11145 F:      drivers/virtio/
11146 F:      tools/virtio/
11147 F:      drivers/net/virtio_net.c
11148 F:      drivers/block/virtio_blk.c
11149 F:      include/linux/virtio_*.h
11150 F:      include/uapi/linux/virtio_*.h
11151
11152 VIRTIO DRIVERS FOR S390
11153 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11154 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11155 L:      linux-s390@vger.kernel.org
11156 L:      virtualization@lists.linux-foundation.org
11157 L:      kvm@vger.kernel.org
11158 S:      Supported
11159 F:      drivers/s390/virtio/
11160
11161 VIRTIO GPU DRIVER
11162 M:      David Airlie <airlied@linux.ie>
11163 M:      Gerd Hoffmann <kraxel@redhat.com>
11164 L:      dri-devel@lists.freedesktop.org
11165 L:      virtualization@lists.linux-foundation.org
11166 S:      Maintained
11167 F:      drivers/gpu/drm/virtio/
11168 F:      include/uapi/linux/virtio_gpu.h
11169
11170 VIRTIO HOST (VHOST)
11171 M:      "Michael S. Tsirkin" <mst@redhat.com>
11172 L:      kvm@vger.kernel.org
11173 L:      virtualization@lists.linux-foundation.org
11174 L:      netdev@vger.kernel.org
11175 S:      Maintained
11176 F:      drivers/vhost/
11177 F:      include/uapi/linux/vhost.h
11178
11179 VIRTIO INPUT DRIVER
11180 M:      Gerd Hoffmann <kraxel@redhat.com>
11181 S:      Maintained
11182 F:      drivers/virtio/virtio_input.c
11183 F:      include/uapi/linux/virtio_input.h
11184
11185 VIA RHINE NETWORK DRIVER
11186 S:      Orphan
11187 F:      drivers/net/ethernet/via/via-rhine.c
11188
11189 VIA SD/MMC CARD CONTROLLER DRIVER
11190 M:      Bruce Chang <brucechang@via.com.tw>
11191 M:      Harald Welte <HaraldWelte@viatech.com>
11192 S:      Maintained
11193 F:      drivers/mmc/host/via-sdmmc.c
11194
11195 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11196 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11197 L:      linux-fbdev@vger.kernel.org
11198 S:      Maintained
11199 F:      include/linux/via-core.h
11200 F:      include/linux/via-gpio.h
11201 F:      include/linux/via_i2c.h
11202 F:      drivers/video/fbdev/via/
11203
11204 VIA VELOCITY NETWORK DRIVER
11205 M:      Francois Romieu <romieu@fr.zoreil.com>
11206 L:      netdev@vger.kernel.org
11207 S:      Maintained
11208 F:      drivers/net/ethernet/via/via-velocity.*
11209
11210 VIVID VIRTUAL VIDEO DRIVER
11211 M:      Hans Verkuil <hverkuil@xs4all.nl>
11212 L:      linux-media@vger.kernel.org
11213 T:      git git://linuxtv.org/media_tree.git
11214 W:      http://linuxtv.org
11215 S:      Maintained
11216 F:      drivers/media/platform/vivid/*
11217
11218 VLAN (802.1Q)
11219 M:      Patrick McHardy <kaber@trash.net>
11220 L:      netdev@vger.kernel.org
11221 S:      Maintained
11222 F:      drivers/net/macvlan.c
11223 F:      include/linux/if_*vlan.h
11224 F:      net/8021q/
11225
11226 VLYNQ BUS
11227 M:      Florian Fainelli <florian@openwrt.org>
11228 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11229 S:      Maintained
11230 F:      drivers/vlynq/vlynq.c
11231 F:      include/linux/vlynq.h
11232
11233 VME SUBSYSTEM
11234 M:      Martyn Welch <martyn@welchs.me.uk>
11235 M:      Manohar Vanga <manohar.vanga@gmail.com>
11236 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11237 L:      devel@driverdev.osuosl.org
11238 S:      Maintained
11239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11240 F:      Documentation/vme_api.txt
11241 F:      drivers/staging/vme/
11242 F:      drivers/vme/
11243 F:      include/linux/vme*
11244
11245 VMWARE HYPERVISOR INTERFACE
11246 M:      Alok Kataria <akataria@vmware.com>
11247 L:      virtualization@lists.linux-foundation.org
11248 S:      Supported
11249 F:      arch/x86/kernel/cpu/vmware.c
11250
11251 VMWARE BALLOON DRIVER
11252 M:      Xavier Deguillard <xdeguillard@vmware.com>
11253 M:      Philip Moltmann <moltmann@vmware.com>
11254 M:      "VMware, Inc." <pv-drivers@vmware.com>
11255 L:      linux-kernel@vger.kernel.org
11256 S:      Maintained
11257 F:      drivers/misc/vmw_balloon.c
11258
11259 VMWARE VMMOUSE SUBDRIVER
11260 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11261 M:      "VMware, Inc." <pv-drivers@vmware.com>
11262 L:      linux-input@vger.kernel.org
11263 S:      Maintained
11264 F:      drivers/input/mouse/vmmouse.c
11265 F:      drivers/input/mouse/vmmouse.h
11266
11267 VMWARE VMXNET3 ETHERNET DRIVER
11268 M:      Shrikrishna Khare <skhare@vmware.com>
11269 M:      "VMware, Inc." <pv-drivers@vmware.com>
11270 L:      netdev@vger.kernel.org
11271 S:      Maintained
11272 F:      drivers/net/vmxnet3/
11273
11274 VMware PVSCSI driver
11275 M:      Arvind Kumar <arvindkumar@vmware.com>
11276 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11277 L:      linux-scsi@vger.kernel.org
11278 S:      Maintained
11279 F:      drivers/scsi/vmw_pvscsi.c
11280 F:      drivers/scsi/vmw_pvscsi.h
11281
11282 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11283 M:      Liam Girdwood <lgirdwood@gmail.com>
11284 M:      Mark Brown <broonie@kernel.org>
11285 L:      linux-kernel@vger.kernel.org
11286 W:      http://www.slimlogic.co.uk/?p=48
11287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11288 S:      Supported
11289 F:      drivers/regulator/
11290 F:      include/linux/regulator/
11291
11292 VRF
11293 M:      David Ahern <dsa@cumulusnetworks.com>
11294 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11295 L:      netdev@vger.kernel.org
11296 S:      Maintained
11297 F:      drivers/net/vrf.c
11298 F:      include/net/vrf.h
11299 F:      Documentation/networking/vrf.txt
11300
11301 VT1211 HARDWARE MONITOR DRIVER
11302 M:      Juerg Haefliger <juergh@gmail.com>
11303 L:      lm-sensors@lm-sensors.org
11304 S:      Maintained
11305 F:      Documentation/hwmon/vt1211
11306 F:      drivers/hwmon/vt1211.c
11307
11308 VT8231 HARDWARE MONITOR DRIVER
11309 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11310 L:      lm-sensors@lm-sensors.org
11311 S:      Maintained
11312 F:      drivers/hwmon/vt8231.c
11313
11314 VUB300 USB to SDIO/SD/MMC bridge chip
11315 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11316 L:      linux-mmc@vger.kernel.org
11317 L:      linux-usb@vger.kernel.org
11318 S:      Supported
11319 F:      drivers/mmc/host/vub300.c
11320
11321 W1 DALLAS'S 1-WIRE BUS
11322 M:      Evgeniy Polyakov <zbr@ioremap.net>
11323 S:      Maintained
11324 F:      Documentation/w1/
11325 F:      drivers/w1/
11326
11327 W83791D HARDWARE MONITORING DRIVER
11328 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11329 L:      lm-sensors@lm-sensors.org
11330 S:      Maintained
11331 F:      Documentation/hwmon/w83791d
11332 F:      drivers/hwmon/w83791d.c
11333
11334 W83793 HARDWARE MONITORING DRIVER
11335 M:      Rudolf Marek <r.marek@assembler.cz>
11336 L:      lm-sensors@lm-sensors.org
11337 S:      Maintained
11338 F:      Documentation/hwmon/w83793
11339 F:      drivers/hwmon/w83793.c
11340
11341 W83795 HARDWARE MONITORING DRIVER
11342 M:      Jean Delvare <jdelvare@suse.com>
11343 L:      lm-sensors@lm-sensors.org
11344 S:      Maintained
11345 F:      drivers/hwmon/w83795.c
11346
11347 W83L51xD SD/MMC CARD INTERFACE DRIVER
11348 M:      Pierre Ossman <pierre@ossman.eu>
11349 S:      Maintained
11350 F:      drivers/mmc/host/wbsd.*
11351
11352 WACOM PROTOCOL 4 SERIAL TABLETS
11353 M:      Julian Squires <julian@cipht.net>
11354 M:      Hans de Goede <hdegoede@redhat.com>
11355 L:      linux-input@vger.kernel.org
11356 S:      Maintained
11357 F:      drivers/input/tablet/wacom_serial4.c
11358
11359 WATCHDOG DEVICE DRIVERS
11360 M:      Wim Van Sebroeck <wim@iguana.be>
11361 L:      linux-watchdog@vger.kernel.org
11362 W:      http://www.linux-watchdog.org/
11363 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11364 S:      Maintained
11365 F:      Documentation/watchdog/
11366 F:      drivers/watchdog/
11367 F:      include/linux/watchdog.h
11368 F:      include/uapi/linux/watchdog.h
11369
11370 WD7000 SCSI DRIVER
11371 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11372 L:      linux-scsi@vger.kernel.org
11373 S:      Maintained
11374 F:      drivers/scsi/wd7000.c
11375
11376 WIIMOTE HID DRIVER
11377 M:      David Herrmann <dh.herrmann@googlemail.com>
11378 L:      linux-input@vger.kernel.org
11379 S:      Maintained
11380 F:      drivers/hid/hid-wiimote*
11381
11382 WINBOND CIR DRIVER
11383 M:      David Härdeman <david@hardeman.nu>
11384 S:      Maintained
11385 F:      drivers/media/rc/winbond-cir.c
11386
11387 WIMAX STACK
11388 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11389 M:      linux-wimax@intel.com
11390 L:      wimax@linuxwimax.org (subscribers-only)
11391 S:      Supported
11392 W:      http://linuxwimax.org
11393 F:      Documentation/wimax/README.wimax
11394 F:      include/linux/wimax/debug.h
11395 F:      include/net/wimax.h
11396 F:      include/uapi/linux/wimax.h
11397 F:      net/wimax/
11398
11399 WISTRON LAPTOP BUTTON DRIVER
11400 M:      Miloslav Trmac <mitr@volny.cz>
11401 S:      Maintained
11402 F:      drivers/input/misc/wistron_btns.c
11403
11404 WL3501 WIRELESS PCMCIA CARD DRIVER
11405 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11406 L:      linux-wireless@vger.kernel.org
11407 W:      http://oops.ghostprotocols.net:81/blog
11408 S:      Maintained
11409 F:      drivers/net/wireless/wl3501*
11410
11411 WOLFSON MICROELECTRONICS DRIVERS
11412 L:      patches@opensource.wolfsonmicro.com
11413 T:      git https://github.com/CirrusLogic/linux-drivers.git
11414 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11415 S:      Supported
11416 F:      Documentation/hwmon/wm83??
11417 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11418 F:      drivers/clk/clk-wm83*.c
11419 F:      drivers/extcon/extcon-arizona.c
11420 F:      drivers/leds/leds-wm83*.c
11421 F:      drivers/gpio/gpio-*wm*.c
11422 F:      drivers/gpio/gpio-arizona.c
11423 F:      drivers/hwmon/wm83??-hwmon.c
11424 F:      drivers/input/misc/wm831x-on.c
11425 F:      drivers/input/touchscreen/wm831x-ts.c
11426 F:      drivers/input/touchscreen/wm97*.c
11427 F:      drivers/mfd/arizona*
11428 F:      drivers/mfd/wm*.c
11429 F:      drivers/power/wm83*.c
11430 F:      drivers/rtc/rtc-wm83*.c
11431 F:      drivers/regulator/wm8*.c
11432 F:      drivers/video/backlight/wm83*_bl.c
11433 F:      drivers/watchdog/wm83*_wdt.c
11434 F:      include/linux/mfd/arizona/
11435 F:      include/linux/mfd/wm831x/
11436 F:      include/linux/mfd/wm8350/
11437 F:      include/linux/mfd/wm8400*
11438 F:      include/linux/wm97xx.h
11439 F:      include/sound/wm????.h
11440 F:      sound/soc/codecs/arizona.?
11441 F:      sound/soc/codecs/wm*
11442
11443 WORKQUEUE
11444 M:      Tejun Heo <tj@kernel.org>
11445 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11447 S:      Maintained
11448 F:      include/linux/workqueue.h
11449 F:      kernel/workqueue.c
11450 F:      Documentation/workqueue.txt
11451
11452 X.25 NETWORK LAYER
11453 M:      Andrew Hendry <andrew.hendry@gmail.com>
11454 L:      linux-x25@vger.kernel.org
11455 S:      Odd Fixes
11456 F:      Documentation/networking/x25*
11457 F:      include/net/x25*
11458 F:      net/x25/
11459
11460 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11461 M:      Thomas Gleixner <tglx@linutronix.de>
11462 M:      Ingo Molnar <mingo@redhat.com>
11463 M:      "H. Peter Anvin" <hpa@zytor.com>
11464 M:      x86@kernel.org
11465 L:      linux-kernel@vger.kernel.org
11466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11467 S:      Maintained
11468 F:      Documentation/x86/
11469 F:      arch/x86/
11470
11471 X86 PLATFORM DRIVERS
11472 M:      Darren Hart <dvhart@infradead.org>
11473 L:      platform-driver-x86@vger.kernel.org
11474 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11475 S:      Maintained
11476 F:      drivers/platform/x86/
11477
11478 X86 MCE INFRASTRUCTURE
11479 M:      Tony Luck <tony.luck@intel.com>
11480 M:      Borislav Petkov <bp@alien8.de>
11481 L:      linux-edac@vger.kernel.org
11482 S:      Maintained
11483 F:      arch/x86/kernel/cpu/mcheck/*
11484
11485 X86 VDSO
11486 M:      Andy Lutomirski <luto@amacapital.net>
11487 L:      linux-kernel@vger.kernel.org
11488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11489 S:      Maintained
11490 F:      arch/x86/entry/vdso/
11491
11492 XC2028/3028 TUNER DRIVER
11493 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11494 L:      linux-media@vger.kernel.org
11495 W:      http://linuxtv.org
11496 T:      git git://linuxtv.org/media_tree.git
11497 S:      Maintained
11498 F:      drivers/media/tuners/tuner-xc2028.*
11499
11500 XEN HYPERVISOR INTERFACE
11501 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11502 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11503 M:      David Vrabel <david.vrabel@citrix.com>
11504 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11506 S:      Supported
11507 F:      arch/x86/xen/
11508 F:      drivers/*/xen-*front.c
11509 F:      drivers/xen/
11510 F:      arch/x86/include/asm/xen/
11511 F:      include/xen/
11512 F:      include/uapi/xen/
11513
11514 XEN HYPERVISOR ARM
11515 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11516 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11517 S:      Supported
11518 F:      arch/arm/xen/
11519 F:      arch/arm/include/asm/xen/
11520
11521 XEN HYPERVISOR ARM64
11522 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11523 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11524 S:      Supported
11525 F:      arch/arm64/xen/
11526 F:      arch/arm64/include/asm/xen/
11527
11528 XEN NETWORK BACKEND DRIVER
11529 M:      Ian Campbell <ian.campbell@citrix.com>
11530 M:      Wei Liu <wei.liu2@citrix.com>
11531 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11532 L:      netdev@vger.kernel.org
11533 S:      Supported
11534 F:      drivers/net/xen-netback/*
11535
11536 XEN PCI SUBSYSTEM
11537 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11538 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11539 S:      Supported
11540 F:      arch/x86/pci/*xen*
11541 F:      drivers/pci/*xen*
11542
11543 XEN BLOCK SUBSYSTEM
11544 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11545 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11546 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11547 S:      Supported
11548 F:      drivers/block/xen-blkback/*
11549 F:      drivers/block/xen*
11550
11551 XEN PVSCSI DRIVERS
11552 M:      Juergen Gross <jgross@suse.com>
11553 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11554 L:      linux-scsi@vger.kernel.org
11555 S:      Supported
11556 F:      drivers/scsi/xen-scsifront.c
11557 F:      drivers/xen/xen-scsiback.c
11558 F:      include/xen/interface/io/vscsiif.h
11559
11560 XEN SWIOTLB SUBSYSTEM
11561 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11562 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11563 S:      Supported
11564 F:      arch/x86/xen/*swiotlb*
11565 F:      drivers/xen/*swiotlb*
11566
11567 XFS FILESYSTEM
11568 P:      Silicon Graphics Inc
11569 M:      Dave Chinner <david@fromorbit.com>
11570 M:      xfs@oss.sgi.com
11571 L:      xfs@oss.sgi.com
11572 W:      http://oss.sgi.com/projects/xfs
11573 T:      git git://oss.sgi.com/xfs/xfs.git
11574 S:      Supported
11575 F:      Documentation/filesystems/xfs.txt
11576 F:      fs/xfs/
11577
11578 XILINX AXI ETHERNET DRIVER
11579 M:      Anirudha Sarangi <anirudh@xilinx.com>
11580 M:      John Linn <John.Linn@xilinx.com>
11581 S:      Maintained
11582 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11583
11584 XILINX UARTLITE SERIAL DRIVER
11585 M:      Peter Korsgaard <jacmet@sunsite.dk>
11586 L:      linux-serial@vger.kernel.org
11587 S:      Maintained
11588 F:      drivers/tty/serial/uartlite.c
11589
11590 XILINX VIDEO IP CORES
11591 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11592 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11593 L:      linux-media@vger.kernel.org
11594 T:      git git://linuxtv.org/media_tree.git
11595 S:      Supported
11596 F:      Documentation/devicetree/bindings/media/xilinx/
11597 F:      drivers/media/platform/xilinx/
11598 F:      include/uapi/linux/xilinx-v4l2-controls.h
11599
11600 XILLYBUS DRIVER
11601 M:      Eli Billauer <eli.billauer@gmail.com>
11602 L:      linux-kernel@vger.kernel.org
11603 S:      Supported
11604 F:      drivers/char/xillybus/
11605
11606 XTENSA XTFPGA PLATFORM SUPPORT
11607 M:      Max Filippov <jcmvbkbc@gmail.com>
11608 L:      linux-xtensa@linux-xtensa.org
11609 S:      Maintained
11610 F:      drivers/spi/spi-xtensa-xtfpga.c
11611 F:      sound/soc/xtensa/xtfpga-i2s.c
11612
11613 YAM DRIVER FOR AX.25
11614 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11615 L:      linux-hams@vger.kernel.org
11616 S:      Maintained
11617 F:      drivers/net/hamradio/yam*
11618 F:      include/linux/yam.h
11619
11620 YEALINK PHONE DRIVER
11621 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11622 L:      usbb2k-api-dev@nongnu.org
11623 S:      Maintained
11624 F:      Documentation/input/yealink.txt
11625 F:      drivers/input/misc/yealink.*
11626
11627 Z8530 DRIVER FOR AX.25
11628 M:      Joerg Reuter <jreuter@yaina.de>
11629 W:      http://yaina.de/jreuter/
11630 W:      http://www.qsl.net/dl1bke/
11631 L:      linux-hams@vger.kernel.org
11632 S:      Maintained
11633 F:      Documentation/networking/z8530drv.txt
11634 F:      drivers/net/hamradio/*scc.c
11635 F:      drivers/net/hamradio/z8530.h
11636
11637 ZBUD COMPRESSED PAGE ALLOCATOR
11638 M:      Seth Jennings <sjennings@variantweb.net>
11639 L:      linux-mm@kvack.org
11640 S:      Maintained
11641 F:      mm/zbud.c
11642 F:      include/linux/zbud.h
11643
11644 ZD1211RW WIRELESS DRIVER
11645 M:      Daniel Drake <dsd@gentoo.org>
11646 M:      Ulrich Kunitz <kune@deine-taler.de>
11647 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11648 L:      linux-wireless@vger.kernel.org
11649 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11650 S:      Maintained
11651 F:      drivers/net/wireless/zd1211rw/
11652
11653 ZPOOL COMPRESSED PAGE STORAGE API
11654 M:      Dan Streetman <ddstreet@ieee.org>
11655 L:      linux-mm@kvack.org
11656 S:      Maintained
11657 F:      mm/zpool.c
11658 F:      include/linux/zpool.h
11659
11660 ZR36067 VIDEO FOR LINUX DRIVER
11661 L:      mjpeg-users@lists.sourceforge.net
11662 L:      linux-media@vger.kernel.org
11663 W:      http://mjpeg.sourceforge.net/driver-zoran/
11664 T:      hg http://linuxtv.org/hg/v4l-dvb
11665 S:      Odd Fixes
11666 F:      drivers/media/pci/zoran/
11667
11668 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11669 M:      Minchan Kim <minchan@kernel.org>
11670 M:      Nitin Gupta <ngupta@vflare.org>
11671 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11672 L:      linux-kernel@vger.kernel.org
11673 S:      Maintained
11674 F:      drivers/block/zram/
11675 F:      Documentation/blockdev/zram.txt
11676
11677 ZS DECSTATION Z85C30 SERIAL DRIVER
11678 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11679 S:      Maintained
11680 F:      drivers/tty/serial/zs.*
11681
11682 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11683 M:      Minchan Kim <minchan@kernel.org>
11684 M:      Nitin Gupta <ngupta@vflare.org>
11685 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11686 L:      linux-mm@kvack.org
11687 S:      Maintained
11688 F:      mm/zsmalloc.c
11689 F:      include/linux/zsmalloc.h
11690 F:      Documentation/vm/zsmalloc.txt
11691
11692 ZSWAP COMPRESSED SWAP CACHING
11693 M:      Seth Jennings <sjennings@variantweb.net>
11694 L:      linux-mm@kvack.org
11695 S:      Maintained
11696 F:      mm/zswap.c
11697
11698 THE REST
11699 M:      Linus Torvalds <torvalds@linux-foundation.org>
11700 L:      linux-kernel@vger.kernel.org
11701 Q:      http://patchwork.kernel.org/project/LKML/list/
11702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11703 S:      Buried alive in reporters
11704 F:      *
11705 F:      */