[media] vivid: add CEC emulation
[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 S: Maintained
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
185 S: Orphan / Obsolete
186 F: drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S: Maintained
197 F: Documentation/filesystems/9p.txt
198 F: fs/9p/
199 F: net/9p/
200 F: include/net/9p/
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
212 S: Maintained
213 F: drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
219 S: Supported
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
222
223 ABI/API
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
226 F: kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
231 S: Maintained
232 F: drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
237 S: Maintained
238 F: drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
243 S: Maintained
244 F: drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
249 S: Maintained
250 F: drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
255 S: Maintained
256 F: drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
261 S: Maintained
262 F: drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
268 S: Maintained
269 F: drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
274 S: Maintained
275 F: drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S: Supported
285 F: drivers/acpi/
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
288 F: include/acpi/
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: drivers/pci/*acpi*
292 F: drivers/pci/*/*acpi*
293 F: drivers/pci/*/*/*acpi*
294 F: tools/power/acpi/
295
296 ACPI COMPONENT ARCHITECTURE (ACPICA)
297 M: Robert Moore <robert.moore@intel.com>
298 M: Lv Zheng <lv.zheng@intel.com>
299 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
300 L: linux-acpi@vger.kernel.org
301 L: devel@acpica.org
302 W: https://acpica.org/
303 W: https://github.com/acpica/acpica/
304 Q: https://patchwork.kernel.org/project/linux-acpi/list/
305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
306 S: Supported
307 F: drivers/acpi/acpica/
308 F: include/acpi/
309 F: tools/power/acpi/
310
311 ACPI FAN DRIVER
312 M: Zhang Rui <rui.zhang@intel.com>
313 L: linux-acpi@vger.kernel.org
314 W: https://01.org/linux-acpi
315 S: Supported
316 F: drivers/acpi/fan.c
317
318 ACPI THERMAL DRIVER
319 M: Zhang Rui <rui.zhang@intel.com>
320 L: linux-acpi@vger.kernel.org
321 W: https://01.org/linux-acpi
322 S: Supported
323 F: drivers/acpi/*thermal*
324
325 ACPI VIDEO DRIVER
326 M: Zhang Rui <rui.zhang@intel.com>
327 L: linux-acpi@vger.kernel.org
328 W: https://01.org/linux-acpi
329 S: Supported
330 F: drivers/acpi/acpi_video.c
331
332 ACPI WMI DRIVER
333 L: platform-driver-x86@vger.kernel.org
334 S: Orphan
335 F: drivers/platform/x86/wmi.c
336
337 AD1889 ALSA SOUND DRIVER
338 M: Thibaut Varene <T-Bone@parisc-linux.org>
339 W: http://wiki.parisc-linux.org/AD1889
340 L: linux-parisc@vger.kernel.org
341 S: Maintained
342 F: sound/pci/ad1889.*
343
344 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
345 M: Michael Hennerich <michael.hennerich@analog.com>
346 W: http://wiki.analog.com/AD5254
347 W: http://ez.analog.com/community/linux-device-drivers
348 S: Supported
349 F: drivers/misc/ad525x_dpot.c
350
351 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
352 M: Michael Hennerich <michael.hennerich@analog.com>
353 W: http://wiki.analog.com/AD5398
354 W: http://ez.analog.com/community/linux-device-drivers
355 S: Supported
356 F: drivers/regulator/ad5398.c
357
358 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
359 M: Michael Hennerich <michael.hennerich@analog.com>
360 W: http://wiki.analog.com/AD7142
361 W: http://ez.analog.com/community/linux-device-drivers
362 S: Supported
363 F: drivers/input/misc/ad714x.c
364
365 AD7877 TOUCHSCREEN DRIVER
366 M: Michael Hennerich <michael.hennerich@analog.com>
367 W: http://wiki.analog.com/AD7877
368 W: http://ez.analog.com/community/linux-device-drivers
369 S: Supported
370 F: drivers/input/touchscreen/ad7877.c
371
372 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
373 M: Michael Hennerich <michael.hennerich@analog.com>
374 W: http://wiki.analog.com/AD7879
375 W: http://ez.analog.com/community/linux-device-drivers
376 S: Supported
377 F: drivers/input/touchscreen/ad7879.c
378
379 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
380 M: Jiri Kosina <jikos@kernel.org>
381 S: Maintained
382
383 ADF7242 IEEE 802.15.4 RADIO DRIVER
384 M: Michael Hennerich <michael.hennerich@analog.com>
385 W: https://wiki.analog.com/ADF7242
386 W: http://ez.analog.com/community/linux-device-drivers
387 L: linux-wpan@vger.kernel.org
388 S: Supported
389 F: drivers/net/ieee802154/adf7242.c
390 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
391
392 ADM1025 HARDWARE MONITOR DRIVER
393 M: Jean Delvare <jdelvare@suse.com>
394 L: linux-hwmon@vger.kernel.org
395 S: Maintained
396 F: Documentation/hwmon/adm1025
397 F: drivers/hwmon/adm1025.c
398
399 ADM1029 HARDWARE MONITOR DRIVER
400 M: Corentin Labbe <clabbe.montjoie@gmail.com>
401 L: linux-hwmon@vger.kernel.org
402 S: Maintained
403 F: drivers/hwmon/adm1029.c
404
405 ADM8211 WIRELESS DRIVER
406 L: linux-wireless@vger.kernel.org
407 W: http://wireless.kernel.org/
408 S: Orphan
409 F: drivers/net/wireless/admtek/adm8211.*
410
411 ADP1653 FLASH CONTROLLER DRIVER
412 M: Sakari Ailus <sakari.ailus@iki.fi>
413 L: linux-media@vger.kernel.org
414 S: Maintained
415 F: drivers/media/i2c/adp1653.c
416 F: include/media/i2c/adp1653.h
417
418 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
419 M: Michael Hennerich <michael.hennerich@analog.com>
420 W: http://wiki.analog.com/ADP5520
421 W: http://ez.analog.com/community/linux-device-drivers
422 S: Supported
423 F: drivers/mfd/adp5520.c
424 F: drivers/video/backlight/adp5520_bl.c
425 F: drivers/leds/leds-adp5520.c
426 F: drivers/gpio/gpio-adp5520.c
427 F: drivers/input/keyboard/adp5520-keys.c
428
429 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
430 M: Michael Hennerich <michael.hennerich@analog.com>
431 W: http://wiki.analog.com/ADP5588
432 W: http://ez.analog.com/community/linux-device-drivers
433 S: Supported
434 F: drivers/input/keyboard/adp5588-keys.c
435 F: drivers/gpio/gpio-adp5588.c
436
437 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
438 M: Michael Hennerich <michael.hennerich@analog.com>
439 W: http://wiki.analog.com/ADP8860
440 W: http://ez.analog.com/community/linux-device-drivers
441 S: Supported
442 F: drivers/video/backlight/adp8860_bl.c
443
444 ADS1015 HARDWARE MONITOR DRIVER
445 M: Dirk Eibach <eibach@gdsys.de>
446 L: linux-hwmon@vger.kernel.org
447 S: Maintained
448 F: Documentation/hwmon/ads1015
449 F: drivers/hwmon/ads1015.c
450 F: include/linux/i2c/ads1015.h
451
452 ADT746X FAN DRIVER
453 M: Colin Leroy <colin@colino.net>
454 S: Maintained
455 F: drivers/macintosh/therm_adt746x.c
456
457 ADT7475 HARDWARE MONITOR DRIVER
458 M: Jean Delvare <jdelvare@suse.com>
459 L: linux-hwmon@vger.kernel.org
460 S: Maintained
461 F: Documentation/hwmon/adt7475
462 F: drivers/hwmon/adt7475.c
463
464 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
465 M: Michael Hennerich <michael.hennerich@analog.com>
466 W: http://wiki.analog.com/ADXL345
467 W: http://ez.analog.com/community/linux-device-drivers
468 S: Supported
469 F: drivers/input/misc/adxl34x.c
470
471 ADVANSYS SCSI DRIVER
472 M: Matthew Wilcox <matthew@wil.cx>
473 M: Hannes Reinecke <hare@suse.com>
474 L: linux-scsi@vger.kernel.org
475 S: Maintained
476 F: Documentation/scsi/advansys.txt
477 F: drivers/scsi/advansys.c
478
479 AEDSP16 DRIVER
480 M: Riccardo Facchetti <fizban@tin.it>
481 S: Maintained
482 F: sound/oss/aedsp16.c
483
484 AF9013 MEDIA DRIVER
485 M: Antti Palosaari <crope@iki.fi>
486 L: linux-media@vger.kernel.org
487 W: https://linuxtv.org
488 W: http://palosaari.fi/linux/
489 Q: http://patchwork.linuxtv.org/project/linux-media/list/
490 T: git git://linuxtv.org/anttip/media_tree.git
491 S: Maintained
492 F: drivers/media/dvb-frontends/af9013*
493
494 AF9033 MEDIA DRIVER
495 M: Antti Palosaari <crope@iki.fi>
496 L: linux-media@vger.kernel.org
497 W: https://linuxtv.org
498 W: http://palosaari.fi/linux/
499 Q: http://patchwork.linuxtv.org/project/linux-media/list/
500 T: git git://linuxtv.org/anttip/media_tree.git
501 S: Maintained
502 F: drivers/media/dvb-frontends/af9033*
503
504 AFFS FILE SYSTEM
505 L: linux-fsdevel@vger.kernel.org
506 S: Orphan
507 F: Documentation/filesystems/affs.txt
508 F: fs/affs/
509
510 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
511 M: David Howells <dhowells@redhat.com>
512 L: linux-afs@lists.infradead.org
513 S: Supported
514 F: fs/afs/
515 F: include/net/af_rxrpc.h
516 F: net/rxrpc/af_rxrpc.c
517
518 AGPGART DRIVER
519 M: David Airlie <airlied@linux.ie>
520 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
521 S: Maintained
522 F: drivers/char/agp/
523 F: include/linux/agp*
524 F: include/uapi/linux/agp*
525
526 AHA152X SCSI DRIVER
527 M: "Juergen E. Fischer" <fischer@norbit.de>
528 L: linux-scsi@vger.kernel.org
529 S: Maintained
530 F: drivers/scsi/aha152x*
531 F: drivers/scsi/pcmcia/aha152x*
532
533 AIC7XXX / AIC79XX SCSI DRIVER
534 M: Hannes Reinecke <hare@suse.com>
535 L: linux-scsi@vger.kernel.org
536 S: Maintained
537 F: drivers/scsi/aic7xxx/
538
539 AIMSLAB FM RADIO RECEIVER DRIVER
540 M: Hans Verkuil <hverkuil@xs4all.nl>
541 L: linux-media@vger.kernel.org
542 T: git git://linuxtv.org/media_tree.git
543 W: https://linuxtv.org
544 S: Maintained
545 F: drivers/media/radio/radio-aimslab*
546
547 AIO
548 M: Benjamin LaHaise <bcrl@kvack.org>
549 L: linux-aio@kvack.org
550 S: Supported
551 F: fs/aio.c
552 F: include/linux/*aio*.h
553
554 AIRSPY MEDIA DRIVER
555 M: Antti Palosaari <crope@iki.fi>
556 L: linux-media@vger.kernel.org
557 W: https://linuxtv.org
558 W: http://palosaari.fi/linux/
559 Q: http://patchwork.linuxtv.org/project/linux-media/list/
560 T: git git://linuxtv.org/anttip/media_tree.git
561 S: Maintained
562 F: drivers/media/usb/airspy/
563
564 ALCATEL SPEEDTOUCH USB DRIVER
565 M: Duncan Sands <duncan.sands@free.fr>
566 L: linux-usb@vger.kernel.org
567 W: http://www.linux-usb.org/SpeedTouch/
568 S: Maintained
569 F: drivers/usb/atm/speedtch.c
570 F: drivers/usb/atm/usbatm.c
571
572 ALCHEMY AU1XX0 MMC DRIVER
573 M: Manuel Lauss <manuel.lauss@gmail.com>
574 S: Maintained
575 F: drivers/mmc/host/au1xmmc.c
576
577 ALI1563 I2C DRIVER
578 M: Rudolf Marek <r.marek@assembler.cz>
579 L: linux-i2c@vger.kernel.org
580 S: Maintained
581 F: Documentation/i2c/busses/i2c-ali1563
582 F: drivers/i2c/busses/i2c-ali1563.c
583
584 ALLWINNER SECURITY SYSTEM
585 M: Corentin Labbe <clabbe.montjoie@gmail.com>
586 L: linux-crypto@vger.kernel.org
587 S: Maintained
588 F: drivers/crypto/sunxi-ss/
589
590 ALPHA PORT
591 M: Richard Henderson <rth@twiddle.net>
592 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
593 M: Matt Turner <mattst88@gmail.com>
594 S: Odd Fixes
595 L: linux-alpha@vger.kernel.org
596 F: arch/alpha/
597
598 ALTERA MAILBOX DRIVER
599 M: Ley Foon Tan <lftan@altera.com>
600 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
601 S: Maintained
602 F: drivers/mailbox/mailbox-altera.c
603
604 ALTERA PIO DRIVER
605 M: Tien Hock Loh <thloh@altera.com>
606 L: linux-gpio@vger.kernel.org
607 S: Maintained
608 F: drivers/gpio/gpio-altera.c
609
610 ALTERA TRIPLE SPEED ETHERNET DRIVER
611 M: Vince Bridgers <vbridger@opensource.altera.com>
612 L: netdev@vger.kernel.org
613 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
614 S: Maintained
615 F: drivers/net/ethernet/altera/
616
617 ALTERA UART/JTAG UART SERIAL DRIVERS
618 M: Tobias Klauser <tklauser@distanz.ch>
619 L: linux-serial@vger.kernel.org
620 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
621 S: Maintained
622 F: drivers/tty/serial/altera_uart.c
623 F: drivers/tty/serial/altera_jtaguart.c
624 F: include/linux/altera_uart.h
625 F: include/linux/altera_jtaguart.h
626
627 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
628 M: Tom Lendacky <thomas.lendacky@amd.com>
629 M: Gary Hook <gary.hook@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: linux-hwmon@vger.kernel.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 SEATTLE DEVICE TREE SUPPORT
683 M: Brijesh Singh <brijeshkumar.singh@amd.com>
684 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
685 M: Tom Lendacky <thomas.lendacky@amd.com>
686 S: Supported
687 F: arch/arm64/boot/dts/amd/
688
689 AMD XGBE DRIVER
690 M: Tom Lendacky <thomas.lendacky@amd.com>
691 L: netdev@vger.kernel.org
692 S: Supported
693 F: drivers/net/ethernet/amd/xgbe/
694 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
695
696 AMS (Apple Motion Sensor) DRIVER
697 M: Michael Hanselmann <linux-kernel@hansmi.ch>
698 S: Supported
699 F: drivers/macintosh/ams/
700
701 ANALOG DEVICES INC AD9389B DRIVER
702 M: Hans Verkuil <hans.verkuil@cisco.com>
703 L: linux-media@vger.kernel.org
704 S: Maintained
705 F: drivers/media/i2c/ad9389b*
706
707 ANALOG DEVICES INC ADV7180 DRIVER
708 M: Lars-Peter Clausen <lars@metafoo.de>
709 L: linux-media@vger.kernel.org
710 W: http://ez.analog.com/community/linux-device-drivers
711 S: Supported
712 F: drivers/media/i2c/adv7180.c
713
714 ANALOG DEVICES INC ADV7511 DRIVER
715 M: Hans Verkuil <hans.verkuil@cisco.com>
716 L: linux-media@vger.kernel.org
717 S: Maintained
718 F: drivers/media/i2c/adv7511*
719
720 ANALOG DEVICES INC ADV7604 DRIVER
721 M: Hans Verkuil <hans.verkuil@cisco.com>
722 L: linux-media@vger.kernel.org
723 S: Maintained
724 F: drivers/media/i2c/adv7604*
725
726 ANALOG DEVICES INC ADV7842 DRIVER
727 M: Hans Verkuil <hans.verkuil@cisco.com>
728 L: linux-media@vger.kernel.org
729 S: Maintained
730 F: drivers/media/i2c/adv7842*
731
732 ANALOG DEVICES INC ASOC CODEC DRIVERS
733 M: Lars-Peter Clausen <lars@metafoo.de>
734 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
735 W: http://wiki.analog.com/
736 W: http://ez.analog.com/community/linux-device-drivers
737 S: Supported
738 F: sound/soc/codecs/adau*
739 F: sound/soc/codecs/adav*
740 F: sound/soc/codecs/ad1*
741 F: sound/soc/codecs/ad7*
742 F: sound/soc/codecs/ssm*
743 F: sound/soc/codecs/sigmadsp.*
744
745 ANALOG DEVICES INC ASOC DRIVERS
746 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
747 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
748 W: http://blackfin.uclinux.org/
749 S: Supported
750 F: sound/soc/blackfin/*
751
752 ANALOG DEVICES INC IIO DRIVERS
753 M: Lars-Peter Clausen <lars@metafoo.de>
754 M: Michael Hennerich <Michael.Hennerich@analog.com>
755 W: http://wiki.analog.com/
756 W: http://ez.analog.com/community/linux-device-drivers
757 S: Supported
758 F: drivers/iio/*/ad*
759 X: drivers/iio/*/adjd*
760 F: drivers/staging/iio/*/ad*
761 F: staging/iio/trigger/iio-trig-bfin-timer.c
762
763 ANALOG DEVICES INC DMA DRIVERS
764 M: Lars-Peter Clausen <lars@metafoo.de>
765 W: http://ez.analog.com/community/linux-device-drivers
766 S: Supported
767 F: drivers/dma/dma-axi-dmac.c
768
769 ANDROID DRIVERS
770 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
771 M: Arve Hjønnevåg <arve@android.com>
772 M: Riley Andrews <riandrews@android.com>
773 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
774 L: devel@driverdev.osuosl.org
775 S: Supported
776 F: drivers/android/
777 F: drivers/staging/android/
778
779 ANDROID ION DRIVER
780 M: Laura Abbott <labbott@redhat.com>
781 M: Sumit Semwal <sumit.semwal@linaro.org>
782 L: devel@driverdev.osuosl.org
783 S: Supported
784 F: drivers/staging/android/ion
785 F: drivers/staging/android/uapi/ion.h
786 F: drivers/staging/android/uapi/ion_test.h
787
788 AOA (Apple Onboard Audio) ALSA DRIVER
789 M: Johannes Berg <johannes@sipsolutions.net>
790 L: linuxppc-dev@lists.ozlabs.org
791 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
792 S: Maintained
793 F: sound/aoa/
794
795 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
796 M: William Breathitt Gray <vilhelm.gray@gmail.com>
797 L: linux-iio@vger.kernel.org
798 S: Maintained
799 F: drivers/iio/dac/stx104.c
800
801 APM DRIVER
802 M: Jiri Kosina <jikos@kernel.org>
803 S: Odd fixes
804 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
805 F: arch/x86/kernel/apm_32.c
806 F: include/linux/apm_bios.h
807 F: include/uapi/linux/apm_bios.h
808 F: drivers/char/apm-emulation.c
809
810 APPLE BCM5974 MULTITOUCH DRIVER
811 M: Henrik Rydberg <rydberg@bitmath.org>
812 L: linux-input@vger.kernel.org
813 S: Odd fixes
814 F: drivers/input/mouse/bcm5974.c
815
816 APPLE SMC DRIVER
817 M: Henrik Rydberg <rydberg@bitmath.org>
818 L: linux-hwmon@vger.kernel.org
819 S: Odd fixes
820 F: drivers/hwmon/applesmc.c
821
822 APPLETALK NETWORK LAYER
823 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
824 S: Maintained
825 F: drivers/net/appletalk/
826 F: net/appletalk/
827
828 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
829 M: Duc Dang <dhdang@apm.com>
830 S: Supported
831 F: arch/arm64/boot/dts/apm/
832
833 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
834 M: Iyappan Subramanian <isubramanian@apm.com>
835 M: Keyur Chudgar <kchudgar@apm.com>
836 S: Supported
837 F: drivers/net/ethernet/apm/xgene/
838 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
839
840 APTINA CAMERA SENSOR PLL
841 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
842 L: linux-media@vger.kernel.org
843 S: Maintained
844 F: drivers/media/i2c/aptina-pll.*
845
846 ARC FRAMEBUFFER DRIVER
847 M: Jaya Kumar <jayalk@intworks.biz>
848 S: Maintained
849 F: drivers/video/fbdev/arcfb.c
850 F: drivers/video/fbdev/core/fb_defio.c
851
852 ARCNET NETWORK LAYER
853 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
854 L: netdev@vger.kernel.org
855 S: Maintained
856 F: drivers/net/arcnet/
857 F: include/uapi/linux/if_arcnet.h
858
859 ARC PGU DRM DRIVER
860 M: Alexey Brodkin <abrodkin@synopsys.com>
861 S: Supported
862 F: drivers/gpu/drm/arc/
863 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
864
865 ARM HDLCD DRM DRIVER
866 M: Liviu Dudau <liviu.dudau@arm.com>
867 S: Supported
868 F: drivers/gpu/drm/arm/
869 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
870
871 ARM MFM AND FLOPPY DRIVERS
872 M: Ian Molton <spyro@f2s.com>
873 S: Maintained
874 F: arch/arm/lib/floppydma.S
875 F: arch/arm/include/asm/floppy.h
876
877 ARM PMU PROFILING AND DEBUGGING
878 M: Will Deacon <will.deacon@arm.com>
879 R: Mark Rutland <mark.rutland@arm.com>
880 S: Maintained
881 F: arch/arm*/kernel/perf_*
882 F: arch/arm/oprofile/common.c
883 F: arch/arm*/kernel/hw_breakpoint.c
884 F: arch/arm*/include/asm/hw_breakpoint.h
885 F: arch/arm*/include/asm/perf_event.h
886 F: drivers/perf/arm_pmu.c
887 F: include/linux/perf/arm_pmu.h
888
889 ARM PORT
890 M: Russell King <linux@armlinux.org.uk>
891 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 W: http://www.armlinux.org.uk/
893 S: Maintained
894 F: arch/arm/
895
896 ARM SUB-ARCHITECTURES
897 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S: Maintained
899 F: arch/arm/mach-*/
900 F: arch/arm/plat-*/
901 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
902
903 ARM PRIMECELL AACI PL041 DRIVER
904 M: Russell King <linux@armlinux.org.uk>
905 S: Maintained
906 F: sound/arm/aaci.*
907
908 ARM PRIMECELL CLCD PL110 DRIVER
909 M: Russell King <linux@armlinux.org.uk>
910 S: Maintained
911 F: drivers/video/fbdev/amba-clcd.*
912
913 ARM PRIMECELL KMI PL050 DRIVER
914 M: Russell King <linux@armlinux.org.uk>
915 S: Maintained
916 F: drivers/input/serio/ambakmi.*
917 F: include/linux/amba/kmi.h
918
919 ARM PRIMECELL MMCI PL180/1 DRIVER
920 M: Russell King <linux@armlinux.org.uk>
921 S: Maintained
922 F: drivers/mmc/host/mmci.*
923 F: include/linux/amba/mmci.h
924
925 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
926 M: Russell King <linux@armlinux.org.uk>
927 S: Maintained
928 F: drivers/tty/serial/amba-pl01*.c
929 F: include/linux/amba/serial.h
930
931 ARM PRIMECELL BUS SUPPORT
932 M: Russell King <linux@armlinux.org.uk>
933 S: Maintained
934 F: drivers/amba/
935 F: include/linux/amba/bus.h
936
937 ARM/ADS SPHERE MACHINE SUPPORT
938 M: Lennert Buytenhek <kernel@wantstofly.org>
939 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
940 S: Maintained
941
942 ARM/AFEB9260 MACHINE SUPPORT
943 M: Sergey Lapin <slapin@ossfans.org>
944 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
945 S: Maintained
946
947 ARM/AJECO 1ARM MACHINE SUPPORT
948 M: Lennert Buytenhek <kernel@wantstofly.org>
949 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 S: Maintained
951
952 ARM/Allwinner sunXi SoC support
953 M: Maxime Ripard <maxime.ripard@free-electrons.com>
954 M: Chen-Yu Tsai <wens@csie.org>
955 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S: Maintained
957 N: sun[x456789]i
958
959 ARM/Allwinner SoC Clock Support
960 M: Emilio López <emilio@elopez.com.ar>
961 S: Maintained
962 F: drivers/clk/sunxi/
963
964 ARM/Amlogic Meson SoC support
965 M: Carlo Caione <carlo@caione.org>
966 M: Kevin Hilman <khilman@baylibre.com>
967 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 L: linux-amlogic@lists.infradead.org
969 W: http://linux-meson.com/
970 S: Maintained
971 F: arch/arm/mach-meson/
972 F: arch/arm/boot/dts/meson*
973 F: arch/arm64/boot/dts/amlogic/
974 F: drivers/pinctrl/meson/
975 N: meson
976
977 ARM/Annapurna Labs ALPINE ARCHITECTURE
978 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
979 M: Antoine Tenart <antoine.tenart@free-electrons.com>
980 S: Maintained
981 F: arch/arm/mach-alpine/
982 F: arch/arm/boot/dts/alpine*
983 F: arch/arm64/boot/dts/al/
984 F: drivers/*/*alpine*
985
986 ARM/ARTPEC MACHINE SUPPORT
987 M: Jesper Nilsson <jesper.nilsson@axis.com>
988 M: Lars Persson <lars.persson@axis.com>
989 M: Niklas Cassel <niklas.cassel@axis.com>
990 S: Maintained
991 L: linux-arm-kernel@axis.com
992 F: arch/arm/mach-artpec
993 F: arch/arm/boot/dts/artpec6*
994 F: drivers/clk/axis
995
996 ARM/ASPEED MACHINE SUPPORT
997 M: Joel Stanley <joel@jms.id.au>
998 S: Maintained
999 F: arch/arm/mach-aspeed/
1000 F: arch/arm/boot/dts/aspeed-*
1001 F: drivers/*/*aspeed*
1002
1003 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1004 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1005 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1006 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1007 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 W: http://www.linux4sam.org
1009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1010 S: Supported
1011 F: arch/arm/mach-at91/
1012 F: include/soc/at91/
1013 F: arch/arm/boot/dts/at91*.dts
1014 F: arch/arm/boot/dts/at91*.dtsi
1015 F: arch/arm/boot/dts/sama*.dts
1016 F: arch/arm/boot/dts/sama*.dtsi
1017 F: arch/arm/include/debug/at91.S
1018
1019 ARM/ATMEL AT91 Clock Support
1020 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1021 S: Maintained
1022 F: drivers/clk/at91
1023
1024 ARM/CALXEDA HIGHBANK ARCHITECTURE
1025 M: Rob Herring <robh@kernel.org>
1026 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S: Maintained
1028 F: arch/arm/mach-highbank/
1029 F: arch/arm/boot/dts/highbank.dts
1030 F: arch/arm/boot/dts/ecx-*.dts*
1031
1032 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1033 M: Krzysztof Halasa <khalasa@piap.pl>
1034 S: Maintained
1035 F: arch/arm/mach-cns3xxx/
1036
1037 ARM/CAVIUM THUNDER NETWORK DRIVER
1038 M: Sunil Goutham <sgoutham@cavium.com>
1039 M: Robert Richter <rric@kernel.org>
1040 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S: Supported
1042 F: drivers/net/ethernet/cavium/thunder/
1043
1044 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1045 M: Alexander Shiyan <shc_work@mail.ru>
1046 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S: Odd Fixes
1048 N: clps711x
1049
1050 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1051 M: Hartley Sweeten <hsweeten@visionengravers.com>
1052 M: Ryan Mallon <rmallon@gmail.com>
1053 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S: Maintained
1055 F: arch/arm/mach-ep93xx/
1056 F: arch/arm/mach-ep93xx/include/mach/
1057
1058 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1059 M: Lennert Buytenhek <kernel@wantstofly.org>
1060 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S: Maintained
1062
1063 ARM/CLKDEV SUPPORT
1064 M: Russell King <linux@armlinux.org.uk>
1065 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S: Maintained
1067 F: arch/arm/include/asm/clkdev.h
1068 F: drivers/clk/clkdev.c
1069
1070 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1071 M: Mike Rapoport <mike@compulab.co.il>
1072 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S: Maintained
1074
1075 ARM/CONTEC MICRO9 MACHINE SUPPORT
1076 M: Hubert Feurstein <hubert.feurstein@contec.at>
1077 S: Maintained
1078 F: arch/arm/mach-ep93xx/micro9.c
1079
1080 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1081 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1082 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083 S: Maintained
1084 F: drivers/hwtracing/coresight/*
1085 F: Documentation/trace/coresight.txt
1086 F: Documentation/devicetree/bindings/arm/coresight.txt
1087 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1088
1089 ARM/CORGI MACHINE SUPPORT
1090 M: Richard Purdie <rpurdie@rpsys.net>
1091 S: Maintained
1092
1093 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1094 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 T: git git://github.com/ulli-kroll/linux.git
1097 S: Maintained
1098 F: arch/arm/mach-gemini/
1099 F: drivers/rtc/rtc-gemini.c
1100
1101 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1102 M: Barry Song <baohua@kernel.org>
1103 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1105 S: Maintained
1106 F: arch/arm/boot/dts/prima2*
1107 F: arch/arm/mach-prima2/
1108 F: drivers/clk/sirf/
1109 F: drivers/clocksource/timer-prima2.c
1110 F: drivers/clocksource/timer-atlas7.c
1111 N: [^a-z]sirf
1112
1113 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1114 M: Baruch Siach <baruch@tkos.co.il>
1115 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S: Maintained
1117 F: arch/arm/boot/dts/cx92755*
1118 N: digicolor
1119
1120 ARM/EBSA110 MACHINE SUPPORT
1121 M: Russell King <linux@armlinux.org.uk>
1122 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 W: http://www.armlinux.org.uk/
1124 S: Maintained
1125 F: arch/arm/mach-ebsa110/
1126 F: drivers/net/ethernet/amd/am79c961a.*
1127
1128 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1129 M: Uwe Kleine-König <kernel@pengutronix.de>
1130 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S: Maintained
1132 N: efm32
1133
1134 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1135 M: Daniel Ribeiro <drwyrm@gmail.com>
1136 M: Stefan Schmidt <stefan@openezx.org>
1137 M: Harald Welte <laforge@openezx.org>
1138 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1139 W: http://www.openezx.org/
1140 S: Maintained
1141 T: topgit git://git.openezx.org/openezx.git
1142 F: arch/arm/mach-pxa/ezx.c
1143
1144 ARM/FARADAY FA526 PORT
1145 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1146 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S: Maintained
1148 T: git git://git.berlios.de/gemini-board
1149 F: arch/arm/mm/*-fa*
1150
1151 ARM/FOOTBRIDGE ARCHITECTURE
1152 M: Russell King <linux@armlinux.org.uk>
1153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 W: http://www.armlinux.org.uk/
1155 S: Maintained
1156 F: arch/arm/include/asm/hardware/dec21285.h
1157 F: arch/arm/mach-footbridge/
1158
1159 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1160 M: Shawn Guo <shawnguo@kernel.org>
1161 M: Sascha Hauer <kernel@pengutronix.de>
1162 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S: Maintained
1164 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1165 F: arch/arm/mach-imx/
1166 F: arch/arm/mach-mxs/
1167 F: arch/arm/boot/dts/imx*
1168 F: arch/arm/configs/imx*_defconfig
1169 F: drivers/clk/imx/
1170 F: include/soc/imx/
1171
1172 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1173 M: Shawn Guo <shawnguo@kernel.org>
1174 M: Sascha Hauer <kernel@pengutronix.de>
1175 R: Stefan Agner <stefan@agner.ch>
1176 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 S: Maintained
1178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1179 F: arch/arm/mach-imx/*vf610*
1180 F: arch/arm/boot/dts/vf*
1181
1182 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1183 M: Lennert Buytenhek <kernel@wantstofly.org>
1184 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 S: Maintained
1186
1187 ARM/GUMSTIX MACHINE SUPPORT
1188 M: Steve Sakoman <sakoman@gmail.com>
1189 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 S: Maintained
1191
1192 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1193 M: Philipp Zabel <philipp.zabel@gmail.com>
1194 M: Paul Parsons <lost.distance@yahoo.com>
1195 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S: Maintained
1197 F: arch/arm/mach-pxa/hx4700.c
1198 F: arch/arm/mach-pxa/include/mach/hx4700.h
1199 F: sound/soc/pxa/hx4700.c
1200
1201 ARM/HISILICON SOC SUPPORT
1202 M: Wei Xu <xuwei5@hisilicon.com>
1203 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 W: http://www.hisilicon.com
1205 S: Supported
1206 T: git git://github.com/hisilicon/linux-hisi.git
1207 F: arch/arm/mach-hisi/
1208 F: arch/arm/boot/dts/hi3*
1209 F: arch/arm/boot/dts/hip*
1210 F: arch/arm/boot/dts/hisi*
1211 F: arch/arm64/boot/dts/hisilicon/
1212
1213 ARM/HP JORNADA 7XX MACHINE SUPPORT
1214 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1215 W: www.jlime.com
1216 S: Maintained
1217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1218 F: arch/arm/mach-sa1100/jornada720.c
1219 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1220
1221 ARM/IGEP MACHINE SUPPORT
1222 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1223 M: Javier Martinez Canillas <javier@dowhile0.org>
1224 L: linux-omap@vger.kernel.org
1225 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S: Maintained
1227 F: arch/arm/boot/dts/omap3-igep*
1228
1229 ARM/INCOME PXA270 SUPPORT
1230 M: Marek Vasut <marek.vasut@gmail.com>
1231 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S: Maintained
1233 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1234
1235 ARM/INTEL IOP32X ARM ARCHITECTURE
1236 M: Lennert Buytenhek <kernel@wantstofly.org>
1237 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S: Maintained
1239
1240 ARM/INTEL IOP33X ARM ARCHITECTURE
1241 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 S: Orphan
1243
1244 ARM/INTEL IOP13XX ARM ARCHITECTURE
1245 M: Lennert Buytenhek <kernel@wantstofly.org>
1246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 S: Maintained
1248
1249 ARM/INTEL IQ81342EX MACHINE SUPPORT
1250 M: Lennert Buytenhek <kernel@wantstofly.org>
1251 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 S: Maintained
1253
1254 ARM/INTEL IXDP2850 MACHINE SUPPORT
1255 M: Lennert Buytenhek <kernel@wantstofly.org>
1256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S: Maintained
1258
1259 ARM/INTEL IXP4XX ARM ARCHITECTURE
1260 M: Imre Kaloz <kaloz@openwrt.org>
1261 M: Krzysztof Halasa <khalasa@piap.pl>
1262 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 S: Maintained
1264 F: arch/arm/mach-ixp4xx/
1265
1266 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1267 M: Jonathan Cameron <jic23@cam.ac.uk>
1268 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S: Maintained
1270 F: arch/arm/mach-pxa/stargate2.c
1271 F: drivers/pcmcia/pxa2xx_stargate2.c
1272
1273 ARM/INTEL XSC3 (MANZANO) ARM CORE
1274 M: Lennert Buytenhek <kernel@wantstofly.org>
1275 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S: Maintained
1277
1278 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1279 M: Lennert Buytenhek <kernel@wantstofly.org>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 S: Maintained
1282
1283 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1284 M: Santosh Shilimkar <ssantosh@kernel.org>
1285 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 S: Maintained
1287 F: arch/arm/mach-keystone/
1288 F: arch/arm/boot/dts/keystone-*
1289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1290
1291 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1292 M: Santosh Shilimkar <ssantosh@kernel.org>
1293 L: linux-kernel@vger.kernel.org
1294 S: Maintained
1295 F: drivers/clk/keystone/
1296
1297 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1298 M: Santosh Shilimkar <ssantosh@kernel.org>
1299 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 L: linux-kernel@vger.kernel.org
1301 S: Maintained
1302 F: drivers/clocksource/timer-keystone.c
1303
1304 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1305 M: Santosh Shilimkar <ssantosh@kernel.org>
1306 L: linux-kernel@vger.kernel.org
1307 S: Maintained
1308 F: drivers/power/reset/keystone-reset.c
1309
1310 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1311 M: Santosh Shilimkar <ssantosh@kernel.org>
1312 L: linux-kernel@vger.kernel.org
1313 S: Maintained
1314 F: drivers/memory/*emif*
1315
1316 ARM/LG1K ARCHITECTURE
1317 M: Chanho Min <chanho.min@lge.com>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S: Maintained
1320 F: arch/arm64/boot/dts/lg/
1321
1322 ARM/LOGICPD PXA270 MACHINE SUPPORT
1323 M: Lennert Buytenhek <kernel@wantstofly.org>
1324 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 S: Maintained
1326
1327 ARM/LPC18XX ARCHITECTURE
1328 M: Joachim Eastwood <manabian@gmail.com>
1329 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S: Maintained
1331 F: arch/arm/boot/dts/lpc43*
1332 F: drivers/clk/nxp/clk-lpc18xx*
1333 F: drivers/clocksource/time-lpc32xx.c
1334 F: drivers/i2c/busses/i2c-lpc2k.c
1335 F: drivers/memory/pl172.c
1336 F: drivers/mtd/spi-nor/nxp-spifi.c
1337 F: drivers/rtc/rtc-lpc24xx.c
1338 N: lpc18xx
1339
1340 ARM/LPC32XX SOC SUPPORT
1341 M: Vladimir Zapolskiy <vz@mleia.com>
1342 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1343 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1345 S: Maintained
1346 F: arch/arm/boot/dts/lpc32*
1347 F: arch/arm/mach-lpc32xx/
1348 F: drivers/i2c/busses/i2c-pnx.c
1349 F: drivers/net/ethernet/nxp/lpc_eth.c
1350 F: drivers/usb/host/ohci-nxp.c
1351 F: drivers/watchdog/pnx4008_wdt.c
1352 N: lpc32xx
1353
1354 ARM/MAGICIAN MACHINE SUPPORT
1355 M: Philipp Zabel <philipp.zabel@gmail.com>
1356 S: Maintained
1357
1358 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1359 M: Jason Cooper <jason@lakedaemon.net>
1360 M: Andrew Lunn <andrew@lunn.ch>
1361 M: Gregory Clement <gregory.clement@free-electrons.com>
1362 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1363 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1364 S: Maintained
1365 F: arch/arm/mach-mvebu/
1366 F: drivers/rtc/rtc-armada38x.c
1367 F: arch/arm/boot/dts/armada*
1368 F: arch/arm/boot/dts/kirkwood*
1369 F: arch/arm64/boot/dts/marvell/armada*
1370 F: drivers/cpufreq/mvebu-cpufreq.c
1371 F: arch/arm/configs/mvebu_*_defconfig
1372
1373 ARM/Marvell Berlin SoC support
1374 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1375 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1376 S: Maintained
1377 F: arch/arm/mach-berlin/
1378 F: arch/arm/boot/dts/berlin*
1379 F: arch/arm64/boot/dts/marvell/berlin*
1380
1381
1382 ARM/Marvell Dove/MV78xx0/Orion SOC support
1383 M: Jason Cooper <jason@lakedaemon.net>
1384 M: Andrew Lunn <andrew@lunn.ch>
1385 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1386 M: Gregory Clement <gregory.clement@free-electrons.com>
1387 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S: Maintained
1389 F: arch/arm/mach-dove/
1390 F: arch/arm/mach-mv78xx0/
1391 F: arch/arm/mach-orion5x/
1392 F: arch/arm/plat-orion/
1393 F: arch/arm/boot/dts/dove*
1394 F: arch/arm/boot/dts/orion5x*
1395
1396
1397 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1398 M: Alexander Clouter <alex@digriz.org.uk>
1399 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 W: http://www.digriz.org.uk/ts78xx/kernel
1401 S: Maintained
1402 F: arch/arm/mach-orion5x/ts78xx-*
1403
1404 ARM/OXNAS platform support
1405 M: Neil Armstrong <narmstrong@baylibre.com>
1406 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 S: Maintained
1408 F: arch/arm/mach-oxnas/
1409 F: arch/arm/boot/dts/oxnas*
1410 F: arch/arm/boot/dts/wd-mbwe.dts
1411 N: oxnas
1412
1413 ARM/Mediatek RTC DRIVER
1414 M: Eddie Huang <eddie.huang@mediatek.com>
1415 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1416 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1417 S: Maintained
1418 F: drivers/rtc/rtc-mt6397.c
1419
1420 ARM/Mediatek SoC support
1421 M: Matthias Brugger <matthias.bgg@gmail.com>
1422 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1423 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1424 S: Maintained
1425 F: arch/arm/boot/dts/mt6*
1426 F: arch/arm/boot/dts/mt8*
1427 F: arch/arm/mach-mediatek/
1428 N: mtk
1429 K: mediatek
1430
1431 ARM/Mediatek USB3 PHY DRIVER
1432 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1433 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1434 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1435 S: Maintained
1436 F: drivers/phy/phy-mt65xx-usb3.c
1437
1438 ARM/MICREL KS8695 ARCHITECTURE
1439 M: Greg Ungerer <gerg@uclinux.org>
1440 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1441 F: arch/arm/mach-ks8695/
1442 S: Odd Fixes
1443
1444 ARM/MIOA701 MACHINE SUPPORT
1445 M: Robert Jarzmik <robert.jarzmik@free.fr>
1446 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 F: arch/arm/mach-pxa/mioa701.c
1448 S: Maintained
1449
1450 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1451 M: Michael Petchkovsky <mkpetch@internode.on.net>
1452 S: Maintained
1453
1454 ARM/NOMADIK ARCHITECTURE
1455 M: Alessandro Rubini <rubini@unipv.it>
1456 M: Linus Walleij <linus.walleij@linaro.org>
1457 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1458 S: Maintained
1459 F: arch/arm/mach-nomadik/
1460 F: drivers/pinctrl/nomadik/
1461 F: drivers/i2c/busses/i2c-nomadik.c
1462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1463
1464 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1465 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1466 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1467 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1468 S: Supported
1469
1470 ARM/TOSA MACHINE SUPPORT
1471 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1472 M: Dirk Opfer <dirk@opfer-online.de>
1473 S: Maintained
1474
1475 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1476 M: Marek Vasut <marek.vasut@gmail.com>
1477 L: linux-arm-kernel@lists.infradead.org
1478 W: http://hackndev.com
1479 S: Maintained
1480 F: arch/arm/mach-pxa/include/mach/palmtx.h
1481 F: arch/arm/mach-pxa/palmtx.c
1482 F: arch/arm/mach-pxa/include/mach/palmt5.h
1483 F: arch/arm/mach-pxa/palmt5.c
1484 F: arch/arm/mach-pxa/include/mach/palmld.h
1485 F: arch/arm/mach-pxa/palmld.c
1486 F: arch/arm/mach-pxa/include/mach/palmte2.h
1487 F: arch/arm/mach-pxa/palmte2.c
1488 F: arch/arm/mach-pxa/include/mach/palmtc.h
1489 F: arch/arm/mach-pxa/palmtc.c
1490
1491 ARM/PALM TREO SUPPORT
1492 M: Tomas Cech <sleep_walker@suse.com>
1493 L: linux-arm-kernel@lists.infradead.org
1494 W: http://hackndev.com
1495 S: Maintained
1496 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1497 F: arch/arm/mach-pxa/palmtreo.c
1498
1499 ARM/PALMZ72 SUPPORT
1500 M: Sergey Lapin <slapin@ossfans.org>
1501 L: linux-arm-kernel@lists.infradead.org
1502 W: http://hackndev.com
1503 S: Maintained
1504 F: arch/arm/mach-pxa/include/mach/palmz72.h
1505 F: arch/arm/mach-pxa/palmz72.c
1506
1507 ARM/PLEB SUPPORT
1508 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1509 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1510 S: Maintained
1511
1512 ARM/PT DIGITAL BOARD PORT
1513 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1514 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 W: http://www.armlinux.org.uk/
1516 S: Maintained
1517
1518 ARM/QUALCOMM SUPPORT
1519 M: Andy Gross <andy.gross@linaro.org>
1520 M: David Brown <david.brown@linaro.org>
1521 L: linux-arm-msm@vger.kernel.org
1522 L: linux-soc@vger.kernel.org
1523 S: Maintained
1524 F: arch/arm/boot/dts/qcom-*.dts
1525 F: arch/arm/boot/dts/qcom-*.dtsi
1526 F: arch/arm/mach-qcom/
1527 F: arch/arm64/boot/dts/qcom/*
1528 F: drivers/i2c/busses/i2c-qup.c
1529 F: drivers/clk/qcom/
1530 F: drivers/soc/qcom/
1531 F: drivers/spi/spi-qup.c
1532 F: drivers/tty/serial/msm_serial.h
1533 F: drivers/tty/serial/msm_serial.c
1534 F: drivers/*/pm8???-*
1535 F: drivers/mfd/ssbi.c
1536 F: drivers/firmware/qcom_scm.c
1537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1538
1539 ARM/RADISYS ENP2611 MACHINE SUPPORT
1540 M: Lennert Buytenhek <kernel@wantstofly.org>
1541 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1542 S: Maintained
1543
1544 ARM/RENESAS ARM64 ARCHITECTURE
1545 M: Simon Horman <horms@verge.net.au>
1546 M: Magnus Damm <magnus.damm@gmail.com>
1547 L: linux-renesas-soc@vger.kernel.org
1548 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1550 S: Supported
1551 F: arch/arm64/boot/dts/renesas/
1552 F: drivers/soc/renesas/
1553 F: include/linux/soc/renesas/
1554
1555 ARM/RISCPC ARCHITECTURE
1556 M: Russell King <linux@armlinux.org.uk>
1557 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 W: http://www.armlinux.org.uk/
1559 S: Maintained
1560 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1561 F: arch/arm/include/asm/hardware/ioc.h
1562 F: arch/arm/include/asm/hardware/iomd.h
1563 F: arch/arm/include/asm/hardware/memc.h
1564 F: arch/arm/mach-rpc/
1565 F: drivers/net/ethernet/8390/etherh.c
1566 F: drivers/net/ethernet/i825xx/ether1*
1567 F: drivers/net/ethernet/seeq/ether3*
1568 F: drivers/scsi/arm/
1569
1570 ARM/Rockchip SoC support
1571 M: Heiko Stuebner <heiko@sntech.de>
1572 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1573 L: linux-rockchip@lists.infradead.org
1574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1575 S: Maintained
1576 F: arch/arm/boot/dts/rk3*
1577 F: arch/arm/mach-rockchip/
1578 F: drivers/clk/rockchip/
1579 F: drivers/i2c/busses/i2c-rk3x.c
1580 F: drivers/*/*rockchip*
1581 F: drivers/*/*/*rockchip*
1582 F: sound/soc/rockchip/
1583 N: rockchip
1584
1585 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1586 M: Kukjin Kim <kgene@kernel.org>
1587 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1588 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1589 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1590 S: Maintained
1591 F: arch/arm/boot/dts/s3c*
1592 F: arch/arm/boot/dts/s5p*
1593 F: arch/arm/boot/dts/samsung*
1594 F: arch/arm/boot/dts/exynos*
1595 F: arch/arm64/boot/dts/exynos/
1596 F: arch/arm/plat-samsung/
1597 F: arch/arm/mach-s3c24*/
1598 F: arch/arm/mach-s3c64xx/
1599 F: arch/arm/mach-s5p*/
1600 F: arch/arm/mach-exynos*/
1601 F: drivers/*/*s3c2410*
1602 F: drivers/*/*/*s3c2410*
1603 F: drivers/memory/samsung/*
1604 F: drivers/soc/samsung/*
1605 F: drivers/spi/spi-s3c*
1606 F: sound/soc/samsung/*
1607 F: Documentation/arm/Samsung/
1608 F: Documentation/devicetree/bindings/arm/samsung/
1609 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1610 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1611 N: exynos
1612
1613 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1614 M: Kyungmin Park <kyungmin.park@samsung.com>
1615 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 S: Maintained
1617 F: arch/arm/mach-s5pv210/
1618
1619 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1620 M: Kyungmin Park <kyungmin.park@samsung.com>
1621 M: Kamil Debski <k.debski@samsung.com>
1622 L: linux-arm-kernel@lists.infradead.org
1623 L: linux-media@vger.kernel.org
1624 S: Maintained
1625 F: drivers/media/platform/s5p-g2d/
1626
1627 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1628 M: Kyungmin Park <kyungmin.park@samsung.com>
1629 M: Kamil Debski <k.debski@samsung.com>
1630 M: Jeongtae Park <jtp.park@samsung.com>
1631 L: linux-arm-kernel@lists.infradead.org
1632 L: linux-media@vger.kernel.org
1633 S: Maintained
1634 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1635 F: drivers/media/platform/s5p-mfc/
1636
1637 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1638 M: Kyungmin Park <kyungmin.park@samsung.com>
1639 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1640 L: linux-arm-kernel@lists.infradead.org
1641 L: linux-media@vger.kernel.org
1642 S: Maintained
1643 F: drivers/media/platform/s5p-tv/
1644
1645 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1646 M: Kyungmin Park <kyungmin.park@samsung.com>
1647 L: linux-arm-kernel@lists.infradead.org
1648 L: linux-media@vger.kernel.org
1649 S: Maintained
1650 F: drivers/media/platform/s5p-cec/
1651
1652 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1653 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1654 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1655 L: linux-arm-kernel@lists.infradead.org
1656 L: linux-media@vger.kernel.org
1657 S: Maintained
1658 F: drivers/media/platform/s5p-jpeg/
1659
1660 ARM/SHMOBILE ARM ARCHITECTURE
1661 M: Simon Horman <horms@verge.net.au>
1662 M: Magnus Damm <magnus.damm@gmail.com>
1663 L: linux-renesas-soc@vger.kernel.org
1664 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1666 S: Supported
1667 F: arch/arm/boot/dts/emev2*
1668 F: arch/arm/boot/dts/r7s*
1669 F: arch/arm/boot/dts/r8a*
1670 F: arch/arm/boot/dts/sh*
1671 F: arch/arm/configs/shmobile_defconfig
1672 F: arch/arm/include/debug/renesas-scif.S
1673 F: arch/arm/mach-shmobile/
1674 F: drivers/sh/
1675 F: drivers/soc/renesas/
1676 F: include/linux/soc/renesas/
1677
1678 ARM/SOCFPGA ARCHITECTURE
1679 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1680 S: Maintained
1681 F: arch/arm/mach-socfpga/
1682 F: arch/arm/boot/dts/socfpga*
1683 F: arch/arm/configs/socfpga_defconfig
1684 F: arch/arm64/boot/dts/altera/
1685 W: http://www.rocketboards.org
1686 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1687
1688 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1689 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1690 S: Maintained
1691 F: drivers/clk/socfpga/
1692
1693 ARM/SOCFPGA EDAC SUPPORT
1694 M: Thor Thayer <tthayer@opensource.altera.com>
1695 S: Maintained
1696 F: drivers/edac/altera_edac.
1697
1698 ARM/STI ARCHITECTURE
1699 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1700 M: Maxime Coquelin <maxime.coquelin@st.com>
1701 M: Patrice Chotard <patrice.chotard@st.com>
1702 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1703 L: kernel@stlinux.com
1704 W: http://www.stlinux.com
1705 S: Maintained
1706 F: arch/arm/mach-sti/
1707 F: arch/arm/boot/dts/sti*
1708 F: drivers/char/hw_random/st-rng.c
1709 F: drivers/clocksource/arm_global_timer.c
1710 F: drivers/clocksource/clksrc_st_lpc.c
1711 F: drivers/cpufreq/sti-cpufreq.c
1712 F: drivers/i2c/busses/i2c-st.c
1713 F: drivers/media/rc/st_rc.c
1714 F: drivers/media/platform/sti/c8sectpfe/
1715 F: drivers/mmc/host/sdhci-st.c
1716 F: drivers/phy/phy-miphy28lp.c
1717 F: drivers/phy/phy-miphy365x.c
1718 F: drivers/phy/phy-stih407-usb.c
1719 F: drivers/phy/phy-stih41x-usb.c
1720 F: drivers/pinctrl/pinctrl-st.c
1721 F: drivers/remoteproc/st_remoteproc.c
1722 F: drivers/reset/sti/
1723 F: drivers/rtc/rtc-st-lpc.c
1724 F: drivers/tty/serial/st-asc.c
1725 F: drivers/usb/dwc3/dwc3-st.c
1726 F: drivers/usb/host/ehci-st.c
1727 F: drivers/usb/host/ohci-st.c
1728 F: drivers/watchdog/st_lpc_wdt.c
1729 F: drivers/ata/ahci_st.c
1730
1731 ARM/STM32 ARCHITECTURE
1732 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1733 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 S: Maintained
1735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1736 N: stm32
1737 F: drivers/clocksource/armv7m_systick.c
1738
1739 ARM/TANGO ARCHITECTURE
1740 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1741 L: linux-arm-kernel@lists.infradead.org
1742 S: Maintained
1743 F: arch/arm/mach-tango/
1744 F: arch/arm/boot/dts/tango*
1745
1746 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1747 M: Lennert Buytenhek <kernel@wantstofly.org>
1748 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 S: Maintained
1750
1751 ARM/TETON BGA MACHINE SUPPORT
1752 M: "Mark F. Brown" <mark.brown314@gmail.com>
1753 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1754 S: Maintained
1755
1756 ARM/THECUS N2100 MACHINE SUPPORT
1757 M: Lennert Buytenhek <kernel@wantstofly.org>
1758 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 S: Maintained
1760
1761 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1762 M: Wan ZongShun <mcuos.com@gmail.com>
1763 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1764 W: http://www.mcuos.com
1765 S: Maintained
1766 F: arch/arm/mach-w90x900/
1767 F: drivers/input/keyboard/w90p910_keypad.c
1768 F: drivers/input/touchscreen/w90p910_ts.c
1769 F: drivers/watchdog/nuc900_wdt.c
1770 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1771 F: drivers/mtd/nand/nuc900_nand.c
1772 F: drivers/rtc/rtc-nuc900.c
1773 F: drivers/spi/spi-nuc900.c
1774 F: drivers/usb/host/ehci-w90x900.c
1775 F: drivers/video/fbdev/nuc900fb.c
1776
1777 ARM/U300 MACHINE SUPPORT
1778 M: Linus Walleij <linus.walleij@linaro.org>
1779 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1780 S: Supported
1781 F: arch/arm/mach-u300/
1782 F: drivers/clocksource/timer-u300.c
1783 F: drivers/i2c/busses/i2c-stu300.c
1784 F: drivers/rtc/rtc-coh901331.c
1785 F: drivers/watchdog/coh901327_wdt.c
1786 F: drivers/dma/coh901318*
1787 F: drivers/mfd/ab3100*
1788 F: drivers/rtc/rtc-ab3100.c
1789 F: drivers/rtc/rtc-coh901331.c
1790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1791
1792 ARM/UNIPHIER ARCHITECTURE
1793 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1794 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1795 S: Maintained
1796 F: arch/arm/boot/dts/uniphier*
1797 F: arch/arm/include/asm/hardware/cache-uniphier.h
1798 F: arch/arm/mach-uniphier/
1799 F: arch/arm/mm/cache-uniphier.c
1800 F: arch/arm64/boot/dts/socionext/
1801 F: drivers/bus/uniphier-system-bus.c
1802 F: drivers/i2c/busses/i2c-uniphier*
1803 F: drivers/pinctrl/uniphier/
1804 F: drivers/tty/serial/8250/8250_uniphier.c
1805 N: uniphier
1806
1807 ARM/Ux500 ARM ARCHITECTURE
1808 M: Linus Walleij <linus.walleij@linaro.org>
1809 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1810 S: Maintained
1811 F: arch/arm/mach-ux500/
1812 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1813 F: drivers/dma/ste_dma40*
1814 F: drivers/hwspinlock/u8500_hsem.c
1815 F: drivers/mfd/abx500*
1816 F: drivers/mfd/ab8500*
1817 F: drivers/mfd/dbx500*
1818 F: drivers/mfd/db8500*
1819 F: drivers/pinctrl/nomadik/pinctrl-ab*
1820 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1821 F: drivers/rtc/rtc-ab8500.c
1822 F: drivers/rtc/rtc-pl031.c
1823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1824
1825 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1826 M: Ulf Hansson <ulf.hansson@linaro.org>
1827 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1828 T: git git://git.linaro.org/people/ulfh/clk.git
1829 S: Maintained
1830 F: drivers/clk/ux500/
1831 F: include/linux/platform_data/clk-ux500.h
1832
1833 ARM/VERSATILE EXPRESS PLATFORM
1834 M: Liviu Dudau <liviu.dudau@arm.com>
1835 M: Sudeep Holla <sudeep.holla@arm.com>
1836 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1837 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1838 S: Maintained
1839 F: arch/arm/boot/dts/vexpress*
1840 F: arch/arm64/boot/dts/arm/
1841 F: arch/arm/mach-vexpress/
1842 F: */*/vexpress*
1843 F: */*/*/vexpress*
1844 F: drivers/clk/versatile/clk-vexpress-osc.c
1845 F: drivers/clocksource/versatile.c
1846 N: mps2
1847
1848 ARM/VFP SUPPORT
1849 M: Russell King <linux@armlinux.org.uk>
1850 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1851 W: http://www.armlinux.org.uk/
1852 S: Maintained
1853 F: arch/arm/vfp/
1854
1855 ARM/VOIPAC PXA270 SUPPORT
1856 M: Marek Vasut <marek.vasut@gmail.com>
1857 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1858 S: Maintained
1859 F: arch/arm/mach-pxa/vpac270.c
1860 F: arch/arm/mach-pxa/include/mach/vpac270.h
1861
1862 ARM/VT8500 ARM ARCHITECTURE
1863 M: Tony Prisk <linux@prisktech.co.nz>
1864 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1865 S: Maintained
1866 F: arch/arm/mach-vt8500/
1867 F: drivers/clocksource/vt8500_timer.c
1868 F: drivers/i2c/busses/i2c-wmt.c
1869 F: drivers/mmc/host/wmt-sdmmc.c
1870 F: drivers/pwm/pwm-vt8500.c
1871 F: drivers/rtc/rtc-vt8500.c
1872 F: drivers/tty/serial/vt8500_serial.c
1873 F: drivers/usb/host/ehci-platform.c
1874 F: drivers/usb/host/uhci-platform.c
1875 F: drivers/video/fbdev/vt8500lcdfb.*
1876 F: drivers/video/fbdev/wm8505fb*
1877 F: drivers/video/fbdev/wmt_ge_rops.*
1878
1879 ARM/ZIPIT Z2 SUPPORT
1880 M: Marek Vasut <marek.vasut@gmail.com>
1881 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 S: Maintained
1883 F: arch/arm/mach-pxa/z2.c
1884 F: arch/arm/mach-pxa/include/mach/z2.h
1885
1886 ARM/ZTE ARCHITECTURE
1887 M: Jun Nie <jun.nie@linaro.org>
1888 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1889 S: Maintained
1890 F: arch/arm/mach-zx/
1891 F: drivers/clk/zte/
1892 F: Documentation/devicetree/bindings/arm/zte.txt
1893 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1894
1895 ARM/ZYNQ ARCHITECTURE
1896 M: Michal Simek <michal.simek@xilinx.com>
1897 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1898 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1899 W: http://wiki.xilinx.com
1900 T: git https://github.com/Xilinx/linux-xlnx.git
1901 S: Supported
1902 F: arch/arm/mach-zynq/
1903 F: drivers/cpuidle/cpuidle-zynq.c
1904 F: drivers/block/xsysace.c
1905 N: zynq
1906 N: xilinx
1907 F: drivers/clocksource/cadence_ttc_timer.c
1908 F: drivers/i2c/busses/i2c-cadence.c
1909 F: drivers/mmc/host/sdhci-of-arasan.c
1910 F: drivers/edac/synopsys_edac.c
1911
1912 ARM SMMU DRIVERS
1913 M: Will Deacon <will.deacon@arm.com>
1914 R: Robin Murphy <robin.murphy@arm.com>
1915 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1916 S: Maintained
1917 F: drivers/iommu/arm-smmu.c
1918 F: drivers/iommu/arm-smmu-v3.c
1919 F: drivers/iommu/io-pgtable-arm.c
1920 F: drivers/iommu/io-pgtable-arm-v7s.c
1921
1922 ARM64 PORT (AARCH64 ARCHITECTURE)
1923 M: Catalin Marinas <catalin.marinas@arm.com>
1924 M: Will Deacon <will.deacon@arm.com>
1925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1927 S: Maintained
1928 F: arch/arm64/
1929 F: Documentation/arm64/
1930
1931 AS3645A LED FLASH CONTROLLER DRIVER
1932 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1933 L: linux-media@vger.kernel.org
1934 T: git git://linuxtv.org/media_tree.git
1935 S: Maintained
1936 F: drivers/media/i2c/as3645a.c
1937 F: include/media/i2c/as3645a.h
1938
1939 ASC7621 HARDWARE MONITOR DRIVER
1940 M: George Joseph <george.joseph@fairview5.com>
1941 L: linux-hwmon@vger.kernel.org
1942 S: Maintained
1943 F: Documentation/hwmon/asc7621
1944 F: drivers/hwmon/asc7621.c
1945
1946 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1947 M: Corentin Chary <corentin.chary@gmail.com>
1948 L: acpi4asus-user@lists.sourceforge.net
1949 L: platform-driver-x86@vger.kernel.org
1950 W: http://acpi4asus.sf.net
1951 S: Maintained
1952 F: drivers/platform/x86/asus*.c
1953 F: drivers/platform/x86/eeepc*.c
1954
1955 ASUS WIRELESS RADIO CONTROL DRIVER
1956 M: João Paulo Rechi Vita <jprvita@gmail.com>
1957 L: platform-driver-x86@vger.kernel.org
1958 S: Maintained
1959 F: drivers/platform/x86/asus-wireless.c
1960
1961 ASYMMETRIC KEYS
1962 M: David Howells <dhowells@redhat.com>
1963 L: keyrings@vger.kernel.org
1964 S: Maintained
1965 F: Documentation/crypto/asymmetric-keys.txt
1966 F: include/linux/verification.h
1967 F: include/crypto/public_key.h
1968 F: include/crypto/pkcs7.h
1969 F: crypto/asymmetric_keys/
1970
1971 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1972 R: Dan Williams <dan.j.williams@intel.com>
1973 W: http://sourceforge.net/projects/xscaleiop
1974 S: Odd fixes
1975 F: Documentation/crypto/async-tx-api.txt
1976 F: crypto/async_tx/
1977 F: drivers/dma/
1978 F: include/linux/dmaengine.h
1979 F: include/linux/async_tx.h
1980
1981 AT24 EEPROM DRIVER
1982 M: Wolfram Sang <wsa@the-dreams.de>
1983 L: linux-i2c@vger.kernel.org
1984 S: Maintained
1985 F: drivers/misc/eeprom/at24.c
1986 F: include/linux/platform_data/at24.h
1987
1988 ATA OVER ETHERNET (AOE) DRIVER
1989 M: "Ed L. Cashin" <ed.cashin@acm.org>
1990 W: http://www.openaoe.org/
1991 S: Supported
1992 F: Documentation/aoe/
1993 F: drivers/block/aoe/
1994
1995 ATHEROS 71XX/9XXX GPIO DRIVER
1996 M: Alban Bedel <albeu@free.fr>
1997 W: https://github.com/AlbanBedel/linux
1998 T: git git://github.com/AlbanBedel/linux
1999 S: Maintained
2000 F: drivers/gpio/gpio-ath79.c
2001 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2002
2003 ATHEROS ATH GENERIC UTILITIES
2004 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2005 L: linux-wireless@vger.kernel.org
2006 S: Supported
2007 F: drivers/net/wireless/ath/*
2008
2009 ATHEROS ATH5K WIRELESS DRIVER
2010 M: Jiri Slaby <jirislaby@gmail.com>
2011 M: Nick Kossifidis <mickflemm@gmail.com>
2012 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2013 L: linux-wireless@vger.kernel.org
2014 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2015 S: Maintained
2016 F: drivers/net/wireless/ath/ath5k/
2017
2018 ATHEROS ATH6KL WIRELESS DRIVER
2019 M: Kalle Valo <kvalo@qca.qualcomm.com>
2020 L: linux-wireless@vger.kernel.org
2021 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2023 S: Supported
2024 F: drivers/net/wireless/ath/ath6kl/
2025
2026 WILOCITY WIL6210 WIRELESS DRIVER
2027 M: Maya Erez <qca_merez@qca.qualcomm.com>
2028 L: linux-wireless@vger.kernel.org
2029 L: wil6210@qca.qualcomm.com
2030 S: Supported
2031 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2032 F: drivers/net/wireless/ath/wil6210/
2033 F: include/uapi/linux/wil6210_uapi.h
2034
2035 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2036 M: Christian Lamparter <chunkeey@googlemail.com>
2037 L: linux-wireless@vger.kernel.org
2038 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2039 S: Maintained
2040 F: drivers/net/wireless/ath/carl9170/
2041
2042 ATK0110 HWMON DRIVER
2043 M: Luca Tettamanti <kronos.it@gmail.com>
2044 L: linux-hwmon@vger.kernel.org
2045 S: Maintained
2046 F: drivers/hwmon/asus_atk0110.c
2047
2048 ATI_REMOTE2 DRIVER
2049 M: Ville Syrjala <syrjala@sci.fi>
2050 S: Maintained
2051 F: drivers/input/misc/ati_remote2.c
2052
2053 ATLX ETHERNET DRIVERS
2054 M: Jay Cliburn <jcliburn@gmail.com>
2055 M: Chris Snook <chris.snook@gmail.com>
2056 L: netdev@vger.kernel.org
2057 W: http://sourceforge.net/projects/atl1
2058 W: http://atl1.sourceforge.net
2059 S: Maintained
2060 F: drivers/net/ethernet/atheros/
2061
2062 ATM
2063 M: Chas Williams <3chas3@gmail.com>
2064 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2065 L: netdev@vger.kernel.org
2066 W: http://linux-atm.sourceforge.net
2067 S: Maintained
2068 F: drivers/atm/
2069 F: include/linux/atm*
2070 F: include/uapi/linux/atm*
2071
2072 ATMEL AT91 / AT32 MCI DRIVER
2073 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2074 S: Maintained
2075 F: drivers/mmc/host/atmel-mci.c
2076
2077 ATMEL AT91 / AT32 SERIAL DRIVER
2078 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2079 S: Supported
2080 F: drivers/tty/serial/atmel_serial.c
2081
2082 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2083 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2084 S: Supported
2085 F: drivers/power/reset/at91-sama5d2_shdwc.c
2086
2087 ATMEL SAMA5D2 ADC DRIVER
2088 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2089 L: linux-iio@vger.kernel.org
2090 S: Supported
2091 F: drivers/iio/adc/at91-sama5d2_adc.c
2092
2093 ATMEL Audio ALSA driver
2094 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2095 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2096 S: Supported
2097 F: sound/soc/atmel
2098
2099 ATMEL DMA DRIVER
2100 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2101 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2102 S: Supported
2103 F: drivers/dma/at_hdmac.c
2104 F: drivers/dma/at_hdmac_regs.h
2105 F: include/linux/platform_data/dma-atmel.h
2106
2107 ATMEL XDMA DRIVER
2108 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2109 L: linux-arm-kernel@lists.infradead.org
2110 L: dmaengine@vger.kernel.org
2111 S: Supported
2112 F: drivers/dma/at_xdmac.c
2113
2114 ATMEL I2C DRIVER
2115 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2116 L: linux-i2c@vger.kernel.org
2117 S: Supported
2118 F: drivers/i2c/busses/i2c-at91.c
2119
2120 ATMEL ISI DRIVER
2121 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2122 L: linux-media@vger.kernel.org
2123 S: Supported
2124 F: drivers/media/platform/soc_camera/atmel-isi.c
2125 F: include/media/atmel-isi.h
2126
2127 ATMEL LCDFB DRIVER
2128 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2129 L: linux-fbdev@vger.kernel.org
2130 S: Maintained
2131 F: drivers/video/fbdev/atmel_lcdfb.c
2132 F: include/video/atmel_lcdc.h
2133
2134 ATMEL MACB ETHERNET DRIVER
2135 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2136 S: Supported
2137 F: drivers/net/ethernet/cadence/
2138
2139 ATMEL NAND DRIVER
2140 M: Wenyou Yang <wenyou.yang@atmel.com>
2141 M: Josh Wu <rainyfeeling@outlook.com>
2142 L: linux-mtd@lists.infradead.org
2143 S: Supported
2144 F: drivers/mtd/nand/atmel_nand*
2145
2146 ATMEL SDMMC DRIVER
2147 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2148 L: linux-mmc@vger.kernel.org
2149 S: Supported
2150 F: drivers/mmc/host/sdhci-of-at91.c
2151
2152 ATMEL SPI DRIVER
2153 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2154 S: Supported
2155 F: drivers/spi/spi-atmel.*
2156
2157 ATMEL SSC DRIVER
2158 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2159 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2160 S: Supported
2161 F: drivers/misc/atmel-ssc.c
2162 F: include/linux/atmel-ssc.h
2163
2164 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2165 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2166 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2167 S: Supported
2168 F: drivers/misc/atmel_tclib.c
2169 F: drivers/clocksource/tcb_clksrc.c
2170
2171 ATMEL USBA UDC DRIVER
2172 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2173 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2174 S: Supported
2175 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2176
2177 ATMEL WIRELESS DRIVER
2178 M: Simon Kelley <simon@thekelleys.org.uk>
2179 L: linux-wireless@vger.kernel.org
2180 W: http://www.thekelleys.org.uk/atmel
2181 W: http://atmelwlandriver.sourceforge.net/
2182 S: Maintained
2183 F: drivers/net/wireless/atmel/atmel*
2184
2185 ATMEL MAXTOUCH DRIVER
2186 M: Nick Dyer <nick.dyer@itdev.co.uk>
2187 T: git git://github.com/atmel-maxtouch/linux.git
2188 S: Supported
2189 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2190 F: drivers/input/touchscreen/atmel_mxt_ts.c
2191 F: include/linux/platform_data/atmel_mxt_ts.h
2192
2193 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2194 M: Bradley Grove <linuxdrivers@attotech.com>
2195 L: linux-scsi@vger.kernel.org
2196 W: http://www.attotech.com
2197 S: Supported
2198 F: drivers/scsi/esas2r
2199
2200 ATUSB IEEE 802.15.4 RADIO DRIVER
2201 M: Stefan Schmidt <stefan@osg.samsung.com>
2202 L: linux-wpan@vger.kernel.org
2203 S: Maintained
2204 F: drivers/net/ieee802154/atusb.c
2205 F: drivers/net/ieee802154/atusb.h
2206 F: drivers/net/ieee802154/at86rf230.h
2207
2208 AUDIT SUBSYSTEM
2209 M: Paul Moore <paul@paul-moore.com>
2210 M: Eric Paris <eparis@redhat.com>
2211 L: linux-audit@redhat.com (moderated for non-subscribers)
2212 W: http://people.redhat.com/sgrubb/audit/
2213 T: git git://git.infradead.org/users/pcmoore/audit
2214 S: Maintained
2215 F: include/linux/audit.h
2216 F: include/uapi/linux/audit.h
2217 F: kernel/audit*
2218
2219 AUXILIARY DISPLAY DRIVERS
2220 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2221 W: http://miguelojeda.es/auxdisplay.htm
2222 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2223 S: Maintained
2224 F: drivers/auxdisplay/
2225 F: include/linux/cfag12864b.h
2226
2227 AVR32 ARCHITECTURE
2228 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2229 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2230 W: http://www.atmel.com/products/AVR32/
2231 W: http://mirror.egtvedt.no/avr32linux.org/
2232 W: http://avrfreaks.net/
2233 S: Maintained
2234 F: arch/avr32/
2235
2236 AVR32/AT32AP MACHINE SUPPORT
2237 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2238 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2239 S: Maintained
2240 F: arch/avr32/mach-at32ap/
2241
2242 AX.25 NETWORK LAYER
2243 M: Ralf Baechle <ralf@linux-mips.org>
2244 L: linux-hams@vger.kernel.org
2245 W: http://www.linux-ax25.org/
2246 S: Maintained
2247 F: include/uapi/linux/ax25.h
2248 F: include/net/ax25.h
2249 F: net/ax25/
2250
2251 AZ6007 DVB DRIVER
2252 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2253 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2254 L: linux-media@vger.kernel.org
2255 W: https://linuxtv.org
2256 T: git git://linuxtv.org/media_tree.git
2257 S: Maintained
2258 F: drivers/media/usb/dvb-usb-v2/az6007.c
2259
2260 AZTECH FM RADIO RECEIVER DRIVER
2261 M: Hans Verkuil <hverkuil@xs4all.nl>
2262 L: linux-media@vger.kernel.org
2263 T: git git://linuxtv.org/media_tree.git
2264 W: https://linuxtv.org
2265 S: Maintained
2266 F: drivers/media/radio/radio-aztech*
2267
2268 B43 WIRELESS DRIVER
2269 L: linux-wireless@vger.kernel.org
2270 L: b43-dev@lists.infradead.org
2271 W: http://wireless.kernel.org/en/users/Drivers/b43
2272 S: Odd Fixes
2273 F: drivers/net/wireless/broadcom/b43/
2274
2275 B43LEGACY WIRELESS DRIVER
2276 M: Larry Finger <Larry.Finger@lwfinger.net>
2277 L: linux-wireless@vger.kernel.org
2278 L: b43-dev@lists.infradead.org
2279 W: http://wireless.kernel.org/en/users/Drivers/b43
2280 S: Maintained
2281 F: drivers/net/wireless/broadcom/b43legacy/
2282
2283 BACKLIGHT CLASS/SUBSYSTEM
2284 M: Jingoo Han <jingoohan1@gmail.com>
2285 M: Lee Jones <lee.jones@linaro.org>
2286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2287 S: Maintained
2288 F: drivers/video/backlight/
2289 F: include/linux/backlight.h
2290
2291 BATMAN ADVANCED
2292 M: Marek Lindner <mareklindner@neomailbox.ch>
2293 M: Simon Wunderlich <sw@simonwunderlich.de>
2294 M: Antonio Quartulli <a@unstable.cc>
2295 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2296 W: https://www.open-mesh.org/
2297 Q: https://patchwork.open-mesh.org/project/batman/list/
2298 S: Maintained
2299 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2300 F: Documentation/ABI/testing/sysfs-class-net-mesh
2301 F: Documentation/networking/batman-adv.txt
2302 F: net/batman-adv/
2303
2304 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2305 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2306 L: linux-hams@vger.kernel.org
2307 W: http://www.baycom.org/~tom/ham/ham.html
2308 S: Maintained
2309 F: drivers/net/hamradio/baycom*
2310
2311 BCACHE (BLOCK LAYER CACHE)
2312 M: Kent Overstreet <kent.overstreet@gmail.com>
2313 L: linux-bcache@vger.kernel.org
2314 W: http://bcache.evilpiepirate.org
2315 S: Orphan
2316 F: drivers/md/bcache/
2317
2318 BDISP ST MEDIA DRIVER
2319 M: Fabien Dessenne <fabien.dessenne@st.com>
2320 L: linux-media@vger.kernel.org
2321 T: git git://linuxtv.org/media_tree.git
2322 W: https://linuxtv.org
2323 S: Supported
2324 F: drivers/media/platform/sti/bdisp
2325
2326 BEFS FILE SYSTEM
2327 S: Orphan
2328 F: Documentation/filesystems/befs.txt
2329 F: fs/befs/
2330
2331 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2332 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2333 L: netdev@vger.kernel.org
2334 S: Maintained
2335 F: drivers/net/ethernet/ec_bhf.c
2336
2337 BFS FILE SYSTEM
2338 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2339 S: Maintained
2340 F: Documentation/filesystems/bfs.txt
2341 F: fs/bfs/
2342 F: include/uapi/linux/bfs_fs.h
2343
2344 BLACKFIN ARCHITECTURE
2345 M: Steven Miao <realmz6@gmail.com>
2346 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2347 T: git git://git.code.sf.net/p/adi-linux/code
2348 W: http://blackfin.uclinux.org
2349 S: Supported
2350 F: arch/blackfin/
2351
2352 BLACKFIN EMAC DRIVER
2353 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2354 W: http://blackfin.uclinux.org
2355 S: Supported
2356 F: drivers/net/ethernet/adi/
2357
2358 BLACKFIN RTC DRIVER
2359 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2360 W: http://blackfin.uclinux.org
2361 S: Supported
2362 F: drivers/rtc/rtc-bfin.c
2363
2364 BLACKFIN SDH DRIVER
2365 M: Sonic Zhang <sonic.zhang@analog.com>
2366 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2367 W: http://blackfin.uclinux.org
2368 S: Supported
2369 F: drivers/mmc/host/bfin_sdh.c
2370
2371 BLACKFIN SERIAL DRIVER
2372 M: Sonic Zhang <sonic.zhang@analog.com>
2373 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2374 W: http://blackfin.uclinux.org
2375 S: Supported
2376 F: drivers/tty/serial/bfin_uart.c
2377
2378 BLACKFIN WATCHDOG DRIVER
2379 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2380 W: http://blackfin.uclinux.org
2381 S: Supported
2382 F: drivers/watchdog/bfin_wdt.c
2383
2384 BLACKFIN I2C TWI DRIVER
2385 M: Sonic Zhang <sonic.zhang@analog.com>
2386 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2387 W: http://blackfin.uclinux.org/
2388 S: Supported
2389 F: drivers/i2c/busses/i2c-bfin-twi.c
2390
2391 BLACKFIN MEDIA DRIVER
2392 M: Scott Jiang <scott.jiang.linux@gmail.com>
2393 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2394 W: http://blackfin.uclinux.org/
2395 S: Supported
2396 F: drivers/media/platform/blackfin/
2397 F: drivers/media/i2c/adv7183*
2398 F: drivers/media/i2c/vs6624*
2399
2400 BLINKM RGB LED DRIVER
2401 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2402 S: Maintained
2403 F: drivers/leds/leds-blinkm.c
2404
2405 BLOCK LAYER
2406 M: Jens Axboe <axboe@kernel.dk>
2407 L: linux-block@vger.kernel.org
2408 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2409 S: Maintained
2410 F: block/
2411 F: kernel/trace/blktrace.c
2412
2413 BLOCK2MTD DRIVER
2414 M: Joern Engel <joern@lazybastard.org>
2415 L: linux-mtd@lists.infradead.org
2416 S: Maintained
2417 F: drivers/mtd/devices/block2mtd.c
2418
2419 BLUETOOTH DRIVERS
2420 M: Marcel Holtmann <marcel@holtmann.org>
2421 M: Gustavo Padovan <gustavo@padovan.org>
2422 M: Johan Hedberg <johan.hedberg@gmail.com>
2423 L: linux-bluetooth@vger.kernel.org
2424 W: http://www.bluez.org/
2425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2427 S: Maintained
2428 F: drivers/bluetooth/
2429
2430 BLUETOOTH SUBSYSTEM
2431 M: Marcel Holtmann <marcel@holtmann.org>
2432 M: Gustavo Padovan <gustavo@padovan.org>
2433 M: Johan Hedberg <johan.hedberg@gmail.com>
2434 L: linux-bluetooth@vger.kernel.org
2435 W: http://www.bluez.org/
2436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2438 S: Maintained
2439 F: net/bluetooth/
2440 F: include/net/bluetooth/
2441
2442 BONDING DRIVER
2443 M: Jay Vosburgh <j.vosburgh@gmail.com>
2444 M: Veaceslav Falico <vfalico@gmail.com>
2445 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2446 L: netdev@vger.kernel.org
2447 W: http://sourceforge.net/projects/bonding/
2448 S: Supported
2449 F: drivers/net/bonding/
2450 F: include/uapi/linux/if_bonding.h
2451
2452 BPF (Safe dynamic programs and tools)
2453 M: Alexei Starovoitov <ast@kernel.org>
2454 L: netdev@vger.kernel.org
2455 L: linux-kernel@vger.kernel.org
2456 S: Supported
2457 F: kernel/bpf/
2458
2459 BROADCOM B44 10/100 ETHERNET DRIVER
2460 M: Gary Zambrano <zambrano@broadcom.com>
2461 L: netdev@vger.kernel.org
2462 S: Supported
2463 F: drivers/net/ethernet/broadcom/b44.*
2464
2465 BROADCOM GENET ETHERNET DRIVER
2466 M: Florian Fainelli <f.fainelli@gmail.com>
2467 L: netdev@vger.kernel.org
2468 S: Supported
2469 F: drivers/net/ethernet/broadcom/genet/
2470
2471 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2472 M: Sony Chacko <sony.chacko@qlogic.com>
2473 M: Dept-HSGLinuxNICDev@qlogic.com
2474 L: netdev@vger.kernel.org
2475 S: Supported
2476 F: drivers/net/ethernet/broadcom/bnx2.*
2477 F: drivers/net/ethernet/broadcom/bnx2_*
2478
2479 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2480 M: Ariel Elior <ariel.elior@qlogic.com>
2481 L: netdev@vger.kernel.org
2482 S: Supported
2483 F: drivers/net/ethernet/broadcom/bnx2x/
2484
2485 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2486 M: Florian Fainelli <f.fainelli@gmail.com>
2487 M: Ray Jui <rjui@broadcom.com>
2488 M: Scott Branden <sbranden@broadcom.com>
2489 L: bcm-kernel-feedback-list@broadcom.com
2490 T: git git://github.com/broadcom/mach-bcm
2491 S: Maintained
2492 F: arch/arm/mach-bcm/
2493 F: arch/arm/boot/dts/bcm113*
2494 F: arch/arm/boot/dts/bcm216*
2495 F: arch/arm/boot/dts/bcm281*
2496 F: arch/arm64/boot/dts/broadcom/
2497 F: arch/arm/configs/bcm_defconfig
2498 F: drivers/mmc/host/sdhci-bcm-kona.c
2499 F: drivers/clocksource/bcm_kona_timer.c
2500
2501 BROADCOM BCM2835 ARM ARCHITECTURE
2502 M: Stephen Warren <swarren@wwwdotorg.org>
2503 M: Lee Jones <lee@kernel.org>
2504 M: Eric Anholt <eric@anholt.net>
2505 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2506 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2508 S: Maintained
2509 N: bcm2835
2510
2511 BROADCOM BCM47XX MIPS ARCHITECTURE
2512 M: Hauke Mehrtens <hauke@hauke-m.de>
2513 M: Rafał Miłecki <zajec5@gmail.com>
2514 L: linux-mips@linux-mips.org
2515 S: Maintained
2516 F: Documentation/devicetree/bindings/mips/brcm/
2517 F: arch/mips/bcm47xx/*
2518 F: arch/mips/include/asm/mach-bcm47xx/*
2519
2520 BROADCOM BCM5301X ARM ARCHITECTURE
2521 M: Hauke Mehrtens <hauke@hauke-m.de>
2522 L: linux-arm-kernel@lists.infradead.org
2523 S: Maintained
2524 F: arch/arm/mach-bcm/bcm_5301x.c
2525 F: arch/arm/boot/dts/bcm5301x.dtsi
2526 F: arch/arm/boot/dts/bcm470*
2527
2528 BROADCOM BCM63XX ARM ARCHITECTURE
2529 M: Florian Fainelli <f.fainelli@gmail.com>
2530 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2531 L: bcm-kernel-feedback-list@broadcom.com
2532 T: git git://github.com/broadcom/stblinux.git
2533 S: Maintained
2534 F: arch/arm/mach-bcm/bcm63xx.c
2535 F: arch/arm/include/debug/bcm63xx.S
2536
2537 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2538 M: Kevin Cernekee <cernekee@gmail.com>
2539 L: linux-usb@vger.kernel.org
2540 S: Maintained
2541 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2542
2543 BROADCOM BCM7XXX ARM ARCHITECTURE
2544 M: Brian Norris <computersforpeace@gmail.com>
2545 M: Gregory Fong <gregory.0xf0@gmail.com>
2546 M: Florian Fainelli <f.fainelli@gmail.com>
2547 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2548 L: bcm-kernel-feedback-list@broadcom.com
2549 T: git git://github.com/broadcom/stblinux.git
2550 S: Maintained
2551 F: arch/arm/mach-bcm/*brcmstb*
2552 F: arch/arm/boot/dts/bcm7*.dts*
2553 F: drivers/bus/brcmstb_gisb.c
2554 N: brcmstb
2555
2556 BROADCOM BMIPS MIPS ARCHITECTURE
2557 M: Kevin Cernekee <cernekee@gmail.com>
2558 M: Florian Fainelli <f.fainelli@gmail.com>
2559 L: linux-mips@linux-mips.org
2560 T: git git://github.com/broadcom/stblinux.git
2561 S: Maintained
2562 F: arch/mips/bmips/*
2563 F: arch/mips/include/asm/mach-bmips/*
2564 F: arch/mips/kernel/*bmips*
2565 F: arch/mips/boot/dts/brcm/bcm*.dts*
2566 F: drivers/irqchip/irq-bcm63*
2567 F: drivers/irqchip/irq-bcm7*
2568 F: drivers/irqchip/irq-brcmstb*
2569 F: include/linux/bcm963xx_nvram.h
2570 F: include/linux/bcm963xx_tag.h
2571
2572 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2573 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2574 M: Prashant Sreedharan <prashant@broadcom.com>
2575 M: Michael Chan <mchan@broadcom.com>
2576 L: netdev@vger.kernel.org
2577 S: Supported
2578 F: drivers/net/ethernet/broadcom/tg3.*
2579
2580 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2581 M: Brett Rudley <brudley@broadcom.com>
2582 M: Arend van Spriel <arend@broadcom.com>
2583 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2584 M: Hante Meuleman <meuleman@broadcom.com>
2585 L: linux-wireless@vger.kernel.org
2586 L: brcm80211-dev-list@broadcom.com
2587 S: Supported
2588 F: drivers/net/wireless/broadcom/brcm80211/
2589
2590 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2591 M: QLogic-Storage-Upstream@qlogic.com
2592 L: linux-scsi@vger.kernel.org
2593 S: Supported
2594 F: drivers/scsi/bnx2fc/
2595
2596 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2597 M: QLogic-Storage-Upstream@qlogic.com
2598 L: linux-scsi@vger.kernel.org
2599 S: Supported
2600 F: drivers/scsi/bnx2i/
2601
2602 BROADCOM IPROC ARM ARCHITECTURE
2603 M: Ray Jui <rjui@broadcom.com>
2604 M: Scott Branden <sbranden@broadcom.com>
2605 M: Jon Mason <jonmason@broadcom.com>
2606 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2607 L: bcm-kernel-feedback-list@broadcom.com
2608 T: git git://github.com/broadcom/cygnus-linux.git
2609 S: Maintained
2610 N: iproc
2611 N: cygnus
2612 N: nsp
2613 N: bcm9113*
2614 N: bcm9583*
2615 N: bcm9585*
2616 N: bcm9586*
2617 N: bcm988312
2618 N: bcm113*
2619 N: bcm583*
2620 N: bcm585*
2621 N: bcm586*
2622 N: bcm88312
2623
2624 BROADCOM BRCMSTB GPIO DRIVER
2625 M: Gregory Fong <gregory.0xf0@gmail.com>
2626 L: bcm-kernel-feedback-list@broadcom.com
2627 S: Supported
2628 F: drivers/gpio/gpio-brcmstb.c
2629 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2630
2631 BROADCOM KONA GPIO DRIVER
2632 M: Ray Jui <rjui@broadcom.com>
2633 L: bcm-kernel-feedback-list@broadcom.com
2634 S: Supported
2635 F: drivers/gpio/gpio-bcm-kona.c
2636 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2637
2638 BROADCOM NVRAM DRIVER
2639 M: Rafał Miłecki <zajec5@gmail.com>
2640 L: linux-mips@linux-mips.org
2641 S: Maintained
2642 F: drivers/firmware/broadcom/*
2643
2644 BROADCOM STB NAND FLASH DRIVER
2645 M: Brian Norris <computersforpeace@gmail.com>
2646 M: Kamal Dasu <kdasu.kdev@gmail.com>
2647 L: linux-mtd@lists.infradead.org
2648 L: bcm-kernel-feedback-list@broadcom.com
2649 S: Maintained
2650 F: drivers/mtd/nand/brcmnand/
2651
2652 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2653 M: Rafał Miłecki <zajec5@gmail.com>
2654 L: linux-wireless@vger.kernel.org
2655 S: Maintained
2656 F: drivers/bcma/
2657 F: include/linux/bcma/
2658
2659 BROADCOM SYSTEMPORT ETHERNET DRIVER
2660 M: Florian Fainelli <f.fainelli@gmail.com>
2661 L: netdev@vger.kernel.org
2662 S: Supported
2663 F: drivers/net/ethernet/broadcom/bcmsysport.*
2664
2665 BROADCOM VULCAN ARM64 SOC
2666 M: Jayachandran C. <jchandra@broadcom.com>
2667 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2668 L: bcm-kernel-feedback-list@broadcom.com
2669 S: Maintained
2670 F: arch/arm64/boot/dts/broadcom/vulcan*
2671
2672 BROCADE BFA FC SCSI DRIVER
2673 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2674 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2675 L: linux-scsi@vger.kernel.org
2676 S: Supported
2677 F: drivers/scsi/bfa/
2678
2679 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2680 M: Rasesh Mody <rasesh.mody@qlogic.com>
2681 L: netdev@vger.kernel.org
2682 S: Supported
2683 F: drivers/net/ethernet/brocade/bna/
2684
2685 BSG (block layer generic sg v4 driver)
2686 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2687 L: linux-scsi@vger.kernel.org
2688 S: Supported
2689 F: block/bsg.c
2690 F: include/linux/bsg.h
2691 F: include/uapi/linux/bsg.h
2692
2693 BT87X AUDIO DRIVER
2694 M: Clemens Ladisch <clemens@ladisch.de>
2695 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2696 T: git git://git.alsa-project.org/alsa-kernel.git
2697 S: Maintained
2698 F: Documentation/sound/alsa/Bt87x.txt
2699 F: sound/pci/bt87x.c
2700
2701 BT8XXGPIO DRIVER
2702 M: Michael Buesch <m@bues.ch>
2703 W: http://bu3sch.de/btgpio.php
2704 S: Maintained
2705 F: drivers/gpio/gpio-bt8xx.c
2706
2707 BTRFS FILE SYSTEM
2708 M: Chris Mason <clm@fb.com>
2709 M: Josef Bacik <jbacik@fb.com>
2710 M: David Sterba <dsterba@suse.com>
2711 L: linux-btrfs@vger.kernel.org
2712 W: http://btrfs.wiki.kernel.org/
2713 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2715 S: Maintained
2716 F: Documentation/filesystems/btrfs.txt
2717 F: fs/btrfs/
2718
2719 BTTV VIDEO4LINUX DRIVER
2720 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2721 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2722 L: linux-media@vger.kernel.org
2723 W: https://linuxtv.org
2724 T: git git://linuxtv.org/media_tree.git
2725 S: Odd fixes
2726 F: Documentation/video4linux/bttv/
2727 F: drivers/media/pci/bt8xx/bttv*
2728
2729 BUSLOGIC SCSI DRIVER
2730 M: Khalid Aziz <khalid@gonehiking.org>
2731 L: linux-scsi@vger.kernel.org
2732 S: Maintained
2733 F: drivers/scsi/BusLogic.*
2734 F: drivers/scsi/FlashPoint.*
2735
2736 C-MEDIA CMI8788 DRIVER
2737 M: Clemens Ladisch <clemens@ladisch.de>
2738 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2739 T: git git://git.alsa-project.org/alsa-kernel.git
2740 S: Maintained
2741 F: sound/pci/oxygen/
2742
2743 C6X ARCHITECTURE
2744 M: Mark Salter <msalter@redhat.com>
2745 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2746 L: linux-c6x-dev@linux-c6x.org
2747 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2748 S: Maintained
2749 F: arch/c6x/
2750
2751 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2752 M: David Howells <dhowells@redhat.com>
2753 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2754 S: Supported
2755 F: Documentation/filesystems/caching/cachefiles.txt
2756 F: fs/cachefiles/
2757
2758 CADET FM/AM RADIO RECEIVER DRIVER
2759 M: Hans Verkuil <hverkuil@xs4all.nl>
2760 L: linux-media@vger.kernel.org
2761 T: git git://linuxtv.org/media_tree.git
2762 W: https://linuxtv.org
2763 S: Maintained
2764 F: drivers/media/radio/radio-cadet*
2765
2766 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2767 M: Jonathan Corbet <corbet@lwn.net>
2768 L: linux-media@vger.kernel.org
2769 T: git git://linuxtv.org/media_tree.git
2770 S: Maintained
2771 F: Documentation/video4linux/cafe_ccic
2772 F: drivers/media/platform/marvell-ccic/
2773
2774 CAIF NETWORK LAYER
2775 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2776 L: netdev@vger.kernel.org
2777 S: Supported
2778 F: Documentation/networking/caif/
2779 F: drivers/net/caif/
2780 F: include/uapi/linux/caif/
2781 F: include/net/caif/
2782 F: net/caif/
2783
2784 CALGARY x86-64 IOMMU
2785 M: Muli Ben-Yehuda <muli@il.ibm.com>
2786 M: "Jon D. Mason" <jdmason@kudzu.us>
2787 L: discuss@x86-64.org
2788 S: Maintained
2789 F: arch/x86/kernel/pci-calgary_64.c
2790 F: arch/x86/kernel/tce_64.c
2791 F: arch/x86/include/asm/calgary.h
2792 F: arch/x86/include/asm/tce.h
2793
2794 CAN NETWORK LAYER
2795 M: Oliver Hartkopp <socketcan@hartkopp.net>
2796 M: Marc Kleine-Budde <mkl@pengutronix.de>
2797 L: linux-can@vger.kernel.org
2798 W: https://github.com/linux-can
2799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2801 S: Maintained
2802 F: Documentation/networking/can.txt
2803 F: net/can/
2804 F: include/linux/can/core.h
2805 F: include/uapi/linux/can.h
2806 F: include/uapi/linux/can/bcm.h
2807 F: include/uapi/linux/can/raw.h
2808 F: include/uapi/linux/can/gw.h
2809
2810 CAN NETWORK DRIVERS
2811 M: Wolfgang Grandegger <wg@grandegger.com>
2812 M: Marc Kleine-Budde <mkl@pengutronix.de>
2813 L: linux-can@vger.kernel.org
2814 W: https://github.com/linux-can
2815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2816 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2817 S: Maintained
2818 F: drivers/net/can/
2819 F: include/linux/can/dev.h
2820 F: include/linux/can/platform/
2821 F: include/uapi/linux/can/error.h
2822 F: include/uapi/linux/can/netlink.h
2823
2824 CAPABILITIES
2825 M: Serge Hallyn <serge.hallyn@canonical.com>
2826 L: linux-security-module@vger.kernel.org
2827 S: Supported
2828 F: include/linux/capability.h
2829 F: include/uapi/linux/capability.h
2830 F: security/commoncap.c
2831 F: kernel/capability.c
2832
2833 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2834 M: Kevin Tsai <ktsai@capellamicro.com>
2835 S: Maintained
2836 F: drivers/iio/light/cm*
2837 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2838
2839 CAVIUM LIQUIDIO NETWORK DRIVER
2840 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2841 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2842 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2843 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2844 L: netdev@vger.kernel.org
2845 W: http://www.cavium.com
2846 S: Supported
2847 F: drivers/net/ethernet/cavium/liquidio/
2848
2849 CC2520 IEEE-802.15.4 RADIO DRIVER
2850 M: Varka Bhadram <varkabhadram@gmail.com>
2851 L: linux-wpan@vger.kernel.org
2852 S: Maintained
2853 F: drivers/net/ieee802154/cc2520.c
2854 F: include/linux/spi/cc2520.h
2855 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2856
2857 CEC DRIVER
2858 M: Hans Verkuil <hans.verkuil@cisco.com>
2859 L: linux-media@vger.kernel.org
2860 T: git git://linuxtv.org/media_tree.git
2861 W: http://linuxtv.org
2862 S: Supported
2863 F: Documentation/cec.txt
2864 F: Documentation/DocBook/media/v4l/cec*
2865 F: drivers/staging/media/cec/
2866 F: drivers/media/cec-edid.c
2867 F: drivers/media/rc/keymaps/rc-cec.c
2868 F: include/media/cec.h
2869 F: include/media/cec-edid.h
2870 F: include/linux/cec.h
2871 F: include/linux/cec-funcs.h
2872
2873 CELL BROADBAND ENGINE ARCHITECTURE
2874 M: Arnd Bergmann <arnd@arndb.de>
2875 L: linuxppc-dev@lists.ozlabs.org
2876 W: http://www.ibm.com/developerworks/power/cell/
2877 S: Supported
2878 F: arch/powerpc/include/asm/cell*.h
2879 F: arch/powerpc/include/asm/spu*.h
2880 F: arch/powerpc/include/uapi/asm/spu*.h
2881 F: arch/powerpc/oprofile/*cell*
2882 F: arch/powerpc/platforms/cell/
2883
2884 CEPH COMMON CODE (LIBCEPH)
2885 M: Ilya Dryomov <idryomov@gmail.com>
2886 M: "Yan, Zheng" <zyan@redhat.com>
2887 M: Sage Weil <sage@redhat.com>
2888 L: ceph-devel@vger.kernel.org
2889 W: http://ceph.com/
2890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2891 T: git git://github.com/ceph/ceph-client.git
2892 S: Supported
2893 F: net/ceph/
2894 F: include/linux/ceph/
2895 F: include/linux/crush/
2896
2897 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2898 M: "Yan, Zheng" <zyan@redhat.com>
2899 M: Sage Weil <sage@redhat.com>
2900 M: Ilya Dryomov <idryomov@gmail.com>
2901 L: ceph-devel@vger.kernel.org
2902 W: http://ceph.com/
2903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2904 T: git git://github.com/ceph/ceph-client.git
2905 S: Supported
2906 F: Documentation/filesystems/ceph.txt
2907 F: fs/ceph/
2908
2909 CERTIFICATE HANDLING:
2910 M: David Howells <dhowells@redhat.com>
2911 M: David Woodhouse <dwmw2@infradead.org>
2912 L: keyrings@vger.kernel.org
2913 S: Maintained
2914 F: Documentation/module-signing.txt
2915 F: certs/
2916 F: scripts/sign-file.c
2917 F: scripts/extract-cert.c
2918
2919 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2920 L: linux-usb@vger.kernel.org
2921 S: Orphan
2922 F: Documentation/usb/WUSB-Design-overview.txt
2923 F: Documentation/usb/wusb-cbaf
2924 F: drivers/usb/host/hwa-hc.c
2925 F: drivers/usb/host/whci/
2926 F: drivers/usb/wusbcore/
2927 F: include/linux/usb/wusb*
2928
2929 CFAG12864B LCD DRIVER
2930 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2931 W: http://miguelojeda.es/auxdisplay.htm
2932 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2933 S: Maintained
2934 F: drivers/auxdisplay/cfag12864b.c
2935 F: include/linux/cfag12864b.h
2936
2937 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2938 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2939 W: http://miguelojeda.es/auxdisplay.htm
2940 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2941 S: Maintained
2942 F: drivers/auxdisplay/cfag12864bfb.c
2943 F: include/linux/cfag12864b.h
2944
2945 CFG80211 and NL80211
2946 M: Johannes Berg <johannes@sipsolutions.net>
2947 L: linux-wireless@vger.kernel.org
2948 W: http://wireless.kernel.org/
2949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2951 S: Maintained
2952 F: include/uapi/linux/nl80211.h
2953 F: include/net/cfg80211.h
2954 F: net/wireless/*
2955 X: net/wireless/wext*
2956
2957 CHAR and MISC DRIVERS
2958 M: Arnd Bergmann <arnd@arndb.de>
2959 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2960 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2961 S: Supported
2962 F: drivers/char/*
2963 F: drivers/misc/*
2964 F: include/linux/miscdevice.h
2965
2966 CHECKPATCH
2967 M: Andy Whitcroft <apw@canonical.com>
2968 M: Joe Perches <joe@perches.com>
2969 S: Maintained
2970 F: scripts/checkpatch.pl
2971
2972 CHINESE DOCUMENTATION
2973 M: Harry Wei <harryxiyou@gmail.com>
2974 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2975 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2976 S: Maintained
2977 F: Documentation/zh_CN/
2978
2979 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2980 M: Peter Chen <Peter.Chen@nxp.com>
2981 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2982 L: linux-usb@vger.kernel.org
2983 S: Maintained
2984 F: drivers/usb/chipidea/
2985
2986 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2987 M: Hans de Goede <hdegoede@redhat.com>
2988 L: linux-input@vger.kernel.org
2989 S: Maintained
2990 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2991 F: drivers/input/touchscreen/chipone_icn8318.c
2992
2993 CHROME HARDWARE PLATFORM SUPPORT
2994 M: Olof Johansson <olof@lixom.net>
2995 S: Maintained
2996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2997 F: drivers/platform/chrome/
2998
2999 CISCO VIC ETHERNET NIC DRIVER
3000 M: Christian Benvenuti <benve@cisco.com>
3001 M: Sujith Sankar <ssujith@cisco.com>
3002 M: Govindarajulu Varadarajan <_govind@gmx.com>
3003 M: Neel Patel <neepatel@cisco.com>
3004 S: Supported
3005 F: drivers/net/ethernet/cisco/enic/
3006
3007 CISCO VIC LOW LATENCY NIC DRIVER
3008 M: Christian Benvenuti <benve@cisco.com>
3009 M: Dave Goodell <dgoodell@cisco.com>
3010 S: Supported
3011 F: drivers/infiniband/hw/usnic/
3012
3013 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3014 M: Hartley Sweeten <hsweeten@visionengravers.com>
3015 L: netdev@vger.kernel.org
3016 S: Maintained
3017 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3018
3019 CIRRUS LOGIC AUDIO CODEC DRIVERS
3020 M: Brian Austin <brian.austin@cirrus.com>
3021 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3022 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3023 S: Maintained
3024 F: sound/soc/codecs/cs*
3025
3026 CLEANCACHE API
3027 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3028 L: linux-kernel@vger.kernel.org
3029 S: Maintained
3030 F: mm/cleancache.c
3031 F: include/linux/cleancache.h
3032
3033 CLK API
3034 M: Russell King <linux@armlinux.org.uk>
3035 L: linux-clk@vger.kernel.org
3036 S: Maintained
3037 F: include/linux/clk.h
3038
3039 CLOCKSOURCE, CLOCKEVENT DRIVERS
3040 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3041 M: Thomas Gleixner <tglx@linutronix.de>
3042 L: linux-kernel@vger.kernel.org
3043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3044 S: Supported
3045 F: drivers/clocksource
3046
3047 CISCO FCOE HBA DRIVER
3048 M: Hiral Patel <hiralpat@cisco.com>
3049 M: Suma Ramars <sramars@cisco.com>
3050 M: Brian Uchino <buchino@cisco.com>
3051 L: linux-scsi@vger.kernel.org
3052 S: Supported
3053 F: drivers/scsi/fnic/
3054
3055 CISCO SCSI HBA DRIVER
3056 M: Narsimhulu Musini <nmusini@cisco.com>
3057 M: Sesidhar Baddela <sebaddel@cisco.com>
3058 L: linux-scsi@vger.kernel.org
3059 S: Supported
3060 F: drivers/scsi/snic/
3061
3062 CMPC ACPI DRIVER
3063 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3064 M: Daniel Oliveira Nascimento <don@syst.com.br>
3065 L: platform-driver-x86@vger.kernel.org
3066 S: Supported
3067 F: drivers/platform/x86/classmate-laptop.c
3068
3069 COBALT MEDIA DRIVER
3070 M: Hans Verkuil <hans.verkuil@cisco.com>
3071 L: linux-media@vger.kernel.org
3072 T: git git://linuxtv.org/media_tree.git
3073 W: https://linuxtv.org
3074 S: Supported
3075 F: drivers/media/pci/cobalt/
3076
3077 COCCINELLE/Semantic Patches (SmPL)
3078 M: Julia Lawall <Julia.Lawall@lip6.fr>
3079 M: Gilles Muller <Gilles.Muller@lip6.fr>
3080 M: Nicolas Palix <nicolas.palix@imag.fr>
3081 M: Michal Marek <mmarek@suse.com>
3082 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3084 W: http://coccinelle.lip6.fr/
3085 S: Supported
3086 F: Documentation/coccinelle.txt
3087 F: scripts/coccinelle/
3088 F: scripts/coccicheck
3089
3090 CODA FILE SYSTEM
3091 M: Jan Harkes <jaharkes@cs.cmu.edu>
3092 M: coda@cs.cmu.edu
3093 L: codalist@coda.cs.cmu.edu
3094 W: http://www.coda.cs.cmu.edu/
3095 S: Maintained
3096 F: Documentation/filesystems/coda.txt
3097 F: fs/coda/
3098 F: include/linux/coda*.h
3099 F: include/uapi/linux/coda*.h
3100
3101 CODA V4L2 MEM2MEM DRIVER
3102 M: Philipp Zabel <p.zabel@pengutronix.de>
3103 L: linux-media@vger.kernel.org
3104 S: Maintained
3105 F: Documentation/devicetree/bindings/media/coda.txt
3106 F: drivers/media/platform/coda/
3107
3108 COMMON CLK FRAMEWORK
3109 M: Michael Turquette <mturquette@baylibre.com>
3110 M: Stephen Boyd <sboyd@codeaurora.org>
3111 L: linux-clk@vger.kernel.org
3112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3113 S: Maintained
3114 F: drivers/clk/
3115 X: drivers/clk/clkdev.c
3116 F: include/linux/clk-pr*
3117 F: include/linux/clk/
3118
3119 COMMON INTERNET FILE SYSTEM (CIFS)
3120 M: Steve French <sfrench@samba.org>
3121 L: linux-cifs@vger.kernel.org
3122 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3123 W: http://linux-cifs.samba.org/
3124 T: git git://git.samba.org/sfrench/cifs-2.6.git
3125 S: Supported
3126 F: Documentation/filesystems/cifs/
3127 F: fs/cifs/
3128
3129 COMPACTPCI HOTPLUG CORE
3130 M: Scott Murray <scott@spiteful.org>
3131 L: linux-pci@vger.kernel.org
3132 S: Maintained
3133 F: drivers/pci/hotplug/cpci_hotplug*
3134
3135 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3136 M: Scott Murray <scott@spiteful.org>
3137 L: linux-pci@vger.kernel.org
3138 S: Maintained
3139 F: drivers/pci/hotplug/cpcihp_zt5550.*
3140
3141 COMPACTPCI HOTPLUG GENERIC DRIVER
3142 M: Scott Murray <scott@spiteful.org>
3143 L: linux-pci@vger.kernel.org
3144 S: Maintained
3145 F: drivers/pci/hotplug/cpcihp_generic.c
3146
3147 COMPAL LAPTOP SUPPORT
3148 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3149 L: platform-driver-x86@vger.kernel.org
3150 S: Maintained
3151 F: drivers/platform/x86/compal-laptop.c
3152
3153 CONEXANT ACCESSRUNNER USB DRIVER
3154 L: accessrunner-general@lists.sourceforge.net
3155 W: http://accessrunner.sourceforge.net/
3156 S: Orphan
3157 F: drivers/usb/atm/cxacru.c
3158
3159 CONFIGFS
3160 M: Joel Becker <jlbec@evilplan.org>
3161 M: Christoph Hellwig <hch@lst.de>
3162 T: git git://git.infradead.org/users/hch/configfs.git
3163 S: Supported
3164 F: fs/configfs/
3165 F: include/linux/configfs.h
3166
3167 CONNECTOR
3168 M: Evgeniy Polyakov <zbr@ioremap.net>
3169 L: netdev@vger.kernel.org
3170 S: Maintained
3171 F: drivers/connector/
3172
3173 CONTROL GROUP (CGROUP)
3174 M: Tejun Heo <tj@kernel.org>
3175 M: Li Zefan <lizefan@huawei.com>
3176 M: Johannes Weiner <hannes@cmpxchg.org>
3177 L: cgroups@vger.kernel.org
3178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3179 S: Maintained
3180 F: Documentation/cgroups/
3181 F: include/linux/cgroup*
3182 F: kernel/cgroup*
3183
3184 CONTROL GROUP - CPUSET
3185 M: Li Zefan <lizefan@huawei.com>
3186 L: cgroups@vger.kernel.org
3187 W: http://www.bullopensource.org/cpuset/
3188 W: http://oss.sgi.com/projects/cpusets/
3189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3190 S: Maintained
3191 F: Documentation/cgroups/cpusets.txt
3192 F: include/linux/cpuset.h
3193 F: kernel/cpuset.c
3194
3195 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3196 M: Johannes Weiner <hannes@cmpxchg.org>
3197 M: Michal Hocko <mhocko@kernel.org>
3198 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3199 L: cgroups@vger.kernel.org
3200 L: linux-mm@kvack.org
3201 S: Maintained
3202 F: mm/memcontrol.c
3203 F: mm/swap_cgroup.c
3204
3205 CORETEMP HARDWARE MONITORING DRIVER
3206 M: Fenghua Yu <fenghua.yu@intel.com>
3207 L: linux-hwmon@vger.kernel.org
3208 S: Maintained
3209 F: Documentation/hwmon/coretemp
3210 F: drivers/hwmon/coretemp.c
3211
3212 COSA/SRP SYNC SERIAL DRIVER
3213 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3214 W: http://www.fi.muni.cz/~kas/cosa/
3215 S: Maintained
3216 F: drivers/net/wan/cosa*
3217
3218 CPMAC ETHERNET DRIVER
3219 M: Florian Fainelli <florian@openwrt.org>
3220 L: netdev@vger.kernel.org
3221 S: Maintained
3222 F: drivers/net/ethernet/ti/cpmac.c
3223
3224 CPU FREQUENCY DRIVERS
3225 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3226 M: Viresh Kumar <viresh.kumar@linaro.org>
3227 L: linux-pm@vger.kernel.org
3228 S: Maintained
3229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3230 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3231 F: drivers/cpufreq/
3232 F: include/linux/cpufreq.h
3233
3234 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3235 M: Viresh Kumar <viresh.kumar@linaro.org>
3236 M: Sudeep Holla <sudeep.holla@arm.com>
3237 L: linux-pm@vger.kernel.org
3238 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3239 S: Maintained
3240 F: drivers/cpufreq/arm_big_little.h
3241 F: drivers/cpufreq/arm_big_little.c
3242 F: drivers/cpufreq/arm_big_little_dt.c
3243
3244 CPUIDLE DRIVER - ARM BIG LITTLE
3245 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3246 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3247 L: linux-pm@vger.kernel.org
3248 L: linux-arm-kernel@lists.infradead.org
3249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3250 S: Maintained
3251 F: drivers/cpuidle/cpuidle-big_little.c
3252
3253 CPUIDLE DRIVER - ARM EXYNOS
3254 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3255 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3256 M: Kukjin Kim <kgene@kernel.org>
3257 L: linux-pm@vger.kernel.org
3258 L: linux-samsung-soc@vger.kernel.org
3259 S: Supported
3260 F: drivers/cpuidle/cpuidle-exynos.c
3261 F: arch/arm/mach-exynos/pm.c
3262
3263 CPUIDLE DRIVERS
3264 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3265 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3266 L: linux-pm@vger.kernel.org
3267 S: Maintained
3268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3269 F: drivers/cpuidle/*
3270 F: include/linux/cpuidle.h
3271
3272 CPUID/MSR DRIVER
3273 M: "H. Peter Anvin" <hpa@zytor.com>
3274 S: Maintained
3275 F: arch/x86/kernel/cpuid.c
3276 F: arch/x86/kernel/msr.c
3277
3278 CPU POWER MONITORING SUBSYSTEM
3279 M: Thomas Renninger <trenn@suse.com>
3280 L: linux-pm@vger.kernel.org
3281 S: Maintained
3282 F: tools/power/cpupower/
3283
3284 CRAMFS FILESYSTEM
3285 W: http://sourceforge.net/projects/cramfs/
3286 S: Orphan / Obsolete
3287 F: Documentation/filesystems/cramfs.txt
3288 F: fs/cramfs/
3289
3290 CRIS PORT
3291 M: Mikael Starvik <starvik@axis.com>
3292 M: Jesper Nilsson <jesper.nilsson@axis.com>
3293 L: linux-cris-kernel@axis.com
3294 W: http://developer.axis.com
3295 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3296 S: Maintained
3297 F: arch/cris/
3298 F: drivers/tty/serial/crisv10.*
3299
3300 CRYPTO API
3301 M: Herbert Xu <herbert@gondor.apana.org.au>
3302 M: "David S. Miller" <davem@davemloft.net>
3303 L: linux-crypto@vger.kernel.org
3304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3306 S: Maintained
3307 F: Documentation/crypto/
3308 F: Documentation/DocBook/crypto-API.tmpl
3309 F: arch/*/crypto/
3310 F: crypto/
3311 F: drivers/crypto/
3312 F: include/crypto/
3313
3314 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3315 M: Neil Horman <nhorman@tuxdriver.com>
3316 L: linux-crypto@vger.kernel.org
3317 S: Maintained
3318 F: crypto/ansi_cprng.c
3319 F: crypto/rng.c
3320
3321 CS3308 MEDIA DRIVER
3322 M: Hans Verkuil <hverkuil@xs4all.nl>
3323 L: linux-media@vger.kernel.org
3324 T: git git://linuxtv.org/media_tree.git
3325 W: http://linuxtv.org
3326 S: Odd Fixes
3327 F: drivers/media/i2c/cs3308.c
3328 F: drivers/media/i2c/cs3308.h
3329
3330 CS5535 Audio ALSA driver
3331 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3332 S: Maintained
3333 F: sound/pci/cs5535audio/
3334
3335 CW1200 WLAN driver
3336 M: Solomon Peachy <pizza@shaftnet.org>
3337 S: Maintained
3338 F: drivers/net/wireless/st/cw1200/
3339
3340 CX18 VIDEO4LINUX DRIVER
3341 M: Andy Walls <awalls@md.metrocast.net>
3342 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3343 L: linux-media@vger.kernel.org
3344 T: git git://linuxtv.org/media_tree.git
3345 W: https://linuxtv.org
3346 W: http://www.ivtvdriver.org/index.php/Cx18
3347 S: Maintained
3348 F: Documentation/video4linux/cx18.txt
3349 F: drivers/media/pci/cx18/
3350 F: include/uapi/linux/ivtv*
3351
3352 CX2341X MPEG ENCODER HELPER MODULE
3353 M: Hans Verkuil <hverkuil@xs4all.nl>
3354 L: linux-media@vger.kernel.org
3355 T: git git://linuxtv.org/media_tree.git
3356 W: https://linuxtv.org
3357 S: Maintained
3358 F: drivers/media/common/cx2341x*
3359 F: include/media/cx2341x*
3360
3361 CX24120 MEDIA DRIVER
3362 M: Jemma Denson <jdenson@gmail.com>
3363 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3364 L: linux-media@vger.kernel.org
3365 W: https://linuxtv.org
3366 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3367 S: Maintained
3368 F: drivers/media/dvb-frontends/cx24120*
3369
3370 CX88 VIDEO4LINUX DRIVER
3371 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3372 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3373 L: linux-media@vger.kernel.org
3374 W: https://linuxtv.org
3375 T: git git://linuxtv.org/media_tree.git
3376 S: Odd fixes
3377 F: Documentation/video4linux/cx88/
3378 F: drivers/media/pci/cx88/
3379
3380 CXD2820R MEDIA DRIVER
3381 M: Antti Palosaari <crope@iki.fi>
3382 L: linux-media@vger.kernel.org
3383 W: https://linuxtv.org
3384 W: http://palosaari.fi/linux/
3385 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3386 T: git git://linuxtv.org/anttip/media_tree.git
3387 S: Maintained
3388 F: drivers/media/dvb-frontends/cxd2820r*
3389
3390 CXGB3 ETHERNET DRIVER (CXGB3)
3391 M: Santosh Raspatur <santosh@chelsio.com>
3392 L: netdev@vger.kernel.org
3393 W: http://www.chelsio.com
3394 S: Supported
3395 F: drivers/net/ethernet/chelsio/cxgb3/
3396
3397 CXGB3 ISCSI DRIVER (CXGB3I)
3398 M: Karen Xie <kxie@chelsio.com>
3399 L: linux-scsi@vger.kernel.org
3400 W: http://www.chelsio.com
3401 S: Supported
3402 F: drivers/scsi/cxgbi/cxgb3i
3403
3404 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3405 M: Steve Wise <swise@chelsio.com>
3406 L: linux-rdma@vger.kernel.org
3407 W: http://www.openfabrics.org
3408 S: Supported
3409 F: drivers/infiniband/hw/cxgb3/
3410
3411 CXGB4 ETHERNET DRIVER (CXGB4)
3412 M: Hariprasad S <hariprasad@chelsio.com>
3413 L: netdev@vger.kernel.org
3414 W: http://www.chelsio.com
3415 S: Supported
3416 F: drivers/net/ethernet/chelsio/cxgb4/
3417
3418 CXGB4 ISCSI DRIVER (CXGB4I)
3419 M: Karen Xie <kxie@chelsio.com>
3420 L: linux-scsi@vger.kernel.org
3421 W: http://www.chelsio.com
3422 S: Supported
3423 F: drivers/scsi/cxgbi/cxgb4i
3424
3425 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3426 M: Steve Wise <swise@chelsio.com>
3427 L: linux-rdma@vger.kernel.org
3428 W: http://www.openfabrics.org
3429 S: Supported
3430 F: drivers/infiniband/hw/cxgb4/
3431
3432 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3433 M: Casey Leedom <leedom@chelsio.com>
3434 L: netdev@vger.kernel.org
3435 W: http://www.chelsio.com
3436 S: Supported
3437 F: drivers/net/ethernet/chelsio/cxgb4vf/
3438
3439 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3440 M: Ian Munsie <imunsie@au1.ibm.com>
3441 M: Michael Neuling <mikey@neuling.org>
3442 L: linuxppc-dev@lists.ozlabs.org
3443 S: Supported
3444 F: drivers/misc/cxl/
3445 F: include/misc/cxl*
3446 F: include/uapi/misc/cxl.h
3447 F: Documentation/powerpc/cxl.txt
3448 F: Documentation/powerpc/cxl.txt
3449 F: Documentation/ABI/testing/sysfs-class-cxl
3450
3451 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3452 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3453 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3454 L: linux-scsi@vger.kernel.org
3455 S: Supported
3456 F: drivers/scsi/cxlflash/
3457 F: include/uapi/scsi/cxlflash_ioctls.h
3458 F: Documentation/powerpc/cxlflash.txt
3459
3460 STMMAC ETHERNET DRIVER
3461 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3462 M: Alexandre Torgue <alexandre.torgue@st.com>
3463 L: netdev@vger.kernel.org
3464 W: http://www.stlinux.com
3465 S: Supported
3466 F: drivers/net/ethernet/stmicro/stmmac/
3467
3468 CYBERPRO FB DRIVER
3469 M: Russell King <linux@armlinux.org.uk>
3470 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3471 W: http://www.armlinux.org.uk/
3472 S: Maintained
3473 F: drivers/video/fbdev/cyber2000fb.*
3474
3475 CYCLADES ASYNC MUX DRIVER
3476 W: http://www.cyclades.com/
3477 S: Orphan
3478 F: drivers/tty/cyclades.c
3479 F: include/linux/cyclades.h
3480 F: include/uapi/linux/cyclades.h
3481
3482 CYCLADES PC300 DRIVER
3483 W: http://www.cyclades.com/
3484 S: Orphan
3485 F: drivers/net/wan/pc300*
3486
3487 CYPRESS_FIRMWARE MEDIA DRIVER
3488 M: Antti Palosaari <crope@iki.fi>
3489 L: linux-media@vger.kernel.org
3490 W: https://linuxtv.org
3491 W: http://palosaari.fi/linux/
3492 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3493 T: git git://linuxtv.org/anttip/media_tree.git
3494 S: Maintained
3495 F: drivers/media/common/cypress_firmware*
3496
3497 CYTTSP TOUCHSCREEN DRIVER
3498 M: Ferruh Yigit <fery@cypress.com>
3499 L: linux-input@vger.kernel.org
3500 S: Supported
3501 F: drivers/input/touchscreen/cyttsp*
3502 F: include/linux/input/cyttsp.h
3503
3504 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3505 M: Joshua Kinard <kumba@gentoo.org>
3506 S: Maintained
3507 F: drivers/rtc/rtc-ds1685.c
3508 F: include/linux/rtc/ds1685.h
3509
3510 DAMA SLAVE for AX.25
3511 M: Joerg Reuter <jreuter@yaina.de>
3512 W: http://yaina.de/jreuter/
3513 W: http://www.qsl.net/dl1bke/
3514 L: linux-hams@vger.kernel.org
3515 S: Maintained
3516 F: net/ax25/af_ax25.c
3517 F: net/ax25/ax25_dev.c
3518 F: net/ax25/ax25_ds_*
3519 F: net/ax25/ax25_in.c
3520 F: net/ax25/ax25_out.c
3521 F: net/ax25/ax25_timer.c
3522 F: net/ax25/sysctl_net_ax25.c
3523
3524 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3525 L: netdev@vger.kernel.org
3526 S: Orphan
3527 F: Documentation/networking/dmfe.txt
3528 F: drivers/net/ethernet/dec/tulip/dmfe.c
3529
3530 DC390/AM53C974 SCSI driver
3531 M: Hannes Reinecke <hare@suse.com>
3532 L: linux-scsi@vger.kernel.org
3533 S: Maintained
3534 F: drivers/scsi/am53c974.c
3535
3536 DC395x SCSI driver
3537 M: Oliver Neukum <oliver@neukum.org>
3538 M: Ali Akcaagac <aliakc@web.de>
3539 M: Jamie Lenehan <lenehan@twibble.org>
3540 L: dc395x@twibble.org
3541 W: http://twibble.org/dist/dc395x/
3542 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3543 S: Maintained
3544 F: Documentation/scsi/dc395x.txt
3545 F: drivers/scsi/dc395x.*
3546
3547 DCCP PROTOCOL
3548 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3549 L: dccp@vger.kernel.org
3550 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3551 S: Maintained
3552 F: include/linux/dccp.h
3553 F: include/uapi/linux/dccp.h
3554 F: include/linux/tfrc.h
3555 F: net/dccp/
3556
3557 DECnet NETWORK LAYER
3558 W: http://linux-decnet.sourceforge.net
3559 L: linux-decnet-user@lists.sourceforge.net
3560 S: Orphan
3561 F: Documentation/networking/decnet.txt
3562 F: net/decnet/
3563
3564 DECSTATION PLATFORM SUPPORT
3565 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3566 L: linux-mips@linux-mips.org
3567 W: http://www.linux-mips.org/wiki/DECstation
3568 S: Maintained
3569 F: arch/mips/dec/
3570 F: arch/mips/include/asm/dec/
3571 F: arch/mips/include/asm/mach-dec/
3572
3573 DEFXX FDDI NETWORK DRIVER
3574 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3575 S: Maintained
3576 F: drivers/net/fddi/defxx.*
3577
3578 DELL LAPTOP DRIVER
3579 M: Matthew Garrett <mjg59@srcf.ucam.org>
3580 M: Pali Rohár <pali.rohar@gmail.com>
3581 L: platform-driver-x86@vger.kernel.org
3582 S: Maintained
3583 F: drivers/platform/x86/dell-laptop.c
3584
3585 DELL LAPTOP RBTN DRIVER
3586 M: Pali Rohár <pali.rohar@gmail.com>
3587 S: Maintained
3588 F: drivers/platform/x86/dell-rbtn.*
3589
3590 DELL LAPTOP FREEFALL DRIVER
3591 M: Pali Rohár <pali.rohar@gmail.com>
3592 S: Maintained
3593 F: drivers/platform/x86/dell-smo8800.c
3594
3595 DELL LAPTOP SMM DRIVER
3596 M: Pali Rohár <pali.rohar@gmail.com>
3597 S: Maintained
3598 F: drivers/hwmon/dell-smm-hwmon.c
3599 F: include/uapi/linux/i8k.h
3600
3601 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3602 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3603 S: Maintained
3604 F: Documentation/dcdbas.txt
3605 F: drivers/firmware/dcdbas.*
3606
3607 DELL WMI EXTRAS DRIVER
3608 M: Matthew Garrett <mjg59@srcf.ucam.org>
3609 M: Pali Rohár <pali.rohar@gmail.com>
3610 S: Maintained
3611 F: drivers/platform/x86/dell-wmi.c
3612
3613 DESIGNWARE USB2 DRD IP DRIVER
3614 M: John Youn <johnyoun@synopsys.com>
3615 L: linux-usb@vger.kernel.org
3616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3617 S: Maintained
3618 F: drivers/usb/dwc2/
3619
3620 DESIGNWARE USB3 DRD IP DRIVER
3621 M: Felipe Balbi <balbi@kernel.org>
3622 L: linux-usb@vger.kernel.org
3623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3624 S: Maintained
3625 F: drivers/usb/dwc3/
3626
3627 DEVICE COREDUMP (DEV_COREDUMP)
3628 M: Johannes Berg <johannes@sipsolutions.net>
3629 L: linux-kernel@vger.kernel.org
3630 S: Maintained
3631 F: drivers/base/devcoredump.c
3632 F: include/linux/devcoredump.h
3633
3634 DEVICE FREQUENCY (DEVFREQ)
3635 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3636 M: Kyungmin Park <kyungmin.park@samsung.com>
3637 L: linux-pm@vger.kernel.org
3638 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3639 S: Maintained
3640 F: drivers/devfreq/
3641 F: include/linux/devfreq.h
3642 F: Documentation/devicetree/bindings/devfreq/
3643
3644 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3645 M: Chanwoo Choi <cw00.choi@samsung.com>
3646 L: linux-pm@vger.kernel.org
3647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3648 S: Supported
3649 F: drivers/devfreq/event/
3650 F: drivers/devfreq/devfreq-event.c
3651 F: include/linux/devfreq-event.h
3652 F: Documentation/devicetree/bindings/devfreq/event/
3653
3654 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3655 M: Chanwoo Choi <cw00.choi@samsung.com>
3656 L: linux-pm@vger.kernel.org
3657 L: linux-samsung-soc@vger.kernel.org
3658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3659 S: Maintained
3660 F: drivers/devfreq/exynos-bus.c
3661 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3662
3663 DEVICE NUMBER REGISTRY
3664 M: Torben Mathiasen <device@lanana.org>
3665 W: http://lanana.org/docs/device-list/index.html
3666 S: Maintained
3667
3668 DEVICE-MAPPER (LVM)
3669 M: Alasdair Kergon <agk@redhat.com>
3670 M: Mike Snitzer <snitzer@redhat.com>
3671 M: dm-devel@redhat.com
3672 L: dm-devel@redhat.com
3673 W: http://sources.redhat.com/dm
3674 Q: http://patchwork.kernel.org/project/dm-devel/list/
3675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3676 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3677 S: Maintained
3678 F: Documentation/device-mapper/
3679 F: drivers/md/dm*
3680 F: drivers/md/persistent-data/
3681 F: include/linux/device-mapper.h
3682 F: include/linux/dm-*.h
3683 F: include/uapi/linux/dm-*.h
3684
3685 DEVLINK
3686 M: Jiri Pirko <jiri@mellanox.com>
3687 L: netdev@vger.kernel.org
3688 S: Supported
3689 F: net/core/devlink.c
3690 F: include/net/devlink.h
3691 F: include/uapi/linux/devlink.h
3692
3693 DIALOG SEMICONDUCTOR DRIVERS
3694 M: Support Opensource <support.opensource@diasemi.com>
3695 W: http://www.dialog-semiconductor.com/products
3696 S: Supported
3697 F: Documentation/hwmon/da90??
3698 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3699 F: drivers/gpio/gpio-da90??.c
3700 F: drivers/hwmon/da90??-hwmon.c
3701 F: drivers/iio/adc/da91??-*.c
3702 F: drivers/input/misc/da90??_onkey.c
3703 F: drivers/input/touchscreen/da9052_tsi.c
3704 F: drivers/leds/leds-da90??.c
3705 F: drivers/mfd/da903x.c
3706 F: drivers/mfd/da90??-*.c
3707 F: drivers/mfd/da91??-*.c
3708 F: drivers/power/da9052-battery.c
3709 F: drivers/power/da91??-*.c
3710 F: drivers/regulator/da903x.c
3711 F: drivers/regulator/da9???-regulator.[ch]
3712 F: drivers/rtc/rtc-da90??.c
3713 F: drivers/video/backlight/da90??_bl.c
3714 F: drivers/watchdog/da90??_wdt.c
3715 F: include/linux/mfd/da903x.h
3716 F: include/linux/mfd/da9052/
3717 F: include/linux/mfd/da9055/
3718 F: include/linux/mfd/da9063/
3719 F: include/linux/mfd/da9150/
3720 F: include/sound/da[79]*.h
3721 F: sound/soc/codecs/da[79]*.[ch]
3722
3723 DIGI NEO AND CLASSIC PCI PRODUCTS
3724 M: Lidza Louina <lidza.louina@gmail.com>
3725 M: Mark Hounschell <markh@compro.net>
3726 L: driverdev-devel@linuxdriverproject.org
3727 S: Maintained
3728 F: drivers/staging/dgnc/
3729
3730 DIOLAN U2C-12 I2C DRIVER
3731 M: Guenter Roeck <linux@roeck-us.net>
3732 L: linux-i2c@vger.kernel.org
3733 S: Maintained
3734 F: drivers/i2c/busses/i2c-diolan-u2c.c
3735
3736 DIRECT ACCESS (DAX)
3737 M: Matthew Wilcox <willy@linux.intel.com>
3738 L: linux-fsdevel@vger.kernel.org
3739 S: Supported
3740 F: fs/dax.c
3741
3742 DIRECTORY NOTIFICATION (DNOTIFY)
3743 M: Eric Paris <eparis@parisplace.org>
3744 S: Maintained
3745 F: Documentation/filesystems/dnotify.txt
3746 F: fs/notify/dnotify/
3747 F: include/linux/dnotify.h
3748
3749 DISK GEOMETRY AND PARTITION HANDLING
3750 M: Andries Brouwer <aeb@cwi.nl>
3751 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3752 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3753 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3754 S: Maintained
3755
3756 DISKQUOTA
3757 M: Jan Kara <jack@suse.com>
3758 S: Maintained
3759 F: Documentation/filesystems/quota.txt
3760 F: fs/quota/
3761 F: include/linux/quota*.h
3762 F: include/uapi/linux/quota*.h
3763
3764 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3765 M: Bernie Thompson <bernie@plugable.com>
3766 L: linux-fbdev@vger.kernel.org
3767 S: Maintained
3768 W: http://plugable.com/category/projects/udlfb/
3769 F: drivers/video/fbdev/udlfb.c
3770 F: include/video/udlfb.h
3771 F: Documentation/fb/udlfb.txt
3772
3773 DISTRIBUTED LOCK MANAGER (DLM)
3774 M: Christine Caulfield <ccaulfie@redhat.com>
3775 M: David Teigland <teigland@redhat.com>
3776 L: cluster-devel@redhat.com
3777 W: http://sources.redhat.com/cluster/
3778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3779 S: Supported
3780 F: fs/dlm/
3781
3782 DMA BUFFER SHARING FRAMEWORK
3783 M: Sumit Semwal <sumit.semwal@linaro.org>
3784 S: Maintained
3785 L: linux-media@vger.kernel.org
3786 L: dri-devel@lists.freedesktop.org
3787 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3788 F: drivers/dma-buf/
3789 F: include/linux/dma-buf*
3790 F: include/linux/reservation.h
3791 F: include/linux/*fence.h
3792 F: Documentation/dma-buf-sharing.txt
3793 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3794
3795 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3796 M: Vinod Koul <vinod.koul@intel.com>
3797 L: dmaengine@vger.kernel.org
3798 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3799 S: Maintained
3800 F: drivers/dma/
3801 F: include/linux/dmaengine.h
3802 F: Documentation/dmaengine/
3803 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3804
3805 DME1737 HARDWARE MONITOR DRIVER
3806 M: Juerg Haefliger <juergh@gmail.com>
3807 L: linux-hwmon@vger.kernel.org
3808 S: Maintained
3809 F: Documentation/hwmon/dme1737
3810 F: drivers/hwmon/dme1737.c
3811
3812 DMI/SMBIOS SUPPORT
3813 M: Jean Delvare <jdelvare@suse.com>
3814 S: Maintained
3815 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3816 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3817 F: drivers/firmware/dmi-id.c
3818 F: drivers/firmware/dmi_scan.c
3819 F: include/linux/dmi.h
3820
3821 DOCUMENTATION
3822 M: Jonathan Corbet <corbet@lwn.net>
3823 L: linux-doc@vger.kernel.org
3824 S: Maintained
3825 F: Documentation/
3826 F: scripts/docproc.c
3827 F: scripts/kernel-doc*
3828 X: Documentation/ABI/
3829 X: Documentation/devicetree/
3830 X: Documentation/acpi
3831 X: Documentation/power
3832 X: Documentation/spi
3833 X: Documentation/DocBook/media
3834 T: git git://git.lwn.net/linux.git docs-next
3835
3836 DOUBLETALK DRIVER
3837 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3838 L: blinux-list@redhat.com
3839 S: Maintained
3840 F: drivers/char/dtlk.c
3841 F: include/linux/dtlk.h
3842
3843 DPT_I2O SCSI RAID DRIVER
3844 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3845 L: linux-scsi@vger.kernel.org
3846 W: http://www.adaptec.com/
3847 S: Maintained
3848 F: drivers/scsi/dpt*
3849 F: drivers/scsi/dpt/
3850
3851 DRBD DRIVER
3852 M: Philipp Reisner <philipp.reisner@linbit.com>
3853 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3854 L: drbd-dev@lists.linbit.com
3855 W: http://www.drbd.org
3856 T: git git://git.linbit.com/linux-drbd.git
3857 T: git git://git.linbit.com/drbd-8.4.git
3858 S: Supported
3859 F: drivers/block/drbd/
3860 F: lib/lru_cache.c
3861 F: Documentation/blockdev/drbd/
3862
3863 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3864 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3865 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3866 S: Supported
3867 F: Documentation/kobject.txt
3868 F: drivers/base/
3869 F: fs/debugfs/
3870 F: fs/kernfs/
3871 F: fs/sysfs/
3872 F: include/linux/debugfs.h
3873 F: include/linux/kobj*
3874 F: lib/kobj*
3875
3876 DRM DRIVERS
3877 M: David Airlie <airlied@linux.ie>
3878 L: dri-devel@lists.freedesktop.org
3879 T: git git://people.freedesktop.org/~airlied/linux
3880 S: Maintained
3881 F: drivers/gpu/drm/
3882 F: drivers/gpu/vga/
3883 F: Documentation/DocBook/gpu.*
3884 F: include/drm/
3885 F: include/uapi/drm/
3886
3887 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3888 M: Dave Airlie <airlied@redhat.com>
3889 S: Odd Fixes
3890 F: drivers/gpu/drm/ast/
3891
3892 DRM DRIVER FOR BOCHS VIRTUAL GPU
3893 M: Gerd Hoffmann <kraxel@redhat.com>
3894 S: Odd Fixes
3895 F: drivers/gpu/drm/bochs/
3896
3897 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3898 M: Dave Airlie <airlied@redhat.com>
3899 S: Odd Fixes
3900 F: drivers/gpu/drm/cirrus/
3901
3902 RADEON and AMDGPU DRM DRIVERS
3903 M: Alex Deucher <alexander.deucher@amd.com>
3904 M: Christian König <christian.koenig@amd.com>
3905 L: dri-devel@lists.freedesktop.org
3906 T: git git://people.freedesktop.org/~agd5f/linux
3907 S: Supported
3908 F: drivers/gpu/drm/radeon/
3909 F: include/uapi/drm/radeon_drm.h
3910 F: drivers/gpu/drm/amd/
3911 F: include/uapi/drm/amdgpu_drm.h
3912
3913 DRM PANEL DRIVERS
3914 M: Thierry Reding <thierry.reding@gmail.com>
3915 L: dri-devel@lists.freedesktop.org
3916 T: git git://anongit.freedesktop.org/tegra/linux.git
3917 S: Maintained
3918 F: drivers/gpu/drm/drm_panel.c
3919 F: drivers/gpu/drm/panel/
3920 F: include/drm/drm_panel.h
3921 F: Documentation/devicetree/bindings/display/panel/
3922
3923 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3924 M: Daniel Vetter <daniel.vetter@intel.com>
3925 M: Jani Nikula <jani.nikula@linux.intel.com>
3926 L: intel-gfx@lists.freedesktop.org
3927 L: dri-devel@lists.freedesktop.org
3928 W: https://01.org/linuxgraphics/
3929 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3930 T: git git://anongit.freedesktop.org/drm-intel
3931 S: Supported
3932 F: drivers/gpu/drm/i915/
3933 F: include/drm/i915*
3934 F: include/uapi/drm/i915_drm.h
3935
3936 DRM DRIVERS FOR ATMEL HLCDC
3937 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3938 L: dri-devel@lists.freedesktop.org
3939 S: Supported
3940 F: drivers/gpu/drm/atmel-hlcdc/
3941 F: Documentation/devicetree/bindings/drm/atmel/
3942
3943 DRM DRIVERS FOR ALLWINNER A10
3944 M: Maxime Ripard <maxime.ripard@free-electrons.com>
3945 L: dri-devel@lists.freedesktop.org
3946 S: Supported
3947 F: drivers/gpu/drm/sun4i/
3948 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
3949
3950 DRM DRIVERS FOR EXYNOS
3951 M: Inki Dae <inki.dae@samsung.com>
3952 M: Joonyoung Shim <jy0922.shim@samsung.com>
3953 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3954 M: Kyungmin Park <kyungmin.park@samsung.com>
3955 L: dri-devel@lists.freedesktop.org
3956 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3957 S: Supported
3958 F: drivers/gpu/drm/exynos/
3959 F: include/uapi/drm/exynos_drm.h
3960 F: Documentation/devicetree/bindings/display/exynos/
3961
3962 DRM DRIVERS FOR FREESCALE DCU
3963 M: Stefan Agner <stefan@agner.ch>
3964 M: Alison Wang <alison.wang@freescale.com>
3965 L: dri-devel@lists.freedesktop.org
3966 S: Supported
3967 F: drivers/gpu/drm/fsl-dcu/
3968 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3969 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
3970 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3971
3972 DRM DRIVERS FOR FREESCALE IMX
3973 M: Philipp Zabel <p.zabel@pengutronix.de>
3974 L: dri-devel@lists.freedesktop.org
3975 S: Maintained
3976 F: drivers/gpu/drm/imx/
3977 F: drivers/gpu/ipu-v3/
3978 F: Documentation/devicetree/bindings/display/imx/
3979
3980 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3981 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3982 L: dri-devel@lists.freedesktop.org
3983 T: git git://github.com/patjak/drm-gma500
3984 S: Maintained
3985 F: drivers/gpu/drm/gma500/
3986
3987 DRM DRIVERS FOR HISILICON
3988 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
3989 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
3990 R: Chen Feng <puck.chen@hisilicon.com>
3991 L: dri-devel@lists.freedesktop.org
3992 T: git git://github.com/xin3liang/linux.git
3993 S: Maintained
3994 F: drivers/gpu/drm/hisilicon/
3995 F: Documentation/devicetree/bindings/display/hisilicon/
3996
3997 DRM DRIVER FOR INTEL I810 VIDEO CARDS
3998 S: Orphan / Obsolete
3999 F: drivers/gpu/drm/i810/
4000 F: include/uapi/drm/i810_drm.h
4001
4002 DRM DRIVER FOR MSM ADRENO GPU
4003 M: Rob Clark <robdclark@gmail.com>
4004 L: linux-arm-msm@vger.kernel.org
4005 L: dri-devel@lists.freedesktop.org
4006 L: freedreno@lists.freedesktop.org
4007 T: git git://people.freedesktop.org/~robclark/linux
4008 S: Maintained
4009 F: drivers/gpu/drm/msm/
4010 F: include/uapi/drm/msm_drm.h
4011 F: Documentation/devicetree/bindings/display/msm/
4012
4013 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4014 M: Ben Skeggs <bskeggs@redhat.com>
4015 L: dri-devel@lists.freedesktop.org
4016 L: nouveau@lists.freedesktop.org
4017 T: git git://github.com/skeggsb/linux
4018 S: Supported
4019 F: drivers/gpu/drm/nouveau/
4020 F: include/uapi/drm/nouveau_drm.h
4021
4022 DRM DRIVERS FOR NVIDIA TEGRA
4023 M: Thierry Reding <thierry.reding@gmail.com>
4024 L: dri-devel@lists.freedesktop.org
4025 L: linux-tegra@vger.kernel.org
4026 T: git git://anongit.freedesktop.org/tegra/linux.git
4027 S: Supported
4028 F: drivers/gpu/drm/tegra/
4029 F: drivers/gpu/host1x/
4030 F: include/linux/host1x.h
4031 F: include/uapi/drm/tegra_drm.h
4032 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4033
4034 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4035 S: Orphan / Obsolete
4036 F: drivers/gpu/drm/mga/
4037 F: include/uapi/drm/mga_drm.h
4038
4039 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4040 M: Dave Airlie <airlied@redhat.com>
4041 S: Odd Fixes
4042 F: drivers/gpu/drm/mgag200/
4043
4044 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4045 S: Orphan / Obsolete
4046 F: drivers/gpu/drm/r128/
4047 F: include/uapi/drm/r128_drm.h
4048
4049 DRM DRIVERS FOR RENESAS
4050 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4051 L: dri-devel@lists.freedesktop.org
4052 L: linux-renesas-soc@vger.kernel.org
4053 T: git git://linuxtv.org/pinchartl/fbdev
4054 S: Supported
4055 F: drivers/gpu/drm/rcar-du/
4056 F: drivers/gpu/drm/shmobile/
4057 F: include/linux/platform_data/shmob_drm.h
4058 F: Documentation/devicetree/bindings/display/renesas,du.txt
4059
4060 DRM DRIVER FOR QXL VIRTUAL GPU
4061 M: Dave Airlie <airlied@redhat.com>
4062 S: Odd Fixes
4063 F: drivers/gpu/drm/qxl/
4064 F: include/uapi/drm/qxl_drm.h
4065
4066 DRM DRIVERS FOR ROCKCHIP
4067 M: Mark Yao <mark.yao@rock-chips.com>
4068 L: dri-devel@lists.freedesktop.org
4069 S: Maintained
4070 F: drivers/gpu/drm/rockchip/
4071 F: Documentation/devicetree/bindings/display/rockchip/
4072
4073 DRM DRIVER FOR SAVAGE VIDEO CARDS
4074 S: Orphan / Obsolete
4075 F: drivers/gpu/drm/savage/
4076 F: include/uapi/drm/savage_drm.h
4077
4078 DRM DRIVER FOR SIS VIDEO CARDS
4079 S: Orphan / Obsolete
4080 F: drivers/gpu/drm/sis/
4081 F: include/uapi/drm/sis_drm.h
4082
4083 DRM DRIVERS FOR STI
4084 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4085 M: Vincent Abriou <vincent.abriou@st.com>
4086 L: dri-devel@lists.freedesktop.org
4087 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4088 S: Maintained
4089 F: drivers/gpu/drm/sti
4090 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4091
4092 DRM DRIVER FOR TDFX VIDEO CARDS
4093 S: Orphan / Obsolete
4094 F: drivers/gpu/drm/tdfx/
4095
4096 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4097 M: Dave Airlie <airlied@redhat.com>
4098 S: Odd Fixes
4099 F: drivers/gpu/drm/udl/
4100
4101 DRM DRIVERS FOR VIVANTE GPU IP
4102 M: Lucas Stach <l.stach@pengutronix.de>
4103 R: Russell King <linux+etnaviv@armlinux.org.uk>
4104 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4105 L: dri-devel@lists.freedesktop.org
4106 S: Maintained
4107 F: drivers/gpu/drm/etnaviv/
4108 F: include/uapi/drm/etnaviv_drm.h
4109 F: Documentation/devicetree/bindings/display/etnaviv/
4110
4111 DRM DRIVER FOR VMWARE VIRTUAL GPU
4112 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4113 M: Sinclair Yeh <syeh@vmware.com>
4114 M: Thomas Hellstrom <thellstrom@vmware.com>
4115 L: dri-devel@lists.freedesktop.org
4116 T: git git://people.freedesktop.org/~syeh/repos_linux
4117 T: git git://people.freedesktop.org/~thomash/linux
4118 S: Supported
4119 F: drivers/gpu/drm/vmwgfx/
4120 F: include/uapi/drm/vmwgfx_drm.h
4121
4122 DRM DRIVERS FOR VC4
4123 M: Eric Anholt <eric@anholt.net>
4124 T: git git://github.com/anholt/linux
4125 S: Supported
4126 F: drivers/gpu/drm/vc4/
4127 F: include/uapi/drm/vc4_drm.h
4128 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4129
4130 DSBR100 USB FM RADIO DRIVER
4131 M: Alexey Klimov <klimov.linux@gmail.com>
4132 L: linux-media@vger.kernel.org
4133 T: git git://linuxtv.org/media_tree.git
4134 S: Maintained
4135 F: drivers/media/radio/dsbr100.c
4136
4137 DSCC4 DRIVER
4138 M: Francois Romieu <romieu@fr.zoreil.com>
4139 L: netdev@vger.kernel.org
4140 S: Maintained
4141 F: drivers/net/wan/dscc4.c
4142
4143 DT3155 MEDIA DRIVER
4144 M: Hans Verkuil <hverkuil@xs4all.nl>
4145 L: linux-media@vger.kernel.org
4146 T: git git://linuxtv.org/media_tree.git
4147 W: https://linuxtv.org
4148 S: Odd Fixes
4149 F: drivers/media/pci/dt3155/
4150
4151 DVB_USB_AF9015 MEDIA DRIVER
4152 M: Antti Palosaari <crope@iki.fi>
4153 L: linux-media@vger.kernel.org
4154 W: https://linuxtv.org
4155 W: http://palosaari.fi/linux/
4156 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4157 T: git git://linuxtv.org/anttip/media_tree.git
4158 S: Maintained
4159 F: drivers/media/usb/dvb-usb-v2/af9015*
4160
4161 DVB_USB_AF9035 MEDIA DRIVER
4162 M: Antti Palosaari <crope@iki.fi>
4163 L: linux-media@vger.kernel.org
4164 W: https://linuxtv.org
4165 W: http://palosaari.fi/linux/
4166 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4167 T: git git://linuxtv.org/anttip/media_tree.git
4168 S: Maintained
4169 F: drivers/media/usb/dvb-usb-v2/af9035*
4170
4171 DVB_USB_ANYSEE MEDIA DRIVER
4172 M: Antti Palosaari <crope@iki.fi>
4173 L: linux-media@vger.kernel.org
4174 W: https://linuxtv.org
4175 W: http://palosaari.fi/linux/
4176 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4177 T: git git://linuxtv.org/anttip/media_tree.git
4178 S: Maintained
4179 F: drivers/media/usb/dvb-usb-v2/anysee*
4180
4181 DVB_USB_AU6610 MEDIA DRIVER
4182 M: Antti Palosaari <crope@iki.fi>
4183 L: linux-media@vger.kernel.org
4184 W: https://linuxtv.org
4185 W: http://palosaari.fi/linux/
4186 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4187 T: git git://linuxtv.org/anttip/media_tree.git
4188 S: Maintained
4189 F: drivers/media/usb/dvb-usb-v2/au6610*
4190
4191 DVB_USB_CE6230 MEDIA DRIVER
4192 M: Antti Palosaari <crope@iki.fi>
4193 L: linux-media@vger.kernel.org
4194 W: https://linuxtv.org
4195 W: http://palosaari.fi/linux/
4196 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4197 T: git git://linuxtv.org/anttip/media_tree.git
4198 S: Maintained
4199 F: drivers/media/usb/dvb-usb-v2/ce6230*
4200
4201 DVB_USB_CXUSB MEDIA DRIVER
4202 M: Michael Krufky <mkrufky@linuxtv.org>
4203 L: linux-media@vger.kernel.org
4204 W: https://linuxtv.org
4205 W: http://github.com/mkrufky
4206 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4207 T: git git://linuxtv.org/media_tree.git
4208 S: Maintained
4209 F: drivers/media/usb/dvb-usb/cxusb*
4210
4211 DVB_USB_EC168 MEDIA DRIVER
4212 M: Antti Palosaari <crope@iki.fi>
4213 L: linux-media@vger.kernel.org
4214 W: https://linuxtv.org
4215 W: http://palosaari.fi/linux/
4216 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4217 T: git git://linuxtv.org/anttip/media_tree.git
4218 S: Maintained
4219 F: drivers/media/usb/dvb-usb-v2/ec168*
4220
4221 DVB_USB_GL861 MEDIA DRIVER
4222 M: Antti Palosaari <crope@iki.fi>
4223 L: linux-media@vger.kernel.org
4224 W: https://linuxtv.org
4225 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4226 T: git git://linuxtv.org/anttip/media_tree.git
4227 S: Maintained
4228 F: drivers/media/usb/dvb-usb-v2/gl861*
4229
4230 DVB_USB_MXL111SF MEDIA DRIVER
4231 M: Michael Krufky <mkrufky@linuxtv.org>
4232 L: linux-media@vger.kernel.org
4233 W: https://linuxtv.org
4234 W: http://github.com/mkrufky
4235 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4236 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4237 S: Maintained
4238 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4239
4240 DVB_USB_RTL28XXU MEDIA DRIVER
4241 M: Antti Palosaari <crope@iki.fi>
4242 L: linux-media@vger.kernel.org
4243 W: https://linuxtv.org
4244 W: http://palosaari.fi/linux/
4245 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4246 T: git git://linuxtv.org/anttip/media_tree.git
4247 S: Maintained
4248 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4249
4250 DVB_USB_V2 MEDIA DRIVER
4251 M: Antti Palosaari <crope@iki.fi>
4252 L: linux-media@vger.kernel.org
4253 W: https://linuxtv.org
4254 W: http://palosaari.fi/linux/
4255 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4256 T: git git://linuxtv.org/anttip/media_tree.git
4257 S: Maintained
4258 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4259 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4260
4261 DYNAMIC DEBUG
4262 M: Jason Baron <jbaron@akamai.com>
4263 S: Maintained
4264 F: lib/dynamic_debug.c
4265 F: include/linux/dynamic_debug.h
4266
4267 DZ DECSTATION DZ11 SERIAL DRIVER
4268 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4269 S: Maintained
4270 F: drivers/tty/serial/dz.*
4271
4272 E3X0 POWER BUTTON DRIVER
4273 M: Moritz Fischer <moritz.fischer@ettus.com>
4274 L: usrp-users@lists.ettus.com
4275 W: http://www.ettus.com
4276 S: Supported
4277 F: drivers/input/misc/e3x0-button.c
4278 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4279
4280 E4000 MEDIA DRIVER
4281 M: Antti Palosaari <crope@iki.fi>
4282 L: linux-media@vger.kernel.org
4283 W: https://linuxtv.org
4284 W: http://palosaari.fi/linux/
4285 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4286 T: git git://linuxtv.org/anttip/media_tree.git
4287 S: Maintained
4288 F: drivers/media/tuners/e4000*
4289
4290 EATA ISA/EISA/PCI SCSI DRIVER
4291 M: Dario Ballabio <ballabio_dario@emc.com>
4292 L: linux-scsi@vger.kernel.org
4293 S: Maintained
4294 F: drivers/scsi/eata.c
4295
4296 EC100 MEDIA DRIVER
4297 M: Antti Palosaari <crope@iki.fi>
4298 L: linux-media@vger.kernel.org
4299 W: https://linuxtv.org
4300 W: http://palosaari.fi/linux/
4301 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4302 T: git git://linuxtv.org/anttip/media_tree.git
4303 S: Maintained
4304 F: drivers/media/dvb-frontends/ec100*
4305
4306 ECRYPT FILE SYSTEM
4307 M: Tyler Hicks <tyhicks@canonical.com>
4308 L: ecryptfs@vger.kernel.org
4309 W: http://ecryptfs.org
4310 W: https://launchpad.net/ecryptfs
4311 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4312 S: Supported
4313 F: Documentation/filesystems/ecryptfs.txt
4314 F: fs/ecryptfs/
4315
4316 EDAC-CORE
4317 M: Doug Thompson <dougthompson@xmission.com>
4318 M: Borislav Petkov <bp@alien8.de>
4319 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4320 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4321 L: linux-edac@vger.kernel.org
4322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4324 S: Supported
4325 F: Documentation/edac.txt
4326 F: drivers/edac/
4327 F: include/linux/edac.h
4328
4329 EDAC-AMD64
4330 M: Doug Thompson <dougthompson@xmission.com>
4331 M: Borislav Petkov <bp@alien8.de>
4332 L: linux-edac@vger.kernel.org
4333 S: Maintained
4334 F: drivers/edac/amd64_edac*
4335
4336 EDAC-CALXEDA
4337 M: Doug Thompson <dougthompson@xmission.com>
4338 M: Robert Richter <rric@kernel.org>
4339 L: linux-edac@vger.kernel.org
4340 S: Maintained
4341 F: drivers/edac/highbank*
4342
4343 EDAC-CAVIUM
4344 M: Ralf Baechle <ralf@linux-mips.org>
4345 M: David Daney <david.daney@cavium.com>
4346 L: linux-edac@vger.kernel.org
4347 L: linux-mips@linux-mips.org
4348 S: Supported
4349 F: drivers/edac/octeon_edac*
4350
4351 EDAC-E752X
4352 M: Mark Gross <mark.gross@intel.com>
4353 M: Doug Thompson <dougthompson@xmission.com>
4354 L: linux-edac@vger.kernel.org
4355 S: Maintained
4356 F: drivers/edac/e752x_edac.c
4357
4358 EDAC-E7XXX
4359 M: Doug Thompson <dougthompson@xmission.com>
4360 L: linux-edac@vger.kernel.org
4361 S: Maintained
4362 F: drivers/edac/e7xxx_edac.c
4363
4364 EDAC-GHES
4365 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4366 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4367 L: linux-edac@vger.kernel.org
4368 S: Maintained
4369 F: drivers/edac/ghes_edac.c
4370
4371 EDAC-I82443BXGX
4372 M: Tim Small <tim@buttersideup.com>
4373 L: linux-edac@vger.kernel.org
4374 S: Maintained
4375 F: drivers/edac/i82443bxgx_edac.c
4376
4377 EDAC-I3000
4378 M: Jason Uhlenkott <juhlenko@akamai.com>
4379 L: linux-edac@vger.kernel.org
4380 S: Maintained
4381 F: drivers/edac/i3000_edac.c
4382
4383 EDAC-I5000
4384 M: Doug Thompson <dougthompson@xmission.com>
4385 L: linux-edac@vger.kernel.org
4386 S: Maintained
4387 F: drivers/edac/i5000_edac.c
4388
4389 EDAC-I5400
4390 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4391 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4392 L: linux-edac@vger.kernel.org
4393 S: Maintained
4394 F: drivers/edac/i5400_edac.c
4395
4396 EDAC-I7300
4397 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4398 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4399 L: linux-edac@vger.kernel.org
4400 S: Maintained
4401 F: drivers/edac/i7300_edac.c
4402
4403 EDAC-I7CORE
4404 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4405 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4406 L: linux-edac@vger.kernel.org
4407 S: Maintained
4408 F: drivers/edac/i7core_edac.c
4409
4410 EDAC-I82975X
4411 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4412 M: "Arvind R." <arvino55@gmail.com>
4413 L: linux-edac@vger.kernel.org
4414 S: Maintained
4415 F: drivers/edac/i82975x_edac.c
4416
4417 EDAC-IE31200
4418 M: Jason Baron <jbaron@akamai.com>
4419 L: linux-edac@vger.kernel.org
4420 S: Maintained
4421 F: drivers/edac/ie31200_edac.c
4422
4423 EDAC-MPC85XX
4424 M: Johannes Thumshirn <morbidrsa@gmail.com>
4425 L: linux-edac@vger.kernel.org
4426 S: Maintained
4427 F: drivers/edac/mpc85xx_edac.[ch]
4428
4429 EDAC-PASEMI
4430 M: Egor Martovetsky <egor@pasemi.com>
4431 L: linux-edac@vger.kernel.org
4432 S: Maintained
4433 F: drivers/edac/pasemi_edac.c
4434
4435 EDAC-R82600
4436 M: Tim Small <tim@buttersideup.com>
4437 L: linux-edac@vger.kernel.org
4438 S: Maintained
4439 F: drivers/edac/r82600_edac.c
4440
4441 EDAC-SBRIDGE
4442 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4443 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4444 L: linux-edac@vger.kernel.org
4445 S: Maintained
4446 F: drivers/edac/sb_edac.c
4447
4448 EDAC-XGENE
4449 APPLIED MICRO (APM) X-GENE SOC EDAC
4450 M: Loc Ho <lho@apm.com>
4451 S: Supported
4452 F: drivers/edac/xgene_edac.c
4453 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4454
4455 EDIROL UA-101/UA-1000 DRIVER
4456 M: Clemens Ladisch <clemens@ladisch.de>
4457 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4458 T: git git://git.alsa-project.org/alsa-kernel.git
4459 S: Maintained
4460 F: sound/usb/misc/ua101.c
4461
4462 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4463 M: Matt Fleming <matt@codeblueprint.co.uk>
4464 L: linux-efi@vger.kernel.org
4465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4466 S: Maintained
4467 F: Documentation/efi-stub.txt
4468 F: arch/ia64/kernel/efi.c
4469 F: arch/x86/boot/compressed/eboot.[ch]
4470 F: arch/x86/include/asm/efi.h
4471 F: arch/x86/platform/efi/
4472 F: drivers/firmware/efi/
4473 F: include/linux/efi*.h
4474
4475 EFI VARIABLE FILESYSTEM
4476 M: Matthew Garrett <matthew.garrett@nebula.com>
4477 M: Jeremy Kerr <jk@ozlabs.org>
4478 M: Matt Fleming <matt@codeblueprint.co.uk>
4479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4480 L: linux-efi@vger.kernel.org
4481 S: Maintained
4482 F: fs/efivarfs/
4483
4484 EFIFB FRAMEBUFFER DRIVER
4485 L: linux-fbdev@vger.kernel.org
4486 M: Peter Jones <pjones@redhat.com>
4487 S: Maintained
4488 F: drivers/video/fbdev/efifb.c
4489
4490 EFS FILESYSTEM
4491 W: http://aeschi.ch.eu.org/efs/
4492 S: Orphan
4493 F: fs/efs/
4494
4495 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4496 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4497 L: netdev@vger.kernel.org
4498 S: Maintained
4499 F: drivers/net/ethernet/ibm/ehea/
4500
4501 EM28XX VIDEO4LINUX DRIVER
4502 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4503 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4504 L: linux-media@vger.kernel.org
4505 W: https://linuxtv.org
4506 T: git git://linuxtv.org/media_tree.git
4507 S: Maintained
4508 F: drivers/media/usb/em28xx/
4509
4510 EMBEDDED LINUX
4511 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4512 M: Matt Mackall <mpm@selenic.com>
4513 M: David Woodhouse <dwmw2@infradead.org>
4514 L: linux-embedded@vger.kernel.org
4515 S: Maintained
4516
4517 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4518 M: James Smart <james.smart@avagotech.com>
4519 M: Dick Kennedy <dick.kennedy@avagotech.com>
4520 L: linux-scsi@vger.kernel.org
4521 W: http://www.avagotech.com
4522 S: Supported
4523 F: drivers/scsi/lpfc/
4524
4525 ENE CB710 FLASH CARD READER DRIVER
4526 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4527 S: Maintained
4528 F: drivers/misc/cb710/
4529 F: drivers/mmc/host/cb710-mmc.*
4530 F: include/linux/cb710.h
4531
4532 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4533 M: Maxim Levitsky <maximlevitsky@gmail.com>
4534 S: Maintained
4535 F: drivers/media/rc/ene_ir.*
4536
4537 EPSON S1D13XXX FRAMEBUFFER DRIVER
4538 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4539 S: Maintained
4540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4541 F: drivers/video/fbdev/s1d13xxxfb.c
4542 F: include/video/s1d13xxxfb.h
4543
4544 ET131X NETWORK DRIVER
4545 M: Mark Einon <mark.einon@gmail.com>
4546 S: Odd Fixes
4547 F: drivers/net/ethernet/agere/
4548
4549 ETHERNET BRIDGE
4550 M: Stephen Hemminger <stephen@networkplumber.org>
4551 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4552 L: netdev@vger.kernel.org
4553 W: http://www.linuxfoundation.org/en/Net:Bridge
4554 S: Maintained
4555 F: include/linux/netfilter_bridge/
4556 F: net/bridge/
4557
4558 ETHERNET PHY LIBRARY
4559 M: Florian Fainelli <f.fainelli@gmail.com>
4560 L: netdev@vger.kernel.org
4561 S: Maintained
4562 F: include/linux/phy.h
4563 F: include/linux/phy_fixed.h
4564 F: drivers/net/phy/
4565 F: Documentation/networking/phy.txt
4566 F: drivers/of/of_mdio.c
4567 F: drivers/of/of_net.c
4568
4569 EXT2 FILE SYSTEM
4570 M: Jan Kara <jack@suse.com>
4571 L: linux-ext4@vger.kernel.org
4572 S: Maintained
4573 F: Documentation/filesystems/ext2.txt
4574 F: fs/ext2/
4575 F: include/linux/ext2*
4576
4577 EXT4 FILE SYSTEM
4578 M: "Theodore Ts'o" <tytso@mit.edu>
4579 M: Andreas Dilger <adilger.kernel@dilger.ca>
4580 L: linux-ext4@vger.kernel.org
4581 W: http://ext4.wiki.kernel.org
4582 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4583 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4584 S: Maintained
4585 F: Documentation/filesystems/ext4.txt
4586 F: fs/ext4/
4587
4588 Extended Verification Module (EVM)
4589 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4590 L: linux-ima-devel@lists.sourceforge.net
4591 L: linux-security-module@vger.kernel.org
4592 S: Supported
4593 F: security/integrity/evm/
4594
4595 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4596 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4597 M: Chanwoo Choi <cw00.choi@samsung.com>
4598 L: linux-kernel@vger.kernel.org
4599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4600 S: Maintained
4601 F: drivers/extcon/
4602 F: include/linux/extcon/
4603 F: include/linux/extcon.h
4604 F: Documentation/extcon/
4605 F: Documentation/devicetree/bindings/extcon/
4606
4607 EXYNOS DP DRIVER
4608 M: Jingoo Han <jingoohan1@gmail.com>
4609 L: dri-devel@lists.freedesktop.org
4610 S: Maintained
4611 F: drivers/gpu/drm/exynos/exynos_dp*
4612
4613 EXYNOS SYSMMU (IOMMU) driver
4614 M: Marek Szyprowski <m.szyprowski@samsung.com>
4615 L: iommu@lists.linux-foundation.org
4616 S: Maintained
4617 F: drivers/iommu/exynos-iommu.c
4618
4619 EXYNOS MIPI DISPLAY DRIVERS
4620 M: Inki Dae <inki.dae@samsung.com>
4621 M: Donghwa Lee <dh09.lee@samsung.com>
4622 M: Kyungmin Park <kyungmin.park@samsung.com>
4623 L: linux-fbdev@vger.kernel.org
4624 S: Maintained
4625 F: drivers/video/fbdev/exynos/exynos_mipi*
4626 F: include/video/exynos_mipi*
4627
4628 EZchip NPS platform support
4629 M: Noam Camus <noamc@ezchip.com>
4630 S: Supported
4631 F: arch/arc/plat-eznps
4632 F: arch/arc/boot/dts/eznps.dts
4633
4634 F71805F HARDWARE MONITORING DRIVER
4635 M: Jean Delvare <jdelvare@suse.com>
4636 L: linux-hwmon@vger.kernel.org
4637 S: Maintained
4638 F: Documentation/hwmon/f71805f
4639 F: drivers/hwmon/f71805f.c
4640
4641 FC0011 TUNER DRIVER
4642 M: Michael Buesch <m@bues.ch>
4643 L: linux-media@vger.kernel.org
4644 S: Maintained
4645 F: drivers/media/tuners/fc0011.h
4646 F: drivers/media/tuners/fc0011.c
4647
4648 FC2580 MEDIA DRIVER
4649 M: Antti Palosaari <crope@iki.fi>
4650 L: linux-media@vger.kernel.org
4651 W: https://linuxtv.org
4652 W: http://palosaari.fi/linux/
4653 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4654 T: git git://linuxtv.org/anttip/media_tree.git
4655 S: Maintained
4656 F: drivers/media/tuners/fc2580*
4657
4658 FANOTIFY
4659 M: Eric Paris <eparis@redhat.com>
4660 S: Maintained
4661 F: fs/notify/fanotify/
4662 F: include/linux/fanotify.h
4663 F: include/uapi/linux/fanotify.h
4664
4665 FARSYNC SYNCHRONOUS DRIVER
4666 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4667 W: http://www.farsite.co.uk/
4668 S: Supported
4669 F: drivers/net/wan/farsync.*
4670
4671 FAULT INJECTION SUPPORT
4672 M: Akinobu Mita <akinobu.mita@gmail.com>
4673 S: Supported
4674 F: Documentation/fault-injection/
4675 F: lib/fault-inject.c
4676
4677 FBTFT Framebuffer drivers
4678 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4679 M: Noralf Trønnes <noralf@tronnes.org>
4680 S: Maintained
4681 F: drivers/staging/fbtft/
4682
4683 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4684 M: Vasu Dev <vasu.dev@intel.com>
4685 L: fcoe-devel@open-fcoe.org
4686 W: www.Open-FCoE.org
4687 S: Supported
4688 F: drivers/scsi/libfc/
4689 F: drivers/scsi/fcoe/
4690 F: include/scsi/fc/
4691 F: include/scsi/libfc.h
4692 F: include/scsi/libfcoe.h
4693 F: include/uapi/scsi/fc/
4694
4695 FILE LOCKING (flock() and fcntl()/lockf())
4696 M: Jeff Layton <jlayton@poochiereds.net>
4697 M: "J. Bruce Fields" <bfields@fieldses.org>
4698 L: linux-fsdevel@vger.kernel.org
4699 S: Maintained
4700 F: include/linux/fcntl.h
4701 F: include/linux/fs.h
4702 F: include/uapi/linux/fcntl.h
4703 F: include/uapi/linux/fs.h
4704 F: fs/fcntl.c
4705 F: fs/locks.c
4706
4707 FILESYSTEMS (VFS and infrastructure)
4708 M: Alexander Viro <viro@zeniv.linux.org.uk>
4709 L: linux-fsdevel@vger.kernel.org
4710 S: Maintained
4711 F: fs/*
4712
4713 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4714 M: Riku Voipio <riku.voipio@iki.fi>
4715 L: linux-hwmon@vger.kernel.org
4716 S: Maintained
4717 F: drivers/hwmon/f75375s.c
4718 F: include/linux/f75375s.h
4719
4720 FIREWIRE AUDIO DRIVERS
4721 M: Clemens Ladisch <clemens@ladisch.de>
4722 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4723 T: git git://git.alsa-project.org/alsa-kernel.git
4724 S: Maintained
4725 F: sound/firewire/
4726
4727 FIREWIRE MEDIA DRIVERS (firedtv)
4728 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4729 L: linux-media@vger.kernel.org
4730 L: linux1394-devel@lists.sourceforge.net
4731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4732 S: Maintained
4733 F: drivers/media/firewire/
4734
4735 FIREWIRE SBP-2 TARGET
4736 M: Chris Boot <bootc@bootc.net>
4737 L: linux-scsi@vger.kernel.org
4738 L: target-devel@vger.kernel.org
4739 L: linux1394-devel@lists.sourceforge.net
4740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4741 S: Maintained
4742 F: drivers/target/sbp/
4743
4744 FIREWIRE SUBSYSTEM
4745 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4746 L: linux1394-devel@lists.sourceforge.net
4747 W: http://ieee1394.wiki.kernel.org/
4748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4749 S: Maintained
4750 F: drivers/firewire/
4751 F: include/linux/firewire.h
4752 F: include/uapi/linux/firewire*.h
4753 F: tools/firewire/
4754
4755 FIRMWARE LOADER (request_firmware)
4756 M: Ming Lei <ming.lei@canonical.com>
4757 L: linux-kernel@vger.kernel.org
4758 S: Maintained
4759 F: Documentation/firmware_class/
4760 F: drivers/base/firmware*.c
4761 F: include/linux/firmware.h
4762
4763 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4764 M: Joshua Morris <josh.h.morris@us.ibm.com>
4765 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4766 S: Maintained
4767 F: drivers/block/rsxx/
4768
4769 FLOPPY DRIVER
4770 M: Jiri Kosina <jikos@kernel.org>
4771 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4772 S: Odd fixes
4773 F: drivers/block/floppy.c
4774
4775 FMC SUBSYSTEM
4776 M: Alessandro Rubini <rubini@gnudd.com>
4777 W: http://www.ohwr.org/projects/fmc-bus
4778 S: Supported
4779 F: drivers/fmc/
4780 F: include/linux/fmc*.h
4781 F: include/linux/ipmi-fru.h
4782 K: fmc_d.*register
4783
4784 FPGA MANAGER FRAMEWORK
4785 M: Alan Tull <atull@opensource.altera.com>
4786 R: Moritz Fischer <moritz.fischer@ettus.com>
4787 S: Maintained
4788 F: drivers/fpga/
4789 F: include/linux/fpga/fpga-mgr.h
4790 W: http://www.rocketboards.org
4791
4792 FPU EMULATOR
4793 M: Bill Metzenthen <billm@melbpc.org.au>
4794 W: http://floatingpoint.sourceforge.net/emulator/index.html
4795 S: Maintained
4796 F: arch/x86/math-emu/
4797
4798 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4799 L: netdev@vger.kernel.org
4800 S: Orphan
4801 F: drivers/net/wan/dlci.c
4802 F: drivers/net/wan/sdla.c
4803
4804 FRAMEBUFFER LAYER
4805 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4806 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4807 L: linux-fbdev@vger.kernel.org
4808 W: http://linux-fbdev.sourceforge.net/
4809 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4811 S: Maintained
4812 F: Documentation/fb/
4813 F: drivers/video/
4814 F: include/video/
4815 F: include/linux/fb.h
4816 F: include/uapi/video/
4817 F: include/uapi/linux/fb.h
4818
4819 FREESCALE DIU FRAMEBUFFER DRIVER
4820 M: Timur Tabi <timur@tabi.org>
4821 L: linux-fbdev@vger.kernel.org
4822 S: Maintained
4823 F: drivers/video/fbdev/fsl-diu-fb.*
4824
4825 FREESCALE DMA DRIVER
4826 M: Li Yang <leoli@freescale.com>
4827 M: Zhang Wei <zw@zh-kernel.org>
4828 L: linuxppc-dev@lists.ozlabs.org
4829 S: Maintained
4830 F: drivers/dma/fsldma.*
4831
4832 FREESCALE GPMI NAND DRIVER
4833 M: Han Xu <han.xu@nxp.com>
4834 L: linux-mtd@lists.infradead.org
4835 S: Maintained
4836 F: drivers/mtd/nand/gpmi-nand/*
4837
4838 FREESCALE I2C CPM DRIVER
4839 M: Jochen Friedrich <jochen@scram.de>
4840 L: linuxppc-dev@lists.ozlabs.org
4841 L: linux-i2c@vger.kernel.org
4842 S: Maintained
4843 F: drivers/i2c/busses/i2c-cpm.c
4844
4845 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4846 M: Sascha Hauer <kernel@pengutronix.de>
4847 L: linux-fbdev@vger.kernel.org
4848 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4849 S: Maintained
4850 F: include/linux/platform_data/video-imxfb.h
4851 F: drivers/video/fbdev/imxfb.c
4852
4853 FREESCALE QUAD SPI DRIVER
4854 M: Han Xu <han.xu@nxp.com>
4855 L: linux-mtd@lists.infradead.org
4856 S: Maintained
4857 F: drivers/mtd/spi-nor/fsl-quadspi.c
4858
4859 FREESCALE SOC FS_ENET DRIVER
4860 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4861 M: Vitaly Bordug <vbordug@ru.mvista.com>
4862 L: linuxppc-dev@lists.ozlabs.org
4863 L: netdev@vger.kernel.org
4864 S: Maintained
4865 F: drivers/net/ethernet/freescale/fs_enet/
4866 F: include/linux/fs_enet_pd.h
4867
4868 FREESCALE IMX / MXC FEC DRIVER
4869 M: Fugang Duan <fugang.duan@nxp.com>
4870 L: netdev@vger.kernel.org
4871 S: Maintained
4872 F: drivers/net/ethernet/freescale/fec_main.c
4873 F: drivers/net/ethernet/freescale/fec_ptp.c
4874 F: drivers/net/ethernet/freescale/fec.h
4875 F: Documentation/devicetree/bindings/net/fsl-fec.txt
4876
4877 FREESCALE QUICC ENGINE LIBRARY
4878 L: linuxppc-dev@lists.ozlabs.org
4879 S: Orphan
4880 F: drivers/soc/fsl/qe/
4881 F: include/soc/fsl/*qe*.h
4882 F: include/soc/fsl/*ucc*.h
4883
4884 FREESCALE USB PERIPHERAL DRIVERS
4885 M: Li Yang <leoli@freescale.com>
4886 L: linux-usb@vger.kernel.org
4887 L: linuxppc-dev@lists.ozlabs.org
4888 S: Maintained
4889 F: drivers/usb/gadget/udc/fsl*
4890
4891 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4892 M: Li Yang <leoli@freescale.com>
4893 L: netdev@vger.kernel.org
4894 L: linuxppc-dev@lists.ozlabs.org
4895 S: Maintained
4896 F: drivers/net/ethernet/freescale/ucc_geth*
4897
4898 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4899 M: Claudiu Manoil <claudiu.manoil@freescale.com>
4900 L: netdev@vger.kernel.org
4901 S: Maintained
4902 F: drivers/net/ethernet/freescale/gianfar*
4903 X: drivers/net/ethernet/freescale/gianfar_ptp.c
4904 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4905
4906 FREESCALE QUICC ENGINE UCC UART DRIVER
4907 M: Timur Tabi <timur@tabi.org>
4908 L: linuxppc-dev@lists.ozlabs.org
4909 S: Maintained
4910 F: drivers/tty/serial/ucc_uart.c
4911
4912 FREESCALE SOC SOUND DRIVERS
4913 M: Timur Tabi <timur@tabi.org>
4914 M: Nicolin Chen <nicoleotsuka@gmail.com>
4915 M: Xiubo Li <Xiubo.Lee@gmail.com>
4916 R: Fabio Estevam <fabio.estevam@nxp.com>
4917 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4918 L: linuxppc-dev@lists.ozlabs.org
4919 S: Maintained
4920 F: sound/soc/fsl/fsl*
4921 F: sound/soc/fsl/imx*
4922 F: sound/soc/fsl/mpc8610_hpcd.c
4923
4924 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4925 M: "J. German Rivera" <German.Rivera@freescale.com>
4926 M: Stuart Yoder <stuart.yoder@nxp.com>
4927 L: linux-kernel@vger.kernel.org
4928 S: Maintained
4929 F: drivers/staging/fsl-mc/
4930
4931 FREEVXFS FILESYSTEM
4932 M: Christoph Hellwig <hch@infradead.org>
4933 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4934 S: Maintained
4935 F: fs/freevxfs/
4936
4937 FREEZER
4938 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4939 M: Pavel Machek <pavel@ucw.cz>
4940 L: linux-pm@vger.kernel.org
4941 S: Supported
4942 F: Documentation/power/freezing-of-tasks.txt
4943 F: include/linux/freezer.h
4944 F: kernel/freezer.c
4945
4946 FRONTSWAP API
4947 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4948 L: linux-kernel@vger.kernel.org
4949 S: Maintained
4950 F: mm/frontswap.c
4951 F: include/linux/frontswap.h
4952
4953 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4954 M: David Howells <dhowells@redhat.com>
4955 L: linux-cachefs@redhat.com (moderated for non-subscribers)
4956 S: Supported
4957 F: Documentation/filesystems/caching/
4958 F: fs/fscache/
4959 F: include/linux/fscache*.h
4960
4961 F2FS FILE SYSTEM
4962 M: Jaegeuk Kim <jaegeuk@kernel.org>
4963 M: Changman Lee <cm224.lee@samsung.com>
4964 R: Chao Yu <yuchao0@huawei.com>
4965 L: linux-f2fs-devel@lists.sourceforge.net
4966 W: http://en.wikipedia.org/wiki/F2FS
4967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4968 S: Maintained
4969 F: Documentation/filesystems/f2fs.txt
4970 F: Documentation/ABI/testing/sysfs-fs-f2fs
4971 F: fs/f2fs/
4972 F: include/linux/f2fs_fs.h
4973 F: include/trace/events/f2fs.h
4974
4975 FUJITSU FR-V (FRV) PORT
4976 S: Orphan
4977 F: arch/frv/
4978
4979 FUJITSU LAPTOP EXTRAS
4980 M: Jonathan Woithe <jwoithe@just42.net>
4981 L: platform-driver-x86@vger.kernel.org
4982 S: Maintained
4983 F: drivers/platform/x86/fujitsu-laptop.c
4984
4985 FUJITSU M-5MO LS CAMERA ISP DRIVER
4986 M: Kyungmin Park <kyungmin.park@samsung.com>
4987 M: Heungjun Kim <riverful.kim@samsung.com>
4988 L: linux-media@vger.kernel.org
4989 S: Maintained
4990 F: drivers/media/i2c/m5mols/
4991 F: include/media/i2c/m5mols.h
4992
4993 FUJITSU TABLET EXTRAS
4994 M: Robert Gerlach <khnz@gmx.de>
4995 L: platform-driver-x86@vger.kernel.org
4996 S: Maintained
4997 F: drivers/platform/x86/fujitsu-tablet.c
4998
4999 FUSE: FILESYSTEM IN USERSPACE
5000 M: Miklos Szeredi <miklos@szeredi.hu>
5001 L: linux-fsdevel@vger.kernel.org
5002 W: http://fuse.sourceforge.net/
5003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5004 S: Maintained
5005 F: fs/fuse/
5006 F: include/uapi/linux/fuse.h
5007 F: Documentation/filesystems/fuse.txt
5008
5009 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5010 M: Rik Faith <faith@cs.unc.edu>
5011 L: linux-scsi@vger.kernel.org
5012 S: Odd Fixes (e.g., new signatures)
5013 F: drivers/scsi/fdomain.*
5014
5015 GCOV BASED KERNEL PROFILING
5016 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5017 S: Maintained
5018 F: kernel/gcov/
5019 F: Documentation/gcov.txt
5020
5021 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5022 M: Achim Leubner <achim_leubner@adaptec.com>
5023 L: linux-scsi@vger.kernel.org
5024 W: http://www.icp-vortex.com/
5025 S: Supported
5026 F: drivers/scsi/gdt*
5027
5028 GDB KERNEL DEBUGGING HELPER SCRIPTS
5029 M: Jan Kiszka <jan.kiszka@siemens.com>
5030 M: Kieran Bingham <kieran@bingham.xyz>
5031 S: Supported
5032 F: scripts/gdb/
5033
5034 GEMTEK FM RADIO RECEIVER DRIVER
5035 M: Hans Verkuil <hverkuil@xs4all.nl>
5036 L: linux-media@vger.kernel.org
5037 T: git git://linuxtv.org/media_tree.git
5038 W: https://linuxtv.org
5039 S: Maintained
5040 F: drivers/media/radio/radio-gemtek*
5041
5042 GENERIC GPIO I2C DRIVER
5043 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5044 S: Supported
5045 F: drivers/i2c/busses/i2c-gpio.c
5046 F: include/linux/i2c-gpio.h
5047
5048 GENERIC GPIO I2C MULTIPLEXER DRIVER
5049 M: Peter Korsgaard <peter.korsgaard@barco.com>
5050 L: linux-i2c@vger.kernel.org
5051 S: Supported
5052 F: drivers/i2c/muxes/i2c-mux-gpio.c
5053 F: include/linux/i2c-mux-gpio.h
5054 F: Documentation/i2c/muxes/i2c-mux-gpio
5055
5056 GENERIC HDLC (WAN) DRIVERS
5057 M: Krzysztof Halasa <khc@pm.waw.pl>
5058 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5059 S: Maintained
5060 F: drivers/net/wan/c101.c
5061 F: drivers/net/wan/hd6457*
5062 F: drivers/net/wan/hdlc*
5063 F: drivers/net/wan/n2.c
5064 F: drivers/net/wan/pc300too.c
5065 F: drivers/net/wan/pci200syn.c
5066 F: drivers/net/wan/wanxl*
5067
5068 GENERIC INCLUDE/ASM HEADER FILES
5069 M: Arnd Bergmann <arnd@arndb.de>
5070 L: linux-arch@vger.kernel.org
5071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5072 S: Maintained
5073 F: include/asm-generic/
5074 F: include/uapi/asm-generic/
5075
5076 GENERIC PHY FRAMEWORK
5077 M: Kishon Vijay Abraham I <kishon@ti.com>
5078 L: linux-kernel@vger.kernel.org
5079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5080 S: Supported
5081 F: drivers/phy/
5082 F: include/linux/phy/
5083
5084 GENERIC PM DOMAINS
5085 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5086 M: Kevin Hilman <khilman@kernel.org>
5087 M: Ulf Hansson <ulf.hansson@linaro.org>
5088 L: linux-pm@vger.kernel.org
5089 S: Supported
5090 F: drivers/base/power/domain*.c
5091 F: include/linux/pm_domain.h
5092
5093 GENERIC UIO DRIVER FOR PCI DEVICES
5094 M: "Michael S. Tsirkin" <mst@redhat.com>
5095 L: kvm@vger.kernel.org
5096 S: Supported
5097 F: drivers/uio/uio_pci_generic.c
5098
5099 GET_MAINTAINER SCRIPT
5100 M: Joe Perches <joe@perches.com>
5101 S: Maintained
5102 F: scripts/get_maintainer.pl
5103
5104 GFS2 FILE SYSTEM
5105 M: Steven Whitehouse <swhiteho@redhat.com>
5106 M: Bob Peterson <rpeterso@redhat.com>
5107 L: cluster-devel@redhat.com
5108 W: http://sources.redhat.com/cluster/
5109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5110 S: Supported
5111 F: Documentation/filesystems/gfs2*.txt
5112 F: fs/gfs2/
5113 F: include/uapi/linux/gfs2_ondisk.h
5114
5115 GIGASET ISDN DRIVERS
5116 M: Paul Bolle <pebolle@tiscali.nl>
5117 L: gigaset307x-common@lists.sourceforge.net
5118 W: http://gigaset307x.sourceforge.net/
5119 S: Odd Fixes
5120 F: Documentation/isdn/README.gigaset
5121 F: drivers/isdn/gigaset/
5122 F: include/uapi/linux/gigaset_dev.h
5123
5124 GO7007 MPEG CODEC
5125 M: Hans Verkuil <hans.verkuil@cisco.com>
5126 L: linux-media@vger.kernel.org
5127 S: Maintained
5128 F: drivers/media/usb/go7007/
5129
5130 GOODIX TOUCHSCREEN
5131 M: Bastien Nocera <hadess@hadess.net>
5132 L: linux-input@vger.kernel.org
5133 S: Maintained
5134 F: drivers/input/touchscreen/goodix.c
5135
5136 GPIO SUBSYSTEM
5137 M: Linus Walleij <linus.walleij@linaro.org>
5138 M: Alexandre Courbot <gnurou@gmail.com>
5139 L: linux-gpio@vger.kernel.org
5140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5141 S: Maintained
5142 F: Documentation/devicetree/bindings/gpio/
5143 F: Documentation/gpio/
5144 F: Documentation/ABI/testing/gpio-cdev
5145 F: Documentation/ABI/obsolete/sysfs-gpio
5146 F: drivers/gpio/
5147 F: include/linux/gpio/
5148 F: include/linux/gpio.h
5149 F: include/asm-generic/gpio.h
5150 F: include/uapi/linux/gpio.h
5151 F: tools/gpio/
5152
5153 GRE DEMULTIPLEXER DRIVER
5154 M: Dmitry Kozlov <xeb@mail.ru>
5155 L: netdev@vger.kernel.org
5156 S: Maintained
5157 F: net/ipv4/gre_demux.c
5158 F: net/ipv4/gre_offload.c
5159 F: include/net/gre.h
5160
5161 GRETH 10/100/1G Ethernet MAC device driver
5162 M: Andreas Larsson <andreas@gaisler.com>
5163 L: netdev@vger.kernel.org
5164 S: Maintained
5165 F: drivers/net/ethernet/aeroflex/
5166
5167 GSPCA FINEPIX SUBDRIVER
5168 M: Frank Zago <frank@zago.net>
5169 L: linux-media@vger.kernel.org
5170 T: git git://linuxtv.org/media_tree.git
5171 S: Maintained
5172 F: drivers/media/usb/gspca/finepix.c
5173
5174 GSPCA GL860 SUBDRIVER
5175 M: Olivier Lorin <o.lorin@laposte.net>
5176 L: linux-media@vger.kernel.org
5177 T: git git://linuxtv.org/media_tree.git
5178 S: Maintained
5179 F: drivers/media/usb/gspca/gl860/
5180
5181 GSPCA M5602 SUBDRIVER
5182 M: Erik Andren <erik.andren@gmail.com>
5183 L: linux-media@vger.kernel.org
5184 T: git git://linuxtv.org/media_tree.git
5185 S: Maintained
5186 F: drivers/media/usb/gspca/m5602/
5187
5188 GSPCA PAC207 SONIXB SUBDRIVER
5189 M: Hans de Goede <hdegoede@redhat.com>
5190 L: linux-media@vger.kernel.org
5191 T: git git://linuxtv.org/media_tree.git
5192 S: Maintained
5193 F: drivers/media/usb/gspca/pac207.c
5194
5195 GSPCA SN9C20X SUBDRIVER
5196 M: Brian Johnson <brijohn@gmail.com>
5197 L: linux-media@vger.kernel.org
5198 T: git git://linuxtv.org/media_tree.git
5199 S: Maintained
5200 F: drivers/media/usb/gspca/sn9c20x.c
5201
5202 GSPCA T613 SUBDRIVER
5203 M: Leandro Costantino <lcostantino@gmail.com>
5204 L: linux-media@vger.kernel.org
5205 T: git git://linuxtv.org/media_tree.git
5206 S: Maintained
5207 F: drivers/media/usb/gspca/t613.c
5208
5209 GSPCA USB WEBCAM DRIVER
5210 M: Hans de Goede <hdegoede@redhat.com>
5211 L: linux-media@vger.kernel.org
5212 T: git git://linuxtv.org/media_tree.git
5213 S: Maintained
5214 F: drivers/media/usb/gspca/
5215
5216 GUID PARTITION TABLE (GPT)
5217 M: Davidlohr Bueso <dave@stgolabs.net>
5218 L: linux-efi@vger.kernel.org
5219 S: Maintained
5220 F: block/partitions/efi.*
5221
5222 STK1160 USB VIDEO CAPTURE DRIVER
5223 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5224 L: linux-media@vger.kernel.org
5225 T: git git://linuxtv.org/media_tree.git
5226 S: Maintained
5227 F: drivers/media/usb/stk1160/
5228
5229 H8/300 ARCHITECTURE
5230 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5231 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5232 W: http://uclinux-h8.sourceforge.jp
5233 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5234 S: Maintained
5235 F: arch/h8300/
5236 F: drivers/clocksource/h8300_*.c
5237 F: drivers/clk/h8300/
5238 F: drivers/irqchip/irq-renesas-h8*.c
5239
5240 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5241 M: Frank Seidel <frank@f-seidel.de>
5242 L: platform-driver-x86@vger.kernel.org
5243 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5244 S: Maintained
5245 F: drivers/platform/x86/hdaps.c
5246
5247 HDPVR USB VIDEO ENCODER DRIVER
5248 M: Hans Verkuil <hverkuil@xs4all.nl>
5249 L: linux-media@vger.kernel.org
5250 T: git git://linuxtv.org/media_tree.git
5251 W: https://linuxtv.org
5252 S: Odd Fixes
5253 F: drivers/media/usb/hdpvr/
5254
5255 HWPOISON MEMORY FAILURE HANDLING
5256 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5257 L: linux-mm@kvack.org
5258 S: Maintained
5259 F: mm/memory-failure.c
5260 F: mm/hwpoison-inject.c
5261
5262 HYPERVISOR VIRTUAL CONSOLE DRIVER
5263 L: linuxppc-dev@lists.ozlabs.org
5264 S: Odd Fixes
5265 F: drivers/tty/hvc/
5266
5267 HACKRF MEDIA DRIVER
5268 M: Antti Palosaari <crope@iki.fi>
5269 L: linux-media@vger.kernel.org
5270 W: https://linuxtv.org
5271 W: http://palosaari.fi/linux/
5272 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5273 T: git git://linuxtv.org/anttip/media_tree.git
5274 S: Maintained
5275 F: drivers/media/usb/hackrf/
5276
5277 HARDWARE MONITORING
5278 M: Jean Delvare <jdelvare@suse.com>
5279 M: Guenter Roeck <linux@roeck-us.net>
5280 L: linux-hwmon@vger.kernel.org
5281 W: http://hwmon.wiki.kernel.org/
5282 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5284 S: Maintained
5285 F: Documentation/hwmon/
5286 F: drivers/hwmon/
5287 F: include/linux/hwmon*.h
5288
5289 HARDWARE RANDOM NUMBER GENERATOR CORE
5290 M: Matt Mackall <mpm@selenic.com>
5291 M: Herbert Xu <herbert@gondor.apana.org.au>
5292 L: linux-crypto@vger.kernel.org
5293 S: Odd fixes
5294 F: Documentation/hw_random.txt
5295 F: drivers/char/hw_random/
5296 F: include/linux/hw_random.h
5297
5298 HARDWARE SPINLOCK CORE
5299 M: Ohad Ben-Cohen <ohad@wizery.com>
5300 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5301 L: linux-remoteproc@vger.kernel.org
5302 S: Maintained
5303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5304 F: Documentation/hwspinlock.txt
5305 F: drivers/hwspinlock/hwspinlock_*
5306 F: include/linux/hwspinlock.h
5307
5308 HARMONY SOUND DRIVER
5309 L: linux-parisc@vger.kernel.org
5310 S: Maintained
5311 F: sound/parisc/harmony.*
5312
5313 HD29L2 MEDIA DRIVER
5314 M: Antti Palosaari <crope@iki.fi>
5315 L: linux-media@vger.kernel.org
5316 W: https://linuxtv.org
5317 W: http://palosaari.fi/linux/
5318 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5319 T: git git://linuxtv.org/anttip/media_tree.git
5320 S: Maintained
5321 F: drivers/media/dvb-frontends/hd29l2*
5322
5323 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5324 M: Don Brace <don.brace@microsemi.com>
5325 L: iss_storagedev@hp.com
5326 L: esc.storagedev@microsemi.com
5327 L: linux-scsi@vger.kernel.org
5328 S: Supported
5329 F: Documentation/scsi/hpsa.txt
5330 F: drivers/scsi/hpsa*.[ch]
5331 F: include/linux/cciss*.h
5332 F: include/uapi/linux/cciss*.h
5333
5334 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5335 M: Don Brace <don.brace@microsemi.com>
5336 L: iss_storagedev@hp.com
5337 L: esc.storagedev@microsemi.com
5338 L: linux-scsi@vger.kernel.org
5339 S: Supported
5340 F: Documentation/blockdev/cciss.txt
5341 F: drivers/block/cciss*
5342 F: include/linux/cciss_ioctl.h
5343 F: include/uapi/linux/cciss_ioctl.h
5344
5345 HFI1 DRIVER
5346 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5347 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5348 L: linux-rdma@vger.kernel.org
5349 S: Supported
5350 F: drivers/infiniband/hw/hfi1
5351
5352 HFS FILESYSTEM
5353 L: linux-fsdevel@vger.kernel.org
5354 S: Orphan
5355 F: Documentation/filesystems/hfs.txt
5356 F: fs/hfs/
5357
5358 HFSPLUS FILESYSTEM
5359 L: linux-fsdevel@vger.kernel.org
5360 S: Orphan
5361 F: Documentation/filesystems/hfsplus.txt
5362 F: fs/hfsplus/
5363
5364 HGA FRAMEBUFFER DRIVER
5365 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5366 L: linux-nvidia@lists.surfsouth.com
5367 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5368 S: Maintained
5369 F: drivers/video/fbdev/hgafb.c
5370
5371 HIBERNATION (aka Software Suspend, aka swsusp)
5372 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5373 M: Pavel Machek <pavel@ucw.cz>
5374 L: linux-pm@vger.kernel.org
5375 S: Supported
5376 F: arch/x86/power/
5377 F: drivers/base/power/
5378 F: kernel/power/
5379 F: include/linux/suspend.h
5380 F: include/linux/freezer.h
5381 F: include/linux/pm.h
5382 F: arch/*/include/asm/suspend*.h
5383
5384 HID CORE LAYER
5385 M: Jiri Kosina <jikos@kernel.org>
5386 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5387 L: linux-input@vger.kernel.org
5388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5389 S: Maintained
5390 F: drivers/hid/
5391 F: include/linux/hid*
5392 F: include/uapi/linux/hid*
5393
5394 HID SENSOR HUB DRIVERS
5395 M: Jiri Kosina <jikos@kernel.org>
5396 M: Jonathan Cameron <jic23@kernel.org>
5397 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5398 L: linux-input@vger.kernel.org
5399 L: linux-iio@vger.kernel.org
5400 S: Maintained
5401 F: Documentation/hid/hid-sensor*
5402 F: drivers/hid/hid-sensor-*
5403 F: drivers/iio/*/hid-*
5404 F: include/linux/hid-sensor-*
5405
5406 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5407 M: Thomas Gleixner <tglx@linutronix.de>
5408 L: linux-kernel@vger.kernel.org
5409 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5410 S: Maintained
5411 F: Documentation/timers/
5412 F: kernel/time/hrtimer.c
5413 F: kernel/time/clockevents.c
5414 F: kernel/time/tick*.*
5415 F: kernel/time/timer_*.c
5416 F: include/linux/clockchips.h
5417 F: include/linux/hrtimer.h
5418
5419 HIGH-SPEED SCC DRIVER FOR AX.25
5420 L: linux-hams@vger.kernel.org
5421 S: Orphan
5422 F: drivers/net/hamradio/dmascc.c
5423 F: drivers/net/hamradio/scc.c
5424
5425 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5426 M: HighPoint Linux Team <linux@highpoint-tech.com>
5427 W: http://www.highpoint-tech.com
5428 S: Supported
5429 F: Documentation/scsi/hptiop.txt
5430 F: drivers/scsi/hptiop.c
5431
5432 HIPPI
5433 M: Jes Sorensen <jes@trained-monkey.org>
5434 L: linux-hippi@sunsite.dk
5435 S: Maintained
5436 F: include/linux/hippidevice.h
5437 F: include/uapi/linux/if_hippi.h
5438 F: net/802/hippi.c
5439 F: drivers/net/hippi/
5440
5441 HISILICON SAS Controller
5442 M: John Garry <john.garry@huawei.com>
5443 W: http://www.hisilicon.com
5444 S: Supported
5445 F: drivers/scsi/hisi_sas/
5446 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5447
5448 HOST AP DRIVER
5449 M: Jouni Malinen <j@w1.fi>
5450 L: hostap@shmoo.com (subscribers-only)
5451 L: linux-wireless@vger.kernel.org
5452 W: http://hostap.epitest.fi/
5453 S: Maintained
5454 F: drivers/net/wireless/intersil/hostap/
5455
5456 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5457 L: platform-driver-x86@vger.kernel.org
5458 S: Orphan
5459 F: drivers/platform/x86/tc1100-wmi.c
5460
5461 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5462 M: Jaroslav Kysela <perex@perex.cz>
5463 S: Maintained
5464 F: drivers/net/ethernet/hp/hp100.*
5465
5466 HPET: High Precision Event Timers driver
5467 M: Clemens Ladisch <clemens@ladisch.de>
5468 S: Maintained
5469 F: Documentation/timers/hpet.txt
5470 F: drivers/char/hpet.c
5471 F: include/linux/hpet.h
5472 F: include/uapi/linux/hpet.h
5473
5474 HPET: x86
5475 S: Orphan
5476 F: arch/x86/kernel/hpet.c
5477 F: arch/x86/include/asm/hpet.h
5478
5479 HPFS FILESYSTEM
5480 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5481 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5482 S: Maintained
5483 F: fs/hpfs/
5484
5485 HSI SUBSYSTEM
5486 M: Sebastian Reichel <sre@kernel.org>
5487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5488 S: Maintained
5489 F: Documentation/ABI/testing/sysfs-bus-hsi
5490 F: Documentation/hsi.txt
5491 F: drivers/hsi/
5492 F: include/linux/hsi/
5493 F: include/uapi/linux/hsi/
5494
5495 HSO 3G MODEM DRIVER
5496 M: Jan Dumon <j.dumon@option.com>
5497 W: http://www.pharscape.org
5498 S: Maintained
5499 F: drivers/net/usb/hso.c
5500
5501 HSR NETWORK PROTOCOL
5502 M: Arvid Brodin <arvid.brodin@alten.se>
5503 L: netdev@vger.kernel.org
5504 S: Maintained
5505 F: net/hsr/
5506
5507 HTCPEN TOUCHSCREEN DRIVER
5508 M: Pau Oliva Fora <pof@eslack.org>
5509 L: linux-input@vger.kernel.org
5510 S: Maintained
5511 F: drivers/input/touchscreen/htcpen.c
5512
5513 HUGETLB FILESYSTEM
5514 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5515 S: Maintained
5516 F: fs/hugetlbfs/
5517
5518 Hyper-V CORE AND DRIVERS
5519 M: "K. Y. Srinivasan" <kys@microsoft.com>
5520 M: Haiyang Zhang <haiyangz@microsoft.com>
5521 L: devel@linuxdriverproject.org
5522 S: Maintained
5523 F: arch/x86/include/asm/mshyperv.h
5524 F: arch/x86/include/uapi/asm/hyperv.h
5525 F: arch/x86/kernel/cpu/mshyperv.c
5526 F: drivers/hid/hid-hyperv.c
5527 F: drivers/hv/
5528 F: drivers/input/serio/hyperv-keyboard.c
5529 F: drivers/pci/host/pci-hyperv.c
5530 F: drivers/net/hyperv/
5531 F: drivers/scsi/storvsc_drv.c
5532 F: drivers/video/fbdev/hyperv_fb.c
5533 F: include/linux/hyperv.h
5534 F: tools/hv/
5535 F: Documentation/ABI/stable/sysfs-bus-vmbus
5536
5537 I2C MUXES
5538 M: Peter Rosin <peda@axentia.se>
5539 L: linux-i2c@vger.kernel.org
5540 S: Maintained
5541 F: Documentation/i2c/i2c-topology
5542 F: Documentation/i2c/muxes/
5543 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5544 F: drivers/i2c/i2c-mux.c
5545 F: drivers/i2c/muxes/
5546 F: include/linux/i2c-mux.h
5547
5548 I2C OVER PARALLEL PORT
5549 M: Jean Delvare <jdelvare@suse.com>
5550 L: linux-i2c@vger.kernel.org
5551 S: Maintained
5552 F: Documentation/i2c/busses/i2c-parport
5553 F: Documentation/i2c/busses/i2c-parport-light
5554 F: drivers/i2c/busses/i2c-parport.c
5555 F: drivers/i2c/busses/i2c-parport-light.c
5556
5557 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5558 M: Jean Delvare <jdelvare@suse.com>
5559 L: linux-i2c@vger.kernel.org
5560 S: Maintained
5561 F: Documentation/i2c/busses/i2c-ali1535
5562 F: Documentation/i2c/busses/i2c-ali1563
5563 F: Documentation/i2c/busses/i2c-ali15x3
5564 F: Documentation/i2c/busses/i2c-amd756
5565 F: Documentation/i2c/busses/i2c-amd8111
5566 F: Documentation/i2c/busses/i2c-i801
5567 F: Documentation/i2c/busses/i2c-nforce2
5568 F: Documentation/i2c/busses/i2c-piix4
5569 F: Documentation/i2c/busses/i2c-sis5595
5570 F: Documentation/i2c/busses/i2c-sis630
5571 F: Documentation/i2c/busses/i2c-sis96x
5572 F: Documentation/i2c/busses/i2c-via
5573 F: Documentation/i2c/busses/i2c-viapro
5574 F: drivers/i2c/busses/i2c-ali1535.c
5575 F: drivers/i2c/busses/i2c-ali1563.c
5576 F: drivers/i2c/busses/i2c-ali15x3.c
5577 F: drivers/i2c/busses/i2c-amd756.c
5578 F: drivers/i2c/busses/i2c-amd756-s4882.c
5579 F: drivers/i2c/busses/i2c-amd8111.c
5580 F: drivers/i2c/busses/i2c-i801.c
5581 F: drivers/i2c/busses/i2c-isch.c
5582 F: drivers/i2c/busses/i2c-nforce2.c
5583 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5584 F: drivers/i2c/busses/i2c-piix4.c
5585 F: drivers/i2c/busses/i2c-sis5595.c
5586 F: drivers/i2c/busses/i2c-sis630.c
5587 F: drivers/i2c/busses/i2c-sis96x.c
5588 F: drivers/i2c/busses/i2c-via.c
5589 F: drivers/i2c/busses/i2c-viapro.c
5590
5591 I2C/SMBUS ISMT DRIVER
5592 M: Seth Heasley <seth.heasley@intel.com>
5593 M: Neil Horman <nhorman@tuxdriver.com>
5594 L: linux-i2c@vger.kernel.org
5595 F: drivers/i2c/busses/i2c-ismt.c
5596 F: Documentation/i2c/busses/i2c-ismt
5597
5598 I2C/SMBUS STUB DRIVER
5599 M: Jean Delvare <jdelvare@suse.com>
5600 L: linux-i2c@vger.kernel.org
5601 S: Maintained
5602 F: drivers/i2c/i2c-stub.c
5603
5604 I2C SUBSYSTEM
5605 M: Wolfram Sang <wsa@the-dreams.de>
5606 L: linux-i2c@vger.kernel.org
5607 W: https://i2c.wiki.kernel.org/
5608 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5609 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5610 S: Maintained
5611 F: Documentation/devicetree/bindings/i2c/
5612 F: Documentation/i2c/
5613 F: drivers/i2c/
5614 F: drivers/i2c/*/
5615 F: include/linux/i2c.h
5616 F: include/linux/i2c-*.h
5617 F: include/uapi/linux/i2c.h
5618 F: include/uapi/linux/i2c-*.h
5619
5620 I2C ACPI SUPPORT
5621 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5622 L: linux-i2c@vger.kernel.org
5623 L: linux-acpi@vger.kernel.org
5624 S: Maintained
5625
5626 I2C-TAOS-EVM DRIVER
5627 M: Jean Delvare <jdelvare@suse.com>
5628 L: linux-i2c@vger.kernel.org
5629 S: Maintained
5630 F: Documentation/i2c/busses/i2c-taos-evm
5631 F: drivers/i2c/busses/i2c-taos-evm.c
5632
5633 I2C-TINY-USB DRIVER
5634 M: Till Harbaum <till@harbaum.org>
5635 L: linux-i2c@vger.kernel.org
5636 W: http://www.harbaum.org/till/i2c_tiny_usb
5637 S: Maintained
5638 F: drivers/i2c/busses/i2c-tiny-usb.c
5639
5640 i386 BOOT CODE
5641 M: "H. Peter Anvin" <hpa@zytor.com>
5642 S: Maintained
5643 F: arch/x86/boot/
5644
5645 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5646 M: "H. Peter Anvin" <hpa@zytor.com>
5647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5648 S: Maintained
5649
5650 IA64 (Itanium) PLATFORM
5651 M: Tony Luck <tony.luck@intel.com>
5652 M: Fenghua Yu <fenghua.yu@intel.com>
5653 L: linux-ia64@vger.kernel.org
5654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5655 S: Maintained
5656 F: arch/ia64/
5657
5658 IBM Power VMX Cryptographic instructions
5659 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5660 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5661 L: linux-crypto@vger.kernel.org
5662 S: Supported
5663 F: drivers/crypto/vmx/Makefile
5664 F: drivers/crypto/vmx/Kconfig
5665 F: drivers/crypto/vmx/vmx.c
5666 F: drivers/crypto/vmx/aes*
5667 F: drivers/crypto/vmx/ghash*
5668 F: drivers/crypto/vmx/ppc-xlate.pl
5669
5670 IBM Power in-Nest Crypto Acceleration
5671 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5672 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5673 L: linux-crypto@vger.kernel.org
5674 S: Supported
5675 F: drivers/crypto/nx/Makefile
5676 F: drivers/crypto/nx/Kconfig
5677 F: drivers/crypto/nx/nx-aes*
5678 F: drivers/crypto/nx/nx-sha*
5679 F: drivers/crypto/nx/nx.*
5680 F: drivers/crypto/nx/nx_csbcpb.h
5681 F: drivers/crypto/nx/nx_debugfs.h
5682
5683 IBM Power 842 compression accelerator
5684 M: Dan Streetman <ddstreet@ieee.org>
5685 S: Supported
5686 F: drivers/crypto/nx/Makefile
5687 F: drivers/crypto/nx/Kconfig
5688 F: drivers/crypto/nx/nx-842*
5689 F: include/linux/sw842.h
5690 F: crypto/842.c
5691 F: lib/842/
5692
5693 IBM Power Linux RAID adapter
5694 M: Brian King <brking@us.ibm.com>
5695 S: Supported
5696 F: drivers/scsi/ipr.*
5697
5698 IBM Power Virtual Ethernet Device Driver
5699 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5700 L: netdev@vger.kernel.org
5701 S: Supported
5702 F: drivers/net/ethernet/ibm/ibmveth.*
5703
5704 IBM Power SRIOV Virtual NIC Device Driver
5705 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5706 M: John Allen <jallen@linux.vnet.ibm.com>
5707 L: netdev@vger.kernel.org
5708 S: Supported
5709 F: drivers/net/ethernet/ibm/ibmvnic.*
5710
5711 IBM Power Virtual SCSI Device Drivers
5712 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5713 L: linux-scsi@vger.kernel.org
5714 S: Supported
5715 F: drivers/scsi/ibmvscsi/ibmvscsi*
5716 F: drivers/scsi/ibmvscsi/viosrp.h
5717
5718 IBM Power Virtual FC Device Drivers
5719 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5720 L: linux-scsi@vger.kernel.org
5721 S: Supported
5722 F: drivers/scsi/ibmvscsi/ibmvfc*
5723
5724 IBM ServeRAID RAID DRIVER
5725 S: Orphan
5726 F: drivers/scsi/ips.*
5727
5728 ICH LPC AND GPIO DRIVER
5729 M: Peter Tyser <ptyser@xes-inc.com>
5730 S: Maintained
5731 F: drivers/mfd/lpc_ich.c
5732 F: drivers/gpio/gpio-ich.c
5733
5734 IDE SUBSYSTEM
5735 M: "David S. Miller" <davem@davemloft.net>
5736 L: linux-ide@vger.kernel.org
5737 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5739 S: Maintained
5740 F: Documentation/ide/
5741 F: drivers/ide/
5742 F: include/linux/ide.h
5743
5744 IDEAPAD LAPTOP EXTRAS DRIVER
5745 M: Ike Panhc <ike.pan@canonical.com>
5746 L: platform-driver-x86@vger.kernel.org
5747 W: http://launchpad.net/ideapad-laptop
5748 S: Maintained
5749 F: drivers/platform/x86/ideapad-laptop.c
5750
5751 IDEAPAD LAPTOP SLIDEBAR DRIVER
5752 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5753 L: linux-input@vger.kernel.org
5754 W: https://github.com/o2genum/ideapad-slidebar
5755 S: Maintained
5756 F: drivers/input/misc/ideapad_slidebar.c
5757
5758 IDE/ATAPI DRIVERS
5759 M: Borislav Petkov <bp@alien8.de>
5760 L: linux-ide@vger.kernel.org
5761 S: Maintained
5762 F: Documentation/cdrom/ide-cd
5763 F: drivers/ide/ide-cd*
5764
5765 IDLE-I7300
5766 M: Andy Henroid <andrew.d.henroid@intel.com>
5767 L: linux-pm@vger.kernel.org
5768 S: Supported
5769 F: drivers/idle/i7300_idle.c
5770
5771 IEEE 802.15.4 SUBSYSTEM
5772 M: Alexander Aring <aar@pengutronix.de>
5773 L: linux-wpan@vger.kernel.org
5774 W: http://wpan.cakelab.org/
5775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5777 S: Maintained
5778 F: net/ieee802154/
5779 F: net/mac802154/
5780 F: drivers/net/ieee802154/
5781 F: include/linux/nl802154.h
5782 F: include/linux/ieee802154.h
5783 F: include/net/nl802154.h
5784 F: include/net/mac802154.h
5785 F: include/net/af_ieee802154.h
5786 F: include/net/cfg802154.h
5787 F: include/net/ieee802154_netdev.h
5788 F: Documentation/networking/ieee802154.txt
5789
5790 IGORPLUG-USB IR RECEIVER
5791 M: Sean Young <sean@mess.org>
5792 L: linux-media@vger.kernel.org
5793 S: Maintained
5794 F: drivers/media/rc/igorplugusb.c
5795
5796 IGUANAWORKS USB IR TRANSCEIVER
5797 M: Sean Young <sean@mess.org>
5798 L: linux-media@vger.kernel.org
5799 S: Maintained
5800 F: drivers/media/rc/iguanair.c
5801
5802 IIO SUBSYSTEM AND DRIVERS
5803 M: Jonathan Cameron <jic23@kernel.org>
5804 R: Hartmut Knaack <knaack.h@gmx.de>
5805 R: Lars-Peter Clausen <lars@metafoo.de>
5806 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5807 L: linux-iio@vger.kernel.org
5808 S: Maintained
5809 F: drivers/iio/
5810 F: drivers/staging/iio/
5811 F: include/linux/iio/
5812 F: tools/iio/
5813
5814 IKANOS/ADI EAGLE ADSL USB DRIVER
5815 M: Matthieu Castet <castet.matthieu@free.fr>
5816 M: Stanislaw Gruszka <stf_xl@wp.pl>
5817 S: Maintained
5818 F: drivers/usb/atm/ueagle-atm.c
5819
5820 INA209 HARDWARE MONITOR DRIVER
5821 M: Guenter Roeck <linux@roeck-us.net>
5822 L: linux-hwmon@vger.kernel.org
5823 S: Maintained
5824 F: Documentation/hwmon/ina209
5825 F: Documentation/devicetree/bindings/i2c/ina209.txt
5826 F: drivers/hwmon/ina209.c
5827
5828 INA2XX HARDWARE MONITOR DRIVER
5829 M: Guenter Roeck <linux@roeck-us.net>
5830 L: linux-hwmon@vger.kernel.org
5831 S: Maintained
5832 F: Documentation/hwmon/ina2xx
5833 F: drivers/hwmon/ina2xx.c
5834 F: include/linux/platform_data/ina2xx.h
5835
5836 INDUSTRY PACK SUBSYSTEM (IPACK)
5837 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5838 M: Jens Taprogge <jens.taprogge@taprogge.org>
5839 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5840 L: industrypack-devel@lists.sourceforge.net
5841 W: http://industrypack.sourceforge.net
5842 S: Maintained
5843 F: drivers/ipack/
5844
5845 INGENIC JZ4780 DMA Driver
5846 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5847 S: Maintained
5848 F: drivers/dma/dma-jz4780.c
5849
5850 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5851 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5852 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5853 L: linux-ima-devel@lists.sourceforge.net
5854 L: linux-ima-user@lists.sourceforge.net
5855 L: linux-security-module@vger.kernel.org
5856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5857 S: Supported
5858 F: security/integrity/ima/
5859
5860 IMGTEC IR DECODER DRIVER
5861 M: James Hogan <james.hogan@imgtec.com>
5862 S: Maintained
5863 F: drivers/media/rc/img-ir/
5864
5865 IMS TWINTURBO FRAMEBUFFER DRIVER
5866 L: linux-fbdev@vger.kernel.org
5867 S: Orphan
5868 F: drivers/video/fbdev/imsttfb.c
5869
5870 INFINIBAND SUBSYSTEM
5871 M: Doug Ledford <dledford@redhat.com>
5872 M: Sean Hefty <sean.hefty@intel.com>
5873 M: Hal Rosenstock <hal.rosenstock@gmail.com>
5874 L: linux-rdma@vger.kernel.org
5875 W: http://www.openfabrics.org/
5876 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5878 S: Supported
5879 F: Documentation/infiniband/
5880 F: drivers/infiniband/
5881 F: include/uapi/linux/if_infiniband.h
5882 F: include/uapi/rdma/
5883 F: include/rdma/
5884
5885 INOTIFY
5886 M: John McCutchan <john@johnmccutchan.com>
5887 M: Robert Love <rlove@rlove.org>
5888 M: Eric Paris <eparis@parisplace.org>
5889 S: Maintained
5890 F: Documentation/filesystems/inotify.txt
5891 F: fs/notify/inotify/
5892 F: include/linux/inotify.h
5893 F: include/uapi/linux/inotify.h
5894
5895 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5896 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5897 L: linux-input@vger.kernel.org
5898 Q: http://patchwork.kernel.org/project/linux-input/list/
5899 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5900 S: Maintained
5901 F: drivers/input/
5902 F: include/linux/input.h
5903 F: include/uapi/linux/input.h
5904 F: include/linux/input/
5905 F: Documentation/devicetree/bindings/input/
5906
5907 INPUT MULTITOUCH (MT) PROTOCOL
5908 M: Henrik Rydberg <rydberg@bitmath.org>
5909 L: linux-input@vger.kernel.org
5910 S: Odd fixes
5911 F: Documentation/input/multi-touch-protocol.txt
5912 F: drivers/input/input-mt.c
5913 K: \b(ABS|SYN)_MT_
5914
5915 INTEL ASoC BDW/HSW DRIVERS
5916 M: Jie Yang <yang.jie@linux.intel.com>
5917 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5918 S: Supported
5919 F: sound/soc/intel/common/sst-dsp*
5920 F: sound/soc/intel/common/sst-firmware.c
5921 F: sound/soc/intel/boards/broadwell.c
5922 F: sound/soc/intel/haswell/
5923
5924 INTEL C600 SERIES SAS CONTROLLER DRIVER
5925 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5926 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5927 L: linux-scsi@vger.kernel.org
5928 T: git git://git.code.sf.net/p/intel-sas/isci
5929 S: Supported
5930 F: drivers/scsi/isci/
5931
5932 INTEL HID EVENT DRIVER
5933 M: Alex Hung <alex.hung@canonical.com>
5934 L: platform-driver-x86@vger.kernel.org
5935 S: Maintained
5936 F: drivers/platform/x86/intel-hid.c
5937
5938 INTEL IDLE DRIVER
5939 M: Len Brown <lenb@kernel.org>
5940 L: linux-pm@vger.kernel.org
5941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5942 S: Supported
5943 F: drivers/idle/intel_idle.c
5944
5945 INTEL PSTATE DRIVER
5946 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5947 M: Len Brown <lenb@kernel.org>
5948 L: linux-pm@vger.kernel.org
5949 S: Supported
5950 F: drivers/cpufreq/intel_pstate.c
5951
5952 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5953 M: Maik Broemme <mbroemme@plusserver.de>
5954 L: linux-fbdev@vger.kernel.org
5955 S: Maintained
5956 F: Documentation/fb/intelfb.txt
5957 F: drivers/video/fbdev/intelfb/
5958
5959 INTEL 810/815 FRAMEBUFFER DRIVER
5960 M: Antonino Daplas <adaplas@gmail.com>
5961 L: linux-fbdev@vger.kernel.org
5962 S: Maintained
5963 F: drivers/video/fbdev/i810/
5964
5965 INTEL MENLOW THERMAL DRIVER
5966 M: Sujith Thomas <sujith.thomas@intel.com>
5967 L: platform-driver-x86@vger.kernel.org
5968 W: https://01.org/linux-acpi
5969 S: Supported
5970 F: drivers/platform/x86/intel_menlow.c
5971
5972 INTEL I/OAT DMA DRIVER
5973 M: Dave Jiang <dave.jiang@intel.com>
5974 R: Dan Williams <dan.j.williams@intel.com>
5975 L: dmaengine@vger.kernel.org
5976 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5977 S: Supported
5978 F: drivers/dma/ioat*
5979
5980 INTEL IOMMU (VT-d)
5981 M: David Woodhouse <dwmw2@infradead.org>
5982 L: iommu@lists.linux-foundation.org
5983 T: git git://git.infradead.org/iommu-2.6.git
5984 S: Supported
5985 F: drivers/iommu/intel-iommu.c
5986 F: include/linux/intel-iommu.h
5987
5988 INTEL IOP-ADMA DMA DRIVER
5989 R: Dan Williams <dan.j.williams@intel.com>
5990 S: Odd fixes
5991 F: drivers/dma/iop-adma.c
5992
5993 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5994 M: Krzysztof Halasa <khalasa@piap.pl>
5995 S: Maintained
5996 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5997 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5998 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5999 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6000 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6001 F: drivers/net/wan/ixp4xx_hss.c
6002
6003 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6004 M: Deepak Saxena <dsaxena@plexity.net>
6005 S: Maintained
6006 F: drivers/char/hw_random/ixp4xx-rng.c
6007
6008 INTEL ETHERNET DRIVERS
6009 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6010 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6011 W: http://www.intel.com/support/feedback.htm
6012 W: http://e1000.sourceforge.net/
6013 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6016 S: Supported
6017 F: Documentation/networking/e100.txt
6018 F: Documentation/networking/e1000.txt
6019 F: Documentation/networking/e1000e.txt
6020 F: Documentation/networking/igb.txt
6021 F: Documentation/networking/igbvf.txt
6022 F: Documentation/networking/ixgb.txt
6023 F: Documentation/networking/ixgbe.txt
6024 F: Documentation/networking/ixgbevf.txt
6025 F: Documentation/networking/i40e.txt
6026 F: Documentation/networking/i40evf.txt
6027 F: drivers/net/ethernet/intel/
6028 F: drivers/net/ethernet/intel/*/
6029
6030 INTEL RDMA RNIC DRIVER
6031 M: Faisal Latif <faisal.latif@intel.com>
6032 R: Chien Tin Tung <chien.tin.tung@intel.com>
6033 R: Mustafa Ismail <mustafa.ismail@intel.com>
6034 R: Shiraz Saleem <shiraz.saleem@intel.com>
6035 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6036 L: linux-rdma@vger.kernel.org
6037 S: Supported
6038 F: drivers/infiniband/hw/i40iw/
6039
6040 INTEL-MID GPIO DRIVER
6041 M: David Cohen <david.a.cohen@linux.intel.com>
6042 L: linux-gpio@vger.kernel.org
6043 S: Maintained
6044 F: drivers/gpio/gpio-intel-mid.c
6045
6046 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6047 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6048 L: linux-wireless@vger.kernel.org
6049 S: Maintained
6050 F: Documentation/networking/README.ipw2100
6051 F: Documentation/networking/README.ipw2200
6052 F: drivers/net/wireless/intel/ipw2x00/
6053
6054 INTEL(R) TRACE HUB
6055 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6056 S: Supported
6057 F: Documentation/trace/intel_th.txt
6058 F: drivers/hwtracing/intel_th/
6059
6060 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6061 M: Ning Sun <ning.sun@intel.com>
6062 L: tboot-devel@lists.sourceforge.net
6063 W: http://tboot.sourceforge.net
6064 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6065 S: Supported
6066 F: Documentation/intel_txt.txt
6067 F: include/linux/tboot.h
6068 F: arch/x86/kernel/tboot.c
6069
6070 INTEL WIRELESS WIMAX CONNECTION 2400
6071 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6072 M: linux-wimax@intel.com
6073 L: wimax@linuxwimax.org (subscribers-only)
6074 S: Supported
6075 W: http://linuxwimax.org
6076 F: Documentation/wimax/README.i2400m
6077 F: drivers/net/wimax/i2400m/
6078 F: include/uapi/linux/wimax/i2400m.h
6079
6080 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6081 M: Stanislaw Gruszka <sgruszka@redhat.com>
6082 L: linux-wireless@vger.kernel.org
6083 S: Supported
6084 F: drivers/net/wireless/intel/iwlegacy/
6085
6086 INTEL WIRELESS WIFI LINK (iwlwifi)
6087 M: Johannes Berg <johannes.berg@intel.com>
6088 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6089 M: Luca Coelho <luciano.coelho@intel.com>
6090 M: Intel Linux Wireless <linuxwifi@intel.com>
6091 L: linux-wireless@vger.kernel.org
6092 W: http://intellinuxwireless.org
6093 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6094 S: Supported
6095 F: drivers/net/wireless/intel/iwlwifi/
6096
6097 INTEL MANAGEMENT ENGINE (mei)
6098 M: Tomas Winkler <tomas.winkler@intel.com>
6099 L: linux-kernel@vger.kernel.org
6100 S: Supported
6101 F: include/uapi/linux/mei.h
6102 F: include/linux/mei_cl_bus.h
6103 F: drivers/misc/mei/*
6104 F: drivers/watchdog/mei_wdt.c
6105 F: Documentation/misc-devices/mei/*
6106
6107 INTEL MIC DRIVERS (mic)
6108 M: Sudeep Dutt <sudeep.dutt@intel.com>
6109 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6110 S: Supported
6111 W: https://github.com/sudeepdutt/mic
6112 W: http://software.intel.com/en-us/mic-developer
6113 F: include/linux/mic_bus.h
6114 F: include/linux/scif.h
6115 F: include/uapi/linux/mic_common.h
6116 F: include/uapi/linux/mic_ioctl.h
6117 F: include/uapi/linux/scif_ioctl.h
6118 F: drivers/misc/mic/
6119 F: drivers/dma/mic_x100_dma.c
6120 F: drivers/dma/mic_x100_dma.h
6121 F: Documentation/mic/
6122
6123 INTEL PMC/P-Unit IPC DRIVER
6124 M: Zha Qipeng<qipeng.zha@intel.com>
6125 L: platform-driver-x86@vger.kernel.org
6126 S: Maintained
6127 F: drivers/platform/x86/intel_pmc_ipc.c
6128 F: drivers/platform/x86/intel_punit_ipc.c
6129 F: arch/x86/include/asm/intel_pmc_ipc.h
6130 F: arch/x86/include/asm/intel_punit_ipc.h
6131
6132 INTEL TELEMETRY DRIVER
6133 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6134 L: platform-driver-x86@vger.kernel.org
6135 S: Maintained
6136 F: arch/x86/include/asm/intel_telemetry.h
6137 F: drivers/platform/x86/intel_telemetry*
6138
6139 INTEL PMC CORE DRIVER
6140 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6141 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6142 L: platform-driver-x86@vger.kernel.org
6143 S: Maintained
6144 F: arch/x86/include/asm/pmc_core.h
6145 F: drivers/platform/x86/intel_pmc_core*
6146
6147 IOC3 ETHERNET DRIVER
6148 M: Ralf Baechle <ralf@linux-mips.org>
6149 L: linux-mips@linux-mips.org
6150 S: Maintained
6151 F: drivers/net/ethernet/sgi/ioc3-eth.c
6152
6153 IOC3 SERIAL DRIVER
6154 M: Pat Gefre <pfg@sgi.com>
6155 L: linux-serial@vger.kernel.org
6156 S: Maintained
6157 F: drivers/tty/serial/ioc3_serial.c
6158
6159 IOMMU DRIVERS
6160 M: Joerg Roedel <joro@8bytes.org>
6161 L: iommu@lists.linux-foundation.org
6162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6163 S: Maintained
6164 F: drivers/iommu/
6165
6166 IP MASQUERADING
6167 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6168 S: Maintained
6169 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6170
6171 IPMI SUBSYSTEM
6172 M: Corey Minyard <minyard@acm.org>
6173 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6174 W: http://openipmi.sourceforge.net/
6175 S: Supported
6176 F: Documentation/IPMI.txt
6177 F: drivers/char/ipmi/
6178 F: include/linux/ipmi*
6179 F: include/uapi/linux/ipmi*
6180
6181 QCOM AUDIO (ASoC) DRIVERS
6182 M: Patrick Lai <plai@codeaurora.org>
6183 M: Banajit Goswami <bgoswami@codeaurora.org>
6184 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6185 S: Supported
6186 F: sound/soc/qcom/
6187
6188 IPS SCSI RAID DRIVER
6189 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6190 L: linux-scsi@vger.kernel.org
6191 W: http://www.adaptec.com/
6192 S: Maintained
6193 F: drivers/scsi/ips*
6194
6195 IPVS
6196 M: Wensong Zhang <wensong@linux-vs.org>
6197 M: Simon Horman <horms@verge.net.au>
6198 M: Julian Anastasov <ja@ssi.bg>
6199 L: netdev@vger.kernel.org
6200 L: lvs-devel@vger.kernel.org
6201 S: Maintained
6202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6204 F: Documentation/networking/ipvs-sysctl.txt
6205 F: include/net/ip_vs.h
6206 F: include/uapi/linux/ip_vs.h
6207 F: net/netfilter/ipvs/
6208
6209 IPWIRELESS DRIVER
6210 M: Jiri Kosina <jikos@kernel.org>
6211 M: David Sterba <dsterba@suse.com>
6212 S: Odd Fixes
6213 F: drivers/tty/ipwireless/
6214
6215 IPX NETWORK LAYER
6216 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6217 L: netdev@vger.kernel.org
6218 S: Maintained
6219 F: include/net/ipx.h
6220 F: include/uapi/linux/ipx.h
6221 F: net/ipx/
6222
6223 IRDA SUBSYSTEM
6224 M: Samuel Ortiz <samuel@sortiz.org>
6225 L: irda-users@lists.sourceforge.net (subscribers-only)
6226 L: netdev@vger.kernel.org
6227 W: http://irda.sourceforge.net/
6228 S: Maintained
6229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6230 F: Documentation/networking/irda.txt
6231 F: drivers/net/irda/
6232 F: include/net/irda/
6233 F: net/irda/
6234
6235 IRQ SUBSYSTEM
6236 M: Thomas Gleixner <tglx@linutronix.de>
6237 L: linux-kernel@vger.kernel.org
6238 S: Maintained
6239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6240 F: kernel/irq/
6241
6242 IRQCHIP DRIVERS
6243 M: Thomas Gleixner <tglx@linutronix.de>
6244 M: Jason Cooper <jason@lakedaemon.net>
6245 M: Marc Zyngier <marc.zyngier@arm.com>
6246 L: linux-kernel@vger.kernel.org
6247 S: Maintained
6248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6249 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6250 F: Documentation/devicetree/bindings/interrupt-controller/
6251 F: drivers/irqchip/
6252
6253 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6254 M: Jiang Liu <jiang.liu@linux.intel.com>
6255 M: Marc Zyngier <marc.zyngier@arm.com>
6256 S: Maintained
6257 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6258 F: Documentation/IRQ-domain.txt
6259 F: include/linux/irqdomain.h
6260 F: kernel/irq/irqdomain.c
6261 F: kernel/irq/msi.c
6262
6263 ISA
6264 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6265 S: Maintained
6266 F: Documentation/isa.txt
6267 F: drivers/base/isa.c
6268 F: include/linux/isa.h
6269
6270 ISAPNP
6271 M: Jaroslav Kysela <perex@perex.cz>
6272 S: Maintained
6273 F: Documentation/isapnp.txt
6274 F: drivers/pnp/isapnp/
6275 F: include/linux/isapnp.h
6276
6277 ISA RADIO MODULE
6278 M: Hans Verkuil <hverkuil@xs4all.nl>
6279 L: linux-media@vger.kernel.org
6280 T: git git://linuxtv.org/media_tree.git
6281 W: https://linuxtv.org
6282 S: Maintained
6283 F: drivers/media/radio/radio-isa*
6284
6285 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6286 M: Peter Jones <pjones@redhat.com>
6287 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6288 S: Maintained
6289 F: drivers/firmware/iscsi_ibft*
6290
6291 ISCSI
6292 M: Mike Christie <michaelc@cs.wisc.edu>
6293 L: open-iscsi@googlegroups.com
6294 W: www.open-iscsi.org
6295 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6296 S: Maintained
6297 F: drivers/scsi/*iscsi*
6298 F: include/scsi/*iscsi*
6299
6300 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6301 M: Or Gerlitz <ogerlitz@mellanox.com>
6302 M: Sagi Grimberg <sagi@grimberg.me>
6303 M: Roi Dayan <roid@mellanox.com>
6304 L: linux-rdma@vger.kernel.org
6305 S: Supported
6306 W: http://www.openfabrics.org
6307 W: www.open-iscsi.org
6308 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6309 F: drivers/infiniband/ulp/iser/
6310
6311 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6312 M: Sagi Grimberg <sagi@grimberg.me>
6313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6314 L: linux-rdma@vger.kernel.org
6315 L: target-devel@vger.kernel.org
6316 S: Supported
6317 W: http://www.linux-iscsi.org
6318 F: drivers/infiniband/ulp/isert
6319
6320 ISDN SUBSYSTEM
6321 M: Karsten Keil <isdn@linux-pingi.de>
6322 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6323 L: netdev@vger.kernel.org
6324 W: http://www.isdn4linux.de
6325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6326 S: Maintained
6327 F: Documentation/isdn/
6328 F: drivers/isdn/
6329 F: include/linux/isdn.h
6330 F: include/linux/isdn/
6331 F: include/uapi/linux/isdn.h
6332 F: include/uapi/linux/isdn/
6333
6334 ISDN SUBSYSTEM (Eicon active card driver)
6335 M: Armin Schindler <mac@melware.de>
6336 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6337 W: http://www.melware.de
6338 S: Maintained
6339 F: drivers/isdn/hardware/eicon/
6340
6341 IT87 HARDWARE MONITORING DRIVER
6342 M: Jean Delvare <jdelvare@suse.com>
6343 L: linux-hwmon@vger.kernel.org
6344 S: Maintained
6345 F: Documentation/hwmon/it87
6346 F: drivers/hwmon/it87.c
6347
6348 IT913X MEDIA DRIVER
6349 M: Antti Palosaari <crope@iki.fi>
6350 L: linux-media@vger.kernel.org
6351 W: https://linuxtv.org
6352 W: http://palosaari.fi/linux/
6353 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6354 T: git git://linuxtv.org/anttip/media_tree.git
6355 S: Maintained
6356 F: drivers/media/tuners/it913x*
6357
6358 IVTV VIDEO4LINUX DRIVER
6359 M: Andy Walls <awalls@md.metrocast.net>
6360 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6361 L: linux-media@vger.kernel.org
6362 T: git git://linuxtv.org/media_tree.git
6363 W: http://www.ivtvdriver.org
6364 S: Maintained
6365 F: Documentation/video4linux/*.ivtv
6366 F: drivers/media/pci/ivtv/
6367 F: include/uapi/linux/ivtv*
6368
6369 IX2505V MEDIA DRIVER
6370 M: Malcolm Priestley <tvboxspy@gmail.com>
6371 L: linux-media@vger.kernel.org
6372 W: https://linuxtv.org
6373 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6374 S: Maintained
6375 F: drivers/media/dvb-frontends/ix2505v*
6376
6377 JC42.4 TEMPERATURE SENSOR DRIVER
6378 M: Guenter Roeck <linux@roeck-us.net>
6379 L: linux-hwmon@vger.kernel.org
6380 S: Maintained
6381 F: drivers/hwmon/jc42.c
6382 F: Documentation/hwmon/jc42
6383
6384 JFS FILESYSTEM
6385 M: Dave Kleikamp <shaggy@kernel.org>
6386 L: jfs-discussion@lists.sourceforge.net
6387 W: http://jfs.sourceforge.net/
6388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6389 S: Maintained
6390 F: Documentation/filesystems/jfs.txt
6391 F: fs/jfs/
6392
6393 JME NETWORK DRIVER
6394 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6395 L: netdev@vger.kernel.org
6396 S: Maintained
6397 F: drivers/net/ethernet/jme.*
6398
6399 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6400 M: David Woodhouse <dwmw2@infradead.org>
6401 L: linux-mtd@lists.infradead.org
6402 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6403 S: Maintained
6404 F: fs/jffs2/
6405 F: include/uapi/linux/jffs2.h
6406
6407 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6408 M: "Theodore Ts'o" <tytso@mit.edu>
6409 M: Jan Kara <jack@suse.com>
6410 L: linux-ext4@vger.kernel.org
6411 S: Maintained
6412 F: fs/jbd2/
6413 F: include/linux/jbd2.h
6414
6415 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6416 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6417 L: linux-media@vger.kernel.org
6418 S: Maintained
6419 F: drivers/media/platform/rcar_jpu.c
6420
6421 JSM Neo PCI based serial card
6422 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6423 L: linux-serial@vger.kernel.org
6424 S: Maintained
6425 F: drivers/tty/serial/jsm/
6426
6427 K10TEMP HARDWARE MONITORING DRIVER
6428 M: Clemens Ladisch <clemens@ladisch.de>
6429 L: linux-hwmon@vger.kernel.org
6430 S: Maintained
6431 F: Documentation/hwmon/k10temp
6432 F: drivers/hwmon/k10temp.c
6433
6434 K8TEMP HARDWARE MONITORING DRIVER
6435 M: Rudolf Marek <r.marek@assembler.cz>
6436 L: linux-hwmon@vger.kernel.org
6437 S: Maintained
6438 F: Documentation/hwmon/k8temp
6439 F: drivers/hwmon/k8temp.c
6440
6441 KASAN
6442 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6443 R: Alexander Potapenko <glider@google.com>
6444 R: Dmitry Vyukov <dvyukov@google.com>
6445 L: kasan-dev@googlegroups.com
6446 S: Maintained
6447 F: arch/*/include/asm/kasan.h
6448 F: arch/*/mm/kasan_init*
6449 F: Documentation/kasan.txt
6450 F: include/linux/kasan*.h
6451 F: lib/test_kasan.c
6452 F: mm/kasan/
6453 F: scripts/Makefile.kasan
6454
6455 KCONFIG
6456 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6457 L: linux-kbuild@vger.kernel.org
6458 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6459 S: Maintained
6460 F: Documentation/kbuild/kconfig-language.txt
6461 F: scripts/kconfig/
6462
6463 KDUMP
6464 M: Dave Young <dyoung@redhat.com>
6465 M: Baoquan He <bhe@redhat.com>
6466 R: Vivek Goyal <vgoyal@redhat.com>
6467 L: kexec@lists.infradead.org
6468 W: http://lse.sourceforge.net/kdump/
6469 S: Maintained
6470 F: Documentation/kdump/
6471
6472 KEENE FM RADIO TRANSMITTER DRIVER
6473 M: Hans Verkuil <hverkuil@xs4all.nl>
6474 L: linux-media@vger.kernel.org
6475 T: git git://linuxtv.org/media_tree.git
6476 W: https://linuxtv.org
6477 S: Maintained
6478 F: drivers/media/radio/radio-keene*
6479
6480 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6481 M: Ian Kent <raven@themaw.net>
6482 L: autofs@vger.kernel.org
6483 S: Maintained
6484 F: fs/autofs4/
6485
6486 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6487 M: Michal Marek <mmarek@suse.com>
6488 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6490 L: linux-kbuild@vger.kernel.org
6491 S: Maintained
6492 F: Documentation/kbuild/
6493 F: Makefile
6494 F: scripts/Makefile.*
6495 F: scripts/basic/
6496 F: scripts/mk*
6497 F: scripts/package/
6498
6499 KERNEL JANITORS
6500 L: kernel-janitors@vger.kernel.org
6501 W: http://kernelnewbies.org/KernelJanitors
6502 S: Odd Fixes
6503
6504 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6505 M: "J. Bruce Fields" <bfields@fieldses.org>
6506 M: Jeff Layton <jlayton@poochiereds.net>
6507 L: linux-nfs@vger.kernel.org
6508 W: http://nfs.sourceforge.net/
6509 T: git git://linux-nfs.org/~bfields/linux.git
6510 S: Supported
6511 F: fs/nfsd/
6512 F: include/uapi/linux/nfsd/
6513 F: fs/lockd/
6514 F: fs/nfs_common/
6515 F: net/sunrpc/
6516 F: include/linux/lockd/
6517 F: include/linux/sunrpc/
6518 F: include/uapi/linux/sunrpc/
6519
6520 KERNEL SELFTEST FRAMEWORK
6521 M: Shuah Khan <shuahkh@osg.samsung.com>
6522 L: linux-kselftest@vger.kernel.org
6523 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6524 S: Maintained
6525 F: tools/testing/selftests
6526
6527 KERNEL VIRTUAL MACHINE (KVM)
6528 M: Paolo Bonzini <pbonzini@redhat.com>
6529 M: Radim Krčmář <rkrcmar@redhat.com>
6530 L: kvm@vger.kernel.org
6531 W: http://www.linux-kvm.org
6532 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6533 S: Supported
6534 F: Documentation/*/kvm*.txt
6535 F: Documentation/virtual/kvm/
6536 F: arch/*/kvm/
6537 F: arch/x86/kernel/kvm.c
6538 F: arch/x86/kernel/kvmclock.c
6539 F: arch/*/include/asm/kvm*
6540 F: include/linux/kvm*
6541 F: include/uapi/linux/kvm*
6542 F: virt/kvm/
6543 F: tools/kvm/
6544
6545 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6546 M: Joerg Roedel <joro@8bytes.org>
6547 L: kvm@vger.kernel.org
6548 W: http://www.linux-kvm.org/
6549 S: Maintained
6550 F: arch/x86/include/asm/svm.h
6551 F: arch/x86/kvm/svm.c
6552
6553 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6554 M: Alexander Graf <agraf@suse.com>
6555 L: kvm-ppc@vger.kernel.org
6556 W: http://www.linux-kvm.org/
6557 T: git git://github.com/agraf/linux-2.6.git
6558 S: Supported
6559 F: arch/powerpc/include/asm/kvm*
6560 F: arch/powerpc/kvm/
6561
6562 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6563 M: Christian Borntraeger <borntraeger@de.ibm.com>
6564 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6565 L: linux-s390@vger.kernel.org
6566 W: http://www.ibm.com/developerworks/linux/linux390/
6567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6568 S: Supported
6569 F: Documentation/s390/kvm.txt
6570 F: arch/s390/include/asm/kvm*
6571 F: arch/s390/kvm/
6572
6573 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6574 M: Christoffer Dall <christoffer.dall@linaro.org>
6575 M: Marc Zyngier <marc.zyngier@arm.com>
6576 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6577 L: kvmarm@lists.cs.columbia.edu
6578 W: http://systems.cs.columbia.edu/projects/kvm-arm
6579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6580 S: Supported
6581 F: arch/arm/include/uapi/asm/kvm*
6582 F: arch/arm/include/asm/kvm*
6583 F: arch/arm/kvm/
6584 F: virt/kvm/arm/
6585 F: include/kvm/arm_*
6586
6587 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6588 M: Christoffer Dall <christoffer.dall@linaro.org>
6589 M: Marc Zyngier <marc.zyngier@arm.com>
6590 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6591 L: kvmarm@lists.cs.columbia.edu
6592 S: Maintained
6593 F: arch/arm64/include/uapi/asm/kvm*
6594 F: arch/arm64/include/asm/kvm*
6595 F: arch/arm64/kvm/
6596
6597 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6598 M: James Hogan <james.hogan@imgtec.com>
6599 L: linux-mips@linux-mips.org
6600 S: Supported
6601 F: arch/mips/include/uapi/asm/kvm*
6602 F: arch/mips/include/asm/kvm*
6603 F: arch/mips/kvm/
6604
6605 KEXEC
6606 M: Eric Biederman <ebiederm@xmission.com>
6607 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6608 L: kexec@lists.infradead.org
6609 S: Maintained
6610 F: include/linux/kexec.h
6611 F: include/uapi/linux/kexec.h
6612 F: kernel/kexec*
6613
6614 KEYS/KEYRINGS:
6615 M: David Howells <dhowells@redhat.com>
6616 L: keyrings@vger.kernel.org
6617 S: Maintained
6618 F: Documentation/security/keys.txt
6619 F: include/linux/key.h
6620 F: include/linux/key-type.h
6621 F: include/linux/keyctl.h
6622 F: include/uapi/linux/keyctl.h
6623 F: include/keys/
6624 F: security/keys/
6625
6626 KEYS-TRUSTED
6627 M: David Safford <safford@us.ibm.com>
6628 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6629 L: linux-security-module@vger.kernel.org
6630 L: keyrings@vger.kernel.org
6631 S: Supported
6632 F: Documentation/security/keys-trusted-encrypted.txt
6633 F: include/keys/trusted-type.h
6634 F: security/keys/trusted.c
6635 F: security/keys/trusted.h
6636
6637 KEYS-ENCRYPTED
6638 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6639 M: David Safford <safford@us.ibm.com>
6640 L: linux-security-module@vger.kernel.org
6641 L: keyrings@vger.kernel.org
6642 S: Supported
6643 F: Documentation/security/keys-trusted-encrypted.txt
6644 F: include/keys/encrypted-type.h
6645 F: security/keys/encrypted-keys/
6646
6647 KGDB / KDB /debug_core
6648 M: Jason Wessel <jason.wessel@windriver.com>
6649 W: http://kgdb.wiki.kernel.org/
6650 L: kgdb-bugreport@lists.sourceforge.net
6651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6652 S: Maintained
6653 F: Documentation/DocBook/kgdb.tmpl
6654 F: drivers/misc/kgdbts.c
6655 F: drivers/tty/serial/kgdboc.c
6656 F: include/linux/kdb.h
6657 F: include/linux/kgdb.h
6658 F: kernel/debug/
6659
6660 KMEMCHECK
6661 M: Vegard Nossum <vegardno@ifi.uio.no>
6662 M: Pekka Enberg <penberg@kernel.org>
6663 S: Maintained
6664 F: Documentation/kmemcheck.txt
6665 F: arch/x86/include/asm/kmemcheck.h
6666 F: arch/x86/mm/kmemcheck/
6667 F: include/linux/kmemcheck.h
6668 F: mm/kmemcheck.c
6669
6670 KMEMLEAK
6671 M: Catalin Marinas <catalin.marinas@arm.com>
6672 S: Maintained
6673 F: Documentation/kmemleak.txt
6674 F: include/linux/kmemleak.h
6675 F: mm/kmemleak.c
6676 F: mm/kmemleak-test.c
6677
6678 KPROBES
6679 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6680 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6681 M: "David S. Miller" <davem@davemloft.net>
6682 M: Masami Hiramatsu <mhiramat@kernel.org>
6683 S: Maintained
6684 F: Documentation/kprobes.txt
6685 F: include/linux/kprobes.h
6686 F: kernel/kprobes.c
6687
6688 KS0108 LCD CONTROLLER DRIVER
6689 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6690 W: http://miguelojeda.es/auxdisplay.htm
6691 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6692 S: Maintained
6693 F: Documentation/auxdisplay/ks0108
6694 F: drivers/auxdisplay/ks0108.c
6695 F: include/linux/ks0108.h
6696
6697 L3MDEV
6698 M: David Ahern <dsa@cumulusnetworks.com>
6699 L: netdev@vger.kernel.org
6700 S: Maintained
6701 F: net/l3mdev
6702 F: include/net/l3mdev.h
6703
6704 LANTIQ MIPS ARCHITECTURE
6705 M: John Crispin <john@phrozen.org>
6706 L: linux-mips@linux-mips.org
6707 S: Maintained
6708 F: arch/mips/lantiq
6709
6710 LAPB module
6711 L: linux-x25@vger.kernel.org
6712 S: Orphan
6713 F: Documentation/networking/lapb-module.txt
6714 F: include/*/lapb.h
6715 F: net/lapb/
6716
6717 LASI 53c700 driver for PARISC
6718 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6719 L: linux-scsi@vger.kernel.org
6720 S: Maintained
6721 F: Documentation/scsi/53c700.txt
6722 F: drivers/scsi/53c700*
6723
6724 LED SUBSYSTEM
6725 M: Richard Purdie <rpurdie@rpsys.net>
6726 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6727 L: linux-leds@vger.kernel.org
6728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6729 S: Maintained
6730 F: drivers/leds/
6731 F: include/linux/leds.h
6732
6733 LEGACY EEPROM DRIVER
6734 M: Jean Delvare <jdelvare@suse.com>
6735 S: Maintained
6736 F: Documentation/misc-devices/eeprom
6737 F: drivers/misc/eeprom/eeprom.c
6738
6739 LEGO USB Tower driver
6740 M: Juergen Stuber <starblue@users.sourceforge.net>
6741 L: legousb-devel@lists.sourceforge.net
6742 W: http://legousb.sourceforge.net/
6743 S: Maintained
6744 F: drivers/usb/misc/legousbtower.c
6745
6746 LG2160 MEDIA DRIVER
6747 M: Michael Krufky <mkrufky@linuxtv.org>
6748 L: linux-media@vger.kernel.org
6749 W: https://linuxtv.org
6750 W: http://github.com/mkrufky
6751 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6752 T: git git://linuxtv.org/mkrufky/tuners.git
6753 S: Maintained
6754 F: drivers/media/dvb-frontends/lg2160.*
6755
6756 LGDT3305 MEDIA DRIVER
6757 M: Michael Krufky <mkrufky@linuxtv.org>
6758 L: linux-media@vger.kernel.org
6759 W: https://linuxtv.org
6760 W: http://github.com/mkrufky
6761 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6762 T: git git://linuxtv.org/mkrufky/tuners.git
6763 S: Maintained
6764 F: drivers/media/dvb-frontends/lgdt3305.*
6765
6766 LGUEST
6767 M: Rusty Russell <rusty@rustcorp.com.au>
6768 L: lguest@lists.ozlabs.org
6769 W: http://lguest.ozlabs.org/
6770 S: Odd Fixes
6771 F: arch/x86/include/asm/lguest*.h
6772 F: arch/x86/lguest/
6773 F: drivers/lguest/
6774 F: include/linux/lguest*.h
6775 F: tools/lguest/
6776
6777 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6778 M: Tejun Heo <tj@kernel.org>
6779 L: linux-ide@vger.kernel.org
6780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6781 S: Maintained
6782 F: drivers/ata/
6783 F: include/linux/ata.h
6784 F: include/linux/libata.h
6785
6786 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6787 M: Viresh Kumar <vireshk@kernel.org>
6788 L: linux-ide@vger.kernel.org
6789 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6790 S: Maintained
6791 F: include/linux/pata_arasan_cf_data.h
6792 F: drivers/ata/pata_arasan_cf.c
6793
6794 LIBATA PATA DRIVERS
6795 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6796 M: Tejun Heo <tj@kernel.org>
6797 L: linux-ide@vger.kernel.org
6798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6799 S: Maintained
6800 F: drivers/ata/pata_*.c
6801 F: drivers/ata/ata_generic.c
6802
6803 LIBATA SATA AHCI PLATFORM devices support
6804 M: Hans de Goede <hdegoede@redhat.com>
6805 M: Tejun Heo <tj@kernel.org>
6806 L: linux-ide@vger.kernel.org
6807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6808 S: Maintained
6809 F: drivers/ata/ahci_platform.c
6810 F: drivers/ata/libahci_platform.c
6811 F: include/linux/ahci_platform.h
6812
6813 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6814 M: Mikael Pettersson <mikpelinux@gmail.com>
6815 L: linux-ide@vger.kernel.org
6816 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6817 S: Maintained
6818 F: drivers/ata/sata_promise.*
6819
6820 LIBLOCKDEP
6821 M: Sasha Levin <sasha.levin@oracle.com>
6822 S: Maintained
6823 F: tools/lib/lockdep/
6824
6825 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6826 M: Dan Williams <dan.j.williams@intel.com>
6827 L: linux-nvdimm@lists.01.org
6828 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6830 S: Supported
6831 F: drivers/nvdimm/*
6832 F: include/linux/nd.h
6833 F: include/linux/libnvdimm.h
6834 F: include/uapi/linux/ndctl.h
6835
6836 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6837 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6838 L: linux-nvdimm@lists.01.org
6839 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6840 S: Supported
6841 F: drivers/nvdimm/blk.c
6842 F: drivers/nvdimm/region_devs.c
6843 F: drivers/acpi/nfit*
6844
6845 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6846 M: Vishal Verma <vishal.l.verma@intel.com>
6847 L: linux-nvdimm@lists.01.org
6848 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6849 S: Supported
6850 F: drivers/nvdimm/btt*
6851
6852 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6853 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6854 L: linux-nvdimm@lists.01.org
6855 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6856 S: Supported
6857 F: drivers/nvdimm/pmem.c
6858 F: include/linux/pmem.h
6859 F: arch/*/include/asm/pmem.h
6860
6861 LIGHTNVM PLATFORM SUPPORT
6862 M: Matias Bjorling <mb@lightnvm.io>
6863 W: http://github/OpenChannelSSD
6864 L: linux-block@vger.kernel.org
6865 S: Maintained
6866 F: drivers/lightnvm/
6867 F: include/linux/lightnvm.h
6868 F: include/uapi/linux/lightnvm.h
6869
6870 LINUX FOR IBM pSERIES (RS/6000)
6871 M: Paul Mackerras <paulus@au.ibm.com>
6872 W: http://www.ibm.com/linux/ltc/projects/ppc
6873 S: Supported
6874 F: arch/powerpc/boot/rs6000.h
6875
6876 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6877 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6878 M: Paul Mackerras <paulus@samba.org>
6879 M: Michael Ellerman <mpe@ellerman.id.au>
6880 W: http://www.penguinppc.org/
6881 L: linuxppc-dev@lists.ozlabs.org
6882 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6883 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6884 S: Supported
6885 F: Documentation/powerpc/
6886 F: arch/powerpc/
6887 F: drivers/char/tpm/tpm_ibmvtpm*
6888 F: drivers/crypto/nx/
6889 F: drivers/crypto/vmx/
6890 F: drivers/net/ethernet/ibm/ibmveth.*
6891 F: drivers/net/ethernet/ibm/ibmvnic.*
6892 F: drivers/pci/hotplug/rpa*
6893 F: drivers/scsi/ibmvscsi/
6894 N: opal
6895 N: /pmac
6896 N: powermac
6897 N: powernv
6898 N: [^a-z0-9]ps3
6899 N: pseries
6900
6901 LINUX FOR POWER MACINTOSH
6902 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6903 W: http://www.penguinppc.org/
6904 L: linuxppc-dev@lists.ozlabs.org
6905 S: Maintained
6906 F: arch/powerpc/platforms/powermac/
6907 F: drivers/macintosh/
6908
6909 LINUX FOR POWERPC EMBEDDED MPC5XXX
6910 M: Anatolij Gustschin <agust@denx.de>
6911 L: linuxppc-dev@lists.ozlabs.org
6912 T: git git://git.denx.de/linux-denx-agust.git
6913 S: Maintained
6914 F: arch/powerpc/platforms/512x/
6915 F: arch/powerpc/platforms/52xx/
6916
6917 LINUX FOR POWERPC EMBEDDED PPC4XX
6918 M: Alistair Popple <alistair@popple.id.au>
6919 M: Matt Porter <mporter@kernel.crashing.org>
6920 W: http://www.penguinppc.org/
6921 L: linuxppc-dev@lists.ozlabs.org
6922 S: Maintained
6923 F: arch/powerpc/platforms/40x/
6924 F: arch/powerpc/platforms/44x/
6925
6926 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6927 L: linuxppc-dev@lists.ozlabs.org
6928 S: Orphan
6929 F: arch/powerpc/*/*virtex*
6930 F: arch/powerpc/*/*/*virtex*
6931
6932 LINUX FOR POWERPC EMBEDDED PPC8XX
6933 M: Vitaly Bordug <vitb@kernel.crashing.org>
6934 W: http://www.penguinppc.org/
6935 L: linuxppc-dev@lists.ozlabs.org
6936 S: Maintained
6937 F: arch/powerpc/platforms/8xx/
6938
6939 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6940 M: Scott Wood <oss@buserror.net>
6941 M: Kumar Gala <galak@kernel.crashing.org>
6942 W: http://www.penguinppc.org/
6943 L: linuxppc-dev@lists.ozlabs.org
6944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6945 S: Maintained
6946 F: arch/powerpc/platforms/83xx/
6947 F: arch/powerpc/platforms/85xx/
6948
6949 LINUX FOR POWERPC PA SEMI PWRFICIENT
6950 M: Olof Johansson <olof@lixom.net>
6951 L: linuxppc-dev@lists.ozlabs.org
6952 S: Maintained
6953 F: arch/powerpc/platforms/pasemi/
6954 F: drivers/*/*pasemi*
6955 F: drivers/*/*/*pasemi*
6956
6957 LINUX SECURITY MODULE (LSM) FRAMEWORK
6958 M: Chris Wright <chrisw@sous-sol.org>
6959 L: linux-security-module@vger.kernel.org
6960 S: Supported
6961
6962 LIS3LV02D ACCELEROMETER DRIVER
6963 M: Eric Piel <eric.piel@tremplin-utc.net>
6964 S: Maintained
6965 F: Documentation/misc-devices/lis3lv02d
6966 F: drivers/misc/lis3lv02d/
6967 F: drivers/platform/x86/hp_accel.c
6968
6969 LIVE PATCHING
6970 M: Josh Poimboeuf <jpoimboe@redhat.com>
6971 M: Jessica Yu <jeyu@redhat.com>
6972 M: Jiri Kosina <jikos@kernel.org>
6973 M: Miroslav Benes <mbenes@suse.cz>
6974 R: Petr Mladek <pmladek@suse.com>
6975 S: Maintained
6976 F: kernel/livepatch/
6977 F: include/linux/livepatch.h
6978 F: arch/x86/include/asm/livepatch.h
6979 F: arch/x86/kernel/livepatch.c
6980 F: Documentation/livepatch/
6981 F: Documentation/ABI/testing/sysfs-kernel-livepatch
6982 F: samples/livepatch/
6983 L: live-patching@vger.kernel.org
6984 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6985
6986 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6987 M: Kees Cook <keescook@chromium.org>
6988 S: Maintained
6989 F: drivers/misc/lkdtm.c
6990
6991 LLC (802.2)
6992 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6993 S: Maintained
6994 F: include/linux/llc.h
6995 F: include/uapi/linux/llc.h
6996 F: include/net/llc*
6997 F: net/llc/
6998
6999 LM73 HARDWARE MONITOR DRIVER
7000 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7001 L: linux-hwmon@vger.kernel.org
7002 S: Maintained
7003 F: drivers/hwmon/lm73.c
7004
7005 LM78 HARDWARE MONITOR DRIVER
7006 M: Jean Delvare <jdelvare@suse.com>
7007 L: linux-hwmon@vger.kernel.org
7008 S: Maintained
7009 F: Documentation/hwmon/lm78
7010 F: drivers/hwmon/lm78.c
7011
7012 LM83 HARDWARE MONITOR DRIVER
7013 M: Jean Delvare <jdelvare@suse.com>
7014 L: linux-hwmon@vger.kernel.org
7015 S: Maintained
7016 F: Documentation/hwmon/lm83
7017 F: drivers/hwmon/lm83.c
7018
7019 LM90 HARDWARE MONITOR DRIVER
7020 M: Jean Delvare <jdelvare@suse.com>
7021 L: linux-hwmon@vger.kernel.org
7022 S: Maintained
7023 F: Documentation/hwmon/lm90
7024 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7025 F: drivers/hwmon/lm90.c
7026
7027 LM95234 HARDWARE MONITOR DRIVER
7028 M: Guenter Roeck <linux@roeck-us.net>
7029 L: linux-hwmon@vger.kernel.org
7030 S: Maintained
7031 F: Documentation/hwmon/lm95234
7032 F: drivers/hwmon/lm95234.c
7033
7034 LME2510 MEDIA DRIVER
7035 M: Malcolm Priestley <tvboxspy@gmail.com>
7036 L: linux-media@vger.kernel.org
7037 W: https://linuxtv.org
7038 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7039 S: Maintained
7040 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7041
7042 LOCKDEP AND LOCKSTAT
7043 M: Peter Zijlstra <peterz@infradead.org>
7044 M: Ingo Molnar <mingo@redhat.com>
7045 L: linux-kernel@vger.kernel.org
7046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
7047 S: Maintained
7048 F: Documentation/locking/lockdep*.txt
7049 F: Documentation/locking/lockstat.txt
7050 F: include/linux/lockdep.h
7051 F: kernel/locking/
7052
7053 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7054 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7055 L: linux-ntfs-dev@lists.sourceforge.net
7056 W: http://www.linux-ntfs.org/content/view/19/37/
7057 S: Maintained
7058 F: Documentation/ldm.txt
7059 F: block/partitions/ldm.*
7060
7061 LogFS
7062 M: Joern Engel <joern@logfs.org>
7063 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7064 L: logfs@logfs.org
7065 W: logfs.org
7066 S: Maintained
7067 F: fs/logfs/
7068
7069 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7070 M: Sathya Prakash <sathya.prakash@broadcom.com>
7071 M: Chaitra P B <chaitra.basappa@broadcom.com>
7072 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7073 L: MPT-FusionLinux.pdl@broadcom.com
7074 L: linux-scsi@vger.kernel.org
7075 W: http://www.avagotech.com/support/
7076 S: Supported
7077 F: drivers/message/fusion/
7078 F: drivers/scsi/mpt2sas/
7079 F: drivers/scsi/mpt3sas/
7080
7081 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7082 M: Matthew Wilcox <matthew@wil.cx>
7083 L: linux-scsi@vger.kernel.org
7084 S: Maintained
7085 F: drivers/scsi/sym53c8xx_2/
7086
7087 LTC4261 HARDWARE MONITOR DRIVER
7088 M: Guenter Roeck <linux@roeck-us.net>
7089 L: linux-hwmon@vger.kernel.org
7090 S: Maintained
7091 F: Documentation/hwmon/ltc4261
7092 F: drivers/hwmon/ltc4261.c
7093
7094 LTP (Linux Test Project)
7095 M: Mike Frysinger <vapier@gentoo.org>
7096 M: Cyril Hrubis <chrubis@suse.cz>
7097 M: Wanlong Gao <wanlong.gao@gmail.com>
7098 M: Jan Stancek <jstancek@redhat.com>
7099 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7100 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7101 L: ltp@lists.linux.it (subscribers-only)
7102 W: http://linux-test-project.github.io/
7103 T: git git://github.com/linux-test-project/ltp.git
7104 S: Maintained
7105
7106 M32R ARCHITECTURE
7107 W: http://www.linux-m32r.org/
7108 S: Orphan
7109 F: arch/m32r/
7110
7111 M68K ARCHITECTURE
7112 M: Geert Uytterhoeven <geert@linux-m68k.org>
7113 L: linux-m68k@lists.linux-m68k.org
7114 W: http://www.linux-m68k.org/
7115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7116 S: Maintained
7117 F: arch/m68k/
7118 F: drivers/zorro/
7119
7120 M68K ON APPLE MACINTOSH
7121 M: Joshua Thompson <funaho@jurai.org>
7122 W: http://www.mac.linux-m68k.org/
7123 L: linux-m68k@lists.linux-m68k.org
7124 S: Maintained
7125 F: arch/m68k/mac/
7126
7127 M68K ON HP9000/300
7128 M: Philip Blundell <philb@gnu.org>
7129 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7130 S: Maintained
7131 F: arch/m68k/hp300/
7132
7133 M88DS3103 MEDIA DRIVER
7134 M: Antti Palosaari <crope@iki.fi>
7135 L: linux-media@vger.kernel.org
7136 W: https://linuxtv.org
7137 W: http://palosaari.fi/linux/
7138 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7139 T: git git://linuxtv.org/anttip/media_tree.git
7140 S: Maintained
7141 F: drivers/media/dvb-frontends/m88ds3103*
7142
7143 M88RS2000 MEDIA DRIVER
7144 M: Malcolm Priestley <tvboxspy@gmail.com>
7145 L: linux-media@vger.kernel.org
7146 W: https://linuxtv.org
7147 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7148 S: Maintained
7149 F: drivers/media/dvb-frontends/m88rs2000*
7150
7151 MA901 MASTERKIT USB FM RADIO DRIVER
7152 M: Alexey Klimov <klimov.linux@gmail.com>
7153 L: linux-media@vger.kernel.org
7154 T: git git://linuxtv.org/media_tree.git
7155 S: Maintained
7156 F: drivers/media/radio/radio-ma901.c
7157
7158 MAC80211
7159 M: Johannes Berg <johannes@sipsolutions.net>
7160 L: linux-wireless@vger.kernel.org
7161 W: http://wireless.kernel.org/
7162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7164 S: Maintained
7165 F: Documentation/networking/mac80211-injection.txt
7166 F: include/net/mac80211.h
7167 F: net/mac80211/
7168 F: drivers/net/wireless/mac80211_hwsim.[ch]
7169
7170 MACVLAN DRIVER
7171 M: Patrick McHardy <kaber@trash.net>
7172 L: netdev@vger.kernel.org
7173 S: Maintained
7174 F: drivers/net/macvlan.c
7175 F: include/linux/if_macvlan.h
7176
7177 MAILBOX API
7178 M: Jassi Brar <jassisinghbrar@gmail.com>
7179 L: linux-kernel@vger.kernel.org
7180 S: Maintained
7181 F: drivers/mailbox/
7182 F: include/linux/mailbox_client.h
7183 F: include/linux/mailbox_controller.h
7184
7185 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7186 M: Michael Kerrisk <mtk.manpages@gmail.com>
7187 W: http://www.kernel.org/doc/man-pages
7188 L: linux-man@vger.kernel.org
7189 S: Maintained
7190
7191 MARVELL ARMADA DRM SUPPORT
7192 M: Russell King <rmk+kernel@armlinux.org.uk>
7193 S: Maintained
7194 F: drivers/gpu/drm/armada/
7195 F: include/uapi/drm/armada_drm.h
7196 F: Documentation/devicetree/bindings/display/armada/
7197
7198 MARVELL 88E6352 DSA support
7199 M: Guenter Roeck <linux@roeck-us.net>
7200 S: Maintained
7201 F: drivers/net/dsa/mv88e6352.c
7202
7203 MARVELL CRYPTO DRIVER
7204 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7205 M: Arnaud Ebalard <arno@natisbad.org>
7206 F: drivers/crypto/marvell/
7207 S: Maintained
7208 L: linux-crypto@vger.kernel.org
7209
7210 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7211 M: Mirko Lindner <mlindner@marvell.com>
7212 M: Stephen Hemminger <stephen@networkplumber.org>
7213 L: netdev@vger.kernel.org
7214 S: Maintained
7215 F: drivers/net/ethernet/marvell/sk*
7216
7217 MARVELL LIBERTAS WIRELESS DRIVER
7218 L: libertas-dev@lists.infradead.org
7219 S: Orphan
7220 F: drivers/net/wireless/marvell/libertas/
7221
7222 MARVELL MV643XX ETHERNET DRIVER
7223 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7224 L: netdev@vger.kernel.org
7225 S: Maintained
7226 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7227 F: include/linux/mv643xx.h
7228
7229 MARVELL MVNETA ETHERNET DRIVER
7230 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7231 L: netdev@vger.kernel.org
7232 S: Maintained
7233 F: drivers/net/ethernet/marvell/mvneta.*
7234
7235 MARVELL MWIFIEX WIRELESS DRIVER
7236 M: Amitkumar Karwar <akarwar@marvell.com>
7237 M: Nishant Sarmukadam <nishants@marvell.com>
7238 L: linux-wireless@vger.kernel.org
7239 S: Maintained
7240 F: drivers/net/wireless/marvell/mwifiex/
7241
7242 MARVELL MWL8K WIRELESS DRIVER
7243 M: Lennert Buytenhek <buytenh@wantstofly.org>
7244 L: linux-wireless@vger.kernel.org
7245 S: Odd Fixes
7246 F: drivers/net/wireless/marvell/mwl8k.c
7247
7248 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7249 M: Nicolas Pitre <nico@fluxnic.net>
7250 S: Odd Fixes
7251 F: drivers/mmc/host/mvsdio.*
7252
7253 MATROX FRAMEBUFFER DRIVER
7254 L: linux-fbdev@vger.kernel.org
7255 S: Orphan
7256 F: drivers/video/fbdev/matrox/matroxfb_*
7257 F: include/uapi/linux/matroxfb.h
7258
7259 MAX16065 HARDWARE MONITOR DRIVER
7260 M: Guenter Roeck <linux@roeck-us.net>
7261 L: linux-hwmon@vger.kernel.org
7262 S: Maintained
7263 F: Documentation/hwmon/max16065
7264 F: drivers/hwmon/max16065.c
7265
7266 MAX20751 HARDWARE MONITOR DRIVER
7267 M: Guenter Roeck <linux@roeck-us.net>
7268 L: linux-hwmon@vger.kernel.org
7269 S: Maintained
7270 F: Documentation/hwmon/max20751
7271 F: drivers/hwmon/max20751.c
7272
7273 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7274 M: "Hans J. Koch" <hjk@hansjkoch.de>
7275 L: linux-hwmon@vger.kernel.org
7276 S: Maintained
7277 F: Documentation/hwmon/max6650
7278 F: drivers/hwmon/max6650.c
7279
7280 MAX6697 HARDWARE MONITOR DRIVER
7281 M: Guenter Roeck <linux@roeck-us.net>
7282 L: linux-hwmon@vger.kernel.org
7283 S: Maintained
7284 F: Documentation/hwmon/max6697
7285 F: Documentation/devicetree/bindings/i2c/max6697.txt
7286 F: drivers/hwmon/max6697.c
7287 F: include/linux/platform_data/max6697.h
7288
7289 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7290 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
7291 L: linux-pm@vger.kernel.org
7292 S: Supported
7293 F: drivers/power/max14577_charger.c
7294 F: drivers/power/max77693_charger.c
7295
7296 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7297 M: Javier Martinez Canillas <javier@osg.samsung.com>
7298 L: linux-kernel@vger.kernel.org
7299 S: Supported
7300 F: drivers/*/*max77802*.c
7301 F: Documentation/devicetree/bindings/*/*max77802.txt
7302 F: include/dt-bindings/*/*max77802.h
7303
7304 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7305 M: Chanwoo Choi <cw00.choi@samsung.com>
7306 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
7307 L: linux-kernel@vger.kernel.org
7308 S: Supported
7309 F: drivers/*/max14577*.c
7310 F: drivers/*/max77686*.c
7311 F: drivers/*/max77693*.c
7312 F: drivers/extcon/extcon-max14577.c
7313 F: drivers/extcon/extcon-max77693.c
7314 F: drivers/rtc/rtc-max77686.c
7315 F: drivers/clk/clk-max77686.c
7316 F: Documentation/devicetree/bindings/mfd/max14577.txt
7317 F: Documentation/devicetree/bindings/*/max77686.txt
7318 F: Documentation/devicetree/bindings/mfd/max77693.txt
7319 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7320 F: include/linux/mfd/max14577*.h
7321 F: include/linux/mfd/max77686*.h
7322 F: include/linux/mfd/max77693*.h
7323
7324 MAXIRADIO FM RADIO RECEIVER DRIVER
7325 M: Hans Verkuil <hverkuil@xs4all.nl>
7326 L: linux-media@vger.kernel.org
7327 T: git git://linuxtv.org/media_tree.git
7328 W: https://linuxtv.org
7329 S: Maintained
7330 F: drivers/media/radio/radio-maxiradio*
7331
7332 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7333 M: Peter Rosin <peda@axentia.se>
7334 L: linux-iio@vger.kernel.org
7335 S: Maintained
7336 F: drivers/iio/potentiometer/mcp4531.c
7337
7338 MEDIA DRIVERS FOR RENESAS - VSP1
7339 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7340 L: linux-media@vger.kernel.org
7341 L: linux-renesas-soc@vger.kernel.org
7342 T: git git://linuxtv.org/media_tree.git
7343 S: Supported
7344 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7345 F: drivers/media/platform/vsp1/
7346
7347 MEDIA DRIVERS FOR HELENE
7348 M: Abylay Ospan <aospan@netup.ru>
7349 L: linux-media@vger.kernel.org
7350 W: https://linuxtv.org
7351 W: http://netup.tv/
7352 T: git git://linuxtv.org/media_tree.git
7353 S: Supported
7354 F: drivers/media/dvb-frontends/helene*
7355
7356 MEDIA DRIVERS FOR ASCOT2E
7357 M: Sergey Kozlov <serjk@netup.ru>
7358 M: Abylay Ospan <aospan@netup.ru>
7359 L: linux-media@vger.kernel.org
7360 W: https://linuxtv.org
7361 W: http://netup.tv/
7362 T: git git://linuxtv.org/media_tree.git
7363 S: Supported
7364 F: drivers/media/dvb-frontends/ascot2e*
7365
7366 MEDIA DRIVERS FOR CXD2841ER
7367 M: Sergey Kozlov <serjk@netup.ru>
7368 M: Abylay Ospan <aospan@netup.ru>
7369 L: linux-media@vger.kernel.org
7370 W: https://linuxtv.org
7371 W: http://netup.tv/
7372 T: git git://linuxtv.org/media_tree.git
7373 S: Supported
7374 F: drivers/media/dvb-frontends/cxd2841er*
7375
7376 MEDIA DRIVERS FOR HORUS3A
7377 M: Sergey Kozlov <serjk@netup.ru>
7378 M: Abylay Ospan <aospan@netup.ru>
7379 L: linux-media@vger.kernel.org
7380 W: https://linuxtv.org
7381 W: http://netup.tv/
7382 T: git git://linuxtv.org/media_tree.git
7383 S: Supported
7384 F: drivers/media/dvb-frontends/horus3a*
7385
7386 MEDIA DRIVERS FOR LNBH25
7387 M: Sergey Kozlov <serjk@netup.ru>
7388 M: Abylay Ospan <aospan@netup.ru>
7389 L: linux-media@vger.kernel.org
7390 W: https://linuxtv.org
7391 W: http://netup.tv/
7392 T: git git://linuxtv.org/media_tree.git
7393 S: Supported
7394 F: drivers/media/dvb-frontends/lnbh25*
7395
7396 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7397 M: Sergey Kozlov <serjk@netup.ru>
7398 M: Abylay Ospan <aospan@netup.ru>
7399 L: linux-media@vger.kernel.org
7400 W: https://linuxtv.org
7401 W: http://netup.tv/
7402 T: git git://linuxtv.org/media_tree.git
7403 S: Supported
7404 F: drivers/media/pci/netup_unidvb/*
7405
7406 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7407 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7408 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7409 P: LinuxTV.org Project
7410 L: linux-media@vger.kernel.org
7411 W: https://linuxtv.org
7412 Q: http://patchwork.kernel.org/project/linux-media/list/
7413 T: git git://linuxtv.org/media_tree.git
7414 S: Maintained
7415 F: Documentation/dvb/
7416 F: Documentation/video4linux/
7417 F: Documentation/DocBook/media/
7418 F: drivers/media/
7419 F: drivers/staging/media/
7420 F: include/linux/platform_data/media/
7421 F: include/media/
7422 F: include/uapi/linux/dvb/
7423 F: include/uapi/linux/videodev2.h
7424 F: include/uapi/linux/media.h
7425 F: include/uapi/linux/v4l2-*
7426 F: include/uapi/linux/meye.h
7427 F: include/uapi/linux/ivtv*
7428 F: include/uapi/linux/uvcvideo.h
7429
7430 MEDIATEK ETHERNET DRIVER
7431 M: Felix Fietkau <nbd@openwrt.org>
7432 M: John Crispin <blogic@openwrt.org>
7433 L: netdev@vger.kernel.org
7434 S: Maintained
7435 F: drivers/net/ethernet/mediatek/
7436
7437 MEDIATEK MT7601U WIRELESS LAN DRIVER
7438 M: Jakub Kicinski <kubakici@wp.pl>
7439 L: linux-wireless@vger.kernel.org
7440 S: Maintained
7441 F: drivers/net/wireless/mediatek/mt7601u/
7442
7443 MEGARAID SCSI/SAS DRIVERS
7444 M: Kashyap Desai <kashyap.desai@avagotech.com>
7445 M: Sumit Saxena <sumit.saxena@avagotech.com>
7446 M: Uday Lingala <uday.lingala@avagotech.com>
7447 L: megaraidlinux.pdl@avagotech.com
7448 L: linux-scsi@vger.kernel.org
7449 W: http://www.lsi.com
7450 S: Maintained
7451 F: Documentation/scsi/megaraid.txt
7452 F: drivers/scsi/megaraid.*
7453 F: drivers/scsi/megaraid/
7454
7455 MELLANOX ETHERNET DRIVER (mlx4_en)
7456 M: Eugenia Emantayev <eugenia@mellanox.com>
7457 L: netdev@vger.kernel.org
7458 S: Supported
7459 W: http://www.mellanox.com
7460 Q: http://patchwork.ozlabs.org/project/netdev/list/
7461 F: drivers/net/ethernet/mellanox/mlx4/en_*
7462
7463 MELLANOX ETHERNET DRIVER (mlx5e)
7464 M: Saeed Mahameed <saeedm@mellanox.com>
7465 L: netdev@vger.kernel.org
7466 S: Supported
7467 W: http://www.mellanox.com
7468 Q: http://patchwork.ozlabs.org/project/netdev/list/
7469 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7470
7471 MELLANOX ETHERNET SWITCH DRIVERS
7472 M: Jiri Pirko <jiri@mellanox.com>
7473 M: Ido Schimmel <idosch@mellanox.com>
7474 L: netdev@vger.kernel.org
7475 S: Supported
7476 W: http://www.mellanox.com
7477 Q: http://patchwork.ozlabs.org/project/netdev/list/
7478 F: drivers/net/ethernet/mellanox/mlxsw/
7479
7480 MEMBARRIER SUPPORT
7481 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7482 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7483 L: linux-kernel@vger.kernel.org
7484 S: Supported
7485 F: kernel/membarrier.c
7486 F: include/uapi/linux/membarrier.h
7487
7488 MEMORY MANAGEMENT
7489 L: linux-mm@kvack.org
7490 W: http://www.linux-mm.org
7491 S: Maintained
7492 F: include/linux/mm.h
7493 F: include/linux/gfp.h
7494 F: include/linux/mmzone.h
7495 F: include/linux/memory_hotplug.h
7496 F: include/linux/vmalloc.h
7497 F: mm/
7498
7499 MEMORY TECHNOLOGY DEVICES (MTD)
7500 M: David Woodhouse <dwmw2@infradead.org>
7501 M: Brian Norris <computersforpeace@gmail.com>
7502 L: linux-mtd@lists.infradead.org
7503 W: http://www.linux-mtd.infradead.org/
7504 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7505 T: git git://git.infradead.org/linux-mtd.git
7506 T: git git://git.infradead.org/l2-mtd.git
7507 S: Maintained
7508 F: drivers/mtd/
7509 F: include/linux/mtd/
7510 F: include/uapi/mtd/
7511
7512 MEN A21 WATCHDOG DRIVER
7513 M: Johannes Thumshirn <morbidrsa@gmail.com>
7514 L: linux-watchdog@vger.kernel.org
7515 S: Maintained
7516 F: drivers/watchdog/mena21_wdt.c
7517
7518 MEN CHAMELEON BUS (mcb)
7519 M: Johannes Thumshirn <morbidrsa@gmail.com>
7520 S: Maintained
7521 F: drivers/mcb/
7522 F: include/linux/mcb.h
7523 F: Documentation/men-chameleon-bus.txt
7524
7525 MEN F21BMC (Board Management Controller)
7526 M: Andreas Werner <andreas.werner@men.de>
7527 S: Supported
7528 F: drivers/mfd/menf21bmc.c
7529 F: drivers/watchdog/menf21bmc_wdt.c
7530 F: drivers/leds/leds-menf21bmc.c
7531 F: drivers/hwmon/menf21bmc_hwmon.c
7532 F: Documentation/hwmon/menf21bmc
7533
7534 METAG ARCHITECTURE
7535 M: James Hogan <james.hogan@imgtec.com>
7536 L: linux-metag@vger.kernel.org
7537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7538 S: Odd Fixes
7539 F: arch/metag/
7540 F: Documentation/metag/
7541 F: Documentation/devicetree/bindings/metag/
7542 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7543 F: drivers/clocksource/metag_generic.c
7544 F: drivers/irqchip/irq-metag.c
7545 F: drivers/irqchip/irq-metag-ext.c
7546 F: drivers/tty/metag_da.c
7547
7548 MICROBLAZE ARCHITECTURE
7549 M: Michal Simek <monstr@monstr.eu>
7550 W: http://www.monstr.eu/fdt/
7551 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7552 S: Supported
7553 F: arch/microblaze/
7554
7555 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7556 M: Chen Yu <yu.c.chen@intel.com>
7557 L: platform-driver-x86@vger.kernel.org
7558 S: Supported
7559 F: drivers/platform/x86/surfacepro3_button.c
7560
7561 MICROTEK X6 SCANNER
7562 M: Oliver Neukum <oliver@neukum.org>
7563 S: Maintained
7564 F: drivers/usb/image/microtek.*
7565
7566 MIPS
7567 M: Ralf Baechle <ralf@linux-mips.org>
7568 L: linux-mips@linux-mips.org
7569 W: http://www.linux-mips.org/
7570 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7571 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7572 S: Supported
7573 F: Documentation/devicetree/bindings/mips/
7574 F: Documentation/mips/
7575 F: arch/mips/
7576
7577 MIPS/LOONGSON1 ARCHITECTURE
7578 M: Keguang Zhang <keguang.zhang@gmail.com>
7579 L: linux-mips@linux-mips.org
7580 S: Maintained
7581 F: arch/mips/loongson32/
7582 F: arch/mips/include/asm/mach-loongson32/
7583 F: drivers/*/*loongson1*
7584 F: drivers/*/*/*loongson1*
7585
7586 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7587 M: Hans Verkuil <hverkuil@xs4all.nl>
7588 L: linux-media@vger.kernel.org
7589 T: git git://linuxtv.org/media_tree.git
7590 W: https://linuxtv.org
7591 S: Odd Fixes
7592 F: drivers/media/radio/radio-miropcm20*
7593
7594 MELLANOX MLX4 core VPI driver
7595 M: Yishai Hadas <yishaih@mellanox.com>
7596 L: netdev@vger.kernel.org
7597 L: linux-rdma@vger.kernel.org
7598 W: http://www.mellanox.com
7599 Q: http://patchwork.ozlabs.org/project/netdev/list/
7600 S: Supported
7601 F: drivers/net/ethernet/mellanox/mlx4/
7602 F: include/linux/mlx4/
7603
7604 MELLANOX MLX4 IB driver
7605 M: Yishai Hadas <yishaih@mellanox.com>
7606 L: linux-rdma@vger.kernel.org
7607 W: http://www.mellanox.com
7608 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7609 S: Supported
7610 F: drivers/infiniband/hw/mlx4/
7611 F: include/linux/mlx4/
7612
7613 MELLANOX MLX5 core VPI driver
7614 M: Matan Barak <matanb@mellanox.com>
7615 M: Leon Romanovsky <leonro@mellanox.com>
7616 L: netdev@vger.kernel.org
7617 L: linux-rdma@vger.kernel.org
7618 W: http://www.mellanox.com
7619 Q: http://patchwork.ozlabs.org/project/netdev/list/
7620 S: Supported
7621 F: drivers/net/ethernet/mellanox/mlx5/core/
7622 F: include/linux/mlx5/
7623
7624 MELLANOX MLX5 IB driver
7625 M: Matan Barak <matanb@mellanox.com>
7626 M: Leon Romanovsky <leonro@mellanox.com>
7627 L: linux-rdma@vger.kernel.org
7628 W: http://www.mellanox.com
7629 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7630 S: Supported
7631 F: drivers/infiniband/hw/mlx5/
7632 F: include/linux/mlx5/
7633
7634 MELEXIS MLX90614 DRIVER
7635 M: Crt Mori <cmo@melexis.com>
7636 L: linux-iio@vger.kernel.org
7637 W: http://www.melexis.com
7638 S: Supported
7639 F: drivers/iio/temperature/mlx90614.c
7640
7641 MN88472 MEDIA DRIVER
7642 M: Antti Palosaari <crope@iki.fi>
7643 L: linux-media@vger.kernel.org
7644 W: https://linuxtv.org
7645 W: http://palosaari.fi/linux/
7646 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7647 S: Maintained
7648 F: drivers/media/dvb-frontends/mn88472*
7649
7650 MN88473 MEDIA DRIVER
7651 M: Antti Palosaari <crope@iki.fi>
7652 L: linux-media@vger.kernel.org
7653 W: https://linuxtv.org
7654 W: http://palosaari.fi/linux/
7655 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7656 S: Maintained
7657 F: drivers/media/dvb-frontends/mn88473*
7658
7659 MODULE SUPPORT
7660 M: Rusty Russell <rusty@rustcorp.com.au>
7661 S: Maintained
7662 F: include/linux/module.h
7663 F: kernel/module.c
7664
7665 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7666 W: http://popies.net/meye/
7667 S: Orphan
7668 F: Documentation/video4linux/meye.txt
7669 F: drivers/media/pci/meye/
7670 F: include/uapi/linux/meye.h
7671
7672 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7673 M: Jiri Slaby <jirislaby@gmail.com>
7674 S: Maintained
7675 F: Documentation/serial/moxa-smartio
7676 F: drivers/tty/mxser.*
7677
7678 MR800 AVERMEDIA USB FM RADIO DRIVER
7679 M: Alexey Klimov <klimov.linux@gmail.com>
7680 L: linux-media@vger.kernel.org
7681 T: git git://linuxtv.org/media_tree.git
7682 S: Maintained
7683 F: drivers/media/radio/radio-mr800.c
7684
7685 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7686 M: Alan Ott <alan@signal11.us>
7687 L: linux-wpan@vger.kernel.org
7688 S: Maintained
7689 F: drivers/net/ieee802154/mrf24j40.c
7690 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7691
7692 MSI LAPTOP SUPPORT
7693 M: "Lee, Chun-Yi" <jlee@suse.com>
7694 L: platform-driver-x86@vger.kernel.org
7695 S: Maintained
7696 F: drivers/platform/x86/msi-laptop.c
7697
7698 MSI WMI SUPPORT
7699 L: platform-driver-x86@vger.kernel.org
7700 S: Orphan
7701 F: drivers/platform/x86/msi-wmi.c
7702
7703 MSI001 MEDIA DRIVER
7704 M: Antti Palosaari <crope@iki.fi>
7705 L: linux-media@vger.kernel.org
7706 W: https://linuxtv.org
7707 W: http://palosaari.fi/linux/
7708 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7709 T: git git://linuxtv.org/anttip/media_tree.git
7710 S: Maintained
7711 F: drivers/media/tuners/msi001*
7712
7713 MSI2500 MEDIA DRIVER
7714 M: Antti Palosaari <crope@iki.fi>
7715 L: linux-media@vger.kernel.org
7716 W: https://linuxtv.org
7717 W: http://palosaari.fi/linux/
7718 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7719 T: git git://linuxtv.org/anttip/media_tree.git
7720 S: Maintained
7721 F: drivers/media/usb/msi2500/
7722
7723 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7724 M: Robert Jarzmik <robert.jarzmik@free.fr>
7725 L: linux-mtd@lists.infradead.org
7726 S: Maintained
7727 F: drivers/mtd/devices/docg3*
7728
7729 MT9M032 APTINA SENSOR DRIVER
7730 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7731 L: linux-media@vger.kernel.org
7732 T: git git://linuxtv.org/media_tree.git
7733 S: Maintained
7734 F: drivers/media/i2c/mt9m032.c
7735 F: include/media/i2c/mt9m032.h
7736
7737 MT9P031 APTINA CAMERA SENSOR
7738 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7739 L: linux-media@vger.kernel.org
7740 T: git git://linuxtv.org/media_tree.git
7741 S: Maintained
7742 F: drivers/media/i2c/mt9p031.c
7743 F: include/media/i2c/mt9p031.h
7744
7745 MT9T001 APTINA CAMERA SENSOR
7746 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7747 L: linux-media@vger.kernel.org
7748 T: git git://linuxtv.org/media_tree.git
7749 S: Maintained
7750 F: drivers/media/i2c/mt9t001.c
7751 F: include/media/i2c/mt9t001.h
7752
7753 MT9V032 APTINA CAMERA SENSOR
7754 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7755 L: linux-media@vger.kernel.org
7756 T: git git://linuxtv.org/media_tree.git
7757 S: Maintained
7758 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7759 F: drivers/media/i2c/mt9v032.c
7760 F: include/media/i2c/mt9v032.h
7761
7762 MULTIFUNCTION DEVICES (MFD)
7763 M: Lee Jones <lee.jones@linaro.org>
7764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7765 S: Supported
7766 F: drivers/mfd/
7767 F: include/linux/mfd/
7768
7769 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7770 M: Ulf Hansson <ulf.hansson@linaro.org>
7771 L: linux-mmc@vger.kernel.org
7772 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7773 S: Maintained
7774 F: drivers/mmc/
7775 F: include/linux/mmc/
7776 F: include/uapi/linux/mmc/
7777
7778 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7779 S: Orphan
7780 F: drivers/mmc/host/mmc_spi.c
7781 F: include/linux/spi/mmc_spi.h
7782
7783 MULTISOUND SOUND DRIVER
7784 M: Andrew Veliath <andrewtv@usa.net>
7785 S: Maintained
7786 F: Documentation/sound/oss/MultiSound
7787 F: sound/oss/msnd*
7788
7789 MULTITECH MULTIPORT CARD (ISICOM)
7790 S: Orphan
7791 F: drivers/tty/isicom.c
7792 F: include/linux/isicom.h
7793
7794 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7795 M: Bin Liu <b-liu@ti.com>
7796 L: linux-usb@vger.kernel.org
7797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7798 S: Maintained
7799 F: drivers/usb/musb/
7800
7801 MXL5007T MEDIA DRIVER
7802 M: Michael Krufky <mkrufky@linuxtv.org>
7803 L: linux-media@vger.kernel.org
7804 W: https://linuxtv.org
7805 W: http://github.com/mkrufky
7806 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7807 T: git git://linuxtv.org/mkrufky/tuners.git
7808 S: Maintained
7809 F: drivers/media/tuners/mxl5007t.*
7810
7811 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7812 M: Hyong-Youb Kim <hykim@myri.com>
7813 L: netdev@vger.kernel.org
7814 W: https://www.myricom.com/support/downloads/myri10ge.html
7815 S: Supported
7816 F: drivers/net/ethernet/myricom/myri10ge/
7817
7818 NAND FLASH SUBSYSTEM
7819 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7820 R: Richard Weinberger <richard@nod.at>
7821 L: linux-mtd@lists.infradead.org
7822 W: http://www.linux-mtd.infradead.org/
7823 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7824 T: git git://github.com/linux-nand/linux.git
7825 S: Maintained
7826 F: drivers/mtd/nand/
7827 F: include/linux/mtd/nand*.h
7828
7829 NATSEMI ETHERNET DRIVER (DP8381x)
7830 S: Orphan
7831 F: drivers/net/ethernet/natsemi/natsemi.c
7832
7833 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7834 M: Daniel Mack <zonque@gmail.com>
7835 S: Maintained
7836 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7837 W: http://www.native-instruments.com
7838 F: sound/usb/caiaq/
7839
7840 NCP FILESYSTEM
7841 M: Petr Vandrovec <petr@vandrovec.name>
7842 S: Odd Fixes
7843 F: fs/ncpfs/
7844
7845 NCR 5380 SCSI DRIVERS
7846 M: Finn Thain <fthain@telegraphics.com.au>
7847 M: Michael Schmitz <schmitzmic@gmail.com>
7848 L: linux-scsi@vger.kernel.org
7849 S: Maintained
7850 F: Documentation/scsi/g_NCR5380.txt
7851 F: Documentation/scsi/dtc3x80.txt
7852 F: drivers/scsi/NCR5380.*
7853 F: drivers/scsi/arm/cumana_1.c
7854 F: drivers/scsi/arm/oak.c
7855 F: drivers/scsi/atari_scsi.*
7856 F: drivers/scsi/dmx3191d.c
7857 F: drivers/scsi/dtc.*
7858 F: drivers/scsi/g_NCR5380.*
7859 F: drivers/scsi/g_NCR5380_mmio.c
7860 F: drivers/scsi/mac_scsi.*
7861 F: drivers/scsi/pas16.*
7862 F: drivers/scsi/sun3_scsi.*
7863 F: drivers/scsi/sun3_scsi_vme.c
7864 F: drivers/scsi/t128.*
7865
7866 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7867 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7868 L: linux-scsi@vger.kernel.org
7869 S: Maintained
7870 F: drivers/scsi/NCR_D700.*
7871
7872 NCT6775 HARDWARE MONITOR DRIVER
7873 M: Guenter Roeck <linux@roeck-us.net>
7874 L: linux-hwmon@vger.kernel.org
7875 S: Maintained
7876 F: Documentation/hwmon/nct6775
7877 F: drivers/hwmon/nct6775.c
7878
7879 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7880 M: Faisal Latif <faisal.latif@intel.com>
7881 L: linux-rdma@vger.kernel.org
7882 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7883 S: Supported
7884 F: drivers/infiniband/hw/nes/
7885
7886 NETEM NETWORK EMULATOR
7887 M: Stephen Hemminger <stephen@networkplumber.org>
7888 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
7889 S: Maintained
7890 F: net/sched/sch_netem.c
7891
7892 NETERION 10GbE DRIVERS (s2io/vxge)
7893 M: Jon Mason <jdmason@kudzu.us>
7894 L: netdev@vger.kernel.org
7895 S: Supported
7896 F: Documentation/networking/s2io.txt
7897 F: Documentation/networking/vxge.txt
7898 F: drivers/net/ethernet/neterion/
7899
7900 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7901 M: Pablo Neira Ayuso <pablo@netfilter.org>
7902 M: Patrick McHardy <kaber@trash.net>
7903 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7904 L: netfilter-devel@vger.kernel.org
7905 L: coreteam@netfilter.org
7906 W: http://www.netfilter.org/
7907 W: http://www.iptables.org/
7908 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7909 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7911 S: Supported
7912 F: include/linux/netfilter*
7913 F: include/linux/netfilter/
7914 F: include/net/netfilter/
7915 F: include/uapi/linux/netfilter*
7916 F: include/uapi/linux/netfilter/
7917 F: net/*/netfilter.c
7918 F: net/*/netfilter/
7919 F: net/netfilter/
7920 F: net/bridge/br_netfilter*.c
7921
7922 NETLABEL
7923 M: Paul Moore <paul@paul-moore.com>
7924 W: http://netlabel.sf.net
7925 L: netdev@vger.kernel.org
7926 S: Maintained
7927 F: Documentation/netlabel/
7928 F: include/net/netlabel.h
7929 F: net/netlabel/
7930
7931 NETROM NETWORK LAYER
7932 M: Ralf Baechle <ralf@linux-mips.org>
7933 L: linux-hams@vger.kernel.org
7934 W: http://www.linux-ax25.org/
7935 S: Maintained
7936 F: include/net/netrom.h
7937 F: include/uapi/linux/netrom.h
7938 F: net/netrom/
7939
7940 NETRONOME ETHERNET DRIVERS
7941 M: Jakub Kicinski <jakub.kicinski@netronome.com>
7942 L: oss-drivers@netronome.com
7943 S: Maintained
7944 F: drivers/net/ethernet/netronome/
7945
7946 NETWORK BLOCK DEVICE (NBD)
7947 M: Markus Pargmann <mpa@pengutronix.de>
7948 S: Maintained
7949 L: nbd-general@lists.sourceforge.net
7950 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7951 F: Documentation/blockdev/nbd.txt
7952 F: drivers/block/nbd.c
7953 F: include/uapi/linux/nbd.h
7954
7955 NETWORK DROP MONITOR
7956 M: Neil Horman <nhorman@tuxdriver.com>
7957 L: netdev@vger.kernel.org
7958 S: Maintained
7959 W: https://fedorahosted.org/dropwatch/
7960 F: net/core/drop_monitor.c
7961
7962 NETWORKING [GENERAL]
7963 M: "David S. Miller" <davem@davemloft.net>
7964 L: netdev@vger.kernel.org
7965 W: http://www.linuxfoundation.org/en/Net
7966 Q: http://patchwork.ozlabs.org/project/netdev/list/
7967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7969 S: Maintained
7970 F: net/
7971 F: include/net/
7972 F: include/linux/in.h
7973 F: include/linux/net.h
7974 F: include/linux/netdevice.h
7975 F: include/uapi/linux/in.h
7976 F: include/uapi/linux/net.h
7977 F: include/uapi/linux/netdevice.h
7978 F: include/uapi/linux/net_namespace.h
7979 F: tools/net/
7980 F: tools/testing/selftests/net/
7981 F: lib/random32.c
7982 F: lib/test_bpf.c
7983
7984 NETWORKING [IPv4/IPv6]
7985 M: "David S. Miller" <davem@davemloft.net>
7986 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7987 M: James Morris <jmorris@namei.org>
7988 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7989 M: Patrick McHardy <kaber@trash.net>
7990 L: netdev@vger.kernel.org
7991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7992 S: Maintained
7993 F: net/ipv4/
7994 F: net/ipv6/
7995 F: include/net/ip*
7996 F: arch/x86/net/*
7997
7998 NETWORKING [IPSEC]
7999 M: Steffen Klassert <steffen.klassert@secunet.com>
8000 M: Herbert Xu <herbert@gondor.apana.org.au>
8001 M: "David S. Miller" <davem@davemloft.net>
8002 L: netdev@vger.kernel.org
8003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8004 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8005 S: Maintained
8006 F: net/core/flow.c
8007 F: net/xfrm/
8008 F: net/key/
8009 F: net/ipv4/xfrm*
8010 F: net/ipv4/esp4.c
8011 F: net/ipv4/ah4.c
8012 F: net/ipv4/ipcomp.c
8013 F: net/ipv4/ip_vti.c
8014 F: net/ipv6/xfrm*
8015 F: net/ipv6/esp6.c
8016 F: net/ipv6/ah6.c
8017 F: net/ipv6/ipcomp6.c
8018 F: net/ipv6/ip6_vti.c
8019 F: include/uapi/linux/xfrm.h
8020 F: include/net/xfrm.h
8021
8022 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8023 M: Paul Moore <paul@paul-moore.com>
8024 L: netdev@vger.kernel.org
8025 S: Maintained
8026
8027 NETWORKING [WIRELESS]
8028 L: linux-wireless@vger.kernel.org
8029 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8030
8031 NETWORKING DRIVERS
8032 L: netdev@vger.kernel.org
8033 W: http://www.linuxfoundation.org/en/Net
8034 Q: http://patchwork.ozlabs.org/project/netdev/list/
8035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8037 S: Odd Fixes
8038 F: drivers/net/
8039 F: include/linux/if_*
8040 F: include/linux/netdevice.h
8041 F: include/linux/etherdevice.h
8042 F: include/linux/fcdevice.h
8043 F: include/linux/fddidevice.h
8044 F: include/linux/hippidevice.h
8045 F: include/linux/inetdevice.h
8046 F: include/uapi/linux/if_*
8047 F: include/uapi/linux/netdevice.h
8048
8049 NETWORKING DRIVERS (WIRELESS)
8050 M: Kalle Valo <kvalo@codeaurora.org>
8051 L: linux-wireless@vger.kernel.org
8052 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8055 S: Maintained
8056 F: drivers/net/wireless/
8057
8058 NETXEN (1/10) GbE SUPPORT
8059 M: Manish Chopra <manish.chopra@qlogic.com>
8060 M: Sony Chacko <sony.chacko@qlogic.com>
8061 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8062 L: netdev@vger.kernel.org
8063 W: http://www.qlogic.com
8064 S: Supported
8065 F: drivers/net/ethernet/qlogic/netxen/
8066
8067 NFC SUBSYSTEM
8068 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8069 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8070 M: Samuel Ortiz <sameo@linux.intel.com>
8071 L: linux-wireless@vger.kernel.org
8072 L: linux-nfc@lists.01.org (subscribers-only)
8073 S: Supported
8074 F: net/nfc/
8075 F: include/net/nfc/
8076 F: include/uapi/linux/nfc.h
8077 F: drivers/nfc/
8078 F: include/linux/platform_data/nfcmrvl.h
8079 F: include/linux/platform_data/nxp-nci.h
8080 F: include/linux/platform_data/pn544.h
8081 F: include/linux/platform_data/st21nfca.h
8082 F: include/linux/platform_data/st-nci.h
8083 F: Documentation/devicetree/bindings/net/nfc/
8084
8085 NFS, SUNRPC, AND LOCKD CLIENTS
8086 M: Trond Myklebust <trond.myklebust@primarydata.com>
8087 M: Anna Schumaker <anna.schumaker@netapp.com>
8088 L: linux-nfs@vger.kernel.org
8089 W: http://client.linux-nfs.org
8090 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8091 S: Maintained
8092 F: fs/lockd/
8093 F: fs/nfs/
8094 F: fs/nfs_common/
8095 F: net/sunrpc/
8096 F: include/linux/lockd/
8097 F: include/linux/nfs*
8098 F: include/linux/sunrpc/
8099 F: include/uapi/linux/nfs*
8100 F: include/uapi/linux/sunrpc/
8101
8102 NILFS2 FILESYSTEM
8103 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8104 L: linux-nilfs@vger.kernel.org
8105 W: http://nilfs.sourceforge.net/
8106 W: http://nilfs.osdn.jp/
8107 T: git git://github.com/konis/nilfs2.git
8108 S: Supported
8109 F: Documentation/filesystems/nilfs2.txt
8110 F: fs/nilfs2/
8111 F: include/linux/nilfs2_fs.h
8112 F: include/trace/events/nilfs2.h
8113
8114 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8115 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8116 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8117 S: Maintained
8118 F: Documentation/scsi/NinjaSCSI.txt
8119 F: drivers/scsi/pcmcia/nsp_*
8120
8121 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8122 M: GOTO Masanori <gotom@debian.or.jp>
8123 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8124 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8125 S: Maintained
8126 F: Documentation/scsi/NinjaSCSI.txt
8127 F: drivers/scsi/nsp32*
8128
8129 NIOS2 ARCHITECTURE
8130 M: Ley Foon Tan <lftan@altera.com>
8131 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8132 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8133 S: Maintained
8134 F: arch/nios2/
8135
8136 NOKIA N900 POWER SUPPLY DRIVERS
8137 R: Pali Rohár <pali.rohar@gmail.com>
8138 F: include/linux/power/bq2415x_charger.h
8139 F: include/linux/power/bq27xxx_battery.h
8140 F: include/linux/power/isp1704_charger.h
8141 F: drivers/power/bq2415x_charger.c
8142 F: drivers/power/bq27xxx_battery.c
8143 F: drivers/power/bq27xxx_battery_i2c.c
8144 F: drivers/power/isp1704_charger.c
8145 F: drivers/power/rx51_battery.c
8146
8147 NTB DRIVER CORE
8148 M: Jon Mason <jdmason@kudzu.us>
8149 M: Dave Jiang <dave.jiang@intel.com>
8150 M: Allen Hubbe <Allen.Hubbe@emc.com>
8151 L: linux-ntb@googlegroups.com
8152 S: Supported
8153 W: https://github.com/jonmason/ntb/wiki
8154 T: git git://github.com/jonmason/ntb.git
8155 F: drivers/ntb/
8156 F: drivers/net/ntb_netdev.c
8157 F: include/linux/ntb.h
8158 F: include/linux/ntb_transport.h
8159
8160 NTB INTEL DRIVER
8161 M: Jon Mason <jdmason@kudzu.us>
8162 M: Dave Jiang <dave.jiang@intel.com>
8163 L: linux-ntb@googlegroups.com
8164 S: Supported
8165 W: https://github.com/jonmason/ntb/wiki
8166 T: git git://github.com/jonmason/ntb.git
8167 F: drivers/ntb/hw/intel/
8168
8169 NTB AMD DRIVER
8170 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8171 L: linux-ntb@googlegroups.com
8172 S: Supported
8173 F: drivers/ntb/hw/amd/
8174
8175 NTFS FILESYSTEM
8176 M: Anton Altaparmakov <anton@tuxera.com>
8177 L: linux-ntfs-dev@lists.sourceforge.net
8178 W: http://www.tuxera.com/
8179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8180 S: Supported
8181 F: Documentation/filesystems/ntfs.txt
8182 F: fs/ntfs/
8183
8184 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8185 M: Antonino Daplas <adaplas@gmail.com>
8186 L: linux-fbdev@vger.kernel.org
8187 S: Maintained
8188 F: drivers/video/fbdev/riva/
8189 F: drivers/video/fbdev/nvidia/
8190
8191 NVM EXPRESS DRIVER
8192 M: Keith Busch <keith.busch@intel.com>
8193 M: Jens Axboe <axboe@fb.com>
8194 L: linux-nvme@lists.infradead.org
8195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8196 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8197 S: Supported
8198 F: drivers/nvme/host/
8199 F: include/linux/nvme.h
8200
8201 NVMEM FRAMEWORK
8202 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8203 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8204 S: Maintained
8205 F: drivers/nvmem/
8206 F: Documentation/devicetree/bindings/nvmem/
8207 F: include/linux/nvmem-consumer.h
8208 F: include/linux/nvmem-provider.h
8209
8210 NXP-NCI NFC DRIVER
8211 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8212 R: Charles Gorand <charles.gorand@effinnov.com>
8213 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8214 S: Supported
8215 F: drivers/nfc/nxp-nci
8216
8217 NXP TDA998X DRM DRIVER
8218 M: Russell King <rmk+kernel@armlinux.org.uk>
8219 S: Supported
8220 F: drivers/gpu/drm/i2c/tda998x_drv.c
8221 F: include/drm/i2c/tda998x.h
8222
8223 NXP TFA9879 DRIVER
8224 M: Peter Rosin <peda@axentia.se>
8225 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8226 S: Maintained
8227 F: sound/soc/codecs/tfa9879*
8228
8229 OBJTOOL
8230 M: Josh Poimboeuf <jpoimboe@redhat.com>
8231 S: Supported
8232 F: tools/objtool/
8233
8234 OMAP SUPPORT
8235 M: Tony Lindgren <tony@atomide.com>
8236 L: linux-omap@vger.kernel.org
8237 W: http://www.muru.com/linux/omap/
8238 W: http://linux.omap.com/
8239 Q: http://patchwork.kernel.org/project/linux-omap/list/
8240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8241 S: Maintained
8242 F: arch/arm/*omap*/
8243 F: arch/arm/configs/omap1_defconfig
8244 F: arch/arm/configs/omap2plus_defconfig
8245 F: drivers/i2c/busses/i2c-omap.c
8246 F: drivers/irqchip/irq-omap-intc.c
8247 F: drivers/mfd/*omap*.c
8248 F: drivers/mfd/menelaus.c
8249 F: drivers/mfd/palmas.c
8250 F: drivers/mfd/tps65217.c
8251 F: drivers/mfd/tps65218.c
8252 F: drivers/mfd/tps65910.c
8253 F: drivers/mfd/twl-core.[ch]
8254 F: drivers/mfd/twl4030*.c
8255 F: drivers/mfd/twl6030*.c
8256 F: drivers/mfd/twl6040*.c
8257 F: drivers/regulator/palmas-regulator*.c
8258 F: drivers/regulator/pbias-regulator.c
8259 F: drivers/regulator/tps65217-regulator.c
8260 F: drivers/regulator/tps65218-regulator.c
8261 F: drivers/regulator/tps65910-regulator.c
8262 F: drivers/regulator/twl-regulator.c
8263 F: include/linux/i2c-omap.h
8264
8265 OMAP DEVICE TREE SUPPORT
8266 M: Benoît Cousson <bcousson@baylibre.com>
8267 M: Tony Lindgren <tony@atomide.com>
8268 L: linux-omap@vger.kernel.org
8269 L: devicetree@vger.kernel.org
8270 S: Maintained
8271 F: arch/arm/boot/dts/*omap*
8272 F: arch/arm/boot/dts/*am3*
8273 F: arch/arm/boot/dts/*am4*
8274 F: arch/arm/boot/dts/*am5*
8275 F: arch/arm/boot/dts/*dra7*
8276
8277 OMAP CLOCK FRAMEWORK SUPPORT
8278 M: Paul Walmsley <paul@pwsan.com>
8279 L: linux-omap@vger.kernel.org
8280 S: Maintained
8281 F: arch/arm/*omap*/*clock*
8282
8283 OMAP POWER MANAGEMENT SUPPORT
8284 M: Kevin Hilman <khilman@kernel.org>
8285 L: linux-omap@vger.kernel.org
8286 S: Maintained
8287 F: arch/arm/*omap*/*pm*
8288 F: drivers/cpufreq/omap-cpufreq.c
8289
8290 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8291 M: Rajendra Nayak <rnayak@codeaurora.org>
8292 M: Paul Walmsley <paul@pwsan.com>
8293 L: linux-omap@vger.kernel.org
8294 S: Maintained
8295 F: arch/arm/mach-omap2/prm*
8296
8297 OMAP AUDIO SUPPORT
8298 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8299 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8300 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8301 L: linux-omap@vger.kernel.org
8302 S: Maintained
8303 F: sound/soc/omap/
8304
8305 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8306 M: Roger Quadros <rogerq@ti.com>
8307 M: Tony Lindgren <tony@atomide.com>
8308 L: linux-omap@vger.kernel.org
8309 S: Maintained
8310 F: drivers/memory/omap-gpmc.c
8311 F: arch/arm/mach-omap2/*gpmc*
8312
8313 OMAP FRAMEBUFFER SUPPORT
8314 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8315 L: linux-fbdev@vger.kernel.org
8316 L: linux-omap@vger.kernel.org
8317 S: Maintained
8318 F: drivers/video/fbdev/omap/
8319
8320 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8321 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8322 L: linux-omap@vger.kernel.org
8323 L: linux-fbdev@vger.kernel.org
8324 S: Maintained
8325 F: drivers/video/fbdev/omap2/
8326 F: Documentation/arm/OMAP/DSS
8327
8328 OMAP HARDWARE SPINLOCK SUPPORT
8329 M: Ohad Ben-Cohen <ohad@wizery.com>
8330 L: linux-omap@vger.kernel.org
8331 S: Maintained
8332 F: drivers/hwspinlock/omap_hwspinlock.c
8333
8334 OMAP MMC SUPPORT
8335 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8336 L: linux-omap@vger.kernel.org
8337 S: Maintained
8338 F: drivers/mmc/host/omap.c
8339
8340 OMAP HS MMC SUPPORT
8341 L: linux-mmc@vger.kernel.org
8342 L: linux-omap@vger.kernel.org
8343 S: Orphan
8344 F: drivers/mmc/host/omap_hsmmc.c
8345
8346 OMAP RANDOM NUMBER GENERATOR SUPPORT
8347 M: Deepak Saxena <dsaxena@plexity.net>
8348 S: Maintained
8349 F: drivers/char/hw_random/omap-rng.c
8350
8351 OMAP HWMOD SUPPORT
8352 M: Benoît Cousson <bcousson@baylibre.com>
8353 M: Paul Walmsley <paul@pwsan.com>
8354 L: linux-omap@vger.kernel.org
8355 S: Maintained
8356 F: arch/arm/mach-omap2/omap_hwmod.*
8357
8358 OMAP HWMOD DATA
8359 M: Paul Walmsley <paul@pwsan.com>
8360 L: linux-omap@vger.kernel.org
8361 S: Maintained
8362 F: arch/arm/mach-omap2/omap_hwmod*data*
8363
8364 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8365 M: Benoît Cousson <bcousson@baylibre.com>
8366 L: linux-omap@vger.kernel.org
8367 S: Maintained
8368 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8369
8370 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8371 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8372 L: linux-media@vger.kernel.org
8373 S: Maintained
8374 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8375 F: drivers/media/platform/omap3isp/
8376 F: drivers/staging/media/omap4iss/
8377
8378 OMAP USB SUPPORT
8379 L: linux-usb@vger.kernel.org
8380 L: linux-omap@vger.kernel.org
8381 S: Orphan
8382 F: drivers/usb/*/*omap*
8383 F: arch/arm/*omap*/usb*
8384
8385 OMAP GPIO DRIVER
8386 M: Grygorii Strashko <grygorii.strashko@ti.com>
8387 M: Santosh Shilimkar <ssantosh@kernel.org>
8388 M: Kevin Hilman <khilman@kernel.org>
8389 L: linux-omap@vger.kernel.org
8390 S: Maintained
8391 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8392 F: drivers/gpio/gpio-omap.c
8393
8394 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8395 M: Mark Jackson <mpfj@newflow.co.uk>
8396 L: linux-omap@vger.kernel.org
8397 S: Maintained
8398 F: arch/arm/boot/dts/am335x-nano.dts
8399
8400 OMFS FILESYSTEM
8401 M: Bob Copeland <me@bobcopeland.com>
8402 L: linux-karma-devel@lists.sourceforge.net
8403 S: Maintained
8404 F: Documentation/filesystems/omfs.txt
8405 F: fs/omfs/
8406
8407 OMNIKEY CARDMAN 4000 DRIVER
8408 M: Harald Welte <laforge@gnumonks.org>
8409 S: Maintained
8410 F: drivers/char/pcmcia/cm4000_cs.c
8411 F: include/linux/cm4000_cs.h
8412 F: include/uapi/linux/cm4000_cs.h
8413
8414 OMNIKEY CARDMAN 4040 DRIVER
8415 M: Harald Welte <laforge@gnumonks.org>
8416 S: Maintained
8417 F: drivers/char/pcmcia/cm4040_cs.*
8418
8419 OMNIVISION OV7670 SENSOR DRIVER
8420 M: Jonathan Corbet <corbet@lwn.net>
8421 L: linux-media@vger.kernel.org
8422 T: git git://linuxtv.org/media_tree.git
8423 S: Maintained
8424 F: drivers/media/i2c/ov7670.c
8425
8426 ONENAND FLASH DRIVER
8427 M: Kyungmin Park <kyungmin.park@samsung.com>
8428 L: linux-mtd@lists.infradead.org
8429 S: Maintained
8430 F: drivers/mtd/onenand/
8431 F: include/linux/mtd/onenand*.h
8432
8433 ONSTREAM SCSI TAPE DRIVER
8434 M: Willem Riede <osst@riede.org>
8435 L: osst-users@lists.sourceforge.net
8436 L: linux-scsi@vger.kernel.org
8437 S: Maintained
8438 F: Documentation/scsi/osst.txt
8439 F: drivers/scsi/osst.*
8440 F: drivers/scsi/osst_*.h
8441 F: drivers/scsi/st.h
8442
8443 OPENCORES I2C BUS DRIVER
8444 M: Peter Korsgaard <jacmet@sunsite.dk>
8445 L: linux-i2c@vger.kernel.org
8446 S: Maintained
8447 F: Documentation/i2c/busses/i2c-ocores
8448 F: drivers/i2c/busses/i2c-ocores.c
8449
8450 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8451 M: Rob Herring <robh+dt@kernel.org>
8452 M: Frank Rowand <frowand.list@gmail.com>
8453 M: Grant Likely <grant.likely@linaro.org>
8454 L: devicetree@vger.kernel.org
8455 W: http://www.devicetree.org/
8456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8457 S: Maintained
8458 F: drivers/of/
8459 F: include/linux/of*.h
8460 F: scripts/dtc/
8461
8462 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8463 M: Rob Herring <robh+dt@kernel.org>
8464 M: Pawel Moll <pawel.moll@arm.com>
8465 M: Mark Rutland <mark.rutland@arm.com>
8466 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8467 M: Kumar Gala <galak@codeaurora.org>
8468 L: devicetree@vger.kernel.org
8469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8470 S: Maintained
8471 F: Documentation/devicetree/
8472 F: arch/*/boot/dts/
8473 F: include/dt-bindings/
8474
8475 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8476 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8477 L: devicetree@vger.kernel.org
8478 S: Maintained
8479 F: Documentation/devicetree/dynamic-resolution-notes.txt
8480 F: Documentation/devicetree/overlay-notes.txt
8481 F: drivers/of/overlay.c
8482 F: drivers/of/resolver.c
8483
8484 OPENRISC ARCHITECTURE
8485 M: Jonas Bonn <jonas@southpole.se>
8486 W: http://openrisc.net
8487 S: Maintained
8488 T: git git://openrisc.net/~jonas/linux
8489 F: arch/openrisc/
8490
8491 OPENVSWITCH
8492 M: Pravin Shelar <pshelar@nicira.com>
8493 L: netdev@vger.kernel.org
8494 L: dev@openvswitch.org
8495 W: http://openvswitch.org
8496 S: Maintained
8497 F: net/openvswitch/
8498 F: include/uapi/linux/openvswitch.h
8499
8500 OPERATING PERFORMANCE POINTS (OPP)
8501 M: Viresh Kumar <vireshk@kernel.org>
8502 M: Nishanth Menon <nm@ti.com>
8503 M: Stephen Boyd <sboyd@codeaurora.org>
8504 L: linux-pm@vger.kernel.org
8505 S: Maintained
8506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8507 F: drivers/base/power/opp/
8508 F: include/linux/pm_opp.h
8509 F: Documentation/power/opp.txt
8510 F: Documentation/devicetree/bindings/opp/
8511
8512 OPL4 DRIVER
8513 M: Clemens Ladisch <clemens@ladisch.de>
8514 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8515 T: git git://git.alsa-project.org/alsa-kernel.git
8516 S: Maintained
8517 F: sound/drivers/opl4/
8518
8519 OPROFILE
8520 M: Robert Richter <rric@kernel.org>
8521 L: oprofile-list@lists.sf.net
8522 S: Maintained
8523 F: arch/*/include/asm/oprofile*.h
8524 F: arch/*/oprofile/
8525 F: drivers/oprofile/
8526 F: include/linux/oprofile.h
8527
8528 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8529 M: Mark Fasheh <mfasheh@suse.com>
8530 M: Joel Becker <jlbec@evilplan.org>
8531 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8532 W: http://ocfs2.wiki.kernel.org
8533 S: Supported
8534 F: Documentation/filesystems/ocfs2.txt
8535 F: Documentation/filesystems/dlmfs.txt
8536 F: fs/ocfs2/
8537
8538 ORINOCO DRIVER
8539 L: linux-wireless@vger.kernel.org
8540 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8541 W: http://www.nongnu.org/orinoco/
8542 S: Orphan
8543 F: drivers/net/wireless/intersil/orinoco/
8544
8545 OSD LIBRARY and FILESYSTEM
8546 M: Boaz Harrosh <ooo@electrozaur.com>
8547 M: Benny Halevy <bhalevy@primarydata.com>
8548 L: osd-dev@open-osd.org
8549 W: http://open-osd.org
8550 T: git git://git.open-osd.org/open-osd.git
8551 S: Maintained
8552 F: drivers/scsi/osd/
8553 F: include/scsi/osd_*
8554 F: fs/exofs/
8555
8556 OVERLAY FILESYSTEM
8557 M: Miklos Szeredi <miklos@szeredi.hu>
8558 L: linux-unionfs@vger.kernel.org
8559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8560 S: Supported
8561 F: fs/overlayfs/
8562 F: Documentation/filesystems/overlayfs.txt
8563
8564 ORANGEFS FILESYSTEM
8565 M: Mike Marshall <hubcap@omnibond.com>
8566 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8568 S: Supported
8569 F: fs/orangefs/
8570 F: Documentation/filesystems/orangefs.txt
8571
8572 P54 WIRELESS DRIVER
8573 M: Christian Lamparter <chunkeey@googlemail.com>
8574 L: linux-wireless@vger.kernel.org
8575 W: http://wireless.kernel.org/en/users/Drivers/p54
8576 S: Maintained
8577 F: drivers/net/wireless/intersil/p54/
8578
8579 PA SEMI ETHERNET DRIVER
8580 M: Olof Johansson <olof@lixom.net>
8581 L: netdev@vger.kernel.org
8582 S: Maintained
8583 F: drivers/net/ethernet/pasemi/*
8584
8585 PA SEMI SMBUS DRIVER
8586 M: Olof Johansson <olof@lixom.net>
8587 L: linux-i2c@vger.kernel.org
8588 S: Maintained
8589 F: drivers/i2c/busses/i2c-pasemi.c
8590
8591 PADATA PARALLEL EXECUTION MECHANISM
8592 M: Steffen Klassert <steffen.klassert@secunet.com>
8593 L: linux-crypto@vger.kernel.org
8594 S: Maintained
8595 F: kernel/padata.c
8596 F: include/linux/padata.h
8597 F: Documentation/padata.txt
8598
8599 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8600 M: Harald Welte <laforge@gnumonks.org>
8601 L: platform-driver-x86@vger.kernel.org
8602 S: Maintained
8603 F: drivers/platform/x86/panasonic-laptop.c
8604
8605 PANASONIC MN10300/AM33/AM34 PORT
8606 M: David Howells <dhowells@redhat.com>
8607 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8608 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8609 S: Maintained
8610 F: Documentation/mn10300/
8611 F: arch/mn10300/
8612
8613 PARALLEL LCD/KEYPAD PANEL DRIVER
8614 M: Willy Tarreau <willy@haproxy.com>
8615 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8616 S: Odd Fixes
8617 F: Documentation/misc-devices/lcd-panel-cgram.txt
8618 F: drivers/misc/panel.c
8619
8620 PARALLEL PORT SUBSYSTEM
8621 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8622 M: Sudip Mukherjee <sudip@vectorindia.org>
8623 L: linux-parport@lists.infradead.org (subscribers-only)
8624 S: Maintained
8625 F: drivers/parport/
8626 F: include/linux/parport*.h
8627 F: drivers/char/ppdev.c
8628 F: include/uapi/linux/ppdev.h
8629 F: Documentation/parport*.txt
8630
8631 PARAVIRT_OPS INTERFACE
8632 M: Jeremy Fitzhardinge <jeremy@goop.org>
8633 M: Chris Wright <chrisw@sous-sol.org>
8634 M: Alok Kataria <akataria@vmware.com>
8635 M: Rusty Russell <rusty@rustcorp.com.au>
8636 L: virtualization@lists.linux-foundation.org
8637 S: Supported
8638 F: Documentation/virtual/paravirt_ops.txt
8639 F: arch/*/kernel/paravirt*
8640 F: arch/*/include/asm/paravirt.h
8641
8642 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8643 M: Tim Waugh <tim@cyberelk.net>
8644 L: linux-parport@lists.infradead.org (subscribers-only)
8645 S: Maintained
8646 F: Documentation/blockdev/paride.txt
8647 F: drivers/block/paride/
8648
8649 PARISC ARCHITECTURE
8650 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8651 M: Helge Deller <deller@gmx.de>
8652 L: linux-parisc@vger.kernel.org
8653 W: http://www.parisc-linux.org/
8654 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8656 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8657 S: Maintained
8658 F: arch/parisc/
8659 F: Documentation/parisc/
8660 F: drivers/parisc/
8661 F: drivers/char/agp/parisc-agp.c
8662 F: drivers/input/serio/gscps2.c
8663 F: drivers/parport/parport_gsc.*
8664 F: drivers/tty/serial/8250/8250_gsc.c
8665 F: drivers/video/fbdev/sti*
8666 F: drivers/video/console/sti*
8667 F: drivers/video/logo/logo_parisc*
8668
8669 PC87360 HARDWARE MONITORING DRIVER
8670 M: Jim Cromie <jim.cromie@gmail.com>
8671 L: linux-hwmon@vger.kernel.org
8672 S: Maintained
8673 F: Documentation/hwmon/pc87360
8674 F: drivers/hwmon/pc87360.c
8675
8676 PC8736x GPIO DRIVER
8677 M: Jim Cromie <jim.cromie@gmail.com>
8678 S: Maintained
8679 F: drivers/char/pc8736x_gpio.c
8680
8681 PC87427 HARDWARE MONITORING DRIVER
8682 M: Jean Delvare <jdelvare@suse.com>
8683 L: linux-hwmon@vger.kernel.org
8684 S: Maintained
8685 F: Documentation/hwmon/pc87427
8686 F: drivers/hwmon/pc87427.c
8687
8688 PCA9532 LED DRIVER
8689 M: Riku Voipio <riku.voipio@iki.fi>
8690 S: Maintained
8691 F: drivers/leds/leds-pca9532.c
8692 F: include/linux/leds-pca9532.h
8693
8694 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8695 M: Guenter Roeck <linux@roeck-us.net>
8696 L: linux-i2c@vger.kernel.org
8697 S: Maintained
8698 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8699
8700 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8701 M: Khalid Aziz <khalid@gonehiking.org>
8702 S: Maintained
8703 F: drivers/firmware/pcdp.*
8704
8705 PCI ERROR RECOVERY
8706 M: Linas Vepstas <linasvepstas@gmail.com>
8707 L: linux-pci@vger.kernel.org
8708 S: Supported
8709 F: Documentation/PCI/pci-error-recovery.txt
8710
8711 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8712 M: Russell Currey <ruscur@russell.cc>
8713 L: linuxppc-dev@lists.ozlabs.org
8714 S: Supported
8715 F: Documentation/powerpc/eeh-pci-error-recovery.txt
8716 F: arch/powerpc/kernel/eeh*.c
8717 F: arch/powerpc/platforms/*/eeh*.c
8718 F: arch/powerpc/include/*/eeh*.h
8719
8720 PCI SUBSYSTEM
8721 M: Bjorn Helgaas <bhelgaas@google.com>
8722 L: linux-pci@vger.kernel.org
8723 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8725 S: Supported
8726 F: Documentation/PCI/
8727 F: drivers/pci/
8728 F: include/linux/pci*
8729 F: arch/x86/pci/
8730 F: arch/x86/kernel/quirks.c
8731
8732 PCI DRIVER FOR ALTERA PCIE IP
8733 M: Ley Foon Tan <lftan@altera.com>
8734 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8735 L: linux-pci@vger.kernel.org
8736 S: Supported
8737 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8738 F: drivers/pci/host/pcie-altera.c
8739
8740 PCI DRIVER FOR ARM VERSATILE PLATFORM
8741 M: Rob Herring <robh@kernel.org>
8742 L: linux-pci@vger.kernel.org
8743 L: linux-arm-kernel@lists.infradead.org
8744 S: Maintained
8745 F: Documentation/devicetree/bindings/pci/versatile.txt
8746 F: drivers/pci/host/pci-versatile.c
8747
8748 PCI DRIVER FOR APPLIEDMICRO XGENE
8749 M: Tanmay Inamdar <tinamdar@apm.com>
8750 L: linux-pci@vger.kernel.org
8751 L: linux-arm-kernel@lists.infradead.org
8752 S: Maintained
8753 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8754 F: drivers/pci/host/pci-xgene.c
8755
8756 PCI DRIVER FOR FREESCALE LAYERSCAPE
8757 M: Minghuan Lian <minghuan.Lian@freescale.com>
8758 M: Mingkai Hu <mingkai.hu@freescale.com>
8759 M: Roy Zang <tie-fei.zang@freescale.com>
8760 L: linuxppc-dev@lists.ozlabs.org
8761 L: linux-pci@vger.kernel.org
8762 L: linux-arm-kernel@lists.infradead.org
8763 S: Maintained
8764 F: drivers/pci/host/*layerscape*
8765
8766 PCI DRIVER FOR IMX6
8767 M: Richard Zhu <Richard.Zhu@freescale.com>
8768 M: Lucas Stach <l.stach@pengutronix.de>
8769 L: linux-pci@vger.kernel.org
8770 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8771 S: Maintained
8772 F: drivers/pci/host/*imx6*
8773
8774 PCI DRIVER FOR TI KEYSTONE
8775 M: Murali Karicheri <m-karicheri2@ti.com>
8776 L: linux-pci@vger.kernel.org
8777 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8778 S: Maintained
8779 F: drivers/pci/host/*keystone*
8780
8781 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8782 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8783 M: Jason Cooper <jason@lakedaemon.net>
8784 L: linux-pci@vger.kernel.org
8785 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8786 S: Maintained
8787 F: drivers/pci/host/*mvebu*
8788
8789 PCI DRIVER FOR NVIDIA TEGRA
8790 M: Thierry Reding <thierry.reding@gmail.com>
8791 L: linux-tegra@vger.kernel.org
8792 L: linux-pci@vger.kernel.org
8793 S: Supported
8794 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8795 F: drivers/pci/host/pci-tegra.c
8796
8797 PCI DRIVER FOR TI DRA7XX
8798 M: Kishon Vijay Abraham I <kishon@ti.com>
8799 L: linux-omap@vger.kernel.org
8800 L: linux-pci@vger.kernel.org
8801 S: Supported
8802 F: Documentation/devicetree/bindings/pci/ti-pci.txt
8803 F: drivers/pci/host/pci-dra7xx.c
8804
8805 PCI DRIVER FOR RENESAS R-CAR
8806 M: Simon Horman <horms@verge.net.au>
8807 L: linux-pci@vger.kernel.org
8808 L: linux-renesas-soc@vger.kernel.org
8809 S: Maintained
8810 F: drivers/pci/host/*rcar*
8811
8812 PCI DRIVER FOR SAMSUNG EXYNOS
8813 M: Jingoo Han <jingoohan1@gmail.com>
8814 L: linux-pci@vger.kernel.org
8815 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8816 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8817 S: Maintained
8818 F: drivers/pci/host/pci-exynos.c
8819
8820 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8821 M: Jingoo Han <jingoohan1@gmail.com>
8822 M: Pratyush Anand <pratyush.anand@gmail.com>
8823 L: linux-pci@vger.kernel.org
8824 S: Maintained
8825 F: drivers/pci/host/*designware*
8826
8827 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8828 M: Joao Pinto <jpinto@synopsys.com>
8829 L: linux-pci@vger.kernel.org
8830 S: Maintained
8831 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
8832 F: drivers/pci/host/pcie-designware-plat.c
8833
8834 PCI DRIVER FOR GENERIC OF HOSTS
8835 M: Will Deacon <will.deacon@arm.com>
8836 L: linux-pci@vger.kernel.org
8837 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8838 S: Maintained
8839 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8840 F: drivers/pci/host/pci-host-common.c
8841 F: drivers/pci/host/pci-host-generic.c
8842
8843 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8844 M: Keith Busch <keith.busch@intel.com>
8845 L: linux-pci@vger.kernel.org
8846 S: Supported
8847 F: arch/x86/pci/vmd.c
8848
8849 PCIE DRIVER FOR ST SPEAR13XX
8850 M: Pratyush Anand <pratyush.anand@gmail.com>
8851 L: linux-pci@vger.kernel.org
8852 S: Maintained
8853 F: drivers/pci/host/*spear*
8854
8855 PCI MSI DRIVER FOR ALTERA MSI IP
8856 M: Ley Foon Tan <lftan@altera.com>
8857 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8858 L: linux-pci@vger.kernel.org
8859 S: Supported
8860 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8861 F: drivers/pci/host/pcie-altera-msi.c
8862
8863 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8864 M: Duc Dang <dhdang@apm.com>
8865 L: linux-pci@vger.kernel.org
8866 L: linux-arm-kernel@lists.infradead.org
8867 S: Maintained
8868 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8869 F: drivers/pci/host/pci-xgene-msi.c
8870
8871 PCIE DRIVER FOR HISILICON
8872 M: Zhou Wang <wangzhou1@hisilicon.com>
8873 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8874 L: linux-pci@vger.kernel.org
8875 S: Maintained
8876 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8877 F: drivers/pci/host/pcie-hisi.c
8878
8879 PCIE DRIVER FOR QUALCOMM MSM
8880 M: Stanimir Varbanov <svarbanov@mm-sol.com>
8881 L: linux-pci@vger.kernel.org
8882 L: linux-arm-msm@vger.kernel.org
8883 S: Maintained
8884 F: drivers/pci/host/*qcom*
8885
8886 PCIE DRIVER FOR CAVIUM THUNDERX
8887 M: David Daney <david.daney@cavium.com>
8888 L: linux-pci@vger.kernel.org
8889 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8890 S: Supported
8891 F: Documentation/devicetree/bindings/pci/pci-thunder-*
8892 F: drivers/pci/host/pci-thunder-*
8893
8894 PCMCIA SUBSYSTEM
8895 P: Linux PCMCIA Team
8896 L: linux-pcmcia@lists.infradead.org
8897 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8898 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8899 S: Maintained
8900 F: Documentation/pcmcia/
8901 F: drivers/pcmcia/
8902 F: include/pcmcia/
8903
8904 PCNET32 NETWORK DRIVER
8905 M: Don Fry <pcnet32@frontier.com>
8906 L: netdev@vger.kernel.org
8907 S: Maintained
8908 F: drivers/net/ethernet/amd/pcnet32.c
8909
8910 PCRYPT PARALLEL CRYPTO ENGINE
8911 M: Steffen Klassert <steffen.klassert@secunet.com>
8912 L: linux-crypto@vger.kernel.org
8913 S: Maintained
8914 F: crypto/pcrypt.c
8915 F: include/crypto/pcrypt.h
8916
8917 PER-CPU MEMORY ALLOCATOR
8918 M: Tejun Heo <tj@kernel.org>
8919 M: Christoph Lameter <cl@linux.com>
8920 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8921 S: Maintained
8922 F: include/linux/percpu*.h
8923 F: mm/percpu*.c
8924 F: arch/*/include/asm/percpu.h
8925
8926 PER-TASK DELAY ACCOUNTING
8927 M: Balbir Singh <bsingharora@gmail.com>
8928 S: Maintained
8929 F: include/linux/delayacct.h
8930 F: kernel/delayacct.c
8931
8932 PERFORMANCE EVENTS SUBSYSTEM
8933 M: Peter Zijlstra <peterz@infradead.org>
8934 M: Ingo Molnar <mingo@redhat.com>
8935 M: Arnaldo Carvalho de Melo <acme@kernel.org>
8936 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
8937 L: linux-kernel@vger.kernel.org
8938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8939 S: Supported
8940 F: kernel/events/*
8941 F: include/linux/perf_event.h
8942 F: include/uapi/linux/perf_event.h
8943 F: arch/*/kernel/perf_event*.c
8944 F: arch/*/kernel/*/perf_event*.c
8945 F: arch/*/kernel/*/*/perf_event*.c
8946 F: arch/*/include/asm/perf_event.h
8947 F: arch/*/kernel/perf_callchain.c
8948 F: arch/*/events/*
8949 F: tools/perf/
8950
8951 PERSONALITY HANDLING
8952 M: Christoph Hellwig <hch@infradead.org>
8953 L: linux-abi-devel@lists.sourceforge.net
8954 S: Maintained
8955 F: include/linux/personality.h
8956 F: include/uapi/linux/personality.h
8957
8958 PHONET PROTOCOL
8959 M: Remi Denis-Courmont <courmisch@gmail.com>
8960 S: Supported
8961 F: Documentation/networking/phonet.txt
8962 F: include/linux/phonet.h
8963 F: include/net/phonet/
8964 F: include/uapi/linux/phonet.h
8965 F: net/phonet/
8966
8967 PHRAM MTD DRIVER
8968 M: Joern Engel <joern@lazybastard.org>
8969 L: linux-mtd@lists.infradead.org
8970 S: Maintained
8971 F: drivers/mtd/devices/phram.c
8972
8973 PICOLCD HID DRIVER
8974 M: Bruno Prémont <bonbons@linux-vserver.org>
8975 L: linux-input@vger.kernel.org
8976 S: Maintained
8977 F: drivers/hid/hid-picolcd*
8978
8979 PICOXCELL SUPPORT
8980 M: Jamie Iles <jamie@jamieiles.com>
8981 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8982 T: git git://github.com/jamieiles/linux-2.6-ji.git
8983 S: Supported
8984 F: arch/arm/boot/dts/picoxcell*
8985 F: arch/arm/mach-picoxcell/
8986 F: drivers/crypto/picoxcell*
8987
8988 PIN CONTROL SUBSYSTEM
8989 M: Linus Walleij <linus.walleij@linaro.org>
8990 L: linux-gpio@vger.kernel.org
8991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8992 S: Maintained
8993 F: drivers/pinctrl/
8994 F: include/linux/pinctrl/
8995
8996 PIN CONTROLLER - ATMEL AT91
8997 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8998 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8999 S: Maintained
9000 F: drivers/pinctrl/pinctrl-at91.*
9001
9002 PIN CONTROLLER - ATMEL AT91 PIO4
9003 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9004 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9005 L: linux-gpio@vger.kernel.org
9006 S: Supported
9007 F: drivers/pinctrl/pinctrl-at91-pio4.*
9008
9009 PIN CONTROLLER - INTEL
9010 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9011 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9012 S: Maintained
9013 F: drivers/pinctrl/intel/
9014
9015 PIN CONTROLLER - RENESAS
9016 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9017 M: Geert Uytterhoeven <geert+renesas@glider.be>
9018 L: linux-renesas-soc@vger.kernel.org
9019 S: Maintained
9020 F: drivers/pinctrl/sh-pfc/
9021
9022 PIN CONTROLLER - SAMSUNG
9023 M: Tomasz Figa <tomasz.figa@gmail.com>
9024 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9025 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9026 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9027 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9028 S: Maintained
9029 F: drivers/pinctrl/samsung/
9030
9031 PIN CONTROLLER - SINGLE
9032 M: Tony Lindgren <tony@atomide.com>
9033 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9035 L: linux-omap@vger.kernel.org
9036 S: Maintained
9037 F: drivers/pinctrl/pinctrl-single.c
9038
9039 PIN CONTROLLER - ST SPEAR
9040 M: Viresh Kumar <vireshk@kernel.org>
9041 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9042 W: http://www.st.com/spear
9043 S: Maintained
9044 F: drivers/pinctrl/spear/
9045
9046 PKTCDVD DRIVER
9047 M: Jiri Kosina <jikos@kernel.org>
9048 S: Maintained
9049 F: drivers/block/pktcdvd.c
9050 F: include/linux/pktcdvd.h
9051 F: include/uapi/linux/pktcdvd.h
9052
9053 PKUNITY SOC DRIVERS
9054 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9055 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9056 S: Maintained
9057 T: git git://github.com/gxt/linux.git
9058 F: drivers/input/serio/i8042-unicore32io.h
9059 F: drivers/i2c/busses/i2c-puv3.c
9060 F: drivers/video/fbdev/fb-puv3.c
9061 F: drivers/rtc/rtc-puv3.c
9062
9063 PMBUS HARDWARE MONITORING DRIVERS
9064 M: Guenter Roeck <linux@roeck-us.net>
9065 L: linux-hwmon@vger.kernel.org
9066 W: http://hwmon.wiki.kernel.org/
9067 W: http://www.roeck-us.net/linux/drivers/
9068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9069 S: Maintained
9070 F: Documentation/hwmon/pmbus
9071 F: drivers/hwmon/pmbus/
9072 F: include/linux/i2c/pmbus.h
9073
9074 PMC SIERRA MaxRAID DRIVER
9075 L: linux-scsi@vger.kernel.org
9076 W: http://www.pmc-sierra.com/
9077 S: Orphan
9078 F: drivers/scsi/pmcraid.*
9079
9080 PMC SIERRA PM8001 DRIVER
9081 M: Jack Wang <jinpu.wang@profitbricks.com>
9082 M: lindar_liu@usish.com
9083 L: pmchba@pmcs.com
9084 L: linux-scsi@vger.kernel.org
9085 S: Supported
9086 F: drivers/scsi/pm8001/
9087
9088 POSIX CLOCKS and TIMERS
9089 M: Thomas Gleixner <tglx@linutronix.de>
9090 L: linux-kernel@vger.kernel.org
9091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9092 S: Maintained
9093 F: fs/timerfd.c
9094 F: include/linux/timer*
9095 F: kernel/time/*timer*
9096
9097 POWER MANAGEMENT CORE
9098 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9099 L: linux-pm@vger.kernel.org
9100 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9101 S: Supported
9102 F: drivers/base/power/
9103 F: include/linux/pm.h
9104 F: include/linux/pm_*
9105 F: include/linux/powercap.h
9106 F: drivers/powercap/
9107
9108 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9109 M: Sebastian Reichel <sre@kernel.org>
9110 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9111 M: David Woodhouse <dwmw2@infradead.org>
9112 L: linux-pm@vger.kernel.org
9113 T: git git://git.infradead.org/battery-2.6.git
9114 S: Maintained
9115 F: include/linux/power_supply.h
9116 F: drivers/power/
9117 X: drivers/power/avs/
9118
9119 POWER STATE COORDINATION INTERFACE (PSCI)
9120 M: Mark Rutland <mark.rutland@arm.com>
9121 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9122 L: linux-arm-kernel@lists.infradead.org
9123 S: Maintained
9124 F: drivers/firmware/psci.c
9125 F: include/linux/psci.h
9126 F: include/uapi/linux/psci.h
9127
9128 PNP SUPPORT
9129 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9130 S: Maintained
9131 F: drivers/pnp/
9132
9133 PPP PROTOCOL DRIVERS AND COMPRESSORS
9134 M: Paul Mackerras <paulus@samba.org>
9135 L: linux-ppp@vger.kernel.org
9136 S: Maintained
9137 F: drivers/net/ppp/ppp_*
9138
9139 PPP OVER ATM (RFC 2364)
9140 M: Mitchell Blank Jr <mitch@sfgoth.com>
9141 S: Maintained
9142 F: net/atm/pppoatm.c
9143 F: include/uapi/linux/atmppp.h
9144
9145 PPP OVER ETHERNET
9146 M: Michal Ostrowski <mostrows@earthlink.net>
9147 S: Maintained
9148 F: drivers/net/ppp/pppoe.c
9149 F: drivers/net/ppp/pppox.c
9150
9151 PPP OVER L2TP
9152 M: James Chapman <jchapman@katalix.com>
9153 S: Maintained
9154 F: net/l2tp/l2tp_ppp.c
9155 F: include/linux/if_pppol2tp.h
9156 F: include/uapi/linux/if_pppol2tp.h
9157
9158 PPS SUPPORT
9159 M: Rodolfo Giometti <giometti@enneenne.com>
9160 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9161 L: linuxpps@ml.enneenne.com (subscribers-only)
9162 S: Maintained
9163 F: Documentation/pps/
9164 F: drivers/pps/
9165 F: include/linux/pps*.h
9166
9167 PPTP DRIVER
9168 M: Dmitry Kozlov <xeb@mail.ru>
9169 L: netdev@vger.kernel.org
9170 S: Maintained
9171 F: drivers/net/ppp/pptp.c
9172 W: http://sourceforge.net/projects/accel-pptp
9173
9174 PREEMPTIBLE KERNEL
9175 M: Robert Love <rml@tech9.net>
9176 L: kpreempt-tech@lists.sourceforge.net
9177 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9178 S: Supported
9179 F: Documentation/preempt-locking.txt
9180 F: include/linux/preempt.h
9181
9182 PRISM54 WIRELESS DRIVER
9183 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9184 L: linux-wireless@vger.kernel.org
9185 W: http://wireless.kernel.org/en/users/Drivers/p54
9186 S: Obsolete
9187 F: drivers/net/wireless/intersil/prism54/
9188
9189 PS3 NETWORK SUPPORT
9190 M: Geoff Levand <geoff@infradead.org>
9191 L: netdev@vger.kernel.org
9192 L: linuxppc-dev@lists.ozlabs.org
9193 S: Maintained
9194 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9195
9196 PS3 PLATFORM SUPPORT
9197 M: Geoff Levand <geoff@infradead.org>
9198 L: linuxppc-dev@lists.ozlabs.org
9199 S: Maintained
9200 F: arch/powerpc/boot/ps3*
9201 F: arch/powerpc/include/asm/lv1call.h
9202 F: arch/powerpc/include/asm/ps3*.h
9203 F: arch/powerpc/platforms/ps3/
9204 F: drivers/*/ps3*
9205 F: drivers/ps3/
9206 F: drivers/rtc/rtc-ps3.c
9207 F: drivers/usb/host/*ps3.c
9208 F: sound/ppc/snd_ps3*
9209
9210 PS3VRAM DRIVER
9211 M: Jim Paris <jim@jtan.com>
9212 M: Geoff Levand <geoff@infradead.org>
9213 L: linuxppc-dev@lists.ozlabs.org
9214 S: Maintained
9215 F: drivers/block/ps3vram.c
9216
9217 PSTORE FILESYSTEM
9218 M: Anton Vorontsov <anton@enomsg.org>
9219 M: Colin Cross <ccross@android.com>
9220 M: Kees Cook <keescook@chromium.org>
9221 M: Tony Luck <tony.luck@intel.com>
9222 S: Maintained
9223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9224 F: fs/pstore/
9225 F: include/linux/pstore*
9226 F: drivers/firmware/efi/efi-pstore.c
9227 F: drivers/acpi/apei/erst.c
9228
9229 PTP HARDWARE CLOCK SUPPORT
9230 M: Richard Cochran <richardcochran@gmail.com>
9231 L: netdev@vger.kernel.org
9232 S: Maintained
9233 W: http://linuxptp.sourceforge.net/
9234 F: Documentation/ABI/testing/sysfs-ptp
9235 F: Documentation/ptp/*
9236 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9237 F: drivers/net/phy/dp83640*
9238 F: drivers/ptp/*
9239 F: include/linux/ptp_cl*
9240
9241 PTRACE SUPPORT
9242 M: Roland McGrath <roland@hack.frob.com>
9243 M: Oleg Nesterov <oleg@redhat.com>
9244 S: Maintained
9245 F: include/asm-generic/syscall.h
9246 F: include/linux/ptrace.h
9247 F: include/linux/regset.h
9248 F: include/linux/tracehook.h
9249 F: include/uapi/linux/ptrace.h
9250 F: kernel/ptrace.c
9251
9252 PVRUSB2 VIDEO4LINUX DRIVER
9253 M: Mike Isely <isely@pobox.com>
9254 L: pvrusb2@isely.net (subscribers-only)
9255 L: linux-media@vger.kernel.org
9256 W: http://www.isely.net/pvrusb2/
9257 T: git git://linuxtv.org/media_tree.git
9258 S: Maintained
9259 F: Documentation/video4linux/README.pvrusb2
9260 F: drivers/media/usb/pvrusb2/
9261
9262 PWC WEBCAM DRIVER
9263 M: Hans de Goede <hdegoede@redhat.com>
9264 L: linux-media@vger.kernel.org
9265 T: git git://linuxtv.org/media_tree.git
9266 S: Maintained
9267 F: drivers/media/usb/pwc/*
9268
9269 PWM FAN DRIVER
9270 M: Kamil Debski <k.debski@samsung.com>
9271 L: linux-hwmon@vger.kernel.org
9272 S: Supported
9273 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9274 F: Documentation/hwmon/pwm-fan
9275 F: drivers/hwmon/pwm-fan.c
9276
9277 PWM SUBSYSTEM
9278 M: Thierry Reding <thierry.reding@gmail.com>
9279 L: linux-pwm@vger.kernel.org
9280 S: Maintained
9281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9282 F: Documentation/pwm.txt
9283 F: Documentation/devicetree/bindings/pwm/
9284 F: include/linux/pwm.h
9285 F: drivers/pwm/
9286 F: drivers/video/backlight/pwm_bl.c
9287 F: include/linux/pwm_backlight.h
9288
9289 PXA2xx/PXA3xx SUPPORT
9290 M: Daniel Mack <daniel@zonque.org>
9291 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9292 M: Robert Jarzmik <robert.jarzmik@free.fr>
9293 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9294 T: git git://github.com/hzhuang1/linux.git
9295 T: git git://github.com/rjarzmik/linux.git
9296 S: Maintained
9297 F: arch/arm/boot/dts/pxa*
9298 F: arch/arm/mach-pxa/
9299 F: drivers/dma/pxa*
9300 F: drivers/pcmcia/pxa2xx*
9301 F: drivers/pinctrl/pxa/
9302 F: drivers/spi/spi-pxa2xx*
9303 F: drivers/usb/gadget/udc/pxa2*
9304 F: include/sound/pxa2xx-lib.h
9305 F: sound/arm/pxa*
9306 F: sound/soc/pxa/
9307
9308 PXA GPIO DRIVER
9309 M: Robert Jarzmik <robert.jarzmik@free.fr>
9310 L: linux-gpio@vger.kernel.org
9311 S: Maintained
9312 F: drivers/gpio/gpio-pxa.c
9313
9314 PXA3xx NAND FLASH DRIVER
9315 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9316 L: linux-mtd@lists.infradead.org
9317 S: Maintained
9318 F: drivers/mtd/nand/pxa3xx_nand.c
9319
9320 MMP SUPPORT
9321 M: Eric Miao <eric.y.miao@gmail.com>
9322 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9324 T: git git://github.com/hzhuang1/linux.git
9325 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9326 S: Maintained
9327 F: arch/arm/boot/dts/mmp*
9328 F: arch/arm/mach-mmp/
9329
9330 PXA MMCI DRIVER
9331 S: Orphan
9332
9333 PXA RTC DRIVER
9334 M: Robert Jarzmik <robert.jarzmik@free.fr>
9335 L: rtc-linux@googlegroups.com
9336 S: Maintained
9337
9338 QAT DRIVER
9339 M: Tadeusz Struk <tadeusz.struk@intel.com>
9340 L: qat-linux@intel.com
9341 S: Supported
9342 F: drivers/crypto/qat/
9343
9344 QIB DRIVER
9345 M: Mike Marciniszyn <infinipath@intel.com>
9346 L: linux-rdma@vger.kernel.org
9347 S: Supported
9348 F: drivers/infiniband/hw/qib/
9349
9350 QLOGIC QLA1280 SCSI DRIVER
9351 M: Michael Reed <mdr@sgi.com>
9352 L: linux-scsi@vger.kernel.org
9353 S: Maintained
9354 F: drivers/scsi/qla1280.[ch]
9355
9356 QLOGIC QLA2XXX FC-SCSI DRIVER
9357 M: qla2xxx-upstream@qlogic.com
9358 L: linux-scsi@vger.kernel.org
9359 S: Supported
9360 F: Documentation/scsi/LICENSE.qla2xxx
9361 F: drivers/scsi/qla2xxx/
9362
9363 QLOGIC QLA4XXX iSCSI DRIVER
9364 M: QLogic-Storage-Upstream@qlogic.com
9365 L: linux-scsi@vger.kernel.org
9366 S: Supported
9367 F: Documentation/scsi/LICENSE.qla4xxx
9368 F: drivers/scsi/qla4xxx/
9369
9370 QLOGIC QLA3XXX NETWORK DRIVER
9371 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9372 M: Ron Mercer <ron.mercer@qlogic.com>
9373 M: linux-driver@qlogic.com
9374 L: netdev@vger.kernel.org
9375 S: Supported
9376 F: Documentation/networking/LICENSE.qla3xxx
9377 F: drivers/net/ethernet/qlogic/qla3xxx.*
9378
9379 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9380 M: Dept-GELinuxNICDev@qlogic.com
9381 L: netdev@vger.kernel.org
9382 S: Supported
9383 F: drivers/net/ethernet/qlogic/qlcnic/
9384
9385 QLOGIC QLGE 10Gb ETHERNET DRIVER
9386 M: Harish Patil <harish.patil@qlogic.com>
9387 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9388 M: Dept-GELinuxNICDev@qlogic.com
9389 M: linux-driver@qlogic.com
9390 L: netdev@vger.kernel.org
9391 S: Supported
9392 F: drivers/net/ethernet/qlogic/qlge/
9393
9394 QLOGIC QL4xxx ETHERNET DRIVER
9395 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9396 M: Ariel Elior <Ariel.Elior@qlogic.com>
9397 M: everest-linux-l2@qlogic.com
9398 L: netdev@vger.kernel.org
9399 S: Supported
9400 F: drivers/net/ethernet/qlogic/qed/
9401 F: include/linux/qed/
9402 F: drivers/net/ethernet/qlogic/qede/
9403
9404 QNX4 FILESYSTEM
9405 M: Anders Larsen <al@alarsen.net>
9406 W: http://www.alarsen.net/linux/qnx4fs/
9407 S: Maintained
9408 F: fs/qnx4/
9409 F: include/uapi/linux/qnx4_fs.h
9410 F: include/uapi/linux/qnxtypes.h
9411
9412 QT1010 MEDIA DRIVER
9413 M: Antti Palosaari <crope@iki.fi>
9414 L: linux-media@vger.kernel.org
9415 W: https://linuxtv.org
9416 W: http://palosaari.fi/linux/
9417 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9418 T: git git://linuxtv.org/anttip/media_tree.git
9419 S: Maintained
9420 F: drivers/media/tuners/qt1010*
9421
9422 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9423 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9424 L: linux-wireless@vger.kernel.org
9425 L: ath9k-devel@lists.ath9k.org
9426 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9427 S: Supported
9428 F: drivers/net/wireless/ath/ath9k/
9429
9430 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9431 M: Kalle Valo <kvalo@qca.qualcomm.com>
9432 L: ath10k@lists.infradead.org
9433 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9435 S: Supported
9436 F: drivers/net/wireless/ath/ath10k/
9437
9438 QUALCOMM HEXAGON ARCHITECTURE
9439 M: Richard Kuo <rkuo@codeaurora.org>
9440 L: linux-hexagon@vger.kernel.org
9441 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9442 S: Supported
9443 F: arch/hexagon/
9444
9445 QUALCOMM WCN36XX WIRELESS DRIVER
9446 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9447 L: wcn36xx@lists.infradead.org
9448 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9449 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9450 S: Supported
9451 F: drivers/net/wireless/ath/wcn36xx/
9452
9453 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9454 M: Gabriel Somlo <somlo@cmu.edu>
9455 M: "Michael S. Tsirkin" <mst@redhat.com>
9456 L: qemu-devel@nongnu.org
9457 S: Maintained
9458 F: drivers/firmware/qemu_fw_cfg.c
9459
9460 RADOS BLOCK DEVICE (RBD)
9461 M: Ilya Dryomov <idryomov@gmail.com>
9462 M: Sage Weil <sage@redhat.com>
9463 M: Alex Elder <elder@kernel.org>
9464 L: ceph-devel@vger.kernel.org
9465 W: http://ceph.com/
9466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9467 T: git git://github.com/ceph/ceph-client.git
9468 S: Supported
9469 F: Documentation/ABI/testing/sysfs-bus-rbd
9470 F: drivers/block/rbd.c
9471 F: drivers/block/rbd_types.h
9472
9473 RADEON FRAMEBUFFER DISPLAY DRIVER
9474 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9475 L: linux-fbdev@vger.kernel.org
9476 S: Maintained
9477 F: drivers/video/fbdev/aty/radeon*
9478 F: include/uapi/linux/radeonfb.h
9479
9480 RADIOSHARK RADIO DRIVER
9481 M: Hans de Goede <hdegoede@redhat.com>
9482 L: linux-media@vger.kernel.org
9483 T: git git://linuxtv.org/media_tree.git
9484 S: Maintained
9485 F: drivers/media/radio/radio-shark.c
9486
9487 RADIOSHARK2 RADIO DRIVER
9488 M: Hans de Goede <hdegoede@redhat.com>
9489 L: linux-media@vger.kernel.org
9490 T: git git://linuxtv.org/media_tree.git
9491 S: Maintained
9492 F: drivers/media/radio/radio-shark2.c
9493 F: drivers/media/radio/radio-tea5777.c
9494
9495 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9496 M: Paul Mackerras <paulus@samba.org>
9497 L: linux-fbdev@vger.kernel.org
9498 S: Maintained
9499 F: drivers/video/fbdev/aty/aty128fb.c
9500
9501 RALINK MIPS ARCHITECTURE
9502 M: John Crispin <john@phrozen.org>
9503 L: linux-mips@linux-mips.org
9504 S: Maintained
9505 F: arch/mips/ralink
9506
9507 RALINK RT2X00 WIRELESS LAN DRIVER
9508 P: rt2x00 project
9509 M: Stanislaw Gruszka <sgruszka@redhat.com>
9510 M: Helmut Schaa <helmut.schaa@googlemail.com>
9511 L: linux-wireless@vger.kernel.org
9512 S: Maintained
9513 F: drivers/net/wireless/ralink/rt2x00/
9514
9515 RAMDISK RAM BLOCK DEVICE DRIVER
9516 M: Jens Axboe <axboe@kernel.dk>
9517 S: Maintained
9518 F: Documentation/blockdev/ramdisk.txt
9519 F: drivers/block/brd.c
9520
9521 RANDOM NUMBER DRIVER
9522 M: "Theodore Ts'o" <tytso@mit.edu>
9523 S: Maintained
9524 F: drivers/char/random.c
9525
9526 RAPIDIO SUBSYSTEM
9527 M: Matt Porter <mporter@kernel.crashing.org>
9528 M: Alexandre Bounine <alexandre.bounine@idt.com>
9529 S: Maintained
9530 F: drivers/rapidio/
9531
9532 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9533 L: linux-wireless@vger.kernel.org
9534 S: Orphan
9535 F: drivers/net/wireless/ray*
9536
9537 RCUTORTURE MODULE
9538 M: Josh Triplett <josh@joshtriplett.org>
9539 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9540 L: linux-kernel@vger.kernel.org
9541 S: Supported
9542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9543 F: Documentation/RCU/torture.txt
9544 F: kernel/rcu/rcutorture.c
9545
9546 RCUTORTURE TEST FRAMEWORK
9547 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9548 M: Josh Triplett <josh@joshtriplett.org>
9549 R: Steven Rostedt <rostedt@goodmis.org>
9550 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9551 R: Lai Jiangshan <jiangshanlai@gmail.com>
9552 L: linux-kernel@vger.kernel.org
9553 S: Supported
9554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9555 F: tools/testing/selftests/rcutorture
9556
9557 RDC R-321X SoC
9558 M: Florian Fainelli <florian@openwrt.org>
9559 S: Maintained
9560
9561 RDC R6040 FAST ETHERNET DRIVER
9562 M: Florian Fainelli <florian@openwrt.org>
9563 L: netdev@vger.kernel.org
9564 S: Maintained
9565 F: drivers/net/ethernet/rdc/r6040.c
9566
9567 RDS - RELIABLE DATAGRAM SOCKETS
9568 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9569 L: netdev@vger.kernel.org
9570 L: linux-rdma@vger.kernel.org
9571 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9572 W: https://oss.oracle.com/projects/rds/
9573 S: Supported
9574 F: net/rds/
9575 F: Documentation/networking/rds.txt
9576
9577 RDMAVT - RDMA verbs software
9578 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9579 L: linux-rdma@vger.kernel.org
9580 S: Supported
9581 F: drivers/infiniband/sw/rdmavt
9582
9583 READ-COPY UPDATE (RCU)
9584 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9585 M: Josh Triplett <josh@joshtriplett.org>
9586 R: Steven Rostedt <rostedt@goodmis.org>
9587 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9588 R: Lai Jiangshan <jiangshanlai@gmail.com>
9589 L: linux-kernel@vger.kernel.org
9590 W: http://www.rdrop.com/users/paulmck/RCU/
9591 S: Supported
9592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9593 F: Documentation/RCU/
9594 X: Documentation/RCU/torture.txt
9595 F: include/linux/rcu*
9596 X: include/linux/srcu.h
9597 F: kernel/rcu/
9598 X: kernel/torture.c
9599
9600 REAL TIME CLOCK (RTC) SUBSYSTEM
9601 M: Alessandro Zummo <a.zummo@towertech.it>
9602 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9603 L: rtc-linux@googlegroups.com
9604 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9606 S: Maintained
9607 F: Documentation/rtc.txt
9608 F: drivers/rtc/
9609 F: include/linux/rtc.h
9610 F: include/uapi/linux/rtc.h
9611
9612 REALTEK AUDIO CODECS
9613 M: Bard Liao <bardliao@realtek.com>
9614 M: Oder Chiou <oder_chiou@realtek.com>
9615 S: Maintained
9616 F: sound/soc/codecs/rt*
9617 F: include/sound/rt*.h
9618
9619 REISERFS FILE SYSTEM
9620 L: reiserfs-devel@vger.kernel.org
9621 S: Supported
9622 F: fs/reiserfs/
9623
9624 REGISTER MAP ABSTRACTION
9625 M: Mark Brown <broonie@kernel.org>
9626 L: linux-kernel@vger.kernel.org
9627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9628 S: Supported
9629 F: drivers/base/regmap/
9630 F: include/linux/regmap.h
9631
9632 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9633 M: Ohad Ben-Cohen <ohad@wizery.com>
9634 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9635 L: linux-remoteproc@vger.kernel.org
9636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9637 S: Maintained
9638 F: drivers/remoteproc/
9639 F: Documentation/remoteproc.txt
9640 F: include/linux/remoteproc.h
9641
9642 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9643 M: Ohad Ben-Cohen <ohad@wizery.com>
9644 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9645 L: linux-remoteproc@vger.kernel.org
9646 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9647 S: Maintained
9648 F: drivers/rpmsg/
9649 F: Documentation/rpmsg.txt
9650 F: include/linux/rpmsg.h
9651
9652 RENESAS ETHERNET DRIVERS
9653 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9654 L: netdev@vger.kernel.org
9655 L: linux-renesas-soc@vger.kernel.org
9656 F: drivers/net/ethernet/renesas/
9657 F: include/linux/sh_eth.h
9658
9659 RENESAS USB2 PHY DRIVER
9660 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9661 L: linux-renesas-soc@vger.kernel.org
9662 S: Maintained
9663 F: drivers/phy/phy-rcar-gen3-usb2.c
9664
9665 RESET CONTROLLER FRAMEWORK
9666 M: Philipp Zabel <p.zabel@pengutronix.de>
9667 T: git git://git.pengutronix.de/git/pza/linux
9668 S: Maintained
9669 F: drivers/reset/
9670 F: Documentation/devicetree/bindings/reset/
9671 F: include/dt-bindings/reset/
9672 F: include/linux/reset.h
9673 F: include/linux/reset-controller.h
9674
9675 RFKILL
9676 M: Johannes Berg <johannes@sipsolutions.net>
9677 L: linux-wireless@vger.kernel.org
9678 W: http://wireless.kernel.org/
9679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9681 S: Maintained
9682 F: Documentation/rfkill.txt
9683 F: net/rfkill/
9684
9685 RHASHTABLE
9686 M: Thomas Graf <tgraf@suug.ch>
9687 L: netdev@vger.kernel.org
9688 S: Maintained
9689 F: lib/rhashtable.c
9690 F: include/linux/rhashtable.h
9691
9692 RICOH SMARTMEDIA/XD DRIVER
9693 M: Maxim Levitsky <maximlevitsky@gmail.com>
9694 S: Maintained
9695 F: drivers/mtd/nand/r852.c
9696 F: drivers/mtd/nand/r852.h
9697
9698 RICOH R5C592 MEMORYSTICK DRIVER
9699 M: Maxim Levitsky <maximlevitsky@gmail.com>
9700 S: Maintained
9701 F: drivers/memstick/host/r592.*
9702
9703 ROCCAT DRIVERS
9704 M: Stefan Achatz <erazor_de@users.sourceforge.net>
9705 W: http://sourceforge.net/projects/roccat/
9706 S: Maintained
9707 F: drivers/hid/hid-roccat*
9708 F: include/linux/hid-roccat*
9709 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9710
9711 ROCKER DRIVER
9712 M: Jiri Pirko <jiri@resnulli.us>
9713 M: Scott Feldman <sfeldma@gmail.com>
9714 L: netdev@vger.kernel.org
9715 S: Supported
9716 F: drivers/net/ethernet/rocker/
9717
9718 ROCKETPORT DRIVER
9719 P: Comtrol Corp.
9720 W: http://www.comtrol.com
9721 S: Maintained
9722 F: Documentation/serial/rocket.txt
9723 F: drivers/tty/rocket*
9724
9725 ROCKETPORT EXPRESS/INFINITY DRIVER
9726 M: Kevin Cernekee <cernekee@gmail.com>
9727 L: linux-serial@vger.kernel.org
9728 S: Odd Fixes
9729 F: drivers/tty/serial/rp2.*
9730
9731 ROSE NETWORK LAYER
9732 M: Ralf Baechle <ralf@linux-mips.org>
9733 L: linux-hams@vger.kernel.org
9734 W: http://www.linux-ax25.org/
9735 S: Maintained
9736 F: include/net/rose.h
9737 F: include/uapi/linux/rose.h
9738 F: net/rose/
9739
9740 RTL2830 MEDIA DRIVER
9741 M: Antti Palosaari <crope@iki.fi>
9742 L: linux-media@vger.kernel.org
9743 W: https://linuxtv.org
9744 W: http://palosaari.fi/linux/
9745 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9746 T: git git://linuxtv.org/anttip/media_tree.git
9747 S: Maintained
9748 F: drivers/media/dvb-frontends/rtl2830*
9749
9750 RTL2832 MEDIA DRIVER
9751 M: Antti Palosaari <crope@iki.fi>
9752 L: linux-media@vger.kernel.org
9753 W: https://linuxtv.org
9754 W: http://palosaari.fi/linux/
9755 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9756 T: git git://linuxtv.org/anttip/media_tree.git
9757 S: Maintained
9758 F: drivers/media/dvb-frontends/rtl2832*
9759
9760 RTL2832_SDR MEDIA DRIVER
9761 M: Antti Palosaari <crope@iki.fi>
9762 L: linux-media@vger.kernel.org
9763 W: https://linuxtv.org
9764 W: http://palosaari.fi/linux/
9765 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9766 T: git git://linuxtv.org/anttip/media_tree.git
9767 S: Maintained
9768 F: drivers/media/dvb-frontends/rtl2832_sdr*
9769
9770 RTL8180 WIRELESS DRIVER
9771 L: linux-wireless@vger.kernel.org
9772 W: http://wireless.kernel.org/
9773 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9774 S: Orphan
9775 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9776
9777 RTL8187 WIRELESS DRIVER
9778 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9779 M: Hin-Tak Leung <htl10@users.sourceforge.net>
9780 M: Larry Finger <Larry.Finger@lwfinger.net>
9781 L: linux-wireless@vger.kernel.org
9782 W: http://wireless.kernel.org/
9783 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9784 S: Maintained
9785 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9786
9787 RTL8192CE WIRELESS DRIVER
9788 M: Larry Finger <Larry.Finger@lwfinger.net>
9789 M: Chaoming Li <chaoming_li@realsil.com.cn>
9790 L: linux-wireless@vger.kernel.org
9791 W: http://wireless.kernel.org/
9792 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9793 S: Maintained
9794 F: drivers/net/wireless/realtek/rtlwifi/
9795 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9796
9797 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9798 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9799 L: linux-wireless@vger.kernel.org
9800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9801 S: Maintained
9802 F: drivers/net/wireless/realtek/rtl8xxxu/
9803
9804 S3 SAVAGE FRAMEBUFFER DRIVER
9805 M: Antonino Daplas <adaplas@gmail.com>
9806 L: linux-fbdev@vger.kernel.org
9807 S: Maintained
9808 F: drivers/video/fbdev/savage/
9809
9810 S390
9811 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9812 M: Heiko Carstens <heiko.carstens@de.ibm.com>
9813 L: linux-s390@vger.kernel.org
9814 W: http://www.ibm.com/developerworks/linux/linux390/
9815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9816 S: Supported
9817 F: arch/s390/
9818 F: drivers/s390/
9819 F: Documentation/s390/
9820 F: Documentation/DocBook/s390*
9821
9822 S390 COMMON I/O LAYER
9823 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9824 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9825 L: linux-s390@vger.kernel.org
9826 W: http://www.ibm.com/developerworks/linux/linux390/
9827 S: Supported
9828 F: drivers/s390/cio/
9829
9830 S390 DASD DRIVER
9831 M: Stefan Weinhuber <wein@de.ibm.com>
9832 M: Stefan Haberland <stefan.haberland@de.ibm.com>
9833 L: linux-s390@vger.kernel.org
9834 W: http://www.ibm.com/developerworks/linux/linux390/
9835 S: Supported
9836 F: drivers/s390/block/dasd*
9837 F: block/partitions/ibm.c
9838
9839 S390 NETWORK DRIVERS
9840 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9841 L: linux-s390@vger.kernel.org
9842 W: http://www.ibm.com/developerworks/linux/linux390/
9843 S: Supported
9844 F: drivers/s390/net/
9845
9846 S390 PCI SUBSYSTEM
9847 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9848 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9849 L: linux-s390@vger.kernel.org
9850 W: http://www.ibm.com/developerworks/linux/linux390/
9851 S: Supported
9852 F: arch/s390/pci/
9853 F: drivers/pci/hotplug/s390_pci_hpc.c
9854
9855 S390 ZCRYPT DRIVER
9856 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9857 L: linux-s390@vger.kernel.org
9858 W: http://www.ibm.com/developerworks/linux/linux390/
9859 S: Supported
9860 F: drivers/s390/crypto/
9861
9862 S390 ZFCP DRIVER
9863 M: Steffen Maier <maier@linux.vnet.ibm.com>
9864 L: linux-s390@vger.kernel.org
9865 W: http://www.ibm.com/developerworks/linux/linux390/
9866 S: Supported
9867 F: drivers/s390/scsi/zfcp_*
9868
9869 S390 IUCV NETWORK LAYER
9870 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9871 L: linux-s390@vger.kernel.org
9872 W: http://www.ibm.com/developerworks/linux/linux390/
9873 S: Supported
9874 F: drivers/s390/net/*iucv*
9875 F: include/net/iucv/
9876 F: net/iucv/
9877
9878 S390 IOMMU (PCI)
9879 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9880 L: linux-s390@vger.kernel.org
9881 W: http://www.ibm.com/developerworks/linux/linux390/
9882 S: Supported
9883 F: drivers/iommu/s390-iommu.c
9884
9885 S3C24XX SD/MMC Driver
9886 M: Ben Dooks <ben-linux@fluff.org>
9887 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9888 S: Supported
9889 F: drivers/mmc/host/s3cmci.*
9890
9891 SAA6588 RDS RECEIVER DRIVER
9892 M: Hans Verkuil <hverkuil@xs4all.nl>
9893 L: linux-media@vger.kernel.org
9894 T: git git://linuxtv.org/media_tree.git
9895 W: https://linuxtv.org
9896 S: Odd Fixes
9897 F: drivers/media/i2c/saa6588*
9898
9899 SAA7134 VIDEO4LINUX DRIVER
9900 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
9901 M: Mauro Carvalho Chehab <mchehab@kernel.org>
9902 L: linux-media@vger.kernel.org
9903 W: https://linuxtv.org
9904 T: git git://linuxtv.org/media_tree.git
9905 S: Odd fixes
9906 F: Documentation/video4linux/*.saa7134
9907 F: drivers/media/pci/saa7134/
9908
9909 SAA7146 VIDEO4LINUX-2 DRIVER
9910 M: Hans Verkuil <hverkuil@xs4all.nl>
9911 L: linux-media@vger.kernel.org
9912 T: git git://linuxtv.org/media_tree.git
9913 S: Maintained
9914 F: drivers/media/common/saa7146/
9915 F: drivers/media/pci/saa7146/
9916 F: include/media/saa7146*
9917
9918 SAMSUNG LAPTOP DRIVER
9919 M: Corentin Chary <corentin.chary@gmail.com>
9920 L: platform-driver-x86@vger.kernel.org
9921 S: Maintained
9922 F: drivers/platform/x86/samsung-laptop.c
9923
9924 SAMSUNG AUDIO (ASoC) DRIVERS
9925 M: Sangbeom Kim <sbkim73@samsung.com>
9926 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9927 S: Supported
9928 F: sound/soc/samsung/
9929
9930 SAMSUNG FRAMEBUFFER DRIVER
9931 M: Jingoo Han <jingoohan1@gmail.com>
9932 L: linux-fbdev@vger.kernel.org
9933 S: Maintained
9934 F: drivers/video/fbdev/s3c-fb.c
9935
9936 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9937 M: Sangbeom Kim <sbkim73@samsung.com>
9938 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9939 L: linux-kernel@vger.kernel.org
9940 L: linux-samsung-soc@vger.kernel.org
9941 S: Supported
9942 F: drivers/mfd/sec*.c
9943 F: drivers/regulator/s2m*.c
9944 F: drivers/regulator/s5m*.c
9945 F: drivers/clk/clk-s2mps11.c
9946 F: drivers/rtc/rtc-s5m.c
9947 F: include/linux/mfd/samsung/
9948 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9949 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9950 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9951 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9952
9953 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9954 M: Kyungmin Park <kyungmin.park@samsung.com>
9955 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9956 L: linux-media@vger.kernel.org
9957 Q: https://patchwork.linuxtv.org/project/linux-media/list/
9958 S: Supported
9959 F: drivers/media/platform/exynos4-is/
9960
9961 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9962 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9963 L: linux-media@vger.kernel.org
9964 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9965 S: Maintained
9966 F: drivers/media/platform/s3c-camif/
9967 F: include/media/drv-intf/s3c_camif.h
9968
9969 SAMSUNG S5C73M3 CAMERA DRIVER
9970 M: Kyungmin Park <kyungmin.park@samsung.com>
9971 M: Andrzej Hajda <a.hajda@samsung.com>
9972 L: linux-media@vger.kernel.org
9973 S: Supported
9974 F: drivers/media/i2c/s5c73m3/*
9975
9976 SAMSUNG S5K5BAF CAMERA DRIVER
9977 M: Kyungmin Park <kyungmin.park@samsung.com>
9978 M: Andrzej Hajda <a.hajda@samsung.com>
9979 L: linux-media@vger.kernel.org
9980 S: Supported
9981 F: drivers/media/i2c/s5k5baf.c
9982
9983 SAMSUNG S3FWRN5 NFC DRIVER
9984 M: Robert Baldyga <r.baldyga@samsung.com>
9985 M: Krzysztof Opasiak <k.opasiak@samsung.com>
9986 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9987 S: Supported
9988 F: drivers/nfc/s3fwrn5
9989
9990 SAMSUNG SOC CLOCK DRIVERS
9991 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9992 M: Tomasz Figa <tomasz.figa@gmail.com>
9993 S: Supported
9994 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9995 F: drivers/clk/samsung/
9996
9997 SAMSUNG SXGBE DRIVERS
9998 M: Byungho An <bh74.an@samsung.com>
9999 M: Girish K S <ks.giri@samsung.com>
10000 M: Vipul Pandya <vipul.pandya@samsung.com>
10001 S: Supported
10002 L: netdev@vger.kernel.org
10003 F: drivers/net/ethernet/samsung/sxgbe/
10004
10005 SAMSUNG THERMAL DRIVER
10006 M: Lukasz Majewski <l.majewski@samsung.com>
10007 L: linux-pm@vger.kernel.org
10008 L: linux-samsung-soc@vger.kernel.org
10009 S: Supported
10010 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10011 F: drivers/thermal/samsung/
10012
10013 SAMSUNG USB2 PHY DRIVER
10014 M: Kamil Debski <k.debski@samsung.com>
10015 L: linux-kernel@vger.kernel.org
10016 S: Supported
10017 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10018 F: Documentation/phy/samsung-usb2.txt
10019 F: drivers/phy/phy-exynos4210-usb2.c
10020 F: drivers/phy/phy-exynos4x12-usb2.c
10021 F: drivers/phy/phy-exynos5250-usb2.c
10022 F: drivers/phy/phy-s5pv210-usb2.c
10023 F: drivers/phy/phy-samsung-usb2.c
10024 F: drivers/phy/phy-samsung-usb2.h
10025
10026 SERIAL DRIVERS
10027 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10028 L: linux-serial@vger.kernel.org
10029 S: Maintained
10030 F: drivers/tty/serial/
10031
10032 SYNOPSYS DESIGNWARE DMAC DRIVER
10033 M: Viresh Kumar <vireshk@kernel.org>
10034 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10035 S: Maintained
10036 F: include/linux/dma/dw.h
10037 F: include/linux/platform_data/dma-dw.h
10038 F: drivers/dma/dw/
10039
10040 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10041 M: Lars Persson <lars.persson@axis.com>
10042 L: netdev@vger.kernel.org
10043 S: Supported
10044 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10045 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10046
10047 SYNOPSYS DESIGNWARE I2C DRIVER
10048 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10049 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10050 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10051 L: linux-i2c@vger.kernel.org
10052 S: Maintained
10053 F: drivers/i2c/busses/i2c-designware-*
10054 F: include/linux/platform_data/i2c-designware.h
10055
10056 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10057 M: Jaehoon Chung <jh80.chung@samsung.com>
10058 L: linux-mmc@vger.kernel.org
10059 S: Maintained
10060 F: include/linux/mmc/dw_mmc.h
10061 F: drivers/mmc/host/dw_mmc*
10062
10063 SYSTEM TRACE MODULE CLASS
10064 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10065 S: Maintained
10066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10067 F: Documentation/trace/stm.txt
10068 F: drivers/hwtracing/stm/
10069 F: include/linux/stm.h
10070 F: include/uapi/linux/stm.h
10071
10072 THUNDERBOLT DRIVER
10073 M: Andreas Noever <andreas.noever@gmail.com>
10074 S: Maintained
10075 F: drivers/thunderbolt/
10076
10077 TI BQ27XXX POWER SUPPLY DRIVER
10078 R: Andrew F. Davis <afd@ti.com>
10079 F: include/linux/power/bq27xxx_battery.h
10080 F: drivers/power/bq27xxx_battery.c
10081 F: drivers/power/bq27xxx_battery_i2c.c
10082
10083 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10084 M: John Stultz <john.stultz@linaro.org>
10085 M: Thomas Gleixner <tglx@linutronix.de>
10086 L: linux-kernel@vger.kernel.org
10087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10088 S: Supported
10089 F: include/linux/clocksource.h
10090 F: include/linux/time.h
10091 F: include/linux/timex.h
10092 F: include/uapi/linux/time.h
10093 F: include/uapi/linux/timex.h
10094 F: kernel/time/clocksource.c
10095 F: kernel/time/time*.c
10096 F: kernel/time/alarmtimer.c
10097 F: kernel/time/ntp.c
10098 F: tools/testing/selftests/timers/
10099
10100 SC1200 WDT DRIVER
10101 M: Zwane Mwaikambo <zwanem@gmail.com>
10102 S: Maintained
10103 F: drivers/watchdog/sc1200wdt.c
10104
10105 SCHEDULER
10106 M: Ingo Molnar <mingo@redhat.com>
10107 M: Peter Zijlstra <peterz@infradead.org>
10108 L: linux-kernel@vger.kernel.org
10109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10110 S: Maintained
10111 F: kernel/sched/
10112 F: include/linux/sched.h
10113 F: include/uapi/linux/sched.h
10114 F: include/linux/wait.h
10115
10116 SCORE ARCHITECTURE
10117 M: Chen Liqin <liqin.linux@gmail.com>
10118 M: Lennox Wu <lennox.wu@gmail.com>
10119 W: http://www.sunplus.com
10120 S: Supported
10121 F: arch/score/
10122
10123 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10124 M: Sudeep Holla <sudeep.holla@arm.com>
10125 L: linux-arm-kernel@lists.infradead.org
10126 S: Maintained
10127 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10128 F: drivers/clk/clk-scpi.c
10129 F: drivers/cpufreq/scpi-cpufreq.c
10130 F: drivers/firmware/arm_scpi.c
10131 F: include/linux/scpi_protocol.h
10132
10133 SCSI CDROM DRIVER
10134 M: Jens Axboe <axboe@kernel.dk>
10135 L: linux-scsi@vger.kernel.org
10136 W: http://www.kernel.dk
10137 S: Maintained
10138 F: drivers/scsi/sr*
10139
10140 SCSI RDMA PROTOCOL (SRP) INITIATOR
10141 M: Bart Van Assche <bart.vanassche@sandisk.com>
10142 L: linux-rdma@vger.kernel.org
10143 S: Supported
10144 W: http://www.openfabrics.org
10145 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10146 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10147 F: drivers/infiniband/ulp/srp/
10148 F: include/scsi/srp.h
10149
10150 SCSI SG DRIVER
10151 M: Doug Gilbert <dgilbert@interlog.com>
10152 L: linux-scsi@vger.kernel.org
10153 W: http://sg.danny.cz/sg
10154 S: Maintained
10155 F: Documentation/scsi/scsi-generic.txt
10156 F: drivers/scsi/sg.c
10157 F: include/scsi/sg.h
10158
10159 SCSI SUBSYSTEM
10160 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10162 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10164 L: linux-scsi@vger.kernel.org
10165 S: Maintained
10166 F: drivers/scsi/
10167 F: include/scsi/
10168
10169 SCSI TAPE DRIVER
10170 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10171 L: linux-scsi@vger.kernel.org
10172 S: Maintained
10173 F: Documentation/scsi/st.txt
10174 F: drivers/scsi/st.*
10175 F: drivers/scsi/st_*.h
10176
10177 SCTP PROTOCOL
10178 M: Vlad Yasevich <vyasevich@gmail.com>
10179 M: Neil Horman <nhorman@tuxdriver.com>
10180 L: linux-sctp@vger.kernel.org
10181 W: http://lksctp.sourceforge.net
10182 S: Maintained
10183 F: Documentation/networking/sctp.txt
10184 F: include/linux/sctp.h
10185 F: include/uapi/linux/sctp.h
10186 F: include/net/sctp/
10187 F: net/sctp/
10188
10189 SCx200 CPU SUPPORT
10190 M: Jim Cromie <jim.cromie@gmail.com>
10191 S: Odd Fixes
10192 F: Documentation/i2c/busses/scx200_acb
10193 F: arch/x86/platform/scx200/
10194 F: drivers/watchdog/scx200_wdt.c
10195 F: drivers/i2c/busses/scx200*
10196 F: drivers/mtd/maps/scx200_docflash.c
10197 F: include/linux/scx200.h
10198
10199 SCx200 GPIO DRIVER
10200 M: Jim Cromie <jim.cromie@gmail.com>
10201 S: Maintained
10202 F: drivers/char/scx200_gpio.c
10203 F: include/linux/scx200_gpio.h
10204
10205 SCx200 HRT CLOCKSOURCE DRIVER
10206 M: Jim Cromie <jim.cromie@gmail.com>
10207 S: Maintained
10208 F: drivers/clocksource/scx200_hrt.c
10209
10210 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10211 M: Sascha Sommer <saschasommer@freenet.de>
10212 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10213 S: Maintained
10214 F: drivers/mmc/host/sdricoh_cs.c
10215
10216 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10217 M: Adrian Hunter <adrian.hunter@intel.com>
10218 L: linux-mmc@vger.kernel.org
10219 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10220 S: Maintained
10221 F: drivers/mmc/host/sdhci*
10222 F: include/linux/mmc/sdhci*
10223
10224 SECURE COMPUTING
10225 M: Kees Cook <keescook@chromium.org>
10226 R: Andy Lutomirski <luto@amacapital.net>
10227 R: Will Drewry <wad@chromium.org>
10228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10229 S: Supported
10230 F: kernel/seccomp.c
10231 F: include/uapi/linux/seccomp.h
10232 F: include/linux/seccomp.h
10233 F: tools/testing/selftests/seccomp/*
10234 K: \bsecure_computing
10235 K: \bTIF_SECCOMP\b
10236
10237 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10238 M: Ben Dooks <ben-linux@fluff.org>
10239 M: Jaehoon Chung <jh80.chung@samsung.com>
10240 L: linux-mmc@vger.kernel.org
10241 S: Maintained
10242 F: drivers/mmc/host/sdhci-s3c*
10243
10244 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10245 M: Viresh Kumar <vireshk@kernel.org>
10246 L: linux-mmc@vger.kernel.org
10247 S: Maintained
10248 F: drivers/mmc/host/sdhci-spear.c
10249
10250 SECURITY SUBSYSTEM
10251 M: James Morris <james.l.morris@oracle.com>
10252 M: "Serge E. Hallyn" <serge@hallyn.com>
10253 L: linux-security-module@vger.kernel.org (suggested Cc:)
10254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10255 W: http://kernsec.org/
10256 S: Supported
10257 F: security/
10258
10259 SECURITY CONTACT
10260 M: Security Officers <security@kernel.org>
10261 S: Supported
10262
10263 SELINUX SECURITY MODULE
10264 M: Paul Moore <paul@paul-moore.com>
10265 M: Stephen Smalley <sds@tycho.nsa.gov>
10266 M: Eric Paris <eparis@parisplace.org>
10267 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10268 W: http://selinuxproject.org
10269 T: git git://git.infradead.org/users/pcmoore/selinux
10270 S: Supported
10271 F: include/linux/selinux*
10272 F: security/selinux/
10273 F: scripts/selinux/
10274
10275 APPARMOR SECURITY MODULE
10276 M: John Johansen <john.johansen@canonical.com>
10277 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10278 W: apparmor.wiki.kernel.org
10279 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10280 S: Supported
10281 F: security/apparmor/
10282
10283 LOADPIN SECURITY MODULE
10284 M: Kees Cook <keescook@chromium.org>
10285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10286 S: Supported
10287 F: security/loadpin/
10288
10289 YAMA SECURITY MODULE
10290 M: Kees Cook <keescook@chromium.org>
10291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10292 S: Supported
10293 F: security/yama/
10294
10295 SENSABLE PHANTOM
10296 M: Jiri Slaby <jirislaby@gmail.com>
10297 S: Maintained
10298 F: drivers/misc/phantom.c
10299 F: include/uapi/linux/phantom.h
10300
10301 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10302 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10303 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10304 M: John Soni Jose <sony.john@avagotech.com>
10305 L: linux-scsi@vger.kernel.org
10306 W: http://www.avagotech.com
10307 S: Supported
10308 F: drivers/scsi/be2iscsi/
10309
10310 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10311 M: Sathya Perla <sathya.perla@broadcom.com>
10312 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10313 M: Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10314 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10315 M: Somnath Kotur <somnath.kotur@broadcom.com>
10316 L: netdev@vger.kernel.org
10317 W: http://www.emulex.com
10318 S: Supported
10319 F: drivers/net/ethernet/emulex/benet/
10320
10321 EMULEX ONECONNECT ROCE DRIVER
10322 M: Selvin Xavier <selvin.xavier@avagotech.com>
10323 M: Devesh Sharma <devesh.sharma@avagotech.com>
10324 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10325 L: linux-rdma@vger.kernel.org
10326 W: http://www.emulex.com
10327 S: Supported
10328 F: drivers/infiniband/hw/ocrdma/
10329
10330 SFC NETWORK DRIVER
10331 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10332 M: Edward Cree <ecree@solarflare.com>
10333 M: Bert Kenward <bkenward@solarflare.com>
10334 L: netdev@vger.kernel.org
10335 S: Supported
10336 F: drivers/net/ethernet/sfc/
10337
10338 SGI GRU DRIVER
10339 M: Dimitri Sivanich <sivanich@sgi.com>
10340 S: Maintained
10341 F: drivers/misc/sgi-gru/
10342
10343 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10344 M: Pat Gefre <pfg@sgi.com>
10345 L: linux-ia64@vger.kernel.org
10346 S: Supported
10347 F: Documentation/ia64/serial.txt
10348 F: drivers/tty/serial/ioc?_serial.c
10349 F: include/linux/ioc?.h
10350
10351 SGI XP/XPC/XPNET DRIVER
10352 M: Cliff Whickman <cpw@sgi.com>
10353 M: Robin Holt <robinmholt@gmail.com>
10354 S: Maintained
10355 F: drivers/misc/sgi-xp/
10356
10357 SI2157 MEDIA DRIVER
10358 M: Antti Palosaari <crope@iki.fi>
10359 L: linux-media@vger.kernel.org
10360 W: https://linuxtv.org
10361 W: http://palosaari.fi/linux/
10362 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10363 T: git git://linuxtv.org/anttip/media_tree.git
10364 S: Maintained
10365 F: drivers/media/tuners/si2157*
10366
10367 SI2168 MEDIA DRIVER
10368 M: Antti Palosaari <crope@iki.fi>
10369 L: linux-media@vger.kernel.org
10370 W: https://linuxtv.org
10371 W: http://palosaari.fi/linux/
10372 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10373 T: git git://linuxtv.org/anttip/media_tree.git
10374 S: Maintained
10375 F: drivers/media/dvb-frontends/si2168*
10376
10377 SI470X FM RADIO RECEIVER I2C DRIVER
10378 M: Hans Verkuil <hverkuil@xs4all.nl>
10379 L: linux-media@vger.kernel.org
10380 T: git git://linuxtv.org/media_tree.git
10381 W: https://linuxtv.org
10382 S: Odd Fixes
10383 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10384
10385 SI470X FM RADIO RECEIVER USB DRIVER
10386 M: Hans Verkuil <hverkuil@xs4all.nl>
10387 L: linux-media@vger.kernel.org
10388 T: git git://linuxtv.org/media_tree.git
10389 W: https://linuxtv.org
10390 S: Maintained
10391 F: drivers/media/radio/si470x/radio-si470x-common.c
10392 F: drivers/media/radio/si470x/radio-si470x.h
10393 F: drivers/media/radio/si470x/radio-si470x-usb.c
10394
10395 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10396 M: Eduardo Valentin <edubezval@gmail.com>
10397 L: linux-media@vger.kernel.org
10398 T: git git://linuxtv.org/media_tree.git
10399 W: https://linuxtv.org
10400 S: Odd Fixes
10401 F: drivers/media/radio/si4713/si4713.?
10402
10403 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10404 M: Eduardo Valentin <edubezval@gmail.com>
10405 L: linux-media@vger.kernel.org
10406 T: git git://linuxtv.org/media_tree.git
10407 W: https://linuxtv.org
10408 S: Odd Fixes
10409 F: drivers/media/radio/si4713/radio-platform-si4713.c
10410
10411 SI4713 FM RADIO TRANSMITTER USB DRIVER
10412 M: Hans Verkuil <hverkuil@xs4all.nl>
10413 L: linux-media@vger.kernel.org
10414 T: git git://linuxtv.org/media_tree.git
10415 W: https://linuxtv.org
10416 S: Maintained
10417 F: drivers/media/radio/si4713/radio-usb-si4713.c
10418
10419 SIANO DVB DRIVER
10420 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10421 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10422 L: linux-media@vger.kernel.org
10423 W: https://linuxtv.org
10424 T: git git://linuxtv.org/media_tree.git
10425 S: Odd fixes
10426 F: drivers/media/common/siano/
10427 F: drivers/media/usb/siano/
10428 F: drivers/media/usb/siano/
10429 F: drivers/media/mmc/siano/
10430
10431 SIMPLEFB FB DRIVER
10432 M: Hans de Goede <hdegoede@redhat.com>
10433 L: linux-fbdev@vger.kernel.org
10434 S: Maintained
10435 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10436 F: drivers/video/fbdev/simplefb.c
10437 F: include/linux/platform_data/simplefb.h
10438
10439 SH_VEU V4L2 MEM2MEM DRIVER
10440 L: linux-media@vger.kernel.org
10441 S: Orphan
10442 F: drivers/media/platform/sh_veu.c
10443
10444 SH_VOU V4L2 OUTPUT DRIVER
10445 L: linux-media@vger.kernel.org
10446 S: Orphan
10447 F: drivers/media/platform/sh_vou.c
10448 F: include/media/drv-intf/sh_vou.h
10449
10450 SIMPLE FIRMWARE INTERFACE (SFI)
10451 M: Len Brown <lenb@kernel.org>
10452 L: sfi-devel@simplefirmware.org
10453 W: http://simplefirmware.org/
10454 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10455 S: Supported
10456 F: arch/x86/platform/sfi/
10457 F: drivers/sfi/
10458 F: include/linux/sfi*.h
10459
10460 SIMTEC EB110ATX (Chalice CATS)
10461 P: Ben Dooks
10462 P: Vincent Sanders <vince@simtec.co.uk>
10463 M: Simtec Linux Team <linux@simtec.co.uk>
10464 W: http://www.simtec.co.uk/products/EB110ATX/
10465 S: Supported
10466
10467 SIMTEC EB2410ITX (BAST)
10468 P: Ben Dooks
10469 P: Vincent Sanders <vince@simtec.co.uk>
10470 M: Simtec Linux Team <linux@simtec.co.uk>
10471 W: http://www.simtec.co.uk/products/EB2410ITX/
10472 S: Supported
10473 F: arch/arm/mach-s3c24xx/mach-bast.c
10474 F: arch/arm/mach-s3c24xx/bast-ide.c
10475 F: arch/arm/mach-s3c24xx/bast-irq.c
10476
10477 TI DAVINCI MACHINE SUPPORT
10478 M: Sekhar Nori <nsekhar@ti.com>
10479 M: Kevin Hilman <khilman@kernel.org>
10480 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10482 S: Supported
10483 F: arch/arm/mach-davinci/
10484 F: drivers/i2c/busses/i2c-davinci.c
10485
10486 TI DAVINCI SERIES MEDIA DRIVER
10487 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10488 L: linux-media@vger.kernel.org
10489 W: https://linuxtv.org
10490 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10491 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10492 S: Maintained
10493 F: drivers/media/platform/davinci/
10494 F: include/media/davinci/
10495
10496 TI AM437X VPFE DRIVER
10497 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10498 L: linux-media@vger.kernel.org
10499 W: https://linuxtv.org
10500 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10501 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10502 S: Maintained
10503 F: drivers/media/platform/am437x/
10504
10505 OV2659 OMNIVISION SENSOR DRIVER
10506 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10507 L: linux-media@vger.kernel.org
10508 W: https://linuxtv.org
10509 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10510 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10511 S: Maintained
10512 F: drivers/media/i2c/ov2659.c
10513 F: include/media/i2c/ov2659.h
10514
10515 SILICON MOTION SM712 FRAME BUFFER DRIVER
10516 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10517 M: Teddy Wang <teddy.wang@siliconmotion.com>
10518 M: Sudip Mukherjee <sudip@vectorindia.org>
10519 L: linux-fbdev@vger.kernel.org
10520 S: Maintained
10521 F: drivers/video/fbdev/sm712*
10522 F: Documentation/fb/sm712fb.txt
10523
10524 SIS 190 ETHERNET DRIVER
10525 M: Francois Romieu <romieu@fr.zoreil.com>
10526 L: netdev@vger.kernel.org
10527 S: Maintained
10528 F: drivers/net/ethernet/sis/sis190.c
10529
10530 SIS 900/7016 FAST ETHERNET DRIVER
10531 M: Daniele Venzano <venza@brownhat.org>
10532 W: http://www.brownhat.org/sis900.html
10533 L: netdev@vger.kernel.org
10534 S: Maintained
10535 F: drivers/net/ethernet/sis/sis900.*
10536
10537 SIS FRAMEBUFFER DRIVER
10538 M: Thomas Winischhofer <thomas@winischhofer.net>
10539 W: http://www.winischhofer.net/linuxsisvga.shtml
10540 S: Maintained
10541 F: Documentation/fb/sisfb.txt
10542 F: drivers/video/fbdev/sis/
10543 F: include/video/sisfb.h
10544
10545 SIS USB2VGA DRIVER
10546 M: Thomas Winischhofer <thomas@winischhofer.net>
10547 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10548 S: Maintained
10549 F: drivers/usb/misc/sisusbvga/
10550
10551 SLAB ALLOCATOR
10552 M: Christoph Lameter <cl@linux.com>
10553 M: Pekka Enberg <penberg@kernel.org>
10554 M: David Rientjes <rientjes@google.com>
10555 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10556 M: Andrew Morton <akpm@linux-foundation.org>
10557 L: linux-mm@kvack.org
10558 S: Maintained
10559 F: include/linux/sl?b*.h
10560 F: mm/sl?b*
10561
10562 SLEEPABLE READ-COPY UPDATE (SRCU)
10563 M: Lai Jiangshan <jiangshanlai@gmail.com>
10564 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10565 M: Josh Triplett <josh@joshtriplett.org>
10566 R: Steven Rostedt <rostedt@goodmis.org>
10567 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10568 L: linux-kernel@vger.kernel.org
10569 W: http://www.rdrop.com/users/paulmck/RCU/
10570 S: Supported
10571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10572 F: include/linux/srcu.h
10573 F: kernel/rcu/srcu.c
10574
10575 SMACK SECURITY MODULE
10576 M: Casey Schaufler <casey@schaufler-ca.com>
10577 L: linux-security-module@vger.kernel.org
10578 W: http://schaufler-ca.com
10579 T: git git://git.gitorious.org/smack-next/kernel.git
10580 S: Maintained
10581 F: Documentation/security/Smack.txt
10582 F: security/smack/
10583
10584 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10585 M: Kevin Hilman <khilman@kernel.org>
10586 M: Nishanth Menon <nm@ti.com>
10587 S: Maintained
10588 F: drivers/power/avs/
10589 F: include/linux/power/smartreflex.h
10590 L: linux-pm@vger.kernel.org
10591
10592 SMC91x ETHERNET DRIVER
10593 M: Nicolas Pitre <nico@fluxnic.net>
10594 S: Odd Fixes
10595 F: drivers/net/ethernet/smsc/smc91x.*
10596
10597 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10598 M: Sakari Ailus <sakari.ailus@iki.fi>
10599 L: linux-media@vger.kernel.org
10600 S: Maintained
10601 F: drivers/media/i2c/smiapp/
10602 F: include/media/i2c/smiapp.h
10603 F: drivers/media/i2c/smiapp-pll.c
10604 F: drivers/media/i2c/smiapp-pll.h
10605 F: include/uapi/linux/smiapp.h
10606 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10607
10608 SMM665 HARDWARE MONITOR DRIVER
10609 M: Guenter Roeck <linux@roeck-us.net>
10610 L: linux-hwmon@vger.kernel.org
10611 S: Maintained
10612 F: Documentation/hwmon/smm665
10613 F: drivers/hwmon/smm665.c
10614
10615 SMSC EMC2103 HARDWARE MONITOR DRIVER
10616 M: Steve Glendinning <steve.glendinning@shawell.net>
10617 L: linux-hwmon@vger.kernel.org
10618 S: Maintained
10619 F: Documentation/hwmon/emc2103
10620 F: drivers/hwmon/emc2103.c
10621
10622 SMSC SCH5627 HARDWARE MONITOR DRIVER
10623 M: Hans de Goede <hdegoede@redhat.com>
10624 L: linux-hwmon@vger.kernel.org
10625 S: Supported
10626 F: Documentation/hwmon/sch5627
10627 F: drivers/hwmon/sch5627.c
10628
10629 SMSC47B397 HARDWARE MONITOR DRIVER
10630 M: Jean Delvare <jdelvare@suse.com>
10631 L: linux-hwmon@vger.kernel.org
10632 S: Maintained
10633 F: Documentation/hwmon/smsc47b397
10634 F: drivers/hwmon/smsc47b397.c
10635
10636 SMSC911x ETHERNET DRIVER
10637 M: Steve Glendinning <steve.glendinning@shawell.net>
10638 L: netdev@vger.kernel.org
10639 S: Maintained
10640 F: include/linux/smsc911x.h
10641 F: drivers/net/ethernet/smsc/smsc911x.*
10642
10643 SMSC9420 PCI ETHERNET DRIVER
10644 M: Steve Glendinning <steve.glendinning@shawell.net>
10645 L: netdev@vger.kernel.org
10646 S: Maintained
10647 F: drivers/net/ethernet/smsc/smsc9420.*
10648
10649 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10650 M: Steve Glendinning <steve.glendinning@shawell.net>
10651 L: linux-fbdev@vger.kernel.org
10652 S: Maintained
10653 F: drivers/video/fbdev/smscufx.c
10654
10655 SOC-CAMERA V4L2 SUBSYSTEM
10656 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10657 L: linux-media@vger.kernel.org
10658 T: git git://linuxtv.org/media_tree.git
10659 S: Maintained
10660 F: include/media/soc*
10661 F: drivers/media/i2c/soc_camera/
10662 F: drivers/media/platform/soc_camera/
10663
10664 SOEKRIS NET48XX LED SUPPORT
10665 M: Chris Boot <bootc@bootc.net>
10666 S: Maintained
10667 F: drivers/leds/leds-net48xx.c
10668
10669 SOFTLOGIC 6x10 MPEG CODEC
10670 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10671 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10672 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10673 M: Ismael Luceno <ismael@iodev.co.uk>
10674 L: linux-media@vger.kernel.org
10675 S: Supported
10676 F: drivers/media/pci/solo6x10/
10677
10678 SOFTWARE RAID (Multiple Disks) SUPPORT
10679 M: Shaohua Li <shli@kernel.org>
10680 L: linux-raid@vger.kernel.org
10681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10682 S: Supported
10683 F: drivers/md/
10684 F: include/linux/raid/
10685 F: include/uapi/linux/raid/
10686
10687 SONIC NETWORK DRIVER
10688 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10689 L: netdev@vger.kernel.org
10690 S: Maintained
10691 F: drivers/net/ethernet/natsemi/sonic.*
10692
10693 SONICS SILICON BACKPLANE DRIVER (SSB)
10694 M: Michael Buesch <m@bues.ch>
10695 L: linux-wireless@vger.kernel.org
10696 S: Maintained
10697 F: drivers/ssb/
10698 F: include/linux/ssb/
10699
10700 SONY VAIO CONTROL DEVICE DRIVER
10701 M: Mattia Dongili <malattia@linux.it>
10702 L: platform-driver-x86@vger.kernel.org
10703 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10704 S: Maintained
10705 F: Documentation/laptops/sony-laptop.txt
10706 F: drivers/char/sonypi.c
10707 F: drivers/platform/x86/sony-laptop.c
10708 F: include/linux/sony-laptop.h
10709
10710 SONY MEMORYSTICK CARD SUPPORT
10711 M: Alex Dubov <oakad@yahoo.com>
10712 W: http://tifmxx.berlios.de/
10713 S: Maintained
10714 F: drivers/memstick/host/tifm_ms.c
10715
10716 SONY MEMORYSTICK STANDARD SUPPORT
10717 M: Maxim Levitsky <maximlevitsky@gmail.com>
10718 S: Maintained
10719 F: drivers/memstick/core/ms_block.*
10720
10721 SOUND
10722 M: Jaroslav Kysela <perex@perex.cz>
10723 M: Takashi Iwai <tiwai@suse.com>
10724 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10725 W: http://www.alsa-project.org/
10726 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10727 T: git git://git.alsa-project.org/alsa-kernel.git
10728 Q: http://patchwork.kernel.org/project/alsa-devel/list/
10729 S: Maintained
10730 F: Documentation/sound/
10731 F: include/sound/
10732 F: include/uapi/sound/
10733 F: sound/
10734
10735 SOUND - COMPRESSED AUDIO
10736 M: Vinod Koul <vinod.koul@intel.com>
10737 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10739 S: Supported
10740 F: Documentation/sound/alsa/compress_offload.txt
10741 F: include/sound/compress_driver.h
10742 F: include/uapi/sound/compress_*
10743 F: sound/core/compress_offload.c
10744 F: sound/soc/soc-compress.c
10745
10746 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10747 M: Liam Girdwood <lgirdwood@gmail.com>
10748 M: Mark Brown <broonie@kernel.org>
10749 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10750 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10751 W: http://alsa-project.org/main/index.php/ASoC
10752 S: Supported
10753 F: Documentation/sound/alsa/soc/
10754 F: sound/soc/
10755 F: include/sound/soc*
10756
10757 SOUND - DMAENGINE HELPERS
10758 M: Lars-Peter Clausen <lars@metafoo.de>
10759 S: Supported
10760 F: include/sound/dmaengine_pcm.h
10761 F: sound/core/pcm_dmaengine.c
10762 F: sound/soc/soc-generic-dmaengine-pcm.c
10763
10764 SP2 MEDIA DRIVER
10765 M: Olli Salonen <olli.salonen@iki.fi>
10766 L: linux-media@vger.kernel.org
10767 W: https://linuxtv.org
10768 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10769 S: Maintained
10770 F: drivers/media/dvb-frontends/sp2*
10771
10772 SPARC + UltraSPARC (sparc/sparc64)
10773 M: "David S. Miller" <davem@davemloft.net>
10774 L: sparclinux@vger.kernel.org
10775 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10778 S: Maintained
10779 F: arch/sparc/
10780 F: drivers/sbus/
10781
10782 SPARC SERIAL DRIVERS
10783 M: "David S. Miller" <davem@davemloft.net>
10784 L: sparclinux@vger.kernel.org
10785 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10786 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10787 S: Maintained
10788 F: include/linux/sunserialcore.h
10789 F: drivers/tty/serial/suncore.c
10790 F: drivers/tty/serial/sunhv.c
10791 F: drivers/tty/serial/sunsab.c
10792 F: drivers/tty/serial/sunsab.h
10793 F: drivers/tty/serial/sunsu.c
10794 F: drivers/tty/serial/sunzilog.c
10795 F: drivers/tty/serial/sunzilog.h
10796
10797 SPARSE CHECKER
10798 M: "Christopher Li" <sparse@chrisli.org>
10799 L: linux-sparse@vger.kernel.org
10800 W: https://sparse.wiki.kernel.org/
10801 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10802 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10803 S: Maintained
10804 F: include/linux/compiler.h
10805
10806 SPEAR PLATFORM SUPPORT
10807 M: Viresh Kumar <vireshk@kernel.org>
10808 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10809 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10810 W: http://www.st.com/spear
10811 S: Maintained
10812 F: arch/arm/boot/dts/spear*
10813 F: arch/arm/mach-spear/
10814
10815 SPEAR CLOCK FRAMEWORK SUPPORT
10816 M: Viresh Kumar <vireshk@kernel.org>
10817 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10818 W: http://www.st.com/spear
10819 S: Maintained
10820 F: drivers/clk/spear/
10821
10822 SPI SUBSYSTEM
10823 M: Mark Brown <broonie@kernel.org>
10824 L: linux-spi@vger.kernel.org
10825 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10826 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10827 S: Maintained
10828 F: Documentation/spi/
10829 F: drivers/spi/
10830 F: include/linux/spi/
10831 F: include/uapi/linux/spi/
10832
10833 SPIDERNET NETWORK DRIVER for CELL
10834 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10835 L: netdev@vger.kernel.org
10836 S: Supported
10837 F: Documentation/networking/spider_net.txt
10838 F: drivers/net/ethernet/toshiba/spider_net*
10839
10840 SPU FILE SYSTEM
10841 M: Jeremy Kerr <jk@ozlabs.org>
10842 L: linuxppc-dev@lists.ozlabs.org
10843 W: http://www.ibm.com/developerworks/power/cell/
10844 S: Supported
10845 F: Documentation/filesystems/spufs.txt
10846 F: arch/powerpc/platforms/cell/spufs/
10847
10848 SQUASHFS FILE SYSTEM
10849 M: Phillip Lougher <phillip@squashfs.org.uk>
10850 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10851 W: http://squashfs.org.uk
10852 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10853 S: Maintained
10854 F: Documentation/filesystems/squashfs.txt
10855 F: fs/squashfs/
10856
10857 SRM (Alpha) environment access
10858 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10859 S: Maintained
10860 F: arch/alpha/kernel/srm_env.c
10861
10862 STABLE BRANCH
10863 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10864 L: stable@vger.kernel.org
10865 S: Supported
10866 F: Documentation/stable_kernel_rules.txt
10867
10868 STAGING SUBSYSTEM
10869 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10870 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10871 L: devel@driverdev.osuosl.org
10872 S: Supported
10873 F: drivers/staging/
10874
10875 STAGING - COMEDI
10876 M: Ian Abbott <abbotti@mev.co.uk>
10877 M: H Hartley Sweeten <hsweeten@visionengravers.com>
10878 S: Odd Fixes
10879 F: drivers/staging/comedi/
10880
10881 STAGING - FLARION FT1000 DRIVERS
10882 M: Marek Belisko <marek.belisko@gmail.com>
10883 S: Odd Fixes
10884 F: drivers/staging/ft1000/
10885
10886 STAGING - INDUSTRIAL IO
10887 M: Jonathan Cameron <jic23@kernel.org>
10888 L: linux-iio@vger.kernel.org
10889 S: Odd Fixes
10890 F: drivers/staging/iio/
10891
10892 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10893 M: Jarod Wilson <jarod@wilsonet.com>
10894 W: http://www.lirc.org/
10895 S: Odd Fixes
10896 F: drivers/staging/media/lirc/
10897
10898 STAGING - LUSTRE PARALLEL FILESYSTEM
10899 M: Oleg Drokin <oleg.drokin@intel.com>
10900 M: Andreas Dilger <andreas.dilger@intel.com>
10901 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10902 W: http://wiki.lustre.org/
10903 S: Maintained
10904 F: drivers/staging/lustre
10905
10906 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10907 M: Marc Dietrich <marvin24@gmx.de>
10908 L: ac100@lists.launchpad.net (moderated for non-subscribers)
10909 L: linux-tegra@vger.kernel.org
10910 S: Maintained
10911 F: drivers/staging/nvec/
10912
10913 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10914 M: Jens Frederich <jfrederich@gmail.com>
10915 M: Daniel Drake <dsd@laptop.org>
10916 M: Jon Nettleton <jon.nettleton@gmail.com>
10917 W: http://wiki.laptop.org/go/DCON
10918 S: Maintained
10919 F: drivers/staging/olpc_dcon/
10920
10921 STAGING - REALTEK RTL8712U DRIVERS
10922 M: Larry Finger <Larry.Finger@lwfinger.net>
10923 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10924 S: Odd Fixes
10925 F: drivers/staging/rtl8712/
10926
10927 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10928 M: Larry Finger <Larry.Finger@lwfinger.net>
10929 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10930 L: linux-wireless@vger.kernel.org
10931 S: Maintained
10932 F: drivers/staging/rtl8723au/
10933
10934 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10935 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10936 M: Teddy Wang <teddy.wang@siliconmotion.com>
10937 M: Sudip Mukherjee <sudip@vectorindia.org>
10938 L: linux-fbdev@vger.kernel.org
10939 S: Maintained
10940 F: drivers/staging/sm750fb/
10941
10942 STAGING - SLICOSS
10943 M: Lior Dotan <liodot@gmail.com>
10944 M: Christopher Harrer <charrer@alacritech.com>
10945 S: Odd Fixes
10946 F: drivers/staging/slicoss/
10947
10948 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10949 M: William Hubbs <w.d.hubbs@gmail.com>
10950 M: Chris Brannon <chris@the-brannons.com>
10951 M: Kirk Reiser <kirk@reisers.ca>
10952 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10953 L: speakup@linux-speakup.org
10954 W: http://www.linux-speakup.org/
10955 S: Odd Fixes
10956 F: drivers/staging/speakup/
10957
10958 STAGING - VIA VT665X DRIVERS
10959 M: Forest Bond <forest@alittletooquiet.net>
10960 S: Odd Fixes
10961 F: drivers/staging/vt665?/
10962
10963 STAGING - WILC1000 WIFI DRIVER
10964 M: Johnny Kim <johnny.kim@atmel.com>
10965 M: Austin Shin <austin.shin@atmel.com>
10966 M: Chris Park <chris.park@atmel.com>
10967 M: Tony Cho <tony.cho@atmel.com>
10968 M: Glen Lee <glen.lee@atmel.com>
10969 M: Leo Kim <leo.kim@atmel.com>
10970 L: linux-wireless@vger.kernel.org
10971 S: Supported
10972 F: drivers/staging/wilc1000/
10973
10974 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10975 M: Arnaud Patard <arnaud.patard@rtp-net.org>
10976 S: Odd Fixes
10977 F: drivers/staging/xgifb/
10978
10979 STARFIRE/DURALAN NETWORK DRIVER
10980 M: Ion Badulescu <ionut@badula.org>
10981 S: Odd Fixes
10982 F: drivers/net/ethernet/adaptec/starfire*
10983
10984 SUN3/3X
10985 M: Sam Creasey <sammy@sammy.net>
10986 W: http://sammy.net/sun3/
10987 S: Maintained
10988 F: arch/m68k/kernel/*sun3*
10989 F: arch/m68k/sun3*/
10990 F: arch/m68k/include/asm/sun3*
10991 F: drivers/net/ethernet/i825xx/sun3*
10992
10993 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10994 M: Hans de Goede <hdegoede@redhat.com>
10995 L: linux-input@vger.kernel.org
10996 S: Maintained
10997 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10998 F: drivers/input/keyboard/sun4i-lradc-keys.c
10999
11000 SUNDANCE NETWORK DRIVER
11001 M: Denis Kirjanov <kda@linux-powerpc.org>
11002 L: netdev@vger.kernel.org
11003 S: Maintained
11004 F: drivers/net/ethernet/dlink/sundance.c
11005
11006 SUPERH
11007 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11008 M: Rich Felker <dalias@libc.org>
11009 L: linux-sh@vger.kernel.org
11010 Q: http://patchwork.kernel.org/project/linux-sh/list/
11011 S: Maintained
11012 F: Documentation/sh/
11013 F: arch/sh/
11014 F: drivers/sh/
11015
11016 SUSPEND TO RAM
11017 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11018 M: Len Brown <len.brown@intel.com>
11019 M: Pavel Machek <pavel@ucw.cz>
11020 L: linux-pm@vger.kernel.org
11021 S: Supported
11022 F: Documentation/power/
11023 F: arch/x86/kernel/acpi/
11024 F: drivers/base/power/
11025 F: kernel/power/
11026 F: include/linux/suspend.h
11027 F: include/linux/freezer.h
11028 F: include/linux/pm.h
11029
11030 SVGA HANDLING
11031 M: Martin Mares <mj@ucw.cz>
11032 L: linux-video@atrey.karlin.mff.cuni.cz
11033 S: Maintained
11034 F: Documentation/svga.txt
11035 F: arch/x86/boot/video*
11036
11037 SWIOTLB SUBSYSTEM
11038 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11039 L: linux-kernel@vger.kernel.org
11040 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11041 S: Supported
11042 F: lib/swiotlb.c
11043 F: arch/*/kernel/pci-swiotlb.c
11044 F: include/linux/swiotlb.h
11045
11046 SWITCHDEV
11047 M: Jiri Pirko <jiri@resnulli.us>
11048 L: netdev@vger.kernel.org
11049 S: Supported
11050 F: net/switchdev/
11051 F: include/net/switchdev.h
11052
11053 SYNOPSYS ARC ARCHITECTURE
11054 M: Vineet Gupta <vgupta@synopsys.com>
11055 L: linux-snps-arc@lists.infradead.org
11056 S: Supported
11057 F: arch/arc/
11058 F: Documentation/devicetree/bindings/arc/*
11059 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11060 F: drivers/tty/serial/arc_uart.c
11061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11062
11063 SYNOPSYS ARC SDP platform support
11064 M: Alexey Brodkin <abrodkin@synopsys.com>
11065 S: Supported
11066 F: arch/arc/plat-axs10x
11067 F: arch/arc/boot/dts/ax*
11068 F: Documentation/devicetree/bindings/arc/axs10*
11069
11070 SYSTEM CONFIGURATION (SYSCON)
11071 M: Lee Jones <lee.jones@linaro.org>
11072 M: Arnd Bergmann <arnd@arndb.de>
11073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11074 S: Supported
11075 F: drivers/mfd/syscon.c
11076
11077 SYSV FILESYSTEM
11078 M: Christoph Hellwig <hch@infradead.org>
11079 S: Maintained
11080 F: Documentation/filesystems/sysv-fs.txt
11081 F: fs/sysv/
11082 F: include/linux/sysv_fs.h
11083
11084 TARGET SUBSYSTEM
11085 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11086 L: linux-scsi@vger.kernel.org
11087 L: target-devel@vger.kernel.org
11088 W: http://www.linux-iscsi.org
11089 W: http://groups.google.com/group/linux-iscsi-target-dev
11090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11091 S: Supported
11092 F: drivers/target/
11093 F: include/target/
11094 F: Documentation/target/
11095
11096 TASKSTATS STATISTICS INTERFACE
11097 M: Balbir Singh <bsingharora@gmail.com>
11098 S: Maintained
11099 F: Documentation/accounting/taskstats*
11100 F: include/linux/taskstats*
11101 F: kernel/taskstats.c
11102
11103 TC CLASSIFIER
11104 M: Jamal Hadi Salim <jhs@mojatatu.com>
11105 L: netdev@vger.kernel.org
11106 S: Maintained
11107 F: include/net/pkt_cls.h
11108 F: include/uapi/linux/pkt_cls.h
11109 F: net/sched/
11110
11111 TCP LOW PRIORITY MODULE
11112 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11113 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11114 W: http://tcp-lp-mod.sourceforge.net/
11115 S: Maintained
11116 F: net/ipv4/tcp_lp.c
11117
11118 TDA10071 MEDIA DRIVER
11119 M: Antti Palosaari <crope@iki.fi>
11120 L: linux-media@vger.kernel.org
11121 W: https://linuxtv.org
11122 W: http://palosaari.fi/linux/
11123 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11124 T: git git://linuxtv.org/anttip/media_tree.git
11125 S: Maintained
11126 F: drivers/media/dvb-frontends/tda10071*
11127
11128 TDA18212 MEDIA DRIVER
11129 M: Antti Palosaari <crope@iki.fi>
11130 L: linux-media@vger.kernel.org
11131 W: https://linuxtv.org
11132 W: http://palosaari.fi/linux/
11133 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11134 T: git git://linuxtv.org/anttip/media_tree.git
11135 S: Maintained
11136 F: drivers/media/tuners/tda18212*
11137
11138 TDA18218 MEDIA DRIVER
11139 M: Antti Palosaari <crope@iki.fi>
11140 L: linux-media@vger.kernel.org
11141 W: https://linuxtv.org
11142 W: http://palosaari.fi/linux/
11143 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11144 T: git git://linuxtv.org/anttip/media_tree.git
11145 S: Maintained
11146 F: drivers/media/tuners/tda18218*
11147
11148 TDA18271 MEDIA DRIVER
11149 M: Michael Krufky <mkrufky@linuxtv.org>
11150 L: linux-media@vger.kernel.org
11151 W: https://linuxtv.org
11152 W: http://github.com/mkrufky
11153 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11154 T: git git://linuxtv.org/mkrufky/tuners.git
11155 S: Maintained
11156 F: drivers/media/tuners/tda18271*
11157
11158 TDA827x MEDIA DRIVER
11159 M: Michael Krufky <mkrufky@linuxtv.org>
11160 L: linux-media@vger.kernel.org
11161 W: https://linuxtv.org
11162 W: http://github.com/mkrufky
11163 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11164 T: git git://linuxtv.org/mkrufky/tuners.git
11165 S: Maintained
11166 F: drivers/media/tuners/tda8290.*
11167
11168 TDA8290 MEDIA DRIVER
11169 M: Michael Krufky <mkrufky@linuxtv.org>
11170 L: linux-media@vger.kernel.org
11171 W: https://linuxtv.org
11172 W: http://github.com/mkrufky
11173 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11174 T: git git://linuxtv.org/mkrufky/tuners.git
11175 S: Maintained
11176 F: drivers/media/tuners/tda8290.*
11177
11178 TDA9840 MEDIA DRIVER
11179 M: Hans Verkuil <hverkuil@xs4all.nl>
11180 L: linux-media@vger.kernel.org
11181 T: git git://linuxtv.org/media_tree.git
11182 W: https://linuxtv.org
11183 S: Maintained
11184 F: drivers/media/i2c/tda9840*
11185
11186 TEA5761 TUNER DRIVER
11187 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11188 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11189 L: linux-media@vger.kernel.org
11190 W: https://linuxtv.org
11191 T: git git://linuxtv.org/media_tree.git
11192 S: Odd fixes
11193 F: drivers/media/tuners/tea5761.*
11194
11195 TEA5767 TUNER DRIVER
11196 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11197 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11198 L: linux-media@vger.kernel.org
11199 W: https://linuxtv.org
11200 T: git git://linuxtv.org/media_tree.git
11201 S: Maintained
11202 F: drivers/media/tuners/tea5767.*
11203
11204 TEA6415C MEDIA DRIVER
11205 M: Hans Verkuil <hverkuil@xs4all.nl>
11206 L: linux-media@vger.kernel.org
11207 T: git git://linuxtv.org/media_tree.git
11208 W: https://linuxtv.org
11209 S: Maintained
11210 F: drivers/media/i2c/tea6415c*
11211
11212 TEA6420 MEDIA DRIVER
11213 M: Hans Verkuil <hverkuil@xs4all.nl>
11214 L: linux-media@vger.kernel.org
11215 T: git git://linuxtv.org/media_tree.git
11216 W: https://linuxtv.org
11217 S: Maintained
11218 F: drivers/media/i2c/tea6420*
11219
11220 TEAM DRIVER
11221 M: Jiri Pirko <jiri@resnulli.us>
11222 L: netdev@vger.kernel.org
11223 S: Supported
11224 F: drivers/net/team/
11225 F: include/linux/if_team.h
11226 F: include/uapi/linux/if_team.h
11227
11228 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11229 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11230 S: Maintained
11231 F: arch/x86/platform/ts5500/
11232
11233 TECHNOTREND USB IR RECEIVER
11234 M: Sean Young <sean@mess.org>
11235 L: linux-media@vger.kernel.org
11236 S: Maintained
11237 F: drivers/media/rc/ttusbir.c
11238
11239 TEGRA ARCHITECTURE SUPPORT
11240 M: Stephen Warren <swarren@wwwdotorg.org>
11241 M: Thierry Reding <thierry.reding@gmail.com>
11242 M: Alexandre Courbot <gnurou@gmail.com>
11243 L: linux-tegra@vger.kernel.org
11244 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11246 S: Supported
11247 N: [^a-z]tegra
11248
11249 TEGRA CLOCK DRIVER
11250 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11251 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11252 S: Supported
11253 F: drivers/clk/tegra/
11254
11255 TEGRA DMA DRIVERS
11256 M: Laxman Dewangan <ldewangan@nvidia.com>
11257 M: Jon Hunter <jonathanh@nvidia.com>
11258 S: Supported
11259 F: drivers/dma/tegra*
11260
11261 TEGRA I2C DRIVER
11262 M: Laxman Dewangan <ldewangan@nvidia.com>
11263 S: Supported
11264 F: drivers/i2c/busses/i2c-tegra.c
11265
11266 TEGRA IOMMU DRIVERS
11267 M: Hiroshi Doyu <hdoyu@nvidia.com>
11268 S: Supported
11269 F: drivers/iommu/tegra*
11270
11271 TEGRA KBC DRIVER
11272 M: Rakesh Iyer <riyer@nvidia.com>
11273 M: Laxman Dewangan <ldewangan@nvidia.com>
11274 S: Supported
11275 F: drivers/input/keyboard/tegra-kbc.c
11276
11277 TEGRA PWM DRIVER
11278 M: Thierry Reding <thierry.reding@gmail.com>
11279 S: Supported
11280 F: drivers/pwm/pwm-tegra.c
11281
11282 TEGRA SERIAL DRIVER
11283 M: Laxman Dewangan <ldewangan@nvidia.com>
11284 S: Supported
11285 F: drivers/tty/serial/serial-tegra.c
11286
11287 TEGRA SPI DRIVER
11288 M: Laxman Dewangan <ldewangan@nvidia.com>
11289 S: Supported
11290 F: drivers/spi/spi-tegra*
11291
11292 TEHUTI ETHERNET DRIVER
11293 M: Andy Gospodarek <andy@greyhouse.net>
11294 L: netdev@vger.kernel.org
11295 S: Supported
11296 F: drivers/net/ethernet/tehuti/*
11297
11298 Telecom Clock Driver for MCPL0010
11299 M: Mark Gross <mark.gross@intel.com>
11300 S: Supported
11301 F: drivers/char/tlclk.c
11302
11303 TENSILICA XTENSA PORT (xtensa)
11304 M: Chris Zankel <chris@zankel.net>
11305 M: Max Filippov <jcmvbkbc@gmail.com>
11306 L: linux-xtensa@linux-xtensa.org
11307 T: git git://github.com/czankel/xtensa-linux.git
11308 S: Maintained
11309 F: arch/xtensa/
11310 F: drivers/irqchip/irq-xtensa-*
11311
11312 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11313 M: Hans Verkuil <hverkuil@xs4all.nl>
11314 L: linux-media@vger.kernel.org
11315 T: git git://linuxtv.org/media_tree.git
11316 W: https://linuxtv.org
11317 S: Maintained
11318 F: drivers/media/radio/radio-raremono.c
11319
11320 THERMAL
11321 M: Zhang Rui <rui.zhang@intel.com>
11322 M: Eduardo Valentin <edubezval@gmail.com>
11323 L: linux-pm@vger.kernel.org
11324 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11326 Q: https://patchwork.kernel.org/project/linux-pm/list/
11327 S: Supported
11328 F: drivers/thermal/
11329 F: include/linux/thermal.h
11330 F: include/uapi/linux/thermal.h
11331 F: include/linux/cpu_cooling.h
11332 F: Documentation/devicetree/bindings/thermal/
11333
11334 THERMAL/CPU_COOLING
11335 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11336 M: Viresh Kumar <viresh.kumar@linaro.org>
11337 M: Javi Merino <javi.merino@arm.com>
11338 L: linux-pm@vger.kernel.org
11339 S: Supported
11340 F: Documentation/thermal/cpu-cooling-api.txt
11341 F: drivers/thermal/cpu_cooling.c
11342 F: include/linux/cpu_cooling.h
11343
11344 THINGM BLINK(1) USB RGB LED DRIVER
11345 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11346 S: Maintained
11347 F: drivers/hid/hid-thingm.c
11348
11349 THINKPAD ACPI EXTRAS DRIVER
11350 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11351 L: ibm-acpi-devel@lists.sourceforge.net
11352 L: platform-driver-x86@vger.kernel.org
11353 W: http://ibm-acpi.sourceforge.net
11354 W: http://thinkwiki.org/wiki/Ibm-acpi
11355 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11356 S: Maintained
11357 F: drivers/platform/x86/thinkpad_acpi.c
11358
11359 TI BANDGAP AND THERMAL DRIVER
11360 M: Eduardo Valentin <edubezval@gmail.com>
11361 M: Keerthy <j-keerthy@ti.com>
11362 L: linux-pm@vger.kernel.org
11363 L: linux-omap@vger.kernel.org
11364 S: Maintained
11365 F: drivers/thermal/ti-soc-thermal/
11366
11367 TI VPE/CAL DRIVERS
11368 M: Benoit Parrot <bparrot@ti.com>
11369 L: linux-media@vger.kernel.org
11370 W: http://linuxtv.org/
11371 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11372 S: Maintained
11373 F: drivers/media/platform/ti-vpe/
11374
11375 TI CDCE706 CLOCK DRIVER
11376 M: Max Filippov <jcmvbkbc@gmail.com>
11377 S: Maintained
11378 F: drivers/clk/clk-cdce706.c
11379
11380 TI CLOCK DRIVER
11381 M: Tero Kristo <t-kristo@ti.com>
11382 L: linux-omap@vger.kernel.org
11383 S: Maintained
11384 F: drivers/clk/ti/
11385 F: include/linux/clk/ti.h
11386
11387 TI ETHERNET SWITCH DRIVER (CPSW)
11388 M: Mugunthan V N <mugunthanvnm@ti.com>
11389 R: Grygorii Strashko <grygorii.strashko@ti.com>
11390 L: linux-omap@vger.kernel.org
11391 L: netdev@vger.kernel.org
11392 S: Maintained
11393 F: drivers/net/ethernet/ti/cpsw*
11394 F: drivers/net/ethernet/ti/davinci*
11395
11396 TI FLASH MEDIA INTERFACE DRIVER
11397 M: Alex Dubov <oakad@yahoo.com>
11398 S: Maintained
11399 F: drivers/misc/tifm*
11400 F: drivers/mmc/host/tifm_sd.c
11401 F: include/linux/tifm.h
11402
11403 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11404 M: Santosh Shilimkar <ssantosh@kernel.org>
11405 L: linux-kernel@vger.kernel.org
11406 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11407 S: Maintained
11408 F: drivers/soc/ti/*
11409 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11410
11411
11412 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11413 M: M R Swami Reddy <mr.swami.reddy@ti.com>
11414 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11415 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11416 S: Maintained
11417 F: sound/soc/codecs/lm49453*
11418 F: sound/soc/codecs/isabelle*
11419
11420 TI LP855x BACKLIGHT DRIVER
11421 M: Milo Kim <milo.kim@ti.com>
11422 S: Maintained
11423 F: Documentation/backlight/lp855x-driver.txt
11424 F: drivers/video/backlight/lp855x_bl.c
11425 F: include/linux/platform_data/lp855x.h
11426
11427 TI LP8727 CHARGER DRIVER
11428 M: Milo Kim <milo.kim@ti.com>
11429 S: Maintained
11430 F: drivers/power/lp8727_charger.c
11431 F: include/linux/platform_data/lp8727.h
11432
11433 TI LP8788 MFD DRIVER
11434 M: Milo Kim <milo.kim@ti.com>
11435 S: Maintained
11436 F: drivers/iio/adc/lp8788_adc.c
11437 F: drivers/leds/leds-lp8788.c
11438 F: drivers/mfd/lp8788*.c
11439 F: drivers/power/lp8788-charger.c
11440 F: drivers/regulator/lp8788-*.c
11441 F: include/linux/mfd/lp8788*.h
11442
11443 TI NETCP ETHERNET DRIVER
11444 M: Wingman Kwok <w-kwok2@ti.com>
11445 M: Murali Karicheri <m-karicheri2@ti.com>
11446 L: netdev@vger.kernel.org
11447 S: Maintained
11448 F: drivers/net/ethernet/ti/netcp*
11449
11450 TI TAS571X FAMILY ASoC CODEC DRIVER
11451 M: Kevin Cernekee <cernekee@chromium.org>
11452 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11453 S: Odd Fixes
11454 F: sound/soc/codecs/tas571x*
11455
11456 TI TWL4030 SERIES SOC CODEC DRIVER
11457 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11458 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11459 S: Maintained
11460 F: sound/soc/codecs/twl4030*
11461
11462 TI WILINK WIRELESS DRIVERS
11463 L: linux-wireless@vger.kernel.org
11464 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11465 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11467 S: Orphan
11468 F: drivers/net/wireless/ti/
11469 F: include/linux/wl12xx.h
11470
11471 TIPC NETWORK LAYER
11472 M: Jon Maloy <jon.maloy@ericsson.com>
11473 M: Ying Xue <ying.xue@windriver.com>
11474 L: netdev@vger.kernel.org (core kernel code)
11475 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11476 W: http://tipc.sourceforge.net/
11477 S: Maintained
11478 F: include/uapi/linux/tipc*.h
11479 F: net/tipc/
11480
11481 TILE ARCHITECTURE
11482 M: Chris Metcalf <cmetcalf@mellanox.com>
11483 W: http://www.mellanox.com/repository/solutions/tile-scm/
11484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11485 S: Supported
11486 F: arch/tile/
11487 F: drivers/char/tile-srom.c
11488 F: drivers/edac/tile_edac.c
11489 F: drivers/net/ethernet/tile/
11490 F: drivers/rtc/rtc-tile.c
11491 F: drivers/tty/hvc/hvc_tile.c
11492 F: drivers/tty/serial/tilegx.c
11493 F: drivers/usb/host/*-tilegx.c
11494 F: include/linux/usb/tilegx.h
11495
11496 TLAN NETWORK DRIVER
11497 M: Samuel Chessman <chessman@tux.org>
11498 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11499 W: http://sourceforge.net/projects/tlan/
11500 S: Maintained
11501 F: Documentation/networking/tlan.txt
11502 F: drivers/net/ethernet/ti/tlan.*
11503
11504 TOMOYO SECURITY MODULE
11505 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11506 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11507 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11508 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11509 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11510 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11511 W: http://tomoyo.sourceforge.jp/
11512 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11513 S: Maintained
11514 F: security/tomoyo/
11515
11516 TOPSTAR LAPTOP EXTRAS DRIVER
11517 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11518 L: platform-driver-x86@vger.kernel.org
11519 S: Maintained
11520 F: drivers/platform/x86/topstar-laptop.c
11521
11522 TOSHIBA ACPI EXTRAS DRIVER
11523 M: Azael Avalos <coproscefalo@gmail.com>
11524 L: platform-driver-x86@vger.kernel.org
11525 S: Maintained
11526 F: drivers/platform/x86/toshiba_acpi.c
11527
11528 TOSHIBA BLUETOOTH DRIVER
11529 M: Azael Avalos <coproscefalo@gmail.com>
11530 L: platform-driver-x86@vger.kernel.org
11531 S: Maintained
11532 F: drivers/platform/x86/toshiba_bluetooth.c
11533
11534 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11535 M: Azael Avalos <coproscefalo@gmail.com>
11536 L: platform-driver-x86@vger.kernel.org
11537 S: Maintained
11538 F: drivers/platform/x86/toshiba_haps.c
11539
11540 TOSHIBA WMI HOTKEYS DRIVER
11541 M: Azael Avalos <coproscefalo@gmail.com>
11542 L: platform-driver-x86@vger.kernel.org
11543 S: Maintained
11544 F: drivers/platform/x86/toshiba-wmi.c
11545
11546 TOSHIBA SMM DRIVER
11547 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11548 W: http://www.buzzard.org.uk/toshiba/
11549 S: Maintained
11550 F: drivers/char/toshiba.c
11551 F: include/linux/toshiba.h
11552 F: include/uapi/linux/toshiba.h
11553
11554 TOSHIBA TC358743 DRIVER
11555 M: Mats Randgaard <matrandg@cisco.com>
11556 L: linux-media@vger.kernel.org
11557 S: Maintained
11558 F: drivers/media/i2c/tc358743*
11559 F: include/media/i2c/tc358743.h
11560
11561 TMIO/SDHI MMC DRIVER
11562 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11563 L: linux-mmc@vger.kernel.org
11564 S: Supported
11565 F: drivers/mmc/host/tmio_mmc*
11566 F: drivers/mmc/host/sh_mobile_sdhi.c
11567 F: include/linux/mfd/tmio.h
11568
11569 TMP401 HARDWARE MONITOR DRIVER
11570 M: Guenter Roeck <linux@roeck-us.net>
11571 L: linux-hwmon@vger.kernel.org
11572 S: Maintained
11573 F: Documentation/hwmon/tmp401
11574 F: drivers/hwmon/tmp401.c
11575
11576 TMPFS (SHMEM FILESYSTEM)
11577 M: Hugh Dickins <hughd@google.com>
11578 L: linux-mm@kvack.org
11579 S: Maintained
11580 F: include/linux/shmem_fs.h
11581 F: mm/shmem.c
11582
11583 TM6000 VIDEO4LINUX DRIVER
11584 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11585 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11586 L: linux-media@vger.kernel.org
11587 W: https://linuxtv.org
11588 T: git git://linuxtv.org/media_tree.git
11589 S: Odd fixes
11590 F: drivers/media/usb/tm6000/
11591
11592 TW68 VIDEO4LINUX DRIVER
11593 M: Hans Verkuil <hverkuil@xs4all.nl>
11594 L: linux-media@vger.kernel.org
11595 T: git git://linuxtv.org/media_tree.git
11596 W: https://linuxtv.org
11597 S: Odd Fixes
11598 F: drivers/media/pci/tw68/
11599
11600 TW686X VIDEO4LINUX DRIVER
11601 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11602 L: linux-media@vger.kernel.org
11603 T: git git://linuxtv.org/media_tree.git
11604 W: http://linuxtv.org
11605 S: Maintained
11606 F: drivers/media/pci/tw686x/
11607
11608 TPM DEVICE DRIVER
11609 M: Peter Huewe <peterhuewe@gmx.de>
11610 M: Marcel Selhorst <tpmdd@selhorst.net>
11611 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11612 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11613 W: http://tpmdd.sourceforge.net
11614 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11615 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11616 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11617 S: Maintained
11618 F: drivers/char/tpm/
11619
11620 TPM IBM_VTPM DEVICE DRIVER
11621 M: Ashley Lai <ashleydlai@gmail.com>
11622 W: http://tpmdd.sourceforge.net
11623 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11624 S: Maintained
11625 F: drivers/char/tpm/tpm_ibmvtpm*
11626
11627 TRACING
11628 M: Steven Rostedt <rostedt@goodmis.org>
11629 M: Ingo Molnar <mingo@redhat.com>
11630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11631 S: Maintained
11632 F: Documentation/trace/ftrace.txt
11633 F: arch/*/*/*/ftrace.h
11634 F: arch/*/kernel/ftrace.c
11635 F: include/*/ftrace.h
11636 F: include/linux/trace*.h
11637 F: include/trace/
11638 F: kernel/trace/
11639 F: tools/testing/selftests/ftrace/
11640
11641 TRACING MMIO ACCESSES (MMIOTRACE)
11642 M: Steven Rostedt <rostedt@goodmis.org>
11643 M: Ingo Molnar <mingo@kernel.org>
11644 R: Karol Herbst <karolherbst@gmail.com>
11645 R: Pekka Paalanen <ppaalanen@gmail.com>
11646 S: Maintained
11647 L: linux-kernel@vger.kernel.org
11648 L: nouveau@lists.freedesktop.org
11649 F: kernel/trace/trace_mmiotrace.c
11650 F: include/linux/mmiotrace.h
11651 F: arch/x86/mm/kmmio.c
11652 F: arch/x86/mm/mmio-mod.c
11653 F: arch/x86/mm/testmmiotrace.c
11654
11655 TRIVIAL PATCHES
11656 M: Jiri Kosina <trivial@kernel.org>
11657 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11658 S: Maintained
11659 K: ^Subject:.*(?i)trivial
11660
11661 TTY LAYER
11662 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11663 M: Jiri Slaby <jslaby@suse.com>
11664 S: Supported
11665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11666 F: Documentation/serial/
11667 F: drivers/tty/
11668 F: drivers/tty/serial/serial_core.c
11669 F: include/linux/serial_core.h
11670 F: include/linux/serial.h
11671 F: include/linux/tty.h
11672 F: include/uapi/linux/serial_core.h
11673 F: include/uapi/linux/serial.h
11674 F: include/uapi/linux/tty.h
11675
11676 TUA9001 MEDIA DRIVER
11677 M: Antti Palosaari <crope@iki.fi>
11678 L: linux-media@vger.kernel.org
11679 W: https://linuxtv.org
11680 W: http://palosaari.fi/linux/
11681 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11682 T: git git://linuxtv.org/anttip/media_tree.git
11683 S: Maintained
11684 F: drivers/media/tuners/tua9001*
11685
11686 TULIP NETWORK DRIVERS
11687 L: netdev@vger.kernel.org
11688 L: linux-parisc@vger.kernel.org
11689 S: Orphan
11690 F: drivers/net/ethernet/dec/tulip/
11691
11692 TUN/TAP driver
11693 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11694 W: http://vtun.sourceforge.net/tun
11695 S: Maintained
11696 F: Documentation/networking/tuntap.txt
11697 F: arch/um/os-Linux/drivers/
11698
11699 TURBOCHANNEL SUBSYSTEM
11700 M: "Maciej W. Rozycki" <macro@linux-mips.org>
11701 M: Ralf Baechle <ralf@linux-mips.org>
11702 L: linux-mips@linux-mips.org
11703 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11704 S: Maintained
11705 F: drivers/tc/
11706 F: include/linux/tc.h
11707
11708 U14-34F SCSI DRIVER
11709 M: Dario Ballabio <ballabio_dario@emc.com>
11710 L: linux-scsi@vger.kernel.org
11711 S: Maintained
11712 F: drivers/scsi/u14-34f.c
11713
11714 UBI FILE SYSTEM (UBIFS)
11715 M: Richard Weinberger <richard@nod.at>
11716 M: Artem Bityutskiy <dedekind1@gmail.com>
11717 M: Adrian Hunter <adrian.hunter@intel.com>
11718 L: linux-mtd@lists.infradead.org
11719 T: git git://git.infradead.org/ubifs-2.6.git
11720 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11721 S: Supported
11722 F: Documentation/filesystems/ubifs.txt
11723 F: fs/ubifs/
11724
11725 UCLINUX (M68KNOMMU AND COLDFIRE)
11726 M: Greg Ungerer <gerg@linux-m68k.org>
11727 W: http://www.linux-m68k.org/
11728 W: http://www.uclinux.org/
11729 L: linux-m68k@lists.linux-m68k.org
11730 L: uclinux-dev@uclinux.org (subscribers-only)
11731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11732 S: Maintained
11733 F: arch/m68k/coldfire/
11734 F: arch/m68k/68*/
11735 F: arch/m68k/*/*_no.*
11736 F: arch/m68k/include/asm/*_no.*
11737
11738 UDF FILESYSTEM
11739 M: Jan Kara <jack@suse.com>
11740 S: Maintained
11741 F: Documentation/filesystems/udf.txt
11742 F: fs/udf/
11743
11744 UFS FILESYSTEM
11745 M: Evgeniy Dushistov <dushistov@mail.ru>
11746 S: Maintained
11747 F: Documentation/filesystems/ufs.txt
11748 F: fs/ufs/
11749
11750 UHID USERSPACE HID IO DRIVER:
11751 M: David Herrmann <dh.herrmann@googlemail.com>
11752 L: linux-input@vger.kernel.org
11753 S: Maintained
11754 F: drivers/hid/uhid.c
11755 F: include/uapi/linux/uhid.h
11756
11757 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11758 L: linux-usb@vger.kernel.org
11759 S: Orphan
11760 F: drivers/uwb/
11761 F: include/linux/uwb.h
11762 F: include/linux/uwb/
11763
11764 UNICORE32 ARCHITECTURE:
11765 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11766 W: http://mprc.pku.edu.cn/~guanxuetao/linux
11767 S: Maintained
11768 T: git git://github.com/gxt/linux.git
11769 F: arch/unicore32/
11770
11771 UNIFDEF
11772 M: Tony Finch <dot@dotat.at>
11773 W: http://dotat.at/prog/unifdef
11774 S: Maintained
11775 F: scripts/unifdef.c
11776
11777 UNIFORM CDROM DRIVER
11778 M: Jens Axboe <axboe@kernel.dk>
11779 W: http://www.kernel.dk
11780 S: Maintained
11781 F: Documentation/cdrom/
11782 F: drivers/cdrom/cdrom.c
11783 F: include/linux/cdrom.h
11784 F: include/uapi/linux/cdrom.h
11785
11786 UNISYS S-PAR DRIVERS
11787 M: David Kershner <david.kershner@unisys.com>
11788 L: sparmaintainer@unisys.com (Unisys internal)
11789 S: Supported
11790 F: drivers/staging/unisys/
11791
11792 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11793 M: Vinayak Holikatti <vinholikatti@gmail.com>
11794 L: linux-scsi@vger.kernel.org
11795 S: Supported
11796 F: Documentation/scsi/ufs.txt
11797 F: drivers/scsi/ufs/
11798
11799 UNSORTED BLOCK IMAGES (UBI)
11800 M: Artem Bityutskiy <dedekind1@gmail.com>
11801 M: Richard Weinberger <richard@nod.at>
11802 W: http://www.linux-mtd.infradead.org/
11803 L: linux-mtd@lists.infradead.org
11804 T: git git://git.infradead.org/ubifs-2.6.git
11805 S: Supported
11806 F: drivers/mtd/ubi/
11807 F: include/linux/mtd/ubi.h
11808 F: include/uapi/mtd/ubi-user.h
11809
11810 USB ACM DRIVER
11811 M: Oliver Neukum <oneukum@suse.com>
11812 L: linux-usb@vger.kernel.org
11813 S: Maintained
11814 F: Documentation/usb/acm.txt
11815 F: drivers/usb/class/cdc-acm.*
11816
11817 USB AR5523 WIRELESS DRIVER
11818 M: Pontus Fuchs <pontus.fuchs@gmail.com>
11819 L: linux-wireless@vger.kernel.org
11820 S: Maintained
11821 F: drivers/net/wireless/ath/ar5523/
11822
11823 USB ATTACHED SCSI
11824 M: Hans de Goede <hdegoede@redhat.com>
11825 M: Gerd Hoffmann <kraxel@redhat.com>
11826 L: linux-usb@vger.kernel.org
11827 L: linux-scsi@vger.kernel.org
11828 S: Maintained
11829 F: drivers/usb/storage/uas.c
11830
11831 USB CDC ETHERNET DRIVER
11832 M: Oliver Neukum <oliver@neukum.org>
11833 L: linux-usb@vger.kernel.org
11834 S: Maintained
11835 F: drivers/net/usb/cdc_*.c
11836 F: include/uapi/linux/usb/cdc.h
11837
11838 USB CHAOSKEY DRIVER
11839 M: Keith Packard <keithp@keithp.com>
11840 L: linux-usb@vger.kernel.org
11841 S: Maintained
11842 F: drivers/usb/misc/chaoskey.c
11843
11844 USB CYPRESS C67X00 DRIVER
11845 M: Peter Korsgaard <jacmet@sunsite.dk>
11846 L: linux-usb@vger.kernel.org
11847 S: Maintained
11848 F: drivers/usb/c67x00/
11849
11850 USB DAVICOM DM9601 DRIVER
11851 M: Peter Korsgaard <jacmet@sunsite.dk>
11852 L: netdev@vger.kernel.org
11853 W: http://www.linux-usb.org/usbnet
11854 S: Maintained
11855 F: drivers/net/usb/dm9601.c
11856
11857 USB DIAMOND RIO500 DRIVER
11858 M: Cesar Miquel <miquel@df.uba.ar>
11859 L: rio500-users@lists.sourceforge.net
11860 W: http://rio500.sourceforge.net
11861 S: Maintained
11862 F: drivers/usb/misc/rio500*
11863
11864 USB EHCI DRIVER
11865 M: Alan Stern <stern@rowland.harvard.edu>
11866 L: linux-usb@vger.kernel.org
11867 S: Maintained
11868 F: Documentation/usb/ehci.txt
11869 F: drivers/usb/host/ehci*
11870
11871 USB GADGET/PERIPHERAL SUBSYSTEM
11872 M: Felipe Balbi <balbi@kernel.org>
11873 L: linux-usb@vger.kernel.org
11874 W: http://www.linux-usb.org/gadget
11875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11876 S: Maintained
11877 F: drivers/usb/gadget/
11878 F: include/linux/usb/gadget*
11879
11880 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11881 M: Jiri Kosina <jikos@kernel.org>
11882 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11883 L: linux-usb@vger.kernel.org
11884 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11885 S: Maintained
11886 F: Documentation/hid/hiddev.txt
11887 F: drivers/hid/usbhid/
11888
11889 USB ISP116X DRIVER
11890 M: Olav Kongas <ok@artecdesign.ee>
11891 L: linux-usb@vger.kernel.org
11892 S: Maintained
11893 F: drivers/usb/host/isp116x*
11894 F: include/linux/usb/isp116x.h
11895
11896 USB LAN78XX ETHERNET DRIVER
11897 M: Woojung Huh <woojung.huh@microchip.com>
11898 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11899 L: netdev@vger.kernel.org
11900 S: Maintained
11901 F: drivers/net/usb/lan78xx.*
11902
11903 USB MASS STORAGE DRIVER
11904 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11905 L: linux-usb@vger.kernel.org
11906 L: usb-storage@lists.one-eyed-alien.net
11907 S: Maintained
11908 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11909 F: drivers/usb/storage/
11910
11911 USB MIDI DRIVER
11912 M: Clemens Ladisch <clemens@ladisch.de>
11913 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11914 T: git git://git.alsa-project.org/alsa-kernel.git
11915 S: Maintained
11916 F: sound/usb/midi.*
11917
11918 USB NETWORKING DRIVERS
11919 L: linux-usb@vger.kernel.org
11920 S: Odd Fixes
11921 F: drivers/net/usb/
11922
11923 USB OHCI DRIVER
11924 M: Alan Stern <stern@rowland.harvard.edu>
11925 L: linux-usb@vger.kernel.org
11926 S: Maintained
11927 F: Documentation/usb/ohci.txt
11928 F: drivers/usb/host/ohci*
11929
11930 USB OTG FSM (Finite State Machine)
11931 M: Peter Chen <Peter.Chen@nxp.com>
11932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11933 L: linux-usb@vger.kernel.org
11934 S: Maintained
11935 F: drivers/usb/common/usb-otg-fsm.c
11936
11937 USB OVER IP DRIVER
11938 M: Valentina Manea <valentina.manea.m@gmail.com>
11939 M: Shuah Khan <shuah.kh@samsung.com>
11940 L: linux-usb@vger.kernel.org
11941 S: Maintained
11942 F: Documentation/usb/usbip_protocol.txt
11943 F: drivers/usb/usbip/
11944 F: tools/usb/usbip/
11945
11946 USB PEGASUS DRIVER
11947 M: Petko Manolov <petkan@nucleusys.com>
11948 L: linux-usb@vger.kernel.org
11949 L: netdev@vger.kernel.org
11950 T: git git://github.com/petkan/pegasus.git
11951 W: https://github.com/petkan/pegasus
11952 S: Maintained
11953 F: drivers/net/usb/pegasus.*
11954
11955 USB PHY LAYER
11956 M: Felipe Balbi <balbi@kernel.org>
11957 L: linux-usb@vger.kernel.org
11958 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11959 S: Maintained
11960 F: drivers/usb/phy/
11961
11962 USB PRINTER DRIVER (usblp)
11963 M: Pete Zaitcev <zaitcev@redhat.com>
11964 L: linux-usb@vger.kernel.org
11965 S: Supported
11966 F: drivers/usb/class/usblp.c
11967
11968 USB QMI WWAN NETWORK DRIVER
11969 M: Bjørn Mork <bjorn@mork.no>
11970 L: netdev@vger.kernel.org
11971 S: Maintained
11972 F: Documentation/ABI/testing/sysfs-class-net-qmi
11973 F: drivers/net/usb/qmi_wwan.c
11974
11975 USB RTL8150 DRIVER
11976 M: Petko Manolov <petkan@nucleusys.com>
11977 L: linux-usb@vger.kernel.org
11978 L: netdev@vger.kernel.org
11979 T: git git://github.com/petkan/rtl8150.git
11980 W: https://github.com/petkan/rtl8150
11981 S: Maintained
11982 F: drivers/net/usb/rtl8150.c
11983
11984 USB SERIAL SUBSYSTEM
11985 M: Johan Hovold <johan@kernel.org>
11986 L: linux-usb@vger.kernel.org
11987 S: Maintained
11988 F: Documentation/usb/usb-serial.txt
11989 F: drivers/usb/serial/
11990 F: include/linux/usb/serial.h
11991
11992 USB SMSC75XX ETHERNET DRIVER
11993 M: Steve Glendinning <steve.glendinning@shawell.net>
11994 L: netdev@vger.kernel.org
11995 S: Maintained
11996 F: drivers/net/usb/smsc75xx.*
11997
11998 USB SMSC95XX ETHERNET DRIVER
11999 M: Steve Glendinning <steve.glendinning@shawell.net>
12000 L: netdev@vger.kernel.org
12001 S: Maintained
12002 F: drivers/net/usb/smsc95xx.*
12003
12004 USB SUBSYSTEM
12005 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12006 L: linux-usb@vger.kernel.org
12007 W: http://www.linux-usb.org
12008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12009 S: Supported
12010 F: Documentation/usb/
12011 F: drivers/usb/
12012 F: include/linux/usb.h
12013 F: include/linux/usb/
12014
12015 USB UHCI DRIVER
12016 M: Alan Stern <stern@rowland.harvard.edu>
12017 L: linux-usb@vger.kernel.org
12018 S: Maintained
12019 F: drivers/usb/host/uhci*
12020
12021 USB "USBNET" DRIVER FRAMEWORK
12022 M: Oliver Neukum <oneukum@suse.com>
12023 L: netdev@vger.kernel.org
12024 W: http://www.linux-usb.org/usbnet
12025 S: Maintained
12026 F: drivers/net/usb/usbnet.c
12027 F: include/linux/usb/usbnet.h
12028
12029 USB VIDEO CLASS
12030 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12031 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12032 L: linux-media@vger.kernel.org
12033 T: git git://linuxtv.org/media_tree.git
12034 W: http://www.ideasonboard.org/uvc/
12035 S: Maintained
12036 F: drivers/media/usb/uvc/
12037 F: include/uapi/linux/uvcvideo.h
12038
12039 USB VISION DRIVER
12040 M: Hans Verkuil <hverkuil@xs4all.nl>
12041 L: linux-media@vger.kernel.org
12042 T: git git://linuxtv.org/media_tree.git
12043 W: https://linuxtv.org
12044 S: Odd Fixes
12045 F: drivers/media/usb/usbvision/
12046
12047 USB WEBCAM GADGET
12048 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12049 L: linux-usb@vger.kernel.org
12050 S: Maintained
12051 F: drivers/usb/gadget/function/*uvc*
12052 F: drivers/usb/gadget/legacy/webcam.c
12053
12054 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12055 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12056 L: linux-wireless@vger.kernel.org
12057 S: Maintained
12058 F: drivers/net/wireless/rndis_wlan.c
12059
12060 USB XHCI DRIVER
12061 M: Mathias Nyman <mathias.nyman@intel.com>
12062 L: linux-usb@vger.kernel.org
12063 S: Supported
12064 F: drivers/usb/host/xhci*
12065 F: drivers/usb/host/pci-quirks*
12066
12067 USB ZD1201 DRIVER
12068 L: linux-wireless@vger.kernel.org
12069 W: http://linux-lc100020.sourceforge.net
12070 S: Orphan
12071 F: drivers/net/wireless/zydas/zd1201.*
12072
12073 USB ZR364XX DRIVER
12074 M: Antoine Jacquet <royale@zerezo.com>
12075 L: linux-usb@vger.kernel.org
12076 L: linux-media@vger.kernel.org
12077 T: git git://linuxtv.org/media_tree.git
12078 W: http://royale.zerezo.com/zr364xx/
12079 S: Maintained
12080 F: Documentation/video4linux/zr364xx.txt
12081 F: drivers/media/usb/zr364xx/
12082
12083 ULPI BUS
12084 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12085 L: linux-usb@vger.kernel.org
12086 S: Maintained
12087 F: drivers/usb/common/ulpi.c
12088 F: include/linux/ulpi/
12089
12090 USER-MODE LINUX (UML)
12091 M: Jeff Dike <jdike@addtoit.com>
12092 M: Richard Weinberger <richard@nod.at>
12093 L: user-mode-linux-devel@lists.sourceforge.net
12094 L: user-mode-linux-user@lists.sourceforge.net
12095 W: http://user-mode-linux.sourceforge.net
12096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12097 S: Maintained
12098 F: Documentation/virtual/uml/
12099 F: arch/um/
12100 F: arch/x86/um/
12101 F: fs/hostfs/
12102 F: fs/hppfs/
12103
12104 USERSPACE I/O (UIO)
12105 M: "Hans J. Koch" <hjk@hansjkoch.de>
12106 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12107 S: Maintained
12108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12109 F: Documentation/DocBook/uio-howto.tmpl
12110 F: drivers/uio/
12111 F: include/linux/uio*.h
12112
12113 UTIL-LINUX PACKAGE
12114 M: Karel Zak <kzak@redhat.com>
12115 L: util-linux@vger.kernel.org
12116 W: http://en.wikipedia.org/wiki/Util-linux
12117 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12118 S: Maintained
12119
12120 UVESAFB DRIVER
12121 M: Michal Januszewski <spock@gentoo.org>
12122 L: linux-fbdev@vger.kernel.org
12123 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12124 S: Maintained
12125 F: Documentation/fb/uvesafb.txt
12126 F: drivers/video/fbdev/uvesafb.*
12127
12128 VF610 NAND DRIVER
12129 M: Stefan Agner <stefan@agner.ch>
12130 L: linux-mtd@lists.infradead.org
12131 S: Supported
12132 F: drivers/mtd/nand/vf610_nfc.c
12133
12134 VFAT/FAT/MSDOS FILESYSTEM
12135 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12136 S: Maintained
12137 F: Documentation/filesystems/vfat.txt
12138 F: fs/fat/
12139
12140 VFIO DRIVER
12141 M: Alex Williamson <alex.williamson@redhat.com>
12142 L: kvm@vger.kernel.org
12143 T: git git://github.com/awilliam/linux-vfio.git
12144 S: Maintained
12145 F: Documentation/vfio.txt
12146 F: drivers/vfio/
12147 F: include/linux/vfio.h
12148 F: include/uapi/linux/vfio.h
12149
12150 VFIO PLATFORM DRIVER
12151 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12152 L: kvm@vger.kernel.org
12153 S: Maintained
12154 F: drivers/vfio/platform/
12155
12156 VIDEOBUF2 FRAMEWORK
12157 M: Pawel Osciak <pawel@osciak.com>
12158 M: Marek Szyprowski <m.szyprowski@samsung.com>
12159 M: Kyungmin Park <kyungmin.park@samsung.com>
12160 L: linux-media@vger.kernel.org
12161 S: Maintained
12162 F: drivers/media/v4l2-core/videobuf2-*
12163 F: include/media/videobuf2-*
12164
12165 VIRTUAL SERIO DEVICE DRIVER
12166 M: Stephen Chandler Paul <thatslyude@gmail.com>
12167 S: Maintained
12168 F: drivers/input/serio/userio.c
12169 F: include/uapi/linux/userio.h
12170
12171 VIRTIO CONSOLE DRIVER
12172 M: Amit Shah <amit.shah@redhat.com>
12173 L: virtualization@lists.linux-foundation.org
12174 S: Maintained
12175 F: drivers/char/virtio_console.c
12176 F: include/linux/virtio_console.h
12177 F: include/uapi/linux/virtio_console.h
12178
12179 VIRTIO CORE, NET AND BLOCK DRIVERS
12180 M: "Michael S. Tsirkin" <mst@redhat.com>
12181 L: virtualization@lists.linux-foundation.org
12182 S: Maintained
12183 F: drivers/virtio/
12184 F: tools/virtio/
12185 F: drivers/net/virtio_net.c
12186 F: drivers/block/virtio_blk.c
12187 F: include/linux/virtio_*.h
12188 F: include/uapi/linux/virtio_*.h
12189
12190 VIRTIO DRIVERS FOR S390
12191 M: Christian Borntraeger <borntraeger@de.ibm.com>
12192 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12193 L: linux-s390@vger.kernel.org
12194 L: virtualization@lists.linux-foundation.org
12195 L: kvm@vger.kernel.org
12196 S: Supported
12197 F: drivers/s390/virtio/
12198
12199 VIRTIO GPU DRIVER
12200 M: David Airlie <airlied@linux.ie>
12201 M: Gerd Hoffmann <kraxel@redhat.com>
12202 L: dri-devel@lists.freedesktop.org
12203 L: virtualization@lists.linux-foundation.org
12204 S: Maintained
12205 F: drivers/gpu/drm/virtio/
12206 F: include/uapi/linux/virtio_gpu.h
12207
12208 VIRTIO HOST (VHOST)
12209 M: "Michael S. Tsirkin" <mst@redhat.com>
12210 L: kvm@vger.kernel.org
12211 L: virtualization@lists.linux-foundation.org
12212 L: netdev@vger.kernel.org
12213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12214 S: Maintained
12215 F: drivers/vhost/
12216 F: include/uapi/linux/vhost.h
12217
12218 VIRTIO INPUT DRIVER
12219 M: Gerd Hoffmann <kraxel@redhat.com>
12220 S: Maintained
12221 F: drivers/virtio/virtio_input.c
12222 F: include/uapi/linux/virtio_input.h
12223
12224 VIA RHINE NETWORK DRIVER
12225 S: Orphan
12226 F: drivers/net/ethernet/via/via-rhine.c
12227
12228 VIA SD/MMC CARD CONTROLLER DRIVER
12229 M: Bruce Chang <brucechang@via.com.tw>
12230 M: Harald Welte <HaraldWelte@viatech.com>
12231 S: Maintained
12232 F: drivers/mmc/host/via-sdmmc.c
12233
12234 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12235 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12236 L: linux-fbdev@vger.kernel.org
12237 S: Maintained
12238 F: include/linux/via-core.h
12239 F: include/linux/via-gpio.h
12240 F: include/linux/via_i2c.h
12241 F: drivers/video/fbdev/via/
12242
12243 VIA VELOCITY NETWORK DRIVER
12244 M: Francois Romieu <romieu@fr.zoreil.com>
12245 L: netdev@vger.kernel.org
12246 S: Maintained
12247 F: drivers/net/ethernet/via/via-velocity.*
12248
12249 VIRT LIB
12250 M: Alex Williamson <alex.williamson@redhat.com>
12251 M: Paolo Bonzini <pbonzini@redhat.com>
12252 L: kvm@vger.kernel.org
12253 S: Supported
12254 F: virt/lib/
12255
12256 VIVID VIRTUAL VIDEO DRIVER
12257 M: Hans Verkuil <hverkuil@xs4all.nl>
12258 L: linux-media@vger.kernel.org
12259 T: git git://linuxtv.org/media_tree.git
12260 W: https://linuxtv.org
12261 S: Maintained
12262 F: drivers/media/platform/vivid/*
12263
12264 VLAN (802.1Q)
12265 M: Patrick McHardy <kaber@trash.net>
12266 L: netdev@vger.kernel.org
12267 S: Maintained
12268 F: drivers/net/macvlan.c
12269 F: include/linux/if_*vlan.h
12270 F: net/8021q/
12271
12272 VLYNQ BUS
12273 M: Florian Fainelli <florian@openwrt.org>
12274 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12275 S: Maintained
12276 F: drivers/vlynq/vlynq.c
12277 F: include/linux/vlynq.h
12278
12279 VME SUBSYSTEM
12280 M: Martyn Welch <martyn@welchs.me.uk>
12281 M: Manohar Vanga <manohar.vanga@gmail.com>
12282 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12283 L: devel@driverdev.osuosl.org
12284 S: Maintained
12285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12286 F: Documentation/vme_api.txt
12287 F: drivers/staging/vme/
12288 F: drivers/vme/
12289 F: include/linux/vme*
12290
12291 VMWARE HYPERVISOR INTERFACE
12292 M: Alok Kataria <akataria@vmware.com>
12293 L: virtualization@lists.linux-foundation.org
12294 S: Supported
12295 F: arch/x86/kernel/cpu/vmware.c
12296
12297 VMWARE BALLOON DRIVER
12298 M: Xavier Deguillard <xdeguillard@vmware.com>
12299 M: Philip Moltmann <moltmann@vmware.com>
12300 M: "VMware, Inc." <pv-drivers@vmware.com>
12301 L: linux-kernel@vger.kernel.org
12302 S: Maintained
12303 F: drivers/misc/vmw_balloon.c
12304
12305 VMWARE VMMOUSE SUBDRIVER
12306 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12307 M: "VMware, Inc." <pv-drivers@vmware.com>
12308 L: linux-input@vger.kernel.org
12309 S: Maintained
12310 F: drivers/input/mouse/vmmouse.c
12311 F: drivers/input/mouse/vmmouse.h
12312
12313 VMWARE VMXNET3 ETHERNET DRIVER
12314 M: Shrikrishna Khare <skhare@vmware.com>
12315 M: "VMware, Inc." <pv-drivers@vmware.com>
12316 L: netdev@vger.kernel.org
12317 S: Maintained
12318 F: drivers/net/vmxnet3/
12319
12320 VMware PVSCSI driver
12321 M: Arvind Kumar <arvindkumar@vmware.com>
12322 M: VMware PV-Drivers <pv-drivers@vmware.com>
12323 L: linux-scsi@vger.kernel.org
12324 S: Maintained
12325 F: drivers/scsi/vmw_pvscsi.c
12326 F: drivers/scsi/vmw_pvscsi.h
12327
12328 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12329 M: Liam Girdwood <lgirdwood@gmail.com>
12330 M: Mark Brown <broonie@kernel.org>
12331 L: linux-kernel@vger.kernel.org
12332 W: http://www.slimlogic.co.uk/?p=48
12333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12334 S: Supported
12335 F: Documentation/devicetree/bindings/regulator/
12336 F: drivers/regulator/
12337 F: include/dt-bindings/regulator/
12338 F: include/linux/regulator/
12339
12340 VRF
12341 M: David Ahern <dsa@cumulusnetworks.com>
12342 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12343 L: netdev@vger.kernel.org
12344 S: Maintained
12345 F: drivers/net/vrf.c
12346 F: Documentation/networking/vrf.txt
12347
12348 VT1211 HARDWARE MONITOR DRIVER
12349 M: Juerg Haefliger <juergh@gmail.com>
12350 L: linux-hwmon@vger.kernel.org
12351 S: Maintained
12352 F: Documentation/hwmon/vt1211
12353 F: drivers/hwmon/vt1211.c
12354
12355 VT8231 HARDWARE MONITOR DRIVER
12356 M: Roger Lucas <vt8231@hiddenengine.co.uk>
12357 L: linux-hwmon@vger.kernel.org
12358 S: Maintained
12359 F: drivers/hwmon/vt8231.c
12360
12361 VUB300 USB to SDIO/SD/MMC bridge chip
12362 M: Tony Olech <tony.olech@elandigitalsystems.com>
12363 L: linux-mmc@vger.kernel.org
12364 L: linux-usb@vger.kernel.org
12365 S: Supported
12366 F: drivers/mmc/host/vub300.c
12367
12368 W1 DALLAS'S 1-WIRE BUS
12369 M: Evgeniy Polyakov <zbr@ioremap.net>
12370 S: Maintained
12371 F: Documentation/w1/
12372 F: drivers/w1/
12373
12374 W83791D HARDWARE MONITORING DRIVER
12375 M: Marc Hulsman <m.hulsman@tudelft.nl>
12376 L: linux-hwmon@vger.kernel.org
12377 S: Maintained
12378 F: Documentation/hwmon/w83791d
12379 F: drivers/hwmon/w83791d.c
12380
12381 W83793 HARDWARE MONITORING DRIVER
12382 M: Rudolf Marek <r.marek@assembler.cz>
12383 L: linux-hwmon@vger.kernel.org
12384 S: Maintained
12385 F: Documentation/hwmon/w83793
12386 F: drivers/hwmon/w83793.c
12387
12388 W83795 HARDWARE MONITORING DRIVER
12389 M: Jean Delvare <jdelvare@suse.com>
12390 L: linux-hwmon@vger.kernel.org
12391 S: Maintained
12392 F: drivers/hwmon/w83795.c
12393
12394 W83L51xD SD/MMC CARD INTERFACE DRIVER
12395 M: Pierre Ossman <pierre@ossman.eu>
12396 S: Maintained
12397 F: drivers/mmc/host/wbsd.*
12398
12399 WACOM PROTOCOL 4 SERIAL TABLETS
12400 M: Julian Squires <julian@cipht.net>
12401 M: Hans de Goede <hdegoede@redhat.com>
12402 L: linux-input@vger.kernel.org
12403 S: Maintained
12404 F: drivers/input/tablet/wacom_serial4.c
12405
12406 WATCHDOG DEVICE DRIVERS
12407 M: Wim Van Sebroeck <wim@iguana.be>
12408 R: Guenter Roeck <linux@roeck-us.net>
12409 L: linux-watchdog@vger.kernel.org
12410 W: http://www.linux-watchdog.org/
12411 T: git git://www.linux-watchdog.org/linux-watchdog.git
12412 S: Maintained
12413 F: Documentation/devicetree/bindings/watchdog/
12414 F: Documentation/watchdog/
12415 F: drivers/watchdog/
12416 F: include/linux/watchdog.h
12417 F: include/uapi/linux/watchdog.h
12418
12419 WD7000 SCSI DRIVER
12420 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12421 L: linux-scsi@vger.kernel.org
12422 S: Maintained
12423 F: drivers/scsi/wd7000.c
12424
12425 WIIMOTE HID DRIVER
12426 M: David Herrmann <dh.herrmann@googlemail.com>
12427 L: linux-input@vger.kernel.org
12428 S: Maintained
12429 F: drivers/hid/hid-wiimote*
12430
12431 WINBOND CIR DRIVER
12432 M: David Härdeman <david@hardeman.nu>
12433 S: Maintained
12434 F: drivers/media/rc/winbond-cir.c
12435
12436 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12437 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12438 L: linux-watchdog@vger.kernel.org
12439 S: Maintained
12440 F: drivers/watchdog/ebc-c384_wdt.c
12441
12442 WINSYSTEMS WS16C48 GPIO DRIVER
12443 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12444 L: linux-gpio@vger.kernel.org
12445 S: Maintained
12446 F: drivers/gpio/gpio-ws16c48.c
12447
12448 WIMAX STACK
12449 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12450 M: linux-wimax@intel.com
12451 L: wimax@linuxwimax.org (subscribers-only)
12452 S: Supported
12453 W: http://linuxwimax.org
12454 F: Documentation/wimax/README.wimax
12455 F: include/linux/wimax/debug.h
12456 F: include/net/wimax.h
12457 F: include/uapi/linux/wimax.h
12458 F: net/wimax/
12459
12460 WISTRON LAPTOP BUTTON DRIVER
12461 M: Miloslav Trmac <mitr@volny.cz>
12462 S: Maintained
12463 F: drivers/input/misc/wistron_btns.c
12464
12465 WL3501 WIRELESS PCMCIA CARD DRIVER
12466 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12467 L: linux-wireless@vger.kernel.org
12468 W: http://oops.ghostprotocols.net:81/blog
12469 S: Maintained
12470 F: drivers/net/wireless/wl3501*
12471
12472 WOLFSON MICROELECTRONICS DRIVERS
12473 L: patches@opensource.wolfsonmicro.com
12474 T: git https://github.com/CirrusLogic/linux-drivers.git
12475 W: https://github.com/CirrusLogic/linux-drivers/wiki
12476 S: Supported
12477 F: Documentation/hwmon/wm83??
12478 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12479 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12480 F: Documentation/devicetree/bindings/mfd/arizona.txt
12481 F: arch/arm/mach-s3c64xx/mach-crag6410*
12482 F: drivers/clk/clk-wm83*.c
12483 F: drivers/extcon/extcon-arizona.c
12484 F: drivers/leds/leds-wm83*.c
12485 F: drivers/gpio/gpio-*wm*.c
12486 F: drivers/gpio/gpio-arizona.c
12487 F: drivers/hwmon/wm83??-hwmon.c
12488 F: drivers/input/misc/wm831x-on.c
12489 F: drivers/input/touchscreen/wm831x-ts.c
12490 F: drivers/input/touchscreen/wm97*.c
12491 F: drivers/mfd/arizona*
12492 F: drivers/mfd/wm*.c
12493 F: drivers/mfd/cs47l24*
12494 F: drivers/power/wm83*.c
12495 F: drivers/rtc/rtc-wm83*.c
12496 F: drivers/regulator/wm8*.c
12497 F: drivers/video/backlight/wm83*_bl.c
12498 F: drivers/watchdog/wm83*_wdt.c
12499 F: include/linux/mfd/arizona/
12500 F: include/linux/mfd/wm831x/
12501 F: include/linux/mfd/wm8350/
12502 F: include/linux/mfd/wm8400*
12503 F: include/linux/wm97xx.h
12504 F: include/sound/wm????.h
12505 F: sound/soc/codecs/arizona.?
12506 F: sound/soc/codecs/wm*
12507 F: sound/soc/codecs/cs47l24*
12508
12509 WORKQUEUE
12510 M: Tejun Heo <tj@kernel.org>
12511 R: Lai Jiangshan <jiangshanlai@gmail.com>
12512 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12513 S: Maintained
12514 F: include/linux/workqueue.h
12515 F: kernel/workqueue.c
12516 F: Documentation/workqueue.txt
12517
12518 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12519 M: Chen-Yu Tsai <wens@csie.org>
12520 L: linux-kernel@vger.kernel.org
12521 S: Maintained
12522 N: axp[128]
12523
12524 X.25 NETWORK LAYER
12525 M: Andrew Hendry <andrew.hendry@gmail.com>
12526 L: linux-x25@vger.kernel.org
12527 S: Odd Fixes
12528 F: Documentation/networking/x25*
12529 F: include/net/x25*
12530 F: net/x25/
12531
12532 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12533 M: Thomas Gleixner <tglx@linutronix.de>
12534 M: Ingo Molnar <mingo@redhat.com>
12535 M: "H. Peter Anvin" <hpa@zytor.com>
12536 M: x86@kernel.org
12537 L: linux-kernel@vger.kernel.org
12538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12539 S: Maintained
12540 F: Documentation/x86/
12541 F: arch/x86/
12542
12543 X86 PLATFORM DRIVERS
12544 M: Darren Hart <dvhart@infradead.org>
12545 L: platform-driver-x86@vger.kernel.org
12546 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12547 S: Maintained
12548 F: drivers/platform/x86/
12549 F: drivers/platform/olpc/
12550
12551 X86 MCE INFRASTRUCTURE
12552 M: Tony Luck <tony.luck@intel.com>
12553 M: Borislav Petkov <bp@alien8.de>
12554 L: linux-edac@vger.kernel.org
12555 S: Maintained
12556 F: arch/x86/kernel/cpu/mcheck/*
12557
12558 X86 MICROCODE UPDATE SUPPORT
12559 M: Borislav Petkov <bp@alien8.de>
12560 S: Maintained
12561 F: arch/x86/kernel/cpu/microcode/*
12562
12563 X86 VDSO
12564 M: Andy Lutomirski <luto@amacapital.net>
12565 L: linux-kernel@vger.kernel.org
12566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12567 S: Maintained
12568 F: arch/x86/entry/vdso/
12569
12570 XC2028/3028 TUNER DRIVER
12571 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12572 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12573 L: linux-media@vger.kernel.org
12574 W: https://linuxtv.org
12575 T: git git://linuxtv.org/media_tree.git
12576 S: Maintained
12577 F: drivers/media/tuners/tuner-xc2028.*
12578
12579 XEN HYPERVISOR INTERFACE
12580 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12581 M: David Vrabel <david.vrabel@citrix.com>
12582 M: Juergen Gross <jgross@suse.com>
12583 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12585 S: Supported
12586 F: arch/x86/xen/
12587 F: drivers/*/xen-*front.c
12588 F: drivers/xen/
12589 F: arch/x86/include/asm/xen/
12590 F: include/xen/
12591 F: include/uapi/xen/
12592
12593 XEN HYPERVISOR ARM
12594 M: Stefano Stabellini <sstabellini@kernel.org>
12595 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12596 S: Maintained
12597 F: arch/arm/xen/
12598 F: arch/arm/include/asm/xen/
12599
12600 XEN HYPERVISOR ARM64
12601 M: Stefano Stabellini <sstabellini@kernel.org>
12602 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12603 S: Maintained
12604 F: arch/arm64/xen/
12605 F: arch/arm64/include/asm/xen/
12606
12607 XEN NETWORK BACKEND DRIVER
12608 M: Wei Liu <wei.liu2@citrix.com>
12609 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12610 L: netdev@vger.kernel.org
12611 S: Supported
12612 F: drivers/net/xen-netback/*
12613
12614 XEN PCI SUBSYSTEM
12615 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12616 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12617 S: Supported
12618 F: arch/x86/pci/*xen*
12619 F: drivers/pci/*xen*
12620
12621 XEN BLOCK SUBSYSTEM
12622 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12623 M: Roger Pau Monné <roger.pau@citrix.com>
12624 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12625 S: Supported
12626 F: drivers/block/xen-blkback/*
12627 F: drivers/block/xen*
12628
12629 XEN PVSCSI DRIVERS
12630 M: Juergen Gross <jgross@suse.com>
12631 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12632 L: linux-scsi@vger.kernel.org
12633 S: Supported
12634 F: drivers/scsi/xen-scsifront.c
12635 F: drivers/xen/xen-scsiback.c
12636 F: include/xen/interface/io/vscsiif.h
12637
12638 XEN SWIOTLB SUBSYSTEM
12639 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12640 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12641 S: Supported
12642 F: arch/x86/xen/*swiotlb*
12643 F: drivers/xen/*swiotlb*
12644
12645 XFS FILESYSTEM
12646 P: Silicon Graphics Inc
12647 M: Dave Chinner <david@fromorbit.com>
12648 M: xfs@oss.sgi.com
12649 L: xfs@oss.sgi.com
12650 W: http://oss.sgi.com/projects/xfs
12651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12652 S: Supported
12653 F: Documentation/filesystems/xfs.txt
12654 F: fs/xfs/
12655
12656 XILINX AXI ETHERNET DRIVER
12657 M: Anirudha Sarangi <anirudh@xilinx.com>
12658 M: John Linn <John.Linn@xilinx.com>
12659 S: Maintained
12660 F: drivers/net/ethernet/xilinx/xilinx_axienet*
12661
12662 XILINX UARTLITE SERIAL DRIVER
12663 M: Peter Korsgaard <jacmet@sunsite.dk>
12664 L: linux-serial@vger.kernel.org
12665 S: Maintained
12666 F: drivers/tty/serial/uartlite.c
12667
12668 XILINX VIDEO IP CORES
12669 M: Hyun Kwon <hyun.kwon@xilinx.com>
12670 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12671 L: linux-media@vger.kernel.org
12672 T: git git://linuxtv.org/media_tree.git
12673 S: Supported
12674 F: Documentation/devicetree/bindings/media/xilinx/
12675 F: drivers/media/platform/xilinx/
12676 F: include/uapi/linux/xilinx-v4l2-controls.h
12677
12678 XILLYBUS DRIVER
12679 M: Eli Billauer <eli.billauer@gmail.com>
12680 L: linux-kernel@vger.kernel.org
12681 S: Supported
12682 F: drivers/char/xillybus/
12683
12684 XTENSA XTFPGA PLATFORM SUPPORT
12685 M: Max Filippov <jcmvbkbc@gmail.com>
12686 L: linux-xtensa@linux-xtensa.org
12687 S: Maintained
12688 F: drivers/spi/spi-xtensa-xtfpga.c
12689 F: sound/soc/xtensa/xtfpga-i2s.c
12690
12691 YAM DRIVER FOR AX.25
12692 M: Jean-Paul Roubelat <jpr@f6fbb.org>
12693 L: linux-hams@vger.kernel.org
12694 S: Maintained
12695 F: drivers/net/hamradio/yam*
12696 F: include/linux/yam.h
12697
12698 YEALINK PHONE DRIVER
12699 M: Henk Vergonet <Henk.Vergonet@gmail.com>
12700 L: usbb2k-api-dev@nongnu.org
12701 S: Maintained
12702 F: Documentation/input/yealink.txt
12703 F: drivers/input/misc/yealink.*
12704
12705 Z8530 DRIVER FOR AX.25
12706 M: Joerg Reuter <jreuter@yaina.de>
12707 W: http://yaina.de/jreuter/
12708 W: http://www.qsl.net/dl1bke/
12709 L: linux-hams@vger.kernel.org
12710 S: Maintained
12711 F: Documentation/networking/z8530drv.txt
12712 F: drivers/net/hamradio/*scc.c
12713 F: drivers/net/hamradio/z8530.h
12714
12715 ZBUD COMPRESSED PAGE ALLOCATOR
12716 M: Seth Jennings <sjenning@redhat.com>
12717 L: linux-mm@kvack.org
12718 S: Maintained
12719 F: mm/zbud.c
12720 F: include/linux/zbud.h
12721
12722 ZD1211RW WIRELESS DRIVER
12723 M: Daniel Drake <dsd@gentoo.org>
12724 M: Ulrich Kunitz <kune@deine-taler.de>
12725 W: http://zd1211.ath.cx/wiki/DriverRewrite
12726 L: linux-wireless@vger.kernel.org
12727 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12728 S: Maintained
12729 F: drivers/net/wireless/zydas/zd1211rw/
12730
12731 ZPOOL COMPRESSED PAGE STORAGE API
12732 M: Dan Streetman <ddstreet@ieee.org>
12733 L: linux-mm@kvack.org
12734 S: Maintained
12735 F: mm/zpool.c
12736 F: include/linux/zpool.h
12737
12738 ZR36067 VIDEO FOR LINUX DRIVER
12739 L: mjpeg-users@lists.sourceforge.net
12740 L: linux-media@vger.kernel.org
12741 W: http://mjpeg.sourceforge.net/driver-zoran/
12742 T: hg https://linuxtv.org/hg/v4l-dvb
12743 S: Odd Fixes
12744 F: drivers/media/pci/zoran/
12745
12746 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12747 M: Minchan Kim <minchan@kernel.org>
12748 M: Nitin Gupta <ngupta@vflare.org>
12749 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12750 L: linux-kernel@vger.kernel.org
12751 S: Maintained
12752 F: drivers/block/zram/
12753 F: Documentation/blockdev/zram.txt
12754
12755 ZS DECSTATION Z85C30 SERIAL DRIVER
12756 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12757 S: Maintained
12758 F: drivers/tty/serial/zs.*
12759
12760 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12761 M: Minchan Kim <minchan@kernel.org>
12762 M: Nitin Gupta <ngupta@vflare.org>
12763 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12764 L: linux-mm@kvack.org
12765 S: Maintained
12766 F: mm/zsmalloc.c
12767 F: include/linux/zsmalloc.h
12768 F: Documentation/vm/zsmalloc.txt
12769
12770 ZSWAP COMPRESSED SWAP CACHING
12771 M: Seth Jennings <sjenning@redhat.com>
12772 L: linux-mm@kvack.org
12773 S: Maintained
12774 F: mm/zswap.c
12775
12776 THE REST
12777 M: Linus Torvalds <torvalds@linux-foundation.org>
12778 L: linux-kernel@vger.kernel.org
12779 Q: http://patchwork.kernel.org/project/LKML/list/
12780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12781 S: Buried alive in reporters
12782 F: *
12783 F: */
This page took 0.266358 seconds and 6 git commands to generate.