netfilter: nf_tables: remove useless U8_MAX validation
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
blobf18b5467e37fecbba7bccc00c35540b0b3002b6b
3         List of maintainers and how to submit kernel changes
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.
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
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.)
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.
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
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.
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.
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.
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.
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
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.
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.
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.
67 8.      Happy hacking.
69 Descriptions of section entries:
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.
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]
123 Maintainers List (try to look for most precise areas first)
125                 -----------------------------------
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
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*
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-*
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*
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
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
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
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
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 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <hdegoede@redhat.com>
230 L:      linux-hwmon@vger.kernel.org
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <alistair@devzero.co.uk>
236 L:      linux-hwmon@vger.kernel.org
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
242 L:      linux-gpio@vger.kernel.org
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L:      linux-gpio@vger.kernel.org
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
258 ACENIC DRIVER
259 M:      Jes Sorensen <jes@trained-monkey.org>
260 L:      linux-acenic@sunsite.dk
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <peter@piie.net>
266 L:      platform-driver-x86@vger.kernel.org
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <jlee@suse.com>
273 L:      platform-driver-x86@vger.kernel.org
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
277 ACPI
278 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M:      Len Brown <lenb@kernel.org>
280 L:      linux-acpi@vger.kernel.org
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      Documentation/ABI/testing/configfs-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      linux-hwmon@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      linux-hwmon@vger.kernel.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      linux-hwmon@vger.kernel.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      linux-hwmon@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
599 ALPS PS/2 TOUCHPAD DRIVER
600 R:      Pali Rohár <pali.rohar@gmail.com>
601 F:      drivers/input/mouse/alps.*
603 ALTERA MAILBOX DRIVER
604 M:      Ley Foon Tan <lftan@altera.com>
605 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S:      Maintained
607 F:      drivers/mailbox/mailbox-altera.c
609 ALTERA PIO DRIVER
610 M:      Tien Hock Loh <thloh@altera.com>
611 L:      linux-gpio@vger.kernel.org
612 S:      Maintained
613 F:      drivers/gpio/gpio-altera.c
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M:      Thor Thayer <tthayer@opensource.altera.com>
617 S:      Maintained
618 F:      drivers/gpio/gpio-altera-a10sr.c
619 F:      drivers/mfd/altera-a10sr.c
620 F:      include/linux/mfd/altera-a10sr.h
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M:      Vince Bridgers <vbridger@opensource.altera.com>
624 L:      netdev@vger.kernel.org
625 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S:      Maintained
627 F:      drivers/net/ethernet/altera/
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M:      Tobias Klauser <tklauser@distanz.ch>
631 L:      linux-serial@vger.kernel.org
632 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633 S:      Maintained
634 F:      drivers/tty/serial/altera_uart.c
635 F:      drivers/tty/serial/altera_jtaguart.c
636 F:      include/linux/altera_uart.h
637 F:      include/linux/altera_jtaguart.h
639 AMAZON ETHERNET DRIVERS
640 M:      Netanel Belgazal <netanel@annapurnalabs.com>
641 R:      Saeed Bishara <saeed@annapurnalabs.com>
642 R:      Zorik Machulsky <zorik@annapurnalabs.com>
643 L:      netdev@vger.kernel.org
644 S:      Supported
645 F:      Documentation/networking/ena.txt
646 F:      drivers/net/ethernet/amazon/
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M:      Tom Lendacky <thomas.lendacky@amd.com>
650 M:      Gary Hook <gary.hook@amd.com>
651 L:      linux-crypto@vger.kernel.org
652 S:      Supported
653 F:      drivers/crypto/ccp/
654 F:      include/linux/ccp.h
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M:      Huang Rui <ray.huang@amd.com>
658 L:      linux-hwmon@vger.kernel.org
659 S:      Supported
660 F:      Documentation/hwmon/fam15h_power
661 F:      drivers/hwmon/fam15h_power.c
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
665 S:      Orphan
666 F:      drivers/usb/gadget/udc/amd5536udc.*
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P:      Andres Salomon <dilinger@queued.net>
670 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
671 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S:      Supported
673 F:      drivers/char/hw_random/geode-rng.c
674 F:      drivers/crypto/geode*
675 F:      drivers/video/fbdev/geode/
676 F:      arch/x86/include/asm/geode.h
678 AMD IOMMU (AMD-VI)
679 M:      Joerg Roedel <joro@8bytes.org>
680 L:      iommu@lists.linux-foundation.org
681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S:      Maintained
683 F:      drivers/iommu/amd_iommu*.[ch]
684 F:      include/linux/amd-iommu.h
686 AMD KFD
687 M:      Oded Gabbay <oded.gabbay@gmail.com>
688 L:      dri-devel@lists.freedesktop.org
689 T:      git git://people.freedesktop.org/~gabbayo/linux.git
690 S:      Supported
691 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F:      drivers/gpu/drm/amd/amdkfd/
696 F:      drivers/gpu/drm/amd/include/cik_structs.h
697 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F:      drivers/gpu/drm/amd/include/vi_structs.h
699 F:      drivers/gpu/drm/radeon/radeon_kfd.c
700 F:      drivers/gpu/drm/radeon/radeon_kfd.h
701 F:      include/uapi/linux/kfd_ioctl.h
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
705 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706 M:      Tom Lendacky <thomas.lendacky@amd.com>
707 S:      Supported
708 F:      arch/arm64/boot/dts/amd/
710 AMD XGBE DRIVER
711 M:      Tom Lendacky <thomas.lendacky@amd.com>
712 L:      netdev@vger.kernel.org
713 S:      Supported
714 F:      drivers/net/ethernet/amd/xgbe/
715 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
717 AMS (Apple Motion Sensor) DRIVER
718 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
719 S:      Supported
720 F:      drivers/macintosh/ams/
722 ANALOG DEVICES INC AD9389B DRIVER
723 M:      Hans Verkuil <hans.verkuil@cisco.com>
724 L:      linux-media@vger.kernel.org
725 S:      Maintained
726 F:      drivers/media/i2c/ad9389b*
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M:      Lars-Peter Clausen <lars@metafoo.de>
730 L:      linux-media@vger.kernel.org
731 W:      http://ez.analog.com/community/linux-device-drivers
732 S:      Supported
733 F:      drivers/media/i2c/adv7180.c
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M:      Hans Verkuil <hans.verkuil@cisco.com>
737 L:      linux-media@vger.kernel.org
738 S:      Maintained
739 F:      drivers/media/i2c/adv7511*
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M:      Hans Verkuil <hans.verkuil@cisco.com>
743 L:      linux-media@vger.kernel.org
744 S:      Maintained
745 F:      drivers/media/i2c/adv7604*
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M:      Hans Verkuil <hans.verkuil@cisco.com>
749 L:      linux-media@vger.kernel.org
750 S:      Maintained
751 F:      drivers/media/i2c/adv7842*
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M:      Lars-Peter Clausen <lars@metafoo.de>
755 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      sound/soc/codecs/adau*
760 F:      sound/soc/codecs/adav*
761 F:      sound/soc/codecs/ad1*
762 F:      sound/soc/codecs/ad7*
763 F:      sound/soc/codecs/ssm*
764 F:      sound/soc/codecs/sigmadsp.*
766 ANALOG DEVICES INC ASOC DRIVERS
767 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
769 W:      http://blackfin.uclinux.org/
770 S:      Supported
771 F:      sound/soc/blackfin/*
773 ANALOG DEVICES INC IIO DRIVERS
774 M:      Lars-Peter Clausen <lars@metafoo.de>
775 M:      Michael Hennerich <Michael.Hennerich@analog.com>
776 W:      http://wiki.analog.com/
777 W:      http://ez.analog.com/community/linux-device-drivers
778 S:      Supported
779 F:      drivers/iio/*/ad*
780 X:      drivers/iio/*/adjd*
781 F:      drivers/staging/iio/*/ad*
782 F:      staging/iio/trigger/iio-trig-bfin-timer.c
784 ANALOG DEVICES INC DMA DRIVERS
785 M:      Lars-Peter Clausen <lars@metafoo.de>
786 W:      http://ez.analog.com/community/linux-device-drivers
787 S:      Supported
788 F:      drivers/dma/dma-axi-dmac.c
790 ANDROID CONFIG FRAGMENTS
791 M:      Rob Herring <robh@kernel.org>
792 S:      Supported
793 F:      kernel/configs/android*
795 ANDROID DRIVERS
796 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797 M:      Arve Hjønnevåg <arve@android.com>
798 M:      Riley Andrews <riandrews@android.com>
799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L:      devel@driverdev.osuosl.org
801 S:      Supported
802 F:      drivers/android/
803 F:      drivers/staging/android/
805 ANDROID ION DRIVER
806 M:      Laura Abbott <labbott@redhat.com>
807 M:      Sumit Semwal <sumit.semwal@linaro.org>
808 L:      devel@driverdev.osuosl.org
809 S:      Supported
810 F:      Documentation/devicetree/bindings/staging/ion/
811 F:      drivers/staging/android/ion
812 F:      drivers/staging/android/uapi/ion.h
813 F:      drivers/staging/android/uapi/ion_test.h
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M:      Johannes Berg <johannes@sipsolutions.net>
817 L:      linuxppc-dev@lists.ozlabs.org
818 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
819 S:      Maintained
820 F:      sound/aoa/
822 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
823 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
824 L:      linux-iio@vger.kernel.org
825 S:      Maintained
826 F:      drivers/iio/adc/stx104.c
828 APM DRIVER
829 M:      Jiri Kosina <jikos@kernel.org>
830 S:      Odd fixes
831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F:      arch/x86/kernel/apm_32.c
833 F:      include/linux/apm_bios.h
834 F:      include/uapi/linux/apm_bios.h
835 F:      drivers/char/apm-emulation.c
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M:      Henrik Rydberg <rydberg@bitmath.org>
839 L:      linux-input@vger.kernel.org
840 S:      Odd fixes
841 F:      drivers/input/mouse/bcm5974.c
843 APPLE SMC DRIVER
844 M:      Henrik Rydberg <rydberg@bitmath.org>
845 L:      linux-hwmon@vger.kernel.org
846 S:      Odd fixes
847 F:      drivers/hwmon/applesmc.c
849 APPLETALK NETWORK LAYER
850 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
851 S:      Maintained
852 F:      drivers/net/appletalk/
853 F:      net/appletalk/
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M:      Duc Dang <dhdang@apm.com>
857 S:      Supported
858 F:      arch/arm64/boot/dts/apm/
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M:      Iyappan Subramanian <isubramanian@apm.com>
862 M:      Keyur Chudgar <kchudgar@apm.com>
863 S:      Supported
864 F:      drivers/net/ethernet/apm/xgene/
865 F:      drivers/net/phy/mdio-xgene.c
866 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
869 APPLIED MICRO (APM) X-GENE SOC PMU
870 M:      Tai Nguyen <ttnguyen@apm.com>
871 S:      Supported
872 F:      drivers/perf/xgene_pmu.c
873 F:      Documentation/perf/xgene-pmu.txt
874 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
876 APTINA CAMERA SENSOR PLL
877 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
878 L:      linux-media@vger.kernel.org
879 S:      Maintained
880 F:      drivers/media/i2c/aptina-pll.*
882 ARC FRAMEBUFFER DRIVER
883 M:      Jaya Kumar <jayalk@intworks.biz>
884 S:      Maintained
885 F:      drivers/video/fbdev/arcfb.c
886 F:      drivers/video/fbdev/core/fb_defio.c
888 ARCNET NETWORK LAYER
889 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
890 L:      netdev@vger.kernel.org
891 S:      Maintained
892 F:      drivers/net/arcnet/
893 F:      include/uapi/linux/if_arcnet.h
895 ARC PGU DRM DRIVER
896 M:      Alexey Brodkin <abrodkin@synopsys.com>
897 S:      Supported
898 F:      drivers/gpu/drm/arc/
899 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
901 ARM ARCHITECTED TIMER DRIVER
902 M:      Mark Rutland <mark.rutland@arm.com>
903 M:      Marc Zyngier <marc.zyngier@arm.com>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/include/asm/arch_timer.h
907 F:      arch/arm64/include/asm/arch_timer.h
908 F:      drivers/clocksource/arm_arch_timer.c
910 ARM HDLCD DRM DRIVER
911 M:      Liviu Dudau <liviu.dudau@arm.com>
912 S:      Supported
913 F:      drivers/gpu/drm/arm/hdlcd_*
914 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
916 ARM MALI-DP DRM DRIVER
917 M:      Liviu Dudau <liviu.dudau@arm.com>
918 M:      Brian Starkey <brian.starkey@arm.com>
919 M:      Mali DP Maintainers <malidp@foss.arm.com>
920 S:      Supported
921 F:      drivers/gpu/drm/arm/
922 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
924 ARM MFM AND FLOPPY DRIVERS
925 M:      Ian Molton <spyro@f2s.com>
926 S:      Maintained
927 F:      arch/arm/lib/floppydma.S
928 F:      arch/arm/include/asm/floppy.h
930 ARM PMU PROFILING AND DEBUGGING
931 M:      Will Deacon <will.deacon@arm.com>
932 M:      Mark Rutland <mark.rutland@arm.com>
933 S:      Maintained
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 F:      arch/arm*/kernel/perf_*
936 F:      arch/arm/oprofile/common.c
937 F:      arch/arm*/kernel/hw_breakpoint.c
938 F:      arch/arm*/include/asm/hw_breakpoint.h
939 F:      arch/arm*/include/asm/perf_event.h
940 F:      drivers/perf/*
941 F:      include/linux/perf/arm_pmu.h
942 F:      Documentation/devicetree/bindings/arm/pmu.txt
944 ARM PORT
945 M:      Russell King <linux@armlinux.org.uk>
946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
947 W:      http://www.armlinux.org.uk/
948 S:      Maintained
949 F:      arch/arm/
951 ARM SUB-ARCHITECTURES
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954 F:      arch/arm/mach-*/
955 F:      arch/arm/plat-*/
956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
958 ARM PRIMECELL AACI PL041 DRIVER
959 M:      Russell King <linux@armlinux.org.uk>
960 S:      Maintained
961 F:      sound/arm/aaci.*
963 ARM PRIMECELL CLCD PL110 DRIVER
964 M:      Russell King <linux@armlinux.org.uk>
965 S:      Maintained
966 F:      drivers/video/fbdev/amba-clcd.*
968 ARM PRIMECELL KMI PL050 DRIVER
969 M:      Russell King <linux@armlinux.org.uk>
970 S:      Maintained
971 F:      drivers/input/serio/ambakmi.*
972 F:      include/linux/amba/kmi.h
974 ARM PRIMECELL MMCI PL180/1 DRIVER
975 M:      Russell King <linux@armlinux.org.uk>
976 S:      Maintained
977 F:      drivers/mmc/host/mmci.*
978 F:      include/linux/amba/mmci.h
980 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
981 M:      Russell King <linux@armlinux.org.uk>
982 S:      Maintained
983 F:      drivers/tty/serial/amba-pl01*.c
984 F:      include/linux/amba/serial.h
986 ARM PRIMECELL BUS SUPPORT
987 M:      Russell King <linux@armlinux.org.uk>
988 S:      Maintained
989 F:      drivers/amba/
990 F:      include/linux/amba/bus.h
992 ARM/ADS SPHERE MACHINE SUPPORT
993 M:      Lennert Buytenhek <kernel@wantstofly.org>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Maintained
997 ARM/AFEB9260 MACHINE SUPPORT
998 M:      Sergey Lapin <slapin@ossfans.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1002 ARM/AJECO 1ARM MACHINE SUPPORT
1003 M:      Lennert Buytenhek <kernel@wantstofly.org>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1007 ARM/Allwinner sunXi SoC support
1008 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1009 M:      Chen-Yu Tsai <wens@csie.org>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 S:      Maintained
1012 N:      sun[x456789]i
1013 F:      arch/arm/boot/dts/ntc-gr8*
1015 ARM/Allwinner SoC Clock Support
1016 M:      Emilio López <emilio@elopez.com.ar>
1017 S:      Maintained
1018 F:      drivers/clk/sunxi/
1020 ARM/Amlogic Meson SoC support
1021 M:      Carlo Caione <carlo@caione.org>
1022 M:      Kevin Hilman <khilman@baylibre.com>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 L:      linux-amlogic@lists.infradead.org
1025 W:      http://linux-meson.com/
1026 S:      Maintained
1027 F:      arch/arm/mach-meson/
1028 F:      arch/arm/boot/dts/meson*
1029 F:      arch/arm64/boot/dts/amlogic/
1030 F:      drivers/pinctrl/meson/
1031 N:      meson
1033 ARM/Annapurna Labs ALPINE ARCHITECTURE
1034 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1035 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 S:      Maintained
1038 F:      arch/arm/mach-alpine/
1039 F:      arch/arm/boot/dts/alpine*
1040 F:      arch/arm64/boot/dts/al/
1041 F:      drivers/*/*alpine*
1043 ARM/ARTPEC MACHINE SUPPORT
1044 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1045 M:      Lars Persson <lars.persson@axis.com>
1046 M:      Niklas Cassel <niklas.cassel@axis.com>
1047 S:      Maintained
1048 L:      linux-arm-kernel@axis.com
1049 F:      arch/arm/mach-artpec
1050 F:      arch/arm/boot/dts/artpec6*
1051 F:      drivers/clk/axis
1053 ARM/ASPEED MACHINE SUPPORT
1054 M:      Joel Stanley <joel@jms.id.au>
1055 S:      Maintained
1056 F:      arch/arm/mach-aspeed/
1057 F:      arch/arm/boot/dts/aspeed-*
1058 F:      drivers/*/*aspeed*
1060 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1061 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1062 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1063 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 W:      http://www.linux4sam.org
1066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1067 S:      Supported
1068 F:      arch/arm/mach-at91/
1069 F:      include/soc/at91/
1070 F:      arch/arm/boot/dts/at91*.dts
1071 F:      arch/arm/boot/dts/at91*.dtsi
1072 F:      arch/arm/boot/dts/sama*.dts
1073 F:      arch/arm/boot/dts/sama*.dtsi
1074 F:      arch/arm/include/debug/at91.S
1076 ARM/ATMEL AT91 Clock Support
1077 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1078 S:      Maintained
1079 F:      drivers/clk/at91
1081 ARM/CALXEDA HIGHBANK ARCHITECTURE
1082 M:      Rob Herring <robh@kernel.org>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 F:      arch/arm/mach-highbank/
1086 F:      arch/arm/boot/dts/highbank.dts
1087 F:      arch/arm/boot/dts/ecx-*.dts*
1089 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1090 M:      Krzysztof Halasa <khalasa@piap.pl>
1091 S:      Maintained
1092 F:      arch/arm/mach-cns3xxx/
1094 ARM/CAVIUM THUNDER NETWORK DRIVER
1095 M:      Sunil Goutham <sgoutham@cavium.com>
1096 M:      Robert Richter <rric@kernel.org>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Supported
1099 F:      drivers/net/ethernet/cavium/thunder/
1101 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1102 M:      Alexander Shiyan <shc_work@mail.ru>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Odd Fixes
1105 N:      clps711x
1107 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1108 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1109 M:      Ryan Mallon <rmallon@gmail.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-ep93xx/
1113 F:      arch/arm/mach-ep93xx/include/mach/
1115 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1116 M:      Lennert Buytenhek <kernel@wantstofly.org>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1120 ARM/CLKDEV SUPPORT
1121 M:      Russell King <linux@armlinux.org.uk>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124 F:      arch/arm/include/asm/clkdev.h
1125 F:      drivers/clk/clkdev.c
1127 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1128 M:      Mike Rapoport <mike@compulab.co.il>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1132 ARM/CONTEC MICRO9 MACHINE SUPPORT
1133 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1134 S:      Maintained
1135 F:      arch/arm/mach-ep93xx/micro9.c
1137 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1138 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 S:      Maintained
1141 F:      drivers/hwtracing/coresight/*
1142 F:      Documentation/trace/coresight.txt
1143 F:      Documentation/devicetree/bindings/arm/coresight.txt
1144 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1145 F:      tools/perf/arch/arm/util/pmu.c
1146 F:      tools/perf/arch/arm/util/auxtrace.c
1147 F:      tools/perf/arch/arm/util/cs-etm.c
1148 F:      tools/perf/arch/arm/util/cs-etm.h
1149 F:      tools/perf/util/cs-etm.h
1151 ARM/CORGI MACHINE SUPPORT
1152 M:      Richard Purdie <rpurdie@rpsys.net>
1153 S:      Maintained
1155 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1156 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 T:      git git://github.com/ulli-kroll/linux.git
1159 S:      Maintained
1160 F:      arch/arm/mach-gemini/
1161 F:      drivers/rtc/rtc-gemini.c
1163 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1164 M:      Barry Song <baohua@kernel.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1167 S:      Maintained
1168 F:      arch/arm/boot/dts/prima2*
1169 F:      arch/arm/mach-prima2/
1170 F:      drivers/clk/sirf/
1171 F:      drivers/clocksource/timer-prima2.c
1172 F:      drivers/clocksource/timer-atlas7.c
1173 N:      [^a-z]sirf
1175 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1176 M:      Baruch Siach <baruch@tkos.co.il>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/boot/dts/cx92755*
1180 N:      digicolor
1182 ARM/EBSA110 MACHINE SUPPORT
1183 M:      Russell King <linux@armlinux.org.uk>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 W:      http://www.armlinux.org.uk/
1186 S:      Maintained
1187 F:      arch/arm/mach-ebsa110/
1188 F:      drivers/net/ethernet/amd/am79c961a.*
1190 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1191 M:      Uwe Kleine-König <kernel@pengutronix.de>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194 N:      efm32
1196 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1197 M:      Daniel Ribeiro <drwyrm@gmail.com>
1198 M:      Stefan Schmidt <stefan@openezx.org>
1199 M:      Harald Welte <laforge@openezx.org>
1200 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1201 W:      http://www.openezx.org/
1202 S:      Maintained
1203 T:      topgit git://git.openezx.org/openezx.git
1204 F:      arch/arm/mach-pxa/ezx.c
1206 ARM/FARADAY FA526 PORT
1207 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 T:      git git://git.berlios.de/gemini-board
1211 F:      arch/arm/mm/*-fa*
1213 ARM/FOOTBRIDGE ARCHITECTURE
1214 M:      Russell King <linux@armlinux.org.uk>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 W:      http://www.armlinux.org.uk/
1217 S:      Maintained
1218 F:      arch/arm/include/asm/hardware/dec21285.h
1219 F:      arch/arm/mach-footbridge/
1221 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1222 M:      Shawn Guo <shawnguo@kernel.org>
1223 M:      Sascha Hauer <kernel@pengutronix.de>
1224 R:      Fabio Estevam <fabio.estevam@nxp.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1228 F:      arch/arm/mach-imx/
1229 F:      arch/arm/mach-mxs/
1230 F:      arch/arm/boot/dts/imx*
1231 F:      arch/arm/configs/imx*_defconfig
1232 F:      drivers/clk/imx/
1233 F:      include/soc/imx/
1235 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1236 M:      Shawn Guo <shawnguo@kernel.org>
1237 M:      Sascha Hauer <kernel@pengutronix.de>
1238 R:      Stefan Agner <stefan@agner.ch>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1242 F:      arch/arm/mach-imx/*vf610*
1243 F:      arch/arm/boot/dts/vf*
1245 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1246 M:      Lennert Buytenhek <kernel@wantstofly.org>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1250 ARM/GUMSTIX MACHINE SUPPORT
1251 M:      Steve Sakoman <sakoman@gmail.com>
1252 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 S:      Maintained
1255 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1256 M:      Philipp Zabel <philipp.zabel@gmail.com>
1257 M:      Paul Parsons <lost.distance@yahoo.com>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 S:      Maintained
1260 F:      arch/arm/mach-pxa/hx4700.c
1261 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1262 F:      sound/soc/pxa/hx4700.c
1264 ARM/HISILICON SOC SUPPORT
1265 M:      Wei Xu <xuwei5@hisilicon.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 W:      http://www.hisilicon.com
1268 S:      Supported
1269 T:      git git://github.com/hisilicon/linux-hisi.git
1270 F:      arch/arm/mach-hisi/
1271 F:      arch/arm/boot/dts/hi3*
1272 F:      arch/arm/boot/dts/hip*
1273 F:      arch/arm/boot/dts/hisi*
1274 F:      arch/arm64/boot/dts/hisilicon/
1276 ARM/HP JORNADA 7XX MACHINE SUPPORT
1277 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1278 W:      www.jlime.com
1279 S:      Maintained
1280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1281 F:      arch/arm/mach-sa1100/jornada720.c
1282 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1284 ARM/IGEP MACHINE SUPPORT
1285 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1286 M:      Javier Martinez Canillas <javier@dowhile0.org>
1287 L:      linux-omap@vger.kernel.org
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/boot/dts/omap3-igep*
1292 ARM/INCOME PXA270 SUPPORT
1293 M:      Marek Vasut <marek.vasut@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1298 ARM/INTEL IOP32X ARM ARCHITECTURE
1299 M:      Lennert Buytenhek <kernel@wantstofly.org>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S:      Maintained
1303 ARM/INTEL IOP33X ARM ARCHITECTURE
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Orphan
1307 ARM/INTEL IOP13XX ARM ARCHITECTURE
1308 M:      Lennert Buytenhek <kernel@wantstofly.org>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 S:      Maintained
1312 ARM/INTEL IQ81342EX MACHINE SUPPORT
1313 M:      Lennert Buytenhek <kernel@wantstofly.org>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 S:      Maintained
1317 ARM/INTEL IXDP2850 MACHINE SUPPORT
1318 M:      Lennert Buytenhek <kernel@wantstofly.org>
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1322 ARM/INTEL IXP4XX ARM ARCHITECTURE
1323 M:      Imre Kaloz <kaloz@openwrt.org>
1324 M:      Krzysztof Halasa <khalasa@piap.pl>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm/mach-ixp4xx/
1329 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1330 M:      Jonathan Cameron <jic23@cam.ac.uk>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333 F:      arch/arm/mach-pxa/stargate2.c
1334 F:      drivers/pcmcia/pxa2xx_stargate2.c
1336 ARM/INTEL XSC3 (MANZANO) ARM CORE
1337 M:      Lennert Buytenhek <kernel@wantstofly.org>
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 S:      Maintained
1341 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1342 M:      Lennert Buytenhek <kernel@wantstofly.org>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S:      Maintained
1346 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1347 M:      Santosh Shilimkar <ssantosh@kernel.org>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 S:      Maintained
1350 F:      arch/arm/mach-keystone/
1351 F:      arch/arm/boot/dts/keystone-*
1352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1354 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1355 M:      Santosh Shilimkar <ssantosh@kernel.org>
1356 L:      linux-kernel@vger.kernel.org
1357 S:      Maintained
1358 F:      drivers/clk/keystone/
1360 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1361 M:      Santosh Shilimkar <ssantosh@kernel.org>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 L:      linux-kernel@vger.kernel.org
1364 S:      Maintained
1365 F:      drivers/clocksource/timer-keystone.c
1367 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1368 M:      Santosh Shilimkar <ssantosh@kernel.org>
1369 L:      linux-kernel@vger.kernel.org
1370 S:      Maintained
1371 F:      drivers/power/reset/keystone-reset.c
1373 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1374 M:      Santosh Shilimkar <ssantosh@kernel.org>
1375 L:      linux-kernel@vger.kernel.org
1376 S:      Maintained
1377 F:      drivers/memory/*emif*
1379 ARM/LG1K ARCHITECTURE
1380 M:      Chanho Min <chanho.min@lge.com>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm64/boot/dts/lg/
1385 ARM/LOGICPD PXA270 MACHINE SUPPORT
1386 M:      Lennert Buytenhek <kernel@wantstofly.org>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S:      Maintained
1390 ARM/LPC18XX ARCHITECTURE
1391 M:      Joachim Eastwood <manabian@gmail.com>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/boot/dts/lpc43*
1395 F:      drivers/clk/nxp/clk-lpc18xx*
1396 F:      drivers/clocksource/time-lpc32xx.c
1397 F:      drivers/i2c/busses/i2c-lpc2k.c
1398 F:      drivers/memory/pl172.c
1399 F:      drivers/mtd/spi-nor/nxp-spifi.c
1400 F:      drivers/rtc/rtc-lpc24xx.c
1401 N:      lpc18xx
1403 ARM/LPC32XX SOC SUPPORT
1404 M:      Vladimir Zapolskiy <vz@mleia.com>
1405 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1408 S:      Maintained
1409 F:      arch/arm/boot/dts/lpc32*
1410 F:      arch/arm/mach-lpc32xx/
1411 F:      drivers/i2c/busses/i2c-pnx.c
1412 F:      drivers/net/ethernet/nxp/lpc_eth.c
1413 F:      drivers/usb/host/ohci-nxp.c
1414 F:      drivers/watchdog/pnx4008_wdt.c
1415 N:      lpc32xx
1417 ARM/MAGICIAN MACHINE SUPPORT
1418 M:      Philipp Zabel <philipp.zabel@gmail.com>
1419 S:      Maintained
1421 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1422 M:      Jason Cooper <jason@lakedaemon.net>
1423 M:      Andrew Lunn <andrew@lunn.ch>
1424 M:      Gregory Clement <gregory.clement@free-electrons.com>
1425 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 S:      Maintained
1428 F:      arch/arm/mach-mvebu/
1429 F:      drivers/rtc/rtc-armada38x.c
1430 F:      arch/arm/boot/dts/armada*
1431 F:      arch/arm/boot/dts/kirkwood*
1432 F:      arch/arm64/boot/dts/marvell/armada*
1433 F:      drivers/cpufreq/mvebu-cpufreq.c
1434 F:      arch/arm/configs/mvebu_*_defconfig
1436 ARM/Marvell Berlin SoC support
1437 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 S:      Maintained
1440 F:      arch/arm/mach-berlin/
1441 F:      arch/arm/boot/dts/berlin*
1442 F:      arch/arm64/boot/dts/marvell/berlin*
1445 ARM/Marvell Dove/MV78xx0/Orion SOC support
1446 M:      Jason Cooper <jason@lakedaemon.net>
1447 M:      Andrew Lunn <andrew@lunn.ch>
1448 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1449 M:      Gregory Clement <gregory.clement@free-electrons.com>
1450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S:      Maintained
1452 F:      arch/arm/mach-dove/
1453 F:      arch/arm/mach-mv78xx0/
1454 F:      arch/arm/mach-orion5x/
1455 F:      arch/arm/plat-orion/
1456 F:      arch/arm/boot/dts/dove*
1457 F:      arch/arm/boot/dts/orion5x*
1460 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1461 M:      Alexander Clouter <alex@digriz.org.uk>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 W:      http://www.digriz.org.uk/ts78xx/kernel
1464 S:      Maintained
1465 F:      arch/arm/mach-orion5x/ts78xx-*
1467 ARM/OXNAS platform support
1468 M:      Neil Armstrong <narmstrong@baylibre.com>
1469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-oxnas/
1473 F:      arch/arm/boot/dts/oxnas*
1474 F:      arch/arm/boot/dts/wd-mbwe.dts
1475 N:      oxnas
1477 ARM/Mediatek RTC DRIVER
1478 M:      Eddie Huang <eddie.huang@mediatek.com>
1479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1481 S:      Maintained
1482 F:      drivers/rtc/rtc-mt6397.c
1484 ARM/Mediatek SoC support
1485 M:      Matthias Brugger <matthias.bgg@gmail.com>
1486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1488 S:      Maintained
1489 F:      arch/arm/boot/dts/mt6*
1490 F:      arch/arm/boot/dts/mt8*
1491 F:      arch/arm/mach-mediatek/
1492 N:      mtk
1493 K:      mediatek
1495 ARM/Mediatek USB3 PHY DRIVER
1496 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      drivers/phy/phy-mt65xx-usb3.c
1502 ARM/MICREL KS8695 ARCHITECTURE
1503 M:      Greg Ungerer <gerg@uclinux.org>
1504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 F:      arch/arm/mach-ks8695/
1506 S:      Odd Fixes
1508 ARM/MIOA701 MACHINE SUPPORT
1509 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 F:      arch/arm/mach-pxa/mioa701.c
1512 S:      Maintained
1514 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1515 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1516 S:      Maintained
1518 ARM/NOMADIK ARCHITECTURE
1519 M:      Alessandro Rubini <rubini@unipv.it>
1520 M:      Linus Walleij <linus.walleij@linaro.org>
1521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 S:      Maintained
1523 F:      arch/arm/mach-nomadik/
1524 F:      drivers/pinctrl/nomadik/
1525 F:      drivers/i2c/busses/i2c-nomadik.c
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1528 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1529 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1530 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1531 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1532 S:      Supported
1534 ARM/TOSA MACHINE SUPPORT
1535 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1536 M:      Dirk Opfer <dirk@opfer-online.de>
1537 S:      Maintained
1539 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1540 M:      Marek Vasut <marek.vasut@gmail.com>
1541 L:      linux-arm-kernel@lists.infradead.org
1542 W:      http://hackndev.com
1543 S:      Maintained
1544 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1545 F:      arch/arm/mach-pxa/palmtx.c
1546 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1547 F:      arch/arm/mach-pxa/palmt5.c
1548 F:      arch/arm/mach-pxa/include/mach/palmld.h
1549 F:      arch/arm/mach-pxa/palmld.c
1550 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1551 F:      arch/arm/mach-pxa/palmte2.c
1552 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1553 F:      arch/arm/mach-pxa/palmtc.c
1555 ARM/PALM TREO SUPPORT
1556 M:      Tomas Cech <sleep_walker@suse.com>
1557 L:      linux-arm-kernel@lists.infradead.org
1558 W:      http://hackndev.com
1559 S:      Maintained
1560 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1561 F:      arch/arm/mach-pxa/palmtreo.c
1563 ARM/PALMZ72 SUPPORT
1564 M:      Sergey Lapin <slapin@ossfans.org>
1565 L:      linux-arm-kernel@lists.infradead.org
1566 W:      http://hackndev.com
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1569 F:      arch/arm/mach-pxa/palmz72.c
1571 ARM/PLEB SUPPORT
1572 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1573 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1574 S:      Maintained
1576 ARM/PT DIGITAL BOARD PORT
1577 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 W:      http://www.armlinux.org.uk/
1580 S:      Maintained
1582 ARM/QUALCOMM SUPPORT
1583 M:      Andy Gross <andy.gross@linaro.org>
1584 M:      David Brown <david.brown@linaro.org>
1585 L:      linux-arm-msm@vger.kernel.org
1586 L:      linux-soc@vger.kernel.org
1587 S:      Maintained
1588 F:      Documentation/devicetree/bindings/soc/qcom/
1589 F:      arch/arm/boot/dts/qcom-*.dts
1590 F:      arch/arm/boot/dts/qcom-*.dtsi
1591 F:      arch/arm/mach-qcom/
1592 F:      arch/arm64/boot/dts/qcom/*
1593 F:      drivers/i2c/busses/i2c-qup.c
1594 F:      drivers/clk/qcom/
1595 F:      drivers/soc/qcom/
1596 F:      drivers/spi/spi-qup.c
1597 F:      drivers/tty/serial/msm_serial.h
1598 F:      drivers/tty/serial/msm_serial.c
1599 F:      drivers/*/pm8???-*
1600 F:      drivers/mfd/ssbi.c
1601 F:      drivers/firmware/qcom_scm.c
1602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1604 ARM/RADISYS ENP2611 MACHINE SUPPORT
1605 M:      Lennert Buytenhek <kernel@wantstofly.org>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1609 ARM/RENESAS ARM64 ARCHITECTURE
1610 M:      Simon Horman <horms@verge.net.au>
1611 M:      Magnus Damm <magnus.damm@gmail.com>
1612 L:      linux-renesas-soc@vger.kernel.org
1613 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1615 S:      Supported
1616 F:      arch/arm64/boot/dts/renesas/
1617 F:      drivers/soc/renesas/
1618 F:      include/linux/soc/renesas/
1620 ARM/RISCPC ARCHITECTURE
1621 M:      Russell King <linux@armlinux.org.uk>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 W:      http://www.armlinux.org.uk/
1624 S:      Maintained
1625 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1626 F:      arch/arm/include/asm/hardware/ioc.h
1627 F:      arch/arm/include/asm/hardware/iomd.h
1628 F:      arch/arm/include/asm/hardware/memc.h
1629 F:      arch/arm/mach-rpc/
1630 F:      drivers/net/ethernet/8390/etherh.c
1631 F:      drivers/net/ethernet/i825xx/ether1*
1632 F:      drivers/net/ethernet/seeq/ether3*
1633 F:      drivers/scsi/arm/
1635 ARM/Rockchip SoC support
1636 M:      Heiko Stuebner <heiko@sntech.de>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 L:      linux-rockchip@lists.infradead.org
1639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1640 S:      Maintained
1641 F:      arch/arm/boot/dts/rk3*
1642 F:      arch/arm/mach-rockchip/
1643 F:      drivers/clk/rockchip/
1644 F:      drivers/i2c/busses/i2c-rk3x.c
1645 F:      drivers/*/*rockchip*
1646 F:      drivers/*/*/*rockchip*
1647 F:      sound/soc/rockchip/
1648 N:      rockchip
1650 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1651 M:      Kukjin Kim <kgene@kernel.org>
1652 M:      Krzysztof Kozlowski <krzk@kernel.org>
1653 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1656 S:      Maintained
1657 F:      arch/arm/boot/dts/s3c*
1658 F:      arch/arm/boot/dts/s5p*
1659 F:      arch/arm/boot/dts/samsung*
1660 F:      arch/arm/boot/dts/exynos*
1661 F:      arch/arm64/boot/dts/exynos/
1662 F:      arch/arm/plat-samsung/
1663 F:      arch/arm/mach-s3c24*/
1664 F:      arch/arm/mach-s3c64xx/
1665 F:      arch/arm/mach-s5p*/
1666 F:      arch/arm/mach-exynos*/
1667 F:      drivers/*/*s3c24*
1668 F:      drivers/*/*/*s3c24*
1669 F:      drivers/*/*s3c64xx*
1670 F:      drivers/*/*s5pv210*
1671 F:      drivers/memory/samsung/*
1672 F:      drivers/soc/samsung/*
1673 F:      Documentation/arm/Samsung/
1674 F:      Documentation/devicetree/bindings/arm/samsung/
1675 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1676 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1677 N:      exynos
1679 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1680 M:      Kyungmin Park <kyungmin.park@samsung.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-s5pv210/
1685 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1686 M:      Kyungmin Park <kyungmin.park@samsung.com>
1687 M:      Kamil Debski <kamil@wypas.org>
1688 M:      Andrzej Hajda <a.hajda@samsung.com>
1689 L:      linux-arm-kernel@lists.infradead.org
1690 L:      linux-media@vger.kernel.org
1691 S:      Maintained
1692 F:      drivers/media/platform/s5p-g2d/
1694 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1695 M:      Kyungmin Park <kyungmin.park@samsung.com>
1696 M:      Kamil Debski <kamil@wypas.org>
1697 M:      Jeongtae Park <jtp.park@samsung.com>
1698 M:      Andrzej Hajda <a.hajda@samsung.com>
1699 L:      linux-arm-kernel@lists.infradead.org
1700 L:      linux-media@vger.kernel.org
1701 S:      Maintained
1702 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1703 F:      drivers/media/platform/s5p-mfc/
1705 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1706 M:      Kyungmin Park <kyungmin.park@samsung.com>
1707 L:      linux-arm-kernel@lists.infradead.org
1708 L:      linux-media@vger.kernel.org
1709 S:      Maintained
1710 F:      drivers/staging/media/platform/s5p-cec/
1712 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1713 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1714 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1715 L:      linux-arm-kernel@lists.infradead.org
1716 L:      linux-media@vger.kernel.org
1717 S:      Maintained
1718 F:      drivers/media/platform/s5p-jpeg/
1720 ARM/SHMOBILE ARM ARCHITECTURE
1721 M:      Simon Horman <horms@verge.net.au>
1722 M:      Magnus Damm <magnus.damm@gmail.com>
1723 L:      linux-renesas-soc@vger.kernel.org
1724 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1726 S:      Supported
1727 F:      arch/arm/boot/dts/emev2*
1728 F:      arch/arm/boot/dts/r7s*
1729 F:      arch/arm/boot/dts/r8a*
1730 F:      arch/arm/boot/dts/sh*
1731 F:      arch/arm/configs/shmobile_defconfig
1732 F:      arch/arm/include/debug/renesas-scif.S
1733 F:      arch/arm/mach-shmobile/
1734 F:      drivers/soc/renesas/
1735 F:      include/linux/soc/renesas/
1737 ARM/SOCFPGA ARCHITECTURE
1738 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1739 S:      Maintained
1740 F:      arch/arm/mach-socfpga/
1741 F:      arch/arm/boot/dts/socfpga*
1742 F:      arch/arm/configs/socfpga_defconfig
1743 F:      arch/arm64/boot/dts/altera/
1744 W:      http://www.rocketboards.org
1745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1747 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1748 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1749 S:      Maintained
1750 F:      drivers/clk/socfpga/
1752 ARM/SOCFPGA EDAC SUPPORT
1753 M:      Thor Thayer <tthayer@opensource.altera.com>
1754 S:      Maintained
1755 F:      drivers/edac/altera_edac.
1757 ARM/STI ARCHITECTURE
1758 M:      Patrice Chotard <patrice.chotard@st.com>
1759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 L:      kernel@stlinux.com
1761 W:      http://www.stlinux.com
1762 S:      Maintained
1763 F:      arch/arm/mach-sti/
1764 F:      arch/arm/boot/dts/sti*
1765 F:      drivers/char/hw_random/st-rng.c
1766 F:      drivers/clocksource/arm_global_timer.c
1767 F:      drivers/clocksource/clksrc_st_lpc.c
1768 F:      drivers/cpufreq/sti-cpufreq.c
1769 F:      drivers/i2c/busses/i2c-st.c
1770 F:      drivers/media/rc/st_rc.c
1771 F:      drivers/media/platform/sti/c8sectpfe/
1772 F:      drivers/mmc/host/sdhci-st.c
1773 F:      drivers/phy/phy-miphy28lp.c
1774 F:      drivers/phy/phy-miphy365x.c
1775 F:      drivers/phy/phy-stih407-usb.c
1776 F:      drivers/phy/phy-stih41x-usb.c
1777 F:      drivers/pinctrl/pinctrl-st.c
1778 F:      drivers/remoteproc/st_remoteproc.c
1779 F:      drivers/reset/sti/
1780 F:      drivers/rtc/rtc-st-lpc.c
1781 F:      drivers/tty/serial/st-asc.c
1782 F:      drivers/usb/dwc3/dwc3-st.c
1783 F:      drivers/usb/host/ehci-st.c
1784 F:      drivers/usb/host/ohci-st.c
1785 F:      drivers/watchdog/st_lpc_wdt.c
1786 F:      drivers/ata/ahci_st.c
1788 ARM/STM32 ARCHITECTURE
1789 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1790 M:      Alexandre Torgue <alexandre.torgue@st.com>
1791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S:      Maintained
1793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1794 N:      stm32
1795 F:      drivers/clocksource/armv7m_systick.c
1797 ARM/TANGO ARCHITECTURE
1798 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1799 L:      linux-arm-kernel@lists.infradead.org
1800 S:      Maintained
1801 N:      tango
1803 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1804 M:      Lennert Buytenhek <kernel@wantstofly.org>
1805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 S:      Maintained
1808 ARM/TETON BGA MACHINE SUPPORT
1809 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1811 S:      Maintained
1813 ARM/THECUS N2100 MACHINE SUPPORT
1814 M:      Lennert Buytenhek <kernel@wantstofly.org>
1815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1816 S:      Maintained
1818 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1819 M:      Wan ZongShun <mcuos.com@gmail.com>
1820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1821 W:      http://www.mcuos.com
1822 S:      Maintained
1823 F:      arch/arm/mach-w90x900/
1824 F:      drivers/input/keyboard/w90p910_keypad.c
1825 F:      drivers/input/touchscreen/w90p910_ts.c
1826 F:      drivers/watchdog/nuc900_wdt.c
1827 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1828 F:      drivers/mtd/nand/nuc900_nand.c
1829 F:      drivers/rtc/rtc-nuc900.c
1830 F:      drivers/spi/spi-nuc900.c
1831 F:      drivers/usb/host/ehci-w90x900.c
1832 F:      drivers/video/fbdev/nuc900fb.c
1834 ARM/U300 MACHINE SUPPORT
1835 M:      Linus Walleij <linus.walleij@linaro.org>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Supported
1838 F:      arch/arm/mach-u300/
1839 F:      drivers/clocksource/timer-u300.c
1840 F:      drivers/i2c/busses/i2c-stu300.c
1841 F:      drivers/rtc/rtc-coh901331.c
1842 F:      drivers/watchdog/coh901327_wdt.c
1843 F:      drivers/dma/coh901318*
1844 F:      drivers/mfd/ab3100*
1845 F:      drivers/rtc/rtc-ab3100.c
1846 F:      drivers/rtc/rtc-coh901331.c
1847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1849 ARM/UNIPHIER ARCHITECTURE
1850 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1853 S:      Maintained
1854 F:      arch/arm/boot/dts/uniphier*
1855 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1856 F:      arch/arm/mach-uniphier/
1857 F:      arch/arm/mm/cache-uniphier.c
1858 F:      arch/arm64/boot/dts/socionext/
1859 F:      drivers/bus/uniphier-system-bus.c
1860 F:      drivers/clk/uniphier/
1861 F:      drivers/i2c/busses/i2c-uniphier*
1862 F:      drivers/pinctrl/uniphier/
1863 F:      drivers/reset/reset-uniphier.c
1864 F:      drivers/tty/serial/8250/8250_uniphier.c
1865 N:      uniphier
1867 ARM/Ux500 ARM ARCHITECTURE
1868 M:      Linus Walleij <linus.walleij@linaro.org>
1869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1870 S:      Maintained
1871 F:      arch/arm/mach-ux500/
1872 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1873 F:      drivers/dma/ste_dma40*
1874 F:      drivers/hwspinlock/u8500_hsem.c
1875 F:      drivers/mfd/abx500*
1876 F:      drivers/mfd/ab8500*
1877 F:      drivers/mfd/dbx500*
1878 F:      drivers/mfd/db8500*
1879 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1880 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1881 F:      drivers/rtc/rtc-ab8500.c
1882 F:      drivers/rtc/rtc-pl031.c
1883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1885 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1886 M:      Ulf Hansson <ulf.hansson@linaro.org>
1887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 T:      git git://git.linaro.org/people/ulfh/clk.git
1889 S:      Maintained
1890 F:      drivers/clk/ux500/
1892 ARM/VERSATILE EXPRESS PLATFORM
1893 M:      Liviu Dudau <liviu.dudau@arm.com>
1894 M:      Sudeep Holla <sudeep.holla@arm.com>
1895 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1897 S:      Maintained
1898 F:      arch/arm/boot/dts/vexpress*
1899 F:      arch/arm64/boot/dts/arm/
1900 F:      arch/arm/mach-vexpress/
1901 F:      */*/vexpress*
1902 F:      */*/*/vexpress*
1903 F:      drivers/clk/versatile/clk-vexpress-osc.c
1904 F:      drivers/clocksource/versatile.c
1905 N:      mps2
1907 ARM/VFP SUPPORT
1908 M:      Russell King <linux@armlinux.org.uk>
1909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 W:      http://www.armlinux.org.uk/
1911 S:      Maintained
1912 F:      arch/arm/vfp/
1914 ARM/VOIPAC PXA270 SUPPORT
1915 M:      Marek Vasut <marek.vasut@gmail.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 S:      Maintained
1918 F:      arch/arm/mach-pxa/vpac270.c
1919 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1921 ARM/VT8500 ARM ARCHITECTURE
1922 M:      Tony Prisk <linux@prisktech.co.nz>
1923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 S:      Maintained
1925 F:      arch/arm/mach-vt8500/
1926 F:      drivers/clocksource/vt8500_timer.c
1927 F:      drivers/i2c/busses/i2c-wmt.c
1928 F:      drivers/mmc/host/wmt-sdmmc.c
1929 F:      drivers/pwm/pwm-vt8500.c
1930 F:      drivers/rtc/rtc-vt8500.c
1931 F:      drivers/tty/serial/vt8500_serial.c
1932 F:      drivers/usb/host/ehci-platform.c
1933 F:      drivers/usb/host/uhci-platform.c
1934 F:      drivers/video/fbdev/vt8500lcdfb.*
1935 F:      drivers/video/fbdev/wm8505fb*
1936 F:      drivers/video/fbdev/wmt_ge_rops.*
1938 ARM/ZIPIT Z2 SUPPORT
1939 M:      Marek Vasut <marek.vasut@gmail.com>
1940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1941 S:      Maintained
1942 F:      arch/arm/mach-pxa/z2.c
1943 F:      arch/arm/mach-pxa/include/mach/z2.h
1945 ARM/ZTE ARCHITECTURE
1946 M:      Jun Nie <jun.nie@linaro.org>
1947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1948 S:      Maintained
1949 F:      arch/arm/mach-zx/
1950 F:      drivers/clk/zte/
1951 F:      Documentation/devicetree/bindings/arm/zte.txt
1952 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1954 ARM/ZYNQ ARCHITECTURE
1955 M:      Michal Simek <michal.simek@xilinx.com>
1956 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1958 W:      http://wiki.xilinx.com
1959 T:      git https://github.com/Xilinx/linux-xlnx.git
1960 S:      Supported
1961 F:      arch/arm/mach-zynq/
1962 F:      drivers/cpuidle/cpuidle-zynq.c
1963 F:      drivers/block/xsysace.c
1964 N:      zynq
1965 N:      xilinx
1966 F:      drivers/clocksource/cadence_ttc_timer.c
1967 F:      drivers/i2c/busses/i2c-cadence.c
1968 F:      drivers/mmc/host/sdhci-of-arasan.c
1969 F:      drivers/edac/synopsys_edac.c
1971 ARM SMMU DRIVERS
1972 M:      Will Deacon <will.deacon@arm.com>
1973 R:      Robin Murphy <robin.murphy@arm.com>
1974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1975 S:      Maintained
1976 F:      drivers/iommu/arm-smmu.c
1977 F:      drivers/iommu/arm-smmu-v3.c
1978 F:      drivers/iommu/io-pgtable-arm.c
1979 F:      drivers/iommu/io-pgtable-arm-v7s.c
1981 ARM64 PORT (AARCH64 ARCHITECTURE)
1982 M:      Catalin Marinas <catalin.marinas@arm.com>
1983 M:      Will Deacon <will.deacon@arm.com>
1984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1986 S:      Maintained
1987 F:      arch/arm64/
1988 F:      Documentation/arm64/
1990 AS3645A LED FLASH CONTROLLER DRIVER
1991 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1992 L:      linux-media@vger.kernel.org
1993 T:      git git://linuxtv.org/media_tree.git
1994 S:      Maintained
1995 F:      drivers/media/i2c/as3645a.c
1996 F:      include/media/i2c/as3645a.h
1998 ASAHI KASEI AK8974 DRIVER
1999 M:      Linus Walleij <linus.walleij@linaro.org>
2000 L:      linux-iio@vger.kernel.org
2001 W:      http://www.akm.com/
2002 S:      Supported
2003 F:      drivers/iio/magnetometer/ak8974.c
2005 ASC7621 HARDWARE MONITOR DRIVER
2006 M:      George Joseph <george.joseph@fairview5.com>
2007 L:      linux-hwmon@vger.kernel.org
2008 S:      Maintained
2009 F:      Documentation/hwmon/asc7621
2010 F:      drivers/hwmon/asc7621.c
2012 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2013 M:      Corentin Chary <corentin.chary@gmail.com>
2014 L:      acpi4asus-user@lists.sourceforge.net
2015 L:      platform-driver-x86@vger.kernel.org
2016 W:      http://acpi4asus.sf.net
2017 S:      Maintained
2018 F:      drivers/platform/x86/asus*.c
2019 F:      drivers/platform/x86/eeepc*.c
2021 ASUS WIRELESS RADIO CONTROL DRIVER
2022 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2023 L:      platform-driver-x86@vger.kernel.org
2024 S:      Maintained
2025 F:      drivers/platform/x86/asus-wireless.c
2027 ASYMMETRIC KEYS
2028 M:      David Howells <dhowells@redhat.com>
2029 L:      keyrings@vger.kernel.org
2030 S:      Maintained
2031 F:      Documentation/crypto/asymmetric-keys.txt
2032 F:      include/linux/verification.h
2033 F:      include/crypto/public_key.h
2034 F:      include/crypto/pkcs7.h
2035 F:      crypto/asymmetric_keys/
2037 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2038 R:      Dan Williams <dan.j.williams@intel.com>
2039 W:      http://sourceforge.net/projects/xscaleiop
2040 S:      Odd fixes
2041 F:      Documentation/crypto/async-tx-api.txt
2042 F:      crypto/async_tx/
2043 F:      drivers/dma/
2044 F:      include/linux/dmaengine.h
2045 F:      include/linux/async_tx.h
2047 AT24 EEPROM DRIVER
2048 M:      Wolfram Sang <wsa@the-dreams.de>
2049 L:      linux-i2c@vger.kernel.org
2050 S:      Maintained
2051 F:      drivers/misc/eeprom/at24.c
2052 F:      include/linux/platform_data/at24.h
2054 ATA OVER ETHERNET (AOE) DRIVER
2055 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2056 W:      http://www.openaoe.org/
2057 S:      Supported
2058 F:      Documentation/aoe/
2059 F:      drivers/block/aoe/
2061 ATHEROS 71XX/9XXX GPIO DRIVER
2062 M:      Alban Bedel <albeu@free.fr>
2063 W:      https://github.com/AlbanBedel/linux
2064 T:      git git://github.com/AlbanBedel/linux
2065 S:      Maintained
2066 F:      drivers/gpio/gpio-ath79.c
2067 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2069 ATHEROS ATH GENERIC UTILITIES
2070 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2071 L:      linux-wireless@vger.kernel.org
2072 S:      Supported
2073 F:      drivers/net/wireless/ath/*
2075 ATHEROS ATH5K WIRELESS DRIVER
2076 M:      Jiri Slaby <jirislaby@gmail.com>
2077 M:      Nick Kossifidis <mickflemm@gmail.com>
2078 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2079 L:      linux-wireless@vger.kernel.org
2080 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2081 S:      Maintained
2082 F:      drivers/net/wireless/ath/ath5k/
2084 ATHEROS ATH6KL WIRELESS DRIVER
2085 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2086 L:      linux-wireless@vger.kernel.org
2087 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2089 S:      Supported
2090 F:      drivers/net/wireless/ath/ath6kl/
2092 WILOCITY WIL6210 WIRELESS DRIVER
2093 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2094 L:      linux-wireless@vger.kernel.org
2095 L:      wil6210@qca.qualcomm.com
2096 S:      Supported
2097 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2098 F:      drivers/net/wireless/ath/wil6210/
2099 F:      include/uapi/linux/wil6210_uapi.h
2101 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2102 M:      Christian Lamparter <chunkeey@googlemail.com>
2103 L:      linux-wireless@vger.kernel.org
2104 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2105 S:      Maintained
2106 F:      drivers/net/wireless/ath/carl9170/
2108 ATK0110 HWMON DRIVER
2109 M:      Luca Tettamanti <kronos.it@gmail.com>
2110 L:      linux-hwmon@vger.kernel.org
2111 S:      Maintained
2112 F:      drivers/hwmon/asus_atk0110.c
2114 ATI_REMOTE2 DRIVER
2115 M:      Ville Syrjala <syrjala@sci.fi>
2116 S:      Maintained
2117 F:      drivers/input/misc/ati_remote2.c
2119 ATLX ETHERNET DRIVERS
2120 M:      Jay Cliburn <jcliburn@gmail.com>
2121 M:      Chris Snook <chris.snook@gmail.com>
2122 L:      netdev@vger.kernel.org
2123 W:      http://sourceforge.net/projects/atl1
2124 W:      http://atl1.sourceforge.net
2125 S:      Maintained
2126 F:      drivers/net/ethernet/atheros/
2129 M:      Chas Williams <3chas3@gmail.com>
2130 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2131 L:      netdev@vger.kernel.org
2132 W:      http://linux-atm.sourceforge.net
2133 S:      Maintained
2134 F:      drivers/atm/
2135 F:      include/linux/atm*
2136 F:      include/uapi/linux/atm*
2138 ATMEL AT91 / AT32 MCI DRIVER
2139 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2140 S:      Maintained
2141 F:      drivers/mmc/host/atmel-mci.c
2143 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2144 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2145 S:      Supported
2146 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2148 ATMEL SAMA5D2 ADC DRIVER
2149 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2150 L:      linux-iio@vger.kernel.org
2151 S:      Supported
2152 F:      drivers/iio/adc/at91-sama5d2_adc.c
2154 ATMEL Audio ALSA driver
2155 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2156 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2157 S:      Supported
2158 F:      sound/soc/atmel
2160 ATMEL DMA DRIVER
2161 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2163 S:      Supported
2164 F:      drivers/dma/at_hdmac.c
2165 F:      drivers/dma/at_hdmac_regs.h
2166 F:      include/linux/platform_data/dma-atmel.h
2168 ATMEL XDMA DRIVER
2169 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2170 L:      linux-arm-kernel@lists.infradead.org
2171 L:      dmaengine@vger.kernel.org
2172 S:      Supported
2173 F:      drivers/dma/at_xdmac.c
2175 ATMEL I2C DRIVER
2176 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2177 L:      linux-i2c@vger.kernel.org
2178 S:      Supported
2179 F:      drivers/i2c/busses/i2c-at91.c
2181 ATMEL ISI DRIVER
2182 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2183 L:      linux-media@vger.kernel.org
2184 S:      Supported
2185 F:      drivers/media/platform/soc_camera/atmel-isi.c
2186 F:      include/media/atmel-isi.h
2188 ATMEL LCDFB DRIVER
2189 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2190 L:      linux-fbdev@vger.kernel.org
2191 S:      Maintained
2192 F:      drivers/video/fbdev/atmel_lcdfb.c
2193 F:      include/video/atmel_lcdc.h
2195 ATMEL MACB ETHERNET DRIVER
2196 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2197 S:      Supported
2198 F:      drivers/net/ethernet/cadence/
2200 ATMEL NAND DRIVER
2201 M:      Wenyou Yang <wenyou.yang@atmel.com>
2202 M:      Josh Wu <rainyfeeling@outlook.com>
2203 L:      linux-mtd@lists.infradead.org
2204 S:      Supported
2205 F:      drivers/mtd/nand/atmel_nand*
2207 ATMEL SDMMC DRIVER
2208 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2209 L:      linux-mmc@vger.kernel.org
2210 S:      Supported
2211 F:      drivers/mmc/host/sdhci-of-at91.c
2213 ATMEL SPI DRIVER
2214 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2215 S:      Supported
2216 F:      drivers/spi/spi-atmel.*
2218 ATMEL SSC DRIVER
2219 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2221 S:      Supported
2222 F:      drivers/misc/atmel-ssc.c
2223 F:      include/linux/atmel-ssc.h
2225 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2226 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2228 S:      Supported
2229 F:      drivers/misc/atmel_tclib.c
2230 F:      drivers/clocksource/tcb_clksrc.c
2232 ATMEL USBA UDC DRIVER
2233 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2235 S:      Supported
2236 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2238 ATMEL WIRELESS DRIVER
2239 M:      Simon Kelley <simon@thekelleys.org.uk>
2240 L:      linux-wireless@vger.kernel.org
2241 W:      http://www.thekelleys.org.uk/atmel
2242 W:      http://atmelwlandriver.sourceforge.net/
2243 S:      Maintained
2244 F:      drivers/net/wireless/atmel/atmel*
2246 ATMEL MAXTOUCH DRIVER
2247 M:      Nick Dyer <nick@shmanahar.org>
2248 T:      git git://github.com/ndyer/linux.git
2249 S:      Maintained
2250 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2251 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2252 F:      include/linux/platform_data/atmel_mxt_ts.h
2254 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2255 M:      Bradley Grove <linuxdrivers@attotech.com>
2256 L:      linux-scsi@vger.kernel.org
2257 W:      http://www.attotech.com
2258 S:      Supported
2259 F:      drivers/scsi/esas2r
2261 ATUSB IEEE 802.15.4 RADIO DRIVER
2262 M:      Stefan Schmidt <stefan@osg.samsung.com>
2263 L:      linux-wpan@vger.kernel.org
2264 S:      Maintained
2265 F:      drivers/net/ieee802154/atusb.c
2266 F:      drivers/net/ieee802154/atusb.h
2267 F:      drivers/net/ieee802154/at86rf230.h
2269 AUDIT SUBSYSTEM
2270 M:      Paul Moore <paul@paul-moore.com>
2271 M:      Eric Paris <eparis@redhat.com>
2272 L:      linux-audit@redhat.com (moderated for non-subscribers)
2273 W:      http://people.redhat.com/sgrubb/audit/
2274 T:      git git://git.infradead.org/users/pcmoore/audit
2275 S:      Maintained
2276 F:      include/linux/audit.h
2277 F:      include/uapi/linux/audit.h
2278 F:      kernel/audit*
2280 AUXILIARY DISPLAY DRIVERS
2281 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2282 W:      http://miguelojeda.es/auxdisplay.htm
2283 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2284 S:      Maintained
2285 F:      drivers/auxdisplay/
2286 F:      include/linux/cfag12864b.h
2288 AVR32 ARCHITECTURE
2289 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2290 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2291 W:      http://www.atmel.com/products/AVR32/
2292 W:      http://mirror.egtvedt.no/avr32linux.org/
2293 W:      http://avrfreaks.net/
2294 S:      Maintained
2295 F:      arch/avr32/
2297 AVR32/AT32AP MACHINE SUPPORT
2298 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2299 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2300 S:      Maintained
2301 F:      arch/avr32/mach-at32ap/
2303 AX.25 NETWORK LAYER
2304 M:      Ralf Baechle <ralf@linux-mips.org>
2305 L:      linux-hams@vger.kernel.org
2306 W:      http://www.linux-ax25.org/
2307 S:      Maintained
2308 F:      include/uapi/linux/ax25.h
2309 F:      include/net/ax25.h
2310 F:      net/ax25/
2312 AZ6007 DVB DRIVER
2313 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2314 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2315 L:      linux-media@vger.kernel.org
2316 W:      https://linuxtv.org
2317 T:      git git://linuxtv.org/media_tree.git
2318 S:      Maintained
2319 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2321 AZTECH FM RADIO RECEIVER DRIVER
2322 M:      Hans Verkuil <hverkuil@xs4all.nl>
2323 L:      linux-media@vger.kernel.org
2324 T:      git git://linuxtv.org/media_tree.git
2325 W:      https://linuxtv.org
2326 S:      Maintained
2327 F:      drivers/media/radio/radio-aztech*
2329 B43 WIRELESS DRIVER
2330 L:      linux-wireless@vger.kernel.org
2331 L:      b43-dev@lists.infradead.org
2332 W:      http://wireless.kernel.org/en/users/Drivers/b43
2333 S:      Odd Fixes
2334 F:      drivers/net/wireless/broadcom/b43/
2336 B43LEGACY WIRELESS DRIVER
2337 M:      Larry Finger <Larry.Finger@lwfinger.net>
2338 L:      linux-wireless@vger.kernel.org
2339 L:      b43-dev@lists.infradead.org
2340 W:      http://wireless.kernel.org/en/users/Drivers/b43
2341 S:      Maintained
2342 F:      drivers/net/wireless/broadcom/b43legacy/
2344 BACKLIGHT CLASS/SUBSYSTEM
2345 M:      Jingoo Han <jingoohan1@gmail.com>
2346 M:      Lee Jones <lee.jones@linaro.org>
2347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2348 S:      Maintained
2349 F:      drivers/video/backlight/
2350 F:      include/linux/backlight.h
2352 BATMAN ADVANCED
2353 M:      Marek Lindner <mareklindner@neomailbox.ch>
2354 M:      Simon Wunderlich <sw@simonwunderlich.de>
2355 M:      Antonio Quartulli <a@unstable.cc>
2356 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2357 W:      https://www.open-mesh.org/
2358 Q:      https://patchwork.open-mesh.org/project/batman/list/
2359 S:      Maintained
2360 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2361 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2362 F:      Documentation/networking/batman-adv.txt
2363 F:      include/uapi/linux/batman_adv.h
2364 F:      net/batman-adv/
2366 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2367 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2368 L:      linux-hams@vger.kernel.org
2369 W:      http://www.baycom.org/~tom/ham/ham.html
2370 S:      Maintained
2371 F:      drivers/net/hamradio/baycom*
2373 BCACHE (BLOCK LAYER CACHE)
2374 M:      Kent Overstreet <kent.overstreet@gmail.com>
2375 L:      linux-bcache@vger.kernel.org
2376 W:      http://bcache.evilpiepirate.org
2377 S:      Orphan
2378 F:      drivers/md/bcache/
2380 BDISP ST MEDIA DRIVER
2381 M:      Fabien Dessenne <fabien.dessenne@st.com>
2382 L:      linux-media@vger.kernel.org
2383 T:      git git://linuxtv.org/media_tree.git
2384 W:      https://linuxtv.org
2385 S:      Supported
2386 F:      drivers/media/platform/sti/bdisp
2388 BEFS FILE SYSTEM
2389 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2390 M:      Salah Triki <salah.triki@gmail.com>
2391 S:      Maintained
2392 T:      git git://github.com/luisbg/linux-befs.git
2393 F:      Documentation/filesystems/befs.txt
2394 F:      fs/befs/
2396 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2397 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2398 L:      netdev@vger.kernel.org
2399 S:      Maintained
2400 F:      drivers/net/ethernet/ec_bhf.c
2402 BFS FILE SYSTEM
2403 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2404 S:      Maintained
2405 F:      Documentation/filesystems/bfs.txt
2406 F:      fs/bfs/
2407 F:      include/uapi/linux/bfs_fs.h
2409 BLACKFIN ARCHITECTURE
2410 M:      Steven Miao <realmz6@gmail.com>
2411 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2412 T:      git git://git.code.sf.net/p/adi-linux/code
2413 W:      http://blackfin.uclinux.org
2414 S:      Supported
2415 F:      arch/blackfin/
2417 BLACKFIN EMAC DRIVER
2418 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2419 W:      http://blackfin.uclinux.org
2420 S:      Supported
2421 F:      drivers/net/ethernet/adi/
2423 BLACKFIN RTC DRIVER
2424 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2425 W:      http://blackfin.uclinux.org
2426 S:      Supported
2427 F:      drivers/rtc/rtc-bfin.c
2429 BLACKFIN SDH DRIVER
2430 M:      Sonic Zhang <sonic.zhang@analog.com>
2431 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2432 W:      http://blackfin.uclinux.org
2433 S:      Supported
2434 F:      drivers/mmc/host/bfin_sdh.c
2436 BLACKFIN SERIAL DRIVER
2437 M:      Sonic Zhang <sonic.zhang@analog.com>
2438 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2439 W:      http://blackfin.uclinux.org
2440 S:      Supported
2441 F:      drivers/tty/serial/bfin_uart.c
2443 BLACKFIN WATCHDOG DRIVER
2444 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2445 W:      http://blackfin.uclinux.org
2446 S:      Supported
2447 F:      drivers/watchdog/bfin_wdt.c
2449 BLACKFIN I2C TWI DRIVER
2450 M:      Sonic Zhang <sonic.zhang@analog.com>
2451 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2452 W:      http://blackfin.uclinux.org/
2453 S:      Supported
2454 F:      drivers/i2c/busses/i2c-bfin-twi.c
2456 BLACKFIN MEDIA DRIVER
2457 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2458 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2459 W:      http://blackfin.uclinux.org/
2460 S:      Supported
2461 F:      drivers/media/platform/blackfin/
2462 F:      drivers/media/i2c/adv7183*
2463 F:      drivers/media/i2c/vs6624*
2465 BLINKM RGB LED DRIVER
2466 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2467 S:      Maintained
2468 F:      drivers/leds/leds-blinkm.c
2470 BLOCK LAYER
2471 M:      Jens Axboe <axboe@kernel.dk>
2472 L:      linux-block@vger.kernel.org
2473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2474 S:      Maintained
2475 F:      block/
2476 F:      kernel/trace/blktrace.c
2477 F:      lib/sbitmap.c
2479 BLOCK2MTD DRIVER
2480 M:      Joern Engel <joern@lazybastard.org>
2481 L:      linux-mtd@lists.infradead.org
2482 S:      Maintained
2483 F:      drivers/mtd/devices/block2mtd.c
2485 BLUETOOTH DRIVERS
2486 M:      Marcel Holtmann <marcel@holtmann.org>
2487 M:      Gustavo Padovan <gustavo@padovan.org>
2488 M:      Johan Hedberg <johan.hedberg@gmail.com>
2489 L:      linux-bluetooth@vger.kernel.org
2490 W:      http://www.bluez.org/
2491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2493 S:      Maintained
2494 F:      drivers/bluetooth/
2496 BLUETOOTH SUBSYSTEM
2497 M:      Marcel Holtmann <marcel@holtmann.org>
2498 M:      Gustavo Padovan <gustavo@padovan.org>
2499 M:      Johan Hedberg <johan.hedberg@gmail.com>
2500 L:      linux-bluetooth@vger.kernel.org
2501 W:      http://www.bluez.org/
2502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2504 S:      Maintained
2505 F:      net/bluetooth/
2506 F:      include/net/bluetooth/
2508 BONDING DRIVER
2509 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2510 M:      Veaceslav Falico <vfalico@gmail.com>
2511 M:      Andy Gospodarek <andy@greyhouse.net>
2512 L:      netdev@vger.kernel.org
2513 W:      http://sourceforge.net/projects/bonding/
2514 S:      Supported
2515 F:      drivers/net/bonding/
2516 F:      include/uapi/linux/if_bonding.h
2518 BPF (Safe dynamic programs and tools)
2519 M:      Alexei Starovoitov <ast@kernel.org>
2520 L:      netdev@vger.kernel.org
2521 L:      linux-kernel@vger.kernel.org
2522 S:      Supported
2523 F:      kernel/bpf/
2524 F:      tools/testing/selftests/bpf/
2525 F:      lib/test_bpf.c
2527 BROADCOM B44 10/100 ETHERNET DRIVER
2528 M:      Michael Chan <michael.chan@broadcom.com>
2529 L:      netdev@vger.kernel.org
2530 S:      Supported
2531 F:      drivers/net/ethernet/broadcom/b44.*
2533 BROADCOM B53 ETHERNET SWITCH DRIVER
2534 M:      Florian Fainelli <f.fainelli@gmail.com>
2535 L:      netdev@vger.kernel.org
2536 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2537 S:      Supported
2538 F:      drivers/net/dsa/b53/*
2539 F:      include/linux/platform_data/b53.h
2541 BROADCOM GENET ETHERNET DRIVER
2542 M:      Florian Fainelli <f.fainelli@gmail.com>
2543 L:      netdev@vger.kernel.org
2544 S:      Supported
2545 F:      drivers/net/ethernet/broadcom/genet/
2547 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2548 M:      Sony Chacko <sony.chacko@qlogic.com>
2549 M:      Dept-HSGLinuxNICDev@qlogic.com
2550 L:      netdev@vger.kernel.org
2551 S:      Supported
2552 F:      drivers/net/ethernet/broadcom/bnx2.*
2553 F:      drivers/net/ethernet/broadcom/bnx2_*
2555 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2556 M:      Ariel Elior <ariel.elior@qlogic.com>
2557 L:      netdev@vger.kernel.org
2558 S:      Supported
2559 F:      drivers/net/ethernet/broadcom/bnx2x/
2561 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2562 M:      Florian Fainelli <f.fainelli@gmail.com>
2563 M:      Ray Jui <rjui@broadcom.com>
2564 M:      Scott Branden <sbranden@broadcom.com>
2565 M:      bcm-kernel-feedback-list@broadcom.com
2566 T:      git git://github.com/broadcom/mach-bcm
2567 S:      Maintained
2568 N:      bcm281*
2569 N:      bcm113*
2570 N:      bcm216*
2571 N:      kona
2572 F:      arch/arm/mach-bcm/
2574 BROADCOM BCM2835 ARM ARCHITECTURE
2575 M:      Stephen Warren <swarren@wwwdotorg.org>
2576 M:      Lee Jones <lee@kernel.org>
2577 M:      Eric Anholt <eric@anholt.net>
2578 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2581 S:      Maintained
2582 N:      bcm2835
2584 BROADCOM BCM47XX MIPS ARCHITECTURE
2585 M:      Hauke Mehrtens <hauke@hauke-m.de>
2586 M:      Rafał Miłecki <zajec5@gmail.com>
2587 L:      linux-mips@linux-mips.org
2588 S:      Maintained
2589 F:      Documentation/devicetree/bindings/mips/brcm/
2590 F:      arch/mips/bcm47xx/*
2591 F:      arch/mips/include/asm/mach-bcm47xx/*
2593 BROADCOM BCM5301X ARM ARCHITECTURE
2594 M:      Hauke Mehrtens <hauke@hauke-m.de>
2595 M:      Rafał Miłecki <zajec5@gmail.com>
2596 M:      bcm-kernel-feedback-list@broadcom.com
2597 L:      linux-arm-kernel@lists.infradead.org
2598 S:      Maintained
2599 F:      arch/arm/mach-bcm/bcm_5301x.c
2600 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2601 F:      arch/arm/boot/dts/bcm470*
2603 BROADCOM BCM53573 ARM ARCHITECTURE
2604 M:      Rafał Miłecki <rafal@milecki.pl>
2605 L:      linux-arm-kernel@lists.infradead.org
2606 S:      Maintained
2607 F:      arch/arm/boot/dts/bcm53573*
2608 F:      arch/arm/boot/dts/bcm47189*
2610 BROADCOM BCM63XX ARM ARCHITECTURE
2611 M:      Florian Fainelli <f.fainelli@gmail.com>
2612 M:      bcm-kernel-feedback-list@broadcom.com
2613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2614 T:      git git://github.com/broadcom/stblinux.git
2615 S:      Maintained
2616 N:      bcm63xx
2618 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2619 M:      Kevin Cernekee <cernekee@gmail.com>
2620 L:      linux-usb@vger.kernel.org
2621 S:      Maintained
2622 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2624 BROADCOM BCM7XXX ARM ARCHITECTURE
2625 M:      Brian Norris <computersforpeace@gmail.com>
2626 M:      Gregory Fong <gregory.0xf0@gmail.com>
2627 M:      Florian Fainelli <f.fainelli@gmail.com>
2628 M:      bcm-kernel-feedback-list@broadcom.com
2629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2630 T:      git git://github.com/broadcom/stblinux.git
2631 S:      Maintained
2632 F:      arch/arm/mach-bcm/*brcmstb*
2633 F:      arch/arm/boot/dts/bcm7*.dts*
2634 F:      drivers/bus/brcmstb_gisb.c
2635 N:      brcmstb
2637 BROADCOM BMIPS MIPS ARCHITECTURE
2638 M:      Kevin Cernekee <cernekee@gmail.com>
2639 M:      Florian Fainelli <f.fainelli@gmail.com>
2640 L:      linux-mips@linux-mips.org
2641 T:      git git://github.com/broadcom/stblinux.git
2642 S:      Maintained
2643 F:      arch/mips/bmips/*
2644 F:      arch/mips/include/asm/mach-bmips/*
2645 F:      arch/mips/kernel/*bmips*
2646 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2647 F:      drivers/irqchip/irq-bcm63*
2648 F:      drivers/irqchip/irq-bcm7*
2649 F:      drivers/irqchip/irq-brcmstb*
2650 F:      include/linux/bcm963xx_nvram.h
2651 F:      include/linux/bcm963xx_tag.h
2653 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2654 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2655 M:      Prashant Sreedharan <prashant@broadcom.com>
2656 M:      Michael Chan <mchan@broadcom.com>
2657 L:      netdev@vger.kernel.org
2658 S:      Supported
2659 F:      drivers/net/ethernet/broadcom/tg3.*
2661 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2662 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2663 M:      Franky Lin <franky.lin@broadcom.com>
2664 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2665 L:      linux-wireless@vger.kernel.org
2666 L:      brcm80211-dev-list.pdl@broadcom.com
2667 S:      Supported
2668 F:      drivers/net/wireless/broadcom/brcm80211/
2670 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2671 M:      QLogic-Storage-Upstream@qlogic.com
2672 L:      linux-scsi@vger.kernel.org
2673 S:      Supported
2674 F:      drivers/scsi/bnx2fc/
2676 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2677 M:      QLogic-Storage-Upstream@qlogic.com
2678 L:      linux-scsi@vger.kernel.org
2679 S:      Supported
2680 F:      drivers/scsi/bnx2i/
2682 BROADCOM IPROC ARM ARCHITECTURE
2683 M:      Ray Jui <rjui@broadcom.com>
2684 M:      Scott Branden <sbranden@broadcom.com>
2685 M:      Jon Mason <jonmason@broadcom.com>
2686 M:      bcm-kernel-feedback-list@broadcom.com
2687 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2688 T:      git git://github.com/broadcom/cygnus-linux.git
2689 S:      Maintained
2690 N:      iproc
2691 N:      cygnus
2692 N:      bcm[-_]nsp
2693 N:      bcm9113*
2694 N:      bcm9583*
2695 N:      bcm9585*
2696 N:      bcm9586*
2697 N:      bcm988312
2698 N:      bcm113*
2699 N:      bcm583*
2700 N:      bcm585*
2701 N:      bcm586*
2702 N:      bcm88312
2703 F:      arch/arm64/boot/dts/broadcom/ns2*
2704 F:      drivers/clk/bcm/clk-ns*
2705 F:      drivers/pinctrl/bcm/pinctrl-ns*
2707 BROADCOM BRCMSTB GPIO DRIVER
2708 M:      Gregory Fong <gregory.0xf0@gmail.com>
2709 L:      bcm-kernel-feedback-list@broadcom.com
2710 S:      Supported
2711 F:      drivers/gpio/gpio-brcmstb.c
2712 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2714 BROADCOM KONA GPIO DRIVER
2715 M:      Ray Jui <rjui@broadcom.com>
2716 L:      bcm-kernel-feedback-list@broadcom.com
2717 S:      Supported
2718 F:      drivers/gpio/gpio-bcm-kona.c
2719 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2721 BROADCOM NVRAM DRIVER
2722 M:      Rafał Miłecki <zajec5@gmail.com>
2723 L:      linux-mips@linux-mips.org
2724 S:      Maintained
2725 F:      drivers/firmware/broadcom/*
2727 BROADCOM STB NAND FLASH DRIVER
2728 M:      Brian Norris <computersforpeace@gmail.com>
2729 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2730 L:      linux-mtd@lists.infradead.org
2731 L:      bcm-kernel-feedback-list@broadcom.com
2732 S:      Maintained
2733 F:      drivers/mtd/nand/brcmnand/
2735 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2736 M:      Rafał Miłecki <zajec5@gmail.com>
2737 L:      linux-wireless@vger.kernel.org
2738 S:      Maintained
2739 F:      drivers/bcma/
2740 F:      include/linux/bcma/
2742 BROADCOM SYSTEMPORT ETHERNET DRIVER
2743 M:      Florian Fainelli <f.fainelli@gmail.com>
2744 L:      netdev@vger.kernel.org
2745 S:      Supported
2746 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2748 BROADCOM VULCAN ARM64 SOC
2749 M:      Jayachandran C. <jchandra@broadcom.com>
2750 M:      bcm-kernel-feedback-list@broadcom.com
2751 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2752 S:      Maintained
2753 F:      arch/arm64/boot/dts/broadcom/vulcan*
2755 BROCADE BFA FC SCSI DRIVER
2756 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2757 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2758 L:      linux-scsi@vger.kernel.org
2759 S:      Supported
2760 F:      drivers/scsi/bfa/
2762 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2763 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2764 L:      netdev@vger.kernel.org
2765 S:      Supported
2766 F:      drivers/net/ethernet/brocade/bna/
2768 BSG (block layer generic sg v4 driver)
2769 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2770 L:      linux-scsi@vger.kernel.org
2771 S:      Supported
2772 F:      block/bsg.c
2773 F:      include/linux/bsg.h
2774 F:      include/uapi/linux/bsg.h
2776 BT87X AUDIO DRIVER
2777 M:      Clemens Ladisch <clemens@ladisch.de>
2778 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2779 T:      git git://git.alsa-project.org/alsa-kernel.git
2780 S:      Maintained
2781 F:      Documentation/sound/alsa/Bt87x.txt
2782 F:      sound/pci/bt87x.c
2784 BT8XXGPIO DRIVER
2785 M:      Michael Buesch <m@bues.ch>
2786 W:      http://bu3sch.de/btgpio.php
2787 S:      Maintained
2788 F:      drivers/gpio/gpio-bt8xx.c
2790 BTRFS FILE SYSTEM
2791 M:      Chris Mason <clm@fb.com>
2792 M:      Josef Bacik <jbacik@fb.com>
2793 M:      David Sterba <dsterba@suse.com>
2794 L:      linux-btrfs@vger.kernel.org
2795 W:      http://btrfs.wiki.kernel.org/
2796 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2798 S:      Maintained
2799 F:      Documentation/filesystems/btrfs.txt
2800 F:      fs/btrfs/
2802 BTTV VIDEO4LINUX DRIVER
2803 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2804 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2805 L:      linux-media@vger.kernel.org
2806 W:      https://linuxtv.org
2807 T:      git git://linuxtv.org/media_tree.git
2808 S:      Odd fixes
2809 F:      Documentation/media/v4l-drivers/bttv*
2810 F:      drivers/media/pci/bt8xx/bttv*
2812 BUSLOGIC SCSI DRIVER
2813 M:      Khalid Aziz <khalid@gonehiking.org>
2814 L:      linux-scsi@vger.kernel.org
2815 S:      Maintained
2816 F:      drivers/scsi/BusLogic.*
2817 F:      drivers/scsi/FlashPoint.*
2819 C-MEDIA CMI8788 DRIVER
2820 M:      Clemens Ladisch <clemens@ladisch.de>
2821 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2822 T:      git git://git.alsa-project.org/alsa-kernel.git
2823 S:      Maintained
2824 F:      sound/pci/oxygen/
2826 C6X ARCHITECTURE
2827 M:      Mark Salter <msalter@redhat.com>
2828 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2829 L:      linux-c6x-dev@linux-c6x.org
2830 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2831 S:      Maintained
2832 F:      arch/c6x/
2834 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2835 M:      David Howells <dhowells@redhat.com>
2836 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2837 S:      Supported
2838 F:      Documentation/filesystems/caching/cachefiles.txt
2839 F:      fs/cachefiles/
2841 CADET FM/AM RADIO RECEIVER DRIVER
2842 M:      Hans Verkuil <hverkuil@xs4all.nl>
2843 L:      linux-media@vger.kernel.org
2844 T:      git git://linuxtv.org/media_tree.git
2845 W:      https://linuxtv.org
2846 S:      Maintained
2847 F:      drivers/media/radio/radio-cadet*
2849 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2850 M:      Jonathan Corbet <corbet@lwn.net>
2851 L:      linux-media@vger.kernel.org
2852 T:      git git://linuxtv.org/media_tree.git
2853 S:      Maintained
2854 F:      Documentation/media/v4l-drivers/cafe_ccic*
2855 F:      drivers/media/platform/marvell-ccic/
2857 CAIF NETWORK LAYER
2858 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2859 L:      netdev@vger.kernel.org
2860 S:      Supported
2861 F:      Documentation/networking/caif/
2862 F:      drivers/net/caif/
2863 F:      include/uapi/linux/caif/
2864 F:      include/net/caif/
2865 F:      net/caif/
2867 CALGARY x86-64 IOMMU
2868 M:      Muli Ben-Yehuda <mulix@mulix.org>
2869 M:      Jon Mason <jdmason@kudzu.us>
2870 L:      iommu@lists.linux-foundation.org
2871 S:      Maintained
2872 F:      arch/x86/kernel/pci-calgary_64.c
2873 F:      arch/x86/kernel/tce_64.c
2874 F:      arch/x86/include/asm/calgary.h
2875 F:      arch/x86/include/asm/tce.h
2877 CAN NETWORK LAYER
2878 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2879 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2880 L:      linux-can@vger.kernel.org
2881 W:      https://github.com/linux-can
2882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2884 S:      Maintained
2885 F:      Documentation/networking/can.txt
2886 F:      net/can/
2887 F:      include/linux/can/core.h
2888 F:      include/uapi/linux/can.h
2889 F:      include/uapi/linux/can/bcm.h
2890 F:      include/uapi/linux/can/raw.h
2891 F:      include/uapi/linux/can/gw.h
2893 CAN NETWORK DRIVERS
2894 M:      Wolfgang Grandegger <wg@grandegger.com>
2895 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2896 L:      linux-can@vger.kernel.org
2897 W:      https://github.com/linux-can
2898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2900 S:      Maintained
2901 F:      Documentation/devicetree/bindings/net/can/
2902 F:      drivers/net/can/
2903 F:      include/linux/can/dev.h
2904 F:      include/linux/can/platform/
2905 F:      include/uapi/linux/can/error.h
2906 F:      include/uapi/linux/can/netlink.h
2908 CAPABILITIES
2909 M:      Serge Hallyn <serge@hallyn.com>
2910 L:      linux-security-module@vger.kernel.org
2911 S:      Supported
2912 F:      include/linux/capability.h
2913 F:      include/uapi/linux/capability.h
2914 F:      security/commoncap.c
2915 F:      kernel/capability.c
2917 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2918 M:      Kevin Tsai <ktsai@capellamicro.com>
2919 S:      Maintained
2920 F:      drivers/iio/light/cm*
2921 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2923 CAVIUM I2C DRIVER
2924 M:      Jan Glauber <jglauber@cavium.com>
2925 M:      David Daney <david.daney@cavium.com>
2926 W:      http://www.cavium.com
2927 S:      Supported
2928 F:      drivers/i2c/busses/i2c-octeon*
2929 F:      drivers/i2c/busses/i2c-thunderx*
2931 CAVIUM LIQUIDIO NETWORK DRIVER
2932 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2933 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2934 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2935 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2936 L:     netdev@vger.kernel.org
2937 W:     http://www.cavium.com
2938 S:     Supported
2939 F:     drivers/net/ethernet/cavium/liquidio/
2941 CC2520 IEEE-802.15.4 RADIO DRIVER
2942 M:      Varka Bhadram <varkabhadram@gmail.com>
2943 L:      linux-wpan@vger.kernel.org
2944 S:      Maintained
2945 F:      drivers/net/ieee802154/cc2520.c
2946 F:      include/linux/spi/cc2520.h
2947 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2949 CEC DRIVER
2950 M:      Hans Verkuil <hans.verkuil@cisco.com>
2951 L:      linux-media@vger.kernel.org
2952 T:      git git://linuxtv.org/media_tree.git
2953 W:      http://linuxtv.org
2954 S:      Supported
2955 F:      Documentation/cec.txt
2956 F:      Documentation/media/uapi/cec
2957 F:      drivers/staging/media/cec/
2958 F:      drivers/media/cec-edid.c
2959 F:      drivers/media/rc/keymaps/rc-cec.c
2960 F:      include/media/cec.h
2961 F:      include/media/cec-edid.h
2962 F:      include/linux/cec.h
2963 F:      include/linux/cec-funcs.h
2965 CELL BROADBAND ENGINE ARCHITECTURE
2966 M:      Arnd Bergmann <arnd@arndb.de>
2967 L:      linuxppc-dev@lists.ozlabs.org
2968 W:      http://www.ibm.com/developerworks/power/cell/
2969 S:      Supported
2970 F:      arch/powerpc/include/asm/cell*.h
2971 F:      arch/powerpc/include/asm/spu*.h
2972 F:      arch/powerpc/include/uapi/asm/spu*.h
2973 F:      arch/powerpc/oprofile/*cell*
2974 F:      arch/powerpc/platforms/cell/
2976 CEPH COMMON CODE (LIBCEPH)
2977 M:      Ilya Dryomov <idryomov@gmail.com>
2978 M:      "Yan, Zheng" <zyan@redhat.com>
2979 M:      Sage Weil <sage@redhat.com>
2980 L:      ceph-devel@vger.kernel.org
2981 W:      http://ceph.com/
2982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2983 T:      git git://github.com/ceph/ceph-client.git
2984 S:      Supported
2985 F:      net/ceph/
2986 F:      include/linux/ceph/
2987 F:      include/linux/crush/
2989 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2990 M:      "Yan, Zheng" <zyan@redhat.com>
2991 M:      Sage Weil <sage@redhat.com>
2992 M:      Ilya Dryomov <idryomov@gmail.com>
2993 L:      ceph-devel@vger.kernel.org
2994 W:      http://ceph.com/
2995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2996 T:      git git://github.com/ceph/ceph-client.git
2997 S:      Supported
2998 F:      Documentation/filesystems/ceph.txt
2999 F:      fs/ceph/
3001 CERTIFICATE HANDLING:
3002 M:      David Howells <dhowells@redhat.com>
3003 M:      David Woodhouse <dwmw2@infradead.org>
3004 L:      keyrings@vger.kernel.org
3005 S:      Maintained
3006 F:      Documentation/module-signing.txt
3007 F:      certs/
3008 F:      scripts/sign-file.c
3009 F:      scripts/extract-cert.c
3011 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3012 L:      linux-usb@vger.kernel.org
3013 S:      Orphan
3014 F:      Documentation/usb/WUSB-Design-overview.txt
3015 F:      Documentation/usb/wusb-cbaf
3016 F:      drivers/usb/host/hwa-hc.c
3017 F:      drivers/usb/host/whci/
3018 F:      drivers/usb/wusbcore/
3019 F:      include/linux/usb/wusb*
3021 CFAG12864B LCD DRIVER
3022 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3023 W:      http://miguelojeda.es/auxdisplay.htm
3024 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3025 S:      Maintained
3026 F:      drivers/auxdisplay/cfag12864b.c
3027 F:      include/linux/cfag12864b.h
3029 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3030 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3031 W:      http://miguelojeda.es/auxdisplay.htm
3032 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3033 S:      Maintained
3034 F:      drivers/auxdisplay/cfag12864bfb.c
3035 F:      include/linux/cfag12864b.h
3037 CFG80211 and NL80211
3038 M:      Johannes Berg <johannes@sipsolutions.net>
3039 L:      linux-wireless@vger.kernel.org
3040 W:      http://wireless.kernel.org/
3041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3043 S:      Maintained
3044 F:      include/uapi/linux/nl80211.h
3045 F:      include/net/cfg80211.h
3046 F:      net/wireless/*
3047 X:      net/wireless/wext*
3049 CHAR and MISC DRIVERS
3050 M:      Arnd Bergmann <arnd@arndb.de>
3051 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3053 S:      Supported
3054 F:      drivers/char/*
3055 F:      drivers/misc/*
3056 F:      include/linux/miscdevice.h
3058 CHECKPATCH
3059 M:      Andy Whitcroft <apw@canonical.com>
3060 M:      Joe Perches <joe@perches.com>
3061 S:      Maintained
3062 F:      scripts/checkpatch.pl
3064 CHINESE DOCUMENTATION
3065 M:      Harry Wei <harryxiyou@gmail.com>
3066 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3067 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3068 S:      Maintained
3069 F:      Documentation/zh_CN/
3071 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3072 M:      Peter Chen <Peter.Chen@nxp.com>
3073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3074 L:      linux-usb@vger.kernel.org
3075 S:      Maintained
3076 F:      drivers/usb/chipidea/
3078 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3079 M:      Hans de Goede <hdegoede@redhat.com>
3080 L:      linux-input@vger.kernel.org
3081 S:      Maintained
3082 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3083 F:      drivers/input/touchscreen/chipone_icn8318.c
3085 CHROME HARDWARE PLATFORM SUPPORT
3086 M:      Olof Johansson <olof@lixom.net>
3087 S:      Maintained
3088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3089 F:      drivers/platform/chrome/
3091 CISCO VIC ETHERNET NIC DRIVER
3092 M:      Christian Benvenuti <benve@cisco.com>
3093 M:      Sujith Sankar <ssujith@cisco.com>
3094 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3095 M:      Neel Patel <neepatel@cisco.com>
3096 S:      Supported
3097 F:      drivers/net/ethernet/cisco/enic/
3099 CISCO VIC LOW LATENCY NIC DRIVER
3100 M:      Christian Benvenuti <benve@cisco.com>
3101 M:      Dave Goodell <dgoodell@cisco.com>
3102 S:      Supported
3103 F:      drivers/infiniband/hw/usnic/
3105 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3106 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3107 L:      netdev@vger.kernel.org
3108 S:      Maintained
3109 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3111 CIRRUS LOGIC AUDIO CODEC DRIVERS
3112 M:      Brian Austin <brian.austin@cirrus.com>
3113 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3114 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3115 S:      Maintained
3116 F:      sound/soc/codecs/cs*
3118 CLEANCACHE API
3119 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3120 L:      linux-kernel@vger.kernel.org
3121 S:      Maintained
3122 F:      mm/cleancache.c
3123 F:      include/linux/cleancache.h
3125 CLK API
3126 M:      Russell King <linux@armlinux.org.uk>
3127 L:      linux-clk@vger.kernel.org
3128 S:      Maintained
3129 F:      include/linux/clk.h
3131 CLOCKSOURCE, CLOCKEVENT DRIVERS
3132 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3133 M:      Thomas Gleixner <tglx@linutronix.de>
3134 L:      linux-kernel@vger.kernel.org
3135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3136 S:      Supported
3137 F:      drivers/clocksource
3139 CISCO FCOE HBA DRIVER
3140 M:      Hiral Patel <hiralpat@cisco.com>
3141 M:      Suma Ramars <sramars@cisco.com>
3142 M:      Brian Uchino <buchino@cisco.com>
3143 L:      linux-scsi@vger.kernel.org
3144 S:      Supported
3145 F:      drivers/scsi/fnic/
3147 CISCO SCSI HBA DRIVER
3148 M:      Narsimhulu Musini <nmusini@cisco.com>
3149 M:      Sesidhar Baddela <sebaddel@cisco.com>
3150 L:      linux-scsi@vger.kernel.org
3151 S:      Supported
3152 F:      drivers/scsi/snic/
3154 CMPC ACPI DRIVER
3155 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3156 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3157 L:      platform-driver-x86@vger.kernel.org
3158 S:      Supported
3159 F:      drivers/platform/x86/classmate-laptop.c
3161 COBALT MEDIA DRIVER
3162 M:      Hans Verkuil <hans.verkuil@cisco.com>
3163 L:      linux-media@vger.kernel.org
3164 T:      git git://linuxtv.org/media_tree.git
3165 W:      https://linuxtv.org
3166 S:      Supported
3167 F:      drivers/media/pci/cobalt/
3169 COCCINELLE/Semantic Patches (SmPL)
3170 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3171 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3172 M:      Nicolas Palix <nicolas.palix@imag.fr>
3173 M:      Michal Marek <mmarek@suse.com>
3174 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3176 W:      http://coccinelle.lip6.fr/
3177 S:      Supported
3178 F:      Documentation/dev-tools/coccinelle.rst
3179 F:      scripts/coccinelle/
3180 F:      scripts/coccicheck
3182 CODA FILE SYSTEM
3183 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3184 M:      coda@cs.cmu.edu
3185 L:      codalist@coda.cs.cmu.edu
3186 W:      http://www.coda.cs.cmu.edu/
3187 S:      Maintained
3188 F:      Documentation/filesystems/coda.txt
3189 F:      fs/coda/
3190 F:      include/linux/coda*.h
3191 F:      include/uapi/linux/coda*.h
3193 CODA V4L2 MEM2MEM DRIVER
3194 M:      Philipp Zabel <p.zabel@pengutronix.de>
3195 L:      linux-media@vger.kernel.org
3196 S:      Maintained
3197 F:      Documentation/devicetree/bindings/media/coda.txt
3198 F:      drivers/media/platform/coda/
3200 COMMON CLK FRAMEWORK
3201 M:      Michael Turquette <mturquette@baylibre.com>
3202 M:      Stephen Boyd <sboyd@codeaurora.org>
3203 L:      linux-clk@vger.kernel.org
3204 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3206 S:      Maintained
3207 F:      Documentation/devicetree/bindings/clock/
3208 F:      drivers/clk/
3209 X:      drivers/clk/clkdev.c
3210 F:      include/linux/clk-pr*
3211 F:      include/linux/clk/
3213 COMMON INTERNET FILE SYSTEM (CIFS)
3214 M:      Steve French <sfrench@samba.org>
3215 L:      linux-cifs@vger.kernel.org
3216 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3217 W:      http://linux-cifs.samba.org/
3218 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3219 S:      Supported
3220 F:      Documentation/filesystems/cifs/
3221 F:      fs/cifs/
3223 COMPACTPCI HOTPLUG CORE
3224 M:      Scott Murray <scott@spiteful.org>
3225 L:      linux-pci@vger.kernel.org
3226 S:      Maintained
3227 F:      drivers/pci/hotplug/cpci_hotplug*
3229 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3230 M:      Scott Murray <scott@spiteful.org>
3231 L:      linux-pci@vger.kernel.org
3232 S:      Maintained
3233 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3235 COMPACTPCI HOTPLUG GENERIC DRIVER
3236 M:      Scott Murray <scott@spiteful.org>
3237 L:      linux-pci@vger.kernel.org
3238 S:      Maintained
3239 F:      drivers/pci/hotplug/cpcihp_generic.c
3241 COMPAL LAPTOP SUPPORT
3242 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3243 L:      platform-driver-x86@vger.kernel.org
3244 S:      Maintained
3245 F:      drivers/platform/x86/compal-laptop.c
3247 CONEXANT ACCESSRUNNER USB DRIVER
3248 L:      accessrunner-general@lists.sourceforge.net
3249 W:      http://accessrunner.sourceforge.net/
3250 S:      Orphan
3251 F:      drivers/usb/atm/cxacru.c
3253 CONFIGFS
3254 M:      Joel Becker <jlbec@evilplan.org>
3255 M:      Christoph Hellwig <hch@lst.de>
3256 T:      git git://git.infradead.org/users/hch/configfs.git
3257 S:      Supported
3258 F:      fs/configfs/
3259 F:      include/linux/configfs.h
3261 CONNECTOR
3262 M:      Evgeniy Polyakov <zbr@ioremap.net>
3263 L:      netdev@vger.kernel.org
3264 S:      Maintained
3265 F:      drivers/connector/
3267 CONTROL GROUP (CGROUP)
3268 M:      Tejun Heo <tj@kernel.org>
3269 M:      Li Zefan <lizefan@huawei.com>
3270 M:      Johannes Weiner <hannes@cmpxchg.org>
3271 L:      cgroups@vger.kernel.org
3272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3273 S:      Maintained
3274 F:      Documentation/cgroup*
3275 F:      include/linux/cgroup*
3276 F:      kernel/cgroup*
3278 CONTROL GROUP - CPUSET
3279 M:      Li Zefan <lizefan@huawei.com>
3280 L:      cgroups@vger.kernel.org
3281 W:      http://www.bullopensource.org/cpuset/
3282 W:      http://oss.sgi.com/projects/cpusets/
3283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3284 S:      Maintained
3285 F:      Documentation/cgroup-v1/cpusets.txt
3286 F:      include/linux/cpuset.h
3287 F:      kernel/cpuset.c
3289 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3290 M:      Johannes Weiner <hannes@cmpxchg.org>
3291 M:      Michal Hocko <mhocko@kernel.org>
3292 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3293 L:      cgroups@vger.kernel.org
3294 L:      linux-mm@kvack.org
3295 S:      Maintained
3296 F:      mm/memcontrol.c
3297 F:      mm/swap_cgroup.c
3299 CORETEMP HARDWARE MONITORING DRIVER
3300 M:      Fenghua Yu <fenghua.yu@intel.com>
3301 L:      linux-hwmon@vger.kernel.org
3302 S:      Maintained
3303 F:      Documentation/hwmon/coretemp
3304 F:      drivers/hwmon/coretemp.c
3306 COSA/SRP SYNC SERIAL DRIVER
3307 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3308 W:      http://www.fi.muni.cz/~kas/cosa/
3309 S:      Maintained
3310 F:      drivers/net/wan/cosa*
3312 CPMAC ETHERNET DRIVER
3313 M:      Florian Fainelli <f.fainelli@gmail.com>
3314 L:      netdev@vger.kernel.org
3315 S:      Maintained
3316 F:      drivers/net/ethernet/ti/cpmac.c
3318 CPU FREQUENCY DRIVERS
3319 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3320 M:      Viresh Kumar <viresh.kumar@linaro.org>
3321 L:      linux-pm@vger.kernel.org
3322 S:      Maintained
3323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3324 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3325 F:      Documentation/cpu-freq/
3326 F:      drivers/cpufreq/
3327 F:      include/linux/cpufreq.h
3329 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3330 M:      Viresh Kumar <viresh.kumar@linaro.org>
3331 M:      Sudeep Holla <sudeep.holla@arm.com>
3332 L:      linux-pm@vger.kernel.org
3333 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3334 S:      Maintained
3335 F:      drivers/cpufreq/arm_big_little.h
3336 F:      drivers/cpufreq/arm_big_little.c
3337 F:      drivers/cpufreq/arm_big_little_dt.c
3339 CPUIDLE DRIVER - ARM BIG LITTLE
3340 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3341 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3342 L:      linux-pm@vger.kernel.org
3343 L:      linux-arm-kernel@lists.infradead.org
3344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3345 S:      Maintained
3346 F:      drivers/cpuidle/cpuidle-big_little.c
3348 CPUIDLE DRIVER - ARM EXYNOS
3349 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3350 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3351 M:      Kukjin Kim <kgene@kernel.org>
3352 L:      linux-pm@vger.kernel.org
3353 L:      linux-samsung-soc@vger.kernel.org
3354 S:      Supported
3355 F:      drivers/cpuidle/cpuidle-exynos.c
3356 F:      arch/arm/mach-exynos/pm.c
3358 CPUIDLE DRIVERS
3359 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3360 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3361 L:      linux-pm@vger.kernel.org
3362 S:      Maintained
3363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3364 F:      drivers/cpuidle/*
3365 F:      include/linux/cpuidle.h
3367 CPUID/MSR DRIVER
3368 M:      "H. Peter Anvin" <hpa@zytor.com>
3369 S:      Maintained
3370 F:      arch/x86/kernel/cpuid.c
3371 F:      arch/x86/kernel/msr.c
3373 CPU POWER MONITORING SUBSYSTEM
3374 M:      Thomas Renninger <trenn@suse.com>
3375 L:      linux-pm@vger.kernel.org
3376 S:      Maintained
3377 F:      tools/power/cpupower/
3379 CRAMFS FILESYSTEM
3380 W:      http://sourceforge.net/projects/cramfs/
3381 S:      Orphan / Obsolete
3382 F:      Documentation/filesystems/cramfs.txt
3383 F:      fs/cramfs/
3385 CRIS PORT
3386 M:      Mikael Starvik <starvik@axis.com>
3387 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3388 L:      linux-cris-kernel@axis.com
3389 W:      http://developer.axis.com
3390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3391 S:      Maintained
3392 F:      arch/cris/
3393 F:      drivers/tty/serial/crisv10.*
3395 CRYPTO API
3396 M:      Herbert Xu <herbert@gondor.apana.org.au>
3397 M:      "David S. Miller" <davem@davemloft.net>
3398 L:      linux-crypto@vger.kernel.org
3399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3401 S:      Maintained
3402 F:      Documentation/crypto/
3403 F:      Documentation/devicetree/bindings/crypto/
3404 F:      Documentation/DocBook/crypto-API.tmpl
3405 F:      arch/*/crypto/
3406 F:      crypto/
3407 F:      drivers/crypto/
3408 F:      include/crypto/
3410 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3411 M:      Neil Horman <nhorman@tuxdriver.com>
3412 L:      linux-crypto@vger.kernel.org
3413 S:      Maintained
3414 F:      crypto/ansi_cprng.c
3415 F:      crypto/rng.c
3417 CS3308 MEDIA DRIVER
3418 M:      Hans Verkuil <hverkuil@xs4all.nl>
3419 L:      linux-media@vger.kernel.org
3420 T:      git git://linuxtv.org/media_tree.git
3421 W:      http://linuxtv.org
3422 S:      Odd Fixes
3423 F:      drivers/media/i2c/cs3308.c
3424 F:      drivers/media/i2c/cs3308.h
3426 CS5535 Audio ALSA driver
3427 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3428 S:      Maintained
3429 F:      sound/pci/cs5535audio/
3431 CW1200 WLAN driver
3432 M:      Solomon Peachy <pizza@shaftnet.org>
3433 S:      Maintained
3434 F:      drivers/net/wireless/st/cw1200/
3436 CX18 VIDEO4LINUX DRIVER
3437 M:      Andy Walls <awalls@md.metrocast.net>
3438 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3439 L:      linux-media@vger.kernel.org
3440 T:      git git://linuxtv.org/media_tree.git
3441 W:      https://linuxtv.org
3442 W:      http://www.ivtvdriver.org/index.php/Cx18
3443 S:      Maintained
3444 F:      Documentation/media/v4l-drivers/cx18*
3445 F:      drivers/media/pci/cx18/
3446 F:      include/uapi/linux/ivtv*
3448 CX2341X MPEG ENCODER HELPER MODULE
3449 M:      Hans Verkuil <hverkuil@xs4all.nl>
3450 L:      linux-media@vger.kernel.org
3451 T:      git git://linuxtv.org/media_tree.git
3452 W:      https://linuxtv.org
3453 S:      Maintained
3454 F:      drivers/media/common/cx2341x*
3455 F:      include/media/cx2341x*
3457 CX24120 MEDIA DRIVER
3458 M:      Jemma Denson <jdenson@gmail.com>
3459 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3460 L:      linux-media@vger.kernel.org
3461 W:      https://linuxtv.org
3462 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3463 S:      Maintained
3464 F:      drivers/media/dvb-frontends/cx24120*
3466 CX88 VIDEO4LINUX DRIVER
3467 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3468 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3469 L:      linux-media@vger.kernel.org
3470 W:      https://linuxtv.org
3471 T:      git git://linuxtv.org/media_tree.git
3472 S:      Odd fixes
3473 F:      Documentation/media/v4l-drivers/cx88*
3474 F:      drivers/media/pci/cx88/
3476 CXD2820R MEDIA DRIVER
3477 M:      Antti Palosaari <crope@iki.fi>
3478 L:      linux-media@vger.kernel.org
3479 W:      https://linuxtv.org
3480 W:      http://palosaari.fi/linux/
3481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3482 T:      git git://linuxtv.org/anttip/media_tree.git
3483 S:      Maintained
3484 F:      drivers/media/dvb-frontends/cxd2820r*
3486 CXGB3 ETHERNET DRIVER (CXGB3)
3487 M:      Santosh Raspatur <santosh@chelsio.com>
3488 L:      netdev@vger.kernel.org
3489 W:      http://www.chelsio.com
3490 S:      Supported
3491 F:      drivers/net/ethernet/chelsio/cxgb3/
3493 CXGB3 ISCSI DRIVER (CXGB3I)
3494 M:      Karen Xie <kxie@chelsio.com>
3495 L:      linux-scsi@vger.kernel.org
3496 W:      http://www.chelsio.com
3497 S:      Supported
3498 F:      drivers/scsi/cxgbi/cxgb3i
3500 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3501 M:      Steve Wise <swise@chelsio.com>
3502 L:      linux-rdma@vger.kernel.org
3503 W:      http://www.openfabrics.org
3504 S:      Supported
3505 F:      drivers/infiniband/hw/cxgb3/
3506 F:      include/uapi/rdma/cxgb3-abi.h
3508 CXGB4 ETHERNET DRIVER (CXGB4)
3509 M:      Hariprasad S <hariprasad@chelsio.com>
3510 L:      netdev@vger.kernel.org
3511 W:      http://www.chelsio.com
3512 S:      Supported
3513 F:      drivers/net/ethernet/chelsio/cxgb4/
3515 CXGB4 ISCSI DRIVER (CXGB4I)
3516 M:      Karen Xie <kxie@chelsio.com>
3517 L:      linux-scsi@vger.kernel.org
3518 W:      http://www.chelsio.com
3519 S:      Supported
3520 F:      drivers/scsi/cxgbi/cxgb4i
3522 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3523 M:      Steve Wise <swise@chelsio.com>
3524 L:      linux-rdma@vger.kernel.org
3525 W:      http://www.openfabrics.org
3526 S:      Supported
3527 F:      drivers/infiniband/hw/cxgb4/
3528 F:      include/uapi/rdma/cxgb4-abi.h
3530 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3531 M:      Casey Leedom <leedom@chelsio.com>
3532 L:      netdev@vger.kernel.org
3533 W:      http://www.chelsio.com
3534 S:      Supported
3535 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3537 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3538 M:      Ian Munsie <imunsie@au1.ibm.com>
3539 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3540 L:      linuxppc-dev@lists.ozlabs.org
3541 S:      Supported
3542 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3543 F:      drivers/misc/cxl/
3544 F:      include/misc/cxl*
3545 F:      include/uapi/misc/cxl.h
3546 F:      Documentation/powerpc/cxl.txt
3547 F:      Documentation/ABI/testing/sysfs-class-cxl
3549 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3550 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3551 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3552 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3553 L:      linux-scsi@vger.kernel.org
3554 S:      Supported
3555 F:      drivers/scsi/cxlflash/
3556 F:      include/uapi/scsi/cxlflash_ioctls.h
3557 F:      Documentation/powerpc/cxlflash.txt
3559 STMMAC ETHERNET DRIVER
3560 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3561 M:      Alexandre Torgue <alexandre.torgue@st.com>
3562 L:      netdev@vger.kernel.org
3563 W:      http://www.stlinux.com
3564 S:      Supported
3565 F:      drivers/net/ethernet/stmicro/stmmac/
3567 CYBERPRO FB DRIVER
3568 M:      Russell King <linux@armlinux.org.uk>
3569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3570 W:      http://www.armlinux.org.uk/
3571 S:      Maintained
3572 F:      drivers/video/fbdev/cyber2000fb.*
3574 CYCLADES ASYNC MUX DRIVER
3575 W:      http://www.cyclades.com/
3576 S:      Orphan
3577 F:      drivers/tty/cyclades.c
3578 F:      include/linux/cyclades.h
3579 F:      include/uapi/linux/cyclades.h
3581 CYCLADES PC300 DRIVER
3582 W:      http://www.cyclades.com/
3583 S:      Orphan
3584 F:      drivers/net/wan/pc300*
3586 CYPRESS_FIRMWARE MEDIA DRIVER
3587 M:      Antti Palosaari <crope@iki.fi>
3588 L:      linux-media@vger.kernel.org
3589 W:      https://linuxtv.org
3590 W:      http://palosaari.fi/linux/
3591 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3592 T:      git git://linuxtv.org/anttip/media_tree.git
3593 S:      Maintained
3594 F:      drivers/media/common/cypress_firmware*
3596 CYTTSP TOUCHSCREEN DRIVER
3597 M:      Ferruh Yigit <fery@cypress.com>
3598 L:      linux-input@vger.kernel.org
3599 S:      Supported
3600 F:      drivers/input/touchscreen/cyttsp*
3601 F:      include/linux/input/cyttsp.h
3603 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3604 M:      Joshua Kinard <kumba@gentoo.org>
3605 S:      Maintained
3606 F:      drivers/rtc/rtc-ds1685.c
3607 F:      include/linux/rtc/ds1685.h
3609 DAMA SLAVE for AX.25
3610 M:      Joerg Reuter <jreuter@yaina.de>
3611 W:      http://yaina.de/jreuter/
3612 W:      http://www.qsl.net/dl1bke/
3613 L:      linux-hams@vger.kernel.org
3614 S:      Maintained
3615 F:      net/ax25/af_ax25.c
3616 F:      net/ax25/ax25_dev.c
3617 F:      net/ax25/ax25_ds_*
3618 F:      net/ax25/ax25_in.c
3619 F:      net/ax25/ax25_out.c
3620 F:      net/ax25/ax25_timer.c
3621 F:      net/ax25/sysctl_net_ax25.c
3623 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3624 L:      netdev@vger.kernel.org
3625 S:      Orphan
3626 F:      Documentation/networking/dmfe.txt
3627 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3629 DC390/AM53C974 SCSI driver
3630 M:      Hannes Reinecke <hare@suse.com>
3631 L:      linux-scsi@vger.kernel.org
3632 S:      Maintained
3633 F:      drivers/scsi/am53c974.c
3635 DC395x SCSI driver
3636 M:      Oliver Neukum <oliver@neukum.org>
3637 M:      Ali Akcaagac <aliakc@web.de>
3638 M:      Jamie Lenehan <lenehan@twibble.org>
3639 L:      dc395x@twibble.org
3640 W:      http://twibble.org/dist/dc395x/
3641 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3642 S:      Maintained
3643 F:      Documentation/scsi/dc395x.txt
3644 F:      drivers/scsi/dc395x.*
3646 DCCP PROTOCOL
3647 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3648 L:      dccp@vger.kernel.org
3649 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3650 S:      Maintained
3651 F:      include/linux/dccp.h
3652 F:      include/uapi/linux/dccp.h
3653 F:      include/linux/tfrc.h
3654 F:      net/dccp/
3656 DECnet NETWORK LAYER
3657 W:      http://linux-decnet.sourceforge.net
3658 L:      linux-decnet-user@lists.sourceforge.net
3659 S:      Orphan
3660 F:      Documentation/networking/decnet.txt
3661 F:      net/decnet/
3663 DECSTATION PLATFORM SUPPORT
3664 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3665 L:      linux-mips@linux-mips.org
3666 W:      http://www.linux-mips.org/wiki/DECstation
3667 S:      Maintained
3668 F:      arch/mips/dec/
3669 F:      arch/mips/include/asm/dec/
3670 F:      arch/mips/include/asm/mach-dec/
3672 DEFXX FDDI NETWORK DRIVER
3673 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3674 S:      Maintained
3675 F:      drivers/net/fddi/defxx.*
3677 DELL LAPTOP DRIVER
3678 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3679 M:      Pali Rohár <pali.rohar@gmail.com>
3680 L:      platform-driver-x86@vger.kernel.org
3681 S:      Maintained
3682 F:      drivers/platform/x86/dell-laptop.c
3684 DELL LAPTOP RBTN DRIVER
3685 M:      Pali Rohár <pali.rohar@gmail.com>
3686 S:      Maintained
3687 F:      drivers/platform/x86/dell-rbtn.*
3689 DELL LAPTOP FREEFALL DRIVER
3690 M:      Pali Rohár <pali.rohar@gmail.com>
3691 S:      Maintained
3692 F:      drivers/platform/x86/dell-smo8800.c
3694 DELL LAPTOP SMM DRIVER
3695 M:      Pali Rohár <pali.rohar@gmail.com>
3696 S:      Maintained
3697 F:      drivers/hwmon/dell-smm-hwmon.c
3698 F:      include/uapi/linux/i8k.h
3700 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3701 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3702 S:      Maintained
3703 F:      Documentation/dcdbas.txt
3704 F:      drivers/firmware/dcdbas.*
3706 DELL WMI EXTRAS DRIVER
3707 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3708 M:      Pali Rohár <pali.rohar@gmail.com>
3709 S:      Maintained
3710 F:      drivers/platform/x86/dell-wmi.c
3712 DESIGNWARE USB2 DRD IP DRIVER
3713 M:      John Youn <johnyoun@synopsys.com>
3714 L:      linux-usb@vger.kernel.org
3715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3716 S:      Maintained
3717 F:      drivers/usb/dwc2/
3719 DESIGNWARE USB3 DRD IP DRIVER
3720 M:      Felipe Balbi <balbi@kernel.org>
3721 L:      linux-usb@vger.kernel.org
3722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3723 S:      Maintained
3724 F:      drivers/usb/dwc3/
3726 DEVICE COREDUMP (DEV_COREDUMP)
3727 M:      Johannes Berg <johannes@sipsolutions.net>
3728 L:      linux-kernel@vger.kernel.org
3729 S:      Maintained
3730 F:      drivers/base/devcoredump.c
3731 F:      include/linux/devcoredump.h
3733 DEVICE FREQUENCY (DEVFREQ)
3734 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3735 M:      Kyungmin Park <kyungmin.park@samsung.com>
3736 L:      linux-pm@vger.kernel.org
3737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3738 S:      Maintained
3739 F:      drivers/devfreq/
3740 F:      include/linux/devfreq.h
3741 F:      Documentation/devicetree/bindings/devfreq/
3743 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3744 M:      Chanwoo Choi <cw00.choi@samsung.com>
3745 L:      linux-pm@vger.kernel.org
3746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3747 S:      Supported
3748 F:      drivers/devfreq/event/
3749 F:      drivers/devfreq/devfreq-event.c
3750 F:      include/linux/devfreq-event.h
3751 F:      Documentation/devicetree/bindings/devfreq/event/
3753 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3754 M:      Chanwoo Choi <cw00.choi@samsung.com>
3755 L:      linux-pm@vger.kernel.org
3756 L:      linux-samsung-soc@vger.kernel.org
3757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3758 S:      Maintained
3759 F:      drivers/devfreq/exynos-bus.c
3760 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3762 DEVICE NUMBER REGISTRY
3763 M:      Torben Mathiasen <device@lanana.org>
3764 W:      http://lanana.org/docs/device-list/index.html
3765 S:      Maintained
3767 DEVICE-MAPPER  (LVM)
3768 M:      Alasdair Kergon <agk@redhat.com>
3769 M:      Mike Snitzer <snitzer@redhat.com>
3770 M:      dm-devel@redhat.com
3771 L:      dm-devel@redhat.com
3772 W:      http://sources.redhat.com/dm
3773 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3775 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3776 S:      Maintained
3777 F:      Documentation/device-mapper/
3778 F:      drivers/md/dm*
3779 F:      drivers/md/persistent-data/
3780 F:      include/linux/device-mapper.h
3781 F:      include/linux/dm-*.h
3782 F:      include/uapi/linux/dm-*.h
3784 DEVLINK
3785 M:      Jiri Pirko <jiri@mellanox.com>
3786 L:      netdev@vger.kernel.org
3787 S:      Supported
3788 F:      net/core/devlink.c
3789 F:      include/net/devlink.h
3790 F:      include/uapi/linux/devlink.h
3792 DIALOG SEMICONDUCTOR DRIVERS
3793 M:      Support Opensource <support.opensource@diasemi.com>
3794 W:      http://www.dialog-semiconductor.com/products
3795 S:      Supported
3796 F:      Documentation/hwmon/da90??
3797 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3798 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3799 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3800 F:      drivers/gpio/gpio-da90??.c
3801 F:      drivers/hwmon/da90??-hwmon.c
3802 F:      drivers/iio/adc/da91??-*.c
3803 F:      drivers/input/misc/da90??_onkey.c
3804 F:      drivers/input/touchscreen/da9052_tsi.c
3805 F:      drivers/leds/leds-da90??.c
3806 F:      drivers/mfd/da903x.c
3807 F:      drivers/mfd/da90??-*.c
3808 F:      drivers/mfd/da91??-*.c
3809 F:      drivers/power/supply/da9052-battery.c
3810 F:      drivers/power/supply/da91??-*.c
3811 F:      drivers/regulator/da903x.c
3812 F:      drivers/regulator/da9???-regulator.[ch]
3813 F:      drivers/rtc/rtc-da90??.c
3814 F:      drivers/video/backlight/da90??_bl.c
3815 F:      drivers/watchdog/da90??_wdt.c
3816 F:      include/linux/mfd/da903x.h
3817 F:      include/linux/mfd/da9052/
3818 F:      include/linux/mfd/da9055/
3819 F:      include/linux/mfd/da9062/
3820 F:      include/linux/mfd/da9063/
3821 F:      include/linux/mfd/da9150/
3822 F:      include/linux/regulator/da9211.h
3823 F:      include/sound/da[79]*.h
3824 F:      sound/soc/codecs/da[79]*.[ch]
3826 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3827 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3828 L:      linux-gpio@vger.kernel.org
3829 S:      Maintained
3830 F:      drivers/gpio/gpio-gpio-mm.c
3832 DIGI NEO AND CLASSIC PCI PRODUCTS
3833 M:      Lidza Louina <lidza.louina@gmail.com>
3834 M:      Mark Hounschell <markh@compro.net>
3835 L:      driverdev-devel@linuxdriverproject.org
3836 S:      Maintained
3837 F:      drivers/staging/dgnc/
3839 DIOLAN U2C-12 I2C DRIVER
3840 M:      Guenter Roeck <linux@roeck-us.net>
3841 L:      linux-i2c@vger.kernel.org
3842 S:      Maintained
3843 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3845 DIRECT ACCESS (DAX)
3846 M:      Matthew Wilcox <willy@linux.intel.com>
3847 L:      linux-fsdevel@vger.kernel.org
3848 S:      Supported
3849 F:      fs/dax.c
3851 DIRECTORY NOTIFICATION (DNOTIFY)
3852 M:      Eric Paris <eparis@parisplace.org>
3853 S:      Maintained
3854 F:      Documentation/filesystems/dnotify.txt
3855 F:      fs/notify/dnotify/
3856 F:      include/linux/dnotify.h
3858 DISK GEOMETRY AND PARTITION HANDLING
3859 M:      Andries Brouwer <aeb@cwi.nl>
3860 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3861 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3862 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3863 S:      Maintained
3865 DISKQUOTA
3866 M:      Jan Kara <jack@suse.com>
3867 S:      Maintained
3868 F:      Documentation/filesystems/quota.txt
3869 F:      fs/quota/
3870 F:      include/linux/quota*.h
3871 F:      include/uapi/linux/quota*.h
3873 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3874 M:      Bernie Thompson <bernie@plugable.com>
3875 L:      linux-fbdev@vger.kernel.org
3876 S:      Maintained
3877 W:      http://plugable.com/category/projects/udlfb/
3878 F:      drivers/video/fbdev/udlfb.c
3879 F:      include/video/udlfb.h
3880 F:      Documentation/fb/udlfb.txt
3882 DISTRIBUTED LOCK MANAGER (DLM)
3883 M:      Christine Caulfield <ccaulfie@redhat.com>
3884 M:      David Teigland <teigland@redhat.com>
3885 L:      cluster-devel@redhat.com
3886 W:      http://sources.redhat.com/cluster/
3887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3888 S:      Supported
3889 F:      fs/dlm/
3891 DMA BUFFER SHARING FRAMEWORK
3892 M:      Sumit Semwal <sumit.semwal@linaro.org>
3893 S:      Maintained
3894 L:      linux-media@vger.kernel.org
3895 L:      dri-devel@lists.freedesktop.org
3896 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3897 F:      drivers/dma-buf/
3898 F:      include/linux/dma-buf*
3899 F:      include/linux/reservation.h
3900 F:      include/linux/*fence.h
3901 F:      Documentation/dma-buf-sharing.txt
3902 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3904 SYNC FILE FRAMEWORK
3905 M:      Sumit Semwal <sumit.semwal@linaro.org>
3906 R:      Gustavo Padovan <gustavo@padovan.org>
3907 S:      Maintained
3908 L:      linux-media@vger.kernel.org
3909 L:      dri-devel@lists.freedesktop.org
3910 F:      drivers/dma-buf/sync_file.c
3911 F:      include/linux/sync_file.h
3912 F:      Documentation/sync_file.txt
3913 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3915 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3916 M:      Vinod Koul <vinod.koul@intel.com>
3917 L:      dmaengine@vger.kernel.org
3918 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3919 S:      Maintained
3920 F:      drivers/dma/
3921 F:      include/linux/dmaengine.h
3922 F:      Documentation/devicetree/bindings/dma/
3923 F:      Documentation/dmaengine/
3924 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3926 DME1737 HARDWARE MONITOR DRIVER
3927 M:      Juerg Haefliger <juergh@gmail.com>
3928 L:      linux-hwmon@vger.kernel.org
3929 S:      Maintained
3930 F:      Documentation/hwmon/dme1737
3931 F:      drivers/hwmon/dme1737.c
3933 DMI/SMBIOS SUPPORT
3934 M:      Jean Delvare <jdelvare@suse.com>
3935 S:      Maintained
3936 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3937 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3938 F:      drivers/firmware/dmi-id.c
3939 F:      drivers/firmware/dmi_scan.c
3940 F:      include/linux/dmi.h
3942 DOCUMENTATION
3943 M:      Jonathan Corbet <corbet@lwn.net>
3944 L:      linux-doc@vger.kernel.org
3945 S:      Maintained
3946 F:      Documentation/
3947 F:      scripts/docproc.c
3948 F:      scripts/kernel-doc*
3949 X:      Documentation/ABI/
3950 X:      Documentation/devicetree/
3951 X:      Documentation/acpi
3952 X:      Documentation/power
3953 X:      Documentation/spi
3954 X:      Documentation/media
3955 T:      git git://git.lwn.net/linux.git docs-next
3957 DOUBLETALK DRIVER
3958 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3959 L:      blinux-list@redhat.com
3960 S:      Maintained
3961 F:      drivers/char/dtlk.c
3962 F:      include/linux/dtlk.h
3964 DPT_I2O SCSI RAID DRIVER
3965 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3966 L:      linux-scsi@vger.kernel.org
3967 W:      http://www.adaptec.com/
3968 S:      Maintained
3969 F:      drivers/scsi/dpt*
3970 F:      drivers/scsi/dpt/
3972 DRBD DRIVER
3973 M:      Philipp Reisner <philipp.reisner@linbit.com>
3974 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3975 L:      drbd-dev@lists.linbit.com
3976 W:      http://www.drbd.org
3977 T:      git git://git.linbit.com/linux-drbd.git
3978 T:      git git://git.linbit.com/drbd-8.4.git
3979 S:      Supported
3980 F:      drivers/block/drbd/
3981 F:      lib/lru_cache.c
3982 F:      Documentation/blockdev/drbd/
3984 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3985 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3987 S:      Supported
3988 F:      Documentation/kobject.txt
3989 F:      drivers/base/
3990 F:      fs/debugfs/
3991 F:      fs/kernfs/
3992 F:      fs/sysfs/
3993 F:      include/linux/debugfs.h
3994 F:      include/linux/kobj*
3995 F:      lib/kobj*
3997 DRM DRIVERS
3998 M:      David Airlie <airlied@linux.ie>
3999 L:      dri-devel@lists.freedesktop.org
4000 T:      git git://people.freedesktop.org/~airlied/linux
4001 S:      Maintained
4002 F:      drivers/gpu/drm/
4003 F:      drivers/gpu/vga/
4004 F:      Documentation/devicetree/bindings/display/
4005 F:      Documentation/devicetree/bindings/gpu/
4006 F:      Documentation/devicetree/bindings/video/
4007 F:      Documentation/gpu/
4008 F:      include/drm/
4009 F:      include/uapi/drm/
4011 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4012 M:      Dave Airlie <airlied@redhat.com>
4013 S:      Odd Fixes
4014 F:      drivers/gpu/drm/ast/
4016 DRM DRIVER FOR BOCHS VIRTUAL GPU
4017 M:      Gerd Hoffmann <kraxel@redhat.com>
4018 S:      Odd Fixes
4019 F:      drivers/gpu/drm/bochs/
4021 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4022 M:      Dave Airlie <airlied@redhat.com>
4023 S:      Odd Fixes
4024 F:      drivers/gpu/drm/cirrus/
4026 RADEON and AMDGPU DRM DRIVERS
4027 M:      Alex Deucher <alexander.deucher@amd.com>
4028 M:      Christian König <christian.koenig@amd.com>
4029 L:      dri-devel@lists.freedesktop.org
4030 T:      git git://people.freedesktop.org/~agd5f/linux
4031 S:      Supported
4032 F:      drivers/gpu/drm/radeon/
4033 F:      include/uapi/drm/radeon_drm.h
4034 F:      drivers/gpu/drm/amd/
4035 F:      include/uapi/drm/amdgpu_drm.h
4037 DRM PANEL DRIVERS
4038 M:      Thierry Reding <thierry.reding@gmail.com>
4039 L:      dri-devel@lists.freedesktop.org
4040 T:      git git://anongit.freedesktop.org/tegra/linux.git
4041 S:      Maintained
4042 F:      drivers/gpu/drm/drm_panel.c
4043 F:      drivers/gpu/drm/panel/
4044 F:      include/drm/drm_panel.h
4045 F:      Documentation/devicetree/bindings/display/panel/
4047 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4048 M:      Daniel Vetter <daniel.vetter@intel.com>
4049 M:      Jani Nikula <jani.nikula@linux.intel.com>
4050 L:      intel-gfx@lists.freedesktop.org
4051 L:      dri-devel@lists.freedesktop.org
4052 W:      https://01.org/linuxgraphics/
4053 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4054 T:      git git://anongit.freedesktop.org/drm-intel
4055 S:      Supported
4056 F:      drivers/gpu/drm/i915/
4057 F:      include/drm/i915*
4058 F:      include/uapi/drm/i915_drm.h
4059 F:      Documentation/gpu/i915.rst
4061 DRM DRIVERS FOR ATMEL HLCDC
4062 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4063 L:      dri-devel@lists.freedesktop.org
4064 S:      Supported
4065 F:      drivers/gpu/drm/atmel-hlcdc/
4066 F:      Documentation/devicetree/bindings/drm/atmel/
4068 DRM DRIVERS FOR ALLWINNER A10
4069 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4070 L:      dri-devel@lists.freedesktop.org
4071 S:      Supported
4072 F:      drivers/gpu/drm/sun4i/
4073 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4075 DRM DRIVERS FOR EXYNOS
4076 M:      Inki Dae <inki.dae@samsung.com>
4077 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4078 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4079 M:      Kyungmin Park <kyungmin.park@samsung.com>
4080 L:      dri-devel@lists.freedesktop.org
4081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4082 S:      Supported
4083 F:      drivers/gpu/drm/exynos/
4084 F:      include/uapi/drm/exynos_drm.h
4085 F:      Documentation/devicetree/bindings/display/exynos/
4087 DRM DRIVERS FOR FREESCALE DCU
4088 M:      Stefan Agner <stefan@agner.ch>
4089 M:      Alison Wang <alison.wang@freescale.com>
4090 L:      dri-devel@lists.freedesktop.org
4091 S:      Supported
4092 F:      drivers/gpu/drm/fsl-dcu/
4093 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4094 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4095 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4097 DRM DRIVERS FOR FREESCALE IMX
4098 M:      Philipp Zabel <p.zabel@pengutronix.de>
4099 L:      dri-devel@lists.freedesktop.org
4100 S:      Maintained
4101 F:      drivers/gpu/drm/imx/
4102 F:      drivers/gpu/ipu-v3/
4103 F:      Documentation/devicetree/bindings/display/imx/
4105 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4106 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4107 L:      dri-devel@lists.freedesktop.org
4108 T:      git git://github.com/patjak/drm-gma500
4109 S:      Maintained
4110 F:      drivers/gpu/drm/gma500/
4112 DRM DRIVERS FOR HISILICON
4113 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4114 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4115 R:      Chen Feng <puck.chen@hisilicon.com>
4116 L:      dri-devel@lists.freedesktop.org
4117 T:      git git://github.com/xin3liang/linux.git
4118 S:      Maintained
4119 F:      drivers/gpu/drm/hisilicon/
4120 F:      Documentation/devicetree/bindings/display/hisilicon/
4122 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4123 S:      Orphan / Obsolete
4124 F:      drivers/gpu/drm/i810/
4125 F:      include/uapi/drm/i810_drm.h
4127 DRM DRIVERS FOR MEDIATEK
4128 M:      CK Hu <ck.hu@mediatek.com>
4129 M:      Philipp Zabel <p.zabel@pengutronix.de>
4130 L:      dri-devel@lists.freedesktop.org
4131 S:      Supported
4132 F:      drivers/gpu/drm/mediatek/
4133 F:      Documentation/devicetree/bindings/display/mediatek/
4135 DRM DRIVER FOR MSM ADRENO GPU
4136 M:      Rob Clark <robdclark@gmail.com>
4137 L:      linux-arm-msm@vger.kernel.org
4138 L:      dri-devel@lists.freedesktop.org
4139 L:      freedreno@lists.freedesktop.org
4140 T:      git git://people.freedesktop.org/~robclark/linux
4141 S:      Maintained
4142 F:      drivers/gpu/drm/msm/
4143 F:      include/uapi/drm/msm_drm.h
4144 F:      Documentation/devicetree/bindings/display/msm/
4146 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4147 M:      Ben Skeggs <bskeggs@redhat.com>
4148 L:      dri-devel@lists.freedesktop.org
4149 L:      nouveau@lists.freedesktop.org
4150 T:      git git://github.com/skeggsb/linux
4151 S:      Supported
4152 F:      drivers/gpu/drm/nouveau/
4153 F:      include/uapi/drm/nouveau_drm.h
4155 DRM DRIVERS FOR NVIDIA TEGRA
4156 M:      Thierry Reding <thierry.reding@gmail.com>
4157 L:      dri-devel@lists.freedesktop.org
4158 L:      linux-tegra@vger.kernel.org
4159 T:      git git://anongit.freedesktop.org/tegra/linux.git
4160 S:      Supported
4161 F:      drivers/gpu/drm/tegra/
4162 F:      drivers/gpu/host1x/
4163 F:      include/linux/host1x.h
4164 F:      include/uapi/drm/tegra_drm.h
4165 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4167 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4168 S:      Orphan / Obsolete
4169 F:      drivers/gpu/drm/mga/
4170 F:      include/uapi/drm/mga_drm.h
4172 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4173 M:      Dave Airlie <airlied@redhat.com>
4174 S:      Odd Fixes
4175 F:      drivers/gpu/drm/mgag200/
4177 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4178 S:      Orphan / Obsolete
4179 F:      drivers/gpu/drm/r128/
4180 F:      include/uapi/drm/r128_drm.h
4182 DRM DRIVERS FOR RENESAS
4183 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4184 L:      dri-devel@lists.freedesktop.org
4185 L:      linux-renesas-soc@vger.kernel.org
4186 T:      git git://linuxtv.org/pinchartl/fbdev
4187 S:      Supported
4188 F:      drivers/gpu/drm/rcar-du/
4189 F:      drivers/gpu/drm/shmobile/
4190 F:      include/linux/platform_data/shmob_drm.h
4191 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4193 DRM DRIVER FOR QXL VIRTUAL GPU
4194 M:      Dave Airlie <airlied@redhat.com>
4195 S:      Odd Fixes
4196 F:      drivers/gpu/drm/qxl/
4197 F:      include/uapi/drm/qxl_drm.h
4199 DRM DRIVERS FOR ROCKCHIP
4200 M:      Mark Yao <mark.yao@rock-chips.com>
4201 L:      dri-devel@lists.freedesktop.org
4202 S:      Maintained
4203 F:      drivers/gpu/drm/rockchip/
4204 F:      Documentation/devicetree/bindings/display/rockchip/
4206 DRM DRIVER FOR SAVAGE VIDEO CARDS
4207 S:      Orphan / Obsolete
4208 F:      drivers/gpu/drm/savage/
4209 F:      include/uapi/drm/savage_drm.h
4211 DRM DRIVER FOR SIS VIDEO CARDS
4212 S:      Orphan / Obsolete
4213 F:      drivers/gpu/drm/sis/
4214 F:      include/uapi/drm/sis_drm.h
4216 DRM DRIVERS FOR STI
4217 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4218 M:      Vincent Abriou <vincent.abriou@st.com>
4219 L:      dri-devel@lists.freedesktop.org
4220 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4221 S:      Maintained
4222 F:      drivers/gpu/drm/sti
4223 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4225 DRM DRIVER FOR TDFX VIDEO CARDS
4226 S:      Orphan / Obsolete
4227 F:      drivers/gpu/drm/tdfx/
4229 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4230 M:      Dave Airlie <airlied@redhat.com>
4231 S:      Odd Fixes
4232 F:      drivers/gpu/drm/udl/
4234 DRM DRIVERS FOR VIVANTE GPU IP
4235 M:      Lucas Stach <l.stach@pengutronix.de>
4236 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4237 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4238 L:      dri-devel@lists.freedesktop.org
4239 S:      Maintained
4240 F:      drivers/gpu/drm/etnaviv/
4241 F:      include/uapi/drm/etnaviv_drm.h
4242 F:      Documentation/devicetree/bindings/display/etnaviv/
4244 DRM DRIVER FOR VMWARE VIRTUAL GPU
4245 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4246 M:      Sinclair Yeh <syeh@vmware.com>
4247 M:      Thomas Hellstrom <thellstrom@vmware.com>
4248 L:      dri-devel@lists.freedesktop.org
4249 T:      git git://people.freedesktop.org/~syeh/repos_linux
4250 T:      git git://people.freedesktop.org/~thomash/linux
4251 S:      Supported
4252 F:      drivers/gpu/drm/vmwgfx/
4253 F:      include/uapi/drm/vmwgfx_drm.h
4255 DRM DRIVERS FOR VC4
4256 M:      Eric Anholt <eric@anholt.net>
4257 T:      git git://github.com/anholt/linux
4258 S:      Supported
4259 F:      drivers/gpu/drm/vc4/
4260 F:      include/uapi/drm/vc4_drm.h
4261 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4263 DRM DRIVERS FOR TI OMAP
4264 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4265 L:      dri-devel@lists.freedesktop.org
4266 S:      Maintained
4267 F:      drivers/gpu/drm/omapdrm/
4268 F:      Documentation/devicetree/bindings/display/ti/
4270 DRM DRIVERS FOR TI LCDC
4271 M:      Jyri Sarha <jsarha@ti.com>
4272 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4273 L:      dri-devel@lists.freedesktop.org
4274 S:      Maintained
4275 F:      drivers/gpu/drm/tilcdc/
4276 F:      Documentation/devicetree/bindings/display/tilcdc/
4278 DSBR100 USB FM RADIO DRIVER
4279 M:      Alexey Klimov <klimov.linux@gmail.com>
4280 L:      linux-media@vger.kernel.org
4281 T:      git git://linuxtv.org/media_tree.git
4282 S:      Maintained
4283 F:      drivers/media/radio/dsbr100.c
4285 DSCC4 DRIVER
4286 M:      Francois Romieu <romieu@fr.zoreil.com>
4287 L:      netdev@vger.kernel.org
4288 S:      Maintained
4289 F:      drivers/net/wan/dscc4.c
4291 DT3155 MEDIA DRIVER
4292 M:      Hans Verkuil <hverkuil@xs4all.nl>
4293 L:      linux-media@vger.kernel.org
4294 T:      git git://linuxtv.org/media_tree.git
4295 W:      https://linuxtv.org
4296 S:      Odd Fixes
4297 F:      drivers/media/pci/dt3155/
4299 DVB_USB_AF9015 MEDIA DRIVER
4300 M:      Antti Palosaari <crope@iki.fi>
4301 L:      linux-media@vger.kernel.org
4302 W:      https://linuxtv.org
4303 W:      http://palosaari.fi/linux/
4304 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4305 T:      git git://linuxtv.org/anttip/media_tree.git
4306 S:      Maintained
4307 F:      drivers/media/usb/dvb-usb-v2/af9015*
4309 DVB_USB_AF9035 MEDIA DRIVER
4310 M:      Antti Palosaari <crope@iki.fi>
4311 L:      linux-media@vger.kernel.org
4312 W:      https://linuxtv.org
4313 W:      http://palosaari.fi/linux/
4314 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4315 T:      git git://linuxtv.org/anttip/media_tree.git
4316 S:      Maintained
4317 F:      drivers/media/usb/dvb-usb-v2/af9035*
4319 DVB_USB_ANYSEE MEDIA DRIVER
4320 M:      Antti Palosaari <crope@iki.fi>
4321 L:      linux-media@vger.kernel.org
4322 W:      https://linuxtv.org
4323 W:      http://palosaari.fi/linux/
4324 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4325 T:      git git://linuxtv.org/anttip/media_tree.git
4326 S:      Maintained
4327 F:      drivers/media/usb/dvb-usb-v2/anysee*
4329 DVB_USB_AU6610 MEDIA DRIVER
4330 M:      Antti Palosaari <crope@iki.fi>
4331 L:      linux-media@vger.kernel.org
4332 W:      https://linuxtv.org
4333 W:      http://palosaari.fi/linux/
4334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4335 T:      git git://linuxtv.org/anttip/media_tree.git
4336 S:      Maintained
4337 F:      drivers/media/usb/dvb-usb-v2/au6610*
4339 DVB_USB_CE6230 MEDIA DRIVER
4340 M:      Antti Palosaari <crope@iki.fi>
4341 L:      linux-media@vger.kernel.org
4342 W:      https://linuxtv.org
4343 W:      http://palosaari.fi/linux/
4344 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4345 T:      git git://linuxtv.org/anttip/media_tree.git
4346 S:      Maintained
4347 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4349 DVB_USB_CXUSB MEDIA DRIVER
4350 M:      Michael Krufky <mkrufky@linuxtv.org>
4351 L:      linux-media@vger.kernel.org
4352 W:      https://linuxtv.org
4353 W:      http://github.com/mkrufky
4354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4355 T:      git git://linuxtv.org/media_tree.git
4356 S:      Maintained
4357 F:      drivers/media/usb/dvb-usb/cxusb*
4359 DVB_USB_EC168 MEDIA DRIVER
4360 M:      Antti Palosaari <crope@iki.fi>
4361 L:      linux-media@vger.kernel.org
4362 W:      https://linuxtv.org
4363 W:      http://palosaari.fi/linux/
4364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4365 T:      git git://linuxtv.org/anttip/media_tree.git
4366 S:      Maintained
4367 F:      drivers/media/usb/dvb-usb-v2/ec168*
4369 DVB_USB_GL861 MEDIA DRIVER
4370 M:      Antti Palosaari <crope@iki.fi>
4371 L:      linux-media@vger.kernel.org
4372 W:      https://linuxtv.org
4373 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4374 T:      git git://linuxtv.org/anttip/media_tree.git
4375 S:      Maintained
4376 F:      drivers/media/usb/dvb-usb-v2/gl861*
4378 DVB_USB_MXL111SF MEDIA DRIVER
4379 M:      Michael Krufky <mkrufky@linuxtv.org>
4380 L:      linux-media@vger.kernel.org
4381 W:      https://linuxtv.org
4382 W:      http://github.com/mkrufky
4383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4384 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4385 S:      Maintained
4386 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4388 DVB_USB_RTL28XXU MEDIA DRIVER
4389 M:      Antti Palosaari <crope@iki.fi>
4390 L:      linux-media@vger.kernel.org
4391 W:      https://linuxtv.org
4392 W:      http://palosaari.fi/linux/
4393 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4394 T:      git git://linuxtv.org/anttip/media_tree.git
4395 S:      Maintained
4396 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4398 DVB_USB_V2 MEDIA DRIVER
4399 M:      Antti Palosaari <crope@iki.fi>
4400 L:      linux-media@vger.kernel.org
4401 W:      https://linuxtv.org
4402 W:      http://palosaari.fi/linux/
4403 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4404 T:      git git://linuxtv.org/anttip/media_tree.git
4405 S:      Maintained
4406 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4407 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4409 DYNAMIC DEBUG
4410 M:      Jason Baron <jbaron@akamai.com>
4411 S:      Maintained
4412 F:      lib/dynamic_debug.c
4413 F:      include/linux/dynamic_debug.h
4415 DZ DECSTATION DZ11 SERIAL DRIVER
4416 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4417 S:      Maintained
4418 F:      drivers/tty/serial/dz.*
4420 E3X0 POWER BUTTON DRIVER
4421 M:      Moritz Fischer <moritz.fischer@ettus.com>
4422 L:      usrp-users@lists.ettus.com
4423 W:      http://www.ettus.com
4424 S:      Supported
4425 F:      drivers/input/misc/e3x0-button.c
4426 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4428 E4000 MEDIA DRIVER
4429 M:      Antti Palosaari <crope@iki.fi>
4430 L:      linux-media@vger.kernel.org
4431 W:      https://linuxtv.org
4432 W:      http://palosaari.fi/linux/
4433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4434 T:      git git://linuxtv.org/anttip/media_tree.git
4435 S:      Maintained
4436 F:      drivers/media/tuners/e4000*
4438 EATA ISA/EISA/PCI SCSI DRIVER
4439 M:      Dario Ballabio <ballabio_dario@emc.com>
4440 L:      linux-scsi@vger.kernel.org
4441 S:      Maintained
4442 F:      drivers/scsi/eata.c
4444 EC100 MEDIA DRIVER
4445 M:      Antti Palosaari <crope@iki.fi>
4446 L:      linux-media@vger.kernel.org
4447 W:      https://linuxtv.org
4448 W:      http://palosaari.fi/linux/
4449 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4450 T:      git git://linuxtv.org/anttip/media_tree.git
4451 S:      Maintained
4452 F:      drivers/media/dvb-frontends/ec100*
4454 ECRYPT FILE SYSTEM
4455 M:      Tyler Hicks <tyhicks@canonical.com>
4456 L:      ecryptfs@vger.kernel.org
4457 W:      http://ecryptfs.org
4458 W:      https://launchpad.net/ecryptfs
4459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4460 S:      Supported
4461 F:      Documentation/filesystems/ecryptfs.txt
4462 F:      fs/ecryptfs/
4464 EDAC-CORE
4465 M:      Borislav Petkov <bp@alien8.de>
4466 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4467 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4468 L:      linux-edac@vger.kernel.org
4469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4471 S:      Supported
4472 F:      Documentation/edac.txt
4473 F:      drivers/edac/
4474 F:      include/linux/edac.h
4476 EDAC-AMD64
4477 M:      Borislav Petkov <bp@alien8.de>
4478 L:      linux-edac@vger.kernel.org
4479 S:      Maintained
4480 F:      drivers/edac/amd64_edac*
4482 EDAC-CALXEDA
4483 M:      Robert Richter <rric@kernel.org>
4484 L:      linux-edac@vger.kernel.org
4485 S:      Maintained
4486 F:      drivers/edac/highbank*
4488 EDAC-CAVIUM
4489 M:      Ralf Baechle <ralf@linux-mips.org>
4490 M:      David Daney <david.daney@cavium.com>
4491 L:      linux-edac@vger.kernel.org
4492 L:      linux-mips@linux-mips.org
4493 S:      Supported
4494 F:      drivers/edac/octeon_edac*
4496 EDAC-E752X
4497 M:      Mark Gross <mark.gross@intel.com>
4498 L:      linux-edac@vger.kernel.org
4499 S:      Maintained
4500 F:      drivers/edac/e752x_edac.c
4502 EDAC-E7XXX
4503 L:      linux-edac@vger.kernel.org
4504 S:      Maintained
4505 F:      drivers/edac/e7xxx_edac.c
4507 EDAC-FSL_DDR
4508 M:      York Sun <york.sun@nxp.com>
4509 L:      linux-edac@vger.kernel.org
4510 S:      Maintained
4511 F:      drivers/edac/fsl_ddr_edac.*
4513 EDAC-GHES
4514 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4515 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4516 L:      linux-edac@vger.kernel.org
4517 S:      Maintained
4518 F:      drivers/edac/ghes_edac.c
4520 EDAC-I82443BXGX
4521 M:      Tim Small <tim@buttersideup.com>
4522 L:      linux-edac@vger.kernel.org
4523 S:      Maintained
4524 F:      drivers/edac/i82443bxgx_edac.c
4526 EDAC-I3000
4527 L:      linux-edac@vger.kernel.org
4528 S:      Orphan
4529 F:      drivers/edac/i3000_edac.c
4531 EDAC-I5000
4532 L:      linux-edac@vger.kernel.org
4533 S:      Maintained
4534 F:      drivers/edac/i5000_edac.c
4536 EDAC-I5400
4537 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4538 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4539 L:      linux-edac@vger.kernel.org
4540 S:      Maintained
4541 F:      drivers/edac/i5400_edac.c
4543 EDAC-I7300
4544 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4545 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4546 L:      linux-edac@vger.kernel.org
4547 S:      Maintained
4548 F:      drivers/edac/i7300_edac.c
4550 EDAC-I7CORE
4551 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4552 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4553 L:      linux-edac@vger.kernel.org
4554 S:      Maintained
4555 F:      drivers/edac/i7core_edac.c
4557 EDAC-I82975X
4558 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4559 M:      "Arvind R." <arvino55@gmail.com>
4560 L:      linux-edac@vger.kernel.org
4561 S:      Maintained
4562 F:      drivers/edac/i82975x_edac.c
4564 EDAC-IE31200
4565 M:      Jason Baron <jbaron@akamai.com>
4566 L:      linux-edac@vger.kernel.org
4567 S:      Maintained
4568 F:      drivers/edac/ie31200_edac.c
4570 EDAC-MPC85XX
4571 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4572 L:      linux-edac@vger.kernel.org
4573 S:      Maintained
4574 F:      drivers/edac/mpc85xx_edac.[ch]
4576 EDAC-PASEMI
4577 M:      Egor Martovetsky <egor@pasemi.com>
4578 L:      linux-edac@vger.kernel.org
4579 S:      Maintained
4580 F:      drivers/edac/pasemi_edac.c
4582 EDAC-R82600
4583 M:      Tim Small <tim@buttersideup.com>
4584 L:      linux-edac@vger.kernel.org
4585 S:      Maintained
4586 F:      drivers/edac/r82600_edac.c
4588 EDAC-SBRIDGE
4589 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4590 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4591 L:      linux-edac@vger.kernel.org
4592 S:      Maintained
4593 F:      drivers/edac/sb_edac.c
4595 EDAC-SKYLAKE
4596 M:      Tony Luck <tony.luck@intel.com>
4597 L:      linux-edac@vger.kernel.org
4598 S:      Maintained
4599 F:      drivers/edac/skx_edac.c
4601 EDAC-XGENE
4602 APPLIED MICRO (APM) X-GENE SOC EDAC
4603 M:     Loc Ho <lho@apm.com>
4604 S:     Supported
4605 F:     drivers/edac/xgene_edac.c
4606 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4608 EDIROL UA-101/UA-1000 DRIVER
4609 M:      Clemens Ladisch <clemens@ladisch.de>
4610 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4611 T:      git git://git.alsa-project.org/alsa-kernel.git
4612 S:      Maintained
4613 F:      sound/usb/misc/ua101.c
4615 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4616 M:      Matt Fleming <matt@codeblueprint.co.uk>
4617 L:      linux-efi@vger.kernel.org
4618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4619 S:      Maintained
4620 F:      Documentation/efi-stub.txt
4621 F:      arch/ia64/kernel/efi.c
4622 F:      arch/x86/boot/compressed/eboot.[ch]
4623 F:      arch/x86/include/asm/efi.h
4624 F:      arch/x86/platform/efi/
4625 F:      drivers/firmware/efi/
4626 F:      include/linux/efi*.h
4628 EFI VARIABLE FILESYSTEM
4629 M:      Matthew Garrett <matthew.garrett@nebula.com>
4630 M:      Jeremy Kerr <jk@ozlabs.org>
4631 M:      Matt Fleming <matt@codeblueprint.co.uk>
4632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4633 L:      linux-efi@vger.kernel.org
4634 S:      Maintained
4635 F:      fs/efivarfs/
4637 EFIFB FRAMEBUFFER DRIVER
4638 L:      linux-fbdev@vger.kernel.org
4639 M:      Peter Jones <pjones@redhat.com>
4640 S:      Maintained
4641 F:      drivers/video/fbdev/efifb.c
4643 EFI TEST DRIVER
4644 L:      linux-efi@vger.kernel.org
4645 M:      Ivan Hu <ivan.hu@canonical.com>
4646 M:      Matt Fleming <matt@codeblueprint.co.uk>
4647 S:      Maintained
4648 F:      drivers/firmware/efi/test/
4650 EFS FILESYSTEM
4651 W:      http://aeschi.ch.eu.org/efs/
4652 S:      Orphan
4653 F:      fs/efs/
4655 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4656 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4657 L:      netdev@vger.kernel.org
4658 S:      Maintained
4659 F:      drivers/net/ethernet/ibm/ehea/
4661 EM28XX VIDEO4LINUX DRIVER
4662 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4663 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4664 L:      linux-media@vger.kernel.org
4665 W:      https://linuxtv.org
4666 T:      git git://linuxtv.org/media_tree.git
4667 S:      Maintained
4668 F:      drivers/media/usb/em28xx/
4669 F:      Documentation/media/v4l-drivers/em28xx*
4671 EMBEDDED LINUX
4672 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4673 M:      Matt Mackall <mpm@selenic.com>
4674 M:      David Woodhouse <dwmw2@infradead.org>
4675 L:      linux-embedded@vger.kernel.org
4676 S:      Maintained
4678 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4679 M:      James Smart <james.smart@avagotech.com>
4680 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4681 L:      linux-scsi@vger.kernel.org
4682 W:      http://www.avagotech.com
4683 S:      Supported
4684 F:      drivers/scsi/lpfc/
4686 ENE CB710 FLASH CARD READER DRIVER
4687 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4688 S:      Maintained
4689 F:      drivers/misc/cb710/
4690 F:      drivers/mmc/host/cb710-mmc.*
4691 F:      include/linux/cb710.h
4693 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4694 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4695 S:      Maintained
4696 F:      drivers/media/rc/ene_ir.*
4698 EPSON S1D13XXX FRAMEBUFFER DRIVER
4699 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4700 S:      Maintained
4701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4702 F:      drivers/video/fbdev/s1d13xxxfb.c
4703 F:      include/video/s1d13xxxfb.h
4705 ET131X NETWORK DRIVER
4706 M:      Mark Einon <mark.einon@gmail.com>
4707 S:      Odd Fixes
4708 F:      drivers/net/ethernet/agere/
4710 ETHERNET BRIDGE
4711 M:      Stephen Hemminger <stephen@networkplumber.org>
4712 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4713 L:      netdev@vger.kernel.org
4714 W:      http://www.linuxfoundation.org/en/Net:Bridge
4715 S:      Maintained
4716 F:      include/linux/netfilter_bridge/
4717 F:      net/bridge/
4719 ETHERNET PHY LIBRARY
4720 M:      Florian Fainelli <f.fainelli@gmail.com>
4721 L:      netdev@vger.kernel.org
4722 S:      Maintained
4723 F:      include/linux/phy.h
4724 F:      include/linux/phy_fixed.h
4725 F:      drivers/net/phy/
4726 F:      Documentation/networking/phy.txt
4727 F:      drivers/of/of_mdio.c
4728 F:      drivers/of/of_net.c
4730 EXT2 FILE SYSTEM
4731 M:      Jan Kara <jack@suse.com>
4732 L:      linux-ext4@vger.kernel.org
4733 S:      Maintained
4734 F:      Documentation/filesystems/ext2.txt
4735 F:      fs/ext2/
4736 F:      include/linux/ext2*
4738 EXT4 FILE SYSTEM
4739 M:      "Theodore Ts'o" <tytso@mit.edu>
4740 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4741 L:      linux-ext4@vger.kernel.org
4742 W:      http://ext4.wiki.kernel.org
4743 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4745 S:      Maintained
4746 F:      Documentation/filesystems/ext4.txt
4747 F:      fs/ext4/
4749 Extended Verification Module (EVM)
4750 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4751 L:      linux-ima-devel@lists.sourceforge.net
4752 L:      linux-security-module@vger.kernel.org
4753 S:      Supported
4754 F:      security/integrity/evm/
4756 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4757 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4758 M:      Chanwoo Choi <cw00.choi@samsung.com>
4759 L:      linux-kernel@vger.kernel.org
4760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4761 S:      Maintained
4762 F:      drivers/extcon/
4763 F:      include/linux/extcon/
4764 F:      include/linux/extcon.h
4765 F:      Documentation/extcon/
4766 F:      Documentation/devicetree/bindings/extcon/
4768 EXYNOS DP DRIVER
4769 M:      Jingoo Han <jingoohan1@gmail.com>
4770 L:      dri-devel@lists.freedesktop.org
4771 S:      Maintained
4772 F:      drivers/gpu/drm/exynos/exynos_dp*
4774 EXYNOS SYSMMU (IOMMU) driver
4775 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4776 L:      iommu@lists.linux-foundation.org
4777 S:      Maintained
4778 F:      drivers/iommu/exynos-iommu.c
4780 EZchip NPS platform support
4781 M:      Noam Camus <noamc@ezchip.com>
4782 S:      Supported
4783 F:      arch/arc/plat-eznps
4784 F:      arch/arc/boot/dts/eznps.dts
4786 F71805F HARDWARE MONITORING DRIVER
4787 M:      Jean Delvare <jdelvare@suse.com>
4788 L:      linux-hwmon@vger.kernel.org
4789 S:      Maintained
4790 F:      Documentation/hwmon/f71805f
4791 F:      drivers/hwmon/f71805f.c
4793 FC0011 TUNER DRIVER
4794 M:      Michael Buesch <m@bues.ch>
4795 L:      linux-media@vger.kernel.org
4796 S:      Maintained
4797 F:      drivers/media/tuners/fc0011.h
4798 F:      drivers/media/tuners/fc0011.c
4800 FC2580 MEDIA DRIVER
4801 M:      Antti Palosaari <crope@iki.fi>
4802 L:      linux-media@vger.kernel.org
4803 W:      https://linuxtv.org
4804 W:      http://palosaari.fi/linux/
4805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4806 T:      git git://linuxtv.org/anttip/media_tree.git
4807 S:      Maintained
4808 F:      drivers/media/tuners/fc2580*
4810 FANOTIFY
4811 M:      Eric Paris <eparis@redhat.com>
4812 S:      Maintained
4813 F:      fs/notify/fanotify/
4814 F:      include/linux/fanotify.h
4815 F:      include/uapi/linux/fanotify.h
4817 FARSYNC SYNCHRONOUS DRIVER
4818 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4819 W:      http://www.farsite.co.uk/
4820 S:      Supported
4821 F:      drivers/net/wan/farsync.*
4823 FAULT INJECTION SUPPORT
4824 M:      Akinobu Mita <akinobu.mita@gmail.com>
4825 S:      Supported
4826 F:      Documentation/fault-injection/
4827 F:      lib/fault-inject.c
4829 FBTFT Framebuffer drivers
4830 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4831 M:      Noralf Trønnes <noralf@tronnes.org>
4832 S:      Maintained
4833 F:      drivers/staging/fbtft/
4835 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4836 M:      Johannes Thumshirn <jth@kernel.org>
4837 L:      fcoe-devel@open-fcoe.org
4838 W:      www.Open-FCoE.org
4839 S:      Supported
4840 F:      drivers/scsi/libfc/
4841 F:      drivers/scsi/fcoe/
4842 F:      include/scsi/fc/
4843 F:      include/scsi/libfc.h
4844 F:      include/scsi/libfcoe.h
4845 F:      include/uapi/scsi/fc/
4847 FILE LOCKING (flock() and fcntl()/lockf())
4848 M:      Jeff Layton <jlayton@poochiereds.net>
4849 M:      "J. Bruce Fields" <bfields@fieldses.org>
4850 L:      linux-fsdevel@vger.kernel.org
4851 S:      Maintained
4852 F:      include/linux/fcntl.h
4853 F:      include/linux/fs.h
4854 F:      include/uapi/linux/fcntl.h
4855 F:      include/uapi/linux/fs.h
4856 F:      fs/fcntl.c
4857 F:      fs/locks.c
4859 FILESYSTEMS (VFS and infrastructure)
4860 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4861 L:      linux-fsdevel@vger.kernel.org
4862 S:      Maintained
4863 F:      fs/*
4865 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4866 M:      Riku Voipio <riku.voipio@iki.fi>
4867 L:      linux-hwmon@vger.kernel.org
4868 S:      Maintained
4869 F:      drivers/hwmon/f75375s.c
4870 F:      include/linux/f75375s.h
4872 FIREWIRE AUDIO DRIVERS
4873 M:      Clemens Ladisch <clemens@ladisch.de>
4874 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4875 T:      git git://git.alsa-project.org/alsa-kernel.git
4876 S:      Maintained
4877 F:      sound/firewire/
4879 FIREWIRE MEDIA DRIVERS (firedtv)
4880 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4881 L:      linux-media@vger.kernel.org
4882 L:      linux1394-devel@lists.sourceforge.net
4883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4884 S:      Maintained
4885 F:      drivers/media/firewire/
4887 FIREWIRE SBP-2 TARGET
4888 M:      Chris Boot <bootc@bootc.net>
4889 L:      linux-scsi@vger.kernel.org
4890 L:      target-devel@vger.kernel.org
4891 L:      linux1394-devel@lists.sourceforge.net
4892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4893 S:      Maintained
4894 F:      drivers/target/sbp/
4896 FIREWIRE SUBSYSTEM
4897 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4898 L:      linux1394-devel@lists.sourceforge.net
4899 W:      http://ieee1394.wiki.kernel.org/
4900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4901 S:      Maintained
4902 F:      drivers/firewire/
4903 F:      include/linux/firewire.h
4904 F:      include/uapi/linux/firewire*.h
4905 F:      tools/firewire/
4907 FIRMWARE LOADER (request_firmware)
4908 M:      Ming Lei <ming.lei@canonical.com>
4909 M:      Luis R. Rodriguez <mcgrof@kernel.org>
4910 L:      linux-kernel@vger.kernel.org
4911 S:      Maintained
4912 F:      Documentation/firmware_class/
4913 F:      drivers/base/firmware*.c
4914 F:      include/linux/firmware.h
4916 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4917 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4918 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4919 S:      Maintained
4920 F:      drivers/block/rsxx/
4922 FLOPPY DRIVER
4923 M:      Jiri Kosina <jikos@kernel.org>
4924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4925 S:      Odd fixes
4926 F:      drivers/block/floppy.c
4928 FMC SUBSYSTEM
4929 M:      Alessandro Rubini <rubini@gnudd.com>
4930 W:      http://www.ohwr.org/projects/fmc-bus
4931 S:      Supported
4932 F:      drivers/fmc/
4933 F:      include/linux/fmc*.h
4934 F:      include/linux/ipmi-fru.h
4935 K:      fmc_d.*register
4937 FPGA MANAGER FRAMEWORK
4938 M:      Alan Tull <atull@opensource.altera.com>
4939 R:      Moritz Fischer <moritz.fischer@ettus.com>
4940 S:      Maintained
4941 F:      drivers/fpga/
4942 F:      include/linux/fpga/fpga-mgr.h
4943 W:      http://www.rocketboards.org
4945 FPU EMULATOR
4946 M:      Bill Metzenthen <billm@melbpc.org.au>
4947 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4948 S:      Maintained
4949 F:      arch/x86/math-emu/
4951 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4952 L:      netdev@vger.kernel.org
4953 S:      Orphan
4954 F:      drivers/net/wan/dlci.c
4955 F:      drivers/net/wan/sdla.c
4957 FRAMEBUFFER LAYER
4958 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4959 L:      linux-fbdev@vger.kernel.org
4960 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4961 S:      Maintained
4962 F:      Documentation/fb/
4963 F:      drivers/video/
4964 F:      include/video/
4965 F:      include/linux/fb.h
4966 F:      include/uapi/video/
4967 F:      include/uapi/linux/fb.h
4969 FREESCALE DIU FRAMEBUFFER DRIVER
4970 M:      Timur Tabi <timur@tabi.org>
4971 L:      linux-fbdev@vger.kernel.org
4972 S:      Maintained
4973 F:      drivers/video/fbdev/fsl-diu-fb.*
4975 FREESCALE DMA DRIVER
4976 M:      Li Yang <leoli@freescale.com>
4977 M:      Zhang Wei <zw@zh-kernel.org>
4978 L:      linuxppc-dev@lists.ozlabs.org
4979 S:      Maintained
4980 F:      drivers/dma/fsldma.*
4982 FREESCALE GPMI NAND DRIVER
4983 M:      Han Xu <han.xu@nxp.com>
4984 L:      linux-mtd@lists.infradead.org
4985 S:      Maintained
4986 F:      drivers/mtd/nand/gpmi-nand/*
4988 FREESCALE I2C CPM DRIVER
4989 M:      Jochen Friedrich <jochen@scram.de>
4990 L:      linuxppc-dev@lists.ozlabs.org
4991 L:      linux-i2c@vger.kernel.org
4992 S:      Maintained
4993 F:      drivers/i2c/busses/i2c-cpm.c
4995 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4996 M:      Sascha Hauer <kernel@pengutronix.de>
4997 L:      linux-fbdev@vger.kernel.org
4998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4999 S:      Maintained
5000 F:      include/linux/platform_data/video-imxfb.h
5001 F:      drivers/video/fbdev/imxfb.c
5003 FREESCALE QUAD SPI DRIVER
5004 M:      Han Xu <han.xu@nxp.com>
5005 L:      linux-mtd@lists.infradead.org
5006 S:      Maintained
5007 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5009 FREESCALE SOC FS_ENET DRIVER
5010 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5011 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5012 L:      linuxppc-dev@lists.ozlabs.org
5013 L:      netdev@vger.kernel.org
5014 S:      Maintained
5015 F:      drivers/net/ethernet/freescale/fs_enet/
5016 F:      include/linux/fs_enet_pd.h
5018 FREESCALE IMX / MXC FEC DRIVER
5019 M:      Fugang Duan <fugang.duan@nxp.com>
5020 L:      netdev@vger.kernel.org
5021 S:      Maintained
5022 F:      drivers/net/ethernet/freescale/fec_main.c
5023 F:      drivers/net/ethernet/freescale/fec_ptp.c
5024 F:      drivers/net/ethernet/freescale/fec.h
5025 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5027 FREESCALE QORIQ DPAA FMAN DRIVER
5028 M:      Madalin Bucur <madalin.bucur@nxp.com>
5029 L:      netdev@vger.kernel.org
5030 S:      Maintained
5031 F:      drivers/net/ethernet/freescale/fman
5032 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5034 FREESCALE QUICC ENGINE LIBRARY
5035 L:      linuxppc-dev@lists.ozlabs.org
5036 S:      Orphan
5037 F:      drivers/soc/fsl/qe/
5038 F:      include/soc/fsl/*qe*.h
5039 F:      include/soc/fsl/*ucc*.h
5041 FREESCALE USB PERIPHERAL DRIVERS
5042 M:      Li Yang <leoli@freescale.com>
5043 L:      linux-usb@vger.kernel.org
5044 L:      linuxppc-dev@lists.ozlabs.org
5045 S:      Maintained
5046 F:      drivers/usb/gadget/udc/fsl*
5048 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5049 M:      Li Yang <leoli@freescale.com>
5050 L:      netdev@vger.kernel.org
5051 L:      linuxppc-dev@lists.ozlabs.org
5052 S:      Maintained
5053 F:      drivers/net/ethernet/freescale/ucc_geth*
5055 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5056 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5057 L:      netdev@vger.kernel.org
5058 S:      Maintained
5059 F:      drivers/net/ethernet/freescale/gianfar*
5060 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5061 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5063 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5064 M:      Zhao Qiang <qiang.zhao@nxp.com>
5065 L:      netdev@vger.kernel.org
5066 L:      linuxppc-dev@lists.ozlabs.org
5067 S:      Maintained
5068 F:      drivers/net/wan/fsl_ucc_hdlc*
5070 FREESCALE QUICC ENGINE UCC UART DRIVER
5071 M:      Timur Tabi <timur@tabi.org>
5072 L:      linuxppc-dev@lists.ozlabs.org
5073 S:      Maintained
5074 F:      drivers/tty/serial/ucc_uart.c
5076 FREESCALE SOC SOUND DRIVERS
5077 M:      Timur Tabi <timur@tabi.org>
5078 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5079 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5080 R:      Fabio Estevam <fabio.estevam@nxp.com>
5081 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5082 L:      linuxppc-dev@lists.ozlabs.org
5083 S:      Maintained
5084 F:      sound/soc/fsl/fsl*
5085 F:      sound/soc/fsl/imx*
5086 F:      sound/soc/fsl/mpc8610_hpcd.c
5088 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5089 M:      "J. German Rivera" <German.Rivera@freescale.com>
5090 M:      Stuart Yoder <stuart.yoder@nxp.com>
5091 L:      linux-kernel@vger.kernel.org
5092 S:      Maintained
5093 F:      drivers/staging/fsl-mc/
5095 FREEVXFS FILESYSTEM
5096 M:      Christoph Hellwig <hch@infradead.org>
5097 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5098 S:      Maintained
5099 F:      fs/freevxfs/
5101 FREEZER
5102 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5103 M:      Pavel Machek <pavel@ucw.cz>
5104 L:      linux-pm@vger.kernel.org
5105 S:      Supported
5106 F:      Documentation/power/freezing-of-tasks.txt
5107 F:      include/linux/freezer.h
5108 F:      kernel/freezer.c
5110 FRONTSWAP API
5111 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5112 L:      linux-kernel@vger.kernel.org
5113 S:      Maintained
5114 F:      mm/frontswap.c
5115 F:      include/linux/frontswap.h
5117 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5118 M:      David Howells <dhowells@redhat.com>
5119 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5120 S:      Supported
5121 F:      Documentation/filesystems/caching/
5122 F:      fs/fscache/
5123 F:      include/linux/fscache*.h
5125 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5126 M:      Theodore Y. Ts'o <tytso@mit.edu>
5127 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5128 S:      Supported
5129 F:      fs/crypto/
5130 F:      include/linux/fscrypto.h
5132 F2FS FILE SYSTEM
5133 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5134 M:      Chao Yu <yuchao0@huawei.com>
5135 L:      linux-f2fs-devel@lists.sourceforge.net
5136 W:      https://f2fs.wiki.kernel.org/
5137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5138 S:      Maintained
5139 F:      Documentation/filesystems/f2fs.txt
5140 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5141 F:      fs/f2fs/
5142 F:      include/linux/f2fs_fs.h
5143 F:      include/trace/events/f2fs.h
5145 FUJITSU FR-V (FRV) PORT
5146 S:      Orphan
5147 F:      arch/frv/
5149 FUJITSU LAPTOP EXTRAS
5150 M:      Jonathan Woithe <jwoithe@just42.net>
5151 L:      platform-driver-x86@vger.kernel.org
5152 S:      Maintained
5153 F:      drivers/platform/x86/fujitsu-laptop.c
5155 FUJITSU M-5MO LS CAMERA ISP DRIVER
5156 M:      Kyungmin Park <kyungmin.park@samsung.com>
5157 M:      Heungjun Kim <riverful.kim@samsung.com>
5158 L:      linux-media@vger.kernel.org
5159 S:      Maintained
5160 F:      drivers/media/i2c/m5mols/
5161 F:      include/media/i2c/m5mols.h
5163 FUJITSU TABLET EXTRAS
5164 M:      Robert Gerlach <khnz@gmx.de>
5165 L:      platform-driver-x86@vger.kernel.org
5166 S:      Maintained
5167 F:      drivers/platform/x86/fujitsu-tablet.c
5169 FUSE: FILESYSTEM IN USERSPACE
5170 M:      Miklos Szeredi <miklos@szeredi.hu>
5171 L:      linux-fsdevel@vger.kernel.org
5172 W:      http://fuse.sourceforge.net/
5173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5174 S:      Maintained
5175 F:      fs/fuse/
5176 F:      include/uapi/linux/fuse.h
5177 F:      Documentation/filesystems/fuse.txt
5179 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5180 M:      Rik Faith <faith@cs.unc.edu>
5181 L:      linux-scsi@vger.kernel.org
5182 S:      Odd Fixes (e.g., new signatures)
5183 F:      drivers/scsi/fdomain.*
5185 GCC PLUGINS
5186 M:      Kees Cook <keescook@chromium.org>
5187 R:      Emese Revfy <re.emese@gmail.com>
5188 L:      kernel-hardening@lists.openwall.com
5189 S:      Maintained
5190 F:      scripts/gcc-plugins/
5191 F:      scripts/gcc-plugin.sh
5192 F:      Documentation/gcc-plugins.txt
5194 GCOV BASED KERNEL PROFILING
5195 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5196 S:      Maintained
5197 F:      kernel/gcov/
5198 F:      Documentation/dev-tools/gcov.rst
5200 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5201 M:      Achim Leubner <achim_leubner@adaptec.com>
5202 L:      linux-scsi@vger.kernel.org
5203 W:      http://www.icp-vortex.com/
5204 S:      Supported
5205 F:      drivers/scsi/gdt*
5207 GDB KERNEL DEBUGGING HELPER SCRIPTS
5208 M:      Jan Kiszka <jan.kiszka@siemens.com>
5209 M:      Kieran Bingham <kieran@bingham.xyz>
5210 S:      Supported
5211 F:      scripts/gdb/
5213 GEMTEK FM RADIO RECEIVER DRIVER
5214 M:      Hans Verkuil <hverkuil@xs4all.nl>
5215 L:      linux-media@vger.kernel.org
5216 T:      git git://linuxtv.org/media_tree.git
5217 W:      https://linuxtv.org
5218 S:      Maintained
5219 F:      drivers/media/radio/radio-gemtek*
5221 GENERIC GPIO I2C DRIVER
5222 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5223 S:      Supported
5224 F:      drivers/i2c/busses/i2c-gpio.c
5225 F:      include/linux/i2c-gpio.h
5227 GENERIC GPIO I2C MULTIPLEXER DRIVER
5228 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5229 L:      linux-i2c@vger.kernel.org
5230 S:      Supported
5231 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5232 F:      include/linux/i2c-mux-gpio.h
5233 F:      Documentation/i2c/muxes/i2c-mux-gpio
5235 GENERIC HDLC (WAN) DRIVERS
5236 M:      Krzysztof Halasa <khc@pm.waw.pl>
5237 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5238 S:      Maintained
5239 F:      drivers/net/wan/c101.c
5240 F:      drivers/net/wan/hd6457*
5241 F:      drivers/net/wan/hdlc*
5242 F:      drivers/net/wan/n2.c
5243 F:      drivers/net/wan/pc300too.c
5244 F:      drivers/net/wan/pci200syn.c
5245 F:      drivers/net/wan/wanxl*
5247 GENERIC INCLUDE/ASM HEADER FILES
5248 M:      Arnd Bergmann <arnd@arndb.de>
5249 L:      linux-arch@vger.kernel.org
5250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5251 S:      Maintained
5252 F:      include/asm-generic/
5253 F:      include/uapi/asm-generic/
5255 GENERIC PHY FRAMEWORK
5256 M:      Kishon Vijay Abraham I <kishon@ti.com>
5257 L:      linux-kernel@vger.kernel.org
5258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5259 S:      Supported
5260 F:      drivers/phy/
5261 F:      include/linux/phy/
5263 GENERIC PM DOMAINS
5264 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5265 M:      Kevin Hilman <khilman@kernel.org>
5266 M:      Ulf Hansson <ulf.hansson@linaro.org>
5267 L:      linux-pm@vger.kernel.org
5268 S:      Supported
5269 F:      drivers/base/power/domain*.c
5270 F:      include/linux/pm_domain.h
5272 GENERIC UIO DRIVER FOR PCI DEVICES
5273 M:      "Michael S. Tsirkin" <mst@redhat.com>
5274 L:      kvm@vger.kernel.org
5275 S:      Supported
5276 F:      drivers/uio/uio_pci_generic.c
5278 GET_MAINTAINER SCRIPT
5279 M:      Joe Perches <joe@perches.com>
5280 S:      Maintained
5281 F:      scripts/get_maintainer.pl
5283 GFS2 FILE SYSTEM
5284 M:      Steven Whitehouse <swhiteho@redhat.com>
5285 M:      Bob Peterson <rpeterso@redhat.com>
5286 L:      cluster-devel@redhat.com
5287 W:      http://sources.redhat.com/cluster/
5288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5289 S:      Supported
5290 F:      Documentation/filesystems/gfs2*.txt
5291 F:      fs/gfs2/
5292 F:      include/uapi/linux/gfs2_ondisk.h
5294 GIGASET ISDN DRIVERS
5295 M:      Paul Bolle <pebolle@tiscali.nl>
5296 L:      gigaset307x-common@lists.sourceforge.net
5297 W:      http://gigaset307x.sourceforge.net/
5298 S:      Odd Fixes
5299 F:      Documentation/isdn/README.gigaset
5300 F:      drivers/isdn/gigaset/
5301 F:      include/uapi/linux/gigaset_dev.h
5303 GO7007 MPEG CODEC
5304 M:      Hans Verkuil <hans.verkuil@cisco.com>
5305 L:      linux-media@vger.kernel.org
5306 S:      Maintained
5307 F:      drivers/media/usb/go7007/
5309 GOODIX TOUCHSCREEN
5310 M:      Bastien Nocera <hadess@hadess.net>
5311 L:      linux-input@vger.kernel.org
5312 S:      Maintained
5313 F:      drivers/input/touchscreen/goodix.c
5315 GPIO MOCKUP DRIVER
5316 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5317 L:      linux-gpio@vger.kernel.org
5318 S:      Maintained
5319 F:      drivers/gpio/gpio-mockup.c
5320 F:      tools/testing/selftests/gpio/
5322 GPIO SUBSYSTEM
5323 M:      Linus Walleij <linus.walleij@linaro.org>
5324 M:      Alexandre Courbot <gnurou@gmail.com>
5325 L:      linux-gpio@vger.kernel.org
5326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5327 S:      Maintained
5328 F:      Documentation/devicetree/bindings/gpio/
5329 F:      Documentation/gpio/
5330 F:      Documentation/ABI/testing/gpio-cdev
5331 F:      Documentation/ABI/obsolete/sysfs-gpio
5332 F:      drivers/gpio/
5333 F:      include/linux/gpio/
5334 F:      include/linux/gpio.h
5335 F:      include/asm-generic/gpio.h
5336 F:      include/uapi/linux/gpio.h
5337 F:      tools/gpio/
5339 GRE DEMULTIPLEXER DRIVER
5340 M:      Dmitry Kozlov <xeb@mail.ru>
5341 L:      netdev@vger.kernel.org
5342 S:      Maintained
5343 F:      net/ipv4/gre_demux.c
5344 F:      net/ipv4/gre_offload.c
5345 F:      include/net/gre.h
5347 GRETH 10/100/1G Ethernet MAC device driver
5348 M:      Andreas Larsson <andreas@gaisler.com>
5349 L:      netdev@vger.kernel.org
5350 S:      Maintained
5351 F:      drivers/net/ethernet/aeroflex/
5353 GREYBUS SUBSYSTEM
5354 M:      Johan Hovold <johan@kernel.org>
5355 M:      Alex Elder <elder@kernel.org>
5356 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5357 S:      Maintained
5358 F:      drivers/staging/greybus/
5360 GREYBUS AUDIO PROTOCOLS DRIVERS
5361 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5362 M:      Mark Greer <mgreer@animalcreek.com>
5363 S:      Maintained
5364 F:      drivers/staging/greybus/audio_apbridgea.c
5365 F:      drivers/staging/greybus/audio_apbridgea.h
5366 F:      drivers/staging/greybus/audio_codec.c
5367 F:      drivers/staging/greybus/audio_codec.h
5368 F:      drivers/staging/greybus/audio_gb.c
5369 F:      drivers/staging/greybus/audio_manager.c
5370 F:      drivers/staging/greybus/audio_manager.h
5371 F:      drivers/staging/greybus/audio_manager_module.c
5372 F:      drivers/staging/greybus/audio_manager_private.h
5373 F:      drivers/staging/greybus/audio_manager_sysfs.c
5374 F:      drivers/staging/greybus/audio_module.c
5375 F:      drivers/staging/greybus/audio_topology.c
5377 GREYBUS PROTOCOLS DRIVERS
5378 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5379 S:      Maintained
5380 F:      drivers/staging/greybus/sdio.c
5381 F:      drivers/staging/greybus/light.c
5382 F:      drivers/staging/greybus/gpio.c
5383 F:      drivers/staging/greybus/power_supply.c
5384 F:      drivers/staging/greybus/spi.c
5385 F:      drivers/staging/greybus/spilib.c
5387 GREYBUS PROTOCOLS DRIVERS
5388 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5389 S:      Maintained
5390 F:      drivers/staging/greybus/loopback.c
5391 F:      drivers/staging/greybus/timesync.c
5392 F:      drivers/staging/greybus/timesync_platform.c
5394 GREYBUS PROTOCOLS DRIVERS
5395 M:      Viresh Kumar <vireshk@kernel.org>
5396 S:      Maintained
5397 F:      drivers/staging/greybus/authentication.c
5398 F:      drivers/staging/greybus/bootrom.c
5399 F:      drivers/staging/greybus/firmware.h
5400 F:      drivers/staging/greybus/fw-core.c
5401 F:      drivers/staging/greybus/fw-download.c
5402 F:      drivers/staging/greybus/fw-managament.c
5403 F:      drivers/staging/greybus/greybus_authentication.h
5404 F:      drivers/staging/greybus/greybus_firmware.h
5405 F:      drivers/staging/greybus/hid.c
5406 F:      drivers/staging/greybus/i2c.c
5407 F:      drivers/staging/greybus/spi.c
5408 F:      drivers/staging/greybus/spilib.c
5409 F:      drivers/staging/greybus/spilib.h
5411 GREYBUS PROTOCOLS DRIVERS
5412 M:      David Lin <dtwlin@gmail.com>
5413 S:      Maintained
5414 F:      drivers/staging/greybus/uart.c
5415 F:      drivers/staging/greybus/log.c
5417 GREYBUS PLATFORM DRIVERS
5418 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5419 S:      Maintained
5420 F:      drivers/staging/greybus/arche-platform.c
5421 F:      drivers/staging/greybus/arche-apb-ctrl.c
5422 F:      drivers/staging/greybus/arche_platform.h
5424 GS1662 VIDEO SERIALIZER
5425 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5426 L:      linux-media@vger.kernel.org
5427 T:      git git://linuxtv.org/media_tree.git
5428 S:      Maintained
5429 F:      drivers/media/spi/gs1662.c
5431 GSPCA FINEPIX SUBDRIVER
5432 M:      Frank Zago <frank@zago.net>
5433 L:      linux-media@vger.kernel.org
5434 T:      git git://linuxtv.org/media_tree.git
5435 S:      Maintained
5436 F:      drivers/media/usb/gspca/finepix.c
5438 GSPCA GL860 SUBDRIVER
5439 M:      Olivier Lorin <o.lorin@laposte.net>
5440 L:      linux-media@vger.kernel.org
5441 T:      git git://linuxtv.org/media_tree.git
5442 S:      Maintained
5443 F:      drivers/media/usb/gspca/gl860/
5445 GSPCA M5602 SUBDRIVER
5446 M:      Erik Andren <erik.andren@gmail.com>
5447 L:      linux-media@vger.kernel.org
5448 T:      git git://linuxtv.org/media_tree.git
5449 S:      Maintained
5450 F:      drivers/media/usb/gspca/m5602/
5452 GSPCA PAC207 SONIXB SUBDRIVER
5453 M:      Hans Verkuil <hverkuil@xs4all.nl>
5454 L:      linux-media@vger.kernel.org
5455 T:      git git://linuxtv.org/media_tree.git
5456 S:      Odd Fixes
5457 F:      drivers/media/usb/gspca/pac207.c
5459 GSPCA SN9C20X SUBDRIVER
5460 M:      Brian Johnson <brijohn@gmail.com>
5461 L:      linux-media@vger.kernel.org
5462 T:      git git://linuxtv.org/media_tree.git
5463 S:      Maintained
5464 F:      drivers/media/usb/gspca/sn9c20x.c
5466 GSPCA T613 SUBDRIVER
5467 M:      Leandro Costantino <lcostantino@gmail.com>
5468 L:      linux-media@vger.kernel.org
5469 T:      git git://linuxtv.org/media_tree.git
5470 S:      Maintained
5471 F:      drivers/media/usb/gspca/t613.c
5473 GSPCA USB WEBCAM DRIVER
5474 M:      Hans Verkuil <hverkuil@xs4all.nl>
5475 L:      linux-media@vger.kernel.org
5476 T:      git git://linuxtv.org/media_tree.git
5477 S:      Odd Fixes
5478 F:      drivers/media/usb/gspca/
5480 GUID PARTITION TABLE (GPT)
5481 M:      Davidlohr Bueso <dave@stgolabs.net>
5482 L:      linux-efi@vger.kernel.org
5483 S:      Maintained
5484 F:      block/partitions/efi.*
5486 STK1160 USB VIDEO CAPTURE DRIVER
5487 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5488 L:      linux-media@vger.kernel.org
5489 T:      git git://linuxtv.org/media_tree.git
5490 S:      Maintained
5491 F:      drivers/media/usb/stk1160/
5493 H8/300 ARCHITECTURE
5494 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5495 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5496 W:      http://uclinux-h8.sourceforge.jp
5497 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5498 S:      Maintained
5499 F:      arch/h8300/
5500 F:      drivers/clocksource/h8300_*.c
5501 F:      drivers/clk/h8300/
5502 F:      drivers/irqchip/irq-renesas-h8*.c
5504 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5505 M:      Frank Seidel <frank@f-seidel.de>
5506 L:      platform-driver-x86@vger.kernel.org
5507 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5508 S:      Maintained
5509 F:      drivers/platform/x86/hdaps.c
5511 HDPVR USB VIDEO ENCODER DRIVER
5512 M:      Hans Verkuil <hverkuil@xs4all.nl>
5513 L:      linux-media@vger.kernel.org
5514 T:      git git://linuxtv.org/media_tree.git
5515 W:      https://linuxtv.org
5516 S:      Odd Fixes
5517 F:      drivers/media/usb/hdpvr/
5519 HWPOISON MEMORY FAILURE HANDLING
5520 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5521 L:      linux-mm@kvack.org
5522 S:      Maintained
5523 F:      mm/memory-failure.c
5524 F:      mm/hwpoison-inject.c
5526 HYPERVISOR VIRTUAL CONSOLE DRIVER
5527 L:      linuxppc-dev@lists.ozlabs.org
5528 S:      Odd Fixes
5529 F:      drivers/tty/hvc/
5531 HACKRF MEDIA DRIVER
5532 M:      Antti Palosaari <crope@iki.fi>
5533 L:      linux-media@vger.kernel.org
5534 W:      https://linuxtv.org
5535 W:      http://palosaari.fi/linux/
5536 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5537 T:      git git://linuxtv.org/anttip/media_tree.git
5538 S:      Maintained
5539 F:      drivers/media/usb/hackrf/
5541 HARDWARE MONITORING
5542 M:      Jean Delvare <jdelvare@suse.com>
5543 M:      Guenter Roeck <linux@roeck-us.net>
5544 L:      linux-hwmon@vger.kernel.org
5545 W:      http://hwmon.wiki.kernel.org/
5546 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5548 S:      Maintained
5549 F:      Documentation/hwmon/
5550 F:      drivers/hwmon/
5551 F:      include/linux/hwmon*.h
5553 HARDWARE RANDOM NUMBER GENERATOR CORE
5554 M:      Matt Mackall <mpm@selenic.com>
5555 M:      Herbert Xu <herbert@gondor.apana.org.au>
5556 L:      linux-crypto@vger.kernel.org
5557 S:      Odd fixes
5558 F:      Documentation/devicetree/bindings/rng/
5559 F:      Documentation/hw_random.txt
5560 F:      drivers/char/hw_random/
5561 F:      include/linux/hw_random.h
5563 HARDWARE SPINLOCK CORE
5564 M:      Ohad Ben-Cohen <ohad@wizery.com>
5565 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5566 L:      linux-remoteproc@vger.kernel.org
5567 S:      Maintained
5568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5569 F:      Documentation/devicetree/bindings/hwlock/
5570 F:      Documentation/hwspinlock.txt
5571 F:      drivers/hwspinlock/
5572 F:      include/linux/hwspinlock.h
5574 HARMONY SOUND DRIVER
5575 L:      linux-parisc@vger.kernel.org
5576 S:      Maintained
5577 F:      sound/parisc/harmony.*
5579 HD29L2 MEDIA DRIVER
5580 M:      Antti Palosaari <crope@iki.fi>
5581 L:      linux-media@vger.kernel.org
5582 W:      https://linuxtv.org
5583 W:      http://palosaari.fi/linux/
5584 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5585 T:      git git://linuxtv.org/anttip/media_tree.git
5586 S:      Maintained
5587 F:      drivers/media/dvb-frontends/hd29l2*
5589 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5590 M:      Brian Boylston <brian.boylston@hpe.com>
5591 S:      Supported
5592 F:      Documentation/watchdog/hpwdt.txt
5593 F:      drivers/watchdog/hpwdt.c
5595 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5596 M:      Don Brace <don.brace@microsemi.com>
5597 L:      iss_storagedev@hp.com
5598 L:      esc.storagedev@microsemi.com
5599 L:      linux-scsi@vger.kernel.org
5600 S:      Supported
5601 F:      Documentation/scsi/hpsa.txt
5602 F:      drivers/scsi/hpsa*.[ch]
5603 F:      include/linux/cciss*.h
5604 F:      include/uapi/linux/cciss*.h
5606 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5607 M:      Don Brace <don.brace@microsemi.com>
5608 L:      iss_storagedev@hp.com
5609 L:      esc.storagedev@microsemi.com
5610 L:      linux-scsi@vger.kernel.org
5611 S:      Supported
5612 F:      Documentation/blockdev/cciss.txt
5613 F:      drivers/block/cciss*
5614 F:      include/linux/cciss_ioctl.h
5615 F:      include/uapi/linux/cciss_ioctl.h
5617 HFI1 DRIVER
5618 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5619 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5620 L:      linux-rdma@vger.kernel.org
5621 S:      Supported
5622 F:      drivers/infiniband/hw/hfi1
5624 HFS FILESYSTEM
5625 L:      linux-fsdevel@vger.kernel.org
5626 S:      Orphan
5627 F:      Documentation/filesystems/hfs.txt
5628 F:      fs/hfs/
5630 HFSPLUS FILESYSTEM
5631 L:      linux-fsdevel@vger.kernel.org
5632 S:      Orphan
5633 F:      Documentation/filesystems/hfsplus.txt
5634 F:      fs/hfsplus/
5636 HGA FRAMEBUFFER DRIVER
5637 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5638 L:      linux-nvidia@lists.surfsouth.com
5639 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5640 S:      Maintained
5641 F:      drivers/video/fbdev/hgafb.c
5643 HIBERNATION (aka Software Suspend, aka swsusp)
5644 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5645 M:      Pavel Machek <pavel@ucw.cz>
5646 L:      linux-pm@vger.kernel.org
5647 S:      Supported
5648 F:      arch/x86/power/
5649 F:      drivers/base/power/
5650 F:      kernel/power/
5651 F:      include/linux/suspend.h
5652 F:      include/linux/freezer.h
5653 F:      include/linux/pm.h
5654 F:      arch/*/include/asm/suspend*.h
5656 HID CORE LAYER
5657 M:      Jiri Kosina <jikos@kernel.org>
5658 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5659 L:      linux-input@vger.kernel.org
5660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5661 S:      Maintained
5662 F:      drivers/hid/
5663 F:      include/linux/hid*
5664 F:      include/uapi/linux/hid*
5666 HID SENSOR HUB DRIVERS
5667 M:      Jiri Kosina <jikos@kernel.org>
5668 M:      Jonathan Cameron <jic23@kernel.org>
5669 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5670 L:      linux-input@vger.kernel.org
5671 L:      linux-iio@vger.kernel.org
5672 S:      Maintained
5673 F:      Documentation/hid/hid-sensor*
5674 F:      drivers/hid/hid-sensor-*
5675 F:      drivers/iio/*/hid-*
5676 F:      include/linux/hid-sensor-*
5678 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5679 M:      Thomas Gleixner <tglx@linutronix.de>
5680 L:      linux-kernel@vger.kernel.org
5681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5682 S:      Maintained
5683 F:      Documentation/timers/
5684 F:      kernel/time/hrtimer.c
5685 F:      kernel/time/clockevents.c
5686 F:      kernel/time/tick*.*
5687 F:      kernel/time/timer_*.c
5688 F:      include/linux/clockchips.h
5689 F:      include/linux/hrtimer.h
5691 HIGH-SPEED SCC DRIVER FOR AX.25
5692 L:      linux-hams@vger.kernel.org
5693 S:      Orphan
5694 F:      drivers/net/hamradio/dmascc.c
5695 F:      drivers/net/hamradio/scc.c
5697 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5698 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5699 W:      http://www.highpoint-tech.com
5700 S:      Supported
5701 F:      Documentation/scsi/hptiop.txt
5702 F:      drivers/scsi/hptiop.c
5704 HIPPI
5705 M:      Jes Sorensen <jes@trained-monkey.org>
5706 L:      linux-hippi@sunsite.dk
5707 S:      Maintained
5708 F:      include/linux/hippidevice.h
5709 F:      include/uapi/linux/if_hippi.h
5710 F:      net/802/hippi.c
5711 F:      drivers/net/hippi/
5713 HISILICON NETWORK SUBSYSTEM DRIVER
5714 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5715 M:      Salil Mehta <salil.mehta@huawei.com>
5716 L:      netdev@vger.kernel.org
5717 W:      http://www.hisilicon.com
5718 S:      Maintained
5719 F:      drivers/net/ethernet/hisilicon/
5720 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5722 HISILICON ROCE DRIVER
5723 M:      Lijun Ou <oulijun@huawei.com>
5724 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5725 L:      linux-rdma@vger.kernel.org
5726 S:      Maintained
5727 F:      drivers/infiniband/hw/hns/
5728 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5730 HISILICON SAS Controller
5731 M:      John Garry <john.garry@huawei.com>
5732 W:      http://www.hisilicon.com
5733 S:      Supported
5734 F:      drivers/scsi/hisi_sas/
5735 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5737 HOST AP DRIVER
5738 M:      Jouni Malinen <j@w1.fi>
5739 L:      linux-wireless@vger.kernel.org
5740 W:      http://w1.fi/hostap-driver.html
5741 S:      Obsolete
5742 F:      drivers/net/wireless/intersil/hostap/
5744 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5745 L:      platform-driver-x86@vger.kernel.org
5746 S:      Orphan
5747 F:      drivers/platform/x86/tc1100-wmi.c
5749 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5750 M:      Jaroslav Kysela <perex@perex.cz>
5751 S:      Maintained
5752 F:      drivers/net/ethernet/hp/hp100.*
5754 HPET:   High Precision Event Timers driver
5755 M:      Clemens Ladisch <clemens@ladisch.de>
5756 S:      Maintained
5757 F:      Documentation/timers/hpet.txt
5758 F:      drivers/char/hpet.c
5759 F:      include/linux/hpet.h
5760 F:      include/uapi/linux/hpet.h
5762 HPET:   x86
5763 S:      Orphan
5764 F:      arch/x86/kernel/hpet.c
5765 F:      arch/x86/include/asm/hpet.h
5767 HPFS FILESYSTEM
5768 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5769 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5770 S:      Maintained
5771 F:      fs/hpfs/
5773 HSI SUBSYSTEM
5774 M:      Sebastian Reichel <sre@kernel.org>
5775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5776 S:      Maintained
5777 F:      Documentation/ABI/testing/sysfs-bus-hsi
5778 F:      Documentation/device-drivers/serial-interfaces.rst
5779 F:      drivers/hsi/
5780 F:      include/linux/hsi/
5781 F:      include/uapi/linux/hsi/
5783 HSO 3G MODEM DRIVER
5784 M:      Jan Dumon <j.dumon@option.com>
5785 W:      http://www.pharscape.org
5786 S:      Maintained
5787 F:      drivers/net/usb/hso.c
5789 HSR NETWORK PROTOCOL
5790 M:      Arvid Brodin <arvid.brodin@alten.se>
5791 L:      netdev@vger.kernel.org
5792 S:      Maintained
5793 F:      net/hsr/
5795 HTCPEN TOUCHSCREEN DRIVER
5796 M:      Pau Oliva Fora <pof@eslack.org>
5797 L:      linux-input@vger.kernel.org
5798 S:      Maintained
5799 F:      drivers/input/touchscreen/htcpen.c
5801 HUGETLB FILESYSTEM
5802 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5803 S:      Maintained
5804 F:      fs/hugetlbfs/
5806 HVA ST MEDIA DRIVER
5807 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5808 L:      linux-media@vger.kernel.org
5809 T:      git git://linuxtv.org/media_tree.git
5810 W:      https://linuxtv.org
5811 S:      Supported
5812 F:      drivers/media/platform/sti/hva
5814 Hyper-V CORE AND DRIVERS
5815 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5816 M:      Haiyang Zhang <haiyangz@microsoft.com>
5817 L:      devel@linuxdriverproject.org
5818 S:      Maintained
5819 F:      arch/x86/include/asm/mshyperv.h
5820 F:      arch/x86/include/uapi/asm/hyperv.h
5821 F:      arch/x86/kernel/cpu/mshyperv.c
5822 F:      drivers/hid/hid-hyperv.c
5823 F:      drivers/hv/
5824 F:      drivers/input/serio/hyperv-keyboard.c
5825 F:      drivers/pci/host/pci-hyperv.c
5826 F:      drivers/net/hyperv/
5827 F:      drivers/scsi/storvsc_drv.c
5828 F:      drivers/video/fbdev/hyperv_fb.c
5829 F:      include/linux/hyperv.h
5830 F:      tools/hv/
5831 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5833 I2C MUXES
5834 M:      Peter Rosin <peda@axentia.se>
5835 L:      linux-i2c@vger.kernel.org
5836 S:      Maintained
5837 F:      Documentation/i2c/i2c-topology
5838 F:      Documentation/i2c/muxes/
5839 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5840 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5841 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5842 F:      drivers/i2c/i2c-mux.c
5843 F:      drivers/i2c/muxes/
5844 F:      include/linux/i2c-mux.h
5846 I2C OVER PARALLEL PORT
5847 M:      Jean Delvare <jdelvare@suse.com>
5848 L:      linux-i2c@vger.kernel.org
5849 S:      Maintained
5850 F:      Documentation/i2c/busses/i2c-parport
5851 F:      Documentation/i2c/busses/i2c-parport-light
5852 F:      drivers/i2c/busses/i2c-parport.c
5853 F:      drivers/i2c/busses/i2c-parport-light.c
5855 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5856 M:      Jean Delvare <jdelvare@suse.com>
5857 L:      linux-i2c@vger.kernel.org
5858 S:      Maintained
5859 F:      Documentation/i2c/busses/i2c-ali1535
5860 F:      Documentation/i2c/busses/i2c-ali1563
5861 F:      Documentation/i2c/busses/i2c-ali15x3
5862 F:      Documentation/i2c/busses/i2c-amd756
5863 F:      Documentation/i2c/busses/i2c-amd8111
5864 F:      Documentation/i2c/busses/i2c-i801
5865 F:      Documentation/i2c/busses/i2c-nforce2
5866 F:      Documentation/i2c/busses/i2c-piix4
5867 F:      Documentation/i2c/busses/i2c-sis5595
5868 F:      Documentation/i2c/busses/i2c-sis630
5869 F:      Documentation/i2c/busses/i2c-sis96x
5870 F:      Documentation/i2c/busses/i2c-via
5871 F:      Documentation/i2c/busses/i2c-viapro
5872 F:      drivers/i2c/busses/i2c-ali1535.c
5873 F:      drivers/i2c/busses/i2c-ali1563.c
5874 F:      drivers/i2c/busses/i2c-ali15x3.c
5875 F:      drivers/i2c/busses/i2c-amd756.c
5876 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5877 F:      drivers/i2c/busses/i2c-amd8111.c
5878 F:      drivers/i2c/busses/i2c-i801.c
5879 F:      drivers/i2c/busses/i2c-isch.c
5880 F:      drivers/i2c/busses/i2c-nforce2.c
5881 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5882 F:      drivers/i2c/busses/i2c-piix4.c
5883 F:      drivers/i2c/busses/i2c-sis5595.c
5884 F:      drivers/i2c/busses/i2c-sis630.c
5885 F:      drivers/i2c/busses/i2c-sis96x.c
5886 F:      drivers/i2c/busses/i2c-via.c
5887 F:      drivers/i2c/busses/i2c-viapro.c
5889 I2C/SMBUS ISMT DRIVER
5890 M:      Seth Heasley <seth.heasley@intel.com>
5891 M:      Neil Horman <nhorman@tuxdriver.com>
5892 L:      linux-i2c@vger.kernel.org
5893 F:      drivers/i2c/busses/i2c-ismt.c
5894 F:      Documentation/i2c/busses/i2c-ismt
5896 I2C/SMBUS STUB DRIVER
5897 M:      Jean Delvare <jdelvare@suse.com>
5898 L:      linux-i2c@vger.kernel.org
5899 S:      Maintained
5900 F:      drivers/i2c/i2c-stub.c
5902 I2C SUBSYSTEM
5903 M:      Wolfram Sang <wsa@the-dreams.de>
5904 L:      linux-i2c@vger.kernel.org
5905 W:      https://i2c.wiki.kernel.org/
5906 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5908 S:      Maintained
5909 F:      Documentation/devicetree/bindings/i2c/
5910 F:      Documentation/i2c/
5911 F:      drivers/i2c/
5912 F:      drivers/i2c/*/
5913 F:      include/linux/i2c.h
5914 F:      include/linux/i2c-*.h
5915 F:      include/uapi/linux/i2c.h
5916 F:      include/uapi/linux/i2c-*.h
5918 I2C ACPI SUPPORT
5919 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5920 L:      linux-i2c@vger.kernel.org
5921 L:      linux-acpi@vger.kernel.org
5922 S:      Maintained
5924 I2C-TAOS-EVM DRIVER
5925 M:      Jean Delvare <jdelvare@suse.com>
5926 L:      linux-i2c@vger.kernel.org
5927 S:      Maintained
5928 F:      Documentation/i2c/busses/i2c-taos-evm
5929 F:      drivers/i2c/busses/i2c-taos-evm.c
5931 I2C-TINY-USB DRIVER
5932 M:      Till Harbaum <till@harbaum.org>
5933 L:      linux-i2c@vger.kernel.org
5934 W:      http://www.harbaum.org/till/i2c_tiny_usb
5935 S:      Maintained
5936 F:      drivers/i2c/busses/i2c-tiny-usb.c
5938 i386 BOOT CODE
5939 M:      "H. Peter Anvin" <hpa@zytor.com>
5940 S:      Maintained
5941 F:      arch/x86/boot/
5943 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5944 M:      "H. Peter Anvin" <hpa@zytor.com>
5945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5946 S:      Maintained
5948 IA64 (Itanium) PLATFORM
5949 M:      Tony Luck <tony.luck@intel.com>
5950 M:      Fenghua Yu <fenghua.yu@intel.com>
5951 L:      linux-ia64@vger.kernel.org
5952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5953 S:      Maintained
5954 F:      arch/ia64/
5956 IBM Power VMX Cryptographic instructions
5957 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5958 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5959 L:      linux-crypto@vger.kernel.org
5960 S:      Supported
5961 F:      drivers/crypto/vmx/Makefile
5962 F:      drivers/crypto/vmx/Kconfig
5963 F:      drivers/crypto/vmx/vmx.c
5964 F:      drivers/crypto/vmx/aes*
5965 F:      drivers/crypto/vmx/ghash*
5966 F:      drivers/crypto/vmx/ppc-xlate.pl
5968 IBM Power in-Nest Crypto Acceleration
5969 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5970 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5971 L:      linux-crypto@vger.kernel.org
5972 S:      Supported
5973 F:      drivers/crypto/nx/Makefile
5974 F:      drivers/crypto/nx/Kconfig
5975 F:      drivers/crypto/nx/nx-aes*
5976 F:      drivers/crypto/nx/nx-sha*
5977 F:      drivers/crypto/nx/nx.*
5978 F:      drivers/crypto/nx/nx_csbcpb.h
5979 F:      drivers/crypto/nx/nx_debugfs.h
5981 IBM Power 842 compression accelerator
5982 M:      Dan Streetman <ddstreet@ieee.org>
5983 S:      Supported
5984 F:      drivers/crypto/nx/Makefile
5985 F:      drivers/crypto/nx/Kconfig
5986 F:      drivers/crypto/nx/nx-842*
5987 F:      include/linux/sw842.h
5988 F:      crypto/842.c
5989 F:      lib/842/
5991 IBM Power Linux RAID adapter
5992 M:      Brian King <brking@us.ibm.com>
5993 S:      Supported
5994 F:      drivers/scsi/ipr.*
5996 IBM Power Virtual Ethernet Device Driver
5997 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5998 L:      netdev@vger.kernel.org
5999 S:      Supported
6000 F:      drivers/net/ethernet/ibm/ibmveth.*
6002 IBM Power SRIOV Virtual NIC Device Driver
6003 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6004 M:      John Allen <jallen@linux.vnet.ibm.com>
6005 L:      netdev@vger.kernel.org
6006 S:      Supported
6007 F:      drivers/net/ethernet/ibm/ibmvnic.*
6009 IBM Power Virtual SCSI Device Drivers
6010 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6011 L:      linux-scsi@vger.kernel.org
6012 S:      Supported
6013 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6014 F:      include/scsi/viosrp.h
6016 IBM Power Virtual SCSI Device Target Driver
6017 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6018 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6019 L:      linux-scsi@vger.kernel.org
6020 L:      target-devel@vger.kernel.org
6021 S:      Supported
6022 F:      drivers/scsi/ibmvscsi_tgt/
6024 IBM Power Virtual FC Device Drivers
6025 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6026 L:      linux-scsi@vger.kernel.org
6027 S:      Supported
6028 F:      drivers/scsi/ibmvscsi/ibmvfc*
6030 IBM ServeRAID RAID DRIVER
6031 S:      Orphan
6032 F:      drivers/scsi/ips.*
6034 ICH LPC AND GPIO DRIVER
6035 M:      Peter Tyser <ptyser@xes-inc.com>
6036 S:      Maintained
6037 F:      drivers/mfd/lpc_ich.c
6038 F:      drivers/gpio/gpio-ich.c
6040 IDE SUBSYSTEM
6041 M:      "David S. Miller" <davem@davemloft.net>
6042 L:      linux-ide@vger.kernel.org
6043 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6045 S:      Maintained
6046 F:      Documentation/ide/
6047 F:      drivers/ide/
6048 F:      include/linux/ide.h
6050 IDEAPAD LAPTOP EXTRAS DRIVER
6051 M:      Ike Panhc <ike.pan@canonical.com>
6052 L:      platform-driver-x86@vger.kernel.org
6053 W:      http://launchpad.net/ideapad-laptop
6054 S:      Maintained
6055 F:      drivers/platform/x86/ideapad-laptop.c
6057 IDEAPAD LAPTOP SLIDEBAR DRIVER
6058 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6059 L:      linux-input@vger.kernel.org
6060 W:      https://github.com/o2genum/ideapad-slidebar
6061 S:      Maintained
6062 F:      drivers/input/misc/ideapad_slidebar.c
6064 IDE/ATAPI DRIVERS
6065 M:      Borislav Petkov <bp@alien8.de>
6066 L:      linux-ide@vger.kernel.org
6067 S:      Maintained
6068 F:      Documentation/cdrom/ide-cd
6069 F:      drivers/ide/ide-cd*
6071 IDLE-I7300
6072 M:      Andy Henroid <andrew.d.henroid@intel.com>
6073 L:      linux-pm@vger.kernel.org
6074 S:      Supported
6075 F:      drivers/idle/i7300_idle.c
6077 IEEE 802.15.4 SUBSYSTEM
6078 M:      Alexander Aring <aar@pengutronix.de>
6079 L:      linux-wpan@vger.kernel.org
6080 W:      http://wpan.cakelab.org/
6081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6083 S:      Maintained
6084 F:      net/ieee802154/
6085 F:      net/mac802154/
6086 F:      drivers/net/ieee802154/
6087 F:      include/linux/nl802154.h
6088 F:      include/linux/ieee802154.h
6089 F:      include/net/nl802154.h
6090 F:      include/net/mac802154.h
6091 F:      include/net/af_ieee802154.h
6092 F:      include/net/cfg802154.h
6093 F:      include/net/ieee802154_netdev.h
6094 F:      Documentation/networking/ieee802154.txt
6096 IGORPLUG-USB IR RECEIVER
6097 M:      Sean Young <sean@mess.org>
6098 L:      linux-media@vger.kernel.org
6099 S:      Maintained
6100 F:      drivers/media/rc/igorplugusb.c
6102 IGUANAWORKS USB IR TRANSCEIVER
6103 M:      Sean Young <sean@mess.org>
6104 L:      linux-media@vger.kernel.org
6105 S:      Maintained
6106 F:      drivers/media/rc/iguanair.c
6108 IIO SUBSYSTEM AND DRIVERS
6109 M:      Jonathan Cameron <jic23@kernel.org>
6110 R:      Hartmut Knaack <knaack.h@gmx.de>
6111 R:      Lars-Peter Clausen <lars@metafoo.de>
6112 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6113 L:      linux-iio@vger.kernel.org
6114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6115 S:      Maintained
6116 F:      Documentation/devicetree/bindings/iio/
6117 F:      drivers/iio/
6118 F:      drivers/staging/iio/
6119 F:      include/linux/iio/
6120 F:      tools/iio/
6122 IKANOS/ADI EAGLE ADSL USB DRIVER
6123 M:      Matthieu Castet <castet.matthieu@free.fr>
6124 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6125 S:      Maintained
6126 F:      drivers/usb/atm/ueagle-atm.c
6128 INA209 HARDWARE MONITOR DRIVER
6129 M:      Guenter Roeck <linux@roeck-us.net>
6130 L:      linux-hwmon@vger.kernel.org
6131 S:      Maintained
6132 F:      Documentation/hwmon/ina209
6133 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6134 F:      drivers/hwmon/ina209.c
6136 INA2XX HARDWARE MONITOR DRIVER
6137 M:      Guenter Roeck <linux@roeck-us.net>
6138 L:      linux-hwmon@vger.kernel.org
6139 S:      Maintained
6140 F:      Documentation/hwmon/ina2xx
6141 F:      drivers/hwmon/ina2xx.c
6142 F:      include/linux/platform_data/ina2xx.h
6144 INDUSTRY PACK SUBSYSTEM (IPACK)
6145 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6146 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6147 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6148 L:      industrypack-devel@lists.sourceforge.net
6149 W:      http://industrypack.sourceforge.net
6150 S:      Maintained
6151 F:      drivers/ipack/
6153 INGENIC JZ4780 DMA Driver
6154 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6155 S:      Maintained
6156 F:      drivers/dma/dma-jz4780.c
6158 INGENIC JZ4780 NAND DRIVER
6159 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6160 L:      linux-mtd@lists.infradead.org
6161 S:      Maintained
6162 F:      drivers/mtd/nand/jz4780_*
6164 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6165 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6166 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6167 L:      linux-ima-devel@lists.sourceforge.net
6168 L:      linux-ima-user@lists.sourceforge.net
6169 L:      linux-security-module@vger.kernel.org
6170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6171 S:      Supported
6172 F:      security/integrity/ima/
6174 IMGTEC IR DECODER DRIVER
6175 M:      James Hogan <james.hogan@imgtec.com>
6176 S:      Maintained
6177 F:      drivers/media/rc/img-ir/
6179 IMS TWINTURBO FRAMEBUFFER DRIVER
6180 L:      linux-fbdev@vger.kernel.org
6181 S:      Orphan
6182 F:      drivers/video/fbdev/imsttfb.c
6184 INFINIBAND SUBSYSTEM
6185 M:      Doug Ledford <dledford@redhat.com>
6186 M:      Sean Hefty <sean.hefty@intel.com>
6187 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6188 L:      linux-rdma@vger.kernel.org
6189 W:      http://www.openfabrics.org/
6190 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6192 S:      Supported
6193 F:      Documentation/infiniband/
6194 F:      drivers/infiniband/
6195 F:      include/uapi/linux/if_infiniband.h
6196 F:      include/uapi/rdma/
6197 F:      include/rdma/
6199 INOTIFY
6200 M:      John McCutchan <john@johnmccutchan.com>
6201 M:      Robert Love <rlove@rlove.org>
6202 M:      Eric Paris <eparis@parisplace.org>
6203 S:      Maintained
6204 F:      Documentation/filesystems/inotify.txt
6205 F:      fs/notify/inotify/
6206 F:      include/linux/inotify.h
6207 F:      include/uapi/linux/inotify.h
6209 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6210 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6211 L:      linux-input@vger.kernel.org
6212 Q:      http://patchwork.kernel.org/project/linux-input/list/
6213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6214 S:      Maintained
6215 F:      drivers/input/
6216 F:      include/linux/input.h
6217 F:      include/uapi/linux/input.h
6218 F:      include/linux/input/
6219 F:      Documentation/devicetree/bindings/input/
6221 INPUT MULTITOUCH (MT) PROTOCOL
6222 M:      Henrik Rydberg <rydberg@bitmath.org>
6223 L:      linux-input@vger.kernel.org
6224 S:      Odd fixes
6225 F:      Documentation/input/multi-touch-protocol.txt
6226 F:      drivers/input/input-mt.c
6227 K:      \b(ABS|SYN)_MT_
6229 INTEL ASoC BDW/HSW DRIVERS
6230 M:      Jie Yang <yang.jie@linux.intel.com>
6231 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6232 S:      Supported
6233 F:      sound/soc/intel/common/sst-dsp*
6234 F:      sound/soc/intel/common/sst-firmware.c
6235 F:      sound/soc/intel/boards/broadwell.c
6236 F:      sound/soc/intel/haswell/
6238 INTEL C600 SERIES SAS CONTROLLER DRIVER
6239 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6240 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6241 L:      linux-scsi@vger.kernel.org
6242 T:      git git://git.code.sf.net/p/intel-sas/isci
6243 S:      Supported
6244 F:      drivers/scsi/isci/
6246 INTEL HID EVENT DRIVER
6247 M:      Alex Hung <alex.hung@canonical.com>
6248 L:      platform-driver-x86@vger.kernel.org
6249 S:      Maintained
6250 F:      drivers/platform/x86/intel-hid.c
6252 INTEL VIRTUAL BUTTON DRIVER
6253 M:      AceLan Kao <acelan.kao@canonical.com>
6254 L:      platform-driver-x86@vger.kernel.org
6255 S:      Maintained
6256 F:      drivers/platform/x86/intel-vbtn.c
6258 INTEL IDLE DRIVER
6259 M:      Len Brown <lenb@kernel.org>
6260 L:      linux-pm@vger.kernel.org
6261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6262 S:      Supported
6263 F:      drivers/idle/intel_idle.c
6265 INTEL INTEGRATED SENSOR HUB DRIVER
6266 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6267 M:      Jiri Kosina <jikos@kernel.org>
6268 L:      linux-input@vger.kernel.org
6269 S:      Maintained
6270 F:      drivers/hid/intel-ish-hid/
6272 INTEL PSTATE DRIVER
6273 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6274 M:      Len Brown <lenb@kernel.org>
6275 L:      linux-pm@vger.kernel.org
6276 S:      Supported
6277 F:      drivers/cpufreq/intel_pstate.c
6279 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6280 M:      Maik Broemme <mbroemme@libmpq.org>
6281 L:      linux-fbdev@vger.kernel.org
6282 S:      Maintained
6283 F:      Documentation/fb/intelfb.txt
6284 F:      drivers/video/fbdev/intelfb/
6286 INTEL 810/815 FRAMEBUFFER DRIVER
6287 M:      Antonino Daplas <adaplas@gmail.com>
6288 L:      linux-fbdev@vger.kernel.org
6289 S:      Maintained
6290 F:      drivers/video/fbdev/i810/
6292 INTEL MENLOW THERMAL DRIVER
6293 M:      Sujith Thomas <sujith.thomas@intel.com>
6294 L:      platform-driver-x86@vger.kernel.org
6295 W:      https://01.org/linux-acpi
6296 S:      Supported
6297 F:      drivers/platform/x86/intel_menlow.c
6299 INTEL I/OAT DMA DRIVER
6300 M:      Dave Jiang <dave.jiang@intel.com>
6301 R:      Dan Williams <dan.j.williams@intel.com>
6302 L:      dmaengine@vger.kernel.org
6303 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6304 S:      Supported
6305 F:      drivers/dma/ioat*
6307 INTEL IOMMU (VT-d)
6308 M:      David Woodhouse <dwmw2@infradead.org>
6309 L:      iommu@lists.linux-foundation.org
6310 T:      git git://git.infradead.org/iommu-2.6.git
6311 S:      Supported
6312 F:      drivers/iommu/intel-iommu.c
6313 F:      include/linux/intel-iommu.h
6315 INTEL IOP-ADMA DMA DRIVER
6316 R:      Dan Williams <dan.j.williams@intel.com>
6317 S:      Odd fixes
6318 F:      drivers/dma/iop-adma.c
6320 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6321 M:      Krzysztof Halasa <khalasa@piap.pl>
6322 S:      Maintained
6323 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6324 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6325 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6326 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6327 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6328 F:      drivers/net/wan/ixp4xx_hss.c
6330 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6331 M:      Deepak Saxena <dsaxena@plexity.net>
6332 S:      Maintained
6333 F:      drivers/char/hw_random/ixp4xx-rng.c
6335 INTEL ETHERNET DRIVERS
6336 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6337 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6338 W:      http://www.intel.com/support/feedback.htm
6339 W:      http://e1000.sourceforge.net/
6340 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6343 S:      Supported
6344 F:      Documentation/networking/e100.txt
6345 F:      Documentation/networking/e1000.txt
6346 F:      Documentation/networking/e1000e.txt
6347 F:      Documentation/networking/igb.txt
6348 F:      Documentation/networking/igbvf.txt
6349 F:      Documentation/networking/ixgb.txt
6350 F:      Documentation/networking/ixgbe.txt
6351 F:      Documentation/networking/ixgbevf.txt
6352 F:      Documentation/networking/i40e.txt
6353 F:      Documentation/networking/i40evf.txt
6354 F:      drivers/net/ethernet/intel/
6355 F:      drivers/net/ethernet/intel/*/
6357 INTEL RDMA RNIC DRIVER
6358 M:     Faisal Latif <faisal.latif@intel.com>
6359 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6360 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6361 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6362 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6363 L:     linux-rdma@vger.kernel.org
6364 S:     Supported
6365 F:     drivers/infiniband/hw/i40iw/
6367 INTEL MERRIFIELD GPIO DRIVER
6368 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6369 L:      linux-gpio@vger.kernel.org
6370 S:      Maintained
6371 F:      drivers/gpio/gpio-merrifield.c
6373 INTEL-MID GPIO DRIVER
6374 M:      David Cohen <david.a.cohen@linux.intel.com>
6375 L:      linux-gpio@vger.kernel.org
6376 S:      Maintained
6377 F:      drivers/gpio/gpio-intel-mid.c
6379 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6380 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6381 L:      linux-wireless@vger.kernel.org
6382 S:      Maintained
6383 F:      Documentation/networking/README.ipw2100
6384 F:      Documentation/networking/README.ipw2200
6385 F:      drivers/net/wireless/intel/ipw2x00/
6387 INTEL(R) TRACE HUB
6388 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6389 S:      Supported
6390 F:      Documentation/trace/intel_th.txt
6391 F:      drivers/hwtracing/intel_th/
6393 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6394 M:      Ning Sun <ning.sun@intel.com>
6395 L:      tboot-devel@lists.sourceforge.net
6396 W:      http://tboot.sourceforge.net
6397 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6398 S:      Supported
6399 F:      Documentation/intel_txt.txt
6400 F:      include/linux/tboot.h
6401 F:      arch/x86/kernel/tboot.c
6403 INTEL WIRELESS WIMAX CONNECTION 2400
6404 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6405 M:      linux-wimax@intel.com
6406 L:      wimax@linuxwimax.org (subscribers-only)
6407 S:      Supported
6408 W:      http://linuxwimax.org
6409 F:      Documentation/wimax/README.i2400m
6410 F:      drivers/net/wimax/i2400m/
6411 F:      include/uapi/linux/wimax/i2400m.h
6413 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6414 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6415 L:      linux-wireless@vger.kernel.org
6416 S:      Supported
6417 F:      drivers/net/wireless/intel/iwlegacy/
6419 INTEL WIRELESS WIFI LINK (iwlwifi)
6420 M:      Johannes Berg <johannes.berg@intel.com>
6421 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6422 M:      Luca Coelho <luciano.coelho@intel.com>
6423 M:      Intel Linux Wireless <linuxwifi@intel.com>
6424 L:      linux-wireless@vger.kernel.org
6425 W:      http://intellinuxwireless.org
6426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6427 S:      Supported
6428 F:      drivers/net/wireless/intel/iwlwifi/
6430 INTEL MANAGEMENT ENGINE (mei)
6431 M:      Tomas Winkler <tomas.winkler@intel.com>
6432 L:      linux-kernel@vger.kernel.org
6433 S:      Supported
6434 F:      include/uapi/linux/mei.h
6435 F:      include/linux/mei_cl_bus.h
6436 F:      drivers/misc/mei/*
6437 F:      drivers/watchdog/mei_wdt.c
6438 F:      Documentation/misc-devices/mei/*
6440 INTEL MIC DRIVERS (mic)
6441 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6442 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6443 S:      Supported
6444 W:      https://github.com/sudeepdutt/mic
6445 W:      http://software.intel.com/en-us/mic-developer
6446 F:      include/linux/mic_bus.h
6447 F:      include/linux/scif.h
6448 F:      include/uapi/linux/mic_common.h
6449 F:      include/uapi/linux/mic_ioctl.h
6450 F:      include/uapi/linux/scif_ioctl.h
6451 F:      drivers/misc/mic/
6452 F:      drivers/dma/mic_x100_dma.c
6453 F:      drivers/dma/mic_x100_dma.h
6454 F:      Documentation/mic/
6456 INTEL PMC/P-Unit IPC DRIVER
6457 M:      Zha Qipeng<qipeng.zha@intel.com>
6458 L:      platform-driver-x86@vger.kernel.org
6459 S:      Maintained
6460 F:      drivers/platform/x86/intel_pmc_ipc.c
6461 F:      drivers/platform/x86/intel_punit_ipc.c
6462 F:      arch/x86/include/asm/intel_pmc_ipc.h
6463 F:      arch/x86/include/asm/intel_punit_ipc.h
6465 INTEL TELEMETRY DRIVER
6466 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6467 L:      platform-driver-x86@vger.kernel.org
6468 S:      Maintained
6469 F:      arch/x86/include/asm/intel_telemetry.h
6470 F:      drivers/platform/x86/intel_telemetry*
6472 INTEL PMC CORE DRIVER
6473 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6474 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6475 L:      platform-driver-x86@vger.kernel.org
6476 S:      Maintained
6477 F:      arch/x86/include/asm/pmc_core.h
6478 F:      drivers/platform/x86/intel_pmc_core*
6480 IOC3 ETHERNET DRIVER
6481 M:      Ralf Baechle <ralf@linux-mips.org>
6482 L:      linux-mips@linux-mips.org
6483 S:      Maintained
6484 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6486 IOC3 SERIAL DRIVER
6487 M:      Pat Gefre <pfg@sgi.com>
6488 L:      linux-serial@vger.kernel.org
6489 S:      Maintained
6490 F:      drivers/tty/serial/ioc3_serial.c
6492 IOMMU DRIVERS
6493 M:      Joerg Roedel <joro@8bytes.org>
6494 L:      iommu@lists.linux-foundation.org
6495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6496 S:      Maintained
6497 F:      Documentation/devicetree/bindings/iommu/
6498 F:      drivers/iommu/
6500 IP MASQUERADING
6501 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6502 S:      Maintained
6503 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6505 IPMI SUBSYSTEM
6506 M:      Corey Minyard <minyard@acm.org>
6507 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6508 W:      http://openipmi.sourceforge.net/
6509 S:      Supported
6510 F:      Documentation/IPMI.txt
6511 F:      drivers/char/ipmi/
6512 F:      include/linux/ipmi*
6513 F:      include/uapi/linux/ipmi*
6515 QCOM AUDIO (ASoC) DRIVERS
6516 M:      Patrick Lai <plai@codeaurora.org>
6517 M:      Banajit Goswami <bgoswami@codeaurora.org>
6518 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6519 S:      Supported
6520 F:      sound/soc/qcom/
6522 IPS SCSI RAID DRIVER
6523 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6524 L:      linux-scsi@vger.kernel.org
6525 W:      http://www.adaptec.com/
6526 S:      Maintained
6527 F:      drivers/scsi/ips*
6529 IPVS
6530 M:      Wensong Zhang <wensong@linux-vs.org>
6531 M:      Simon Horman <horms@verge.net.au>
6532 M:      Julian Anastasov <ja@ssi.bg>
6533 L:      netdev@vger.kernel.org
6534 L:      lvs-devel@vger.kernel.org
6535 S:      Maintained
6536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6538 F:      Documentation/networking/ipvs-sysctl.txt
6539 F:      include/net/ip_vs.h
6540 F:      include/uapi/linux/ip_vs.h
6541 F:      net/netfilter/ipvs/
6543 IPWIRELESS DRIVER
6544 M:      Jiri Kosina <jikos@kernel.org>
6545 M:      David Sterba <dsterba@suse.com>
6546 S:      Odd Fixes
6547 F:      drivers/tty/ipwireless/
6549 IPX NETWORK LAYER
6550 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6551 L:      netdev@vger.kernel.org
6552 S:      Maintained
6553 F:      include/net/ipx.h
6554 F:      include/uapi/linux/ipx.h
6555 F:      net/ipx/
6557 IRDA SUBSYSTEM
6558 M:      Samuel Ortiz <samuel@sortiz.org>
6559 L:      irda-users@lists.sourceforge.net (subscribers-only)
6560 L:      netdev@vger.kernel.org
6561 W:      http://irda.sourceforge.net/
6562 S:      Maintained
6563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6564 F:      Documentation/networking/irda.txt
6565 F:      drivers/net/irda/
6566 F:      include/net/irda/
6567 F:      net/irda/
6569 IRQ SUBSYSTEM
6570 M:      Thomas Gleixner <tglx@linutronix.de>
6571 L:      linux-kernel@vger.kernel.org
6572 S:      Maintained
6573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6574 F:      kernel/irq/
6576 IRQCHIP DRIVERS
6577 M:      Thomas Gleixner <tglx@linutronix.de>
6578 M:      Jason Cooper <jason@lakedaemon.net>
6579 M:      Marc Zyngier <marc.zyngier@arm.com>
6580 L:      linux-kernel@vger.kernel.org
6581 S:      Maintained
6582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6583 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6584 F:      Documentation/devicetree/bindings/interrupt-controller/
6585 F:      drivers/irqchip/
6587 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6588 M:      Marc Zyngier <marc.zyngier@arm.com>
6589 S:      Maintained
6590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6591 F:      Documentation/IRQ-domain.txt
6592 F:      include/linux/irqdomain.h
6593 F:      kernel/irq/irqdomain.c
6594 F:      kernel/irq/msi.c
6597 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6598 S:      Maintained
6599 F:      Documentation/isa.txt
6600 F:      drivers/base/isa.c
6601 F:      include/linux/isa.h
6603 ISAPNP
6604 M:      Jaroslav Kysela <perex@perex.cz>
6605 S:      Maintained
6606 F:      Documentation/isapnp.txt
6607 F:      drivers/pnp/isapnp/
6608 F:      include/linux/isapnp.h
6610 ISA RADIO MODULE
6611 M:      Hans Verkuil <hverkuil@xs4all.nl>
6612 L:      linux-media@vger.kernel.org
6613 T:      git git://linuxtv.org/media_tree.git
6614 W:      https://linuxtv.org
6615 S:      Maintained
6616 F:      drivers/media/radio/radio-isa*
6618 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6619 M:      Peter Jones <pjones@redhat.com>
6620 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6621 S:      Maintained
6622 F:      drivers/firmware/iscsi_ibft*
6624 ISCSI
6625 M:      Mike Christie <michaelc@cs.wisc.edu>
6626 L:      open-iscsi@googlegroups.com
6627 W:      www.open-iscsi.org
6628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6629 S:      Maintained
6630 F:      drivers/scsi/*iscsi*
6631 F:      include/scsi/*iscsi*
6633 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6634 M:      Or Gerlitz <ogerlitz@mellanox.com>
6635 M:      Sagi Grimberg <sagi@grimberg.me>
6636 M:      Roi Dayan <roid@mellanox.com>
6637 L:      linux-rdma@vger.kernel.org
6638 S:      Supported
6639 W:      http://www.openfabrics.org
6640 W:      www.open-iscsi.org
6641 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6642 F:      drivers/infiniband/ulp/iser/
6644 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6645 M:      Sagi Grimberg <sagi@grimberg.me>
6646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6647 L:      linux-rdma@vger.kernel.org
6648 L:      target-devel@vger.kernel.org
6649 S:      Supported
6650 W:      http://www.linux-iscsi.org
6651 F:      drivers/infiniband/ulp/isert
6653 ISDN SUBSYSTEM
6654 M:      Karsten Keil <isdn@linux-pingi.de>
6655 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6656 L:      netdev@vger.kernel.org
6657 W:      http://www.isdn4linux.de
6658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6659 S:      Maintained
6660 F:      Documentation/isdn/
6661 F:      drivers/isdn/
6662 F:      include/linux/isdn.h
6663 F:      include/linux/isdn/
6664 F:      include/uapi/linux/isdn.h
6665 F:      include/uapi/linux/isdn/
6667 ISDN SUBSYSTEM (Eicon active card driver)
6668 M:      Armin Schindler <mac@melware.de>
6669 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6670 W:      http://www.melware.de
6671 S:      Maintained
6672 F:      drivers/isdn/hardware/eicon/
6674 IT87 HARDWARE MONITORING DRIVER
6675 M:      Jean Delvare <jdelvare@suse.com>
6676 L:      linux-hwmon@vger.kernel.org
6677 S:      Maintained
6678 F:      Documentation/hwmon/it87
6679 F:      drivers/hwmon/it87.c
6681 IT913X MEDIA DRIVER
6682 M:      Antti Palosaari <crope@iki.fi>
6683 L:      linux-media@vger.kernel.org
6684 W:      https://linuxtv.org
6685 W:      http://palosaari.fi/linux/
6686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6687 T:      git git://linuxtv.org/anttip/media_tree.git
6688 S:      Maintained
6689 F:      drivers/media/tuners/it913x*
6691 IVTV VIDEO4LINUX DRIVER
6692 M:      Andy Walls <awalls@md.metrocast.net>
6693 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6694 L:      linux-media@vger.kernel.org
6695 T:      git git://linuxtv.org/media_tree.git
6696 W:      http://www.ivtvdriver.org
6697 S:      Maintained
6698 F:      Documentation/media/v4l-drivers/ivtv*
6699 F:      drivers/media/pci/ivtv/
6700 F:      include/uapi/linux/ivtv*
6702 IX2505V MEDIA DRIVER
6703 M:      Malcolm Priestley <tvboxspy@gmail.com>
6704 L:      linux-media@vger.kernel.org
6705 W:      https://linuxtv.org
6706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6707 S:      Maintained
6708 F:      drivers/media/dvb-frontends/ix2505v*
6710 JC42.4 TEMPERATURE SENSOR DRIVER
6711 M:      Guenter Roeck <linux@roeck-us.net>
6712 L:      linux-hwmon@vger.kernel.org
6713 S:      Maintained
6714 F:      drivers/hwmon/jc42.c
6715 F:      Documentation/hwmon/jc42
6717 JFS FILESYSTEM
6718 M:      Dave Kleikamp <shaggy@kernel.org>
6719 L:      jfs-discussion@lists.sourceforge.net
6720 W:      http://jfs.sourceforge.net/
6721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6722 S:      Maintained
6723 F:      Documentation/filesystems/jfs.txt
6724 F:      fs/jfs/
6726 JME NETWORK DRIVER
6727 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6728 L:      netdev@vger.kernel.org
6729 S:      Maintained
6730 F:      drivers/net/ethernet/jme.*
6732 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6733 M:      David Woodhouse <dwmw2@infradead.org>
6734 L:      linux-mtd@lists.infradead.org
6735 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6736 S:      Maintained
6737 F:      fs/jffs2/
6738 F:      include/uapi/linux/jffs2.h
6740 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6741 M:      "Theodore Ts'o" <tytso@mit.edu>
6742 M:      Jan Kara <jack@suse.com>
6743 L:      linux-ext4@vger.kernel.org
6744 S:      Maintained
6745 F:      fs/jbd2/
6746 F:      include/linux/jbd2.h
6748 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6749 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6750 L:      linux-media@vger.kernel.org
6751 S:      Maintained
6752 F:      drivers/media/platform/rcar_jpu.c
6754 JSM Neo PCI based serial card
6755 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6756 L:      linux-serial@vger.kernel.org
6757 S:      Maintained
6758 F:      drivers/tty/serial/jsm/
6760 K10TEMP HARDWARE MONITORING DRIVER
6761 M:      Clemens Ladisch <clemens@ladisch.de>
6762 L:      linux-hwmon@vger.kernel.org
6763 S:      Maintained
6764 F:      Documentation/hwmon/k10temp
6765 F:      drivers/hwmon/k10temp.c
6767 K8TEMP HARDWARE MONITORING DRIVER
6768 M:      Rudolf Marek <r.marek@assembler.cz>
6769 L:      linux-hwmon@vger.kernel.org
6770 S:      Maintained
6771 F:      Documentation/hwmon/k8temp
6772 F:      drivers/hwmon/k8temp.c
6774 KASAN
6775 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6776 R:      Alexander Potapenko <glider@google.com>
6777 R:      Dmitry Vyukov <dvyukov@google.com>
6778 L:      kasan-dev@googlegroups.com
6779 S:      Maintained
6780 F:      arch/*/include/asm/kasan.h
6781 F:      arch/*/mm/kasan_init*
6782 F:      Documentation/dev-tools/kasan.rst
6783 F:      include/linux/kasan*.h
6784 F:      lib/test_kasan.c
6785 F:      mm/kasan/
6786 F:      scripts/Makefile.kasan
6788 KCONFIG
6789 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6790 L:      linux-kbuild@vger.kernel.org
6791 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6792 S:      Maintained
6793 F:      Documentation/kbuild/kconfig-language.txt
6794 F:      scripts/kconfig/
6796 KDUMP
6797 M:      Dave Young <dyoung@redhat.com>
6798 M:      Baoquan He <bhe@redhat.com>
6799 R:      Vivek Goyal <vgoyal@redhat.com>
6800 L:      kexec@lists.infradead.org
6801 W:      http://lse.sourceforge.net/kdump/
6802 S:      Maintained
6803 F:      Documentation/kdump/
6805 KEENE FM RADIO TRANSMITTER DRIVER
6806 M:      Hans Verkuil <hverkuil@xs4all.nl>
6807 L:      linux-media@vger.kernel.org
6808 T:      git git://linuxtv.org/media_tree.git
6809 W:      https://linuxtv.org
6810 S:      Maintained
6811 F:      drivers/media/radio/radio-keene*
6813 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6814 M:      Ian Kent <raven@themaw.net>
6815 L:      autofs@vger.kernel.org
6816 S:      Maintained
6817 F:      fs/autofs4/
6819 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6820 M:      Michal Marek <mmarek@suse.com>
6821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6823 L:      linux-kbuild@vger.kernel.org
6824 S:      Maintained
6825 F:      Documentation/kbuild/
6826 F:      Makefile
6827 F:      scripts/Makefile.*
6828 F:      scripts/basic/
6829 F:      scripts/mk*
6830 F:      scripts/package/
6832 KERNEL JANITORS
6833 L:      kernel-janitors@vger.kernel.org
6834 W:      http://kernelnewbies.org/KernelJanitors
6835 S:      Odd Fixes
6837 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6838 M:      "J. Bruce Fields" <bfields@fieldses.org>
6839 M:      Jeff Layton <jlayton@poochiereds.net>
6840 L:      linux-nfs@vger.kernel.org
6841 W:      http://nfs.sourceforge.net/
6842 T:      git git://linux-nfs.org/~bfields/linux.git
6843 S:      Supported
6844 F:      fs/nfsd/
6845 F:      include/uapi/linux/nfsd/
6846 F:      fs/lockd/
6847 F:      fs/nfs_common/
6848 F:      net/sunrpc/
6849 F:      include/linux/lockd/
6850 F:      include/linux/sunrpc/
6851 F:      include/uapi/linux/sunrpc/
6853 KERNEL SELFTEST FRAMEWORK
6854 M:      Shuah Khan <shuahkh@osg.samsung.com>
6855 M:      Shuah Khan <shuah@kernel.org>
6856 L:      linux-kselftest@vger.kernel.org
6857 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6858 S:      Maintained
6859 F:      tools/testing/selftests
6861 KERNEL VIRTUAL MACHINE (KVM)
6862 M:      Paolo Bonzini <pbonzini@redhat.com>
6863 M:      Radim Krčmář <rkrcmar@redhat.com>
6864 L:      kvm@vger.kernel.org
6865 W:      http://www.linux-kvm.org
6866 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6867 S:      Supported
6868 F:      Documentation/*/kvm*.txt
6869 F:      Documentation/virtual/kvm/
6870 F:      arch/*/kvm/
6871 F:      arch/x86/kernel/kvm.c
6872 F:      arch/x86/kernel/kvmclock.c
6873 F:      arch/*/include/asm/kvm*
6874 F:      include/linux/kvm*
6875 F:      include/uapi/linux/kvm*
6876 F:      virt/kvm/
6877 F:      tools/kvm/
6879 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6880 M:      Joerg Roedel <joro@8bytes.org>
6881 L:      kvm@vger.kernel.org
6882 W:      http://www.linux-kvm.org/
6883 S:      Maintained
6884 F:      arch/x86/include/asm/svm.h
6885 F:      arch/x86/kvm/svm.c
6887 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6888 M:      Alexander Graf <agraf@suse.com>
6889 L:      kvm-ppc@vger.kernel.org
6890 W:      http://www.linux-kvm.org/
6891 T:      git git://github.com/agraf/linux-2.6.git
6892 S:      Supported
6893 F:      arch/powerpc/include/asm/kvm*
6894 F:      arch/powerpc/kvm/
6896 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6897 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6898 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6899 L:      linux-s390@vger.kernel.org
6900 W:      http://www.ibm.com/developerworks/linux/linux390/
6901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6902 S:      Supported
6903 F:      Documentation/s390/kvm.txt
6904 F:      arch/s390/include/asm/kvm*
6905 F:      arch/s390/kvm/
6907 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6908 M:      Christoffer Dall <christoffer.dall@linaro.org>
6909 M:      Marc Zyngier <marc.zyngier@arm.com>
6910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6911 L:      kvmarm@lists.cs.columbia.edu
6912 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6914 S:      Supported
6915 F:      arch/arm/include/uapi/asm/kvm*
6916 F:      arch/arm/include/asm/kvm*
6917 F:      arch/arm/kvm/
6918 F:      virt/kvm/arm/
6919 F:      include/kvm/arm_*
6921 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6922 M:      Christoffer Dall <christoffer.dall@linaro.org>
6923 M:      Marc Zyngier <marc.zyngier@arm.com>
6924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6925 L:      kvmarm@lists.cs.columbia.edu
6926 S:      Maintained
6927 F:      arch/arm64/include/uapi/asm/kvm*
6928 F:      arch/arm64/include/asm/kvm*
6929 F:      arch/arm64/kvm/
6931 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6932 M:      James Hogan <james.hogan@imgtec.com>
6933 L:      linux-mips@linux-mips.org
6934 S:      Supported
6935 F:      arch/mips/include/uapi/asm/kvm*
6936 F:      arch/mips/include/asm/kvm*
6937 F:      arch/mips/kvm/
6939 KEXEC
6940 M:      Eric Biederman <ebiederm@xmission.com>
6941 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6942 L:      kexec@lists.infradead.org
6943 S:      Maintained
6944 F:      include/linux/kexec.h
6945 F:      include/uapi/linux/kexec.h
6946 F:      kernel/kexec*
6948 KEYS/KEYRINGS:
6949 M:      David Howells <dhowells@redhat.com>
6950 L:      keyrings@vger.kernel.org
6951 S:      Maintained
6952 F:      Documentation/security/keys.txt
6953 F:      include/linux/key.h
6954 F:      include/linux/key-type.h
6955 F:      include/linux/keyctl.h
6956 F:      include/uapi/linux/keyctl.h
6957 F:      include/keys/
6958 F:      security/keys/
6960 KEYS-TRUSTED
6961 M:      David Safford <safford@us.ibm.com>
6962 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6963 L:      linux-security-module@vger.kernel.org
6964 L:      keyrings@vger.kernel.org
6965 S:      Supported
6966 F:      Documentation/security/keys-trusted-encrypted.txt
6967 F:      include/keys/trusted-type.h
6968 F:      security/keys/trusted.c
6969 F:      security/keys/trusted.h
6971 KEYS-ENCRYPTED
6972 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6973 M:      David Safford <safford@us.ibm.com>
6974 L:      linux-security-module@vger.kernel.org
6975 L:      keyrings@vger.kernel.org
6976 S:      Supported
6977 F:      Documentation/security/keys-trusted-encrypted.txt
6978 F:      include/keys/encrypted-type.h
6979 F:      security/keys/encrypted-keys/
6981 KGDB / KDB /debug_core
6982 M:      Jason Wessel <jason.wessel@windriver.com>
6983 W:      http://kgdb.wiki.kernel.org/
6984 L:      kgdb-bugreport@lists.sourceforge.net
6985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6986 S:      Maintained
6987 F:      Documentation/DocBook/kgdb.tmpl
6988 F:      drivers/misc/kgdbts.c
6989 F:      drivers/tty/serial/kgdboc.c
6990 F:      include/linux/kdb.h
6991 F:      include/linux/kgdb.h
6992 F:      kernel/debug/
6994 KMEMCHECK
6995 M:      Vegard Nossum <vegardno@ifi.uio.no>
6996 M:      Pekka Enberg <penberg@kernel.org>
6997 S:      Maintained
6998 F:      Documentation/dev-tools/kmemcheck.rst
6999 F:      arch/x86/include/asm/kmemcheck.h
7000 F:      arch/x86/mm/kmemcheck/
7001 F:      include/linux/kmemcheck.h
7002 F:      mm/kmemcheck.c
7004 KMEMLEAK
7005 M:      Catalin Marinas <catalin.marinas@arm.com>
7006 S:      Maintained
7007 F:      Documentation/dev-tools/kmemleak.rst
7008 F:      include/linux/kmemleak.h
7009 F:      mm/kmemleak.c
7010 F:      mm/kmemleak-test.c
7012 KPROBES
7013 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7014 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7015 M:      "David S. Miller" <davem@davemloft.net>
7016 M:      Masami Hiramatsu <mhiramat@kernel.org>
7017 S:      Maintained
7018 F:      Documentation/kprobes.txt
7019 F:      include/linux/kprobes.h
7020 F:      kernel/kprobes.c
7022 KS0108 LCD CONTROLLER DRIVER
7023 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7024 W:      http://miguelojeda.es/auxdisplay.htm
7025 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7026 S:      Maintained
7027 F:      Documentation/auxdisplay/ks0108
7028 F:      drivers/auxdisplay/ks0108.c
7029 F:      include/linux/ks0108.h
7031 L3MDEV
7032 M:      David Ahern <dsa@cumulusnetworks.com>
7033 L:      netdev@vger.kernel.org
7034 S:      Maintained
7035 F:      net/l3mdev
7036 F:      include/net/l3mdev.h
7038 LANTIQ MIPS ARCHITECTURE
7039 M:      John Crispin <john@phrozen.org>
7040 L:      linux-mips@linux-mips.org
7041 S:      Maintained
7042 F:      arch/mips/lantiq
7044 LAPB module
7045 L:      linux-x25@vger.kernel.org
7046 S:      Orphan
7047 F:      Documentation/networking/lapb-module.txt
7048 F:      include/*/lapb.h
7049 F:      net/lapb/
7051 LASI 53c700 driver for PARISC
7052 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7053 L:      linux-scsi@vger.kernel.org
7054 S:      Maintained
7055 F:      Documentation/scsi/53c700.txt
7056 F:      drivers/scsi/53c700*
7058 LED SUBSYSTEM
7059 M:      Richard Purdie <rpurdie@rpsys.net>
7060 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7061 L:      linux-leds@vger.kernel.org
7062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7063 S:      Maintained
7064 F:      Documentation/devicetree/bindings/leds/
7065 F:      drivers/leds/
7066 F:      include/linux/leds.h
7068 LEGACY EEPROM DRIVER
7069 M:      Jean Delvare <jdelvare@suse.com>
7070 S:      Maintained
7071 F:      Documentation/misc-devices/eeprom
7072 F:      drivers/misc/eeprom/eeprom.c
7074 LEGO USB Tower driver
7075 M:      Juergen Stuber <starblue@users.sourceforge.net>
7076 L:      legousb-devel@lists.sourceforge.net
7077 W:      http://legousb.sourceforge.net/
7078 S:      Maintained
7079 F:      drivers/usb/misc/legousbtower.c
7081 LG2160 MEDIA DRIVER
7082 M:      Michael Krufky <mkrufky@linuxtv.org>
7083 L:      linux-media@vger.kernel.org
7084 W:      https://linuxtv.org
7085 W:      http://github.com/mkrufky
7086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7087 T:      git git://linuxtv.org/mkrufky/tuners.git
7088 S:      Maintained
7089 F:      drivers/media/dvb-frontends/lg2160.*
7091 LGDT3305 MEDIA DRIVER
7092 M:      Michael Krufky <mkrufky@linuxtv.org>
7093 L:      linux-media@vger.kernel.org
7094 W:      https://linuxtv.org
7095 W:      http://github.com/mkrufky
7096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7097 T:      git git://linuxtv.org/mkrufky/tuners.git
7098 S:      Maintained
7099 F:      drivers/media/dvb-frontends/lgdt3305.*
7101 LGUEST
7102 M:      Rusty Russell <rusty@rustcorp.com.au>
7103 L:      lguest@lists.ozlabs.org
7104 W:      http://lguest.ozlabs.org/
7105 S:      Odd Fixes
7106 F:      arch/x86/include/asm/lguest*.h
7107 F:      arch/x86/lguest/
7108 F:      drivers/lguest/
7109 F:      include/linux/lguest*.h
7110 F:      tools/lguest/
7112 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7113 M:      Tejun Heo <tj@kernel.org>
7114 L:      linux-ide@vger.kernel.org
7115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7116 S:      Maintained
7117 F:      drivers/ata/
7118 F:      include/linux/ata.h
7119 F:      include/linux/libata.h
7120 F:      Documentation/devicetree/bindings/ata/
7122 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7123 M:      Viresh Kumar <vireshk@kernel.org>
7124 L:      linux-ide@vger.kernel.org
7125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7126 S:      Maintained
7127 F:      include/linux/pata_arasan_cf_data.h
7128 F:      drivers/ata/pata_arasan_cf.c
7130 LIBATA PATA DRIVERS
7131 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7132 M:      Tejun Heo <tj@kernel.org>
7133 L:      linux-ide@vger.kernel.org
7134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7135 S:      Maintained
7136 F:      drivers/ata/pata_*.c
7137 F:      drivers/ata/ata_generic.c
7139 LIBATA SATA AHCI PLATFORM devices support
7140 M:      Hans de Goede <hdegoede@redhat.com>
7141 M:      Tejun Heo <tj@kernel.org>
7142 L:      linux-ide@vger.kernel.org
7143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7144 S:      Maintained
7145 F:      drivers/ata/ahci_platform.c
7146 F:      drivers/ata/libahci_platform.c
7147 F:      include/linux/ahci_platform.h
7149 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7150 M:      Mikael Pettersson <mikpelinux@gmail.com>
7151 L:      linux-ide@vger.kernel.org
7152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7153 S:      Maintained
7154 F:      drivers/ata/sata_promise.*
7156 LIBLOCKDEP
7157 M:      Sasha Levin <sasha.levin@oracle.com>
7158 S:      Maintained
7159 F:      tools/lib/lockdep/
7161 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7162 M:      Dan Williams <dan.j.williams@intel.com>
7163 L:      linux-nvdimm@lists.01.org
7164 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7166 S:      Supported
7167 F:      drivers/nvdimm/*
7168 F:      include/linux/nd.h
7169 F:      include/linux/libnvdimm.h
7170 F:      include/uapi/linux/ndctl.h
7172 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7173 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7174 L:      linux-nvdimm@lists.01.org
7175 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7176 S:      Supported
7177 F:      drivers/nvdimm/blk.c
7178 F:      drivers/nvdimm/region_devs.c
7179 F:      drivers/acpi/nfit*
7181 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7182 M:      Vishal Verma <vishal.l.verma@intel.com>
7183 L:      linux-nvdimm@lists.01.org
7184 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7185 S:      Supported
7186 F:      drivers/nvdimm/btt*
7188 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7189 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7190 L:      linux-nvdimm@lists.01.org
7191 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7192 S:      Supported
7193 F:      drivers/nvdimm/pmem.c
7194 F:      include/linux/pmem.h
7195 F:      arch/*/include/asm/pmem.h
7197 LIGHTNVM PLATFORM SUPPORT
7198 M:      Matias Bjorling <mb@lightnvm.io>
7199 W:      http://github/OpenChannelSSD
7200 L:      linux-block@vger.kernel.org
7201 S:      Maintained
7202 F:      drivers/lightnvm/
7203 F:      include/linux/lightnvm.h
7204 F:      include/uapi/linux/lightnvm.h
7206 LINUX FOR IBM pSERIES (RS/6000)
7207 M:      Paul Mackerras <paulus@au.ibm.com>
7208 W:      http://www.ibm.com/linux/ltc/projects/ppc
7209 S:      Supported
7210 F:      arch/powerpc/boot/rs6000.h
7212 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7213 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7214 M:      Paul Mackerras <paulus@samba.org>
7215 M:      Michael Ellerman <mpe@ellerman.id.au>
7216 W:      http://www.penguinppc.org/
7217 L:      linuxppc-dev@lists.ozlabs.org
7218 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7220 S:      Supported
7221 F:      Documentation/powerpc/
7222 F:      arch/powerpc/
7223 F:      drivers/char/tpm/tpm_ibmvtpm*
7224 F:      drivers/crypto/nx/
7225 F:      drivers/crypto/vmx/
7226 F:      drivers/net/ethernet/ibm/ibmveth.*
7227 F:      drivers/net/ethernet/ibm/ibmvnic.*
7228 F:      drivers/pci/hotplug/pnv_php.c
7229 F:      drivers/pci/hotplug/rpa*
7230 F:      drivers/scsi/ibmvscsi/
7231 N:      opal
7232 N:      /pmac
7233 N:      powermac
7234 N:      powernv
7235 N:      [^a-z0-9]ps3
7236 N:      pseries
7238 LINUX FOR POWER MACINTOSH
7239 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7240 W:      http://www.penguinppc.org/
7241 L:      linuxppc-dev@lists.ozlabs.org
7242 S:      Maintained
7243 F:      arch/powerpc/platforms/powermac/
7244 F:      drivers/macintosh/
7246 LINUX FOR POWERPC EMBEDDED MPC5XXX
7247 M:      Anatolij Gustschin <agust@denx.de>
7248 L:      linuxppc-dev@lists.ozlabs.org
7249 T:      git git://git.denx.de/linux-denx-agust.git
7250 S:      Maintained
7251 F:      arch/powerpc/platforms/512x/
7252 F:      arch/powerpc/platforms/52xx/
7254 LINUX FOR POWERPC EMBEDDED PPC4XX
7255 M:      Alistair Popple <alistair@popple.id.au>
7256 M:      Matt Porter <mporter@kernel.crashing.org>
7257 W:      http://www.penguinppc.org/
7258 L:      linuxppc-dev@lists.ozlabs.org
7259 S:      Maintained
7260 F:      arch/powerpc/platforms/40x/
7261 F:      arch/powerpc/platforms/44x/
7263 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7264 L:      linuxppc-dev@lists.ozlabs.org
7265 S:      Orphan
7266 F:      arch/powerpc/*/*virtex*
7267 F:      arch/powerpc/*/*/*virtex*
7269 LINUX FOR POWERPC EMBEDDED PPC8XX
7270 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7271 W:      http://www.penguinppc.org/
7272 L:      linuxppc-dev@lists.ozlabs.org
7273 S:      Maintained
7274 F:      arch/powerpc/platforms/8xx/
7276 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7277 M:      Scott Wood <oss@buserror.net>
7278 M:      Kumar Gala <galak@kernel.crashing.org>
7279 W:      http://www.penguinppc.org/
7280 L:      linuxppc-dev@lists.ozlabs.org
7281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7282 S:      Maintained
7283 F:      arch/powerpc/platforms/83xx/
7284 F:      arch/powerpc/platforms/85xx/
7286 LINUX FOR POWERPC PA SEMI PWRFICIENT
7287 M:      Olof Johansson <olof@lixom.net>
7288 L:      linuxppc-dev@lists.ozlabs.org
7289 S:      Maintained
7290 F:      arch/powerpc/platforms/pasemi/
7291 F:      drivers/*/*pasemi*
7292 F:      drivers/*/*/*pasemi*
7294 LINUX SECURITY MODULE (LSM) FRAMEWORK
7295 M:      Chris Wright <chrisw@sous-sol.org>
7296 L:      linux-security-module@vger.kernel.org
7297 S:      Supported
7299 LIS3LV02D ACCELEROMETER DRIVER
7300 M:      Eric Piel <eric.piel@tremplin-utc.net>
7301 S:      Maintained
7302 F:      Documentation/misc-devices/lis3lv02d
7303 F:      drivers/misc/lis3lv02d/
7304 F:      drivers/platform/x86/hp_accel.c
7306 LIVE PATCHING
7307 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7308 M:      Jessica Yu <jeyu@redhat.com>
7309 M:      Jiri Kosina <jikos@kernel.org>
7310 M:      Miroslav Benes <mbenes@suse.cz>
7311 R:      Petr Mladek <pmladek@suse.com>
7312 S:      Maintained
7313 F:      kernel/livepatch/
7314 F:      include/linux/livepatch.h
7315 F:      arch/x86/include/asm/livepatch.h
7316 F:      arch/x86/kernel/livepatch.c
7317 F:      Documentation/livepatch/
7318 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7319 F:      samples/livepatch/
7320 L:      live-patching@vger.kernel.org
7321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7323 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7324 M:      Kees Cook <keescook@chromium.org>
7325 S:      Maintained
7326 F:      drivers/misc/lkdtm*
7328 LLC (802.2)
7329 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7330 S:      Maintained
7331 F:      include/linux/llc.h
7332 F:      include/uapi/linux/llc.h
7333 F:      include/net/llc*
7334 F:      net/llc/
7336 LM73 HARDWARE MONITOR DRIVER
7337 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7338 L:      linux-hwmon@vger.kernel.org
7339 S:      Maintained
7340 F:      drivers/hwmon/lm73.c
7342 LM78 HARDWARE MONITOR DRIVER
7343 M:      Jean Delvare <jdelvare@suse.com>
7344 L:      linux-hwmon@vger.kernel.org
7345 S:      Maintained
7346 F:      Documentation/hwmon/lm78
7347 F:      drivers/hwmon/lm78.c
7349 LM83 HARDWARE MONITOR DRIVER
7350 M:      Jean Delvare <jdelvare@suse.com>
7351 L:      linux-hwmon@vger.kernel.org
7352 S:      Maintained
7353 F:      Documentation/hwmon/lm83
7354 F:      drivers/hwmon/lm83.c
7356 LM90 HARDWARE MONITOR DRIVER
7357 M:      Jean Delvare <jdelvare@suse.com>
7358 L:      linux-hwmon@vger.kernel.org
7359 S:      Maintained
7360 F:      Documentation/hwmon/lm90
7361 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7362 F:      drivers/hwmon/lm90.c
7364 LM95234 HARDWARE MONITOR DRIVER
7365 M:      Guenter Roeck <linux@roeck-us.net>
7366 L:      linux-hwmon@vger.kernel.org
7367 S:      Maintained
7368 F:      Documentation/hwmon/lm95234
7369 F:      drivers/hwmon/lm95234.c
7371 LME2510 MEDIA DRIVER
7372 M:      Malcolm Priestley <tvboxspy@gmail.com>
7373 L:      linux-media@vger.kernel.org
7374 W:      https://linuxtv.org
7375 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7376 S:      Maintained
7377 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7379 LOCKING PRIMITIVES
7380 M:      Peter Zijlstra <peterz@infradead.org>
7381 M:      Ingo Molnar <mingo@redhat.com>
7382 L:      linux-kernel@vger.kernel.org
7383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7384 S:      Maintained
7385 F:      Documentation/locking/
7386 F:      include/linux/lockdep.h
7387 F:      include/linux/spinlock*.h
7388 F:      arch/*/include/asm/spinlock*.h
7389 F:      include/linux/rwlock*.h
7390 F:      include/linux/mutex*.h
7391 F:      arch/*/include/asm/mutex*.h
7392 F:      include/linux/rwsem*.h
7393 F:      arch/*/include/asm/rwsem.h
7394 F:      include/linux/seqlock.h
7395 F:      lib/locking*.[ch]
7396 F:      kernel/locking/
7398 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7399 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7400 L:      linux-ntfs-dev@lists.sourceforge.net
7401 W:      http://www.linux-ntfs.org/content/view/19/37/
7402 S:      Maintained
7403 F:      Documentation/ldm.txt
7404 F:      block/partitions/ldm.*
7406 LogFS
7407 M:      Joern Engel <joern@logfs.org>
7408 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7409 L:      logfs@logfs.org
7410 W:      logfs.org
7411 S:      Maintained
7412 F:      fs/logfs/
7414 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7415 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7416 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7417 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7418 L:      MPT-FusionLinux.pdl@broadcom.com
7419 L:      linux-scsi@vger.kernel.org
7420 W:      http://www.avagotech.com/support/
7421 S:      Supported
7422 F:      drivers/message/fusion/
7423 F:      drivers/scsi/mpt2sas/
7424 F:      drivers/scsi/mpt3sas/
7426 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7427 M:      Matthew Wilcox <matthew@wil.cx>
7428 L:      linux-scsi@vger.kernel.org
7429 S:      Maintained
7430 F:      drivers/scsi/sym53c8xx_2/
7432 LTC4261 HARDWARE MONITOR DRIVER
7433 M:      Guenter Roeck <linux@roeck-us.net>
7434 L:      linux-hwmon@vger.kernel.org
7435 S:      Maintained
7436 F:      Documentation/hwmon/ltc4261
7437 F:      drivers/hwmon/ltc4261.c
7439 LTP (Linux Test Project)
7440 M:      Mike Frysinger <vapier@gentoo.org>
7441 M:      Cyril Hrubis <chrubis@suse.cz>
7442 M:      Wanlong Gao <wanlong.gao@gmail.com>
7443 M:      Jan Stancek <jstancek@redhat.com>
7444 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7445 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7446 L:      ltp@lists.linux.it (subscribers-only)
7447 W:      http://linux-test-project.github.io/
7448 T:      git git://github.com/linux-test-project/ltp.git
7449 S:      Maintained
7451 M32R ARCHITECTURE
7452 W:      http://www.linux-m32r.org/
7453 S:      Orphan
7454 F:      arch/m32r/
7456 M68K ARCHITECTURE
7457 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7458 L:      linux-m68k@lists.linux-m68k.org
7459 W:      http://www.linux-m68k.org/
7460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7461 S:      Maintained
7462 F:      arch/m68k/
7463 F:      drivers/zorro/
7465 M68K ON APPLE MACINTOSH
7466 M:      Joshua Thompson <funaho@jurai.org>
7467 W:      http://www.mac.linux-m68k.org/
7468 L:      linux-m68k@lists.linux-m68k.org
7469 S:      Maintained
7470 F:      arch/m68k/mac/
7472 M68K ON HP9000/300
7473 M:      Philip Blundell <philb@gnu.org>
7474 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7475 S:      Maintained
7476 F:      arch/m68k/hp300/
7478 M88DS3103 MEDIA DRIVER
7479 M:      Antti Palosaari <crope@iki.fi>
7480 L:      linux-media@vger.kernel.org
7481 W:      https://linuxtv.org
7482 W:      http://palosaari.fi/linux/
7483 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7484 T:      git git://linuxtv.org/anttip/media_tree.git
7485 S:      Maintained
7486 F:      drivers/media/dvb-frontends/m88ds3103*
7488 M88RS2000 MEDIA DRIVER
7489 M:      Malcolm Priestley <tvboxspy@gmail.com>
7490 L:      linux-media@vger.kernel.org
7491 W:      https://linuxtv.org
7492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7493 S:      Maintained
7494 F:      drivers/media/dvb-frontends/m88rs2000*
7496 MA901 MASTERKIT USB FM RADIO DRIVER
7497 M:      Alexey Klimov <klimov.linux@gmail.com>
7498 L:      linux-media@vger.kernel.org
7499 T:      git git://linuxtv.org/media_tree.git
7500 S:      Maintained
7501 F:      drivers/media/radio/radio-ma901.c
7503 MAC80211
7504 M:      Johannes Berg <johannes@sipsolutions.net>
7505 L:      linux-wireless@vger.kernel.org
7506 W:      http://wireless.kernel.org/
7507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7509 S:      Maintained
7510 F:      Documentation/networking/mac80211-injection.txt
7511 F:      include/net/mac80211.h
7512 F:      net/mac80211/
7513 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7515 MACVLAN DRIVER
7516 M:      Patrick McHardy <kaber@trash.net>
7517 L:      netdev@vger.kernel.org
7518 S:      Maintained
7519 F:      drivers/net/macvlan.c
7520 F:      include/linux/if_macvlan.h
7522 MAILBOX API
7523 M:      Jassi Brar <jassisinghbrar@gmail.com>
7524 L:      linux-kernel@vger.kernel.org
7525 S:      Maintained
7526 F:      drivers/mailbox/
7527 F:      include/linux/mailbox_client.h
7528 F:      include/linux/mailbox_controller.h
7530 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7531 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7532 W:      http://www.kernel.org/doc/man-pages
7533 L:      linux-man@vger.kernel.org
7534 S:      Maintained
7536 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7537 M:      Andrew Lunn <andrew@lunn.ch>
7538 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7539 S:      Maintained
7540 F:      drivers/net/dsa/mv88e6xxx/
7542 MARVELL ARMADA DRM SUPPORT
7543 M:      Russell King <rmk+kernel@armlinux.org.uk>
7544 S:      Maintained
7545 F:      drivers/gpu/drm/armada/
7546 F:      include/uapi/drm/armada_drm.h
7547 F:      Documentation/devicetree/bindings/display/armada/
7549 MARVELL CRYPTO DRIVER
7550 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7551 M:      Arnaud Ebalard <arno@natisbad.org>
7552 F:      drivers/crypto/marvell/
7553 S:      Maintained
7554 L:      linux-crypto@vger.kernel.org
7556 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7557 M:      Mirko Lindner <mlindner@marvell.com>
7558 M:      Stephen Hemminger <stephen@networkplumber.org>
7559 L:      netdev@vger.kernel.org
7560 S:      Maintained
7561 F:      drivers/net/ethernet/marvell/sk*
7563 MARVELL LIBERTAS WIRELESS DRIVER
7564 L:      libertas-dev@lists.infradead.org
7565 S:      Orphan
7566 F:      drivers/net/wireless/marvell/libertas/
7568 MARVELL MV643XX ETHERNET DRIVER
7569 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7570 L:      netdev@vger.kernel.org
7571 S:      Maintained
7572 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7573 F:      include/linux/mv643xx.h
7575 MARVELL MVNETA ETHERNET DRIVER
7576 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7577 L:      netdev@vger.kernel.org
7578 S:      Maintained
7579 F:      drivers/net/ethernet/marvell/mvneta.*
7581 MARVELL MWIFIEX WIRELESS DRIVER
7582 M:      Amitkumar Karwar <akarwar@marvell.com>
7583 M:      Nishant Sarmukadam <nishants@marvell.com>
7584 L:      linux-wireless@vger.kernel.org
7585 S:      Maintained
7586 F:      drivers/net/wireless/marvell/mwifiex/
7588 MARVELL MWL8K WIRELESS DRIVER
7589 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7590 L:      linux-wireless@vger.kernel.org
7591 S:      Odd Fixes
7592 F:      drivers/net/wireless/marvell/mwl8k.c
7594 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7595 M:      Nicolas Pitre <nico@fluxnic.net>
7596 S:      Odd Fixes
7597 F:      drivers/mmc/host/mvsdio.*
7599 MATROX FRAMEBUFFER DRIVER
7600 L:      linux-fbdev@vger.kernel.org
7601 S:      Orphan
7602 F:      drivers/video/fbdev/matrox/matroxfb_*
7603 F:      include/uapi/linux/matroxfb.h
7605 MAX16065 HARDWARE MONITOR DRIVER
7606 M:      Guenter Roeck <linux@roeck-us.net>
7607 L:      linux-hwmon@vger.kernel.org
7608 S:      Maintained
7609 F:      Documentation/hwmon/max16065
7610 F:      drivers/hwmon/max16065.c
7612 MAX20751 HARDWARE MONITOR DRIVER
7613 M:      Guenter Roeck <linux@roeck-us.net>
7614 L:      linux-hwmon@vger.kernel.org
7615 S:      Maintained
7616 F:      Documentation/hwmon/max20751
7617 F:      drivers/hwmon/max20751.c
7619 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7620 L:      linux-hwmon@vger.kernel.org
7621 S:      Orphan
7622 F:      Documentation/hwmon/max6650
7623 F:      drivers/hwmon/max6650.c
7625 MAX6697 HARDWARE MONITOR DRIVER
7626 M:      Guenter Roeck <linux@roeck-us.net>
7627 L:      linux-hwmon@vger.kernel.org
7628 S:      Maintained
7629 F:      Documentation/hwmon/max6697
7630 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7631 F:      drivers/hwmon/max6697.c
7632 F:      include/linux/platform_data/max6697.h
7634 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7635 M:      Peter Rosin <peda@axentia.se>
7636 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7637 S:      Maintained
7638 F:      Documentation/devicetree/bindings/sound/max9860.txt
7639 F:      sound/soc/codecs/max9860.*
7641 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7642 M:      Krzysztof Kozlowski <krzk@kernel.org>
7643 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7644 L:      linux-pm@vger.kernel.org
7645 S:      Supported
7646 F:      drivers/power/supply/max14577_charger.c
7647 F:      drivers/power/supply/max77693_charger.c
7649 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7650 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7651 L:      linux-kernel@vger.kernel.org
7652 S:      Supported
7653 F:      drivers/*/*max77802*.c
7654 F:      Documentation/devicetree/bindings/*/*max77802.txt
7655 F:      include/dt-bindings/*/*max77802.h
7657 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7658 M:      Chanwoo Choi <cw00.choi@samsung.com>
7659 M:      Krzysztof Kozlowski <krzk@kernel.org>
7660 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7661 L:      linux-kernel@vger.kernel.org
7662 S:      Supported
7663 F:      drivers/*/max14577*.c
7664 F:      drivers/*/max77686*.c
7665 F:      drivers/*/max77693*.c
7666 F:      drivers/extcon/extcon-max14577.c
7667 F:      drivers/extcon/extcon-max77693.c
7668 F:      drivers/rtc/rtc-max77686.c
7669 F:      drivers/clk/clk-max77686.c
7670 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7671 F:      Documentation/devicetree/bindings/*/max77686.txt
7672 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7673 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7674 F:      include/linux/mfd/max14577*.h
7675 F:      include/linux/mfd/max77686*.h
7676 F:      include/linux/mfd/max77693*.h
7678 MAXIRADIO FM RADIO RECEIVER DRIVER
7679 M:      Hans Verkuil <hverkuil@xs4all.nl>
7680 L:      linux-media@vger.kernel.org
7681 T:      git git://linuxtv.org/media_tree.git
7682 W:      https://linuxtv.org
7683 S:      Maintained
7684 F:      drivers/media/radio/radio-maxiradio*
7686 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7687 M:      Peter Rosin <peda@axentia.se>
7688 L:      linux-iio@vger.kernel.org
7689 S:      Maintained
7690 F:      drivers/iio/potentiometer/mcp4531.c
7692 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7693 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7694 L:      linux-iio@vger.kernel.org
7695 S:      Maintained
7696 F:      drivers/iio/dac/cio-dac.c
7698 MEDIA DRIVERS FOR RENESAS - FCP
7699 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7700 L:      linux-media@vger.kernel.org
7701 L:      linux-renesas-soc@vger.kernel.org
7702 T:      git git://linuxtv.org/media_tree.git
7703 S:      Supported
7704 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7705 F:      drivers/media/platform/rcar-fcp.c
7706 F:      include/media/rcar-fcp.h
7708 MEDIA DRIVERS FOR RENESAS - VIN
7709 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7710 L:      linux-media@vger.kernel.org
7711 L:      linux-renesas-soc@vger.kernel.org
7712 T:      git git://linuxtv.org/media_tree.git
7713 S:      Supported
7714 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7715 F:      drivers/media/platform/rcar-vin/
7717 MEDIA DRIVERS FOR RENESAS - VSP1
7718 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7719 L:      linux-media@vger.kernel.org
7720 L:      linux-renesas-soc@vger.kernel.org
7721 T:      git git://linuxtv.org/media_tree.git
7722 S:      Supported
7723 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7724 F:      drivers/media/platform/vsp1/
7726 MEDIA DRIVERS FOR HELENE
7727 M:      Abylay Ospan <aospan@netup.ru>
7728 L:      linux-media@vger.kernel.org
7729 W:      https://linuxtv.org
7730 W:      http://netup.tv/
7731 T:      git git://linuxtv.org/media_tree.git
7732 S:      Supported
7733 F:      drivers/media/dvb-frontends/helene*
7735 MEDIA DRIVERS FOR ASCOT2E
7736 M:      Sergey Kozlov <serjk@netup.ru>
7737 M:      Abylay Ospan <aospan@netup.ru>
7738 L:      linux-media@vger.kernel.org
7739 W:      https://linuxtv.org
7740 W:      http://netup.tv/
7741 T:      git git://linuxtv.org/media_tree.git
7742 S:      Supported
7743 F:      drivers/media/dvb-frontends/ascot2e*
7745 MEDIA DRIVERS FOR CXD2841ER
7746 M:      Sergey Kozlov <serjk@netup.ru>
7747 M:      Abylay Ospan <aospan@netup.ru>
7748 L:      linux-media@vger.kernel.org
7749 W:      https://linuxtv.org
7750 W:      http://netup.tv/
7751 T:      git git://linuxtv.org/media_tree.git
7752 S:      Supported
7753 F:      drivers/media/dvb-frontends/cxd2841er*
7755 MEDIA DRIVERS FOR HORUS3A
7756 M:      Sergey Kozlov <serjk@netup.ru>
7757 M:      Abylay Ospan <aospan@netup.ru>
7758 L:      linux-media@vger.kernel.org
7759 W:      https://linuxtv.org
7760 W:      http://netup.tv/
7761 T:      git git://linuxtv.org/media_tree.git
7762 S:      Supported
7763 F:      drivers/media/dvb-frontends/horus3a*
7765 MEDIA DRIVERS FOR LNBH25
7766 M:      Sergey Kozlov <serjk@netup.ru>
7767 M:      Abylay Ospan <aospan@netup.ru>
7768 L:      linux-media@vger.kernel.org
7769 W:      https://linuxtv.org
7770 W:      http://netup.tv/
7771 T:      git git://linuxtv.org/media_tree.git
7772 S:      Supported
7773 F:      drivers/media/dvb-frontends/lnbh25*
7775 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7776 M:      Sergey Kozlov <serjk@netup.ru>
7777 M:      Abylay Ospan <aospan@netup.ru>
7778 L:      linux-media@vger.kernel.org
7779 W:      https://linuxtv.org
7780 W:      http://netup.tv/
7781 T:      git git://linuxtv.org/media_tree.git
7782 S:      Supported
7783 F:      drivers/media/pci/netup_unidvb/*
7785 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7786 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7787 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7788 P:      LinuxTV.org Project
7789 L:      linux-media@vger.kernel.org
7790 W:      https://linuxtv.org
7791 Q:      http://patchwork.kernel.org/project/linux-media/list/
7792 T:      git git://linuxtv.org/media_tree.git
7793 S:      Maintained
7794 F:      Documentation/media/
7795 F:      drivers/media/
7796 F:      drivers/staging/media/
7797 F:      include/linux/platform_data/media/
7798 F:      include/media/
7799 F:      include/uapi/linux/dvb/
7800 F:      include/uapi/linux/videodev2.h
7801 F:      include/uapi/linux/media.h
7802 F:      include/uapi/linux/v4l2-*
7803 F:      include/uapi/linux/meye.h
7804 F:      include/uapi/linux/ivtv*
7805 F:      include/uapi/linux/uvcvideo.h
7807 MEDIATEK ETHERNET DRIVER
7808 M:      Felix Fietkau <nbd@openwrt.org>
7809 M:      John Crispin <blogic@openwrt.org>
7810 L:      netdev@vger.kernel.org
7811 S:      Maintained
7812 F:      drivers/net/ethernet/mediatek/
7814 MEDIATEK MT7601U WIRELESS LAN DRIVER
7815 M:      Jakub Kicinski <kubakici@wp.pl>
7816 L:      linux-wireless@vger.kernel.org
7817 S:      Maintained
7818 F:      drivers/net/wireless/mediatek/mt7601u/
7820 MEGARAID SCSI/SAS DRIVERS
7821 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7822 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7823 M:      Uday Lingala <uday.lingala@avagotech.com>
7824 L:      megaraidlinux.pdl@avagotech.com
7825 L:      linux-scsi@vger.kernel.org
7826 W:      http://www.lsi.com
7827 S:      Maintained
7828 F:      Documentation/scsi/megaraid.txt
7829 F:      drivers/scsi/megaraid.*
7830 F:      drivers/scsi/megaraid/
7832 MELLANOX ETHERNET DRIVER (mlx4_en)
7833 M:      Tariq Toukan <tariqt@mellanox.com>
7834 L:      netdev@vger.kernel.org
7835 S:      Supported
7836 W:      http://www.mellanox.com
7837 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7838 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7840 MELLANOX ETHERNET DRIVER (mlx5e)
7841 M:      Saeed Mahameed <saeedm@mellanox.com>
7842 L:      netdev@vger.kernel.org
7843 S:      Supported
7844 W:      http://www.mellanox.com
7845 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7846 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7848 MELLANOX ETHERNET SWITCH DRIVERS
7849 M:      Jiri Pirko <jiri@mellanox.com>
7850 M:      Ido Schimmel <idosch@mellanox.com>
7851 L:      netdev@vger.kernel.org
7852 S:      Supported
7853 W:      http://www.mellanox.com
7854 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7855 F:      drivers/net/ethernet/mellanox/mlxsw/
7857 MELLANOX MLXCPLD LED DRIVER
7858 M:      Vadim Pasternak <vadimp@mellanox.com>
7859 L:      linux-leds@vger.kernel.org
7860 S:      Supported
7861 F:      drivers/leds/leds-mlxcpld.c
7862 F:      Documentation/leds/leds-mlxcpld.txt
7864 MELLANOX PLATFORM DRIVER
7865 M:      Vadim Pasternak <vadimp@mellanox.com>
7866 L:      platform-driver-x86@vger.kernel.org
7867 S:      Supported
7868 F:      arch/x86/platform/mellanox/mlx-platform.c
7870 SOFT-ROCE DRIVER (rxe)
7871 M:      Moni Shoua <monis@mellanox.com>
7872 L:      linux-rdma@vger.kernel.org
7873 S:      Supported
7874 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7875 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7876 F:      drivers/infiniband/sw/rxe/
7877 F:      include/uapi/rdma/rdma_user_rxe.h
7879 MEMBARRIER SUPPORT
7880 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7881 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7882 L:      linux-kernel@vger.kernel.org
7883 S:      Supported
7884 F:      kernel/membarrier.c
7885 F:      include/uapi/linux/membarrier.h
7887 MEMORY MANAGEMENT
7888 L:      linux-mm@kvack.org
7889 W:      http://www.linux-mm.org
7890 S:      Maintained
7891 F:      include/linux/mm.h
7892 F:      include/linux/gfp.h
7893 F:      include/linux/mmzone.h
7894 F:      include/linux/memory_hotplug.h
7895 F:      include/linux/vmalloc.h
7896 F:      mm/
7898 MEMORY TECHNOLOGY DEVICES (MTD)
7899 M:      David Woodhouse <dwmw2@infradead.org>
7900 M:      Brian Norris <computersforpeace@gmail.com>
7901 L:      linux-mtd@lists.infradead.org
7902 W:      http://www.linux-mtd.infradead.org/
7903 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7904 T:      git git://git.infradead.org/linux-mtd.git
7905 T:      git git://git.infradead.org/l2-mtd.git
7906 S:      Maintained
7907 F:      Documentation/devicetree/bindings/mtd/
7908 F:      drivers/mtd/
7909 F:      include/linux/mtd/
7910 F:      include/uapi/mtd/
7912 MEN A21 WATCHDOG DRIVER
7913 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7914 L:      linux-watchdog@vger.kernel.org
7915 S:      Maintained
7916 F:      drivers/watchdog/mena21_wdt.c
7918 MEN CHAMELEON BUS (mcb)
7919 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7920 S:      Maintained
7921 F:      drivers/mcb/
7922 F:      include/linux/mcb.h
7923 F:      Documentation/men-chameleon-bus.txt
7925 MEN F21BMC (Board Management Controller)
7926 M:      Andreas Werner <andreas.werner@men.de>
7927 S:      Supported
7928 F:      drivers/mfd/menf21bmc.c
7929 F:      drivers/watchdog/menf21bmc_wdt.c
7930 F:      drivers/leds/leds-menf21bmc.c
7931 F:      drivers/hwmon/menf21bmc_hwmon.c
7932 F:      Documentation/hwmon/menf21bmc
7934 METAG ARCHITECTURE
7935 M:      James Hogan <james.hogan@imgtec.com>
7936 L:      linux-metag@vger.kernel.org
7937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7938 S:      Odd Fixes
7939 F:      arch/metag/
7940 F:      Documentation/metag/
7941 F:      Documentation/devicetree/bindings/metag/
7942 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7943 F:      drivers/clocksource/metag_generic.c
7944 F:      drivers/irqchip/irq-metag.c
7945 F:      drivers/irqchip/irq-metag-ext.c
7946 F:      drivers/tty/metag_da.c
7948 MICROBLAZE ARCHITECTURE
7949 M:      Michal Simek <monstr@monstr.eu>
7950 W:      http://www.monstr.eu/fdt/
7951 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7952 S:      Supported
7953 F:      arch/microblaze/
7955 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
7956 M:      Richard Genoud <richard.genoud@gmail.com>
7957 S:      Maintained
7958 F:      drivers/tty/serial/atmel_serial.c
7959 F:      include/linux/atmel_serial.h
7961 MICROCHIP / ATMEL ISC DRIVER
7962 M:      Songjun Wu <songjun.wu@microchip.com>
7963 L:      linux-media@vger.kernel.org
7964 S:      Supported
7965 F:      drivers/media/platform/atmel/atmel-isc.c
7966 F:      drivers/media/platform/atmel/atmel-isc-regs.h
7967 F:      devicetree/bindings/media/atmel-isc.txt
7969 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7970 M:      Chen Yu <yu.c.chen@intel.com>
7971 L:      platform-driver-x86@vger.kernel.org
7972 S:      Supported
7973 F:      drivers/platform/x86/surfacepro3_button.c
7975 MICROTEK X6 SCANNER
7976 M:      Oliver Neukum <oliver@neukum.org>
7977 S:      Maintained
7978 F:      drivers/usb/image/microtek.*
7980 MIPS
7981 M:      Ralf Baechle <ralf@linux-mips.org>
7982 L:      linux-mips@linux-mips.org
7983 W:      http://www.linux-mips.org/
7984 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7985 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7986 S:      Supported
7987 F:      Documentation/devicetree/bindings/mips/
7988 F:      Documentation/mips/
7989 F:      arch/mips/
7991 MIPS/LOONGSON1 ARCHITECTURE
7992 M:      Keguang Zhang <keguang.zhang@gmail.com>
7993 L:      linux-mips@linux-mips.org
7994 S:      Maintained
7995 F:      arch/mips/loongson32/
7996 F:      arch/mips/include/asm/mach-loongson32/
7997 F:      drivers/*/*loongson1*
7998 F:      drivers/*/*/*loongson1*
8000 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8001 M:      Hans Verkuil <hverkuil@xs4all.nl>
8002 L:      linux-media@vger.kernel.org
8003 T:      git git://linuxtv.org/media_tree.git
8004 W:      https://linuxtv.org
8005 S:      Odd Fixes
8006 F:      drivers/media/radio/radio-miropcm20*
8008 MELLANOX MLX4 core VPI driver
8009 M:      Yishai Hadas <yishaih@mellanox.com>
8010 L:      netdev@vger.kernel.org
8011 L:      linux-rdma@vger.kernel.org
8012 W:      http://www.mellanox.com
8013 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8014 S:      Supported
8015 F:      drivers/net/ethernet/mellanox/mlx4/
8016 F:      include/linux/mlx4/
8017 F:      include/uapi/rdma/mlx4-abi.h
8019 MELLANOX MLX4 IB driver
8020 M:      Yishai Hadas <yishaih@mellanox.com>
8021 L:      linux-rdma@vger.kernel.org
8022 W:      http://www.mellanox.com
8023 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8024 S:      Supported
8025 F:      drivers/infiniband/hw/mlx4/
8026 F:      include/linux/mlx4/
8028 MELLANOX MLX5 core VPI driver
8029 M:      Matan Barak <matanb@mellanox.com>
8030 M:      Leon Romanovsky <leonro@mellanox.com>
8031 L:      netdev@vger.kernel.org
8032 L:      linux-rdma@vger.kernel.org
8033 W:      http://www.mellanox.com
8034 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8035 S:      Supported
8036 F:      drivers/net/ethernet/mellanox/mlx5/core/
8037 F:      include/linux/mlx5/
8038 F:      include/uapi/rdma/mlx5-abi.h
8040 MELLANOX MLX5 IB driver
8041 M:      Matan Barak <matanb@mellanox.com>
8042 M:      Leon Romanovsky <leonro@mellanox.com>
8043 L:      linux-rdma@vger.kernel.org
8044 W:      http://www.mellanox.com
8045 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8046 S:      Supported
8047 F:      drivers/infiniband/hw/mlx5/
8048 F:      include/linux/mlx5/
8050 MELEXIS MLX90614 DRIVER
8051 M:      Crt Mori <cmo@melexis.com>
8052 L:      linux-iio@vger.kernel.org
8053 W:      http://www.melexis.com
8054 S:      Supported
8055 F:      drivers/iio/temperature/mlx90614.c
8057 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8058 M:      Don Brace <don.brace@microsemi.com>
8059 L:      esc.storagedev@microsemi.com
8060 L:      linux-scsi@vger.kernel.org
8061 S:      Supported
8062 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8063 F:      drivers/scsi/smartpqi/Kconfig
8064 F:      drivers/scsi/smartpqi/Makefile
8065 F:      include/linux/cciss*.h
8066 F:      include/uapi/linux/cciss*.h
8067 F:      Documentation/scsi/smartpqi.txt
8069 MN88472 MEDIA DRIVER
8070 M:      Antti Palosaari <crope@iki.fi>
8071 L:      linux-media@vger.kernel.org
8072 W:      https://linuxtv.org
8073 W:      http://palosaari.fi/linux/
8074 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8075 S:      Maintained
8076 F:      drivers/media/dvb-frontends/mn88472*
8078 MN88473 MEDIA DRIVER
8079 M:      Antti Palosaari <crope@iki.fi>
8080 L:      linux-media@vger.kernel.org
8081 W:      https://linuxtv.org
8082 W:      http://palosaari.fi/linux/
8083 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8084 S:      Maintained
8085 F:      drivers/media/dvb-frontends/mn88473*
8087 MODULE SUPPORT
8088 M:      Rusty Russell <rusty@rustcorp.com.au>
8089 S:      Maintained
8090 F:      include/linux/module.h
8091 F:      kernel/module.c
8093 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8094 W:      http://popies.net/meye/
8095 S:      Orphan
8096 F:      Documentation/media/v4l-drivers/meye*
8097 F:      drivers/media/pci/meye/
8098 F:      include/uapi/linux/meye.h
8100 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8101 M:      Jiri Slaby <jirislaby@gmail.com>
8102 S:      Maintained
8103 F:      Documentation/serial/moxa-smartio
8104 F:      drivers/tty/mxser.*
8106 MR800 AVERMEDIA USB FM RADIO DRIVER
8107 M:      Alexey Klimov <klimov.linux@gmail.com>
8108 L:      linux-media@vger.kernel.org
8109 T:      git git://linuxtv.org/media_tree.git
8110 S:      Maintained
8111 F:      drivers/media/radio/radio-mr800.c
8113 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8114 M:      Alan Ott <alan@signal11.us>
8115 L:      linux-wpan@vger.kernel.org
8116 S:      Maintained
8117 F:      drivers/net/ieee802154/mrf24j40.c
8118 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8120 MSI LAPTOP SUPPORT
8121 M:      "Lee, Chun-Yi" <jlee@suse.com>
8122 L:      platform-driver-x86@vger.kernel.org
8123 S:      Maintained
8124 F:      drivers/platform/x86/msi-laptop.c
8126 MSI WMI SUPPORT
8127 L:      platform-driver-x86@vger.kernel.org
8128 S:      Orphan
8129 F:      drivers/platform/x86/msi-wmi.c
8131 MSI001 MEDIA DRIVER
8132 M:      Antti Palosaari <crope@iki.fi>
8133 L:      linux-media@vger.kernel.org
8134 W:      https://linuxtv.org
8135 W:      http://palosaari.fi/linux/
8136 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8137 T:      git git://linuxtv.org/anttip/media_tree.git
8138 S:      Maintained
8139 F:      drivers/media/tuners/msi001*
8141 MSI2500 MEDIA DRIVER
8142 M:      Antti Palosaari <crope@iki.fi>
8143 L:      linux-media@vger.kernel.org
8144 W:      https://linuxtv.org
8145 W:      http://palosaari.fi/linux/
8146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8147 T:      git git://linuxtv.org/anttip/media_tree.git
8148 S:      Maintained
8149 F:      drivers/media/usb/msi2500/
8151 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8152 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8153 L:      linux-mtd@lists.infradead.org
8154 S:      Maintained
8155 F:      drivers/mtd/devices/docg3*
8157 MT9M032 APTINA SENSOR DRIVER
8158 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8159 L:      linux-media@vger.kernel.org
8160 T:      git git://linuxtv.org/media_tree.git
8161 S:      Maintained
8162 F:      drivers/media/i2c/mt9m032.c
8163 F:      include/media/i2c/mt9m032.h
8165 MT9P031 APTINA CAMERA SENSOR
8166 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8167 L:      linux-media@vger.kernel.org
8168 T:      git git://linuxtv.org/media_tree.git
8169 S:      Maintained
8170 F:      drivers/media/i2c/mt9p031.c
8171 F:      include/media/i2c/mt9p031.h
8173 MT9T001 APTINA CAMERA SENSOR
8174 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8175 L:      linux-media@vger.kernel.org
8176 T:      git git://linuxtv.org/media_tree.git
8177 S:      Maintained
8178 F:      drivers/media/i2c/mt9t001.c
8179 F:      include/media/i2c/mt9t001.h
8181 MT9V032 APTINA CAMERA SENSOR
8182 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8183 L:      linux-media@vger.kernel.org
8184 T:      git git://linuxtv.org/media_tree.git
8185 S:      Maintained
8186 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8187 F:      drivers/media/i2c/mt9v032.c
8188 F:      include/media/i2c/mt9v032.h
8190 MULTIFUNCTION DEVICES (MFD)
8191 M:      Lee Jones <lee.jones@linaro.org>
8192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8193 S:      Supported
8194 F:      Documentation/devicetree/bindings/mfd/
8195 F:      drivers/mfd/
8196 F:      include/linux/mfd/
8198 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8199 M:      Ulf Hansson <ulf.hansson@linaro.org>
8200 L:      linux-mmc@vger.kernel.org
8201 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
8202 S:      Maintained
8203 F:      Documentation/devicetree/bindings/mmc/
8204 F:      drivers/mmc/
8205 F:      include/linux/mmc/
8206 F:      include/uapi/linux/mmc/
8208 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8209 S:      Orphan
8210 F:      drivers/mmc/host/mmc_spi.c
8211 F:      include/linux/spi/mmc_spi.h
8213 MULTISOUND SOUND DRIVER
8214 M:      Andrew Veliath <andrewtv@usa.net>
8215 S:      Maintained
8216 F:      Documentation/sound/oss/MultiSound
8217 F:      sound/oss/msnd*
8219 MULTITECH MULTIPORT CARD (ISICOM)
8220 S:      Orphan
8221 F:      drivers/tty/isicom.c
8222 F:      include/linux/isicom.h
8224 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8225 M:      Bin Liu <b-liu@ti.com>
8226 L:      linux-usb@vger.kernel.org
8227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8228 S:      Maintained
8229 F:      drivers/usb/musb/
8231 MXL5007T MEDIA DRIVER
8232 M:      Michael Krufky <mkrufky@linuxtv.org>
8233 L:      linux-media@vger.kernel.org
8234 W:      https://linuxtv.org
8235 W:      http://github.com/mkrufky
8236 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8237 T:      git git://linuxtv.org/mkrufky/tuners.git
8238 S:      Maintained
8239 F:      drivers/media/tuners/mxl5007t.*
8241 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8242 M:      Hyong-Youb Kim <hykim@myri.com>
8243 L:      netdev@vger.kernel.org
8244 W:      https://www.myricom.com/support/downloads/myri10ge.html
8245 S:      Supported
8246 F:      drivers/net/ethernet/myricom/myri10ge/
8248 NAND FLASH SUBSYSTEM
8249 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8250 R:      Richard Weinberger <richard@nod.at>
8251 L:      linux-mtd@lists.infradead.org
8252 W:      http://www.linux-mtd.infradead.org/
8253 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8254 T:      git git://github.com/linux-nand/linux.git
8255 S:      Maintained
8256 F:      drivers/mtd/nand/
8257 F:      include/linux/mtd/nand*.h
8259 NATSEMI ETHERNET DRIVER (DP8381x)
8260 S:      Orphan
8261 F:      drivers/net/ethernet/natsemi/natsemi.c
8263 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8264 M:      Daniel Mack <zonque@gmail.com>
8265 S:      Maintained
8266 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8267 W:      http://www.native-instruments.com
8268 F:      sound/usb/caiaq/
8270 NCP FILESYSTEM
8271 M:      Petr Vandrovec <petr@vandrovec.name>
8272 S:      Odd Fixes
8273 F:      fs/ncpfs/
8275 NCR 5380 SCSI DRIVERS
8276 M:      Finn Thain <fthain@telegraphics.com.au>
8277 M:      Michael Schmitz <schmitzmic@gmail.com>
8278 L:      linux-scsi@vger.kernel.org
8279 S:      Maintained
8280 F:      Documentation/scsi/g_NCR5380.txt
8281 F:      drivers/scsi/NCR5380.*
8282 F:      drivers/scsi/arm/cumana_1.c
8283 F:      drivers/scsi/arm/oak.c
8284 F:      drivers/scsi/atari_scsi.*
8285 F:      drivers/scsi/dmx3191d.c
8286 F:      drivers/scsi/g_NCR5380.*
8287 F:      drivers/scsi/g_NCR5380_mmio.c
8288 F:      drivers/scsi/mac_scsi.*
8289 F:      drivers/scsi/sun3_scsi.*
8290 F:      drivers/scsi/sun3_scsi_vme.c
8292 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8293 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8294 L:      linux-scsi@vger.kernel.org
8295 S:      Maintained
8296 F:      drivers/scsi/NCR_D700.*
8298 NCT6775 HARDWARE MONITOR DRIVER
8299 M:      Guenter Roeck <linux@roeck-us.net>
8300 L:      linux-hwmon@vger.kernel.org
8301 S:      Maintained
8302 F:      Documentation/hwmon/nct6775
8303 F:      drivers/hwmon/nct6775.c
8305 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8306 M:      Faisal Latif <faisal.latif@intel.com>
8307 L:      linux-rdma@vger.kernel.org
8308 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8309 S:      Supported
8310 F:      drivers/infiniband/hw/nes/
8311 F:      include/uapi/rdma/nes-abi.h
8313 NETEM NETWORK EMULATOR
8314 M:      Stephen Hemminger <stephen@networkplumber.org>
8315 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8316 S:      Maintained
8317 F:      net/sched/sch_netem.c
8319 NETERION 10GbE DRIVERS (s2io/vxge)
8320 M:      Jon Mason <jdmason@kudzu.us>
8321 L:      netdev@vger.kernel.org
8322 S:      Supported
8323 F:      Documentation/networking/s2io.txt
8324 F:      Documentation/networking/vxge.txt
8325 F:      drivers/net/ethernet/neterion/
8327 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8328 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8329 M:      Patrick McHardy <kaber@trash.net>
8330 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8331 L:      netfilter-devel@vger.kernel.org
8332 L:      coreteam@netfilter.org
8333 W:      http://www.netfilter.org/
8334 W:      http://www.iptables.org/
8335 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8338 S:      Supported
8339 F:      include/linux/netfilter*
8340 F:      include/linux/netfilter/
8341 F:      include/net/netfilter/
8342 F:      include/uapi/linux/netfilter*
8343 F:      include/uapi/linux/netfilter/
8344 F:      net/*/netfilter.c
8345 F:      net/*/netfilter/
8346 F:      net/netfilter/
8347 F:      net/bridge/br_netfilter*.c
8349 NETLABEL
8350 M:      Paul Moore <paul@paul-moore.com>
8351 W:      http://netlabel.sf.net
8352 L:      netdev@vger.kernel.org
8353 S:      Maintained
8354 F:      Documentation/netlabel/
8355 F:      include/net/netlabel.h
8356 F:      net/netlabel/
8358 NETROM NETWORK LAYER
8359 M:      Ralf Baechle <ralf@linux-mips.org>
8360 L:      linux-hams@vger.kernel.org
8361 W:      http://www.linux-ax25.org/
8362 S:      Maintained
8363 F:      include/net/netrom.h
8364 F:      include/uapi/linux/netrom.h
8365 F:      net/netrom/
8367 NETRONOME ETHERNET DRIVERS
8368 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8369 L:      oss-drivers@netronome.com
8370 S:      Maintained
8371 F:      drivers/net/ethernet/netronome/
8373 NETWORK BLOCK DEVICE (NBD)
8374 M:      Markus Pargmann <mpa@pengutronix.de>
8375 S:      Maintained
8376 L:      nbd-general@lists.sourceforge.net
8377 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8378 F:      Documentation/blockdev/nbd.txt
8379 F:      drivers/block/nbd.c
8380 F:      include/uapi/linux/nbd.h
8382 NETWORK DROP MONITOR
8383 M:      Neil Horman <nhorman@tuxdriver.com>
8384 L:      netdev@vger.kernel.org
8385 S:      Maintained
8386 W:      https://fedorahosted.org/dropwatch/
8387 F:      net/core/drop_monitor.c
8389 NETWORKING [DSA]
8390 M:      Andrew Lunn <andrew@lunn.ch>
8391 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8392 M:      Florian Fainelli <f.fainelli@gmail.com>
8393 S:      Maintained
8394 F:      net/dsa/
8395 F:      include/net/dsa.h
8396 F:      drivers/net/dsa/
8398 NETWORKING [GENERAL]
8399 M:      "David S. Miller" <davem@davemloft.net>
8400 L:      netdev@vger.kernel.org
8401 W:      http://www.linuxfoundation.org/en/Net
8402 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8405 S:      Maintained
8406 F:      net/
8407 F:      include/net/
8408 F:      include/linux/in.h
8409 F:      include/linux/net.h
8410 F:      include/linux/netdevice.h
8411 F:      include/uapi/linux/in.h
8412 F:      include/uapi/linux/net.h
8413 F:      include/uapi/linux/netdevice.h
8414 F:      include/uapi/linux/net_namespace.h
8415 F:      tools/net/
8416 F:      tools/testing/selftests/net/
8417 F:      lib/random32.c
8419 NETWORKING [IPv4/IPv6]
8420 M:      "David S. Miller" <davem@davemloft.net>
8421 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8422 M:      James Morris <jmorris@namei.org>
8423 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8424 M:      Patrick McHardy <kaber@trash.net>
8425 L:      netdev@vger.kernel.org
8426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8427 S:      Maintained
8428 F:      net/ipv4/
8429 F:      net/ipv6/
8430 F:      include/net/ip*
8431 F:      arch/x86/net/*
8433 NETWORKING [IPSEC]
8434 M:      Steffen Klassert <steffen.klassert@secunet.com>
8435 M:      Herbert Xu <herbert@gondor.apana.org.au>
8436 M:      "David S. Miller" <davem@davemloft.net>
8437 L:      netdev@vger.kernel.org
8438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8440 S:      Maintained
8441 F:      net/core/flow.c
8442 F:      net/xfrm/
8443 F:      net/key/
8444 F:      net/ipv4/xfrm*
8445 F:      net/ipv4/esp4.c
8446 F:      net/ipv4/ah4.c
8447 F:      net/ipv4/ipcomp.c
8448 F:      net/ipv4/ip_vti.c
8449 F:      net/ipv6/xfrm*
8450 F:      net/ipv6/esp6.c
8451 F:      net/ipv6/ah6.c
8452 F:      net/ipv6/ipcomp6.c
8453 F:      net/ipv6/ip6_vti.c
8454 F:      include/uapi/linux/xfrm.h
8455 F:      include/net/xfrm.h
8457 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8458 M:      Paul Moore <paul@paul-moore.com>
8459 L:      netdev@vger.kernel.org
8460 S:      Maintained
8462 NETWORKING [WIRELESS]
8463 L:      linux-wireless@vger.kernel.org
8464 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8466 NETWORKING DRIVERS
8467 L:      netdev@vger.kernel.org
8468 W:      http://www.linuxfoundation.org/en/Net
8469 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8472 S:      Odd Fixes
8473 F:      Documentation/devicetree/bindings/net/
8474 F:      drivers/net/
8475 F:      include/linux/if_*
8476 F:      include/linux/netdevice.h
8477 F:      include/linux/etherdevice.h
8478 F:      include/linux/fcdevice.h
8479 F:      include/linux/fddidevice.h
8480 F:      include/linux/hippidevice.h
8481 F:      include/linux/inetdevice.h
8482 F:      include/uapi/linux/if_*
8483 F:      include/uapi/linux/netdevice.h
8485 NETWORKING DRIVERS (WIRELESS)
8486 M:      Kalle Valo <kvalo@codeaurora.org>
8487 L:      linux-wireless@vger.kernel.org
8488 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8491 S:      Maintained
8492 F:      Documentation/devicetree/bindings/net/wireless/
8493 F:      drivers/net/wireless/
8495 NETXEN (1/10) GbE SUPPORT
8496 M:      Manish Chopra <manish.chopra@qlogic.com>
8497 M:      Sony Chacko <sony.chacko@qlogic.com>
8498 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
8499 L:      netdev@vger.kernel.org
8500 W:      http://www.qlogic.com
8501 S:      Supported
8502 F:      drivers/net/ethernet/qlogic/netxen/
8504 NFC SUBSYSTEM
8505 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8506 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8507 M:      Samuel Ortiz <sameo@linux.intel.com>
8508 L:      linux-wireless@vger.kernel.org
8509 L:      linux-nfc@lists.01.org (subscribers-only)
8510 S:      Supported
8511 F:      net/nfc/
8512 F:      include/net/nfc/
8513 F:      include/uapi/linux/nfc.h
8514 F:      drivers/nfc/
8515 F:      include/linux/platform_data/nfcmrvl.h
8516 F:      include/linux/platform_data/nxp-nci.h
8517 F:      include/linux/platform_data/pn544.h
8518 F:      include/linux/platform_data/st21nfca.h
8519 F:      include/linux/platform_data/st-nci.h
8520 F:      Documentation/devicetree/bindings/net/nfc/
8522 NFS, SUNRPC, AND LOCKD CLIENTS
8523 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8524 M:      Anna Schumaker <anna.schumaker@netapp.com>
8525 L:      linux-nfs@vger.kernel.org
8526 W:      http://client.linux-nfs.org
8527 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8528 S:      Maintained
8529 F:      fs/lockd/
8530 F:      fs/nfs/
8531 F:      fs/nfs_common/
8532 F:      net/sunrpc/
8533 F:      include/linux/lockd/
8534 F:      include/linux/nfs*
8535 F:      include/linux/sunrpc/
8536 F:      include/uapi/linux/nfs*
8537 F:      include/uapi/linux/sunrpc/
8539 NILFS2 FILESYSTEM
8540 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8541 L:      linux-nilfs@vger.kernel.org
8542 W:      http://nilfs.sourceforge.net/
8543 W:      http://nilfs.osdn.jp/
8544 T:      git git://github.com/konis/nilfs2.git
8545 S:      Supported
8546 F:      Documentation/filesystems/nilfs2.txt
8547 F:      fs/nilfs2/
8548 F:      include/trace/events/nilfs2.h
8549 F:      include/uapi/linux/nilfs2_api.h
8550 F:      include/uapi/linux/nilfs2_ondisk.h
8552 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8553 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8554 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8555 S:      Maintained
8556 F:      Documentation/scsi/NinjaSCSI.txt
8557 F:      drivers/scsi/pcmcia/nsp_*
8559 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8560 M:      GOTO Masanori <gotom@debian.or.jp>
8561 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8562 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8563 S:      Maintained
8564 F:      Documentation/scsi/NinjaSCSI.txt
8565 F:      drivers/scsi/nsp32*
8567 NIOS2 ARCHITECTURE
8568 M:      Ley Foon Tan <lftan@altera.com>
8569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8571 S:      Maintained
8572 F:      arch/nios2/
8574 NOKIA N900 POWER SUPPLY DRIVERS
8575 R:      Pali Rohár <pali.rohar@gmail.com>
8576 F:      include/linux/power/bq2415x_charger.h
8577 F:      include/linux/power/bq27xxx_battery.h
8578 F:      include/linux/power/isp1704_charger.h
8579 F:      drivers/power/supply/bq2415x_charger.c
8580 F:      drivers/power/supply/bq27xxx_battery.c
8581 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8582 F:      drivers/power/supply/isp1704_charger.c
8583 F:      drivers/power/supply/rx51_battery.c
8585 NTB DRIVER CORE
8586 M:      Jon Mason <jdmason@kudzu.us>
8587 M:      Dave Jiang <dave.jiang@intel.com>
8588 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8589 L:      linux-ntb@googlegroups.com
8590 S:      Supported
8591 W:      https://github.com/jonmason/ntb/wiki
8592 T:      git git://github.com/jonmason/ntb.git
8593 F:      drivers/ntb/
8594 F:      drivers/net/ntb_netdev.c
8595 F:      include/linux/ntb.h
8596 F:      include/linux/ntb_transport.h
8597 F:      tools/testing/selftests/ntb/
8599 NTB INTEL DRIVER
8600 M:      Jon Mason <jdmason@kudzu.us>
8601 M:      Dave Jiang <dave.jiang@intel.com>
8602 L:      linux-ntb@googlegroups.com
8603 S:      Supported
8604 W:      https://github.com/jonmason/ntb/wiki
8605 T:      git git://github.com/jonmason/ntb.git
8606 F:      drivers/ntb/hw/intel/
8608 NTB AMD DRIVER
8609 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8610 L:      linux-ntb@googlegroups.com
8611 S:      Supported
8612 F:      drivers/ntb/hw/amd/
8614 NTFS FILESYSTEM
8615 M:      Anton Altaparmakov <anton@tuxera.com>
8616 L:      linux-ntfs-dev@lists.sourceforge.net
8617 W:      http://www.tuxera.com/
8618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8619 S:      Supported
8620 F:      Documentation/filesystems/ntfs.txt
8621 F:      fs/ntfs/
8623 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8624 M:      Antonino Daplas <adaplas@gmail.com>
8625 L:      linux-fbdev@vger.kernel.org
8626 S:      Maintained
8627 F:      drivers/video/fbdev/riva/
8628 F:      drivers/video/fbdev/nvidia/
8630 NVM EXPRESS DRIVER
8631 M:      Keith Busch <keith.busch@intel.com>
8632 M:      Jens Axboe <axboe@fb.com>
8633 L:      linux-nvme@lists.infradead.org
8634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8635 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8636 S:      Supported
8637 F:      drivers/nvme/host/
8638 F:      include/linux/nvme.h
8640 NVM EXPRESS TARGET DRIVER
8641 M:      Christoph Hellwig <hch@lst.de>
8642 M:      Sagi Grimberg <sagi@grimberg.me>
8643 L:      linux-nvme@lists.infradead.org
8644 S:      Supported
8645 F:      drivers/nvme/target/
8647 NVMEM FRAMEWORK
8648 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8649 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8650 S:      Maintained
8651 F:      drivers/nvmem/
8652 F:      Documentation/devicetree/bindings/nvmem/
8653 F:      include/linux/nvmem-consumer.h
8654 F:      include/linux/nvmem-provider.h
8656 NXP-NCI NFC DRIVER
8657 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8658 R:      Charles Gorand <charles.gorand@effinnov.com>
8659 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8660 S:      Supported
8661 F:      drivers/nfc/nxp-nci
8663 NXP TDA998X DRM DRIVER
8664 M:      Russell King <rmk+kernel@armlinux.org.uk>
8665 S:      Supported
8666 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8667 F:      include/drm/i2c/tda998x.h
8669 NXP TFA9879 DRIVER
8670 M:      Peter Rosin <peda@axentia.se>
8671 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8672 S:      Maintained
8673 F:      sound/soc/codecs/tfa9879*
8675 OBJTOOL
8676 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8677 S:      Supported
8678 F:      tools/objtool/
8680 OMAP SUPPORT
8681 M:      Tony Lindgren <tony@atomide.com>
8682 L:      linux-omap@vger.kernel.org
8683 W:      http://www.muru.com/linux/omap/
8684 W:      http://linux.omap.com/
8685 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8687 S:      Maintained
8688 F:      arch/arm/*omap*/
8689 F:      arch/arm/configs/omap1_defconfig
8690 F:      arch/arm/configs/omap2plus_defconfig
8691 F:      drivers/i2c/busses/i2c-omap.c
8692 F:      drivers/irqchip/irq-omap-intc.c
8693 F:      drivers/mfd/*omap*.c
8694 F:      drivers/mfd/menelaus.c
8695 F:      drivers/mfd/palmas.c
8696 F:      drivers/mfd/tps65217.c
8697 F:      drivers/mfd/tps65218.c
8698 F:      drivers/mfd/tps65910.c
8699 F:      drivers/mfd/twl-core.[ch]
8700 F:      drivers/mfd/twl4030*.c
8701 F:      drivers/mfd/twl6030*.c
8702 F:      drivers/mfd/twl6040*.c
8703 F:      drivers/regulator/palmas-regulator*.c
8704 F:      drivers/regulator/pbias-regulator.c
8705 F:      drivers/regulator/tps65217-regulator.c
8706 F:      drivers/regulator/tps65218-regulator.c
8707 F:      drivers/regulator/tps65910-regulator.c
8708 F:      drivers/regulator/twl-regulator.c
8709 F:      include/linux/i2c-omap.h
8711 OMAP DEVICE TREE SUPPORT
8712 M:      Benoît Cousson <bcousson@baylibre.com>
8713 M:      Tony Lindgren <tony@atomide.com>
8714 L:      linux-omap@vger.kernel.org
8715 L:      devicetree@vger.kernel.org
8716 S:      Maintained
8717 F:      arch/arm/boot/dts/*omap*
8718 F:      arch/arm/boot/dts/*am3*
8719 F:      arch/arm/boot/dts/*am4*
8720 F:      arch/arm/boot/dts/*am5*
8721 F:      arch/arm/boot/dts/*dra7*
8723 OMAP CLOCK FRAMEWORK SUPPORT
8724 M:      Paul Walmsley <paul@pwsan.com>
8725 L:      linux-omap@vger.kernel.org
8726 S:      Maintained
8727 F:      arch/arm/*omap*/*clock*
8729 OMAP POWER MANAGEMENT SUPPORT
8730 M:      Kevin Hilman <khilman@kernel.org>
8731 L:      linux-omap@vger.kernel.org
8732 S:      Maintained
8733 F:      arch/arm/*omap*/*pm*
8734 F:      drivers/cpufreq/omap-cpufreq.c
8736 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8737 M:      Rajendra Nayak <rnayak@codeaurora.org>
8738 M:      Paul Walmsley <paul@pwsan.com>
8739 L:      linux-omap@vger.kernel.org
8740 S:      Maintained
8741 F:      arch/arm/mach-omap2/prm*
8743 OMAP AUDIO SUPPORT
8744 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8745 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8746 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8747 L:      linux-omap@vger.kernel.org
8748 S:      Maintained
8749 F:      sound/soc/omap/
8751 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8752 M:      Roger Quadros <rogerq@ti.com>
8753 M:      Tony Lindgren <tony@atomide.com>
8754 L:      linux-omap@vger.kernel.org
8755 S:      Maintained
8756 F:      drivers/memory/omap-gpmc.c
8757 F:      arch/arm/mach-omap2/*gpmc*
8759 OMAP FRAMEBUFFER SUPPORT
8760 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8761 L:      linux-fbdev@vger.kernel.org
8762 L:      linux-omap@vger.kernel.org
8763 S:      Maintained
8764 F:      drivers/video/fbdev/omap/
8766 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8767 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8768 L:      linux-omap@vger.kernel.org
8769 L:      linux-fbdev@vger.kernel.org
8770 S:      Maintained
8771 F:      drivers/video/fbdev/omap2/
8772 F:      Documentation/arm/OMAP/DSS
8774 OMAP HARDWARE SPINLOCK SUPPORT
8775 M:      Ohad Ben-Cohen <ohad@wizery.com>
8776 L:      linux-omap@vger.kernel.org
8777 S:      Maintained
8778 F:      drivers/hwspinlock/omap_hwspinlock.c
8780 OMAP MMC SUPPORT
8781 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8782 L:      linux-omap@vger.kernel.org
8783 S:      Maintained
8784 F:      drivers/mmc/host/omap.c
8786 OMAP HS MMC SUPPORT
8787 L:      linux-mmc@vger.kernel.org
8788 L:      linux-omap@vger.kernel.org
8789 S:      Orphan
8790 F:      drivers/mmc/host/omap_hsmmc.c
8792 OMAP RANDOM NUMBER GENERATOR SUPPORT
8793 M:      Deepak Saxena <dsaxena@plexity.net>
8794 S:      Maintained
8795 F:      drivers/char/hw_random/omap-rng.c
8797 OMAP HWMOD SUPPORT
8798 M:      Benoît Cousson <bcousson@baylibre.com>
8799 M:      Paul Walmsley <paul@pwsan.com>
8800 L:      linux-omap@vger.kernel.org
8801 S:      Maintained
8802 F:      arch/arm/mach-omap2/omap_hwmod.*
8804 OMAP HWMOD DATA
8805 M:      Paul Walmsley <paul@pwsan.com>
8806 L:      linux-omap@vger.kernel.org
8807 S:      Maintained
8808 F:      arch/arm/mach-omap2/omap_hwmod*data*
8810 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8811 M:      Benoît Cousson <bcousson@baylibre.com>
8812 L:      linux-omap@vger.kernel.org
8813 S:      Maintained
8814 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8816 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8817 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8818 L:      linux-media@vger.kernel.org
8819 S:      Maintained
8820 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8821 F:      drivers/media/platform/omap3isp/
8822 F:      drivers/staging/media/omap4iss/
8824 OMAP USB SUPPORT
8825 L:      linux-usb@vger.kernel.org
8826 L:      linux-omap@vger.kernel.org
8827 S:      Orphan
8828 F:      drivers/usb/*/*omap*
8829 F:      arch/arm/*omap*/usb*
8831 OMAP GPIO DRIVER
8832 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8833 M:      Santosh Shilimkar <ssantosh@kernel.org>
8834 M:      Kevin Hilman <khilman@kernel.org>
8835 L:      linux-omap@vger.kernel.org
8836 S:      Maintained
8837 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8838 F:      drivers/gpio/gpio-omap.c
8840 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8841 M:      Mark Jackson <mpfj@newflow.co.uk>
8842 L:      linux-omap@vger.kernel.org
8843 S:      Maintained
8844 F:      arch/arm/boot/dts/am335x-nano.dts
8846 OMFS FILESYSTEM
8847 M:      Bob Copeland <me@bobcopeland.com>
8848 L:      linux-karma-devel@lists.sourceforge.net
8849 S:      Maintained
8850 F:      Documentation/filesystems/omfs.txt
8851 F:      fs/omfs/
8853 OMNIKEY CARDMAN 4000 DRIVER
8854 M:      Harald Welte <laforge@gnumonks.org>
8855 S:      Maintained
8856 F:      drivers/char/pcmcia/cm4000_cs.c
8857 F:      include/linux/cm4000_cs.h
8858 F:      include/uapi/linux/cm4000_cs.h
8860 OMNIKEY CARDMAN 4040 DRIVER
8861 M:      Harald Welte <laforge@gnumonks.org>
8862 S:      Maintained
8863 F:      drivers/char/pcmcia/cm4040_cs.*
8865 OMNIVISION OV7670 SENSOR DRIVER
8866 M:      Jonathan Corbet <corbet@lwn.net>
8867 L:      linux-media@vger.kernel.org
8868 T:      git git://linuxtv.org/media_tree.git
8869 S:      Maintained
8870 F:      drivers/media/i2c/ov7670.c
8872 ONENAND FLASH DRIVER
8873 M:      Kyungmin Park <kyungmin.park@samsung.com>
8874 L:      linux-mtd@lists.infradead.org
8875 S:      Maintained
8876 F:      drivers/mtd/onenand/
8877 F:      include/linux/mtd/onenand*.h
8879 ONSTREAM SCSI TAPE DRIVER
8880 M:      Willem Riede <osst@riede.org>
8881 L:      osst-users@lists.sourceforge.net
8882 L:      linux-scsi@vger.kernel.org
8883 S:      Maintained
8884 F:      Documentation/scsi/osst.txt
8885 F:      drivers/scsi/osst.*
8886 F:      drivers/scsi/osst_*.h
8887 F:      drivers/scsi/st.h
8889 OPENCORES I2C BUS DRIVER
8890 M:      Peter Korsgaard <jacmet@sunsite.dk>
8891 L:      linux-i2c@vger.kernel.org
8892 S:      Maintained
8893 F:      Documentation/i2c/busses/i2c-ocores
8894 F:      drivers/i2c/busses/i2c-ocores.c
8896 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8897 M:      Rob Herring <robh+dt@kernel.org>
8898 M:      Frank Rowand <frowand.list@gmail.com>
8899 L:      devicetree@vger.kernel.org
8900 W:      http://www.devicetree.org/
8901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8902 S:      Maintained
8903 F:      drivers/of/
8904 F:      include/linux/of*.h
8905 F:      scripts/dtc/
8907 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8908 M:      Rob Herring <robh+dt@kernel.org>
8909 M:      Mark Rutland <mark.rutland@arm.com>
8910 L:      devicetree@vger.kernel.org
8911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8912 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8913 S:      Maintained
8914 F:      Documentation/devicetree/
8915 F:      arch/*/boot/dts/
8916 F:      include/dt-bindings/
8918 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8919 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8920 L:      devicetree@vger.kernel.org
8921 S:      Maintained
8922 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8923 F:      Documentation/devicetree/overlay-notes.txt
8924 F:      drivers/of/overlay.c
8925 F:      drivers/of/resolver.c
8927 OPENRISC ARCHITECTURE
8928 M:      Jonas Bonn <jonas@southpole.se>
8929 W:      http://openrisc.net
8930 S:      Maintained
8931 T:      git git://openrisc.net/~jonas/linux
8932 F:      arch/openrisc/
8934 OPENVSWITCH
8935 M:      Pravin Shelar <pshelar@nicira.com>
8936 L:      netdev@vger.kernel.org
8937 L:      dev@openvswitch.org
8938 W:      http://openvswitch.org
8939 S:      Maintained
8940 F:      net/openvswitch/
8941 F:      include/uapi/linux/openvswitch.h
8943 OPERATING PERFORMANCE POINTS (OPP)
8944 M:      Viresh Kumar <vireshk@kernel.org>
8945 M:      Nishanth Menon <nm@ti.com>
8946 M:      Stephen Boyd <sboyd@codeaurora.org>
8947 L:      linux-pm@vger.kernel.org
8948 S:      Maintained
8949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8950 F:      drivers/base/power/opp/
8951 F:      include/linux/pm_opp.h
8952 F:      Documentation/power/opp.txt
8953 F:      Documentation/devicetree/bindings/opp/
8955 OPL4 DRIVER
8956 M:      Clemens Ladisch <clemens@ladisch.de>
8957 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8958 T:      git git://git.alsa-project.org/alsa-kernel.git
8959 S:      Maintained
8960 F:      sound/drivers/opl4/
8962 OPROFILE
8963 M:      Robert Richter <rric@kernel.org>
8964 L:      oprofile-list@lists.sf.net
8965 S:      Maintained
8966 F:      arch/*/include/asm/oprofile*.h
8967 F:      arch/*/oprofile/
8968 F:      drivers/oprofile/
8969 F:      include/linux/oprofile.h
8971 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8972 M:      Mark Fasheh <mfasheh@versity.com>
8973 M:      Joel Becker <jlbec@evilplan.org>
8974 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8975 W:      http://ocfs2.wiki.kernel.org
8976 S:      Supported
8977 F:      Documentation/filesystems/ocfs2.txt
8978 F:      Documentation/filesystems/dlmfs.txt
8979 F:      fs/ocfs2/
8981 ORINOCO DRIVER
8982 L:      linux-wireless@vger.kernel.org
8983 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8984 W:      http://www.nongnu.org/orinoco/
8985 S:      Orphan
8986 F:      drivers/net/wireless/intersil/orinoco/
8988 OSD LIBRARY and FILESYSTEM
8989 M:      Boaz Harrosh <ooo@electrozaur.com>
8990 M:      Benny Halevy <bhalevy@primarydata.com>
8991 L:      osd-dev@open-osd.org
8992 W:      http://open-osd.org
8993 T:      git git://git.open-osd.org/open-osd.git
8994 S:      Maintained
8995 F:      drivers/scsi/osd/
8996 F:      include/scsi/osd_*
8997 F:      fs/exofs/
8999 OVERLAY FILESYSTEM
9000 M:      Miklos Szeredi <miklos@szeredi.hu>
9001 L:      linux-unionfs@vger.kernel.org
9002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9003 S:      Supported
9004 F:      fs/overlayfs/
9005 F:      Documentation/filesystems/overlayfs.txt
9007 ORANGEFS FILESYSTEM
9008 M:      Mike Marshall <hubcap@omnibond.com>
9009 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9011 S:      Supported
9012 F:      fs/orangefs/
9013 F:      Documentation/filesystems/orangefs.txt
9015 P54 WIRELESS DRIVER
9016 M:      Christian Lamparter <chunkeey@googlemail.com>
9017 L:      linux-wireless@vger.kernel.org
9018 W:      http://wireless.kernel.org/en/users/Drivers/p54
9019 S:      Maintained
9020 F:      drivers/net/wireless/intersil/p54/
9022 PA SEMI ETHERNET DRIVER
9023 M:      Olof Johansson <olof@lixom.net>
9024 L:      netdev@vger.kernel.org
9025 S:      Maintained
9026 F:      drivers/net/ethernet/pasemi/*
9028 PA SEMI SMBUS DRIVER
9029 M:      Olof Johansson <olof@lixom.net>
9030 L:      linux-i2c@vger.kernel.org
9031 S:      Maintained
9032 F:      drivers/i2c/busses/i2c-pasemi.c
9034 PADATA PARALLEL EXECUTION MECHANISM
9035 M:      Steffen Klassert <steffen.klassert@secunet.com>
9036 L:      linux-crypto@vger.kernel.org
9037 S:      Maintained
9038 F:      kernel/padata.c
9039 F:      include/linux/padata.h
9040 F:      Documentation/padata.txt
9042 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9043 M:      Harald Welte <laforge@gnumonks.org>
9044 L:      platform-driver-x86@vger.kernel.org
9045 S:      Maintained
9046 F:      drivers/platform/x86/panasonic-laptop.c
9048 PANASONIC MN10300/AM33/AM34 PORT
9049 M:      David Howells <dhowells@redhat.com>
9050 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9051 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9052 S:      Maintained
9053 F:      Documentation/mn10300/
9054 F:      arch/mn10300/
9056 PARALLEL LCD/KEYPAD PANEL DRIVER
9057 M:      Willy Tarreau <willy@haproxy.com>
9058 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9059 S:      Odd Fixes
9060 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9061 F:      drivers/misc/panel.c
9063 PARALLEL PORT SUBSYSTEM
9064 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9065 M:      Sudip Mukherjee <sudip@vectorindia.org>
9066 L:      linux-parport@lists.infradead.org (subscribers-only)
9067 S:      Maintained
9068 F:      drivers/parport/
9069 F:      include/linux/parport*.h
9070 F:      drivers/char/ppdev.c
9071 F:      include/uapi/linux/ppdev.h
9072 F:      Documentation/parport*.txt
9074 PARAVIRT_OPS INTERFACE
9075 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9076 M:      Chris Wright <chrisw@sous-sol.org>
9077 M:      Alok Kataria <akataria@vmware.com>
9078 M:      Rusty Russell <rusty@rustcorp.com.au>
9079 L:      virtualization@lists.linux-foundation.org
9080 S:      Supported
9081 F:      Documentation/virtual/paravirt_ops.txt
9082 F:      arch/*/kernel/paravirt*
9083 F:      arch/*/include/asm/paravirt.h
9084 F:      include/linux/hypervisor.h
9086 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9087 M:      Tim Waugh <tim@cyberelk.net>
9088 L:      linux-parport@lists.infradead.org (subscribers-only)
9089 S:      Maintained
9090 F:      Documentation/blockdev/paride.txt
9091 F:      drivers/block/paride/
9093 PARISC ARCHITECTURE
9094 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9095 M:      Helge Deller <deller@gmx.de>
9096 L:      linux-parisc@vger.kernel.org
9097 W:      http://www.parisc-linux.org/
9098 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9101 S:      Maintained
9102 F:      arch/parisc/
9103 F:      Documentation/parisc/
9104 F:      drivers/parisc/
9105 F:      drivers/char/agp/parisc-agp.c
9106 F:      drivers/input/serio/gscps2.c
9107 F:      drivers/parport/parport_gsc.*
9108 F:      drivers/tty/serial/8250/8250_gsc.c
9109 F:      drivers/video/fbdev/sti*
9110 F:      drivers/video/console/sti*
9111 F:      drivers/video/logo/logo_parisc*
9113 PC87360 HARDWARE MONITORING DRIVER
9114 M:      Jim Cromie <jim.cromie@gmail.com>
9115 L:      linux-hwmon@vger.kernel.org
9116 S:      Maintained
9117 F:      Documentation/hwmon/pc87360
9118 F:      drivers/hwmon/pc87360.c
9120 PC8736x GPIO DRIVER
9121 M:      Jim Cromie <jim.cromie@gmail.com>
9122 S:      Maintained
9123 F:      drivers/char/pc8736x_gpio.c
9125 PC87427 HARDWARE MONITORING DRIVER
9126 M:      Jean Delvare <jdelvare@suse.com>
9127 L:      linux-hwmon@vger.kernel.org
9128 S:      Maintained
9129 F:      Documentation/hwmon/pc87427
9130 F:      drivers/hwmon/pc87427.c
9132 PCA9532 LED DRIVER
9133 M:      Riku Voipio <riku.voipio@iki.fi>
9134 S:      Maintained
9135 F:      drivers/leds/leds-pca9532.c
9136 F:      include/linux/leds-pca9532.h
9138 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9139 M:      Guenter Roeck <linux@roeck-us.net>
9140 L:      linux-i2c@vger.kernel.org
9141 S:      Maintained
9142 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9144 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9145 M:      Khalid Aziz <khalid@gonehiking.org>
9146 S:      Maintained
9147 F:      drivers/firmware/pcdp.*
9149 PCI ERROR RECOVERY
9150 M:      Linas Vepstas <linasvepstas@gmail.com>
9151 L:      linux-pci@vger.kernel.org
9152 S:      Supported
9153 F:      Documentation/PCI/pci-error-recovery.txt
9155 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9156 M:      Russell Currey <ruscur@russell.cc>
9157 L:      linuxppc-dev@lists.ozlabs.org
9158 S:      Supported
9159 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9160 F:      arch/powerpc/kernel/eeh*.c
9161 F:      arch/powerpc/platforms/*/eeh*.c
9162 F:      arch/powerpc/include/*/eeh*.h
9164 PCI SUBSYSTEM
9165 M:      Bjorn Helgaas <bhelgaas@google.com>
9166 L:      linux-pci@vger.kernel.org
9167 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9169 S:      Supported
9170 F:      Documentation/devicetree/bindings/pci/
9171 F:      Documentation/PCI/
9172 F:      drivers/pci/
9173 F:      include/linux/pci*
9174 F:      arch/x86/pci/
9175 F:      arch/x86/kernel/quirks.c
9177 PCI DRIVER FOR ALTERA PCIE IP
9178 M:      Ley Foon Tan <lftan@altera.com>
9179 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9180 L:      linux-pci@vger.kernel.org
9181 S:      Supported
9182 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9183 F:      drivers/pci/host/pcie-altera.c
9185 PCI DRIVER FOR ARM VERSATILE PLATFORM
9186 M:      Rob Herring <robh@kernel.org>
9187 L:      linux-pci@vger.kernel.org
9188 L:      linux-arm-kernel@lists.infradead.org
9189 S:      Maintained
9190 F:      Documentation/devicetree/bindings/pci/versatile.txt
9191 F:      drivers/pci/host/pci-versatile.c
9193 PCI DRIVER FOR ARMADA 8K
9194 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9195 L:      linux-pci@vger.kernel.org
9196 L:      linux-arm-kernel@lists.infradead.org
9197 S:      Maintained
9198 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9199 F:      drivers/pci/host/pcie-armada8k.c
9201 PCI DRIVER FOR APPLIEDMICRO XGENE
9202 M:      Tanmay Inamdar <tinamdar@apm.com>
9203 L:      linux-pci@vger.kernel.org
9204 L:      linux-arm-kernel@lists.infradead.org
9205 S:      Maintained
9206 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9207 F:      drivers/pci/host/pci-xgene.c
9209 PCI DRIVER FOR FREESCALE LAYERSCAPE
9210 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9211 M:      Mingkai Hu <mingkai.hu@freescale.com>
9212 M:      Roy Zang <tie-fei.zang@freescale.com>
9213 L:      linuxppc-dev@lists.ozlabs.org
9214 L:      linux-pci@vger.kernel.org
9215 L:      linux-arm-kernel@lists.infradead.org
9216 S:      Maintained
9217 F:      drivers/pci/host/*layerscape*
9219 PCI DRIVER FOR IMX6
9220 M:      Richard Zhu <Richard.Zhu@freescale.com>
9221 M:      Lucas Stach <l.stach@pengutronix.de>
9222 L:      linux-pci@vger.kernel.org
9223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9224 S:      Maintained
9225 F:      drivers/pci/host/*imx6*
9227 PCI DRIVER FOR TI KEYSTONE
9228 M:      Murali Karicheri <m-karicheri2@ti.com>
9229 L:      linux-pci@vger.kernel.org
9230 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9231 S:      Maintained
9232 F:      drivers/pci/host/*keystone*
9234 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9235 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9236 M:      Jason Cooper <jason@lakedaemon.net>
9237 L:      linux-pci@vger.kernel.org
9238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9239 S:      Maintained
9240 F:      drivers/pci/host/*mvebu*
9242 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9243 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9244 L:      linux-pci@vger.kernel.org
9245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9246 S:      Maintained
9247 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9248 F:      drivers/pci/host/pci-aardvark.c
9250 PCI DRIVER FOR NVIDIA TEGRA
9251 M:      Thierry Reding <thierry.reding@gmail.com>
9252 L:      linux-tegra@vger.kernel.org
9253 L:      linux-pci@vger.kernel.org
9254 S:      Supported
9255 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9256 F:      drivers/pci/host/pci-tegra.c
9258 PCI DRIVER FOR TI DRA7XX
9259 M:      Kishon Vijay Abraham I <kishon@ti.com>
9260 L:      linux-omap@vger.kernel.org
9261 L:      linux-pci@vger.kernel.org
9262 S:      Supported
9263 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9264 F:      drivers/pci/host/pci-dra7xx.c
9266 PCI DRIVER FOR RENESAS R-CAR
9267 M:      Simon Horman <horms@verge.net.au>
9268 L:      linux-pci@vger.kernel.org
9269 L:      linux-renesas-soc@vger.kernel.org
9270 S:      Maintained
9271 F:      drivers/pci/host/*rcar*
9273 PCI DRIVER FOR SAMSUNG EXYNOS
9274 M:      Jingoo Han <jingoohan1@gmail.com>
9275 L:      linux-pci@vger.kernel.org
9276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9277 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9278 S:      Maintained
9279 F:      drivers/pci/host/pci-exynos.c
9281 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9282 M:      Jingoo Han <jingoohan1@gmail.com>
9283 M:      Pratyush Anand <pratyush.anand@gmail.com>
9284 L:      linux-pci@vger.kernel.org
9285 S:      Maintained
9286 F:      drivers/pci/host/*designware*
9288 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9289 M:      Joao Pinto <jpinto@synopsys.com>
9290 L:      linux-pci@vger.kernel.org
9291 S:      Maintained
9292 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9293 F:      drivers/pci/host/pcie-designware-plat.c
9295 PCI DRIVER FOR GENERIC OF HOSTS
9296 M:      Will Deacon <will.deacon@arm.com>
9297 L:      linux-pci@vger.kernel.org
9298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9299 S:      Maintained
9300 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9301 F:      drivers/pci/host/pci-host-common.c
9302 F:      drivers/pci/host/pci-host-generic.c
9304 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9305 M:      Keith Busch <keith.busch@intel.com>
9306 L:      linux-pci@vger.kernel.org
9307 S:      Supported
9308 F:      arch/x86/pci/vmd.c
9310 PCIE DRIVER FOR ST SPEAR13XX
9311 M:      Pratyush Anand <pratyush.anand@gmail.com>
9312 L:      linux-pci@vger.kernel.org
9313 S:      Maintained
9314 F:      drivers/pci/host/*spear*
9316 PCI MSI DRIVER FOR ALTERA MSI IP
9317 M:      Ley Foon Tan <lftan@altera.com>
9318 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9319 L:      linux-pci@vger.kernel.org
9320 S:      Supported
9321 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9322 F:      drivers/pci/host/pcie-altera-msi.c
9324 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9325 M:      Duc Dang <dhdang@apm.com>
9326 L:      linux-pci@vger.kernel.org
9327 L:      linux-arm-kernel@lists.infradead.org
9328 S:      Maintained
9329 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9330 F:      drivers/pci/host/pci-xgene-msi.c
9332 PCIE DRIVER FOR AXIS ARTPEC
9333 M:      Niklas Cassel <niklas.cassel@axis.com>
9334 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9335 L:      linux-arm-kernel@axis.com
9336 L:      linux-pci@vger.kernel.org
9337 S:      Maintained
9338 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9339 F:      drivers/pci/host/*artpec*
9341 PCIE DRIVER FOR HISILICON
9342 M:      Zhou Wang <wangzhou1@hisilicon.com>
9343 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9344 L:      linux-pci@vger.kernel.org
9345 S:      Maintained
9346 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9347 F:      drivers/pci/host/pcie-hisi.c
9349 PCIE DRIVER FOR ROCKCHIP
9350 M:      Shawn Lin <shawn.lin@rock-chips.com>
9351 M:      Wenrui Li <wenrui.li@rock-chips.com>
9352 L:      linux-pci@vger.kernel.org
9353 L:      linux-rockchip@lists.infradead.org
9354 S:      Maintained
9355 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9356 F:      drivers/pci/host/pcie-rockchip.c
9358 PCIE DRIVER FOR QUALCOMM MSM
9359 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9360 L:     linux-pci@vger.kernel.org
9361 L:     linux-arm-msm@vger.kernel.org
9362 S:     Maintained
9363 F:     drivers/pci/host/*qcom*
9365 PCIE DRIVER FOR CAVIUM THUNDERX
9366 M:      David Daney <david.daney@cavium.com>
9367 L:      linux-pci@vger.kernel.org
9368 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9369 S:      Supported
9370 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9371 F:      drivers/pci/host/pci-thunder-*
9373 PCMCIA SUBSYSTEM
9374 P:      Linux PCMCIA Team
9375 L:      linux-pcmcia@lists.infradead.org
9376 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9378 S:      Maintained
9379 F:      Documentation/pcmcia/
9380 F:      drivers/pcmcia/
9381 F:      include/pcmcia/
9383 PCNET32 NETWORK DRIVER
9384 M:      Don Fry <pcnet32@frontier.com>
9385 L:      netdev@vger.kernel.org
9386 S:      Maintained
9387 F:      drivers/net/ethernet/amd/pcnet32.c
9389 PCRYPT PARALLEL CRYPTO ENGINE
9390 M:      Steffen Klassert <steffen.klassert@secunet.com>
9391 L:      linux-crypto@vger.kernel.org
9392 S:      Maintained
9393 F:      crypto/pcrypt.c
9394 F:      include/crypto/pcrypt.h
9396 PER-CPU MEMORY ALLOCATOR
9397 M:      Tejun Heo <tj@kernel.org>
9398 M:      Christoph Lameter <cl@linux.com>
9399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9400 S:      Maintained
9401 F:      include/linux/percpu*.h
9402 F:      mm/percpu*.c
9403 F:      arch/*/include/asm/percpu.h
9405 PER-TASK DELAY ACCOUNTING
9406 M:      Balbir Singh <bsingharora@gmail.com>
9407 S:      Maintained
9408 F:      include/linux/delayacct.h
9409 F:      kernel/delayacct.c
9411 PERFORMANCE EVENTS SUBSYSTEM
9412 M:      Peter Zijlstra <peterz@infradead.org>
9413 M:      Ingo Molnar <mingo@redhat.com>
9414 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9415 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9416 L:      linux-kernel@vger.kernel.org
9417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9418 S:      Supported
9419 F:      kernel/events/*
9420 F:      include/linux/perf_event.h
9421 F:      include/uapi/linux/perf_event.h
9422 F:      arch/*/kernel/perf_event*.c
9423 F:      arch/*/kernel/*/perf_event*.c
9424 F:      arch/*/kernel/*/*/perf_event*.c
9425 F:      arch/*/include/asm/perf_event.h
9426 F:      arch/*/kernel/perf_callchain.c
9427 F:      arch/*/events/*
9428 F:      tools/perf/
9430 PERSONALITY HANDLING
9431 M:      Christoph Hellwig <hch@infradead.org>
9432 L:      linux-abi-devel@lists.sourceforge.net
9433 S:      Maintained
9434 F:      include/linux/personality.h
9435 F:      include/uapi/linux/personality.h
9437 PHONET PROTOCOL
9438 M:      Remi Denis-Courmont <courmisch@gmail.com>
9439 S:      Supported
9440 F:      Documentation/networking/phonet.txt
9441 F:      include/linux/phonet.h
9442 F:      include/net/phonet/
9443 F:      include/uapi/linux/phonet.h
9444 F:      net/phonet/
9446 PHRAM MTD DRIVER
9447 M:      Joern Engel <joern@lazybastard.org>
9448 L:      linux-mtd@lists.infradead.org
9449 S:      Maintained
9450 F:      drivers/mtd/devices/phram.c
9452 PICOLCD HID DRIVER
9453 M:      Bruno Prémont <bonbons@linux-vserver.org>
9454 L:      linux-input@vger.kernel.org
9455 S:      Maintained
9456 F:      drivers/hid/hid-picolcd*
9458 PICOXCELL SUPPORT
9459 M:      Jamie Iles <jamie@jamieiles.com>
9460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9461 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9462 S:      Supported
9463 F:      arch/arm/boot/dts/picoxcell*
9464 F:      arch/arm/mach-picoxcell/
9465 F:      drivers/crypto/picoxcell*
9467 PIN CONTROL SUBSYSTEM
9468 M:      Linus Walleij <linus.walleij@linaro.org>
9469 L:      linux-gpio@vger.kernel.org
9470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9471 S:      Maintained
9472 F:      Documentation/devicetree/bindings/pinctrl/
9473 F:      Documentation/pinctrl.txt
9474 F:      drivers/pinctrl/
9475 F:      include/linux/pinctrl/
9477 PIN CONTROLLER - ATMEL AT91
9478 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9480 S:      Maintained
9481 F:      drivers/pinctrl/pinctrl-at91.*
9483 PIN CONTROLLER - ATMEL AT91 PIO4
9484 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9485 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9486 L:      linux-gpio@vger.kernel.org
9487 S:      Supported
9488 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9490 PIN CONTROLLER - INTEL
9491 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9492 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9493 S:      Maintained
9494 F:      drivers/pinctrl/intel/
9496 PIN CONTROLLER - RENESAS
9497 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9498 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9499 L:      linux-renesas-soc@vger.kernel.org
9500 S:      Maintained
9501 F:      drivers/pinctrl/sh-pfc/
9503 PIN CONTROLLER - SAMSUNG
9504 M:      Tomasz Figa <tomasz.figa@gmail.com>
9505 M:      Krzysztof Kozlowski <krzk@kernel.org>
9506 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9507 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9508 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9509 S:      Maintained
9510 F:      drivers/pinctrl/samsung/
9511 F:      include/dt-bindings/pinctrl/samsung.h
9512 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9514 PIN CONTROLLER - SINGLE
9515 M:      Tony Lindgren <tony@atomide.com>
9516 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9517 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9518 L:      linux-omap@vger.kernel.org
9519 S:      Maintained
9520 F:      drivers/pinctrl/pinctrl-single.c
9522 PIN CONTROLLER - ST SPEAR
9523 M:      Viresh Kumar <vireshk@kernel.org>
9524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9525 W:      http://www.st.com/spear
9526 S:      Maintained
9527 F:      drivers/pinctrl/spear/
9529 PISTACHIO SOC SUPPORT
9530 M:      James Hartley <james.hartley@imgtec.com>
9531 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9532 L:      linux-mips@linux-mips.org
9533 S:      Maintained
9534 F:      arch/mips/pistachio/
9535 F:      arch/mips/include/asm/mach-pistachio/
9536 F:      arch/mips/boot/dts/pistachio/
9537 F:      arch/mips/configs/pistachio*_defconfig
9539 PKTCDVD DRIVER
9540 M:      Jiri Kosina <jikos@kernel.org>
9541 S:      Maintained
9542 F:      drivers/block/pktcdvd.c
9543 F:      include/linux/pktcdvd.h
9544 F:      include/uapi/linux/pktcdvd.h
9546 PKUNITY SOC DRIVERS
9547 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9548 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9549 S:      Maintained
9550 T:      git git://github.com/gxt/linux.git
9551 F:      drivers/input/serio/i8042-unicore32io.h
9552 F:      drivers/i2c/busses/i2c-puv3.c
9553 F:      drivers/video/fbdev/fb-puv3.c
9554 F:      drivers/rtc/rtc-puv3.c
9556 PMBUS HARDWARE MONITORING DRIVERS
9557 M:      Guenter Roeck <linux@roeck-us.net>
9558 L:      linux-hwmon@vger.kernel.org
9559 W:      http://hwmon.wiki.kernel.org/
9560 W:      http://www.roeck-us.net/linux/drivers/
9561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9562 S:      Maintained
9563 F:      Documentation/hwmon/pmbus
9564 F:      drivers/hwmon/pmbus/
9565 F:      include/linux/i2c/pmbus.h
9567 PMC SIERRA MaxRAID DRIVER
9568 L:      linux-scsi@vger.kernel.org
9569 W:      http://www.pmc-sierra.com/
9570 S:      Orphan
9571 F:      drivers/scsi/pmcraid.*
9573 PMC SIERRA PM8001 DRIVER
9574 M:      Jack Wang <jinpu.wang@profitbricks.com>
9575 M:      lindar_liu@usish.com
9576 L:      pmchba@pmcs.com
9577 L:      linux-scsi@vger.kernel.org
9578 S:      Supported
9579 F:      drivers/scsi/pm8001/
9581 POSIX CLOCKS and TIMERS
9582 M:      Thomas Gleixner <tglx@linutronix.de>
9583 L:      linux-kernel@vger.kernel.org
9584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9585 S:      Maintained
9586 F:      fs/timerfd.c
9587 F:      include/linux/timer*
9588 F:      kernel/time/*timer*
9590 POWER MANAGEMENT CORE
9591 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9592 L:      linux-pm@vger.kernel.org
9593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9594 S:      Supported
9595 F:      drivers/base/power/
9596 F:      include/linux/pm.h
9597 F:      include/linux/pm_*
9598 F:      include/linux/powercap.h
9599 F:      drivers/powercap/
9601 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9602 M:      Sebastian Reichel <sre@kernel.org>
9603 L:      linux-pm@vger.kernel.org
9604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9605 S:      Maintained
9606 F:      Documentation/devicetree/bindings/power/supply/
9607 F:      include/linux/power_supply.h
9608 F:      drivers/power/supply/
9610 POWER STATE COORDINATION INTERFACE (PSCI)
9611 M:      Mark Rutland <mark.rutland@arm.com>
9612 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9613 L:      linux-arm-kernel@lists.infradead.org
9614 S:      Maintained
9615 F:      drivers/firmware/psci.c
9616 F:      include/linux/psci.h
9617 F:      include/uapi/linux/psci.h
9619 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9620 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9621 L:      linuxppc-dev@lists.ozlabs.org
9622 S:      Maintained
9623 F:      drivers/char/powernv-op-panel.c
9625 PNP SUPPORT
9626 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9627 S:      Maintained
9628 F:      drivers/pnp/
9630 PPP PROTOCOL DRIVERS AND COMPRESSORS
9631 M:      Paul Mackerras <paulus@samba.org>
9632 L:      linux-ppp@vger.kernel.org
9633 S:      Maintained
9634 F:      drivers/net/ppp/ppp_*
9636 PPP OVER ATM (RFC 2364)
9637 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9638 S:      Maintained
9639 F:      net/atm/pppoatm.c
9640 F:      include/uapi/linux/atmppp.h
9642 PPP OVER ETHERNET
9643 M:      Michal Ostrowski <mostrows@earthlink.net>
9644 S:      Maintained
9645 F:      drivers/net/ppp/pppoe.c
9646 F:      drivers/net/ppp/pppox.c
9648 PPP OVER L2TP
9649 M:      James Chapman <jchapman@katalix.com>
9650 S:      Maintained
9651 F:      net/l2tp/l2tp_ppp.c
9652 F:      include/linux/if_pppol2tp.h
9653 F:      include/uapi/linux/if_pppol2tp.h
9655 PPS SUPPORT
9656 M:      Rodolfo Giometti <giometti@enneenne.com>
9657 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9658 L:      linuxpps@ml.enneenne.com (subscribers-only)
9659 S:      Maintained
9660 F:      Documentation/pps/
9661 F:      drivers/pps/
9662 F:      include/linux/pps*.h
9664 PPTP DRIVER
9665 M:      Dmitry Kozlov <xeb@mail.ru>
9666 L:      netdev@vger.kernel.org
9667 S:      Maintained
9668 F:      drivers/net/ppp/pptp.c
9669 W:      http://sourceforge.net/projects/accel-pptp
9671 PREEMPTIBLE KERNEL
9672 M:      Robert Love <rml@tech9.net>
9673 L:      kpreempt-tech@lists.sourceforge.net
9674 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9675 S:      Supported
9676 F:      Documentation/preempt-locking.txt
9677 F:      include/linux/preempt.h
9679 PRISM54 WIRELESS DRIVER
9680 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9681 L:      linux-wireless@vger.kernel.org
9682 W:      http://wireless.kernel.org/en/users/Drivers/p54
9683 S:      Obsolete
9684 F:      drivers/net/wireless/intersil/prism54/
9686 PS3 NETWORK SUPPORT
9687 M:      Geoff Levand <geoff@infradead.org>
9688 L:      netdev@vger.kernel.org
9689 L:      linuxppc-dev@lists.ozlabs.org
9690 S:      Maintained
9691 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9693 PS3 PLATFORM SUPPORT
9694 M:      Geoff Levand <geoff@infradead.org>
9695 L:      linuxppc-dev@lists.ozlabs.org
9696 S:      Maintained
9697 F:      arch/powerpc/boot/ps3*
9698 F:      arch/powerpc/include/asm/lv1call.h
9699 F:      arch/powerpc/include/asm/ps3*.h
9700 F:      arch/powerpc/platforms/ps3/
9701 F:      drivers/*/ps3*
9702 F:      drivers/ps3/
9703 F:      drivers/rtc/rtc-ps3.c
9704 F:      drivers/usb/host/*ps3.c
9705 F:      sound/ppc/snd_ps3*
9707 PS3VRAM DRIVER
9708 M:      Jim Paris <jim@jtan.com>
9709 M:      Geoff Levand <geoff@infradead.org>
9710 L:      linuxppc-dev@lists.ozlabs.org
9711 S:      Maintained
9712 F:      drivers/block/ps3vram.c
9714 PSTORE FILESYSTEM
9715 M:      Anton Vorontsov <anton@enomsg.org>
9716 M:      Colin Cross <ccross@android.com>
9717 M:      Kees Cook <keescook@chromium.org>
9718 M:      Tony Luck <tony.luck@intel.com>
9719 S:      Maintained
9720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9721 F:      fs/pstore/
9722 F:      include/linux/pstore*
9723 F:      drivers/firmware/efi/efi-pstore.c
9724 F:      drivers/acpi/apei/erst.c
9726 PTP HARDWARE CLOCK SUPPORT
9727 M:      Richard Cochran <richardcochran@gmail.com>
9728 L:      netdev@vger.kernel.org
9729 S:      Maintained
9730 W:      http://linuxptp.sourceforge.net/
9731 F:      Documentation/ABI/testing/sysfs-ptp
9732 F:      Documentation/ptp/*
9733 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9734 F:      drivers/net/phy/dp83640*
9735 F:      drivers/ptp/*
9736 F:      include/linux/ptp_cl*
9738 PTRACE SUPPORT
9739 M:      Roland McGrath <roland@hack.frob.com>
9740 M:      Oleg Nesterov <oleg@redhat.com>
9741 S:      Maintained
9742 F:      include/asm-generic/syscall.h
9743 F:      include/linux/ptrace.h
9744 F:      include/linux/regset.h
9745 F:      include/linux/tracehook.h
9746 F:      include/uapi/linux/ptrace.h
9747 F:      kernel/ptrace.c
9749 PULSE8-CEC DRIVER
9750 M:      Hans Verkuil <hverkuil@xs4all.nl>
9751 L:      linux-media@vger.kernel.org
9752 T:      git git://linuxtv.org/media_tree.git
9753 S:      Maintained
9754 F:      drivers/staging/media/pulse8-cec
9756 PVRUSB2 VIDEO4LINUX DRIVER
9757 M:      Mike Isely <isely@pobox.com>
9758 L:      pvrusb2@isely.net       (subscribers-only)
9759 L:      linux-media@vger.kernel.org
9760 W:      http://www.isely.net/pvrusb2/
9761 T:      git git://linuxtv.org/media_tree.git
9762 S:      Maintained
9763 F:      Documentation/media/v4l-drivers/pvrusb2*
9764 F:      drivers/media/usb/pvrusb2/
9766 PWC WEBCAM DRIVER
9767 M:      Hans Verkuil <hverkuil@xs4all.nl>
9768 L:      linux-media@vger.kernel.org
9769 T:      git git://linuxtv.org/media_tree.git
9770 S:      Odd Fixes
9771 F:      drivers/media/usb/pwc/*
9773 PWM FAN DRIVER
9774 M:      Kamil Debski <kamil@wypas.org>
9775 M:      Lukasz Majewski <l.majewski@samsung.com>
9776 L:      linux-hwmon@vger.kernel.org
9777 S:      Supported
9778 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9779 F:      Documentation/hwmon/pwm-fan
9780 F:      drivers/hwmon/pwm-fan.c
9782 PWM SUBSYSTEM
9783 M:      Thierry Reding <thierry.reding@gmail.com>
9784 L:      linux-pwm@vger.kernel.org
9785 S:      Maintained
9786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9787 F:      Documentation/pwm.txt
9788 F:      Documentation/devicetree/bindings/pwm/
9789 F:      include/linux/pwm.h
9790 F:      drivers/pwm/
9791 F:      drivers/video/backlight/pwm_bl.c
9792 F:      include/linux/pwm_backlight.h
9794 PXA2xx/PXA3xx SUPPORT
9795 M:      Daniel Mack <daniel@zonque.org>
9796 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9797 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9799 T:      git git://github.com/hzhuang1/linux.git
9800 T:      git git://github.com/rjarzmik/linux.git
9801 S:      Maintained
9802 F:      arch/arm/boot/dts/pxa*
9803 F:      arch/arm/mach-pxa/
9804 F:      drivers/dma/pxa*
9805 F:      drivers/pcmcia/pxa2xx*
9806 F:      drivers/pinctrl/pxa/
9807 F:      drivers/spi/spi-pxa2xx*
9808 F:      drivers/usb/gadget/udc/pxa2*
9809 F:      include/sound/pxa2xx-lib.h
9810 F:      sound/arm/pxa*
9811 F:      sound/soc/pxa/
9813 PXA GPIO DRIVER
9814 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9815 L:      linux-gpio@vger.kernel.org
9816 S:      Maintained
9817 F:      drivers/gpio/gpio-pxa.c
9819 PXA3xx NAND FLASH DRIVER
9820 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9821 L:      linux-mtd@lists.infradead.org
9822 S:      Maintained
9823 F:      drivers/mtd/nand/pxa3xx_nand.c
9825 MMP SUPPORT
9826 M:      Eric Miao <eric.y.miao@gmail.com>
9827 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9829 T:      git git://github.com/hzhuang1/linux.git
9830 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9831 S:      Maintained
9832 F:      arch/arm/boot/dts/mmp*
9833 F:      arch/arm/mach-mmp/
9835 PXA MMCI DRIVER
9836 S:      Orphan
9838 PXA RTC DRIVER
9839 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9840 L:      rtc-linux@googlegroups.com
9841 S:      Maintained
9843 QAT DRIVER
9844 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9845 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9846 L:      qat-linux@intel.com
9847 S:      Supported
9848 F:      drivers/crypto/qat/
9850 QIB DRIVER
9851 M:      Mike Marciniszyn <infinipath@intel.com>
9852 L:      linux-rdma@vger.kernel.org
9853 S:      Supported
9854 F:      drivers/infiniband/hw/qib/
9856 QLOGIC QLA1280 SCSI DRIVER
9857 M:      Michael Reed <mdr@sgi.com>
9858 L:      linux-scsi@vger.kernel.org
9859 S:      Maintained
9860 F:      drivers/scsi/qla1280.[ch]
9862 QLOGIC QLA2XXX FC-SCSI DRIVER
9863 M:      qla2xxx-upstream@qlogic.com
9864 L:      linux-scsi@vger.kernel.org
9865 S:      Supported
9866 F:      Documentation/scsi/LICENSE.qla2xxx
9867 F:      drivers/scsi/qla2xxx/
9869 QLOGIC QLA4XXX iSCSI DRIVER
9870 M:      QLogic-Storage-Upstream@qlogic.com
9871 L:      linux-scsi@vger.kernel.org
9872 S:      Supported
9873 F:      Documentation/scsi/LICENSE.qla4xxx
9874 F:      drivers/scsi/qla4xxx/
9876 QLOGIC QLA3XXX NETWORK DRIVER
9877 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9878 M:      Ron Mercer <ron.mercer@qlogic.com>
9879 M:      linux-driver@qlogic.com
9880 L:      netdev@vger.kernel.org
9881 S:      Supported
9882 F:      Documentation/networking/LICENSE.qla3xxx
9883 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9885 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9886 M:      Dept-GELinuxNICDev@qlogic.com
9887 L:      netdev@vger.kernel.org
9888 S:      Supported
9889 F:      drivers/net/ethernet/qlogic/qlcnic/
9891 QLOGIC QLGE 10Gb ETHERNET DRIVER
9892 M:      Harish Patil <harish.patil@qlogic.com>
9893 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9894 M:      Dept-GELinuxNICDev@qlogic.com
9895 M:      linux-driver@qlogic.com
9896 L:      netdev@vger.kernel.org
9897 S:      Supported
9898 F:      drivers/net/ethernet/qlogic/qlge/
9900 QLOGIC QL4xxx ETHERNET DRIVER
9901 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9902 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9903 M:      everest-linux-l2@qlogic.com
9904 L:      netdev@vger.kernel.org
9905 S:      Supported
9906 F:      drivers/net/ethernet/qlogic/qed/
9907 F:      include/linux/qed/
9908 F:      drivers/net/ethernet/qlogic/qede/
9910 QNX4 FILESYSTEM
9911 M:      Anders Larsen <al@alarsen.net>
9912 W:      http://www.alarsen.net/linux/qnx4fs/
9913 S:      Maintained
9914 F:      fs/qnx4/
9915 F:      include/uapi/linux/qnx4_fs.h
9916 F:      include/uapi/linux/qnxtypes.h
9918 QT1010 MEDIA DRIVER
9919 M:      Antti Palosaari <crope@iki.fi>
9920 L:      linux-media@vger.kernel.org
9921 W:      https://linuxtv.org
9922 W:      http://palosaari.fi/linux/
9923 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9924 T:      git git://linuxtv.org/anttip/media_tree.git
9925 S:      Maintained
9926 F:      drivers/media/tuners/qt1010*
9928 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9929 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9930 L:      linux-wireless@vger.kernel.org
9931 L:      ath9k-devel@lists.ath9k.org
9932 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9933 S:      Supported
9934 F:      drivers/net/wireless/ath/ath9k/
9936 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9937 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9938 L:      ath10k@lists.infradead.org
9939 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9941 S:      Supported
9942 F:      drivers/net/wireless/ath/ath10k/
9944 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9945 M:      Timur Tabi <timur@codeaurora.org>
9946 L:      netdev@vger.kernel.org
9947 S:      Supported
9948 F:      drivers/net/ethernet/qualcomm/emac/
9950 QUALCOMM HEXAGON ARCHITECTURE
9951 M:      Richard Kuo <rkuo@codeaurora.org>
9952 L:      linux-hexagon@vger.kernel.org
9953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9954 S:      Supported
9955 F:      arch/hexagon/
9957 QUALCOMM WCN36XX WIRELESS DRIVER
9958 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9959 L:      wcn36xx@lists.infradead.org
9960 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9961 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9962 S:      Supported
9963 F:      drivers/net/wireless/ath/wcn36xx/
9965 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9966 M:      Gabriel Somlo <somlo@cmu.edu>
9967 M:      "Michael S. Tsirkin" <mst@redhat.com>
9968 L:      qemu-devel@nongnu.org
9969 S:      Maintained
9970 F:      drivers/firmware/qemu_fw_cfg.c
9972 RADOS BLOCK DEVICE (RBD)
9973 M:      Ilya Dryomov <idryomov@gmail.com>
9974 M:      Sage Weil <sage@redhat.com>
9975 M:      Alex Elder <elder@kernel.org>
9976 L:      ceph-devel@vger.kernel.org
9977 W:      http://ceph.com/
9978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9979 T:      git git://github.com/ceph/ceph-client.git
9980 S:      Supported
9981 F:      Documentation/ABI/testing/sysfs-bus-rbd
9982 F:      drivers/block/rbd.c
9983 F:      drivers/block/rbd_types.h
9985 RADEON FRAMEBUFFER DISPLAY DRIVER
9986 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9987 L:      linux-fbdev@vger.kernel.org
9988 S:      Maintained
9989 F:      drivers/video/fbdev/aty/radeon*
9990 F:      include/uapi/linux/radeonfb.h
9992 RADIOSHARK RADIO DRIVER
9993 M:      Hans Verkuil <hverkuil@xs4all.nl>
9994 L:      linux-media@vger.kernel.org
9995 T:      git git://linuxtv.org/media_tree.git
9996 S:      Maintained
9997 F:      drivers/media/radio/radio-shark.c
9999 RADIOSHARK2 RADIO DRIVER
10000 M:      Hans Verkuil <hverkuil@xs4all.nl>
10001 L:      linux-media@vger.kernel.org
10002 T:      git git://linuxtv.org/media_tree.git
10003 S:      Maintained
10004 F:      drivers/media/radio/radio-shark2.c
10005 F:      drivers/media/radio/radio-tea5777.c
10007 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10008 M:      Paul Mackerras <paulus@samba.org>
10009 L:      linux-fbdev@vger.kernel.org
10010 S:      Maintained
10011 F:      drivers/video/fbdev/aty/aty128fb.c
10013 RALINK MIPS ARCHITECTURE
10014 M:      John Crispin <john@phrozen.org>
10015 L:      linux-mips@linux-mips.org
10016 S:      Maintained
10017 F:      arch/mips/ralink
10019 RALINK RT2X00 WIRELESS LAN DRIVER
10020 P:      rt2x00 project
10021 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10022 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10023 L:      linux-wireless@vger.kernel.org
10024 S:      Maintained
10025 F:      drivers/net/wireless/ralink/rt2x00/
10027 RAMDISK RAM BLOCK DEVICE DRIVER
10028 M:      Jens Axboe <axboe@kernel.dk>
10029 S:      Maintained
10030 F:      Documentation/blockdev/ramdisk.txt
10031 F:      drivers/block/brd.c
10033 RANDOM NUMBER DRIVER
10034 M:      "Theodore Ts'o" <tytso@mit.edu>
10035 S:      Maintained
10036 F:      drivers/char/random.c
10038 RAPIDIO SUBSYSTEM
10039 M:      Matt Porter <mporter@kernel.crashing.org>
10040 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10041 S:      Maintained
10042 F:      drivers/rapidio/
10044 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10045 L:      linux-wireless@vger.kernel.org
10046 S:      Orphan
10047 F:      drivers/net/wireless/ray*
10049 RCUTORTURE MODULE
10050 M:      Josh Triplett <josh@joshtriplett.org>
10051 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10052 L:      linux-kernel@vger.kernel.org
10053 S:      Supported
10054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10055 F:      Documentation/RCU/torture.txt
10056 F:      kernel/rcu/rcutorture.c
10058 RCUTORTURE TEST FRAMEWORK
10059 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10060 M:      Josh Triplett <josh@joshtriplett.org>
10061 R:      Steven Rostedt <rostedt@goodmis.org>
10062 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10063 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10064 L:      linux-kernel@vger.kernel.org
10065 S:      Supported
10066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10067 F:      tools/testing/selftests/rcutorture
10069 RDC R-321X SoC
10070 M:      Florian Fainelli <florian@openwrt.org>
10071 S:      Maintained
10073 RDC R6040 FAST ETHERNET DRIVER
10074 M:      Florian Fainelli <f.fainelli@gmail.com>
10075 L:      netdev@vger.kernel.org
10076 S:      Maintained
10077 F:      drivers/net/ethernet/rdc/r6040.c
10079 RDS - RELIABLE DATAGRAM SOCKETS
10080 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10081 L:      netdev@vger.kernel.org
10082 L:      linux-rdma@vger.kernel.org
10083 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10084 W:      https://oss.oracle.com/projects/rds/
10085 S:      Supported
10086 F:      net/rds/
10087 F:      Documentation/networking/rds.txt
10089 RDMAVT - RDMA verbs software
10090 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10091 L:      linux-rdma@vger.kernel.org
10092 S:      Supported
10093 F:      drivers/infiniband/sw/rdmavt
10095 READ-COPY UPDATE (RCU)
10096 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10097 M:      Josh Triplett <josh@joshtriplett.org>
10098 R:      Steven Rostedt <rostedt@goodmis.org>
10099 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10100 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10101 L:      linux-kernel@vger.kernel.org
10102 W:      http://www.rdrop.com/users/paulmck/RCU/
10103 S:      Supported
10104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10105 F:      Documentation/RCU/
10106 X:      Documentation/RCU/torture.txt
10107 F:      include/linux/rcu*
10108 X:      include/linux/srcu.h
10109 F:      kernel/rcu/
10110 X:      kernel/torture.c
10112 REAL TIME CLOCK (RTC) SUBSYSTEM
10113 M:      Alessandro Zummo <a.zummo@towertech.it>
10114 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10115 L:      rtc-linux@googlegroups.com
10116 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10118 S:      Maintained
10119 F:      Documentation/devicetree/bindings/rtc/
10120 F:      Documentation/rtc.txt
10121 F:      drivers/rtc/
10122 F:      include/linux/rtc.h
10123 F:      include/uapi/linux/rtc.h
10124 F:      include/linux/rtc/
10125 F:      include/linux/platform_data/rtc-*
10126 F:      tools/testing/selftests/timers/rtctest.c
10128 REALTEK AUDIO CODECS
10129 M:      Bard Liao <bardliao@realtek.com>
10130 M:      Oder Chiou <oder_chiou@realtek.com>
10131 S:      Maintained
10132 F:      sound/soc/codecs/rt*
10133 F:      include/sound/rt*.h
10135 REISERFS FILE SYSTEM
10136 L:      reiserfs-devel@vger.kernel.org
10137 S:      Supported
10138 F:      fs/reiserfs/
10140 REGISTER MAP ABSTRACTION
10141 M:      Mark Brown <broonie@kernel.org>
10142 L:      linux-kernel@vger.kernel.org
10143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10144 S:      Supported
10145 F:      Documentation/devicetree/bindings/regmap/
10146 F:      drivers/base/regmap/
10147 F:      include/linux/regmap.h
10149 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10150 M:      Ohad Ben-Cohen <ohad@wizery.com>
10151 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10152 L:      linux-remoteproc@vger.kernel.org
10153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10154 S:      Maintained
10155 F:      Documentation/devicetree/bindings/remoteproc/
10156 F:      Documentation/remoteproc.txt
10157 F:      drivers/remoteproc/
10158 F:      include/linux/remoteproc.h
10160 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10161 M:      Ohad Ben-Cohen <ohad@wizery.com>
10162 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10163 L:      linux-remoteproc@vger.kernel.org
10164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10165 S:      Maintained
10166 F:      drivers/rpmsg/
10167 F:      Documentation/rpmsg.txt
10168 F:      include/linux/rpmsg.h
10170 RENESAS CLOCK DRIVERS
10171 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10172 L:      linux-renesas-soc@vger.kernel.org
10173 S:      Supported
10174 F:      drivers/clk/renesas/
10176 RENESAS ETHERNET DRIVERS
10177 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10178 L:      netdev@vger.kernel.org
10179 L:      linux-renesas-soc@vger.kernel.org
10180 F:      drivers/net/ethernet/renesas/
10181 F:      include/linux/sh_eth.h
10183 RENESAS USB2 PHY DRIVER
10184 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10185 L:      linux-renesas-soc@vger.kernel.org
10186 S:      Maintained
10187 F:      drivers/phy/phy-rcar-gen3-usb2.c
10189 RESET CONTROLLER FRAMEWORK
10190 M:      Philipp Zabel <p.zabel@pengutronix.de>
10191 T:      git git://git.pengutronix.de/git/pza/linux
10192 S:      Maintained
10193 F:      drivers/reset/
10194 F:      Documentation/devicetree/bindings/reset/
10195 F:      include/dt-bindings/reset/
10196 F:      include/linux/reset.h
10197 F:      include/linux/reset-controller.h
10199 RFKILL
10200 M:      Johannes Berg <johannes@sipsolutions.net>
10201 L:      linux-wireless@vger.kernel.org
10202 W:      http://wireless.kernel.org/
10203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10205 S:      Maintained
10206 F:      Documentation/rfkill.txt
10207 F:      net/rfkill/
10209 RHASHTABLE
10210 M:      Thomas Graf <tgraf@suug.ch>
10211 M:      Herbert Xu <herbert@gondor.apana.org.au>
10212 L:      netdev@vger.kernel.org
10213 S:      Maintained
10214 F:      lib/rhashtable.c
10215 F:      include/linux/rhashtable.h
10217 RICOH SMARTMEDIA/XD DRIVER
10218 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10219 S:      Maintained
10220 F:      drivers/mtd/nand/r852.c
10221 F:      drivers/mtd/nand/r852.h
10223 RICOH R5C592 MEMORYSTICK DRIVER
10224 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10225 S:      Maintained
10226 F:      drivers/memstick/host/r592.*
10228 ROCCAT DRIVERS
10229 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10230 W:      http://sourceforge.net/projects/roccat/
10231 S:      Maintained
10232 F:      drivers/hid/hid-roccat*
10233 F:      include/linux/hid-roccat*
10234 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10236 ROCKER DRIVER
10237 M:      Jiri Pirko <jiri@resnulli.us>
10238 L:      netdev@vger.kernel.org
10239 S:      Supported
10240 F:      drivers/net/ethernet/rocker/
10242 ROCKETPORT DRIVER
10243 P:      Comtrol Corp.
10244 W:      http://www.comtrol.com
10245 S:      Maintained
10246 F:      Documentation/serial/rocket.txt
10247 F:      drivers/tty/rocket*
10249 ROCKETPORT EXPRESS/INFINITY DRIVER
10250 M:      Kevin Cernekee <cernekee@gmail.com>
10251 L:      linux-serial@vger.kernel.org
10252 S:      Odd Fixes
10253 F:      drivers/tty/serial/rp2.*
10255 ROSE NETWORK LAYER
10256 M:      Ralf Baechle <ralf@linux-mips.org>
10257 L:      linux-hams@vger.kernel.org
10258 W:      http://www.linux-ax25.org/
10259 S:      Maintained
10260 F:      include/net/rose.h
10261 F:      include/uapi/linux/rose.h
10262 F:      net/rose/
10264 RTL2830 MEDIA DRIVER
10265 M:      Antti Palosaari <crope@iki.fi>
10266 L:      linux-media@vger.kernel.org
10267 W:      https://linuxtv.org
10268 W:      http://palosaari.fi/linux/
10269 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10270 T:      git git://linuxtv.org/anttip/media_tree.git
10271 S:      Maintained
10272 F:      drivers/media/dvb-frontends/rtl2830*
10274 RTL2832 MEDIA DRIVER
10275 M:      Antti Palosaari <crope@iki.fi>
10276 L:      linux-media@vger.kernel.org
10277 W:      https://linuxtv.org
10278 W:      http://palosaari.fi/linux/
10279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10280 T:      git git://linuxtv.org/anttip/media_tree.git
10281 S:      Maintained
10282 F:      drivers/media/dvb-frontends/rtl2832*
10284 RTL2832_SDR MEDIA DRIVER
10285 M:      Antti Palosaari <crope@iki.fi>
10286 L:      linux-media@vger.kernel.org
10287 W:      https://linuxtv.org
10288 W:      http://palosaari.fi/linux/
10289 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10290 T:      git git://linuxtv.org/anttip/media_tree.git
10291 S:      Maintained
10292 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10294 RTL8180 WIRELESS DRIVER
10295 L:      linux-wireless@vger.kernel.org
10296 W:      http://wireless.kernel.org/
10297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10298 S:      Orphan
10299 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10301 RTL8187 WIRELESS DRIVER
10302 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10303 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10304 M:      Larry Finger <Larry.Finger@lwfinger.net>
10305 L:      linux-wireless@vger.kernel.org
10306 W:      http://wireless.kernel.org/
10307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10308 S:      Maintained
10309 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10311 RTL8192CE WIRELESS DRIVER
10312 M:      Larry Finger <Larry.Finger@lwfinger.net>
10313 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10314 L:      linux-wireless@vger.kernel.org
10315 W:      http://wireless.kernel.org/
10316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10317 S:      Maintained
10318 F:      drivers/net/wireless/realtek/rtlwifi/
10319 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10321 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10322 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10323 L:      linux-wireless@vger.kernel.org
10324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10325 S:      Maintained
10326 F:      drivers/net/wireless/realtek/rtl8xxxu/
10328 S3 SAVAGE FRAMEBUFFER DRIVER
10329 M:      Antonino Daplas <adaplas@gmail.com>
10330 L:      linux-fbdev@vger.kernel.org
10331 S:      Maintained
10332 F:      drivers/video/fbdev/savage/
10334 S390
10335 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10336 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10337 L:      linux-s390@vger.kernel.org
10338 W:      http://www.ibm.com/developerworks/linux/linux390/
10339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10340 S:      Supported
10341 F:      arch/s390/
10342 F:      drivers/s390/
10343 F:      Documentation/s390/
10344 F:      Documentation/DocBook/s390*
10346 S390 COMMON I/O LAYER
10347 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10348 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10349 L:      linux-s390@vger.kernel.org
10350 W:      http://www.ibm.com/developerworks/linux/linux390/
10351 S:      Supported
10352 F:      drivers/s390/cio/
10354 S390 DASD DRIVER
10355 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10356 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10357 L:      linux-s390@vger.kernel.org
10358 W:      http://www.ibm.com/developerworks/linux/linux390/
10359 S:      Supported
10360 F:      drivers/s390/block/dasd*
10361 F:      block/partitions/ibm.c
10363 S390 NETWORK DRIVERS
10364 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10365 L:      linux-s390@vger.kernel.org
10366 W:      http://www.ibm.com/developerworks/linux/linux390/
10367 S:      Supported
10368 F:      drivers/s390/net/
10370 S390 PCI SUBSYSTEM
10371 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10372 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10373 L:      linux-s390@vger.kernel.org
10374 W:      http://www.ibm.com/developerworks/linux/linux390/
10375 S:      Supported
10376 F:      arch/s390/pci/
10377 F:      drivers/pci/hotplug/s390_pci_hpc.c
10379 S390 ZCRYPT DRIVER
10380 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10381 L:      linux-s390@vger.kernel.org
10382 W:      http://www.ibm.com/developerworks/linux/linux390/
10383 S:      Supported
10384 F:      drivers/s390/crypto/
10386 S390 ZFCP DRIVER
10387 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10388 L:      linux-s390@vger.kernel.org
10389 W:      http://www.ibm.com/developerworks/linux/linux390/
10390 S:      Supported
10391 F:      drivers/s390/scsi/zfcp_*
10393 S390 IUCV NETWORK LAYER
10394 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10395 L:      linux-s390@vger.kernel.org
10396 W:      http://www.ibm.com/developerworks/linux/linux390/
10397 S:      Supported
10398 F:      drivers/s390/net/*iucv*
10399 F:      include/net/iucv/
10400 F:      net/iucv/
10402 S390 IOMMU (PCI)
10403 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10404 L:      linux-s390@vger.kernel.org
10405 W:      http://www.ibm.com/developerworks/linux/linux390/
10406 S:      Supported
10407 F:      drivers/iommu/s390-iommu.c
10409 S3C24XX SD/MMC Driver
10410 M:      Ben Dooks <ben-linux@fluff.org>
10411 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10412 S:      Supported
10413 F:      drivers/mmc/host/s3cmci.*
10415 SAA6588 RDS RECEIVER DRIVER
10416 M:      Hans Verkuil <hverkuil@xs4all.nl>
10417 L:      linux-media@vger.kernel.org
10418 T:      git git://linuxtv.org/media_tree.git
10419 W:      https://linuxtv.org
10420 S:      Odd Fixes
10421 F:      drivers/media/i2c/saa6588*
10423 SAA7134 VIDEO4LINUX DRIVER
10424 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10425 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10426 L:      linux-media@vger.kernel.org
10427 W:      https://linuxtv.org
10428 T:      git git://linuxtv.org/media_tree.git
10429 S:      Odd fixes
10430 F:      Documentation/media/v4l-drivers/saa7134*
10431 F:      drivers/media/pci/saa7134/
10433 SAA7146 VIDEO4LINUX-2 DRIVER
10434 M:      Hans Verkuil <hverkuil@xs4all.nl>
10435 L:      linux-media@vger.kernel.org
10436 T:      git git://linuxtv.org/media_tree.git
10437 S:      Maintained
10438 F:      drivers/media/common/saa7146/
10439 F:      drivers/media/pci/saa7146/
10440 F:      include/media/saa7146*
10442 SAMSUNG LAPTOP DRIVER
10443 M:      Corentin Chary <corentin.chary@gmail.com>
10444 L:      platform-driver-x86@vger.kernel.org
10445 S:      Maintained
10446 F:      drivers/platform/x86/samsung-laptop.c
10448 SAMSUNG AUDIO (ASoC) DRIVERS
10449 M:      Krzysztof Kozlowski <krzk@kernel.org>
10450 M:      Sangbeom Kim <sbkim73@samsung.com>
10451 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10452 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10453 S:      Supported
10454 F:      sound/soc/samsung/
10456 SAMSUNG FRAMEBUFFER DRIVER
10457 M:      Jingoo Han <jingoohan1@gmail.com>
10458 L:      linux-fbdev@vger.kernel.org
10459 S:      Maintained
10460 F:      drivers/video/fbdev/s3c-fb.c
10462 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10463 M:      Sangbeom Kim <sbkim73@samsung.com>
10464 M:      Krzysztof Kozlowski <krzk@kernel.org>
10465 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10466 L:      linux-kernel@vger.kernel.org
10467 L:      linux-samsung-soc@vger.kernel.org
10468 S:      Supported
10469 F:      drivers/mfd/sec*.c
10470 F:      drivers/regulator/s2m*.c
10471 F:      drivers/regulator/s5m*.c
10472 F:      drivers/clk/clk-s2mps11.c
10473 F:      drivers/rtc/rtc-s5m.c
10474 F:      include/linux/mfd/samsung/
10475 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10476 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10477 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10478 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10480 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10481 M:      Kyungmin Park <kyungmin.park@samsung.com>
10482 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10483 L:      linux-media@vger.kernel.org
10484 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10485 S:      Supported
10486 F:      drivers/media/platform/exynos4-is/
10488 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10489 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10490 L:      linux-media@vger.kernel.org
10491 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10492 S:      Maintained
10493 F:      drivers/media/platform/s3c-camif/
10494 F:      include/media/drv-intf/s3c_camif.h
10496 SAMSUNG S5C73M3 CAMERA DRIVER
10497 M:      Kyungmin Park <kyungmin.park@samsung.com>
10498 M:      Andrzej Hajda <a.hajda@samsung.com>
10499 L:      linux-media@vger.kernel.org
10500 S:      Supported
10501 F:      drivers/media/i2c/s5c73m3/*
10503 SAMSUNG S5K5BAF CAMERA DRIVER
10504 M:      Kyungmin Park <kyungmin.park@samsung.com>
10505 M:      Andrzej Hajda <a.hajda@samsung.com>
10506 L:      linux-media@vger.kernel.org
10507 S:      Supported
10508 F:      drivers/media/i2c/s5k5baf.c
10510 SAMSUNG S3FWRN5 NFC DRIVER
10511 M:      Robert Baldyga <r.baldyga@samsung.com>
10512 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10513 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10514 S:      Supported
10515 F:      drivers/nfc/s3fwrn5
10517 SAMSUNG SOC CLOCK DRIVERS
10518 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10519 M:      Tomasz Figa <tomasz.figa@gmail.com>
10520 M:      Chanwoo Choi <cw00.choi@samsung.com>
10521 S:      Supported
10522 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10523 F:      drivers/clk/samsung/
10524 F:      include/dt-bindings/clock/exynos*.h
10525 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10527 SAMSUNG SPI DRIVERS
10528 M:      Kukjin Kim <kgene@kernel.org>
10529 M:      Krzysztof Kozlowski <krzk@kernel.org>
10530 M:      Andi Shyti <andi.shyti@samsung.com>
10531 L:      linux-spi@vger.kernel.org
10532 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10533 S:      Maintained
10534 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10535 F:      drivers/spi/spi-s3c*
10536 F:      include/linux/platform_data/spi-s3c64xx.h
10538 SAMSUNG SXGBE DRIVERS
10539 M:      Byungho An <bh74.an@samsung.com>
10540 M:      Girish K S <ks.giri@samsung.com>
10541 M:      Vipul Pandya <vipul.pandya@samsung.com>
10542 S:      Supported
10543 L:      netdev@vger.kernel.org
10544 F:      drivers/net/ethernet/samsung/sxgbe/
10546 SAMSUNG THERMAL DRIVER
10547 M:      Lukasz Majewski <l.majewski@samsung.com>
10548 L:      linux-pm@vger.kernel.org
10549 L:      linux-samsung-soc@vger.kernel.org
10550 S:      Supported
10551 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10552 F:      drivers/thermal/samsung/
10554 SAMSUNG USB2 PHY DRIVER
10555 M:      Kamil Debski <kamil@wypas.org>
10556 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10557 L:      linux-kernel@vger.kernel.org
10558 S:      Supported
10559 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10560 F:      Documentation/phy/samsung-usb2.txt
10561 F:      drivers/phy/phy-exynos4210-usb2.c
10562 F:      drivers/phy/phy-exynos4x12-usb2.c
10563 F:      drivers/phy/phy-exynos5250-usb2.c
10564 F:      drivers/phy/phy-s5pv210-usb2.c
10565 F:      drivers/phy/phy-samsung-usb2.c
10566 F:      drivers/phy/phy-samsung-usb2.h
10568 SERIAL DRIVERS
10569 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10570 L:      linux-serial@vger.kernel.org
10571 S:      Maintained
10572 F:      Documentation/devicetree/bindings/serial/
10573 F:      drivers/tty/serial/
10575 STI CEC DRIVER
10576 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10577 L:      kernel@stlinux.com
10578 S:      Maintained
10579 F:      drivers/staging/media/st-cec/
10580 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10582 SYNOPSYS DESIGNWARE DMAC DRIVER
10583 M:      Viresh Kumar <vireshk@kernel.org>
10584 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10585 S:      Maintained
10586 F:      include/linux/dma/dw.h
10587 F:      include/linux/platform_data/dma-dw.h
10588 F:      drivers/dma/dw/
10590 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10591 M: Lars Persson <lars.persson@axis.com>
10592 L: netdev@vger.kernel.org
10593 S: Supported
10594 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10595 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10597 SYNOPSYS DESIGNWARE I2C DRIVER
10598 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10599 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10600 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10601 L:      linux-i2c@vger.kernel.org
10602 S:      Maintained
10603 F:      drivers/i2c/busses/i2c-designware-*
10604 F:      include/linux/platform_data/i2c-designware.h
10606 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10607 M:      Jaehoon Chung <jh80.chung@samsung.com>
10608 L:      linux-mmc@vger.kernel.org
10609 S:      Maintained
10610 F:      include/linux/mmc/dw_mmc.h
10611 F:      drivers/mmc/host/dw_mmc*
10613 SYSTEM TRACE MODULE CLASS
10614 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10615 S:      Maintained
10616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10617 F:      Documentation/trace/stm.txt
10618 F:      drivers/hwtracing/stm/
10619 F:      include/linux/stm.h
10620 F:      include/uapi/linux/stm.h
10622 THUNDERBOLT DRIVER
10623 M:      Andreas Noever <andreas.noever@gmail.com>
10624 S:      Maintained
10625 F:      drivers/thunderbolt/
10627 TI BQ27XXX POWER SUPPLY DRIVER
10628 R:      Andrew F. Davis <afd@ti.com>
10629 F:      include/linux/power/bq27xxx_battery.h
10630 F:      drivers/power/supply/bq27xxx_battery.c
10631 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10633 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10634 M:      John Stultz <john.stultz@linaro.org>
10635 M:      Thomas Gleixner <tglx@linutronix.de>
10636 L:      linux-kernel@vger.kernel.org
10637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10638 S:      Supported
10639 F:      include/linux/clocksource.h
10640 F:      include/linux/time.h
10641 F:      include/linux/timex.h
10642 F:      include/uapi/linux/time.h
10643 F:      include/uapi/linux/timex.h
10644 F:      kernel/time/clocksource.c
10645 F:      kernel/time/time*.c
10646 F:      kernel/time/alarmtimer.c
10647 F:      kernel/time/ntp.c
10648 F:      tools/testing/selftests/timers/
10650 SC1200 WDT DRIVER
10651 M:      Zwane Mwaikambo <zwanem@gmail.com>
10652 S:      Maintained
10653 F:      drivers/watchdog/sc1200wdt.c
10655 SCHEDULER
10656 M:      Ingo Molnar <mingo@redhat.com>
10657 M:      Peter Zijlstra <peterz@infradead.org>
10658 L:      linux-kernel@vger.kernel.org
10659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10660 S:      Maintained
10661 F:      kernel/sched/
10662 F:      include/linux/sched.h
10663 F:      include/uapi/linux/sched.h
10664 F:      include/linux/wait.h
10666 SCORE ARCHITECTURE
10667 M:      Chen Liqin <liqin.linux@gmail.com>
10668 M:      Lennox Wu <lennox.wu@gmail.com>
10669 W:      http://www.sunplus.com
10670 S:      Supported
10671 F:      arch/score/
10673 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10674 M:      Sudeep Holla <sudeep.holla@arm.com>
10675 L:      linux-arm-kernel@lists.infradead.org
10676 S:      Maintained
10677 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10678 F:      drivers/clk/clk-scpi.c
10679 F:      drivers/cpufreq/scpi-cpufreq.c
10680 F:      drivers/firmware/arm_scpi.c
10681 F:      include/linux/scpi_protocol.h
10683 SCSI CDROM DRIVER
10684 M:      Jens Axboe <axboe@kernel.dk>
10685 L:      linux-scsi@vger.kernel.org
10686 W:      http://www.kernel.dk
10687 S:      Maintained
10688 F:      drivers/scsi/sr*
10690 SCSI RDMA PROTOCOL (SRP) INITIATOR
10691 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10692 L:      linux-rdma@vger.kernel.org
10693 S:      Supported
10694 W:      http://www.openfabrics.org
10695 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10697 F:      drivers/infiniband/ulp/srp/
10698 F:      include/scsi/srp.h
10700 SCSI SG DRIVER
10701 M:      Doug Gilbert <dgilbert@interlog.com>
10702 L:      linux-scsi@vger.kernel.org
10703 W:      http://sg.danny.cz/sg
10704 S:      Maintained
10705 F:      Documentation/scsi/scsi-generic.txt
10706 F:      drivers/scsi/sg.c
10707 F:      include/scsi/sg.h
10709 SCSI SUBSYSTEM
10710 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10712 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10714 L:      linux-scsi@vger.kernel.org
10715 S:      Maintained
10716 F:      Documentation/devicetree/bindings/scsi/
10717 F:      drivers/scsi/
10718 F:      include/scsi/
10720 SCSI TAPE DRIVER
10721 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10722 L:      linux-scsi@vger.kernel.org
10723 S:      Maintained
10724 F:      Documentation/scsi/st.txt
10725 F:      drivers/scsi/st.*
10726 F:      drivers/scsi/st_*.h
10728 SCTP PROTOCOL
10729 M:      Vlad Yasevich <vyasevich@gmail.com>
10730 M:      Neil Horman <nhorman@tuxdriver.com>
10731 L:      linux-sctp@vger.kernel.org
10732 W:      http://lksctp.sourceforge.net
10733 S:      Maintained
10734 F:      Documentation/networking/sctp.txt
10735 F:      include/linux/sctp.h
10736 F:      include/uapi/linux/sctp.h
10737 F:      include/net/sctp/
10738 F:      net/sctp/
10740 SCx200 CPU SUPPORT
10741 M:      Jim Cromie <jim.cromie@gmail.com>
10742 S:      Odd Fixes
10743 F:      Documentation/i2c/busses/scx200_acb
10744 F:      arch/x86/platform/scx200/
10745 F:      drivers/watchdog/scx200_wdt.c
10746 F:      drivers/i2c/busses/scx200*
10747 F:      drivers/mtd/maps/scx200_docflash.c
10748 F:      include/linux/scx200.h
10750 SCx200 GPIO DRIVER
10751 M:      Jim Cromie <jim.cromie@gmail.com>
10752 S:      Maintained
10753 F:      drivers/char/scx200_gpio.c
10754 F:      include/linux/scx200_gpio.h
10756 SCx200 HRT CLOCKSOURCE DRIVER
10757 M:      Jim Cromie <jim.cromie@gmail.com>
10758 S:      Maintained
10759 F:      drivers/clocksource/scx200_hrt.c
10761 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10762 M:      Sascha Sommer <saschasommer@freenet.de>
10763 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10764 S:      Maintained
10765 F:      drivers/mmc/host/sdricoh_cs.c
10767 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10768 M:      Adrian Hunter <adrian.hunter@intel.com>
10769 L:      linux-mmc@vger.kernel.org
10770 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10771 S:      Maintained
10772 F:      drivers/mmc/host/sdhci*
10773 F:      include/linux/mmc/sdhci*
10775 SECURE COMPUTING
10776 M:      Kees Cook <keescook@chromium.org>
10777 R:      Andy Lutomirski <luto@amacapital.net>
10778 R:      Will Drewry <wad@chromium.org>
10779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10780 S:      Supported
10781 F:      kernel/seccomp.c
10782 F:      include/uapi/linux/seccomp.h
10783 F:      include/linux/seccomp.h
10784 F:      tools/testing/selftests/seccomp/*
10785 K:      \bsecure_computing
10786 K:      \bTIF_SECCOMP\b
10788 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10789 M:      Al Cooper <alcooperx@gmail.com>
10790 L:      linux-mmc@vger.kernel.org
10791 L:      bcm-kernel-feedback-list@broadcom.com
10792 S:      Maintained
10793 F:      drivers/mmc/host/sdhci-brcmstb*
10795 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10796 M:      Ben Dooks <ben-linux@fluff.org>
10797 M:      Jaehoon Chung <jh80.chung@samsung.com>
10798 L:      linux-mmc@vger.kernel.org
10799 S:      Maintained
10800 F:      drivers/mmc/host/sdhci-s3c*
10802 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10803 M:      Viresh Kumar <vireshk@kernel.org>
10804 L:      linux-mmc@vger.kernel.org
10805 S:      Maintained
10806 F:      drivers/mmc/host/sdhci-spear.c
10808 SECURITY SUBSYSTEM
10809 M:      James Morris <james.l.morris@oracle.com>
10810 M:      "Serge E. Hallyn" <serge@hallyn.com>
10811 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10813 W:      http://kernsec.org/
10814 S:      Supported
10815 F:      security/
10817 SECURITY CONTACT
10818 M:      Security Officers <security@kernel.org>
10819 S:      Supported
10821 SELINUX SECURITY MODULE
10822 M:      Paul Moore <paul@paul-moore.com>
10823 M:      Stephen Smalley <sds@tycho.nsa.gov>
10824 M:      Eric Paris <eparis@parisplace.org>
10825 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10826 W:      http://selinuxproject.org
10827 T:      git git://git.infradead.org/users/pcmoore/selinux
10828 S:      Supported
10829 F:      include/linux/selinux*
10830 F:      security/selinux/
10831 F:      scripts/selinux/
10833 APPARMOR SECURITY MODULE
10834 M:      John Johansen <john.johansen@canonical.com>
10835 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10836 W:      apparmor.wiki.kernel.org
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10838 S:      Supported
10839 F:      security/apparmor/
10841 LOADPIN SECURITY MODULE
10842 M:      Kees Cook <keescook@chromium.org>
10843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10844 S:      Supported
10845 F:      security/loadpin/
10847 YAMA SECURITY MODULE
10848 M:      Kees Cook <keescook@chromium.org>
10849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10850 S:      Supported
10851 F:      security/yama/
10853 SENSABLE PHANTOM
10854 M:      Jiri Slaby <jirislaby@gmail.com>
10855 S:      Maintained
10856 F:      drivers/misc/phantom.c
10857 F:      include/uapi/linux/phantom.h
10859 Emulex 10Gbps iSCSI - OneConnect DRIVER
10860 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10861 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
10862 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10863 L:      linux-scsi@vger.kernel.org
10864 W:      http://www.broadcom.com
10865 S:      Supported
10866 F:      drivers/scsi/be2iscsi/
10868 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10869 M:      Sathya Perla <sathya.perla@broadcom.com>
10870 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10871 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10872 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10873 L:      netdev@vger.kernel.org
10874 W:      http://www.emulex.com
10875 S:      Supported
10876 F:      drivers/net/ethernet/emulex/benet/
10878 EMULEX ONECONNECT ROCE DRIVER
10879 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10880 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10881 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10882 L:      linux-rdma@vger.kernel.org
10883 W:      http://www.emulex.com
10884 S:      Supported
10885 F:      drivers/infiniband/hw/ocrdma/
10886 F:      include/uapi/rdma/ocrdma-abi.h
10888 SFC NETWORK DRIVER
10889 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10890 M:      Edward Cree <ecree@solarflare.com>
10891 M:      Bert Kenward <bkenward@solarflare.com>
10892 L:      netdev@vger.kernel.org
10893 S:      Supported
10894 F:      drivers/net/ethernet/sfc/
10896 SGI GRU DRIVER
10897 M:      Dimitri Sivanich <sivanich@sgi.com>
10898 S:      Maintained
10899 F:      drivers/misc/sgi-gru/
10901 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10902 M:      Pat Gefre <pfg@sgi.com>
10903 L:      linux-ia64@vger.kernel.org
10904 S:      Supported
10905 F:      Documentation/ia64/serial.txt
10906 F:      drivers/tty/serial/ioc?_serial.c
10907 F:      include/linux/ioc?.h
10909 SGI XP/XPC/XPNET DRIVER
10910 M:      Cliff Whickman <cpw@sgi.com>
10911 M:      Robin Holt <robinmholt@gmail.com>
10912 S:      Maintained
10913 F:      drivers/misc/sgi-xp/
10915 SI2157 MEDIA DRIVER
10916 M:      Antti Palosaari <crope@iki.fi>
10917 L:      linux-media@vger.kernel.org
10918 W:      https://linuxtv.org
10919 W:      http://palosaari.fi/linux/
10920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10921 T:      git git://linuxtv.org/anttip/media_tree.git
10922 S:      Maintained
10923 F:      drivers/media/tuners/si2157*
10925 SI2168 MEDIA DRIVER
10926 M:      Antti Palosaari <crope@iki.fi>
10927 L:      linux-media@vger.kernel.org
10928 W:      https://linuxtv.org
10929 W:      http://palosaari.fi/linux/
10930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10931 T:      git git://linuxtv.org/anttip/media_tree.git
10932 S:      Maintained
10933 F:      drivers/media/dvb-frontends/si2168*
10935 SI470X FM RADIO RECEIVER I2C DRIVER
10936 M:      Hans Verkuil <hverkuil@xs4all.nl>
10937 L:      linux-media@vger.kernel.org
10938 T:      git git://linuxtv.org/media_tree.git
10939 W:      https://linuxtv.org
10940 S:      Odd Fixes
10941 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10943 SI470X FM RADIO RECEIVER USB DRIVER
10944 M:      Hans Verkuil <hverkuil@xs4all.nl>
10945 L:      linux-media@vger.kernel.org
10946 T:      git git://linuxtv.org/media_tree.git
10947 W:      https://linuxtv.org
10948 S:      Maintained
10949 F:      drivers/media/radio/si470x/radio-si470x-common.c
10950 F:      drivers/media/radio/si470x/radio-si470x.h
10951 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10953 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10954 M:      Eduardo Valentin <edubezval@gmail.com>
10955 L:      linux-media@vger.kernel.org
10956 T:      git git://linuxtv.org/media_tree.git
10957 W:      https://linuxtv.org
10958 S:      Odd Fixes
10959 F:      drivers/media/radio/si4713/si4713.?
10961 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10962 M:      Eduardo Valentin <edubezval@gmail.com>
10963 L:      linux-media@vger.kernel.org
10964 T:      git git://linuxtv.org/media_tree.git
10965 W:      https://linuxtv.org
10966 S:      Odd Fixes
10967 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10969 SI4713 FM RADIO TRANSMITTER USB DRIVER
10970 M:      Hans Verkuil <hverkuil@xs4all.nl>
10971 L:      linux-media@vger.kernel.org
10972 T:      git git://linuxtv.org/media_tree.git
10973 W:      https://linuxtv.org
10974 S:      Maintained
10975 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10977 SIANO DVB DRIVER
10978 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10979 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10980 L:      linux-media@vger.kernel.org
10981 W:      https://linuxtv.org
10982 T:      git git://linuxtv.org/media_tree.git
10983 S:      Odd fixes
10984 F:      drivers/media/common/siano/
10985 F:      drivers/media/usb/siano/
10986 F:      drivers/media/usb/siano/
10987 F:      drivers/media/mmc/siano/
10989 SIMPLEFB FB DRIVER
10990 M:      Hans de Goede <hdegoede@redhat.com>
10991 L:      linux-fbdev@vger.kernel.org
10992 S:      Maintained
10993 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10994 F:      drivers/video/fbdev/simplefb.c
10995 F:      include/linux/platform_data/simplefb.h
10997 SH_VEU V4L2 MEM2MEM DRIVER
10998 L:      linux-media@vger.kernel.org
10999 S:      Orphan
11000 F:      drivers/media/platform/sh_veu.c
11002 SH_VOU V4L2 OUTPUT DRIVER
11003 L:      linux-media@vger.kernel.org
11004 S:      Orphan
11005 F:      drivers/media/platform/sh_vou.c
11006 F:      include/media/drv-intf/sh_vou.h
11008 SIMPLE FIRMWARE INTERFACE (SFI)
11009 M:      Len Brown <lenb@kernel.org>
11010 L:      sfi-devel@simplefirmware.org
11011 W:      http://simplefirmware.org/
11012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11013 S:      Supported
11014 F:      arch/x86/platform/sfi/
11015 F:      drivers/sfi/
11016 F:      include/linux/sfi*.h
11018 SIMTEC EB110ATX (Chalice CATS)
11019 P:      Ben Dooks
11020 P:      Vincent Sanders <vince@simtec.co.uk>
11021 M:      Simtec Linux Team <linux@simtec.co.uk>
11022 W:      http://www.simtec.co.uk/products/EB110ATX/
11023 S:      Supported
11025 SIMTEC EB2410ITX (BAST)
11026 P:      Ben Dooks
11027 P:      Vincent Sanders <vince@simtec.co.uk>
11028 M:      Simtec Linux Team <linux@simtec.co.uk>
11029 W:      http://www.simtec.co.uk/products/EB2410ITX/
11030 S:      Supported
11031 F:      arch/arm/mach-s3c24xx/mach-bast.c
11032 F:      arch/arm/mach-s3c24xx/bast-ide.c
11033 F:      arch/arm/mach-s3c24xx/bast-irq.c
11035 TI DAVINCI MACHINE SUPPORT
11036 M:      Sekhar Nori <nsekhar@ti.com>
11037 M:      Kevin Hilman <khilman@kernel.org>
11038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11040 S:      Supported
11041 F:      arch/arm/mach-davinci/
11042 F:      drivers/i2c/busses/i2c-davinci.c
11044 TI DAVINCI SERIES MEDIA DRIVER
11045 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11046 L:      linux-media@vger.kernel.org
11047 W:      https://linuxtv.org
11048 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11049 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11050 S:      Maintained
11051 F:      drivers/media/platform/davinci/
11052 F:      include/media/davinci/
11054 TI AM437X VPFE DRIVER
11055 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11056 L:      linux-media@vger.kernel.org
11057 W:      https://linuxtv.org
11058 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11059 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11060 S:      Maintained
11061 F:      drivers/media/platform/am437x/
11063 OV2659 OMNIVISION SENSOR DRIVER
11064 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11065 L:      linux-media@vger.kernel.org
11066 W:      https://linuxtv.org
11067 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11068 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11069 S:      Maintained
11070 F:      drivers/media/i2c/ov2659.c
11071 F:      include/media/i2c/ov2659.h
11073 SILICON MOTION SM712 FRAME BUFFER DRIVER
11074 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11075 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11076 M:      Sudip Mukherjee <sudip@vectorindia.org>
11077 L:      linux-fbdev@vger.kernel.org
11078 S:      Maintained
11079 F:      drivers/video/fbdev/sm712*
11080 F:      Documentation/fb/sm712fb.txt
11082 SIS 190 ETHERNET DRIVER
11083 M:      Francois Romieu <romieu@fr.zoreil.com>
11084 L:      netdev@vger.kernel.org
11085 S:      Maintained
11086 F:      drivers/net/ethernet/sis/sis190.c
11088 SIS 900/7016 FAST ETHERNET DRIVER
11089 M:      Daniele Venzano <venza@brownhat.org>
11090 W:      http://www.brownhat.org/sis900.html
11091 L:      netdev@vger.kernel.org
11092 S:      Maintained
11093 F:      drivers/net/ethernet/sis/sis900.*
11095 SIS FRAMEBUFFER DRIVER
11096 M:      Thomas Winischhofer <thomas@winischhofer.net>
11097 W:      http://www.winischhofer.net/linuxsisvga.shtml
11098 S:      Maintained
11099 F:      Documentation/fb/sisfb.txt
11100 F:      drivers/video/fbdev/sis/
11101 F:      include/video/sisfb.h
11103 SIS USB2VGA DRIVER
11104 M:      Thomas Winischhofer <thomas@winischhofer.net>
11105 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11106 S:      Maintained
11107 F:      drivers/usb/misc/sisusbvga/
11109 SLAB ALLOCATOR
11110 M:      Christoph Lameter <cl@linux.com>
11111 M:      Pekka Enberg <penberg@kernel.org>
11112 M:      David Rientjes <rientjes@google.com>
11113 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11114 M:      Andrew Morton <akpm@linux-foundation.org>
11115 L:      linux-mm@kvack.org
11116 S:      Maintained
11117 F:      include/linux/sl?b*.h
11118 F:      mm/sl?b*
11120 SLEEPABLE READ-COPY UPDATE (SRCU)
11121 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11122 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11123 M:      Josh Triplett <josh@joshtriplett.org>
11124 R:      Steven Rostedt <rostedt@goodmis.org>
11125 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11126 L:      linux-kernel@vger.kernel.org
11127 W:      http://www.rdrop.com/users/paulmck/RCU/
11128 S:      Supported
11129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11130 F:      include/linux/srcu.h
11131 F:      kernel/rcu/srcu.c
11133 SMACK SECURITY MODULE
11134 M:      Casey Schaufler <casey@schaufler-ca.com>
11135 L:      linux-security-module@vger.kernel.org
11136 W:      http://schaufler-ca.com
11137 T:      git git://github.com/cschaufler/smack-next
11138 S:      Maintained
11139 F:      Documentation/security/Smack.txt
11140 F:      security/smack/
11142 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11143 M:      Kevin Hilman <khilman@kernel.org>
11144 M:      Nishanth Menon <nm@ti.com>
11145 S:      Maintained
11146 F:      drivers/power/avs/
11147 F:      include/linux/power/smartreflex.h
11148 L:      linux-pm@vger.kernel.org
11150 SMC91x ETHERNET DRIVER
11151 M:      Nicolas Pitre <nico@fluxnic.net>
11152 S:      Odd Fixes
11153 F:      drivers/net/ethernet/smsc/smc91x.*
11155 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11156 M:      Sakari Ailus <sakari.ailus@iki.fi>
11157 L:      linux-media@vger.kernel.org
11158 S:      Maintained
11159 F:      drivers/media/i2c/smiapp/
11160 F:      include/media/i2c/smiapp.h
11161 F:      drivers/media/i2c/smiapp-pll.c
11162 F:      drivers/media/i2c/smiapp-pll.h
11163 F:      include/uapi/linux/smiapp.h
11164 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11166 SMM665 HARDWARE MONITOR DRIVER
11167 M:      Guenter Roeck <linux@roeck-us.net>
11168 L:      linux-hwmon@vger.kernel.org
11169 S:      Maintained
11170 F:      Documentation/hwmon/smm665
11171 F:      drivers/hwmon/smm665.c
11173 SMSC EMC2103 HARDWARE MONITOR DRIVER
11174 M:      Steve Glendinning <steve.glendinning@shawell.net>
11175 L:      linux-hwmon@vger.kernel.org
11176 S:      Maintained
11177 F:      Documentation/hwmon/emc2103
11178 F:      drivers/hwmon/emc2103.c
11180 SMSC SCH5627 HARDWARE MONITOR DRIVER
11181 M:      Hans de Goede <hdegoede@redhat.com>
11182 L:      linux-hwmon@vger.kernel.org
11183 S:      Supported
11184 F:      Documentation/hwmon/sch5627
11185 F:      drivers/hwmon/sch5627.c
11187 SMSC47B397 HARDWARE MONITOR DRIVER
11188 M:      Jean Delvare <jdelvare@suse.com>
11189 L:      linux-hwmon@vger.kernel.org
11190 S:      Maintained
11191 F:      Documentation/hwmon/smsc47b397
11192 F:      drivers/hwmon/smsc47b397.c
11194 SMSC911x ETHERNET DRIVER
11195 M:      Steve Glendinning <steve.glendinning@shawell.net>
11196 L:      netdev@vger.kernel.org
11197 S:      Maintained
11198 F:      include/linux/smsc911x.h
11199 F:      drivers/net/ethernet/smsc/smsc911x.*
11201 SMSC9420 PCI ETHERNET DRIVER
11202 M:      Steve Glendinning <steve.glendinning@shawell.net>
11203 L:      netdev@vger.kernel.org
11204 S:      Maintained
11205 F:      drivers/net/ethernet/smsc/smsc9420.*
11207 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11208 M:      Steve Glendinning <steve.glendinning@shawell.net>
11209 L:      linux-fbdev@vger.kernel.org
11210 S:      Maintained
11211 F:      drivers/video/fbdev/smscufx.c
11213 SOC-CAMERA V4L2 SUBSYSTEM
11214 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11215 L:      linux-media@vger.kernel.org
11216 T:      git git://linuxtv.org/media_tree.git
11217 S:      Maintained
11218 F:      include/media/soc*
11219 F:      drivers/media/i2c/soc_camera/
11220 F:      drivers/media/platform/soc_camera/
11222 SOEKRIS NET48XX LED SUPPORT
11223 M:      Chris Boot <bootc@bootc.net>
11224 S:      Maintained
11225 F:      drivers/leds/leds-net48xx.c
11227 SOFTLOGIC 6x10 MPEG CODEC
11228 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11229 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11230 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11231 M:      Ismael Luceno <ismael@iodev.co.uk>
11232 L:      linux-media@vger.kernel.org
11233 S:      Supported
11234 F:      drivers/media/pci/solo6x10/
11236 SOFTWARE RAID (Multiple Disks) SUPPORT
11237 M:      Shaohua Li <shli@kernel.org>
11238 L:      linux-raid@vger.kernel.org
11239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11240 S:      Supported
11241 F:      drivers/md/
11242 F:      include/linux/raid/
11243 F:      include/uapi/linux/raid/
11245 SONIC NETWORK DRIVER
11246 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11247 L:      netdev@vger.kernel.org
11248 S:      Maintained
11249 F:      drivers/net/ethernet/natsemi/sonic.*
11251 SONICS SILICON BACKPLANE DRIVER (SSB)
11252 M:      Michael Buesch <m@bues.ch>
11253 L:      linux-wireless@vger.kernel.org
11254 S:      Maintained
11255 F:      drivers/ssb/
11256 F:      include/linux/ssb/
11258 SONY VAIO CONTROL DEVICE DRIVER
11259 M:      Mattia Dongili <malattia@linux.it>
11260 L:      platform-driver-x86@vger.kernel.org
11261 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11262 S:      Maintained
11263 F:      Documentation/laptops/sony-laptop.txt
11264 F:      drivers/char/sonypi.c
11265 F:      drivers/platform/x86/sony-laptop.c
11266 F:      include/linux/sony-laptop.h
11268 SONY MEMORYSTICK CARD SUPPORT
11269 M:      Alex Dubov <oakad@yahoo.com>
11270 W:      http://tifmxx.berlios.de/
11271 S:      Maintained
11272 F:      drivers/memstick/host/tifm_ms.c
11274 SONY MEMORYSTICK STANDARD SUPPORT
11275 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11276 S:      Maintained
11277 F:      drivers/memstick/core/ms_block.*
11279 SOUND
11280 M:      Jaroslav Kysela <perex@perex.cz>
11281 M:      Takashi Iwai <tiwai@suse.com>
11282 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11283 W:      http://www.alsa-project.org/
11284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11285 T:      git git://git.alsa-project.org/alsa-kernel.git
11286 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11287 S:      Maintained
11288 F:      Documentation/sound/
11289 F:      include/sound/
11290 F:      include/uapi/sound/
11291 F:      sound/
11293 SOUND - COMPRESSED AUDIO
11294 M:      Vinod Koul <vinod.koul@intel.com>
11295 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11297 S:      Supported
11298 F:      Documentation/sound/alsa/compress_offload.txt
11299 F:      include/sound/compress_driver.h
11300 F:      include/uapi/sound/compress_*
11301 F:      sound/core/compress_offload.c
11302 F:      sound/soc/soc-compress.c
11304 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11305 M:      Liam Girdwood <lgirdwood@gmail.com>
11306 M:      Mark Brown <broonie@kernel.org>
11307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11308 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11309 W:      http://alsa-project.org/main/index.php/ASoC
11310 S:      Supported
11311 F:      Documentation/devicetree/bindings/sound/
11312 F:      Documentation/sound/alsa/soc/
11313 F:      sound/soc/
11314 F:      include/sound/soc*
11316 SOUND - DMAENGINE HELPERS
11317 M:      Lars-Peter Clausen <lars@metafoo.de>
11318 S:      Supported
11319 F:      include/sound/dmaengine_pcm.h
11320 F:      sound/core/pcm_dmaengine.c
11321 F:      sound/soc/soc-generic-dmaengine-pcm.c
11323 SP2 MEDIA DRIVER
11324 M:      Olli Salonen <olli.salonen@iki.fi>
11325 L:      linux-media@vger.kernel.org
11326 W:      https://linuxtv.org
11327 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11328 S:      Maintained
11329 F:      drivers/media/dvb-frontends/sp2*
11331 SPARC + UltraSPARC (sparc/sparc64)
11332 M:      "David S. Miller" <davem@davemloft.net>
11333 L:      sparclinux@vger.kernel.org
11334 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11337 S:      Maintained
11338 F:      arch/sparc/
11339 F:      drivers/sbus/
11341 SPARC SERIAL DRIVERS
11342 M:      "David S. Miller" <davem@davemloft.net>
11343 L:      sparclinux@vger.kernel.org
11344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11346 S:      Maintained
11347 F:      include/linux/sunserialcore.h
11348 F:      drivers/tty/serial/suncore.c
11349 F:      drivers/tty/serial/sunhv.c
11350 F:      drivers/tty/serial/sunsab.c
11351 F:      drivers/tty/serial/sunsab.h
11352 F:      drivers/tty/serial/sunsu.c
11353 F:      drivers/tty/serial/sunzilog.c
11354 F:      drivers/tty/serial/sunzilog.h
11356 SPARSE CHECKER
11357 M:      "Christopher Li" <sparse@chrisli.org>
11358 L:      linux-sparse@vger.kernel.org
11359 W:      https://sparse.wiki.kernel.org/
11360 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11361 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11362 S:      Maintained
11363 F:      include/linux/compiler.h
11365 SPEAR PLATFORM SUPPORT
11366 M:      Viresh Kumar <vireshk@kernel.org>
11367 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11368 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11369 W:      http://www.st.com/spear
11370 S:      Maintained
11371 F:      arch/arm/boot/dts/spear*
11372 F:      arch/arm/mach-spear/
11374 SPEAR CLOCK FRAMEWORK SUPPORT
11375 M:      Viresh Kumar <vireshk@kernel.org>
11376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11377 W:      http://www.st.com/spear
11378 S:      Maintained
11379 F:      drivers/clk/spear/
11381 SPI SUBSYSTEM
11382 M:      Mark Brown <broonie@kernel.org>
11383 L:      linux-spi@vger.kernel.org
11384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11385 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11386 S:      Maintained
11387 F:      Documentation/devicetree/bindings/spi/
11388 F:      Documentation/spi/
11389 F:      drivers/spi/
11390 F:      include/linux/spi/
11391 F:      include/uapi/linux/spi/
11392 F:      tools/spi/
11394 SPIDERNET NETWORK DRIVER for CELL
11395 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11396 L:      netdev@vger.kernel.org
11397 S:      Supported
11398 F:      Documentation/networking/spider_net.txt
11399 F:      drivers/net/ethernet/toshiba/spider_net*
11401 SPU FILE SYSTEM
11402 M:      Jeremy Kerr <jk@ozlabs.org>
11403 L:      linuxppc-dev@lists.ozlabs.org
11404 W:      http://www.ibm.com/developerworks/power/cell/
11405 S:      Supported
11406 F:      Documentation/filesystems/spufs.txt
11407 F:      arch/powerpc/platforms/cell/spufs/
11409 SQUASHFS FILE SYSTEM
11410 M:      Phillip Lougher <phillip@squashfs.org.uk>
11411 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11412 W:      http://squashfs.org.uk
11413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11414 S:      Maintained
11415 F:      Documentation/filesystems/squashfs.txt
11416 F:      fs/squashfs/
11418 SRM (Alpha) environment access
11419 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11420 S:      Maintained
11421 F:      arch/alpha/kernel/srm_env.c
11423 STABLE BRANCH
11424 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11425 L:      stable@vger.kernel.org
11426 S:      Supported
11427 F:      Documentation/stable_kernel_rules.txt
11429 STAGING SUBSYSTEM
11430 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11432 L:      devel@driverdev.osuosl.org
11433 S:      Supported
11434 F:      drivers/staging/
11436 STAGING - COMEDI
11437 M:      Ian Abbott <abbotti@mev.co.uk>
11438 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11439 S:      Odd Fixes
11440 F:      drivers/staging/comedi/
11442 STAGING - FLARION FT1000 DRIVERS
11443 M:      Marek Belisko <marek.belisko@gmail.com>
11444 S:      Odd Fixes
11445 F:      drivers/staging/ft1000/
11447 STAGING - INDUSTRIAL IO
11448 M:      Jonathan Cameron <jic23@kernel.org>
11449 L:      linux-iio@vger.kernel.org
11450 S:      Odd Fixes
11451 F:      Documentation/devicetree/bindings/staging/iio/
11452 F:      drivers/staging/iio/
11454 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11455 M:      Jarod Wilson <jarod@wilsonet.com>
11456 W:      http://www.lirc.org/
11457 S:      Odd Fixes
11458 F:      drivers/staging/media/lirc/
11460 STAGING - LUSTRE PARALLEL FILESYSTEM
11461 M:      Oleg Drokin <oleg.drokin@intel.com>
11462 M:      Andreas Dilger <andreas.dilger@intel.com>
11463 M:      James Simmons <jsimmons@infradead.org>
11464 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11465 W:      http://wiki.lustre.org/
11466 S:      Maintained
11467 F:      drivers/staging/lustre
11469 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11470 M:      Marc Dietrich <marvin24@gmx.de>
11471 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11472 L:      linux-tegra@vger.kernel.org
11473 S:      Maintained
11474 F:      drivers/staging/nvec/
11476 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11477 M:      Jens Frederich <jfrederich@gmail.com>
11478 M:      Daniel Drake <dsd@laptop.org>
11479 M:      Jon Nettleton <jon.nettleton@gmail.com>
11480 W:      http://wiki.laptop.org/go/DCON
11481 S:      Maintained
11482 F:      drivers/staging/olpc_dcon/
11484 STAGING - REALTEK RTL8712U DRIVERS
11485 M:      Larry Finger <Larry.Finger@lwfinger.net>
11486 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11487 S:      Odd Fixes
11488 F:      drivers/staging/rtl8712/
11490 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11491 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11492 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11493 M:      Sudip Mukherjee <sudip@vectorindia.org>
11494 L:      linux-fbdev@vger.kernel.org
11495 S:      Maintained
11496 F:      drivers/staging/sm750fb/
11498 STAGING - SLICOSS
11499 M:      Lior Dotan <liodot@gmail.com>
11500 M:      Christopher Harrer <charrer@alacritech.com>
11501 S:      Odd Fixes
11502 F:      drivers/staging/slicoss/
11504 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11505 M:      William Hubbs <w.d.hubbs@gmail.com>
11506 M:      Chris Brannon <chris@the-brannons.com>
11507 M:      Kirk Reiser <kirk@reisers.ca>
11508 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11509 L:      speakup@linux-speakup.org
11510 W:      http://www.linux-speakup.org/
11511 S:      Odd Fixes
11512 F:      drivers/staging/speakup/
11514 STAGING - VIA VT665X DRIVERS
11515 M:      Forest Bond <forest@alittletooquiet.net>
11516 S:      Odd Fixes
11517 F:      drivers/staging/vt665?/
11519 STAGING - WILC1000 WIFI DRIVER
11520 M:      Aditya Shankar <aditya.shankar@microchip.com>
11521 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11522 L:      linux-wireless@vger.kernel.org
11523 S:      Supported
11524 F:      drivers/staging/wilc1000/
11526 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11527 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11528 S:      Odd Fixes
11529 F:      drivers/staging/xgifb/
11531 STARFIRE/DURALAN NETWORK DRIVER
11532 M:      Ion Badulescu <ionut@badula.org>
11533 S:      Odd Fixes
11534 F:      drivers/net/ethernet/adaptec/starfire*
11536 SUN3/3X
11537 M:      Sam Creasey <sammy@sammy.net>
11538 W:      http://sammy.net/sun3/
11539 S:      Maintained
11540 F:      arch/m68k/kernel/*sun3*
11541 F:      arch/m68k/sun3*/
11542 F:      arch/m68k/include/asm/sun3*
11543 F:      drivers/net/ethernet/i825xx/sun3*
11545 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11546 M:      Hans de Goede <hdegoede@redhat.com>
11547 L:      linux-input@vger.kernel.org
11548 S:      Maintained
11549 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11550 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11552 SUNDANCE NETWORK DRIVER
11553 M:      Denis Kirjanov <kda@linux-powerpc.org>
11554 L:      netdev@vger.kernel.org
11555 S:      Maintained
11556 F:      drivers/net/ethernet/dlink/sundance.c
11558 SUPERH
11559 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11560 M:      Rich Felker <dalias@libc.org>
11561 L:      linux-sh@vger.kernel.org
11562 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11563 S:      Maintained
11564 F:      Documentation/sh/
11565 F:      arch/sh/
11566 F:      drivers/sh/
11568 SUSPEND TO RAM
11569 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11570 M:      Len Brown <len.brown@intel.com>
11571 M:      Pavel Machek <pavel@ucw.cz>
11572 L:      linux-pm@vger.kernel.org
11573 S:      Supported
11574 F:      Documentation/power/
11575 F:      arch/x86/kernel/acpi/
11576 F:      drivers/base/power/
11577 F:      kernel/power/
11578 F:      include/linux/suspend.h
11579 F:      include/linux/freezer.h
11580 F:      include/linux/pm.h
11582 SVGA HANDLING
11583 M:      Martin Mares <mj@ucw.cz>
11584 L:      linux-video@atrey.karlin.mff.cuni.cz
11585 S:      Maintained
11586 F:      Documentation/svga.txt
11587 F:      arch/x86/boot/video*
11589 SWIOTLB SUBSYSTEM
11590 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11591 L:      linux-kernel@vger.kernel.org
11592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11593 S:      Supported
11594 F:      lib/swiotlb.c
11595 F:      arch/*/kernel/pci-swiotlb.c
11596 F:      include/linux/swiotlb.h
11598 SWITCHDEV
11599 M:      Jiri Pirko <jiri@resnulli.us>
11600 L:      netdev@vger.kernel.org
11601 S:      Supported
11602 F:      net/switchdev/
11603 F:      include/net/switchdev.h
11605 SYNOPSYS ARC ARCHITECTURE
11606 M:      Vineet Gupta <vgupta@synopsys.com>
11607 L:      linux-snps-arc@lists.infradead.org
11608 S:      Supported
11609 F:      arch/arc/
11610 F:      Documentation/devicetree/bindings/arc/*
11611 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11612 F:      drivers/tty/serial/arc_uart.c
11613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11615 SYNOPSYS ARC SDP platform support
11616 M:      Alexey Brodkin <abrodkin@synopsys.com>
11617 S:      Supported
11618 F:      arch/arc/plat-axs10x
11619 F:      arch/arc/boot/dts/ax*
11620 F:      Documentation/devicetree/bindings/arc/axs10*
11622 SYSTEM CONFIGURATION (SYSCON)
11623 M:      Lee Jones <lee.jones@linaro.org>
11624 M:      Arnd Bergmann <arnd@arndb.de>
11625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11626 S:      Supported
11627 F:      drivers/mfd/syscon.c
11629 SYSTEM RESET/SHUTDOWN DRIVERS
11630 M:      Sebastian Reichel <sre@kernel.org>
11631 L:      linux-pm@vger.kernel.org
11632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11633 S:      Maintained
11634 F:      Documentation/devicetree/bindings/power/reset/
11635 F:      drivers/power/reset/
11637 SYSV FILESYSTEM
11638 M:      Christoph Hellwig <hch@infradead.org>
11639 S:      Maintained
11640 F:      Documentation/filesystems/sysv-fs.txt
11641 F:      fs/sysv/
11642 F:      include/linux/sysv_fs.h
11644 TARGET SUBSYSTEM
11645 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11646 L:      linux-scsi@vger.kernel.org
11647 L:      target-devel@vger.kernel.org
11648 W:      http://www.linux-iscsi.org
11649 W:      http://groups.google.com/group/linux-iscsi-target-dev
11650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11651 S:      Supported
11652 F:      drivers/target/
11653 F:      include/target/
11654 F:      Documentation/target/
11656 TASKSTATS STATISTICS INTERFACE
11657 M:      Balbir Singh <bsingharora@gmail.com>
11658 S:      Maintained
11659 F:      Documentation/accounting/taskstats*
11660 F:      include/linux/taskstats*
11661 F:      kernel/taskstats.c
11663 TC CLASSIFIER
11664 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11665 L:      netdev@vger.kernel.org
11666 S:      Maintained
11667 F:      include/net/pkt_cls.h
11668 F:      include/uapi/linux/pkt_cls.h
11669 F:      net/sched/
11671 TCP LOW PRIORITY MODULE
11672 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11673 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11674 W:      http://tcp-lp-mod.sourceforge.net/
11675 S:      Maintained
11676 F:      net/ipv4/tcp_lp.c
11678 TDA10071 MEDIA DRIVER
11679 M:      Antti Palosaari <crope@iki.fi>
11680 L:      linux-media@vger.kernel.org
11681 W:      https://linuxtv.org
11682 W:      http://palosaari.fi/linux/
11683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11684 T:      git git://linuxtv.org/anttip/media_tree.git
11685 S:      Maintained
11686 F:      drivers/media/dvb-frontends/tda10071*
11688 TDA18212 MEDIA DRIVER
11689 M:      Antti Palosaari <crope@iki.fi>
11690 L:      linux-media@vger.kernel.org
11691 W:      https://linuxtv.org
11692 W:      http://palosaari.fi/linux/
11693 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11694 T:      git git://linuxtv.org/anttip/media_tree.git
11695 S:      Maintained
11696 F:      drivers/media/tuners/tda18212*
11698 TDA18218 MEDIA DRIVER
11699 M:      Antti Palosaari <crope@iki.fi>
11700 L:      linux-media@vger.kernel.org
11701 W:      https://linuxtv.org
11702 W:      http://palosaari.fi/linux/
11703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11704 T:      git git://linuxtv.org/anttip/media_tree.git
11705 S:      Maintained
11706 F:      drivers/media/tuners/tda18218*
11708 TDA18271 MEDIA DRIVER
11709 M:      Michael Krufky <mkrufky@linuxtv.org>
11710 L:      linux-media@vger.kernel.org
11711 W:      https://linuxtv.org
11712 W:      http://github.com/mkrufky
11713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11714 T:      git git://linuxtv.org/mkrufky/tuners.git
11715 S:      Maintained
11716 F:      drivers/media/tuners/tda18271*
11718 TDA827x MEDIA DRIVER
11719 M:      Michael Krufky <mkrufky@linuxtv.org>
11720 L:      linux-media@vger.kernel.org
11721 W:      https://linuxtv.org
11722 W:      http://github.com/mkrufky
11723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11724 T:      git git://linuxtv.org/mkrufky/tuners.git
11725 S:      Maintained
11726 F:      drivers/media/tuners/tda8290.*
11728 TDA8290 MEDIA DRIVER
11729 M:      Michael Krufky <mkrufky@linuxtv.org>
11730 L:      linux-media@vger.kernel.org
11731 W:      https://linuxtv.org
11732 W:      http://github.com/mkrufky
11733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11734 T:      git git://linuxtv.org/mkrufky/tuners.git
11735 S:      Maintained
11736 F:      drivers/media/tuners/tda8290.*
11738 TDA9840 MEDIA DRIVER
11739 M:      Hans Verkuil <hverkuil@xs4all.nl>
11740 L:      linux-media@vger.kernel.org
11741 T:      git git://linuxtv.org/media_tree.git
11742 W:      https://linuxtv.org
11743 S:      Maintained
11744 F:      drivers/media/i2c/tda9840*
11746 TEA5761 TUNER DRIVER
11747 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11748 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11749 L:      linux-media@vger.kernel.org
11750 W:      https://linuxtv.org
11751 T:      git git://linuxtv.org/media_tree.git
11752 S:      Odd fixes
11753 F:      drivers/media/tuners/tea5761.*
11755 TEA5767 TUNER DRIVER
11756 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11757 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11758 L:      linux-media@vger.kernel.org
11759 W:      https://linuxtv.org
11760 T:      git git://linuxtv.org/media_tree.git
11761 S:      Maintained
11762 F:      drivers/media/tuners/tea5767.*
11764 TEA6415C MEDIA DRIVER
11765 M:      Hans Verkuil <hverkuil@xs4all.nl>
11766 L:      linux-media@vger.kernel.org
11767 T:      git git://linuxtv.org/media_tree.git
11768 W:      https://linuxtv.org
11769 S:      Maintained
11770 F:      drivers/media/i2c/tea6415c*
11772 TEA6420 MEDIA DRIVER
11773 M:      Hans Verkuil <hverkuil@xs4all.nl>
11774 L:      linux-media@vger.kernel.org
11775 T:      git git://linuxtv.org/media_tree.git
11776 W:      https://linuxtv.org
11777 S:      Maintained
11778 F:      drivers/media/i2c/tea6420*
11780 TEAM DRIVER
11781 M:      Jiri Pirko <jiri@resnulli.us>
11782 L:      netdev@vger.kernel.org
11783 S:      Supported
11784 F:      drivers/net/team/
11785 F:      include/linux/if_team.h
11786 F:      include/uapi/linux/if_team.h
11788 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11789 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11790 S:      Maintained
11791 F:      arch/x86/platform/ts5500/
11793 TECHNOTREND USB IR RECEIVER
11794 M:      Sean Young <sean@mess.org>
11795 L:      linux-media@vger.kernel.org
11796 S:      Maintained
11797 F:      drivers/media/rc/ttusbir.c
11799 TEGRA ARCHITECTURE SUPPORT
11800 M:      Stephen Warren <swarren@wwwdotorg.org>
11801 M:      Thierry Reding <thierry.reding@gmail.com>
11802 M:      Alexandre Courbot <gnurou@gmail.com>
11803 L:      linux-tegra@vger.kernel.org
11804 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11806 S:      Supported
11807 N:      [^a-z]tegra
11809 TEGRA CLOCK DRIVER
11810 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11811 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11812 S:      Supported
11813 F:      drivers/clk/tegra/
11815 TEGRA DMA DRIVERS
11816 M:      Laxman Dewangan <ldewangan@nvidia.com>
11817 M:      Jon Hunter <jonathanh@nvidia.com>
11818 S:      Supported
11819 F:      drivers/dma/tegra*
11821 TEGRA I2C DRIVER
11822 M:      Laxman Dewangan <ldewangan@nvidia.com>
11823 S:      Supported
11824 F:      drivers/i2c/busses/i2c-tegra.c
11826 TEGRA IOMMU DRIVERS
11827 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11828 S:      Supported
11829 F:      drivers/iommu/tegra*
11831 TEGRA KBC DRIVER
11832 M:      Rakesh Iyer <riyer@nvidia.com>
11833 M:      Laxman Dewangan <ldewangan@nvidia.com>
11834 S:      Supported
11835 F:      drivers/input/keyboard/tegra-kbc.c
11837 TEGRA PWM DRIVER
11838 M:      Thierry Reding <thierry.reding@gmail.com>
11839 S:      Supported
11840 F:      drivers/pwm/pwm-tegra.c
11842 TEGRA SERIAL DRIVER
11843 M:      Laxman Dewangan <ldewangan@nvidia.com>
11844 S:      Supported
11845 F:      drivers/tty/serial/serial-tegra.c
11847 TEGRA SPI DRIVER
11848 M:      Laxman Dewangan <ldewangan@nvidia.com>
11849 S:      Supported
11850 F:      drivers/spi/spi-tegra*
11852 TEHUTI ETHERNET DRIVER
11853 M:      Andy Gospodarek <andy@greyhouse.net>
11854 L:      netdev@vger.kernel.org
11855 S:      Supported
11856 F:      drivers/net/ethernet/tehuti/*
11858 Telecom Clock Driver for MCPL0010
11859 M:      Mark Gross <mark.gross@intel.com>
11860 S:      Supported
11861 F:      drivers/char/tlclk.c
11863 TENSILICA XTENSA PORT (xtensa)
11864 M:      Chris Zankel <chris@zankel.net>
11865 M:      Max Filippov <jcmvbkbc@gmail.com>
11866 L:      linux-xtensa@linux-xtensa.org
11867 T:      git git://github.com/czankel/xtensa-linux.git
11868 S:      Maintained
11869 F:      arch/xtensa/
11870 F:      drivers/irqchip/irq-xtensa-*
11872 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11873 M:      Hans Verkuil <hverkuil@xs4all.nl>
11874 L:      linux-media@vger.kernel.org
11875 T:      git git://linuxtv.org/media_tree.git
11876 W:      https://linuxtv.org
11877 S:      Maintained
11878 F:      drivers/media/radio/radio-raremono.c
11880 THERMAL
11881 M:      Zhang Rui <rui.zhang@intel.com>
11882 M:      Eduardo Valentin <edubezval@gmail.com>
11883 L:      linux-pm@vger.kernel.org
11884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11886 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11887 S:      Supported
11888 F:      drivers/thermal/
11889 F:      include/linux/thermal.h
11890 F:      include/uapi/linux/thermal.h
11891 F:      include/linux/cpu_cooling.h
11892 F:      Documentation/devicetree/bindings/thermal/
11894 THERMAL/CPU_COOLING
11895 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11896 M:      Viresh Kumar <viresh.kumar@linaro.org>
11897 M:      Javi Merino <javi.merino@kernel.org>
11898 L:      linux-pm@vger.kernel.org
11899 S:      Supported
11900 F:      Documentation/thermal/cpu-cooling-api.txt
11901 F:      drivers/thermal/cpu_cooling.c
11902 F:      include/linux/cpu_cooling.h
11904 THINKPAD ACPI EXTRAS DRIVER
11905 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11906 L:      ibm-acpi-devel@lists.sourceforge.net
11907 L:      platform-driver-x86@vger.kernel.org
11908 W:      http://ibm-acpi.sourceforge.net
11909 W:      http://thinkwiki.org/wiki/Ibm-acpi
11910 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11911 S:      Maintained
11912 F:      drivers/platform/x86/thinkpad_acpi.c
11914 TI BANDGAP AND THERMAL DRIVER
11915 M:      Eduardo Valentin <edubezval@gmail.com>
11916 M:      Keerthy <j-keerthy@ti.com>
11917 L:      linux-pm@vger.kernel.org
11918 L:      linux-omap@vger.kernel.org
11919 S:      Maintained
11920 F:      drivers/thermal/ti-soc-thermal/
11922 TI VPE/CAL DRIVERS
11923 M:      Benoit Parrot <bparrot@ti.com>
11924 L:      linux-media@vger.kernel.org
11925 W:      http://linuxtv.org/
11926 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11927 S:      Maintained
11928 F:      drivers/media/platform/ti-vpe/
11930 TI CDCE706 CLOCK DRIVER
11931 M:      Max Filippov <jcmvbkbc@gmail.com>
11932 S:      Maintained
11933 F:      drivers/clk/clk-cdce706.c
11935 TI CLOCK DRIVER
11936 M:      Tero Kristo <t-kristo@ti.com>
11937 L:      linux-omap@vger.kernel.org
11938 S:      Maintained
11939 F:      drivers/clk/ti/
11940 F:      include/linux/clk/ti.h
11942 TI ETHERNET SWITCH DRIVER (CPSW)
11943 M:      Mugunthan V N <mugunthanvnm@ti.com>
11944 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11945 L:      linux-omap@vger.kernel.org
11946 L:      netdev@vger.kernel.org
11947 S:      Maintained
11948 F:      drivers/net/ethernet/ti/cpsw*
11949 F:      drivers/net/ethernet/ti/davinci*
11951 TI FLASH MEDIA INTERFACE DRIVER
11952 M:      Alex Dubov <oakad@yahoo.com>
11953 S:      Maintained
11954 F:      drivers/misc/tifm*
11955 F:      drivers/mmc/host/tifm_sd.c
11956 F:      include/linux/tifm.h
11958 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11959 M:      Santosh Shilimkar <ssantosh@kernel.org>
11960 L:      linux-kernel@vger.kernel.org
11961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11962 S:      Maintained
11963 F:      drivers/soc/ti/*
11964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11967 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11968 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11969 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11970 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11971 S:      Maintained
11972 F:      sound/soc/codecs/lm49453*
11973 F:      sound/soc/codecs/isabelle*
11975 TI LP855x BACKLIGHT DRIVER
11976 M:      Milo Kim <milo.kim@ti.com>
11977 S:      Maintained
11978 F:      Documentation/backlight/lp855x-driver.txt
11979 F:      drivers/video/backlight/lp855x_bl.c
11980 F:      include/linux/platform_data/lp855x.h
11982 TI LP8727 CHARGER DRIVER
11983 M:      Milo Kim <milo.kim@ti.com>
11984 S:      Maintained
11985 F:      drivers/power/supply/lp8727_charger.c
11986 F:      include/linux/platform_data/lp8727.h
11988 TI LP8788 MFD DRIVER
11989 M:      Milo Kim <milo.kim@ti.com>
11990 S:      Maintained
11991 F:      drivers/iio/adc/lp8788_adc.c
11992 F:      drivers/leds/leds-lp8788.c
11993 F:      drivers/mfd/lp8788*.c
11994 F:      drivers/power/supply/lp8788-charger.c
11995 F:      drivers/regulator/lp8788-*.c
11996 F:      include/linux/mfd/lp8788*.h
11998 TI NETCP ETHERNET DRIVER
11999 M:      Wingman Kwok <w-kwok2@ti.com>
12000 M:      Murali Karicheri <m-karicheri2@ti.com>
12001 L:      netdev@vger.kernel.org
12002 S:      Maintained
12003 F:      drivers/net/ethernet/ti/netcp*
12005 TI TAS571X FAMILY ASoC CODEC DRIVER
12006 M:      Kevin Cernekee <cernekee@chromium.org>
12007 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12008 S:      Odd Fixes
12009 F:      sound/soc/codecs/tas571x*
12011 TI TWL4030 SERIES SOC CODEC DRIVER
12012 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12013 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12014 S:      Maintained
12015 F:      sound/soc/codecs/twl4030*
12017 TI WILINK WIRELESS DRIVERS
12018 L:      linux-wireless@vger.kernel.org
12019 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12020 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12022 S:      Orphan
12023 F:      drivers/net/wireless/ti/
12024 F:      include/linux/wl12xx.h
12026 TIPC NETWORK LAYER
12027 M:      Jon Maloy <jon.maloy@ericsson.com>
12028 M:      Ying Xue <ying.xue@windriver.com>
12029 L:      netdev@vger.kernel.org (core kernel code)
12030 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12031 W:      http://tipc.sourceforge.net/
12032 S:      Maintained
12033 F:      include/uapi/linux/tipc*.h
12034 F:      net/tipc/
12036 TILE ARCHITECTURE
12037 M:      Chris Metcalf <cmetcalf@mellanox.com>
12038 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12040 S:      Supported
12041 F:      arch/tile/
12042 F:      drivers/char/tile-srom.c
12043 F:      drivers/edac/tile_edac.c
12044 F:      drivers/net/ethernet/tile/
12045 F:      drivers/rtc/rtc-tile.c
12046 F:      drivers/tty/hvc/hvc_tile.c
12047 F:      drivers/tty/serial/tilegx.c
12048 F:      drivers/usb/host/*-tilegx.c
12049 F:      include/linux/usb/tilegx.h
12051 TLAN NETWORK DRIVER
12052 M:      Samuel Chessman <chessman@tux.org>
12053 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12054 W:      http://sourceforge.net/projects/tlan/
12055 S:      Maintained
12056 F:      Documentation/networking/tlan.txt
12057 F:      drivers/net/ethernet/ti/tlan.*
12059 TOMOYO SECURITY MODULE
12060 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12061 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12062 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12063 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12064 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12065 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12066 W:      http://tomoyo.sourceforge.jp/
12067 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12068 S:      Maintained
12069 F:      security/tomoyo/
12071 TOPSTAR LAPTOP EXTRAS DRIVER
12072 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12073 L:      platform-driver-x86@vger.kernel.org
12074 S:      Maintained
12075 F:      drivers/platform/x86/topstar-laptop.c
12077 TOSHIBA ACPI EXTRAS DRIVER
12078 M:      Azael Avalos <coproscefalo@gmail.com>
12079 L:      platform-driver-x86@vger.kernel.org
12080 S:      Maintained
12081 F:      drivers/platform/x86/toshiba_acpi.c
12083 TOSHIBA BLUETOOTH DRIVER
12084 M:      Azael Avalos <coproscefalo@gmail.com>
12085 L:      platform-driver-x86@vger.kernel.org
12086 S:      Maintained
12087 F:      drivers/platform/x86/toshiba_bluetooth.c
12089 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12090 M:      Azael Avalos <coproscefalo@gmail.com>
12091 L:      platform-driver-x86@vger.kernel.org
12092 S:      Maintained
12093 F:      drivers/platform/x86/toshiba_haps.c
12095 TOSHIBA WMI HOTKEYS DRIVER
12096 M:      Azael Avalos <coproscefalo@gmail.com>
12097 L:      platform-driver-x86@vger.kernel.org
12098 S:      Maintained
12099 F:      drivers/platform/x86/toshiba-wmi.c
12101 TOSHIBA SMM DRIVER
12102 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12103 W:      http://www.buzzard.org.uk/toshiba/
12104 S:      Maintained
12105 F:      drivers/char/toshiba.c
12106 F:      include/linux/toshiba.h
12107 F:      include/uapi/linux/toshiba.h
12109 TOSHIBA TC358743 DRIVER
12110 M:      Mats Randgaard <matrandg@cisco.com>
12111 L:      linux-media@vger.kernel.org
12112 S:      Maintained
12113 F:      drivers/media/i2c/tc358743*
12114 F:      include/media/i2c/tc358743.h
12116 TMIO/SDHI MMC DRIVER
12117 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12118 L:      linux-mmc@vger.kernel.org
12119 S:      Supported
12120 F:      drivers/mmc/host/tmio_mmc*
12121 F:      drivers/mmc/host/sh_mobile_sdhi.c
12122 F:      include/linux/mfd/tmio.h
12124 TMP401 HARDWARE MONITOR DRIVER
12125 M:      Guenter Roeck <linux@roeck-us.net>
12126 L:      linux-hwmon@vger.kernel.org
12127 S:      Maintained
12128 F:      Documentation/hwmon/tmp401
12129 F:      drivers/hwmon/tmp401.c
12131 TMPFS (SHMEM FILESYSTEM)
12132 M:      Hugh Dickins <hughd@google.com>
12133 L:      linux-mm@kvack.org
12134 S:      Maintained
12135 F:      include/linux/shmem_fs.h
12136 F:      mm/shmem.c
12138 TM6000 VIDEO4LINUX DRIVER
12139 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12140 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12141 L:      linux-media@vger.kernel.org
12142 W:      https://linuxtv.org
12143 T:      git git://linuxtv.org/media_tree.git
12144 S:      Odd fixes
12145 F:      drivers/media/usb/tm6000/
12146 F:      Documentation/media/v4l-drivers/tm6000*
12148 TW5864 VIDEO4LINUX DRIVER
12149 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12150 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12151 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12152 L:      linux-media@vger.kernel.org
12153 S:      Supported
12154 F:      drivers/media/pci/tw5864/
12156 TW68 VIDEO4LINUX DRIVER
12157 M:      Hans Verkuil <hverkuil@xs4all.nl>
12158 L:      linux-media@vger.kernel.org
12159 T:      git git://linuxtv.org/media_tree.git
12160 W:      https://linuxtv.org
12161 S:      Odd Fixes
12162 F:      drivers/media/pci/tw68/
12164 TW686X VIDEO4LINUX DRIVER
12165 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12166 L:      linux-media@vger.kernel.org
12167 T:      git git://linuxtv.org/media_tree.git
12168 W:      http://linuxtv.org
12169 S:      Maintained
12170 F:      drivers/media/pci/tw686x/
12172 TPM DEVICE DRIVER
12173 M:      Peter Huewe <peterhuewe@gmx.de>
12174 M:      Marcel Selhorst <tpmdd@selhorst.net>
12175 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12176 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12177 W:      http://tpmdd.sourceforge.net
12178 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12179 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12180 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12181 S:      Maintained
12182 F:      drivers/char/tpm/
12184 TPM IBM_VTPM DEVICE DRIVER
12185 M:      Ashley Lai <ashleydlai@gmail.com>
12186 W:      http://tpmdd.sourceforge.net
12187 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12188 S:      Maintained
12189 F:      drivers/char/tpm/tpm_ibmvtpm*
12191 TRACING
12192 M:      Steven Rostedt <rostedt@goodmis.org>
12193 M:      Ingo Molnar <mingo@redhat.com>
12194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12195 S:      Maintained
12196 F:      Documentation/trace/ftrace.txt
12197 F:      arch/*/*/*/ftrace.h
12198 F:      arch/*/kernel/ftrace.c
12199 F:      include/*/ftrace.h
12200 F:      include/linux/trace*.h
12201 F:      include/trace/
12202 F:      kernel/trace/
12203 F:      tools/testing/selftests/ftrace/
12205 TRACING MMIO ACCESSES (MMIOTRACE)
12206 M:      Steven Rostedt <rostedt@goodmis.org>
12207 M:      Ingo Molnar <mingo@kernel.org>
12208 R:      Karol Herbst <karolherbst@gmail.com>
12209 R:      Pekka Paalanen <ppaalanen@gmail.com>
12210 S:      Maintained
12211 L:      linux-kernel@vger.kernel.org
12212 L:      nouveau@lists.freedesktop.org
12213 F:      kernel/trace/trace_mmiotrace.c
12214 F:      include/linux/mmiotrace.h
12215 F:      arch/x86/mm/kmmio.c
12216 F:      arch/x86/mm/mmio-mod.c
12217 F:      arch/x86/mm/testmmiotrace.c
12219 TRIVIAL PATCHES
12220 M:      Jiri Kosina <trivial@kernel.org>
12221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12222 S:      Maintained
12223 K:      ^Subject:.*(?i)trivial
12225 TTY LAYER
12226 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12227 M:      Jiri Slaby <jslaby@suse.com>
12228 S:      Supported
12229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12230 F:      Documentation/serial/
12231 F:      drivers/tty/
12232 F:      drivers/tty/serial/serial_core.c
12233 F:      include/linux/serial_core.h
12234 F:      include/linux/serial.h
12235 F:      include/linux/tty.h
12236 F:      include/uapi/linux/serial_core.h
12237 F:      include/uapi/linux/serial.h
12238 F:      include/uapi/linux/tty.h
12240 TUA9001 MEDIA DRIVER
12241 M:      Antti Palosaari <crope@iki.fi>
12242 L:      linux-media@vger.kernel.org
12243 W:      https://linuxtv.org
12244 W:      http://palosaari.fi/linux/
12245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12246 T:      git git://linuxtv.org/anttip/media_tree.git
12247 S:      Maintained
12248 F:      drivers/media/tuners/tua9001*
12250 TULIP NETWORK DRIVERS
12251 L:      netdev@vger.kernel.org
12252 L:      linux-parisc@vger.kernel.org
12253 S:      Orphan
12254 F:      drivers/net/ethernet/dec/tulip/
12256 TUN/TAP driver
12257 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12258 W:      http://vtun.sourceforge.net/tun
12259 S:      Maintained
12260 F:      Documentation/networking/tuntap.txt
12261 F:      arch/um/os-Linux/drivers/
12263 TURBOCHANNEL SUBSYSTEM
12264 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12265 M:      Ralf Baechle <ralf@linux-mips.org>
12266 L:      linux-mips@linux-mips.org
12267 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12268 S:      Maintained
12269 F:      drivers/tc/
12270 F:      include/linux/tc.h
12272 UBI FILE SYSTEM (UBIFS)
12273 M:      Richard Weinberger <richard@nod.at>
12274 M:      Artem Bityutskiy <dedekind1@gmail.com>
12275 M:      Adrian Hunter <adrian.hunter@intel.com>
12276 L:      linux-mtd@lists.infradead.org
12277 T:      git git://git.infradead.org/ubifs-2.6.git
12278 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12279 S:      Supported
12280 F:      Documentation/filesystems/ubifs.txt
12281 F:      fs/ubifs/
12283 UCLINUX (M68KNOMMU AND COLDFIRE)
12284 M:      Greg Ungerer <gerg@linux-m68k.org>
12285 W:      http://www.linux-m68k.org/
12286 W:      http://www.uclinux.org/
12287 L:      linux-m68k@lists.linux-m68k.org
12288 L:      uclinux-dev@uclinux.org  (subscribers-only)
12289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12290 S:      Maintained
12291 F:      arch/m68k/coldfire/
12292 F:      arch/m68k/68*/
12293 F:      arch/m68k/*/*_no.*
12294 F:      arch/m68k/include/asm/*_no.*
12296 UDF FILESYSTEM
12297 M:      Jan Kara <jack@suse.com>
12298 S:      Maintained
12299 F:      Documentation/filesystems/udf.txt
12300 F:      fs/udf/
12302 UFS FILESYSTEM
12303 M:      Evgeniy Dushistov <dushistov@mail.ru>
12304 S:      Maintained
12305 F:      Documentation/filesystems/ufs.txt
12306 F:      fs/ufs/
12308 UHID USERSPACE HID IO DRIVER:
12309 M:      David Herrmann <dh.herrmann@googlemail.com>
12310 L:      linux-input@vger.kernel.org
12311 S:      Maintained
12312 F:      drivers/hid/uhid.c
12313 F:      include/uapi/linux/uhid.h
12315 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12316 L:      linux-usb@vger.kernel.org
12317 S:      Orphan
12318 F:      drivers/uwb/
12319 F:      include/linux/uwb.h
12320 F:      include/linux/uwb/
12322 UNICORE32 ARCHITECTURE:
12323 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12324 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12325 S:      Maintained
12326 T:      git git://github.com/gxt/linux.git
12327 F:      arch/unicore32/
12329 UNIFDEF
12330 M:      Tony Finch <dot@dotat.at>
12331 W:      http://dotat.at/prog/unifdef
12332 S:      Maintained
12333 F:      scripts/unifdef.c
12335 UNIFORM CDROM DRIVER
12336 M:      Jens Axboe <axboe@kernel.dk>
12337 W:      http://www.kernel.dk
12338 S:      Maintained
12339 F:      Documentation/cdrom/
12340 F:      drivers/cdrom/cdrom.c
12341 F:      include/linux/cdrom.h
12342 F:      include/uapi/linux/cdrom.h
12344 UNISYS S-PAR DRIVERS
12345 M:      David Kershner <david.kershner@unisys.com>
12346 L:      sparmaintainer@unisys.com (Unisys internal)
12347 S:      Supported
12348 F:      drivers/staging/unisys/
12350 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12351 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12352 L:      linux-scsi@vger.kernel.org
12353 S:      Supported
12354 F:      Documentation/scsi/ufs.txt
12355 F:      drivers/scsi/ufs/
12357 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12358 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12359 L:      linux-scsi@vger.kernel.org
12360 S:      Supported
12361 F:      drivers/scsi/ufs/*dwc*
12363 UNSORTED BLOCK IMAGES (UBI)
12364 M:      Artem Bityutskiy <dedekind1@gmail.com>
12365 M:      Richard Weinberger <richard@nod.at>
12366 W:      http://www.linux-mtd.infradead.org/
12367 L:      linux-mtd@lists.infradead.org
12368 T:      git git://git.infradead.org/ubifs-2.6.git
12369 S:      Supported
12370 F:      drivers/mtd/ubi/
12371 F:      include/linux/mtd/ubi.h
12372 F:      include/uapi/mtd/ubi-user.h
12374 USB ACM DRIVER
12375 M:      Oliver Neukum <oneukum@suse.com>
12376 L:      linux-usb@vger.kernel.org
12377 S:      Maintained
12378 F:      Documentation/usb/acm.txt
12379 F:      drivers/usb/class/cdc-acm.*
12381 USB AR5523 WIRELESS DRIVER
12382 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12383 L:      linux-wireless@vger.kernel.org
12384 S:      Maintained
12385 F:      drivers/net/wireless/ath/ar5523/
12387 USB ATTACHED SCSI
12388 M:      Oliver Neukum <oneukum@suse.com>
12389 L:      linux-usb@vger.kernel.org
12390 L:      linux-scsi@vger.kernel.org
12391 S:      Maintained
12392 F:      drivers/usb/storage/uas.c
12394 USB CDC ETHERNET DRIVER
12395 M:      Oliver Neukum <oliver@neukum.org>
12396 L:      linux-usb@vger.kernel.org
12397 S:      Maintained
12398 F:      drivers/net/usb/cdc_*.c
12399 F:      include/uapi/linux/usb/cdc.h
12401 USB CHAOSKEY DRIVER
12402 M:      Keith Packard <keithp@keithp.com>
12403 L:      linux-usb@vger.kernel.org
12404 S:      Maintained
12405 F:      drivers/usb/misc/chaoskey.c
12407 USB CYPRESS C67X00 DRIVER
12408 M:      Peter Korsgaard <jacmet@sunsite.dk>
12409 L:      linux-usb@vger.kernel.org
12410 S:      Maintained
12411 F:      drivers/usb/c67x00/
12413 USB DAVICOM DM9601 DRIVER
12414 M:      Peter Korsgaard <jacmet@sunsite.dk>
12415 L:      netdev@vger.kernel.org
12416 W:      http://www.linux-usb.org/usbnet
12417 S:      Maintained
12418 F:      drivers/net/usb/dm9601.c
12420 USB DIAMOND RIO500 DRIVER
12421 M:      Cesar Miquel <miquel@df.uba.ar>
12422 L:      rio500-users@lists.sourceforge.net
12423 W:      http://rio500.sourceforge.net
12424 S:      Maintained
12425 F:      drivers/usb/misc/rio500*
12427 USB EHCI DRIVER
12428 M:      Alan Stern <stern@rowland.harvard.edu>
12429 L:      linux-usb@vger.kernel.org
12430 S:      Maintained
12431 F:      Documentation/usb/ehci.txt
12432 F:      drivers/usb/host/ehci*
12434 USB GADGET/PERIPHERAL SUBSYSTEM
12435 M:      Felipe Balbi <balbi@kernel.org>
12436 L:      linux-usb@vger.kernel.org
12437 W:      http://www.linux-usb.org/gadget
12438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12439 S:      Maintained
12440 F:      drivers/usb/gadget/
12441 F:      include/linux/usb/gadget*
12443 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12444 M:      Jiri Kosina <jikos@kernel.org>
12445 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12446 L:      linux-usb@vger.kernel.org
12447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12448 S:      Maintained
12449 F:      Documentation/hid/hiddev.txt
12450 F:      drivers/hid/usbhid/
12452 USB ISP116X DRIVER
12453 M:      Olav Kongas <ok@artecdesign.ee>
12454 L:      linux-usb@vger.kernel.org
12455 S:      Maintained
12456 F:      drivers/usb/host/isp116x*
12457 F:      include/linux/usb/isp116x.h
12459 USB LAN78XX ETHERNET DRIVER
12460 M:      Woojung Huh <woojung.huh@microchip.com>
12461 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12462 L:      netdev@vger.kernel.org
12463 S:      Maintained
12464 F:      drivers/net/usb/lan78xx.*
12466 USB MASS STORAGE DRIVER
12467 M:      Alan Stern <stern@rowland.harvard.edu>
12468 L:      linux-usb@vger.kernel.org
12469 L:      usb-storage@lists.one-eyed-alien.net
12470 S:      Maintained
12471 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12472 F:      drivers/usb/storage/
12474 USB MIDI DRIVER
12475 M:      Clemens Ladisch <clemens@ladisch.de>
12476 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12477 T:      git git://git.alsa-project.org/alsa-kernel.git
12478 S:      Maintained
12479 F:      sound/usb/midi.*
12481 USB NETWORKING DRIVERS
12482 L:      linux-usb@vger.kernel.org
12483 S:      Odd Fixes
12484 F:      drivers/net/usb/
12486 USB OHCI DRIVER
12487 M:      Alan Stern <stern@rowland.harvard.edu>
12488 L:      linux-usb@vger.kernel.org
12489 S:      Maintained
12490 F:      Documentation/usb/ohci.txt
12491 F:      drivers/usb/host/ohci*
12493 USB OTG FSM (Finite State Machine)
12494 M:      Peter Chen <Peter.Chen@nxp.com>
12495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12496 L:      linux-usb@vger.kernel.org
12497 S:      Maintained
12498 F:      drivers/usb/common/usb-otg-fsm.c
12500 USB OVER IP DRIVER
12501 M:      Valentina Manea <valentina.manea.m@gmail.com>
12502 M:      Shuah Khan <shuahkh@osg.samsung.com>
12503 M:      Shuah Khan <shuah@kernel.org>
12504 L:      linux-usb@vger.kernel.org
12505 S:      Maintained
12506 F:      Documentation/usb/usbip_protocol.txt
12507 F:      drivers/usb/usbip/
12508 F:      tools/usb/usbip/
12510 USB PEGASUS DRIVER
12511 M:      Petko Manolov <petkan@nucleusys.com>
12512 L:      linux-usb@vger.kernel.org
12513 L:      netdev@vger.kernel.org
12514 T:      git git://github.com/petkan/pegasus.git
12515 W:      https://github.com/petkan/pegasus
12516 S:      Maintained
12517 F:      drivers/net/usb/pegasus.*
12519 USB PHY LAYER
12520 M:      Felipe Balbi <balbi@kernel.org>
12521 L:      linux-usb@vger.kernel.org
12522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12523 S:      Maintained
12524 F:      drivers/usb/phy/
12526 USB PRINTER DRIVER (usblp)
12527 M:      Pete Zaitcev <zaitcev@redhat.com>
12528 L:      linux-usb@vger.kernel.org
12529 S:      Supported
12530 F:      drivers/usb/class/usblp.c
12532 USB QMI WWAN NETWORK DRIVER
12533 M:      Bjørn Mork <bjorn@mork.no>
12534 L:      netdev@vger.kernel.org
12535 S:      Maintained
12536 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12537 F:      drivers/net/usb/qmi_wwan.c
12539 USB RTL8150 DRIVER
12540 M:      Petko Manolov <petkan@nucleusys.com>
12541 L:      linux-usb@vger.kernel.org
12542 L:      netdev@vger.kernel.org
12543 T:      git git://github.com/petkan/rtl8150.git
12544 W:      https://github.com/petkan/rtl8150
12545 S:      Maintained
12546 F:      drivers/net/usb/rtl8150.c
12548 USB SERIAL SUBSYSTEM
12549 M:      Johan Hovold <johan@kernel.org>
12550 L:      linux-usb@vger.kernel.org
12551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12552 S:      Maintained
12553 F:      Documentation/usb/usb-serial.txt
12554 F:      drivers/usb/serial/
12555 F:      include/linux/usb/serial.h
12557 USB SMSC75XX ETHERNET DRIVER
12558 M:      Steve Glendinning <steve.glendinning@shawell.net>
12559 L:      netdev@vger.kernel.org
12560 S:      Maintained
12561 F:      drivers/net/usb/smsc75xx.*
12563 USB SMSC95XX ETHERNET DRIVER
12564 M:      Steve Glendinning <steve.glendinning@shawell.net>
12565 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12566 L:      netdev@vger.kernel.org
12567 S:      Maintained
12568 F:      drivers/net/usb/smsc95xx.*
12570 USB SUBSYSTEM
12571 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12572 L:      linux-usb@vger.kernel.org
12573 W:      http://www.linux-usb.org
12574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12575 S:      Supported
12576 F:      Documentation/devicetree/bindings/usb/
12577 F:      Documentation/usb/
12578 F:      drivers/usb/
12579 F:      include/linux/usb.h
12580 F:      include/linux/usb/
12582 USB UHCI DRIVER
12583 M:      Alan Stern <stern@rowland.harvard.edu>
12584 L:      linux-usb@vger.kernel.org
12585 S:      Maintained
12586 F:      drivers/usb/host/uhci*
12588 USB "USBNET" DRIVER FRAMEWORK
12589 M:      Oliver Neukum <oneukum@suse.com>
12590 L:      netdev@vger.kernel.org
12591 W:      http://www.linux-usb.org/usbnet
12592 S:      Maintained
12593 F:      drivers/net/usb/usbnet.c
12594 F:      include/linux/usb/usbnet.h
12596 USB VIDEO CLASS
12597 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12598 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12599 L:      linux-media@vger.kernel.org
12600 T:      git git://linuxtv.org/media_tree.git
12601 W:      http://www.ideasonboard.org/uvc/
12602 S:      Maintained
12603 F:      drivers/media/usb/uvc/
12604 F:      include/uapi/linux/uvcvideo.h
12606 USB VISION DRIVER
12607 M:      Hans Verkuil <hverkuil@xs4all.nl>
12608 L:      linux-media@vger.kernel.org
12609 T:      git git://linuxtv.org/media_tree.git
12610 W:      https://linuxtv.org
12611 S:      Odd Fixes
12612 F:      drivers/media/usb/usbvision/
12614 USB WEBCAM GADGET
12615 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12616 L:      linux-usb@vger.kernel.org
12617 S:      Maintained
12618 F:      drivers/usb/gadget/function/*uvc*
12619 F:      drivers/usb/gadget/legacy/webcam.c
12621 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12622 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12623 L:      linux-wireless@vger.kernel.org
12624 S:      Maintained
12625 F:      drivers/net/wireless/rndis_wlan.c
12627 USB XHCI DRIVER
12628 M:      Mathias Nyman <mathias.nyman@intel.com>
12629 L:      linux-usb@vger.kernel.org
12630 S:      Supported
12631 F:      drivers/usb/host/xhci*
12632 F:      drivers/usb/host/pci-quirks*
12634 USB ZD1201 DRIVER
12635 L:      linux-wireless@vger.kernel.org
12636 W:      http://linux-lc100020.sourceforge.net
12637 S:      Orphan
12638 F:      drivers/net/wireless/zydas/zd1201.*
12640 USB ZR364XX DRIVER
12641 M:      Antoine Jacquet <royale@zerezo.com>
12642 L:      linux-usb@vger.kernel.org
12643 L:      linux-media@vger.kernel.org
12644 T:      git git://linuxtv.org/media_tree.git
12645 W:      http://royale.zerezo.com/zr364xx/
12646 S:      Maintained
12647 F:      Documentation/media/v4l-drivers/zr364xx*
12648 F:      drivers/media/usb/zr364xx/
12650 ULPI BUS
12651 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12652 L:      linux-usb@vger.kernel.org
12653 S:      Maintained
12654 F:      drivers/usb/common/ulpi.c
12655 F:      include/linux/ulpi/
12657 USER-MODE LINUX (UML)
12658 M:      Jeff Dike <jdike@addtoit.com>
12659 M:      Richard Weinberger <richard@nod.at>
12660 L:      user-mode-linux-devel@lists.sourceforge.net
12661 L:      user-mode-linux-user@lists.sourceforge.net
12662 W:      http://user-mode-linux.sourceforge.net
12663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12664 S:      Maintained
12665 F:      Documentation/virtual/uml/
12666 F:      arch/um/
12667 F:      arch/x86/um/
12668 F:      fs/hostfs/
12669 F:      fs/hppfs/
12671 USERSPACE I/O (UIO)
12672 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12673 S:      Maintained
12674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12675 F:      Documentation/DocBook/uio-howto.tmpl
12676 F:      drivers/uio/
12677 F:      include/linux/uio*.h
12679 UTIL-LINUX PACKAGE
12680 M:      Karel Zak <kzak@redhat.com>
12681 L:      util-linux@vger.kernel.org
12682 W:      http://en.wikipedia.org/wiki/Util-linux
12683 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12684 S:      Maintained
12686 UVESAFB DRIVER
12687 M:      Michal Januszewski <spock@gentoo.org>
12688 L:      linux-fbdev@vger.kernel.org
12689 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12690 S:      Maintained
12691 F:      Documentation/fb/uvesafb.txt
12692 F:      drivers/video/fbdev/uvesafb.*
12694 VF610 NAND DRIVER
12695 M:      Stefan Agner <stefan@agner.ch>
12696 L:      linux-mtd@lists.infradead.org
12697 S:      Supported
12698 F:      drivers/mtd/nand/vf610_nfc.c
12700 VFAT/FAT/MSDOS FILESYSTEM
12701 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12702 S:      Maintained
12703 F:      Documentation/filesystems/vfat.txt
12704 F:      fs/fat/
12706 VFIO DRIVER
12707 M:      Alex Williamson <alex.williamson@redhat.com>
12708 L:      kvm@vger.kernel.org
12709 T:      git git://github.com/awilliam/linux-vfio.git
12710 S:      Maintained
12711 F:      Documentation/vfio.txt
12712 F:      drivers/vfio/
12713 F:      include/linux/vfio.h
12714 F:      include/uapi/linux/vfio.h
12716 VFIO PLATFORM DRIVER
12717 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12718 L:      kvm@vger.kernel.org
12719 S:      Maintained
12720 F:      drivers/vfio/platform/
12722 VIDEOBUF2 FRAMEWORK
12723 M:      Pawel Osciak <pawel@osciak.com>
12724 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12725 M:      Kyungmin Park <kyungmin.park@samsung.com>
12726 L:      linux-media@vger.kernel.org
12727 S:      Maintained
12728 F:      drivers/media/v4l2-core/videobuf2-*
12729 F:      include/media/videobuf2-*
12731 VIRTIO AND VHOST VSOCK DRIVER
12732 M:      Stefan Hajnoczi <stefanha@redhat.com>
12733 L:      kvm@vger.kernel.org
12734 L:      virtualization@lists.linux-foundation.org
12735 L:      netdev@vger.kernel.org
12736 S:      Maintained
12737 F:      include/linux/virtio_vsock.h
12738 F:      include/uapi/linux/virtio_vsock.h
12739 F:      net/vmw_vsock/virtio_transport_common.c
12740 F:      net/vmw_vsock/virtio_transport.c
12741 F:      drivers/vhost/vsock.c
12742 F:      drivers/vhost/vsock.h
12744 VIRTUAL SERIO DEVICE DRIVER
12745 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12746 S:      Maintained
12747 F:      drivers/input/serio/userio.c
12748 F:      include/uapi/linux/userio.h
12750 VIRTIO CONSOLE DRIVER
12751 M:      Amit Shah <amit.shah@redhat.com>
12752 L:      virtualization@lists.linux-foundation.org
12753 S:      Maintained
12754 F:      drivers/char/virtio_console.c
12755 F:      include/linux/virtio_console.h
12756 F:      include/uapi/linux/virtio_console.h
12758 VIRTIO CORE, NET AND BLOCK DRIVERS
12759 M:      "Michael S. Tsirkin" <mst@redhat.com>
12760 L:      virtualization@lists.linux-foundation.org
12761 S:      Maintained
12762 F:      Documentation/devicetree/bindings/virtio/
12763 F:      drivers/virtio/
12764 F:      tools/virtio/
12765 F:      drivers/net/virtio_net.c
12766 F:      drivers/block/virtio_blk.c
12767 F:      include/linux/virtio_*.h
12768 F:      include/uapi/linux/virtio_*.h
12770 VIRTIO DRIVERS FOR S390
12771 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12772 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12773 L:      linux-s390@vger.kernel.org
12774 L:      virtualization@lists.linux-foundation.org
12775 L:      kvm@vger.kernel.org
12776 S:      Supported
12777 F:      drivers/s390/virtio/
12779 VIRTIO GPU DRIVER
12780 M:      David Airlie <airlied@linux.ie>
12781 M:      Gerd Hoffmann <kraxel@redhat.com>
12782 L:      dri-devel@lists.freedesktop.org
12783 L:      virtualization@lists.linux-foundation.org
12784 S:      Maintained
12785 F:      drivers/gpu/drm/virtio/
12786 F:      include/uapi/linux/virtio_gpu.h
12788 VIRTIO HOST (VHOST)
12789 M:      "Michael S. Tsirkin" <mst@redhat.com>
12790 L:      kvm@vger.kernel.org
12791 L:      virtualization@lists.linux-foundation.org
12792 L:      netdev@vger.kernel.org
12793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12794 S:      Maintained
12795 F:      drivers/vhost/
12796 F:      include/uapi/linux/vhost.h
12798 VIRTIO INPUT DRIVER
12799 M:      Gerd Hoffmann <kraxel@redhat.com>
12800 S:      Maintained
12801 F:      drivers/virtio/virtio_input.c
12802 F:      include/uapi/linux/virtio_input.h
12804 VIA RHINE NETWORK DRIVER
12805 S:      Orphan
12806 F:      drivers/net/ethernet/via/via-rhine.c
12808 VIA SD/MMC CARD CONTROLLER DRIVER
12809 M:      Bruce Chang <brucechang@via.com.tw>
12810 M:      Harald Welte <HaraldWelte@viatech.com>
12811 S:      Maintained
12812 F:      drivers/mmc/host/via-sdmmc.c
12814 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12815 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12816 L:      linux-fbdev@vger.kernel.org
12817 S:      Maintained
12818 F:      include/linux/via-core.h
12819 F:      include/linux/via-gpio.h
12820 F:      include/linux/via_i2c.h
12821 F:      drivers/video/fbdev/via/
12823 VIA VELOCITY NETWORK DRIVER
12824 M:      Francois Romieu <romieu@fr.zoreil.com>
12825 L:      netdev@vger.kernel.org
12826 S:      Maintained
12827 F:      drivers/net/ethernet/via/via-velocity.*
12829 VIRT LIB
12830 M:      Alex Williamson <alex.williamson@redhat.com>
12831 M:      Paolo Bonzini <pbonzini@redhat.com>
12832 L:      kvm@vger.kernel.org
12833 S:      Supported
12834 F:      virt/lib/
12836 VIVID VIRTUAL VIDEO DRIVER
12837 M:      Hans Verkuil <hverkuil@xs4all.nl>
12838 L:      linux-media@vger.kernel.org
12839 T:      git git://linuxtv.org/media_tree.git
12840 W:      https://linuxtv.org
12841 S:      Maintained
12842 F:      drivers/media/platform/vivid/*
12844 VLAN (802.1Q)
12845 M:      Patrick McHardy <kaber@trash.net>
12846 L:      netdev@vger.kernel.org
12847 S:      Maintained
12848 F:      drivers/net/macvlan.c
12849 F:      include/linux/if_*vlan.h
12850 F:      net/8021q/
12852 VLYNQ BUS
12853 M:      Florian Fainelli <f.fainelli@gmail.com>
12854 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12855 S:      Maintained
12856 F:      drivers/vlynq/vlynq.c
12857 F:      include/linux/vlynq.h
12859 VME SUBSYSTEM
12860 M:      Martyn Welch <martyn@welchs.me.uk>
12861 M:      Manohar Vanga <manohar.vanga@gmail.com>
12862 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12863 L:      devel@driverdev.osuosl.org
12864 S:      Maintained
12865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12866 F:      Documentation/vme_api.txt
12867 F:      drivers/staging/vme/
12868 F:      drivers/vme/
12869 F:      include/linux/vme*
12871 VMWARE HYPERVISOR INTERFACE
12872 M:      Alok Kataria <akataria@vmware.com>
12873 L:      virtualization@lists.linux-foundation.org
12874 S:      Supported
12875 F:      arch/x86/kernel/cpu/vmware.c
12877 VMWARE BALLOON DRIVER
12878 M:      Xavier Deguillard <xdeguillard@vmware.com>
12879 M:      Philip Moltmann <moltmann@vmware.com>
12880 M:      "VMware, Inc." <pv-drivers@vmware.com>
12881 L:      linux-kernel@vger.kernel.org
12882 S:      Maintained
12883 F:      drivers/misc/vmw_balloon.c
12885 VMWARE VMMOUSE SUBDRIVER
12886 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12887 M:      "VMware, Inc." <pv-drivers@vmware.com>
12888 L:      linux-input@vger.kernel.org
12889 S:      Maintained
12890 F:      drivers/input/mouse/vmmouse.c
12891 F:      drivers/input/mouse/vmmouse.h
12893 VMWARE VMXNET3 ETHERNET DRIVER
12894 M:      Shrikrishna Khare <skhare@vmware.com>
12895 M:      "VMware, Inc." <pv-drivers@vmware.com>
12896 L:      netdev@vger.kernel.org
12897 S:      Maintained
12898 F:      drivers/net/vmxnet3/
12900 VMware PVSCSI driver
12901 M:      Jim Gill <jgill@vmware.com>
12902 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12903 L:      linux-scsi@vger.kernel.org
12904 S:      Maintained
12905 F:      drivers/scsi/vmw_pvscsi.c
12906 F:      drivers/scsi/vmw_pvscsi.h
12908 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12909 M:      Liam Girdwood <lgirdwood@gmail.com>
12910 M:      Mark Brown <broonie@kernel.org>
12911 L:      linux-kernel@vger.kernel.org
12912 W:      http://www.slimlogic.co.uk/?p=48
12913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12914 S:      Supported
12915 F:      Documentation/devicetree/bindings/regulator/
12916 F:      drivers/regulator/
12917 F:      include/dt-bindings/regulator/
12918 F:      include/linux/regulator/
12921 M:      David Ahern <dsa@cumulusnetworks.com>
12922 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12923 L:      netdev@vger.kernel.org
12924 S:      Maintained
12925 F:      drivers/net/vrf.c
12926 F:      Documentation/networking/vrf.txt
12928 VT1211 HARDWARE MONITOR DRIVER
12929 M:      Juerg Haefliger <juergh@gmail.com>
12930 L:      linux-hwmon@vger.kernel.org
12931 S:      Maintained
12932 F:      Documentation/hwmon/vt1211
12933 F:      drivers/hwmon/vt1211.c
12935 VT8231 HARDWARE MONITOR DRIVER
12936 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12937 L:      linux-hwmon@vger.kernel.org
12938 S:      Maintained
12939 F:      drivers/hwmon/vt8231.c
12941 VUB300 USB to SDIO/SD/MMC bridge chip
12942 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12943 L:      linux-mmc@vger.kernel.org
12944 L:      linux-usb@vger.kernel.org
12945 S:      Supported
12946 F:      drivers/mmc/host/vub300.c
12948 W1 DALLAS'S 1-WIRE BUS
12949 M:      Evgeniy Polyakov <zbr@ioremap.net>
12950 S:      Maintained
12951 F:      Documentation/w1/
12952 F:      drivers/w1/
12954 W83791D HARDWARE MONITORING DRIVER
12955 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12956 L:      linux-hwmon@vger.kernel.org
12957 S:      Maintained
12958 F:      Documentation/hwmon/w83791d
12959 F:      drivers/hwmon/w83791d.c
12961 W83793 HARDWARE MONITORING DRIVER
12962 M:      Rudolf Marek <r.marek@assembler.cz>
12963 L:      linux-hwmon@vger.kernel.org
12964 S:      Maintained
12965 F:      Documentation/hwmon/w83793
12966 F:      drivers/hwmon/w83793.c
12968 W83795 HARDWARE MONITORING DRIVER
12969 M:      Jean Delvare <jdelvare@suse.com>
12970 L:      linux-hwmon@vger.kernel.org
12971 S:      Maintained
12972 F:      drivers/hwmon/w83795.c
12974 W83L51xD SD/MMC CARD INTERFACE DRIVER
12975 M:      Pierre Ossman <pierre@ossman.eu>
12976 S:      Maintained
12977 F:      drivers/mmc/host/wbsd.*
12979 WACOM PROTOCOL 4 SERIAL TABLETS
12980 M:      Julian Squires <julian@cipht.net>
12981 M:      Hans de Goede <hdegoede@redhat.com>
12982 L:      linux-input@vger.kernel.org
12983 S:      Maintained
12984 F:      drivers/input/tablet/wacom_serial4.c
12986 WATCHDOG DEVICE DRIVERS
12987 M:      Wim Van Sebroeck <wim@iguana.be>
12988 R:      Guenter Roeck <linux@roeck-us.net>
12989 L:      linux-watchdog@vger.kernel.org
12990 W:      http://www.linux-watchdog.org/
12991 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12992 S:      Maintained
12993 F:      Documentation/devicetree/bindings/watchdog/
12994 F:      Documentation/watchdog/
12995 F:      drivers/watchdog/
12996 F:      include/linux/watchdog.h
12997 F:      include/uapi/linux/watchdog.h
12999 WIIMOTE HID DRIVER
13000 M:      David Herrmann <dh.herrmann@googlemail.com>
13001 L:      linux-input@vger.kernel.org
13002 S:      Maintained
13003 F:      drivers/hid/hid-wiimote*
13005 WINBOND CIR DRIVER
13006 M:      David Härdeman <david@hardeman.nu>
13007 S:      Maintained
13008 F:      drivers/media/rc/winbond-cir.c
13010 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13011 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13012 L:      linux-watchdog@vger.kernel.org
13013 S:      Maintained
13014 F:      drivers/watchdog/ebc-c384_wdt.c
13016 WINSYSTEMS WS16C48 GPIO DRIVER
13017 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13018 L:      linux-gpio@vger.kernel.org
13019 S:      Maintained
13020 F:      drivers/gpio/gpio-ws16c48.c
13022 WIMAX STACK
13023 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13024 M:      linux-wimax@intel.com
13025 L:      wimax@linuxwimax.org (subscribers-only)
13026 S:      Supported
13027 W:      http://linuxwimax.org
13028 F:      Documentation/wimax/README.wimax
13029 F:      include/linux/wimax/debug.h
13030 F:      include/net/wimax.h
13031 F:      include/uapi/linux/wimax.h
13032 F:      net/wimax/
13034 WISTRON LAPTOP BUTTON DRIVER
13035 M:      Miloslav Trmac <mitr@volny.cz>
13036 S:      Maintained
13037 F:      drivers/input/misc/wistron_btns.c
13039 WL3501 WIRELESS PCMCIA CARD DRIVER
13040 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13041 L:      linux-wireless@vger.kernel.org
13042 W:      http://oops.ghostprotocols.net:81/blog
13043 S:      Maintained
13044 F:      drivers/net/wireless/wl3501*
13046 WOLFSON MICROELECTRONICS DRIVERS
13047 L:      patches@opensource.wolfsonmicro.com
13048 T:      git https://github.com/CirrusLogic/linux-drivers.git
13049 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13050 S:      Supported
13051 F:      Documentation/hwmon/wm83??
13052 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13053 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13054 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13055 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13056 F:      drivers/clk/clk-wm83*.c
13057 F:      drivers/extcon/extcon-arizona.c
13058 F:      drivers/leds/leds-wm83*.c
13059 F:      drivers/gpio/gpio-*wm*.c
13060 F:      drivers/gpio/gpio-arizona.c
13061 F:      drivers/hwmon/wm83??-hwmon.c
13062 F:      drivers/input/misc/wm831x-on.c
13063 F:      drivers/input/touchscreen/wm831x-ts.c
13064 F:      drivers/input/touchscreen/wm97*.c
13065 F:      drivers/mfd/arizona*
13066 F:      drivers/mfd/wm*.c
13067 F:      drivers/mfd/cs47l24*
13068 F:      drivers/power/supply/wm83*.c
13069 F:      drivers/rtc/rtc-wm83*.c
13070 F:      drivers/regulator/wm8*.c
13071 F:      drivers/video/backlight/wm83*_bl.c
13072 F:      drivers/watchdog/wm83*_wdt.c
13073 F:      include/linux/mfd/arizona/
13074 F:      include/linux/mfd/wm831x/
13075 F:      include/linux/mfd/wm8350/
13076 F:      include/linux/mfd/wm8400*
13077 F:      include/linux/wm97xx.h
13078 F:      include/sound/wm????.h
13079 F:      sound/soc/codecs/arizona.?
13080 F:      sound/soc/codecs/wm*
13081 F:      sound/soc/codecs/cs47l24*
13083 WORKQUEUE
13084 M:      Tejun Heo <tj@kernel.org>
13085 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13087 S:      Maintained
13088 F:      include/linux/workqueue.h
13089 F:      kernel/workqueue.c
13090 F:      Documentation/workqueue.txt
13092 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13093 M:      Chen-Yu Tsai <wens@csie.org>
13094 L:      linux-kernel@vger.kernel.org
13095 S:      Maintained
13096 N:      axp[128]
13098 X.25 NETWORK LAYER
13099 M:      Andrew Hendry <andrew.hendry@gmail.com>
13100 L:      linux-x25@vger.kernel.org
13101 S:      Odd Fixes
13102 F:      Documentation/networking/x25*
13103 F:      include/net/x25*
13104 F:      net/x25/
13106 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13107 M:      Thomas Gleixner <tglx@linutronix.de>
13108 M:      Ingo Molnar <mingo@redhat.com>
13109 M:      "H. Peter Anvin" <hpa@zytor.com>
13110 M:      x86@kernel.org
13111 L:      linux-kernel@vger.kernel.org
13112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13113 S:      Maintained
13114 F:      Documentation/x86/
13115 F:      arch/x86/
13117 X86 PLATFORM DRIVERS
13118 M:      Darren Hart <dvhart@infradead.org>
13119 L:      platform-driver-x86@vger.kernel.org
13120 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13121 S:      Maintained
13122 F:      drivers/platform/x86/
13123 F:      drivers/platform/olpc/
13125 X86 MCE INFRASTRUCTURE
13126 M:      Tony Luck <tony.luck@intel.com>
13127 M:      Borislav Petkov <bp@alien8.de>
13128 L:      linux-edac@vger.kernel.org
13129 S:      Maintained
13130 F:      arch/x86/kernel/cpu/mcheck/*
13132 X86 MICROCODE UPDATE SUPPORT
13133 M:      Borislav Petkov <bp@alien8.de>
13134 S:      Maintained
13135 F:      arch/x86/kernel/cpu/microcode/*
13137 X86 VDSO
13138 M:      Andy Lutomirski <luto@amacapital.net>
13139 L:      linux-kernel@vger.kernel.org
13140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13141 S:      Maintained
13142 F:      arch/x86/entry/vdso/
13144 XC2028/3028 TUNER DRIVER
13145 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13146 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13147 L:      linux-media@vger.kernel.org
13148 W:      https://linuxtv.org
13149 T:      git git://linuxtv.org/media_tree.git
13150 S:      Maintained
13151 F:      drivers/media/tuners/tuner-xc2028.*
13153 XEN HYPERVISOR INTERFACE
13154 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13155 M:      David Vrabel <david.vrabel@citrix.com>
13156 M:      Juergen Gross <jgross@suse.com>
13157 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13159 S:      Supported
13160 F:      arch/x86/xen/
13161 F:      drivers/*/xen-*front.c
13162 F:      drivers/xen/
13163 F:      arch/x86/include/asm/xen/
13164 F:      include/xen/
13165 F:      include/uapi/xen/
13167 XEN HYPERVISOR ARM
13168 M:      Stefano Stabellini <sstabellini@kernel.org>
13169 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13170 S:      Maintained
13171 F:      arch/arm/xen/
13172 F:      arch/arm/include/asm/xen/
13174 XEN HYPERVISOR ARM64
13175 M:      Stefano Stabellini <sstabellini@kernel.org>
13176 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13177 S:      Maintained
13178 F:      arch/arm64/xen/
13179 F:      arch/arm64/include/asm/xen/
13181 XEN NETWORK BACKEND DRIVER
13182 M:      Wei Liu <wei.liu2@citrix.com>
13183 M:      Paul Durrant <paul.durrant@citrix.com>
13184 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13185 L:      netdev@vger.kernel.org
13186 S:      Supported
13187 F:      drivers/net/xen-netback/*
13189 XEN PCI SUBSYSTEM
13190 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13191 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13192 S:      Supported
13193 F:      arch/x86/pci/*xen*
13194 F:      drivers/pci/*xen*
13196 XEN BLOCK SUBSYSTEM
13197 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13198 M:      Roger Pau Monné <roger.pau@citrix.com>
13199 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13200 S:      Supported
13201 F:      drivers/block/xen-blkback/*
13202 F:      drivers/block/xen*
13204 XEN PVSCSI DRIVERS
13205 M:      Juergen Gross <jgross@suse.com>
13206 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13207 L:      linux-scsi@vger.kernel.org
13208 S:      Supported
13209 F:      drivers/scsi/xen-scsifront.c
13210 F:      drivers/xen/xen-scsiback.c
13211 F:      include/xen/interface/io/vscsiif.h
13213 XEN SWIOTLB SUBSYSTEM
13214 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13215 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13216 S:      Supported
13217 F:      arch/x86/xen/*swiotlb*
13218 F:      drivers/xen/*swiotlb*
13220 XFS FILESYSTEM
13221 M:      Dave Chinner <david@fromorbit.com>
13222 M:      linux-xfs@vger.kernel.org
13223 L:      linux-xfs@vger.kernel.org
13224 W:      http://xfs.org/
13225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13226 S:      Supported
13227 F:      Documentation/filesystems/xfs.txt
13228 F:      fs/xfs/
13230 XILINX AXI ETHERNET DRIVER
13231 M:      Anirudha Sarangi <anirudh@xilinx.com>
13232 M:      John Linn <John.Linn@xilinx.com>
13233 S:      Maintained
13234 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13236 XILINX UARTLITE SERIAL DRIVER
13237 M:      Peter Korsgaard <jacmet@sunsite.dk>
13238 L:      linux-serial@vger.kernel.org
13239 S:      Maintained
13240 F:      drivers/tty/serial/uartlite.c
13242 XILINX VIDEO IP CORES
13243 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13244 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13245 L:      linux-media@vger.kernel.org
13246 T:      git git://linuxtv.org/media_tree.git
13247 S:      Supported
13248 F:      Documentation/devicetree/bindings/media/xilinx/
13249 F:      drivers/media/platform/xilinx/
13250 F:      include/uapi/linux/xilinx-v4l2-controls.h
13252 XILLYBUS DRIVER
13253 M:      Eli Billauer <eli.billauer@gmail.com>
13254 L:      linux-kernel@vger.kernel.org
13255 S:      Supported
13256 F:      drivers/char/xillybus/
13258 XTENSA XTFPGA PLATFORM SUPPORT
13259 M:      Max Filippov <jcmvbkbc@gmail.com>
13260 L:      linux-xtensa@linux-xtensa.org
13261 S:      Maintained
13262 F:      drivers/spi/spi-xtensa-xtfpga.c
13263 F:      sound/soc/xtensa/xtfpga-i2s.c
13265 YAM DRIVER FOR AX.25
13266 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13267 L:      linux-hams@vger.kernel.org
13268 S:      Maintained
13269 F:      drivers/net/hamradio/yam*
13270 F:      include/linux/yam.h
13272 YEALINK PHONE DRIVER
13273 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13274 L:      usbb2k-api-dev@nongnu.org
13275 S:      Maintained
13276 F:      Documentation/input/yealink.txt
13277 F:      drivers/input/misc/yealink.*
13279 Z8530 DRIVER FOR AX.25
13280 M:      Joerg Reuter <jreuter@yaina.de>
13281 W:      http://yaina.de/jreuter/
13282 W:      http://www.qsl.net/dl1bke/
13283 L:      linux-hams@vger.kernel.org
13284 S:      Maintained
13285 F:      Documentation/networking/z8530drv.txt
13286 F:      drivers/net/hamradio/*scc.c
13287 F:      drivers/net/hamradio/z8530.h
13289 ZBUD COMPRESSED PAGE ALLOCATOR
13290 M:      Seth Jennings <sjenning@redhat.com>
13291 L:      linux-mm@kvack.org
13292 S:      Maintained
13293 F:      mm/zbud.c
13294 F:      include/linux/zbud.h
13296 ZD1211RW WIRELESS DRIVER
13297 M:      Daniel Drake <dsd@gentoo.org>
13298 M:      Ulrich Kunitz <kune@deine-taler.de>
13299 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13300 L:      linux-wireless@vger.kernel.org
13301 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13302 S:      Maintained
13303 F:      drivers/net/wireless/zydas/zd1211rw/
13305 ZPOOL COMPRESSED PAGE STORAGE API
13306 M:      Dan Streetman <ddstreet@ieee.org>
13307 L:      linux-mm@kvack.org
13308 S:      Maintained
13309 F:      mm/zpool.c
13310 F:      include/linux/zpool.h
13312 ZR36067 VIDEO FOR LINUX DRIVER
13313 L:      mjpeg-users@lists.sourceforge.net
13314 L:      linux-media@vger.kernel.org
13315 W:      http://mjpeg.sourceforge.net/driver-zoran/
13316 T:      hg https://linuxtv.org/hg/v4l-dvb
13317 S:      Odd Fixes
13318 F:      drivers/media/pci/zoran/
13320 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13321 M:      Minchan Kim <minchan@kernel.org>
13322 M:      Nitin Gupta <ngupta@vflare.org>
13323 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13324 L:      linux-kernel@vger.kernel.org
13325 S:      Maintained
13326 F:      drivers/block/zram/
13327 F:      Documentation/blockdev/zram.txt
13329 ZS DECSTATION Z85C30 SERIAL DRIVER
13330 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13331 S:      Maintained
13332 F:      drivers/tty/serial/zs.*
13334 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13335 M:      Minchan Kim <minchan@kernel.org>
13336 M:      Nitin Gupta <ngupta@vflare.org>
13337 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13338 L:      linux-mm@kvack.org
13339 S:      Maintained
13340 F:      mm/zsmalloc.c
13341 F:      include/linux/zsmalloc.h
13342 F:      Documentation/vm/zsmalloc.txt
13344 ZSWAP COMPRESSED SWAP CACHING
13345 M:      Seth Jennings <sjenning@redhat.com>
13346 L:      linux-mm@kvack.org
13347 S:      Maintained
13348 F:      mm/zswap.c
13350 THE REST
13351 M:      Linus Torvalds <torvalds@linux-foundation.org>
13352 L:      linux-kernel@vger.kernel.org
13353 Q:      http://patchwork.kernel.org/project/LKML/list/
13354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13355 S:      Buried alive in reporters
13356 F:      *
13357 F:      */