misc: Move panel driver out of staging
[deliverable/linux.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
130 S: Maintained
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
144 S: Supported
145 F: drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <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 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
785 F: arch/x86/kernel/apm_32.c
786 F: include/linux/apm_bios.h
787 F: include/uapi/linux/apm_bios.h
788 F: drivers/char/apm-emulation.c
789
790 APPLE BCM5974 MULTITOUCH DRIVER
791 M: Henrik Rydberg <rydberg@bitmath.org>
792 L: linux-input@vger.kernel.org
793 S: Odd fixes
794 F: drivers/input/mouse/bcm5974.c
795
796 APPLE SMC DRIVER
797 M: Henrik Rydberg <rydberg@bitmath.org>
798 L: lm-sensors@lm-sensors.org
799 S: Odd fixes
800 F: drivers/hwmon/applesmc.c
801
802 APPLETALK NETWORK LAYER
803 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
804 S: Maintained
805 F: drivers/net/appletalk/
806 F: net/appletalk/
807
808 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
809 M: Duc Dang <dhdang@apm.com>
810 S: Supported
811 F: arch/arm64/boot/dts/apm/
812
813 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
814 M: Iyappan Subramanian <isubramanian@apm.com>
815 M: Keyur Chudgar <kchudgar@apm.com>
816 S: Supported
817 F: drivers/net/ethernet/apm/xgene/
818 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
819
820 APTINA CAMERA SENSOR PLL
821 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
822 L: linux-media@vger.kernel.org
823 S: Maintained
824 F: drivers/media/i2c/aptina-pll.*
825
826 ARC FRAMEBUFFER DRIVER
827 M: Jaya Kumar <jayalk@intworks.biz>
828 S: Maintained
829 F: drivers/video/fbdev/arcfb.c
830 F: drivers/video/fbdev/core/fb_defio.c
831
832 ARCNET NETWORK LAYER
833 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
834 L: netdev@vger.kernel.org
835 S: Maintained
836 F: drivers/net/arcnet/
837 F: include/uapi/linux/if_arcnet.h
838
839 ARM MFM AND FLOPPY DRIVERS
840 M: Ian Molton <spyro@f2s.com>
841 S: Maintained
842 F: arch/arm/lib/floppydma.S
843 F: arch/arm/include/asm/floppy.h
844
845 ARM PMU PROFILING AND DEBUGGING
846 M: Will Deacon <will.deacon@arm.com>
847 R: Mark Rutland <mark.rutland@arm.com>
848 S: Maintained
849 F: arch/arm*/kernel/perf_*
850 F: arch/arm/oprofile/common.c
851 F: arch/arm*/kernel/hw_breakpoint.c
852 F: arch/arm*/include/asm/hw_breakpoint.h
853 F: arch/arm*/include/asm/perf_event.h
854 F: drivers/perf/arm_pmu.c
855 F: include/linux/perf/arm_pmu.h
856
857 ARM PORT
858 M: Russell King <linux@arm.linux.org.uk>
859 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
860 W: http://www.arm.linux.org.uk/
861 S: Maintained
862 F: arch/arm/
863
864 ARM SUB-ARCHITECTURES
865 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866 S: Maintained
867 F: arch/arm/mach-*/
868 F: arch/arm/plat-*/
869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
870
871 ARM PRIMECELL AACI PL041 DRIVER
872 M: Russell King <linux@arm.linux.org.uk>
873 S: Maintained
874 F: sound/arm/aaci.*
875
876 ARM PRIMECELL CLCD PL110 DRIVER
877 M: Russell King <linux@arm.linux.org.uk>
878 S: Maintained
879 F: drivers/video/fbdev/amba-clcd.*
880
881 ARM PRIMECELL KMI PL050 DRIVER
882 M: Russell King <linux@arm.linux.org.uk>
883 S: Maintained
884 F: drivers/input/serio/ambakmi.*
885 F: include/linux/amba/kmi.h
886
887 ARM PRIMECELL MMCI PL180/1 DRIVER
888 M: Russell King <linux@arm.linux.org.uk>
889 S: Maintained
890 F: drivers/mmc/host/mmci.*
891 F: include/linux/amba/mmci.h
892
893 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
894 M: Russell King <linux@arm.linux.org.uk>
895 S: Maintained
896 F: drivers/tty/serial/amba-pl01*.c
897 F: include/linux/amba/serial.h
898
899 ARM PRIMECELL BUS SUPPORT
900 M: Russell King <linux@arm.linux.org.uk>
901 S: Maintained
902 F: drivers/amba/
903 F: include/linux/amba/bus.h
904
905 ARM/ADS SPHERE MACHINE SUPPORT
906 M: Lennert Buytenhek <kernel@wantstofly.org>
907 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 S: Maintained
909
910 ARM/AFEB9260 MACHINE SUPPORT
911 M: Sergey Lapin <slapin@ossfans.org>
912 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 S: Maintained
914
915 ARM/AJECO 1ARM MACHINE SUPPORT
916 M: Lennert Buytenhek <kernel@wantstofly.org>
917 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918 S: Maintained
919
920 ARM/Allwinner sunXi SoC support
921 M: Maxime Ripard <maxime.ripard@free-electrons.com>
922 M: Chen-Yu Tsai <wens@csie.org>
923 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 S: Maintained
925 N: sun[x456789]i
926
927 ARM/Allwinner SoC Clock Support
928 M: Emilio LĂ³pez <emilio@elopez.com.ar>
929 S: Maintained
930 F: drivers/clk/sunxi/
931
932 ARM/Amlogic MesonX SoC support
933 M: Carlo Caione <carlo@caione.org>
934 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S: Maintained
936 F: drivers/media/rc/meson-ir.c
937 N: meson[x68]
938
939 ARM/Annapurna Labs ALPINE ARCHITECTURE
940 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
941 S: Maintained
942 F: arch/arm/mach-alpine/
943
944 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
945 M: Nicolas Ferre <nicolas.ferre@atmel.com>
946 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
947 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 W: http://www.linux4sam.org
950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
951 S: Supported
952 F: arch/arm/mach-at91/
953 F: include/soc/at91/
954 F: arch/arm/boot/dts/at91*.dts
955 F: arch/arm/boot/dts/at91*.dtsi
956 F: arch/arm/boot/dts/sama*.dts
957 F: arch/arm/boot/dts/sama*.dtsi
958 F: arch/arm/include/debug/at91.S
959
960 ARM/ATMEL AT91 Clock Support
961 M: Boris Brezillon <boris.brezillon@free-electrons.com>
962 S: Maintained
963 F: drivers/clk/at91
964
965 ARM/CALXEDA HIGHBANK ARCHITECTURE
966 M: Rob Herring <robh@kernel.org>
967 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S: Maintained
969 F: arch/arm/mach-highbank/
970
971 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
972 M: Krzysztof Halasa <khalasa@piap.pl>
973 S: Maintained
974 F: arch/arm/mach-cns3xxx/
975
976 ARM/CAVIUM THUNDER NETWORK DRIVER
977 M: Sunil Goutham <sgoutham@cavium.com>
978 M: Robert Richter <rric@kernel.org>
979 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S: Supported
981 F: drivers/net/ethernet/cavium/thunder/
982
983 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
984 M: Alexander Shiyan <shc_work@mail.ru>
985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S: Odd Fixes
987 N: clps711x
988
989 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
990 M: Hartley Sweeten <hsweeten@visionengravers.com>
991 M: Ryan Mallon <rmallon@gmail.com>
992 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S: Maintained
994 F: arch/arm/mach-ep93xx/
995 F: arch/arm/mach-ep93xx/include/mach/
996
997 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
998 M: Lennert Buytenhek <kernel@wantstofly.org>
999 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S: Maintained
1001
1002 ARM/CLKDEV SUPPORT
1003 M: Russell King <linux@arm.linux.org.uk>
1004 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S: Maintained
1006 F: arch/arm/include/asm/clkdev.h
1007 F: drivers/clk/clkdev.c
1008
1009 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1010 M: Mike Rapoport <mike@compulab.co.il>
1011 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S: Maintained
1013
1014 ARM/CONTEC MICRO9 MACHINE SUPPORT
1015 M: Hubert Feurstein <hubert.feurstein@contec.at>
1016 S: Maintained
1017 F: arch/arm/mach-ep93xx/micro9.c
1018
1019 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1020 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1021 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S: Maintained
1023 F: drivers/hwtracing/coresight/*
1024 F: Documentation/trace/coresight.txt
1025 F: Documentation/devicetree/bindings/arm/coresight.txt
1026 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1027
1028 ARM/CORGI MACHINE SUPPORT
1029 M: Richard Purdie <rpurdie@rpsys.net>
1030 S: Maintained
1031
1032 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1033 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 T: git git://github.com/ulli-kroll/linux.git
1036 S: Maintained
1037 F: arch/arm/mach-gemini/
1038 F: drivers/rtc/rtc-gemini.c
1039
1040 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1041 M: Barry Song <baohua@kernel.org>
1042 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1044 S: Maintained
1045 F: arch/arm/mach-prima2/
1046 F: drivers/clk/sirf/
1047 F: drivers/clocksource/timer-prima2.c
1048 F: drivers/clocksource/timer-atlas7.c
1049 N: [^a-z]sirf
1050
1051 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1052 M: Baruch Siach <baruch@tkos.co.il>
1053 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S: Maintained
1055 F: arch/arm/boot/dts/cx92755*
1056 N: digicolor
1057
1058 ARM/EBSA110 MACHINE SUPPORT
1059 M: Russell King <linux@arm.linux.org.uk>
1060 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 W: http://www.arm.linux.org.uk/
1062 S: Maintained
1063 F: arch/arm/mach-ebsa110/
1064 F: drivers/net/ethernet/amd/am79c961a.*
1065
1066 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1067 M: Uwe Kleine-König <kernel@pengutronix.de>
1068 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S: Maintained
1070 N: efm32
1071
1072 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1073 M: Daniel Ribeiro <drwyrm@gmail.com>
1074 M: Stefan Schmidt <stefan@openezx.org>
1075 M: Harald Welte <laforge@openezx.org>
1076 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1077 W: http://www.openezx.org/
1078 S: Maintained
1079 T: topgit git://git.openezx.org/openezx.git
1080 F: arch/arm/mach-pxa/ezx.c
1081
1082 ARM/FARADAY FA526 PORT
1083 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1084 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S: Maintained
1086 T: git git://git.berlios.de/gemini-board
1087 F: arch/arm/mm/*-fa*
1088
1089 ARM/FOOTBRIDGE ARCHITECTURE
1090 M: Russell King <linux@arm.linux.org.uk>
1091 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 W: http://www.arm.linux.org.uk/
1093 S: Maintained
1094 F: arch/arm/include/asm/hardware/dec21285.h
1095 F: arch/arm/mach-footbridge/
1096
1097 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1098 M: Shawn Guo <shawnguo@kernel.org>
1099 M: Sascha Hauer <kernel@pengutronix.de>
1100 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S: Maintained
1102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1103 F: arch/arm/mach-imx/
1104 F: arch/arm/mach-mxs/
1105 F: arch/arm/boot/dts/imx*
1106 F: arch/arm/configs/imx*_defconfig
1107 F: drivers/clk/imx/
1108 F: include/soc/imx/
1109
1110 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1111 M: Shawn Guo <shawnguo@kernel.org>
1112 M: Sascha Hauer <kernel@pengutronix.de>
1113 R: Stefan Agner <stefan@agner.ch>
1114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S: Maintained
1116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1117 F: arch/arm/mach-imx/*vf610*
1118 F: arch/arm/boot/dts/vf*
1119
1120 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1121 M: Lennert Buytenhek <kernel@wantstofly.org>
1122 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S: Maintained
1124
1125 ARM/GUMSTIX MACHINE SUPPORT
1126 M: Steve Sakoman <sakoman@gmail.com>
1127 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128 S: Maintained
1129
1130 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1131 M: Philipp Zabel <philipp.zabel@gmail.com>
1132 M: Paul Parsons <lost.distance@yahoo.com>
1133 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 S: Maintained
1135 F: arch/arm/mach-pxa/hx4700.c
1136 F: arch/arm/mach-pxa/include/mach/hx4700.h
1137 F: sound/soc/pxa/hx4700.c
1138
1139 ARM/HISILICON SOC SUPPORT
1140 M: Wei Xu <xuwei5@hisilicon.com>
1141 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 W: http://www.hisilicon.com
1143 S: Supported
1144 T: git git://github.com/hisilicon/linux-hisi.git
1145 F: arch/arm/mach-hisi/
1146
1147 ARM/HP JORNADA 7XX MACHINE SUPPORT
1148 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1149 W: www.jlime.com
1150 S: Maintained
1151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1152 F: arch/arm/mach-sa1100/jornada720.c
1153 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1154
1155 ARM/IGEP MACHINE SUPPORT
1156 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1157 M: Javier Martinez Canillas <javier@dowhile0.org>
1158 L: linux-omap@vger.kernel.org
1159 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S: Maintained
1161 F: arch/arm/boot/dts/omap3-igep*
1162
1163 ARM/INCOME PXA270 SUPPORT
1164 M: Marek Vasut <marek.vasut@gmail.com>
1165 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S: Maintained
1167 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1168
1169 ARM/INTEL IOP32X ARM ARCHITECTURE
1170 M: Lennert Buytenhek <kernel@wantstofly.org>
1171 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S: Maintained
1173
1174 ARM/INTEL IOP33X ARM ARCHITECTURE
1175 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S: Orphan
1177
1178 ARM/INTEL IOP13XX ARM ARCHITECTURE
1179 M: Lennert Buytenhek <kernel@wantstofly.org>
1180 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S: Maintained
1182
1183 ARM/INTEL IQ81342EX MACHINE SUPPORT
1184 M: Lennert Buytenhek <kernel@wantstofly.org>
1185 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S: Maintained
1187
1188 ARM/INTEL IXDP2850 MACHINE SUPPORT
1189 M: Lennert Buytenhek <kernel@wantstofly.org>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S: Maintained
1192
1193 ARM/INTEL IXP4XX ARM ARCHITECTURE
1194 M: Imre Kaloz <kaloz@openwrt.org>
1195 M: Krzysztof Halasa <khalasa@piap.pl>
1196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S: Maintained
1198 F: arch/arm/mach-ixp4xx/
1199
1200 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1201 M: Jonathan Cameron <jic23@cam.ac.uk>
1202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S: Maintained
1204 F: arch/arm/mach-pxa/stargate2.c
1205 F: drivers/pcmcia/pxa2xx_stargate2.c
1206
1207 ARM/INTEL XSC3 (MANZANO) ARM CORE
1208 M: Lennert Buytenhek <kernel@wantstofly.org>
1209 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 S: Maintained
1211
1212 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1213 M: Lennert Buytenhek <kernel@wantstofly.org>
1214 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S: Maintained
1216
1217 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1218 M: Santosh Shilimkar <ssantosh@kernel.org>
1219 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220 S: Maintained
1221 F: arch/arm/mach-keystone/
1222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1223
1224 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1225 M: Santosh Shilimkar <ssantosh@kernel.org>
1226 L: linux-kernel@vger.kernel.org
1227 S: Maintained
1228 F: drivers/clk/keystone/
1229
1230 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1231 M: Santosh Shilimkar <ssantosh@kernel.org>
1232 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 L: linux-kernel@vger.kernel.org
1234 S: Maintained
1235 F: drivers/clocksource/timer-keystone.c
1236
1237 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1238 M: Santosh Shilimkar <ssantosh@kernel.org>
1239 L: linux-kernel@vger.kernel.org
1240 S: Maintained
1241 F: drivers/power/reset/keystone-reset.c
1242
1243 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1244 M: Santosh Shilimkar <ssantosh@kernel.org>
1245 L: linux-kernel@vger.kernel.org
1246 S: Maintained
1247 F: drivers/memory/*emif*
1248
1249 ARM/LOGICPD PXA270 MACHINE SUPPORT
1250 M: Lennert Buytenhek <kernel@wantstofly.org>
1251 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 S: Maintained
1253
1254 ARM/LPC18XX ARCHITECTURE
1255 M: Joachim Eastwood <manabian@gmail.com>
1256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S: Maintained
1258 F: arch/arm/boot/dts/lpc43*
1259 F: drivers/clk/nxp/clk-lpc18xx*
1260 F: drivers/clocksource/time-lpc32xx.c
1261 F: drivers/i2c/busses/i2c-lpc2k.c
1262 F: drivers/memory/pl172.c
1263 F: drivers/mtd/spi-nor/nxp-spifi.c
1264 F: drivers/rtc/rtc-lpc24xx.c
1265 N: lpc18xx
1266
1267 ARM/MAGICIAN MACHINE SUPPORT
1268 M: Philipp Zabel <philipp.zabel@gmail.com>
1269 S: Maintained
1270
1271 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1272 M: Jason Cooper <jason@lakedaemon.net>
1273 M: Andrew Lunn <andrew@lunn.ch>
1274 M: Gregory Clement <gregory.clement@free-electrons.com>
1275 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1276 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 S: Maintained
1278 F: arch/arm/mach-mvebu/
1279 F: drivers/rtc/rtc-armada38x.c
1280 F: arch/arm/boot/dts/armada*
1281 F: arch/arm/boot/dts/kirkwood*
1282
1283
1284 ARM/Marvell Berlin SoC support
1285 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1286 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S: Maintained
1288 F: arch/arm/mach-berlin/
1289 F: arch/arm/boot/dts/berlin*
1290
1291
1292 ARM/Marvell Dove/MV78xx0/Orion SOC support
1293 M: Jason Cooper <jason@lakedaemon.net>
1294 M: Andrew Lunn <andrew@lunn.ch>
1295 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1296 M: Gregory Clement <gregory.clement@free-electrons.com>
1297 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 S: Maintained
1299 F: arch/arm/mach-dove/
1300 F: arch/arm/mach-mv78xx0/
1301 F: arch/arm/mach-orion5x/
1302 F: arch/arm/plat-orion/
1303 F: arch/arm/boot/dts/dove*
1304 F: arch/arm/boot/dts/orion5x*
1305
1306
1307 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1308 M: Alexander Clouter <alex@digriz.org.uk>
1309 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 W: http://www.digriz.org.uk/ts78xx/kernel
1311 S: Maintained
1312 F: arch/arm/mach-orion5x/ts78xx-*
1313
1314 ARM/Mediatek RTC DRIVER
1315 M: Eddie Huang <eddie.huang@mediatek.com>
1316 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1318 S: Maintained
1319 F: drivers/rtc/rtc-mt6397.c
1320
1321 ARM/Mediatek SoC support
1322 M: Matthias Brugger <matthias.bgg@gmail.com>
1323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1325 S: Maintained
1326 F: arch/arm/boot/dts/mt6*
1327 F: arch/arm/boot/dts/mt8*
1328 F: arch/arm/mach-mediatek/
1329 N: mtk
1330 K: mediatek
1331
1332 ARM/Mediatek USB3 PHY DRIVER
1333 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1336 S: Maintained
1337 F: drivers/phy/phy-mt65xx-usb3.c
1338
1339 ARM/MICREL KS8695 ARCHITECTURE
1340 M: Greg Ungerer <gerg@uclinux.org>
1341 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 F: arch/arm/mach-ks8695/
1343 S: Odd Fixes
1344
1345 ARM/MIOA701 MACHINE SUPPORT
1346 M: Robert Jarzmik <robert.jarzmik@free.fr>
1347 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 F: arch/arm/mach-pxa/mioa701.c
1349 S: Maintained
1350
1351 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1352 M: Michael Petchkovsky <mkpetch@internode.on.net>
1353 S: Maintained
1354
1355 ARM/NOMADIK ARCHITECTURE
1356 M: Alessandro Rubini <rubini@unipv.it>
1357 M: Linus Walleij <linus.walleij@linaro.org>
1358 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 S: Maintained
1360 F: arch/arm/mach-nomadik/
1361 F: drivers/pinctrl/nomadik/
1362 F: drivers/i2c/busses/i2c-nomadik.c
1363 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1364
1365 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1366 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1367 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1368 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1369 S: Supported
1370
1371 ARM/TOSA MACHINE SUPPORT
1372 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1373 M: Dirk Opfer <dirk@opfer-online.de>
1374 S: Maintained
1375
1376 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1377 M: Marek Vasut <marek.vasut@gmail.com>
1378 L: linux-arm-kernel@lists.infradead.org
1379 W: http://hackndev.com
1380 S: Maintained
1381 F: arch/arm/mach-pxa/include/mach/palmtx.h
1382 F: arch/arm/mach-pxa/palmtx.c
1383 F: arch/arm/mach-pxa/include/mach/palmt5.h
1384 F: arch/arm/mach-pxa/palmt5.c
1385 F: arch/arm/mach-pxa/include/mach/palmld.h
1386 F: arch/arm/mach-pxa/palmld.c
1387 F: arch/arm/mach-pxa/include/mach/palmte2.h
1388 F: arch/arm/mach-pxa/palmte2.c
1389 F: arch/arm/mach-pxa/include/mach/palmtc.h
1390 F: arch/arm/mach-pxa/palmtc.c
1391
1392 ARM/PALM TREO SUPPORT
1393 M: Tomas Cech <sleep_walker@suse.com>
1394 L: linux-arm-kernel@lists.infradead.org
1395 W: http://hackndev.com
1396 S: Maintained
1397 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1398 F: arch/arm/mach-pxa/palmtreo.c
1399
1400 ARM/PALMZ72 SUPPORT
1401 M: Sergey Lapin <slapin@ossfans.org>
1402 L: linux-arm-kernel@lists.infradead.org
1403 W: http://hackndev.com
1404 S: Maintained
1405 F: arch/arm/mach-pxa/include/mach/palmz72.h
1406 F: arch/arm/mach-pxa/palmz72.c
1407
1408 ARM/PLEB SUPPORT
1409 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1410 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1411 S: Maintained
1412
1413 ARM/PT DIGITAL BOARD PORT
1414 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1415 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1416 W: http://www.arm.linux.org.uk/
1417 S: Maintained
1418
1419 ARM/QUALCOMM SUPPORT
1420 M: Andy Gross <andy.gross@linaro.org>
1421 M: David Brown <david.brown@linaro.org>
1422 L: linux-arm-msm@vger.kernel.org
1423 L: linux-soc@vger.kernel.org
1424 S: Maintained
1425 F: arch/arm/boot/dts/qcom-*.dts
1426 F: arch/arm/boot/dts/qcom-*.dtsi
1427 F: arch/arm/mach-qcom/
1428 F: drivers/soc/qcom/
1429 F: drivers/tty/serial/msm_serial.h
1430 F: drivers/tty/serial/msm_serial.c
1431 F: drivers/*/pm8???-*
1432 F: drivers/mfd/ssbi.c
1433 F: drivers/firmware/qcom_scm.c
1434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1435
1436 ARM/RADISYS ENP2611 MACHINE SUPPORT
1437 M: Lennert Buytenhek <kernel@wantstofly.org>
1438 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 S: Maintained
1440
1441 ARM/RENESAS ARM64 ARCHITECTURE
1442 M: Simon Horman <horms@verge.net.au>
1443 M: Magnus Damm <magnus.damm@gmail.com>
1444 L: linux-sh@vger.kernel.org
1445 Q: http://patchwork.kernel.org/project/linux-sh/list/
1446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1447 S: Supported
1448 F: arch/arm64/boot/dts/renesas/
1449
1450 ARM/RISCPC ARCHITECTURE
1451 M: Russell King <linux@arm.linux.org.uk>
1452 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453 W: http://www.arm.linux.org.uk/
1454 S: Maintained
1455 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1456 F: arch/arm/include/asm/hardware/ioc.h
1457 F: arch/arm/include/asm/hardware/iomd.h
1458 F: arch/arm/include/asm/hardware/memc.h
1459 F: arch/arm/mach-rpc/
1460 F: drivers/net/ethernet/8390/etherh.c
1461 F: drivers/net/ethernet/i825xx/ether1*
1462 F: drivers/net/ethernet/seeq/ether3*
1463 F: drivers/scsi/arm/
1464
1465 ARM/Rockchip SoC support
1466 M: Heiko Stuebner <heiko@sntech.de>
1467 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1468 L: linux-rockchip@lists.infradead.org
1469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1470 S: Maintained
1471 F: arch/arm/boot/dts/rk3*
1472 F: arch/arm/mach-rockchip/
1473 F: drivers/clk/rockchip/
1474 F: drivers/i2c/busses/i2c-rk3x.c
1475 F: drivers/*/*rockchip*
1476 F: drivers/*/*/*rockchip*
1477 F: sound/soc/rockchip/
1478 N: rockchip
1479
1480 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1481 M: Kukjin Kim <kgene@kernel.org>
1482 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1483 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1485 S: Maintained
1486 F: arch/arm/boot/dts/s3c*
1487 F: arch/arm/boot/dts/exynos*
1488 F: arch/arm64/boot/dts/exynos/
1489 F: arch/arm/plat-samsung/
1490 F: arch/arm/mach-s3c24*/
1491 F: arch/arm/mach-s3c64xx/
1492 F: arch/arm/mach-s5p*/
1493 F: arch/arm/mach-exynos*/
1494 F: drivers/*/*s3c2410*
1495 F: drivers/*/*/*s3c2410*
1496 F: drivers/spi/spi-s3c*
1497 F: sound/soc/samsung/*
1498 F: Documentation/arm/Samsung/
1499 F: Documentation/devicetree/bindings/arm/samsung/
1500 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1501 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1502 N: exynos
1503
1504 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1505 M: Kyungmin Park <kyungmin.park@samsung.com>
1506 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 S: Maintained
1508 F: arch/arm/mach-s5pv210/
1509
1510 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1511 M: Kyungmin Park <kyungmin.park@samsung.com>
1512 M: Kamil Debski <k.debski@samsung.com>
1513 L: linux-arm-kernel@lists.infradead.org
1514 L: linux-media@vger.kernel.org
1515 S: Maintained
1516 F: drivers/media/platform/s5p-g2d/
1517
1518 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1519 M: Kyungmin Park <kyungmin.park@samsung.com>
1520 M: Kamil Debski <k.debski@samsung.com>
1521 M: Jeongtae Park <jtp.park@samsung.com>
1522 L: linux-arm-kernel@lists.infradead.org
1523 L: linux-media@vger.kernel.org
1524 S: Maintained
1525 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1526 F: drivers/media/platform/s5p-mfc/
1527
1528 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1529 M: Kyungmin Park <kyungmin.park@samsung.com>
1530 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1531 L: linux-arm-kernel@lists.infradead.org
1532 L: linux-media@vger.kernel.org
1533 S: Maintained
1534 F: drivers/media/platform/s5p-tv/
1535
1536 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1537 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1538 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1539 L: linux-arm-kernel@lists.infradead.org
1540 L: linux-media@vger.kernel.org
1541 S: Maintained
1542 F: drivers/media/platform/s5p-jpeg/
1543
1544 ARM/SHMOBILE ARM ARCHITECTURE
1545 M: Simon Horman <horms@verge.net.au>
1546 M: Magnus Damm <magnus.damm@gmail.com>
1547 L: linux-renesas-soc@vger.kernel.org
1548 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1550 S: Supported
1551 F: arch/arm/boot/dts/emev2*
1552 F: arch/arm/boot/dts/r7s*
1553 F: arch/arm/boot/dts/r8a*
1554 F: arch/arm/boot/dts/sh*
1555 F: arch/arm/configs/shmobile_defconfig
1556 F: arch/arm/include/debug/renesas-scif.S
1557 F: arch/arm/mach-shmobile/
1558 F: drivers/sh/
1559
1560 ARM/SOCFPGA ARCHITECTURE
1561 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1562 S: Maintained
1563 F: arch/arm/mach-socfpga/
1564 F: arch/arm/boot/dts/socfpga*
1565 F: arch/arm/configs/socfpga_defconfig
1566 W: http://www.rocketboards.org
1567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1568
1569 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1570 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1571 S: Maintained
1572 F: drivers/clk/socfpga/
1573
1574 ARM/SOCFPGA EDAC SUPPORT
1575 M: Thor Thayer <tthayer@opensource.altera.com>
1576 S: Maintained
1577 F: drivers/edac/altera_edac.
1578
1579 ARM/STI ARCHITECTURE
1580 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1581 M: Maxime Coquelin <maxime.coquelin@st.com>
1582 M: Patrice Chotard <patrice.chotard@st.com>
1583 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1584 L: kernel@stlinux.com
1585 W: http://www.stlinux.com
1586 S: Maintained
1587 F: arch/arm/mach-sti/
1588 F: arch/arm/boot/dts/sti*
1589 F: drivers/char/hw_random/st-rng.c
1590 F: drivers/clocksource/arm_global_timer.c
1591 F: drivers/clocksource/clksrc_st_lpc.c
1592 F: drivers/i2c/busses/i2c-st.c
1593 F: drivers/media/rc/st_rc.c
1594 F: drivers/media/platform/sti/c8sectpfe/
1595 F: drivers/mmc/host/sdhci-st.c
1596 F: drivers/phy/phy-miphy28lp.c
1597 F: drivers/phy/phy-miphy365x.c
1598 F: drivers/phy/phy-stih407-usb.c
1599 F: drivers/phy/phy-stih41x-usb.c
1600 F: drivers/pinctrl/pinctrl-st.c
1601 F: drivers/reset/sti/
1602 F: drivers/rtc/rtc-st-lpc.c
1603 F: drivers/tty/serial/st-asc.c
1604 F: drivers/usb/dwc3/dwc3-st.c
1605 F: drivers/usb/host/ehci-st.c
1606 F: drivers/usb/host/ohci-st.c
1607 F: drivers/watchdog/st_lpc_wdt.c
1608 F: drivers/ata/ahci_st.c
1609
1610 ARM/STM32 ARCHITECTURE
1611 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1612 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 S: Maintained
1614 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1615 N: stm32
1616 F: drivers/clocksource/armv7m_systick.c
1617
1618 ARM/TANGO ARCHITECTURE
1619 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1620 L: linux-arm-kernel@lists.infradead.org
1621 S: Maintained
1622 F: arch/arm/mach-tango/
1623 F: arch/arm/boot/dts/tango*
1624
1625 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1626 M: Lennert Buytenhek <kernel@wantstofly.org>
1627 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 S: Maintained
1629
1630 ARM/TETON BGA MACHINE SUPPORT
1631 M: "Mark F. Brown" <mark.brown314@gmail.com>
1632 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 S: Maintained
1634
1635 ARM/THECUS N2100 MACHINE SUPPORT
1636 M: Lennert Buytenhek <kernel@wantstofly.org>
1637 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 S: Maintained
1639
1640 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1641 M: Wan ZongShun <mcuos.com@gmail.com>
1642 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643 W: http://www.mcuos.com
1644 S: Maintained
1645 F: arch/arm/mach-w90x900/
1646 F: drivers/input/keyboard/w90p910_keypad.c
1647 F: drivers/input/touchscreen/w90p910_ts.c
1648 F: drivers/watchdog/nuc900_wdt.c
1649 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1650 F: drivers/mtd/nand/nuc900_nand.c
1651 F: drivers/rtc/rtc-nuc900.c
1652 F: drivers/spi/spi-nuc900.c
1653 F: drivers/usb/host/ehci-w90x900.c
1654 F: drivers/video/fbdev/nuc900fb.c
1655
1656 ARM/U300 MACHINE SUPPORT
1657 M: Linus Walleij <linus.walleij@linaro.org>
1658 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 S: Supported
1660 F: arch/arm/mach-u300/
1661 F: drivers/clocksource/timer-u300.c
1662 F: drivers/i2c/busses/i2c-stu300.c
1663 F: drivers/rtc/rtc-coh901331.c
1664 F: drivers/watchdog/coh901327_wdt.c
1665 F: drivers/dma/coh901318*
1666 F: drivers/mfd/ab3100*
1667 F: drivers/rtc/rtc-ab3100.c
1668 F: drivers/rtc/rtc-coh901331.c
1669 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1670
1671 ARM/UNIPHIER ARCHITECTURE
1672 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1673 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 S: Maintained
1675 F: arch/arm/boot/dts/uniphier*
1676 F: arch/arm/include/asm/hardware/cache-uniphier.h
1677 F: arch/arm/mach-uniphier/
1678 F: arch/arm/mm/cache-uniphier.c
1679 F: arch/arm64/boot/dts/socionext/
1680 F: drivers/bus/uniphier-system-bus.c
1681 F: drivers/i2c/busses/i2c-uniphier*
1682 F: drivers/pinctrl/uniphier/
1683 F: drivers/tty/serial/8250/8250_uniphier.c
1684 N: uniphier
1685
1686 ARM/Ux500 ARM ARCHITECTURE
1687 M: Linus Walleij <linus.walleij@linaro.org>
1688 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 S: Maintained
1690 F: arch/arm/mach-ux500/
1691 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1692 F: drivers/dma/ste_dma40*
1693 F: drivers/hwspinlock/u8500_hsem.c
1694 F: drivers/mfd/abx500*
1695 F: drivers/mfd/ab8500*
1696 F: drivers/mfd/dbx500*
1697 F: drivers/mfd/db8500*
1698 F: drivers/pinctrl/nomadik/pinctrl-ab*
1699 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1700 F: drivers/rtc/rtc-ab8500.c
1701 F: drivers/rtc/rtc-pl031.c
1702 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1703
1704 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1705 M: Ulf Hansson <ulf.hansson@linaro.org>
1706 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 T: git git://git.linaro.org/people/ulfh/clk.git
1708 S: Maintained
1709 F: drivers/clk/ux500/
1710 F: include/linux/platform_data/clk-ux500.h
1711
1712 ARM/VERSATILE EXPRESS PLATFORM
1713 M: Liviu Dudau <liviu.dudau@arm.com>
1714 M: Sudeep Holla <sudeep.holla@arm.com>
1715 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1716 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 S: Maintained
1718 F: arch/arm/boot/dts/vexpress*
1719 F: arch/arm64/boot/dts/arm/vexpress*
1720 F: arch/arm/mach-vexpress/
1721 F: */*/vexpress*
1722 F: */*/*/vexpress*
1723 F: drivers/clk/versatile/clk-vexpress-osc.c
1724 F: drivers/clocksource/versatile.c
1725
1726 ARM/VFP SUPPORT
1727 M: Russell King <linux@arm.linux.org.uk>
1728 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1729 W: http://www.arm.linux.org.uk/
1730 S: Maintained
1731 F: arch/arm/vfp/
1732
1733 ARM/VOIPAC PXA270 SUPPORT
1734 M: Marek Vasut <marek.vasut@gmail.com>
1735 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1736 S: Maintained
1737 F: arch/arm/mach-pxa/vpac270.c
1738 F: arch/arm/mach-pxa/include/mach/vpac270.h
1739
1740 ARM/VT8500 ARM ARCHITECTURE
1741 M: Tony Prisk <linux@prisktech.co.nz>
1742 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743 S: Maintained
1744 F: arch/arm/mach-vt8500/
1745 F: drivers/clocksource/vt8500_timer.c
1746 F: drivers/i2c/busses/i2c-wmt.c
1747 F: drivers/mmc/host/wmt-sdmmc.c
1748 F: drivers/pwm/pwm-vt8500.c
1749 F: drivers/rtc/rtc-vt8500.c
1750 F: drivers/tty/serial/vt8500_serial.c
1751 F: drivers/usb/host/ehci-platform.c
1752 F: drivers/usb/host/uhci-platform.c
1753 F: drivers/video/fbdev/vt8500lcdfb.*
1754 F: drivers/video/fbdev/wm8505fb*
1755 F: drivers/video/fbdev/wmt_ge_rops.*
1756
1757 ARM/ZIPIT Z2 SUPPORT
1758 M: Marek Vasut <marek.vasut@gmail.com>
1759 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 S: Maintained
1761 F: arch/arm/mach-pxa/z2.c
1762 F: arch/arm/mach-pxa/include/mach/z2.h
1763
1764 ARM/ZTE ARCHITECTURE
1765 M: Jun Nie <jun.nie@linaro.org>
1766 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1767 S: Maintained
1768 F: arch/arm/mach-zx/
1769 F: drivers/clk/zte/
1770 F: Documentation/devicetree/bindings/arm/zte.txt
1771 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1772
1773 ARM/ZYNQ ARCHITECTURE
1774 M: Michal Simek <michal.simek@xilinx.com>
1775 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1776 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 W: http://wiki.xilinx.com
1778 T: git https://github.com/Xilinx/linux-xlnx.git
1779 S: Supported
1780 F: arch/arm/mach-zynq/
1781 F: drivers/cpuidle/cpuidle-zynq.c
1782 F: drivers/block/xsysace.c
1783 N: zynq
1784 N: xilinx
1785 F: drivers/clocksource/cadence_ttc_timer.c
1786 F: drivers/i2c/busses/i2c-cadence.c
1787 F: drivers/mmc/host/sdhci-of-arasan.c
1788 F: drivers/edac/synopsys_edac.c
1789
1790 ARM SMMU DRIVERS
1791 M: Will Deacon <will.deacon@arm.com>
1792 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793 S: Maintained
1794 F: drivers/iommu/arm-smmu.c
1795 F: drivers/iommu/arm-smmu-v3.c
1796 F: drivers/iommu/io-pgtable-arm.c
1797
1798 ARM64 PORT (AARCH64 ARCHITECTURE)
1799 M: Catalin Marinas <catalin.marinas@arm.com>
1800 M: Will Deacon <will.deacon@arm.com>
1801 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1803 S: Maintained
1804 F: arch/arm64/
1805 F: Documentation/arm64/
1806
1807 AS3645A LED FLASH CONTROLLER DRIVER
1808 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1809 L: linux-media@vger.kernel.org
1810 T: git git://linuxtv.org/media_tree.git
1811 S: Maintained
1812 F: drivers/media/i2c/as3645a.c
1813 F: include/media/i2c/as3645a.h
1814
1815 ASC7621 HARDWARE MONITOR DRIVER
1816 M: George Joseph <george.joseph@fairview5.com>
1817 L: lm-sensors@lm-sensors.org
1818 S: Maintained
1819 F: Documentation/hwmon/asc7621
1820 F: drivers/hwmon/asc7621.c
1821
1822 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1823 M: Corentin Chary <corentin.chary@gmail.com>
1824 L: acpi4asus-user@lists.sourceforge.net
1825 L: platform-driver-x86@vger.kernel.org
1826 W: http://acpi4asus.sf.net
1827 S: Maintained
1828 F: drivers/platform/x86/asus*.c
1829 F: drivers/platform/x86/eeepc*.c
1830
1831 ASUS WIRELESS RADIO CONTROL DRIVER
1832 M: JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1833 L: platform-driver-x86@vger.kernel.org
1834 S: Maintained
1835 F: drivers/platform/x86/asus-wireless.c
1836
1837 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1838 R: Dan Williams <dan.j.williams@intel.com>
1839 W: http://sourceforge.net/projects/xscaleiop
1840 S: Odd fixes
1841 F: Documentation/crypto/async-tx-api.txt
1842 F: crypto/async_tx/
1843 F: drivers/dma/
1844 F: include/linux/dmaengine.h
1845 F: include/linux/async_tx.h
1846
1847 AT24 EEPROM DRIVER
1848 M: Wolfram Sang <wsa@the-dreams.de>
1849 L: linux-i2c@vger.kernel.org
1850 S: Maintained
1851 F: drivers/misc/eeprom/at24.c
1852 F: include/linux/platform_data/at24.h
1853
1854 ATA OVER ETHERNET (AOE) DRIVER
1855 M: "Ed L. Cashin" <ed.cashin@acm.org>
1856 W: http://www.openaoe.org/
1857 S: Supported
1858 F: Documentation/aoe/
1859 F: drivers/block/aoe/
1860
1861 ATHEROS 71XX/9XXX GPIO DRIVER
1862 M: Alban Bedel <albeu@free.fr>
1863 W: https://github.com/AlbanBedel/linux
1864 T: git git://github.com/AlbanBedel/linux
1865 S: Maintained
1866 F: drivers/gpio/gpio-ath79.c
1867 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1868
1869 ATHEROS ATH GENERIC UTILITIES
1870 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1871 L: linux-wireless@vger.kernel.org
1872 S: Supported
1873 F: drivers/net/wireless/ath/*
1874
1875 ATHEROS ATH5K WIRELESS DRIVER
1876 M: Jiri Slaby <jirislaby@gmail.com>
1877 M: Nick Kossifidis <mickflemm@gmail.com>
1878 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1879 L: linux-wireless@vger.kernel.org
1880 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1881 S: Maintained
1882 F: drivers/net/wireless/ath/ath5k/
1883
1884 ATHEROS ATH6KL WIRELESS DRIVER
1885 M: Kalle Valo <kvalo@qca.qualcomm.com>
1886 L: linux-wireless@vger.kernel.org
1887 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1889 S: Supported
1890 F: drivers/net/wireless/ath/ath6kl/
1891
1892 WILOCITY WIL6210 WIRELESS DRIVER
1893 M: Maya Erez <qca_merez@qca.qualcomm.com>
1894 L: linux-wireless@vger.kernel.org
1895 L: wil6210@qca.qualcomm.com
1896 S: Supported
1897 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1898 F: drivers/net/wireless/ath/wil6210/
1899 F: include/uapi/linux/wil6210_uapi.h
1900
1901 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1902 M: Christian Lamparter <chunkeey@googlemail.com>
1903 L: linux-wireless@vger.kernel.org
1904 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1905 S: Maintained
1906 F: drivers/net/wireless/ath/carl9170/
1907
1908 ATK0110 HWMON DRIVER
1909 M: Luca Tettamanti <kronos.it@gmail.com>
1910 L: lm-sensors@lm-sensors.org
1911 S: Maintained
1912 F: drivers/hwmon/asus_atk0110.c
1913
1914 ATI_REMOTE2 DRIVER
1915 M: Ville Syrjala <syrjala@sci.fi>
1916 S: Maintained
1917 F: drivers/input/misc/ati_remote2.c
1918
1919 ATLX ETHERNET DRIVERS
1920 M: Jay Cliburn <jcliburn@gmail.com>
1921 M: Chris Snook <chris.snook@gmail.com>
1922 L: netdev@vger.kernel.org
1923 W: http://sourceforge.net/projects/atl1
1924 W: http://atl1.sourceforge.net
1925 S: Maintained
1926 F: drivers/net/ethernet/atheros/
1927
1928 ATM
1929 M: Chas Williams <3chas3@gmail.com>
1930 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1931 L: netdev@vger.kernel.org
1932 W: http://linux-atm.sourceforge.net
1933 S: Maintained
1934 F: drivers/atm/
1935 F: include/linux/atm*
1936 F: include/uapi/linux/atm*
1937
1938 ATMEL AT91 / AT32 MCI DRIVER
1939 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1940 S: Maintained
1941 F: drivers/mmc/host/atmel-mci.c
1942
1943 ATMEL AT91 / AT32 SERIAL DRIVER
1944 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1945 S: Supported
1946 F: drivers/tty/serial/atmel_serial.c
1947
1948 ATMEL SAMA5D2 ADC DRIVER
1949 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1950 L: linux-iio@vger.kernel.org
1951 S: Supported
1952 F: drivers/iio/adc/at91-sama5d2_adc.c
1953
1954 ATMEL Audio ALSA driver
1955 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1956 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1957 S: Supported
1958 F: sound/soc/atmel
1959
1960 ATMEL DMA DRIVER
1961 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1962 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1963 S: Supported
1964 F: drivers/dma/at_hdmac.c
1965 F: drivers/dma/at_hdmac_regs.h
1966 F: include/linux/platform_data/dma-atmel.h
1967
1968 ATMEL XDMA DRIVER
1969 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1970 L: linux-arm-kernel@lists.infradead.org
1971 L: dmaengine@vger.kernel.org
1972 S: Supported
1973 F: drivers/dma/at_xdmac.c
1974
1975 ATMEL I2C DRIVER
1976 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1977 L: linux-i2c@vger.kernel.org
1978 S: Supported
1979 F: drivers/i2c/busses/i2c-at91.c
1980
1981 ATMEL ISI DRIVER
1982 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1983 L: linux-media@vger.kernel.org
1984 S: Supported
1985 F: drivers/media/platform/soc_camera/atmel-isi.c
1986 F: include/media/atmel-isi.h
1987
1988 ATMEL LCDFB DRIVER
1989 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1990 L: linux-fbdev@vger.kernel.org
1991 S: Maintained
1992 F: drivers/video/fbdev/atmel_lcdfb.c
1993 F: include/video/atmel_lcdc.h
1994
1995 ATMEL MACB ETHERNET DRIVER
1996 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1997 S: Supported
1998 F: drivers/net/ethernet/cadence/
1999
2000 ATMEL NAND DRIVER
2001 M: Wenyou Yang <wenyou.yang@atmel.com>
2002 M: Josh Wu <rainyfeeling@outlook.com>
2003 L: linux-mtd@lists.infradead.org
2004 S: Supported
2005 F: drivers/mtd/nand/atmel_nand*
2006
2007 ATMEL SDMMC DRIVER
2008 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2009 L: linux-mmc@vger.kernel.org
2010 S: Supported
2011 F: drivers/mmc/host/sdhci-of-at91.c
2012
2013 ATMEL SPI DRIVER
2014 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2015 S: Supported
2016 F: drivers/spi/spi-atmel.*
2017
2018 ATMEL SSC DRIVER
2019 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2020 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2021 S: Supported
2022 F: drivers/misc/atmel-ssc.c
2023 F: include/linux/atmel-ssc.h
2024
2025 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2026 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2027 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2028 S: Supported
2029 F: drivers/misc/atmel_tclib.c
2030 F: drivers/clocksource/tcb_clksrc.c
2031
2032 ATMEL USBA UDC DRIVER
2033 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2035 S: Supported
2036 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2037
2038 ATMEL WIRELESS DRIVER
2039 M: Simon Kelley <simon@thekelleys.org.uk>
2040 L: linux-wireless@vger.kernel.org
2041 W: http://www.thekelleys.org.uk/atmel
2042 W: http://atmelwlandriver.sourceforge.net/
2043 S: Maintained
2044 F: drivers/net/wireless/atmel/atmel*
2045
2046 ATMEL MAXTOUCH DRIVER
2047 M: Nick Dyer <nick.dyer@itdev.co.uk>
2048 T: git git://github.com/atmel-maxtouch/linux.git
2049 S: Supported
2050 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2051 F: drivers/input/touchscreen/atmel_mxt_ts.c
2052 F: include/linux/platform_data/atmel_mxt_ts.h
2053
2054 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2055 M: Bradley Grove <linuxdrivers@attotech.com>
2056 L: linux-scsi@vger.kernel.org
2057 W: http://www.attotech.com
2058 S: Supported
2059 F: drivers/scsi/esas2r
2060
2061 ATUSB IEEE 802.15.4 RADIO DRIVER
2062 M: Stefan Schmidt <stefan@osg.samsung.com>
2063 L: linux-wpan@vger.kernel.org
2064 S: Maintained
2065 F: drivers/net/ieee802154/atusb.c
2066 F: drivers/net/ieee802154/atusb.h
2067 F: drivers/net/ieee802154/at86rf230.h
2068
2069 AUDIT SUBSYSTEM
2070 M: Paul Moore <paul@paul-moore.com>
2071 M: Eric Paris <eparis@redhat.com>
2072 L: linux-audit@redhat.com (moderated for non-subscribers)
2073 W: http://people.redhat.com/sgrubb/audit/
2074 T: git git://git.infradead.org/users/pcmoore/audit
2075 S: Maintained
2076 F: include/linux/audit.h
2077 F: include/uapi/linux/audit.h
2078 F: kernel/audit*
2079
2080 AUXILIARY DISPLAY DRIVERS
2081 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2082 W: http://miguelojeda.es/auxdisplay.htm
2083 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2084 S: Maintained
2085 F: drivers/auxdisplay/
2086 F: include/linux/cfag12864b.h
2087
2088 AVR32 ARCHITECTURE
2089 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2090 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2091 W: http://www.atmel.com/products/AVR32/
2092 W: http://mirror.egtvedt.no/avr32linux.org/
2093 W: http://avrfreaks.net/
2094 S: Maintained
2095 F: arch/avr32/
2096
2097 AVR32/AT32AP MACHINE SUPPORT
2098 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2099 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2100 S: Maintained
2101 F: arch/avr32/mach-at32ap/
2102
2103 AX.25 NETWORK LAYER
2104 M: Ralf Baechle <ralf@linux-mips.org>
2105 L: linux-hams@vger.kernel.org
2106 W: http://www.linux-ax25.org/
2107 S: Maintained
2108 F: include/uapi/linux/ax25.h
2109 F: include/net/ax25.h
2110 F: net/ax25/
2111
2112 AZ6007 DVB DRIVER
2113 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2114 L: linux-media@vger.kernel.org
2115 W: https://linuxtv.org
2116 T: git git://linuxtv.org/media_tree.git
2117 S: Maintained
2118 F: drivers/media/usb/dvb-usb-v2/az6007.c
2119
2120 AZTECH FM RADIO RECEIVER DRIVER
2121 M: Hans Verkuil <hverkuil@xs4all.nl>
2122 L: linux-media@vger.kernel.org
2123 T: git git://linuxtv.org/media_tree.git
2124 W: https://linuxtv.org
2125 S: Maintained
2126 F: drivers/media/radio/radio-aztech*
2127
2128 B43 WIRELESS DRIVER
2129 L: linux-wireless@vger.kernel.org
2130 L: b43-dev@lists.infradead.org
2131 W: http://wireless.kernel.org/en/users/Drivers/b43
2132 S: Odd Fixes
2133 F: drivers/net/wireless/broadcom/b43/
2134
2135 B43LEGACY WIRELESS DRIVER
2136 M: Larry Finger <Larry.Finger@lwfinger.net>
2137 L: linux-wireless@vger.kernel.org
2138 L: b43-dev@lists.infradead.org
2139 W: http://wireless.kernel.org/en/users/Drivers/b43
2140 S: Maintained
2141 F: drivers/net/wireless/broadcom/b43legacy/
2142
2143 BACKLIGHT CLASS/SUBSYSTEM
2144 M: Jingoo Han <jingoohan1@gmail.com>
2145 M: Lee Jones <lee.jones@linaro.org>
2146 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2147 S: Maintained
2148 F: drivers/video/backlight/
2149 F: include/linux/backlight.h
2150
2151 BATMAN ADVANCED
2152 M: Marek Lindner <mareklindner@neomailbox.ch>
2153 M: Simon Wunderlich <sw@simonwunderlich.de>
2154 M: Antonio Quartulli <a@unstable.cc>
2155 L: b.a.t.m.a.n@lists.open-mesh.org
2156 W: http://www.open-mesh.org/
2157 S: Maintained
2158 F: net/batman-adv/
2159
2160 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2161 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2162 L: linux-hams@vger.kernel.org
2163 W: http://www.baycom.org/~tom/ham/ham.html
2164 S: Maintained
2165 F: drivers/net/hamradio/baycom*
2166
2167 BCACHE (BLOCK LAYER CACHE)
2168 M: Kent Overstreet <kent.overstreet@gmail.com>
2169 L: linux-bcache@vger.kernel.org
2170 W: http://bcache.evilpiepirate.org
2171 S: Maintained
2172 F: drivers/md/bcache/
2173
2174 BDISP ST MEDIA DRIVER
2175 M: Fabien Dessenne <fabien.dessenne@st.com>
2176 L: linux-media@vger.kernel.org
2177 T: git git://linuxtv.org/media_tree.git
2178 W: https://linuxtv.org
2179 S: Supported
2180 F: drivers/media/platform/sti/bdisp
2181
2182 BEFS FILE SYSTEM
2183 S: Orphan
2184 F: Documentation/filesystems/befs.txt
2185 F: fs/befs/
2186
2187 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2188 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2189 L: netdev@vger.kernel.org
2190 S: Maintained
2191 F: drivers/net/ethernet/ec_bhf.c
2192
2193 BFS FILE SYSTEM
2194 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2195 S: Maintained
2196 F: Documentation/filesystems/bfs.txt
2197 F: fs/bfs/
2198 F: include/uapi/linux/bfs_fs.h
2199
2200 BLACKFIN ARCHITECTURE
2201 M: Steven Miao <realmz6@gmail.com>
2202 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2203 T: git git://git.code.sf.net/p/adi-linux/code
2204 W: http://blackfin.uclinux.org
2205 S: Supported
2206 F: arch/blackfin/
2207
2208 BLACKFIN EMAC DRIVER
2209 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2210 W: http://blackfin.uclinux.org
2211 S: Supported
2212 F: drivers/net/ethernet/adi/
2213
2214 BLACKFIN RTC DRIVER
2215 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2216 W: http://blackfin.uclinux.org
2217 S: Supported
2218 F: drivers/rtc/rtc-bfin.c
2219
2220 BLACKFIN SDH DRIVER
2221 M: Sonic Zhang <sonic.zhang@analog.com>
2222 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2223 W: http://blackfin.uclinux.org
2224 S: Supported
2225 F: drivers/mmc/host/bfin_sdh.c
2226
2227 BLACKFIN SERIAL DRIVER
2228 M: Sonic Zhang <sonic.zhang@analog.com>
2229 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2230 W: http://blackfin.uclinux.org
2231 S: Supported
2232 F: drivers/tty/serial/bfin_uart.c
2233
2234 BLACKFIN WATCHDOG DRIVER
2235 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2236 W: http://blackfin.uclinux.org
2237 S: Supported
2238 F: drivers/watchdog/bfin_wdt.c
2239
2240 BLACKFIN I2C TWI DRIVER
2241 M: Sonic Zhang <sonic.zhang@analog.com>
2242 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2243 W: http://blackfin.uclinux.org/
2244 S: Supported
2245 F: drivers/i2c/busses/i2c-bfin-twi.c
2246
2247 BLACKFIN MEDIA DRIVER
2248 M: Scott Jiang <scott.jiang.linux@gmail.com>
2249 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2250 W: http://blackfin.uclinux.org/
2251 S: Supported
2252 F: drivers/media/platform/blackfin/
2253 F: drivers/media/i2c/adv7183*
2254 F: drivers/media/i2c/vs6624*
2255
2256 BLINKM RGB LED DRIVER
2257 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2258 S: Maintained
2259 F: drivers/leds/leds-blinkm.c
2260
2261 BLOCK LAYER
2262 M: Jens Axboe <axboe@kernel.dk>
2263 L: linux-block@vger.kernel.org
2264 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2265 S: Maintained
2266 F: block/
2267 F: kernel/trace/blktrace.c
2268
2269 BLOCK2MTD DRIVER
2270 M: Joern Engel <joern@lazybastard.org>
2271 L: linux-mtd@lists.infradead.org
2272 S: Maintained
2273 F: drivers/mtd/devices/block2mtd.c
2274
2275 BLUETOOTH DRIVERS
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: drivers/bluetooth/
2285
2286 BLUETOOTH SUBSYSTEM
2287 M: Marcel Holtmann <marcel@holtmann.org>
2288 M: Gustavo Padovan <gustavo@padovan.org>
2289 M: Johan Hedberg <johan.hedberg@gmail.com>
2290 L: linux-bluetooth@vger.kernel.org
2291 W: http://www.bluez.org/
2292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2294 S: Maintained
2295 F: net/bluetooth/
2296 F: include/net/bluetooth/
2297
2298 BONDING DRIVER
2299 M: Jay Vosburgh <j.vosburgh@gmail.com>
2300 M: Veaceslav Falico <vfalico@gmail.com>
2301 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2302 L: netdev@vger.kernel.org
2303 W: http://sourceforge.net/projects/bonding/
2304 S: Supported
2305 F: drivers/net/bonding/
2306 F: include/uapi/linux/if_bonding.h
2307
2308 BPF (Safe dynamic programs and tools)
2309 M: Alexei Starovoitov <ast@kernel.org>
2310 L: netdev@vger.kernel.org
2311 L: linux-kernel@vger.kernel.org
2312 S: Supported
2313 F: kernel/bpf/
2314
2315 BROADCOM B44 10/100 ETHERNET DRIVER
2316 M: Gary Zambrano <zambrano@broadcom.com>
2317 L: netdev@vger.kernel.org
2318 S: Supported
2319 F: drivers/net/ethernet/broadcom/b44.*
2320
2321 BROADCOM GENET ETHERNET DRIVER
2322 M: Florian Fainelli <f.fainelli@gmail.com>
2323 L: netdev@vger.kernel.org
2324 S: Supported
2325 F: drivers/net/ethernet/broadcom/genet/
2326
2327 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2328 M: Sony Chacko <sony.chacko@qlogic.com>
2329 M: Dept-HSGLinuxNICDev@qlogic.com
2330 L: netdev@vger.kernel.org
2331 S: Supported
2332 F: drivers/net/ethernet/broadcom/bnx2.*
2333 F: drivers/net/ethernet/broadcom/bnx2_*
2334
2335 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2336 M: Ariel Elior <ariel.elior@qlogic.com>
2337 L: netdev@vger.kernel.org
2338 S: Supported
2339 F: drivers/net/ethernet/broadcom/bnx2x/
2340
2341 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2342 M: Florian Fainelli <f.fainelli@gmail.com>
2343 M: Ray Jui <rjui@broadcom.com>
2344 M: Scott Branden <sbranden@broadcom.com>
2345 L: bcm-kernel-feedback-list@broadcom.com
2346 T: git git://github.com/broadcom/mach-bcm
2347 S: Maintained
2348 F: arch/arm/mach-bcm/
2349 F: arch/arm/boot/dts/bcm113*
2350 F: arch/arm/boot/dts/bcm216*
2351 F: arch/arm/boot/dts/bcm281*
2352 F: arch/arm/configs/bcm_defconfig
2353 F: drivers/mmc/host/sdhci-bcm-kona.c
2354 F: drivers/clocksource/bcm_kona_timer.c
2355
2356 BROADCOM BCM2835 ARM ARCHITECTURE
2357 M: Stephen Warren <swarren@wwwdotorg.org>
2358 M: Lee Jones <lee@kernel.org>
2359 M: Eric Anholt <eric@anholt.net>
2360 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2361 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2363 S: Maintained
2364 N: bcm2835
2365
2366 BROADCOM BCM33XX MIPS ARCHITECTURE
2367 M: Kevin Cernekee <cernekee@gmail.com>
2368 L: linux-mips@linux-mips.org
2369 S: Maintained
2370 F: arch/mips/bcm3384/*
2371 F: arch/mips/include/asm/mach-bcm3384/*
2372 F: arch/mips/kernel/*bmips*
2373
2374 BROADCOM BCM47XX MIPS ARCHITECTURE
2375 M: Hauke Mehrtens <hauke@hauke-m.de>
2376 M: Rafał Miłecki <zajec5@gmail.com>
2377 L: linux-mips@linux-mips.org
2378 S: Maintained
2379 F: arch/mips/bcm47xx/*
2380 F: arch/mips/include/asm/mach-bcm47xx/*
2381
2382 BROADCOM BCM5301X ARM ARCHITECTURE
2383 M: Hauke Mehrtens <hauke@hauke-m.de>
2384 L: linux-arm-kernel@lists.infradead.org
2385 S: Maintained
2386 F: arch/arm/mach-bcm/bcm_5301x.c
2387 F: arch/arm/boot/dts/bcm5301x.dtsi
2388 F: arch/arm/boot/dts/bcm470*
2389
2390 BROADCOM BCM63XX ARM ARCHITECTURE
2391 M: Florian Fainelli <f.fainelli@gmail.com>
2392 L: linux-arm-kernel@lists.infradead.org
2393 T: git git://github.com/broadcom/arm-bcm63xx.git
2394 S: Maintained
2395 F: arch/arm/mach-bcm/bcm63xx.c
2396 F: arch/arm/include/debug/bcm63xx.S
2397
2398 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2399 M: Kevin Cernekee <cernekee@gmail.com>
2400 L: linux-usb@vger.kernel.org
2401 S: Maintained
2402 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2403
2404 BROADCOM BCM7XXX ARM ARCHITECTURE
2405 M: Brian Norris <computersforpeace@gmail.com>
2406 M: Gregory Fong <gregory.0xf0@gmail.com>
2407 M: Florian Fainelli <f.fainelli@gmail.com>
2408 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2409 L: bcm-kernel-feedback-list@broadcom.com
2410 T: git git://github.com/broadcom/stblinux.git
2411 S: Maintained
2412 F: arch/arm/mach-bcm/*brcmstb*
2413 F: arch/arm/boot/dts/bcm7*.dts*
2414 F: drivers/bus/brcmstb_gisb.c
2415 N: brcmstb
2416
2417 BROADCOM BMIPS MIPS ARCHITECTURE
2418 M: Kevin Cernekee <cernekee@gmail.com>
2419 M: Florian Fainelli <f.fainelli@gmail.com>
2420 L: linux-mips@linux-mips.org
2421 T: git git://github.com/broadcom/stblinux.git
2422 S: Maintained
2423 F: arch/mips/bmips/*
2424 F: arch/mips/include/asm/mach-bmips/*
2425 F: arch/mips/kernel/*bmips*
2426 F: arch/mips/boot/dts/brcm/bcm*.dts*
2427 F: drivers/irqchip/irq-bcm7*
2428 F: drivers/irqchip/irq-brcmstb*
2429 F: include/linux/bcm963xx_nvram.h
2430 F: include/linux/bcm963xx_tag.h
2431
2432 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2433 M: Prashant Sreedharan <prashant@broadcom.com>
2434 M: Michael Chan <mchan@broadcom.com>
2435 L: netdev@vger.kernel.org
2436 S: Supported
2437 F: drivers/net/ethernet/broadcom/tg3.*
2438
2439 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2440 M: Brett Rudley <brudley@broadcom.com>
2441 M: Arend van Spriel <arend@broadcom.com>
2442 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2443 M: Hante Meuleman <meuleman@broadcom.com>
2444 L: linux-wireless@vger.kernel.org
2445 L: brcm80211-dev-list@broadcom.com
2446 S: Supported
2447 F: drivers/net/wireless/broadcom/brcm80211/
2448
2449 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2450 M: QLogic-Storage-Upstream@qlogic.com
2451 L: linux-scsi@vger.kernel.org
2452 S: Supported
2453 F: drivers/scsi/bnx2fc/
2454
2455 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2456 M: QLogic-Storage-Upstream@qlogic.com
2457 L: linux-scsi@vger.kernel.org
2458 S: Supported
2459 F: drivers/scsi/bnx2i/
2460
2461 BROADCOM IPROC ARM ARCHITECTURE
2462 M: Ray Jui <rjui@broadcom.com>
2463 M: Scott Branden <sbranden@broadcom.com>
2464 M: Jon Mason <jonmason@broadcom.com>
2465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2466 L: bcm-kernel-feedback-list@broadcom.com
2467 T: git git://github.com/broadcom/cygnus-linux.git
2468 S: Maintained
2469 N: iproc
2470 N: cygnus
2471 N: nsp
2472 N: bcm9113*
2473 N: bcm9583*
2474 N: bcm9585*
2475 N: bcm9586*
2476 N: bcm988312
2477 N: bcm113*
2478 N: bcm583*
2479 N: bcm585*
2480 N: bcm586*
2481 N: bcm88312
2482
2483 BROADCOM BRCMSTB GPIO DRIVER
2484 M: Gregory Fong <gregory.0xf0@gmail.com>
2485 L: bcm-kernel-feedback-list@broadcom.com
2486 S: Supported
2487 F: drivers/gpio/gpio-brcmstb.c
2488 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2489
2490 BROADCOM KONA GPIO DRIVER
2491 M: Ray Jui <rjui@broadcom.com>
2492 L: bcm-kernel-feedback-list@broadcom.com
2493 S: Supported
2494 F: drivers/gpio/gpio-bcm-kona.c
2495 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2496
2497 BROADCOM NVRAM DRIVER
2498 M: Rafał Miłecki <zajec5@gmail.com>
2499 L: linux-mips@linux-mips.org
2500 S: Maintained
2501 F: drivers/firmware/broadcom/*
2502
2503 BROADCOM STB NAND FLASH DRIVER
2504 M: Brian Norris <computersforpeace@gmail.com>
2505 M: Kamal Dasu <kdasu.kdev@gmail.com>
2506 L: linux-mtd@lists.infradead.org
2507 L: bcm-kernel-feedback-list@broadcom.com
2508 S: Maintained
2509 F: drivers/mtd/nand/brcmnand/
2510
2511 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2512 M: Rafał Miłecki <zajec5@gmail.com>
2513 L: linux-wireless@vger.kernel.org
2514 S: Maintained
2515 F: drivers/bcma/
2516 F: include/linux/bcma/
2517
2518 BROADCOM SYSTEMPORT ETHERNET DRIVER
2519 M: Florian Fainelli <f.fainelli@gmail.com>
2520 L: netdev@vger.kernel.org
2521 S: Supported
2522 F: drivers/net/ethernet/broadcom/bcmsysport.*
2523
2524 BROCADE BFA FC SCSI DRIVER
2525 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2526 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2527 L: linux-scsi@vger.kernel.org
2528 S: Supported
2529 F: drivers/scsi/bfa/
2530
2531 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2532 M: Rasesh Mody <rasesh.mody@qlogic.com>
2533 L: netdev@vger.kernel.org
2534 S: Supported
2535 F: drivers/net/ethernet/brocade/bna/
2536
2537 BSG (block layer generic sg v4 driver)
2538 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2539 L: linux-scsi@vger.kernel.org
2540 S: Supported
2541 F: block/bsg.c
2542 F: include/linux/bsg.h
2543 F: include/uapi/linux/bsg.h
2544
2545 BT87X AUDIO DRIVER
2546 M: Clemens Ladisch <clemens@ladisch.de>
2547 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2548 T: git git://git.alsa-project.org/alsa-kernel.git
2549 S: Maintained
2550 F: Documentation/sound/alsa/Bt87x.txt
2551 F: sound/pci/bt87x.c
2552
2553 BT8XXGPIO DRIVER
2554 M: Michael Buesch <m@bues.ch>
2555 W: http://bu3sch.de/btgpio.php
2556 S: Maintained
2557 F: drivers/gpio/gpio-bt8xx.c
2558
2559 BTRFS FILE SYSTEM
2560 M: Chris Mason <clm@fb.com>
2561 M: Josef Bacik <jbacik@fb.com>
2562 M: David Sterba <dsterba@suse.com>
2563 L: linux-btrfs@vger.kernel.org
2564 W: http://btrfs.wiki.kernel.org/
2565 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2567 S: Maintained
2568 F: Documentation/filesystems/btrfs.txt
2569 F: fs/btrfs/
2570
2571 BTTV VIDEO4LINUX DRIVER
2572 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2573 L: linux-media@vger.kernel.org
2574 W: https://linuxtv.org
2575 T: git git://linuxtv.org/media_tree.git
2576 S: Odd fixes
2577 F: Documentation/video4linux/bttv/
2578 F: drivers/media/pci/bt8xx/bttv*
2579
2580 BUSLOGIC SCSI DRIVER
2581 M: Khalid Aziz <khalid@gonehiking.org>
2582 L: linux-scsi@vger.kernel.org
2583 S: Maintained
2584 F: drivers/scsi/BusLogic.*
2585 F: drivers/scsi/FlashPoint.*
2586
2587 C-MEDIA CMI8788 DRIVER
2588 M: Clemens Ladisch <clemens@ladisch.de>
2589 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2590 T: git git://git.alsa-project.org/alsa-kernel.git
2591 S: Maintained
2592 F: sound/pci/oxygen/
2593
2594 C6X ARCHITECTURE
2595 M: Mark Salter <msalter@redhat.com>
2596 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2597 L: linux-c6x-dev@linux-c6x.org
2598 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2599 S: Maintained
2600 F: arch/c6x/
2601
2602 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2603 M: David Howells <dhowells@redhat.com>
2604 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2605 S: Supported
2606 F: Documentation/filesystems/caching/cachefiles.txt
2607 F: fs/cachefiles/
2608
2609 CADET FM/AM RADIO RECEIVER DRIVER
2610 M: Hans Verkuil <hverkuil@xs4all.nl>
2611 L: linux-media@vger.kernel.org
2612 T: git git://linuxtv.org/media_tree.git
2613 W: https://linuxtv.org
2614 S: Maintained
2615 F: drivers/media/radio/radio-cadet*
2616
2617 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2618 M: Jonathan Corbet <corbet@lwn.net>
2619 L: linux-media@vger.kernel.org
2620 T: git git://linuxtv.org/media_tree.git
2621 S: Maintained
2622 F: Documentation/video4linux/cafe_ccic
2623 F: drivers/media/platform/marvell-ccic/
2624
2625 CAIF NETWORK LAYER
2626 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2627 L: netdev@vger.kernel.org
2628 S: Supported
2629 F: Documentation/networking/caif/
2630 F: drivers/net/caif/
2631 F: include/uapi/linux/caif/
2632 F: include/net/caif/
2633 F: net/caif/
2634
2635 CALGARY x86-64 IOMMU
2636 M: Muli Ben-Yehuda <muli@il.ibm.com>
2637 M: "Jon D. Mason" <jdmason@kudzu.us>
2638 L: discuss@x86-64.org
2639 S: Maintained
2640 F: arch/x86/kernel/pci-calgary_64.c
2641 F: arch/x86/kernel/tce_64.c
2642 F: arch/x86/include/asm/calgary.h
2643 F: arch/x86/include/asm/tce.h
2644
2645 CAN NETWORK LAYER
2646 M: Oliver Hartkopp <socketcan@hartkopp.net>
2647 M: Marc Kleine-Budde <mkl@pengutronix.de>
2648 L: linux-can@vger.kernel.org
2649 W: https://github.com/linux-can
2650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2652 S: Maintained
2653 F: Documentation/networking/can.txt
2654 F: net/can/
2655 F: include/linux/can/core.h
2656 F: include/uapi/linux/can.h
2657 F: include/uapi/linux/can/bcm.h
2658 F: include/uapi/linux/can/raw.h
2659 F: include/uapi/linux/can/gw.h
2660
2661 CAN NETWORK DRIVERS
2662 M: Wolfgang Grandegger <wg@grandegger.com>
2663 M: Marc Kleine-Budde <mkl@pengutronix.de>
2664 L: linux-can@vger.kernel.org
2665 W: https://github.com/linux-can
2666 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2667 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2668 S: Maintained
2669 F: drivers/net/can/
2670 F: include/linux/can/dev.h
2671 F: include/linux/can/platform/
2672 F: include/uapi/linux/can/error.h
2673 F: include/uapi/linux/can/netlink.h
2674
2675 CAPABILITIES
2676 M: Serge Hallyn <serge.hallyn@canonical.com>
2677 L: linux-security-module@vger.kernel.org
2678 S: Supported
2679 F: include/linux/capability.h
2680 F: include/uapi/linux/capability.h
2681 F: security/commoncap.c
2682 F: kernel/capability.c
2683
2684 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2685 M: Kevin Tsai <ktsai@capellamicro.com>
2686 S: Maintained
2687 F: drivers/iio/light/cm*
2688 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2689
2690 CAVIUM LIQUIDIO NETWORK DRIVER
2691 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2692 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2693 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2694 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2695 L: netdev@vger.kernel.org
2696 W: http://www.cavium.com
2697 S: Supported
2698 F: drivers/net/ethernet/cavium/liquidio/
2699
2700 CC2520 IEEE-802.15.4 RADIO DRIVER
2701 M: Varka Bhadram <varkabhadram@gmail.com>
2702 L: linux-wpan@vger.kernel.org
2703 S: Maintained
2704 F: drivers/net/ieee802154/cc2520.c
2705 F: include/linux/spi/cc2520.h
2706 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2707
2708 CELL BROADBAND ENGINE ARCHITECTURE
2709 M: Arnd Bergmann <arnd@arndb.de>
2710 L: linuxppc-dev@lists.ozlabs.org
2711 W: http://www.ibm.com/developerworks/power/cell/
2712 S: Supported
2713 F: arch/powerpc/include/asm/cell*.h
2714 F: arch/powerpc/include/asm/spu*.h
2715 F: arch/powerpc/include/uapi/asm/spu*.h
2716 F: arch/powerpc/oprofile/*cell*
2717 F: arch/powerpc/platforms/cell/
2718
2719 CEPH COMMON CODE (LIBCEPH)
2720 M: Ilya Dryomov <idryomov@gmail.com>
2721 M: "Yan, Zheng" <zyan@redhat.com>
2722 M: Sage Weil <sage@redhat.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: net/ceph/
2729 F: include/linux/ceph/
2730 F: include/linux/crush/
2731
2732 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2733 M: "Yan, Zheng" <zyan@redhat.com>
2734 M: Sage Weil <sage@redhat.com>
2735 M: Ilya Dryomov <idryomov@gmail.com>
2736 L: ceph-devel@vger.kernel.org
2737 W: http://ceph.com/
2738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2739 T: git git://github.com/ceph/ceph-client.git
2740 S: Supported
2741 F: Documentation/filesystems/ceph.txt
2742 F: fs/ceph/
2743
2744 CERTIFICATE HANDLING:
2745 M: David Howells <dhowells@redhat.com>
2746 M: David Woodhouse <dwmw2@infradead.org>
2747 L: keyrings@vger.kernel.org
2748 S: Maintained
2749 F: Documentation/module-signing.txt
2750 F: certs/
2751 F: scripts/sign-file.c
2752 F: scripts/extract-cert.c
2753
2754 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2755 L: linux-usb@vger.kernel.org
2756 S: Orphan
2757 F: Documentation/usb/WUSB-Design-overview.txt
2758 F: Documentation/usb/wusb-cbaf
2759 F: drivers/usb/host/hwa-hc.c
2760 F: drivers/usb/host/whci/
2761 F: drivers/usb/wusbcore/
2762 F: include/linux/usb/wusb*
2763
2764 CFAG12864B LCD DRIVER
2765 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2766 W: http://miguelojeda.es/auxdisplay.htm
2767 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2768 S: Maintained
2769 F: drivers/auxdisplay/cfag12864b.c
2770 F: include/linux/cfag12864b.h
2771
2772 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2773 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2774 W: http://miguelojeda.es/auxdisplay.htm
2775 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2776 S: Maintained
2777 F: drivers/auxdisplay/cfag12864bfb.c
2778 F: include/linux/cfag12864b.h
2779
2780 CFG80211 and NL80211
2781 M: Johannes Berg <johannes@sipsolutions.net>
2782 L: linux-wireless@vger.kernel.org
2783 W: http://wireless.kernel.org/
2784 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2785 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2786 S: Maintained
2787 F: include/uapi/linux/nl80211.h
2788 F: include/net/cfg80211.h
2789 F: net/wireless/*
2790 X: net/wireless/wext*
2791
2792 CHAR and MISC DRIVERS
2793 M: Arnd Bergmann <arnd@arndb.de>
2794 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2795 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2796 S: Supported
2797 F: drivers/char/*
2798 F: drivers/misc/*
2799 F: include/linux/miscdevice.h
2800
2801 CHECKPATCH
2802 M: Andy Whitcroft <apw@canonical.com>
2803 M: Joe Perches <joe@perches.com>
2804 S: Maintained
2805 F: scripts/checkpatch.pl
2806
2807 CHINESE DOCUMENTATION
2808 M: Harry Wei <harryxiyou@gmail.com>
2809 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2810 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2811 S: Maintained
2812 F: Documentation/zh_CN/
2813
2814 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2815 M: Peter Chen <Peter.Chen@nxp.com>
2816 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2817 L: linux-usb@vger.kernel.org
2818 S: Maintained
2819 F: drivers/usb/chipidea/
2820
2821 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2822 M: Hans de Goede <hdegoede@redhat.com>
2823 L: linux-input@vger.kernel.org
2824 S: Maintained
2825 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2826 F: drivers/input/touchscreen/chipone_icn8318.c
2827
2828 CHROME HARDWARE PLATFORM SUPPORT
2829 M: Olof Johansson <olof@lixom.net>
2830 S: Maintained
2831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2832 F: drivers/platform/chrome/
2833
2834 CISCO VIC ETHERNET NIC DRIVER
2835 M: Christian Benvenuti <benve@cisco.com>
2836 M: Sujith Sankar <ssujith@cisco.com>
2837 M: Govindarajulu Varadarajan <_govind@gmx.com>
2838 M: Neel Patel <neepatel@cisco.com>
2839 S: Supported
2840 F: drivers/net/ethernet/cisco/enic/
2841
2842 CISCO VIC LOW LATENCY NIC DRIVER
2843 M: Christian Benvenuti <benve@cisco.com>
2844 M: Dave Goodell <dgoodell@cisco.com>
2845 S: Supported
2846 F: drivers/infiniband/hw/usnic/
2847
2848 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2849 M: Hartley Sweeten <hsweeten@visionengravers.com>
2850 L: netdev@vger.kernel.org
2851 S: Maintained
2852 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2853
2854 CIRRUS LOGIC AUDIO CODEC DRIVERS
2855 M: Brian Austin <brian.austin@cirrus.com>
2856 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2857 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2858 S: Maintained
2859 F: sound/soc/codecs/cs*
2860
2861 CLEANCACHE API
2862 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2863 L: linux-kernel@vger.kernel.org
2864 S: Maintained
2865 F: mm/cleancache.c
2866 F: include/linux/cleancache.h
2867
2868 CLK API
2869 M: Russell King <linux@arm.linux.org.uk>
2870 L: linux-clk@vger.kernel.org
2871 S: Maintained
2872 F: include/linux/clk.h
2873
2874 CLOCKSOURCE, CLOCKEVENT DRIVERS
2875 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2876 M: Thomas Gleixner <tglx@linutronix.de>
2877 L: linux-kernel@vger.kernel.org
2878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2879 S: Supported
2880 F: drivers/clocksource
2881
2882 CISCO FCOE HBA DRIVER
2883 M: Hiral Patel <hiralpat@cisco.com>
2884 M: Suma Ramars <sramars@cisco.com>
2885 M: Brian Uchino <buchino@cisco.com>
2886 L: linux-scsi@vger.kernel.org
2887 S: Supported
2888 F: drivers/scsi/fnic/
2889
2890 CISCO SCSI HBA DRIVER
2891 M: Narsimhulu Musini <nmusini@cisco.com>
2892 M: Sesidhar Baddela <sebaddel@cisco.com>
2893 L: linux-scsi@vger.kernel.org
2894 S: Supported
2895 F: drivers/scsi/snic/
2896
2897 CMPC ACPI DRIVER
2898 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2899 M: Daniel Oliveira Nascimento <don@syst.com.br>
2900 L: platform-driver-x86@vger.kernel.org
2901 S: Supported
2902 F: drivers/platform/x86/classmate-laptop.c
2903
2904 COBALT MEDIA DRIVER
2905 M: Hans Verkuil <hans.verkuil@cisco.com>
2906 L: linux-media@vger.kernel.org
2907 T: git git://linuxtv.org/media_tree.git
2908 W: https://linuxtv.org
2909 S: Supported
2910 F: drivers/media/pci/cobalt/
2911
2912 COCCINELLE/Semantic Patches (SmPL)
2913 M: Julia Lawall <Julia.Lawall@lip6.fr>
2914 M: Gilles Muller <Gilles.Muller@lip6.fr>
2915 M: Nicolas Palix <nicolas.palix@imag.fr>
2916 M: Michal Marek <mmarek@suse.com>
2917 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2919 W: http://coccinelle.lip6.fr/
2920 S: Supported
2921 F: Documentation/coccinelle.txt
2922 F: scripts/coccinelle/
2923 F: scripts/coccicheck
2924
2925 CODA FILE SYSTEM
2926 M: Jan Harkes <jaharkes@cs.cmu.edu>
2927 M: coda@cs.cmu.edu
2928 L: codalist@coda.cs.cmu.edu
2929 W: http://www.coda.cs.cmu.edu/
2930 S: Maintained
2931 F: Documentation/filesystems/coda.txt
2932 F: fs/coda/
2933 F: include/linux/coda*.h
2934 F: include/uapi/linux/coda*.h
2935
2936 CODA V4L2 MEM2MEM DRIVER
2937 M: Philipp Zabel <p.zabel@pengutronix.de>
2938 L: linux-media@vger.kernel.org
2939 S: Maintained
2940 F: Documentation/devicetree/bindings/media/coda.txt
2941 F: drivers/media/platform/coda/
2942
2943 COMMON CLK FRAMEWORK
2944 M: Michael Turquette <mturquette@baylibre.com>
2945 M: Stephen Boyd <sboyd@codeaurora.org>
2946 L: linux-clk@vger.kernel.org
2947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2948 S: Maintained
2949 F: drivers/clk/
2950 X: drivers/clk/clkdev.c
2951 F: include/linux/clk-pr*
2952 F: include/linux/clk/
2953
2954 COMMON INTERNET FILE SYSTEM (CIFS)
2955 M: Steve French <sfrench@samba.org>
2956 L: linux-cifs@vger.kernel.org
2957 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2958 W: http://linux-cifs.samba.org/
2959 T: git git://git.samba.org/sfrench/cifs-2.6.git
2960 S: Supported
2961 F: Documentation/filesystems/cifs/
2962 F: fs/cifs/
2963
2964 COMPACTPCI HOTPLUG CORE
2965 M: Scott Murray <scott@spiteful.org>
2966 L: linux-pci@vger.kernel.org
2967 S: Maintained
2968 F: drivers/pci/hotplug/cpci_hotplug*
2969
2970 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2971 M: Scott Murray <scott@spiteful.org>
2972 L: linux-pci@vger.kernel.org
2973 S: Maintained
2974 F: drivers/pci/hotplug/cpcihp_zt5550.*
2975
2976 COMPACTPCI HOTPLUG GENERIC DRIVER
2977 M: Scott Murray <scott@spiteful.org>
2978 L: linux-pci@vger.kernel.org
2979 S: Maintained
2980 F: drivers/pci/hotplug/cpcihp_generic.c
2981
2982 COMPAL LAPTOP SUPPORT
2983 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2984 L: platform-driver-x86@vger.kernel.org
2985 S: Maintained
2986 F: drivers/platform/x86/compal-laptop.c
2987
2988 CONEXANT ACCESSRUNNER USB DRIVER
2989 L: accessrunner-general@lists.sourceforge.net
2990 W: http://accessrunner.sourceforge.net/
2991 S: Orphan
2992 F: drivers/usb/atm/cxacru.c
2993
2994 CONFIGFS
2995 M: Joel Becker <jlbec@evilplan.org>
2996 M: Christoph Hellwig <hch@lst.de>
2997 T: git git://git.infradead.org/users/hch/configfs.git
2998 S: Supported
2999 F: fs/configfs/
3000 F: include/linux/configfs.h
3001
3002 CONNECTOR
3003 M: Evgeniy Polyakov <zbr@ioremap.net>
3004 L: netdev@vger.kernel.org
3005 S: Maintained
3006 F: drivers/connector/
3007
3008 CONTROL GROUP (CGROUP)
3009 M: Tejun Heo <tj@kernel.org>
3010 M: Li Zefan <lizefan@huawei.com>
3011 M: Johannes Weiner <hannes@cmpxchg.org>
3012 L: cgroups@vger.kernel.org
3013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3014 S: Maintained
3015 F: Documentation/cgroups/
3016 F: include/linux/cgroup*
3017 F: kernel/cgroup*
3018
3019 CONTROL GROUP - CPUSET
3020 M: Li Zefan <lizefan@huawei.com>
3021 L: cgroups@vger.kernel.org
3022 W: http://www.bullopensource.org/cpuset/
3023 W: http://oss.sgi.com/projects/cpusets/
3024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3025 S: Maintained
3026 F: Documentation/cgroups/cpusets.txt
3027 F: include/linux/cpuset.h
3028 F: kernel/cpuset.c
3029
3030 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3031 M: Johannes Weiner <hannes@cmpxchg.org>
3032 M: Michal Hocko <mhocko@kernel.org>
3033 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3034 L: cgroups@vger.kernel.org
3035 L: linux-mm@kvack.org
3036 S: Maintained
3037 F: mm/memcontrol.c
3038 F: mm/swap_cgroup.c
3039
3040 CORETEMP HARDWARE MONITORING DRIVER
3041 M: Fenghua Yu <fenghua.yu@intel.com>
3042 L: lm-sensors@lm-sensors.org
3043 S: Maintained
3044 F: Documentation/hwmon/coretemp
3045 F: drivers/hwmon/coretemp.c
3046
3047 COSA/SRP SYNC SERIAL DRIVER
3048 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3049 W: http://www.fi.muni.cz/~kas/cosa/
3050 S: Maintained
3051 F: drivers/net/wan/cosa*
3052
3053 CPMAC ETHERNET DRIVER
3054 M: Florian Fainelli <florian@openwrt.org>
3055 L: netdev@vger.kernel.org
3056 S: Maintained
3057 F: drivers/net/ethernet/ti/cpmac.c
3058
3059 CPU FREQUENCY DRIVERS
3060 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3061 M: Viresh Kumar <viresh.kumar@linaro.org>
3062 L: linux-pm@vger.kernel.org
3063 S: Maintained
3064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3065 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3066 F: drivers/cpufreq/
3067 F: include/linux/cpufreq.h
3068
3069 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3070 M: Viresh Kumar <viresh.kumar@linaro.org>
3071 M: Sudeep Holla <sudeep.holla@arm.com>
3072 L: linux-pm@vger.kernel.org
3073 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3074 S: Maintained
3075 F: drivers/cpufreq/arm_big_little.h
3076 F: drivers/cpufreq/arm_big_little.c
3077 F: drivers/cpufreq/arm_big_little_dt.c
3078
3079 CPUIDLE DRIVER - ARM BIG LITTLE
3080 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3081 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3082 L: linux-pm@vger.kernel.org
3083 L: linux-arm-kernel@lists.infradead.org
3084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3085 S: Maintained
3086 F: drivers/cpuidle/cpuidle-big_little.c
3087
3088 CPUIDLE DRIVER - ARM EXYNOS
3089 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3090 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3091 M: Kukjin Kim <kgene@kernel.org>
3092 L: linux-pm@vger.kernel.org
3093 L: linux-samsung-soc@vger.kernel.org
3094 S: Supported
3095 F: drivers/cpuidle/cpuidle-exynos.c
3096 F: arch/arm/mach-exynos/pm.c
3097
3098 CPUIDLE DRIVERS
3099 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3100 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3101 L: linux-pm@vger.kernel.org
3102 S: Maintained
3103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3104 F: drivers/cpuidle/*
3105 F: include/linux/cpuidle.h
3106
3107 CPUID/MSR DRIVER
3108 M: "H. Peter Anvin" <hpa@zytor.com>
3109 S: Maintained
3110 F: arch/x86/kernel/cpuid.c
3111 F: arch/x86/kernel/msr.c
3112
3113 CPU POWER MONITORING SUBSYSTEM
3114 M: Thomas Renninger <trenn@suse.com>
3115 L: linux-pm@vger.kernel.org
3116 S: Maintained
3117 F: tools/power/cpupower/
3118
3119 CRAMFS FILESYSTEM
3120 W: http://sourceforge.net/projects/cramfs/
3121 S: Orphan / Obsolete
3122 F: Documentation/filesystems/cramfs.txt
3123 F: fs/cramfs/
3124
3125 CRIS PORT
3126 M: Mikael Starvik <starvik@axis.com>
3127 M: Jesper Nilsson <jesper.nilsson@axis.com>
3128 L: linux-cris-kernel@axis.com
3129 W: http://developer.axis.com
3130 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3131 S: Maintained
3132 F: arch/cris/
3133 F: drivers/tty/serial/crisv10.*
3134
3135 CRYPTO API
3136 M: Herbert Xu <herbert@gondor.apana.org.au>
3137 M: "David S. Miller" <davem@davemloft.net>
3138 L: linux-crypto@vger.kernel.org
3139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3141 S: Maintained
3142 F: Documentation/crypto/
3143 F: Documentation/DocBook/crypto-API.tmpl
3144 F: arch/*/crypto/
3145 F: crypto/
3146 F: drivers/crypto/
3147 F: include/crypto/
3148
3149 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3150 M: Neil Horman <nhorman@tuxdriver.com>
3151 L: linux-crypto@vger.kernel.org
3152 S: Maintained
3153 F: crypto/ansi_cprng.c
3154 F: crypto/rng.c
3155
3156 CS3308 MEDIA DRIVER
3157 M: Hans Verkuil <hverkuil@xs4all.nl>
3158 L: linux-media@vger.kernel.org
3159 T: git git://linuxtv.org/media_tree.git
3160 W: http://linuxtv.org
3161 S: Odd Fixes
3162 F: drivers/media/i2c/cs3308.c
3163 F: drivers/media/i2c/cs3308.h
3164
3165 CS5535 Audio ALSA driver
3166 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3167 S: Maintained
3168 F: sound/pci/cs5535audio/
3169
3170 CW1200 WLAN driver
3171 M: Solomon Peachy <pizza@shaftnet.org>
3172 S: Maintained
3173 F: drivers/net/wireless/st/cw1200/
3174
3175 CX18 VIDEO4LINUX DRIVER
3176 M: Andy Walls <awalls@md.metrocast.net>
3177 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3178 L: linux-media@vger.kernel.org
3179 T: git git://linuxtv.org/media_tree.git
3180 W: https://linuxtv.org
3181 W: http://www.ivtvdriver.org/index.php/Cx18
3182 S: Maintained
3183 F: Documentation/video4linux/cx18.txt
3184 F: drivers/media/pci/cx18/
3185 F: include/uapi/linux/ivtv*
3186
3187 CX2341X MPEG ENCODER HELPER MODULE
3188 M: Hans Verkuil <hverkuil@xs4all.nl>
3189 L: linux-media@vger.kernel.org
3190 T: git git://linuxtv.org/media_tree.git
3191 W: https://linuxtv.org
3192 S: Maintained
3193 F: drivers/media/common/cx2341x*
3194 F: include/media/cx2341x*
3195
3196 CX24120 MEDIA DRIVER
3197 M: Jemma Denson <jdenson@gmail.com>
3198 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3199 L: linux-media@vger.kernel.org
3200 W: https://linuxtv.org
3201 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3202 S: Maintained
3203 F: drivers/media/dvb-frontends/cx24120*
3204
3205 CX88 VIDEO4LINUX DRIVER
3206 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3207 L: linux-media@vger.kernel.org
3208 W: https://linuxtv.org
3209 T: git git://linuxtv.org/media_tree.git
3210 S: Odd fixes
3211 F: Documentation/video4linux/cx88/
3212 F: drivers/media/pci/cx88/
3213
3214 CXD2820R MEDIA DRIVER
3215 M: Antti Palosaari <crope@iki.fi>
3216 L: linux-media@vger.kernel.org
3217 W: https://linuxtv.org
3218 W: http://palosaari.fi/linux/
3219 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3220 T: git git://linuxtv.org/anttip/media_tree.git
3221 S: Maintained
3222 F: drivers/media/dvb-frontends/cxd2820r*
3223
3224 CXGB3 ETHERNET DRIVER (CXGB3)
3225 M: Santosh Raspatur <santosh@chelsio.com>
3226 L: netdev@vger.kernel.org
3227 W: http://www.chelsio.com
3228 S: Supported
3229 F: drivers/net/ethernet/chelsio/cxgb3/
3230
3231 CXGB3 ISCSI DRIVER (CXGB3I)
3232 M: Karen Xie <kxie@chelsio.com>
3233 L: linux-scsi@vger.kernel.org
3234 W: http://www.chelsio.com
3235 S: Supported
3236 F: drivers/scsi/cxgbi/cxgb3i
3237
3238 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3239 M: Steve Wise <swise@chelsio.com>
3240 L: linux-rdma@vger.kernel.org
3241 W: http://www.openfabrics.org
3242 S: Supported
3243 F: drivers/infiniband/hw/cxgb3/
3244
3245 CXGB4 ETHERNET DRIVER (CXGB4)
3246 M: Hariprasad S <hariprasad@chelsio.com>
3247 L: netdev@vger.kernel.org
3248 W: http://www.chelsio.com
3249 S: Supported
3250 F: drivers/net/ethernet/chelsio/cxgb4/
3251
3252 CXGB4 ISCSI DRIVER (CXGB4I)
3253 M: Karen Xie <kxie@chelsio.com>
3254 L: linux-scsi@vger.kernel.org
3255 W: http://www.chelsio.com
3256 S: Supported
3257 F: drivers/scsi/cxgbi/cxgb4i
3258
3259 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3260 M: Steve Wise <swise@chelsio.com>
3261 L: linux-rdma@vger.kernel.org
3262 W: http://www.openfabrics.org
3263 S: Supported
3264 F: drivers/infiniband/hw/cxgb4/
3265
3266 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3267 M: Casey Leedom <leedom@chelsio.com>
3268 L: netdev@vger.kernel.org
3269 W: http://www.chelsio.com
3270 S: Supported
3271 F: drivers/net/ethernet/chelsio/cxgb4vf/
3272
3273 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3274 M: Ian Munsie <imunsie@au1.ibm.com>
3275 M: Michael Neuling <mikey@neuling.org>
3276 L: linuxppc-dev@lists.ozlabs.org
3277 S: Supported
3278 F: drivers/misc/cxl/
3279 F: include/misc/cxl*
3280 F: include/uapi/misc/cxl.h
3281 F: Documentation/powerpc/cxl.txt
3282 F: Documentation/powerpc/cxl.txt
3283 F: Documentation/ABI/testing/sysfs-class-cxl
3284
3285 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3286 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3287 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3288 L: linux-scsi@vger.kernel.org
3289 S: Supported
3290 F: drivers/scsi/cxlflash/
3291 F: include/uapi/scsi/cxlflash_ioctls.h
3292 F: Documentation/powerpc/cxlflash.txt
3293
3294 STMMAC ETHERNET DRIVER
3295 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3296 L: netdev@vger.kernel.org
3297 W: http://www.stlinux.com
3298 S: Supported
3299 F: drivers/net/ethernet/stmicro/stmmac/
3300
3301 CYBERPRO FB DRIVER
3302 M: Russell King <linux@arm.linux.org.uk>
3303 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3304 W: http://www.arm.linux.org.uk/
3305 S: Maintained
3306 F: drivers/video/fbdev/cyber2000fb.*
3307
3308 CYCLADES ASYNC MUX DRIVER
3309 W: http://www.cyclades.com/
3310 S: Orphan
3311 F: drivers/tty/cyclades.c
3312 F: include/linux/cyclades.h
3313 F: include/uapi/linux/cyclades.h
3314
3315 CYCLADES PC300 DRIVER
3316 W: http://www.cyclades.com/
3317 S: Orphan
3318 F: drivers/net/wan/pc300*
3319
3320 CYPRESS_FIRMWARE MEDIA DRIVER
3321 M: Antti Palosaari <crope@iki.fi>
3322 L: linux-media@vger.kernel.org
3323 W: https://linuxtv.org
3324 W: http://palosaari.fi/linux/
3325 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3326 T: git git://linuxtv.org/anttip/media_tree.git
3327 S: Maintained
3328 F: drivers/media/common/cypress_firmware*
3329
3330 CYTTSP TOUCHSCREEN DRIVER
3331 M: Ferruh Yigit <fery@cypress.com>
3332 L: linux-input@vger.kernel.org
3333 S: Supported
3334 F: drivers/input/touchscreen/cyttsp*
3335 F: include/linux/input/cyttsp.h
3336
3337 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3338 M: Joshua Kinard <kumba@gentoo.org>
3339 S: Maintained
3340 F: drivers/rtc/rtc-ds1685.c
3341 F: include/linux/rtc/ds1685.h
3342
3343 DAMA SLAVE for AX.25
3344 M: Joerg Reuter <jreuter@yaina.de>
3345 W: http://yaina.de/jreuter/
3346 W: http://www.qsl.net/dl1bke/
3347 L: linux-hams@vger.kernel.org
3348 S: Maintained
3349 F: net/ax25/af_ax25.c
3350 F: net/ax25/ax25_dev.c
3351 F: net/ax25/ax25_ds_*
3352 F: net/ax25/ax25_in.c
3353 F: net/ax25/ax25_out.c
3354 F: net/ax25/ax25_timer.c
3355 F: net/ax25/sysctl_net_ax25.c
3356
3357 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3358 L: netdev@vger.kernel.org
3359 S: Orphan
3360 F: Documentation/networking/dmfe.txt
3361 F: drivers/net/ethernet/dec/tulip/dmfe.c
3362
3363 DC390/AM53C974 SCSI driver
3364 M: Hannes Reinecke <hare@suse.com>
3365 L: linux-scsi@vger.kernel.org
3366 S: Maintained
3367 F: drivers/scsi/am53c974.c
3368
3369 DC395x SCSI driver
3370 M: Oliver Neukum <oliver@neukum.org>
3371 M: Ali Akcaagac <aliakc@web.de>
3372 M: Jamie Lenehan <lenehan@twibble.org>
3373 L: dc395x@twibble.org
3374 W: http://twibble.org/dist/dc395x/
3375 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3376 S: Maintained
3377 F: Documentation/scsi/dc395x.txt
3378 F: drivers/scsi/dc395x.*
3379
3380 DCCP PROTOCOL
3381 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3382 L: dccp@vger.kernel.org
3383 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3384 S: Maintained
3385 F: include/linux/dccp.h
3386 F: include/uapi/linux/dccp.h
3387 F: include/linux/tfrc.h
3388 F: net/dccp/
3389
3390 DECnet NETWORK LAYER
3391 W: http://linux-decnet.sourceforge.net
3392 L: linux-decnet-user@lists.sourceforge.net
3393 S: Orphan
3394 F: Documentation/networking/decnet.txt
3395 F: net/decnet/
3396
3397 DECSTATION PLATFORM SUPPORT
3398 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3399 L: linux-mips@linux-mips.org
3400 W: http://www.linux-mips.org/wiki/DECstation
3401 S: Maintained
3402 F: arch/mips/dec/
3403 F: arch/mips/include/asm/dec/
3404 F: arch/mips/include/asm/mach-dec/
3405
3406 DEFXX FDDI NETWORK DRIVER
3407 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3408 S: Maintained
3409 F: drivers/net/fddi/defxx.*
3410
3411 DELL LAPTOP DRIVER
3412 M: Matthew Garrett <mjg59@srcf.ucam.org>
3413 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3414 L: platform-driver-x86@vger.kernel.org
3415 S: Maintained
3416 F: drivers/platform/x86/dell-laptop.c
3417
3418 DELL LAPTOP RBTN DRIVER
3419 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3420 S: Maintained
3421 F: drivers/platform/x86/dell-rbtn.*
3422
3423 DELL LAPTOP FREEFALL DRIVER
3424 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3425 S: Maintained
3426 F: drivers/platform/x86/dell-smo8800.c
3427
3428 DELL LAPTOP SMM DRIVER
3429 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3430 S: Maintained
3431 F: drivers/hwmon/dell-smm-hwmon.c
3432 F: include/uapi/linux/i8k.h
3433
3434 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3435 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3436 S: Maintained
3437 F: Documentation/dcdbas.txt
3438 F: drivers/firmware/dcdbas.*
3439
3440 DELL WMI EXTRAS DRIVER
3441 M: Matthew Garrett <mjg59@srcf.ucam.org>
3442 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3443 S: Maintained
3444 F: drivers/platform/x86/dell-wmi.c
3445
3446 DESIGNWARE USB2 DRD IP DRIVER
3447 M: John Youn <johnyoun@synopsys.com>
3448 L: linux-usb@vger.kernel.org
3449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3450 S: Maintained
3451 F: drivers/usb/dwc2/
3452
3453 DESIGNWARE USB3 DRD IP DRIVER
3454 M: Felipe Balbi <balbi@ti.com>
3455 L: linux-usb@vger.kernel.org
3456 L: linux-omap@vger.kernel.org
3457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3458 S: Maintained
3459 F: drivers/usb/dwc3/
3460
3461 DEVICE COREDUMP (DEV_COREDUMP)
3462 M: Johannes Berg <johannes@sipsolutions.net>
3463 L: linux-kernel@vger.kernel.org
3464 S: Maintained
3465 F: drivers/base/devcoredump.c
3466 F: include/linux/devcoredump.h
3467
3468 DEVICE FREQUENCY (DEVFREQ)
3469 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3470 M: Kyungmin Park <kyungmin.park@samsung.com>
3471 L: linux-pm@vger.kernel.org
3472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3473 S: Maintained
3474 F: drivers/devfreq/
3475 F: include/linux/devfreq.h
3476 F: Documentation/devicetree/bindings/devfreq/
3477
3478 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3479 M: Chanwoo Choi <cw00.choi@samsung.com>
3480 L: linux-pm@vger.kernel.org
3481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3482 S: Supported
3483 F: drivers/devfreq/event/
3484 F: drivers/devfreq/devfreq-event.c
3485 F: include/linux/devfreq-event.h
3486 F: Documentation/devicetree/bindings/devfreq/event/
3487
3488 DEVICE NUMBER REGISTRY
3489 M: Torben Mathiasen <device@lanana.org>
3490 W: http://lanana.org/docs/device-list/index.html
3491 S: Maintained
3492
3493 DEVICE-MAPPER (LVM)
3494 M: Alasdair Kergon <agk@redhat.com>
3495 M: Mike Snitzer <snitzer@redhat.com>
3496 M: dm-devel@redhat.com
3497 L: dm-devel@redhat.com
3498 W: http://sources.redhat.com/dm
3499 Q: http://patchwork.kernel.org/project/dm-devel/list/
3500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3501 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3502 S: Maintained
3503 F: Documentation/device-mapper/
3504 F: drivers/md/dm*
3505 F: drivers/md/persistent-data/
3506 F: include/linux/device-mapper.h
3507 F: include/linux/dm-*.h
3508 F: include/uapi/linux/dm-*.h
3509
3510 DIALOG SEMICONDUCTOR DRIVERS
3511 M: Support Opensource <support.opensource@diasemi.com>
3512 W: http://www.dialog-semiconductor.com/products
3513 S: Supported
3514 F: Documentation/hwmon/da90??
3515 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3516 F: drivers/gpio/gpio-da90??.c
3517 F: drivers/hwmon/da90??-hwmon.c
3518 F: drivers/iio/adc/da91??-*.c
3519 F: drivers/input/misc/da90??_onkey.c
3520 F: drivers/input/touchscreen/da9052_tsi.c
3521 F: drivers/leds/leds-da90??.c
3522 F: drivers/mfd/da903x.c
3523 F: drivers/mfd/da90??-*.c
3524 F: drivers/mfd/da91??-*.c
3525 F: drivers/power/da9052-battery.c
3526 F: drivers/power/da91??-*.c
3527 F: drivers/regulator/da903x.c
3528 F: drivers/regulator/da9???-regulator.[ch]
3529 F: drivers/rtc/rtc-da90??.c
3530 F: drivers/video/backlight/da90??_bl.c
3531 F: drivers/watchdog/da90??_wdt.c
3532 F: include/linux/mfd/da903x.h
3533 F: include/linux/mfd/da9052/
3534 F: include/linux/mfd/da9055/
3535 F: include/linux/mfd/da9063/
3536 F: include/linux/mfd/da9150/
3537 F: include/sound/da[79]*.h
3538 F: sound/soc/codecs/da[79]*.[ch]
3539
3540 DIGI NEO AND CLASSIC PCI PRODUCTS
3541 M: Lidza Louina <lidza.louina@gmail.com>
3542 M: Mark Hounschell <markh@compro.net>
3543 L: driverdev-devel@linuxdriverproject.org
3544 S: Maintained
3545 F: drivers/staging/dgnc/
3546
3547 DIOLAN U2C-12 I2C DRIVER
3548 M: Guenter Roeck <linux@roeck-us.net>
3549 L: linux-i2c@vger.kernel.org
3550 S: Maintained
3551 F: drivers/i2c/busses/i2c-diolan-u2c.c
3552
3553 DIRECT ACCESS (DAX)
3554 M: Matthew Wilcox <willy@linux.intel.com>
3555 L: linux-fsdevel@vger.kernel.org
3556 S: Supported
3557 F: fs/dax.c
3558
3559 DIRECTORY NOTIFICATION (DNOTIFY)
3560 M: Eric Paris <eparis@parisplace.org>
3561 S: Maintained
3562 F: Documentation/filesystems/dnotify.txt
3563 F: fs/notify/dnotify/
3564 F: include/linux/dnotify.h
3565
3566 DISK GEOMETRY AND PARTITION HANDLING
3567 M: Andries Brouwer <aeb@cwi.nl>
3568 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3569 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3570 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3571 S: Maintained
3572
3573 DISKQUOTA
3574 M: Jan Kara <jack@suse.com>
3575 S: Maintained
3576 F: Documentation/filesystems/quota.txt
3577 F: fs/quota/
3578 F: include/linux/quota*.h
3579 F: include/uapi/linux/quota*.h
3580
3581 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3582 M: Bernie Thompson <bernie@plugable.com>
3583 L: linux-fbdev@vger.kernel.org
3584 S: Maintained
3585 W: http://plugable.com/category/projects/udlfb/
3586 F: drivers/video/fbdev/udlfb.c
3587 F: include/video/udlfb.h
3588 F: Documentation/fb/udlfb.txt
3589
3590 DISTRIBUTED LOCK MANAGER (DLM)
3591 M: Christine Caulfield <ccaulfie@redhat.com>
3592 M: David Teigland <teigland@redhat.com>
3593 L: cluster-devel@redhat.com
3594 W: http://sources.redhat.com/cluster/
3595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3596 S: Supported
3597 F: fs/dlm/
3598
3599 DMA BUFFER SHARING FRAMEWORK
3600 M: Sumit Semwal <sumit.semwal@linaro.org>
3601 S: Maintained
3602 L: linux-media@vger.kernel.org
3603 L: dri-devel@lists.freedesktop.org
3604 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3605 F: drivers/dma-buf/
3606 F: include/linux/dma-buf*
3607 F: include/linux/reservation.h
3608 F: include/linux/*fence.h
3609 F: Documentation/dma-buf-sharing.txt
3610 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3611
3612 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3613 M: Vinod Koul <vinod.koul@intel.com>
3614 L: dmaengine@vger.kernel.org
3615 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3616 S: Maintained
3617 F: drivers/dma/
3618 F: include/linux/dmaengine.h
3619 F: Documentation/dmaengine/
3620 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3621
3622 DME1737 HARDWARE MONITOR DRIVER
3623 M: Juerg Haefliger <juergh@gmail.com>
3624 L: lm-sensors@lm-sensors.org
3625 S: Maintained
3626 F: Documentation/hwmon/dme1737
3627 F: drivers/hwmon/dme1737.c
3628
3629 DMI/SMBIOS SUPPORT
3630 M: Jean Delvare <jdelvare@suse.com>
3631 S: Maintained
3632 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3633 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3634 F: drivers/firmware/dmi-id.c
3635 F: drivers/firmware/dmi_scan.c
3636 F: include/linux/dmi.h
3637
3638 DOCUMENTATION
3639 M: Jonathan Corbet <corbet@lwn.net>
3640 L: linux-doc@vger.kernel.org
3641 S: Maintained
3642 F: Documentation/
3643 F: scripts/docproc.c
3644 F: scripts/kernel-doc*
3645 X: Documentation/ABI/
3646 X: Documentation/devicetree/
3647 X: Documentation/acpi
3648 X: Documentation/power
3649 X: Documentation/spi
3650 X: Documentation/DocBook/media
3651 T: git git://git.lwn.net/linux.git docs-next
3652
3653 DOUBLETALK DRIVER
3654 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3655 L: blinux-list@redhat.com
3656 S: Maintained
3657 F: drivers/char/dtlk.c
3658 F: include/linux/dtlk.h
3659
3660 DPT_I2O SCSI RAID DRIVER
3661 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3662 L: linux-scsi@vger.kernel.org
3663 W: http://www.adaptec.com/
3664 S: Maintained
3665 F: drivers/scsi/dpt*
3666 F: drivers/scsi/dpt/
3667
3668 DRBD DRIVER
3669 M: Philipp Reisner <philipp.reisner@linbit.com>
3670 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3671 L: drbd-dev@lists.linbit.com
3672 W: http://www.drbd.org
3673 T: git git://git.linbit.com/linux-drbd.git
3674 T: git git://git.linbit.com/drbd-8.4.git
3675 S: Supported
3676 F: drivers/block/drbd/
3677 F: lib/lru_cache.c
3678 F: Documentation/blockdev/drbd/
3679
3680 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3681 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3683 S: Supported
3684 F: Documentation/kobject.txt
3685 F: drivers/base/
3686 F: fs/debugfs/
3687 F: fs/kernfs/
3688 F: fs/sysfs/
3689 F: include/linux/debugfs.h
3690 F: include/linux/kobj*
3691 F: lib/kobj*
3692
3693 DRM DRIVERS
3694 M: David Airlie <airlied@linux.ie>
3695 L: dri-devel@lists.freedesktop.org
3696 T: git git://people.freedesktop.org/~airlied/linux
3697 S: Maintained
3698 F: drivers/gpu/drm/
3699 F: drivers/gpu/vga/
3700 F: include/drm/
3701 F: include/uapi/drm/
3702
3703 RADEON DRM DRIVERS
3704 M: Alex Deucher <alexander.deucher@amd.com>
3705 M: Christian König <christian.koenig@amd.com>
3706 L: dri-devel@lists.freedesktop.org
3707 T: git git://people.freedesktop.org/~agd5f/linux
3708 S: Supported
3709 F: drivers/gpu/drm/radeon/
3710 F: include/uapi/drm/radeon*
3711
3712 DRM PANEL DRIVERS
3713 M: Thierry Reding <thierry.reding@gmail.com>
3714 L: dri-devel@lists.freedesktop.org
3715 T: git git://anongit.freedesktop.org/tegra/linux.git
3716 S: Maintained
3717 F: drivers/gpu/drm/drm_panel.c
3718 F: drivers/gpu/drm/panel/
3719 F: include/drm/drm_panel.h
3720 F: Documentation/devicetree/bindings/display/panel/
3721
3722 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3723 M: Daniel Vetter <daniel.vetter@intel.com>
3724 M: Jani Nikula <jani.nikula@linux.intel.com>
3725 L: intel-gfx@lists.freedesktop.org
3726 L: dri-devel@lists.freedesktop.org
3727 W: https://01.org/linuxgraphics/
3728 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3729 T: git git://anongit.freedesktop.org/drm-intel
3730 S: Supported
3731 F: drivers/gpu/drm/i915/
3732 F: include/drm/i915*
3733 F: include/uapi/drm/i915*
3734
3735 DRM DRIVERS FOR ATMEL HLCDC
3736 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3737 L: dri-devel@lists.freedesktop.org
3738 S: Supported
3739 F: drivers/gpu/drm/atmel-hlcdc/
3740 F: Documentation/devicetree/bindings/drm/atmel/
3741
3742 DRM DRIVERS FOR EXYNOS
3743 M: Inki Dae <inki.dae@samsung.com>
3744 M: Joonyoung Shim <jy0922.shim@samsung.com>
3745 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3746 M: Kyungmin Park <kyungmin.park@samsung.com>
3747 L: dri-devel@lists.freedesktop.org
3748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3749 S: Supported
3750 F: drivers/gpu/drm/exynos/
3751 F: include/drm/exynos*
3752 F: include/uapi/drm/exynos*
3753
3754 DRM DRIVERS FOR FREESCALE DCU
3755 M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3756 M: Alison Wang <alison.wang@freescale.com>
3757 L: dri-devel@lists.freedesktop.org
3758 S: Supported
3759 F: drivers/gpu/drm/fsl-dcu/
3760 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3761 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3762
3763 DRM DRIVERS FOR FREESCALE IMX
3764 M: Philipp Zabel <p.zabel@pengutronix.de>
3765 L: dri-devel@lists.freedesktop.org
3766 S: Maintained
3767 F: drivers/gpu/drm/imx/
3768 F: drivers/gpu/ipu-v3/
3769 F: Documentation/devicetree/bindings/display/imx/
3770
3771 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3772 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3773 L: dri-devel@lists.freedesktop.org
3774 T: git git://github.com/patjak/drm-gma500
3775 S: Maintained
3776 F: drivers/gpu/drm/gma500
3777 F: include/drm/gma500*
3778
3779 DRM DRIVERS FOR NVIDIA TEGRA
3780 M: Thierry Reding <thierry.reding@gmail.com>
3781 M: Terje Bergström <tbergstrom@nvidia.com>
3782 L: dri-devel@lists.freedesktop.org
3783 L: linux-tegra@vger.kernel.org
3784 T: git git://anongit.freedesktop.org/tegra/linux.git
3785 S: Supported
3786 F: drivers/gpu/drm/tegra/
3787 F: drivers/gpu/host1x/
3788 F: include/linux/host1x.h
3789 F: include/uapi/drm/tegra_drm.h
3790 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3791
3792 DRM DRIVERS FOR RENESAS
3793 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3794 L: dri-devel@lists.freedesktop.org
3795 L: linux-renesas-soc@vger.kernel.org
3796 T: git git://people.freedesktop.org/~airlied/linux
3797 S: Supported
3798 F: drivers/gpu/drm/rcar-du/
3799 F: drivers/gpu/drm/shmobile/
3800 F: include/linux/platform_data/shmob_drm.h
3801
3802 DRM DRIVERS FOR ROCKCHIP
3803 M: Mark Yao <mark.yao@rock-chips.com>
3804 L: dri-devel@lists.freedesktop.org
3805 S: Maintained
3806 F: drivers/gpu/drm/rockchip/
3807 F: Documentation/devicetree/bindings/display/rockchip*
3808
3809 DRM DRIVERS FOR STI
3810 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3811 M: Vincent Abriou <vincent.abriou@st.com>
3812 L: dri-devel@lists.freedesktop.org
3813 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3814 S: Maintained
3815 F: drivers/gpu/drm/sti
3816 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3817
3818 DRM DRIVERS FOR VIVANTE GPU IP
3819 M: Lucas Stach <l.stach@pengutronix.de>
3820 R: Russell King <linux+etnaviv@arm.linux.org.uk>
3821 R: Christian Gmeiner <christian.gmeiner@gmail.com>
3822 L: dri-devel@lists.freedesktop.org
3823 S: Maintained
3824 F: drivers/gpu/drm/etnaviv
3825 F: Documentation/devicetree/bindings/display/etnaviv
3826
3827 DSBR100 USB FM RADIO DRIVER
3828 M: Alexey Klimov <klimov.linux@gmail.com>
3829 L: linux-media@vger.kernel.org
3830 T: git git://linuxtv.org/media_tree.git
3831 S: Maintained
3832 F: drivers/media/radio/dsbr100.c
3833
3834 DSCC4 DRIVER
3835 M: Francois Romieu <romieu@fr.zoreil.com>
3836 L: netdev@vger.kernel.org
3837 S: Maintained
3838 F: drivers/net/wan/dscc4.c
3839
3840 DT3155 MEDIA DRIVER
3841 M: Hans Verkuil <hverkuil@xs4all.nl>
3842 L: linux-media@vger.kernel.org
3843 T: git git://linuxtv.org/media_tree.git
3844 W: https://linuxtv.org
3845 S: Odd Fixes
3846 F: drivers/media/pci/dt3155/
3847
3848 DVB_USB_AF9015 MEDIA DRIVER
3849 M: Antti Palosaari <crope@iki.fi>
3850 L: linux-media@vger.kernel.org
3851 W: https://linuxtv.org
3852 W: http://palosaari.fi/linux/
3853 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3854 T: git git://linuxtv.org/anttip/media_tree.git
3855 S: Maintained
3856 F: drivers/media/usb/dvb-usb-v2/af9015*
3857
3858 DVB_USB_AF9035 MEDIA DRIVER
3859 M: Antti Palosaari <crope@iki.fi>
3860 L: linux-media@vger.kernel.org
3861 W: https://linuxtv.org
3862 W: http://palosaari.fi/linux/
3863 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3864 T: git git://linuxtv.org/anttip/media_tree.git
3865 S: Maintained
3866 F: drivers/media/usb/dvb-usb-v2/af9035*
3867
3868 DVB_USB_ANYSEE MEDIA DRIVER
3869 M: Antti Palosaari <crope@iki.fi>
3870 L: linux-media@vger.kernel.org
3871 W: https://linuxtv.org
3872 W: http://palosaari.fi/linux/
3873 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3874 T: git git://linuxtv.org/anttip/media_tree.git
3875 S: Maintained
3876 F: drivers/media/usb/dvb-usb-v2/anysee*
3877
3878 DVB_USB_AU6610 MEDIA DRIVER
3879 M: Antti Palosaari <crope@iki.fi>
3880 L: linux-media@vger.kernel.org
3881 W: https://linuxtv.org
3882 W: http://palosaari.fi/linux/
3883 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3884 T: git git://linuxtv.org/anttip/media_tree.git
3885 S: Maintained
3886 F: drivers/media/usb/dvb-usb-v2/au6610*
3887
3888 DVB_USB_CE6230 MEDIA DRIVER
3889 M: Antti Palosaari <crope@iki.fi>
3890 L: linux-media@vger.kernel.org
3891 W: https://linuxtv.org
3892 W: http://palosaari.fi/linux/
3893 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3894 T: git git://linuxtv.org/anttip/media_tree.git
3895 S: Maintained
3896 F: drivers/media/usb/dvb-usb-v2/ce6230*
3897
3898 DVB_USB_CXUSB MEDIA DRIVER
3899 M: Michael Krufky <mkrufky@linuxtv.org>
3900 L: linux-media@vger.kernel.org
3901 W: https://linuxtv.org
3902 W: http://github.com/mkrufky
3903 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3904 T: git git://linuxtv.org/media_tree.git
3905 S: Maintained
3906 F: drivers/media/usb/dvb-usb/cxusb*
3907
3908 DVB_USB_EC168 MEDIA DRIVER
3909 M: Antti Palosaari <crope@iki.fi>
3910 L: linux-media@vger.kernel.org
3911 W: https://linuxtv.org
3912 W: http://palosaari.fi/linux/
3913 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3914 T: git git://linuxtv.org/anttip/media_tree.git
3915 S: Maintained
3916 F: drivers/media/usb/dvb-usb-v2/ec168*
3917
3918 DVB_USB_GL861 MEDIA DRIVER
3919 M: Antti Palosaari <crope@iki.fi>
3920 L: linux-media@vger.kernel.org
3921 W: https://linuxtv.org
3922 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3923 T: git git://linuxtv.org/anttip/media_tree.git
3924 S: Maintained
3925 F: drivers/media/usb/dvb-usb-v2/gl861*
3926
3927 DVB_USB_MXL111SF MEDIA DRIVER
3928 M: Michael Krufky <mkrufky@linuxtv.org>
3929 L: linux-media@vger.kernel.org
3930 W: https://linuxtv.org
3931 W: http://github.com/mkrufky
3932 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3933 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3934 S: Maintained
3935 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3936
3937 DVB_USB_RTL28XXU MEDIA DRIVER
3938 M: Antti Palosaari <crope@iki.fi>
3939 L: linux-media@vger.kernel.org
3940 W: https://linuxtv.org
3941 W: http://palosaari.fi/linux/
3942 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3943 T: git git://linuxtv.org/anttip/media_tree.git
3944 S: Maintained
3945 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3946
3947 DVB_USB_V2 MEDIA DRIVER
3948 M: Antti Palosaari <crope@iki.fi>
3949 L: linux-media@vger.kernel.org
3950 W: https://linuxtv.org
3951 W: http://palosaari.fi/linux/
3952 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3953 T: git git://linuxtv.org/anttip/media_tree.git
3954 S: Maintained
3955 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3956 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3957
3958 DYNAMIC DEBUG
3959 M: Jason Baron <jbaron@akamai.com>
3960 S: Maintained
3961 F: lib/dynamic_debug.c
3962 F: include/linux/dynamic_debug.h
3963
3964 DZ DECSTATION DZ11 SERIAL DRIVER
3965 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3966 S: Maintained
3967 F: drivers/tty/serial/dz.*
3968
3969 E3X0 POWER BUTTON DRIVER
3970 M: Moritz Fischer <moritz.fischer@ettus.com>
3971 L: usrp-users@lists.ettus.com
3972 W: http://www.ettus.com
3973 S: Supported
3974 F: drivers/input/misc/e3x0-button.c
3975 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3976
3977 E4000 MEDIA DRIVER
3978 M: Antti Palosaari <crope@iki.fi>
3979 L: linux-media@vger.kernel.org
3980 W: https://linuxtv.org
3981 W: http://palosaari.fi/linux/
3982 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3983 T: git git://linuxtv.org/anttip/media_tree.git
3984 S: Maintained
3985 F: drivers/media/tuners/e4000*
3986
3987 EATA ISA/EISA/PCI SCSI DRIVER
3988 M: Dario Ballabio <ballabio_dario@emc.com>
3989 L: linux-scsi@vger.kernel.org
3990 S: Maintained
3991 F: drivers/scsi/eata.c
3992
3993 EC100 MEDIA DRIVER
3994 M: Antti Palosaari <crope@iki.fi>
3995 L: linux-media@vger.kernel.org
3996 W: https://linuxtv.org
3997 W: http://palosaari.fi/linux/
3998 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3999 T: git git://linuxtv.org/anttip/media_tree.git
4000 S: Maintained
4001 F: drivers/media/dvb-frontends/ec100*
4002
4003 ECRYPT FILE SYSTEM
4004 M: Tyler Hicks <tyhicks@canonical.com>
4005 L: ecryptfs@vger.kernel.org
4006 W: http://ecryptfs.org
4007 W: https://launchpad.net/ecryptfs
4008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4009 S: Supported
4010 F: Documentation/filesystems/ecryptfs.txt
4011 F: fs/ecryptfs/
4012
4013 EDAC-CORE
4014 M: Doug Thompson <dougthompson@xmission.com>
4015 M: Borislav Petkov <bp@alien8.de>
4016 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4017 L: linux-edac@vger.kernel.org
4018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4020 S: Supported
4021 F: Documentation/edac.txt
4022 F: drivers/edac/
4023 F: include/linux/edac.h
4024
4025 EDAC-AMD64
4026 M: Doug Thompson <dougthompson@xmission.com>
4027 M: Borislav Petkov <bp@alien8.de>
4028 L: linux-edac@vger.kernel.org
4029 S: Maintained
4030 F: drivers/edac/amd64_edac*
4031
4032 EDAC-CALXEDA
4033 M: Doug Thompson <dougthompson@xmission.com>
4034 M: Robert Richter <rric@kernel.org>
4035 L: linux-edac@vger.kernel.org
4036 S: Maintained
4037 F: drivers/edac/highbank*
4038
4039 EDAC-CAVIUM
4040 M: Ralf Baechle <ralf@linux-mips.org>
4041 M: David Daney <david.daney@cavium.com>
4042 L: linux-edac@vger.kernel.org
4043 L: linux-mips@linux-mips.org
4044 S: Supported
4045 F: drivers/edac/octeon_edac*
4046
4047 EDAC-E752X
4048 M: Mark Gross <mark.gross@intel.com>
4049 M: Doug Thompson <dougthompson@xmission.com>
4050 L: linux-edac@vger.kernel.org
4051 S: Maintained
4052 F: drivers/edac/e752x_edac.c
4053
4054 EDAC-E7XXX
4055 M: Doug Thompson <dougthompson@xmission.com>
4056 L: linux-edac@vger.kernel.org
4057 S: Maintained
4058 F: drivers/edac/e7xxx_edac.c
4059
4060 EDAC-GHES
4061 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4062 L: linux-edac@vger.kernel.org
4063 S: Maintained
4064 F: drivers/edac/ghes_edac.c
4065
4066 EDAC-I82443BXGX
4067 M: Tim Small <tim@buttersideup.com>
4068 L: linux-edac@vger.kernel.org
4069 S: Maintained
4070 F: drivers/edac/i82443bxgx_edac.c
4071
4072 EDAC-I3000
4073 M: Jason Uhlenkott <juhlenko@akamai.com>
4074 L: linux-edac@vger.kernel.org
4075 S: Maintained
4076 F: drivers/edac/i3000_edac.c
4077
4078 EDAC-I5000
4079 M: Doug Thompson <dougthompson@xmission.com>
4080 L: linux-edac@vger.kernel.org
4081 S: Maintained
4082 F: drivers/edac/i5000_edac.c
4083
4084 EDAC-I5400
4085 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4086 L: linux-edac@vger.kernel.org
4087 S: Maintained
4088 F: drivers/edac/i5400_edac.c
4089
4090 EDAC-I7300
4091 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4092 L: linux-edac@vger.kernel.org
4093 S: Maintained
4094 F: drivers/edac/i7300_edac.c
4095
4096 EDAC-I7CORE
4097 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4098 L: linux-edac@vger.kernel.org
4099 S: Maintained
4100 F: drivers/edac/i7core_edac.c
4101
4102 EDAC-I82975X
4103 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4104 M: "Arvind R." <arvino55@gmail.com>
4105 L: linux-edac@vger.kernel.org
4106 S: Maintained
4107 F: drivers/edac/i82975x_edac.c
4108
4109 EDAC-IE31200
4110 M: Jason Baron <jbaron@akamai.com>
4111 L: linux-edac@vger.kernel.org
4112 S: Maintained
4113 F: drivers/edac/ie31200_edac.c
4114
4115 EDAC-MPC85XX
4116 M: Johannes Thumshirn <morbidrsa@gmail.com>
4117 L: linux-edac@vger.kernel.org
4118 S: Maintained
4119 F: drivers/edac/mpc85xx_edac.[ch]
4120
4121 EDAC-PASEMI
4122 M: Egor Martovetsky <egor@pasemi.com>
4123 L: linux-edac@vger.kernel.org
4124 S: Maintained
4125 F: drivers/edac/pasemi_edac.c
4126
4127 EDAC-R82600
4128 M: Tim Small <tim@buttersideup.com>
4129 L: linux-edac@vger.kernel.org
4130 S: Maintained
4131 F: drivers/edac/r82600_edac.c
4132
4133 EDAC-SBRIDGE
4134 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4135 L: linux-edac@vger.kernel.org
4136 S: Maintained
4137 F: drivers/edac/sb_edac.c
4138
4139 EDAC-XGENE
4140 APPLIED MICRO (APM) X-GENE SOC EDAC
4141 M: Loc Ho <lho@apm.com>
4142 S: Supported
4143 F: drivers/edac/xgene_edac.c
4144 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4145
4146 EDIROL UA-101/UA-1000 DRIVER
4147 M: Clemens Ladisch <clemens@ladisch.de>
4148 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4149 T: git git://git.alsa-project.org/alsa-kernel.git
4150 S: Maintained
4151 F: sound/usb/misc/ua101.c
4152
4153 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4154 M: Matt Fleming <matt@codeblueprint.co.uk>
4155 L: linux-efi@vger.kernel.org
4156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4157 S: Maintained
4158 F: Documentation/efi-stub.txt
4159 F: arch/ia64/kernel/efi.c
4160 F: arch/x86/boot/compressed/eboot.[ch]
4161 F: arch/x86/include/asm/efi.h
4162 F: arch/x86/platform/efi/*
4163 F: drivers/firmware/efi/*
4164 F: include/linux/efi*.h
4165
4166 EFI VARIABLE FILESYSTEM
4167 M: Matthew Garrett <matthew.garrett@nebula.com>
4168 M: Jeremy Kerr <jk@ozlabs.org>
4169 M: Matt Fleming <matt@codeblueprint.co.uk>
4170 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4171 L: linux-efi@vger.kernel.org
4172 S: Maintained
4173 F: fs/efivarfs/
4174
4175 EFIFB FRAMEBUFFER DRIVER
4176 L: linux-fbdev@vger.kernel.org
4177 M: Peter Jones <pjones@redhat.com>
4178 S: Maintained
4179 F: drivers/video/fbdev/efifb.c
4180
4181 EFS FILESYSTEM
4182 W: http://aeschi.ch.eu.org/efs/
4183 S: Orphan
4184 F: fs/efs/
4185
4186 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4187 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4188 M: Christoph Raisch <raisch@de.ibm.com>
4189 L: linux-rdma@vger.kernel.org
4190 S: Supported
4191 F: drivers/infiniband/hw/ehca/
4192
4193 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4194 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4195 L: netdev@vger.kernel.org
4196 S: Maintained
4197 F: drivers/net/ethernet/ibm/ehea/
4198
4199 EM28XX VIDEO4LINUX DRIVER
4200 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4201 L: linux-media@vger.kernel.org
4202 W: https://linuxtv.org
4203 T: git git://linuxtv.org/media_tree.git
4204 S: Maintained
4205 F: drivers/media/usb/em28xx/
4206
4207 EMBEDDED LINUX
4208 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4209 M: Matt Mackall <mpm@selenic.com>
4210 M: David Woodhouse <dwmw2@infradead.org>
4211 L: linux-embedded@vger.kernel.org
4212 S: Maintained
4213
4214 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4215 M: James Smart <james.smart@avagotech.com>
4216 M: Dick Kennedy <dick.kennedy@avagotech.com>
4217 L: linux-scsi@vger.kernel.org
4218 W: http://www.avagotech.com
4219 S: Supported
4220 F: drivers/scsi/lpfc/
4221
4222 ENE CB710 FLASH CARD READER DRIVER
4223 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4224 S: Maintained
4225 F: drivers/misc/cb710/
4226 F: drivers/mmc/host/cb710-mmc.*
4227 F: include/linux/cb710.h
4228
4229 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4230 M: Maxim Levitsky <maximlevitsky@gmail.com>
4231 S: Maintained
4232 F: drivers/media/rc/ene_ir.*
4233
4234 ENHANCED ERROR HANDLING (EEH)
4235 M: Gavin Shan <shangw@linux.vnet.ibm.com>
4236 L: linuxppc-dev@lists.ozlabs.org
4237 S: Supported
4238 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4239 F: arch/powerpc/kernel/eeh*.c
4240
4241 EPSON S1D13XXX FRAMEBUFFER DRIVER
4242 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4243 S: Maintained
4244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4245 F: drivers/video/fbdev/s1d13xxxfb.c
4246 F: include/video/s1d13xxxfb.h
4247
4248 ET131X NETWORK DRIVER
4249 M: Mark Einon <mark.einon@gmail.com>
4250 S: Odd Fixes
4251 F: drivers/net/ethernet/agere/
4252
4253 ETHERNET BRIDGE
4254 M: Stephen Hemminger <stephen@networkplumber.org>
4255 L: bridge@lists.linux-foundation.org
4256 L: netdev@vger.kernel.org
4257 W: http://www.linuxfoundation.org/en/Net:Bridge
4258 S: Maintained
4259 F: include/linux/netfilter_bridge/
4260 F: net/bridge/
4261
4262 ETHERNET PHY LIBRARY
4263 M: Florian Fainelli <f.fainelli@gmail.com>
4264 L: netdev@vger.kernel.org
4265 S: Maintained
4266 F: include/linux/phy.h
4267 F: include/linux/phy_fixed.h
4268 F: drivers/net/phy/
4269 F: Documentation/networking/phy.txt
4270 F: drivers/of/of_mdio.c
4271 F: drivers/of/of_net.c
4272
4273 EXT2 FILE SYSTEM
4274 M: Jan Kara <jack@suse.com>
4275 L: linux-ext4@vger.kernel.org
4276 S: Maintained
4277 F: Documentation/filesystems/ext2.txt
4278 F: fs/ext2/
4279 F: include/linux/ext2*
4280
4281 EXT4 FILE SYSTEM
4282 M: "Theodore Ts'o" <tytso@mit.edu>
4283 M: Andreas Dilger <adilger.kernel@dilger.ca>
4284 L: linux-ext4@vger.kernel.org
4285 W: http://ext4.wiki.kernel.org
4286 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4288 S: Maintained
4289 F: Documentation/filesystems/ext4.txt
4290 F: fs/ext4/
4291
4292 Extended Verification Module (EVM)
4293 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4294 L: linux-ima-devel@lists.sourceforge.net
4295 L: linux-security-module@vger.kernel.org
4296 S: Supported
4297 F: security/integrity/evm/
4298
4299 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4300 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4301 M: Chanwoo Choi <cw00.choi@samsung.com>
4302 L: linux-kernel@vger.kernel.org
4303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4304 S: Maintained
4305 F: drivers/extcon/
4306 F: include/linux/extcon/
4307 F: include/linux/extcon.h
4308 F: Documentation/extcon/
4309 F: Documentation/devicetree/bindings/extcon/
4310
4311 EXYNOS DP DRIVER
4312 M: Jingoo Han <jingoohan1@gmail.com>
4313 L: dri-devel@lists.freedesktop.org
4314 S: Maintained
4315 F: drivers/gpu/drm/exynos/exynos_dp*
4316
4317 EXYNOS MIPI DISPLAY DRIVERS
4318 M: Inki Dae <inki.dae@samsung.com>
4319 M: Donghwa Lee <dh09.lee@samsung.com>
4320 M: Kyungmin Park <kyungmin.park@samsung.com>
4321 L: linux-fbdev@vger.kernel.org
4322 S: Maintained
4323 F: drivers/video/fbdev/exynos/exynos_mipi*
4324 F: include/video/exynos_mipi*
4325
4326 F71805F HARDWARE MONITORING DRIVER
4327 M: Jean Delvare <jdelvare@suse.com>
4328 L: lm-sensors@lm-sensors.org
4329 S: Maintained
4330 F: Documentation/hwmon/f71805f
4331 F: drivers/hwmon/f71805f.c
4332
4333 FC0011 TUNER DRIVER
4334 M: Michael Buesch <m@bues.ch>
4335 L: linux-media@vger.kernel.org
4336 S: Maintained
4337 F: drivers/media/tuners/fc0011.h
4338 F: drivers/media/tuners/fc0011.c
4339
4340 FC2580 MEDIA DRIVER
4341 M: Antti Palosaari <crope@iki.fi>
4342 L: linux-media@vger.kernel.org
4343 W: https://linuxtv.org
4344 W: http://palosaari.fi/linux/
4345 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4346 T: git git://linuxtv.org/anttip/media_tree.git
4347 S: Maintained
4348 F: drivers/media/tuners/fc2580*
4349
4350 FANOTIFY
4351 M: Eric Paris <eparis@redhat.com>
4352 S: Maintained
4353 F: fs/notify/fanotify/
4354 F: include/linux/fanotify.h
4355 F: include/uapi/linux/fanotify.h
4356
4357 FARSYNC SYNCHRONOUS DRIVER
4358 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4359 W: http://www.farsite.co.uk/
4360 S: Supported
4361 F: drivers/net/wan/farsync.*
4362
4363 FAULT INJECTION SUPPORT
4364 M: Akinobu Mita <akinobu.mita@gmail.com>
4365 S: Supported
4366 F: Documentation/fault-injection/
4367 F: lib/fault-inject.c
4368
4369 FBTFT Framebuffer drivers
4370 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4371 M: Noralf Trønnes <noralf@tronnes.org>
4372 S: Maintained
4373 F: drivers/staging/fbtft/
4374
4375 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4376 M: Vasu Dev <vasu.dev@intel.com>
4377 L: fcoe-devel@open-fcoe.org
4378 W: www.Open-FCoE.org
4379 S: Supported
4380 F: drivers/scsi/libfc/
4381 F: drivers/scsi/fcoe/
4382 F: include/scsi/fc/
4383 F: include/scsi/libfc.h
4384 F: include/scsi/libfcoe.h
4385 F: include/uapi/scsi/fc/
4386
4387 FILE LOCKING (flock() and fcntl()/lockf())
4388 M: Jeff Layton <jlayton@poochiereds.net>
4389 M: "J. Bruce Fields" <bfields@fieldses.org>
4390 L: linux-fsdevel@vger.kernel.org
4391 S: Maintained
4392 F: include/linux/fcntl.h
4393 F: include/linux/fs.h
4394 F: include/uapi/linux/fcntl.h
4395 F: include/uapi/linux/fs.h
4396 F: fs/fcntl.c
4397 F: fs/locks.c
4398
4399 FILESYSTEMS (VFS and infrastructure)
4400 M: Alexander Viro <viro@zeniv.linux.org.uk>
4401 L: linux-fsdevel@vger.kernel.org
4402 S: Maintained
4403 F: fs/*
4404
4405 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4406 M: Riku Voipio <riku.voipio@iki.fi>
4407 L: lm-sensors@lm-sensors.org
4408 S: Maintained
4409 F: drivers/hwmon/f75375s.c
4410 F: include/linux/f75375s.h
4411
4412 FIREWIRE AUDIO DRIVERS
4413 M: Clemens Ladisch <clemens@ladisch.de>
4414 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4415 T: git git://git.alsa-project.org/alsa-kernel.git
4416 S: Maintained
4417 F: sound/firewire/
4418
4419 FIREWIRE MEDIA DRIVERS (firedtv)
4420 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4421 L: linux-media@vger.kernel.org
4422 L: linux1394-devel@lists.sourceforge.net
4423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4424 S: Maintained
4425 F: drivers/media/firewire/
4426
4427 FIREWIRE SBP-2 TARGET
4428 M: Chris Boot <bootc@bootc.net>
4429 L: linux-scsi@vger.kernel.org
4430 L: target-devel@vger.kernel.org
4431 L: linux1394-devel@lists.sourceforge.net
4432 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4433 S: Maintained
4434 F: drivers/target/sbp/
4435
4436 FIREWIRE SUBSYSTEM
4437 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4438 L: linux1394-devel@lists.sourceforge.net
4439 W: http://ieee1394.wiki.kernel.org/
4440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4441 S: Maintained
4442 F: drivers/firewire/
4443 F: include/linux/firewire.h
4444 F: include/uapi/linux/firewire*.h
4445 F: tools/firewire/
4446
4447 FIRMWARE LOADER (request_firmware)
4448 M: Ming Lei <ming.lei@canonical.com>
4449 L: linux-kernel@vger.kernel.org
4450 S: Maintained
4451 F: Documentation/firmware_class/
4452 F: drivers/base/firmware*.c
4453 F: include/linux/firmware.h
4454
4455 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4456 M: Joshua Morris <josh.h.morris@us.ibm.com>
4457 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4458 S: Maintained
4459 F: drivers/block/rsxx/
4460
4461 FLOPPY DRIVER
4462 M: Jiri Kosina <jikos@kernel.org>
4463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4464 S: Odd fixes
4465 F: drivers/block/floppy.c
4466
4467 FMC SUBSYSTEM
4468 M: Alessandro Rubini <rubini@gnudd.com>
4469 W: http://www.ohwr.org/projects/fmc-bus
4470 S: Supported
4471 F: drivers/fmc/
4472 F: include/linux/fmc*.h
4473 F: include/linux/ipmi-fru.h
4474 K: fmc_d.*register
4475
4476 FPGA MANAGER FRAMEWORK
4477 M: Alan Tull <atull@opensource.altera.com>
4478 R: Moritz Fischer <moritz.fischer@ettus.com>
4479 S: Maintained
4480 F: drivers/fpga/
4481 F: include/linux/fpga/fpga-mgr.h
4482 W: http://www.rocketboards.org
4483
4484 FPU EMULATOR
4485 M: Bill Metzenthen <billm@melbpc.org.au>
4486 W: http://floatingpoint.sourceforge.net/emulator/index.html
4487 S: Maintained
4488 F: arch/x86/math-emu/
4489
4490 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4491 L: netdev@vger.kernel.org
4492 S: Orphan
4493 F: drivers/net/wan/dlci.c
4494 F: drivers/net/wan/sdla.c
4495
4496 FRAMEBUFFER LAYER
4497 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4498 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4499 L: linux-fbdev@vger.kernel.org
4500 W: http://linux-fbdev.sourceforge.net/
4501 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4502 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4503 S: Maintained
4504 F: Documentation/fb/
4505 F: drivers/video/
4506 F: include/video/
4507 F: include/linux/fb.h
4508 F: include/uapi/video/
4509 F: include/uapi/linux/fb.h
4510
4511 FREESCALE DIU FRAMEBUFFER DRIVER
4512 M: Timur Tabi <timur@tabi.org>
4513 L: linux-fbdev@vger.kernel.org
4514 S: Maintained
4515 F: drivers/video/fbdev/fsl-diu-fb.*
4516
4517 FREESCALE DMA DRIVER
4518 M: Li Yang <leoli@freescale.com>
4519 M: Zhang Wei <zw@zh-kernel.org>
4520 L: linuxppc-dev@lists.ozlabs.org
4521 S: Maintained
4522 F: drivers/dma/fsldma.*
4523
4524 FREESCALE I2C CPM DRIVER
4525 M: Jochen Friedrich <jochen@scram.de>
4526 L: linuxppc-dev@lists.ozlabs.org
4527 L: linux-i2c@vger.kernel.org
4528 S: Maintained
4529 F: drivers/i2c/busses/i2c-cpm.c
4530
4531 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4532 M: Sascha Hauer <kernel@pengutronix.de>
4533 L: linux-fbdev@vger.kernel.org
4534 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4535 S: Maintained
4536 F: include/linux/platform_data/video-imxfb.h
4537 F: drivers/video/fbdev/imxfb.c
4538
4539 FREESCALE QUAD SPI DRIVER
4540 M: Han Xu <han.xu@freescale.com>
4541 L: linux-mtd@lists.infradead.org
4542 S: Maintained
4543 F: drivers/mtd/spi-nor/fsl-quadspi.c
4544
4545 FREESCALE SOC FS_ENET DRIVER
4546 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4547 M: Vitaly Bordug <vbordug@ru.mvista.com>
4548 L: linuxppc-dev@lists.ozlabs.org
4549 L: netdev@vger.kernel.org
4550 S: Maintained
4551 F: drivers/net/ethernet/freescale/fs_enet/
4552 F: include/linux/fs_enet_pd.h
4553
4554 FREESCALE QUICC ENGINE LIBRARY
4555 L: linuxppc-dev@lists.ozlabs.org
4556 S: Orphan
4557 F: drivers/soc/fsl/qe/
4558 F: include/soc/fsl/*qe*.h
4559 F: include/soc/fsl/*ucc*.h
4560
4561 FREESCALE USB PERIPHERAL DRIVERS
4562 M: Li Yang <leoli@freescale.com>
4563 L: linux-usb@vger.kernel.org
4564 L: linuxppc-dev@lists.ozlabs.org
4565 S: Maintained
4566 F: drivers/usb/gadget/udc/fsl*
4567
4568 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4569 M: Li Yang <leoli@freescale.com>
4570 L: netdev@vger.kernel.org
4571 L: linuxppc-dev@lists.ozlabs.org
4572 S: Maintained
4573 F: drivers/net/ethernet/freescale/ucc_geth*
4574
4575 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4576 M: Claudiu Manoil <claudiu.manoil@freescale.com>
4577 L: netdev@vger.kernel.org
4578 S: Maintained
4579 F: drivers/net/ethernet/freescale/gianfar*
4580 X: drivers/net/ethernet/freescale/gianfar_ptp.c
4581 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4582
4583 FREESCALE QUICC ENGINE UCC UART DRIVER
4584 M: Timur Tabi <timur@tabi.org>
4585 L: linuxppc-dev@lists.ozlabs.org
4586 S: Maintained
4587 F: drivers/tty/serial/ucc_uart.c
4588
4589 FREESCALE SOC SOUND DRIVERS
4590 M: Timur Tabi <timur@tabi.org>
4591 M: Nicolin Chen <nicoleotsuka@gmail.com>
4592 M: Xiubo Li <Xiubo.Lee@gmail.com>
4593 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4594 L: linuxppc-dev@lists.ozlabs.org
4595 S: Maintained
4596 F: sound/soc/fsl/fsl*
4597 F: sound/soc/fsl/imx*
4598 F: sound/soc/fsl/mpc8610_hpcd.c
4599
4600 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4601 M: "J. German Rivera" <German.Rivera@freescale.com>
4602 L: linux-kernel@vger.kernel.org
4603 S: Maintained
4604 F: drivers/staging/fsl-mc/
4605
4606 FREEVXFS FILESYSTEM
4607 M: Christoph Hellwig <hch@infradead.org>
4608 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4609 S: Maintained
4610 F: fs/freevxfs/
4611
4612 FREEZER
4613 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4614 M: Pavel Machek <pavel@ucw.cz>
4615 L: linux-pm@vger.kernel.org
4616 S: Supported
4617 F: Documentation/power/freezing-of-tasks.txt
4618 F: include/linux/freezer.h
4619 F: kernel/freezer.c
4620
4621 FRONTSWAP API
4622 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4623 L: linux-kernel@vger.kernel.org
4624 S: Maintained
4625 F: mm/frontswap.c
4626 F: include/linux/frontswap.h
4627
4628 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4629 M: David Howells <dhowells@redhat.com>
4630 L: linux-cachefs@redhat.com (moderated for non-subscribers)
4631 S: Supported
4632 F: Documentation/filesystems/caching/
4633 F: fs/fscache/
4634 F: include/linux/fscache*.h
4635
4636 F2FS FILE SYSTEM
4637 M: Jaegeuk Kim <jaegeuk@kernel.org>
4638 M: Changman Lee <cm224.lee@samsung.com>
4639 R: Chao Yu <chao2.yu@samsung.com>
4640 L: linux-f2fs-devel@lists.sourceforge.net
4641 W: http://en.wikipedia.org/wiki/F2FS
4642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4643 S: Maintained
4644 F: Documentation/filesystems/f2fs.txt
4645 F: Documentation/ABI/testing/sysfs-fs-f2fs
4646 F: fs/f2fs/
4647 F: include/linux/f2fs_fs.h
4648 F: include/trace/events/f2fs.h
4649
4650 FUJITSU FR-V (FRV) PORT
4651 S: Orphan
4652 F: arch/frv/
4653
4654 FUJITSU LAPTOP EXTRAS
4655 M: Jonathan Woithe <jwoithe@just42.net>
4656 L: platform-driver-x86@vger.kernel.org
4657 S: Maintained
4658 F: drivers/platform/x86/fujitsu-laptop.c
4659
4660 FUJITSU M-5MO LS CAMERA ISP DRIVER
4661 M: Kyungmin Park <kyungmin.park@samsung.com>
4662 M: Heungjun Kim <riverful.kim@samsung.com>
4663 L: linux-media@vger.kernel.org
4664 S: Maintained
4665 F: drivers/media/i2c/m5mols/
4666 F: include/media/i2c/m5mols.h
4667
4668 FUJITSU TABLET EXTRAS
4669 M: Robert Gerlach <khnz@gmx.de>
4670 L: platform-driver-x86@vger.kernel.org
4671 S: Maintained
4672 F: drivers/platform/x86/fujitsu-tablet.c
4673
4674 FUSE: FILESYSTEM IN USERSPACE
4675 M: Miklos Szeredi <miklos@szeredi.hu>
4676 L: fuse-devel@lists.sourceforge.net
4677 W: http://fuse.sourceforge.net/
4678 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4679 S: Maintained
4680 F: fs/fuse/
4681 F: include/uapi/linux/fuse.h
4682 F: Documentation/filesystems/fuse.txt
4683
4684 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4685 M: Rik Faith <faith@cs.unc.edu>
4686 L: linux-scsi@vger.kernel.org
4687 S: Odd Fixes (e.g., new signatures)
4688 F: drivers/scsi/fdomain.*
4689
4690 GCOV BASED KERNEL PROFILING
4691 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4692 S: Maintained
4693 F: kernel/gcov/
4694 F: Documentation/gcov.txt
4695
4696 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4697 M: Achim Leubner <achim_leubner@adaptec.com>
4698 L: linux-scsi@vger.kernel.org
4699 W: http://www.icp-vortex.com/
4700 S: Supported
4701 F: drivers/scsi/gdt*
4702
4703 GDB KERNEL DEBUGGING HELPER SCRIPTS
4704 M: Jan Kiszka <jan.kiszka@siemens.com>
4705 S: Supported
4706 F: scripts/gdb/
4707
4708 GEMTEK FM RADIO RECEIVER DRIVER
4709 M: Hans Verkuil <hverkuil@xs4all.nl>
4710 L: linux-media@vger.kernel.org
4711 T: git git://linuxtv.org/media_tree.git
4712 W: https://linuxtv.org
4713 S: Maintained
4714 F: drivers/media/radio/radio-gemtek*
4715
4716 GENERIC GPIO I2C DRIVER
4717 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4718 S: Supported
4719 F: drivers/i2c/busses/i2c-gpio.c
4720 F: include/linux/i2c-gpio.h
4721
4722 GENERIC GPIO I2C MULTIPLEXER DRIVER
4723 M: Peter Korsgaard <peter.korsgaard@barco.com>
4724 L: linux-i2c@vger.kernel.org
4725 S: Supported
4726 F: drivers/i2c/muxes/i2c-mux-gpio.c
4727 F: include/linux/i2c-mux-gpio.h
4728 F: Documentation/i2c/muxes/i2c-mux-gpio
4729
4730 GENERIC HDLC (WAN) DRIVERS
4731 M: Krzysztof Halasa <khc@pm.waw.pl>
4732 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4733 S: Maintained
4734 F: drivers/net/wan/c101.c
4735 F: drivers/net/wan/hd6457*
4736 F: drivers/net/wan/hdlc*
4737 F: drivers/net/wan/n2.c
4738 F: drivers/net/wan/pc300too.c
4739 F: drivers/net/wan/pci200syn.c
4740 F: drivers/net/wan/wanxl*
4741
4742 GENERIC INCLUDE/ASM HEADER FILES
4743 M: Arnd Bergmann <arnd@arndb.de>
4744 L: linux-arch@vger.kernel.org
4745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4746 S: Maintained
4747 F: include/asm-generic/
4748 F: include/uapi/asm-generic/
4749
4750 GENERIC PHY FRAMEWORK
4751 M: Kishon Vijay Abraham I <kishon@ti.com>
4752 L: linux-kernel@vger.kernel.org
4753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4754 S: Supported
4755 F: drivers/phy/
4756 F: include/linux/phy/
4757
4758 GENERIC PM DOMAINS
4759 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4760 M: Kevin Hilman <khilman@kernel.org>
4761 M: Ulf Hansson <ulf.hansson@linaro.org>
4762 L: linux-pm@vger.kernel.org
4763 S: Supported
4764 F: drivers/base/power/domain*.c
4765 F: include/linux/pm_domain.h
4766
4767 GENERIC UIO DRIVER FOR PCI DEVICES
4768 M: "Michael S. Tsirkin" <mst@redhat.com>
4769 L: kvm@vger.kernel.org
4770 S: Supported
4771 F: drivers/uio/uio_pci_generic.c
4772
4773 GET_MAINTAINER SCRIPT
4774 M: Joe Perches <joe@perches.com>
4775 S: Maintained
4776 F: scripts/get_maintainer.pl
4777
4778 GFS2 FILE SYSTEM
4779 M: Steven Whitehouse <swhiteho@redhat.com>
4780 M: Bob Peterson <rpeterso@redhat.com>
4781 L: cluster-devel@redhat.com
4782 W: http://sources.redhat.com/cluster/
4783 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4784 S: Supported
4785 F: Documentation/filesystems/gfs2*.txt
4786 F: fs/gfs2/
4787 F: include/uapi/linux/gfs2_ondisk.h
4788
4789 GIGASET ISDN DRIVERS
4790 M: Paul Bolle <pebolle@tiscali.nl>
4791 L: gigaset307x-common@lists.sourceforge.net
4792 W: http://gigaset307x.sourceforge.net/
4793 S: Odd Fixes
4794 F: Documentation/isdn/README.gigaset
4795 F: drivers/isdn/gigaset/
4796 F: include/uapi/linux/gigaset_dev.h
4797
4798 GO7007 MPEG CODEC
4799 M: Hans Verkuil <hans.verkuil@cisco.com>
4800 L: linux-media@vger.kernel.org
4801 S: Maintained
4802 F: drivers/media/usb/go7007/
4803
4804 GOODIX TOUCHSCREEN
4805 M: Bastien Nocera <hadess@hadess.net>
4806 L: linux-input@vger.kernel.org
4807 S: Maintained
4808 F: drivers/input/touchscreen/goodix.c
4809
4810 GPIO SUBSYSTEM
4811 M: Linus Walleij <linus.walleij@linaro.org>
4812 M: Alexandre Courbot <gnurou@gmail.com>
4813 L: linux-gpio@vger.kernel.org
4814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4815 S: Maintained
4816 F: Documentation/gpio/
4817 F: drivers/gpio/
4818 F: include/linux/gpio/
4819 F: include/linux/gpio.h
4820 F: include/asm-generic/gpio.h
4821
4822 GRE DEMULTIPLEXER DRIVER
4823 M: Dmitry Kozlov <xeb@mail.ru>
4824 L: netdev@vger.kernel.org
4825 S: Maintained
4826 F: net/ipv4/gre_demux.c
4827 F: net/ipv4/gre_offload.c
4828 F: include/net/gre.h
4829
4830 GRETH 10/100/1G Ethernet MAC device driver
4831 M: Kristoffer Glembo <kristoffer@gaisler.com>
4832 L: netdev@vger.kernel.org
4833 S: Maintained
4834 F: drivers/net/ethernet/aeroflex/
4835
4836 GSPCA FINEPIX SUBDRIVER
4837 M: Frank Zago <frank@zago.net>
4838 L: linux-media@vger.kernel.org
4839 T: git git://linuxtv.org/media_tree.git
4840 S: Maintained
4841 F: drivers/media/usb/gspca/finepix.c
4842
4843 GSPCA GL860 SUBDRIVER
4844 M: Olivier Lorin <o.lorin@laposte.net>
4845 L: linux-media@vger.kernel.org
4846 T: git git://linuxtv.org/media_tree.git
4847 S: Maintained
4848 F: drivers/media/usb/gspca/gl860/
4849
4850 GSPCA M5602 SUBDRIVER
4851 M: Erik Andren <erik.andren@gmail.com>
4852 L: linux-media@vger.kernel.org
4853 T: git git://linuxtv.org/media_tree.git
4854 S: Maintained
4855 F: drivers/media/usb/gspca/m5602/
4856
4857 GSPCA PAC207 SONIXB SUBDRIVER
4858 M: Hans de Goede <hdegoede@redhat.com>
4859 L: linux-media@vger.kernel.org
4860 T: git git://linuxtv.org/media_tree.git
4861 S: Maintained
4862 F: drivers/media/usb/gspca/pac207.c
4863
4864 GSPCA SN9C20X SUBDRIVER
4865 M: Brian Johnson <brijohn@gmail.com>
4866 L: linux-media@vger.kernel.org
4867 T: git git://linuxtv.org/media_tree.git
4868 S: Maintained
4869 F: drivers/media/usb/gspca/sn9c20x.c
4870
4871 GSPCA T613 SUBDRIVER
4872 M: Leandro Costantino <lcostantino@gmail.com>
4873 L: linux-media@vger.kernel.org
4874 T: git git://linuxtv.org/media_tree.git
4875 S: Maintained
4876 F: drivers/media/usb/gspca/t613.c
4877
4878 GSPCA USB WEBCAM DRIVER
4879 M: Hans de Goede <hdegoede@redhat.com>
4880 L: linux-media@vger.kernel.org
4881 T: git git://linuxtv.org/media_tree.git
4882 S: Maintained
4883 F: drivers/media/usb/gspca/
4884
4885 GUID PARTITION TABLE (GPT)
4886 M: Davidlohr Bueso <dave@stgolabs.net>
4887 L: linux-efi@vger.kernel.org
4888 S: Maintained
4889 F: block/partitions/efi.*
4890
4891 STK1160 USB VIDEO CAPTURE DRIVER
4892 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4893 L: linux-media@vger.kernel.org
4894 T: git git://linuxtv.org/media_tree.git
4895 S: Maintained
4896 F: drivers/media/usb/stk1160/
4897
4898 H8/300 ARCHITECTURE
4899 M: Yoshinori Sato <ysato@users.sourceforge.jp>
4900 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4901 W: http://uclinux-h8.sourceforge.jp
4902 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4903 S: Maintained
4904 F: arch/h8300/
4905 F: drivers/clocksource/h8300_*.c
4906 F: drivers/clk/h8300/
4907 F: drivers/irqchip/irq-renesas-h8*.c
4908
4909 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4910 M: Frank Seidel <frank@f-seidel.de>
4911 L: platform-driver-x86@vger.kernel.org
4912 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4913 S: Maintained
4914 F: drivers/platform/x86/hdaps.c
4915
4916 HDPVR USB VIDEO ENCODER DRIVER
4917 M: Hans Verkuil <hverkuil@xs4all.nl>
4918 L: linux-media@vger.kernel.org
4919 T: git git://linuxtv.org/media_tree.git
4920 W: https://linuxtv.org
4921 S: Odd Fixes
4922 F: drivers/media/usb/hdpvr/
4923
4924 HWPOISON MEMORY FAILURE HANDLING
4925 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4926 L: linux-mm@kvack.org
4927 S: Maintained
4928 F: mm/memory-failure.c
4929 F: mm/hwpoison-inject.c
4930
4931 HYPERVISOR VIRTUAL CONSOLE DRIVER
4932 L: linuxppc-dev@lists.ozlabs.org
4933 S: Odd Fixes
4934 F: drivers/tty/hvc/
4935
4936 HACKRF MEDIA DRIVER
4937 M: Antti Palosaari <crope@iki.fi>
4938 L: linux-media@vger.kernel.org
4939 W: https://linuxtv.org
4940 W: http://palosaari.fi/linux/
4941 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4942 T: git git://linuxtv.org/anttip/media_tree.git
4943 S: Maintained
4944 F: drivers/media/usb/hackrf/
4945
4946 HARDWARE MONITORING
4947 M: Jean Delvare <jdelvare@suse.com>
4948 M: Guenter Roeck <linux@roeck-us.net>
4949 L: lm-sensors@lm-sensors.org
4950 W: http://www.lm-sensors.org/
4951 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4953 S: Maintained
4954 F: Documentation/hwmon/
4955 F: drivers/hwmon/
4956 F: include/linux/hwmon*.h
4957
4958 HARDWARE RANDOM NUMBER GENERATOR CORE
4959 M: Matt Mackall <mpm@selenic.com>
4960 M: Herbert Xu <herbert@gondor.apana.org.au>
4961 L: linux-crypto@vger.kernel.org
4962 S: Odd fixes
4963 F: Documentation/hw_random.txt
4964 F: drivers/char/hw_random/
4965 F: include/linux/hw_random.h
4966
4967 HARDWARE SPINLOCK CORE
4968 M: Ohad Ben-Cohen <ohad@wizery.com>
4969 S: Maintained
4970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4971 F: Documentation/hwspinlock.txt
4972 F: drivers/hwspinlock/hwspinlock_*
4973 F: include/linux/hwspinlock.h
4974
4975 HARMONY SOUND DRIVER
4976 L: linux-parisc@vger.kernel.org
4977 S: Maintained
4978 F: sound/parisc/harmony.*
4979
4980 HD29L2 MEDIA DRIVER
4981 M: Antti Palosaari <crope@iki.fi>
4982 L: linux-media@vger.kernel.org
4983 W: https://linuxtv.org
4984 W: http://palosaari.fi/linux/
4985 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4986 T: git git://linuxtv.org/anttip/media_tree.git
4987 S: Maintained
4988 F: drivers/media/dvb-frontends/hd29l2*
4989
4990 HEWLETT-PACKARD SMART2 RAID DRIVER
4991 L: iss_storagedev@hp.com
4992 S: Orphan
4993 F: Documentation/blockdev/cpqarray.txt
4994 F: drivers/block/cpqarray.*
4995
4996 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4997 M: Don Brace <don.brace@pmcs.com>
4998 L: iss_storagedev@hp.com
4999 L: storagedev@pmcs.com
5000 L: linux-scsi@vger.kernel.org
5001 S: Supported
5002 F: Documentation/scsi/hpsa.txt
5003 F: drivers/scsi/hpsa*.[ch]
5004 F: include/linux/cciss*.h
5005 F: include/uapi/linux/cciss*.h
5006
5007 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5008 M: Don Brace <don.brace@pmcs.com>
5009 L: iss_storagedev@hp.com
5010 L: storagedev@pmcs.com
5011 L: linux-scsi@vger.kernel.org
5012 S: Supported
5013 F: Documentation/blockdev/cciss.txt
5014 F: drivers/block/cciss*
5015 F: include/linux/cciss_ioctl.h
5016 F: include/uapi/linux/cciss_ioctl.h
5017
5018 HFS FILESYSTEM
5019 L: linux-fsdevel@vger.kernel.org
5020 S: Orphan
5021 F: Documentation/filesystems/hfs.txt
5022 F: fs/hfs/
5023
5024 HFSPLUS FILESYSTEM
5025 L: linux-fsdevel@vger.kernel.org
5026 S: Orphan
5027 F: Documentation/filesystems/hfsplus.txt
5028 F: fs/hfsplus/
5029
5030 HGA FRAMEBUFFER DRIVER
5031 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5032 L: linux-nvidia@lists.surfsouth.com
5033 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5034 S: Maintained
5035 F: drivers/video/fbdev/hgafb.c
5036
5037 HIBERNATION (aka Software Suspend, aka swsusp)
5038 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5039 M: Pavel Machek <pavel@ucw.cz>
5040 L: linux-pm@vger.kernel.org
5041 S: Supported
5042 F: arch/x86/power/
5043 F: drivers/base/power/
5044 F: kernel/power/
5045 F: include/linux/suspend.h
5046 F: include/linux/freezer.h
5047 F: include/linux/pm.h
5048 F: arch/*/include/asm/suspend*.h
5049
5050 HID CORE LAYER
5051 M: Jiri Kosina <jikos@kernel.org>
5052 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5053 L: linux-input@vger.kernel.org
5054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5055 S: Maintained
5056 F: drivers/hid/
5057 F: include/linux/hid*
5058 F: include/uapi/linux/hid*
5059
5060 HID SENSOR HUB DRIVERS
5061 M: Jiri Kosina <jikos@kernel.org>
5062 M: Jonathan Cameron <jic23@kernel.org>
5063 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5064 L: linux-input@vger.kernel.org
5065 L: linux-iio@vger.kernel.org
5066 S: Maintained
5067 F: Documentation/hid/hid-sensor*
5068 F: drivers/hid/hid-sensor-*
5069 F: drivers/iio/*/hid-*
5070 F: include/linux/hid-sensor-*
5071
5072 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5073 M: Thomas Gleixner <tglx@linutronix.de>
5074 L: linux-kernel@vger.kernel.org
5075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5076 S: Maintained
5077 F: Documentation/timers/
5078 F: kernel/time/hrtimer.c
5079 F: kernel/time/clockevents.c
5080 F: kernel/time/tick*.*
5081 F: kernel/time/timer_*.c
5082 F: include/linux/clockchips.h
5083 F: include/linux/hrtimer.h
5084
5085 HIGH-SPEED SCC DRIVER FOR AX.25
5086 L: linux-hams@vger.kernel.org
5087 S: Orphan
5088 F: drivers/net/hamradio/dmascc.c
5089 F: drivers/net/hamradio/scc.c
5090
5091 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5092 M: HighPoint Linux Team <linux@highpoint-tech.com>
5093 W: http://www.highpoint-tech.com
5094 S: Supported
5095 F: Documentation/scsi/hptiop.txt
5096 F: drivers/scsi/hptiop.c
5097
5098 HIPPI
5099 M: Jes Sorensen <jes@trained-monkey.org>
5100 L: linux-hippi@sunsite.dk
5101 S: Maintained
5102 F: include/linux/hippidevice.h
5103 F: include/uapi/linux/if_hippi.h
5104 F: net/802/hippi.c
5105 F: drivers/net/hippi/
5106
5107 HISILICON SAS Controller
5108 M: John Garry <john.garry@huawei.com>
5109 W: http://www.hisilicon.com
5110 S: Supported
5111 F: drivers/scsi/hisi_sas/
5112 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5113
5114 HOST AP DRIVER
5115 M: Jouni Malinen <j@w1.fi>
5116 L: hostap@shmoo.com (subscribers-only)
5117 L: linux-wireless@vger.kernel.org
5118 W: http://hostap.epitest.fi/
5119 S: Maintained
5120 F: drivers/net/wireless/intersil/hostap/
5121
5122 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5123 L: platform-driver-x86@vger.kernel.org
5124 S: Orphan
5125 F: drivers/platform/x86/tc1100-wmi.c
5126
5127 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5128 M: Jaroslav Kysela <perex@perex.cz>
5129 S: Maintained
5130 F: drivers/net/ethernet/hp/hp100.*
5131
5132 HPET: High Precision Event Timers driver
5133 M: Clemens Ladisch <clemens@ladisch.de>
5134 S: Maintained
5135 F: Documentation/timers/hpet.txt
5136 F: drivers/char/hpet.c
5137 F: include/linux/hpet.h
5138 F: include/uapi/linux/hpet.h
5139
5140 HPET: x86
5141 S: Orphan
5142 F: arch/x86/kernel/hpet.c
5143 F: arch/x86/include/asm/hpet.h
5144
5145 HPFS FILESYSTEM
5146 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5147 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5148 S: Maintained
5149 F: fs/hpfs/
5150
5151 HSI SUBSYSTEM
5152 M: Sebastian Reichel <sre@kernel.org>
5153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5154 S: Maintained
5155 F: Documentation/ABI/testing/sysfs-bus-hsi
5156 F: Documentation/hsi.txt
5157 F: drivers/hsi/
5158 F: include/linux/hsi/
5159 F: include/uapi/linux/hsi/
5160
5161 HSO 3G MODEM DRIVER
5162 M: Jan Dumon <j.dumon@option.com>
5163 W: http://www.pharscape.org
5164 S: Maintained
5165 F: drivers/net/usb/hso.c
5166
5167 HSR NETWORK PROTOCOL
5168 M: Arvid Brodin <arvid.brodin@alten.se>
5169 L: netdev@vger.kernel.org
5170 S: Maintained
5171 F: net/hsr/
5172
5173 HTCPEN TOUCHSCREEN DRIVER
5174 M: Pau Oliva Fora <pof@eslack.org>
5175 L: linux-input@vger.kernel.org
5176 S: Maintained
5177 F: drivers/input/touchscreen/htcpen.c
5178
5179 HUGETLB FILESYSTEM
5180 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5181 S: Maintained
5182 F: fs/hugetlbfs/
5183
5184 Hyper-V CORE AND DRIVERS
5185 M: "K. Y. Srinivasan" <kys@microsoft.com>
5186 M: Haiyang Zhang <haiyangz@microsoft.com>
5187 L: devel@linuxdriverproject.org
5188 S: Maintained
5189 F: arch/x86/include/asm/mshyperv.h
5190 F: arch/x86/include/uapi/asm/hyperv.h
5191 F: arch/x86/kernel/cpu/mshyperv.c
5192 F: drivers/hid/hid-hyperv.c
5193 F: drivers/hv/
5194 F: drivers/input/serio/hyperv-keyboard.c
5195 F: drivers/net/hyperv/
5196 F: drivers/scsi/storvsc_drv.c
5197 F: drivers/video/fbdev/hyperv_fb.c
5198 F: include/linux/hyperv.h
5199 F: tools/hv/
5200 F: Documentation/ABI/stable/sysfs-bus-vmbus
5201
5202 I2C OVER PARALLEL PORT
5203 M: Jean Delvare <jdelvare@suse.com>
5204 L: linux-i2c@vger.kernel.org
5205 S: Maintained
5206 F: Documentation/i2c/busses/i2c-parport
5207 F: Documentation/i2c/busses/i2c-parport-light
5208 F: drivers/i2c/busses/i2c-parport.c
5209 F: drivers/i2c/busses/i2c-parport-light.c
5210
5211 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5212 M: Jean Delvare <jdelvare@suse.com>
5213 L: linux-i2c@vger.kernel.org
5214 S: Maintained
5215 F: Documentation/i2c/busses/i2c-ali1535
5216 F: Documentation/i2c/busses/i2c-ali1563
5217 F: Documentation/i2c/busses/i2c-ali15x3
5218 F: Documentation/i2c/busses/i2c-amd756
5219 F: Documentation/i2c/busses/i2c-amd8111
5220 F: Documentation/i2c/busses/i2c-i801
5221 F: Documentation/i2c/busses/i2c-nforce2
5222 F: Documentation/i2c/busses/i2c-piix4
5223 F: Documentation/i2c/busses/i2c-sis5595
5224 F: Documentation/i2c/busses/i2c-sis630
5225 F: Documentation/i2c/busses/i2c-sis96x
5226 F: Documentation/i2c/busses/i2c-via
5227 F: Documentation/i2c/busses/i2c-viapro
5228 F: drivers/i2c/busses/i2c-ali1535.c
5229 F: drivers/i2c/busses/i2c-ali1563.c
5230 F: drivers/i2c/busses/i2c-ali15x3.c
5231 F: drivers/i2c/busses/i2c-amd756.c
5232 F: drivers/i2c/busses/i2c-amd756-s4882.c
5233 F: drivers/i2c/busses/i2c-amd8111.c
5234 F: drivers/i2c/busses/i2c-i801.c
5235 F: drivers/i2c/busses/i2c-isch.c
5236 F: drivers/i2c/busses/i2c-nforce2.c
5237 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5238 F: drivers/i2c/busses/i2c-piix4.c
5239 F: drivers/i2c/busses/i2c-sis5595.c
5240 F: drivers/i2c/busses/i2c-sis630.c
5241 F: drivers/i2c/busses/i2c-sis96x.c
5242 F: drivers/i2c/busses/i2c-via.c
5243 F: drivers/i2c/busses/i2c-viapro.c
5244
5245 I2C/SMBUS ISMT DRIVER
5246 M: Seth Heasley <seth.heasley@intel.com>
5247 M: Neil Horman <nhorman@tuxdriver.com>
5248 L: linux-i2c@vger.kernel.org
5249 F: drivers/i2c/busses/i2c-ismt.c
5250 F: Documentation/i2c/busses/i2c-ismt
5251
5252 I2C/SMBUS STUB DRIVER
5253 M: Jean Delvare <jdelvare@suse.com>
5254 L: linux-i2c@vger.kernel.org
5255 S: Maintained
5256 F: drivers/i2c/i2c-stub.c
5257
5258 I2C SUBSYSTEM
5259 M: Wolfram Sang <wsa@the-dreams.de>
5260 L: linux-i2c@vger.kernel.org
5261 W: https://i2c.wiki.kernel.org/
5262 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5264 S: Maintained
5265 F: Documentation/devicetree/bindings/i2c/
5266 F: Documentation/i2c/
5267 F: drivers/i2c/
5268 F: drivers/i2c/*/
5269 F: include/linux/i2c.h
5270 F: include/linux/i2c-*.h
5271 F: include/uapi/linux/i2c.h
5272 F: include/uapi/linux/i2c-*.h
5273
5274 I2C ACPI SUPPORT
5275 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5276 L: linux-i2c@vger.kernel.org
5277 L: linux-acpi@vger.kernel.org
5278 S: Maintained
5279
5280 I2C-TAOS-EVM DRIVER
5281 M: Jean Delvare <jdelvare@suse.com>
5282 L: linux-i2c@vger.kernel.org
5283 S: Maintained
5284 F: Documentation/i2c/busses/i2c-taos-evm
5285 F: drivers/i2c/busses/i2c-taos-evm.c
5286
5287 I2C-TINY-USB DRIVER
5288 M: Till Harbaum <till@harbaum.org>
5289 L: linux-i2c@vger.kernel.org
5290 W: http://www.harbaum.org/till/i2c_tiny_usb
5291 S: Maintained
5292 F: drivers/i2c/busses/i2c-tiny-usb.c
5293
5294 i386 BOOT CODE
5295 M: "H. Peter Anvin" <hpa@zytor.com>
5296 S: Maintained
5297 F: arch/x86/boot/
5298
5299 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5300 M: "H. Peter Anvin" <hpa@zytor.com>
5301 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5302 S: Maintained
5303
5304 IA64 (Itanium) PLATFORM
5305 M: Tony Luck <tony.luck@intel.com>
5306 M: Fenghua Yu <fenghua.yu@intel.com>
5307 L: linux-ia64@vger.kernel.org
5308 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5309 S: Maintained
5310 F: arch/ia64/
5311
5312 IBM Power VMX Cryptographic instructions
5313 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5314 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5315 L: linux-crypto@vger.kernel.org
5316 S: Supported
5317 F: drivers/crypto/vmx/Makefile
5318 F: drivers/crypto/vmx/Kconfig
5319 F: drivers/crypto/vmx/vmx.c
5320 F: drivers/crypto/vmx/aes*
5321 F: drivers/crypto/vmx/ghash*
5322 F: drivers/crypto/vmx/ppc-xlate.pl
5323
5324 IBM Power in-Nest Crypto Acceleration
5325 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5326 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5327 L: linux-crypto@vger.kernel.org
5328 S: Supported
5329 F: drivers/crypto/nx/Makefile
5330 F: drivers/crypto/nx/Kconfig
5331 F: drivers/crypto/nx/nx-aes*
5332 F: drivers/crypto/nx/nx-sha*
5333 F: drivers/crypto/nx/nx.*
5334 F: drivers/crypto/nx/nx_csbcpb.h
5335 F: drivers/crypto/nx/nx_debugfs.h
5336
5337 IBM Power 842 compression accelerator
5338 M: Dan Streetman <ddstreet@ieee.org>
5339 S: Supported
5340 F: drivers/crypto/nx/Makefile
5341 F: drivers/crypto/nx/Kconfig
5342 F: drivers/crypto/nx/nx-842*
5343 F: include/linux/sw842.h
5344 F: crypto/842.c
5345 F: lib/842/
5346
5347 IBM Power Linux RAID adapter
5348 M: Brian King <brking@us.ibm.com>
5349 S: Supported
5350 F: drivers/scsi/ipr.*
5351
5352 IBM Power Virtual Ethernet Device Driver
5353 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5354 L: netdev@vger.kernel.org
5355 S: Supported
5356 F: drivers/net/ethernet/ibm/ibmveth.*
5357
5358 IBM Power SRIOV Virtual NIC Device Driver
5359 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5360 M: John Allen <jallen@linux.vnet.ibm.com>
5361 L: netdev@vger.kernel.org
5362 S: Supported
5363 F: drivers/net/ethernet/ibm/ibmvnic.*
5364
5365 IBM Power Virtual SCSI Device Drivers
5366 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5367 L: linux-scsi@vger.kernel.org
5368 S: Supported
5369 F: drivers/scsi/ibmvscsi/ibmvscsi*
5370 F: drivers/scsi/ibmvscsi/viosrp.h
5371
5372 IBM Power Virtual FC Device Drivers
5373 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5374 L: linux-scsi@vger.kernel.org
5375 S: Supported
5376 F: drivers/scsi/ibmvscsi/ibmvfc*
5377
5378 IBM ServeRAID RAID DRIVER
5379 S: Orphan
5380 F: drivers/scsi/ips.*
5381
5382 ICH LPC AND GPIO DRIVER
5383 M: Peter Tyser <ptyser@xes-inc.com>
5384 S: Maintained
5385 F: drivers/mfd/lpc_ich.c
5386 F: drivers/gpio/gpio-ich.c
5387
5388 IDE SUBSYSTEM
5389 M: "David S. Miller" <davem@davemloft.net>
5390 L: linux-ide@vger.kernel.org
5391 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5393 S: Maintained
5394 F: Documentation/ide/
5395 F: drivers/ide/
5396 F: include/linux/ide.h
5397
5398 IDEAPAD LAPTOP EXTRAS DRIVER
5399 M: Ike Panhc <ike.pan@canonical.com>
5400 L: platform-driver-x86@vger.kernel.org
5401 W: http://launchpad.net/ideapad-laptop
5402 S: Maintained
5403 F: drivers/platform/x86/ideapad-laptop.c
5404
5405 IDEAPAD LAPTOP SLIDEBAR DRIVER
5406 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5407 L: linux-input@vger.kernel.org
5408 W: https://github.com/o2genum/ideapad-slidebar
5409 S: Maintained
5410 F: drivers/input/misc/ideapad_slidebar.c
5411
5412 IDE/ATAPI DRIVERS
5413 M: Borislav Petkov <bp@alien8.de>
5414 L: linux-ide@vger.kernel.org
5415 S: Maintained
5416 F: Documentation/cdrom/ide-cd
5417 F: drivers/ide/ide-cd*
5418
5419 IDLE-I7300
5420 M: Andy Henroid <andrew.d.henroid@intel.com>
5421 L: linux-pm@vger.kernel.org
5422 S: Supported
5423 F: drivers/idle/i7300_idle.c
5424
5425 IEEE 802.15.4 SUBSYSTEM
5426 M: Alexander Aring <alex.aring@gmail.com>
5427 L: linux-wpan@vger.kernel.org
5428 W: https://github.com/linux-wpan
5429 T: git git://github.com/linux-wpan/linux-wpan-next.git
5430 S: Maintained
5431 F: net/ieee802154/
5432 F: net/mac802154/
5433 F: drivers/net/ieee802154/
5434 F: include/linux/nl802154.h
5435 F: include/linux/ieee802154.h
5436 F: include/net/nl802154.h
5437 F: include/net/mac802154.h
5438 F: include/net/af_ieee802154.h
5439 F: include/net/cfg802154.h
5440 F: include/net/ieee802154_netdev.h
5441 F: Documentation/networking/ieee802154.txt
5442
5443 IGORPLUG-USB IR RECEIVER
5444 M: Sean Young <sean@mess.org>
5445 L: linux-media@vger.kernel.org
5446 S: Maintained
5447 F: drivers/media/rc/igorplugusb.c
5448
5449 IGUANAWORKS USB IR TRANSCEIVER
5450 M: Sean Young <sean@mess.org>
5451 L: linux-media@vger.kernel.org
5452 S: Maintained
5453 F: drivers/media/rc/iguanair.c
5454
5455 IIO SUBSYSTEM AND DRIVERS
5456 M: Jonathan Cameron <jic23@kernel.org>
5457 R: Hartmut Knaack <knaack.h@gmx.de>
5458 R: Lars-Peter Clausen <lars@metafoo.de>
5459 R: Peter Meerwald <pmeerw@pmeerw.net>
5460 L: linux-iio@vger.kernel.org
5461 S: Maintained
5462 F: drivers/iio/
5463 F: drivers/staging/iio/
5464 F: include/linux/iio/
5465 F: tools/iio/
5466
5467 IKANOS/ADI EAGLE ADSL USB DRIVER
5468 M: Matthieu Castet <castet.matthieu@free.fr>
5469 M: Stanislaw Gruszka <stf_xl@wp.pl>
5470 S: Maintained
5471 F: drivers/usb/atm/ueagle-atm.c
5472
5473 INA209 HARDWARE MONITOR DRIVER
5474 M: Guenter Roeck <linux@roeck-us.net>
5475 L: lm-sensors@lm-sensors.org
5476 S: Maintained
5477 F: Documentation/hwmon/ina209
5478 F: Documentation/devicetree/bindings/i2c/ina209.txt
5479 F: drivers/hwmon/ina209.c
5480
5481 INA2XX HARDWARE MONITOR DRIVER
5482 M: Guenter Roeck <linux@roeck-us.net>
5483 L: lm-sensors@lm-sensors.org
5484 S: Maintained
5485 F: Documentation/hwmon/ina2xx
5486 F: drivers/hwmon/ina2xx.c
5487 F: include/linux/platform_data/ina2xx.h
5488
5489 INDUSTRY PACK SUBSYSTEM (IPACK)
5490 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5491 M: Jens Taprogge <jens.taprogge@taprogge.org>
5492 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5493 L: industrypack-devel@lists.sourceforge.net
5494 W: http://industrypack.sourceforge.net
5495 S: Maintained
5496 F: drivers/ipack/
5497
5498 INGENIC JZ4780 DMA Driver
5499 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5500 S: Maintained
5501 F: drivers/dma/dma-jz4780.c
5502
5503 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5504 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5505 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5506 L: linux-ima-devel@lists.sourceforge.net
5507 L: linux-ima-user@lists.sourceforge.net
5508 L: linux-security-module@vger.kernel.org
5509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5510 S: Supported
5511 F: security/integrity/ima/
5512
5513 IMGTEC IR DECODER DRIVER
5514 M: James Hogan <james.hogan@imgtec.com>
5515 S: Maintained
5516 F: drivers/media/rc/img-ir/
5517
5518 IMS TWINTURBO FRAMEBUFFER DRIVER
5519 L: linux-fbdev@vger.kernel.org
5520 S: Orphan
5521 F: drivers/video/fbdev/imsttfb.c
5522
5523 INFINIBAND SUBSYSTEM
5524 M: Doug Ledford <dledford@redhat.com>
5525 M: Sean Hefty <sean.hefty@intel.com>
5526 M: Hal Rosenstock <hal.rosenstock@gmail.com>
5527 L: linux-rdma@vger.kernel.org
5528 W: http://www.openfabrics.org/
5529 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5531 S: Supported
5532 F: Documentation/infiniband/
5533 F: drivers/infiniband/
5534 F: drivers/staging/rdma/
5535 F: include/uapi/linux/if_infiniband.h
5536 F: include/uapi/rdma/
5537 F: include/rdma/
5538
5539 INOTIFY
5540 M: John McCutchan <john@johnmccutchan.com>
5541 M: Robert Love <rlove@rlove.org>
5542 M: Eric Paris <eparis@parisplace.org>
5543 S: Maintained
5544 F: Documentation/filesystems/inotify.txt
5545 F: fs/notify/inotify/
5546 F: include/linux/inotify.h
5547 F: include/uapi/linux/inotify.h
5548
5549 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5550 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5551 L: linux-input@vger.kernel.org
5552 Q: http://patchwork.kernel.org/project/linux-input/list/
5553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5554 S: Maintained
5555 F: drivers/input/
5556 F: include/linux/input.h
5557 F: include/uapi/linux/input.h
5558 F: include/linux/input/
5559
5560 INPUT MULTITOUCH (MT) PROTOCOL
5561 M: Henrik Rydberg <rydberg@bitmath.org>
5562 L: linux-input@vger.kernel.org
5563 S: Odd fixes
5564 F: Documentation/input/multi-touch-protocol.txt
5565 F: drivers/input/input-mt.c
5566 K: \b(ABS|SYN)_MT_
5567
5568 INTEL ASoC BDW/HSW DRIVERS
5569 M: Jie Yang <yang.jie@linux.intel.com>
5570 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5571 S: Supported
5572 F: sound/soc/intel/common/sst-dsp*
5573 F: sound/soc/intel/common/sst-firmware.c
5574 F: sound/soc/intel/boards/broadwell.c
5575 F: sound/soc/intel/haswell/
5576
5577 INTEL C600 SERIES SAS CONTROLLER DRIVER
5578 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5579 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5580 L: linux-scsi@vger.kernel.org
5581 T: git git://git.code.sf.net/p/intel-sas/isci
5582 S: Supported
5583 F: drivers/scsi/isci/
5584
5585 INTEL HID EVENT DRIVER
5586 M: Alex Hung <alex.hung@canonical.com>
5587 L: platform-driver-x86@vger.kernel.org
5588 S: Maintained
5589 F: drivers/platform/x86/intel-hid.c
5590
5591 INTEL IDLE DRIVER
5592 M: Len Brown <lenb@kernel.org>
5593 L: linux-pm@vger.kernel.org
5594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5595 S: Supported
5596 F: drivers/idle/intel_idle.c
5597
5598 INTEL PSTATE DRIVER
5599 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5600 M: Len Brown <lenb@kernel.org>
5601 L: linux-pm@vger.kernel.org
5602 S: Supported
5603 F: drivers/cpufreq/intel_pstate.c
5604
5605 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5606 M: Maik Broemme <mbroemme@plusserver.de>
5607 L: linux-fbdev@vger.kernel.org
5608 S: Maintained
5609 F: Documentation/fb/intelfb.txt
5610 F: drivers/video/fbdev/intelfb/
5611
5612 INTEL 810/815 FRAMEBUFFER DRIVER
5613 M: Antonino Daplas <adaplas@gmail.com>
5614 L: linux-fbdev@vger.kernel.org
5615 S: Maintained
5616 F: drivers/video/fbdev/i810/
5617
5618 INTEL MENLOW THERMAL DRIVER
5619 M: Sujith Thomas <sujith.thomas@intel.com>
5620 L: platform-driver-x86@vger.kernel.org
5621 W: https://01.org/linux-acpi
5622 S: Supported
5623 F: drivers/platform/x86/intel_menlow.c
5624
5625 INTEL I/OAT DMA DRIVER
5626 M: Dave Jiang <dave.jiang@intel.com>
5627 R: Dan Williams <dan.j.williams@intel.com>
5628 L: dmaengine@vger.kernel.org
5629 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5630 S: Supported
5631 F: drivers/dma/ioat*
5632
5633 INTEL IOMMU (VT-d)
5634 M: David Woodhouse <dwmw2@infradead.org>
5635 L: iommu@lists.linux-foundation.org
5636 T: git git://git.infradead.org/iommu-2.6.git
5637 S: Supported
5638 F: drivers/iommu/intel-iommu.c
5639 F: include/linux/intel-iommu.h
5640
5641 INTEL IOP-ADMA DMA DRIVER
5642 R: Dan Williams <dan.j.williams@intel.com>
5643 S: Odd fixes
5644 F: drivers/dma/iop-adma.c
5645
5646 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5647 M: Krzysztof Halasa <khalasa@piap.pl>
5648 S: Maintained
5649 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5650 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5651 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5652 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5653 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5654 F: drivers/net/wan/ixp4xx_hss.c
5655
5656 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5657 M: Deepak Saxena <dsaxena@plexity.net>
5658 S: Maintained
5659 F: drivers/char/hw_random/ixp4xx-rng.c
5660
5661 INTEL ETHERNET DRIVERS
5662 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5663 R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5664 R: Shannon Nelson <shannon.nelson@intel.com>
5665 R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5666 R: Don Skidmore <donald.c.skidmore@intel.com>
5667 R: Bruce Allan <bruce.w.allan@intel.com>
5668 R: John Ronciak <john.ronciak@intel.com>
5669 R: Mitch Williams <mitch.a.williams@intel.com>
5670 L: intel-wired-lan@lists.osuosl.org
5671 W: http://www.intel.com/support/feedback.htm
5672 W: http://e1000.sourceforge.net/
5673 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5676 S: Supported
5677 F: Documentation/networking/e100.txt
5678 F: Documentation/networking/e1000.txt
5679 F: Documentation/networking/e1000e.txt
5680 F: Documentation/networking/igb.txt
5681 F: Documentation/networking/igbvf.txt
5682 F: Documentation/networking/ixgb.txt
5683 F: Documentation/networking/ixgbe.txt
5684 F: Documentation/networking/ixgbevf.txt
5685 F: Documentation/networking/i40e.txt
5686 F: Documentation/networking/i40evf.txt
5687 F: drivers/net/ethernet/intel/
5688 F: drivers/net/ethernet/intel/*/
5689
5690 INTEL-MID GPIO DRIVER
5691 M: David Cohen <david.a.cohen@linux.intel.com>
5692 L: linux-gpio@vger.kernel.org
5693 S: Maintained
5694 F: drivers/gpio/gpio-intel-mid.c
5695
5696 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5697 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5698 L: linux-wireless@vger.kernel.org
5699 S: Maintained
5700 F: Documentation/networking/README.ipw2100
5701 F: Documentation/networking/README.ipw2200
5702 F: drivers/net/wireless/intel/ipw2x00/
5703
5704 INTEL(R) TRACE HUB
5705 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5706 S: Supported
5707 F: Documentation/trace/intel_th.txt
5708 F: drivers/hwtracing/intel_th/
5709
5710 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5711 M: Ning Sun <ning.sun@intel.com>
5712 L: tboot-devel@lists.sourceforge.net
5713 W: http://tboot.sourceforge.net
5714 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5715 S: Supported
5716 F: Documentation/intel_txt.txt
5717 F: include/linux/tboot.h
5718 F: arch/x86/kernel/tboot.c
5719
5720 INTEL WIRELESS WIMAX CONNECTION 2400
5721 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5722 M: linux-wimax@intel.com
5723 L: wimax@linuxwimax.org (subscribers-only)
5724 S: Supported
5725 W: http://linuxwimax.org
5726 F: Documentation/wimax/README.i2400m
5727 F: drivers/net/wimax/i2400m/
5728 F: include/uapi/linux/wimax/i2400m.h
5729
5730 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5731 M: Stanislaw Gruszka <sgruszka@redhat.com>
5732 L: linux-wireless@vger.kernel.org
5733 S: Supported
5734 F: drivers/net/wireless/intel/iwlegacy/
5735
5736 INTEL WIRELESS WIFI LINK (iwlwifi)
5737 M: Johannes Berg <johannes.berg@intel.com>
5738 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5739 M: Intel Linux Wireless <linuxwifi@intel.com>
5740 L: linux-wireless@vger.kernel.org
5741 W: http://intellinuxwireless.org
5742 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5743 S: Supported
5744 F: drivers/net/wireless/intel/iwlwifi/
5745
5746 INTEL MANAGEMENT ENGINE (mei)
5747 M: Tomas Winkler <tomas.winkler@intel.com>
5748 L: linux-kernel@vger.kernel.org
5749 S: Supported
5750 F: include/uapi/linux/mei.h
5751 F: include/linux/mei_cl_bus.h
5752 F: drivers/misc/mei/*
5753 F: Documentation/misc-devices/mei/*
5754
5755 INTEL MIC DRIVERS (mic)
5756 M: Sudeep Dutt <sudeep.dutt@intel.com>
5757 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5758 S: Supported
5759 W: https://github.com/sudeepdutt/mic
5760 W: http://software.intel.com/en-us/mic-developer
5761 F: include/linux/mic_bus.h
5762 F: include/linux/scif.h
5763 F: include/uapi/linux/mic_common.h
5764 F: include/uapi/linux/mic_ioctl.h
5765 F: include/uapi/linux/scif_ioctl.h
5766 F: drivers/misc/mic/
5767 F: drivers/dma/mic_x100_dma.c
5768 F: drivers/dma/mic_x100_dma.h
5769 F: Documentation/mic/
5770
5771 INTEL PMC/P-Unit IPC DRIVER
5772 M: Zha Qipeng<qipeng.zha@intel.com>
5773 L: platform-driver-x86@vger.kernel.org
5774 S: Maintained
5775 F: drivers/platform/x86/intel_pmc_ipc.c
5776 F: drivers/platform/x86/intel_punit_ipc.c
5777 F: arch/x86/include/asm/intel_pmc_ipc.h
5778 F: arch/x86/include/asm/intel_punit_ipc.h
5779
5780 INTEL TELEMETRY DRIVER
5781 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5782 L: platform-driver-x86@vger.kernel.org
5783 S: Maintained
5784 F: arch/x86/include/asm/intel_telemetry.h
5785 F: drivers/platform/x86/intel_telemetry*
5786
5787 IOC3 ETHERNET DRIVER
5788 M: Ralf Baechle <ralf@linux-mips.org>
5789 L: linux-mips@linux-mips.org
5790 S: Maintained
5791 F: drivers/net/ethernet/sgi/ioc3-eth.c
5792
5793 IOC3 SERIAL DRIVER
5794 M: Pat Gefre <pfg@sgi.com>
5795 L: linux-serial@vger.kernel.org
5796 S: Maintained
5797 F: drivers/tty/serial/ioc3_serial.c
5798
5799 IOMMU DRIVERS
5800 M: Joerg Roedel <joro@8bytes.org>
5801 L: iommu@lists.linux-foundation.org
5802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5803 S: Maintained
5804 F: drivers/iommu/
5805
5806 IP MASQUERADING
5807 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5808 S: Maintained
5809 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5810
5811 IPATH DRIVER
5812 M: Mike Marciniszyn <infinipath@intel.com>
5813 L: linux-rdma@vger.kernel.org
5814 S: Maintained
5815 F: drivers/staging/rdma/ipath/
5816
5817 IPMI SUBSYSTEM
5818 M: Corey Minyard <minyard@acm.org>
5819 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5820 W: http://openipmi.sourceforge.net/
5821 S: Supported
5822 F: Documentation/IPMI.txt
5823 F: drivers/char/ipmi/
5824 F: include/linux/ipmi*
5825 F: include/uapi/linux/ipmi*
5826
5827 QCOM AUDIO (ASoC) DRIVERS
5828 M: Patrick Lai <plai@codeaurora.org>
5829 M: Banajit Goswami <bgoswami@codeaurora.org>
5830 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5831 S: Supported
5832 F: sound/soc/qcom/
5833
5834 IPS SCSI RAID DRIVER
5835 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5836 L: linux-scsi@vger.kernel.org
5837 W: http://www.adaptec.com/
5838 S: Maintained
5839 F: drivers/scsi/ips*
5840
5841 IPVS
5842 M: Wensong Zhang <wensong@linux-vs.org>
5843 M: Simon Horman <horms@verge.net.au>
5844 M: Julian Anastasov <ja@ssi.bg>
5845 L: netdev@vger.kernel.org
5846 L: lvs-devel@vger.kernel.org
5847 S: Maintained
5848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5850 F: Documentation/networking/ipvs-sysctl.txt
5851 F: include/net/ip_vs.h
5852 F: include/uapi/linux/ip_vs.h
5853 F: net/netfilter/ipvs/
5854
5855 IPWIRELESS DRIVER
5856 M: Jiri Kosina <jikos@kernel.org>
5857 M: David Sterba <dsterba@suse.com>
5858 S: Odd Fixes
5859 F: drivers/tty/ipwireless/
5860
5861 IPX NETWORK LAYER
5862 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5863 L: netdev@vger.kernel.org
5864 S: Maintained
5865 F: include/net/ipx.h
5866 F: include/uapi/linux/ipx.h
5867 F: net/ipx/
5868
5869 IRDA SUBSYSTEM
5870 M: Samuel Ortiz <samuel@sortiz.org>
5871 L: irda-users@lists.sourceforge.net (subscribers-only)
5872 L: netdev@vger.kernel.org
5873 W: http://irda.sourceforge.net/
5874 S: Maintained
5875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5876 F: Documentation/networking/irda.txt
5877 F: drivers/net/irda/
5878 F: include/net/irda/
5879 F: net/irda/
5880
5881 IRQ SUBSYSTEM
5882 M: Thomas Gleixner <tglx@linutronix.de>
5883 L: linux-kernel@vger.kernel.org
5884 S: Maintained
5885 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5886 F: kernel/irq/
5887
5888 IRQCHIP DRIVERS
5889 M: Thomas Gleixner <tglx@linutronix.de>
5890 M: Jason Cooper <jason@lakedaemon.net>
5891 M: Marc Zyngier <marc.zyngier@arm.com>
5892 L: linux-kernel@vger.kernel.org
5893 S: Maintained
5894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5895 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5896 F: Documentation/devicetree/bindings/interrupt-controller/
5897 F: drivers/irqchip/
5898
5899 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5900 M: Jiang Liu <jiang.liu@linux.intel.com>
5901 M: Marc Zyngier <marc.zyngier@arm.com>
5902 S: Maintained
5903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5904 F: Documentation/IRQ-domain.txt
5905 F: include/linux/irqdomain.h
5906 F: kernel/irq/irqdomain.c
5907 F: kernel/irq/msi.c
5908
5909 ISAPNP
5910 M: Jaroslav Kysela <perex@perex.cz>
5911 S: Maintained
5912 F: Documentation/isapnp.txt
5913 F: drivers/pnp/isapnp/
5914 F: include/linux/isapnp.h
5915
5916 ISA RADIO MODULE
5917 M: Hans Verkuil <hverkuil@xs4all.nl>
5918 L: linux-media@vger.kernel.org
5919 T: git git://linuxtv.org/media_tree.git
5920 W: https://linuxtv.org
5921 S: Maintained
5922 F: drivers/media/radio/radio-isa*
5923
5924 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5925 M: Peter Jones <pjones@redhat.com>
5926 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5927 S: Maintained
5928 F: drivers/firmware/iscsi_ibft*
5929
5930 ISCSI
5931 M: Mike Christie <michaelc@cs.wisc.edu>
5932 L: open-iscsi@googlegroups.com
5933 W: www.open-iscsi.org
5934 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5935 S: Maintained
5936 F: drivers/scsi/*iscsi*
5937 F: include/scsi/*iscsi*
5938
5939 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5940 M: Or Gerlitz <ogerlitz@mellanox.com>
5941 M: Sagi Grimberg <sagig@mellanox.com>
5942 M: Roi Dayan <roid@mellanox.com>
5943 L: linux-rdma@vger.kernel.org
5944 S: Supported
5945 W: http://www.openfabrics.org
5946 W: www.open-iscsi.org
5947 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5948 F: drivers/infiniband/ulp/iser/
5949
5950 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5951 M: Sagi Grimberg <sagig@mellanox.com>
5952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5953 L: linux-rdma@vger.kernel.org
5954 L: target-devel@vger.kernel.org
5955 S: Supported
5956 W: http://www.linux-iscsi.org
5957 F: drivers/infiniband/ulp/isert
5958
5959 ISDN SUBSYSTEM
5960 M: Karsten Keil <isdn@linux-pingi.de>
5961 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5962 L: netdev@vger.kernel.org
5963 W: http://www.isdn4linux.de
5964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5965 S: Maintained
5966 F: Documentation/isdn/
5967 F: drivers/isdn/
5968 F: include/linux/isdn.h
5969 F: include/linux/isdn/
5970 F: include/uapi/linux/isdn.h
5971 F: include/uapi/linux/isdn/
5972
5973 ISDN SUBSYSTEM (Eicon active card driver)
5974 M: Armin Schindler <mac@melware.de>
5975 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5976 W: http://www.melware.de
5977 S: Maintained
5978 F: drivers/isdn/hardware/eicon/
5979
5980 IT87 HARDWARE MONITORING DRIVER
5981 M: Jean Delvare <jdelvare@suse.com>
5982 L: lm-sensors@lm-sensors.org
5983 S: Maintained
5984 F: Documentation/hwmon/it87
5985 F: drivers/hwmon/it87.c
5986
5987 IT913X MEDIA DRIVER
5988 M: Antti Palosaari <crope@iki.fi>
5989 L: linux-media@vger.kernel.org
5990 W: https://linuxtv.org
5991 W: http://palosaari.fi/linux/
5992 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5993 T: git git://linuxtv.org/anttip/media_tree.git
5994 S: Maintained
5995 F: drivers/media/tuners/it913x*
5996
5997 IVTV VIDEO4LINUX DRIVER
5998 M: Andy Walls <awalls@md.metrocast.net>
5999 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6000 L: linux-media@vger.kernel.org
6001 T: git git://linuxtv.org/media_tree.git
6002 W: http://www.ivtvdriver.org
6003 S: Maintained
6004 F: Documentation/video4linux/*.ivtv
6005 F: drivers/media/pci/ivtv/
6006 F: include/uapi/linux/ivtv*
6007
6008 IX2505V MEDIA DRIVER
6009 M: Malcolm Priestley <tvboxspy@gmail.com>
6010 L: linux-media@vger.kernel.org
6011 W: https://linuxtv.org
6012 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6013 S: Maintained
6014 F: drivers/media/dvb-frontends/ix2505v*
6015
6016 JC42.4 TEMPERATURE SENSOR DRIVER
6017 M: Guenter Roeck <linux@roeck-us.net>
6018 L: lm-sensors@lm-sensors.org
6019 S: Maintained
6020 F: drivers/hwmon/jc42.c
6021 F: Documentation/hwmon/jc42
6022
6023 JFS FILESYSTEM
6024 M: Dave Kleikamp <shaggy@kernel.org>
6025 L: jfs-discussion@lists.sourceforge.net
6026 W: http://jfs.sourceforge.net/
6027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6028 S: Maintained
6029 F: Documentation/filesystems/jfs.txt
6030 F: fs/jfs/
6031
6032 JME NETWORK DRIVER
6033 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6034 L: netdev@vger.kernel.org
6035 S: Maintained
6036 F: drivers/net/ethernet/jme.*
6037
6038 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6039 M: David Woodhouse <dwmw2@infradead.org>
6040 L: linux-mtd@lists.infradead.org
6041 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6042 S: Maintained
6043 F: fs/jffs2/
6044 F: include/uapi/linux/jffs2.h
6045
6046 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6047 M: "Theodore Ts'o" <tytso@mit.edu>
6048 M: Jan Kara <jack@suse.com>
6049 L: linux-ext4@vger.kernel.org
6050 S: Maintained
6051 F: fs/jbd2/
6052 F: include/linux/jbd2.h
6053
6054 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6055 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6056 L: linux-media@vger.kernel.org
6057 S: Maintained
6058 F: drivers/media/platform/rcar_jpu.c
6059
6060 JSM Neo PCI based serial card
6061 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6062 L: linux-serial@vger.kernel.org
6063 S: Maintained
6064 F: drivers/tty/serial/jsm/
6065
6066 K10TEMP HARDWARE MONITORING DRIVER
6067 M: Clemens Ladisch <clemens@ladisch.de>
6068 L: lm-sensors@lm-sensors.org
6069 S: Maintained
6070 F: Documentation/hwmon/k10temp
6071 F: drivers/hwmon/k10temp.c
6072
6073 K8TEMP HARDWARE MONITORING DRIVER
6074 M: Rudolf Marek <r.marek@assembler.cz>
6075 L: lm-sensors@lm-sensors.org
6076 S: Maintained
6077 F: Documentation/hwmon/k8temp
6078 F: drivers/hwmon/k8temp.c
6079
6080 KCONFIG
6081 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6082 L: linux-kbuild@vger.kernel.org
6083 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6084 S: Maintained
6085 F: Documentation/kbuild/kconfig-language.txt
6086 F: scripts/kconfig/
6087
6088 KDUMP
6089 M: Vivek Goyal <vgoyal@redhat.com>
6090 M: Haren Myneni <hbabu@us.ibm.com>
6091 L: kexec@lists.infradead.org
6092 W: http://lse.sourceforge.net/kdump/
6093 S: Maintained
6094 F: Documentation/kdump/
6095
6096 KEENE FM RADIO TRANSMITTER DRIVER
6097 M: Hans Verkuil <hverkuil@xs4all.nl>
6098 L: linux-media@vger.kernel.org
6099 T: git git://linuxtv.org/media_tree.git
6100 W: https://linuxtv.org
6101 S: Maintained
6102 F: drivers/media/radio/radio-keene*
6103
6104 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6105 M: Ian Kent <raven@themaw.net>
6106 L: autofs@vger.kernel.org
6107 S: Maintained
6108 F: fs/autofs4/
6109
6110 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6111 M: Michal Marek <mmarek@suse.com>
6112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6113 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6114 L: linux-kbuild@vger.kernel.org
6115 S: Maintained
6116 F: Documentation/kbuild/
6117 F: Makefile
6118 F: scripts/Makefile.*
6119 F: scripts/basic/
6120 F: scripts/mk*
6121 F: scripts/package/
6122
6123 KERNEL JANITORS
6124 L: kernel-janitors@vger.kernel.org
6125 W: http://kernelnewbies.org/KernelJanitors
6126 S: Odd Fixes
6127
6128 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6129 M: "J. Bruce Fields" <bfields@fieldses.org>
6130 M: Jeff Layton <jlayton@poochiereds.net>
6131 L: linux-nfs@vger.kernel.org
6132 W: http://nfs.sourceforge.net/
6133 T: git git://linux-nfs.org/~bfields/linux.git
6134 S: Supported
6135 F: fs/nfsd/
6136 F: include/uapi/linux/nfsd/
6137 F: fs/lockd/
6138 F: fs/nfs_common/
6139 F: net/sunrpc/
6140 F: include/linux/lockd/
6141 F: include/linux/sunrpc/
6142 F: include/uapi/linux/sunrpc/
6143
6144 KERNEL SELFTEST FRAMEWORK
6145 M: Shuah Khan <shuahkh@osg.samsung.com>
6146 L: linux-api@vger.kernel.org
6147 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6148 S: Maintained
6149 F: tools/testing/selftests
6150
6151 KERNEL VIRTUAL MACHINE (KVM)
6152 M: Gleb Natapov <gleb@kernel.org>
6153 M: Paolo Bonzini <pbonzini@redhat.com>
6154 L: kvm@vger.kernel.org
6155 W: http://www.linux-kvm.org
6156 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6157 S: Supported
6158 F: Documentation/*/kvm*.txt
6159 F: Documentation/virtual/kvm/
6160 F: arch/*/kvm/
6161 F: arch/x86/kernel/kvm.c
6162 F: arch/x86/kernel/kvmclock.c
6163 F: arch/*/include/asm/kvm*
6164 F: include/linux/kvm*
6165 F: include/uapi/linux/kvm*
6166 F: virt/kvm/
6167
6168 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6169 M: Joerg Roedel <joro@8bytes.org>
6170 L: kvm@vger.kernel.org
6171 W: http://www.linux-kvm.org/
6172 S: Maintained
6173 F: arch/x86/include/asm/svm.h
6174 F: arch/x86/kvm/svm.c
6175
6176 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6177 M: Alexander Graf <agraf@suse.com>
6178 L: kvm-ppc@vger.kernel.org
6179 W: http://www.linux-kvm.org/
6180 T: git git://github.com/agraf/linux-2.6.git
6181 S: Supported
6182 F: arch/powerpc/include/asm/kvm*
6183 F: arch/powerpc/kvm/
6184
6185 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6186 M: Christian Borntraeger <borntraeger@de.ibm.com>
6187 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6188 L: linux-s390@vger.kernel.org
6189 W: http://www.ibm.com/developerworks/linux/linux390/
6190 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6191 S: Supported
6192 F: Documentation/s390/kvm.txt
6193 F: arch/s390/include/asm/kvm*
6194 F: arch/s390/kvm/
6195
6196 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6197 M: Christoffer Dall <christoffer.dall@linaro.org>
6198 M: Marc Zyngier <marc.zyngier@arm.com>
6199 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6200 L: kvmarm@lists.cs.columbia.edu
6201 W: http://systems.cs.columbia.edu/projects/kvm-arm
6202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6203 S: Supported
6204 F: arch/arm/include/uapi/asm/kvm*
6205 F: arch/arm/include/asm/kvm*
6206 F: arch/arm/kvm/
6207 F: virt/kvm/arm/
6208 F: include/kvm/arm_*
6209
6210 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6211 M: Christoffer Dall <christoffer.dall@linaro.org>
6212 M: Marc Zyngier <marc.zyngier@arm.com>
6213 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6214 L: kvmarm@lists.cs.columbia.edu
6215 S: Maintained
6216 F: arch/arm64/include/uapi/asm/kvm*
6217 F: arch/arm64/include/asm/kvm*
6218 F: arch/arm64/kvm/
6219
6220 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6221 M: James Hogan <james.hogan@imgtec.com>
6222 L: linux-mips@linux-mips.org
6223 S: Supported
6224 F: arch/mips/include/uapi/asm/kvm*
6225 F: arch/mips/include/asm/kvm*
6226 F: arch/mips/kvm/
6227
6228 KEXEC
6229 M: Eric Biederman <ebiederm@xmission.com>
6230 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6231 L: kexec@lists.infradead.org
6232 S: Maintained
6233 F: include/linux/kexec.h
6234 F: include/uapi/linux/kexec.h
6235 F: kernel/kexec.c
6236
6237 KEYS/KEYRINGS:
6238 M: David Howells <dhowells@redhat.com>
6239 L: keyrings@vger.kernel.org
6240 S: Maintained
6241 F: Documentation/security/keys.txt
6242 F: include/linux/key.h
6243 F: include/linux/key-type.h
6244 F: include/keys/
6245 F: security/keys/
6246
6247 KEYS-TRUSTED
6248 M: David Safford <safford@us.ibm.com>
6249 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6250 L: linux-security-module@vger.kernel.org
6251 L: keyrings@vger.kernel.org
6252 S: Supported
6253 F: Documentation/security/keys-trusted-encrypted.txt
6254 F: include/keys/trusted-type.h
6255 F: security/keys/trusted.c
6256 F: security/keys/trusted.h
6257
6258 KEYS-ENCRYPTED
6259 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6260 M: David Safford <safford@us.ibm.com>
6261 L: linux-security-module@vger.kernel.org
6262 L: keyrings@vger.kernel.org
6263 S: Supported
6264 F: Documentation/security/keys-trusted-encrypted.txt
6265 F: include/keys/encrypted-type.h
6266 F: security/keys/encrypted-keys/
6267
6268 KGDB / KDB /debug_core
6269 M: Jason Wessel <jason.wessel@windriver.com>
6270 W: http://kgdb.wiki.kernel.org/
6271 L: kgdb-bugreport@lists.sourceforge.net
6272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6273 S: Maintained
6274 F: Documentation/DocBook/kgdb.tmpl
6275 F: drivers/misc/kgdbts.c
6276 F: drivers/tty/serial/kgdboc.c
6277 F: include/linux/kdb.h
6278 F: include/linux/kgdb.h
6279 F: kernel/debug/
6280
6281 KMEMCHECK
6282 M: Vegard Nossum <vegardno@ifi.uio.no>
6283 M: Pekka Enberg <penberg@kernel.org>
6284 S: Maintained
6285 F: Documentation/kmemcheck.txt
6286 F: arch/x86/include/asm/kmemcheck.h
6287 F: arch/x86/mm/kmemcheck/
6288 F: include/linux/kmemcheck.h
6289 F: mm/kmemcheck.c
6290
6291 KMEMLEAK
6292 M: Catalin Marinas <catalin.marinas@arm.com>
6293 S: Maintained
6294 F: Documentation/kmemleak.txt
6295 F: include/linux/kmemleak.h
6296 F: mm/kmemleak.c
6297 F: mm/kmemleak-test.c
6298
6299 KPROBES
6300 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6301 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6302 M: "David S. Miller" <davem@davemloft.net>
6303 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6304 S: Maintained
6305 F: Documentation/kprobes.txt
6306 F: include/linux/kprobes.h
6307 F: kernel/kprobes.c
6308
6309 KS0108 LCD CONTROLLER DRIVER
6310 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6311 W: http://miguelojeda.es/auxdisplay.htm
6312 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6313 S: Maintained
6314 F: Documentation/auxdisplay/ks0108
6315 F: drivers/auxdisplay/ks0108.c
6316 F: include/linux/ks0108.h
6317
6318 L3MDEV
6319 M: David Ahern <dsa@cumulusnetworks.com>
6320 L: netdev@vger.kernel.org
6321 S: Maintained
6322 F: net/l3mdev
6323 F: include/net/l3mdev.h
6324
6325 LANTIQ MIPS ARCHITECTURE
6326 M: John Crispin <blogic@openwrt.org>
6327 L: linux-mips@linux-mips.org
6328 S: Maintained
6329 F: arch/mips/lantiq
6330
6331 LAPB module
6332 L: linux-x25@vger.kernel.org
6333 S: Orphan
6334 F: Documentation/networking/lapb-module.txt
6335 F: include/*/lapb.h
6336 F: net/lapb/
6337
6338 LASI 53c700 driver for PARISC
6339 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6340 L: linux-scsi@vger.kernel.org
6341 S: Maintained
6342 F: Documentation/scsi/53c700.txt
6343 F: drivers/scsi/53c700*
6344
6345 LED SUBSYSTEM
6346 M: Richard Purdie <rpurdie@rpsys.net>
6347 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6348 L: linux-leds@vger.kernel.org
6349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6350 S: Maintained
6351 F: drivers/leds/
6352 F: include/linux/leds.h
6353
6354 LEGACY EEPROM DRIVER
6355 M: Jean Delvare <jdelvare@suse.com>
6356 S: Maintained
6357 F: Documentation/misc-devices/eeprom
6358 F: drivers/misc/eeprom/eeprom.c
6359
6360 LEGO USB Tower driver
6361 M: Juergen Stuber <starblue@users.sourceforge.net>
6362 L: legousb-devel@lists.sourceforge.net
6363 W: http://legousb.sourceforge.net/
6364 S: Maintained
6365 F: drivers/usb/misc/legousbtower.c
6366
6367 LG2160 MEDIA DRIVER
6368 M: Michael Krufky <mkrufky@linuxtv.org>
6369 L: linux-media@vger.kernel.org
6370 W: https://linuxtv.org
6371 W: http://github.com/mkrufky
6372 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6373 T: git git://linuxtv.org/mkrufky/tuners.git
6374 S: Maintained
6375 F: drivers/media/dvb-frontends/lg2160.*
6376
6377 LGDT3305 MEDIA DRIVER
6378 M: Michael Krufky <mkrufky@linuxtv.org>
6379 L: linux-media@vger.kernel.org
6380 W: https://linuxtv.org
6381 W: http://github.com/mkrufky
6382 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6383 T: git git://linuxtv.org/mkrufky/tuners.git
6384 S: Maintained
6385 F: drivers/media/dvb-frontends/lgdt3305.*
6386
6387 LGUEST
6388 M: Rusty Russell <rusty@rustcorp.com.au>
6389 L: lguest@lists.ozlabs.org
6390 W: http://lguest.ozlabs.org/
6391 S: Odd Fixes
6392 F: arch/x86/include/asm/lguest*.h
6393 F: arch/x86/lguest/
6394 F: drivers/lguest/
6395 F: include/linux/lguest*.h
6396 F: tools/lguest/
6397
6398 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6399 M: Tejun Heo <tj@kernel.org>
6400 L: linux-ide@vger.kernel.org
6401 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6402 S: Maintained
6403 F: drivers/ata/
6404 F: include/linux/ata.h
6405 F: include/linux/libata.h
6406
6407 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6408 M: Viresh Kumar <vireshk@kernel.org>
6409 L: linux-ide@vger.kernel.org
6410 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6411 S: Maintained
6412 F: include/linux/pata_arasan_cf_data.h
6413 F: drivers/ata/pata_arasan_cf.c
6414
6415 LIBATA PATA DRIVERS
6416 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6417 M: Tejun Heo <tj@kernel.org>
6418 L: linux-ide@vger.kernel.org
6419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6420 S: Maintained
6421 F: drivers/ata/pata_*.c
6422 F: drivers/ata/ata_generic.c
6423
6424 LIBATA SATA AHCI PLATFORM devices support
6425 M: Hans de Goede <hdegoede@redhat.com>
6426 M: Tejun Heo <tj@kernel.org>
6427 L: linux-ide@vger.kernel.org
6428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6429 S: Maintained
6430 F: drivers/ata/ahci_platform.c
6431 F: drivers/ata/libahci_platform.c
6432 F: include/linux/ahci_platform.h
6433
6434 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6435 M: Mikael Pettersson <mikpelinux@gmail.com>
6436 L: linux-ide@vger.kernel.org
6437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6438 S: Maintained
6439 F: drivers/ata/sata_promise.*
6440
6441 LIBLOCKDEP
6442 M: Sasha Levin <sasha.levin@oracle.com>
6443 S: Maintained
6444 F: tools/lib/lockdep/
6445
6446 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6447 M: Dan Williams <dan.j.williams@intel.com>
6448 L: linux-nvdimm@lists.01.org
6449 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6451 S: Supported
6452 F: drivers/nvdimm/*
6453 F: include/linux/nd.h
6454 F: include/linux/libnvdimm.h
6455 F: include/uapi/linux/ndctl.h
6456
6457 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6458 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6459 L: linux-nvdimm@lists.01.org
6460 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6461 S: Supported
6462 F: drivers/nvdimm/blk.c
6463 F: drivers/nvdimm/region_devs.c
6464 F: drivers/acpi/nfit*
6465
6466 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6467 M: Vishal Verma <vishal.l.verma@intel.com>
6468 L: linux-nvdimm@lists.01.org
6469 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6470 S: Supported
6471 F: drivers/nvdimm/btt*
6472
6473 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6474 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6475 L: linux-nvdimm@lists.01.org
6476 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6477 S: Supported
6478 F: drivers/nvdimm/pmem.c
6479 F: include/linux/pmem.h
6480 F: arch/*/include/asm/pmem.h
6481
6482 LIGHTNVM PLATFORM SUPPORT
6483 M: Matias Bjorling <mb@lightnvm.io>
6484 W: http://github/OpenChannelSSD
6485 L: linux-block@vger.kernel.org
6486 S: Maintained
6487 F: drivers/lightnvm/
6488 F: include/linux/lightnvm.h
6489 F: include/uapi/linux/lightnvm.h
6490
6491 LINUX FOR IBM pSERIES (RS/6000)
6492 M: Paul Mackerras <paulus@au.ibm.com>
6493 W: http://www.ibm.com/linux/ltc/projects/ppc
6494 S: Supported
6495 F: arch/powerpc/boot/rs6000.h
6496
6497 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6498 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6499 M: Paul Mackerras <paulus@samba.org>
6500 M: Michael Ellerman <mpe@ellerman.id.au>
6501 W: http://www.penguinppc.org/
6502 L: linuxppc-dev@lists.ozlabs.org
6503 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6505 S: Supported
6506 F: Documentation/powerpc/
6507 F: arch/powerpc/
6508
6509 LINUX FOR POWER MACINTOSH
6510 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6511 W: http://www.penguinppc.org/
6512 L: linuxppc-dev@lists.ozlabs.org
6513 S: Maintained
6514 F: arch/powerpc/platforms/powermac/
6515 F: drivers/macintosh/
6516
6517 LINUX FOR POWERPC EMBEDDED MPC5XXX
6518 M: Anatolij Gustschin <agust@denx.de>
6519 L: linuxppc-dev@lists.ozlabs.org
6520 T: git git://git.denx.de/linux-denx-agust.git
6521 S: Maintained
6522 F: arch/powerpc/platforms/512x/
6523 F: arch/powerpc/platforms/52xx/
6524
6525 LINUX FOR POWERPC EMBEDDED PPC4XX
6526 M: Alistair Popple <alistair@popple.id.au>
6527 M: Matt Porter <mporter@kernel.crashing.org>
6528 W: http://www.penguinppc.org/
6529 L: linuxppc-dev@lists.ozlabs.org
6530 S: Maintained
6531 F: arch/powerpc/platforms/40x/
6532 F: arch/powerpc/platforms/44x/
6533
6534 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6535 L: linuxppc-dev@lists.ozlabs.org
6536 S: Orphan
6537 F: arch/powerpc/*/*virtex*
6538 F: arch/powerpc/*/*/*virtex*
6539
6540 LINUX FOR POWERPC EMBEDDED PPC8XX
6541 M: Vitaly Bordug <vitb@kernel.crashing.org>
6542 W: http://www.penguinppc.org/
6543 L: linuxppc-dev@lists.ozlabs.org
6544 S: Maintained
6545 F: arch/powerpc/platforms/8xx/
6546
6547 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6548 M: Scott Wood <oss@buserror.net>
6549 M: Kumar Gala <galak@kernel.crashing.org>
6550 W: http://www.penguinppc.org/
6551 L: linuxppc-dev@lists.ozlabs.org
6552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6553 S: Maintained
6554 F: arch/powerpc/platforms/83xx/
6555 F: arch/powerpc/platforms/85xx/
6556
6557 LINUX FOR POWERPC PA SEMI PWRFICIENT
6558 M: Olof Johansson <olof@lixom.net>
6559 L: linuxppc-dev@lists.ozlabs.org
6560 S: Maintained
6561 F: arch/powerpc/platforms/pasemi/
6562 F: drivers/*/*pasemi*
6563 F: drivers/*/*/*pasemi*
6564
6565 LINUX SECURITY MODULE (LSM) FRAMEWORK
6566 M: Chris Wright <chrisw@sous-sol.org>
6567 L: linux-security-module@vger.kernel.org
6568 S: Supported
6569
6570 LIS3LV02D ACCELEROMETER DRIVER
6571 M: Eric Piel <eric.piel@tremplin-utc.net>
6572 S: Maintained
6573 F: Documentation/misc-devices/lis3lv02d
6574 F: drivers/misc/lis3lv02d/
6575 F: drivers/platform/x86/hp_accel.c
6576
6577 LIVE PATCHING
6578 M: Josh Poimboeuf <jpoimboe@redhat.com>
6579 M: Seth Jennings <sjenning@redhat.com>
6580 M: Jiri Kosina <jikos@kernel.org>
6581 M: Vojtech Pavlik <vojtech@suse.com>
6582 S: Maintained
6583 F: kernel/livepatch/
6584 F: include/linux/livepatch.h
6585 F: arch/x86/include/asm/livepatch.h
6586 F: arch/x86/kernel/livepatch.c
6587 F: Documentation/ABI/testing/sysfs-kernel-livepatch
6588 F: samples/livepatch/
6589 L: live-patching@vger.kernel.org
6590 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6591
6592 LLC (802.2)
6593 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6594 S: Maintained
6595 F: include/linux/llc.h
6596 F: include/uapi/linux/llc.h
6597 F: include/net/llc*
6598 F: net/llc/
6599
6600 LM73 HARDWARE MONITOR DRIVER
6601 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6602 L: lm-sensors@lm-sensors.org
6603 S: Maintained
6604 F: drivers/hwmon/lm73.c
6605
6606 LM78 HARDWARE MONITOR DRIVER
6607 M: Jean Delvare <jdelvare@suse.com>
6608 L: lm-sensors@lm-sensors.org
6609 S: Maintained
6610 F: Documentation/hwmon/lm78
6611 F: drivers/hwmon/lm78.c
6612
6613 LM83 HARDWARE MONITOR DRIVER
6614 M: Jean Delvare <jdelvare@suse.com>
6615 L: lm-sensors@lm-sensors.org
6616 S: Maintained
6617 F: Documentation/hwmon/lm83
6618 F: drivers/hwmon/lm83.c
6619
6620 LM90 HARDWARE MONITOR DRIVER
6621 M: Jean Delvare <jdelvare@suse.com>
6622 L: lm-sensors@lm-sensors.org
6623 S: Maintained
6624 F: Documentation/hwmon/lm90
6625 F: Documentation/devicetree/bindings/hwmon/lm90.txt
6626 F: drivers/hwmon/lm90.c
6627
6628 LM95234 HARDWARE MONITOR DRIVER
6629 M: Guenter Roeck <linux@roeck-us.net>
6630 L: lm-sensors@lm-sensors.org
6631 S: Maintained
6632 F: Documentation/hwmon/lm95234
6633 F: drivers/hwmon/lm95234.c
6634
6635 LME2510 MEDIA DRIVER
6636 M: Malcolm Priestley <tvboxspy@gmail.com>
6637 L: linux-media@vger.kernel.org
6638 W: https://linuxtv.org
6639 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6640 S: Maintained
6641 F: drivers/media/usb/dvb-usb-v2/lmedm04*
6642
6643 LOCKDEP AND LOCKSTAT
6644 M: Peter Zijlstra <peterz@infradead.org>
6645 M: Ingo Molnar <mingo@redhat.com>
6646 L: linux-kernel@vger.kernel.org
6647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6648 S: Maintained
6649 F: Documentation/locking/lockdep*.txt
6650 F: Documentation/locking/lockstat.txt
6651 F: include/linux/lockdep.h
6652 F: kernel/locking/
6653
6654 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6655 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6656 L: linux-ntfs-dev@lists.sourceforge.net
6657 W: http://www.linux-ntfs.org/content/view/19/37/
6658 S: Maintained
6659 F: Documentation/ldm.txt
6660 F: block/partitions/ldm.*
6661
6662 LogFS
6663 M: Joern Engel <joern@logfs.org>
6664 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6665 L: logfs@logfs.org
6666 W: logfs.org
6667 S: Maintained
6668 F: fs/logfs/
6669
6670 LPC32XX MACHINE SUPPORT
6671 M: Roland Stigge <stigge@antcom.de>
6672 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6673 S: Maintained
6674 F: arch/arm/mach-lpc32xx/
6675
6676 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6677 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6678 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6679 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6680 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6681 L: MPT-FusionLinux.pdl@avagotech.com
6682 L: linux-scsi@vger.kernel.org
6683 W: http://www.lsilogic.com/support
6684 S: Supported
6685 F: drivers/message/fusion/
6686 F: drivers/scsi/mpt2sas/
6687 F: drivers/scsi/mpt3sas/
6688
6689 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6690 M: Matthew Wilcox <matthew@wil.cx>
6691 L: linux-scsi@vger.kernel.org
6692 S: Maintained
6693 F: drivers/scsi/sym53c8xx_2/
6694
6695 LTC4261 HARDWARE MONITOR DRIVER
6696 M: Guenter Roeck <linux@roeck-us.net>
6697 L: lm-sensors@lm-sensors.org
6698 S: Maintained
6699 F: Documentation/hwmon/ltc4261
6700 F: drivers/hwmon/ltc4261.c
6701
6702 LTP (Linux Test Project)
6703 M: Mike Frysinger <vapier@gentoo.org>
6704 M: Cyril Hrubis <chrubis@suse.cz>
6705 M: Wanlong Gao <wanlong.gao@gmail.com>
6706 M: Jan Stancek <jstancek@redhat.com>
6707 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6708 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6709 L: ltp@lists.linux.it (subscribers-only)
6710 W: http://linux-test-project.github.io/
6711 T: git git://github.com/linux-test-project/ltp.git
6712 S: Maintained
6713
6714 M32R ARCHITECTURE
6715 W: http://www.linux-m32r.org/
6716 S: Orphan
6717 F: arch/m32r/
6718
6719 M68K ARCHITECTURE
6720 M: Geert Uytterhoeven <geert@linux-m68k.org>
6721 L: linux-m68k@lists.linux-m68k.org
6722 W: http://www.linux-m68k.org/
6723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6724 S: Maintained
6725 F: arch/m68k/
6726 F: drivers/zorro/
6727
6728 M68K ON APPLE MACINTOSH
6729 M: Joshua Thompson <funaho@jurai.org>
6730 W: http://www.mac.linux-m68k.org/
6731 L: linux-m68k@lists.linux-m68k.org
6732 S: Maintained
6733 F: arch/m68k/mac/
6734
6735 M68K ON HP9000/300
6736 M: Philip Blundell <philb@gnu.org>
6737 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6738 S: Maintained
6739 F: arch/m68k/hp300/
6740
6741 M88DS3103 MEDIA DRIVER
6742 M: Antti Palosaari <crope@iki.fi>
6743 L: linux-media@vger.kernel.org
6744 W: https://linuxtv.org
6745 W: http://palosaari.fi/linux/
6746 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6747 T: git git://linuxtv.org/anttip/media_tree.git
6748 S: Maintained
6749 F: drivers/media/dvb-frontends/m88ds3103*
6750
6751 M88RS2000 MEDIA DRIVER
6752 M: Malcolm Priestley <tvboxspy@gmail.com>
6753 L: linux-media@vger.kernel.org
6754 W: https://linuxtv.org
6755 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6756 S: Maintained
6757 F: drivers/media/dvb-frontends/m88rs2000*
6758
6759 MA901 MASTERKIT USB FM RADIO DRIVER
6760 M: Alexey Klimov <klimov.linux@gmail.com>
6761 L: linux-media@vger.kernel.org
6762 T: git git://linuxtv.org/media_tree.git
6763 S: Maintained
6764 F: drivers/media/radio/radio-ma901.c
6765
6766 MAC80211
6767 M: Johannes Berg <johannes@sipsolutions.net>
6768 L: linux-wireless@vger.kernel.org
6769 W: http://wireless.kernel.org/
6770 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6771 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6772 S: Maintained
6773 F: Documentation/networking/mac80211-injection.txt
6774 F: include/net/mac80211.h
6775 F: net/mac80211/
6776
6777 MACVLAN DRIVER
6778 M: Patrick McHardy <kaber@trash.net>
6779 L: netdev@vger.kernel.org
6780 S: Maintained
6781 F: drivers/net/macvlan.c
6782 F: include/linux/if_macvlan.h
6783
6784 MAILBOX API
6785 M: Jassi Brar <jassisinghbrar@gmail.com>
6786 L: linux-kernel@vger.kernel.org
6787 S: Maintained
6788 F: drivers/mailbox/
6789 F: include/linux/mailbox_client.h
6790 F: include/linux/mailbox_controller.h
6791
6792 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6793 M: Michael Kerrisk <mtk.manpages@gmail.com>
6794 W: http://www.kernel.org/doc/man-pages
6795 L: linux-man@vger.kernel.org
6796 S: Maintained
6797
6798 MARVELL ARMADA DRM SUPPORT
6799 M: Russell King <rmk+kernel@arm.linux.org.uk>
6800 S: Maintained
6801 F: drivers/gpu/drm/armada/
6802
6803 MARVELL 88E6352 DSA support
6804 M: Guenter Roeck <linux@roeck-us.net>
6805 S: Maintained
6806 F: drivers/net/dsa/mv88e6352.c
6807
6808 MARVELL CRYPTO DRIVER
6809 M: Boris Brezillon <boris.brezillon@free-electrons.com>
6810 M: Arnaud Ebalard <arno@natisbad.org>
6811 F: drivers/crypto/marvell/
6812 S: Maintained
6813 L: linux-crypto@vger.kernel.org
6814
6815 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6816 M: Mirko Lindner <mlindner@marvell.com>
6817 M: Stephen Hemminger <stephen@networkplumber.org>
6818 L: netdev@vger.kernel.org
6819 S: Maintained
6820 F: drivers/net/ethernet/marvell/sk*
6821
6822 MARVELL LIBERTAS WIRELESS DRIVER
6823 L: libertas-dev@lists.infradead.org
6824 S: Orphan
6825 F: drivers/net/wireless/marvell/libertas/
6826
6827 MARVELL MV643XX ETHERNET DRIVER
6828 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6829 L: netdev@vger.kernel.org
6830 S: Maintained
6831 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6832 F: include/linux/mv643xx.h
6833
6834 MARVELL MVNETA ETHERNET DRIVER
6835 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6836 L: netdev@vger.kernel.org
6837 S: Maintained
6838 F: drivers/net/ethernet/marvell/mvneta.*
6839
6840 MARVELL MWIFIEX WIRELESS DRIVER
6841 M: Amitkumar Karwar <akarwar@marvell.com>
6842 M: Nishant Sarmukadam <nishants@marvell.com>
6843 L: linux-wireless@vger.kernel.org
6844 S: Maintained
6845 F: drivers/net/wireless/marvell/mwifiex/
6846
6847 MARVELL MWL8K WIRELESS DRIVER
6848 M: Lennert Buytenhek <buytenh@wantstofly.org>
6849 L: linux-wireless@vger.kernel.org
6850 S: Odd Fixes
6851 F: drivers/net/wireless/marvell/mwl8k.c
6852
6853 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6854 M: Nicolas Pitre <nico@fluxnic.net>
6855 S: Odd Fixes
6856 F: drivers/mmc/host/mvsdio.*
6857
6858 MATROX FRAMEBUFFER DRIVER
6859 L: linux-fbdev@vger.kernel.org
6860 S: Orphan
6861 F: drivers/video/fbdev/matrox/matroxfb_*
6862 F: include/uapi/linux/matroxfb.h
6863
6864 MAX16065 HARDWARE MONITOR DRIVER
6865 M: Guenter Roeck <linux@roeck-us.net>
6866 L: lm-sensors@lm-sensors.org
6867 S: Maintained
6868 F: Documentation/hwmon/max16065
6869 F: drivers/hwmon/max16065.c
6870
6871 MAX20751 HARDWARE MONITOR DRIVER
6872 M: Guenter Roeck <linux@roeck-us.net>
6873 L: lm-sensors@lm-sensors.org
6874 S: Maintained
6875 F: Documentation/hwmon/max20751
6876 F: drivers/hwmon/max20751.c
6877
6878 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6879 M: "Hans J. Koch" <hjk@hansjkoch.de>
6880 L: lm-sensors@lm-sensors.org
6881 S: Maintained
6882 F: Documentation/hwmon/max6650
6883 F: drivers/hwmon/max6650.c
6884
6885 MAX6697 HARDWARE MONITOR DRIVER
6886 M: Guenter Roeck <linux@roeck-us.net>
6887 L: lm-sensors@lm-sensors.org
6888 S: Maintained
6889 F: Documentation/hwmon/max6697
6890 F: Documentation/devicetree/bindings/i2c/max6697.txt
6891 F: drivers/hwmon/max6697.c
6892 F: include/linux/platform_data/max6697.h
6893
6894 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6895 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6896 L: linux-pm@vger.kernel.org
6897 S: Supported
6898 F: drivers/power/max14577_charger.c
6899 F: drivers/power/max77693_charger.c
6900
6901 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6902 M: Javier Martinez Canillas <javier@osg.samsung.com>
6903 L: linux-kernel@vger.kernel.org
6904 S: Supported
6905 F: drivers/*/*max77802.c
6906 F: Documentation/devicetree/bindings/*/*max77802.txt
6907 F: include/dt-bindings/*/*max77802.h
6908
6909 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6910 M: Chanwoo Choi <cw00.choi@samsung.com>
6911 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6912 L: linux-kernel@vger.kernel.org
6913 S: Supported
6914 F: drivers/*/max14577.c
6915 F: drivers/*/max77686.c
6916 F: drivers/*/max77693.c
6917 F: drivers/extcon/extcon-max14577.c
6918 F: drivers/extcon/extcon-max77693.c
6919 F: drivers/rtc/rtc-max77686.c
6920 F: drivers/clk/clk-max77686.c
6921 F: Documentation/devicetree/bindings/mfd/max14577.txt
6922 F: Documentation/devicetree/bindings/*/max77686.txt
6923 F: Documentation/devicetree/bindings/mfd/max77693.txt
6924 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6925 F: include/linux/mfd/max14577*.h
6926 F: include/linux/mfd/max77686*.h
6927 F: include/linux/mfd/max77693*.h
6928
6929 MAXIRADIO FM RADIO RECEIVER DRIVER
6930 M: Hans Verkuil <hverkuil@xs4all.nl>
6931 L: linux-media@vger.kernel.org
6932 T: git git://linuxtv.org/media_tree.git
6933 W: https://linuxtv.org
6934 S: Maintained
6935 F: drivers/media/radio/radio-maxiradio*
6936
6937 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6938 M: Peter Rosin <peda@axentia.se>
6939 L: linux-iio@vger.kernel.org
6940 S: Maintained
6941 F: drivers/iio/potentiometer/mcp4531.c
6942
6943 MEDIA DRIVERS FOR RENESAS - VSP1
6944 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6945 L: linux-media@vger.kernel.org
6946 L: linux-renesas-soc@vger.kernel.org
6947 T: git git://linuxtv.org/media_tree.git
6948 S: Supported
6949 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6950 F: drivers/media/platform/vsp1/
6951
6952 MEDIA DRIVERS FOR ASCOT2E
6953 M: Sergey Kozlov <serjk@netup.ru>
6954 L: linux-media@vger.kernel.org
6955 W: https://linuxtv.org
6956 W: http://netup.tv/
6957 T: git git://linuxtv.org/media_tree.git
6958 S: Supported
6959 F: drivers/media/dvb-frontends/ascot2e*
6960
6961 MEDIA DRIVERS FOR CXD2841ER
6962 M: Sergey Kozlov <serjk@netup.ru>
6963 L: linux-media@vger.kernel.org
6964 W: https://linuxtv.org
6965 W: http://netup.tv/
6966 T: git git://linuxtv.org/media_tree.git
6967 S: Supported
6968 F: drivers/media/dvb-frontends/cxd2841er*
6969
6970 MEDIA DRIVERS FOR HORUS3A
6971 M: Sergey Kozlov <serjk@netup.ru>
6972 L: linux-media@vger.kernel.org
6973 W: https://linuxtv.org
6974 W: http://netup.tv/
6975 T: git git://linuxtv.org/media_tree.git
6976 S: Supported
6977 F: drivers/media/dvb-frontends/horus3a*
6978
6979 MEDIA DRIVERS FOR LNBH25
6980 M: Sergey Kozlov <serjk@netup.ru>
6981 L: linux-media@vger.kernel.org
6982 W: https://linuxtv.org
6983 W: http://netup.tv/
6984 T: git git://linuxtv.org/media_tree.git
6985 S: Supported
6986 F: drivers/media/dvb-frontends/lnbh25*
6987
6988 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6989 M: Sergey Kozlov <serjk@netup.ru>
6990 L: linux-media@vger.kernel.org
6991 W: https://linuxtv.org
6992 W: http://netup.tv/
6993 T: git git://linuxtv.org/media_tree.git
6994 S: Supported
6995 F: drivers/media/pci/netup_unidvb/*
6996
6997 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6998 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6999 P: LinuxTV.org Project
7000 L: linux-media@vger.kernel.org
7001 W: https://linuxtv.org
7002 Q: http://patchwork.kernel.org/project/linux-media/list/
7003 T: git git://linuxtv.org/media_tree.git
7004 S: Maintained
7005 F: Documentation/dvb/
7006 F: Documentation/video4linux/
7007 F: Documentation/DocBook/media/
7008 F: drivers/media/
7009 F: drivers/staging/media/
7010 F: include/linux/platform_data/media/
7011 F: include/media/
7012 F: include/uapi/linux/dvb/
7013 F: include/uapi/linux/videodev2.h
7014 F: include/uapi/linux/media.h
7015 F: include/uapi/linux/v4l2-*
7016 F: include/uapi/linux/meye.h
7017 F: include/uapi/linux/ivtv*
7018 F: include/uapi/linux/uvcvideo.h
7019
7020 MEDIATEK MT7601U WIRELESS LAN DRIVER
7021 M: Jakub Kicinski <kubakici@wp.pl>
7022 L: linux-wireless@vger.kernel.org
7023 S: Maintained
7024 F: drivers/net/wireless/mediatek/mt7601u/
7025
7026 MEGARAID SCSI/SAS DRIVERS
7027 M: Kashyap Desai <kashyap.desai@avagotech.com>
7028 M: Sumit Saxena <sumit.saxena@avagotech.com>
7029 M: Uday Lingala <uday.lingala@avagotech.com>
7030 L: megaraidlinux.pdl@avagotech.com
7031 L: linux-scsi@vger.kernel.org
7032 W: http://www.lsi.com
7033 S: Maintained
7034 F: Documentation/scsi/megaraid.txt
7035 F: drivers/scsi/megaraid.*
7036 F: drivers/scsi/megaraid/
7037
7038 MELLANOX ETHERNET DRIVER (mlx4_en)
7039 M: Eugenia Emantayev <eugenia@mellanox.com>
7040 L: netdev@vger.kernel.org
7041 S: Supported
7042 W: http://www.mellanox.com
7043 Q: http://patchwork.ozlabs.org/project/netdev/list/
7044 F: drivers/net/ethernet/mellanox/mlx4/en_*
7045
7046 MELLANOX ETHERNET DRIVER (mlx5e)
7047 M: Saeed Mahameed <saeedm@mellanox.com>
7048 L: netdev@vger.kernel.org
7049 S: Supported
7050 W: http://www.mellanox.com
7051 Q: http://patchwork.ozlabs.org/project/netdev/list/
7052 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7053
7054 MELLANOX ETHERNET SWITCH DRIVERS
7055 M: Jiri Pirko <jiri@mellanox.com>
7056 M: Ido Schimmel <idosch@mellanox.com>
7057 L: netdev@vger.kernel.org
7058 S: Supported
7059 W: http://www.mellanox.com
7060 Q: http://patchwork.ozlabs.org/project/netdev/list/
7061 F: drivers/net/ethernet/mellanox/mlxsw/
7062
7063 MEMBARRIER SUPPORT
7064 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7065 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7066 L: linux-kernel@vger.kernel.org
7067 S: Supported
7068 F: kernel/membarrier.c
7069 F: include/uapi/linux/membarrier.h
7070
7071 MEMORY MANAGEMENT
7072 L: linux-mm@kvack.org
7073 W: http://www.linux-mm.org
7074 S: Maintained
7075 F: include/linux/mm.h
7076 F: include/linux/gfp.h
7077 F: include/linux/mmzone.h
7078 F: include/linux/memory_hotplug.h
7079 F: include/linux/vmalloc.h
7080 F: mm/
7081
7082 MEMORY TECHNOLOGY DEVICES (MTD)
7083 M: David Woodhouse <dwmw2@infradead.org>
7084 M: Brian Norris <computersforpeace@gmail.com>
7085 L: linux-mtd@lists.infradead.org
7086 W: http://www.linux-mtd.infradead.org/
7087 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7088 T: git git://git.infradead.org/linux-mtd.git
7089 T: git git://git.infradead.org/l2-mtd.git
7090 S: Maintained
7091 F: drivers/mtd/
7092 F: include/linux/mtd/
7093 F: include/uapi/mtd/
7094
7095 MEN A21 WATCHDOG DRIVER
7096 M: Johannes Thumshirn <morbidrsa@gmail.com>
7097 L: linux-watchdog@vger.kernel.org
7098 S: Maintained
7099 F: drivers/watchdog/mena21_wdt.c
7100
7101 MEN CHAMELEON BUS (mcb)
7102 M: Johannes Thumshirn <morbidrsa@gmail.com>
7103 S: Maintained
7104 F: drivers/mcb/
7105 F: include/linux/mcb.h
7106 F: Documentation/men-chameleon-bus.txt
7107
7108 MEN F21BMC (Board Management Controller)
7109 M: Andreas Werner <andreas.werner@men.de>
7110 S: Supported
7111 F: drivers/mfd/menf21bmc.c
7112 F: drivers/watchdog/menf21bmc_wdt.c
7113 F: drivers/leds/leds-menf21bmc.c
7114 F: drivers/hwmon/menf21bmc_hwmon.c
7115 F: Documentation/hwmon/menf21bmc
7116
7117 METAG ARCHITECTURE
7118 M: James Hogan <james.hogan@imgtec.com>
7119 L: linux-metag@vger.kernel.org
7120 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7121 S: Odd Fixes
7122 F: arch/metag/
7123 F: Documentation/metag/
7124 F: Documentation/devicetree/bindings/metag/
7125 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7126 F: drivers/clocksource/metag_generic.c
7127 F: drivers/irqchip/irq-metag.c
7128 F: drivers/irqchip/irq-metag-ext.c
7129 F: drivers/tty/metag_da.c
7130
7131 MICROBLAZE ARCHITECTURE
7132 M: Michal Simek <monstr@monstr.eu>
7133 W: http://www.monstr.eu/fdt/
7134 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7135 S: Supported
7136 F: arch/microblaze/
7137
7138 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7139 M: Chen Yu <yu.c.chen@intel.com>
7140 L: platform-driver-x86@vger.kernel.org
7141 S: Supported
7142 F: drivers/platform/x86/surfacepro3_button.c
7143
7144 MICROTEK X6 SCANNER
7145 M: Oliver Neukum <oliver@neukum.org>
7146 S: Maintained
7147 F: drivers/usb/image/microtek.*
7148
7149 MIPS
7150 M: Ralf Baechle <ralf@linux-mips.org>
7151 L: linux-mips@linux-mips.org
7152 W: http://www.linux-mips.org/
7153 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7154 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7155 S: Supported
7156 F: Documentation/mips/
7157 F: arch/mips/
7158
7159 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7160 M: Hans Verkuil <hverkuil@xs4all.nl>
7161 L: linux-media@vger.kernel.org
7162 T: git git://linuxtv.org/media_tree.git
7163 W: https://linuxtv.org
7164 S: Odd Fixes
7165 F: drivers/media/radio/radio-miropcm20*
7166
7167 MELLANOX MLX4 core VPI driver
7168 M: Yishai Hadas <yishaih@mellanox.com>
7169 L: netdev@vger.kernel.org
7170 L: linux-rdma@vger.kernel.org
7171 W: http://www.mellanox.com
7172 Q: http://patchwork.ozlabs.org/project/netdev/list/
7173 S: Supported
7174 F: drivers/net/ethernet/mellanox/mlx4/
7175 F: include/linux/mlx4/
7176
7177 MELLANOX MLX4 IB driver
7178 M: Yishai Hadas <yishaih@mellanox.com>
7179 L: linux-rdma@vger.kernel.org
7180 W: http://www.mellanox.com
7181 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7182 S: Supported
7183 F: drivers/infiniband/hw/mlx4/
7184 F: include/linux/mlx4/
7185
7186 MELLANOX MLX5 core VPI driver
7187 M: Matan Barak <matanb@mellanox.com>
7188 M: Leon Romanovsky <leonro@mellanox.com>
7189 L: netdev@vger.kernel.org
7190 L: linux-rdma@vger.kernel.org
7191 W: http://www.mellanox.com
7192 Q: http://patchwork.ozlabs.org/project/netdev/list/
7193 S: Supported
7194 F: drivers/net/ethernet/mellanox/mlx5/core/
7195 F: include/linux/mlx5/
7196
7197 MELLANOX MLX5 IB driver
7198 M: Matan Barak <matanb@mellanox.com>
7199 M: Leon Romanovsky <leonro@mellanox.com>
7200 L: linux-rdma@vger.kernel.org
7201 W: http://www.mellanox.com
7202 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7203 S: Supported
7204 F: drivers/infiniband/hw/mlx5/
7205 F: include/linux/mlx5/
7206
7207 MELEXIS MLX90614 DRIVER
7208 M: Crt Mori <cmo@melexis.com>
7209 L: linux-iio@vger.kernel.org
7210 W: http://www.melexis.com
7211 S: Supported
7212 F: drivers/iio/temperature/mlx90614.c
7213
7214 MN88472 MEDIA DRIVER
7215 M: Antti Palosaari <crope@iki.fi>
7216 L: linux-media@vger.kernel.org
7217 W: https://linuxtv.org
7218 W: http://palosaari.fi/linux/
7219 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7220 T: git git://linuxtv.org/anttip/media_tree.git
7221 S: Maintained
7222 F: drivers/staging/media/mn88472/
7223 F: drivers/media/dvb-frontends/mn88472.h
7224
7225 MN88473 MEDIA DRIVER
7226 M: Antti Palosaari <crope@iki.fi>
7227 L: linux-media@vger.kernel.org
7228 W: https://linuxtv.org
7229 W: http://palosaari.fi/linux/
7230 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7231 T: git git://linuxtv.org/anttip/media_tree.git
7232 S: Maintained
7233 F: drivers/staging/media/mn88473/
7234 F: drivers/media/dvb-frontends/mn88473.h
7235
7236 MODULE SUPPORT
7237 M: Rusty Russell <rusty@rustcorp.com.au>
7238 S: Maintained
7239 F: include/linux/module.h
7240 F: kernel/module.c
7241
7242 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7243 W: http://popies.net/meye/
7244 S: Orphan
7245 F: Documentation/video4linux/meye.txt
7246 F: drivers/media/pci/meye/
7247 F: include/uapi/linux/meye.h
7248
7249 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7250 M: Jiri Slaby <jirislaby@gmail.com>
7251 S: Maintained
7252 F: Documentation/serial/moxa-smartio
7253 F: drivers/tty/mxser.*
7254
7255 MR800 AVERMEDIA USB FM RADIO DRIVER
7256 M: Alexey Klimov <klimov.linux@gmail.com>
7257 L: linux-media@vger.kernel.org
7258 T: git git://linuxtv.org/media_tree.git
7259 S: Maintained
7260 F: drivers/media/radio/radio-mr800.c
7261
7262 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7263 M: Alan Ott <alan@signal11.us>
7264 L: linux-wpan@vger.kernel.org
7265 S: Maintained
7266 F: drivers/net/ieee802154/mrf24j40.c
7267 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7268
7269 MSI LAPTOP SUPPORT
7270 M: "Lee, Chun-Yi" <jlee@suse.com>
7271 L: platform-driver-x86@vger.kernel.org
7272 S: Maintained
7273 F: drivers/platform/x86/msi-laptop.c
7274
7275 MSI WMI SUPPORT
7276 L: platform-driver-x86@vger.kernel.org
7277 S: Orphan
7278 F: drivers/platform/x86/msi-wmi.c
7279
7280 MSI001 MEDIA DRIVER
7281 M: Antti Palosaari <crope@iki.fi>
7282 L: linux-media@vger.kernel.org
7283 W: https://linuxtv.org
7284 W: http://palosaari.fi/linux/
7285 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7286 T: git git://linuxtv.org/anttip/media_tree.git
7287 S: Maintained
7288 F: drivers/media/tuners/msi001*
7289
7290 MSI2500 MEDIA DRIVER
7291 M: Antti Palosaari <crope@iki.fi>
7292 L: linux-media@vger.kernel.org
7293 W: https://linuxtv.org
7294 W: http://palosaari.fi/linux/
7295 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7296 T: git git://linuxtv.org/anttip/media_tree.git
7297 S: Maintained
7298 F: drivers/media/usb/msi2500/
7299
7300 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7301 M: Robert Jarzmik <robert.jarzmik@free.fr>
7302 L: linux-mtd@lists.infradead.org
7303 S: Maintained
7304 F: drivers/mtd/devices/docg3*
7305
7306 MT9M032 APTINA SENSOR DRIVER
7307 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7308 L: linux-media@vger.kernel.org
7309 T: git git://linuxtv.org/media_tree.git
7310 S: Maintained
7311 F: drivers/media/i2c/mt9m032.c
7312 F: include/media/i2c/mt9m032.h
7313
7314 MT9P031 APTINA CAMERA SENSOR
7315 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7316 L: linux-media@vger.kernel.org
7317 T: git git://linuxtv.org/media_tree.git
7318 S: Maintained
7319 F: drivers/media/i2c/mt9p031.c
7320 F: include/media/i2c/mt9p031.h
7321
7322 MT9T001 APTINA CAMERA SENSOR
7323 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7324 L: linux-media@vger.kernel.org
7325 T: git git://linuxtv.org/media_tree.git
7326 S: Maintained
7327 F: drivers/media/i2c/mt9t001.c
7328 F: include/media/i2c/mt9t001.h
7329
7330 MT9V032 APTINA CAMERA SENSOR
7331 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7332 L: linux-media@vger.kernel.org
7333 T: git git://linuxtv.org/media_tree.git
7334 S: Maintained
7335 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7336 F: drivers/media/i2c/mt9v032.c
7337 F: include/media/i2c/mt9v032.h
7338
7339 MULTIFUNCTION DEVICES (MFD)
7340 M: Lee Jones <lee.jones@linaro.org>
7341 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7342 S: Supported
7343 F: drivers/mfd/
7344 F: include/linux/mfd/
7345
7346 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7347 M: Ulf Hansson <ulf.hansson@linaro.org>
7348 L: linux-mmc@vger.kernel.org
7349 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7350 S: Maintained
7351 F: drivers/mmc/
7352 F: include/linux/mmc/
7353 F: include/uapi/linux/mmc/
7354
7355 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7356 S: Orphan
7357 F: drivers/mmc/host/mmc_spi.c
7358 F: include/linux/spi/mmc_spi.h
7359
7360 MULTISOUND SOUND DRIVER
7361 M: Andrew Veliath <andrewtv@usa.net>
7362 S: Maintained
7363 F: Documentation/sound/oss/MultiSound
7364 F: sound/oss/msnd*
7365
7366 MULTITECH MULTIPORT CARD (ISICOM)
7367 S: Orphan
7368 F: drivers/tty/isicom.c
7369 F: include/linux/isicom.h
7370
7371 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7372 M: Felipe Balbi <balbi@ti.com>
7373 L: linux-usb@vger.kernel.org
7374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7375 S: Maintained
7376 F: drivers/usb/musb/
7377
7378 MXL5007T MEDIA DRIVER
7379 M: Michael Krufky <mkrufky@linuxtv.org>
7380 L: linux-media@vger.kernel.org
7381 W: https://linuxtv.org
7382 W: http://github.com/mkrufky
7383 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7384 T: git git://linuxtv.org/mkrufky/tuners.git
7385 S: Maintained
7386 F: drivers/media/tuners/mxl5007t.*
7387
7388 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7389 M: Hyong-Youb Kim <hykim@myri.com>
7390 L: netdev@vger.kernel.org
7391 W: https://www.myricom.com/support/downloads/myri10ge.html
7392 S: Supported
7393 F: drivers/net/ethernet/myricom/myri10ge/
7394
7395 NATSEMI ETHERNET DRIVER (DP8381x)
7396 S: Orphan
7397 F: drivers/net/ethernet/natsemi/natsemi.c
7398
7399 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7400 M: Daniel Mack <zonque@gmail.com>
7401 S: Maintained
7402 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7403 W: http://www.native-instruments.com
7404 F: sound/usb/caiaq/
7405
7406 NCP FILESYSTEM
7407 M: Petr Vandrovec <petr@vandrovec.name>
7408 S: Odd Fixes
7409 F: fs/ncpfs/
7410
7411 NCR 5380 SCSI DRIVERS
7412 M: Finn Thain <fthain@telegraphics.com.au>
7413 M: Michael Schmitz <schmitzmic@gmail.com>
7414 L: linux-scsi@vger.kernel.org
7415 S: Maintained
7416 F: Documentation/scsi/g_NCR5380.txt
7417 F: drivers/scsi/NCR5380.*
7418 F: drivers/scsi/arm/cumana_1.c
7419 F: drivers/scsi/arm/oak.c
7420 F: drivers/scsi/atari_NCR5380.c
7421 F: drivers/scsi/atari_scsi.*
7422 F: drivers/scsi/dmx3191d.c
7423 F: drivers/scsi/dtc.*
7424 F: drivers/scsi/g_NCR5380.*
7425 F: drivers/scsi/g_NCR5380_mmio.c
7426 F: drivers/scsi/mac_scsi.*
7427 F: drivers/scsi/pas16.*
7428 F: drivers/scsi/sun3_scsi.*
7429 F: drivers/scsi/sun3_scsi_vme.c
7430 F: drivers/scsi/t128.*
7431
7432 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7433 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7434 L: linux-scsi@vger.kernel.org
7435 S: Maintained
7436 F: drivers/scsi/NCR_D700.*
7437
7438 NCT6775 HARDWARE MONITOR DRIVER
7439 M: Guenter Roeck <linux@roeck-us.net>
7440 L: lm-sensors@lm-sensors.org
7441 S: Maintained
7442 F: Documentation/hwmon/nct6775
7443 F: drivers/hwmon/nct6775.c
7444
7445 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7446 M: Faisal Latif <faisal.latif@intel.com>
7447 L: linux-rdma@vger.kernel.org
7448 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7449 S: Supported
7450 F: drivers/infiniband/hw/nes/
7451
7452 NETEM NETWORK EMULATOR
7453 M: Stephen Hemminger <stephen@networkplumber.org>
7454 L: netem@lists.linux-foundation.org
7455 S: Maintained
7456 F: net/sched/sch_netem.c
7457
7458 NETERION 10GbE DRIVERS (s2io/vxge)
7459 M: Jon Mason <jdmason@kudzu.us>
7460 L: netdev@vger.kernel.org
7461 S: Supported
7462 F: Documentation/networking/s2io.txt
7463 F: Documentation/networking/vxge.txt
7464 F: drivers/net/ethernet/neterion/
7465
7466 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7467 M: Pablo Neira Ayuso <pablo@netfilter.org>
7468 M: Patrick McHardy <kaber@trash.net>
7469 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7470 L: netfilter-devel@vger.kernel.org
7471 L: coreteam@netfilter.org
7472 W: http://www.netfilter.org/
7473 W: http://www.iptables.org/
7474 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7475 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7476 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7477 S: Supported
7478 F: include/linux/netfilter*
7479 F: include/linux/netfilter/
7480 F: include/net/netfilter/
7481 F: include/uapi/linux/netfilter*
7482 F: include/uapi/linux/netfilter/
7483 F: net/*/netfilter.c
7484 F: net/*/netfilter/
7485 F: net/netfilter/
7486 F: net/bridge/br_netfilter*.c
7487
7488 NETLABEL
7489 M: Paul Moore <paul@paul-moore.com>
7490 W: http://netlabel.sf.net
7491 L: netdev@vger.kernel.org
7492 S: Maintained
7493 F: Documentation/netlabel/
7494 F: include/net/netlabel.h
7495 F: net/netlabel/
7496
7497 NETROM NETWORK LAYER
7498 M: Ralf Baechle <ralf@linux-mips.org>
7499 L: linux-hams@vger.kernel.org
7500 W: http://www.linux-ax25.org/
7501 S: Maintained
7502 F: include/net/netrom.h
7503 F: include/uapi/linux/netrom.h
7504 F: net/netrom/
7505
7506 NETRONOME ETHERNET DRIVERS
7507 M: Jakub Kicinski <jakub.kicinski@netronome.com>
7508 M: Rolf Neugebauer <rolf.neugebauer@netronome.com>
7509 L: oss-drivers@netronome.com
7510 S: Maintained
7511 F: drivers/net/ethernet/netronome/
7512
7513 NETWORK BLOCK DEVICE (NBD)
7514 M: Markus Pargmann <mpa@pengutronix.de>
7515 S: Maintained
7516 L: nbd-general@lists.sourceforge.net
7517 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7518 F: Documentation/blockdev/nbd.txt
7519 F: drivers/block/nbd.c
7520 F: include/uapi/linux/nbd.h
7521
7522 NETWORK DROP MONITOR
7523 M: Neil Horman <nhorman@tuxdriver.com>
7524 L: netdev@vger.kernel.org
7525 S: Maintained
7526 W: https://fedorahosted.org/dropwatch/
7527 F: net/core/drop_monitor.c
7528
7529 NETWORKING [GENERAL]
7530 M: "David S. Miller" <davem@davemloft.net>
7531 L: netdev@vger.kernel.org
7532 W: http://www.linuxfoundation.org/en/Net
7533 Q: http://patchwork.ozlabs.org/project/netdev/list/
7534 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7536 S: Maintained
7537 F: net/
7538 F: include/net/
7539 F: include/linux/in.h
7540 F: include/linux/net.h
7541 F: include/linux/netdevice.h
7542 F: include/uapi/linux/in.h
7543 F: include/uapi/linux/net.h
7544 F: include/uapi/linux/netdevice.h
7545 F: include/uapi/linux/net_namespace.h
7546 F: tools/net/
7547 F: tools/testing/selftests/net/
7548 F: lib/random32.c
7549 F: lib/test_bpf.c
7550
7551 NETWORKING [IPv4/IPv6]
7552 M: "David S. Miller" <davem@davemloft.net>
7553 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7554 M: James Morris <jmorris@namei.org>
7555 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7556 M: Patrick McHardy <kaber@trash.net>
7557 L: netdev@vger.kernel.org
7558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7559 S: Maintained
7560 F: net/ipv4/
7561 F: net/ipv6/
7562 F: include/net/ip*
7563 F: arch/x86/net/*
7564
7565 NETWORKING [IPSEC]
7566 M: Steffen Klassert <steffen.klassert@secunet.com>
7567 M: Herbert Xu <herbert@gondor.apana.org.au>
7568 M: "David S. Miller" <davem@davemloft.net>
7569 L: netdev@vger.kernel.org
7570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7572 S: Maintained
7573 F: net/core/flow.c
7574 F: net/xfrm/
7575 F: net/key/
7576 F: net/ipv4/xfrm*
7577 F: net/ipv4/esp4.c
7578 F: net/ipv4/ah4.c
7579 F: net/ipv4/ipcomp.c
7580 F: net/ipv4/ip_vti.c
7581 F: net/ipv6/xfrm*
7582 F: net/ipv6/esp6.c
7583 F: net/ipv6/ah6.c
7584 F: net/ipv6/ipcomp6.c
7585 F: net/ipv6/ip6_vti.c
7586 F: include/uapi/linux/xfrm.h
7587 F: include/net/xfrm.h
7588
7589 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7590 M: Paul Moore <paul@paul-moore.com>
7591 L: netdev@vger.kernel.org
7592 S: Maintained
7593
7594 NETWORKING [WIRELESS]
7595 L: linux-wireless@vger.kernel.org
7596 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7597
7598 NETWORKING DRIVERS
7599 L: netdev@vger.kernel.org
7600 W: http://www.linuxfoundation.org/en/Net
7601 Q: http://patchwork.ozlabs.org/project/netdev/list/
7602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7603 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7604 S: Odd Fixes
7605 F: drivers/net/
7606 F: include/linux/if_*
7607 F: include/linux/netdevice.h
7608 F: include/linux/etherdevice.h
7609 F: include/linux/fcdevice.h
7610 F: include/linux/fddidevice.h
7611 F: include/linux/hippidevice.h
7612 F: include/linux/inetdevice.h
7613 F: include/uapi/linux/if_*
7614 F: include/uapi/linux/netdevice.h
7615
7616 NETWORKING DRIVERS (WIRELESS)
7617 M: Kalle Valo <kvalo@codeaurora.org>
7618 L: linux-wireless@vger.kernel.org
7619 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7620 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7622 S: Maintained
7623 F: drivers/net/wireless/
7624
7625 NETXEN (1/10) GbE SUPPORT
7626 M: Manish Chopra <manish.chopra@qlogic.com>
7627 M: Sony Chacko <sony.chacko@qlogic.com>
7628 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7629 L: netdev@vger.kernel.org
7630 W: http://www.qlogic.com
7631 S: Supported
7632 F: drivers/net/ethernet/qlogic/netxen/
7633
7634 NFC SUBSYSTEM
7635 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7636 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7637 M: Samuel Ortiz <sameo@linux.intel.com>
7638 L: linux-wireless@vger.kernel.org
7639 L: linux-nfc@lists.01.org (subscribers-only)
7640 S: Supported
7641 F: net/nfc/
7642 F: include/net/nfc/
7643 F: include/uapi/linux/nfc.h
7644 F: drivers/nfc/
7645 F: include/linux/platform_data/microread.h
7646 F: include/linux/platform_data/nfcmrvl.h
7647 F: include/linux/platform_data/nxp-nci.h
7648 F: include/linux/platform_data/pn544.h
7649 F: include/linux/platform_data/st21nfca.h
7650 F: include/linux/platform_data/st-nci.h
7651 F: Documentation/devicetree/bindings/net/nfc/
7652
7653 NFS, SUNRPC, AND LOCKD CLIENTS
7654 M: Trond Myklebust <trond.myklebust@primarydata.com>
7655 M: Anna Schumaker <anna.schumaker@netapp.com>
7656 L: linux-nfs@vger.kernel.org
7657 W: http://client.linux-nfs.org
7658 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7659 S: Maintained
7660 F: fs/lockd/
7661 F: fs/nfs/
7662 F: fs/nfs_common/
7663 F: net/sunrpc/
7664 F: include/linux/lockd/
7665 F: include/linux/nfs*
7666 F: include/linux/sunrpc/
7667 F: include/uapi/linux/nfs*
7668 F: include/uapi/linux/sunrpc/
7669
7670 NILFS2 FILESYSTEM
7671 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7672 L: linux-nilfs@vger.kernel.org
7673 W: http://nilfs.sourceforge.net/
7674 T: git git://github.com/konis/nilfs2.git
7675 S: Supported
7676 F: Documentation/filesystems/nilfs2.txt
7677 F: fs/nilfs2/
7678 F: include/linux/nilfs2_fs.h
7679 F: include/trace/events/nilfs2.h
7680
7681 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7682 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7683 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7684 S: Maintained
7685 F: Documentation/scsi/NinjaSCSI.txt
7686 F: drivers/scsi/pcmcia/nsp_*
7687
7688 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7689 M: GOTO Masanori <gotom@debian.or.jp>
7690 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7691 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7692 S: Maintained
7693 F: Documentation/scsi/NinjaSCSI.txt
7694 F: drivers/scsi/nsp32*
7695
7696 NIOS2 ARCHITECTURE
7697 M: Ley Foon Tan <lftan@altera.com>
7698 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7699 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7700 S: Maintained
7701 F: arch/nios2/
7702
7703 NOKIA N900 POWER SUPPLY DRIVERS
7704 M: Pali RohĂ¡r <pali.rohar@gmail.com>
7705 S: Maintained
7706 F: include/linux/power/bq2415x_charger.h
7707 F: include/linux/power/bq27xxx_battery.h
7708 F: include/linux/power/isp1704_charger.h
7709 F: drivers/power/bq2415x_charger.c
7710 F: drivers/power/bq27xxx_battery.c
7711 F: drivers/power/isp1704_charger.c
7712 F: drivers/power/rx51_battery.c
7713
7714 NTB DRIVER CORE
7715 M: Jon Mason <jdmason@kudzu.us>
7716 M: Dave Jiang <dave.jiang@intel.com>
7717 M: Allen Hubbe <Allen.Hubbe@emc.com>
7718 L: linux-ntb@googlegroups.com
7719 S: Supported
7720 W: https://github.com/jonmason/ntb/wiki
7721 T: git git://github.com/jonmason/ntb.git
7722 F: drivers/ntb/
7723 F: drivers/net/ntb_netdev.c
7724 F: include/linux/ntb.h
7725 F: include/linux/ntb_transport.h
7726
7727 NTB INTEL DRIVER
7728 M: Jon Mason <jdmason@kudzu.us>
7729 M: Dave Jiang <dave.jiang@intel.com>
7730 L: linux-ntb@googlegroups.com
7731 S: Supported
7732 W: https://github.com/jonmason/ntb/wiki
7733 T: git git://github.com/jonmason/ntb.git
7734 F: drivers/ntb/hw/intel/
7735
7736 NTB AMD DRIVER
7737 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7738 L: linux-ntb@googlegroups.com
7739 S: Supported
7740 F: drivers/ntb/hw/amd/
7741
7742 NTFS FILESYSTEM
7743 M: Anton Altaparmakov <anton@tuxera.com>
7744 L: linux-ntfs-dev@lists.sourceforge.net
7745 W: http://www.tuxera.com/
7746 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7747 S: Supported
7748 F: Documentation/filesystems/ntfs.txt
7749 F: fs/ntfs/
7750
7751 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7752 M: Antonino Daplas <adaplas@gmail.com>
7753 L: linux-fbdev@vger.kernel.org
7754 S: Maintained
7755 F: drivers/video/fbdev/riva/
7756 F: drivers/video/fbdev/nvidia/
7757
7758 NVM EXPRESS DRIVER
7759 M: Keith Busch <keith.busch@intel.com>
7760 M: Jens Axboe <axboe@fb.com>
7761 L: linux-nvme@lists.infradead.org
7762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7763 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7764 S: Supported
7765 F: drivers/nvme/host/
7766 F: include/linux/nvme.h
7767
7768 NVMEM FRAMEWORK
7769 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7770 M: Maxime Ripard <maxime.ripard@free-electrons.com>
7771 S: Maintained
7772 F: drivers/nvmem/
7773 F: Documentation/devicetree/bindings/nvmem/
7774 F: include/linux/nvmem-consumer.h
7775 F: include/linux/nvmem-provider.h
7776
7777 NXP-NCI NFC DRIVER
7778 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7779 R: Charles Gorand <charles.gorand@effinnov.com>
7780 L: linux-nfc@lists.01.org (moderated for non-subscribers)
7781 S: Supported
7782 F: drivers/nfc/nxp-nci
7783
7784 NXP TDA998X DRM DRIVER
7785 M: Russell King <rmk+kernel@arm.linux.org.uk>
7786 S: Supported
7787 F: drivers/gpu/drm/i2c/tda998x_drv.c
7788 F: include/drm/i2c/tda998x.h
7789
7790 NXP TFA9879 DRIVER
7791 M: Peter Rosin <peda@axentia.se>
7792 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7793 S: Maintained
7794 F: sound/soc/codecs/tfa9879*
7795
7796 OMAP SUPPORT
7797 M: Tony Lindgren <tony@atomide.com>
7798 L: linux-omap@vger.kernel.org
7799 W: http://www.muru.com/linux/omap/
7800 W: http://linux.omap.com/
7801 Q: http://patchwork.kernel.org/project/linux-omap/list/
7802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7803 S: Maintained
7804 F: arch/arm/*omap*/
7805 F: arch/arm/configs/omap1_defconfig
7806 F: arch/arm/configs/omap2plus_defconfig
7807 F: drivers/i2c/busses/i2c-omap.c
7808 F: drivers/irqchip/irq-omap-intc.c
7809 F: drivers/mfd/*omap*.c
7810 F: drivers/mfd/menelaus.c
7811 F: drivers/mfd/palmas.c
7812 F: drivers/mfd/tps65217.c
7813 F: drivers/mfd/tps65218.c
7814 F: drivers/mfd/tps65910.c
7815 F: drivers/mfd/twl-core.[ch]
7816 F: drivers/mfd/twl4030*.c
7817 F: drivers/mfd/twl6030*.c
7818 F: drivers/mfd/twl6040*.c
7819 F: drivers/regulator/palmas-regulator*.c
7820 F: drivers/regulator/pbias-regulator.c
7821 F: drivers/regulator/tps65217-regulator.c
7822 F: drivers/regulator/tps65218-regulator.c
7823 F: drivers/regulator/tps65910-regulator.c
7824 F: drivers/regulator/twl-regulator.c
7825 F: include/linux/i2c-omap.h
7826
7827 OMAP DEVICE TREE SUPPORT
7828 M: Benoît Cousson <bcousson@baylibre.com>
7829 M: Tony Lindgren <tony@atomide.com>
7830 L: linux-omap@vger.kernel.org
7831 L: devicetree@vger.kernel.org
7832 S: Maintained
7833 F: arch/arm/boot/dts/*omap*
7834 F: arch/arm/boot/dts/*am3*
7835 F: arch/arm/boot/dts/*am4*
7836 F: arch/arm/boot/dts/*am5*
7837 F: arch/arm/boot/dts/*dra7*
7838
7839 OMAP CLOCK FRAMEWORK SUPPORT
7840 M: Paul Walmsley <paul@pwsan.com>
7841 L: linux-omap@vger.kernel.org
7842 S: Maintained
7843 F: arch/arm/*omap*/*clock*
7844
7845 OMAP POWER MANAGEMENT SUPPORT
7846 M: Kevin Hilman <khilman@deeprootsystems.com>
7847 L: linux-omap@vger.kernel.org
7848 S: Maintained
7849 F: arch/arm/*omap*/*pm*
7850 F: drivers/cpufreq/omap-cpufreq.c
7851
7852 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7853 M: Rajendra Nayak <rnayak@ti.com>
7854 M: Paul Walmsley <paul@pwsan.com>
7855 L: linux-omap@vger.kernel.org
7856 S: Maintained
7857 F: arch/arm/mach-omap2/prm*
7858
7859 OMAP AUDIO SUPPORT
7860 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7861 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7862 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7863 L: linux-omap@vger.kernel.org
7864 S: Maintained
7865 F: sound/soc/omap/
7866
7867 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7868 M: Roger Quadros <rogerq@ti.com>
7869 M: Tony Lindgren <tony@atomide.com>
7870 L: linux-omap@vger.kernel.org
7871 S: Maintained
7872 F: drivers/memory/omap-gpmc.c
7873 F: arch/arm/mach-omap2/*gpmc*
7874
7875 OMAP FRAMEBUFFER SUPPORT
7876 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7877 L: linux-fbdev@vger.kernel.org
7878 L: linux-omap@vger.kernel.org
7879 S: Maintained
7880 F: drivers/video/fbdev/omap/
7881
7882 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7883 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7884 L: linux-omap@vger.kernel.org
7885 L: linux-fbdev@vger.kernel.org
7886 S: Maintained
7887 F: drivers/video/fbdev/omap2/
7888 F: Documentation/arm/OMAP/DSS
7889
7890 OMAP HARDWARE SPINLOCK SUPPORT
7891 M: Ohad Ben-Cohen <ohad@wizery.com>
7892 L: linux-omap@vger.kernel.org
7893 S: Maintained
7894 F: drivers/hwspinlock/omap_hwspinlock.c
7895
7896 OMAP MMC SUPPORT
7897 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7898 L: linux-omap@vger.kernel.org
7899 S: Maintained
7900 F: drivers/mmc/host/omap.c
7901
7902 OMAP HS MMC SUPPORT
7903 L: linux-mmc@vger.kernel.org
7904 L: linux-omap@vger.kernel.org
7905 S: Orphan
7906 F: drivers/mmc/host/omap_hsmmc.c
7907
7908 OMAP RANDOM NUMBER GENERATOR SUPPORT
7909 M: Deepak Saxena <dsaxena@plexity.net>
7910 S: Maintained
7911 F: drivers/char/hw_random/omap-rng.c
7912
7913 OMAP HWMOD SUPPORT
7914 M: Benoît Cousson <bcousson@baylibre.com>
7915 M: Paul Walmsley <paul@pwsan.com>
7916 L: linux-omap@vger.kernel.org
7917 S: Maintained
7918 F: arch/arm/mach-omap2/omap_hwmod.*
7919
7920 OMAP HWMOD DATA
7921 M: Paul Walmsley <paul@pwsan.com>
7922 L: linux-omap@vger.kernel.org
7923 S: Maintained
7924 F: arch/arm/mach-omap2/omap_hwmod*data*
7925
7926 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7927 M: Benoît Cousson <bcousson@baylibre.com>
7928 L: linux-omap@vger.kernel.org
7929 S: Maintained
7930 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7931
7932 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7933 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7934 L: linux-media@vger.kernel.org
7935 S: Maintained
7936 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7937 F: drivers/media/platform/omap3isp/
7938 F: drivers/staging/media/omap4iss/
7939
7940 OMAP USB SUPPORT
7941 M: Felipe Balbi <balbi@ti.com>
7942 L: linux-usb@vger.kernel.org
7943 L: linux-omap@vger.kernel.org
7944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7945 S: Maintained
7946 F: drivers/usb/*/*omap*
7947 F: arch/arm/*omap*/usb*
7948
7949 OMAP GPIO DRIVER
7950 M: Grygorii Strashko <grygorii.strashko@ti.com>
7951 M: Santosh Shilimkar <ssantosh@kernel.org>
7952 M: Kevin Hilman <khilman@deeprootsystems.com>
7953 L: linux-omap@vger.kernel.org
7954 S: Maintained
7955 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
7956 F: drivers/gpio/gpio-omap.c
7957
7958 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7959 M: Mark Jackson <mpfj@newflow.co.uk>
7960 L: linux-omap@vger.kernel.org
7961 S: Maintained
7962 F: arch/arm/boot/dts/am335x-nano.dts
7963
7964 OMFS FILESYSTEM
7965 M: Bob Copeland <me@bobcopeland.com>
7966 L: linux-karma-devel@lists.sourceforge.net
7967 S: Maintained
7968 F: Documentation/filesystems/omfs.txt
7969 F: fs/omfs/
7970
7971 OMNIKEY CARDMAN 4000 DRIVER
7972 M: Harald Welte <laforge@gnumonks.org>
7973 S: Maintained
7974 F: drivers/char/pcmcia/cm4000_cs.c
7975 F: include/linux/cm4000_cs.h
7976 F: include/uapi/linux/cm4000_cs.h
7977
7978 OMNIKEY CARDMAN 4040 DRIVER
7979 M: Harald Welte <laforge@gnumonks.org>
7980 S: Maintained
7981 F: drivers/char/pcmcia/cm4040_cs.*
7982
7983 OMNIVISION OV7670 SENSOR DRIVER
7984 M: Jonathan Corbet <corbet@lwn.net>
7985 L: linux-media@vger.kernel.org
7986 T: git git://linuxtv.org/media_tree.git
7987 S: Maintained
7988 F: drivers/media/i2c/ov7670.c
7989
7990 ONENAND FLASH DRIVER
7991 M: Kyungmin Park <kyungmin.park@samsung.com>
7992 L: linux-mtd@lists.infradead.org
7993 S: Maintained
7994 F: drivers/mtd/onenand/
7995 F: include/linux/mtd/onenand*.h
7996
7997 ONSTREAM SCSI TAPE DRIVER
7998 M: Willem Riede <osst@riede.org>
7999 L: osst-users@lists.sourceforge.net
8000 L: linux-scsi@vger.kernel.org
8001 S: Maintained
8002 F: Documentation/scsi/osst.txt
8003 F: drivers/scsi/osst.*
8004 F: drivers/scsi/osst_*.h
8005 F: drivers/scsi/st.h
8006
8007 OPENCORES I2C BUS DRIVER
8008 M: Peter Korsgaard <jacmet@sunsite.dk>
8009 L: linux-i2c@vger.kernel.org
8010 S: Maintained
8011 F: Documentation/i2c/busses/i2c-ocores
8012 F: drivers/i2c/busses/i2c-ocores.c
8013
8014 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8015 M: Rob Herring <robh+dt@kernel.org>
8016 M: Frank Rowand <frowand.list@gmail.com>
8017 M: Grant Likely <grant.likely@linaro.org>
8018 L: devicetree@vger.kernel.org
8019 W: http://www.devicetree.org/
8020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8021 S: Maintained
8022 F: drivers/of/
8023 F: include/linux/of*.h
8024 F: scripts/dtc/
8025
8026 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8027 M: Rob Herring <robh+dt@kernel.org>
8028 M: Pawel Moll <pawel.moll@arm.com>
8029 M: Mark Rutland <mark.rutland@arm.com>
8030 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8031 M: Kumar Gala <galak@codeaurora.org>
8032 L: devicetree@vger.kernel.org
8033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8034 S: Maintained
8035 F: Documentation/devicetree/
8036 F: arch/*/boot/dts/
8037 F: include/dt-bindings/
8038
8039 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8040 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8041 L: devicetree@vger.kernel.org
8042 S: Maintained
8043 F: Documentation/devicetree/dynamic-resolution-notes.txt
8044 F: Documentation/devicetree/overlay-notes.txt
8045 F: drivers/of/overlay.c
8046 F: drivers/of/resolver.c
8047
8048 OPENRISC ARCHITECTURE
8049 M: Jonas Bonn <jonas@southpole.se>
8050 W: http://openrisc.net
8051 L: linux@lists.openrisc.net (moderated for non-subscribers)
8052 S: Maintained
8053 T: git git://openrisc.net/~jonas/linux
8054 F: arch/openrisc/
8055
8056 OPENVSWITCH
8057 M: Pravin Shelar <pshelar@nicira.com>
8058 L: netdev@vger.kernel.org
8059 L: dev@openvswitch.org
8060 W: http://openvswitch.org
8061 S: Maintained
8062 F: net/openvswitch/
8063 F: include/uapi/linux/openvswitch.h
8064
8065 OPERATING PERFORMANCE POINTS (OPP)
8066 M: Viresh Kumar <vireshk@kernel.org>
8067 M: Nishanth Menon <nm@ti.com>
8068 M: Stephen Boyd <sboyd@codeaurora.org>
8069 L: linux-pm@vger.kernel.org
8070 S: Maintained
8071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8072 F: drivers/base/power/opp/
8073 F: include/linux/pm_opp.h
8074 F: Documentation/power/opp.txt
8075 F: Documentation/devicetree/bindings/opp/
8076
8077 OPL4 DRIVER
8078 M: Clemens Ladisch <clemens@ladisch.de>
8079 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8080 T: git git://git.alsa-project.org/alsa-kernel.git
8081 S: Maintained
8082 F: sound/drivers/opl4/
8083
8084 OPROFILE
8085 M: Robert Richter <rric@kernel.org>
8086 L: oprofile-list@lists.sf.net
8087 S: Maintained
8088 F: arch/*/include/asm/oprofile*.h
8089 F: arch/*/oprofile/
8090 F: drivers/oprofile/
8091 F: include/linux/oprofile.h
8092
8093 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8094 M: Mark Fasheh <mfasheh@suse.com>
8095 M: Joel Becker <jlbec@evilplan.org>
8096 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8097 W: http://ocfs2.wiki.kernel.org
8098 S: Supported
8099 F: Documentation/filesystems/ocfs2.txt
8100 F: Documentation/filesystems/dlmfs.txt
8101 F: fs/ocfs2/
8102
8103 ORINOCO DRIVER
8104 L: linux-wireless@vger.kernel.org
8105 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8106 W: http://www.nongnu.org/orinoco/
8107 S: Orphan
8108 F: drivers/net/wireless/intersil/orinoco/
8109
8110 OSD LIBRARY and FILESYSTEM
8111 M: Boaz Harrosh <ooo@electrozaur.com>
8112 M: Benny Halevy <bhalevy@primarydata.com>
8113 L: osd-dev@open-osd.org
8114 W: http://open-osd.org
8115 T: git git://git.open-osd.org/open-osd.git
8116 S: Maintained
8117 F: drivers/scsi/osd/
8118 F: include/scsi/osd_*
8119 F: fs/exofs/
8120
8121 OVERLAY FILESYSTEM
8122 M: Miklos Szeredi <miklos@szeredi.hu>
8123 L: linux-unionfs@vger.kernel.org
8124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8125 S: Supported
8126 F: fs/overlayfs/
8127 F: Documentation/filesystems/overlayfs.txt
8128
8129 P54 WIRELESS DRIVER
8130 M: Christian Lamparter <chunkeey@googlemail.com>
8131 L: linux-wireless@vger.kernel.org
8132 W: http://wireless.kernel.org/en/users/Drivers/p54
8133 S: Maintained
8134 F: drivers/net/wireless/intersil/p54/
8135
8136 PA SEMI ETHERNET DRIVER
8137 M: Olof Johansson <olof@lixom.net>
8138 L: netdev@vger.kernel.org
8139 S: Maintained
8140 F: drivers/net/ethernet/pasemi/*
8141
8142 PA SEMI SMBUS DRIVER
8143 M: Olof Johansson <olof@lixom.net>
8144 L: linux-i2c@vger.kernel.org
8145 S: Maintained
8146 F: drivers/i2c/busses/i2c-pasemi.c
8147
8148 PADATA PARALLEL EXECUTION MECHANISM
8149 M: Steffen Klassert <steffen.klassert@secunet.com>
8150 L: linux-crypto@vger.kernel.org
8151 S: Maintained
8152 F: kernel/padata.c
8153 F: include/linux/padata.h
8154 F: Documentation/padata.txt
8155
8156 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8157 M: Harald Welte <laforge@gnumonks.org>
8158 L: platform-driver-x86@vger.kernel.org
8159 S: Maintained
8160 F: drivers/platform/x86/panasonic-laptop.c
8161
8162 PANASONIC MN10300/AM33/AM34 PORT
8163 M: David Howells <dhowells@redhat.com>
8164 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8165 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8166 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8167 S: Maintained
8168 F: Documentation/mn10300/
8169 F: arch/mn10300/
8170
8171 PARALLEL LCD/KEYPAD PANEL DRIVER
8172 M: Willy Tarreau <willy@haproxy.com>
8173 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8174 S: Odd Fixes
8175 F: Documentation/misc-devices/lcd-panel-cgram.txt
8176 F: drivers/misc/panel.c
8177
8178 PARALLEL PORT SUBSYSTEM
8179 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8180 M: Sudip Mukherjee <sudip@vectorindia.org>
8181 L: linux-parport@lists.infradead.org (subscribers-only)
8182 S: Maintained
8183 F: drivers/parport/
8184 F: include/linux/parport*.h
8185 F: drivers/char/ppdev.c
8186 F: include/uapi/linux/ppdev.h
8187 F: Documentation/parport*.txt
8188
8189 PARAVIRT_OPS INTERFACE
8190 M: Jeremy Fitzhardinge <jeremy@goop.org>
8191 M: Chris Wright <chrisw@sous-sol.org>
8192 M: Alok Kataria <akataria@vmware.com>
8193 M: Rusty Russell <rusty@rustcorp.com.au>
8194 L: virtualization@lists.linux-foundation.org
8195 S: Supported
8196 F: Documentation/virtual/paravirt_ops.txt
8197 F: arch/*/kernel/paravirt*
8198 F: arch/*/include/asm/paravirt.h
8199
8200 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8201 M: Tim Waugh <tim@cyberelk.net>
8202 L: linux-parport@lists.infradead.org (subscribers-only)
8203 S: Maintained
8204 F: Documentation/blockdev/paride.txt
8205 F: drivers/block/paride/
8206
8207 PARISC ARCHITECTURE
8208 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8209 M: Helge Deller <deller@gmx.de>
8210 L: linux-parisc@vger.kernel.org
8211 W: http://www.parisc-linux.org/
8212 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8215 S: Maintained
8216 F: arch/parisc/
8217 F: Documentation/parisc/
8218 F: drivers/parisc/
8219 F: drivers/char/agp/parisc-agp.c
8220 F: drivers/input/serio/gscps2.c
8221 F: drivers/parport/parport_gsc.*
8222 F: drivers/tty/serial/8250/8250_gsc.c
8223 F: drivers/video/fbdev/sti*
8224 F: drivers/video/console/sti*
8225 F: drivers/video/logo/logo_parisc*
8226
8227 PC87360 HARDWARE MONITORING DRIVER
8228 M: Jim Cromie <jim.cromie@gmail.com>
8229 L: lm-sensors@lm-sensors.org
8230 S: Maintained
8231 F: Documentation/hwmon/pc87360
8232 F: drivers/hwmon/pc87360.c
8233
8234 PC8736x GPIO DRIVER
8235 M: Jim Cromie <jim.cromie@gmail.com>
8236 S: Maintained
8237 F: drivers/char/pc8736x_gpio.c
8238
8239 PC87427 HARDWARE MONITORING DRIVER
8240 M: Jean Delvare <jdelvare@suse.com>
8241 L: lm-sensors@lm-sensors.org
8242 S: Maintained
8243 F: Documentation/hwmon/pc87427
8244 F: drivers/hwmon/pc87427.c
8245
8246 PCA9532 LED DRIVER
8247 M: Riku Voipio <riku.voipio@iki.fi>
8248 S: Maintained
8249 F: drivers/leds/leds-pca9532.c
8250 F: include/linux/leds-pca9532.h
8251
8252 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8253 M: Guenter Roeck <linux@roeck-us.net>
8254 L: linux-i2c@vger.kernel.org
8255 S: Maintained
8256 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8257
8258 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8259 M: Khalid Aziz <khalid@gonehiking.org>
8260 S: Maintained
8261 F: drivers/firmware/pcdp.*
8262
8263 PCI ERROR RECOVERY
8264 M: Linas Vepstas <linasvepstas@gmail.com>
8265 L: linux-pci@vger.kernel.org
8266 S: Supported
8267 F: Documentation/PCI/pci-error-recovery.txt
8268
8269 PCI SUBSYSTEM
8270 M: Bjorn Helgaas <bhelgaas@google.com>
8271 L: linux-pci@vger.kernel.org
8272 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8274 S: Supported
8275 F: Documentation/PCI/
8276 F: drivers/pci/
8277 F: include/linux/pci*
8278 F: arch/x86/pci/
8279 F: arch/x86/kernel/quirks.c
8280
8281 PCI DRIVER FOR ALTERA PCIE IP
8282 M: Ley Foon Tan <lftan@altera.com>
8283 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8284 L: linux-pci@vger.kernel.org
8285 S: Supported
8286 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8287 F: drivers/pci/host/pcie-altera.c
8288
8289 PCI DRIVER FOR ARM VERSATILE PLATFORM
8290 M: Rob Herring <robh@kernel.org>
8291 L: linux-pci@vger.kernel.org
8292 L: linux-arm-kernel@lists.infradead.org
8293 S: Maintained
8294 F: Documentation/devicetree/bindings/pci/versatile.txt
8295 F: drivers/pci/host/pci-versatile.c
8296
8297 PCI DRIVER FOR APPLIEDMICRO XGENE
8298 M: Tanmay Inamdar <tinamdar@apm.com>
8299 L: linux-pci@vger.kernel.org
8300 L: linux-arm-kernel@lists.infradead.org
8301 S: Maintained
8302 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8303 F: drivers/pci/host/pci-xgene.c
8304
8305 PCI DRIVER FOR FREESCALE LAYERSCAPE
8306 M: Minghuan Lian <minghuan.Lian@freescale.com>
8307 M: Mingkai Hu <mingkai.hu@freescale.com>
8308 M: Roy Zang <tie-fei.zang@freescale.com>
8309 L: linuxppc-dev@lists.ozlabs.org
8310 L: linux-pci@vger.kernel.org
8311 L: linux-arm-kernel@lists.infradead.org
8312 S: Maintained
8313 F: drivers/pci/host/*layerscape*
8314
8315 PCI DRIVER FOR IMX6
8316 M: Richard Zhu <Richard.Zhu@freescale.com>
8317 M: Lucas Stach <l.stach@pengutronix.de>
8318 L: linux-pci@vger.kernel.org
8319 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8320 S: Maintained
8321 F: drivers/pci/host/*imx6*
8322
8323 PCI DRIVER FOR TI KEYSTONE
8324 M: Murali Karicheri <m-karicheri2@ti.com>
8325 L: linux-pci@vger.kernel.org
8326 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8327 S: Maintained
8328 F: drivers/pci/host/*keystone*
8329
8330 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8331 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8332 M: Jason Cooper <jason@lakedaemon.net>
8333 L: linux-pci@vger.kernel.org
8334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8335 S: Maintained
8336 F: drivers/pci/host/*mvebu*
8337
8338 PCI DRIVER FOR NVIDIA TEGRA
8339 M: Thierry Reding <thierry.reding@gmail.com>
8340 L: linux-tegra@vger.kernel.org
8341 L: linux-pci@vger.kernel.org
8342 S: Supported
8343 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8344 F: drivers/pci/host/pci-tegra.c
8345
8346 PCI DRIVER FOR TI DRA7XX
8347 M: Kishon Vijay Abraham I <kishon@ti.com>
8348 L: linux-omap@vger.kernel.org
8349 L: linux-pci@vger.kernel.org
8350 S: Supported
8351 F: Documentation/devicetree/bindings/pci/ti-pci.txt
8352 F: drivers/pci/host/pci-dra7xx.c
8353
8354 PCI DRIVER FOR RENESAS R-CAR
8355 M: Simon Horman <horms@verge.net.au>
8356 L: linux-pci@vger.kernel.org
8357 L: linux-renesas-soc@vger.kernel.org
8358 S: Maintained
8359 F: drivers/pci/host/*rcar*
8360
8361 PCI DRIVER FOR SAMSUNG EXYNOS
8362 M: Jingoo Han <jingoohan1@gmail.com>
8363 L: linux-pci@vger.kernel.org
8364 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8365 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8366 S: Maintained
8367 F: drivers/pci/host/pci-exynos.c
8368
8369 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8370 M: Jingoo Han <jingoohan1@gmail.com>
8371 M: Pratyush Anand <pratyush.anand@gmail.com>
8372 L: linux-pci@vger.kernel.org
8373 S: Maintained
8374 F: drivers/pci/host/*designware*
8375
8376 PCI DRIVER FOR GENERIC OF HOSTS
8377 M: Will Deacon <will.deacon@arm.com>
8378 L: linux-pci@vger.kernel.org
8379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8380 S: Maintained
8381 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8382 F: drivers/pci/host/pci-host-generic.c
8383
8384 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8385 M: Keith Busch <keith.busch@intel.com>
8386 L: linux-pci@vger.kernel.org
8387 S: Supported
8388 F: arch/x86/pci/vmd.c
8389
8390 PCIE DRIVER FOR ST SPEAR13XX
8391 M: Pratyush Anand <pratyush.anand@gmail.com>
8392 L: linux-pci@vger.kernel.org
8393 S: Maintained
8394 F: drivers/pci/host/*spear*
8395
8396 PCI MSI DRIVER FOR ALTERA MSI IP
8397 M: Ley Foon Tan <lftan@altera.com>
8398 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8399 L: linux-pci@vger.kernel.org
8400 S: Supported
8401 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8402 F: drivers/pci/host/pcie-altera-msi.c
8403
8404 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8405 M: Duc Dang <dhdang@apm.com>
8406 L: linux-pci@vger.kernel.org
8407 L: linux-arm-kernel@lists.infradead.org
8408 S: Maintained
8409 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8410 F: drivers/pci/host/pci-xgene-msi.c
8411
8412 PCIE DRIVER FOR HISILICON
8413 M: Zhou Wang <wangzhou1@hisilicon.com>
8414 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8415 L: linux-pci@vger.kernel.org
8416 S: Maintained
8417 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8418 F: drivers/pci/host/pcie-hisi.c
8419
8420 PCIE DRIVER FOR QUALCOMM MSM
8421 M: Stanimir Varbanov <svarbanov@mm-sol.com>
8422 L: linux-pci@vger.kernel.org
8423 L: linux-arm-msm@vger.kernel.org
8424 S: Maintained
8425 F: drivers/pci/host/*qcom*
8426
8427 PCMCIA SUBSYSTEM
8428 P: Linux PCMCIA Team
8429 L: linux-pcmcia@lists.infradead.org
8430 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8431 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8432 S: Maintained
8433 F: Documentation/pcmcia/
8434 F: drivers/pcmcia/
8435 F: include/pcmcia/
8436
8437 PCNET32 NETWORK DRIVER
8438 M: Don Fry <pcnet32@frontier.com>
8439 L: netdev@vger.kernel.org
8440 S: Maintained
8441 F: drivers/net/ethernet/amd/pcnet32.c
8442
8443 PCRYPT PARALLEL CRYPTO ENGINE
8444 M: Steffen Klassert <steffen.klassert@secunet.com>
8445 L: linux-crypto@vger.kernel.org
8446 S: Maintained
8447 F: crypto/pcrypt.c
8448 F: include/crypto/pcrypt.h
8449
8450 PER-CPU MEMORY ALLOCATOR
8451 M: Tejun Heo <tj@kernel.org>
8452 M: Christoph Lameter <cl@linux-foundation.org>
8453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8454 S: Maintained
8455 F: include/linux/percpu*.h
8456 F: mm/percpu*.c
8457 F: arch/*/include/asm/percpu.h
8458
8459 PER-TASK DELAY ACCOUNTING
8460 M: Balbir Singh <bsingharora@gmail.com>
8461 S: Maintained
8462 F: include/linux/delayacct.h
8463 F: kernel/delayacct.c
8464
8465 PERFORMANCE EVENTS SUBSYSTEM
8466 M: Peter Zijlstra <peterz@infradead.org>
8467 M: Ingo Molnar <mingo@redhat.com>
8468 M: Arnaldo Carvalho de Melo <acme@kernel.org>
8469 L: linux-kernel@vger.kernel.org
8470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8471 S: Supported
8472 F: kernel/events/*
8473 F: include/linux/perf_event.h
8474 F: include/uapi/linux/perf_event.h
8475 F: arch/*/kernel/perf_event*.c
8476 F: arch/*/kernel/*/perf_event*.c
8477 F: arch/*/kernel/*/*/perf_event*.c
8478 F: arch/*/include/asm/perf_event.h
8479 F: arch/*/kernel/perf_callchain.c
8480 F: tools/perf/
8481
8482 PERSONALITY HANDLING
8483 M: Christoph Hellwig <hch@infradead.org>
8484 L: linux-abi-devel@lists.sourceforge.net
8485 S: Maintained
8486 F: include/linux/personality.h
8487 F: include/uapi/linux/personality.h
8488
8489 PHONET PROTOCOL
8490 M: Remi Denis-Courmont <courmisch@gmail.com>
8491 S: Supported
8492 F: Documentation/networking/phonet.txt
8493 F: include/linux/phonet.h
8494 F: include/net/phonet/
8495 F: include/uapi/linux/phonet.h
8496 F: net/phonet/
8497
8498 PHRAM MTD DRIVER
8499 M: Joern Engel <joern@lazybastard.org>
8500 L: linux-mtd@lists.infradead.org
8501 S: Maintained
8502 F: drivers/mtd/devices/phram.c
8503
8504 PICOLCD HID DRIVER
8505 M: Bruno Prémont <bonbons@linux-vserver.org>
8506 L: linux-input@vger.kernel.org
8507 S: Maintained
8508 F: drivers/hid/hid-picolcd*
8509
8510 PICOXCELL SUPPORT
8511 M: Jamie Iles <jamie@jamieiles.com>
8512 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8513 T: git git://github.com/jamieiles/linux-2.6-ji.git
8514 S: Supported
8515 F: arch/arm/boot/dts/picoxcell*
8516 F: arch/arm/mach-picoxcell/
8517 F: drivers/crypto/picoxcell*
8518
8519 PIN CONTROL SUBSYSTEM
8520 M: Linus Walleij <linus.walleij@linaro.org>
8521 L: linux-gpio@vger.kernel.org
8522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8523 S: Maintained
8524 F: drivers/pinctrl/
8525 F: include/linux/pinctrl/
8526
8527 PIN CONTROLLER - ATMEL AT91
8528 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8529 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8530 S: Maintained
8531 F: drivers/pinctrl/pinctrl-at91.*
8532
8533 PIN CONTROLLER - ATMEL AT91 PIO4
8534 M: Ludovic Desroches <ludovic.desroches@atmel.com>
8535 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8536 L: linux-gpio@vger.kernel.org
8537 S: Supported
8538 F: drivers/pinctrl/pinctrl-at91-pio4.*
8539
8540 PIN CONTROLLER - INTEL
8541 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8542 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8543 S: Maintained
8544 F: drivers/pinctrl/intel/
8545
8546 PIN CONTROLLER - RENESAS
8547 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8548 M: Geert Uytterhoeven <geert+renesas@glider.be>
8549 L: linux-renesas-soc@vger.kernel.org
8550 S: Maintained
8551 F: drivers/pinctrl/sh-pfc/
8552
8553 PIN CONTROLLER - SAMSUNG
8554 M: Tomasz Figa <tomasz.figa@gmail.com>
8555 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8556 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8557 S: Maintained
8558 F: drivers/pinctrl/samsung/
8559
8560 PIN CONTROLLER - SINGLE
8561 M: Tony Lindgren <tony@atomide.com>
8562 M: Haojian Zhuang <haojian.zhuang@linaro.org>
8563 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8564 L: linux-omap@vger.kernel.org
8565 S: Maintained
8566 F: drivers/pinctrl/pinctrl-single.c
8567
8568 PIN CONTROLLER - ST SPEAR
8569 M: Viresh Kumar <vireshk@kernel.org>
8570 L: spear-devel@list.st.com
8571 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8572 W: http://www.st.com/spear
8573 S: Maintained
8574 F: drivers/pinctrl/spear/
8575
8576 PKTCDVD DRIVER
8577 M: Jiri Kosina <jikos@kernel.org>
8578 S: Maintained
8579 F: drivers/block/pktcdvd.c
8580 F: include/linux/pktcdvd.h
8581 F: include/uapi/linux/pktcdvd.h
8582
8583 PKUNITY SOC DRIVERS
8584 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8585 W: http://mprc.pku.edu.cn/~guanxuetao/linux
8586 S: Maintained
8587 T: git git://github.com/gxt/linux.git
8588 F: drivers/input/serio/i8042-unicore32io.h
8589 F: drivers/i2c/busses/i2c-puv3.c
8590 F: drivers/video/fbdev/fb-puv3.c
8591 F: drivers/rtc/rtc-puv3.c
8592
8593 PMBUS HARDWARE MONITORING DRIVERS
8594 M: Guenter Roeck <linux@roeck-us.net>
8595 L: lm-sensors@lm-sensors.org
8596 W: http://www.lm-sensors.org/
8597 W: http://www.roeck-us.net/linux/drivers/
8598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8599 S: Maintained
8600 F: Documentation/hwmon/pmbus
8601 F: drivers/hwmon/pmbus/
8602 F: include/linux/i2c/pmbus.h
8603
8604 PMC SIERRA MaxRAID DRIVER
8605 L: linux-scsi@vger.kernel.org
8606 W: http://www.pmc-sierra.com/
8607 S: Orphan
8608 F: drivers/scsi/pmcraid.*
8609
8610 PMC SIERRA PM8001 DRIVER
8611 M: Jack Wang <jinpu.wang@profitbricks.com>
8612 M: lindar_liu@usish.com
8613 L: pmchba@pmcs.com
8614 L: linux-scsi@vger.kernel.org
8615 S: Supported
8616 F: drivers/scsi/pm8001/
8617
8618 POSIX CLOCKS and TIMERS
8619 M: Thomas Gleixner <tglx@linutronix.de>
8620 L: linux-kernel@vger.kernel.org
8621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8622 S: Maintained
8623 F: fs/timerfd.c
8624 F: include/linux/timer*
8625 F: kernel/time/*timer*
8626
8627 POWER MANAGEMENT CORE
8628 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8629 L: linux-pm@vger.kernel.org
8630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8631 S: Supported
8632 F: drivers/base/power/
8633 F: include/linux/pm.h
8634 F: include/linux/pm_*
8635 F: include/linux/powercap.h
8636 F: drivers/powercap/
8637
8638 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8639 M: Sebastian Reichel <sre@kernel.org>
8640 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8641 M: David Woodhouse <dwmw2@infradead.org>
8642 L: linux-pm@vger.kernel.org
8643 T: git git://git.infradead.org/battery-2.6.git
8644 S: Maintained
8645 F: include/linux/power_supply.h
8646 F: drivers/power/
8647 X: drivers/power/avs/
8648
8649 POWER STATE COORDINATION INTERFACE (PSCI)
8650 M: Mark Rutland <mark.rutland@arm.com>
8651 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8652 L: linux-arm-kernel@lists.infradead.org
8653 S: Maintained
8654 F: drivers/firmware/psci.c
8655 F: include/linux/psci.h
8656 F: include/uapi/linux/psci.h
8657
8658 PNP SUPPORT
8659 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8660 S: Maintained
8661 F: drivers/pnp/
8662
8663 PPP PROTOCOL DRIVERS AND COMPRESSORS
8664 M: Paul Mackerras <paulus@samba.org>
8665 L: linux-ppp@vger.kernel.org
8666 S: Maintained
8667 F: drivers/net/ppp/ppp_*
8668
8669 PPP OVER ATM (RFC 2364)
8670 M: Mitchell Blank Jr <mitch@sfgoth.com>
8671 S: Maintained
8672 F: net/atm/pppoatm.c
8673 F: include/uapi/linux/atmppp.h
8674
8675 PPP OVER ETHERNET
8676 M: Michal Ostrowski <mostrows@earthlink.net>
8677 S: Maintained
8678 F: drivers/net/ppp/pppoe.c
8679 F: drivers/net/ppp/pppox.c
8680
8681 PPP OVER L2TP
8682 M: James Chapman <jchapman@katalix.com>
8683 S: Maintained
8684 F: net/l2tp/l2tp_ppp.c
8685 F: include/linux/if_pppol2tp.h
8686 F: include/uapi/linux/if_pppol2tp.h
8687
8688 PPS SUPPORT
8689 M: Rodolfo Giometti <giometti@enneenne.com>
8690 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8691 L: linuxpps@ml.enneenne.com (subscribers-only)
8692 S: Maintained
8693 F: Documentation/pps/
8694 F: drivers/pps/
8695 F: include/linux/pps*.h
8696
8697 PPTP DRIVER
8698 M: Dmitry Kozlov <xeb@mail.ru>
8699 L: netdev@vger.kernel.org
8700 S: Maintained
8701 F: drivers/net/ppp/pptp.c
8702 W: http://sourceforge.net/projects/accel-pptp
8703
8704 PREEMPTIBLE KERNEL
8705 M: Robert Love <rml@tech9.net>
8706 L: kpreempt-tech@lists.sourceforge.net
8707 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8708 S: Supported
8709 F: Documentation/preempt-locking.txt
8710 F: include/linux/preempt.h
8711
8712 PRISM54 WIRELESS DRIVER
8713 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8714 L: linux-wireless@vger.kernel.org
8715 W: http://wireless.kernel.org/en/users/Drivers/p54
8716 S: Obsolete
8717 F: drivers/net/wireless/intersil/prism54/
8718
8719 PS3 NETWORK SUPPORT
8720 M: Geoff Levand <geoff@infradead.org>
8721 L: netdev@vger.kernel.org
8722 L: linuxppc-dev@lists.ozlabs.org
8723 S: Maintained
8724 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8725
8726 PS3 PLATFORM SUPPORT
8727 M: Geoff Levand <geoff@infradead.org>
8728 L: linuxppc-dev@lists.ozlabs.org
8729 S: Maintained
8730 F: arch/powerpc/boot/ps3*
8731 F: arch/powerpc/include/asm/lv1call.h
8732 F: arch/powerpc/include/asm/ps3*.h
8733 F: arch/powerpc/platforms/ps3/
8734 F: drivers/*/ps3*
8735 F: drivers/ps3/
8736 F: drivers/rtc/rtc-ps3.c
8737 F: drivers/usb/host/*ps3.c
8738 F: sound/ppc/snd_ps3*
8739
8740 PS3VRAM DRIVER
8741 M: Jim Paris <jim@jtan.com>
8742 M: Geoff Levand <geoff@infradead.org>
8743 L: linuxppc-dev@lists.ozlabs.org
8744 S: Maintained
8745 F: drivers/block/ps3vram.c
8746
8747 PSTORE FILESYSTEM
8748 M: Anton Vorontsov <anton@enomsg.org>
8749 M: Colin Cross <ccross@android.com>
8750 M: Kees Cook <keescook@chromium.org>
8751 M: Tony Luck <tony.luck@intel.com>
8752 S: Maintained
8753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8754 F: fs/pstore/
8755 F: include/linux/pstore*
8756 F: drivers/firmware/efi/efi-pstore.c
8757 F: drivers/acpi/apei/erst.c
8758
8759 PTP HARDWARE CLOCK SUPPORT
8760 M: Richard Cochran <richardcochran@gmail.com>
8761 L: netdev@vger.kernel.org
8762 S: Maintained
8763 W: http://linuxptp.sourceforge.net/
8764 F: Documentation/ABI/testing/sysfs-ptp
8765 F: Documentation/ptp/*
8766 F: drivers/net/ethernet/freescale/gianfar_ptp.c
8767 F: drivers/net/phy/dp83640*
8768 F: drivers/ptp/*
8769 F: include/linux/ptp_cl*
8770
8771 PTRACE SUPPORT
8772 M: Roland McGrath <roland@hack.frob.com>
8773 M: Oleg Nesterov <oleg@redhat.com>
8774 S: Maintained
8775 F: include/asm-generic/syscall.h
8776 F: include/linux/ptrace.h
8777 F: include/linux/regset.h
8778 F: include/linux/tracehook.h
8779 F: include/uapi/linux/ptrace.h
8780 F: kernel/ptrace.c
8781
8782 PVRUSB2 VIDEO4LINUX DRIVER
8783 M: Mike Isely <isely@pobox.com>
8784 L: pvrusb2@isely.net (subscribers-only)
8785 L: linux-media@vger.kernel.org
8786 W: http://www.isely.net/pvrusb2/
8787 T: git git://linuxtv.org/media_tree.git
8788 S: Maintained
8789 F: Documentation/video4linux/README.pvrusb2
8790 F: drivers/media/usb/pvrusb2/
8791
8792 PWC WEBCAM DRIVER
8793 M: Hans de Goede <hdegoede@redhat.com>
8794 L: linux-media@vger.kernel.org
8795 T: git git://linuxtv.org/media_tree.git
8796 S: Maintained
8797 F: drivers/media/usb/pwc/*
8798
8799 PWM FAN DRIVER
8800 M: Kamil Debski <k.debski@samsung.com>
8801 L: lm-sensors@lm-sensors.org
8802 S: Supported
8803 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8804 F: Documentation/hwmon/pwm-fan
8805 F: drivers/hwmon/pwm-fan.c
8806
8807 PWM SUBSYSTEM
8808 M: Thierry Reding <thierry.reding@gmail.com>
8809 L: linux-pwm@vger.kernel.org
8810 S: Maintained
8811 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8812 F: Documentation/pwm.txt
8813 F: Documentation/devicetree/bindings/pwm/
8814 F: include/linux/pwm.h
8815 F: drivers/pwm/
8816 F: drivers/video/backlight/pwm_bl.c
8817 F: include/linux/pwm_backlight.h
8818
8819 PXA2xx/PXA3xx SUPPORT
8820 M: Daniel Mack <daniel@zonque.org>
8821 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8822 M: Robert Jarzmik <robert.jarzmik@free.fr>
8823 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8824 T: git git://github.com/hzhuang1/linux.git
8825 T: git git://github.com/rjarzmik/linux.git
8826 S: Maintained
8827 F: arch/arm/mach-pxa/
8828 F: drivers/dma/pxa*
8829 F: drivers/pcmcia/pxa2xx*
8830 F: drivers/pinctrl/pxa/
8831 F: drivers/spi/spi-pxa2xx*
8832 F: drivers/usb/gadget/udc/pxa2*
8833 F: include/sound/pxa2xx-lib.h
8834 F: sound/arm/pxa*
8835 F: sound/soc/pxa/
8836
8837 PXA GPIO DRIVER
8838 M: Robert Jarzmik <robert.jarzmik@free.fr>
8839 L: linux-gpio@vger.kernel.org
8840 S: Maintained
8841 F: drivers/gpio/gpio-pxa.c
8842
8843 PXA3xx NAND FLASH DRIVER
8844 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8845 L: linux-mtd@lists.infradead.org
8846 S: Maintained
8847 F: drivers/mtd/nand/pxa3xx_nand.c
8848
8849 MMP SUPPORT
8850 M: Eric Miao <eric.y.miao@gmail.com>
8851 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8852 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8853 T: git git://github.com/hzhuang1/linux.git
8854 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8855 S: Maintained
8856 F: arch/arm/mach-mmp/
8857
8858 PXA MMCI DRIVER
8859 S: Orphan
8860
8861 PXA RTC DRIVER
8862 M: Robert Jarzmik <robert.jarzmik@free.fr>
8863 L: rtc-linux@googlegroups.com
8864 S: Maintained
8865
8866 QAT DRIVER
8867 M: Tadeusz Struk <tadeusz.struk@intel.com>
8868 L: qat-linux@intel.com
8869 S: Supported
8870 F: drivers/crypto/qat/
8871
8872 QIB DRIVER
8873 M: Mike Marciniszyn <infinipath@intel.com>
8874 L: linux-rdma@vger.kernel.org
8875 S: Supported
8876 F: drivers/infiniband/hw/qib/
8877
8878 QLOGIC QLA1280 SCSI DRIVER
8879 M: Michael Reed <mdr@sgi.com>
8880 L: linux-scsi@vger.kernel.org
8881 S: Maintained
8882 F: drivers/scsi/qla1280.[ch]
8883
8884 QLOGIC QLA2XXX FC-SCSI DRIVER
8885 M: qla2xxx-upstream@qlogic.com
8886 L: linux-scsi@vger.kernel.org
8887 S: Supported
8888 F: Documentation/scsi/LICENSE.qla2xxx
8889 F: drivers/scsi/qla2xxx/
8890
8891 QLOGIC QLA4XXX iSCSI DRIVER
8892 M: QLogic-Storage-Upstream@qlogic.com
8893 L: linux-scsi@vger.kernel.org
8894 S: Supported
8895 F: Documentation/scsi/LICENSE.qla4xxx
8896 F: drivers/scsi/qla4xxx/
8897
8898 QLOGIC QLA3XXX NETWORK DRIVER
8899 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8900 M: Ron Mercer <ron.mercer@qlogic.com>
8901 M: linux-driver@qlogic.com
8902 L: netdev@vger.kernel.org
8903 S: Supported
8904 F: Documentation/networking/LICENSE.qla3xxx
8905 F: drivers/net/ethernet/qlogic/qla3xxx.*
8906
8907 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8908 M: Dept-GELinuxNICDev@qlogic.com
8909 L: netdev@vger.kernel.org
8910 S: Supported
8911 F: drivers/net/ethernet/qlogic/qlcnic/
8912
8913 QLOGIC QLGE 10Gb ETHERNET DRIVER
8914 M: Harish Patil <harish.patil@qlogic.com>
8915 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8916 M: Dept-GELinuxNICDev@qlogic.com
8917 M: linux-driver@qlogic.com
8918 L: netdev@vger.kernel.org
8919 S: Supported
8920 F: drivers/net/ethernet/qlogic/qlge/
8921
8922 QLOGIC QL4xxx ETHERNET DRIVER
8923 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8924 M: Ariel Elior <Ariel.Elior@qlogic.com>
8925 M: everest-linux-l2@qlogic.com
8926 L: netdev@vger.kernel.org
8927 S: Supported
8928 F: drivers/net/ethernet/qlogic/qed/
8929 F: include/linux/qed/
8930 F: drivers/net/ethernet/qlogic/qede/
8931
8932 QNX4 FILESYSTEM
8933 M: Anders Larsen <al@alarsen.net>
8934 W: http://www.alarsen.net/linux/qnx4fs/
8935 S: Maintained
8936 F: fs/qnx4/
8937 F: include/uapi/linux/qnx4_fs.h
8938 F: include/uapi/linux/qnxtypes.h
8939
8940 QT1010 MEDIA DRIVER
8941 M: Antti Palosaari <crope@iki.fi>
8942 L: linux-media@vger.kernel.org
8943 W: https://linuxtv.org
8944 W: http://palosaari.fi/linux/
8945 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8946 T: git git://linuxtv.org/anttip/media_tree.git
8947 S: Maintained
8948 F: drivers/media/tuners/qt1010*
8949
8950 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8951 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8952 L: linux-wireless@vger.kernel.org
8953 L: ath9k-devel@lists.ath9k.org
8954 W: http://wireless.kernel.org/en/users/Drivers/ath9k
8955 S: Supported
8956 F: drivers/net/wireless/ath/ath9k/
8957
8958 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8959 M: Kalle Valo <kvalo@qca.qualcomm.com>
8960 L: ath10k@lists.infradead.org
8961 W: http://wireless.kernel.org/en/users/Drivers/ath10k
8962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8963 S: Supported
8964 F: drivers/net/wireless/ath/ath10k/
8965
8966 QUALCOMM HEXAGON ARCHITECTURE
8967 M: Richard Kuo <rkuo@codeaurora.org>
8968 L: linux-hexagon@vger.kernel.org
8969 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8970 S: Supported
8971 F: arch/hexagon/
8972
8973 QUALCOMM WCN36XX WIRELESS DRIVER
8974 M: Eugene Krasnikov <k.eugene.e@gmail.com>
8975 L: wcn36xx@lists.infradead.org
8976 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8977 T: git git://github.com/KrasnikovEugene/wcn36xx.git
8978 S: Supported
8979 F: drivers/net/wireless/ath/wcn36xx/
8980
8981 RADOS BLOCK DEVICE (RBD)
8982 M: Ilya Dryomov <idryomov@gmail.com>
8983 M: Sage Weil <sage@redhat.com>
8984 M: Alex Elder <elder@kernel.org>
8985 L: ceph-devel@vger.kernel.org
8986 W: http://ceph.com/
8987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8988 T: git git://github.com/ceph/ceph-client.git
8989 S: Supported
8990 F: Documentation/ABI/testing/sysfs-bus-rbd
8991 F: drivers/block/rbd.c
8992 F: drivers/block/rbd_types.h
8993
8994 RADEON FRAMEBUFFER DISPLAY DRIVER
8995 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8996 L: linux-fbdev@vger.kernel.org
8997 S: Maintained
8998 F: drivers/video/fbdev/aty/radeon*
8999 F: include/uapi/linux/radeonfb.h
9000
9001 RADIOSHARK RADIO DRIVER
9002 M: Hans de Goede <hdegoede@redhat.com>
9003 L: linux-media@vger.kernel.org
9004 T: git git://linuxtv.org/media_tree.git
9005 S: Maintained
9006 F: drivers/media/radio/radio-shark.c
9007
9008 RADIOSHARK2 RADIO DRIVER
9009 M: Hans de Goede <hdegoede@redhat.com>
9010 L: linux-media@vger.kernel.org
9011 T: git git://linuxtv.org/media_tree.git
9012 S: Maintained
9013 F: drivers/media/radio/radio-shark2.c
9014 F: drivers/media/radio/radio-tea5777.c
9015
9016 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9017 M: Paul Mackerras <paulus@samba.org>
9018 L: linux-fbdev@vger.kernel.org
9019 S: Maintained
9020 F: drivers/video/fbdev/aty/aty128fb.c
9021
9022 RALINK MIPS ARCHITECTURE
9023 M: John Crispin <blogic@openwrt.org>
9024 L: linux-mips@linux-mips.org
9025 S: Maintained
9026 F: arch/mips/ralink
9027
9028 RALINK RT2X00 WIRELESS LAN DRIVER
9029 P: rt2x00 project
9030 M: Stanislaw Gruszka <sgruszka@redhat.com>
9031 M: Helmut Schaa <helmut.schaa@googlemail.com>
9032 L: linux-wireless@vger.kernel.org
9033 S: Maintained
9034 F: drivers/net/wireless/ralink/rt2x00/
9035
9036 RAMDISK RAM BLOCK DEVICE DRIVER
9037 M: Jens Axboe <axboe@kernel.dk>
9038 S: Maintained
9039 F: Documentation/blockdev/ramdisk.txt
9040 F: drivers/block/brd.c
9041
9042 RANDOM NUMBER DRIVER
9043 M: "Theodore Ts'o" <tytso@mit.edu>
9044 S: Maintained
9045 F: drivers/char/random.c
9046
9047 RAPIDIO SUBSYSTEM
9048 M: Matt Porter <mporter@kernel.crashing.org>
9049 M: Alexandre Bounine <alexandre.bounine@idt.com>
9050 S: Maintained
9051 F: drivers/rapidio/
9052
9053 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9054 L: linux-wireless@vger.kernel.org
9055 S: Orphan
9056 F: drivers/net/wireless/ray*
9057
9058 RCUTORTURE MODULE
9059 M: Josh Triplett <josh@joshtriplett.org>
9060 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9061 L: linux-kernel@vger.kernel.org
9062 S: Supported
9063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9064 F: Documentation/RCU/torture.txt
9065 F: kernel/rcu/rcutorture.c
9066
9067 RCUTORTURE TEST FRAMEWORK
9068 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9069 M: Josh Triplett <josh@joshtriplett.org>
9070 R: Steven Rostedt <rostedt@goodmis.org>
9071 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9072 R: Lai Jiangshan <jiangshanlai@gmail.com>
9073 L: linux-kernel@vger.kernel.org
9074 S: Supported
9075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9076 F: tools/testing/selftests/rcutorture
9077
9078 RDC R-321X SoC
9079 M: Florian Fainelli <florian@openwrt.org>
9080 S: Maintained
9081
9082 RDC R6040 FAST ETHERNET DRIVER
9083 M: Florian Fainelli <florian@openwrt.org>
9084 L: netdev@vger.kernel.org
9085 S: Maintained
9086 F: drivers/net/ethernet/rdc/r6040.c
9087
9088 RDS - RELIABLE DATAGRAM SOCKETS
9089 M: Chien Yen <chien.yen@oracle.com>
9090 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9091 S: Supported
9092 F: net/rds/
9093
9094 READ-COPY UPDATE (RCU)
9095 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9096 M: Josh Triplett <josh@joshtriplett.org>
9097 R: Steven Rostedt <rostedt@goodmis.org>
9098 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9099 R: Lai Jiangshan <jiangshanlai@gmail.com>
9100 L: linux-kernel@vger.kernel.org
9101 W: http://www.rdrop.com/users/paulmck/RCU/
9102 S: Supported
9103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9104 F: Documentation/RCU/
9105 X: Documentation/RCU/torture.txt
9106 F: include/linux/rcu*
9107 X: include/linux/srcu.h
9108 F: kernel/rcu/
9109 X: kernel/torture.c
9110
9111 REAL TIME CLOCK (RTC) SUBSYSTEM
9112 M: Alessandro Zummo <a.zummo@towertech.it>
9113 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9114 L: rtc-linux@googlegroups.com
9115 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9117 S: Maintained
9118 F: Documentation/rtc.txt
9119 F: drivers/rtc/
9120 F: include/linux/rtc.h
9121 F: include/uapi/linux/rtc.h
9122
9123 REALTEK AUDIO CODECS
9124 M: Bard Liao <bardliao@realtek.com>
9125 M: Oder Chiou <oder_chiou@realtek.com>
9126 S: Maintained
9127 F: sound/soc/codecs/rt*
9128 F: include/sound/rt*.h
9129
9130 REISERFS FILE SYSTEM
9131 L: reiserfs-devel@vger.kernel.org
9132 S: Supported
9133 F: fs/reiserfs/
9134
9135 REGISTER MAP ABSTRACTION
9136 M: Mark Brown <broonie@kernel.org>
9137 L: linux-kernel@vger.kernel.org
9138 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9139 S: Supported
9140 F: drivers/base/regmap/
9141 F: include/linux/regmap.h
9142
9143 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9144 M: Ohad Ben-Cohen <ohad@wizery.com>
9145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9146 S: Maintained
9147 F: drivers/remoteproc/
9148 F: Documentation/remoteproc.txt
9149 F: include/linux/remoteproc.h
9150
9151 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9152 M: Ohad Ben-Cohen <ohad@wizery.com>
9153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9154 S: Maintained
9155 F: drivers/rpmsg/
9156 F: Documentation/rpmsg.txt
9157 F: include/linux/rpmsg.h
9158
9159 RENESAS ETHERNET DRIVERS
9160 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9161 L: netdev@vger.kernel.org
9162 L: linux-renesas-soc@vger.kernel.org
9163 F: drivers/net/ethernet/renesas/
9164 F: include/linux/sh_eth.h
9165
9166 RENESAS USB2 PHY DRIVER
9167 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9168 L: linux-renesas-soc@vger.kernel.org
9169 S: Maintained
9170 F: drivers/phy/phy-rcar-gen3-usb2.c
9171
9172 RESET CONTROLLER FRAMEWORK
9173 M: Philipp Zabel <p.zabel@pengutronix.de>
9174 T: git git://git.pengutronix.de/git/pza/linux
9175 S: Maintained
9176 F: drivers/reset/
9177 F: Documentation/devicetree/bindings/reset/
9178 F: include/dt-bindings/reset/
9179 F: include/linux/reset.h
9180 F: include/linux/reset-controller.h
9181
9182 RFKILL
9183 M: Johannes Berg <johannes@sipsolutions.net>
9184 L: linux-wireless@vger.kernel.org
9185 W: http://wireless.kernel.org/
9186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9188 S: Maintained
9189 F: Documentation/rfkill.txt
9190 F: net/rfkill/
9191
9192 RHASHTABLE
9193 M: Thomas Graf <tgraf@suug.ch>
9194 L: netdev@vger.kernel.org
9195 S: Maintained
9196 F: lib/rhashtable.c
9197 F: include/linux/rhashtable.h
9198
9199 RICOH SMARTMEDIA/XD DRIVER
9200 M: Maxim Levitsky <maximlevitsky@gmail.com>
9201 S: Maintained
9202 F: drivers/mtd/nand/r852.c
9203 F: drivers/mtd/nand/r852.h
9204
9205 RICOH R5C592 MEMORYSTICK DRIVER
9206 M: Maxim Levitsky <maximlevitsky@gmail.com>
9207 S: Maintained
9208 F: drivers/memstick/host/r592.*
9209
9210 ROCCAT DRIVERS
9211 M: Stefan Achatz <erazor_de@users.sourceforge.net>
9212 W: http://sourceforge.net/projects/roccat/
9213 S: Maintained
9214 F: drivers/hid/hid-roccat*
9215 F: include/linux/hid-roccat*
9216 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9217
9218 ROCKER DRIVER
9219 M: Jiri Pirko <jiri@resnulli.us>
9220 M: Scott Feldman <sfeldma@gmail.com>
9221 L: netdev@vger.kernel.org
9222 S: Supported
9223 F: drivers/net/ethernet/rocker/
9224
9225 ROCKETPORT DRIVER
9226 P: Comtrol Corp.
9227 W: http://www.comtrol.com
9228 S: Maintained
9229 F: Documentation/serial/rocket.txt
9230 F: drivers/tty/rocket*
9231
9232 ROCKETPORT EXPRESS/INFINITY DRIVER
9233 M: Kevin Cernekee <cernekee@gmail.com>
9234 L: linux-serial@vger.kernel.org
9235 S: Odd Fixes
9236 F: drivers/tty/serial/rp2.*
9237
9238 ROSE NETWORK LAYER
9239 M: Ralf Baechle <ralf@linux-mips.org>
9240 L: linux-hams@vger.kernel.org
9241 W: http://www.linux-ax25.org/
9242 S: Maintained
9243 F: include/net/rose.h
9244 F: include/uapi/linux/rose.h
9245 F: net/rose/
9246
9247 RTL2830 MEDIA DRIVER
9248 M: Antti Palosaari <crope@iki.fi>
9249 L: linux-media@vger.kernel.org
9250 W: https://linuxtv.org
9251 W: http://palosaari.fi/linux/
9252 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9253 T: git git://linuxtv.org/anttip/media_tree.git
9254 S: Maintained
9255 F: drivers/media/dvb-frontends/rtl2830*
9256
9257 RTL2832 MEDIA DRIVER
9258 M: Antti Palosaari <crope@iki.fi>
9259 L: linux-media@vger.kernel.org
9260 W: https://linuxtv.org
9261 W: http://palosaari.fi/linux/
9262 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9263 T: git git://linuxtv.org/anttip/media_tree.git
9264 S: Maintained
9265 F: drivers/media/dvb-frontends/rtl2832*
9266
9267 RTL2832_SDR MEDIA DRIVER
9268 M: Antti Palosaari <crope@iki.fi>
9269 L: linux-media@vger.kernel.org
9270 W: https://linuxtv.org
9271 W: http://palosaari.fi/linux/
9272 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9273 T: git git://linuxtv.org/anttip/media_tree.git
9274 S: Maintained
9275 F: drivers/media/dvb-frontends/rtl2832_sdr*
9276
9277 RTL8180 WIRELESS DRIVER
9278 L: linux-wireless@vger.kernel.org
9279 W: http://wireless.kernel.org/
9280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9281 S: Orphan
9282 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9283
9284 RTL8187 WIRELESS DRIVER
9285 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9286 M: Hin-Tak Leung <htl10@users.sourceforge.net>
9287 M: Larry Finger <Larry.Finger@lwfinger.net>
9288 L: linux-wireless@vger.kernel.org
9289 W: http://wireless.kernel.org/
9290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9291 S: Maintained
9292 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9293
9294 RTL8192CE WIRELESS DRIVER
9295 M: Larry Finger <Larry.Finger@lwfinger.net>
9296 M: Chaoming Li <chaoming_li@realsil.com.cn>
9297 L: linux-wireless@vger.kernel.org
9298 W: http://wireless.kernel.org/
9299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9300 S: Maintained
9301 F: drivers/net/wireless/realtek/rtlwifi/
9302 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9303
9304 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9305 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9306 L: linux-wireless@vger.kernel.org
9307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9308 S: Maintained
9309 F: drivers/net/wireless/realtek/rtl8xxxu/
9310
9311 S3 SAVAGE FRAMEBUFFER DRIVER
9312 M: Antonino Daplas <adaplas@gmail.com>
9313 L: linux-fbdev@vger.kernel.org
9314 S: Maintained
9315 F: drivers/video/fbdev/savage/
9316
9317 S390
9318 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9319 M: Heiko Carstens <heiko.carstens@de.ibm.com>
9320 L: linux-s390@vger.kernel.org
9321 W: http://www.ibm.com/developerworks/linux/linux390/
9322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9323 S: Supported
9324 F: arch/s390/
9325 F: drivers/s390/
9326 F: Documentation/s390/
9327 F: Documentation/DocBook/s390*
9328
9329 S390 COMMON I/O LAYER
9330 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9331 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9332 L: linux-s390@vger.kernel.org
9333 W: http://www.ibm.com/developerworks/linux/linux390/
9334 S: Supported
9335 F: drivers/s390/cio/
9336
9337 S390 DASD DRIVER
9338 M: Stefan Weinhuber <wein@de.ibm.com>
9339 M: Stefan Haberland <stefan.haberland@de.ibm.com>
9340 L: linux-s390@vger.kernel.org
9341 W: http://www.ibm.com/developerworks/linux/linux390/
9342 S: Supported
9343 F: drivers/s390/block/dasd*
9344 F: block/partitions/ibm.c
9345
9346 S390 NETWORK DRIVERS
9347 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9348 L: linux-s390@vger.kernel.org
9349 W: http://www.ibm.com/developerworks/linux/linux390/
9350 S: Supported
9351 F: drivers/s390/net/
9352
9353 S390 PCI SUBSYSTEM
9354 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9355 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9356 L: linux-s390@vger.kernel.org
9357 W: http://www.ibm.com/developerworks/linux/linux390/
9358 S: Supported
9359 F: arch/s390/pci/
9360 F: drivers/pci/hotplug/s390_pci_hpc.c
9361
9362 S390 ZCRYPT DRIVER
9363 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9364 L: linux-s390@vger.kernel.org
9365 W: http://www.ibm.com/developerworks/linux/linux390/
9366 S: Supported
9367 F: drivers/s390/crypto/
9368
9369 S390 ZFCP DRIVER
9370 M: Steffen Maier <maier@linux.vnet.ibm.com>
9371 L: linux-s390@vger.kernel.org
9372 W: http://www.ibm.com/developerworks/linux/linux390/
9373 S: Supported
9374 F: drivers/s390/scsi/zfcp_*
9375
9376 S390 IUCV NETWORK LAYER
9377 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9378 L: linux-s390@vger.kernel.org
9379 W: http://www.ibm.com/developerworks/linux/linux390/
9380 S: Supported
9381 F: drivers/s390/net/*iucv*
9382 F: include/net/iucv/
9383 F: net/iucv/
9384
9385 S390 IOMMU (PCI)
9386 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9387 L: linux-s390@vger.kernel.org
9388 W: http://www.ibm.com/developerworks/linux/linux390/
9389 S: Supported
9390 F: drivers/iommu/s390-iommu.c
9391
9392 S3C24XX SD/MMC Driver
9393 M: Ben Dooks <ben-linux@fluff.org>
9394 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9395 S: Supported
9396 F: drivers/mmc/host/s3cmci.*
9397
9398 SAA6588 RDS RECEIVER DRIVER
9399 M: Hans Verkuil <hverkuil@xs4all.nl>
9400 L: linux-media@vger.kernel.org
9401 T: git git://linuxtv.org/media_tree.git
9402 W: https://linuxtv.org
9403 S: Odd Fixes
9404 F: drivers/media/i2c/saa6588*
9405
9406 SAA7134 VIDEO4LINUX DRIVER
9407 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9408 L: linux-media@vger.kernel.org
9409 W: https://linuxtv.org
9410 T: git git://linuxtv.org/media_tree.git
9411 S: Odd fixes
9412 F: Documentation/video4linux/*.saa7134
9413 F: drivers/media/pci/saa7134/
9414
9415 SAA7146 VIDEO4LINUX-2 DRIVER
9416 M: Hans Verkuil <hverkuil@xs4all.nl>
9417 L: linux-media@vger.kernel.org
9418 T: git git://linuxtv.org/media_tree.git
9419 S: Maintained
9420 F: drivers/media/common/saa7146/
9421 F: drivers/media/pci/saa7146/
9422 F: include/media/saa7146*
9423
9424 SAMSUNG LAPTOP DRIVER
9425 M: Corentin Chary <corentin.chary@gmail.com>
9426 L: platform-driver-x86@vger.kernel.org
9427 S: Maintained
9428 F: drivers/platform/x86/samsung-laptop.c
9429
9430 SAMSUNG AUDIO (ASoC) DRIVERS
9431 M: Sangbeom Kim <sbkim73@samsung.com>
9432 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9433 S: Supported
9434 F: sound/soc/samsung/
9435
9436 SAMSUNG FRAMEBUFFER DRIVER
9437 M: Jingoo Han <jingoohan1@gmail.com>
9438 L: linux-fbdev@vger.kernel.org
9439 S: Maintained
9440 F: drivers/video/fbdev/s3c-fb.c
9441
9442 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9443 M: Sangbeom Kim <sbkim73@samsung.com>
9444 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9445 L: linux-kernel@vger.kernel.org
9446 L: linux-samsung-soc@vger.kernel.org
9447 S: Supported
9448 F: drivers/mfd/sec*.c
9449 F: drivers/regulator/s2m*.c
9450 F: drivers/regulator/s5m*.c
9451 F: drivers/clk/clk-s2mps11.c
9452 F: drivers/rtc/rtc-s5m.c
9453 F: include/linux/mfd/samsung/
9454 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9455 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9456 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9457 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9458
9459 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9460 M: Kyungmin Park <kyungmin.park@samsung.com>
9461 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9462 L: linux-media@vger.kernel.org
9463 Q: https://patchwork.linuxtv.org/project/linux-media/list/
9464 S: Supported
9465 F: drivers/media/platform/exynos4-is/
9466
9467 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9468 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9469 L: linux-media@vger.kernel.org
9470 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9471 S: Maintained
9472 F: drivers/media/platform/s3c-camif/
9473 F: include/media/drv-intf/s3c_camif.h
9474
9475 SAMSUNG S5C73M3 CAMERA DRIVER
9476 M: Kyungmin Park <kyungmin.park@samsung.com>
9477 M: Andrzej Hajda <a.hajda@samsung.com>
9478 L: linux-media@vger.kernel.org
9479 S: Supported
9480 F: drivers/media/i2c/s5c73m3/*
9481
9482 SAMSUNG S5K5BAF CAMERA DRIVER
9483 M: Kyungmin Park <kyungmin.park@samsung.com>
9484 M: Andrzej Hajda <a.hajda@samsung.com>
9485 L: linux-media@vger.kernel.org
9486 S: Supported
9487 F: drivers/media/i2c/s5k5baf.c
9488
9489 SAMSUNG S3FWRN5 NFC DRIVER
9490 M: Robert Baldyga <r.baldyga@samsung.com>
9491 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9492 S: Supported
9493 F: drivers/nfc/s3fwrn5
9494
9495 SAMSUNG SOC CLOCK DRIVERS
9496 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9497 M: Tomasz Figa <tomasz.figa@gmail.com>
9498 S: Supported
9499 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9500 F: drivers/clk/samsung/
9501
9502 SAMSUNG SXGBE DRIVERS
9503 M: Byungho An <bh74.an@samsung.com>
9504 M: Girish K S <ks.giri@samsung.com>
9505 M: Vipul Pandya <vipul.pandya@samsung.com>
9506 S: Supported
9507 L: netdev@vger.kernel.org
9508 F: drivers/net/ethernet/samsung/sxgbe/
9509
9510 SAMSUNG THERMAL DRIVER
9511 M: Lukasz Majewski <l.majewski@samsung.com>
9512 L: linux-pm@vger.kernel.org
9513 L: linux-samsung-soc@vger.kernel.org
9514 S: Supported
9515 T: git https://github.com/lmajewski/linux-samsung-thermal.git
9516 F: drivers/thermal/samsung/
9517
9518 SAMSUNG USB2 PHY DRIVER
9519 M: Kamil Debski <k.debski@samsung.com>
9520 L: linux-kernel@vger.kernel.org
9521 S: Supported
9522 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9523 F: Documentation/phy/samsung-usb2.txt
9524 F: drivers/phy/phy-exynos4210-usb2.c
9525 F: drivers/phy/phy-exynos4x12-usb2.c
9526 F: drivers/phy/phy-exynos5250-usb2.c
9527 F: drivers/phy/phy-s5pv210-usb2.c
9528 F: drivers/phy/phy-samsung-usb2.c
9529 F: drivers/phy/phy-samsung-usb2.h
9530
9531 SERIAL DRIVERS
9532 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9533 L: linux-serial@vger.kernel.org
9534 S: Maintained
9535 F: drivers/tty/serial/
9536
9537 SYNOPSYS DESIGNWARE DMAC DRIVER
9538 M: Viresh Kumar <vireshk@kernel.org>
9539 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9540 S: Maintained
9541 F: include/linux/dma/dw.h
9542 F: include/linux/platform_data/dma-dw.h
9543 F: drivers/dma/dw/
9544
9545 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9546 M: Lars Persson <lars.persson@axis.com>
9547 L: netdev@vger.kernel.org
9548 S: Supported
9549 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9550 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9551
9552 SYNOPSYS DESIGNWARE I2C DRIVER
9553 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9554 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9555 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9556 L: linux-i2c@vger.kernel.org
9557 S: Maintained
9558 F: drivers/i2c/busses/i2c-designware-*
9559 F: include/linux/platform_data/i2c-designware.h
9560
9561 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9562 M: Jaehoon Chung <jh80.chung@samsung.com>
9563 L: linux-mmc@vger.kernel.org
9564 S: Maintained
9565 F: include/linux/mmc/dw_mmc.h
9566 F: drivers/mmc/host/dw_mmc*
9567
9568 SYSTEM TRACE MODULE CLASS
9569 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9570 S: Maintained
9571 F: Documentation/trace/stm.txt
9572 F: drivers/hwtracing/stm/
9573 F: include/linux/stm.h
9574 F: include/uapi/linux/stm.h
9575
9576 THUNDERBOLT DRIVER
9577 M: Andreas Noever <andreas.noever@gmail.com>
9578 S: Maintained
9579 F: drivers/thunderbolt/
9580
9581 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9582 M: John Stultz <john.stultz@linaro.org>
9583 M: Thomas Gleixner <tglx@linutronix.de>
9584 L: linux-kernel@vger.kernel.org
9585 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9586 S: Supported
9587 F: include/linux/clocksource.h
9588 F: include/linux/time.h
9589 F: include/linux/timex.h
9590 F: include/uapi/linux/time.h
9591 F: include/uapi/linux/timex.h
9592 F: kernel/time/clocksource.c
9593 F: kernel/time/time*.c
9594 F: kernel/time/alarmtimer.c
9595 F: kernel/time/ntp.c
9596 F: tools/testing/selftests/timers/
9597
9598 SC1200 WDT DRIVER
9599 M: Zwane Mwaikambo <zwanem@gmail.com>
9600 S: Maintained
9601 F: drivers/watchdog/sc1200wdt.c
9602
9603 SCHEDULER
9604 M: Ingo Molnar <mingo@redhat.com>
9605 M: Peter Zijlstra <peterz@infradead.org>
9606 L: linux-kernel@vger.kernel.org
9607 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9608 S: Maintained
9609 F: kernel/sched/
9610 F: include/linux/sched.h
9611 F: include/uapi/linux/sched.h
9612 F: include/linux/wait.h
9613
9614 SCORE ARCHITECTURE
9615 M: Chen Liqin <liqin.linux@gmail.com>
9616 M: Lennox Wu <lennox.wu@gmail.com>
9617 W: http://www.sunplus.com
9618 S: Supported
9619 F: arch/score/
9620
9621 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9622 M: Sudeep Holla <sudeep.holla@arm.com>
9623 L: linux-arm-kernel@lists.infradead.org
9624 S: Maintained
9625 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9626 F: drivers/clk/clk-scpi.c
9627 F: drivers/cpufreq/scpi-cpufreq.c
9628 F: drivers/firmware/arm_scpi.c
9629 F: include/linux/scpi_protocol.h
9630
9631 SCSI CDROM DRIVER
9632 M: Jens Axboe <axboe@kernel.dk>
9633 L: linux-scsi@vger.kernel.org
9634 W: http://www.kernel.dk
9635 S: Maintained
9636 F: drivers/scsi/sr*
9637
9638 SCSI RDMA PROTOCOL (SRP) INITIATOR
9639 M: Bart Van Assche <bart.vanassche@sandisk.com>
9640 L: linux-rdma@vger.kernel.org
9641 S: Supported
9642 W: http://www.openfabrics.org
9643 Q: http://patchwork.kernel.org/project/linux-rdma/list/
9644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9645 F: drivers/infiniband/ulp/srp/
9646 F: include/scsi/srp.h
9647
9648 SCSI SG DRIVER
9649 M: Doug Gilbert <dgilbert@interlog.com>
9650 L: linux-scsi@vger.kernel.org
9651 W: http://sg.danny.cz/sg
9652 S: Maintained
9653 F: Documentation/scsi/scsi-generic.txt
9654 F: drivers/scsi/sg.c
9655 F: include/scsi/sg.h
9656
9657 SCSI SUBSYSTEM
9658 M: "James E.J. Bottomley" <JBottomley@odin.com>
9659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9660 M: "Martin K. Petersen" <martin.petersen@oracle.com>
9661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9662 L: linux-scsi@vger.kernel.org
9663 S: Maintained
9664 F: drivers/scsi/
9665 F: include/scsi/
9666
9667 SCSI TAPE DRIVER
9668 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9669 L: linux-scsi@vger.kernel.org
9670 S: Maintained
9671 F: Documentation/scsi/st.txt
9672 F: drivers/scsi/st.*
9673 F: drivers/scsi/st_*.h
9674
9675 SCTP PROTOCOL
9676 M: Vlad Yasevich <vyasevich@gmail.com>
9677 M: Neil Horman <nhorman@tuxdriver.com>
9678 L: linux-sctp@vger.kernel.org
9679 W: http://lksctp.sourceforge.net
9680 S: Maintained
9681 F: Documentation/networking/sctp.txt
9682 F: include/linux/sctp.h
9683 F: include/uapi/linux/sctp.h
9684 F: include/net/sctp/
9685 F: net/sctp/
9686
9687 SCx200 CPU SUPPORT
9688 M: Jim Cromie <jim.cromie@gmail.com>
9689 S: Odd Fixes
9690 F: Documentation/i2c/busses/scx200_acb
9691 F: arch/x86/platform/scx200/
9692 F: drivers/watchdog/scx200_wdt.c
9693 F: drivers/i2c/busses/scx200*
9694 F: drivers/mtd/maps/scx200_docflash.c
9695 F: include/linux/scx200.h
9696
9697 SCx200 GPIO DRIVER
9698 M: Jim Cromie <jim.cromie@gmail.com>
9699 S: Maintained
9700 F: drivers/char/scx200_gpio.c
9701 F: include/linux/scx200_gpio.h
9702
9703 SCx200 HRT CLOCKSOURCE DRIVER
9704 M: Jim Cromie <jim.cromie@gmail.com>
9705 S: Maintained
9706 F: drivers/clocksource/scx200_hrt.c
9707
9708 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9709 M: Sascha Sommer <saschasommer@freenet.de>
9710 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9711 S: Maintained
9712 F: drivers/mmc/host/sdricoh_cs.c
9713
9714 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9715 L: linux-mmc@vger.kernel.org
9716 S: Orphan
9717 F: drivers/mmc/host/sdhci.*
9718 F: drivers/mmc/host/sdhci-pltfm.[ch]
9719
9720 SECURE COMPUTING
9721 M: Kees Cook <keescook@chromium.org>
9722 R: Andy Lutomirski <luto@amacapital.net>
9723 R: Will Drewry <wad@chromium.org>
9724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9725 S: Supported
9726 F: kernel/seccomp.c
9727 F: include/uapi/linux/seccomp.h
9728 F: include/linux/seccomp.h
9729 F: tools/testing/selftests/seccomp/*
9730 K: \bsecure_computing
9731 K: \bTIF_SECCOMP\b
9732
9733 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9734 M: Ben Dooks <ben-linux@fluff.org>
9735 M: Jaehoon Chung <jh80.chung@samsung.com>
9736 L: linux-mmc@vger.kernel.org
9737 S: Maintained
9738 F: drivers/mmc/host/sdhci-s3c*
9739
9740 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9741 M: Viresh Kumar <vireshk@kernel.org>
9742 L: spear-devel@list.st.com
9743 L: linux-mmc@vger.kernel.org
9744 S: Maintained
9745 F: drivers/mmc/host/sdhci-spear.c
9746
9747 SECURITY SUBSYSTEM
9748 M: James Morris <james.l.morris@oracle.com>
9749 M: "Serge E. Hallyn" <serge@hallyn.com>
9750 L: linux-security-module@vger.kernel.org (suggested Cc:)
9751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9752 W: http://kernsec.org/
9753 S: Supported
9754 F: security/
9755
9756 SECURITY CONTACT
9757 M: Security Officers <security@kernel.org>
9758 S: Supported
9759
9760 SELINUX SECURITY MODULE
9761 M: Paul Moore <paul@paul-moore.com>
9762 M: Stephen Smalley <sds@tycho.nsa.gov>
9763 M: Eric Paris <eparis@parisplace.org>
9764 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9765 W: http://selinuxproject.org
9766 T: git git://git.infradead.org/users/pcmoore/selinux
9767 S: Supported
9768 F: include/linux/selinux*
9769 F: security/selinux/
9770 F: scripts/selinux/
9771
9772 APPARMOR SECURITY MODULE
9773 M: John Johansen <john.johansen@canonical.com>
9774 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9775 W: apparmor.wiki.kernel.org
9776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9777 S: Supported
9778 F: security/apparmor/
9779
9780 YAMA SECURITY MODULE
9781 M: Kees Cook <keescook@chromium.org>
9782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9783 S: Supported
9784 F: security/yama/
9785
9786 SENSABLE PHANTOM
9787 M: Jiri Slaby <jirislaby@gmail.com>
9788 S: Maintained
9789 F: drivers/misc/phantom.c
9790 F: include/uapi/linux/phantom.h
9791
9792 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9793 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9794 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9795 M: John Soni Jose <sony.john@avagotech.com>
9796 L: linux-scsi@vger.kernel.org
9797 W: http://www.avagotech.com
9798 S: Supported
9799 F: drivers/scsi/be2iscsi/
9800
9801 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9802 M: Sathya Perla <sathya.perla@avagotech.com>
9803 M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9804 M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9805 M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9806 L: netdev@vger.kernel.org
9807 W: http://www.emulex.com
9808 S: Supported
9809 F: drivers/net/ethernet/emulex/benet/
9810
9811 EMULEX ONECONNECT ROCE DRIVER
9812 M: Selvin Xavier <selvin.xavier@avagotech.com>
9813 M: Devesh Sharma <devesh.sharma@avagotech.com>
9814 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9815 L: linux-rdma@vger.kernel.org
9816 W: http://www.emulex.com
9817 S: Supported
9818 F: drivers/infiniband/hw/ocrdma/
9819
9820 SFC NETWORK DRIVER
9821 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9822 M: Shradha Shah <sshah@solarflare.com>
9823 L: netdev@vger.kernel.org
9824 S: Supported
9825 F: drivers/net/ethernet/sfc/
9826
9827 SGI GRU DRIVER
9828 M: Dimitri Sivanich <sivanich@sgi.com>
9829 S: Maintained
9830 F: drivers/misc/sgi-gru/
9831
9832 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9833 M: Pat Gefre <pfg@sgi.com>
9834 L: linux-ia64@vger.kernel.org
9835 S: Supported
9836 F: Documentation/ia64/serial.txt
9837 F: drivers/tty/serial/ioc?_serial.c
9838 F: include/linux/ioc?.h
9839
9840 SGI XP/XPC/XPNET DRIVER
9841 M: Cliff Whickman <cpw@sgi.com>
9842 M: Robin Holt <robinmholt@gmail.com>
9843 S: Maintained
9844 F: drivers/misc/sgi-xp/
9845
9846 SI2157 MEDIA DRIVER
9847 M: Antti Palosaari <crope@iki.fi>
9848 L: linux-media@vger.kernel.org
9849 W: https://linuxtv.org
9850 W: http://palosaari.fi/linux/
9851 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9852 T: git git://linuxtv.org/anttip/media_tree.git
9853 S: Maintained
9854 F: drivers/media/tuners/si2157*
9855
9856 SI2168 MEDIA DRIVER
9857 M: Antti Palosaari <crope@iki.fi>
9858 L: linux-media@vger.kernel.org
9859 W: https://linuxtv.org
9860 W: http://palosaari.fi/linux/
9861 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9862 T: git git://linuxtv.org/anttip/media_tree.git
9863 S: Maintained
9864 F: drivers/media/dvb-frontends/si2168*
9865
9866 SI470X FM RADIO RECEIVER I2C DRIVER
9867 M: Hans Verkuil <hverkuil@xs4all.nl>
9868 L: linux-media@vger.kernel.org
9869 T: git git://linuxtv.org/media_tree.git
9870 W: https://linuxtv.org
9871 S: Odd Fixes
9872 F: drivers/media/radio/si470x/radio-si470x-i2c.c
9873
9874 SI470X FM RADIO RECEIVER USB DRIVER
9875 M: Hans Verkuil <hverkuil@xs4all.nl>
9876 L: linux-media@vger.kernel.org
9877 T: git git://linuxtv.org/media_tree.git
9878 W: https://linuxtv.org
9879 S: Maintained
9880 F: drivers/media/radio/si470x/radio-si470x-common.c
9881 F: drivers/media/radio/si470x/radio-si470x.h
9882 F: drivers/media/radio/si470x/radio-si470x-usb.c
9883
9884 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9885 M: Eduardo Valentin <edubezval@gmail.com>
9886 L: linux-media@vger.kernel.org
9887 T: git git://linuxtv.org/media_tree.git
9888 W: https://linuxtv.org
9889 S: Odd Fixes
9890 F: drivers/media/radio/si4713/si4713.?
9891
9892 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9893 M: Eduardo Valentin <edubezval@gmail.com>
9894 L: linux-media@vger.kernel.org
9895 T: git git://linuxtv.org/media_tree.git
9896 W: https://linuxtv.org
9897 S: Odd Fixes
9898 F: drivers/media/radio/si4713/radio-platform-si4713.c
9899
9900 SI4713 FM RADIO TRANSMITTER USB DRIVER
9901 M: Hans Verkuil <hverkuil@xs4all.nl>
9902 L: linux-media@vger.kernel.org
9903 T: git git://linuxtv.org/media_tree.git
9904 W: https://linuxtv.org
9905 S: Maintained
9906 F: drivers/media/radio/si4713/radio-usb-si4713.c
9907
9908 SIANO DVB DRIVER
9909 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9910 L: linux-media@vger.kernel.org
9911 W: https://linuxtv.org
9912 T: git git://linuxtv.org/media_tree.git
9913 S: Odd fixes
9914 F: drivers/media/common/siano/
9915 F: drivers/media/usb/siano/
9916 F: drivers/media/usb/siano/
9917 F: drivers/media/mmc/siano/
9918
9919 SIMPLEFB FB DRIVER
9920 M: Hans de Goede <hdegoede@redhat.com>
9921 L: linux-fbdev@vger.kernel.org
9922 S: Maintained
9923 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9924 F: drivers/video/fbdev/simplefb.c
9925 F: include/linux/platform_data/simplefb.h
9926
9927 SH_VEU V4L2 MEM2MEM DRIVER
9928 L: linux-media@vger.kernel.org
9929 S: Orphan
9930 F: drivers/media/platform/sh_veu.c
9931
9932 SH_VOU V4L2 OUTPUT DRIVER
9933 L: linux-media@vger.kernel.org
9934 S: Orphan
9935 F: drivers/media/platform/sh_vou.c
9936 F: include/media/drv-intf/sh_vou.h
9937
9938 SIMPLE FIRMWARE INTERFACE (SFI)
9939 M: Len Brown <lenb@kernel.org>
9940 L: sfi-devel@simplefirmware.org
9941 W: http://simplefirmware.org/
9942 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9943 S: Supported
9944 F: arch/x86/platform/sfi/
9945 F: drivers/sfi/
9946 F: include/linux/sfi*.h
9947
9948 SIMTEC EB110ATX (Chalice CATS)
9949 P: Ben Dooks
9950 P: Vincent Sanders <vince@simtec.co.uk>
9951 M: Simtec Linux Team <linux@simtec.co.uk>
9952 W: http://www.simtec.co.uk/products/EB110ATX/
9953 S: Supported
9954
9955 SIMTEC EB2410ITX (BAST)
9956 P: Ben Dooks
9957 P: Vincent Sanders <vince@simtec.co.uk>
9958 M: Simtec Linux Team <linux@simtec.co.uk>
9959 W: http://www.simtec.co.uk/products/EB2410ITX/
9960 S: Supported
9961 F: arch/arm/mach-s3c24xx/mach-bast.c
9962 F: arch/arm/mach-s3c24xx/bast-ide.c
9963 F: arch/arm/mach-s3c24xx/bast-irq.c
9964
9965 TI DAVINCI MACHINE SUPPORT
9966 M: Sekhar Nori <nsekhar@ti.com>
9967 M: Kevin Hilman <khilman@deeprootsystems.com>
9968 T: git git://gitorious.org/linux-davinci/linux-davinci.git
9969 Q: http://patchwork.kernel.org/project/linux-davinci/list/
9970 S: Supported
9971 F: arch/arm/mach-davinci/
9972 F: drivers/i2c/busses/i2c-davinci.c
9973
9974 TI DAVINCI SERIES MEDIA DRIVER
9975 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9976 L: linux-media@vger.kernel.org
9977 W: https://linuxtv.org
9978 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9979 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9980 S: Maintained
9981 F: drivers/media/platform/davinci/
9982 F: include/media/davinci/
9983
9984 TI AM437X VPFE DRIVER
9985 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9986 L: linux-media@vger.kernel.org
9987 W: https://linuxtv.org
9988 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9989 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9990 S: Maintained
9991 F: drivers/media/platform/am437x/
9992
9993 OV2659 OMNIVISION SENSOR DRIVER
9994 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9995 L: linux-media@vger.kernel.org
9996 W: https://linuxtv.org
9997 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9998 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9999 S: Maintained
10000 F: drivers/media/i2c/ov2659.c
10001 F: include/media/i2c/ov2659.h
10002
10003 SILICON MOTION SM712 FRAME BUFFER DRIVER
10004 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10005 M: Teddy Wang <teddy.wang@siliconmotion.com>
10006 M: Sudip Mukherjee <sudip@vectorindia.org>
10007 L: linux-fbdev@vger.kernel.org
10008 S: Maintained
10009 F: drivers/video/fbdev/sm712*
10010 F: Documentation/fb/sm712fb.txt
10011
10012 SIS 190 ETHERNET DRIVER
10013 M: Francois Romieu <romieu@fr.zoreil.com>
10014 L: netdev@vger.kernel.org
10015 S: Maintained
10016 F: drivers/net/ethernet/sis/sis190.c
10017
10018 SIS 900/7016 FAST ETHERNET DRIVER
10019 M: Daniele Venzano <venza@brownhat.org>
10020 W: http://www.brownhat.org/sis900.html
10021 L: netdev@vger.kernel.org
10022 S: Maintained
10023 F: drivers/net/ethernet/sis/sis900.*
10024
10025 SIS FRAMEBUFFER DRIVER
10026 M: Thomas Winischhofer <thomas@winischhofer.net>
10027 W: http://www.winischhofer.net/linuxsisvga.shtml
10028 S: Maintained
10029 F: Documentation/fb/sisfb.txt
10030 F: drivers/video/fbdev/sis/
10031 F: include/video/sisfb.h
10032
10033 SIS USB2VGA DRIVER
10034 M: Thomas Winischhofer <thomas@winischhofer.net>
10035 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10036 S: Maintained
10037 F: drivers/usb/misc/sisusbvga/
10038
10039 SLAB ALLOCATOR
10040 M: Christoph Lameter <cl@linux.com>
10041 M: Pekka Enberg <penberg@kernel.org>
10042 M: David Rientjes <rientjes@google.com>
10043 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10044 M: Andrew Morton <akpm@linux-foundation.org>
10045 L: linux-mm@kvack.org
10046 S: Maintained
10047 F: include/linux/sl?b*.h
10048 F: mm/sl?b*
10049
10050 SLEEPABLE READ-COPY UPDATE (SRCU)
10051 M: Lai Jiangshan <jiangshanlai@gmail.com>
10052 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10053 M: Josh Triplett <josh@joshtriplett.org>
10054 R: Steven Rostedt <rostedt@goodmis.org>
10055 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10056 L: linux-kernel@vger.kernel.org
10057 W: http://www.rdrop.com/users/paulmck/RCU/
10058 S: Supported
10059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10060 F: include/linux/srcu.h
10061 F: kernel/rcu/srcu.c
10062
10063 SMACK SECURITY MODULE
10064 M: Casey Schaufler <casey@schaufler-ca.com>
10065 L: linux-security-module@vger.kernel.org
10066 W: http://schaufler-ca.com
10067 T: git git://git.gitorious.org/smack-next/kernel.git
10068 S: Maintained
10069 F: Documentation/security/Smack.txt
10070 F: security/smack/
10071
10072 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10073 M: Kevin Hilman <khilman@kernel.org>
10074 M: Nishanth Menon <nm@ti.com>
10075 S: Maintained
10076 F: drivers/power/avs/
10077 F: include/linux/power/smartreflex.h
10078 L: linux-pm@vger.kernel.org
10079
10080 SMC91x ETHERNET DRIVER
10081 M: Nicolas Pitre <nico@fluxnic.net>
10082 S: Odd Fixes
10083 F: drivers/net/ethernet/smsc/smc91x.*
10084
10085 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10086 M: Sakari Ailus <sakari.ailus@iki.fi>
10087 L: linux-media@vger.kernel.org
10088 S: Maintained
10089 F: drivers/media/i2c/smiapp/
10090 F: include/media/i2c/smiapp.h
10091 F: drivers/media/i2c/smiapp-pll.c
10092 F: drivers/media/i2c/smiapp-pll.h
10093 F: include/uapi/linux/smiapp.h
10094 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10095
10096 SMM665 HARDWARE MONITOR DRIVER
10097 M: Guenter Roeck <linux@roeck-us.net>
10098 L: lm-sensors@lm-sensors.org
10099 S: Maintained
10100 F: Documentation/hwmon/smm665
10101 F: drivers/hwmon/smm665.c
10102
10103 SMSC EMC2103 HARDWARE MONITOR DRIVER
10104 M: Steve Glendinning <steve.glendinning@shawell.net>
10105 L: lm-sensors@lm-sensors.org
10106 S: Maintained
10107 F: Documentation/hwmon/emc2103
10108 F: drivers/hwmon/emc2103.c
10109
10110 SMSC SCH5627 HARDWARE MONITOR DRIVER
10111 M: Hans de Goede <hdegoede@redhat.com>
10112 L: lm-sensors@lm-sensors.org
10113 S: Supported
10114 F: Documentation/hwmon/sch5627
10115 F: drivers/hwmon/sch5627.c
10116
10117 SMSC47B397 HARDWARE MONITOR DRIVER
10118 M: Jean Delvare <jdelvare@suse.com>
10119 L: lm-sensors@lm-sensors.org
10120 S: Maintained
10121 F: Documentation/hwmon/smsc47b397
10122 F: drivers/hwmon/smsc47b397.c
10123
10124 SMSC911x ETHERNET DRIVER
10125 M: Steve Glendinning <steve.glendinning@shawell.net>
10126 L: netdev@vger.kernel.org
10127 S: Maintained
10128 F: include/linux/smsc911x.h
10129 F: drivers/net/ethernet/smsc/smsc911x.*
10130
10131 SMSC9420 PCI ETHERNET DRIVER
10132 M: Steve Glendinning <steve.glendinning@shawell.net>
10133 L: netdev@vger.kernel.org
10134 S: Maintained
10135 F: drivers/net/ethernet/smsc/smsc9420.*
10136
10137 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10138 M: Steve Glendinning <steve.glendinning@shawell.net>
10139 L: linux-fbdev@vger.kernel.org
10140 S: Maintained
10141 F: drivers/video/fbdev/smscufx.c
10142
10143 SOC-CAMERA V4L2 SUBSYSTEM
10144 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10145 L: linux-media@vger.kernel.org
10146 T: git git://linuxtv.org/media_tree.git
10147 S: Maintained
10148 F: include/media/soc*
10149 F: drivers/media/i2c/soc_camera/
10150 F: drivers/media/platform/soc_camera/
10151
10152 SOEKRIS NET48XX LED SUPPORT
10153 M: Chris Boot <bootc@bootc.net>
10154 S: Maintained
10155 F: drivers/leds/leds-net48xx.c
10156
10157 SOFTLOGIC 6x10 MPEG CODEC
10158 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10159 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10160 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10161 M: Ismael Luceno <ismael@iodev.co.uk>
10162 L: linux-media@vger.kernel.org
10163 S: Supported
10164 F: drivers/media/pci/solo6x10/
10165
10166 SOFTWARE RAID (Multiple Disks) SUPPORT
10167 L: linux-raid@vger.kernel.org
10168 T: git git://neil.brown.name/md
10169 S: Supported
10170 F: drivers/md/
10171 F: include/linux/raid/
10172 F: include/uapi/linux/raid/
10173
10174 SONIC NETWORK DRIVER
10175 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10176 L: netdev@vger.kernel.org
10177 S: Maintained
10178 F: drivers/net/ethernet/natsemi/sonic.*
10179
10180 SONICS SILICON BACKPLANE DRIVER (SSB)
10181 M: Michael Buesch <m@bues.ch>
10182 L: netdev@vger.kernel.org
10183 S: Maintained
10184 F: drivers/ssb/
10185 F: include/linux/ssb/
10186
10187 SONY VAIO CONTROL DEVICE DRIVER
10188 M: Mattia Dongili <malattia@linux.it>
10189 L: platform-driver-x86@vger.kernel.org
10190 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10191 S: Maintained
10192 F: Documentation/laptops/sony-laptop.txt
10193 F: drivers/char/sonypi.c
10194 F: drivers/platform/x86/sony-laptop.c
10195 F: include/linux/sony-laptop.h
10196
10197 SONY MEMORYSTICK CARD SUPPORT
10198 M: Alex Dubov <oakad@yahoo.com>
10199 W: http://tifmxx.berlios.de/
10200 S: Maintained
10201 F: drivers/memstick/host/tifm_ms.c
10202
10203 SONY MEMORYSTICK STANDARD SUPPORT
10204 M: Maxim Levitsky <maximlevitsky@gmail.com>
10205 S: Maintained
10206 F: drivers/memstick/core/ms_block.*
10207
10208 SOUND
10209 M: Jaroslav Kysela <perex@perex.cz>
10210 M: Takashi Iwai <tiwai@suse.com>
10211 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10212 W: http://www.alsa-project.org/
10213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10214 T: git git://git.alsa-project.org/alsa-kernel.git
10215 Q: http://patchwork.kernel.org/project/alsa-devel/list/
10216 S: Maintained
10217 F: Documentation/sound/
10218 F: include/sound/
10219 F: include/uapi/sound/
10220 F: sound/
10221
10222 SOUND - COMPRESSED AUDIO
10223 M: Vinod Koul <vinod.koul@intel.com>
10224 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10226 S: Supported
10227 F: Documentation/sound/alsa/compress_offload.txt
10228 F: include/sound/compress_driver.h
10229 F: include/uapi/sound/compress_*
10230 F: sound/core/compress_offload.c
10231 F: sound/soc/soc-compress.c
10232
10233 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10234 M: Liam Girdwood <lgirdwood@gmail.com>
10235 M: Mark Brown <broonie@kernel.org>
10236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10237 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10238 W: http://alsa-project.org/main/index.php/ASoC
10239 S: Supported
10240 F: Documentation/sound/alsa/soc/
10241 F: sound/soc/
10242 F: include/sound/soc*
10243
10244 SOUND - DMAENGINE HELPERS
10245 M: Lars-Peter Clausen <lars@metafoo.de>
10246 S: Supported
10247 F: include/sound/dmaengine_pcm.h
10248 F: sound/core/pcm_dmaengine.c
10249 F: sound/soc/soc-generic-dmaengine-pcm.c
10250
10251 SP2 MEDIA DRIVER
10252 M: Olli Salonen <olli.salonen@iki.fi>
10253 L: linux-media@vger.kernel.org
10254 W: https://linuxtv.org
10255 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10256 S: Maintained
10257 F: drivers/media/dvb-frontends/sp2*
10258
10259 SPARC + UltraSPARC (sparc/sparc64)
10260 M: "David S. Miller" <davem@davemloft.net>
10261 L: sparclinux@vger.kernel.org
10262 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10264 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10265 S: Maintained
10266 F: arch/sparc/
10267 F: drivers/sbus/
10268
10269 SPARC SERIAL DRIVERS
10270 M: "David S. Miller" <davem@davemloft.net>
10271 L: sparclinux@vger.kernel.org
10272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10274 S: Maintained
10275 F: include/linux/sunserialcore.h
10276 F: drivers/tty/serial/suncore.c
10277 F: drivers/tty/serial/sunhv.c
10278 F: drivers/tty/serial/sunsab.c
10279 F: drivers/tty/serial/sunsab.h
10280 F: drivers/tty/serial/sunsu.c
10281 F: drivers/tty/serial/sunzilog.c
10282 F: drivers/tty/serial/sunzilog.h
10283
10284 SPARSE CHECKER
10285 M: "Christopher Li" <sparse@chrisli.org>
10286 L: linux-sparse@vger.kernel.org
10287 W: https://sparse.wiki.kernel.org/
10288 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10289 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10290 S: Maintained
10291 F: include/linux/compiler.h
10292
10293 SPEAR PLATFORM SUPPORT
10294 M: Viresh Kumar <vireshk@kernel.org>
10295 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10296 L: spear-devel@list.st.com
10297 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10298 W: http://www.st.com/spear
10299 S: Maintained
10300 F: arch/arm/mach-spear/
10301
10302 SPEAR CLOCK FRAMEWORK SUPPORT
10303 M: Viresh Kumar <vireshk@kernel.org>
10304 L: spear-devel@list.st.com
10305 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10306 W: http://www.st.com/spear
10307 S: Maintained
10308 F: drivers/clk/spear/
10309
10310 SPI SUBSYSTEM
10311 M: Mark Brown <broonie@kernel.org>
10312 L: linux-spi@vger.kernel.org
10313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10314 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10315 S: Maintained
10316 F: Documentation/spi/
10317 F: drivers/spi/
10318 F: include/linux/spi/
10319 F: include/uapi/linux/spi/
10320
10321 SPIDERNET NETWORK DRIVER for CELL
10322 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10323 L: netdev@vger.kernel.org
10324 S: Supported
10325 F: Documentation/networking/spider_net.txt
10326 F: drivers/net/ethernet/toshiba/spider_net*
10327
10328 SPU FILE SYSTEM
10329 M: Jeremy Kerr <jk@ozlabs.org>
10330 L: linuxppc-dev@lists.ozlabs.org
10331 W: http://www.ibm.com/developerworks/power/cell/
10332 S: Supported
10333 F: Documentation/filesystems/spufs.txt
10334 F: arch/powerpc/platforms/cell/spufs/
10335
10336 SQUASHFS FILE SYSTEM
10337 M: Phillip Lougher <phillip@squashfs.org.uk>
10338 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10339 W: http://squashfs.org.uk
10340 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10341 S: Maintained
10342 F: Documentation/filesystems/squashfs.txt
10343 F: fs/squashfs/
10344
10345 SRM (Alpha) environment access
10346 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10347 S: Maintained
10348 F: arch/alpha/kernel/srm_env.c
10349
10350 STABLE BRANCH
10351 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10352 L: stable@vger.kernel.org
10353 S: Supported
10354 F: Documentation/stable_kernel_rules.txt
10355
10356 STAGING SUBSYSTEM
10357 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10359 L: devel@driverdev.osuosl.org
10360 S: Supported
10361 F: drivers/staging/
10362
10363 STAGING - COMEDI
10364 M: Ian Abbott <abbotti@mev.co.uk>
10365 M: H Hartley Sweeten <hsweeten@visionengravers.com>
10366 S: Odd Fixes
10367 F: drivers/staging/comedi/
10368
10369 STAGING - FLARION FT1000 DRIVERS
10370 M: Marek Belisko <marek.belisko@gmail.com>
10371 S: Odd Fixes
10372 F: drivers/staging/ft1000/
10373
10374 STAGING - INDUSTRIAL IO
10375 M: Jonathan Cameron <jic23@kernel.org>
10376 L: linux-iio@vger.kernel.org
10377 S: Odd Fixes
10378 F: drivers/staging/iio/
10379
10380 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10381 M: Jarod Wilson <jarod@wilsonet.com>
10382 W: http://www.lirc.org/
10383 S: Odd Fixes
10384 F: drivers/staging/media/lirc/
10385
10386 STAGING - LUSTRE PARALLEL FILESYSTEM
10387 M: Oleg Drokin <oleg.drokin@intel.com>
10388 M: Andreas Dilger <andreas.dilger@intel.com>
10389 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10390 W: http://wiki.lustre.org/
10391 S: Maintained
10392 F: drivers/staging/lustre
10393
10394 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10395 M: Marc Dietrich <marvin24@gmx.de>
10396 L: ac100@lists.launchpad.net (moderated for non-subscribers)
10397 L: linux-tegra@vger.kernel.org
10398 S: Maintained
10399 F: drivers/staging/nvec/
10400
10401 STAGING - REALTEK RTL8712U DRIVERS
10402 M: Larry Finger <Larry.Finger@lwfinger.net>
10403 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10404 S: Odd Fixes
10405 F: drivers/staging/rtl8712/
10406
10407 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10408 M: Larry Finger <Larry.Finger@lwfinger.net>
10409 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10410 L: linux-wireless@vger.kernel.org
10411 S: Maintained
10412 F: drivers/staging/rtl8723au/
10413
10414 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10415 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10416 M: Teddy Wang <teddy.wang@siliconmotion.com>
10417 M: Sudip Mukherjee <sudip@vectorindia.org>
10418 L: linux-fbdev@vger.kernel.org
10419 S: Maintained
10420 F: drivers/staging/sm750fb/
10421
10422 STAGING - SLICOSS
10423 M: Lior Dotan <liodot@gmail.com>
10424 M: Christopher Harrer <charrer@alacritech.com>
10425 S: Odd Fixes
10426 F: drivers/staging/slicoss/
10427
10428 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10429 M: William Hubbs <w.d.hubbs@gmail.com>
10430 M: Chris Brannon <chris@the-brannons.com>
10431 M: Kirk Reiser <kirk@reisers.ca>
10432 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10433 L: speakup@linux-speakup.org
10434 W: http://www.linux-speakup.org/
10435 S: Odd Fixes
10436 F: drivers/staging/speakup/
10437
10438 STAGING - VIA VT665X DRIVERS
10439 M: Forest Bond <forest@alittletooquiet.net>
10440 S: Odd Fixes
10441 F: drivers/staging/vt665?/
10442
10443 STAGING - WILC1000 WIFI DRIVER
10444 M: Johnny Kim <johnny.kim@atmel.com>
10445 M: Austin Shin <austin.shin@atmel.com>
10446 M: Chris Park <chris.park@atmel.com>
10447 M: Tony Cho <tony.cho@atmel.com>
10448 M: Glen Lee <glen.lee@atmel.com>
10449 M: Leo Kim <leo.kim@atmel.com>
10450 L: linux-wireless@vger.kernel.org
10451 S: Supported
10452 F: drivers/staging/wilc1000/
10453
10454 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10455 M: Arnaud Patard <arnaud.patard@rtp-net.org>
10456 S: Odd Fixes
10457 F: drivers/staging/xgifb/
10458
10459 HFI1 DRIVER
10460 M: Mike Marciniszyn <infinipath@intel.com>
10461 L: linux-rdma@vger.kernel.org
10462 S: Supported
10463 F: drivers/staging/rdma/hfi1
10464
10465 STARFIRE/DURALAN NETWORK DRIVER
10466 M: Ion Badulescu <ionut@badula.org>
10467 S: Odd Fixes
10468 F: drivers/net/ethernet/adaptec/starfire*
10469
10470 SUN3/3X
10471 M: Sam Creasey <sammy@sammy.net>
10472 W: http://sammy.net/sun3/
10473 S: Maintained
10474 F: arch/m68k/kernel/*sun3*
10475 F: arch/m68k/sun3*/
10476 F: arch/m68k/include/asm/sun3*
10477 F: drivers/net/ethernet/i825xx/sun3*
10478
10479 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10480 M: Hans de Goede <hdegoede@redhat.com>
10481 L: linux-input@vger.kernel.org
10482 S: Maintained
10483 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10484 F: drivers/input/keyboard/sun4i-lradc-keys.c
10485
10486 SUNDANCE NETWORK DRIVER
10487 M: Denis Kirjanov <kda@linux-powerpc.org>
10488 L: netdev@vger.kernel.org
10489 S: Maintained
10490 F: drivers/net/ethernet/dlink/sundance.c
10491
10492 SUPERH
10493 M: Yoshinori Sato <ysato@users.sourceforge.jp>
10494 M: Rich Felker <dalias@libc.org>
10495 L: linux-sh@vger.kernel.org
10496 Q: http://patchwork.kernel.org/project/linux-sh/list/
10497 S: Maintained
10498 F: Documentation/sh/
10499 F: arch/sh/
10500 F: drivers/sh/
10501
10502 SUSPEND TO RAM
10503 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10504 M: Len Brown <len.brown@intel.com>
10505 M: Pavel Machek <pavel@ucw.cz>
10506 L: linux-pm@vger.kernel.org
10507 S: Supported
10508 F: Documentation/power/
10509 F: arch/x86/kernel/acpi/
10510 F: drivers/base/power/
10511 F: kernel/power/
10512 F: include/linux/suspend.h
10513 F: include/linux/freezer.h
10514 F: include/linux/pm.h
10515
10516 SVGA HANDLING
10517 M: Martin Mares <mj@ucw.cz>
10518 L: linux-video@atrey.karlin.mff.cuni.cz
10519 S: Maintained
10520 F: Documentation/svga.txt
10521 F: arch/x86/boot/video*
10522
10523 SWIOTLB SUBSYSTEM
10524 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10525 L: linux-kernel@vger.kernel.org
10526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10527 S: Supported
10528 F: lib/swiotlb.c
10529 F: arch/*/kernel/pci-swiotlb.c
10530 F: include/linux/swiotlb.h
10531
10532 SWITCHDEV
10533 M: Jiri Pirko <jiri@resnulli.us>
10534 L: netdev@vger.kernel.org
10535 S: Supported
10536 F: net/switchdev/
10537 F: include/net/switchdev.h
10538
10539 SYNOPSYS ARC ARCHITECTURE
10540 M: Vineet Gupta <vgupta@synopsys.com>
10541 L: linux-snps-arc@lists.infradead.org
10542 S: Supported
10543 F: arch/arc/
10544 F: Documentation/devicetree/bindings/arc/*
10545 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10546 F: drivers/tty/serial/arc_uart.c
10547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10548
10549 SYNOPSYS ARC SDP platform support
10550 M: Alexey Brodkin <abrodkin@synopsys.com>
10551 S: Supported
10552 F: arch/arc/plat-axs10x
10553 F: arch/arc/boot/dts/ax*
10554 F: Documentation/devicetree/bindings/arc/axs10*
10555
10556 SYSTEM CONFIGURATION (SYSCON)
10557 M: Lee Jones <lee.jones@linaro.org>
10558 M: Arnd Bergmann <arnd@arndb.de>
10559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10560 S: Supported
10561 F: drivers/mfd/syscon.c
10562
10563 SYSV FILESYSTEM
10564 M: Christoph Hellwig <hch@infradead.org>
10565 S: Maintained
10566 F: Documentation/filesystems/sysv-fs.txt
10567 F: fs/sysv/
10568 F: include/linux/sysv_fs.h
10569
10570 TARGET SUBSYSTEM
10571 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10572 L: linux-scsi@vger.kernel.org
10573 L: target-devel@vger.kernel.org
10574 W: http://www.linux-iscsi.org
10575 W: http://groups.google.com/group/linux-iscsi-target-dev
10576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10577 S: Supported
10578 F: drivers/target/
10579 F: include/target/
10580 F: Documentation/target/
10581
10582 TASKSTATS STATISTICS INTERFACE
10583 M: Balbir Singh <bsingharora@gmail.com>
10584 S: Maintained
10585 F: Documentation/accounting/taskstats*
10586 F: include/linux/taskstats*
10587 F: kernel/taskstats.c
10588
10589 TC CLASSIFIER
10590 M: Jamal Hadi Salim <jhs@mojatatu.com>
10591 L: netdev@vger.kernel.org
10592 S: Maintained
10593 F: include/net/pkt_cls.h
10594 F: include/uapi/linux/pkt_cls.h
10595 F: net/sched/
10596
10597 TCP LOW PRIORITY MODULE
10598 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10599 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10600 W: http://tcp-lp-mod.sourceforge.net/
10601 S: Maintained
10602 F: net/ipv4/tcp_lp.c
10603
10604 TDA10071 MEDIA DRIVER
10605 M: Antti Palosaari <crope@iki.fi>
10606 L: linux-media@vger.kernel.org
10607 W: https://linuxtv.org
10608 W: http://palosaari.fi/linux/
10609 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10610 T: git git://linuxtv.org/anttip/media_tree.git
10611 S: Maintained
10612 F: drivers/media/dvb-frontends/tda10071*
10613
10614 TDA18212 MEDIA DRIVER
10615 M: Antti Palosaari <crope@iki.fi>
10616 L: linux-media@vger.kernel.org
10617 W: https://linuxtv.org
10618 W: http://palosaari.fi/linux/
10619 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10620 T: git git://linuxtv.org/anttip/media_tree.git
10621 S: Maintained
10622 F: drivers/media/tuners/tda18212*
10623
10624 TDA18218 MEDIA DRIVER
10625 M: Antti Palosaari <crope@iki.fi>
10626 L: linux-media@vger.kernel.org
10627 W: https://linuxtv.org
10628 W: http://palosaari.fi/linux/
10629 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10630 T: git git://linuxtv.org/anttip/media_tree.git
10631 S: Maintained
10632 F: drivers/media/tuners/tda18218*
10633
10634 TDA18271 MEDIA DRIVER
10635 M: Michael Krufky <mkrufky@linuxtv.org>
10636 L: linux-media@vger.kernel.org
10637 W: https://linuxtv.org
10638 W: http://github.com/mkrufky
10639 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10640 T: git git://linuxtv.org/mkrufky/tuners.git
10641 S: Maintained
10642 F: drivers/media/tuners/tda18271*
10643
10644 TDA827x MEDIA DRIVER
10645 M: Michael Krufky <mkrufky@linuxtv.org>
10646 L: linux-media@vger.kernel.org
10647 W: https://linuxtv.org
10648 W: http://github.com/mkrufky
10649 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10650 T: git git://linuxtv.org/mkrufky/tuners.git
10651 S: Maintained
10652 F: drivers/media/tuners/tda8290.*
10653
10654 TDA8290 MEDIA DRIVER
10655 M: Michael Krufky <mkrufky@linuxtv.org>
10656 L: linux-media@vger.kernel.org
10657 W: https://linuxtv.org
10658 W: http://github.com/mkrufky
10659 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10660 T: git git://linuxtv.org/mkrufky/tuners.git
10661 S: Maintained
10662 F: drivers/media/tuners/tda8290.*
10663
10664 TDA9840 MEDIA DRIVER
10665 M: Hans Verkuil <hverkuil@xs4all.nl>
10666 L: linux-media@vger.kernel.org
10667 T: git git://linuxtv.org/media_tree.git
10668 W: https://linuxtv.org
10669 S: Maintained
10670 F: drivers/media/i2c/tda9840*
10671
10672 TEA5761 TUNER DRIVER
10673 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10674 L: linux-media@vger.kernel.org
10675 W: https://linuxtv.org
10676 T: git git://linuxtv.org/media_tree.git
10677 S: Odd fixes
10678 F: drivers/media/tuners/tea5761.*
10679
10680 TEA5767 TUNER DRIVER
10681 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10682 L: linux-media@vger.kernel.org
10683 W: https://linuxtv.org
10684 T: git git://linuxtv.org/media_tree.git
10685 S: Maintained
10686 F: drivers/media/tuners/tea5767.*
10687
10688 TEA6415C MEDIA DRIVER
10689 M: Hans Verkuil <hverkuil@xs4all.nl>
10690 L: linux-media@vger.kernel.org
10691 T: git git://linuxtv.org/media_tree.git
10692 W: https://linuxtv.org
10693 S: Maintained
10694 F: drivers/media/i2c/tea6415c*
10695
10696 TEA6420 MEDIA DRIVER
10697 M: Hans Verkuil <hverkuil@xs4all.nl>
10698 L: linux-media@vger.kernel.org
10699 T: git git://linuxtv.org/media_tree.git
10700 W: https://linuxtv.org
10701 S: Maintained
10702 F: drivers/media/i2c/tea6420*
10703
10704 TEAM DRIVER
10705 M: Jiri Pirko <jiri@resnulli.us>
10706 L: netdev@vger.kernel.org
10707 S: Supported
10708 F: drivers/net/team/
10709 F: include/linux/if_team.h
10710 F: include/uapi/linux/if_team.h
10711
10712 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10713 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10714 S: Maintained
10715 F: arch/x86/platform/ts5500/
10716
10717 TECHNOTREND USB IR RECEIVER
10718 M: Sean Young <sean@mess.org>
10719 L: linux-media@vger.kernel.org
10720 S: Maintained
10721 F: drivers/media/rc/ttusbir.c
10722
10723 TEGRA ARCHITECTURE SUPPORT
10724 M: Stephen Warren <swarren@wwwdotorg.org>
10725 M: Thierry Reding <thierry.reding@gmail.com>
10726 M: Alexandre Courbot <gnurou@gmail.com>
10727 L: linux-tegra@vger.kernel.org
10728 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10730 S: Supported
10731 N: [^a-z]tegra
10732
10733 TEGRA CLOCK DRIVER
10734 M: Peter De Schrijver <pdeschrijver@nvidia.com>
10735 M: Prashant Gaikwad <pgaikwad@nvidia.com>
10736 S: Supported
10737 F: drivers/clk/tegra/
10738
10739 TEGRA DMA DRIVER
10740 M: Laxman Dewangan <ldewangan@nvidia.com>
10741 S: Supported
10742 F: drivers/dma/tegra20-apb-dma.c
10743
10744 TEGRA I2C DRIVER
10745 M: Laxman Dewangan <ldewangan@nvidia.com>
10746 S: Supported
10747 F: drivers/i2c/busses/i2c-tegra.c
10748
10749 TEGRA IOMMU DRIVERS
10750 M: Hiroshi Doyu <hdoyu@nvidia.com>
10751 S: Supported
10752 F: drivers/iommu/tegra*
10753
10754 TEGRA KBC DRIVER
10755 M: Rakesh Iyer <riyer@nvidia.com>
10756 M: Laxman Dewangan <ldewangan@nvidia.com>
10757 S: Supported
10758 F: drivers/input/keyboard/tegra-kbc.c
10759
10760 TEGRA PWM DRIVER
10761 M: Thierry Reding <thierry.reding@gmail.com>
10762 S: Supported
10763 F: drivers/pwm/pwm-tegra.c
10764
10765 TEGRA SERIAL DRIVER
10766 M: Laxman Dewangan <ldewangan@nvidia.com>
10767 S: Supported
10768 F: drivers/tty/serial/serial-tegra.c
10769
10770 TEGRA SPI DRIVER
10771 M: Laxman Dewangan <ldewangan@nvidia.com>
10772 S: Supported
10773 F: drivers/spi/spi-tegra*
10774
10775 TEHUTI ETHERNET DRIVER
10776 M: Andy Gospodarek <andy@greyhouse.net>
10777 L: netdev@vger.kernel.org
10778 S: Supported
10779 F: drivers/net/ethernet/tehuti/*
10780
10781 Telecom Clock Driver for MCPL0010
10782 M: Mark Gross <mark.gross@intel.com>
10783 S: Supported
10784 F: drivers/char/tlclk.c
10785
10786 TENSILICA XTENSA PORT (xtensa)
10787 M: Chris Zankel <chris@zankel.net>
10788 M: Max Filippov <jcmvbkbc@gmail.com>
10789 L: linux-xtensa@linux-xtensa.org
10790 T: git git://github.com/czankel/xtensa-linux.git
10791 S: Maintained
10792 F: arch/xtensa/
10793 F: drivers/irqchip/irq-xtensa-*
10794
10795 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10796 M: Hans Verkuil <hverkuil@xs4all.nl>
10797 L: linux-media@vger.kernel.org
10798 T: git git://linuxtv.org/media_tree.git
10799 W: https://linuxtv.org
10800 S: Maintained
10801 F: drivers/media/radio/radio-raremono.c
10802
10803 THERMAL
10804 M: Zhang Rui <rui.zhang@intel.com>
10805 M: Eduardo Valentin <edubezval@gmail.com>
10806 L: linux-pm@vger.kernel.org
10807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10809 Q: https://patchwork.kernel.org/project/linux-pm/list/
10810 S: Supported
10811 F: drivers/thermal/
10812 F: include/linux/thermal.h
10813 F: include/uapi/linux/thermal.h
10814 F: include/linux/cpu_cooling.h
10815 F: Documentation/devicetree/bindings/thermal/
10816
10817 THERMAL/CPU_COOLING
10818 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10819 M: Viresh Kumar <viresh.kumar@linaro.org>
10820 M: Javi Merino <javi.merino@arm.com>
10821 L: linux-pm@vger.kernel.org
10822 S: Supported
10823 F: Documentation/thermal/cpu-cooling-api.txt
10824 F: drivers/thermal/cpu_cooling.c
10825 F: include/linux/cpu_cooling.h
10826
10827 THINGM BLINK(1) USB RGB LED DRIVER
10828 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10829 S: Maintained
10830 F: drivers/hid/hid-thingm.c
10831
10832 THINKPAD ACPI EXTRAS DRIVER
10833 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10834 L: ibm-acpi-devel@lists.sourceforge.net
10835 L: platform-driver-x86@vger.kernel.org
10836 W: http://ibm-acpi.sourceforge.net
10837 W: http://thinkwiki.org/wiki/Ibm-acpi
10838 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10839 S: Maintained
10840 F: drivers/platform/x86/thinkpad_acpi.c
10841
10842 TI BANDGAP AND THERMAL DRIVER
10843 M: Eduardo Valentin <edubezval@gmail.com>
10844 L: linux-pm@vger.kernel.org
10845 L: linux-omap@vger.kernel.org
10846 S: Maintained
10847 F: drivers/thermal/ti-soc-thermal/
10848
10849 TI CDCE706 CLOCK DRIVER
10850 M: Max Filippov <jcmvbkbc@gmail.com>
10851 S: Maintained
10852 F: drivers/clk/clk-cdce706.c
10853
10854 TI CLOCK DRIVER
10855 M: Tero Kristo <t-kristo@ti.com>
10856 L: linux-omap@vger.kernel.org
10857 S: Maintained
10858 F: drivers/clk/ti/
10859 F: include/linux/clk/ti.h
10860
10861 TI FLASH MEDIA INTERFACE DRIVER
10862 M: Alex Dubov <oakad@yahoo.com>
10863 S: Maintained
10864 F: drivers/misc/tifm*
10865 F: drivers/mmc/host/tifm_sd.c
10866 F: include/linux/tifm.h
10867
10868 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10869 M: Santosh Shilimkar <ssantosh@kernel.org>
10870 L: linux-kernel@vger.kernel.org
10871 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10872 S: Maintained
10873 F: drivers/soc/ti/*
10874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10875
10876
10877 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10878 M: M R Swami Reddy <mr.swami.reddy@ti.com>
10879 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10880 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10881 S: Maintained
10882 F: sound/soc/codecs/lm49453*
10883 F: sound/soc/codecs/isabelle*
10884
10885 TI LP855x BACKLIGHT DRIVER
10886 M: Milo Kim <milo.kim@ti.com>
10887 S: Maintained
10888 F: Documentation/backlight/lp855x-driver.txt
10889 F: drivers/video/backlight/lp855x_bl.c
10890 F: include/linux/platform_data/lp855x.h
10891
10892 TI LP8727 CHARGER DRIVER
10893 M: Milo Kim <milo.kim@ti.com>
10894 S: Maintained
10895 F: drivers/power/lp8727_charger.c
10896 F: include/linux/platform_data/lp8727.h
10897
10898 TI LP8788 MFD DRIVER
10899 M: Milo Kim <milo.kim@ti.com>
10900 S: Maintained
10901 F: drivers/iio/adc/lp8788_adc.c
10902 F: drivers/leds/leds-lp8788.c
10903 F: drivers/mfd/lp8788*.c
10904 F: drivers/power/lp8788-charger.c
10905 F: drivers/regulator/lp8788-*.c
10906 F: include/linux/mfd/lp8788*.h
10907
10908 TI NETCP ETHERNET DRIVER
10909 M: Wingman Kwok <w-kwok2@ti.com>
10910 M: Murali Karicheri <m-karicheri2@ti.com>
10911 L: netdev@vger.kernel.org
10912 S: Maintained
10913 F: drivers/net/ethernet/ti/netcp*
10914
10915 TI TAS571X FAMILY ASoC CODEC DRIVER
10916 M: Kevin Cernekee <cernekee@chromium.org>
10917 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10918 S: Odd Fixes
10919 F: sound/soc/codecs/tas571x*
10920
10921 TI TWL4030 SERIES SOC CODEC DRIVER
10922 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10923 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10924 S: Maintained
10925 F: sound/soc/codecs/twl4030*
10926
10927 TI WILINK WIRELESS DRIVERS
10928 L: linux-wireless@vger.kernel.org
10929 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10930 W: http://wireless.kernel.org/en/users/Drivers/wl1251
10931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10932 S: Orphan
10933 F: drivers/net/wireless/ti/
10934 F: include/linux/wl12xx.h
10935
10936 TIPC NETWORK LAYER
10937 M: Jon Maloy <jon.maloy@ericsson.com>
10938 M: Ying Xue <ying.xue@windriver.com>
10939 L: netdev@vger.kernel.org (core kernel code)
10940 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10941 W: http://tipc.sourceforge.net/
10942 S: Maintained
10943 F: include/uapi/linux/tipc*.h
10944 F: net/tipc/
10945
10946 TILE ARCHITECTURE
10947 M: Chris Metcalf <cmetcalf@ezchip.com>
10948 W: http://www.ezchip.com/scm/
10949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10950 S: Supported
10951 F: arch/tile/
10952 F: drivers/char/tile-srom.c
10953 F: drivers/edac/tile_edac.c
10954 F: drivers/net/ethernet/tile/
10955 F: drivers/rtc/rtc-tile.c
10956 F: drivers/tty/hvc/hvc_tile.c
10957 F: drivers/tty/serial/tilegx.c
10958 F: drivers/usb/host/*-tilegx.c
10959 F: include/linux/usb/tilegx.h
10960
10961 TLAN NETWORK DRIVER
10962 M: Samuel Chessman <chessman@tux.org>
10963 L: tlan-devel@lists.sourceforge.net (subscribers-only)
10964 W: http://sourceforge.net/projects/tlan/
10965 S: Maintained
10966 F: Documentation/networking/tlan.txt
10967 F: drivers/net/ethernet/ti/tlan.*
10968
10969 TOMOYO SECURITY MODULE
10970 M: Kentaro Takeda <takedakn@nttdata.co.jp>
10971 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10972 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10973 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10974 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10975 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10976 W: http://tomoyo.sourceforge.jp/
10977 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10978 S: Maintained
10979 F: security/tomoyo/
10980
10981 TOPSTAR LAPTOP EXTRAS DRIVER
10982 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10983 L: platform-driver-x86@vger.kernel.org
10984 S: Maintained
10985 F: drivers/platform/x86/topstar-laptop.c
10986
10987 TOSHIBA ACPI EXTRAS DRIVER
10988 M: Azael Avalos <coproscefalo@gmail.com>
10989 L: platform-driver-x86@vger.kernel.org
10990 S: Maintained
10991 F: drivers/platform/x86/toshiba_acpi.c
10992
10993 TOSHIBA BLUETOOTH DRIVER
10994 M: Azael Avalos <coproscefalo@gmail.com>
10995 L: platform-driver-x86@vger.kernel.org
10996 S: Maintained
10997 F: drivers/platform/x86/toshiba_bluetooth.c
10998
10999 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11000 M: Azael Avalos <coproscefalo@gmail.com>
11001 L: platform-driver-x86@vger.kernel.org
11002 S: Maintained
11003 F: drivers/platform/x86/toshiba_haps.c
11004
11005 TOSHIBA WMI HOTKEYS DRIVER
11006 M: Azael Avalos <coproscefalo@gmail.com>
11007 L: platform-driver-x86@vger.kernel.org
11008 S: Maintained
11009 F: drivers/platform/x86/toshiba-wmi.c
11010
11011 TOSHIBA SMM DRIVER
11012 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11013 W: http://www.buzzard.org.uk/toshiba/
11014 S: Maintained
11015 F: drivers/char/toshiba.c
11016 F: include/linux/toshiba.h
11017 F: include/uapi/linux/toshiba.h
11018
11019 TOSHIBA TC358743 DRIVER
11020 M: Mats Randgaard <matrandg@cisco.com>
11021 L: linux-media@vger.kernel.org
11022 S: Maintained
11023 F: drivers/media/i2c/tc358743*
11024 F: include/media/i2c/tc358743.h
11025
11026 TMIO MMC DRIVER
11027 M: Ian Molton <ian@mnementh.co.uk>
11028 L: linux-mmc@vger.kernel.org
11029 S: Maintained
11030 F: drivers/mmc/host/tmio_mmc*
11031 F: drivers/mmc/host/sh_mobile_sdhi.c
11032 F: include/linux/mmc/tmio.h
11033 F: include/linux/mmc/sh_mobile_sdhi.h
11034
11035 TMP401 HARDWARE MONITOR DRIVER
11036 M: Guenter Roeck <linux@roeck-us.net>
11037 L: lm-sensors@lm-sensors.org
11038 S: Maintained
11039 F: Documentation/hwmon/tmp401
11040 F: drivers/hwmon/tmp401.c
11041
11042 TMPFS (SHMEM FILESYSTEM)
11043 M: Hugh Dickins <hughd@google.com>
11044 L: linux-mm@kvack.org
11045 S: Maintained
11046 F: include/linux/shmem_fs.h
11047 F: mm/shmem.c
11048
11049 TM6000 VIDEO4LINUX DRIVER
11050 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11051 L: linux-media@vger.kernel.org
11052 W: https://linuxtv.org
11053 T: git git://linuxtv.org/media_tree.git
11054 S: Odd fixes
11055 F: drivers/media/usb/tm6000/
11056
11057 TW68 VIDEO4LINUX DRIVER
11058 M: Hans Verkuil <hverkuil@xs4all.nl>
11059 L: linux-media@vger.kernel.org
11060 T: git git://linuxtv.org/media_tree.git
11061 W: https://linuxtv.org
11062 S: Odd Fixes
11063 F: drivers/media/pci/tw68/
11064
11065 TPM DEVICE DRIVER
11066 M: Peter Huewe <peterhuewe@gmx.de>
11067 M: Marcel Selhorst <tpmdd@selhorst.net>
11068 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11069 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11070 W: http://tpmdd.sourceforge.net
11071 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11072 Q: git git://github.com/PeterHuewe/linux-tpmdd.git
11073 T: git https://github.com/PeterHuewe/linux-tpmdd
11074 S: Maintained
11075 F: drivers/char/tpm/
11076
11077 TPM IBM_VTPM DEVICE DRIVER
11078 M: Ashley Lai <ashleydlai@gmail.com>
11079 W: http://tpmdd.sourceforge.net
11080 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11081 S: Maintained
11082 F: drivers/char/tpm/tpm_ibmvtpm*
11083
11084 TRACING
11085 M: Steven Rostedt <rostedt@goodmis.org>
11086 M: Ingo Molnar <mingo@redhat.com>
11087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11088 S: Maintained
11089 F: Documentation/trace/ftrace.txt
11090 F: arch/*/*/*/ftrace.h
11091 F: arch/*/kernel/ftrace.c
11092 F: include/*/ftrace.h
11093 F: include/linux/trace*.h
11094 F: include/trace/
11095 F: kernel/trace/
11096 F: tools/testing/selftests/ftrace/
11097
11098 TRIVIAL PATCHES
11099 M: Jiri Kosina <trivial@kernel.org>
11100 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11101 S: Maintained
11102 K: ^Subject:.*(?i)trivial
11103
11104 TTY LAYER
11105 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11106 M: Jiri Slaby <jslaby@suse.com>
11107 S: Supported
11108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11109 F: Documentation/serial/
11110 F: drivers/tty/
11111 F: drivers/tty/serial/serial_core.c
11112 F: include/linux/serial_core.h
11113 F: include/linux/serial.h
11114 F: include/linux/tty.h
11115 F: include/uapi/linux/serial_core.h
11116 F: include/uapi/linux/serial.h
11117 F: include/uapi/linux/tty.h
11118
11119 TUA9001 MEDIA DRIVER
11120 M: Antti Palosaari <crope@iki.fi>
11121 L: linux-media@vger.kernel.org
11122 W: https://linuxtv.org
11123 W: http://palosaari.fi/linux/
11124 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11125 T: git git://linuxtv.org/anttip/media_tree.git
11126 S: Maintained
11127 F: drivers/media/tuners/tua9001*
11128
11129 TULIP NETWORK DRIVERS
11130 L: netdev@vger.kernel.org
11131 L: linux-parisc@vger.kernel.org
11132 S: Orphan
11133 F: drivers/net/ethernet/dec/tulip/
11134
11135 TUN/TAP driver
11136 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11137 W: http://vtun.sourceforge.net/tun
11138 S: Maintained
11139 F: Documentation/networking/tuntap.txt
11140 F: arch/um/os-Linux/drivers/
11141
11142 TURBOCHANNEL SUBSYSTEM
11143 M: "Maciej W. Rozycki" <macro@linux-mips.org>
11144 M: Ralf Baechle <ralf@linux-mips.org>
11145 L: linux-mips@linux-mips.org
11146 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11147 S: Maintained
11148 F: drivers/tc/
11149 F: include/linux/tc.h
11150
11151 U14-34F SCSI DRIVER
11152 M: Dario Ballabio <ballabio_dario@emc.com>
11153 L: linux-scsi@vger.kernel.org
11154 S: Maintained
11155 F: drivers/scsi/u14-34f.c
11156
11157 UBI FILE SYSTEM (UBIFS)
11158 M: Artem Bityutskiy <dedekind1@gmail.com>
11159 M: Adrian Hunter <adrian.hunter@intel.com>
11160 L: linux-mtd@lists.infradead.org
11161 T: git git://git.infradead.org/ubifs-2.6.git
11162 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11163 S: Maintained
11164 F: Documentation/filesystems/ubifs.txt
11165 F: fs/ubifs/
11166
11167 UCLINUX (M68KNOMMU AND COLDFIRE)
11168 M: Greg Ungerer <gerg@uclinux.org>
11169 W: http://www.uclinux.org/
11170 L: linux-m68k@lists.linux-m68k.org
11171 L: uclinux-dev@uclinux.org (subscribers-only)
11172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11173 S: Maintained
11174 F: arch/m68k/coldfire/
11175 F: arch/m68k/68*/
11176 F: arch/m68k/*/*_no.*
11177 F: arch/m68k/include/asm/*_no.*
11178
11179 UDF FILESYSTEM
11180 M: Jan Kara <jack@suse.com>
11181 S: Maintained
11182 F: Documentation/filesystems/udf.txt
11183 F: fs/udf/
11184
11185 UFS FILESYSTEM
11186 M: Evgeniy Dushistov <dushistov@mail.ru>
11187 S: Maintained
11188 F: Documentation/filesystems/ufs.txt
11189 F: fs/ufs/
11190
11191 UHID USERSPACE HID IO DRIVER:
11192 M: David Herrmann <dh.herrmann@googlemail.com>
11193 L: linux-input@vger.kernel.org
11194 S: Maintained
11195 F: drivers/hid/uhid.c
11196 F: include/uapi/linux/uhid.h
11197
11198 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11199 L: linux-usb@vger.kernel.org
11200 S: Orphan
11201 F: drivers/uwb/
11202 F: include/linux/uwb.h
11203 F: include/linux/uwb/
11204
11205 UNICORE32 ARCHITECTURE:
11206 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11207 W: http://mprc.pku.edu.cn/~guanxuetao/linux
11208 S: Maintained
11209 T: git git://github.com/gxt/linux.git
11210 F: arch/unicore32/
11211
11212 UNIFDEF
11213 M: Tony Finch <dot@dotat.at>
11214 W: http://dotat.at/prog/unifdef
11215 S: Maintained
11216 F: scripts/unifdef.c
11217
11218 UNIFORM CDROM DRIVER
11219 M: Jens Axboe <axboe@kernel.dk>
11220 W: http://www.kernel.dk
11221 S: Maintained
11222 F: Documentation/cdrom/
11223 F: drivers/cdrom/cdrom.c
11224 F: include/linux/cdrom.h
11225 F: include/uapi/linux/cdrom.h
11226
11227 UNISYS S-PAR DRIVERS
11228 M: Benjamin Romer <benjamin.romer@unisys.com>
11229 M: David Kershner <david.kershner@unisys.com>
11230 L: sparmaintainer@unisys.com (Unisys internal)
11231 S: Supported
11232 F: drivers/staging/unisys/
11233
11234 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11235 M: Vinayak Holikatti <vinholikatti@gmail.com>
11236 L: linux-scsi@vger.kernel.org
11237 S: Supported
11238 F: Documentation/scsi/ufs.txt
11239 F: drivers/scsi/ufs/
11240
11241 UNSORTED BLOCK IMAGES (UBI)
11242 M: Artem Bityutskiy <dedekind1@gmail.com>
11243 M: Richard Weinberger <richard@nod.at>
11244 W: http://www.linux-mtd.infradead.org/
11245 L: linux-mtd@lists.infradead.org
11246 T: git git://git.infradead.org/ubifs-2.6.git
11247 S: Supported
11248 F: drivers/mtd/ubi/
11249 F: include/linux/mtd/ubi.h
11250 F: include/uapi/mtd/ubi-user.h
11251
11252 USB ACM DRIVER
11253 M: Oliver Neukum <oliver@neukum.org>
11254 L: linux-usb@vger.kernel.org
11255 S: Maintained
11256 F: Documentation/usb/acm.txt
11257 F: drivers/usb/class/cdc-acm.*
11258
11259 USB AR5523 WIRELESS DRIVER
11260 M: Pontus Fuchs <pontus.fuchs@gmail.com>
11261 L: linux-wireless@vger.kernel.org
11262 S: Maintained
11263 F: drivers/net/wireless/ath/ar5523/
11264
11265 USB ATTACHED SCSI
11266 M: Hans de Goede <hdegoede@redhat.com>
11267 M: Gerd Hoffmann <kraxel@redhat.com>
11268 L: linux-usb@vger.kernel.org
11269 L: linux-scsi@vger.kernel.org
11270 S: Maintained
11271 F: drivers/usb/storage/uas.c
11272
11273 USB CDC ETHERNET DRIVER
11274 M: Oliver Neukum <oliver@neukum.org>
11275 L: linux-usb@vger.kernel.org
11276 S: Maintained
11277 F: drivers/net/usb/cdc_*.c
11278 F: include/uapi/linux/usb/cdc.h
11279
11280 USB CHAOSKEY DRIVER
11281 M: Keith Packard <keithp@keithp.com>
11282 L: linux-usb@vger.kernel.org
11283 S: Maintained
11284 F: drivers/usb/misc/chaoskey.c
11285
11286 USB CYPRESS C67X00 DRIVER
11287 M: Peter Korsgaard <jacmet@sunsite.dk>
11288 L: linux-usb@vger.kernel.org
11289 S: Maintained
11290 F: drivers/usb/c67x00/
11291
11292 USB DAVICOM DM9601 DRIVER
11293 M: Peter Korsgaard <jacmet@sunsite.dk>
11294 L: netdev@vger.kernel.org
11295 W: http://www.linux-usb.org/usbnet
11296 S: Maintained
11297 F: drivers/net/usb/dm9601.c
11298
11299 USB DIAMOND RIO500 DRIVER
11300 M: Cesar Miquel <miquel@df.uba.ar>
11301 L: rio500-users@lists.sourceforge.net
11302 W: http://rio500.sourceforge.net
11303 S: Maintained
11304 F: drivers/usb/misc/rio500*
11305
11306 USB EHCI DRIVER
11307 M: Alan Stern <stern@rowland.harvard.edu>
11308 L: linux-usb@vger.kernel.org
11309 S: Maintained
11310 F: Documentation/usb/ehci.txt
11311 F: drivers/usb/host/ehci*
11312
11313 USB GADGET/PERIPHERAL SUBSYSTEM
11314 M: Felipe Balbi <balbi@ti.com>
11315 L: linux-usb@vger.kernel.org
11316 W: http://www.linux-usb.org/gadget
11317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11318 S: Maintained
11319 F: drivers/usb/gadget/
11320 F: include/linux/usb/gadget*
11321
11322 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11323 M: Jiri Kosina <jikos@kernel.org>
11324 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11325 L: linux-usb@vger.kernel.org
11326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11327 S: Maintained
11328 F: Documentation/hid/hiddev.txt
11329 F: drivers/hid/usbhid/
11330
11331 USB ISP116X DRIVER
11332 M: Olav Kongas <ok@artecdesign.ee>
11333 L: linux-usb@vger.kernel.org
11334 S: Maintained
11335 F: drivers/usb/host/isp116x*
11336 F: include/linux/usb/isp116x.h
11337
11338 USB MASS STORAGE DRIVER
11339 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11340 L: linux-usb@vger.kernel.org
11341 L: usb-storage@lists.one-eyed-alien.net
11342 S: Maintained
11343 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11344 F: drivers/usb/storage/
11345
11346 USB MIDI DRIVER
11347 M: Clemens Ladisch <clemens@ladisch.de>
11348 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11349 T: git git://git.alsa-project.org/alsa-kernel.git
11350 S: Maintained
11351 F: sound/usb/midi.*
11352
11353 USB NETWORKING DRIVERS
11354 L: linux-usb@vger.kernel.org
11355 S: Odd Fixes
11356 F: drivers/net/usb/
11357
11358 USB OHCI DRIVER
11359 M: Alan Stern <stern@rowland.harvard.edu>
11360 L: linux-usb@vger.kernel.org
11361 S: Maintained
11362 F: Documentation/usb/ohci.txt
11363 F: drivers/usb/host/ohci*
11364
11365 USB OTG FSM (Finite State Machine)
11366 M: Peter Chen <Peter.Chen@nxp.com>
11367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11368 L: linux-usb@vger.kernel.org
11369 S: Maintained
11370 F: drivers/usb/common/usb-otg-fsm.c
11371
11372 USB OVER IP DRIVER
11373 M: Valentina Manea <valentina.manea.m@gmail.com>
11374 M: Shuah Khan <shuah.kh@samsung.com>
11375 L: linux-usb@vger.kernel.org
11376 S: Maintained
11377 F: drivers/usb/usbip/
11378 F: tools/usb/usbip/
11379
11380 USB PEGASUS DRIVER
11381 M: Petko Manolov <petkan@nucleusys.com>
11382 L: linux-usb@vger.kernel.org
11383 L: netdev@vger.kernel.org
11384 T: git git://github.com/petkan/pegasus.git
11385 W: https://github.com/petkan/pegasus
11386 S: Maintained
11387 F: drivers/net/usb/pegasus.*
11388
11389 USB PHY LAYER
11390 M: Felipe Balbi <balbi@ti.com>
11391 L: linux-usb@vger.kernel.org
11392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11393 S: Maintained
11394 F: drivers/usb/phy/
11395
11396 USB PRINTER DRIVER (usblp)
11397 M: Pete Zaitcev <zaitcev@redhat.com>
11398 L: linux-usb@vger.kernel.org
11399 S: Supported
11400 F: drivers/usb/class/usblp.c
11401
11402 USB QMI WWAN NETWORK DRIVER
11403 M: Bjørn Mork <bjorn@mork.no>
11404 L: netdev@vger.kernel.org
11405 S: Maintained
11406 F: Documentation/ABI/testing/sysfs-class-net-qmi
11407 F: drivers/net/usb/qmi_wwan.c
11408
11409 USB RTL8150 DRIVER
11410 M: Petko Manolov <petkan@nucleusys.com>
11411 L: linux-usb@vger.kernel.org
11412 L: netdev@vger.kernel.org
11413 T: git git://github.com/petkan/rtl8150.git
11414 W: https://github.com/petkan/rtl8150
11415 S: Maintained
11416 F: drivers/net/usb/rtl8150.c
11417
11418 USB SERIAL SUBSYSTEM
11419 M: Johan Hovold <johan@kernel.org>
11420 L: linux-usb@vger.kernel.org
11421 S: Maintained
11422 F: Documentation/usb/usb-serial.txt
11423 F: drivers/usb/serial/
11424 F: include/linux/usb/serial.h
11425
11426 USB SMSC75XX ETHERNET DRIVER
11427 M: Steve Glendinning <steve.glendinning@shawell.net>
11428 L: netdev@vger.kernel.org
11429 S: Maintained
11430 F: drivers/net/usb/smsc75xx.*
11431
11432 USB SMSC95XX ETHERNET DRIVER
11433 M: Steve Glendinning <steve.glendinning@shawell.net>
11434 L: netdev@vger.kernel.org
11435 S: Maintained
11436 F: drivers/net/usb/smsc95xx.*
11437
11438 USB SUBSYSTEM
11439 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11440 L: linux-usb@vger.kernel.org
11441 W: http://www.linux-usb.org
11442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11443 S: Supported
11444 F: Documentation/usb/
11445 F: drivers/usb/
11446 F: include/linux/usb.h
11447 F: include/linux/usb/
11448
11449 USB UHCI DRIVER
11450 M: Alan Stern <stern@rowland.harvard.edu>
11451 L: linux-usb@vger.kernel.org
11452 S: Maintained
11453 F: drivers/usb/host/uhci*
11454
11455 USB "USBNET" DRIVER FRAMEWORK
11456 M: Oliver Neukum <oneukum@suse.com>
11457 L: netdev@vger.kernel.org
11458 W: http://www.linux-usb.org/usbnet
11459 S: Maintained
11460 F: drivers/net/usb/usbnet.c
11461 F: include/linux/usb/usbnet.h
11462
11463 USB VIDEO CLASS
11464 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11465 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11466 L: linux-media@vger.kernel.org
11467 T: git git://linuxtv.org/media_tree.git
11468 W: http://www.ideasonboard.org/uvc/
11469 S: Maintained
11470 F: drivers/media/usb/uvc/
11471 F: include/uapi/linux/uvcvideo.h
11472
11473 USB VISION DRIVER
11474 M: Hans Verkuil <hverkuil@xs4all.nl>
11475 L: linux-media@vger.kernel.org
11476 T: git git://linuxtv.org/media_tree.git
11477 W: https://linuxtv.org
11478 S: Odd Fixes
11479 F: drivers/media/usb/usbvision/
11480
11481 USB WEBCAM GADGET
11482 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11483 L: linux-usb@vger.kernel.org
11484 S: Maintained
11485 F: drivers/usb/gadget/function/*uvc*
11486 F: drivers/usb/gadget/legacy/webcam.c
11487
11488 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11489 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11490 L: linux-wireless@vger.kernel.org
11491 S: Maintained
11492 F: drivers/net/wireless/rndis_wlan.c
11493
11494 USB XHCI DRIVER
11495 M: Mathias Nyman <mathias.nyman@intel.com>
11496 L: linux-usb@vger.kernel.org
11497 S: Supported
11498 F: drivers/usb/host/xhci*
11499 F: drivers/usb/host/pci-quirks*
11500
11501 USB ZD1201 DRIVER
11502 L: linux-wireless@vger.kernel.org
11503 W: http://linux-lc100020.sourceforge.net
11504 S: Orphan
11505 F: drivers/net/wireless/zydas/zd1201.*
11506
11507 USB ZR364XX DRIVER
11508 M: Antoine Jacquet <royale@zerezo.com>
11509 L: linux-usb@vger.kernel.org
11510 L: linux-media@vger.kernel.org
11511 T: git git://linuxtv.org/media_tree.git
11512 W: http://royale.zerezo.com/zr364xx/
11513 S: Maintained
11514 F: Documentation/video4linux/zr364xx.txt
11515 F: drivers/media/usb/zr364xx/
11516
11517 ULPI BUS
11518 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11519 L: linux-usb@vger.kernel.org
11520 S: Maintained
11521 F: drivers/usb/common/ulpi.c
11522 F: include/linux/ulpi/
11523
11524 USER-MODE LINUX (UML)
11525 M: Jeff Dike <jdike@addtoit.com>
11526 M: Richard Weinberger <richard@nod.at>
11527 L: user-mode-linux-devel@lists.sourceforge.net
11528 L: user-mode-linux-user@lists.sourceforge.net
11529 W: http://user-mode-linux.sourceforge.net
11530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11531 S: Maintained
11532 F: Documentation/virtual/uml/
11533 F: arch/um/
11534 F: arch/x86/um/
11535 F: fs/hostfs/
11536 F: fs/hppfs/
11537
11538 USERSPACE I/O (UIO)
11539 M: "Hans J. Koch" <hjk@hansjkoch.de>
11540 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11541 S: Maintained
11542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11543 F: Documentation/DocBook/uio-howto.tmpl
11544 F: drivers/uio/
11545 F: include/linux/uio*.h
11546
11547 UTIL-LINUX PACKAGE
11548 M: Karel Zak <kzak@redhat.com>
11549 L: util-linux@vger.kernel.org
11550 W: http://en.wikipedia.org/wiki/Util-linux
11551 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11552 S: Maintained
11553
11554 UVESAFB DRIVER
11555 M: Michal Januszewski <spock@gentoo.org>
11556 L: linux-fbdev@vger.kernel.org
11557 W: http://dev.gentoo.org/~spock/projects/uvesafb/
11558 S: Maintained
11559 F: Documentation/fb/uvesafb.txt
11560 F: drivers/video/fbdev/uvesafb.*
11561
11562 VF610 NAND DRIVER
11563 M: Stefan Agner <stefan@agner.ch>
11564 L: linux-mtd@lists.infradead.org
11565 S: Supported
11566 F: drivers/mtd/nand/vf610_nfc.c
11567
11568 VFAT/FAT/MSDOS FILESYSTEM
11569 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11570 S: Maintained
11571 F: Documentation/filesystems/vfat.txt
11572 F: fs/fat/
11573
11574 VFIO DRIVER
11575 M: Alex Williamson <alex.williamson@redhat.com>
11576 L: kvm@vger.kernel.org
11577 T: git git://github.com/awilliam/linux-vfio.git
11578 S: Maintained
11579 F: Documentation/vfio.txt
11580 F: drivers/vfio/
11581 F: include/linux/vfio.h
11582 F: include/uapi/linux/vfio.h
11583
11584 VFIO PLATFORM DRIVER
11585 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11586 L: kvm@vger.kernel.org
11587 S: Maintained
11588 F: drivers/vfio/platform/
11589
11590 VIDEOBUF2 FRAMEWORK
11591 M: Pawel Osciak <pawel@osciak.com>
11592 M: Marek Szyprowski <m.szyprowski@samsung.com>
11593 M: Kyungmin Park <kyungmin.park@samsung.com>
11594 L: linux-media@vger.kernel.org
11595 S: Maintained
11596 F: drivers/media/v4l2-core/videobuf2-*
11597 F: include/media/videobuf2-*
11598
11599 VIRTUAL SERIO DEVICE DRIVER
11600 M: Stephen Chandler Paul <thatslyude@gmail.com>
11601 S: Maintained
11602 F: drivers/input/serio/userio.c
11603 F: include/uapi/linux/userio.h
11604
11605 VIRTIO CONSOLE DRIVER
11606 M: Amit Shah <amit.shah@redhat.com>
11607 L: virtualization@lists.linux-foundation.org
11608 S: Maintained
11609 F: drivers/char/virtio_console.c
11610 F: include/linux/virtio_console.h
11611 F: include/uapi/linux/virtio_console.h
11612
11613 VIRTIO CORE, NET AND BLOCK DRIVERS
11614 M: "Michael S. Tsirkin" <mst@redhat.com>
11615 L: virtualization@lists.linux-foundation.org
11616 S: Maintained
11617 F: drivers/virtio/
11618 F: tools/virtio/
11619 F: drivers/net/virtio_net.c
11620 F: drivers/block/virtio_blk.c
11621 F: include/linux/virtio_*.h
11622 F: include/uapi/linux/virtio_*.h
11623
11624 VIRTIO DRIVERS FOR S390
11625 M: Christian Borntraeger <borntraeger@de.ibm.com>
11626 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11627 L: linux-s390@vger.kernel.org
11628 L: virtualization@lists.linux-foundation.org
11629 L: kvm@vger.kernel.org
11630 S: Supported
11631 F: drivers/s390/virtio/
11632
11633 VIRTIO GPU DRIVER
11634 M: David Airlie <airlied@linux.ie>
11635 M: Gerd Hoffmann <kraxel@redhat.com>
11636 L: dri-devel@lists.freedesktop.org
11637 L: virtualization@lists.linux-foundation.org
11638 S: Maintained
11639 F: drivers/gpu/drm/virtio/
11640 F: include/uapi/linux/virtio_gpu.h
11641
11642 VIRTIO HOST (VHOST)
11643 M: "Michael S. Tsirkin" <mst@redhat.com>
11644 L: kvm@vger.kernel.org
11645 L: virtualization@lists.linux-foundation.org
11646 L: netdev@vger.kernel.org
11647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11648 S: Maintained
11649 F: drivers/vhost/
11650 F: include/uapi/linux/vhost.h
11651
11652 VIRTIO INPUT DRIVER
11653 M: Gerd Hoffmann <kraxel@redhat.com>
11654 S: Maintained
11655 F: drivers/virtio/virtio_input.c
11656 F: include/uapi/linux/virtio_input.h
11657
11658 VIA RHINE NETWORK DRIVER
11659 S: Orphan
11660 F: drivers/net/ethernet/via/via-rhine.c
11661
11662 VIA SD/MMC CARD CONTROLLER DRIVER
11663 M: Bruce Chang <brucechang@via.com.tw>
11664 M: Harald Welte <HaraldWelte@viatech.com>
11665 S: Maintained
11666 F: drivers/mmc/host/via-sdmmc.c
11667
11668 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11669 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11670 L: linux-fbdev@vger.kernel.org
11671 S: Maintained
11672 F: include/linux/via-core.h
11673 F: include/linux/via-gpio.h
11674 F: include/linux/via_i2c.h
11675 F: drivers/video/fbdev/via/
11676
11677 VIA VELOCITY NETWORK DRIVER
11678 M: Francois Romieu <romieu@fr.zoreil.com>
11679 L: netdev@vger.kernel.org
11680 S: Maintained
11681 F: drivers/net/ethernet/via/via-velocity.*
11682
11683 VIRT LIB
11684 M: Alex Williamson <alex.williamson@redhat.com>
11685 M: Paolo Bonzini <pbonzini@redhat.com>
11686 L: kvm@vger.kernel.org
11687 S: Supported
11688 F: virt/lib/
11689
11690 VIVID VIRTUAL VIDEO DRIVER
11691 M: Hans Verkuil <hverkuil@xs4all.nl>
11692 L: linux-media@vger.kernel.org
11693 T: git git://linuxtv.org/media_tree.git
11694 W: https://linuxtv.org
11695 S: Maintained
11696 F: drivers/media/platform/vivid/*
11697
11698 VLAN (802.1Q)
11699 M: Patrick McHardy <kaber@trash.net>
11700 L: netdev@vger.kernel.org
11701 S: Maintained
11702 F: drivers/net/macvlan.c
11703 F: include/linux/if_*vlan.h
11704 F: net/8021q/
11705
11706 VLYNQ BUS
11707 M: Florian Fainelli <florian@openwrt.org>
11708 L: openwrt-devel@lists.openwrt.org (subscribers-only)
11709 S: Maintained
11710 F: drivers/vlynq/vlynq.c
11711 F: include/linux/vlynq.h
11712
11713 VME SUBSYSTEM
11714 M: Martyn Welch <martyn@welchs.me.uk>
11715 M: Manohar Vanga <manohar.vanga@gmail.com>
11716 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11717 L: devel@driverdev.osuosl.org
11718 S: Maintained
11719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11720 F: Documentation/vme_api.txt
11721 F: drivers/staging/vme/
11722 F: drivers/vme/
11723 F: include/linux/vme*
11724
11725 VMWARE HYPERVISOR INTERFACE
11726 M: Alok Kataria <akataria@vmware.com>
11727 L: virtualization@lists.linux-foundation.org
11728 S: Supported
11729 F: arch/x86/kernel/cpu/vmware.c
11730
11731 VMWARE BALLOON DRIVER
11732 M: Xavier Deguillard <xdeguillard@vmware.com>
11733 M: Philip Moltmann <moltmann@vmware.com>
11734 M: "VMware, Inc." <pv-drivers@vmware.com>
11735 L: linux-kernel@vger.kernel.org
11736 S: Maintained
11737 F: drivers/misc/vmw_balloon.c
11738
11739 VMWARE VMMOUSE SUBDRIVER
11740 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11741 M: "VMware, Inc." <pv-drivers@vmware.com>
11742 L: linux-input@vger.kernel.org
11743 S: Maintained
11744 F: drivers/input/mouse/vmmouse.c
11745 F: drivers/input/mouse/vmmouse.h
11746
11747 VMWARE VMXNET3 ETHERNET DRIVER
11748 M: Shrikrishna Khare <skhare@vmware.com>
11749 M: "VMware, Inc." <pv-drivers@vmware.com>
11750 L: netdev@vger.kernel.org
11751 S: Maintained
11752 F: drivers/net/vmxnet3/
11753
11754 VMware PVSCSI driver
11755 M: Arvind Kumar <arvindkumar@vmware.com>
11756 M: VMware PV-Drivers <pv-drivers@vmware.com>
11757 L: linux-scsi@vger.kernel.org
11758 S: Maintained
11759 F: drivers/scsi/vmw_pvscsi.c
11760 F: drivers/scsi/vmw_pvscsi.h
11761
11762 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11763 M: Liam Girdwood <lgirdwood@gmail.com>
11764 M: Mark Brown <broonie@kernel.org>
11765 L: linux-kernel@vger.kernel.org
11766 W: http://www.slimlogic.co.uk/?p=48
11767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11768 S: Supported
11769 F: drivers/regulator/
11770 F: include/linux/regulator/
11771
11772 VRF
11773 M: David Ahern <dsa@cumulusnetworks.com>
11774 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11775 L: netdev@vger.kernel.org
11776 S: Maintained
11777 F: drivers/net/vrf.c
11778 F: Documentation/networking/vrf.txt
11779
11780 VT1211 HARDWARE MONITOR DRIVER
11781 M: Juerg Haefliger <juergh@gmail.com>
11782 L: lm-sensors@lm-sensors.org
11783 S: Maintained
11784 F: Documentation/hwmon/vt1211
11785 F: drivers/hwmon/vt1211.c
11786
11787 VT8231 HARDWARE MONITOR DRIVER
11788 M: Roger Lucas <vt8231@hiddenengine.co.uk>
11789 L: lm-sensors@lm-sensors.org
11790 S: Maintained
11791 F: drivers/hwmon/vt8231.c
11792
11793 VUB300 USB to SDIO/SD/MMC bridge chip
11794 M: Tony Olech <tony.olech@elandigitalsystems.com>
11795 L: linux-mmc@vger.kernel.org
11796 L: linux-usb@vger.kernel.org
11797 S: Supported
11798 F: drivers/mmc/host/vub300.c
11799
11800 W1 DALLAS'S 1-WIRE BUS
11801 M: Evgeniy Polyakov <zbr@ioremap.net>
11802 S: Maintained
11803 F: Documentation/w1/
11804 F: drivers/w1/
11805
11806 W83791D HARDWARE MONITORING DRIVER
11807 M: Marc Hulsman <m.hulsman@tudelft.nl>
11808 L: lm-sensors@lm-sensors.org
11809 S: Maintained
11810 F: Documentation/hwmon/w83791d
11811 F: drivers/hwmon/w83791d.c
11812
11813 W83793 HARDWARE MONITORING DRIVER
11814 M: Rudolf Marek <r.marek@assembler.cz>
11815 L: lm-sensors@lm-sensors.org
11816 S: Maintained
11817 F: Documentation/hwmon/w83793
11818 F: drivers/hwmon/w83793.c
11819
11820 W83795 HARDWARE MONITORING DRIVER
11821 M: Jean Delvare <jdelvare@suse.com>
11822 L: lm-sensors@lm-sensors.org
11823 S: Maintained
11824 F: drivers/hwmon/w83795.c
11825
11826 W83L51xD SD/MMC CARD INTERFACE DRIVER
11827 M: Pierre Ossman <pierre@ossman.eu>
11828 S: Maintained
11829 F: drivers/mmc/host/wbsd.*
11830
11831 WACOM PROTOCOL 4 SERIAL TABLETS
11832 M: Julian Squires <julian@cipht.net>
11833 M: Hans de Goede <hdegoede@redhat.com>
11834 L: linux-input@vger.kernel.org
11835 S: Maintained
11836 F: drivers/input/tablet/wacom_serial4.c
11837
11838 WATCHDOG DEVICE DRIVERS
11839 M: Wim Van Sebroeck <wim@iguana.be>
11840 R: Guenter Roeck <linux@roeck-us.net>
11841 L: linux-watchdog@vger.kernel.org
11842 W: http://www.linux-watchdog.org/
11843 T: git git://www.linux-watchdog.org/linux-watchdog.git
11844 S: Maintained
11845 F: Documentation/watchdog/
11846 F: drivers/watchdog/
11847 F: include/linux/watchdog.h
11848 F: include/uapi/linux/watchdog.h
11849
11850 WD7000 SCSI DRIVER
11851 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11852 L: linux-scsi@vger.kernel.org
11853 S: Maintained
11854 F: drivers/scsi/wd7000.c
11855
11856 WIIMOTE HID DRIVER
11857 M: David Herrmann <dh.herrmann@googlemail.com>
11858 L: linux-input@vger.kernel.org
11859 S: Maintained
11860 F: drivers/hid/hid-wiimote*
11861
11862 WINBOND CIR DRIVER
11863 M: David Härdeman <david@hardeman.nu>
11864 S: Maintained
11865 F: drivers/media/rc/winbond-cir.c
11866
11867 WIMAX STACK
11868 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11869 M: linux-wimax@intel.com
11870 L: wimax@linuxwimax.org (subscribers-only)
11871 S: Supported
11872 W: http://linuxwimax.org
11873 F: Documentation/wimax/README.wimax
11874 F: include/linux/wimax/debug.h
11875 F: include/net/wimax.h
11876 F: include/uapi/linux/wimax.h
11877 F: net/wimax/
11878
11879 WISTRON LAPTOP BUTTON DRIVER
11880 M: Miloslav Trmac <mitr@volny.cz>
11881 S: Maintained
11882 F: drivers/input/misc/wistron_btns.c
11883
11884 WL3501 WIRELESS PCMCIA CARD DRIVER
11885 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11886 L: linux-wireless@vger.kernel.org
11887 W: http://oops.ghostprotocols.net:81/blog
11888 S: Maintained
11889 F: drivers/net/wireless/wl3501*
11890
11891 WOLFSON MICROELECTRONICS DRIVERS
11892 L: patches@opensource.wolfsonmicro.com
11893 T: git https://github.com/CirrusLogic/linux-drivers.git
11894 W: https://github.com/CirrusLogic/linux-drivers/wiki
11895 S: Supported
11896 F: Documentation/hwmon/wm83??
11897 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11898 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11899 F: Documentation/devicetree/bindings/mfd/arizona.txt
11900 F: arch/arm/mach-s3c64xx/mach-crag6410*
11901 F: drivers/clk/clk-wm83*.c
11902 F: drivers/extcon/extcon-arizona.c
11903 F: drivers/leds/leds-wm83*.c
11904 F: drivers/gpio/gpio-*wm*.c
11905 F: drivers/gpio/gpio-arizona.c
11906 F: drivers/hwmon/wm83??-hwmon.c
11907 F: drivers/input/misc/wm831x-on.c
11908 F: drivers/input/touchscreen/wm831x-ts.c
11909 F: drivers/input/touchscreen/wm97*.c
11910 F: drivers/mfd/arizona*
11911 F: drivers/mfd/wm*.c
11912 F: drivers/mfd/cs47l24*
11913 F: drivers/power/wm83*.c
11914 F: drivers/rtc/rtc-wm83*.c
11915 F: drivers/regulator/wm8*.c
11916 F: drivers/video/backlight/wm83*_bl.c
11917 F: drivers/watchdog/wm83*_wdt.c
11918 F: include/linux/mfd/arizona/
11919 F: include/linux/mfd/wm831x/
11920 F: include/linux/mfd/wm8350/
11921 F: include/linux/mfd/wm8400*
11922 F: include/linux/wm97xx.h
11923 F: include/sound/wm????.h
11924 F: sound/soc/codecs/arizona.?
11925 F: sound/soc/codecs/wm*
11926 F: sound/soc/codecs/cs47l24*
11927
11928 WORKQUEUE
11929 M: Tejun Heo <tj@kernel.org>
11930 R: Lai Jiangshan <jiangshanlai@gmail.com>
11931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11932 S: Maintained
11933 F: include/linux/workqueue.h
11934 F: kernel/workqueue.c
11935 F: Documentation/workqueue.txt
11936
11937 X.25 NETWORK LAYER
11938 M: Andrew Hendry <andrew.hendry@gmail.com>
11939 L: linux-x25@vger.kernel.org
11940 S: Odd Fixes
11941 F: Documentation/networking/x25*
11942 F: include/net/x25*
11943 F: net/x25/
11944
11945 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11946 M: Thomas Gleixner <tglx@linutronix.de>
11947 M: Ingo Molnar <mingo@redhat.com>
11948 M: "H. Peter Anvin" <hpa@zytor.com>
11949 M: x86@kernel.org
11950 L: linux-kernel@vger.kernel.org
11951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11952 S: Maintained
11953 F: Documentation/x86/
11954 F: arch/x86/
11955
11956 X86 PLATFORM DRIVERS
11957 M: Darren Hart <dvhart@infradead.org>
11958 L: platform-driver-x86@vger.kernel.org
11959 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11960 S: Maintained
11961 F: drivers/platform/x86/
11962 F: drivers/platform/olpc/
11963
11964 X86 MCE INFRASTRUCTURE
11965 M: Tony Luck <tony.luck@intel.com>
11966 M: Borislav Petkov <bp@alien8.de>
11967 L: linux-edac@vger.kernel.org
11968 S: Maintained
11969 F: arch/x86/kernel/cpu/mcheck/*
11970
11971 X86 MICROCODE UPDATE SUPPORT
11972 M: Borislav Petkov <bp@alien8.de>
11973 S: Maintained
11974 F: arch/x86/kernel/cpu/microcode/*
11975
11976 X86 VDSO
11977 M: Andy Lutomirski <luto@amacapital.net>
11978 L: linux-kernel@vger.kernel.org
11979 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11980 S: Maintained
11981 F: arch/x86/entry/vdso/
11982
11983 XC2028/3028 TUNER DRIVER
11984 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11985 L: linux-media@vger.kernel.org
11986 W: https://linuxtv.org
11987 T: git git://linuxtv.org/media_tree.git
11988 S: Maintained
11989 F: drivers/media/tuners/tuner-xc2028.*
11990
11991 XEN HYPERVISOR INTERFACE
11992 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11993 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11994 M: David Vrabel <david.vrabel@citrix.com>
11995 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11997 S: Supported
11998 F: arch/x86/xen/
11999 F: drivers/*/xen-*front.c
12000 F: drivers/xen/
12001 F: arch/x86/include/asm/xen/
12002 F: include/xen/
12003 F: include/uapi/xen/
12004
12005 XEN HYPERVISOR ARM
12006 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12007 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12008 S: Supported
12009 F: arch/arm/xen/
12010 F: arch/arm/include/asm/xen/
12011
12012 XEN HYPERVISOR ARM64
12013 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12014 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12015 S: Supported
12016 F: arch/arm64/xen/
12017 F: arch/arm64/include/asm/xen/
12018
12019 XEN NETWORK BACKEND DRIVER
12020 M: Ian Campbell <ian.campbell@citrix.com>
12021 M: Wei Liu <wei.liu2@citrix.com>
12022 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12023 L: netdev@vger.kernel.org
12024 S: Supported
12025 F: drivers/net/xen-netback/*
12026
12027 XEN PCI SUBSYSTEM
12028 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12029 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12030 S: Supported
12031 F: arch/x86/pci/*xen*
12032 F: drivers/pci/*xen*
12033
12034 XEN BLOCK SUBSYSTEM
12035 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12036 M: Roger Pau Monné <roger.pau@citrix.com>
12037 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12038 S: Supported
12039 F: drivers/block/xen-blkback/*
12040 F: drivers/block/xen*
12041
12042 XEN PVSCSI DRIVERS
12043 M: Juergen Gross <jgross@suse.com>
12044 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12045 L: linux-scsi@vger.kernel.org
12046 S: Supported
12047 F: drivers/scsi/xen-scsifront.c
12048 F: drivers/xen/xen-scsiback.c
12049 F: include/xen/interface/io/vscsiif.h
12050
12051 XEN SWIOTLB SUBSYSTEM
12052 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12053 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12054 S: Supported
12055 F: arch/x86/xen/*swiotlb*
12056 F: drivers/xen/*swiotlb*
12057
12058 XFS FILESYSTEM
12059 P: Silicon Graphics Inc
12060 M: Dave Chinner <david@fromorbit.com>
12061 M: xfs@oss.sgi.com
12062 L: xfs@oss.sgi.com
12063 W: http://oss.sgi.com/projects/xfs
12064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12065 S: Supported
12066 F: Documentation/filesystems/xfs.txt
12067 F: fs/xfs/
12068
12069 XILINX AXI ETHERNET DRIVER
12070 M: Anirudha Sarangi <anirudh@xilinx.com>
12071 M: John Linn <John.Linn@xilinx.com>
12072 S: Maintained
12073 F: drivers/net/ethernet/xilinx/xilinx_axienet*
12074
12075 XILINX UARTLITE SERIAL DRIVER
12076 M: Peter Korsgaard <jacmet@sunsite.dk>
12077 L: linux-serial@vger.kernel.org
12078 S: Maintained
12079 F: drivers/tty/serial/uartlite.c
12080
12081 XILINX VIDEO IP CORES
12082 M: Hyun Kwon <hyun.kwon@xilinx.com>
12083 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12084 L: linux-media@vger.kernel.org
12085 T: git git://linuxtv.org/media_tree.git
12086 S: Supported
12087 F: Documentation/devicetree/bindings/media/xilinx/
12088 F: drivers/media/platform/xilinx/
12089 F: include/uapi/linux/xilinx-v4l2-controls.h
12090
12091 XILLYBUS DRIVER
12092 M: Eli Billauer <eli.billauer@gmail.com>
12093 L: linux-kernel@vger.kernel.org
12094 S: Supported
12095 F: drivers/char/xillybus/
12096
12097 XTENSA XTFPGA PLATFORM SUPPORT
12098 M: Max Filippov <jcmvbkbc@gmail.com>
12099 L: linux-xtensa@linux-xtensa.org
12100 S: Maintained
12101 F: drivers/spi/spi-xtensa-xtfpga.c
12102 F: sound/soc/xtensa/xtfpga-i2s.c
12103
12104 YAM DRIVER FOR AX.25
12105 M: Jean-Paul Roubelat <jpr@f6fbb.org>
12106 L: linux-hams@vger.kernel.org
12107 S: Maintained
12108 F: drivers/net/hamradio/yam*
12109 F: include/linux/yam.h
12110
12111 YEALINK PHONE DRIVER
12112 M: Henk Vergonet <Henk.Vergonet@gmail.com>
12113 L: usbb2k-api-dev@nongnu.org
12114 S: Maintained
12115 F: Documentation/input/yealink.txt
12116 F: drivers/input/misc/yealink.*
12117
12118 Z8530 DRIVER FOR AX.25
12119 M: Joerg Reuter <jreuter@yaina.de>
12120 W: http://yaina.de/jreuter/
12121 W: http://www.qsl.net/dl1bke/
12122 L: linux-hams@vger.kernel.org
12123 S: Maintained
12124 F: Documentation/networking/z8530drv.txt
12125 F: drivers/net/hamradio/*scc.c
12126 F: drivers/net/hamradio/z8530.h
12127
12128 ZBUD COMPRESSED PAGE ALLOCATOR
12129 M: Seth Jennings <sjennings@variantweb.net>
12130 L: linux-mm@kvack.org
12131 S: Maintained
12132 F: mm/zbud.c
12133 F: include/linux/zbud.h
12134
12135 ZD1211RW WIRELESS DRIVER
12136 M: Daniel Drake <dsd@gentoo.org>
12137 M: Ulrich Kunitz <kune@deine-taler.de>
12138 W: http://zd1211.ath.cx/wiki/DriverRewrite
12139 L: linux-wireless@vger.kernel.org
12140 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12141 S: Maintained
12142 F: drivers/net/wireless/zydas/zd1211rw/
12143
12144 ZPOOL COMPRESSED PAGE STORAGE API
12145 M: Dan Streetman <ddstreet@ieee.org>
12146 L: linux-mm@kvack.org
12147 S: Maintained
12148 F: mm/zpool.c
12149 F: include/linux/zpool.h
12150
12151 ZR36067 VIDEO FOR LINUX DRIVER
12152 L: mjpeg-users@lists.sourceforge.net
12153 L: linux-media@vger.kernel.org
12154 W: http://mjpeg.sourceforge.net/driver-zoran/
12155 T: hg https://linuxtv.org/hg/v4l-dvb
12156 S: Odd Fixes
12157 F: drivers/media/pci/zoran/
12158
12159 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12160 M: Minchan Kim <minchan@kernel.org>
12161 M: Nitin Gupta <ngupta@vflare.org>
12162 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12163 L: linux-kernel@vger.kernel.org
12164 S: Maintained
12165 F: drivers/block/zram/
12166 F: Documentation/blockdev/zram.txt
12167
12168 ZS DECSTATION Z85C30 SERIAL DRIVER
12169 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12170 S: Maintained
12171 F: drivers/tty/serial/zs.*
12172
12173 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12174 M: Minchan Kim <minchan@kernel.org>
12175 M: Nitin Gupta <ngupta@vflare.org>
12176 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12177 L: linux-mm@kvack.org
12178 S: Maintained
12179 F: mm/zsmalloc.c
12180 F: include/linux/zsmalloc.h
12181 F: Documentation/vm/zsmalloc.txt
12182
12183 ZSWAP COMPRESSED SWAP CACHING
12184 M: Seth Jennings <sjennings@variantweb.net>
12185 L: linux-mm@kvack.org
12186 S: Maintained
12187 F: mm/zswap.c
12188
12189 THE REST
12190 M: Linus Torvalds <torvalds@linux-foundation.org>
12191 L: linux-kernel@vger.kernel.org
12192 Q: http://patchwork.kernel.org/project/LKML/list/
12193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12194 S: Buried alive in reporters
12195 F: *
12196 F: */
This page took 0.314631 seconds and 5 git commands to generate.