]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - MAINTAINERS
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-artful-kernel.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
130 S: Maintained
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
144 S: Supported
145 F: drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <alex.aring@gmail.com>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
158 S: Maintained
159 F: net/6lowpan/
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
166 S: Maintained
167 F: drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
172 S: Maintained
173 F: drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
178 W: http://serial.sourceforge.net
179 S: Maintained
180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F: drivers/tty/serial/8250*
182 F: include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L: netdev@vger.kernel.org
186 S: Orphan / Obsolete
187 F: drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M: Eric Van Hensbergen <ericvh@gmail.com>
191 M: Ron Minnich <rminnich@sandia.gov>
192 M: Latchesar Ionkov <lucho@ionkov.net>
193 L: v9fs-developer@lists.sourceforge.net
194 W: http://swik.net/v9fs
195 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S: Maintained
198 F: Documentation/filesystems/9p.txt
199 F: fs/9p/
200 F: net/9p/
201 F: include/net/9p/
202 F: include/uapi/linux/virtio_9p.h
203 F: include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M: Antti Palosaari <crope@iki.fi>
208 L: linux-media@vger.kernel.org
209 W: https://linuxtv.org
210 W: http://palosaari.fi/linux/
211 Q: http://patchwork.linuxtv.org/project/linux-media/list/
212 T: git git://linuxtv.org/anttip/media_tree.git
213 S: Maintained
214 F: drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L: linux-scsi@vger.kernel.org
219 W: http://www.adaptec.com/
220 S: Supported
221 F: Documentation/scsi/aacraid.txt
222 F: drivers/scsi/aacraid/
223
224 ABI/API
225 L: linux-api@vger.kernel.org
226 F: Documentation/ABI/
227 F: include/linux/syscalls.h
228 F: include/uapi/
229 F: kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M: Hans de Goede <hdegoede@redhat.com>
233 L: lm-sensors@lm-sensors.org
234 S: Maintained
235 F: drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M: Alistair John Strachan <alistair@devzero.co.uk>
239 L: lm-sensors@lm-sensors.org
240 S: Maintained
241 F: drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDI-48 GPIO DRIVER
244 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L: linux-gpio@vger.kernel.org
246 S: Maintained
247 F: drivers/gpio/gpio-104-idi-48.c
248
249 ACCES 104-IDIO-16 GPIO DRIVER
250 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
251 L: linux-gpio@vger.kernel.org
252 S: Maintained
253 F: drivers/gpio/gpio-104-idio-16.c
254
255 ACENIC DRIVER
256 M: Jes Sorensen <jes@trained-monkey.org>
257 L: linux-acenic@sunsite.dk
258 S: Maintained
259 F: drivers/net/ethernet/alteon/acenic*
260
261 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
262 M: Peter Feuerer <peter@piie.net>
263 L: platform-driver-x86@vger.kernel.org
264 W: http://piie.net/?section=acerhdf
265 S: Maintained
266 F: drivers/platform/x86/acerhdf.c
267
268 ACER WMI LAPTOP EXTRAS
269 M: "Lee, Chun-Yi" <jlee@suse.com>
270 L: platform-driver-x86@vger.kernel.org
271 S: Maintained
272 F: drivers/platform/x86/acer-wmi.c
273
274 ACPI
275 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
276 M: Len Brown <lenb@kernel.org>
277 L: linux-acpi@vger.kernel.org
278 W: https://01.org/linux-acpi
279 Q: https://patchwork.kernel.org/project/linux-acpi/list/
280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
281 S: Supported
282 F: drivers/acpi/
283 F: drivers/pnp/pnpacpi/
284 F: include/linux/acpi.h
285 F: include/acpi/
286 F: Documentation/acpi/
287 F: Documentation/ABI/testing/sysfs-bus-acpi
288 F: drivers/pci/*acpi*
289 F: drivers/pci/*/*acpi*
290 F: drivers/pci/*/*/*acpi*
291 F: tools/power/acpi/
292
293 ACPI COMPONENT ARCHITECTURE (ACPICA)
294 M: Robert Moore <robert.moore@intel.com>
295 M: Lv Zheng <lv.zheng@intel.com>
296 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
297 L: linux-acpi@vger.kernel.org
298 L: devel@acpica.org
299 W: https://acpica.org/
300 W: https://github.com/acpica/acpica/
301 Q: https://patchwork.kernel.org/project/linux-acpi/list/
302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
303 S: Supported
304 F: drivers/acpi/acpica/
305 F: include/acpi/
306 F: tools/power/acpi/
307
308 ACPI FAN DRIVER
309 M: Zhang Rui <rui.zhang@intel.com>
310 L: linux-acpi@vger.kernel.org
311 W: https://01.org/linux-acpi
312 S: Supported
313 F: drivers/acpi/fan.c
314
315 ACPI THERMAL DRIVER
316 M: Zhang Rui <rui.zhang@intel.com>
317 L: linux-acpi@vger.kernel.org
318 W: https://01.org/linux-acpi
319 S: Supported
320 F: drivers/acpi/*thermal*
321
322 ACPI VIDEO DRIVER
323 M: Zhang Rui <rui.zhang@intel.com>
324 L: linux-acpi@vger.kernel.org
325 W: https://01.org/linux-acpi
326 S: Supported
327 F: drivers/acpi/acpi_video.c
328
329 ACPI WMI DRIVER
330 L: platform-driver-x86@vger.kernel.org
331 S: Orphan
332 F: drivers/platform/x86/wmi.c
333
334 AD1889 ALSA SOUND DRIVER
335 M: Thibaut Varene <T-Bone@parisc-linux.org>
336 W: http://wiki.parisc-linux.org/AD1889
337 L: linux-parisc@vger.kernel.org
338 S: Maintained
339 F: sound/pci/ad1889.*
340
341 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
342 M: Michael Hennerich <michael.hennerich@analog.com>
343 W: http://wiki.analog.com/AD5254
344 W: http://ez.analog.com/community/linux-device-drivers
345 S: Supported
346 F: drivers/misc/ad525x_dpot.c
347
348 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
349 M: Michael Hennerich <michael.hennerich@analog.com>
350 W: http://wiki.analog.com/AD5398
351 W: http://ez.analog.com/community/linux-device-drivers
352 S: Supported
353 F: drivers/regulator/ad5398.c
354
355 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
356 M: Michael Hennerich <michael.hennerich@analog.com>
357 W: http://wiki.analog.com/AD7142
358 W: http://ez.analog.com/community/linux-device-drivers
359 S: Supported
360 F: drivers/input/misc/ad714x.c
361
362 AD7877 TOUCHSCREEN DRIVER
363 M: Michael Hennerich <michael.hennerich@analog.com>
364 W: http://wiki.analog.com/AD7877
365 W: http://ez.analog.com/community/linux-device-drivers
366 S: Supported
367 F: drivers/input/touchscreen/ad7877.c
368
369 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
370 M: Michael Hennerich <michael.hennerich@analog.com>
371 W: http://wiki.analog.com/AD7879
372 W: http://ez.analog.com/community/linux-device-drivers
373 S: Supported
374 F: drivers/input/touchscreen/ad7879.c
375
376 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
377 M: Jiri Kosina <jikos@kernel.org>
378 S: Maintained
379
380 ADF7242 IEEE 802.15.4 RADIO DRIVER
381 M: Michael Hennerich <michael.hennerich@analog.com>
382 W: https://wiki.analog.com/ADF7242
383 W: http://ez.analog.com/community/linux-device-drivers
384 L: linux-wpan@vger.kernel.org
385 S: Supported
386 F: drivers/net/ieee802154/adf7242.c
387 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
388
389 ADM1025 HARDWARE MONITOR DRIVER
390 M: Jean Delvare <jdelvare@suse.com>
391 L: lm-sensors@lm-sensors.org
392 S: Maintained
393 F: Documentation/hwmon/adm1025
394 F: drivers/hwmon/adm1025.c
395
396 ADM1029 HARDWARE MONITOR DRIVER
397 M: Corentin Labbe <clabbe.montjoie@gmail.com>
398 L: lm-sensors@lm-sensors.org
399 S: Maintained
400 F: drivers/hwmon/adm1029.c
401
402 ADM8211 WIRELESS DRIVER
403 L: linux-wireless@vger.kernel.org
404 W: http://wireless.kernel.org/
405 S: Orphan
406 F: drivers/net/wireless/admtek/adm8211.*
407
408 ADP1653 FLASH CONTROLLER DRIVER
409 M: Sakari Ailus <sakari.ailus@iki.fi>
410 L: linux-media@vger.kernel.org
411 S: Maintained
412 F: drivers/media/i2c/adp1653.c
413 F: include/media/i2c/adp1653.h
414
415 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
416 M: Michael Hennerich <michael.hennerich@analog.com>
417 W: http://wiki.analog.com/ADP5520
418 W: http://ez.analog.com/community/linux-device-drivers
419 S: Supported
420 F: drivers/mfd/adp5520.c
421 F: drivers/video/backlight/adp5520_bl.c
422 F: drivers/leds/leds-adp5520.c
423 F: drivers/gpio/gpio-adp5520.c
424 F: drivers/input/keyboard/adp5520-keys.c
425
426 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
427 M: Michael Hennerich <michael.hennerich@analog.com>
428 W: http://wiki.analog.com/ADP5588
429 W: http://ez.analog.com/community/linux-device-drivers
430 S: Supported
431 F: drivers/input/keyboard/adp5588-keys.c
432 F: drivers/gpio/gpio-adp5588.c
433
434 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
435 M: Michael Hennerich <michael.hennerich@analog.com>
436 W: http://wiki.analog.com/ADP8860
437 W: http://ez.analog.com/community/linux-device-drivers
438 S: Supported
439 F: drivers/video/backlight/adp8860_bl.c
440
441 ADS1015 HARDWARE MONITOR DRIVER
442 M: Dirk Eibach <eibach@gdsys.de>
443 L: lm-sensors@lm-sensors.org
444 S: Maintained
445 F: Documentation/hwmon/ads1015
446 F: drivers/hwmon/ads1015.c
447 F: include/linux/i2c/ads1015.h
448
449 ADT746X FAN DRIVER
450 M: Colin Leroy <colin@colino.net>
451 S: Maintained
452 F: drivers/macintosh/therm_adt746x.c
453
454 ADT7475 HARDWARE MONITOR DRIVER
455 M: Jean Delvare <jdelvare@suse.com>
456 L: lm-sensors@lm-sensors.org
457 S: Maintained
458 F: Documentation/hwmon/adt7475
459 F: drivers/hwmon/adt7475.c
460
461 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
462 M: Michael Hennerich <michael.hennerich@analog.com>
463 W: http://wiki.analog.com/ADXL345
464 W: http://ez.analog.com/community/linux-device-drivers
465 S: Supported
466 F: drivers/input/misc/adxl34x.c
467
468 ADVANSYS SCSI DRIVER
469 M: Matthew Wilcox <matthew@wil.cx>
470 M: Hannes Reinecke <hare@suse.com>
471 L: linux-scsi@vger.kernel.org
472 S: Maintained
473 F: Documentation/scsi/advansys.txt
474 F: drivers/scsi/advansys.c
475
476 AEDSP16 DRIVER
477 M: Riccardo Facchetti <fizban@tin.it>
478 S: Maintained
479 F: sound/oss/aedsp16.c
480
481 AF9013 MEDIA DRIVER
482 M: Antti Palosaari <crope@iki.fi>
483 L: linux-media@vger.kernel.org
484 W: https://linuxtv.org
485 W: http://palosaari.fi/linux/
486 Q: http://patchwork.linuxtv.org/project/linux-media/list/
487 T: git git://linuxtv.org/anttip/media_tree.git
488 S: Maintained
489 F: drivers/media/dvb-frontends/af9013*
490
491 AF9033 MEDIA DRIVER
492 M: Antti Palosaari <crope@iki.fi>
493 L: linux-media@vger.kernel.org
494 W: https://linuxtv.org
495 W: http://palosaari.fi/linux/
496 Q: http://patchwork.linuxtv.org/project/linux-media/list/
497 T: git git://linuxtv.org/anttip/media_tree.git
498 S: Maintained
499 F: drivers/media/dvb-frontends/af9033*
500
501 AFFS FILE SYSTEM
502 L: linux-fsdevel@vger.kernel.org
503 S: Orphan
504 F: Documentation/filesystems/affs.txt
505 F: fs/affs/
506
507 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
508 M: David Howells <dhowells@redhat.com>
509 L: linux-afs@lists.infradead.org
510 S: Supported
511 F: fs/afs/
512 F: include/net/af_rxrpc.h
513 F: net/rxrpc/af_rxrpc.c
514
515 AGPGART DRIVER
516 M: David Airlie <airlied@linux.ie>
517 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
518 S: Maintained
519 F: drivers/char/agp/
520 F: include/linux/agp*
521 F: include/uapi/linux/agp*
522
523 AHA152X SCSI DRIVER
524 M: "Juergen E. Fischer" <fischer@norbit.de>
525 L: linux-scsi@vger.kernel.org
526 S: Maintained
527 F: drivers/scsi/aha152x*
528 F: drivers/scsi/pcmcia/aha152x*
529
530 AIC7XXX / AIC79XX SCSI DRIVER
531 M: Hannes Reinecke <hare@suse.com>
532 L: linux-scsi@vger.kernel.org
533 S: Maintained
534 F: drivers/scsi/aic7xxx/
535
536 AIMSLAB FM RADIO RECEIVER DRIVER
537 M: Hans Verkuil <hverkuil@xs4all.nl>
538 L: linux-media@vger.kernel.org
539 T: git git://linuxtv.org/media_tree.git
540 W: https://linuxtv.org
541 S: Maintained
542 F: drivers/media/radio/radio-aimslab*
543
544 AIO
545 M: Benjamin LaHaise <bcrl@kvack.org>
546 L: linux-aio@kvack.org
547 S: Supported
548 F: fs/aio.c
549 F: include/linux/*aio*.h
550
551 AIRSPY MEDIA DRIVER
552 M: Antti Palosaari <crope@iki.fi>
553 L: linux-media@vger.kernel.org
554 W: https://linuxtv.org
555 W: http://palosaari.fi/linux/
556 Q: http://patchwork.linuxtv.org/project/linux-media/list/
557 T: git git://linuxtv.org/anttip/media_tree.git
558 S: Maintained
559 F: drivers/media/usb/airspy/
560
561 ALCATEL SPEEDTOUCH USB DRIVER
562 M: Duncan Sands <duncan.sands@free.fr>
563 L: linux-usb@vger.kernel.org
564 W: http://www.linux-usb.org/SpeedTouch/
565 S: Maintained
566 F: drivers/usb/atm/speedtch.c
567 F: drivers/usb/atm/usbatm.c
568
569 ALCHEMY AU1XX0 MMC DRIVER
570 M: Manuel Lauss <manuel.lauss@gmail.com>
571 S: Maintained
572 F: drivers/mmc/host/au1xmmc.c
573
574 ALI1563 I2C DRIVER
575 M: Rudolf Marek <r.marek@assembler.cz>
576 L: linux-i2c@vger.kernel.org
577 S: Maintained
578 F: Documentation/i2c/busses/i2c-ali1563
579 F: drivers/i2c/busses/i2c-ali1563.c
580
581 ALLWINNER SECURITY SYSTEM
582 M: Corentin Labbe <clabbe.montjoie@gmail.com>
583 L: linux-crypto@vger.kernel.org
584 S: Maintained
585 F: drivers/crypto/sunxi-ss/
586
587 ALPHA PORT
588 M: Richard Henderson <rth@twiddle.net>
589 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
590 M: Matt Turner <mattst88@gmail.com>
591 S: Odd Fixes
592 L: linux-alpha@vger.kernel.org
593 F: arch/alpha/
594
595 ALTERA MAILBOX DRIVER
596 M: Ley Foon Tan <lftan@altera.com>
597 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
598 S: Maintained
599 F: drivers/mailbox/mailbox-altera.c
600
601 ALTERA PIO DRIVER
602 M: Tien Hock Loh <thloh@altera.com>
603 L: linux-gpio@vger.kernel.org
604 S: Maintained
605 F: drivers/gpio/gpio-altera.c
606
607 ALTERA TRIPLE SPEED ETHERNET DRIVER
608 M: Vince Bridgers <vbridger@opensource.altera.com>
609 L: netdev@vger.kernel.org
610 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
611 S: Maintained
612 F: drivers/net/ethernet/altera/
613
614 ALTERA UART/JTAG UART SERIAL DRIVERS
615 M: Tobias Klauser <tklauser@distanz.ch>
616 L: linux-serial@vger.kernel.org
617 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
618 S: Maintained
619 F: drivers/tty/serial/altera_uart.c
620 F: drivers/tty/serial/altera_jtaguart.c
621 F: include/linux/altera_uart.h
622 F: include/linux/altera_jtaguart.h
623
624 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
625 M: Tom Lendacky <thomas.lendacky@amd.com>
626 L: linux-crypto@vger.kernel.org
627 S: Supported
628 F: drivers/crypto/ccp/
629 F: include/linux/ccp.h
630
631 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
632 M: Huang Rui <ray.huang@amd.com>
633 L: lm-sensors@lm-sensors.org
634 S: Supported
635 F: Documentation/hwmon/fam15h_power
636 F: drivers/hwmon/fam15h_power.c
637
638 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
639 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
640 S: Orphan
641 F: drivers/usb/gadget/udc/amd5536udc.*
642
643 AMD GEODE PROCESSOR/CHIPSET SUPPORT
644 P: Andres Salomon <dilinger@queued.net>
645 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
646 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
647 S: Supported
648 F: drivers/char/hw_random/geode-rng.c
649 F: drivers/crypto/geode*
650 F: drivers/video/fbdev/geode/
651 F: arch/x86/include/asm/geode.h
652
653 AMD IOMMU (AMD-VI)
654 M: Joerg Roedel <joro@8bytes.org>
655 L: iommu@lists.linux-foundation.org
656 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
657 S: Maintained
658 F: drivers/iommu/amd_iommu*.[ch]
659 F: include/linux/amd-iommu.h
660
661 AMD KFD
662 M: Oded Gabbay <oded.gabbay@gmail.com>
663 L: dri-devel@lists.freedesktop.org
664 T: git git://people.freedesktop.org/~gabbayo/linux.git
665 S: Supported
666 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
667 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
668 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
669 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
670 F: drivers/gpu/drm/amd/amdkfd/
671 F: drivers/gpu/drm/amd/include/cik_structs.h
672 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
673 F: drivers/gpu/drm/amd/include/vi_structs.h
674 F: drivers/gpu/drm/radeon/radeon_kfd.c
675 F: drivers/gpu/drm/radeon/radeon_kfd.h
676 F: include/uapi/linux/kfd_ioctl.h
677
678 AMD XGBE DRIVER
679 M: Tom Lendacky <thomas.lendacky@amd.com>
680 L: netdev@vger.kernel.org
681 S: Supported
682 F: drivers/net/ethernet/amd/xgbe/
683
684 AMS (Apple Motion Sensor) DRIVER
685 M: Michael Hanselmann <linux-kernel@hansmi.ch>
686 S: Supported
687 F: drivers/macintosh/ams/
688
689 AMSO1100 RNIC DRIVER
690 M: Tom Tucker <tom@opengridcomputing.com>
691 M: Steve Wise <swise@opengridcomputing.com>
692 L: linux-rdma@vger.kernel.org
693 S: Maintained
694 F: drivers/infiniband/hw/amso1100/
695
696 ANALOG DEVICES INC AD9389B DRIVER
697 M: Hans Verkuil <hans.verkuil@cisco.com>
698 L: linux-media@vger.kernel.org
699 S: Maintained
700 F: drivers/media/i2c/ad9389b*
701
702 ANALOG DEVICES INC ADV7180 DRIVER
703 M: Lars-Peter Clausen <lars@metafoo.de>
704 L: linux-media@vger.kernel.org
705 W: http://ez.analog.com/community/linux-device-drivers
706 S: Supported
707 F: drivers/media/i2c/adv7180.c
708
709 ANALOG DEVICES INC ADV7511 DRIVER
710 M: Hans Verkuil <hans.verkuil@cisco.com>
711 L: linux-media@vger.kernel.org
712 S: Maintained
713 F: drivers/media/i2c/adv7511*
714
715 ANALOG DEVICES INC ADV7604 DRIVER
716 M: Hans Verkuil <hans.verkuil@cisco.com>
717 L: linux-media@vger.kernel.org
718 S: Maintained
719 F: drivers/media/i2c/adv7604*
720
721 ANALOG DEVICES INC ADV7842 DRIVER
722 M: Hans Verkuil <hans.verkuil@cisco.com>
723 L: linux-media@vger.kernel.org
724 S: Maintained
725 F: drivers/media/i2c/adv7842*
726
727 ANALOG DEVICES INC ASOC CODEC DRIVERS
728 M: Lars-Peter Clausen <lars@metafoo.de>
729 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
730 W: http://wiki.analog.com/
731 W: http://ez.analog.com/community/linux-device-drivers
732 S: Supported
733 F: sound/soc/codecs/adau*
734 F: sound/soc/codecs/adav*
735 F: sound/soc/codecs/ad1*
736 F: sound/soc/codecs/ad7*
737 F: sound/soc/codecs/ssm*
738 F: sound/soc/codecs/sigmadsp.*
739
740 ANALOG DEVICES INC ASOC DRIVERS
741 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
742 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
743 W: http://blackfin.uclinux.org/
744 S: Supported
745 F: sound/soc/blackfin/*
746
747 ANALOG DEVICES INC IIO DRIVERS
748 M: Lars-Peter Clausen <lars@metafoo.de>
749 M: Michael Hennerich <Michael.Hennerich@analog.com>
750 W: http://wiki.analog.com/
751 W: http://ez.analog.com/community/linux-device-drivers
752 S: Supported
753 F: drivers/iio/*/ad*
754 X: drivers/iio/*/adjd*
755 F: drivers/staging/iio/*/ad*
756 F: staging/iio/trigger/iio-trig-bfin-timer.c
757
758 ANALOG DEVICES INC DMA DRIVERS
759 M: Lars-Peter Clausen <lars@metafoo.de>
760 W: http://ez.analog.com/community/linux-device-drivers
761 S: Supported
762 F: drivers/dma/dma-axi-dmac.c
763
764 ANDROID DRIVERS
765 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
766 M: Arve HjønnevĂ¥g <arve@android.com>
767 M: Riley Andrews <riandrews@android.com>
768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
769 L: devel@driverdev.osuosl.org
770 S: Supported
771 F: drivers/android/
772 F: drivers/staging/android/
773
774 AOA (Apple Onboard Audio) ALSA DRIVER
775 M: Johannes Berg <johannes@sipsolutions.net>
776 L: linuxppc-dev@lists.ozlabs.org
777 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
778 S: Maintained
779 F: sound/aoa/
780
781 APM DRIVER
782 M: Jiri Kosina <jikos@kernel.org>
783 S: Odd fixes
784 F: arch/x86/kernel/apm_32.c
785 F: include/linux/apm_bios.h
786 F: include/uapi/linux/apm_bios.h
787 F: drivers/char/apm-emulation.c
788
789 APPLE BCM5974 MULTITOUCH DRIVER
790 M: Henrik Rydberg <rydberg@bitmath.org>
791 L: linux-input@vger.kernel.org
792 S: Odd fixes
793 F: drivers/input/mouse/bcm5974.c
794
795 APPLE SMC DRIVER
796 M: Henrik Rydberg <rydberg@bitmath.org>
797 L: lm-sensors@lm-sensors.org
798 S: Odd fixes
799 F: drivers/hwmon/applesmc.c
800
801 APPLETALK NETWORK LAYER
802 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
803 S: Maintained
804 F: drivers/net/appletalk/
805 F: net/appletalk/
806
807 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
808 M: Duc Dang <dhdang@apm.com>
809 S: Supported
810 F: arch/arm64/boot/dts/apm/
811
812 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
813 M: Iyappan Subramanian <isubramanian@apm.com>
814 M: Keyur Chudgar <kchudgar@apm.com>
815 S: Supported
816 F: drivers/net/ethernet/apm/xgene/
817 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
818
819 APTINA CAMERA SENSOR PLL
820 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
821 L: linux-media@vger.kernel.org
822 S: Maintained
823 F: drivers/media/i2c/aptina-pll.*
824
825 ARC FRAMEBUFFER DRIVER
826 M: Jaya Kumar <jayalk@intworks.biz>
827 S: Maintained
828 F: drivers/video/fbdev/arcfb.c
829 F: drivers/video/fbdev/core/fb_defio.c
830
831 ARCNET NETWORK LAYER
832 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
833 L: netdev@vger.kernel.org
834 S: Maintained
835 F: drivers/net/arcnet/
836 F: include/uapi/linux/if_arcnet.h
837
838 ARM MFM AND FLOPPY DRIVERS
839 M: Ian Molton <spyro@f2s.com>
840 S: Maintained
841 F: arch/arm/lib/floppydma.S
842 F: arch/arm/include/asm/floppy.h
843
844 ARM PMU PROFILING AND DEBUGGING
845 M: Will Deacon <will.deacon@arm.com>
846 R: Mark Rutland <mark.rutland@arm.com>
847 S: Maintained
848 F: arch/arm*/kernel/perf_*
849 F: arch/arm/oprofile/common.c
850 F: arch/arm*/kernel/hw_breakpoint.c
851 F: arch/arm*/include/asm/hw_breakpoint.h
852 F: arch/arm*/include/asm/perf_event.h
853 F: drivers/perf/arm_pmu.c
854 F: include/linux/perf/arm_pmu.h
855
856 ARM PORT
857 M: Russell King <linux@arm.linux.org.uk>
858 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 W: http://www.arm.linux.org.uk/
860 S: Maintained
861 F: arch/arm/
862
863 ARM SUB-ARCHITECTURES
864 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
865 S: Maintained
866 F: arch/arm/mach-*/
867 F: arch/arm/plat-*/
868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
869
870 ARM PRIMECELL AACI PL041 DRIVER
871 M: Russell King <linux@arm.linux.org.uk>
872 S: Maintained
873 F: sound/arm/aaci.*
874
875 ARM PRIMECELL CLCD PL110 DRIVER
876 M: Russell King <linux@arm.linux.org.uk>
877 S: Maintained
878 F: drivers/video/fbdev/amba-clcd.*
879
880 ARM PRIMECELL KMI PL050 DRIVER
881 M: Russell King <linux@arm.linux.org.uk>
882 S: Maintained
883 F: drivers/input/serio/ambakmi.*
884 F: include/linux/amba/kmi.h
885
886 ARM PRIMECELL MMCI PL180/1 DRIVER
887 M: Russell King <linux@arm.linux.org.uk>
888 S: Maintained
889 F: drivers/mmc/host/mmci.*
890 F: include/linux/amba/mmci.h
891
892 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
893 M: Russell King <linux@arm.linux.org.uk>
894 S: Maintained
895 F: drivers/tty/serial/amba-pl01*.c
896 F: include/linux/amba/serial.h
897
898 ARM PRIMECELL BUS SUPPORT
899 M: Russell King <linux@arm.linux.org.uk>
900 S: Maintained
901 F: drivers/amba/
902 F: include/linux/amba/bus.h
903
904 ARM/ADS SPHERE MACHINE SUPPORT
905 M: Lennert Buytenhek <kernel@wantstofly.org>
906 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S: Maintained
908
909 ARM/AFEB9260 MACHINE SUPPORT
910 M: Sergey Lapin <slapin@ossfans.org>
911 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
912 S: Maintained
913
914 ARM/AJECO 1ARM MACHINE SUPPORT
915 M: Lennert Buytenhek <kernel@wantstofly.org>
916 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S: Maintained
918
919 ARM/Allwinner sunXi SoC support
920 M: Maxime Ripard <maxime.ripard@free-electrons.com>
921 M: Chen-Yu Tsai <wens@csie.org>
922 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S: Maintained
924 N: sun[x456789]i
925
926 ARM/Allwinner SoC Clock Support
927 M: Emilio LĂ³pez <emilio@elopez.com.ar>
928 S: Maintained
929 F: drivers/clk/sunxi/
930
931 ARM/Amlogic MesonX SoC support
932 M: Carlo Caione <carlo@caione.org>
933 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934 S: Maintained
935 F: drivers/media/rc/meson-ir.c
936 N: meson[x68]
937
938 ARM/Annapurna Labs ALPINE ARCHITECTURE
939 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
940 S: Maintained
941 F: arch/arm/mach-alpine/
942
943 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
944 M: Nicolas Ferre <nicolas.ferre@atmel.com>
945 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
946 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
947 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 W: http://www.linux4sam.org
949 S: Supported
950 F: arch/arm/mach-at91/
951 F: include/soc/at91/
952 F: arch/arm/boot/dts/at91*.dts
953 F: arch/arm/boot/dts/at91*.dtsi
954 F: arch/arm/boot/dts/sama*.dts
955 F: arch/arm/boot/dts/sama*.dtsi
956 F: arch/arm/include/debug/at91.S
957
958 ARM/ATMEL AT91 Clock Support
959 M: Boris Brezillon <boris.brezillon@free-electrons.com>
960 S: Maintained
961 F: drivers/clk/at91
962
963 ARM/CALXEDA HIGHBANK ARCHITECTURE
964 M: Rob Herring <robh@kernel.org>
965 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 S: Maintained
967 F: arch/arm/mach-highbank/
968
969 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
970 M: Krzysztof Halasa <khalasa@piap.pl>
971 S: Maintained
972 F: arch/arm/mach-cns3xxx/
973
974 ARM/CAVIUM THUNDER NETWORK DRIVER
975 M: Sunil Goutham <sgoutham@cavium.com>
976 M: Robert Richter <rric@kernel.org>
977 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S: Supported
979 F: drivers/net/ethernet/cavium/thunder/
980
981 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
982 M: Alexander Shiyan <shc_work@mail.ru>
983 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 S: Odd Fixes
985 N: clps711x
986
987 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
988 M: Hartley Sweeten <hsweeten@visionengravers.com>
989 M: Ryan Mallon <rmallon@gmail.com>
990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S: Maintained
992 F: arch/arm/mach-ep93xx/
993 F: arch/arm/mach-ep93xx/include/mach/
994
995 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
996 M: Lennert Buytenhek <kernel@wantstofly.org>
997 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S: Maintained
999
1000 ARM/CLKDEV SUPPORT
1001 M: Russell King <linux@arm.linux.org.uk>
1002 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1003 S: Maintained
1004 F: arch/arm/include/asm/clkdev.h
1005 F: drivers/clk/clkdev.c
1006
1007 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1008 M: Mike Rapoport <mike@compulab.co.il>
1009 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 S: Maintained
1011
1012 ARM/CONTEC MICRO9 MACHINE SUPPORT
1013 M: Hubert Feurstein <hubert.feurstein@contec.at>
1014 S: Maintained
1015 F: arch/arm/mach-ep93xx/micro9.c
1016
1017 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1018 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1019 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1020 S: Maintained
1021 F: drivers/hwtracing/coresight/*
1022 F: Documentation/trace/coresight.txt
1023 F: Documentation/devicetree/bindings/arm/coresight.txt
1024 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1025
1026 ARM/CORGI MACHINE SUPPORT
1027 M: Richard Purdie <rpurdie@rpsys.net>
1028 S: Maintained
1029
1030 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1031 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1032 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 T: git git://github.com/ulli-kroll/linux.git
1034 S: Maintained
1035 F: arch/arm/mach-gemini/
1036 F: drivers/rtc/rtc-gemini.c
1037
1038 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1039 M: Barry Song <baohua@kernel.org>
1040 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1042 S: Maintained
1043 F: arch/arm/mach-prima2/
1044 F: drivers/clk/sirf/
1045 F: drivers/clocksource/timer-prima2.c
1046 F: drivers/clocksource/timer-atlas7.c
1047 N: [^a-z]sirf
1048
1049 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1050 M: Baruch Siach <baruch@tkos.co.il>
1051 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S: Maintained
1053 F: arch/arm/boot/dts/cx92755*
1054 N: digicolor
1055
1056 ARM/EBSA110 MACHINE SUPPORT
1057 M: Russell King <linux@arm.linux.org.uk>
1058 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 W: http://www.arm.linux.org.uk/
1060 S: Maintained
1061 F: arch/arm/mach-ebsa110/
1062 F: drivers/net/ethernet/amd/am79c961a.*
1063
1064 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1065 M: Uwe Kleine-König <kernel@pengutronix.de>
1066 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S: Maintained
1068 N: efm32
1069
1070 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1071 M: Daniel Ribeiro <drwyrm@gmail.com>
1072 M: Stefan Schmidt <stefan@openezx.org>
1073 M: Harald Welte <laforge@openezx.org>
1074 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1075 W: http://www.openezx.org/
1076 S: Maintained
1077 T: topgit git://git.openezx.org/openezx.git
1078 F: arch/arm/mach-pxa/ezx.c
1079
1080 ARM/FARADAY FA526 PORT
1081 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1082 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083 S: Maintained
1084 T: git git://git.berlios.de/gemini-board
1085 F: arch/arm/mm/*-fa*
1086
1087 ARM/FOOTBRIDGE ARCHITECTURE
1088 M: Russell King <linux@arm.linux.org.uk>
1089 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 W: http://www.arm.linux.org.uk/
1091 S: Maintained
1092 F: arch/arm/include/asm/hardware/dec21285.h
1093 F: arch/arm/mach-footbridge/
1094
1095 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1096 M: Shawn Guo <shawnguo@kernel.org>
1097 M: Sascha Hauer <kernel@pengutronix.de>
1098 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S: Maintained
1100 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1101 F: arch/arm/mach-imx/
1102 F: arch/arm/mach-mxs/
1103 F: arch/arm/boot/dts/imx*
1104 F: arch/arm/configs/imx*_defconfig
1105 F: drivers/clk/imx/
1106 F: include/soc/imx/
1107
1108 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1109 M: Shawn Guo <shawnguo@kernel.org>
1110 M: Sascha Hauer <kernel@pengutronix.de>
1111 R: Stefan Agner <stefan@agner.ch>
1112 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 S: Maintained
1114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1115 F: arch/arm/mach-imx/*vf610*
1116 F: arch/arm/boot/dts/vf*
1117
1118 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1119 M: Lennert Buytenhek <kernel@wantstofly.org>
1120 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S: Maintained
1122
1123 ARM/GUMSTIX MACHINE SUPPORT
1124 M: Steve Sakoman <sakoman@gmail.com>
1125 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1126 S: Maintained
1127
1128 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1129 M: Philipp Zabel <philipp.zabel@gmail.com>
1130 M: Paul Parsons <lost.distance@yahoo.com>
1131 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S: Maintained
1133 F: arch/arm/mach-pxa/hx4700.c
1134 F: arch/arm/mach-pxa/include/mach/hx4700.h
1135 F: sound/soc/pxa/hx4700.c
1136
1137 ARM/HISILICON SOC SUPPORT
1138 M: Wei Xu <xuwei5@hisilicon.com>
1139 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 W: http://www.hisilicon.com
1141 S: Supported
1142 T: git git://github.com/hisilicon/linux-hisi.git
1143 F: arch/arm/mach-hisi/
1144
1145 ARM/HP JORNADA 7XX MACHINE SUPPORT
1146 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1147 W: www.jlime.com
1148 S: Maintained
1149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1150 F: arch/arm/mach-sa1100/jornada720.c
1151 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1152
1153 ARM/IGEP MACHINE SUPPORT
1154 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1155 M: Javier Martinez Canillas <javier@dowhile0.org>
1156 L: linux-omap@vger.kernel.org
1157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S: Maintained
1159 F: arch/arm/boot/dts/omap3-igep*
1160
1161 ARM/INCOME PXA270 SUPPORT
1162 M: Marek Vasut <marek.vasut@gmail.com>
1163 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S: Maintained
1165 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1166
1167 ARM/INTEL IOP32X ARM ARCHITECTURE
1168 M: Lennert Buytenhek <kernel@wantstofly.org>
1169 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S: Maintained
1171
1172 ARM/INTEL IOP33X ARM ARCHITECTURE
1173 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S: Orphan
1175
1176 ARM/INTEL IOP13XX ARM ARCHITECTURE
1177 M: Lennert Buytenhek <kernel@wantstofly.org>
1178 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S: Maintained
1180
1181 ARM/INTEL IQ81342EX MACHINE SUPPORT
1182 M: Lennert Buytenhek <kernel@wantstofly.org>
1183 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S: Maintained
1185
1186 ARM/INTEL IXDP2850 MACHINE SUPPORT
1187 M: Lennert Buytenhek <kernel@wantstofly.org>
1188 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S: Maintained
1190
1191 ARM/INTEL IXP4XX ARM ARCHITECTURE
1192 M: Imre Kaloz <kaloz@openwrt.org>
1193 M: Krzysztof Halasa <khalasa@piap.pl>
1194 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1195 S: Maintained
1196 F: arch/arm/mach-ixp4xx/
1197
1198 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1199 M: Jonathan Cameron <jic23@cam.ac.uk>
1200 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 S: Maintained
1202 F: arch/arm/mach-pxa/stargate2.c
1203 F: drivers/pcmcia/pxa2xx_stargate2.c
1204
1205 ARM/INTEL XSC3 (MANZANO) ARM CORE
1206 M: Lennert Buytenhek <kernel@wantstofly.org>
1207 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S: Maintained
1209
1210 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1211 M: Lennert Buytenhek <kernel@wantstofly.org>
1212 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S: Maintained
1214
1215 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1216 M: Santosh Shilimkar <ssantosh@kernel.org>
1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S: Maintained
1219 F: arch/arm/mach-keystone/
1220 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1221
1222 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1223 M: Santosh Shilimkar <ssantosh@kernel.org>
1224 L: linux-kernel@vger.kernel.org
1225 S: Maintained
1226 F: drivers/clk/keystone/
1227
1228 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1229 M: Santosh Shilimkar <ssantosh@kernel.org>
1230 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1231 L: linux-kernel@vger.kernel.org
1232 S: Maintained
1233 F: drivers/clocksource/timer-keystone.c
1234
1235 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1236 M: Santosh Shilimkar <ssantosh@kernel.org>
1237 L: linux-kernel@vger.kernel.org
1238 S: Maintained
1239 F: drivers/power/reset/keystone-reset.c
1240
1241 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1242 M: Santosh Shilimkar <ssantosh@kernel.org>
1243 L: linux-kernel@vger.kernel.org
1244 S: Maintained
1245 F: drivers/memory/*emif*
1246
1247 ARM/LOGICPD PXA270 MACHINE SUPPORT
1248 M: Lennert Buytenhek <kernel@wantstofly.org>
1249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1250 S: Maintained
1251
1252 ARM/LPC18XX ARCHITECTURE
1253 M: Joachim Eastwood <manabian@gmail.com>
1254 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S: Maintained
1256 F: arch/arm/boot/dts/lpc43*
1257 F: drivers/clk/nxp/clk-lpc18xx*
1258 F: drivers/clocksource/time-lpc32xx.c
1259 F: drivers/i2c/busses/i2c-lpc2k.c
1260 F: drivers/memory/pl172.c
1261 F: drivers/mtd/spi-nor/nxp-spifi.c
1262 F: drivers/rtc/rtc-lpc24xx.c
1263 N: lpc18xx
1264
1265 ARM/MAGICIAN MACHINE SUPPORT
1266 M: Philipp Zabel <philipp.zabel@gmail.com>
1267 S: Maintained
1268
1269 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1270 M: Jason Cooper <jason@lakedaemon.net>
1271 M: Andrew Lunn <andrew@lunn.ch>
1272 M: Gregory Clement <gregory.clement@free-electrons.com>
1273 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1274 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 S: Maintained
1276 F: arch/arm/mach-mvebu/
1277 F: drivers/rtc/rtc-armada38x.c
1278 F: arch/arm/boot/dts/armada*
1279 F: arch/arm/boot/dts/kirkwood*
1280
1281
1282 ARM/Marvell Berlin SoC support
1283 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1284 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1285 S: Maintained
1286 F: arch/arm/mach-berlin/
1287 F: arch/arm/boot/dts/berlin*
1288
1289
1290 ARM/Marvell Dove/MV78xx0/Orion SOC support
1291 M: Jason Cooper <jason@lakedaemon.net>
1292 M: Andrew Lunn <andrew@lunn.ch>
1293 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1294 M: Gregory Clement <gregory.clement@free-electrons.com>
1295 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296 S: Maintained
1297 F: arch/arm/mach-dove/
1298 F: arch/arm/mach-mv78xx0/
1299 F: arch/arm/mach-orion5x/
1300 F: arch/arm/plat-orion/
1301 F: arch/arm/boot/dts/dove*
1302 F: arch/arm/boot/dts/orion5x*
1303
1304
1305 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1306 M: Alexander Clouter <alex@digriz.org.uk>
1307 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1308 W: http://www.digriz.org.uk/ts78xx/kernel
1309 S: Maintained
1310 F: arch/arm/mach-orion5x/ts78xx-*
1311
1312 ARM/Mediatek RTC DRIVER
1313 M: Eddie Huang <eddie.huang@mediatek.com>
1314 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1316 S: Maintained
1317 F: drivers/rtc/rtc-mt6397.c
1318
1319 ARM/Mediatek SoC support
1320 M: Matthias Brugger <matthias.bgg@gmail.com>
1321 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1323 S: Maintained
1324 F: arch/arm/boot/dts/mt6*
1325 F: arch/arm/boot/dts/mt8*
1326 F: arch/arm/mach-mediatek/
1327 N: mtk
1328 K: mediatek
1329
1330 ARM/Mediatek USB3 PHY DRIVER
1331 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1332 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1334 S: Maintained
1335 F: drivers/phy/phy-mt65xx-usb3.c
1336
1337 ARM/MICREL KS8695 ARCHITECTURE
1338 M: Greg Ungerer <gerg@uclinux.org>
1339 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1340 F: arch/arm/mach-ks8695/
1341 S: Odd Fixes
1342
1343 ARM/MIOA701 MACHINE SUPPORT
1344 M: Robert Jarzmik <robert.jarzmik@free.fr>
1345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 F: arch/arm/mach-pxa/mioa701.c
1347 S: Maintained
1348
1349 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1350 M: Michael Petchkovsky <mkpetch@internode.on.net>
1351 S: Maintained
1352
1353 ARM/NOMADIK ARCHITECTURE
1354 M: Alessandro Rubini <rubini@unipv.it>
1355 M: Linus Walleij <linus.walleij@linaro.org>
1356 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 S: Maintained
1358 F: arch/arm/mach-nomadik/
1359 F: drivers/pinctrl/nomadik/
1360 F: drivers/i2c/busses/i2c-nomadik.c
1361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1362
1363 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1364 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1365 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1366 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1367 S: Supported
1368
1369 ARM/TOSA MACHINE SUPPORT
1370 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1371 M: Dirk Opfer <dirk@opfer-online.de>
1372 S: Maintained
1373
1374 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1375 M: Marek Vasut <marek.vasut@gmail.com>
1376 L: linux-arm-kernel@lists.infradead.org
1377 W: http://hackndev.com
1378 S: Maintained
1379 F: arch/arm/mach-pxa/include/mach/palmtx.h
1380 F: arch/arm/mach-pxa/palmtx.c
1381 F: arch/arm/mach-pxa/include/mach/palmt5.h
1382 F: arch/arm/mach-pxa/palmt5.c
1383 F: arch/arm/mach-pxa/include/mach/palmld.h
1384 F: arch/arm/mach-pxa/palmld.c
1385 F: arch/arm/mach-pxa/include/mach/palmte2.h
1386 F: arch/arm/mach-pxa/palmte2.c
1387 F: arch/arm/mach-pxa/include/mach/palmtc.h
1388 F: arch/arm/mach-pxa/palmtc.c
1389
1390 ARM/PALM TREO SUPPORT
1391 M: Tomas Cech <sleep_walker@suse.com>
1392 L: linux-arm-kernel@lists.infradead.org
1393 W: http://hackndev.com
1394 S: Maintained
1395 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1396 F: arch/arm/mach-pxa/palmtreo.c
1397
1398 ARM/PALMZ72 SUPPORT
1399 M: Sergey Lapin <slapin@ossfans.org>
1400 L: linux-arm-kernel@lists.infradead.org
1401 W: http://hackndev.com
1402 S: Maintained
1403 F: arch/arm/mach-pxa/include/mach/palmz72.h
1404 F: arch/arm/mach-pxa/palmz72.c
1405
1406 ARM/PLEB SUPPORT
1407 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1408 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1409 S: Maintained
1410
1411 ARM/PT DIGITAL BOARD PORT
1412 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1413 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 W: http://www.arm.linux.org.uk/
1415 S: Maintained
1416
1417 ARM/QUALCOMM SUPPORT
1418 M: Andy Gross <andy.gross@linaro.org>
1419 M: David Brown <david.brown@linaro.org>
1420 L: linux-arm-msm@vger.kernel.org
1421 L: linux-soc@vger.kernel.org
1422 S: Maintained
1423 F: arch/arm/boot/dts/qcom-*.dts
1424 F: arch/arm/boot/dts/qcom-*.dtsi
1425 F: arch/arm/mach-qcom/
1426 F: drivers/soc/qcom/
1427 F: drivers/tty/serial/msm_serial.h
1428 F: drivers/tty/serial/msm_serial.c
1429 F: drivers/*/pm8???-*
1430 F: drivers/mfd/ssbi.c
1431 F: drivers/firmware/qcom_scm.c
1432 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1433
1434 ARM/RADISYS ENP2611 MACHINE SUPPORT
1435 M: Lennert Buytenhek <kernel@wantstofly.org>
1436 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 S: Maintained
1438
1439 ARM/RENESAS ARM64 ARCHITECTURE
1440 M: Simon Horman <horms@verge.net.au>
1441 M: Magnus Damm <magnus.damm@gmail.com>
1442 L: linux-sh@vger.kernel.org
1443 Q: http://patchwork.kernel.org/project/linux-sh/list/
1444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1445 S: Supported
1446 F: arch/arm64/boot/dts/renesas/
1447
1448 ARM/RISCPC ARCHITECTURE
1449 M: Russell King <linux@arm.linux.org.uk>
1450 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 W: http://www.arm.linux.org.uk/
1452 S: Maintained
1453 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1454 F: arch/arm/include/asm/hardware/ioc.h
1455 F: arch/arm/include/asm/hardware/iomd.h
1456 F: arch/arm/include/asm/hardware/memc.h
1457 F: arch/arm/mach-rpc/
1458 F: drivers/net/ethernet/8390/etherh.c
1459 F: drivers/net/ethernet/i825xx/ether1*
1460 F: drivers/net/ethernet/seeq/ether3*
1461 F: drivers/scsi/arm/
1462
1463 ARM/Rockchip SoC support
1464 M: Heiko Stuebner <heiko@sntech.de>
1465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 L: linux-rockchip@lists.infradead.org
1467 S: Maintained
1468 F: arch/arm/boot/dts/rk3*
1469 F: arch/arm/mach-rockchip/
1470 F: drivers/clk/rockchip/
1471 F: drivers/i2c/busses/i2c-rk3x.c
1472 F: drivers/*/*rockchip*
1473 F: drivers/*/*/*rockchip*
1474 F: sound/soc/rockchip/
1475 N: rockchip
1476
1477 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1478 M: Kukjin Kim <kgene@kernel.org>
1479 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1480 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1481 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1482 S: Maintained
1483 F: arch/arm/boot/dts/s3c*
1484 F: arch/arm/boot/dts/exynos*
1485 F: arch/arm64/boot/dts/exynos/
1486 F: arch/arm/plat-samsung/
1487 F: arch/arm/mach-s3c24*/
1488 F: arch/arm/mach-s3c64xx/
1489 F: arch/arm/mach-s5p*/
1490 F: arch/arm/mach-exynos*/
1491 F: drivers/*/*s3c2410*
1492 F: drivers/*/*/*s3c2410*
1493 F: drivers/spi/spi-s3c*
1494 F: sound/soc/samsung/*
1495 F: Documentation/arm/Samsung/
1496 F: Documentation/devicetree/bindings/arm/samsung/
1497 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1498 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1499 N: exynos
1500
1501 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1502 M: Kyungmin Park <kyungmin.park@samsung.com>
1503 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 S: Maintained
1505 F: arch/arm/mach-s5pv210/
1506
1507 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1508 M: Kyungmin Park <kyungmin.park@samsung.com>
1509 M: Kamil Debski <k.debski@samsung.com>
1510 L: linux-arm-kernel@lists.infradead.org
1511 L: linux-media@vger.kernel.org
1512 S: Maintained
1513 F: drivers/media/platform/s5p-g2d/
1514
1515 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1516 M: Kyungmin Park <kyungmin.park@samsung.com>
1517 M: Kamil Debski <k.debski@samsung.com>
1518 M: Jeongtae Park <jtp.park@samsung.com>
1519 L: linux-arm-kernel@lists.infradead.org
1520 L: linux-media@vger.kernel.org
1521 S: Maintained
1522 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1523 F: drivers/media/platform/s5p-mfc/
1524
1525 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1526 M: Kyungmin Park <kyungmin.park@samsung.com>
1527 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1528 L: linux-arm-kernel@lists.infradead.org
1529 L: linux-media@vger.kernel.org
1530 S: Maintained
1531 F: drivers/media/platform/s5p-tv/
1532
1533 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1534 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1535 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1536 L: linux-arm-kernel@lists.infradead.org
1537 L: linux-media@vger.kernel.org
1538 S: Maintained
1539 F: drivers/media/platform/s5p-jpeg/
1540
1541 ARM/SHMOBILE ARM ARCHITECTURE
1542 M: Simon Horman <horms@verge.net.au>
1543 M: Magnus Damm <magnus.damm@gmail.com>
1544 L: linux-renesas-soc@vger.kernel.org
1545 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1547 S: Supported
1548 F: arch/arm/boot/dts/emev2*
1549 F: arch/arm/boot/dts/r7s*
1550 F: arch/arm/boot/dts/r8a*
1551 F: arch/arm/boot/dts/sh*
1552 F: arch/arm/configs/shmobile_defconfig
1553 F: arch/arm/include/debug/renesas-scif.S
1554 F: arch/arm/mach-shmobile/
1555 F: drivers/sh/
1556
1557 ARM/SOCFPGA ARCHITECTURE
1558 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1559 S: Maintained
1560 F: arch/arm/mach-socfpga/
1561 F: arch/arm/boot/dts/socfpga*
1562 F: arch/arm/configs/socfpga_defconfig
1563 W: http://www.rocketboards.org
1564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1565
1566 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1567 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1568 S: Maintained
1569 F: drivers/clk/socfpga/
1570
1571 ARM/SOCFPGA EDAC SUPPORT
1572 M: Thor Thayer <tthayer@opensource.altera.com>
1573 S: Maintained
1574 F: drivers/edac/altera_edac.
1575
1576 ARM/STI ARCHITECTURE
1577 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1578 M: Maxime Coquelin <maxime.coquelin@st.com>
1579 M: Patrice Chotard <patrice.chotard@st.com>
1580 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1581 L: kernel@stlinux.com
1582 W: http://www.stlinux.com
1583 S: Maintained
1584 F: arch/arm/mach-sti/
1585 F: arch/arm/boot/dts/sti*
1586 F: drivers/char/hw_random/st-rng.c
1587 F: drivers/clocksource/arm_global_timer.c
1588 F: drivers/clocksource/clksrc_st_lpc.c
1589 F: drivers/i2c/busses/i2c-st.c
1590 F: drivers/media/rc/st_rc.c
1591 F: drivers/media/platform/sti/c8sectpfe/
1592 F: drivers/mmc/host/sdhci-st.c
1593 F: drivers/phy/phy-miphy28lp.c
1594 F: drivers/phy/phy-miphy365x.c
1595 F: drivers/phy/phy-stih407-usb.c
1596 F: drivers/phy/phy-stih41x-usb.c
1597 F: drivers/pinctrl/pinctrl-st.c
1598 F: drivers/reset/sti/
1599 F: drivers/rtc/rtc-st-lpc.c
1600 F: drivers/tty/serial/st-asc.c
1601 F: drivers/usb/dwc3/dwc3-st.c
1602 F: drivers/usb/host/ehci-st.c
1603 F: drivers/usb/host/ohci-st.c
1604 F: drivers/watchdog/st_lpc_wdt.c
1605 F: drivers/ata/ahci_st.c
1606
1607 ARM/STM32 ARCHITECTURE
1608 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1609 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S: Maintained
1611 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1612 N: stm32
1613 F: drivers/clocksource/armv7m_systick.c
1614
1615 ARM/TANGO ARCHITECTURE
1616 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1617 L: linux-arm-kernel@lists.infradead.org
1618 S: Maintained
1619 F: arch/arm/mach-tango/
1620 F: arch/arm/boot/dts/tango*
1621
1622 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1623 M: Lennert Buytenhek <kernel@wantstofly.org>
1624 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1625 S: Maintained
1626
1627 ARM/TETON BGA MACHINE SUPPORT
1628 M: "Mark F. Brown" <mark.brown314@gmail.com>
1629 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 S: Maintained
1631
1632 ARM/THECUS N2100 MACHINE SUPPORT
1633 M: Lennert Buytenhek <kernel@wantstofly.org>
1634 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1635 S: Maintained
1636
1637 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1638 M: Wan ZongShun <mcuos.com@gmail.com>
1639 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1640 W: http://www.mcuos.com
1641 S: Maintained
1642 F: arch/arm/mach-w90x900/
1643 F: drivers/input/keyboard/w90p910_keypad.c
1644 F: drivers/input/touchscreen/w90p910_ts.c
1645 F: drivers/watchdog/nuc900_wdt.c
1646 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1647 F: drivers/mtd/nand/nuc900_nand.c
1648 F: drivers/rtc/rtc-nuc900.c
1649 F: drivers/spi/spi-nuc900.c
1650 F: drivers/usb/host/ehci-w90x900.c
1651 F: drivers/video/fbdev/nuc900fb.c
1652
1653 ARM/U300 MACHINE SUPPORT
1654 M: Linus Walleij <linus.walleij@linaro.org>
1655 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1656 S: Supported
1657 F: arch/arm/mach-u300/
1658 F: drivers/clocksource/timer-u300.c
1659 F: drivers/i2c/busses/i2c-stu300.c
1660 F: drivers/rtc/rtc-coh901331.c
1661 F: drivers/watchdog/coh901327_wdt.c
1662 F: drivers/dma/coh901318*
1663 F: drivers/mfd/ab3100*
1664 F: drivers/rtc/rtc-ab3100.c
1665 F: drivers/rtc/rtc-coh901331.c
1666 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1667
1668 ARM/UNIPHIER ARCHITECTURE
1669 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1670 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1671 S: Maintained
1672 F: arch/arm/boot/dts/uniphier*
1673 F: arch/arm/include/asm/hardware/cache-uniphier.h
1674 F: arch/arm/mach-uniphier/
1675 F: arch/arm/mm/cache-uniphier.c
1676 F: arch/arm64/boot/dts/socionext/
1677 F: drivers/bus/uniphier-system-bus.c
1678 F: drivers/i2c/busses/i2c-uniphier*
1679 F: drivers/pinctrl/uniphier/
1680 F: drivers/tty/serial/8250/8250_uniphier.c
1681 N: uniphier
1682
1683 ARM/Ux500 ARM ARCHITECTURE
1684 M: Linus Walleij <linus.walleij@linaro.org>
1685 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1686 S: Maintained
1687 F: arch/arm/mach-ux500/
1688 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1689 F: drivers/dma/ste_dma40*
1690 F: drivers/hwspinlock/u8500_hsem.c
1691 F: drivers/mfd/abx500*
1692 F: drivers/mfd/ab8500*
1693 F: drivers/mfd/dbx500*
1694 F: drivers/mfd/db8500*
1695 F: drivers/pinctrl/nomadik/pinctrl-ab*
1696 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1697 F: drivers/rtc/rtc-ab8500.c
1698 F: drivers/rtc/rtc-pl031.c
1699 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1700
1701 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1702 M: Ulf Hansson <ulf.hansson@linaro.org>
1703 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1704 T: git git://git.linaro.org/people/ulfh/clk.git
1705 S: Maintained
1706 F: drivers/clk/ux500/
1707 F: include/linux/platform_data/clk-ux500.h
1708
1709 ARM/VERSATILE EXPRESS PLATFORM
1710 M: Liviu Dudau <liviu.dudau@arm.com>
1711 M: Sudeep Holla <sudeep.holla@arm.com>
1712 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1713 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S: Maintained
1715 F: arch/arm/boot/dts/vexpress*
1716 F: arch/arm64/boot/dts/arm/vexpress*
1717 F: arch/arm/mach-vexpress/
1718 F: */*/vexpress*
1719 F: */*/*/vexpress*
1720 F: drivers/clk/versatile/clk-vexpress-osc.c
1721 F: drivers/clocksource/versatile.c
1722
1723 ARM/VFP SUPPORT
1724 M: Russell King <linux@arm.linux.org.uk>
1725 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1726 W: http://www.arm.linux.org.uk/
1727 S: Maintained
1728 F: arch/arm/vfp/
1729
1730 ARM/VOIPAC PXA270 SUPPORT
1731 M: Marek Vasut <marek.vasut@gmail.com>
1732 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S: Maintained
1734 F: arch/arm/mach-pxa/vpac270.c
1735 F: arch/arm/mach-pxa/include/mach/vpac270.h
1736
1737 ARM/VT8500 ARM ARCHITECTURE
1738 M: Tony Prisk <linux@prisktech.co.nz>
1739 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1740 S: Maintained
1741 F: arch/arm/mach-vt8500/
1742 F: drivers/clocksource/vt8500_timer.c
1743 F: drivers/i2c/busses/i2c-wmt.c
1744 F: drivers/mmc/host/wmt-sdmmc.c
1745 F: drivers/pwm/pwm-vt8500.c
1746 F: drivers/rtc/rtc-vt8500.c
1747 F: drivers/tty/serial/vt8500_serial.c
1748 F: drivers/usb/host/ehci-platform.c
1749 F: drivers/usb/host/uhci-platform.c
1750 F: drivers/video/fbdev/vt8500lcdfb.*
1751 F: drivers/video/fbdev/wm8505fb*
1752 F: drivers/video/fbdev/wmt_ge_rops.*
1753
1754 ARM/ZIPIT Z2 SUPPORT
1755 M: Marek Vasut <marek.vasut@gmail.com>
1756 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1757 S: Maintained
1758 F: arch/arm/mach-pxa/z2.c
1759 F: arch/arm/mach-pxa/include/mach/z2.h
1760
1761 ARM/ZTE ARCHITECTURE
1762 M: Jun Nie <jun.nie@linaro.org>
1763 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1764 S: Maintained
1765 F: arch/arm/mach-zx/
1766 F: drivers/clk/zte/
1767 F: Documentation/devicetree/bindings/arm/zte.txt
1768 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1769
1770 ARM/ZYNQ ARCHITECTURE
1771 M: Michal Simek <michal.simek@xilinx.com>
1772 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1773 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1774 W: http://wiki.xilinx.com
1775 T: git https://github.com/Xilinx/linux-xlnx.git
1776 S: Supported
1777 F: arch/arm/mach-zynq/
1778 F: drivers/cpuidle/cpuidle-zynq.c
1779 F: drivers/block/xsysace.c
1780 N: zynq
1781 N: xilinx
1782 F: drivers/clocksource/cadence_ttc_timer.c
1783 F: drivers/i2c/busses/i2c-cadence.c
1784 F: drivers/mmc/host/sdhci-of-arasan.c
1785 F: drivers/edac/synopsys_edac.c
1786
1787 ARM SMMU DRIVERS
1788 M: Will Deacon <will.deacon@arm.com>
1789 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1790 S: Maintained
1791 F: drivers/iommu/arm-smmu.c
1792 F: drivers/iommu/arm-smmu-v3.c
1793 F: drivers/iommu/io-pgtable-arm.c
1794
1795 ARM64 PORT (AARCH64 ARCHITECTURE)
1796 M: Catalin Marinas <catalin.marinas@arm.com>
1797 M: Will Deacon <will.deacon@arm.com>
1798 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1799 S: Maintained
1800 F: arch/arm64/
1801 F: Documentation/arm64/
1802
1803 AS3645A LED FLASH CONTROLLER DRIVER
1804 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1805 L: linux-media@vger.kernel.org
1806 T: git git://linuxtv.org/media_tree.git
1807 S: Maintained
1808 F: drivers/media/i2c/as3645a.c
1809 F: include/media/i2c/as3645a.h
1810
1811 ASC7621 HARDWARE MONITOR DRIVER
1812 M: George Joseph <george.joseph@fairview5.com>
1813 L: lm-sensors@lm-sensors.org
1814 S: Maintained
1815 F: Documentation/hwmon/asc7621
1816 F: drivers/hwmon/asc7621.c
1817
1818 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1819 M: Corentin Chary <corentin.chary@gmail.com>
1820 L: acpi4asus-user@lists.sourceforge.net
1821 L: platform-driver-x86@vger.kernel.org
1822 W: http://acpi4asus.sf.net
1823 S: Maintained
1824 F: drivers/platform/x86/asus*.c
1825 F: drivers/platform/x86/eeepc*.c
1826
1827 ASUS WIRELESS RADIO CONTROL DRIVER
1828 M: JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1829 L: platform-driver-x86@vger.kernel.org
1830 S: Maintained
1831 F: drivers/platform/x86/asus-wireless.c
1832
1833 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1834 R: Dan Williams <dan.j.williams@intel.com>
1835 W: http://sourceforge.net/projects/xscaleiop
1836 S: Odd fixes
1837 F: Documentation/crypto/async-tx-api.txt
1838 F: crypto/async_tx/
1839 F: drivers/dma/
1840 F: include/linux/dmaengine.h
1841 F: include/linux/async_tx.h
1842
1843 AT24 EEPROM DRIVER
1844 M: Wolfram Sang <wsa@the-dreams.de>
1845 L: linux-i2c@vger.kernel.org
1846 S: Maintained
1847 F: drivers/misc/eeprom/at24.c
1848 F: include/linux/platform_data/at24.h
1849
1850 ATA OVER ETHERNET (AOE) DRIVER
1851 M: "Ed L. Cashin" <ed.cashin@acm.org>
1852 W: http://www.openaoe.org/
1853 S: Supported
1854 F: Documentation/aoe/
1855 F: drivers/block/aoe/
1856
1857 ATHEROS 71XX/9XXX GPIO DRIVER
1858 M: Alban Bedel <albeu@free.fr>
1859 W: https://github.com/AlbanBedel/linux
1860 T: git git://github.com/AlbanBedel/linux
1861 S: Maintained
1862 F: drivers/gpio/gpio-ath79.c
1863 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1864
1865 ATHEROS ATH GENERIC UTILITIES
1866 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1867 L: linux-wireless@vger.kernel.org
1868 S: Supported
1869 F: drivers/net/wireless/ath/*
1870
1871 ATHEROS ATH5K WIRELESS DRIVER
1872 M: Jiri Slaby <jirislaby@gmail.com>
1873 M: Nick Kossifidis <mickflemm@gmail.com>
1874 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1875 L: linux-wireless@vger.kernel.org
1876 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1877 S: Maintained
1878 F: drivers/net/wireless/ath/ath5k/
1879
1880 ATHEROS ATH6KL WIRELESS DRIVER
1881 M: Kalle Valo <kvalo@qca.qualcomm.com>
1882 L: linux-wireless@vger.kernel.org
1883 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1884 T: git git://github.com/kvalo/ath.git
1885 S: Supported
1886 F: drivers/net/wireless/ath/ath6kl/
1887
1888 WILOCITY WIL6210 WIRELESS DRIVER
1889 M: Maya Erez <qca_merez@qca.qualcomm.com>
1890 L: linux-wireless@vger.kernel.org
1891 L: wil6210@qca.qualcomm.com
1892 S: Supported
1893 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1894 F: drivers/net/wireless/ath/wil6210/
1895 F: include/uapi/linux/wil6210_uapi.h
1896
1897 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1898 M: Christian Lamparter <chunkeey@googlemail.com>
1899 L: linux-wireless@vger.kernel.org
1900 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1901 S: Maintained
1902 F: drivers/net/wireless/ath/carl9170/
1903
1904 ATK0110 HWMON DRIVER
1905 M: Luca Tettamanti <kronos.it@gmail.com>
1906 L: lm-sensors@lm-sensors.org
1907 S: Maintained
1908 F: drivers/hwmon/asus_atk0110.c
1909
1910 ATI_REMOTE2 DRIVER
1911 M: Ville Syrjala <syrjala@sci.fi>
1912 S: Maintained
1913 F: drivers/input/misc/ati_remote2.c
1914
1915 ATLX ETHERNET DRIVERS
1916 M: Jay Cliburn <jcliburn@gmail.com>
1917 M: Chris Snook <chris.snook@gmail.com>
1918 L: netdev@vger.kernel.org
1919 W: http://sourceforge.net/projects/atl1
1920 W: http://atl1.sourceforge.net
1921 S: Maintained
1922 F: drivers/net/ethernet/atheros/
1923
1924 ATM
1925 M: Chas Williams <3chas3@gmail.com>
1926 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1927 L: netdev@vger.kernel.org
1928 W: http://linux-atm.sourceforge.net
1929 S: Maintained
1930 F: drivers/atm/
1931 F: include/linux/atm*
1932 F: include/uapi/linux/atm*
1933
1934 ATMEL AT91 / AT32 MCI DRIVER
1935 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1936 S: Maintained
1937 F: drivers/mmc/host/atmel-mci.c
1938
1939 ATMEL AT91 / AT32 SERIAL DRIVER
1940 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1941 S: Supported
1942 F: drivers/tty/serial/atmel_serial.c
1943
1944 ATMEL Audio ALSA driver
1945 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1946 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1947 S: Supported
1948 F: sound/soc/atmel
1949
1950 ATMEL DMA DRIVER
1951 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1952 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1953 S: Supported
1954 F: drivers/dma/at_hdmac.c
1955 F: drivers/dma/at_hdmac_regs.h
1956 F: include/linux/platform_data/dma-atmel.h
1957
1958 ATMEL XDMA DRIVER
1959 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1960 L: linux-arm-kernel@lists.infradead.org
1961 L: dmaengine@vger.kernel.org
1962 S: Supported
1963 F: drivers/dma/at_xdmac.c
1964
1965 ATMEL I2C DRIVER
1966 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1967 L: linux-i2c@vger.kernel.org
1968 S: Supported
1969 F: drivers/i2c/busses/i2c-at91.c
1970
1971 ATMEL ISI DRIVER
1972 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1973 L: linux-media@vger.kernel.org
1974 S: Supported
1975 F: drivers/media/platform/soc_camera/atmel-isi.c
1976 F: include/media/atmel-isi.h
1977
1978 ATMEL LCDFB DRIVER
1979 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1980 L: linux-fbdev@vger.kernel.org
1981 S: Maintained
1982 F: drivers/video/fbdev/atmel_lcdfb.c
1983 F: include/video/atmel_lcdc.h
1984
1985 ATMEL MACB ETHERNET DRIVER
1986 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1987 S: Supported
1988 F: drivers/net/ethernet/cadence/
1989
1990 ATMEL NAND DRIVER
1991 M: Wenyou Yang <wenyou.yang@atmel.com>
1992 M: Josh Wu <rainyfeeling@outlook.com>
1993 L: linux-mtd@lists.infradead.org
1994 S: Supported
1995 F: drivers/mtd/nand/atmel_nand*
1996
1997 ATMEL SDMMC DRIVER
1998 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1999 L: linux-mmc@vger.kernel.org
2000 S: Supported
2001 F: drivers/mmc/host/sdhci-of-at91.c
2002
2003 ATMEL SPI DRIVER
2004 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2005 S: Supported
2006 F: drivers/spi/spi-atmel.*
2007
2008 ATMEL SSC DRIVER
2009 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2010 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2011 S: Supported
2012 F: drivers/misc/atmel-ssc.c
2013 F: include/linux/atmel-ssc.h
2014
2015 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2016 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2017 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2018 S: Supported
2019 F: drivers/misc/atmel_tclib.c
2020 F: drivers/clocksource/tcb_clksrc.c
2021
2022 ATMEL USBA UDC DRIVER
2023 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2024 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2025 S: Supported
2026 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2027
2028 ATMEL WIRELESS DRIVER
2029 M: Simon Kelley <simon@thekelleys.org.uk>
2030 L: linux-wireless@vger.kernel.org
2031 W: http://www.thekelleys.org.uk/atmel
2032 W: http://atmelwlandriver.sourceforge.net/
2033 S: Maintained
2034 F: drivers/net/wireless/atmel/atmel*
2035
2036 ATMEL MAXTOUCH DRIVER
2037 M: Nick Dyer <nick.dyer@itdev.co.uk>
2038 T: git git://github.com/atmel-maxtouch/linux.git
2039 S: Supported
2040 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2041 F: drivers/input/touchscreen/atmel_mxt_ts.c
2042 F: include/linux/platform_data/atmel_mxt_ts.h
2043
2044 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2045 M: Bradley Grove <linuxdrivers@attotech.com>
2046 L: linux-scsi@vger.kernel.org
2047 W: http://www.attotech.com
2048 S: Supported
2049 F: drivers/scsi/esas2r
2050
2051 ATUSB IEEE 802.15.4 RADIO DRIVER
2052 M: Stefan Schmidt <stefan@osg.samsung.com>
2053 L: linux-wpan@vger.kernel.org
2054 S: Maintained
2055 F: drivers/net/ieee802154/atusb.c
2056 F: drivers/net/ieee802154/atusb.h
2057 F: drivers/net/ieee802154/at86rf230.h
2058
2059 AUDIT SUBSYSTEM
2060 M: Paul Moore <paul@paul-moore.com>
2061 M: Eric Paris <eparis@redhat.com>
2062 L: linux-audit@redhat.com (moderated for non-subscribers)
2063 W: http://people.redhat.com/sgrubb/audit/
2064 T: git git://git.infradead.org/users/pcmoore/audit
2065 S: Maintained
2066 F: include/linux/audit.h
2067 F: include/uapi/linux/audit.h
2068 F: kernel/audit*
2069
2070 AUXILIARY DISPLAY DRIVERS
2071 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2072 W: http://miguelojeda.es/auxdisplay.htm
2073 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2074 S: Maintained
2075 F: drivers/auxdisplay/
2076 F: include/linux/cfag12864b.h
2077
2078 AVR32 ARCHITECTURE
2079 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2080 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2081 W: http://www.atmel.com/products/AVR32/
2082 W: http://mirror.egtvedt.no/avr32linux.org/
2083 W: http://avrfreaks.net/
2084 S: Maintained
2085 F: arch/avr32/
2086
2087 AVR32/AT32AP MACHINE SUPPORT
2088 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2089 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2090 S: Maintained
2091 F: arch/avr32/mach-at32ap/
2092
2093 AX.25 NETWORK LAYER
2094 M: Ralf Baechle <ralf@linux-mips.org>
2095 L: linux-hams@vger.kernel.org
2096 W: http://www.linux-ax25.org/
2097 S: Maintained
2098 F: include/uapi/linux/ax25.h
2099 F: include/net/ax25.h
2100 F: net/ax25/
2101
2102 AZ6007 DVB DRIVER
2103 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2104 L: linux-media@vger.kernel.org
2105 W: https://linuxtv.org
2106 T: git git://linuxtv.org/media_tree.git
2107 S: Maintained
2108 F: drivers/media/usb/dvb-usb-v2/az6007.c
2109
2110 AZTECH FM RADIO RECEIVER DRIVER
2111 M: Hans Verkuil <hverkuil@xs4all.nl>
2112 L: linux-media@vger.kernel.org
2113 T: git git://linuxtv.org/media_tree.git
2114 W: https://linuxtv.org
2115 S: Maintained
2116 F: drivers/media/radio/radio-aztech*
2117
2118 B43 WIRELESS DRIVER
2119 L: linux-wireless@vger.kernel.org
2120 L: b43-dev@lists.infradead.org
2121 W: http://wireless.kernel.org/en/users/Drivers/b43
2122 S: Odd Fixes
2123 F: drivers/net/wireless/broadcom/b43/
2124
2125 B43LEGACY WIRELESS DRIVER
2126 M: Larry Finger <Larry.Finger@lwfinger.net>
2127 L: linux-wireless@vger.kernel.org
2128 L: b43-dev@lists.infradead.org
2129 W: http://wireless.kernel.org/en/users/Drivers/b43
2130 S: Maintained
2131 F: drivers/net/wireless/broadcom/b43legacy/
2132
2133 BACKLIGHT CLASS/SUBSYSTEM
2134 M: Jingoo Han <jingoohan1@gmail.com>
2135 M: Lee Jones <lee.jones@linaro.org>
2136 S: Maintained
2137 F: drivers/video/backlight/
2138 F: include/linux/backlight.h
2139
2140 BATMAN ADVANCED
2141 M: Marek Lindner <mareklindner@neomailbox.ch>
2142 M: Simon Wunderlich <sw@simonwunderlich.de>
2143 M: Antonio Quartulli <a@unstable.cc>
2144 L: b.a.t.m.a.n@lists.open-mesh.org
2145 W: http://www.open-mesh.org/
2146 S: Maintained
2147 F: net/batman-adv/
2148
2149 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2150 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2151 L: linux-hams@vger.kernel.org
2152 W: http://www.baycom.org/~tom/ham/ham.html
2153 S: Maintained
2154 F: drivers/net/hamradio/baycom*
2155
2156 BCACHE (BLOCK LAYER CACHE)
2157 M: Kent Overstreet <kent.overstreet@gmail.com>
2158 L: linux-bcache@vger.kernel.org
2159 W: http://bcache.evilpiepirate.org
2160 S: Maintained
2161 F: drivers/md/bcache/
2162
2163 BDISP ST MEDIA DRIVER
2164 M: Fabien Dessenne <fabien.dessenne@st.com>
2165 L: linux-media@vger.kernel.org
2166 T: git git://linuxtv.org/media_tree.git
2167 W: https://linuxtv.org
2168 S: Supported
2169 F: drivers/media/platform/sti/bdisp
2170
2171 BEFS FILE SYSTEM
2172 S: Orphan
2173 F: Documentation/filesystems/befs.txt
2174 F: fs/befs/
2175
2176 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2177 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2178 L: netdev@vger.kernel.org
2179 S: Maintained
2180 F: drivers/net/ethernet/ec_bhf.c
2181
2182 BFS FILE SYSTEM
2183 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2184 S: Maintained
2185 F: Documentation/filesystems/bfs.txt
2186 F: fs/bfs/
2187 F: include/uapi/linux/bfs_fs.h
2188
2189 BLACKFIN ARCHITECTURE
2190 M: Steven Miao <realmz6@gmail.com>
2191 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2192 T: git git://git.code.sf.net/p/adi-linux/code
2193 W: http://blackfin.uclinux.org
2194 S: Supported
2195 F: arch/blackfin/
2196
2197 BLACKFIN EMAC DRIVER
2198 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2199 W: http://blackfin.uclinux.org
2200 S: Supported
2201 F: drivers/net/ethernet/adi/
2202
2203 BLACKFIN RTC DRIVER
2204 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2205 W: http://blackfin.uclinux.org
2206 S: Supported
2207 F: drivers/rtc/rtc-bfin.c
2208
2209 BLACKFIN SDH DRIVER
2210 M: Sonic Zhang <sonic.zhang@analog.com>
2211 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2212 W: http://blackfin.uclinux.org
2213 S: Supported
2214 F: drivers/mmc/host/bfin_sdh.c
2215
2216 BLACKFIN SERIAL DRIVER
2217 M: Sonic Zhang <sonic.zhang@analog.com>
2218 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2219 W: http://blackfin.uclinux.org
2220 S: Supported
2221 F: drivers/tty/serial/bfin_uart.c
2222
2223 BLACKFIN WATCHDOG DRIVER
2224 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2225 W: http://blackfin.uclinux.org
2226 S: Supported
2227 F: drivers/watchdog/bfin_wdt.c
2228
2229 BLACKFIN I2C TWI DRIVER
2230 M: Sonic Zhang <sonic.zhang@analog.com>
2231 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2232 W: http://blackfin.uclinux.org/
2233 S: Supported
2234 F: drivers/i2c/busses/i2c-bfin-twi.c
2235
2236 BLACKFIN MEDIA DRIVER
2237 M: Scott Jiang <scott.jiang.linux@gmail.com>
2238 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2239 W: http://blackfin.uclinux.org/
2240 S: Supported
2241 F: drivers/media/platform/blackfin/
2242 F: drivers/media/i2c/adv7183*
2243 F: drivers/media/i2c/vs6624*
2244
2245 BLINKM RGB LED DRIVER
2246 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2247 S: Maintained
2248 F: drivers/leds/leds-blinkm.c
2249
2250 BLOCK LAYER
2251 M: Jens Axboe <axboe@kernel.dk>
2252 L: linux-block@vger.kernel.org
2253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2254 S: Maintained
2255 F: block/
2256 F: kernel/trace/blktrace.c
2257
2258 BLOCK2MTD DRIVER
2259 M: Joern Engel <joern@lazybastard.org>
2260 L: linux-mtd@lists.infradead.org
2261 S: Maintained
2262 F: drivers/mtd/devices/block2mtd.c
2263
2264 BLUETOOTH DRIVERS
2265 M: Marcel Holtmann <marcel@holtmann.org>
2266 M: Gustavo Padovan <gustavo@padovan.org>
2267 M: Johan Hedberg <johan.hedberg@gmail.com>
2268 L: linux-bluetooth@vger.kernel.org
2269 W: http://www.bluez.org/
2270 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2272 S: Maintained
2273 F: drivers/bluetooth/
2274
2275 BLUETOOTH SUBSYSTEM
2276 M: Marcel Holtmann <marcel@holtmann.org>
2277 M: Gustavo Padovan <gustavo@padovan.org>
2278 M: Johan Hedberg <johan.hedberg@gmail.com>
2279 L: linux-bluetooth@vger.kernel.org
2280 W: http://www.bluez.org/
2281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2283 S: Maintained
2284 F: net/bluetooth/
2285 F: include/net/bluetooth/
2286
2287 BONDING DRIVER
2288 M: Jay Vosburgh <j.vosburgh@gmail.com>
2289 M: Veaceslav Falico <vfalico@gmail.com>
2290 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2291 L: netdev@vger.kernel.org
2292 W: http://sourceforge.net/projects/bonding/
2293 S: Supported
2294 F: drivers/net/bonding/
2295 F: include/uapi/linux/if_bonding.h
2296
2297 BPF (Safe dynamic programs and tools)
2298 M: Alexei Starovoitov <ast@kernel.org>
2299 L: netdev@vger.kernel.org
2300 L: linux-kernel@vger.kernel.org
2301 S: Supported
2302 F: kernel/bpf/
2303
2304 BROADCOM B44 10/100 ETHERNET DRIVER
2305 M: Gary Zambrano <zambrano@broadcom.com>
2306 L: netdev@vger.kernel.org
2307 S: Supported
2308 F: drivers/net/ethernet/broadcom/b44.*
2309
2310 BROADCOM GENET ETHERNET DRIVER
2311 M: Florian Fainelli <f.fainelli@gmail.com>
2312 L: netdev@vger.kernel.org
2313 S: Supported
2314 F: drivers/net/ethernet/broadcom/genet/
2315
2316 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2317 M: Sony Chacko <sony.chacko@qlogic.com>
2318 M: Dept-HSGLinuxNICDev@qlogic.com
2319 L: netdev@vger.kernel.org
2320 S: Supported
2321 F: drivers/net/ethernet/broadcom/bnx2.*
2322 F: drivers/net/ethernet/broadcom/bnx2_*
2323
2324 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2325 M: Ariel Elior <ariel.elior@qlogic.com>
2326 L: netdev@vger.kernel.org
2327 S: Supported
2328 F: drivers/net/ethernet/broadcom/bnx2x/
2329
2330 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2331 M: Florian Fainelli <f.fainelli@gmail.com>
2332 M: Ray Jui <rjui@broadcom.com>
2333 M: Scott Branden <sbranden@broadcom.com>
2334 L: bcm-kernel-feedback-list@broadcom.com
2335 T: git git://github.com/broadcom/mach-bcm
2336 S: Maintained
2337 F: arch/arm/mach-bcm/
2338 F: arch/arm/boot/dts/bcm113*
2339 F: arch/arm/boot/dts/bcm216*
2340 F: arch/arm/boot/dts/bcm281*
2341 F: arch/arm/configs/bcm_defconfig
2342 F: drivers/mmc/host/sdhci-bcm-kona.c
2343 F: drivers/clocksource/bcm_kona_timer.c
2344
2345 BROADCOM BCM2835 ARM ARCHITECTURE
2346 M: Stephen Warren <swarren@wwwdotorg.org>
2347 M: Lee Jones <lee@kernel.org>
2348 M: Eric Anholt <eric@anholt.net>
2349 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2350 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2351 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2352 S: Maintained
2353 N: bcm2835
2354
2355 BROADCOM BCM33XX MIPS ARCHITECTURE
2356 M: Kevin Cernekee <cernekee@gmail.com>
2357 L: linux-mips@linux-mips.org
2358 S: Maintained
2359 F: arch/mips/bcm3384/*
2360 F: arch/mips/include/asm/mach-bcm3384/*
2361 F: arch/mips/kernel/*bmips*
2362
2363 BROADCOM BCM47XX MIPS ARCHITECTURE
2364 M: Hauke Mehrtens <hauke@hauke-m.de>
2365 M: Rafał Miłecki <zajec5@gmail.com>
2366 L: linux-mips@linux-mips.org
2367 S: Maintained
2368 F: arch/mips/bcm47xx/*
2369 F: arch/mips/include/asm/mach-bcm47xx/*
2370
2371 BROADCOM BCM5301X ARM ARCHITECTURE
2372 M: Hauke Mehrtens <hauke@hauke-m.de>
2373 L: linux-arm-kernel@lists.infradead.org
2374 S: Maintained
2375 F: arch/arm/mach-bcm/bcm_5301x.c
2376 F: arch/arm/boot/dts/bcm5301x.dtsi
2377 F: arch/arm/boot/dts/bcm470*
2378
2379 BROADCOM BCM63XX ARM ARCHITECTURE
2380 M: Florian Fainelli <f.fainelli@gmail.com>
2381 L: linux-arm-kernel@lists.infradead.org
2382 T: git git://github.com/broadcom/arm-bcm63xx.git
2383 S: Maintained
2384 F: arch/arm/mach-bcm/bcm63xx.c
2385 F: arch/arm/include/debug/bcm63xx.S
2386
2387 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2388 M: Kevin Cernekee <cernekee@gmail.com>
2389 L: linux-usb@vger.kernel.org
2390 S: Maintained
2391 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2392
2393 BROADCOM BCM7XXX ARM ARCHITECTURE
2394 M: Brian Norris <computersforpeace@gmail.com>
2395 M: Gregory Fong <gregory.0xf0@gmail.com>
2396 M: Florian Fainelli <f.fainelli@gmail.com>
2397 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2398 L: bcm-kernel-feedback-list@broadcom.com
2399 T: git git://github.com/broadcom/stblinux.git
2400 S: Maintained
2401 F: arch/arm/mach-bcm/*brcmstb*
2402 F: arch/arm/boot/dts/bcm7*.dts*
2403 F: drivers/bus/brcmstb_gisb.c
2404 N: brcmstb
2405
2406 BROADCOM BMIPS MIPS ARCHITECTURE
2407 M: Kevin Cernekee <cernekee@gmail.com>
2408 M: Florian Fainelli <f.fainelli@gmail.com>
2409 L: linux-mips@linux-mips.org
2410 T: git git://github.com/broadcom/stblinux.git
2411 S: Maintained
2412 F: arch/mips/bmips/*
2413 F: arch/mips/include/asm/mach-bmips/*
2414 F: arch/mips/kernel/*bmips*
2415 F: arch/mips/boot/dts/brcm/bcm*.dts*
2416 F: drivers/irqchip/irq-bcm7*
2417 F: drivers/irqchip/irq-brcmstb*
2418
2419 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2420 M: Prashant Sreedharan <prashant@broadcom.com>
2421 M: Michael Chan <mchan@broadcom.com>
2422 L: netdev@vger.kernel.org
2423 S: Supported
2424 F: drivers/net/ethernet/broadcom/tg3.*
2425
2426 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2427 M: Brett Rudley <brudley@broadcom.com>
2428 M: Arend van Spriel <arend@broadcom.com>
2429 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2430 M: Hante Meuleman <meuleman@broadcom.com>
2431 L: linux-wireless@vger.kernel.org
2432 L: brcm80211-dev-list@broadcom.com
2433 S: Supported
2434 F: drivers/net/wireless/broadcom/brcm80211/
2435
2436 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2437 M: QLogic-Storage-Upstream@qlogic.com
2438 L: linux-scsi@vger.kernel.org
2439 S: Supported
2440 F: drivers/scsi/bnx2fc/
2441
2442 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2443 M: QLogic-Storage-Upstream@qlogic.com
2444 L: linux-scsi@vger.kernel.org
2445 S: Supported
2446 F: drivers/scsi/bnx2i/
2447
2448 BROADCOM IPROC ARM ARCHITECTURE
2449 M: Ray Jui <rjui@broadcom.com>
2450 M: Scott Branden <sbranden@broadcom.com>
2451 M: Jon Mason <jonmason@broadcom.com>
2452 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2453 L: bcm-kernel-feedback-list@broadcom.com
2454 T: git git://github.com/broadcom/cygnus-linux.git
2455 S: Maintained
2456 N: iproc
2457 N: cygnus
2458 N: nsp
2459 N: bcm9113*
2460 N: bcm9583*
2461 N: bcm9585*
2462 N: bcm9586*
2463 N: bcm988312
2464 N: bcm113*
2465 N: bcm583*
2466 N: bcm585*
2467 N: bcm586*
2468 N: bcm88312
2469
2470 BROADCOM BRCMSTB GPIO DRIVER
2471 M: Gregory Fong <gregory.0xf0@gmail.com>
2472 L: bcm-kernel-feedback-list@broadcom.com
2473 S: Supported
2474 F: drivers/gpio/gpio-brcmstb.c
2475 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2476
2477 BROADCOM KONA GPIO DRIVER
2478 M: Ray Jui <rjui@broadcom.com>
2479 L: bcm-kernel-feedback-list@broadcom.com
2480 S: Supported
2481 F: drivers/gpio/gpio-bcm-kona.c
2482 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2483
2484 BROADCOM NVRAM DRIVER
2485 M: Rafał Miłecki <zajec5@gmail.com>
2486 L: linux-mips@linux-mips.org
2487 S: Maintained
2488 F: drivers/firmware/broadcom/*
2489
2490 BROADCOM STB NAND FLASH DRIVER
2491 M: Brian Norris <computersforpeace@gmail.com>
2492 M: Kamal Dasu <kdasu.kdev@gmail.com>
2493 L: linux-mtd@lists.infradead.org
2494 L: bcm-kernel-feedback-list@broadcom.com
2495 S: Maintained
2496 F: drivers/mtd/nand/brcmnand/
2497
2498 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2499 M: Rafał Miłecki <zajec5@gmail.com>
2500 L: linux-wireless@vger.kernel.org
2501 S: Maintained
2502 F: drivers/bcma/
2503 F: include/linux/bcma/
2504
2505 BROADCOM SYSTEMPORT ETHERNET DRIVER
2506 M: Florian Fainelli <f.fainelli@gmail.com>
2507 L: netdev@vger.kernel.org
2508 S: Supported
2509 F: drivers/net/ethernet/broadcom/bcmsysport.*
2510
2511 BROCADE BFA FC SCSI DRIVER
2512 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2513 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2514 L: linux-scsi@vger.kernel.org
2515 S: Supported
2516 F: drivers/scsi/bfa/
2517
2518 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2519 M: Rasesh Mody <rasesh.mody@qlogic.com>
2520 L: netdev@vger.kernel.org
2521 S: Supported
2522 F: drivers/net/ethernet/brocade/bna/
2523
2524 BSG (block layer generic sg v4 driver)
2525 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2526 L: linux-scsi@vger.kernel.org
2527 S: Supported
2528 F: block/bsg.c
2529 F: include/linux/bsg.h
2530 F: include/uapi/linux/bsg.h
2531
2532 BT87X AUDIO DRIVER
2533 M: Clemens Ladisch <clemens@ladisch.de>
2534 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2535 T: git git://git.alsa-project.org/alsa-kernel.git
2536 S: Maintained
2537 F: Documentation/sound/alsa/Bt87x.txt
2538 F: sound/pci/bt87x.c
2539
2540 BT8XXGPIO DRIVER
2541 M: Michael Buesch <m@bues.ch>
2542 W: http://bu3sch.de/btgpio.php
2543 S: Maintained
2544 F: drivers/gpio/gpio-bt8xx.c
2545
2546 BTRFS FILE SYSTEM
2547 M: Chris Mason <clm@fb.com>
2548 M: Josef Bacik <jbacik@fb.com>
2549 M: David Sterba <dsterba@suse.com>
2550 L: linux-btrfs@vger.kernel.org
2551 W: http://btrfs.wiki.kernel.org/
2552 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2554 S: Maintained
2555 F: Documentation/filesystems/btrfs.txt
2556 F: fs/btrfs/
2557
2558 BTTV VIDEO4LINUX DRIVER
2559 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2560 L: linux-media@vger.kernel.org
2561 W: https://linuxtv.org
2562 T: git git://linuxtv.org/media_tree.git
2563 S: Odd fixes
2564 F: Documentation/video4linux/bttv/
2565 F: drivers/media/pci/bt8xx/bttv*
2566
2567 BUSLOGIC SCSI DRIVER
2568 M: Khalid Aziz <khalid@gonehiking.org>
2569 L: linux-scsi@vger.kernel.org
2570 S: Maintained
2571 F: drivers/scsi/BusLogic.*
2572 F: drivers/scsi/FlashPoint.*
2573
2574 C-MEDIA CMI8788 DRIVER
2575 M: Clemens Ladisch <clemens@ladisch.de>
2576 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2577 T: git git://git.alsa-project.org/alsa-kernel.git
2578 S: Maintained
2579 F: sound/pci/oxygen/
2580
2581 C6X ARCHITECTURE
2582 M: Mark Salter <msalter@redhat.com>
2583 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2584 L: linux-c6x-dev@linux-c6x.org
2585 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2586 S: Maintained
2587 F: arch/c6x/
2588
2589 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2590 M: David Howells <dhowells@redhat.com>
2591 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2592 S: Supported
2593 F: Documentation/filesystems/caching/cachefiles.txt
2594 F: fs/cachefiles/
2595
2596 CADET FM/AM RADIO RECEIVER DRIVER
2597 M: Hans Verkuil <hverkuil@xs4all.nl>
2598 L: linux-media@vger.kernel.org
2599 T: git git://linuxtv.org/media_tree.git
2600 W: https://linuxtv.org
2601 S: Maintained
2602 F: drivers/media/radio/radio-cadet*
2603
2604 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2605 M: Jonathan Corbet <corbet@lwn.net>
2606 L: linux-media@vger.kernel.org
2607 T: git git://linuxtv.org/media_tree.git
2608 S: Maintained
2609 F: Documentation/video4linux/cafe_ccic
2610 F: drivers/media/platform/marvell-ccic/
2611
2612 CAIF NETWORK LAYER
2613 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2614 L: netdev@vger.kernel.org
2615 S: Supported
2616 F: Documentation/networking/caif/
2617 F: drivers/net/caif/
2618 F: include/uapi/linux/caif/
2619 F: include/net/caif/
2620 F: net/caif/
2621
2622 CALGARY x86-64 IOMMU
2623 M: Muli Ben-Yehuda <muli@il.ibm.com>
2624 M: "Jon D. Mason" <jdmason@kudzu.us>
2625 L: discuss@x86-64.org
2626 S: Maintained
2627 F: arch/x86/kernel/pci-calgary_64.c
2628 F: arch/x86/kernel/tce_64.c
2629 F: arch/x86/include/asm/calgary.h
2630 F: arch/x86/include/asm/tce.h
2631
2632 CAN NETWORK LAYER
2633 M: Oliver Hartkopp <socketcan@hartkopp.net>
2634 M: Marc Kleine-Budde <mkl@pengutronix.de>
2635 L: linux-can@vger.kernel.org
2636 W: https://github.com/linux-can
2637 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2638 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2639 S: Maintained
2640 F: Documentation/networking/can.txt
2641 F: net/can/
2642 F: include/linux/can/core.h
2643 F: include/uapi/linux/can.h
2644 F: include/uapi/linux/can/bcm.h
2645 F: include/uapi/linux/can/raw.h
2646 F: include/uapi/linux/can/gw.h
2647
2648 CAN NETWORK DRIVERS
2649 M: Wolfgang Grandegger <wg@grandegger.com>
2650 M: Marc Kleine-Budde <mkl@pengutronix.de>
2651 L: linux-can@vger.kernel.org
2652 W: https://github.com/linux-can
2653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2655 S: Maintained
2656 F: drivers/net/can/
2657 F: include/linux/can/dev.h
2658 F: include/linux/can/platform/
2659 F: include/uapi/linux/can/error.h
2660 F: include/uapi/linux/can/netlink.h
2661
2662 CAPABILITIES
2663 M: Serge Hallyn <serge.hallyn@canonical.com>
2664 L: linux-security-module@vger.kernel.org
2665 S: Supported
2666 F: include/linux/capability.h
2667 F: include/uapi/linux/capability.h
2668 F: security/commoncap.c
2669 F: kernel/capability.c
2670
2671 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2672 M: Kevin Tsai <ktsai@capellamicro.com>
2673 S: Maintained
2674 F: drivers/iio/light/cm*
2675 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2676
2677 CAVIUM LIQUIDIO NETWORK DRIVER
2678 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2679 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2680 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2681 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2682 L: netdev@vger.kernel.org
2683 W: http://www.cavium.com
2684 S: Supported
2685 F: drivers/net/ethernet/cavium/liquidio/
2686
2687 CC2520 IEEE-802.15.4 RADIO DRIVER
2688 M: Varka Bhadram <varkabhadram@gmail.com>
2689 L: linux-wpan@vger.kernel.org
2690 S: Maintained
2691 F: drivers/net/ieee802154/cc2520.c
2692 F: include/linux/spi/cc2520.h
2693 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2694
2695 CELL BROADBAND ENGINE ARCHITECTURE
2696 M: Arnd Bergmann <arnd@arndb.de>
2697 L: linuxppc-dev@lists.ozlabs.org
2698 W: http://www.ibm.com/developerworks/power/cell/
2699 S: Supported
2700 F: arch/powerpc/include/asm/cell*.h
2701 F: arch/powerpc/include/asm/spu*.h
2702 F: arch/powerpc/include/uapi/asm/spu*.h
2703 F: arch/powerpc/oprofile/*cell*
2704 F: arch/powerpc/platforms/cell/
2705
2706 CEPH COMMON CODE (LIBCEPH)
2707 M: Ilya Dryomov <idryomov@gmail.com>
2708 M: "Yan, Zheng" <zyan@redhat.com>
2709 M: Sage Weil <sage@redhat.com>
2710 L: ceph-devel@vger.kernel.org
2711 W: http://ceph.com/
2712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2713 T: git git://github.com/ceph/ceph-client.git
2714 S: Supported
2715 F: net/ceph/
2716 F: include/linux/ceph/
2717 F: include/linux/crush/
2718
2719 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2720 M: "Yan, Zheng" <zyan@redhat.com>
2721 M: Sage Weil <sage@redhat.com>
2722 M: Ilya Dryomov <idryomov@gmail.com>
2723 L: ceph-devel@vger.kernel.org
2724 W: http://ceph.com/
2725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2726 T: git git://github.com/ceph/ceph-client.git
2727 S: Supported
2728 F: Documentation/filesystems/ceph.txt
2729 F: fs/ceph/
2730
2731 CERTIFICATE HANDLING:
2732 M: David Howells <dhowells@redhat.com>
2733 M: David Woodhouse <dwmw2@infradead.org>
2734 L: keyrings@vger.kernel.org
2735 S: Maintained
2736 F: Documentation/module-signing.txt
2737 F: certs/
2738 F: scripts/sign-file.c
2739 F: scripts/extract-cert.c
2740
2741 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2742 L: linux-usb@vger.kernel.org
2743 S: Orphan
2744 F: Documentation/usb/WUSB-Design-overview.txt
2745 F: Documentation/usb/wusb-cbaf
2746 F: drivers/usb/host/hwa-hc.c
2747 F: drivers/usb/host/whci/
2748 F: drivers/usb/wusbcore/
2749 F: include/linux/usb/wusb*
2750
2751 CFAG12864B LCD DRIVER
2752 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2753 W: http://miguelojeda.es/auxdisplay.htm
2754 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2755 S: Maintained
2756 F: drivers/auxdisplay/cfag12864b.c
2757 F: include/linux/cfag12864b.h
2758
2759 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2760 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2761 W: http://miguelojeda.es/auxdisplay.htm
2762 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2763 S: Maintained
2764 F: drivers/auxdisplay/cfag12864bfb.c
2765 F: include/linux/cfag12864b.h
2766
2767 CFG80211 and NL80211
2768 M: Johannes Berg <johannes@sipsolutions.net>
2769 L: linux-wireless@vger.kernel.org
2770 W: http://wireless.kernel.org/
2771 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2773 S: Maintained
2774 F: include/uapi/linux/nl80211.h
2775 F: include/net/cfg80211.h
2776 F: net/wireless/*
2777 X: net/wireless/wext*
2778
2779 CHAR and MISC DRIVERS
2780 M: Arnd Bergmann <arnd@arndb.de>
2781 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2783 S: Supported
2784 F: drivers/char/*
2785 F: drivers/misc/*
2786 F: include/linux/miscdevice.h
2787
2788 CHECKPATCH
2789 M: Andy Whitcroft <apw@canonical.com>
2790 M: Joe Perches <joe@perches.com>
2791 S: Maintained
2792 F: scripts/checkpatch.pl
2793
2794 CHINESE DOCUMENTATION
2795 M: Harry Wei <harryxiyou@gmail.com>
2796 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2797 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2798 S: Maintained
2799 F: Documentation/zh_CN/
2800
2801 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2802 M: Peter Chen <Peter.Chen@nxp.com>
2803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2804 L: linux-usb@vger.kernel.org
2805 S: Maintained
2806 F: drivers/usb/chipidea/
2807
2808 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2809 M: Hans de Goede <hdegoede@redhat.com>
2810 L: linux-input@vger.kernel.org
2811 S: Maintained
2812 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2813 F: drivers/input/touchscreen/chipone_icn8318.c
2814
2815 CHROME HARDWARE PLATFORM SUPPORT
2816 M: Olof Johansson <olof@lixom.net>
2817 S: Maintained
2818 F: drivers/platform/chrome/
2819
2820 CISCO VIC ETHERNET NIC DRIVER
2821 M: Christian Benvenuti <benve@cisco.com>
2822 M: Sujith Sankar <ssujith@cisco.com>
2823 M: Govindarajulu Varadarajan <_govind@gmx.com>
2824 M: Neel Patel <neepatel@cisco.com>
2825 S: Supported
2826 F: drivers/net/ethernet/cisco/enic/
2827
2828 CISCO VIC LOW LATENCY NIC DRIVER
2829 M: Christian Benvenuti <benve@cisco.com>
2830 M: Dave Goodell <dgoodell@cisco.com>
2831 S: Supported
2832 F: drivers/infiniband/hw/usnic/
2833
2834 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2835 M: Hartley Sweeten <hsweeten@visionengravers.com>
2836 L: netdev@vger.kernel.org
2837 S: Maintained
2838 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2839
2840 CIRRUS LOGIC AUDIO CODEC DRIVERS
2841 M: Brian Austin <brian.austin@cirrus.com>
2842 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2843 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2844 S: Maintained
2845 F: sound/soc/codecs/cs*
2846
2847 CLEANCACHE API
2848 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2849 L: linux-kernel@vger.kernel.org
2850 S: Maintained
2851 F: mm/cleancache.c
2852 F: include/linux/cleancache.h
2853
2854 CLK API
2855 M: Russell King <linux@arm.linux.org.uk>
2856 L: linux-clk@vger.kernel.org
2857 S: Maintained
2858 F: include/linux/clk.h
2859
2860 CLOCKSOURCE, CLOCKEVENT DRIVERS
2861 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2862 M: Thomas Gleixner <tglx@linutronix.de>
2863 L: linux-kernel@vger.kernel.org
2864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2865 S: Supported
2866 F: drivers/clocksource
2867
2868 CISCO FCOE HBA DRIVER
2869 M: Hiral Patel <hiralpat@cisco.com>
2870 M: Suma Ramars <sramars@cisco.com>
2871 M: Brian Uchino <buchino@cisco.com>
2872 L: linux-scsi@vger.kernel.org
2873 S: Supported
2874 F: drivers/scsi/fnic/
2875
2876 CISCO SCSI HBA DRIVER
2877 M: Narsimhulu Musini <nmusini@cisco.com>
2878 M: Sesidhar Baddela <sebaddel@cisco.com>
2879 L: linux-scsi@vger.kernel.org
2880 S: Supported
2881 F: drivers/scsi/snic/
2882
2883 CMPC ACPI DRIVER
2884 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2885 M: Daniel Oliveira Nascimento <don@syst.com.br>
2886 L: platform-driver-x86@vger.kernel.org
2887 S: Supported
2888 F: drivers/platform/x86/classmate-laptop.c
2889
2890 COBALT MEDIA DRIVER
2891 M: Hans Verkuil <hans.verkuil@cisco.com>
2892 L: linux-media@vger.kernel.org
2893 T: git git://linuxtv.org/media_tree.git
2894 W: https://linuxtv.org
2895 S: Supported
2896 F: drivers/media/pci/cobalt/
2897
2898 COCCINELLE/Semantic Patches (SmPL)
2899 M: Julia Lawall <Julia.Lawall@lip6.fr>
2900 M: Gilles Muller <Gilles.Muller@lip6.fr>
2901 M: Nicolas Palix <nicolas.palix@imag.fr>
2902 M: Michal Marek <mmarek@suse.com>
2903 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2904 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2905 W: http://coccinelle.lip6.fr/
2906 S: Supported
2907 F: Documentation/coccinelle.txt
2908 F: scripts/coccinelle/
2909 F: scripts/coccicheck
2910
2911 CODA FILE SYSTEM
2912 M: Jan Harkes <jaharkes@cs.cmu.edu>
2913 M: coda@cs.cmu.edu
2914 L: codalist@coda.cs.cmu.edu
2915 W: http://www.coda.cs.cmu.edu/
2916 S: Maintained
2917 F: Documentation/filesystems/coda.txt
2918 F: fs/coda/
2919 F: include/linux/coda*.h
2920 F: include/uapi/linux/coda*.h
2921
2922 CODA V4L2 MEM2MEM DRIVER
2923 M: Philipp Zabel <p.zabel@pengutronix.de>
2924 L: linux-media@vger.kernel.org
2925 S: Maintained
2926 F: Documentation/devicetree/bindings/media/coda.txt
2927 F: drivers/media/platform/coda/
2928
2929 COMMON CLK FRAMEWORK
2930 M: Michael Turquette <mturquette@baylibre.com>
2931 M: Stephen Boyd <sboyd@codeaurora.org>
2932 L: linux-clk@vger.kernel.org
2933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2934 S: Maintained
2935 F: drivers/clk/
2936 X: drivers/clk/clkdev.c
2937 F: include/linux/clk-pr*
2938 F: include/linux/clk/
2939
2940 COMMON INTERNET FILE SYSTEM (CIFS)
2941 M: Steve French <sfrench@samba.org>
2942 L: linux-cifs@vger.kernel.org
2943 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2944 W: http://linux-cifs.samba.org/
2945 T: git git://git.samba.org/sfrench/cifs-2.6.git
2946 S: Supported
2947 F: Documentation/filesystems/cifs/
2948 F: fs/cifs/
2949
2950 COMPACTPCI HOTPLUG CORE
2951 M: Scott Murray <scott@spiteful.org>
2952 L: linux-pci@vger.kernel.org
2953 S: Maintained
2954 F: drivers/pci/hotplug/cpci_hotplug*
2955
2956 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2957 M: Scott Murray <scott@spiteful.org>
2958 L: linux-pci@vger.kernel.org
2959 S: Maintained
2960 F: drivers/pci/hotplug/cpcihp_zt5550.*
2961
2962 COMPACTPCI HOTPLUG GENERIC DRIVER
2963 M: Scott Murray <scott@spiteful.org>
2964 L: linux-pci@vger.kernel.org
2965 S: Maintained
2966 F: drivers/pci/hotplug/cpcihp_generic.c
2967
2968 COMPAL LAPTOP SUPPORT
2969 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2970 L: platform-driver-x86@vger.kernel.org
2971 S: Maintained
2972 F: drivers/platform/x86/compal-laptop.c
2973
2974 CONEXANT ACCESSRUNNER USB DRIVER
2975 L: accessrunner-general@lists.sourceforge.net
2976 W: http://accessrunner.sourceforge.net/
2977 S: Orphan
2978 F: drivers/usb/atm/cxacru.c
2979
2980 CONFIGFS
2981 M: Joel Becker <jlbec@evilplan.org>
2982 M: Christoph Hellwig <hch@lst.de>
2983 T: git git://git.infradead.org/users/hch/configfs.git
2984 S: Supported
2985 F: fs/configfs/
2986 F: include/linux/configfs.h
2987
2988 CONNECTOR
2989 M: Evgeniy Polyakov <zbr@ioremap.net>
2990 L: netdev@vger.kernel.org
2991 S: Maintained
2992 F: drivers/connector/
2993
2994 CONTROL GROUP (CGROUP)
2995 M: Tejun Heo <tj@kernel.org>
2996 M: Li Zefan <lizefan@huawei.com>
2997 M: Johannes Weiner <hannes@cmpxchg.org>
2998 L: cgroups@vger.kernel.org
2999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3000 S: Maintained
3001 F: Documentation/cgroups/
3002 F: include/linux/cgroup*
3003 F: kernel/cgroup*
3004
3005 CONTROL GROUP - CPUSET
3006 M: Li Zefan <lizefan@huawei.com>
3007 L: cgroups@vger.kernel.org
3008 W: http://www.bullopensource.org/cpuset/
3009 W: http://oss.sgi.com/projects/cpusets/
3010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3011 S: Maintained
3012 F: Documentation/cgroups/cpusets.txt
3013 F: include/linux/cpuset.h
3014 F: kernel/cpuset.c
3015
3016 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3017 M: Johannes Weiner <hannes@cmpxchg.org>
3018 M: Michal Hocko <mhocko@kernel.org>
3019 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3020 L: cgroups@vger.kernel.org
3021 L: linux-mm@kvack.org
3022 S: Maintained
3023 F: mm/memcontrol.c
3024 F: mm/swap_cgroup.c
3025
3026 CORETEMP HARDWARE MONITORING DRIVER
3027 M: Fenghua Yu <fenghua.yu@intel.com>
3028 L: lm-sensors@lm-sensors.org
3029 S: Maintained
3030 F: Documentation/hwmon/coretemp
3031 F: drivers/hwmon/coretemp.c
3032
3033 COSA/SRP SYNC SERIAL DRIVER
3034 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3035 W: http://www.fi.muni.cz/~kas/cosa/
3036 S: Maintained
3037 F: drivers/net/wan/cosa*
3038
3039 CPMAC ETHERNET DRIVER
3040 M: Florian Fainelli <florian@openwrt.org>
3041 L: netdev@vger.kernel.org
3042 S: Maintained
3043 F: drivers/net/ethernet/ti/cpmac.c
3044
3045 CPU FREQUENCY DRIVERS
3046 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3047 M: Viresh Kumar <viresh.kumar@linaro.org>
3048 L: linux-pm@vger.kernel.org
3049 S: Maintained
3050 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3051 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3052 F: drivers/cpufreq/
3053 F: include/linux/cpufreq.h
3054
3055 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3056 M: Viresh Kumar <viresh.kumar@linaro.org>
3057 M: Sudeep Holla <sudeep.holla@arm.com>
3058 L: linux-pm@vger.kernel.org
3059 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3060 S: Maintained
3061 F: drivers/cpufreq/arm_big_little.h
3062 F: drivers/cpufreq/arm_big_little.c
3063 F: drivers/cpufreq/arm_big_little_dt.c
3064
3065 CPUIDLE DRIVER - ARM BIG LITTLE
3066 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3067 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3068 L: linux-pm@vger.kernel.org
3069 L: linux-arm-kernel@lists.infradead.org
3070 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3071 S: Maintained
3072 F: drivers/cpuidle/cpuidle-big_little.c
3073
3074 CPUIDLE DRIVER - ARM EXYNOS
3075 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3076 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3077 M: Kukjin Kim <kgene@kernel.org>
3078 L: linux-pm@vger.kernel.org
3079 L: linux-samsung-soc@vger.kernel.org
3080 S: Supported
3081 F: drivers/cpuidle/cpuidle-exynos.c
3082 F: arch/arm/mach-exynos/pm.c
3083
3084 CPUIDLE DRIVERS
3085 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3086 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3087 L: linux-pm@vger.kernel.org
3088 S: Maintained
3089 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3090 F: drivers/cpuidle/*
3091 F: include/linux/cpuidle.h
3092
3093 CPUID/MSR DRIVER
3094 M: "H. Peter Anvin" <hpa@zytor.com>
3095 S: Maintained
3096 F: arch/x86/kernel/cpuid.c
3097 F: arch/x86/kernel/msr.c
3098
3099 CPU POWER MONITORING SUBSYSTEM
3100 M: Thomas Renninger <trenn@suse.com>
3101 L: linux-pm@vger.kernel.org
3102 S: Maintained
3103 F: tools/power/cpupower/
3104
3105 CRAMFS FILESYSTEM
3106 W: http://sourceforge.net/projects/cramfs/
3107 S: Orphan / Obsolete
3108 F: Documentation/filesystems/cramfs.txt
3109 F: fs/cramfs/
3110
3111 CRIS PORT
3112 M: Mikael Starvik <starvik@axis.com>
3113 M: Jesper Nilsson <jesper.nilsson@axis.com>
3114 L: linux-cris-kernel@axis.com
3115 W: http://developer.axis.com
3116 S: Maintained
3117 F: arch/cris/
3118 F: drivers/tty/serial/crisv10.*
3119
3120 CRYPTO API
3121 M: Herbert Xu <herbert@gondor.apana.org.au>
3122 M: "David S. Miller" <davem@davemloft.net>
3123 L: linux-crypto@vger.kernel.org
3124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3125 S: Maintained
3126 F: Documentation/crypto/
3127 F: Documentation/DocBook/crypto-API.tmpl
3128 F: arch/*/crypto/
3129 F: crypto/
3130 F: drivers/crypto/
3131 F: include/crypto/
3132
3133 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3134 M: Neil Horman <nhorman@tuxdriver.com>
3135 L: linux-crypto@vger.kernel.org
3136 S: Maintained
3137 F: crypto/ansi_cprng.c
3138 F: crypto/rng.c
3139
3140 CS3308 MEDIA DRIVER
3141 M: Hans Verkuil <hverkuil@xs4all.nl>
3142 L: linux-media@vger.kernel.org
3143 T: git git://linuxtv.org/media_tree.git
3144 W: http://linuxtv.org
3145 S: Odd Fixes
3146 F: drivers/media/i2c/cs3308.c
3147 F: drivers/media/i2c/cs3308.h
3148
3149 CS5535 Audio ALSA driver
3150 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3151 S: Maintained
3152 F: sound/pci/cs5535audio/
3153
3154 CW1200 WLAN driver
3155 M: Solomon Peachy <pizza@shaftnet.org>
3156 S: Maintained
3157 F: drivers/net/wireless/st/cw1200/
3158
3159 CX18 VIDEO4LINUX DRIVER
3160 M: Andy Walls <awalls@md.metrocast.net>
3161 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3162 L: linux-media@vger.kernel.org
3163 T: git git://linuxtv.org/media_tree.git
3164 W: https://linuxtv.org
3165 W: http://www.ivtvdriver.org/index.php/Cx18
3166 S: Maintained
3167 F: Documentation/video4linux/cx18.txt
3168 F: drivers/media/pci/cx18/
3169 F: include/uapi/linux/ivtv*
3170
3171 CX2341X MPEG ENCODER HELPER MODULE
3172 M: Hans Verkuil <hverkuil@xs4all.nl>
3173 L: linux-media@vger.kernel.org
3174 T: git git://linuxtv.org/media_tree.git
3175 W: https://linuxtv.org
3176 S: Maintained
3177 F: drivers/media/common/cx2341x*
3178 F: include/media/cx2341x*
3179
3180 CX24120 MEDIA DRIVER
3181 M: Jemma Denson <jdenson@gmail.com>
3182 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3183 L: linux-media@vger.kernel.org
3184 W: https://linuxtv.org
3185 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3186 S: Maintained
3187 F: drivers/media/dvb-frontends/cx24120*
3188
3189 CX88 VIDEO4LINUX DRIVER
3190 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3191 L: linux-media@vger.kernel.org
3192 W: https://linuxtv.org
3193 T: git git://linuxtv.org/media_tree.git
3194 S: Odd fixes
3195 F: Documentation/video4linux/cx88/
3196 F: drivers/media/pci/cx88/
3197
3198 CXD2820R MEDIA DRIVER
3199 M: Antti Palosaari <crope@iki.fi>
3200 L: linux-media@vger.kernel.org
3201 W: https://linuxtv.org
3202 W: http://palosaari.fi/linux/
3203 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3204 T: git git://linuxtv.org/anttip/media_tree.git
3205 S: Maintained
3206 F: drivers/media/dvb-frontends/cxd2820r*
3207
3208 CXGB3 ETHERNET DRIVER (CXGB3)
3209 M: Santosh Raspatur <santosh@chelsio.com>
3210 L: netdev@vger.kernel.org
3211 W: http://www.chelsio.com
3212 S: Supported
3213 F: drivers/net/ethernet/chelsio/cxgb3/
3214
3215 CXGB3 ISCSI DRIVER (CXGB3I)
3216 M: Karen Xie <kxie@chelsio.com>
3217 L: linux-scsi@vger.kernel.org
3218 W: http://www.chelsio.com
3219 S: Supported
3220 F: drivers/scsi/cxgbi/cxgb3i
3221
3222 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3223 M: Steve Wise <swise@chelsio.com>
3224 L: linux-rdma@vger.kernel.org
3225 W: http://www.openfabrics.org
3226 S: Supported
3227 F: drivers/infiniband/hw/cxgb3/
3228
3229 CXGB4 ETHERNET DRIVER (CXGB4)
3230 M: Hariprasad S <hariprasad@chelsio.com>
3231 L: netdev@vger.kernel.org
3232 W: http://www.chelsio.com
3233 S: Supported
3234 F: drivers/net/ethernet/chelsio/cxgb4/
3235
3236 CXGB4 ISCSI DRIVER (CXGB4I)
3237 M: Karen Xie <kxie@chelsio.com>
3238 L: linux-scsi@vger.kernel.org
3239 W: http://www.chelsio.com
3240 S: Supported
3241 F: drivers/scsi/cxgbi/cxgb4i
3242
3243 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3244 M: Steve Wise <swise@chelsio.com>
3245 L: linux-rdma@vger.kernel.org
3246 W: http://www.openfabrics.org
3247 S: Supported
3248 F: drivers/infiniband/hw/cxgb4/
3249
3250 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3251 M: Casey Leedom <leedom@chelsio.com>
3252 L: netdev@vger.kernel.org
3253 W: http://www.chelsio.com
3254 S: Supported
3255 F: drivers/net/ethernet/chelsio/cxgb4vf/
3256
3257 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3258 M: Ian Munsie <imunsie@au1.ibm.com>
3259 M: Michael Neuling <mikey@neuling.org>
3260 L: linuxppc-dev@lists.ozlabs.org
3261 S: Supported
3262 F: drivers/misc/cxl/
3263 F: include/misc/cxl*
3264 F: include/uapi/misc/cxl.h
3265 F: Documentation/powerpc/cxl.txt
3266 F: Documentation/powerpc/cxl.txt
3267 F: Documentation/ABI/testing/sysfs-class-cxl
3268
3269 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3270 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3271 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3272 L: linux-scsi@vger.kernel.org
3273 S: Supported
3274 F: drivers/scsi/cxlflash/
3275 F: include/uapi/scsi/cxlflash_ioctls.h
3276 F: Documentation/powerpc/cxlflash.txt
3277
3278 STMMAC ETHERNET DRIVER
3279 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3280 L: netdev@vger.kernel.org
3281 W: http://www.stlinux.com
3282 S: Supported
3283 F: drivers/net/ethernet/stmicro/stmmac/
3284
3285 CYBERPRO FB DRIVER
3286 M: Russell King <linux@arm.linux.org.uk>
3287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3288 W: http://www.arm.linux.org.uk/
3289 S: Maintained
3290 F: drivers/video/fbdev/cyber2000fb.*
3291
3292 CYCLADES ASYNC MUX DRIVER
3293 W: http://www.cyclades.com/
3294 S: Orphan
3295 F: drivers/tty/cyclades.c
3296 F: include/linux/cyclades.h
3297 F: include/uapi/linux/cyclades.h
3298
3299 CYCLADES PC300 DRIVER
3300 W: http://www.cyclades.com/
3301 S: Orphan
3302 F: drivers/net/wan/pc300*
3303
3304 CYPRESS_FIRMWARE MEDIA DRIVER
3305 M: Antti Palosaari <crope@iki.fi>
3306 L: linux-media@vger.kernel.org
3307 W: https://linuxtv.org
3308 W: http://palosaari.fi/linux/
3309 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3310 T: git git://linuxtv.org/anttip/media_tree.git
3311 S: Maintained
3312 F: drivers/media/common/cypress_firmware*
3313
3314 CYTTSP TOUCHSCREEN DRIVER
3315 M: Ferruh Yigit <fery@cypress.com>
3316 L: linux-input@vger.kernel.org
3317 S: Supported
3318 F: drivers/input/touchscreen/cyttsp*
3319 F: include/linux/input/cyttsp.h
3320
3321 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3322 M: Joshua Kinard <kumba@gentoo.org>
3323 S: Maintained
3324 F: drivers/rtc/rtc-ds1685.c
3325 F: include/linux/rtc/ds1685.h
3326
3327 DAMA SLAVE for AX.25
3328 M: Joerg Reuter <jreuter@yaina.de>
3329 W: http://yaina.de/jreuter/
3330 W: http://www.qsl.net/dl1bke/
3331 L: linux-hams@vger.kernel.org
3332 S: Maintained
3333 F: net/ax25/af_ax25.c
3334 F: net/ax25/ax25_dev.c
3335 F: net/ax25/ax25_ds_*
3336 F: net/ax25/ax25_in.c
3337 F: net/ax25/ax25_out.c
3338 F: net/ax25/ax25_timer.c
3339 F: net/ax25/sysctl_net_ax25.c
3340
3341 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3342 L: netdev@vger.kernel.org
3343 S: Orphan
3344 F: Documentation/networking/dmfe.txt
3345 F: drivers/net/ethernet/dec/tulip/dmfe.c
3346
3347 DC390/AM53C974 SCSI driver
3348 M: Hannes Reinecke <hare@suse.com>
3349 L: linux-scsi@vger.kernel.org
3350 S: Maintained
3351 F: drivers/scsi/am53c974.c
3352
3353 DC395x SCSI driver
3354 M: Oliver Neukum <oliver@neukum.org>
3355 M: Ali Akcaagac <aliakc@web.de>
3356 M: Jamie Lenehan <lenehan@twibble.org>
3357 L: dc395x@twibble.org
3358 W: http://twibble.org/dist/dc395x/
3359 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3360 S: Maintained
3361 F: Documentation/scsi/dc395x.txt
3362 F: drivers/scsi/dc395x.*
3363
3364 DCCP PROTOCOL
3365 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3366 L: dccp@vger.kernel.org
3367 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3368 S: Maintained
3369 F: include/linux/dccp.h
3370 F: include/uapi/linux/dccp.h
3371 F: include/linux/tfrc.h
3372 F: net/dccp/
3373
3374 DECnet NETWORK LAYER
3375 W: http://linux-decnet.sourceforge.net
3376 L: linux-decnet-user@lists.sourceforge.net
3377 S: Orphan
3378 F: Documentation/networking/decnet.txt
3379 F: net/decnet/
3380
3381 DECSTATION PLATFORM SUPPORT
3382 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3383 L: linux-mips@linux-mips.org
3384 W: http://www.linux-mips.org/wiki/DECstation
3385 S: Maintained
3386 F: arch/mips/dec/
3387 F: arch/mips/include/asm/dec/
3388 F: arch/mips/include/asm/mach-dec/
3389
3390 DEFXX FDDI NETWORK DRIVER
3391 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3392 S: Maintained
3393 F: drivers/net/fddi/defxx.*
3394
3395 DELL LAPTOP DRIVER
3396 M: Matthew Garrett <mjg59@srcf.ucam.org>
3397 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3398 L: platform-driver-x86@vger.kernel.org
3399 S: Maintained
3400 F: drivers/platform/x86/dell-laptop.c
3401
3402 DELL LAPTOP RBTN DRIVER
3403 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3404 S: Maintained
3405 F: drivers/platform/x86/dell-rbtn.*
3406
3407 DELL LAPTOP FREEFALL DRIVER
3408 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3409 S: Maintained
3410 F: drivers/platform/x86/dell-smo8800.c
3411
3412 DELL LAPTOP SMM DRIVER
3413 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3414 S: Maintained
3415 F: drivers/hwmon/dell-smm-hwmon.c
3416 F: include/uapi/linux/i8k.h
3417
3418 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3419 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3420 S: Maintained
3421 F: Documentation/dcdbas.txt
3422 F: drivers/firmware/dcdbas.*
3423
3424 DELL WMI EXTRAS DRIVER
3425 M: Matthew Garrett <mjg59@srcf.ucam.org>
3426 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3427 S: Maintained
3428 F: drivers/platform/x86/dell-wmi.c
3429
3430 DESIGNWARE USB2 DRD IP DRIVER
3431 M: John Youn <johnyoun@synopsys.com>
3432 L: linux-usb@vger.kernel.org
3433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3434 S: Maintained
3435 F: drivers/usb/dwc2/
3436
3437 DESIGNWARE USB3 DRD IP DRIVER
3438 M: Felipe Balbi <balbi@ti.com>
3439 L: linux-usb@vger.kernel.org
3440 L: linux-omap@vger.kernel.org
3441 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3442 S: Maintained
3443 F: drivers/usb/dwc3/
3444
3445 DEVICE COREDUMP (DEV_COREDUMP)
3446 M: Johannes Berg <johannes@sipsolutions.net>
3447 L: linux-kernel@vger.kernel.org
3448 S: Maintained
3449 F: drivers/base/devcoredump.c
3450 F: include/linux/devcoredump.h
3451
3452 DEVICE FREQUENCY (DEVFREQ)
3453 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3454 M: Kyungmin Park <kyungmin.park@samsung.com>
3455 L: linux-pm@vger.kernel.org
3456 S: Maintained
3457 F: drivers/devfreq/
3458
3459 DEVICE NUMBER REGISTRY
3460 M: Torben Mathiasen <device@lanana.org>
3461 W: http://lanana.org/docs/device-list/index.html
3462 S: Maintained
3463
3464 DEVICE-MAPPER (LVM)
3465 M: Alasdair Kergon <agk@redhat.com>
3466 M: Mike Snitzer <snitzer@redhat.com>
3467 M: dm-devel@redhat.com
3468 L: dm-devel@redhat.com
3469 W: http://sources.redhat.com/dm
3470 Q: http://patchwork.kernel.org/project/dm-devel/list/
3471 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3472 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3473 S: Maintained
3474 F: Documentation/device-mapper/
3475 F: drivers/md/dm*
3476 F: drivers/md/persistent-data/
3477 F: include/linux/device-mapper.h
3478 F: include/linux/dm-*.h
3479 F: include/uapi/linux/dm-*.h
3480
3481 DIALOG SEMICONDUCTOR DRIVERS
3482 M: Support Opensource <support.opensource@diasemi.com>
3483 W: http://www.dialog-semiconductor.com/products
3484 S: Supported
3485 F: Documentation/hwmon/da90??
3486 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3487 F: drivers/gpio/gpio-da90??.c
3488 F: drivers/hwmon/da90??-hwmon.c
3489 F: drivers/iio/adc/da91??-*.c
3490 F: drivers/input/misc/da90??_onkey.c
3491 F: drivers/input/touchscreen/da9052_tsi.c
3492 F: drivers/leds/leds-da90??.c
3493 F: drivers/mfd/da903x.c
3494 F: drivers/mfd/da90??-*.c
3495 F: drivers/mfd/da91??-*.c
3496 F: drivers/power/da9052-battery.c
3497 F: drivers/power/da91??-*.c
3498 F: drivers/regulator/da903x.c
3499 F: drivers/regulator/da9???-regulator.[ch]
3500 F: drivers/rtc/rtc-da90??.c
3501 F: drivers/video/backlight/da90??_bl.c
3502 F: drivers/watchdog/da90??_wdt.c
3503 F: include/linux/mfd/da903x.h
3504 F: include/linux/mfd/da9052/
3505 F: include/linux/mfd/da9055/
3506 F: include/linux/mfd/da9063/
3507 F: include/linux/mfd/da9150/
3508 F: include/sound/da[79]*.h
3509 F: sound/soc/codecs/da[79]*.[ch]
3510
3511 DIGI NEO AND CLASSIC PCI PRODUCTS
3512 M: Lidza Louina <lidza.louina@gmail.com>
3513 M: Mark Hounschell <markh@compro.net>
3514 L: driverdev-devel@linuxdriverproject.org
3515 S: Maintained
3516 F: drivers/staging/dgnc/
3517
3518 DIGI EPCA PCI PRODUCTS
3519 M: Lidza Louina <lidza.louina@gmail.com>
3520 M: Daeseok Youn <daeseok.youn@gmail.com>
3521 L: driverdev-devel@linuxdriverproject.org
3522 S: Maintained
3523 F: drivers/staging/dgap/
3524
3525 DIOLAN U2C-12 I2C DRIVER
3526 M: Guenter Roeck <linux@roeck-us.net>
3527 L: linux-i2c@vger.kernel.org
3528 S: Maintained
3529 F: drivers/i2c/busses/i2c-diolan-u2c.c
3530
3531 DIRECT ACCESS (DAX)
3532 M: Matthew Wilcox <willy@linux.intel.com>
3533 L: linux-fsdevel@vger.kernel.org
3534 S: Supported
3535 F: fs/dax.c
3536
3537 DIRECTORY NOTIFICATION (DNOTIFY)
3538 M: Eric Paris <eparis@parisplace.org>
3539 S: Maintained
3540 F: Documentation/filesystems/dnotify.txt
3541 F: fs/notify/dnotify/
3542 F: include/linux/dnotify.h
3543
3544 DISK GEOMETRY AND PARTITION HANDLING
3545 M: Andries Brouwer <aeb@cwi.nl>
3546 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3547 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3548 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3549 S: Maintained
3550
3551 DISKQUOTA
3552 M: Jan Kara <jack@suse.com>
3553 S: Maintained
3554 F: Documentation/filesystems/quota.txt
3555 F: fs/quota/
3556 F: include/linux/quota*.h
3557 F: include/uapi/linux/quota*.h
3558
3559 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3560 M: Bernie Thompson <bernie@plugable.com>
3561 L: linux-fbdev@vger.kernel.org
3562 S: Maintained
3563 W: http://plugable.com/category/projects/udlfb/
3564 F: drivers/video/fbdev/udlfb.c
3565 F: include/video/udlfb.h
3566 F: Documentation/fb/udlfb.txt
3567
3568 DISTRIBUTED LOCK MANAGER (DLM)
3569 M: Christine Caulfield <ccaulfie@redhat.com>
3570 M: David Teigland <teigland@redhat.com>
3571 L: cluster-devel@redhat.com
3572 W: http://sources.redhat.com/cluster/
3573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3574 S: Supported
3575 F: fs/dlm/
3576
3577 DMA BUFFER SHARING FRAMEWORK
3578 M: Sumit Semwal <sumit.semwal@linaro.org>
3579 S: Maintained
3580 L: linux-media@vger.kernel.org
3581 L: dri-devel@lists.freedesktop.org
3582 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3583 F: drivers/dma-buf/
3584 F: include/linux/dma-buf*
3585 F: include/linux/reservation.h
3586 F: include/linux/*fence.h
3587 F: Documentation/dma-buf-sharing.txt
3588 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3589
3590 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3591 M: Vinod Koul <vinod.koul@intel.com>
3592 L: dmaengine@vger.kernel.org
3593 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3594 S: Maintained
3595 F: drivers/dma/
3596 F: include/linux/dmaengine.h
3597 F: Documentation/dmaengine/
3598 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3599
3600 DME1737 HARDWARE MONITOR DRIVER
3601 M: Juerg Haefliger <juergh@gmail.com>
3602 L: lm-sensors@lm-sensors.org
3603 S: Maintained
3604 F: Documentation/hwmon/dme1737
3605 F: drivers/hwmon/dme1737.c
3606
3607 DMI/SMBIOS SUPPORT
3608 M: Jean Delvare <jdelvare@suse.com>
3609 S: Maintained
3610 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3611 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3612 F: drivers/firmware/dmi-id.c
3613 F: drivers/firmware/dmi_scan.c
3614 F: include/linux/dmi.h
3615
3616 DOCUMENTATION
3617 M: Jonathan Corbet <corbet@lwn.net>
3618 L: linux-doc@vger.kernel.org
3619 S: Maintained
3620 F: Documentation/
3621 F: scripts/docproc.c
3622 F: scripts/kernel-doc*
3623 X: Documentation/ABI/
3624 X: Documentation/devicetree/
3625 X: Documentation/acpi
3626 X: Documentation/power
3627 X: Documentation/spi
3628 X: Documentation/DocBook/media
3629 T: git git://git.lwn.net/linux.git docs-next
3630
3631 DOUBLETALK DRIVER
3632 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3633 L: blinux-list@redhat.com
3634 S: Maintained
3635 F: drivers/char/dtlk.c
3636 F: include/linux/dtlk.h
3637
3638 DPT_I2O SCSI RAID DRIVER
3639 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3640 L: linux-scsi@vger.kernel.org
3641 W: http://www.adaptec.com/
3642 S: Maintained
3643 F: drivers/scsi/dpt*
3644 F: drivers/scsi/dpt/
3645
3646 DRBD DRIVER
3647 P: Philipp Reisner
3648 P: Lars Ellenberg
3649 M: drbd-dev@lists.linbit.com
3650 L: drbd-user@lists.linbit.com
3651 W: http://www.drbd.org
3652 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3653 T: git git://git.drbd.org/drbd-8.3.git
3654 S: Supported
3655 F: drivers/block/drbd/
3656 F: lib/lru_cache.c
3657 F: Documentation/blockdev/drbd/
3658
3659 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3660 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3662 S: Supported
3663 F: Documentation/kobject.txt
3664 F: drivers/base/
3665 F: fs/debugfs/
3666 F: fs/kernfs/
3667 F: fs/sysfs/
3668 F: include/linux/debugfs.h
3669 F: include/linux/kobj*
3670 F: lib/kobj*
3671
3672 DRM DRIVERS
3673 M: David Airlie <airlied@linux.ie>
3674 L: dri-devel@lists.freedesktop.org
3675 T: git git://people.freedesktop.org/~airlied/linux
3676 S: Maintained
3677 F: drivers/gpu/drm/
3678 F: drivers/gpu/vga/
3679 F: include/drm/
3680 F: include/uapi/drm/
3681
3682 RADEON DRM DRIVERS
3683 M: Alex Deucher <alexander.deucher@amd.com>
3684 M: Christian König <christian.koenig@amd.com>
3685 L: dri-devel@lists.freedesktop.org
3686 T: git git://people.freedesktop.org/~agd5f/linux
3687 S: Supported
3688 F: drivers/gpu/drm/radeon/
3689 F: include/uapi/drm/radeon*
3690
3691 DRM PANEL DRIVERS
3692 M: Thierry Reding <thierry.reding@gmail.com>
3693 L: dri-devel@lists.freedesktop.org
3694 T: git git://anongit.freedesktop.org/tegra/linux.git
3695 S: Maintained
3696 F: drivers/gpu/drm/drm_panel.c
3697 F: drivers/gpu/drm/panel/
3698 F: include/drm/drm_panel.h
3699 F: Documentation/devicetree/bindings/display/panel/
3700
3701 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3702 M: Daniel Vetter <daniel.vetter@intel.com>
3703 M: Jani Nikula <jani.nikula@linux.intel.com>
3704 L: intel-gfx@lists.freedesktop.org
3705 L: dri-devel@lists.freedesktop.org
3706 W: https://01.org/linuxgraphics/
3707 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3708 T: git git://anongit.freedesktop.org/drm-intel
3709 S: Supported
3710 F: drivers/gpu/drm/i915/
3711 F: include/drm/i915*
3712 F: include/uapi/drm/i915*
3713
3714 DRM DRIVERS FOR ATMEL HLCDC
3715 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3716 L: dri-devel@lists.freedesktop.org
3717 S: Supported
3718 F: drivers/gpu/drm/atmel-hlcdc/
3719 F: Documentation/devicetree/bindings/drm/atmel/
3720
3721 DRM DRIVERS FOR EXYNOS
3722 M: Inki Dae <inki.dae@samsung.com>
3723 M: Joonyoung Shim <jy0922.shim@samsung.com>
3724 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3725 M: Kyungmin Park <kyungmin.park@samsung.com>
3726 L: dri-devel@lists.freedesktop.org
3727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3728 S: Supported
3729 F: drivers/gpu/drm/exynos/
3730 F: include/drm/exynos*
3731 F: include/uapi/drm/exynos*
3732
3733 DRM DRIVERS FOR FREESCALE DCU
3734 M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3735 M: Alison Wang <alison.wang@freescale.com>
3736 L: dri-devel@lists.freedesktop.org
3737 S: Supported
3738 F: drivers/gpu/drm/fsl-dcu/
3739 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3740 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3741
3742 DRM DRIVERS FOR FREESCALE IMX
3743 M: Philipp Zabel <p.zabel@pengutronix.de>
3744 L: dri-devel@lists.freedesktop.org
3745 S: Maintained
3746 F: drivers/gpu/drm/imx/
3747 F: drivers/gpu/ipu-v3/
3748 F: Documentation/devicetree/bindings/display/imx/
3749
3750 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3751 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3752 L: dri-devel@lists.freedesktop.org
3753 T: git git://github.com/patjak/drm-gma500
3754 S: Maintained
3755 F: drivers/gpu/drm/gma500
3756 F: include/drm/gma500*
3757
3758 DRM DRIVERS FOR NVIDIA TEGRA
3759 M: Thierry Reding <thierry.reding@gmail.com>
3760 M: Terje Bergström <tbergstrom@nvidia.com>
3761 L: dri-devel@lists.freedesktop.org
3762 L: linux-tegra@vger.kernel.org
3763 T: git git://anongit.freedesktop.org/tegra/linux.git
3764 S: Supported
3765 F: drivers/gpu/drm/tegra/
3766 F: drivers/gpu/host1x/
3767 F: include/linux/host1x.h
3768 F: include/uapi/drm/tegra_drm.h
3769 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3770
3771 DRM DRIVERS FOR RENESAS
3772 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3773 L: dri-devel@lists.freedesktop.org
3774 L: linux-renesas-soc@vger.kernel.org
3775 T: git git://people.freedesktop.org/~airlied/linux
3776 S: Supported
3777 F: drivers/gpu/drm/rcar-du/
3778 F: drivers/gpu/drm/shmobile/
3779 F: include/linux/platform_data/shmob_drm.h
3780
3781 DRM DRIVERS FOR ROCKCHIP
3782 M: Mark Yao <mark.yao@rock-chips.com>
3783 L: dri-devel@lists.freedesktop.org
3784 S: Maintained
3785 F: drivers/gpu/drm/rockchip/
3786 F: Documentation/devicetree/bindings/display/rockchip*
3787
3788 DRM DRIVERS FOR STI
3789 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3790 M: Vincent Abriou <vincent.abriou@st.com>
3791 L: dri-devel@lists.freedesktop.org
3792 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3793 S: Maintained
3794 F: drivers/gpu/drm/sti
3795 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3796
3797 DRM DRIVERS FOR VIVANTE GPU IP
3798 M: Lucas Stach <l.stach@pengutronix.de>
3799 R: Russell King <linux+etnaviv@arm.linux.org.uk>
3800 R: Christian Gmeiner <christian.gmeiner@gmail.com>
3801 L: dri-devel@lists.freedesktop.org
3802 S: Maintained
3803 F: drivers/gpu/drm/etnaviv
3804 F: Documentation/devicetree/bindings/display/etnaviv
3805
3806 DSBR100 USB FM RADIO DRIVER
3807 M: Alexey Klimov <klimov.linux@gmail.com>
3808 L: linux-media@vger.kernel.org
3809 T: git git://linuxtv.org/media_tree.git
3810 S: Maintained
3811 F: drivers/media/radio/dsbr100.c
3812
3813 DSCC4 DRIVER
3814 M: Francois Romieu <romieu@fr.zoreil.com>
3815 L: netdev@vger.kernel.org
3816 S: Maintained
3817 F: drivers/net/wan/dscc4.c
3818
3819 DT3155 MEDIA DRIVER
3820 M: Hans Verkuil <hverkuil@xs4all.nl>
3821 L: linux-media@vger.kernel.org
3822 T: git git://linuxtv.org/media_tree.git
3823 W: https://linuxtv.org
3824 S: Odd Fixes
3825 F: drivers/media/pci/dt3155/
3826
3827 DVB_USB_AF9015 MEDIA DRIVER
3828 M: Antti Palosaari <crope@iki.fi>
3829 L: linux-media@vger.kernel.org
3830 W: https://linuxtv.org
3831 W: http://palosaari.fi/linux/
3832 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3833 T: git git://linuxtv.org/anttip/media_tree.git
3834 S: Maintained
3835 F: drivers/media/usb/dvb-usb-v2/af9015*
3836
3837 DVB_USB_AF9035 MEDIA DRIVER
3838 M: Antti Palosaari <crope@iki.fi>
3839 L: linux-media@vger.kernel.org
3840 W: https://linuxtv.org
3841 W: http://palosaari.fi/linux/
3842 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3843 T: git git://linuxtv.org/anttip/media_tree.git
3844 S: Maintained
3845 F: drivers/media/usb/dvb-usb-v2/af9035*
3846
3847 DVB_USB_ANYSEE MEDIA DRIVER
3848 M: Antti Palosaari <crope@iki.fi>
3849 L: linux-media@vger.kernel.org
3850 W: https://linuxtv.org
3851 W: http://palosaari.fi/linux/
3852 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3853 T: git git://linuxtv.org/anttip/media_tree.git
3854 S: Maintained
3855 F: drivers/media/usb/dvb-usb-v2/anysee*
3856
3857 DVB_USB_AU6610 MEDIA DRIVER
3858 M: Antti Palosaari <crope@iki.fi>
3859 L: linux-media@vger.kernel.org
3860 W: https://linuxtv.org
3861 W: http://palosaari.fi/linux/
3862 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3863 T: git git://linuxtv.org/anttip/media_tree.git
3864 S: Maintained
3865 F: drivers/media/usb/dvb-usb-v2/au6610*
3866
3867 DVB_USB_CE6230 MEDIA DRIVER
3868 M: Antti Palosaari <crope@iki.fi>
3869 L: linux-media@vger.kernel.org
3870 W: https://linuxtv.org
3871 W: http://palosaari.fi/linux/
3872 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3873 T: git git://linuxtv.org/anttip/media_tree.git
3874 S: Maintained
3875 F: drivers/media/usb/dvb-usb-v2/ce6230*
3876
3877 DVB_USB_CXUSB MEDIA DRIVER
3878 M: Michael Krufky <mkrufky@linuxtv.org>
3879 L: linux-media@vger.kernel.org
3880 W: https://linuxtv.org
3881 W: http://github.com/mkrufky
3882 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3883 T: git git://linuxtv.org/media_tree.git
3884 S: Maintained
3885 F: drivers/media/usb/dvb-usb/cxusb*
3886
3887 DVB_USB_EC168 MEDIA DRIVER
3888 M: Antti Palosaari <crope@iki.fi>
3889 L: linux-media@vger.kernel.org
3890 W: https://linuxtv.org
3891 W: http://palosaari.fi/linux/
3892 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3893 T: git git://linuxtv.org/anttip/media_tree.git
3894 S: Maintained
3895 F: drivers/media/usb/dvb-usb-v2/ec168*
3896
3897 DVB_USB_GL861 MEDIA DRIVER
3898 M: Antti Palosaari <crope@iki.fi>
3899 L: linux-media@vger.kernel.org
3900 W: https://linuxtv.org
3901 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3902 T: git git://linuxtv.org/anttip/media_tree.git
3903 S: Maintained
3904 F: drivers/media/usb/dvb-usb-v2/gl861*
3905
3906 DVB_USB_MXL111SF MEDIA DRIVER
3907 M: Michael Krufky <mkrufky@linuxtv.org>
3908 L: linux-media@vger.kernel.org
3909 W: https://linuxtv.org
3910 W: http://github.com/mkrufky
3911 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3912 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3913 S: Maintained
3914 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3915
3916 DVB_USB_RTL28XXU MEDIA DRIVER
3917 M: Antti Palosaari <crope@iki.fi>
3918 L: linux-media@vger.kernel.org
3919 W: https://linuxtv.org
3920 W: http://palosaari.fi/linux/
3921 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3922 T: git git://linuxtv.org/anttip/media_tree.git
3923 S: Maintained
3924 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3925
3926 DVB_USB_V2 MEDIA DRIVER
3927 M: Antti Palosaari <crope@iki.fi>
3928 L: linux-media@vger.kernel.org
3929 W: https://linuxtv.org
3930 W: http://palosaari.fi/linux/
3931 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3932 T: git git://linuxtv.org/anttip/media_tree.git
3933 S: Maintained
3934 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3935 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3936
3937 DYNAMIC DEBUG
3938 M: Jason Baron <jbaron@akamai.com>
3939 S: Maintained
3940 F: lib/dynamic_debug.c
3941 F: include/linux/dynamic_debug.h
3942
3943 DZ DECSTATION DZ11 SERIAL DRIVER
3944 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3945 S: Maintained
3946 F: drivers/tty/serial/dz.*
3947
3948 E3X0 POWER BUTTON DRIVER
3949 M: Moritz Fischer <moritz.fischer@ettus.com>
3950 L: usrp-users@lists.ettus.com
3951 W: http://www.ettus.com
3952 S: Supported
3953 F: drivers/input/misc/e3x0-button.c
3954 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3955
3956 E4000 MEDIA DRIVER
3957 M: Antti Palosaari <crope@iki.fi>
3958 L: linux-media@vger.kernel.org
3959 W: https://linuxtv.org
3960 W: http://palosaari.fi/linux/
3961 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3962 T: git git://linuxtv.org/anttip/media_tree.git
3963 S: Maintained
3964 F: drivers/media/tuners/e4000*
3965
3966 EATA ISA/EISA/PCI SCSI DRIVER
3967 M: Dario Ballabio <ballabio_dario@emc.com>
3968 L: linux-scsi@vger.kernel.org
3969 S: Maintained
3970 F: drivers/scsi/eata.c
3971
3972 EC100 MEDIA DRIVER
3973 M: Antti Palosaari <crope@iki.fi>
3974 L: linux-media@vger.kernel.org
3975 W: https://linuxtv.org
3976 W: http://palosaari.fi/linux/
3977 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3978 T: git git://linuxtv.org/anttip/media_tree.git
3979 S: Maintained
3980 F: drivers/media/dvb-frontends/ec100*
3981
3982 ECRYPT FILE SYSTEM
3983 M: Tyler Hicks <tyhicks@canonical.com>
3984 L: ecryptfs@vger.kernel.org
3985 W: http://ecryptfs.org
3986 W: https://launchpad.net/ecryptfs
3987 S: Supported
3988 F: Documentation/filesystems/ecryptfs.txt
3989 F: fs/ecryptfs/
3990
3991 EDAC-CORE
3992 M: Doug Thompson <dougthompson@xmission.com>
3993 M: Borislav Petkov <bp@alien8.de>
3994 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3995 L: linux-edac@vger.kernel.org
3996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
3997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
3998 S: Supported
3999 F: Documentation/edac.txt
4000 F: drivers/edac/
4001 F: include/linux/edac.h
4002
4003 EDAC-AMD64
4004 M: Doug Thompson <dougthompson@xmission.com>
4005 M: Borislav Petkov <bp@alien8.de>
4006 L: linux-edac@vger.kernel.org
4007 S: Maintained
4008 F: drivers/edac/amd64_edac*
4009
4010 EDAC-CALXEDA
4011 M: Doug Thompson <dougthompson@xmission.com>
4012 M: Robert Richter <rric@kernel.org>
4013 L: linux-edac@vger.kernel.org
4014 S: Maintained
4015 F: drivers/edac/highbank*
4016
4017 EDAC-CAVIUM
4018 M: Ralf Baechle <ralf@linux-mips.org>
4019 M: David Daney <david.daney@cavium.com>
4020 L: linux-edac@vger.kernel.org
4021 L: linux-mips@linux-mips.org
4022 S: Supported
4023 F: drivers/edac/octeon_edac*
4024
4025 EDAC-E752X
4026 M: Mark Gross <mark.gross@intel.com>
4027 M: Doug Thompson <dougthompson@xmission.com>
4028 L: linux-edac@vger.kernel.org
4029 S: Maintained
4030 F: drivers/edac/e752x_edac.c
4031
4032 EDAC-E7XXX
4033 M: Doug Thompson <dougthompson@xmission.com>
4034 L: linux-edac@vger.kernel.org
4035 S: Maintained
4036 F: drivers/edac/e7xxx_edac.c
4037
4038 EDAC-GHES
4039 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4040 L: linux-edac@vger.kernel.org
4041 S: Maintained
4042 F: drivers/edac/ghes_edac.c
4043
4044 EDAC-I82443BXGX
4045 M: Tim Small <tim@buttersideup.com>
4046 L: linux-edac@vger.kernel.org
4047 S: Maintained
4048 F: drivers/edac/i82443bxgx_edac.c
4049
4050 EDAC-I3000
4051 M: Jason Uhlenkott <juhlenko@akamai.com>
4052 L: linux-edac@vger.kernel.org
4053 S: Maintained
4054 F: drivers/edac/i3000_edac.c
4055
4056 EDAC-I5000
4057 M: Doug Thompson <dougthompson@xmission.com>
4058 L: linux-edac@vger.kernel.org
4059 S: Maintained
4060 F: drivers/edac/i5000_edac.c
4061
4062 EDAC-I5400
4063 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4064 L: linux-edac@vger.kernel.org
4065 S: Maintained
4066 F: drivers/edac/i5400_edac.c
4067
4068 EDAC-I7300
4069 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4070 L: linux-edac@vger.kernel.org
4071 S: Maintained
4072 F: drivers/edac/i7300_edac.c
4073
4074 EDAC-I7CORE
4075 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4076 L: linux-edac@vger.kernel.org
4077 S: Maintained
4078 F: drivers/edac/i7core_edac.c
4079
4080 EDAC-I82975X
4081 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4082 M: "Arvind R." <arvino55@gmail.com>
4083 L: linux-edac@vger.kernel.org
4084 S: Maintained
4085 F: drivers/edac/i82975x_edac.c
4086
4087 EDAC-IE31200
4088 M: Jason Baron <jbaron@akamai.com>
4089 L: linux-edac@vger.kernel.org
4090 S: Maintained
4091 F: drivers/edac/ie31200_edac.c
4092
4093 EDAC-MPC85XX
4094 M: Johannes Thumshirn <morbidrsa@gmail.com>
4095 L: linux-edac@vger.kernel.org
4096 S: Maintained
4097 F: drivers/edac/mpc85xx_edac.[ch]
4098
4099 EDAC-PASEMI
4100 M: Egor Martovetsky <egor@pasemi.com>
4101 L: linux-edac@vger.kernel.org
4102 S: Maintained
4103 F: drivers/edac/pasemi_edac.c
4104
4105 EDAC-R82600
4106 M: Tim Small <tim@buttersideup.com>
4107 L: linux-edac@vger.kernel.org
4108 S: Maintained
4109 F: drivers/edac/r82600_edac.c
4110
4111 EDAC-SBRIDGE
4112 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4113 L: linux-edac@vger.kernel.org
4114 S: Maintained
4115 F: drivers/edac/sb_edac.c
4116
4117 EDAC-XGENE
4118 APPLIED MICRO (APM) X-GENE SOC EDAC
4119 M: Loc Ho <lho@apm.com>
4120 S: Supported
4121 F: drivers/edac/xgene_edac.c
4122 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4123
4124 EDIROL UA-101/UA-1000 DRIVER
4125 M: Clemens Ladisch <clemens@ladisch.de>
4126 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4127 T: git git://git.alsa-project.org/alsa-kernel.git
4128 S: Maintained
4129 F: sound/usb/misc/ua101.c
4130
4131 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4132 M: Matt Fleming <matt@codeblueprint.co.uk>
4133 L: linux-efi@vger.kernel.org
4134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4135 S: Maintained
4136 F: Documentation/efi-stub.txt
4137 F: arch/ia64/kernel/efi.c
4138 F: arch/x86/boot/compressed/eboot.[ch]
4139 F: arch/x86/include/asm/efi.h
4140 F: arch/x86/platform/efi/*
4141 F: drivers/firmware/efi/*
4142 F: include/linux/efi*.h
4143
4144 EFI VARIABLE FILESYSTEM
4145 M: Matthew Garrett <matthew.garrett@nebula.com>
4146 M: Jeremy Kerr <jk@ozlabs.org>
4147 M: Matt Fleming <matt@codeblueprint.co.uk>
4148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4149 L: linux-efi@vger.kernel.org
4150 S: Maintained
4151 F: fs/efivarfs/
4152
4153 EFIFB FRAMEBUFFER DRIVER
4154 L: linux-fbdev@vger.kernel.org
4155 M: Peter Jones <pjones@redhat.com>
4156 S: Maintained
4157 F: drivers/video/fbdev/efifb.c
4158
4159 EFS FILESYSTEM
4160 W: http://aeschi.ch.eu.org/efs/
4161 S: Orphan
4162 F: fs/efs/
4163
4164 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4165 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4166 M: Christoph Raisch <raisch@de.ibm.com>
4167 L: linux-rdma@vger.kernel.org
4168 S: Supported
4169 F: drivers/infiniband/hw/ehca/
4170
4171 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4172 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4173 L: netdev@vger.kernel.org
4174 S: Maintained
4175 F: drivers/net/ethernet/ibm/ehea/
4176
4177 EM28XX VIDEO4LINUX DRIVER
4178 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4179 L: linux-media@vger.kernel.org
4180 W: https://linuxtv.org
4181 T: git git://linuxtv.org/media_tree.git
4182 S: Maintained
4183 F: drivers/media/usb/em28xx/
4184
4185 EMBEDDED LINUX
4186 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4187 M: Matt Mackall <mpm@selenic.com>
4188 M: David Woodhouse <dwmw2@infradead.org>
4189 L: linux-embedded@vger.kernel.org
4190 S: Maintained
4191
4192 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4193 M: James Smart <james.smart@avagotech.com>
4194 M: Dick Kennedy <dick.kennedy@avagotech.com>
4195 L: linux-scsi@vger.kernel.org
4196 W: http://www.avagotech.com
4197 S: Supported
4198 F: drivers/scsi/lpfc/
4199
4200 ENE CB710 FLASH CARD READER DRIVER
4201 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4202 S: Maintained
4203 F: drivers/misc/cb710/
4204 F: drivers/mmc/host/cb710-mmc.*
4205 F: include/linux/cb710.h
4206
4207 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4208 M: Maxim Levitsky <maximlevitsky@gmail.com>
4209 S: Maintained
4210 F: drivers/media/rc/ene_ir.*
4211
4212 ENHANCED ERROR HANDLING (EEH)
4213 M: Gavin Shan <shangw@linux.vnet.ibm.com>
4214 L: linuxppc-dev@lists.ozlabs.org
4215 S: Supported
4216 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4217 F: arch/powerpc/kernel/eeh*.c
4218
4219 EPSON S1D13XXX FRAMEBUFFER DRIVER
4220 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4221 S: Maintained
4222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4223 F: drivers/video/fbdev/s1d13xxxfb.c
4224 F: include/video/s1d13xxxfb.h
4225
4226 ET131X NETWORK DRIVER
4227 M: Mark Einon <mark.einon@gmail.com>
4228 S: Odd Fixes
4229 F: drivers/net/ethernet/agere/
4230
4231 ETHERNET BRIDGE
4232 M: Stephen Hemminger <stephen@networkplumber.org>
4233 L: bridge@lists.linux-foundation.org
4234 L: netdev@vger.kernel.org
4235 W: http://www.linuxfoundation.org/en/Net:Bridge
4236 S: Maintained
4237 F: include/linux/netfilter_bridge/
4238 F: net/bridge/
4239
4240 ETHERNET PHY LIBRARY
4241 M: Florian Fainelli <f.fainelli@gmail.com>
4242 L: netdev@vger.kernel.org
4243 S: Maintained
4244 F: include/linux/phy.h
4245 F: include/linux/phy_fixed.h
4246 F: drivers/net/phy/
4247 F: Documentation/networking/phy.txt
4248 F: drivers/of/of_mdio.c
4249 F: drivers/of/of_net.c
4250
4251 EXT2 FILE SYSTEM
4252 M: Jan Kara <jack@suse.com>
4253 L: linux-ext4@vger.kernel.org
4254 S: Maintained
4255 F: Documentation/filesystems/ext2.txt
4256 F: fs/ext2/
4257 F: include/linux/ext2*
4258
4259 EXT4 FILE SYSTEM
4260 M: "Theodore Ts'o" <tytso@mit.edu>
4261 M: Andreas Dilger <adilger.kernel@dilger.ca>
4262 L: linux-ext4@vger.kernel.org
4263 W: http://ext4.wiki.kernel.org
4264 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4265 S: Maintained
4266 F: Documentation/filesystems/ext4.txt
4267 F: fs/ext4/
4268
4269 Extended Verification Module (EVM)
4270 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4271 L: linux-ima-devel@lists.sourceforge.net
4272 L: linux-security-module@vger.kernel.org
4273 S: Supported
4274 F: security/integrity/evm/
4275
4276 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4277 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4278 M: Chanwoo Choi <cw00.choi@samsung.com>
4279 L: linux-kernel@vger.kernel.org
4280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4281 S: Maintained
4282 F: drivers/extcon/
4283 F: include/linux/extcon/
4284 F: include/linux/extcon.h
4285 F: Documentation/extcon/
4286 F: Documentation/devicetree/bindings/extcon/
4287
4288 EXYNOS DP DRIVER
4289 M: Jingoo Han <jingoohan1@gmail.com>
4290 L: dri-devel@lists.freedesktop.org
4291 S: Maintained
4292 F: drivers/gpu/drm/exynos/exynos_dp*
4293
4294 EXYNOS MIPI DISPLAY DRIVERS
4295 M: Inki Dae <inki.dae@samsung.com>
4296 M: Donghwa Lee <dh09.lee@samsung.com>
4297 M: Kyungmin Park <kyungmin.park@samsung.com>
4298 L: linux-fbdev@vger.kernel.org
4299 S: Maintained
4300 F: drivers/video/fbdev/exynos/exynos_mipi*
4301 F: include/video/exynos_mipi*
4302
4303 F71805F HARDWARE MONITORING DRIVER
4304 M: Jean Delvare <jdelvare@suse.com>
4305 L: lm-sensors@lm-sensors.org
4306 S: Maintained
4307 F: Documentation/hwmon/f71805f
4308 F: drivers/hwmon/f71805f.c
4309
4310 FC0011 TUNER DRIVER
4311 M: Michael Buesch <m@bues.ch>
4312 L: linux-media@vger.kernel.org
4313 S: Maintained
4314 F: drivers/media/tuners/fc0011.h
4315 F: drivers/media/tuners/fc0011.c
4316
4317 FC2580 MEDIA DRIVER
4318 M: Antti Palosaari <crope@iki.fi>
4319 L: linux-media@vger.kernel.org
4320 W: https://linuxtv.org
4321 W: http://palosaari.fi/linux/
4322 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4323 T: git git://linuxtv.org/anttip/media_tree.git
4324 S: Maintained
4325 F: drivers/media/tuners/fc2580*
4326
4327 FANOTIFY
4328 M: Eric Paris <eparis@redhat.com>
4329 S: Maintained
4330 F: fs/notify/fanotify/
4331 F: include/linux/fanotify.h
4332 F: include/uapi/linux/fanotify.h
4333
4334 FARSYNC SYNCHRONOUS DRIVER
4335 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4336 W: http://www.farsite.co.uk/
4337 S: Supported
4338 F: drivers/net/wan/farsync.*
4339
4340 FAULT INJECTION SUPPORT
4341 M: Akinobu Mita <akinobu.mita@gmail.com>
4342 S: Supported
4343 F: Documentation/fault-injection/
4344 F: lib/fault-inject.c
4345
4346 FBTFT Framebuffer drivers
4347 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4348 M: Noralf Trønnes <noralf@tronnes.org>
4349 S: Maintained
4350 F: drivers/staging/fbtft/
4351
4352 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4353 M: Vasu Dev <vasu.dev@intel.com>
4354 L: fcoe-devel@open-fcoe.org
4355 W: www.Open-FCoE.org
4356 S: Supported
4357 F: drivers/scsi/libfc/
4358 F: drivers/scsi/fcoe/
4359 F: include/scsi/fc/
4360 F: include/scsi/libfc.h
4361 F: include/scsi/libfcoe.h
4362 F: include/uapi/scsi/fc/
4363
4364 FILE LOCKING (flock() and fcntl()/lockf())
4365 M: Jeff Layton <jlayton@poochiereds.net>
4366 M: "J. Bruce Fields" <bfields@fieldses.org>
4367 L: linux-fsdevel@vger.kernel.org
4368 S: Maintained
4369 F: include/linux/fcntl.h
4370 F: include/linux/fs.h
4371 F: include/uapi/linux/fcntl.h
4372 F: include/uapi/linux/fs.h
4373 F: fs/fcntl.c
4374 F: fs/locks.c
4375
4376 FILESYSTEMS (VFS and infrastructure)
4377 M: Alexander Viro <viro@zeniv.linux.org.uk>
4378 L: linux-fsdevel@vger.kernel.org
4379 S: Maintained
4380 F: fs/*
4381
4382 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4383 M: Riku Voipio <riku.voipio@iki.fi>
4384 L: lm-sensors@lm-sensors.org
4385 S: Maintained
4386 F: drivers/hwmon/f75375s.c
4387 F: include/linux/f75375s.h
4388
4389 FIREWIRE AUDIO DRIVERS
4390 M: Clemens Ladisch <clemens@ladisch.de>
4391 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4392 T: git git://git.alsa-project.org/alsa-kernel.git
4393 S: Maintained
4394 F: sound/firewire/
4395
4396 FIREWIRE MEDIA DRIVERS (firedtv)
4397 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4398 L: linux-media@vger.kernel.org
4399 L: linux1394-devel@lists.sourceforge.net
4400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4401 S: Maintained
4402 F: drivers/media/firewire/
4403
4404 FIREWIRE SBP-2 TARGET
4405 M: Chris Boot <bootc@bootc.net>
4406 L: linux-scsi@vger.kernel.org
4407 L: target-devel@vger.kernel.org
4408 L: linux1394-devel@lists.sourceforge.net
4409 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4410 S: Maintained
4411 F: drivers/target/sbp/
4412
4413 FIREWIRE SUBSYSTEM
4414 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4415 L: linux1394-devel@lists.sourceforge.net
4416 W: http://ieee1394.wiki.kernel.org/
4417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4418 S: Maintained
4419 F: drivers/firewire/
4420 F: include/linux/firewire.h
4421 F: include/uapi/linux/firewire*.h
4422 F: tools/firewire/
4423
4424 FIRMWARE LOADER (request_firmware)
4425 M: Ming Lei <ming.lei@canonical.com>
4426 L: linux-kernel@vger.kernel.org
4427 S: Maintained
4428 F: Documentation/firmware_class/
4429 F: drivers/base/firmware*.c
4430 F: include/linux/firmware.h
4431
4432 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4433 M: Joshua Morris <josh.h.morris@us.ibm.com>
4434 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4435 S: Maintained
4436 F: drivers/block/rsxx/
4437
4438 FLOPPY DRIVER
4439 M: Jiri Kosina <jikos@kernel.org>
4440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4441 S: Odd fixes
4442 F: drivers/block/floppy.c
4443
4444 FMC SUBSYSTEM
4445 M: Alessandro Rubini <rubini@gnudd.com>
4446 W: http://www.ohwr.org/projects/fmc-bus
4447 S: Supported
4448 F: drivers/fmc/
4449 F: include/linux/fmc*.h
4450 F: include/linux/ipmi-fru.h
4451 K: fmc_d.*register
4452
4453 FPGA MANAGER FRAMEWORK
4454 M: Alan Tull <atull@opensource.altera.com>
4455 R: Moritz Fischer <moritz.fischer@ettus.com>
4456 S: Maintained
4457 F: drivers/fpga/
4458 F: include/linux/fpga/fpga-mgr.h
4459 W: http://www.rocketboards.org
4460
4461 FPU EMULATOR
4462 M: Bill Metzenthen <billm@melbpc.org.au>
4463 W: http://floatingpoint.sourceforge.net/emulator/index.html
4464 S: Maintained
4465 F: arch/x86/math-emu/
4466
4467 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4468 L: netdev@vger.kernel.org
4469 S: Orphan
4470 F: drivers/net/wan/dlci.c
4471 F: drivers/net/wan/sdla.c
4472
4473 FRAMEBUFFER LAYER
4474 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4475 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4476 L: linux-fbdev@vger.kernel.org
4477 W: http://linux-fbdev.sourceforge.net/
4478 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4480 S: Maintained
4481 F: Documentation/fb/
4482 F: drivers/video/
4483 F: include/video/
4484 F: include/linux/fb.h
4485 F: include/uapi/video/
4486 F: include/uapi/linux/fb.h
4487
4488 FREESCALE DIU FRAMEBUFFER DRIVER
4489 M: Timur Tabi <timur@tabi.org>
4490 L: linux-fbdev@vger.kernel.org
4491 S: Maintained
4492 F: drivers/video/fbdev/fsl-diu-fb.*
4493
4494 FREESCALE DMA DRIVER
4495 M: Li Yang <leoli@freescale.com>
4496 M: Zhang Wei <zw@zh-kernel.org>
4497 L: linuxppc-dev@lists.ozlabs.org
4498 S: Maintained
4499 F: drivers/dma/fsldma.*
4500
4501 FREESCALE I2C CPM DRIVER
4502 M: Jochen Friedrich <jochen@scram.de>
4503 L: linuxppc-dev@lists.ozlabs.org
4504 L: linux-i2c@vger.kernel.org
4505 S: Maintained
4506 F: drivers/i2c/busses/i2c-cpm.c
4507
4508 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4509 M: Sascha Hauer <kernel@pengutronix.de>
4510 L: linux-fbdev@vger.kernel.org
4511 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4512 S: Maintained
4513 F: include/linux/platform_data/video-imxfb.h
4514 F: drivers/video/fbdev/imxfb.c
4515
4516 FREESCALE QUAD SPI DRIVER
4517 M: Han Xu <han.xu@freescale.com>
4518 L: linux-mtd@lists.infradead.org
4519 S: Maintained
4520 F: drivers/mtd/spi-nor/fsl-quadspi.c
4521
4522 FREESCALE SOC FS_ENET DRIVER
4523 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4524 M: Vitaly Bordug <vbordug@ru.mvista.com>
4525 L: linuxppc-dev@lists.ozlabs.org
4526 L: netdev@vger.kernel.org
4527 S: Maintained
4528 F: drivers/net/ethernet/freescale/fs_enet/
4529 F: include/linux/fs_enet_pd.h
4530
4531 FREESCALE QUICC ENGINE LIBRARY
4532 L: linuxppc-dev@lists.ozlabs.org
4533 S: Orphan
4534 F: drivers/soc/fsl/qe/
4535 F: include/soc/fsl/*qe*.h
4536 F: include/soc/fsl/*ucc*.h
4537
4538 FREESCALE USB PERIPHERAL DRIVERS
4539 M: Li Yang <leoli@freescale.com>
4540 L: linux-usb@vger.kernel.org
4541 L: linuxppc-dev@lists.ozlabs.org
4542 S: Maintained
4543 F: drivers/usb/gadget/udc/fsl*
4544
4545 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4546 M: Li Yang <leoli@freescale.com>
4547 L: netdev@vger.kernel.org
4548 L: linuxppc-dev@lists.ozlabs.org
4549 S: Maintained
4550 F: drivers/net/ethernet/freescale/ucc_geth*
4551
4552 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4553 M: Claudiu Manoil <claudiu.manoil@freescale.com>
4554 L: netdev@vger.kernel.org
4555 S: Maintained
4556 F: drivers/net/ethernet/freescale/gianfar*
4557 X: drivers/net/ethernet/freescale/gianfar_ptp.c
4558 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4559
4560 FREESCALE QUICC ENGINE UCC UART DRIVER
4561 M: Timur Tabi <timur@tabi.org>
4562 L: linuxppc-dev@lists.ozlabs.org
4563 S: Maintained
4564 F: drivers/tty/serial/ucc_uart.c
4565
4566 FREESCALE SOC SOUND DRIVERS
4567 M: Timur Tabi <timur@tabi.org>
4568 M: Nicolin Chen <nicoleotsuka@gmail.com>
4569 M: Xiubo Li <Xiubo.Lee@gmail.com>
4570 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4571 L: linuxppc-dev@lists.ozlabs.org
4572 S: Maintained
4573 F: sound/soc/fsl/fsl*
4574 F: sound/soc/fsl/imx*
4575 F: sound/soc/fsl/mpc8610_hpcd.c
4576
4577 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4578 M: "J. German Rivera" <German.Rivera@freescale.com>
4579 L: linux-kernel@vger.kernel.org
4580 S: Maintained
4581 F: drivers/staging/fsl-mc/
4582
4583 FREEVXFS FILESYSTEM
4584 M: Christoph Hellwig <hch@infradead.org>
4585 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4586 S: Maintained
4587 F: fs/freevxfs/
4588
4589 FREEZER
4590 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4591 M: Pavel Machek <pavel@ucw.cz>
4592 L: linux-pm@vger.kernel.org
4593 S: Supported
4594 F: Documentation/power/freezing-of-tasks.txt
4595 F: include/linux/freezer.h
4596 F: kernel/freezer.c
4597
4598 FRONTSWAP API
4599 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4600 L: linux-kernel@vger.kernel.org
4601 S: Maintained
4602 F: mm/frontswap.c
4603 F: include/linux/frontswap.h
4604
4605 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4606 M: David Howells <dhowells@redhat.com>
4607 L: linux-cachefs@redhat.com (moderated for non-subscribers)
4608 S: Supported
4609 F: Documentation/filesystems/caching/
4610 F: fs/fscache/
4611 F: include/linux/fscache*.h
4612
4613 F2FS FILE SYSTEM
4614 M: Jaegeuk Kim <jaegeuk@kernel.org>
4615 M: Changman Lee <cm224.lee@samsung.com>
4616 R: Chao Yu <chao2.yu@samsung.com>
4617 L: linux-f2fs-devel@lists.sourceforge.net
4618 W: http://en.wikipedia.org/wiki/F2FS
4619 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4620 S: Maintained
4621 F: Documentation/filesystems/f2fs.txt
4622 F: Documentation/ABI/testing/sysfs-fs-f2fs
4623 F: fs/f2fs/
4624 F: include/linux/f2fs_fs.h
4625 F: include/trace/events/f2fs.h
4626
4627 FUJITSU FR-V (FRV) PORT
4628 S: Orphan
4629 F: arch/frv/
4630
4631 FUJITSU LAPTOP EXTRAS
4632 M: Jonathan Woithe <jwoithe@just42.net>
4633 L: platform-driver-x86@vger.kernel.org
4634 S: Maintained
4635 F: drivers/platform/x86/fujitsu-laptop.c
4636
4637 FUJITSU M-5MO LS CAMERA ISP DRIVER
4638 M: Kyungmin Park <kyungmin.park@samsung.com>
4639 M: Heungjun Kim <riverful.kim@samsung.com>
4640 L: linux-media@vger.kernel.org
4641 S: Maintained
4642 F: drivers/media/i2c/m5mols/
4643 F: include/media/i2c/m5mols.h
4644
4645 FUJITSU TABLET EXTRAS
4646 M: Robert Gerlach <khnz@gmx.de>
4647 L: platform-driver-x86@vger.kernel.org
4648 S: Maintained
4649 F: drivers/platform/x86/fujitsu-tablet.c
4650
4651 FUSE: FILESYSTEM IN USERSPACE
4652 M: Miklos Szeredi <miklos@szeredi.hu>
4653 L: fuse-devel@lists.sourceforge.net
4654 W: http://fuse.sourceforge.net/
4655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4656 S: Maintained
4657 F: fs/fuse/
4658 F: include/uapi/linux/fuse.h
4659 F: Documentation/filesystems/fuse.txt
4660
4661 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4662 M: Rik Faith <faith@cs.unc.edu>
4663 L: linux-scsi@vger.kernel.org
4664 S: Odd Fixes (e.g., new signatures)
4665 F: drivers/scsi/fdomain.*
4666
4667 GCOV BASED KERNEL PROFILING
4668 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4669 S: Maintained
4670 F: kernel/gcov/
4671 F: Documentation/gcov.txt
4672
4673 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4674 M: Achim Leubner <achim_leubner@adaptec.com>
4675 L: linux-scsi@vger.kernel.org
4676 W: http://www.icp-vortex.com/
4677 S: Supported
4678 F: drivers/scsi/gdt*
4679
4680 GDB KERNEL DEBUGGING HELPER SCRIPTS
4681 M: Jan Kiszka <jan.kiszka@siemens.com>
4682 S: Supported
4683 F: scripts/gdb/
4684
4685 GEMTEK FM RADIO RECEIVER DRIVER
4686 M: Hans Verkuil <hverkuil@xs4all.nl>
4687 L: linux-media@vger.kernel.org
4688 T: git git://linuxtv.org/media_tree.git
4689 W: https://linuxtv.org
4690 S: Maintained
4691 F: drivers/media/radio/radio-gemtek*
4692
4693 GENERIC GPIO I2C DRIVER
4694 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4695 S: Supported
4696 F: drivers/i2c/busses/i2c-gpio.c
4697 F: include/linux/i2c-gpio.h
4698
4699 GENERIC GPIO I2C MULTIPLEXER DRIVER
4700 M: Peter Korsgaard <peter.korsgaard@barco.com>
4701 L: linux-i2c@vger.kernel.org
4702 S: Supported
4703 F: drivers/i2c/muxes/i2c-mux-gpio.c
4704 F: include/linux/i2c-mux-gpio.h
4705 F: Documentation/i2c/muxes/i2c-mux-gpio
4706
4707 GENERIC HDLC (WAN) DRIVERS
4708 M: Krzysztof Halasa <khc@pm.waw.pl>
4709 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4710 S: Maintained
4711 F: drivers/net/wan/c101.c
4712 F: drivers/net/wan/hd6457*
4713 F: drivers/net/wan/hdlc*
4714 F: drivers/net/wan/n2.c
4715 F: drivers/net/wan/pc300too.c
4716 F: drivers/net/wan/pci200syn.c
4717 F: drivers/net/wan/wanxl*
4718
4719 GENERIC INCLUDE/ASM HEADER FILES
4720 M: Arnd Bergmann <arnd@arndb.de>
4721 L: linux-arch@vger.kernel.org
4722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4723 S: Maintained
4724 F: include/asm-generic/
4725 F: include/uapi/asm-generic/
4726
4727 GENERIC PHY FRAMEWORK
4728 M: Kishon Vijay Abraham I <kishon@ti.com>
4729 L: linux-kernel@vger.kernel.org
4730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4731 S: Supported
4732 F: drivers/phy/
4733 F: include/linux/phy/
4734
4735 GENERIC PM DOMAINS
4736 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4737 M: Kevin Hilman <khilman@kernel.org>
4738 M: Ulf Hansson <ulf.hansson@linaro.org>
4739 L: linux-pm@vger.kernel.org
4740 S: Supported
4741 F: drivers/base/power/domain*.c
4742 F: include/linux/pm_domain.h
4743
4744 GENERIC UIO DRIVER FOR PCI DEVICES
4745 M: "Michael S. Tsirkin" <mst@redhat.com>
4746 L: kvm@vger.kernel.org
4747 S: Supported
4748 F: drivers/uio/uio_pci_generic.c
4749
4750 GET_MAINTAINER SCRIPT
4751 M: Joe Perches <joe@perches.com>
4752 S: Maintained
4753 F: scripts/get_maintainer.pl
4754
4755 GFS2 FILE SYSTEM
4756 M: Steven Whitehouse <swhiteho@redhat.com>
4757 M: Bob Peterson <rpeterso@redhat.com>
4758 L: cluster-devel@redhat.com
4759 W: http://sources.redhat.com/cluster/
4760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4761 S: Supported
4762 F: Documentation/filesystems/gfs2*.txt
4763 F: fs/gfs2/
4764 F: include/uapi/linux/gfs2_ondisk.h
4765
4766 GIGASET ISDN DRIVERS
4767 M: Paul Bolle <pebolle@tiscali.nl>
4768 L: gigaset307x-common@lists.sourceforge.net
4769 W: http://gigaset307x.sourceforge.net/
4770 S: Odd Fixes
4771 F: Documentation/isdn/README.gigaset
4772 F: drivers/isdn/gigaset/
4773 F: include/uapi/linux/gigaset_dev.h
4774
4775 GO7007 MPEG CODEC
4776 M: Hans Verkuil <hans.verkuil@cisco.com>
4777 L: linux-media@vger.kernel.org
4778 S: Maintained
4779 F: drivers/media/usb/go7007/
4780
4781 GOODIX TOUCHSCREEN
4782 M: Bastien Nocera <hadess@hadess.net>
4783 L: linux-input@vger.kernel.org
4784 S: Maintained
4785 F: drivers/input/touchscreen/goodix.c
4786
4787 GPIO SUBSYSTEM
4788 M: Linus Walleij <linus.walleij@linaro.org>
4789 M: Alexandre Courbot <gnurou@gmail.com>
4790 L: linux-gpio@vger.kernel.org
4791 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4792 S: Maintained
4793 F: Documentation/gpio/
4794 F: drivers/gpio/
4795 F: include/linux/gpio/
4796 F: include/linux/gpio.h
4797 F: include/asm-generic/gpio.h
4798
4799 GRE DEMULTIPLEXER DRIVER
4800 M: Dmitry Kozlov <xeb@mail.ru>
4801 L: netdev@vger.kernel.org
4802 S: Maintained
4803 F: net/ipv4/gre_demux.c
4804 F: net/ipv4/gre_offload.c
4805 F: include/net/gre.h
4806
4807 GRETH 10/100/1G Ethernet MAC device driver
4808 M: Kristoffer Glembo <kristoffer@gaisler.com>
4809 L: netdev@vger.kernel.org
4810 S: Maintained
4811 F: drivers/net/ethernet/aeroflex/
4812
4813 GSPCA FINEPIX SUBDRIVER
4814 M: Frank Zago <frank@zago.net>
4815 L: linux-media@vger.kernel.org
4816 T: git git://linuxtv.org/media_tree.git
4817 S: Maintained
4818 F: drivers/media/usb/gspca/finepix.c
4819
4820 GSPCA GL860 SUBDRIVER
4821 M: Olivier Lorin <o.lorin@laposte.net>
4822 L: linux-media@vger.kernel.org
4823 T: git git://linuxtv.org/media_tree.git
4824 S: Maintained
4825 F: drivers/media/usb/gspca/gl860/
4826
4827 GSPCA M5602 SUBDRIVER
4828 M: Erik Andren <erik.andren@gmail.com>
4829 L: linux-media@vger.kernel.org
4830 T: git git://linuxtv.org/media_tree.git
4831 S: Maintained
4832 F: drivers/media/usb/gspca/m5602/
4833
4834 GSPCA PAC207 SONIXB SUBDRIVER
4835 M: Hans de Goede <hdegoede@redhat.com>
4836 L: linux-media@vger.kernel.org
4837 T: git git://linuxtv.org/media_tree.git
4838 S: Maintained
4839 F: drivers/media/usb/gspca/pac207.c
4840
4841 GSPCA SN9C20X SUBDRIVER
4842 M: Brian Johnson <brijohn@gmail.com>
4843 L: linux-media@vger.kernel.org
4844 T: git git://linuxtv.org/media_tree.git
4845 S: Maintained
4846 F: drivers/media/usb/gspca/sn9c20x.c
4847
4848 GSPCA T613 SUBDRIVER
4849 M: Leandro Costantino <lcostantino@gmail.com>
4850 L: linux-media@vger.kernel.org
4851 T: git git://linuxtv.org/media_tree.git
4852 S: Maintained
4853 F: drivers/media/usb/gspca/t613.c
4854
4855 GSPCA USB WEBCAM DRIVER
4856 M: Hans de Goede <hdegoede@redhat.com>
4857 L: linux-media@vger.kernel.org
4858 T: git git://linuxtv.org/media_tree.git
4859 S: Maintained
4860 F: drivers/media/usb/gspca/
4861
4862 GUID PARTITION TABLE (GPT)
4863 M: Davidlohr Bueso <dave@stgolabs.net>
4864 L: linux-efi@vger.kernel.org
4865 S: Maintained
4866 F: block/partitions/efi.*
4867
4868 STK1160 USB VIDEO CAPTURE DRIVER
4869 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4870 L: linux-media@vger.kernel.org
4871 T: git git://linuxtv.org/media_tree.git
4872 S: Maintained
4873 F: drivers/media/usb/stk1160/
4874
4875 H8/300 ARCHITECTURE
4876 M: Yoshinori Sato <ysato@users.sourceforge.jp>
4877 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4878 W: http://uclinux-h8.sourceforge.jp
4879 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4880 S: Maintained
4881 F: arch/h8300/
4882 F: drivers/clocksource/h8300_*.c
4883 F: drivers/clk/h8300/
4884 F: drivers/irqchip/irq-renesas-h8*.c
4885
4886 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4887 M: Frank Seidel <frank@f-seidel.de>
4888 L: platform-driver-x86@vger.kernel.org
4889 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4890 S: Maintained
4891 F: drivers/platform/x86/hdaps.c
4892
4893 HDPVR USB VIDEO ENCODER DRIVER
4894 M: Hans Verkuil <hverkuil@xs4all.nl>
4895 L: linux-media@vger.kernel.org
4896 T: git git://linuxtv.org/media_tree.git
4897 W: https://linuxtv.org
4898 S: Odd Fixes
4899 F: drivers/media/usb/hdpvr/
4900
4901 HWPOISON MEMORY FAILURE HANDLING
4902 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4903 L: linux-mm@kvack.org
4904 S: Maintained
4905 F: mm/memory-failure.c
4906 F: mm/hwpoison-inject.c
4907
4908 HYPERVISOR VIRTUAL CONSOLE DRIVER
4909 L: linuxppc-dev@lists.ozlabs.org
4910 S: Odd Fixes
4911 F: drivers/tty/hvc/
4912
4913 HACKRF MEDIA DRIVER
4914 M: Antti Palosaari <crope@iki.fi>
4915 L: linux-media@vger.kernel.org
4916 W: https://linuxtv.org
4917 W: http://palosaari.fi/linux/
4918 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4919 T: git git://linuxtv.org/anttip/media_tree.git
4920 S: Maintained
4921 F: drivers/media/usb/hackrf/
4922
4923 HARDWARE MONITORING
4924 M: Jean Delvare <jdelvare@suse.com>
4925 M: Guenter Roeck <linux@roeck-us.net>
4926 L: lm-sensors@lm-sensors.org
4927 W: http://www.lm-sensors.org/
4928 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4929 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4930 S: Maintained
4931 F: Documentation/hwmon/
4932 F: drivers/hwmon/
4933 F: include/linux/hwmon*.h
4934
4935 HARDWARE RANDOM NUMBER GENERATOR CORE
4936 M: Matt Mackall <mpm@selenic.com>
4937 M: Herbert Xu <herbert@gondor.apana.org.au>
4938 L: linux-crypto@vger.kernel.org
4939 S: Odd fixes
4940 F: Documentation/hw_random.txt
4941 F: drivers/char/hw_random/
4942 F: include/linux/hw_random.h
4943
4944 HARDWARE SPINLOCK CORE
4945 M: Ohad Ben-Cohen <ohad@wizery.com>
4946 S: Maintained
4947 F: Documentation/hwspinlock.txt
4948 F: drivers/hwspinlock/hwspinlock_*
4949 F: include/linux/hwspinlock.h
4950
4951 HARMONY SOUND DRIVER
4952 L: linux-parisc@vger.kernel.org
4953 S: Maintained
4954 F: sound/parisc/harmony.*
4955
4956 HD29L2 MEDIA DRIVER
4957 M: Antti Palosaari <crope@iki.fi>
4958 L: linux-media@vger.kernel.org
4959 W: https://linuxtv.org
4960 W: http://palosaari.fi/linux/
4961 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4962 T: git git://linuxtv.org/anttip/media_tree.git
4963 S: Maintained
4964 F: drivers/media/dvb-frontends/hd29l2*
4965
4966 HEWLETT-PACKARD SMART2 RAID DRIVER
4967 L: iss_storagedev@hp.com
4968 S: Orphan
4969 F: Documentation/blockdev/cpqarray.txt
4970 F: drivers/block/cpqarray.*
4971
4972 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4973 M: Don Brace <don.brace@pmcs.com>
4974 L: iss_storagedev@hp.com
4975 L: storagedev@pmcs.com
4976 L: linux-scsi@vger.kernel.org
4977 S: Supported
4978 F: Documentation/scsi/hpsa.txt
4979 F: drivers/scsi/hpsa*.[ch]
4980 F: include/linux/cciss*.h
4981 F: include/uapi/linux/cciss*.h
4982
4983 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4984 M: Don Brace <don.brace@pmcs.com>
4985 L: iss_storagedev@hp.com
4986 L: storagedev@pmcs.com
4987 L: linux-scsi@vger.kernel.org
4988 S: Supported
4989 F: Documentation/blockdev/cciss.txt
4990 F: drivers/block/cciss*
4991 F: include/linux/cciss_ioctl.h
4992 F: include/uapi/linux/cciss_ioctl.h
4993
4994 HFS FILESYSTEM
4995 L: linux-fsdevel@vger.kernel.org
4996 S: Orphan
4997 F: Documentation/filesystems/hfs.txt
4998 F: fs/hfs/
4999
5000 HFSPLUS FILESYSTEM
5001 L: linux-fsdevel@vger.kernel.org
5002 S: Orphan
5003 F: Documentation/filesystems/hfsplus.txt
5004 F: fs/hfsplus/
5005
5006 HGA FRAMEBUFFER DRIVER
5007 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5008 L: linux-nvidia@lists.surfsouth.com
5009 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5010 S: Maintained
5011 F: drivers/video/fbdev/hgafb.c
5012
5013 HIBERNATION (aka Software Suspend, aka swsusp)
5014 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5015 M: Pavel Machek <pavel@ucw.cz>
5016 L: linux-pm@vger.kernel.org
5017 S: Supported
5018 F: arch/x86/power/
5019 F: drivers/base/power/
5020 F: kernel/power/
5021 F: include/linux/suspend.h
5022 F: include/linux/freezer.h
5023 F: include/linux/pm.h
5024 F: arch/*/include/asm/suspend*.h
5025
5026 HID CORE LAYER
5027 M: Jiri Kosina <jikos@kernel.org>
5028 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5029 L: linux-input@vger.kernel.org
5030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5031 S: Maintained
5032 F: drivers/hid/
5033 F: include/linux/hid*
5034 F: include/uapi/linux/hid*
5035
5036 HID SENSOR HUB DRIVERS
5037 M: Jiri Kosina <jikos@kernel.org>
5038 M: Jonathan Cameron <jic23@kernel.org>
5039 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5040 L: linux-input@vger.kernel.org
5041 L: linux-iio@vger.kernel.org
5042 S: Maintained
5043 F: Documentation/hid/hid-sensor*
5044 F: drivers/hid/hid-sensor-*
5045 F: drivers/iio/*/hid-*
5046 F: include/linux/hid-sensor-*
5047
5048 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5049 M: Thomas Gleixner <tglx@linutronix.de>
5050 L: linux-kernel@vger.kernel.org
5051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5052 S: Maintained
5053 F: Documentation/timers/
5054 F: kernel/time/hrtimer.c
5055 F: kernel/time/clockevents.c
5056 F: kernel/time/tick*.*
5057 F: kernel/time/timer_*.c
5058 F: include/linux/clockchips.h
5059 F: include/linux/hrtimer.h
5060
5061 HIGH-SPEED SCC DRIVER FOR AX.25
5062 L: linux-hams@vger.kernel.org
5063 S: Orphan
5064 F: drivers/net/hamradio/dmascc.c
5065 F: drivers/net/hamradio/scc.c
5066
5067 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5068 M: HighPoint Linux Team <linux@highpoint-tech.com>
5069 W: http://www.highpoint-tech.com
5070 S: Supported
5071 F: Documentation/scsi/hptiop.txt
5072 F: drivers/scsi/hptiop.c
5073
5074 HIPPI
5075 M: Jes Sorensen <jes@trained-monkey.org>
5076 L: linux-hippi@sunsite.dk
5077 S: Maintained
5078 F: include/linux/hippidevice.h
5079 F: include/uapi/linux/if_hippi.h
5080 F: net/802/hippi.c
5081 F: drivers/net/hippi/
5082
5083 HISILICON SAS Controller
5084 M: John Garry <john.garry@huawei.com>
5085 W: http://www.hisilicon.com
5086 S: Supported
5087 F: drivers/scsi/hisi_sas/
5088 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5089
5090 HOST AP DRIVER
5091 M: Jouni Malinen <j@w1.fi>
5092 L: hostap@shmoo.com (subscribers-only)
5093 L: linux-wireless@vger.kernel.org
5094 W: http://hostap.epitest.fi/
5095 S: Maintained
5096 F: drivers/net/wireless/intersil/hostap/
5097
5098 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5099 L: platform-driver-x86@vger.kernel.org
5100 S: Orphan
5101 F: drivers/platform/x86/tc1100-wmi.c
5102
5103 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5104 M: Jaroslav Kysela <perex@perex.cz>
5105 S: Maintained
5106 F: drivers/net/ethernet/hp/hp100.*
5107
5108 HPET: High Precision Event Timers driver
5109 M: Clemens Ladisch <clemens@ladisch.de>
5110 S: Maintained
5111 F: Documentation/timers/hpet.txt
5112 F: drivers/char/hpet.c
5113 F: include/linux/hpet.h
5114 F: include/uapi/linux/hpet.h
5115
5116 HPET: x86
5117 S: Orphan
5118 F: arch/x86/kernel/hpet.c
5119 F: arch/x86/include/asm/hpet.h
5120
5121 HPFS FILESYSTEM
5122 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5123 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5124 S: Maintained
5125 F: fs/hpfs/
5126
5127 HSI SUBSYSTEM
5128 M: Sebastian Reichel <sre@kernel.org>
5129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5130 S: Maintained
5131 F: Documentation/ABI/testing/sysfs-bus-hsi
5132 F: Documentation/hsi.txt
5133 F: drivers/hsi/
5134 F: include/linux/hsi/
5135 F: include/uapi/linux/hsi/
5136
5137 HSO 3G MODEM DRIVER
5138 M: Jan Dumon <j.dumon@option.com>
5139 W: http://www.pharscape.org
5140 S: Maintained
5141 F: drivers/net/usb/hso.c
5142
5143 HSR NETWORK PROTOCOL
5144 M: Arvid Brodin <arvid.brodin@alten.se>
5145 L: netdev@vger.kernel.org
5146 S: Maintained
5147 F: net/hsr/
5148
5149 HTCPEN TOUCHSCREEN DRIVER
5150 M: Pau Oliva Fora <pof@eslack.org>
5151 L: linux-input@vger.kernel.org
5152 S: Maintained
5153 F: drivers/input/touchscreen/htcpen.c
5154
5155 HUGETLB FILESYSTEM
5156 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5157 S: Maintained
5158 F: fs/hugetlbfs/
5159
5160 Hyper-V CORE AND DRIVERS
5161 M: "K. Y. Srinivasan" <kys@microsoft.com>
5162 M: Haiyang Zhang <haiyangz@microsoft.com>
5163 L: devel@linuxdriverproject.org
5164 S: Maintained
5165 F: arch/x86/include/asm/mshyperv.h
5166 F: arch/x86/include/uapi/asm/hyperv.h
5167 F: arch/x86/kernel/cpu/mshyperv.c
5168 F: drivers/hid/hid-hyperv.c
5169 F: drivers/hv/
5170 F: drivers/input/serio/hyperv-keyboard.c
5171 F: drivers/net/hyperv/
5172 F: drivers/scsi/storvsc_drv.c
5173 F: drivers/video/fbdev/hyperv_fb.c
5174 F: include/linux/hyperv.h
5175 F: tools/hv/
5176 F: Documentation/ABI/stable/sysfs-bus-vmbus
5177
5178 I2C OVER PARALLEL PORT
5179 M: Jean Delvare <jdelvare@suse.com>
5180 L: linux-i2c@vger.kernel.org
5181 S: Maintained
5182 F: Documentation/i2c/busses/i2c-parport
5183 F: Documentation/i2c/busses/i2c-parport-light
5184 F: drivers/i2c/busses/i2c-parport.c
5185 F: drivers/i2c/busses/i2c-parport-light.c
5186
5187 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5188 M: Jean Delvare <jdelvare@suse.com>
5189 L: linux-i2c@vger.kernel.org
5190 S: Maintained
5191 F: Documentation/i2c/busses/i2c-ali1535
5192 F: Documentation/i2c/busses/i2c-ali1563
5193 F: Documentation/i2c/busses/i2c-ali15x3
5194 F: Documentation/i2c/busses/i2c-amd756
5195 F: Documentation/i2c/busses/i2c-amd8111
5196 F: Documentation/i2c/busses/i2c-i801
5197 F: Documentation/i2c/busses/i2c-nforce2
5198 F: Documentation/i2c/busses/i2c-piix4
5199 F: Documentation/i2c/busses/i2c-sis5595
5200 F: Documentation/i2c/busses/i2c-sis630
5201 F: Documentation/i2c/busses/i2c-sis96x
5202 F: Documentation/i2c/busses/i2c-via
5203 F: Documentation/i2c/busses/i2c-viapro
5204 F: drivers/i2c/busses/i2c-ali1535.c
5205 F: drivers/i2c/busses/i2c-ali1563.c
5206 F: drivers/i2c/busses/i2c-ali15x3.c
5207 F: drivers/i2c/busses/i2c-amd756.c
5208 F: drivers/i2c/busses/i2c-amd756-s4882.c
5209 F: drivers/i2c/busses/i2c-amd8111.c
5210 F: drivers/i2c/busses/i2c-i801.c
5211 F: drivers/i2c/busses/i2c-isch.c
5212 F: drivers/i2c/busses/i2c-nforce2.c
5213 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5214 F: drivers/i2c/busses/i2c-piix4.c
5215 F: drivers/i2c/busses/i2c-sis5595.c
5216 F: drivers/i2c/busses/i2c-sis630.c
5217 F: drivers/i2c/busses/i2c-sis96x.c
5218 F: drivers/i2c/busses/i2c-via.c
5219 F: drivers/i2c/busses/i2c-viapro.c
5220
5221 I2C/SMBUS ISMT DRIVER
5222 M: Seth Heasley <seth.heasley@intel.com>
5223 M: Neil Horman <nhorman@tuxdriver.com>
5224 L: linux-i2c@vger.kernel.org
5225 F: drivers/i2c/busses/i2c-ismt.c
5226 F: Documentation/i2c/busses/i2c-ismt
5227
5228 I2C/SMBUS STUB DRIVER
5229 M: Jean Delvare <jdelvare@suse.com>
5230 L: linux-i2c@vger.kernel.org
5231 S: Maintained
5232 F: drivers/i2c/i2c-stub.c
5233
5234 I2C SUBSYSTEM
5235 M: Wolfram Sang <wsa@the-dreams.de>
5236 L: linux-i2c@vger.kernel.org
5237 W: https://i2c.wiki.kernel.org/
5238 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5240 S: Maintained
5241 F: Documentation/devicetree/bindings/i2c/
5242 F: Documentation/i2c/
5243 F: drivers/i2c/
5244 F: drivers/i2c/*/
5245 F: include/linux/i2c.h
5246 F: include/linux/i2c-*.h
5247 F: include/uapi/linux/i2c.h
5248 F: include/uapi/linux/i2c-*.h
5249
5250 I2C ACPI SUPPORT
5251 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5252 L: linux-i2c@vger.kernel.org
5253 L: linux-acpi@vger.kernel.org
5254 S: Maintained
5255
5256 I2C-TAOS-EVM DRIVER
5257 M: Jean Delvare <jdelvare@suse.com>
5258 L: linux-i2c@vger.kernel.org
5259 S: Maintained
5260 F: Documentation/i2c/busses/i2c-taos-evm
5261 F: drivers/i2c/busses/i2c-taos-evm.c
5262
5263 I2C-TINY-USB DRIVER
5264 M: Till Harbaum <till@harbaum.org>
5265 L: linux-i2c@vger.kernel.org
5266 W: http://www.harbaum.org/till/i2c_tiny_usb
5267 S: Maintained
5268 F: drivers/i2c/busses/i2c-tiny-usb.c
5269
5270 i386 BOOT CODE
5271 M: "H. Peter Anvin" <hpa@zytor.com>
5272 S: Maintained
5273 F: arch/x86/boot/
5274
5275 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5276 M: "H. Peter Anvin" <hpa@zytor.com>
5277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5278 S: Maintained
5279
5280 IA64 (Itanium) PLATFORM
5281 M: Tony Luck <tony.luck@intel.com>
5282 M: Fenghua Yu <fenghua.yu@intel.com>
5283 L: linux-ia64@vger.kernel.org
5284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5285 S: Maintained
5286 F: arch/ia64/
5287
5288 IBM Power VMX Cryptographic instructions
5289 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5290 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5291 L: linux-crypto@vger.kernel.org
5292 S: Supported
5293 F: drivers/crypto/vmx/Makefile
5294 F: drivers/crypto/vmx/Kconfig
5295 F: drivers/crypto/vmx/vmx.c
5296 F: drivers/crypto/vmx/aes*
5297 F: drivers/crypto/vmx/ghash*
5298 F: drivers/crypto/vmx/ppc-xlate.pl
5299
5300 IBM Power in-Nest Crypto Acceleration
5301 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5302 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5303 L: linux-crypto@vger.kernel.org
5304 S: Supported
5305 F: drivers/crypto/nx/Makefile
5306 F: drivers/crypto/nx/Kconfig
5307 F: drivers/crypto/nx/nx-aes*
5308 F: drivers/crypto/nx/nx-sha*
5309 F: drivers/crypto/nx/nx.*
5310 F: drivers/crypto/nx/nx_csbcpb.h
5311 F: drivers/crypto/nx/nx_debugfs.h
5312
5313 IBM Power 842 compression accelerator
5314 M: Dan Streetman <ddstreet@ieee.org>
5315 S: Supported
5316 F: drivers/crypto/nx/Makefile
5317 F: drivers/crypto/nx/Kconfig
5318 F: drivers/crypto/nx/nx-842*
5319 F: include/linux/sw842.h
5320 F: crypto/842.c
5321 F: lib/842/
5322
5323 IBM Power Linux RAID adapter
5324 M: Brian King <brking@us.ibm.com>
5325 S: Supported
5326 F: drivers/scsi/ipr.*
5327
5328 IBM Power Virtual Ethernet Device Driver
5329 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5330 L: netdev@vger.kernel.org
5331 S: Supported
5332 F: drivers/net/ethernet/ibm/ibmveth.*
5333
5334 IBM Power SRIOV Virtual NIC Device Driver
5335 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5336 M: John Allen <jallen@linux.vnet.ibm.com>
5337 L: netdev@vger.kernel.org
5338 S: Supported
5339 F: drivers/net/ethernet/ibm/ibmvnic.*
5340
5341 IBM Power Virtual SCSI Device Drivers
5342 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5343 L: linux-scsi@vger.kernel.org
5344 S: Supported
5345 F: drivers/scsi/ibmvscsi/ibmvscsi*
5346 F: drivers/scsi/ibmvscsi/viosrp.h
5347
5348 IBM Power Virtual FC Device Drivers
5349 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5350 L: linux-scsi@vger.kernel.org
5351 S: Supported
5352 F: drivers/scsi/ibmvscsi/ibmvfc*
5353
5354 IBM ServeRAID RAID DRIVER
5355 S: Orphan
5356 F: drivers/scsi/ips.*
5357
5358 ICH LPC AND GPIO DRIVER
5359 M: Peter Tyser <ptyser@xes-inc.com>
5360 S: Maintained
5361 F: drivers/mfd/lpc_ich.c
5362 F: drivers/gpio/gpio-ich.c
5363
5364 IDE SUBSYSTEM
5365 M: "David S. Miller" <davem@davemloft.net>
5366 L: linux-ide@vger.kernel.org
5367 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5369 S: Maintained
5370 F: Documentation/ide/
5371 F: drivers/ide/
5372 F: include/linux/ide.h
5373
5374 IDEAPAD LAPTOP EXTRAS DRIVER
5375 M: Ike Panhc <ike.pan@canonical.com>
5376 L: platform-driver-x86@vger.kernel.org
5377 W: http://launchpad.net/ideapad-laptop
5378 S: Maintained
5379 F: drivers/platform/x86/ideapad-laptop.c
5380
5381 IDEAPAD LAPTOP SLIDEBAR DRIVER
5382 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5383 L: linux-input@vger.kernel.org
5384 W: https://github.com/o2genum/ideapad-slidebar
5385 S: Maintained
5386 F: drivers/input/misc/ideapad_slidebar.c
5387
5388 IDE/ATAPI DRIVERS
5389 M: Borislav Petkov <bp@alien8.de>
5390 L: linux-ide@vger.kernel.org
5391 S: Maintained
5392 F: Documentation/cdrom/ide-cd
5393 F: drivers/ide/ide-cd*
5394
5395 IDLE-I7300
5396 M: Andy Henroid <andrew.d.henroid@intel.com>
5397 L: linux-pm@vger.kernel.org
5398 S: Supported
5399 F: drivers/idle/i7300_idle.c
5400
5401 IEEE 802.15.4 SUBSYSTEM
5402 M: Alexander Aring <alex.aring@gmail.com>
5403 L: linux-wpan@vger.kernel.org
5404 W: https://github.com/linux-wpan
5405 T: git git://github.com/linux-wpan/linux-wpan-next.git
5406 S: Maintained
5407 F: net/ieee802154/
5408 F: net/mac802154/
5409 F: drivers/net/ieee802154/
5410 F: include/linux/nl802154.h
5411 F: include/linux/ieee802154.h
5412 F: include/net/nl802154.h
5413 F: include/net/mac802154.h
5414 F: include/net/af_ieee802154.h
5415 F: include/net/cfg802154.h
5416 F: include/net/ieee802154_netdev.h
5417 F: Documentation/networking/ieee802154.txt
5418
5419 IGORPLUG-USB IR RECEIVER
5420 M: Sean Young <sean@mess.org>
5421 L: linux-media@vger.kernel.org
5422 S: Maintained
5423 F: drivers/media/rc/igorplugusb.c
5424
5425 IGUANAWORKS USB IR TRANSCEIVER
5426 M: Sean Young <sean@mess.org>
5427 L: linux-media@vger.kernel.org
5428 S: Maintained
5429 F: drivers/media/rc/iguanair.c
5430
5431 IIO SUBSYSTEM AND DRIVERS
5432 M: Jonathan Cameron <jic23@kernel.org>
5433 R: Hartmut Knaack <knaack.h@gmx.de>
5434 R: Lars-Peter Clausen <lars@metafoo.de>
5435 R: Peter Meerwald <pmeerw@pmeerw.net>
5436 L: linux-iio@vger.kernel.org
5437 S: Maintained
5438 F: drivers/iio/
5439 F: drivers/staging/iio/
5440 F: include/linux/iio/
5441 F: tools/iio/
5442
5443 IKANOS/ADI EAGLE ADSL USB DRIVER
5444 M: Matthieu Castet <castet.matthieu@free.fr>
5445 M: Stanislaw Gruszka <stf_xl@wp.pl>
5446 S: Maintained
5447 F: drivers/usb/atm/ueagle-atm.c
5448
5449 INA209 HARDWARE MONITOR DRIVER
5450 M: Guenter Roeck <linux@roeck-us.net>
5451 L: lm-sensors@lm-sensors.org
5452 S: Maintained
5453 F: Documentation/hwmon/ina209
5454 F: Documentation/devicetree/bindings/i2c/ina209.txt
5455 F: drivers/hwmon/ina209.c
5456
5457 INA2XX HARDWARE MONITOR DRIVER
5458 M: Guenter Roeck <linux@roeck-us.net>
5459 L: lm-sensors@lm-sensors.org
5460 S: Maintained
5461 F: Documentation/hwmon/ina2xx
5462 F: drivers/hwmon/ina2xx.c
5463 F: include/linux/platform_data/ina2xx.h
5464
5465 INDUSTRY PACK SUBSYSTEM (IPACK)
5466 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5467 M: Jens Taprogge <jens.taprogge@taprogge.org>
5468 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5469 L: industrypack-devel@lists.sourceforge.net
5470 W: http://industrypack.sourceforge.net
5471 S: Maintained
5472 F: drivers/ipack/
5473
5474 INGENIC JZ4780 DMA Driver
5475 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5476 S: Maintained
5477 F: drivers/dma/dma-jz4780.c
5478
5479 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5480 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5481 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5482 L: linux-ima-devel@lists.sourceforge.net
5483 L: linux-ima-user@lists.sourceforge.net
5484 L: linux-security-module@vger.kernel.org
5485 S: Supported
5486 F: security/integrity/ima/
5487
5488 IMGTEC IR DECODER DRIVER
5489 M: James Hogan <james.hogan@imgtec.com>
5490 S: Maintained
5491 F: drivers/media/rc/img-ir/
5492
5493 IMS TWINTURBO FRAMEBUFFER DRIVER
5494 L: linux-fbdev@vger.kernel.org
5495 S: Orphan
5496 F: drivers/video/fbdev/imsttfb.c
5497
5498 INFINIBAND SUBSYSTEM
5499 M: Doug Ledford <dledford@redhat.com>
5500 M: Sean Hefty <sean.hefty@intel.com>
5501 M: Hal Rosenstock <hal.rosenstock@gmail.com>
5502 L: linux-rdma@vger.kernel.org
5503 W: http://www.openfabrics.org/
5504 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5506 S: Supported
5507 F: Documentation/infiniband/
5508 F: drivers/infiniband/
5509 F: drivers/staging/rdma/
5510 F: include/uapi/linux/if_infiniband.h
5511 F: include/uapi/rdma/
5512 F: include/rdma/
5513
5514 INOTIFY
5515 M: John McCutchan <john@johnmccutchan.com>
5516 M: Robert Love <rlove@rlove.org>
5517 M: Eric Paris <eparis@parisplace.org>
5518 S: Maintained
5519 F: Documentation/filesystems/inotify.txt
5520 F: fs/notify/inotify/
5521 F: include/linux/inotify.h
5522 F: include/uapi/linux/inotify.h
5523
5524 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5525 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5526 L: linux-input@vger.kernel.org
5527 Q: http://patchwork.kernel.org/project/linux-input/list/
5528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5529 S: Maintained
5530 F: drivers/input/
5531 F: include/linux/input.h
5532 F: include/uapi/linux/input.h
5533 F: include/linux/input/
5534
5535 INPUT MULTITOUCH (MT) PROTOCOL
5536 M: Henrik Rydberg <rydberg@bitmath.org>
5537 L: linux-input@vger.kernel.org
5538 S: Odd fixes
5539 F: Documentation/input/multi-touch-protocol.txt
5540 F: drivers/input/input-mt.c
5541 K: \b(ABS|SYN)_MT_
5542
5543 INTEL ASoC BDW/HSW DRIVERS
5544 M: Jie Yang <yang.jie@linux.intel.com>
5545 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5546 S: Supported
5547 F: sound/soc/intel/common/sst-dsp*
5548 F: sound/soc/intel/common/sst-firmware.c
5549 F: sound/soc/intel/boards/broadwell.c
5550 F: sound/soc/intel/haswell/
5551
5552 INTEL C600 SERIES SAS CONTROLLER DRIVER
5553 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5554 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5555 L: linux-scsi@vger.kernel.org
5556 T: git git://git.code.sf.net/p/intel-sas/isci
5557 S: Supported
5558 F: drivers/scsi/isci/
5559
5560 INTEL HID EVENT DRIVER
5561 M: Alex Hung <alex.hung@canonical.com>
5562 L: platform-driver-x86@vger.kernel.org
5563 S: Maintained
5564 F: drivers/platform/x86/intel-hid.c
5565
5566 INTEL IDLE DRIVER
5567 M: Len Brown <lenb@kernel.org>
5568 L: linux-pm@vger.kernel.org
5569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5570 S: Supported
5571 F: drivers/idle/intel_idle.c
5572
5573 INTEL PSTATE DRIVER
5574 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5575 M: Len Brown <lenb@kernel.org>
5576 L: linux-pm@vger.kernel.org
5577 S: Supported
5578 F: drivers/cpufreq/intel_pstate.c
5579
5580 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5581 M: Maik Broemme <mbroemme@plusserver.de>
5582 L: linux-fbdev@vger.kernel.org
5583 S: Maintained
5584 F: Documentation/fb/intelfb.txt
5585 F: drivers/video/fbdev/intelfb/
5586
5587 INTEL 810/815 FRAMEBUFFER DRIVER
5588 M: Antonino Daplas <adaplas@gmail.com>
5589 L: linux-fbdev@vger.kernel.org
5590 S: Maintained
5591 F: drivers/video/fbdev/i810/
5592
5593 INTEL MENLOW THERMAL DRIVER
5594 M: Sujith Thomas <sujith.thomas@intel.com>
5595 L: platform-driver-x86@vger.kernel.org
5596 W: https://01.org/linux-acpi
5597 S: Supported
5598 F: drivers/platform/x86/intel_menlow.c
5599
5600 INTEL I/OAT DMA DRIVER
5601 M: Dave Jiang <dave.jiang@intel.com>
5602 R: Dan Williams <dan.j.williams@intel.com>
5603 L: dmaengine@vger.kernel.org
5604 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5605 S: Supported
5606 F: drivers/dma/ioat*
5607
5608 INTEL IOMMU (VT-d)
5609 M: David Woodhouse <dwmw2@infradead.org>
5610 L: iommu@lists.linux-foundation.org
5611 T: git git://git.infradead.org/iommu-2.6.git
5612 S: Supported
5613 F: drivers/iommu/intel-iommu.c
5614 F: include/linux/intel-iommu.h
5615
5616 INTEL IOP-ADMA DMA DRIVER
5617 R: Dan Williams <dan.j.williams@intel.com>
5618 S: Odd fixes
5619 F: drivers/dma/iop-adma.c
5620
5621 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5622 M: Krzysztof Halasa <khalasa@piap.pl>
5623 S: Maintained
5624 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5625 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5626 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5627 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5628 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5629 F: drivers/net/wan/ixp4xx_hss.c
5630
5631 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5632 M: Deepak Saxena <dsaxena@plexity.net>
5633 S: Maintained
5634 F: drivers/char/hw_random/ixp4xx-rng.c
5635
5636 INTEL ETHERNET DRIVERS
5637 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5638 R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5639 R: Shannon Nelson <shannon.nelson@intel.com>
5640 R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5641 R: Don Skidmore <donald.c.skidmore@intel.com>
5642 R: Bruce Allan <bruce.w.allan@intel.com>
5643 R: John Ronciak <john.ronciak@intel.com>
5644 R: Mitch Williams <mitch.a.williams@intel.com>
5645 L: intel-wired-lan@lists.osuosl.org
5646 W: http://www.intel.com/support/feedback.htm
5647 W: http://e1000.sourceforge.net/
5648 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5649 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5651 S: Supported
5652 F: Documentation/networking/e100.txt
5653 F: Documentation/networking/e1000.txt
5654 F: Documentation/networking/e1000e.txt
5655 F: Documentation/networking/igb.txt
5656 F: Documentation/networking/igbvf.txt
5657 F: Documentation/networking/ixgb.txt
5658 F: Documentation/networking/ixgbe.txt
5659 F: Documentation/networking/ixgbevf.txt
5660 F: Documentation/networking/i40e.txt
5661 F: Documentation/networking/i40evf.txt
5662 F: drivers/net/ethernet/intel/
5663 F: drivers/net/ethernet/intel/*/
5664
5665 INTEL-MID GPIO DRIVER
5666 M: David Cohen <david.a.cohen@linux.intel.com>
5667 L: linux-gpio@vger.kernel.org
5668 S: Maintained
5669 F: drivers/gpio/gpio-intel-mid.c
5670
5671 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5672 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5673 L: linux-wireless@vger.kernel.org
5674 S: Maintained
5675 F: Documentation/networking/README.ipw2100
5676 F: Documentation/networking/README.ipw2200
5677 F: drivers/net/wireless/intel/ipw2x00/
5678
5679 INTEL(R) TRACE HUB
5680 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5681 S: Supported
5682 F: Documentation/trace/intel_th.txt
5683 F: drivers/hwtracing/intel_th/
5684
5685 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5686 M: Ning Sun <ning.sun@intel.com>
5687 L: tboot-devel@lists.sourceforge.net
5688 W: http://tboot.sourceforge.net
5689 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5690 S: Supported
5691 F: Documentation/intel_txt.txt
5692 F: include/linux/tboot.h
5693 F: arch/x86/kernel/tboot.c
5694
5695 INTEL WIRELESS WIMAX CONNECTION 2400
5696 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5697 M: linux-wimax@intel.com
5698 L: wimax@linuxwimax.org (subscribers-only)
5699 S: Supported
5700 W: http://linuxwimax.org
5701 F: Documentation/wimax/README.i2400m
5702 F: drivers/net/wimax/i2400m/
5703 F: include/uapi/linux/wimax/i2400m.h
5704
5705 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5706 M: Stanislaw Gruszka <sgruszka@redhat.com>
5707 L: linux-wireless@vger.kernel.org
5708 S: Supported
5709 F: drivers/net/wireless/intel/iwlegacy/
5710
5711 INTEL WIRELESS WIFI LINK (iwlwifi)
5712 M: Johannes Berg <johannes.berg@intel.com>
5713 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5714 M: Intel Linux Wireless <linuxwifi@intel.com>
5715 L: linux-wireless@vger.kernel.org
5716 W: http://intellinuxwireless.org
5717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5718 S: Supported
5719 F: drivers/net/wireless/intel/iwlwifi/
5720
5721 INTEL MANAGEMENT ENGINE (mei)
5722 M: Tomas Winkler <tomas.winkler@intel.com>
5723 L: linux-kernel@vger.kernel.org
5724 S: Supported
5725 F: include/uapi/linux/mei.h
5726 F: include/linux/mei_cl_bus.h
5727 F: drivers/misc/mei/*
5728 F: Documentation/misc-devices/mei/*
5729
5730 INTEL MIC DRIVERS (mic)
5731 M: Sudeep Dutt <sudeep.dutt@intel.com>
5732 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5733 S: Supported
5734 W: https://github.com/sudeepdutt/mic
5735 W: http://software.intel.com/en-us/mic-developer
5736 F: include/linux/mic_bus.h
5737 F: include/linux/scif.h
5738 F: include/uapi/linux/mic_common.h
5739 F: include/uapi/linux/mic_ioctl.h
5740 F include/uapi/linux/scif_ioctl.h
5741 F: drivers/misc/mic/
5742 F: drivers/dma/mic_x100_dma.c
5743 F: drivers/dma/mic_x100_dma.h
5744 F Documentation/mic/
5745
5746 INTEL PMC/P-Unit IPC DRIVER
5747 M: Zha Qipeng<qipeng.zha@intel.com>
5748 L: platform-driver-x86@vger.kernel.org
5749 S: Maintained
5750 F: drivers/platform/x86/intel_pmc_ipc.c
5751 F: drivers/platform/x86/intel_punit_ipc.c
5752 F: arch/x86/include/asm/intel_pmc_ipc.h
5753 F: arch/x86/include/asm/intel_punit_ipc.h
5754
5755 INTEL TELEMETRY DRIVER
5756 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5757 L: platform-driver-x86@vger.kernel.org
5758 S: Maintained
5759 F: drivers/platform/x86/intel_telemetry_core.c
5760 F: arch/x86/include/asm/intel_telemetry.h
5761 F: drivers/platform/x86/intel_telemetry_pltdrv.c
5762 F: drivers/platform/x86/intel_telemetry_debugfs.c
5763
5764 IOC3 ETHERNET DRIVER
5765 M: Ralf Baechle <ralf@linux-mips.org>
5766 L: linux-mips@linux-mips.org
5767 S: Maintained
5768 F: drivers/net/ethernet/sgi/ioc3-eth.c
5769
5770 IOC3 SERIAL DRIVER
5771 M: Pat Gefre <pfg@sgi.com>
5772 L: linux-serial@vger.kernel.org
5773 S: Maintained
5774 F: drivers/tty/serial/ioc3_serial.c
5775
5776 IOMMU DRIVERS
5777 M: Joerg Roedel <joro@8bytes.org>
5778 L: iommu@lists.linux-foundation.org
5779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5780 S: Maintained
5781 F: drivers/iommu/
5782
5783 IP MASQUERADING
5784 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5785 S: Maintained
5786 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5787
5788 IPATH DRIVER
5789 M: Mike Marciniszyn <infinipath@intel.com>
5790 L: linux-rdma@vger.kernel.org
5791 S: Maintained
5792 F: drivers/staging/rdma/ipath/
5793
5794 IPMI SUBSYSTEM
5795 M: Corey Minyard <minyard@acm.org>
5796 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5797 W: http://openipmi.sourceforge.net/
5798 S: Supported
5799 F: Documentation/IPMI.txt
5800 F: drivers/char/ipmi/
5801 F: include/linux/ipmi*
5802 F: include/uapi/linux/ipmi*
5803
5804 QCOM AUDIO (ASoC) DRIVERS
5805 M: Patrick Lai <plai@codeaurora.org>
5806 M: Banajit Goswami <bgoswami@codeaurora.org>
5807 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5808 S: Supported
5809 F: sound/soc/qcom/
5810
5811 IPS SCSI RAID DRIVER
5812 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5813 L: linux-scsi@vger.kernel.org
5814 W: http://www.adaptec.com/
5815 S: Maintained
5816 F: drivers/scsi/ips*
5817
5818 IPVS
5819 M: Wensong Zhang <wensong@linux-vs.org>
5820 M: Simon Horman <horms@verge.net.au>
5821 M: Julian Anastasov <ja@ssi.bg>
5822 L: netdev@vger.kernel.org
5823 L: lvs-devel@vger.kernel.org
5824 S: Maintained
5825 F: Documentation/networking/ipvs-sysctl.txt
5826 F: include/net/ip_vs.h
5827 F: include/uapi/linux/ip_vs.h
5828 F: net/netfilter/ipvs/
5829
5830 IPWIRELESS DRIVER
5831 M: Jiri Kosina <jikos@kernel.org>
5832 M: David Sterba <dsterba@suse.com>
5833 S: Odd Fixes
5834 F: drivers/tty/ipwireless/
5835
5836 IPX NETWORK LAYER
5837 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5838 L: netdev@vger.kernel.org
5839 S: Maintained
5840 F: include/net/ipx.h
5841 F: include/uapi/linux/ipx.h
5842 F: net/ipx/
5843
5844 IRDA SUBSYSTEM
5845 M: Samuel Ortiz <samuel@sortiz.org>
5846 L: irda-users@lists.sourceforge.net (subscribers-only)
5847 L: netdev@vger.kernel.org
5848 W: http://irda.sourceforge.net/
5849 S: Maintained
5850 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5851 F: Documentation/networking/irda.txt
5852 F: drivers/net/irda/
5853 F: include/net/irda/
5854 F: net/irda/
5855
5856 IRQ SUBSYSTEM
5857 M: Thomas Gleixner <tglx@linutronix.de>
5858 L: linux-kernel@vger.kernel.org
5859 S: Maintained
5860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5861 F: kernel/irq/
5862
5863 IRQCHIP DRIVERS
5864 M: Thomas Gleixner <tglx@linutronix.de>
5865 M: Jason Cooper <jason@lakedaemon.net>
5866 M: Marc Zyngier <marc.zyngier@arm.com>
5867 L: linux-kernel@vger.kernel.org
5868 S: Maintained
5869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5870 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5871 F: Documentation/devicetree/bindings/interrupt-controller/
5872 F: drivers/irqchip/
5873
5874 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5875 M: Jiang Liu <jiang.liu@linux.intel.com>
5876 M: Marc Zyngier <marc.zyngier@arm.com>
5877 S: Maintained
5878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5879 F: Documentation/IRQ-domain.txt
5880 F: include/linux/irqdomain.h
5881 F: kernel/irq/irqdomain.c
5882 F: kernel/irq/msi.c
5883
5884 ISAPNP
5885 M: Jaroslav Kysela <perex@perex.cz>
5886 S: Maintained
5887 F: Documentation/isapnp.txt
5888 F: drivers/pnp/isapnp/
5889 F: include/linux/isapnp.h
5890
5891 ISA RADIO MODULE
5892 M: Hans Verkuil <hverkuil@xs4all.nl>
5893 L: linux-media@vger.kernel.org
5894 T: git git://linuxtv.org/media_tree.git
5895 W: https://linuxtv.org
5896 S: Maintained
5897 F: drivers/media/radio/radio-isa*
5898
5899 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5900 M: Peter Jones <pjones@redhat.com>
5901 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5902 S: Maintained
5903 F: drivers/firmware/iscsi_ibft*
5904
5905 ISCSI
5906 M: Mike Christie <michaelc@cs.wisc.edu>
5907 L: open-iscsi@googlegroups.com
5908 W: www.open-iscsi.org
5909 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5910 S: Maintained
5911 F: drivers/scsi/*iscsi*
5912 F: include/scsi/*iscsi*
5913
5914 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5915 M: Or Gerlitz <ogerlitz@mellanox.com>
5916 M: Sagi Grimberg <sagig@mellanox.com>
5917 M: Roi Dayan <roid@mellanox.com>
5918 L: linux-rdma@vger.kernel.org
5919 S: Supported
5920 W: http://www.openfabrics.org
5921 W: www.open-iscsi.org
5922 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5923 F: drivers/infiniband/ulp/iser/
5924
5925 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5926 M: Sagi Grimberg <sagig@mellanox.com>
5927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5928 L: linux-rdma@vger.kernel.org
5929 L: target-devel@vger.kernel.org
5930 S: Supported
5931 W: http://www.linux-iscsi.org
5932 F: drivers/infiniband/ulp/isert
5933
5934 ISDN SUBSYSTEM
5935 M: Karsten Keil <isdn@linux-pingi.de>
5936 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5937 L: netdev@vger.kernel.org
5938 W: http://www.isdn4linux.de
5939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5940 S: Maintained
5941 F: Documentation/isdn/
5942 F: drivers/isdn/
5943 F: include/linux/isdn.h
5944 F: include/linux/isdn/
5945 F: include/uapi/linux/isdn.h
5946 F: include/uapi/linux/isdn/
5947
5948 ISDN SUBSYSTEM (Eicon active card driver)
5949 M: Armin Schindler <mac@melware.de>
5950 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5951 W: http://www.melware.de
5952 S: Maintained
5953 F: drivers/isdn/hardware/eicon/
5954
5955 IT87 HARDWARE MONITORING DRIVER
5956 M: Jean Delvare <jdelvare@suse.com>
5957 L: lm-sensors@lm-sensors.org
5958 S: Maintained
5959 F: Documentation/hwmon/it87
5960 F: drivers/hwmon/it87.c
5961
5962 IT913X MEDIA DRIVER
5963 M: Antti Palosaari <crope@iki.fi>
5964 L: linux-media@vger.kernel.org
5965 W: https://linuxtv.org
5966 W: http://palosaari.fi/linux/
5967 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5968 T: git git://linuxtv.org/anttip/media_tree.git
5969 S: Maintained
5970 F: drivers/media/tuners/it913x*
5971
5972 IVTV VIDEO4LINUX DRIVER
5973 M: Andy Walls <awalls@md.metrocast.net>
5974 L: ivtv-devel@ivtvdriver.org (subscribers-only)
5975 L: linux-media@vger.kernel.org
5976 T: git git://linuxtv.org/media_tree.git
5977 W: http://www.ivtvdriver.org
5978 S: Maintained
5979 F: Documentation/video4linux/*.ivtv
5980 F: drivers/media/pci/ivtv/
5981 F: include/uapi/linux/ivtv*
5982
5983 IX2505V MEDIA DRIVER
5984 M: Malcolm Priestley <tvboxspy@gmail.com>
5985 L: linux-media@vger.kernel.org
5986 W: https://linuxtv.org
5987 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5988 S: Maintained
5989 F: drivers/media/dvb-frontends/ix2505v*
5990
5991 JC42.4 TEMPERATURE SENSOR DRIVER
5992 M: Guenter Roeck <linux@roeck-us.net>
5993 L: lm-sensors@lm-sensors.org
5994 S: Maintained
5995 F: drivers/hwmon/jc42.c
5996 F: Documentation/hwmon/jc42
5997
5998 JFS FILESYSTEM
5999 M: Dave Kleikamp <shaggy@kernel.org>
6000 L: jfs-discussion@lists.sourceforge.net
6001 W: http://jfs.sourceforge.net/
6002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6003 S: Maintained
6004 F: Documentation/filesystems/jfs.txt
6005 F: fs/jfs/
6006
6007 JME NETWORK DRIVER
6008 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6009 L: netdev@vger.kernel.org
6010 S: Maintained
6011 F: drivers/net/ethernet/jme.*
6012
6013 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6014 M: David Woodhouse <dwmw2@infradead.org>
6015 L: linux-mtd@lists.infradead.org
6016 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6017 S: Maintained
6018 F: fs/jffs2/
6019 F: include/uapi/linux/jffs2.h
6020
6021 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6022 M: "Theodore Ts'o" <tytso@mit.edu>
6023 M: Jan Kara <jack@suse.com>
6024 L: linux-ext4@vger.kernel.org
6025 S: Maintained
6026 F: fs/jbd2/
6027 F: include/linux/jbd2.h
6028
6029 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6030 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6031 L: linux-media@vger.kernel.org
6032 S: Maintained
6033 F: drivers/media/platform/rcar_jpu.c
6034
6035 JSM Neo PCI based serial card
6036 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6037 L: linux-serial@vger.kernel.org
6038 S: Maintained
6039 F: drivers/tty/serial/jsm/
6040
6041 K10TEMP HARDWARE MONITORING DRIVER
6042 M: Clemens Ladisch <clemens@ladisch.de>
6043 L: lm-sensors@lm-sensors.org
6044 S: Maintained
6045 F: Documentation/hwmon/k10temp
6046 F: drivers/hwmon/k10temp.c
6047
6048 K8TEMP HARDWARE MONITORING DRIVER
6049 M: Rudolf Marek <r.marek@assembler.cz>
6050 L: lm-sensors@lm-sensors.org
6051 S: Maintained
6052 F: Documentation/hwmon/k8temp
6053 F: drivers/hwmon/k8temp.c
6054
6055 KCONFIG
6056 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6057 L: linux-kbuild@vger.kernel.org
6058 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6059 S: Maintained
6060 F: Documentation/kbuild/kconfig-language.txt
6061 F: scripts/kconfig/
6062
6063 KDUMP
6064 M: Vivek Goyal <vgoyal@redhat.com>
6065 M: Haren Myneni <hbabu@us.ibm.com>
6066 L: kexec@lists.infradead.org
6067 W: http://lse.sourceforge.net/kdump/
6068 S: Maintained
6069 F: Documentation/kdump/
6070
6071 KEENE FM RADIO TRANSMITTER DRIVER
6072 M: Hans Verkuil <hverkuil@xs4all.nl>
6073 L: linux-media@vger.kernel.org
6074 T: git git://linuxtv.org/media_tree.git
6075 W: https://linuxtv.org
6076 S: Maintained
6077 F: drivers/media/radio/radio-keene*
6078
6079 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6080 M: Ian Kent <raven@themaw.net>
6081 L: autofs@vger.kernel.org
6082 S: Maintained
6083 F: fs/autofs4/
6084
6085 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6086 M: Michal Marek <mmarek@suse.com>
6087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6089 L: linux-kbuild@vger.kernel.org
6090 S: Maintained
6091 F: Documentation/kbuild/
6092 F: Makefile
6093 F: scripts/Makefile.*
6094 F: scripts/basic/
6095 F: scripts/mk*
6096 F: scripts/package/
6097
6098 KERNEL JANITORS
6099 L: kernel-janitors@vger.kernel.org
6100 W: http://kernelnewbies.org/KernelJanitors
6101 S: Odd Fixes
6102
6103 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6104 M: "J. Bruce Fields" <bfields@fieldses.org>
6105 M: Jeff Layton <jlayton@poochiereds.net>
6106 L: linux-nfs@vger.kernel.org
6107 W: http://nfs.sourceforge.net/
6108 S: Supported
6109 F: fs/nfsd/
6110 F: include/uapi/linux/nfsd/
6111 F: fs/lockd/
6112 F: fs/nfs_common/
6113 F: net/sunrpc/
6114 F: include/linux/lockd/
6115 F: include/linux/sunrpc/
6116 F: include/uapi/linux/sunrpc/
6117
6118 KERNEL SELFTEST FRAMEWORK
6119 M: Shuah Khan <shuahkh@osg.samsung.com>
6120 L: linux-api@vger.kernel.org
6121 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6122 S: Maintained
6123 F: tools/testing/selftests
6124
6125 KERNEL VIRTUAL MACHINE (KVM)
6126 M: Gleb Natapov <gleb@kernel.org>
6127 M: Paolo Bonzini <pbonzini@redhat.com>
6128 L: kvm@vger.kernel.org
6129 W: http://www.linux-kvm.org
6130 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6131 S: Supported
6132 F: Documentation/*/kvm*.txt
6133 F: Documentation/virtual/kvm/
6134 F: arch/*/kvm/
6135 F: arch/x86/kernel/kvm.c
6136 F: arch/x86/kernel/kvmclock.c
6137 F: arch/*/include/asm/kvm*
6138 F: include/linux/kvm*
6139 F: include/uapi/linux/kvm*
6140 F: virt/kvm/
6141
6142 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6143 M: Joerg Roedel <joro@8bytes.org>
6144 L: kvm@vger.kernel.org
6145 W: http://www.linux-kvm.org/
6146 S: Maintained
6147 F: arch/x86/include/asm/svm.h
6148 F: arch/x86/kvm/svm.c
6149
6150 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6151 M: Alexander Graf <agraf@suse.com>
6152 L: kvm-ppc@vger.kernel.org
6153 W: http://www.linux-kvm.org/
6154 T: git git://github.com/agraf/linux-2.6.git
6155 S: Supported
6156 F: arch/powerpc/include/asm/kvm*
6157 F: arch/powerpc/kvm/
6158
6159 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6160 M: Christian Borntraeger <borntraeger@de.ibm.com>
6161 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6162 L: linux-s390@vger.kernel.org
6163 W: http://www.ibm.com/developerworks/linux/linux390/
6164 S: Supported
6165 F: Documentation/s390/kvm.txt
6166 F: arch/s390/include/asm/kvm*
6167 F: arch/s390/kvm/
6168
6169 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6170 M: Christoffer Dall <christoffer.dall@linaro.org>
6171 M: Marc Zyngier <marc.zyngier@arm.com>
6172 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6173 L: kvmarm@lists.cs.columbia.edu
6174 W: http://systems.cs.columbia.edu/projects/kvm-arm
6175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6176 S: Supported
6177 F: arch/arm/include/uapi/asm/kvm*
6178 F: arch/arm/include/asm/kvm*
6179 F: arch/arm/kvm/
6180 F: virt/kvm/arm/
6181 F: include/kvm/arm_*
6182
6183 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6184 M: Christoffer Dall <christoffer.dall@linaro.org>
6185 M: Marc Zyngier <marc.zyngier@arm.com>
6186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6187 L: kvmarm@lists.cs.columbia.edu
6188 S: Maintained
6189 F: arch/arm64/include/uapi/asm/kvm*
6190 F: arch/arm64/include/asm/kvm*
6191 F: arch/arm64/kvm/
6192
6193 KEXEC
6194 M: Eric Biederman <ebiederm@xmission.com>
6195 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6196 L: kexec@lists.infradead.org
6197 S: Maintained
6198 F: include/linux/kexec.h
6199 F: include/uapi/linux/kexec.h
6200 F: kernel/kexec.c
6201
6202 KEYS/KEYRINGS:
6203 M: David Howells <dhowells@redhat.com>
6204 L: keyrings@vger.kernel.org
6205 S: Maintained
6206 F: Documentation/security/keys.txt
6207 F: include/linux/key.h
6208 F: include/linux/key-type.h
6209 F: include/keys/
6210 F: security/keys/
6211
6212 KEYS-TRUSTED
6213 M: David Safford <safford@us.ibm.com>
6214 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6215 L: linux-security-module@vger.kernel.org
6216 L: keyrings@vger.kernel.org
6217 S: Supported
6218 F: Documentation/security/keys-trusted-encrypted.txt
6219 F: include/keys/trusted-type.h
6220 F: security/keys/trusted.c
6221 F: security/keys/trusted.h
6222
6223 KEYS-ENCRYPTED
6224 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6225 M: David Safford <safford@us.ibm.com>
6226 L: linux-security-module@vger.kernel.org
6227 L: keyrings@vger.kernel.org
6228 S: Supported
6229 F: Documentation/security/keys-trusted-encrypted.txt
6230 F: include/keys/encrypted-type.h
6231 F: security/keys/encrypted-keys/
6232
6233 KGDB / KDB /debug_core
6234 M: Jason Wessel <jason.wessel@windriver.com>
6235 W: http://kgdb.wiki.kernel.org/
6236 L: kgdb-bugreport@lists.sourceforge.net
6237 S: Maintained
6238 F: Documentation/DocBook/kgdb.tmpl
6239 F: drivers/misc/kgdbts.c
6240 F: drivers/tty/serial/kgdboc.c
6241 F: include/linux/kdb.h
6242 F: include/linux/kgdb.h
6243 F: kernel/debug/
6244
6245 KMEMCHECK
6246 M: Vegard Nossum <vegardno@ifi.uio.no>
6247 M: Pekka Enberg <penberg@kernel.org>
6248 S: Maintained
6249 F: Documentation/kmemcheck.txt
6250 F: arch/x86/include/asm/kmemcheck.h
6251 F: arch/x86/mm/kmemcheck/
6252 F: include/linux/kmemcheck.h
6253 F: mm/kmemcheck.c
6254
6255 KMEMLEAK
6256 M: Catalin Marinas <catalin.marinas@arm.com>
6257 S: Maintained
6258 F: Documentation/kmemleak.txt
6259 F: include/linux/kmemleak.h
6260 F: mm/kmemleak.c
6261 F: mm/kmemleak-test.c
6262
6263 KPROBES
6264 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6265 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6266 M: "David S. Miller" <davem@davemloft.net>
6267 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6268 S: Maintained
6269 F: Documentation/kprobes.txt
6270 F: include/linux/kprobes.h
6271 F: kernel/kprobes.c
6272
6273 KS0108 LCD CONTROLLER DRIVER
6274 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6275 W: http://miguelojeda.es/auxdisplay.htm
6276 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6277 S: Maintained
6278 F: Documentation/auxdisplay/ks0108
6279 F: drivers/auxdisplay/ks0108.c
6280 F: include/linux/ks0108.h
6281
6282 L3MDEV
6283 M: David Ahern <dsa@cumulusnetworks.com>
6284 L: netdev@vger.kernel.org
6285 S: Maintained
6286 F: net/l3mdev
6287 F: include/net/l3mdev.h
6288
6289 LAPB module
6290 L: linux-x25@vger.kernel.org
6291 S: Orphan
6292 F: Documentation/networking/lapb-module.txt
6293 F: include/*/lapb.h
6294 F: net/lapb/
6295
6296 LASI 53c700 driver for PARISC
6297 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6298 L: linux-scsi@vger.kernel.org
6299 S: Maintained
6300 F: Documentation/scsi/53c700.txt
6301 F: drivers/scsi/53c700*
6302
6303 LED SUBSYSTEM
6304 M: Richard Purdie <rpurdie@rpsys.net>
6305 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6306 L: linux-leds@vger.kernel.org
6307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6308 S: Maintained
6309 F: drivers/leds/
6310 F: include/linux/leds.h
6311
6312 LEGACY EEPROM DRIVER
6313 M: Jean Delvare <jdelvare@suse.com>
6314 S: Maintained
6315 F: Documentation/misc-devices/eeprom
6316 F: drivers/misc/eeprom/eeprom.c
6317
6318 LEGO USB Tower driver
6319 M: Juergen Stuber <starblue@users.sourceforge.net>
6320 L: legousb-devel@lists.sourceforge.net
6321 W: http://legousb.sourceforge.net/
6322 S: Maintained
6323 F: drivers/usb/misc/legousbtower.c
6324
6325 LG2160 MEDIA DRIVER
6326 M: Michael Krufky <mkrufky@linuxtv.org>
6327 L: linux-media@vger.kernel.org
6328 W: https://linuxtv.org
6329 W: http://github.com/mkrufky
6330 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6331 T: git git://linuxtv.org/mkrufky/tuners.git
6332 S: Maintained
6333 F: drivers/media/dvb-frontends/lg2160.*
6334
6335 LGDT3305 MEDIA DRIVER
6336 M: Michael Krufky <mkrufky@linuxtv.org>
6337 L: linux-media@vger.kernel.org
6338 W: https://linuxtv.org
6339 W: http://github.com/mkrufky
6340 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6341 T: git git://linuxtv.org/mkrufky/tuners.git
6342 S: Maintained
6343 F: drivers/media/dvb-frontends/lgdt3305.*
6344
6345 LGUEST
6346 M: Rusty Russell <rusty@rustcorp.com.au>
6347 L: lguest@lists.ozlabs.org
6348 W: http://lguest.ozlabs.org/
6349 S: Odd Fixes
6350 F: arch/x86/include/asm/lguest*.h
6351 F: arch/x86/lguest/
6352 F: drivers/lguest/
6353 F: include/linux/lguest*.h
6354 F: tools/lguest/
6355
6356 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6357 M: Tejun Heo <tj@kernel.org>
6358 L: linux-ide@vger.kernel.org
6359 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6360 S: Maintained
6361 F: drivers/ata/
6362 F: include/linux/ata.h
6363 F: include/linux/libata.h
6364
6365 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6366 M: Viresh Kumar <vireshk@kernel.org>
6367 L: linux-ide@vger.kernel.org
6368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6369 S: Maintained
6370 F: include/linux/pata_arasan_cf_data.h
6371 F: drivers/ata/pata_arasan_cf.c
6372
6373 LIBATA PATA DRIVERS
6374 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6375 M: Tejun Heo <tj@kernel.org>
6376 L: linux-ide@vger.kernel.org
6377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6378 S: Maintained
6379 F: drivers/ata/pata_*.c
6380 F: drivers/ata/ata_generic.c
6381
6382 LIBATA SATA AHCI PLATFORM devices support
6383 M: Hans de Goede <hdegoede@redhat.com>
6384 M: Tejun Heo <tj@kernel.org>
6385 L: linux-ide@vger.kernel.org
6386 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6387 S: Maintained
6388 F: drivers/ata/ahci_platform.c
6389 F: drivers/ata/libahci_platform.c
6390 F: include/linux/ahci_platform.h
6391
6392 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6393 M: Mikael Pettersson <mikpelinux@gmail.com>
6394 L: linux-ide@vger.kernel.org
6395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6396 S: Maintained
6397 F: drivers/ata/sata_promise.*
6398
6399 LIBLOCKDEP
6400 M: Sasha Levin <sasha.levin@oracle.com>
6401 S: Maintained
6402 F: tools/lib/lockdep/
6403
6404 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6405 M: Dan Williams <dan.j.williams@intel.com>
6406 L: linux-nvdimm@lists.01.org
6407 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6408 S: Supported
6409 F: drivers/nvdimm/*
6410 F: include/linux/nd.h
6411 F: include/linux/libnvdimm.h
6412 F: include/uapi/linux/ndctl.h
6413
6414 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6415 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6416 L: linux-nvdimm@lists.01.org
6417 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6418 S: Supported
6419 F: drivers/nvdimm/blk.c
6420 F: drivers/nvdimm/region_devs.c
6421 F: drivers/acpi/nfit*
6422
6423 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6424 M: Vishal Verma <vishal.l.verma@intel.com>
6425 L: linux-nvdimm@lists.01.org
6426 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6427 S: Supported
6428 F: drivers/nvdimm/btt*
6429
6430 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6431 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6432 L: linux-nvdimm@lists.01.org
6433 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6434 S: Supported
6435 F: drivers/nvdimm/pmem.c
6436 F: include/linux/pmem.h
6437 F: arch/*/include/asm/pmem.h
6438
6439 LIGHTNVM PLATFORM SUPPORT
6440 M: Matias Bjorling <mb@lightnvm.io>
6441 W: http://github/OpenChannelSSD
6442 L: linux-block@vger.kernel.org
6443 S: Maintained
6444 F: drivers/lightnvm/
6445 F: include/linux/lightnvm.h
6446 F: include/uapi/linux/lightnvm.h
6447
6448 LINUX FOR IBM pSERIES (RS/6000)
6449 M: Paul Mackerras <paulus@au.ibm.com>
6450 W: http://www.ibm.com/linux/ltc/projects/ppc
6451 S: Supported
6452 F: arch/powerpc/boot/rs6000.h
6453
6454 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6455 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6456 M: Paul Mackerras <paulus@samba.org>
6457 M: Michael Ellerman <mpe@ellerman.id.au>
6458 W: http://www.penguinppc.org/
6459 L: linuxppc-dev@lists.ozlabs.org
6460 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6462 S: Supported
6463 F: Documentation/powerpc/
6464 F: arch/powerpc/
6465
6466 LINUX FOR POWER MACINTOSH
6467 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6468 W: http://www.penguinppc.org/
6469 L: linuxppc-dev@lists.ozlabs.org
6470 S: Maintained
6471 F: arch/powerpc/platforms/powermac/
6472 F: drivers/macintosh/
6473
6474 LINUX FOR POWERPC EMBEDDED MPC5XXX
6475 M: Anatolij Gustschin <agust@denx.de>
6476 L: linuxppc-dev@lists.ozlabs.org
6477 T: git git://git.denx.de/linux-denx-agust.git
6478 S: Maintained
6479 F: arch/powerpc/platforms/512x/
6480 F: arch/powerpc/platforms/52xx/
6481
6482 LINUX FOR POWERPC EMBEDDED PPC4XX
6483 M: Alistair Popple <alistair@popple.id.au>
6484 M: Matt Porter <mporter@kernel.crashing.org>
6485 W: http://www.penguinppc.org/
6486 L: linuxppc-dev@lists.ozlabs.org
6487 S: Maintained
6488 F: arch/powerpc/platforms/40x/
6489 F: arch/powerpc/platforms/44x/
6490
6491 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6492 L: linuxppc-dev@lists.ozlabs.org
6493 S: Orphan
6494 F: arch/powerpc/*/*virtex*
6495 F: arch/powerpc/*/*/*virtex*
6496
6497 LINUX FOR POWERPC EMBEDDED PPC8XX
6498 M: Vitaly Bordug <vitb@kernel.crashing.org>
6499 W: http://www.penguinppc.org/
6500 L: linuxppc-dev@lists.ozlabs.org
6501 S: Maintained
6502 F: arch/powerpc/platforms/8xx/
6503
6504 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6505 M: Scott Wood <oss@buserror.net>
6506 M: Kumar Gala <galak@kernel.crashing.org>
6507 W: http://www.penguinppc.org/
6508 L: linuxppc-dev@lists.ozlabs.org
6509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6510 S: Maintained
6511 F: arch/powerpc/platforms/83xx/
6512 F: arch/powerpc/platforms/85xx/
6513
6514 LINUX FOR POWERPC PA SEMI PWRFICIENT
6515 M: Olof Johansson <olof@lixom.net>
6516 L: linuxppc-dev@lists.ozlabs.org
6517 S: Maintained
6518 F: arch/powerpc/platforms/pasemi/
6519 F: drivers/*/*pasemi*
6520 F: drivers/*/*/*pasemi*
6521
6522 LINUX SECURITY MODULE (LSM) FRAMEWORK
6523 M: Chris Wright <chrisw@sous-sol.org>
6524 L: linux-security-module@vger.kernel.org
6525 S: Supported
6526
6527 LIS3LV02D ACCELEROMETER DRIVER
6528 M: Eric Piel <eric.piel@tremplin-utc.net>
6529 S: Maintained
6530 F: Documentation/misc-devices/lis3lv02d
6531 F: drivers/misc/lis3lv02d/
6532 F: drivers/platform/x86/hp_accel.c
6533
6534 LIVE PATCHING
6535 M: Josh Poimboeuf <jpoimboe@redhat.com>
6536 M: Seth Jennings <sjenning@redhat.com>
6537 M: Jiri Kosina <jikos@kernel.org>
6538 M: Vojtech Pavlik <vojtech@suse.com>
6539 S: Maintained
6540 F: kernel/livepatch/
6541 F: include/linux/livepatch.h
6542 F: arch/x86/include/asm/livepatch.h
6543 F: arch/x86/kernel/livepatch.c
6544 F: Documentation/ABI/testing/sysfs-kernel-livepatch
6545 F: samples/livepatch/
6546 L: live-patching@vger.kernel.org
6547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6548
6549 LLC (802.2)
6550 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6551 S: Maintained
6552 F: include/linux/llc.h
6553 F: include/uapi/linux/llc.h
6554 F: include/net/llc*
6555 F: net/llc/
6556
6557 LM73 HARDWARE MONITOR DRIVER
6558 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6559 L: lm-sensors@lm-sensors.org
6560 S: Maintained
6561 F: drivers/hwmon/lm73.c
6562
6563 LM78 HARDWARE MONITOR DRIVER
6564 M: Jean Delvare <jdelvare@suse.com>
6565 L: lm-sensors@lm-sensors.org
6566 S: Maintained
6567 F: Documentation/hwmon/lm78
6568 F: drivers/hwmon/lm78.c
6569
6570 LM83 HARDWARE MONITOR DRIVER
6571 M: Jean Delvare <jdelvare@suse.com>
6572 L: lm-sensors@lm-sensors.org
6573 S: Maintained
6574 F: Documentation/hwmon/lm83
6575 F: drivers/hwmon/lm83.c
6576
6577 LM90 HARDWARE MONITOR DRIVER
6578 M: Jean Delvare <jdelvare@suse.com>
6579 L: lm-sensors@lm-sensors.org
6580 S: Maintained
6581 F: Documentation/hwmon/lm90
6582 F: Documentation/devicetree/bindings/hwmon/lm90.txt
6583 F: drivers/hwmon/lm90.c
6584
6585 LM95234 HARDWARE MONITOR DRIVER
6586 M: Guenter Roeck <linux@roeck-us.net>
6587 L: lm-sensors@lm-sensors.org
6588 S: Maintained
6589 F: Documentation/hwmon/lm95234
6590 F: drivers/hwmon/lm95234.c
6591
6592 LME2510 MEDIA DRIVER
6593 M: Malcolm Priestley <tvboxspy@gmail.com>
6594 L: linux-media@vger.kernel.org
6595 W: https://linuxtv.org
6596 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6597 S: Maintained
6598 F: drivers/media/usb/dvb-usb-v2/lmedm04*
6599
6600 LOCKDEP AND LOCKSTAT
6601 M: Peter Zijlstra <peterz@infradead.org>
6602 M: Ingo Molnar <mingo@redhat.com>
6603 L: linux-kernel@vger.kernel.org
6604 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6605 S: Maintained
6606 F: Documentation/locking/lockdep*.txt
6607 F: Documentation/locking/lockstat.txt
6608 F: include/linux/lockdep.h
6609 F: kernel/locking/
6610
6611 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6612 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6613 L: linux-ntfs-dev@lists.sourceforge.net
6614 W: http://www.linux-ntfs.org/content/view/19/37/
6615 S: Maintained
6616 F: Documentation/ldm.txt
6617 F: block/partitions/ldm.*
6618
6619 LogFS
6620 M: Joern Engel <joern@logfs.org>
6621 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6622 L: logfs@logfs.org
6623 W: logfs.org
6624 S: Maintained
6625 F: fs/logfs/
6626
6627 LPC32XX MACHINE SUPPORT
6628 M: Roland Stigge <stigge@antcom.de>
6629 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6630 S: Maintained
6631 F: arch/arm/mach-lpc32xx/
6632
6633 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6634 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6635 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6636 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6637 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6638 L: MPT-FusionLinux.pdl@avagotech.com
6639 L: linux-scsi@vger.kernel.org
6640 W: http://www.lsilogic.com/support
6641 S: Supported
6642 F: drivers/message/fusion/
6643 F: drivers/scsi/mpt2sas/
6644 F: drivers/scsi/mpt3sas/
6645
6646 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6647 M: Matthew Wilcox <matthew@wil.cx>
6648 L: linux-scsi@vger.kernel.org
6649 S: Maintained
6650 F: drivers/scsi/sym53c8xx_2/
6651
6652 LTC4261 HARDWARE MONITOR DRIVER
6653 M: Guenter Roeck <linux@roeck-us.net>
6654 L: lm-sensors@lm-sensors.org
6655 S: Maintained
6656 F: Documentation/hwmon/ltc4261
6657 F: drivers/hwmon/ltc4261.c
6658
6659 LTP (Linux Test Project)
6660 M: Mike Frysinger <vapier@gentoo.org>
6661 M: Cyril Hrubis <chrubis@suse.cz>
6662 M: Wanlong Gao <wanlong.gao@gmail.com>
6663 M: Jan Stancek <jstancek@redhat.com>
6664 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6665 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6666 L: ltp@lists.linux.it (subscribers-only)
6667 W: http://linux-test-project.github.io/
6668 T: git git://github.com/linux-test-project/ltp.git
6669 S: Maintained
6670
6671 M32R ARCHITECTURE
6672 W: http://www.linux-m32r.org/
6673 S: Orphan
6674 F: arch/m32r/
6675
6676 M68K ARCHITECTURE
6677 M: Geert Uytterhoeven <geert@linux-m68k.org>
6678 L: linux-m68k@lists.linux-m68k.org
6679 W: http://www.linux-m68k.org/
6680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6681 S: Maintained
6682 F: arch/m68k/
6683 F: drivers/zorro/
6684
6685 M68K ON APPLE MACINTOSH
6686 M: Joshua Thompson <funaho@jurai.org>
6687 W: http://www.mac.linux-m68k.org/
6688 L: linux-m68k@lists.linux-m68k.org
6689 S: Maintained
6690 F: arch/m68k/mac/
6691
6692 M68K ON HP9000/300
6693 M: Philip Blundell <philb@gnu.org>
6694 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6695 S: Maintained
6696 F: arch/m68k/hp300/
6697
6698 M88DS3103 MEDIA DRIVER
6699 M: Antti Palosaari <crope@iki.fi>
6700 L: linux-media@vger.kernel.org
6701 W: https://linuxtv.org
6702 W: http://palosaari.fi/linux/
6703 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6704 T: git git://linuxtv.org/anttip/media_tree.git
6705 S: Maintained
6706 F: drivers/media/dvb-frontends/m88ds3103*
6707
6708 M88RS2000 MEDIA DRIVER
6709 M: Malcolm Priestley <tvboxspy@gmail.com>
6710 L: linux-media@vger.kernel.org
6711 W: https://linuxtv.org
6712 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6713 S: Maintained
6714 F: drivers/media/dvb-frontends/m88rs2000*
6715
6716 MA901 MASTERKIT USB FM RADIO DRIVER
6717 M: Alexey Klimov <klimov.linux@gmail.com>
6718 L: linux-media@vger.kernel.org
6719 T: git git://linuxtv.org/media_tree.git
6720 S: Maintained
6721 F: drivers/media/radio/radio-ma901.c
6722
6723 MAC80211
6724 M: Johannes Berg <johannes@sipsolutions.net>
6725 L: linux-wireless@vger.kernel.org
6726 W: http://wireless.kernel.org/
6727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6729 S: Maintained
6730 F: Documentation/networking/mac80211-injection.txt
6731 F: include/net/mac80211.h
6732 F: net/mac80211/
6733
6734 MACVLAN DRIVER
6735 M: Patrick McHardy <kaber@trash.net>
6736 L: netdev@vger.kernel.org
6737 S: Maintained
6738 F: drivers/net/macvlan.c
6739 F: include/linux/if_macvlan.h
6740
6741 MAILBOX API
6742 M: Jassi Brar <jassisinghbrar@gmail.com>
6743 L: linux-kernel@vger.kernel.org
6744 S: Maintained
6745 F: drivers/mailbox/
6746 F: include/linux/mailbox_client.h
6747 F: include/linux/mailbox_controller.h
6748
6749 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6750 M: Michael Kerrisk <mtk.manpages@gmail.com>
6751 W: http://www.kernel.org/doc/man-pages
6752 L: linux-man@vger.kernel.org
6753 S: Maintained
6754
6755 MARVELL ARMADA DRM SUPPORT
6756 M: Russell King <rmk+kernel@arm.linux.org.uk>
6757 S: Maintained
6758 F: drivers/gpu/drm/armada/
6759
6760 MARVELL 88E6352 DSA support
6761 M: Guenter Roeck <linux@roeck-us.net>
6762 S: Maintained
6763 F: drivers/net/dsa/mv88e6352.c
6764
6765 MARVELL CRYPTO DRIVER
6766 M: Boris Brezillon <boris.brezillon@free-electrons.com>
6767 M: Arnaud Ebalard <arno@natisbad.org>
6768 F: drivers/crypto/marvell/
6769 S: Maintained
6770 L: linux-crypto@vger.kernel.org
6771
6772 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6773 M: Mirko Lindner <mlindner@marvell.com>
6774 M: Stephen Hemminger <stephen@networkplumber.org>
6775 L: netdev@vger.kernel.org
6776 S: Maintained
6777 F: drivers/net/ethernet/marvell/sk*
6778
6779 MARVELL LIBERTAS WIRELESS DRIVER
6780 L: libertas-dev@lists.infradead.org
6781 S: Orphan
6782 F: drivers/net/wireless/marvell/libertas/
6783
6784 MARVELL MV643XX ETHERNET DRIVER
6785 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6786 L: netdev@vger.kernel.org
6787 S: Maintained
6788 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6789 F: include/linux/mv643xx.h
6790
6791 MARVELL MVNETA ETHERNET DRIVER
6792 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6793 L: netdev@vger.kernel.org
6794 S: Maintained
6795 F: drivers/net/ethernet/marvell/mvneta.*
6796
6797 MARVELL MWIFIEX WIRELESS DRIVER
6798 M: Amitkumar Karwar <akarwar@marvell.com>
6799 M: Nishant Sarmukadam <nishants@marvell.com>
6800 L: linux-wireless@vger.kernel.org
6801 S: Maintained
6802 F: drivers/net/wireless/marvell/mwifiex/
6803
6804 MARVELL MWL8K WIRELESS DRIVER
6805 M: Lennert Buytenhek <buytenh@wantstofly.org>
6806 L: linux-wireless@vger.kernel.org
6807 S: Odd Fixes
6808 F: drivers/net/wireless/marvell/mwl8k.c
6809
6810 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6811 M: Nicolas Pitre <nico@fluxnic.net>
6812 S: Odd Fixes
6813 F: drivers/mmc/host/mvsdio.*
6814
6815 MATROX FRAMEBUFFER DRIVER
6816 L: linux-fbdev@vger.kernel.org
6817 S: Orphan
6818 F: drivers/video/fbdev/matrox/matroxfb_*
6819 F: include/uapi/linux/matroxfb.h
6820
6821 MAX16065 HARDWARE MONITOR DRIVER
6822 M: Guenter Roeck <linux@roeck-us.net>
6823 L: lm-sensors@lm-sensors.org
6824 S: Maintained
6825 F: Documentation/hwmon/max16065
6826 F: drivers/hwmon/max16065.c
6827
6828 MAX20751 HARDWARE MONITOR DRIVER
6829 M: Guenter Roeck <linux@roeck-us.net>
6830 L: lm-sensors@lm-sensors.org
6831 S: Maintained
6832 F: Documentation/hwmon/max20751
6833 F: drivers/hwmon/max20751.c
6834
6835 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6836 M: "Hans J. Koch" <hjk@hansjkoch.de>
6837 L: lm-sensors@lm-sensors.org
6838 S: Maintained
6839 F: Documentation/hwmon/max6650
6840 F: drivers/hwmon/max6650.c
6841
6842 MAX6697 HARDWARE MONITOR DRIVER
6843 M: Guenter Roeck <linux@roeck-us.net>
6844 L: lm-sensors@lm-sensors.org
6845 S: Maintained
6846 F: Documentation/hwmon/max6697
6847 F: Documentation/devicetree/bindings/i2c/max6697.txt
6848 F: drivers/hwmon/max6697.c
6849 F: include/linux/platform_data/max6697.h
6850
6851 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6852 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6853 L: linux-pm@vger.kernel.org
6854 S: Supported
6855 F: drivers/power/max14577_charger.c
6856 F: drivers/power/max77693_charger.c
6857
6858 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6859 M: Javier Martinez Canillas <javier@osg.samsung.com>
6860 L: linux-kernel@vger.kernel.org
6861 S: Supported
6862 F: drivers/*/*max77802.c
6863 F: Documentation/devicetree/bindings/*/*max77802.txt
6864 F: include/dt-bindings/*/*max77802.h
6865
6866 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6867 M: Chanwoo Choi <cw00.choi@samsung.com>
6868 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6869 L: linux-kernel@vger.kernel.org
6870 S: Supported
6871 F: drivers/*/max14577.c
6872 F: drivers/*/max77686.c
6873 F: drivers/*/max77693.c
6874 F: drivers/extcon/extcon-max14577.c
6875 F: drivers/extcon/extcon-max77693.c
6876 F: drivers/rtc/rtc-max77686.c
6877 F: drivers/clk/clk-max77686.c
6878 F: Documentation/devicetree/bindings/mfd/max14577.txt
6879 F: Documentation/devicetree/bindings/*/max77686.txt
6880 F: Documentation/devicetree/bindings/mfd/max77693.txt
6881 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6882 F: include/linux/mfd/max14577*.h
6883 F: include/linux/mfd/max77686*.h
6884 F: include/linux/mfd/max77693*.h
6885
6886 MAXIRADIO FM RADIO RECEIVER DRIVER
6887 M: Hans Verkuil <hverkuil@xs4all.nl>
6888 L: linux-media@vger.kernel.org
6889 T: git git://linuxtv.org/media_tree.git
6890 W: https://linuxtv.org
6891 S: Maintained
6892 F: drivers/media/radio/radio-maxiradio*
6893
6894 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6895 M: Peter Rosin <peda@axentia.se>
6896 L: linux-iio@vger.kernel.org
6897 S: Maintained
6898 F: drivers/iio/potentiometer/mcp4531.c
6899
6900 MEDIA DRIVERS FOR RENESAS - VSP1
6901 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6902 L: linux-media@vger.kernel.org
6903 L: linux-renesas-soc@vger.kernel.org
6904 T: git git://linuxtv.org/media_tree.git
6905 S: Supported
6906 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6907 F: drivers/media/platform/vsp1/
6908
6909 MEDIA DRIVERS FOR ASCOT2E
6910 M: Sergey Kozlov <serjk@netup.ru>
6911 L: linux-media@vger.kernel.org
6912 W: https://linuxtv.org
6913 W: http://netup.tv/
6914 T: git git://linuxtv.org/media_tree.git
6915 S: Supported
6916 F: drivers/media/dvb-frontends/ascot2e*
6917
6918 MEDIA DRIVERS FOR CXD2841ER
6919 M: Sergey Kozlov <serjk@netup.ru>
6920 L: linux-media@vger.kernel.org
6921 W: https://linuxtv.org
6922 W: http://netup.tv/
6923 T: git git://linuxtv.org/media_tree.git
6924 S: Supported
6925 F: drivers/media/dvb-frontends/cxd2841er*
6926
6927 MEDIA DRIVERS FOR HORUS3A
6928 M: Sergey Kozlov <serjk@netup.ru>
6929 L: linux-media@vger.kernel.org
6930 W: https://linuxtv.org
6931 W: http://netup.tv/
6932 T: git git://linuxtv.org/media_tree.git
6933 S: Supported
6934 F: drivers/media/dvb-frontends/horus3a*
6935
6936 MEDIA DRIVERS FOR LNBH25
6937 M: Sergey Kozlov <serjk@netup.ru>
6938 L: linux-media@vger.kernel.org
6939 W: https://linuxtv.org
6940 W: http://netup.tv/
6941 T: git git://linuxtv.org/media_tree.git
6942 S: Supported
6943 F: drivers/media/dvb-frontends/lnbh25*
6944
6945 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6946 M: Sergey Kozlov <serjk@netup.ru>
6947 L: linux-media@vger.kernel.org
6948 W: https://linuxtv.org
6949 W: http://netup.tv/
6950 T: git git://linuxtv.org/media_tree.git
6951 S: Supported
6952 F: drivers/media/pci/netup_unidvb/*
6953
6954 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6955 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6956 P: LinuxTV.org Project
6957 L: linux-media@vger.kernel.org
6958 W: https://linuxtv.org
6959 Q: http://patchwork.kernel.org/project/linux-media/list/
6960 T: git git://linuxtv.org/media_tree.git
6961 S: Maintained
6962 F: Documentation/dvb/
6963 F: Documentation/video4linux/
6964 F: Documentation/DocBook/media/
6965 F: drivers/media/
6966 F: drivers/staging/media/
6967 F: include/linux/platform_data/media/
6968 F: include/media/
6969 F: include/uapi/linux/dvb/
6970 F: include/uapi/linux/videodev2.h
6971 F: include/uapi/linux/media.h
6972 F: include/uapi/linux/v4l2-*
6973 F: include/uapi/linux/meye.h
6974 F: include/uapi/linux/ivtv*
6975 F: include/uapi/linux/uvcvideo.h
6976
6977 MEDIATEK MT7601U WIRELESS LAN DRIVER
6978 M: Jakub Kicinski <kubakici@wp.pl>
6979 L: linux-wireless@vger.kernel.org
6980 S: Maintained
6981 F: drivers/net/wireless/mediatek/mt7601u/
6982
6983 MEGARAID SCSI/SAS DRIVERS
6984 M: Kashyap Desai <kashyap.desai@avagotech.com>
6985 M: Sumit Saxena <sumit.saxena@avagotech.com>
6986 M: Uday Lingala <uday.lingala@avagotech.com>
6987 L: megaraidlinux.pdl@avagotech.com
6988 L: linux-scsi@vger.kernel.org
6989 W: http://www.lsi.com
6990 S: Maintained
6991 F: Documentation/scsi/megaraid.txt
6992 F: drivers/scsi/megaraid.*
6993 F: drivers/scsi/megaraid/
6994
6995 MELLANOX ETHERNET DRIVER (mlx4_en)
6996 M: Eugenia Emantayev <eugenia@mellanox.com>
6997 L: netdev@vger.kernel.org
6998 S: Supported
6999 W: http://www.mellanox.com
7000 Q: http://patchwork.ozlabs.org/project/netdev/list/
7001 F: drivers/net/ethernet/mellanox/mlx4/en_*
7002
7003 MELLANOX ETHERNET DRIVER (mlx5e)
7004 M: Saeed Mahameed <saeedm@mellanox.com>
7005 L: netdev@vger.kernel.org
7006 S: Supported
7007 W: http://www.mellanox.com
7008 Q: http://patchwork.ozlabs.org/project/netdev/list/
7009 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7010
7011 MELLANOX ETHERNET SWITCH DRIVERS
7012 M: Jiri Pirko <jiri@mellanox.com>
7013 M: Ido Schimmel <idosch@mellanox.com>
7014 L: netdev@vger.kernel.org
7015 S: Supported
7016 W: http://www.mellanox.com
7017 Q: http://patchwork.ozlabs.org/project/netdev/list/
7018 F: drivers/net/ethernet/mellanox/mlxsw/
7019
7020 MEMBARRIER SUPPORT
7021 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7022 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7023 L: linux-kernel@vger.kernel.org
7024 S: Supported
7025 F: kernel/membarrier.c
7026 F: include/uapi/linux/membarrier.h
7027
7028 MEMORY MANAGEMENT
7029 L: linux-mm@kvack.org
7030 W: http://www.linux-mm.org
7031 S: Maintained
7032 F: include/linux/mm.h
7033 F: include/linux/gfp.h
7034 F: include/linux/mmzone.h
7035 F: include/linux/memory_hotplug.h
7036 F: include/linux/vmalloc.h
7037 F: mm/
7038
7039 MEMORY TECHNOLOGY DEVICES (MTD)
7040 M: David Woodhouse <dwmw2@infradead.org>
7041 M: Brian Norris <computersforpeace@gmail.com>
7042 L: linux-mtd@lists.infradead.org
7043 W: http://www.linux-mtd.infradead.org/
7044 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7045 T: git git://git.infradead.org/linux-mtd.git
7046 T: git git://git.infradead.org/l2-mtd.git
7047 S: Maintained
7048 F: drivers/mtd/
7049 F: include/linux/mtd/
7050 F: include/uapi/mtd/
7051
7052 MEN A21 WATCHDOG DRIVER
7053 M: Johannes Thumshirn <morbidrsa@gmail.com>
7054 L: linux-watchdog@vger.kernel.org
7055 S: Maintained
7056 F: drivers/watchdog/mena21_wdt.c
7057
7058 MEN CHAMELEON BUS (mcb)
7059 M: Johannes Thumshirn <morbidrsa@gmail.com>
7060 S: Maintained
7061 F: drivers/mcb/
7062 F: include/linux/mcb.h
7063 F: Documentation/men-chameleon-bus.txt
7064
7065 MEN F21BMC (Board Management Controller)
7066 M: Andreas Werner <andreas.werner@men.de>
7067 S: Supported
7068 F: drivers/mfd/menf21bmc.c
7069 F: drivers/watchdog/menf21bmc_wdt.c
7070 F: drivers/leds/leds-menf21bmc.c
7071 F: drivers/hwmon/menf21bmc_hwmon.c
7072 F: Documentation/hwmon/menf21bmc
7073
7074 METAG ARCHITECTURE
7075 M: James Hogan <james.hogan@imgtec.com>
7076 L: linux-metag@vger.kernel.org
7077 S: Odd Fixes
7078 F: arch/metag/
7079 F: Documentation/metag/
7080 F: Documentation/devicetree/bindings/metag/
7081 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7082 F: drivers/clocksource/metag_generic.c
7083 F: drivers/irqchip/irq-metag.c
7084 F: drivers/irqchip/irq-metag-ext.c
7085 F: drivers/tty/metag_da.c
7086
7087 MICROBLAZE ARCHITECTURE
7088 M: Michal Simek <monstr@monstr.eu>
7089 W: http://www.monstr.eu/fdt/
7090 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7091 S: Supported
7092 F: arch/microblaze/
7093
7094 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7095 M: Chen Yu <yu.c.chen@intel.com>
7096 L: platform-driver-x86@vger.kernel.org
7097 S: Supported
7098 F: drivers/platform/x86/surfacepro3_button.c
7099
7100 MICROTEK X6 SCANNER
7101 M: Oliver Neukum <oliver@neukum.org>
7102 S: Maintained
7103 F: drivers/usb/image/microtek.*
7104
7105 MIPS
7106 M: Ralf Baechle <ralf@linux-mips.org>
7107 L: linux-mips@linux-mips.org
7108 W: http://www.linux-mips.org/
7109 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7110 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7111 S: Supported
7112 F: Documentation/mips/
7113 F: arch/mips/
7114
7115 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7116 M: Hans Verkuil <hverkuil@xs4all.nl>
7117 L: linux-media@vger.kernel.org
7118 T: git git://linuxtv.org/media_tree.git
7119 W: https://linuxtv.org
7120 S: Odd Fixes
7121 F: drivers/media/radio/radio-miropcm20*
7122
7123 Mellanox MLX5 core VPI driver
7124 M: Eli Cohen <eli@mellanox.com>
7125 L: netdev@vger.kernel.org
7126 L: linux-rdma@vger.kernel.org
7127 W: http://www.mellanox.com
7128 Q: http://patchwork.ozlabs.org/project/netdev/list/
7129 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7130 T: git git://openfabrics.org/~eli/connect-ib.git
7131 S: Supported
7132 F: drivers/net/ethernet/mellanox/mlx5/core/
7133 F: include/linux/mlx5/
7134
7135 Mellanox MLX5 IB driver
7136 M: Eli Cohen <eli@mellanox.com>
7137 L: linux-rdma@vger.kernel.org
7138 W: http://www.mellanox.com
7139 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7140 T: git git://openfabrics.org/~eli/connect-ib.git
7141 S: Supported
7142 F: include/linux/mlx5/
7143 F: drivers/infiniband/hw/mlx5/
7144
7145 MELEXIS MLX90614 DRIVER
7146 M: Crt Mori <cmo@melexis.com>
7147 L: linux-iio@vger.kernel.org
7148 W: http://www.melexis.com
7149 S: Supported
7150 F: drivers/iio/temperature/mlx90614.c
7151
7152 MN88472 MEDIA DRIVER
7153 M: Antti Palosaari <crope@iki.fi>
7154 L: linux-media@vger.kernel.org
7155 W: https://linuxtv.org
7156 W: http://palosaari.fi/linux/
7157 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7158 T: git git://linuxtv.org/anttip/media_tree.git
7159 S: Maintained
7160 F: drivers/staging/media/mn88472/
7161 F: drivers/media/dvb-frontends/mn88472.h
7162
7163 MN88473 MEDIA DRIVER
7164 M: Antti Palosaari <crope@iki.fi>
7165 L: linux-media@vger.kernel.org
7166 W: https://linuxtv.org
7167 W: http://palosaari.fi/linux/
7168 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7169 T: git git://linuxtv.org/anttip/media_tree.git
7170 S: Maintained
7171 F: drivers/staging/media/mn88473/
7172 F: drivers/media/dvb-frontends/mn88473.h
7173
7174 MODULE SUPPORT
7175 M: Rusty Russell <rusty@rustcorp.com.au>
7176 S: Maintained
7177 F: include/linux/module.h
7178 F: kernel/module.c
7179
7180 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7181 W: http://popies.net/meye/
7182 S: Orphan
7183 F: Documentation/video4linux/meye.txt
7184 F: drivers/media/pci/meye/
7185 F: include/uapi/linux/meye.h
7186
7187 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7188 M: Jiri Slaby <jirislaby@gmail.com>
7189 S: Maintained
7190 F: Documentation/serial/moxa-smartio
7191 F: drivers/tty/mxser.*
7192
7193 MR800 AVERMEDIA USB FM RADIO DRIVER
7194 M: Alexey Klimov <klimov.linux@gmail.com>
7195 L: linux-media@vger.kernel.org
7196 T: git git://linuxtv.org/media_tree.git
7197 S: Maintained
7198 F: drivers/media/radio/radio-mr800.c
7199
7200 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7201 M: Alan Ott <alan@signal11.us>
7202 L: linux-wpan@vger.kernel.org
7203 S: Maintained
7204 F: drivers/net/ieee802154/mrf24j40.c
7205 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7206
7207 MSI LAPTOP SUPPORT
7208 M: "Lee, Chun-Yi" <jlee@suse.com>
7209 L: platform-driver-x86@vger.kernel.org
7210 S: Maintained
7211 F: drivers/platform/x86/msi-laptop.c
7212
7213 MSI WMI SUPPORT
7214 L: platform-driver-x86@vger.kernel.org
7215 S: Orphan
7216 F: drivers/platform/x86/msi-wmi.c
7217
7218 MSI001 MEDIA DRIVER
7219 M: Antti Palosaari <crope@iki.fi>
7220 L: linux-media@vger.kernel.org
7221 W: https://linuxtv.org
7222 W: http://palosaari.fi/linux/
7223 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7224 T: git git://linuxtv.org/anttip/media_tree.git
7225 S: Maintained
7226 F: drivers/media/tuners/msi001*
7227
7228 MSI2500 MEDIA DRIVER
7229 M: Antti Palosaari <crope@iki.fi>
7230 L: linux-media@vger.kernel.org
7231 W: https://linuxtv.org
7232 W: http://palosaari.fi/linux/
7233 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7234 T: git git://linuxtv.org/anttip/media_tree.git
7235 S: Maintained
7236 F: drivers/media/usb/msi2500/
7237
7238 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7239 M: Robert Jarzmik <robert.jarzmik@free.fr>
7240 L: linux-mtd@lists.infradead.org
7241 S: Maintained
7242 F: drivers/mtd/devices/docg3*
7243
7244 MT9M032 APTINA SENSOR DRIVER
7245 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7246 L: linux-media@vger.kernel.org
7247 T: git git://linuxtv.org/media_tree.git
7248 S: Maintained
7249 F: drivers/media/i2c/mt9m032.c
7250 F: include/media/i2c/mt9m032.h
7251
7252 MT9P031 APTINA CAMERA SENSOR
7253 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7254 L: linux-media@vger.kernel.org
7255 T: git git://linuxtv.org/media_tree.git
7256 S: Maintained
7257 F: drivers/media/i2c/mt9p031.c
7258 F: include/media/i2c/mt9p031.h
7259
7260 MT9T001 APTINA CAMERA SENSOR
7261 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7262 L: linux-media@vger.kernel.org
7263 T: git git://linuxtv.org/media_tree.git
7264 S: Maintained
7265 F: drivers/media/i2c/mt9t001.c
7266 F: include/media/i2c/mt9t001.h
7267
7268 MT9V032 APTINA CAMERA SENSOR
7269 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7270 L: linux-media@vger.kernel.org
7271 T: git git://linuxtv.org/media_tree.git
7272 S: Maintained
7273 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7274 F: drivers/media/i2c/mt9v032.c
7275 F: include/media/i2c/mt9v032.h
7276
7277 MULTIFUNCTION DEVICES (MFD)
7278 M: Lee Jones <lee.jones@linaro.org>
7279 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7280 S: Supported
7281 F: drivers/mfd/
7282 F: include/linux/mfd/
7283
7284 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7285 M: Ulf Hansson <ulf.hansson@linaro.org>
7286 L: linux-mmc@vger.kernel.org
7287 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7288 S: Maintained
7289 F: drivers/mmc/
7290 F: include/linux/mmc/
7291 F: include/uapi/linux/mmc/
7292
7293 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7294 S: Orphan
7295 F: drivers/mmc/host/mmc_spi.c
7296 F: include/linux/spi/mmc_spi.h
7297
7298 MULTISOUND SOUND DRIVER
7299 M: Andrew Veliath <andrewtv@usa.net>
7300 S: Maintained
7301 F: Documentation/sound/oss/MultiSound
7302 F: sound/oss/msnd*
7303
7304 MULTITECH MULTIPORT CARD (ISICOM)
7305 S: Orphan
7306 F: drivers/tty/isicom.c
7307 F: include/linux/isicom.h
7308
7309 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7310 M: Felipe Balbi <balbi@ti.com>
7311 L: linux-usb@vger.kernel.org
7312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7313 S: Maintained
7314 F: drivers/usb/musb/
7315
7316 MXL5007T MEDIA DRIVER
7317 M: Michael Krufky <mkrufky@linuxtv.org>
7318 L: linux-media@vger.kernel.org
7319 W: https://linuxtv.org
7320 W: http://github.com/mkrufky
7321 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7322 T: git git://linuxtv.org/mkrufky/tuners.git
7323 S: Maintained
7324 F: drivers/media/tuners/mxl5007t.*
7325
7326 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7327 M: Hyong-Youb Kim <hykim@myri.com>
7328 L: netdev@vger.kernel.org
7329 W: https://www.myricom.com/support/downloads/myri10ge.html
7330 S: Supported
7331 F: drivers/net/ethernet/myricom/myri10ge/
7332
7333 NATSEMI ETHERNET DRIVER (DP8381x)
7334 S: Orphan
7335 F: drivers/net/ethernet/natsemi/natsemi.c
7336
7337 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7338 M: Daniel Mack <zonque@gmail.com>
7339 S: Maintained
7340 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7341 W: http://www.native-instruments.com
7342 F: sound/usb/caiaq/
7343
7344 NCP FILESYSTEM
7345 M: Petr Vandrovec <petr@vandrovec.name>
7346 S: Odd Fixes
7347 F: fs/ncpfs/
7348
7349 NCR 5380 SCSI DRIVERS
7350 M: Finn Thain <fthain@telegraphics.com.au>
7351 M: Michael Schmitz <schmitzmic@gmail.com>
7352 L: linux-scsi@vger.kernel.org
7353 S: Maintained
7354 F: Documentation/scsi/g_NCR5380.txt
7355 F: drivers/scsi/NCR5380.*
7356 F: drivers/scsi/arm/cumana_1.c
7357 F: drivers/scsi/arm/oak.c
7358 F: drivers/scsi/atari_NCR5380.c
7359 F: drivers/scsi/atari_scsi.*
7360 F: drivers/scsi/dmx3191d.c
7361 F: drivers/scsi/dtc.*
7362 F: drivers/scsi/g_NCR5380.*
7363 F: drivers/scsi/g_NCR5380_mmio.c
7364 F: drivers/scsi/mac_scsi.*
7365 F: drivers/scsi/pas16.*
7366 F: drivers/scsi/sun3_scsi.*
7367 F: drivers/scsi/sun3_scsi_vme.c
7368 F: drivers/scsi/t128.*
7369
7370 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7371 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7372 L: linux-scsi@vger.kernel.org
7373 S: Maintained
7374 F: drivers/scsi/NCR_D700.*
7375
7376 NCT6775 HARDWARE MONITOR DRIVER
7377 M: Guenter Roeck <linux@roeck-us.net>
7378 L: lm-sensors@lm-sensors.org
7379 S: Maintained
7380 F: Documentation/hwmon/nct6775
7381 F: drivers/hwmon/nct6775.c
7382
7383 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7384 M: Faisal Latif <faisal.latif@intel.com>
7385 L: linux-rdma@vger.kernel.org
7386 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7387 S: Supported
7388 F: drivers/infiniband/hw/nes/
7389
7390 NETEM NETWORK EMULATOR
7391 M: Stephen Hemminger <stephen@networkplumber.org>
7392 L: netem@lists.linux-foundation.org
7393 S: Maintained
7394 F: net/sched/sch_netem.c
7395
7396 NETERION 10GbE DRIVERS (s2io/vxge)
7397 M: Jon Mason <jdmason@kudzu.us>
7398 L: netdev@vger.kernel.org
7399 S: Supported
7400 F: Documentation/networking/s2io.txt
7401 F: Documentation/networking/vxge.txt
7402 F: drivers/net/ethernet/neterion/
7403
7404 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7405 M: Pablo Neira Ayuso <pablo@netfilter.org>
7406 M: Patrick McHardy <kaber@trash.net>
7407 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7408 L: netfilter-devel@vger.kernel.org
7409 L: coreteam@netfilter.org
7410 W: http://www.netfilter.org/
7411 W: http://www.iptables.org/
7412 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7415 S: Supported
7416 F: include/linux/netfilter*
7417 F: include/linux/netfilter/
7418 F: include/net/netfilter/
7419 F: include/uapi/linux/netfilter*
7420 F: include/uapi/linux/netfilter/
7421 F: net/*/netfilter.c
7422 F: net/*/netfilter/
7423 F: net/netfilter/
7424 F: net/bridge/br_netfilter*.c
7425
7426 NETLABEL
7427 M: Paul Moore <paul@paul-moore.com>
7428 W: http://netlabel.sf.net
7429 L: netdev@vger.kernel.org
7430 S: Maintained
7431 F: Documentation/netlabel/
7432 F: include/net/netlabel.h
7433 F: net/netlabel/
7434
7435 NETROM NETWORK LAYER
7436 M: Ralf Baechle <ralf@linux-mips.org>
7437 L: linux-hams@vger.kernel.org
7438 W: http://www.linux-ax25.org/
7439 S: Maintained
7440 F: include/net/netrom.h
7441 F: include/uapi/linux/netrom.h
7442 F: net/netrom/
7443
7444 NETRONOME ETHERNET DRIVERS
7445 M: Jakub Kicinski <jakub.kicinski@netronome.com>
7446 M: Rolf Neugebauer <rolf.neugebauer@netronome.com>
7447 L: oss-drivers@netronome.com
7448 S: Maintained
7449 F: drivers/net/ethernet/netronome/
7450
7451 NETWORK BLOCK DEVICE (NBD)
7452 M: Markus Pargmann <mpa@pengutronix.de>
7453 S: Maintained
7454 L: nbd-general@lists.sourceforge.net
7455 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7456 F: Documentation/blockdev/nbd.txt
7457 F: drivers/block/nbd.c
7458 F: include/uapi/linux/nbd.h
7459
7460 NETWORK DROP MONITOR
7461 M: Neil Horman <nhorman@tuxdriver.com>
7462 L: netdev@vger.kernel.org
7463 S: Maintained
7464 W: https://fedorahosted.org/dropwatch/
7465 F: net/core/drop_monitor.c
7466
7467 NETWORKING [GENERAL]
7468 M: "David S. Miller" <davem@davemloft.net>
7469 L: netdev@vger.kernel.org
7470 W: http://www.linuxfoundation.org/en/Net
7471 Q: http://patchwork.ozlabs.org/project/netdev/list/
7472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7474 S: Maintained
7475 F: net/
7476 F: include/net/
7477 F: include/linux/in.h
7478 F: include/linux/net.h
7479 F: include/linux/netdevice.h
7480 F: include/uapi/linux/in.h
7481 F: include/uapi/linux/net.h
7482 F: include/uapi/linux/netdevice.h
7483 F: include/uapi/linux/net_namespace.h
7484 F: tools/net/
7485 F: tools/testing/selftests/net/
7486 F: lib/random32.c
7487 F: lib/test_bpf.c
7488
7489 NETWORKING [IPv4/IPv6]
7490 M: "David S. Miller" <davem@davemloft.net>
7491 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7492 M: James Morris <jmorris@namei.org>
7493 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7494 M: Patrick McHardy <kaber@trash.net>
7495 L: netdev@vger.kernel.org
7496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7497 S: Maintained
7498 F: net/ipv4/
7499 F: net/ipv6/
7500 F: include/net/ip*
7501 F: arch/x86/net/*
7502
7503 NETWORKING [IPSEC]
7504 M: Steffen Klassert <steffen.klassert@secunet.com>
7505 M: Herbert Xu <herbert@gondor.apana.org.au>
7506 M: "David S. Miller" <davem@davemloft.net>
7507 L: netdev@vger.kernel.org
7508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7510 S: Maintained
7511 F: net/core/flow.c
7512 F: net/xfrm/
7513 F: net/key/
7514 F: net/ipv4/xfrm*
7515 F: net/ipv4/esp4.c
7516 F: net/ipv4/ah4.c
7517 F: net/ipv4/ipcomp.c
7518 F: net/ipv4/ip_vti.c
7519 F: net/ipv6/xfrm*
7520 F: net/ipv6/esp6.c
7521 F: net/ipv6/ah6.c
7522 F: net/ipv6/ipcomp6.c
7523 F: net/ipv6/ip6_vti.c
7524 F: include/uapi/linux/xfrm.h
7525 F: include/net/xfrm.h
7526
7527 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7528 M: Paul Moore <paul@paul-moore.com>
7529 L: netdev@vger.kernel.org
7530 S: Maintained
7531
7532 NETWORKING [WIRELESS]
7533 L: linux-wireless@vger.kernel.org
7534 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7535
7536 NETWORKING DRIVERS
7537 L: netdev@vger.kernel.org
7538 W: http://www.linuxfoundation.org/en/Net
7539 Q: http://patchwork.ozlabs.org/project/netdev/list/
7540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7542 S: Odd Fixes
7543 F: drivers/net/
7544 F: include/linux/if_*
7545 F: include/linux/netdevice.h
7546 F: include/linux/etherdevice.h
7547 F: include/linux/fcdevice.h
7548 F: include/linux/fddidevice.h
7549 F: include/linux/hippidevice.h
7550 F: include/linux/inetdevice.h
7551 F: include/uapi/linux/if_*
7552 F: include/uapi/linux/netdevice.h
7553
7554 NETWORKING DRIVERS (WIRELESS)
7555 M: Kalle Valo <kvalo@codeaurora.org>
7556 L: linux-wireless@vger.kernel.org
7557 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7559 S: Maintained
7560 F: drivers/net/wireless/
7561
7562 NETXEN (1/10) GbE SUPPORT
7563 M: Manish Chopra <manish.chopra@qlogic.com>
7564 M: Sony Chacko <sony.chacko@qlogic.com>
7565 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7566 L: netdev@vger.kernel.org
7567 W: http://www.qlogic.com
7568 S: Supported
7569 F: drivers/net/ethernet/qlogic/netxen/
7570
7571 NFC SUBSYSTEM
7572 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7573 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7574 M: Samuel Ortiz <sameo@linux.intel.com>
7575 L: linux-wireless@vger.kernel.org
7576 L: linux-nfc@lists.01.org (subscribers-only)
7577 S: Supported
7578 F: net/nfc/
7579 F: include/net/nfc/
7580 F: include/uapi/linux/nfc.h
7581 F: drivers/nfc/
7582 F: include/linux/platform_data/microread.h
7583 F: include/linux/platform_data/nfcmrvl.h
7584 F: include/linux/platform_data/nxp-nci.h
7585 F: include/linux/platform_data/pn544.h
7586 F: include/linux/platform_data/st21nfca.h
7587 F: include/linux/platform_data/st-nci.h
7588 F: Documentation/devicetree/bindings/net/nfc/
7589
7590 NFS, SUNRPC, AND LOCKD CLIENTS
7591 M: Trond Myklebust <trond.myklebust@primarydata.com>
7592 M: Anna Schumaker <anna.schumaker@netapp.com>
7593 L: linux-nfs@vger.kernel.org
7594 W: http://client.linux-nfs.org
7595 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7596 S: Maintained
7597 F: fs/lockd/
7598 F: fs/nfs/
7599 F: fs/nfs_common/
7600 F: net/sunrpc/
7601 F: include/linux/lockd/
7602 F: include/linux/nfs*
7603 F: include/linux/sunrpc/
7604 F: include/uapi/linux/nfs*
7605 F: include/uapi/linux/sunrpc/
7606
7607 NILFS2 FILESYSTEM
7608 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7609 L: linux-nilfs@vger.kernel.org
7610 W: http://nilfs.sourceforge.net/
7611 T: git git://github.com/konis/nilfs2.git
7612 S: Supported
7613 F: Documentation/filesystems/nilfs2.txt
7614 F: fs/nilfs2/
7615 F: include/linux/nilfs2_fs.h
7616 F: include/trace/events/nilfs2.h
7617
7618 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7619 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7620 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7621 S: Maintained
7622 F: Documentation/scsi/NinjaSCSI.txt
7623 F: drivers/scsi/pcmcia/nsp_*
7624
7625 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7626 M: GOTO Masanori <gotom@debian.or.jp>
7627 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7628 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7629 S: Maintained
7630 F: Documentation/scsi/NinjaSCSI.txt
7631 F: drivers/scsi/nsp32*
7632
7633 NIOS2 ARCHITECTURE
7634 M: Ley Foon Tan <lftan@altera.com>
7635 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7637 S: Maintained
7638 F: arch/nios2/
7639
7640 NOKIA N900 POWER SUPPLY DRIVERS
7641 M: Pali RohĂ¡r <pali.rohar@gmail.com>
7642 S: Maintained
7643 F: include/linux/power/bq2415x_charger.h
7644 F: include/linux/power/bq27xxx_battery.h
7645 F: include/linux/power/isp1704_charger.h
7646 F: drivers/power/bq2415x_charger.c
7647 F: drivers/power/bq27xxx_battery.c
7648 F: drivers/power/isp1704_charger.c
7649 F: drivers/power/rx51_battery.c
7650
7651 NTB DRIVER CORE
7652 M: Jon Mason <jdmason@kudzu.us>
7653 M: Dave Jiang <dave.jiang@intel.com>
7654 M: Allen Hubbe <Allen.Hubbe@emc.com>
7655 L: linux-ntb@googlegroups.com
7656 S: Supported
7657 W: https://github.com/jonmason/ntb/wiki
7658 T: git git://github.com/jonmason/ntb.git
7659 F: drivers/ntb/
7660 F: drivers/net/ntb_netdev.c
7661 F: include/linux/ntb.h
7662 F: include/linux/ntb_transport.h
7663
7664 NTB INTEL DRIVER
7665 M: Jon Mason <jdmason@kudzu.us>
7666 M: Dave Jiang <dave.jiang@intel.com>
7667 L: linux-ntb@googlegroups.com
7668 S: Supported
7669 W: https://github.com/jonmason/ntb/wiki
7670 T: git git://github.com/jonmason/ntb.git
7671 F: drivers/ntb/hw/intel/
7672
7673 NTFS FILESYSTEM
7674 M: Anton Altaparmakov <anton@tuxera.com>
7675 L: linux-ntfs-dev@lists.sourceforge.net
7676 W: http://www.tuxera.com/
7677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7678 S: Supported
7679 F: Documentation/filesystems/ntfs.txt
7680 F: fs/ntfs/
7681
7682 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7683 M: Antonino Daplas <adaplas@gmail.com>
7684 L: linux-fbdev@vger.kernel.org
7685 S: Maintained
7686 F: drivers/video/fbdev/riva/
7687 F: drivers/video/fbdev/nvidia/
7688
7689 NVM EXPRESS DRIVER
7690 M: Keith Busch <keith.busch@intel.com>
7691 M: Jens Axboe <axboe@fb.com>
7692 L: linux-nvme@lists.infradead.org
7693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7694 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7695 S: Supported
7696 F: drivers/nvme/host/
7697 F: include/linux/nvme.h
7698
7699 NVMEM FRAMEWORK
7700 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7701 M: Maxime Ripard <maxime.ripard@free-electrons.com>
7702 S: Maintained
7703 F: drivers/nvmem/
7704 F: Documentation/devicetree/bindings/nvmem/
7705 F: include/linux/nvmem-consumer.h
7706 F: include/linux/nvmem-provider.h
7707
7708 NXP-NCI NFC DRIVER
7709 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7710 R: Charles Gorand <charles.gorand@effinnov.com>
7711 L: linux-nfc@lists.01.org (moderated for non-subscribers)
7712 S: Supported
7713 F: drivers/nfc/nxp-nci
7714
7715 NXP TDA998X DRM DRIVER
7716 M: Russell King <rmk+kernel@arm.linux.org.uk>
7717 S: Supported
7718 F: drivers/gpu/drm/i2c/tda998x_drv.c
7719 F: include/drm/i2c/tda998x.h
7720
7721 NXP TFA9879 DRIVER
7722 M: Peter Rosin <peda@axentia.se>
7723 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7724 S: Maintained
7725 F: sound/soc/codecs/tfa9879*
7726
7727 OMAP SUPPORT
7728 M: Tony Lindgren <tony@atomide.com>
7729 L: linux-omap@vger.kernel.org
7730 W: http://www.muru.com/linux/omap/
7731 W: http://linux.omap.com/
7732 Q: http://patchwork.kernel.org/project/linux-omap/list/
7733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7734 S: Maintained
7735 F: arch/arm/*omap*/
7736 F: arch/arm/configs/omap1_defconfig
7737 F: arch/arm/configs/omap2plus_defconfig
7738 F: drivers/i2c/busses/i2c-omap.c
7739 F: drivers/irqchip/irq-omap-intc.c
7740 F: drivers/mfd/*omap*.c
7741 F: drivers/mfd/menelaus.c
7742 F: drivers/mfd/palmas.c
7743 F: drivers/mfd/tps65217.c
7744 F: drivers/mfd/tps65218.c
7745 F: drivers/mfd/tps65910.c
7746 F: drivers/mfd/twl-core.[ch]
7747 F: drivers/mfd/twl4030*.c
7748 F: drivers/mfd/twl6030*.c
7749 F: drivers/mfd/twl6040*.c
7750 F: drivers/regulator/palmas-regulator*.c
7751 F: drivers/regulator/pbias-regulator.c
7752 F: drivers/regulator/tps65217-regulator.c
7753 F: drivers/regulator/tps65218-regulator.c
7754 F: drivers/regulator/tps65910-regulator.c
7755 F: drivers/regulator/twl-regulator.c
7756 F: include/linux/i2c-omap.h
7757
7758 OMAP DEVICE TREE SUPPORT
7759 M: Benoît Cousson <bcousson@baylibre.com>
7760 M: Tony Lindgren <tony@atomide.com>
7761 L: linux-omap@vger.kernel.org
7762 L: devicetree@vger.kernel.org
7763 S: Maintained
7764 F: arch/arm/boot/dts/*omap*
7765 F: arch/arm/boot/dts/*am3*
7766 F: arch/arm/boot/dts/*am4*
7767 F: arch/arm/boot/dts/*am5*
7768 F: arch/arm/boot/dts/*dra7*
7769
7770 OMAP CLOCK FRAMEWORK SUPPORT
7771 M: Paul Walmsley <paul@pwsan.com>
7772 L: linux-omap@vger.kernel.org
7773 S: Maintained
7774 F: arch/arm/*omap*/*clock*
7775
7776 OMAP POWER MANAGEMENT SUPPORT
7777 M: Kevin Hilman <khilman@deeprootsystems.com>
7778 L: linux-omap@vger.kernel.org
7779 S: Maintained
7780 F: arch/arm/*omap*/*pm*
7781 F: drivers/cpufreq/omap-cpufreq.c
7782
7783 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7784 M: Rajendra Nayak <rnayak@ti.com>
7785 M: Paul Walmsley <paul@pwsan.com>
7786 L: linux-omap@vger.kernel.org
7787 S: Maintained
7788 F: arch/arm/mach-omap2/prm*
7789
7790 OMAP AUDIO SUPPORT
7791 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7792 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7793 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7794 L: linux-omap@vger.kernel.org
7795 S: Maintained
7796 F: sound/soc/omap/
7797
7798 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7799 M: Roger Quadros <rogerq@ti.com>
7800 M: Tony Lindgren <tony@atomide.com>
7801 L: linux-omap@vger.kernel.org
7802 S: Maintained
7803 F: drivers/memory/omap-gpmc.c
7804 F: arch/arm/mach-omap2/*gpmc*
7805
7806 OMAP FRAMEBUFFER SUPPORT
7807 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7808 L: linux-fbdev@vger.kernel.org
7809 L: linux-omap@vger.kernel.org
7810 S: Maintained
7811 F: drivers/video/fbdev/omap/
7812
7813 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7814 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7815 L: linux-omap@vger.kernel.org
7816 L: linux-fbdev@vger.kernel.org
7817 S: Maintained
7818 F: drivers/video/fbdev/omap2/
7819 F: Documentation/arm/OMAP/DSS
7820
7821 OMAP HARDWARE SPINLOCK SUPPORT
7822 M: Ohad Ben-Cohen <ohad@wizery.com>
7823 L: linux-omap@vger.kernel.org
7824 S: Maintained
7825 F: drivers/hwspinlock/omap_hwspinlock.c
7826
7827 OMAP MMC SUPPORT
7828 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7829 L: linux-omap@vger.kernel.org
7830 S: Maintained
7831 F: drivers/mmc/host/omap.c
7832
7833 OMAP HS MMC SUPPORT
7834 L: linux-mmc@vger.kernel.org
7835 L: linux-omap@vger.kernel.org
7836 S: Orphan
7837 F: drivers/mmc/host/omap_hsmmc.c
7838
7839 OMAP RANDOM NUMBER GENERATOR SUPPORT
7840 M: Deepak Saxena <dsaxena@plexity.net>
7841 S: Maintained
7842 F: drivers/char/hw_random/omap-rng.c
7843
7844 OMAP HWMOD SUPPORT
7845 M: Benoît Cousson <bcousson@baylibre.com>
7846 M: Paul Walmsley <paul@pwsan.com>
7847 L: linux-omap@vger.kernel.org
7848 S: Maintained
7849 F: arch/arm/mach-omap2/omap_hwmod.*
7850
7851 OMAP HWMOD DATA
7852 M: Paul Walmsley <paul@pwsan.com>
7853 L: linux-omap@vger.kernel.org
7854 S: Maintained
7855 F: arch/arm/mach-omap2/omap_hwmod*data*
7856
7857 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7858 M: Benoît Cousson <bcousson@baylibre.com>
7859 L: linux-omap@vger.kernel.org
7860 S: Maintained
7861 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7862
7863 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7864 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7865 L: linux-media@vger.kernel.org
7866 S: Maintained
7867 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7868 F: drivers/media/platform/omap3isp/
7869 F: drivers/staging/media/omap4iss/
7870
7871 OMAP USB SUPPORT
7872 M: Felipe Balbi <balbi@ti.com>
7873 L: linux-usb@vger.kernel.org
7874 L: linux-omap@vger.kernel.org
7875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7876 S: Maintained
7877 F: drivers/usb/*/*omap*
7878 F: arch/arm/*omap*/usb*
7879
7880 OMAP GPIO DRIVER
7881 M: Grygorii Strashko <grygorii.strashko@ti.com>
7882 M: Santosh Shilimkar <ssantosh@kernel.org>
7883 M: Kevin Hilman <khilman@deeprootsystems.com>
7884 L: linux-omap@vger.kernel.org
7885 S: Maintained
7886 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
7887 F: drivers/gpio/gpio-omap.c
7888
7889 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7890 M: Mark Jackson <mpfj@newflow.co.uk>
7891 L: linux-omap@vger.kernel.org
7892 S: Maintained
7893 F: arch/arm/boot/dts/am335x-nano.dts
7894
7895 OMFS FILESYSTEM
7896 M: Bob Copeland <me@bobcopeland.com>
7897 L: linux-karma-devel@lists.sourceforge.net
7898 S: Maintained
7899 F: Documentation/filesystems/omfs.txt
7900 F: fs/omfs/
7901
7902 OMNIKEY CARDMAN 4000 DRIVER
7903 M: Harald Welte <laforge@gnumonks.org>
7904 S: Maintained
7905 F: drivers/char/pcmcia/cm4000_cs.c
7906 F: include/linux/cm4000_cs.h
7907 F: include/uapi/linux/cm4000_cs.h
7908
7909 OMNIKEY CARDMAN 4040 DRIVER
7910 M: Harald Welte <laforge@gnumonks.org>
7911 S: Maintained
7912 F: drivers/char/pcmcia/cm4040_cs.*
7913
7914 OMNIVISION OV7670 SENSOR DRIVER
7915 M: Jonathan Corbet <corbet@lwn.net>
7916 L: linux-media@vger.kernel.org
7917 T: git git://linuxtv.org/media_tree.git
7918 S: Maintained
7919 F: drivers/media/i2c/ov7670.c
7920
7921 ONENAND FLASH DRIVER
7922 M: Kyungmin Park <kyungmin.park@samsung.com>
7923 L: linux-mtd@lists.infradead.org
7924 S: Maintained
7925 F: drivers/mtd/onenand/
7926 F: include/linux/mtd/onenand*.h
7927
7928 ONSTREAM SCSI TAPE DRIVER
7929 M: Willem Riede <osst@riede.org>
7930 L: osst-users@lists.sourceforge.net
7931 L: linux-scsi@vger.kernel.org
7932 S: Maintained
7933 F: Documentation/scsi/osst.txt
7934 F: drivers/scsi/osst.*
7935 F: drivers/scsi/osst_*.h
7936 F: drivers/scsi/st.h
7937
7938 OPENCORES I2C BUS DRIVER
7939 M: Peter Korsgaard <jacmet@sunsite.dk>
7940 L: linux-i2c@vger.kernel.org
7941 S: Maintained
7942 F: Documentation/i2c/busses/i2c-ocores
7943 F: drivers/i2c/busses/i2c-ocores.c
7944
7945 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7946 M: Rob Herring <robh+dt@kernel.org>
7947 M: Frank Rowand <frowand.list@gmail.com>
7948 M: Grant Likely <grant.likely@linaro.org>
7949 L: devicetree@vger.kernel.org
7950 W: http://www.devicetree.org/
7951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7952 S: Maintained
7953 F: drivers/of/
7954 F: include/linux/of*.h
7955 F: scripts/dtc/
7956
7957 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7958 M: Rob Herring <robh+dt@kernel.org>
7959 M: Pawel Moll <pawel.moll@arm.com>
7960 M: Mark Rutland <mark.rutland@arm.com>
7961 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7962 M: Kumar Gala <galak@codeaurora.org>
7963 L: devicetree@vger.kernel.org
7964 S: Maintained
7965 F: Documentation/devicetree/
7966 F: arch/*/boot/dts/
7967 F: include/dt-bindings/
7968
7969 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7970 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7971 L: devicetree@vger.kernel.org
7972 S: Maintained
7973 F: Documentation/devicetree/dynamic-resolution-notes.txt
7974 F: Documentation/devicetree/overlay-notes.txt
7975 F: drivers/of/overlay.c
7976 F: drivers/of/resolver.c
7977
7978 OPENRISC ARCHITECTURE
7979 M: Jonas Bonn <jonas@southpole.se>
7980 W: http://openrisc.net
7981 L: linux@lists.openrisc.net (moderated for non-subscribers)
7982 S: Maintained
7983 T: git git://openrisc.net/~jonas/linux
7984 F: arch/openrisc/
7985
7986 OPENVSWITCH
7987 M: Pravin Shelar <pshelar@nicira.com>
7988 L: netdev@vger.kernel.org
7989 L: dev@openvswitch.org
7990 W: http://openvswitch.org
7991 S: Maintained
7992 F: net/openvswitch/
7993 F: include/uapi/linux/openvswitch.h
7994
7995 OPERATING PERFORMANCE POINTS (OPP)
7996 M: Viresh Kumar <vireshk@kernel.org>
7997 M: Nishanth Menon <nm@ti.com>
7998 M: Stephen Boyd <sboyd@codeaurora.org>
7999 L: linux-pm@vger.kernel.org
8000 S: Maintained
8001 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8002 F: drivers/base/power/opp/
8003 F: include/linux/pm_opp.h
8004 F: Documentation/power/opp.txt
8005 F: Documentation/devicetree/bindings/opp/
8006
8007 OPL4 DRIVER
8008 M: Clemens Ladisch <clemens@ladisch.de>
8009 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8010 T: git git://git.alsa-project.org/alsa-kernel.git
8011 S: Maintained
8012 F: sound/drivers/opl4/
8013
8014 OPROFILE
8015 M: Robert Richter <rric@kernel.org>
8016 L: oprofile-list@lists.sf.net
8017 S: Maintained
8018 F: arch/*/include/asm/oprofile*.h
8019 F: arch/*/oprofile/
8020 F: drivers/oprofile/
8021 F: include/linux/oprofile.h
8022
8023 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8024 M: Mark Fasheh <mfasheh@suse.com>
8025 M: Joel Becker <jlbec@evilplan.org>
8026 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8027 W: http://ocfs2.wiki.kernel.org
8028 S: Supported
8029 F: Documentation/filesystems/ocfs2.txt
8030 F: Documentation/filesystems/dlmfs.txt
8031 F: fs/ocfs2/
8032
8033 ORINOCO DRIVER
8034 L: linux-wireless@vger.kernel.org
8035 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8036 W: http://www.nongnu.org/orinoco/
8037 S: Orphan
8038 F: drivers/net/wireless/intersil/orinoco/
8039
8040 OSD LIBRARY and FILESYSTEM
8041 M: Boaz Harrosh <ooo@electrozaur.com>
8042 M: Benny Halevy <bhalevy@primarydata.com>
8043 L: osd-dev@open-osd.org
8044 W: http://open-osd.org
8045 T: git git://git.open-osd.org/open-osd.git
8046 S: Maintained
8047 F: drivers/scsi/osd/
8048 F: include/scsi/osd_*
8049 F: fs/exofs/
8050
8051 OVERLAY FILESYSTEM
8052 M: Miklos Szeredi <miklos@szeredi.hu>
8053 L: linux-unionfs@vger.kernel.org
8054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8055 S: Supported
8056 F: fs/overlayfs/
8057 F: Documentation/filesystems/overlayfs.txt
8058
8059 P54 WIRELESS DRIVER
8060 M: Christian Lamparter <chunkeey@googlemail.com>
8061 L: linux-wireless@vger.kernel.org
8062 W: http://wireless.kernel.org/en/users/Drivers/p54
8063 S: Maintained
8064 F: drivers/net/wireless/intersil/p54/
8065
8066 PA SEMI ETHERNET DRIVER
8067 M: Olof Johansson <olof@lixom.net>
8068 L: netdev@vger.kernel.org
8069 S: Maintained
8070 F: drivers/net/ethernet/pasemi/*
8071
8072 PA SEMI SMBUS DRIVER
8073 M: Olof Johansson <olof@lixom.net>
8074 L: linux-i2c@vger.kernel.org
8075 S: Maintained
8076 F: drivers/i2c/busses/i2c-pasemi.c
8077
8078 PADATA PARALLEL EXECUTION MECHANISM
8079 M: Steffen Klassert <steffen.klassert@secunet.com>
8080 L: linux-crypto@vger.kernel.org
8081 S: Maintained
8082 F: kernel/padata.c
8083 F: include/linux/padata.h
8084 F: Documentation/padata.txt
8085
8086 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8087 M: Harald Welte <laforge@gnumonks.org>
8088 L: platform-driver-x86@vger.kernel.org
8089 S: Maintained
8090 F: drivers/platform/x86/panasonic-laptop.c
8091
8092 PANASONIC MN10300/AM33/AM34 PORT
8093 M: David Howells <dhowells@redhat.com>
8094 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8095 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8096 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8097 S: Maintained
8098 F: Documentation/mn10300/
8099 F: arch/mn10300/
8100
8101 PARALLEL PORT SUBSYSTEM
8102 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8103 M: Sudip Mukherjee <sudip@vectorindia.org>
8104 L: linux-parport@lists.infradead.org (subscribers-only)
8105 S: Maintained
8106 F: drivers/parport/
8107 F: include/linux/parport*.h
8108 F: drivers/char/ppdev.c
8109 F: include/uapi/linux/ppdev.h
8110 F: Documentation/parport*.txt
8111
8112 PARAVIRT_OPS INTERFACE
8113 M: Jeremy Fitzhardinge <jeremy@goop.org>
8114 M: Chris Wright <chrisw@sous-sol.org>
8115 M: Alok Kataria <akataria@vmware.com>
8116 M: Rusty Russell <rusty@rustcorp.com.au>
8117 L: virtualization@lists.linux-foundation.org
8118 S: Supported
8119 F: Documentation/virtual/paravirt_ops.txt
8120 F: arch/*/kernel/paravirt*
8121 F: arch/*/include/asm/paravirt.h
8122
8123 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8124 M: Tim Waugh <tim@cyberelk.net>
8125 L: linux-parport@lists.infradead.org (subscribers-only)
8126 S: Maintained
8127 F: Documentation/blockdev/paride.txt
8128 F: drivers/block/paride/
8129
8130 PARISC ARCHITECTURE
8131 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8132 M: Helge Deller <deller@gmx.de>
8133 L: linux-parisc@vger.kernel.org
8134 W: http://www.parisc-linux.org/
8135 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8136 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8138 S: Maintained
8139 F: arch/parisc/
8140 F: Documentation/parisc/
8141 F: drivers/parisc/
8142 F: drivers/char/agp/parisc-agp.c
8143 F: drivers/input/serio/gscps2.c
8144 F: drivers/parport/parport_gsc.*
8145 F: drivers/tty/serial/8250/8250_gsc.c
8146 F: drivers/video/fbdev/sti*
8147 F: drivers/video/console/sti*
8148 F: drivers/video/logo/logo_parisc*
8149
8150 PC87360 HARDWARE MONITORING DRIVER
8151 M: Jim Cromie <jim.cromie@gmail.com>
8152 L: lm-sensors@lm-sensors.org
8153 S: Maintained
8154 F: Documentation/hwmon/pc87360
8155 F: drivers/hwmon/pc87360.c
8156
8157 PC8736x GPIO DRIVER
8158 M: Jim Cromie <jim.cromie@gmail.com>
8159 S: Maintained
8160 F: drivers/char/pc8736x_gpio.c
8161
8162 PC87427 HARDWARE MONITORING DRIVER
8163 M: Jean Delvare <jdelvare@suse.com>
8164 L: lm-sensors@lm-sensors.org
8165 S: Maintained
8166 F: Documentation/hwmon/pc87427
8167 F: drivers/hwmon/pc87427.c
8168
8169 PCA9532 LED DRIVER
8170 M: Riku Voipio <riku.voipio@iki.fi>
8171 S: Maintained
8172 F: drivers/leds/leds-pca9532.c
8173 F: include/linux/leds-pca9532.h
8174
8175 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8176 M: Guenter Roeck <linux@roeck-us.net>
8177 L: linux-i2c@vger.kernel.org
8178 S: Maintained
8179 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8180
8181 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8182 M: Khalid Aziz <khalid@gonehiking.org>
8183 S: Maintained
8184 F: drivers/firmware/pcdp.*
8185
8186 PCI ERROR RECOVERY
8187 M: Linas Vepstas <linasvepstas@gmail.com>
8188 L: linux-pci@vger.kernel.org
8189 S: Supported
8190 F: Documentation/PCI/pci-error-recovery.txt
8191
8192 PCI SUBSYSTEM
8193 M: Bjorn Helgaas <bhelgaas@google.com>
8194 L: linux-pci@vger.kernel.org
8195 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8197 S: Supported
8198 F: Documentation/PCI/
8199 F: drivers/pci/
8200 F: include/linux/pci*
8201 F: arch/x86/pci/
8202 F: arch/x86/kernel/quirks.c
8203
8204 PCI DRIVER FOR ALTERA PCIE IP
8205 M: Ley Foon Tan <lftan@altera.com>
8206 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8207 L: linux-pci@vger.kernel.org
8208 S: Supported
8209 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8210 F: drivers/pci/host/pcie-altera.c
8211
8212 PCI DRIVER FOR ARM VERSATILE PLATFORM
8213 M: Rob Herring <robh@kernel.org>
8214 L: linux-pci@vger.kernel.org
8215 L: linux-arm-kernel@lists.infradead.org
8216 S: Maintained
8217 F: Documentation/devicetree/bindings/pci/versatile.txt
8218 F: drivers/pci/host/pci-versatile.c
8219
8220 PCI DRIVER FOR APPLIEDMICRO XGENE
8221 M: Tanmay Inamdar <tinamdar@apm.com>
8222 L: linux-pci@vger.kernel.org
8223 L: linux-arm-kernel@lists.infradead.org
8224 S: Maintained
8225 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8226 F: drivers/pci/host/pci-xgene.c
8227
8228 PCI DRIVER FOR FREESCALE LAYERSCAPE
8229 M: Minghuan Lian <minghuan.Lian@freescale.com>
8230 M: Mingkai Hu <mingkai.hu@freescale.com>
8231 M: Roy Zang <tie-fei.zang@freescale.com>
8232 L: linuxppc-dev@lists.ozlabs.org
8233 L: linux-pci@vger.kernel.org
8234 L: linux-arm-kernel@lists.infradead.org
8235 S: Maintained
8236 F: drivers/pci/host/*layerscape*
8237
8238 PCI DRIVER FOR IMX6
8239 M: Richard Zhu <Richard.Zhu@freescale.com>
8240 M: Lucas Stach <l.stach@pengutronix.de>
8241 L: linux-pci@vger.kernel.org
8242 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8243 S: Maintained
8244 F: drivers/pci/host/*imx6*
8245
8246 PCI DRIVER FOR TI KEYSTONE
8247 M: Murali Karicheri <m-karicheri2@ti.com>
8248 L: linux-pci@vger.kernel.org
8249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8250 S: Maintained
8251 F: drivers/pci/host/*keystone*
8252
8253 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8254 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8255 M: Jason Cooper <jason@lakedaemon.net>
8256 L: linux-pci@vger.kernel.org
8257 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8258 S: Maintained
8259 F: drivers/pci/host/*mvebu*
8260
8261 PCI DRIVER FOR NVIDIA TEGRA
8262 M: Thierry Reding <thierry.reding@gmail.com>
8263 L: linux-tegra@vger.kernel.org
8264 L: linux-pci@vger.kernel.org
8265 S: Supported
8266 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8267 F: drivers/pci/host/pci-tegra.c
8268
8269 PCI DRIVER FOR TI DRA7XX
8270 M: Kishon Vijay Abraham I <kishon@ti.com>
8271 L: linux-omap@vger.kernel.org
8272 L: linux-pci@vger.kernel.org
8273 S: Supported
8274 F: Documentation/devicetree/bindings/pci/ti-pci.txt
8275 F: drivers/pci/host/pci-dra7xx.c
8276
8277 PCI DRIVER FOR RENESAS R-CAR
8278 M: Simon Horman <horms@verge.net.au>
8279 L: linux-pci@vger.kernel.org
8280 L: linux-renesas-soc@vger.kernel.org
8281 S: Maintained
8282 F: drivers/pci/host/*rcar*
8283
8284 PCI DRIVER FOR SAMSUNG EXYNOS
8285 M: Jingoo Han <jingoohan1@gmail.com>
8286 L: linux-pci@vger.kernel.org
8287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8288 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8289 S: Maintained
8290 F: drivers/pci/host/pci-exynos.c
8291
8292 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8293 M: Jingoo Han <jingoohan1@gmail.com>
8294 M: Pratyush Anand <pratyush.anand@gmail.com>
8295 L: linux-pci@vger.kernel.org
8296 S: Maintained
8297 F: drivers/pci/host/*designware*
8298
8299 PCI DRIVER FOR GENERIC OF HOSTS
8300 M: Will Deacon <will.deacon@arm.com>
8301 L: linux-pci@vger.kernel.org
8302 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8303 S: Maintained
8304 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8305 F: drivers/pci/host/pci-host-generic.c
8306
8307 PCIE DRIVER FOR ST SPEAR13XX
8308 M: Pratyush Anand <pratyush.anand@gmail.com>
8309 L: linux-pci@vger.kernel.org
8310 S: Maintained
8311 F: drivers/pci/host/*spear*
8312
8313 PCI MSI DRIVER FOR ALTERA MSI IP
8314 M: Ley Foon Tan <lftan@altera.com>
8315 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8316 L: linux-pci@vger.kernel.org
8317 S: Supported
8318 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8319 F: drivers/pci/host/pcie-altera-msi.c
8320
8321 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8322 M: Duc Dang <dhdang@apm.com>
8323 L: linux-pci@vger.kernel.org
8324 L: linux-arm-kernel@lists.infradead.org
8325 S: Maintained
8326 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8327 F: drivers/pci/host/pci-xgene-msi.c
8328
8329 PCIE DRIVER FOR HISILICON
8330 M: Zhou Wang <wangzhou1@hisilicon.com>
8331 L: linux-pci@vger.kernel.org
8332 S: Maintained
8333 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8334 F: drivers/pci/host/pcie-hisi.c
8335
8336 PCMCIA SUBSYSTEM
8337 P: Linux PCMCIA Team
8338 L: linux-pcmcia@lists.infradead.org
8339 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8340 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8341 S: Maintained
8342 F: Documentation/pcmcia/
8343 F: drivers/pcmcia/
8344 F: include/pcmcia/
8345
8346 PCNET32 NETWORK DRIVER
8347 M: Don Fry <pcnet32@frontier.com>
8348 L: netdev@vger.kernel.org
8349 S: Maintained
8350 F: drivers/net/ethernet/amd/pcnet32.c
8351
8352 PCRYPT PARALLEL CRYPTO ENGINE
8353 M: Steffen Klassert <steffen.klassert@secunet.com>
8354 L: linux-crypto@vger.kernel.org
8355 S: Maintained
8356 F: crypto/pcrypt.c
8357 F: include/crypto/pcrypt.h
8358
8359 PER-CPU MEMORY ALLOCATOR
8360 M: Tejun Heo <tj@kernel.org>
8361 M: Christoph Lameter <cl@linux-foundation.org>
8362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8363 S: Maintained
8364 F: include/linux/percpu*.h
8365 F: mm/percpu*.c
8366 F: arch/*/include/asm/percpu.h
8367
8368 PER-TASK DELAY ACCOUNTING
8369 M: Balbir Singh <bsingharora@gmail.com>
8370 S: Maintained
8371 F: include/linux/delayacct.h
8372 F: kernel/delayacct.c
8373
8374 PERFORMANCE EVENTS SUBSYSTEM
8375 M: Peter Zijlstra <peterz@infradead.org>
8376 M: Ingo Molnar <mingo@redhat.com>
8377 M: Arnaldo Carvalho de Melo <acme@kernel.org>
8378 L: linux-kernel@vger.kernel.org
8379 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8380 S: Supported
8381 F: kernel/events/*
8382 F: include/linux/perf_event.h
8383 F: include/uapi/linux/perf_event.h
8384 F: arch/*/kernel/perf_event*.c
8385 F: arch/*/kernel/*/perf_event*.c
8386 F: arch/*/kernel/*/*/perf_event*.c
8387 F: arch/*/include/asm/perf_event.h
8388 F: arch/*/kernel/perf_callchain.c
8389 F: tools/perf/
8390
8391 PERSONALITY HANDLING
8392 M: Christoph Hellwig <hch@infradead.org>
8393 L: linux-abi-devel@lists.sourceforge.net
8394 S: Maintained
8395 F: include/linux/personality.h
8396 F: include/uapi/linux/personality.h
8397
8398 PHONET PROTOCOL
8399 M: Remi Denis-Courmont <courmisch@gmail.com>
8400 S: Supported
8401 F: Documentation/networking/phonet.txt
8402 F: include/linux/phonet.h
8403 F: include/net/phonet/
8404 F: include/uapi/linux/phonet.h
8405 F: net/phonet/
8406
8407 PHRAM MTD DRIVER
8408 M: Joern Engel <joern@lazybastard.org>
8409 L: linux-mtd@lists.infradead.org
8410 S: Maintained
8411 F: drivers/mtd/devices/phram.c
8412
8413 PICOLCD HID DRIVER
8414 M: Bruno Prémont <bonbons@linux-vserver.org>
8415 L: linux-input@vger.kernel.org
8416 S: Maintained
8417 F: drivers/hid/hid-picolcd*
8418
8419 PICOXCELL SUPPORT
8420 M: Jamie Iles <jamie@jamieiles.com>
8421 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8422 T: git git://github.com/jamieiles/linux-2.6-ji.git
8423 S: Supported
8424 F: arch/arm/boot/dts/picoxcell*
8425 F: arch/arm/mach-picoxcell/
8426 F: drivers/crypto/picoxcell*
8427
8428 PIN CONTROL SUBSYSTEM
8429 M: Linus Walleij <linus.walleij@linaro.org>
8430 L: linux-gpio@vger.kernel.org
8431 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8432 S: Maintained
8433 F: drivers/pinctrl/
8434 F: include/linux/pinctrl/
8435
8436 PIN CONTROLLER - ATMEL AT91
8437 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8438 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8439 S: Maintained
8440 F: drivers/pinctrl/pinctrl-at91.*
8441
8442 PIN CONTROLLER - ATMEL AT91 PIO4
8443 M: Ludovic Desroches <ludovic.desroches@atmel.com>
8444 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8445 L: linux-gpio@vger.kernel.org
8446 S: Supported
8447 F: drivers/pinctrl/pinctrl-at91-pio4.*
8448
8449 PIN CONTROLLER - INTEL
8450 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8451 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8452 S: Maintained
8453 F: drivers/pinctrl/intel/
8454
8455 PIN CONTROLLER - RENESAS
8456 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8457 M: Geert Uytterhoeven <geert+renesas@glider.be>
8458 L: linux-renesas-soc@vger.kernel.org
8459 S: Maintained
8460 F: drivers/pinctrl/sh-pfc/
8461
8462 PIN CONTROLLER - SAMSUNG
8463 M: Tomasz Figa <tomasz.figa@gmail.com>
8464 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8465 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8466 S: Maintained
8467 F: drivers/pinctrl/samsung/
8468
8469 PIN CONTROLLER - SINGLE
8470 M: Tony Lindgren <tony@atomide.com>
8471 M: Haojian Zhuang <haojian.zhuang@linaro.org>
8472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8473 L: linux-omap@vger.kernel.org
8474 S: Maintained
8475 F: drivers/pinctrl/pinctrl-single.c
8476
8477 PIN CONTROLLER - ST SPEAR
8478 M: Viresh Kumar <vireshk@kernel.org>
8479 L: spear-devel@list.st.com
8480 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8481 W: http://www.st.com/spear
8482 S: Maintained
8483 F: drivers/pinctrl/spear/
8484
8485 PKTCDVD DRIVER
8486 M: Jiri Kosina <jikos@kernel.org>
8487 S: Maintained
8488 F: drivers/block/pktcdvd.c
8489 F: include/linux/pktcdvd.h
8490 F: include/uapi/linux/pktcdvd.h
8491
8492 PKUNITY SOC DRIVERS
8493 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8494 W: http://mprc.pku.edu.cn/~guanxuetao/linux
8495 S: Maintained
8496 T: git git://github.com/gxt/linux.git
8497 F: drivers/input/serio/i8042-unicore32io.h
8498 F: drivers/i2c/busses/i2c-puv3.c
8499 F: drivers/video/fbdev/fb-puv3.c
8500 F: drivers/rtc/rtc-puv3.c
8501
8502 PMBUS HARDWARE MONITORING DRIVERS
8503 M: Guenter Roeck <linux@roeck-us.net>
8504 L: lm-sensors@lm-sensors.org
8505 W: http://www.lm-sensors.org/
8506 W: http://www.roeck-us.net/linux/drivers/
8507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8508 S: Maintained
8509 F: Documentation/hwmon/pmbus
8510 F: drivers/hwmon/pmbus/
8511 F: include/linux/i2c/pmbus.h
8512
8513 PMC SIERRA MaxRAID DRIVER
8514 L: linux-scsi@vger.kernel.org
8515 W: http://www.pmc-sierra.com/
8516 S: Orphan
8517 F: drivers/scsi/pmcraid.*
8518
8519 PMC SIERRA PM8001 DRIVER
8520 M: Jack Wang <jinpu.wang@profitbricks.com>
8521 M: lindar_liu@usish.com
8522 L: pmchba@pmcs.com
8523 L: linux-scsi@vger.kernel.org
8524 S: Supported
8525 F: drivers/scsi/pm8001/
8526
8527 POSIX CLOCKS and TIMERS
8528 M: Thomas Gleixner <tglx@linutronix.de>
8529 L: linux-kernel@vger.kernel.org
8530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8531 S: Maintained
8532 F: fs/timerfd.c
8533 F: include/linux/timer*
8534 F: kernel/time/*timer*
8535
8536 POWER MANAGEMENT CORE
8537 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8538 L: linux-pm@vger.kernel.org
8539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8540 S: Supported
8541 F: drivers/base/power/
8542 F: include/linux/pm.h
8543 F: include/linux/pm_*
8544 F: include/linux/powercap.h
8545 F: drivers/powercap/
8546
8547 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8548 M: Sebastian Reichel <sre@kernel.org>
8549 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8550 M: David Woodhouse <dwmw2@infradead.org>
8551 L: linux-pm@vger.kernel.org
8552 T: git git://git.infradead.org/battery-2.6.git
8553 S: Maintained
8554 F: include/linux/power_supply.h
8555 F: drivers/power/
8556 X: drivers/power/avs/
8557
8558 POWER STATE COORDINATION INTERFACE (PSCI)
8559 M: Mark Rutland <mark.rutland@arm.com>
8560 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8561 L: linux-arm-kernel@lists.infradead.org
8562 S: Maintained
8563 F: drivers/firmware/psci.c
8564 F: include/linux/psci.h
8565 F: include/uapi/linux/psci.h
8566
8567 PNP SUPPORT
8568 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8569 S: Maintained
8570 F: drivers/pnp/
8571
8572 PPP PROTOCOL DRIVERS AND COMPRESSORS
8573 M: Paul Mackerras <paulus@samba.org>
8574 L: linux-ppp@vger.kernel.org
8575 S: Maintained
8576 F: drivers/net/ppp/ppp_*
8577
8578 PPP OVER ATM (RFC 2364)
8579 M: Mitchell Blank Jr <mitch@sfgoth.com>
8580 S: Maintained
8581 F: net/atm/pppoatm.c
8582 F: include/uapi/linux/atmppp.h
8583
8584 PPP OVER ETHERNET
8585 M: Michal Ostrowski <mostrows@earthlink.net>
8586 S: Maintained
8587 F: drivers/net/ppp/pppoe.c
8588 F: drivers/net/ppp/pppox.c
8589
8590 PPP OVER L2TP
8591 M: James Chapman <jchapman@katalix.com>
8592 S: Maintained
8593 F: net/l2tp/l2tp_ppp.c
8594 F: include/linux/if_pppol2tp.h
8595 F: include/uapi/linux/if_pppol2tp.h
8596
8597 PPS SUPPORT
8598 M: Rodolfo Giometti <giometti@enneenne.com>
8599 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8600 L: linuxpps@ml.enneenne.com (subscribers-only)
8601 S: Maintained
8602 F: Documentation/pps/
8603 F: drivers/pps/
8604 F: include/linux/pps*.h
8605
8606 PPTP DRIVER
8607 M: Dmitry Kozlov <xeb@mail.ru>
8608 L: netdev@vger.kernel.org
8609 S: Maintained
8610 F: drivers/net/ppp/pptp.c
8611 W: http://sourceforge.net/projects/accel-pptp
8612
8613 PREEMPTIBLE KERNEL
8614 M: Robert Love <rml@tech9.net>
8615 L: kpreempt-tech@lists.sourceforge.net
8616 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8617 S: Supported
8618 F: Documentation/preempt-locking.txt
8619 F: include/linux/preempt.h
8620
8621 PRISM54 WIRELESS DRIVER
8622 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8623 L: linux-wireless@vger.kernel.org
8624 W: http://wireless.kernel.org/en/users/Drivers/p54
8625 S: Obsolete
8626 F: drivers/net/wireless/intersil/prism54/
8627
8628 PS3 NETWORK SUPPORT
8629 M: Geoff Levand <geoff@infradead.org>
8630 L: netdev@vger.kernel.org
8631 L: linuxppc-dev@lists.ozlabs.org
8632 S: Maintained
8633 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8634
8635 PS3 PLATFORM SUPPORT
8636 M: Geoff Levand <geoff@infradead.org>
8637 L: linuxppc-dev@lists.ozlabs.org
8638 S: Maintained
8639 F: arch/powerpc/boot/ps3*
8640 F: arch/powerpc/include/asm/lv1call.h
8641 F: arch/powerpc/include/asm/ps3*.h
8642 F: arch/powerpc/platforms/ps3/
8643 F: drivers/*/ps3*
8644 F: drivers/ps3/
8645 F: drivers/rtc/rtc-ps3.c
8646 F: drivers/usb/host/*ps3.c
8647 F: sound/ppc/snd_ps3*
8648
8649 PS3VRAM DRIVER
8650 M: Jim Paris <jim@jtan.com>
8651 M: Geoff Levand <geoff@infradead.org>
8652 L: linuxppc-dev@lists.ozlabs.org
8653 S: Maintained
8654 F: drivers/block/ps3vram.c
8655
8656 PSTORE FILESYSTEM
8657 M: Anton Vorontsov <anton@enomsg.org>
8658 M: Colin Cross <ccross@android.com>
8659 M: Kees Cook <keescook@chromium.org>
8660 M: Tony Luck <tony.luck@intel.com>
8661 S: Maintained
8662 T: git git://git.infradead.org/users/cbou/linux-pstore.git
8663 F: fs/pstore/
8664 F: include/linux/pstore*
8665 F: drivers/firmware/efi/efi-pstore.c
8666 F: drivers/acpi/apei/erst.c
8667
8668 PTP HARDWARE CLOCK SUPPORT
8669 M: Richard Cochran <richardcochran@gmail.com>
8670 L: netdev@vger.kernel.org
8671 S: Maintained
8672 W: http://linuxptp.sourceforge.net/
8673 F: Documentation/ABI/testing/sysfs-ptp
8674 F: Documentation/ptp/*
8675 F: drivers/net/ethernet/freescale/gianfar_ptp.c
8676 F: drivers/net/phy/dp83640*
8677 F: drivers/ptp/*
8678 F: include/linux/ptp_cl*
8679
8680 PTRACE SUPPORT
8681 M: Roland McGrath <roland@hack.frob.com>
8682 M: Oleg Nesterov <oleg@redhat.com>
8683 S: Maintained
8684 F: include/asm-generic/syscall.h
8685 F: include/linux/ptrace.h
8686 F: include/linux/regset.h
8687 F: include/linux/tracehook.h
8688 F: include/uapi/linux/ptrace.h
8689 F: kernel/ptrace.c
8690
8691 PVRUSB2 VIDEO4LINUX DRIVER
8692 M: Mike Isely <isely@pobox.com>
8693 L: pvrusb2@isely.net (subscribers-only)
8694 L: linux-media@vger.kernel.org
8695 W: http://www.isely.net/pvrusb2/
8696 T: git git://linuxtv.org/media_tree.git
8697 S: Maintained
8698 F: Documentation/video4linux/README.pvrusb2
8699 F: drivers/media/usb/pvrusb2/
8700
8701 PWC WEBCAM DRIVER
8702 M: Hans de Goede <hdegoede@redhat.com>
8703 L: linux-media@vger.kernel.org
8704 T: git git://linuxtv.org/media_tree.git
8705 S: Maintained
8706 F: drivers/media/usb/pwc/*
8707
8708 PWM FAN DRIVER
8709 M: Kamil Debski <k.debski@samsung.com>
8710 L: lm-sensors@lm-sensors.org
8711 S: Supported
8712 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8713 F: Documentation/hwmon/pwm-fan
8714 F: drivers/hwmon/pwm-fan.c
8715
8716 PWM SUBSYSTEM
8717 M: Thierry Reding <thierry.reding@gmail.com>
8718 L: linux-pwm@vger.kernel.org
8719 S: Maintained
8720 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8721 F: Documentation/pwm.txt
8722 F: Documentation/devicetree/bindings/pwm/
8723 F: include/linux/pwm.h
8724 F: drivers/pwm/
8725 F: drivers/video/backlight/pwm_bl.c
8726 F: include/linux/pwm_backlight.h
8727
8728 PXA2xx/PXA3xx SUPPORT
8729 M: Daniel Mack <daniel@zonque.org>
8730 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8731 M: Robert Jarzmik <robert.jarzmik@free.fr>
8732 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8733 T: git git://github.com/hzhuang1/linux.git
8734 T: git git://github.com/rjarzmik/linux.git
8735 S: Maintained
8736 F: arch/arm/mach-pxa/
8737 F: drivers/dma/pxa*
8738 F: drivers/pcmcia/pxa2xx*
8739 F: drivers/pinctrl/pxa/
8740 F: drivers/spi/spi-pxa2xx*
8741 F: drivers/usb/gadget/udc/pxa2*
8742 F: include/sound/pxa2xx-lib.h
8743 F: sound/arm/pxa*
8744 F: sound/soc/pxa/
8745
8746 PXA GPIO DRIVER
8747 M: Robert Jarzmik <robert.jarzmik@free.fr>
8748 L: linux-gpio@vger.kernel.org
8749 S: Maintained
8750 F: drivers/gpio/gpio-pxa.c
8751
8752 PXA3xx NAND FLASH DRIVER
8753 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8754 L: linux-mtd@lists.infradead.org
8755 S: Maintained
8756 F: drivers/mtd/nand/pxa3xx_nand.c
8757
8758 MMP SUPPORT
8759 M: Eric Miao <eric.y.miao@gmail.com>
8760 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8761 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8762 T: git git://github.com/hzhuang1/linux.git
8763 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8764 S: Maintained
8765 F: arch/arm/mach-mmp/
8766
8767 PXA MMCI DRIVER
8768 S: Orphan
8769
8770 PXA RTC DRIVER
8771 M: Robert Jarzmik <robert.jarzmik@free.fr>
8772 L: rtc-linux@googlegroups.com
8773 S: Maintained
8774
8775 QAT DRIVER
8776 M: Tadeusz Struk <tadeusz.struk@intel.com>
8777 L: qat-linux@intel.com
8778 S: Supported
8779 F: drivers/crypto/qat/
8780
8781 QIB DRIVER
8782 M: Mike Marciniszyn <infinipath@intel.com>
8783 L: linux-rdma@vger.kernel.org
8784 S: Supported
8785 F: drivers/infiniband/hw/qib/
8786
8787 QLOGIC QLA1280 SCSI DRIVER
8788 M: Michael Reed <mdr@sgi.com>
8789 L: linux-scsi@vger.kernel.org
8790 S: Maintained
8791 F: drivers/scsi/qla1280.[ch]
8792
8793 QLOGIC QLA2XXX FC-SCSI DRIVER
8794 M: qla2xxx-upstream@qlogic.com
8795 L: linux-scsi@vger.kernel.org
8796 S: Supported
8797 F: Documentation/scsi/LICENSE.qla2xxx
8798 F: drivers/scsi/qla2xxx/
8799
8800 QLOGIC QLA4XXX iSCSI DRIVER
8801 M: QLogic-Storage-Upstream@qlogic.com
8802 L: linux-scsi@vger.kernel.org
8803 S: Supported
8804 F: Documentation/scsi/LICENSE.qla4xxx
8805 F: drivers/scsi/qla4xxx/
8806
8807 QLOGIC QLA3XXX NETWORK DRIVER
8808 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8809 M: Ron Mercer <ron.mercer@qlogic.com>
8810 M: linux-driver@qlogic.com
8811 L: netdev@vger.kernel.org
8812 S: Supported
8813 F: Documentation/networking/LICENSE.qla3xxx
8814 F: drivers/net/ethernet/qlogic/qla3xxx.*
8815
8816 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8817 M: Dept-GELinuxNICDev@qlogic.com
8818 L: netdev@vger.kernel.org
8819 S: Supported
8820 F: drivers/net/ethernet/qlogic/qlcnic/
8821
8822 QLOGIC QLGE 10Gb ETHERNET DRIVER
8823 M: Harish Patil <harish.patil@qlogic.com>
8824 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8825 M: Dept-GELinuxNICDev@qlogic.com
8826 M: linux-driver@qlogic.com
8827 L: netdev@vger.kernel.org
8828 S: Supported
8829 F: drivers/net/ethernet/qlogic/qlge/
8830
8831 QLOGIC QL4xxx ETHERNET DRIVER
8832 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8833 M: Ariel Elior <Ariel.Elior@qlogic.com>
8834 M: everest-linux-l2@qlogic.com
8835 L: netdev@vger.kernel.org
8836 S: Supported
8837 F: drivers/net/ethernet/qlogic/qed/
8838 F: include/linux/qed/
8839 F: drivers/net/ethernet/qlogic/qede/
8840
8841 QNX4 FILESYSTEM
8842 M: Anders Larsen <al@alarsen.net>
8843 W: http://www.alarsen.net/linux/qnx4fs/
8844 S: Maintained
8845 F: fs/qnx4/
8846 F: include/uapi/linux/qnx4_fs.h
8847 F: include/uapi/linux/qnxtypes.h
8848
8849 QT1010 MEDIA DRIVER
8850 M: Antti Palosaari <crope@iki.fi>
8851 L: linux-media@vger.kernel.org
8852 W: https://linuxtv.org
8853 W: http://palosaari.fi/linux/
8854 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8855 T: git git://linuxtv.org/anttip/media_tree.git
8856 S: Maintained
8857 F: drivers/media/tuners/qt1010*
8858
8859 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8860 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8861 L: linux-wireless@vger.kernel.org
8862 L: ath9k-devel@lists.ath9k.org
8863 W: http://wireless.kernel.org/en/users/Drivers/ath9k
8864 S: Supported
8865 F: drivers/net/wireless/ath/ath9k/
8866
8867 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8868 M: Kalle Valo <kvalo@qca.qualcomm.com>
8869 L: ath10k@lists.infradead.org
8870 W: http://wireless.kernel.org/en/users/Drivers/ath10k
8871 T: git git://github.com/kvalo/ath.git
8872 S: Supported
8873 F: drivers/net/wireless/ath/ath10k/
8874
8875 QUALCOMM HEXAGON ARCHITECTURE
8876 M: Richard Kuo <rkuo@codeaurora.org>
8877 L: linux-hexagon@vger.kernel.org
8878 S: Supported
8879 F: arch/hexagon/
8880
8881 QUALCOMM WCN36XX WIRELESS DRIVER
8882 M: Eugene Krasnikov <k.eugene.e@gmail.com>
8883 L: wcn36xx@lists.infradead.org
8884 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8885 T: git git://github.com/KrasnikovEugene/wcn36xx.git
8886 S: Supported
8887 F: drivers/net/wireless/ath/wcn36xx/
8888
8889 RADOS BLOCK DEVICE (RBD)
8890 M: Ilya Dryomov <idryomov@gmail.com>
8891 M: Sage Weil <sage@redhat.com>
8892 M: Alex Elder <elder@kernel.org>
8893 L: ceph-devel@vger.kernel.org
8894 W: http://ceph.com/
8895 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8896 T: git git://github.com/ceph/ceph-client.git
8897 S: Supported
8898 F: Documentation/ABI/testing/sysfs-bus-rbd
8899 F: drivers/block/rbd.c
8900 F: drivers/block/rbd_types.h
8901
8902 RADEON FRAMEBUFFER DISPLAY DRIVER
8903 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8904 L: linux-fbdev@vger.kernel.org
8905 S: Maintained
8906 F: drivers/video/fbdev/aty/radeon*
8907 F: include/uapi/linux/radeonfb.h
8908
8909 RADIOSHARK RADIO DRIVER
8910 M: Hans de Goede <hdegoede@redhat.com>
8911 L: linux-media@vger.kernel.org
8912 T: git git://linuxtv.org/media_tree.git
8913 S: Maintained
8914 F: drivers/media/radio/radio-shark.c
8915
8916 RADIOSHARK2 RADIO DRIVER
8917 M: Hans de Goede <hdegoede@redhat.com>
8918 L: linux-media@vger.kernel.org
8919 T: git git://linuxtv.org/media_tree.git
8920 S: Maintained
8921 F: drivers/media/radio/radio-shark2.c
8922 F: drivers/media/radio/radio-tea5777.c
8923
8924 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8925 M: Paul Mackerras <paulus@samba.org>
8926 L: linux-fbdev@vger.kernel.org
8927 S: Maintained
8928 F: drivers/video/fbdev/aty/aty128fb.c
8929
8930 RALINK RT2X00 WIRELESS LAN DRIVER
8931 P: rt2x00 project
8932 M: Stanislaw Gruszka <sgruszka@redhat.com>
8933 M: Helmut Schaa <helmut.schaa@googlemail.com>
8934 L: linux-wireless@vger.kernel.org
8935 S: Maintained
8936 F: drivers/net/wireless/ralink/rt2x00/
8937
8938 RAMDISK RAM BLOCK DEVICE DRIVER
8939 M: Jens Axboe <axboe@kernel.dk>
8940 S: Maintained
8941 F: Documentation/blockdev/ramdisk.txt
8942 F: drivers/block/brd.c
8943
8944 RANDOM NUMBER DRIVER
8945 M: "Theodore Ts'o" <tytso@mit.edu>
8946 S: Maintained
8947 F: drivers/char/random.c
8948
8949 RAPIDIO SUBSYSTEM
8950 M: Matt Porter <mporter@kernel.crashing.org>
8951 M: Alexandre Bounine <alexandre.bounine@idt.com>
8952 S: Maintained
8953 F: drivers/rapidio/
8954
8955 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8956 L: linux-wireless@vger.kernel.org
8957 S: Orphan
8958 F: drivers/net/wireless/ray*
8959
8960 RCUTORTURE MODULE
8961 M: Josh Triplett <josh@joshtriplett.org>
8962 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8963 L: linux-kernel@vger.kernel.org
8964 S: Supported
8965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8966 F: Documentation/RCU/torture.txt
8967 F: kernel/rcu/rcutorture.c
8968
8969 RCUTORTURE TEST FRAMEWORK
8970 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8971 M: Josh Triplett <josh@joshtriplett.org>
8972 R: Steven Rostedt <rostedt@goodmis.org>
8973 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8974 R: Lai Jiangshan <jiangshanlai@gmail.com>
8975 L: linux-kernel@vger.kernel.org
8976 S: Supported
8977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8978 F: tools/testing/selftests/rcutorture
8979
8980 RDC R-321X SoC
8981 M: Florian Fainelli <florian@openwrt.org>
8982 S: Maintained
8983
8984 RDC R6040 FAST ETHERNET DRIVER
8985 M: Florian Fainelli <florian@openwrt.org>
8986 L: netdev@vger.kernel.org
8987 S: Maintained
8988 F: drivers/net/ethernet/rdc/r6040.c
8989
8990 RDS - RELIABLE DATAGRAM SOCKETS
8991 M: Chien Yen <chien.yen@oracle.com>
8992 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8993 S: Supported
8994 F: net/rds/
8995
8996 READ-COPY UPDATE (RCU)
8997 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8998 M: Josh Triplett <josh@joshtriplett.org>
8999 R: Steven Rostedt <rostedt@goodmis.org>
9000 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9001 R: Lai Jiangshan <jiangshanlai@gmail.com>
9002 L: linux-kernel@vger.kernel.org
9003 W: http://www.rdrop.com/users/paulmck/RCU/
9004 S: Supported
9005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9006 F: Documentation/RCU/
9007 X: Documentation/RCU/torture.txt
9008 F: include/linux/rcu*
9009 X: include/linux/srcu.h
9010 F: kernel/rcu/
9011 X: kernel/torture.c
9012
9013 REAL TIME CLOCK (RTC) SUBSYSTEM
9014 M: Alessandro Zummo <a.zummo@towertech.it>
9015 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9016 L: rtc-linux@googlegroups.com
9017 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9019 S: Maintained
9020 F: Documentation/rtc.txt
9021 F: drivers/rtc/
9022 F: include/linux/rtc.h
9023 F: include/uapi/linux/rtc.h
9024
9025 REALTEK AUDIO CODECS
9026 M: Bard Liao <bardliao@realtek.com>
9027 M: Oder Chiou <oder_chiou@realtek.com>
9028 S: Maintained
9029 F: sound/soc/codecs/rt*
9030 F: include/sound/rt*.h
9031
9032 REISERFS FILE SYSTEM
9033 L: reiserfs-devel@vger.kernel.org
9034 S: Supported
9035 F: fs/reiserfs/
9036
9037 REGISTER MAP ABSTRACTION
9038 M: Mark Brown <broonie@kernel.org>
9039 L: linux-kernel@vger.kernel.org
9040 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9041 S: Supported
9042 F: drivers/base/regmap/
9043 F: include/linux/regmap.h
9044
9045 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9046 M: Ohad Ben-Cohen <ohad@wizery.com>
9047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9048 S: Maintained
9049 F: drivers/remoteproc/
9050 F: Documentation/remoteproc.txt
9051 F: include/linux/remoteproc.h
9052
9053 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9054 M: Ohad Ben-Cohen <ohad@wizery.com>
9055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9056 S: Maintained
9057 F: drivers/rpmsg/
9058 F: Documentation/rpmsg.txt
9059 F: include/linux/rpmsg.h
9060
9061 RENESAS ETHERNET DRIVERS
9062 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9063 L: netdev@vger.kernel.org
9064 L: linux-renesas-soc@vger.kernel.org
9065 F: drivers/net/ethernet/renesas/
9066 F: include/linux/sh_eth.h
9067
9068 RENESAS USB2 PHY DRIVER
9069 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9070 L: linux-renesas-soc@vger.kernel.org
9071 S: Maintained
9072 F: drivers/phy/phy-rcar-gen3-usb2.c
9073
9074 RESET CONTROLLER FRAMEWORK
9075 M: Philipp Zabel <p.zabel@pengutronix.de>
9076 S: Maintained
9077 F: drivers/reset/
9078 F: Documentation/devicetree/bindings/reset/
9079 F: include/dt-bindings/reset/
9080 F: include/linux/reset.h
9081 F: include/linux/reset-controller.h
9082
9083 RFKILL
9084 M: Johannes Berg <johannes@sipsolutions.net>
9085 L: linux-wireless@vger.kernel.org
9086 W: http://wireless.kernel.org/
9087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9089 S: Maintained
9090 F: Documentation/rfkill.txt
9091 F: net/rfkill/
9092
9093 RHASHTABLE
9094 M: Thomas Graf <tgraf@suug.ch>
9095 L: netdev@vger.kernel.org
9096 S: Maintained
9097 F: lib/rhashtable.c
9098 F: include/linux/rhashtable.h
9099
9100 RICOH SMARTMEDIA/XD DRIVER
9101 M: Maxim Levitsky <maximlevitsky@gmail.com>
9102 S: Maintained
9103 F: drivers/mtd/nand/r852.c
9104 F: drivers/mtd/nand/r852.h
9105
9106 RICOH R5C592 MEMORYSTICK DRIVER
9107 M: Maxim Levitsky <maximlevitsky@gmail.com>
9108 S: Maintained
9109 F: drivers/memstick/host/r592.*
9110
9111 ROCCAT DRIVERS
9112 M: Stefan Achatz <erazor_de@users.sourceforge.net>
9113 W: http://sourceforge.net/projects/roccat/
9114 S: Maintained
9115 F: drivers/hid/hid-roccat*
9116 F: include/linux/hid-roccat*
9117 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9118
9119 ROCKER DRIVER
9120 M: Jiri Pirko <jiri@resnulli.us>
9121 M: Scott Feldman <sfeldma@gmail.com>
9122 L: netdev@vger.kernel.org
9123 S: Supported
9124 F: drivers/net/ethernet/rocker/
9125
9126 ROCKETPORT DRIVER
9127 P: Comtrol Corp.
9128 W: http://www.comtrol.com
9129 S: Maintained
9130 F: Documentation/serial/rocket.txt
9131 F: drivers/tty/rocket*
9132
9133 ROCKETPORT EXPRESS/INFINITY DRIVER
9134 M: Kevin Cernekee <cernekee@gmail.com>
9135 L: linux-serial@vger.kernel.org
9136 S: Odd Fixes
9137 F: drivers/tty/serial/rp2.*
9138
9139 ROSE NETWORK LAYER
9140 M: Ralf Baechle <ralf@linux-mips.org>
9141 L: linux-hams@vger.kernel.org
9142 W: http://www.linux-ax25.org/
9143 S: Maintained
9144 F: include/net/rose.h
9145 F: include/uapi/linux/rose.h
9146 F: net/rose/
9147
9148 RTL2830 MEDIA DRIVER
9149 M: Antti Palosaari <crope@iki.fi>
9150 L: linux-media@vger.kernel.org
9151 W: https://linuxtv.org
9152 W: http://palosaari.fi/linux/
9153 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9154 T: git git://linuxtv.org/anttip/media_tree.git
9155 S: Maintained
9156 F: drivers/media/dvb-frontends/rtl2830*
9157
9158 RTL2832 MEDIA DRIVER
9159 M: Antti Palosaari <crope@iki.fi>
9160 L: linux-media@vger.kernel.org
9161 W: https://linuxtv.org
9162 W: http://palosaari.fi/linux/
9163 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9164 T: git git://linuxtv.org/anttip/media_tree.git
9165 S: Maintained
9166 F: drivers/media/dvb-frontends/rtl2832*
9167
9168 RTL2832_SDR MEDIA DRIVER
9169 M: Antti Palosaari <crope@iki.fi>
9170 L: linux-media@vger.kernel.org
9171 W: https://linuxtv.org
9172 W: http://palosaari.fi/linux/
9173 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9174 T: git git://linuxtv.org/anttip/media_tree.git
9175 S: Maintained
9176 F: drivers/media/dvb-frontends/rtl2832_sdr*
9177
9178 RTL8180 WIRELESS DRIVER
9179 L: linux-wireless@vger.kernel.org
9180 W: http://wireless.kernel.org/
9181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9182 S: Orphan
9183 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9184
9185 RTL8187 WIRELESS DRIVER
9186 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9187 M: Hin-Tak Leung <htl10@users.sourceforge.net>
9188 M: Larry Finger <Larry.Finger@lwfinger.net>
9189 L: linux-wireless@vger.kernel.org
9190 W: http://wireless.kernel.org/
9191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9192 S: Maintained
9193 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9194
9195 RTL8192CE WIRELESS DRIVER
9196 M: Larry Finger <Larry.Finger@lwfinger.net>
9197 M: Chaoming Li <chaoming_li@realsil.com.cn>
9198 L: linux-wireless@vger.kernel.org
9199 W: http://wireless.kernel.org/
9200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9201 S: Maintained
9202 F: drivers/net/wireless/realtek/rtlwifi/
9203 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9204
9205 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9206 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9207 L: linux-wireless@vger.kernel.org
9208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9209 S: Maintained
9210 F: drivers/net/wireless/realtek/rtl8xxxu/
9211
9212 S3 SAVAGE FRAMEBUFFER DRIVER
9213 M: Antonino Daplas <adaplas@gmail.com>
9214 L: linux-fbdev@vger.kernel.org
9215 S: Maintained
9216 F: drivers/video/fbdev/savage/
9217
9218 S390
9219 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9220 M: Heiko Carstens <heiko.carstens@de.ibm.com>
9221 L: linux-s390@vger.kernel.org
9222 W: http://www.ibm.com/developerworks/linux/linux390/
9223 S: Supported
9224 F: arch/s390/
9225 F: drivers/s390/
9226 F: Documentation/s390/
9227 F: Documentation/DocBook/s390*
9228
9229 S390 COMMON I/O LAYER
9230 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9231 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9232 L: linux-s390@vger.kernel.org
9233 W: http://www.ibm.com/developerworks/linux/linux390/
9234 S: Supported
9235 F: drivers/s390/cio/
9236
9237 S390 DASD DRIVER
9238 M: Stefan Weinhuber <wein@de.ibm.com>
9239 M: Stefan Haberland <stefan.haberland@de.ibm.com>
9240 L: linux-s390@vger.kernel.org
9241 W: http://www.ibm.com/developerworks/linux/linux390/
9242 S: Supported
9243 F: drivers/s390/block/dasd*
9244 F: block/partitions/ibm.c
9245
9246 S390 NETWORK DRIVERS
9247 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9248 L: linux-s390@vger.kernel.org
9249 W: http://www.ibm.com/developerworks/linux/linux390/
9250 S: Supported
9251 F: drivers/s390/net/
9252
9253 S390 PCI SUBSYSTEM
9254 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9255 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9256 L: linux-s390@vger.kernel.org
9257 W: http://www.ibm.com/developerworks/linux/linux390/
9258 S: Supported
9259 F: arch/s390/pci/
9260 F: drivers/pci/hotplug/s390_pci_hpc.c
9261
9262 S390 ZCRYPT DRIVER
9263 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9264 L: linux-s390@vger.kernel.org
9265 W: http://www.ibm.com/developerworks/linux/linux390/
9266 S: Supported
9267 F: drivers/s390/crypto/
9268
9269 S390 ZFCP DRIVER
9270 M: Steffen Maier <maier@linux.vnet.ibm.com>
9271 L: linux-s390@vger.kernel.org
9272 W: http://www.ibm.com/developerworks/linux/linux390/
9273 S: Supported
9274 F: drivers/s390/scsi/zfcp_*
9275
9276 S390 IUCV NETWORK LAYER
9277 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9278 L: linux-s390@vger.kernel.org
9279 W: http://www.ibm.com/developerworks/linux/linux390/
9280 S: Supported
9281 F: drivers/s390/net/*iucv*
9282 F: include/net/iucv/
9283 F: net/iucv/
9284
9285 S390 IOMMU (PCI)
9286 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9287 L: linux-s390@vger.kernel.org
9288 W: http://www.ibm.com/developerworks/linux/linux390/
9289 S: Supported
9290 F: drivers/iommu/s390-iommu.c
9291
9292 S3C24XX SD/MMC Driver
9293 M: Ben Dooks <ben-linux@fluff.org>
9294 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9295 S: Supported
9296 F: drivers/mmc/host/s3cmci.*
9297
9298 SAA6588 RDS RECEIVER DRIVER
9299 M: Hans Verkuil <hverkuil@xs4all.nl>
9300 L: linux-media@vger.kernel.org
9301 T: git git://linuxtv.org/media_tree.git
9302 W: https://linuxtv.org
9303 S: Odd Fixes
9304 F: drivers/media/i2c/saa6588*
9305
9306 SAA7134 VIDEO4LINUX DRIVER
9307 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9308 L: linux-media@vger.kernel.org
9309 W: https://linuxtv.org
9310 T: git git://linuxtv.org/media_tree.git
9311 S: Odd fixes
9312 F: Documentation/video4linux/*.saa7134
9313 F: drivers/media/pci/saa7134/
9314
9315 SAA7146 VIDEO4LINUX-2 DRIVER
9316 M: Hans Verkuil <hverkuil@xs4all.nl>
9317 L: linux-media@vger.kernel.org
9318 T: git git://linuxtv.org/media_tree.git
9319 S: Maintained
9320 F: drivers/media/common/saa7146/
9321 F: drivers/media/pci/saa7146/
9322 F: include/media/saa7146*
9323
9324 SAMSUNG LAPTOP DRIVER
9325 M: Corentin Chary <corentin.chary@gmail.com>
9326 L: platform-driver-x86@vger.kernel.org
9327 S: Maintained
9328 F: drivers/platform/x86/samsung-laptop.c
9329
9330 SAMSUNG AUDIO (ASoC) DRIVERS
9331 M: Sangbeom Kim <sbkim73@samsung.com>
9332 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9333 S: Supported
9334 F: sound/soc/samsung/
9335
9336 SAMSUNG FRAMEBUFFER DRIVER
9337 M: Jingoo Han <jingoohan1@gmail.com>
9338 L: linux-fbdev@vger.kernel.org
9339 S: Maintained
9340 F: drivers/video/fbdev/s3c-fb.c
9341
9342 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9343 M: Sangbeom Kim <sbkim73@samsung.com>
9344 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9345 L: linux-kernel@vger.kernel.org
9346 L: linux-samsung-soc@vger.kernel.org
9347 S: Supported
9348 F: drivers/mfd/sec*.c
9349 F: drivers/regulator/s2m*.c
9350 F: drivers/regulator/s5m*.c
9351 F: drivers/clk/clk-s2mps11.c
9352 F: drivers/rtc/rtc-s5m.c
9353 F: include/linux/mfd/samsung/
9354 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9355 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9356 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9357 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9358
9359 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9360 M: Kyungmin Park <kyungmin.park@samsung.com>
9361 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9362 L: linux-media@vger.kernel.org
9363 Q: https://patchwork.linuxtv.org/project/linux-media/list/
9364 S: Supported
9365 F: drivers/media/platform/exynos4-is/
9366
9367 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9368 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9369 L: linux-media@vger.kernel.org
9370 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9371 S: Maintained
9372 F: drivers/media/platform/s3c-camif/
9373 F: include/media/drv-intf/s3c_camif.h
9374
9375 SAMSUNG S5C73M3 CAMERA DRIVER
9376 M: Kyungmin Park <kyungmin.park@samsung.com>
9377 M: Andrzej Hajda <a.hajda@samsung.com>
9378 L: linux-media@vger.kernel.org
9379 S: Supported
9380 F: drivers/media/i2c/s5c73m3/*
9381
9382 SAMSUNG S5K5BAF CAMERA DRIVER
9383 M: Kyungmin Park <kyungmin.park@samsung.com>
9384 M: Andrzej Hajda <a.hajda@samsung.com>
9385 L: linux-media@vger.kernel.org
9386 S: Supported
9387 F: drivers/media/i2c/s5k5baf.c
9388
9389 SAMSUNG S3FWRN5 NFC DRIVER
9390 M: Robert Baldyga <r.baldyga@samsung.com>
9391 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9392 S: Supported
9393 F: drivers/nfc/s3fwrn5
9394
9395 SAMSUNG SOC CLOCK DRIVERS
9396 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9397 M: Tomasz Figa <tomasz.figa@gmail.com>
9398 S: Supported
9399 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9400 F: drivers/clk/samsung/
9401
9402 SAMSUNG SXGBE DRIVERS
9403 M: Byungho An <bh74.an@samsung.com>
9404 M: Girish K S <ks.giri@samsung.com>
9405 M: Vipul Pandya <vipul.pandya@samsung.com>
9406 S: Supported
9407 L: netdev@vger.kernel.org
9408 F: drivers/net/ethernet/samsung/sxgbe/
9409
9410 SAMSUNG THERMAL DRIVER
9411 M: Lukasz Majewski <l.majewski@samsung.com>
9412 L: linux-pm@vger.kernel.org
9413 L: linux-samsung-soc@vger.kernel.org
9414 S: Supported
9415 T: https://github.com/lmajewski/linux-samsung-thermal.git
9416 F: drivers/thermal/samsung/
9417
9418 SAMSUNG USB2 PHY DRIVER
9419 M: Kamil Debski <k.debski@samsung.com>
9420 L: linux-kernel@vger.kernel.org
9421 S: Supported
9422 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9423 F: Documentation/phy/samsung-usb2.txt
9424 F: drivers/phy/phy-exynos4210-usb2.c
9425 F: drivers/phy/phy-exynos4x12-usb2.c
9426 F: drivers/phy/phy-exynos5250-usb2.c
9427 F: drivers/phy/phy-s5pv210-usb2.c
9428 F: drivers/phy/phy-samsung-usb2.c
9429 F: drivers/phy/phy-samsung-usb2.h
9430
9431 SERIAL DRIVERS
9432 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9433 L: linux-serial@vger.kernel.org
9434 S: Maintained
9435 F: drivers/tty/serial/
9436
9437 SYNOPSYS DESIGNWARE DMAC DRIVER
9438 M: Viresh Kumar <vireshk@kernel.org>
9439 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9440 S: Maintained
9441 F: include/linux/dma/dw.h
9442 F: include/linux/platform_data/dma-dw.h
9443 F: drivers/dma/dw/
9444
9445 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9446 M: Lars Persson <lars.persson@axis.com>
9447 L: netdev@vger.kernel.org
9448 S: Supported
9449 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9450 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9451
9452 SYNOPSYS DESIGNWARE I2C DRIVER
9453 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9454 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9455 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9456 L: linux-i2c@vger.kernel.org
9457 S: Maintained
9458 F: drivers/i2c/busses/i2c-designware-*
9459 F: include/linux/platform_data/i2c-designware.h
9460
9461 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9462 M: Jaehoon Chung <jh80.chung@samsung.com>
9463 L: linux-mmc@vger.kernel.org
9464 S: Maintained
9465 F: include/linux/mmc/dw_mmc.h
9466 F: drivers/mmc/host/dw_mmc*
9467
9468 SYSTEM TRACE MODULE CLASS
9469 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9470 S: Maintained
9471 F: Documentation/trace/stm.txt
9472 F: drivers/hwtracing/stm/
9473 F: include/linux/stm.h
9474 F: include/uapi/linux/stm.h
9475
9476 THUNDERBOLT DRIVER
9477 M: Andreas Noever <andreas.noever@gmail.com>
9478 S: Maintained
9479 F: drivers/thunderbolt/
9480
9481 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9482 M: John Stultz <john.stultz@linaro.org>
9483 M: Thomas Gleixner <tglx@linutronix.de>
9484 L: linux-kernel@vger.kernel.org
9485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9486 S: Supported
9487 F: include/linux/clocksource.h
9488 F: include/linux/time.h
9489 F: include/linux/timex.h
9490 F: include/uapi/linux/time.h
9491 F: include/uapi/linux/timex.h
9492 F: kernel/time/clocksource.c
9493 F: kernel/time/time*.c
9494 F: kernel/time/alarmtimer.c
9495 F: kernel/time/ntp.c
9496 F: tools/testing/selftests/timers/
9497
9498 SC1200 WDT DRIVER
9499 M: Zwane Mwaikambo <zwanem@gmail.com>
9500 S: Maintained
9501 F: drivers/watchdog/sc1200wdt.c
9502
9503 SCHEDULER
9504 M: Ingo Molnar <mingo@redhat.com>
9505 M: Peter Zijlstra <peterz@infradead.org>
9506 L: linux-kernel@vger.kernel.org
9507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9508 S: Maintained
9509 F: kernel/sched/
9510 F: include/linux/sched.h
9511 F: include/uapi/linux/sched.h
9512 F: include/linux/wait.h
9513
9514 SCORE ARCHITECTURE
9515 M: Chen Liqin <liqin.linux@gmail.com>
9516 M: Lennox Wu <lennox.wu@gmail.com>
9517 W: http://www.sunplus.com
9518 S: Supported
9519 F: arch/score/
9520
9521 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9522 M: Sudeep Holla <sudeep.holla@arm.com>
9523 L: linux-arm-kernel@lists.infradead.org
9524 S: Maintained
9525 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9526 F: drivers/clk/clk-scpi.c
9527 F: drivers/cpufreq/scpi-cpufreq.c
9528 F: drivers/firmware/arm_scpi.c
9529 F: include/linux/scpi_protocol.h
9530
9531 SCSI CDROM DRIVER
9532 M: Jens Axboe <axboe@kernel.dk>
9533 L: linux-scsi@vger.kernel.org
9534 W: http://www.kernel.dk
9535 S: Maintained
9536 F: drivers/scsi/sr*
9537
9538 SCSI RDMA PROTOCOL (SRP) INITIATOR
9539 M: Bart Van Assche <bart.vanassche@sandisk.com>
9540 L: linux-rdma@vger.kernel.org
9541 S: Supported
9542 W: http://www.openfabrics.org
9543 Q: http://patchwork.kernel.org/project/linux-rdma/list/
9544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9545 F: drivers/infiniband/ulp/srp/
9546 F: include/scsi/srp.h
9547
9548 SCSI SG DRIVER
9549 M: Doug Gilbert <dgilbert@interlog.com>
9550 L: linux-scsi@vger.kernel.org
9551 W: http://sg.danny.cz/sg
9552 S: Maintained
9553 F: Documentation/scsi/scsi-generic.txt
9554 F: drivers/scsi/sg.c
9555 F: include/scsi/sg.h
9556
9557 SCSI SUBSYSTEM
9558 M: "James E.J. Bottomley" <JBottomley@odin.com>
9559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9560 M: "Martin K. Petersen" <martin.petersen@oracle.com>
9561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9562 L: linux-scsi@vger.kernel.org
9563 S: Maintained
9564 F: drivers/scsi/
9565 F: include/scsi/
9566
9567 SCSI TAPE DRIVER
9568 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9569 L: linux-scsi@vger.kernel.org
9570 S: Maintained
9571 F: Documentation/scsi/st.txt
9572 F: drivers/scsi/st.*
9573 F: drivers/scsi/st_*.h
9574
9575 SCTP PROTOCOL
9576 M: Vlad Yasevich <vyasevich@gmail.com>
9577 M: Neil Horman <nhorman@tuxdriver.com>
9578 L: linux-sctp@vger.kernel.org
9579 W: http://lksctp.sourceforge.net
9580 S: Maintained
9581 F: Documentation/networking/sctp.txt
9582 F: include/linux/sctp.h
9583 F: include/uapi/linux/sctp.h
9584 F: include/net/sctp/
9585 F: net/sctp/
9586
9587 SCx200 CPU SUPPORT
9588 M: Jim Cromie <jim.cromie@gmail.com>
9589 S: Odd Fixes
9590 F: Documentation/i2c/busses/scx200_acb
9591 F: arch/x86/platform/scx200/
9592 F: drivers/watchdog/scx200_wdt.c
9593 F: drivers/i2c/busses/scx200*
9594 F: drivers/mtd/maps/scx200_docflash.c
9595 F: include/linux/scx200.h
9596
9597 SCx200 GPIO DRIVER
9598 M: Jim Cromie <jim.cromie@gmail.com>
9599 S: Maintained
9600 F: drivers/char/scx200_gpio.c
9601 F: include/linux/scx200_gpio.h
9602
9603 SCx200 HRT CLOCKSOURCE DRIVER
9604 M: Jim Cromie <jim.cromie@gmail.com>
9605 S: Maintained
9606 F: drivers/clocksource/scx200_hrt.c
9607
9608 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9609 M: Sascha Sommer <saschasommer@freenet.de>
9610 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9611 S: Maintained
9612 F: drivers/mmc/host/sdricoh_cs.c
9613
9614 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9615 L: linux-mmc@vger.kernel.org
9616 S: Orphan
9617 F: drivers/mmc/host/sdhci.*
9618 F: drivers/mmc/host/sdhci-pltfm.[ch]
9619
9620 SECURE COMPUTING
9621 M: Kees Cook <keescook@chromium.org>
9622 R: Andy Lutomirski <luto@amacapital.net>
9623 R: Will Drewry <wad@chromium.org>
9624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9625 S: Supported
9626 F: kernel/seccomp.c
9627 F: include/uapi/linux/seccomp.h
9628 F: include/linux/seccomp.h
9629 F: tools/testing/selftests/seccomp/*
9630 K: \bsecure_computing
9631 K: \bTIF_SECCOMP\b
9632
9633 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9634 M: Ben Dooks <ben-linux@fluff.org>
9635 M: Jaehoon Chung <jh80.chung@samsung.com>
9636 L: linux-mmc@vger.kernel.org
9637 S: Maintained
9638 F: drivers/mmc/host/sdhci-s3c*
9639
9640 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9641 M: Viresh Kumar <vireshk@kernel.org>
9642 L: spear-devel@list.st.com
9643 L: linux-mmc@vger.kernel.org
9644 S: Maintained
9645 F: drivers/mmc/host/sdhci-spear.c
9646
9647 SECURITY SUBSYSTEM
9648 M: James Morris <james.l.morris@oracle.com>
9649 M: "Serge E. Hallyn" <serge@hallyn.com>
9650 L: linux-security-module@vger.kernel.org (suggested Cc:)
9651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9652 W: http://kernsec.org/
9653 S: Supported
9654 F: security/
9655
9656 SECURITY CONTACT
9657 M: Security Officers <security@kernel.org>
9658 S: Supported
9659
9660 SELINUX SECURITY MODULE
9661 M: Paul Moore <paul@paul-moore.com>
9662 M: Stephen Smalley <sds@tycho.nsa.gov>
9663 M: Eric Paris <eparis@parisplace.org>
9664 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9665 W: http://selinuxproject.org
9666 T: git git://git.infradead.org/users/pcmoore/selinux
9667 S: Supported
9668 F: include/linux/selinux*
9669 F: security/selinux/
9670 F: scripts/selinux/
9671
9672 APPARMOR SECURITY MODULE
9673 M: John Johansen <john.johansen@canonical.com>
9674 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9675 W: apparmor.wiki.kernel.org
9676 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9677 S: Supported
9678 F: security/apparmor/
9679
9680 YAMA SECURITY MODULE
9681 M: Kees Cook <keescook@chromium.org>
9682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9683 S: Supported
9684 F: security/yama/
9685
9686 SENSABLE PHANTOM
9687 M: Jiri Slaby <jirislaby@gmail.com>
9688 S: Maintained
9689 F: drivers/misc/phantom.c
9690 F: include/uapi/linux/phantom.h
9691
9692 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9693 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9694 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9695 M: John Soni Jose <sony.john@avagotech.com>
9696 L: linux-scsi@vger.kernel.org
9697 W: http://www.avagotech.com
9698 S: Supported
9699 F: drivers/scsi/be2iscsi/
9700
9701 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9702 M: Sathya Perla <sathya.perla@avagotech.com>
9703 M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9704 M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9705 M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9706 L: netdev@vger.kernel.org
9707 W: http://www.emulex.com
9708 S: Supported
9709 F: drivers/net/ethernet/emulex/benet/
9710
9711 EMULEX ONECONNECT ROCE DRIVER
9712 M: Selvin Xavier <selvin.xavier@avagotech.com>
9713 M: Devesh Sharma <devesh.sharma@avagotech.com>
9714 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9715 L: linux-rdma@vger.kernel.org
9716 W: http://www.emulex.com
9717 S: Supported
9718 F: drivers/infiniband/hw/ocrdma/
9719
9720 SFC NETWORK DRIVER
9721 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9722 M: Shradha Shah <sshah@solarflare.com>
9723 L: netdev@vger.kernel.org
9724 S: Supported
9725 F: drivers/net/ethernet/sfc/
9726
9727 SGI GRU DRIVER
9728 M: Dimitri Sivanich <sivanich@sgi.com>
9729 S: Maintained
9730 F: drivers/misc/sgi-gru/
9731
9732 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9733 M: Pat Gefre <pfg@sgi.com>
9734 L: linux-ia64@vger.kernel.org
9735 S: Supported
9736 F: Documentation/ia64/serial.txt
9737 F: drivers/tty/serial/ioc?_serial.c
9738 F: include/linux/ioc?.h
9739
9740 SGI XP/XPC/XPNET DRIVER
9741 M: Cliff Whickman <cpw@sgi.com>
9742 M: Robin Holt <robinmholt@gmail.com>
9743 S: Maintained
9744 F: drivers/misc/sgi-xp/
9745
9746 SI2157 MEDIA DRIVER
9747 M: Antti Palosaari <crope@iki.fi>
9748 L: linux-media@vger.kernel.org
9749 W: https://linuxtv.org
9750 W: http://palosaari.fi/linux/
9751 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9752 T: git git://linuxtv.org/anttip/media_tree.git
9753 S: Maintained
9754 F: drivers/media/tuners/si2157*
9755
9756 SI2168 MEDIA DRIVER
9757 M: Antti Palosaari <crope@iki.fi>
9758 L: linux-media@vger.kernel.org
9759 W: https://linuxtv.org
9760 W: http://palosaari.fi/linux/
9761 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9762 T: git git://linuxtv.org/anttip/media_tree.git
9763 S: Maintained
9764 F: drivers/media/dvb-frontends/si2168*
9765
9766 SI470X FM RADIO RECEIVER I2C DRIVER
9767 M: Hans Verkuil <hverkuil@xs4all.nl>
9768 L: linux-media@vger.kernel.org
9769 T: git git://linuxtv.org/media_tree.git
9770 W: https://linuxtv.org
9771 S: Odd Fixes
9772 F: drivers/media/radio/si470x/radio-si470x-i2c.c
9773
9774 SI470X FM RADIO RECEIVER USB DRIVER
9775 M: Hans Verkuil <hverkuil@xs4all.nl>
9776 L: linux-media@vger.kernel.org
9777 T: git git://linuxtv.org/media_tree.git
9778 W: https://linuxtv.org
9779 S: Maintained
9780 F: drivers/media/radio/si470x/radio-si470x-common.c
9781 F: drivers/media/radio/si470x/radio-si470x.h
9782 F: drivers/media/radio/si470x/radio-si470x-usb.c
9783
9784 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9785 M: Eduardo Valentin <edubezval@gmail.com>
9786 L: linux-media@vger.kernel.org
9787 T: git git://linuxtv.org/media_tree.git
9788 W: https://linuxtv.org
9789 S: Odd Fixes
9790 F: drivers/media/radio/si4713/si4713.?
9791
9792 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9793 M: Eduardo Valentin <edubezval@gmail.com>
9794 L: linux-media@vger.kernel.org
9795 T: git git://linuxtv.org/media_tree.git
9796 W: https://linuxtv.org
9797 S: Odd Fixes
9798 F: drivers/media/radio/si4713/radio-platform-si4713.c
9799
9800 SI4713 FM RADIO TRANSMITTER USB DRIVER
9801 M: Hans Verkuil <hverkuil@xs4all.nl>
9802 L: linux-media@vger.kernel.org
9803 T: git git://linuxtv.org/media_tree.git
9804 W: https://linuxtv.org
9805 S: Maintained
9806 F: drivers/media/radio/si4713/radio-usb-si4713.c
9807
9808 SIANO DVB DRIVER
9809 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9810 L: linux-media@vger.kernel.org
9811 W: https://linuxtv.org
9812 T: git git://linuxtv.org/media_tree.git
9813 S: Odd fixes
9814 F: drivers/media/common/siano/
9815 F: drivers/media/usb/siano/
9816 F: drivers/media/usb/siano/
9817 F: drivers/media/mmc/siano/
9818
9819 SIMPLEFB FB DRIVER
9820 M: Hans de Goede <hdegoede@redhat.com>
9821 L: linux-fbdev@vger.kernel.org
9822 S: Maintained
9823 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9824 F: drivers/video/fbdev/simplefb.c
9825 F: include/linux/platform_data/simplefb.h
9826
9827 SH_VEU V4L2 MEM2MEM DRIVER
9828 L: linux-media@vger.kernel.org
9829 S: Orphan
9830 F: drivers/media/platform/sh_veu.c
9831
9832 SH_VOU V4L2 OUTPUT DRIVER
9833 L: linux-media@vger.kernel.org
9834 S: Orphan
9835 F: drivers/media/platform/sh_vou.c
9836 F: include/media/drv-intf/sh_vou.h
9837
9838 SIMPLE FIRMWARE INTERFACE (SFI)
9839 M: Len Brown <lenb@kernel.org>
9840 L: sfi-devel@simplefirmware.org
9841 W: http://simplefirmware.org/
9842 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9843 S: Supported
9844 F: arch/x86/platform/sfi/
9845 F: drivers/sfi/
9846 F: include/linux/sfi*.h
9847
9848 SIMTEC EB110ATX (Chalice CATS)
9849 P: Ben Dooks
9850 P: Vincent Sanders <vince@simtec.co.uk>
9851 M: Simtec Linux Team <linux@simtec.co.uk>
9852 W: http://www.simtec.co.uk/products/EB110ATX/
9853 S: Supported
9854
9855 SIMTEC EB2410ITX (BAST)
9856 P: Ben Dooks
9857 P: Vincent Sanders <vince@simtec.co.uk>
9858 M: Simtec Linux Team <linux@simtec.co.uk>
9859 W: http://www.simtec.co.uk/products/EB2410ITX/
9860 S: Supported
9861 F: arch/arm/mach-s3c24xx/mach-bast.c
9862 F: arch/arm/mach-s3c24xx/bast-ide.c
9863 F: arch/arm/mach-s3c24xx/bast-irq.c
9864
9865 TI DAVINCI MACHINE SUPPORT
9866 M: Sekhar Nori <nsekhar@ti.com>
9867 M: Kevin Hilman <khilman@deeprootsystems.com>
9868 T: git git://gitorious.org/linux-davinci/linux-davinci.git
9869 Q: http://patchwork.kernel.org/project/linux-davinci/list/
9870 S: Supported
9871 F: arch/arm/mach-davinci/
9872 F: drivers/i2c/busses/i2c-davinci.c
9873
9874 TI DAVINCI SERIES MEDIA DRIVER
9875 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9876 L: linux-media@vger.kernel.org
9877 W: https://linuxtv.org
9878 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9879 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9880 S: Maintained
9881 F: drivers/media/platform/davinci/
9882 F: include/media/davinci/
9883
9884 TI AM437X VPFE DRIVER
9885 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9886 L: linux-media@vger.kernel.org
9887 W: https://linuxtv.org
9888 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9889 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9890 S: Maintained
9891 F: drivers/media/platform/am437x/
9892
9893 OV2659 OMNIVISION SENSOR DRIVER
9894 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9895 L: linux-media@vger.kernel.org
9896 W: https://linuxtv.org
9897 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9898 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9899 S: Maintained
9900 F: drivers/media/i2c/ov2659.c
9901 F: include/media/i2c/ov2659.h
9902
9903 SILICON MOTION SM712 FRAME BUFFER DRIVER
9904 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9905 M: Teddy Wang <teddy.wang@siliconmotion.com>
9906 M: Sudip Mukherjee <sudip@vectorindia.org>
9907 L: linux-fbdev@vger.kernel.org
9908 S: Maintained
9909 F: drivers/video/fbdev/sm712*
9910 F: Documentation/fb/sm712fb.txt
9911
9912 SIS 190 ETHERNET DRIVER
9913 M: Francois Romieu <romieu@fr.zoreil.com>
9914 L: netdev@vger.kernel.org
9915 S: Maintained
9916 F: drivers/net/ethernet/sis/sis190.c
9917
9918 SIS 900/7016 FAST ETHERNET DRIVER
9919 M: Daniele Venzano <venza@brownhat.org>
9920 W: http://www.brownhat.org/sis900.html
9921 L: netdev@vger.kernel.org
9922 S: Maintained
9923 F: drivers/net/ethernet/sis/sis900.*
9924
9925 SIS FRAMEBUFFER DRIVER
9926 M: Thomas Winischhofer <thomas@winischhofer.net>
9927 W: http://www.winischhofer.net/linuxsisvga.shtml
9928 S: Maintained
9929 F: Documentation/fb/sisfb.txt
9930 F: drivers/video/fbdev/sis/
9931 F: include/video/sisfb.h
9932
9933 SIS USB2VGA DRIVER
9934 M: Thomas Winischhofer <thomas@winischhofer.net>
9935 W: http://www.winischhofer.at/linuxsisusbvga.shtml
9936 S: Maintained
9937 F: drivers/usb/misc/sisusbvga/
9938
9939 SLAB ALLOCATOR
9940 M: Christoph Lameter <cl@linux.com>
9941 M: Pekka Enberg <penberg@kernel.org>
9942 M: David Rientjes <rientjes@google.com>
9943 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
9944 M: Andrew Morton <akpm@linux-foundation.org>
9945 L: linux-mm@kvack.org
9946 S: Maintained
9947 F: include/linux/sl?b*.h
9948 F: mm/sl?b*
9949
9950 SLEEPABLE READ-COPY UPDATE (SRCU)
9951 M: Lai Jiangshan <jiangshanlai@gmail.com>
9952 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9953 M: Josh Triplett <josh@joshtriplett.org>
9954 R: Steven Rostedt <rostedt@goodmis.org>
9955 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9956 L: linux-kernel@vger.kernel.org
9957 W: http://www.rdrop.com/users/paulmck/RCU/
9958 S: Supported
9959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9960 F: include/linux/srcu.h
9961 F: kernel/rcu/srcu.c
9962
9963 SMACK SECURITY MODULE
9964 M: Casey Schaufler <casey@schaufler-ca.com>
9965 L: linux-security-module@vger.kernel.org
9966 W: http://schaufler-ca.com
9967 T: git git://git.gitorious.org/smack-next/kernel.git
9968 S: Maintained
9969 F: Documentation/security/Smack.txt
9970 F: security/smack/
9971
9972 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9973 M: Kevin Hilman <khilman@kernel.org>
9974 M: Nishanth Menon <nm@ti.com>
9975 S: Maintained
9976 F: drivers/power/avs/
9977 F: include/linux/power/smartreflex.h
9978 L: linux-pm@vger.kernel.org
9979
9980 SMC91x ETHERNET DRIVER
9981 M: Nicolas Pitre <nico@fluxnic.net>
9982 S: Odd Fixes
9983 F: drivers/net/ethernet/smsc/smc91x.*
9984
9985 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9986 M: Sakari Ailus <sakari.ailus@iki.fi>
9987 L: linux-media@vger.kernel.org
9988 S: Maintained
9989 F: drivers/media/i2c/smiapp/
9990 F: include/media/i2c/smiapp.h
9991 F: drivers/media/i2c/smiapp-pll.c
9992 F: drivers/media/i2c/smiapp-pll.h
9993 F: include/uapi/linux/smiapp.h
9994 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9995
9996 SMM665 HARDWARE MONITOR DRIVER
9997 M: Guenter Roeck <linux@roeck-us.net>
9998 L: lm-sensors@lm-sensors.org
9999 S: Maintained
10000 F: Documentation/hwmon/smm665
10001 F: drivers/hwmon/smm665.c
10002
10003 SMSC EMC2103 HARDWARE MONITOR DRIVER
10004 M: Steve Glendinning <steve.glendinning@shawell.net>
10005 L: lm-sensors@lm-sensors.org
10006 S: Maintained
10007 F: Documentation/hwmon/emc2103
10008 F: drivers/hwmon/emc2103.c
10009
10010 SMSC SCH5627 HARDWARE MONITOR DRIVER
10011 M: Hans de Goede <hdegoede@redhat.com>
10012 L: lm-sensors@lm-sensors.org
10013 S: Supported
10014 F: Documentation/hwmon/sch5627
10015 F: drivers/hwmon/sch5627.c
10016
10017 SMSC47B397 HARDWARE MONITOR DRIVER
10018 M: Jean Delvare <jdelvare@suse.com>
10019 L: lm-sensors@lm-sensors.org
10020 S: Maintained
10021 F: Documentation/hwmon/smsc47b397
10022 F: drivers/hwmon/smsc47b397.c
10023
10024 SMSC911x ETHERNET DRIVER
10025 M: Steve Glendinning <steve.glendinning@shawell.net>
10026 L: netdev@vger.kernel.org
10027 S: Maintained
10028 F: include/linux/smsc911x.h
10029 F: drivers/net/ethernet/smsc/smsc911x.*
10030
10031 SMSC9420 PCI ETHERNET DRIVER
10032 M: Steve Glendinning <steve.glendinning@shawell.net>
10033 L: netdev@vger.kernel.org
10034 S: Maintained
10035 F: drivers/net/ethernet/smsc/smsc9420.*
10036
10037 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10038 M: Steve Glendinning <steve.glendinning@shawell.net>
10039 L: linux-fbdev@vger.kernel.org
10040 S: Maintained
10041 F: drivers/video/fbdev/smscufx.c
10042
10043 SOC-CAMERA V4L2 SUBSYSTEM
10044 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10045 L: linux-media@vger.kernel.org
10046 T: git git://linuxtv.org/media_tree.git
10047 S: Maintained
10048 F: include/media/soc*
10049 F: drivers/media/i2c/soc_camera/
10050 F: drivers/media/platform/soc_camera/
10051
10052 SOEKRIS NET48XX LED SUPPORT
10053 M: Chris Boot <bootc@bootc.net>
10054 S: Maintained
10055 F: drivers/leds/leds-net48xx.c
10056
10057 SOFTLOGIC 6x10 MPEG CODEC
10058 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10059 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10060 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10061 M: Ismael Luceno <ismael@iodev.co.uk>
10062 L: linux-media@vger.kernel.org
10063 S: Supported
10064 F: drivers/media/pci/solo6x10/
10065
10066 SOFTWARE RAID (Multiple Disks) SUPPORT
10067 L: linux-raid@vger.kernel.org
10068 S: Supported
10069 F: drivers/md/
10070 F: include/linux/raid/
10071 F: include/uapi/linux/raid/
10072
10073 SONIC NETWORK DRIVER
10074 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10075 L: netdev@vger.kernel.org
10076 S: Maintained
10077 F: drivers/net/ethernet/natsemi/sonic.*
10078
10079 SONICS SILICON BACKPLANE DRIVER (SSB)
10080 M: Michael Buesch <m@bues.ch>
10081 L: netdev@vger.kernel.org
10082 S: Maintained
10083 F: drivers/ssb/
10084 F: include/linux/ssb/
10085
10086 SONY VAIO CONTROL DEVICE DRIVER
10087 M: Mattia Dongili <malattia@linux.it>
10088 L: platform-driver-x86@vger.kernel.org
10089 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10090 S: Maintained
10091 F: Documentation/laptops/sony-laptop.txt
10092 F: drivers/char/sonypi.c
10093 F: drivers/platform/x86/sony-laptop.c
10094 F: include/linux/sony-laptop.h
10095
10096 SONY MEMORYSTICK CARD SUPPORT
10097 M: Alex Dubov <oakad@yahoo.com>
10098 W: http://tifmxx.berlios.de/
10099 S: Maintained
10100 F: drivers/memstick/host/tifm_ms.c
10101
10102 SONY MEMORYSTICK STANDARD SUPPORT
10103 M: Maxim Levitsky <maximlevitsky@gmail.com>
10104 S: Maintained
10105 F: drivers/memstick/core/ms_block.*
10106
10107 SOUND
10108 M: Jaroslav Kysela <perex@perex.cz>
10109 M: Takashi Iwai <tiwai@suse.com>
10110 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10111 W: http://www.alsa-project.org/
10112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10113 T: git git://git.alsa-project.org/alsa-kernel.git
10114 Q: http://patchwork.kernel.org/project/alsa-devel/list/
10115 S: Maintained
10116 F: Documentation/sound/
10117 F: include/sound/
10118 F: include/uapi/sound/
10119 F: sound/
10120
10121 SOUND - COMPRESSED AUDIO
10122 M: Vinod Koul <vinod.koul@intel.com>
10123 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10125 S: Supported
10126 F: Documentation/sound/alsa/compress_offload.txt
10127 F: include/sound/compress_driver.h
10128 F: include/uapi/sound/compress_*
10129 F: sound/core/compress_offload.c
10130 F: sound/soc/soc-compress.c
10131
10132 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10133 M: Liam Girdwood <lgirdwood@gmail.com>
10134 M: Mark Brown <broonie@kernel.org>
10135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10136 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10137 W: http://alsa-project.org/main/index.php/ASoC
10138 S: Supported
10139 F: Documentation/sound/alsa/soc/
10140 F: sound/soc/
10141 F: include/sound/soc*
10142
10143 SOUND - DMAENGINE HELPERS
10144 M: Lars-Peter Clausen <lars@metafoo.de>
10145 S: Supported
10146 F: include/sound/dmaengine_pcm.h
10147 F: sound/core/pcm_dmaengine.c
10148 F: sound/soc/soc-generic-dmaengine-pcm.c
10149
10150 SP2 MEDIA DRIVER
10151 M: Olli Salonen <olli.salonen@iki.fi>
10152 L: linux-media@vger.kernel.org
10153 W: https://linuxtv.org
10154 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10155 S: Maintained
10156 F: drivers/media/dvb-frontends/sp2*
10157
10158 SPARC + UltraSPARC (sparc/sparc64)
10159 M: "David S. Miller" <davem@davemloft.net>
10160 L: sparclinux@vger.kernel.org
10161 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10164 S: Maintained
10165 F: arch/sparc/
10166 F: drivers/sbus/
10167
10168 SPARC SERIAL DRIVERS
10169 M: "David S. Miller" <davem@davemloft.net>
10170 L: sparclinux@vger.kernel.org
10171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10173 S: Maintained
10174 F: include/linux/sunserialcore.h
10175 F: drivers/tty/serial/suncore.c
10176 F: drivers/tty/serial/sunhv.c
10177 F: drivers/tty/serial/sunsab.c
10178 F: drivers/tty/serial/sunsab.h
10179 F: drivers/tty/serial/sunsu.c
10180 F: drivers/tty/serial/sunzilog.c
10181 F: drivers/tty/serial/sunzilog.h
10182
10183 SPARSE CHECKER
10184 M: "Christopher Li" <sparse@chrisli.org>
10185 L: linux-sparse@vger.kernel.org
10186 W: https://sparse.wiki.kernel.org/
10187 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10188 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10189 S: Maintained
10190 F: include/linux/compiler.h
10191
10192 SPEAR PLATFORM SUPPORT
10193 M: Viresh Kumar <vireshk@kernel.org>
10194 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10195 L: spear-devel@list.st.com
10196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10197 W: http://www.st.com/spear
10198 S: Maintained
10199 F: arch/arm/mach-spear/
10200
10201 SPEAR CLOCK FRAMEWORK SUPPORT
10202 M: Viresh Kumar <vireshk@kernel.org>
10203 L: spear-devel@list.st.com
10204 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10205 W: http://www.st.com/spear
10206 S: Maintained
10207 F: drivers/clk/spear/
10208
10209 SPI SUBSYSTEM
10210 M: Mark Brown <broonie@kernel.org>
10211 L: linux-spi@vger.kernel.org
10212 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10213 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10214 S: Maintained
10215 F: Documentation/spi/
10216 F: drivers/spi/
10217 F: include/linux/spi/
10218 F: include/uapi/linux/spi/
10219
10220 SPIDERNET NETWORK DRIVER for CELL
10221 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10222 L: netdev@vger.kernel.org
10223 S: Supported
10224 F: Documentation/networking/spider_net.txt
10225 F: drivers/net/ethernet/toshiba/spider_net*
10226
10227 SPU FILE SYSTEM
10228 M: Jeremy Kerr <jk@ozlabs.org>
10229 L: linuxppc-dev@lists.ozlabs.org
10230 W: http://www.ibm.com/developerworks/power/cell/
10231 S: Supported
10232 F: Documentation/filesystems/spufs.txt
10233 F: arch/powerpc/platforms/cell/spufs/
10234
10235 SQUASHFS FILE SYSTEM
10236 M: Phillip Lougher <phillip@squashfs.org.uk>
10237 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10238 W: http://squashfs.org.uk
10239 S: Maintained
10240 F: Documentation/filesystems/squashfs.txt
10241 F: fs/squashfs/
10242
10243 SRM (Alpha) environment access
10244 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10245 S: Maintained
10246 F: arch/alpha/kernel/srm_env.c
10247
10248 STABLE BRANCH
10249 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10250 L: stable@vger.kernel.org
10251 S: Supported
10252 F: Documentation/stable_kernel_rules.txt
10253
10254 STAGING SUBSYSTEM
10255 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10256 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10257 L: devel@driverdev.osuosl.org
10258 S: Supported
10259 F: drivers/staging/
10260
10261 STAGING - COMEDI
10262 M: Ian Abbott <abbotti@mev.co.uk>
10263 M: H Hartley Sweeten <hsweeten@visionengravers.com>
10264 S: Odd Fixes
10265 F: drivers/staging/comedi/
10266
10267 STAGING - FLARION FT1000 DRIVERS
10268 M: Marek Belisko <marek.belisko@gmail.com>
10269 S: Odd Fixes
10270 F: drivers/staging/ft1000/
10271
10272 STAGING - INDUSTRIAL IO
10273 M: Jonathan Cameron <jic23@kernel.org>
10274 L: linux-iio@vger.kernel.org
10275 S: Odd Fixes
10276 F: drivers/staging/iio/
10277
10278 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10279 M: Jarod Wilson <jarod@wilsonet.com>
10280 W: http://www.lirc.org/
10281 S: Odd Fixes
10282 F: drivers/staging/media/lirc/
10283
10284 STAGING - LUSTRE PARALLEL FILESYSTEM
10285 M: Oleg Drokin <oleg.drokin@intel.com>
10286 M: Andreas Dilger <andreas.dilger@intel.com>
10287 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10288 W: http://wiki.lustre.org/
10289 S: Maintained
10290 F: drivers/staging/lustre
10291
10292 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10293 M: Marc Dietrich <marvin24@gmx.de>
10294 L: ac100@lists.launchpad.net (moderated for non-subscribers)
10295 L: linux-tegra@vger.kernel.org
10296 S: Maintained
10297 F: drivers/staging/nvec/
10298
10299 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10300 M: Jens Frederich <jfrederich@gmail.com>
10301 M: Daniel Drake <dsd@laptop.org>
10302 M: Jon Nettleton <jon.nettleton@gmail.com>
10303 W: http://wiki.laptop.org/go/DCON
10304 S: Maintained
10305 F: drivers/staging/olpc_dcon/
10306
10307 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10308 M: Willy Tarreau <willy@meta-x.org>
10309 S: Odd Fixes
10310 F: drivers/staging/panel/
10311
10312 STAGING - REALTEK RTL8712U DRIVERS
10313 M: Larry Finger <Larry.Finger@lwfinger.net>
10314 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10315 S: Odd Fixes
10316 F: drivers/staging/rtl8712/
10317
10318 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10319 M: Larry Finger <Larry.Finger@lwfinger.net>
10320 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10321 L: linux-wireless@vger.kernel.org
10322 S: Maintained
10323 F: drivers/staging/rtl8723au/
10324
10325 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10326 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10327 M: Teddy Wang <teddy.wang@siliconmotion.com>
10328 M: Sudip Mukherjee <sudip@vectorindia.org>
10329 L: linux-fbdev@vger.kernel.org
10330 S: Maintained
10331 F: drivers/staging/sm750fb/
10332
10333 STAGING - SLICOSS
10334 M: Lior Dotan <liodot@gmail.com>
10335 M: Christopher Harrer <charrer@alacritech.com>
10336 S: Odd Fixes
10337 F: drivers/staging/slicoss/
10338
10339 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10340 M: William Hubbs <w.d.hubbs@gmail.com>
10341 M: Chris Brannon <chris@the-brannons.com>
10342 M: Kirk Reiser <kirk@reisers.ca>
10343 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10344 L: speakup@linux-speakup.org
10345 W: http://www.linux-speakup.org/
10346 S: Odd Fixes
10347 F: drivers/staging/speakup/
10348
10349 STAGING - VIA VT665X DRIVERS
10350 M: Forest Bond <forest@alittletooquiet.net>
10351 S: Odd Fixes
10352 F: drivers/staging/vt665?/
10353
10354 STAGING - WILC1000 WIFI DRIVER
10355 M: Johnny Kim <johnny.kim@atmel.com>
10356 M: Austin Shin <austin.shin@atmel.com>
10357 M: Chris Park <chris.park@atmel.com>
10358 M: Tony Cho <tony.cho@atmel.com>
10359 M: Glen Lee <glen.lee@atmel.com>
10360 M: Leo Kim <leo.kim@atmel.com>
10361 L: linux-wireless@vger.kernel.org
10362 S: Supported
10363 F: drivers/staging/wilc1000/
10364
10365 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10366 M: Arnaud Patard <arnaud.patard@rtp-net.org>
10367 S: Odd Fixes
10368 F: drivers/staging/xgifb/
10369
10370 HFI1 DRIVER
10371 M: Mike Marciniszyn <infinipath@intel.com>
10372 L: linux-rdma@vger.kernel.org
10373 S: Supported
10374 F: drivers/staging/rdma/hfi1
10375
10376 STARFIRE/DURALAN NETWORK DRIVER
10377 M: Ion Badulescu <ionut@badula.org>
10378 S: Odd Fixes
10379 F: drivers/net/ethernet/adaptec/starfire*
10380
10381 SUN3/3X
10382 M: Sam Creasey <sammy@sammy.net>
10383 W: http://sammy.net/sun3/
10384 S: Maintained
10385 F: arch/m68k/kernel/*sun3*
10386 F: arch/m68k/sun3*/
10387 F: arch/m68k/include/asm/sun3*
10388 F: drivers/net/ethernet/i825xx/sun3*
10389
10390 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10391 M: Hans de Goede <hdegoede@redhat.com>
10392 L: linux-input@vger.kernel.org
10393 S: Maintained
10394 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10395 F: drivers/input/keyboard/sun4i-lradc-keys.c
10396
10397 SUNDANCE NETWORK DRIVER
10398 M: Denis Kirjanov <kda@linux-powerpc.org>
10399 L: netdev@vger.kernel.org
10400 S: Maintained
10401 F: drivers/net/ethernet/dlink/sundance.c
10402
10403 SUPERH
10404 L: linux-sh@vger.kernel.org
10405 Q: http://patchwork.kernel.org/project/linux-sh/list/
10406 S: Orphan
10407 F: Documentation/sh/
10408 F: arch/sh/
10409 F: drivers/sh/
10410
10411 SUSPEND TO RAM
10412 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10413 M: Len Brown <len.brown@intel.com>
10414 M: Pavel Machek <pavel@ucw.cz>
10415 L: linux-pm@vger.kernel.org
10416 S: Supported
10417 F: Documentation/power/
10418 F: arch/x86/kernel/acpi/
10419 F: drivers/base/power/
10420 F: kernel/power/
10421 F: include/linux/suspend.h
10422 F: include/linux/freezer.h
10423 F: include/linux/pm.h
10424
10425 SVGA HANDLING
10426 M: Martin Mares <mj@ucw.cz>
10427 L: linux-video@atrey.karlin.mff.cuni.cz
10428 S: Maintained
10429 F: Documentation/svga.txt
10430 F: arch/x86/boot/video*
10431
10432 SWIOTLB SUBSYSTEM
10433 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10434 L: linux-kernel@vger.kernel.org
10435 S: Supported
10436 F: lib/swiotlb.c
10437 F: arch/*/kernel/pci-swiotlb.c
10438 F: include/linux/swiotlb.h
10439
10440 SWITCHDEV
10441 M: Jiri Pirko <jiri@resnulli.us>
10442 L: netdev@vger.kernel.org
10443 S: Supported
10444 F: net/switchdev/
10445 F: include/net/switchdev.h
10446
10447 SYNOPSYS ARC ARCHITECTURE
10448 M: Vineet Gupta <vgupta@synopsys.com>
10449 L: linux-snps-arc@lists.infradead.org
10450 S: Supported
10451 F: arch/arc/
10452 F: Documentation/devicetree/bindings/arc/*
10453 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10454 F: drivers/tty/serial/arc_uart.c
10455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10456
10457 SYNOPSYS ARC SDP platform support
10458 M: Alexey Brodkin <abrodkin@synopsys.com>
10459 S: Supported
10460 F: arch/arc/plat-axs10x
10461 F: arch/arc/boot/dts/ax*
10462 F: Documentation/devicetree/bindings/arc/axs10*
10463
10464 SYSTEM CONFIGURATION (SYSCON)
10465 M: Lee Jones <lee.jones@linaro.org>
10466 M: Arnd Bergmann <arnd@arndb.de>
10467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10468 S: Supported
10469 F: drivers/mfd/syscon.c
10470
10471 SYSV FILESYSTEM
10472 M: Christoph Hellwig <hch@infradead.org>
10473 S: Maintained
10474 F: Documentation/filesystems/sysv-fs.txt
10475 F: fs/sysv/
10476 F: include/linux/sysv_fs.h
10477
10478 TARGET SUBSYSTEM
10479 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10480 L: linux-scsi@vger.kernel.org
10481 L: target-devel@vger.kernel.org
10482 W: http://www.linux-iscsi.org
10483 W: http://groups.google.com/group/linux-iscsi-target-dev
10484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10485 S: Supported
10486 F: drivers/target/
10487 F: include/target/
10488 F: Documentation/target/
10489
10490 TASKSTATS STATISTICS INTERFACE
10491 M: Balbir Singh <bsingharora@gmail.com>
10492 S: Maintained
10493 F: Documentation/accounting/taskstats*
10494 F: include/linux/taskstats*
10495 F: kernel/taskstats.c
10496
10497 TC CLASSIFIER
10498 M: Jamal Hadi Salim <jhs@mojatatu.com>
10499 L: netdev@vger.kernel.org
10500 S: Maintained
10501 F: include/net/pkt_cls.h
10502 F: include/uapi/linux/pkt_cls.h
10503 F: net/sched/
10504
10505 TCP LOW PRIORITY MODULE
10506 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10507 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10508 W: http://tcp-lp-mod.sourceforge.net/
10509 S: Maintained
10510 F: net/ipv4/tcp_lp.c
10511
10512 TDA10071 MEDIA DRIVER
10513 M: Antti Palosaari <crope@iki.fi>
10514 L: linux-media@vger.kernel.org
10515 W: https://linuxtv.org
10516 W: http://palosaari.fi/linux/
10517 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10518 T: git git://linuxtv.org/anttip/media_tree.git
10519 S: Maintained
10520 F: drivers/media/dvb-frontends/tda10071*
10521
10522 TDA18212 MEDIA DRIVER
10523 M: Antti Palosaari <crope@iki.fi>
10524 L: linux-media@vger.kernel.org
10525 W: https://linuxtv.org
10526 W: http://palosaari.fi/linux/
10527 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10528 T: git git://linuxtv.org/anttip/media_tree.git
10529 S: Maintained
10530 F: drivers/media/tuners/tda18212*
10531
10532 TDA18218 MEDIA DRIVER
10533 M: Antti Palosaari <crope@iki.fi>
10534 L: linux-media@vger.kernel.org
10535 W: https://linuxtv.org
10536 W: http://palosaari.fi/linux/
10537 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10538 T: git git://linuxtv.org/anttip/media_tree.git
10539 S: Maintained
10540 F: drivers/media/tuners/tda18218*
10541
10542 TDA18271 MEDIA DRIVER
10543 M: Michael Krufky <mkrufky@linuxtv.org>
10544 L: linux-media@vger.kernel.org
10545 W: https://linuxtv.org
10546 W: http://github.com/mkrufky
10547 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10548 T: git git://linuxtv.org/mkrufky/tuners.git
10549 S: Maintained
10550 F: drivers/media/tuners/tda18271*
10551
10552 TDA827x MEDIA DRIVER
10553 M: Michael Krufky <mkrufky@linuxtv.org>
10554 L: linux-media@vger.kernel.org
10555 W: https://linuxtv.org
10556 W: http://github.com/mkrufky
10557 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10558 T: git git://linuxtv.org/mkrufky/tuners.git
10559 S: Maintained
10560 F: drivers/media/tuners/tda8290.*
10561
10562 TDA8290 MEDIA DRIVER
10563 M: Michael Krufky <mkrufky@linuxtv.org>
10564 L: linux-media@vger.kernel.org
10565 W: https://linuxtv.org
10566 W: http://github.com/mkrufky
10567 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10568 T: git git://linuxtv.org/mkrufky/tuners.git
10569 S: Maintained
10570 F: drivers/media/tuners/tda8290.*
10571
10572 TDA9840 MEDIA DRIVER
10573 M: Hans Verkuil <hverkuil@xs4all.nl>
10574 L: linux-media@vger.kernel.org
10575 T: git git://linuxtv.org/media_tree.git
10576 W: https://linuxtv.org
10577 S: Maintained
10578 F: drivers/media/i2c/tda9840*
10579
10580 TEA5761 TUNER DRIVER
10581 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10582 L: linux-media@vger.kernel.org
10583 W: https://linuxtv.org
10584 T: git git://linuxtv.org/media_tree.git
10585 S: Odd fixes
10586 F: drivers/media/tuners/tea5761.*
10587
10588 TEA5767 TUNER DRIVER
10589 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10590 L: linux-media@vger.kernel.org
10591 W: https://linuxtv.org
10592 T: git git://linuxtv.org/media_tree.git
10593 S: Maintained
10594 F: drivers/media/tuners/tea5767.*
10595
10596 TEA6415C MEDIA DRIVER
10597 M: Hans Verkuil <hverkuil@xs4all.nl>
10598 L: linux-media@vger.kernel.org
10599 T: git git://linuxtv.org/media_tree.git
10600 W: https://linuxtv.org
10601 S: Maintained
10602 F: drivers/media/i2c/tea6415c*
10603
10604 TEA6420 MEDIA DRIVER
10605 M: Hans Verkuil <hverkuil@xs4all.nl>
10606 L: linux-media@vger.kernel.org
10607 T: git git://linuxtv.org/media_tree.git
10608 W: https://linuxtv.org
10609 S: Maintained
10610 F: drivers/media/i2c/tea6420*
10611
10612 TEAM DRIVER
10613 M: Jiri Pirko <jiri@resnulli.us>
10614 L: netdev@vger.kernel.org
10615 S: Supported
10616 F: drivers/net/team/
10617 F: include/linux/if_team.h
10618 F: include/uapi/linux/if_team.h
10619
10620 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10621 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10622 S: Maintained
10623 F: arch/x86/platform/ts5500/
10624
10625 TECHNOTREND USB IR RECEIVER
10626 M: Sean Young <sean@mess.org>
10627 L: linux-media@vger.kernel.org
10628 S: Maintained
10629 F: drivers/media/rc/ttusbir.c
10630
10631 TEGRA ARCHITECTURE SUPPORT
10632 M: Stephen Warren <swarren@wwwdotorg.org>
10633 M: Thierry Reding <thierry.reding@gmail.com>
10634 M: Alexandre Courbot <gnurou@gmail.com>
10635 L: linux-tegra@vger.kernel.org
10636 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10637 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10638 S: Supported
10639 N: [^a-z]tegra
10640
10641 TEGRA CLOCK DRIVER
10642 M: Peter De Schrijver <pdeschrijver@nvidia.com>
10643 M: Prashant Gaikwad <pgaikwad@nvidia.com>
10644 S: Supported
10645 F: drivers/clk/tegra/
10646
10647 TEGRA DMA DRIVER
10648 M: Laxman Dewangan <ldewangan@nvidia.com>
10649 S: Supported
10650 F: drivers/dma/tegra20-apb-dma.c
10651
10652 TEGRA I2C DRIVER
10653 M: Laxman Dewangan <ldewangan@nvidia.com>
10654 S: Supported
10655 F: drivers/i2c/busses/i2c-tegra.c
10656
10657 TEGRA IOMMU DRIVERS
10658 M: Hiroshi Doyu <hdoyu@nvidia.com>
10659 S: Supported
10660 F: drivers/iommu/tegra*
10661
10662 TEGRA KBC DRIVER
10663 M: Rakesh Iyer <riyer@nvidia.com>
10664 M: Laxman Dewangan <ldewangan@nvidia.com>
10665 S: Supported
10666 F: drivers/input/keyboard/tegra-kbc.c
10667
10668 TEGRA PWM DRIVER
10669 M: Thierry Reding <thierry.reding@gmail.com>
10670 S: Supported
10671 F: drivers/pwm/pwm-tegra.c
10672
10673 TEGRA SERIAL DRIVER
10674 M: Laxman Dewangan <ldewangan@nvidia.com>
10675 S: Supported
10676 F: drivers/tty/serial/serial-tegra.c
10677
10678 TEGRA SPI DRIVER
10679 M: Laxman Dewangan <ldewangan@nvidia.com>
10680 S: Supported
10681 F: drivers/spi/spi-tegra*
10682
10683 TEHUTI ETHERNET DRIVER
10684 M: Andy Gospodarek <andy@greyhouse.net>
10685 L: netdev@vger.kernel.org
10686 S: Supported
10687 F: drivers/net/ethernet/tehuti/*
10688
10689 Telecom Clock Driver for MCPL0010
10690 M: Mark Gross <mark.gross@intel.com>
10691 S: Supported
10692 F: drivers/char/tlclk.c
10693
10694 TENSILICA XTENSA PORT (xtensa)
10695 M: Chris Zankel <chris@zankel.net>
10696 M: Max Filippov <jcmvbkbc@gmail.com>
10697 L: linux-xtensa@linux-xtensa.org
10698 S: Maintained
10699 F: arch/xtensa/
10700 F: drivers/irqchip/irq-xtensa-*
10701
10702 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10703 M: Hans Verkuil <hverkuil@xs4all.nl>
10704 L: linux-media@vger.kernel.org
10705 T: git git://linuxtv.org/media_tree.git
10706 W: https://linuxtv.org
10707 S: Maintained
10708 F: drivers/media/radio/radio-raremono.c
10709
10710 THERMAL
10711 M: Zhang Rui <rui.zhang@intel.com>
10712 M: Eduardo Valentin <edubezval@gmail.com>
10713 L: linux-pm@vger.kernel.org
10714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10715 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10716 Q: https://patchwork.kernel.org/project/linux-pm/list/
10717 S: Supported
10718 F: drivers/thermal/
10719 F: include/linux/thermal.h
10720 F: include/uapi/linux/thermal.h
10721 F: include/linux/cpu_cooling.h
10722 F: Documentation/devicetree/bindings/thermal/
10723
10724 THERMAL/CPU_COOLING
10725 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10726 M: Viresh Kumar <viresh.kumar@linaro.org>
10727 M: Javi Merino <javi.merino@arm.com>
10728 L: linux-pm@vger.kernel.org
10729 S: Supported
10730 F: Documentation/thermal/cpu-cooling-api.txt
10731 F: drivers/thermal/cpu_cooling.c
10732 F: include/linux/cpu_cooling.h
10733
10734 THINGM BLINK(1) USB RGB LED DRIVER
10735 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10736 S: Maintained
10737 F: drivers/hid/hid-thingm.c
10738
10739 THINKPAD ACPI EXTRAS DRIVER
10740 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10741 L: ibm-acpi-devel@lists.sourceforge.net
10742 L: platform-driver-x86@vger.kernel.org
10743 W: http://ibm-acpi.sourceforge.net
10744 W: http://thinkwiki.org/wiki/Ibm-acpi
10745 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10746 S: Maintained
10747 F: drivers/platform/x86/thinkpad_acpi.c
10748
10749 TI BANDGAP AND THERMAL DRIVER
10750 M: Eduardo Valentin <edubezval@gmail.com>
10751 L: linux-pm@vger.kernel.org
10752 L: linux-omap@vger.kernel.org
10753 S: Maintained
10754 F: drivers/thermal/ti-soc-thermal/
10755
10756 TI CDCE706 CLOCK DRIVER
10757 M: Max Filippov <jcmvbkbc@gmail.com>
10758 S: Maintained
10759 F: drivers/clk/clk-cdce706.c
10760
10761 TI CLOCK DRIVER
10762 M: Tero Kristo <t-kristo@ti.com>
10763 L: linux-omap@vger.kernel.org
10764 S: Maintained
10765 F: drivers/clk/ti/
10766 F: include/linux/clk/ti.h
10767
10768 TI FLASH MEDIA INTERFACE DRIVER
10769 M: Alex Dubov <oakad@yahoo.com>
10770 S: Maintained
10771 F: drivers/misc/tifm*
10772 F: drivers/mmc/host/tifm_sd.c
10773 F: include/linux/tifm.h
10774
10775 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10776 M: Santosh Shilimkar <ssantosh@kernel.org>
10777 L: linux-kernel@vger.kernel.org
10778 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10779 S: Maintained
10780 F: drivers/soc/ti/*
10781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10782
10783
10784 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10785 M: M R Swami Reddy <mr.swami.reddy@ti.com>
10786 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10787 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10788 S: Maintained
10789 F: sound/soc/codecs/lm49453*
10790 F: sound/soc/codecs/isabelle*
10791
10792 TI LP855x BACKLIGHT DRIVER
10793 M: Milo Kim <milo.kim@ti.com>
10794 S: Maintained
10795 F: Documentation/backlight/lp855x-driver.txt
10796 F: drivers/video/backlight/lp855x_bl.c
10797 F: include/linux/platform_data/lp855x.h
10798
10799 TI LP8727 CHARGER DRIVER
10800 M: Milo Kim <milo.kim@ti.com>
10801 S: Maintained
10802 F: drivers/power/lp8727_charger.c
10803 F: include/linux/platform_data/lp8727.h
10804
10805 TI LP8788 MFD DRIVER
10806 M: Milo Kim <milo.kim@ti.com>
10807 S: Maintained
10808 F: drivers/iio/adc/lp8788_adc.c
10809 F: drivers/leds/leds-lp8788.c
10810 F: drivers/mfd/lp8788*.c
10811 F: drivers/power/lp8788-charger.c
10812 F: drivers/regulator/lp8788-*.c
10813 F: include/linux/mfd/lp8788*.h
10814
10815 TI NETCP ETHERNET DRIVER
10816 M: Wingman Kwok <w-kwok2@ti.com>
10817 M: Murali Karicheri <m-karicheri2@ti.com>
10818 L: netdev@vger.kernel.org
10819 S: Maintained
10820 F: drivers/net/ethernet/ti/netcp*
10821
10822 TI TAS571X FAMILY ASoC CODEC DRIVER
10823 M: Kevin Cernekee <cernekee@chromium.org>
10824 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10825 S: Odd Fixes
10826 F: sound/soc/codecs/tas571x*
10827
10828 TI TWL4030 SERIES SOC CODEC DRIVER
10829 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10830 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10831 S: Maintained
10832 F: sound/soc/codecs/twl4030*
10833
10834 TI WILINK WIRELESS DRIVERS
10835 L: linux-wireless@vger.kernel.org
10836 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10837 W: http://wireless.kernel.org/en/users/Drivers/wl1251
10838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10839 S: Orphan
10840 F: drivers/net/wireless/ti/
10841 F: include/linux/wl12xx.h
10842
10843 TIPC NETWORK LAYER
10844 M: Jon Maloy <jon.maloy@ericsson.com>
10845 M: Ying Xue <ying.xue@windriver.com>
10846 L: netdev@vger.kernel.org (core kernel code)
10847 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10848 W: http://tipc.sourceforge.net/
10849 S: Maintained
10850 F: include/uapi/linux/tipc*.h
10851 F: net/tipc/
10852
10853 TILE ARCHITECTURE
10854 M: Chris Metcalf <cmetcalf@ezchip.com>
10855 W: http://www.ezchip.com/scm/
10856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10857 S: Supported
10858 F: arch/tile/
10859 F: drivers/char/tile-srom.c
10860 F: drivers/edac/tile_edac.c
10861 F: drivers/net/ethernet/tile/
10862 F: drivers/rtc/rtc-tile.c
10863 F: drivers/tty/hvc/hvc_tile.c
10864 F: drivers/tty/serial/tilegx.c
10865 F: drivers/usb/host/*-tilegx.c
10866 F: include/linux/usb/tilegx.h
10867
10868 TLAN NETWORK DRIVER
10869 M: Samuel Chessman <chessman@tux.org>
10870 L: tlan-devel@lists.sourceforge.net (subscribers-only)
10871 W: http://sourceforge.net/projects/tlan/
10872 S: Maintained
10873 F: Documentation/networking/tlan.txt
10874 F: drivers/net/ethernet/ti/tlan.*
10875
10876 TOMOYO SECURITY MODULE
10877 M: Kentaro Takeda <takedakn@nttdata.co.jp>
10878 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10879 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10880 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10881 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10882 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10883 W: http://tomoyo.sourceforge.jp/
10884 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10885 S: Maintained
10886 F: security/tomoyo/
10887
10888 TOPSTAR LAPTOP EXTRAS DRIVER
10889 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10890 L: platform-driver-x86@vger.kernel.org
10891 S: Maintained
10892 F: drivers/platform/x86/topstar-laptop.c
10893
10894 TOSHIBA ACPI EXTRAS DRIVER
10895 M: Azael Avalos <coproscefalo@gmail.com>
10896 L: platform-driver-x86@vger.kernel.org
10897 S: Maintained
10898 F: drivers/platform/x86/toshiba_acpi.c
10899
10900 TOSHIBA BLUETOOTH DRIVER
10901 M: Azael Avalos <coproscefalo@gmail.com>
10902 L: platform-driver-x86@vger.kernel.org
10903 S: Maintained
10904 F: drivers/platform/x86/toshiba_bluetooth.c
10905
10906 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10907 M: Azael Avalos <coproscefalo@gmail.com>
10908 L: platform-driver-x86@vger.kernel.org
10909 S: Maintained
10910 F: drivers/platform/x86/toshiba_haps.c
10911
10912 TOSHIBA WMI HOTKEYS DRIVER
10913 M: Azael Avalos <coproscefalo@gmail.com>
10914 L: platform-driver-x86@vger.kernel.org
10915 S: Maintained
10916 F: drivers/platform/x86/toshiba-wmi.c
10917
10918 TOSHIBA SMM DRIVER
10919 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
10920 W: http://www.buzzard.org.uk/toshiba/
10921 S: Maintained
10922 F: drivers/char/toshiba.c
10923 F: include/linux/toshiba.h
10924 F: include/uapi/linux/toshiba.h
10925
10926 TOSHIBA TC358743 DRIVER
10927 M: Mats Randgaard <matrandg@cisco.com>
10928 L: linux-media@vger.kernel.org
10929 S: Maintained
10930 F: drivers/media/i2c/tc358743*
10931 F: include/media/i2c/tc358743.h
10932
10933 TMIO MMC DRIVER
10934 M: Ian Molton <ian@mnementh.co.uk>
10935 L: linux-mmc@vger.kernel.org
10936 S: Maintained
10937 F: drivers/mmc/host/tmio_mmc*
10938 F: drivers/mmc/host/sh_mobile_sdhi.c
10939 F: include/linux/mmc/tmio.h
10940 F: include/linux/mmc/sh_mobile_sdhi.h
10941
10942 TMP401 HARDWARE MONITOR DRIVER
10943 M: Guenter Roeck <linux@roeck-us.net>
10944 L: lm-sensors@lm-sensors.org
10945 S: Maintained
10946 F: Documentation/hwmon/tmp401
10947 F: drivers/hwmon/tmp401.c
10948
10949 TMPFS (SHMEM FILESYSTEM)
10950 M: Hugh Dickins <hughd@google.com>
10951 L: linux-mm@kvack.org
10952 S: Maintained
10953 F: include/linux/shmem_fs.h
10954 F: mm/shmem.c
10955
10956 TM6000 VIDEO4LINUX DRIVER
10957 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10958 L: linux-media@vger.kernel.org
10959 W: https://linuxtv.org
10960 T: git git://linuxtv.org/media_tree.git
10961 S: Odd fixes
10962 F: drivers/media/usb/tm6000/
10963
10964 TW68 VIDEO4LINUX DRIVER
10965 M: Hans Verkuil <hverkuil@xs4all.nl>
10966 L: linux-media@vger.kernel.org
10967 T: git git://linuxtv.org/media_tree.git
10968 W: https://linuxtv.org
10969 S: Odd Fixes
10970 F: drivers/media/pci/tw68/
10971
10972 TPM DEVICE DRIVER
10973 M: Peter Huewe <peterhuewe@gmx.de>
10974 M: Marcel Selhorst <tpmdd@selhorst.net>
10975 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10976 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10977 W: http://tpmdd.sourceforge.net
10978 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10979 Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10980 T: https://github.com/PeterHuewe/linux-tpmdd
10981 S: Maintained
10982 F: drivers/char/tpm/
10983
10984 TPM IBM_VTPM DEVICE DRIVER
10985 M: Ashley Lai <ashleydlai@gmail.com>
10986 W: http://tpmdd.sourceforge.net
10987 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10988 S: Maintained
10989 F: drivers/char/tpm/tpm_ibmvtpm*
10990
10991 TRACING
10992 M: Steven Rostedt <rostedt@goodmis.org>
10993 M: Ingo Molnar <mingo@redhat.com>
10994 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10995 S: Maintained
10996 F: Documentation/trace/ftrace.txt
10997 F: arch/*/*/*/ftrace.h
10998 F: arch/*/kernel/ftrace.c
10999 F: include/*/ftrace.h
11000 F: include/linux/trace*.h
11001 F: include/trace/
11002 F: kernel/trace/
11003 F: tools/testing/selftests/ftrace/
11004
11005 TRIVIAL PATCHES
11006 M: Jiri Kosina <trivial@kernel.org>
11007 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11008 S: Maintained
11009 K: ^Subject:.*(?i)trivial
11010
11011 TTY LAYER
11012 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11013 M: Jiri Slaby <jslaby@suse.com>
11014 S: Supported
11015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11016 F: Documentation/serial/
11017 F: drivers/tty/
11018 F: drivers/tty/serial/serial_core.c
11019 F: include/linux/serial_core.h
11020 F: include/linux/serial.h
11021 F: include/linux/tty.h
11022 F: include/uapi/linux/serial_core.h
11023 F: include/uapi/linux/serial.h
11024 F: include/uapi/linux/tty.h
11025
11026 TUA9001 MEDIA DRIVER
11027 M: Antti Palosaari <crope@iki.fi>
11028 L: linux-media@vger.kernel.org
11029 W: https://linuxtv.org
11030 W: http://palosaari.fi/linux/
11031 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11032 T: git git://linuxtv.org/anttip/media_tree.git
11033 S: Maintained
11034 F: drivers/media/tuners/tua9001*
11035
11036 TULIP NETWORK DRIVERS
11037 L: netdev@vger.kernel.org
11038 L: linux-parisc@vger.kernel.org
11039 S: Orphan
11040 F: drivers/net/ethernet/dec/tulip/
11041
11042 TUN/TAP driver
11043 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11044 W: http://vtun.sourceforge.net/tun
11045 S: Maintained
11046 F: Documentation/networking/tuntap.txt
11047 F: arch/um/os-Linux/drivers/
11048
11049 TURBOCHANNEL SUBSYSTEM
11050 M: "Maciej W. Rozycki" <macro@linux-mips.org>
11051 M: Ralf Baechle <ralf@linux-mips.org>
11052 L: linux-mips@linux-mips.org
11053 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11054 S: Maintained
11055 F: drivers/tc/
11056 F: include/linux/tc.h
11057
11058 U14-34F SCSI DRIVER
11059 M: Dario Ballabio <ballabio_dario@emc.com>
11060 L: linux-scsi@vger.kernel.org
11061 S: Maintained
11062 F: drivers/scsi/u14-34f.c
11063
11064 UBI FILE SYSTEM (UBIFS)
11065 M: Artem Bityutskiy <dedekind1@gmail.com>
11066 M: Adrian Hunter <adrian.hunter@intel.com>
11067 L: linux-mtd@lists.infradead.org
11068 T: git git://git.infradead.org/ubifs-2.6.git
11069 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11070 S: Maintained
11071 F: Documentation/filesystems/ubifs.txt
11072 F: fs/ubifs/
11073
11074 UCLINUX (M68KNOMMU AND COLDFIRE)
11075 M: Greg Ungerer <gerg@uclinux.org>
11076 W: http://www.uclinux.org/
11077 L: linux-m68k@lists.linux-m68k.org
11078 L: uclinux-dev@uclinux.org (subscribers-only)
11079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11080 S: Maintained
11081 F: arch/m68k/coldfire/
11082 F: arch/m68k/68*/
11083 F: arch/m68k/*/*_no.*
11084 F: arch/m68k/include/asm/*_no.*
11085
11086 UDF FILESYSTEM
11087 M: Jan Kara <jack@suse.com>
11088 S: Maintained
11089 F: Documentation/filesystems/udf.txt
11090 F: fs/udf/
11091
11092 UFS FILESYSTEM
11093 M: Evgeniy Dushistov <dushistov@mail.ru>
11094 S: Maintained
11095 F: Documentation/filesystems/ufs.txt
11096 F: fs/ufs/
11097
11098 UHID USERSPACE HID IO DRIVER:
11099 M: David Herrmann <dh.herrmann@googlemail.com>
11100 L: linux-input@vger.kernel.org
11101 S: Maintained
11102 F: drivers/hid/uhid.c
11103 F: include/uapi/linux/uhid.h
11104
11105 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11106 L: linux-usb@vger.kernel.org
11107 S: Orphan
11108 F: drivers/uwb/
11109 F: include/linux/uwb.h
11110 F: include/linux/uwb/
11111
11112 UNICORE32 ARCHITECTURE:
11113 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11114 W: http://mprc.pku.edu.cn/~guanxuetao/linux
11115 S: Maintained
11116 T: git git://github.com/gxt/linux.git
11117 F: arch/unicore32/
11118
11119 UNIFDEF
11120 M: Tony Finch <dot@dotat.at>
11121 W: http://dotat.at/prog/unifdef
11122 S: Maintained
11123 F: scripts/unifdef.c
11124
11125 UNIFORM CDROM DRIVER
11126 M: Jens Axboe <axboe@kernel.dk>
11127 W: http://www.kernel.dk
11128 S: Maintained
11129 F: Documentation/cdrom/
11130 F: drivers/cdrom/cdrom.c
11131 F: include/linux/cdrom.h
11132 F: include/uapi/linux/cdrom.h
11133
11134 UNISYS S-PAR DRIVERS
11135 M: Benjamin Romer <benjamin.romer@unisys.com>
11136 M: David Kershner <david.kershner@unisys.com>
11137 L: sparmaintainer@unisys.com (Unisys internal)
11138 S: Supported
11139 F: drivers/staging/unisys/
11140
11141 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11142 M: Vinayak Holikatti <vinholikatti@gmail.com>
11143 L: linux-scsi@vger.kernel.org
11144 S: Supported
11145 F: Documentation/scsi/ufs.txt
11146 F: drivers/scsi/ufs/
11147
11148 UNSORTED BLOCK IMAGES (UBI)
11149 M: Artem Bityutskiy <dedekind1@gmail.com>
11150 M: Richard Weinberger <richard@nod.at>
11151 W: http://www.linux-mtd.infradead.org/
11152 L: linux-mtd@lists.infradead.org
11153 T: git git://git.infradead.org/ubifs-2.6.git
11154 S: Supported
11155 F: drivers/mtd/ubi/
11156 F: include/linux/mtd/ubi.h
11157 F: include/uapi/mtd/ubi-user.h
11158
11159 USB ACM DRIVER
11160 M: Oliver Neukum <oliver@neukum.org>
11161 L: linux-usb@vger.kernel.org
11162 S: Maintained
11163 F: Documentation/usb/acm.txt
11164 F: drivers/usb/class/cdc-acm.*
11165
11166 USB AR5523 WIRELESS DRIVER
11167 M: Pontus Fuchs <pontus.fuchs@gmail.com>
11168 L: linux-wireless@vger.kernel.org
11169 S: Maintained
11170 F: drivers/net/wireless/ath/ar5523/
11171
11172 USB ATTACHED SCSI
11173 M: Hans de Goede <hdegoede@redhat.com>
11174 M: Gerd Hoffmann <kraxel@redhat.com>
11175 L: linux-usb@vger.kernel.org
11176 L: linux-scsi@vger.kernel.org
11177 S: Maintained
11178 F: drivers/usb/storage/uas.c
11179
11180 USB CDC ETHERNET DRIVER
11181 M: Oliver Neukum <oliver@neukum.org>
11182 L: linux-usb@vger.kernel.org
11183 S: Maintained
11184 F: drivers/net/usb/cdc_*.c
11185 F: include/uapi/linux/usb/cdc.h
11186
11187 USB CHAOSKEY DRIVER
11188 M: Keith Packard <keithp@keithp.com>
11189 L: linux-usb@vger.kernel.org
11190 S: Maintained
11191 F: drivers/usb/misc/chaoskey.c
11192
11193 USB CYPRESS C67X00 DRIVER
11194 M: Peter Korsgaard <jacmet@sunsite.dk>
11195 L: linux-usb@vger.kernel.org
11196 S: Maintained
11197 F: drivers/usb/c67x00/
11198
11199 USB DAVICOM DM9601 DRIVER
11200 M: Peter Korsgaard <jacmet@sunsite.dk>
11201 L: netdev@vger.kernel.org
11202 W: http://www.linux-usb.org/usbnet
11203 S: Maintained
11204 F: drivers/net/usb/dm9601.c
11205
11206 USB DIAMOND RIO500 DRIVER
11207 M: Cesar Miquel <miquel@df.uba.ar>
11208 L: rio500-users@lists.sourceforge.net
11209 W: http://rio500.sourceforge.net
11210 S: Maintained
11211 F: drivers/usb/misc/rio500*
11212
11213 USB EHCI DRIVER
11214 M: Alan Stern <stern@rowland.harvard.edu>
11215 L: linux-usb@vger.kernel.org
11216 S: Maintained
11217 F: Documentation/usb/ehci.txt
11218 F: drivers/usb/host/ehci*
11219
11220 USB GADGET/PERIPHERAL SUBSYSTEM
11221 M: Felipe Balbi <balbi@ti.com>
11222 L: linux-usb@vger.kernel.org
11223 W: http://www.linux-usb.org/gadget
11224 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11225 S: Maintained
11226 F: drivers/usb/gadget/
11227 F: include/linux/usb/gadget*
11228
11229 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11230 M: Jiri Kosina <jikos@kernel.org>
11231 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11232 L: linux-usb@vger.kernel.org
11233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11234 S: Maintained
11235 F: Documentation/hid/hiddev.txt
11236 F: drivers/hid/usbhid/
11237
11238 USB ISP116X DRIVER
11239 M: Olav Kongas <ok@artecdesign.ee>
11240 L: linux-usb@vger.kernel.org
11241 S: Maintained
11242 F: drivers/usb/host/isp116x*
11243 F: include/linux/usb/isp116x.h
11244
11245 USB MASS STORAGE DRIVER
11246 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11247 L: linux-usb@vger.kernel.org
11248 L: usb-storage@lists.one-eyed-alien.net
11249 S: Maintained
11250 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11251 F: drivers/usb/storage/
11252
11253 USB MIDI DRIVER
11254 M: Clemens Ladisch <clemens@ladisch.de>
11255 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11256 T: git git://git.alsa-project.org/alsa-kernel.git
11257 S: Maintained
11258 F: sound/usb/midi.*
11259
11260 USB NETWORKING DRIVERS
11261 L: linux-usb@vger.kernel.org
11262 S: Odd Fixes
11263 F: drivers/net/usb/
11264
11265 USB OHCI DRIVER
11266 M: Alan Stern <stern@rowland.harvard.edu>
11267 L: linux-usb@vger.kernel.org
11268 S: Maintained
11269 F: Documentation/usb/ohci.txt
11270 F: drivers/usb/host/ohci*
11271
11272 USB OTG FSM (Finite State Machine)
11273 M: Peter Chen <Peter.Chen@nxp.com>
11274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11275 L: linux-usb@vger.kernel.org
11276 S: Maintained
11277 F: drivers/usb/common/usb-otg-fsm.c
11278
11279 USB OVER IP DRIVER
11280 M: Valentina Manea <valentina.manea.m@gmail.com>
11281 M: Shuah Khan <shuah.kh@samsung.com>
11282 L: linux-usb@vger.kernel.org
11283 S: Maintained
11284 F: drivers/usb/usbip/
11285 F: tools/usb/usbip/
11286
11287 USB PEGASUS DRIVER
11288 M: Petko Manolov <petkan@nucleusys.com>
11289 L: linux-usb@vger.kernel.org
11290 L: netdev@vger.kernel.org
11291 T: git git://github.com/petkan/pegasus.git
11292 W: https://github.com/petkan/pegasus
11293 S: Maintained
11294 F: drivers/net/usb/pegasus.*
11295
11296 USB PHY LAYER
11297 M: Felipe Balbi <balbi@ti.com>
11298 L: linux-usb@vger.kernel.org
11299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11300 S: Maintained
11301 F: drivers/usb/phy/
11302
11303 USB PRINTER DRIVER (usblp)
11304 M: Pete Zaitcev <zaitcev@redhat.com>
11305 L: linux-usb@vger.kernel.org
11306 S: Supported
11307 F: drivers/usb/class/usblp.c
11308
11309 USB QMI WWAN NETWORK DRIVER
11310 M: Bjørn Mork <bjorn@mork.no>
11311 L: netdev@vger.kernel.org
11312 S: Maintained
11313 F: Documentation/ABI/testing/sysfs-class-net-qmi
11314 F: drivers/net/usb/qmi_wwan.c
11315
11316 USB RTL8150 DRIVER
11317 M: Petko Manolov <petkan@nucleusys.com>
11318 L: linux-usb@vger.kernel.org
11319 L: netdev@vger.kernel.org
11320 T: git git://github.com/petkan/rtl8150.git
11321 W: https://github.com/petkan/rtl8150
11322 S: Maintained
11323 F: drivers/net/usb/rtl8150.c
11324
11325 USB SERIAL SUBSYSTEM
11326 M: Johan Hovold <johan@kernel.org>
11327 L: linux-usb@vger.kernel.org
11328 S: Maintained
11329 F: Documentation/usb/usb-serial.txt
11330 F: drivers/usb/serial/
11331 F: include/linux/usb/serial.h
11332
11333 USB SMSC75XX ETHERNET DRIVER
11334 M: Steve Glendinning <steve.glendinning@shawell.net>
11335 L: netdev@vger.kernel.org
11336 S: Maintained
11337 F: drivers/net/usb/smsc75xx.*
11338
11339 USB SMSC95XX ETHERNET DRIVER
11340 M: Steve Glendinning <steve.glendinning@shawell.net>
11341 L: netdev@vger.kernel.org
11342 S: Maintained
11343 F: drivers/net/usb/smsc95xx.*
11344
11345 USB SUBSYSTEM
11346 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11347 L: linux-usb@vger.kernel.org
11348 W: http://www.linux-usb.org
11349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11350 S: Supported
11351 F: Documentation/usb/
11352 F: drivers/usb/
11353 F: include/linux/usb.h
11354 F: include/linux/usb/
11355
11356 USB UHCI DRIVER
11357 M: Alan Stern <stern@rowland.harvard.edu>
11358 L: linux-usb@vger.kernel.org
11359 S: Maintained
11360 F: drivers/usb/host/uhci*
11361
11362 USB "USBNET" DRIVER FRAMEWORK
11363 M: Oliver Neukum <oneukum@suse.com>
11364 L: netdev@vger.kernel.org
11365 W: http://www.linux-usb.org/usbnet
11366 S: Maintained
11367 F: drivers/net/usb/usbnet.c
11368 F: include/linux/usb/usbnet.h
11369
11370 USB VIDEO CLASS
11371 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11372 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11373 L: linux-media@vger.kernel.org
11374 T: git git://linuxtv.org/media_tree.git
11375 W: http://www.ideasonboard.org/uvc/
11376 S: Maintained
11377 F: drivers/media/usb/uvc/
11378 F: include/uapi/linux/uvcvideo.h
11379
11380 USB VISION DRIVER
11381 M: Hans Verkuil <hverkuil@xs4all.nl>
11382 L: linux-media@vger.kernel.org
11383 T: git git://linuxtv.org/media_tree.git
11384 W: https://linuxtv.org
11385 S: Odd Fixes
11386 F: drivers/media/usb/usbvision/
11387
11388 USB WEBCAM GADGET
11389 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11390 L: linux-usb@vger.kernel.org
11391 S: Maintained
11392 F: drivers/usb/gadget/function/*uvc*
11393 F: drivers/usb/gadget/legacy/webcam.c
11394
11395 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11396 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11397 L: linux-wireless@vger.kernel.org
11398 S: Maintained
11399 F: drivers/net/wireless/rndis_wlan.c
11400
11401 USB XHCI DRIVER
11402 M: Mathias Nyman <mathias.nyman@intel.com>
11403 L: linux-usb@vger.kernel.org
11404 S: Supported
11405 F: drivers/usb/host/xhci*
11406 F: drivers/usb/host/pci-quirks*
11407
11408 USB ZD1201 DRIVER
11409 L: linux-wireless@vger.kernel.org
11410 W: http://linux-lc100020.sourceforge.net
11411 S: Orphan
11412 F: drivers/net/wireless/zydas/zd1201.*
11413
11414 USB ZR364XX DRIVER
11415 M: Antoine Jacquet <royale@zerezo.com>
11416 L: linux-usb@vger.kernel.org
11417 L: linux-media@vger.kernel.org
11418 T: git git://linuxtv.org/media_tree.git
11419 W: http://royale.zerezo.com/zr364xx/
11420 S: Maintained
11421 F: Documentation/video4linux/zr364xx.txt
11422 F: drivers/media/usb/zr364xx/
11423
11424 ULPI BUS
11425 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11426 L: linux-usb@vger.kernel.org
11427 S: Maintained
11428 F: drivers/usb/common/ulpi.c
11429 F: include/linux/ulpi/
11430
11431 USER-MODE LINUX (UML)
11432 M: Jeff Dike <jdike@addtoit.com>
11433 M: Richard Weinberger <richard@nod.at>
11434 L: user-mode-linux-devel@lists.sourceforge.net
11435 L: user-mode-linux-user@lists.sourceforge.net
11436 W: http://user-mode-linux.sourceforge.net
11437 S: Maintained
11438 F: Documentation/virtual/uml/
11439 F: arch/um/
11440 F: arch/x86/um/
11441 F: fs/hostfs/
11442 F: fs/hppfs/
11443
11444 USERSPACE I/O (UIO)
11445 M: "Hans J. Koch" <hjk@hansjkoch.de>
11446 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11447 S: Maintained
11448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11449 F: Documentation/DocBook/uio-howto.tmpl
11450 F: drivers/uio/
11451 F: include/linux/uio*.h
11452
11453 UTIL-LINUX PACKAGE
11454 M: Karel Zak <kzak@redhat.com>
11455 L: util-linux@vger.kernel.org
11456 W: http://en.wikipedia.org/wiki/Util-linux
11457 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11458 S: Maintained
11459
11460 UVESAFB DRIVER
11461 M: Michal Januszewski <spock@gentoo.org>
11462 L: linux-fbdev@vger.kernel.org
11463 W: http://dev.gentoo.org/~spock/projects/uvesafb/
11464 S: Maintained
11465 F: Documentation/fb/uvesafb.txt
11466 F: drivers/video/fbdev/uvesafb.*
11467
11468 VF610 NAND DRIVER
11469 M: Stefan Agner <stefan@agner.ch>
11470 L: linux-mtd@lists.infradead.org
11471 S: Supported
11472 F: drivers/mtd/nand/vf610_nfc.c
11473
11474 VFAT/FAT/MSDOS FILESYSTEM
11475 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11476 S: Maintained
11477 F: Documentation/filesystems/vfat.txt
11478 F: fs/fat/
11479
11480 VFIO DRIVER
11481 M: Alex Williamson <alex.williamson@redhat.com>
11482 L: kvm@vger.kernel.org
11483 S: Maintained
11484 F: Documentation/vfio.txt
11485 F: drivers/vfio/
11486 F: include/linux/vfio.h
11487 F: include/uapi/linux/vfio.h
11488
11489 VFIO PLATFORM DRIVER
11490 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11491 L: kvm@vger.kernel.org
11492 S: Maintained
11493 F: drivers/vfio/platform/
11494
11495 VIDEOBUF2 FRAMEWORK
11496 M: Pawel Osciak <pawel@osciak.com>
11497 M: Marek Szyprowski <m.szyprowski@samsung.com>
11498 M: Kyungmin Park <kyungmin.park@samsung.com>
11499 L: linux-media@vger.kernel.org
11500 S: Maintained
11501 F: drivers/media/v4l2-core/videobuf2-*
11502 F: include/media/videobuf2-*
11503
11504 VIRTUAL SERIO DEVICE DRIVER
11505 M: Stephen Chandler Paul <thatslyude@gmail.com>
11506 S: Maintained
11507 F: drivers/input/serio/userio.c
11508 F: include/uapi/linux/userio.h
11509
11510 VIRTIO CONSOLE DRIVER
11511 M: Amit Shah <amit.shah@redhat.com>
11512 L: virtualization@lists.linux-foundation.org
11513 S: Maintained
11514 F: drivers/char/virtio_console.c
11515 F: include/linux/virtio_console.h
11516 F: include/uapi/linux/virtio_console.h
11517
11518 VIRTIO CORE, NET AND BLOCK DRIVERS
11519 M: "Michael S. Tsirkin" <mst@redhat.com>
11520 L: virtualization@lists.linux-foundation.org
11521 S: Maintained
11522 F: drivers/virtio/
11523 F: tools/virtio/
11524 F: drivers/net/virtio_net.c
11525 F: drivers/block/virtio_blk.c
11526 F: include/linux/virtio_*.h
11527 F: include/uapi/linux/virtio_*.h
11528
11529 VIRTIO DRIVERS FOR S390
11530 M: Christian Borntraeger <borntraeger@de.ibm.com>
11531 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11532 L: linux-s390@vger.kernel.org
11533 L: virtualization@lists.linux-foundation.org
11534 L: kvm@vger.kernel.org
11535 S: Supported
11536 F: drivers/s390/virtio/
11537
11538 VIRTIO GPU DRIVER
11539 M: David Airlie <airlied@linux.ie>
11540 M: Gerd Hoffmann <kraxel@redhat.com>
11541 L: dri-devel@lists.freedesktop.org
11542 L: virtualization@lists.linux-foundation.org
11543 S: Maintained
11544 F: drivers/gpu/drm/virtio/
11545 F: include/uapi/linux/virtio_gpu.h
11546
11547 VIRTIO HOST (VHOST)
11548 M: "Michael S. Tsirkin" <mst@redhat.com>
11549 L: kvm@vger.kernel.org
11550 L: virtualization@lists.linux-foundation.org
11551 L: netdev@vger.kernel.org
11552 S: Maintained
11553 F: drivers/vhost/
11554 F: include/uapi/linux/vhost.h
11555
11556 VIRTIO INPUT DRIVER
11557 M: Gerd Hoffmann <kraxel@redhat.com>
11558 S: Maintained
11559 F: drivers/virtio/virtio_input.c
11560 F: include/uapi/linux/virtio_input.h
11561
11562 VIA RHINE NETWORK DRIVER
11563 S: Orphan
11564 F: drivers/net/ethernet/via/via-rhine.c
11565
11566 VIA SD/MMC CARD CONTROLLER DRIVER
11567 M: Bruce Chang <brucechang@via.com.tw>
11568 M: Harald Welte <HaraldWelte@viatech.com>
11569 S: Maintained
11570 F: drivers/mmc/host/via-sdmmc.c
11571
11572 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11573 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11574 L: linux-fbdev@vger.kernel.org
11575 S: Maintained
11576 F: include/linux/via-core.h
11577 F: include/linux/via-gpio.h
11578 F: include/linux/via_i2c.h
11579 F: drivers/video/fbdev/via/
11580
11581 VIA VELOCITY NETWORK DRIVER
11582 M: Francois Romieu <romieu@fr.zoreil.com>
11583 L: netdev@vger.kernel.org
11584 S: Maintained
11585 F: drivers/net/ethernet/via/via-velocity.*
11586
11587 VIRT LIB
11588 M: Alex Williamson <alex.williamson@redhat.com>
11589 M: Paolo Bonzini <pbonzini@redhat.com>
11590 L: kvm@vger.kernel.org
11591 S: Supported
11592 F: virt/lib/
11593
11594 VIVID VIRTUAL VIDEO DRIVER
11595 M: Hans Verkuil <hverkuil@xs4all.nl>
11596 L: linux-media@vger.kernel.org
11597 T: git git://linuxtv.org/media_tree.git
11598 W: https://linuxtv.org
11599 S: Maintained
11600 F: drivers/media/platform/vivid/*
11601
11602 VLAN (802.1Q)
11603 M: Patrick McHardy <kaber@trash.net>
11604 L: netdev@vger.kernel.org
11605 S: Maintained
11606 F: drivers/net/macvlan.c
11607 F: include/linux/if_*vlan.h
11608 F: net/8021q/
11609
11610 VLYNQ BUS
11611 M: Florian Fainelli <florian@openwrt.org>
11612 L: openwrt-devel@lists.openwrt.org (subscribers-only)
11613 S: Maintained
11614 F: drivers/vlynq/vlynq.c
11615 F: include/linux/vlynq.h
11616
11617 VME SUBSYSTEM
11618 M: Martyn Welch <martyn@welchs.me.uk>
11619 M: Manohar Vanga <manohar.vanga@gmail.com>
11620 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11621 L: devel@driverdev.osuosl.org
11622 S: Maintained
11623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11624 F: Documentation/vme_api.txt
11625 F: drivers/staging/vme/
11626 F: drivers/vme/
11627 F: include/linux/vme*
11628
11629 VMWARE HYPERVISOR INTERFACE
11630 M: Alok Kataria <akataria@vmware.com>
11631 L: virtualization@lists.linux-foundation.org
11632 S: Supported
11633 F: arch/x86/kernel/cpu/vmware.c
11634
11635 VMWARE BALLOON DRIVER
11636 M: Xavier Deguillard <xdeguillard@vmware.com>
11637 M: Philip Moltmann <moltmann@vmware.com>
11638 M: "VMware, Inc." <pv-drivers@vmware.com>
11639 L: linux-kernel@vger.kernel.org
11640 S: Maintained
11641 F: drivers/misc/vmw_balloon.c
11642
11643 VMWARE VMMOUSE SUBDRIVER
11644 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11645 M: "VMware, Inc." <pv-drivers@vmware.com>
11646 L: linux-input@vger.kernel.org
11647 S: Maintained
11648 F: drivers/input/mouse/vmmouse.c
11649 F: drivers/input/mouse/vmmouse.h
11650
11651 VMWARE VMXNET3 ETHERNET DRIVER
11652 M: Shrikrishna Khare <skhare@vmware.com>
11653 M: "VMware, Inc." <pv-drivers@vmware.com>
11654 L: netdev@vger.kernel.org
11655 S: Maintained
11656 F: drivers/net/vmxnet3/
11657
11658 VMware PVSCSI driver
11659 M: Arvind Kumar <arvindkumar@vmware.com>
11660 M: VMware PV-Drivers <pv-drivers@vmware.com>
11661 L: linux-scsi@vger.kernel.org
11662 S: Maintained
11663 F: drivers/scsi/vmw_pvscsi.c
11664 F: drivers/scsi/vmw_pvscsi.h
11665
11666 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11667 M: Liam Girdwood <lgirdwood@gmail.com>
11668 M: Mark Brown <broonie@kernel.org>
11669 L: linux-kernel@vger.kernel.org
11670 W: http://www.slimlogic.co.uk/?p=48
11671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11672 S: Supported
11673 F: drivers/regulator/
11674 F: include/linux/regulator/
11675
11676 VRF
11677 M: David Ahern <dsa@cumulusnetworks.com>
11678 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11679 L: netdev@vger.kernel.org
11680 S: Maintained
11681 F: drivers/net/vrf.c
11682 F: Documentation/networking/vrf.txt
11683
11684 VT1211 HARDWARE MONITOR DRIVER
11685 M: Juerg Haefliger <juergh@gmail.com>
11686 L: lm-sensors@lm-sensors.org
11687 S: Maintained
11688 F: Documentation/hwmon/vt1211
11689 F: drivers/hwmon/vt1211.c
11690
11691 VT8231 HARDWARE MONITOR DRIVER
11692 M: Roger Lucas <vt8231@hiddenengine.co.uk>
11693 L: lm-sensors@lm-sensors.org
11694 S: Maintained
11695 F: drivers/hwmon/vt8231.c
11696
11697 VUB300 USB to SDIO/SD/MMC bridge chip
11698 M: Tony Olech <tony.olech@elandigitalsystems.com>
11699 L: linux-mmc@vger.kernel.org
11700 L: linux-usb@vger.kernel.org
11701 S: Supported
11702 F: drivers/mmc/host/vub300.c
11703
11704 W1 DALLAS'S 1-WIRE BUS
11705 M: Evgeniy Polyakov <zbr@ioremap.net>
11706 S: Maintained
11707 F: Documentation/w1/
11708 F: drivers/w1/
11709
11710 W83791D HARDWARE MONITORING DRIVER
11711 M: Marc Hulsman <m.hulsman@tudelft.nl>
11712 L: lm-sensors@lm-sensors.org
11713 S: Maintained
11714 F: Documentation/hwmon/w83791d
11715 F: drivers/hwmon/w83791d.c
11716
11717 W83793 HARDWARE MONITORING DRIVER
11718 M: Rudolf Marek <r.marek@assembler.cz>
11719 L: lm-sensors@lm-sensors.org
11720 S: Maintained
11721 F: Documentation/hwmon/w83793
11722 F: drivers/hwmon/w83793.c
11723
11724 W83795 HARDWARE MONITORING DRIVER
11725 M: Jean Delvare <jdelvare@suse.com>
11726 L: lm-sensors@lm-sensors.org
11727 S: Maintained
11728 F: drivers/hwmon/w83795.c
11729
11730 W83L51xD SD/MMC CARD INTERFACE DRIVER
11731 M: Pierre Ossman <pierre@ossman.eu>
11732 S: Maintained
11733 F: drivers/mmc/host/wbsd.*
11734
11735 WACOM PROTOCOL 4 SERIAL TABLETS
11736 M: Julian Squires <julian@cipht.net>
11737 M: Hans de Goede <hdegoede@redhat.com>
11738 L: linux-input@vger.kernel.org
11739 S: Maintained
11740 F: drivers/input/tablet/wacom_serial4.c
11741
11742 WATCHDOG DEVICE DRIVERS
11743 M: Wim Van Sebroeck <wim@iguana.be>
11744 R: Guenter Roeck <linux@roeck-us.net>
11745 L: linux-watchdog@vger.kernel.org
11746 W: http://www.linux-watchdog.org/
11747 T: git git://www.linux-watchdog.org/linux-watchdog.git
11748 S: Maintained
11749 F: Documentation/watchdog/
11750 F: drivers/watchdog/
11751 F: include/linux/watchdog.h
11752 F: include/uapi/linux/watchdog.h
11753
11754 WD7000 SCSI DRIVER
11755 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11756 L: linux-scsi@vger.kernel.org
11757 S: Maintained
11758 F: drivers/scsi/wd7000.c
11759
11760 WIIMOTE HID DRIVER
11761 M: David Herrmann <dh.herrmann@googlemail.com>
11762 L: linux-input@vger.kernel.org
11763 S: Maintained
11764 F: drivers/hid/hid-wiimote*
11765
11766 WINBOND CIR DRIVER
11767 M: David Härdeman <david@hardeman.nu>
11768 S: Maintained
11769 F: drivers/media/rc/winbond-cir.c
11770
11771 WIMAX STACK
11772 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11773 M: linux-wimax@intel.com
11774 L: wimax@linuxwimax.org (subscribers-only)
11775 S: Supported
11776 W: http://linuxwimax.org
11777 F: Documentation/wimax/README.wimax
11778 F: include/linux/wimax/debug.h
11779 F: include/net/wimax.h
11780 F: include/uapi/linux/wimax.h
11781 F: net/wimax/
11782
11783 WISTRON LAPTOP BUTTON DRIVER
11784 M: Miloslav Trmac <mitr@volny.cz>
11785 S: Maintained
11786 F: drivers/input/misc/wistron_btns.c
11787
11788 WL3501 WIRELESS PCMCIA CARD DRIVER
11789 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11790 L: linux-wireless@vger.kernel.org
11791 W: http://oops.ghostprotocols.net:81/blog
11792 S: Maintained
11793 F: drivers/net/wireless/wl3501*
11794
11795 WOLFSON MICROELECTRONICS DRIVERS
11796 L: patches@opensource.wolfsonmicro.com
11797 T: git https://github.com/CirrusLogic/linux-drivers.git
11798 W: https://github.com/CirrusLogic/linux-drivers/wiki
11799 S: Supported
11800 F: Documentation/hwmon/wm83??
11801 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11802 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11803 F: Documentation/devicetree/bindings/mfd/arizona.txt
11804 F: arch/arm/mach-s3c64xx/mach-crag6410*
11805 F: drivers/clk/clk-wm83*.c
11806 F: drivers/extcon/extcon-arizona.c
11807 F: drivers/leds/leds-wm83*.c
11808 F: drivers/gpio/gpio-*wm*.c
11809 F: drivers/gpio/gpio-arizona.c
11810 F: drivers/hwmon/wm83??-hwmon.c
11811 F: drivers/input/misc/wm831x-on.c
11812 F: drivers/input/touchscreen/wm831x-ts.c
11813 F: drivers/input/touchscreen/wm97*.c
11814 F: drivers/mfd/arizona*
11815 F: drivers/mfd/wm*.c
11816 F: drivers/mfd/cs47l24*
11817 F: drivers/power/wm83*.c
11818 F: drivers/rtc/rtc-wm83*.c
11819 F: drivers/regulator/wm8*.c
11820 F: drivers/video/backlight/wm83*_bl.c
11821 F: drivers/watchdog/wm83*_wdt.c
11822 F: include/linux/mfd/arizona/
11823 F: include/linux/mfd/wm831x/
11824 F: include/linux/mfd/wm8350/
11825 F: include/linux/mfd/wm8400*
11826 F: include/linux/wm97xx.h
11827 F: include/sound/wm????.h
11828 F: sound/soc/codecs/arizona.?
11829 F: sound/soc/codecs/wm*
11830 F: sound/soc/codecs/cs47l24*
11831
11832 WORKQUEUE
11833 M: Tejun Heo <tj@kernel.org>
11834 R: Lai Jiangshan <jiangshanlai@gmail.com>
11835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11836 S: Maintained
11837 F: include/linux/workqueue.h
11838 F: kernel/workqueue.c
11839 F: Documentation/workqueue.txt
11840
11841 X.25 NETWORK LAYER
11842 M: Andrew Hendry <andrew.hendry@gmail.com>
11843 L: linux-x25@vger.kernel.org
11844 S: Odd Fixes
11845 F: Documentation/networking/x25*
11846 F: include/net/x25*
11847 F: net/x25/
11848
11849 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11850 M: Thomas Gleixner <tglx@linutronix.de>
11851 M: Ingo Molnar <mingo@redhat.com>
11852 M: "H. Peter Anvin" <hpa@zytor.com>
11853 M: x86@kernel.org
11854 L: linux-kernel@vger.kernel.org
11855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11856 S: Maintained
11857 F: Documentation/x86/
11858 F: arch/x86/
11859
11860 X86 PLATFORM DRIVERS
11861 M: Darren Hart <dvhart@infradead.org>
11862 L: platform-driver-x86@vger.kernel.org
11863 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11864 S: Maintained
11865 F: drivers/platform/x86/
11866 F: drivers/platform/olpc/
11867
11868 X86 MCE INFRASTRUCTURE
11869 M: Tony Luck <tony.luck@intel.com>
11870 M: Borislav Petkov <bp@alien8.de>
11871 L: linux-edac@vger.kernel.org
11872 S: Maintained
11873 F: arch/x86/kernel/cpu/mcheck/*
11874
11875 X86 MICROCODE UPDATE SUPPORT
11876 M: Borislav Petkov <bp@alien8.de>
11877 S: Maintained
11878 F: arch/x86/kernel/cpu/microcode/*
11879
11880 X86 VDSO
11881 M: Andy Lutomirski <luto@amacapital.net>
11882 L: linux-kernel@vger.kernel.org
11883 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11884 S: Maintained
11885 F: arch/x86/entry/vdso/
11886
11887 XC2028/3028 TUNER DRIVER
11888 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11889 L: linux-media@vger.kernel.org
11890 W: https://linuxtv.org
11891 T: git git://linuxtv.org/media_tree.git
11892 S: Maintained
11893 F: drivers/media/tuners/tuner-xc2028.*
11894
11895 XEN HYPERVISOR INTERFACE
11896 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11897 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11898 M: David Vrabel <david.vrabel@citrix.com>
11899 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11900 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11901 S: Supported
11902 F: arch/x86/xen/
11903 F: drivers/*/xen-*front.c
11904 F: drivers/xen/
11905 F: arch/x86/include/asm/xen/
11906 F: include/xen/
11907 F: include/uapi/xen/
11908
11909 XEN HYPERVISOR ARM
11910 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11911 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11912 S: Supported
11913 F: arch/arm/xen/
11914 F: arch/arm/include/asm/xen/
11915
11916 XEN HYPERVISOR ARM64
11917 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11918 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11919 S: Supported
11920 F: arch/arm64/xen/
11921 F: arch/arm64/include/asm/xen/
11922
11923 XEN NETWORK BACKEND DRIVER
11924 M: Ian Campbell <ian.campbell@citrix.com>
11925 M: Wei Liu <wei.liu2@citrix.com>
11926 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11927 L: netdev@vger.kernel.org
11928 S: Supported
11929 F: drivers/net/xen-netback/*
11930
11931 XEN PCI SUBSYSTEM
11932 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11933 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11934 S: Supported
11935 F: arch/x86/pci/*xen*
11936 F: drivers/pci/*xen*
11937
11938 XEN BLOCK SUBSYSTEM
11939 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11940 M: Roger Pau Monné <roger.pau@citrix.com>
11941 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11942 S: Supported
11943 F: drivers/block/xen-blkback/*
11944 F: drivers/block/xen*
11945
11946 XEN PVSCSI DRIVERS
11947 M: Juergen Gross <jgross@suse.com>
11948 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11949 L: linux-scsi@vger.kernel.org
11950 S: Supported
11951 F: drivers/scsi/xen-scsifront.c
11952 F: drivers/xen/xen-scsiback.c
11953 F: include/xen/interface/io/vscsiif.h
11954
11955 XEN SWIOTLB SUBSYSTEM
11956 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11957 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11958 S: Supported
11959 F: arch/x86/xen/*swiotlb*
11960 F: drivers/xen/*swiotlb*
11961
11962 XFS FILESYSTEM
11963 P: Silicon Graphics Inc
11964 M: Dave Chinner <david@fromorbit.com>
11965 M: xfs@oss.sgi.com
11966 L: xfs@oss.sgi.com
11967 W: http://oss.sgi.com/projects/xfs
11968 T: git git://oss.sgi.com/xfs/xfs.git
11969 S: Supported
11970 F: Documentation/filesystems/xfs.txt
11971 F: fs/xfs/
11972
11973 XILINX AXI ETHERNET DRIVER
11974 M: Anirudha Sarangi <anirudh@xilinx.com>
11975 M: John Linn <John.Linn@xilinx.com>
11976 S: Maintained
11977 F: drivers/net/ethernet/xilinx/xilinx_axienet*
11978
11979 XILINX UARTLITE SERIAL DRIVER
11980 M: Peter Korsgaard <jacmet@sunsite.dk>
11981 L: linux-serial@vger.kernel.org
11982 S: Maintained
11983 F: drivers/tty/serial/uartlite.c
11984
11985 XILINX VIDEO IP CORES
11986 M: Hyun Kwon <hyun.kwon@xilinx.com>
11987 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11988 L: linux-media@vger.kernel.org
11989 T: git git://linuxtv.org/media_tree.git
11990 S: Supported
11991 F: Documentation/devicetree/bindings/media/xilinx/
11992 F: drivers/media/platform/xilinx/
11993 F: include/uapi/linux/xilinx-v4l2-controls.h
11994
11995 XILLYBUS DRIVER
11996 M: Eli Billauer <eli.billauer@gmail.com>
11997 L: linux-kernel@vger.kernel.org
11998 S: Supported
11999 F: drivers/char/xillybus/
12000
12001 XTENSA XTFPGA PLATFORM SUPPORT
12002 M: Max Filippov <jcmvbkbc@gmail.com>
12003 L: linux-xtensa@linux-xtensa.org
12004 S: Maintained
12005 F: drivers/spi/spi-xtensa-xtfpga.c
12006 F: sound/soc/xtensa/xtfpga-i2s.c
12007
12008 YAM DRIVER FOR AX.25
12009 M: Jean-Paul Roubelat <jpr@f6fbb.org>
12010 L: linux-hams@vger.kernel.org
12011 S: Maintained
12012 F: drivers/net/hamradio/yam*
12013 F: include/linux/yam.h
12014
12015 YEALINK PHONE DRIVER
12016 M: Henk Vergonet <Henk.Vergonet@gmail.com>
12017 L: usbb2k-api-dev@nongnu.org
12018 S: Maintained
12019 F: Documentation/input/yealink.txt
12020 F: drivers/input/misc/yealink.*
12021
12022 Z8530 DRIVER FOR AX.25
12023 M: Joerg Reuter <jreuter@yaina.de>
12024 W: http://yaina.de/jreuter/
12025 W: http://www.qsl.net/dl1bke/
12026 L: linux-hams@vger.kernel.org
12027 S: Maintained
12028 F: Documentation/networking/z8530drv.txt
12029 F: drivers/net/hamradio/*scc.c
12030 F: drivers/net/hamradio/z8530.h
12031
12032 ZBUD COMPRESSED PAGE ALLOCATOR
12033 M: Seth Jennings <sjennings@variantweb.net>
12034 L: linux-mm@kvack.org
12035 S: Maintained
12036 F: mm/zbud.c
12037 F: include/linux/zbud.h
12038
12039 ZD1211RW WIRELESS DRIVER
12040 M: Daniel Drake <dsd@gentoo.org>
12041 M: Ulrich Kunitz <kune@deine-taler.de>
12042 W: http://zd1211.ath.cx/wiki/DriverRewrite
12043 L: linux-wireless@vger.kernel.org
12044 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12045 S: Maintained
12046 F: drivers/net/wireless/zydas/zd1211rw/
12047
12048 ZPOOL COMPRESSED PAGE STORAGE API
12049 M: Dan Streetman <ddstreet@ieee.org>
12050 L: linux-mm@kvack.org
12051 S: Maintained
12052 F: mm/zpool.c
12053 F: include/linux/zpool.h
12054
12055 ZR36067 VIDEO FOR LINUX DRIVER
12056 L: mjpeg-users@lists.sourceforge.net
12057 L: linux-media@vger.kernel.org
12058 W: http://mjpeg.sourceforge.net/driver-zoran/
12059 T: hg https://linuxtv.org/hg/v4l-dvb
12060 S: Odd Fixes
12061 F: drivers/media/pci/zoran/
12062
12063 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12064 M: Minchan Kim <minchan@kernel.org>
12065 M: Nitin Gupta <ngupta@vflare.org>
12066 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12067 L: linux-kernel@vger.kernel.org
12068 S: Maintained
12069 F: drivers/block/zram/
12070 F: Documentation/blockdev/zram.txt
12071
12072 ZS DECSTATION Z85C30 SERIAL DRIVER
12073 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12074 S: Maintained
12075 F: drivers/tty/serial/zs.*
12076
12077 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12078 M: Minchan Kim <minchan@kernel.org>
12079 M: Nitin Gupta <ngupta@vflare.org>
12080 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12081 L: linux-mm@kvack.org
12082 S: Maintained
12083 F: mm/zsmalloc.c
12084 F: include/linux/zsmalloc.h
12085 F: Documentation/vm/zsmalloc.txt
12086
12087 ZSWAP COMPRESSED SWAP CACHING
12088 M: Seth Jennings <sjennings@variantweb.net>
12089 L: linux-mm@kvack.org
12090 S: Maintained
12091 F: mm/zswap.c
12092
12093 THE REST
12094 M: Linus Torvalds <torvalds@linux-foundation.org>
12095 L: linux-kernel@vger.kernel.org
12096 Q: http://patchwork.kernel.org/project/LKML/list/
12097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12098 S: Buried alive in reporters
12099 F: *
12100 F: */