Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
130 S: Maintained
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
144 S: Supported
145 F: drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <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
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
166 S: Maintained
167 F: drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
172 S: Maintained
173 F: drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
178 W: http://serial.sourceforge.net
179 S: Maintained
180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F: drivers/tty/serial/8250*
182 F: include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L: netdev@vger.kernel.org
186 S: Orphan / Obsolete
187 F: drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M: Eric Van Hensbergen <ericvh@gmail.com>
191 M: Ron Minnich <rminnich@sandia.gov>
192 M: Latchesar Ionkov <lucho@ionkov.net>
193 L: v9fs-developer@lists.sourceforge.net
194 W: http://swik.net/v9fs
195 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S: Maintained
198 F: Documentation/filesystems/9p.txt
199 F: fs/9p/
200 F: net/9p/
201 F: include/net/9p/
202 F: include/uapi/linux/virtio_9p.h
203 F: include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M: Antti Palosaari <crope@iki.fi>
208 L: linux-media@vger.kernel.org
209 W: https://linuxtv.org
210 W: http://palosaari.fi/linux/
211 Q: http://patchwork.linuxtv.org/project/linux-media/list/
212 T: git git://linuxtv.org/anttip/media_tree.git
213 S: Maintained
214 F: drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L: linux-scsi@vger.kernel.org
219 W: http://www.adaptec.com/
220 S: Supported
221 F: Documentation/scsi/aacraid.txt
222 F: drivers/scsi/aacraid/
223
224 ABI/API
225 L: linux-api@vger.kernel.org
226 F: include/linux/syscalls.h
227 F: kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M: Hans de Goede <hdegoede@redhat.com>
231 L: lm-sensors@lm-sensors.org
232 S: Maintained
233 F: drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M: Alistair John Strachan <alistair@devzero.co.uk>
237 L: lm-sensors@lm-sensors.org
238 S: Maintained
239 F: drivers/hwmon/abituguru3.c
240
241 ACCES 104-DIO-48E GPIO DRIVER
242 M: William Breathitt Gray <vilhelm.gray@gmail.com>
243 L: linux-gpio@vger.kernel.org
244 S: Maintained
245 F: drivers/gpio/gpio-104-dio-48e.c
246
247 ACCES 104-IDI-48 GPIO DRIVER
248 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L: linux-gpio@vger.kernel.org
250 S: Maintained
251 F: drivers/gpio/gpio-104-idi-48.c
252
253 ACCES 104-IDIO-16 GPIO DRIVER
254 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
255 L: linux-gpio@vger.kernel.org
256 S: Maintained
257 F: drivers/gpio/gpio-104-idio-16.c
258
259 ACENIC DRIVER
260 M: Jes Sorensen <jes@trained-monkey.org>
261 L: linux-acenic@sunsite.dk
262 S: Maintained
263 F: drivers/net/ethernet/alteon/acenic*
264
265 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266 M: Peter Feuerer <peter@piie.net>
267 L: platform-driver-x86@vger.kernel.org
268 W: http://piie.net/?section=acerhdf
269 S: Maintained
270 F: drivers/platform/x86/acerhdf.c
271
272 ACER WMI LAPTOP EXTRAS
273 M: "Lee, Chun-Yi" <jlee@suse.com>
274 L: platform-driver-x86@vger.kernel.org
275 S: Maintained
276 F: drivers/platform/x86/acer-wmi.c
277
278 ACPI
279 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
280 M: Len Brown <lenb@kernel.org>
281 L: linux-acpi@vger.kernel.org
282 W: https://01.org/linux-acpi
283 Q: https://patchwork.kernel.org/project/linux-acpi/list/
284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285 S: Supported
286 F: drivers/acpi/
287 F: drivers/pnp/pnpacpi/
288 F: include/linux/acpi.h
289 F: include/acpi/
290 F: Documentation/acpi/
291 F: Documentation/ABI/testing/sysfs-bus-acpi
292 F: drivers/pci/*acpi*
293 F: drivers/pci/*/*acpi*
294 F: drivers/pci/*/*/*acpi*
295 F: tools/power/acpi/
296
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/
311
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
318
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*
325
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
332
333 ACPI WMI DRIVER
334 L: platform-driver-x86@vger.kernel.org
335 S: Orphan
336 F: drivers/platform/x86/wmi.c
337
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.*
344
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
351
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
358
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
365
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
372
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
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M: Jiri Kosina <jikos@kernel.org>
382 S: Maintained
383
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
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M: Jean Delvare <jdelvare@suse.com>
395 L: lm-sensors@lm-sensors.org
396 S: Maintained
397 F: Documentation/hwmon/adm1025
398 F: drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M: Corentin Labbe <clabbe.montjoie@gmail.com>
402 L: lm-sensors@lm-sensors.org
403 S: Maintained
404 F: drivers/hwmon/adm1029.c
405
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.*
411
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
418
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
429
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
437
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
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M: Dirk Eibach <eibach@gdsys.de>
447 L: lm-sensors@lm-sensors.org
448 S: Maintained
449 F: Documentation/hwmon/ads1015
450 F: drivers/hwmon/ads1015.c
451 F: include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M: Colin Leroy <colin@colino.net>
455 S: Maintained
456 F: drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M: Jean Delvare <jdelvare@suse.com>
460 L: lm-sensors@lm-sensors.org
461 S: Maintained
462 F: Documentation/hwmon/adt7475
463 F: drivers/hwmon/adt7475.c
464
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
471
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
479
480 AEDSP16 DRIVER
481 M: Riccardo Facchetti <fizban@tin.it>
482 S: Maintained
483 F: sound/oss/aedsp16.c
484
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*
494
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*
504
505 AFFS FILE SYSTEM
506 L: linux-fsdevel@vger.kernel.org
507 S: Orphan
508 F: Documentation/filesystems/affs.txt
509 F: fs/affs/
510
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
518
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*
526
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*
533
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/
539
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*
547
548 AIO
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
554
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/
564
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
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M: Manuel Lauss <manuel.lauss@gmail.com>
575 S: Maintained
576 F: drivers/mmc/host/au1xmmc.c
577
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
584
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/
590
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/
598
599 ALTERA MAILBOX DRIVER
600 M: Ley Foon Tan <lftan@altera.com>
601 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602 S: Maintained
603 F: drivers/mailbox/mailbox-altera.c
604
605 ALTERA PIO DRIVER
606 M: Tien Hock Loh <thloh@altera.com>
607 L: linux-gpio@vger.kernel.org
608 S: Maintained
609 F: drivers/gpio/gpio-altera.c
610
611 ALTERA TRIPLE SPEED ETHERNET DRIVER
612 M: Vince Bridgers <vbridger@opensource.altera.com>
613 L: netdev@vger.kernel.org
614 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615 S: Maintained
616 F: drivers/net/ethernet/altera/
617
618 ALTERA UART/JTAG UART SERIAL DRIVERS
619 M: Tobias Klauser <tklauser@distanz.ch>
620 L: linux-serial@vger.kernel.org
621 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622 S: Maintained
623 F: drivers/tty/serial/altera_uart.c
624 F: drivers/tty/serial/altera_jtaguart.c
625 F: include/linux/altera_uart.h
626 F: include/linux/altera_jtaguart.h
627
628 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629 M: Tom Lendacky <thomas.lendacky@amd.com>
630 L: linux-crypto@vger.kernel.org
631 S: Supported
632 F: drivers/crypto/ccp/
633 F: include/linux/ccp.h
634
635 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
636 M: Huang Rui <ray.huang@amd.com>
637 L: lm-sensors@lm-sensors.org
638 S: Supported
639 F: Documentation/hwmon/fam15h_power
640 F: drivers/hwmon/fam15h_power.c
641
642 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
643 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
644 S: Orphan
645 F: drivers/usb/gadget/udc/amd5536udc.*
646
647 AMD GEODE PROCESSOR/CHIPSET SUPPORT
648 P: Andres Salomon <dilinger@queued.net>
649 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
650 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
651 S: Supported
652 F: drivers/char/hw_random/geode-rng.c
653 F: drivers/crypto/geode*
654 F: drivers/video/fbdev/geode/
655 F: arch/x86/include/asm/geode.h
656
657 AMD IOMMU (AMD-VI)
658 M: Joerg Roedel <joro@8bytes.org>
659 L: iommu@lists.linux-foundation.org
660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
661 S: Maintained
662 F: drivers/iommu/amd_iommu*.[ch]
663 F: include/linux/amd-iommu.h
664
665 AMD KFD
666 M: Oded Gabbay <oded.gabbay@gmail.com>
667 L: dri-devel@lists.freedesktop.org
668 T: git git://people.freedesktop.org/~gabbayo/linux.git
669 S: Supported
670 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
671 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
672 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
673 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
674 F: drivers/gpu/drm/amd/amdkfd/
675 F: drivers/gpu/drm/amd/include/cik_structs.h
676 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
677 F: drivers/gpu/drm/amd/include/vi_structs.h
678 F: drivers/gpu/drm/radeon/radeon_kfd.c
679 F: drivers/gpu/drm/radeon/radeon_kfd.h
680 F: include/uapi/linux/kfd_ioctl.h
681
682 AMD XGBE DRIVER
683 M: Tom Lendacky <thomas.lendacky@amd.com>
684 L: netdev@vger.kernel.org
685 S: Supported
686 F: drivers/net/ethernet/amd/xgbe/
687
688 AMS (Apple Motion Sensor) DRIVER
689 M: Michael Hanselmann <linux-kernel@hansmi.ch>
690 S: Supported
691 F: drivers/macintosh/ams/
692
693 ANALOG DEVICES INC AD9389B DRIVER
694 M: Hans Verkuil <hans.verkuil@cisco.com>
695 L: linux-media@vger.kernel.org
696 S: Maintained
697 F: drivers/media/i2c/ad9389b*
698
699 ANALOG DEVICES INC ADV7180 DRIVER
700 M: Lars-Peter Clausen <lars@metafoo.de>
701 L: linux-media@vger.kernel.org
702 W: http://ez.analog.com/community/linux-device-drivers
703 S: Supported
704 F: drivers/media/i2c/adv7180.c
705
706 ANALOG DEVICES INC ADV7511 DRIVER
707 M: Hans Verkuil <hans.verkuil@cisco.com>
708 L: linux-media@vger.kernel.org
709 S: Maintained
710 F: drivers/media/i2c/adv7511*
711
712 ANALOG DEVICES INC ADV7604 DRIVER
713 M: Hans Verkuil <hans.verkuil@cisco.com>
714 L: linux-media@vger.kernel.org
715 S: Maintained
716 F: drivers/media/i2c/adv7604*
717
718 ANALOG DEVICES INC ADV7842 DRIVER
719 M: Hans Verkuil <hans.verkuil@cisco.com>
720 L: linux-media@vger.kernel.org
721 S: Maintained
722 F: drivers/media/i2c/adv7842*
723
724 ANALOG DEVICES INC ASOC CODEC DRIVERS
725 M: Lars-Peter Clausen <lars@metafoo.de>
726 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
727 W: http://wiki.analog.com/
728 W: http://ez.analog.com/community/linux-device-drivers
729 S: Supported
730 F: sound/soc/codecs/adau*
731 F: sound/soc/codecs/adav*
732 F: sound/soc/codecs/ad1*
733 F: sound/soc/codecs/ad7*
734 F: sound/soc/codecs/ssm*
735 F: sound/soc/codecs/sigmadsp.*
736
737 ANALOG DEVICES INC ASOC DRIVERS
738 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
739 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
740 W: http://blackfin.uclinux.org/
741 S: Supported
742 F: sound/soc/blackfin/*
743
744 ANALOG DEVICES INC IIO DRIVERS
745 M: Lars-Peter Clausen <lars@metafoo.de>
746 M: Michael Hennerich <Michael.Hennerich@analog.com>
747 W: http://wiki.analog.com/
748 W: http://ez.analog.com/community/linux-device-drivers
749 S: Supported
750 F: drivers/iio/*/ad*
751 X: drivers/iio/*/adjd*
752 F: drivers/staging/iio/*/ad*
753 F: staging/iio/trigger/iio-trig-bfin-timer.c
754
755 ANALOG DEVICES INC DMA DRIVERS
756 M: Lars-Peter Clausen <lars@metafoo.de>
757 W: http://ez.analog.com/community/linux-device-drivers
758 S: Supported
759 F: drivers/dma/dma-axi-dmac.c
760
761 ANDROID DRIVERS
762 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
763 M: Arve HjønnevĂ¥g <arve@android.com>
764 M: Riley Andrews <riandrews@android.com>
765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
766 L: devel@driverdev.osuosl.org
767 S: Supported
768 F: drivers/android/
769 F: drivers/staging/android/
770
771 AOA (Apple Onboard Audio) ALSA DRIVER
772 M: Johannes Berg <johannes@sipsolutions.net>
773 L: linuxppc-dev@lists.ozlabs.org
774 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
775 S: Maintained
776 F: sound/aoa/
777
778 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
779 M: William Breathitt Gray <vilhelm.gray@gmail.com>
780 L: linux-iio@vger.kernel.org
781 S: Maintained
782 F: drivers/iio/dac/stx104.c
783
784 APM DRIVER
785 M: Jiri Kosina <jikos@kernel.org>
786 S: Odd fixes
787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
788 F: arch/x86/kernel/apm_32.c
789 F: include/linux/apm_bios.h
790 F: include/uapi/linux/apm_bios.h
791 F: drivers/char/apm-emulation.c
792
793 APPLE BCM5974 MULTITOUCH DRIVER
794 M: Henrik Rydberg <rydberg@bitmath.org>
795 L: linux-input@vger.kernel.org
796 S: Odd fixes
797 F: drivers/input/mouse/bcm5974.c
798
799 APPLE SMC DRIVER
800 M: Henrik Rydberg <rydberg@bitmath.org>
801 L: lm-sensors@lm-sensors.org
802 S: Odd fixes
803 F: drivers/hwmon/applesmc.c
804
805 APPLETALK NETWORK LAYER
806 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
807 S: Maintained
808 F: drivers/net/appletalk/
809 F: net/appletalk/
810
811 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
812 M: Duc Dang <dhdang@apm.com>
813 S: Supported
814 F: arch/arm64/boot/dts/apm/
815
816 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
817 M: Iyappan Subramanian <isubramanian@apm.com>
818 M: Keyur Chudgar <kchudgar@apm.com>
819 S: Supported
820 F: drivers/net/ethernet/apm/xgene/
821 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
822
823 APTINA CAMERA SENSOR PLL
824 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
825 L: linux-media@vger.kernel.org
826 S: Maintained
827 F: drivers/media/i2c/aptina-pll.*
828
829 ARC FRAMEBUFFER DRIVER
830 M: Jaya Kumar <jayalk@intworks.biz>
831 S: Maintained
832 F: drivers/video/fbdev/arcfb.c
833 F: drivers/video/fbdev/core/fb_defio.c
834
835 ARCNET NETWORK LAYER
836 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
837 L: netdev@vger.kernel.org
838 S: Maintained
839 F: drivers/net/arcnet/
840 F: include/uapi/linux/if_arcnet.h
841
842 ARM MFM AND FLOPPY DRIVERS
843 M: Ian Molton <spyro@f2s.com>
844 S: Maintained
845 F: arch/arm/lib/floppydma.S
846 F: arch/arm/include/asm/floppy.h
847
848 ARM PMU PROFILING AND DEBUGGING
849 M: Will Deacon <will.deacon@arm.com>
850 R: Mark Rutland <mark.rutland@arm.com>
851 S: Maintained
852 F: arch/arm*/kernel/perf_*
853 F: arch/arm/oprofile/common.c
854 F: arch/arm*/kernel/hw_breakpoint.c
855 F: arch/arm*/include/asm/hw_breakpoint.h
856 F: arch/arm*/include/asm/perf_event.h
857 F: drivers/perf/arm_pmu.c
858 F: include/linux/perf/arm_pmu.h
859
860 ARM PORT
861 M: Russell King <linux@arm.linux.org.uk>
862 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863 W: http://www.arm.linux.org.uk/
864 S: Maintained
865 F: arch/arm/
866
867 ARM SUB-ARCHITECTURES
868 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S: Maintained
870 F: arch/arm/mach-*/
871 F: arch/arm/plat-*/
872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
873
874 ARM PRIMECELL AACI PL041 DRIVER
875 M: Russell King <linux@arm.linux.org.uk>
876 S: Maintained
877 F: sound/arm/aaci.*
878
879 ARM PRIMECELL CLCD PL110 DRIVER
880 M: Russell King <linux@arm.linux.org.uk>
881 S: Maintained
882 F: drivers/video/fbdev/amba-clcd.*
883
884 ARM PRIMECELL KMI PL050 DRIVER
885 M: Russell King <linux@arm.linux.org.uk>
886 S: Maintained
887 F: drivers/input/serio/ambakmi.*
888 F: include/linux/amba/kmi.h
889
890 ARM PRIMECELL MMCI PL180/1 DRIVER
891 M: Russell King <linux@arm.linux.org.uk>
892 S: Maintained
893 F: drivers/mmc/host/mmci.*
894 F: include/linux/amba/mmci.h
895
896 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
897 M: Russell King <linux@arm.linux.org.uk>
898 S: Maintained
899 F: drivers/tty/serial/amba-pl01*.c
900 F: include/linux/amba/serial.h
901
902 ARM PRIMECELL BUS SUPPORT
903 M: Russell King <linux@arm.linux.org.uk>
904 S: Maintained
905 F: drivers/amba/
906 F: include/linux/amba/bus.h
907
908 ARM/ADS SPHERE MACHINE SUPPORT
909 M: Lennert Buytenhek <kernel@wantstofly.org>
910 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
911 S: Maintained
912
913 ARM/AFEB9260 MACHINE SUPPORT
914 M: Sergey Lapin <slapin@ossfans.org>
915 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S: Maintained
917
918 ARM/AJECO 1ARM MACHINE SUPPORT
919 M: Lennert Buytenhek <kernel@wantstofly.org>
920 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 S: Maintained
922
923 ARM/Allwinner sunXi SoC support
924 M: Maxime Ripard <maxime.ripard@free-electrons.com>
925 M: Chen-Yu Tsai <wens@csie.org>
926 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
927 S: Maintained
928 N: sun[x456789]i
929
930 ARM/Allwinner SoC Clock Support
931 M: Emilio LĂ³pez <emilio@elopez.com.ar>
932 S: Maintained
933 F: drivers/clk/sunxi/
934
935 ARM/Amlogic Meson SoC support
936 M: Carlo Caione <carlo@caione.org>
937 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 L: linux-meson@googlegroups.com
939 W: http://linux-meson.com/
940 S: Maintained
941 F: arch/arm/mach-meson/
942 F: arch/arm/boot/dts/meson*
943 N: meson
944
945 ARM/Annapurna Labs ALPINE ARCHITECTURE
946 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
947 M: Antoine Tenart <antoine.tenart@free-electrons.com>
948 S: Maintained
949 F: arch/arm/mach-alpine/
950 F: arch/arm/boot/dts/alpine*
951 F: arch/arm64/boot/dts/al/
952 F: drivers/*/*alpine*
953
954 ARM/ARTPEC MACHINE SUPPORT
955 M: Jesper Nilsson <jesper.nilsson@axis.com>
956 M: Lars Persson <lars.persson@axis.com>
957 M: Niklas Cassel <niklas.cassel@axis.com>
958 S: Maintained
959 L: linux-arm-kernel@axis.com
960 F: arch/arm/mach-artpec
961 F: arch/arm/boot/dts/artpec6*
962 F: drivers/clk/clk-artpec6.c
963
964 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
965 M: Nicolas Ferre <nicolas.ferre@atmel.com>
966 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
967 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 W: http://www.linux4sam.org
970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
971 S: Supported
972 F: arch/arm/mach-at91/
973 F: include/soc/at91/
974 F: arch/arm/boot/dts/at91*.dts
975 F: arch/arm/boot/dts/at91*.dtsi
976 F: arch/arm/boot/dts/sama*.dts
977 F: arch/arm/boot/dts/sama*.dtsi
978 F: arch/arm/include/debug/at91.S
979
980 ARM/ATMEL AT91 Clock Support
981 M: Boris Brezillon <boris.brezillon@free-electrons.com>
982 S: Maintained
983 F: drivers/clk/at91
984
985 ARM/CALXEDA HIGHBANK ARCHITECTURE
986 M: Rob Herring <robh@kernel.org>
987 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S: Maintained
989 F: arch/arm/mach-highbank/
990 F: arch/arm/boot/dts/highbank.dts
991 F: arch/arm/boot/dts/ecx-*.dts*
992
993 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
994 M: Krzysztof Halasa <khalasa@piap.pl>
995 S: Maintained
996 F: arch/arm/mach-cns3xxx/
997
998 ARM/CAVIUM THUNDER NETWORK DRIVER
999 M: Sunil Goutham <sgoutham@cavium.com>
1000 M: Robert Richter <rric@kernel.org>
1001 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S: Supported
1003 F: drivers/net/ethernet/cavium/thunder/
1004
1005 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1006 M: Alexander Shiyan <shc_work@mail.ru>
1007 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 S: Odd Fixes
1009 N: clps711x
1010
1011 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1012 M: Hartley Sweeten <hsweeten@visionengravers.com>
1013 M: Ryan Mallon <rmallon@gmail.com>
1014 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 S: Maintained
1016 F: arch/arm/mach-ep93xx/
1017 F: arch/arm/mach-ep93xx/include/mach/
1018
1019 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1020 M: Lennert Buytenhek <kernel@wantstofly.org>
1021 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S: Maintained
1023
1024 ARM/CLKDEV SUPPORT
1025 M: Russell King <linux@arm.linux.org.uk>
1026 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S: Maintained
1028 F: arch/arm/include/asm/clkdev.h
1029 F: drivers/clk/clkdev.c
1030
1031 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1032 M: Mike Rapoport <mike@compulab.co.il>
1033 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034 S: Maintained
1035
1036 ARM/CONTEC MICRO9 MACHINE SUPPORT
1037 M: Hubert Feurstein <hubert.feurstein@contec.at>
1038 S: Maintained
1039 F: arch/arm/mach-ep93xx/micro9.c
1040
1041 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1042 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1043 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S: Maintained
1045 F: drivers/hwtracing/coresight/*
1046 F: Documentation/trace/coresight.txt
1047 F: Documentation/devicetree/bindings/arm/coresight.txt
1048 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1049
1050 ARM/CORGI MACHINE SUPPORT
1051 M: Richard Purdie <rpurdie@rpsys.net>
1052 S: Maintained
1053
1054 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1055 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 T: git git://github.com/ulli-kroll/linux.git
1058 S: Maintained
1059 F: arch/arm/mach-gemini/
1060 F: drivers/rtc/rtc-gemini.c
1061
1062 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1063 M: Barry Song <baohua@kernel.org>
1064 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1066 S: Maintained
1067 F: arch/arm/boot/dts/prima2*
1068 F: arch/arm/mach-prima2/
1069 F: drivers/clk/sirf/
1070 F: drivers/clocksource/timer-prima2.c
1071 F: drivers/clocksource/timer-atlas7.c
1072 N: [^a-z]sirf
1073
1074 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1075 M: Baruch Siach <baruch@tkos.co.il>
1076 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S: Maintained
1078 F: arch/arm/boot/dts/cx92755*
1079 N: digicolor
1080
1081 ARM/EBSA110 MACHINE SUPPORT
1082 M: Russell King <linux@arm.linux.org.uk>
1083 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 W: http://www.arm.linux.org.uk/
1085 S: Maintained
1086 F: arch/arm/mach-ebsa110/
1087 F: drivers/net/ethernet/amd/am79c961a.*
1088
1089 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1090 M: Uwe Kleine-König <kernel@pengutronix.de>
1091 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S: Maintained
1093 N: efm32
1094
1095 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1096 M: Daniel Ribeiro <drwyrm@gmail.com>
1097 M: Stefan Schmidt <stefan@openezx.org>
1098 M: Harald Welte <laforge@openezx.org>
1099 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1100 W: http://www.openezx.org/
1101 S: Maintained
1102 T: topgit git://git.openezx.org/openezx.git
1103 F: arch/arm/mach-pxa/ezx.c
1104
1105 ARM/FARADAY FA526 PORT
1106 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1107 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 S: Maintained
1109 T: git git://git.berlios.de/gemini-board
1110 F: arch/arm/mm/*-fa*
1111
1112 ARM/FOOTBRIDGE ARCHITECTURE
1113 M: Russell King <linux@arm.linux.org.uk>
1114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 W: http://www.arm.linux.org.uk/
1116 S: Maintained
1117 F: arch/arm/include/asm/hardware/dec21285.h
1118 F: arch/arm/mach-footbridge/
1119
1120 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1121 M: Shawn Guo <shawnguo@kernel.org>
1122 M: Sascha Hauer <kernel@pengutronix.de>
1123 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S: Maintained
1125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1126 F: arch/arm/mach-imx/
1127 F: arch/arm/mach-mxs/
1128 F: arch/arm/boot/dts/imx*
1129 F: arch/arm/configs/imx*_defconfig
1130 F: drivers/clk/imx/
1131 F: include/soc/imx/
1132
1133 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1134 M: Shawn Guo <shawnguo@kernel.org>
1135 M: Sascha Hauer <kernel@pengutronix.de>
1136 R: Stefan Agner <stefan@agner.ch>
1137 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S: Maintained
1139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1140 F: arch/arm/mach-imx/*vf610*
1141 F: arch/arm/boot/dts/vf*
1142
1143 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1144 M: Lennert Buytenhek <kernel@wantstofly.org>
1145 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 S: Maintained
1147
1148 ARM/GUMSTIX MACHINE SUPPORT
1149 M: Steve Sakoman <sakoman@gmail.com>
1150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 S: Maintained
1152
1153 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1154 M: Philipp Zabel <philipp.zabel@gmail.com>
1155 M: Paul Parsons <lost.distance@yahoo.com>
1156 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S: Maintained
1158 F: arch/arm/mach-pxa/hx4700.c
1159 F: arch/arm/mach-pxa/include/mach/hx4700.h
1160 F: sound/soc/pxa/hx4700.c
1161
1162 ARM/HISILICON SOC SUPPORT
1163 M: Wei Xu <xuwei5@hisilicon.com>
1164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 W: http://www.hisilicon.com
1166 S: Supported
1167 T: git git://github.com/hisilicon/linux-hisi.git
1168 F: arch/arm/mach-hisi/
1169 F: arch/arm/boot/dts/hi3*
1170 F: arch/arm/boot/dts/hip*
1171 F: arch/arm/boot/dts/hisi*
1172 F: arch/arm64/boot/dts/hisilicon/
1173
1174 ARM/HP JORNADA 7XX MACHINE SUPPORT
1175 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1176 W: www.jlime.com
1177 S: Maintained
1178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1179 F: arch/arm/mach-sa1100/jornada720.c
1180 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1181
1182 ARM/IGEP MACHINE SUPPORT
1183 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1184 M: Javier Martinez Canillas <javier@dowhile0.org>
1185 L: linux-omap@vger.kernel.org
1186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187 S: Maintained
1188 F: arch/arm/boot/dts/omap3-igep*
1189
1190 ARM/INCOME PXA270 SUPPORT
1191 M: Marek Vasut <marek.vasut@gmail.com>
1192 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S: Maintained
1194 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1195
1196 ARM/INTEL IOP32X ARM ARCHITECTURE
1197 M: Lennert Buytenhek <kernel@wantstofly.org>
1198 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 S: Maintained
1200
1201 ARM/INTEL IOP33X ARM ARCHITECTURE
1202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S: Orphan
1204
1205 ARM/INTEL IOP13XX ARM ARCHITECTURE
1206 M: Lennert Buytenhek <kernel@wantstofly.org>
1207 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S: Maintained
1209
1210 ARM/INTEL IQ81342EX MACHINE SUPPORT
1211 M: Lennert Buytenhek <kernel@wantstofly.org>
1212 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S: Maintained
1214
1215 ARM/INTEL IXDP2850 MACHINE SUPPORT
1216 M: Lennert Buytenhek <kernel@wantstofly.org>
1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S: Maintained
1219
1220 ARM/INTEL IXP4XX ARM ARCHITECTURE
1221 M: Imre Kaloz <kaloz@openwrt.org>
1222 M: Krzysztof Halasa <khalasa@piap.pl>
1223 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S: Maintained
1225 F: arch/arm/mach-ixp4xx/
1226
1227 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1228 M: Jonathan Cameron <jic23@cam.ac.uk>
1229 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S: Maintained
1231 F: arch/arm/mach-pxa/stargate2.c
1232 F: drivers/pcmcia/pxa2xx_stargate2.c
1233
1234 ARM/INTEL XSC3 (MANZANO) ARM CORE
1235 M: Lennert Buytenhek <kernel@wantstofly.org>
1236 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1237 S: Maintained
1238
1239 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1240 M: Lennert Buytenhek <kernel@wantstofly.org>
1241 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 S: Maintained
1243
1244 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1245 M: Santosh Shilimkar <ssantosh@kernel.org>
1246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 S: Maintained
1248 F: arch/arm/mach-keystone/
1249 F: arch/arm/boot/dts/k2*
1250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1251
1252 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1253 M: Santosh Shilimkar <ssantosh@kernel.org>
1254 L: linux-kernel@vger.kernel.org
1255 S: Maintained
1256 F: drivers/clk/keystone/
1257
1258 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1259 M: Santosh Shilimkar <ssantosh@kernel.org>
1260 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 L: linux-kernel@vger.kernel.org
1262 S: Maintained
1263 F: drivers/clocksource/timer-keystone.c
1264
1265 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1266 M: Santosh Shilimkar <ssantosh@kernel.org>
1267 L: linux-kernel@vger.kernel.org
1268 S: Maintained
1269 F: drivers/power/reset/keystone-reset.c
1270
1271 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1272 M: Santosh Shilimkar <ssantosh@kernel.org>
1273 L: linux-kernel@vger.kernel.org
1274 S: Maintained
1275 F: drivers/memory/*emif*
1276
1277 ARM/LOGICPD PXA270 MACHINE SUPPORT
1278 M: Lennert Buytenhek <kernel@wantstofly.org>
1279 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 S: Maintained
1281
1282 ARM/LPC18XX ARCHITECTURE
1283 M: Joachim Eastwood <manabian@gmail.com>
1284 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1285 S: Maintained
1286 F: arch/arm/boot/dts/lpc43*
1287 F: drivers/clk/nxp/clk-lpc18xx*
1288 F: drivers/clocksource/time-lpc32xx.c
1289 F: drivers/i2c/busses/i2c-lpc2k.c
1290 F: drivers/memory/pl172.c
1291 F: drivers/mtd/spi-nor/nxp-spifi.c
1292 F: drivers/rtc/rtc-lpc24xx.c
1293 N: lpc18xx
1294
1295 ARM/MAGICIAN MACHINE SUPPORT
1296 M: Philipp Zabel <philipp.zabel@gmail.com>
1297 S: Maintained
1298
1299 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1300 M: Jason Cooper <jason@lakedaemon.net>
1301 M: Andrew Lunn <andrew@lunn.ch>
1302 M: Gregory Clement <gregory.clement@free-electrons.com>
1303 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S: Maintained
1306 F: arch/arm/mach-mvebu/
1307 F: drivers/rtc/rtc-armada38x.c
1308 F: arch/arm/boot/dts/armada*
1309 F: arch/arm/boot/dts/kirkwood*
1310 F: arch/arm64/boot/dts/marvell/armada*
1311
1312
1313 ARM/Marvell Berlin SoC support
1314 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1315 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 S: Maintained
1317 F: arch/arm/mach-berlin/
1318 F: arch/arm/boot/dts/berlin*
1319 F: arch/arm64/boot/dts/marvell/berlin*
1320
1321
1322 ARM/Marvell Dove/MV78xx0/Orion SOC support
1323 M: Jason Cooper <jason@lakedaemon.net>
1324 M: Andrew Lunn <andrew@lunn.ch>
1325 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1326 M: Gregory Clement <gregory.clement@free-electrons.com>
1327 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 S: Maintained
1329 F: arch/arm/mach-dove/
1330 F: arch/arm/mach-mv78xx0/
1331 F: arch/arm/mach-orion5x/
1332 F: arch/arm/plat-orion/
1333 F: arch/arm/boot/dts/dove*
1334 F: arch/arm/boot/dts/orion5x*
1335
1336
1337 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1338 M: Alexander Clouter <alex@digriz.org.uk>
1339 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1340 W: http://www.digriz.org.uk/ts78xx/kernel
1341 S: Maintained
1342 F: arch/arm/mach-orion5x/ts78xx-*
1343
1344 ARM/Mediatek RTC DRIVER
1345 M: Eddie Huang <eddie.huang@mediatek.com>
1346 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1347 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1348 S: Maintained
1349 F: drivers/rtc/rtc-mt6397.c
1350
1351 ARM/Mediatek SoC support
1352 M: Matthias Brugger <matthias.bgg@gmail.com>
1353 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1354 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1355 S: Maintained
1356 F: arch/arm/boot/dts/mt6*
1357 F: arch/arm/boot/dts/mt8*
1358 F: arch/arm/mach-mediatek/
1359 N: mtk
1360 K: mediatek
1361
1362 ARM/Mediatek USB3 PHY DRIVER
1363 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1364 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1365 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1366 S: Maintained
1367 F: drivers/phy/phy-mt65xx-usb3.c
1368
1369 ARM/MICREL KS8695 ARCHITECTURE
1370 M: Greg Ungerer <gerg@uclinux.org>
1371 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 F: arch/arm/mach-ks8695/
1373 S: Odd Fixes
1374
1375 ARM/MIOA701 MACHINE SUPPORT
1376 M: Robert Jarzmik <robert.jarzmik@free.fr>
1377 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 F: arch/arm/mach-pxa/mioa701.c
1379 S: Maintained
1380
1381 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1382 M: Michael Petchkovsky <mkpetch@internode.on.net>
1383 S: Maintained
1384
1385 ARM/NOMADIK ARCHITECTURE
1386 M: Alessandro Rubini <rubini@unipv.it>
1387 M: Linus Walleij <linus.walleij@linaro.org>
1388 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1389 S: Maintained
1390 F: arch/arm/mach-nomadik/
1391 F: drivers/pinctrl/nomadik/
1392 F: drivers/i2c/busses/i2c-nomadik.c
1393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1394
1395 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1396 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1397 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1398 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1399 S: Supported
1400
1401 ARM/TOSA MACHINE SUPPORT
1402 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1403 M: Dirk Opfer <dirk@opfer-online.de>
1404 S: Maintained
1405
1406 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1407 M: Marek Vasut <marek.vasut@gmail.com>
1408 L: linux-arm-kernel@lists.infradead.org
1409 W: http://hackndev.com
1410 S: Maintained
1411 F: arch/arm/mach-pxa/include/mach/palmtx.h
1412 F: arch/arm/mach-pxa/palmtx.c
1413 F: arch/arm/mach-pxa/include/mach/palmt5.h
1414 F: arch/arm/mach-pxa/palmt5.c
1415 F: arch/arm/mach-pxa/include/mach/palmld.h
1416 F: arch/arm/mach-pxa/palmld.c
1417 F: arch/arm/mach-pxa/include/mach/palmte2.h
1418 F: arch/arm/mach-pxa/palmte2.c
1419 F: arch/arm/mach-pxa/include/mach/palmtc.h
1420 F: arch/arm/mach-pxa/palmtc.c
1421
1422 ARM/PALM TREO SUPPORT
1423 M: Tomas Cech <sleep_walker@suse.com>
1424 L: linux-arm-kernel@lists.infradead.org
1425 W: http://hackndev.com
1426 S: Maintained
1427 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1428 F: arch/arm/mach-pxa/palmtreo.c
1429
1430 ARM/PALMZ72 SUPPORT
1431 M: Sergey Lapin <slapin@ossfans.org>
1432 L: linux-arm-kernel@lists.infradead.org
1433 W: http://hackndev.com
1434 S: Maintained
1435 F: arch/arm/mach-pxa/include/mach/palmz72.h
1436 F: arch/arm/mach-pxa/palmz72.c
1437
1438 ARM/PLEB SUPPORT
1439 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1440 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1441 S: Maintained
1442
1443 ARM/PT DIGITAL BOARD PORT
1444 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1445 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1446 W: http://www.arm.linux.org.uk/
1447 S: Maintained
1448
1449 ARM/QUALCOMM SUPPORT
1450 M: Andy Gross <andy.gross@linaro.org>
1451 M: David Brown <david.brown@linaro.org>
1452 L: linux-arm-msm@vger.kernel.org
1453 L: linux-soc@vger.kernel.org
1454 S: Maintained
1455 F: arch/arm/boot/dts/qcom-*.dts
1456 F: arch/arm/boot/dts/qcom-*.dtsi
1457 F: arch/arm/mach-qcom/
1458 F: arch/arm64/boot/dts/qcom/*
1459 F: drivers/soc/qcom/
1460 F: drivers/tty/serial/msm_serial.h
1461 F: drivers/tty/serial/msm_serial.c
1462 F: drivers/*/pm8???-*
1463 F: drivers/mfd/ssbi.c
1464 F: drivers/firmware/qcom_scm.c
1465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1466
1467 ARM/RADISYS ENP2611 MACHINE SUPPORT
1468 M: Lennert Buytenhek <kernel@wantstofly.org>
1469 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 S: Maintained
1471
1472 ARM/RENESAS ARM64 ARCHITECTURE
1473 M: Simon Horman <horms@verge.net.au>
1474 M: Magnus Damm <magnus.damm@gmail.com>
1475 L: linux-renesas-soc@vger.kernel.org
1476 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1478 S: Supported
1479 F: arch/arm64/boot/dts/renesas/
1480
1481 ARM/RISCPC ARCHITECTURE
1482 M: Russell King <linux@arm.linux.org.uk>
1483 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 W: http://www.arm.linux.org.uk/
1485 S: Maintained
1486 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1487 F: arch/arm/include/asm/hardware/ioc.h
1488 F: arch/arm/include/asm/hardware/iomd.h
1489 F: arch/arm/include/asm/hardware/memc.h
1490 F: arch/arm/mach-rpc/
1491 F: drivers/net/ethernet/8390/etherh.c
1492 F: drivers/net/ethernet/i825xx/ether1*
1493 F: drivers/net/ethernet/seeq/ether3*
1494 F: drivers/scsi/arm/
1495
1496 ARM/Rockchip SoC support
1497 M: Heiko Stuebner <heiko@sntech.de>
1498 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1499 L: linux-rockchip@lists.infradead.org
1500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1501 S: Maintained
1502 F: arch/arm/boot/dts/rk3*
1503 F: arch/arm/mach-rockchip/
1504 F: drivers/clk/rockchip/
1505 F: drivers/i2c/busses/i2c-rk3x.c
1506 F: drivers/*/*rockchip*
1507 F: drivers/*/*/*rockchip*
1508 F: sound/soc/rockchip/
1509 N: rockchip
1510
1511 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1512 M: Kukjin Kim <kgene@kernel.org>
1513 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1514 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1516 S: Maintained
1517 F: arch/arm/boot/dts/s3c*
1518 F: arch/arm/boot/dts/s5p*
1519 F: arch/arm/boot/dts/samsung*
1520 F: arch/arm/boot/dts/exynos*
1521 F: arch/arm64/boot/dts/exynos/
1522 F: arch/arm/plat-samsung/
1523 F: arch/arm/mach-s3c24*/
1524 F: arch/arm/mach-s3c64xx/
1525 F: arch/arm/mach-s5p*/
1526 F: arch/arm/mach-exynos*/
1527 F: drivers/*/*s3c2410*
1528 F: drivers/*/*/*s3c2410*
1529 F: drivers/soc/samsung/*
1530 F: drivers/spi/spi-s3c*
1531 F: sound/soc/samsung/*
1532 F: Documentation/arm/Samsung/
1533 F: Documentation/devicetree/bindings/arm/samsung/
1534 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1535 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1536 N: exynos
1537
1538 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1539 M: Kyungmin Park <kyungmin.park@samsung.com>
1540 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1541 S: Maintained
1542 F: arch/arm/mach-s5pv210/
1543
1544 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1545 M: Kyungmin Park <kyungmin.park@samsung.com>
1546 M: Kamil Debski <k.debski@samsung.com>
1547 L: linux-arm-kernel@lists.infradead.org
1548 L: linux-media@vger.kernel.org
1549 S: Maintained
1550 F: drivers/media/platform/s5p-g2d/
1551
1552 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1553 M: Kyungmin Park <kyungmin.park@samsung.com>
1554 M: Kamil Debski <k.debski@samsung.com>
1555 M: Jeongtae Park <jtp.park@samsung.com>
1556 L: linux-arm-kernel@lists.infradead.org
1557 L: linux-media@vger.kernel.org
1558 S: Maintained
1559 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1560 F: drivers/media/platform/s5p-mfc/
1561
1562 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1563 M: Kyungmin Park <kyungmin.park@samsung.com>
1564 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1565 L: linux-arm-kernel@lists.infradead.org
1566 L: linux-media@vger.kernel.org
1567 S: Maintained
1568 F: drivers/media/platform/s5p-tv/
1569
1570 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1571 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1572 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1573 L: linux-arm-kernel@lists.infradead.org
1574 L: linux-media@vger.kernel.org
1575 S: Maintained
1576 F: drivers/media/platform/s5p-jpeg/
1577
1578 ARM/SHMOBILE ARM ARCHITECTURE
1579 M: Simon Horman <horms@verge.net.au>
1580 M: Magnus Damm <magnus.damm@gmail.com>
1581 L: linux-renesas-soc@vger.kernel.org
1582 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1583 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1584 S: Supported
1585 F: arch/arm/boot/dts/emev2*
1586 F: arch/arm/boot/dts/r7s*
1587 F: arch/arm/boot/dts/r8a*
1588 F: arch/arm/boot/dts/sh*
1589 F: arch/arm/configs/shmobile_defconfig
1590 F: arch/arm/include/debug/renesas-scif.S
1591 F: arch/arm/mach-shmobile/
1592 F: drivers/sh/
1593
1594 ARM/SOCFPGA ARCHITECTURE
1595 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1596 S: Maintained
1597 F: arch/arm/mach-socfpga/
1598 F: arch/arm/boot/dts/socfpga*
1599 F: arch/arm/configs/socfpga_defconfig
1600 F: arch/arm64/boot/dts/altera/
1601 W: http://www.rocketboards.org
1602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1603
1604 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1605 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1606 S: Maintained
1607 F: drivers/clk/socfpga/
1608
1609 ARM/SOCFPGA EDAC SUPPORT
1610 M: Thor Thayer <tthayer@opensource.altera.com>
1611 S: Maintained
1612 F: drivers/edac/altera_edac.
1613
1614 ARM/STI ARCHITECTURE
1615 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1616 M: Maxime Coquelin <maxime.coquelin@st.com>
1617 M: Patrice Chotard <patrice.chotard@st.com>
1618 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1619 L: kernel@stlinux.com
1620 W: http://www.stlinux.com
1621 S: Maintained
1622 F: arch/arm/mach-sti/
1623 F: arch/arm/boot/dts/sti*
1624 F: drivers/char/hw_random/st-rng.c
1625 F: drivers/clocksource/arm_global_timer.c
1626 F: drivers/clocksource/clksrc_st_lpc.c
1627 F: drivers/i2c/busses/i2c-st.c
1628 F: drivers/media/rc/st_rc.c
1629 F: drivers/media/platform/sti/c8sectpfe/
1630 F: drivers/mmc/host/sdhci-st.c
1631 F: drivers/phy/phy-miphy28lp.c
1632 F: drivers/phy/phy-miphy365x.c
1633 F: drivers/phy/phy-stih407-usb.c
1634 F: drivers/phy/phy-stih41x-usb.c
1635 F: drivers/pinctrl/pinctrl-st.c
1636 F: drivers/reset/sti/
1637 F: drivers/rtc/rtc-st-lpc.c
1638 F: drivers/tty/serial/st-asc.c
1639 F: drivers/usb/dwc3/dwc3-st.c
1640 F: drivers/usb/host/ehci-st.c
1641 F: drivers/usb/host/ohci-st.c
1642 F: drivers/watchdog/st_lpc_wdt.c
1643 F: drivers/ata/ahci_st.c
1644
1645 ARM/STM32 ARCHITECTURE
1646 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1647 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 S: Maintained
1649 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1650 N: stm32
1651 F: drivers/clocksource/armv7m_systick.c
1652
1653 ARM/TANGO ARCHITECTURE
1654 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1655 L: linux-arm-kernel@lists.infradead.org
1656 S: Maintained
1657 F: arch/arm/mach-tango/
1658 F: arch/arm/boot/dts/tango*
1659
1660 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1661 M: Lennert Buytenhek <kernel@wantstofly.org>
1662 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1663 S: Maintained
1664
1665 ARM/TETON BGA MACHINE SUPPORT
1666 M: "Mark F. Brown" <mark.brown314@gmail.com>
1667 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 S: Maintained
1669
1670 ARM/THECUS N2100 MACHINE SUPPORT
1671 M: Lennert Buytenhek <kernel@wantstofly.org>
1672 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1673 S: Maintained
1674
1675 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1676 M: Wan ZongShun <mcuos.com@gmail.com>
1677 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1678 W: http://www.mcuos.com
1679 S: Maintained
1680 F: arch/arm/mach-w90x900/
1681 F: drivers/input/keyboard/w90p910_keypad.c
1682 F: drivers/input/touchscreen/w90p910_ts.c
1683 F: drivers/watchdog/nuc900_wdt.c
1684 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1685 F: drivers/mtd/nand/nuc900_nand.c
1686 F: drivers/rtc/rtc-nuc900.c
1687 F: drivers/spi/spi-nuc900.c
1688 F: drivers/usb/host/ehci-w90x900.c
1689 F: drivers/video/fbdev/nuc900fb.c
1690
1691 ARM/U300 MACHINE SUPPORT
1692 M: Linus Walleij <linus.walleij@linaro.org>
1693 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1694 S: Supported
1695 F: arch/arm/mach-u300/
1696 F: drivers/clocksource/timer-u300.c
1697 F: drivers/i2c/busses/i2c-stu300.c
1698 F: drivers/rtc/rtc-coh901331.c
1699 F: drivers/watchdog/coh901327_wdt.c
1700 F: drivers/dma/coh901318*
1701 F: drivers/mfd/ab3100*
1702 F: drivers/rtc/rtc-ab3100.c
1703 F: drivers/rtc/rtc-coh901331.c
1704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1705
1706 ARM/UNIPHIER ARCHITECTURE
1707 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1708 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1709 S: Maintained
1710 F: arch/arm/boot/dts/uniphier*
1711 F: arch/arm/include/asm/hardware/cache-uniphier.h
1712 F: arch/arm/mach-uniphier/
1713 F: arch/arm/mm/cache-uniphier.c
1714 F: arch/arm64/boot/dts/socionext/
1715 F: drivers/bus/uniphier-system-bus.c
1716 F: drivers/i2c/busses/i2c-uniphier*
1717 F: drivers/pinctrl/uniphier/
1718 F: drivers/tty/serial/8250/8250_uniphier.c
1719 N: uniphier
1720
1721 ARM/Ux500 ARM ARCHITECTURE
1722 M: Linus Walleij <linus.walleij@linaro.org>
1723 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 S: Maintained
1725 F: arch/arm/mach-ux500/
1726 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1727 F: drivers/dma/ste_dma40*
1728 F: drivers/hwspinlock/u8500_hsem.c
1729 F: drivers/mfd/abx500*
1730 F: drivers/mfd/ab8500*
1731 F: drivers/mfd/dbx500*
1732 F: drivers/mfd/db8500*
1733 F: drivers/pinctrl/nomadik/pinctrl-ab*
1734 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1735 F: drivers/rtc/rtc-ab8500.c
1736 F: drivers/rtc/rtc-pl031.c
1737 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1738
1739 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1740 M: Ulf Hansson <ulf.hansson@linaro.org>
1741 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1742 T: git git://git.linaro.org/people/ulfh/clk.git
1743 S: Maintained
1744 F: drivers/clk/ux500/
1745 F: include/linux/platform_data/clk-ux500.h
1746
1747 ARM/VERSATILE EXPRESS PLATFORM
1748 M: Liviu Dudau <liviu.dudau@arm.com>
1749 M: Sudeep Holla <sudeep.holla@arm.com>
1750 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1751 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1752 S: Maintained
1753 F: arch/arm/boot/dts/vexpress*
1754 F: arch/arm64/boot/dts/arm/
1755 F: arch/arm/mach-vexpress/
1756 F: */*/vexpress*
1757 F: */*/*/vexpress*
1758 F: drivers/clk/versatile/clk-vexpress-osc.c
1759 F: drivers/clocksource/versatile.c
1760
1761 ARM/VFP SUPPORT
1762 M: Russell King <linux@arm.linux.org.uk>
1763 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1764 W: http://www.arm.linux.org.uk/
1765 S: Maintained
1766 F: arch/arm/vfp/
1767
1768 ARM/VOIPAC PXA270 SUPPORT
1769 M: Marek Vasut <marek.vasut@gmail.com>
1770 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1771 S: Maintained
1772 F: arch/arm/mach-pxa/vpac270.c
1773 F: arch/arm/mach-pxa/include/mach/vpac270.h
1774
1775 ARM/VT8500 ARM ARCHITECTURE
1776 M: Tony Prisk <linux@prisktech.co.nz>
1777 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S: Maintained
1779 F: arch/arm/mach-vt8500/
1780 F: drivers/clocksource/vt8500_timer.c
1781 F: drivers/i2c/busses/i2c-wmt.c
1782 F: drivers/mmc/host/wmt-sdmmc.c
1783 F: drivers/pwm/pwm-vt8500.c
1784 F: drivers/rtc/rtc-vt8500.c
1785 F: drivers/tty/serial/vt8500_serial.c
1786 F: drivers/usb/host/ehci-platform.c
1787 F: drivers/usb/host/uhci-platform.c
1788 F: drivers/video/fbdev/vt8500lcdfb.*
1789 F: drivers/video/fbdev/wm8505fb*
1790 F: drivers/video/fbdev/wmt_ge_rops.*
1791
1792 ARM/ZIPIT Z2 SUPPORT
1793 M: Marek Vasut <marek.vasut@gmail.com>
1794 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1795 S: Maintained
1796 F: arch/arm/mach-pxa/z2.c
1797 F: arch/arm/mach-pxa/include/mach/z2.h
1798
1799 ARM/ZTE ARCHITECTURE
1800 M: Jun Nie <jun.nie@linaro.org>
1801 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802 S: Maintained
1803 F: arch/arm/mach-zx/
1804 F: drivers/clk/zte/
1805 F: Documentation/devicetree/bindings/arm/zte.txt
1806 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1807
1808 ARM/ZYNQ ARCHITECTURE
1809 M: Michal Simek <michal.simek@xilinx.com>
1810 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1811 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1812 W: http://wiki.xilinx.com
1813 T: git https://github.com/Xilinx/linux-xlnx.git
1814 S: Supported
1815 F: arch/arm/mach-zynq/
1816 F: drivers/cpuidle/cpuidle-zynq.c
1817 F: drivers/block/xsysace.c
1818 N: zynq
1819 N: xilinx
1820 F: drivers/clocksource/cadence_ttc_timer.c
1821 F: drivers/i2c/busses/i2c-cadence.c
1822 F: drivers/mmc/host/sdhci-of-arasan.c
1823 F: drivers/edac/synopsys_edac.c
1824
1825 ARM SMMU DRIVERS
1826 M: Will Deacon <will.deacon@arm.com>
1827 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1828 S: Maintained
1829 F: drivers/iommu/arm-smmu.c
1830 F: drivers/iommu/arm-smmu-v3.c
1831 F: drivers/iommu/io-pgtable-arm.c
1832
1833 ARM64 PORT (AARCH64 ARCHITECTURE)
1834 M: Catalin Marinas <catalin.marinas@arm.com>
1835 M: Will Deacon <will.deacon@arm.com>
1836 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1838 S: Maintained
1839 F: arch/arm64/
1840 F: Documentation/arm64/
1841
1842 AS3645A LED FLASH CONTROLLER DRIVER
1843 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1844 L: linux-media@vger.kernel.org
1845 T: git git://linuxtv.org/media_tree.git
1846 S: Maintained
1847 F: drivers/media/i2c/as3645a.c
1848 F: include/media/i2c/as3645a.h
1849
1850 ASC7621 HARDWARE MONITOR DRIVER
1851 M: George Joseph <george.joseph@fairview5.com>
1852 L: lm-sensors@lm-sensors.org
1853 S: Maintained
1854 F: Documentation/hwmon/asc7621
1855 F: drivers/hwmon/asc7621.c
1856
1857 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1858 M: Corentin Chary <corentin.chary@gmail.com>
1859 L: acpi4asus-user@lists.sourceforge.net
1860 L: platform-driver-x86@vger.kernel.org
1861 W: http://acpi4asus.sf.net
1862 S: Maintained
1863 F: drivers/platform/x86/asus*.c
1864 F: drivers/platform/x86/eeepc*.c
1865
1866 ASUS WIRELESS RADIO CONTROL DRIVER
1867 M: JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1868 L: platform-driver-x86@vger.kernel.org
1869 S: Maintained
1870 F: drivers/platform/x86/asus-wireless.c
1871
1872 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1873 R: Dan Williams <dan.j.williams@intel.com>
1874 W: http://sourceforge.net/projects/xscaleiop
1875 S: Odd fixes
1876 F: Documentation/crypto/async-tx-api.txt
1877 F: crypto/async_tx/
1878 F: drivers/dma/
1879 F: include/linux/dmaengine.h
1880 F: include/linux/async_tx.h
1881
1882 AT24 EEPROM DRIVER
1883 M: Wolfram Sang <wsa@the-dreams.de>
1884 L: linux-i2c@vger.kernel.org
1885 S: Maintained
1886 F: drivers/misc/eeprom/at24.c
1887 F: include/linux/platform_data/at24.h
1888
1889 ATA OVER ETHERNET (AOE) DRIVER
1890 M: "Ed L. Cashin" <ed.cashin@acm.org>
1891 W: http://www.openaoe.org/
1892 S: Supported
1893 F: Documentation/aoe/
1894 F: drivers/block/aoe/
1895
1896 ATHEROS 71XX/9XXX GPIO DRIVER
1897 M: Alban Bedel <albeu@free.fr>
1898 W: https://github.com/AlbanBedel/linux
1899 T: git git://github.com/AlbanBedel/linux
1900 S: Maintained
1901 F: drivers/gpio/gpio-ath79.c
1902 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1903
1904 ATHEROS ATH GENERIC UTILITIES
1905 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1906 L: linux-wireless@vger.kernel.org
1907 S: Supported
1908 F: drivers/net/wireless/ath/*
1909
1910 ATHEROS ATH5K WIRELESS DRIVER
1911 M: Jiri Slaby <jirislaby@gmail.com>
1912 M: Nick Kossifidis <mickflemm@gmail.com>
1913 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1914 L: linux-wireless@vger.kernel.org
1915 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1916 S: Maintained
1917 F: drivers/net/wireless/ath/ath5k/
1918
1919 ATHEROS ATH6KL WIRELESS DRIVER
1920 M: Kalle Valo <kvalo@qca.qualcomm.com>
1921 L: linux-wireless@vger.kernel.org
1922 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1924 S: Supported
1925 F: drivers/net/wireless/ath/ath6kl/
1926
1927 WILOCITY WIL6210 WIRELESS DRIVER
1928 M: Maya Erez <qca_merez@qca.qualcomm.com>
1929 L: linux-wireless@vger.kernel.org
1930 L: wil6210@qca.qualcomm.com
1931 S: Supported
1932 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1933 F: drivers/net/wireless/ath/wil6210/
1934 F: include/uapi/linux/wil6210_uapi.h
1935
1936 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1937 M: Christian Lamparter <chunkeey@googlemail.com>
1938 L: linux-wireless@vger.kernel.org
1939 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1940 S: Maintained
1941 F: drivers/net/wireless/ath/carl9170/
1942
1943 ATK0110 HWMON DRIVER
1944 M: Luca Tettamanti <kronos.it@gmail.com>
1945 L: lm-sensors@lm-sensors.org
1946 S: Maintained
1947 F: drivers/hwmon/asus_atk0110.c
1948
1949 ATI_REMOTE2 DRIVER
1950 M: Ville Syrjala <syrjala@sci.fi>
1951 S: Maintained
1952 F: drivers/input/misc/ati_remote2.c
1953
1954 ATLX ETHERNET DRIVERS
1955 M: Jay Cliburn <jcliburn@gmail.com>
1956 M: Chris Snook <chris.snook@gmail.com>
1957 L: netdev@vger.kernel.org
1958 W: http://sourceforge.net/projects/atl1
1959 W: http://atl1.sourceforge.net
1960 S: Maintained
1961 F: drivers/net/ethernet/atheros/
1962
1963 ATM
1964 M: Chas Williams <3chas3@gmail.com>
1965 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1966 L: netdev@vger.kernel.org
1967 W: http://linux-atm.sourceforge.net
1968 S: Maintained
1969 F: drivers/atm/
1970 F: include/linux/atm*
1971 F: include/uapi/linux/atm*
1972
1973 ATMEL AT91 / AT32 MCI DRIVER
1974 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1975 S: Maintained
1976 F: drivers/mmc/host/atmel-mci.c
1977
1978 ATMEL AT91 / AT32 SERIAL DRIVER
1979 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1980 S: Supported
1981 F: drivers/tty/serial/atmel_serial.c
1982
1983 ATMEL SAMA5D2 ADC DRIVER
1984 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1985 L: linux-iio@vger.kernel.org
1986 S: Supported
1987 F: drivers/iio/adc/at91-sama5d2_adc.c
1988
1989 ATMEL Audio ALSA driver
1990 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1991 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1992 S: Supported
1993 F: sound/soc/atmel
1994
1995 ATMEL DMA DRIVER
1996 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1997 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1998 S: Supported
1999 F: drivers/dma/at_hdmac.c
2000 F: drivers/dma/at_hdmac_regs.h
2001 F: include/linux/platform_data/dma-atmel.h
2002
2003 ATMEL XDMA DRIVER
2004 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2005 L: linux-arm-kernel@lists.infradead.org
2006 L: dmaengine@vger.kernel.org
2007 S: Supported
2008 F: drivers/dma/at_xdmac.c
2009
2010 ATMEL I2C DRIVER
2011 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2012 L: linux-i2c@vger.kernel.org
2013 S: Supported
2014 F: drivers/i2c/busses/i2c-at91.c
2015
2016 ATMEL ISI DRIVER
2017 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2018 L: linux-media@vger.kernel.org
2019 S: Supported
2020 F: drivers/media/platform/soc_camera/atmel-isi.c
2021 F: include/media/atmel-isi.h
2022
2023 ATMEL LCDFB DRIVER
2024 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2025 L: linux-fbdev@vger.kernel.org
2026 S: Maintained
2027 F: drivers/video/fbdev/atmel_lcdfb.c
2028 F: include/video/atmel_lcdc.h
2029
2030 ATMEL MACB ETHERNET DRIVER
2031 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2032 S: Supported
2033 F: drivers/net/ethernet/cadence/
2034
2035 ATMEL NAND DRIVER
2036 M: Wenyou Yang <wenyou.yang@atmel.com>
2037 M: Josh Wu <rainyfeeling@outlook.com>
2038 L: linux-mtd@lists.infradead.org
2039 S: Supported
2040 F: drivers/mtd/nand/atmel_nand*
2041
2042 ATMEL SDMMC DRIVER
2043 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2044 L: linux-mmc@vger.kernel.org
2045 S: Supported
2046 F: drivers/mmc/host/sdhci-of-at91.c
2047
2048 ATMEL SPI DRIVER
2049 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2050 S: Supported
2051 F: drivers/spi/spi-atmel.*
2052
2053 ATMEL SSC DRIVER
2054 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2055 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2056 S: Supported
2057 F: drivers/misc/atmel-ssc.c
2058 F: include/linux/atmel-ssc.h
2059
2060 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2061 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2062 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2063 S: Supported
2064 F: drivers/misc/atmel_tclib.c
2065 F: drivers/clocksource/tcb_clksrc.c
2066
2067 ATMEL USBA UDC DRIVER
2068 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2070 S: Supported
2071 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2072
2073 ATMEL WIRELESS DRIVER
2074 M: Simon Kelley <simon@thekelleys.org.uk>
2075 L: linux-wireless@vger.kernel.org
2076 W: http://www.thekelleys.org.uk/atmel
2077 W: http://atmelwlandriver.sourceforge.net/
2078 S: Maintained
2079 F: drivers/net/wireless/atmel/atmel*
2080
2081 ATMEL MAXTOUCH DRIVER
2082 M: Nick Dyer <nick.dyer@itdev.co.uk>
2083 T: git git://github.com/atmel-maxtouch/linux.git
2084 S: Supported
2085 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2086 F: drivers/input/touchscreen/atmel_mxt_ts.c
2087 F: include/linux/platform_data/atmel_mxt_ts.h
2088
2089 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2090 M: Bradley Grove <linuxdrivers@attotech.com>
2091 L: linux-scsi@vger.kernel.org
2092 W: http://www.attotech.com
2093 S: Supported
2094 F: drivers/scsi/esas2r
2095
2096 ATUSB IEEE 802.15.4 RADIO DRIVER
2097 M: Stefan Schmidt <stefan@osg.samsung.com>
2098 L: linux-wpan@vger.kernel.org
2099 S: Maintained
2100 F: drivers/net/ieee802154/atusb.c
2101 F: drivers/net/ieee802154/atusb.h
2102 F: drivers/net/ieee802154/at86rf230.h
2103
2104 AUDIT SUBSYSTEM
2105 M: Paul Moore <paul@paul-moore.com>
2106 M: Eric Paris <eparis@redhat.com>
2107 L: linux-audit@redhat.com (moderated for non-subscribers)
2108 W: http://people.redhat.com/sgrubb/audit/
2109 T: git git://git.infradead.org/users/pcmoore/audit
2110 S: Maintained
2111 F: include/linux/audit.h
2112 F: include/uapi/linux/audit.h
2113 F: kernel/audit*
2114
2115 AUXILIARY DISPLAY DRIVERS
2116 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2117 W: http://miguelojeda.es/auxdisplay.htm
2118 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2119 S: Maintained
2120 F: drivers/auxdisplay/
2121 F: include/linux/cfag12864b.h
2122
2123 AVR32 ARCHITECTURE
2124 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2125 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2126 W: http://www.atmel.com/products/AVR32/
2127 W: http://mirror.egtvedt.no/avr32linux.org/
2128 W: http://avrfreaks.net/
2129 S: Maintained
2130 F: arch/avr32/
2131
2132 AVR32/AT32AP MACHINE SUPPORT
2133 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2134 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2135 S: Maintained
2136 F: arch/avr32/mach-at32ap/
2137
2138 AX.25 NETWORK LAYER
2139 M: Ralf Baechle <ralf@linux-mips.org>
2140 L: linux-hams@vger.kernel.org
2141 W: http://www.linux-ax25.org/
2142 S: Maintained
2143 F: include/uapi/linux/ax25.h
2144 F: include/net/ax25.h
2145 F: net/ax25/
2146
2147 AZ6007 DVB DRIVER
2148 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2149 L: linux-media@vger.kernel.org
2150 W: https://linuxtv.org
2151 T: git git://linuxtv.org/media_tree.git
2152 S: Maintained
2153 F: drivers/media/usb/dvb-usb-v2/az6007.c
2154
2155 AZTECH FM RADIO RECEIVER DRIVER
2156 M: Hans Verkuil <hverkuil@xs4all.nl>
2157 L: linux-media@vger.kernel.org
2158 T: git git://linuxtv.org/media_tree.git
2159 W: https://linuxtv.org
2160 S: Maintained
2161 F: drivers/media/radio/radio-aztech*
2162
2163 B43 WIRELESS DRIVER
2164 L: linux-wireless@vger.kernel.org
2165 L: b43-dev@lists.infradead.org
2166 W: http://wireless.kernel.org/en/users/Drivers/b43
2167 S: Odd Fixes
2168 F: drivers/net/wireless/broadcom/b43/
2169
2170 B43LEGACY WIRELESS DRIVER
2171 M: Larry Finger <Larry.Finger@lwfinger.net>
2172 L: linux-wireless@vger.kernel.org
2173 L: b43-dev@lists.infradead.org
2174 W: http://wireless.kernel.org/en/users/Drivers/b43
2175 S: Maintained
2176 F: drivers/net/wireless/broadcom/b43legacy/
2177
2178 BACKLIGHT CLASS/SUBSYSTEM
2179 M: Jingoo Han <jingoohan1@gmail.com>
2180 M: Lee Jones <lee.jones@linaro.org>
2181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2182 S: Maintained
2183 F: drivers/video/backlight/
2184 F: include/linux/backlight.h
2185
2186 BATMAN ADVANCED
2187 M: Marek Lindner <mareklindner@neomailbox.ch>
2188 M: Simon Wunderlich <sw@simonwunderlich.de>
2189 M: Antonio Quartulli <a@unstable.cc>
2190 L: b.a.t.m.a.n@lists.open-mesh.org
2191 W: https://www.open-mesh.org/
2192 Q: https://patchwork.open-mesh.org/project/batman/list/
2193 S: Maintained
2194 F: net/batman-adv/
2195
2196 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2197 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2198 L: linux-hams@vger.kernel.org
2199 W: http://www.baycom.org/~tom/ham/ham.html
2200 S: Maintained
2201 F: drivers/net/hamradio/baycom*
2202
2203 BCACHE (BLOCK LAYER CACHE)
2204 M: Kent Overstreet <kent.overstreet@gmail.com>
2205 L: linux-bcache@vger.kernel.org
2206 W: http://bcache.evilpiepirate.org
2207 S: Maintained
2208 F: drivers/md/bcache/
2209
2210 BDISP ST MEDIA DRIVER
2211 M: Fabien Dessenne <fabien.dessenne@st.com>
2212 L: linux-media@vger.kernel.org
2213 T: git git://linuxtv.org/media_tree.git
2214 W: https://linuxtv.org
2215 S: Supported
2216 F: drivers/media/platform/sti/bdisp
2217
2218 BEFS FILE SYSTEM
2219 S: Orphan
2220 F: Documentation/filesystems/befs.txt
2221 F: fs/befs/
2222
2223 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2224 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2225 L: netdev@vger.kernel.org
2226 S: Maintained
2227 F: drivers/net/ethernet/ec_bhf.c
2228
2229 BFS FILE SYSTEM
2230 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2231 S: Maintained
2232 F: Documentation/filesystems/bfs.txt
2233 F: fs/bfs/
2234 F: include/uapi/linux/bfs_fs.h
2235
2236 BLACKFIN ARCHITECTURE
2237 M: Steven Miao <realmz6@gmail.com>
2238 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2239 T: git git://git.code.sf.net/p/adi-linux/code
2240 W: http://blackfin.uclinux.org
2241 S: Supported
2242 F: arch/blackfin/
2243
2244 BLACKFIN EMAC DRIVER
2245 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2246 W: http://blackfin.uclinux.org
2247 S: Supported
2248 F: drivers/net/ethernet/adi/
2249
2250 BLACKFIN RTC DRIVER
2251 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2252 W: http://blackfin.uclinux.org
2253 S: Supported
2254 F: drivers/rtc/rtc-bfin.c
2255
2256 BLACKFIN SDH DRIVER
2257 M: Sonic Zhang <sonic.zhang@analog.com>
2258 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2259 W: http://blackfin.uclinux.org
2260 S: Supported
2261 F: drivers/mmc/host/bfin_sdh.c
2262
2263 BLACKFIN SERIAL DRIVER
2264 M: Sonic Zhang <sonic.zhang@analog.com>
2265 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2266 W: http://blackfin.uclinux.org
2267 S: Supported
2268 F: drivers/tty/serial/bfin_uart.c
2269
2270 BLACKFIN WATCHDOG DRIVER
2271 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2272 W: http://blackfin.uclinux.org
2273 S: Supported
2274 F: drivers/watchdog/bfin_wdt.c
2275
2276 BLACKFIN I2C TWI DRIVER
2277 M: Sonic Zhang <sonic.zhang@analog.com>
2278 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2279 W: http://blackfin.uclinux.org/
2280 S: Supported
2281 F: drivers/i2c/busses/i2c-bfin-twi.c
2282
2283 BLACKFIN MEDIA DRIVER
2284 M: Scott Jiang <scott.jiang.linux@gmail.com>
2285 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2286 W: http://blackfin.uclinux.org/
2287 S: Supported
2288 F: drivers/media/platform/blackfin/
2289 F: drivers/media/i2c/adv7183*
2290 F: drivers/media/i2c/vs6624*
2291
2292 BLINKM RGB LED DRIVER
2293 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2294 S: Maintained
2295 F: drivers/leds/leds-blinkm.c
2296
2297 BLOCK LAYER
2298 M: Jens Axboe <axboe@kernel.dk>
2299 L: linux-block@vger.kernel.org
2300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2301 S: Maintained
2302 F: block/
2303 F: kernel/trace/blktrace.c
2304
2305 BLOCK2MTD DRIVER
2306 M: Joern Engel <joern@lazybastard.org>
2307 L: linux-mtd@lists.infradead.org
2308 S: Maintained
2309 F: drivers/mtd/devices/block2mtd.c
2310
2311 BLUETOOTH DRIVERS
2312 M: Marcel Holtmann <marcel@holtmann.org>
2313 M: Gustavo Padovan <gustavo@padovan.org>
2314 M: Johan Hedberg <johan.hedberg@gmail.com>
2315 L: linux-bluetooth@vger.kernel.org
2316 W: http://www.bluez.org/
2317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2319 S: Maintained
2320 F: drivers/bluetooth/
2321
2322 BLUETOOTH SUBSYSTEM
2323 M: Marcel Holtmann <marcel@holtmann.org>
2324 M: Gustavo Padovan <gustavo@padovan.org>
2325 M: Johan Hedberg <johan.hedberg@gmail.com>
2326 L: linux-bluetooth@vger.kernel.org
2327 W: http://www.bluez.org/
2328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2329 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2330 S: Maintained
2331 F: net/bluetooth/
2332 F: include/net/bluetooth/
2333
2334 BONDING DRIVER
2335 M: Jay Vosburgh <j.vosburgh@gmail.com>
2336 M: Veaceslav Falico <vfalico@gmail.com>
2337 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2338 L: netdev@vger.kernel.org
2339 W: http://sourceforge.net/projects/bonding/
2340 S: Supported
2341 F: drivers/net/bonding/
2342 F: include/uapi/linux/if_bonding.h
2343
2344 BPF (Safe dynamic programs and tools)
2345 M: Alexei Starovoitov <ast@kernel.org>
2346 L: netdev@vger.kernel.org
2347 L: linux-kernel@vger.kernel.org
2348 S: Supported
2349 F: kernel/bpf/
2350
2351 BROADCOM B44 10/100 ETHERNET DRIVER
2352 M: Gary Zambrano <zambrano@broadcom.com>
2353 L: netdev@vger.kernel.org
2354 S: Supported
2355 F: drivers/net/ethernet/broadcom/b44.*
2356
2357 BROADCOM GENET ETHERNET DRIVER
2358 M: Florian Fainelli <f.fainelli@gmail.com>
2359 L: netdev@vger.kernel.org
2360 S: Supported
2361 F: drivers/net/ethernet/broadcom/genet/
2362
2363 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2364 M: Sony Chacko <sony.chacko@qlogic.com>
2365 M: Dept-HSGLinuxNICDev@qlogic.com
2366 L: netdev@vger.kernel.org
2367 S: Supported
2368 F: drivers/net/ethernet/broadcom/bnx2.*
2369 F: drivers/net/ethernet/broadcom/bnx2_*
2370
2371 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2372 M: Ariel Elior <ariel.elior@qlogic.com>
2373 L: netdev@vger.kernel.org
2374 S: Supported
2375 F: drivers/net/ethernet/broadcom/bnx2x/
2376
2377 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2378 M: Florian Fainelli <f.fainelli@gmail.com>
2379 M: Ray Jui <rjui@broadcom.com>
2380 M: Scott Branden <sbranden@broadcom.com>
2381 L: bcm-kernel-feedback-list@broadcom.com
2382 T: git git://github.com/broadcom/mach-bcm
2383 S: Maintained
2384 F: arch/arm/mach-bcm/
2385 F: arch/arm/boot/dts/bcm113*
2386 F: arch/arm/boot/dts/bcm216*
2387 F: arch/arm/boot/dts/bcm281*
2388 F: arch/arm64/boot/dts/broadcom/
2389 F: arch/arm/configs/bcm_defconfig
2390 F: drivers/mmc/host/sdhci-bcm-kona.c
2391 F: drivers/clocksource/bcm_kona_timer.c
2392
2393 BROADCOM BCM2835 ARM ARCHITECTURE
2394 M: Stephen Warren <swarren@wwwdotorg.org>
2395 M: Lee Jones <lee@kernel.org>
2396 M: Eric Anholt <eric@anholt.net>
2397 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2398 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2399 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2400 S: Maintained
2401 N: bcm2835
2402
2403 BROADCOM BCM47XX MIPS ARCHITECTURE
2404 M: Hauke Mehrtens <hauke@hauke-m.de>
2405 M: Rafał Miłecki <zajec5@gmail.com>
2406 L: linux-mips@linux-mips.org
2407 S: Maintained
2408 F: arch/mips/bcm47xx/*
2409 F: arch/mips/include/asm/mach-bcm47xx/*
2410
2411 BROADCOM BCM5301X ARM ARCHITECTURE
2412 M: Hauke Mehrtens <hauke@hauke-m.de>
2413 L: linux-arm-kernel@lists.infradead.org
2414 S: Maintained
2415 F: arch/arm/mach-bcm/bcm_5301x.c
2416 F: arch/arm/boot/dts/bcm5301x.dtsi
2417 F: arch/arm/boot/dts/bcm470*
2418
2419 BROADCOM BCM63XX ARM ARCHITECTURE
2420 M: Florian Fainelli <f.fainelli@gmail.com>
2421 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2422 L: bcm-kernel-feedback-list@broadcom.com
2423 T: git git://github.com/broadcom/stblinux.git
2424 S: Maintained
2425 F: arch/arm/mach-bcm/bcm63xx.c
2426 F: arch/arm/include/debug/bcm63xx.S
2427
2428 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2429 M: Kevin Cernekee <cernekee@gmail.com>
2430 L: linux-usb@vger.kernel.org
2431 S: Maintained
2432 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2433
2434 BROADCOM BCM7XXX ARM ARCHITECTURE
2435 M: Brian Norris <computersforpeace@gmail.com>
2436 M: Gregory Fong <gregory.0xf0@gmail.com>
2437 M: Florian Fainelli <f.fainelli@gmail.com>
2438 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2439 L: bcm-kernel-feedback-list@broadcom.com
2440 T: git git://github.com/broadcom/stblinux.git
2441 S: Maintained
2442 F: arch/arm/mach-bcm/*brcmstb*
2443 F: arch/arm/boot/dts/bcm7*.dts*
2444 F: drivers/bus/brcmstb_gisb.c
2445 N: brcmstb
2446
2447 BROADCOM BMIPS MIPS ARCHITECTURE
2448 M: Kevin Cernekee <cernekee@gmail.com>
2449 M: Florian Fainelli <f.fainelli@gmail.com>
2450 L: linux-mips@linux-mips.org
2451 T: git git://github.com/broadcom/stblinux.git
2452 S: Maintained
2453 F: arch/mips/bmips/*
2454 F: arch/mips/include/asm/mach-bmips/*
2455 F: arch/mips/kernel/*bmips*
2456 F: arch/mips/boot/dts/brcm/bcm*.dts*
2457 F: drivers/irqchip/irq-bcm63*
2458 F: drivers/irqchip/irq-bcm7*
2459 F: drivers/irqchip/irq-brcmstb*
2460 F: include/linux/bcm963xx_nvram.h
2461 F: include/linux/bcm963xx_tag.h
2462
2463 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2464 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2465 M: Prashant Sreedharan <prashant@broadcom.com>
2466 M: Michael Chan <mchan@broadcom.com>
2467 L: netdev@vger.kernel.org
2468 S: Supported
2469 F: drivers/net/ethernet/broadcom/tg3.*
2470
2471 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2472 M: Brett Rudley <brudley@broadcom.com>
2473 M: Arend van Spriel <arend@broadcom.com>
2474 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2475 M: Hante Meuleman <meuleman@broadcom.com>
2476 L: linux-wireless@vger.kernel.org
2477 L: brcm80211-dev-list@broadcom.com
2478 S: Supported
2479 F: drivers/net/wireless/broadcom/brcm80211/
2480
2481 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2482 M: QLogic-Storage-Upstream@qlogic.com
2483 L: linux-scsi@vger.kernel.org
2484 S: Supported
2485 F: drivers/scsi/bnx2fc/
2486
2487 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2488 M: QLogic-Storage-Upstream@qlogic.com
2489 L: linux-scsi@vger.kernel.org
2490 S: Supported
2491 F: drivers/scsi/bnx2i/
2492
2493 BROADCOM IPROC ARM ARCHITECTURE
2494 M: Ray Jui <rjui@broadcom.com>
2495 M: Scott Branden <sbranden@broadcom.com>
2496 M: Jon Mason <jonmason@broadcom.com>
2497 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2498 L: bcm-kernel-feedback-list@broadcom.com
2499 T: git git://github.com/broadcom/cygnus-linux.git
2500 S: Maintained
2501 N: iproc
2502 N: cygnus
2503 N: nsp
2504 N: bcm9113*
2505 N: bcm9583*
2506 N: bcm9585*
2507 N: bcm9586*
2508 N: bcm988312
2509 N: bcm113*
2510 N: bcm583*
2511 N: bcm585*
2512 N: bcm586*
2513 N: bcm88312
2514
2515 BROADCOM BRCMSTB GPIO DRIVER
2516 M: Gregory Fong <gregory.0xf0@gmail.com>
2517 L: bcm-kernel-feedback-list@broadcom.com
2518 S: Supported
2519 F: drivers/gpio/gpio-brcmstb.c
2520 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2521
2522 BROADCOM KONA GPIO DRIVER
2523 M: Ray Jui <rjui@broadcom.com>
2524 L: bcm-kernel-feedback-list@broadcom.com
2525 S: Supported
2526 F: drivers/gpio/gpio-bcm-kona.c
2527 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2528
2529 BROADCOM NVRAM DRIVER
2530 M: Rafał Miłecki <zajec5@gmail.com>
2531 L: linux-mips@linux-mips.org
2532 S: Maintained
2533 F: drivers/firmware/broadcom/*
2534
2535 BROADCOM STB NAND FLASH DRIVER
2536 M: Brian Norris <computersforpeace@gmail.com>
2537 M: Kamal Dasu <kdasu.kdev@gmail.com>
2538 L: linux-mtd@lists.infradead.org
2539 L: bcm-kernel-feedback-list@broadcom.com
2540 S: Maintained
2541 F: drivers/mtd/nand/brcmnand/
2542
2543 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2544 M: Rafał Miłecki <zajec5@gmail.com>
2545 L: linux-wireless@vger.kernel.org
2546 S: Maintained
2547 F: drivers/bcma/
2548 F: include/linux/bcma/
2549
2550 BROADCOM SYSTEMPORT ETHERNET DRIVER
2551 M: Florian Fainelli <f.fainelli@gmail.com>
2552 L: netdev@vger.kernel.org
2553 S: Supported
2554 F: drivers/net/ethernet/broadcom/bcmsysport.*
2555
2556 BROADCOM VULCAN ARM64 SOC
2557 M: Jayachandran C. <jchandra@broadcom.com>
2558 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2559 L: bcm-kernel-feedback-list@broadcom.com
2560 S: Maintained
2561 F: arch/arm64/boot/dts/broadcom/vulcan*
2562
2563 BROCADE BFA FC SCSI DRIVER
2564 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2565 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2566 L: linux-scsi@vger.kernel.org
2567 S: Supported
2568 F: drivers/scsi/bfa/
2569
2570 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2571 M: Rasesh Mody <rasesh.mody@qlogic.com>
2572 L: netdev@vger.kernel.org
2573 S: Supported
2574 F: drivers/net/ethernet/brocade/bna/
2575
2576 BSG (block layer generic sg v4 driver)
2577 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2578 L: linux-scsi@vger.kernel.org
2579 S: Supported
2580 F: block/bsg.c
2581 F: include/linux/bsg.h
2582 F: include/uapi/linux/bsg.h
2583
2584 BT87X AUDIO DRIVER
2585 M: Clemens Ladisch <clemens@ladisch.de>
2586 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2587 T: git git://git.alsa-project.org/alsa-kernel.git
2588 S: Maintained
2589 F: Documentation/sound/alsa/Bt87x.txt
2590 F: sound/pci/bt87x.c
2591
2592 BT8XXGPIO DRIVER
2593 M: Michael Buesch <m@bues.ch>
2594 W: http://bu3sch.de/btgpio.php
2595 S: Maintained
2596 F: drivers/gpio/gpio-bt8xx.c
2597
2598 BTRFS FILE SYSTEM
2599 M: Chris Mason <clm@fb.com>
2600 M: Josef Bacik <jbacik@fb.com>
2601 M: David Sterba <dsterba@suse.com>
2602 L: linux-btrfs@vger.kernel.org
2603 W: http://btrfs.wiki.kernel.org/
2604 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2606 S: Maintained
2607 F: Documentation/filesystems/btrfs.txt
2608 F: fs/btrfs/
2609
2610 BTTV VIDEO4LINUX DRIVER
2611 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2612 L: linux-media@vger.kernel.org
2613 W: https://linuxtv.org
2614 T: git git://linuxtv.org/media_tree.git
2615 S: Odd fixes
2616 F: Documentation/video4linux/bttv/
2617 F: drivers/media/pci/bt8xx/bttv*
2618
2619 BUSLOGIC SCSI DRIVER
2620 M: Khalid Aziz <khalid@gonehiking.org>
2621 L: linux-scsi@vger.kernel.org
2622 S: Maintained
2623 F: drivers/scsi/BusLogic.*
2624 F: drivers/scsi/FlashPoint.*
2625
2626 C-MEDIA CMI8788 DRIVER
2627 M: Clemens Ladisch <clemens@ladisch.de>
2628 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2629 T: git git://git.alsa-project.org/alsa-kernel.git
2630 S: Maintained
2631 F: sound/pci/oxygen/
2632
2633 C6X ARCHITECTURE
2634 M: Mark Salter <msalter@redhat.com>
2635 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2636 L: linux-c6x-dev@linux-c6x.org
2637 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2638 S: Maintained
2639 F: arch/c6x/
2640
2641 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2642 M: David Howells <dhowells@redhat.com>
2643 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2644 S: Supported
2645 F: Documentation/filesystems/caching/cachefiles.txt
2646 F: fs/cachefiles/
2647
2648 CADET FM/AM RADIO RECEIVER DRIVER
2649 M: Hans Verkuil <hverkuil@xs4all.nl>
2650 L: linux-media@vger.kernel.org
2651 T: git git://linuxtv.org/media_tree.git
2652 W: https://linuxtv.org
2653 S: Maintained
2654 F: drivers/media/radio/radio-cadet*
2655
2656 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2657 M: Jonathan Corbet <corbet@lwn.net>
2658 L: linux-media@vger.kernel.org
2659 T: git git://linuxtv.org/media_tree.git
2660 S: Maintained
2661 F: Documentation/video4linux/cafe_ccic
2662 F: drivers/media/platform/marvell-ccic/
2663
2664 CAIF NETWORK LAYER
2665 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2666 L: netdev@vger.kernel.org
2667 S: Supported
2668 F: Documentation/networking/caif/
2669 F: drivers/net/caif/
2670 F: include/uapi/linux/caif/
2671 F: include/net/caif/
2672 F: net/caif/
2673
2674 CALGARY x86-64 IOMMU
2675 M: Muli Ben-Yehuda <muli@il.ibm.com>
2676 M: "Jon D. Mason" <jdmason@kudzu.us>
2677 L: discuss@x86-64.org
2678 S: Maintained
2679 F: arch/x86/kernel/pci-calgary_64.c
2680 F: arch/x86/kernel/tce_64.c
2681 F: arch/x86/include/asm/calgary.h
2682 F: arch/x86/include/asm/tce.h
2683
2684 CAN NETWORK LAYER
2685 M: Oliver Hartkopp <socketcan@hartkopp.net>
2686 M: Marc Kleine-Budde <mkl@pengutronix.de>
2687 L: linux-can@vger.kernel.org
2688 W: https://github.com/linux-can
2689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2691 S: Maintained
2692 F: Documentation/networking/can.txt
2693 F: net/can/
2694 F: include/linux/can/core.h
2695 F: include/uapi/linux/can.h
2696 F: include/uapi/linux/can/bcm.h
2697 F: include/uapi/linux/can/raw.h
2698 F: include/uapi/linux/can/gw.h
2699
2700 CAN NETWORK DRIVERS
2701 M: Wolfgang Grandegger <wg@grandegger.com>
2702 M: Marc Kleine-Budde <mkl@pengutronix.de>
2703 L: linux-can@vger.kernel.org
2704 W: https://github.com/linux-can
2705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2706 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2707 S: Maintained
2708 F: drivers/net/can/
2709 F: include/linux/can/dev.h
2710 F: include/linux/can/platform/
2711 F: include/uapi/linux/can/error.h
2712 F: include/uapi/linux/can/netlink.h
2713
2714 CAPABILITIES
2715 M: Serge Hallyn <serge.hallyn@canonical.com>
2716 L: linux-security-module@vger.kernel.org
2717 S: Supported
2718 F: include/linux/capability.h
2719 F: include/uapi/linux/capability.h
2720 F: security/commoncap.c
2721 F: kernel/capability.c
2722
2723 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2724 M: Kevin Tsai <ktsai@capellamicro.com>
2725 S: Maintained
2726 F: drivers/iio/light/cm*
2727 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2728
2729 CAVIUM LIQUIDIO NETWORK DRIVER
2730 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2731 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2732 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2733 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2734 L: netdev@vger.kernel.org
2735 W: http://www.cavium.com
2736 S: Supported
2737 F: drivers/net/ethernet/cavium/liquidio/
2738
2739 CC2520 IEEE-802.15.4 RADIO DRIVER
2740 M: Varka Bhadram <varkabhadram@gmail.com>
2741 L: linux-wpan@vger.kernel.org
2742 S: Maintained
2743 F: drivers/net/ieee802154/cc2520.c
2744 F: include/linux/spi/cc2520.h
2745 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2746
2747 CELL BROADBAND ENGINE ARCHITECTURE
2748 M: Arnd Bergmann <arnd@arndb.de>
2749 L: linuxppc-dev@lists.ozlabs.org
2750 W: http://www.ibm.com/developerworks/power/cell/
2751 S: Supported
2752 F: arch/powerpc/include/asm/cell*.h
2753 F: arch/powerpc/include/asm/spu*.h
2754 F: arch/powerpc/include/uapi/asm/spu*.h
2755 F: arch/powerpc/oprofile/*cell*
2756 F: arch/powerpc/platforms/cell/
2757
2758 CEPH COMMON CODE (LIBCEPH)
2759 M: Ilya Dryomov <idryomov@gmail.com>
2760 M: "Yan, Zheng" <zyan@redhat.com>
2761 M: Sage Weil <sage@redhat.com>
2762 L: ceph-devel@vger.kernel.org
2763 W: http://ceph.com/
2764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2765 T: git git://github.com/ceph/ceph-client.git
2766 S: Supported
2767 F: net/ceph/
2768 F: include/linux/ceph/
2769 F: include/linux/crush/
2770
2771 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2772 M: "Yan, Zheng" <zyan@redhat.com>
2773 M: Sage Weil <sage@redhat.com>
2774 M: Ilya Dryomov <idryomov@gmail.com>
2775 L: ceph-devel@vger.kernel.org
2776 W: http://ceph.com/
2777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2778 T: git git://github.com/ceph/ceph-client.git
2779 S: Supported
2780 F: Documentation/filesystems/ceph.txt
2781 F: fs/ceph/
2782
2783 CERTIFICATE HANDLING:
2784 M: David Howells <dhowells@redhat.com>
2785 M: David Woodhouse <dwmw2@infradead.org>
2786 L: keyrings@vger.kernel.org
2787 S: Maintained
2788 F: Documentation/module-signing.txt
2789 F: certs/
2790 F: scripts/sign-file.c
2791 F: scripts/extract-cert.c
2792
2793 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2794 L: linux-usb@vger.kernel.org
2795 S: Orphan
2796 F: Documentation/usb/WUSB-Design-overview.txt
2797 F: Documentation/usb/wusb-cbaf
2798 F: drivers/usb/host/hwa-hc.c
2799 F: drivers/usb/host/whci/
2800 F: drivers/usb/wusbcore/
2801 F: include/linux/usb/wusb*
2802
2803 CFAG12864B LCD DRIVER
2804 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2805 W: http://miguelojeda.es/auxdisplay.htm
2806 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2807 S: Maintained
2808 F: drivers/auxdisplay/cfag12864b.c
2809 F: include/linux/cfag12864b.h
2810
2811 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2812 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2813 W: http://miguelojeda.es/auxdisplay.htm
2814 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2815 S: Maintained
2816 F: drivers/auxdisplay/cfag12864bfb.c
2817 F: include/linux/cfag12864b.h
2818
2819 CFG80211 and NL80211
2820 M: Johannes Berg <johannes@sipsolutions.net>
2821 L: linux-wireless@vger.kernel.org
2822 W: http://wireless.kernel.org/
2823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2825 S: Maintained
2826 F: include/uapi/linux/nl80211.h
2827 F: include/net/cfg80211.h
2828 F: net/wireless/*
2829 X: net/wireless/wext*
2830
2831 CHAR and MISC DRIVERS
2832 M: Arnd Bergmann <arnd@arndb.de>
2833 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2835 S: Supported
2836 F: drivers/char/*
2837 F: drivers/misc/*
2838 F: include/linux/miscdevice.h
2839
2840 CHECKPATCH
2841 M: Andy Whitcroft <apw@canonical.com>
2842 M: Joe Perches <joe@perches.com>
2843 S: Maintained
2844 F: scripts/checkpatch.pl
2845
2846 CHINESE DOCUMENTATION
2847 M: Harry Wei <harryxiyou@gmail.com>
2848 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2849 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2850 S: Maintained
2851 F: Documentation/zh_CN/
2852
2853 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2854 M: Peter Chen <Peter.Chen@nxp.com>
2855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2856 L: linux-usb@vger.kernel.org
2857 S: Maintained
2858 F: drivers/usb/chipidea/
2859
2860 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2861 M: Hans de Goede <hdegoede@redhat.com>
2862 L: linux-input@vger.kernel.org
2863 S: Maintained
2864 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2865 F: drivers/input/touchscreen/chipone_icn8318.c
2866
2867 CHROME HARDWARE PLATFORM SUPPORT
2868 M: Olof Johansson <olof@lixom.net>
2869 S: Maintained
2870 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2871 F: drivers/platform/chrome/
2872
2873 CISCO VIC ETHERNET NIC DRIVER
2874 M: Christian Benvenuti <benve@cisco.com>
2875 M: Sujith Sankar <ssujith@cisco.com>
2876 M: Govindarajulu Varadarajan <_govind@gmx.com>
2877 M: Neel Patel <neepatel@cisco.com>
2878 S: Supported
2879 F: drivers/net/ethernet/cisco/enic/
2880
2881 CISCO VIC LOW LATENCY NIC DRIVER
2882 M: Christian Benvenuti <benve@cisco.com>
2883 M: Dave Goodell <dgoodell@cisco.com>
2884 S: Supported
2885 F: drivers/infiniband/hw/usnic/
2886
2887 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2888 M: Hartley Sweeten <hsweeten@visionengravers.com>
2889 L: netdev@vger.kernel.org
2890 S: Maintained
2891 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2892
2893 CIRRUS LOGIC AUDIO CODEC DRIVERS
2894 M: Brian Austin <brian.austin@cirrus.com>
2895 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2896 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2897 S: Maintained
2898 F: sound/soc/codecs/cs*
2899
2900 CLEANCACHE API
2901 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2902 L: linux-kernel@vger.kernel.org
2903 S: Maintained
2904 F: mm/cleancache.c
2905 F: include/linux/cleancache.h
2906
2907 CLK API
2908 M: Russell King <linux@arm.linux.org.uk>
2909 L: linux-clk@vger.kernel.org
2910 S: Maintained
2911 F: include/linux/clk.h
2912
2913 CLOCKSOURCE, CLOCKEVENT DRIVERS
2914 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2915 M: Thomas Gleixner <tglx@linutronix.de>
2916 L: linux-kernel@vger.kernel.org
2917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2918 S: Supported
2919 F: drivers/clocksource
2920
2921 CISCO FCOE HBA DRIVER
2922 M: Hiral Patel <hiralpat@cisco.com>
2923 M: Suma Ramars <sramars@cisco.com>
2924 M: Brian Uchino <buchino@cisco.com>
2925 L: linux-scsi@vger.kernel.org
2926 S: Supported
2927 F: drivers/scsi/fnic/
2928
2929 CISCO SCSI HBA DRIVER
2930 M: Narsimhulu Musini <nmusini@cisco.com>
2931 M: Sesidhar Baddela <sebaddel@cisco.com>
2932 L: linux-scsi@vger.kernel.org
2933 S: Supported
2934 F: drivers/scsi/snic/
2935
2936 CMPC ACPI DRIVER
2937 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2938 M: Daniel Oliveira Nascimento <don@syst.com.br>
2939 L: platform-driver-x86@vger.kernel.org
2940 S: Supported
2941 F: drivers/platform/x86/classmate-laptop.c
2942
2943 COBALT MEDIA DRIVER
2944 M: Hans Verkuil <hans.verkuil@cisco.com>
2945 L: linux-media@vger.kernel.org
2946 T: git git://linuxtv.org/media_tree.git
2947 W: https://linuxtv.org
2948 S: Supported
2949 F: drivers/media/pci/cobalt/
2950
2951 COCCINELLE/Semantic Patches (SmPL)
2952 M: Julia Lawall <Julia.Lawall@lip6.fr>
2953 M: Gilles Muller <Gilles.Muller@lip6.fr>
2954 M: Nicolas Palix <nicolas.palix@imag.fr>
2955 M: Michal Marek <mmarek@suse.com>
2956 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2957 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2958 W: http://coccinelle.lip6.fr/
2959 S: Supported
2960 F: Documentation/coccinelle.txt
2961 F: scripts/coccinelle/
2962 F: scripts/coccicheck
2963
2964 CODA FILE SYSTEM
2965 M: Jan Harkes <jaharkes@cs.cmu.edu>
2966 M: coda@cs.cmu.edu
2967 L: codalist@coda.cs.cmu.edu
2968 W: http://www.coda.cs.cmu.edu/
2969 S: Maintained
2970 F: Documentation/filesystems/coda.txt
2971 F: fs/coda/
2972 F: include/linux/coda*.h
2973 F: include/uapi/linux/coda*.h
2974
2975 CODA V4L2 MEM2MEM DRIVER
2976 M: Philipp Zabel <p.zabel@pengutronix.de>
2977 L: linux-media@vger.kernel.org
2978 S: Maintained
2979 F: Documentation/devicetree/bindings/media/coda.txt
2980 F: drivers/media/platform/coda/
2981
2982 COMMON CLK FRAMEWORK
2983 M: Michael Turquette <mturquette@baylibre.com>
2984 M: Stephen Boyd <sboyd@codeaurora.org>
2985 L: linux-clk@vger.kernel.org
2986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2987 S: Maintained
2988 F: drivers/clk/
2989 X: drivers/clk/clkdev.c
2990 F: include/linux/clk-pr*
2991 F: include/linux/clk/
2992
2993 COMMON INTERNET FILE SYSTEM (CIFS)
2994 M: Steve French <sfrench@samba.org>
2995 L: linux-cifs@vger.kernel.org
2996 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2997 W: http://linux-cifs.samba.org/
2998 T: git git://git.samba.org/sfrench/cifs-2.6.git
2999 S: Supported
3000 F: Documentation/filesystems/cifs/
3001 F: fs/cifs/
3002
3003 COMPACTPCI HOTPLUG CORE
3004 M: Scott Murray <scott@spiteful.org>
3005 L: linux-pci@vger.kernel.org
3006 S: Maintained
3007 F: drivers/pci/hotplug/cpci_hotplug*
3008
3009 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3010 M: Scott Murray <scott@spiteful.org>
3011 L: linux-pci@vger.kernel.org
3012 S: Maintained
3013 F: drivers/pci/hotplug/cpcihp_zt5550.*
3014
3015 COMPACTPCI HOTPLUG GENERIC DRIVER
3016 M: Scott Murray <scott@spiteful.org>
3017 L: linux-pci@vger.kernel.org
3018 S: Maintained
3019 F: drivers/pci/hotplug/cpcihp_generic.c
3020
3021 COMPAL LAPTOP SUPPORT
3022 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3023 L: platform-driver-x86@vger.kernel.org
3024 S: Maintained
3025 F: drivers/platform/x86/compal-laptop.c
3026
3027 CONEXANT ACCESSRUNNER USB DRIVER
3028 L: accessrunner-general@lists.sourceforge.net
3029 W: http://accessrunner.sourceforge.net/
3030 S: Orphan
3031 F: drivers/usb/atm/cxacru.c
3032
3033 CONFIGFS
3034 M: Joel Becker <jlbec@evilplan.org>
3035 M: Christoph Hellwig <hch@lst.de>
3036 T: git git://git.infradead.org/users/hch/configfs.git
3037 S: Supported
3038 F: fs/configfs/
3039 F: include/linux/configfs.h
3040
3041 CONNECTOR
3042 M: Evgeniy Polyakov <zbr@ioremap.net>
3043 L: netdev@vger.kernel.org
3044 S: Maintained
3045 F: drivers/connector/
3046
3047 CONTROL GROUP (CGROUP)
3048 M: Tejun Heo <tj@kernel.org>
3049 M: Li Zefan <lizefan@huawei.com>
3050 M: Johannes Weiner <hannes@cmpxchg.org>
3051 L: cgroups@vger.kernel.org
3052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3053 S: Maintained
3054 F: Documentation/cgroups/
3055 F: include/linux/cgroup*
3056 F: kernel/cgroup*
3057
3058 CONTROL GROUP - CPUSET
3059 M: Li Zefan <lizefan@huawei.com>
3060 L: cgroups@vger.kernel.org
3061 W: http://www.bullopensource.org/cpuset/
3062 W: http://oss.sgi.com/projects/cpusets/
3063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3064 S: Maintained
3065 F: Documentation/cgroups/cpusets.txt
3066 F: include/linux/cpuset.h
3067 F: kernel/cpuset.c
3068
3069 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3070 M: Johannes Weiner <hannes@cmpxchg.org>
3071 M: Michal Hocko <mhocko@kernel.org>
3072 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3073 L: cgroups@vger.kernel.org
3074 L: linux-mm@kvack.org
3075 S: Maintained
3076 F: mm/memcontrol.c
3077 F: mm/swap_cgroup.c
3078
3079 CORETEMP HARDWARE MONITORING DRIVER
3080 M: Fenghua Yu <fenghua.yu@intel.com>
3081 L: lm-sensors@lm-sensors.org
3082 S: Maintained
3083 F: Documentation/hwmon/coretemp
3084 F: drivers/hwmon/coretemp.c
3085
3086 COSA/SRP SYNC SERIAL DRIVER
3087 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3088 W: http://www.fi.muni.cz/~kas/cosa/
3089 S: Maintained
3090 F: drivers/net/wan/cosa*
3091
3092 CPMAC ETHERNET DRIVER
3093 M: Florian Fainelli <florian@openwrt.org>
3094 L: netdev@vger.kernel.org
3095 S: Maintained
3096 F: drivers/net/ethernet/ti/cpmac.c
3097
3098 CPU FREQUENCY DRIVERS
3099 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3100 M: Viresh Kumar <viresh.kumar@linaro.org>
3101 L: linux-pm@vger.kernel.org
3102 S: Maintained
3103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3104 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3105 F: drivers/cpufreq/
3106 F: include/linux/cpufreq.h
3107
3108 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3109 M: Viresh Kumar <viresh.kumar@linaro.org>
3110 M: Sudeep Holla <sudeep.holla@arm.com>
3111 L: linux-pm@vger.kernel.org
3112 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3113 S: Maintained
3114 F: drivers/cpufreq/arm_big_little.h
3115 F: drivers/cpufreq/arm_big_little.c
3116 F: drivers/cpufreq/arm_big_little_dt.c
3117
3118 CPUIDLE DRIVER - ARM BIG LITTLE
3119 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3120 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3121 L: linux-pm@vger.kernel.org
3122 L: linux-arm-kernel@lists.infradead.org
3123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3124 S: Maintained
3125 F: drivers/cpuidle/cpuidle-big_little.c
3126
3127 CPUIDLE DRIVER - ARM EXYNOS
3128 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3129 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3130 M: Kukjin Kim <kgene@kernel.org>
3131 L: linux-pm@vger.kernel.org
3132 L: linux-samsung-soc@vger.kernel.org
3133 S: Supported
3134 F: drivers/cpuidle/cpuidle-exynos.c
3135 F: arch/arm/mach-exynos/pm.c
3136
3137 CPUIDLE DRIVERS
3138 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3139 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3140 L: linux-pm@vger.kernel.org
3141 S: Maintained
3142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3143 F: drivers/cpuidle/*
3144 F: include/linux/cpuidle.h
3145
3146 CPUID/MSR DRIVER
3147 M: "H. Peter Anvin" <hpa@zytor.com>
3148 S: Maintained
3149 F: arch/x86/kernel/cpuid.c
3150 F: arch/x86/kernel/msr.c
3151
3152 CPU POWER MONITORING SUBSYSTEM
3153 M: Thomas Renninger <trenn@suse.com>
3154 L: linux-pm@vger.kernel.org
3155 S: Maintained
3156 F: tools/power/cpupower/
3157
3158 CRAMFS FILESYSTEM
3159 W: http://sourceforge.net/projects/cramfs/
3160 S: Orphan / Obsolete
3161 F: Documentation/filesystems/cramfs.txt
3162 F: fs/cramfs/
3163
3164 CRIS PORT
3165 M: Mikael Starvik <starvik@axis.com>
3166 M: Jesper Nilsson <jesper.nilsson@axis.com>
3167 L: linux-cris-kernel@axis.com
3168 W: http://developer.axis.com
3169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3170 S: Maintained
3171 F: arch/cris/
3172 F: drivers/tty/serial/crisv10.*
3173
3174 CRYPTO API
3175 M: Herbert Xu <herbert@gondor.apana.org.au>
3176 M: "David S. Miller" <davem@davemloft.net>
3177 L: linux-crypto@vger.kernel.org
3178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3180 S: Maintained
3181 F: Documentation/crypto/
3182 F: Documentation/DocBook/crypto-API.tmpl
3183 F: arch/*/crypto/
3184 F: crypto/
3185 F: drivers/crypto/
3186 F: include/crypto/
3187
3188 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3189 M: Neil Horman <nhorman@tuxdriver.com>
3190 L: linux-crypto@vger.kernel.org
3191 S: Maintained
3192 F: crypto/ansi_cprng.c
3193 F: crypto/rng.c
3194
3195 CS3308 MEDIA DRIVER
3196 M: Hans Verkuil <hverkuil@xs4all.nl>
3197 L: linux-media@vger.kernel.org
3198 T: git git://linuxtv.org/media_tree.git
3199 W: http://linuxtv.org
3200 S: Odd Fixes
3201 F: drivers/media/i2c/cs3308.c
3202 F: drivers/media/i2c/cs3308.h
3203
3204 CS5535 Audio ALSA driver
3205 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3206 S: Maintained
3207 F: sound/pci/cs5535audio/
3208
3209 CW1200 WLAN driver
3210 M: Solomon Peachy <pizza@shaftnet.org>
3211 S: Maintained
3212 F: drivers/net/wireless/st/cw1200/
3213
3214 CX18 VIDEO4LINUX DRIVER
3215 M: Andy Walls <awalls@md.metrocast.net>
3216 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3217 L: linux-media@vger.kernel.org
3218 T: git git://linuxtv.org/media_tree.git
3219 W: https://linuxtv.org
3220 W: http://www.ivtvdriver.org/index.php/Cx18
3221 S: Maintained
3222 F: Documentation/video4linux/cx18.txt
3223 F: drivers/media/pci/cx18/
3224 F: include/uapi/linux/ivtv*
3225
3226 CX2341X MPEG ENCODER HELPER MODULE
3227 M: Hans Verkuil <hverkuil@xs4all.nl>
3228 L: linux-media@vger.kernel.org
3229 T: git git://linuxtv.org/media_tree.git
3230 W: https://linuxtv.org
3231 S: Maintained
3232 F: drivers/media/common/cx2341x*
3233 F: include/media/cx2341x*
3234
3235 CX24120 MEDIA DRIVER
3236 M: Jemma Denson <jdenson@gmail.com>
3237 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3238 L: linux-media@vger.kernel.org
3239 W: https://linuxtv.org
3240 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3241 S: Maintained
3242 F: drivers/media/dvb-frontends/cx24120*
3243
3244 CX88 VIDEO4LINUX DRIVER
3245 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3246 L: linux-media@vger.kernel.org
3247 W: https://linuxtv.org
3248 T: git git://linuxtv.org/media_tree.git
3249 S: Odd fixes
3250 F: Documentation/video4linux/cx88/
3251 F: drivers/media/pci/cx88/
3252
3253 CXD2820R MEDIA DRIVER
3254 M: Antti Palosaari <crope@iki.fi>
3255 L: linux-media@vger.kernel.org
3256 W: https://linuxtv.org
3257 W: http://palosaari.fi/linux/
3258 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3259 T: git git://linuxtv.org/anttip/media_tree.git
3260 S: Maintained
3261 F: drivers/media/dvb-frontends/cxd2820r*
3262
3263 CXGB3 ETHERNET DRIVER (CXGB3)
3264 M: Santosh Raspatur <santosh@chelsio.com>
3265 L: netdev@vger.kernel.org
3266 W: http://www.chelsio.com
3267 S: Supported
3268 F: drivers/net/ethernet/chelsio/cxgb3/
3269
3270 CXGB3 ISCSI DRIVER (CXGB3I)
3271 M: Karen Xie <kxie@chelsio.com>
3272 L: linux-scsi@vger.kernel.org
3273 W: http://www.chelsio.com
3274 S: Supported
3275 F: drivers/scsi/cxgbi/cxgb3i
3276
3277 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3278 M: Steve Wise <swise@chelsio.com>
3279 L: linux-rdma@vger.kernel.org
3280 W: http://www.openfabrics.org
3281 S: Supported
3282 F: drivers/infiniband/hw/cxgb3/
3283
3284 CXGB4 ETHERNET DRIVER (CXGB4)
3285 M: Hariprasad S <hariprasad@chelsio.com>
3286 L: netdev@vger.kernel.org
3287 W: http://www.chelsio.com
3288 S: Supported
3289 F: drivers/net/ethernet/chelsio/cxgb4/
3290
3291 CXGB4 ISCSI DRIVER (CXGB4I)
3292 M: Karen Xie <kxie@chelsio.com>
3293 L: linux-scsi@vger.kernel.org
3294 W: http://www.chelsio.com
3295 S: Supported
3296 F: drivers/scsi/cxgbi/cxgb4i
3297
3298 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3299 M: Steve Wise <swise@chelsio.com>
3300 L: linux-rdma@vger.kernel.org
3301 W: http://www.openfabrics.org
3302 S: Supported
3303 F: drivers/infiniband/hw/cxgb4/
3304
3305 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3306 M: Casey Leedom <leedom@chelsio.com>
3307 L: netdev@vger.kernel.org
3308 W: http://www.chelsio.com
3309 S: Supported
3310 F: drivers/net/ethernet/chelsio/cxgb4vf/
3311
3312 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3313 M: Ian Munsie <imunsie@au1.ibm.com>
3314 M: Michael Neuling <mikey@neuling.org>
3315 L: linuxppc-dev@lists.ozlabs.org
3316 S: Supported
3317 F: drivers/misc/cxl/
3318 F: include/misc/cxl*
3319 F: include/uapi/misc/cxl.h
3320 F: Documentation/powerpc/cxl.txt
3321 F: Documentation/powerpc/cxl.txt
3322 F: Documentation/ABI/testing/sysfs-class-cxl
3323
3324 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3325 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3326 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3327 L: linux-scsi@vger.kernel.org
3328 S: Supported
3329 F: drivers/scsi/cxlflash/
3330 F: include/uapi/scsi/cxlflash_ioctls.h
3331 F: Documentation/powerpc/cxlflash.txt
3332
3333 STMMAC ETHERNET DRIVER
3334 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3335 L: netdev@vger.kernel.org
3336 W: http://www.stlinux.com
3337 S: Supported
3338 F: drivers/net/ethernet/stmicro/stmmac/
3339
3340 CYBERPRO FB DRIVER
3341 M: Russell King <linux@arm.linux.org.uk>
3342 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3343 W: http://www.arm.linux.org.uk/
3344 S: Maintained
3345 F: drivers/video/fbdev/cyber2000fb.*
3346
3347 CYCLADES ASYNC MUX DRIVER
3348 W: http://www.cyclades.com/
3349 S: Orphan
3350 F: drivers/tty/cyclades.c
3351 F: include/linux/cyclades.h
3352 F: include/uapi/linux/cyclades.h
3353
3354 CYCLADES PC300 DRIVER
3355 W: http://www.cyclades.com/
3356 S: Orphan
3357 F: drivers/net/wan/pc300*
3358
3359 CYPRESS_FIRMWARE MEDIA DRIVER
3360 M: Antti Palosaari <crope@iki.fi>
3361 L: linux-media@vger.kernel.org
3362 W: https://linuxtv.org
3363 W: http://palosaari.fi/linux/
3364 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3365 T: git git://linuxtv.org/anttip/media_tree.git
3366 S: Maintained
3367 F: drivers/media/common/cypress_firmware*
3368
3369 CYTTSP TOUCHSCREEN DRIVER
3370 M: Ferruh Yigit <fery@cypress.com>
3371 L: linux-input@vger.kernel.org
3372 S: Supported
3373 F: drivers/input/touchscreen/cyttsp*
3374 F: include/linux/input/cyttsp.h
3375
3376 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3377 M: Joshua Kinard <kumba@gentoo.org>
3378 S: Maintained
3379 F: drivers/rtc/rtc-ds1685.c
3380 F: include/linux/rtc/ds1685.h
3381
3382 DAMA SLAVE for AX.25
3383 M: Joerg Reuter <jreuter@yaina.de>
3384 W: http://yaina.de/jreuter/
3385 W: http://www.qsl.net/dl1bke/
3386 L: linux-hams@vger.kernel.org
3387 S: Maintained
3388 F: net/ax25/af_ax25.c
3389 F: net/ax25/ax25_dev.c
3390 F: net/ax25/ax25_ds_*
3391 F: net/ax25/ax25_in.c
3392 F: net/ax25/ax25_out.c
3393 F: net/ax25/ax25_timer.c
3394 F: net/ax25/sysctl_net_ax25.c
3395
3396 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3397 L: netdev@vger.kernel.org
3398 S: Orphan
3399 F: Documentation/networking/dmfe.txt
3400 F: drivers/net/ethernet/dec/tulip/dmfe.c
3401
3402 DC390/AM53C974 SCSI driver
3403 M: Hannes Reinecke <hare@suse.com>
3404 L: linux-scsi@vger.kernel.org
3405 S: Maintained
3406 F: drivers/scsi/am53c974.c
3407
3408 DC395x SCSI driver
3409 M: Oliver Neukum <oliver@neukum.org>
3410 M: Ali Akcaagac <aliakc@web.de>
3411 M: Jamie Lenehan <lenehan@twibble.org>
3412 L: dc395x@twibble.org
3413 W: http://twibble.org/dist/dc395x/
3414 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3415 S: Maintained
3416 F: Documentation/scsi/dc395x.txt
3417 F: drivers/scsi/dc395x.*
3418
3419 DCCP PROTOCOL
3420 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3421 L: dccp@vger.kernel.org
3422 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3423 S: Maintained
3424 F: include/linux/dccp.h
3425 F: include/uapi/linux/dccp.h
3426 F: include/linux/tfrc.h
3427 F: net/dccp/
3428
3429 DECnet NETWORK LAYER
3430 W: http://linux-decnet.sourceforge.net
3431 L: linux-decnet-user@lists.sourceforge.net
3432 S: Orphan
3433 F: Documentation/networking/decnet.txt
3434 F: net/decnet/
3435
3436 DECSTATION PLATFORM SUPPORT
3437 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3438 L: linux-mips@linux-mips.org
3439 W: http://www.linux-mips.org/wiki/DECstation
3440 S: Maintained
3441 F: arch/mips/dec/
3442 F: arch/mips/include/asm/dec/
3443 F: arch/mips/include/asm/mach-dec/
3444
3445 DEFXX FDDI NETWORK DRIVER
3446 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3447 S: Maintained
3448 F: drivers/net/fddi/defxx.*
3449
3450 DELL LAPTOP DRIVER
3451 M: Matthew Garrett <mjg59@srcf.ucam.org>
3452 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3453 L: platform-driver-x86@vger.kernel.org
3454 S: Maintained
3455 F: drivers/platform/x86/dell-laptop.c
3456
3457 DELL LAPTOP RBTN DRIVER
3458 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3459 S: Maintained
3460 F: drivers/platform/x86/dell-rbtn.*
3461
3462 DELL LAPTOP FREEFALL DRIVER
3463 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3464 S: Maintained
3465 F: drivers/platform/x86/dell-smo8800.c
3466
3467 DELL LAPTOP SMM DRIVER
3468 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3469 S: Maintained
3470 F: drivers/hwmon/dell-smm-hwmon.c
3471 F: include/uapi/linux/i8k.h
3472
3473 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3474 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3475 S: Maintained
3476 F: Documentation/dcdbas.txt
3477 F: drivers/firmware/dcdbas.*
3478
3479 DELL WMI EXTRAS DRIVER
3480 M: Matthew Garrett <mjg59@srcf.ucam.org>
3481 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3482 S: Maintained
3483 F: drivers/platform/x86/dell-wmi.c
3484
3485 DESIGNWARE USB2 DRD IP DRIVER
3486 M: John Youn <johnyoun@synopsys.com>
3487 L: linux-usb@vger.kernel.org
3488 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3489 S: Maintained
3490 F: drivers/usb/dwc2/
3491
3492 DESIGNWARE USB3 DRD IP DRIVER
3493 M: Felipe Balbi <balbi@kernel.org>
3494 L: linux-usb@vger.kernel.org
3495 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3496 S: Maintained
3497 F: drivers/usb/dwc3/
3498
3499 DEVICE COREDUMP (DEV_COREDUMP)
3500 M: Johannes Berg <johannes@sipsolutions.net>
3501 L: linux-kernel@vger.kernel.org
3502 S: Maintained
3503 F: drivers/base/devcoredump.c
3504 F: include/linux/devcoredump.h
3505
3506 DEVICE FREQUENCY (DEVFREQ)
3507 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3508 M: Kyungmin Park <kyungmin.park@samsung.com>
3509 L: linux-pm@vger.kernel.org
3510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3511 S: Maintained
3512 F: drivers/devfreq/
3513 F: include/linux/devfreq.h
3514 F: Documentation/devicetree/bindings/devfreq/
3515
3516 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3517 M: Chanwoo Choi <cw00.choi@samsung.com>
3518 L: linux-pm@vger.kernel.org
3519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3520 S: Supported
3521 F: drivers/devfreq/event/
3522 F: drivers/devfreq/devfreq-event.c
3523 F: include/linux/devfreq-event.h
3524 F: Documentation/devicetree/bindings/devfreq/event/
3525
3526 DEVICE NUMBER REGISTRY
3527 M: Torben Mathiasen <device@lanana.org>
3528 W: http://lanana.org/docs/device-list/index.html
3529 S: Maintained
3530
3531 DEVICE-MAPPER (LVM)
3532 M: Alasdair Kergon <agk@redhat.com>
3533 M: Mike Snitzer <snitzer@redhat.com>
3534 M: dm-devel@redhat.com
3535 L: dm-devel@redhat.com
3536 W: http://sources.redhat.com/dm
3537 Q: http://patchwork.kernel.org/project/dm-devel/list/
3538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3539 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3540 S: Maintained
3541 F: Documentation/device-mapper/
3542 F: drivers/md/dm*
3543 F: drivers/md/persistent-data/
3544 F: include/linux/device-mapper.h
3545 F: include/linux/dm-*.h
3546 F: include/uapi/linux/dm-*.h
3547
3548 DEVLINK
3549 M: Jiri Pirko <jiri@mellanox.com>
3550 L: netdev@vger.kernel.org
3551 S: Supported
3552 F: net/core/devlink.c
3553 F: include/net/devlink.h
3554 F: include/uapi/linux/devlink.h
3555
3556 DIALOG SEMICONDUCTOR DRIVERS
3557 M: Support Opensource <support.opensource@diasemi.com>
3558 W: http://www.dialog-semiconductor.com/products
3559 S: Supported
3560 F: Documentation/hwmon/da90??
3561 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3562 F: drivers/gpio/gpio-da90??.c
3563 F: drivers/hwmon/da90??-hwmon.c
3564 F: drivers/iio/adc/da91??-*.c
3565 F: drivers/input/misc/da90??_onkey.c
3566 F: drivers/input/touchscreen/da9052_tsi.c
3567 F: drivers/leds/leds-da90??.c
3568 F: drivers/mfd/da903x.c
3569 F: drivers/mfd/da90??-*.c
3570 F: drivers/mfd/da91??-*.c
3571 F: drivers/power/da9052-battery.c
3572 F: drivers/power/da91??-*.c
3573 F: drivers/regulator/da903x.c
3574 F: drivers/regulator/da9???-regulator.[ch]
3575 F: drivers/rtc/rtc-da90??.c
3576 F: drivers/video/backlight/da90??_bl.c
3577 F: drivers/watchdog/da90??_wdt.c
3578 F: include/linux/mfd/da903x.h
3579 F: include/linux/mfd/da9052/
3580 F: include/linux/mfd/da9055/
3581 F: include/linux/mfd/da9063/
3582 F: include/linux/mfd/da9150/
3583 F: include/sound/da[79]*.h
3584 F: sound/soc/codecs/da[79]*.[ch]
3585
3586 DIGI NEO AND CLASSIC PCI PRODUCTS
3587 M: Lidza Louina <lidza.louina@gmail.com>
3588 M: Mark Hounschell <markh@compro.net>
3589 L: driverdev-devel@linuxdriverproject.org
3590 S: Maintained
3591 F: drivers/staging/dgnc/
3592
3593 DIOLAN U2C-12 I2C DRIVER
3594 M: Guenter Roeck <linux@roeck-us.net>
3595 L: linux-i2c@vger.kernel.org
3596 S: Maintained
3597 F: drivers/i2c/busses/i2c-diolan-u2c.c
3598
3599 DIRECT ACCESS (DAX)
3600 M: Matthew Wilcox <willy@linux.intel.com>
3601 L: linux-fsdevel@vger.kernel.org
3602 S: Supported
3603 F: fs/dax.c
3604
3605 DIRECTORY NOTIFICATION (DNOTIFY)
3606 M: Eric Paris <eparis@parisplace.org>
3607 S: Maintained
3608 F: Documentation/filesystems/dnotify.txt
3609 F: fs/notify/dnotify/
3610 F: include/linux/dnotify.h
3611
3612 DISK GEOMETRY AND PARTITION HANDLING
3613 M: Andries Brouwer <aeb@cwi.nl>
3614 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3615 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3616 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3617 S: Maintained
3618
3619 DISKQUOTA
3620 M: Jan Kara <jack@suse.com>
3621 S: Maintained
3622 F: Documentation/filesystems/quota.txt
3623 F: fs/quota/
3624 F: include/linux/quota*.h
3625 F: include/uapi/linux/quota*.h
3626
3627 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3628 M: Bernie Thompson <bernie@plugable.com>
3629 L: linux-fbdev@vger.kernel.org
3630 S: Maintained
3631 W: http://plugable.com/category/projects/udlfb/
3632 F: drivers/video/fbdev/udlfb.c
3633 F: include/video/udlfb.h
3634 F: Documentation/fb/udlfb.txt
3635
3636 DISTRIBUTED LOCK MANAGER (DLM)
3637 M: Christine Caulfield <ccaulfie@redhat.com>
3638 M: David Teigland <teigland@redhat.com>
3639 L: cluster-devel@redhat.com
3640 W: http://sources.redhat.com/cluster/
3641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3642 S: Supported
3643 F: fs/dlm/
3644
3645 DMA BUFFER SHARING FRAMEWORK
3646 M: Sumit Semwal <sumit.semwal@linaro.org>
3647 S: Maintained
3648 L: linux-media@vger.kernel.org
3649 L: dri-devel@lists.freedesktop.org
3650 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3651 F: drivers/dma-buf/
3652 F: include/linux/dma-buf*
3653 F: include/linux/reservation.h
3654 F: include/linux/*fence.h
3655 F: Documentation/dma-buf-sharing.txt
3656 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3657
3658 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3659 M: Vinod Koul <vinod.koul@intel.com>
3660 L: dmaengine@vger.kernel.org
3661 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3662 S: Maintained
3663 F: drivers/dma/
3664 F: include/linux/dmaengine.h
3665 F: Documentation/dmaengine/
3666 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3667
3668 DME1737 HARDWARE MONITOR DRIVER
3669 M: Juerg Haefliger <juergh@gmail.com>
3670 L: lm-sensors@lm-sensors.org
3671 S: Maintained
3672 F: Documentation/hwmon/dme1737
3673 F: drivers/hwmon/dme1737.c
3674
3675 DMI/SMBIOS SUPPORT
3676 M: Jean Delvare <jdelvare@suse.com>
3677 S: Maintained
3678 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3679 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3680 F: drivers/firmware/dmi-id.c
3681 F: drivers/firmware/dmi_scan.c
3682 F: include/linux/dmi.h
3683
3684 DOCUMENTATION
3685 M: Jonathan Corbet <corbet@lwn.net>
3686 L: linux-doc@vger.kernel.org
3687 S: Maintained
3688 F: Documentation/
3689 F: scripts/docproc.c
3690 F: scripts/kernel-doc*
3691 X: Documentation/ABI/
3692 X: Documentation/devicetree/
3693 X: Documentation/acpi
3694 X: Documentation/power
3695 X: Documentation/spi
3696 X: Documentation/DocBook/media
3697 T: git git://git.lwn.net/linux.git docs-next
3698
3699 DOUBLETALK DRIVER
3700 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3701 L: blinux-list@redhat.com
3702 S: Maintained
3703 F: drivers/char/dtlk.c
3704 F: include/linux/dtlk.h
3705
3706 DPT_I2O SCSI RAID DRIVER
3707 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3708 L: linux-scsi@vger.kernel.org
3709 W: http://www.adaptec.com/
3710 S: Maintained
3711 F: drivers/scsi/dpt*
3712 F: drivers/scsi/dpt/
3713
3714 DRBD DRIVER
3715 M: Philipp Reisner <philipp.reisner@linbit.com>
3716 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3717 L: drbd-dev@lists.linbit.com
3718 W: http://www.drbd.org
3719 T: git git://git.linbit.com/linux-drbd.git
3720 T: git git://git.linbit.com/drbd-8.4.git
3721 S: Supported
3722 F: drivers/block/drbd/
3723 F: lib/lru_cache.c
3724 F: Documentation/blockdev/drbd/
3725
3726 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3727 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3729 S: Supported
3730 F: Documentation/kobject.txt
3731 F: drivers/base/
3732 F: fs/debugfs/
3733 F: fs/kernfs/
3734 F: fs/sysfs/
3735 F: include/linux/debugfs.h
3736 F: include/linux/kobj*
3737 F: lib/kobj*
3738
3739 DRM DRIVERS
3740 M: David Airlie <airlied@linux.ie>
3741 L: dri-devel@lists.freedesktop.org
3742 T: git git://people.freedesktop.org/~airlied/linux
3743 S: Maintained
3744 F: drivers/gpu/drm/
3745 F: drivers/gpu/vga/
3746 F: include/drm/
3747 F: include/uapi/drm/
3748
3749 RADEON DRM DRIVERS
3750 M: Alex Deucher <alexander.deucher@amd.com>
3751 M: Christian König <christian.koenig@amd.com>
3752 L: dri-devel@lists.freedesktop.org
3753 T: git git://people.freedesktop.org/~agd5f/linux
3754 S: Supported
3755 F: drivers/gpu/drm/radeon/
3756 F: include/uapi/drm/radeon*
3757
3758 DRM PANEL DRIVERS
3759 M: Thierry Reding <thierry.reding@gmail.com>
3760 L: dri-devel@lists.freedesktop.org
3761 T: git git://anongit.freedesktop.org/tegra/linux.git
3762 S: Maintained
3763 F: drivers/gpu/drm/drm_panel.c
3764 F: drivers/gpu/drm/panel/
3765 F: include/drm/drm_panel.h
3766 F: Documentation/devicetree/bindings/display/panel/
3767
3768 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3769 M: Daniel Vetter <daniel.vetter@intel.com>
3770 M: Jani Nikula <jani.nikula@linux.intel.com>
3771 L: intel-gfx@lists.freedesktop.org
3772 L: dri-devel@lists.freedesktop.org
3773 W: https://01.org/linuxgraphics/
3774 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3775 T: git git://anongit.freedesktop.org/drm-intel
3776 S: Supported
3777 F: drivers/gpu/drm/i915/
3778 F: include/drm/i915*
3779 F: include/uapi/drm/i915*
3780
3781 DRM DRIVERS FOR ATMEL HLCDC
3782 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3783 L: dri-devel@lists.freedesktop.org
3784 S: Supported
3785 F: drivers/gpu/drm/atmel-hlcdc/
3786 F: Documentation/devicetree/bindings/drm/atmel/
3787
3788 DRM DRIVERS FOR EXYNOS
3789 M: Inki Dae <inki.dae@samsung.com>
3790 M: Joonyoung Shim <jy0922.shim@samsung.com>
3791 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3792 M: Kyungmin Park <kyungmin.park@samsung.com>
3793 L: dri-devel@lists.freedesktop.org
3794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3795 S: Supported
3796 F: drivers/gpu/drm/exynos/
3797 F: include/drm/exynos*
3798 F: include/uapi/drm/exynos*
3799
3800 DRM DRIVERS FOR FREESCALE DCU
3801 M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3802 M: Alison Wang <alison.wang@freescale.com>
3803 L: dri-devel@lists.freedesktop.org
3804 S: Supported
3805 F: drivers/gpu/drm/fsl-dcu/
3806 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3807 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3808
3809 DRM DRIVERS FOR FREESCALE IMX
3810 M: Philipp Zabel <p.zabel@pengutronix.de>
3811 L: dri-devel@lists.freedesktop.org
3812 S: Maintained
3813 F: drivers/gpu/drm/imx/
3814 F: drivers/gpu/ipu-v3/
3815 F: Documentation/devicetree/bindings/display/imx/
3816
3817 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3818 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3819 L: dri-devel@lists.freedesktop.org
3820 T: git git://github.com/patjak/drm-gma500
3821 S: Maintained
3822 F: drivers/gpu/drm/gma500
3823 F: include/drm/gma500*
3824
3825 DRM DRIVERS FOR NVIDIA TEGRA
3826 M: Thierry Reding <thierry.reding@gmail.com>
3827 M: Terje Bergström <tbergstrom@nvidia.com>
3828 L: dri-devel@lists.freedesktop.org
3829 L: linux-tegra@vger.kernel.org
3830 T: git git://anongit.freedesktop.org/tegra/linux.git
3831 S: Supported
3832 F: drivers/gpu/drm/tegra/
3833 F: drivers/gpu/host1x/
3834 F: include/linux/host1x.h
3835 F: include/uapi/drm/tegra_drm.h
3836 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3837
3838 DRM DRIVERS FOR RENESAS
3839 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3840 L: dri-devel@lists.freedesktop.org
3841 L: linux-renesas-soc@vger.kernel.org
3842 T: git git://people.freedesktop.org/~airlied/linux
3843 S: Supported
3844 F: drivers/gpu/drm/rcar-du/
3845 F: drivers/gpu/drm/shmobile/
3846 F: include/linux/platform_data/shmob_drm.h
3847
3848 DRM DRIVERS FOR ROCKCHIP
3849 M: Mark Yao <mark.yao@rock-chips.com>
3850 L: dri-devel@lists.freedesktop.org
3851 S: Maintained
3852 F: drivers/gpu/drm/rockchip/
3853 F: Documentation/devicetree/bindings/display/rockchip*
3854
3855 DRM DRIVERS FOR STI
3856 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3857 M: Vincent Abriou <vincent.abriou@st.com>
3858 L: dri-devel@lists.freedesktop.org
3859 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3860 S: Maintained
3861 F: drivers/gpu/drm/sti
3862 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3863
3864 DRM DRIVERS FOR VIVANTE GPU IP
3865 M: Lucas Stach <l.stach@pengutronix.de>
3866 R: Russell King <linux+etnaviv@arm.linux.org.uk>
3867 R: Christian Gmeiner <christian.gmeiner@gmail.com>
3868 L: dri-devel@lists.freedesktop.org
3869 S: Maintained
3870 F: drivers/gpu/drm/etnaviv
3871 F: Documentation/devicetree/bindings/display/etnaviv
3872
3873 DSBR100 USB FM RADIO DRIVER
3874 M: Alexey Klimov <klimov.linux@gmail.com>
3875 L: linux-media@vger.kernel.org
3876 T: git git://linuxtv.org/media_tree.git
3877 S: Maintained
3878 F: drivers/media/radio/dsbr100.c
3879
3880 DSCC4 DRIVER
3881 M: Francois Romieu <romieu@fr.zoreil.com>
3882 L: netdev@vger.kernel.org
3883 S: Maintained
3884 F: drivers/net/wan/dscc4.c
3885
3886 DT3155 MEDIA DRIVER
3887 M: Hans Verkuil <hverkuil@xs4all.nl>
3888 L: linux-media@vger.kernel.org
3889 T: git git://linuxtv.org/media_tree.git
3890 W: https://linuxtv.org
3891 S: Odd Fixes
3892 F: drivers/media/pci/dt3155/
3893
3894 DVB_USB_AF9015 MEDIA DRIVER
3895 M: Antti Palosaari <crope@iki.fi>
3896 L: linux-media@vger.kernel.org
3897 W: https://linuxtv.org
3898 W: http://palosaari.fi/linux/
3899 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3900 T: git git://linuxtv.org/anttip/media_tree.git
3901 S: Maintained
3902 F: drivers/media/usb/dvb-usb-v2/af9015*
3903
3904 DVB_USB_AF9035 MEDIA DRIVER
3905 M: Antti Palosaari <crope@iki.fi>
3906 L: linux-media@vger.kernel.org
3907 W: https://linuxtv.org
3908 W: http://palosaari.fi/linux/
3909 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3910 T: git git://linuxtv.org/anttip/media_tree.git
3911 S: Maintained
3912 F: drivers/media/usb/dvb-usb-v2/af9035*
3913
3914 DVB_USB_ANYSEE MEDIA DRIVER
3915 M: Antti Palosaari <crope@iki.fi>
3916 L: linux-media@vger.kernel.org
3917 W: https://linuxtv.org
3918 W: http://palosaari.fi/linux/
3919 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3920 T: git git://linuxtv.org/anttip/media_tree.git
3921 S: Maintained
3922 F: drivers/media/usb/dvb-usb-v2/anysee*
3923
3924 DVB_USB_AU6610 MEDIA DRIVER
3925 M: Antti Palosaari <crope@iki.fi>
3926 L: linux-media@vger.kernel.org
3927 W: https://linuxtv.org
3928 W: http://palosaari.fi/linux/
3929 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3930 T: git git://linuxtv.org/anttip/media_tree.git
3931 S: Maintained
3932 F: drivers/media/usb/dvb-usb-v2/au6610*
3933
3934 DVB_USB_CE6230 MEDIA DRIVER
3935 M: Antti Palosaari <crope@iki.fi>
3936 L: linux-media@vger.kernel.org
3937 W: https://linuxtv.org
3938 W: http://palosaari.fi/linux/
3939 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3940 T: git git://linuxtv.org/anttip/media_tree.git
3941 S: Maintained
3942 F: drivers/media/usb/dvb-usb-v2/ce6230*
3943
3944 DVB_USB_CXUSB MEDIA DRIVER
3945 M: Michael Krufky <mkrufky@linuxtv.org>
3946 L: linux-media@vger.kernel.org
3947 W: https://linuxtv.org
3948 W: http://github.com/mkrufky
3949 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3950 T: git git://linuxtv.org/media_tree.git
3951 S: Maintained
3952 F: drivers/media/usb/dvb-usb/cxusb*
3953
3954 DVB_USB_EC168 MEDIA DRIVER
3955 M: Antti Palosaari <crope@iki.fi>
3956 L: linux-media@vger.kernel.org
3957 W: https://linuxtv.org
3958 W: http://palosaari.fi/linux/
3959 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3960 T: git git://linuxtv.org/anttip/media_tree.git
3961 S: Maintained
3962 F: drivers/media/usb/dvb-usb-v2/ec168*
3963
3964 DVB_USB_GL861 MEDIA DRIVER
3965 M: Antti Palosaari <crope@iki.fi>
3966 L: linux-media@vger.kernel.org
3967 W: https://linuxtv.org
3968 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3969 T: git git://linuxtv.org/anttip/media_tree.git
3970 S: Maintained
3971 F: drivers/media/usb/dvb-usb-v2/gl861*
3972
3973 DVB_USB_MXL111SF MEDIA DRIVER
3974 M: Michael Krufky <mkrufky@linuxtv.org>
3975 L: linux-media@vger.kernel.org
3976 W: https://linuxtv.org
3977 W: http://github.com/mkrufky
3978 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3979 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3980 S: Maintained
3981 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3982
3983 DVB_USB_RTL28XXU MEDIA DRIVER
3984 M: Antti Palosaari <crope@iki.fi>
3985 L: linux-media@vger.kernel.org
3986 W: https://linuxtv.org
3987 W: http://palosaari.fi/linux/
3988 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3989 T: git git://linuxtv.org/anttip/media_tree.git
3990 S: Maintained
3991 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3992
3993 DVB_USB_V2 MEDIA DRIVER
3994 M: Antti Palosaari <crope@iki.fi>
3995 L: linux-media@vger.kernel.org
3996 W: https://linuxtv.org
3997 W: http://palosaari.fi/linux/
3998 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3999 T: git git://linuxtv.org/anttip/media_tree.git
4000 S: Maintained
4001 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4002 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4003
4004 DYNAMIC DEBUG
4005 M: Jason Baron <jbaron@akamai.com>
4006 S: Maintained
4007 F: lib/dynamic_debug.c
4008 F: include/linux/dynamic_debug.h
4009
4010 DZ DECSTATION DZ11 SERIAL DRIVER
4011 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4012 S: Maintained
4013 F: drivers/tty/serial/dz.*
4014
4015 E3X0 POWER BUTTON DRIVER
4016 M: Moritz Fischer <moritz.fischer@ettus.com>
4017 L: usrp-users@lists.ettus.com
4018 W: http://www.ettus.com
4019 S: Supported
4020 F: drivers/input/misc/e3x0-button.c
4021 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4022
4023 E4000 MEDIA DRIVER
4024 M: Antti Palosaari <crope@iki.fi>
4025 L: linux-media@vger.kernel.org
4026 W: https://linuxtv.org
4027 W: http://palosaari.fi/linux/
4028 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4029 T: git git://linuxtv.org/anttip/media_tree.git
4030 S: Maintained
4031 F: drivers/media/tuners/e4000*
4032
4033 EATA ISA/EISA/PCI SCSI DRIVER
4034 M: Dario Ballabio <ballabio_dario@emc.com>
4035 L: linux-scsi@vger.kernel.org
4036 S: Maintained
4037 F: drivers/scsi/eata.c
4038
4039 EC100 MEDIA DRIVER
4040 M: Antti Palosaari <crope@iki.fi>
4041 L: linux-media@vger.kernel.org
4042 W: https://linuxtv.org
4043 W: http://palosaari.fi/linux/
4044 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4045 T: git git://linuxtv.org/anttip/media_tree.git
4046 S: Maintained
4047 F: drivers/media/dvb-frontends/ec100*
4048
4049 ECRYPT FILE SYSTEM
4050 M: Tyler Hicks <tyhicks@canonical.com>
4051 L: ecryptfs@vger.kernel.org
4052 W: http://ecryptfs.org
4053 W: https://launchpad.net/ecryptfs
4054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4055 S: Supported
4056 F: Documentation/filesystems/ecryptfs.txt
4057 F: fs/ecryptfs/
4058
4059 EDAC-CORE
4060 M: Doug Thompson <dougthompson@xmission.com>
4061 M: Borislav Petkov <bp@alien8.de>
4062 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4063 L: linux-edac@vger.kernel.org
4064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4066 S: Supported
4067 F: Documentation/edac.txt
4068 F: drivers/edac/
4069 F: include/linux/edac.h
4070
4071 EDAC-AMD64
4072 M: Doug Thompson <dougthompson@xmission.com>
4073 M: Borislav Petkov <bp@alien8.de>
4074 L: linux-edac@vger.kernel.org
4075 S: Maintained
4076 F: drivers/edac/amd64_edac*
4077
4078 EDAC-CALXEDA
4079 M: Doug Thompson <dougthompson@xmission.com>
4080 M: Robert Richter <rric@kernel.org>
4081 L: linux-edac@vger.kernel.org
4082 S: Maintained
4083 F: drivers/edac/highbank*
4084
4085 EDAC-CAVIUM
4086 M: Ralf Baechle <ralf@linux-mips.org>
4087 M: David Daney <david.daney@cavium.com>
4088 L: linux-edac@vger.kernel.org
4089 L: linux-mips@linux-mips.org
4090 S: Supported
4091 F: drivers/edac/octeon_edac*
4092
4093 EDAC-E752X
4094 M: Mark Gross <mark.gross@intel.com>
4095 M: Doug Thompson <dougthompson@xmission.com>
4096 L: linux-edac@vger.kernel.org
4097 S: Maintained
4098 F: drivers/edac/e752x_edac.c
4099
4100 EDAC-E7XXX
4101 M: Doug Thompson <dougthompson@xmission.com>
4102 L: linux-edac@vger.kernel.org
4103 S: Maintained
4104 F: drivers/edac/e7xxx_edac.c
4105
4106 EDAC-GHES
4107 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4108 L: linux-edac@vger.kernel.org
4109 S: Maintained
4110 F: drivers/edac/ghes_edac.c
4111
4112 EDAC-I82443BXGX
4113 M: Tim Small <tim@buttersideup.com>
4114 L: linux-edac@vger.kernel.org
4115 S: Maintained
4116 F: drivers/edac/i82443bxgx_edac.c
4117
4118 EDAC-I3000
4119 M: Jason Uhlenkott <juhlenko@akamai.com>
4120 L: linux-edac@vger.kernel.org
4121 S: Maintained
4122 F: drivers/edac/i3000_edac.c
4123
4124 EDAC-I5000
4125 M: Doug Thompson <dougthompson@xmission.com>
4126 L: linux-edac@vger.kernel.org
4127 S: Maintained
4128 F: drivers/edac/i5000_edac.c
4129
4130 EDAC-I5400
4131 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4132 L: linux-edac@vger.kernel.org
4133 S: Maintained
4134 F: drivers/edac/i5400_edac.c
4135
4136 EDAC-I7300
4137 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4138 L: linux-edac@vger.kernel.org
4139 S: Maintained
4140 F: drivers/edac/i7300_edac.c
4141
4142 EDAC-I7CORE
4143 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4144 L: linux-edac@vger.kernel.org
4145 S: Maintained
4146 F: drivers/edac/i7core_edac.c
4147
4148 EDAC-I82975X
4149 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4150 M: "Arvind R." <arvino55@gmail.com>
4151 L: linux-edac@vger.kernel.org
4152 S: Maintained
4153 F: drivers/edac/i82975x_edac.c
4154
4155 EDAC-IE31200
4156 M: Jason Baron <jbaron@akamai.com>
4157 L: linux-edac@vger.kernel.org
4158 S: Maintained
4159 F: drivers/edac/ie31200_edac.c
4160
4161 EDAC-MPC85XX
4162 M: Johannes Thumshirn <morbidrsa@gmail.com>
4163 L: linux-edac@vger.kernel.org
4164 S: Maintained
4165 F: drivers/edac/mpc85xx_edac.[ch]
4166
4167 EDAC-PASEMI
4168 M: Egor Martovetsky <egor@pasemi.com>
4169 L: linux-edac@vger.kernel.org
4170 S: Maintained
4171 F: drivers/edac/pasemi_edac.c
4172
4173 EDAC-R82600
4174 M: Tim Small <tim@buttersideup.com>
4175 L: linux-edac@vger.kernel.org
4176 S: Maintained
4177 F: drivers/edac/r82600_edac.c
4178
4179 EDAC-SBRIDGE
4180 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4181 L: linux-edac@vger.kernel.org
4182 S: Maintained
4183 F: drivers/edac/sb_edac.c
4184
4185 EDAC-XGENE
4186 APPLIED MICRO (APM) X-GENE SOC EDAC
4187 M: Loc Ho <lho@apm.com>
4188 S: Supported
4189 F: drivers/edac/xgene_edac.c
4190 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4191
4192 EDIROL UA-101/UA-1000 DRIVER
4193 M: Clemens Ladisch <clemens@ladisch.de>
4194 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4195 T: git git://git.alsa-project.org/alsa-kernel.git
4196 S: Maintained
4197 F: sound/usb/misc/ua101.c
4198
4199 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4200 M: Matt Fleming <matt@codeblueprint.co.uk>
4201 L: linux-efi@vger.kernel.org
4202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4203 S: Maintained
4204 F: Documentation/efi-stub.txt
4205 F: arch/ia64/kernel/efi.c
4206 F: arch/x86/boot/compressed/eboot.[ch]
4207 F: arch/x86/include/asm/efi.h
4208 F: arch/x86/platform/efi/*
4209 F: drivers/firmware/efi/*
4210 F: include/linux/efi*.h
4211
4212 EFI VARIABLE FILESYSTEM
4213 M: Matthew Garrett <matthew.garrett@nebula.com>
4214 M: Jeremy Kerr <jk@ozlabs.org>
4215 M: Matt Fleming <matt@codeblueprint.co.uk>
4216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4217 L: linux-efi@vger.kernel.org
4218 S: Maintained
4219 F: fs/efivarfs/
4220
4221 EFIFB FRAMEBUFFER DRIVER
4222 L: linux-fbdev@vger.kernel.org
4223 M: Peter Jones <pjones@redhat.com>
4224 S: Maintained
4225 F: drivers/video/fbdev/efifb.c
4226
4227 EFS FILESYSTEM
4228 W: http://aeschi.ch.eu.org/efs/
4229 S: Orphan
4230 F: fs/efs/
4231
4232 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4233 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4234 L: netdev@vger.kernel.org
4235 S: Maintained
4236 F: drivers/net/ethernet/ibm/ehea/
4237
4238 EM28XX VIDEO4LINUX DRIVER
4239 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4240 L: linux-media@vger.kernel.org
4241 W: https://linuxtv.org
4242 T: git git://linuxtv.org/media_tree.git
4243 S: Maintained
4244 F: drivers/media/usb/em28xx/
4245
4246 EMBEDDED LINUX
4247 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4248 M: Matt Mackall <mpm@selenic.com>
4249 M: David Woodhouse <dwmw2@infradead.org>
4250 L: linux-embedded@vger.kernel.org
4251 S: Maintained
4252
4253 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4254 M: James Smart <james.smart@avagotech.com>
4255 M: Dick Kennedy <dick.kennedy@avagotech.com>
4256 L: linux-scsi@vger.kernel.org
4257 W: http://www.avagotech.com
4258 S: Supported
4259 F: drivers/scsi/lpfc/
4260
4261 ENE CB710 FLASH CARD READER DRIVER
4262 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4263 S: Maintained
4264 F: drivers/misc/cb710/
4265 F: drivers/mmc/host/cb710-mmc.*
4266 F: include/linux/cb710.h
4267
4268 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4269 M: Maxim Levitsky <maximlevitsky@gmail.com>
4270 S: Maintained
4271 F: drivers/media/rc/ene_ir.*
4272
4273 EPSON S1D13XXX FRAMEBUFFER DRIVER
4274 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4275 S: Maintained
4276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4277 F: drivers/video/fbdev/s1d13xxxfb.c
4278 F: include/video/s1d13xxxfb.h
4279
4280 ET131X NETWORK DRIVER
4281 M: Mark Einon <mark.einon@gmail.com>
4282 S: Odd Fixes
4283 F: drivers/net/ethernet/agere/
4284
4285 ETHERNET BRIDGE
4286 M: Stephen Hemminger <stephen@networkplumber.org>
4287 L: bridge@lists.linux-foundation.org
4288 L: netdev@vger.kernel.org
4289 W: http://www.linuxfoundation.org/en/Net:Bridge
4290 S: Maintained
4291 F: include/linux/netfilter_bridge/
4292 F: net/bridge/
4293
4294 ETHERNET PHY LIBRARY
4295 M: Florian Fainelli <f.fainelli@gmail.com>
4296 L: netdev@vger.kernel.org
4297 S: Maintained
4298 F: include/linux/phy.h
4299 F: include/linux/phy_fixed.h
4300 F: drivers/net/phy/
4301 F: Documentation/networking/phy.txt
4302 F: drivers/of/of_mdio.c
4303 F: drivers/of/of_net.c
4304
4305 EXT2 FILE SYSTEM
4306 M: Jan Kara <jack@suse.com>
4307 L: linux-ext4@vger.kernel.org
4308 S: Maintained
4309 F: Documentation/filesystems/ext2.txt
4310 F: fs/ext2/
4311 F: include/linux/ext2*
4312
4313 EXT4 FILE SYSTEM
4314 M: "Theodore Ts'o" <tytso@mit.edu>
4315 M: Andreas Dilger <adilger.kernel@dilger.ca>
4316 L: linux-ext4@vger.kernel.org
4317 W: http://ext4.wiki.kernel.org
4318 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4320 S: Maintained
4321 F: Documentation/filesystems/ext4.txt
4322 F: fs/ext4/
4323
4324 Extended Verification Module (EVM)
4325 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4326 L: linux-ima-devel@lists.sourceforge.net
4327 L: linux-security-module@vger.kernel.org
4328 S: Supported
4329 F: security/integrity/evm/
4330
4331 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4332 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4333 M: Chanwoo Choi <cw00.choi@samsung.com>
4334 L: linux-kernel@vger.kernel.org
4335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4336 S: Maintained
4337 F: drivers/extcon/
4338 F: include/linux/extcon/
4339 F: include/linux/extcon.h
4340 F: Documentation/extcon/
4341 F: Documentation/devicetree/bindings/extcon/
4342
4343 EXYNOS DP DRIVER
4344 M: Jingoo Han <jingoohan1@gmail.com>
4345 L: dri-devel@lists.freedesktop.org
4346 S: Maintained
4347 F: drivers/gpu/drm/exynos/exynos_dp*
4348
4349 EXYNOS MIPI DISPLAY DRIVERS
4350 M: Inki Dae <inki.dae@samsung.com>
4351 M: Donghwa Lee <dh09.lee@samsung.com>
4352 M: Kyungmin Park <kyungmin.park@samsung.com>
4353 L: linux-fbdev@vger.kernel.org
4354 S: Maintained
4355 F: drivers/video/fbdev/exynos/exynos_mipi*
4356 F: include/video/exynos_mipi*
4357
4358 F71805F HARDWARE MONITORING DRIVER
4359 M: Jean Delvare <jdelvare@suse.com>
4360 L: lm-sensors@lm-sensors.org
4361 S: Maintained
4362 F: Documentation/hwmon/f71805f
4363 F: drivers/hwmon/f71805f.c
4364
4365 FC0011 TUNER DRIVER
4366 M: Michael Buesch <m@bues.ch>
4367 L: linux-media@vger.kernel.org
4368 S: Maintained
4369 F: drivers/media/tuners/fc0011.h
4370 F: drivers/media/tuners/fc0011.c
4371
4372 FC2580 MEDIA DRIVER
4373 M: Antti Palosaari <crope@iki.fi>
4374 L: linux-media@vger.kernel.org
4375 W: https://linuxtv.org
4376 W: http://palosaari.fi/linux/
4377 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4378 T: git git://linuxtv.org/anttip/media_tree.git
4379 S: Maintained
4380 F: drivers/media/tuners/fc2580*
4381
4382 FANOTIFY
4383 M: Eric Paris <eparis@redhat.com>
4384 S: Maintained
4385 F: fs/notify/fanotify/
4386 F: include/linux/fanotify.h
4387 F: include/uapi/linux/fanotify.h
4388
4389 FARSYNC SYNCHRONOUS DRIVER
4390 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4391 W: http://www.farsite.co.uk/
4392 S: Supported
4393 F: drivers/net/wan/farsync.*
4394
4395 FAULT INJECTION SUPPORT
4396 M: Akinobu Mita <akinobu.mita@gmail.com>
4397 S: Supported
4398 F: Documentation/fault-injection/
4399 F: lib/fault-inject.c
4400
4401 FBTFT Framebuffer drivers
4402 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4403 M: Noralf Trønnes <noralf@tronnes.org>
4404 S: Maintained
4405 F: drivers/staging/fbtft/
4406
4407 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4408 M: Vasu Dev <vasu.dev@intel.com>
4409 L: fcoe-devel@open-fcoe.org
4410 W: www.Open-FCoE.org
4411 S: Supported
4412 F: drivers/scsi/libfc/
4413 F: drivers/scsi/fcoe/
4414 F: include/scsi/fc/
4415 F: include/scsi/libfc.h
4416 F: include/scsi/libfcoe.h
4417 F: include/uapi/scsi/fc/
4418
4419 FILE LOCKING (flock() and fcntl()/lockf())
4420 M: Jeff Layton <jlayton@poochiereds.net>
4421 M: "J. Bruce Fields" <bfields@fieldses.org>
4422 L: linux-fsdevel@vger.kernel.org
4423 S: Maintained
4424 F: include/linux/fcntl.h
4425 F: include/linux/fs.h
4426 F: include/uapi/linux/fcntl.h
4427 F: include/uapi/linux/fs.h
4428 F: fs/fcntl.c
4429 F: fs/locks.c
4430
4431 FILESYSTEMS (VFS and infrastructure)
4432 M: Alexander Viro <viro@zeniv.linux.org.uk>
4433 L: linux-fsdevel@vger.kernel.org
4434 S: Maintained
4435 F: fs/*
4436
4437 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4438 M: Riku Voipio <riku.voipio@iki.fi>
4439 L: lm-sensors@lm-sensors.org
4440 S: Maintained
4441 F: drivers/hwmon/f75375s.c
4442 F: include/linux/f75375s.h
4443
4444 FIREWIRE AUDIO DRIVERS
4445 M: Clemens Ladisch <clemens@ladisch.de>
4446 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4447 T: git git://git.alsa-project.org/alsa-kernel.git
4448 S: Maintained
4449 F: sound/firewire/
4450
4451 FIREWIRE MEDIA DRIVERS (firedtv)
4452 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4453 L: linux-media@vger.kernel.org
4454 L: linux1394-devel@lists.sourceforge.net
4455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4456 S: Maintained
4457 F: drivers/media/firewire/
4458
4459 FIREWIRE SBP-2 TARGET
4460 M: Chris Boot <bootc@bootc.net>
4461 L: linux-scsi@vger.kernel.org
4462 L: target-devel@vger.kernel.org
4463 L: linux1394-devel@lists.sourceforge.net
4464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4465 S: Maintained
4466 F: drivers/target/sbp/
4467
4468 FIREWIRE SUBSYSTEM
4469 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4470 L: linux1394-devel@lists.sourceforge.net
4471 W: http://ieee1394.wiki.kernel.org/
4472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4473 S: Maintained
4474 F: drivers/firewire/
4475 F: include/linux/firewire.h
4476 F: include/uapi/linux/firewire*.h
4477 F: tools/firewire/
4478
4479 FIRMWARE LOADER (request_firmware)
4480 M: Ming Lei <ming.lei@canonical.com>
4481 L: linux-kernel@vger.kernel.org
4482 S: Maintained
4483 F: Documentation/firmware_class/
4484 F: drivers/base/firmware*.c
4485 F: include/linux/firmware.h
4486
4487 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4488 M: Joshua Morris <josh.h.morris@us.ibm.com>
4489 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4490 S: Maintained
4491 F: drivers/block/rsxx/
4492
4493 FLOPPY DRIVER
4494 M: Jiri Kosina <jikos@kernel.org>
4495 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4496 S: Odd fixes
4497 F: drivers/block/floppy.c
4498
4499 FMC SUBSYSTEM
4500 M: Alessandro Rubini <rubini@gnudd.com>
4501 W: http://www.ohwr.org/projects/fmc-bus
4502 S: Supported
4503 F: drivers/fmc/
4504 F: include/linux/fmc*.h
4505 F: include/linux/ipmi-fru.h
4506 K: fmc_d.*register
4507
4508 FPGA MANAGER FRAMEWORK
4509 M: Alan Tull <atull@opensource.altera.com>
4510 R: Moritz Fischer <moritz.fischer@ettus.com>
4511 S: Maintained
4512 F: drivers/fpga/
4513 F: include/linux/fpga/fpga-mgr.h
4514 W: http://www.rocketboards.org
4515
4516 FPU EMULATOR
4517 M: Bill Metzenthen <billm@melbpc.org.au>
4518 W: http://floatingpoint.sourceforge.net/emulator/index.html
4519 S: Maintained
4520 F: arch/x86/math-emu/
4521
4522 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4523 L: netdev@vger.kernel.org
4524 S: Orphan
4525 F: drivers/net/wan/dlci.c
4526 F: drivers/net/wan/sdla.c
4527
4528 FRAMEBUFFER LAYER
4529 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4530 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4531 L: linux-fbdev@vger.kernel.org
4532 W: http://linux-fbdev.sourceforge.net/
4533 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4534 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4535 S: Maintained
4536 F: Documentation/fb/
4537 F: drivers/video/
4538 F: include/video/
4539 F: include/linux/fb.h
4540 F: include/uapi/video/
4541 F: include/uapi/linux/fb.h
4542
4543 FREESCALE DIU FRAMEBUFFER DRIVER
4544 M: Timur Tabi <timur@tabi.org>
4545 L: linux-fbdev@vger.kernel.org
4546 S: Maintained
4547 F: drivers/video/fbdev/fsl-diu-fb.*
4548
4549 FREESCALE DMA DRIVER
4550 M: Li Yang <leoli@freescale.com>
4551 M: Zhang Wei <zw@zh-kernel.org>
4552 L: linuxppc-dev@lists.ozlabs.org
4553 S: Maintained
4554 F: drivers/dma/fsldma.*
4555
4556 FREESCALE GPMI NAND DRIVER
4557 M: Han Xu <han.xu@nxp.com>
4558 L: linux-mtd@lists.infradead.org
4559 S: Maintained
4560 F: drivers/mtd/nand/gpmi-nand/*
4561
4562 FREESCALE I2C CPM DRIVER
4563 M: Jochen Friedrich <jochen@scram.de>
4564 L: linuxppc-dev@lists.ozlabs.org
4565 L: linux-i2c@vger.kernel.org
4566 S: Maintained
4567 F: drivers/i2c/busses/i2c-cpm.c
4568
4569 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4570 M: Sascha Hauer <kernel@pengutronix.de>
4571 L: linux-fbdev@vger.kernel.org
4572 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4573 S: Maintained
4574 F: include/linux/platform_data/video-imxfb.h
4575 F: drivers/video/fbdev/imxfb.c
4576
4577 FREESCALE QUAD SPI DRIVER
4578 M: Han Xu <han.xu@nxp.com>
4579 L: linux-mtd@lists.infradead.org
4580 S: Maintained
4581 F: drivers/mtd/spi-nor/fsl-quadspi.c
4582
4583 FREESCALE SOC FS_ENET DRIVER
4584 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4585 M: Vitaly Bordug <vbordug@ru.mvista.com>
4586 L: linuxppc-dev@lists.ozlabs.org
4587 L: netdev@vger.kernel.org
4588 S: Maintained
4589 F: drivers/net/ethernet/freescale/fs_enet/
4590 F: include/linux/fs_enet_pd.h
4591
4592 FREESCALE IMX / MXC FEC DRIVER
4593 M: Fugang Duan <fugang.duan@nxp.com>
4594 L: netdev@vger.kernel.org
4595 S: Maintained
4596 F: drivers/net/ethernet/freescale/fec_main.c
4597 F: drivers/net/ethernet/freescale/fec_ptp.c
4598 F: drivers/net/ethernet/freescale/fec.h
4599 F: Documentation/devicetree/bindings/net/fsl-fec.txt
4600
4601 FREESCALE QUICC ENGINE LIBRARY
4602 L: linuxppc-dev@lists.ozlabs.org
4603 S: Orphan
4604 F: drivers/soc/fsl/qe/
4605 F: include/soc/fsl/*qe*.h
4606 F: include/soc/fsl/*ucc*.h
4607
4608 FREESCALE USB PERIPHERAL DRIVERS
4609 M: Li Yang <leoli@freescale.com>
4610 L: linux-usb@vger.kernel.org
4611 L: linuxppc-dev@lists.ozlabs.org
4612 S: Maintained
4613 F: drivers/usb/gadget/udc/fsl*
4614
4615 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4616 M: Li Yang <leoli@freescale.com>
4617 L: netdev@vger.kernel.org
4618 L: linuxppc-dev@lists.ozlabs.org
4619 S: Maintained
4620 F: drivers/net/ethernet/freescale/ucc_geth*
4621
4622 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4623 M: Claudiu Manoil <claudiu.manoil@freescale.com>
4624 L: netdev@vger.kernel.org
4625 S: Maintained
4626 F: drivers/net/ethernet/freescale/gianfar*
4627 X: drivers/net/ethernet/freescale/gianfar_ptp.c
4628 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4629
4630 FREESCALE QUICC ENGINE UCC UART DRIVER
4631 M: Timur Tabi <timur@tabi.org>
4632 L: linuxppc-dev@lists.ozlabs.org
4633 S: Maintained
4634 F: drivers/tty/serial/ucc_uart.c
4635
4636 FREESCALE SOC SOUND DRIVERS
4637 M: Timur Tabi <timur@tabi.org>
4638 M: Nicolin Chen <nicoleotsuka@gmail.com>
4639 M: Xiubo Li <Xiubo.Lee@gmail.com>
4640 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4641 L: linuxppc-dev@lists.ozlabs.org
4642 S: Maintained
4643 F: sound/soc/fsl/fsl*
4644 F: sound/soc/fsl/imx*
4645 F: sound/soc/fsl/mpc8610_hpcd.c
4646
4647 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4648 M: "J. German Rivera" <German.Rivera@freescale.com>
4649 L: linux-kernel@vger.kernel.org
4650 S: Maintained
4651 F: drivers/staging/fsl-mc/
4652
4653 FREEVXFS FILESYSTEM
4654 M: Christoph Hellwig <hch@infradead.org>
4655 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4656 S: Maintained
4657 F: fs/freevxfs/
4658
4659 FREEZER
4660 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4661 M: Pavel Machek <pavel@ucw.cz>
4662 L: linux-pm@vger.kernel.org
4663 S: Supported
4664 F: Documentation/power/freezing-of-tasks.txt
4665 F: include/linux/freezer.h
4666 F: kernel/freezer.c
4667
4668 FRONTSWAP API
4669 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4670 L: linux-kernel@vger.kernel.org
4671 S: Maintained
4672 F: mm/frontswap.c
4673 F: include/linux/frontswap.h
4674
4675 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4676 M: David Howells <dhowells@redhat.com>
4677 L: linux-cachefs@redhat.com (moderated for non-subscribers)
4678 S: Supported
4679 F: Documentation/filesystems/caching/
4680 F: fs/fscache/
4681 F: include/linux/fscache*.h
4682
4683 F2FS FILE SYSTEM
4684 M: Jaegeuk Kim <jaegeuk@kernel.org>
4685 M: Changman Lee <cm224.lee@samsung.com>
4686 R: Chao Yu <chao2.yu@samsung.com>
4687 L: linux-f2fs-devel@lists.sourceforge.net
4688 W: http://en.wikipedia.org/wiki/F2FS
4689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4690 S: Maintained
4691 F: Documentation/filesystems/f2fs.txt
4692 F: Documentation/ABI/testing/sysfs-fs-f2fs
4693 F: fs/f2fs/
4694 F: include/linux/f2fs_fs.h
4695 F: include/trace/events/f2fs.h
4696
4697 FUJITSU FR-V (FRV) PORT
4698 S: Orphan
4699 F: arch/frv/
4700
4701 FUJITSU LAPTOP EXTRAS
4702 M: Jonathan Woithe <jwoithe@just42.net>
4703 L: platform-driver-x86@vger.kernel.org
4704 S: Maintained
4705 F: drivers/platform/x86/fujitsu-laptop.c
4706
4707 FUJITSU M-5MO LS CAMERA ISP DRIVER
4708 M: Kyungmin Park <kyungmin.park@samsung.com>
4709 M: Heungjun Kim <riverful.kim@samsung.com>
4710 L: linux-media@vger.kernel.org
4711 S: Maintained
4712 F: drivers/media/i2c/m5mols/
4713 F: include/media/i2c/m5mols.h
4714
4715 FUJITSU TABLET EXTRAS
4716 M: Robert Gerlach <khnz@gmx.de>
4717 L: platform-driver-x86@vger.kernel.org
4718 S: Maintained
4719 F: drivers/platform/x86/fujitsu-tablet.c
4720
4721 FUSE: FILESYSTEM IN USERSPACE
4722 M: Miklos Szeredi <miklos@szeredi.hu>
4723 L: fuse-devel@lists.sourceforge.net
4724 W: http://fuse.sourceforge.net/
4725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4726 S: Maintained
4727 F: fs/fuse/
4728 F: include/uapi/linux/fuse.h
4729 F: Documentation/filesystems/fuse.txt
4730
4731 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4732 M: Rik Faith <faith@cs.unc.edu>
4733 L: linux-scsi@vger.kernel.org
4734 S: Odd Fixes (e.g., new signatures)
4735 F: drivers/scsi/fdomain.*
4736
4737 GCOV BASED KERNEL PROFILING
4738 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4739 S: Maintained
4740 F: kernel/gcov/
4741 F: Documentation/gcov.txt
4742
4743 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4744 M: Achim Leubner <achim_leubner@adaptec.com>
4745 L: linux-scsi@vger.kernel.org
4746 W: http://www.icp-vortex.com/
4747 S: Supported
4748 F: drivers/scsi/gdt*
4749
4750 GDB KERNEL DEBUGGING HELPER SCRIPTS
4751 M: Jan Kiszka <jan.kiszka@siemens.com>
4752 S: Supported
4753 F: scripts/gdb/
4754
4755 GEMTEK FM RADIO RECEIVER DRIVER
4756 M: Hans Verkuil <hverkuil@xs4all.nl>
4757 L: linux-media@vger.kernel.org
4758 T: git git://linuxtv.org/media_tree.git
4759 W: https://linuxtv.org
4760 S: Maintained
4761 F: drivers/media/radio/radio-gemtek*
4762
4763 GENERIC GPIO I2C DRIVER
4764 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4765 S: Supported
4766 F: drivers/i2c/busses/i2c-gpio.c
4767 F: include/linux/i2c-gpio.h
4768
4769 GENERIC GPIO I2C MULTIPLEXER DRIVER
4770 M: Peter Korsgaard <peter.korsgaard@barco.com>
4771 L: linux-i2c@vger.kernel.org
4772 S: Supported
4773 F: drivers/i2c/muxes/i2c-mux-gpio.c
4774 F: include/linux/i2c-mux-gpio.h
4775 F: Documentation/i2c/muxes/i2c-mux-gpio
4776
4777 GENERIC HDLC (WAN) DRIVERS
4778 M: Krzysztof Halasa <khc@pm.waw.pl>
4779 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4780 S: Maintained
4781 F: drivers/net/wan/c101.c
4782 F: drivers/net/wan/hd6457*
4783 F: drivers/net/wan/hdlc*
4784 F: drivers/net/wan/n2.c
4785 F: drivers/net/wan/pc300too.c
4786 F: drivers/net/wan/pci200syn.c
4787 F: drivers/net/wan/wanxl*
4788
4789 GENERIC INCLUDE/ASM HEADER FILES
4790 M: Arnd Bergmann <arnd@arndb.de>
4791 L: linux-arch@vger.kernel.org
4792 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4793 S: Maintained
4794 F: include/asm-generic/
4795 F: include/uapi/asm-generic/
4796
4797 GENERIC PHY FRAMEWORK
4798 M: Kishon Vijay Abraham I <kishon@ti.com>
4799 L: linux-kernel@vger.kernel.org
4800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4801 S: Supported
4802 F: drivers/phy/
4803 F: include/linux/phy/
4804
4805 GENERIC PM DOMAINS
4806 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4807 M: Kevin Hilman <khilman@kernel.org>
4808 M: Ulf Hansson <ulf.hansson@linaro.org>
4809 L: linux-pm@vger.kernel.org
4810 S: Supported
4811 F: drivers/base/power/domain*.c
4812 F: include/linux/pm_domain.h
4813
4814 GENERIC UIO DRIVER FOR PCI DEVICES
4815 M: "Michael S. Tsirkin" <mst@redhat.com>
4816 L: kvm@vger.kernel.org
4817 S: Supported
4818 F: drivers/uio/uio_pci_generic.c
4819
4820 GET_MAINTAINER SCRIPT
4821 M: Joe Perches <joe@perches.com>
4822 S: Maintained
4823 F: scripts/get_maintainer.pl
4824
4825 GFS2 FILE SYSTEM
4826 M: Steven Whitehouse <swhiteho@redhat.com>
4827 M: Bob Peterson <rpeterso@redhat.com>
4828 L: cluster-devel@redhat.com
4829 W: http://sources.redhat.com/cluster/
4830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4831 S: Supported
4832 F: Documentation/filesystems/gfs2*.txt
4833 F: fs/gfs2/
4834 F: include/uapi/linux/gfs2_ondisk.h
4835
4836 GIGASET ISDN DRIVERS
4837 M: Paul Bolle <pebolle@tiscali.nl>
4838 L: gigaset307x-common@lists.sourceforge.net
4839 W: http://gigaset307x.sourceforge.net/
4840 S: Odd Fixes
4841 F: Documentation/isdn/README.gigaset
4842 F: drivers/isdn/gigaset/
4843 F: include/uapi/linux/gigaset_dev.h
4844
4845 GO7007 MPEG CODEC
4846 M: Hans Verkuil <hans.verkuil@cisco.com>
4847 L: linux-media@vger.kernel.org
4848 S: Maintained
4849 F: drivers/media/usb/go7007/
4850
4851 GOODIX TOUCHSCREEN
4852 M: Bastien Nocera <hadess@hadess.net>
4853 L: linux-input@vger.kernel.org
4854 S: Maintained
4855 F: drivers/input/touchscreen/goodix.c
4856
4857 GPIO SUBSYSTEM
4858 M: Linus Walleij <linus.walleij@linaro.org>
4859 M: Alexandre Courbot <gnurou@gmail.com>
4860 L: linux-gpio@vger.kernel.org
4861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4862 S: Maintained
4863 F: Documentation/gpio/
4864 F: Documentation/ABI/testing/gpio-cdev
4865 F: Documentation/ABI/obsolete/sysfs-gpio
4866 F: drivers/gpio/
4867 F: include/linux/gpio/
4868 F: include/linux/gpio.h
4869 F: include/asm-generic/gpio.h
4870 F: include/uapi/linux/gpio.h
4871 F: tools/gpio/
4872
4873 GRE DEMULTIPLEXER DRIVER
4874 M: Dmitry Kozlov <xeb@mail.ru>
4875 L: netdev@vger.kernel.org
4876 S: Maintained
4877 F: net/ipv4/gre_demux.c
4878 F: net/ipv4/gre_offload.c
4879 F: include/net/gre.h
4880
4881 GRETH 10/100/1G Ethernet MAC device driver
4882 M: Kristoffer Glembo <kristoffer@gaisler.com>
4883 L: netdev@vger.kernel.org
4884 S: Maintained
4885 F: drivers/net/ethernet/aeroflex/
4886
4887 GSPCA FINEPIX SUBDRIVER
4888 M: Frank Zago <frank@zago.net>
4889 L: linux-media@vger.kernel.org
4890 T: git git://linuxtv.org/media_tree.git
4891 S: Maintained
4892 F: drivers/media/usb/gspca/finepix.c
4893
4894 GSPCA GL860 SUBDRIVER
4895 M: Olivier Lorin <o.lorin@laposte.net>
4896 L: linux-media@vger.kernel.org
4897 T: git git://linuxtv.org/media_tree.git
4898 S: Maintained
4899 F: drivers/media/usb/gspca/gl860/
4900
4901 GSPCA M5602 SUBDRIVER
4902 M: Erik Andren <erik.andren@gmail.com>
4903 L: linux-media@vger.kernel.org
4904 T: git git://linuxtv.org/media_tree.git
4905 S: Maintained
4906 F: drivers/media/usb/gspca/m5602/
4907
4908 GSPCA PAC207 SONIXB SUBDRIVER
4909 M: Hans de Goede <hdegoede@redhat.com>
4910 L: linux-media@vger.kernel.org
4911 T: git git://linuxtv.org/media_tree.git
4912 S: Maintained
4913 F: drivers/media/usb/gspca/pac207.c
4914
4915 GSPCA SN9C20X SUBDRIVER
4916 M: Brian Johnson <brijohn@gmail.com>
4917 L: linux-media@vger.kernel.org
4918 T: git git://linuxtv.org/media_tree.git
4919 S: Maintained
4920 F: drivers/media/usb/gspca/sn9c20x.c
4921
4922 GSPCA T613 SUBDRIVER
4923 M: Leandro Costantino <lcostantino@gmail.com>
4924 L: linux-media@vger.kernel.org
4925 T: git git://linuxtv.org/media_tree.git
4926 S: Maintained
4927 F: drivers/media/usb/gspca/t613.c
4928
4929 GSPCA USB WEBCAM DRIVER
4930 M: Hans de Goede <hdegoede@redhat.com>
4931 L: linux-media@vger.kernel.org
4932 T: git git://linuxtv.org/media_tree.git
4933 S: Maintained
4934 F: drivers/media/usb/gspca/
4935
4936 GUID PARTITION TABLE (GPT)
4937 M: Davidlohr Bueso <dave@stgolabs.net>
4938 L: linux-efi@vger.kernel.org
4939 S: Maintained
4940 F: block/partitions/efi.*
4941
4942 STK1160 USB VIDEO CAPTURE DRIVER
4943 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4944 L: linux-media@vger.kernel.org
4945 T: git git://linuxtv.org/media_tree.git
4946 S: Maintained
4947 F: drivers/media/usb/stk1160/
4948
4949 H8/300 ARCHITECTURE
4950 M: Yoshinori Sato <ysato@users.sourceforge.jp>
4951 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4952 W: http://uclinux-h8.sourceforge.jp
4953 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4954 S: Maintained
4955 F: arch/h8300/
4956 F: drivers/clocksource/h8300_*.c
4957 F: drivers/clk/h8300/
4958 F: drivers/irqchip/irq-renesas-h8*.c
4959
4960 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4961 M: Frank Seidel <frank@f-seidel.de>
4962 L: platform-driver-x86@vger.kernel.org
4963 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4964 S: Maintained
4965 F: drivers/platform/x86/hdaps.c
4966
4967 HDPVR USB VIDEO ENCODER DRIVER
4968 M: Hans Verkuil <hverkuil@xs4all.nl>
4969 L: linux-media@vger.kernel.org
4970 T: git git://linuxtv.org/media_tree.git
4971 W: https://linuxtv.org
4972 S: Odd Fixes
4973 F: drivers/media/usb/hdpvr/
4974
4975 HWPOISON MEMORY FAILURE HANDLING
4976 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4977 L: linux-mm@kvack.org
4978 S: Maintained
4979 F: mm/memory-failure.c
4980 F: mm/hwpoison-inject.c
4981
4982 HYPERVISOR VIRTUAL CONSOLE DRIVER
4983 L: linuxppc-dev@lists.ozlabs.org
4984 S: Odd Fixes
4985 F: drivers/tty/hvc/
4986
4987 HACKRF MEDIA DRIVER
4988 M: Antti Palosaari <crope@iki.fi>
4989 L: linux-media@vger.kernel.org
4990 W: https://linuxtv.org
4991 W: http://palosaari.fi/linux/
4992 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4993 T: git git://linuxtv.org/anttip/media_tree.git
4994 S: Maintained
4995 F: drivers/media/usb/hackrf/
4996
4997 HARDWARE MONITORING
4998 M: Jean Delvare <jdelvare@suse.com>
4999 M: Guenter Roeck <linux@roeck-us.net>
5000 L: lm-sensors@lm-sensors.org
5001 W: http://www.lm-sensors.org/
5002 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5004 S: Maintained
5005 F: Documentation/hwmon/
5006 F: drivers/hwmon/
5007 F: include/linux/hwmon*.h
5008
5009 HARDWARE RANDOM NUMBER GENERATOR CORE
5010 M: Matt Mackall <mpm@selenic.com>
5011 M: Herbert Xu <herbert@gondor.apana.org.au>
5012 L: linux-crypto@vger.kernel.org
5013 S: Odd fixes
5014 F: Documentation/hw_random.txt
5015 F: drivers/char/hw_random/
5016 F: include/linux/hw_random.h
5017
5018 HARDWARE SPINLOCK CORE
5019 M: Ohad Ben-Cohen <ohad@wizery.com>
5020 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5021 S: Maintained
5022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5023 F: Documentation/hwspinlock.txt
5024 F: drivers/hwspinlock/hwspinlock_*
5025 F: include/linux/hwspinlock.h
5026
5027 HARMONY SOUND DRIVER
5028 L: linux-parisc@vger.kernel.org
5029 S: Maintained
5030 F: sound/parisc/harmony.*
5031
5032 HD29L2 MEDIA DRIVER
5033 M: Antti Palosaari <crope@iki.fi>
5034 L: linux-media@vger.kernel.org
5035 W: https://linuxtv.org
5036 W: http://palosaari.fi/linux/
5037 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5038 T: git git://linuxtv.org/anttip/media_tree.git
5039 S: Maintained
5040 F: drivers/media/dvb-frontends/hd29l2*
5041
5042 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5043 M: Don Brace <don.brace@microsemi.com>
5044 L: iss_storagedev@hp.com
5045 L: esc.storagedev@microsemi.com
5046 L: linux-scsi@vger.kernel.org
5047 S: Supported
5048 F: Documentation/scsi/hpsa.txt
5049 F: drivers/scsi/hpsa*.[ch]
5050 F: include/linux/cciss*.h
5051 F: include/uapi/linux/cciss*.h
5052
5053 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5054 M: Don Brace <don.brace@microsemi.com>
5055 L: iss_storagedev@hp.com
5056 L: esc.storagedev@microsemi.com
5057 L: linux-scsi@vger.kernel.org
5058 S: Supported
5059 F: Documentation/blockdev/cciss.txt
5060 F: drivers/block/cciss*
5061 F: include/linux/cciss_ioctl.h
5062 F: include/uapi/linux/cciss_ioctl.h
5063
5064 HFS FILESYSTEM
5065 L: linux-fsdevel@vger.kernel.org
5066 S: Orphan
5067 F: Documentation/filesystems/hfs.txt
5068 F: fs/hfs/
5069
5070 HFSPLUS FILESYSTEM
5071 L: linux-fsdevel@vger.kernel.org
5072 S: Orphan
5073 F: Documentation/filesystems/hfsplus.txt
5074 F: fs/hfsplus/
5075
5076 HGA FRAMEBUFFER DRIVER
5077 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5078 L: linux-nvidia@lists.surfsouth.com
5079 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5080 S: Maintained
5081 F: drivers/video/fbdev/hgafb.c
5082
5083 HIBERNATION (aka Software Suspend, aka swsusp)
5084 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5085 M: Pavel Machek <pavel@ucw.cz>
5086 L: linux-pm@vger.kernel.org
5087 S: Supported
5088 F: arch/x86/power/
5089 F: drivers/base/power/
5090 F: kernel/power/
5091 F: include/linux/suspend.h
5092 F: include/linux/freezer.h
5093 F: include/linux/pm.h
5094 F: arch/*/include/asm/suspend*.h
5095
5096 HID CORE LAYER
5097 M: Jiri Kosina <jikos@kernel.org>
5098 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5099 L: linux-input@vger.kernel.org
5100 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5101 S: Maintained
5102 F: drivers/hid/
5103 F: include/linux/hid*
5104 F: include/uapi/linux/hid*
5105
5106 HID SENSOR HUB DRIVERS
5107 M: Jiri Kosina <jikos@kernel.org>
5108 M: Jonathan Cameron <jic23@kernel.org>
5109 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5110 L: linux-input@vger.kernel.org
5111 L: linux-iio@vger.kernel.org
5112 S: Maintained
5113 F: Documentation/hid/hid-sensor*
5114 F: drivers/hid/hid-sensor-*
5115 F: drivers/iio/*/hid-*
5116 F: include/linux/hid-sensor-*
5117
5118 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5119 M: Thomas Gleixner <tglx@linutronix.de>
5120 L: linux-kernel@vger.kernel.org
5121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5122 S: Maintained
5123 F: Documentation/timers/
5124 F: kernel/time/hrtimer.c
5125 F: kernel/time/clockevents.c
5126 F: kernel/time/tick*.*
5127 F: kernel/time/timer_*.c
5128 F: include/linux/clockchips.h
5129 F: include/linux/hrtimer.h
5130
5131 HIGH-SPEED SCC DRIVER FOR AX.25
5132 L: linux-hams@vger.kernel.org
5133 S: Orphan
5134 F: drivers/net/hamradio/dmascc.c
5135 F: drivers/net/hamradio/scc.c
5136
5137 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5138 M: HighPoint Linux Team <linux@highpoint-tech.com>
5139 W: http://www.highpoint-tech.com
5140 S: Supported
5141 F: Documentation/scsi/hptiop.txt
5142 F: drivers/scsi/hptiop.c
5143
5144 HIPPI
5145 M: Jes Sorensen <jes@trained-monkey.org>
5146 L: linux-hippi@sunsite.dk
5147 S: Maintained
5148 F: include/linux/hippidevice.h
5149 F: include/uapi/linux/if_hippi.h
5150 F: net/802/hippi.c
5151 F: drivers/net/hippi/
5152
5153 HISILICON SAS Controller
5154 M: John Garry <john.garry@huawei.com>
5155 W: http://www.hisilicon.com
5156 S: Supported
5157 F: drivers/scsi/hisi_sas/
5158 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5159
5160 HOST AP DRIVER
5161 M: Jouni Malinen <j@w1.fi>
5162 L: hostap@shmoo.com (subscribers-only)
5163 L: linux-wireless@vger.kernel.org
5164 W: http://hostap.epitest.fi/
5165 S: Maintained
5166 F: drivers/net/wireless/intersil/hostap/
5167
5168 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5169 L: platform-driver-x86@vger.kernel.org
5170 S: Orphan
5171 F: drivers/platform/x86/tc1100-wmi.c
5172
5173 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5174 M: Jaroslav Kysela <perex@perex.cz>
5175 S: Maintained
5176 F: drivers/net/ethernet/hp/hp100.*
5177
5178 HPET: High Precision Event Timers driver
5179 M: Clemens Ladisch <clemens@ladisch.de>
5180 S: Maintained
5181 F: Documentation/timers/hpet.txt
5182 F: drivers/char/hpet.c
5183 F: include/linux/hpet.h
5184 F: include/uapi/linux/hpet.h
5185
5186 HPET: x86
5187 S: Orphan
5188 F: arch/x86/kernel/hpet.c
5189 F: arch/x86/include/asm/hpet.h
5190
5191 HPFS FILESYSTEM
5192 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5193 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5194 S: Maintained
5195 F: fs/hpfs/
5196
5197 HSI SUBSYSTEM
5198 M: Sebastian Reichel <sre@kernel.org>
5199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5200 S: Maintained
5201 F: Documentation/ABI/testing/sysfs-bus-hsi
5202 F: Documentation/hsi.txt
5203 F: drivers/hsi/
5204 F: include/linux/hsi/
5205 F: include/uapi/linux/hsi/
5206
5207 HSO 3G MODEM DRIVER
5208 M: Jan Dumon <j.dumon@option.com>
5209 W: http://www.pharscape.org
5210 S: Maintained
5211 F: drivers/net/usb/hso.c
5212
5213 HSR NETWORK PROTOCOL
5214 M: Arvid Brodin <arvid.brodin@alten.se>
5215 L: netdev@vger.kernel.org
5216 S: Maintained
5217 F: net/hsr/
5218
5219 HTCPEN TOUCHSCREEN DRIVER
5220 M: Pau Oliva Fora <pof@eslack.org>
5221 L: linux-input@vger.kernel.org
5222 S: Maintained
5223 F: drivers/input/touchscreen/htcpen.c
5224
5225 HUGETLB FILESYSTEM
5226 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5227 S: Maintained
5228 F: fs/hugetlbfs/
5229
5230 Hyper-V CORE AND DRIVERS
5231 M: "K. Y. Srinivasan" <kys@microsoft.com>
5232 M: Haiyang Zhang <haiyangz@microsoft.com>
5233 L: devel@linuxdriverproject.org
5234 S: Maintained
5235 F: arch/x86/include/asm/mshyperv.h
5236 F: arch/x86/include/uapi/asm/hyperv.h
5237 F: arch/x86/kernel/cpu/mshyperv.c
5238 F: drivers/hid/hid-hyperv.c
5239 F: drivers/hv/
5240 F: drivers/input/serio/hyperv-keyboard.c
5241 F: drivers/pci/host/pci-hyperv.c
5242 F: drivers/net/hyperv/
5243 F: drivers/scsi/storvsc_drv.c
5244 F: drivers/video/fbdev/hyperv_fb.c
5245 F: include/linux/hyperv.h
5246 F: tools/hv/
5247 F: Documentation/ABI/stable/sysfs-bus-vmbus
5248
5249 I2C OVER PARALLEL PORT
5250 M: Jean Delvare <jdelvare@suse.com>
5251 L: linux-i2c@vger.kernel.org
5252 S: Maintained
5253 F: Documentation/i2c/busses/i2c-parport
5254 F: Documentation/i2c/busses/i2c-parport-light
5255 F: drivers/i2c/busses/i2c-parport.c
5256 F: drivers/i2c/busses/i2c-parport-light.c
5257
5258 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5259 M: Jean Delvare <jdelvare@suse.com>
5260 L: linux-i2c@vger.kernel.org
5261 S: Maintained
5262 F: Documentation/i2c/busses/i2c-ali1535
5263 F: Documentation/i2c/busses/i2c-ali1563
5264 F: Documentation/i2c/busses/i2c-ali15x3
5265 F: Documentation/i2c/busses/i2c-amd756
5266 F: Documentation/i2c/busses/i2c-amd8111
5267 F: Documentation/i2c/busses/i2c-i801
5268 F: Documentation/i2c/busses/i2c-nforce2
5269 F: Documentation/i2c/busses/i2c-piix4
5270 F: Documentation/i2c/busses/i2c-sis5595
5271 F: Documentation/i2c/busses/i2c-sis630
5272 F: Documentation/i2c/busses/i2c-sis96x
5273 F: Documentation/i2c/busses/i2c-via
5274 F: Documentation/i2c/busses/i2c-viapro
5275 F: drivers/i2c/busses/i2c-ali1535.c
5276 F: drivers/i2c/busses/i2c-ali1563.c
5277 F: drivers/i2c/busses/i2c-ali15x3.c
5278 F: drivers/i2c/busses/i2c-amd756.c
5279 F: drivers/i2c/busses/i2c-amd756-s4882.c
5280 F: drivers/i2c/busses/i2c-amd8111.c
5281 F: drivers/i2c/busses/i2c-i801.c
5282 F: drivers/i2c/busses/i2c-isch.c
5283 F: drivers/i2c/busses/i2c-nforce2.c
5284 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5285 F: drivers/i2c/busses/i2c-piix4.c
5286 F: drivers/i2c/busses/i2c-sis5595.c
5287 F: drivers/i2c/busses/i2c-sis630.c
5288 F: drivers/i2c/busses/i2c-sis96x.c
5289 F: drivers/i2c/busses/i2c-via.c
5290 F: drivers/i2c/busses/i2c-viapro.c
5291
5292 I2C/SMBUS ISMT DRIVER
5293 M: Seth Heasley <seth.heasley@intel.com>
5294 M: Neil Horman <nhorman@tuxdriver.com>
5295 L: linux-i2c@vger.kernel.org
5296 F: drivers/i2c/busses/i2c-ismt.c
5297 F: Documentation/i2c/busses/i2c-ismt
5298
5299 I2C/SMBUS STUB DRIVER
5300 M: Jean Delvare <jdelvare@suse.com>
5301 L: linux-i2c@vger.kernel.org
5302 S: Maintained
5303 F: drivers/i2c/i2c-stub.c
5304
5305 I2C SUBSYSTEM
5306 M: Wolfram Sang <wsa@the-dreams.de>
5307 L: linux-i2c@vger.kernel.org
5308 W: https://i2c.wiki.kernel.org/
5309 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5310 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5311 S: Maintained
5312 F: Documentation/devicetree/bindings/i2c/
5313 F: Documentation/i2c/
5314 F: drivers/i2c/
5315 F: drivers/i2c/*/
5316 F: include/linux/i2c.h
5317 F: include/linux/i2c-*.h
5318 F: include/uapi/linux/i2c.h
5319 F: include/uapi/linux/i2c-*.h
5320
5321 I2C ACPI SUPPORT
5322 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5323 L: linux-i2c@vger.kernel.org
5324 L: linux-acpi@vger.kernel.org
5325 S: Maintained
5326
5327 I2C-TAOS-EVM DRIVER
5328 M: Jean Delvare <jdelvare@suse.com>
5329 L: linux-i2c@vger.kernel.org
5330 S: Maintained
5331 F: Documentation/i2c/busses/i2c-taos-evm
5332 F: drivers/i2c/busses/i2c-taos-evm.c
5333
5334 I2C-TINY-USB DRIVER
5335 M: Till Harbaum <till@harbaum.org>
5336 L: linux-i2c@vger.kernel.org
5337 W: http://www.harbaum.org/till/i2c_tiny_usb
5338 S: Maintained
5339 F: drivers/i2c/busses/i2c-tiny-usb.c
5340
5341 i386 BOOT CODE
5342 M: "H. Peter Anvin" <hpa@zytor.com>
5343 S: Maintained
5344 F: arch/x86/boot/
5345
5346 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5347 M: "H. Peter Anvin" <hpa@zytor.com>
5348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5349 S: Maintained
5350
5351 IA64 (Itanium) PLATFORM
5352 M: Tony Luck <tony.luck@intel.com>
5353 M: Fenghua Yu <fenghua.yu@intel.com>
5354 L: linux-ia64@vger.kernel.org
5355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5356 S: Maintained
5357 F: arch/ia64/
5358
5359 IBM Power VMX Cryptographic instructions
5360 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5361 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5362 L: linux-crypto@vger.kernel.org
5363 S: Supported
5364 F: drivers/crypto/vmx/Makefile
5365 F: drivers/crypto/vmx/Kconfig
5366 F: drivers/crypto/vmx/vmx.c
5367 F: drivers/crypto/vmx/aes*
5368 F: drivers/crypto/vmx/ghash*
5369 F: drivers/crypto/vmx/ppc-xlate.pl
5370
5371 IBM Power in-Nest Crypto Acceleration
5372 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5373 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5374 L: linux-crypto@vger.kernel.org
5375 S: Supported
5376 F: drivers/crypto/nx/Makefile
5377 F: drivers/crypto/nx/Kconfig
5378 F: drivers/crypto/nx/nx-aes*
5379 F: drivers/crypto/nx/nx-sha*
5380 F: drivers/crypto/nx/nx.*
5381 F: drivers/crypto/nx/nx_csbcpb.h
5382 F: drivers/crypto/nx/nx_debugfs.h
5383
5384 IBM Power 842 compression accelerator
5385 M: Dan Streetman <ddstreet@ieee.org>
5386 S: Supported
5387 F: drivers/crypto/nx/Makefile
5388 F: drivers/crypto/nx/Kconfig
5389 F: drivers/crypto/nx/nx-842*
5390 F: include/linux/sw842.h
5391 F: crypto/842.c
5392 F: lib/842/
5393
5394 IBM Power Linux RAID adapter
5395 M: Brian King <brking@us.ibm.com>
5396 S: Supported
5397 F: drivers/scsi/ipr.*
5398
5399 IBM Power Virtual Ethernet Device Driver
5400 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5401 L: netdev@vger.kernel.org
5402 S: Supported
5403 F: drivers/net/ethernet/ibm/ibmveth.*
5404
5405 IBM Power SRIOV Virtual NIC Device Driver
5406 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5407 M: John Allen <jallen@linux.vnet.ibm.com>
5408 L: netdev@vger.kernel.org
5409 S: Supported
5410 F: drivers/net/ethernet/ibm/ibmvnic.*
5411
5412 IBM Power Virtual SCSI Device Drivers
5413 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5414 L: linux-scsi@vger.kernel.org
5415 S: Supported
5416 F: drivers/scsi/ibmvscsi/ibmvscsi*
5417 F: drivers/scsi/ibmvscsi/viosrp.h
5418
5419 IBM Power Virtual FC Device Drivers
5420 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5421 L: linux-scsi@vger.kernel.org
5422 S: Supported
5423 F: drivers/scsi/ibmvscsi/ibmvfc*
5424
5425 IBM ServeRAID RAID DRIVER
5426 S: Orphan
5427 F: drivers/scsi/ips.*
5428
5429 ICH LPC AND GPIO DRIVER
5430 M: Peter Tyser <ptyser@xes-inc.com>
5431 S: Maintained
5432 F: drivers/mfd/lpc_ich.c
5433 F: drivers/gpio/gpio-ich.c
5434
5435 IDE SUBSYSTEM
5436 M: "David S. Miller" <davem@davemloft.net>
5437 L: linux-ide@vger.kernel.org
5438 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5440 S: Maintained
5441 F: Documentation/ide/
5442 F: drivers/ide/
5443 F: include/linux/ide.h
5444
5445 IDEAPAD LAPTOP EXTRAS DRIVER
5446 M: Ike Panhc <ike.pan@canonical.com>
5447 L: platform-driver-x86@vger.kernel.org
5448 W: http://launchpad.net/ideapad-laptop
5449 S: Maintained
5450 F: drivers/platform/x86/ideapad-laptop.c
5451
5452 IDEAPAD LAPTOP SLIDEBAR DRIVER
5453 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5454 L: linux-input@vger.kernel.org
5455 W: https://github.com/o2genum/ideapad-slidebar
5456 S: Maintained
5457 F: drivers/input/misc/ideapad_slidebar.c
5458
5459 IDE/ATAPI DRIVERS
5460 M: Borislav Petkov <bp@alien8.de>
5461 L: linux-ide@vger.kernel.org
5462 S: Maintained
5463 F: Documentation/cdrom/ide-cd
5464 F: drivers/ide/ide-cd*
5465
5466 IDLE-I7300
5467 M: Andy Henroid <andrew.d.henroid@intel.com>
5468 L: linux-pm@vger.kernel.org
5469 S: Supported
5470 F: drivers/idle/i7300_idle.c
5471
5472 IEEE 802.15.4 SUBSYSTEM
5473 M: Alexander Aring <aar@pengutronix.de>
5474 L: linux-wpan@vger.kernel.org
5475 W: http://wpan.cakelab.org/
5476 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5478 S: Maintained
5479 F: net/ieee802154/
5480 F: net/mac802154/
5481 F: drivers/net/ieee802154/
5482 F: include/linux/nl802154.h
5483 F: include/linux/ieee802154.h
5484 F: include/net/nl802154.h
5485 F: include/net/mac802154.h
5486 F: include/net/af_ieee802154.h
5487 F: include/net/cfg802154.h
5488 F: include/net/ieee802154_netdev.h
5489 F: Documentation/networking/ieee802154.txt
5490
5491 IGORPLUG-USB IR RECEIVER
5492 M: Sean Young <sean@mess.org>
5493 L: linux-media@vger.kernel.org
5494 S: Maintained
5495 F: drivers/media/rc/igorplugusb.c
5496
5497 IGUANAWORKS USB IR TRANSCEIVER
5498 M: Sean Young <sean@mess.org>
5499 L: linux-media@vger.kernel.org
5500 S: Maintained
5501 F: drivers/media/rc/iguanair.c
5502
5503 IIO SUBSYSTEM AND DRIVERS
5504 M: Jonathan Cameron <jic23@kernel.org>
5505 R: Hartmut Knaack <knaack.h@gmx.de>
5506 R: Lars-Peter Clausen <lars@metafoo.de>
5507 R: Peter Meerwald <pmeerw@pmeerw.net>
5508 L: linux-iio@vger.kernel.org
5509 S: Maintained
5510 F: drivers/iio/
5511 F: drivers/staging/iio/
5512 F: include/linux/iio/
5513 F: tools/iio/
5514
5515 IKANOS/ADI EAGLE ADSL USB DRIVER
5516 M: Matthieu Castet <castet.matthieu@free.fr>
5517 M: Stanislaw Gruszka <stf_xl@wp.pl>
5518 S: Maintained
5519 F: drivers/usb/atm/ueagle-atm.c
5520
5521 INA209 HARDWARE MONITOR DRIVER
5522 M: Guenter Roeck <linux@roeck-us.net>
5523 L: lm-sensors@lm-sensors.org
5524 S: Maintained
5525 F: Documentation/hwmon/ina209
5526 F: Documentation/devicetree/bindings/i2c/ina209.txt
5527 F: drivers/hwmon/ina209.c
5528
5529 INA2XX HARDWARE MONITOR DRIVER
5530 M: Guenter Roeck <linux@roeck-us.net>
5531 L: lm-sensors@lm-sensors.org
5532 S: Maintained
5533 F: Documentation/hwmon/ina2xx
5534 F: drivers/hwmon/ina2xx.c
5535 F: include/linux/platform_data/ina2xx.h
5536
5537 INDUSTRY PACK SUBSYSTEM (IPACK)
5538 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5539 M: Jens Taprogge <jens.taprogge@taprogge.org>
5540 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5541 L: industrypack-devel@lists.sourceforge.net
5542 W: http://industrypack.sourceforge.net
5543 S: Maintained
5544 F: drivers/ipack/
5545
5546 INGENIC JZ4780 DMA Driver
5547 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5548 S: Maintained
5549 F: drivers/dma/dma-jz4780.c
5550
5551 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5552 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5553 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5554 L: linux-ima-devel@lists.sourceforge.net
5555 L: linux-ima-user@lists.sourceforge.net
5556 L: linux-security-module@vger.kernel.org
5557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5558 S: Supported
5559 F: security/integrity/ima/
5560
5561 IMGTEC IR DECODER DRIVER
5562 M: James Hogan <james.hogan@imgtec.com>
5563 S: Maintained
5564 F: drivers/media/rc/img-ir/
5565
5566 IMS TWINTURBO FRAMEBUFFER DRIVER
5567 L: linux-fbdev@vger.kernel.org
5568 S: Orphan
5569 F: drivers/video/fbdev/imsttfb.c
5570
5571 INFINIBAND SUBSYSTEM
5572 M: Doug Ledford <dledford@redhat.com>
5573 M: Sean Hefty <sean.hefty@intel.com>
5574 M: Hal Rosenstock <hal.rosenstock@gmail.com>
5575 L: linux-rdma@vger.kernel.org
5576 W: http://www.openfabrics.org/
5577 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5579 S: Supported
5580 F: Documentation/infiniband/
5581 F: drivers/infiniband/
5582 F: drivers/staging/rdma/
5583 F: include/uapi/linux/if_infiniband.h
5584 F: include/uapi/rdma/
5585 F: include/rdma/
5586
5587 INOTIFY
5588 M: John McCutchan <john@johnmccutchan.com>
5589 M: Robert Love <rlove@rlove.org>
5590 M: Eric Paris <eparis@parisplace.org>
5591 S: Maintained
5592 F: Documentation/filesystems/inotify.txt
5593 F: fs/notify/inotify/
5594 F: include/linux/inotify.h
5595 F: include/uapi/linux/inotify.h
5596
5597 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5598 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5599 L: linux-input@vger.kernel.org
5600 Q: http://patchwork.kernel.org/project/linux-input/list/
5601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5602 S: Maintained
5603 F: drivers/input/
5604 F: include/linux/input.h
5605 F: include/uapi/linux/input.h
5606 F: include/linux/input/
5607 F: Documentation/devicetree/bindings/input/
5608
5609 INPUT MULTITOUCH (MT) PROTOCOL
5610 M: Henrik Rydberg <rydberg@bitmath.org>
5611 L: linux-input@vger.kernel.org
5612 S: Odd fixes
5613 F: Documentation/input/multi-touch-protocol.txt
5614 F: drivers/input/input-mt.c
5615 K: \b(ABS|SYN)_MT_
5616
5617 INTEL ASoC BDW/HSW DRIVERS
5618 M: Jie Yang <yang.jie@linux.intel.com>
5619 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5620 S: Supported
5621 F: sound/soc/intel/common/sst-dsp*
5622 F: sound/soc/intel/common/sst-firmware.c
5623 F: sound/soc/intel/boards/broadwell.c
5624 F: sound/soc/intel/haswell/
5625
5626 INTEL C600 SERIES SAS CONTROLLER DRIVER
5627 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5628 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5629 L: linux-scsi@vger.kernel.org
5630 T: git git://git.code.sf.net/p/intel-sas/isci
5631 S: Supported
5632 F: drivers/scsi/isci/
5633
5634 INTEL HID EVENT DRIVER
5635 M: Alex Hung <alex.hung@canonical.com>
5636 L: platform-driver-x86@vger.kernel.org
5637 S: Maintained
5638 F: drivers/platform/x86/intel-hid.c
5639
5640 INTEL IDLE DRIVER
5641 M: Len Brown <lenb@kernel.org>
5642 L: linux-pm@vger.kernel.org
5643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5644 S: Supported
5645 F: drivers/idle/intel_idle.c
5646
5647 INTEL PSTATE DRIVER
5648 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5649 M: Len Brown <lenb@kernel.org>
5650 L: linux-pm@vger.kernel.org
5651 S: Supported
5652 F: drivers/cpufreq/intel_pstate.c
5653
5654 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5655 M: Maik Broemme <mbroemme@plusserver.de>
5656 L: linux-fbdev@vger.kernel.org
5657 S: Maintained
5658 F: Documentation/fb/intelfb.txt
5659 F: drivers/video/fbdev/intelfb/
5660
5661 INTEL 810/815 FRAMEBUFFER DRIVER
5662 M: Antonino Daplas <adaplas@gmail.com>
5663 L: linux-fbdev@vger.kernel.org
5664 S: Maintained
5665 F: drivers/video/fbdev/i810/
5666
5667 INTEL MENLOW THERMAL DRIVER
5668 M: Sujith Thomas <sujith.thomas@intel.com>
5669 L: platform-driver-x86@vger.kernel.org
5670 W: https://01.org/linux-acpi
5671 S: Supported
5672 F: drivers/platform/x86/intel_menlow.c
5673
5674 INTEL I/OAT DMA DRIVER
5675 M: Dave Jiang <dave.jiang@intel.com>
5676 R: Dan Williams <dan.j.williams@intel.com>
5677 L: dmaengine@vger.kernel.org
5678 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5679 S: Supported
5680 F: drivers/dma/ioat*
5681
5682 INTEL IOMMU (VT-d)
5683 M: David Woodhouse <dwmw2@infradead.org>
5684 L: iommu@lists.linux-foundation.org
5685 T: git git://git.infradead.org/iommu-2.6.git
5686 S: Supported
5687 F: drivers/iommu/intel-iommu.c
5688 F: include/linux/intel-iommu.h
5689
5690 INTEL IOP-ADMA DMA DRIVER
5691 R: Dan Williams <dan.j.williams@intel.com>
5692 S: Odd fixes
5693 F: drivers/dma/iop-adma.c
5694
5695 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5696 M: Krzysztof Halasa <khalasa@piap.pl>
5697 S: Maintained
5698 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5699 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5700 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5701 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5702 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5703 F: drivers/net/wan/ixp4xx_hss.c
5704
5705 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5706 M: Deepak Saxena <dsaxena@plexity.net>
5707 S: Maintained
5708 F: drivers/char/hw_random/ixp4xx-rng.c
5709
5710 INTEL ETHERNET DRIVERS
5711 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5712 R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5713 R: Shannon Nelson <shannon.nelson@intel.com>
5714 R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5715 R: Don Skidmore <donald.c.skidmore@intel.com>
5716 R: Bruce Allan <bruce.w.allan@intel.com>
5717 R: John Ronciak <john.ronciak@intel.com>
5718 R: Mitch Williams <mitch.a.williams@intel.com>
5719 L: intel-wired-lan@lists.osuosl.org
5720 W: http://www.intel.com/support/feedback.htm
5721 W: http://e1000.sourceforge.net/
5722 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5725 S: Supported
5726 F: Documentation/networking/e100.txt
5727 F: Documentation/networking/e1000.txt
5728 F: Documentation/networking/e1000e.txt
5729 F: Documentation/networking/igb.txt
5730 F: Documentation/networking/igbvf.txt
5731 F: Documentation/networking/ixgb.txt
5732 F: Documentation/networking/ixgbe.txt
5733 F: Documentation/networking/ixgbevf.txt
5734 F: Documentation/networking/i40e.txt
5735 F: Documentation/networking/i40evf.txt
5736 F: drivers/net/ethernet/intel/
5737 F: drivers/net/ethernet/intel/*/
5738
5739 INTEL-MID GPIO DRIVER
5740 M: David Cohen <david.a.cohen@linux.intel.com>
5741 L: linux-gpio@vger.kernel.org
5742 S: Maintained
5743 F: drivers/gpio/gpio-intel-mid.c
5744
5745 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5746 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5747 L: linux-wireless@vger.kernel.org
5748 S: Maintained
5749 F: Documentation/networking/README.ipw2100
5750 F: Documentation/networking/README.ipw2200
5751 F: drivers/net/wireless/intel/ipw2x00/
5752
5753 INTEL(R) TRACE HUB
5754 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5755 S: Supported
5756 F: Documentation/trace/intel_th.txt
5757 F: drivers/hwtracing/intel_th/
5758
5759 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5760 M: Ning Sun <ning.sun@intel.com>
5761 L: tboot-devel@lists.sourceforge.net
5762 W: http://tboot.sourceforge.net
5763 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5764 S: Supported
5765 F: Documentation/intel_txt.txt
5766 F: include/linux/tboot.h
5767 F: arch/x86/kernel/tboot.c
5768
5769 INTEL WIRELESS WIMAX CONNECTION 2400
5770 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5771 M: linux-wimax@intel.com
5772 L: wimax@linuxwimax.org (subscribers-only)
5773 S: Supported
5774 W: http://linuxwimax.org
5775 F: Documentation/wimax/README.i2400m
5776 F: drivers/net/wimax/i2400m/
5777 F: include/uapi/linux/wimax/i2400m.h
5778
5779 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5780 M: Stanislaw Gruszka <sgruszka@redhat.com>
5781 L: linux-wireless@vger.kernel.org
5782 S: Supported
5783 F: drivers/net/wireless/intel/iwlegacy/
5784
5785 INTEL WIRELESS WIFI LINK (iwlwifi)
5786 M: Johannes Berg <johannes.berg@intel.com>
5787 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5788 M: Intel Linux Wireless <linuxwifi@intel.com>
5789 L: linux-wireless@vger.kernel.org
5790 W: http://intellinuxwireless.org
5791 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5792 S: Supported
5793 F: drivers/net/wireless/intel/iwlwifi/
5794
5795 INTEL MANAGEMENT ENGINE (mei)
5796 M: Tomas Winkler <tomas.winkler@intel.com>
5797 L: linux-kernel@vger.kernel.org
5798 S: Supported
5799 F: include/uapi/linux/mei.h
5800 F: include/linux/mei_cl_bus.h
5801 F: drivers/misc/mei/*
5802 F: drivers/watchdog/mei_wdt.c
5803 F: Documentation/misc-devices/mei/*
5804
5805 INTEL MIC DRIVERS (mic)
5806 M: Sudeep Dutt <sudeep.dutt@intel.com>
5807 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5808 S: Supported
5809 W: https://github.com/sudeepdutt/mic
5810 W: http://software.intel.com/en-us/mic-developer
5811 F: include/linux/mic_bus.h
5812 F: include/linux/scif.h
5813 F: include/uapi/linux/mic_common.h
5814 F: include/uapi/linux/mic_ioctl.h
5815 F: include/uapi/linux/scif_ioctl.h
5816 F: drivers/misc/mic/
5817 F: drivers/dma/mic_x100_dma.c
5818 F: drivers/dma/mic_x100_dma.h
5819 F: Documentation/mic/
5820
5821 INTEL PMC/P-Unit IPC DRIVER
5822 M: Zha Qipeng<qipeng.zha@intel.com>
5823 L: platform-driver-x86@vger.kernel.org
5824 S: Maintained
5825 F: drivers/platform/x86/intel_pmc_ipc.c
5826 F: drivers/platform/x86/intel_punit_ipc.c
5827 F: arch/x86/include/asm/intel_pmc_ipc.h
5828 F: arch/x86/include/asm/intel_punit_ipc.h
5829
5830 INTEL TELEMETRY DRIVER
5831 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5832 L: platform-driver-x86@vger.kernel.org
5833 S: Maintained
5834 F: arch/x86/include/asm/intel_telemetry.h
5835 F: drivers/platform/x86/intel_telemetry*
5836
5837 IOC3 ETHERNET DRIVER
5838 M: Ralf Baechle <ralf@linux-mips.org>
5839 L: linux-mips@linux-mips.org
5840 S: Maintained
5841 F: drivers/net/ethernet/sgi/ioc3-eth.c
5842
5843 IOC3 SERIAL DRIVER
5844 M: Pat Gefre <pfg@sgi.com>
5845 L: linux-serial@vger.kernel.org
5846 S: Maintained
5847 F: drivers/tty/serial/ioc3_serial.c
5848
5849 IOMMU DRIVERS
5850 M: Joerg Roedel <joro@8bytes.org>
5851 L: iommu@lists.linux-foundation.org
5852 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5853 S: Maintained
5854 F: drivers/iommu/
5855
5856 IP MASQUERADING
5857 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5858 S: Maintained
5859 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5860
5861 IPMI SUBSYSTEM
5862 M: Corey Minyard <minyard@acm.org>
5863 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5864 W: http://openipmi.sourceforge.net/
5865 S: Supported
5866 F: Documentation/IPMI.txt
5867 F: drivers/char/ipmi/
5868 F: include/linux/ipmi*
5869 F: include/uapi/linux/ipmi*
5870
5871 QCOM AUDIO (ASoC) DRIVERS
5872 M: Patrick Lai <plai@codeaurora.org>
5873 M: Banajit Goswami <bgoswami@codeaurora.org>
5874 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5875 S: Supported
5876 F: sound/soc/qcom/
5877
5878 IPS SCSI RAID DRIVER
5879 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5880 L: linux-scsi@vger.kernel.org
5881 W: http://www.adaptec.com/
5882 S: Maintained
5883 F: drivers/scsi/ips*
5884
5885 IPVS
5886 M: Wensong Zhang <wensong@linux-vs.org>
5887 M: Simon Horman <horms@verge.net.au>
5888 M: Julian Anastasov <ja@ssi.bg>
5889 L: netdev@vger.kernel.org
5890 L: lvs-devel@vger.kernel.org
5891 S: Maintained
5892 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5893 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5894 F: Documentation/networking/ipvs-sysctl.txt
5895 F: include/net/ip_vs.h
5896 F: include/uapi/linux/ip_vs.h
5897 F: net/netfilter/ipvs/
5898
5899 IPWIRELESS DRIVER
5900 M: Jiri Kosina <jikos@kernel.org>
5901 M: David Sterba <dsterba@suse.com>
5902 S: Odd Fixes
5903 F: drivers/tty/ipwireless/
5904
5905 IPX NETWORK LAYER
5906 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5907 L: netdev@vger.kernel.org
5908 S: Maintained
5909 F: include/net/ipx.h
5910 F: include/uapi/linux/ipx.h
5911 F: net/ipx/
5912
5913 IRDA SUBSYSTEM
5914 M: Samuel Ortiz <samuel@sortiz.org>
5915 L: irda-users@lists.sourceforge.net (subscribers-only)
5916 L: netdev@vger.kernel.org
5917 W: http://irda.sourceforge.net/
5918 S: Maintained
5919 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5920 F: Documentation/networking/irda.txt
5921 F: drivers/net/irda/
5922 F: include/net/irda/
5923 F: net/irda/
5924
5925 IRQ SUBSYSTEM
5926 M: Thomas Gleixner <tglx@linutronix.de>
5927 L: linux-kernel@vger.kernel.org
5928 S: Maintained
5929 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5930 F: kernel/irq/
5931
5932 IRQCHIP DRIVERS
5933 M: Thomas Gleixner <tglx@linutronix.de>
5934 M: Jason Cooper <jason@lakedaemon.net>
5935 M: Marc Zyngier <marc.zyngier@arm.com>
5936 L: linux-kernel@vger.kernel.org
5937 S: Maintained
5938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5939 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5940 F: Documentation/devicetree/bindings/interrupt-controller/
5941 F: drivers/irqchip/
5942
5943 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5944 M: Jiang Liu <jiang.liu@linux.intel.com>
5945 M: Marc Zyngier <marc.zyngier@arm.com>
5946 S: Maintained
5947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5948 F: Documentation/IRQ-domain.txt
5949 F: include/linux/irqdomain.h
5950 F: kernel/irq/irqdomain.c
5951 F: kernel/irq/msi.c
5952
5953 ISAPNP
5954 M: Jaroslav Kysela <perex@perex.cz>
5955 S: Maintained
5956 F: Documentation/isapnp.txt
5957 F: drivers/pnp/isapnp/
5958 F: include/linux/isapnp.h
5959
5960 ISA RADIO MODULE
5961 M: Hans Verkuil <hverkuil@xs4all.nl>
5962 L: linux-media@vger.kernel.org
5963 T: git git://linuxtv.org/media_tree.git
5964 W: https://linuxtv.org
5965 S: Maintained
5966 F: drivers/media/radio/radio-isa*
5967
5968 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5969 M: Peter Jones <pjones@redhat.com>
5970 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5971 S: Maintained
5972 F: drivers/firmware/iscsi_ibft*
5973
5974 ISCSI
5975 M: Mike Christie <michaelc@cs.wisc.edu>
5976 L: open-iscsi@googlegroups.com
5977 W: www.open-iscsi.org
5978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5979 S: Maintained
5980 F: drivers/scsi/*iscsi*
5981 F: include/scsi/*iscsi*
5982
5983 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5984 M: Or Gerlitz <ogerlitz@mellanox.com>
5985 M: Sagi Grimberg <sagig@mellanox.com>
5986 M: Roi Dayan <roid@mellanox.com>
5987 L: linux-rdma@vger.kernel.org
5988 S: Supported
5989 W: http://www.openfabrics.org
5990 W: www.open-iscsi.org
5991 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5992 F: drivers/infiniband/ulp/iser/
5993
5994 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5995 M: Sagi Grimberg <sagig@mellanox.com>
5996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5997 L: linux-rdma@vger.kernel.org
5998 L: target-devel@vger.kernel.org
5999 S: Supported
6000 W: http://www.linux-iscsi.org
6001 F: drivers/infiniband/ulp/isert
6002
6003 ISDN SUBSYSTEM
6004 M: Karsten Keil <isdn@linux-pingi.de>
6005 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6006 L: netdev@vger.kernel.org
6007 W: http://www.isdn4linux.de
6008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6009 S: Maintained
6010 F: Documentation/isdn/
6011 F: drivers/isdn/
6012 F: include/linux/isdn.h
6013 F: include/linux/isdn/
6014 F: include/uapi/linux/isdn.h
6015 F: include/uapi/linux/isdn/
6016
6017 ISDN SUBSYSTEM (Eicon active card driver)
6018 M: Armin Schindler <mac@melware.de>
6019 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6020 W: http://www.melware.de
6021 S: Maintained
6022 F: drivers/isdn/hardware/eicon/
6023
6024 IT87 HARDWARE MONITORING DRIVER
6025 M: Jean Delvare <jdelvare@suse.com>
6026 L: lm-sensors@lm-sensors.org
6027 S: Maintained
6028 F: Documentation/hwmon/it87
6029 F: drivers/hwmon/it87.c
6030
6031 IT913X MEDIA DRIVER
6032 M: Antti Palosaari <crope@iki.fi>
6033 L: linux-media@vger.kernel.org
6034 W: https://linuxtv.org
6035 W: http://palosaari.fi/linux/
6036 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6037 T: git git://linuxtv.org/anttip/media_tree.git
6038 S: Maintained
6039 F: drivers/media/tuners/it913x*
6040
6041 IVTV VIDEO4LINUX DRIVER
6042 M: Andy Walls <awalls@md.metrocast.net>
6043 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6044 L: linux-media@vger.kernel.org
6045 T: git git://linuxtv.org/media_tree.git
6046 W: http://www.ivtvdriver.org
6047 S: Maintained
6048 F: Documentation/video4linux/*.ivtv
6049 F: drivers/media/pci/ivtv/
6050 F: include/uapi/linux/ivtv*
6051
6052 IX2505V MEDIA DRIVER
6053 M: Malcolm Priestley <tvboxspy@gmail.com>
6054 L: linux-media@vger.kernel.org
6055 W: https://linuxtv.org
6056 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6057 S: Maintained
6058 F: drivers/media/dvb-frontends/ix2505v*
6059
6060 JC42.4 TEMPERATURE SENSOR DRIVER
6061 M: Guenter Roeck <linux@roeck-us.net>
6062 L: lm-sensors@lm-sensors.org
6063 S: Maintained
6064 F: drivers/hwmon/jc42.c
6065 F: Documentation/hwmon/jc42
6066
6067 JFS FILESYSTEM
6068 M: Dave Kleikamp <shaggy@kernel.org>
6069 L: jfs-discussion@lists.sourceforge.net
6070 W: http://jfs.sourceforge.net/
6071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6072 S: Maintained
6073 F: Documentation/filesystems/jfs.txt
6074 F: fs/jfs/
6075
6076 JME NETWORK DRIVER
6077 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6078 L: netdev@vger.kernel.org
6079 S: Maintained
6080 F: drivers/net/ethernet/jme.*
6081
6082 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6083 M: David Woodhouse <dwmw2@infradead.org>
6084 L: linux-mtd@lists.infradead.org
6085 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6086 S: Maintained
6087 F: fs/jffs2/
6088 F: include/uapi/linux/jffs2.h
6089
6090 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6091 M: "Theodore Ts'o" <tytso@mit.edu>
6092 M: Jan Kara <jack@suse.com>
6093 L: linux-ext4@vger.kernel.org
6094 S: Maintained
6095 F: fs/jbd2/
6096 F: include/linux/jbd2.h
6097
6098 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6099 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6100 L: linux-media@vger.kernel.org
6101 S: Maintained
6102 F: drivers/media/platform/rcar_jpu.c
6103
6104 JSM Neo PCI based serial card
6105 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6106 L: linux-serial@vger.kernel.org
6107 S: Maintained
6108 F: drivers/tty/serial/jsm/
6109
6110 K10TEMP HARDWARE MONITORING DRIVER
6111 M: Clemens Ladisch <clemens@ladisch.de>
6112 L: lm-sensors@lm-sensors.org
6113 S: Maintained
6114 F: Documentation/hwmon/k10temp
6115 F: drivers/hwmon/k10temp.c
6116
6117 K8TEMP HARDWARE MONITORING DRIVER
6118 M: Rudolf Marek <r.marek@assembler.cz>
6119 L: lm-sensors@lm-sensors.org
6120 S: Maintained
6121 F: Documentation/hwmon/k8temp
6122 F: drivers/hwmon/k8temp.c
6123
6124 KCONFIG
6125 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6126 L: linux-kbuild@vger.kernel.org
6127 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6128 S: Maintained
6129 F: Documentation/kbuild/kconfig-language.txt
6130 F: scripts/kconfig/
6131
6132 KDUMP
6133 M: Vivek Goyal <vgoyal@redhat.com>
6134 M: Haren Myneni <hbabu@us.ibm.com>
6135 L: kexec@lists.infradead.org
6136 W: http://lse.sourceforge.net/kdump/
6137 S: Maintained
6138 F: Documentation/kdump/
6139
6140 KEENE FM RADIO TRANSMITTER DRIVER
6141 M: Hans Verkuil <hverkuil@xs4all.nl>
6142 L: linux-media@vger.kernel.org
6143 T: git git://linuxtv.org/media_tree.git
6144 W: https://linuxtv.org
6145 S: Maintained
6146 F: drivers/media/radio/radio-keene*
6147
6148 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6149 M: Ian Kent <raven@themaw.net>
6150 L: autofs@vger.kernel.org
6151 S: Maintained
6152 F: fs/autofs4/
6153
6154 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6155 M: Michal Marek <mmarek@suse.com>
6156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6158 L: linux-kbuild@vger.kernel.org
6159 S: Maintained
6160 F: Documentation/kbuild/
6161 F: Makefile
6162 F: scripts/Makefile.*
6163 F: scripts/basic/
6164 F: scripts/mk*
6165 F: scripts/package/
6166
6167 KERNEL JANITORS
6168 L: kernel-janitors@vger.kernel.org
6169 W: http://kernelnewbies.org/KernelJanitors
6170 S: Odd Fixes
6171
6172 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6173 M: "J. Bruce Fields" <bfields@fieldses.org>
6174 M: Jeff Layton <jlayton@poochiereds.net>
6175 L: linux-nfs@vger.kernel.org
6176 W: http://nfs.sourceforge.net/
6177 T: git git://linux-nfs.org/~bfields/linux.git
6178 S: Supported
6179 F: fs/nfsd/
6180 F: include/uapi/linux/nfsd/
6181 F: fs/lockd/
6182 F: fs/nfs_common/
6183 F: net/sunrpc/
6184 F: include/linux/lockd/
6185 F: include/linux/sunrpc/
6186 F: include/uapi/linux/sunrpc/
6187
6188 KERNEL SELFTEST FRAMEWORK
6189 M: Shuah Khan <shuahkh@osg.samsung.com>
6190 L: linux-kselftest@vger.kernel.org
6191 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6192 S: Maintained
6193 F: tools/testing/selftests
6194
6195 KERNEL VIRTUAL MACHINE (KVM)
6196 M: Gleb Natapov <gleb@kernel.org>
6197 M: Paolo Bonzini <pbonzini@redhat.com>
6198 L: kvm@vger.kernel.org
6199 W: http://www.linux-kvm.org
6200 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6201 S: Supported
6202 F: Documentation/*/kvm*.txt
6203 F: Documentation/virtual/kvm/
6204 F: arch/*/kvm/
6205 F: arch/x86/kernel/kvm.c
6206 F: arch/x86/kernel/kvmclock.c
6207 F: arch/*/include/asm/kvm*
6208 F: include/linux/kvm*
6209 F: include/uapi/linux/kvm*
6210 F: virt/kvm/
6211
6212 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6213 M: Joerg Roedel <joro@8bytes.org>
6214 L: kvm@vger.kernel.org
6215 W: http://www.linux-kvm.org/
6216 S: Maintained
6217 F: arch/x86/include/asm/svm.h
6218 F: arch/x86/kvm/svm.c
6219
6220 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6221 M: Alexander Graf <agraf@suse.com>
6222 L: kvm-ppc@vger.kernel.org
6223 W: http://www.linux-kvm.org/
6224 T: git git://github.com/agraf/linux-2.6.git
6225 S: Supported
6226 F: arch/powerpc/include/asm/kvm*
6227 F: arch/powerpc/kvm/
6228
6229 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6230 M: Christian Borntraeger <borntraeger@de.ibm.com>
6231 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6232 L: linux-s390@vger.kernel.org
6233 W: http://www.ibm.com/developerworks/linux/linux390/
6234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6235 S: Supported
6236 F: Documentation/s390/kvm.txt
6237 F: arch/s390/include/asm/kvm*
6238 F: arch/s390/kvm/
6239
6240 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6241 M: Christoffer Dall <christoffer.dall@linaro.org>
6242 M: Marc Zyngier <marc.zyngier@arm.com>
6243 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6244 L: kvmarm@lists.cs.columbia.edu
6245 W: http://systems.cs.columbia.edu/projects/kvm-arm
6246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6247 S: Supported
6248 F: arch/arm/include/uapi/asm/kvm*
6249 F: arch/arm/include/asm/kvm*
6250 F: arch/arm/kvm/
6251 F: virt/kvm/arm/
6252 F: include/kvm/arm_*
6253
6254 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6255 M: Christoffer Dall <christoffer.dall@linaro.org>
6256 M: Marc Zyngier <marc.zyngier@arm.com>
6257 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6258 L: kvmarm@lists.cs.columbia.edu
6259 S: Maintained
6260 F: arch/arm64/include/uapi/asm/kvm*
6261 F: arch/arm64/include/asm/kvm*
6262 F: arch/arm64/kvm/
6263
6264 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6265 M: James Hogan <james.hogan@imgtec.com>
6266 L: linux-mips@linux-mips.org
6267 S: Supported
6268 F: arch/mips/include/uapi/asm/kvm*
6269 F: arch/mips/include/asm/kvm*
6270 F: arch/mips/kvm/
6271
6272 KEXEC
6273 M: Eric Biederman <ebiederm@xmission.com>
6274 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6275 L: kexec@lists.infradead.org
6276 S: Maintained
6277 F: include/linux/kexec.h
6278 F: include/uapi/linux/kexec.h
6279 F: kernel/kexec.c
6280
6281 KEYS/KEYRINGS:
6282 M: David Howells <dhowells@redhat.com>
6283 L: keyrings@vger.kernel.org
6284 S: Maintained
6285 F: Documentation/security/keys.txt
6286 F: include/linux/key.h
6287 F: include/linux/key-type.h
6288 F: include/keys/
6289 F: security/keys/
6290
6291 KEYS-TRUSTED
6292 M: David Safford <safford@us.ibm.com>
6293 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6294 L: linux-security-module@vger.kernel.org
6295 L: keyrings@vger.kernel.org
6296 S: Supported
6297 F: Documentation/security/keys-trusted-encrypted.txt
6298 F: include/keys/trusted-type.h
6299 F: security/keys/trusted.c
6300 F: security/keys/trusted.h
6301
6302 KEYS-ENCRYPTED
6303 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6304 M: David Safford <safford@us.ibm.com>
6305 L: linux-security-module@vger.kernel.org
6306 L: keyrings@vger.kernel.org
6307 S: Supported
6308 F: Documentation/security/keys-trusted-encrypted.txt
6309 F: include/keys/encrypted-type.h
6310 F: security/keys/encrypted-keys/
6311
6312 KGDB / KDB /debug_core
6313 M: Jason Wessel <jason.wessel@windriver.com>
6314 W: http://kgdb.wiki.kernel.org/
6315 L: kgdb-bugreport@lists.sourceforge.net
6316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6317 S: Maintained
6318 F: Documentation/DocBook/kgdb.tmpl
6319 F: drivers/misc/kgdbts.c
6320 F: drivers/tty/serial/kgdboc.c
6321 F: include/linux/kdb.h
6322 F: include/linux/kgdb.h
6323 F: kernel/debug/
6324
6325 KMEMCHECK
6326 M: Vegard Nossum <vegardno@ifi.uio.no>
6327 M: Pekka Enberg <penberg@kernel.org>
6328 S: Maintained
6329 F: Documentation/kmemcheck.txt
6330 F: arch/x86/include/asm/kmemcheck.h
6331 F: arch/x86/mm/kmemcheck/
6332 F: include/linux/kmemcheck.h
6333 F: mm/kmemcheck.c
6334
6335 KMEMLEAK
6336 M: Catalin Marinas <catalin.marinas@arm.com>
6337 S: Maintained
6338 F: Documentation/kmemleak.txt
6339 F: include/linux/kmemleak.h
6340 F: mm/kmemleak.c
6341 F: mm/kmemleak-test.c
6342
6343 KPROBES
6344 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6345 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6346 M: "David S. Miller" <davem@davemloft.net>
6347 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6348 S: Maintained
6349 F: Documentation/kprobes.txt
6350 F: include/linux/kprobes.h
6351 F: kernel/kprobes.c
6352
6353 KS0108 LCD CONTROLLER DRIVER
6354 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6355 W: http://miguelojeda.es/auxdisplay.htm
6356 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6357 S: Maintained
6358 F: Documentation/auxdisplay/ks0108
6359 F: drivers/auxdisplay/ks0108.c
6360 F: include/linux/ks0108.h
6361
6362 L3MDEV
6363 M: David Ahern <dsa@cumulusnetworks.com>
6364 L: netdev@vger.kernel.org
6365 S: Maintained
6366 F: net/l3mdev
6367 F: include/net/l3mdev.h
6368
6369 LANTIQ MIPS ARCHITECTURE
6370 M: John Crispin <blogic@openwrt.org>
6371 L: linux-mips@linux-mips.org
6372 S: Maintained
6373 F: arch/mips/lantiq
6374
6375 LAPB module
6376 L: linux-x25@vger.kernel.org
6377 S: Orphan
6378 F: Documentation/networking/lapb-module.txt
6379 F: include/*/lapb.h
6380 F: net/lapb/
6381
6382 LASI 53c700 driver for PARISC
6383 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6384 L: linux-scsi@vger.kernel.org
6385 S: Maintained
6386 F: Documentation/scsi/53c700.txt
6387 F: drivers/scsi/53c700*
6388
6389 LED SUBSYSTEM
6390 M: Richard Purdie <rpurdie@rpsys.net>
6391 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6392 L: linux-leds@vger.kernel.org
6393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6394 S: Maintained
6395 F: drivers/leds/
6396 F: include/linux/leds.h
6397
6398 LEGACY EEPROM DRIVER
6399 M: Jean Delvare <jdelvare@suse.com>
6400 S: Maintained
6401 F: Documentation/misc-devices/eeprom
6402 F: drivers/misc/eeprom/eeprom.c
6403
6404 LEGO USB Tower driver
6405 M: Juergen Stuber <starblue@users.sourceforge.net>
6406 L: legousb-devel@lists.sourceforge.net
6407 W: http://legousb.sourceforge.net/
6408 S: Maintained
6409 F: drivers/usb/misc/legousbtower.c
6410
6411 LG2160 MEDIA DRIVER
6412 M: Michael Krufky <mkrufky@linuxtv.org>
6413 L: linux-media@vger.kernel.org
6414 W: https://linuxtv.org
6415 W: http://github.com/mkrufky
6416 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6417 T: git git://linuxtv.org/mkrufky/tuners.git
6418 S: Maintained
6419 F: drivers/media/dvb-frontends/lg2160.*
6420
6421 LGDT3305 MEDIA DRIVER
6422 M: Michael Krufky <mkrufky@linuxtv.org>
6423 L: linux-media@vger.kernel.org
6424 W: https://linuxtv.org
6425 W: http://github.com/mkrufky
6426 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6427 T: git git://linuxtv.org/mkrufky/tuners.git
6428 S: Maintained
6429 F: drivers/media/dvb-frontends/lgdt3305.*
6430
6431 LGUEST
6432 M: Rusty Russell <rusty@rustcorp.com.au>
6433 L: lguest@lists.ozlabs.org
6434 W: http://lguest.ozlabs.org/
6435 S: Odd Fixes
6436 F: arch/x86/include/asm/lguest*.h
6437 F: arch/x86/lguest/
6438 F: drivers/lguest/
6439 F: include/linux/lguest*.h
6440 F: tools/lguest/
6441
6442 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6443 M: Tejun Heo <tj@kernel.org>
6444 L: linux-ide@vger.kernel.org
6445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6446 S: Maintained
6447 F: drivers/ata/
6448 F: include/linux/ata.h
6449 F: include/linux/libata.h
6450
6451 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6452 M: Viresh Kumar <vireshk@kernel.org>
6453 L: linux-ide@vger.kernel.org
6454 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6455 S: Maintained
6456 F: include/linux/pata_arasan_cf_data.h
6457 F: drivers/ata/pata_arasan_cf.c
6458
6459 LIBATA PATA DRIVERS
6460 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6461 M: Tejun Heo <tj@kernel.org>
6462 L: linux-ide@vger.kernel.org
6463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6464 S: Maintained
6465 F: drivers/ata/pata_*.c
6466 F: drivers/ata/ata_generic.c
6467
6468 LIBATA SATA AHCI PLATFORM devices support
6469 M: Hans de Goede <hdegoede@redhat.com>
6470 M: Tejun Heo <tj@kernel.org>
6471 L: linux-ide@vger.kernel.org
6472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6473 S: Maintained
6474 F: drivers/ata/ahci_platform.c
6475 F: drivers/ata/libahci_platform.c
6476 F: include/linux/ahci_platform.h
6477
6478 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6479 M: Mikael Pettersson <mikpelinux@gmail.com>
6480 L: linux-ide@vger.kernel.org
6481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6482 S: Maintained
6483 F: drivers/ata/sata_promise.*
6484
6485 LIBLOCKDEP
6486 M: Sasha Levin <sasha.levin@oracle.com>
6487 S: Maintained
6488 F: tools/lib/lockdep/
6489
6490 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6491 M: Dan Williams <dan.j.williams@intel.com>
6492 L: linux-nvdimm@lists.01.org
6493 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6495 S: Supported
6496 F: drivers/nvdimm/*
6497 F: include/linux/nd.h
6498 F: include/linux/libnvdimm.h
6499 F: include/uapi/linux/ndctl.h
6500
6501 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6502 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6503 L: linux-nvdimm@lists.01.org
6504 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6505 S: Supported
6506 F: drivers/nvdimm/blk.c
6507 F: drivers/nvdimm/region_devs.c
6508 F: drivers/acpi/nfit*
6509
6510 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6511 M: Vishal Verma <vishal.l.verma@intel.com>
6512 L: linux-nvdimm@lists.01.org
6513 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6514 S: Supported
6515 F: drivers/nvdimm/btt*
6516
6517 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6518 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6519 L: linux-nvdimm@lists.01.org
6520 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6521 S: Supported
6522 F: drivers/nvdimm/pmem.c
6523 F: include/linux/pmem.h
6524 F: arch/*/include/asm/pmem.h
6525
6526 LIGHTNVM PLATFORM SUPPORT
6527 M: Matias Bjorling <mb@lightnvm.io>
6528 W: http://github/OpenChannelSSD
6529 L: linux-block@vger.kernel.org
6530 S: Maintained
6531 F: drivers/lightnvm/
6532 F: include/linux/lightnvm.h
6533 F: include/uapi/linux/lightnvm.h
6534
6535 LINUX FOR IBM pSERIES (RS/6000)
6536 M: Paul Mackerras <paulus@au.ibm.com>
6537 W: http://www.ibm.com/linux/ltc/projects/ppc
6538 S: Supported
6539 F: arch/powerpc/boot/rs6000.h
6540
6541 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6542 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6543 M: Paul Mackerras <paulus@samba.org>
6544 M: Michael Ellerman <mpe@ellerman.id.au>
6545 W: http://www.penguinppc.org/
6546 L: linuxppc-dev@lists.ozlabs.org
6547 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6549 S: Supported
6550 F: Documentation/powerpc/
6551 F: arch/powerpc/
6552
6553 LINUX FOR POWER MACINTOSH
6554 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6555 W: http://www.penguinppc.org/
6556 L: linuxppc-dev@lists.ozlabs.org
6557 S: Maintained
6558 F: arch/powerpc/platforms/powermac/
6559 F: drivers/macintosh/
6560
6561 LINUX FOR POWERPC EMBEDDED MPC5XXX
6562 M: Anatolij Gustschin <agust@denx.de>
6563 L: linuxppc-dev@lists.ozlabs.org
6564 T: git git://git.denx.de/linux-denx-agust.git
6565 S: Maintained
6566 F: arch/powerpc/platforms/512x/
6567 F: arch/powerpc/platforms/52xx/
6568
6569 LINUX FOR POWERPC EMBEDDED PPC4XX
6570 M: Alistair Popple <alistair@popple.id.au>
6571 M: Matt Porter <mporter@kernel.crashing.org>
6572 W: http://www.penguinppc.org/
6573 L: linuxppc-dev@lists.ozlabs.org
6574 S: Maintained
6575 F: arch/powerpc/platforms/40x/
6576 F: arch/powerpc/platforms/44x/
6577
6578 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6579 L: linuxppc-dev@lists.ozlabs.org
6580 S: Orphan
6581 F: arch/powerpc/*/*virtex*
6582 F: arch/powerpc/*/*/*virtex*
6583
6584 LINUX FOR POWERPC EMBEDDED PPC8XX
6585 M: Vitaly Bordug <vitb@kernel.crashing.org>
6586 W: http://www.penguinppc.org/
6587 L: linuxppc-dev@lists.ozlabs.org
6588 S: Maintained
6589 F: arch/powerpc/platforms/8xx/
6590
6591 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6592 M: Scott Wood <oss@buserror.net>
6593 M: Kumar Gala <galak@kernel.crashing.org>
6594 W: http://www.penguinppc.org/
6595 L: linuxppc-dev@lists.ozlabs.org
6596 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6597 S: Maintained
6598 F: arch/powerpc/platforms/83xx/
6599 F: arch/powerpc/platforms/85xx/
6600
6601 LINUX FOR POWERPC PA SEMI PWRFICIENT
6602 M: Olof Johansson <olof@lixom.net>
6603 L: linuxppc-dev@lists.ozlabs.org
6604 S: Maintained
6605 F: arch/powerpc/platforms/pasemi/
6606 F: drivers/*/*pasemi*
6607 F: drivers/*/*/*pasemi*
6608
6609 LINUX SECURITY MODULE (LSM) FRAMEWORK
6610 M: Chris Wright <chrisw@sous-sol.org>
6611 L: linux-security-module@vger.kernel.org
6612 S: Supported
6613
6614 LIS3LV02D ACCELEROMETER DRIVER
6615 M: Eric Piel <eric.piel@tremplin-utc.net>
6616 S: Maintained
6617 F: Documentation/misc-devices/lis3lv02d
6618 F: drivers/misc/lis3lv02d/
6619 F: drivers/platform/x86/hp_accel.c
6620
6621 LIVE PATCHING
6622 M: Josh Poimboeuf <jpoimboe@redhat.com>
6623 M: Jessica Yu <jeyu@redhat.com>
6624 M: Jiri Kosina <jikos@kernel.org>
6625 M: Miroslav Benes <mbenes@suse.cz>
6626 R: Petr Mladek <pmladek@suse.com>
6627 S: Maintained
6628 F: kernel/livepatch/
6629 F: include/linux/livepatch.h
6630 F: arch/x86/include/asm/livepatch.h
6631 F: arch/x86/kernel/livepatch.c
6632 F: Documentation/ABI/testing/sysfs-kernel-livepatch
6633 F: samples/livepatch/
6634 L: live-patching@vger.kernel.org
6635 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6636
6637 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6638 M: Kees Cook <keescook@chromium.org>
6639 S: Maintained
6640 F: drivers/misc/lkdtm.c
6641
6642 LLC (802.2)
6643 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6644 S: Maintained
6645 F: include/linux/llc.h
6646 F: include/uapi/linux/llc.h
6647 F: include/net/llc*
6648 F: net/llc/
6649
6650 LM73 HARDWARE MONITOR DRIVER
6651 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6652 L: lm-sensors@lm-sensors.org
6653 S: Maintained
6654 F: drivers/hwmon/lm73.c
6655
6656 LM78 HARDWARE MONITOR DRIVER
6657 M: Jean Delvare <jdelvare@suse.com>
6658 L: lm-sensors@lm-sensors.org
6659 S: Maintained
6660 F: Documentation/hwmon/lm78
6661 F: drivers/hwmon/lm78.c
6662
6663 LM83 HARDWARE MONITOR DRIVER
6664 M: Jean Delvare <jdelvare@suse.com>
6665 L: lm-sensors@lm-sensors.org
6666 S: Maintained
6667 F: Documentation/hwmon/lm83
6668 F: drivers/hwmon/lm83.c
6669
6670 LM90 HARDWARE MONITOR DRIVER
6671 M: Jean Delvare <jdelvare@suse.com>
6672 L: lm-sensors@lm-sensors.org
6673 S: Maintained
6674 F: Documentation/hwmon/lm90
6675 F: Documentation/devicetree/bindings/hwmon/lm90.txt
6676 F: drivers/hwmon/lm90.c
6677
6678 LM95234 HARDWARE MONITOR DRIVER
6679 M: Guenter Roeck <linux@roeck-us.net>
6680 L: lm-sensors@lm-sensors.org
6681 S: Maintained
6682 F: Documentation/hwmon/lm95234
6683 F: drivers/hwmon/lm95234.c
6684
6685 LME2510 MEDIA DRIVER
6686 M: Malcolm Priestley <tvboxspy@gmail.com>
6687 L: linux-media@vger.kernel.org
6688 W: https://linuxtv.org
6689 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6690 S: Maintained
6691 F: drivers/media/usb/dvb-usb-v2/lmedm04*
6692
6693 LOCKDEP AND LOCKSTAT
6694 M: Peter Zijlstra <peterz@infradead.org>
6695 M: Ingo Molnar <mingo@redhat.com>
6696 L: linux-kernel@vger.kernel.org
6697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6698 S: Maintained
6699 F: Documentation/locking/lockdep*.txt
6700 F: Documentation/locking/lockstat.txt
6701 F: include/linux/lockdep.h
6702 F: kernel/locking/
6703
6704 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6705 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6706 L: linux-ntfs-dev@lists.sourceforge.net
6707 W: http://www.linux-ntfs.org/content/view/19/37/
6708 S: Maintained
6709 F: Documentation/ldm.txt
6710 F: block/partitions/ldm.*
6711
6712 LogFS
6713 M: Joern Engel <joern@logfs.org>
6714 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6715 L: logfs@logfs.org
6716 W: logfs.org
6717 S: Maintained
6718 F: fs/logfs/
6719
6720 LPC32XX MACHINE SUPPORT
6721 M: Roland Stigge <stigge@antcom.de>
6722 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6723 S: Maintained
6724 F: arch/arm/mach-lpc32xx/
6725
6726 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6727 M: Sathya Prakash <sathya.prakash@broadcom.com>
6728 M: Chaitra P B <chaitra.basappa@broadcom.com>
6729 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6730 L: MPT-FusionLinux.pdl@broadcom.com
6731 L: linux-scsi@vger.kernel.org
6732 W: http://www.avagotech.com/support/
6733 S: Supported
6734 F: drivers/message/fusion/
6735 F: drivers/scsi/mpt2sas/
6736 F: drivers/scsi/mpt3sas/
6737
6738 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6739 M: Matthew Wilcox <matthew@wil.cx>
6740 L: linux-scsi@vger.kernel.org
6741 S: Maintained
6742 F: drivers/scsi/sym53c8xx_2/
6743
6744 LTC4261 HARDWARE MONITOR DRIVER
6745 M: Guenter Roeck <linux@roeck-us.net>
6746 L: lm-sensors@lm-sensors.org
6747 S: Maintained
6748 F: Documentation/hwmon/ltc4261
6749 F: drivers/hwmon/ltc4261.c
6750
6751 LTP (Linux Test Project)
6752 M: Mike Frysinger <vapier@gentoo.org>
6753 M: Cyril Hrubis <chrubis@suse.cz>
6754 M: Wanlong Gao <wanlong.gao@gmail.com>
6755 M: Jan Stancek <jstancek@redhat.com>
6756 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6757 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6758 L: ltp@lists.linux.it (subscribers-only)
6759 W: http://linux-test-project.github.io/
6760 T: git git://github.com/linux-test-project/ltp.git
6761 S: Maintained
6762
6763 M32R ARCHITECTURE
6764 W: http://www.linux-m32r.org/
6765 S: Orphan
6766 F: arch/m32r/
6767
6768 M68K ARCHITECTURE
6769 M: Geert Uytterhoeven <geert@linux-m68k.org>
6770 L: linux-m68k@lists.linux-m68k.org
6771 W: http://www.linux-m68k.org/
6772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6773 S: Maintained
6774 F: arch/m68k/
6775 F: drivers/zorro/
6776
6777 M68K ON APPLE MACINTOSH
6778 M: Joshua Thompson <funaho@jurai.org>
6779 W: http://www.mac.linux-m68k.org/
6780 L: linux-m68k@lists.linux-m68k.org
6781 S: Maintained
6782 F: arch/m68k/mac/
6783
6784 M68K ON HP9000/300
6785 M: Philip Blundell <philb@gnu.org>
6786 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6787 S: Maintained
6788 F: arch/m68k/hp300/
6789
6790 M88DS3103 MEDIA DRIVER
6791 M: Antti Palosaari <crope@iki.fi>
6792 L: linux-media@vger.kernel.org
6793 W: https://linuxtv.org
6794 W: http://palosaari.fi/linux/
6795 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6796 T: git git://linuxtv.org/anttip/media_tree.git
6797 S: Maintained
6798 F: drivers/media/dvb-frontends/m88ds3103*
6799
6800 M88RS2000 MEDIA DRIVER
6801 M: Malcolm Priestley <tvboxspy@gmail.com>
6802 L: linux-media@vger.kernel.org
6803 W: https://linuxtv.org
6804 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6805 S: Maintained
6806 F: drivers/media/dvb-frontends/m88rs2000*
6807
6808 MA901 MASTERKIT USB FM RADIO DRIVER
6809 M: Alexey Klimov <klimov.linux@gmail.com>
6810 L: linux-media@vger.kernel.org
6811 T: git git://linuxtv.org/media_tree.git
6812 S: Maintained
6813 F: drivers/media/radio/radio-ma901.c
6814
6815 MAC80211
6816 M: Johannes Berg <johannes@sipsolutions.net>
6817 L: linux-wireless@vger.kernel.org
6818 W: http://wireless.kernel.org/
6819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6821 S: Maintained
6822 F: Documentation/networking/mac80211-injection.txt
6823 F: include/net/mac80211.h
6824 F: net/mac80211/
6825 F: drivers/net/wireless/mac80211_hwsim.[ch]
6826
6827 MACVLAN DRIVER
6828 M: Patrick McHardy <kaber@trash.net>
6829 L: netdev@vger.kernel.org
6830 S: Maintained
6831 F: drivers/net/macvlan.c
6832 F: include/linux/if_macvlan.h
6833
6834 MAILBOX API
6835 M: Jassi Brar <jassisinghbrar@gmail.com>
6836 L: linux-kernel@vger.kernel.org
6837 S: Maintained
6838 F: drivers/mailbox/
6839 F: include/linux/mailbox_client.h
6840 F: include/linux/mailbox_controller.h
6841
6842 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6843 M: Michael Kerrisk <mtk.manpages@gmail.com>
6844 W: http://www.kernel.org/doc/man-pages
6845 L: linux-man@vger.kernel.org
6846 S: Maintained
6847
6848 MARVELL ARMADA DRM SUPPORT
6849 M: Russell King <rmk+kernel@arm.linux.org.uk>
6850 S: Maintained
6851 F: drivers/gpu/drm/armada/
6852
6853 MARVELL 88E6352 DSA support
6854 M: Guenter Roeck <linux@roeck-us.net>
6855 S: Maintained
6856 F: drivers/net/dsa/mv88e6352.c
6857
6858 MARVELL CRYPTO DRIVER
6859 M: Boris Brezillon <boris.brezillon@free-electrons.com>
6860 M: Arnaud Ebalard <arno@natisbad.org>
6861 F: drivers/crypto/marvell/
6862 S: Maintained
6863 L: linux-crypto@vger.kernel.org
6864
6865 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6866 M: Mirko Lindner <mlindner@marvell.com>
6867 M: Stephen Hemminger <stephen@networkplumber.org>
6868 L: netdev@vger.kernel.org
6869 S: Maintained
6870 F: drivers/net/ethernet/marvell/sk*
6871
6872 MARVELL LIBERTAS WIRELESS DRIVER
6873 L: libertas-dev@lists.infradead.org
6874 S: Orphan
6875 F: drivers/net/wireless/marvell/libertas/
6876
6877 MARVELL MV643XX ETHERNET DRIVER
6878 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6879 L: netdev@vger.kernel.org
6880 S: Maintained
6881 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6882 F: include/linux/mv643xx.h
6883
6884 MARVELL MVNETA ETHERNET DRIVER
6885 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6886 L: netdev@vger.kernel.org
6887 S: Maintained
6888 F: drivers/net/ethernet/marvell/mvneta.*
6889
6890 MARVELL MWIFIEX WIRELESS DRIVER
6891 M: Amitkumar Karwar <akarwar@marvell.com>
6892 M: Nishant Sarmukadam <nishants@marvell.com>
6893 L: linux-wireless@vger.kernel.org
6894 S: Maintained
6895 F: drivers/net/wireless/marvell/mwifiex/
6896
6897 MARVELL MWL8K WIRELESS DRIVER
6898 M: Lennert Buytenhek <buytenh@wantstofly.org>
6899 L: linux-wireless@vger.kernel.org
6900 S: Odd Fixes
6901 F: drivers/net/wireless/marvell/mwl8k.c
6902
6903 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6904 M: Nicolas Pitre <nico@fluxnic.net>
6905 S: Odd Fixes
6906 F: drivers/mmc/host/mvsdio.*
6907
6908 MATROX FRAMEBUFFER DRIVER
6909 L: linux-fbdev@vger.kernel.org
6910 S: Orphan
6911 F: drivers/video/fbdev/matrox/matroxfb_*
6912 F: include/uapi/linux/matroxfb.h
6913
6914 MAX16065 HARDWARE MONITOR DRIVER
6915 M: Guenter Roeck <linux@roeck-us.net>
6916 L: lm-sensors@lm-sensors.org
6917 S: Maintained
6918 F: Documentation/hwmon/max16065
6919 F: drivers/hwmon/max16065.c
6920
6921 MAX20751 HARDWARE MONITOR DRIVER
6922 M: Guenter Roeck <linux@roeck-us.net>
6923 L: lm-sensors@lm-sensors.org
6924 S: Maintained
6925 F: Documentation/hwmon/max20751
6926 F: drivers/hwmon/max20751.c
6927
6928 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6929 M: "Hans J. Koch" <hjk@hansjkoch.de>
6930 L: lm-sensors@lm-sensors.org
6931 S: Maintained
6932 F: Documentation/hwmon/max6650
6933 F: drivers/hwmon/max6650.c
6934
6935 MAX6697 HARDWARE MONITOR DRIVER
6936 M: Guenter Roeck <linux@roeck-us.net>
6937 L: lm-sensors@lm-sensors.org
6938 S: Maintained
6939 F: Documentation/hwmon/max6697
6940 F: Documentation/devicetree/bindings/i2c/max6697.txt
6941 F: drivers/hwmon/max6697.c
6942 F: include/linux/platform_data/max6697.h
6943
6944 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6945 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6946 L: linux-pm@vger.kernel.org
6947 S: Supported
6948 F: drivers/power/max14577_charger.c
6949 F: drivers/power/max77693_charger.c
6950
6951 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6952 M: Javier Martinez Canillas <javier@osg.samsung.com>
6953 L: linux-kernel@vger.kernel.org
6954 S: Supported
6955 F: drivers/*/*max77802*.c
6956 F: Documentation/devicetree/bindings/*/*max77802.txt
6957 F: include/dt-bindings/*/*max77802.h
6958
6959 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6960 M: Chanwoo Choi <cw00.choi@samsung.com>
6961 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6962 L: linux-kernel@vger.kernel.org
6963 S: Supported
6964 F: drivers/*/max14577.c
6965 F: drivers/*/max77686*.c
6966 F: drivers/*/max77693.c
6967 F: drivers/extcon/extcon-max14577.c
6968 F: drivers/extcon/extcon-max77693.c
6969 F: drivers/rtc/rtc-max77686.c
6970 F: drivers/clk/clk-max77686.c
6971 F: Documentation/devicetree/bindings/mfd/max14577.txt
6972 F: Documentation/devicetree/bindings/*/max77686.txt
6973 F: Documentation/devicetree/bindings/mfd/max77693.txt
6974 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6975 F: include/linux/mfd/max14577*.h
6976 F: include/linux/mfd/max77686*.h
6977 F: include/linux/mfd/max77693*.h
6978
6979 MAXIRADIO FM RADIO RECEIVER DRIVER
6980 M: Hans Verkuil <hverkuil@xs4all.nl>
6981 L: linux-media@vger.kernel.org
6982 T: git git://linuxtv.org/media_tree.git
6983 W: https://linuxtv.org
6984 S: Maintained
6985 F: drivers/media/radio/radio-maxiradio*
6986
6987 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6988 M: Peter Rosin <peda@axentia.se>
6989 L: linux-iio@vger.kernel.org
6990 S: Maintained
6991 F: drivers/iio/potentiometer/mcp4531.c
6992
6993 MEDIA DRIVERS FOR RENESAS - VSP1
6994 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6995 L: linux-media@vger.kernel.org
6996 L: linux-renesas-soc@vger.kernel.org
6997 T: git git://linuxtv.org/media_tree.git
6998 S: Supported
6999 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7000 F: drivers/media/platform/vsp1/
7001
7002 MEDIA DRIVERS FOR ASCOT2E
7003 M: Sergey Kozlov <serjk@netup.ru>
7004 L: linux-media@vger.kernel.org
7005 W: https://linuxtv.org
7006 W: http://netup.tv/
7007 T: git git://linuxtv.org/media_tree.git
7008 S: Supported
7009 F: drivers/media/dvb-frontends/ascot2e*
7010
7011 MEDIA DRIVERS FOR CXD2841ER
7012 M: Sergey Kozlov <serjk@netup.ru>
7013 L: linux-media@vger.kernel.org
7014 W: https://linuxtv.org
7015 W: http://netup.tv/
7016 T: git git://linuxtv.org/media_tree.git
7017 S: Supported
7018 F: drivers/media/dvb-frontends/cxd2841er*
7019
7020 MEDIA DRIVERS FOR HORUS3A
7021 M: Sergey Kozlov <serjk@netup.ru>
7022 L: linux-media@vger.kernel.org
7023 W: https://linuxtv.org
7024 W: http://netup.tv/
7025 T: git git://linuxtv.org/media_tree.git
7026 S: Supported
7027 F: drivers/media/dvb-frontends/horus3a*
7028
7029 MEDIA DRIVERS FOR LNBH25
7030 M: Sergey Kozlov <serjk@netup.ru>
7031 L: linux-media@vger.kernel.org
7032 W: https://linuxtv.org
7033 W: http://netup.tv/
7034 T: git git://linuxtv.org/media_tree.git
7035 S: Supported
7036 F: drivers/media/dvb-frontends/lnbh25*
7037
7038 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7039 M: Sergey Kozlov <serjk@netup.ru>
7040 L: linux-media@vger.kernel.org
7041 W: https://linuxtv.org
7042 W: http://netup.tv/
7043 T: git git://linuxtv.org/media_tree.git
7044 S: Supported
7045 F: drivers/media/pci/netup_unidvb/*
7046
7047 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7048 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7049 P: LinuxTV.org Project
7050 L: linux-media@vger.kernel.org
7051 W: https://linuxtv.org
7052 Q: http://patchwork.kernel.org/project/linux-media/list/
7053 T: git git://linuxtv.org/media_tree.git
7054 S: Maintained
7055 F: Documentation/dvb/
7056 F: Documentation/video4linux/
7057 F: Documentation/DocBook/media/
7058 F: drivers/media/
7059 F: drivers/staging/media/
7060 F: include/linux/platform_data/media/
7061 F: include/media/
7062 F: include/uapi/linux/dvb/
7063 F: include/uapi/linux/videodev2.h
7064 F: include/uapi/linux/media.h
7065 F: include/uapi/linux/v4l2-*
7066 F: include/uapi/linux/meye.h
7067 F: include/uapi/linux/ivtv*
7068 F: include/uapi/linux/uvcvideo.h
7069
7070 MEDIATEK ETHERNET DRIVER
7071 M: Felix Fietkau <nbd@openwrt.org>
7072 M: John Crispin <blogic@openwrt.org>
7073 L: netdev@vger.kernel.org
7074 S: Maintained
7075 F: drivers/net/ethernet/mediatek/
7076
7077 MEDIATEK MT7601U WIRELESS LAN DRIVER
7078 M: Jakub Kicinski <kubakici@wp.pl>
7079 L: linux-wireless@vger.kernel.org
7080 S: Maintained
7081 F: drivers/net/wireless/mediatek/mt7601u/
7082
7083 MEGARAID SCSI/SAS DRIVERS
7084 M: Kashyap Desai <kashyap.desai@avagotech.com>
7085 M: Sumit Saxena <sumit.saxena@avagotech.com>
7086 M: Uday Lingala <uday.lingala@avagotech.com>
7087 L: megaraidlinux.pdl@avagotech.com
7088 L: linux-scsi@vger.kernel.org
7089 W: http://www.lsi.com
7090 S: Maintained
7091 F: Documentation/scsi/megaraid.txt
7092 F: drivers/scsi/megaraid.*
7093 F: drivers/scsi/megaraid/
7094
7095 MELLANOX ETHERNET DRIVER (mlx4_en)
7096 M: Eugenia Emantayev <eugenia@mellanox.com>
7097 L: netdev@vger.kernel.org
7098 S: Supported
7099 W: http://www.mellanox.com
7100 Q: http://patchwork.ozlabs.org/project/netdev/list/
7101 F: drivers/net/ethernet/mellanox/mlx4/en_*
7102
7103 MELLANOX ETHERNET DRIVER (mlx5e)
7104 M: Saeed Mahameed <saeedm@mellanox.com>
7105 L: netdev@vger.kernel.org
7106 S: Supported
7107 W: http://www.mellanox.com
7108 Q: http://patchwork.ozlabs.org/project/netdev/list/
7109 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7110
7111 MELLANOX ETHERNET SWITCH DRIVERS
7112 M: Jiri Pirko <jiri@mellanox.com>
7113 M: Ido Schimmel <idosch@mellanox.com>
7114 L: netdev@vger.kernel.org
7115 S: Supported
7116 W: http://www.mellanox.com
7117 Q: http://patchwork.ozlabs.org/project/netdev/list/
7118 F: drivers/net/ethernet/mellanox/mlxsw/
7119
7120 MEMBARRIER SUPPORT
7121 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7122 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7123 L: linux-kernel@vger.kernel.org
7124 S: Supported
7125 F: kernel/membarrier.c
7126 F: include/uapi/linux/membarrier.h
7127
7128 MEMORY MANAGEMENT
7129 L: linux-mm@kvack.org
7130 W: http://www.linux-mm.org
7131 S: Maintained
7132 F: include/linux/mm.h
7133 F: include/linux/gfp.h
7134 F: include/linux/mmzone.h
7135 F: include/linux/memory_hotplug.h
7136 F: include/linux/vmalloc.h
7137 F: mm/
7138
7139 MEMORY TECHNOLOGY DEVICES (MTD)
7140 M: David Woodhouse <dwmw2@infradead.org>
7141 M: Brian Norris <computersforpeace@gmail.com>
7142 L: linux-mtd@lists.infradead.org
7143 W: http://www.linux-mtd.infradead.org/
7144 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7145 T: git git://git.infradead.org/linux-mtd.git
7146 T: git git://git.infradead.org/l2-mtd.git
7147 S: Maintained
7148 F: drivers/mtd/
7149 F: include/linux/mtd/
7150 F: include/uapi/mtd/
7151
7152 MEN A21 WATCHDOG DRIVER
7153 M: Johannes Thumshirn <morbidrsa@gmail.com>
7154 L: linux-watchdog@vger.kernel.org
7155 S: Maintained
7156 F: drivers/watchdog/mena21_wdt.c
7157
7158 MEN CHAMELEON BUS (mcb)
7159 M: Johannes Thumshirn <morbidrsa@gmail.com>
7160 S: Maintained
7161 F: drivers/mcb/
7162 F: include/linux/mcb.h
7163 F: Documentation/men-chameleon-bus.txt
7164
7165 MEN F21BMC (Board Management Controller)
7166 M: Andreas Werner <andreas.werner@men.de>
7167 S: Supported
7168 F: drivers/mfd/menf21bmc.c
7169 F: drivers/watchdog/menf21bmc_wdt.c
7170 F: drivers/leds/leds-menf21bmc.c
7171 F: drivers/hwmon/menf21bmc_hwmon.c
7172 F: Documentation/hwmon/menf21bmc
7173
7174 METAG ARCHITECTURE
7175 M: James Hogan <james.hogan@imgtec.com>
7176 L: linux-metag@vger.kernel.org
7177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7178 S: Odd Fixes
7179 F: arch/metag/
7180 F: Documentation/metag/
7181 F: Documentation/devicetree/bindings/metag/
7182 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7183 F: drivers/clocksource/metag_generic.c
7184 F: drivers/irqchip/irq-metag.c
7185 F: drivers/irqchip/irq-metag-ext.c
7186 F: drivers/tty/metag_da.c
7187
7188 MICROBLAZE ARCHITECTURE
7189 M: Michal Simek <monstr@monstr.eu>
7190 W: http://www.monstr.eu/fdt/
7191 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7192 S: Supported
7193 F: arch/microblaze/
7194
7195 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7196 M: Chen Yu <yu.c.chen@intel.com>
7197 L: platform-driver-x86@vger.kernel.org
7198 S: Supported
7199 F: drivers/platform/x86/surfacepro3_button.c
7200
7201 MICROTEK X6 SCANNER
7202 M: Oliver Neukum <oliver@neukum.org>
7203 S: Maintained
7204 F: drivers/usb/image/microtek.*
7205
7206 MIPS
7207 M: Ralf Baechle <ralf@linux-mips.org>
7208 L: linux-mips@linux-mips.org
7209 W: http://www.linux-mips.org/
7210 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7211 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7212 S: Supported
7213 F: Documentation/mips/
7214 F: arch/mips/
7215
7216 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7217 M: Hans Verkuil <hverkuil@xs4all.nl>
7218 L: linux-media@vger.kernel.org
7219 T: git git://linuxtv.org/media_tree.git
7220 W: https://linuxtv.org
7221 S: Odd Fixes
7222 F: drivers/media/radio/radio-miropcm20*
7223
7224 MELLANOX MLX4 core VPI driver
7225 M: Yishai Hadas <yishaih@mellanox.com>
7226 L: netdev@vger.kernel.org
7227 L: linux-rdma@vger.kernel.org
7228 W: http://www.mellanox.com
7229 Q: http://patchwork.ozlabs.org/project/netdev/list/
7230 S: Supported
7231 F: drivers/net/ethernet/mellanox/mlx4/
7232 F: include/linux/mlx4/
7233
7234 MELLANOX MLX4 IB driver
7235 M: Yishai Hadas <yishaih@mellanox.com>
7236 L: linux-rdma@vger.kernel.org
7237 W: http://www.mellanox.com
7238 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7239 S: Supported
7240 F: drivers/infiniband/hw/mlx4/
7241 F: include/linux/mlx4/
7242
7243 MELLANOX MLX5 core VPI driver
7244 M: Matan Barak <matanb@mellanox.com>
7245 M: Leon Romanovsky <leonro@mellanox.com>
7246 L: netdev@vger.kernel.org
7247 L: linux-rdma@vger.kernel.org
7248 W: http://www.mellanox.com
7249 Q: http://patchwork.ozlabs.org/project/netdev/list/
7250 S: Supported
7251 F: drivers/net/ethernet/mellanox/mlx5/core/
7252 F: include/linux/mlx5/
7253
7254 MELLANOX MLX5 IB driver
7255 M: Matan Barak <matanb@mellanox.com>
7256 M: Leon Romanovsky <leonro@mellanox.com>
7257 L: linux-rdma@vger.kernel.org
7258 W: http://www.mellanox.com
7259 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7260 S: Supported
7261 F: drivers/infiniband/hw/mlx5/
7262 F: include/linux/mlx5/
7263
7264 MELEXIS MLX90614 DRIVER
7265 M: Crt Mori <cmo@melexis.com>
7266 L: linux-iio@vger.kernel.org
7267 W: http://www.melexis.com
7268 S: Supported
7269 F: drivers/iio/temperature/mlx90614.c
7270
7271 MN88472 MEDIA DRIVER
7272 M: Antti Palosaari <crope@iki.fi>
7273 L: linux-media@vger.kernel.org
7274 W: https://linuxtv.org
7275 W: http://palosaari.fi/linux/
7276 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7277 T: git git://linuxtv.org/anttip/media_tree.git
7278 S: Maintained
7279 F: drivers/staging/media/mn88472/
7280 F: drivers/media/dvb-frontends/mn88472.h
7281
7282 MN88473 MEDIA DRIVER
7283 M: Antti Palosaari <crope@iki.fi>
7284 L: linux-media@vger.kernel.org
7285 W: https://linuxtv.org
7286 W: http://palosaari.fi/linux/
7287 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7288 S: Maintained
7289 F: drivers/media/dvb-frontends/mn88473*
7290
7291 MODULE SUPPORT
7292 M: Rusty Russell <rusty@rustcorp.com.au>
7293 S: Maintained
7294 F: include/linux/module.h
7295 F: kernel/module.c
7296
7297 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7298 W: http://popies.net/meye/
7299 S: Orphan
7300 F: Documentation/video4linux/meye.txt
7301 F: drivers/media/pci/meye/
7302 F: include/uapi/linux/meye.h
7303
7304 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7305 M: Jiri Slaby <jirislaby@gmail.com>
7306 S: Maintained
7307 F: Documentation/serial/moxa-smartio
7308 F: drivers/tty/mxser.*
7309
7310 MR800 AVERMEDIA USB FM RADIO DRIVER
7311 M: Alexey Klimov <klimov.linux@gmail.com>
7312 L: linux-media@vger.kernel.org
7313 T: git git://linuxtv.org/media_tree.git
7314 S: Maintained
7315 F: drivers/media/radio/radio-mr800.c
7316
7317 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7318 M: Alan Ott <alan@signal11.us>
7319 L: linux-wpan@vger.kernel.org
7320 S: Maintained
7321 F: drivers/net/ieee802154/mrf24j40.c
7322 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7323
7324 MSI LAPTOP SUPPORT
7325 M: "Lee, Chun-Yi" <jlee@suse.com>
7326 L: platform-driver-x86@vger.kernel.org
7327 S: Maintained
7328 F: drivers/platform/x86/msi-laptop.c
7329
7330 MSI WMI SUPPORT
7331 L: platform-driver-x86@vger.kernel.org
7332 S: Orphan
7333 F: drivers/platform/x86/msi-wmi.c
7334
7335 MSI001 MEDIA DRIVER
7336 M: Antti Palosaari <crope@iki.fi>
7337 L: linux-media@vger.kernel.org
7338 W: https://linuxtv.org
7339 W: http://palosaari.fi/linux/
7340 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7341 T: git git://linuxtv.org/anttip/media_tree.git
7342 S: Maintained
7343 F: drivers/media/tuners/msi001*
7344
7345 MSI2500 MEDIA DRIVER
7346 M: Antti Palosaari <crope@iki.fi>
7347 L: linux-media@vger.kernel.org
7348 W: https://linuxtv.org
7349 W: http://palosaari.fi/linux/
7350 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7351 T: git git://linuxtv.org/anttip/media_tree.git
7352 S: Maintained
7353 F: drivers/media/usb/msi2500/
7354
7355 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7356 M: Robert Jarzmik <robert.jarzmik@free.fr>
7357 L: linux-mtd@lists.infradead.org
7358 S: Maintained
7359 F: drivers/mtd/devices/docg3*
7360
7361 MT9M032 APTINA SENSOR DRIVER
7362 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7363 L: linux-media@vger.kernel.org
7364 T: git git://linuxtv.org/media_tree.git
7365 S: Maintained
7366 F: drivers/media/i2c/mt9m032.c
7367 F: include/media/i2c/mt9m032.h
7368
7369 MT9P031 APTINA CAMERA SENSOR
7370 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7371 L: linux-media@vger.kernel.org
7372 T: git git://linuxtv.org/media_tree.git
7373 S: Maintained
7374 F: drivers/media/i2c/mt9p031.c
7375 F: include/media/i2c/mt9p031.h
7376
7377 MT9T001 APTINA CAMERA SENSOR
7378 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7379 L: linux-media@vger.kernel.org
7380 T: git git://linuxtv.org/media_tree.git
7381 S: Maintained
7382 F: drivers/media/i2c/mt9t001.c
7383 F: include/media/i2c/mt9t001.h
7384
7385 MT9V032 APTINA CAMERA SENSOR
7386 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7387 L: linux-media@vger.kernel.org
7388 T: git git://linuxtv.org/media_tree.git
7389 S: Maintained
7390 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7391 F: drivers/media/i2c/mt9v032.c
7392 F: include/media/i2c/mt9v032.h
7393
7394 MULTIFUNCTION DEVICES (MFD)
7395 M: Lee Jones <lee.jones@linaro.org>
7396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7397 S: Supported
7398 F: drivers/mfd/
7399 F: include/linux/mfd/
7400
7401 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7402 M: Ulf Hansson <ulf.hansson@linaro.org>
7403 L: linux-mmc@vger.kernel.org
7404 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7405 S: Maintained
7406 F: drivers/mmc/
7407 F: include/linux/mmc/
7408 F: include/uapi/linux/mmc/
7409
7410 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7411 S: Orphan
7412 F: drivers/mmc/host/mmc_spi.c
7413 F: include/linux/spi/mmc_spi.h
7414
7415 MULTISOUND SOUND DRIVER
7416 M: Andrew Veliath <andrewtv@usa.net>
7417 S: Maintained
7418 F: Documentation/sound/oss/MultiSound
7419 F: sound/oss/msnd*
7420
7421 MULTITECH MULTIPORT CARD (ISICOM)
7422 S: Orphan
7423 F: drivers/tty/isicom.c
7424 F: include/linux/isicom.h
7425
7426 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7427 M: Bin Liu <b-liu@ti.com>
7428 L: linux-usb@vger.kernel.org
7429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7430 S: Maintained
7431 F: drivers/usb/musb/
7432
7433 MXL5007T MEDIA DRIVER
7434 M: Michael Krufky <mkrufky@linuxtv.org>
7435 L: linux-media@vger.kernel.org
7436 W: https://linuxtv.org
7437 W: http://github.com/mkrufky
7438 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7439 T: git git://linuxtv.org/mkrufky/tuners.git
7440 S: Maintained
7441 F: drivers/media/tuners/mxl5007t.*
7442
7443 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7444 M: Hyong-Youb Kim <hykim@myri.com>
7445 L: netdev@vger.kernel.org
7446 W: https://www.myricom.com/support/downloads/myri10ge.html
7447 S: Supported
7448 F: drivers/net/ethernet/myricom/myri10ge/
7449
7450 NAND FLASH SUBSYSTEM
7451 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7452 R: Richard Weinberger <richard@nod.at>
7453 L: linux-mtd@lists.infradead.org
7454 W: http://www.linux-mtd.infradead.org/
7455 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7456 T: git git://github.com/linux-nand/linux.git
7457 S: Maintained
7458 F: drivers/mtd/nand/
7459 F: include/linux/mtd/nand*.h
7460
7461 NATSEMI ETHERNET DRIVER (DP8381x)
7462 S: Orphan
7463 F: drivers/net/ethernet/natsemi/natsemi.c
7464
7465 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7466 M: Daniel Mack <zonque@gmail.com>
7467 S: Maintained
7468 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7469 W: http://www.native-instruments.com
7470 F: sound/usb/caiaq/
7471
7472 NCP FILESYSTEM
7473 M: Petr Vandrovec <petr@vandrovec.name>
7474 S: Odd Fixes
7475 F: fs/ncpfs/
7476
7477 NCR 5380 SCSI DRIVERS
7478 M: Finn Thain <fthain@telegraphics.com.au>
7479 M: Michael Schmitz <schmitzmic@gmail.com>
7480 L: linux-scsi@vger.kernel.org
7481 S: Maintained
7482 F: Documentation/scsi/g_NCR5380.txt
7483 F: drivers/scsi/NCR5380.*
7484 F: drivers/scsi/arm/cumana_1.c
7485 F: drivers/scsi/arm/oak.c
7486 F: drivers/scsi/atari_NCR5380.c
7487 F: drivers/scsi/atari_scsi.*
7488 F: drivers/scsi/dmx3191d.c
7489 F: drivers/scsi/dtc.*
7490 F: drivers/scsi/g_NCR5380.*
7491 F: drivers/scsi/g_NCR5380_mmio.c
7492 F: drivers/scsi/mac_scsi.*
7493 F: drivers/scsi/pas16.*
7494 F: drivers/scsi/sun3_scsi.*
7495 F: drivers/scsi/sun3_scsi_vme.c
7496 F: drivers/scsi/t128.*
7497
7498 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7499 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7500 L: linux-scsi@vger.kernel.org
7501 S: Maintained
7502 F: drivers/scsi/NCR_D700.*
7503
7504 NCT6775 HARDWARE MONITOR DRIVER
7505 M: Guenter Roeck <linux@roeck-us.net>
7506 L: lm-sensors@lm-sensors.org
7507 S: Maintained
7508 F: Documentation/hwmon/nct6775
7509 F: drivers/hwmon/nct6775.c
7510
7511 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7512 M: Faisal Latif <faisal.latif@intel.com>
7513 L: linux-rdma@vger.kernel.org
7514 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7515 S: Supported
7516 F: drivers/infiniband/hw/nes/
7517
7518 NETEM NETWORK EMULATOR
7519 M: Stephen Hemminger <stephen@networkplumber.org>
7520 L: netem@lists.linux-foundation.org
7521 S: Maintained
7522 F: net/sched/sch_netem.c
7523
7524 NETERION 10GbE DRIVERS (s2io/vxge)
7525 M: Jon Mason <jdmason@kudzu.us>
7526 L: netdev@vger.kernel.org
7527 S: Supported
7528 F: Documentation/networking/s2io.txt
7529 F: Documentation/networking/vxge.txt
7530 F: drivers/net/ethernet/neterion/
7531
7532 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7533 M: Pablo Neira Ayuso <pablo@netfilter.org>
7534 M: Patrick McHardy <kaber@trash.net>
7535 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7536 L: netfilter-devel@vger.kernel.org
7537 L: coreteam@netfilter.org
7538 W: http://www.netfilter.org/
7539 W: http://www.iptables.org/
7540 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7543 S: Supported
7544 F: include/linux/netfilter*
7545 F: include/linux/netfilter/
7546 F: include/net/netfilter/
7547 F: include/uapi/linux/netfilter*
7548 F: include/uapi/linux/netfilter/
7549 F: net/*/netfilter.c
7550 F: net/*/netfilter/
7551 F: net/netfilter/
7552 F: net/bridge/br_netfilter*.c
7553
7554 NETLABEL
7555 M: Paul Moore <paul@paul-moore.com>
7556 W: http://netlabel.sf.net
7557 L: netdev@vger.kernel.org
7558 S: Maintained
7559 F: Documentation/netlabel/
7560 F: include/net/netlabel.h
7561 F: net/netlabel/
7562
7563 NETROM NETWORK LAYER
7564 M: Ralf Baechle <ralf@linux-mips.org>
7565 L: linux-hams@vger.kernel.org
7566 W: http://www.linux-ax25.org/
7567 S: Maintained
7568 F: include/net/netrom.h
7569 F: include/uapi/linux/netrom.h
7570 F: net/netrom/
7571
7572 NETRONOME ETHERNET DRIVERS
7573 M: Jakub Kicinski <jakub.kicinski@netronome.com>
7574 L: oss-drivers@netronome.com
7575 S: Maintained
7576 F: drivers/net/ethernet/netronome/
7577
7578 NETWORK BLOCK DEVICE (NBD)
7579 M: Markus Pargmann <mpa@pengutronix.de>
7580 S: Maintained
7581 L: nbd-general@lists.sourceforge.net
7582 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7583 F: Documentation/blockdev/nbd.txt
7584 F: drivers/block/nbd.c
7585 F: include/uapi/linux/nbd.h
7586
7587 NETWORK DROP MONITOR
7588 M: Neil Horman <nhorman@tuxdriver.com>
7589 L: netdev@vger.kernel.org
7590 S: Maintained
7591 W: https://fedorahosted.org/dropwatch/
7592 F: net/core/drop_monitor.c
7593
7594 NETWORKING [GENERAL]
7595 M: "David S. Miller" <davem@davemloft.net>
7596 L: netdev@vger.kernel.org
7597 W: http://www.linuxfoundation.org/en/Net
7598 Q: http://patchwork.ozlabs.org/project/netdev/list/
7599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7600 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7601 S: Maintained
7602 F: net/
7603 F: include/net/
7604 F: include/linux/in.h
7605 F: include/linux/net.h
7606 F: include/linux/netdevice.h
7607 F: include/uapi/linux/in.h
7608 F: include/uapi/linux/net.h
7609 F: include/uapi/linux/netdevice.h
7610 F: include/uapi/linux/net_namespace.h
7611 F: tools/net/
7612 F: tools/testing/selftests/net/
7613 F: lib/random32.c
7614 F: lib/test_bpf.c
7615
7616 NETWORKING [IPv4/IPv6]
7617 M: "David S. Miller" <davem@davemloft.net>
7618 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7619 M: James Morris <jmorris@namei.org>
7620 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7621 M: Patrick McHardy <kaber@trash.net>
7622 L: netdev@vger.kernel.org
7623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7624 S: Maintained
7625 F: net/ipv4/
7626 F: net/ipv6/
7627 F: include/net/ip*
7628 F: arch/x86/net/*
7629
7630 NETWORKING [IPSEC]
7631 M: Steffen Klassert <steffen.klassert@secunet.com>
7632 M: Herbert Xu <herbert@gondor.apana.org.au>
7633 M: "David S. Miller" <davem@davemloft.net>
7634 L: netdev@vger.kernel.org
7635 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7637 S: Maintained
7638 F: net/core/flow.c
7639 F: net/xfrm/
7640 F: net/key/
7641 F: net/ipv4/xfrm*
7642 F: net/ipv4/esp4.c
7643 F: net/ipv4/ah4.c
7644 F: net/ipv4/ipcomp.c
7645 F: net/ipv4/ip_vti.c
7646 F: net/ipv6/xfrm*
7647 F: net/ipv6/esp6.c
7648 F: net/ipv6/ah6.c
7649 F: net/ipv6/ipcomp6.c
7650 F: net/ipv6/ip6_vti.c
7651 F: include/uapi/linux/xfrm.h
7652 F: include/net/xfrm.h
7653
7654 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7655 M: Paul Moore <paul@paul-moore.com>
7656 L: netdev@vger.kernel.org
7657 S: Maintained
7658
7659 NETWORKING [WIRELESS]
7660 L: linux-wireless@vger.kernel.org
7661 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7662
7663 NETWORKING DRIVERS
7664 L: netdev@vger.kernel.org
7665 W: http://www.linuxfoundation.org/en/Net
7666 Q: http://patchwork.ozlabs.org/project/netdev/list/
7667 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7668 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7669 S: Odd Fixes
7670 F: drivers/net/
7671 F: include/linux/if_*
7672 F: include/linux/netdevice.h
7673 F: include/linux/etherdevice.h
7674 F: include/linux/fcdevice.h
7675 F: include/linux/fddidevice.h
7676 F: include/linux/hippidevice.h
7677 F: include/linux/inetdevice.h
7678 F: include/uapi/linux/if_*
7679 F: include/uapi/linux/netdevice.h
7680
7681 NETWORKING DRIVERS (WIRELESS)
7682 M: Kalle Valo <kvalo@codeaurora.org>
7683 L: linux-wireless@vger.kernel.org
7684 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7685 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7686 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7687 S: Maintained
7688 F: drivers/net/wireless/
7689
7690 NETXEN (1/10) GbE SUPPORT
7691 M: Manish Chopra <manish.chopra@qlogic.com>
7692 M: Sony Chacko <sony.chacko@qlogic.com>
7693 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7694 L: netdev@vger.kernel.org
7695 W: http://www.qlogic.com
7696 S: Supported
7697 F: drivers/net/ethernet/qlogic/netxen/
7698
7699 NFC SUBSYSTEM
7700 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7701 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7702 M: Samuel Ortiz <sameo@linux.intel.com>
7703 L: linux-wireless@vger.kernel.org
7704 L: linux-nfc@lists.01.org (subscribers-only)
7705 S: Supported
7706 F: net/nfc/
7707 F: include/net/nfc/
7708 F: include/uapi/linux/nfc.h
7709 F: drivers/nfc/
7710 F: include/linux/platform_data/nfcmrvl.h
7711 F: include/linux/platform_data/nxp-nci.h
7712 F: include/linux/platform_data/pn544.h
7713 F: include/linux/platform_data/st21nfca.h
7714 F: include/linux/platform_data/st-nci.h
7715 F: Documentation/devicetree/bindings/net/nfc/
7716
7717 NFS, SUNRPC, AND LOCKD CLIENTS
7718 M: Trond Myklebust <trond.myklebust@primarydata.com>
7719 M: Anna Schumaker <anna.schumaker@netapp.com>
7720 L: linux-nfs@vger.kernel.org
7721 W: http://client.linux-nfs.org
7722 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7723 S: Maintained
7724 F: fs/lockd/
7725 F: fs/nfs/
7726 F: fs/nfs_common/
7727 F: net/sunrpc/
7728 F: include/linux/lockd/
7729 F: include/linux/nfs*
7730 F: include/linux/sunrpc/
7731 F: include/uapi/linux/nfs*
7732 F: include/uapi/linux/sunrpc/
7733
7734 NILFS2 FILESYSTEM
7735 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7736 L: linux-nilfs@vger.kernel.org
7737 W: http://nilfs.sourceforge.net/
7738 T: git git://github.com/konis/nilfs2.git
7739 S: Supported
7740 F: Documentation/filesystems/nilfs2.txt
7741 F: fs/nilfs2/
7742 F: include/linux/nilfs2_fs.h
7743 F: include/trace/events/nilfs2.h
7744
7745 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7746 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7747 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7748 S: Maintained
7749 F: Documentation/scsi/NinjaSCSI.txt
7750 F: drivers/scsi/pcmcia/nsp_*
7751
7752 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7753 M: GOTO Masanori <gotom@debian.or.jp>
7754 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7755 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7756 S: Maintained
7757 F: Documentation/scsi/NinjaSCSI.txt
7758 F: drivers/scsi/nsp32*
7759
7760 NIOS2 ARCHITECTURE
7761 M: Ley Foon Tan <lftan@altera.com>
7762 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7764 S: Maintained
7765 F: arch/nios2/
7766
7767 NOKIA N900 POWER SUPPLY DRIVERS
7768 R: Pali RohĂ¡r <pali.rohar@gmail.com>
7769 F: include/linux/power/bq2415x_charger.h
7770 F: include/linux/power/bq27xxx_battery.h
7771 F: include/linux/power/isp1704_charger.h
7772 F: drivers/power/bq2415x_charger.c
7773 F: drivers/power/bq27xxx_battery.c
7774 F: drivers/power/bq27xxx_battery_i2c.c
7775 F: drivers/power/isp1704_charger.c
7776 F: drivers/power/rx51_battery.c
7777
7778 NTB DRIVER CORE
7779 M: Jon Mason <jdmason@kudzu.us>
7780 M: Dave Jiang <dave.jiang@intel.com>
7781 M: Allen Hubbe <Allen.Hubbe@emc.com>
7782 L: linux-ntb@googlegroups.com
7783 S: Supported
7784 W: https://github.com/jonmason/ntb/wiki
7785 T: git git://github.com/jonmason/ntb.git
7786 F: drivers/ntb/
7787 F: drivers/net/ntb_netdev.c
7788 F: include/linux/ntb.h
7789 F: include/linux/ntb_transport.h
7790
7791 NTB INTEL DRIVER
7792 M: Jon Mason <jdmason@kudzu.us>
7793 M: Dave Jiang <dave.jiang@intel.com>
7794 L: linux-ntb@googlegroups.com
7795 S: Supported
7796 W: https://github.com/jonmason/ntb/wiki
7797 T: git git://github.com/jonmason/ntb.git
7798 F: drivers/ntb/hw/intel/
7799
7800 NTB AMD DRIVER
7801 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7802 L: linux-ntb@googlegroups.com
7803 S: Supported
7804 F: drivers/ntb/hw/amd/
7805
7806 NTFS FILESYSTEM
7807 M: Anton Altaparmakov <anton@tuxera.com>
7808 L: linux-ntfs-dev@lists.sourceforge.net
7809 W: http://www.tuxera.com/
7810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7811 S: Supported
7812 F: Documentation/filesystems/ntfs.txt
7813 F: fs/ntfs/
7814
7815 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7816 M: Antonino Daplas <adaplas@gmail.com>
7817 L: linux-fbdev@vger.kernel.org
7818 S: Maintained
7819 F: drivers/video/fbdev/riva/
7820 F: drivers/video/fbdev/nvidia/
7821
7822 NVM EXPRESS DRIVER
7823 M: Keith Busch <keith.busch@intel.com>
7824 M: Jens Axboe <axboe@fb.com>
7825 L: linux-nvme@lists.infradead.org
7826 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7827 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7828 S: Supported
7829 F: drivers/nvme/host/
7830 F: include/linux/nvme.h
7831
7832 NVMEM FRAMEWORK
7833 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7834 M: Maxime Ripard <maxime.ripard@free-electrons.com>
7835 S: Maintained
7836 F: drivers/nvmem/
7837 F: Documentation/devicetree/bindings/nvmem/
7838 F: include/linux/nvmem-consumer.h
7839 F: include/linux/nvmem-provider.h
7840
7841 NXP-NCI NFC DRIVER
7842 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7843 R: Charles Gorand <charles.gorand@effinnov.com>
7844 L: linux-nfc@lists.01.org (moderated for non-subscribers)
7845 S: Supported
7846 F: drivers/nfc/nxp-nci
7847
7848 NXP TDA998X DRM DRIVER
7849 M: Russell King <rmk+kernel@arm.linux.org.uk>
7850 S: Supported
7851 F: drivers/gpu/drm/i2c/tda998x_drv.c
7852 F: include/drm/i2c/tda998x.h
7853
7854 NXP TFA9879 DRIVER
7855 M: Peter Rosin <peda@axentia.se>
7856 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7857 S: Maintained
7858 F: sound/soc/codecs/tfa9879*
7859
7860 OMAP SUPPORT
7861 M: Tony Lindgren <tony@atomide.com>
7862 L: linux-omap@vger.kernel.org
7863 W: http://www.muru.com/linux/omap/
7864 W: http://linux.omap.com/
7865 Q: http://patchwork.kernel.org/project/linux-omap/list/
7866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7867 S: Maintained
7868 F: arch/arm/*omap*/
7869 F: arch/arm/configs/omap1_defconfig
7870 F: arch/arm/configs/omap2plus_defconfig
7871 F: drivers/i2c/busses/i2c-omap.c
7872 F: drivers/irqchip/irq-omap-intc.c
7873 F: drivers/mfd/*omap*.c
7874 F: drivers/mfd/menelaus.c
7875 F: drivers/mfd/palmas.c
7876 F: drivers/mfd/tps65217.c
7877 F: drivers/mfd/tps65218.c
7878 F: drivers/mfd/tps65910.c
7879 F: drivers/mfd/twl-core.[ch]
7880 F: drivers/mfd/twl4030*.c
7881 F: drivers/mfd/twl6030*.c
7882 F: drivers/mfd/twl6040*.c
7883 F: drivers/regulator/palmas-regulator*.c
7884 F: drivers/regulator/pbias-regulator.c
7885 F: drivers/regulator/tps65217-regulator.c
7886 F: drivers/regulator/tps65218-regulator.c
7887 F: drivers/regulator/tps65910-regulator.c
7888 F: drivers/regulator/twl-regulator.c
7889 F: include/linux/i2c-omap.h
7890
7891 OMAP DEVICE TREE SUPPORT
7892 M: Benoît Cousson <bcousson@baylibre.com>
7893 M: Tony Lindgren <tony@atomide.com>
7894 L: linux-omap@vger.kernel.org
7895 L: devicetree@vger.kernel.org
7896 S: Maintained
7897 F: arch/arm/boot/dts/*omap*
7898 F: arch/arm/boot/dts/*am3*
7899 F: arch/arm/boot/dts/*am4*
7900 F: arch/arm/boot/dts/*am5*
7901 F: arch/arm/boot/dts/*dra7*
7902
7903 OMAP CLOCK FRAMEWORK SUPPORT
7904 M: Paul Walmsley <paul@pwsan.com>
7905 L: linux-omap@vger.kernel.org
7906 S: Maintained
7907 F: arch/arm/*omap*/*clock*
7908
7909 OMAP POWER MANAGEMENT SUPPORT
7910 M: Kevin Hilman <khilman@kernel.org>
7911 L: linux-omap@vger.kernel.org
7912 S: Maintained
7913 F: arch/arm/*omap*/*pm*
7914 F: drivers/cpufreq/omap-cpufreq.c
7915
7916 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7917 M: Rajendra Nayak <rnayak@ti.com>
7918 M: Paul Walmsley <paul@pwsan.com>
7919 L: linux-omap@vger.kernel.org
7920 S: Maintained
7921 F: arch/arm/mach-omap2/prm*
7922
7923 OMAP AUDIO SUPPORT
7924 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7925 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7926 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7927 L: linux-omap@vger.kernel.org
7928 S: Maintained
7929 F: sound/soc/omap/
7930
7931 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7932 M: Roger Quadros <rogerq@ti.com>
7933 M: Tony Lindgren <tony@atomide.com>
7934 L: linux-omap@vger.kernel.org
7935 S: Maintained
7936 F: drivers/memory/omap-gpmc.c
7937 F: arch/arm/mach-omap2/*gpmc*
7938
7939 OMAP FRAMEBUFFER SUPPORT
7940 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7941 L: linux-fbdev@vger.kernel.org
7942 L: linux-omap@vger.kernel.org
7943 S: Maintained
7944 F: drivers/video/fbdev/omap/
7945
7946 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7947 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7948 L: linux-omap@vger.kernel.org
7949 L: linux-fbdev@vger.kernel.org
7950 S: Maintained
7951 F: drivers/video/fbdev/omap2/
7952 F: Documentation/arm/OMAP/DSS
7953
7954 OMAP HARDWARE SPINLOCK SUPPORT
7955 M: Ohad Ben-Cohen <ohad@wizery.com>
7956 L: linux-omap@vger.kernel.org
7957 S: Maintained
7958 F: drivers/hwspinlock/omap_hwspinlock.c
7959
7960 OMAP MMC SUPPORT
7961 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7962 L: linux-omap@vger.kernel.org
7963 S: Maintained
7964 F: drivers/mmc/host/omap.c
7965
7966 OMAP HS MMC SUPPORT
7967 L: linux-mmc@vger.kernel.org
7968 L: linux-omap@vger.kernel.org
7969 S: Orphan
7970 F: drivers/mmc/host/omap_hsmmc.c
7971
7972 OMAP RANDOM NUMBER GENERATOR SUPPORT
7973 M: Deepak Saxena <dsaxena@plexity.net>
7974 S: Maintained
7975 F: drivers/char/hw_random/omap-rng.c
7976
7977 OMAP HWMOD SUPPORT
7978 M: Benoît Cousson <bcousson@baylibre.com>
7979 M: Paul Walmsley <paul@pwsan.com>
7980 L: linux-omap@vger.kernel.org
7981 S: Maintained
7982 F: arch/arm/mach-omap2/omap_hwmod.*
7983
7984 OMAP HWMOD DATA
7985 M: Paul Walmsley <paul@pwsan.com>
7986 L: linux-omap@vger.kernel.org
7987 S: Maintained
7988 F: arch/arm/mach-omap2/omap_hwmod*data*
7989
7990 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7991 M: Benoît Cousson <bcousson@baylibre.com>
7992 L: linux-omap@vger.kernel.org
7993 S: Maintained
7994 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7995
7996 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7997 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7998 L: linux-media@vger.kernel.org
7999 S: Maintained
8000 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8001 F: drivers/media/platform/omap3isp/
8002 F: drivers/staging/media/omap4iss/
8003
8004 OMAP USB SUPPORT
8005 L: linux-usb@vger.kernel.org
8006 L: linux-omap@vger.kernel.org
8007 S: Orphan
8008 F: drivers/usb/*/*omap*
8009 F: arch/arm/*omap*/usb*
8010
8011 OMAP GPIO DRIVER
8012 M: Grygorii Strashko <grygorii.strashko@ti.com>
8013 M: Santosh Shilimkar <ssantosh@kernel.org>
8014 M: Kevin Hilman <khilman@kernel.org>
8015 L: linux-omap@vger.kernel.org
8016 S: Maintained
8017 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8018 F: drivers/gpio/gpio-omap.c
8019
8020 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8021 M: Mark Jackson <mpfj@newflow.co.uk>
8022 L: linux-omap@vger.kernel.org
8023 S: Maintained
8024 F: arch/arm/boot/dts/am335x-nano.dts
8025
8026 OMFS FILESYSTEM
8027 M: Bob Copeland <me@bobcopeland.com>
8028 L: linux-karma-devel@lists.sourceforge.net
8029 S: Maintained
8030 F: Documentation/filesystems/omfs.txt
8031 F: fs/omfs/
8032
8033 OMNIKEY CARDMAN 4000 DRIVER
8034 M: Harald Welte <laforge@gnumonks.org>
8035 S: Maintained
8036 F: drivers/char/pcmcia/cm4000_cs.c
8037 F: include/linux/cm4000_cs.h
8038 F: include/uapi/linux/cm4000_cs.h
8039
8040 OMNIKEY CARDMAN 4040 DRIVER
8041 M: Harald Welte <laforge@gnumonks.org>
8042 S: Maintained
8043 F: drivers/char/pcmcia/cm4040_cs.*
8044
8045 OMNIVISION OV7670 SENSOR DRIVER
8046 M: Jonathan Corbet <corbet@lwn.net>
8047 L: linux-media@vger.kernel.org
8048 T: git git://linuxtv.org/media_tree.git
8049 S: Maintained
8050 F: drivers/media/i2c/ov7670.c
8051
8052 ONENAND FLASH DRIVER
8053 M: Kyungmin Park <kyungmin.park@samsung.com>
8054 L: linux-mtd@lists.infradead.org
8055 S: Maintained
8056 F: drivers/mtd/onenand/
8057 F: include/linux/mtd/onenand*.h
8058
8059 ONSTREAM SCSI TAPE DRIVER
8060 M: Willem Riede <osst@riede.org>
8061 L: osst-users@lists.sourceforge.net
8062 L: linux-scsi@vger.kernel.org
8063 S: Maintained
8064 F: Documentation/scsi/osst.txt
8065 F: drivers/scsi/osst.*
8066 F: drivers/scsi/osst_*.h
8067 F: drivers/scsi/st.h
8068
8069 OPENCORES I2C BUS DRIVER
8070 M: Peter Korsgaard <jacmet@sunsite.dk>
8071 L: linux-i2c@vger.kernel.org
8072 S: Maintained
8073 F: Documentation/i2c/busses/i2c-ocores
8074 F: drivers/i2c/busses/i2c-ocores.c
8075
8076 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8077 M: Rob Herring <robh+dt@kernel.org>
8078 M: Frank Rowand <frowand.list@gmail.com>
8079 M: Grant Likely <grant.likely@linaro.org>
8080 L: devicetree@vger.kernel.org
8081 W: http://www.devicetree.org/
8082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8083 S: Maintained
8084 F: drivers/of/
8085 F: include/linux/of*.h
8086 F: scripts/dtc/
8087
8088 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8089 M: Rob Herring <robh+dt@kernel.org>
8090 M: Pawel Moll <pawel.moll@arm.com>
8091 M: Mark Rutland <mark.rutland@arm.com>
8092 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8093 M: Kumar Gala <galak@codeaurora.org>
8094 L: devicetree@vger.kernel.org
8095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8096 S: Maintained
8097 F: Documentation/devicetree/
8098 F: arch/*/boot/dts/
8099 F: include/dt-bindings/
8100
8101 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8102 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8103 L: devicetree@vger.kernel.org
8104 S: Maintained
8105 F: Documentation/devicetree/dynamic-resolution-notes.txt
8106 F: Documentation/devicetree/overlay-notes.txt
8107 F: drivers/of/overlay.c
8108 F: drivers/of/resolver.c
8109
8110 OPENRISC ARCHITECTURE
8111 M: Jonas Bonn <jonas@southpole.se>
8112 W: http://openrisc.net
8113 L: linux@lists.openrisc.net (moderated for non-subscribers)
8114 S: Maintained
8115 T: git git://openrisc.net/~jonas/linux
8116 F: arch/openrisc/
8117
8118 OPENVSWITCH
8119 M: Pravin Shelar <pshelar@nicira.com>
8120 L: netdev@vger.kernel.org
8121 L: dev@openvswitch.org
8122 W: http://openvswitch.org
8123 S: Maintained
8124 F: net/openvswitch/
8125 F: include/uapi/linux/openvswitch.h
8126
8127 OPERATING PERFORMANCE POINTS (OPP)
8128 M: Viresh Kumar <vireshk@kernel.org>
8129 M: Nishanth Menon <nm@ti.com>
8130 M: Stephen Boyd <sboyd@codeaurora.org>
8131 L: linux-pm@vger.kernel.org
8132 S: Maintained
8133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8134 F: drivers/base/power/opp/
8135 F: include/linux/pm_opp.h
8136 F: Documentation/power/opp.txt
8137 F: Documentation/devicetree/bindings/opp/
8138
8139 OPL4 DRIVER
8140 M: Clemens Ladisch <clemens@ladisch.de>
8141 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8142 T: git git://git.alsa-project.org/alsa-kernel.git
8143 S: Maintained
8144 F: sound/drivers/opl4/
8145
8146 OPROFILE
8147 M: Robert Richter <rric@kernel.org>
8148 L: oprofile-list@lists.sf.net
8149 S: Maintained
8150 F: arch/*/include/asm/oprofile*.h
8151 F: arch/*/oprofile/
8152 F: drivers/oprofile/
8153 F: include/linux/oprofile.h
8154
8155 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8156 M: Mark Fasheh <mfasheh@suse.com>
8157 M: Joel Becker <jlbec@evilplan.org>
8158 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8159 W: http://ocfs2.wiki.kernel.org
8160 S: Supported
8161 F: Documentation/filesystems/ocfs2.txt
8162 F: Documentation/filesystems/dlmfs.txt
8163 F: fs/ocfs2/
8164
8165 ORINOCO DRIVER
8166 L: linux-wireless@vger.kernel.org
8167 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8168 W: http://www.nongnu.org/orinoco/
8169 S: Orphan
8170 F: drivers/net/wireless/intersil/orinoco/
8171
8172 OSD LIBRARY and FILESYSTEM
8173 M: Boaz Harrosh <ooo@electrozaur.com>
8174 M: Benny Halevy <bhalevy@primarydata.com>
8175 L: osd-dev@open-osd.org
8176 W: http://open-osd.org
8177 T: git git://git.open-osd.org/open-osd.git
8178 S: Maintained
8179 F: drivers/scsi/osd/
8180 F: include/scsi/osd_*
8181 F: fs/exofs/
8182
8183 OVERLAY FILESYSTEM
8184 M: Miklos Szeredi <miklos@szeredi.hu>
8185 L: linux-unionfs@vger.kernel.org
8186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8187 S: Supported
8188 F: fs/overlayfs/
8189 F: Documentation/filesystems/overlayfs.txt
8190
8191 P54 WIRELESS DRIVER
8192 M: Christian Lamparter <chunkeey@googlemail.com>
8193 L: linux-wireless@vger.kernel.org
8194 W: http://wireless.kernel.org/en/users/Drivers/p54
8195 S: Maintained
8196 F: drivers/net/wireless/intersil/p54/
8197
8198 PA SEMI ETHERNET DRIVER
8199 M: Olof Johansson <olof@lixom.net>
8200 L: netdev@vger.kernel.org
8201 S: Maintained
8202 F: drivers/net/ethernet/pasemi/*
8203
8204 PA SEMI SMBUS DRIVER
8205 M: Olof Johansson <olof@lixom.net>
8206 L: linux-i2c@vger.kernel.org
8207 S: Maintained
8208 F: drivers/i2c/busses/i2c-pasemi.c
8209
8210 PADATA PARALLEL EXECUTION MECHANISM
8211 M: Steffen Klassert <steffen.klassert@secunet.com>
8212 L: linux-crypto@vger.kernel.org
8213 S: Maintained
8214 F: kernel/padata.c
8215 F: include/linux/padata.h
8216 F: Documentation/padata.txt
8217
8218 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8219 M: Harald Welte <laforge@gnumonks.org>
8220 L: platform-driver-x86@vger.kernel.org
8221 S: Maintained
8222 F: drivers/platform/x86/panasonic-laptop.c
8223
8224 PANASONIC MN10300/AM33/AM34 PORT
8225 M: David Howells <dhowells@redhat.com>
8226 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8227 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8228 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8229 S: Maintained
8230 F: Documentation/mn10300/
8231 F: arch/mn10300/
8232
8233 PARALLEL LCD/KEYPAD PANEL DRIVER
8234 M: Willy Tarreau <willy@haproxy.com>
8235 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8236 S: Odd Fixes
8237 F: Documentation/misc-devices/lcd-panel-cgram.txt
8238 F: drivers/misc/panel.c
8239
8240 PARALLEL PORT SUBSYSTEM
8241 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8242 M: Sudip Mukherjee <sudip@vectorindia.org>
8243 L: linux-parport@lists.infradead.org (subscribers-only)
8244 S: Maintained
8245 F: drivers/parport/
8246 F: include/linux/parport*.h
8247 F: drivers/char/ppdev.c
8248 F: include/uapi/linux/ppdev.h
8249 F: Documentation/parport*.txt
8250
8251 PARAVIRT_OPS INTERFACE
8252 M: Jeremy Fitzhardinge <jeremy@goop.org>
8253 M: Chris Wright <chrisw@sous-sol.org>
8254 M: Alok Kataria <akataria@vmware.com>
8255 M: Rusty Russell <rusty@rustcorp.com.au>
8256 L: virtualization@lists.linux-foundation.org
8257 S: Supported
8258 F: Documentation/virtual/paravirt_ops.txt
8259 F: arch/*/kernel/paravirt*
8260 F: arch/*/include/asm/paravirt.h
8261
8262 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8263 M: Tim Waugh <tim@cyberelk.net>
8264 L: linux-parport@lists.infradead.org (subscribers-only)
8265 S: Maintained
8266 F: Documentation/blockdev/paride.txt
8267 F: drivers/block/paride/
8268
8269 PARISC ARCHITECTURE
8270 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8271 M: Helge Deller <deller@gmx.de>
8272 L: linux-parisc@vger.kernel.org
8273 W: http://www.parisc-linux.org/
8274 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8277 S: Maintained
8278 F: arch/parisc/
8279 F: Documentation/parisc/
8280 F: drivers/parisc/
8281 F: drivers/char/agp/parisc-agp.c
8282 F: drivers/input/serio/gscps2.c
8283 F: drivers/parport/parport_gsc.*
8284 F: drivers/tty/serial/8250/8250_gsc.c
8285 F: drivers/video/fbdev/sti*
8286 F: drivers/video/console/sti*
8287 F: drivers/video/logo/logo_parisc*
8288
8289 PC87360 HARDWARE MONITORING DRIVER
8290 M: Jim Cromie <jim.cromie@gmail.com>
8291 L: lm-sensors@lm-sensors.org
8292 S: Maintained
8293 F: Documentation/hwmon/pc87360
8294 F: drivers/hwmon/pc87360.c
8295
8296 PC8736x GPIO DRIVER
8297 M: Jim Cromie <jim.cromie@gmail.com>
8298 S: Maintained
8299 F: drivers/char/pc8736x_gpio.c
8300
8301 PC87427 HARDWARE MONITORING DRIVER
8302 M: Jean Delvare <jdelvare@suse.com>
8303 L: lm-sensors@lm-sensors.org
8304 S: Maintained
8305 F: Documentation/hwmon/pc87427
8306 F: drivers/hwmon/pc87427.c
8307
8308 PCA9532 LED DRIVER
8309 M: Riku Voipio <riku.voipio@iki.fi>
8310 S: Maintained
8311 F: drivers/leds/leds-pca9532.c
8312 F: include/linux/leds-pca9532.h
8313
8314 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8315 M: Guenter Roeck <linux@roeck-us.net>
8316 L: linux-i2c@vger.kernel.org
8317 S: Maintained
8318 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8319
8320 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8321 M: Khalid Aziz <khalid@gonehiking.org>
8322 S: Maintained
8323 F: drivers/firmware/pcdp.*
8324
8325 PCI ERROR RECOVERY
8326 M: Linas Vepstas <linasvepstas@gmail.com>
8327 L: linux-pci@vger.kernel.org
8328 S: Supported
8329 F: Documentation/PCI/pci-error-recovery.txt
8330
8331 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8332 M: Russell Currey <ruscur@russell.cc>
8333 L: linuxppc-dev@lists.ozlabs.org
8334 S: Supported
8335 F: Documentation/powerpc/eeh-pci-error-recovery.txt
8336 F: arch/powerpc/kernel/eeh*.c
8337 F: arch/powerpc/platforms/*/eeh*.c
8338 F: arch/powerpc/include/*/eeh*.h
8339
8340 PCI SUBSYSTEM
8341 M: Bjorn Helgaas <bhelgaas@google.com>
8342 L: linux-pci@vger.kernel.org
8343 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8345 S: Supported
8346 F: Documentation/PCI/
8347 F: drivers/pci/
8348 F: include/linux/pci*
8349 F: arch/x86/pci/
8350 F: arch/x86/kernel/quirks.c
8351
8352 PCI DRIVER FOR ALTERA PCIE IP
8353 M: Ley Foon Tan <lftan@altera.com>
8354 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8355 L: linux-pci@vger.kernel.org
8356 S: Supported
8357 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8358 F: drivers/pci/host/pcie-altera.c
8359
8360 PCI DRIVER FOR ARM VERSATILE PLATFORM
8361 M: Rob Herring <robh@kernel.org>
8362 L: linux-pci@vger.kernel.org
8363 L: linux-arm-kernel@lists.infradead.org
8364 S: Maintained
8365 F: Documentation/devicetree/bindings/pci/versatile.txt
8366 F: drivers/pci/host/pci-versatile.c
8367
8368 PCI DRIVER FOR APPLIEDMICRO XGENE
8369 M: Tanmay Inamdar <tinamdar@apm.com>
8370 L: linux-pci@vger.kernel.org
8371 L: linux-arm-kernel@lists.infradead.org
8372 S: Maintained
8373 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8374 F: drivers/pci/host/pci-xgene.c
8375
8376 PCI DRIVER FOR FREESCALE LAYERSCAPE
8377 M: Minghuan Lian <minghuan.Lian@freescale.com>
8378 M: Mingkai Hu <mingkai.hu@freescale.com>
8379 M: Roy Zang <tie-fei.zang@freescale.com>
8380 L: linuxppc-dev@lists.ozlabs.org
8381 L: linux-pci@vger.kernel.org
8382 L: linux-arm-kernel@lists.infradead.org
8383 S: Maintained
8384 F: drivers/pci/host/*layerscape*
8385
8386 PCI DRIVER FOR IMX6
8387 M: Richard Zhu <Richard.Zhu@freescale.com>
8388 M: Lucas Stach <l.stach@pengutronix.de>
8389 L: linux-pci@vger.kernel.org
8390 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8391 S: Maintained
8392 F: drivers/pci/host/*imx6*
8393
8394 PCI DRIVER FOR TI KEYSTONE
8395 M: Murali Karicheri <m-karicheri2@ti.com>
8396 L: linux-pci@vger.kernel.org
8397 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8398 S: Maintained
8399 F: drivers/pci/host/*keystone*
8400
8401 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8402 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8403 M: Jason Cooper <jason@lakedaemon.net>
8404 L: linux-pci@vger.kernel.org
8405 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8406 S: Maintained
8407 F: drivers/pci/host/*mvebu*
8408
8409 PCI DRIVER FOR NVIDIA TEGRA
8410 M: Thierry Reding <thierry.reding@gmail.com>
8411 L: linux-tegra@vger.kernel.org
8412 L: linux-pci@vger.kernel.org
8413 S: Supported
8414 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8415 F: drivers/pci/host/pci-tegra.c
8416
8417 PCI DRIVER FOR TI DRA7XX
8418 M: Kishon Vijay Abraham I <kishon@ti.com>
8419 L: linux-omap@vger.kernel.org
8420 L: linux-pci@vger.kernel.org
8421 S: Supported
8422 F: Documentation/devicetree/bindings/pci/ti-pci.txt
8423 F: drivers/pci/host/pci-dra7xx.c
8424
8425 PCI DRIVER FOR RENESAS R-CAR
8426 M: Simon Horman <horms@verge.net.au>
8427 L: linux-pci@vger.kernel.org
8428 L: linux-renesas-soc@vger.kernel.org
8429 S: Maintained
8430 F: drivers/pci/host/*rcar*
8431
8432 PCI DRIVER FOR SAMSUNG EXYNOS
8433 M: Jingoo Han <jingoohan1@gmail.com>
8434 L: linux-pci@vger.kernel.org
8435 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8436 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8437 S: Maintained
8438 F: drivers/pci/host/pci-exynos.c
8439
8440 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8441 M: Jingoo Han <jingoohan1@gmail.com>
8442 M: Pratyush Anand <pratyush.anand@gmail.com>
8443 L: linux-pci@vger.kernel.org
8444 S: Maintained
8445 F: drivers/pci/host/*designware*
8446
8447 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8448 M: Joao Pinto <jpinto@synopsys.com>
8449 L: linux-pci@vger.kernel.org
8450 S: Maintained
8451 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
8452 F: drivers/pci/host/pcie-designware-plat.c
8453
8454 PCI DRIVER FOR GENERIC OF HOSTS
8455 M: Will Deacon <will.deacon@arm.com>
8456 L: linux-pci@vger.kernel.org
8457 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8458 S: Maintained
8459 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8460 F: drivers/pci/host/pci-host-common.c
8461 F: drivers/pci/host/pci-host-generic.c
8462
8463 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8464 M: Keith Busch <keith.busch@intel.com>
8465 L: linux-pci@vger.kernel.org
8466 S: Supported
8467 F: arch/x86/pci/vmd.c
8468
8469 PCIE DRIVER FOR ST SPEAR13XX
8470 M: Pratyush Anand <pratyush.anand@gmail.com>
8471 L: linux-pci@vger.kernel.org
8472 S: Maintained
8473 F: drivers/pci/host/*spear*
8474
8475 PCI MSI DRIVER FOR ALTERA MSI IP
8476 M: Ley Foon Tan <lftan@altera.com>
8477 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8478 L: linux-pci@vger.kernel.org
8479 S: Supported
8480 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8481 F: drivers/pci/host/pcie-altera-msi.c
8482
8483 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8484 M: Duc Dang <dhdang@apm.com>
8485 L: linux-pci@vger.kernel.org
8486 L: linux-arm-kernel@lists.infradead.org
8487 S: Maintained
8488 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8489 F: drivers/pci/host/pci-xgene-msi.c
8490
8491 PCIE DRIVER FOR HISILICON
8492 M: Zhou Wang <wangzhou1@hisilicon.com>
8493 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8494 L: linux-pci@vger.kernel.org
8495 S: Maintained
8496 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8497 F: drivers/pci/host/pcie-hisi.c
8498
8499 PCIE DRIVER FOR QUALCOMM MSM
8500 M: Stanimir Varbanov <svarbanov@mm-sol.com>
8501 L: linux-pci@vger.kernel.org
8502 L: linux-arm-msm@vger.kernel.org
8503 S: Maintained
8504 F: drivers/pci/host/*qcom*
8505
8506 PCIE DRIVER FOR CAVIUM THUNDERX
8507 M: David Daney <david.daney@cavium.com>
8508 L: linux-pci@vger.kernel.org
8509 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8510 S: Supported
8511 F: Documentation/devicetree/bindings/pci/pci-thunder-*
8512 F: drivers/pci/host/pci-thunder-*
8513
8514 PCMCIA SUBSYSTEM
8515 P: Linux PCMCIA Team
8516 L: linux-pcmcia@lists.infradead.org
8517 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8519 S: Maintained
8520 F: Documentation/pcmcia/
8521 F: drivers/pcmcia/
8522 F: include/pcmcia/
8523
8524 PCNET32 NETWORK DRIVER
8525 M: Don Fry <pcnet32@frontier.com>
8526 L: netdev@vger.kernel.org
8527 S: Maintained
8528 F: drivers/net/ethernet/amd/pcnet32.c
8529
8530 PCRYPT PARALLEL CRYPTO ENGINE
8531 M: Steffen Klassert <steffen.klassert@secunet.com>
8532 L: linux-crypto@vger.kernel.org
8533 S: Maintained
8534 F: crypto/pcrypt.c
8535 F: include/crypto/pcrypt.h
8536
8537 PER-CPU MEMORY ALLOCATOR
8538 M: Tejun Heo <tj@kernel.org>
8539 M: Christoph Lameter <cl@linux.com>
8540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8541 S: Maintained
8542 F: include/linux/percpu*.h
8543 F: mm/percpu*.c
8544 F: arch/*/include/asm/percpu.h
8545
8546 PER-TASK DELAY ACCOUNTING
8547 M: Balbir Singh <bsingharora@gmail.com>
8548 S: Maintained
8549 F: include/linux/delayacct.h
8550 F: kernel/delayacct.c
8551
8552 PERFORMANCE EVENTS SUBSYSTEM
8553 M: Peter Zijlstra <peterz@infradead.org>
8554 M: Ingo Molnar <mingo@redhat.com>
8555 M: Arnaldo Carvalho de Melo <acme@kernel.org>
8556 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
8557 L: linux-kernel@vger.kernel.org
8558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8559 S: Supported
8560 F: kernel/events/*
8561 F: include/linux/perf_event.h
8562 F: include/uapi/linux/perf_event.h
8563 F: arch/*/kernel/perf_event*.c
8564 F: arch/*/kernel/*/perf_event*.c
8565 F: arch/*/kernel/*/*/perf_event*.c
8566 F: arch/*/include/asm/perf_event.h
8567 F: arch/*/kernel/perf_callchain.c
8568 F: tools/perf/
8569
8570 PERSONALITY HANDLING
8571 M: Christoph Hellwig <hch@infradead.org>
8572 L: linux-abi-devel@lists.sourceforge.net
8573 S: Maintained
8574 F: include/linux/personality.h
8575 F: include/uapi/linux/personality.h
8576
8577 PHONET PROTOCOL
8578 M: Remi Denis-Courmont <courmisch@gmail.com>
8579 S: Supported
8580 F: Documentation/networking/phonet.txt
8581 F: include/linux/phonet.h
8582 F: include/net/phonet/
8583 F: include/uapi/linux/phonet.h
8584 F: net/phonet/
8585
8586 PHRAM MTD DRIVER
8587 M: Joern Engel <joern@lazybastard.org>
8588 L: linux-mtd@lists.infradead.org
8589 S: Maintained
8590 F: drivers/mtd/devices/phram.c
8591
8592 PICOLCD HID DRIVER
8593 M: Bruno Prémont <bonbons@linux-vserver.org>
8594 L: linux-input@vger.kernel.org
8595 S: Maintained
8596 F: drivers/hid/hid-picolcd*
8597
8598 PICOXCELL SUPPORT
8599 M: Jamie Iles <jamie@jamieiles.com>
8600 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8601 T: git git://github.com/jamieiles/linux-2.6-ji.git
8602 S: Supported
8603 F: arch/arm/boot/dts/picoxcell*
8604 F: arch/arm/mach-picoxcell/
8605 F: drivers/crypto/picoxcell*
8606
8607 PIN CONTROL SUBSYSTEM
8608 M: Linus Walleij <linus.walleij@linaro.org>
8609 L: linux-gpio@vger.kernel.org
8610 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8611 S: Maintained
8612 F: drivers/pinctrl/
8613 F: include/linux/pinctrl/
8614
8615 PIN CONTROLLER - ATMEL AT91
8616 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8617 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8618 S: Maintained
8619 F: drivers/pinctrl/pinctrl-at91.*
8620
8621 PIN CONTROLLER - ATMEL AT91 PIO4
8622 M: Ludovic Desroches <ludovic.desroches@atmel.com>
8623 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8624 L: linux-gpio@vger.kernel.org
8625 S: Supported
8626 F: drivers/pinctrl/pinctrl-at91-pio4.*
8627
8628 PIN CONTROLLER - INTEL
8629 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8630 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8631 S: Maintained
8632 F: drivers/pinctrl/intel/
8633
8634 PIN CONTROLLER - RENESAS
8635 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8636 M: Geert Uytterhoeven <geert+renesas@glider.be>
8637 L: linux-renesas-soc@vger.kernel.org
8638 S: Maintained
8639 F: drivers/pinctrl/sh-pfc/
8640
8641 PIN CONTROLLER - SAMSUNG
8642 M: Tomasz Figa <tomasz.figa@gmail.com>
8643 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8644 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8645 S: Maintained
8646 F: drivers/pinctrl/samsung/
8647
8648 PIN CONTROLLER - SINGLE
8649 M: Tony Lindgren <tony@atomide.com>
8650 M: Haojian Zhuang <haojian.zhuang@linaro.org>
8651 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8652 L: linux-omap@vger.kernel.org
8653 S: Maintained
8654 F: drivers/pinctrl/pinctrl-single.c
8655
8656 PIN CONTROLLER - ST SPEAR
8657 M: Viresh Kumar <vireshk@kernel.org>
8658 L: spear-devel@list.st.com
8659 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8660 W: http://www.st.com/spear
8661 S: Maintained
8662 F: drivers/pinctrl/spear/
8663
8664 PKTCDVD DRIVER
8665 M: Jiri Kosina <jikos@kernel.org>
8666 S: Maintained
8667 F: drivers/block/pktcdvd.c
8668 F: include/linux/pktcdvd.h
8669 F: include/uapi/linux/pktcdvd.h
8670
8671 PKUNITY SOC DRIVERS
8672 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8673 W: http://mprc.pku.edu.cn/~guanxuetao/linux
8674 S: Maintained
8675 T: git git://github.com/gxt/linux.git
8676 F: drivers/input/serio/i8042-unicore32io.h
8677 F: drivers/i2c/busses/i2c-puv3.c
8678 F: drivers/video/fbdev/fb-puv3.c
8679 F: drivers/rtc/rtc-puv3.c
8680
8681 PMBUS HARDWARE MONITORING DRIVERS
8682 M: Guenter Roeck <linux@roeck-us.net>
8683 L: lm-sensors@lm-sensors.org
8684 W: http://www.lm-sensors.org/
8685 W: http://www.roeck-us.net/linux/drivers/
8686 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8687 S: Maintained
8688 F: Documentation/hwmon/pmbus
8689 F: drivers/hwmon/pmbus/
8690 F: include/linux/i2c/pmbus.h
8691
8692 PMC SIERRA MaxRAID DRIVER
8693 L: linux-scsi@vger.kernel.org
8694 W: http://www.pmc-sierra.com/
8695 S: Orphan
8696 F: drivers/scsi/pmcraid.*
8697
8698 PMC SIERRA PM8001 DRIVER
8699 M: Jack Wang <jinpu.wang@profitbricks.com>
8700 M: lindar_liu@usish.com
8701 L: pmchba@pmcs.com
8702 L: linux-scsi@vger.kernel.org
8703 S: Supported
8704 F: drivers/scsi/pm8001/
8705
8706 POSIX CLOCKS and TIMERS
8707 M: Thomas Gleixner <tglx@linutronix.de>
8708 L: linux-kernel@vger.kernel.org
8709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8710 S: Maintained
8711 F: fs/timerfd.c
8712 F: include/linux/timer*
8713 F: kernel/time/*timer*
8714
8715 POWER MANAGEMENT CORE
8716 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8717 L: linux-pm@vger.kernel.org
8718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8719 S: Supported
8720 F: drivers/base/power/
8721 F: include/linux/pm.h
8722 F: include/linux/pm_*
8723 F: include/linux/powercap.h
8724 F: drivers/powercap/
8725
8726 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8727 M: Sebastian Reichel <sre@kernel.org>
8728 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8729 M: David Woodhouse <dwmw2@infradead.org>
8730 L: linux-pm@vger.kernel.org
8731 T: git git://git.infradead.org/battery-2.6.git
8732 S: Maintained
8733 F: include/linux/power_supply.h
8734 F: drivers/power/
8735 X: drivers/power/avs/
8736
8737 POWER STATE COORDINATION INTERFACE (PSCI)
8738 M: Mark Rutland <mark.rutland@arm.com>
8739 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8740 L: linux-arm-kernel@lists.infradead.org
8741 S: Maintained
8742 F: drivers/firmware/psci.c
8743 F: include/linux/psci.h
8744 F: include/uapi/linux/psci.h
8745
8746 PNP SUPPORT
8747 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8748 S: Maintained
8749 F: drivers/pnp/
8750
8751 PPP PROTOCOL DRIVERS AND COMPRESSORS
8752 M: Paul Mackerras <paulus@samba.org>
8753 L: linux-ppp@vger.kernel.org
8754 S: Maintained
8755 F: drivers/net/ppp/ppp_*
8756
8757 PPP OVER ATM (RFC 2364)
8758 M: Mitchell Blank Jr <mitch@sfgoth.com>
8759 S: Maintained
8760 F: net/atm/pppoatm.c
8761 F: include/uapi/linux/atmppp.h
8762
8763 PPP OVER ETHERNET
8764 M: Michal Ostrowski <mostrows@earthlink.net>
8765 S: Maintained
8766 F: drivers/net/ppp/pppoe.c
8767 F: drivers/net/ppp/pppox.c
8768
8769 PPP OVER L2TP
8770 M: James Chapman <jchapman@katalix.com>
8771 S: Maintained
8772 F: net/l2tp/l2tp_ppp.c
8773 F: include/linux/if_pppol2tp.h
8774 F: include/uapi/linux/if_pppol2tp.h
8775
8776 PPS SUPPORT
8777 M: Rodolfo Giometti <giometti@enneenne.com>
8778 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8779 L: linuxpps@ml.enneenne.com (subscribers-only)
8780 S: Maintained
8781 F: Documentation/pps/
8782 F: drivers/pps/
8783 F: include/linux/pps*.h
8784
8785 PPTP DRIVER
8786 M: Dmitry Kozlov <xeb@mail.ru>
8787 L: netdev@vger.kernel.org
8788 S: Maintained
8789 F: drivers/net/ppp/pptp.c
8790 W: http://sourceforge.net/projects/accel-pptp
8791
8792 PREEMPTIBLE KERNEL
8793 M: Robert Love <rml@tech9.net>
8794 L: kpreempt-tech@lists.sourceforge.net
8795 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8796 S: Supported
8797 F: Documentation/preempt-locking.txt
8798 F: include/linux/preempt.h
8799
8800 PRISM54 WIRELESS DRIVER
8801 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8802 L: linux-wireless@vger.kernel.org
8803 W: http://wireless.kernel.org/en/users/Drivers/p54
8804 S: Obsolete
8805 F: drivers/net/wireless/intersil/prism54/
8806
8807 PS3 NETWORK SUPPORT
8808 M: Geoff Levand <geoff@infradead.org>
8809 L: netdev@vger.kernel.org
8810 L: linuxppc-dev@lists.ozlabs.org
8811 S: Maintained
8812 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8813
8814 PS3 PLATFORM SUPPORT
8815 M: Geoff Levand <geoff@infradead.org>
8816 L: linuxppc-dev@lists.ozlabs.org
8817 S: Maintained
8818 F: arch/powerpc/boot/ps3*
8819 F: arch/powerpc/include/asm/lv1call.h
8820 F: arch/powerpc/include/asm/ps3*.h
8821 F: arch/powerpc/platforms/ps3/
8822 F: drivers/*/ps3*
8823 F: drivers/ps3/
8824 F: drivers/rtc/rtc-ps3.c
8825 F: drivers/usb/host/*ps3.c
8826 F: sound/ppc/snd_ps3*
8827
8828 PS3VRAM DRIVER
8829 M: Jim Paris <jim@jtan.com>
8830 M: Geoff Levand <geoff@infradead.org>
8831 L: linuxppc-dev@lists.ozlabs.org
8832 S: Maintained
8833 F: drivers/block/ps3vram.c
8834
8835 PSTORE FILESYSTEM
8836 M: Anton Vorontsov <anton@enomsg.org>
8837 M: Colin Cross <ccross@android.com>
8838 M: Kees Cook <keescook@chromium.org>
8839 M: Tony Luck <tony.luck@intel.com>
8840 S: Maintained
8841 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8842 F: fs/pstore/
8843 F: include/linux/pstore*
8844 F: drivers/firmware/efi/efi-pstore.c
8845 F: drivers/acpi/apei/erst.c
8846
8847 PTP HARDWARE CLOCK SUPPORT
8848 M: Richard Cochran <richardcochran@gmail.com>
8849 L: netdev@vger.kernel.org
8850 S: Maintained
8851 W: http://linuxptp.sourceforge.net/
8852 F: Documentation/ABI/testing/sysfs-ptp
8853 F: Documentation/ptp/*
8854 F: drivers/net/ethernet/freescale/gianfar_ptp.c
8855 F: drivers/net/phy/dp83640*
8856 F: drivers/ptp/*
8857 F: include/linux/ptp_cl*
8858
8859 PTRACE SUPPORT
8860 M: Roland McGrath <roland@hack.frob.com>
8861 M: Oleg Nesterov <oleg@redhat.com>
8862 S: Maintained
8863 F: include/asm-generic/syscall.h
8864 F: include/linux/ptrace.h
8865 F: include/linux/regset.h
8866 F: include/linux/tracehook.h
8867 F: include/uapi/linux/ptrace.h
8868 F: kernel/ptrace.c
8869
8870 PVRUSB2 VIDEO4LINUX DRIVER
8871 M: Mike Isely <isely@pobox.com>
8872 L: pvrusb2@isely.net (subscribers-only)
8873 L: linux-media@vger.kernel.org
8874 W: http://www.isely.net/pvrusb2/
8875 T: git git://linuxtv.org/media_tree.git
8876 S: Maintained
8877 F: Documentation/video4linux/README.pvrusb2
8878 F: drivers/media/usb/pvrusb2/
8879
8880 PWC WEBCAM DRIVER
8881 M: Hans de Goede <hdegoede@redhat.com>
8882 L: linux-media@vger.kernel.org
8883 T: git git://linuxtv.org/media_tree.git
8884 S: Maintained
8885 F: drivers/media/usb/pwc/*
8886
8887 PWM FAN DRIVER
8888 M: Kamil Debski <k.debski@samsung.com>
8889 L: lm-sensors@lm-sensors.org
8890 S: Supported
8891 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8892 F: Documentation/hwmon/pwm-fan
8893 F: drivers/hwmon/pwm-fan.c
8894
8895 PWM SUBSYSTEM
8896 M: Thierry Reding <thierry.reding@gmail.com>
8897 L: linux-pwm@vger.kernel.org
8898 S: Maintained
8899 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8900 F: Documentation/pwm.txt
8901 F: Documentation/devicetree/bindings/pwm/
8902 F: include/linux/pwm.h
8903 F: drivers/pwm/
8904 F: drivers/video/backlight/pwm_bl.c
8905 F: include/linux/pwm_backlight.h
8906
8907 PXA2xx/PXA3xx SUPPORT
8908 M: Daniel Mack <daniel@zonque.org>
8909 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8910 M: Robert Jarzmik <robert.jarzmik@free.fr>
8911 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8912 T: git git://github.com/hzhuang1/linux.git
8913 T: git git://github.com/rjarzmik/linux.git
8914 S: Maintained
8915 F: arch/arm/boot/dts/pxa*
8916 F: arch/arm/mach-pxa/
8917 F: drivers/dma/pxa*
8918 F: drivers/pcmcia/pxa2xx*
8919 F: drivers/pinctrl/pxa/
8920 F: drivers/spi/spi-pxa2xx*
8921 F: drivers/usb/gadget/udc/pxa2*
8922 F: include/sound/pxa2xx-lib.h
8923 F: sound/arm/pxa*
8924 F: sound/soc/pxa/
8925
8926 PXA GPIO DRIVER
8927 M: Robert Jarzmik <robert.jarzmik@free.fr>
8928 L: linux-gpio@vger.kernel.org
8929 S: Maintained
8930 F: drivers/gpio/gpio-pxa.c
8931
8932 PXA3xx NAND FLASH DRIVER
8933 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8934 L: linux-mtd@lists.infradead.org
8935 S: Maintained
8936 F: drivers/mtd/nand/pxa3xx_nand.c
8937
8938 MMP SUPPORT
8939 M: Eric Miao <eric.y.miao@gmail.com>
8940 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8942 T: git git://github.com/hzhuang1/linux.git
8943 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8944 S: Maintained
8945 F: arch/arm/boot/dts/mmp*
8946 F: arch/arm/mach-mmp/
8947
8948 PXA MMCI DRIVER
8949 S: Orphan
8950
8951 PXA RTC DRIVER
8952 M: Robert Jarzmik <robert.jarzmik@free.fr>
8953 L: rtc-linux@googlegroups.com
8954 S: Maintained
8955
8956 QAT DRIVER
8957 M: Tadeusz Struk <tadeusz.struk@intel.com>
8958 L: qat-linux@intel.com
8959 S: Supported
8960 F: drivers/crypto/qat/
8961
8962 QIB DRIVER
8963 M: Mike Marciniszyn <infinipath@intel.com>
8964 L: linux-rdma@vger.kernel.org
8965 S: Supported
8966 F: drivers/infiniband/hw/qib/
8967
8968 QLOGIC QLA1280 SCSI DRIVER
8969 M: Michael Reed <mdr@sgi.com>
8970 L: linux-scsi@vger.kernel.org
8971 S: Maintained
8972 F: drivers/scsi/qla1280.[ch]
8973
8974 QLOGIC QLA2XXX FC-SCSI DRIVER
8975 M: qla2xxx-upstream@qlogic.com
8976 L: linux-scsi@vger.kernel.org
8977 S: Supported
8978 F: Documentation/scsi/LICENSE.qla2xxx
8979 F: drivers/scsi/qla2xxx/
8980
8981 QLOGIC QLA4XXX iSCSI DRIVER
8982 M: QLogic-Storage-Upstream@qlogic.com
8983 L: linux-scsi@vger.kernel.org
8984 S: Supported
8985 F: Documentation/scsi/LICENSE.qla4xxx
8986 F: drivers/scsi/qla4xxx/
8987
8988 QLOGIC QLA3XXX NETWORK DRIVER
8989 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8990 M: Ron Mercer <ron.mercer@qlogic.com>
8991 M: linux-driver@qlogic.com
8992 L: netdev@vger.kernel.org
8993 S: Supported
8994 F: Documentation/networking/LICENSE.qla3xxx
8995 F: drivers/net/ethernet/qlogic/qla3xxx.*
8996
8997 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8998 M: Dept-GELinuxNICDev@qlogic.com
8999 L: netdev@vger.kernel.org
9000 S: Supported
9001 F: drivers/net/ethernet/qlogic/qlcnic/
9002
9003 QLOGIC QLGE 10Gb ETHERNET DRIVER
9004 M: Harish Patil <harish.patil@qlogic.com>
9005 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9006 M: Dept-GELinuxNICDev@qlogic.com
9007 M: linux-driver@qlogic.com
9008 L: netdev@vger.kernel.org
9009 S: Supported
9010 F: drivers/net/ethernet/qlogic/qlge/
9011
9012 QLOGIC QL4xxx ETHERNET DRIVER
9013 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9014 M: Ariel Elior <Ariel.Elior@qlogic.com>
9015 M: everest-linux-l2@qlogic.com
9016 L: netdev@vger.kernel.org
9017 S: Supported
9018 F: drivers/net/ethernet/qlogic/qed/
9019 F: include/linux/qed/
9020 F: drivers/net/ethernet/qlogic/qede/
9021
9022 QNX4 FILESYSTEM
9023 M: Anders Larsen <al@alarsen.net>
9024 W: http://www.alarsen.net/linux/qnx4fs/
9025 S: Maintained
9026 F: fs/qnx4/
9027 F: include/uapi/linux/qnx4_fs.h
9028 F: include/uapi/linux/qnxtypes.h
9029
9030 QT1010 MEDIA DRIVER
9031 M: Antti Palosaari <crope@iki.fi>
9032 L: linux-media@vger.kernel.org
9033 W: https://linuxtv.org
9034 W: http://palosaari.fi/linux/
9035 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9036 T: git git://linuxtv.org/anttip/media_tree.git
9037 S: Maintained
9038 F: drivers/media/tuners/qt1010*
9039
9040 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9041 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9042 L: linux-wireless@vger.kernel.org
9043 L: ath9k-devel@lists.ath9k.org
9044 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9045 S: Supported
9046 F: drivers/net/wireless/ath/ath9k/
9047
9048 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9049 M: Kalle Valo <kvalo@qca.qualcomm.com>
9050 L: ath10k@lists.infradead.org
9051 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9053 S: Supported
9054 F: drivers/net/wireless/ath/ath10k/
9055
9056 QUALCOMM HEXAGON ARCHITECTURE
9057 M: Richard Kuo <rkuo@codeaurora.org>
9058 L: linux-hexagon@vger.kernel.org
9059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9060 S: Supported
9061 F: arch/hexagon/
9062
9063 QUALCOMM WCN36XX WIRELESS DRIVER
9064 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9065 L: wcn36xx@lists.infradead.org
9066 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9067 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9068 S: Supported
9069 F: drivers/net/wireless/ath/wcn36xx/
9070
9071 RADOS BLOCK DEVICE (RBD)
9072 M: Ilya Dryomov <idryomov@gmail.com>
9073 M: Sage Weil <sage@redhat.com>
9074 M: Alex Elder <elder@kernel.org>
9075 L: ceph-devel@vger.kernel.org
9076 W: http://ceph.com/
9077 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9078 T: git git://github.com/ceph/ceph-client.git
9079 S: Supported
9080 F: Documentation/ABI/testing/sysfs-bus-rbd
9081 F: drivers/block/rbd.c
9082 F: drivers/block/rbd_types.h
9083
9084 RADEON FRAMEBUFFER DISPLAY DRIVER
9085 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9086 L: linux-fbdev@vger.kernel.org
9087 S: Maintained
9088 F: drivers/video/fbdev/aty/radeon*
9089 F: include/uapi/linux/radeonfb.h
9090
9091 RADIOSHARK RADIO DRIVER
9092 M: Hans de Goede <hdegoede@redhat.com>
9093 L: linux-media@vger.kernel.org
9094 T: git git://linuxtv.org/media_tree.git
9095 S: Maintained
9096 F: drivers/media/radio/radio-shark.c
9097
9098 RADIOSHARK2 RADIO DRIVER
9099 M: Hans de Goede <hdegoede@redhat.com>
9100 L: linux-media@vger.kernel.org
9101 T: git git://linuxtv.org/media_tree.git
9102 S: Maintained
9103 F: drivers/media/radio/radio-shark2.c
9104 F: drivers/media/radio/radio-tea5777.c
9105
9106 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9107 M: Paul Mackerras <paulus@samba.org>
9108 L: linux-fbdev@vger.kernel.org
9109 S: Maintained
9110 F: drivers/video/fbdev/aty/aty128fb.c
9111
9112 RALINK MIPS ARCHITECTURE
9113 M: John Crispin <blogic@openwrt.org>
9114 L: linux-mips@linux-mips.org
9115 S: Maintained
9116 F: arch/mips/ralink
9117
9118 RALINK RT2X00 WIRELESS LAN DRIVER
9119 P: rt2x00 project
9120 M: Stanislaw Gruszka <sgruszka@redhat.com>
9121 M: Helmut Schaa <helmut.schaa@googlemail.com>
9122 L: linux-wireless@vger.kernel.org
9123 S: Maintained
9124 F: drivers/net/wireless/ralink/rt2x00/
9125
9126 RAMDISK RAM BLOCK DEVICE DRIVER
9127 M: Jens Axboe <axboe@kernel.dk>
9128 S: Maintained
9129 F: Documentation/blockdev/ramdisk.txt
9130 F: drivers/block/brd.c
9131
9132 RANDOM NUMBER DRIVER
9133 M: "Theodore Ts'o" <tytso@mit.edu>
9134 S: Maintained
9135 F: drivers/char/random.c
9136
9137 RAPIDIO SUBSYSTEM
9138 M: Matt Porter <mporter@kernel.crashing.org>
9139 M: Alexandre Bounine <alexandre.bounine@idt.com>
9140 S: Maintained
9141 F: drivers/rapidio/
9142
9143 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9144 L: linux-wireless@vger.kernel.org
9145 S: Orphan
9146 F: drivers/net/wireless/ray*
9147
9148 RCUTORTURE MODULE
9149 M: Josh Triplett <josh@joshtriplett.org>
9150 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9151 L: linux-kernel@vger.kernel.org
9152 S: Supported
9153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9154 F: Documentation/RCU/torture.txt
9155 F: kernel/rcu/rcutorture.c
9156
9157 RCUTORTURE TEST FRAMEWORK
9158 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9159 M: Josh Triplett <josh@joshtriplett.org>
9160 R: Steven Rostedt <rostedt@goodmis.org>
9161 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9162 R: Lai Jiangshan <jiangshanlai@gmail.com>
9163 L: linux-kernel@vger.kernel.org
9164 S: Supported
9165 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9166 F: tools/testing/selftests/rcutorture
9167
9168 RDC R-321X SoC
9169 M: Florian Fainelli <florian@openwrt.org>
9170 S: Maintained
9171
9172 RDC R6040 FAST ETHERNET DRIVER
9173 M: Florian Fainelli <florian@openwrt.org>
9174 L: netdev@vger.kernel.org
9175 S: Maintained
9176 F: drivers/net/ethernet/rdc/r6040.c
9177
9178 RDS - RELIABLE DATAGRAM SOCKETS
9179 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9180 L: netdev@vger.kernel.org
9181 L: linux-rdma@vger.kernel.org
9182 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9183 W: https://oss.oracle.com/projects/rds/
9184 S: Supported
9185 F: net/rds/
9186 F: Documentation/networking/rds.txt
9187
9188 READ-COPY UPDATE (RCU)
9189 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9190 M: Josh Triplett <josh@joshtriplett.org>
9191 R: Steven Rostedt <rostedt@goodmis.org>
9192 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9193 R: Lai Jiangshan <jiangshanlai@gmail.com>
9194 L: linux-kernel@vger.kernel.org
9195 W: http://www.rdrop.com/users/paulmck/RCU/
9196 S: Supported
9197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9198 F: Documentation/RCU/
9199 X: Documentation/RCU/torture.txt
9200 F: include/linux/rcu*
9201 X: include/linux/srcu.h
9202 F: kernel/rcu/
9203 X: kernel/torture.c
9204
9205 REAL TIME CLOCK (RTC) SUBSYSTEM
9206 M: Alessandro Zummo <a.zummo@towertech.it>
9207 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9208 L: rtc-linux@googlegroups.com
9209 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9211 S: Maintained
9212 F: Documentation/rtc.txt
9213 F: drivers/rtc/
9214 F: include/linux/rtc.h
9215 F: include/uapi/linux/rtc.h
9216
9217 REALTEK AUDIO CODECS
9218 M: Bard Liao <bardliao@realtek.com>
9219 M: Oder Chiou <oder_chiou@realtek.com>
9220 S: Maintained
9221 F: sound/soc/codecs/rt*
9222 F: include/sound/rt*.h
9223
9224 REISERFS FILE SYSTEM
9225 L: reiserfs-devel@vger.kernel.org
9226 S: Supported
9227 F: fs/reiserfs/
9228
9229 REGISTER MAP ABSTRACTION
9230 M: Mark Brown <broonie@kernel.org>
9231 L: linux-kernel@vger.kernel.org
9232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9233 S: Supported
9234 F: drivers/base/regmap/
9235 F: include/linux/regmap.h
9236
9237 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9238 M: Ohad Ben-Cohen <ohad@wizery.com>
9239 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9241 S: Maintained
9242 F: drivers/remoteproc/
9243 F: Documentation/remoteproc.txt
9244 F: include/linux/remoteproc.h
9245
9246 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9247 M: Ohad Ben-Cohen <ohad@wizery.com>
9248 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9250 S: Maintained
9251 F: drivers/rpmsg/
9252 F: Documentation/rpmsg.txt
9253 F: include/linux/rpmsg.h
9254
9255 RENESAS ETHERNET DRIVERS
9256 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9257 L: netdev@vger.kernel.org
9258 L: linux-renesas-soc@vger.kernel.org
9259 F: drivers/net/ethernet/renesas/
9260 F: include/linux/sh_eth.h
9261
9262 RENESAS USB2 PHY DRIVER
9263 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9264 L: linux-renesas-soc@vger.kernel.org
9265 S: Maintained
9266 F: drivers/phy/phy-rcar-gen3-usb2.c
9267
9268 RESET CONTROLLER FRAMEWORK
9269 M: Philipp Zabel <p.zabel@pengutronix.de>
9270 T: git git://git.pengutronix.de/git/pza/linux
9271 S: Maintained
9272 F: drivers/reset/
9273 F: Documentation/devicetree/bindings/reset/
9274 F: include/dt-bindings/reset/
9275 F: include/linux/reset.h
9276 F: include/linux/reset-controller.h
9277
9278 RFKILL
9279 M: Johannes Berg <johannes@sipsolutions.net>
9280 L: linux-wireless@vger.kernel.org
9281 W: http://wireless.kernel.org/
9282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9284 S: Maintained
9285 F: Documentation/rfkill.txt
9286 F: net/rfkill/
9287
9288 RHASHTABLE
9289 M: Thomas Graf <tgraf@suug.ch>
9290 L: netdev@vger.kernel.org
9291 S: Maintained
9292 F: lib/rhashtable.c
9293 F: include/linux/rhashtable.h
9294
9295 RICOH SMARTMEDIA/XD DRIVER
9296 M: Maxim Levitsky <maximlevitsky@gmail.com>
9297 S: Maintained
9298 F: drivers/mtd/nand/r852.c
9299 F: drivers/mtd/nand/r852.h
9300
9301 RICOH R5C592 MEMORYSTICK DRIVER
9302 M: Maxim Levitsky <maximlevitsky@gmail.com>
9303 S: Maintained
9304 F: drivers/memstick/host/r592.*
9305
9306 ROCCAT DRIVERS
9307 M: Stefan Achatz <erazor_de@users.sourceforge.net>
9308 W: http://sourceforge.net/projects/roccat/
9309 S: Maintained
9310 F: drivers/hid/hid-roccat*
9311 F: include/linux/hid-roccat*
9312 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9313
9314 ROCKER DRIVER
9315 M: Jiri Pirko <jiri@resnulli.us>
9316 M: Scott Feldman <sfeldma@gmail.com>
9317 L: netdev@vger.kernel.org
9318 S: Supported
9319 F: drivers/net/ethernet/rocker/
9320
9321 ROCKETPORT DRIVER
9322 P: Comtrol Corp.
9323 W: http://www.comtrol.com
9324 S: Maintained
9325 F: Documentation/serial/rocket.txt
9326 F: drivers/tty/rocket*
9327
9328 ROCKETPORT EXPRESS/INFINITY DRIVER
9329 M: Kevin Cernekee <cernekee@gmail.com>
9330 L: linux-serial@vger.kernel.org
9331 S: Odd Fixes
9332 F: drivers/tty/serial/rp2.*
9333
9334 ROSE NETWORK LAYER
9335 M: Ralf Baechle <ralf@linux-mips.org>
9336 L: linux-hams@vger.kernel.org
9337 W: http://www.linux-ax25.org/
9338 S: Maintained
9339 F: include/net/rose.h
9340 F: include/uapi/linux/rose.h
9341 F: net/rose/
9342
9343 RTL2830 MEDIA DRIVER
9344 M: Antti Palosaari <crope@iki.fi>
9345 L: linux-media@vger.kernel.org
9346 W: https://linuxtv.org
9347 W: http://palosaari.fi/linux/
9348 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9349 T: git git://linuxtv.org/anttip/media_tree.git
9350 S: Maintained
9351 F: drivers/media/dvb-frontends/rtl2830*
9352
9353 RTL2832 MEDIA DRIVER
9354 M: Antti Palosaari <crope@iki.fi>
9355 L: linux-media@vger.kernel.org
9356 W: https://linuxtv.org
9357 W: http://palosaari.fi/linux/
9358 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9359 T: git git://linuxtv.org/anttip/media_tree.git
9360 S: Maintained
9361 F: drivers/media/dvb-frontends/rtl2832*
9362
9363 RTL2832_SDR MEDIA DRIVER
9364 M: Antti Palosaari <crope@iki.fi>
9365 L: linux-media@vger.kernel.org
9366 W: https://linuxtv.org
9367 W: http://palosaari.fi/linux/
9368 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9369 T: git git://linuxtv.org/anttip/media_tree.git
9370 S: Maintained
9371 F: drivers/media/dvb-frontends/rtl2832_sdr*
9372
9373 RTL8180 WIRELESS DRIVER
9374 L: linux-wireless@vger.kernel.org
9375 W: http://wireless.kernel.org/
9376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9377 S: Orphan
9378 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9379
9380 RTL8187 WIRELESS DRIVER
9381 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9382 M: Hin-Tak Leung <htl10@users.sourceforge.net>
9383 M: Larry Finger <Larry.Finger@lwfinger.net>
9384 L: linux-wireless@vger.kernel.org
9385 W: http://wireless.kernel.org/
9386 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9387 S: Maintained
9388 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9389
9390 RTL8192CE WIRELESS DRIVER
9391 M: Larry Finger <Larry.Finger@lwfinger.net>
9392 M: Chaoming Li <chaoming_li@realsil.com.cn>
9393 L: linux-wireless@vger.kernel.org
9394 W: http://wireless.kernel.org/
9395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9396 S: Maintained
9397 F: drivers/net/wireless/realtek/rtlwifi/
9398 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9399
9400 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9401 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9402 L: linux-wireless@vger.kernel.org
9403 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9404 S: Maintained
9405 F: drivers/net/wireless/realtek/rtl8xxxu/
9406
9407 S3 SAVAGE FRAMEBUFFER DRIVER
9408 M: Antonino Daplas <adaplas@gmail.com>
9409 L: linux-fbdev@vger.kernel.org
9410 S: Maintained
9411 F: drivers/video/fbdev/savage/
9412
9413 S390
9414 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9415 M: Heiko Carstens <heiko.carstens@de.ibm.com>
9416 L: linux-s390@vger.kernel.org
9417 W: http://www.ibm.com/developerworks/linux/linux390/
9418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9419 S: Supported
9420 F: arch/s390/
9421 F: drivers/s390/
9422 F: Documentation/s390/
9423 F: Documentation/DocBook/s390*
9424
9425 S390 COMMON I/O LAYER
9426 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9427 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9428 L: linux-s390@vger.kernel.org
9429 W: http://www.ibm.com/developerworks/linux/linux390/
9430 S: Supported
9431 F: drivers/s390/cio/
9432
9433 S390 DASD DRIVER
9434 M: Stefan Weinhuber <wein@de.ibm.com>
9435 M: Stefan Haberland <stefan.haberland@de.ibm.com>
9436 L: linux-s390@vger.kernel.org
9437 W: http://www.ibm.com/developerworks/linux/linux390/
9438 S: Supported
9439 F: drivers/s390/block/dasd*
9440 F: block/partitions/ibm.c
9441
9442 S390 NETWORK DRIVERS
9443 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9444 L: linux-s390@vger.kernel.org
9445 W: http://www.ibm.com/developerworks/linux/linux390/
9446 S: Supported
9447 F: drivers/s390/net/
9448
9449 S390 PCI SUBSYSTEM
9450 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9451 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9452 L: linux-s390@vger.kernel.org
9453 W: http://www.ibm.com/developerworks/linux/linux390/
9454 S: Supported
9455 F: arch/s390/pci/
9456 F: drivers/pci/hotplug/s390_pci_hpc.c
9457
9458 S390 ZCRYPT DRIVER
9459 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9460 L: linux-s390@vger.kernel.org
9461 W: http://www.ibm.com/developerworks/linux/linux390/
9462 S: Supported
9463 F: drivers/s390/crypto/
9464
9465 S390 ZFCP DRIVER
9466 M: Steffen Maier <maier@linux.vnet.ibm.com>
9467 L: linux-s390@vger.kernel.org
9468 W: http://www.ibm.com/developerworks/linux/linux390/
9469 S: Supported
9470 F: drivers/s390/scsi/zfcp_*
9471
9472 S390 IUCV NETWORK LAYER
9473 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9474 L: linux-s390@vger.kernel.org
9475 W: http://www.ibm.com/developerworks/linux/linux390/
9476 S: Supported
9477 F: drivers/s390/net/*iucv*
9478 F: include/net/iucv/
9479 F: net/iucv/
9480
9481 S390 IOMMU (PCI)
9482 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9483 L: linux-s390@vger.kernel.org
9484 W: http://www.ibm.com/developerworks/linux/linux390/
9485 S: Supported
9486 F: drivers/iommu/s390-iommu.c
9487
9488 S3C24XX SD/MMC Driver
9489 M: Ben Dooks <ben-linux@fluff.org>
9490 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9491 S: Supported
9492 F: drivers/mmc/host/s3cmci.*
9493
9494 SAA6588 RDS RECEIVER DRIVER
9495 M: Hans Verkuil <hverkuil@xs4all.nl>
9496 L: linux-media@vger.kernel.org
9497 T: git git://linuxtv.org/media_tree.git
9498 W: https://linuxtv.org
9499 S: Odd Fixes
9500 F: drivers/media/i2c/saa6588*
9501
9502 SAA7134 VIDEO4LINUX DRIVER
9503 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9504 L: linux-media@vger.kernel.org
9505 W: https://linuxtv.org
9506 T: git git://linuxtv.org/media_tree.git
9507 S: Odd fixes
9508 F: Documentation/video4linux/*.saa7134
9509 F: drivers/media/pci/saa7134/
9510
9511 SAA7146 VIDEO4LINUX-2 DRIVER
9512 M: Hans Verkuil <hverkuil@xs4all.nl>
9513 L: linux-media@vger.kernel.org
9514 T: git git://linuxtv.org/media_tree.git
9515 S: Maintained
9516 F: drivers/media/common/saa7146/
9517 F: drivers/media/pci/saa7146/
9518 F: include/media/saa7146*
9519
9520 SAMSUNG LAPTOP DRIVER
9521 M: Corentin Chary <corentin.chary@gmail.com>
9522 L: platform-driver-x86@vger.kernel.org
9523 S: Maintained
9524 F: drivers/platform/x86/samsung-laptop.c
9525
9526 SAMSUNG AUDIO (ASoC) DRIVERS
9527 M: Sangbeom Kim <sbkim73@samsung.com>
9528 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9529 S: Supported
9530 F: sound/soc/samsung/
9531
9532 SAMSUNG FRAMEBUFFER DRIVER
9533 M: Jingoo Han <jingoohan1@gmail.com>
9534 L: linux-fbdev@vger.kernel.org
9535 S: Maintained
9536 F: drivers/video/fbdev/s3c-fb.c
9537
9538 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9539 M: Sangbeom Kim <sbkim73@samsung.com>
9540 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9541 L: linux-kernel@vger.kernel.org
9542 L: linux-samsung-soc@vger.kernel.org
9543 S: Supported
9544 F: drivers/mfd/sec*.c
9545 F: drivers/regulator/s2m*.c
9546 F: drivers/regulator/s5m*.c
9547 F: drivers/clk/clk-s2mps11.c
9548 F: drivers/rtc/rtc-s5m.c
9549 F: include/linux/mfd/samsung/
9550 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9551 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9552 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9553 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9554
9555 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9556 M: Kyungmin Park <kyungmin.park@samsung.com>
9557 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9558 L: linux-media@vger.kernel.org
9559 Q: https://patchwork.linuxtv.org/project/linux-media/list/
9560 S: Supported
9561 F: drivers/media/platform/exynos4-is/
9562
9563 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9564 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9565 L: linux-media@vger.kernel.org
9566 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9567 S: Maintained
9568 F: drivers/media/platform/s3c-camif/
9569 F: include/media/drv-intf/s3c_camif.h
9570
9571 SAMSUNG S5C73M3 CAMERA DRIVER
9572 M: Kyungmin Park <kyungmin.park@samsung.com>
9573 M: Andrzej Hajda <a.hajda@samsung.com>
9574 L: linux-media@vger.kernel.org
9575 S: Supported
9576 F: drivers/media/i2c/s5c73m3/*
9577
9578 SAMSUNG S5K5BAF CAMERA DRIVER
9579 M: Kyungmin Park <kyungmin.park@samsung.com>
9580 M: Andrzej Hajda <a.hajda@samsung.com>
9581 L: linux-media@vger.kernel.org
9582 S: Supported
9583 F: drivers/media/i2c/s5k5baf.c
9584
9585 SAMSUNG S3FWRN5 NFC DRIVER
9586 M: Robert Baldyga <r.baldyga@samsung.com>
9587 M: Krzysztof Opasiak <k.opasiak@samsung.com>
9588 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9589 S: Supported
9590 F: drivers/nfc/s3fwrn5
9591
9592 SAMSUNG SOC CLOCK DRIVERS
9593 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9594 M: Tomasz Figa <tomasz.figa@gmail.com>
9595 S: Supported
9596 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9597 F: drivers/clk/samsung/
9598
9599 SAMSUNG SXGBE DRIVERS
9600 M: Byungho An <bh74.an@samsung.com>
9601 M: Girish K S <ks.giri@samsung.com>
9602 M: Vipul Pandya <vipul.pandya@samsung.com>
9603 S: Supported
9604 L: netdev@vger.kernel.org
9605 F: drivers/net/ethernet/samsung/sxgbe/
9606
9607 SAMSUNG THERMAL DRIVER
9608 M: Lukasz Majewski <l.majewski@samsung.com>
9609 L: linux-pm@vger.kernel.org
9610 L: linux-samsung-soc@vger.kernel.org
9611 S: Supported
9612 T: git https://github.com/lmajewski/linux-samsung-thermal.git
9613 F: drivers/thermal/samsung/
9614
9615 SAMSUNG USB2 PHY DRIVER
9616 M: Kamil Debski <k.debski@samsung.com>
9617 L: linux-kernel@vger.kernel.org
9618 S: Supported
9619 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9620 F: Documentation/phy/samsung-usb2.txt
9621 F: drivers/phy/phy-exynos4210-usb2.c
9622 F: drivers/phy/phy-exynos4x12-usb2.c
9623 F: drivers/phy/phy-exynos5250-usb2.c
9624 F: drivers/phy/phy-s5pv210-usb2.c
9625 F: drivers/phy/phy-samsung-usb2.c
9626 F: drivers/phy/phy-samsung-usb2.h
9627
9628 SERIAL DRIVERS
9629 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9630 L: linux-serial@vger.kernel.org
9631 S: Maintained
9632 F: drivers/tty/serial/
9633
9634 SYNOPSYS DESIGNWARE DMAC DRIVER
9635 M: Viresh Kumar <vireshk@kernel.org>
9636 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9637 S: Maintained
9638 F: include/linux/dma/dw.h
9639 F: include/linux/platform_data/dma-dw.h
9640 F: drivers/dma/dw/
9641
9642 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9643 M: Lars Persson <lars.persson@axis.com>
9644 L: netdev@vger.kernel.org
9645 S: Supported
9646 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9647 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9648
9649 SYNOPSYS DESIGNWARE I2C DRIVER
9650 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9651 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9652 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9653 L: linux-i2c@vger.kernel.org
9654 S: Maintained
9655 F: drivers/i2c/busses/i2c-designware-*
9656 F: include/linux/platform_data/i2c-designware.h
9657
9658 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9659 M: Jaehoon Chung <jh80.chung@samsung.com>
9660 L: linux-mmc@vger.kernel.org
9661 S: Maintained
9662 F: include/linux/mmc/dw_mmc.h
9663 F: drivers/mmc/host/dw_mmc*
9664
9665 SYSTEM TRACE MODULE CLASS
9666 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9667 S: Maintained
9668 F: Documentation/trace/stm.txt
9669 F: drivers/hwtracing/stm/
9670 F: include/linux/stm.h
9671 F: include/uapi/linux/stm.h
9672
9673 THUNDERBOLT DRIVER
9674 M: Andreas Noever <andreas.noever@gmail.com>
9675 S: Maintained
9676 F: drivers/thunderbolt/
9677
9678 TI BQ27XXX POWER SUPPLY DRIVER
9679 R: Andrew F. Davis <afd@ti.com>
9680 F: include/linux/power/bq27xxx_battery.h
9681 F: drivers/power/bq27xxx_battery.c
9682 F: drivers/power/bq27xxx_battery_i2c.c
9683
9684 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9685 M: John Stultz <john.stultz@linaro.org>
9686 M: Thomas Gleixner <tglx@linutronix.de>
9687 L: linux-kernel@vger.kernel.org
9688 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9689 S: Supported
9690 F: include/linux/clocksource.h
9691 F: include/linux/time.h
9692 F: include/linux/timex.h
9693 F: include/uapi/linux/time.h
9694 F: include/uapi/linux/timex.h
9695 F: kernel/time/clocksource.c
9696 F: kernel/time/time*.c
9697 F: kernel/time/alarmtimer.c
9698 F: kernel/time/ntp.c
9699 F: tools/testing/selftests/timers/
9700
9701 SC1200 WDT DRIVER
9702 M: Zwane Mwaikambo <zwanem@gmail.com>
9703 S: Maintained
9704 F: drivers/watchdog/sc1200wdt.c
9705
9706 SCHEDULER
9707 M: Ingo Molnar <mingo@redhat.com>
9708 M: Peter Zijlstra <peterz@infradead.org>
9709 L: linux-kernel@vger.kernel.org
9710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9711 S: Maintained
9712 F: kernel/sched/
9713 F: include/linux/sched.h
9714 F: include/uapi/linux/sched.h
9715 F: include/linux/wait.h
9716
9717 SCORE ARCHITECTURE
9718 M: Chen Liqin <liqin.linux@gmail.com>
9719 M: Lennox Wu <lennox.wu@gmail.com>
9720 W: http://www.sunplus.com
9721 S: Supported
9722 F: arch/score/
9723
9724 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9725 M: Sudeep Holla <sudeep.holla@arm.com>
9726 L: linux-arm-kernel@lists.infradead.org
9727 S: Maintained
9728 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9729 F: drivers/clk/clk-scpi.c
9730 F: drivers/cpufreq/scpi-cpufreq.c
9731 F: drivers/firmware/arm_scpi.c
9732 F: include/linux/scpi_protocol.h
9733
9734 SCSI CDROM DRIVER
9735 M: Jens Axboe <axboe@kernel.dk>
9736 L: linux-scsi@vger.kernel.org
9737 W: http://www.kernel.dk
9738 S: Maintained
9739 F: drivers/scsi/sr*
9740
9741 SCSI RDMA PROTOCOL (SRP) INITIATOR
9742 M: Bart Van Assche <bart.vanassche@sandisk.com>
9743 L: linux-rdma@vger.kernel.org
9744 S: Supported
9745 W: http://www.openfabrics.org
9746 Q: http://patchwork.kernel.org/project/linux-rdma/list/
9747 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9748 F: drivers/infiniband/ulp/srp/
9749 F: include/scsi/srp.h
9750
9751 SCSI SG DRIVER
9752 M: Doug Gilbert <dgilbert@interlog.com>
9753 L: linux-scsi@vger.kernel.org
9754 W: http://sg.danny.cz/sg
9755 S: Maintained
9756 F: Documentation/scsi/scsi-generic.txt
9757 F: drivers/scsi/sg.c
9758 F: include/scsi/sg.h
9759
9760 SCSI SUBSYSTEM
9761 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9763 M: "Martin K. Petersen" <martin.petersen@oracle.com>
9764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9765 L: linux-scsi@vger.kernel.org
9766 S: Maintained
9767 F: drivers/scsi/
9768 F: include/scsi/
9769
9770 SCSI TAPE DRIVER
9771 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9772 L: linux-scsi@vger.kernel.org
9773 S: Maintained
9774 F: Documentation/scsi/st.txt
9775 F: drivers/scsi/st.*
9776 F: drivers/scsi/st_*.h
9777
9778 SCTP PROTOCOL
9779 M: Vlad Yasevich <vyasevich@gmail.com>
9780 M: Neil Horman <nhorman@tuxdriver.com>
9781 L: linux-sctp@vger.kernel.org
9782 W: http://lksctp.sourceforge.net
9783 S: Maintained
9784 F: Documentation/networking/sctp.txt
9785 F: include/linux/sctp.h
9786 F: include/uapi/linux/sctp.h
9787 F: include/net/sctp/
9788 F: net/sctp/
9789
9790 SCx200 CPU SUPPORT
9791 M: Jim Cromie <jim.cromie@gmail.com>
9792 S: Odd Fixes
9793 F: Documentation/i2c/busses/scx200_acb
9794 F: arch/x86/platform/scx200/
9795 F: drivers/watchdog/scx200_wdt.c
9796 F: drivers/i2c/busses/scx200*
9797 F: drivers/mtd/maps/scx200_docflash.c
9798 F: include/linux/scx200.h
9799
9800 SCx200 GPIO DRIVER
9801 M: Jim Cromie <jim.cromie@gmail.com>
9802 S: Maintained
9803 F: drivers/char/scx200_gpio.c
9804 F: include/linux/scx200_gpio.h
9805
9806 SCx200 HRT CLOCKSOURCE DRIVER
9807 M: Jim Cromie <jim.cromie@gmail.com>
9808 S: Maintained
9809 F: drivers/clocksource/scx200_hrt.c
9810
9811 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9812 M: Sascha Sommer <saschasommer@freenet.de>
9813 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9814 S: Maintained
9815 F: drivers/mmc/host/sdricoh_cs.c
9816
9817 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9818 L: linux-mmc@vger.kernel.org
9819 S: Orphan
9820 F: drivers/mmc/host/sdhci.*
9821 F: drivers/mmc/host/sdhci-pltfm.[ch]
9822
9823 SECURE COMPUTING
9824 M: Kees Cook <keescook@chromium.org>
9825 R: Andy Lutomirski <luto@amacapital.net>
9826 R: Will Drewry <wad@chromium.org>
9827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9828 S: Supported
9829 F: kernel/seccomp.c
9830 F: include/uapi/linux/seccomp.h
9831 F: include/linux/seccomp.h
9832 F: tools/testing/selftests/seccomp/*
9833 K: \bsecure_computing
9834 K: \bTIF_SECCOMP\b
9835
9836 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9837 M: Ben Dooks <ben-linux@fluff.org>
9838 M: Jaehoon Chung <jh80.chung@samsung.com>
9839 L: linux-mmc@vger.kernel.org
9840 S: Maintained
9841 F: drivers/mmc/host/sdhci-s3c*
9842
9843 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9844 M: Viresh Kumar <vireshk@kernel.org>
9845 L: spear-devel@list.st.com
9846 L: linux-mmc@vger.kernel.org
9847 S: Maintained
9848 F: drivers/mmc/host/sdhci-spear.c
9849
9850 SECURITY SUBSYSTEM
9851 M: James Morris <james.l.morris@oracle.com>
9852 M: "Serge E. Hallyn" <serge@hallyn.com>
9853 L: linux-security-module@vger.kernel.org (suggested Cc:)
9854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9855 W: http://kernsec.org/
9856 S: Supported
9857 F: security/
9858
9859 SECURITY CONTACT
9860 M: Security Officers <security@kernel.org>
9861 S: Supported
9862
9863 SELINUX SECURITY MODULE
9864 M: Paul Moore <paul@paul-moore.com>
9865 M: Stephen Smalley <sds@tycho.nsa.gov>
9866 M: Eric Paris <eparis@parisplace.org>
9867 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9868 W: http://selinuxproject.org
9869 T: git git://git.infradead.org/users/pcmoore/selinux
9870 S: Supported
9871 F: include/linux/selinux*
9872 F: security/selinux/
9873 F: scripts/selinux/
9874
9875 APPARMOR SECURITY MODULE
9876 M: John Johansen <john.johansen@canonical.com>
9877 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9878 W: apparmor.wiki.kernel.org
9879 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9880 S: Supported
9881 F: security/apparmor/
9882
9883 YAMA SECURITY MODULE
9884 M: Kees Cook <keescook@chromium.org>
9885 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9886 S: Supported
9887 F: security/yama/
9888
9889 SENSABLE PHANTOM
9890 M: Jiri Slaby <jirislaby@gmail.com>
9891 S: Maintained
9892 F: drivers/misc/phantom.c
9893 F: include/uapi/linux/phantom.h
9894
9895 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9896 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9897 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9898 M: John Soni Jose <sony.john@avagotech.com>
9899 L: linux-scsi@vger.kernel.org
9900 W: http://www.avagotech.com
9901 S: Supported
9902 F: drivers/scsi/be2iscsi/
9903
9904 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9905 M: Sathya Perla <sathya.perla@broadcom.com>
9906 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
9907 M: Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9908 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9909 M: Somnath Kotur <somnath.kotur@broadcom.com>
9910 L: netdev@vger.kernel.org
9911 W: http://www.emulex.com
9912 S: Supported
9913 F: drivers/net/ethernet/emulex/benet/
9914
9915 EMULEX ONECONNECT ROCE DRIVER
9916 M: Selvin Xavier <selvin.xavier@avagotech.com>
9917 M: Devesh Sharma <devesh.sharma@avagotech.com>
9918 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9919 L: linux-rdma@vger.kernel.org
9920 W: http://www.emulex.com
9921 S: Supported
9922 F: drivers/infiniband/hw/ocrdma/
9923
9924 SFC NETWORK DRIVER
9925 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9926 M: Shradha Shah <sshah@solarflare.com>
9927 L: netdev@vger.kernel.org
9928 S: Supported
9929 F: drivers/net/ethernet/sfc/
9930
9931 SGI GRU DRIVER
9932 M: Dimitri Sivanich <sivanich@sgi.com>
9933 S: Maintained
9934 F: drivers/misc/sgi-gru/
9935
9936 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9937 M: Pat Gefre <pfg@sgi.com>
9938 L: linux-ia64@vger.kernel.org
9939 S: Supported
9940 F: Documentation/ia64/serial.txt
9941 F: drivers/tty/serial/ioc?_serial.c
9942 F: include/linux/ioc?.h
9943
9944 SGI XP/XPC/XPNET DRIVER
9945 M: Cliff Whickman <cpw@sgi.com>
9946 M: Robin Holt <robinmholt@gmail.com>
9947 S: Maintained
9948 F: drivers/misc/sgi-xp/
9949
9950 SI2157 MEDIA DRIVER
9951 M: Antti Palosaari <crope@iki.fi>
9952 L: linux-media@vger.kernel.org
9953 W: https://linuxtv.org
9954 W: http://palosaari.fi/linux/
9955 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9956 T: git git://linuxtv.org/anttip/media_tree.git
9957 S: Maintained
9958 F: drivers/media/tuners/si2157*
9959
9960 SI2168 MEDIA DRIVER
9961 M: Antti Palosaari <crope@iki.fi>
9962 L: linux-media@vger.kernel.org
9963 W: https://linuxtv.org
9964 W: http://palosaari.fi/linux/
9965 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9966 T: git git://linuxtv.org/anttip/media_tree.git
9967 S: Maintained
9968 F: drivers/media/dvb-frontends/si2168*
9969
9970 SI470X FM RADIO RECEIVER I2C DRIVER
9971 M: Hans Verkuil <hverkuil@xs4all.nl>
9972 L: linux-media@vger.kernel.org
9973 T: git git://linuxtv.org/media_tree.git
9974 W: https://linuxtv.org
9975 S: Odd Fixes
9976 F: drivers/media/radio/si470x/radio-si470x-i2c.c
9977
9978 SI470X FM RADIO RECEIVER USB DRIVER
9979 M: Hans Verkuil <hverkuil@xs4all.nl>
9980 L: linux-media@vger.kernel.org
9981 T: git git://linuxtv.org/media_tree.git
9982 W: https://linuxtv.org
9983 S: Maintained
9984 F: drivers/media/radio/si470x/radio-si470x-common.c
9985 F: drivers/media/radio/si470x/radio-si470x.h
9986 F: drivers/media/radio/si470x/radio-si470x-usb.c
9987
9988 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9989 M: Eduardo Valentin <edubezval@gmail.com>
9990 L: linux-media@vger.kernel.org
9991 T: git git://linuxtv.org/media_tree.git
9992 W: https://linuxtv.org
9993 S: Odd Fixes
9994 F: drivers/media/radio/si4713/si4713.?
9995
9996 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9997 M: Eduardo Valentin <edubezval@gmail.com>
9998 L: linux-media@vger.kernel.org
9999 T: git git://linuxtv.org/media_tree.git
10000 W: https://linuxtv.org
10001 S: Odd Fixes
10002 F: drivers/media/radio/si4713/radio-platform-si4713.c
10003
10004 SI4713 FM RADIO TRANSMITTER USB DRIVER
10005 M: Hans Verkuil <hverkuil@xs4all.nl>
10006 L: linux-media@vger.kernel.org
10007 T: git git://linuxtv.org/media_tree.git
10008 W: https://linuxtv.org
10009 S: Maintained
10010 F: drivers/media/radio/si4713/radio-usb-si4713.c
10011
10012 SIANO DVB DRIVER
10013 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10014 L: linux-media@vger.kernel.org
10015 W: https://linuxtv.org
10016 T: git git://linuxtv.org/media_tree.git
10017 S: Odd fixes
10018 F: drivers/media/common/siano/
10019 F: drivers/media/usb/siano/
10020 F: drivers/media/usb/siano/
10021 F: drivers/media/mmc/siano/
10022
10023 SIMPLEFB FB DRIVER
10024 M: Hans de Goede <hdegoede@redhat.com>
10025 L: linux-fbdev@vger.kernel.org
10026 S: Maintained
10027 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10028 F: drivers/video/fbdev/simplefb.c
10029 F: include/linux/platform_data/simplefb.h
10030
10031 SH_VEU V4L2 MEM2MEM DRIVER
10032 L: linux-media@vger.kernel.org
10033 S: Orphan
10034 F: drivers/media/platform/sh_veu.c
10035
10036 SH_VOU V4L2 OUTPUT DRIVER
10037 L: linux-media@vger.kernel.org
10038 S: Orphan
10039 F: drivers/media/platform/sh_vou.c
10040 F: include/media/drv-intf/sh_vou.h
10041
10042 SIMPLE FIRMWARE INTERFACE (SFI)
10043 M: Len Brown <lenb@kernel.org>
10044 L: sfi-devel@simplefirmware.org
10045 W: http://simplefirmware.org/
10046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10047 S: Supported
10048 F: arch/x86/platform/sfi/
10049 F: drivers/sfi/
10050 F: include/linux/sfi*.h
10051
10052 SIMTEC EB110ATX (Chalice CATS)
10053 P: Ben Dooks
10054 P: Vincent Sanders <vince@simtec.co.uk>
10055 M: Simtec Linux Team <linux@simtec.co.uk>
10056 W: http://www.simtec.co.uk/products/EB110ATX/
10057 S: Supported
10058
10059 SIMTEC EB2410ITX (BAST)
10060 P: Ben Dooks
10061 P: Vincent Sanders <vince@simtec.co.uk>
10062 M: Simtec Linux Team <linux@simtec.co.uk>
10063 W: http://www.simtec.co.uk/products/EB2410ITX/
10064 S: Supported
10065 F: arch/arm/mach-s3c24xx/mach-bast.c
10066 F: arch/arm/mach-s3c24xx/bast-ide.c
10067 F: arch/arm/mach-s3c24xx/bast-irq.c
10068
10069 TI DAVINCI MACHINE SUPPORT
10070 M: Sekhar Nori <nsekhar@ti.com>
10071 M: Kevin Hilman <khilman@kernel.org>
10072 T: git git://gitorious.org/linux-davinci/linux-davinci.git
10073 Q: http://patchwork.kernel.org/project/linux-davinci/list/
10074 S: Supported
10075 F: arch/arm/mach-davinci/
10076 F: drivers/i2c/busses/i2c-davinci.c
10077
10078 TI DAVINCI SERIES MEDIA DRIVER
10079 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10080 L: linux-media@vger.kernel.org
10081 W: https://linuxtv.org
10082 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10083 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10084 S: Maintained
10085 F: drivers/media/platform/davinci/
10086 F: include/media/davinci/
10087
10088 TI AM437X VPFE DRIVER
10089 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10090 L: linux-media@vger.kernel.org
10091 W: https://linuxtv.org
10092 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10093 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10094 S: Maintained
10095 F: drivers/media/platform/am437x/
10096
10097 OV2659 OMNIVISION SENSOR DRIVER
10098 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10099 L: linux-media@vger.kernel.org
10100 W: https://linuxtv.org
10101 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10102 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10103 S: Maintained
10104 F: drivers/media/i2c/ov2659.c
10105 F: include/media/i2c/ov2659.h
10106
10107 SILICON MOTION SM712 FRAME BUFFER DRIVER
10108 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10109 M: Teddy Wang <teddy.wang@siliconmotion.com>
10110 M: Sudip Mukherjee <sudip@vectorindia.org>
10111 L: linux-fbdev@vger.kernel.org
10112 S: Maintained
10113 F: drivers/video/fbdev/sm712*
10114 F: Documentation/fb/sm712fb.txt
10115
10116 SIS 190 ETHERNET DRIVER
10117 M: Francois Romieu <romieu@fr.zoreil.com>
10118 L: netdev@vger.kernel.org
10119 S: Maintained
10120 F: drivers/net/ethernet/sis/sis190.c
10121
10122 SIS 900/7016 FAST ETHERNET DRIVER
10123 M: Daniele Venzano <venza@brownhat.org>
10124 W: http://www.brownhat.org/sis900.html
10125 L: netdev@vger.kernel.org
10126 S: Maintained
10127 F: drivers/net/ethernet/sis/sis900.*
10128
10129 SIS FRAMEBUFFER DRIVER
10130 M: Thomas Winischhofer <thomas@winischhofer.net>
10131 W: http://www.winischhofer.net/linuxsisvga.shtml
10132 S: Maintained
10133 F: Documentation/fb/sisfb.txt
10134 F: drivers/video/fbdev/sis/
10135 F: include/video/sisfb.h
10136
10137 SIS USB2VGA DRIVER
10138 M: Thomas Winischhofer <thomas@winischhofer.net>
10139 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10140 S: Maintained
10141 F: drivers/usb/misc/sisusbvga/
10142
10143 SLAB ALLOCATOR
10144 M: Christoph Lameter <cl@linux.com>
10145 M: Pekka Enberg <penberg@kernel.org>
10146 M: David Rientjes <rientjes@google.com>
10147 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10148 M: Andrew Morton <akpm@linux-foundation.org>
10149 L: linux-mm@kvack.org
10150 S: Maintained
10151 F: include/linux/sl?b*.h
10152 F: mm/sl?b*
10153
10154 SLEEPABLE READ-COPY UPDATE (SRCU)
10155 M: Lai Jiangshan <jiangshanlai@gmail.com>
10156 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10157 M: Josh Triplett <josh@joshtriplett.org>
10158 R: Steven Rostedt <rostedt@goodmis.org>
10159 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10160 L: linux-kernel@vger.kernel.org
10161 W: http://www.rdrop.com/users/paulmck/RCU/
10162 S: Supported
10163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10164 F: include/linux/srcu.h
10165 F: kernel/rcu/srcu.c
10166
10167 SMACK SECURITY MODULE
10168 M: Casey Schaufler <casey@schaufler-ca.com>
10169 L: linux-security-module@vger.kernel.org
10170 W: http://schaufler-ca.com
10171 T: git git://git.gitorious.org/smack-next/kernel.git
10172 S: Maintained
10173 F: Documentation/security/Smack.txt
10174 F: security/smack/
10175
10176 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10177 M: Kevin Hilman <khilman@kernel.org>
10178 M: Nishanth Menon <nm@ti.com>
10179 S: Maintained
10180 F: drivers/power/avs/
10181 F: include/linux/power/smartreflex.h
10182 L: linux-pm@vger.kernel.org
10183
10184 SMC91x ETHERNET DRIVER
10185 M: Nicolas Pitre <nico@fluxnic.net>
10186 S: Odd Fixes
10187 F: drivers/net/ethernet/smsc/smc91x.*
10188
10189 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10190 M: Sakari Ailus <sakari.ailus@iki.fi>
10191 L: linux-media@vger.kernel.org
10192 S: Maintained
10193 F: drivers/media/i2c/smiapp/
10194 F: include/media/i2c/smiapp.h
10195 F: drivers/media/i2c/smiapp-pll.c
10196 F: drivers/media/i2c/smiapp-pll.h
10197 F: include/uapi/linux/smiapp.h
10198 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10199
10200 SMM665 HARDWARE MONITOR DRIVER
10201 M: Guenter Roeck <linux@roeck-us.net>
10202 L: lm-sensors@lm-sensors.org
10203 S: Maintained
10204 F: Documentation/hwmon/smm665
10205 F: drivers/hwmon/smm665.c
10206
10207 SMSC EMC2103 HARDWARE MONITOR DRIVER
10208 M: Steve Glendinning <steve.glendinning@shawell.net>
10209 L: lm-sensors@lm-sensors.org
10210 S: Maintained
10211 F: Documentation/hwmon/emc2103
10212 F: drivers/hwmon/emc2103.c
10213
10214 SMSC SCH5627 HARDWARE MONITOR DRIVER
10215 M: Hans de Goede <hdegoede@redhat.com>
10216 L: lm-sensors@lm-sensors.org
10217 S: Supported
10218 F: Documentation/hwmon/sch5627
10219 F: drivers/hwmon/sch5627.c
10220
10221 SMSC47B397 HARDWARE MONITOR DRIVER
10222 M: Jean Delvare <jdelvare@suse.com>
10223 L: lm-sensors@lm-sensors.org
10224 S: Maintained
10225 F: Documentation/hwmon/smsc47b397
10226 F: drivers/hwmon/smsc47b397.c
10227
10228 SMSC911x ETHERNET DRIVER
10229 M: Steve Glendinning <steve.glendinning@shawell.net>
10230 L: netdev@vger.kernel.org
10231 S: Maintained
10232 F: include/linux/smsc911x.h
10233 F: drivers/net/ethernet/smsc/smsc911x.*
10234
10235 SMSC9420 PCI ETHERNET DRIVER
10236 M: Steve Glendinning <steve.glendinning@shawell.net>
10237 L: netdev@vger.kernel.org
10238 S: Maintained
10239 F: drivers/net/ethernet/smsc/smsc9420.*
10240
10241 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10242 M: Steve Glendinning <steve.glendinning@shawell.net>
10243 L: linux-fbdev@vger.kernel.org
10244 S: Maintained
10245 F: drivers/video/fbdev/smscufx.c
10246
10247 SOC-CAMERA V4L2 SUBSYSTEM
10248 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10249 L: linux-media@vger.kernel.org
10250 T: git git://linuxtv.org/media_tree.git
10251 S: Maintained
10252 F: include/media/soc*
10253 F: drivers/media/i2c/soc_camera/
10254 F: drivers/media/platform/soc_camera/
10255
10256 SOEKRIS NET48XX LED SUPPORT
10257 M: Chris Boot <bootc@bootc.net>
10258 S: Maintained
10259 F: drivers/leds/leds-net48xx.c
10260
10261 SOFTLOGIC 6x10 MPEG CODEC
10262 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10263 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10264 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10265 M: Ismael Luceno <ismael@iodev.co.uk>
10266 L: linux-media@vger.kernel.org
10267 S: Supported
10268 F: drivers/media/pci/solo6x10/
10269
10270 SOFTWARE RAID (Multiple Disks) SUPPORT
10271 M: Shaohua Li <shli@kernel.org>
10272 L: linux-raid@vger.kernel.org
10273 T: git git://neil.brown.name/md
10274 S: Supported
10275 F: drivers/md/
10276 F: include/linux/raid/
10277 F: include/uapi/linux/raid/
10278
10279 SONIC NETWORK DRIVER
10280 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10281 L: netdev@vger.kernel.org
10282 S: Maintained
10283 F: drivers/net/ethernet/natsemi/sonic.*
10284
10285 SONICS SILICON BACKPLANE DRIVER (SSB)
10286 M: Michael Buesch <m@bues.ch>
10287 L: linux-wireless@vger.kernel.org
10288 S: Maintained
10289 F: drivers/ssb/
10290 F: include/linux/ssb/
10291
10292 SONY VAIO CONTROL DEVICE DRIVER
10293 M: Mattia Dongili <malattia@linux.it>
10294 L: platform-driver-x86@vger.kernel.org
10295 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10296 S: Maintained
10297 F: Documentation/laptops/sony-laptop.txt
10298 F: drivers/char/sonypi.c
10299 F: drivers/platform/x86/sony-laptop.c
10300 F: include/linux/sony-laptop.h
10301
10302 SONY MEMORYSTICK CARD SUPPORT
10303 M: Alex Dubov <oakad@yahoo.com>
10304 W: http://tifmxx.berlios.de/
10305 S: Maintained
10306 F: drivers/memstick/host/tifm_ms.c
10307
10308 SONY MEMORYSTICK STANDARD SUPPORT
10309 M: Maxim Levitsky <maximlevitsky@gmail.com>
10310 S: Maintained
10311 F: drivers/memstick/core/ms_block.*
10312
10313 SOUND
10314 M: Jaroslav Kysela <perex@perex.cz>
10315 M: Takashi Iwai <tiwai@suse.com>
10316 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10317 W: http://www.alsa-project.org/
10318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10319 T: git git://git.alsa-project.org/alsa-kernel.git
10320 Q: http://patchwork.kernel.org/project/alsa-devel/list/
10321 S: Maintained
10322 F: Documentation/sound/
10323 F: include/sound/
10324 F: include/uapi/sound/
10325 F: sound/
10326
10327 SOUND - COMPRESSED AUDIO
10328 M: Vinod Koul <vinod.koul@intel.com>
10329 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10331 S: Supported
10332 F: Documentation/sound/alsa/compress_offload.txt
10333 F: include/sound/compress_driver.h
10334 F: include/uapi/sound/compress_*
10335 F: sound/core/compress_offload.c
10336 F: sound/soc/soc-compress.c
10337
10338 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10339 M: Liam Girdwood <lgirdwood@gmail.com>
10340 M: Mark Brown <broonie@kernel.org>
10341 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10342 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10343 W: http://alsa-project.org/main/index.php/ASoC
10344 S: Supported
10345 F: Documentation/sound/alsa/soc/
10346 F: sound/soc/
10347 F: include/sound/soc*
10348
10349 SOUND - DMAENGINE HELPERS
10350 M: Lars-Peter Clausen <lars@metafoo.de>
10351 S: Supported
10352 F: include/sound/dmaengine_pcm.h
10353 F: sound/core/pcm_dmaengine.c
10354 F: sound/soc/soc-generic-dmaengine-pcm.c
10355
10356 SP2 MEDIA DRIVER
10357 M: Olli Salonen <olli.salonen@iki.fi>
10358 L: linux-media@vger.kernel.org
10359 W: https://linuxtv.org
10360 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10361 S: Maintained
10362 F: drivers/media/dvb-frontends/sp2*
10363
10364 SPARC + UltraSPARC (sparc/sparc64)
10365 M: "David S. Miller" <davem@davemloft.net>
10366 L: sparclinux@vger.kernel.org
10367 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10370 S: Maintained
10371 F: arch/sparc/
10372 F: drivers/sbus/
10373
10374 SPARC SERIAL DRIVERS
10375 M: "David S. Miller" <davem@davemloft.net>
10376 L: sparclinux@vger.kernel.org
10377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10379 S: Maintained
10380 F: include/linux/sunserialcore.h
10381 F: drivers/tty/serial/suncore.c
10382 F: drivers/tty/serial/sunhv.c
10383 F: drivers/tty/serial/sunsab.c
10384 F: drivers/tty/serial/sunsab.h
10385 F: drivers/tty/serial/sunsu.c
10386 F: drivers/tty/serial/sunzilog.c
10387 F: drivers/tty/serial/sunzilog.h
10388
10389 SPARSE CHECKER
10390 M: "Christopher Li" <sparse@chrisli.org>
10391 L: linux-sparse@vger.kernel.org
10392 W: https://sparse.wiki.kernel.org/
10393 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10394 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10395 S: Maintained
10396 F: include/linux/compiler.h
10397
10398 SPEAR PLATFORM SUPPORT
10399 M: Viresh Kumar <vireshk@kernel.org>
10400 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10401 L: spear-devel@list.st.com
10402 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10403 W: http://www.st.com/spear
10404 S: Maintained
10405 F: arch/arm/boot/dts/spear*
10406 F: arch/arm/mach-spear/
10407
10408 SPEAR CLOCK FRAMEWORK SUPPORT
10409 M: Viresh Kumar <vireshk@kernel.org>
10410 L: spear-devel@list.st.com
10411 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10412 W: http://www.st.com/spear
10413 S: Maintained
10414 F: drivers/clk/spear/
10415
10416 SPI SUBSYSTEM
10417 M: Mark Brown <broonie@kernel.org>
10418 L: linux-spi@vger.kernel.org
10419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10420 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10421 S: Maintained
10422 F: Documentation/spi/
10423 F: drivers/spi/
10424 F: include/linux/spi/
10425 F: include/uapi/linux/spi/
10426
10427 SPIDERNET NETWORK DRIVER for CELL
10428 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10429 L: netdev@vger.kernel.org
10430 S: Supported
10431 F: Documentation/networking/spider_net.txt
10432 F: drivers/net/ethernet/toshiba/spider_net*
10433
10434 SPU FILE SYSTEM
10435 M: Jeremy Kerr <jk@ozlabs.org>
10436 L: linuxppc-dev@lists.ozlabs.org
10437 W: http://www.ibm.com/developerworks/power/cell/
10438 S: Supported
10439 F: Documentation/filesystems/spufs.txt
10440 F: arch/powerpc/platforms/cell/spufs/
10441
10442 SQUASHFS FILE SYSTEM
10443 M: Phillip Lougher <phillip@squashfs.org.uk>
10444 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10445 W: http://squashfs.org.uk
10446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10447 S: Maintained
10448 F: Documentation/filesystems/squashfs.txt
10449 F: fs/squashfs/
10450
10451 SRM (Alpha) environment access
10452 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10453 S: Maintained
10454 F: arch/alpha/kernel/srm_env.c
10455
10456 STABLE BRANCH
10457 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10458 L: stable@vger.kernel.org
10459 S: Supported
10460 F: Documentation/stable_kernel_rules.txt
10461
10462 STAGING SUBSYSTEM
10463 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10465 L: devel@driverdev.osuosl.org
10466 S: Supported
10467 F: drivers/staging/
10468
10469 STAGING - COMEDI
10470 M: Ian Abbott <abbotti@mev.co.uk>
10471 M: H Hartley Sweeten <hsweeten@visionengravers.com>
10472 S: Odd Fixes
10473 F: drivers/staging/comedi/
10474
10475 STAGING - FLARION FT1000 DRIVERS
10476 M: Marek Belisko <marek.belisko@gmail.com>
10477 S: Odd Fixes
10478 F: drivers/staging/ft1000/
10479
10480 STAGING - INDUSTRIAL IO
10481 M: Jonathan Cameron <jic23@kernel.org>
10482 L: linux-iio@vger.kernel.org
10483 S: Odd Fixes
10484 F: drivers/staging/iio/
10485
10486 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10487 M: Jarod Wilson <jarod@wilsonet.com>
10488 W: http://www.lirc.org/
10489 S: Odd Fixes
10490 F: drivers/staging/media/lirc/
10491
10492 STAGING - LUSTRE PARALLEL FILESYSTEM
10493 M: Oleg Drokin <oleg.drokin@intel.com>
10494 M: Andreas Dilger <andreas.dilger@intel.com>
10495 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10496 W: http://wiki.lustre.org/
10497 S: Maintained
10498 F: drivers/staging/lustre
10499
10500 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10501 M: Marc Dietrich <marvin24@gmx.de>
10502 L: ac100@lists.launchpad.net (moderated for non-subscribers)
10503 L: linux-tegra@vger.kernel.org
10504 S: Maintained
10505 F: drivers/staging/nvec/
10506
10507 STAGING - REALTEK RTL8712U DRIVERS
10508 M: Larry Finger <Larry.Finger@lwfinger.net>
10509 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10510 S: Odd Fixes
10511 F: drivers/staging/rtl8712/
10512
10513 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10514 M: Larry Finger <Larry.Finger@lwfinger.net>
10515 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10516 L: linux-wireless@vger.kernel.org
10517 S: Maintained
10518 F: drivers/staging/rtl8723au/
10519
10520 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10521 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10522 M: Teddy Wang <teddy.wang@siliconmotion.com>
10523 M: Sudip Mukherjee <sudip@vectorindia.org>
10524 L: linux-fbdev@vger.kernel.org
10525 S: Maintained
10526 F: drivers/staging/sm750fb/
10527
10528 STAGING - SLICOSS
10529 M: Lior Dotan <liodot@gmail.com>
10530 M: Christopher Harrer <charrer@alacritech.com>
10531 S: Odd Fixes
10532 F: drivers/staging/slicoss/
10533
10534 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10535 M: William Hubbs <w.d.hubbs@gmail.com>
10536 M: Chris Brannon <chris@the-brannons.com>
10537 M: Kirk Reiser <kirk@reisers.ca>
10538 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10539 L: speakup@linux-speakup.org
10540 W: http://www.linux-speakup.org/
10541 S: Odd Fixes
10542 F: drivers/staging/speakup/
10543
10544 STAGING - VIA VT665X DRIVERS
10545 M: Forest Bond <forest@alittletooquiet.net>
10546 S: Odd Fixes
10547 F: drivers/staging/vt665?/
10548
10549 STAGING - WILC1000 WIFI DRIVER
10550 M: Johnny Kim <johnny.kim@atmel.com>
10551 M: Austin Shin <austin.shin@atmel.com>
10552 M: Chris Park <chris.park@atmel.com>
10553 M: Tony Cho <tony.cho@atmel.com>
10554 M: Glen Lee <glen.lee@atmel.com>
10555 M: Leo Kim <leo.kim@atmel.com>
10556 L: linux-wireless@vger.kernel.org
10557 S: Supported
10558 F: drivers/staging/wilc1000/
10559
10560 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10561 M: Arnaud Patard <arnaud.patard@rtp-net.org>
10562 S: Odd Fixes
10563 F: drivers/staging/xgifb/
10564
10565 HFI1 DRIVER
10566 M: Mike Marciniszyn <infinipath@intel.com>
10567 L: linux-rdma@vger.kernel.org
10568 S: Supported
10569 F: drivers/staging/rdma/hfi1
10570
10571 STARFIRE/DURALAN NETWORK DRIVER
10572 M: Ion Badulescu <ionut@badula.org>
10573 S: Odd Fixes
10574 F: drivers/net/ethernet/adaptec/starfire*
10575
10576 SUN3/3X
10577 M: Sam Creasey <sammy@sammy.net>
10578 W: http://sammy.net/sun3/
10579 S: Maintained
10580 F: arch/m68k/kernel/*sun3*
10581 F: arch/m68k/sun3*/
10582 F: arch/m68k/include/asm/sun3*
10583 F: drivers/net/ethernet/i825xx/sun3*
10584
10585 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10586 M: Hans de Goede <hdegoede@redhat.com>
10587 L: linux-input@vger.kernel.org
10588 S: Maintained
10589 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10590 F: drivers/input/keyboard/sun4i-lradc-keys.c
10591
10592 SUNDANCE NETWORK DRIVER
10593 M: Denis Kirjanov <kda@linux-powerpc.org>
10594 L: netdev@vger.kernel.org
10595 S: Maintained
10596 F: drivers/net/ethernet/dlink/sundance.c
10597
10598 SUPERH
10599 M: Yoshinori Sato <ysato@users.sourceforge.jp>
10600 M: Rich Felker <dalias@libc.org>
10601 L: linux-sh@vger.kernel.org
10602 Q: http://patchwork.kernel.org/project/linux-sh/list/
10603 S: Maintained
10604 F: Documentation/sh/
10605 F: arch/sh/
10606 F: drivers/sh/
10607
10608 SUSPEND TO RAM
10609 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10610 M: Len Brown <len.brown@intel.com>
10611 M: Pavel Machek <pavel@ucw.cz>
10612 L: linux-pm@vger.kernel.org
10613 S: Supported
10614 F: Documentation/power/
10615 F: arch/x86/kernel/acpi/
10616 F: drivers/base/power/
10617 F: kernel/power/
10618 F: include/linux/suspend.h
10619 F: include/linux/freezer.h
10620 F: include/linux/pm.h
10621
10622 SVGA HANDLING
10623 M: Martin Mares <mj@ucw.cz>
10624 L: linux-video@atrey.karlin.mff.cuni.cz
10625 S: Maintained
10626 F: Documentation/svga.txt
10627 F: arch/x86/boot/video*
10628
10629 SWIOTLB SUBSYSTEM
10630 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10631 L: linux-kernel@vger.kernel.org
10632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10633 S: Supported
10634 F: lib/swiotlb.c
10635 F: arch/*/kernel/pci-swiotlb.c
10636 F: include/linux/swiotlb.h
10637
10638 SWITCHDEV
10639 M: Jiri Pirko <jiri@resnulli.us>
10640 L: netdev@vger.kernel.org
10641 S: Supported
10642 F: net/switchdev/
10643 F: include/net/switchdev.h
10644
10645 SYNOPSYS ARC ARCHITECTURE
10646 M: Vineet Gupta <vgupta@synopsys.com>
10647 L: linux-snps-arc@lists.infradead.org
10648 S: Supported
10649 F: arch/arc/
10650 F: Documentation/devicetree/bindings/arc/*
10651 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10652 F: drivers/tty/serial/arc_uart.c
10653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10654
10655 SYNOPSYS ARC SDP platform support
10656 M: Alexey Brodkin <abrodkin@synopsys.com>
10657 S: Supported
10658 F: arch/arc/plat-axs10x
10659 F: arch/arc/boot/dts/ax*
10660 F: Documentation/devicetree/bindings/arc/axs10*
10661
10662 SYSTEM CONFIGURATION (SYSCON)
10663 M: Lee Jones <lee.jones@linaro.org>
10664 M: Arnd Bergmann <arnd@arndb.de>
10665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10666 S: Supported
10667 F: drivers/mfd/syscon.c
10668
10669 SYSV FILESYSTEM
10670 M: Christoph Hellwig <hch@infradead.org>
10671 S: Maintained
10672 F: Documentation/filesystems/sysv-fs.txt
10673 F: fs/sysv/
10674 F: include/linux/sysv_fs.h
10675
10676 TARGET SUBSYSTEM
10677 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10678 L: linux-scsi@vger.kernel.org
10679 L: target-devel@vger.kernel.org
10680 W: http://www.linux-iscsi.org
10681 W: http://groups.google.com/group/linux-iscsi-target-dev
10682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10683 S: Supported
10684 F: drivers/target/
10685 F: include/target/
10686 F: Documentation/target/
10687
10688 TASKSTATS STATISTICS INTERFACE
10689 M: Balbir Singh <bsingharora@gmail.com>
10690 S: Maintained
10691 F: Documentation/accounting/taskstats*
10692 F: include/linux/taskstats*
10693 F: kernel/taskstats.c
10694
10695 TC CLASSIFIER
10696 M: Jamal Hadi Salim <jhs@mojatatu.com>
10697 L: netdev@vger.kernel.org
10698 S: Maintained
10699 F: include/net/pkt_cls.h
10700 F: include/uapi/linux/pkt_cls.h
10701 F: net/sched/
10702
10703 TCP LOW PRIORITY MODULE
10704 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10705 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10706 W: http://tcp-lp-mod.sourceforge.net/
10707 S: Maintained
10708 F: net/ipv4/tcp_lp.c
10709
10710 TDA10071 MEDIA DRIVER
10711 M: Antti Palosaari <crope@iki.fi>
10712 L: linux-media@vger.kernel.org
10713 W: https://linuxtv.org
10714 W: http://palosaari.fi/linux/
10715 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10716 T: git git://linuxtv.org/anttip/media_tree.git
10717 S: Maintained
10718 F: drivers/media/dvb-frontends/tda10071*
10719
10720 TDA18212 MEDIA DRIVER
10721 M: Antti Palosaari <crope@iki.fi>
10722 L: linux-media@vger.kernel.org
10723 W: https://linuxtv.org
10724 W: http://palosaari.fi/linux/
10725 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10726 T: git git://linuxtv.org/anttip/media_tree.git
10727 S: Maintained
10728 F: drivers/media/tuners/tda18212*
10729
10730 TDA18218 MEDIA DRIVER
10731 M: Antti Palosaari <crope@iki.fi>
10732 L: linux-media@vger.kernel.org
10733 W: https://linuxtv.org
10734 W: http://palosaari.fi/linux/
10735 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10736 T: git git://linuxtv.org/anttip/media_tree.git
10737 S: Maintained
10738 F: drivers/media/tuners/tda18218*
10739
10740 TDA18271 MEDIA DRIVER
10741 M: Michael Krufky <mkrufky@linuxtv.org>
10742 L: linux-media@vger.kernel.org
10743 W: https://linuxtv.org
10744 W: http://github.com/mkrufky
10745 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10746 T: git git://linuxtv.org/mkrufky/tuners.git
10747 S: Maintained
10748 F: drivers/media/tuners/tda18271*
10749
10750 TDA827x MEDIA DRIVER
10751 M: Michael Krufky <mkrufky@linuxtv.org>
10752 L: linux-media@vger.kernel.org
10753 W: https://linuxtv.org
10754 W: http://github.com/mkrufky
10755 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10756 T: git git://linuxtv.org/mkrufky/tuners.git
10757 S: Maintained
10758 F: drivers/media/tuners/tda8290.*
10759
10760 TDA8290 MEDIA DRIVER
10761 M: Michael Krufky <mkrufky@linuxtv.org>
10762 L: linux-media@vger.kernel.org
10763 W: https://linuxtv.org
10764 W: http://github.com/mkrufky
10765 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10766 T: git git://linuxtv.org/mkrufky/tuners.git
10767 S: Maintained
10768 F: drivers/media/tuners/tda8290.*
10769
10770 TDA9840 MEDIA DRIVER
10771 M: Hans Verkuil <hverkuil@xs4all.nl>
10772 L: linux-media@vger.kernel.org
10773 T: git git://linuxtv.org/media_tree.git
10774 W: https://linuxtv.org
10775 S: Maintained
10776 F: drivers/media/i2c/tda9840*
10777
10778 TEA5761 TUNER DRIVER
10779 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10780 L: linux-media@vger.kernel.org
10781 W: https://linuxtv.org
10782 T: git git://linuxtv.org/media_tree.git
10783 S: Odd fixes
10784 F: drivers/media/tuners/tea5761.*
10785
10786 TEA5767 TUNER DRIVER
10787 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10788 L: linux-media@vger.kernel.org
10789 W: https://linuxtv.org
10790 T: git git://linuxtv.org/media_tree.git
10791 S: Maintained
10792 F: drivers/media/tuners/tea5767.*
10793
10794 TEA6415C MEDIA DRIVER
10795 M: Hans Verkuil <hverkuil@xs4all.nl>
10796 L: linux-media@vger.kernel.org
10797 T: git git://linuxtv.org/media_tree.git
10798 W: https://linuxtv.org
10799 S: Maintained
10800 F: drivers/media/i2c/tea6415c*
10801
10802 TEA6420 MEDIA DRIVER
10803 M: Hans Verkuil <hverkuil@xs4all.nl>
10804 L: linux-media@vger.kernel.org
10805 T: git git://linuxtv.org/media_tree.git
10806 W: https://linuxtv.org
10807 S: Maintained
10808 F: drivers/media/i2c/tea6420*
10809
10810 TEAM DRIVER
10811 M: Jiri Pirko <jiri@resnulli.us>
10812 L: netdev@vger.kernel.org
10813 S: Supported
10814 F: drivers/net/team/
10815 F: include/linux/if_team.h
10816 F: include/uapi/linux/if_team.h
10817
10818 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10819 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10820 S: Maintained
10821 F: arch/x86/platform/ts5500/
10822
10823 TECHNOTREND USB IR RECEIVER
10824 M: Sean Young <sean@mess.org>
10825 L: linux-media@vger.kernel.org
10826 S: Maintained
10827 F: drivers/media/rc/ttusbir.c
10828
10829 TEGRA ARCHITECTURE SUPPORT
10830 M: Stephen Warren <swarren@wwwdotorg.org>
10831 M: Thierry Reding <thierry.reding@gmail.com>
10832 M: Alexandre Courbot <gnurou@gmail.com>
10833 L: linux-tegra@vger.kernel.org
10834 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10836 S: Supported
10837 N: [^a-z]tegra
10838
10839 TEGRA CLOCK DRIVER
10840 M: Peter De Schrijver <pdeschrijver@nvidia.com>
10841 M: Prashant Gaikwad <pgaikwad@nvidia.com>
10842 S: Supported
10843 F: drivers/clk/tegra/
10844
10845 TEGRA DMA DRIVER
10846 M: Laxman Dewangan <ldewangan@nvidia.com>
10847 S: Supported
10848 F: drivers/dma/tegra20-apb-dma.c
10849
10850 TEGRA I2C DRIVER
10851 M: Laxman Dewangan <ldewangan@nvidia.com>
10852 S: Supported
10853 F: drivers/i2c/busses/i2c-tegra.c
10854
10855 TEGRA IOMMU DRIVERS
10856 M: Hiroshi Doyu <hdoyu@nvidia.com>
10857 S: Supported
10858 F: drivers/iommu/tegra*
10859
10860 TEGRA KBC DRIVER
10861 M: Rakesh Iyer <riyer@nvidia.com>
10862 M: Laxman Dewangan <ldewangan@nvidia.com>
10863 S: Supported
10864 F: drivers/input/keyboard/tegra-kbc.c
10865
10866 TEGRA PWM DRIVER
10867 M: Thierry Reding <thierry.reding@gmail.com>
10868 S: Supported
10869 F: drivers/pwm/pwm-tegra.c
10870
10871 TEGRA SERIAL DRIVER
10872 M: Laxman Dewangan <ldewangan@nvidia.com>
10873 S: Supported
10874 F: drivers/tty/serial/serial-tegra.c
10875
10876 TEGRA SPI DRIVER
10877 M: Laxman Dewangan <ldewangan@nvidia.com>
10878 S: Supported
10879 F: drivers/spi/spi-tegra*
10880
10881 TEHUTI ETHERNET DRIVER
10882 M: Andy Gospodarek <andy@greyhouse.net>
10883 L: netdev@vger.kernel.org
10884 S: Supported
10885 F: drivers/net/ethernet/tehuti/*
10886
10887 Telecom Clock Driver for MCPL0010
10888 M: Mark Gross <mark.gross@intel.com>
10889 S: Supported
10890 F: drivers/char/tlclk.c
10891
10892 TENSILICA XTENSA PORT (xtensa)
10893 M: Chris Zankel <chris@zankel.net>
10894 M: Max Filippov <jcmvbkbc@gmail.com>
10895 L: linux-xtensa@linux-xtensa.org
10896 T: git git://github.com/czankel/xtensa-linux.git
10897 S: Maintained
10898 F: arch/xtensa/
10899 F: drivers/irqchip/irq-xtensa-*
10900
10901 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10902 M: Hans Verkuil <hverkuil@xs4all.nl>
10903 L: linux-media@vger.kernel.org
10904 T: git git://linuxtv.org/media_tree.git
10905 W: https://linuxtv.org
10906 S: Maintained
10907 F: drivers/media/radio/radio-raremono.c
10908
10909 THERMAL
10910 M: Zhang Rui <rui.zhang@intel.com>
10911 M: Eduardo Valentin <edubezval@gmail.com>
10912 L: linux-pm@vger.kernel.org
10913 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10915 Q: https://patchwork.kernel.org/project/linux-pm/list/
10916 S: Supported
10917 F: drivers/thermal/
10918 F: include/linux/thermal.h
10919 F: include/uapi/linux/thermal.h
10920 F: include/linux/cpu_cooling.h
10921 F: Documentation/devicetree/bindings/thermal/
10922
10923 THERMAL/CPU_COOLING
10924 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10925 M: Viresh Kumar <viresh.kumar@linaro.org>
10926 M: Javi Merino <javi.merino@arm.com>
10927 L: linux-pm@vger.kernel.org
10928 S: Supported
10929 F: Documentation/thermal/cpu-cooling-api.txt
10930 F: drivers/thermal/cpu_cooling.c
10931 F: include/linux/cpu_cooling.h
10932
10933 THINGM BLINK(1) USB RGB LED DRIVER
10934 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10935 S: Maintained
10936 F: drivers/hid/hid-thingm.c
10937
10938 THINKPAD ACPI EXTRAS DRIVER
10939 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10940 L: ibm-acpi-devel@lists.sourceforge.net
10941 L: platform-driver-x86@vger.kernel.org
10942 W: http://ibm-acpi.sourceforge.net
10943 W: http://thinkwiki.org/wiki/Ibm-acpi
10944 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10945 S: Maintained
10946 F: drivers/platform/x86/thinkpad_acpi.c
10947
10948 TI BANDGAP AND THERMAL DRIVER
10949 M: Eduardo Valentin <edubezval@gmail.com>
10950 L: linux-pm@vger.kernel.org
10951 L: linux-omap@vger.kernel.org
10952 S: Maintained
10953 F: drivers/thermal/ti-soc-thermal/
10954
10955 TI VPE/CAL DRIVERS
10956 M: Benoit Parrot <bparrot@ti.com>
10957 L: linux-media@vger.kernel.org
10958 W: http://linuxtv.org/
10959 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10960 S: Maintained
10961 F: drivers/media/platform/ti-vpe/
10962
10963 TI CDCE706 CLOCK DRIVER
10964 M: Max Filippov <jcmvbkbc@gmail.com>
10965 S: Maintained
10966 F: drivers/clk/clk-cdce706.c
10967
10968 TI CLOCK DRIVER
10969 M: Tero Kristo <t-kristo@ti.com>
10970 L: linux-omap@vger.kernel.org
10971 S: Maintained
10972 F: drivers/clk/ti/
10973 F: include/linux/clk/ti.h
10974
10975 TI FLASH MEDIA INTERFACE DRIVER
10976 M: Alex Dubov <oakad@yahoo.com>
10977 S: Maintained
10978 F: drivers/misc/tifm*
10979 F: drivers/mmc/host/tifm_sd.c
10980 F: include/linux/tifm.h
10981
10982 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10983 M: Santosh Shilimkar <ssantosh@kernel.org>
10984 L: linux-kernel@vger.kernel.org
10985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10986 S: Maintained
10987 F: drivers/soc/ti/*
10988 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10989
10990
10991 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10992 M: M R Swami Reddy <mr.swami.reddy@ti.com>
10993 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10994 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10995 S: Maintained
10996 F: sound/soc/codecs/lm49453*
10997 F: sound/soc/codecs/isabelle*
10998
10999 TI LP855x BACKLIGHT DRIVER
11000 M: Milo Kim <milo.kim@ti.com>
11001 S: Maintained
11002 F: Documentation/backlight/lp855x-driver.txt
11003 F: drivers/video/backlight/lp855x_bl.c
11004 F: include/linux/platform_data/lp855x.h
11005
11006 TI LP8727 CHARGER DRIVER
11007 M: Milo Kim <milo.kim@ti.com>
11008 S: Maintained
11009 F: drivers/power/lp8727_charger.c
11010 F: include/linux/platform_data/lp8727.h
11011
11012 TI LP8788 MFD DRIVER
11013 M: Milo Kim <milo.kim@ti.com>
11014 S: Maintained
11015 F: drivers/iio/adc/lp8788_adc.c
11016 F: drivers/leds/leds-lp8788.c
11017 F: drivers/mfd/lp8788*.c
11018 F: drivers/power/lp8788-charger.c
11019 F: drivers/regulator/lp8788-*.c
11020 F: include/linux/mfd/lp8788*.h
11021
11022 TI NETCP ETHERNET DRIVER
11023 M: Wingman Kwok <w-kwok2@ti.com>
11024 M: Murali Karicheri <m-karicheri2@ti.com>
11025 L: netdev@vger.kernel.org
11026 S: Maintained
11027 F: drivers/net/ethernet/ti/netcp*
11028
11029 TI TAS571X FAMILY ASoC CODEC DRIVER
11030 M: Kevin Cernekee <cernekee@chromium.org>
11031 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11032 S: Odd Fixes
11033 F: sound/soc/codecs/tas571x*
11034
11035 TI TWL4030 SERIES SOC CODEC DRIVER
11036 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11037 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11038 S: Maintained
11039 F: sound/soc/codecs/twl4030*
11040
11041 TI WILINK WIRELESS DRIVERS
11042 L: linux-wireless@vger.kernel.org
11043 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11044 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11046 S: Orphan
11047 F: drivers/net/wireless/ti/
11048 F: include/linux/wl12xx.h
11049
11050 TIPC NETWORK LAYER
11051 M: Jon Maloy <jon.maloy@ericsson.com>
11052 M: Ying Xue <ying.xue@windriver.com>
11053 L: netdev@vger.kernel.org (core kernel code)
11054 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11055 W: http://tipc.sourceforge.net/
11056 S: Maintained
11057 F: include/uapi/linux/tipc*.h
11058 F: net/tipc/
11059
11060 TILE ARCHITECTURE
11061 M: Chris Metcalf <cmetcalf@ezchip.com>
11062 W: http://www.ezchip.com/scm/
11063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11064 S: Supported
11065 F: arch/tile/
11066 F: drivers/char/tile-srom.c
11067 F: drivers/edac/tile_edac.c
11068 F: drivers/net/ethernet/tile/
11069 F: drivers/rtc/rtc-tile.c
11070 F: drivers/tty/hvc/hvc_tile.c
11071 F: drivers/tty/serial/tilegx.c
11072 F: drivers/usb/host/*-tilegx.c
11073 F: include/linux/usb/tilegx.h
11074
11075 TLAN NETWORK DRIVER
11076 M: Samuel Chessman <chessman@tux.org>
11077 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11078 W: http://sourceforge.net/projects/tlan/
11079 S: Maintained
11080 F: Documentation/networking/tlan.txt
11081 F: drivers/net/ethernet/ti/tlan.*
11082
11083 TOMOYO SECURITY MODULE
11084 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11085 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11086 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11087 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11088 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11089 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11090 W: http://tomoyo.sourceforge.jp/
11091 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11092 S: Maintained
11093 F: security/tomoyo/
11094
11095 TOPSTAR LAPTOP EXTRAS DRIVER
11096 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11097 L: platform-driver-x86@vger.kernel.org
11098 S: Maintained
11099 F: drivers/platform/x86/topstar-laptop.c
11100
11101 TOSHIBA ACPI EXTRAS DRIVER
11102 M: Azael Avalos <coproscefalo@gmail.com>
11103 L: platform-driver-x86@vger.kernel.org
11104 S: Maintained
11105 F: drivers/platform/x86/toshiba_acpi.c
11106
11107 TOSHIBA BLUETOOTH DRIVER
11108 M: Azael Avalos <coproscefalo@gmail.com>
11109 L: platform-driver-x86@vger.kernel.org
11110 S: Maintained
11111 F: drivers/platform/x86/toshiba_bluetooth.c
11112
11113 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11114 M: Azael Avalos <coproscefalo@gmail.com>
11115 L: platform-driver-x86@vger.kernel.org
11116 S: Maintained
11117 F: drivers/platform/x86/toshiba_haps.c
11118
11119 TOSHIBA WMI HOTKEYS DRIVER
11120 M: Azael Avalos <coproscefalo@gmail.com>
11121 L: platform-driver-x86@vger.kernel.org
11122 S: Maintained
11123 F: drivers/platform/x86/toshiba-wmi.c
11124
11125 TOSHIBA SMM DRIVER
11126 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11127 W: http://www.buzzard.org.uk/toshiba/
11128 S: Maintained
11129 F: drivers/char/toshiba.c
11130 F: include/linux/toshiba.h
11131 F: include/uapi/linux/toshiba.h
11132
11133 TOSHIBA TC358743 DRIVER
11134 M: Mats Randgaard <matrandg@cisco.com>
11135 L: linux-media@vger.kernel.org
11136 S: Maintained
11137 F: drivers/media/i2c/tc358743*
11138 F: include/media/i2c/tc358743.h
11139
11140 TMIO MMC DRIVER
11141 M: Ian Molton <ian@mnementh.co.uk>
11142 L: linux-mmc@vger.kernel.org
11143 S: Maintained
11144 F: drivers/mmc/host/tmio_mmc*
11145 F: drivers/mmc/host/sh_mobile_sdhi.c
11146 F: include/linux/mmc/tmio.h
11147 F: include/linux/mmc/sh_mobile_sdhi.h
11148
11149 TMP401 HARDWARE MONITOR DRIVER
11150 M: Guenter Roeck <linux@roeck-us.net>
11151 L: lm-sensors@lm-sensors.org
11152 S: Maintained
11153 F: Documentation/hwmon/tmp401
11154 F: drivers/hwmon/tmp401.c
11155
11156 TMPFS (SHMEM FILESYSTEM)
11157 M: Hugh Dickins <hughd@google.com>
11158 L: linux-mm@kvack.org
11159 S: Maintained
11160 F: include/linux/shmem_fs.h
11161 F: mm/shmem.c
11162
11163 TM6000 VIDEO4LINUX DRIVER
11164 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11165 L: linux-media@vger.kernel.org
11166 W: https://linuxtv.org
11167 T: git git://linuxtv.org/media_tree.git
11168 S: Odd fixes
11169 F: drivers/media/usb/tm6000/
11170
11171 TW68 VIDEO4LINUX DRIVER
11172 M: Hans Verkuil <hverkuil@xs4all.nl>
11173 L: linux-media@vger.kernel.org
11174 T: git git://linuxtv.org/media_tree.git
11175 W: https://linuxtv.org
11176 S: Odd Fixes
11177 F: drivers/media/pci/tw68/
11178
11179 TPM DEVICE DRIVER
11180 M: Peter Huewe <peterhuewe@gmx.de>
11181 M: Marcel Selhorst <tpmdd@selhorst.net>
11182 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11183 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11184 W: http://tpmdd.sourceforge.net
11185 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11186 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11187 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11188 S: Maintained
11189 F: drivers/char/tpm/
11190
11191 TPM IBM_VTPM DEVICE DRIVER
11192 M: Ashley Lai <ashleydlai@gmail.com>
11193 W: http://tpmdd.sourceforge.net
11194 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11195 S: Maintained
11196 F: drivers/char/tpm/tpm_ibmvtpm*
11197
11198 TRACING
11199 M: Steven Rostedt <rostedt@goodmis.org>
11200 M: Ingo Molnar <mingo@redhat.com>
11201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11202 S: Maintained
11203 F: Documentation/trace/ftrace.txt
11204 F: arch/*/*/*/ftrace.h
11205 F: arch/*/kernel/ftrace.c
11206 F: include/*/ftrace.h
11207 F: include/linux/trace*.h
11208 F: include/trace/
11209 F: kernel/trace/
11210 F: tools/testing/selftests/ftrace/
11211
11212 TRIVIAL PATCHES
11213 M: Jiri Kosina <trivial@kernel.org>
11214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11215 S: Maintained
11216 K: ^Subject:.*(?i)trivial
11217
11218 TTY LAYER
11219 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11220 M: Jiri Slaby <jslaby@suse.com>
11221 S: Supported
11222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11223 F: Documentation/serial/
11224 F: drivers/tty/
11225 F: drivers/tty/serial/serial_core.c
11226 F: include/linux/serial_core.h
11227 F: include/linux/serial.h
11228 F: include/linux/tty.h
11229 F: include/uapi/linux/serial_core.h
11230 F: include/uapi/linux/serial.h
11231 F: include/uapi/linux/tty.h
11232
11233 TUA9001 MEDIA DRIVER
11234 M: Antti Palosaari <crope@iki.fi>
11235 L: linux-media@vger.kernel.org
11236 W: https://linuxtv.org
11237 W: http://palosaari.fi/linux/
11238 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11239 T: git git://linuxtv.org/anttip/media_tree.git
11240 S: Maintained
11241 F: drivers/media/tuners/tua9001*
11242
11243 TULIP NETWORK DRIVERS
11244 L: netdev@vger.kernel.org
11245 L: linux-parisc@vger.kernel.org
11246 S: Orphan
11247 F: drivers/net/ethernet/dec/tulip/
11248
11249 TUN/TAP driver
11250 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11251 W: http://vtun.sourceforge.net/tun
11252 S: Maintained
11253 F: Documentation/networking/tuntap.txt
11254 F: arch/um/os-Linux/drivers/
11255
11256 TURBOCHANNEL SUBSYSTEM
11257 M: "Maciej W. Rozycki" <macro@linux-mips.org>
11258 M: Ralf Baechle <ralf@linux-mips.org>
11259 L: linux-mips@linux-mips.org
11260 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11261 S: Maintained
11262 F: drivers/tc/
11263 F: include/linux/tc.h
11264
11265 U14-34F SCSI DRIVER
11266 M: Dario Ballabio <ballabio_dario@emc.com>
11267 L: linux-scsi@vger.kernel.org
11268 S: Maintained
11269 F: drivers/scsi/u14-34f.c
11270
11271 UBI FILE SYSTEM (UBIFS)
11272 M: Artem Bityutskiy <dedekind1@gmail.com>
11273 M: Adrian Hunter <adrian.hunter@intel.com>
11274 L: linux-mtd@lists.infradead.org
11275 T: git git://git.infradead.org/ubifs-2.6.git
11276 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11277 S: Maintained
11278 F: Documentation/filesystems/ubifs.txt
11279 F: fs/ubifs/
11280
11281 UCLINUX (M68KNOMMU AND COLDFIRE)
11282 M: Greg Ungerer <gerg@uclinux.org>
11283 W: http://www.uclinux.org/
11284 L: linux-m68k@lists.linux-m68k.org
11285 L: uclinux-dev@uclinux.org (subscribers-only)
11286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11287 S: Maintained
11288 F: arch/m68k/coldfire/
11289 F: arch/m68k/68*/
11290 F: arch/m68k/*/*_no.*
11291 F: arch/m68k/include/asm/*_no.*
11292
11293 UDF FILESYSTEM
11294 M: Jan Kara <jack@suse.com>
11295 S: Maintained
11296 F: Documentation/filesystems/udf.txt
11297 F: fs/udf/
11298
11299 UFS FILESYSTEM
11300 M: Evgeniy Dushistov <dushistov@mail.ru>
11301 S: Maintained
11302 F: Documentation/filesystems/ufs.txt
11303 F: fs/ufs/
11304
11305 UHID USERSPACE HID IO DRIVER:
11306 M: David Herrmann <dh.herrmann@googlemail.com>
11307 L: linux-input@vger.kernel.org
11308 S: Maintained
11309 F: drivers/hid/uhid.c
11310 F: include/uapi/linux/uhid.h
11311
11312 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11313 L: linux-usb@vger.kernel.org
11314 S: Orphan
11315 F: drivers/uwb/
11316 F: include/linux/uwb.h
11317 F: include/linux/uwb/
11318
11319 UNICORE32 ARCHITECTURE:
11320 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11321 W: http://mprc.pku.edu.cn/~guanxuetao/linux
11322 S: Maintained
11323 T: git git://github.com/gxt/linux.git
11324 F: arch/unicore32/
11325
11326 UNIFDEF
11327 M: Tony Finch <dot@dotat.at>
11328 W: http://dotat.at/prog/unifdef
11329 S: Maintained
11330 F: scripts/unifdef.c
11331
11332 UNIFORM CDROM DRIVER
11333 M: Jens Axboe <axboe@kernel.dk>
11334 W: http://www.kernel.dk
11335 S: Maintained
11336 F: Documentation/cdrom/
11337 F: drivers/cdrom/cdrom.c
11338 F: include/linux/cdrom.h
11339 F: include/uapi/linux/cdrom.h
11340
11341 UNISYS S-PAR DRIVERS
11342 M: David Kershner <david.kershner@unisys.com>
11343 L: sparmaintainer@unisys.com (Unisys internal)
11344 S: Supported
11345 F: drivers/staging/unisys/
11346
11347 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11348 M: Vinayak Holikatti <vinholikatti@gmail.com>
11349 L: linux-scsi@vger.kernel.org
11350 S: Supported
11351 F: Documentation/scsi/ufs.txt
11352 F: drivers/scsi/ufs/
11353
11354 UNSORTED BLOCK IMAGES (UBI)
11355 M: Artem Bityutskiy <dedekind1@gmail.com>
11356 M: Richard Weinberger <richard@nod.at>
11357 W: http://www.linux-mtd.infradead.org/
11358 L: linux-mtd@lists.infradead.org
11359 T: git git://git.infradead.org/ubifs-2.6.git
11360 S: Supported
11361 F: drivers/mtd/ubi/
11362 F: include/linux/mtd/ubi.h
11363 F: include/uapi/mtd/ubi-user.h
11364
11365 USB ACM DRIVER
11366 M: Oliver Neukum <oneukum@suse.com>
11367 L: linux-usb@vger.kernel.org
11368 S: Maintained
11369 F: Documentation/usb/acm.txt
11370 F: drivers/usb/class/cdc-acm.*
11371
11372 USB AR5523 WIRELESS DRIVER
11373 M: Pontus Fuchs <pontus.fuchs@gmail.com>
11374 L: linux-wireless@vger.kernel.org
11375 S: Maintained
11376 F: drivers/net/wireless/ath/ar5523/
11377
11378 USB ATTACHED SCSI
11379 M: Hans de Goede <hdegoede@redhat.com>
11380 M: Gerd Hoffmann <kraxel@redhat.com>
11381 L: linux-usb@vger.kernel.org
11382 L: linux-scsi@vger.kernel.org
11383 S: Maintained
11384 F: drivers/usb/storage/uas.c
11385
11386 USB CDC ETHERNET DRIVER
11387 M: Oliver Neukum <oliver@neukum.org>
11388 L: linux-usb@vger.kernel.org
11389 S: Maintained
11390 F: drivers/net/usb/cdc_*.c
11391 F: include/uapi/linux/usb/cdc.h
11392
11393 USB CHAOSKEY DRIVER
11394 M: Keith Packard <keithp@keithp.com>
11395 L: linux-usb@vger.kernel.org
11396 S: Maintained
11397 F: drivers/usb/misc/chaoskey.c
11398
11399 USB CYPRESS C67X00 DRIVER
11400 M: Peter Korsgaard <jacmet@sunsite.dk>
11401 L: linux-usb@vger.kernel.org
11402 S: Maintained
11403 F: drivers/usb/c67x00/
11404
11405 USB DAVICOM DM9601 DRIVER
11406 M: Peter Korsgaard <jacmet@sunsite.dk>
11407 L: netdev@vger.kernel.org
11408 W: http://www.linux-usb.org/usbnet
11409 S: Maintained
11410 F: drivers/net/usb/dm9601.c
11411
11412 USB DIAMOND RIO500 DRIVER
11413 M: Cesar Miquel <miquel@df.uba.ar>
11414 L: rio500-users@lists.sourceforge.net
11415 W: http://rio500.sourceforge.net
11416 S: Maintained
11417 F: drivers/usb/misc/rio500*
11418
11419 USB EHCI DRIVER
11420 M: Alan Stern <stern@rowland.harvard.edu>
11421 L: linux-usb@vger.kernel.org
11422 S: Maintained
11423 F: Documentation/usb/ehci.txt
11424 F: drivers/usb/host/ehci*
11425
11426 USB GADGET/PERIPHERAL SUBSYSTEM
11427 M: Felipe Balbi <balbi@kernel.org>
11428 L: linux-usb@vger.kernel.org
11429 W: http://www.linux-usb.org/gadget
11430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11431 S: Maintained
11432 F: drivers/usb/gadget/
11433 F: include/linux/usb/gadget*
11434
11435 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11436 M: Jiri Kosina <jikos@kernel.org>
11437 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11438 L: linux-usb@vger.kernel.org
11439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11440 S: Maintained
11441 F: Documentation/hid/hiddev.txt
11442 F: drivers/hid/usbhid/
11443
11444 USB ISP116X DRIVER
11445 M: Olav Kongas <ok@artecdesign.ee>
11446 L: linux-usb@vger.kernel.org
11447 S: Maintained
11448 F: drivers/usb/host/isp116x*
11449 F: include/linux/usb/isp116x.h
11450
11451 USB LAN78XX ETHERNET DRIVER
11452 M: Woojung Huh <woojung.huh@microchip.com>
11453 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11454 L: netdev@vger.kernel.org
11455 S: Maintained
11456 F: drivers/net/usb/lan78xx.*
11457
11458 USB MASS STORAGE DRIVER
11459 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11460 L: linux-usb@vger.kernel.org
11461 L: usb-storage@lists.one-eyed-alien.net
11462 S: Maintained
11463 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11464 F: drivers/usb/storage/
11465
11466 USB MIDI DRIVER
11467 M: Clemens Ladisch <clemens@ladisch.de>
11468 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11469 T: git git://git.alsa-project.org/alsa-kernel.git
11470 S: Maintained
11471 F: sound/usb/midi.*
11472
11473 USB NETWORKING DRIVERS
11474 L: linux-usb@vger.kernel.org
11475 S: Odd Fixes
11476 F: drivers/net/usb/
11477
11478 USB OHCI DRIVER
11479 M: Alan Stern <stern@rowland.harvard.edu>
11480 L: linux-usb@vger.kernel.org
11481 S: Maintained
11482 F: Documentation/usb/ohci.txt
11483 F: drivers/usb/host/ohci*
11484
11485 USB OTG FSM (Finite State Machine)
11486 M: Peter Chen <Peter.Chen@nxp.com>
11487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11488 L: linux-usb@vger.kernel.org
11489 S: Maintained
11490 F: drivers/usb/common/usb-otg-fsm.c
11491
11492 USB OVER IP DRIVER
11493 M: Valentina Manea <valentina.manea.m@gmail.com>
11494 M: Shuah Khan <shuah.kh@samsung.com>
11495 L: linux-usb@vger.kernel.org
11496 S: Maintained
11497 F: Documentation/usb/usbip_protocol.txt
11498 F: drivers/usb/usbip/
11499 F: tools/usb/usbip/
11500
11501 USB PEGASUS DRIVER
11502 M: Petko Manolov <petkan@nucleusys.com>
11503 L: linux-usb@vger.kernel.org
11504 L: netdev@vger.kernel.org
11505 T: git git://github.com/petkan/pegasus.git
11506 W: https://github.com/petkan/pegasus
11507 S: Maintained
11508 F: drivers/net/usb/pegasus.*
11509
11510 USB PHY LAYER
11511 M: Felipe Balbi <balbi@kernel.org>
11512 L: linux-usb@vger.kernel.org
11513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11514 S: Maintained
11515 F: drivers/usb/phy/
11516
11517 USB PRINTER DRIVER (usblp)
11518 M: Pete Zaitcev <zaitcev@redhat.com>
11519 L: linux-usb@vger.kernel.org
11520 S: Supported
11521 F: drivers/usb/class/usblp.c
11522
11523 USB QMI WWAN NETWORK DRIVER
11524 M: Bjørn Mork <bjorn@mork.no>
11525 L: netdev@vger.kernel.org
11526 S: Maintained
11527 F: Documentation/ABI/testing/sysfs-class-net-qmi
11528 F: drivers/net/usb/qmi_wwan.c
11529
11530 USB RTL8150 DRIVER
11531 M: Petko Manolov <petkan@nucleusys.com>
11532 L: linux-usb@vger.kernel.org
11533 L: netdev@vger.kernel.org
11534 T: git git://github.com/petkan/rtl8150.git
11535 W: https://github.com/petkan/rtl8150
11536 S: Maintained
11537 F: drivers/net/usb/rtl8150.c
11538
11539 USB SERIAL SUBSYSTEM
11540 M: Johan Hovold <johan@kernel.org>
11541 L: linux-usb@vger.kernel.org
11542 S: Maintained
11543 F: Documentation/usb/usb-serial.txt
11544 F: drivers/usb/serial/
11545 F: include/linux/usb/serial.h
11546
11547 USB SMSC75XX ETHERNET DRIVER
11548 M: Steve Glendinning <steve.glendinning@shawell.net>
11549 L: netdev@vger.kernel.org
11550 S: Maintained
11551 F: drivers/net/usb/smsc75xx.*
11552
11553 USB SMSC95XX ETHERNET DRIVER
11554 M: Steve Glendinning <steve.glendinning@shawell.net>
11555 L: netdev@vger.kernel.org
11556 S: Maintained
11557 F: drivers/net/usb/smsc95xx.*
11558
11559 USB SUBSYSTEM
11560 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11561 L: linux-usb@vger.kernel.org
11562 W: http://www.linux-usb.org
11563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11564 S: Supported
11565 F: Documentation/usb/
11566 F: drivers/usb/
11567 F: include/linux/usb.h
11568 F: include/linux/usb/
11569
11570 USB UHCI DRIVER
11571 M: Alan Stern <stern@rowland.harvard.edu>
11572 L: linux-usb@vger.kernel.org
11573 S: Maintained
11574 F: drivers/usb/host/uhci*
11575
11576 USB "USBNET" DRIVER FRAMEWORK
11577 M: Oliver Neukum <oneukum@suse.com>
11578 L: netdev@vger.kernel.org
11579 W: http://www.linux-usb.org/usbnet
11580 S: Maintained
11581 F: drivers/net/usb/usbnet.c
11582 F: include/linux/usb/usbnet.h
11583
11584 USB VIDEO CLASS
11585 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11586 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11587 L: linux-media@vger.kernel.org
11588 T: git git://linuxtv.org/media_tree.git
11589 W: http://www.ideasonboard.org/uvc/
11590 S: Maintained
11591 F: drivers/media/usb/uvc/
11592 F: include/uapi/linux/uvcvideo.h
11593
11594 USB VISION DRIVER
11595 M: Hans Verkuil <hverkuil@xs4all.nl>
11596 L: linux-media@vger.kernel.org
11597 T: git git://linuxtv.org/media_tree.git
11598 W: https://linuxtv.org
11599 S: Odd Fixes
11600 F: drivers/media/usb/usbvision/
11601
11602 USB WEBCAM GADGET
11603 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11604 L: linux-usb@vger.kernel.org
11605 S: Maintained
11606 F: drivers/usb/gadget/function/*uvc*
11607 F: drivers/usb/gadget/legacy/webcam.c
11608
11609 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11610 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11611 L: linux-wireless@vger.kernel.org
11612 S: Maintained
11613 F: drivers/net/wireless/rndis_wlan.c
11614
11615 USB XHCI DRIVER
11616 M: Mathias Nyman <mathias.nyman@intel.com>
11617 L: linux-usb@vger.kernel.org
11618 S: Supported
11619 F: drivers/usb/host/xhci*
11620 F: drivers/usb/host/pci-quirks*
11621
11622 USB ZD1201 DRIVER
11623 L: linux-wireless@vger.kernel.org
11624 W: http://linux-lc100020.sourceforge.net
11625 S: Orphan
11626 F: drivers/net/wireless/zydas/zd1201.*
11627
11628 USB ZR364XX DRIVER
11629 M: Antoine Jacquet <royale@zerezo.com>
11630 L: linux-usb@vger.kernel.org
11631 L: linux-media@vger.kernel.org
11632 T: git git://linuxtv.org/media_tree.git
11633 W: http://royale.zerezo.com/zr364xx/
11634 S: Maintained
11635 F: Documentation/video4linux/zr364xx.txt
11636 F: drivers/media/usb/zr364xx/
11637
11638 ULPI BUS
11639 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11640 L: linux-usb@vger.kernel.org
11641 S: Maintained
11642 F: drivers/usb/common/ulpi.c
11643 F: include/linux/ulpi/
11644
11645 USER-MODE LINUX (UML)
11646 M: Jeff Dike <jdike@addtoit.com>
11647 M: Richard Weinberger <richard@nod.at>
11648 L: user-mode-linux-devel@lists.sourceforge.net
11649 L: user-mode-linux-user@lists.sourceforge.net
11650 W: http://user-mode-linux.sourceforge.net
11651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11652 S: Maintained
11653 F: Documentation/virtual/uml/
11654 F: arch/um/
11655 F: arch/x86/um/
11656 F: fs/hostfs/
11657 F: fs/hppfs/
11658
11659 USERSPACE I/O (UIO)
11660 M: "Hans J. Koch" <hjk@hansjkoch.de>
11661 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11662 S: Maintained
11663 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11664 F: Documentation/DocBook/uio-howto.tmpl
11665 F: drivers/uio/
11666 F: include/linux/uio*.h
11667
11668 UTIL-LINUX PACKAGE
11669 M: Karel Zak <kzak@redhat.com>
11670 L: util-linux@vger.kernel.org
11671 W: http://en.wikipedia.org/wiki/Util-linux
11672 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11673 S: Maintained
11674
11675 UVESAFB DRIVER
11676 M: Michal Januszewski <spock@gentoo.org>
11677 L: linux-fbdev@vger.kernel.org
11678 W: http://dev.gentoo.org/~spock/projects/uvesafb/
11679 S: Maintained
11680 F: Documentation/fb/uvesafb.txt
11681 F: drivers/video/fbdev/uvesafb.*
11682
11683 VF610 NAND DRIVER
11684 M: Stefan Agner <stefan@agner.ch>
11685 L: linux-mtd@lists.infradead.org
11686 S: Supported
11687 F: drivers/mtd/nand/vf610_nfc.c
11688
11689 VFAT/FAT/MSDOS FILESYSTEM
11690 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11691 S: Maintained
11692 F: Documentation/filesystems/vfat.txt
11693 F: fs/fat/
11694
11695 VFIO DRIVER
11696 M: Alex Williamson <alex.williamson@redhat.com>
11697 L: kvm@vger.kernel.org
11698 T: git git://github.com/awilliam/linux-vfio.git
11699 S: Maintained
11700 F: Documentation/vfio.txt
11701 F: drivers/vfio/
11702 F: include/linux/vfio.h
11703 F: include/uapi/linux/vfio.h
11704
11705 VFIO PLATFORM DRIVER
11706 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11707 L: kvm@vger.kernel.org
11708 S: Maintained
11709 F: drivers/vfio/platform/
11710
11711 VIDEOBUF2 FRAMEWORK
11712 M: Pawel Osciak <pawel@osciak.com>
11713 M: Marek Szyprowski <m.szyprowski@samsung.com>
11714 M: Kyungmin Park <kyungmin.park@samsung.com>
11715 L: linux-media@vger.kernel.org
11716 S: Maintained
11717 F: drivers/media/v4l2-core/videobuf2-*
11718 F: include/media/videobuf2-*
11719
11720 VIRTUAL SERIO DEVICE DRIVER
11721 M: Stephen Chandler Paul <thatslyude@gmail.com>
11722 S: Maintained
11723 F: drivers/input/serio/userio.c
11724 F: include/uapi/linux/userio.h
11725
11726 VIRTIO CONSOLE DRIVER
11727 M: Amit Shah <amit.shah@redhat.com>
11728 L: virtualization@lists.linux-foundation.org
11729 S: Maintained
11730 F: drivers/char/virtio_console.c
11731 F: include/linux/virtio_console.h
11732 F: include/uapi/linux/virtio_console.h
11733
11734 VIRTIO CORE, NET AND BLOCK DRIVERS
11735 M: "Michael S. Tsirkin" <mst@redhat.com>
11736 L: virtualization@lists.linux-foundation.org
11737 S: Maintained
11738 F: drivers/virtio/
11739 F: tools/virtio/
11740 F: drivers/net/virtio_net.c
11741 F: drivers/block/virtio_blk.c
11742 F: include/linux/virtio_*.h
11743 F: include/uapi/linux/virtio_*.h
11744
11745 VIRTIO DRIVERS FOR S390
11746 M: Christian Borntraeger <borntraeger@de.ibm.com>
11747 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11748 L: linux-s390@vger.kernel.org
11749 L: virtualization@lists.linux-foundation.org
11750 L: kvm@vger.kernel.org
11751 S: Supported
11752 F: drivers/s390/virtio/
11753
11754 VIRTIO GPU DRIVER
11755 M: David Airlie <airlied@linux.ie>
11756 M: Gerd Hoffmann <kraxel@redhat.com>
11757 L: dri-devel@lists.freedesktop.org
11758 L: virtualization@lists.linux-foundation.org
11759 S: Maintained
11760 F: drivers/gpu/drm/virtio/
11761 F: include/uapi/linux/virtio_gpu.h
11762
11763 VIRTIO HOST (VHOST)
11764 M: "Michael S. Tsirkin" <mst@redhat.com>
11765 L: kvm@vger.kernel.org
11766 L: virtualization@lists.linux-foundation.org
11767 L: netdev@vger.kernel.org
11768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11769 S: Maintained
11770 F: drivers/vhost/
11771 F: include/uapi/linux/vhost.h
11772
11773 VIRTIO INPUT DRIVER
11774 M: Gerd Hoffmann <kraxel@redhat.com>
11775 S: Maintained
11776 F: drivers/virtio/virtio_input.c
11777 F: include/uapi/linux/virtio_input.h
11778
11779 VIA RHINE NETWORK DRIVER
11780 S: Orphan
11781 F: drivers/net/ethernet/via/via-rhine.c
11782
11783 VIA SD/MMC CARD CONTROLLER DRIVER
11784 M: Bruce Chang <brucechang@via.com.tw>
11785 M: Harald Welte <HaraldWelte@viatech.com>
11786 S: Maintained
11787 F: drivers/mmc/host/via-sdmmc.c
11788
11789 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11790 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11791 L: linux-fbdev@vger.kernel.org
11792 S: Maintained
11793 F: include/linux/via-core.h
11794 F: include/linux/via-gpio.h
11795 F: include/linux/via_i2c.h
11796 F: drivers/video/fbdev/via/
11797
11798 VIA VELOCITY NETWORK DRIVER
11799 M: Francois Romieu <romieu@fr.zoreil.com>
11800 L: netdev@vger.kernel.org
11801 S: Maintained
11802 F: drivers/net/ethernet/via/via-velocity.*
11803
11804 VIRT LIB
11805 M: Alex Williamson <alex.williamson@redhat.com>
11806 M: Paolo Bonzini <pbonzini@redhat.com>
11807 L: kvm@vger.kernel.org
11808 S: Supported
11809 F: virt/lib/
11810
11811 VIVID VIRTUAL VIDEO DRIVER
11812 M: Hans Verkuil <hverkuil@xs4all.nl>
11813 L: linux-media@vger.kernel.org
11814 T: git git://linuxtv.org/media_tree.git
11815 W: https://linuxtv.org
11816 S: Maintained
11817 F: drivers/media/platform/vivid/*
11818
11819 VLAN (802.1Q)
11820 M: Patrick McHardy <kaber@trash.net>
11821 L: netdev@vger.kernel.org
11822 S: Maintained
11823 F: drivers/net/macvlan.c
11824 F: include/linux/if_*vlan.h
11825 F: net/8021q/
11826
11827 VLYNQ BUS
11828 M: Florian Fainelli <florian@openwrt.org>
11829 L: openwrt-devel@lists.openwrt.org (subscribers-only)
11830 S: Maintained
11831 F: drivers/vlynq/vlynq.c
11832 F: include/linux/vlynq.h
11833
11834 VME SUBSYSTEM
11835 M: Martyn Welch <martyn@welchs.me.uk>
11836 M: Manohar Vanga <manohar.vanga@gmail.com>
11837 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11838 L: devel@driverdev.osuosl.org
11839 S: Maintained
11840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11841 F: Documentation/vme_api.txt
11842 F: drivers/staging/vme/
11843 F: drivers/vme/
11844 F: include/linux/vme*
11845
11846 VMWARE HYPERVISOR INTERFACE
11847 M: Alok Kataria <akataria@vmware.com>
11848 L: virtualization@lists.linux-foundation.org
11849 S: Supported
11850 F: arch/x86/kernel/cpu/vmware.c
11851
11852 VMWARE BALLOON DRIVER
11853 M: Xavier Deguillard <xdeguillard@vmware.com>
11854 M: Philip Moltmann <moltmann@vmware.com>
11855 M: "VMware, Inc." <pv-drivers@vmware.com>
11856 L: linux-kernel@vger.kernel.org
11857 S: Maintained
11858 F: drivers/misc/vmw_balloon.c
11859
11860 VMWARE VMMOUSE SUBDRIVER
11861 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11862 M: "VMware, Inc." <pv-drivers@vmware.com>
11863 L: linux-input@vger.kernel.org
11864 S: Maintained
11865 F: drivers/input/mouse/vmmouse.c
11866 F: drivers/input/mouse/vmmouse.h
11867
11868 VMWARE VMXNET3 ETHERNET DRIVER
11869 M: Shrikrishna Khare <skhare@vmware.com>
11870 M: "VMware, Inc." <pv-drivers@vmware.com>
11871 L: netdev@vger.kernel.org
11872 S: Maintained
11873 F: drivers/net/vmxnet3/
11874
11875 VMware PVSCSI driver
11876 M: Arvind Kumar <arvindkumar@vmware.com>
11877 M: VMware PV-Drivers <pv-drivers@vmware.com>
11878 L: linux-scsi@vger.kernel.org
11879 S: Maintained
11880 F: drivers/scsi/vmw_pvscsi.c
11881 F: drivers/scsi/vmw_pvscsi.h
11882
11883 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11884 M: Liam Girdwood <lgirdwood@gmail.com>
11885 M: Mark Brown <broonie@kernel.org>
11886 L: linux-kernel@vger.kernel.org
11887 W: http://www.slimlogic.co.uk/?p=48
11888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11889 S: Supported
11890 F: drivers/regulator/
11891 F: include/linux/regulator/
11892
11893 VRF
11894 M: David Ahern <dsa@cumulusnetworks.com>
11895 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11896 L: netdev@vger.kernel.org
11897 S: Maintained
11898 F: drivers/net/vrf.c
11899 F: Documentation/networking/vrf.txt
11900
11901 VT1211 HARDWARE MONITOR DRIVER
11902 M: Juerg Haefliger <juergh@gmail.com>
11903 L: lm-sensors@lm-sensors.org
11904 S: Maintained
11905 F: Documentation/hwmon/vt1211
11906 F: drivers/hwmon/vt1211.c
11907
11908 VT8231 HARDWARE MONITOR DRIVER
11909 M: Roger Lucas <vt8231@hiddenengine.co.uk>
11910 L: lm-sensors@lm-sensors.org
11911 S: Maintained
11912 F: drivers/hwmon/vt8231.c
11913
11914 VUB300 USB to SDIO/SD/MMC bridge chip
11915 M: Tony Olech <tony.olech@elandigitalsystems.com>
11916 L: linux-mmc@vger.kernel.org
11917 L: linux-usb@vger.kernel.org
11918 S: Supported
11919 F: drivers/mmc/host/vub300.c
11920
11921 W1 DALLAS'S 1-WIRE BUS
11922 M: Evgeniy Polyakov <zbr@ioremap.net>
11923 S: Maintained
11924 F: Documentation/w1/
11925 F: drivers/w1/
11926
11927 W83791D HARDWARE MONITORING DRIVER
11928 M: Marc Hulsman <m.hulsman@tudelft.nl>
11929 L: lm-sensors@lm-sensors.org
11930 S: Maintained
11931 F: Documentation/hwmon/w83791d
11932 F: drivers/hwmon/w83791d.c
11933
11934 W83793 HARDWARE MONITORING DRIVER
11935 M: Rudolf Marek <r.marek@assembler.cz>
11936 L: lm-sensors@lm-sensors.org
11937 S: Maintained
11938 F: Documentation/hwmon/w83793
11939 F: drivers/hwmon/w83793.c
11940
11941 W83795 HARDWARE MONITORING DRIVER
11942 M: Jean Delvare <jdelvare@suse.com>
11943 L: lm-sensors@lm-sensors.org
11944 S: Maintained
11945 F: drivers/hwmon/w83795.c
11946
11947 W83L51xD SD/MMC CARD INTERFACE DRIVER
11948 M: Pierre Ossman <pierre@ossman.eu>
11949 S: Maintained
11950 F: drivers/mmc/host/wbsd.*
11951
11952 WACOM PROTOCOL 4 SERIAL TABLETS
11953 M: Julian Squires <julian@cipht.net>
11954 M: Hans de Goede <hdegoede@redhat.com>
11955 L: linux-input@vger.kernel.org
11956 S: Maintained
11957 F: drivers/input/tablet/wacom_serial4.c
11958
11959 WATCHDOG DEVICE DRIVERS
11960 M: Wim Van Sebroeck <wim@iguana.be>
11961 R: Guenter Roeck <linux@roeck-us.net>
11962 L: linux-watchdog@vger.kernel.org
11963 W: http://www.linux-watchdog.org/
11964 T: git git://www.linux-watchdog.org/linux-watchdog.git
11965 S: Maintained
11966 F: Documentation/watchdog/
11967 F: drivers/watchdog/
11968 F: include/linux/watchdog.h
11969 F: include/uapi/linux/watchdog.h
11970
11971 WD7000 SCSI DRIVER
11972 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11973 L: linux-scsi@vger.kernel.org
11974 S: Maintained
11975 F: drivers/scsi/wd7000.c
11976
11977 WIIMOTE HID DRIVER
11978 M: David Herrmann <dh.herrmann@googlemail.com>
11979 L: linux-input@vger.kernel.org
11980 S: Maintained
11981 F: drivers/hid/hid-wiimote*
11982
11983 WINBOND CIR DRIVER
11984 M: David Härdeman <david@hardeman.nu>
11985 S: Maintained
11986 F: drivers/media/rc/winbond-cir.c
11987
11988 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
11989 M: William Breathitt Gray <vilhelm.gray@gmail.com>
11990 L: linux-watchdog@vger.kernel.org
11991 S: Maintained
11992 F: drivers/watchdog/ebc-c384_wdt.c
11993
11994 WINSYSTEMS WS16C48 GPIO DRIVER
11995 M: William Breathitt Gray <vilhelm.gray@gmail.com>
11996 L: linux-gpio@vger.kernel.org
11997 S: Maintained
11998 F: drivers/gpio/gpio-ws16c48.c
11999
12000 WIMAX STACK
12001 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12002 M: linux-wimax@intel.com
12003 L: wimax@linuxwimax.org (subscribers-only)
12004 S: Supported
12005 W: http://linuxwimax.org
12006 F: Documentation/wimax/README.wimax
12007 F: include/linux/wimax/debug.h
12008 F: include/net/wimax.h
12009 F: include/uapi/linux/wimax.h
12010 F: net/wimax/
12011
12012 WISTRON LAPTOP BUTTON DRIVER
12013 M: Miloslav Trmac <mitr@volny.cz>
12014 S: Maintained
12015 F: drivers/input/misc/wistron_btns.c
12016
12017 WL3501 WIRELESS PCMCIA CARD DRIVER
12018 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12019 L: linux-wireless@vger.kernel.org
12020 W: http://oops.ghostprotocols.net:81/blog
12021 S: Maintained
12022 F: drivers/net/wireless/wl3501*
12023
12024 WOLFSON MICROELECTRONICS DRIVERS
12025 L: patches@opensource.wolfsonmicro.com
12026 T: git https://github.com/CirrusLogic/linux-drivers.git
12027 W: https://github.com/CirrusLogic/linux-drivers/wiki
12028 S: Supported
12029 F: Documentation/hwmon/wm83??
12030 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12031 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12032 F: Documentation/devicetree/bindings/mfd/arizona.txt
12033 F: arch/arm/mach-s3c64xx/mach-crag6410*
12034 F: drivers/clk/clk-wm83*.c
12035 F: drivers/extcon/extcon-arizona.c
12036 F: drivers/leds/leds-wm83*.c
12037 F: drivers/gpio/gpio-*wm*.c
12038 F: drivers/gpio/gpio-arizona.c
12039 F: drivers/hwmon/wm83??-hwmon.c
12040 F: drivers/input/misc/wm831x-on.c
12041 F: drivers/input/touchscreen/wm831x-ts.c
12042 F: drivers/input/touchscreen/wm97*.c
12043 F: drivers/mfd/arizona*
12044 F: drivers/mfd/wm*.c
12045 F: drivers/mfd/cs47l24*
12046 F: drivers/power/wm83*.c
12047 F: drivers/rtc/rtc-wm83*.c
12048 F: drivers/regulator/wm8*.c
12049 F: drivers/video/backlight/wm83*_bl.c
12050 F: drivers/watchdog/wm83*_wdt.c
12051 F: include/linux/mfd/arizona/
12052 F: include/linux/mfd/wm831x/
12053 F: include/linux/mfd/wm8350/
12054 F: include/linux/mfd/wm8400*
12055 F: include/linux/wm97xx.h
12056 F: include/sound/wm????.h
12057 F: sound/soc/codecs/arizona.?
12058 F: sound/soc/codecs/wm*
12059 F: sound/soc/codecs/cs47l24*
12060
12061 WORKQUEUE
12062 M: Tejun Heo <tj@kernel.org>
12063 R: Lai Jiangshan <jiangshanlai@gmail.com>
12064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12065 S: Maintained
12066 F: include/linux/workqueue.h
12067 F: kernel/workqueue.c
12068 F: Documentation/workqueue.txt
12069
12070 X.25 NETWORK LAYER
12071 M: Andrew Hendry <andrew.hendry@gmail.com>
12072 L: linux-x25@vger.kernel.org
12073 S: Odd Fixes
12074 F: Documentation/networking/x25*
12075 F: include/net/x25*
12076 F: net/x25/
12077
12078 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12079 M: Thomas Gleixner <tglx@linutronix.de>
12080 M: Ingo Molnar <mingo@redhat.com>
12081 M: "H. Peter Anvin" <hpa@zytor.com>
12082 M: x86@kernel.org
12083 L: linux-kernel@vger.kernel.org
12084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12085 S: Maintained
12086 F: Documentation/x86/
12087 F: arch/x86/
12088
12089 X86 PLATFORM DRIVERS
12090 M: Darren Hart <dvhart@infradead.org>
12091 L: platform-driver-x86@vger.kernel.org
12092 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12093 S: Maintained
12094 F: drivers/platform/x86/
12095 F: drivers/platform/olpc/
12096
12097 X86 MCE INFRASTRUCTURE
12098 M: Tony Luck <tony.luck@intel.com>
12099 M: Borislav Petkov <bp@alien8.de>
12100 L: linux-edac@vger.kernel.org
12101 S: Maintained
12102 F: arch/x86/kernel/cpu/mcheck/*
12103
12104 X86 MICROCODE UPDATE SUPPORT
12105 M: Borislav Petkov <bp@alien8.de>
12106 S: Maintained
12107 F: arch/x86/kernel/cpu/microcode/*
12108
12109 X86 VDSO
12110 M: Andy Lutomirski <luto@amacapital.net>
12111 L: linux-kernel@vger.kernel.org
12112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12113 S: Maintained
12114 F: arch/x86/entry/vdso/
12115
12116 XC2028/3028 TUNER DRIVER
12117 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12118 L: linux-media@vger.kernel.org
12119 W: https://linuxtv.org
12120 T: git git://linuxtv.org/media_tree.git
12121 S: Maintained
12122 F: drivers/media/tuners/tuner-xc2028.*
12123
12124 XEN HYPERVISOR INTERFACE
12125 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12126 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12127 M: David Vrabel <david.vrabel@citrix.com>
12128 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12130 S: Supported
12131 F: arch/x86/xen/
12132 F: drivers/*/xen-*front.c
12133 F: drivers/xen/
12134 F: arch/x86/include/asm/xen/
12135 F: include/xen/
12136 F: include/uapi/xen/
12137
12138 XEN HYPERVISOR ARM
12139 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12140 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12141 S: Supported
12142 F: arch/arm/xen/
12143 F: arch/arm/include/asm/xen/
12144
12145 XEN HYPERVISOR ARM64
12146 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12147 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12148 S: Supported
12149 F: arch/arm64/xen/
12150 F: arch/arm64/include/asm/xen/
12151
12152 XEN NETWORK BACKEND DRIVER
12153 M: Wei Liu <wei.liu2@citrix.com>
12154 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12155 L: netdev@vger.kernel.org
12156 S: Supported
12157 F: drivers/net/xen-netback/*
12158
12159 XEN PCI SUBSYSTEM
12160 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12161 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12162 S: Supported
12163 F: arch/x86/pci/*xen*
12164 F: drivers/pci/*xen*
12165
12166 XEN BLOCK SUBSYSTEM
12167 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12168 M: Roger Pau Monné <roger.pau@citrix.com>
12169 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12170 S: Supported
12171 F: drivers/block/xen-blkback/*
12172 F: drivers/block/xen*
12173
12174 XEN PVSCSI DRIVERS
12175 M: Juergen Gross <jgross@suse.com>
12176 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12177 L: linux-scsi@vger.kernel.org
12178 S: Supported
12179 F: drivers/scsi/xen-scsifront.c
12180 F: drivers/xen/xen-scsiback.c
12181 F: include/xen/interface/io/vscsiif.h
12182
12183 XEN SWIOTLB SUBSYSTEM
12184 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12185 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12186 S: Supported
12187 F: arch/x86/xen/*swiotlb*
12188 F: drivers/xen/*swiotlb*
12189
12190 XFS FILESYSTEM
12191 P: Silicon Graphics Inc
12192 M: Dave Chinner <david@fromorbit.com>
12193 M: xfs@oss.sgi.com
12194 L: xfs@oss.sgi.com
12195 W: http://oss.sgi.com/projects/xfs
12196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12197 S: Supported
12198 F: Documentation/filesystems/xfs.txt
12199 F: fs/xfs/
12200
12201 XILINX AXI ETHERNET DRIVER
12202 M: Anirudha Sarangi <anirudh@xilinx.com>
12203 M: John Linn <John.Linn@xilinx.com>
12204 S: Maintained
12205 F: drivers/net/ethernet/xilinx/xilinx_axienet*
12206
12207 XILINX UARTLITE SERIAL DRIVER
12208 M: Peter Korsgaard <jacmet@sunsite.dk>
12209 L: linux-serial@vger.kernel.org
12210 S: Maintained
12211 F: drivers/tty/serial/uartlite.c
12212
12213 XILINX VIDEO IP CORES
12214 M: Hyun Kwon <hyun.kwon@xilinx.com>
12215 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12216 L: linux-media@vger.kernel.org
12217 T: git git://linuxtv.org/media_tree.git
12218 S: Supported
12219 F: Documentation/devicetree/bindings/media/xilinx/
12220 F: drivers/media/platform/xilinx/
12221 F: include/uapi/linux/xilinx-v4l2-controls.h
12222
12223 XILLYBUS DRIVER
12224 M: Eli Billauer <eli.billauer@gmail.com>
12225 L: linux-kernel@vger.kernel.org
12226 S: Supported
12227 F: drivers/char/xillybus/
12228
12229 XTENSA XTFPGA PLATFORM SUPPORT
12230 M: Max Filippov <jcmvbkbc@gmail.com>
12231 L: linux-xtensa@linux-xtensa.org
12232 S: Maintained
12233 F: drivers/spi/spi-xtensa-xtfpga.c
12234 F: sound/soc/xtensa/xtfpga-i2s.c
12235
12236 YAM DRIVER FOR AX.25
12237 M: Jean-Paul Roubelat <jpr@f6fbb.org>
12238 L: linux-hams@vger.kernel.org
12239 S: Maintained
12240 F: drivers/net/hamradio/yam*
12241 F: include/linux/yam.h
12242
12243 YEALINK PHONE DRIVER
12244 M: Henk Vergonet <Henk.Vergonet@gmail.com>
12245 L: usbb2k-api-dev@nongnu.org
12246 S: Maintained
12247 F: Documentation/input/yealink.txt
12248 F: drivers/input/misc/yealink.*
12249
12250 Z8530 DRIVER FOR AX.25
12251 M: Joerg Reuter <jreuter@yaina.de>
12252 W: http://yaina.de/jreuter/
12253 W: http://www.qsl.net/dl1bke/
12254 L: linux-hams@vger.kernel.org
12255 S: Maintained
12256 F: Documentation/networking/z8530drv.txt
12257 F: drivers/net/hamradio/*scc.c
12258 F: drivers/net/hamradio/z8530.h
12259
12260 ZBUD COMPRESSED PAGE ALLOCATOR
12261 M: Seth Jennings <sjenning@redhat.com>
12262 L: linux-mm@kvack.org
12263 S: Maintained
12264 F: mm/zbud.c
12265 F: include/linux/zbud.h
12266
12267 ZD1211RW WIRELESS DRIVER
12268 M: Daniel Drake <dsd@gentoo.org>
12269 M: Ulrich Kunitz <kune@deine-taler.de>
12270 W: http://zd1211.ath.cx/wiki/DriverRewrite
12271 L: linux-wireless@vger.kernel.org
12272 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12273 S: Maintained
12274 F: drivers/net/wireless/zydas/zd1211rw/
12275
12276 ZPOOL COMPRESSED PAGE STORAGE API
12277 M: Dan Streetman <ddstreet@ieee.org>
12278 L: linux-mm@kvack.org
12279 S: Maintained
12280 F: mm/zpool.c
12281 F: include/linux/zpool.h
12282
12283 ZR36067 VIDEO FOR LINUX DRIVER
12284 L: mjpeg-users@lists.sourceforge.net
12285 L: linux-media@vger.kernel.org
12286 W: http://mjpeg.sourceforge.net/driver-zoran/
12287 T: hg https://linuxtv.org/hg/v4l-dvb
12288 S: Odd Fixes
12289 F: drivers/media/pci/zoran/
12290
12291 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12292 M: Minchan Kim <minchan@kernel.org>
12293 M: Nitin Gupta <ngupta@vflare.org>
12294 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12295 L: linux-kernel@vger.kernel.org
12296 S: Maintained
12297 F: drivers/block/zram/
12298 F: Documentation/blockdev/zram.txt
12299
12300 ZS DECSTATION Z85C30 SERIAL DRIVER
12301 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12302 S: Maintained
12303 F: drivers/tty/serial/zs.*
12304
12305 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12306 M: Minchan Kim <minchan@kernel.org>
12307 M: Nitin Gupta <ngupta@vflare.org>
12308 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12309 L: linux-mm@kvack.org
12310 S: Maintained
12311 F: mm/zsmalloc.c
12312 F: include/linux/zsmalloc.h
12313 F: Documentation/vm/zsmalloc.txt
12314
12315 ZSWAP COMPRESSED SWAP CACHING
12316 M: Seth Jennings <sjenning@redhat.com>
12317 L: linux-mm@kvack.org
12318 S: Maintained
12319 F: mm/zswap.c
12320
12321 THE REST
12322 M: Linus Torvalds <torvalds@linux-foundation.org>
12323 L: linux-kernel@vger.kernel.org
12324 Q: http://patchwork.kernel.org/project/LKML/list/
12325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12326 S: Buried alive in reporters
12327 F: *
12328 F: */
This page took 0.256881 seconds and 6 git commands to generate.