mm, hugetlb: use memory policy when available
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDIO-16 GPIO DRIVER
244 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L:      linux-gpio@vger.kernel.org
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-idio-16.c
248
249 ACENIC DRIVER
250 M:      Jes Sorensen <jes@trained-monkey.org>
251 L:      linux-acenic@sunsite.dk
252 S:      Maintained
253 F:      drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M:      Peter Feuerer <peter@piie.net>
257 L:      platform-driver-x86@vger.kernel.org
258 W:      http://piie.net/?section=acerhdf
259 S:      Maintained
260 F:      drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M:      "Lee, Chun-Yi" <jlee@suse.com>
264 L:      platform-driver-x86@vger.kernel.org
265 S:      Maintained
266 F:      drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M:      Len Brown <lenb@kernel.org>
271 L:      linux-acpi@vger.kernel.org
272 W:      https://01.org/linux-acpi
273 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S:      Supported
276 F:      drivers/acpi/
277 F:      drivers/pnp/pnpacpi/
278 F:      include/linux/acpi.h
279 F:      include/acpi/
280 F:      Documentation/acpi/
281 F:      Documentation/ABI/testing/sysfs-bus-acpi
282 F:      drivers/pci/*acpi*
283 F:      drivers/pci/*/*acpi*
284 F:      drivers/pci/*/*/*acpi*
285 F:      tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M:      Robert Moore <robert.moore@intel.com>
289 M:      Lv Zheng <lv.zheng@intel.com>
290 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L:      linux-acpi@vger.kernel.org
292 L:      devel@acpica.org
293 W:      https://acpica.org/
294 W:      https://github.com/acpica/acpica/
295 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S:      Supported
298 F:      drivers/acpi/acpica/
299 F:      include/acpi/
300 F:      tools/power/acpi/
301
302 ACPI FAN DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/fan.c
308
309 ACPI THERMAL DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/*thermal*
315
316 ACPI VIDEO DRIVER
317 M:      Zhang Rui <rui.zhang@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 W:      https://01.org/linux-acpi
320 S:      Supported
321 F:      drivers/acpi/video.c
322
323 ACPI WMI DRIVER
324 L:      platform-driver-x86@vger.kernel.org
325 S:      Orphan
326 F:      drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M:      Thibaut Varene <T-Bone@parisc-linux.org>
330 W:      http://wiki.parisc-linux.org/AD1889
331 L:      linux-parisc@vger.kernel.org
332 S:      Maintained
333 F:      sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5254
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD5398
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7142
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7877
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M:      Michael Hennerich <michael.hennerich@analog.com>
365 W:      http://wiki.analog.com/AD7879
366 W:      http://ez.analog.com/community/linux-device-drivers
367 S:      Supported
368 F:      drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M:      Jiri Kosina <jikos@kernel.org>
372 S:      Maintained
373
374 ADM1025 HARDWARE MONITOR DRIVER
375 M:      Jean Delvare <jdelvare@suse.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      Documentation/hwmon/adm1025
379 F:      drivers/hwmon/adm1025.c
380
381 ADM1029 HARDWARE MONITOR DRIVER
382 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
383 L:      lm-sensors@lm-sensors.org
384 S:      Maintained
385 F:      drivers/hwmon/adm1029.c
386
387 ADM8211 WIRELESS DRIVER
388 L:      linux-wireless@vger.kernel.org
389 W:      http://wireless.kernel.org/
390 S:      Orphan
391 F:      drivers/net/wireless/adm8211.*
392
393 ADP1653 FLASH CONTROLLER DRIVER
394 M:      Sakari Ailus <sakari.ailus@iki.fi>
395 L:      linux-media@vger.kernel.org
396 S:      Maintained
397 F:      drivers/media/i2c/adp1653.c
398 F:      include/media/adp1653.h
399
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 W:      http://wiki.analog.com/ADP5520
403 W:      http://ez.analog.com/community/linux-device-drivers
404 S:      Supported
405 F:      drivers/mfd/adp5520.c
406 F:      drivers/video/backlight/adp5520_bl.c
407 F:      drivers/leds/leds-adp5520.c
408 F:      drivers/gpio/gpio-adp5520.c
409 F:      drivers/input/keyboard/adp5520-keys.c
410
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M:      Michael Hennerich <michael.hennerich@analog.com>
413 W:      http://wiki.analog.com/ADP5588
414 W:      http://ez.analog.com/community/linux-device-drivers
415 S:      Supported
416 F:      drivers/input/keyboard/adp5588-keys.c
417 F:      drivers/gpio/gpio-adp5588.c
418
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP8860
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/video/backlight/adp8860_bl.c
425
426 ADS1015 HARDWARE MONITOR DRIVER
427 M:      Dirk Eibach <eibach@gdsys.de>
428 L:      lm-sensors@lm-sensors.org
429 S:      Maintained
430 F:      Documentation/hwmon/ads1015
431 F:      drivers/hwmon/ads1015.c
432 F:      include/linux/i2c/ads1015.h
433
434 ADT746X FAN DRIVER
435 M:      Colin Leroy <colin@colino.net>
436 S:      Maintained
437 F:      drivers/macintosh/therm_adt746x.c
438
439 ADT7475 HARDWARE MONITOR DRIVER
440 M:      Jean Delvare <jdelvare@suse.com>
441 L:      lm-sensors@lm-sensors.org
442 S:      Maintained
443 F:      Documentation/hwmon/adt7475
444 F:      drivers/hwmon/adt7475.c
445
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M:      Michael Hennerich <michael.hennerich@analog.com>
448 W:      http://wiki.analog.com/ADXL345
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/input/misc/adxl34x.c
452
453 ADVANSYS SCSI DRIVER
454 M:      Matthew Wilcox <matthew@wil.cx>
455 M:      Hannes Reinecke <hare@suse.com>
456 L:      linux-scsi@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/scsi/advansys.txt
459 F:      drivers/scsi/advansys.c
460
461 AEDSP16 DRIVER
462 M:      Riccardo Facchetti <fizban@tin.it>
463 S:      Maintained
464 F:      sound/oss/aedsp16.c
465
466 AF9013 MEDIA DRIVER
467 M:      Antti Palosaari <crope@iki.fi>
468 L:      linux-media@vger.kernel.org
469 W:      http://linuxtv.org/
470 W:      http://palosaari.fi/linux/
471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
472 T:      git git://linuxtv.org/anttip/media_tree.git
473 S:      Maintained
474 F:      drivers/media/dvb-frontends/af9013*
475
476 AF9033 MEDIA DRIVER
477 M:      Antti Palosaari <crope@iki.fi>
478 L:      linux-media@vger.kernel.org
479 W:      http://linuxtv.org/
480 W:      http://palosaari.fi/linux/
481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
482 T:      git git://linuxtv.org/anttip/media_tree.git
483 S:      Maintained
484 F:      drivers/media/dvb-frontends/af9033*
485
486 AFFS FILE SYSTEM
487 L:      linux-fsdevel@vger.kernel.org
488 S:      Orphan
489 F:      Documentation/filesystems/affs.txt
490 F:      fs/affs/
491
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M:      David Howells <dhowells@redhat.com>
494 L:      linux-afs@lists.infradead.org
495 S:      Supported
496 F:      fs/afs/
497 F:      include/net/af_rxrpc.h
498 F:      net/rxrpc/af_rxrpc.c
499
500 AGPGART DRIVER
501 M:      David Airlie <airlied@linux.ie>
502 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503 S:      Maintained
504 F:      drivers/char/agp/
505 F:      include/linux/agp*
506 F:      include/uapi/linux/agp*
507
508 AHA152X SCSI DRIVER
509 M:      "Juergen E. Fischer" <fischer@norbit.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aha152x*
513 F:      drivers/scsi/pcmcia/aha152x*
514
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M:      Hannes Reinecke <hare@suse.com>
517 L:      linux-scsi@vger.kernel.org
518 S:      Maintained
519 F:      drivers/scsi/aic7xxx/
520
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M:      Hans Verkuil <hverkuil@xs4all.nl>
523 L:      linux-media@vger.kernel.org
524 T:      git git://linuxtv.org/media_tree.git
525 W:      http://linuxtv.org
526 S:      Maintained
527 F:      drivers/media/radio/radio-aimslab*
528
529 AIO
530 M:      Benjamin LaHaise <bcrl@kvack.org>
531 L:      linux-aio@kvack.org
532 S:      Supported
533 F:      fs/aio.c
534 F:      include/linux/*aio*.h
535
536 AIRSPY MEDIA DRIVER
537 M:      Antti Palosaari <crope@iki.fi>
538 L:      linux-media@vger.kernel.org
539 W:      http://linuxtv.org/
540 W:      http://palosaari.fi/linux/
541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
542 T:      git git://linuxtv.org/anttip/media_tree.git
543 S:      Maintained
544 F:      drivers/media/usb/airspy/
545
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M:      Duncan Sands <duncan.sands@free.fr>
548 L:      linux-usb@vger.kernel.org
549 W:      http://www.linux-usb.org/SpeedTouch/
550 S:      Maintained
551 F:      drivers/usb/atm/speedtch.c
552 F:      drivers/usb/atm/usbatm.c
553
554 ALCHEMY AU1XX0 MMC DRIVER
555 M:      Manuel Lauss <manuel.lauss@gmail.com>
556 S:      Maintained
557 F:      drivers/mmc/host/au1xmmc.c
558
559 ALI1563 I2C DRIVER
560 M:      Rudolf Marek <r.marek@assembler.cz>
561 L:      linux-i2c@vger.kernel.org
562 S:      Maintained
563 F:      Documentation/i2c/busses/i2c-ali1563
564 F:      drivers/i2c/busses/i2c-ali1563.c
565
566 ALLWINNER SECURITY SYSTEM
567 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
568 L:      linux-crypto@vger.kernel.org
569 S:      Maintained
570 F:      drivers/crypto/sunxi-ss/
571
572 ALPHA PORT
573 M:      Richard Henderson <rth@twiddle.net>
574 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M:      Matt Turner <mattst88@gmail.com>
576 S:      Odd Fixes
577 L:      linux-alpha@vger.kernel.org
578 F:      arch/alpha/
579
580 ALTERA MAILBOX DRIVER
581 M:      Ley Foon Tan <lftan@altera.com>
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/mailbox/mailbox-altera.c
585
586 ALTERA PIO DRIVER
587 M:      Tien Hock Loh <thloh@altera.com>
588 L:      linux-gpio@vger.kernel.org
589 S:      Maintained
590 F:      drivers/gpio/gpio-altera.c
591
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M:      Vince Bridgers <vbridger@opensource.altera.com>
594 L:      netdev@vger.kernel.org
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/net/ethernet/altera/
598
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M:      Tobias Klauser <tklauser@distanz.ch>
601 L:      linux-serial@vger.kernel.org
602 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603 S:      Maintained
604 F:      drivers/tty/serial/altera_uart.c
605 F:      drivers/tty/serial/altera_jtaguart.c
606 F:      include/linux/altera_uart.h
607 F:      include/linux/altera_jtaguart.h
608
609 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M:      Tom Lendacky <thomas.lendacky@amd.com>
611 L:      linux-crypto@vger.kernel.org
612 S:      Supported
613 F:      drivers/crypto/ccp/
614 F:      include/linux/ccp.h
615
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L:      lm-sensors@lm-sensors.org
619 S:      Maintained
620 F:      Documentation/hwmon/fam15h_power
621 F:      drivers/hwmon/fam15h_power.c
622
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 S:      Orphan
626 F:      drivers/usb/gadget/udc/amd5536udc.*
627
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P:      Andres Salomon <dilinger@queued.net>
630 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632 S:      Supported
633 F:      drivers/char/hw_random/geode-rng.c
634 F:      drivers/crypto/geode*
635 F:      drivers/video/fbdev/geode/
636 F:      arch/x86/include/asm/geode.h
637
638 AMD IOMMU (AMD-VI)
639 M:      Joerg Roedel <joro@8bytes.org>
640 L:      iommu@lists.linux-foundation.org
641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642 S:      Maintained
643 F:      drivers/iommu/amd_iommu*.[ch]
644 F:      include/linux/amd-iommu.h
645
646 AMD KFD
647 M:      Oded Gabbay <oded.gabbay@gmail.com>
648 L:      dri-devel@lists.freedesktop.org
649 T:      git git://people.freedesktop.org/~gabbayo/linux.git
650 S:      Supported
651 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F:      drivers/gpu/drm/amd/amdkfd/
656 F:      drivers/gpu/drm/amd/include/cik_structs.h
657 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F:      drivers/gpu/drm/amd/include/vi_structs.h
659 F:      drivers/gpu/drm/radeon/radeon_kfd.c
660 F:      drivers/gpu/drm/radeon/radeon_kfd.h
661 F:      include/uapi/linux/kfd_ioctl.h
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARCNET NETWORK LAYER
812 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L:      netdev@vger.kernel.org
814 S:      Maintained
815 F:      drivers/net/arcnet/
816 F:      include/uapi/linux/if_arcnet.h
817
818 ARM MFM AND FLOPPY DRIVERS
819 M:      Ian Molton <spyro@f2s.com>
820 S:      Maintained
821 F:      arch/arm/lib/floppydma.S
822 F:      arch/arm/include/asm/floppy.h
823
824 ARM PMU PROFILING AND DEBUGGING
825 M:      Will Deacon <will.deacon@arm.com>
826 R:      Mark Rutland <mark.rutland@arm.com>
827 S:      Maintained
828 F:      arch/arm*/kernel/perf_*
829 F:      arch/arm/oprofile/common.c
830 F:      arch/arm*/kernel/hw_breakpoint.c
831 F:      arch/arm*/include/asm/hw_breakpoint.h
832 F:      arch/arm*/include/asm/perf_event.h
833 F:      drivers/perf/arm_pmu.c
834 F:      include/linux/perf/arm_pmu.h
835
836 ARM PORT
837 M:      Russell King <linux@arm.linux.org.uk>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 W:      http://www.arm.linux.org.uk/
840 S:      Maintained
841 F:      arch/arm/
842
843 ARM SUB-ARCHITECTURES
844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845 S:      Maintained
846 F:      arch/arm/mach-*/
847 F:      arch/arm/plat-*/
848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
849
850 ARM PRIMECELL AACI PL041 DRIVER
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      sound/arm/aaci.*
854
855 ARM PRIMECELL CLCD PL110 DRIVER
856 M:      Russell King <linux@arm.linux.org.uk>
857 S:      Maintained
858 F:      drivers/video/fbdev/amba-clcd.*
859
860 ARM PRIMECELL KMI PL050 DRIVER
861 M:      Russell King <linux@arm.linux.org.uk>
862 S:      Maintained
863 F:      drivers/input/serio/ambakmi.*
864 F:      include/linux/amba/kmi.h
865
866 ARM PRIMECELL MMCI PL180/1 DRIVER
867 M:      Russell King <linux@arm.linux.org.uk>
868 S:      Maintained
869 F:      drivers/mmc/host/mmci.*
870 F:      include/linux/amba/mmci.h
871
872 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
873 M:      Russell King <linux@arm.linux.org.uk>
874 S:      Maintained
875 F:      drivers/tty/serial/amba-pl01*.c
876 F:      include/linux/amba/serial.h
877
878 ARM PRIMECELL BUS SUPPORT
879 M:      Russell King <linux@arm.linux.org.uk>
880 S:      Maintained
881 F:      drivers/amba/
882 F:      include/linux/amba/bus.h
883
884 ARM/ADS SPHERE MACHINE SUPPORT
885 M:      Lennert Buytenhek <kernel@wantstofly.org>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 S:      Maintained
888
889 ARM/AFEB9260 MACHINE SUPPORT
890 M:      Sergey Lapin <slapin@ossfans.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893
894 ARM/AJECO 1ARM MACHINE SUPPORT
895 M:      Lennert Buytenhek <kernel@wantstofly.org>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S:      Maintained
898
899 ARM/Allwinner sunXi SoC support
900 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
901 M:      Chen-Yu Tsai <wens@csie.org>
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S:      Maintained
904 N:      sun[x456789]i
905
906 ARM/Allwinner SoC Clock Support
907 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
908 S:      Maintained
909 F:      drivers/clk/sunxi/
910
911 ARM/Amlogic MesonX SoC support
912 M:      Carlo Caione <carlo@caione.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915 F:      drivers/media/rc/meson-ir.c
916 N:      meson[x68]
917
918 ARM/Annapurna Labs ALPINE ARCHITECTURE
919 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
920 S:      Maintained
921 F:      arch/arm/mach-alpine/
922
923 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
925 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
926 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 W:      http://www.linux4sam.org
929 S:      Supported
930 F:      arch/arm/mach-at91/
931 F:      include/soc/at91/
932 F:      arch/arm/boot/dts/at91*.dts
933 F:      arch/arm/boot/dts/at91*.dtsi
934 F:      arch/arm/boot/dts/sama*.dts
935 F:      arch/arm/boot/dts/sama*.dtsi
936 F:      arch/arm/include/debug/at91.S
937
938 ARM/ATMEL AT91 Clock Support
939 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
940 S:      Maintained
941 F:      drivers/clk/at91
942
943 ARM/CALXEDA HIGHBANK ARCHITECTURE
944 M:      Rob Herring <robh@kernel.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      arch/arm/mach-highbank/
948
949 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
950 M:      Krzysztof Halasa <khalasa@piap.pl>
951 S:      Maintained
952 F:      arch/arm/mach-cns3xxx/
953
954 ARM/CAVIUM THUNDER NETWORK DRIVER
955 M:      Sunil Goutham <sgoutham@cavium.com>
956 M:      Robert Richter <rric@kernel.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Supported
959 F:      drivers/net/ethernet/cavium/thunder/
960
961 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
962 M:      Alexander Shiyan <shc_work@mail.ru>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Odd Fixes
965 N:      clps711x
966
967 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
968 M:      Hartley Sweeten <hsweeten@visionengravers.com>
969 M:      Ryan Mallon <rmallon@gmail.com>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S:      Maintained
972 F:      arch/arm/mach-ep93xx/
973 F:      arch/arm/mach-ep93xx/include/mach/
974
975 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
976 M:      Lennert Buytenhek <kernel@wantstofly.org>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S:      Maintained
979
980 ARM/CLKDEV SUPPORT
981 M:      Russell King <linux@arm.linux.org.uk>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984 F:      arch/arm/include/asm/clkdev.h
985 F:      drivers/clk/clkdev.c
986
987 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
988 M:      Mike Rapoport <mike@compulab.co.il>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 S:      Maintained
991
992 ARM/CONTEC MICRO9 MACHINE SUPPORT
993 M:      Hubert Feurstein <hubert.feurstein@contec.at>
994 S:      Maintained
995 F:      arch/arm/mach-ep93xx/micro9.c
996
997 ARM/CORESIGHT FRAMEWORK AND DRIVERS
998 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      drivers/hwtracing/coresight/*
1002 F:      Documentation/trace/coresight.txt
1003 F:      Documentation/devicetree/bindings/arm/coresight.txt
1004 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1005
1006 ARM/CORGI MACHINE SUPPORT
1007 M:      Richard Purdie <rpurdie@rpsys.net>
1008 S:      Maintained
1009
1010 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1011 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 T:      git git://github.com/ulli-kroll/linux.git
1014 S:      Maintained
1015 F:      arch/arm/mach-gemini/
1016 F:      drivers/rtc/rtc-gemini.c
1017
1018 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1019 M:      Barry Song <baohua@kernel.org>
1020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1022 S:      Maintained
1023 F:      arch/arm/mach-prima2/
1024 F:      drivers/clk/sirf/
1025 F:      drivers/clocksource/timer-prima2.c
1026 F:      drivers/clocksource/timer-atlas7.c
1027 N:      [^a-z]sirf
1028
1029 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1030 M:      Baruch Siach <baruch@tkos.co.il>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033 F:      arch/arm/boot/dts/cx92755*
1034 N:      digicolor
1035
1036 ARM/EBSA110 MACHINE SUPPORT
1037 M:      Russell King <linux@arm.linux.org.uk>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W:      http://www.arm.linux.org.uk/
1040 S:      Maintained
1041 F:      arch/arm/mach-ebsa110/
1042 F:      drivers/net/ethernet/amd/am79c961a.*
1043
1044 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1045 M:      Uwe Kleine-König <kernel@pengutronix.de>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 N:      efm32
1049
1050 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1051 M:      Daniel Ribeiro <drwyrm@gmail.com>
1052 M:      Stefan Schmidt <stefan@openezx.org>
1053 M:      Harald Welte <laforge@openezx.org>
1054 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1055 W:      http://www.openezx.org/
1056 S:      Maintained
1057 T:      topgit git://git.openezx.org/openezx.git
1058 F:      arch/arm/mach-pxa/ezx.c
1059
1060 ARM/FARADAY FA526 PORT
1061 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Maintained
1064 T:      git git://git.berlios.de/gemini-board
1065 F:      arch/arm/mm/*-fa*
1066
1067 ARM/FOOTBRIDGE ARCHITECTURE
1068 M:      Russell King <linux@arm.linux.org.uk>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 W:      http://www.arm.linux.org.uk/
1071 S:      Maintained
1072 F:      arch/arm/include/asm/hardware/dec21285.h
1073 F:      arch/arm/mach-footbridge/
1074
1075 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1076 M:      Shawn Guo <shawnguo@kernel.org>
1077 M:      Sascha Hauer <kernel@pengutronix.de>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1081 F:      arch/arm/mach-imx/
1082 F:      arch/arm/mach-mxs/
1083 F:      arch/arm/boot/dts/imx*
1084 F:      arch/arm/configs/imx*_defconfig
1085 F:      drivers/clk/imx/
1086 F:      include/soc/imx/
1087
1088 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1089 M:      Shawn Guo <shawnguo@kernel.org>
1090 M:      Sascha Hauer <kernel@pengutronix.de>
1091 R:      Stefan Agner <stefan@agner.ch>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1095 F:      arch/arm/mach-imx/*vf610*
1096 F:      arch/arm/boot/dts/vf*
1097
1098 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102
1103 ARM/GUMSTIX MACHINE SUPPORT
1104 M:      Steve Sakoman <sakoman@gmail.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107
1108 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1109 M:      Philipp Zabel <philipp.zabel@gmail.com>
1110 M:      Paul Parsons <lost.distance@yahoo.com>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Maintained
1113 F:      arch/arm/mach-pxa/hx4700.c
1114 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1115 F:      sound/soc/pxa/hx4700.c
1116
1117 ARM/HISILICON SOC SUPPORT
1118 M:      Wei Xu <xuwei5@hisilicon.com>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 W:      http://www.hisilicon.com
1121 S:      Supported
1122 T:      git git://github.com/hisilicon/linux-hisi.git
1123 F:      arch/arm/mach-hisi/
1124
1125 ARM/HP JORNADA 7XX MACHINE SUPPORT
1126 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1127 W:      www.jlime.com
1128 S:      Maintained
1129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1130 F:      arch/arm/mach-sa1100/jornada720.c
1131 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1132
1133 ARM/IGEP MACHINE SUPPORT
1134 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1135 M:      Javier Martinez Canillas <javier@dowhile0.org>
1136 L:      linux-omap@vger.kernel.org
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 F:      arch/arm/boot/dts/omap3-igep*
1140
1141 ARM/INCOME PXA270 SUPPORT
1142 M:      Marek Vasut <marek.vasut@gmail.com>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1146
1147 ARM/INTEL IOP32X ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IOP33X ARM ARCHITECTURE
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Orphan
1155
1156 ARM/INTEL IOP13XX ARM ARCHITECTURE
1157 M:      Lennert Buytenhek <kernel@wantstofly.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160
1161 ARM/INTEL IQ81342EX MACHINE SUPPORT
1162 M:      Lennert Buytenhek <kernel@wantstofly.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/INTEL IXDP2850 MACHINE SUPPORT
1167 M:      Lennert Buytenhek <kernel@wantstofly.org>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170
1171 ARM/INTEL IXP4XX ARM ARCHITECTURE
1172 M:      Imre Kaloz <kaloz@openwrt.org>
1173 M:      Krzysztof Halasa <khalasa@piap.pl>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176 F:      arch/arm/mach-ixp4xx/
1177
1178 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1179 M:      Jonathan Cameron <jic23@cam.ac.uk>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      arch/arm/mach-pxa/stargate2.c
1183 F:      drivers/pcmcia/pxa2xx_stargate2.c
1184
1185 ARM/INTEL XSC3 (MANZANO) ARM CORE
1186 M:      Lennert Buytenhek <kernel@wantstofly.org>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189
1190 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1191 M:      Lennert Buytenhek <kernel@wantstofly.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1196 M:      Santosh Shilimkar <ssantosh@kernel.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199 F:      arch/arm/mach-keystone/
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1201
1202 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1203 M:      Santosh Shilimkar <ssantosh@kernel.org>
1204 L:      linux-kernel@vger.kernel.org
1205 S:      Maintained
1206 F:      drivers/clk/keystone/
1207
1208 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1209 M:      Santosh Shilimkar <ssantosh@kernel.org>
1210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 L:      linux-kernel@vger.kernel.org
1212 S:      Maintained
1213 F:      drivers/clocksource/timer-keystone.c
1214
1215 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1216 M:      Santosh Shilimkar <ssantosh@kernel.org>
1217 L:      linux-kernel@vger.kernel.org
1218 S:      Maintained
1219 F:      drivers/power/reset/keystone-reset.c
1220
1221 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1222 M:      Santosh Shilimkar <ssantosh@kernel.org>
1223 L:      linux-kernel@vger.kernel.org
1224 S:      Maintained
1225 F:      drivers/memory/*emif*
1226
1227 ARM/LOGICPD PXA270 MACHINE SUPPORT
1228 M:      Lennert Buytenhek <kernel@wantstofly.org>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231
1232 ARM/LPC18XX ARCHITECTURE
1233 M:      Joachim Eastwood <manabian@gmail.com>
1234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S:      Maintained
1236 N:      lpc18xx
1237
1238 ARM/MAGICIAN MACHINE SUPPORT
1239 M:      Philipp Zabel <philipp.zabel@gmail.com>
1240 S:      Maintained
1241
1242 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1243 M:      Jason Cooper <jason@lakedaemon.net>
1244 M:      Andrew Lunn <andrew@lunn.ch>
1245 M:      Gregory Clement <gregory.clement@free-electrons.com>
1246 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249 F:      arch/arm/mach-mvebu/
1250 F:      drivers/rtc/rtc-armada38x.c
1251 F:      arch/arm/boot/dts/armada*
1252 F:      arch/arm/boot/dts/kirkwood*
1253
1254
1255 ARM/Marvell Berlin SoC support
1256 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259 F:      arch/arm/mach-berlin/
1260 F:      arch/arm/boot/dts/berlin*
1261
1262
1263 ARM/Marvell Dove/MV78xx0/Orion SOC support
1264 M:      Jason Cooper <jason@lakedaemon.net>
1265 M:      Andrew Lunn <andrew@lunn.ch>
1266 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1267 M:      Gregory Clement <gregory.clement@free-electrons.com>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/mach-dove/
1271 F:      arch/arm/mach-mv78xx0/
1272 F:      arch/arm/mach-orion5x/
1273 F:      arch/arm/plat-orion/
1274 F:      arch/arm/boot/dts/dove*
1275 F:      arch/arm/boot/dts/orion5x*
1276
1277
1278 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1279 M:      Alexander Clouter <alex@digriz.org.uk>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W:      http://www.digriz.org.uk/ts78xx/kernel
1282 S:      Maintained
1283 F:      arch/arm/mach-orion5x/ts78xx-*
1284
1285 ARM/Mediatek RTC DRIVER
1286 M:      Eddie Huang <eddie.huang@mediatek.com>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      drivers/rtc/rtc-mt6397.c
1291
1292 ARM/Mediatek SoC support
1293 M:      Matthias Brugger <matthias.bgg@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1296 S:      Maintained
1297 F:      arch/arm/boot/dts/mt6*
1298 F:      arch/arm/boot/dts/mt8*
1299 F:      arch/arm/mach-mediatek/
1300 N:      mtk
1301 K:      mediatek
1302
1303 ARM/Mediatek USB3 PHY DRIVER
1304 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1307 S:      Maintained
1308 F:      drivers/phy/phy-mt65xx-usb3.c
1309
1310 ARM/MICREL KS8695 ARCHITECTURE
1311 M:      Greg Ungerer <gerg@uclinux.org>
1312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 F:      arch/arm/mach-ks8695/
1314 S:      Odd Fixes
1315
1316 ARM/MIOA701 MACHINE SUPPORT
1317 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 F:      arch/arm/mach-pxa/mioa701.c
1320 S:      Maintained
1321
1322 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1323 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1324 S:      Maintained
1325
1326 ARM/NOMADIK ARCHITECTURE
1327 M:      Alessandro Rubini <rubini@unipv.it>
1328 M:      Linus Walleij <linus.walleij@linaro.org>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Maintained
1331 F:      arch/arm/mach-nomadik/
1332 F:      drivers/pinctrl/nomadik/
1333 F:      drivers/i2c/busses/i2c-nomadik.c
1334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1335
1336 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1337 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1338 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1339 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1340 S:      Supported
1341
1342 ARM/TOSA MACHINE SUPPORT
1343 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1344 M:      Dirk Opfer <dirk@opfer-online.de>
1345 S:      Maintained
1346
1347 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1348 M:      Marek Vasut <marek.vasut@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1353 F:      arch/arm/mach-pxa/palmtx.c
1354 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1355 F:      arch/arm/mach-pxa/palmt5.c
1356 F:      arch/arm/mach-pxa/include/mach/palmld.h
1357 F:      arch/arm/mach-pxa/palmld.c
1358 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1359 F:      arch/arm/mach-pxa/palmte2.c
1360 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1361 F:      arch/arm/mach-pxa/palmtc.c
1362
1363 ARM/PALM TREO SUPPORT
1364 M:      Tomas Cech <sleep_walker@suse.com>
1365 L:      linux-arm-kernel@lists.infradead.org
1366 W:      http://hackndev.com
1367 S:      Maintained
1368 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1369 F:      arch/arm/mach-pxa/palmtreo.c
1370
1371 ARM/PALMZ72 SUPPORT
1372 M:      Sergey Lapin <slapin@ossfans.org>
1373 L:      linux-arm-kernel@lists.infradead.org
1374 W:      http://hackndev.com
1375 S:      Maintained
1376 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1377 F:      arch/arm/mach-pxa/palmz72.c
1378
1379 ARM/PLEB SUPPORT
1380 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1381 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1382 S:      Maintained
1383
1384 ARM/PT DIGITAL BOARD PORT
1385 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 W:      http://www.arm.linux.org.uk/
1388 S:      Maintained
1389
1390 ARM/QUALCOMM SUPPORT
1391 M:      Kumar Gala <galak@codeaurora.org>
1392 M:      Andy Gross <agross@codeaurora.org>
1393 M:      David Brown <davidb@codeaurora.org>
1394 L:      linux-arm-msm@vger.kernel.org
1395 L:      linux-soc@vger.kernel.org
1396 S:      Maintained
1397 F:      arch/arm/mach-qcom/
1398 F:      drivers/soc/qcom/
1399 F:      drivers/tty/serial/msm_serial.h
1400 F:      drivers/tty/serial/msm_serial.c
1401 F:      drivers/*/pm8???-*
1402 F:      drivers/mfd/ssbi.c
1403 F:      drivers/firmware/qcom_scm.c
1404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1405
1406 ARM/RADISYS ENP2611 MACHINE SUPPORT
1407 M:      Lennert Buytenhek <kernel@wantstofly.org>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 S:      Maintained
1410
1411 ARM/RISCPC ARCHITECTURE
1412 M:      Russell King <linux@arm.linux.org.uk>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 W:      http://www.arm.linux.org.uk/
1415 S:      Maintained
1416 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1417 F:      arch/arm/include/asm/hardware/ioc.h
1418 F:      arch/arm/include/asm/hardware/iomd.h
1419 F:      arch/arm/include/asm/hardware/memc.h
1420 F:      arch/arm/mach-rpc/
1421 F:      drivers/net/ethernet/8390/etherh.c
1422 F:      drivers/net/ethernet/i825xx/ether1*
1423 F:      drivers/net/ethernet/seeq/ether3*
1424 F:      drivers/scsi/arm/
1425
1426 ARM/Rockchip SoC support
1427 M:      Heiko Stuebner <heiko@sntech.de>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L:      linux-rockchip@lists.infradead.org
1430 S:      Maintained
1431 F:      arch/arm/boot/dts/rk3*
1432 F:      arch/arm/mach-rockchip/
1433 F:      drivers/clk/rockchip/
1434 F:      drivers/i2c/busses/i2c-rk3x.c
1435 F:      drivers/*/*rockchip*
1436 F:      drivers/*/*/*rockchip*
1437 F:      sound/soc/rockchip/
1438 N:      rockchip
1439
1440 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1441 M:      Kukjin Kim <kgene@kernel.org>
1442 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1445 S:      Maintained
1446 F:      arch/arm/boot/dts/s3c*
1447 F:      arch/arm/boot/dts/exynos*
1448 F:      arch/arm64/boot/dts/exynos/
1449 F:      arch/arm/plat-samsung/
1450 F:      arch/arm/mach-s3c24*/
1451 F:      arch/arm/mach-s3c64xx/
1452 F:      arch/arm/mach-s5p*/
1453 F:      arch/arm/mach-exynos*/
1454 F:      drivers/*/*s3c2410*
1455 F:      drivers/*/*/*s3c2410*
1456 F:      drivers/spi/spi-s3c*
1457 F:      sound/soc/samsung/*
1458 N:      exynos
1459
1460 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1461 M:      Kyungmin Park <kyungmin.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 S:      Maintained
1464 F:      arch/arm/mach-s5pv210/
1465
1466 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1467 M:      Kyungmin Park <kyungmin.park@samsung.com>
1468 M:      Kamil Debski <k.debski@samsung.com>
1469 L:      linux-arm-kernel@lists.infradead.org
1470 L:      linux-media@vger.kernel.org
1471 S:      Maintained
1472 F:      drivers/media/platform/s5p-g2d/
1473
1474 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1475 M:      Kyungmin Park <kyungmin.park@samsung.com>
1476 M:      Kamil Debski <k.debski@samsung.com>
1477 M:      Jeongtae Park <jtp.park@samsung.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 L:      linux-media@vger.kernel.org
1480 S:      Maintained
1481 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1482 F:      drivers/media/platform/s5p-mfc/
1483
1484 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1485 M:      Kyungmin Park <kyungmin.park@samsung.com>
1486 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 L:      linux-media@vger.kernel.org
1489 S:      Maintained
1490 F:      drivers/media/platform/s5p-tv/
1491
1492 ARM/SHMOBILE ARM ARCHITECTURE
1493 M:      Simon Horman <horms@verge.net.au>
1494 M:      Magnus Damm <magnus.damm@gmail.com>
1495 L:      linux-sh@vger.kernel.org
1496 W:      http://oss.renesas.com
1497 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1499 S:      Supported
1500 F:      arch/arm/boot/dts/emev2*
1501 F:      arch/arm/boot/dts/r7s*
1502 F:      arch/arm/boot/dts/r8a*
1503 F:      arch/arm/boot/dts/sh*
1504 F:      arch/arm/configs/bockw_defconfig
1505 F:      arch/arm/configs/marzen_defconfig
1506 F:      arch/arm/configs/shmobile_defconfig
1507 F:      arch/arm/include/debug/renesas-scif.S
1508 F:      arch/arm/mach-shmobile/
1509 F:      drivers/sh/
1510
1511 ARM/SOCFPGA ARCHITECTURE
1512 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1513 S:      Maintained
1514 F:      arch/arm/mach-socfpga/
1515 F:      arch/arm/boot/dts/socfpga*
1516 F:      arch/arm/configs/socfpga_defconfig
1517 W:      http://www.rocketboards.org
1518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1519
1520 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1521 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1522 S:      Maintained
1523 F:      drivers/clk/socfpga/
1524
1525 ARM/SOCFPGA EDAC SUPPORT
1526 M:      Thor Thayer <tthayer@opensource.altera.com>
1527 S:      Maintained
1528 F:      drivers/edac/altera_edac.
1529
1530 ARM/STI ARCHITECTURE
1531 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1532 M:      Maxime Coquelin <maxime.coquelin@st.com>
1533 M:      Patrice Chotard <patrice.chotard@st.com>
1534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1535 L:      kernel@stlinux.com
1536 W:      http://www.stlinux.com
1537 S:      Maintained
1538 F:      arch/arm/mach-sti/
1539 F:      arch/arm/boot/dts/sti*
1540 F:      drivers/char/hw_random/st-rng.c
1541 F:      drivers/clocksource/arm_global_timer.c
1542 F:      drivers/clocksource/clksrc_st_lpc.c
1543 F:      drivers/i2c/busses/i2c-st.c
1544 F:      drivers/media/rc/st_rc.c
1545 F:      drivers/media/platform/sti/c8sectpfe/
1546 F:      drivers/mmc/host/sdhci-st.c
1547 F:      drivers/phy/phy-miphy28lp.c
1548 F:      drivers/phy/phy-miphy365x.c
1549 F:      drivers/phy/phy-stih407-usb.c
1550 F:      drivers/phy/phy-stih41x-usb.c
1551 F:      drivers/pinctrl/pinctrl-st.c
1552 F:      drivers/reset/sti/
1553 F:      drivers/rtc/rtc-st-lpc.c
1554 F:      drivers/tty/serial/st-asc.c
1555 F:      drivers/usb/dwc3/dwc3-st.c
1556 F:      drivers/usb/host/ehci-st.c
1557 F:      drivers/usb/host/ohci-st.c
1558 F:      drivers/watchdog/st_lpc_wdt.c
1559 F:      drivers/ata/ahci_st.c
1560
1561 ARM/STM32 ARCHITECTURE
1562 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S:      Maintained
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1566 N:      stm32
1567 F:      drivers/clocksource/armv7m_systick.c
1568
1569 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1570 M:      Lennert Buytenhek <kernel@wantstofly.org>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S:      Maintained
1573
1574 ARM/TETON BGA MACHINE SUPPORT
1575 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 S:      Maintained
1578
1579 ARM/THECUS N2100 MACHINE SUPPORT
1580 M:      Lennert Buytenhek <kernel@wantstofly.org>
1581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 S:      Maintained
1583
1584 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1585 M:      Wan ZongShun <mcuos.com@gmail.com>
1586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 W:      http://www.mcuos.com
1588 S:      Maintained
1589 F:      arch/arm/mach-w90x900/
1590 F:      drivers/input/keyboard/w90p910_keypad.c
1591 F:      drivers/input/touchscreen/w90p910_ts.c
1592 F:      drivers/watchdog/nuc900_wdt.c
1593 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1594 F:      drivers/mtd/nand/nuc900_nand.c
1595 F:      drivers/rtc/rtc-nuc900.c
1596 F:      drivers/spi/spi-nuc900.c
1597 F:      drivers/usb/host/ehci-w90x900.c
1598 F:      drivers/video/fbdev/nuc900fb.c
1599
1600 ARM/U300 MACHINE SUPPORT
1601 M:      Linus Walleij <linus.walleij@linaro.org>
1602 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1603 S:      Supported
1604 F:      arch/arm/mach-u300/
1605 F:      drivers/clocksource/timer-u300.c
1606 F:      drivers/i2c/busses/i2c-stu300.c
1607 F:      drivers/rtc/rtc-coh901331.c
1608 F:      drivers/watchdog/coh901327_wdt.c
1609 F:      drivers/dma/coh901318*
1610 F:      drivers/mfd/ab3100*
1611 F:      drivers/rtc/rtc-ab3100.c
1612 F:      drivers/rtc/rtc-coh901331.c
1613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1614
1615 ARM/UNIPHIER ARCHITECTURE
1616 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 S:      Maintained
1619 F:      arch/arm/boot/dts/uniphier*
1620 F:      arch/arm/mach-uniphier/
1621 F:      drivers/pinctrl/uniphier/
1622 F:      drivers/tty/serial/8250/8250_uniphier.c
1623 N:      uniphier
1624
1625 ARM/Ux500 ARM ARCHITECTURE
1626 M:      Linus Walleij <linus.walleij@linaro.org>
1627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 S:      Maintained
1629 F:      arch/arm/mach-ux500/
1630 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1631 F:      drivers/dma/ste_dma40*
1632 F:      drivers/hwspinlock/u8500_hsem.c
1633 F:      drivers/mfd/abx500*
1634 F:      drivers/mfd/ab8500*
1635 F:      drivers/mfd/dbx500*
1636 F:      drivers/mfd/db8500*
1637 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1638 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1639 F:      drivers/rtc/rtc-ab8500.c
1640 F:      drivers/rtc/rtc-pl031.c
1641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1642
1643 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1644 M:      Ulf Hansson <ulf.hansson@linaro.org>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 T:      git git://git.linaro.org/people/ulfh/clk.git
1647 S:      Maintained
1648 F:      drivers/clk/ux500/
1649 F:      include/linux/platform_data/clk-ux500.h
1650
1651 ARM/VERSATILE EXPRESS PLATFORM
1652 M:      Liviu Dudau <liviu.dudau@arm.com>
1653 M:      Sudeep Holla <sudeep.holla@arm.com>
1654 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1655 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1656 S:      Maintained
1657 F:      arch/arm/boot/dts/vexpress*
1658 F:      arch/arm64/boot/dts/arm/vexpress*
1659 F:      arch/arm/mach-vexpress/
1660 F:      */*/vexpress*
1661 F:      */*/*/vexpress*
1662 F:      drivers/clk/versatile/clk-vexpress-osc.c
1663 F:      drivers/clocksource/versatile.c
1664
1665 ARM/VFP SUPPORT
1666 M:      Russell King <linux@arm.linux.org.uk>
1667 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 W:      http://www.arm.linux.org.uk/
1669 S:      Maintained
1670 F:      arch/arm/vfp/
1671
1672 ARM/VOIPAC PXA270 SUPPORT
1673 M:      Marek Vasut <marek.vasut@gmail.com>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 S:      Maintained
1676 F:      arch/arm/mach-pxa/vpac270.c
1677 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1678
1679 ARM/VT8500 ARM ARCHITECTURE
1680 M:      Tony Prisk <linux@prisktech.co.nz>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-vt8500/
1684 F:      drivers/clocksource/vt8500_timer.c
1685 F:      drivers/i2c/busses/i2c-wmt.c
1686 F:      drivers/mmc/host/wmt-sdmmc.c
1687 F:      drivers/pwm/pwm-vt8500.c
1688 F:      drivers/rtc/rtc-vt8500.c
1689 F:      drivers/tty/serial/vt8500_serial.c
1690 F:      drivers/usb/host/ehci-platform.c
1691 F:      drivers/usb/host/uhci-platform.c
1692 F:      drivers/video/fbdev/vt8500lcdfb.*
1693 F:      drivers/video/fbdev/wm8505fb*
1694 F:      drivers/video/fbdev/wmt_ge_rops.*
1695
1696 ARM/ZIPIT Z2 SUPPORT
1697 M:      Marek Vasut <marek.vasut@gmail.com>
1698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1699 S:      Maintained
1700 F:      arch/arm/mach-pxa/z2.c
1701 F:      arch/arm/mach-pxa/include/mach/z2.h
1702
1703 ARM/ZTE ARCHITECTURE
1704 M:      Jun Nie <jun.nie@linaro.org>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 S:      Maintained
1707 F:      arch/arm/mach-zx/
1708 F:      drivers/clk/zte/
1709 F:      Documentation/devicetree/bindings/arm/zte.txt
1710 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1711
1712 ARM/ZYNQ ARCHITECTURE
1713 M:      Michal Simek <michal.simek@xilinx.com>
1714 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1716 W:      http://wiki.xilinx.com
1717 T:      git https://github.com/Xilinx/linux-xlnx.git
1718 S:      Supported
1719 F:      arch/arm/mach-zynq/
1720 F:      drivers/cpuidle/cpuidle-zynq.c
1721 F:      drivers/block/xsysace.c
1722 N:      zynq
1723 N:      xilinx
1724 F:      drivers/clocksource/cadence_ttc_timer.c
1725 F:      drivers/i2c/busses/i2c-cadence.c
1726 F:      drivers/mmc/host/sdhci-of-arasan.c
1727 F:      drivers/edac/synopsys_edac.c
1728
1729 ARM SMMU DRIVERS
1730 M:      Will Deacon <will.deacon@arm.com>
1731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 S:      Maintained
1733 F:      drivers/iommu/arm-smmu.c
1734 F:      drivers/iommu/arm-smmu-v3.c
1735 F:      drivers/iommu/io-pgtable-arm.c
1736
1737 ARM64 PORT (AARCH64 ARCHITECTURE)
1738 M:      Catalin Marinas <catalin.marinas@arm.com>
1739 M:      Will Deacon <will.deacon@arm.com>
1740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741 S:      Maintained
1742 F:      arch/arm64/
1743 F:      Documentation/arm64/
1744
1745 AS3645A LED FLASH CONTROLLER DRIVER
1746 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1747 L:      linux-media@vger.kernel.org
1748 T:      git git://linuxtv.org/media_tree.git
1749 S:      Maintained
1750 F:      drivers/media/i2c/as3645a.c
1751 F:      include/media/as3645a.h
1752
1753 ASC7621 HARDWARE MONITOR DRIVER
1754 M:      George Joseph <george.joseph@fairview5.com>
1755 L:      lm-sensors@lm-sensors.org
1756 S:      Maintained
1757 F:      Documentation/hwmon/asc7621
1758 F:      drivers/hwmon/asc7621.c
1759
1760 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1761 M:      Corentin Chary <corentin.chary@gmail.com>
1762 L:      acpi4asus-user@lists.sourceforge.net
1763 L:      platform-driver-x86@vger.kernel.org
1764 W:      http://acpi4asus.sf.net
1765 S:      Maintained
1766 F:      drivers/platform/x86/asus*.c
1767 F:      drivers/platform/x86/eeepc*.c
1768
1769 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1770 R:      Dan Williams <dan.j.williams@intel.com>
1771 W:      http://sourceforge.net/projects/xscaleiop
1772 S:      Odd fixes
1773 F:      Documentation/crypto/async-tx-api.txt
1774 F:      crypto/async_tx/
1775 F:      drivers/dma/
1776 F:      include/linux/dmaengine.h
1777 F:      include/linux/async_tx.h
1778
1779 AT24 EEPROM DRIVER
1780 M:      Wolfram Sang <wsa@the-dreams.de>
1781 L:      linux-i2c@vger.kernel.org
1782 S:      Maintained
1783 F:      drivers/misc/eeprom/at24.c
1784 F:      include/linux/platform_data/at24.h
1785
1786 ATA OVER ETHERNET (AOE) DRIVER
1787 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1788 W:      http://www.openaoe.org/
1789 S:      Supported
1790 F:      Documentation/aoe/
1791 F:      drivers/block/aoe/
1792
1793 ATHEROS 71XX/9XXX GPIO DRIVER
1794 M:      Alban Bedel <albeu@free.fr>
1795 W:      https://github.com/AlbanBedel/linux
1796 T:      git git://github.com/AlbanBedel/linux
1797 S:      Maintained
1798 F:      drivers/gpio/gpio-ath79.c
1799 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1800
1801 ATHEROS ATH GENERIC UTILITIES
1802 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1803 L:      linux-wireless@vger.kernel.org
1804 S:      Supported
1805 F:      drivers/net/wireless/ath/*
1806
1807 ATHEROS ATH5K WIRELESS DRIVER
1808 M:      Jiri Slaby <jirislaby@gmail.com>
1809 M:      Nick Kossifidis <mickflemm@gmail.com>
1810 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1811 L:      linux-wireless@vger.kernel.org
1812 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1813 S:      Maintained
1814 F:      drivers/net/wireless/ath/ath5k/
1815
1816 ATHEROS ATH6KL WIRELESS DRIVER
1817 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1818 L:      linux-wireless@vger.kernel.org
1819 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1820 T:      git git://github.com/kvalo/ath.git
1821 S:      Supported
1822 F:      drivers/net/wireless/ath/ath6kl/
1823
1824 WILOCITY WIL6210 WIRELESS DRIVER
1825 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1826 L:      linux-wireless@vger.kernel.org
1827 L:      wil6210@qca.qualcomm.com
1828 S:      Supported
1829 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1830 F:      drivers/net/wireless/ath/wil6210/
1831 F:      include/uapi/linux/wil6210_uapi.h
1832
1833 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1834 M:      Christian Lamparter <chunkeey@googlemail.com>
1835 L:      linux-wireless@vger.kernel.org
1836 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1837 S:      Maintained
1838 F:      drivers/net/wireless/ath/carl9170/
1839
1840 ATK0110 HWMON DRIVER
1841 M:      Luca Tettamanti <kronos.it@gmail.com>
1842 L:      lm-sensors@lm-sensors.org
1843 S:      Maintained
1844 F:      drivers/hwmon/asus_atk0110.c
1845
1846 ATI_REMOTE2 DRIVER
1847 M:      Ville Syrjala <syrjala@sci.fi>
1848 S:      Maintained
1849 F:      drivers/input/misc/ati_remote2.c
1850
1851 ATLX ETHERNET DRIVERS
1852 M:      Jay Cliburn <jcliburn@gmail.com>
1853 M:      Chris Snook <chris.snook@gmail.com>
1854 L:      netdev@vger.kernel.org
1855 W:      http://sourceforge.net/projects/atl1
1856 W:      http://atl1.sourceforge.net
1857 S:      Maintained
1858 F:      drivers/net/ethernet/atheros/
1859
1860 ATM
1861 M:      Chas Williams <3chas3@gmail.com>
1862 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1863 L:      netdev@vger.kernel.org
1864 W:      http://linux-atm.sourceforge.net
1865 S:      Maintained
1866 F:      drivers/atm/
1867 F:      include/linux/atm*
1868 F:      include/uapi/linux/atm*
1869
1870 ATMEL AT91 / AT32 MCI DRIVER
1871 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1872 S:      Maintained
1873 F:      drivers/mmc/host/atmel-mci.c
1874 F:      drivers/mmc/host/atmel-mci-regs.h
1875
1876 ATMEL AT91 / AT32 SERIAL DRIVER
1877 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1878 S:      Supported
1879 F:      drivers/tty/serial/atmel_serial.c
1880
1881 ATMEL Audio ALSA driver
1882 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1883 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1884 S:      Supported
1885 F:      sound/soc/atmel
1886
1887 ATMEL DMA DRIVER
1888 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1890 S:      Supported
1891 F:      drivers/dma/at_hdmac.c
1892 F:      drivers/dma/at_hdmac_regs.h
1893 F:      include/linux/platform_data/dma-atmel.h
1894
1895 ATMEL XDMA DRIVER
1896 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1897 L:      linux-arm-kernel@lists.infradead.org
1898 L:      dmaengine@vger.kernel.org
1899 S:      Supported
1900 F:      drivers/dma/at_xdmac.c
1901
1902 ATMEL I2C DRIVER
1903 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1904 L:      linux-i2c@vger.kernel.org
1905 S:      Supported
1906 F:      drivers/i2c/busses/i2c-at91.c
1907
1908 ATMEL ISI DRIVER
1909 M:      Josh Wu <josh.wu@atmel.com>
1910 L:      linux-media@vger.kernel.org
1911 S:      Supported
1912 F:      drivers/media/platform/soc_camera/atmel-isi.c
1913 F:      include/media/atmel-isi.h
1914
1915 ATMEL LCDFB DRIVER
1916 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1917 L:      linux-fbdev@vger.kernel.org
1918 S:      Maintained
1919 F:      drivers/video/fbdev/atmel_lcdfb.c
1920 F:      include/video/atmel_lcdc.h
1921
1922 ATMEL MACB ETHERNET DRIVER
1923 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1924 S:      Supported
1925 F:      drivers/net/ethernet/cadence/
1926
1927 ATMEL NAND DRIVER
1928 M:      Josh Wu <josh.wu@atmel.com>
1929 L:      linux-mtd@lists.infradead.org
1930 S:      Supported
1931 F:      drivers/mtd/nand/atmel_nand*
1932
1933 ATMEL SDMMC DRIVER
1934 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1935 L:      linux-mmc@vger.kernel.org
1936 S:      Supported
1937 F:      drivers/mmc/host/sdhci-of-at91.c
1938
1939 ATMEL SPI DRIVER
1940 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1941 S:      Supported
1942 F:      drivers/spi/spi-atmel.*
1943
1944 ATMEL SSC DRIVER
1945 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1947 S:      Supported
1948 F:      drivers/misc/atmel-ssc.c
1949 F:      include/linux/atmel-ssc.h
1950
1951 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1952 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 S:      Supported
1955 F:      drivers/misc/atmel_tclib.c
1956 F:      drivers/clocksource/tcb_clksrc.c
1957
1958 ATMEL USBA UDC DRIVER
1959 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1961 S:      Supported
1962 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1963
1964 ATMEL WIRELESS DRIVER
1965 M:      Simon Kelley <simon@thekelleys.org.uk>
1966 L:      linux-wireless@vger.kernel.org
1967 W:      http://www.thekelleys.org.uk/atmel
1968 W:      http://atmelwlandriver.sourceforge.net/
1969 S:      Maintained
1970 F:      drivers/net/wireless/atmel*
1971
1972 ATMEL MAXTOUCH DRIVER
1973 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1974 T:      git git://github.com/atmel-maxtouch/linux.git
1975 S:      Supported
1976 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1977 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1978 F:      include/linux/platform_data/atmel_mxt_ts.h
1979
1980 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1981 M:      Bradley Grove <linuxdrivers@attotech.com>
1982 L:      linux-scsi@vger.kernel.org
1983 W:      http://www.attotech.com
1984 S:      Supported
1985 F:      drivers/scsi/esas2r
1986
1987 ATUSB IEEE 802.15.4 RADIO DRIVER
1988 M:      Stefan Schmidt <stefan@osg.samsung.com>
1989 L:      linux-wpan@vger.kernel.org
1990 S:      Maintained
1991 F:      drivers/net/ieee802154/atusb.c
1992 F:      drivers/net/ieee802154/atusb.h
1993 F:      drivers/net/ieee802154/at86rf230.h
1994
1995 AUDIT SUBSYSTEM
1996 M:      Paul Moore <paul@paul-moore.com>
1997 M:      Eric Paris <eparis@redhat.com>
1998 L:      linux-audit@redhat.com (moderated for non-subscribers)
1999 W:      http://people.redhat.com/sgrubb/audit/
2000 T:      git git://git.infradead.org/users/pcmoore/audit
2001 S:      Maintained
2002 F:      include/linux/audit.h
2003 F:      include/uapi/linux/audit.h
2004 F:      kernel/audit*
2005
2006 AUXILIARY DISPLAY DRIVERS
2007 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2008 W:      http://miguelojeda.es/auxdisplay.htm
2009 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2010 S:      Maintained
2011 F:      drivers/auxdisplay/
2012 F:      include/linux/cfag12864b.h
2013
2014 AVR32 ARCHITECTURE
2015 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2016 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2017 W:      http://www.atmel.com/products/AVR32/
2018 W:      http://mirror.egtvedt.no/avr32linux.org/
2019 W:      http://avrfreaks.net/
2020 S:      Maintained
2021 F:      arch/avr32/
2022
2023 AVR32/AT32AP MACHINE SUPPORT
2024 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2025 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2026 S:      Maintained
2027 F:      arch/avr32/mach-at32ap/
2028
2029 AX.25 NETWORK LAYER
2030 M:      Ralf Baechle <ralf@linux-mips.org>
2031 L:      linux-hams@vger.kernel.org
2032 W:      http://www.linux-ax25.org/
2033 S:      Maintained
2034 F:      include/uapi/linux/ax25.h
2035 F:      include/net/ax25.h
2036 F:      net/ax25/
2037
2038 AZ6007 DVB DRIVER
2039 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2040 L:      linux-media@vger.kernel.org
2041 W:      http://linuxtv.org
2042 T:      git git://linuxtv.org/media_tree.git
2043 S:      Maintained
2044 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2045
2046 AZTECH FM RADIO RECEIVER DRIVER
2047 M:      Hans Verkuil <hverkuil@xs4all.nl>
2048 L:      linux-media@vger.kernel.org
2049 T:      git git://linuxtv.org/media_tree.git
2050 W:      http://linuxtv.org
2051 S:      Maintained
2052 F:      drivers/media/radio/radio-aztech*
2053
2054 B43 WIRELESS DRIVER
2055 L:      linux-wireless@vger.kernel.org
2056 L:      b43-dev@lists.infradead.org
2057 W:      http://wireless.kernel.org/en/users/Drivers/b43
2058 S:      Odd Fixes
2059 F:      drivers/net/wireless/b43/
2060
2061 B43LEGACY WIRELESS DRIVER
2062 M:      Larry Finger <Larry.Finger@lwfinger.net>
2063 L:      linux-wireless@vger.kernel.org
2064 L:      b43-dev@lists.infradead.org
2065 W:      http://wireless.kernel.org/en/users/Drivers/b43
2066 S:      Maintained
2067 F:      drivers/net/wireless/b43legacy/
2068
2069 BACKLIGHT CLASS/SUBSYSTEM
2070 M:      Jingoo Han <jingoohan1@gmail.com>
2071 M:      Lee Jones <lee.jones@linaro.org>
2072 S:      Maintained
2073 F:      drivers/video/backlight/
2074 F:      include/linux/backlight.h
2075
2076 BATMAN ADVANCED
2077 M:      Marek Lindner <mareklindner@neomailbox.ch>
2078 M:      Simon Wunderlich <sw@simonwunderlich.de>
2079 M:      Antonio Quartulli <antonio@meshcoding.com>
2080 L:      b.a.t.m.a.n@lists.open-mesh.org
2081 W:      http://www.open-mesh.org/
2082 S:      Maintained
2083 F:      net/batman-adv/
2084
2085 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2086 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2087 L:      linux-hams@vger.kernel.org
2088 W:      http://www.baycom.org/~tom/ham/ham.html
2089 S:      Maintained
2090 F:      drivers/net/hamradio/baycom*
2091
2092 BCACHE (BLOCK LAYER CACHE)
2093 M:      Kent Overstreet <kent.overstreet@gmail.com>
2094 L:      linux-bcache@vger.kernel.org
2095 W:      http://bcache.evilpiepirate.org
2096 S:      Maintained
2097 F:      drivers/md/bcache/
2098
2099 BDISP ST MEDIA DRIVER
2100 M:      Fabien Dessenne <fabien.dessenne@st.com>
2101 L:      linux-media@vger.kernel.org
2102 T:      git git://linuxtv.org/media_tree.git
2103 W:      http://linuxtv.org
2104 S:      Supported
2105 F:      drivers/media/platform/sti/bdisp
2106
2107 BEFS FILE SYSTEM
2108 S:      Orphan
2109 F:      Documentation/filesystems/befs.txt
2110 F:      fs/befs/
2111
2112 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2113 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2114 L:      netdev@vger.kernel.org
2115 S:      Maintained
2116 F:      drivers/net/ethernet/ec_bhf.c
2117
2118 BFS FILE SYSTEM
2119 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2120 S:      Maintained
2121 F:      Documentation/filesystems/bfs.txt
2122 F:      fs/bfs/
2123 F:      include/uapi/linux/bfs_fs.h
2124
2125 BLACKFIN ARCHITECTURE
2126 M:      Steven Miao <realmz6@gmail.com>
2127 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2128 T:      git git://git.code.sf.net/p/adi-linux/code
2129 W:      http://blackfin.uclinux.org
2130 S:      Supported
2131 F:      arch/blackfin/
2132
2133 BLACKFIN EMAC DRIVER
2134 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2135 W:      http://blackfin.uclinux.org
2136 S:      Supported
2137 F:      drivers/net/ethernet/adi/
2138
2139 BLACKFIN RTC DRIVER
2140 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2141 W:      http://blackfin.uclinux.org
2142 S:      Supported
2143 F:      drivers/rtc/rtc-bfin.c
2144
2145 BLACKFIN SDH DRIVER
2146 M:      Sonic Zhang <sonic.zhang@analog.com>
2147 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2148 W:      http://blackfin.uclinux.org
2149 S:      Supported
2150 F:      drivers/mmc/host/bfin_sdh.c
2151
2152 BLACKFIN SERIAL DRIVER
2153 M:      Sonic Zhang <sonic.zhang@analog.com>
2154 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2155 W:      http://blackfin.uclinux.org
2156 S:      Supported
2157 F:      drivers/tty/serial/bfin_uart.c
2158
2159 BLACKFIN WATCHDOG DRIVER
2160 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2161 W:      http://blackfin.uclinux.org
2162 S:      Supported
2163 F:      drivers/watchdog/bfin_wdt.c
2164
2165 BLACKFIN I2C TWI DRIVER
2166 M:      Sonic Zhang <sonic.zhang@analog.com>
2167 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2168 W:      http://blackfin.uclinux.org/
2169 S:      Supported
2170 F:      drivers/i2c/busses/i2c-bfin-twi.c
2171
2172 BLACKFIN MEDIA DRIVER
2173 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2174 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2175 W:      http://blackfin.uclinux.org/
2176 S:      Supported
2177 F:      drivers/media/platform/blackfin/
2178 F:      drivers/media/i2c/adv7183*
2179 F:      drivers/media/i2c/vs6624*
2180
2181 BLINKM RGB LED DRIVER
2182 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2183 S:      Maintained
2184 F:      drivers/leds/leds-blinkm.c
2185
2186 BLOCK LAYER
2187 M:      Jens Axboe <axboe@kernel.dk>
2188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2189 S:      Maintained
2190 F:      block/
2191 F:      kernel/trace/blktrace.c
2192
2193 BLOCK2MTD DRIVER
2194 M:      Joern Engel <joern@lazybastard.org>
2195 L:      linux-mtd@lists.infradead.org
2196 S:      Maintained
2197 F:      drivers/mtd/devices/block2mtd.c
2198
2199 BLUETOOTH DRIVERS
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:      drivers/bluetooth/
2209
2210 BLUETOOTH SUBSYSTEM
2211 M:      Marcel Holtmann <marcel@holtmann.org>
2212 M:      Gustavo Padovan <gustavo@padovan.org>
2213 M:      Johan Hedberg <johan.hedberg@gmail.com>
2214 L:      linux-bluetooth@vger.kernel.org
2215 W:      http://www.bluez.org/
2216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2218 S:      Maintained
2219 F:      net/bluetooth/
2220 F:      include/net/bluetooth/
2221
2222 BONDING DRIVER
2223 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2224 M:      Veaceslav Falico <vfalico@gmail.com>
2225 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2226 L:      netdev@vger.kernel.org
2227 W:      http://sourceforge.net/projects/bonding/
2228 S:      Supported
2229 F:      drivers/net/bonding/
2230 F:      include/uapi/linux/if_bonding.h
2231
2232 BPF (Safe dynamic programs and tools)
2233 M:      Alexei Starovoitov <ast@kernel.org>
2234 L:      netdev@vger.kernel.org
2235 L:      linux-kernel@vger.kernel.org
2236 S:      Supported
2237 F:      kernel/bpf/
2238
2239 BROADCOM B44 10/100 ETHERNET DRIVER
2240 M:      Gary Zambrano <zambrano@broadcom.com>
2241 L:      netdev@vger.kernel.org
2242 S:      Supported
2243 F:      drivers/net/ethernet/broadcom/b44.*
2244
2245 BROADCOM GENET ETHERNET DRIVER
2246 M:      Florian Fainelli <f.fainelli@gmail.com>
2247 L:      netdev@vger.kernel.org
2248 S:      Supported
2249 F:      drivers/net/ethernet/broadcom/genet/
2250
2251 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2252 M:      Sony Chacko <sony.chacko@qlogic.com>
2253 M:      Dept-HSGLinuxNICDev@qlogic.com
2254 L:      netdev@vger.kernel.org
2255 S:      Supported
2256 F:      drivers/net/ethernet/broadcom/bnx2.*
2257 F:      drivers/net/ethernet/broadcom/bnx2_*
2258
2259 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2260 M:      Ariel Elior <ariel.elior@qlogic.com>
2261 L:      netdev@vger.kernel.org
2262 S:      Supported
2263 F:      drivers/net/ethernet/broadcom/bnx2x/
2264
2265 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2266 M:      Florian Fainelli <f.fainelli@gmail.com>
2267 M:      Ray Jui <rjui@broadcom.com>
2268 M:      Scott Branden <sbranden@broadcom.com>
2269 L:      bcm-kernel-feedback-list@broadcom.com
2270 T:      git git://github.com/broadcom/mach-bcm
2271 S:      Maintained
2272 F:      arch/arm/mach-bcm/
2273 F:      arch/arm/boot/dts/bcm113*
2274 F:      arch/arm/boot/dts/bcm216*
2275 F:      arch/arm/boot/dts/bcm281*
2276 F:      arch/arm/configs/bcm_defconfig
2277 F:      drivers/mmc/host/sdhci-bcm-kona.c
2278 F:      drivers/clocksource/bcm_kona_timer.c
2279
2280 BROADCOM BCM2835 ARM ARCHITECTURE
2281 M:      Stephen Warren <swarren@wwwdotorg.org>
2282 M:      Lee Jones <lee@kernel.org>
2283 M:      Eric Anholt <eric@anholt.net>
2284 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2287 S:      Maintained
2288 N:      bcm2835
2289
2290 BROADCOM BCM33XX MIPS ARCHITECTURE
2291 M:      Kevin Cernekee <cernekee@gmail.com>
2292 L:      linux-mips@linux-mips.org
2293 S:      Maintained
2294 F:      arch/mips/bcm3384/*
2295 F:      arch/mips/include/asm/mach-bcm3384/*
2296 F:      arch/mips/kernel/*bmips*
2297
2298 BROADCOM BCM47XX MIPS ARCHITECTURE
2299 M:      Hauke Mehrtens <hauke@hauke-m.de>
2300 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2301 L:      linux-mips@linux-mips.org
2302 S:      Maintained
2303 F:      arch/mips/bcm47xx/*
2304 F:      arch/mips/include/asm/mach-bcm47xx/*
2305
2306 BROADCOM BCM5301X ARM ARCHITECTURE
2307 M:      Hauke Mehrtens <hauke@hauke-m.de>
2308 L:      linux-arm-kernel@lists.infradead.org
2309 S:      Maintained
2310 F:      arch/arm/mach-bcm/bcm_5301x.c
2311 F:      arch/arm/boot/dts/bcm5301x.dtsi
2312 F:      arch/arm/boot/dts/bcm470*
2313
2314 BROADCOM BCM63XX ARM ARCHITECTURE
2315 M:      Florian Fainelli <f.fainelli@gmail.com>
2316 L:      linux-arm-kernel@lists.infradead.org
2317 T:      git git://github.com/broadcom/arm-bcm63xx.git
2318 S:      Maintained
2319 F:      arch/arm/mach-bcm/bcm63xx.c
2320 F:      arch/arm/include/debug/bcm63xx.S
2321
2322 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2323 M:      Kevin Cernekee <cernekee@gmail.com>
2324 L:      linux-usb@vger.kernel.org
2325 S:      Maintained
2326 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2327
2328 BROADCOM BCM7XXX ARM ARCHITECTURE
2329 M:      Brian Norris <computersforpeace@gmail.com>
2330 M:      Gregory Fong <gregory.0xf0@gmail.com>
2331 M:      Florian Fainelli <f.fainelli@gmail.com>
2332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2333 T:      git git://github.com/broadcom/stblinux.git
2334 S:      Maintained
2335 F:      arch/arm/mach-bcm/*brcmstb*
2336 F:      arch/arm/boot/dts/bcm7*.dts*
2337 F:      drivers/bus/brcmstb_gisb.c
2338 N:      brcmstb
2339
2340 BROADCOM BMIPS MIPS ARCHITECTURE
2341 M:      Kevin Cernekee <cernekee@gmail.com>
2342 M:      Florian Fainelli <f.fainelli@gmail.com>
2343 L:      linux-mips@linux-mips.org
2344 T:      git git://github.com/broadcom/stblinux.git
2345 S:      Maintained
2346 F:      arch/mips/bmips/*
2347 F:      arch/mips/include/asm/mach-bmips/*
2348 F:      arch/mips/kernel/*bmips*
2349 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2350 F:      drivers/irqchip/irq-bcm7*
2351 F:      drivers/irqchip/irq-brcmstb*
2352
2353 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2354 M:      Prashant Sreedharan <prashant@broadcom.com>
2355 M:      Michael Chan <mchan@broadcom.com>
2356 L:      netdev@vger.kernel.org
2357 S:      Supported
2358 F:      drivers/net/ethernet/broadcom/tg3.*
2359
2360 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2361 M:      Brett Rudley <brudley@broadcom.com>
2362 M:      Arend van Spriel <arend@broadcom.com>
2363 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2364 M:      Hante Meuleman <meuleman@broadcom.com>
2365 L:      linux-wireless@vger.kernel.org
2366 L:      brcm80211-dev-list@broadcom.com
2367 S:      Supported
2368 F:      drivers/net/wireless/brcm80211/
2369
2370 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2371 M:      QLogic-Storage-Upstream@qlogic.com
2372 L:      linux-scsi@vger.kernel.org
2373 S:      Supported
2374 F:      drivers/scsi/bnx2fc/
2375
2376 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2377 M:      QLogic-Storage-Upstream@qlogic.com
2378 L:      linux-scsi@vger.kernel.org
2379 S:      Supported
2380 F:      drivers/scsi/bnx2i/
2381
2382 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2383 M:      Ray Jui <rjui@broadcom.com>
2384 M:      Scott Branden <sbranden@broadcom.com>
2385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2386 L:      bcm-kernel-feedback-list@broadcom.com
2387 T:      git git://github.com/broadcom/cygnus-linux.git
2388 S:      Maintained
2389 N:      iproc
2390 N:      cygnus
2391 N:      bcm9113*
2392 N:      bcm9583*
2393 N:      bcm583*
2394 N:      bcm113*
2395
2396 BROADCOM BRCMSTB GPIO DRIVER
2397 M:      Gregory Fong <gregory.0xf0@gmail.com>
2398 L:      bcm-kernel-feedback-list@broadcom.com>
2399 S:      Supported
2400 F:      drivers/gpio/gpio-brcmstb.c
2401 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2402
2403 BROADCOM KONA GPIO DRIVER
2404 M:      Ray Jui <rjui@broadcom.com>
2405 L:      bcm-kernel-feedback-list@broadcom.com
2406 S:      Supported
2407 F:      drivers/gpio/gpio-bcm-kona.c
2408 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2409
2410 BROADCOM NVRAM DRIVER
2411 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2412 L:      linux-mips@linux-mips.org
2413 S:      Maintained
2414 F:      drivers/firmware/broadcom/*
2415
2416 BROADCOM STB NAND FLASH DRIVER
2417 M:      Brian Norris <computersforpeace@gmail.com>
2418 L:      linux-mtd@lists.infradead.org
2419 S:      Maintained
2420 F:      drivers/mtd/nand/brcmnand/
2421
2422 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2423 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2424 L:      linux-wireless@vger.kernel.org
2425 S:      Maintained
2426 F:      drivers/bcma/
2427 F:      include/linux/bcma/
2428
2429 BROADCOM SYSTEMPORT ETHERNET DRIVER
2430 M:      Florian Fainelli <f.fainelli@gmail.com>
2431 L:      netdev@vger.kernel.org
2432 S:      Supported
2433 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2434
2435 BROCADE BFA FC SCSI DRIVER
2436 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2437 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2438 L:      linux-scsi@vger.kernel.org
2439 S:      Supported
2440 F:      drivers/scsi/bfa/
2441
2442 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2443 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2444 L:      netdev@vger.kernel.org
2445 S:      Supported
2446 F:      drivers/net/ethernet/brocade/bna/
2447
2448 BSG (block layer generic sg v4 driver)
2449 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2450 L:      linux-scsi@vger.kernel.org
2451 S:      Supported
2452 F:      block/bsg.c
2453 F:      include/linux/bsg.h
2454 F:      include/uapi/linux/bsg.h
2455
2456 BT87X AUDIO DRIVER
2457 M:      Clemens Ladisch <clemens@ladisch.de>
2458 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2459 T:      git git://git.alsa-project.org/alsa-kernel.git
2460 S:      Maintained
2461 F:      Documentation/sound/alsa/Bt87x.txt
2462 F:      sound/pci/bt87x.c
2463
2464 BT8XXGPIO DRIVER
2465 M:      Michael Buesch <m@bues.ch>
2466 W:      http://bu3sch.de/btgpio.php
2467 S:      Maintained
2468 F:      drivers/gpio/gpio-bt8xx.c
2469
2470 BTRFS FILE SYSTEM
2471 M:      Chris Mason <clm@fb.com>
2472 M:      Josef Bacik <jbacik@fb.com>
2473 M:      David Sterba <dsterba@suse.com>
2474 L:      linux-btrfs@vger.kernel.org
2475 W:      http://btrfs.wiki.kernel.org/
2476 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2478 S:      Maintained
2479 F:      Documentation/filesystems/btrfs.txt
2480 F:      fs/btrfs/
2481
2482 BTTV VIDEO4LINUX DRIVER
2483 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2484 L:      linux-media@vger.kernel.org
2485 W:      http://linuxtv.org
2486 T:      git git://linuxtv.org/media_tree.git
2487 S:      Odd fixes
2488 F:      Documentation/video4linux/bttv/
2489 F:      drivers/media/pci/bt8xx/bttv*
2490
2491 BUSLOGIC SCSI DRIVER
2492 M:      Khalid Aziz <khalid@gonehiking.org>
2493 L:      linux-scsi@vger.kernel.org
2494 S:      Maintained
2495 F:      drivers/scsi/BusLogic.*
2496 F:      drivers/scsi/FlashPoint.*
2497
2498 C-MEDIA CMI8788 DRIVER
2499 M:      Clemens Ladisch <clemens@ladisch.de>
2500 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2501 T:      git git://git.alsa-project.org/alsa-kernel.git
2502 S:      Maintained
2503 F:      sound/pci/oxygen/
2504
2505 C6X ARCHITECTURE
2506 M:      Mark Salter <msalter@redhat.com>
2507 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2508 L:      linux-c6x-dev@linux-c6x.org
2509 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2510 S:      Maintained
2511 F:      arch/c6x/
2512
2513 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2514 M:      David Howells <dhowells@redhat.com>
2515 L:      linux-cachefs@redhat.com
2516 S:      Supported
2517 F:      Documentation/filesystems/caching/cachefiles.txt
2518 F:      fs/cachefiles/
2519
2520 CADET FM/AM RADIO RECEIVER DRIVER
2521 M:      Hans Verkuil <hverkuil@xs4all.nl>
2522 L:      linux-media@vger.kernel.org
2523 T:      git git://linuxtv.org/media_tree.git
2524 W:      http://linuxtv.org
2525 S:      Maintained
2526 F:      drivers/media/radio/radio-cadet*
2527
2528 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2529 M:      Jonathan Corbet <corbet@lwn.net>
2530 L:      linux-media@vger.kernel.org
2531 T:      git git://linuxtv.org/media_tree.git
2532 S:      Maintained
2533 F:      Documentation/video4linux/cafe_ccic
2534 F:      drivers/media/platform/marvell-ccic/
2535
2536 CAIF NETWORK LAYER
2537 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2538 L:      netdev@vger.kernel.org
2539 S:      Supported
2540 F:      Documentation/networking/caif/
2541 F:      drivers/net/caif/
2542 F:      include/uapi/linux/caif/
2543 F:      include/net/caif/
2544 F:      net/caif/
2545
2546 CALGARY x86-64 IOMMU
2547 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2548 M:      "Jon D. Mason" <jdmason@kudzu.us>
2549 L:      discuss@x86-64.org
2550 S:      Maintained
2551 F:      arch/x86/kernel/pci-calgary_64.c
2552 F:      arch/x86/kernel/tce_64.c
2553 F:      arch/x86/include/asm/calgary.h
2554 F:      arch/x86/include/asm/tce.h
2555
2556 CAN NETWORK LAYER
2557 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2558 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2559 L:      linux-can@vger.kernel.org
2560 W:      https://github.com/linux-can
2561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2563 S:      Maintained
2564 F:      Documentation/networking/can.txt
2565 F:      net/can/
2566 F:      include/linux/can/core.h
2567 F:      include/uapi/linux/can.h
2568 F:      include/uapi/linux/can/bcm.h
2569 F:      include/uapi/linux/can/raw.h
2570 F:      include/uapi/linux/can/gw.h
2571
2572 CAN NETWORK DRIVERS
2573 M:      Wolfgang Grandegger <wg@grandegger.com>
2574 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2575 L:      linux-can@vger.kernel.org
2576 W:      https://github.com/linux-can
2577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2579 S:      Maintained
2580 F:      drivers/net/can/
2581 F:      include/linux/can/dev.h
2582 F:      include/linux/can/platform/
2583 F:      include/uapi/linux/can/error.h
2584 F:      include/uapi/linux/can/netlink.h
2585
2586 CAPABILITIES
2587 M:      Serge Hallyn <serge.hallyn@canonical.com>
2588 L:      linux-security-module@vger.kernel.org
2589 S:      Supported
2590 F:      include/linux/capability.h
2591 F:      include/uapi/linux/capability.h
2592 F:      security/commoncap.c
2593 F:      kernel/capability.c
2594
2595 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2596 M:      Kevin Tsai <ktsai@capellamicro.com>
2597 S:      Maintained
2598 F:      drivers/iio/light/cm*
2599 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2600
2601 CAVIUM LIQUIDIO NETWORK DRIVER
2602 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2603 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2604 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2605 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2606 L:     netdev@vger.kernel.org
2607 W:     http://www.cavium.com
2608 S:     Supported
2609 F:     drivers/net/ethernet/cavium/liquidio/
2610
2611 CC2520 IEEE-802.15.4 RADIO DRIVER
2612 M:      Varka Bhadram <varkabhadram@gmail.com>
2613 L:      linux-wpan@vger.kernel.org
2614 S:      Maintained
2615 F:      drivers/net/ieee802154/cc2520.c
2616 F:      include/linux/spi/cc2520.h
2617 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2618
2619 CELL BROADBAND ENGINE ARCHITECTURE
2620 M:      Arnd Bergmann <arnd@arndb.de>
2621 L:      linuxppc-dev@lists.ozlabs.org
2622 W:      http://www.ibm.com/developerworks/power/cell/
2623 S:      Supported
2624 F:      arch/powerpc/include/asm/cell*.h
2625 F:      arch/powerpc/include/asm/spu*.h
2626 F:      arch/powerpc/include/uapi/asm/spu*.h
2627 F:      arch/powerpc/oprofile/*cell*
2628 F:      arch/powerpc/platforms/cell/
2629
2630 CEPH COMMON CODE (LIBCEPH)
2631 M:      Ilya Dryomov <idryomov@gmail.com>
2632 M:      "Yan, Zheng" <zyan@redhat.com>
2633 M:      Sage Weil <sage@redhat.com>
2634 L:      ceph-devel@vger.kernel.org
2635 W:      http://ceph.com/
2636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2637 T:      git git://github.com/ceph/ceph-client.git
2638 S:      Supported
2639 F:      net/ceph/
2640 F:      include/linux/ceph/
2641 F:      include/linux/crush/
2642
2643 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2644 M:      "Yan, Zheng" <zyan@redhat.com>
2645 M:      Sage Weil <sage@redhat.com>
2646 M:      Ilya Dryomov <idryomov@gmail.com>
2647 L:      ceph-devel@vger.kernel.org
2648 W:      http://ceph.com/
2649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2650 T:      git git://github.com/ceph/ceph-client.git
2651 S:      Supported
2652 F:      Documentation/filesystems/ceph.txt
2653 F:      fs/ceph/
2654
2655 CERTIFICATE HANDLING:
2656 M:      David Howells <dhowells@redhat.com>
2657 M:      David Woodhouse <dwmw2@infradead.org>
2658 L:      keyrings@linux-nfs.org
2659 S:      Maintained
2660 F:      Documentation/module-signing.txt
2661 F:      certs/
2662 F:      scripts/extract-cert.c
2663
2664 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2665 L:      linux-usb@vger.kernel.org
2666 S:      Orphan
2667 F:      Documentation/usb/WUSB-Design-overview.txt
2668 F:      Documentation/usb/wusb-cbaf
2669 F:      drivers/usb/host/hwa-hc.c
2670 F:      drivers/usb/host/whci/
2671 F:      drivers/usb/wusbcore/
2672 F:      include/linux/usb/wusb*
2673
2674 CFAG12864B LCD DRIVER
2675 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2676 W:      http://miguelojeda.es/auxdisplay.htm
2677 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2678 S:      Maintained
2679 F:      drivers/auxdisplay/cfag12864b.c
2680 F:      include/linux/cfag12864b.h
2681
2682 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2683 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2684 W:      http://miguelojeda.es/auxdisplay.htm
2685 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2686 S:      Maintained
2687 F:      drivers/auxdisplay/cfag12864bfb.c
2688 F:      include/linux/cfag12864b.h
2689
2690 CFG80211 and NL80211
2691 M:      Johannes Berg <johannes@sipsolutions.net>
2692 L:      linux-wireless@vger.kernel.org
2693 W:      http://wireless.kernel.org/
2694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2696 S:      Maintained
2697 F:      include/uapi/linux/nl80211.h
2698 F:      include/net/cfg80211.h
2699 F:      net/wireless/*
2700 X:      net/wireless/wext*
2701
2702 CHAR and MISC DRIVERS
2703 M:      Arnd Bergmann <arnd@arndb.de>
2704 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2706 S:      Supported
2707 F:      drivers/char/*
2708 F:      drivers/misc/*
2709 F:      include/linux/miscdevice.h
2710
2711 CHECKPATCH
2712 M:      Andy Whitcroft <apw@canonical.com>
2713 M:      Joe Perches <joe@perches.com>
2714 S:      Maintained
2715 F:      scripts/checkpatch.pl
2716
2717 CHINESE DOCUMENTATION
2718 M:      Harry Wei <harryxiyou@gmail.com>
2719 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2720 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2721 S:      Maintained
2722 F:      Documentation/zh_CN/
2723
2724 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2725 M:      Peter Chen <Peter.Chen@freescale.com>
2726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2727 L:      linux-usb@vger.kernel.org
2728 S:      Maintained
2729 F:      drivers/usb/chipidea/
2730
2731 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2732 M:      Hans de Goede <hdegoede@redhat.com>
2733 L:      linux-input@vger.kernel.org
2734 S:      Maintained
2735 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2736 F:      drivers/input/touchscreen/chipone_icn8318.c
2737
2738 CHROME HARDWARE PLATFORM SUPPORT
2739 M:      Olof Johansson <olof@lixom.net>
2740 S:      Maintained
2741 F:      drivers/platform/chrome/
2742
2743 CISCO VIC ETHERNET NIC DRIVER
2744 M:      Christian Benvenuti <benve@cisco.com>
2745 M:      Sujith Sankar <ssujith@cisco.com>
2746 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2747 M:      Neel Patel <neepatel@cisco.com>
2748 S:      Supported
2749 F:      drivers/net/ethernet/cisco/enic/
2750
2751 CISCO VIC LOW LATENCY NIC DRIVER
2752 M:      Upinder Malhi <umalhi@cisco.com>
2753 S:      Supported
2754 F:      drivers/infiniband/hw/usnic
2755
2756 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2757 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2758 L:      netdev@vger.kernel.org
2759 S:      Maintained
2760 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2761
2762 CIRRUS LOGIC AUDIO CODEC DRIVERS
2763 M:      Brian Austin <brian.austin@cirrus.com>
2764 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2765 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2766 S:      Maintained
2767 F:      sound/soc/codecs/cs*
2768
2769 CLEANCACHE API
2770 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2771 L:      linux-kernel@vger.kernel.org
2772 S:      Maintained
2773 F:      mm/cleancache.c
2774 F:      include/linux/cleancache.h
2775
2776 CLK API
2777 M:      Russell King <linux@arm.linux.org.uk>
2778 L:      linux-clk@vger.kernel.org
2779 S:      Maintained
2780 F:      include/linux/clk.h
2781
2782 CLOCKSOURCE, CLOCKEVENT DRIVERS
2783 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2784 M:      Thomas Gleixner <tglx@linutronix.de>
2785 L:      linux-kernel@vger.kernel.org
2786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2787 S:      Supported
2788 F:      drivers/clocksource
2789
2790 CISCO FCOE HBA DRIVER
2791 M:      Hiral Patel <hiralpat@cisco.com>
2792 M:      Suma Ramars <sramars@cisco.com>
2793 M:      Brian Uchino <buchino@cisco.com>
2794 L:      linux-scsi@vger.kernel.org
2795 S:      Supported
2796 F:      drivers/scsi/fnic/
2797
2798 CISCO SCSI HBA DRIVER
2799 M:      Narsimhulu Musini <nmusini@cisco.com>
2800 M:      Sesidhar Baddela <sebaddel@cisco.com>
2801 L:      linux-scsi@vger.kernel.org
2802 S:      Supported
2803 F:      drivers/scsi/snic/
2804
2805 CMPC ACPI DRIVER
2806 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2807 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2808 L:      platform-driver-x86@vger.kernel.org
2809 S:      Supported
2810 F:      drivers/platform/x86/classmate-laptop.c
2811
2812 COBALT MEDIA DRIVER
2813 M:      Hans Verkuil <hans.verkuil@cisco.com>
2814 L:      linux-media@vger.kernel.org
2815 T:      git git://linuxtv.org/media_tree.git
2816 W:      http://linuxtv.org
2817 S:      Supported
2818 F:      drivers/media/pci/cobalt/
2819
2820 COCCINELLE/Semantic Patches (SmPL)
2821 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2822 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2823 M:      Nicolas Palix <nicolas.palix@imag.fr>
2824 M:      Michal Marek <mmarek@suse.com>
2825 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2827 W:      http://coccinelle.lip6.fr/
2828 S:      Supported
2829 F:      Documentation/coccinelle.txt
2830 F:      scripts/coccinelle/
2831 F:      scripts/coccicheck
2832
2833 CODA FILE SYSTEM
2834 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2835 M:      coda@cs.cmu.edu
2836 L:      codalist@coda.cs.cmu.edu
2837 W:      http://www.coda.cs.cmu.edu/
2838 S:      Maintained
2839 F:      Documentation/filesystems/coda.txt
2840 F:      fs/coda/
2841 F:      include/linux/coda*.h
2842 F:      include/uapi/linux/coda*.h
2843
2844 CODA V4L2 MEM2MEM DRIVER
2845 M:      Philipp Zabel <p.zabel@pengutronix.de>
2846 L:      linux-media@vger.kernel.org
2847 S:      Maintained
2848 F:      Documentation/devicetree/bindings/media/coda.txt
2849 F:      drivers/media/platform/coda/
2850
2851 COMMON CLK FRAMEWORK
2852 M:      Michael Turquette <mturquette@baylibre.com>
2853 M:      Stephen Boyd <sboyd@codeaurora.org>
2854 L:      linux-clk@vger.kernel.org
2855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2856 S:      Maintained
2857 F:      drivers/clk/
2858 X:      drivers/clk/clkdev.c
2859 F:      include/linux/clk-pr*
2860 F:      include/linux/clk/
2861
2862 COMMON INTERNET FILE SYSTEM (CIFS)
2863 M:      Steve French <sfrench@samba.org>
2864 L:      linux-cifs@vger.kernel.org
2865 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2866 W:      http://linux-cifs.samba.org/
2867 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2868 S:      Supported
2869 F:      Documentation/filesystems/cifs/
2870 F:      fs/cifs/
2871
2872 COMPACTPCI HOTPLUG CORE
2873 M:      Scott Murray <scott@spiteful.org>
2874 L:      linux-pci@vger.kernel.org
2875 S:      Maintained
2876 F:      drivers/pci/hotplug/cpci_hotplug*
2877
2878 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2879 M:      Scott Murray <scott@spiteful.org>
2880 L:      linux-pci@vger.kernel.org
2881 S:      Maintained
2882 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2883
2884 COMPACTPCI HOTPLUG GENERIC DRIVER
2885 M:      Scott Murray <scott@spiteful.org>
2886 L:      linux-pci@vger.kernel.org
2887 S:      Maintained
2888 F:      drivers/pci/hotplug/cpcihp_generic.c
2889
2890 COMPAL LAPTOP SUPPORT
2891 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2892 L:      platform-driver-x86@vger.kernel.org
2893 S:      Maintained
2894 F:      drivers/platform/x86/compal-laptop.c
2895
2896 CONEXANT ACCESSRUNNER USB DRIVER
2897 M:      Simon Arlott <cxacru@fire.lp0.eu>
2898 L:      accessrunner-general@lists.sourceforge.net
2899 W:      http://accessrunner.sourceforge.net/
2900 S:      Maintained
2901 F:      drivers/usb/atm/cxacru.c
2902
2903 CONFIGFS
2904 M:      Joel Becker <jlbec@evilplan.org>
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2906 S:      Supported
2907 F:      fs/configfs/
2908 F:      include/linux/configfs.h
2909
2910 CONNECTOR
2911 M:      Evgeniy Polyakov <zbr@ioremap.net>
2912 L:      netdev@vger.kernel.org
2913 S:      Maintained
2914 F:      drivers/connector/
2915
2916 CONTROL GROUP (CGROUP)
2917 M:      Tejun Heo <tj@kernel.org>
2918 M:      Li Zefan <lizefan@huawei.com>
2919 M:      Johannes Weiner <hannes@cmpxchg.org>
2920 L:      cgroups@vger.kernel.org
2921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2922 S:      Maintained
2923 F:      Documentation/cgroups/
2924 F:      include/linux/cgroup*
2925 F:      kernel/cgroup*
2926
2927 CONTROL GROUP - CPUSET
2928 M:      Li Zefan <lizefan@huawei.com>
2929 L:      cgroups@vger.kernel.org
2930 W:      http://www.bullopensource.org/cpuset/
2931 W:      http://oss.sgi.com/projects/cpusets/
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2933 S:      Maintained
2934 F:      Documentation/cgroups/cpusets.txt
2935 F:      include/linux/cpuset.h
2936 F:      kernel/cpuset.c
2937
2938 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2939 M:      Johannes Weiner <hannes@cmpxchg.org>
2940 M:      Michal Hocko <mhocko@kernel.org>
2941 L:      cgroups@vger.kernel.org
2942 L:      linux-mm@kvack.org
2943 S:      Maintained
2944 F:      mm/memcontrol.c
2945 F:      mm/swap_cgroup.c
2946
2947 CORETEMP HARDWARE MONITORING DRIVER
2948 M:      Fenghua Yu <fenghua.yu@intel.com>
2949 L:      lm-sensors@lm-sensors.org
2950 S:      Maintained
2951 F:      Documentation/hwmon/coretemp
2952 F:      drivers/hwmon/coretemp.c
2953
2954 COSA/SRP SYNC SERIAL DRIVER
2955 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2956 W:      http://www.fi.muni.cz/~kas/cosa/
2957 S:      Maintained
2958 F:      drivers/net/wan/cosa*
2959
2960 CPMAC ETHERNET DRIVER
2961 M:      Florian Fainelli <florian@openwrt.org>
2962 L:      netdev@vger.kernel.org
2963 S:      Maintained
2964 F:      drivers/net/ethernet/ti/cpmac.c
2965
2966 CPU FREQUENCY DRIVERS
2967 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2968 M:      Viresh Kumar <viresh.kumar@linaro.org>
2969 L:      linux-pm@vger.kernel.org
2970 S:      Maintained
2971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2972 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2973 F:      drivers/cpufreq/
2974 F:      include/linux/cpufreq.h
2975
2976 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2977 M:      Viresh Kumar <viresh.kumar@linaro.org>
2978 M:      Sudeep Holla <sudeep.holla@arm.com>
2979 L:      linux-pm@vger.kernel.org
2980 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2981 S:      Maintained
2982 F:      drivers/cpufreq/arm_big_little.h
2983 F:      drivers/cpufreq/arm_big_little.c
2984 F:      drivers/cpufreq/arm_big_little_dt.c
2985
2986 CPUIDLE DRIVER - ARM BIG LITTLE
2987 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2988 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2989 L:      linux-pm@vger.kernel.org
2990 L:      linux-arm-kernel@lists.infradead.org
2991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2992 S:      Maintained
2993 F:      drivers/cpuidle/cpuidle-big_little.c
2994
2995 CPUIDLE DRIVER - ARM EXYNOS
2996 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2997 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2998 M:      Kukjin Kim <kgene@kernel.org>
2999 L:      linux-pm@vger.kernel.org
3000 L:      linux-samsung-soc@vger.kernel.org
3001 S:      Supported
3002 F:      drivers/cpuidle/cpuidle-exynos.c
3003 F:      arch/arm/mach-exynos/pm.c
3004
3005 CPUIDLE DRIVERS
3006 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3007 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3008 L:      linux-pm@vger.kernel.org
3009 S:      Maintained
3010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3011 F:      drivers/cpuidle/*
3012 F:      include/linux/cpuidle.h
3013
3014 CPUID/MSR DRIVER
3015 M:      "H. Peter Anvin" <hpa@zytor.com>
3016 S:      Maintained
3017 F:      arch/x86/kernel/cpuid.c
3018 F:      arch/x86/kernel/msr.c
3019
3020 CPU POWER MONITORING SUBSYSTEM
3021 M:      Thomas Renninger <trenn@suse.com>
3022 L:      linux-pm@vger.kernel.org
3023 S:      Maintained
3024 F:      tools/power/cpupower/
3025
3026 CRAMFS FILESYSTEM
3027 W:      http://sourceforge.net/projects/cramfs/
3028 S:      Orphan / Obsolete
3029 F:      Documentation/filesystems/cramfs.txt
3030 F:      fs/cramfs/
3031
3032 CRIS PORT
3033 M:      Mikael Starvik <starvik@axis.com>
3034 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3035 L:      linux-cris-kernel@axis.com
3036 W:      http://developer.axis.com
3037 S:      Maintained
3038 F:      arch/cris/
3039 F:      drivers/tty/serial/crisv10.*
3040
3041 CRYPTO API
3042 M:      Herbert Xu <herbert@gondor.apana.org.au>
3043 M:      "David S. Miller" <davem@davemloft.net>
3044 L:      linux-crypto@vger.kernel.org
3045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3046 S:      Maintained
3047 F:      Documentation/crypto/
3048 F:      Documentation/DocBook/crypto-API.tmpl
3049 F:      arch/*/crypto/
3050 F:      crypto/
3051 F:      drivers/crypto/
3052 F:      include/crypto/
3053
3054 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3055 M:      Neil Horman <nhorman@tuxdriver.com>
3056 L:      linux-crypto@vger.kernel.org
3057 S:      Maintained
3058 F:      crypto/ansi_cprng.c
3059 F:      crypto/rng.c
3060
3061 CS5535 Audio ALSA driver
3062 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3063 S:      Maintained
3064 F:      sound/pci/cs5535audio/
3065
3066 CW1200 WLAN driver
3067 M:      Solomon Peachy <pizza@shaftnet.org>
3068 S:      Maintained
3069 F:      drivers/net/wireless/cw1200/
3070
3071 CX18 VIDEO4LINUX DRIVER
3072 M:      Andy Walls <awalls@md.metrocast.net>
3073 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3074 L:      linux-media@vger.kernel.org
3075 T:      git git://linuxtv.org/media_tree.git
3076 W:      http://linuxtv.org
3077 W:      http://www.ivtvdriver.org/index.php/Cx18
3078 S:      Maintained
3079 F:      Documentation/video4linux/cx18.txt
3080 F:      drivers/media/pci/cx18/
3081 F:      include/uapi/linux/ivtv*
3082
3083 CX2341X MPEG ENCODER HELPER MODULE
3084 M:      Hans Verkuil <hverkuil@xs4all.nl>
3085 L:      linux-media@vger.kernel.org
3086 T:      git git://linuxtv.org/media_tree.git
3087 W:      http://linuxtv.org
3088 S:      Maintained
3089 F:      drivers/media/common/cx2341x*
3090 F:      include/media/cx2341x*
3091
3092 CX24120 MEDIA DRIVER
3093 M:      Jemma Denson <jdenson@gmail.com>
3094 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3095 L:      linux-media@vger.kernel.org
3096 W:      http://linuxtv.org/
3097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3098 S:      Maintained
3099 F:      drivers/media/dvb-frontends/cx24120*
3100
3101 CX88 VIDEO4LINUX DRIVER
3102 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3103 L:      linux-media@vger.kernel.org
3104 W:      http://linuxtv.org
3105 T:      git git://linuxtv.org/media_tree.git
3106 S:      Odd fixes
3107 F:      Documentation/video4linux/cx88/
3108 F:      drivers/media/pci/cx88/
3109
3110 CXD2820R MEDIA DRIVER
3111 M:      Antti Palosaari <crope@iki.fi>
3112 L:      linux-media@vger.kernel.org
3113 W:      http://linuxtv.org/
3114 W:      http://palosaari.fi/linux/
3115 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3116 T:      git git://linuxtv.org/anttip/media_tree.git
3117 S:      Maintained
3118 F:      drivers/media/dvb-frontends/cxd2820r*
3119
3120 CXGB3 ETHERNET DRIVER (CXGB3)
3121 M:      Santosh Raspatur <santosh@chelsio.com>
3122 L:      netdev@vger.kernel.org
3123 W:      http://www.chelsio.com
3124 S:      Supported
3125 F:      drivers/net/ethernet/chelsio/cxgb3/
3126
3127 CXGB3 ISCSI DRIVER (CXGB3I)
3128 M:      Karen Xie <kxie@chelsio.com>
3129 L:      linux-scsi@vger.kernel.org
3130 W:      http://www.chelsio.com
3131 S:      Supported
3132 F:      drivers/scsi/cxgbi/cxgb3i
3133
3134 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3135 M:      Steve Wise <swise@chelsio.com>
3136 L:      linux-rdma@vger.kernel.org
3137 W:      http://www.openfabrics.org
3138 S:      Supported
3139 F:      drivers/infiniband/hw/cxgb3/
3140
3141 CXGB4 ETHERNET DRIVER (CXGB4)
3142 M:      Hariprasad S <hariprasad@chelsio.com>
3143 L:      netdev@vger.kernel.org
3144 W:      http://www.chelsio.com
3145 S:      Supported
3146 F:      drivers/net/ethernet/chelsio/cxgb4/
3147
3148 CXGB4 ISCSI DRIVER (CXGB4I)
3149 M:      Karen Xie <kxie@chelsio.com>
3150 L:      linux-scsi@vger.kernel.org
3151 W:      http://www.chelsio.com
3152 S:      Supported
3153 F:      drivers/scsi/cxgbi/cxgb4i
3154
3155 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3156 M:      Steve Wise <swise@chelsio.com>
3157 L:      linux-rdma@vger.kernel.org
3158 W:      http://www.openfabrics.org
3159 S:      Supported
3160 F:      drivers/infiniband/hw/cxgb4/
3161
3162 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3163 M:      Casey Leedom <leedom@chelsio.com>
3164 L:      netdev@vger.kernel.org
3165 W:      http://www.chelsio.com
3166 S:      Supported
3167 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3168
3169 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3170 M:      Ian Munsie <imunsie@au1.ibm.com>
3171 M:      Michael Neuling <mikey@neuling.org>
3172 L:      linuxppc-dev@lists.ozlabs.org
3173 S:      Supported
3174 F:      drivers/misc/cxl/
3175 F:      include/misc/cxl*
3176 F:      include/uapi/misc/cxl.h
3177 F:      Documentation/powerpc/cxl.txt
3178 F:      Documentation/powerpc/cxl.txt
3179 F:      Documentation/ABI/testing/sysfs-class-cxl
3180
3181 STMMAC ETHERNET DRIVER
3182 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3183 L:      netdev@vger.kernel.org
3184 W:      http://www.stlinux.com
3185 S:      Supported
3186 F:      drivers/net/ethernet/stmicro/stmmac/
3187
3188 CYBERPRO FB DRIVER
3189 M:      Russell King <linux@arm.linux.org.uk>
3190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3191 W:      http://www.arm.linux.org.uk/
3192 S:      Maintained
3193 F:      drivers/video/fbdev/cyber2000fb.*
3194
3195 CYCLADES ASYNC MUX DRIVER
3196 W:      http://www.cyclades.com/
3197 S:      Orphan
3198 F:      drivers/tty/cyclades.c
3199 F:      include/linux/cyclades.h
3200 F:      include/uapi/linux/cyclades.h
3201
3202 CYCLADES PC300 DRIVER
3203 W:      http://www.cyclades.com/
3204 S:      Orphan
3205 F:      drivers/net/wan/pc300*
3206
3207 CYPRESS_FIRMWARE MEDIA DRIVER
3208 M:      Antti Palosaari <crope@iki.fi>
3209 L:      linux-media@vger.kernel.org
3210 W:      http://linuxtv.org/
3211 W:      http://palosaari.fi/linux/
3212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3213 T:      git git://linuxtv.org/anttip/media_tree.git
3214 S:      Maintained
3215 F:      drivers/media/common/cypress_firmware*
3216
3217 CYTTSP TOUCHSCREEN DRIVER
3218 M:      Ferruh Yigit <fery@cypress.com>
3219 L:      linux-input@vger.kernel.org
3220 S:      Supported
3221 F:      drivers/input/touchscreen/cyttsp*
3222 F:      include/linux/input/cyttsp.h
3223
3224 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3225 M:      Joshua Kinard <kumba@gentoo.org>
3226 S:      Maintained
3227 F:      drivers/rtc/rtc-ds1685.c
3228 F:      include/linux/rtc/ds1685.h
3229
3230 DAMA SLAVE for AX.25
3231 M:      Joerg Reuter <jreuter@yaina.de>
3232 W:      http://yaina.de/jreuter/
3233 W:      http://www.qsl.net/dl1bke/
3234 L:      linux-hams@vger.kernel.org
3235 S:      Maintained
3236 F:      net/ax25/af_ax25.c
3237 F:      net/ax25/ax25_dev.c
3238 F:      net/ax25/ax25_ds_*
3239 F:      net/ax25/ax25_in.c
3240 F:      net/ax25/ax25_out.c
3241 F:      net/ax25/ax25_timer.c
3242 F:      net/ax25/sysctl_net_ax25.c
3243
3244 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3245 L:      netdev@vger.kernel.org
3246 S:      Orphan
3247 F:      Documentation/networking/dmfe.txt
3248 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3249
3250 DC390/AM53C974 SCSI driver
3251 M:      Hannes Reinecke <hare@suse.com>
3252 L:      linux-scsi@vger.kernel.org
3253 S:      Maintained
3254 F:      drivers/scsi/am53c974.c
3255
3256 DC395x SCSI driver
3257 M:      Oliver Neukum <oliver@neukum.org>
3258 M:      Ali Akcaagac <aliakc@web.de>
3259 M:      Jamie Lenehan <lenehan@twibble.org>
3260 L:      dc395x@twibble.org
3261 W:      http://twibble.org/dist/dc395x/
3262 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3263 S:      Maintained
3264 F:      Documentation/scsi/dc395x.txt
3265 F:      drivers/scsi/dc395x.*
3266
3267 DCCP PROTOCOL
3268 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3269 L:      dccp@vger.kernel.org
3270 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3271 S:      Maintained
3272 F:      include/linux/dccp.h
3273 F:      include/uapi/linux/dccp.h
3274 F:      include/linux/tfrc.h
3275 F:      net/dccp/
3276
3277 DECnet NETWORK LAYER
3278 W:      http://linux-decnet.sourceforge.net
3279 L:      linux-decnet-user@lists.sourceforge.net
3280 S:      Orphan
3281 F:      Documentation/networking/decnet.txt
3282 F:      net/decnet/
3283
3284 DECSTATION PLATFORM SUPPORT
3285 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3286 L:      linux-mips@linux-mips.org
3287 W:      http://www.linux-mips.org/wiki/DECstation
3288 S:      Maintained
3289 F:      arch/mips/dec/
3290 F:      arch/mips/include/asm/dec/
3291 F:      arch/mips/include/asm/mach-dec/
3292
3293 DEFXX FDDI NETWORK DRIVER
3294 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3295 S:      Maintained
3296 F:      drivers/net/fddi/defxx.*
3297
3298 DELL LAPTOP DRIVER
3299 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3300 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3301 L:      platform-driver-x86@vger.kernel.org
3302 S:      Maintained
3303 F:      drivers/platform/x86/dell-laptop.c
3304
3305 DELL LAPTOP RBTN DRIVER
3306 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3307 S:      Maintained
3308 F:      drivers/platform/x86/dell-rbtn.*
3309
3310 DELL LAPTOP FREEFALL DRIVER
3311 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3312 S:      Maintained
3313 F:      drivers/platform/x86/dell-smo8800.c
3314
3315 DELL LAPTOP SMM DRIVER
3316 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3317 S:      Maintained
3318 F:      drivers/hwmon/dell-smm-hwmon.c
3319 F:      include/uapi/linux/i8k.h
3320
3321 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3322 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3323 S:      Maintained
3324 F:      Documentation/dcdbas.txt
3325 F:      drivers/firmware/dcdbas.*
3326
3327 DELL WMI EXTRAS DRIVER
3328 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3329 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3330 S:      Maintained
3331 F:      drivers/platform/x86/dell-wmi.c
3332
3333 DESIGNWARE USB2 DRD IP DRIVER
3334 M:      John Youn <johnyoun@synopsys.com>
3335 L:      linux-usb@vger.kernel.org
3336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3337 S:      Maintained
3338 F:      drivers/usb/dwc2/
3339
3340 DESIGNWARE USB3 DRD IP DRIVER
3341 M:      Felipe Balbi <balbi@ti.com>
3342 L:      linux-usb@vger.kernel.org
3343 L:      linux-omap@vger.kernel.org
3344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3345 S:      Maintained
3346 F:      drivers/usb/dwc3/
3347
3348 DEVICE COREDUMP (DEV_COREDUMP)
3349 M:      Johannes Berg <johannes@sipsolutions.net>
3350 L:      linux-kernel@vger.kernel.org
3351 S:      Maintained
3352 F:      drivers/base/devcoredump.c
3353 F:      include/linux/devcoredump.h
3354
3355 DEVICE FREQUENCY (DEVFREQ)
3356 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3357 M:      Kyungmin Park <kyungmin.park@samsung.com>
3358 L:      linux-pm@vger.kernel.org
3359 S:      Maintained
3360 F:      drivers/devfreq/
3361
3362 DEVICE NUMBER REGISTRY
3363 M:      Torben Mathiasen <device@lanana.org>
3364 W:      http://lanana.org/docs/device-list/index.html
3365 S:      Maintained
3366
3367 DEVICE-MAPPER  (LVM)
3368 M:      Alasdair Kergon <agk@redhat.com>
3369 M:      Mike Snitzer <snitzer@redhat.com>
3370 M:      dm-devel@redhat.com
3371 L:      dm-devel@redhat.com
3372 W:      http://sources.redhat.com/dm
3373 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3375 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3376 S:      Maintained
3377 F:      Documentation/device-mapper/
3378 F:      drivers/md/dm*
3379 F:      drivers/md/persistent-data/
3380 F:      include/linux/device-mapper.h
3381 F:      include/linux/dm-*.h
3382 F:      include/uapi/linux/dm-*.h
3383
3384 DIALOG SEMICONDUCTOR DRIVERS
3385 M:      Support Opensource <support.opensource@diasemi.com>
3386 W:      http://www.dialog-semiconductor.com/products
3387 S:      Supported
3388 F:      Documentation/hwmon/da90??
3389 F:      drivers/gpio/gpio-da90??.c
3390 F:      drivers/hwmon/da90??-hwmon.c
3391 F:      drivers/iio/adc/da91??-*.c
3392 F:      drivers/input/misc/da90??_onkey.c
3393 F:      drivers/input/touchscreen/da9052_tsi.c
3394 F:      drivers/leds/leds-da90??.c
3395 F:      drivers/mfd/da903x.c
3396 F:      drivers/mfd/da90??-*.c
3397 F:      drivers/mfd/da91??-*.c
3398 F:      drivers/power/da9052-battery.c
3399 F:      drivers/power/da91??-*.c
3400 F:      drivers/regulator/da903x.c
3401 F:      drivers/regulator/da9???-regulator.[ch]
3402 F:      drivers/rtc/rtc-da90??.c
3403 F:      drivers/video/backlight/da90??_bl.c
3404 F:      drivers/watchdog/da90??_wdt.c
3405 F:      include/linux/mfd/da903x.h
3406 F:      include/linux/mfd/da9052/
3407 F:      include/linux/mfd/da9055/
3408 F:      include/linux/mfd/da9063/
3409 F:      include/linux/mfd/da9150/
3410 F:      include/sound/da[79]*.h
3411 F:      sound/soc/codecs/da[79]*.[ch]
3412
3413 DIGI NEO AND CLASSIC PCI PRODUCTS
3414 M:      Lidza Louina <lidza.louina@gmail.com>
3415 M:      Mark Hounschell <markh@compro.net>
3416 L:      driverdev-devel@linuxdriverproject.org
3417 S:      Maintained
3418 F:      drivers/staging/dgnc/
3419
3420 DIGI EPCA PCI PRODUCTS
3421 M:      Lidza Louina <lidza.louina@gmail.com>
3422 M:      Daeseok Youn <daeseok.youn@gmail.com>
3423 L:      driverdev-devel@linuxdriverproject.org
3424 S:      Maintained
3425 F:      drivers/staging/dgap/
3426
3427 DIOLAN U2C-12 I2C DRIVER
3428 M:      Guenter Roeck <linux@roeck-us.net>
3429 L:      linux-i2c@vger.kernel.org
3430 S:      Maintained
3431 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3432
3433 DIRECT ACCESS (DAX)
3434 M:      Matthew Wilcox <willy@linux.intel.com>
3435 L:      linux-fsdevel@vger.kernel.org
3436 S:      Supported
3437 F:      fs/dax.c
3438
3439 DIRECTORY NOTIFICATION (DNOTIFY)
3440 M:      Eric Paris <eparis@parisplace.org>
3441 S:      Maintained
3442 F:      Documentation/filesystems/dnotify.txt
3443 F:      fs/notify/dnotify/
3444 F:      include/linux/dnotify.h
3445
3446 DISK GEOMETRY AND PARTITION HANDLING
3447 M:      Andries Brouwer <aeb@cwi.nl>
3448 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3449 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3450 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3451 S:      Maintained
3452
3453 DISKQUOTA
3454 M:      Jan Kara <jack@suse.com>
3455 S:      Maintained
3456 F:      Documentation/filesystems/quota.txt
3457 F:      fs/quota/
3458 F:      include/linux/quota*.h
3459 F:      include/uapi/linux/quota*.h
3460
3461 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3462 M:      Bernie Thompson <bernie@plugable.com>
3463 L:      linux-fbdev@vger.kernel.org
3464 S:      Maintained
3465 W:      http://plugable.com/category/projects/udlfb/
3466 F:      drivers/video/fbdev/udlfb.c
3467 F:      include/video/udlfb.h
3468 F:      Documentation/fb/udlfb.txt
3469
3470 DISTRIBUTED LOCK MANAGER (DLM)
3471 M:      Christine Caulfield <ccaulfie@redhat.com>
3472 M:      David Teigland <teigland@redhat.com>
3473 L:      cluster-devel@redhat.com
3474 W:      http://sources.redhat.com/cluster/
3475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3476 S:      Supported
3477 F:      fs/dlm/
3478
3479 DMA BUFFER SHARING FRAMEWORK
3480 M:      Sumit Semwal <sumit.semwal@linaro.org>
3481 S:      Maintained
3482 L:      linux-media@vger.kernel.org
3483 L:      dri-devel@lists.freedesktop.org
3484 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3485 F:      drivers/dma-buf/
3486 F:      include/linux/dma-buf*
3487 F:      include/linux/reservation.h
3488 F:      include/linux/*fence.h
3489 F:      Documentation/dma-buf-sharing.txt
3490 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3491
3492 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3493 M:      Vinod Koul <vinod.koul@intel.com>
3494 L:      dmaengine@vger.kernel.org
3495 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3496 S:      Maintained
3497 F:      drivers/dma/
3498 F:      include/linux/dmaengine.h
3499 F:      Documentation/dmaengine/
3500 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3501
3502 DME1737 HARDWARE MONITOR DRIVER
3503 M:      Juerg Haefliger <juergh@gmail.com>
3504 L:      lm-sensors@lm-sensors.org
3505 S:      Maintained
3506 F:      Documentation/hwmon/dme1737
3507 F:      drivers/hwmon/dme1737.c
3508
3509 DMI/SMBIOS SUPPORT
3510 M:      Jean Delvare <jdelvare@suse.com>
3511 S:      Maintained
3512 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3513 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3514 F:      drivers/firmware/dmi-id.c
3515 F:      drivers/firmware/dmi_scan.c
3516 F:      include/linux/dmi.h
3517
3518 DOCUMENTATION
3519 M:      Jonathan Corbet <corbet@lwn.net>
3520 L:      linux-doc@vger.kernel.org
3521 S:      Maintained
3522 F:      Documentation/
3523 X:      Documentation/ABI/
3524 X:      Documentation/devicetree/
3525 X:      Documentation/acpi
3526 X:      Documentation/power
3527 X:      Documentation/spi
3528 X:      Documentation/DocBook/media
3529 T:      git git://git.lwn.net/linux-2.6.git docs-next
3530
3531 DOUBLETALK DRIVER
3532 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3533 L:      blinux-list@redhat.com
3534 S:      Maintained
3535 F:      drivers/char/dtlk.c
3536 F:      include/linux/dtlk.h
3537
3538 DPT_I2O SCSI RAID DRIVER
3539 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3540 L:      linux-scsi@vger.kernel.org
3541 W:      http://www.adaptec.com/
3542 S:      Maintained
3543 F:      drivers/scsi/dpt*
3544 F:      drivers/scsi/dpt/
3545
3546 DRBD DRIVER
3547 P:      Philipp Reisner
3548 P:      Lars Ellenberg
3549 M:      drbd-dev@lists.linbit.com
3550 L:      drbd-user@lists.linbit.com
3551 W:      http://www.drbd.org
3552 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3553 T:      git git://git.drbd.org/drbd-8.3.git
3554 S:      Supported
3555 F:      drivers/block/drbd/
3556 F:      lib/lru_cache.c
3557 F:      Documentation/blockdev/drbd/
3558
3559 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3560 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3562 S:      Supported
3563 F:      Documentation/kobject.txt
3564 F:      drivers/base/
3565 F:      fs/debugfs/
3566 F:      fs/kernfs/
3567 F:      fs/sysfs/
3568 F:      include/linux/debugfs.h
3569 F:      include/linux/kobj*
3570 F:      lib/kobj*
3571
3572 DRM DRIVERS
3573 M:      David Airlie <airlied@linux.ie>
3574 L:      dri-devel@lists.freedesktop.org
3575 T:      git git://people.freedesktop.org/~airlied/linux
3576 S:      Maintained
3577 F:      drivers/gpu/drm/
3578 F:      drivers/gpu/vga/
3579 F:      include/drm/
3580 F:      include/uapi/drm/
3581
3582 RADEON DRM DRIVERS
3583 M:      Alex Deucher <alexander.deucher@amd.com>
3584 M:      Christian König <christian.koenig@amd.com>
3585 L:      dri-devel@lists.freedesktop.org
3586 T:      git git://people.freedesktop.org/~agd5f/linux
3587 S:      Supported
3588 F:      drivers/gpu/drm/radeon/
3589 F:      include/uapi/drm/radeon*
3590
3591 DRM PANEL DRIVERS
3592 M:      Thierry Reding <thierry.reding@gmail.com>
3593 L:      dri-devel@lists.freedesktop.org
3594 T:      git git://anongit.freedesktop.org/tegra/linux.git
3595 S:      Maintained
3596 F:      drivers/gpu/drm/drm_panel.c
3597 F:      drivers/gpu/drm/panel/
3598 F:      include/drm/drm_panel.h
3599 F:      Documentation/devicetree/bindings/panel/
3600
3601 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3602 M:      Daniel Vetter <daniel.vetter@intel.com>
3603 M:      Jani Nikula <jani.nikula@linux.intel.com>
3604 L:      intel-gfx@lists.freedesktop.org
3605 L:      dri-devel@lists.freedesktop.org
3606 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3607 T:      git git://anongit.freedesktop.org/drm-intel
3608 S:      Supported
3609 F:      drivers/gpu/drm/i915/
3610 F:      include/drm/i915*
3611 F:      include/uapi/drm/i915*
3612
3613 DRM DRIVERS FOR ATMEL HLCDC
3614 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3615 L:      dri-devel@lists.freedesktop.org
3616 S:      Supported
3617 F:      drivers/gpu/drm/atmel-hlcdc/
3618 F:      Documentation/devicetree/bindings/drm/atmel/
3619
3620 DRM DRIVERS FOR EXYNOS
3621 M:      Inki Dae <inki.dae@samsung.com>
3622 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3623 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3624 M:      Kyungmin Park <kyungmin.park@samsung.com>
3625 L:      dri-devel@lists.freedesktop.org
3626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3627 S:      Supported
3628 F:      drivers/gpu/drm/exynos/
3629 F:      include/drm/exynos*
3630 F:      include/uapi/drm/exynos*
3631
3632 DRM DRIVERS FOR FREESCALE DCU
3633 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3634 M:      Alison Wang <alison.wang@freescale.com>
3635 L:      dri-devel@lists.freedesktop.org
3636 S:      Supported
3637 F:      drivers/gpu/drm/fsl-dcu/
3638 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3639 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3640
3641 DRM DRIVERS FOR FREESCALE IMX
3642 M:      Philipp Zabel <p.zabel@pengutronix.de>
3643 L:      dri-devel@lists.freedesktop.org
3644 S:      Maintained
3645 F:      drivers/gpu/drm/imx/
3646 F:      Documentation/devicetree/bindings/drm/imx/
3647
3648 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3649 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3650 L:      dri-devel@lists.freedesktop.org
3651 T:      git git://github.com/patjak/drm-gma500
3652 S:      Maintained
3653 F:      drivers/gpu/drm/gma500
3654 F:      include/drm/gma500*
3655
3656 DRM DRIVERS FOR NVIDIA TEGRA
3657 M:      Thierry Reding <thierry.reding@gmail.com>
3658 M:      Terje Bergström <tbergstrom@nvidia.com>
3659 L:      dri-devel@lists.freedesktop.org
3660 L:      linux-tegra@vger.kernel.org
3661 T:      git git://anongit.freedesktop.org/tegra/linux.git
3662 S:      Supported
3663 F:      drivers/gpu/drm/tegra/
3664 F:      drivers/gpu/host1x/
3665 F:      include/linux/host1x.h
3666 F:      include/uapi/drm/tegra_drm.h
3667 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3668
3669 DRM DRIVERS FOR RENESAS
3670 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3671 L:      dri-devel@lists.freedesktop.org
3672 L:      linux-sh@vger.kernel.org
3673 T:      git git://people.freedesktop.org/~airlied/linux
3674 S:      Supported
3675 F:      drivers/gpu/drm/rcar-du/
3676 F:      drivers/gpu/drm/shmobile/
3677 F:      include/linux/platform_data/shmob_drm.h
3678
3679 DRM DRIVERS FOR ROCKCHIP
3680 M:      Mark Yao <mark.yao@rock-chips.com>
3681 L:      dri-devel@lists.freedesktop.org
3682 S:      Maintained
3683 F:      drivers/gpu/drm/rockchip/
3684 F:      Documentation/devicetree/bindings/video/rockchip*
3685
3686 DRM DRIVERS FOR STI
3687 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3688 M:      Vincent Abriou <vincent.abriou@st.com>
3689 L:      dri-devel@lists.freedesktop.org
3690 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3691 S:      Maintained
3692 F:      drivers/gpu/drm/sti
3693 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3694
3695 DSBR100 USB FM RADIO DRIVER
3696 M:      Alexey Klimov <klimov.linux@gmail.com>
3697 L:      linux-media@vger.kernel.org
3698 T:      git git://linuxtv.org/media_tree.git
3699 S:      Maintained
3700 F:      drivers/media/radio/dsbr100.c
3701
3702 DSCC4 DRIVER
3703 M:      Francois Romieu <romieu@fr.zoreil.com>
3704 L:      netdev@vger.kernel.org
3705 S:      Maintained
3706 F:      drivers/net/wan/dscc4.c
3707
3708 DT3155 MEDIA DRIVER
3709 M:      Hans Verkuil <hverkuil@xs4all.nl>
3710 L:      linux-media@vger.kernel.org
3711 T:      git git://linuxtv.org/media_tree.git
3712 W:      http://linuxtv.org
3713 S:      Odd Fixes
3714 F:      drivers/media/pci/dt3155/
3715
3716 DVB_USB_AF9015 MEDIA DRIVER
3717 M:      Antti Palosaari <crope@iki.fi>
3718 L:      linux-media@vger.kernel.org
3719 W:      http://linuxtv.org/
3720 W:      http://palosaari.fi/linux/
3721 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3722 T:      git git://linuxtv.org/anttip/media_tree.git
3723 S:      Maintained
3724 F:      drivers/media/usb/dvb-usb-v2/af9015*
3725
3726 DVB_USB_AF9035 MEDIA DRIVER
3727 M:      Antti Palosaari <crope@iki.fi>
3728 L:      linux-media@vger.kernel.org
3729 W:      http://linuxtv.org/
3730 W:      http://palosaari.fi/linux/
3731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3732 T:      git git://linuxtv.org/anttip/media_tree.git
3733 S:      Maintained
3734 F:      drivers/media/usb/dvb-usb-v2/af9035*
3735
3736 DVB_USB_ANYSEE MEDIA DRIVER
3737 M:      Antti Palosaari <crope@iki.fi>
3738 L:      linux-media@vger.kernel.org
3739 W:      http://linuxtv.org/
3740 W:      http://palosaari.fi/linux/
3741 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3742 T:      git git://linuxtv.org/anttip/media_tree.git
3743 S:      Maintained
3744 F:      drivers/media/usb/dvb-usb-v2/anysee*
3745
3746 DVB_USB_AU6610 MEDIA DRIVER
3747 M:      Antti Palosaari <crope@iki.fi>
3748 L:      linux-media@vger.kernel.org
3749 W:      http://linuxtv.org/
3750 W:      http://palosaari.fi/linux/
3751 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3752 T:      git git://linuxtv.org/anttip/media_tree.git
3753 S:      Maintained
3754 F:      drivers/media/usb/dvb-usb-v2/au6610*
3755
3756 DVB_USB_CE6230 MEDIA DRIVER
3757 M:      Antti Palosaari <crope@iki.fi>
3758 L:      linux-media@vger.kernel.org
3759 W:      http://linuxtv.org/
3760 W:      http://palosaari.fi/linux/
3761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3762 T:      git git://linuxtv.org/anttip/media_tree.git
3763 S:      Maintained
3764 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3765
3766 DVB_USB_CXUSB MEDIA DRIVER
3767 M:      Michael Krufky <mkrufky@linuxtv.org>
3768 L:      linux-media@vger.kernel.org
3769 W:      http://linuxtv.org/
3770 W:      http://github.com/mkrufky
3771 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3772 T:      git git://linuxtv.org/media_tree.git
3773 S:      Maintained
3774 F:      drivers/media/usb/dvb-usb/cxusb*
3775
3776 DVB_USB_EC168 MEDIA DRIVER
3777 M:      Antti Palosaari <crope@iki.fi>
3778 L:      linux-media@vger.kernel.org
3779 W:      http://linuxtv.org/
3780 W:      http://palosaari.fi/linux/
3781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3782 T:      git git://linuxtv.org/anttip/media_tree.git
3783 S:      Maintained
3784 F:      drivers/media/usb/dvb-usb-v2/ec168*
3785
3786 DVB_USB_GL861 MEDIA DRIVER
3787 M:      Antti Palosaari <crope@iki.fi>
3788 L:      linux-media@vger.kernel.org
3789 W:      http://linuxtv.org/
3790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3791 T:      git git://linuxtv.org/anttip/media_tree.git
3792 S:      Maintained
3793 F:      drivers/media/usb/dvb-usb-v2/gl861*
3794
3795 DVB_USB_MXL111SF MEDIA DRIVER
3796 M:      Michael Krufky <mkrufky@linuxtv.org>
3797 L:      linux-media@vger.kernel.org
3798 W:      http://linuxtv.org/
3799 W:      http://github.com/mkrufky
3800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3801 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3802 S:      Maintained
3803 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3804
3805 DVB_USB_RTL28XXU MEDIA DRIVER
3806 M:      Antti Palosaari <crope@iki.fi>
3807 L:      linux-media@vger.kernel.org
3808 W:      http://linuxtv.org/
3809 W:      http://palosaari.fi/linux/
3810 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3811 T:      git git://linuxtv.org/anttip/media_tree.git
3812 S:      Maintained
3813 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3814
3815 DVB_USB_V2 MEDIA DRIVER
3816 M:      Antti Palosaari <crope@iki.fi>
3817 L:      linux-media@vger.kernel.org
3818 W:      http://linuxtv.org/
3819 W:      http://palosaari.fi/linux/
3820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3821 T:      git git://linuxtv.org/anttip/media_tree.git
3822 S:      Maintained
3823 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3824 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3825
3826 DYNAMIC DEBUG
3827 M:      Jason Baron <jbaron@akamai.com>
3828 S:      Maintained
3829 F:      lib/dynamic_debug.c
3830 F:      include/linux/dynamic_debug.h
3831
3832 DZ DECSTATION DZ11 SERIAL DRIVER
3833 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3834 S:      Maintained
3835 F:      drivers/tty/serial/dz.*
3836
3837 E3X0 POWER BUTTON DRIVER
3838 M:      Moritz Fischer <moritz.fischer@ettus.com>
3839 L:      usrp-users@lists.ettus.com
3840 W:      http://www.ettus.com
3841 S:      Supported
3842 F:      drivers/input/misc/e3x0-button.c
3843 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3844
3845 E4000 MEDIA DRIVER
3846 M:      Antti Palosaari <crope@iki.fi>
3847 L:      linux-media@vger.kernel.org
3848 W:      http://linuxtv.org/
3849 W:      http://palosaari.fi/linux/
3850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3851 T:      git git://linuxtv.org/anttip/media_tree.git
3852 S:      Maintained
3853 F:      drivers/media/tuners/e4000*
3854
3855 EATA ISA/EISA/PCI SCSI DRIVER
3856 M:      Dario Ballabio <ballabio_dario@emc.com>
3857 L:      linux-scsi@vger.kernel.org
3858 S:      Maintained
3859 F:      drivers/scsi/eata.c
3860
3861 EC100 MEDIA DRIVER
3862 M:      Antti Palosaari <crope@iki.fi>
3863 L:      linux-media@vger.kernel.org
3864 W:      http://linuxtv.org/
3865 W:      http://palosaari.fi/linux/
3866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3867 T:      git git://linuxtv.org/anttip/media_tree.git
3868 S:      Maintained
3869 F:      drivers/media/dvb-frontends/ec100*
3870
3871 ECRYPT FILE SYSTEM
3872 M:      Tyler Hicks <tyhicks@canonical.com>
3873 L:      ecryptfs@vger.kernel.org
3874 W:      http://ecryptfs.org
3875 W:      https://launchpad.net/ecryptfs
3876 S:      Supported
3877 F:      Documentation/filesystems/ecryptfs.txt
3878 F:      fs/ecryptfs/
3879
3880 EDAC-CORE
3881 M:      Doug Thompson <dougthompson@xmission.com>
3882 M:      Borislav Petkov <bp@alien8.de>
3883 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3884 L:      linux-edac@vger.kernel.org
3885 W:      bluesmoke.sourceforge.net
3886 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3887 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3888 S:      Supported
3889 F:      Documentation/edac.txt
3890 F:      drivers/edac/
3891 F:      include/linux/edac.h
3892
3893 EDAC-AMD64
3894 M:      Doug Thompson <dougthompson@xmission.com>
3895 M:      Borislav Petkov <bp@alien8.de>
3896 L:      linux-edac@vger.kernel.org
3897 W:      bluesmoke.sourceforge.net
3898 S:      Maintained
3899 F:      drivers/edac/amd64_edac*
3900
3901 EDAC-CALXEDA
3902 M:      Doug Thompson <dougthompson@xmission.com>
3903 M:      Robert Richter <rric@kernel.org>
3904 L:      linux-edac@vger.kernel.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Maintained
3907 F:      drivers/edac/highbank*
3908
3909 EDAC-CAVIUM
3910 M:      Ralf Baechle <ralf@linux-mips.org>
3911 M:      David Daney <david.daney@cavium.com>
3912 L:      linux-edac@vger.kernel.org
3913 L:      linux-mips@linux-mips.org
3914 W:      bluesmoke.sourceforge.net
3915 S:      Supported
3916 F:      drivers/edac/octeon_edac*
3917
3918 EDAC-E752X
3919 M:      Mark Gross <mark.gross@intel.com>
3920 M:      Doug Thompson <dougthompson@xmission.com>
3921 L:      linux-edac@vger.kernel.org
3922 W:      bluesmoke.sourceforge.net
3923 S:      Maintained
3924 F:      drivers/edac/e752x_edac.c
3925
3926 EDAC-E7XXX
3927 M:      Doug Thompson <dougthompson@xmission.com>
3928 L:      linux-edac@vger.kernel.org
3929 W:      bluesmoke.sourceforge.net
3930 S:      Maintained
3931 F:      drivers/edac/e7xxx_edac.c
3932
3933 EDAC-GHES
3934 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3935 L:      linux-edac@vger.kernel.org
3936 W:      bluesmoke.sourceforge.net
3937 S:      Maintained
3938 F:      drivers/edac/ghes_edac.c
3939
3940 EDAC-I82443BXGX
3941 M:      Tim Small <tim@buttersideup.com>
3942 L:      linux-edac@vger.kernel.org
3943 W:      bluesmoke.sourceforge.net
3944 S:      Maintained
3945 F:      drivers/edac/i82443bxgx_edac.c
3946
3947 EDAC-I3000
3948 M:      Jason Uhlenkott <juhlenko@akamai.com>
3949 L:      linux-edac@vger.kernel.org
3950 W:      bluesmoke.sourceforge.net
3951 S:      Maintained
3952 F:      drivers/edac/i3000_edac.c
3953
3954 EDAC-I5000
3955 M:      Doug Thompson <dougthompson@xmission.com>
3956 L:      linux-edac@vger.kernel.org
3957 W:      bluesmoke.sourceforge.net
3958 S:      Maintained
3959 F:      drivers/edac/i5000_edac.c
3960
3961 EDAC-I5400
3962 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3963 L:      linux-edac@vger.kernel.org
3964 W:      bluesmoke.sourceforge.net
3965 S:      Maintained
3966 F:      drivers/edac/i5400_edac.c
3967
3968 EDAC-I7300
3969 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3970 L:      linux-edac@vger.kernel.org
3971 W:      bluesmoke.sourceforge.net
3972 S:      Maintained
3973 F:      drivers/edac/i7300_edac.c
3974
3975 EDAC-I7CORE
3976 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3977 L:      linux-edac@vger.kernel.org
3978 W:      bluesmoke.sourceforge.net
3979 S:      Maintained
3980 F:      drivers/edac/i7core_edac.c
3981
3982 EDAC-I82975X
3983 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3984 M:      "Arvind R." <arvino55@gmail.com>
3985 L:      linux-edac@vger.kernel.org
3986 W:      bluesmoke.sourceforge.net
3987 S:      Maintained
3988 F:      drivers/edac/i82975x_edac.c
3989
3990 EDAC-IE31200
3991 M:      Jason Baron <jbaron@akamai.com>
3992 L:      linux-edac@vger.kernel.org
3993 W:      bluesmoke.sourceforge.net
3994 S:      Maintained
3995 F:      drivers/edac/ie31200_edac.c
3996
3997 EDAC-MPC85XX
3998 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3999 L:      linux-edac@vger.kernel.org
4000 W:      bluesmoke.sourceforge.net
4001 S:      Maintained
4002 F:      drivers/edac/mpc85xx_edac.[ch]
4003
4004 EDAC-PASEMI
4005 M:      Egor Martovetsky <egor@pasemi.com>
4006 L:      linux-edac@vger.kernel.org
4007 W:      bluesmoke.sourceforge.net
4008 S:      Maintained
4009 F:      drivers/edac/pasemi_edac.c
4010
4011 EDAC-R82600
4012 M:      Tim Small <tim@buttersideup.com>
4013 L:      linux-edac@vger.kernel.org
4014 W:      bluesmoke.sourceforge.net
4015 S:      Maintained
4016 F:      drivers/edac/r82600_edac.c
4017
4018 EDAC-SBRIDGE
4019 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4020 L:      linux-edac@vger.kernel.org
4021 W:      bluesmoke.sourceforge.net
4022 S:      Maintained
4023 F:      drivers/edac/sb_edac.c
4024
4025 EDAC-XGENE
4026 APPLIED MICRO (APM) X-GENE SOC EDAC
4027 M:     Loc Ho <lho@apm.com>
4028 S:     Supported
4029 F:     drivers/edac/xgene_edac.c
4030 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4031
4032 EDIROL UA-101/UA-1000 DRIVER
4033 M:      Clemens Ladisch <clemens@ladisch.de>
4034 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4035 T:      git git://git.alsa-project.org/alsa-kernel.git
4036 S:      Maintained
4037 F:      sound/usb/misc/ua101.c
4038
4039 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4040 M:      Matt Fleming <matt@codeblueprint.co.uk>
4041 L:      linux-efi@vger.kernel.org
4042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4043 S:      Maintained
4044 F:      Documentation/efi-stub.txt
4045 F:      arch/ia64/kernel/efi.c
4046 F:      arch/x86/boot/compressed/eboot.[ch]
4047 F:      arch/x86/include/asm/efi.h
4048 F:      arch/x86/platform/efi/*
4049 F:      drivers/firmware/efi/*
4050 F:      include/linux/efi*.h
4051
4052 EFI VARIABLE FILESYSTEM
4053 M:      Matthew Garrett <matthew.garrett@nebula.com>
4054 M:      Jeremy Kerr <jk@ozlabs.org>
4055 M:      Matt Fleming <matt@codeblueprint.co.uk>
4056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4057 L:      linux-efi@vger.kernel.org
4058 S:      Maintained
4059 F:      fs/efivarfs/
4060
4061 EFIFB FRAMEBUFFER DRIVER
4062 L:      linux-fbdev@vger.kernel.org
4063 M:      Peter Jones <pjones@redhat.com>
4064 S:      Maintained
4065 F:      drivers/video/fbdev/efifb.c
4066
4067 EFS FILESYSTEM
4068 W:      http://aeschi.ch.eu.org/efs/
4069 S:      Orphan
4070 F:      fs/efs/
4071
4072 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4073 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4074 M:      Christoph Raisch <raisch@de.ibm.com>
4075 L:      linux-rdma@vger.kernel.org
4076 S:      Supported
4077 F:      drivers/infiniband/hw/ehca/
4078
4079 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4080 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4081 L:      netdev@vger.kernel.org
4082 S:      Maintained
4083 F:      drivers/net/ethernet/ibm/ehea/
4084
4085 EM28XX VIDEO4LINUX DRIVER
4086 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4087 L:      linux-media@vger.kernel.org
4088 W:      http://linuxtv.org
4089 T:      git git://linuxtv.org/media_tree.git
4090 S:      Maintained
4091 F:      drivers/media/usb/em28xx/
4092
4093 EMBEDDED LINUX
4094 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4095 M:      Matt Mackall <mpm@selenic.com>
4096 M:      David Woodhouse <dwmw2@infradead.org>
4097 L:      linux-embedded@vger.kernel.org
4098 S:      Maintained
4099
4100 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4101 M:      James Smart <james.smart@avagotech.com>
4102 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4103 L:      linux-scsi@vger.kernel.org
4104 W:      http://www.avagotech.com
4105 S:      Supported
4106 F:      drivers/scsi/lpfc/
4107
4108 ENE CB710 FLASH CARD READER DRIVER
4109 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4110 S:      Maintained
4111 F:      drivers/misc/cb710/
4112 F:      drivers/mmc/host/cb710-mmc.*
4113 F:      include/linux/cb710.h
4114
4115 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4116 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4117 S:      Maintained
4118 F:      drivers/media/rc/ene_ir.*
4119
4120 ENHANCED ERROR HANDLING (EEH)
4121 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4122 L:      linuxppc-dev@lists.ozlabs.org
4123 S:      Supported
4124 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4125 F:      arch/powerpc/kernel/eeh*.c
4126
4127 EPSON S1D13XXX FRAMEBUFFER DRIVER
4128 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4129 S:      Maintained
4130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4131 F:      drivers/video/fbdev/s1d13xxxfb.c
4132 F:      include/video/s1d13xxxfb.h
4133
4134 ET131X NETWORK DRIVER
4135 M:      Mark Einon <mark.einon@gmail.com>
4136 S:      Odd Fixes
4137 F:      drivers/net/ethernet/agere/
4138
4139 ETHERNET BRIDGE
4140 M:      Stephen Hemminger <stephen@networkplumber.org>
4141 L:      bridge@lists.linux-foundation.org
4142 L:      netdev@vger.kernel.org
4143 W:      http://www.linuxfoundation.org/en/Net:Bridge
4144 S:      Maintained
4145 F:      include/linux/netfilter_bridge/
4146 F:      net/bridge/
4147
4148 ETHERNET PHY LIBRARY
4149 M:      Florian Fainelli <f.fainelli@gmail.com>
4150 L:      netdev@vger.kernel.org
4151 S:      Maintained
4152 F:      include/linux/phy.h
4153 F:      include/linux/phy_fixed.h
4154 F:      drivers/net/phy/
4155 F:      Documentation/networking/phy.txt
4156 F:      drivers/of/of_mdio.c
4157 F:      drivers/of/of_net.c
4158
4159 EXT2 FILE SYSTEM
4160 M:      Jan Kara <jack@suse.com>
4161 L:      linux-ext4@vger.kernel.org
4162 S:      Maintained
4163 F:      Documentation/filesystems/ext2.txt
4164 F:      fs/ext2/
4165 F:      include/linux/ext2*
4166
4167 EXT4 FILE SYSTEM
4168 M:      "Theodore Ts'o" <tytso@mit.edu>
4169 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4170 L:      linux-ext4@vger.kernel.org
4171 W:      http://ext4.wiki.kernel.org
4172 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4173 S:      Maintained
4174 F:      Documentation/filesystems/ext4.txt
4175 F:      fs/ext4/
4176
4177 Extended Verification Module (EVM)
4178 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4179 L:      linux-ima-devel@lists.sourceforge.net
4180 L:      linux-security-module@vger.kernel.org
4181 S:      Supported
4182 F:      security/integrity/evm/
4183
4184 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4185 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4186 M:      Chanwoo Choi <cw00.choi@samsung.com>
4187 L:      linux-kernel@vger.kernel.org
4188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4189 S:      Maintained
4190 F:      drivers/extcon/
4191 F:      Documentation/extcon/
4192
4193 EXYNOS DP DRIVER
4194 M:      Jingoo Han <jingoohan1@gmail.com>
4195 L:      dri-devel@lists.freedesktop.org
4196 S:      Maintained
4197 F:      drivers/gpu/drm/exynos/exynos_dp*
4198
4199 EXYNOS MIPI DISPLAY DRIVERS
4200 M:      Inki Dae <inki.dae@samsung.com>
4201 M:      Donghwa Lee <dh09.lee@samsung.com>
4202 M:      Kyungmin Park <kyungmin.park@samsung.com>
4203 L:      linux-fbdev@vger.kernel.org
4204 S:      Maintained
4205 F:      drivers/video/fbdev/exynos/exynos_mipi*
4206 F:      include/video/exynos_mipi*
4207
4208 F71805F HARDWARE MONITORING DRIVER
4209 M:      Jean Delvare <jdelvare@suse.com>
4210 L:      lm-sensors@lm-sensors.org
4211 S:      Maintained
4212 F:      Documentation/hwmon/f71805f
4213 F:      drivers/hwmon/f71805f.c
4214
4215 FC0011 TUNER DRIVER
4216 M:      Michael Buesch <m@bues.ch>
4217 L:      linux-media@vger.kernel.org
4218 S:      Maintained
4219 F:      drivers/media/tuners/fc0011.h
4220 F:      drivers/media/tuners/fc0011.c
4221
4222 FC2580 MEDIA DRIVER
4223 M:      Antti Palosaari <crope@iki.fi>
4224 L:      linux-media@vger.kernel.org
4225 W:      http://linuxtv.org/
4226 W:      http://palosaari.fi/linux/
4227 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4228 T:      git git://linuxtv.org/anttip/media_tree.git
4229 S:      Maintained
4230 F:      drivers/media/tuners/fc2580*
4231
4232 FANOTIFY
4233 M:      Eric Paris <eparis@redhat.com>
4234 S:      Maintained
4235 F:      fs/notify/fanotify/
4236 F:      include/linux/fanotify.h
4237 F:      include/uapi/linux/fanotify.h
4238
4239 FARSYNC SYNCHRONOUS DRIVER
4240 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4241 W:      http://www.farsite.co.uk/
4242 S:      Supported
4243 F:      drivers/net/wan/farsync.*
4244
4245 FAULT INJECTION SUPPORT
4246 M:      Akinobu Mita <akinobu.mita@gmail.com>
4247 S:      Supported
4248 F:      Documentation/fault-injection/
4249 F:      lib/fault-inject.c
4250
4251 FBTFT Framebuffer drivers
4252 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4253 M:      Noralf Trønnes <noralf@tronnes.org>
4254 S:      Maintained
4255 F:      drivers/staging/fbtft/
4256
4257 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4258 M:      Vasu Dev <vasu.dev@intel.com>
4259 L:      fcoe-devel@open-fcoe.org
4260 W:      www.Open-FCoE.org
4261 S:      Supported
4262 F:      drivers/scsi/libfc/
4263 F:      drivers/scsi/fcoe/
4264 F:      include/scsi/fc/
4265 F:      include/scsi/libfc.h
4266 F:      include/scsi/libfcoe.h
4267 F:      include/uapi/scsi/fc/
4268
4269 FILE LOCKING (flock() and fcntl()/lockf())
4270 M:      Jeff Layton <jlayton@poochiereds.net>
4271 M:      "J. Bruce Fields" <bfields@fieldses.org>
4272 L:      linux-fsdevel@vger.kernel.org
4273 S:      Maintained
4274 F:      include/linux/fcntl.h
4275 F:      include/linux/fs.h
4276 F:      include/uapi/linux/fcntl.h
4277 F:      include/uapi/linux/fs.h
4278 F:      fs/fcntl.c
4279 F:      fs/locks.c
4280
4281 FILESYSTEMS (VFS and infrastructure)
4282 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4283 L:      linux-fsdevel@vger.kernel.org
4284 S:      Maintained
4285 F:      fs/*
4286
4287 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4288 M:      Riku Voipio <riku.voipio@iki.fi>
4289 L:      lm-sensors@lm-sensors.org
4290 S:      Maintained
4291 F:      drivers/hwmon/f75375s.c
4292 F:      include/linux/f75375s.h
4293
4294 FIREWIRE AUDIO DRIVERS
4295 M:      Clemens Ladisch <clemens@ladisch.de>
4296 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4297 T:      git git://git.alsa-project.org/alsa-kernel.git
4298 S:      Maintained
4299 F:      sound/firewire/
4300
4301 FIREWIRE MEDIA DRIVERS (firedtv)
4302 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4303 L:      linux-media@vger.kernel.org
4304 L:      linux1394-devel@lists.sourceforge.net
4305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4306 S:      Maintained
4307 F:      drivers/media/firewire/
4308
4309 FIREWIRE SBP-2 TARGET
4310 M:      Chris Boot <bootc@bootc.net>
4311 L:      linux-scsi@vger.kernel.org
4312 L:      target-devel@vger.kernel.org
4313 L:      linux1394-devel@lists.sourceforge.net
4314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4315 S:      Maintained
4316 F:      drivers/target/sbp/
4317
4318 FIREWIRE SUBSYSTEM
4319 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4320 L:      linux1394-devel@lists.sourceforge.net
4321 W:      http://ieee1394.wiki.kernel.org/
4322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4323 S:      Maintained
4324 F:      drivers/firewire/
4325 F:      include/linux/firewire.h
4326 F:      include/uapi/linux/firewire*.h
4327 F:      tools/firewire/
4328
4329 FIRMWARE LOADER (request_firmware)
4330 M:      Ming Lei <ming.lei@canonical.com>
4331 L:      linux-kernel@vger.kernel.org
4332 S:      Maintained
4333 F:      Documentation/firmware_class/
4334 F:      drivers/base/firmware*.c
4335 F:      include/linux/firmware.h
4336
4337 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4338 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4339 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4340 S:      Maintained
4341 F:      drivers/block/rsxx/
4342
4343 FLOPPY DRIVER
4344 M:      Jiri Kosina <jikos@kernel.org>
4345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4346 S:      Odd fixes
4347 F:      drivers/block/floppy.c
4348
4349 FMC SUBSYSTEM
4350 M:      Alessandro Rubini <rubini@gnudd.com>
4351 W:      http://www.ohwr.org/projects/fmc-bus
4352 S:      Supported
4353 F:      drivers/fmc/
4354 F:      include/linux/fmc*.h
4355 F:      include/linux/ipmi-fru.h
4356 K:      fmc_d.*register
4357
4358 FPGA MANAGER FRAMEWORK
4359 M:      Alan Tull <atull@opensource.altera.com>
4360 S:      Maintained
4361 F:      drivers/fpga/
4362 F:      include/linux/fpga/fpga-mgr.h
4363 W:      http://www.rocketboards.org
4364
4365 FPU EMULATOR
4366 M:      Bill Metzenthen <billm@melbpc.org.au>
4367 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4368 S:      Maintained
4369 F:      arch/x86/math-emu/
4370
4371 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4372 L:      netdev@vger.kernel.org
4373 S:      Orphan
4374 F:      drivers/net/wan/dlci.c
4375 F:      drivers/net/wan/sdla.c
4376
4377 FRAMEBUFFER LAYER
4378 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4379 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4380 L:      linux-fbdev@vger.kernel.org
4381 W:      http://linux-fbdev.sourceforge.net/
4382 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4384 S:      Maintained
4385 F:      Documentation/fb/
4386 F:      Documentation/devicetree/bindings/fb/
4387 F:      drivers/video/
4388 F:      include/video/
4389 F:      include/linux/fb.h
4390 F:      include/uapi/video/
4391 F:      include/uapi/linux/fb.h
4392
4393 FREESCALE DIU FRAMEBUFFER DRIVER
4394 M:      Timur Tabi <timur@tabi.org>
4395 L:      linux-fbdev@vger.kernel.org
4396 S:      Maintained
4397 F:      drivers/video/fbdev/fsl-diu-fb.*
4398
4399 FREESCALE DMA DRIVER
4400 M:      Li Yang <leoli@freescale.com>
4401 M:      Zhang Wei <zw@zh-kernel.org>
4402 L:      linuxppc-dev@lists.ozlabs.org
4403 S:      Maintained
4404 F:      drivers/dma/fsldma.*
4405
4406 FREESCALE I2C CPM DRIVER
4407 M:      Jochen Friedrich <jochen@scram.de>
4408 L:      linuxppc-dev@lists.ozlabs.org
4409 L:      linux-i2c@vger.kernel.org
4410 S:      Maintained
4411 F:      drivers/i2c/busses/i2c-cpm.c
4412
4413 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4414 M:      Sascha Hauer <kernel@pengutronix.de>
4415 L:      linux-fbdev@vger.kernel.org
4416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4417 S:      Maintained
4418 F:      include/linux/platform_data/video-imxfb.h
4419 F:      drivers/video/fbdev/imxfb.c
4420
4421 FREESCALE QUAD SPI DRIVER
4422 M:      Han Xu <han.xu@freescale.com>
4423 L:      linux-mtd@lists.infradead.org
4424 S:      Maintained
4425 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4426
4427 FREESCALE SOC FS_ENET DRIVER
4428 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4429 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4430 L:      linuxppc-dev@lists.ozlabs.org
4431 L:      netdev@vger.kernel.org
4432 S:      Maintained
4433 F:      drivers/net/ethernet/freescale/fs_enet/
4434 F:      include/linux/fs_enet_pd.h
4435
4436 FREESCALE QUICC ENGINE LIBRARY
4437 L:      linuxppc-dev@lists.ozlabs.org
4438 S:      Orphan
4439 F:      arch/powerpc/sysdev/qe_lib/
4440 F:      arch/powerpc/include/asm/*qe.h
4441
4442 FREESCALE USB PERIPHERAL DRIVERS
4443 M:      Li Yang <leoli@freescale.com>
4444 L:      linux-usb@vger.kernel.org
4445 L:      linuxppc-dev@lists.ozlabs.org
4446 S:      Maintained
4447 F:      drivers/usb/gadget/udc/fsl*
4448
4449 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4450 M:      Li Yang <leoli@freescale.com>
4451 L:      netdev@vger.kernel.org
4452 L:      linuxppc-dev@lists.ozlabs.org
4453 S:      Maintained
4454 F:      drivers/net/ethernet/freescale/ucc_geth*
4455
4456 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4457 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4458 L:      netdev@vger.kernel.org
4459 S:      Maintained
4460 F:      drivers/net/ethernet/freescale/gianfar*
4461 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4462 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4463
4464 FREESCALE QUICC ENGINE UCC UART DRIVER
4465 M:      Timur Tabi <timur@tabi.org>
4466 L:      linuxppc-dev@lists.ozlabs.org
4467 S:      Maintained
4468 F:      drivers/tty/serial/ucc_uart.c
4469
4470 FREESCALE SOC SOUND DRIVERS
4471 M:      Timur Tabi <timur@tabi.org>
4472 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4473 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4474 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4475 L:      linuxppc-dev@lists.ozlabs.org
4476 S:      Maintained
4477 F:      sound/soc/fsl/fsl*
4478 F:      sound/soc/fsl/imx*
4479 F:      sound/soc/fsl/mpc8610_hpcd.c
4480
4481 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4482 M:      "J. German Rivera" <German.Rivera@freescale.com>
4483 L:      linux-kernel@vger.kernel.org
4484 S:      Maintained
4485 F:      drivers/staging/fsl-mc/
4486
4487 FREEVXFS FILESYSTEM
4488 M:      Christoph Hellwig <hch@infradead.org>
4489 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4490 S:      Maintained
4491 F:      fs/freevxfs/
4492
4493 FREEZER
4494 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4495 M:      Pavel Machek <pavel@ucw.cz>
4496 L:      linux-pm@vger.kernel.org
4497 S:      Supported
4498 F:      Documentation/power/freezing-of-tasks.txt
4499 F:      include/linux/freezer.h
4500 F:      kernel/freezer.c
4501
4502 FRONTSWAP API
4503 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4504 L:      linux-kernel@vger.kernel.org
4505 S:      Maintained
4506 F:      mm/frontswap.c
4507 F:      include/linux/frontswap.h
4508
4509 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4510 M:      David Howells <dhowells@redhat.com>
4511 L:      linux-cachefs@redhat.com
4512 S:      Supported
4513 F:      Documentation/filesystems/caching/
4514 F:      fs/fscache/
4515 F:      include/linux/fscache*.h
4516
4517 F2FS FILE SYSTEM
4518 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4519 M:      Changman Lee <cm224.lee@samsung.com>
4520 R:      Chao Yu <chao2.yu@samsung.com>
4521 L:      linux-f2fs-devel@lists.sourceforge.net
4522 W:      http://en.wikipedia.org/wiki/F2FS
4523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4524 S:      Maintained
4525 F:      Documentation/filesystems/f2fs.txt
4526 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4527 F:      fs/f2fs/
4528 F:      include/linux/f2fs_fs.h
4529 F:      include/trace/events/f2fs.h
4530
4531 FUJITSU FR-V (FRV) PORT
4532 M:      David Howells <dhowells@redhat.com>
4533 S:      Maintained
4534 F:      arch/frv/
4535
4536 FUJITSU LAPTOP EXTRAS
4537 M:      Jonathan Woithe <jwoithe@just42.net>
4538 L:      platform-driver-x86@vger.kernel.org
4539 S:      Maintained
4540 F:      drivers/platform/x86/fujitsu-laptop.c
4541
4542 FUJITSU M-5MO LS CAMERA ISP DRIVER
4543 M:      Kyungmin Park <kyungmin.park@samsung.com>
4544 M:      Heungjun Kim <riverful.kim@samsung.com>
4545 L:      linux-media@vger.kernel.org
4546 S:      Maintained
4547 F:      drivers/media/i2c/m5mols/
4548 F:      include/media/m5mols.h
4549
4550 FUJITSU TABLET EXTRAS
4551 M:      Robert Gerlach <khnz@gmx.de>
4552 L:      platform-driver-x86@vger.kernel.org
4553 S:      Maintained
4554 F:      drivers/platform/x86/fujitsu-tablet.c
4555
4556 FUSE: FILESYSTEM IN USERSPACE
4557 M:      Miklos Szeredi <miklos@szeredi.hu>
4558 L:      fuse-devel@lists.sourceforge.net
4559 W:      http://fuse.sourceforge.net/
4560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4561 S:      Maintained
4562 F:      fs/fuse/
4563 F:      include/uapi/linux/fuse.h
4564 F:      Documentation/filesystems/fuse.txt
4565
4566 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4567 M:      Rik Faith <faith@cs.unc.edu>
4568 L:      linux-scsi@vger.kernel.org
4569 S:      Odd Fixes (e.g., new signatures)
4570 F:      drivers/scsi/fdomain.*
4571
4572 GCOV BASED KERNEL PROFILING
4573 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4574 S:      Maintained
4575 F:      kernel/gcov/
4576 F:      Documentation/gcov.txt
4577
4578 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4579 M:      Achim Leubner <achim_leubner@adaptec.com>
4580 L:      linux-scsi@vger.kernel.org
4581 W:      http://www.icp-vortex.com/
4582 S:      Supported
4583 F:      drivers/scsi/gdt*
4584
4585 GDB KERNEL DEBUGGING HELPER SCRIPTS
4586 M:      Jan Kiszka <jan.kiszka@siemens.com>
4587 S:      Supported
4588 F:      scripts/gdb/
4589
4590 GEMTEK FM RADIO RECEIVER DRIVER
4591 M:      Hans Verkuil <hverkuil@xs4all.nl>
4592 L:      linux-media@vger.kernel.org
4593 T:      git git://linuxtv.org/media_tree.git
4594 W:      http://linuxtv.org
4595 S:      Maintained
4596 F:      drivers/media/radio/radio-gemtek*
4597
4598 GENERIC GPIO I2C DRIVER
4599 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4600 S:      Supported
4601 F:      drivers/i2c/busses/i2c-gpio.c
4602 F:      include/linux/i2c-gpio.h
4603
4604 GENERIC GPIO I2C MULTIPLEXER DRIVER
4605 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4606 L:      linux-i2c@vger.kernel.org
4607 S:      Supported
4608 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4609 F:      include/linux/i2c-mux-gpio.h
4610 F:      Documentation/i2c/muxes/i2c-mux-gpio
4611
4612 GENERIC HDLC (WAN) DRIVERS
4613 M:      Krzysztof Halasa <khc@pm.waw.pl>
4614 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4615 S:      Maintained
4616 F:      drivers/net/wan/c101.c
4617 F:      drivers/net/wan/hd6457*
4618 F:      drivers/net/wan/hdlc*
4619 F:      drivers/net/wan/n2.c
4620 F:      drivers/net/wan/pc300too.c
4621 F:      drivers/net/wan/pci200syn.c
4622 F:      drivers/net/wan/wanxl*
4623
4624 GENERIC INCLUDE/ASM HEADER FILES
4625 M:      Arnd Bergmann <arnd@arndb.de>
4626 L:      linux-arch@vger.kernel.org
4627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4628 S:      Maintained
4629 F:      include/asm-generic/
4630 F:      include/uapi/asm-generic/
4631
4632 GENERIC PHY FRAMEWORK
4633 M:      Kishon Vijay Abraham I <kishon@ti.com>
4634 L:      linux-kernel@vger.kernel.org
4635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4636 S:      Supported
4637 F:      drivers/phy/
4638 F:      include/linux/phy/
4639
4640 GENERIC PM DOMAINS
4641 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4642 M:      Kevin Hilman <khilman@kernel.org>
4643 M:      Ulf Hansson <ulf.hansson@linaro.org>
4644 L:      linux-pm@vger.kernel.org
4645 S:      Supported
4646 F:      drivers/base/power/domain*.c
4647 F:      include/linux/pm_domain.h
4648
4649 GENERIC UIO DRIVER FOR PCI DEVICES
4650 M:      "Michael S. Tsirkin" <mst@redhat.com>
4651 L:      kvm@vger.kernel.org
4652 S:      Supported
4653 F:      drivers/uio/uio_pci_generic.c
4654
4655 GET_MAINTAINER SCRIPT
4656 M:      Joe Perches <joe@perches.com>
4657 S:      Maintained
4658 F:      scripts/get_maintainer.pl
4659
4660 GFS2 FILE SYSTEM
4661 M:      Steven Whitehouse <swhiteho@redhat.com>
4662 M:      Bob Peterson <rpeterso@redhat.com>
4663 L:      cluster-devel@redhat.com
4664 W:      http://sources.redhat.com/cluster/
4665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4666 S:      Supported
4667 F:      Documentation/filesystems/gfs2*.txt
4668 F:      fs/gfs2/
4669 F:      include/uapi/linux/gfs2_ondisk.h
4670
4671 GIGASET ISDN DRIVERS
4672 M:      Paul Bolle <pebolle@tiscali.nl>
4673 L:      gigaset307x-common@lists.sourceforge.net
4674 W:      http://gigaset307x.sourceforge.net/
4675 S:      Odd Fixes
4676 F:      Documentation/isdn/README.gigaset
4677 F:      drivers/isdn/gigaset/
4678 F:      include/uapi/linux/gigaset_dev.h
4679
4680 GO7007 MPEG CODEC
4681 M:      Hans Verkuil <hans.verkuil@cisco.com>
4682 L:      linux-media@vger.kernel.org
4683 S:      Maintained
4684 F:      drivers/media/usb/go7007/
4685
4686 GOODIX TOUCHSCREEN
4687 M:      Bastien Nocera <hadess@hadess.net>
4688 L:      linux-input@vger.kernel.org
4689 S:      Maintained
4690 F:      drivers/input/touchscreen/goodix.c
4691
4692 GPIO SUBSYSTEM
4693 M:      Linus Walleij <linus.walleij@linaro.org>
4694 M:      Alexandre Courbot <gnurou@gmail.com>
4695 L:      linux-gpio@vger.kernel.org
4696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4697 S:      Maintained
4698 F:      Documentation/gpio/
4699 F:      drivers/gpio/
4700 F:      include/linux/gpio/
4701 F:      include/linux/gpio.h
4702 F:      include/asm-generic/gpio.h
4703
4704 GRE DEMULTIPLEXER DRIVER
4705 M:      Dmitry Kozlov <xeb@mail.ru>
4706 L:      netdev@vger.kernel.org
4707 S:      Maintained
4708 F:      net/ipv4/gre_demux.c
4709 F:      net/ipv4/gre_offload.c
4710 F:      include/net/gre.h
4711
4712 GRETH 10/100/1G Ethernet MAC device driver
4713 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4714 L:      netdev@vger.kernel.org
4715 S:      Maintained
4716 F:      drivers/net/ethernet/aeroflex/
4717
4718 GSPCA FINEPIX SUBDRIVER
4719 M:      Frank Zago <frank@zago.net>
4720 L:      linux-media@vger.kernel.org
4721 T:      git git://linuxtv.org/media_tree.git
4722 S:      Maintained
4723 F:      drivers/media/usb/gspca/finepix.c
4724
4725 GSPCA GL860 SUBDRIVER
4726 M:      Olivier Lorin <o.lorin@laposte.net>
4727 L:      linux-media@vger.kernel.org
4728 T:      git git://linuxtv.org/media_tree.git
4729 S:      Maintained
4730 F:      drivers/media/usb/gspca/gl860/
4731
4732 GSPCA M5602 SUBDRIVER
4733 M:      Erik Andren <erik.andren@gmail.com>
4734 L:      linux-media@vger.kernel.org
4735 T:      git git://linuxtv.org/media_tree.git
4736 S:      Maintained
4737 F:      drivers/media/usb/gspca/m5602/
4738
4739 GSPCA PAC207 SONIXB SUBDRIVER
4740 M:      Hans de Goede <hdegoede@redhat.com>
4741 L:      linux-media@vger.kernel.org
4742 T:      git git://linuxtv.org/media_tree.git
4743 S:      Maintained
4744 F:      drivers/media/usb/gspca/pac207.c
4745
4746 GSPCA SN9C20X SUBDRIVER
4747 M:      Brian Johnson <brijohn@gmail.com>
4748 L:      linux-media@vger.kernel.org
4749 T:      git git://linuxtv.org/media_tree.git
4750 S:      Maintained
4751 F:      drivers/media/usb/gspca/sn9c20x.c
4752
4753 GSPCA T613 SUBDRIVER
4754 M:      Leandro Costantino <lcostantino@gmail.com>
4755 L:      linux-media@vger.kernel.org
4756 T:      git git://linuxtv.org/media_tree.git
4757 S:      Maintained
4758 F:      drivers/media/usb/gspca/t613.c
4759
4760 GSPCA USB WEBCAM DRIVER
4761 M:      Hans de Goede <hdegoede@redhat.com>
4762 L:      linux-media@vger.kernel.org
4763 T:      git git://linuxtv.org/media_tree.git
4764 S:      Maintained
4765 F:      drivers/media/usb/gspca/
4766
4767 GUID PARTITION TABLE (GPT)
4768 M:      Davidlohr Bueso <dave@stgolabs.net>
4769 L:      linux-efi@vger.kernel.org
4770 S:      Maintained
4771 F:      block/partitions/efi.*
4772
4773 STK1160 USB VIDEO CAPTURE DRIVER
4774 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4775 L:      linux-media@vger.kernel.org
4776 T:      git git://linuxtv.org/media_tree.git
4777 S:      Maintained
4778 F:      drivers/media/usb/stk1160/
4779
4780 H8/300 ARCHITECTURE
4781 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4782 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4783 W:      http://uclinux-h8.sourceforge.jp
4784 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4785 S:      Maintained
4786 F:      arch/h8300/
4787 F:      drivers/clocksource/h8300_*.c
4788 F:      drivers/clk/h8300/
4789 F:      drivers/irqchip/irq-renesas-h8*.c
4790
4791 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4792 M:      Frank Seidel <frank@f-seidel.de>
4793 L:      platform-driver-x86@vger.kernel.org
4794 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4795 S:      Maintained
4796 F:      drivers/platform/x86/hdaps.c
4797
4798 HDPVR USB VIDEO ENCODER DRIVER
4799 M:      Hans Verkuil <hverkuil@xs4all.nl>
4800 L:      linux-media@vger.kernel.org
4801 T:      git git://linuxtv.org/media_tree.git
4802 W:      http://linuxtv.org
4803 S:      Odd Fixes
4804 F:      drivers/media/usb/hdpvr/
4805
4806 HWPOISON MEMORY FAILURE HANDLING
4807 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4808 L:      linux-mm@kvack.org
4809 S:      Maintained
4810 F:      mm/memory-failure.c
4811 F:      mm/hwpoison-inject.c
4812
4813 HYPERVISOR VIRTUAL CONSOLE DRIVER
4814 L:      linuxppc-dev@lists.ozlabs.org
4815 S:      Odd Fixes
4816 F:      drivers/tty/hvc/
4817
4818 HACKRF MEDIA DRIVER
4819 M:      Antti Palosaari <crope@iki.fi>
4820 L:      linux-media@vger.kernel.org
4821 W:      http://linuxtv.org/
4822 W:      http://palosaari.fi/linux/
4823 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4824 T:      git git://linuxtv.org/anttip/media_tree.git
4825 S:      Maintained
4826 F:      drivers/media/usb/hackrf/
4827
4828 HARDWARE MONITORING
4829 M:      Jean Delvare <jdelvare@suse.com>
4830 M:      Guenter Roeck <linux@roeck-us.net>
4831 L:      lm-sensors@lm-sensors.org
4832 W:      http://www.lm-sensors.org/
4833 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4835 S:      Maintained
4836 F:      Documentation/hwmon/
4837 F:      drivers/hwmon/
4838 F:      include/linux/hwmon*.h
4839
4840 HARDWARE RANDOM NUMBER GENERATOR CORE
4841 M:      Matt Mackall <mpm@selenic.com>
4842 M:      Herbert Xu <herbert@gondor.apana.org.au>
4843 L:      linux-crypto@vger.kernel.org
4844 S:      Odd fixes
4845 F:      Documentation/hw_random.txt
4846 F:      drivers/char/hw_random/
4847 F:      include/linux/hw_random.h
4848
4849 HARDWARE SPINLOCK CORE
4850 M:      Ohad Ben-Cohen <ohad@wizery.com>
4851 S:      Maintained
4852 F:      Documentation/hwspinlock.txt
4853 F:      drivers/hwspinlock/hwspinlock_*
4854 F:      include/linux/hwspinlock.h
4855
4856 HARMONY SOUND DRIVER
4857 L:      linux-parisc@vger.kernel.org
4858 S:      Maintained
4859 F:      sound/parisc/harmony.*
4860
4861 HD29L2 MEDIA DRIVER
4862 M:      Antti Palosaari <crope@iki.fi>
4863 L:      linux-media@vger.kernel.org
4864 W:      http://linuxtv.org/
4865 W:      http://palosaari.fi/linux/
4866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4867 T:      git git://linuxtv.org/anttip/media_tree.git
4868 S:      Maintained
4869 F:      drivers/media/dvb-frontends/hd29l2*
4870
4871 HEWLETT-PACKARD SMART2 RAID DRIVER
4872 L:      iss_storagedev@hp.com
4873 S:      Orphan
4874 F:      Documentation/blockdev/cpqarray.txt
4875 F:      drivers/block/cpqarray.*
4876
4877 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4878 M:      Don Brace <don.brace@pmcs.com>
4879 L:      iss_storagedev@hp.com
4880 L:      storagedev@pmcs.com
4881 L:      linux-scsi@vger.kernel.org
4882 S:      Supported
4883 F:      Documentation/scsi/hpsa.txt
4884 F:      drivers/scsi/hpsa*.[ch]
4885 F:      include/linux/cciss*.h
4886 F:      include/uapi/linux/cciss*.h
4887
4888 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4889 M:      Don Brace <don.brace@pmcs.com>
4890 L:      iss_storagedev@hp.com
4891 L:      storagedev@pmcs.com
4892 L:      linux-scsi@vger.kernel.org
4893 S:      Supported
4894 F:      Documentation/blockdev/cciss.txt
4895 F:      drivers/block/cciss*
4896 F:      include/linux/cciss_ioctl.h
4897 F:      include/uapi/linux/cciss_ioctl.h
4898
4899 HFS FILESYSTEM
4900 L:      linux-fsdevel@vger.kernel.org
4901 S:      Orphan
4902 F:      Documentation/filesystems/hfs.txt
4903 F:      fs/hfs/
4904
4905 HFSPLUS FILESYSTEM
4906 L:      linux-fsdevel@vger.kernel.org
4907 S:      Orphan
4908 F:      Documentation/filesystems/hfsplus.txt
4909 F:      fs/hfsplus/
4910
4911 HGA FRAMEBUFFER DRIVER
4912 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4913 L:      linux-nvidia@lists.surfsouth.com
4914 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4915 S:      Maintained
4916 F:      drivers/video/fbdev/hgafb.c
4917
4918 HIBERNATION (aka Software Suspend, aka swsusp)
4919 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4920 M:      Pavel Machek <pavel@ucw.cz>
4921 L:      linux-pm@vger.kernel.org
4922 S:      Supported
4923 F:      arch/x86/power/
4924 F:      drivers/base/power/
4925 F:      kernel/power/
4926 F:      include/linux/suspend.h
4927 F:      include/linux/freezer.h
4928 F:      include/linux/pm.h
4929 F:      arch/*/include/asm/suspend*.h
4930
4931 HID CORE LAYER
4932 M:      Jiri Kosina <jikos@kernel.org>
4933 L:      linux-input@vger.kernel.org
4934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4935 S:      Maintained
4936 F:      drivers/hid/
4937 F:      include/linux/hid*
4938 F:      include/uapi/linux/hid*
4939
4940 HID SENSOR HUB DRIVERS
4941 M:      Jiri Kosina <jikos@kernel.org>
4942 M:      Jonathan Cameron <jic23@kernel.org>
4943 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4944 L:      linux-input@vger.kernel.org
4945 L:      linux-iio@vger.kernel.org
4946 S:      Maintained
4947 F:      Documentation/hid/hid-sensor*
4948 F:      drivers/hid/hid-sensor-*
4949 F:      drivers/iio/*/hid-*
4950 F:      include/linux/hid-sensor-*
4951
4952 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4953 M:      Thomas Gleixner <tglx@linutronix.de>
4954 L:      linux-kernel@vger.kernel.org
4955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4956 S:      Maintained
4957 F:      Documentation/timers/
4958 F:      kernel/time/hrtimer.c
4959 F:      kernel/time/clockevents.c
4960 F:      kernel/time/tick*.*
4961 F:      kernel/time/timer_*.c
4962 F:      include/linux/clockchips.h
4963 F:      include/linux/hrtimer.h
4964
4965 HIGH-SPEED SCC DRIVER FOR AX.25
4966 L:      linux-hams@vger.kernel.org
4967 S:      Orphan
4968 F:      drivers/net/hamradio/dmascc.c
4969 F:      drivers/net/hamradio/scc.c
4970
4971 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4972 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4973 W:      http://www.highpoint-tech.com
4974 S:      Supported
4975 F:      Documentation/scsi/hptiop.txt
4976 F:      drivers/scsi/hptiop.c
4977
4978 HIPPI
4979 M:      Jes Sorensen <jes@trained-monkey.org>
4980 L:      linux-hippi@sunsite.dk
4981 S:      Maintained
4982 F:      include/linux/hippidevice.h
4983 F:      include/uapi/linux/if_hippi.h
4984 F:      net/802/hippi.c
4985 F:      drivers/net/hippi/
4986
4987 HOST AP DRIVER
4988 M:      Jouni Malinen <j@w1.fi>
4989 L:      hostap@shmoo.com (subscribers-only)
4990 L:      linux-wireless@vger.kernel.org
4991 W:      http://hostap.epitest.fi/
4992 S:      Maintained
4993 F:      drivers/net/wireless/hostap/
4994
4995 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4996 L:      platform-driver-x86@vger.kernel.org
4997 S:      Orphan
4998 F:      drivers/platform/x86/tc1100-wmi.c
4999
5000 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5001 M:      Jaroslav Kysela <perex@perex.cz>
5002 S:      Maintained
5003 F:      drivers/net/ethernet/hp/hp100.*
5004
5005 HPET:   High Precision Event Timers driver
5006 M:      Clemens Ladisch <clemens@ladisch.de>
5007 S:      Maintained
5008 F:      Documentation/timers/hpet.txt
5009 F:      drivers/char/hpet.c
5010 F:      include/linux/hpet.h
5011 F:      include/uapi/linux/hpet.h
5012
5013 HPET:   x86
5014 S:      Orphan
5015 F:      arch/x86/kernel/hpet.c
5016 F:      arch/x86/include/asm/hpet.h
5017
5018 HPFS FILESYSTEM
5019 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5020 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5021 S:      Maintained
5022 F:      fs/hpfs/
5023
5024 HSI SUBSYSTEM
5025 M:      Sebastian Reichel <sre@kernel.org>
5026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5027 S:      Maintained
5028 F:      Documentation/ABI/testing/sysfs-bus-hsi
5029 F:      Documentation/hsi.txt
5030 F:      drivers/hsi/
5031 F:      include/linux/hsi/
5032 F:      include/uapi/linux/hsi/
5033
5034 HSO 3G MODEM DRIVER
5035 M:      Jan Dumon <j.dumon@option.com>
5036 W:      http://www.pharscape.org
5037 S:      Maintained
5038 F:      drivers/net/usb/hso.c
5039
5040 HSR NETWORK PROTOCOL
5041 M:      Arvid Brodin <arvid.brodin@alten.se>
5042 L:      netdev@vger.kernel.org
5043 S:      Maintained
5044 F:      net/hsr/
5045
5046 HTCPEN TOUCHSCREEN DRIVER
5047 M:      Pau Oliva Fora <pof@eslack.org>
5048 L:      linux-input@vger.kernel.org
5049 S:      Maintained
5050 F:      drivers/input/touchscreen/htcpen.c
5051
5052 HUGETLB FILESYSTEM
5053 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5054 S:      Maintained
5055 F:      fs/hugetlbfs/
5056
5057 Hyper-V CORE AND DRIVERS
5058 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5059 M:      Haiyang Zhang <haiyangz@microsoft.com>
5060 L:      devel@linuxdriverproject.org
5061 S:      Maintained
5062 F:      arch/x86/include/asm/mshyperv.h
5063 F:      arch/x86/include/uapi/asm/hyperv.h
5064 F:      arch/x86/kernel/cpu/mshyperv.c
5065 F:      drivers/hid/hid-hyperv.c
5066 F:      drivers/hv/
5067 F:      drivers/input/serio/hyperv-keyboard.c
5068 F:      drivers/net/hyperv/
5069 F:      drivers/scsi/storvsc_drv.c
5070 F:      drivers/video/fbdev/hyperv_fb.c
5071 F:      include/linux/hyperv.h
5072 F:      tools/hv/
5073 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5074
5075 I2C OVER PARALLEL PORT
5076 M:      Jean Delvare <jdelvare@suse.com>
5077 L:      linux-i2c@vger.kernel.org
5078 S:      Maintained
5079 F:      Documentation/i2c/busses/i2c-parport
5080 F:      Documentation/i2c/busses/i2c-parport-light
5081 F:      drivers/i2c/busses/i2c-parport.c
5082 F:      drivers/i2c/busses/i2c-parport-light.c
5083
5084 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5085 M:      Jean Delvare <jdelvare@suse.com>
5086 L:      linux-i2c@vger.kernel.org
5087 S:      Maintained
5088 F:      Documentation/i2c/busses/i2c-ali1535
5089 F:      Documentation/i2c/busses/i2c-ali1563
5090 F:      Documentation/i2c/busses/i2c-ali15x3
5091 F:      Documentation/i2c/busses/i2c-amd756
5092 F:      Documentation/i2c/busses/i2c-amd8111
5093 F:      Documentation/i2c/busses/i2c-i801
5094 F:      Documentation/i2c/busses/i2c-nforce2
5095 F:      Documentation/i2c/busses/i2c-piix4
5096 F:      Documentation/i2c/busses/i2c-sis5595
5097 F:      Documentation/i2c/busses/i2c-sis630
5098 F:      Documentation/i2c/busses/i2c-sis96x
5099 F:      Documentation/i2c/busses/i2c-via
5100 F:      Documentation/i2c/busses/i2c-viapro
5101 F:      drivers/i2c/busses/i2c-ali1535.c
5102 F:      drivers/i2c/busses/i2c-ali1563.c
5103 F:      drivers/i2c/busses/i2c-ali15x3.c
5104 F:      drivers/i2c/busses/i2c-amd756.c
5105 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5106 F:      drivers/i2c/busses/i2c-amd8111.c
5107 F:      drivers/i2c/busses/i2c-i801.c
5108 F:      drivers/i2c/busses/i2c-isch.c
5109 F:      drivers/i2c/busses/i2c-nforce2.c
5110 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5111 F:      drivers/i2c/busses/i2c-piix4.c
5112 F:      drivers/i2c/busses/i2c-sis5595.c
5113 F:      drivers/i2c/busses/i2c-sis630.c
5114 F:      drivers/i2c/busses/i2c-sis96x.c
5115 F:      drivers/i2c/busses/i2c-via.c
5116 F:      drivers/i2c/busses/i2c-viapro.c
5117
5118 I2C/SMBUS ISMT DRIVER
5119 M:      Seth Heasley <seth.heasley@intel.com>
5120 M:      Neil Horman <nhorman@tuxdriver.com>
5121 L:      linux-i2c@vger.kernel.org
5122 F:      drivers/i2c/busses/i2c-ismt.c
5123 F:      Documentation/i2c/busses/i2c-ismt
5124
5125 I2C/SMBUS STUB DRIVER
5126 M:      Jean Delvare <jdelvare@suse.com>
5127 L:      linux-i2c@vger.kernel.org
5128 S:      Maintained
5129 F:      drivers/i2c/i2c-stub.c
5130
5131 I2C SUBSYSTEM
5132 M:      Wolfram Sang <wsa@the-dreams.de>
5133 L:      linux-i2c@vger.kernel.org
5134 W:      https://i2c.wiki.kernel.org/
5135 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5137 S:      Maintained
5138 F:      Documentation/devicetree/bindings/i2c/
5139 F:      Documentation/i2c/
5140 F:      drivers/i2c/
5141 F:      include/linux/i2c.h
5142 F:      include/linux/i2c-*.h
5143 F:      include/uapi/linux/i2c.h
5144 F:      include/uapi/linux/i2c-*.h
5145
5146 I2C ACPI SUPPORT
5147 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5148 L:      linux-i2c@vger.kernel.org
5149 L:      linux-acpi@vger.kernel.org
5150 S:      Maintained
5151
5152 I2C-TAOS-EVM DRIVER
5153 M:      Jean Delvare <jdelvare@suse.com>
5154 L:      linux-i2c@vger.kernel.org
5155 S:      Maintained
5156 F:      Documentation/i2c/busses/i2c-taos-evm
5157 F:      drivers/i2c/busses/i2c-taos-evm.c
5158
5159 I2C-TINY-USB DRIVER
5160 M:      Till Harbaum <till@harbaum.org>
5161 L:      linux-i2c@vger.kernel.org
5162 W:      http://www.harbaum.org/till/i2c_tiny_usb
5163 S:      Maintained
5164 F:      drivers/i2c/busses/i2c-tiny-usb.c
5165
5166 i386 BOOT CODE
5167 M:      "H. Peter Anvin" <hpa@zytor.com>
5168 S:      Maintained
5169 F:      arch/x86/boot/
5170
5171 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5172 M:      "H. Peter Anvin" <hpa@zytor.com>
5173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5174 S:      Maintained
5175
5176 IA64 (Itanium) PLATFORM
5177 M:      Tony Luck <tony.luck@intel.com>
5178 M:      Fenghua Yu <fenghua.yu@intel.com>
5179 L:      linux-ia64@vger.kernel.org
5180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5181 S:      Maintained
5182 F:      arch/ia64/
5183
5184 IBM Power VMX Cryptographic instructions
5185 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5186 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5187 L:      linux-crypto@vger.kernel.org
5188 S:      Supported
5189 F:      drivers/crypto/vmx/Makefile
5190 F:      drivers/crypto/vmx/Kconfig
5191 F:      drivers/crypto/vmx/vmx.c
5192 F:      drivers/crypto/vmx/aes*
5193 F:      drivers/crypto/vmx/ghash*
5194 F:      drivers/crypto/vmx/ppc-xlate.pl
5195
5196 IBM Power in-Nest Crypto Acceleration
5197 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5198 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5199 L:      linux-crypto@vger.kernel.org
5200 S:      Supported
5201 F:      drivers/crypto/nx/Makefile
5202 F:      drivers/crypto/nx/Kconfig
5203 F:      drivers/crypto/nx/nx-aes*
5204 F:      drivers/crypto/nx/nx-sha*
5205 F:      drivers/crypto/nx/nx.*
5206 F:      drivers/crypto/nx/nx_csbcpb.h
5207 F:      drivers/crypto/nx/nx_debugfs.h
5208
5209 IBM Power 842 compression accelerator
5210 M:      Dan Streetman <ddstreet@ieee.org>
5211 S:      Supported
5212 F:      drivers/crypto/nx/Makefile
5213 F:      drivers/crypto/nx/Kconfig
5214 F:      drivers/crypto/nx/nx-842*
5215 F:      include/linux/sw842.h
5216 F:      crypto/842.c
5217 F:      lib/842/
5218
5219 IBM Power Linux RAID adapter
5220 M:      Brian King <brking@us.ibm.com>
5221 S:      Supported
5222 F:      drivers/scsi/ipr.*
5223
5224 IBM Power Virtual Ethernet Device Driver
5225 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5226 L:      netdev@vger.kernel.org
5227 S:      Supported
5228 F:      drivers/net/ethernet/ibm/ibmveth.*
5229
5230 IBM Power Virtual SCSI Device Drivers
5231 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5232 L:      linux-scsi@vger.kernel.org
5233 S:      Supported
5234 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5235 F:      drivers/scsi/ibmvscsi/viosrp.h
5236
5237 IBM Power Virtual FC Device Drivers
5238 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5239 L:      linux-scsi@vger.kernel.org
5240 S:      Supported
5241 F:      drivers/scsi/ibmvscsi/ibmvfc*
5242
5243 IBM ServeRAID RAID DRIVER
5244 S:      Orphan
5245 F:      drivers/scsi/ips.*
5246
5247 ICH LPC AND GPIO DRIVER
5248 M:      Peter Tyser <ptyser@xes-inc.com>
5249 S:      Maintained
5250 F:      drivers/mfd/lpc_ich.c
5251 F:      drivers/gpio/gpio-ich.c
5252
5253 IDE SUBSYSTEM
5254 M:      "David S. Miller" <davem@davemloft.net>
5255 L:      linux-ide@vger.kernel.org
5256 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5258 S:      Maintained
5259 F:      Documentation/ide/
5260 F:      drivers/ide/
5261 F:      include/linux/ide.h
5262
5263 IDEAPAD LAPTOP EXTRAS DRIVER
5264 M:      Ike Panhc <ike.pan@canonical.com>
5265 L:      platform-driver-x86@vger.kernel.org
5266 W:      http://launchpad.net/ideapad-laptop
5267 S:      Maintained
5268 F:      drivers/platform/x86/ideapad-laptop.c
5269
5270 IDEAPAD LAPTOP SLIDEBAR DRIVER
5271 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5272 L:      linux-input@vger.kernel.org
5273 W:      https://github.com/o2genum/ideapad-slidebar
5274 S:      Maintained
5275 F:      drivers/input/misc/ideapad_slidebar.c
5276
5277 IDE/ATAPI DRIVERS
5278 M:      Borislav Petkov <bp@alien8.de>
5279 L:      linux-ide@vger.kernel.org
5280 S:      Maintained
5281 F:      Documentation/cdrom/ide-cd
5282 F:      drivers/ide/ide-cd*
5283
5284 IDLE-I7300
5285 M:      Andy Henroid <andrew.d.henroid@intel.com>
5286 L:      linux-pm@vger.kernel.org
5287 S:      Supported
5288 F:      drivers/idle/i7300_idle.c
5289
5290 IEEE 802.15.4 SUBSYSTEM
5291 M:      Alexander Aring <alex.aring@gmail.com>
5292 L:      linux-wpan@vger.kernel.org
5293 W:      https://github.com/linux-wpan
5294 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5295 S:      Maintained
5296 F:      net/ieee802154/
5297 F:      net/mac802154/
5298 F:      drivers/net/ieee802154/
5299 F:      include/linux/nl802154.h
5300 F:      include/linux/ieee802154.h
5301 F:      include/net/nl802154.h
5302 F:      include/net/mac802154.h
5303 F:      include/net/af_ieee802154.h
5304 F:      include/net/cfg802154.h
5305 F:      include/net/ieee802154_netdev.h
5306 F:      Documentation/networking/ieee802154.txt
5307
5308 IGORPLUG-USB IR RECEIVER
5309 M:      Sean Young <sean@mess.org>
5310 L:      linux-media@vger.kernel.org
5311 S:      Maintained
5312 F:      drivers/media/rc/igorplugusb.c
5313
5314 IGUANAWORKS USB IR TRANSCEIVER
5315 M:      Sean Young <sean@mess.org>
5316 L:      linux-media@vger.kernel.org
5317 S:      Maintained
5318 F:      drivers/media/rc/iguanair.c
5319
5320 IIO SUBSYSTEM AND DRIVERS
5321 M:      Jonathan Cameron <jic23@kernel.org>
5322 R:      Hartmut Knaack <knaack.h@gmx.de>
5323 R:      Lars-Peter Clausen <lars@metafoo.de>
5324 R:      Peter Meerwald <pmeerw@pmeerw.net>
5325 L:      linux-iio@vger.kernel.org
5326 S:      Maintained
5327 F:      drivers/iio/
5328 F:      drivers/staging/iio/
5329 F:      include/linux/iio/
5330 F:      tools/iio/
5331
5332 IKANOS/ADI EAGLE ADSL USB DRIVER
5333 M:      Matthieu Castet <castet.matthieu@free.fr>
5334 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5335 S:      Maintained
5336 F:      drivers/usb/atm/ueagle-atm.c
5337
5338 INA209 HARDWARE MONITOR DRIVER
5339 M:      Guenter Roeck <linux@roeck-us.net>
5340 L:      lm-sensors@lm-sensors.org
5341 S:      Maintained
5342 F:      Documentation/hwmon/ina209
5343 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5344 F:      drivers/hwmon/ina209.c
5345
5346 INA2XX HARDWARE MONITOR DRIVER
5347 M:      Guenter Roeck <linux@roeck-us.net>
5348 L:      lm-sensors@lm-sensors.org
5349 S:      Maintained
5350 F:      Documentation/hwmon/ina2xx
5351 F:      drivers/hwmon/ina2xx.c
5352 F:      include/linux/platform_data/ina2xx.h
5353
5354 INDUSTRY PACK SUBSYSTEM (IPACK)
5355 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5356 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5357 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5358 L:      industrypack-devel@lists.sourceforge.net
5359 W:      http://industrypack.sourceforge.net
5360 S:      Maintained
5361 F:      drivers/ipack/
5362
5363 INGENIC JZ4780 DMA Driver
5364 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5365 S:      Maintained
5366 F:      drivers/dma/dma-jz4780.c
5367
5368 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5369 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5370 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5371 L:      linux-ima-devel@lists.sourceforge.net
5372 L:      linux-ima-user@lists.sourceforge.net
5373 L:      linux-security-module@vger.kernel.org
5374 S:      Supported
5375 F:      security/integrity/ima/
5376
5377 IMGTEC IR DECODER DRIVER
5378 M:      James Hogan <james.hogan@imgtec.com>
5379 S:      Maintained
5380 F:      drivers/media/rc/img-ir/
5381
5382 IMS TWINTURBO FRAMEBUFFER DRIVER
5383 L:      linux-fbdev@vger.kernel.org
5384 S:      Orphan
5385 F:      drivers/video/fbdev/imsttfb.c
5386
5387 INFINIBAND SUBSYSTEM
5388 M:      Doug Ledford <dledford@redhat.com>
5389 M:      Sean Hefty <sean.hefty@intel.com>
5390 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5391 L:      linux-rdma@vger.kernel.org
5392 W:      http://www.openfabrics.org/
5393 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5395 S:      Supported
5396 F:      Documentation/infiniband/
5397 F:      drivers/infiniband/
5398 F:      drivers/staging/rdma/
5399 F:      include/uapi/linux/if_infiniband.h
5400 F:      include/uapi/rdma/
5401 F:      include/rdma/
5402
5403 INOTIFY
5404 M:      John McCutchan <john@johnmccutchan.com>
5405 M:      Robert Love <rlove@rlove.org>
5406 M:      Eric Paris <eparis@parisplace.org>
5407 S:      Maintained
5408 F:      Documentation/filesystems/inotify.txt
5409 F:      fs/notify/inotify/
5410 F:      include/linux/inotify.h
5411 F:      include/uapi/linux/inotify.h
5412
5413 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5414 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5415 L:      linux-input@vger.kernel.org
5416 Q:      http://patchwork.kernel.org/project/linux-input/list/
5417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5418 S:      Maintained
5419 F:      drivers/input/
5420 F:      include/linux/input.h
5421 F:      include/uapi/linux/input.h
5422 F:      include/linux/input/
5423
5424 INPUT MULTITOUCH (MT) PROTOCOL
5425 M:      Henrik Rydberg <rydberg@bitmath.org>
5426 L:      linux-input@vger.kernel.org
5427 S:      Odd fixes
5428 F:      Documentation/input/multi-touch-protocol.txt
5429 F:      drivers/input/input-mt.c
5430 K:      \b(ABS|SYN)_MT_
5431
5432 INTEL ASoC BDW/HSW DRIVERS
5433 M:      Jie Yang <yang.jie@linux.intel.com>
5434 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5435 S:      Supported
5436 F:      sound/soc/intel/common/sst-dsp*
5437 F:      sound/soc/intel/common/sst-firmware.c
5438 F:      sound/soc/intel/boards/broadwell.c
5439 F:      sound/soc/intel/haswell/
5440
5441 INTEL C600 SERIES SAS CONTROLLER DRIVER
5442 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5443 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5444 L:      linux-scsi@vger.kernel.org
5445 T:      git git://git.code.sf.net/p/intel-sas/isci
5446 S:      Supported
5447 F:      drivers/scsi/isci/
5448
5449 INTEL IDLE DRIVER
5450 M:      Len Brown <lenb@kernel.org>
5451 L:      linux-pm@vger.kernel.org
5452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5453 S:      Supported
5454 F:      drivers/idle/intel_idle.c
5455
5456 INTEL PSTATE DRIVER
5457 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5458 L:      linux-pm@vger.kernel.org
5459 S:      Supported
5460 F:      drivers/cpufreq/intel_pstate.c
5461
5462 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5463 M:      Maik Broemme <mbroemme@plusserver.de>
5464 L:      linux-fbdev@vger.kernel.org
5465 S:      Maintained
5466 F:      Documentation/fb/intelfb.txt
5467 F:      drivers/video/fbdev/intelfb/
5468
5469 INTEL 810/815 FRAMEBUFFER DRIVER
5470 M:      Antonino Daplas <adaplas@gmail.com>
5471 L:      linux-fbdev@vger.kernel.org
5472 S:      Maintained
5473 F:      drivers/video/fbdev/i810/
5474
5475 INTEL MENLOW THERMAL DRIVER
5476 M:      Sujith Thomas <sujith.thomas@intel.com>
5477 L:      platform-driver-x86@vger.kernel.org
5478 W:      https://01.org/linux-acpi
5479 S:      Supported
5480 F:      drivers/platform/x86/intel_menlow.c
5481
5482 INTEL I/OAT DMA DRIVER
5483 M:      Dave Jiang <dave.jiang@intel.com>
5484 R:      Dan Williams <dan.j.williams@intel.com>
5485 L:      dmaengine@vger.kernel.org
5486 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5487 S:      Supported
5488 F:      drivers/dma/ioat*
5489
5490 INTEL IOMMU (VT-d)
5491 M:      David Woodhouse <dwmw2@infradead.org>
5492 L:      iommu@lists.linux-foundation.org
5493 T:      git git://git.infradead.org/iommu-2.6.git
5494 S:      Supported
5495 F:      drivers/iommu/intel-iommu.c
5496 F:      include/linux/intel-iommu.h
5497
5498 INTEL IOP-ADMA DMA DRIVER
5499 R:      Dan Williams <dan.j.williams@intel.com>
5500 S:      Odd fixes
5501 F:      drivers/dma/iop-adma.c
5502
5503 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5504 M:      Krzysztof Halasa <khalasa@piap.pl>
5505 S:      Maintained
5506 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5507 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5508 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5509 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5510 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5511 F:      drivers/net/wan/ixp4xx_hss.c
5512
5513 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5514 M:      Deepak Saxena <dsaxena@plexity.net>
5515 S:      Maintained
5516 F:      drivers/char/hw_random/ixp4xx-rng.c
5517
5518 INTEL ETHERNET DRIVERS
5519 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5520 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5521 R:      Shannon Nelson <shannon.nelson@intel.com>
5522 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5523 R:      Don Skidmore <donald.c.skidmore@intel.com>
5524 R:      Matthew Vick <matthew.vick@intel.com>
5525 R:      John Ronciak <john.ronciak@intel.com>
5526 R:      Mitch Williams <mitch.a.williams@intel.com>
5527 L:      intel-wired-lan@lists.osuosl.org
5528 W:      http://www.intel.com/support/feedback.htm
5529 W:      http://e1000.sourceforge.net/
5530 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5533 S:      Supported
5534 F:      Documentation/networking/e100.txt
5535 F:      Documentation/networking/e1000.txt
5536 F:      Documentation/networking/e1000e.txt
5537 F:      Documentation/networking/igb.txt
5538 F:      Documentation/networking/igbvf.txt
5539 F:      Documentation/networking/ixgb.txt
5540 F:      Documentation/networking/ixgbe.txt
5541 F:      Documentation/networking/ixgbevf.txt
5542 F:      Documentation/networking/i40e.txt
5543 F:      Documentation/networking/i40evf.txt
5544 F:      drivers/net/ethernet/intel/
5545 F:      drivers/net/ethernet/intel/*/
5546
5547 INTEL-MID GPIO DRIVER
5548 M:      David Cohen <david.a.cohen@linux.intel.com>
5549 L:      linux-gpio@vger.kernel.org
5550 S:      Maintained
5551 F:      drivers/gpio/gpio-intel-mid.c
5552
5553 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5554 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5555 L:      linux-wireless@vger.kernel.org
5556 S:      Maintained
5557 F:      Documentation/networking/README.ipw2100
5558 F:      Documentation/networking/README.ipw2200
5559 F:      drivers/net/wireless/ipw2x00/
5560
5561 INTEL(R) TRACE HUB
5562 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5563 S:      Supported
5564 F:      Documentation/trace/intel_th.txt
5565 F:      drivers/hwtracing/intel_th/
5566
5567 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5568 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5569 M:      Gang Wei <gang.wei@intel.com>
5570 M:      Shane Wang <shane.wang@intel.com>
5571 L:      tboot-devel@lists.sourceforge.net
5572 W:      http://tboot.sourceforge.net
5573 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5574 S:      Supported
5575 F:      Documentation/intel_txt.txt
5576 F:      include/linux/tboot.h
5577 F:      arch/x86/kernel/tboot.c
5578
5579 INTEL WIRELESS WIMAX CONNECTION 2400
5580 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5581 M:      linux-wimax@intel.com
5582 L:      wimax@linuxwimax.org (subscribers-only)
5583 S:      Supported
5584 W:      http://linuxwimax.org
5585 F:      Documentation/wimax/README.i2400m
5586 F:      drivers/net/wimax/i2400m/
5587 F:      include/uapi/linux/wimax/i2400m.h
5588
5589 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5590 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5591 L:      linux-wireless@vger.kernel.org
5592 S:      Supported
5593 F:      drivers/net/wireless/iwlegacy/
5594
5595 INTEL WIRELESS WIFI LINK (iwlwifi)
5596 M:      Johannes Berg <johannes.berg@intel.com>
5597 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5598 M:      Intel Linux Wireless <linuxwifi@intel.com>
5599 L:      linux-wireless@vger.kernel.org
5600 W:      http://intellinuxwireless.org
5601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5602 S:      Supported
5603 F:      drivers/net/wireless/iwlwifi/
5604
5605 INTEL MANAGEMENT ENGINE (mei)
5606 M:      Tomas Winkler <tomas.winkler@intel.com>
5607 L:      linux-kernel@vger.kernel.org
5608 S:      Supported
5609 F:      include/uapi/linux/mei.h
5610 F:      include/linux/mei_cl_bus.h
5611 F:      drivers/misc/mei/*
5612 F:      Documentation/misc-devices/mei/*
5613
5614 INTEL MIC DRIVERS (mic)
5615 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5616 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5617 S:      Supported
5618 W:      https://github.com/sudeepdutt/mic
5619 W:      http://software.intel.com/en-us/mic-developer
5620 F:      include/linux/mic_bus.h
5621 F:      include/linux/scif.h
5622 F:      include/uapi/linux/mic_common.h
5623 F:      include/uapi/linux/mic_ioctl.h
5624 F       include/uapi/linux/scif_ioctl.h
5625 F:      drivers/misc/mic/
5626 F:      drivers/dma/mic_x100_dma.c
5627 F:      drivers/dma/mic_x100_dma.h
5628 F       Documentation/mic/
5629
5630 INTEL PMC IPC DRIVER
5631 M:      Zha Qipeng<qipeng.zha@intel.com>
5632 L:      platform-driver-x86@vger.kernel.org
5633 S:      Maintained
5634 F:      drivers/platform/x86/intel_pmc_ipc.c
5635 F:      arch/x86/include/asm/intel_pmc_ipc.h
5636
5637 IOC3 ETHERNET DRIVER
5638 M:      Ralf Baechle <ralf@linux-mips.org>
5639 L:      linux-mips@linux-mips.org
5640 S:      Maintained
5641 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5642
5643 IOC3 SERIAL DRIVER
5644 M:      Pat Gefre <pfg@sgi.com>
5645 L:      linux-serial@vger.kernel.org
5646 S:      Maintained
5647 F:      drivers/tty/serial/ioc3_serial.c
5648
5649 IOMMU DRIVERS
5650 M:      Joerg Roedel <joro@8bytes.org>
5651 L:      iommu@lists.linux-foundation.org
5652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5653 S:      Maintained
5654 F:      drivers/iommu/
5655
5656 IP MASQUERADING
5657 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5658 S:      Maintained
5659 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5660
5661 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5662 M:      Francois Romieu <romieu@fr.zoreil.com>
5663 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5664 L:      netdev@vger.kernel.org
5665 S:      Maintained
5666 F:      drivers/net/ethernet/icplus/ipg.*
5667
5668 IPATH DRIVER
5669 M:      Mike Marciniszyn <infinipath@intel.com>
5670 L:      linux-rdma@vger.kernel.org
5671 S:      Maintained
5672 F:      drivers/staging/rdma/ipath/
5673
5674 IPMI SUBSYSTEM
5675 M:      Corey Minyard <minyard@acm.org>
5676 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5677 W:      http://openipmi.sourceforge.net/
5678 S:      Supported
5679 F:      Documentation/IPMI.txt
5680 F:      drivers/char/ipmi/
5681 F:      include/linux/ipmi*
5682 F:      include/uapi/linux/ipmi*
5683
5684 QCOM AUDIO (ASoC) DRIVERS
5685 M:      Patrick Lai <plai@codeaurora.org>
5686 M:      Banajit Goswami <bgoswami@codeaurora.org>
5687 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5688 S:      Supported
5689 F:      sound/soc/qcom/
5690
5691 IPS SCSI RAID DRIVER
5692 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5693 L:      linux-scsi@vger.kernel.org
5694 W:      http://www.adaptec.com/
5695 S:      Maintained
5696 F:      drivers/scsi/ips*
5697
5698 IPVS
5699 M:      Wensong Zhang <wensong@linux-vs.org>
5700 M:      Simon Horman <horms@verge.net.au>
5701 M:      Julian Anastasov <ja@ssi.bg>
5702 L:      netdev@vger.kernel.org
5703 L:      lvs-devel@vger.kernel.org
5704 S:      Maintained
5705 F:      Documentation/networking/ipvs-sysctl.txt
5706 F:      include/net/ip_vs.h
5707 F:      include/uapi/linux/ip_vs.h
5708 F:      net/netfilter/ipvs/
5709
5710 IPWIRELESS DRIVER
5711 M:      Jiri Kosina <jikos@kernel.org>
5712 M:      David Sterba <dsterba@suse.com>
5713 S:      Odd Fixes
5714 F:      drivers/tty/ipwireless/
5715
5716 IPX NETWORK LAYER
5717 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5718 L:      netdev@vger.kernel.org
5719 S:      Maintained
5720 F:      include/net/ipx.h
5721 F:      include/uapi/linux/ipx.h
5722 F:      net/ipx/
5723
5724 IRDA SUBSYSTEM
5725 M:      Samuel Ortiz <samuel@sortiz.org>
5726 L:      irda-users@lists.sourceforge.net (subscribers-only)
5727 L:      netdev@vger.kernel.org
5728 W:      http://irda.sourceforge.net/
5729 S:      Maintained
5730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5731 F:      Documentation/networking/irda.txt
5732 F:      drivers/net/irda/
5733 F:      include/net/irda/
5734 F:      net/irda/
5735
5736 IRQ SUBSYSTEM
5737 M:      Thomas Gleixner <tglx@linutronix.de>
5738 L:      linux-kernel@vger.kernel.org
5739 S:      Maintained
5740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5741 F:      kernel/irq/
5742
5743 IRQCHIP DRIVERS
5744 M:      Thomas Gleixner <tglx@linutronix.de>
5745 M:      Jason Cooper <jason@lakedaemon.net>
5746 M:      Marc Zyngier <marc.zyngier@arm.com>
5747 L:      linux-kernel@vger.kernel.org
5748 S:      Maintained
5749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5750 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5751 F:      Documentation/devicetree/bindings/interrupt-controller/
5752 F:      drivers/irqchip/
5753
5754 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5755 M:      Jiang Liu <jiang.liu@linux.intel.com>
5756 M:      Marc Zyngier <marc.zyngier@arm.com>
5757 S:      Maintained
5758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5759 F:      Documentation/IRQ-domain.txt
5760 F:      include/linux/irqdomain.h
5761 F:      kernel/irq/irqdomain.c
5762 F:      kernel/irq/msi.c
5763
5764 ISAPNP
5765 M:      Jaroslav Kysela <perex@perex.cz>
5766 S:      Maintained
5767 F:      Documentation/isapnp.txt
5768 F:      drivers/pnp/isapnp/
5769 F:      include/linux/isapnp.h
5770
5771 ISA RADIO MODULE
5772 M:      Hans Verkuil <hverkuil@xs4all.nl>
5773 L:      linux-media@vger.kernel.org
5774 T:      git git://linuxtv.org/media_tree.git
5775 W:      http://linuxtv.org
5776 S:      Maintained
5777 F:      drivers/media/radio/radio-isa*
5778
5779 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5780 M:      Peter Jones <pjones@redhat.com>
5781 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5782 S:      Maintained
5783 F:      drivers/firmware/iscsi_ibft*
5784
5785 ISCSI
5786 M:      Mike Christie <michaelc@cs.wisc.edu>
5787 L:      open-iscsi@googlegroups.com
5788 W:      www.open-iscsi.org
5789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5790 S:      Maintained
5791 F:      drivers/scsi/*iscsi*
5792 F:      include/scsi/*iscsi*
5793
5794 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5795 M:      Or Gerlitz <ogerlitz@mellanox.com>
5796 M:      Sagi Grimberg <sagig@mellanox.com>
5797 M:      Roi Dayan <roid@mellanox.com>
5798 L:      linux-rdma@vger.kernel.org
5799 S:      Supported
5800 W:      http://www.openfabrics.org
5801 W:      www.open-iscsi.org
5802 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5803 F:      drivers/infiniband/ulp/iser/
5804
5805 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5806 M:      Sagi Grimberg <sagig@mellanox.com>
5807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5808 L:      linux-rdma@vger.kernel.org
5809 L:      target-devel@vger.kernel.org
5810 S:      Supported
5811 W:      http://www.linux-iscsi.org
5812 F:      drivers/infiniband/ulp/isert
5813
5814 ISDN SUBSYSTEM
5815 M:      Karsten Keil <isdn@linux-pingi.de>
5816 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5817 L:      netdev@vger.kernel.org
5818 W:      http://www.isdn4linux.de
5819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5820 S:      Maintained
5821 F:      Documentation/isdn/
5822 F:      drivers/isdn/
5823 F:      include/linux/isdn.h
5824 F:      include/linux/isdn/
5825 F:      include/uapi/linux/isdn.h
5826 F:      include/uapi/linux/isdn/
5827
5828 ISDN SUBSYSTEM (Eicon active card driver)
5829 M:      Armin Schindler <mac@melware.de>
5830 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5831 W:      http://www.melware.de
5832 S:      Maintained
5833 F:      drivers/isdn/hardware/eicon/
5834
5835 IT87 HARDWARE MONITORING DRIVER
5836 M:      Jean Delvare <jdelvare@suse.com>
5837 L:      lm-sensors@lm-sensors.org
5838 S:      Maintained
5839 F:      Documentation/hwmon/it87
5840 F:      drivers/hwmon/it87.c
5841
5842 IT913X MEDIA DRIVER
5843 M:      Antti Palosaari <crope@iki.fi>
5844 L:      linux-media@vger.kernel.org
5845 W:      http://linuxtv.org/
5846 W:      http://palosaari.fi/linux/
5847 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5848 T:      git git://linuxtv.org/anttip/media_tree.git
5849 S:      Maintained
5850 F:      drivers/media/tuners/it913x*
5851
5852 IVTV VIDEO4LINUX DRIVER
5853 M:      Andy Walls <awalls@md.metrocast.net>
5854 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5855 L:      linux-media@vger.kernel.org
5856 T:      git git://linuxtv.org/media_tree.git
5857 W:      http://www.ivtvdriver.org
5858 S:      Maintained
5859 F:      Documentation/video4linux/*.ivtv
5860 F:      drivers/media/pci/ivtv/
5861 F:      include/uapi/linux/ivtv*
5862
5863 IX2505V MEDIA DRIVER
5864 M:      Malcolm Priestley <tvboxspy@gmail.com>
5865 L:      linux-media@vger.kernel.org
5866 W:      http://linuxtv.org/
5867 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5868 S:      Maintained
5869 F:      drivers/media/dvb-frontends/ix2505v*
5870
5871 JC42.4 TEMPERATURE SENSOR DRIVER
5872 M:      Guenter Roeck <linux@roeck-us.net>
5873 L:      lm-sensors@lm-sensors.org
5874 S:      Maintained
5875 F:      drivers/hwmon/jc42.c
5876 F:      Documentation/hwmon/jc42
5877
5878 JFS FILESYSTEM
5879 M:      Dave Kleikamp <shaggy@kernel.org>
5880 L:      jfs-discussion@lists.sourceforge.net
5881 W:      http://jfs.sourceforge.net/
5882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5883 S:      Maintained
5884 F:      Documentation/filesystems/jfs.txt
5885 F:      fs/jfs/
5886
5887 JME NETWORK DRIVER
5888 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5889 L:      netdev@vger.kernel.org
5890 S:      Maintained
5891 F:      drivers/net/ethernet/jme.*
5892
5893 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5894 M:      David Woodhouse <dwmw2@infradead.org>
5895 L:      linux-mtd@lists.infradead.org
5896 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5897 S:      Maintained
5898 F:      fs/jffs2/
5899 F:      include/uapi/linux/jffs2.h
5900
5901 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5902 M:      "Theodore Ts'o" <tytso@mit.edu>
5903 M:      Jan Kara <jack@suse.com>
5904 L:      linux-ext4@vger.kernel.org
5905 S:      Maintained
5906 F:      fs/jbd2/
5907 F:      include/linux/jbd2.h
5908
5909 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5910 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5911 L:      linux-media@vger.kernel.org
5912 S:      Maintained
5913 F:      drivers/media/platform/rcar_jpu.c
5914
5915 JSM Neo PCI based serial card
5916 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5917 L:      linux-serial@vger.kernel.org
5918 S:      Maintained
5919 F:      drivers/tty/serial/jsm/
5920
5921 K10TEMP HARDWARE MONITORING DRIVER
5922 M:      Clemens Ladisch <clemens@ladisch.de>
5923 L:      lm-sensors@lm-sensors.org
5924 S:      Maintained
5925 F:      Documentation/hwmon/k10temp
5926 F:      drivers/hwmon/k10temp.c
5927
5928 K8TEMP HARDWARE MONITORING DRIVER
5929 M:      Rudolf Marek <r.marek@assembler.cz>
5930 L:      lm-sensors@lm-sensors.org
5931 S:      Maintained
5932 F:      Documentation/hwmon/k8temp
5933 F:      drivers/hwmon/k8temp.c
5934
5935 KCONFIG
5936 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5937 L:      linux-kbuild@vger.kernel.org
5938 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5939 S:      Maintained
5940 F:      Documentation/kbuild/kconfig-language.txt
5941 F:      scripts/kconfig/
5942
5943 KDUMP
5944 M:      Vivek Goyal <vgoyal@redhat.com>
5945 M:      Haren Myneni <hbabu@us.ibm.com>
5946 L:      kexec@lists.infradead.org
5947 W:      http://lse.sourceforge.net/kdump/
5948 S:      Maintained
5949 F:      Documentation/kdump/
5950
5951 KEENE FM RADIO TRANSMITTER DRIVER
5952 M:      Hans Verkuil <hverkuil@xs4all.nl>
5953 L:      linux-media@vger.kernel.org
5954 T:      git git://linuxtv.org/media_tree.git
5955 W:      http://linuxtv.org
5956 S:      Maintained
5957 F:      drivers/media/radio/radio-keene*
5958
5959 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5960 M:      Ian Kent <raven@themaw.net>
5961 L:      autofs@vger.kernel.org
5962 S:      Maintained
5963 F:      fs/autofs4/
5964
5965 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5966 M:      Michal Marek <mmarek@suse.com>
5967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5969 L:      linux-kbuild@vger.kernel.org
5970 S:      Maintained
5971 F:      Documentation/kbuild/
5972 F:      Makefile
5973 F:      scripts/Makefile.*
5974 F:      scripts/basic/
5975 F:      scripts/mk*
5976 F:      scripts/package/
5977
5978 KERNEL JANITORS
5979 L:      kernel-janitors@vger.kernel.org
5980 W:      http://kernelnewbies.org/KernelJanitors
5981 S:      Odd Fixes
5982
5983 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5984 M:      "J. Bruce Fields" <bfields@fieldses.org>
5985 M:      Jeff Layton <jlayton@poochiereds.net>
5986 L:      linux-nfs@vger.kernel.org
5987 W:      http://nfs.sourceforge.net/
5988 S:      Supported
5989 F:      fs/nfsd/
5990 F:      include/uapi/linux/nfsd/
5991 F:      fs/lockd/
5992 F:      fs/nfs_common/
5993 F:      net/sunrpc/
5994 F:      include/linux/lockd/
5995 F:      include/linux/sunrpc/
5996 F:      include/uapi/linux/sunrpc/
5997
5998 KERNEL SELFTEST FRAMEWORK
5999 M:      Shuah Khan <shuahkh@osg.samsung.com>
6000 L:      linux-api@vger.kernel.org
6001 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6002 S:      Maintained
6003 F:      tools/testing/selftests
6004
6005 KERNEL VIRTUAL MACHINE (KVM)
6006 M:      Gleb Natapov <gleb@kernel.org>
6007 M:      Paolo Bonzini <pbonzini@redhat.com>
6008 L:      kvm@vger.kernel.org
6009 W:      http://www.linux-kvm.org
6010 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6011 S:      Supported
6012 F:      Documentation/*/kvm*.txt
6013 F:      Documentation/virtual/kvm/
6014 F:      arch/*/kvm/
6015 F:      arch/x86/kernel/kvm.c
6016 F:      arch/x86/kernel/kvmclock.c
6017 F:      arch/*/include/asm/kvm*
6018 F:      include/linux/kvm*
6019 F:      include/uapi/linux/kvm*
6020 F:      virt/kvm/
6021
6022 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6023 M:      Joerg Roedel <joro@8bytes.org>
6024 L:      kvm@vger.kernel.org
6025 W:      http://www.linux-kvm.org/
6026 S:      Maintained
6027 F:      arch/x86/include/asm/svm.h
6028 F:      arch/x86/kvm/svm.c
6029
6030 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6031 M:      Alexander Graf <agraf@suse.com>
6032 L:      kvm-ppc@vger.kernel.org
6033 W:      http://www.linux-kvm.org/
6034 T:      git git://github.com/agraf/linux-2.6.git
6035 S:      Supported
6036 F:      arch/powerpc/include/asm/kvm*
6037 F:      arch/powerpc/kvm/
6038
6039 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6040 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6041 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6042 L:      linux-s390@vger.kernel.org
6043 W:      http://www.ibm.com/developerworks/linux/linux390/
6044 S:      Supported
6045 F:      Documentation/s390/kvm.txt
6046 F:      arch/s390/include/asm/kvm*
6047 F:      arch/s390/kvm/
6048
6049 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6050 M:      Christoffer Dall <christoffer.dall@linaro.org>
6051 M:      Marc Zyngier <marc.zyngier@arm.com>
6052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6053 L:      kvmarm@lists.cs.columbia.edu
6054 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6055 S:      Supported
6056 F:      arch/arm/include/uapi/asm/kvm*
6057 F:      arch/arm/include/asm/kvm*
6058 F:      arch/arm/kvm/
6059 F:      virt/kvm/arm/
6060 F:      include/kvm/arm_*
6061
6062 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6063 M:      Christoffer Dall <christoffer.dall@linaro.org>
6064 M:      Marc Zyngier <marc.zyngier@arm.com>
6065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6066 L:      kvmarm@lists.cs.columbia.edu
6067 S:      Maintained
6068 F:      arch/arm64/include/uapi/asm/kvm*
6069 F:      arch/arm64/include/asm/kvm*
6070 F:      arch/arm64/kvm/
6071
6072 KEXEC
6073 M:      Eric Biederman <ebiederm@xmission.com>
6074 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6075 L:      kexec@lists.infradead.org
6076 S:      Maintained
6077 F:      include/linux/kexec.h
6078 F:      include/uapi/linux/kexec.h
6079 F:      kernel/kexec.c
6080
6081 KEYS/KEYRINGS:
6082 M:      David Howells <dhowells@redhat.com>
6083 L:      keyrings@vger.kernel.org
6084 S:      Maintained
6085 F:      Documentation/security/keys.txt
6086 F:      include/linux/key.h
6087 F:      include/linux/key-type.h
6088 F:      include/keys/
6089 F:      security/keys/
6090
6091 KEYS-TRUSTED
6092 M:      David Safford <safford@us.ibm.com>
6093 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6094 L:      linux-security-module@vger.kernel.org
6095 L:      keyrings@vger.kernel.org
6096 S:      Supported
6097 F:      Documentation/security/keys-trusted-encrypted.txt
6098 F:      include/keys/trusted-type.h
6099 F:      security/keys/trusted.c
6100 F:      security/keys/trusted.h
6101
6102 KEYS-ENCRYPTED
6103 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6104 M:      David Safford <safford@us.ibm.com>
6105 L:      linux-security-module@vger.kernel.org
6106 L:      keyrings@vger.kernel.org
6107 S:      Supported
6108 F:      Documentation/security/keys-trusted-encrypted.txt
6109 F:      include/keys/encrypted-type.h
6110 F:      security/keys/encrypted-keys/
6111
6112 KGDB / KDB /debug_core
6113 M:      Jason Wessel <jason.wessel@windriver.com>
6114 W:      http://kgdb.wiki.kernel.org/
6115 L:      kgdb-bugreport@lists.sourceforge.net
6116 S:      Maintained
6117 F:      Documentation/DocBook/kgdb.tmpl
6118 F:      drivers/misc/kgdbts.c
6119 F:      drivers/tty/serial/kgdboc.c
6120 F:      include/linux/kdb.h
6121 F:      include/linux/kgdb.h
6122 F:      kernel/debug/
6123
6124 KMEMCHECK
6125 M:      Vegard Nossum <vegardno@ifi.uio.no>
6126 M:      Pekka Enberg <penberg@kernel.org>
6127 S:      Maintained
6128 F:      Documentation/kmemcheck.txt
6129 F:      arch/x86/include/asm/kmemcheck.h
6130 F:      arch/x86/mm/kmemcheck/
6131 F:      include/linux/kmemcheck.h
6132 F:      mm/kmemcheck.c
6133
6134 KMEMLEAK
6135 M:      Catalin Marinas <catalin.marinas@arm.com>
6136 S:      Maintained
6137 F:      Documentation/kmemleak.txt
6138 F:      include/linux/kmemleak.h
6139 F:      mm/kmemleak.c
6140 F:      mm/kmemleak-test.c
6141
6142 KPROBES
6143 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6144 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6145 M:      "David S. Miller" <davem@davemloft.net>
6146 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6147 S:      Maintained
6148 F:      Documentation/kprobes.txt
6149 F:      include/linux/kprobes.h
6150 F:      kernel/kprobes.c
6151
6152 KS0108 LCD CONTROLLER DRIVER
6153 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6154 W:      http://miguelojeda.es/auxdisplay.htm
6155 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6156 S:      Maintained
6157 F:      Documentation/auxdisplay/ks0108
6158 F:      drivers/auxdisplay/ks0108.c
6159 F:      include/linux/ks0108.h
6160
6161 L3MDEV
6162 M:      David Ahern <dsa@cumulusnetworks.com>
6163 L:      netdev@vger.kernel.org
6164 S:      Maintained
6165 F:      net/l3mdev
6166 F:      include/net/l3mdev.h
6167
6168 LAPB module
6169 L:      linux-x25@vger.kernel.org
6170 S:      Orphan
6171 F:      Documentation/networking/lapb-module.txt
6172 F:      include/*/lapb.h
6173 F:      net/lapb/
6174
6175 LASI 53c700 driver for PARISC
6176 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6177 L:      linux-scsi@vger.kernel.org
6178 S:      Maintained
6179 F:      Documentation/scsi/53c700.txt
6180 F:      drivers/scsi/53c700*
6181
6182 LED SUBSYSTEM
6183 M:      Richard Purdie <rpurdie@rpsys.net>
6184 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6185 L:      linux-leds@vger.kernel.org
6186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6187 S:      Maintained
6188 F:      drivers/leds/
6189 F:      include/linux/leds.h
6190
6191 LEGACY EEPROM DRIVER
6192 M:      Jean Delvare <jdelvare@suse.com>
6193 S:      Maintained
6194 F:      Documentation/misc-devices/eeprom
6195 F:      drivers/misc/eeprom/eeprom.c
6196
6197 LEGO USB Tower driver
6198 M:      Juergen Stuber <starblue@users.sourceforge.net>
6199 L:      legousb-devel@lists.sourceforge.net
6200 W:      http://legousb.sourceforge.net/
6201 S:      Maintained
6202 F:      drivers/usb/misc/legousbtower.c
6203
6204 LG2160 MEDIA DRIVER
6205 M:      Michael Krufky <mkrufky@linuxtv.org>
6206 L:      linux-media@vger.kernel.org
6207 W:      http://linuxtv.org/
6208 W:      http://github.com/mkrufky
6209 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6210 T:      git git://linuxtv.org/mkrufky/tuners.git
6211 S:      Maintained
6212 F:      drivers/media/dvb-frontends/lg2160.*
6213
6214 LGDT3305 MEDIA DRIVER
6215 M:      Michael Krufky <mkrufky@linuxtv.org>
6216 L:      linux-media@vger.kernel.org
6217 W:      http://linuxtv.org/
6218 W:      http://github.com/mkrufky
6219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6220 T:      git git://linuxtv.org/mkrufky/tuners.git
6221 S:      Maintained
6222 F:      drivers/media/dvb-frontends/lgdt3305.*
6223
6224 LGUEST
6225 M:      Rusty Russell <rusty@rustcorp.com.au>
6226 L:      lguest@lists.ozlabs.org
6227 W:      http://lguest.ozlabs.org/
6228 S:      Odd Fixes
6229 F:      arch/x86/include/asm/lguest*.h
6230 F:      arch/x86/lguest/
6231 F:      drivers/lguest/
6232 F:      include/linux/lguest*.h
6233 F:      tools/lguest/
6234
6235 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6236 M:      Tejun Heo <tj@kernel.org>
6237 L:      linux-ide@vger.kernel.org
6238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6239 S:      Maintained
6240 F:      drivers/ata/
6241 F:      include/linux/ata.h
6242 F:      include/linux/libata.h
6243
6244 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6245 M:      Viresh Kumar <vireshk@kernel.org>
6246 L:      linux-ide@vger.kernel.org
6247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6248 S:      Maintained
6249 F:      include/linux/pata_arasan_cf_data.h
6250 F:      drivers/ata/pata_arasan_cf.c
6251
6252 LIBATA PATA DRIVERS
6253 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6254 M:      Tejun Heo <tj@kernel.org>
6255 L:      linux-ide@vger.kernel.org
6256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6257 S:      Maintained
6258 F:      drivers/ata/pata_*.c
6259 F:      drivers/ata/ata_generic.c
6260
6261 LIBATA SATA AHCI PLATFORM devices support
6262 M:      Hans de Goede <hdegoede@redhat.com>
6263 M:      Tejun Heo <tj@kernel.org>
6264 L:      linux-ide@vger.kernel.org
6265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6266 S:      Maintained
6267 F:      drivers/ata/ahci_platform.c
6268 F:      drivers/ata/libahci_platform.c
6269 F:      include/linux/ahci_platform.h
6270
6271 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6272 M:      Mikael Pettersson <mikpelinux@gmail.com>
6273 L:      linux-ide@vger.kernel.org
6274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6275 S:      Maintained
6276 F:      drivers/ata/sata_promise.*
6277
6278 LIBLOCKDEP
6279 M:      Sasha Levin <sasha.levin@oracle.com>
6280 S:      Maintained
6281 F:      tools/lib/lockdep/
6282
6283 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6284 M:      Dan Williams <dan.j.williams@intel.com>
6285 L:      linux-nvdimm@lists.01.org
6286 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6287 S:      Supported
6288 F:      drivers/nvdimm/*
6289 F:      include/linux/nd.h
6290 F:      include/linux/libnvdimm.h
6291 F:      include/uapi/linux/ndctl.h
6292
6293 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6294 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6295 L:      linux-nvdimm@lists.01.org
6296 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6297 S:      Supported
6298 F:      drivers/nvdimm/blk.c
6299 F:      drivers/nvdimm/region_devs.c
6300 F:      drivers/acpi/nfit*
6301
6302 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6303 M:      Vishal Verma <vishal.l.verma@intel.com>
6304 L:      linux-nvdimm@lists.01.org
6305 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6306 S:      Supported
6307 F:      drivers/nvdimm/btt*
6308
6309 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6310 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6311 L:      linux-nvdimm@lists.01.org
6312 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6313 S:      Supported
6314 F:      drivers/nvdimm/pmem.c
6315 F:      include/linux/pmem.h
6316 F:      arch/*/include/asm/pmem.h
6317
6318 LIGHTNVM PLATFORM SUPPORT
6319 M:      Matias Bjorling <mb@lightnvm.io>
6320 W:      http://github/OpenChannelSSD
6321 S:      Maintained
6322 F:      drivers/lightnvm/
6323 F:      include/linux/lightnvm.h
6324 F:      include/uapi/linux/lightnvm.h
6325
6326 LINUX FOR IBM pSERIES (RS/6000)
6327 M:      Paul Mackerras <paulus@au.ibm.com>
6328 W:      http://www.ibm.com/linux/ltc/projects/ppc
6329 S:      Supported
6330 F:      arch/powerpc/boot/rs6000.h
6331
6332 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6333 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6334 M:      Paul Mackerras <paulus@samba.org>
6335 M:      Michael Ellerman <mpe@ellerman.id.au>
6336 W:      http://www.penguinppc.org/
6337 L:      linuxppc-dev@lists.ozlabs.org
6338 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6340 S:      Supported
6341 F:      Documentation/powerpc/
6342 F:      arch/powerpc/
6343
6344 LINUX FOR POWER MACINTOSH
6345 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6346 W:      http://www.penguinppc.org/
6347 L:      linuxppc-dev@lists.ozlabs.org
6348 S:      Maintained
6349 F:      arch/powerpc/platforms/powermac/
6350 F:      drivers/macintosh/
6351
6352 LINUX FOR POWERPC EMBEDDED MPC5XXX
6353 M:      Anatolij Gustschin <agust@denx.de>
6354 L:      linuxppc-dev@lists.ozlabs.org
6355 T:      git git://git.denx.de/linux-denx-agust.git
6356 S:      Maintained
6357 F:      arch/powerpc/platforms/512x/
6358 F:      arch/powerpc/platforms/52xx/
6359
6360 LINUX FOR POWERPC EMBEDDED PPC4XX
6361 M:      Alistair Popple <alistair@popple.id.au>
6362 M:      Matt Porter <mporter@kernel.crashing.org>
6363 W:      http://www.penguinppc.org/
6364 L:      linuxppc-dev@lists.ozlabs.org
6365 S:      Maintained
6366 F:      arch/powerpc/platforms/40x/
6367 F:      arch/powerpc/platforms/44x/
6368
6369 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6370 L:      linuxppc-dev@lists.ozlabs.org
6371 S:      Orphan
6372 F:      arch/powerpc/*/*virtex*
6373 F:      arch/powerpc/*/*/*virtex*
6374
6375 LINUX FOR POWERPC EMBEDDED PPC8XX
6376 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6377 W:      http://www.penguinppc.org/
6378 L:      linuxppc-dev@lists.ozlabs.org
6379 S:      Maintained
6380 F:      arch/powerpc/platforms/8xx/
6381
6382 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6383 M:      Scott Wood <scottwood@freescale.com>
6384 M:      Kumar Gala <galak@kernel.crashing.org>
6385 W:      http://www.penguinppc.org/
6386 L:      linuxppc-dev@lists.ozlabs.org
6387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6388 S:      Maintained
6389 F:      arch/powerpc/platforms/83xx/
6390 F:      arch/powerpc/platforms/85xx/
6391
6392 LINUX FOR POWERPC PA SEMI PWRFICIENT
6393 M:      Olof Johansson <olof@lixom.net>
6394 L:      linuxppc-dev@lists.ozlabs.org
6395 S:      Maintained
6396 F:      arch/powerpc/platforms/pasemi/
6397 F:      drivers/*/*pasemi*
6398 F:      drivers/*/*/*pasemi*
6399
6400 LINUX SECURITY MODULE (LSM) FRAMEWORK
6401 M:      Chris Wright <chrisw@sous-sol.org>
6402 L:      linux-security-module@vger.kernel.org
6403 S:      Supported
6404
6405 LIS3LV02D ACCELEROMETER DRIVER
6406 M:      Eric Piel <eric.piel@tremplin-utc.net>
6407 S:      Maintained
6408 F:      Documentation/misc-devices/lis3lv02d
6409 F:      drivers/misc/lis3lv02d/
6410 F:      drivers/platform/x86/hp_accel.c
6411
6412 LIVE PATCHING
6413 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6414 M:      Seth Jennings <sjenning@redhat.com>
6415 M:      Jiri Kosina <jikos@kernel.org>
6416 M:      Vojtech Pavlik <vojtech@suse.com>
6417 S:      Maintained
6418 F:      kernel/livepatch/
6419 F:      include/linux/livepatch.h
6420 F:      arch/x86/include/asm/livepatch.h
6421 F:      arch/x86/kernel/livepatch.c
6422 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6423 F:      samples/livepatch/
6424 L:      live-patching@vger.kernel.org
6425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6426
6427 LLC (802.2)
6428 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6429 S:      Maintained
6430 F:      include/linux/llc.h
6431 F:      include/uapi/linux/llc.h
6432 F:      include/net/llc*
6433 F:      net/llc/
6434
6435 LM73 HARDWARE MONITOR DRIVER
6436 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6437 L:      lm-sensors@lm-sensors.org
6438 S:      Maintained
6439 F:      drivers/hwmon/lm73.c
6440
6441 LM78 HARDWARE MONITOR DRIVER
6442 M:      Jean Delvare <jdelvare@suse.com>
6443 L:      lm-sensors@lm-sensors.org
6444 S:      Maintained
6445 F:      Documentation/hwmon/lm78
6446 F:      drivers/hwmon/lm78.c
6447
6448 LM83 HARDWARE MONITOR DRIVER
6449 M:      Jean Delvare <jdelvare@suse.com>
6450 L:      lm-sensors@lm-sensors.org
6451 S:      Maintained
6452 F:      Documentation/hwmon/lm83
6453 F:      drivers/hwmon/lm83.c
6454
6455 LM90 HARDWARE MONITOR DRIVER
6456 M:      Jean Delvare <jdelvare@suse.com>
6457 L:      lm-sensors@lm-sensors.org
6458 S:      Maintained
6459 F:      Documentation/hwmon/lm90
6460 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6461 F:      drivers/hwmon/lm90.c
6462
6463 LM95234 HARDWARE MONITOR DRIVER
6464 M:      Guenter Roeck <linux@roeck-us.net>
6465 L:      lm-sensors@lm-sensors.org
6466 S:      Maintained
6467 F:      Documentation/hwmon/lm95234
6468 F:      drivers/hwmon/lm95234.c
6469
6470 LME2510 MEDIA DRIVER
6471 M:      Malcolm Priestley <tvboxspy@gmail.com>
6472 L:      linux-media@vger.kernel.org
6473 W:      http://linuxtv.org/
6474 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6475 S:      Maintained
6476 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6477
6478 LOCKDEP AND LOCKSTAT
6479 M:      Peter Zijlstra <peterz@infradead.org>
6480 M:      Ingo Molnar <mingo@redhat.com>
6481 L:      linux-kernel@vger.kernel.org
6482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6483 S:      Maintained
6484 F:      Documentation/locking/lockdep*.txt
6485 F:      Documentation/locking/lockstat.txt
6486 F:      include/linux/lockdep.h
6487 F:      kernel/locking/
6488
6489 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6490 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6491 L:      linux-ntfs-dev@lists.sourceforge.net
6492 W:      http://www.linux-ntfs.org/content/view/19/37/
6493 S:      Maintained
6494 F:      Documentation/ldm.txt
6495 F:      block/partitions/ldm.*
6496
6497 LogFS
6498 M:      Joern Engel <joern@logfs.org>
6499 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6500 L:      logfs@logfs.org
6501 W:      logfs.org
6502 S:      Maintained
6503 F:      fs/logfs/
6504
6505 LPC32XX MACHINE SUPPORT
6506 M:      Roland Stigge <stigge@antcom.de>
6507 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6508 S:      Maintained
6509 F:      arch/arm/mach-lpc32xx/
6510
6511 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6512 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6513 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6514 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6515 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6516 L:      MPT-FusionLinux.pdl@avagotech.com
6517 L:      linux-scsi@vger.kernel.org
6518 W:      http://www.lsilogic.com/support
6519 S:      Supported
6520 F:      drivers/message/fusion/
6521 F:      drivers/scsi/mpt2sas/
6522 F:      drivers/scsi/mpt3sas/
6523
6524 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6525 M:      Matthew Wilcox <matthew@wil.cx>
6526 L:      linux-scsi@vger.kernel.org
6527 S:      Maintained
6528 F:      drivers/scsi/sym53c8xx_2/
6529
6530 LTC4261 HARDWARE MONITOR DRIVER
6531 M:      Guenter Roeck <linux@roeck-us.net>
6532 L:      lm-sensors@lm-sensors.org
6533 S:      Maintained
6534 F:      Documentation/hwmon/ltc4261
6535 F:      drivers/hwmon/ltc4261.c
6536
6537 LTP (Linux Test Project)
6538 M:      Mike Frysinger <vapier@gentoo.org>
6539 M:      Cyril Hrubis <chrubis@suse.cz>
6540 M:      Wanlong Gao <wanlong.gao@gmail.com>
6541 M:      Jan Stancek <jstancek@redhat.com>
6542 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6543 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6544 L:      ltp@lists.linux.it (subscribers-only)
6545 W:      http://linux-test-project.github.io/
6546 T:      git git://github.com/linux-test-project/ltp.git
6547 S:      Maintained
6548
6549 M32R ARCHITECTURE
6550 W:      http://www.linux-m32r.org/
6551 S:      Orphan
6552 F:      arch/m32r/
6553
6554 M68K ARCHITECTURE
6555 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6556 L:      linux-m68k@lists.linux-m68k.org
6557 W:      http://www.linux-m68k.org/
6558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6559 S:      Maintained
6560 F:      arch/m68k/
6561 F:      drivers/zorro/
6562
6563 M68K ON APPLE MACINTOSH
6564 M:      Joshua Thompson <funaho@jurai.org>
6565 W:      http://www.mac.linux-m68k.org/
6566 L:      linux-m68k@lists.linux-m68k.org
6567 S:      Maintained
6568 F:      arch/m68k/mac/
6569
6570 M68K ON HP9000/300
6571 M:      Philip Blundell <philb@gnu.org>
6572 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6573 S:      Maintained
6574 F:      arch/m68k/hp300/
6575
6576 M88DS3103 MEDIA DRIVER
6577 M:      Antti Palosaari <crope@iki.fi>
6578 L:      linux-media@vger.kernel.org
6579 W:      http://linuxtv.org/
6580 W:      http://palosaari.fi/linux/
6581 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6582 T:      git git://linuxtv.org/anttip/media_tree.git
6583 S:      Maintained
6584 F:      drivers/media/dvb-frontends/m88ds3103*
6585
6586 M88RS2000 MEDIA DRIVER
6587 M:      Malcolm Priestley <tvboxspy@gmail.com>
6588 L:      linux-media@vger.kernel.org
6589 W:      http://linuxtv.org/
6590 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6591 S:      Maintained
6592 F:      drivers/media/dvb-frontends/m88rs2000*
6593
6594 MA901 MASTERKIT USB FM RADIO DRIVER
6595 M:      Alexey Klimov <klimov.linux@gmail.com>
6596 L:      linux-media@vger.kernel.org
6597 T:      git git://linuxtv.org/media_tree.git
6598 S:      Maintained
6599 F:      drivers/media/radio/radio-ma901.c
6600
6601 MAC80211
6602 M:      Johannes Berg <johannes@sipsolutions.net>
6603 L:      linux-wireless@vger.kernel.org
6604 W:      http://wireless.kernel.org/
6605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6607 S:      Maintained
6608 F:      Documentation/networking/mac80211-injection.txt
6609 F:      include/net/mac80211.h
6610 F:      net/mac80211/
6611
6612 MACVLAN DRIVER
6613 M:      Patrick McHardy <kaber@trash.net>
6614 L:      netdev@vger.kernel.org
6615 S:      Maintained
6616 F:      drivers/net/macvlan.c
6617 F:      include/linux/if_macvlan.h
6618
6619 MAILBOX API
6620 M:      Jassi Brar <jassisinghbrar@gmail.com>
6621 L:      linux-kernel@vger.kernel.org
6622 S:      Maintained
6623 F:      drivers/mailbox/
6624 F:      include/linux/mailbox_client.h
6625 F:      include/linux/mailbox_controller.h
6626
6627 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6628 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6629 W:      http://www.kernel.org/doc/man-pages
6630 L:      linux-man@vger.kernel.org
6631 S:      Maintained
6632
6633 MARVELL ARMADA DRM SUPPORT
6634 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6635 S:      Maintained
6636 F:      drivers/gpu/drm/armada/
6637
6638 MARVELL 88E6352 DSA support
6639 M:      Guenter Roeck <linux@roeck-us.net>
6640 S:      Maintained
6641 F:      drivers/net/dsa/mv88e6352.c
6642
6643 MARVELL CRYPTO DRIVER
6644 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6645 M:      Arnaud Ebalard <arno@natisbad.org>
6646 F:      drivers/crypto/marvell/
6647 S:      Maintained
6648 L:      linux-crypto@vger.kernel.org
6649
6650 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6651 M:      Mirko Lindner <mlindner@marvell.com>
6652 M:      Stephen Hemminger <stephen@networkplumber.org>
6653 L:      netdev@vger.kernel.org
6654 S:      Maintained
6655 F:      drivers/net/ethernet/marvell/sk*
6656
6657 MARVELL LIBERTAS WIRELESS DRIVER
6658 L:      libertas-dev@lists.infradead.org
6659 S:      Orphan
6660 F:      drivers/net/wireless/libertas/
6661
6662 MARVELL MV643XX ETHERNET DRIVER
6663 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6664 L:      netdev@vger.kernel.org
6665 S:      Maintained
6666 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6667 F:      include/linux/mv643xx.h
6668
6669 MARVELL MVNETA ETHERNET DRIVER
6670 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6671 L:      netdev@vger.kernel.org
6672 S:      Maintained
6673 F:      drivers/net/ethernet/marvell/mvneta.*
6674
6675 MARVELL MWIFIEX WIRELESS DRIVER
6676 M:      Amitkumar Karwar <akarwar@marvell.com>
6677 M:      Nishant Sarmukadam <nishants@marvell.com>
6678 L:      linux-wireless@vger.kernel.org
6679 S:      Maintained
6680 F:      drivers/net/wireless/mwifiex/
6681
6682 MARVELL MWL8K WIRELESS DRIVER
6683 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6684 L:      linux-wireless@vger.kernel.org
6685 S:      Odd Fixes
6686 F:      drivers/net/wireless/mwl8k.c
6687
6688 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6689 M:      Nicolas Pitre <nico@fluxnic.net>
6690 S:      Odd Fixes
6691 F:      drivers/mmc/host/mvsdio.*
6692
6693 MATROX FRAMEBUFFER DRIVER
6694 L:      linux-fbdev@vger.kernel.org
6695 S:      Orphan
6696 F:      drivers/video/fbdev/matrox/matroxfb_*
6697 F:      include/uapi/linux/matroxfb.h
6698
6699 MAX16065 HARDWARE MONITOR DRIVER
6700 M:      Guenter Roeck <linux@roeck-us.net>
6701 L:      lm-sensors@lm-sensors.org
6702 S:      Maintained
6703 F:      Documentation/hwmon/max16065
6704 F:      drivers/hwmon/max16065.c
6705
6706 MAX20751 HARDWARE MONITOR DRIVER
6707 M:      Guenter Roeck <linux@roeck-us.net>
6708 L:      lm-sensors@lm-sensors.org
6709 S:      Maintained
6710 F:      Documentation/hwmon/max20751
6711 F:      drivers/hwmon/max20751.c
6712
6713 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6714 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6715 L:      lm-sensors@lm-sensors.org
6716 S:      Maintained
6717 F:      Documentation/hwmon/max6650
6718 F:      drivers/hwmon/max6650.c
6719
6720 MAX6697 HARDWARE MONITOR DRIVER
6721 M:      Guenter Roeck <linux@roeck-us.net>
6722 L:      lm-sensors@lm-sensors.org
6723 S:      Maintained
6724 F:      Documentation/hwmon/max6697
6725 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6726 F:      drivers/hwmon/max6697.c
6727 F:      include/linux/platform_data/max6697.h
6728
6729 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6730 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6731 L:      linux-pm@vger.kernel.org
6732 S:      Supported
6733 F:      drivers/power/max14577_charger.c
6734 F:      drivers/power/max77693_charger.c
6735
6736 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6737 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6738 L:      linux-kernel@vger.kernel.org
6739 S:      Supported
6740 F:      drivers/*/*max77802.c
6741 F:      Documentation/devicetree/bindings/*/*max77802.txt
6742 F:      include/dt-bindings/*/*max77802.h
6743
6744 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6745 M:      Chanwoo Choi <cw00.choi@samsung.com>
6746 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6747 L:      linux-kernel@vger.kernel.org
6748 S:      Supported
6749 F:      drivers/*/max14577.c
6750 F:      drivers/*/max77686.c
6751 F:      drivers/*/max77693.c
6752 F:      drivers/extcon/extcon-max14577.c
6753 F:      drivers/extcon/extcon-max77693.c
6754 F:      drivers/rtc/rtc-max77686.c
6755 F:      drivers/clk/clk-max77686.c
6756 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6757 F:      Documentation/devicetree/bindings/*/max77686.txt
6758 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6759 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6760 F:      include/linux/mfd/max14577*.h
6761 F:      include/linux/mfd/max77686*.h
6762 F:      include/linux/mfd/max77693*.h
6763
6764 MAXIRADIO FM RADIO RECEIVER DRIVER
6765 M:      Hans Verkuil <hverkuil@xs4all.nl>
6766 L:      linux-media@vger.kernel.org
6767 T:      git git://linuxtv.org/media_tree.git
6768 W:      http://linuxtv.org
6769 S:      Maintained
6770 F:      drivers/media/radio/radio-maxiradio*
6771
6772 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6773 M:      Peter Rosin <peda@axentia.se>
6774 L:      linux-iio@vger.kernel.org
6775 S:      Maintained
6776 F:      drivers/iio/potentiometer/mcp4531.c
6777
6778 MEDIA DRIVERS FOR RENESAS - VSP1
6779 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6780 L:      linux-media@vger.kernel.org
6781 L:      linux-sh@vger.kernel.org
6782 T:      git git://linuxtv.org/media_tree.git
6783 S:      Supported
6784 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6785 F:      drivers/media/platform/vsp1/
6786
6787 MEDIA DRIVERS FOR ASCOT2E
6788 M:      Sergey Kozlov <serjk@netup.ru>
6789 L:      linux-media@vger.kernel.org
6790 W:      http://linuxtv.org
6791 W:      http://netup.tv/
6792 T:      git git://linuxtv.org/media_tree.git
6793 S:      Supported
6794 F:      drivers/media/dvb-frontends/ascot2e*
6795
6796 MEDIA DRIVERS FOR CXD2841ER
6797 M:      Sergey Kozlov <serjk@netup.ru>
6798 L:      linux-media@vger.kernel.org
6799 W:      http://linuxtv.org/
6800 W:      http://netup.tv/
6801 T:      git git://linuxtv.org/media_tree.git
6802 S:      Supported
6803 F:      drivers/media/dvb-frontends/cxd2841er*
6804
6805 MEDIA DRIVERS FOR HORUS3A
6806 M:      Sergey Kozlov <serjk@netup.ru>
6807 L:      linux-media@vger.kernel.org
6808 W:      http://linuxtv.org/
6809 W:      http://netup.tv/
6810 T:      git git://linuxtv.org/media_tree.git
6811 S:      Supported
6812 F:      drivers/media/dvb-frontends/horus3a*
6813
6814 MEDIA DRIVERS FOR LNBH25
6815 M:      Sergey Kozlov <serjk@netup.ru>
6816 L:      linux-media@vger.kernel.org
6817 W:      http://linuxtv.org/
6818 W:      http://netup.tv/
6819 T:      git git://linuxtv.org/media_tree.git
6820 S:      Supported
6821 F:      drivers/media/dvb-frontends/lnbh25*
6822
6823 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6824 M:      Sergey Kozlov <serjk@netup.ru>
6825 L:      linux-media@vger.kernel.org
6826 W:      http://linuxtv.org/
6827 W:      http://netup.tv/
6828 T:      git git://linuxtv.org/media_tree.git
6829 S:      Supported
6830 F:      drivers/media/pci/netup_unidvb/*
6831
6832 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6833 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6834 P:      LinuxTV.org Project
6835 L:      linux-media@vger.kernel.org
6836 W:      http://linuxtv.org
6837 Q:      http://patchwork.kernel.org/project/linux-media/list/
6838 T:      git git://linuxtv.org/media_tree.git
6839 S:      Maintained
6840 F:      Documentation/dvb/
6841 F:      Documentation/video4linux/
6842 F:      Documentation/DocBook/media/
6843 F:      drivers/media/
6844 F:      drivers/staging/media/
6845 F:      include/media/
6846 F:      include/uapi/linux/dvb/
6847 F:      include/uapi/linux/videodev2.h
6848 F:      include/uapi/linux/media.h
6849 F:      include/uapi/linux/v4l2-*
6850 F:      include/uapi/linux/meye.h
6851 F:      include/uapi/linux/ivtv*
6852 F:      include/uapi/linux/uvcvideo.h
6853
6854 MEDIATEK MT7601U WIRELESS LAN DRIVER
6855 M:      Jakub Kicinski <kubakici@wp.pl>
6856 L:      linux-wireless@vger.kernel.org
6857 S:      Maintained
6858 F:      drivers/net/wireless/mediatek/mt7601u/
6859
6860 MEGARAID SCSI/SAS DRIVERS
6861 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6862 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6863 M:      Uday Lingala <uday.lingala@avagotech.com>
6864 L:      megaraidlinux.pdl@avagotech.com
6865 L:      linux-scsi@vger.kernel.org
6866 W:      http://www.lsi.com
6867 S:      Maintained
6868 F:      Documentation/scsi/megaraid.txt
6869 F:      drivers/scsi/megaraid.*
6870 F:      drivers/scsi/megaraid/
6871
6872 MELLANOX ETHERNET DRIVER (mlx4_en)
6873 M:      Amir Vadai <amirv@mellanox.com>
6874 L:      netdev@vger.kernel.org
6875 S:      Supported
6876 W:      http://www.mellanox.com
6877 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6878 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6879
6880 MELLANOX ETHERNET SWITCH DRIVERS
6881 M:      Jiri Pirko <jiri@mellanox.com>
6882 M:      Ido Schimmel <idosch@mellanox.com>
6883 L:      netdev@vger.kernel.org
6884 S:      Supported
6885 W:      http://www.mellanox.com
6886 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6887 F:      drivers/net/ethernet/mellanox/mlxsw/
6888
6889 MEMBARRIER SUPPORT
6890 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6891 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6892 L:      linux-kernel@vger.kernel.org
6893 S:      Supported
6894 F:      kernel/membarrier.c
6895 F:      include/uapi/linux/membarrier.h
6896
6897 MEMORY MANAGEMENT
6898 L:      linux-mm@kvack.org
6899 W:      http://www.linux-mm.org
6900 S:      Maintained
6901 F:      include/linux/mm.h
6902 F:      include/linux/gfp.h
6903 F:      include/linux/mmzone.h
6904 F:      include/linux/memory_hotplug.h
6905 F:      include/linux/vmalloc.h
6906 F:      mm/
6907
6908 MEMORY TECHNOLOGY DEVICES (MTD)
6909 M:      David Woodhouse <dwmw2@infradead.org>
6910 M:      Brian Norris <computersforpeace@gmail.com>
6911 L:      linux-mtd@lists.infradead.org
6912 W:      http://www.linux-mtd.infradead.org/
6913 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6914 T:      git git://git.infradead.org/linux-mtd.git
6915 T:      git git://git.infradead.org/l2-mtd.git
6916 S:      Maintained
6917 F:      drivers/mtd/
6918 F:      include/linux/mtd/
6919 F:      include/uapi/mtd/
6920
6921 MEN A21 WATCHDOG DRIVER
6922 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6923 L:      linux-watchdog@vger.kernel.org
6924 S:      Maintained
6925 F:      drivers/watchdog/mena21_wdt.c
6926
6927 MEN CHAMELEON BUS (mcb)
6928 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6929 S:      Maintained
6930 F:      drivers/mcb/
6931 F:      include/linux/mcb.h
6932 F:      Documentation/men-chameleon-bus.txt
6933
6934 MEN F21BMC (Board Management Controller)
6935 M:      Andreas Werner <andreas.werner@men.de>
6936 S:      Supported
6937 F:      drivers/mfd/menf21bmc.c
6938 F:      drivers/watchdog/menf21bmc_wdt.c
6939 F:      drivers/leds/leds-menf21bmc.c
6940 F:      drivers/hwmon/menf21bmc_hwmon.c
6941 F:      Documentation/hwmon/menf21bmc
6942
6943 METAG ARCHITECTURE
6944 M:      James Hogan <james.hogan@imgtec.com>
6945 L:      linux-metag@vger.kernel.org
6946 S:      Supported
6947 F:      arch/metag/
6948 F:      Documentation/metag/
6949 F:      Documentation/devicetree/bindings/metag/
6950 F:      drivers/clocksource/metag_generic.c
6951 F:      drivers/irqchip/irq-metag.c
6952 F:      drivers/irqchip/irq-metag-ext.c
6953 F:      drivers/tty/metag_da.c
6954
6955 MICROBLAZE ARCHITECTURE
6956 M:      Michal Simek <monstr@monstr.eu>
6957 W:      http://www.monstr.eu/fdt/
6958 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6959 S:      Supported
6960 F:      arch/microblaze/
6961
6962 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6963 M:      Chen Yu <yu.c.chen@intel.com>
6964 L:      platform-driver-x86@vger.kernel.org
6965 S:      Supported
6966 F:      drivers/platform/x86/surfacepro3_button.c
6967
6968 MICROTEK X6 SCANNER
6969 M:      Oliver Neukum <oliver@neukum.org>
6970 S:      Maintained
6971 F:      drivers/usb/image/microtek.*
6972
6973 MIPS
6974 M:      Ralf Baechle <ralf@linux-mips.org>
6975 L:      linux-mips@linux-mips.org
6976 W:      http://www.linux-mips.org/
6977 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6978 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6979 S:      Supported
6980 F:      Documentation/mips/
6981 F:      arch/mips/
6982
6983 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6984 M:      Hans Verkuil <hverkuil@xs4all.nl>
6985 L:      linux-media@vger.kernel.org
6986 T:      git git://linuxtv.org/media_tree.git
6987 W:      http://linuxtv.org
6988 S:      Odd Fixes
6989 F:      drivers/media/radio/radio-miropcm20*
6990
6991 Mellanox MLX5 core VPI driver
6992 M:      Eli Cohen <eli@mellanox.com>
6993 L:      netdev@vger.kernel.org
6994 L:      linux-rdma@vger.kernel.org
6995 W:      http://www.mellanox.com
6996 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6997 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6998 T:      git git://openfabrics.org/~eli/connect-ib.git
6999 S:      Supported
7000 F:      drivers/net/ethernet/mellanox/mlx5/core/
7001 F:      include/linux/mlx5/
7002
7003 Mellanox MLX5 IB driver
7004 M:      Eli Cohen <eli@mellanox.com>
7005 L:      linux-rdma@vger.kernel.org
7006 W:      http://www.mellanox.com
7007 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7008 T:      git git://openfabrics.org/~eli/connect-ib.git
7009 S:      Supported
7010 F:      include/linux/mlx5/
7011 F:      drivers/infiniband/hw/mlx5/
7012
7013 MELEXIS MLX90614 DRIVER
7014 M:      Crt Mori <cmo@melexis.com>
7015 L:      linux-iio@vger.kernel.org
7016 W:      http://www.melexis.com
7017 S:      Supported
7018 F:      drivers/iio/temperature/mlx90614.c
7019
7020 MN88472 MEDIA DRIVER
7021 M:      Antti Palosaari <crope@iki.fi>
7022 L:      linux-media@vger.kernel.org
7023 W:      http://linuxtv.org/
7024 W:      http://palosaari.fi/linux/
7025 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7026 T:      git git://linuxtv.org/anttip/media_tree.git
7027 S:      Maintained
7028 F:      drivers/staging/media/mn88472/
7029 F:      drivers/media/dvb-frontends/mn88472.h
7030
7031 MN88473 MEDIA DRIVER
7032 M:      Antti Palosaari <crope@iki.fi>
7033 L:      linux-media@vger.kernel.org
7034 W:      http://linuxtv.org/
7035 W:      http://palosaari.fi/linux/
7036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7037 T:      git git://linuxtv.org/anttip/media_tree.git
7038 S:      Maintained
7039 F:      drivers/staging/media/mn88473/
7040 F:      drivers/media/dvb-frontends/mn88473.h
7041
7042 MODULE SUPPORT
7043 M:      Rusty Russell <rusty@rustcorp.com.au>
7044 S:      Maintained
7045 F:      include/linux/module.h
7046 F:      kernel/module.c
7047
7048 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7049 W:      http://popies.net/meye/
7050 S:      Orphan
7051 F:      Documentation/video4linux/meye.txt
7052 F:      drivers/media/pci/meye/
7053 F:      include/uapi/linux/meye.h
7054
7055 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7056 M:      Jiri Slaby <jirislaby@gmail.com>
7057 S:      Maintained
7058 F:      Documentation/serial/moxa-smartio
7059 F:      drivers/tty/mxser.*
7060
7061 MR800 AVERMEDIA USB FM RADIO DRIVER
7062 M:      Alexey Klimov <klimov.linux@gmail.com>
7063 L:      linux-media@vger.kernel.org
7064 T:      git git://linuxtv.org/media_tree.git
7065 S:      Maintained
7066 F:      drivers/media/radio/radio-mr800.c
7067
7068 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7069 M:      Alan Ott <alan@signal11.us>
7070 L:      linux-wpan@vger.kernel.org
7071 S:      Maintained
7072 F:      drivers/net/ieee802154/mrf24j40.c
7073 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7074
7075 MSI LAPTOP SUPPORT
7076 M:      "Lee, Chun-Yi" <jlee@suse.com>
7077 L:      platform-driver-x86@vger.kernel.org
7078 S:      Maintained
7079 F:      drivers/platform/x86/msi-laptop.c
7080
7081 MSI WMI SUPPORT
7082 L:      platform-driver-x86@vger.kernel.org
7083 S:      Orphan
7084 F:      drivers/platform/x86/msi-wmi.c
7085
7086 MSI001 MEDIA DRIVER
7087 M:      Antti Palosaari <crope@iki.fi>
7088 L:      linux-media@vger.kernel.org
7089 W:      http://linuxtv.org/
7090 W:      http://palosaari.fi/linux/
7091 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7092 T:      git git://linuxtv.org/anttip/media_tree.git
7093 S:      Maintained
7094 F:      drivers/media/tuners/msi001*
7095
7096 MSI2500 MEDIA DRIVER
7097 M:      Antti Palosaari <crope@iki.fi>
7098 L:      linux-media@vger.kernel.org
7099 W:      http://linuxtv.org/
7100 W:      http://palosaari.fi/linux/
7101 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7102 T:      git git://linuxtv.org/anttip/media_tree.git
7103 S:      Maintained
7104 F:      drivers/media/usb/msi2500/
7105
7106 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7107 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7108 L:      linux-mtd@lists.infradead.org
7109 S:      Maintained
7110 F:      drivers/mtd/devices/docg3*
7111
7112 MT9M032 APTINA SENSOR DRIVER
7113 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7114 L:      linux-media@vger.kernel.org
7115 T:      git git://linuxtv.org/media_tree.git
7116 S:      Maintained
7117 F:      drivers/media/i2c/mt9m032.c
7118 F:      include/media/mt9m032.h
7119
7120 MT9P031 APTINA CAMERA SENSOR
7121 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7122 L:      linux-media@vger.kernel.org
7123 T:      git git://linuxtv.org/media_tree.git
7124 S:      Maintained
7125 F:      drivers/media/i2c/mt9p031.c
7126 F:      include/media/mt9p031.h
7127
7128 MT9T001 APTINA CAMERA SENSOR
7129 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7130 L:      linux-media@vger.kernel.org
7131 T:      git git://linuxtv.org/media_tree.git
7132 S:      Maintained
7133 F:      drivers/media/i2c/mt9t001.c
7134 F:      include/media/mt9t001.h
7135
7136 MT9V032 APTINA CAMERA SENSOR
7137 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7138 L:      linux-media@vger.kernel.org
7139 T:      git git://linuxtv.org/media_tree.git
7140 S:      Maintained
7141 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7142 F:      drivers/media/i2c/mt9v032.c
7143 F:      include/media/mt9v032.h
7144
7145 MULTIFUNCTION DEVICES (MFD)
7146 M:      Samuel Ortiz <sameo@linux.intel.com>
7147 M:      Lee Jones <lee.jones@linaro.org>
7148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7149 S:      Supported
7150 F:      drivers/mfd/
7151 F:      include/linux/mfd/
7152
7153 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7154 M:      Ulf Hansson <ulf.hansson@linaro.org>
7155 L:      linux-mmc@vger.kernel.org
7156 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7157 S:      Maintained
7158 F:      drivers/mmc/
7159 F:      include/linux/mmc/
7160 F:      include/uapi/linux/mmc/
7161
7162 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7163 S:      Orphan
7164 F:      drivers/mmc/host/mmc_spi.c
7165 F:      include/linux/spi/mmc_spi.h
7166
7167 MULTISOUND SOUND DRIVER
7168 M:      Andrew Veliath <andrewtv@usa.net>
7169 S:      Maintained
7170 F:      Documentation/sound/oss/MultiSound
7171 F:      sound/oss/msnd*
7172
7173 MULTITECH MULTIPORT CARD (ISICOM)
7174 S:      Orphan
7175 F:      drivers/tty/isicom.c
7176 F:      include/linux/isicom.h
7177
7178 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7179 M:      Felipe Balbi <balbi@ti.com>
7180 L:      linux-usb@vger.kernel.org
7181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7182 S:      Maintained
7183 F:      drivers/usb/musb/
7184
7185 MXL5007T MEDIA DRIVER
7186 M:      Michael Krufky <mkrufky@linuxtv.org>
7187 L:      linux-media@vger.kernel.org
7188 W:      http://linuxtv.org/
7189 W:      http://github.com/mkrufky
7190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7191 T:      git git://linuxtv.org/mkrufky/tuners.git
7192 S:      Maintained
7193 F:      drivers/media/tuners/mxl5007t.*
7194
7195 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7196 M:      Hyong-Youb Kim <hykim@myri.com>
7197 L:      netdev@vger.kernel.org
7198 W:      https://www.myricom.com/support/downloads/myri10ge.html
7199 S:      Supported
7200 F:      drivers/net/ethernet/myricom/myri10ge/
7201
7202 NATSEMI ETHERNET DRIVER (DP8381x)
7203 S:      Orphan
7204 F:      drivers/net/ethernet/natsemi/natsemi.c
7205
7206 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7207 M:      Daniel Mack <zonque@gmail.com>
7208 S:      Maintained
7209 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7210 W:      http://www.native-instruments.com
7211 F:      sound/usb/caiaq/
7212
7213 NCP FILESYSTEM
7214 M:      Petr Vandrovec <petr@vandrovec.name>
7215 S:      Odd Fixes
7216 F:      fs/ncpfs/
7217
7218 NCR 5380 SCSI DRIVERS
7219 M:      Finn Thain <fthain@telegraphics.com.au>
7220 M:      Michael Schmitz <schmitzmic@gmail.com>
7221 L:      linux-scsi@vger.kernel.org
7222 S:      Maintained
7223 F:      Documentation/scsi/g_NCR5380.txt
7224 F:      drivers/scsi/NCR5380.*
7225 F:      drivers/scsi/arm/cumana_1.c
7226 F:      drivers/scsi/arm/oak.c
7227 F:      drivers/scsi/atari_NCR5380.c
7228 F:      drivers/scsi/atari_scsi.*
7229 F:      drivers/scsi/dmx3191d.c
7230 F:      drivers/scsi/dtc.*
7231 F:      drivers/scsi/g_NCR5380.*
7232 F:      drivers/scsi/g_NCR5380_mmio.c
7233 F:      drivers/scsi/mac_scsi.*
7234 F:      drivers/scsi/pas16.*
7235 F:      drivers/scsi/sun3_scsi.*
7236 F:      drivers/scsi/sun3_scsi_vme.c
7237 F:      drivers/scsi/t128.*
7238
7239 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7240 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7241 L:      linux-scsi@vger.kernel.org
7242 S:      Maintained
7243 F:      drivers/scsi/NCR_D700.*
7244
7245 NCT6775 HARDWARE MONITOR DRIVER
7246 M:      Guenter Roeck <linux@roeck-us.net>
7247 L:      lm-sensors@lm-sensors.org
7248 S:      Maintained
7249 F:      Documentation/hwmon/nct6775
7250 F:      drivers/hwmon/nct6775.c
7251
7252 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7253 M:      Faisal Latif <faisal.latif@intel.com>
7254 L:      linux-rdma@vger.kernel.org
7255 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7256 S:      Supported
7257 F:      drivers/infiniband/hw/nes/
7258
7259 NETEM NETWORK EMULATOR
7260 M:      Stephen Hemminger <stephen@networkplumber.org>
7261 L:      netem@lists.linux-foundation.org
7262 S:      Maintained
7263 F:      net/sched/sch_netem.c
7264
7265 NETERION 10GbE DRIVERS (s2io/vxge)
7266 M:      Jon Mason <jdmason@kudzu.us>
7267 L:      netdev@vger.kernel.org
7268 S:      Supported
7269 F:      Documentation/networking/s2io.txt
7270 F:      Documentation/networking/vxge.txt
7271 F:      drivers/net/ethernet/neterion/
7272
7273 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7274 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7275 M:      Patrick McHardy <kaber@trash.net>
7276 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7277 L:      netfilter-devel@vger.kernel.org
7278 L:      coreteam@netfilter.org
7279 W:      http://www.netfilter.org/
7280 W:      http://www.iptables.org/
7281 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7284 S:      Supported
7285 F:      include/linux/netfilter*
7286 F:      include/linux/netfilter/
7287 F:      include/net/netfilter/
7288 F:      include/uapi/linux/netfilter*
7289 F:      include/uapi/linux/netfilter/
7290 F:      net/*/netfilter.c
7291 F:      net/*/netfilter/
7292 F:      net/netfilter/
7293 F:      net/bridge/br_netfilter*.c
7294
7295 NETLABEL
7296 M:      Paul Moore <paul@paul-moore.com>
7297 W:      http://netlabel.sf.net
7298 L:      netdev@vger.kernel.org
7299 S:      Maintained
7300 F:      Documentation/netlabel/
7301 F:      include/net/netlabel.h
7302 F:      net/netlabel/
7303
7304 NETROM NETWORK LAYER
7305 M:      Ralf Baechle <ralf@linux-mips.org>
7306 L:      linux-hams@vger.kernel.org
7307 W:      http://www.linux-ax25.org/
7308 S:      Maintained
7309 F:      include/net/netrom.h
7310 F:      include/uapi/linux/netrom.h
7311 F:      net/netrom/
7312
7313 NETWORK BLOCK DEVICE (NBD)
7314 M:      Markus Pargmann <mpa@pengutronix.de>
7315 S:      Maintained
7316 L:      nbd-general@lists.sourceforge.net
7317 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7318 F:      Documentation/blockdev/nbd.txt
7319 F:      drivers/block/nbd.c
7320 F:      include/uapi/linux/nbd.h
7321
7322 NETWORK DROP MONITOR
7323 M:      Neil Horman <nhorman@tuxdriver.com>
7324 L:      netdev@vger.kernel.org
7325 S:      Maintained
7326 W:      https://fedorahosted.org/dropwatch/
7327 F:      net/core/drop_monitor.c
7328
7329 NETWORKING [GENERAL]
7330 M:      "David S. Miller" <davem@davemloft.net>
7331 L:      netdev@vger.kernel.org
7332 W:      http://www.linuxfoundation.org/en/Net
7333 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7336 S:      Maintained
7337 F:      net/
7338 F:      include/net/
7339 F:      include/linux/in.h
7340 F:      include/linux/net.h
7341 F:      include/linux/netdevice.h
7342 F:      include/uapi/linux/in.h
7343 F:      include/uapi/linux/net.h
7344 F:      include/uapi/linux/netdevice.h
7345 F:      include/uapi/linux/net_namespace.h
7346 F:      tools/net/
7347 F:      tools/testing/selftests/net/
7348 F:      lib/random32.c
7349 F:      lib/test_bpf.c
7350
7351 NETWORKING [IPv4/IPv6]
7352 M:      "David S. Miller" <davem@davemloft.net>
7353 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7354 M:      James Morris <jmorris@namei.org>
7355 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7356 M:      Patrick McHardy <kaber@trash.net>
7357 L:      netdev@vger.kernel.org
7358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7359 S:      Maintained
7360 F:      net/ipv4/
7361 F:      net/ipv6/
7362 F:      include/net/ip*
7363 F:      arch/x86/net/*
7364
7365 NETWORKING [IPSEC]
7366 M:      Steffen Klassert <steffen.klassert@secunet.com>
7367 M:      Herbert Xu <herbert@gondor.apana.org.au>
7368 M:      "David S. Miller" <davem@davemloft.net>
7369 L:      netdev@vger.kernel.org
7370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7372 S:      Maintained
7373 F:      net/core/flow.c
7374 F:      net/xfrm/
7375 F:      net/key/
7376 F:      net/ipv4/xfrm*
7377 F:      net/ipv4/esp4.c
7378 F:      net/ipv4/ah4.c
7379 F:      net/ipv4/ipcomp.c
7380 F:      net/ipv4/ip_vti.c
7381 F:      net/ipv6/xfrm*
7382 F:      net/ipv6/esp6.c
7383 F:      net/ipv6/ah6.c
7384 F:      net/ipv6/ipcomp6.c
7385 F:      net/ipv6/ip6_vti.c
7386 F:      include/uapi/linux/xfrm.h
7387 F:      include/net/xfrm.h
7388
7389 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7390 M:      Paul Moore <paul@paul-moore.com>
7391 L:      netdev@vger.kernel.org
7392 S:      Maintained
7393
7394 NETWORKING [WIRELESS]
7395 L:      linux-wireless@vger.kernel.org
7396 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7397
7398 NETWORKING DRIVERS
7399 L:      netdev@vger.kernel.org
7400 W:      http://www.linuxfoundation.org/en/Net
7401 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7404 S:      Odd Fixes
7405 F:      drivers/net/
7406 F:      include/linux/if_*
7407 F:      include/linux/netdevice.h
7408 F:      include/linux/etherdevice.h
7409 F:      include/linux/fcdevice.h
7410 F:      include/linux/fddidevice.h
7411 F:      include/linux/hippidevice.h
7412 F:      include/linux/inetdevice.h
7413 F:      include/uapi/linux/if_*
7414 F:      include/uapi/linux/netdevice.h
7415
7416 NETWORKING DRIVERS (WIRELESS)
7417 M:      Kalle Valo <kvalo@codeaurora.org>
7418 L:      linux-wireless@vger.kernel.org
7419 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7421 S:      Maintained
7422 F:      drivers/net/wireless/
7423
7424 NETXEN (1/10) GbE SUPPORT
7425 M:      Manish Chopra <manish.chopra@qlogic.com>
7426 M:      Sony Chacko <sony.chacko@qlogic.com>
7427 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7428 L:      netdev@vger.kernel.org
7429 W:      http://www.qlogic.com
7430 S:      Supported
7431 F:      drivers/net/ethernet/qlogic/netxen/
7432
7433 NFC SUBSYSTEM
7434 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7435 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7436 M:      Samuel Ortiz <sameo@linux.intel.com>
7437 L:      linux-wireless@vger.kernel.org
7438 L:      linux-nfc@lists.01.org (subscribers-only)
7439 S:      Supported
7440 F:      net/nfc/
7441 F:      include/net/nfc/
7442 F:      include/uapi/linux/nfc.h
7443 F:      drivers/nfc/
7444 F:      include/linux/platform_data/pn544.h
7445 F:      Documentation/devicetree/bindings/net/nfc/
7446
7447 NFS, SUNRPC, AND LOCKD CLIENTS
7448 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7449 M:      Anna Schumaker <anna.schumaker@netapp.com>
7450 L:      linux-nfs@vger.kernel.org
7451 W:      http://client.linux-nfs.org
7452 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7453 S:      Maintained
7454 F:      fs/lockd/
7455 F:      fs/nfs/
7456 F:      fs/nfs_common/
7457 F:      net/sunrpc/
7458 F:      include/linux/lockd/
7459 F:      include/linux/nfs*
7460 F:      include/linux/sunrpc/
7461 F:      include/uapi/linux/nfs*
7462 F:      include/uapi/linux/sunrpc/
7463
7464 NILFS2 FILESYSTEM
7465 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7466 L:      linux-nilfs@vger.kernel.org
7467 W:      http://nilfs.sourceforge.net/
7468 T:      git git://github.com/konis/nilfs2.git
7469 S:      Supported
7470 F:      Documentation/filesystems/nilfs2.txt
7471 F:      fs/nilfs2/
7472 F:      include/linux/nilfs2_fs.h
7473
7474 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7475 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7476 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7477 S:      Maintained
7478 F:      Documentation/scsi/NinjaSCSI.txt
7479 F:      drivers/scsi/pcmcia/nsp_*
7480
7481 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7482 M:      GOTO Masanori <gotom@debian.or.jp>
7483 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7484 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7485 S:      Maintained
7486 F:      Documentation/scsi/NinjaSCSI.txt
7487 F:      drivers/scsi/nsp32*
7488
7489 NIOS2 ARCHITECTURE
7490 M:      Ley Foon Tan <lftan@altera.com>
7491 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7493 S:      Maintained
7494 F:      arch/nios2/
7495
7496 NOKIA N900 POWER SUPPLY DRIVERS
7497 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7498 S:      Maintained
7499 F:      include/linux/power/bq2415x_charger.h
7500 F:      include/linux/power/bq27x00_battery.h
7501 F:      include/linux/power/isp1704_charger.h
7502 F:      drivers/power/bq2415x_charger.c
7503 F:      drivers/power/bq27x00_battery.c
7504 F:      drivers/power/isp1704_charger.c
7505 F:      drivers/power/rx51_battery.c
7506
7507 NTB DRIVER CORE
7508 M:      Jon Mason <jdmason@kudzu.us>
7509 M:      Dave Jiang <dave.jiang@intel.com>
7510 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7511 L:      linux-ntb@googlegroups.com
7512 S:      Supported
7513 W:      https://github.com/jonmason/ntb/wiki
7514 T:      git git://github.com/jonmason/ntb.git
7515 F:      drivers/ntb/
7516 F:      drivers/net/ntb_netdev.c
7517 F:      include/linux/ntb.h
7518 F:      include/linux/ntb_transport.h
7519
7520 NTB INTEL DRIVER
7521 M:      Jon Mason <jdmason@kudzu.us>
7522 M:      Dave Jiang <dave.jiang@intel.com>
7523 L:      linux-ntb@googlegroups.com
7524 S:      Supported
7525 W:      https://github.com/jonmason/ntb/wiki
7526 T:      git git://github.com/jonmason/ntb.git
7527 F:      drivers/ntb/hw/intel/
7528
7529 NTFS FILESYSTEM
7530 M:      Anton Altaparmakov <anton@tuxera.com>
7531 L:      linux-ntfs-dev@lists.sourceforge.net
7532 W:      http://www.tuxera.com/
7533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7534 S:      Supported
7535 F:      Documentation/filesystems/ntfs.txt
7536 F:      fs/ntfs/
7537
7538 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7539 M:      Antonino Daplas <adaplas@gmail.com>
7540 L:      linux-fbdev@vger.kernel.org
7541 S:      Maintained
7542 F:      drivers/video/fbdev/riva/
7543 F:      drivers/video/fbdev/nvidia/
7544
7545 NVM EXPRESS DRIVER
7546 M:      Keith Busch <keith.busch@intel.com>
7547 M:      Jens Axboe <axboe@fb.com>
7548 L:      linux-nvme@lists.infradead.org
7549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7550 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7551 S:      Supported
7552 F:      drivers/nvme/host/
7553 F:      include/linux/nvme.h
7554
7555 NVMEM FRAMEWORK
7556 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7557 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7558 S:      Maintained
7559 F:      drivers/nvmem/
7560 F:      Documentation/devicetree/bindings/nvmem/
7561 F:      include/linux/nvmem-consumer.h
7562 F:      include/linux/nvmem-provider.h
7563
7564 NXP-NCI NFC DRIVER
7565 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7566 R:      Charles Gorand <charles.gorand@effinnov.com>
7567 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7568 S:      Supported
7569 F:      drivers/nfc/nxp-nci
7570
7571 NXP TDA998X DRM DRIVER
7572 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7573 S:      Supported
7574 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7575 F:      include/drm/i2c/tda998x.h
7576
7577 NXP TFA9879 DRIVER
7578 M:      Peter Rosin <peda@axentia.se>
7579 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7580 S:      Maintained
7581 F:      sound/soc/codecs/tfa9879*
7582
7583 OMAP SUPPORT
7584 M:      Tony Lindgren <tony@atomide.com>
7585 L:      linux-omap@vger.kernel.org
7586 W:      http://www.muru.com/linux/omap/
7587 W:      http://linux.omap.com/
7588 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7590 S:      Maintained
7591 F:      arch/arm/*omap*/
7592 F:      arch/arm/configs/omap1_defconfig
7593 F:      arch/arm/configs/omap2plus_defconfig
7594 F:      drivers/i2c/busses/i2c-omap.c
7595 F:      drivers/irqchip/irq-omap-intc.c
7596 F:      drivers/mfd/*omap*.c
7597 F:      drivers/mfd/menelaus.c
7598 F:      drivers/mfd/palmas.c
7599 F:      drivers/mfd/tps65217.c
7600 F:      drivers/mfd/tps65218.c
7601 F:      drivers/mfd/tps65910.c
7602 F:      drivers/mfd/twl-core.[ch]
7603 F:      drivers/mfd/twl4030*.c
7604 F:      drivers/mfd/twl6030*.c
7605 F:      drivers/mfd/twl6040*.c
7606 F:      drivers/regulator/palmas-regulator*.c
7607 F:      drivers/regulator/pbias-regulator.c
7608 F:      drivers/regulator/tps65217-regulator.c
7609 F:      drivers/regulator/tps65218-regulator.c
7610 F:      drivers/regulator/tps65910-regulator.c
7611 F:      drivers/regulator/twl-regulator.c
7612 F:      include/linux/i2c-omap.h
7613
7614 OMAP DEVICE TREE SUPPORT
7615 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7616 M:      Tony Lindgren <tony@atomide.com>
7617 L:      linux-omap@vger.kernel.org
7618 L:      devicetree@vger.kernel.org
7619 S:      Maintained
7620 F:      arch/arm/boot/dts/*omap*
7621 F:      arch/arm/boot/dts/*am3*
7622 F:      arch/arm/boot/dts/*am4*
7623 F:      arch/arm/boot/dts/*am5*
7624 F:      arch/arm/boot/dts/*dra7*
7625
7626 OMAP CLOCK FRAMEWORK SUPPORT
7627 M:      Paul Walmsley <paul@pwsan.com>
7628 L:      linux-omap@vger.kernel.org
7629 S:      Maintained
7630 F:      arch/arm/*omap*/*clock*
7631
7632 OMAP POWER MANAGEMENT SUPPORT
7633 M:      Kevin Hilman <khilman@deeprootsystems.com>
7634 L:      linux-omap@vger.kernel.org
7635 S:      Maintained
7636 F:      arch/arm/*omap*/*pm*
7637 F:      drivers/cpufreq/omap-cpufreq.c
7638
7639 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7640 M:      Rajendra Nayak <rnayak@ti.com>
7641 M:      Paul Walmsley <paul@pwsan.com>
7642 L:      linux-omap@vger.kernel.org
7643 S:      Maintained
7644 F:      arch/arm/mach-omap2/prm*
7645
7646 OMAP AUDIO SUPPORT
7647 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7648 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7649 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7650 L:      linux-omap@vger.kernel.org
7651 S:      Maintained
7652 F:      sound/soc/omap/
7653
7654 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7655 M:      Roger Quadros <rogerq@ti.com>
7656 M:      Tony Lindgren <tony@atomide.com>
7657 L:      linux-omap@vger.kernel.org
7658 S:      Maintained
7659 F:      drivers/memory/omap-gpmc.c
7660 F:      arch/arm/mach-omap2/*gpmc*
7661
7662 OMAP FRAMEBUFFER SUPPORT
7663 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7664 L:      linux-fbdev@vger.kernel.org
7665 L:      linux-omap@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/video/fbdev/omap/
7668
7669 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7670 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7671 L:      linux-omap@vger.kernel.org
7672 L:      linux-fbdev@vger.kernel.org
7673 S:      Maintained
7674 F:      drivers/video/fbdev/omap2/
7675 F:      Documentation/arm/OMAP/DSS
7676
7677 OMAP HARDWARE SPINLOCK SUPPORT
7678 M:      Ohad Ben-Cohen <ohad@wizery.com>
7679 L:      linux-omap@vger.kernel.org
7680 S:      Maintained
7681 F:      drivers/hwspinlock/omap_hwspinlock.c
7682
7683 OMAP MMC SUPPORT
7684 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7685 L:      linux-omap@vger.kernel.org
7686 S:      Maintained
7687 F:      drivers/mmc/host/omap.c
7688
7689 OMAP HS MMC SUPPORT
7690 L:      linux-mmc@vger.kernel.org
7691 L:      linux-omap@vger.kernel.org
7692 S:      Orphan
7693 F:      drivers/mmc/host/omap_hsmmc.c
7694
7695 OMAP RANDOM NUMBER GENERATOR SUPPORT
7696 M:      Deepak Saxena <dsaxena@plexity.net>
7697 S:      Maintained
7698 F:      drivers/char/hw_random/omap-rng.c
7699
7700 OMAP HWMOD SUPPORT
7701 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7702 M:      Paul Walmsley <paul@pwsan.com>
7703 L:      linux-omap@vger.kernel.org
7704 S:      Maintained
7705 F:      arch/arm/mach-omap2/omap_hwmod.*
7706
7707 OMAP HWMOD DATA
7708 M:      Paul Walmsley <paul@pwsan.com>
7709 L:      linux-omap@vger.kernel.org
7710 S:      Maintained
7711 F:      arch/arm/mach-omap2/omap_hwmod*data*
7712
7713 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7714 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7715 L:      linux-omap@vger.kernel.org
7716 S:      Maintained
7717 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7718
7719 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7720 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7721 L:      linux-media@vger.kernel.org
7722 S:      Maintained
7723 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7724 F:      drivers/media/platform/omap3isp/
7725 F:      drivers/staging/media/omap4iss/
7726
7727 OMAP USB SUPPORT
7728 M:      Felipe Balbi <balbi@ti.com>
7729 L:      linux-usb@vger.kernel.org
7730 L:      linux-omap@vger.kernel.org
7731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7732 S:      Maintained
7733 F:      drivers/usb/*/*omap*
7734 F:      arch/arm/*omap*/usb*
7735
7736 OMAP GPIO DRIVER
7737 M:      Javier Martinez Canillas <javier@dowhile0.org>
7738 M:      Santosh Shilimkar <ssantosh@kernel.org>
7739 M:      Kevin Hilman <khilman@deeprootsystems.com>
7740 L:      linux-omap@vger.kernel.org
7741 S:      Maintained
7742 F:      drivers/gpio/gpio-omap.c
7743
7744 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7745 M:      Mark Jackson <mpfj@newflow.co.uk>
7746 L:      linux-omap@vger.kernel.org
7747 S:      Maintained
7748 F:      arch/arm/boot/dts/am335x-nano.dts
7749
7750 OMFS FILESYSTEM
7751 M:      Bob Copeland <me@bobcopeland.com>
7752 L:      linux-karma-devel@lists.sourceforge.net
7753 S:      Maintained
7754 F:      Documentation/filesystems/omfs.txt
7755 F:      fs/omfs/
7756
7757 OMNIKEY CARDMAN 4000 DRIVER
7758 M:      Harald Welte <laforge@gnumonks.org>
7759 S:      Maintained
7760 F:      drivers/char/pcmcia/cm4000_cs.c
7761 F:      include/linux/cm4000_cs.h
7762 F:      include/uapi/linux/cm4000_cs.h
7763
7764 OMNIKEY CARDMAN 4040 DRIVER
7765 M:      Harald Welte <laforge@gnumonks.org>
7766 S:      Maintained
7767 F:      drivers/char/pcmcia/cm4040_cs.*
7768
7769 OMNIVISION OV7670 SENSOR DRIVER
7770 M:      Jonathan Corbet <corbet@lwn.net>
7771 L:      linux-media@vger.kernel.org
7772 T:      git git://linuxtv.org/media_tree.git
7773 S:      Maintained
7774 F:      drivers/media/i2c/ov7670.c
7775
7776 ONENAND FLASH DRIVER
7777 M:      Kyungmin Park <kyungmin.park@samsung.com>
7778 L:      linux-mtd@lists.infradead.org
7779 S:      Maintained
7780 F:      drivers/mtd/onenand/
7781 F:      include/linux/mtd/onenand*.h
7782
7783 ONSTREAM SCSI TAPE DRIVER
7784 M:      Willem Riede <osst@riede.org>
7785 L:      osst-users@lists.sourceforge.net
7786 L:      linux-scsi@vger.kernel.org
7787 S:      Maintained
7788 F:      Documentation/scsi/osst.txt
7789 F:      drivers/scsi/osst.*
7790 F:      drivers/scsi/osst_*.h
7791 F:      drivers/scsi/st.h
7792
7793 OPENCORES I2C BUS DRIVER
7794 M:      Peter Korsgaard <jacmet@sunsite.dk>
7795 L:      linux-i2c@vger.kernel.org
7796 S:      Maintained
7797 F:      Documentation/i2c/busses/i2c-ocores
7798 F:      drivers/i2c/busses/i2c-ocores.c
7799
7800 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7801 M:      Rob Herring <robh+dt@kernel.org>
7802 M:      Frank Rowand <frowand.list@gmail.com>
7803 M:      Grant Likely <grant.likely@linaro.org>
7804 L:      devicetree@vger.kernel.org
7805 W:      http://www.devicetree.org/
7806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7807 S:      Maintained
7808 F:      drivers/of/
7809 F:      include/linux/of*.h
7810 F:      scripts/dtc/
7811
7812 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7813 M:      Rob Herring <robh+dt@kernel.org>
7814 M:      Pawel Moll <pawel.moll@arm.com>
7815 M:      Mark Rutland <mark.rutland@arm.com>
7816 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7817 M:      Kumar Gala <galak@codeaurora.org>
7818 L:      devicetree@vger.kernel.org
7819 S:      Maintained
7820 F:      Documentation/devicetree/
7821 F:      arch/*/boot/dts/
7822 F:      include/dt-bindings/
7823
7824 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7825 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7826 L:      devicetree@vger.kernel.org
7827 S:      Maintained
7828 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7829 F:      Documentation/devicetree/overlay-notes.txt
7830 F:      drivers/of/overlay.c
7831 F:      drivers/of/resolver.c
7832
7833 OPENRISC ARCHITECTURE
7834 M:      Jonas Bonn <jonas@southpole.se>
7835 W:      http://openrisc.net
7836 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7837 S:      Maintained
7838 T:      git git://openrisc.net/~jonas/linux
7839 F:      arch/openrisc/
7840
7841 OPENVSWITCH
7842 M:      Pravin Shelar <pshelar@nicira.com>
7843 L:      netdev@vger.kernel.org
7844 L:      dev@openvswitch.org
7845 W:      http://openvswitch.org
7846 S:      Maintained
7847 F:      net/openvswitch/
7848 F:      include/uapi/linux/openvswitch.h
7849
7850 OPL4 DRIVER
7851 M:      Clemens Ladisch <clemens@ladisch.de>
7852 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7853 T:      git git://git.alsa-project.org/alsa-kernel.git
7854 S:      Maintained
7855 F:      sound/drivers/opl4/
7856
7857 OPROFILE
7858 M:      Robert Richter <rric@kernel.org>
7859 L:      oprofile-list@lists.sf.net
7860 S:      Maintained
7861 F:      arch/*/include/asm/oprofile*.h
7862 F:      arch/*/oprofile/
7863 F:      drivers/oprofile/
7864 F:      include/linux/oprofile.h
7865
7866 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7867 M:      Mark Fasheh <mfasheh@suse.com>
7868 M:      Joel Becker <jlbec@evilplan.org>
7869 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7870 W:      http://ocfs2.wiki.kernel.org
7871 S:      Supported
7872 F:      Documentation/filesystems/ocfs2.txt
7873 F:      Documentation/filesystems/dlmfs.txt
7874 F:      fs/ocfs2/
7875
7876 ORINOCO DRIVER
7877 L:      linux-wireless@vger.kernel.org
7878 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7879 W:      http://www.nongnu.org/orinoco/
7880 S:      Orphan
7881 F:      drivers/net/wireless/orinoco/
7882
7883 OSD LIBRARY and FILESYSTEM
7884 M:      Boaz Harrosh <ooo@electrozaur.com>
7885 M:      Benny Halevy <bhalevy@primarydata.com>
7886 L:      osd-dev@open-osd.org
7887 W:      http://open-osd.org
7888 T:      git git://git.open-osd.org/open-osd.git
7889 S:      Maintained
7890 F:      drivers/scsi/osd/
7891 F:      include/scsi/osd_*
7892 F:      fs/exofs/
7893
7894 OVERLAY FILESYSTEM
7895 M:      Miklos Szeredi <miklos@szeredi.hu>
7896 L:      linux-unionfs@vger.kernel.org
7897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7898 S:      Supported
7899 F:      fs/overlayfs/
7900 F:      Documentation/filesystems/overlayfs.txt
7901
7902 P54 WIRELESS DRIVER
7903 M:      Christian Lamparter <chunkeey@googlemail.com>
7904 L:      linux-wireless@vger.kernel.org
7905 W:      http://wireless.kernel.org/en/users/Drivers/p54
7906 S:      Maintained
7907 F:      drivers/net/wireless/p54/
7908
7909 PA SEMI ETHERNET DRIVER
7910 M:      Olof Johansson <olof@lixom.net>
7911 L:      netdev@vger.kernel.org
7912 S:      Maintained
7913 F:      drivers/net/ethernet/pasemi/*
7914
7915 PA SEMI SMBUS DRIVER
7916 M:      Olof Johansson <olof@lixom.net>
7917 L:      linux-i2c@vger.kernel.org
7918 S:      Maintained
7919 F:      drivers/i2c/busses/i2c-pasemi.c
7920
7921 PADATA PARALLEL EXECUTION MECHANISM
7922 M:      Steffen Klassert <steffen.klassert@secunet.com>
7923 L:      linux-crypto@vger.kernel.org
7924 S:      Maintained
7925 F:      kernel/padata.c
7926 F:      include/linux/padata.h
7927 F:      Documentation/padata.txt
7928
7929 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7930 M:      Harald Welte <laforge@gnumonks.org>
7931 L:      platform-driver-x86@vger.kernel.org
7932 S:      Maintained
7933 F:      drivers/platform/x86/panasonic-laptop.c
7934
7935 PANASONIC MN10300/AM33/AM34 PORT
7936 M:      David Howells <dhowells@redhat.com>
7937 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7938 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7939 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7940 S:      Maintained
7941 F:      Documentation/mn10300/
7942 F:      arch/mn10300/
7943
7944 PARALLEL PORT SUBSYSTEM
7945 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7946 M:      Sudip Mukherjee <sudip@vectorindia.org>
7947 L:      linux-parport@lists.infradead.org (subscribers-only)
7948 S:      Maintained
7949 F:      drivers/parport/
7950 F:      include/linux/parport*.h
7951 F:      drivers/char/ppdev.c
7952 F:      include/uapi/linux/ppdev.h
7953 F:      Documentation/parport*.txt
7954
7955 PARAVIRT_OPS INTERFACE
7956 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7957 M:      Chris Wright <chrisw@sous-sol.org>
7958 M:      Alok Kataria <akataria@vmware.com>
7959 M:      Rusty Russell <rusty@rustcorp.com.au>
7960 L:      virtualization@lists.linux-foundation.org
7961 S:      Supported
7962 F:      Documentation/virtual/paravirt_ops.txt
7963 F:      arch/*/kernel/paravirt*
7964 F:      arch/*/include/asm/paravirt.h
7965
7966 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7967 M:      Tim Waugh <tim@cyberelk.net>
7968 L:      linux-parport@lists.infradead.org (subscribers-only)
7969 S:      Maintained
7970 F:      Documentation/blockdev/paride.txt
7971 F:      drivers/block/paride/
7972
7973 PARISC ARCHITECTURE
7974 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7975 M:      Helge Deller <deller@gmx.de>
7976 L:      linux-parisc@vger.kernel.org
7977 W:      http://www.parisc-linux.org/
7978 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7981 S:      Maintained
7982 F:      arch/parisc/
7983 F:      Documentation/parisc/
7984 F:      drivers/parisc/
7985 F:      drivers/char/agp/parisc-agp.c
7986 F:      drivers/input/serio/gscps2.c
7987 F:      drivers/parport/parport_gsc.*
7988 F:      drivers/tty/serial/8250/8250_gsc.c
7989 F:      drivers/video/fbdev/sti*
7990 F:      drivers/video/console/sti*
7991 F:      drivers/video/logo/logo_parisc*
7992
7993 PC87360 HARDWARE MONITORING DRIVER
7994 M:      Jim Cromie <jim.cromie@gmail.com>
7995 L:      lm-sensors@lm-sensors.org
7996 S:      Maintained
7997 F:      Documentation/hwmon/pc87360
7998 F:      drivers/hwmon/pc87360.c
7999
8000 PC8736x GPIO DRIVER
8001 M:      Jim Cromie <jim.cromie@gmail.com>
8002 S:      Maintained
8003 F:      drivers/char/pc8736x_gpio.c
8004
8005 PC87427 HARDWARE MONITORING DRIVER
8006 M:      Jean Delvare <jdelvare@suse.com>
8007 L:      lm-sensors@lm-sensors.org
8008 S:      Maintained
8009 F:      Documentation/hwmon/pc87427
8010 F:      drivers/hwmon/pc87427.c
8011
8012 PCA9532 LED DRIVER
8013 M:      Riku Voipio <riku.voipio@iki.fi>
8014 S:      Maintained
8015 F:      drivers/leds/leds-pca9532.c
8016 F:      include/linux/leds-pca9532.h
8017
8018 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8019 M:      Guenter Roeck <linux@roeck-us.net>
8020 L:      linux-i2c@vger.kernel.org
8021 S:      Maintained
8022 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8023
8024 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8025 M:      Khalid Aziz <khalid@gonehiking.org>
8026 S:      Maintained
8027 F:      drivers/firmware/pcdp.*
8028
8029 PCI ERROR RECOVERY
8030 M:      Linas Vepstas <linasvepstas@gmail.com>
8031 L:      linux-pci@vger.kernel.org
8032 S:      Supported
8033 F:      Documentation/PCI/pci-error-recovery.txt
8034
8035 PCI SUBSYSTEM
8036 M:      Bjorn Helgaas <bhelgaas@google.com>
8037 L:      linux-pci@vger.kernel.org
8038 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8040 S:      Supported
8041 F:      Documentation/PCI/
8042 F:      drivers/pci/
8043 F:      include/linux/pci*
8044 F:      arch/x86/pci/
8045 F:      arch/x86/kernel/quirks.c
8046
8047 PCI DRIVER FOR ARM VERSATILE PLATFORM
8048 M:      Rob Herring <robh@kernel.org>
8049 L:      linux-pci@vger.kernel.org
8050 L:      linux-arm-kernel@lists.infradead.org
8051 S:      Maintained
8052 F:      Documentation/devicetree/bindings/pci/versatile.txt
8053 F:      drivers/pci/host/pci-versatile.c
8054
8055 PCI DRIVER FOR APPLIEDMICRO XGENE
8056 M:      Tanmay Inamdar <tinamdar@apm.com>
8057 L:      linux-pci@vger.kernel.org
8058 L:      linux-arm-kernel@lists.infradead.org
8059 S:      Maintained
8060 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8061 F:      drivers/pci/host/pci-xgene.c
8062
8063 PCI DRIVER FOR FREESCALE LAYERSCAPE
8064 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8065 M:      Mingkai Hu <mingkai.hu@freescale.com>
8066 M:      Roy Zang <tie-fei.zang@freescale.com>
8067 L:      linuxppc-dev@lists.ozlabs.org
8068 L:      linux-pci@vger.kernel.org
8069 L:      linux-arm-kernel@lists.infradead.org
8070 S:      Maintained
8071 F:      drivers/pci/host/*layerscape*
8072
8073 PCI DRIVER FOR IMX6
8074 M:      Richard Zhu <Richard.Zhu@freescale.com>
8075 M:      Lucas Stach <l.stach@pengutronix.de>
8076 L:      linux-pci@vger.kernel.org
8077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8078 S:      Maintained
8079 F:      drivers/pci/host/*imx6*
8080
8081 PCI DRIVER FOR TI KEYSTONE
8082 M:      Murali Karicheri <m-karicheri2@ti.com>
8083 L:      linux-pci@vger.kernel.org
8084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8085 S:      Maintained
8086 F:      drivers/pci/host/*keystone*
8087
8088 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8089 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8090 M:      Jason Cooper <jason@lakedaemon.net>
8091 L:      linux-pci@vger.kernel.org
8092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8093 S:      Maintained
8094 F:      drivers/pci/host/*mvebu*
8095
8096 PCI DRIVER FOR NVIDIA TEGRA
8097 M:      Thierry Reding <thierry.reding@gmail.com>
8098 L:      linux-tegra@vger.kernel.org
8099 L:      linux-pci@vger.kernel.org
8100 S:      Supported
8101 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8102 F:      drivers/pci/host/pci-tegra.c
8103
8104 PCI DRIVER FOR TI DRA7XX
8105 M:      Kishon Vijay Abraham I <kishon@ti.com>
8106 L:      linux-omap@vger.kernel.org
8107 L:      linux-pci@vger.kernel.org
8108 S:      Supported
8109 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8110 F:      drivers/pci/host/pci-dra7xx.c
8111
8112 PCI DRIVER FOR RENESAS R-CAR
8113 M:      Simon Horman <horms@verge.net.au>
8114 L:      linux-pci@vger.kernel.org
8115 L:      linux-sh@vger.kernel.org
8116 S:      Maintained
8117 F:      drivers/pci/host/*rcar*
8118
8119 PCI DRIVER FOR SAMSUNG EXYNOS
8120 M:      Jingoo Han <jingoohan1@gmail.com>
8121 L:      linux-pci@vger.kernel.org
8122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8123 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8124 S:      Maintained
8125 F:      drivers/pci/host/pci-exynos.c
8126
8127 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8128 M:      Jingoo Han <jingoohan1@gmail.com>
8129 M:      Pratyush Anand <pratyush.anand@gmail.com>
8130 L:      linux-pci@vger.kernel.org
8131 S:      Maintained
8132 F:      drivers/pci/host/*designware*
8133
8134 PCI DRIVER FOR GENERIC OF HOSTS
8135 M:      Will Deacon <will.deacon@arm.com>
8136 L:      linux-pci@vger.kernel.org
8137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8138 S:      Maintained
8139 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8140 F:      drivers/pci/host/pci-host-generic.c
8141
8142 PCIE DRIVER FOR ST SPEAR13XX
8143 M:      Pratyush Anand <pratyush.anand@gmail.com>
8144 L:      linux-pci@vger.kernel.org
8145 S:      Maintained
8146 F:      drivers/pci/host/*spear*
8147
8148 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8149 M:      Duc Dang <dhdang@apm.com>
8150 L:      linux-pci@vger.kernel.org
8151 L:      linux-arm-kernel@lists.infradead.org
8152 S:      Maintained
8153 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8154 F:      drivers/pci/host/pci-xgene-msi.c
8155
8156 PCMCIA SUBSYSTEM
8157 P:      Linux PCMCIA Team
8158 L:      linux-pcmcia@lists.infradead.org
8159 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8161 S:      Maintained
8162 F:      Documentation/pcmcia/
8163 F:      drivers/pcmcia/
8164 F:      include/pcmcia/
8165
8166 PCNET32 NETWORK DRIVER
8167 M:      Don Fry <pcnet32@frontier.com>
8168 L:      netdev@vger.kernel.org
8169 S:      Maintained
8170 F:      drivers/net/ethernet/amd/pcnet32.c
8171
8172 PCRYPT PARALLEL CRYPTO ENGINE
8173 M:      Steffen Klassert <steffen.klassert@secunet.com>
8174 L:      linux-crypto@vger.kernel.org
8175 S:      Maintained
8176 F:      crypto/pcrypt.c
8177 F:      include/crypto/pcrypt.h
8178
8179 PER-CPU MEMORY ALLOCATOR
8180 M:      Tejun Heo <tj@kernel.org>
8181 M:      Christoph Lameter <cl@linux-foundation.org>
8182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8183 S:      Maintained
8184 F:      include/linux/percpu*.h
8185 F:      mm/percpu*.c
8186 F:      arch/*/include/asm/percpu.h
8187
8188 PER-TASK DELAY ACCOUNTING
8189 M:      Balbir Singh <bsingharora@gmail.com>
8190 S:      Maintained
8191 F:      include/linux/delayacct.h
8192 F:      kernel/delayacct.c
8193
8194 PERFORMANCE EVENTS SUBSYSTEM
8195 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8196 M:      Ingo Molnar <mingo@redhat.com>
8197 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8198 L:      linux-kernel@vger.kernel.org
8199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8200 S:      Supported
8201 F:      kernel/events/*
8202 F:      include/linux/perf_event.h
8203 F:      include/uapi/linux/perf_event.h
8204 F:      arch/*/kernel/perf_event*.c
8205 F:      arch/*/kernel/*/perf_event*.c
8206 F:      arch/*/kernel/*/*/perf_event*.c
8207 F:      arch/*/include/asm/perf_event.h
8208 F:      arch/*/kernel/perf_callchain.c
8209 F:      tools/perf/
8210
8211 PERSONALITY HANDLING
8212 M:      Christoph Hellwig <hch@infradead.org>
8213 L:      linux-abi-devel@lists.sourceforge.net
8214 S:      Maintained
8215 F:      include/linux/personality.h
8216 F:      include/uapi/linux/personality.h
8217
8218 PHONET PROTOCOL
8219 M:      Remi Denis-Courmont <courmisch@gmail.com>
8220 S:      Supported
8221 F:      Documentation/networking/phonet.txt
8222 F:      include/linux/phonet.h
8223 F:      include/net/phonet/
8224 F:      include/uapi/linux/phonet.h
8225 F:      net/phonet/
8226
8227 PHRAM MTD DRIVER
8228 M:      Joern Engel <joern@lazybastard.org>
8229 L:      linux-mtd@lists.infradead.org
8230 S:      Maintained
8231 F:      drivers/mtd/devices/phram.c
8232
8233 PICOLCD HID DRIVER
8234 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8235 L:      linux-input@vger.kernel.org
8236 S:      Maintained
8237 F:      drivers/hid/hid-picolcd*
8238
8239 PICOXCELL SUPPORT
8240 M:      Jamie Iles <jamie@jamieiles.com>
8241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8242 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8243 S:      Supported
8244 F:      arch/arm/boot/dts/picoxcell*
8245 F:      arch/arm/mach-picoxcell/
8246 F:      drivers/crypto/picoxcell*
8247
8248 PIN CONTROL SUBSYSTEM
8249 M:      Linus Walleij <linus.walleij@linaro.org>
8250 L:      linux-gpio@vger.kernel.org
8251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8252 S:      Maintained
8253 F:      drivers/pinctrl/
8254 F:      include/linux/pinctrl/
8255
8256 PIN CONTROLLER - ATMEL AT91
8257 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8259 S:      Maintained
8260 F:      drivers/pinctrl/pinctrl-at91.*
8261
8262 PIN CONTROLLER - ATMEL AT91 PIO4
8263 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8265 L:      linux-gpio@vger.kernel.org
8266 S:      Supported
8267 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8268
8269 PIN CONTROLLER - INTEL
8270 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8271 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8272 S:      Maintained
8273 F:      drivers/pinctrl/intel/
8274
8275 PIN CONTROLLER - RENESAS
8276 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8277 L:      linux-sh@vger.kernel.org
8278 S:      Maintained
8279 F:      drivers/pinctrl/sh-pfc/
8280
8281 PIN CONTROLLER - SAMSUNG
8282 M:      Tomasz Figa <tomasz.figa@gmail.com>
8283 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8284 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8285 S:      Maintained
8286 F:      drivers/pinctrl/samsung/
8287
8288 PIN CONTROLLER - ST SPEAR
8289 M:      Viresh Kumar <vireshk@kernel.org>
8290 L:      spear-devel@list.st.com
8291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8292 W:      http://www.st.com/spear
8293 S:      Maintained
8294 F:      drivers/pinctrl/spear/
8295
8296 PKTCDVD DRIVER
8297 M:      Jiri Kosina <jikos@kernel.org>
8298 S:      Maintained
8299 F:      drivers/block/pktcdvd.c
8300 F:      include/linux/pktcdvd.h
8301 F:      include/uapi/linux/pktcdvd.h
8302
8303 PKUNITY SOC DRIVERS
8304 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8305 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8306 S:      Maintained
8307 T:      git git://github.com/gxt/linux.git
8308 F:      drivers/input/serio/i8042-unicore32io.h
8309 F:      drivers/i2c/busses/i2c-puv3.c
8310 F:      drivers/video/fbdev/fb-puv3.c
8311 F:      drivers/rtc/rtc-puv3.c
8312
8313 PMBUS HARDWARE MONITORING DRIVERS
8314 M:      Guenter Roeck <linux@roeck-us.net>
8315 L:      lm-sensors@lm-sensors.org
8316 W:      http://www.lm-sensors.org/
8317 W:      http://www.roeck-us.net/linux/drivers/
8318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8319 S:      Maintained
8320 F:      Documentation/hwmon/pmbus
8321 F:      drivers/hwmon/pmbus/
8322 F:      include/linux/i2c/pmbus.h
8323
8324 PMC SIERRA MaxRAID DRIVER
8325 L:      linux-scsi@vger.kernel.org
8326 W:      http://www.pmc-sierra.com/
8327 S:      Orphan
8328 F:      drivers/scsi/pmcraid.*
8329
8330 PMC SIERRA PM8001 DRIVER
8331 M:      Jack Wang <jinpu.wang@profitbricks.com>
8332 M:      lindar_liu@usish.com
8333 L:      pmchba@pmcs.com
8334 L:      linux-scsi@vger.kernel.org
8335 S:      Supported
8336 F:      drivers/scsi/pm8001/
8337
8338 POSIX CLOCKS and TIMERS
8339 M:      Thomas Gleixner <tglx@linutronix.de>
8340 L:      linux-kernel@vger.kernel.org
8341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8342 S:      Maintained
8343 F:      fs/timerfd.c
8344 F:      include/linux/timer*
8345 F:      kernel/time/*timer*
8346
8347 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8348 M:      Sebastian Reichel <sre@kernel.org>
8349 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8350 M:      David Woodhouse <dwmw2@infradead.org>
8351 L:      linux-pm@vger.kernel.org
8352 T:      git git://git.infradead.org/battery-2.6.git
8353 S:      Maintained
8354 F:      include/linux/power_supply.h
8355 F:      drivers/power/
8356 X:      drivers/power/avs/
8357
8358 POWER STATE COORDINATION INTERFACE (PSCI)
8359 M:      Mark Rutland <mark.rutland@arm.com>
8360 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8361 L:      linux-arm-kernel@lists.infradead.org
8362 S:      Maintained
8363 F:      drivers/firmware/psci.c
8364 F:      include/linux/psci.h
8365 F:      include/uapi/linux/psci.h
8366
8367 PNP SUPPORT
8368 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8369 S:      Maintained
8370 F:      drivers/pnp/
8371
8372 PNXxxxx I2C DRIVER
8373 M:      Vitaly Wool <vitalywool@gmail.com>
8374 L:      linux-i2c@vger.kernel.org
8375 S:      Maintained
8376 F:      drivers/i2c/busses/i2c-pnx.c
8377
8378 PPP PROTOCOL DRIVERS AND COMPRESSORS
8379 M:      Paul Mackerras <paulus@samba.org>
8380 L:      linux-ppp@vger.kernel.org
8381 S:      Maintained
8382 F:      drivers/net/ppp/ppp_*
8383
8384 PPP OVER ATM (RFC 2364)
8385 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8386 S:      Maintained
8387 F:      net/atm/pppoatm.c
8388 F:      include/uapi/linux/atmppp.h
8389
8390 PPP OVER ETHERNET
8391 M:      Michal Ostrowski <mostrows@earthlink.net>
8392 S:      Maintained
8393 F:      drivers/net/ppp/pppoe.c
8394 F:      drivers/net/ppp/pppox.c
8395
8396 PPP OVER L2TP
8397 M:      James Chapman <jchapman@katalix.com>
8398 S:      Maintained
8399 F:      net/l2tp/l2tp_ppp.c
8400 F:      include/linux/if_pppol2tp.h
8401 F:      include/uapi/linux/if_pppol2tp.h
8402
8403 PPS SUPPORT
8404 M:      Rodolfo Giometti <giometti@enneenne.com>
8405 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8406 L:      linuxpps@ml.enneenne.com (subscribers-only)
8407 S:      Maintained
8408 F:      Documentation/pps/
8409 F:      drivers/pps/
8410 F:      include/linux/pps*.h
8411
8412 PPTP DRIVER
8413 M:      Dmitry Kozlov <xeb@mail.ru>
8414 L:      netdev@vger.kernel.org
8415 S:      Maintained
8416 F:      drivers/net/ppp/pptp.c
8417 W:      http://sourceforge.net/projects/accel-pptp
8418
8419 PREEMPTIBLE KERNEL
8420 M:      Robert Love <rml@tech9.net>
8421 L:      kpreempt-tech@lists.sourceforge.net
8422 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8423 S:      Supported
8424 F:      Documentation/preempt-locking.txt
8425 F:      include/linux/preempt.h
8426
8427 PRISM54 WIRELESS DRIVER
8428 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8429 L:      linux-wireless@vger.kernel.org
8430 W:      http://wireless.kernel.org/en/users/Drivers/p54
8431 S:      Obsolete
8432 F:      drivers/net/wireless/prism54/
8433
8434 PS3 NETWORK SUPPORT
8435 M:      Geoff Levand <geoff@infradead.org>
8436 L:      netdev@vger.kernel.org
8437 L:      linuxppc-dev@lists.ozlabs.org
8438 S:      Maintained
8439 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8440
8441 PS3 PLATFORM SUPPORT
8442 M:      Geoff Levand <geoff@infradead.org>
8443 L:      linuxppc-dev@lists.ozlabs.org
8444 S:      Maintained
8445 F:      arch/powerpc/boot/ps3*
8446 F:      arch/powerpc/include/asm/lv1call.h
8447 F:      arch/powerpc/include/asm/ps3*.h
8448 F:      arch/powerpc/platforms/ps3/
8449 F:      drivers/*/ps3*
8450 F:      drivers/ps3/
8451 F:      drivers/rtc/rtc-ps3.c
8452 F:      drivers/usb/host/*ps3.c
8453 F:      sound/ppc/snd_ps3*
8454
8455 PS3VRAM DRIVER
8456 M:      Jim Paris <jim@jtan.com>
8457 M:      Geoff Levand <geoff@infradead.org>
8458 L:      linuxppc-dev@lists.ozlabs.org
8459 S:      Maintained
8460 F:      drivers/block/ps3vram.c
8461
8462 PSTORE FILESYSTEM
8463 M:      Anton Vorontsov <anton@enomsg.org>
8464 M:      Colin Cross <ccross@android.com>
8465 M:      Kees Cook <keescook@chromium.org>
8466 M:      Tony Luck <tony.luck@intel.com>
8467 S:      Maintained
8468 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8469 F:      fs/pstore/
8470 F:      include/linux/pstore*
8471 F:      drivers/firmware/efi/efi-pstore.c
8472 F:      drivers/acpi/apei/erst.c
8473
8474 PTP HARDWARE CLOCK SUPPORT
8475 M:      Richard Cochran <richardcochran@gmail.com>
8476 L:      netdev@vger.kernel.org
8477 S:      Maintained
8478 W:      http://linuxptp.sourceforge.net/
8479 F:      Documentation/ABI/testing/sysfs-ptp
8480 F:      Documentation/ptp/*
8481 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8482 F:      drivers/net/phy/dp83640*
8483 F:      drivers/ptp/*
8484 F:      include/linux/ptp_cl*
8485
8486 PTRACE SUPPORT
8487 M:      Roland McGrath <roland@hack.frob.com>
8488 M:      Oleg Nesterov <oleg@redhat.com>
8489 S:      Maintained
8490 F:      include/asm-generic/syscall.h
8491 F:      include/linux/ptrace.h
8492 F:      include/linux/regset.h
8493 F:      include/linux/tracehook.h
8494 F:      include/uapi/linux/ptrace.h
8495 F:      kernel/ptrace.c
8496
8497 PVRUSB2 VIDEO4LINUX DRIVER
8498 M:      Mike Isely <isely@pobox.com>
8499 L:      pvrusb2@isely.net       (subscribers-only)
8500 L:      linux-media@vger.kernel.org
8501 W:      http://www.isely.net/pvrusb2/
8502 T:      git git://linuxtv.org/media_tree.git
8503 S:      Maintained
8504 F:      Documentation/video4linux/README.pvrusb2
8505 F:      drivers/media/usb/pvrusb2/
8506
8507 PWC WEBCAM DRIVER
8508 M:      Hans de Goede <hdegoede@redhat.com>
8509 L:      linux-media@vger.kernel.org
8510 T:      git git://linuxtv.org/media_tree.git
8511 S:      Maintained
8512 F:      drivers/media/usb/pwc/*
8513
8514 PWM FAN DRIVER
8515 M:      Kamil Debski <k.debski@samsung.com>
8516 L:      lm-sensors@lm-sensors.org
8517 S:      Supported
8518 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8519 F:      Documentation/hwmon/pwm-fan
8520 F:      drivers/hwmon/pwm-fan.c
8521
8522 PWM SUBSYSTEM
8523 M:      Thierry Reding <thierry.reding@gmail.com>
8524 L:      linux-pwm@vger.kernel.org
8525 S:      Maintained
8526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8527 F:      Documentation/pwm.txt
8528 F:      Documentation/devicetree/bindings/pwm/
8529 F:      include/linux/pwm.h
8530 F:      drivers/pwm/
8531 F:      drivers/video/backlight/pwm_bl.c
8532 F:      include/linux/pwm_backlight.h
8533
8534 PXA2xx/PXA3xx SUPPORT
8535 M:      Daniel Mack <daniel@zonque.org>
8536 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8537 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8538 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8539 T:      git git://github.com/hzhuang1/linux.git
8540 T:      git git://github.com/rjarzmik/linux.git
8541 S:      Maintained
8542 F:      arch/arm/mach-pxa/
8543 F:      drivers/dma/pxa*
8544 F:      drivers/pcmcia/pxa2xx*
8545 F:      drivers/spi/spi-pxa2xx*
8546 F:      drivers/usb/gadget/udc/pxa2*
8547 F:      include/sound/pxa2xx-lib.h
8548 F:      sound/arm/pxa*
8549 F:      sound/soc/pxa/
8550
8551 PXA3xx NAND FLASH DRIVER
8552 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8553 L:      linux-mtd@lists.infradead.org
8554 S:      Maintained
8555 F:      drivers/mtd/nand/pxa3xx_nand.c
8556
8557 MMP SUPPORT
8558 M:      Eric Miao <eric.y.miao@gmail.com>
8559 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8561 T:      git git://github.com/hzhuang1/linux.git
8562 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8563 S:      Maintained
8564 F:      arch/arm/mach-mmp/
8565
8566 PXA MMCI DRIVER
8567 S:      Orphan
8568
8569 PXA RTC DRIVER
8570 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8571 L:      rtc-linux@googlegroups.com
8572 S:      Maintained
8573
8574 QAT DRIVER
8575 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8576 L:      qat-linux@intel.com
8577 S:      Supported
8578 F:      drivers/crypto/qat/
8579
8580 QIB DRIVER
8581 M:      Mike Marciniszyn <infinipath@intel.com>
8582 L:      linux-rdma@vger.kernel.org
8583 S:      Supported
8584 F:      drivers/infiniband/hw/qib/
8585
8586 QLOGIC QLA1280 SCSI DRIVER
8587 M:      Michael Reed <mdr@sgi.com>
8588 L:      linux-scsi@vger.kernel.org
8589 S:      Maintained
8590 F:      drivers/scsi/qla1280.[ch]
8591
8592 QLOGIC QLA2XXX FC-SCSI DRIVER
8593 M:      qla2xxx-upstream@qlogic.com
8594 L:      linux-scsi@vger.kernel.org
8595 S:      Supported
8596 F:      Documentation/scsi/LICENSE.qla2xxx
8597 F:      drivers/scsi/qla2xxx/
8598
8599 QLOGIC QLA4XXX iSCSI DRIVER
8600 M:      QLogic-Storage-Upstream@qlogic.com
8601 L:      linux-scsi@vger.kernel.org
8602 S:      Supported
8603 F:      Documentation/scsi/LICENSE.qla4xxx
8604 F:      drivers/scsi/qla4xxx/
8605
8606 QLOGIC QLA3XXX NETWORK DRIVER
8607 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8608 M:      Ron Mercer <ron.mercer@qlogic.com>
8609 M:      linux-driver@qlogic.com
8610 L:      netdev@vger.kernel.org
8611 S:      Supported
8612 F:      Documentation/networking/LICENSE.qla3xxx
8613 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8614
8615 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8616 M:      Dept-GELinuxNICDev@qlogic.com
8617 L:      netdev@vger.kernel.org
8618 S:      Supported
8619 F:      drivers/net/ethernet/qlogic/qlcnic/
8620
8621 QLOGIC QLGE 10Gb ETHERNET DRIVER
8622 M:      Harish Patil <harish.patil@qlogic.com>
8623 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8624 M:      Dept-GELinuxNICDev@qlogic.com
8625 M:      linux-driver@qlogic.com
8626 L:      netdev@vger.kernel.org
8627 S:      Supported
8628 F:      drivers/net/ethernet/qlogic/qlge/
8629
8630 QLOGIC QL4xxx ETHERNET DRIVER
8631 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8632 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8633 M:      everest-linux-l2@qlogic.com
8634 L:      netdev@vger.kernel.org
8635 S:      Supported
8636 F:      drivers/net/ethernet/qlogic/qed/
8637 F:      include/linux/qed/
8638 F:      drivers/net/ethernet/qlogic/qede/
8639
8640 QNX4 FILESYSTEM
8641 M:      Anders Larsen <al@alarsen.net>
8642 W:      http://www.alarsen.net/linux/qnx4fs/
8643 S:      Maintained
8644 F:      fs/qnx4/
8645 F:      include/uapi/linux/qnx4_fs.h
8646 F:      include/uapi/linux/qnxtypes.h
8647
8648 QT1010 MEDIA DRIVER
8649 M:      Antti Palosaari <crope@iki.fi>
8650 L:      linux-media@vger.kernel.org
8651 W:      http://linuxtv.org/
8652 W:      http://palosaari.fi/linux/
8653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8654 T:      git git://linuxtv.org/anttip/media_tree.git
8655 S:      Maintained
8656 F:      drivers/media/tuners/qt1010*
8657
8658 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8659 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8660 L:      linux-wireless@vger.kernel.org
8661 L:      ath9k-devel@lists.ath9k.org
8662 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8663 S:      Supported
8664 F:      drivers/net/wireless/ath/ath9k/
8665
8666 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8667 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8668 L:      ath10k@lists.infradead.org
8669 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8670 T:      git git://github.com/kvalo/ath.git
8671 S:      Supported
8672 F:      drivers/net/wireless/ath/ath10k/
8673
8674 QUALCOMM HEXAGON ARCHITECTURE
8675 M:      Richard Kuo <rkuo@codeaurora.org>
8676 L:      linux-hexagon@vger.kernel.org
8677 S:      Supported
8678 F:      arch/hexagon/
8679
8680 QUALCOMM WCN36XX WIRELESS DRIVER
8681 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8682 L:      wcn36xx@lists.infradead.org
8683 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8684 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8685 S:      Supported
8686 F:      drivers/net/wireless/ath/wcn36xx/
8687
8688 RADOS BLOCK DEVICE (RBD)
8689 M:      Ilya Dryomov <idryomov@gmail.com>
8690 M:      Sage Weil <sage@redhat.com>
8691 M:      Alex Elder <elder@kernel.org>
8692 L:      ceph-devel@vger.kernel.org
8693 W:      http://ceph.com/
8694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8695 T:      git git://github.com/ceph/ceph-client.git
8696 S:      Supported
8697 F:      Documentation/ABI/testing/sysfs-bus-rbd
8698 F:      drivers/block/rbd.c
8699 F:      drivers/block/rbd_types.h
8700
8701 RADEON FRAMEBUFFER DISPLAY DRIVER
8702 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8703 L:      linux-fbdev@vger.kernel.org
8704 S:      Maintained
8705 F:      drivers/video/fbdev/aty/radeon*
8706 F:      include/uapi/linux/radeonfb.h
8707
8708 RADIOSHARK RADIO DRIVER
8709 M:      Hans de Goede <hdegoede@redhat.com>
8710 L:      linux-media@vger.kernel.org
8711 T:      git git://linuxtv.org/media_tree.git
8712 S:      Maintained
8713 F:      drivers/media/radio/radio-shark.c
8714
8715 RADIOSHARK2 RADIO DRIVER
8716 M:      Hans de Goede <hdegoede@redhat.com>
8717 L:      linux-media@vger.kernel.org
8718 T:      git git://linuxtv.org/media_tree.git
8719 S:      Maintained
8720 F:      drivers/media/radio/radio-shark2.c
8721 F:      drivers/media/radio/radio-tea5777.c
8722
8723 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8724 M:      Paul Mackerras <paulus@samba.org>
8725 L:      linux-fbdev@vger.kernel.org
8726 S:      Maintained
8727 F:      drivers/video/fbdev/aty/aty128fb.c
8728
8729 RALINK RT2X00 WIRELESS LAN DRIVER
8730 P:      rt2x00 project
8731 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8732 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8733 L:      linux-wireless@vger.kernel.org
8734 S:      Maintained
8735 F:      drivers/net/wireless/rt2x00/
8736
8737 RAMDISK RAM BLOCK DEVICE DRIVER
8738 M:      Jens Axboe <axboe@kernel.dk>
8739 S:      Maintained
8740 F:      Documentation/blockdev/ramdisk.txt
8741 F:      drivers/block/brd.c
8742
8743 RANDOM NUMBER DRIVER
8744 M:      "Theodore Ts'o" <tytso@mit.edu>
8745 S:      Maintained
8746 F:      drivers/char/random.c
8747
8748 RAPIDIO SUBSYSTEM
8749 M:      Matt Porter <mporter@kernel.crashing.org>
8750 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8751 S:      Maintained
8752 F:      drivers/rapidio/
8753
8754 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8755 L:      linux-wireless@vger.kernel.org
8756 S:      Orphan
8757 F:      drivers/net/wireless/ray*
8758
8759 RCUTORTURE MODULE
8760 M:      Josh Triplett <josh@joshtriplett.org>
8761 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8762 L:      linux-kernel@vger.kernel.org
8763 S:      Supported
8764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8765 F:      Documentation/RCU/torture.txt
8766 F:      kernel/rcu/rcutorture.c
8767
8768 RCUTORTURE TEST FRAMEWORK
8769 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8770 M:      Josh Triplett <josh@joshtriplett.org>
8771 R:      Steven Rostedt <rostedt@goodmis.org>
8772 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8773 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8774 L:      linux-kernel@vger.kernel.org
8775 S:      Supported
8776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8777 F:      tools/testing/selftests/rcutorture
8778
8779 RDC R-321X SoC
8780 M:      Florian Fainelli <florian@openwrt.org>
8781 S:      Maintained
8782
8783 RDC R6040 FAST ETHERNET DRIVER
8784 M:      Florian Fainelli <florian@openwrt.org>
8785 L:      netdev@vger.kernel.org
8786 S:      Maintained
8787 F:      drivers/net/ethernet/rdc/r6040.c
8788
8789 RDS - RELIABLE DATAGRAM SOCKETS
8790 M:      Chien Yen <chien.yen@oracle.com>
8791 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8792 S:      Supported
8793 F:      net/rds/
8794
8795 READ-COPY UPDATE (RCU)
8796 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8797 M:      Josh Triplett <josh@joshtriplett.org>
8798 R:      Steven Rostedt <rostedt@goodmis.org>
8799 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8800 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8801 L:      linux-kernel@vger.kernel.org
8802 W:      http://www.rdrop.com/users/paulmck/RCU/
8803 S:      Supported
8804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8805 F:      Documentation/RCU/
8806 X:      Documentation/RCU/torture.txt
8807 F:      include/linux/rcu*
8808 X:      include/linux/srcu.h
8809 F:      kernel/rcu/
8810 X:      kernel/torture.c
8811
8812 REAL TIME CLOCK (RTC) SUBSYSTEM
8813 M:      Alessandro Zummo <a.zummo@towertech.it>
8814 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8815 L:      rtc-linux@googlegroups.com
8816 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8818 S:      Maintained
8819 F:      Documentation/rtc.txt
8820 F:      drivers/rtc/
8821 F:      include/linux/rtc.h
8822 F:      include/uapi/linux/rtc.h
8823
8824 REALTEK AUDIO CODECS
8825 M:      Bard Liao <bardliao@realtek.com>
8826 M:      Oder Chiou <oder_chiou@realtek.com>
8827 S:      Maintained
8828 F:      sound/soc/codecs/rt*
8829 F:      include/sound/rt*.h
8830
8831 REISERFS FILE SYSTEM
8832 L:      reiserfs-devel@vger.kernel.org
8833 S:      Supported
8834 F:      fs/reiserfs/
8835
8836 REGISTER MAP ABSTRACTION
8837 M:      Mark Brown <broonie@kernel.org>
8838 L:      linux-kernel@vger.kernel.org
8839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8840 S:      Supported
8841 F:      drivers/base/regmap/
8842 F:      include/linux/regmap.h
8843
8844 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8845 M:      Ohad Ben-Cohen <ohad@wizery.com>
8846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8847 S:      Maintained
8848 F:      drivers/remoteproc/
8849 F:      Documentation/remoteproc.txt
8850 F:      include/linux/remoteproc.h
8851
8852 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8853 M:      Ohad Ben-Cohen <ohad@wizery.com>
8854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8855 S:      Maintained
8856 F:      drivers/rpmsg/
8857 F:      Documentation/rpmsg.txt
8858 F:      include/linux/rpmsg.h
8859
8860 RESET CONTROLLER FRAMEWORK
8861 M:      Philipp Zabel <p.zabel@pengutronix.de>
8862 S:      Maintained
8863 F:      drivers/reset/
8864 F:      Documentation/devicetree/bindings/reset/
8865 F:      include/dt-bindings/reset/
8866 F:      include/linux/reset.h
8867 F:      include/linux/reset-controller.h
8868
8869 RFKILL
8870 M:      Johannes Berg <johannes@sipsolutions.net>
8871 L:      linux-wireless@vger.kernel.org
8872 W:      http://wireless.kernel.org/
8873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8875 S:      Maintained
8876 F:      Documentation/rfkill.txt
8877 F:      net/rfkill/
8878
8879 RHASHTABLE
8880 M:      Thomas Graf <tgraf@suug.ch>
8881 L:      netdev@vger.kernel.org
8882 S:      Maintained
8883 F:      lib/rhashtable.c
8884 F:      include/linux/rhashtable.h
8885
8886 RICOH SMARTMEDIA/XD DRIVER
8887 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8888 S:      Maintained
8889 F:      drivers/mtd/nand/r852.c
8890 F:      drivers/mtd/nand/r852.h
8891
8892 RICOH R5C592 MEMORYSTICK DRIVER
8893 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8894 S:      Maintained
8895 F:      drivers/memstick/host/r592.*
8896
8897 ROCCAT DRIVERS
8898 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8899 W:      http://sourceforge.net/projects/roccat/
8900 S:      Maintained
8901 F:      drivers/hid/hid-roccat*
8902 F:      include/linux/hid-roccat*
8903 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8904
8905 ROCKER DRIVER
8906 M:      Jiri Pirko <jiri@resnulli.us>
8907 M:      Scott Feldman <sfeldma@gmail.com>
8908 L:      netdev@vger.kernel.org
8909 S:      Supported
8910 F:      drivers/net/ethernet/rocker/
8911
8912 ROCKETPORT DRIVER
8913 P:      Comtrol Corp.
8914 W:      http://www.comtrol.com
8915 S:      Maintained
8916 F:      Documentation/serial/rocket.txt
8917 F:      drivers/tty/rocket*
8918
8919 ROCKETPORT EXPRESS/INFINITY DRIVER
8920 M:      Kevin Cernekee <cernekee@gmail.com>
8921 L:      linux-serial@vger.kernel.org
8922 S:      Odd Fixes
8923 F:      drivers/tty/serial/rp2.*
8924
8925 ROSE NETWORK LAYER
8926 M:      Ralf Baechle <ralf@linux-mips.org>
8927 L:      linux-hams@vger.kernel.org
8928 W:      http://www.linux-ax25.org/
8929 S:      Maintained
8930 F:      include/net/rose.h
8931 F:      include/uapi/linux/rose.h
8932 F:      net/rose/
8933
8934 RTL2830 MEDIA DRIVER
8935 M:      Antti Palosaari <crope@iki.fi>
8936 L:      linux-media@vger.kernel.org
8937 W:      http://linuxtv.org/
8938 W:      http://palosaari.fi/linux/
8939 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8940 T:      git git://linuxtv.org/anttip/media_tree.git
8941 S:      Maintained
8942 F:      drivers/media/dvb-frontends/rtl2830*
8943
8944 RTL2832 MEDIA DRIVER
8945 M:      Antti Palosaari <crope@iki.fi>
8946 L:      linux-media@vger.kernel.org
8947 W:      http://linuxtv.org/
8948 W:      http://palosaari.fi/linux/
8949 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8950 T:      git git://linuxtv.org/anttip/media_tree.git
8951 S:      Maintained
8952 F:      drivers/media/dvb-frontends/rtl2832*
8953
8954 RTL2832_SDR MEDIA DRIVER
8955 M:      Antti Palosaari <crope@iki.fi>
8956 L:      linux-media@vger.kernel.org
8957 W:      http://linuxtv.org/
8958 W:      http://palosaari.fi/linux/
8959 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8960 T:      git git://linuxtv.org/anttip/media_tree.git
8961 S:      Maintained
8962 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8963
8964 RTL8180 WIRELESS DRIVER
8965 L:      linux-wireless@vger.kernel.org
8966 W:      http://wireless.kernel.org/
8967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8968 S:      Orphan
8969 F:      drivers/net/wireless/rtl818x/rtl8180/
8970
8971 RTL8187 WIRELESS DRIVER
8972 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8973 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8974 M:      Larry Finger <Larry.Finger@lwfinger.net>
8975 L:      linux-wireless@vger.kernel.org
8976 W:      http://wireless.kernel.org/
8977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8978 S:      Maintained
8979 F:      drivers/net/wireless/rtl818x/rtl8187/
8980
8981 RTL8192CE WIRELESS DRIVER
8982 M:      Larry Finger <Larry.Finger@lwfinger.net>
8983 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8984 L:      linux-wireless@vger.kernel.org
8985 W:      http://wireless.kernel.org/
8986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8987 S:      Maintained
8988 F:      drivers/net/wireless/rtlwifi/
8989 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8990
8991 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
8992 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8993 L:      linux-wireless@vger.kernel.org
8994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
8995 S:      Maintained
8996 F:      drivers/net/wireless/realtek/rtl8xxxu/
8997
8998 S3 SAVAGE FRAMEBUFFER DRIVER
8999 M:      Antonino Daplas <adaplas@gmail.com>
9000 L:      linux-fbdev@vger.kernel.org
9001 S:      Maintained
9002 F:      drivers/video/fbdev/savage/
9003
9004 S390
9005 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9006 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9007 L:      linux-s390@vger.kernel.org
9008 W:      http://www.ibm.com/developerworks/linux/linux390/
9009 S:      Supported
9010 F:      arch/s390/
9011 F:      drivers/s390/
9012 F:      Documentation/s390/
9013 F:      Documentation/DocBook/s390*
9014
9015 S390 COMMON I/O LAYER
9016 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9017 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9018 L:      linux-s390@vger.kernel.org
9019 W:      http://www.ibm.com/developerworks/linux/linux390/
9020 S:      Supported
9021 F:      drivers/s390/cio/
9022
9023 S390 DASD DRIVER
9024 M:      Stefan Weinhuber <wein@de.ibm.com>
9025 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9026 L:      linux-s390@vger.kernel.org
9027 W:      http://www.ibm.com/developerworks/linux/linux390/
9028 S:      Supported
9029 F:      drivers/s390/block/dasd*
9030 F:      block/partitions/ibm.c
9031
9032 S390 NETWORK DRIVERS
9033 M:      Ursula Braun <ursula.braun@de.ibm.com>
9034 L:      linux-s390@vger.kernel.org
9035 W:      http://www.ibm.com/developerworks/linux/linux390/
9036 S:      Supported
9037 F:      drivers/s390/net/
9038
9039 S390 PCI SUBSYSTEM
9040 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9041 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9042 L:      linux-s390@vger.kernel.org
9043 W:      http://www.ibm.com/developerworks/linux/linux390/
9044 S:      Supported
9045 F:      arch/s390/pci/
9046 F:      drivers/pci/hotplug/s390_pci_hpc.c
9047
9048 S390 ZCRYPT DRIVER
9049 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9050 L:      linux-s390@vger.kernel.org
9051 W:      http://www.ibm.com/developerworks/linux/linux390/
9052 S:      Supported
9053 F:      drivers/s390/crypto/
9054
9055 S390 ZFCP DRIVER
9056 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9057 L:      linux-s390@vger.kernel.org
9058 W:      http://www.ibm.com/developerworks/linux/linux390/
9059 S:      Supported
9060 F:      drivers/s390/scsi/zfcp_*
9061
9062 S390 IUCV NETWORK LAYER
9063 M:      Ursula Braun <ursula.braun@de.ibm.com>
9064 L:      linux-s390@vger.kernel.org
9065 W:      http://www.ibm.com/developerworks/linux/linux390/
9066 S:      Supported
9067 F:      drivers/s390/net/*iucv*
9068 F:      include/net/iucv/
9069 F:      net/iucv/
9070
9071 S3C24XX SD/MMC Driver
9072 M:      Ben Dooks <ben-linux@fluff.org>
9073 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9074 S:      Supported
9075 F:      drivers/mmc/host/s3cmci.*
9076
9077 SAA6588 RDS RECEIVER DRIVER
9078 M:      Hans Verkuil <hverkuil@xs4all.nl>
9079 L:      linux-media@vger.kernel.org
9080 T:      git git://linuxtv.org/media_tree.git
9081 W:      http://linuxtv.org
9082 S:      Odd Fixes
9083 F:      drivers/media/i2c/saa6588*
9084
9085 SAA7134 VIDEO4LINUX DRIVER
9086 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9087 L:      linux-media@vger.kernel.org
9088 W:      http://linuxtv.org
9089 T:      git git://linuxtv.org/media_tree.git
9090 S:      Odd fixes
9091 F:      Documentation/video4linux/*.saa7134
9092 F:      drivers/media/pci/saa7134/
9093
9094 SAA7146 VIDEO4LINUX-2 DRIVER
9095 M:      Hans Verkuil <hverkuil@xs4all.nl>
9096 L:      linux-media@vger.kernel.org
9097 T:      git git://linuxtv.org/media_tree.git
9098 S:      Maintained
9099 F:      drivers/media/common/saa7146/
9100 F:      drivers/media/pci/saa7146/
9101 F:      include/media/saa7146*
9102
9103 SAMSUNG LAPTOP DRIVER
9104 M:      Corentin Chary <corentin.chary@gmail.com>
9105 L:      platform-driver-x86@vger.kernel.org
9106 S:      Maintained
9107 F:      drivers/platform/x86/samsung-laptop.c
9108
9109 SAMSUNG AUDIO (ASoC) DRIVERS
9110 M:      Sangbeom Kim <sbkim73@samsung.com>
9111 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9112 S:      Supported
9113 F:      sound/soc/samsung/
9114
9115 SAMSUNG FRAMEBUFFER DRIVER
9116 M:      Jingoo Han <jingoohan1@gmail.com>
9117 L:      linux-fbdev@vger.kernel.org
9118 S:      Maintained
9119 F:      drivers/video/fbdev/s3c-fb.c
9120
9121 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9122 M:      Sangbeom Kim <sbkim73@samsung.com>
9123 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9124 L:      linux-kernel@vger.kernel.org
9125 L:      linux-samsung-soc@vger.kernel.org
9126 S:      Supported
9127 F:      drivers/mfd/sec*.c
9128 F:      drivers/regulator/s2m*.c
9129 F:      drivers/regulator/s5m*.c
9130 F:      drivers/clk/clk-s2mps11.c
9131 F:      drivers/rtc/rtc-s5m.c
9132 F:      include/linux/mfd/samsung/
9133 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9134 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9135
9136 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9137 M:      Kyungmin Park <kyungmin.park@samsung.com>
9138 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9139 L:      linux-media@vger.kernel.org
9140 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9141 S:      Supported
9142 F:      drivers/media/platform/exynos4-is/
9143
9144 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9145 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9146 L:      linux-media@vger.kernel.org
9147 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9148 S:      Maintained
9149 F:      drivers/media/platform/s3c-camif/
9150 F:      include/media/s3c_camif.h
9151
9152 SAMSUNG S5C73M3 CAMERA DRIVER
9153 M:      Kyungmin Park <kyungmin.park@samsung.com>
9154 M:      Andrzej Hajda <a.hajda@samsung.com>
9155 L:      linux-media@vger.kernel.org
9156 S:      Supported
9157 F:      drivers/media/i2c/s5c73m3/*
9158
9159 SAMSUNG S5K5BAF CAMERA DRIVER
9160 M:      Kyungmin Park <kyungmin.park@samsung.com>
9161 M:      Andrzej Hajda <a.hajda@samsung.com>
9162 L:      linux-media@vger.kernel.org
9163 S:      Supported
9164 F:      drivers/media/i2c/s5k5baf.c
9165
9166 SAMSUNG S3FWRN5 NFC DRIVER
9167 M:      Robert Baldyga <r.baldyga@samsung.com>
9168 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9169 S:      Supported
9170 F:      drivers/nfc/s3fwrn5
9171
9172 SAMSUNG SOC CLOCK DRIVERS
9173 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9174 M:      Tomasz Figa <tomasz.figa@gmail.com>
9175 S:      Supported
9176 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9177 F:      drivers/clk/samsung/
9178
9179 SAMSUNG SXGBE DRIVERS
9180 M:      Byungho An <bh74.an@samsung.com>
9181 M:      Girish K S <ks.giri@samsung.com>
9182 M:      Vipul Pandya <vipul.pandya@samsung.com>
9183 S:      Supported
9184 L:      netdev@vger.kernel.org
9185 F:      drivers/net/ethernet/samsung/sxgbe/
9186
9187 SAMSUNG THERMAL DRIVER
9188 M:      Lukasz Majewski <l.majewski@samsung.com>
9189 L:      linux-pm@vger.kernel.org
9190 L:      linux-samsung-soc@vger.kernel.org
9191 S:      Supported
9192 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9193 F:      drivers/thermal/samsung/
9194
9195 SAMSUNG USB2 PHY DRIVER
9196 M:      Kamil Debski <k.debski@samsung.com>
9197 L:      linux-kernel@vger.kernel.org
9198 S:      Supported
9199 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9200 F:      Documentation/phy/samsung-usb2.txt
9201 F:      drivers/phy/phy-exynos4210-usb2.c
9202 F:      drivers/phy/phy-exynos4x12-usb2.c
9203 F:      drivers/phy/phy-exynos5250-usb2.c
9204 F:      drivers/phy/phy-s5pv210-usb2.c
9205 F:      drivers/phy/phy-samsung-usb2.c
9206 F:      drivers/phy/phy-samsung-usb2.h
9207
9208 SERIAL DRIVERS
9209 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9210 L:      linux-serial@vger.kernel.org
9211 S:      Maintained
9212 F:      drivers/tty/serial/
9213
9214 SYNOPSYS DESIGNWARE DMAC DRIVER
9215 M:      Viresh Kumar <vireshk@kernel.org>
9216 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9217 S:      Maintained
9218 F:      include/linux/dma/dw.h
9219 F:      include/linux/platform_data/dma-dw.h
9220 F:      drivers/dma/dw/
9221
9222 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9223 M: Lars Persson <lars.persson@axis.com>
9224 L: netdev@vger.kernel.org
9225 S: Supported
9226 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9227 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9228
9229 SYNOPSYS DESIGNWARE I2C DRIVER
9230 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9231 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9232 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9233 L:      linux-i2c@vger.kernel.org
9234 S:      Maintained
9235 F:      drivers/i2c/busses/i2c-designware-*
9236 F:      include/linux/platform_data/i2c-designware.h
9237
9238 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9239 M:      Seungwon Jeon <tgih.jun@samsung.com>
9240 M:      Jaehoon Chung <jh80.chung@samsung.com>
9241 L:      linux-mmc@vger.kernel.org
9242 S:      Maintained
9243 F:      include/linux/mmc/dw_mmc.h
9244 F:      drivers/mmc/host/dw_mmc*
9245
9246 SYSTEM TRACE MODULE CLASS
9247 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9248 S:      Maintained
9249 F:      Documentation/trace/stm.txt
9250 F:      drivers/hwtracing/stm/
9251 F:      include/linux/stm.h
9252 F:      include/uapi/linux/stm.h
9253
9254 THUNDERBOLT DRIVER
9255 M:      Andreas Noever <andreas.noever@gmail.com>
9256 S:      Maintained
9257 F:      drivers/thunderbolt/
9258
9259 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9260 M:      John Stultz <john.stultz@linaro.org>
9261 M:      Thomas Gleixner <tglx@linutronix.de>
9262 L:      linux-kernel@vger.kernel.org
9263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9264 S:      Supported
9265 F:      include/linux/clocksource.h
9266 F:      include/linux/time.h
9267 F:      include/linux/timex.h
9268 F:      include/uapi/linux/time.h
9269 F:      include/uapi/linux/timex.h
9270 F:      kernel/time/clocksource.c
9271 F:      kernel/time/time*.c
9272 F:      kernel/time/ntp.c
9273 F:      tools/testing/selftests/timers/
9274
9275 SC1200 WDT DRIVER
9276 M:      Zwane Mwaikambo <zwanem@gmail.com>
9277 S:      Maintained
9278 F:      drivers/watchdog/sc1200wdt.c
9279
9280 SCHEDULER
9281 M:      Ingo Molnar <mingo@redhat.com>
9282 M:      Peter Zijlstra <peterz@infradead.org>
9283 L:      linux-kernel@vger.kernel.org
9284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9285 S:      Maintained
9286 F:      kernel/sched/
9287 F:      include/linux/sched.h
9288 F:      include/uapi/linux/sched.h
9289 F:      include/linux/wait.h
9290
9291 SCORE ARCHITECTURE
9292 M:      Chen Liqin <liqin.linux@gmail.com>
9293 M:      Lennox Wu <lennox.wu@gmail.com>
9294 W:      http://www.sunplus.com
9295 S:      Supported
9296 F:      arch/score/
9297
9298 SCSI CDROM DRIVER
9299 M:      Jens Axboe <axboe@kernel.dk>
9300 L:      linux-scsi@vger.kernel.org
9301 W:      http://www.kernel.dk
9302 S:      Maintained
9303 F:      drivers/scsi/sr*
9304
9305 SCSI RDMA PROTOCOL (SRP) INITIATOR
9306 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9307 L:      linux-rdma@vger.kernel.org
9308 S:      Supported
9309 W:      http://www.openfabrics.org
9310 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9312 F:      drivers/infiniband/ulp/srp/
9313 F:      include/scsi/srp.h
9314
9315 SCSI SG DRIVER
9316 M:      Doug Gilbert <dgilbert@interlog.com>
9317 L:      linux-scsi@vger.kernel.org
9318 W:      http://sg.danny.cz/sg
9319 S:      Maintained
9320 F:      Documentation/scsi/scsi-generic.txt
9321 F:      drivers/scsi/sg.c
9322 F:      include/scsi/sg.h
9323
9324 SCSI SUBSYSTEM
9325 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9326 L:      linux-scsi@vger.kernel.org
9327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9328 S:      Maintained
9329 F:      drivers/scsi/
9330 F:      include/scsi/
9331
9332 SCSI TAPE DRIVER
9333 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9334 L:      linux-scsi@vger.kernel.org
9335 S:      Maintained
9336 F:      Documentation/scsi/st.txt
9337 F:      drivers/scsi/st.*
9338 F:      drivers/scsi/st_*.h
9339
9340 SCTP PROTOCOL
9341 M:      Vlad Yasevich <vyasevich@gmail.com>
9342 M:      Neil Horman <nhorman@tuxdriver.com>
9343 L:      linux-sctp@vger.kernel.org
9344 W:      http://lksctp.sourceforge.net
9345 S:      Maintained
9346 F:      Documentation/networking/sctp.txt
9347 F:      include/linux/sctp.h
9348 F:      include/uapi/linux/sctp.h
9349 F:      include/net/sctp/
9350 F:      net/sctp/
9351
9352 SCx200 CPU SUPPORT
9353 M:      Jim Cromie <jim.cromie@gmail.com>
9354 S:      Odd Fixes
9355 F:      Documentation/i2c/busses/scx200_acb
9356 F:      arch/x86/platform/scx200/
9357 F:      drivers/watchdog/scx200_wdt.c
9358 F:      drivers/i2c/busses/scx200*
9359 F:      drivers/mtd/maps/scx200_docflash.c
9360 F:      include/linux/scx200.h
9361
9362 SCx200 GPIO DRIVER
9363 M:      Jim Cromie <jim.cromie@gmail.com>
9364 S:      Maintained
9365 F:      drivers/char/scx200_gpio.c
9366 F:      include/linux/scx200_gpio.h
9367
9368 SCx200 HRT CLOCKSOURCE DRIVER
9369 M:      Jim Cromie <jim.cromie@gmail.com>
9370 S:      Maintained
9371 F:      drivers/clocksource/scx200_hrt.c
9372
9373 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9374 M:      Sascha Sommer <saschasommer@freenet.de>
9375 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9376 S:      Maintained
9377 F:      drivers/mmc/host/sdricoh_cs.c
9378
9379 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9380 L:      linux-mmc@vger.kernel.org
9381 S:      Orphan
9382 F:      drivers/mmc/host/sdhci.*
9383 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9384
9385 SECURE COMPUTING
9386 M:      Kees Cook <keescook@chromium.org>
9387 R:      Andy Lutomirski <luto@amacapital.net>
9388 R:      Will Drewry <wad@chromium.org>
9389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9390 S:      Supported
9391 F:      kernel/seccomp.c
9392 F:      include/uapi/linux/seccomp.h
9393 F:      include/linux/seccomp.h
9394 F:      tools/testing/selftests/seccomp/*
9395 K:      \bsecure_computing
9396 K:      \bTIF_SECCOMP\b
9397
9398 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9399 M:      Ben Dooks <ben-linux@fluff.org>
9400 M:      Jaehoon Chung <jh80.chung@samsung.com>
9401 L:      linux-mmc@vger.kernel.org
9402 S:      Maintained
9403 F:      drivers/mmc/host/sdhci-s3c*
9404
9405 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9406 M:      Viresh Kumar <vireshk@kernel.org>
9407 L:      spear-devel@list.st.com
9408 L:      linux-mmc@vger.kernel.org
9409 S:      Maintained
9410 F:      drivers/mmc/host/sdhci-spear.c
9411
9412 SECURITY SUBSYSTEM
9413 M:      James Morris <james.l.morris@oracle.com>
9414 M:      "Serge E. Hallyn" <serge@hallyn.com>
9415 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9417 W:      http://kernsec.org/
9418 S:      Supported
9419 F:      security/
9420
9421 SECURITY CONTACT
9422 M:      Security Officers <security@kernel.org>
9423 S:      Supported
9424
9425 SELINUX SECURITY MODULE
9426 M:      Paul Moore <paul@paul-moore.com>
9427 M:      Stephen Smalley <sds@tycho.nsa.gov>
9428 M:      Eric Paris <eparis@parisplace.org>
9429 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9430 W:      http://selinuxproject.org
9431 T:      git git://git.infradead.org/users/pcmoore/selinux
9432 S:      Supported
9433 F:      include/linux/selinux*
9434 F:      security/selinux/
9435 F:      scripts/selinux/
9436
9437 APPARMOR SECURITY MODULE
9438 M:      John Johansen <john.johansen@canonical.com>
9439 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9440 W:      apparmor.wiki.kernel.org
9441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9442 S:      Supported
9443 F:      security/apparmor/
9444
9445 YAMA SECURITY MODULE
9446 M:      Kees Cook <keescook@chromium.org>
9447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9448 S:      Supported
9449 F:      security/yama/
9450
9451 SENSABLE PHANTOM
9452 M:      Jiri Slaby <jirislaby@gmail.com>
9453 S:      Maintained
9454 F:      drivers/misc/phantom.c
9455 F:      include/uapi/linux/phantom.h
9456
9457 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9458 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9459 M:      Minh Tran <minh.tran@avagotech.com>
9460 M:      John Soni Jose <sony.john-n@avagotech.com>
9461 L:      linux-scsi@vger.kernel.org
9462 W:      http://www.avagotech.com
9463 S:      Supported
9464 F:      drivers/scsi/be2iscsi/
9465
9466 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9467 M:      Sathya Perla <sathya.perla@avagotech.com>
9468 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9469 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9470 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9471 L:      netdev@vger.kernel.org
9472 W:      http://www.emulex.com
9473 S:      Supported
9474 F:      drivers/net/ethernet/emulex/benet/
9475
9476 EMULEX ONECONNECT ROCE DRIVER
9477 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9478 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9479 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9480 L:      linux-rdma@vger.kernel.org
9481 W:      http://www.emulex.com
9482 S:      Supported
9483 F:      drivers/infiniband/hw/ocrdma/
9484
9485 SFC NETWORK DRIVER
9486 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9487 M:      Shradha Shah <sshah@solarflare.com>
9488 L:      netdev@vger.kernel.org
9489 S:      Supported
9490 F:      drivers/net/ethernet/sfc/
9491
9492 SGI GRU DRIVER
9493 M:      Dimitri Sivanich <sivanich@sgi.com>
9494 S:      Maintained
9495 F:      drivers/misc/sgi-gru/
9496
9497 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9498 M:      Pat Gefre <pfg@sgi.com>
9499 L:      linux-ia64@vger.kernel.org
9500 S:      Supported
9501 F:      Documentation/ia64/serial.txt
9502 F:      drivers/tty/serial/ioc?_serial.c
9503 F:      include/linux/ioc?.h
9504
9505 SGI XP/XPC/XPNET DRIVER
9506 M:      Cliff Whickman <cpw@sgi.com>
9507 M:      Robin Holt <robinmholt@gmail.com>
9508 S:      Maintained
9509 F:      drivers/misc/sgi-xp/
9510
9511 SI2157 MEDIA DRIVER
9512 M:      Antti Palosaari <crope@iki.fi>
9513 L:      linux-media@vger.kernel.org
9514 W:      http://linuxtv.org/
9515 W:      http://palosaari.fi/linux/
9516 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9517 T:      git git://linuxtv.org/anttip/media_tree.git
9518 S:      Maintained
9519 F:      drivers/media/tuners/si2157*
9520
9521 SI2168 MEDIA DRIVER
9522 M:      Antti Palosaari <crope@iki.fi>
9523 L:      linux-media@vger.kernel.org
9524 W:      http://linuxtv.org/
9525 W:      http://palosaari.fi/linux/
9526 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9527 T:      git git://linuxtv.org/anttip/media_tree.git
9528 S:      Maintained
9529 F:      drivers/media/dvb-frontends/si2168*
9530
9531 SI470X FM RADIO RECEIVER I2C DRIVER
9532 M:      Hans Verkuil <hverkuil@xs4all.nl>
9533 L:      linux-media@vger.kernel.org
9534 T:      git git://linuxtv.org/media_tree.git
9535 W:      http://linuxtv.org
9536 S:      Odd Fixes
9537 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9538
9539 SI470X FM RADIO RECEIVER USB DRIVER
9540 M:      Hans Verkuil <hverkuil@xs4all.nl>
9541 L:      linux-media@vger.kernel.org
9542 T:      git git://linuxtv.org/media_tree.git
9543 W:      http://linuxtv.org
9544 S:      Maintained
9545 F:      drivers/media/radio/si470x/radio-si470x-common.c
9546 F:      drivers/media/radio/si470x/radio-si470x.h
9547 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9548
9549 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9550 M:      Eduardo Valentin <edubezval@gmail.com>
9551 L:      linux-media@vger.kernel.org
9552 T:      git git://linuxtv.org/media_tree.git
9553 W:      http://linuxtv.org
9554 S:      Odd Fixes
9555 F:      drivers/media/radio/si4713/si4713.?
9556
9557 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9558 M:      Eduardo Valentin <edubezval@gmail.com>
9559 L:      linux-media@vger.kernel.org
9560 T:      git git://linuxtv.org/media_tree.git
9561 W:      http://linuxtv.org
9562 S:      Odd Fixes
9563 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9564
9565 SI4713 FM RADIO TRANSMITTER USB DRIVER
9566 M:      Hans Verkuil <hverkuil@xs4all.nl>
9567 L:      linux-media@vger.kernel.org
9568 T:      git git://linuxtv.org/media_tree.git
9569 W:      http://linuxtv.org
9570 S:      Maintained
9571 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9572
9573 SIANO DVB DRIVER
9574 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9575 L:      linux-media@vger.kernel.org
9576 W:      http://linuxtv.org
9577 T:      git git://linuxtv.org/media_tree.git
9578 S:      Odd fixes
9579 F:      drivers/media/common/siano/
9580 F:      drivers/media/usb/siano/
9581 F:      drivers/media/usb/siano/
9582 F:      drivers/media/mmc/siano/
9583
9584 SIMPLEFB FB DRIVER
9585 M:      Hans de Goede <hdegoede@redhat.com>
9586 L:      linux-fbdev@vger.kernel.org
9587 S:      Maintained
9588 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9589 F:      drivers/video/fbdev/simplefb.c
9590 F:      include/linux/platform_data/simplefb.h
9591
9592 SH_VEU V4L2 MEM2MEM DRIVER
9593 L:      linux-media@vger.kernel.org
9594 S:      Orphan
9595 F:      drivers/media/platform/sh_veu.c
9596
9597 SH_VOU V4L2 OUTPUT DRIVER
9598 L:      linux-media@vger.kernel.org
9599 S:      Orphan
9600 F:      drivers/media/platform/sh_vou.c
9601 F:      include/media/sh_vou.h
9602
9603 SIMPLE FIRMWARE INTERFACE (SFI)
9604 M:      Len Brown <lenb@kernel.org>
9605 L:      sfi-devel@simplefirmware.org
9606 W:      http://simplefirmware.org/
9607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9608 S:      Supported
9609 F:      arch/x86/platform/sfi/
9610 F:      drivers/sfi/
9611 F:      include/linux/sfi*.h
9612
9613 SIMTEC EB110ATX (Chalice CATS)
9614 P:      Ben Dooks
9615 P:      Vincent Sanders <vince@simtec.co.uk>
9616 M:      Simtec Linux Team <linux@simtec.co.uk>
9617 W:      http://www.simtec.co.uk/products/EB110ATX/
9618 S:      Supported
9619
9620 SIMTEC EB2410ITX (BAST)
9621 P:      Ben Dooks
9622 P:      Vincent Sanders <vince@simtec.co.uk>
9623 M:      Simtec Linux Team <linux@simtec.co.uk>
9624 W:      http://www.simtec.co.uk/products/EB2410ITX/
9625 S:      Supported
9626 F:      arch/arm/mach-s3c24xx/mach-bast.c
9627 F:      arch/arm/mach-s3c24xx/bast-ide.c
9628 F:      arch/arm/mach-s3c24xx/bast-irq.c
9629
9630 TI DAVINCI MACHINE SUPPORT
9631 M:      Sekhar Nori <nsekhar@ti.com>
9632 M:      Kevin Hilman <khilman@deeprootsystems.com>
9633 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9634 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9635 S:      Supported
9636 F:      arch/arm/mach-davinci/
9637 F:      drivers/i2c/busses/i2c-davinci.c
9638
9639 TI DAVINCI SERIES MEDIA DRIVER
9640 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9641 L:      linux-media@vger.kernel.org
9642 W:      http://linuxtv.org/
9643 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9644 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9645 S:      Maintained
9646 F:      drivers/media/platform/davinci/
9647 F:      include/media/davinci/
9648
9649 TI AM437X VPFE DRIVER
9650 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9651 L:      linux-media@vger.kernel.org
9652 W:      http://linuxtv.org/
9653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9654 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9655 S:      Maintained
9656 F:      drivers/media/platform/am437x/
9657
9658 OV2659 OMNIVISION SENSOR DRIVER
9659 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9660 L:      linux-media@vger.kernel.org
9661 W:      http://linuxtv.org/
9662 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9663 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9664 S:      Maintained
9665 F:      drivers/media/i2c/ov2659.c
9666 F:      include/media/ov2659.h
9667
9668 SILICON MOTION SM712 FRAME BUFFER DRIVER
9669 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9670 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9671 M:      Sudip Mukherjee <sudip@vectorindia.org>
9672 L:      linux-fbdev@vger.kernel.org
9673 S:      Maintained
9674 F:      drivers/video/fbdev/sm712*
9675 F:      Documentation/fb/sm712fb.txt
9676
9677 SIS 190 ETHERNET DRIVER
9678 M:      Francois Romieu <romieu@fr.zoreil.com>
9679 L:      netdev@vger.kernel.org
9680 S:      Maintained
9681 F:      drivers/net/ethernet/sis/sis190.c
9682
9683 SIS 900/7016 FAST ETHERNET DRIVER
9684 M:      Daniele Venzano <venza@brownhat.org>
9685 W:      http://www.brownhat.org/sis900.html
9686 L:      netdev@vger.kernel.org
9687 S:      Maintained
9688 F:      drivers/net/ethernet/sis/sis900.*
9689
9690 SIS FRAMEBUFFER DRIVER
9691 M:      Thomas Winischhofer <thomas@winischhofer.net>
9692 W:      http://www.winischhofer.net/linuxsisvga.shtml
9693 S:      Maintained
9694 F:      Documentation/fb/sisfb.txt
9695 F:      drivers/video/fbdev/sis/
9696 F:      include/video/sisfb.h
9697
9698 SIS USB2VGA DRIVER
9699 M:      Thomas Winischhofer <thomas@winischhofer.net>
9700 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9701 S:      Maintained
9702 F:      drivers/usb/misc/sisusbvga/
9703
9704 SLAB ALLOCATOR
9705 M:      Christoph Lameter <cl@linux.com>
9706 M:      Pekka Enberg <penberg@kernel.org>
9707 M:      David Rientjes <rientjes@google.com>
9708 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9709 M:      Andrew Morton <akpm@linux-foundation.org>
9710 L:      linux-mm@kvack.org
9711 S:      Maintained
9712 F:      include/linux/sl?b*.h
9713 F:      mm/sl?b*
9714
9715 SLEEPABLE READ-COPY UPDATE (SRCU)
9716 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9717 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9718 M:      Josh Triplett <josh@joshtriplett.org>
9719 R:      Steven Rostedt <rostedt@goodmis.org>
9720 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9721 L:      linux-kernel@vger.kernel.org
9722 W:      http://www.rdrop.com/users/paulmck/RCU/
9723 S:      Supported
9724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9725 F:      include/linux/srcu.h
9726 F:      kernel/rcu/srcu.c
9727
9728 SMACK SECURITY MODULE
9729 M:      Casey Schaufler <casey@schaufler-ca.com>
9730 L:      linux-security-module@vger.kernel.org
9731 W:      http://schaufler-ca.com
9732 T:      git git://git.gitorious.org/smack-next/kernel.git
9733 S:      Maintained
9734 F:      Documentation/security/Smack.txt
9735 F:      security/smack/
9736
9737 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9738 M:      Kevin Hilman <khilman@kernel.org>
9739 M:      Nishanth Menon <nm@ti.com>
9740 S:      Maintained
9741 F:      drivers/power/avs/
9742 F:      include/linux/power/smartreflex.h
9743 L:      linux-pm@vger.kernel.org
9744
9745 SMC91x ETHERNET DRIVER
9746 M:      Nicolas Pitre <nico@fluxnic.net>
9747 S:      Odd Fixes
9748 F:      drivers/net/ethernet/smsc/smc91x.*
9749
9750 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9751 M:      Sakari Ailus <sakari.ailus@iki.fi>
9752 L:      linux-media@vger.kernel.org
9753 S:      Maintained
9754 F:      drivers/media/i2c/smiapp/
9755 F:      include/media/smiapp.h
9756 F:      drivers/media/i2c/smiapp-pll.c
9757 F:      drivers/media/i2c/smiapp-pll.h
9758 F:      include/uapi/linux/smiapp.h
9759 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9760
9761 SMM665 HARDWARE MONITOR DRIVER
9762 M:      Guenter Roeck <linux@roeck-us.net>
9763 L:      lm-sensors@lm-sensors.org
9764 S:      Maintained
9765 F:      Documentation/hwmon/smm665
9766 F:      drivers/hwmon/smm665.c
9767
9768 SMSC EMC2103 HARDWARE MONITOR DRIVER
9769 M:      Steve Glendinning <steve.glendinning@shawell.net>
9770 L:      lm-sensors@lm-sensors.org
9771 S:      Maintained
9772 F:      Documentation/hwmon/emc2103
9773 F:      drivers/hwmon/emc2103.c
9774
9775 SMSC SCH5627 HARDWARE MONITOR DRIVER
9776 M:      Hans de Goede <hdegoede@redhat.com>
9777 L:      lm-sensors@lm-sensors.org
9778 S:      Supported
9779 F:      Documentation/hwmon/sch5627
9780 F:      drivers/hwmon/sch5627.c
9781
9782 SMSC47B397 HARDWARE MONITOR DRIVER
9783 M:      Jean Delvare <jdelvare@suse.com>
9784 L:      lm-sensors@lm-sensors.org
9785 S:      Maintained
9786 F:      Documentation/hwmon/smsc47b397
9787 F:      drivers/hwmon/smsc47b397.c
9788
9789 SMSC911x ETHERNET DRIVER
9790 M:      Steve Glendinning <steve.glendinning@shawell.net>
9791 L:      netdev@vger.kernel.org
9792 S:      Maintained
9793 F:      include/linux/smsc911x.h
9794 F:      drivers/net/ethernet/smsc/smsc911x.*
9795
9796 SMSC9420 PCI ETHERNET DRIVER
9797 M:      Steve Glendinning <steve.glendinning@shawell.net>
9798 L:      netdev@vger.kernel.org
9799 S:      Maintained
9800 F:      drivers/net/ethernet/smsc/smsc9420.*
9801
9802 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9803 M:      Steve Glendinning <steve.glendinning@shawell.net>
9804 L:      linux-fbdev@vger.kernel.org
9805 S:      Maintained
9806 F:      drivers/video/fbdev/smscufx.c
9807
9808 SOC-CAMERA V4L2 SUBSYSTEM
9809 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9810 L:      linux-media@vger.kernel.org
9811 T:      git git://linuxtv.org/media_tree.git
9812 S:      Maintained
9813 F:      include/media/soc*
9814 F:      drivers/media/i2c/soc_camera/
9815 F:      drivers/media/platform/soc_camera/
9816
9817 SOEKRIS NET48XX LED SUPPORT
9818 M:      Chris Boot <bootc@bootc.net>
9819 S:      Maintained
9820 F:      drivers/leds/leds-net48xx.c
9821
9822 SOFTLOGIC 6x10 MPEG CODEC
9823 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9824 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9825 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9826 M:      Ismael Luceno <ismael@iodev.co.uk>
9827 L:      linux-media@vger.kernel.org
9828 S:      Supported
9829 F:      drivers/media/pci/solo6x10/
9830
9831 SOFTWARE RAID (Multiple Disks) SUPPORT
9832 M:      Neil Brown <neilb@suse.com>
9833 L:      linux-raid@vger.kernel.org
9834 S:      Supported
9835 F:      drivers/md/
9836 F:      include/linux/raid/
9837 F:      include/uapi/linux/raid/
9838
9839 SONIC NETWORK DRIVER
9840 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9841 L:      netdev@vger.kernel.org
9842 S:      Maintained
9843 F:      drivers/net/ethernet/natsemi/sonic.*
9844
9845 SONICS SILICON BACKPLANE DRIVER (SSB)
9846 M:      Michael Buesch <m@bues.ch>
9847 L:      netdev@vger.kernel.org
9848 S:      Maintained
9849 F:      drivers/ssb/
9850 F:      include/linux/ssb/
9851
9852 SONY VAIO CONTROL DEVICE DRIVER
9853 M:      Mattia Dongili <malattia@linux.it>
9854 L:      platform-driver-x86@vger.kernel.org
9855 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9856 S:      Maintained
9857 F:      Documentation/laptops/sony-laptop.txt
9858 F:      drivers/char/sonypi.c
9859 F:      drivers/platform/x86/sony-laptop.c
9860 F:      include/linux/sony-laptop.h
9861
9862 SONY MEMORYSTICK CARD SUPPORT
9863 M:      Alex Dubov <oakad@yahoo.com>
9864 W:      http://tifmxx.berlios.de/
9865 S:      Maintained
9866 F:      drivers/memstick/host/tifm_ms.c
9867
9868 SONY MEMORYSTICK STANDARD SUPPORT
9869 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9870 S:      Maintained
9871 F:      drivers/memstick/core/ms_block.*
9872
9873 SOUND
9874 M:      Jaroslav Kysela <perex@perex.cz>
9875 M:      Takashi Iwai <tiwai@suse.com>
9876 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9877 W:      http://www.alsa-project.org/
9878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9879 T:      git git://git.alsa-project.org/alsa-kernel.git
9880 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9881 S:      Maintained
9882 F:      Documentation/sound/
9883 F:      include/sound/
9884 F:      include/uapi/sound/
9885 F:      sound/
9886
9887 SOUND - COMPRESSED AUDIO
9888 M:      Vinod Koul <vinod.koul@intel.com>
9889 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9891 S:      Supported
9892 F:      Documentation/sound/alsa/compress_offload.txt
9893 F:      include/sound/compress_driver.h
9894 F:      include/uapi/sound/compress_*
9895 F:      sound/core/compress_offload.c
9896 F:      sound/soc/soc-compress.c
9897
9898 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9899 M:      Liam Girdwood <lgirdwood@gmail.com>
9900 M:      Mark Brown <broonie@kernel.org>
9901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9902 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9903 W:      http://alsa-project.org/main/index.php/ASoC
9904 S:      Supported
9905 F:      Documentation/sound/alsa/soc/
9906 F:      sound/soc/
9907 F:      include/sound/soc*
9908
9909 SOUND - DMAENGINE HELPERS
9910 M:      Lars-Peter Clausen <lars@metafoo.de>
9911 S:      Supported
9912 F:      include/sound/dmaengine_pcm.h
9913 F:      sound/core/pcm_dmaengine.c
9914 F:      sound/soc/soc-generic-dmaengine-pcm.c
9915
9916 SP2 MEDIA DRIVER
9917 M:      Olli Salonen <olli.salonen@iki.fi>
9918 L:      linux-media@vger.kernel.org
9919 W:      http://linuxtv.org/
9920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9921 S:      Maintained
9922 F:      drivers/media/dvb-frontends/sp2*
9923
9924 SPARC + UltraSPARC (sparc/sparc64)
9925 M:      "David S. Miller" <davem@davemloft.net>
9926 L:      sparclinux@vger.kernel.org
9927 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9930 S:      Maintained
9931 F:      arch/sparc/
9932 F:      drivers/sbus/
9933
9934 SPARC SERIAL DRIVERS
9935 M:      "David S. Miller" <davem@davemloft.net>
9936 L:      sparclinux@vger.kernel.org
9937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9939 S:      Maintained
9940 F:      include/linux/sunserialcore.h
9941 F:      drivers/tty/serial/suncore.c
9942 F:      drivers/tty/serial/sunhv.c
9943 F:      drivers/tty/serial/sunsab.c
9944 F:      drivers/tty/serial/sunsab.h
9945 F:      drivers/tty/serial/sunsu.c
9946 F:      drivers/tty/serial/sunzilog.c
9947 F:      drivers/tty/serial/sunzilog.h
9948
9949 SPARSE CHECKER
9950 M:      "Christopher Li" <sparse@chrisli.org>
9951 L:      linux-sparse@vger.kernel.org
9952 W:      https://sparse.wiki.kernel.org/
9953 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9954 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9955 S:      Maintained
9956 F:      include/linux/compiler.h
9957
9958 SPEAR PLATFORM SUPPORT
9959 M:      Viresh Kumar <vireshk@kernel.org>
9960 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9961 L:      spear-devel@list.st.com
9962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9963 W:      http://www.st.com/spear
9964 S:      Maintained
9965 F:      arch/arm/mach-spear/
9966
9967 SPEAR CLOCK FRAMEWORK SUPPORT
9968 M:      Viresh Kumar <vireshk@kernel.org>
9969 L:      spear-devel@list.st.com
9970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9971 W:      http://www.st.com/spear
9972 S:      Maintained
9973 F:      drivers/clk/spear/
9974
9975 SPI SUBSYSTEM
9976 M:      Mark Brown <broonie@kernel.org>
9977 L:      linux-spi@vger.kernel.org
9978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9979 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9980 S:      Maintained
9981 F:      Documentation/spi/
9982 F:      drivers/spi/
9983 F:      include/linux/spi/
9984 F:      include/uapi/linux/spi/
9985
9986 SPIDERNET NETWORK DRIVER for CELL
9987 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9988 L:      netdev@vger.kernel.org
9989 S:      Supported
9990 F:      Documentation/networking/spider_net.txt
9991 F:      drivers/net/ethernet/toshiba/spider_net*
9992
9993 SPU FILE SYSTEM
9994 M:      Jeremy Kerr <jk@ozlabs.org>
9995 L:      linuxppc-dev@lists.ozlabs.org
9996 W:      http://www.ibm.com/developerworks/power/cell/
9997 S:      Supported
9998 F:      Documentation/filesystems/spufs.txt
9999 F:      arch/powerpc/platforms/cell/spufs/
10000
10001 SQUASHFS FILE SYSTEM
10002 M:      Phillip Lougher <phillip@squashfs.org.uk>
10003 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10004 W:      http://squashfs.org.uk
10005 S:      Maintained
10006 F:      Documentation/filesystems/squashfs.txt
10007 F:      fs/squashfs/
10008
10009 SRM (Alpha) environment access
10010 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10011 S:      Maintained
10012 F:      arch/alpha/kernel/srm_env.c
10013
10014 STABLE BRANCH
10015 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10016 L:      stable@vger.kernel.org
10017 S:      Supported
10018 F:      Documentation/stable_kernel_rules.txt
10019
10020 STAGING SUBSYSTEM
10021 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10023 L:      devel@driverdev.osuosl.org
10024 S:      Supported
10025 F:      drivers/staging/
10026
10027 STAGING - COMEDI
10028 M:      Ian Abbott <abbotti@mev.co.uk>
10029 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10030 S:      Odd Fixes
10031 F:      drivers/staging/comedi/
10032
10033 STAGING - FLARION FT1000 DRIVERS
10034 M:      Marek Belisko <marek.belisko@gmail.com>
10035 S:      Odd Fixes
10036 F:      drivers/staging/ft1000/
10037
10038 STAGING - INDUSTRIAL IO
10039 M:      Jonathan Cameron <jic23@kernel.org>
10040 L:      linux-iio@vger.kernel.org
10041 S:      Odd Fixes
10042 F:      drivers/staging/iio/
10043
10044 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10045 M:      Jarod Wilson <jarod@wilsonet.com>
10046 W:      http://www.lirc.org/
10047 S:      Odd Fixes
10048 F:      drivers/staging/media/lirc/
10049
10050 STAGING - LUSTRE PARALLEL FILESYSTEM
10051 M:      Oleg Drokin <oleg.drokin@intel.com>
10052 M:      Andreas Dilger <andreas.dilger@intel.com>
10053 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10054 W:      http://wiki.lustre.org/
10055 S:      Maintained
10056 F:      drivers/staging/lustre
10057
10058 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10059 M:      Marc Dietrich <marvin24@gmx.de>
10060 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10061 L:      linux-tegra@vger.kernel.org
10062 S:      Maintained
10063 F:      drivers/staging/nvec/
10064
10065 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10066 M:      Jens Frederich <jfrederich@gmail.com>
10067 M:      Daniel Drake <dsd@laptop.org>
10068 M:      Jon Nettleton <jon.nettleton@gmail.com>
10069 W:      http://wiki.laptop.org/go/DCON
10070 S:      Maintained
10071 F:      drivers/staging/olpc_dcon/
10072
10073 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10074 M:      Willy Tarreau <willy@meta-x.org>
10075 S:      Odd Fixes
10076 F:      drivers/staging/panel/
10077
10078 STAGING - REALTEK RTL8712U DRIVERS
10079 M:      Larry Finger <Larry.Finger@lwfinger.net>
10080 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10081 S:      Odd Fixes
10082 F:      drivers/staging/rtl8712/
10083
10084 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10085 M:      Larry Finger <Larry.Finger@lwfinger.net>
10086 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10087 L:      linux-wireless@vger.kernel.org
10088 S:      Maintained
10089 F:      drivers/staging/rtl8723au/
10090
10091 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10092 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10093 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10094 M:      Sudip Mukherjee <sudip@vectorindia.org>
10095 L:      linux-fbdev@vger.kernel.org
10096 S:      Maintained
10097 F:      drivers/staging/sm750fb/
10098
10099 STAGING - SLICOSS
10100 M:      Lior Dotan <liodot@gmail.com>
10101 M:      Christopher Harrer <charrer@alacritech.com>
10102 S:      Odd Fixes
10103 F:      drivers/staging/slicoss/
10104
10105 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10106 M:      William Hubbs <w.d.hubbs@gmail.com>
10107 M:      Chris Brannon <chris@the-brannons.com>
10108 M:      Kirk Reiser <kirk@reisers.ca>
10109 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10110 L:      speakup@linux-speakup.org
10111 W:      http://www.linux-speakup.org/
10112 S:      Odd Fixes
10113 F:      drivers/staging/speakup/
10114
10115 STAGING - VIA VT665X DRIVERS
10116 M:      Forest Bond <forest@alittletooquiet.net>
10117 S:      Odd Fixes
10118 F:      drivers/staging/vt665?/
10119
10120 STAGING - WILC1000 WIFI DRIVER
10121 M:      Johnny Kim <johnny.kim@atmel.com>
10122 M:      Austin Shin <austin.shin@atmel.com>
10123 M:      Chris Park <chris.park@atmel.com>
10124 M:      Tony Cho <tony.cho@atmel.com>
10125 M:      Glen Lee <glen.lee@atmel.com>
10126 M:      Leo Kim <leo.kim@atmel.com>
10127 L:      linux-wireless@vger.kernel.org
10128 S:      Supported
10129 F:      drivers/staging/wilc1000/
10130
10131 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10132 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10133 S:      Odd Fixes
10134 F:      drivers/staging/xgifb/
10135
10136 HFI1 DRIVER
10137 M:      Mike Marciniszyn <infinipath@intel.com>
10138 L:      linux-rdma@vger.kernel.org
10139 S:      Supported
10140 F:      drivers/staging/rdma/hfi1
10141
10142 STARFIRE/DURALAN NETWORK DRIVER
10143 M:      Ion Badulescu <ionut@badula.org>
10144 S:      Odd Fixes
10145 F:      drivers/net/ethernet/adaptec/starfire*
10146
10147 SUN3/3X
10148 M:      Sam Creasey <sammy@sammy.net>
10149 W:      http://sammy.net/sun3/
10150 S:      Maintained
10151 F:      arch/m68k/kernel/*sun3*
10152 F:      arch/m68k/sun3*/
10153 F:      arch/m68k/include/asm/sun3*
10154 F:      drivers/net/ethernet/i825xx/sun3*
10155
10156 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10157 M:      Hans de Goede <hdegoede@redhat.com>
10158 L:      linux-input@vger.kernel.org
10159 S:      Maintained
10160 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10161 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10162
10163 SUNDANCE NETWORK DRIVER
10164 M:      Denis Kirjanov <kda@linux-powerpc.org>
10165 L:      netdev@vger.kernel.org
10166 S:      Maintained
10167 F:      drivers/net/ethernet/dlink/sundance.c
10168
10169 SUPERH
10170 L:      linux-sh@vger.kernel.org
10171 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10172 S:      Orphan
10173 F:      Documentation/sh/
10174 F:      arch/sh/
10175 F:      drivers/sh/
10176
10177 SUSPEND TO RAM
10178 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10179 M:      Len Brown <len.brown@intel.com>
10180 M:      Pavel Machek <pavel@ucw.cz>
10181 L:      linux-pm@vger.kernel.org
10182 S:      Supported
10183 F:      Documentation/power/
10184 F:      arch/x86/kernel/acpi/
10185 F:      drivers/base/power/
10186 F:      kernel/power/
10187 F:      include/linux/suspend.h
10188 F:      include/linux/freezer.h
10189 F:      include/linux/pm.h
10190
10191 SVGA HANDLING
10192 M:      Martin Mares <mj@ucw.cz>
10193 L:      linux-video@atrey.karlin.mff.cuni.cz
10194 S:      Maintained
10195 F:      Documentation/svga.txt
10196 F:      arch/x86/boot/video*
10197
10198 SWIOTLB SUBSYSTEM
10199 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10200 L:      linux-kernel@vger.kernel.org
10201 S:      Supported
10202 F:      lib/swiotlb.c
10203 F:      arch/*/kernel/pci-swiotlb.c
10204 F:      include/linux/swiotlb.h
10205
10206 SWITCHDEV
10207 M:      Jiri Pirko <jiri@resnulli.us>
10208 L:      netdev@vger.kernel.org
10209 S:      Supported
10210 F:      net/switchdev/
10211 F:      include/net/switchdev.h
10212
10213 SYNOPSYS ARC ARCHITECTURE
10214 M:      Vineet Gupta <vgupta@synopsys.com>
10215 L:      linux-snps-arc@lists.infraded.org
10216 S:      Supported
10217 F:      arch/arc/
10218 F:      Documentation/devicetree/bindings/arc/*
10219 F:      drivers/tty/serial/arc_uart.c
10220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10221
10222 SYNOPSYS ARC SDP platform support
10223 M:      Alexey Brodkin <abrodkin@synopsys.com>
10224 S:      Supported
10225 F:      arch/arc/plat-axs10x
10226 F:      arch/arc/boot/dts/ax*
10227 F:      Documentation/devicetree/bindings/arc/axs10*
10228
10229 SYSTEM CONFIGURATION (SYSCON)
10230 M:      Lee Jones <lee.jones@linaro.org>
10231 M:      Arnd Bergmann <arnd@arndb.de>
10232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10233 S:      Supported
10234 F:      drivers/mfd/syscon.c
10235
10236 SYSV FILESYSTEM
10237 M:      Christoph Hellwig <hch@infradead.org>
10238 S:      Maintained
10239 F:      Documentation/filesystems/sysv-fs.txt
10240 F:      fs/sysv/
10241 F:      include/linux/sysv_fs.h
10242
10243 TARGET SUBSYSTEM
10244 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10245 L:      linux-scsi@vger.kernel.org
10246 L:      target-devel@vger.kernel.org
10247 W:      http://www.linux-iscsi.org
10248 W:      http://groups.google.com/group/linux-iscsi-target-dev
10249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10250 S:      Supported
10251 F:      drivers/target/
10252 F:      include/target/
10253 F:      Documentation/target/
10254
10255 TASKSTATS STATISTICS INTERFACE
10256 M:      Balbir Singh <bsingharora@gmail.com>
10257 S:      Maintained
10258 F:      Documentation/accounting/taskstats*
10259 F:      include/linux/taskstats*
10260 F:      kernel/taskstats.c
10261
10262 TC CLASSIFIER
10263 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10264 L:      netdev@vger.kernel.org
10265 S:      Maintained
10266 F:      include/net/pkt_cls.h
10267 F:      include/uapi/linux/pkt_cls.h
10268 F:      net/sched/
10269
10270 TCP LOW PRIORITY MODULE
10271 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10272 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10273 W:      http://tcp-lp-mod.sourceforge.net/
10274 S:      Maintained
10275 F:      net/ipv4/tcp_lp.c
10276
10277 TDA10071 MEDIA DRIVER
10278 M:      Antti Palosaari <crope@iki.fi>
10279 L:      linux-media@vger.kernel.org
10280 W:      http://linuxtv.org/
10281 W:      http://palosaari.fi/linux/
10282 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10283 T:      git git://linuxtv.org/anttip/media_tree.git
10284 S:      Maintained
10285 F:      drivers/media/dvb-frontends/tda10071*
10286
10287 TDA18212 MEDIA DRIVER
10288 M:      Antti Palosaari <crope@iki.fi>
10289 L:      linux-media@vger.kernel.org
10290 W:      http://linuxtv.org/
10291 W:      http://palosaari.fi/linux/
10292 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10293 T:      git git://linuxtv.org/anttip/media_tree.git
10294 S:      Maintained
10295 F:      drivers/media/tuners/tda18212*
10296
10297 TDA18218 MEDIA DRIVER
10298 M:      Antti Palosaari <crope@iki.fi>
10299 L:      linux-media@vger.kernel.org
10300 W:      http://linuxtv.org/
10301 W:      http://palosaari.fi/linux/
10302 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10303 T:      git git://linuxtv.org/anttip/media_tree.git
10304 S:      Maintained
10305 F:      drivers/media/tuners/tda18218*
10306
10307 TDA18271 MEDIA DRIVER
10308 M:      Michael Krufky <mkrufky@linuxtv.org>
10309 L:      linux-media@vger.kernel.org
10310 W:      http://linuxtv.org/
10311 W:      http://github.com/mkrufky
10312 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10313 T:      git git://linuxtv.org/mkrufky/tuners.git
10314 S:      Maintained
10315 F:      drivers/media/tuners/tda18271*
10316
10317 TDA827x MEDIA DRIVER
10318 M:      Michael Krufky <mkrufky@linuxtv.org>
10319 L:      linux-media@vger.kernel.org
10320 W:      http://linuxtv.org/
10321 W:      http://github.com/mkrufky
10322 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10323 T:      git git://linuxtv.org/mkrufky/tuners.git
10324 S:      Maintained
10325 F:      drivers/media/tuners/tda8290.*
10326
10327 TDA8290 MEDIA DRIVER
10328 M:      Michael Krufky <mkrufky@linuxtv.org>
10329 L:      linux-media@vger.kernel.org
10330 W:      http://linuxtv.org/
10331 W:      http://github.com/mkrufky
10332 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10333 T:      git git://linuxtv.org/mkrufky/tuners.git
10334 S:      Maintained
10335 F:      drivers/media/tuners/tda8290.*
10336
10337 TDA9840 MEDIA DRIVER
10338 M:      Hans Verkuil <hverkuil@xs4all.nl>
10339 L:      linux-media@vger.kernel.org
10340 T:      git git://linuxtv.org/media_tree.git
10341 W:      http://linuxtv.org
10342 S:      Maintained
10343 F:      drivers/media/i2c/tda9840*
10344
10345 TEA5761 TUNER DRIVER
10346 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10347 L:      linux-media@vger.kernel.org
10348 W:      http://linuxtv.org
10349 T:      git git://linuxtv.org/media_tree.git
10350 S:      Odd fixes
10351 F:      drivers/media/tuners/tea5761.*
10352
10353 TEA5767 TUNER DRIVER
10354 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10355 L:      linux-media@vger.kernel.org
10356 W:      http://linuxtv.org
10357 T:      git git://linuxtv.org/media_tree.git
10358 S:      Maintained
10359 F:      drivers/media/tuners/tea5767.*
10360
10361 TEA6415C MEDIA DRIVER
10362 M:      Hans Verkuil <hverkuil@xs4all.nl>
10363 L:      linux-media@vger.kernel.org
10364 T:      git git://linuxtv.org/media_tree.git
10365 W:      http://linuxtv.org
10366 S:      Maintained
10367 F:      drivers/media/i2c/tea6415c*
10368
10369 TEA6420 MEDIA DRIVER
10370 M:      Hans Verkuil <hverkuil@xs4all.nl>
10371 L:      linux-media@vger.kernel.org
10372 T:      git git://linuxtv.org/media_tree.git
10373 W:      http://linuxtv.org
10374 S:      Maintained
10375 F:      drivers/media/i2c/tea6420*
10376
10377 TEAM DRIVER
10378 M:      Jiri Pirko <jiri@resnulli.us>
10379 L:      netdev@vger.kernel.org
10380 S:      Supported
10381 F:      drivers/net/team/
10382 F:      include/linux/if_team.h
10383 F:      include/uapi/linux/if_team.h
10384
10385 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10386 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10387 S:      Maintained
10388 F:      arch/x86/platform/ts5500/
10389
10390 TECHNOTREND USB IR RECEIVER
10391 M:      Sean Young <sean@mess.org>
10392 L:      linux-media@vger.kernel.org
10393 S:      Maintained
10394 F:      drivers/media/rc/ttusbir.c
10395
10396 TEGRA ARCHITECTURE SUPPORT
10397 M:      Stephen Warren <swarren@wwwdotorg.org>
10398 M:      Thierry Reding <thierry.reding@gmail.com>
10399 M:      Alexandre Courbot <gnurou@gmail.com>
10400 L:      linux-tegra@vger.kernel.org
10401 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10403 S:      Supported
10404 N:      [^a-z]tegra
10405
10406 TEGRA CLOCK DRIVER
10407 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10408 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10409 S:      Supported
10410 F:      drivers/clk/tegra/
10411
10412 TEGRA DMA DRIVER
10413 M:      Laxman Dewangan <ldewangan@nvidia.com>
10414 S:      Supported
10415 F:      drivers/dma/tegra20-apb-dma.c
10416
10417 TEGRA I2C DRIVER
10418 M:      Laxman Dewangan <ldewangan@nvidia.com>
10419 S:      Supported
10420 F:      drivers/i2c/busses/i2c-tegra.c
10421
10422 TEGRA IOMMU DRIVERS
10423 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10424 S:      Supported
10425 F:      drivers/iommu/tegra*
10426
10427 TEGRA KBC DRIVER
10428 M:      Rakesh Iyer <riyer@nvidia.com>
10429 M:      Laxman Dewangan <ldewangan@nvidia.com>
10430 S:      Supported
10431 F:      drivers/input/keyboard/tegra-kbc.c
10432
10433 TEGRA PWM DRIVER
10434 M:      Thierry Reding <thierry.reding@gmail.com>
10435 S:      Supported
10436 F:      drivers/pwm/pwm-tegra.c
10437
10438 TEGRA SERIAL DRIVER
10439 M:      Laxman Dewangan <ldewangan@nvidia.com>
10440 S:      Supported
10441 F:      drivers/tty/serial/serial-tegra.c
10442
10443 TEGRA SPI DRIVER
10444 M:      Laxman Dewangan <ldewangan@nvidia.com>
10445 S:      Supported
10446 F:      drivers/spi/spi-tegra*
10447
10448 TEHUTI ETHERNET DRIVER
10449 M:      Andy Gospodarek <andy@greyhouse.net>
10450 L:      netdev@vger.kernel.org
10451 S:      Supported
10452 F:      drivers/net/ethernet/tehuti/*
10453
10454 Telecom Clock Driver for MCPL0010
10455 M:      Mark Gross <mark.gross@intel.com>
10456 S:      Supported
10457 F:      drivers/char/tlclk.c
10458
10459 TENSILICA XTENSA PORT (xtensa)
10460 M:      Chris Zankel <chris@zankel.net>
10461 M:      Max Filippov <jcmvbkbc@gmail.com>
10462 L:      linux-xtensa@linux-xtensa.org
10463 S:      Maintained
10464 F:      arch/xtensa/
10465 F:      drivers/irqchip/irq-xtensa-*
10466
10467 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10468 M:      Hans Verkuil <hverkuil@xs4all.nl>
10469 L:      linux-media@vger.kernel.org
10470 T:      git git://linuxtv.org/media_tree.git
10471 W:      http://linuxtv.org
10472 S:      Maintained
10473 F:      drivers/media/radio/radio-raremono.c
10474
10475 THERMAL
10476 M:      Zhang Rui <rui.zhang@intel.com>
10477 M:      Eduardo Valentin <edubezval@gmail.com>
10478 L:      linux-pm@vger.kernel.org
10479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10481 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10482 S:      Supported
10483 F:      drivers/thermal/
10484 F:      include/linux/thermal.h
10485 F:      include/uapi/linux/thermal.h
10486 F:      include/linux/cpu_cooling.h
10487 F:      Documentation/devicetree/bindings/thermal/
10488
10489 THERMAL/CPU_COOLING
10490 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10491 M:      Viresh Kumar <viresh.kumar@linaro.org>
10492 M:      Javi Merino <javi.merino@arm.com>
10493 L:      linux-pm@vger.kernel.org
10494 S:      Supported
10495 F:      Documentation/thermal/cpu-cooling-api.txt
10496 F:      drivers/thermal/cpu_cooling.c
10497 F:      include/linux/cpu_cooling.h
10498
10499 THINGM BLINK(1) USB RGB LED DRIVER
10500 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10501 S:      Maintained
10502 F:      drivers/hid/hid-thingm.c
10503
10504 THINKPAD ACPI EXTRAS DRIVER
10505 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10506 L:      ibm-acpi-devel@lists.sourceforge.net
10507 L:      platform-driver-x86@vger.kernel.org
10508 W:      http://ibm-acpi.sourceforge.net
10509 W:      http://thinkwiki.org/wiki/Ibm-acpi
10510 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10511 S:      Maintained
10512 F:      drivers/platform/x86/thinkpad_acpi.c
10513
10514 TI BANDGAP AND THERMAL DRIVER
10515 M:      Eduardo Valentin <edubezval@gmail.com>
10516 L:      linux-pm@vger.kernel.org
10517 L:      linux-omap@vger.kernel.org
10518 S:      Maintained
10519 F:      drivers/thermal/ti-soc-thermal/
10520
10521 TI CDCE706 CLOCK DRIVER
10522 M:      Max Filippov <jcmvbkbc@gmail.com>
10523 S:      Maintained
10524 F:      drivers/clk/clk-cdce706.c
10525
10526 TI CLOCK DRIVER
10527 M:      Tero Kristo <t-kristo@ti.com>
10528 L:      linux-omap@vger.kernel.org
10529 S:      Maintained
10530 F:      drivers/clk/ti/
10531 F:      include/linux/clk/ti.h
10532
10533 TI FLASH MEDIA INTERFACE DRIVER
10534 M:      Alex Dubov <oakad@yahoo.com>
10535 S:      Maintained
10536 F:      drivers/misc/tifm*
10537 F:      drivers/mmc/host/tifm_sd.c
10538 F:      include/linux/tifm.h
10539
10540 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10541 M:      Santosh Shilimkar <ssantosh@kernel.org>
10542 L:      linux-kernel@vger.kernel.org
10543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10544 S:      Maintained
10545 F:      drivers/soc/ti/*
10546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10547
10548
10549 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10550 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10551 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10552 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10553 S:      Maintained
10554 F:      sound/soc/codecs/lm49453*
10555 F:      sound/soc/codecs/isabelle*
10556
10557 TI LP855x BACKLIGHT DRIVER
10558 M:      Milo Kim <milo.kim@ti.com>
10559 S:      Maintained
10560 F:      Documentation/backlight/lp855x-driver.txt
10561 F:      drivers/video/backlight/lp855x_bl.c
10562 F:      include/linux/platform_data/lp855x.h
10563
10564 TI LP8727 CHARGER DRIVER
10565 M:      Milo Kim <milo.kim@ti.com>
10566 S:      Maintained
10567 F:      drivers/power/lp8727_charger.c
10568 F:      include/linux/platform_data/lp8727.h
10569
10570 TI LP8788 MFD DRIVER
10571 M:      Milo Kim <milo.kim@ti.com>
10572 S:      Maintained
10573 F:      drivers/iio/adc/lp8788_adc.c
10574 F:      drivers/leds/leds-lp8788.c
10575 F:      drivers/mfd/lp8788*.c
10576 F:      drivers/power/lp8788-charger.c
10577 F:      drivers/regulator/lp8788-*.c
10578 F:      include/linux/mfd/lp8788*.h
10579
10580 TI NETCP ETHERNET DRIVER
10581 M:      Wingman Kwok <w-kwok2@ti.com>
10582 M:      Murali Karicheri <m-karicheri2@ti.com>
10583 L:      netdev@vger.kernel.org
10584 S:      Maintained
10585 F:      drivers/net/ethernet/ti/netcp*
10586
10587 TI TAS571X FAMILY ASoC CODEC DRIVER
10588 M:      Kevin Cernekee <cernekee@chromium.org>
10589 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10590 S:      Odd Fixes
10591 F:      sound/soc/codecs/tas571x*
10592
10593 TI TWL4030 SERIES SOC CODEC DRIVER
10594 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10595 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10596 S:      Maintained
10597 F:      sound/soc/codecs/twl4030*
10598
10599 TI WILINK WIRELESS DRIVERS
10600 L:      linux-wireless@vger.kernel.org
10601 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10602 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10604 S:      Orphan
10605 F:      drivers/net/wireless/ti/
10606 F:      include/linux/wl12xx.h
10607
10608 TIPC NETWORK LAYER
10609 M:      Jon Maloy <jon.maloy@ericsson.com>
10610 M:      Ying Xue <ying.xue@windriver.com>
10611 L:      netdev@vger.kernel.org (core kernel code)
10612 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10613 W:      http://tipc.sourceforge.net/
10614 S:      Maintained
10615 F:      include/uapi/linux/tipc*.h
10616 F:      net/tipc/
10617
10618 TILE ARCHITECTURE
10619 M:      Chris Metcalf <cmetcalf@ezchip.com>
10620 W:      http://www.ezchip.com/scm/
10621 S:      Supported
10622 F:      arch/tile/
10623 F:      drivers/char/tile-srom.c
10624 F:      drivers/edac/tile_edac.c
10625 F:      drivers/net/ethernet/tile/
10626 F:      drivers/rtc/rtc-tile.c
10627 F:      drivers/tty/hvc/hvc_tile.c
10628 F:      drivers/tty/serial/tilegx.c
10629 F:      drivers/usb/host/*-tilegx.c
10630 F:      include/linux/usb/tilegx.h
10631
10632 TLAN NETWORK DRIVER
10633 M:      Samuel Chessman <chessman@tux.org>
10634 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10635 W:      http://sourceforge.net/projects/tlan/
10636 S:      Maintained
10637 F:      Documentation/networking/tlan.txt
10638 F:      drivers/net/ethernet/ti/tlan.*
10639
10640 TOMOYO SECURITY MODULE
10641 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10642 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10643 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10644 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10645 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10646 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10647 W:      http://tomoyo.sourceforge.jp/
10648 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10649 S:      Maintained
10650 F:      security/tomoyo/
10651
10652 TOPSTAR LAPTOP EXTRAS DRIVER
10653 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10654 L:      platform-driver-x86@vger.kernel.org
10655 S:      Maintained
10656 F:      drivers/platform/x86/topstar-laptop.c
10657
10658 TOSHIBA ACPI EXTRAS DRIVER
10659 M:      Azael Avalos <coproscefalo@gmail.com>
10660 L:      platform-driver-x86@vger.kernel.org
10661 S:      Maintained
10662 F:      drivers/platform/x86/toshiba_acpi.c
10663
10664 TOSHIBA BLUETOOTH DRIVER
10665 M:      Azael Avalos <coproscefalo@gmail.com>
10666 L:      platform-driver-x86@vger.kernel.org
10667 S:      Maintained
10668 F:      drivers/platform/x86/toshiba_bluetooth.c
10669
10670 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10671 M:      Azael Avalos <coproscefalo@gmail.com>
10672 L:      platform-driver-x86@vger.kernel.org
10673 S:      Maintained
10674 F:      drivers/platform/x86/toshiba_haps.c
10675
10676 TOSHIBA SMM DRIVER
10677 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10678 W:      http://www.buzzard.org.uk/toshiba/
10679 S:      Maintained
10680 F:      drivers/char/toshiba.c
10681 F:      include/linux/toshiba.h
10682 F:      include/uapi/linux/toshiba.h
10683
10684 TOSHIBA TC358743 DRIVER
10685 M:      Mats Randgaard <matrandg@cisco.com>
10686 L:      linux-media@vger.kernel.org
10687 S:      Maintained
10688 F:      drivers/media/i2c/tc358743*
10689 F:      include/media/tc358743.h
10690
10691 TMIO MMC DRIVER
10692 M:      Ian Molton <ian@mnementh.co.uk>
10693 L:      linux-mmc@vger.kernel.org
10694 S:      Maintained
10695 F:      drivers/mmc/host/tmio_mmc*
10696 F:      drivers/mmc/host/sh_mobile_sdhi.c
10697 F:      include/linux/mmc/tmio.h
10698 F:      include/linux/mmc/sh_mobile_sdhi.h
10699
10700 TMP401 HARDWARE MONITOR DRIVER
10701 M:      Guenter Roeck <linux@roeck-us.net>
10702 L:      lm-sensors@lm-sensors.org
10703 S:      Maintained
10704 F:      Documentation/hwmon/tmp401
10705 F:      drivers/hwmon/tmp401.c
10706
10707 TMPFS (SHMEM FILESYSTEM)
10708 M:      Hugh Dickins <hughd@google.com>
10709 L:      linux-mm@kvack.org
10710 S:      Maintained
10711 F:      include/linux/shmem_fs.h
10712 F:      mm/shmem.c
10713
10714 TM6000 VIDEO4LINUX DRIVER
10715 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10716 L:      linux-media@vger.kernel.org
10717 W:      http://linuxtv.org
10718 T:      git git://linuxtv.org/media_tree.git
10719 S:      Odd fixes
10720 F:      drivers/media/usb/tm6000/
10721
10722 TW68 VIDEO4LINUX DRIVER
10723 M:      Hans Verkuil <hverkuil@xs4all.nl>
10724 L:      linux-media@vger.kernel.org
10725 T:      git git://linuxtv.org/media_tree.git
10726 W:      http://linuxtv.org
10727 S:      Odd Fixes
10728 F:      drivers/media/pci/tw68/
10729
10730 TPM DEVICE DRIVER
10731 M:      Peter Huewe <peterhuewe@gmx.de>
10732 M:      Marcel Selhorst <tpmdd@selhorst.net>
10733 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10734 W:      http://tpmdd.sourceforge.net
10735 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10736 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10737 T:      https://github.com/PeterHuewe/linux-tpmdd
10738 S:      Maintained
10739 F:      drivers/char/tpm/
10740
10741 TPM IBM_VTPM DEVICE DRIVER
10742 M:      Ashley Lai <ashleydlai@gmail.com>
10743 W:      http://tpmdd.sourceforge.net
10744 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10745 S:      Maintained
10746 F:      drivers/char/tpm/tpm_ibmvtpm*
10747
10748 TRACING
10749 M:      Steven Rostedt <rostedt@goodmis.org>
10750 M:      Ingo Molnar <mingo@redhat.com>
10751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10752 S:      Maintained
10753 F:      Documentation/trace/ftrace.txt
10754 F:      arch/*/*/*/ftrace.h
10755 F:      arch/*/kernel/ftrace.c
10756 F:      include/*/ftrace.h
10757 F:      include/linux/trace*.h
10758 F:      include/trace/
10759 F:      kernel/trace/
10760 F:      tools/testing/selftests/ftrace/
10761
10762 TRIVIAL PATCHES
10763 M:      Jiri Kosina <trivial@kernel.org>
10764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10765 S:      Maintained
10766 K:      ^Subject:.*(?i)trivial
10767
10768 TTY LAYER
10769 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10770 M:      Jiri Slaby <jslaby@suse.com>
10771 S:      Supported
10772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10773 F:      Documentation/serial/
10774 F:      drivers/tty/
10775 F:      drivers/tty/serial/serial_core.c
10776 F:      include/linux/serial_core.h
10777 F:      include/linux/serial.h
10778 F:      include/linux/tty.h
10779 F:      include/uapi/linux/serial_core.h
10780 F:      include/uapi/linux/serial.h
10781 F:      include/uapi/linux/tty.h
10782
10783 TUA9001 MEDIA DRIVER
10784 M:      Antti Palosaari <crope@iki.fi>
10785 L:      linux-media@vger.kernel.org
10786 W:      http://linuxtv.org/
10787 W:      http://palosaari.fi/linux/
10788 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10789 T:      git git://linuxtv.org/anttip/media_tree.git
10790 S:      Maintained
10791 F:      drivers/media/tuners/tua9001*
10792
10793 TULIP NETWORK DRIVERS
10794 M:      Grant Grundler <grundler@parisc-linux.org>
10795 L:      netdev@vger.kernel.org
10796 S:      Maintained
10797 F:      drivers/net/ethernet/dec/tulip/
10798
10799 TUN/TAP driver
10800 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10801 W:      http://vtun.sourceforge.net/tun
10802 S:      Maintained
10803 F:      Documentation/networking/tuntap.txt
10804 F:      arch/um/os-Linux/drivers/
10805
10806 TURBOCHANNEL SUBSYSTEM
10807 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10808 M:      Ralf Baechle <ralf@linux-mips.org>
10809 L:      linux-mips@linux-mips.org
10810 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10811 S:      Maintained
10812 F:      drivers/tc/
10813 F:      include/linux/tc.h
10814
10815 U14-34F SCSI DRIVER
10816 M:      Dario Ballabio <ballabio_dario@emc.com>
10817 L:      linux-scsi@vger.kernel.org
10818 S:      Maintained
10819 F:      drivers/scsi/u14-34f.c
10820
10821 UBI FILE SYSTEM (UBIFS)
10822 M:      Artem Bityutskiy <dedekind1@gmail.com>
10823 M:      Adrian Hunter <adrian.hunter@intel.com>
10824 L:      linux-mtd@lists.infradead.org
10825 T:      git git://git.infradead.org/ubifs-2.6.git
10826 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10827 S:      Maintained
10828 F:      Documentation/filesystems/ubifs.txt
10829 F:      fs/ubifs/
10830
10831 UCLINUX (M68KNOMMU AND COLDFIRE)
10832 M:      Greg Ungerer <gerg@uclinux.org>
10833 W:      http://www.uclinux.org/
10834 L:      linux-m68k@lists.linux-m68k.org
10835 L:      uclinux-dev@uclinux.org  (subscribers-only)
10836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10837 S:      Maintained
10838 F:      arch/m68k/coldfire/
10839 F:      arch/m68k/68*/
10840 F:      arch/m68k/*/*_no.*
10841 F:      arch/m68k/include/asm/*_no.*
10842
10843 UDF FILESYSTEM
10844 M:      Jan Kara <jack@suse.com>
10845 S:      Maintained
10846 F:      Documentation/filesystems/udf.txt
10847 F:      fs/udf/
10848
10849 UFS FILESYSTEM
10850 M:      Evgeniy Dushistov <dushistov@mail.ru>
10851 S:      Maintained
10852 F:      Documentation/filesystems/ufs.txt
10853 F:      fs/ufs/
10854
10855 UHID USERSPACE HID IO DRIVER:
10856 M:      David Herrmann <dh.herrmann@googlemail.com>
10857 L:      linux-input@vger.kernel.org
10858 S:      Maintained
10859 F:      drivers/hid/uhid.c
10860 F:      include/uapi/linux/uhid.h
10861
10862 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10863 L:      linux-usb@vger.kernel.org
10864 S:      Orphan
10865 F:      drivers/uwb/
10866 F:      include/linux/uwb.h
10867 F:      include/linux/uwb/
10868
10869 UNICORE32 ARCHITECTURE:
10870 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10871 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10872 S:      Maintained
10873 T:      git git://github.com/gxt/linux.git
10874 F:      arch/unicore32/
10875
10876 UNIFDEF
10877 M:      Tony Finch <dot@dotat.at>
10878 W:      http://dotat.at/prog/unifdef
10879 S:      Maintained
10880 F:      scripts/unifdef.c
10881
10882 UNIFORM CDROM DRIVER
10883 M:      Jens Axboe <axboe@kernel.dk>
10884 W:      http://www.kernel.dk
10885 S:      Maintained
10886 F:      Documentation/cdrom/
10887 F:      drivers/cdrom/cdrom.c
10888 F:      include/linux/cdrom.h
10889 F:      include/uapi/linux/cdrom.h
10890
10891 UNISYS S-PAR DRIVERS
10892 M:      Benjamin Romer <benjamin.romer@unisys.com>
10893 M:      David Kershner <david.kershner@unisys.com>
10894 L:      sparmaintainer@unisys.com (Unisys internal)
10895 S:      Supported
10896 F:      drivers/staging/unisys/
10897
10898 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10899 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10900 L:      linux-scsi@vger.kernel.org
10901 S:      Supported
10902 F:      Documentation/scsi/ufs.txt
10903 F:      drivers/scsi/ufs/
10904
10905 UNSORTED BLOCK IMAGES (UBI)
10906 M:      Artem Bityutskiy <dedekind1@gmail.com>
10907 M:      Richard Weinberger <richard@nod.at>
10908 W:      http://www.linux-mtd.infradead.org/
10909 L:      linux-mtd@lists.infradead.org
10910 T:      git git://git.infradead.org/ubifs-2.6.git
10911 S:      Supported
10912 F:      drivers/mtd/ubi/
10913 F:      include/linux/mtd/ubi.h
10914 F:      include/uapi/mtd/ubi-user.h
10915
10916 USB ACM DRIVER
10917 M:      Oliver Neukum <oliver@neukum.org>
10918 L:      linux-usb@vger.kernel.org
10919 S:      Maintained
10920 F:      Documentation/usb/acm.txt
10921 F:      drivers/usb/class/cdc-acm.*
10922
10923 USB AR5523 WIRELESS DRIVER
10924 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10925 L:      linux-wireless@vger.kernel.org
10926 S:      Maintained
10927 F:      drivers/net/wireless/ath/ar5523/
10928
10929 USB ATTACHED SCSI
10930 M:      Hans de Goede <hdegoede@redhat.com>
10931 M:      Gerd Hoffmann <kraxel@redhat.com>
10932 L:      linux-usb@vger.kernel.org
10933 L:      linux-scsi@vger.kernel.org
10934 S:      Maintained
10935 F:      drivers/usb/storage/uas.c
10936
10937 USB CDC ETHERNET DRIVER
10938 M:      Oliver Neukum <oliver@neukum.org>
10939 L:      linux-usb@vger.kernel.org
10940 S:      Maintained
10941 F:      drivers/net/usb/cdc_*.c
10942 F:      include/uapi/linux/usb/cdc.h
10943
10944 USB CHAOSKEY DRIVER
10945 M:      Keith Packard <keithp@keithp.com>
10946 L:      linux-usb@vger.kernel.org
10947 S:      Maintained
10948 F:      drivers/usb/misc/chaoskey.c
10949
10950 USB CYPRESS C67X00 DRIVER
10951 M:      Peter Korsgaard <jacmet@sunsite.dk>
10952 L:      linux-usb@vger.kernel.org
10953 S:      Maintained
10954 F:      drivers/usb/c67x00/
10955
10956 USB DAVICOM DM9601 DRIVER
10957 M:      Peter Korsgaard <jacmet@sunsite.dk>
10958 L:      netdev@vger.kernel.org
10959 W:      http://www.linux-usb.org/usbnet
10960 S:      Maintained
10961 F:      drivers/net/usb/dm9601.c
10962
10963 USB DIAMOND RIO500 DRIVER
10964 M:      Cesar Miquel <miquel@df.uba.ar>
10965 L:      rio500-users@lists.sourceforge.net
10966 W:      http://rio500.sourceforge.net
10967 S:      Maintained
10968 F:      drivers/usb/misc/rio500*
10969
10970 USB EHCI DRIVER
10971 M:      Alan Stern <stern@rowland.harvard.edu>
10972 L:      linux-usb@vger.kernel.org
10973 S:      Maintained
10974 F:      Documentation/usb/ehci.txt
10975 F:      drivers/usb/host/ehci*
10976
10977 USB GADGET/PERIPHERAL SUBSYSTEM
10978 M:      Felipe Balbi <balbi@ti.com>
10979 L:      linux-usb@vger.kernel.org
10980 W:      http://www.linux-usb.org/gadget
10981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10982 S:      Maintained
10983 F:      drivers/usb/gadget/
10984 F:      include/linux/usb/gadget*
10985
10986 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10987 M:      Jiri Kosina <jikos@kernel.org>
10988 L:      linux-usb@vger.kernel.org
10989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10990 S:      Maintained
10991 F:      Documentation/hid/hiddev.txt
10992 F:      drivers/hid/usbhid/
10993
10994 USB ISP116X DRIVER
10995 M:      Olav Kongas <ok@artecdesign.ee>
10996 L:      linux-usb@vger.kernel.org
10997 S:      Maintained
10998 F:      drivers/usb/host/isp116x*
10999 F:      include/linux/usb/isp116x.h
11000
11001 USB MASS STORAGE DRIVER
11002 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11003 L:      linux-usb@vger.kernel.org
11004 L:      usb-storage@lists.one-eyed-alien.net
11005 S:      Maintained
11006 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11007 F:      drivers/usb/storage/
11008
11009 USB MIDI DRIVER
11010 M:      Clemens Ladisch <clemens@ladisch.de>
11011 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11012 T:      git git://git.alsa-project.org/alsa-kernel.git
11013 S:      Maintained
11014 F:      sound/usb/midi.*
11015
11016 USB NETWORKING DRIVERS
11017 L:      linux-usb@vger.kernel.org
11018 S:      Odd Fixes
11019 F:      drivers/net/usb/
11020
11021 USB OHCI DRIVER
11022 M:      Alan Stern <stern@rowland.harvard.edu>
11023 L:      linux-usb@vger.kernel.org
11024 S:      Maintained
11025 F:      Documentation/usb/ohci.txt
11026 F:      drivers/usb/host/ohci*
11027
11028 USB OTG FSM (Finite State Machine)
11029 M:      Peter Chen <Peter.Chen@freescale.com>
11030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11031 L:      linux-usb@vger.kernel.org
11032 S:      Maintained
11033 F:      drivers/usb/common/usb-otg-fsm.c
11034
11035 USB OVER IP DRIVER
11036 M:      Valentina Manea <valentina.manea.m@gmail.com>
11037 M:      Shuah Khan <shuah.kh@samsung.com>
11038 L:      linux-usb@vger.kernel.org
11039 S:      Maintained
11040 F:      drivers/usb/usbip/
11041 F:      tools/usb/usbip/
11042
11043 USB PEGASUS DRIVER
11044 M:      Petko Manolov <petkan@nucleusys.com>
11045 L:      linux-usb@vger.kernel.org
11046 L:      netdev@vger.kernel.org
11047 T:      git git://github.com/petkan/pegasus.git
11048 W:      https://github.com/petkan/pegasus
11049 S:      Maintained
11050 F:      drivers/net/usb/pegasus.*
11051
11052 USB PHY LAYER
11053 M:      Felipe Balbi <balbi@ti.com>
11054 L:      linux-usb@vger.kernel.org
11055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11056 S:      Maintained
11057 F:      drivers/usb/phy/
11058
11059 USB PRINTER DRIVER (usblp)
11060 M:      Pete Zaitcev <zaitcev@redhat.com>
11061 L:      linux-usb@vger.kernel.org
11062 S:      Supported
11063 F:      drivers/usb/class/usblp.c
11064
11065 USB RTL8150 DRIVER
11066 M:      Petko Manolov <petkan@nucleusys.com>
11067 L:      linux-usb@vger.kernel.org
11068 L:      netdev@vger.kernel.org
11069 T:      git git://github.com/petkan/rtl8150.git
11070 W:      https://github.com/petkan/rtl8150
11071 S:      Maintained
11072 F:      drivers/net/usb/rtl8150.c
11073
11074 USB SERIAL SUBSYSTEM
11075 M:      Johan Hovold <johan@kernel.org>
11076 L:      linux-usb@vger.kernel.org
11077 S:      Maintained
11078 F:      Documentation/usb/usb-serial.txt
11079 F:      drivers/usb/serial/
11080 F:      include/linux/usb/serial.h
11081
11082 USB SMSC75XX ETHERNET DRIVER
11083 M:      Steve Glendinning <steve.glendinning@shawell.net>
11084 L:      netdev@vger.kernel.org
11085 S:      Maintained
11086 F:      drivers/net/usb/smsc75xx.*
11087
11088 USB SMSC95XX ETHERNET DRIVER
11089 M:      Steve Glendinning <steve.glendinning@shawell.net>
11090 L:      netdev@vger.kernel.org
11091 S:      Maintained
11092 F:      drivers/net/usb/smsc95xx.*
11093
11094 USB SUBSYSTEM
11095 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11096 L:      linux-usb@vger.kernel.org
11097 W:      http://www.linux-usb.org
11098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11099 S:      Supported
11100 F:      Documentation/usb/
11101 F:      drivers/usb/
11102 F:      include/linux/usb.h
11103 F:      include/linux/usb/
11104
11105 USB UHCI DRIVER
11106 M:      Alan Stern <stern@rowland.harvard.edu>
11107 L:      linux-usb@vger.kernel.org
11108 S:      Maintained
11109 F:      drivers/usb/host/uhci*
11110
11111 USB "USBNET" DRIVER FRAMEWORK
11112 M:      Oliver Neukum <oneukum@suse.com>
11113 L:      netdev@vger.kernel.org
11114 W:      http://www.linux-usb.org/usbnet
11115 S:      Maintained
11116 F:      drivers/net/usb/usbnet.c
11117 F:      include/linux/usb/usbnet.h
11118
11119 USB VIDEO CLASS
11120 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11121 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11122 L:      linux-media@vger.kernel.org
11123 T:      git git://linuxtv.org/media_tree.git
11124 W:      http://www.ideasonboard.org/uvc/
11125 S:      Maintained
11126 F:      drivers/media/usb/uvc/
11127 F:      include/uapi/linux/uvcvideo.h
11128
11129 USB VISION DRIVER
11130 M:      Hans Verkuil <hverkuil@xs4all.nl>
11131 L:      linux-media@vger.kernel.org
11132 T:      git git://linuxtv.org/media_tree.git
11133 W:      http://linuxtv.org
11134 S:      Odd Fixes
11135 F:      drivers/media/usb/usbvision/
11136
11137 USB WEBCAM GADGET
11138 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11139 L:      linux-usb@vger.kernel.org
11140 S:      Maintained
11141 F:      drivers/usb/gadget/function/*uvc*
11142 F:      drivers/usb/gadget/legacy/webcam.c
11143
11144 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11145 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11146 L:      linux-wireless@vger.kernel.org
11147 S:      Maintained
11148 F:      drivers/net/wireless/rndis_wlan.c
11149
11150 USB XHCI DRIVER
11151 M:      Mathias Nyman <mathias.nyman@intel.com>
11152 L:      linux-usb@vger.kernel.org
11153 S:      Supported
11154 F:      drivers/usb/host/xhci*
11155 F:      drivers/usb/host/pci-quirks*
11156
11157 USB ZD1201 DRIVER
11158 L:      linux-wireless@vger.kernel.org
11159 W:      http://linux-lc100020.sourceforge.net
11160 S:      Orphan
11161 F:      drivers/net/wireless/zd1201.*
11162
11163 USB ZR364XX DRIVER
11164 M:      Antoine Jacquet <royale@zerezo.com>
11165 L:      linux-usb@vger.kernel.org
11166 L:      linux-media@vger.kernel.org
11167 T:      git git://linuxtv.org/media_tree.git
11168 W:      http://royale.zerezo.com/zr364xx/
11169 S:      Maintained
11170 F:      Documentation/video4linux/zr364xx.txt
11171 F:      drivers/media/usb/zr364xx/
11172
11173 ULPI BUS
11174 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11175 L:      linux-usb@vger.kernel.org
11176 S:      Maintained
11177 F:      drivers/usb/common/ulpi.c
11178 F:      include/linux/ulpi/
11179
11180 USER-MODE LINUX (UML)
11181 M:      Jeff Dike <jdike@addtoit.com>
11182 M:      Richard Weinberger <richard@nod.at>
11183 L:      user-mode-linux-devel@lists.sourceforge.net
11184 L:      user-mode-linux-user@lists.sourceforge.net
11185 W:      http://user-mode-linux.sourceforge.net
11186 S:      Maintained
11187 F:      Documentation/virtual/uml/
11188 F:      arch/um/
11189 F:      arch/x86/um/
11190 F:      fs/hostfs/
11191 F:      fs/hppfs/
11192
11193 USERSPACE I/O (UIO)
11194 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11195 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11196 S:      Maintained
11197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11198 F:      Documentation/DocBook/uio-howto.tmpl
11199 F:      drivers/uio/
11200 F:      include/linux/uio*.h
11201
11202 UTIL-LINUX PACKAGE
11203 M:      Karel Zak <kzak@redhat.com>
11204 L:      util-linux@vger.kernel.org
11205 W:      http://en.wikipedia.org/wiki/Util-linux
11206 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11207 S:      Maintained
11208
11209 UVESAFB DRIVER
11210 M:      Michal Januszewski <spock@gentoo.org>
11211 L:      linux-fbdev@vger.kernel.org
11212 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11213 S:      Maintained
11214 F:      Documentation/fb/uvesafb.txt
11215 F:      drivers/video/fbdev/uvesafb.*
11216
11217 VFAT/FAT/MSDOS FILESYSTEM
11218 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11219 S:      Maintained
11220 F:      Documentation/filesystems/vfat.txt
11221 F:      fs/fat/
11222
11223 VFIO DRIVER
11224 M:      Alex Williamson <alex.williamson@redhat.com>
11225 L:      kvm@vger.kernel.org
11226 S:      Maintained
11227 F:      Documentation/vfio.txt
11228 F:      drivers/vfio/
11229 F:      include/linux/vfio.h
11230 F:      include/uapi/linux/vfio.h
11231
11232 VFIO PLATFORM DRIVER
11233 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11234 L:      kvm@vger.kernel.org
11235 S:      Maintained
11236 F:      drivers/vfio/platform/
11237
11238 VIDEOBUF2 FRAMEWORK
11239 M:      Pawel Osciak <pawel@osciak.com>
11240 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11241 M:      Kyungmin Park <kyungmin.park@samsung.com>
11242 L:      linux-media@vger.kernel.org
11243 S:      Maintained
11244 F:      drivers/media/v4l2-core/videobuf2-*
11245 F:      include/media/videobuf2-*
11246
11247 VIRTIO CONSOLE DRIVER
11248 M:      Amit Shah <amit.shah@redhat.com>
11249 L:      virtualization@lists.linux-foundation.org
11250 S:      Maintained
11251 F:      drivers/char/virtio_console.c
11252 F:      include/linux/virtio_console.h
11253 F:      include/uapi/linux/virtio_console.h
11254
11255 VIRTIO CORE, NET AND BLOCK DRIVERS
11256 M:      "Michael S. Tsirkin" <mst@redhat.com>
11257 L:      virtualization@lists.linux-foundation.org
11258 S:      Maintained
11259 F:      drivers/virtio/
11260 F:      tools/virtio/
11261 F:      drivers/net/virtio_net.c
11262 F:      drivers/block/virtio_blk.c
11263 F:      include/linux/virtio_*.h
11264 F:      include/uapi/linux/virtio_*.h
11265
11266 VIRTIO DRIVERS FOR S390
11267 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11268 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11269 L:      linux-s390@vger.kernel.org
11270 L:      virtualization@lists.linux-foundation.org
11271 L:      kvm@vger.kernel.org
11272 S:      Supported
11273 F:      drivers/s390/virtio/
11274
11275 VIRTIO GPU DRIVER
11276 M:      David Airlie <airlied@linux.ie>
11277 M:      Gerd Hoffmann <kraxel@redhat.com>
11278 L:      dri-devel@lists.freedesktop.org
11279 L:      virtualization@lists.linux-foundation.org
11280 S:      Maintained
11281 F:      drivers/gpu/drm/virtio/
11282 F:      include/uapi/linux/virtio_gpu.h
11283
11284 VIRTIO HOST (VHOST)
11285 M:      "Michael S. Tsirkin" <mst@redhat.com>
11286 L:      kvm@vger.kernel.org
11287 L:      virtualization@lists.linux-foundation.org
11288 L:      netdev@vger.kernel.org
11289 S:      Maintained
11290 F:      drivers/vhost/
11291 F:      include/uapi/linux/vhost.h
11292
11293 VIRTIO INPUT DRIVER
11294 M:      Gerd Hoffmann <kraxel@redhat.com>
11295 S:      Maintained
11296 F:      drivers/virtio/virtio_input.c
11297 F:      include/uapi/linux/virtio_input.h
11298
11299 VIA RHINE NETWORK DRIVER
11300 S:      Orphan
11301 F:      drivers/net/ethernet/via/via-rhine.c
11302
11303 VIA SD/MMC CARD CONTROLLER DRIVER
11304 M:      Bruce Chang <brucechang@via.com.tw>
11305 M:      Harald Welte <HaraldWelte@viatech.com>
11306 S:      Maintained
11307 F:      drivers/mmc/host/via-sdmmc.c
11308
11309 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11310 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11311 L:      linux-fbdev@vger.kernel.org
11312 S:      Maintained
11313 F:      include/linux/via-core.h
11314 F:      include/linux/via-gpio.h
11315 F:      include/linux/via_i2c.h
11316 F:      drivers/video/fbdev/via/
11317
11318 VIA VELOCITY NETWORK DRIVER
11319 M:      Francois Romieu <romieu@fr.zoreil.com>
11320 L:      netdev@vger.kernel.org
11321 S:      Maintained
11322 F:      drivers/net/ethernet/via/via-velocity.*
11323
11324 VIVID VIRTUAL VIDEO DRIVER
11325 M:      Hans Verkuil <hverkuil@xs4all.nl>
11326 L:      linux-media@vger.kernel.org
11327 T:      git git://linuxtv.org/media_tree.git
11328 W:      http://linuxtv.org
11329 S:      Maintained
11330 F:      drivers/media/platform/vivid/*
11331
11332 VLAN (802.1Q)
11333 M:      Patrick McHardy <kaber@trash.net>
11334 L:      netdev@vger.kernel.org
11335 S:      Maintained
11336 F:      drivers/net/macvlan.c
11337 F:      include/linux/if_*vlan.h
11338 F:      net/8021q/
11339
11340 VLYNQ BUS
11341 M:      Florian Fainelli <florian@openwrt.org>
11342 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11343 S:      Maintained
11344 F:      drivers/vlynq/vlynq.c
11345 F:      include/linux/vlynq.h
11346
11347 VME SUBSYSTEM
11348 M:      Martyn Welch <martyn@welchs.me.uk>
11349 M:      Manohar Vanga <manohar.vanga@gmail.com>
11350 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11351 L:      devel@driverdev.osuosl.org
11352 S:      Maintained
11353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11354 F:      Documentation/vme_api.txt
11355 F:      drivers/staging/vme/
11356 F:      drivers/vme/
11357 F:      include/linux/vme*
11358
11359 VMWARE HYPERVISOR INTERFACE
11360 M:      Alok Kataria <akataria@vmware.com>
11361 L:      virtualization@lists.linux-foundation.org
11362 S:      Supported
11363 F:      arch/x86/kernel/cpu/vmware.c
11364
11365 VMWARE BALLOON DRIVER
11366 M:      Xavier Deguillard <xdeguillard@vmware.com>
11367 M:      Philip Moltmann <moltmann@vmware.com>
11368 M:      "VMware, Inc." <pv-drivers@vmware.com>
11369 L:      linux-kernel@vger.kernel.org
11370 S:      Maintained
11371 F:      drivers/misc/vmw_balloon.c
11372
11373 VMWARE VMMOUSE SUBDRIVER
11374 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11375 M:      "VMware, Inc." <pv-drivers@vmware.com>
11376 L:      linux-input@vger.kernel.org
11377 S:      Maintained
11378 F:      drivers/input/mouse/vmmouse.c
11379 F:      drivers/input/mouse/vmmouse.h
11380
11381 VMWARE VMXNET3 ETHERNET DRIVER
11382 M:      Shrikrishna Khare <skhare@vmware.com>
11383 M:      "VMware, Inc." <pv-drivers@vmware.com>
11384 L:      netdev@vger.kernel.org
11385 S:      Maintained
11386 F:      drivers/net/vmxnet3/
11387
11388 VMware PVSCSI driver
11389 M:      Arvind Kumar <arvindkumar@vmware.com>
11390 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11391 L:      linux-scsi@vger.kernel.org
11392 S:      Maintained
11393 F:      drivers/scsi/vmw_pvscsi.c
11394 F:      drivers/scsi/vmw_pvscsi.h
11395
11396 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11397 M:      Liam Girdwood <lgirdwood@gmail.com>
11398 M:      Mark Brown <broonie@kernel.org>
11399 L:      linux-kernel@vger.kernel.org
11400 W:      http://www.slimlogic.co.uk/?p=48
11401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11402 S:      Supported
11403 F:      drivers/regulator/
11404 F:      include/linux/regulator/
11405
11406 VRF
11407 M:      David Ahern <dsa@cumulusnetworks.com>
11408 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11409 L:      netdev@vger.kernel.org
11410 S:      Maintained
11411 F:      drivers/net/vrf.c
11412 F:      Documentation/networking/vrf.txt
11413
11414 VT1211 HARDWARE MONITOR DRIVER
11415 M:      Juerg Haefliger <juergh@gmail.com>
11416 L:      lm-sensors@lm-sensors.org
11417 S:      Maintained
11418 F:      Documentation/hwmon/vt1211
11419 F:      drivers/hwmon/vt1211.c
11420
11421 VT8231 HARDWARE MONITOR DRIVER
11422 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11423 L:      lm-sensors@lm-sensors.org
11424 S:      Maintained
11425 F:      drivers/hwmon/vt8231.c
11426
11427 VUB300 USB to SDIO/SD/MMC bridge chip
11428 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11429 L:      linux-mmc@vger.kernel.org
11430 L:      linux-usb@vger.kernel.org
11431 S:      Supported
11432 F:      drivers/mmc/host/vub300.c
11433
11434 W1 DALLAS'S 1-WIRE BUS
11435 M:      Evgeniy Polyakov <zbr@ioremap.net>
11436 S:      Maintained
11437 F:      Documentation/w1/
11438 F:      drivers/w1/
11439
11440 W83791D HARDWARE MONITORING DRIVER
11441 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11442 L:      lm-sensors@lm-sensors.org
11443 S:      Maintained
11444 F:      Documentation/hwmon/w83791d
11445 F:      drivers/hwmon/w83791d.c
11446
11447 W83793 HARDWARE MONITORING DRIVER
11448 M:      Rudolf Marek <r.marek@assembler.cz>
11449 L:      lm-sensors@lm-sensors.org
11450 S:      Maintained
11451 F:      Documentation/hwmon/w83793
11452 F:      drivers/hwmon/w83793.c
11453
11454 W83795 HARDWARE MONITORING DRIVER
11455 M:      Jean Delvare <jdelvare@suse.com>
11456 L:      lm-sensors@lm-sensors.org
11457 S:      Maintained
11458 F:      drivers/hwmon/w83795.c
11459
11460 W83L51xD SD/MMC CARD INTERFACE DRIVER
11461 M:      Pierre Ossman <pierre@ossman.eu>
11462 S:      Maintained
11463 F:      drivers/mmc/host/wbsd.*
11464
11465 WACOM PROTOCOL 4 SERIAL TABLETS
11466 M:      Julian Squires <julian@cipht.net>
11467 M:      Hans de Goede <hdegoede@redhat.com>
11468 L:      linux-input@vger.kernel.org
11469 S:      Maintained
11470 F:      drivers/input/tablet/wacom_serial4.c
11471
11472 WATCHDOG DEVICE DRIVERS
11473 M:      Wim Van Sebroeck <wim@iguana.be>
11474 L:      linux-watchdog@vger.kernel.org
11475 W:      http://www.linux-watchdog.org/
11476 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11477 S:      Maintained
11478 F:      Documentation/watchdog/
11479 F:      drivers/watchdog/
11480 F:      include/linux/watchdog.h
11481 F:      include/uapi/linux/watchdog.h
11482
11483 WD7000 SCSI DRIVER
11484 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11485 L:      linux-scsi@vger.kernel.org
11486 S:      Maintained
11487 F:      drivers/scsi/wd7000.c
11488
11489 WIIMOTE HID DRIVER
11490 M:      David Herrmann <dh.herrmann@googlemail.com>
11491 L:      linux-input@vger.kernel.org
11492 S:      Maintained
11493 F:      drivers/hid/hid-wiimote*
11494
11495 WINBOND CIR DRIVER
11496 M:      David Härdeman <david@hardeman.nu>
11497 S:      Maintained
11498 F:      drivers/media/rc/winbond-cir.c
11499
11500 WIMAX STACK
11501 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11502 M:      linux-wimax@intel.com
11503 L:      wimax@linuxwimax.org (subscribers-only)
11504 S:      Supported
11505 W:      http://linuxwimax.org
11506 F:      Documentation/wimax/README.wimax
11507 F:      include/linux/wimax/debug.h
11508 F:      include/net/wimax.h
11509 F:      include/uapi/linux/wimax.h
11510 F:      net/wimax/
11511
11512 WISTRON LAPTOP BUTTON DRIVER
11513 M:      Miloslav Trmac <mitr@volny.cz>
11514 S:      Maintained
11515 F:      drivers/input/misc/wistron_btns.c
11516
11517 WL3501 WIRELESS PCMCIA CARD DRIVER
11518 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11519 L:      linux-wireless@vger.kernel.org
11520 W:      http://oops.ghostprotocols.net:81/blog
11521 S:      Maintained
11522 F:      drivers/net/wireless/wl3501*
11523
11524 WOLFSON MICROELECTRONICS DRIVERS
11525 L:      patches@opensource.wolfsonmicro.com
11526 T:      git https://github.com/CirrusLogic/linux-drivers.git
11527 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11528 S:      Supported
11529 F:      Documentation/hwmon/wm83??
11530 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11531 F:      drivers/clk/clk-wm83*.c
11532 F:      drivers/extcon/extcon-arizona.c
11533 F:      drivers/leds/leds-wm83*.c
11534 F:      drivers/gpio/gpio-*wm*.c
11535 F:      drivers/gpio/gpio-arizona.c
11536 F:      drivers/hwmon/wm83??-hwmon.c
11537 F:      drivers/input/misc/wm831x-on.c
11538 F:      drivers/input/touchscreen/wm831x-ts.c
11539 F:      drivers/input/touchscreen/wm97*.c
11540 F:      drivers/mfd/arizona*
11541 F:      drivers/mfd/wm*.c
11542 F:      drivers/power/wm83*.c
11543 F:      drivers/rtc/rtc-wm83*.c
11544 F:      drivers/regulator/wm8*.c
11545 F:      drivers/video/backlight/wm83*_bl.c
11546 F:      drivers/watchdog/wm83*_wdt.c
11547 F:      include/linux/mfd/arizona/
11548 F:      include/linux/mfd/wm831x/
11549 F:      include/linux/mfd/wm8350/
11550 F:      include/linux/mfd/wm8400*
11551 F:      include/linux/wm97xx.h
11552 F:      include/sound/wm????.h
11553 F:      sound/soc/codecs/arizona.?
11554 F:      sound/soc/codecs/wm*
11555
11556 WORKQUEUE
11557 M:      Tejun Heo <tj@kernel.org>
11558 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11560 S:      Maintained
11561 F:      include/linux/workqueue.h
11562 F:      kernel/workqueue.c
11563 F:      Documentation/workqueue.txt
11564
11565 X.25 NETWORK LAYER
11566 M:      Andrew Hendry <andrew.hendry@gmail.com>
11567 L:      linux-x25@vger.kernel.org
11568 S:      Odd Fixes
11569 F:      Documentation/networking/x25*
11570 F:      include/net/x25*
11571 F:      net/x25/
11572
11573 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11574 M:      Thomas Gleixner <tglx@linutronix.de>
11575 M:      Ingo Molnar <mingo@redhat.com>
11576 M:      "H. Peter Anvin" <hpa@zytor.com>
11577 M:      x86@kernel.org
11578 L:      linux-kernel@vger.kernel.org
11579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11580 S:      Maintained
11581 F:      Documentation/x86/
11582 F:      arch/x86/
11583
11584 X86 PLATFORM DRIVERS
11585 M:      Darren Hart <dvhart@infradead.org>
11586 L:      platform-driver-x86@vger.kernel.org
11587 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11588 S:      Maintained
11589 F:      drivers/platform/x86/
11590
11591 X86 MCE INFRASTRUCTURE
11592 M:      Tony Luck <tony.luck@intel.com>
11593 M:      Borislav Petkov <bp@alien8.de>
11594 L:      linux-edac@vger.kernel.org
11595 S:      Maintained
11596 F:      arch/x86/kernel/cpu/mcheck/*
11597
11598 X86 MICROCODE UPDATE SUPPORT
11599 M:      Borislav Petkov <bp@alien8.de>
11600 S:      Maintained
11601 F:      arch/x86/kernel/cpu/microcode/*
11602
11603 X86 VDSO
11604 M:      Andy Lutomirski <luto@amacapital.net>
11605 L:      linux-kernel@vger.kernel.org
11606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11607 S:      Maintained
11608 F:      arch/x86/entry/vdso/
11609
11610 XC2028/3028 TUNER DRIVER
11611 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11612 L:      linux-media@vger.kernel.org
11613 W:      http://linuxtv.org
11614 T:      git git://linuxtv.org/media_tree.git
11615 S:      Maintained
11616 F:      drivers/media/tuners/tuner-xc2028.*
11617
11618 XEN HYPERVISOR INTERFACE
11619 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11620 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11621 M:      David Vrabel <david.vrabel@citrix.com>
11622 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11624 S:      Supported
11625 F:      arch/x86/xen/
11626 F:      drivers/*/xen-*front.c
11627 F:      drivers/xen/
11628 F:      arch/x86/include/asm/xen/
11629 F:      include/xen/
11630 F:      include/uapi/xen/
11631
11632 XEN HYPERVISOR ARM
11633 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11634 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11635 S:      Supported
11636 F:      arch/arm/xen/
11637 F:      arch/arm/include/asm/xen/
11638
11639 XEN HYPERVISOR ARM64
11640 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11641 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11642 S:      Supported
11643 F:      arch/arm64/xen/
11644 F:      arch/arm64/include/asm/xen/
11645
11646 XEN NETWORK BACKEND DRIVER
11647 M:      Ian Campbell <ian.campbell@citrix.com>
11648 M:      Wei Liu <wei.liu2@citrix.com>
11649 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11650 L:      netdev@vger.kernel.org
11651 S:      Supported
11652 F:      drivers/net/xen-netback/*
11653
11654 XEN PCI SUBSYSTEM
11655 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11656 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11657 S:      Supported
11658 F:      arch/x86/pci/*xen*
11659 F:      drivers/pci/*xen*
11660
11661 XEN BLOCK SUBSYSTEM
11662 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11663 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11664 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11665 S:      Supported
11666 F:      drivers/block/xen-blkback/*
11667 F:      drivers/block/xen*
11668
11669 XEN PVSCSI DRIVERS
11670 M:      Juergen Gross <jgross@suse.com>
11671 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11672 L:      linux-scsi@vger.kernel.org
11673 S:      Supported
11674 F:      drivers/scsi/xen-scsifront.c
11675 F:      drivers/xen/xen-scsiback.c
11676 F:      include/xen/interface/io/vscsiif.h
11677
11678 XEN SWIOTLB SUBSYSTEM
11679 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11680 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11681 S:      Supported
11682 F:      arch/x86/xen/*swiotlb*
11683 F:      drivers/xen/*swiotlb*
11684
11685 XFS FILESYSTEM
11686 P:      Silicon Graphics Inc
11687 M:      Dave Chinner <david@fromorbit.com>
11688 M:      xfs@oss.sgi.com
11689 L:      xfs@oss.sgi.com
11690 W:      http://oss.sgi.com/projects/xfs
11691 T:      git git://oss.sgi.com/xfs/xfs.git
11692 S:      Supported
11693 F:      Documentation/filesystems/xfs.txt
11694 F:      fs/xfs/
11695
11696 XILINX AXI ETHERNET DRIVER
11697 M:      Anirudha Sarangi <anirudh@xilinx.com>
11698 M:      John Linn <John.Linn@xilinx.com>
11699 S:      Maintained
11700 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11701
11702 XILINX UARTLITE SERIAL DRIVER
11703 M:      Peter Korsgaard <jacmet@sunsite.dk>
11704 L:      linux-serial@vger.kernel.org
11705 S:      Maintained
11706 F:      drivers/tty/serial/uartlite.c
11707
11708 XILINX VIDEO IP CORES
11709 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11710 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11711 L:      linux-media@vger.kernel.org
11712 T:      git git://linuxtv.org/media_tree.git
11713 S:      Supported
11714 F:      Documentation/devicetree/bindings/media/xilinx/
11715 F:      drivers/media/platform/xilinx/
11716 F:      include/uapi/linux/xilinx-v4l2-controls.h
11717
11718 XILLYBUS DRIVER
11719 M:      Eli Billauer <eli.billauer@gmail.com>
11720 L:      linux-kernel@vger.kernel.org
11721 S:      Supported
11722 F:      drivers/char/xillybus/
11723
11724 XTENSA XTFPGA PLATFORM SUPPORT
11725 M:      Max Filippov <jcmvbkbc@gmail.com>
11726 L:      linux-xtensa@linux-xtensa.org
11727 S:      Maintained
11728 F:      drivers/spi/spi-xtensa-xtfpga.c
11729 F:      sound/soc/xtensa/xtfpga-i2s.c
11730
11731 YAM DRIVER FOR AX.25
11732 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11733 L:      linux-hams@vger.kernel.org
11734 S:      Maintained
11735 F:      drivers/net/hamradio/yam*
11736 F:      include/linux/yam.h
11737
11738 YEALINK PHONE DRIVER
11739 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11740 L:      usbb2k-api-dev@nongnu.org
11741 S:      Maintained
11742 F:      Documentation/input/yealink.txt
11743 F:      drivers/input/misc/yealink.*
11744
11745 Z8530 DRIVER FOR AX.25
11746 M:      Joerg Reuter <jreuter@yaina.de>
11747 W:      http://yaina.de/jreuter/
11748 W:      http://www.qsl.net/dl1bke/
11749 L:      linux-hams@vger.kernel.org
11750 S:      Maintained
11751 F:      Documentation/networking/z8530drv.txt
11752 F:      drivers/net/hamradio/*scc.c
11753 F:      drivers/net/hamradio/z8530.h
11754
11755 ZBUD COMPRESSED PAGE ALLOCATOR
11756 M:      Seth Jennings <sjennings@variantweb.net>
11757 L:      linux-mm@kvack.org
11758 S:      Maintained
11759 F:      mm/zbud.c
11760 F:      include/linux/zbud.h
11761
11762 ZD1211RW WIRELESS DRIVER
11763 M:      Daniel Drake <dsd@gentoo.org>
11764 M:      Ulrich Kunitz <kune@deine-taler.de>
11765 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11766 L:      linux-wireless@vger.kernel.org
11767 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11768 S:      Maintained
11769 F:      drivers/net/wireless/zd1211rw/
11770
11771 ZPOOL COMPRESSED PAGE STORAGE API
11772 M:      Dan Streetman <ddstreet@ieee.org>
11773 L:      linux-mm@kvack.org
11774 S:      Maintained
11775 F:      mm/zpool.c
11776 F:      include/linux/zpool.h
11777
11778 ZR36067 VIDEO FOR LINUX DRIVER
11779 L:      mjpeg-users@lists.sourceforge.net
11780 L:      linux-media@vger.kernel.org
11781 W:      http://mjpeg.sourceforge.net/driver-zoran/
11782 T:      hg http://linuxtv.org/hg/v4l-dvb
11783 S:      Odd Fixes
11784 F:      drivers/media/pci/zoran/
11785
11786 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11787 M:      Minchan Kim <minchan@kernel.org>
11788 M:      Nitin Gupta <ngupta@vflare.org>
11789 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11790 L:      linux-kernel@vger.kernel.org
11791 S:      Maintained
11792 F:      drivers/block/zram/
11793 F:      Documentation/blockdev/zram.txt
11794
11795 ZS DECSTATION Z85C30 SERIAL DRIVER
11796 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11797 S:      Maintained
11798 F:      drivers/tty/serial/zs.*
11799
11800 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11801 M:      Minchan Kim <minchan@kernel.org>
11802 M:      Nitin Gupta <ngupta@vflare.org>
11803 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11804 L:      linux-mm@kvack.org
11805 S:      Maintained
11806 F:      mm/zsmalloc.c
11807 F:      include/linux/zsmalloc.h
11808 F:      Documentation/vm/zsmalloc.txt
11809
11810 ZSWAP COMPRESSED SWAP CACHING
11811 M:      Seth Jennings <sjennings@variantweb.net>
11812 L:      linux-mm@kvack.org
11813 S:      Maintained
11814 F:      mm/zswap.c
11815
11816 THE REST
11817 M:      Linus Torvalds <torvalds@linux-foundation.org>
11818 L:      linux-kernel@vger.kernel.org
11819 Q:      http://patchwork.kernel.org/project/LKML/list/
11820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11821 S:      Buried alive in reporters
11822 F:      *
11823 F:      */